@usefragments/ui 1.0.2 → 1.1.1
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/README.md +16 -16
- package/dist/assets/fragments-wordmark.cjs +30 -0
- package/dist/assets/fragments-wordmark.d.ts +13 -0
- package/dist/assets/fragments-wordmark.d.ts.map +1 -0
- package/dist/assets/fragments-wordmark.js +30 -0
- package/dist/assets/ui.css +3173 -3108
- package/dist/components/Accordion/Accordion.module.scss.cjs +8 -8
- package/dist/components/Accordion/Accordion.module.scss.js +8 -8
- package/dist/components/Accordion/index.cjs +22 -10
- package/dist/components/Accordion/index.d.ts.map +1 -1
- package/dist/components/Accordion/index.js +22 -10
- package/dist/components/Alert/Alert.module.scss.cjs +13 -13
- package/dist/components/Alert/Alert.module.scss.js +13 -13
- package/dist/components/AppShell/AppShell.module.scss.cjs +22 -10
- package/dist/components/AppShell/AppShell.module.scss.js +22 -10
- package/dist/components/AppShell/index.cjs +1 -1
- package/dist/components/AppShell/index.js +1 -1
- package/dist/components/Avatar/Avatar.module.scss.cjs +13 -13
- package/dist/components/Avatar/Avatar.module.scss.js +13 -13
- package/dist/components/Badge/Badge.module.scss.cjs +16 -16
- package/dist/components/Badge/Badge.module.scss.js +16 -16
- package/dist/components/BentoGrid/BentoGrid.module.scss.cjs +14 -14
- package/dist/components/BentoGrid/BentoGrid.module.scss.js +14 -14
- package/dist/components/Box/Box.module.scss.cjs +152 -152
- package/dist/components/Box/Box.module.scss.js +152 -152
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +8 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.js +8 -8
- package/dist/components/Button/Button.module.scss.cjs +13 -13
- package/dist/components/Button/Button.module.scss.js +13 -13
- package/dist/components/Card/Card.module.scss.cjs +17 -17
- package/dist/components/Card/Card.module.scss.js +17 -17
- package/dist/components/Card/index.d.ts +3 -3
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Chart/Chart.module.scss.cjs +15 -15
- package/dist/components/Chart/Chart.module.scss.js +15 -15
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +11 -11
- package/dist/components/Checkbox/Checkbox.module.scss.js +11 -11
- package/dist/components/Chip/Chip.module.scss.cjs +15 -15
- package/dist/components/Chip/Chip.module.scss.js +15 -15
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +21 -21
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +21 -21
- package/dist/components/Collapsible/Collapsible.module.scss.cjs +10 -10
- package/dist/components/Collapsible/Collapsible.module.scss.js +10 -10
- package/dist/components/ColorPicker/ColorPicker.module.scss.cjs +14 -14
- package/dist/components/ColorPicker/ColorPicker.module.scss.js +14 -14
- package/dist/components/Combobox/Combobox.module.scss.cjs +23 -23
- package/dist/components/Combobox/Combobox.module.scss.js +23 -23
- package/dist/components/Command/Command.module.scss.cjs +11 -11
- package/dist/components/Command/Command.module.scss.js +11 -11
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +10 -10
- package/dist/components/ConversationList/ConversationList.module.scss.js +10 -10
- package/dist/components/DataTable/DataTable.module.scss.cjs +34 -34
- package/dist/components/DataTable/DataTable.module.scss.js +34 -34
- package/dist/components/DataTable/index.d.ts +3 -1
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.module.scss.cjs +33 -33
- package/dist/components/DatePicker/DatePicker.module.scss.js +33 -33
- package/dist/components/DatePicker/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.module.scss.cjs +14 -14
- package/dist/components/Dialog/Dialog.module.scss.js +14 -14
- package/dist/components/Drawer/Drawer.module.scss.cjs +28 -28
- package/dist/components/Drawer/Drawer.module.scss.js +28 -28
- package/dist/components/Drawer/index.cjs +20 -3
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +20 -3
- package/dist/components/Editor/Editor.module.scss.cjs +17 -17
- package/dist/components/Editor/Editor.module.scss.js +17 -17
- package/dist/components/EmptyState/EmptyState.module.scss.cjs +8 -8
- package/dist/components/EmptyState/EmptyState.module.scss.js +8 -8
- package/dist/components/Field/Field.module.scss.cjs +4 -4
- package/dist/components/Field/Field.module.scss.js +4 -4
- package/dist/components/Field/index.cjs +10 -9
- package/dist/components/Field/index.d.ts +7 -7
- package/dist/components/Field/index.d.ts.map +1 -1
- package/dist/components/Field/index.js +10 -9
- package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
- package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
- package/dist/components/Header/Header.module.scss.cjs +44 -29
- package/dist/components/Header/Header.module.scss.js +44 -29
- package/dist/components/Header/index.cjs +56 -3
- package/dist/components/Header/index.d.ts +25 -3
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +56 -3
- package/dist/components/Icon/Icon.module.scss.cjs +8 -8
- package/dist/components/Icon/Icon.module.scss.js +8 -8
- package/dist/components/IconButton/IconButton.module.scss.cjs +8 -8
- package/dist/components/IconButton/IconButton.module.scss.js +8 -8
- package/dist/components/Image/Image.module.scss.cjs +27 -27
- package/dist/components/Image/Image.module.scss.js +27 -27
- package/dist/components/Input/Input.module.scss.cjs +19 -19
- package/dist/components/Input/Input.module.scss.js +19 -19
- package/dist/components/Link/Link.module.scss.cjs +10 -10
- package/dist/components/Link/Link.module.scss.js +10 -10
- package/dist/components/List/List.module.scss.cjs +19 -19
- package/dist/components/List/List.module.scss.js +19 -19
- package/dist/components/Listbox/Listbox.module.scss.cjs +8 -8
- package/dist/components/Listbox/Listbox.module.scss.js +8 -8
- package/dist/components/Loading/Loading.module.scss.cjs +30 -30
- package/dist/components/Loading/Loading.module.scss.js +30 -30
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Menu/Menu.module.scss.cjs +14 -14
- package/dist/components/Menu/Menu.module.scss.js +14 -14
- package/dist/components/Message/Message.module.scss.cjs +18 -18
- package/dist/components/Message/Message.module.scss.js +18 -18
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +28 -28
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +28 -28
- package/dist/components/Pagination/Pagination.module.scss.cjs +7 -7
- package/dist/components/Pagination/Pagination.module.scss.js +7 -7
- package/dist/components/Popover/Popover.module.scss.cjs +10 -10
- package/dist/components/Popover/Popover.module.scss.js +10 -10
- package/dist/components/Popover/index.cjs +27 -2
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.js +27 -2
- package/dist/components/Progress/Progress.module.scss.cjs +25 -25
- package/dist/components/Progress/Progress.module.scss.js +25 -25
- package/dist/components/Prompt/Prompt.module.scss.cjs +18 -18
- package/dist/components/Prompt/Prompt.module.scss.js +18 -18
- package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +17 -17
- package/dist/components/RadioGroup/RadioGroup.module.scss.js +17 -17
- package/dist/components/RadioGroup/index.cjs +2 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +2 -0
- package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +10 -10
- package/dist/components/ScrollArea/ScrollArea.module.scss.js +10 -10
- package/dist/components/Select/Select.module.scss.cjs +17 -17
- package/dist/components/Select/Select.module.scss.js +17 -17
- package/dist/components/Separator/Separator.module.scss.cjs +10 -10
- package/dist/components/Separator/Separator.module.scss.js +10 -10
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +42 -42
- package/dist/components/Sidebar/Sidebar.module.scss.js +42 -42
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +38 -38
- package/dist/components/Skeleton/Skeleton.module.scss.js +38 -38
- package/dist/components/Slider/Slider.module.scss.cjs +12 -12
- package/dist/components/Slider/Slider.module.scss.js +12 -12
- package/dist/components/Table/Table.module.scss.cjs +18 -18
- package/dist/components/Table/Table.module.scss.js +18 -18
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/Tabs/Tabs.module.scss.cjs +12 -12
- package/dist/components/Tabs/Tabs.module.scss.js +12 -12
- package/dist/components/Text/Text.module.scss.cjs +51 -51
- package/dist/components/Text/Text.module.scss.js +51 -51
- package/dist/components/Textarea/Textarea.module.scss.cjs +23 -23
- package/dist/components/Textarea/Textarea.module.scss.js +23 -23
- package/dist/components/Theme/ThemeToggle.module.scss.cjs +6 -6
- package/dist/components/Theme/ThemeToggle.module.scss.js +6 -6
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +13 -13
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +13 -13
- package/dist/components/Toast/Toast.module.scss.cjs +21 -21
- package/dist/components/Toast/Toast.module.scss.js +21 -21
- package/dist/components/Toggle/Toggle.module.scss.cjs +13 -13
- package/dist/components/Toggle/Toggle.module.scss.js +13 -13
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +17 -17
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +17 -17
- package/dist/components/Tooltip/Tooltip.module.scss.cjs +3 -3
- package/dist/components/Tooltip/Tooltip.module.scss.js +3 -3
- package/dist/data-table.cjs +58 -41
- package/dist/data-table.js +59 -41
- package/dist/datepicker.cjs +32 -72
- package/dist/datepicker.js +32 -72
- package/dist/index.cjs +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/fragments.json +1 -1
- package/package.json +4 -8
- package/src/assets/fragments-wordmark.tsx +47 -0
- package/src/components/Accordion/index.tsx +13 -3
- package/src/components/Alert/Alert.module.scss +15 -2
- package/src/components/AppShell/AppShell.module.scss +73 -15
- package/src/components/AppShell/index.tsx +1 -1
- package/src/components/Button/Button.module.scss +19 -20
- package/src/components/Card/Card.module.scss +3 -3
- package/src/components/Card/index.tsx +3 -3
- package/src/components/CodeBlock/CodeBlock.module.scss +2 -7
- package/src/components/Combobox/Combobox.module.scss +3 -2
- package/src/components/DataTable/DataTable.contract.json +16 -23
- package/src/components/DataTable/index.tsx +25 -4
- package/src/components/DatePicker/index.tsx +32 -84
- package/src/components/Drawer/index.tsx +38 -12
- package/src/components/Field/index.tsx +35 -35
- package/src/components/Header/Header.contract.json +41 -1
- package/src/components/Header/Header.module.scss +40 -0
- package/src/components/Header/index.tsx +88 -2
- package/src/components/IconButton/IconButton.contract.json +120 -0
- package/src/components/Listbox/Listbox.module.scss +5 -4
- package/src/components/Menu/Menu.module.scss +8 -10
- package/src/components/Popover/index.tsx +34 -2
- package/src/components/RadioGroup/RadioGroup.contract.json +13 -27
- package/src/components/RadioGroup/index.tsx +4 -0
- package/src/components/Select/Select.module.scss +13 -12
- package/src/components/TableOfContents/TableOfContents.module.scss +10 -1
- package/src/components/Toast/Toast.module.scss +15 -2
- package/src/components/ToggleGroup/ToggleGroup.module.scss +4 -1
- package/src/index.ts +1 -0
- package/src/styles/globals.scss +13 -10
- package/src/tokens/_component-properties.scss +25 -0
- package/src/tokens/_computed.scss +22 -4
- package/src/tokens/_derive.scss +55 -6
- package/src/tokens/_palettes.scss +24 -0
- package/src/tokens/_seeds.scss +20 -12
- package/src/tokens/_variables.scss +110 -63
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const fadeMaskEnd = "
|
|
3
|
-
const horizontal = "
|
|
4
|
-
const vertical = "
|
|
5
|
-
const both = "
|
|
6
|
-
const fadeMaskStart = "
|
|
7
|
-
const fadeMaskBoth = "
|
|
8
|
-
const viewport = "
|
|
9
|
-
const scrollbarAlways = "
|
|
10
|
-
const scrollbarHover = "
|
|
1
|
+
const root = "_root_nkqnt_1";
|
|
2
|
+
const fadeMaskEnd = "_fadeMaskEnd_nkqnt_6";
|
|
3
|
+
const horizontal = "_horizontal_nkqnt_6";
|
|
4
|
+
const vertical = "_vertical_nkqnt_9";
|
|
5
|
+
const both = "_both_nkqnt_12";
|
|
6
|
+
const fadeMaskStart = "_fadeMaskStart_nkqnt_16";
|
|
7
|
+
const fadeMaskBoth = "_fadeMaskBoth_nkqnt_26";
|
|
8
|
+
const viewport = "_viewport_nkqnt_36";
|
|
9
|
+
const scrollbarAlways = "_scrollbarAlways_nkqnt_79";
|
|
10
|
+
const scrollbarHover = "_scrollbarHover_nkqnt_83";
|
|
11
11
|
const styles = {
|
|
12
12
|
root,
|
|
13
13
|
fadeMaskEnd,
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const label = "
|
|
5
|
-
const helper = "
|
|
6
|
-
const helperError = "
|
|
7
|
-
const errorMessage = "
|
|
8
|
-
const trigger = "
|
|
9
|
-
const triggerSm = "
|
|
10
|
-
const triggerLg = "
|
|
11
|
-
const value = "
|
|
12
|
-
const placeholder = "
|
|
13
|
-
const icon = "
|
|
14
|
-
const positioner = "
|
|
15
|
-
const popup = "
|
|
16
|
-
const item = "
|
|
17
|
-
const itemIndicator = "
|
|
18
|
-
const group = "
|
|
19
|
-
const groupLabel = "
|
|
3
|
+
const wrapper = "_wrapper_z7hl3_1";
|
|
4
|
+
const label = "_label_z7hl3_6";
|
|
5
|
+
const helper = "_helper_z7hl3_19";
|
|
6
|
+
const helperError = "_helperError_z7hl3_26";
|
|
7
|
+
const errorMessage = "_errorMessage_z7hl3_30";
|
|
8
|
+
const trigger = "_trigger_z7hl3_36";
|
|
9
|
+
const triggerSm = "_triggerSm_z7hl3_99";
|
|
10
|
+
const triggerLg = "_triggerLg_z7hl3_106";
|
|
11
|
+
const value = "_value_z7hl3_113";
|
|
12
|
+
const placeholder = "_placeholder_z7hl3_126";
|
|
13
|
+
const icon = "_icon_z7hl3_130";
|
|
14
|
+
const positioner = "_positioner_z7hl3_145";
|
|
15
|
+
const popup = "_popup_z7hl3_150";
|
|
16
|
+
const item = "_item_z7hl3_182";
|
|
17
|
+
const itemIndicator = "_itemIndicator_z7hl3_230";
|
|
18
|
+
const group = "_group_z7hl3_244";
|
|
19
|
+
const groupLabel = "_groupLabel_z7hl3_250";
|
|
20
20
|
const styles = {
|
|
21
21
|
wrapper,
|
|
22
22
|
label,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const label = "
|
|
3
|
-
const helper = "
|
|
4
|
-
const helperError = "
|
|
5
|
-
const errorMessage = "
|
|
6
|
-
const trigger = "
|
|
7
|
-
const triggerSm = "
|
|
8
|
-
const triggerLg = "
|
|
9
|
-
const value = "
|
|
10
|
-
const placeholder = "
|
|
11
|
-
const icon = "
|
|
12
|
-
const positioner = "
|
|
13
|
-
const popup = "
|
|
14
|
-
const item = "
|
|
15
|
-
const itemIndicator = "
|
|
16
|
-
const group = "
|
|
17
|
-
const groupLabel = "
|
|
1
|
+
const wrapper = "_wrapper_z7hl3_1";
|
|
2
|
+
const label = "_label_z7hl3_6";
|
|
3
|
+
const helper = "_helper_z7hl3_19";
|
|
4
|
+
const helperError = "_helperError_z7hl3_26";
|
|
5
|
+
const errorMessage = "_errorMessage_z7hl3_30";
|
|
6
|
+
const trigger = "_trigger_z7hl3_36";
|
|
7
|
+
const triggerSm = "_triggerSm_z7hl3_99";
|
|
8
|
+
const triggerLg = "_triggerLg_z7hl3_106";
|
|
9
|
+
const value = "_value_z7hl3_113";
|
|
10
|
+
const placeholder = "_placeholder_z7hl3_126";
|
|
11
|
+
const icon = "_icon_z7hl3_130";
|
|
12
|
+
const positioner = "_positioner_z7hl3_145";
|
|
13
|
+
const popup = "_popup_z7hl3_150";
|
|
14
|
+
const item = "_item_z7hl3_182";
|
|
15
|
+
const itemIndicator = "_itemIndicator_z7hl3_230";
|
|
16
|
+
const group = "_group_z7hl3_244";
|
|
17
|
+
const groupLabel = "_groupLabel_z7hl3_250";
|
|
18
18
|
const styles = {
|
|
19
19
|
wrapper,
|
|
20
20
|
label,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const separator = "
|
|
4
|
-
const horizontal = "
|
|
5
|
-
const vertical = "
|
|
6
|
-
const withLabel = "
|
|
7
|
-
const label = "
|
|
8
|
-
const spacingNone = "
|
|
9
|
-
const spacingSm = "
|
|
10
|
-
const spacingMd = "
|
|
11
|
-
const spacingLg = "
|
|
12
|
-
const soft = "
|
|
3
|
+
const separator = "_separator_4fkwq_1";
|
|
4
|
+
const horizontal = "_horizontal_4fkwq_6";
|
|
5
|
+
const vertical = "_vertical_4fkwq_11";
|
|
6
|
+
const withLabel = "_withLabel_4fkwq_17";
|
|
7
|
+
const label = "_label_4fkwq_30";
|
|
8
|
+
const spacingNone = "_spacingNone_4fkwq_40";
|
|
9
|
+
const spacingSm = "_spacingSm_4fkwq_44";
|
|
10
|
+
const spacingMd = "_spacingMd_4fkwq_51";
|
|
11
|
+
const spacingLg = "_spacingLg_4fkwq_58";
|
|
12
|
+
const soft = "_soft_4fkwq_65";
|
|
13
13
|
const styles = {
|
|
14
14
|
separator,
|
|
15
15
|
horizontal,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const separator = "
|
|
2
|
-
const horizontal = "
|
|
3
|
-
const vertical = "
|
|
4
|
-
const withLabel = "
|
|
5
|
-
const label = "
|
|
6
|
-
const spacingNone = "
|
|
7
|
-
const spacingSm = "
|
|
8
|
-
const spacingMd = "
|
|
9
|
-
const spacingLg = "
|
|
10
|
-
const soft = "
|
|
1
|
+
const separator = "_separator_4fkwq_1";
|
|
2
|
+
const horizontal = "_horizontal_4fkwq_6";
|
|
3
|
+
const vertical = "_vertical_4fkwq_11";
|
|
4
|
+
const withLabel = "_withLabel_4fkwq_17";
|
|
5
|
+
const label = "_label_4fkwq_30";
|
|
6
|
+
const spacingNone = "_spacingNone_4fkwq_40";
|
|
7
|
+
const spacingSm = "_spacingSm_4fkwq_44";
|
|
8
|
+
const spacingMd = "_spacingMd_4fkwq_51";
|
|
9
|
+
const spacingLg = "_spacingLg_4fkwq_58";
|
|
10
|
+
const soft = "_soft_4fkwq_65";
|
|
11
11
|
const styles = {
|
|
12
12
|
separator,
|
|
13
13
|
horizontal,
|
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const mobile = "
|
|
5
|
-
const positionRight = "
|
|
6
|
-
const collapsed = "
|
|
7
|
-
const header = "
|
|
8
|
-
const nav = "
|
|
9
|
-
const footer = "
|
|
10
|
-
const sectionLabel = "
|
|
11
|
-
const itemLabel = "
|
|
12
|
-
const itemBadge = "
|
|
13
|
-
const itemChevron = "
|
|
14
|
-
const item = "
|
|
15
|
-
const itemIcon = "
|
|
16
|
-
const collapseToggle = "
|
|
17
|
-
const collapsedNoIcons = "
|
|
18
|
-
const offcanvasCollapsed = "
|
|
19
|
-
const collapseToggleFloating = "
|
|
20
|
-
const rail = "
|
|
21
|
-
const navScrollArea = "
|
|
22
|
-
const section = "
|
|
23
|
-
const sectionHeader = "
|
|
24
|
-
const sectionTrigger = "
|
|
25
|
-
const sectionActionWrapper = "
|
|
26
|
-
const sectionAction = "
|
|
27
|
-
const sectionList = "
|
|
28
|
-
const submenu = "
|
|
29
|
-
const sectionCollapsible = "
|
|
30
|
-
const itemWrapper = "
|
|
31
|
-
const subItemWrapper = "
|
|
32
|
-
const submenuWrapper = "
|
|
33
|
-
const itemDisabled = "
|
|
34
|
-
const itemActive = "
|
|
35
|
-
const subItemDisabled = "
|
|
36
|
-
const itemExpanded = "
|
|
37
|
-
const subItem = "
|
|
38
|
-
const subItemActive = "
|
|
39
|
-
const trigger = "
|
|
40
|
-
const overlay = "
|
|
41
|
-
const railCollapsed = "
|
|
42
|
-
const menuSkeleton = "
|
|
43
|
-
const skeletonItem = "
|
|
44
|
-
const skeletonLabel = "
|
|
3
|
+
const root = "_root_1h5ez_1";
|
|
4
|
+
const mobile = "_mobile_1h5ez_34";
|
|
5
|
+
const positionRight = "_positionRight_1h5ez_40";
|
|
6
|
+
const collapsed = "_collapsed_1h5ez_45";
|
|
7
|
+
const header = "_header_1h5ez_48";
|
|
8
|
+
const nav = "_nav_1h5ez_49";
|
|
9
|
+
const footer = "_footer_1h5ez_50";
|
|
10
|
+
const sectionLabel = "_sectionLabel_1h5ez_57";
|
|
11
|
+
const itemLabel = "_itemLabel_1h5ez_68";
|
|
12
|
+
const itemBadge = "_itemBadge_1h5ez_69";
|
|
13
|
+
const itemChevron = "_itemChevron_1h5ez_70";
|
|
14
|
+
const item = "_item_1h5ez_68";
|
|
15
|
+
const itemIcon = "_itemIcon_1h5ez_78";
|
|
16
|
+
const collapseToggle = "_collapseToggle_1h5ez_81";
|
|
17
|
+
const collapsedNoIcons = "_collapsedNoIcons_1h5ez_85";
|
|
18
|
+
const offcanvasCollapsed = "_offcanvasCollapsed_1h5ez_88";
|
|
19
|
+
const collapseToggleFloating = "_collapseToggleFloating_1h5ez_94";
|
|
20
|
+
const rail = "_rail_1h5ez_108";
|
|
21
|
+
const navScrollArea = "_navScrollArea_1h5ez_149";
|
|
22
|
+
const section = "_section_1h5ez_57";
|
|
23
|
+
const sectionHeader = "_sectionHeader_1h5ez_158";
|
|
24
|
+
const sectionTrigger = "_sectionTrigger_1h5ez_166";
|
|
25
|
+
const sectionActionWrapper = "_sectionActionWrapper_1h5ez_188";
|
|
26
|
+
const sectionAction = "_sectionAction_1h5ez_188";
|
|
27
|
+
const sectionList = "_sectionList_1h5ez_234";
|
|
28
|
+
const submenu = "_submenu_1h5ez_235";
|
|
29
|
+
const sectionCollapsible = "_sectionCollapsible_1h5ez_244";
|
|
30
|
+
const itemWrapper = "_itemWrapper_1h5ez_270";
|
|
31
|
+
const subItemWrapper = "_subItemWrapper_1h5ez_271";
|
|
32
|
+
const submenuWrapper = "_submenuWrapper_1h5ez_272";
|
|
33
|
+
const itemDisabled = "_itemDisabled_1h5ez_327";
|
|
34
|
+
const itemActive = "_itemActive_1h5ez_336";
|
|
35
|
+
const subItemDisabled = "_subItemDisabled_1h5ez_363";
|
|
36
|
+
const itemExpanded = "_itemExpanded_1h5ez_419";
|
|
37
|
+
const subItem = "_subItem_1h5ez_271";
|
|
38
|
+
const subItemActive = "_subItemActive_1h5ez_496";
|
|
39
|
+
const trigger = "_trigger_1h5ez_514";
|
|
40
|
+
const overlay = "_overlay_1h5ez_555";
|
|
41
|
+
const railCollapsed = "_railCollapsed_1h5ez_675";
|
|
42
|
+
const menuSkeleton = "_menuSkeleton_1h5ez_679";
|
|
43
|
+
const skeletonItem = "_skeletonItem_1h5ez_686";
|
|
44
|
+
const skeletonLabel = "_skeletonLabel_1h5ez_694";
|
|
45
45
|
const styles = {
|
|
46
46
|
root,
|
|
47
47
|
mobile,
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const mobile = "
|
|
3
|
-
const positionRight = "
|
|
4
|
-
const collapsed = "
|
|
5
|
-
const header = "
|
|
6
|
-
const nav = "
|
|
7
|
-
const footer = "
|
|
8
|
-
const sectionLabel = "
|
|
9
|
-
const itemLabel = "
|
|
10
|
-
const itemBadge = "
|
|
11
|
-
const itemChevron = "
|
|
12
|
-
const item = "
|
|
13
|
-
const itemIcon = "
|
|
14
|
-
const collapseToggle = "
|
|
15
|
-
const collapsedNoIcons = "
|
|
16
|
-
const offcanvasCollapsed = "
|
|
17
|
-
const collapseToggleFloating = "
|
|
18
|
-
const rail = "
|
|
19
|
-
const navScrollArea = "
|
|
20
|
-
const section = "
|
|
21
|
-
const sectionHeader = "
|
|
22
|
-
const sectionTrigger = "
|
|
23
|
-
const sectionActionWrapper = "
|
|
24
|
-
const sectionAction = "
|
|
25
|
-
const sectionList = "
|
|
26
|
-
const submenu = "
|
|
27
|
-
const sectionCollapsible = "
|
|
28
|
-
const itemWrapper = "
|
|
29
|
-
const subItemWrapper = "
|
|
30
|
-
const submenuWrapper = "
|
|
31
|
-
const itemDisabled = "
|
|
32
|
-
const itemActive = "
|
|
33
|
-
const subItemDisabled = "
|
|
34
|
-
const itemExpanded = "
|
|
35
|
-
const subItem = "
|
|
36
|
-
const subItemActive = "
|
|
37
|
-
const trigger = "
|
|
38
|
-
const overlay = "
|
|
39
|
-
const railCollapsed = "
|
|
40
|
-
const menuSkeleton = "
|
|
41
|
-
const skeletonItem = "
|
|
42
|
-
const skeletonLabel = "
|
|
1
|
+
const root = "_root_1h5ez_1";
|
|
2
|
+
const mobile = "_mobile_1h5ez_34";
|
|
3
|
+
const positionRight = "_positionRight_1h5ez_40";
|
|
4
|
+
const collapsed = "_collapsed_1h5ez_45";
|
|
5
|
+
const header = "_header_1h5ez_48";
|
|
6
|
+
const nav = "_nav_1h5ez_49";
|
|
7
|
+
const footer = "_footer_1h5ez_50";
|
|
8
|
+
const sectionLabel = "_sectionLabel_1h5ez_57";
|
|
9
|
+
const itemLabel = "_itemLabel_1h5ez_68";
|
|
10
|
+
const itemBadge = "_itemBadge_1h5ez_69";
|
|
11
|
+
const itemChevron = "_itemChevron_1h5ez_70";
|
|
12
|
+
const item = "_item_1h5ez_68";
|
|
13
|
+
const itemIcon = "_itemIcon_1h5ez_78";
|
|
14
|
+
const collapseToggle = "_collapseToggle_1h5ez_81";
|
|
15
|
+
const collapsedNoIcons = "_collapsedNoIcons_1h5ez_85";
|
|
16
|
+
const offcanvasCollapsed = "_offcanvasCollapsed_1h5ez_88";
|
|
17
|
+
const collapseToggleFloating = "_collapseToggleFloating_1h5ez_94";
|
|
18
|
+
const rail = "_rail_1h5ez_108";
|
|
19
|
+
const navScrollArea = "_navScrollArea_1h5ez_149";
|
|
20
|
+
const section = "_section_1h5ez_57";
|
|
21
|
+
const sectionHeader = "_sectionHeader_1h5ez_158";
|
|
22
|
+
const sectionTrigger = "_sectionTrigger_1h5ez_166";
|
|
23
|
+
const sectionActionWrapper = "_sectionActionWrapper_1h5ez_188";
|
|
24
|
+
const sectionAction = "_sectionAction_1h5ez_188";
|
|
25
|
+
const sectionList = "_sectionList_1h5ez_234";
|
|
26
|
+
const submenu = "_submenu_1h5ez_235";
|
|
27
|
+
const sectionCollapsible = "_sectionCollapsible_1h5ez_244";
|
|
28
|
+
const itemWrapper = "_itemWrapper_1h5ez_270";
|
|
29
|
+
const subItemWrapper = "_subItemWrapper_1h5ez_271";
|
|
30
|
+
const submenuWrapper = "_submenuWrapper_1h5ez_272";
|
|
31
|
+
const itemDisabled = "_itemDisabled_1h5ez_327";
|
|
32
|
+
const itemActive = "_itemActive_1h5ez_336";
|
|
33
|
+
const subItemDisabled = "_subItemDisabled_1h5ez_363";
|
|
34
|
+
const itemExpanded = "_itemExpanded_1h5ez_419";
|
|
35
|
+
const subItem = "_subItem_1h5ez_271";
|
|
36
|
+
const subItemActive = "_subItemActive_1h5ez_496";
|
|
37
|
+
const trigger = "_trigger_1h5ez_514";
|
|
38
|
+
const overlay = "_overlay_1h5ez_555";
|
|
39
|
+
const railCollapsed = "_railCollapsed_1h5ez_675";
|
|
40
|
+
const menuSkeleton = "_menuSkeleton_1h5ez_679";
|
|
41
|
+
const skeletonItem = "_skeletonItem_1h5ez_686";
|
|
42
|
+
const skeletonLabel = "_skeletonLabel_1h5ez_694";
|
|
43
43
|
const styles = {
|
|
44
44
|
root,
|
|
45
45
|
mobile,
|
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const skeleton = "
|
|
4
|
-
const skeletonPulse = "_skeleton-
|
|
5
|
-
const fill = "
|
|
6
|
-
const text = "
|
|
7
|
-
const heading = "
|
|
8
|
-
const avatar = "
|
|
9
|
-
const avatarSm = "_avatar-
|
|
10
|
-
const avatarMd = "_avatar-
|
|
11
|
-
const avatarLg = "_avatar-
|
|
12
|
-
const button = "
|
|
13
|
-
const buttonSm = "_button-
|
|
14
|
-
const buttonMd = "_button-
|
|
15
|
-
const buttonLg = "_button-
|
|
16
|
-
const input = "
|
|
17
|
-
const radiusNone = "_radius-
|
|
18
|
-
const radiusSm = "_radius-
|
|
19
|
-
const radiusMd = "_radius-
|
|
20
|
-
const radiusLg = "_radius-
|
|
21
|
-
const radiusFull = "_radius-
|
|
22
|
-
const textContainer = "
|
|
23
|
-
const gapSm = "_gap-
|
|
24
|
-
const gapMd = "_gap-
|
|
25
|
-
const textLine = "
|
|
3
|
+
const skeleton = "_skeleton_1x5gx_9";
|
|
4
|
+
const skeletonPulse = "_skeleton-pulse_1x5gx_1";
|
|
5
|
+
const fill = "_fill_1x5gx_20";
|
|
6
|
+
const text = "_text_1x5gx_25";
|
|
7
|
+
const heading = "_heading_1x5gx_31";
|
|
8
|
+
const avatar = "_avatar_1x5gx_37";
|
|
9
|
+
const avatarSm = "_avatar-sm_1x5gx_41";
|
|
10
|
+
const avatarMd = "_avatar-md_1x5gx_46";
|
|
11
|
+
const avatarLg = "_avatar-lg_1x5gx_51";
|
|
12
|
+
const button = "_button_1x5gx_56";
|
|
13
|
+
const buttonSm = "_button-sm_1x5gx_60";
|
|
14
|
+
const buttonMd = "_button-md_1x5gx_65";
|
|
15
|
+
const buttonLg = "_button-lg_1x5gx_70";
|
|
16
|
+
const input = "_input_1x5gx_75";
|
|
17
|
+
const radiusNone = "_radius-none_1x5gx_81";
|
|
18
|
+
const radiusSm = "_radius-sm_1x5gx_85";
|
|
19
|
+
const radiusMd = "_radius-md_1x5gx_89";
|
|
20
|
+
const radiusLg = "_radius-lg_1x5gx_93";
|
|
21
|
+
const radiusFull = "_radius-full_1x5gx_97";
|
|
22
|
+
const textContainer = "_textContainer_1x5gx_101";
|
|
23
|
+
const gapSm = "_gap-sm_1x5gx_107";
|
|
24
|
+
const gapMd = "_gap-md_1x5gx_111";
|
|
25
|
+
const textLine = "_textLine_1x5gx_115";
|
|
26
26
|
const styles = {
|
|
27
27
|
skeleton,
|
|
28
|
-
"skeleton-pulse": "_skeleton-
|
|
28
|
+
"skeleton-pulse": "_skeleton-pulse_1x5gx_1",
|
|
29
29
|
skeletonPulse,
|
|
30
|
-
"static": "
|
|
30
|
+
"static": "_static_1x5gx_16",
|
|
31
31
|
fill,
|
|
32
32
|
text,
|
|
33
33
|
heading,
|
|
34
34
|
avatar,
|
|
35
|
-
"avatar-sm": "_avatar-
|
|
35
|
+
"avatar-sm": "_avatar-sm_1x5gx_41",
|
|
36
36
|
avatarSm,
|
|
37
|
-
"avatar-md": "_avatar-
|
|
37
|
+
"avatar-md": "_avatar-md_1x5gx_46",
|
|
38
38
|
avatarMd,
|
|
39
|
-
"avatar-lg": "_avatar-
|
|
39
|
+
"avatar-lg": "_avatar-lg_1x5gx_51",
|
|
40
40
|
avatarLg,
|
|
41
41
|
button,
|
|
42
|
-
"button-sm": "_button-
|
|
42
|
+
"button-sm": "_button-sm_1x5gx_60",
|
|
43
43
|
buttonSm,
|
|
44
|
-
"button-md": "_button-
|
|
44
|
+
"button-md": "_button-md_1x5gx_65",
|
|
45
45
|
buttonMd,
|
|
46
|
-
"button-lg": "_button-
|
|
46
|
+
"button-lg": "_button-lg_1x5gx_70",
|
|
47
47
|
buttonLg,
|
|
48
48
|
input,
|
|
49
|
-
"radius-none": "_radius-
|
|
49
|
+
"radius-none": "_radius-none_1x5gx_81",
|
|
50
50
|
radiusNone,
|
|
51
|
-
"radius-sm": "_radius-
|
|
51
|
+
"radius-sm": "_radius-sm_1x5gx_85",
|
|
52
52
|
radiusSm,
|
|
53
|
-
"radius-md": "_radius-
|
|
53
|
+
"radius-md": "_radius-md_1x5gx_89",
|
|
54
54
|
radiusMd,
|
|
55
|
-
"radius-lg": "_radius-
|
|
55
|
+
"radius-lg": "_radius-lg_1x5gx_93",
|
|
56
56
|
radiusLg,
|
|
57
|
-
"radius-full": "_radius-
|
|
57
|
+
"radius-full": "_radius-full_1x5gx_97",
|
|
58
58
|
radiusFull,
|
|
59
59
|
textContainer,
|
|
60
|
-
"gap-sm": "_gap-
|
|
60
|
+
"gap-sm": "_gap-sm_1x5gx_107",
|
|
61
61
|
gapSm,
|
|
62
|
-
"gap-md": "_gap-
|
|
62
|
+
"gap-md": "_gap-md_1x5gx_111",
|
|
63
63
|
gapMd,
|
|
64
64
|
textLine
|
|
65
65
|
};
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
const skeleton = "
|
|
2
|
-
const skeletonPulse = "_skeleton-
|
|
3
|
-
const fill = "
|
|
4
|
-
const text = "
|
|
5
|
-
const heading = "
|
|
6
|
-
const avatar = "
|
|
7
|
-
const avatarSm = "_avatar-
|
|
8
|
-
const avatarMd = "_avatar-
|
|
9
|
-
const avatarLg = "_avatar-
|
|
10
|
-
const button = "
|
|
11
|
-
const buttonSm = "_button-
|
|
12
|
-
const buttonMd = "_button-
|
|
13
|
-
const buttonLg = "_button-
|
|
14
|
-
const input = "
|
|
15
|
-
const radiusNone = "_radius-
|
|
16
|
-
const radiusSm = "_radius-
|
|
17
|
-
const radiusMd = "_radius-
|
|
18
|
-
const radiusLg = "_radius-
|
|
19
|
-
const radiusFull = "_radius-
|
|
20
|
-
const textContainer = "
|
|
21
|
-
const gapSm = "_gap-
|
|
22
|
-
const gapMd = "_gap-
|
|
23
|
-
const textLine = "
|
|
1
|
+
const skeleton = "_skeleton_1x5gx_9";
|
|
2
|
+
const skeletonPulse = "_skeleton-pulse_1x5gx_1";
|
|
3
|
+
const fill = "_fill_1x5gx_20";
|
|
4
|
+
const text = "_text_1x5gx_25";
|
|
5
|
+
const heading = "_heading_1x5gx_31";
|
|
6
|
+
const avatar = "_avatar_1x5gx_37";
|
|
7
|
+
const avatarSm = "_avatar-sm_1x5gx_41";
|
|
8
|
+
const avatarMd = "_avatar-md_1x5gx_46";
|
|
9
|
+
const avatarLg = "_avatar-lg_1x5gx_51";
|
|
10
|
+
const button = "_button_1x5gx_56";
|
|
11
|
+
const buttonSm = "_button-sm_1x5gx_60";
|
|
12
|
+
const buttonMd = "_button-md_1x5gx_65";
|
|
13
|
+
const buttonLg = "_button-lg_1x5gx_70";
|
|
14
|
+
const input = "_input_1x5gx_75";
|
|
15
|
+
const radiusNone = "_radius-none_1x5gx_81";
|
|
16
|
+
const radiusSm = "_radius-sm_1x5gx_85";
|
|
17
|
+
const radiusMd = "_radius-md_1x5gx_89";
|
|
18
|
+
const radiusLg = "_radius-lg_1x5gx_93";
|
|
19
|
+
const radiusFull = "_radius-full_1x5gx_97";
|
|
20
|
+
const textContainer = "_textContainer_1x5gx_101";
|
|
21
|
+
const gapSm = "_gap-sm_1x5gx_107";
|
|
22
|
+
const gapMd = "_gap-md_1x5gx_111";
|
|
23
|
+
const textLine = "_textLine_1x5gx_115";
|
|
24
24
|
const styles = {
|
|
25
25
|
skeleton,
|
|
26
|
-
"skeleton-pulse": "_skeleton-
|
|
26
|
+
"skeleton-pulse": "_skeleton-pulse_1x5gx_1",
|
|
27
27
|
skeletonPulse,
|
|
28
|
-
"static": "
|
|
28
|
+
"static": "_static_1x5gx_16",
|
|
29
29
|
fill,
|
|
30
30
|
text,
|
|
31
31
|
heading,
|
|
32
32
|
avatar,
|
|
33
|
-
"avatar-sm": "_avatar-
|
|
33
|
+
"avatar-sm": "_avatar-sm_1x5gx_41",
|
|
34
34
|
avatarSm,
|
|
35
|
-
"avatar-md": "_avatar-
|
|
35
|
+
"avatar-md": "_avatar-md_1x5gx_46",
|
|
36
36
|
avatarMd,
|
|
37
|
-
"avatar-lg": "_avatar-
|
|
37
|
+
"avatar-lg": "_avatar-lg_1x5gx_51",
|
|
38
38
|
avatarLg,
|
|
39
39
|
button,
|
|
40
|
-
"button-sm": "_button-
|
|
40
|
+
"button-sm": "_button-sm_1x5gx_60",
|
|
41
41
|
buttonSm,
|
|
42
|
-
"button-md": "_button-
|
|
42
|
+
"button-md": "_button-md_1x5gx_65",
|
|
43
43
|
buttonMd,
|
|
44
|
-
"button-lg": "_button-
|
|
44
|
+
"button-lg": "_button-lg_1x5gx_70",
|
|
45
45
|
buttonLg,
|
|
46
46
|
input,
|
|
47
|
-
"radius-none": "_radius-
|
|
47
|
+
"radius-none": "_radius-none_1x5gx_81",
|
|
48
48
|
radiusNone,
|
|
49
|
-
"radius-sm": "_radius-
|
|
49
|
+
"radius-sm": "_radius-sm_1x5gx_85",
|
|
50
50
|
radiusSm,
|
|
51
|
-
"radius-md": "_radius-
|
|
51
|
+
"radius-md": "_radius-md_1x5gx_89",
|
|
52
52
|
radiusMd,
|
|
53
|
-
"radius-lg": "_radius-
|
|
53
|
+
"radius-lg": "_radius-lg_1x5gx_93",
|
|
54
54
|
radiusLg,
|
|
55
|
-
"radius-full": "_radius-
|
|
55
|
+
"radius-full": "_radius-full_1x5gx_97",
|
|
56
56
|
radiusFull,
|
|
57
57
|
textContainer,
|
|
58
|
-
"gap-sm": "_gap-
|
|
58
|
+
"gap-sm": "_gap-sm_1x5gx_107",
|
|
59
59
|
gapSm,
|
|
60
|
-
"gap-md": "_gap-
|
|
60
|
+
"gap-md": "_gap-md_1x5gx_111",
|
|
61
61
|
gapMd,
|
|
62
62
|
textLine
|
|
63
63
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const header = "
|
|
5
|
-
const label = "
|
|
6
|
-
const value = "
|
|
7
|
-
const root = "
|
|
8
|
-
const control = "
|
|
9
|
-
const track = "
|
|
10
|
-
const indicator = "
|
|
11
|
-
const thumb = "
|
|
12
|
-
const helper = "
|
|
13
|
-
const helperError = "
|
|
14
|
-
const dragValueBubble = "
|
|
3
|
+
const wrapper = "_wrapper_1wpsc_1";
|
|
4
|
+
const header = "_header_1wpsc_6";
|
|
5
|
+
const label = "_label_1wpsc_13";
|
|
6
|
+
const value = "_value_1wpsc_20";
|
|
7
|
+
const root = "_root_1wpsc_28";
|
|
8
|
+
const control = "_control_1wpsc_32";
|
|
9
|
+
const track = "_track_1wpsc_38";
|
|
10
|
+
const indicator = "_indicator_1wpsc_52";
|
|
11
|
+
const thumb = "_thumb_1wpsc_59";
|
|
12
|
+
const helper = "_helper_1wpsc_88";
|
|
13
|
+
const helperError = "_helperError_1wpsc_95";
|
|
14
|
+
const dragValueBubble = "_dragValueBubble_1wpsc_99";
|
|
15
15
|
const styles = {
|
|
16
16
|
wrapper,
|
|
17
17
|
header,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const header = "
|
|
3
|
-
const label = "
|
|
4
|
-
const value = "
|
|
5
|
-
const root = "
|
|
6
|
-
const control = "
|
|
7
|
-
const track = "
|
|
8
|
-
const indicator = "
|
|
9
|
-
const thumb = "
|
|
10
|
-
const helper = "
|
|
11
|
-
const helperError = "
|
|
12
|
-
const dragValueBubble = "
|
|
1
|
+
const wrapper = "_wrapper_1wpsc_1";
|
|
2
|
+
const header = "_header_1wpsc_6";
|
|
3
|
+
const label = "_label_1wpsc_13";
|
|
4
|
+
const value = "_value_1wpsc_20";
|
|
5
|
+
const root = "_root_1wpsc_28";
|
|
6
|
+
const control = "_control_1wpsc_32";
|
|
7
|
+
const track = "_track_1wpsc_38";
|
|
8
|
+
const indicator = "_indicator_1wpsc_52";
|
|
9
|
+
const thumb = "_thumb_1wpsc_59";
|
|
10
|
+
const helper = "_helper_1wpsc_88";
|
|
11
|
+
const helperError = "_helperError_1wpsc_95";
|
|
12
|
+
const dragValueBubble = "_dragValueBubble_1wpsc_99";
|
|
13
13
|
const styles = {
|
|
14
14
|
wrapper,
|
|
15
15
|
header,
|