@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,21 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const link = "
|
|
4
|
-
const subtle = "
|
|
5
|
-
const muted = "
|
|
6
|
-
const underlineAlways = "_underline-
|
|
7
|
-
const underlineHover = "_underline-
|
|
8
|
-
const underlineNone = "_underline-
|
|
3
|
+
const link = "_link_awvuv_1";
|
|
4
|
+
const subtle = "_subtle_awvuv_34";
|
|
5
|
+
const muted = "_muted_awvuv_41";
|
|
6
|
+
const underlineAlways = "_underline-always_awvuv_48";
|
|
7
|
+
const underlineHover = "_underline-hover_awvuv_53";
|
|
8
|
+
const underlineNone = "_underline-none_awvuv_61";
|
|
9
9
|
const styles = {
|
|
10
10
|
link,
|
|
11
|
-
"default": "
|
|
11
|
+
"default": "_default_awvuv_27",
|
|
12
12
|
subtle,
|
|
13
13
|
muted,
|
|
14
|
-
"underline-always": "_underline-
|
|
14
|
+
"underline-always": "_underline-always_awvuv_48",
|
|
15
15
|
underlineAlways,
|
|
16
|
-
"underline-hover": "_underline-
|
|
16
|
+
"underline-hover": "_underline-hover_awvuv_53",
|
|
17
17
|
underlineHover,
|
|
18
|
-
"underline-none": "_underline-
|
|
18
|
+
"underline-none": "_underline-none_awvuv_61",
|
|
19
19
|
underlineNone
|
|
20
20
|
};
|
|
21
21
|
exports.default = styles;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const link = "
|
|
2
|
-
const subtle = "
|
|
3
|
-
const muted = "
|
|
4
|
-
const underlineAlways = "_underline-
|
|
5
|
-
const underlineHover = "_underline-
|
|
6
|
-
const underlineNone = "_underline-
|
|
1
|
+
const link = "_link_awvuv_1";
|
|
2
|
+
const subtle = "_subtle_awvuv_34";
|
|
3
|
+
const muted = "_muted_awvuv_41";
|
|
4
|
+
const underlineAlways = "_underline-always_awvuv_48";
|
|
5
|
+
const underlineHover = "_underline-hover_awvuv_53";
|
|
6
|
+
const underlineNone = "_underline-none_awvuv_61";
|
|
7
7
|
const styles = {
|
|
8
8
|
link,
|
|
9
|
-
"default": "
|
|
9
|
+
"default": "_default_awvuv_27",
|
|
10
10
|
subtle,
|
|
11
11
|
muted,
|
|
12
|
-
"underline-always": "_underline-
|
|
12
|
+
"underline-always": "_underline-always_awvuv_48",
|
|
13
13
|
underlineAlways,
|
|
14
|
-
"underline-hover": "_underline-
|
|
14
|
+
"underline-hover": "_underline-hover_awvuv_53",
|
|
15
15
|
underlineHover,
|
|
16
|
-
"underline-none": "_underline-
|
|
16
|
+
"underline-none": "_underline-none_awvuv_61",
|
|
17
17
|
underlineNone
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const list = "
|
|
4
|
-
const none = "
|
|
5
|
-
const disc = "
|
|
6
|
-
const decimal = "
|
|
7
|
-
const icon = "
|
|
8
|
-
const gapNone = "_gap-
|
|
9
|
-
const gapXs = "_gap-
|
|
10
|
-
const gapSm = "_gap-
|
|
11
|
-
const gapMd = "_gap-
|
|
12
|
-
const gapLg = "_gap-
|
|
13
|
-
const item = "
|
|
14
|
-
const iconItem = "
|
|
15
|
-
const iconWrapper = "
|
|
16
|
-
const itemContent = "
|
|
3
|
+
const list = "_list_13ive_1";
|
|
4
|
+
const none = "_none_13ive_8";
|
|
5
|
+
const disc = "_disc_13ive_12";
|
|
6
|
+
const decimal = "_decimal_13ive_17";
|
|
7
|
+
const icon = "_icon_13ive_22";
|
|
8
|
+
const gapNone = "_gap-none_13ive_26";
|
|
9
|
+
const gapXs = "_gap-xs_13ive_30";
|
|
10
|
+
const gapSm = "_gap-sm_13ive_34";
|
|
11
|
+
const gapMd = "_gap-md_13ive_38";
|
|
12
|
+
const gapLg = "_gap-lg_13ive_42";
|
|
13
|
+
const item = "_item_13ive_46";
|
|
14
|
+
const iconItem = "_iconItem_13ive_50";
|
|
15
|
+
const iconWrapper = "_iconWrapper_13ive_56";
|
|
16
|
+
const itemContent = "_itemContent_13ive_64";
|
|
17
17
|
const styles = {
|
|
18
18
|
list,
|
|
19
19
|
none,
|
|
20
20
|
disc,
|
|
21
21
|
decimal,
|
|
22
22
|
icon,
|
|
23
|
-
"gap-none": "_gap-
|
|
23
|
+
"gap-none": "_gap-none_13ive_26",
|
|
24
24
|
gapNone,
|
|
25
|
-
"gap-xs": "_gap-
|
|
25
|
+
"gap-xs": "_gap-xs_13ive_30",
|
|
26
26
|
gapXs,
|
|
27
|
-
"gap-sm": "_gap-
|
|
27
|
+
"gap-sm": "_gap-sm_13ive_34",
|
|
28
28
|
gapSm,
|
|
29
|
-
"gap-md": "_gap-
|
|
29
|
+
"gap-md": "_gap-md_13ive_38",
|
|
30
30
|
gapMd,
|
|
31
|
-
"gap-lg": "_gap-
|
|
31
|
+
"gap-lg": "_gap-lg_13ive_42",
|
|
32
32
|
gapLg,
|
|
33
33
|
item,
|
|
34
34
|
iconItem,
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
const list = "
|
|
2
|
-
const none = "
|
|
3
|
-
const disc = "
|
|
4
|
-
const decimal = "
|
|
5
|
-
const icon = "
|
|
6
|
-
const gapNone = "_gap-
|
|
7
|
-
const gapXs = "_gap-
|
|
8
|
-
const gapSm = "_gap-
|
|
9
|
-
const gapMd = "_gap-
|
|
10
|
-
const gapLg = "_gap-
|
|
11
|
-
const item = "
|
|
12
|
-
const iconItem = "
|
|
13
|
-
const iconWrapper = "
|
|
14
|
-
const itemContent = "
|
|
1
|
+
const list = "_list_13ive_1";
|
|
2
|
+
const none = "_none_13ive_8";
|
|
3
|
+
const disc = "_disc_13ive_12";
|
|
4
|
+
const decimal = "_decimal_13ive_17";
|
|
5
|
+
const icon = "_icon_13ive_22";
|
|
6
|
+
const gapNone = "_gap-none_13ive_26";
|
|
7
|
+
const gapXs = "_gap-xs_13ive_30";
|
|
8
|
+
const gapSm = "_gap-sm_13ive_34";
|
|
9
|
+
const gapMd = "_gap-md_13ive_38";
|
|
10
|
+
const gapLg = "_gap-lg_13ive_42";
|
|
11
|
+
const item = "_item_13ive_46";
|
|
12
|
+
const iconItem = "_iconItem_13ive_50";
|
|
13
|
+
const iconWrapper = "_iconWrapper_13ive_56";
|
|
14
|
+
const itemContent = "_itemContent_13ive_64";
|
|
15
15
|
const styles = {
|
|
16
16
|
list,
|
|
17
17
|
none,
|
|
18
18
|
disc,
|
|
19
19
|
decimal,
|
|
20
20
|
icon,
|
|
21
|
-
"gap-none": "_gap-
|
|
21
|
+
"gap-none": "_gap-none_13ive_26",
|
|
22
22
|
gapNone,
|
|
23
|
-
"gap-xs": "_gap-
|
|
23
|
+
"gap-xs": "_gap-xs_13ive_30",
|
|
24
24
|
gapXs,
|
|
25
|
-
"gap-sm": "_gap-
|
|
25
|
+
"gap-sm": "_gap-sm_13ive_34",
|
|
26
26
|
gapSm,
|
|
27
|
-
"gap-md": "_gap-
|
|
27
|
+
"gap-md": "_gap-md_13ive_38",
|
|
28
28
|
gapMd,
|
|
29
|
-
"gap-lg": "_gap-
|
|
29
|
+
"gap-lg": "_gap-lg_13ive_42",
|
|
30
30
|
gapLg,
|
|
31
31
|
item,
|
|
32
32
|
iconItem,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const listbox = "
|
|
4
|
-
const item = "
|
|
5
|
-
const itemSelected = "
|
|
6
|
-
const itemActive = "
|
|
7
|
-
const itemDisabled = "
|
|
8
|
-
const group = "
|
|
9
|
-
const groupLabel = "
|
|
10
|
-
const empty = "
|
|
3
|
+
const listbox = "_listbox_m7g6f_1";
|
|
4
|
+
const item = "_item_m7g6f_25";
|
|
5
|
+
const itemSelected = "_itemSelected_m7g6f_65";
|
|
6
|
+
const itemActive = "_itemActive_m7g6f_71";
|
|
7
|
+
const itemDisabled = "_itemDisabled_m7g6f_82";
|
|
8
|
+
const group = "_group_m7g6f_88";
|
|
9
|
+
const groupLabel = "_groupLabel_m7g6f_94";
|
|
10
|
+
const empty = "_empty_m7g6f_103";
|
|
11
11
|
const styles = {
|
|
12
12
|
listbox,
|
|
13
13
|
item,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const listbox = "
|
|
2
|
-
const item = "
|
|
3
|
-
const itemSelected = "
|
|
4
|
-
const itemActive = "
|
|
5
|
-
const itemDisabled = "
|
|
6
|
-
const group = "
|
|
7
|
-
const groupLabel = "
|
|
8
|
-
const empty = "
|
|
1
|
+
const listbox = "_listbox_m7g6f_1";
|
|
2
|
+
const item = "_item_m7g6f_25";
|
|
3
|
+
const itemSelected = "_itemSelected_m7g6f_65";
|
|
4
|
+
const itemActive = "_itemActive_m7g6f_71";
|
|
5
|
+
const itemDisabled = "_itemDisabled_m7g6f_82";
|
|
6
|
+
const group = "_group_m7g6f_88";
|
|
7
|
+
const groupLabel = "_groupLabel_m7g6f_94";
|
|
8
|
+
const empty = "_empty_m7g6f_103";
|
|
9
9
|
const styles = {
|
|
10
10
|
listbox,
|
|
11
11
|
item,
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const loading = "
|
|
4
|
-
const sm = "
|
|
5
|
-
const md = "
|
|
6
|
-
const lg = "
|
|
7
|
-
const xl = "
|
|
8
|
-
const colorAccent = "_color-
|
|
9
|
-
const colorCurrent = "_color-
|
|
10
|
-
const colorMuted = "_color-
|
|
11
|
-
const centered = "
|
|
12
|
-
const fill = "
|
|
13
|
-
const spinnerIcon = "
|
|
14
|
-
const spin = "
|
|
15
|
-
const dots = "
|
|
16
|
-
const dot = "
|
|
17
|
-
const bounce = "
|
|
18
|
-
const pulse = "
|
|
19
|
-
const pulseRing = "
|
|
20
|
-
const pulseDot = "
|
|
21
|
-
const overlayBackdrop = "
|
|
22
|
-
const inline = "
|
|
23
|
-
const inlineSm = "_inline-
|
|
24
|
-
const inlineMd = "_inline-
|
|
25
|
-
const inlineSpinner = "
|
|
26
|
-
const screen = "
|
|
27
|
-
const screenLabel = "
|
|
3
|
+
const loading = "_loading_1janb_1";
|
|
4
|
+
const sm = "_sm_1janb_8";
|
|
5
|
+
const md = "_md_1janb_12";
|
|
6
|
+
const lg = "_lg_1janb_16";
|
|
7
|
+
const xl = "_xl_1janb_20";
|
|
8
|
+
const colorAccent = "_color-accent_1janb_24";
|
|
9
|
+
const colorCurrent = "_color-current_1janb_28";
|
|
10
|
+
const colorMuted = "_color-muted_1janb_32";
|
|
11
|
+
const centered = "_centered_1janb_36";
|
|
12
|
+
const fill = "_fill_1janb_42";
|
|
13
|
+
const spinnerIcon = "_spinnerIcon_1janb_50";
|
|
14
|
+
const spin = "_spin_1janb_50";
|
|
15
|
+
const dots = "_dots_1janb_70";
|
|
16
|
+
const dot = "_dot_1janb_70";
|
|
17
|
+
const bounce = "_bounce_1janb_1";
|
|
18
|
+
const pulse = "_pulse_1janb_109";
|
|
19
|
+
const pulseRing = "_pulseRing_1janb_118";
|
|
20
|
+
const pulseDot = "_pulseDot_1janb_134";
|
|
21
|
+
const overlayBackdrop = "_overlayBackdrop_1janb_152";
|
|
22
|
+
const inline = "_inline_1janb_162";
|
|
23
|
+
const inlineSm = "_inline-sm_1janb_168";
|
|
24
|
+
const inlineMd = "_inline-md_1janb_172";
|
|
25
|
+
const inlineSpinner = "_inlineSpinner_1janb_176";
|
|
26
|
+
const screen = "_screen_1janb_189";
|
|
27
|
+
const screenLabel = "_screenLabel_1janb_201";
|
|
28
28
|
const styles = {
|
|
29
29
|
loading,
|
|
30
30
|
sm,
|
|
31
31
|
md,
|
|
32
32
|
lg,
|
|
33
33
|
xl,
|
|
34
|
-
"color-accent": "_color-
|
|
34
|
+
"color-accent": "_color-accent_1janb_24",
|
|
35
35
|
colorAccent,
|
|
36
|
-
"color-current": "_color-
|
|
36
|
+
"color-current": "_color-current_1janb_28",
|
|
37
37
|
colorCurrent,
|
|
38
|
-
"color-muted": "_color-
|
|
38
|
+
"color-muted": "_color-muted_1janb_32",
|
|
39
39
|
colorMuted,
|
|
40
40
|
centered,
|
|
41
41
|
fill,
|
|
@@ -49,9 +49,9 @@ const styles = {
|
|
|
49
49
|
pulseDot,
|
|
50
50
|
overlayBackdrop,
|
|
51
51
|
inline,
|
|
52
|
-
"inline-sm": "_inline-
|
|
52
|
+
"inline-sm": "_inline-sm_1janb_168",
|
|
53
53
|
inlineSm,
|
|
54
|
-
"inline-md": "_inline-
|
|
54
|
+
"inline-md": "_inline-md_1janb_172",
|
|
55
55
|
inlineMd,
|
|
56
56
|
inlineSpinner,
|
|
57
57
|
screen,
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
const loading = "
|
|
2
|
-
const sm = "
|
|
3
|
-
const md = "
|
|
4
|
-
const lg = "
|
|
5
|
-
const xl = "
|
|
6
|
-
const colorAccent = "_color-
|
|
7
|
-
const colorCurrent = "_color-
|
|
8
|
-
const colorMuted = "_color-
|
|
9
|
-
const centered = "
|
|
10
|
-
const fill = "
|
|
11
|
-
const spinnerIcon = "
|
|
12
|
-
const spin = "
|
|
13
|
-
const dots = "
|
|
14
|
-
const dot = "
|
|
15
|
-
const bounce = "
|
|
16
|
-
const pulse = "
|
|
17
|
-
const pulseRing = "
|
|
18
|
-
const pulseDot = "
|
|
19
|
-
const overlayBackdrop = "
|
|
20
|
-
const inline = "
|
|
21
|
-
const inlineSm = "_inline-
|
|
22
|
-
const inlineMd = "_inline-
|
|
23
|
-
const inlineSpinner = "
|
|
24
|
-
const screen = "
|
|
25
|
-
const screenLabel = "
|
|
1
|
+
const loading = "_loading_1janb_1";
|
|
2
|
+
const sm = "_sm_1janb_8";
|
|
3
|
+
const md = "_md_1janb_12";
|
|
4
|
+
const lg = "_lg_1janb_16";
|
|
5
|
+
const xl = "_xl_1janb_20";
|
|
6
|
+
const colorAccent = "_color-accent_1janb_24";
|
|
7
|
+
const colorCurrent = "_color-current_1janb_28";
|
|
8
|
+
const colorMuted = "_color-muted_1janb_32";
|
|
9
|
+
const centered = "_centered_1janb_36";
|
|
10
|
+
const fill = "_fill_1janb_42";
|
|
11
|
+
const spinnerIcon = "_spinnerIcon_1janb_50";
|
|
12
|
+
const spin = "_spin_1janb_50";
|
|
13
|
+
const dots = "_dots_1janb_70";
|
|
14
|
+
const dot = "_dot_1janb_70";
|
|
15
|
+
const bounce = "_bounce_1janb_1";
|
|
16
|
+
const pulse = "_pulse_1janb_109";
|
|
17
|
+
const pulseRing = "_pulseRing_1janb_118";
|
|
18
|
+
const pulseDot = "_pulseDot_1janb_134";
|
|
19
|
+
const overlayBackdrop = "_overlayBackdrop_1janb_152";
|
|
20
|
+
const inline = "_inline_1janb_162";
|
|
21
|
+
const inlineSm = "_inline-sm_1janb_168";
|
|
22
|
+
const inlineMd = "_inline-md_1janb_172";
|
|
23
|
+
const inlineSpinner = "_inlineSpinner_1janb_176";
|
|
24
|
+
const screen = "_screen_1janb_189";
|
|
25
|
+
const screenLabel = "_screenLabel_1janb_201";
|
|
26
26
|
const styles = {
|
|
27
27
|
loading,
|
|
28
28
|
sm,
|
|
29
29
|
md,
|
|
30
30
|
lg,
|
|
31
31
|
xl,
|
|
32
|
-
"color-accent": "_color-
|
|
32
|
+
"color-accent": "_color-accent_1janb_24",
|
|
33
33
|
colorAccent,
|
|
34
|
-
"color-current": "_color-
|
|
34
|
+
"color-current": "_color-current_1janb_28",
|
|
35
35
|
colorCurrent,
|
|
36
|
-
"color-muted": "_color-
|
|
36
|
+
"color-muted": "_color-muted_1janb_32",
|
|
37
37
|
colorMuted,
|
|
38
38
|
centered,
|
|
39
39
|
fill,
|
|
@@ -47,9 +47,9 @@ const styles = {
|
|
|
47
47
|
pulseDot,
|
|
48
48
|
overlayBackdrop,
|
|
49
49
|
inline,
|
|
50
|
-
"inline-sm": "_inline-
|
|
50
|
+
"inline-sm": "_inline-sm_1janb_168",
|
|
51
51
|
inlineSm,
|
|
52
|
-
"inline-md": "_inline-
|
|
52
|
+
"inline-md": "_inline-md_1janb_172",
|
|
53
53
|
inlineMd,
|
|
54
54
|
inlineSpinner,
|
|
55
55
|
screen,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const positioner = "
|
|
4
|
-
const popup = "
|
|
5
|
-
const viewport = "
|
|
6
|
-
const item = "
|
|
7
|
-
const itemDanger = "
|
|
8
|
-
const itemIcon = "
|
|
9
|
-
const itemLabel = "
|
|
10
|
-
const itemShortcut = "
|
|
11
|
-
const checkIndicator = "
|
|
12
|
-
const radioIndicator = "
|
|
13
|
-
const radioItem = "
|
|
14
|
-
const separator = "
|
|
15
|
-
const groupLabel = "
|
|
16
|
-
const submenuTrigger = "
|
|
3
|
+
const positioner = "_positioner_1jbbi_1";
|
|
4
|
+
const popup = "_popup_1jbbi_7";
|
|
5
|
+
const viewport = "_viewport_1jbbi_32";
|
|
6
|
+
const item = "_item_1jbbi_37";
|
|
7
|
+
const itemDanger = "_itemDanger_1jbbi_77";
|
|
8
|
+
const itemIcon = "_itemIcon_1jbbi_85";
|
|
9
|
+
const itemLabel = "_itemLabel_1jbbi_101";
|
|
10
|
+
const itemShortcut = "_itemShortcut_1jbbi_105";
|
|
11
|
+
const checkIndicator = "_checkIndicator_1jbbi_111";
|
|
12
|
+
const radioIndicator = "_radioIndicator_1jbbi_121";
|
|
13
|
+
const radioItem = "_radioItem_1jbbi_134";
|
|
14
|
+
const separator = "_separator_1jbbi_139";
|
|
15
|
+
const groupLabel = "_groupLabel_1jbbi_145";
|
|
16
|
+
const submenuTrigger = "_submenuTrigger_1jbbi_178";
|
|
17
17
|
const styles = {
|
|
18
18
|
positioner,
|
|
19
19
|
popup,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const positioner = "
|
|
2
|
-
const popup = "
|
|
3
|
-
const viewport = "
|
|
4
|
-
const item = "
|
|
5
|
-
const itemDanger = "
|
|
6
|
-
const itemIcon = "
|
|
7
|
-
const itemLabel = "
|
|
8
|
-
const itemShortcut = "
|
|
9
|
-
const checkIndicator = "
|
|
10
|
-
const radioIndicator = "
|
|
11
|
-
const radioItem = "
|
|
12
|
-
const separator = "
|
|
13
|
-
const groupLabel = "
|
|
14
|
-
const submenuTrigger = "
|
|
1
|
+
const positioner = "_positioner_1jbbi_1";
|
|
2
|
+
const popup = "_popup_1jbbi_7";
|
|
3
|
+
const viewport = "_viewport_1jbbi_32";
|
|
4
|
+
const item = "_item_1jbbi_37";
|
|
5
|
+
const itemDanger = "_itemDanger_1jbbi_77";
|
|
6
|
+
const itemIcon = "_itemIcon_1jbbi_85";
|
|
7
|
+
const itemLabel = "_itemLabel_1jbbi_101";
|
|
8
|
+
const itemShortcut = "_itemShortcut_1jbbi_105";
|
|
9
|
+
const checkIndicator = "_checkIndicator_1jbbi_111";
|
|
10
|
+
const radioIndicator = "_radioIndicator_1jbbi_121";
|
|
11
|
+
const radioItem = "_radioItem_1jbbi_134";
|
|
12
|
+
const separator = "_separator_1jbbi_139";
|
|
13
|
+
const groupLabel = "_groupLabel_1jbbi_145";
|
|
14
|
+
const submenuTrigger = "_submenuTrigger_1jbbi_178";
|
|
15
15
|
const styles = {
|
|
16
16
|
positioner,
|
|
17
17
|
popup,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const message = "
|
|
4
|
-
const actions = "
|
|
5
|
-
const user = "
|
|
6
|
-
const body = "
|
|
7
|
-
const content = "
|
|
8
|
-
const assistant = "
|
|
9
|
-
const system = "
|
|
10
|
-
const avatar = "
|
|
11
|
-
const error = "
|
|
12
|
-
const sending = "
|
|
13
|
-
const avatarUser = "
|
|
14
|
-
const avatarAssistant = "
|
|
15
|
-
const avatarSystem = "
|
|
16
|
-
const avatarImage = "
|
|
17
|
-
const avatarImg = "
|
|
18
|
-
const streaming = "
|
|
19
|
-
const blink = "
|
|
20
|
-
const timestamp = "
|
|
3
|
+
const message = "_message_rfanq_1";
|
|
4
|
+
const actions = "_actions_rfanq_8";
|
|
5
|
+
const user = "_user_rfanq_15";
|
|
6
|
+
const body = "_body_rfanq_19";
|
|
7
|
+
const content = "_content_rfanq_22";
|
|
8
|
+
const assistant = "_assistant_rfanq_27";
|
|
9
|
+
const system = "_system_rfanq_32";
|
|
10
|
+
const avatar = "_avatar_rfanq_42";
|
|
11
|
+
const error = "_error_rfanq_46";
|
|
12
|
+
const sending = "_sending_rfanq_52";
|
|
13
|
+
const avatarUser = "_avatarUser_rfanq_72";
|
|
14
|
+
const avatarAssistant = "_avatarAssistant_rfanq_77";
|
|
15
|
+
const avatarSystem = "_avatarSystem_rfanq_82";
|
|
16
|
+
const avatarImage = "_avatarImage_rfanq_87";
|
|
17
|
+
const avatarImg = "_avatarImg_rfanq_92";
|
|
18
|
+
const streaming = "_streaming_rfanq_148";
|
|
19
|
+
const blink = "_blink_rfanq_1";
|
|
20
|
+
const timestamp = "_timestamp_rfanq_174";
|
|
21
21
|
const styles = {
|
|
22
22
|
message,
|
|
23
23
|
actions,
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
const message = "
|
|
2
|
-
const actions = "
|
|
3
|
-
const user = "
|
|
4
|
-
const body = "
|
|
5
|
-
const content = "
|
|
6
|
-
const assistant = "
|
|
7
|
-
const system = "
|
|
8
|
-
const avatar = "
|
|
9
|
-
const error = "
|
|
10
|
-
const sending = "
|
|
11
|
-
const avatarUser = "
|
|
12
|
-
const avatarAssistant = "
|
|
13
|
-
const avatarSystem = "
|
|
14
|
-
const avatarImage = "
|
|
15
|
-
const avatarImg = "
|
|
16
|
-
const streaming = "
|
|
17
|
-
const blink = "
|
|
18
|
-
const timestamp = "
|
|
1
|
+
const message = "_message_rfanq_1";
|
|
2
|
+
const actions = "_actions_rfanq_8";
|
|
3
|
+
const user = "_user_rfanq_15";
|
|
4
|
+
const body = "_body_rfanq_19";
|
|
5
|
+
const content = "_content_rfanq_22";
|
|
6
|
+
const assistant = "_assistant_rfanq_27";
|
|
7
|
+
const system = "_system_rfanq_32";
|
|
8
|
+
const avatar = "_avatar_rfanq_42";
|
|
9
|
+
const error = "_error_rfanq_46";
|
|
10
|
+
const sending = "_sending_rfanq_52";
|
|
11
|
+
const avatarUser = "_avatarUser_rfanq_72";
|
|
12
|
+
const avatarAssistant = "_avatarAssistant_rfanq_77";
|
|
13
|
+
const avatarSystem = "_avatarSystem_rfanq_82";
|
|
14
|
+
const avatarImage = "_avatarImage_rfanq_87";
|
|
15
|
+
const avatarImg = "_avatarImg_rfanq_92";
|
|
16
|
+
const streaming = "_streaming_rfanq_148";
|
|
17
|
+
const blink = "_blink_rfanq_1";
|
|
18
|
+
const timestamp = "_timestamp_rfanq_174";
|
|
19
19
|
const styles = {
|
|
20
20
|
message,
|
|
21
21
|
actions,
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const rootVertical = "
|
|
5
|
-
const list = "
|
|
6
|
-
const listVertical = "
|
|
7
|
-
const trigger = "
|
|
8
|
-
const triggerChevron = "
|
|
9
|
-
const content = "
|
|
10
|
-
const link = "
|
|
11
|
-
const linkActive = "
|
|
12
|
-
const linkStructured = "
|
|
13
|
-
const linkIcon = "
|
|
14
|
-
const linkBody = "
|
|
15
|
-
const linkTitle = "
|
|
16
|
-
const linkDescription = "
|
|
17
|
-
const linkFeatured = "
|
|
18
|
-
const indicator = "
|
|
19
|
-
const viewport = "
|
|
20
|
-
const hamburger = "
|
|
21
|
-
const drawerBackdrop = "
|
|
22
|
-
const drawer = "
|
|
23
|
-
const drawerHeader = "
|
|
24
|
-
const drawerClose = "
|
|
25
|
-
const drawerBody = "
|
|
26
|
-
const drawerNav = "
|
|
27
|
-
const drawerLink = "
|
|
28
|
-
const drawerSectionLabel = "
|
|
29
|
-
const drawerCollapsibleTrigger = "
|
|
30
|
-
const drawerCollapsibleContent = "
|
|
3
|
+
const root = "_root_1wshu_1";
|
|
4
|
+
const rootVertical = "_rootVertical_1wshu_9";
|
|
5
|
+
const list = "_list_1wshu_14";
|
|
6
|
+
const listVertical = "_listVertical_1wshu_28";
|
|
7
|
+
const trigger = "_trigger_1wshu_33";
|
|
8
|
+
const triggerChevron = "_triggerChevron_1wshu_85";
|
|
9
|
+
const content = "_content_1wshu_93";
|
|
10
|
+
const link = "_link_1wshu_156";
|
|
11
|
+
const linkActive = "_linkActive_1wshu_197";
|
|
12
|
+
const linkStructured = "_linkStructured_1wshu_203";
|
|
13
|
+
const linkIcon = "_linkIcon_1wshu_216";
|
|
14
|
+
const linkBody = "_linkBody_1wshu_227";
|
|
15
|
+
const linkTitle = "_linkTitle_1wshu_234";
|
|
16
|
+
const linkDescription = "_linkDescription_1wshu_241";
|
|
17
|
+
const linkFeatured = "_linkFeatured_1wshu_247";
|
|
18
|
+
const indicator = "_indicator_1wshu_257";
|
|
19
|
+
const viewport = "_viewport_1wshu_267";
|
|
20
|
+
const hamburger = "_hamburger_1wshu_299";
|
|
21
|
+
const drawerBackdrop = "_drawerBackdrop_1wshu_346";
|
|
22
|
+
const drawer = "_drawer_1wshu_346";
|
|
23
|
+
const drawerHeader = "_drawerHeader_1wshu_380";
|
|
24
|
+
const drawerClose = "_drawerClose_1wshu_389";
|
|
25
|
+
const drawerBody = "_drawerBody_1wshu_427";
|
|
26
|
+
const drawerNav = "_drawerNav_1wshu_433";
|
|
27
|
+
const drawerLink = "_drawerLink_1wshu_438";
|
|
28
|
+
const drawerSectionLabel = "_drawerSectionLabel_1wshu_472";
|
|
29
|
+
const drawerCollapsibleTrigger = "_drawerCollapsibleTrigger_1wshu_483";
|
|
30
|
+
const drawerCollapsibleContent = "_drawerCollapsibleContent_1wshu_526";
|
|
31
31
|
const styles = {
|
|
32
32
|
root,
|
|
33
33
|
rootVertical,
|