Skip to content

Commit 1f4e4af

Browse files
authored
Merge pull request #6734 from ARYANSHAH1567/aryanshah/enhance_modal_component
Enhanced the modal Component
2 parents 87cce6a + 1863417 commit 1f4e4af

4 files changed

Lines changed: 1328 additions & 266 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,41 +45,42 @@ export const content = [
4545
{ id: 31, link: "/projects/sistent/components/link/code", text: "Link" },
4646

4747
{ id: 32, link: "/projects/sistent/components/modal", text: "Modal" },
48-
{ id: 33, link: "/projects/sistent/components/modal/code", text: "Modal" },
48+
{ id: 33, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
49+
{ id: 34, link: "/projects/sistent/components/modal/code", text: "Modal" },
4950

50-
{ id: 34, link: "/projects/sistent/components/pagination", text: "Pagination" },
51-
{ id: 35, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
52-
{ id: 36, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
51+
{ id: 35, link: "/projects/sistent/components/pagination", text: "Pagination" },
52+
{ id: 36, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
53+
{ id: 37, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
5354

54-
{ id: 37, link: "/projects/sistent/components/paper", text: "Paper" },
55-
{ id: 38, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
56-
{ id: 39, link: "/projects/sistent/components/paper/code", text: "Paper" },
55+
{ id: 38, link: "/projects/sistent/components/paper", text: "Paper" },
56+
{ id: 39, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
57+
{ id: 40, link: "/projects/sistent/components/paper/code", text: "Paper" },
5758

58-
{ id: 40, link: "/projects/sistent/components/popper", text: "Popper" },
59-
{ id: 41, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
60-
{ id: 42, link: "/projects/sistent/components/popper/code", text: "Popper" },
59+
{ id: 41, link: "/projects/sistent/components/popper", text: "Popper" },
60+
{ id: 42, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
61+
{ id: 43, link: "/projects/sistent/components/popper/code", text: "Popper" },
6162

62-
{ id: 43, link: "/projects/sistent/components/select", text: "Select" },
63-
{ id: 44, link: "/projects/sistent/components/select/guidance", text: "Select" },
64-
{ id: 45, link: "/projects/sistent/components/select/code", text: "Select" },
63+
{ id: 44, link: "/projects/sistent/components/select", text: "Select" },
64+
{ id: 45, link: "/projects/sistent/components/select/guidance", text: "Select" },
65+
{ id: 46, link: "/projects/sistent/components/select/code", text: "Select" },
6566

66-
{ id: 46, link: "/projects/sistent/components/switch", text: "Switch" },
67-
{ id: 47, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
68-
{ id: 48, link: "/projects/sistent/components/switch/code", text: "Switch" },
67+
{ id: 47, link: "/projects/sistent/components/switch", text: "Switch" },
68+
{ id: 48, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
69+
{ id: 49, link: "/projects/sistent/components/switch/code", text: "Switch" },
6970

70-
{ id: 49, link: "/projects/sistent/components/tabs", text: "Tabs" },
71-
{ id: 50, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
72-
{ id: 51, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
71+
{ id: 50, link: "/projects/sistent/components/tabs", text: "Tabs" },
72+
{ id: 51, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
73+
{ id: 52, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
7374

74-
{ id: 52, link: "/projects/sistent/components/text-field", text: "Text Field" },
75-
{ id: 53, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
76-
{ id: 54, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
75+
{ id: 53, link: "/projects/sistent/components/text-field", text: "Text Field" },
76+
{ id: 54, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
77+
{ id: 55, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
7778

78-
{ id: 55, link: "/projects/sistent/components/text-input", text: "Text Input" },
79-
{ id: 56, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
80-
{ id: 57, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
79+
{ id: 56, link: "/projects/sistent/components/text-input", text: "Text Input" },
80+
{ id: 57, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
81+
{ id: 58, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
8182

82-
{ id: 58, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
83-
{ id: 59, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
84-
{ id: 60, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
83+
{ id: 59, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
84+
{ id: 60, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
85+
{ id: 61, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
8586
];

0 commit comments

Comments
 (0)