Skip to content

Commit 3f45cb6

Browse files
Merge branch 'master' into aryanshah/enhance_dialog_component
Signed-off-by: Aryan Shah <149894557+ARYANSHAH1567@users.noreply.github.com>
2 parents aca2a28 + 7bc8dd6 commit 3f45cb6

5 files changed

Lines changed: 839 additions & 69 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 73 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -18,73 +18,77 @@ export const content = [
1818
{ id: 11, link: "/projects/sistent/components/backdrop/guidance", text: "Backdrop" },
1919
{ id: 12, link: "/projects/sistent/components/backdrop/code", text: "Backdrop" },
2020

21-
{ id: 13, link: "/projects/sistent/components/box", text: "Box" },
22-
{ id: 14, link: "/projects/sistent/components/box/guidance", text: "Box" },
23-
{ id: 15, link: "/projects/sistent/components/box/code", text: "Box" },
24-
25-
{ id: 16, link: "/projects/sistent/components/button", text: "Button" },
26-
{ id: 17, link: "/projects/sistent/components/button/guidance", text: "Button" },
27-
{ id: 18, link: "/projects/sistent/components/button/code", text: "Button" },
28-
29-
{ id: 19, link: "/projects/sistent/components/button-group", text: "Button Group" },
30-
{ id: 20, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" },
31-
{ id: 21, link: "/projects/sistent/components/button-group/code", text: "Button Group" },
32-
33-
{ id: 22, link: "/projects/sistent/components/circularprogress", text: "Circular Progress" },
34-
{ id: 23, link: "/projects/sistent/components/circularprogress/guidance", text: "Circular Progress" },
35-
{ id: 24, link: "/projects/sistent/components/circularprogress/code", text: "Circular Progress" },
36-
37-
{ id: 25, link: "/projects/sistent/components/container", text: "Container" },
38-
{ id: 26, link: "/projects/sistent/components/container/guidance", text: "Container" },
39-
{ id: 27, link: "/projects/sistent/components/container/code", text: "Container" },
40-
41-
{ id: 28, link: "/projects/sistent/components/dialog", text: "Dialog" },
42-
{ id: 29, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
43-
{ id: 30, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
44-
45-
{ id: 31, link: "/projects/sistent/components/icons", text: "Icons" },
46-
47-
{ id: 32, link: "/projects/sistent/components/link", text: "Link" },
48-
{ id: 33, link: "/projects/sistent/components/link/guidance", text: "Link" },
49-
{ id: 34, link: "/projects/sistent/components/link/code", text: "Link" },
50-
51-
{ id: 35, link: "/projects/sistent/components/modal", text: "Modal" },
52-
{ id: 36, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
53-
{ id: 37, link: "/projects/sistent/components/modal/code", text: "Modal" },
54-
55-
{ id: 38, link: "/projects/sistent/components/pagination", text: "Pagination" },
56-
{ id: 39, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
57-
{ id: 40, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
58-
59-
{ id: 41, link: "/projects/sistent/components/paper", text: "Paper" },
60-
{ id: 42, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
61-
{ id: 43, link: "/projects/sistent/components/paper/code", text: "Paper" },
62-
63-
{ id: 44, link: "/projects/sistent/components/popper", text: "Popper" },
64-
{ id: 45, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
65-
{ id: 46, link: "/projects/sistent/components/popper/code", text: "Popper" },
66-
67-
{ id: 47, link: "/projects/sistent/components/select", text: "Select" },
68-
{ id: 48, link: "/projects/sistent/components/select/guidance", text: "Select" },
69-
{ id: 49, link: "/projects/sistent/components/select/code", text: "Select" },
70-
71-
{ id: 50, link: "/projects/sistent/components/switch", text: "Switch" },
72-
{ id: 51, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
73-
{ id: 52, link: "/projects/sistent/components/switch/code", text: "Switch" },
74-
75-
{ id: 53, link: "/projects/sistent/components/tabs", text: "Tabs" },
76-
{ id: 54, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
77-
{ id: 55, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
78-
79-
{ id: 56, link: "/projects/sistent/components/text-field", text: "Text Field" },
80-
{ id: 57, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
81-
{ id: 58, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
82-
83-
{ id: 59, link: "/projects/sistent/components/text-input", text: "Text Input" },
84-
{ id: 60, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
85-
{ id: 61, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
86-
87-
{ id: 62, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
88-
{ id: 63, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
89-
{ id: 64, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
21+
{ id: 13, link: "/projects/sistent/components/badge", text: "Badge" },
22+
{ id: 14, link: "/projects/sistent/components/badge/guidance", text: "Badge" },
23+
{ id: 15, link: "/projects/sistent/components/badge/code", text: "Badge" },
24+
25+
{ id: 16, link: "/projects/sistent/components/box", text: "Box" },
26+
{ id: 17, link: "/projects/sistent/components/box/guidance", text: "Box" },
27+
{ id: 18, link: "/projects/sistent/components/box/code", text: "Box" },
28+
29+
{ id: 19, link: "/projects/sistent/components/button", text: "Button" },
30+
{ id: 20, link: "/projects/sistent/components/button/guidance", text: "Button" },
31+
{ id: 21, link: "/projects/sistent/components/button/code", text: "Button" },
32+
33+
{ id: 22, link: "/projects/sistent/components/button-group", text: "Button Group" },
34+
{ id: 23, link: "/projects/sistent/components/button-group/guidance", text: "Button Group" },
35+
{ id: 24, link: "/projects/sistent/components/button-group/code", text: "Button Group" },
36+
37+
{ id: 25, link: "/projects/sistent/components/circularprogress", text: "Circular Progress" },
38+
{ id: 26, link: "/projects/sistent/components/circularprogress/guidance", text: "Circular Progress" },
39+
{ id: 27, link: "/projects/sistent/components/circularprogress/code", text: "Circular Progress" },
40+
41+
{ id: 28, link: "/projects/sistent/components/container", text: "Container" },
42+
{ id: 29, link: "/projects/sistent/components/container/guidance", text: "Container" },
43+
{ id: 30, link: "/projects/sistent/components/container/code", text: "Container" },
44+
45+
{ id: 31, link: "/projects/sistent/components/dialog", text: "Dialog" },
46+
{ id: 32, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
47+
{ id: 33, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
48+
49+
{ id: 34, link: "/projects/sistent/components/icons", text: "Icons" },
50+
51+
{ id: 35, link: "/projects/sistent/components/link", text: "Link" },
52+
{ id: 36, link: "/projects/sistent/components/link/guidance", text: "Link" },
53+
{ id: 37, link: "/projects/sistent/components/link/code", text: "Link" },
54+
55+
{ id: 38, link: "/projects/sistent/components/modal", text: "Modal" },
56+
{ id: 39, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
57+
{ id: 40, link: "/projects/sistent/components/modal/code", text: "Modal" },
58+
59+
{ id: 41, link: "/projects/sistent/components/pagination", text: "Pagination" },
60+
{ id: 42, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
61+
{ id: 43, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
62+
63+
{ id: 44, link: "/projects/sistent/components/paper", text: "Paper" },
64+
{ id: 45, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
65+
{ id: 46, link: "/projects/sistent/components/paper/code", text: "Paper" },
66+
67+
{ id: 47, link: "/projects/sistent/components/popper", text: "Popper" },
68+
{ id: 48, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
69+
{ id: 49, link: "/projects/sistent/components/popper/code", text: "Popper" },
70+
71+
{ id: 50, link: "/projects/sistent/components/select", text: "Select" },
72+
{ id: 51, link: "/projects/sistent/components/select/guidance", text: "Select" },
73+
{ id: 52, link: "/projects/sistent/components/select/code", text: "Select" },
74+
75+
{ id: 53, link: "/projects/sistent/components/switch", text: "Switch" },
76+
{ id: 54, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
77+
{ id: 55, link: "/projects/sistent/components/switch/code", text: "Switch" },
78+
79+
{ id: 56, link: "/projects/sistent/components/tabs", text: "Tabs" },
80+
{ id: 57, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
81+
{ id: 58, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
82+
83+
{ id: 59, link: "/projects/sistent/components/text-field", text: "Text Field" },
84+
{ id: 60, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
85+
{ id: 61, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
86+
87+
{ id: 62, link: "/projects/sistent/components/text-input", text: "Text Input" },
88+
{ id: 63, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
89+
{ id: 64, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
90+
91+
{ id: 65, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
92+
{ id: 66, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
93+
{ id: 67, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
9094
];

0 commit comments

Comments
 (0)