@usefragments/ui 1.6.0 → 2.0.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/README.md +54 -66
- package/dist/assets/fragments-wordmark.cjs +2 -2
- package/dist/assets/fragments-wordmark.d.ts.map +1 -1
- package/dist/assets/fragments-wordmark.js +2 -2
- package/dist/assets/nav-glyph.cjs +139 -0
- package/dist/assets/nav-glyph.d.ts +28 -0
- package/dist/assets/nav-glyph.d.ts.map +1 -0
- package/dist/assets/nav-glyph.js +139 -0
- package/dist/assets/nav-glyph.module.scss.cjs +71 -0
- package/dist/assets/nav-glyph.module.scss.js +71 -0
- package/dist/assets/ui.css +6885 -6308
- package/dist/blocks/components/StatsCard.d.ts +1 -1
- package/dist/blocks/components/StatsCard.d.ts.map +1 -1
- package/dist/chart.cjs +24 -6
- package/dist/chart.js +24 -6
- package/dist/codeblock.cjs +76 -43
- package/dist/codeblock.js +71 -38
- package/dist/colorpicker.cjs +4 -1
- package/dist/colorpicker.js +4 -1
- package/dist/components/Accordion/Accordion.module.scss.cjs +8 -8
- package/dist/components/Accordion/Accordion.module.scss.js +8 -8
- package/dist/components/Alert/Alert.module.scss.cjs +23 -20
- package/dist/components/Alert/Alert.module.scss.js +23 -20
- package/dist/components/Alert/index.cjs +20 -8
- package/dist/components/Alert/index.d.ts +17 -11
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +20 -8
- package/dist/components/AppShell/AppShell.module.scss.cjs +14 -14
- package/dist/components/AppShell/AppShell.module.scss.js +14 -14
- package/dist/components/AppShell/index.cjs +2 -2
- package/dist/components/AppShell/index.js +2 -2
- package/dist/components/Avatar/Avatar.module.scss.cjs +14 -14
- package/dist/components/Avatar/Avatar.module.scss.js +14 -14
- package/dist/components/Badge/Badge.module.scss.cjs +33 -31
- package/dist/components/Badge/Badge.module.scss.js +33 -31
- package/dist/components/Badge/index.cjs +13 -3
- package/dist/components/Badge/index.d.ts +18 -13
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/index.js +13 -3
- 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/Box/index.cjs +64 -75
- package/dist/components/Box/index.d.ts +16 -16
- package/dist/components/Box/index.d.ts.map +1 -1
- package/dist/components/Box/index.js +64 -75
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +11 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.js +11 -8
- package/dist/components/Breadcrumbs/index.cjs +1 -1
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.js +1 -1
- package/dist/components/Button/Button.module.scss.cjs +36 -27
- package/dist/components/Button/Button.module.scss.js +36 -27
- package/dist/components/Button/index.cjs +20 -4
- package/dist/components/Button/index.d.ts +18 -10
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +20 -4
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.cjs +15 -15
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.js +15 -15
- package/dist/components/Card/Card.module.scss.cjs +31 -26
- package/dist/components/Card/Card.module.scss.js +32 -27
- package/dist/components/Card/index.cjs +16 -3
- package/dist/components/Card/index.d.ts +23 -15
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/index.js +16 -3
- package/dist/components/Chart/Chart.module.scss.cjs +15 -15
- package/dist/components/Chart/Chart.module.scss.js +15 -15
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +11 -11
- package/dist/components/Checkbox/Checkbox.module.scss.js +11 -11
- package/dist/components/Checkbox/index.cjs +4 -4
- package/dist/components/Checkbox/index.d.ts +4 -6
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +4 -4
- package/dist/components/Chip/Chip.module.scss.cjs +19 -19
- package/dist/components/Chip/Chip.module.scss.js +19 -19
- package/dist/components/Chip/index.cjs +3 -3
- package/dist/components/Chip/index.d.ts +8 -3
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +3 -3
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +26 -23
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +26 -23
- package/dist/components/CodeBlock/css-variables-theme.cjs +98 -0
- package/dist/components/CodeBlock/css-variables-theme.d.ts +27 -0
- package/dist/components/CodeBlock/css-variables-theme.d.ts.map +1 -0
- package/dist/components/CodeBlock/css-variables-theme.js +98 -0
- package/dist/components/CodeBlock/index.d.ts +20 -5
- package/dist/components/CodeBlock/index.d.ts.map +1 -1
- package/dist/components/Collapsible/Collapsible.module.scss.cjs +9 -9
- package/dist/components/Collapsible/Collapsible.module.scss.js +9 -9
- package/dist/components/ColorPicker/ColorPicker.module.scss.cjs +14 -14
- package/dist/components/ColorPicker/ColorPicker.module.scss.js +14 -14
- package/dist/components/ColorPicker/index.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.module.scss.cjs +21 -21
- package/dist/components/Combobox/Combobox.module.scss.js +21 -21
- package/dist/components/Combobox/index.cjs +26 -6
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +26 -6
- package/dist/components/Command/Command.module.scss.cjs +14 -11
- package/dist/components/Command/Command.module.scss.js +14 -11
- package/dist/components/Command/index.cjs +28 -16
- package/dist/components/Command/index.d.ts +8 -3
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.js +28 -16
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +10 -10
- package/dist/components/ConversationList/ConversationList.module.scss.js +10 -10
- package/dist/components/ConversationList/index.cjs +2 -2
- package/dist/components/ConversationList/index.js +2 -2
- package/dist/components/DataTable/DataTable.icons.cjs +6 -33
- package/dist/components/DataTable/DataTable.icons.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.icons.js +6 -33
- package/dist/components/DataTable/DataTable.module.scss.cjs +31 -28
- package/dist/components/DataTable/DataTable.module.scss.js +31 -28
- package/dist/components/DataTable/DataTable.virtual.d.ts.map +1 -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.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/Dialog/index.cjs +13 -16
- package/dist/components/Dialog/index.d.ts +11 -10
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +13 -16
- package/dist/components/Drawer/Drawer.module.scss.cjs +39 -39
- package/dist/components/Drawer/Drawer.module.scss.js +40 -40
- package/dist/components/Drawer/index.cjs +2 -2
- package/dist/components/Drawer/index.d.ts +5 -4
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +2 -2
- package/dist/components/Editor/Editor.module.scss.cjs +17 -17
- package/dist/components/Editor/Editor.module.scss.js +17 -17
- package/dist/components/Editor/index.d.ts +10 -10
- package/dist/components/Editor/index.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.module.scss.cjs +11 -8
- package/dist/components/EmptyState/EmptyState.module.scss.js +11 -8
- package/dist/components/EmptyState/index.cjs +13 -6
- package/dist/components/EmptyState/index.d.ts +13 -5
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +13 -6
- package/dist/components/Field/Field.module.scss.cjs +5 -5
- package/dist/components/Field/Field.module.scss.js +5 -5
- package/dist/components/Field/index.cjs +9 -1
- package/dist/components/Field/index.d.ts.map +1 -1
- package/dist/components/Field/index.js +9 -1
- package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
- package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
- package/dist/components/Grid/Grid.module.scss.cjs +54 -54
- package/dist/components/Grid/Grid.module.scss.js +54 -54
- package/dist/components/Grid/index.cjs +1 -1
- package/dist/components/Grid/index.js +1 -1
- package/dist/components/Header/Header.module.scss.cjs +33 -33
- package/dist/components/Header/Header.module.scss.js +33 -33
- package/dist/components/Header/index.cjs +17 -38
- package/dist/components/Header/index.d.ts +15 -11
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +17 -38
- package/dist/components/Icon/Icon.module.scss.cjs +30 -33
- package/dist/components/Icon/Icon.module.scss.js +30 -33
- package/dist/components/Icon/index.cjs +15 -14
- package/dist/components/Icon/index.d.ts +23 -12
- package/dist/components/Icon/index.d.ts.map +1 -1
- package/dist/components/Icon/index.js +15 -14
- package/dist/components/IconButton/IconButton.module.scss.cjs +12 -12
- package/dist/components/IconButton/IconButton.module.scss.js +12 -12
- package/dist/components/IconButton/index.cjs +2 -1
- package/dist/components/IconButton/index.d.ts +4 -4
- package/dist/components/IconButton/index.d.ts.map +1 -1
- package/dist/components/IconButton/index.js +2 -1
- 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 +15 -21
- package/dist/components/Input/Input.module.scss.js +15 -21
- package/dist/components/Input/index.cjs +2 -14
- package/dist/components/Input/index.d.ts +0 -2
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/index.js +2 -14
- package/dist/components/Link/Link.module.scss.cjs +26 -14
- package/dist/components/Link/Link.module.scss.js +26 -14
- package/dist/components/Link/index.cjs +13 -2
- package/dist/components/Link/index.d.ts +11 -4
- package/dist/components/Link/index.d.ts.map +1 -1
- package/dist/components/Link/index.js +13 -2
- package/dist/components/List/List.module.scss.cjs +23 -19
- package/dist/components/List/List.module.scss.js +23 -19
- package/dist/components/List/index.cjs +7 -7
- package/dist/components/List/index.d.ts +10 -7
- package/dist/components/List/index.d.ts.map +1 -1
- package/dist/components/List/index.js +7 -7
- 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 +34 -34
- package/dist/components/Loading/Loading.module.scss.js +34 -34
- package/dist/components/Loading/index.cjs +5 -5
- package/dist/components/Loading/index.d.ts +8 -7
- package/dist/components/Loading/index.d.ts.map +1 -1
- package/dist/components/Loading/index.js +5 -5
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Markdown/index.d.ts +2 -2
- package/dist/components/Markdown/index.d.ts.map +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 +20 -20
- package/dist/components/Message/Message.module.scss.js +20 -20
- package/dist/components/Message/index.cjs +1 -1
- package/dist/components/Message/index.d.ts +1 -1
- package/dist/components/Message/index.js +1 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +34 -31
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +34 -31
- package/dist/components/NavigationMenu/index.cjs +32 -15
- package/dist/components/NavigationMenu/index.d.ts +12 -6
- package/dist/components/NavigationMenu/index.d.ts.map +1 -1
- package/dist/components/NavigationMenu/index.js +32 -15
- package/dist/components/Pagination/Pagination.module.scss.cjs +10 -10
- package/dist/components/Pagination/Pagination.module.scss.js +10 -10
- package/dist/components/Popover/Popover.module.scss.cjs +10 -10
- package/dist/components/Popover/Popover.module.scss.js +10 -10
- package/dist/components/Progress/Progress.module.scss.cjs +28 -25
- package/dist/components/Progress/Progress.module.scss.js +28 -25
- package/dist/components/Progress/index.cjs +21 -12
- package/dist/components/Progress/index.d.ts +10 -6
- package/dist/components/Progress/index.d.ts.map +1 -1
- package/dist/components/Progress/index.js +21 -12
- package/dist/components/Prompt/Prompt.module.scss.cjs +30 -30
- package/dist/components/Prompt/Prompt.module.scss.js +30 -30
- package/dist/components/Prompt/index.cjs +7 -7
- package/dist/components/Prompt/index.d.ts +11 -9
- package/dist/components/Prompt/index.d.ts.map +1 -1
- package/dist/components/Prompt/index.js +7 -7
- package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +20 -17
- package/dist/components/RadioGroup/RadioGroup.module.scss.js +20 -17
- package/dist/components/RadioGroup/index.cjs +10 -5
- package/dist/components/RadioGroup/index.d.ts +11 -7
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +10 -5
- package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +5 -5
- package/dist/components/ScrollArea/ScrollArea.module.scss.js +5 -5
- package/dist/components/ScrollArea/index.d.ts +4 -4
- package/dist/components/ScrollArea/index.d.ts.map +1 -1
- package/dist/components/ScrollArea/scroll-state.d.ts +5 -5
- package/dist/components/Select/Select.module.scss.cjs +21 -21
- package/dist/components/Select/Select.module.scss.js +21 -21
- package/dist/components/Select/index.cjs +26 -20
- package/dist/components/Select/index.d.ts +5 -5
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +26 -20
- package/dist/components/Separator/Separator.module.scss.cjs +25 -19
- package/dist/components/Separator/Separator.module.scss.js +25 -19
- package/dist/components/Separator/index.cjs +10 -8
- package/dist/components/Separator/index.d.ts +4 -2
- package/dist/components/Separator/index.d.ts.map +1 -1
- package/dist/components/Separator/index.js +10 -8
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +43 -43
- package/dist/components/Sidebar/Sidebar.module.scss.js +43 -43
- package/dist/components/Sidebar/index.cjs +15 -38
- package/dist/components/Sidebar/index.d.ts +19 -19
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +15 -38
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +50 -46
- package/dist/components/Skeleton/Skeleton.module.scss.js +50 -46
- package/dist/components/Skeleton/index.cjs +7 -7
- package/dist/components/Skeleton/index.d.ts +8 -7
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +7 -7
- package/dist/components/Slider/Slider.module.scss.cjs +12 -12
- package/dist/components/Slider/Slider.module.scss.js +12 -12
- package/dist/components/Stack/Stack.module.scss.cjs +25 -25
- package/dist/components/Stack/Stack.module.scss.js +25 -25
- package/dist/components/Stack/index.cjs +1 -1
- package/dist/components/Stack/index.js +1 -1
- package/dist/components/Switch/Switch.module.scss.cjs +9 -9
- package/dist/components/Switch/Switch.module.scss.js +9 -9
- package/dist/components/Table/Table.module.scss.cjs +19 -19
- package/dist/components/Table/Table.module.scss.js +19 -19
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/TableOfContents/index.cjs +14 -10
- package/dist/components/TableOfContents/index.d.ts +5 -3
- package/dist/components/TableOfContents/index.d.ts.map +1 -1
- package/dist/components/TableOfContents/index.js +14 -10
- package/dist/components/Tabs/Tabs.module.scss.cjs +18 -18
- package/dist/components/Tabs/Tabs.module.scss.js +18 -18
- package/dist/components/Tabs/index.cjs +30 -11
- package/dist/components/Tabs/index.d.ts +8 -6
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +30 -11
- package/dist/components/Text/Text.module.scss.cjs +109 -97
- package/dist/components/Text/Text.module.scss.js +109 -97
- package/dist/components/Text/index.cjs +45 -41
- package/dist/components/Text/index.d.ts +24 -19
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +45 -41
- package/dist/components/Textarea/Textarea.module.scss.cjs +22 -28
- package/dist/components/Textarea/Textarea.module.scss.js +22 -28
- package/dist/components/Textarea/index.cjs +3 -10
- package/dist/components/Textarea/index.d.ts +0 -2
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/index.js +3 -10
- package/dist/components/Theme/index.cjs +22 -5
- package/dist/components/Theme/index.d.ts +6 -12
- package/dist/components/Theme/index.d.ts.map +1 -1
- package/dist/components/Theme/index.js +22 -5
- package/dist/components/ThemeToggle/ThemeButton.cjs +51 -0
- package/dist/components/ThemeToggle/ThemeButton.d.ts +16 -0
- package/dist/components/ThemeToggle/ThemeButton.d.ts.map +1 -0
- package/dist/components/ThemeToggle/ThemeButton.js +34 -0
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.cjs +6 -6
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.js +6 -6
- package/dist/components/ThemeToggle/icons.cjs +48 -0
- package/dist/components/ThemeToggle/icons.d.ts +10 -0
- package/dist/components/ThemeToggle/icons.d.ts.map +1 -0
- package/dist/components/ThemeToggle/icons.js +48 -0
- package/dist/components/ThemeToggle/index.cjs +6 -50
- package/dist/components/ThemeToggle/index.d.ts +5 -3
- package/dist/components/ThemeToggle/index.d.ts.map +1 -1
- package/dist/components/ThemeToggle/index.js +3 -47
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +18 -15
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +18 -15
- package/dist/components/ThinkingIndicator/index.cjs +7 -8
- package/dist/components/ThinkingIndicator/index.d.ts +6 -5
- package/dist/components/ThinkingIndicator/index.d.ts.map +1 -1
- package/dist/components/ThinkingIndicator/index.js +7 -8
- package/dist/components/Toast/Toast.module.scss.cjs +28 -29
- package/dist/components/Toast/Toast.module.scss.js +29 -30
- package/dist/components/Toast/index.cjs +28 -30
- package/dist/components/Toast/index.d.ts +9 -8
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/index.js +28 -30
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +21 -19
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +22 -20
- package/dist/components/ToggleGroup/index.cjs +4 -5
- package/dist/components/ToggleGroup/index.d.ts +7 -6
- package/dist/components/ToggleGroup/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +4 -5
- package/dist/components/Tooltip/Tooltip.module.scss.cjs +3 -3
- package/dist/components/Tooltip/Tooltip.module.scss.js +3 -3
- package/dist/components/Tooltip/index.cjs +24 -40
- package/dist/components/Tooltip/index.d.ts +4 -4
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +24 -40
- package/dist/components/VisuallyHidden/VisuallyHidden.module.scss.cjs +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.scss.js +1 -1
- package/dist/components/VisuallyHidden/index.d.ts +2 -2
- package/dist/data-table-virtual.cjs +3 -2
- package/dist/data-table-virtual.js +3 -2
- package/dist/data-table.cjs +3 -2
- package/dist/data-table.js +3 -2
- package/dist/datepicker.cjs +26 -13
- package/dist/datepicker.js +26 -13
- package/dist/editor.cjs +68 -28
- package/dist/editor.js +68 -28
- package/dist/index.cjs +6 -2
- package/dist/index.d.ts +9 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -4
- package/dist/markdown.cjs +21 -29
- package/dist/markdown.js +21 -29
- package/dist/measurements/generated.cjs +46 -94
- package/dist/measurements/generated.d.ts +44 -92
- package/dist/measurements/generated.d.ts.map +1 -1
- package/dist/measurements/generated.js +46 -94
- package/dist/measurements/index.d.ts +1 -1
- package/dist/measurements/index.d.ts.map +1 -1
- package/dist/utils/a11y.cjs +5 -2
- package/dist/utils/a11y.d.ts +5 -5
- package/dist/utils/a11y.d.ts.map +1 -1
- package/dist/utils/a11y.js +5 -2
- package/dist/utils/canonical-stamp.cjs +2 -8
- package/dist/utils/canonical-stamp.d.ts.map +1 -1
- package/dist/utils/canonical-stamp.js +1 -7
- package/dist/utils/css-warning.cjs +1 -1
- package/dist/utils/css-warning.js +1 -1
- package/dist/utils/env.cjs +17 -0
- package/dist/utils/env.d.ts +3 -0
- package/dist/utils/env.d.ts.map +1 -0
- package/dist/utils/env.js +17 -0
- package/dist/utils/keyboard-shortcuts.cjs +3 -10
- package/dist/utils/keyboard-shortcuts.d.ts +4 -4
- package/dist/utils/keyboard-shortcuts.d.ts.map +1 -1
- package/dist/utils/keyboard-shortcuts.js +3 -10
- package/dist/utils/seed-derivation.cjs +10 -7
- package/dist/utils/seed-derivation.d.ts +1 -3
- package/dist/utils/seed-derivation.d.ts.map +1 -1
- package/dist/utils/seed-derivation.js +10 -7
- package/dist/utils/theme-presets.cjs +5 -10
- package/dist/utils/theme-presets.d.ts +1 -2
- package/dist/utils/theme-presets.d.ts.map +1 -1
- package/dist/utils/theme-presets.js +5 -10
- package/fragments.json +1 -1
- package/package.json +9 -10
- package/src/assets/fragments-logo.tsx +2 -2
- package/src/assets/fragments-wordmark.tsx +4 -2
- package/src/assets/nav-glyph.module.scss +166 -0
- package/src/assets/nav-glyph.tsx +188 -0
- package/src/components/Accordion/Accordion.contract.json +24 -48
- package/src/components/Accordion/Accordion.module.scss +5 -3
- package/src/components/Alert/Alert.contract.json +49 -65
- package/src/components/Alert/Alert.module.scss +57 -47
- package/src/components/Alert/index.tsx +72 -39
- package/src/components/AppShell/AppShell.contract.json +34 -51
- package/src/components/AppShell/AppShell.module.scss +99 -54
- package/src/components/AppShell/index.tsx +2 -2
- package/src/components/Avatar/Avatar.contract.json +31 -48
- package/src/components/Avatar/Avatar.module.scss +4 -2
- package/src/components/Badge/Badge.contract.json +86 -55
- package/src/components/Badge/Badge.module.scss +80 -48
- package/src/components/Badge/index.tsx +34 -17
- package/src/components/BentoGrid/BentoGrid.contract.json +21 -45
- package/src/components/BentoGrid/BentoGrid.module.scss +4 -8
- package/src/components/Box/Box.contract.json +40 -148
- package/src/components/Box/Box.module.scss +7 -6
- package/src/components/Box/index.tsx +92 -99
- package/src/components/Breadcrumbs/Breadcrumbs.contract.json +21 -34
- package/src/components/Breadcrumbs/Breadcrumbs.module.scss +27 -12
- package/src/components/Breadcrumbs/index.tsx +5 -1
- package/src/components/Button/Button.module.scss +261 -185
- package/src/components/Button/index.tsx +41 -28
- package/src/components/ButtonGroup/ButtonGroup.contract.json +34 -49
- package/src/components/ButtonGroup/ButtonGroup.module.scss +8 -6
- package/src/components/Card/Card.consumer-fixture.module.scss +5 -2
- package/src/components/Card/Card.module.scss +97 -76
- package/src/components/Card/index.tsx +44 -20
- package/src/components/Chart/Chart.contract.json +21 -29
- package/src/components/Chart/Chart.module.scss +6 -5
- package/src/components/Chart/index.tsx +36 -6
- package/src/components/Checkbox/Checkbox.contract.json +28 -27
- package/src/components/Checkbox/Checkbox.module.scss +47 -54
- package/src/components/Checkbox/index.tsx +10 -10
- package/src/components/Chip/Chip.contract.json +38 -45
- package/src/components/Chip/Chip.module.scss +24 -23
- package/src/components/Chip/index.tsx +12 -7
- package/src/components/CodeBlock/CodeBlock.contract.json +46 -76
- package/src/components/CodeBlock/CodeBlock.module.scss +75 -73
- package/src/components/CodeBlock/css-variables-theme.ts +102 -0
- package/src/components/CodeBlock/index.tsx +114 -51
- package/src/components/Collapsible/Collapsible.contract.json +21 -36
- package/src/components/Collapsible/Collapsible.module.scss +1 -7
- package/src/components/ColorPicker/ColorPicker.contract.json +29 -48
- package/src/components/ColorPicker/ColorPicker.module.scss +34 -24
- package/src/components/ColorPicker/index.tsx +6 -1
- package/src/components/Combobox/Combobox.contract.json +36 -37
- package/src/components/Combobox/Combobox.module.scss +16 -19
- package/src/components/Combobox/index.tsx +41 -6
- package/src/components/Command/Command.contract.json +28 -44
- package/src/components/Command/Command.module.scss +19 -21
- package/src/components/Command/index.tsx +64 -47
- package/src/components/ComponentDefaults/ComponentDefaults.contract.json +91 -0
- package/src/components/ConversationList/ConversationList.contract.json +27 -32
- package/src/components/ConversationList/ConversationList.module.scss +2 -3
- package/src/components/ConversationList/index.tsx +2 -2
- package/src/components/DataTable/DataTable.icons.tsx +4 -21
- package/src/components/DataTable/DataTable.module.scss +24 -17
- package/src/components/DataTable/DataTable.virtual.tsx +3 -2
- package/src/components/DataTable/index.tsx +9 -8
- package/src/components/DatePicker/DatePicker.contract.json +27 -28
- package/src/components/DatePicker/DatePicker.module.scss +41 -44
- package/src/components/DatePicker/index.tsx +23 -9
- package/src/components/Dialog/Dialog.module.scss +26 -32
- package/src/components/Dialog/index.tsx +51 -39
- package/src/components/Drawer/Drawer.contract.json +28 -42
- package/src/components/Drawer/Drawer.module.scss +123 -64
- package/src/components/Drawer/index.tsx +7 -5
- package/src/components/Editor/Editor.contract.json +32 -49
- package/src/components/Editor/Editor.module.scss +60 -25
- package/src/components/Editor/index.tsx +240 -179
- package/src/components/EmptyState/EmptyState.contract.json +33 -45
- package/src/components/EmptyState/EmptyState.module.scss +37 -21
- package/src/components/EmptyState/index.tsx +56 -23
- package/src/components/Field/Field.contract.json +28 -46
- package/src/components/Field/Field.module.scss +2 -1
- package/src/components/Field/index.tsx +5 -1
- package/src/components/Fieldset/Fieldset.contract.json +21 -38
- package/src/components/Fieldset/Fieldset.module.scss +15 -7
- package/src/components/Form/Form.contract.json +23 -23
- package/src/components/Grid/Grid.contract.json +28 -64
- package/src/components/Grid/Grid.module.scss +2 -2
- package/src/components/Grid/index.tsx +10 -10
- package/src/components/Header/Header.contract.json +31 -67
- package/src/components/Header/Header.module.scss +57 -54
- package/src/components/Header/index.tsx +134 -122
- package/src/components/Icon/Icon.contract.json +37 -81
- package/src/components/Icon/Icon.module.scss +13 -12
- package/src/components/Icon/index.tsx +31 -31
- package/src/components/IconButton/IconButton.contract.json +37 -21
- package/src/components/IconButton/IconButton.module.scss +19 -11
- package/src/components/IconButton/index.tsx +6 -5
- package/src/components/Image/Image.contract.json +23 -56
- package/src/components/Input/Input.contract.json +25 -44
- package/src/components/Input/Input.module.scss +6 -55
- package/src/components/Input/index.tsx +2 -18
- package/src/components/Link/Link.contract.json +46 -58
- package/src/components/Link/Link.module.scss +41 -10
- package/src/components/Link/index.tsx +27 -6
- package/src/components/List/List.contract.json +33 -62
- package/src/components/List/List.module.scss +10 -5
- package/src/components/List/index.tsx +17 -13
- package/src/components/Listbox/Listbox.contract.json +21 -37
- package/src/components/Listbox/Listbox.module.scss +14 -20
- package/src/components/Loading/Loading.contract.json +41 -65
- package/src/components/Loading/Loading.module.scss +37 -31
- package/src/components/Loading/index.tsx +15 -14
- package/src/components/Main/Main.contract.json +17 -9
- package/src/components/Markdown/Markdown.contract.json +22 -43
- package/src/components/Markdown/Markdown.module.scss +45 -6
- package/src/components/Markdown/index.tsx +48 -49
- package/src/components/Menu/Menu.contract.json +30 -46
- package/src/components/Menu/Menu.module.scss +32 -16
- package/src/components/Message/Message.contract.json +31 -54
- package/src/components/Message/Message.module.scss +18 -9
- package/src/components/Message/index.tsx +2 -2
- package/src/components/NavigationMenu/NavigationMenu.contract.json +36 -45
- package/src/components/NavigationMenu/NavigationMenu.module.scss +66 -66
- package/src/components/NavigationMenu/index.tsx +105 -81
- package/src/components/Pagination/Pagination.contract.json +22 -40
- package/src/components/Pagination/Pagination.module.scss +9 -16
- package/src/components/Popover/Popover.contract.json +28 -50
- package/src/components/Popover/Popover.module.scss +30 -28
- package/src/components/Progress/Progress.contract.json +39 -35
- package/src/components/Progress/Progress.module.scss +16 -10
- package/src/components/Progress/index.tsx +34 -16
- package/src/components/Prompt/Prompt.contract.json +40 -56
- package/src/components/Prompt/Prompt.module.scss +49 -48
- package/src/components/Prompt/index.tsx +17 -15
- package/src/components/RadioGroup/RadioGroup.contract.json +29 -28
- package/src/components/RadioGroup/RadioGroup.module.scss +50 -45
- package/src/components/RadioGroup/index.tsx +23 -10
- package/src/components/ScrollArea/ScrollArea.contract.json +18 -19
- package/src/components/ScrollArea/ScrollArea.module.scss +45 -48
- package/src/components/ScrollArea/index.tsx +16 -16
- package/src/components/ScrollArea/scroll-state.ts +24 -24
- package/src/components/Select/Select.module.scss +20 -19
- package/src/components/Select/index.tsx +26 -24
- package/src/components/Separator/Separator.contract.json +29 -53
- package/src/components/Separator/Separator.module.scss +24 -40
- package/src/components/Separator/index.tsx +16 -11
- package/src/components/Sidebar/Sidebar.contract.json +35 -67
- package/src/components/Sidebar/Sidebar.module.scss +94 -88
- package/src/components/Sidebar/index.tsx +167 -167
- package/src/components/Skeleton/Skeleton.contract.json +34 -60
- package/src/components/Skeleton/Skeleton.module.scss +50 -26
- package/src/components/Skeleton/index.tsx +16 -15
- package/src/components/Slider/Slider.contract.json +27 -39
- package/src/components/Slider/Slider.module.scss +9 -22
- package/src/components/Stack/Stack.contract.json +30 -57
- package/src/components/Stack/Stack.module.scss +26 -24
- package/src/components/Stack/index.tsx +3 -3
- package/src/components/Switch/Switch.contract.json +33 -46
- package/src/components/Switch/Switch.module.scss +106 -59
- package/src/components/Table/Table.contract.json +28 -46
- package/src/components/Table/Table.module.scss +24 -16
- package/src/components/TableOfContents/TableOfContents.contract.json +34 -21
- package/src/components/TableOfContents/TableOfContents.module.scss +17 -13
- package/src/components/TableOfContents/index.tsx +27 -10
- package/src/components/Tabs/Tabs.contract.json +35 -56
- package/src/components/Tabs/Tabs.module.scss +27 -31
- package/src/components/Tabs/index.tsx +30 -15
- package/src/components/Text/Text.contract.json +52 -72
- package/src/components/Text/Text.module.scss +34 -18
- package/src/components/Text/index.tsx +123 -83
- package/src/components/Textarea/Textarea.contract.json +24 -55
- package/src/components/Textarea/Textarea.module.scss +22 -52
- package/src/components/Textarea/index.tsx +3 -14
- package/src/components/Theme/Theme.contract.json +35 -53
- package/src/components/Theme/index.tsx +41 -13
- package/src/components/ThemeToggle/ThemeButton.tsx +49 -0
- package/src/components/ThemeToggle/ThemeToggle.module.scss +20 -27
- package/src/components/ThemeToggle/icons.tsx +46 -0
- package/src/components/ThemeToggle/index.tsx +9 -55
- package/src/components/ThinkingIndicator/ThinkingIndicator.contract.json +34 -50
- package/src/components/ThinkingIndicator/ThinkingIndicator.module.scss +9 -7
- package/src/components/ThinkingIndicator/index.tsx +12 -14
- package/src/components/Toast/Toast.contract.json +55 -49
- package/src/components/Toast/Toast.module.scss +50 -105
- package/src/components/Toast/index.tsx +39 -34
- package/src/components/ToggleGroup/ToggleGroup.contract.json +39 -40
- package/src/components/ToggleGroup/ToggleGroup.module.scss +30 -27
- package/src/components/ToggleGroup/index.tsx +11 -11
- package/src/components/Tooltip/Tooltip.contract.json +31 -52
- package/src/components/Tooltip/Tooltip.module.scss +16 -10
- package/src/components/Tooltip/index.tsx +19 -24
- package/src/components/VisuallyHidden/VisuallyHidden.contract.json +22 -44
- package/src/components/VisuallyHidden/VisuallyHidden.module.scss +4 -14
- package/src/components/VisuallyHidden/index.tsx +5 -5
- package/src/index.ts +16 -12
- package/src/measurements/MeasurementTargets.module.scss +6 -7
- package/src/measurements/generated.ts +46 -97
- package/src/measurements/index.ts +0 -1
- package/src/measurements/measurements.json +44 -116
- package/src/recipes/_action.scss +4 -4
- package/src/recipes/_boolean-range.scss +12 -16
- package/src/recipes/_feedback.scss +17 -16
- package/src/recipes/_field.scss +28 -16
- package/src/recipes/_layout.scss +14 -7
- package/src/recipes/_navigation.scss +84 -29
- package/src/recipes/_overlay.scss +143 -43
- package/src/recipes/_popup.scss +54 -34
- package/src/recipes/_prose.scss +48 -28
- package/src/recipes/_representation.scss +10 -9
- package/src/recipes/_segmented.scss +1 -1
- package/src/recipes/_table-chrome.scss +42 -17
- package/src/recipes/_target.scss +2 -4
- package/src/recipes/_typography.scss +10 -0
- package/src/scss.d.ts +1 -1
- package/src/styles/globals.scss +31 -25
- package/src/tokens/_component-properties.scss +19 -1
- package/src/tokens/_computed.scss +32 -49
- package/src/tokens/_derive.scss +112 -210
- package/src/tokens/_measurements.catalog.generated.css +62 -44
- package/src/tokens/_measurements.generated.scss +119 -249
- package/src/tokens/_mixins.scss +49 -48
- package/src/tokens/_palettes.scss +39 -167
- package/src/tokens/_property-registrations.scss +9 -0
- package/src/tokens/_seeds.scss +20 -31
- package/src/tokens/_variables.scss +251 -94
- package/src/utils/a11y.tsx +69 -69
- package/src/utils/aria.ts +3 -3
- package/src/utils/canonical-stamp.ts +2 -12
- package/src/utils/css-warning.ts +7 -7
- package/src/utils/env.ts +25 -0
- package/src/utils/keyboard-shortcuts.ts +131 -126
- package/src/utils/seed-derivation.ts +11 -14
- package/src/utils/theme-presets.ts +5 -12
- package/dist/blocks/AccountSettings.block.d.ts +0 -3
- package/dist/blocks/AccountSettings.block.d.ts.map +0 -1
- package/dist/blocks/ActivityFeedSkeleton.block.d.ts +0 -3
- package/dist/blocks/ActivityFeedSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/BlogEditor.block.d.ts +0 -3
- package/dist/blocks/BlogEditor.block.d.ts.map +0 -1
- package/dist/blocks/ChatInterface.block.d.ts +0 -3
- package/dist/blocks/ChatInterface.block.d.ts.map +0 -1
- package/dist/blocks/ChatMessages.block.d.ts +0 -3
- package/dist/blocks/ChatMessages.block.d.ts.map +0 -1
- package/dist/blocks/CheckoutForm.block.d.ts +0 -3
- package/dist/blocks/CheckoutForm.block.d.ts.map +0 -1
- package/dist/blocks/CommandPalette.block.d.ts +0 -3
- package/dist/blocks/CommandPalette.block.d.ts.map +0 -1
- package/dist/blocks/ContactForm.block.d.ts +0 -3
- package/dist/blocks/ContactForm.block.d.ts.map +0 -1
- package/dist/blocks/DashboardPage.block.d.ts +0 -3
- package/dist/blocks/DashboardPage.block.d.ts.map +0 -1
- package/dist/blocks/DashboardSkeleton.block.d.ts +0 -3
- package/dist/blocks/DashboardSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/DataTable.block.d.ts +0 -3
- package/dist/blocks/DataTable.block.d.ts.map +0 -1
- package/dist/blocks/EmptyState.block.d.ts +0 -3
- package/dist/blocks/EmptyState.block.d.ts.map +0 -1
- package/dist/blocks/FAQSection.block.d.ts +0 -3
- package/dist/blocks/FAQSection.block.d.ts.map +0 -1
- package/dist/blocks/FeatureGrid.block.d.ts +0 -3
- package/dist/blocks/FeatureGrid.block.d.ts.map +0 -1
- package/dist/blocks/HeroSection.block.d.ts +0 -3
- package/dist/blocks/HeroSection.block.d.ts.map +0 -1
- package/dist/blocks/NavigationHeader.block.d.ts +0 -3
- package/dist/blocks/NavigationHeader.block.d.ts.map +0 -1
- package/dist/blocks/PaginatedTable.block.d.ts +0 -3
- package/dist/blocks/PaginatedTable.block.d.ts.map +0 -1
- package/dist/blocks/PricingComparison.block.d.ts +0 -3
- package/dist/blocks/PricingComparison.block.d.ts.map +0 -1
- package/dist/blocks/ProductCard.block.d.ts +0 -3
- package/dist/blocks/ProductCard.block.d.ts.map +0 -1
- package/dist/blocks/RegistrationForm.block.d.ts +0 -3
- package/dist/blocks/RegistrationForm.block.d.ts.map +0 -1
- package/dist/blocks/SettingsDrawer.block.d.ts +0 -3
- package/dist/blocks/SettingsDrawer.block.d.ts.map +0 -1
- package/dist/blocks/SettingsPanel.block.d.ts +0 -3
- package/dist/blocks/SettingsPanel.block.d.ts.map +0 -1
- package/dist/blocks/ShoppingCart.block.d.ts +0 -3
- package/dist/blocks/ShoppingCart.block.d.ts.map +0 -1
- package/dist/blocks/StatsCardSkeleton.block.d.ts +0 -3
- package/dist/blocks/StatsCardSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/TableSkeleton.block.d.ts +0 -3
- package/dist/blocks/TableSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/ThinkingStates.block.d.ts +0 -3
- package/dist/blocks/ThinkingStates.block.d.ts.map +0 -1
- package/dist/components/Toggle/index.d.ts +0 -3
- package/dist/components/Toggle/index.d.ts.map +0 -1
- package/src/components/Button/Button.contract.json +0 -218
- package/src/components/Card/Card.contract.json +0 -175
- package/src/components/DataTable/DataTable.contract.json +0 -302
- package/src/components/Dialog/Dialog.contract.json +0 -159
- package/src/components/Select/Select.contract.json +0 -259
- package/src/components/Toggle/index.ts +0 -7
- package/src/tokens/_density.scss +0 -85
|
@@ -1,74 +1,77 @@
|
|
|
1
|
-
const skeleton = "
|
|
2
|
-
const
|
|
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 inputSm = "_input-
|
|
16
|
-
const inputMd = "_input-
|
|
17
|
-
const inputLg = "_input-
|
|
18
|
-
const radiusNone = "_radius-
|
|
19
|
-
const radiusSm = "_radius-
|
|
20
|
-
const radiusMd = "_radius-
|
|
21
|
-
const radiusLg = "_radius-
|
|
22
|
-
const radiusFull = "_radius-
|
|
23
|
-
const textContainer = "
|
|
24
|
-
const gapSm = "_gap-
|
|
25
|
-
const gapMd = "_gap-
|
|
26
|
-
const textLine = "
|
|
1
|
+
const skeleton = "_skeleton_12tch_9";
|
|
2
|
+
const skeletonShimmer = "_skeleton-shimmer_12tch_1";
|
|
3
|
+
const fill = "_fill_12tch_29";
|
|
4
|
+
const text = "_text_12tch_34";
|
|
5
|
+
const heading = "_heading_12tch_40";
|
|
6
|
+
const avatar = "_avatar_12tch_46";
|
|
7
|
+
const avatarSm = "_avatar-sm_12tch_50";
|
|
8
|
+
const avatarMd = "_avatar-md_12tch_55";
|
|
9
|
+
const avatarLg = "_avatar-lg_12tch_60";
|
|
10
|
+
const button = "_button_12tch_65";
|
|
11
|
+
const buttonSm = "_button-sm_12tch_69";
|
|
12
|
+
const buttonMd = "_button-md_12tch_73";
|
|
13
|
+
const buttonLg = "_button-lg_12tch_77";
|
|
14
|
+
const input = "_input_12tch_93";
|
|
15
|
+
const inputSm = "_input-sm_12tch_98";
|
|
16
|
+
const inputMd = "_input-md_12tch_102";
|
|
17
|
+
const inputLg = "_input-lg_12tch_106";
|
|
18
|
+
const radiusNone = "_radius-none_12tch_110";
|
|
19
|
+
const radiusSm = "_radius-sm_12tch_114";
|
|
20
|
+
const radiusMd = "_radius-md_12tch_118";
|
|
21
|
+
const radiusLg = "_radius-lg_12tch_122";
|
|
22
|
+
const radiusFull = "_radius-full_12tch_126";
|
|
23
|
+
const textContainer = "_textContainer_12tch_130";
|
|
24
|
+
const gapSm = "_gap-sm_12tch_136";
|
|
25
|
+
const gapMd = "_gap-md_12tch_140";
|
|
26
|
+
const textLine = "_textLine_12tch_144";
|
|
27
|
+
const skeletonPulse = "_skeleton-pulse_12tch_1";
|
|
27
28
|
const styles = {
|
|
28
29
|
skeleton,
|
|
29
|
-
"skeleton-
|
|
30
|
-
|
|
31
|
-
"static": "
|
|
30
|
+
"skeleton-shimmer": "_skeleton-shimmer_12tch_1",
|
|
31
|
+
skeletonShimmer,
|
|
32
|
+
"static": "_static_12tch_18",
|
|
32
33
|
fill,
|
|
33
34
|
text,
|
|
34
35
|
heading,
|
|
35
36
|
avatar,
|
|
36
|
-
"avatar-sm": "_avatar-
|
|
37
|
+
"avatar-sm": "_avatar-sm_12tch_50",
|
|
37
38
|
avatarSm,
|
|
38
|
-
"avatar-md": "_avatar-
|
|
39
|
+
"avatar-md": "_avatar-md_12tch_55",
|
|
39
40
|
avatarMd,
|
|
40
|
-
"avatar-lg": "_avatar-
|
|
41
|
+
"avatar-lg": "_avatar-lg_12tch_60",
|
|
41
42
|
avatarLg,
|
|
42
43
|
button,
|
|
43
|
-
"button-sm": "_button-
|
|
44
|
+
"button-sm": "_button-sm_12tch_69",
|
|
44
45
|
buttonSm,
|
|
45
|
-
"button-md": "_button-
|
|
46
|
+
"button-md": "_button-md_12tch_73",
|
|
46
47
|
buttonMd,
|
|
47
|
-
"button-lg": "_button-
|
|
48
|
+
"button-lg": "_button-lg_12tch_77",
|
|
48
49
|
buttonLg,
|
|
49
50
|
input,
|
|
50
|
-
"input-sm": "_input-
|
|
51
|
+
"input-sm": "_input-sm_12tch_98",
|
|
51
52
|
inputSm,
|
|
52
|
-
"input-md": "_input-
|
|
53
|
+
"input-md": "_input-md_12tch_102",
|
|
53
54
|
inputMd,
|
|
54
|
-
"input-lg": "_input-
|
|
55
|
+
"input-lg": "_input-lg_12tch_106",
|
|
55
56
|
inputLg,
|
|
56
|
-
"radius-none": "_radius-
|
|
57
|
+
"radius-none": "_radius-none_12tch_110",
|
|
57
58
|
radiusNone,
|
|
58
|
-
"radius-sm": "_radius-
|
|
59
|
+
"radius-sm": "_radius-sm_12tch_114",
|
|
59
60
|
radiusSm,
|
|
60
|
-
"radius-md": "_radius-
|
|
61
|
+
"radius-md": "_radius-md_12tch_118",
|
|
61
62
|
radiusMd,
|
|
62
|
-
"radius-lg": "_radius-
|
|
63
|
+
"radius-lg": "_radius-lg_12tch_122",
|
|
63
64
|
radiusLg,
|
|
64
|
-
"radius-full": "_radius-
|
|
65
|
+
"radius-full": "_radius-full_12tch_126",
|
|
65
66
|
radiusFull,
|
|
66
67
|
textContainer,
|
|
67
|
-
"gap-sm": "_gap-
|
|
68
|
+
"gap-sm": "_gap-sm_12tch_136",
|
|
68
69
|
gapSm,
|
|
69
|
-
"gap-md": "_gap-
|
|
70
|
+
"gap-md": "_gap-md_12tch_140",
|
|
70
71
|
gapMd,
|
|
71
|
-
textLine
|
|
72
|
+
textLine,
|
|
73
|
+
"skeleton-pulse": "_skeleton-pulse_12tch_1",
|
|
74
|
+
skeletonPulse
|
|
72
75
|
};
|
|
73
76
|
export {
|
|
74
77
|
avatar,
|
|
@@ -95,6 +98,7 @@ export {
|
|
|
95
98
|
radiusSm,
|
|
96
99
|
skeleton,
|
|
97
100
|
skeletonPulse,
|
|
101
|
+
skeletonShimmer,
|
|
98
102
|
text,
|
|
99
103
|
textContainer,
|
|
100
104
|
textLine
|
|
@@ -21,7 +21,7 @@ function _interopNamespaceDefault(e) {
|
|
|
21
21
|
}
|
|
22
22
|
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
23
23
|
const SkeletonBase = React__namespace.forwardRef(function SkeletonBase2({
|
|
24
|
-
|
|
24
|
+
shape = "rect",
|
|
25
25
|
size = "md",
|
|
26
26
|
width,
|
|
27
27
|
height,
|
|
@@ -33,10 +33,10 @@ const SkeletonBase = React__namespace.forwardRef(function SkeletonBase2({
|
|
|
33
33
|
}, ref) {
|
|
34
34
|
const classes = [
|
|
35
35
|
Skeleton_module.default.skeleton,
|
|
36
|
-
Skeleton_module.default[
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
Skeleton_module.default[shape],
|
|
37
|
+
shape === "avatar" && Skeleton_module.default[`avatar-${size}`],
|
|
38
|
+
shape === "button" && Skeleton_module.default[`button-${size}`],
|
|
39
|
+
shape === "input" && Skeleton_module.default[`input-${size}`],
|
|
40
40
|
fill && Skeleton_module.default.fill,
|
|
41
41
|
radius && Skeleton_module.default[`radius-${radius}`],
|
|
42
42
|
isStatic && Skeleton_module.default.static,
|
|
@@ -85,9 +85,9 @@ function SkeletonCircle({
|
|
|
85
85
|
className
|
|
86
86
|
}) {
|
|
87
87
|
if (typeof size === "number") {
|
|
88
|
-
return /* @__PURE__ */ jsxRuntime.jsx(SkeletonBase, {
|
|
88
|
+
return /* @__PURE__ */ jsxRuntime.jsx(SkeletonBase, { shape: "rect", width: size, height: size, radius: "full", className });
|
|
89
89
|
}
|
|
90
|
-
return /* @__PURE__ */ jsxRuntime.jsx(SkeletonBase, {
|
|
90
|
+
return /* @__PURE__ */ jsxRuntime.jsx(SkeletonBase, { shape: "avatar", size, className });
|
|
91
91
|
}
|
|
92
92
|
const Skeleton = Object.assign(SkeletonBase, {
|
|
93
93
|
Text: SkeletonText,
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
export type
|
|
2
|
+
export type SkeletonShape = "text" | "heading" | "avatar" | "button" | "input" | "rect";
|
|
3
3
|
export type SkeletonSize = "sm" | "md" | "lg";
|
|
4
4
|
export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
/**
|
|
6
|
-
* Semantic
|
|
6
|
+
* Semantic shape that auto-sizes from the design tokens. Not chrome, so it
|
|
7
|
+
* is `shape`, not `variant`.
|
|
7
8
|
* @default 'rect'
|
|
8
9
|
*/
|
|
9
|
-
|
|
10
|
+
shape?: SkeletonShape;
|
|
10
11
|
/**
|
|
11
|
-
* Size
|
|
12
|
+
* Size for the avatar, button, and input shapes.
|
|
12
13
|
* @default 'md'
|
|
13
14
|
*/
|
|
14
15
|
size?: SkeletonSize;
|
|
15
16
|
/**
|
|
16
|
-
* Width in pixels or CSS value. Auto-determined for most
|
|
17
|
+
* Width in pixels or CSS value. Auto-determined for most shapes.
|
|
17
18
|
*/
|
|
18
19
|
width?: number | string;
|
|
19
20
|
/**
|
|
20
|
-
* Height in pixels or CSS value. Auto-determined for semantic
|
|
21
|
+
* Height in pixels or CSS value. Auto-determined for semantic shapes.
|
|
21
22
|
*/
|
|
22
23
|
height?: number | string;
|
|
23
24
|
/**
|
|
@@ -26,7 +27,7 @@ export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
26
27
|
*/
|
|
27
28
|
fill?: boolean;
|
|
28
29
|
/**
|
|
29
|
-
* Border radius override. Auto-determined for most
|
|
30
|
+
* Border radius override. Auto-determined for most shapes.
|
|
30
31
|
*/
|
|
31
32
|
radius?: "none" | "sm" | "md" | "lg" | "full";
|
|
32
33
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,MAAM,aAAa,GACrB,MAAM,GACN,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,MAAM,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9C,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9C;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAC/F,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8CAA8C;IAC9C,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACnB;AA0DD,iBAAS,YAAY,CAAC,EACpB,KAAS,EACT,aAAkB,EAClB,GAAU,EACV,SAAS,EACT,GAAG,SAAS,EACb,EAAE,iBAAiB,2CAmBnB;AAMD,iBAAS,cAAc,CAAC,EACtB,IAAW,EACX,SAAS,GACV,EAAE;IACD,IAAI,CAAC,EAAE,YAAY,GAAG,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,2CAOA;AAMD,eAAO,MAAM,QAAQ;;;CAGnB,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import styles from "./Skeleton.module.scss.js";
|
|
4
4
|
const SkeletonBase = React.forwardRef(function SkeletonBase2({
|
|
5
|
-
|
|
5
|
+
shape = "rect",
|
|
6
6
|
size = "md",
|
|
7
7
|
width,
|
|
8
8
|
height,
|
|
@@ -14,10 +14,10 @@ const SkeletonBase = React.forwardRef(function SkeletonBase2({
|
|
|
14
14
|
}, ref) {
|
|
15
15
|
const classes = [
|
|
16
16
|
styles.skeleton,
|
|
17
|
-
styles[
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
styles[shape],
|
|
18
|
+
shape === "avatar" && styles[`avatar-${size}`],
|
|
19
|
+
shape === "button" && styles[`button-${size}`],
|
|
20
|
+
shape === "input" && styles[`input-${size}`],
|
|
21
21
|
fill && styles.fill,
|
|
22
22
|
radius && styles[`radius-${radius}`],
|
|
23
23
|
isStatic && styles.static,
|
|
@@ -66,9 +66,9 @@ function SkeletonCircle({
|
|
|
66
66
|
className
|
|
67
67
|
}) {
|
|
68
68
|
if (typeof size === "number") {
|
|
69
|
-
return /* @__PURE__ */ jsx(SkeletonBase, {
|
|
69
|
+
return /* @__PURE__ */ jsx(SkeletonBase, { shape: "rect", width: size, height: size, radius: "full", className });
|
|
70
70
|
}
|
|
71
|
-
return /* @__PURE__ */ jsx(SkeletonBase, {
|
|
71
|
+
return /* @__PURE__ */ jsx(SkeletonBase, { shape: "avatar", size, className });
|
|
72
72
|
}
|
|
73
73
|
const Skeleton = Object.assign(SkeletonBase, {
|
|
74
74
|
Text: SkeletonText,
|
|
@@ -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_iciz7_1";
|
|
4
|
+
const header = "_header_iciz7_8";
|
|
5
|
+
const label = "_label_iciz7_15";
|
|
6
|
+
const value = "_value_iciz7_23";
|
|
7
|
+
const root = "_root_iciz7_35";
|
|
8
|
+
const control = "_control_iciz7_39";
|
|
9
|
+
const track = "_track_iciz7_45";
|
|
10
|
+
const indicator = "_indicator_iciz7_65";
|
|
11
|
+
const thumb = "_thumb_iciz7_72";
|
|
12
|
+
const helper = "_helper_iciz7_123";
|
|
13
|
+
const helperError = "_helperError_iciz7_133";
|
|
14
|
+
const dragValueBubble = "_dragValueBubble_iciz7_137";
|
|
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_iciz7_1";
|
|
2
|
+
const header = "_header_iciz7_8";
|
|
3
|
+
const label = "_label_iciz7_15";
|
|
4
|
+
const value = "_value_iciz7_23";
|
|
5
|
+
const root = "_root_iciz7_35";
|
|
6
|
+
const control = "_control_iciz7_39";
|
|
7
|
+
const track = "_track_iciz7_45";
|
|
8
|
+
const indicator = "_indicator_iciz7_65";
|
|
9
|
+
const thumb = "_thumb_iciz7_72";
|
|
10
|
+
const helper = "_helper_iciz7_123";
|
|
11
|
+
const helperError = "_helperError_iciz7_133";
|
|
12
|
+
const dragValueBubble = "_dragValueBubble_iciz7_137";
|
|
13
13
|
const styles = {
|
|
14
14
|
wrapper,
|
|
15
15
|
header,
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const stack = "
|
|
4
|
-
const row = "
|
|
5
|
-
const column = "
|
|
6
|
-
const directionResponsive = "
|
|
7
|
-
const gapResponsive = "
|
|
8
|
-
const alignStart = "_align-
|
|
9
|
-
const alignCenter = "_align-
|
|
10
|
-
const alignEnd = "_align-
|
|
11
|
-
const alignStretch = "_align-
|
|
12
|
-
const alignBaseline = "_align-
|
|
13
|
-
const justifyStart = "_justify-
|
|
14
|
-
const justifyCenter = "_justify-
|
|
15
|
-
const justifyEnd = "_justify-
|
|
16
|
-
const justifyBetween = "_justify-
|
|
17
|
-
const wrap = "
|
|
18
|
-
const separator = "
|
|
3
|
+
const stack = "_stack_4n27t_1";
|
|
4
|
+
const row = "_row_4n27t_6";
|
|
5
|
+
const column = "_column_4n27t_10";
|
|
6
|
+
const directionResponsive = "_directionResponsive_4n27t_14";
|
|
7
|
+
const gapResponsive = "_gapResponsive_4n27t_38";
|
|
8
|
+
const alignStart = "_align-start_4n27t_62";
|
|
9
|
+
const alignCenter = "_align-center_4n27t_66";
|
|
10
|
+
const alignEnd = "_align-end_4n27t_70";
|
|
11
|
+
const alignStretch = "_align-stretch_4n27t_74";
|
|
12
|
+
const alignBaseline = "_align-baseline_4n27t_78";
|
|
13
|
+
const justifyStart = "_justify-start_4n27t_82";
|
|
14
|
+
const justifyCenter = "_justify-center_4n27t_86";
|
|
15
|
+
const justifyEnd = "_justify-end_4n27t_90";
|
|
16
|
+
const justifyBetween = "_justify-between_4n27t_94";
|
|
17
|
+
const wrap = "_wrap_4n27t_98";
|
|
18
|
+
const separator = "_separator_4n27t_102";
|
|
19
19
|
const styles = {
|
|
20
20
|
stack,
|
|
21
21
|
row,
|
|
22
22
|
column,
|
|
23
23
|
directionResponsive,
|
|
24
24
|
gapResponsive,
|
|
25
|
-
"align-start": "_align-
|
|
25
|
+
"align-start": "_align-start_4n27t_62",
|
|
26
26
|
alignStart,
|
|
27
|
-
"align-center": "_align-
|
|
27
|
+
"align-center": "_align-center_4n27t_66",
|
|
28
28
|
alignCenter,
|
|
29
|
-
"align-end": "_align-
|
|
29
|
+
"align-end": "_align-end_4n27t_70",
|
|
30
30
|
alignEnd,
|
|
31
|
-
"align-stretch": "_align-
|
|
31
|
+
"align-stretch": "_align-stretch_4n27t_74",
|
|
32
32
|
alignStretch,
|
|
33
|
-
"align-baseline": "_align-
|
|
33
|
+
"align-baseline": "_align-baseline_4n27t_78",
|
|
34
34
|
alignBaseline,
|
|
35
|
-
"justify-start": "_justify-
|
|
35
|
+
"justify-start": "_justify-start_4n27t_82",
|
|
36
36
|
justifyStart,
|
|
37
|
-
"justify-center": "_justify-
|
|
37
|
+
"justify-center": "_justify-center_4n27t_86",
|
|
38
38
|
justifyCenter,
|
|
39
|
-
"justify-end": "_justify-
|
|
39
|
+
"justify-end": "_justify-end_4n27t_90",
|
|
40
40
|
justifyEnd,
|
|
41
|
-
"justify-between": "_justify-
|
|
41
|
+
"justify-between": "_justify-between_4n27t_94",
|
|
42
42
|
justifyBetween,
|
|
43
43
|
wrap,
|
|
44
44
|
separator
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
const stack = "
|
|
2
|
-
const row = "
|
|
3
|
-
const column = "
|
|
4
|
-
const directionResponsive = "
|
|
5
|
-
const gapResponsive = "
|
|
6
|
-
const alignStart = "_align-
|
|
7
|
-
const alignCenter = "_align-
|
|
8
|
-
const alignEnd = "_align-
|
|
9
|
-
const alignStretch = "_align-
|
|
10
|
-
const alignBaseline = "_align-
|
|
11
|
-
const justifyStart = "_justify-
|
|
12
|
-
const justifyCenter = "_justify-
|
|
13
|
-
const justifyEnd = "_justify-
|
|
14
|
-
const justifyBetween = "_justify-
|
|
15
|
-
const wrap = "
|
|
16
|
-
const separator = "
|
|
1
|
+
const stack = "_stack_4n27t_1";
|
|
2
|
+
const row = "_row_4n27t_6";
|
|
3
|
+
const column = "_column_4n27t_10";
|
|
4
|
+
const directionResponsive = "_directionResponsive_4n27t_14";
|
|
5
|
+
const gapResponsive = "_gapResponsive_4n27t_38";
|
|
6
|
+
const alignStart = "_align-start_4n27t_62";
|
|
7
|
+
const alignCenter = "_align-center_4n27t_66";
|
|
8
|
+
const alignEnd = "_align-end_4n27t_70";
|
|
9
|
+
const alignStretch = "_align-stretch_4n27t_74";
|
|
10
|
+
const alignBaseline = "_align-baseline_4n27t_78";
|
|
11
|
+
const justifyStart = "_justify-start_4n27t_82";
|
|
12
|
+
const justifyCenter = "_justify-center_4n27t_86";
|
|
13
|
+
const justifyEnd = "_justify-end_4n27t_90";
|
|
14
|
+
const justifyBetween = "_justify-between_4n27t_94";
|
|
15
|
+
const wrap = "_wrap_4n27t_98";
|
|
16
|
+
const separator = "_separator_4n27t_102";
|
|
17
17
|
const styles = {
|
|
18
18
|
stack,
|
|
19
19
|
row,
|
|
20
20
|
column,
|
|
21
21
|
directionResponsive,
|
|
22
22
|
gapResponsive,
|
|
23
|
-
"align-start": "_align-
|
|
23
|
+
"align-start": "_align-start_4n27t_62",
|
|
24
24
|
alignStart,
|
|
25
|
-
"align-center": "_align-
|
|
25
|
+
"align-center": "_align-center_4n27t_66",
|
|
26
26
|
alignCenter,
|
|
27
|
-
"align-end": "_align-
|
|
27
|
+
"align-end": "_align-end_4n27t_70",
|
|
28
28
|
alignEnd,
|
|
29
|
-
"align-stretch": "_align-
|
|
29
|
+
"align-stretch": "_align-stretch_4n27t_74",
|
|
30
30
|
alignStretch,
|
|
31
|
-
"align-baseline": "_align-
|
|
31
|
+
"align-baseline": "_align-baseline_4n27t_78",
|
|
32
32
|
alignBaseline,
|
|
33
|
-
"justify-start": "_justify-
|
|
33
|
+
"justify-start": "_justify-start_4n27t_82",
|
|
34
34
|
justifyStart,
|
|
35
|
-
"justify-center": "_justify-
|
|
35
|
+
"justify-center": "_justify-center_4n27t_86",
|
|
36
36
|
justifyCenter,
|
|
37
|
-
"justify-end": "_justify-
|
|
37
|
+
"justify-end": "_justify-end_4n27t_90",
|
|
38
38
|
justifyEnd,
|
|
39
|
-
"justify-between": "_justify-
|
|
39
|
+
"justify-between": "_justify-between_4n27t_94",
|
|
40
40
|
justifyBetween,
|
|
41
41
|
wrap,
|
|
42
42
|
separator
|
|
@@ -61,7 +61,7 @@ const StackRoot = React__namespace.forwardRef(function Stack2({
|
|
|
61
61
|
vars["--fui-stack-direction-xl"] = xlDirection;
|
|
62
62
|
inlineStyle = vars;
|
|
63
63
|
} else {
|
|
64
|
-
directionClass = Stack_module.default[direction];
|
|
64
|
+
directionClass = Stack_module.default[direction] ?? "";
|
|
65
65
|
}
|
|
66
66
|
if (isResponsiveGap(gap)) {
|
|
67
67
|
gapClass = Stack_module.default.gapResponsive;
|
|
@@ -42,7 +42,7 @@ const StackRoot = React.forwardRef(function Stack2({
|
|
|
42
42
|
vars["--fui-stack-direction-xl"] = xlDirection;
|
|
43
43
|
inlineStyle = vars;
|
|
44
44
|
} else {
|
|
45
|
-
directionClass = styles[direction];
|
|
45
|
+
directionClass = styles[direction] ?? "";
|
|
46
46
|
}
|
|
47
47
|
if (isResponsiveGap(gap)) {
|
|
48
48
|
gapClass = styles.gapResponsive;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const track = "
|
|
5
|
-
const trackSm = "
|
|
6
|
-
const trackLg = "
|
|
7
|
-
const trackMd = "
|
|
8
|
-
const thumb = "
|
|
9
|
-
const content = "
|
|
10
|
-
const label = "
|
|
11
|
-
const helper = "
|
|
3
|
+
const root = "_root_n37tk_1";
|
|
4
|
+
const track = "_track_n37tk_133";
|
|
5
|
+
const trackSm = "_trackSm_n37tk_172";
|
|
6
|
+
const trackLg = "_trackLg_n37tk_183";
|
|
7
|
+
const trackMd = "_trackMd_n37tk_194";
|
|
8
|
+
const thumb = "_thumb_n37tk_205";
|
|
9
|
+
const content = "_content_n37tk_232";
|
|
10
|
+
const label = "_label_n37tk_236";
|
|
11
|
+
const helper = "_helper_n37tk_241";
|
|
12
12
|
const styles = {
|
|
13
13
|
root,
|
|
14
14
|
track,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const track = "
|
|
3
|
-
const trackSm = "
|
|
4
|
-
const trackLg = "
|
|
5
|
-
const trackMd = "
|
|
6
|
-
const thumb = "
|
|
7
|
-
const content = "
|
|
8
|
-
const label = "
|
|
9
|
-
const helper = "
|
|
1
|
+
const root = "_root_n37tk_1";
|
|
2
|
+
const track = "_track_n37tk_133";
|
|
3
|
+
const trackSm = "_trackSm_n37tk_172";
|
|
4
|
+
const trackLg = "_trackLg_n37tk_183";
|
|
5
|
+
const trackMd = "_trackMd_n37tk_194";
|
|
6
|
+
const thumb = "_thumb_n37tk_205";
|
|
7
|
+
const content = "_content_n37tk_232";
|
|
8
|
+
const label = "_label_n37tk_236";
|
|
9
|
+
const helper = "_helper_n37tk_241";
|
|
10
10
|
const styles = {
|
|
11
11
|
root,
|
|
12
12
|
track,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const table = "
|
|
5
|
-
const caption = "
|
|
6
|
-
const captionHidden = "
|
|
7
|
-
const tabular = "
|
|
8
|
-
const thead = "
|
|
9
|
-
const th = "
|
|
10
|
-
const headerContent = "
|
|
11
|
-
const row = "
|
|
12
|
-
const td = "
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
3
|
+
const wrapper = "_wrapper_1pxsm_1";
|
|
4
|
+
const table = "_table_1pxsm_8";
|
|
5
|
+
const caption = "_caption_1pxsm_62";
|
|
6
|
+
const captionHidden = "_captionHidden_1pxsm_75";
|
|
7
|
+
const tabular = "_tabular_1pxsm_87";
|
|
8
|
+
const thead = "_thead_1pxsm_91";
|
|
9
|
+
const th = "_th_1pxsm_91";
|
|
10
|
+
const headerContent = "_headerContent_1pxsm_121";
|
|
11
|
+
const row = "_row_1pxsm_127";
|
|
12
|
+
const td = "_td_1pxsm_151";
|
|
13
|
+
const bordered = "_bordered_1pxsm_158";
|
|
14
|
+
const tbody = "_tbody_1pxsm_159";
|
|
15
|
+
const tfoot = "_tfoot_1pxsm_160";
|
|
16
|
+
const selected = "_selected_1pxsm_164";
|
|
17
|
+
const striped = "_striped_1pxsm_181";
|
|
18
18
|
const styles = {
|
|
19
19
|
wrapper,
|
|
20
20
|
table,
|
|
@@ -26,11 +26,11 @@ const styles = {
|
|
|
26
26
|
headerContent,
|
|
27
27
|
row,
|
|
28
28
|
td,
|
|
29
|
-
|
|
30
|
-
tfoot,
|
|
31
|
-
striped,
|
|
29
|
+
bordered,
|
|
32
30
|
tbody,
|
|
33
|
-
|
|
31
|
+
tfoot,
|
|
32
|
+
selected,
|
|
33
|
+
striped
|
|
34
34
|
};
|
|
35
35
|
exports.bordered = bordered;
|
|
36
36
|
exports.caption = caption;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const table = "
|
|
3
|
-
const caption = "
|
|
4
|
-
const captionHidden = "
|
|
5
|
-
const tabular = "
|
|
6
|
-
const thead = "
|
|
7
|
-
const th = "
|
|
8
|
-
const headerContent = "
|
|
9
|
-
const row = "
|
|
10
|
-
const td = "
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
1
|
+
const wrapper = "_wrapper_1pxsm_1";
|
|
2
|
+
const table = "_table_1pxsm_8";
|
|
3
|
+
const caption = "_caption_1pxsm_62";
|
|
4
|
+
const captionHidden = "_captionHidden_1pxsm_75";
|
|
5
|
+
const tabular = "_tabular_1pxsm_87";
|
|
6
|
+
const thead = "_thead_1pxsm_91";
|
|
7
|
+
const th = "_th_1pxsm_91";
|
|
8
|
+
const headerContent = "_headerContent_1pxsm_121";
|
|
9
|
+
const row = "_row_1pxsm_127";
|
|
10
|
+
const td = "_td_1pxsm_151";
|
|
11
|
+
const bordered = "_bordered_1pxsm_158";
|
|
12
|
+
const tbody = "_tbody_1pxsm_159";
|
|
13
|
+
const tfoot = "_tfoot_1pxsm_160";
|
|
14
|
+
const selected = "_selected_1pxsm_164";
|
|
15
|
+
const striped = "_striped_1pxsm_181";
|
|
16
16
|
const styles = {
|
|
17
17
|
wrapper,
|
|
18
18
|
table,
|
|
@@ -24,11 +24,11 @@ const styles = {
|
|
|
24
24
|
headerContent,
|
|
25
25
|
row,
|
|
26
26
|
td,
|
|
27
|
-
|
|
28
|
-
tfoot,
|
|
29
|
-
striped,
|
|
27
|
+
bordered,
|
|
30
28
|
tbody,
|
|
31
|
-
|
|
29
|
+
tfoot,
|
|
30
|
+
selected,
|
|
31
|
+
striped
|
|
32
32
|
};
|
|
33
33
|
export {
|
|
34
34
|
bordered,
|