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.
- package/LICENSE +21 -21
- package/README.md +38 -38
- package/dist/components/avatar/avatar.cjs +10 -10
- package/dist/components/avatar/avatar.mjs +10 -10
- package/dist/components/badge/badge.cjs +5 -5
- package/dist/components/badge/badge.mjs +5 -5
- package/dist/components/bench/bench.cjs +15 -15
- package/dist/components/bench/bench.mjs +15 -15
- package/dist/components/breadcrumb/breadcrumb.cjs +1 -1
- package/dist/components/breadcrumb/breadcrumb.mjs +1 -1
- package/dist/components/breadcrumb/item.cjs +4 -4
- package/dist/components/breadcrumb/item.mjs +4 -4
- package/dist/components/button/button.cjs +12 -12
- package/dist/components/button/button.mjs +12 -12
- package/dist/components/calendar/calendar.cjs +2 -2
- package/dist/components/calendar/calendar.mjs +2 -2
- package/dist/components/calendar/contribution.cjs +12 -12
- package/dist/components/calendar/contribution.mjs +12 -12
- package/dist/components/calendar/hooks.cjs +6 -6
- package/dist/components/calendar/hooks.mjs +6 -6
- package/dist/components/cascader/cascader.cjs +1 -1
- package/dist/components/cascader/cascader.mjs +1 -1
- package/dist/components/chat/chat.cjs +3 -3
- package/dist/components/chat/chat.mjs +3 -3
- package/dist/components/chat/item.cjs +7 -7
- package/dist/components/chat/item.mjs +7 -7
- package/dist/components/checkbox/styles.cjs +10 -10
- package/dist/components/checkbox/styles.mjs +10 -10
- package/dist/components/clock/clock.cjs +1 -1
- package/dist/components/clock/clock.mjs +1 -1
- package/dist/components/clock/column.cjs +3 -3
- package/dist/components/clock/column.mjs +3 -3
- package/dist/components/collapse/collapse.cjs +1 -1
- package/dist/components/collapse/collapse.mjs +1 -1
- package/dist/components/collapse/item.cjs +7 -7
- package/dist/components/collapse/item.mjs +7 -7
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.mjs +1 -1
- package/dist/components/date-range-picker/date-range-picker.cjs +2 -2
- package/dist/components/date-range-picker/date-range-picker.mjs +2 -2
- package/dist/components/dialog/popup.cjs +4 -4
- package/dist/components/dialog/popup.mjs +4 -4
- package/dist/components/divider/divider.cjs +11 -11
- package/dist/components/divider/divider.mjs +11 -11
- package/dist/components/drawer/popup.cjs +11 -11
- package/dist/components/drawer/popup.mjs +11 -11
- package/dist/components/empty/empty.cjs +2 -2
- package/dist/components/empty/empty.mjs +2 -2
- package/dist/components/form/field/error.cjs +3 -3
- package/dist/components/form/field/error.d.ts +2 -2
- package/dist/components/form/field/error.mjs +3 -3
- package/dist/components/form/field/field.cjs +4 -3
- package/dist/components/form/field/field.d.ts +1 -1
- package/dist/components/form/field/field.mjs +4 -3
- package/dist/components/form/field/layout.cjs +4 -4
- package/dist/components/form/field/layout.mjs +4 -4
- package/dist/components/form/field/supporting.cjs +10 -18
- package/dist/components/form/field/supporting.mjs +10 -18
- package/dist/components/form/form.cjs +8 -2
- package/dist/components/form/form.d.ts +1 -1
- package/dist/components/form/form.mjs +8 -2
- package/dist/components/form/use-form-item.cjs +8 -2
- package/dist/components/form/use-form-item.mjs +9 -3
- package/dist/components/icon/icons/action/index.cjs +2 -0
- package/dist/components/icon/icons/action/index.d.ts +2 -1
- package/dist/components/icon/icons/action/index.mjs +1 -0
- package/dist/components/icon/icons/action/preview.cjs +22 -0
- package/dist/components/icon/icons/action/preview.d.ts +3 -0
- package/dist/components/icon/icons/action/preview.mjs +18 -0
- package/dist/components/icon/icons/index.cjs +2 -0
- package/dist/components/icon/icons/index.mjs +1 -0
- package/dist/components/icon-button/icon-button.cjs +6 -6
- package/dist/components/icon-button/icon-button.mjs +6 -6
- package/dist/components/image/preview/operations.cjs +8 -8
- package/dist/components/image/preview/operations.mjs +8 -8
- package/dist/components/image/preview/preview.cjs +1 -1
- package/dist/components/image/preview/preview.mjs +1 -1
- package/dist/components/input/input.cjs +15 -15
- package/dist/components/input/input.mjs +15 -15
- package/dist/components/layout/footer.cjs +1 -1
- package/dist/components/layout/footer.mjs +1 -1
- package/dist/components/layout/header.cjs +2 -2
- package/dist/components/layout/header.mjs +2 -2
- package/dist/components/layout/heading.cjs +4 -4
- package/dist/components/layout/heading.mjs +4 -4
- package/dist/components/layout/main.cjs +3 -3
- package/dist/components/layout/main.mjs +3 -3
- package/dist/components/layout/sidebar.cjs +4 -4
- package/dist/components/layout/sidebar.mjs +4 -4
- package/dist/components/loading/loading.cjs +13 -13
- package/dist/components/loading/loading.mjs +13 -13
- package/dist/components/markdown/loading.cjs +5 -5
- package/dist/components/markdown/loading.mjs +5 -5
- package/dist/components/markdown/markdown.cjs +1 -1
- package/dist/components/markdown/markdown.mjs +1 -1
- package/dist/components/menu/group.cjs +20 -5
- package/dist/components/menu/group.mjs +20 -5
- package/dist/components/menu/hooks.cjs +3 -3
- package/dist/components/menu/hooks.mjs +3 -3
- package/dist/components/menu/item.cjs +16 -16
- package/dist/components/menu/item.mjs +16 -16
- package/dist/components/notification/holder.cjs +3 -3
- package/dist/components/notification/holder.mjs +3 -3
- package/dist/components/notification/notification.cjs +10 -10
- package/dist/components/notification/notification.mjs +10 -10
- package/dist/components/otp-input/otp-input.cjs +2 -2
- package/dist/components/otp-input/otp-input.mjs +2 -2
- package/dist/components/pagination/context.cjs +0 -2
- package/dist/components/pagination/context.mjs +0 -2
- package/dist/components/pagination/pagination.cjs +1 -1
- package/dist/components/pagination/pagination.mjs +1 -1
- package/dist/components/password-input/context.cjs +11 -0
- package/dist/components/password-input/context.d.ts +8 -0
- package/dist/components/password-input/context.mjs +9 -0
- package/dist/components/password-input/password-input.cjs +18 -21
- package/dist/components/password-input/password-input.mjs +19 -22
- package/dist/components/popconfirm/popconfirm.cjs +2 -2
- package/dist/components/popconfirm/popconfirm.mjs +2 -2
- package/dist/components/popover/popover.cjs +1 -1
- package/dist/components/popover/popover.mjs +1 -1
- package/dist/components/popper/dropdown.cjs +7 -7
- package/dist/components/popper/dropdown.mjs +7 -7
- package/dist/components/progress/circular.cjs +4 -4
- package/dist/components/progress/circular.mjs +4 -4
- package/dist/components/progress/linear.cjs +5 -5
- package/dist/components/progress/linear.mjs +5 -5
- package/dist/components/quote/styles.cjs +3 -3
- package/dist/components/quote/styles.mjs +3 -3
- package/dist/components/radio/radio.cjs +14 -14
- package/dist/components/radio/radio.mjs +14 -14
- package/dist/components/rate/rate.cjs +2 -2
- package/dist/components/rate/rate.mjs +2 -2
- package/dist/components/rate/star.cjs +3 -3
- package/dist/components/rate/star.mjs +3 -3
- package/dist/components/rich-text-editor/index.cjs +1 -1
- package/dist/components/rich-text-editor/index.d.ts +2 -1
- package/dist/components/rich-text-editor/index.mjs +1 -1
- package/dist/components/rich-text-editor/nodes/checkbox.cjs +1 -1
- package/dist/components/rich-text-editor/nodes/checkbox.mjs +1 -1
- package/dist/components/rich-text-editor/plugins/floating-link-editor/index.cjs +1 -1
- package/dist/components/rich-text-editor/plugins/floating-link-editor/index.mjs +1 -1
- package/dist/components/rich-text-editor/plugins/toolbar/index.cjs +4 -4
- package/dist/components/rich-text-editor/plugins/toolbar/index.mjs +4 -4
- package/dist/components/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/components/rich-text-editor/rich-text-editor.mjs +4 -4
- package/dist/components/rich-text-editor/utils.cjs +24 -24
- package/dist/components/rich-text-editor/utils.mjs +24 -24
- package/dist/components/ripple/ripple.cjs +1 -1
- package/dist/components/ripple/ripple.mjs +1 -1
- package/dist/components/select/select.cjs +2 -2
- package/dist/components/select/select.mjs +2 -2
- package/dist/components/split-panel/divider.cjs +20 -20
- package/dist/components/split-panel/divider.mjs +20 -20
- package/dist/components/split-panel/hooks.cjs +0 -1
- package/dist/components/split-panel/hooks.d.ts +3 -1
- package/dist/components/split-panel/hooks.mjs +0 -1
- package/dist/components/split-panel/split-panel.cjs +5 -6
- package/dist/components/split-panel/split-panel.mjs +5 -6
- package/dist/components/steps/item.cjs +10 -10
- package/dist/components/steps/item.mjs +10 -10
- package/dist/components/steps/steps.cjs +1 -1
- package/dist/components/steps/steps.mjs +1 -1
- package/dist/components/switch/switch.cjs +32 -32
- package/dist/components/switch/switch.mjs +32 -32
- package/dist/components/table/body.cjs +6 -6
- package/dist/components/table/body.mjs +6 -6
- package/dist/components/table/header/cell.cjs +2 -2
- package/dist/components/table/header/cell.mjs +2 -2
- package/dist/components/table/header/header.cjs +7 -7
- package/dist/components/table/header/header.mjs +7 -7
- package/dist/components/tabs/navigation.cjs +5 -5
- package/dist/components/tabs/navigation.mjs +5 -5
- package/dist/components/tabs/panels.cjs +1 -1
- package/dist/components/tabs/panels.mjs +1 -1
- package/dist/components/tag/tag.cjs +12 -12
- package/dist/components/tag/tag.mjs +12 -12
- package/dist/components/textarea/textarea.cjs +5 -5
- package/dist/components/textarea/textarea.mjs +5 -5
- package/dist/components/theme/hooks.cjs +2 -2
- package/dist/components/theme/hooks.mjs +2 -2
- package/dist/components/theme/theme.cjs +11 -11
- package/dist/components/theme/theme.mjs +11 -11
- package/dist/components/theme/tokens.stylex.cjs +8 -8
- package/dist/components/theme/tokens.stylex.mjs +8 -8
- package/dist/components/time-picker/panel.cjs +5 -5
- package/dist/components/time-picker/panel.mjs +5 -5
- package/dist/components/timeline/item.cjs +8 -8
- package/dist/components/timeline/item.mjs +8 -8
- package/dist/components/timeline/timeline.cjs +1 -1
- package/dist/components/timeline/timeline.mjs +1 -1
- package/dist/components/tour/spotlight.cjs +1 -1
- package/dist/components/tour/spotlight.mjs +1 -1
- package/dist/components/tour/tour.cjs +7 -7
- package/dist/components/tour/tour.mjs +7 -7
- package/dist/components/transfer/item.cjs +1 -1
- package/dist/components/transfer/item.mjs +1 -1
- package/dist/components/transfer/list.cjs +18 -18
- package/dist/components/transfer/list.mjs +18 -18
- package/dist/components/transfer/transfer.cjs +2 -2
- package/dist/components/transfer/transfer.mjs +2 -2
- package/dist/components/tree/list.cjs +2 -2
- package/dist/components/tree/list.mjs +2 -2
- package/dist/components/tree/node.cjs +3 -3
- package/dist/components/tree/node.mjs +3 -3
- package/dist/components/upload/upload.cjs +1 -1
- package/dist/components/upload/upload.mjs +1 -1
- package/dist/components/upload/uploaded-item.cjs +7 -7
- package/dist/components/upload/uploaded-item.mjs +7 -7
- package/dist/components/upload/uploaded-list.cjs +2 -2
- package/dist/components/upload/uploaded-list.mjs +2 -2
- package/dist/components/visually-hidden/visually-hidden.cjs +1 -1
- package/dist/components/visually-hidden/visually-hidden.mjs +1 -1
- package/dist/components/waterfall/waterfall.cjs +1 -1
- package/dist/components/waterfall/waterfall.mjs +1 -1
- package/dist/hooks/use-closable.cjs +2 -2
- package/dist/hooks/use-closable.mjs +2 -2
- package/dist/styles.css +596 -592
- package/dist/types/form.d.ts +9 -4
- package/dist/types/split-panel.d.ts +4 -1
- package/dist/utils/form.cjs +35 -20
- package/dist/utils/form.d.ts +10 -5
- package/dist/utils/form.mjs +35 -20
- 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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
117
|
-
kZKoxP: "musaex-
|
|
116
|
+
kzqmXN: "musaex-1gua0ga",
|
|
117
|
+
kZKoxP: "musaex-xke5px",
|
|
118
118
|
$$css: true
|
|
119
119
|
},
|
|
120
120
|
medium: {
|
|
121
|
-
kzqmXN: "musaex-
|
|
122
|
-
kZKoxP: "musaex-
|
|
121
|
+
kzqmXN: "musaex-1azlyey",
|
|
122
|
+
kZKoxP: "musaex-5yavm0",
|
|
123
123
|
$$css: true
|
|
124
124
|
},
|
|
125
125
|
large: {
|
|
126
|
-
kzqmXN: "musaex-
|
|
127
|
-
kZKoxP: "musaex-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
113
|
-
kZKoxP: "musaex-
|
|
112
|
+
kzqmXN: "musaex-1gua0ga",
|
|
113
|
+
kZKoxP: "musaex-xke5px",
|
|
114
114
|
$$css: true
|
|
115
115
|
},
|
|
116
116
|
medium: {
|
|
117
|
-
kzqmXN: "musaex-
|
|
118
|
-
kZKoxP: "musaex-
|
|
117
|
+
kzqmXN: "musaex-1azlyey",
|
|
118
|
+
kZKoxP: "musaex-5yavm0",
|
|
119
119
|
$$css: true
|
|
120
120
|
},
|
|
121
121
|
large: {
|
|
122
|
-
kzqmXN: "musaex-
|
|
123
|
-
kZKoxP: "musaex-
|
|
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-
|
|
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-
|
|
35
|
+
k7Eaqz: "musaex-11gam51",
|
|
36
36
|
k9WMMc: "musaex-2b8uid",
|
|
37
|
-
kGVxlE: "musaex-
|
|
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-
|
|
45
|
-
kZKoxP: "musaex-
|
|
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-
|
|
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-
|
|
31
|
+
k7Eaqz: "musaex-11gam51",
|
|
32
32
|
k9WMMc: "musaex-2b8uid",
|
|
33
|
-
kGVxlE: "musaex-
|
|
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-
|
|
41
|
-
kZKoxP: "musaex-
|
|
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-
|
|
26
|
-
kumcoG: "musaex-
|
|
25
|
+
k9llMU: "musaex-vi460g",
|
|
26
|
+
kumcoG: "musaex-1ioalke",
|
|
27
27
|
k1ekBW: "musaex-7hfw76",
|
|
28
|
-
kIyJzY: "musaex-
|
|
28
|
+
kIyJzY: "musaex-1dnf2k3",
|
|
29
29
|
$$css: true
|
|
30
30
|
},
|
|
31
31
|
collapsed: {
|
|
32
|
-
kumcoG: "musaex-
|
|
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-
|
|
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-
|
|
66
|
+
kOIVth: "musaex-xvgjfw",
|
|
67
67
|
khm7nJ: null,
|
|
68
68
|
k1C7PZ: null,
|
|
69
|
-
keTefX: "musaex-
|
|
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-
|
|
80
|
+
kg3NbH: "musaex-150l1x6",
|
|
81
81
|
kuDDbn: null,
|
|
82
82
|
kE3dHu: null,
|
|
83
83
|
kP0aTx: null,
|
|
84
84
|
kpe85a: null,
|
|
85
|
-
kGO01o: "musaex-
|
|
86
|
-
kLKAdn: "musaex-
|
|
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-
|
|
114
|
+
kzqmXN: "musaex-16xszrz",
|
|
115
115
|
k1xSpc: "musaex-78zum5",
|
|
116
116
|
kjj79g: "musaex-l56j7k",
|
|
117
|
-
k8WAf4: "musaex-
|
|
117
|
+
k8WAf4: "musaex-4f9ztt",
|
|
118
118
|
kLKAdn: null,
|
|
119
119
|
kGO01o: null,
|
|
120
|
-
keoZOQ: "musaex-
|
|
121
|
-
kMzoRj: "musaex-
|
|
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-
|
|
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-
|
|
22
|
-
kumcoG: "musaex-
|
|
21
|
+
k9llMU: "musaex-vi460g",
|
|
22
|
+
kumcoG: "musaex-1ioalke",
|
|
23
23
|
k1ekBW: "musaex-7hfw76",
|
|
24
|
-
kIyJzY: "musaex-
|
|
24
|
+
kIyJzY: "musaex-1dnf2k3",
|
|
25
25
|
$$css: true
|
|
26
26
|
},
|
|
27
27
|
collapsed: {
|
|
28
|
-
kumcoG: "musaex-
|
|
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-
|
|
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-
|
|
62
|
+
kOIVth: "musaex-xvgjfw",
|
|
63
63
|
khm7nJ: null,
|
|
64
64
|
k1C7PZ: null,
|
|
65
|
-
keTefX: "musaex-
|
|
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-
|
|
76
|
+
kg3NbH: "musaex-150l1x6",
|
|
77
77
|
kuDDbn: null,
|
|
78
78
|
kE3dHu: null,
|
|
79
79
|
kP0aTx: null,
|
|
80
80
|
kpe85a: null,
|
|
81
|
-
kGO01o: "musaex-
|
|
82
|
-
kLKAdn: "musaex-
|
|
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-
|
|
110
|
+
kzqmXN: "musaex-16xszrz",
|
|
111
111
|
k1xSpc: "musaex-78zum5",
|
|
112
112
|
kjj79g: "musaex-l56j7k",
|
|
113
|
-
k8WAf4: "musaex-
|
|
113
|
+
k8WAf4: "musaex-4f9ztt",
|
|
114
114
|
kLKAdn: null,
|
|
115
115
|
kGO01o: null,
|
|
116
|
-
keoZOQ: "musaex-
|
|
117
|
-
kMzoRj: "musaex-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
19
|
+
kg3NbH: "musaex-e5qpfw",
|
|
20
20
|
kuDDbn: null,
|
|
21
21
|
kE3dHu: null,
|
|
22
22
|
kP0aTx: null,
|
|
23
23
|
kpe85a: null,
|
|
24
|
-
kaIpWk: "musaex-
|
|
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-
|
|
36
|
+
kIyJzY: "musaex-11dnpu6",
|
|
37
37
|
$$css: true
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
separator: {
|
|
41
41
|
"default": {
|
|
42
|
-
kUOVxO: "musaex-
|
|
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-
|
|
15
|
+
kg3NbH: "musaex-e5qpfw",
|
|
16
16
|
kuDDbn: null,
|
|
17
17
|
kE3dHu: null,
|
|
18
18
|
kP0aTx: null,
|
|
19
19
|
kpe85a: null,
|
|
20
|
-
kaIpWk: "musaex-
|
|
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-
|
|
32
|
+
kIyJzY: "musaex-11dnpu6",
|
|
33
33
|
$$css: true
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
separator: {
|
|
37
37
|
"default": {
|
|
38
|
-
kUOVxO: "musaex-
|
|
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-
|
|
26
|
+
kOIVth: "musaex-xvgjfw",
|
|
27
27
|
khm7nJ: null,
|
|
28
28
|
k1C7PZ: null,
|
|
29
29
|
k1ekBW: "musaex-1yyhn7k",
|
|
30
|
-
kIyJzY: "musaex-
|
|
30
|
+
kIyJzY: "musaex-1dnf2k3",
|
|
31
31
|
k6sLGO: "musaex-19v51jg",
|
|
32
|
-
kMzoRj: "musaex-
|
|
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-
|
|
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-
|
|
71
|
+
kwh8RV: "musaex-p1c5h4",
|
|
72
72
|
$$css: true
|
|
73
73
|
},
|
|
74
74
|
outlined: {
|
|
75
|
-
kMzoRj: "musaex-
|
|
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-
|
|
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-
|
|
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-
|
|
140
|
+
k8WAf4: "musaex-1i244wg",
|
|
141
141
|
kLKAdn: null,
|
|
142
142
|
kGO01o: null,
|
|
143
|
-
kg3NbH: "musaex-
|
|
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-
|
|
151
|
+
k8WAf4: "musaex-1kg9tbm",
|
|
152
152
|
kLKAdn: null,
|
|
153
153
|
kGO01o: null,
|
|
154
|
-
kg3NbH: "musaex-
|
|
154
|
+
kg3NbH: "musaex-1tpk2m8",
|
|
155
155
|
kuDDbn: null,
|
|
156
156
|
kE3dHu: null,
|
|
157
157
|
kP0aTx: null,
|