Skip to content

Commit 7aaf49f

Browse files
committed
Merge remote-tracking branch 'origin/master' into plugin
2 parents 8f94a6b + ed2195f commit 7aaf49f

File tree

8 files changed

+1431
-284
lines changed

8 files changed

+1431
-284
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"simple-react-lightbox": "^3.6.9-0",
115115
"slick-carousel": "^1.8.1",
116116
"styled-components": "^6.1.14",
117-
"swiper": "^11.1.15",
117+
"swiper": "^12.0.2",
118118
"url": "^0.11.3",
119119
"webpack-filter-warnings-plugin": "^1.2.1",
120120
"xstate": "^5.13.0"

src/components/SistentNavigation/content.js

Lines changed: 44 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -46,57 +46,61 @@ export const content = [
4646
{ id: 32, link: "/projects/sistent/components/dialog/guidance", text: "Dialog" },
4747
{ id: 33, link: "/projects/sistent/components/dialog/code", text: "Dialog" },
4848

49-
{ id: 34, link: "/projects/sistent/components/icons", text: "Icons" },
49+
{ id: 34, link: "/projects/sistent/components/grid", text: "Grid" },
50+
{ id: 35, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
51+
{ id: 36, link: "/projects/sistent/components/grid/code", text: "Grid" },
5052

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" },
53+
{ id: 37, link: "/projects/sistent/components/icons", text: "Icons" },
5454

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" },
55+
{ id: 38, link: "/projects/sistent/components/link", text: "Link" },
56+
{ id: 39, link: "/projects/sistent/components/link/guidance", text: "Link" },
57+
{ id: 40, link: "/projects/sistent/components/link/code", text: "Link" },
5858

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" },
59+
{ id: 41, link: "/projects/sistent/components/modal", text: "Modal" },
60+
{ id: 42, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
61+
{ id: 43, link: "/projects/sistent/components/modal/code", text: "Modal" },
6262

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" },
63+
{ id: 44, link: "/projects/sistent/components/pagination", text: "Pagination" },
64+
{ id: 45, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
65+
{ id: 46, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
6666

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" },
67+
{ id: 47, link: "/projects/sistent/components/paper", text: "Paper" },
68+
{ id: 48, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
69+
{ id: 49, link: "/projects/sistent/components/paper/code", text: "Paper" },
7070

71-
{ id: 50,link: "/projects/sistent/components/radiogroup",text: "RadioGroup" },
72-
{ id: 51,link: "/projects/sistent/components/radiogroup/guidance",text: "RadioGroup" },
73-
{ id: 52,link: "/projects/sistent/components/radiogroup/code",text: "RadioGroup" },
71+
{ id: 50, link: "/projects/sistent/components/popper", text: "Popper" },
72+
{ id: 51, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
73+
{ id: 52, link: "/projects/sistent/components/popper/code", text: "Popper" },
7474

75-
{ id: 53, link: "/projects/sistent/components/select", text: "Select" },
76-
{ id: 54, link: "/projects/sistent/components/select/guidance", text: "Select" },
77-
{ id: 55, link: "/projects/sistent/components/select/code", text: "Select" },
75+
{ id: 53, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
76+
{ id: 54, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
77+
{ id: 55, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
7878

79-
{ id: 56, link: "/projects/sistent/components/switch", text: "Switch" },
80-
{ id: 57, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
81-
{ id: 58, link: "/projects/sistent/components/switch/code", text: "Switch" },
79+
{ id: 56, link: "/projects/sistent/components/select", text: "Select" },
80+
{ id: 57, link: "/projects/sistent/components/select/guidance", text: "Select" },
81+
{ id: 58, link: "/projects/sistent/components/select/code", text: "Select" },
8282

83-
{ id: 59, link: "/projects/sistent/components/tabs", text: "Tabs" },
84-
{ id: 60, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
85-
{ id: 61, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
83+
{ id: 59, link: "/projects/sistent/components/switch", text: "Switch" },
84+
{ id: 60, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
85+
{ id: 61, link: "/projects/sistent/components/switch/code", text: "Switch" },
8686

87-
{ id: 62, link: "/projects/sistent/components/text-field", text: "Text Field" },
88-
{ id: 63, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
89-
{ id: 64, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
87+
{ id: 62, link: "/projects/sistent/components/tabs", text: "Tabs" },
88+
{ id: 63, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
89+
{ id: 64, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
9090

91-
{ id: 65, link: "/projects/sistent/components/text-input", text: "Text Input" },
92-
{ id: 66, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
93-
{ id: 67, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
91+
{ id: 65, link: "/projects/sistent/components/text-field", text: "Text Field" },
92+
{ id: 66, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
93+
{ id: 67, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
9494

95-
{ id: 68, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
96-
{ id: 69, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
97-
{ id: 70, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
95+
{ id: 68, link: "/projects/sistent/components/text-input", text: "Text Input" },
96+
{ id: 69, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
97+
{ id: 70, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
9898

99-
{ id: 71, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
100-
{ id: 72, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
101-
{ id: 73, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
99+
{ id: 71, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
100+
{ id: 72, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
101+
{ id: 73, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
102+
103+
{ id: 74, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
104+
{ id: 75, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
105+
{ id: 76, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
102106
];

0 commit comments

Comments
 (0)