musae 1.0.6 → 1.0.7-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +38 -38
  3. package/dist/components/avatar/avatar.cjs +10 -10
  4. package/dist/components/avatar/avatar.mjs +10 -10
  5. package/dist/components/badge/badge.cjs +5 -5
  6. package/dist/components/badge/badge.mjs +5 -5
  7. package/dist/components/bench/bench.cjs +15 -15
  8. package/dist/components/bench/bench.mjs +15 -15
  9. package/dist/components/breadcrumb/breadcrumb.cjs +1 -1
  10. package/dist/components/breadcrumb/breadcrumb.mjs +1 -1
  11. package/dist/components/breadcrumb/item.cjs +4 -4
  12. package/dist/components/breadcrumb/item.mjs +4 -4
  13. package/dist/components/button/button.cjs +12 -12
  14. package/dist/components/button/button.mjs +12 -12
  15. package/dist/components/calendar/calendar.cjs +2 -2
  16. package/dist/components/calendar/calendar.mjs +2 -2
  17. package/dist/components/calendar/contribution.cjs +12 -12
  18. package/dist/components/calendar/contribution.mjs +12 -12
  19. package/dist/components/calendar/hooks.cjs +6 -6
  20. package/dist/components/calendar/hooks.mjs +6 -6
  21. package/dist/components/cascader/cascader.cjs +1 -1
  22. package/dist/components/cascader/cascader.mjs +1 -1
  23. package/dist/components/chat/chat.cjs +3 -3
  24. package/dist/components/chat/chat.mjs +3 -3
  25. package/dist/components/chat/item.cjs +7 -7
  26. package/dist/components/chat/item.mjs +7 -7
  27. package/dist/components/checkbox/styles.cjs +10 -10
  28. package/dist/components/checkbox/styles.mjs +10 -10
  29. package/dist/components/clock/clock.cjs +1 -1
  30. package/dist/components/clock/clock.mjs +1 -1
  31. package/dist/components/clock/column.cjs +3 -3
  32. package/dist/components/clock/column.mjs +3 -3
  33. package/dist/components/collapse/collapse.cjs +1 -1
  34. package/dist/components/collapse/collapse.mjs +1 -1
  35. package/dist/components/collapse/item.cjs +7 -7
  36. package/dist/components/collapse/item.mjs +7 -7
  37. package/dist/components/date-picker/date-picker.cjs +1 -1
  38. package/dist/components/date-picker/date-picker.mjs +1 -1
  39. package/dist/components/date-range-picker/date-range-picker.cjs +2 -2
  40. package/dist/components/date-range-picker/date-range-picker.mjs +2 -2
  41. package/dist/components/dialog/popup.cjs +4 -4
  42. package/dist/components/dialog/popup.mjs +4 -4
  43. package/dist/components/divider/divider.cjs +11 -11
  44. package/dist/components/divider/divider.mjs +11 -11
  45. package/dist/components/drawer/popup.cjs +11 -11
  46. package/dist/components/drawer/popup.mjs +11 -11
  47. package/dist/components/empty/empty.cjs +2 -2
  48. package/dist/components/empty/empty.mjs +2 -2
  49. package/dist/components/form/field/error.cjs +3 -3
  50. package/dist/components/form/field/error.d.ts +2 -2
  51. package/dist/components/form/field/error.mjs +3 -3
  52. package/dist/components/form/field/field.cjs +4 -3
  53. package/dist/components/form/field/field.d.ts +1 -1
  54. package/dist/components/form/field/field.mjs +4 -3
  55. package/dist/components/form/field/layout.cjs +4 -4
  56. package/dist/components/form/field/layout.mjs +4 -4
  57. package/dist/components/form/field/supporting.cjs +10 -18
  58. package/dist/components/form/field/supporting.mjs +10 -18
  59. package/dist/components/form/form.cjs +8 -2
  60. package/dist/components/form/form.d.ts +1 -1
  61. package/dist/components/form/form.mjs +8 -2
  62. package/dist/components/form/use-form-item.cjs +8 -2
  63. package/dist/components/form/use-form-item.mjs +9 -3
  64. package/dist/components/icon/icons/action/index.cjs +2 -0
  65. package/dist/components/icon/icons/action/index.d.ts +2 -1
  66. package/dist/components/icon/icons/action/index.mjs +1 -0
  67. package/dist/components/icon/icons/action/preview.cjs +22 -0
  68. package/dist/components/icon/icons/action/preview.d.ts +3 -0
  69. package/dist/components/icon/icons/action/preview.mjs +18 -0
  70. package/dist/components/icon/icons/index.cjs +2 -0
  71. package/dist/components/icon/icons/index.mjs +1 -0
  72. package/dist/components/icon-button/icon-button.cjs +6 -6
  73. package/dist/components/icon-button/icon-button.mjs +6 -6
  74. package/dist/components/image/preview/operations.cjs +8 -8
  75. package/dist/components/image/preview/operations.mjs +8 -8
  76. package/dist/components/image/preview/preview.cjs +1 -1
  77. package/dist/components/image/preview/preview.mjs +1 -1
  78. package/dist/components/input/input.cjs +15 -15
  79. package/dist/components/input/input.mjs +15 -15
  80. package/dist/components/layout/footer.cjs +1 -1
  81. package/dist/components/layout/footer.mjs +1 -1
  82. package/dist/components/layout/header.cjs +2 -2
  83. package/dist/components/layout/header.mjs +2 -2
  84. package/dist/components/layout/heading.cjs +4 -4
  85. package/dist/components/layout/heading.mjs +4 -4
  86. package/dist/components/layout/main.cjs +3 -3
  87. package/dist/components/layout/main.mjs +3 -3
  88. package/dist/components/layout/sidebar.cjs +4 -4
  89. package/dist/components/layout/sidebar.mjs +4 -4
  90. package/dist/components/loading/loading.cjs +13 -13
  91. package/dist/components/loading/loading.mjs +13 -13
  92. package/dist/components/markdown/loading.cjs +5 -5
  93. package/dist/components/markdown/loading.mjs +5 -5
  94. package/dist/components/markdown/markdown.cjs +1 -1
  95. package/dist/components/markdown/markdown.mjs +1 -1
  96. package/dist/components/menu/group.cjs +20 -5
  97. package/dist/components/menu/group.mjs +20 -5
  98. package/dist/components/menu/hooks.cjs +3 -3
  99. package/dist/components/menu/hooks.mjs +3 -3
  100. package/dist/components/menu/item.cjs +16 -16
  101. package/dist/components/menu/item.mjs +16 -16
  102. package/dist/components/notification/holder.cjs +3 -3
  103. package/dist/components/notification/holder.mjs +3 -3
  104. package/dist/components/notification/notification.cjs +10 -10
  105. package/dist/components/notification/notification.mjs +10 -10
  106. package/dist/components/otp-input/otp-input.cjs +2 -2
  107. package/dist/components/otp-input/otp-input.mjs +2 -2
  108. package/dist/components/pagination/context.cjs +0 -2
  109. package/dist/components/pagination/context.mjs +0 -2
  110. package/dist/components/pagination/pagination.cjs +1 -1
  111. package/dist/components/pagination/pagination.mjs +1 -1
  112. package/dist/components/password-input/context.cjs +11 -0
  113. package/dist/components/password-input/context.d.ts +8 -0
  114. package/dist/components/password-input/context.mjs +9 -0
  115. package/dist/components/password-input/password-input.cjs +18 -21
  116. package/dist/components/password-input/password-input.mjs +19 -22
  117. package/dist/components/popconfirm/popconfirm.cjs +2 -2
  118. package/dist/components/popconfirm/popconfirm.mjs +2 -2
  119. package/dist/components/popover/popover.cjs +1 -1
  120. package/dist/components/popover/popover.mjs +1 -1
  121. package/dist/components/popper/dropdown.cjs +7 -7
  122. package/dist/components/popper/dropdown.mjs +7 -7
  123. package/dist/components/progress/circular.cjs +4 -4
  124. package/dist/components/progress/circular.mjs +4 -4
  125. package/dist/components/progress/linear.cjs +5 -5
  126. package/dist/components/progress/linear.mjs +5 -5
  127. package/dist/components/quote/styles.cjs +3 -3
  128. package/dist/components/quote/styles.mjs +3 -3
  129. package/dist/components/radio/radio.cjs +14 -14
  130. package/dist/components/radio/radio.mjs +14 -14
  131. package/dist/components/rate/rate.cjs +2 -2
  132. package/dist/components/rate/rate.mjs +2 -2
  133. package/dist/components/rate/star.cjs +3 -3
  134. package/dist/components/rate/star.mjs +3 -3
  135. package/dist/components/rich-text-editor/index.cjs +1 -1
  136. package/dist/components/rich-text-editor/index.d.ts +2 -1
  137. package/dist/components/rich-text-editor/index.mjs +1 -1
  138. package/dist/components/rich-text-editor/nodes/checkbox.cjs +1 -1
  139. package/dist/components/rich-text-editor/nodes/checkbox.mjs +1 -1
  140. package/dist/components/rich-text-editor/plugins/floating-link-editor/index.cjs +1 -1
  141. package/dist/components/rich-text-editor/plugins/floating-link-editor/index.mjs +1 -1
  142. package/dist/components/rich-text-editor/plugins/toolbar/index.cjs +4 -4
  143. package/dist/components/rich-text-editor/plugins/toolbar/index.mjs +4 -4
  144. package/dist/components/rich-text-editor/rich-text-editor.cjs +4 -4
  145. package/dist/components/rich-text-editor/rich-text-editor.mjs +4 -4
  146. package/dist/components/rich-text-editor/utils.cjs +24 -24
  147. package/dist/components/rich-text-editor/utils.mjs +24 -24
  148. package/dist/components/ripple/ripple.cjs +1 -1
  149. package/dist/components/ripple/ripple.mjs +1 -1
  150. package/dist/components/select/select.cjs +2 -2
  151. package/dist/components/select/select.mjs +2 -2
  152. package/dist/components/split-panel/divider.cjs +20 -20
  153. package/dist/components/split-panel/divider.mjs +20 -20
  154. package/dist/components/split-panel/hooks.cjs +0 -1
  155. package/dist/components/split-panel/hooks.d.ts +3 -1
  156. package/dist/components/split-panel/hooks.mjs +0 -1
  157. package/dist/components/split-panel/split-panel.cjs +5 -6
  158. package/dist/components/split-panel/split-panel.mjs +5 -6
  159. package/dist/components/steps/item.cjs +10 -10
  160. package/dist/components/steps/item.mjs +10 -10
  161. package/dist/components/steps/steps.cjs +1 -1
  162. package/dist/components/steps/steps.mjs +1 -1
  163. package/dist/components/switch/switch.cjs +32 -32
  164. package/dist/components/switch/switch.mjs +32 -32
  165. package/dist/components/table/body.cjs +6 -6
  166. package/dist/components/table/body.mjs +6 -6
  167. package/dist/components/table/header/cell.cjs +2 -2
  168. package/dist/components/table/header/cell.mjs +2 -2
  169. package/dist/components/table/header/header.cjs +7 -7
  170. package/dist/components/table/header/header.mjs +7 -7
  171. package/dist/components/tabs/navigation.cjs +5 -5
  172. package/dist/components/tabs/navigation.mjs +5 -5
  173. package/dist/components/tabs/panels.cjs +1 -1
  174. package/dist/components/tabs/panels.mjs +1 -1
  175. package/dist/components/tag/tag.cjs +12 -12
  176. package/dist/components/tag/tag.mjs +12 -12
  177. package/dist/components/textarea/textarea.cjs +5 -5
  178. package/dist/components/textarea/textarea.mjs +5 -5
  179. package/dist/components/theme/hooks.cjs +2 -2
  180. package/dist/components/theme/hooks.mjs +2 -2
  181. package/dist/components/theme/theme.cjs +11 -11
  182. package/dist/components/theme/theme.mjs +11 -11
  183. package/dist/components/theme/tokens.stylex.cjs +8 -8
  184. package/dist/components/theme/tokens.stylex.mjs +8 -8
  185. package/dist/components/time-picker/panel.cjs +5 -5
  186. package/dist/components/time-picker/panel.mjs +5 -5
  187. package/dist/components/timeline/item.cjs +8 -8
  188. package/dist/components/timeline/item.mjs +8 -8
  189. package/dist/components/timeline/timeline.cjs +1 -1
  190. package/dist/components/timeline/timeline.mjs +1 -1
  191. package/dist/components/tour/spotlight.cjs +1 -1
  192. package/dist/components/tour/spotlight.mjs +1 -1
  193. package/dist/components/tour/tour.cjs +7 -7
  194. package/dist/components/tour/tour.mjs +7 -7
  195. package/dist/components/transfer/item.cjs +1 -1
  196. package/dist/components/transfer/item.mjs +1 -1
  197. package/dist/components/transfer/list.cjs +18 -18
  198. package/dist/components/transfer/list.mjs +18 -18
  199. package/dist/components/transfer/transfer.cjs +2 -2
  200. package/dist/components/transfer/transfer.mjs +2 -2
  201. package/dist/components/tree/list.cjs +2 -2
  202. package/dist/components/tree/list.mjs +2 -2
  203. package/dist/components/tree/node.cjs +3 -3
  204. package/dist/components/tree/node.mjs +3 -3
  205. package/dist/components/upload/upload.cjs +1 -1
  206. package/dist/components/upload/upload.mjs +1 -1
  207. package/dist/components/upload/uploaded-item.cjs +7 -7
  208. package/dist/components/upload/uploaded-item.mjs +7 -7
  209. package/dist/components/upload/uploaded-list.cjs +2 -2
  210. package/dist/components/upload/uploaded-list.mjs +2 -2
  211. package/dist/components/visually-hidden/visually-hidden.cjs +1 -1
  212. package/dist/components/visually-hidden/visually-hidden.mjs +1 -1
  213. package/dist/components/waterfall/waterfall.cjs +1 -1
  214. package/dist/components/waterfall/waterfall.mjs +1 -1
  215. package/dist/hooks/use-closable.cjs +2 -2
  216. package/dist/hooks/use-closable.mjs +2 -2
  217. package/dist/styles.css +596 -592
  218. package/dist/types/form.d.ts +9 -4
  219. package/dist/types/split-panel.d.ts +4 -1
  220. package/dist/utils/form.cjs +35 -20
  221. package/dist/utils/form.d.ts +10 -5
  222. package/dist/utils/form.mjs +35 -20
  223. package/package.json +152 -152
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 aiszlab
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 aiszlab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,38 +1,38 @@
1
- <h1 align="center">musae</h1>
2
-
3
- ## Introduction
4
-
5
- Next-generation UI Component suite for `React`.
6
-
7
- ## 📦 Install
8
-
9
- ```bash
10
- ## use npm
11
- npm install musae
12
-
13
- ## use pnpm
14
- pnpm add musae
15
-
16
- ## use yarn
17
- yarn add musae
18
- ```
19
-
20
- ## Overview
21
-
22
- `musae` is a complete UI suite for `React` consisting of a rich set of UI components, icons, blocks, and application templates.
23
-
24
- ## Theming
25
-
26
- `musae` has powerful theme customization based on CSS-in-JS.
27
-
28
- ## 🔨 Usage
29
-
30
- ```tsx
31
- import React from "react";
32
- import { Button } from "musae";
33
- import "musae/styles.css";
34
-
35
- const App = () => <Button>PRESS ME</Button>;
36
-
37
- export default App;
38
- ```
1
+ <h1 align="center">musae</h1>
2
+
3
+ ## Introduction
4
+
5
+ Next-generation UI Component suite for `React`.
6
+
7
+ ## 📦 Install
8
+
9
+ ```bash
10
+ ## use npm
11
+ npm install musae
12
+
13
+ ## use pnpm
14
+ pnpm add musae
15
+
16
+ ## use yarn
17
+ yarn add musae
18
+ ```
19
+
20
+ ## Overview
21
+
22
+ `musae` is a complete UI suite for `React` consisting of a rich set of UI components, icons, blocks, and application templates.
23
+
24
+ ## Theming
25
+
26
+ `musae` has powerful theme customization based on CSS-in-JS.
27
+
28
+ ## 🔨 Usage
29
+
30
+ ```tsx
31
+ import React from "react";
32
+ import { Button } from "musae";
33
+ import "musae/styles.css";
34
+
35
+ const App = () => <Button>PRESS ME</Button>;
36
+
37
+ export default App;
38
+ ```
@@ -17,7 +17,7 @@ var useClassNames = require('../../hooks/use-class-names.cjs');
17
17
  var _excluded = ["src", "alt", "shape", "size", "className", "style", "crossOrigin", "referrerPolicy"];
18
18
  var styles = {
19
19
  avatar: {
20
- kMzoRj: "musaex-1iyq3db",
20
+ kMzoRj: "musaex-19ltyd6",
21
21
  kjGldf: null,
22
22
  k2ei4v: null,
23
23
  kZ1KPB: null,
@@ -74,7 +74,7 @@ var styles = {
74
74
  $$css: true
75
75
  },
76
76
  overlapping: {
77
- kgxsog: "musaex-e1706l",
77
+ kgxsog: "musaex-o40a1n",
78
78
  k9fVmS: null,
79
79
  kZB82w: null,
80
80
  kVAM5u: "musaex-o3pef4",
@@ -89,7 +89,7 @@ var styles = {
89
89
  $$css: true
90
90
  },
91
91
  circular: {
92
- kaIpWk: "musaex-shxsqp",
92
+ kaIpWk: "musaex-pkaut0",
93
93
  krdFHd: null,
94
94
  kfmiAY: null,
95
95
  kVL7Gh: null,
@@ -101,7 +101,7 @@ var styles = {
101
101
  $$css: true
102
102
  },
103
103
  squared: {
104
- kaIpWk: "musaex-m9kfsm",
104
+ kaIpWk: "musaex-14movdh",
105
105
  krdFHd: null,
106
106
  kfmiAY: null,
107
107
  kVL7Gh: null,
@@ -113,18 +113,18 @@ var styles = {
113
113
  $$css: true
114
114
  },
115
115
  small: {
116
- kzqmXN: "musaex-t4hhhd",
117
- kZKoxP: "musaex-pvxov6",
116
+ kzqmXN: "musaex-1gua0ga",
117
+ kZKoxP: "musaex-xke5px",
118
118
  $$css: true
119
119
  },
120
120
  medium: {
121
- kzqmXN: "musaex-1po6ib",
122
- kZKoxP: "musaex-1si1pn3",
121
+ kzqmXN: "musaex-1azlyey",
122
+ kZKoxP: "musaex-5yavm0",
123
123
  $$css: true
124
124
  },
125
125
  large: {
126
- kzqmXN: "musaex-19dbm5w",
127
- kZKoxP: "musaex-12ez60q",
126
+ kzqmXN: "musaex-bnjg0x",
127
+ kZKoxP: "musaex-1e61odu",
128
128
  $$css: true
129
129
  }
130
130
  };
@@ -13,7 +13,7 @@ import { useClassNames } from '../../hooks/use-class-names.mjs';
13
13
  var _excluded = ["src", "alt", "shape", "size", "className", "style", "crossOrigin", "referrerPolicy"];
14
14
  var styles = {
15
15
  avatar: {
16
- kMzoRj: "musaex-1iyq3db",
16
+ kMzoRj: "musaex-19ltyd6",
17
17
  kjGldf: null,
18
18
  k2ei4v: null,
19
19
  kZ1KPB: null,
@@ -70,7 +70,7 @@ var styles = {
70
70
  $$css: true
71
71
  },
72
72
  overlapping: {
73
- kgxsog: "musaex-e1706l",
73
+ kgxsog: "musaex-o40a1n",
74
74
  k9fVmS: null,
75
75
  kZB82w: null,
76
76
  kVAM5u: "musaex-o3pef4",
@@ -85,7 +85,7 @@ var styles = {
85
85
  $$css: true
86
86
  },
87
87
  circular: {
88
- kaIpWk: "musaex-shxsqp",
88
+ kaIpWk: "musaex-pkaut0",
89
89
  krdFHd: null,
90
90
  kfmiAY: null,
91
91
  kVL7Gh: null,
@@ -97,7 +97,7 @@ var styles = {
97
97
  $$css: true
98
98
  },
99
99
  squared: {
100
- kaIpWk: "musaex-m9kfsm",
100
+ kaIpWk: "musaex-14movdh",
101
101
  krdFHd: null,
102
102
  kfmiAY: null,
103
103
  kVL7Gh: null,
@@ -109,18 +109,18 @@ var styles = {
109
109
  $$css: true
110
110
  },
111
111
  small: {
112
- kzqmXN: "musaex-t4hhhd",
113
- kZKoxP: "musaex-pvxov6",
112
+ kzqmXN: "musaex-1gua0ga",
113
+ kZKoxP: "musaex-xke5px",
114
114
  $$css: true
115
115
  },
116
116
  medium: {
117
- kzqmXN: "musaex-1po6ib",
118
- kZKoxP: "musaex-1si1pn3",
117
+ kzqmXN: "musaex-1azlyey",
118
+ kZKoxP: "musaex-5yavm0",
119
119
  $$css: true
120
120
  },
121
121
  large: {
122
- kzqmXN: "musaex-19dbm5w",
123
- kZKoxP: "musaex-12ez60q",
122
+ kzqmXN: "musaex-bnjg0x",
123
+ kZKoxP: "musaex-1e61odu",
124
124
  $$css: true
125
125
  }
126
126
  };
@@ -23,7 +23,7 @@ var styles = {
23
23
  tail: {
24
24
  "default": {
25
25
  kVAEAm: "musaex-10l6tqk",
26
- kaIpWk: "musaex-shxsqp",
26
+ kaIpWk: "musaex-pkaut0",
27
27
  krdFHd: null,
28
28
  kfmiAY: null,
29
29
  kVL7Gh: null,
@@ -32,17 +32,17 @@ var styles = {
32
32
  ksF3WI: null,
33
33
  kqGeR4: null,
34
34
  kYm2EN: null,
35
- k7Eaqz: "musaex-d9398k",
35
+ k7Eaqz: "musaex-11gam51",
36
36
  k9WMMc: "musaex-2b8uid",
37
- kGVxlE: "musaex-bxw2on",
37
+ kGVxlE: "musaex-1vkv98q",
38
38
  kWkggS: "musaex-19fix8x",
39
39
  kMwMTN: "musaex-1szb5uh",
40
40
  $$css: true
41
41
  },
42
42
  dot: {
43
43
  k7Eaqz: null,
44
- kzqmXN: "musaex-1k7pija",
45
- kZKoxP: "musaex-xxg8xw",
44
+ kzqmXN: "musaex-atpjw6",
45
+ kZKoxP: "musaex-9hmjl8",
46
46
  $$css: true
47
47
  },
48
48
  invisible: {
@@ -19,7 +19,7 @@ var styles = {
19
19
  tail: {
20
20
  "default": {
21
21
  kVAEAm: "musaex-10l6tqk",
22
- kaIpWk: "musaex-shxsqp",
22
+ kaIpWk: "musaex-pkaut0",
23
23
  krdFHd: null,
24
24
  kfmiAY: null,
25
25
  kVL7Gh: null,
@@ -28,17 +28,17 @@ var styles = {
28
28
  ksF3WI: null,
29
29
  kqGeR4: null,
30
30
  kYm2EN: null,
31
- k7Eaqz: "musaex-d9398k",
31
+ k7Eaqz: "musaex-11gam51",
32
32
  k9WMMc: "musaex-2b8uid",
33
- kGVxlE: "musaex-bxw2on",
33
+ kGVxlE: "musaex-1vkv98q",
34
34
  kWkggS: "musaex-19fix8x",
35
35
  kMwMTN: "musaex-1szb5uh",
36
36
  $$css: true
37
37
  },
38
38
  dot: {
39
39
  k7Eaqz: null,
40
- kzqmXN: "musaex-1k7pija",
41
- kZKoxP: "musaex-xxg8xw",
40
+ kzqmXN: "musaex-atpjw6",
41
+ kZKoxP: "musaex-9hmjl8",
42
42
  $$css: true
43
43
  },
44
44
  invisible: {
@@ -22,14 +22,14 @@ var styles = {
22
22
  kzqmXN: "musaex-n9wirt",
23
23
  kZKoxP: "musaex-1dr59a3",
24
24
  k1xSpc: "musaex-rvj5dj",
25
- k9llMU: "musaex-1gml84n",
26
- kumcoG: "musaex-acn1s3",
25
+ k9llMU: "musaex-vi460g",
26
+ kumcoG: "musaex-1ioalke",
27
27
  k1ekBW: "musaex-7hfw76",
28
- kIyJzY: "musaex-1dg6om",
28
+ kIyJzY: "musaex-1dnf2k3",
29
29
  $$css: true
30
30
  },
31
31
  collapsed: {
32
- kumcoG: "musaex-uxoe60",
32
+ kumcoG: "musaex-1o8q4hp",
33
33
  $$css: true
34
34
  }
35
35
  },
@@ -39,7 +39,7 @@ var styles = {
39
39
  },
40
40
  collapsed: {
41
41
  kjj79g: "musaex-l56j7k",
42
- kg3NbH: "musaex-2961ne",
42
+ kg3NbH: "musaex-150l1x6",
43
43
  kuDDbn: null,
44
44
  kE3dHu: null,
45
45
  kP0aTx: null,
@@ -63,10 +63,10 @@ var styles = {
63
63
  trailing: {
64
64
  "default": {
65
65
  k1xSpc: "musaex-78zum5",
66
- kOIVth: "musaex-1wm2zkp",
66
+ kOIVth: "musaex-xvgjfw",
67
67
  khm7nJ: null,
68
68
  k1C7PZ: null,
69
- keTefX: "musaex-3qhtz4",
69
+ keTefX: "musaex-9v92dh",
70
70
  koQZXg: null,
71
71
  km5ZXQ: null,
72
72
  $$css: true
@@ -77,13 +77,13 @@ var styles = {
77
77
  $$css: true
78
78
  },
79
79
  collapsed: {
80
- kg3NbH: "musaex-2961ne",
80
+ kg3NbH: "musaex-150l1x6",
81
81
  kuDDbn: null,
82
82
  kE3dHu: null,
83
83
  kP0aTx: null,
84
84
  kpe85a: null,
85
- kGO01o: "musaex-5jv616",
86
- kLKAdn: "musaex-1spbt6n",
85
+ kGO01o: "musaex-v1djvk",
86
+ kLKAdn: "musaex-zvzwkw",
87
87
  k1xSpc: "musaex-78zum5",
88
88
  kXwgrk: "musaex-dt5ytf",
89
89
  kGNEyG: "musaex-6s0dn4",
@@ -111,14 +111,14 @@ var styles = {
111
111
  kBCFzs: null,
112
112
  kEXP64: null,
113
113
  kWZpDQ: null,
114
- kzqmXN: "musaex-92755x",
114
+ kzqmXN: "musaex-16xszrz",
115
115
  k1xSpc: "musaex-78zum5",
116
116
  kjj79g: "musaex-l56j7k",
117
- k8WAf4: "musaex-1myffds",
117
+ k8WAf4: "musaex-4f9ztt",
118
118
  kLKAdn: null,
119
119
  kGO01o: null,
120
- keoZOQ: "musaex-1r8uzkf",
121
- kMzoRj: "musaex-k59kd",
120
+ keoZOQ: "musaex-13fai25",
121
+ kMzoRj: "musaex-1jwyp45",
122
122
  kjGldf: null,
123
123
  k2ei4v: null,
124
124
  kZ1KPB: null,
@@ -126,7 +126,7 @@ var styles = {
126
126
  kWqL5O: null,
127
127
  kLoX6v: null,
128
128
  kt9PQ7: null,
129
- kEafiO: "musaex-uvson1",
129
+ kEafiO: "musaex-1dico0h",
130
130
  ksu8eU: "musaex-1y0btm7",
131
131
  kJRH4f: null,
132
132
  kVhnKS: null,
@@ -18,14 +18,14 @@ var styles = {
18
18
  kzqmXN: "musaex-n9wirt",
19
19
  kZKoxP: "musaex-1dr59a3",
20
20
  k1xSpc: "musaex-rvj5dj",
21
- k9llMU: "musaex-1gml84n",
22
- kumcoG: "musaex-acn1s3",
21
+ k9llMU: "musaex-vi460g",
22
+ kumcoG: "musaex-1ioalke",
23
23
  k1ekBW: "musaex-7hfw76",
24
- kIyJzY: "musaex-1dg6om",
24
+ kIyJzY: "musaex-1dnf2k3",
25
25
  $$css: true
26
26
  },
27
27
  collapsed: {
28
- kumcoG: "musaex-uxoe60",
28
+ kumcoG: "musaex-1o8q4hp",
29
29
  $$css: true
30
30
  }
31
31
  },
@@ -35,7 +35,7 @@ var styles = {
35
35
  },
36
36
  collapsed: {
37
37
  kjj79g: "musaex-l56j7k",
38
- kg3NbH: "musaex-2961ne",
38
+ kg3NbH: "musaex-150l1x6",
39
39
  kuDDbn: null,
40
40
  kE3dHu: null,
41
41
  kP0aTx: null,
@@ -59,10 +59,10 @@ var styles = {
59
59
  trailing: {
60
60
  "default": {
61
61
  k1xSpc: "musaex-78zum5",
62
- kOIVth: "musaex-1wm2zkp",
62
+ kOIVth: "musaex-xvgjfw",
63
63
  khm7nJ: null,
64
64
  k1C7PZ: null,
65
- keTefX: "musaex-3qhtz4",
65
+ keTefX: "musaex-9v92dh",
66
66
  koQZXg: null,
67
67
  km5ZXQ: null,
68
68
  $$css: true
@@ -73,13 +73,13 @@ var styles = {
73
73
  $$css: true
74
74
  },
75
75
  collapsed: {
76
- kg3NbH: "musaex-2961ne",
76
+ kg3NbH: "musaex-150l1x6",
77
77
  kuDDbn: null,
78
78
  kE3dHu: null,
79
79
  kP0aTx: null,
80
80
  kpe85a: null,
81
- kGO01o: "musaex-5jv616",
82
- kLKAdn: "musaex-1spbt6n",
81
+ kGO01o: "musaex-v1djvk",
82
+ kLKAdn: "musaex-zvzwkw",
83
83
  k1xSpc: "musaex-78zum5",
84
84
  kXwgrk: "musaex-dt5ytf",
85
85
  kGNEyG: "musaex-6s0dn4",
@@ -107,14 +107,14 @@ var styles = {
107
107
  kBCFzs: null,
108
108
  kEXP64: null,
109
109
  kWZpDQ: null,
110
- kzqmXN: "musaex-92755x",
110
+ kzqmXN: "musaex-16xszrz",
111
111
  k1xSpc: "musaex-78zum5",
112
112
  kjj79g: "musaex-l56j7k",
113
- k8WAf4: "musaex-1myffds",
113
+ k8WAf4: "musaex-4f9ztt",
114
114
  kLKAdn: null,
115
115
  kGO01o: null,
116
- keoZOQ: "musaex-1r8uzkf",
117
- kMzoRj: "musaex-k59kd",
116
+ keoZOQ: "musaex-13fai25",
117
+ kMzoRj: "musaex-1jwyp45",
118
118
  kjGldf: null,
119
119
  k2ei4v: null,
120
120
  kZ1KPB: null,
@@ -122,7 +122,7 @@ var styles = {
122
122
  kWqL5O: null,
123
123
  kLoX6v: null,
124
124
  kt9PQ7: null,
125
- kEafiO: "musaex-uvson1",
125
+ kEafiO: "musaex-1dico0h",
126
126
  ksu8eU: "musaex-1y0btm7",
127
127
  kJRH4f: null,
128
128
  kVhnKS: null,
@@ -34,7 +34,7 @@ var Breadcrumb = function Breadcrumb(_ref) {
34
34
  var styled = {
35
35
  breadcrumb: stylex.props(theme.typography.label.large, styles.breadcrumb),
36
36
  navigations: {
37
- className: "musaex-q3gua8 musaex-1n775ky musaex-3ct3a4 musaex-78zum5 musaex-1a02dak"
37
+ className: "musaex-1inchg7 musaex-1lvo850 musaex-3ct3a4 musaex-78zum5 musaex-1a02dak"
38
38
  }
39
39
  };
40
40
  return /*#__PURE__*/React.createElement(context.Context.Provider, {
@@ -30,7 +30,7 @@ var Breadcrumb = function Breadcrumb(_ref) {
30
30
  var styled = {
31
31
  breadcrumb: props(typography.label.large, styles.breadcrumb),
32
32
  navigations: {
33
- className: "musaex-q3gua8 musaex-1n775ky musaex-3ct3a4 musaex-78zum5 musaex-1a02dak"
33
+ className: "musaex-1inchg7 musaex-1lvo850 musaex-3ct3a4 musaex-78zum5 musaex-1a02dak"
34
34
  }
35
35
  };
36
36
  return /*#__PURE__*/React.createElement(Context.Provider, {
@@ -16,12 +16,12 @@ var styles = {
16
16
  $$css: true
17
17
  },
18
18
  link: {
19
- kg3NbH: "musaex-ipt7de",
19
+ kg3NbH: "musaex-e5qpfw",
20
20
  kuDDbn: null,
21
21
  kE3dHu: null,
22
22
  kP0aTx: null,
23
23
  kpe85a: null,
24
- kaIpWk: "musaex-m9kfsm",
24
+ kaIpWk: "musaex-14movdh",
25
25
  krdFHd: null,
26
26
  kfmiAY: null,
27
27
  kVL7Gh: null,
@@ -33,13 +33,13 @@ var styles = {
33
33
  kWkggS: "musaex-10rslkf",
34
34
  kMwMTN: "musaex-1nx0wnt",
35
35
  k1ekBW: "musaex-fagghw",
36
- kIyJzY: "musaex-1ptezny",
36
+ kIyJzY: "musaex-11dnpu6",
37
37
  $$css: true
38
38
  }
39
39
  },
40
40
  separator: {
41
41
  "default": {
42
- kUOVxO: "musaex-1erkn4t",
42
+ kUOVxO: "musaex-1v6yuq9",
43
43
  keTefX: null,
44
44
  koQZXg: null,
45
45
  k71WvV: null,
@@ -12,12 +12,12 @@ var styles = {
12
12
  $$css: true
13
13
  },
14
14
  link: {
15
- kg3NbH: "musaex-ipt7de",
15
+ kg3NbH: "musaex-e5qpfw",
16
16
  kuDDbn: null,
17
17
  kE3dHu: null,
18
18
  kP0aTx: null,
19
19
  kpe85a: null,
20
- kaIpWk: "musaex-m9kfsm",
20
+ kaIpWk: "musaex-14movdh",
21
21
  krdFHd: null,
22
22
  kfmiAY: null,
23
23
  kVL7Gh: null,
@@ -29,13 +29,13 @@ var styles = {
29
29
  kWkggS: "musaex-10rslkf",
30
30
  kMwMTN: "musaex-1nx0wnt",
31
31
  k1ekBW: "musaex-fagghw",
32
- kIyJzY: "musaex-1ptezny",
32
+ kIyJzY: "musaex-11dnpu6",
33
33
  $$css: true
34
34
  }
35
35
  },
36
36
  separator: {
37
37
  "default": {
38
- kUOVxO: "musaex-1erkn4t",
38
+ kUOVxO: "musaex-1v6yuq9",
39
39
  keTefX: null,
40
40
  koQZXg: null,
41
41
  k71WvV: null,
@@ -23,13 +23,13 @@ var styles = {
23
23
  k1xSpc: "musaex-3nfvp2",
24
24
  kGNEyG: "musaex-6s0dn4",
25
25
  kjj79g: "musaex-l56j7k",
26
- kOIVth: "musaex-1wm2zkp",
26
+ kOIVth: "musaex-xvgjfw",
27
27
  khm7nJ: null,
28
28
  k1C7PZ: null,
29
29
  k1ekBW: "musaex-1yyhn7k",
30
- kIyJzY: "musaex-1dg6om",
30
+ kIyJzY: "musaex-1dnf2k3",
31
31
  k6sLGO: "musaex-19v51jg",
32
- kMzoRj: "musaex-k59kd",
32
+ kMzoRj: "musaex-1jwyp45",
33
33
  kjGldf: null,
34
34
  k2ei4v: null,
35
35
  kZ1KPB: null,
@@ -57,7 +57,7 @@ var styles = {
57
57
  },
58
58
  variant: {
59
59
  filled: {
60
- kMzoRj: "musaex-k59kd",
60
+ kMzoRj: "musaex-1jwyp45",
61
61
  kjGldf: null,
62
62
  k2ei4v: null,
63
63
  kZ1KPB: null,
@@ -68,11 +68,11 @@ var styles = {
68
68
  kt9PQ7: null,
69
69
  kWkggS: "musaex-onffnr",
70
70
  kMwMTN: "musaex-1nt3oiv",
71
- kwh8RV: "musaex-8eoi9k",
71
+ kwh8RV: "musaex-p1c5h4",
72
72
  $$css: true
73
73
  },
74
74
  outlined: {
75
- kMzoRj: "musaex-1iyq3db",
75
+ kMzoRj: "musaex-19ltyd6",
76
76
  kjGldf: null,
77
77
  k2ei4v: null,
78
78
  kZ1KPB: null,
@@ -111,7 +111,7 @@ var styles = {
111
111
  },
112
112
  shape: {
113
113
  rounded: {
114
- kaIpWk: "musaex-shxsqp",
114
+ kaIpWk: "musaex-pkaut0",
115
115
  krdFHd: null,
116
116
  kfmiAY: null,
117
117
  kVL7Gh: null,
@@ -123,7 +123,7 @@ var styles = {
123
123
  $$css: true
124
124
  },
125
125
  rectangular: {
126
- kaIpWk: "musaex-m9kfsm",
126
+ kaIpWk: "musaex-14movdh",
127
127
  krdFHd: null,
128
128
  kfmiAY: null,
129
129
  kVL7Gh: null,
@@ -137,10 +137,10 @@ var styles = {
137
137
  },
138
138
  size: {
139
139
  small: {
140
- k8WAf4: "musaex-11owsmz",
140
+ k8WAf4: "musaex-1i244wg",
141
141
  kLKAdn: null,
142
142
  kGO01o: null,
143
- kg3NbH: "musaex-1g3a7fl",
143
+ kg3NbH: "musaex-11im4ux",
144
144
  kuDDbn: null,
145
145
  kE3dHu: null,
146
146
  kP0aTx: null,
@@ -148,10 +148,10 @@ var styles = {
148
148
  $$css: true
149
149
  },
150
150
  medium: {
151
- k8WAf4: "musaex-bge23m",
151
+ k8WAf4: "musaex-1kg9tbm",
152
152
  kLKAdn: null,
153
153
  kGO01o: null,
154
- kg3NbH: "musaex-uzvhnf",
154
+ kg3NbH: "musaex-1tpk2m8",
155
155
  kuDDbn: null,
156
156
  kE3dHu: null,
157
157
  kP0aTx: null,