Skip to content

Commit c4a3c43

Browse files
Merge pull request #7092 from naikmubashir/stepper_branch
fix(sistent): add stepper commponent in the sistent navigation
2 parents 078efb7 + 45da89a commit c4a3c43

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

src/components/SistentNavigation/content.js

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,32 @@ export const content = [
9999
{ id: 72, link: "/projects/sistent/components/select/guidance", text: "Select" },
100100
{ id: 73, link: "/projects/sistent/components/select/code", text: "Select" },
101101

102-
{ id: 74, link: "/projects/sistent/components/switch", text: "Switch" },
103-
{ id: 75, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
104-
{ id: 76, link: "/projects/sistent/components/switch/code", text: "Switch" },
102+
{ id: 74, link: "/projects/sistent/components/stepper", text: "Stepper" },
103+
{ id: 75, link: "/projects/sistent/components/stepper/guidance", text: "Stepper" },
104+
{ id: 76, link: "/projects/sistent/components/stepper/code", text: "Stepper" },
105105

106-
{ id: 77, link: "/projects/sistent/components/tabs", text: "Tabs" },
107-
{ id: 78, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
108-
{ id: 79, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
106+
{ id: 77, link: "/projects/sistent/components/switch", text: "Switch" },
107+
{ id: 78, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
108+
{ id: 79, link: "/projects/sistent/components/switch/code", text: "Switch" },
109109

110-
{ id: 80, link: "/projects/sistent/components/text-field", text: "Text Field" },
111-
{ id: 81, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
112-
{ id: 82, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
110+
{ id: 80, link: "/projects/sistent/components/tabs", text: "Tabs" },
111+
{ id: 81, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
112+
{ id: 82, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
113113

114-
{ id: 83, link: "/projects/sistent/components/text-input", text: "Text Input" },
115-
{ id: 84, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
116-
{ id: 85, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
114+
{ id: 83, link: "/projects/sistent/components/text-field", text: "Text Field" },
115+
{ id: 84, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
116+
{ id: 85, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
117117

118-
{ id: 86, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
119-
{ id: 87, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
120-
{ id: 88, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
118+
{ id: 86, link: "/projects/sistent/components/text-input", text: "Text Input" },
119+
{ id: 87, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
120+
{ id: 88, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
121121

122-
{ id: 89, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
123-
{ id: 90, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
124-
{ id: 91, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
122+
{ id: 89, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
123+
{ id: 90, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
124+
{ id: 91, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
125+
126+
{ id: 92, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
127+
{ id: 93, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
128+
{ id: 94, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
125129

126130
];

0 commit comments

Comments
 (0)