@usefragments/ui 1.7.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/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 +4975 -4959
- package/dist/blocks/components/StatsCard.d.ts +1 -1
- package/dist/blocks/components/StatsCard.d.ts.map +1 -1
- package/dist/codeblock.cjs +23 -16
- package/dist/codeblock.js +16 -9
- package/dist/colorpicker.cjs +1 -0
- package/dist/colorpicker.js +1 -0
- 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 +21 -21
- package/dist/components/Alert/Alert.module.scss.js +21 -21
- package/dist/components/Alert/index.cjs +14 -8
- package/dist/components/Alert/index.d.ts +9 -9
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +14 -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/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 +27 -34
- package/dist/components/Card/Card.module.scss.js +27 -34
- package/dist/components/Card/index.cjs +13 -8
- package/dist/components/Card/index.d.ts +23 -25
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/index.js +13 -8
- 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/Checkbox/index.cjs +2 -2
- 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 +2 -2
- 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 +1 -2
- 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 +1 -2
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +22 -22
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +22 -22
- package/dist/components/CodeBlock/index.d.ts +3 -2
- 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 +9 -5
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +9 -5
- 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 +2 -1
- package/dist/components/Command/index.d.ts +6 -1
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.js +2 -1
- 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.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/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 +2 -2
- package/dist/components/Dialog/index.d.ts +5 -4
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +2 -2
- 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/EmptyState/EmptyState.module.scss.cjs +11 -11
- package/dist/components/EmptyState/EmptyState.module.scss.js +11 -11
- package/dist/components/EmptyState/index.cjs +9 -4
- package/dist/components/EmptyState/index.d.ts +8 -5
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +9 -4
- package/dist/components/Field/Field.module.scss.cjs +5 -5
- package/dist/components/Field/Field.module.scss.js +5 -5
- 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/Header/Header.module.scss.cjs +33 -33
- package/dist/components/Header/Header.module.scss.js +33 -33
- 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.d.ts +4 -4
- package/dist/components/IconButton/index.d.ts.map +1 -1
- 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 +24 -16
- package/dist/components/Link/Link.module.scss.js +24 -16
- package/dist/components/Link/index.cjs +13 -2
- package/dist/components/Link/index.d.ts +10 -3
- 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 +30 -30
- package/dist/components/Loading/Loading.module.scss.js +30 -30
- 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/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 +29 -29
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +29 -29
- 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/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 +3 -3
- package/dist/components/Sidebar/index.js +3 -3
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +46 -46
- package/dist/components/Skeleton/Skeleton.module.scss.js +46 -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/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 +15 -15
- package/dist/components/Table/Table.module.scss.js +15 -15
- 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 +1 -1
- package/dist/components/TableOfContents/index.js +1 -1
- 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 +5 -6
- 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 +5 -6
- package/dist/components/Text/Text.module.scss.cjs +105 -105
- package/dist/components/Text/Text.module.scss.js +105 -105
- package/dist/components/Text/index.cjs +5 -9
- package/dist/components/Text/index.d.ts +15 -11
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +5 -9
- 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 +20 -4
- 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 +20 -4
- 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 -9
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.js +6 -9
- 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 +5 -74
- package/dist/components/ThemeToggle/index.d.ts +5 -8
- package/dist/components/ThemeToggle/index.d.ts.map +1 -1
- package/dist/components/ThemeToggle/index.js +3 -72
- 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/VisuallyHidden/VisuallyHidden.module.scss.cjs +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.scss.js +1 -1
- package/dist/data-table-virtual.cjs +3 -2
- package/dist/data-table-virtual.js +3 -2
- package/dist/data-table.cjs +1 -1
- package/dist/data-table.js +1 -1
- package/dist/datepicker.cjs +23 -11
- package/dist/datepicker.js +23 -11
- package/dist/index.cjs +5 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -2
- package/dist/measurements/generated.cjs +37 -93
- package/dist/measurements/generated.d.ts +37 -92
- package/dist/measurements/generated.d.ts.map +1 -1
- package/dist/measurements/generated.js +37 -93
- package/dist/measurements/index.d.ts +1 -1
- package/dist/measurements/index.d.ts.map +1 -1
- package/dist/utils/seed-derivation.cjs +0 -1
- 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 +0 -1
- 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 +5 -8
- package/src/assets/nav-glyph.module.scss +166 -0
- package/src/assets/nav-glyph.tsx +188 -0
- package/src/components/Accordion/Accordion.module.scss +5 -3
- package/src/components/Alert/Alert.contract.json +18 -18
- package/src/components/Alert/Alert.module.scss +50 -64
- package/src/components/Alert/index.tsx +24 -17
- package/src/components/AppShell/AppShell.contract.json +7 -7
- package/src/components/AppShell/AppShell.module.scss +49 -17
- package/src/components/AppShell/index.tsx +2 -2
- package/src/components/Avatar/Avatar.module.scss +0 -1
- package/src/components/Badge/Badge.contract.json +58 -22
- package/src/components/Badge/Badge.module.scss +72 -47
- package/src/components/Badge/index.tsx +34 -17
- package/src/components/BentoGrid/BentoGrid.module.scss +4 -8
- package/src/components/Box/Box.module.scss +7 -6
- package/src/components/Breadcrumbs/Breadcrumbs.module.scss +15 -5
- package/src/components/Breadcrumbs/index.tsx +5 -1
- package/src/components/Button/Button.module.scss +261 -186
- package/src/components/Button/index.tsx +41 -28
- package/src/components/ButtonGroup/ButtonGroup.contract.json +5 -5
- 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 +73 -133
- package/src/components/Card/index.tsx +41 -36
- package/src/components/Chart/Chart.module.scss +6 -5
- package/src/components/Checkbox/Checkbox.contract.json +4 -3
- package/src/components/Checkbox/Checkbox.module.scss +16 -32
- package/src/components/Checkbox/index.tsx +6 -8
- package/src/components/Chip/Chip.contract.json +10 -10
- package/src/components/Chip/Chip.module.scss +23 -22
- package/src/components/Chip/index.tsx +10 -6
- package/src/components/CodeBlock/CodeBlock.module.scss +47 -70
- package/src/components/CodeBlock/index.tsx +23 -16
- package/src/components/Collapsible/Collapsible.module.scss +1 -7
- package/src/components/ColorPicker/ColorPicker.module.scss +20 -13
- package/src/components/ColorPicker/index.tsx +1 -0
- package/src/components/Combobox/Combobox.module.scss +16 -19
- package/src/components/Combobox/index.tsx +10 -1
- package/src/components/Command/Command.contract.json +7 -1
- package/src/components/Command/Command.module.scss +19 -21
- package/src/components/Command/index.tsx +7 -1
- package/src/components/ComponentDefaults/ComponentDefaults.contract.json +91 -0
- package/src/components/ConversationList/ConversationList.module.scss +2 -3
- package/src/components/ConversationList/index.tsx +2 -2
- package/src/components/DataTable/DataTable.module.scss +12 -9
- package/src/components/DataTable/DataTable.virtual.tsx +3 -2
- package/src/components/DataTable/index.tsx +1 -1
- package/src/components/DatePicker/DatePicker.module.scss +32 -42
- package/src/components/DatePicker/index.tsx +18 -7
- package/src/components/Dialog/Dialog.module.scss +23 -29
- package/src/components/Dialog/index.tsx +7 -5
- package/src/components/Drawer/Drawer.contract.json +6 -6
- package/src/components/Drawer/Drawer.module.scss +123 -64
- package/src/components/Drawer/index.tsx +7 -5
- package/src/components/Editor/Editor.contract.json +1 -1
- package/src/components/Editor/Editor.module.scss +26 -13
- package/src/components/EmptyState/EmptyState.contract.json +6 -6
- package/src/components/EmptyState/EmptyState.module.scss +31 -23
- package/src/components/EmptyState/index.tsx +17 -9
- package/src/components/Field/Field.module.scss +2 -1
- package/src/components/Fieldset/Fieldset.module.scss +5 -4
- package/src/components/Form/Form.contract.json +4 -4
- package/src/components/Grid/Grid.module.scss +2 -2
- package/src/components/Header/Header.contract.json +2 -2
- package/src/components/Header/Header.module.scss +24 -36
- package/src/components/Icon/Icon.contract.json +19 -23
- package/src/components/Icon/Icon.module.scss +13 -12
- package/src/components/Icon/index.tsx +31 -31
- package/src/components/IconButton/IconButton.contract.json +8 -8
- package/src/components/IconButton/IconButton.module.scss +13 -4
- package/src/components/IconButton/index.tsx +4 -4
- package/src/components/Input/Input.contract.json +0 -13
- package/src/components/Input/Input.module.scss +4 -54
- package/src/components/Input/index.tsx +2 -18
- package/src/components/Link/Link.contract.json +19 -11
- package/src/components/Link/Link.module.scss +24 -10
- package/src/components/Link/index.tsx +26 -5
- package/src/components/List/List.contract.json +11 -11
- package/src/components/List/List.module.scss +10 -5
- package/src/components/List/index.tsx +17 -13
- package/src/components/Listbox/Listbox.module.scss +14 -20
- package/src/components/Loading/Loading.contract.json +6 -6
- package/src/components/Loading/Loading.module.scss +29 -26
- package/src/components/Loading/index.tsx +13 -12
- package/src/components/Markdown/Markdown.module.scss +2 -1
- package/src/components/Menu/Menu.contract.json +5 -5
- package/src/components/Menu/Menu.module.scss +11 -10
- package/src/components/Message/Message.contract.json +5 -5
- package/src/components/Message/Message.module.scss +8 -6
- package/src/components/Message/index.tsx +2 -2
- package/src/components/NavigationMenu/NavigationMenu.module.scss +22 -67
- package/src/components/Pagination/Pagination.module.scss +7 -14
- package/src/components/Popover/Popover.contract.json +4 -4
- package/src/components/Popover/Popover.module.scss +24 -23
- package/src/components/Progress/Progress.contract.json +11 -11
- package/src/components/Progress/Progress.module.scss +13 -8
- package/src/components/Progress/index.tsx +34 -16
- package/src/components/Prompt/Prompt.contract.json +12 -12
- package/src/components/Prompt/Prompt.module.scss +40 -47
- package/src/components/Prompt/index.tsx +17 -15
- package/src/components/RadioGroup/RadioGroup.contract.json +6 -4
- package/src/components/RadioGroup/RadioGroup.module.scss +38 -32
- package/src/components/RadioGroup/index.tsx +23 -10
- package/src/components/ScrollArea/ScrollArea.module.scss +30 -33
- package/src/components/Select/Select.module.scss +19 -18
- package/src/components/Select/index.tsx +26 -24
- package/src/components/Separator/Separator.contract.json +10 -10
- package/src/components/Separator/Separator.module.scss +24 -40
- package/src/components/Separator/index.tsx +16 -11
- package/src/components/Sidebar/Sidebar.contract.json +1 -1
- package/src/components/Sidebar/Sidebar.module.scss +92 -95
- package/src/components/Sidebar/index.tsx +3 -3
- package/src/components/Skeleton/Skeleton.contract.json +9 -9
- package/src/components/Skeleton/Skeleton.module.scss +23 -16
- package/src/components/Skeleton/index.tsx +16 -15
- package/src/components/Slider/Slider.module.scss +6 -19
- package/src/components/Stack/Stack.contract.json +1 -1
- package/src/components/Stack/Stack.module.scss +13 -12
- package/src/components/Switch/Switch.module.scss +44 -35
- package/src/components/Table/Table.module.scss +9 -13
- package/src/components/TableOfContents/TableOfContents.module.scss +12 -18
- package/src/components/TableOfContents/index.tsx +1 -1
- package/src/components/Tabs/Tabs.contract.json +14 -14
- package/src/components/Tabs/Tabs.module.scss +27 -31
- package/src/components/Tabs/index.tsx +15 -12
- package/src/components/Text/Text.contract.json +36 -14
- package/src/components/Text/Text.module.scss +19 -20
- package/src/components/Text/index.tsx +23 -21
- package/src/components/Textarea/Textarea.contract.json +0 -13
- package/src/components/Textarea/Textarea.module.scss +24 -52
- package/src/components/Textarea/index.tsx +3 -14
- package/src/components/Theme/Theme.contract.json +9 -8
- package/src/components/Theme/index.tsx +39 -12
- package/src/components/ThemeToggle/ThemeButton.tsx +49 -0
- package/src/components/ThemeToggle/ThemeToggle.module.scss +21 -44
- package/src/components/ThemeToggle/icons.tsx +46 -0
- package/src/components/ThemeToggle/index.tsx +8 -90
- package/src/components/ThinkingIndicator/ThinkingIndicator.contract.json +11 -10
- package/src/components/ThinkingIndicator/ThinkingIndicator.module.scss +9 -7
- package/src/components/ThinkingIndicator/index.tsx +12 -14
- package/src/components/Toast/Toast.contract.json +29 -13
- package/src/components/Toast/Toast.module.scss +49 -104
- package/src/components/Toast/index.tsx +39 -34
- package/src/components/ToggleGroup/ToggleGroup.contract.json +13 -13
- package/src/components/ToggleGroup/ToggleGroup.module.scss +16 -46
- package/src/components/ToggleGroup/index.tsx +11 -11
- package/src/components/Tooltip/Tooltip.contract.json +3 -3
- package/src/components/Tooltip/Tooltip.module.scss +16 -10
- package/src/components/VisuallyHidden/VisuallyHidden.module.scss +4 -14
- package/src/index.ts +14 -10
- package/src/measurements/MeasurementTargets.module.scss +6 -7
- package/src/measurements/generated.ts +38 -96
- package/src/measurements/index.ts +0 -1
- package/src/measurements/measurements.json +37 -116
- package/src/recipes/_action.scss +4 -4
- package/src/recipes/_boolean-range.scss +9 -5
- package/src/recipes/_feedback.scss +17 -16
- package/src/recipes/_field.scss +28 -20
- package/src/recipes/_navigation.scss +84 -29
- package/src/recipes/_overlay.scss +143 -43
- package/src/recipes/_popup.scss +46 -36
- package/src/recipes/_prose.scss +35 -23
- package/src/recipes/_representation.scss +10 -9
- package/src/recipes/_segmented.scss +1 -1
- package/src/recipes/_table-chrome.scss +27 -16
- package/src/recipes/_target.scss +2 -4
- package/src/recipes/_typography.scss +10 -0
- package/src/styles/globals.scss +14 -9
- package/src/tokens/_component-properties.scss +19 -1
- package/src/tokens/_computed.scss +27 -33
- package/src/tokens/_measurements.catalog.generated.css +58 -45
- package/src/tokens/_measurements.generated.scss +107 -250
- package/src/tokens/_mixins.scss +42 -40
- package/src/tokens/_palettes.scss +1 -1
- package/src/tokens/_property-registrations.scss +9 -0
- package/src/tokens/_seeds.scss +1 -12
- package/src/tokens/_variables.scss +71 -59
- package/src/utils/seed-derivation.ts +1 -8
- 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/Toggle/index.ts +0 -7
- package/src/tokens/_density.scss +0 -85
|
@@ -4,6 +4,7 @@ import * as React from "react";
|
|
|
4
4
|
* Now backed by Base UI's stable Drawer (v1.3.0) with native swipe gestures.
|
|
5
5
|
* @see https://usefragments.com/components/drawer
|
|
6
6
|
*/
|
|
7
|
+
export type DrawerWidth = "sm" | "md" | "lg" | "xl" | "full";
|
|
7
8
|
export interface DrawerProps {
|
|
8
9
|
children: React.ReactNode;
|
|
9
10
|
/** Controlled open state */
|
|
@@ -30,10 +31,10 @@ export interface DrawerContentProps extends React.HTMLAttributes<HTMLDivElement>
|
|
|
30
31
|
/** Which edge the drawer slides from.
|
|
31
32
|
* @default "right" */
|
|
32
33
|
side?: "left" | "right" | "top" | "bottom";
|
|
33
|
-
/** Drawer width (for left/right) or height (for top/bottom).
|
|
34
|
+
/** Drawer width (for left/right) or height (for top/bottom). `full` spans the safe viewport.
|
|
34
35
|
* @default "md"
|
|
35
|
-
* @see https://usefragments.com/components/drawer#
|
|
36
|
-
|
|
36
|
+
* @see https://usefragments.com/components/drawer#widths */
|
|
37
|
+
width?: DrawerWidth;
|
|
37
38
|
/** Whether to show the backdrop overlay (default: true). Set to false for non-modal bottom panels. */
|
|
38
39
|
backdrop?: boolean;
|
|
39
40
|
/** Whether to autofocus an element on open (default: true) */
|
|
@@ -72,7 +73,7 @@ export interface DrawerSwipeAreaProps extends React.HTMLAttributes<HTMLDivElemen
|
|
|
72
73
|
}
|
|
73
74
|
declare function DrawerRoot({ children, open, defaultOpen, onOpenChange, onOpenChangeComplete, modal, swipeDirection, snapPoints, disablePointerDismissal, }: DrawerProps): import("react/jsx-runtime").JSX.Element;
|
|
74
75
|
declare function DrawerTrigger({ children, asChild, className, ...htmlProps }: DrawerTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
75
|
-
declare function DrawerContent({ children, side,
|
|
76
|
+
declare function DrawerContent({ children, side, width, backdrop, initialFocus, viewportProps, className, ...htmlProps }: DrawerContentProps): import("react/jsx-runtime").JSX.Element;
|
|
76
77
|
declare function DrawerHeader({ children, className, ...htmlProps }: DrawerHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
77
78
|
declare function DrawerTitle({ children, className, ...htmlProps }: DrawerTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
78
79
|
declare function DrawerDescription({ children, className, ...htmlProps }: DrawerDescriptionProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,yBAAyB;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qCAAqC;IACrC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,kDAAkD;IAClD,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C;uBACmB;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,YAAY,CAAC;IAC/B;sDACkD;IAClD,cAAc,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClD,yDAAyD;IACzD,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,sCAAsC;IACtC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;0BACsB;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC3C
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -76,7 +76,7 @@ function DrawerTrigger({ children, asChild, className, ...htmlProps }) {
|
|
|
76
76
|
function DrawerContent({
|
|
77
77
|
children,
|
|
78
78
|
side = "right",
|
|
79
|
-
|
|
79
|
+
width = "md",
|
|
80
80
|
backdrop = true,
|
|
81
81
|
initialFocus = true,
|
|
82
82
|
viewportProps,
|
|
@@ -85,7 +85,7 @@ function DrawerContent({
|
|
|
85
85
|
}) {
|
|
86
86
|
const registerContentSide = React.useContext(DrawerContentSideContext);
|
|
87
87
|
const { className: viewportClassName, ...viewportHtmlProps } = viewportProps ?? {};
|
|
88
|
-
const popupClasses = [styles.popup, styles[`side-${side}`], styles[`
|
|
88
|
+
const popupClasses = [styles.popup, styles[`side-${side}`], styles[`width-${width}`], className].filter(Boolean).join(" ");
|
|
89
89
|
React.useEffect(() => {
|
|
90
90
|
registerContentSide(side);
|
|
91
91
|
return () => {
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const editor = "
|
|
4
|
-
const contentTextarea = "
|
|
5
|
-
const content = "
|
|
6
|
-
const toolbar = "
|
|
7
|
-
const statusBar = "
|
|
8
|
-
const toolbarGroup = "
|
|
9
|
-
const statusBarLeft = "
|
|
10
|
-
const statusBarRight = "
|
|
11
|
-
const toolbarButton = "
|
|
12
|
-
const toolbarButtonActive = "
|
|
13
|
-
const separator = "
|
|
14
|
-
const statusIndicator = "
|
|
15
|
-
const statusBarItem = "
|
|
16
|
-
const statusError = "
|
|
17
|
-
const statusBarItemError = "
|
|
18
|
-
const statusBarItemWarning = "
|
|
19
|
-
const contentRich = "
|
|
3
|
+
const editor = "_editor_jih2d_2";
|
|
4
|
+
const contentTextarea = "_contentTextarea_jih2d_22";
|
|
5
|
+
const content = "_content_jih2d_22";
|
|
6
|
+
const toolbar = "_toolbar_jih2d_41";
|
|
7
|
+
const statusBar = "_statusBar_jih2d_42";
|
|
8
|
+
const toolbarGroup = "_toolbarGroup_jih2d_57";
|
|
9
|
+
const statusBarLeft = "_statusBarLeft_jih2d_58";
|
|
10
|
+
const statusBarRight = "_statusBarRight_jih2d_59";
|
|
11
|
+
const toolbarButton = "_toolbarButton_jih2d_65";
|
|
12
|
+
const toolbarButtonActive = "_toolbarButtonActive_jih2d_148";
|
|
13
|
+
const separator = "_separator_jih2d_155";
|
|
14
|
+
const statusIndicator = "_statusIndicator_jih2d_163";
|
|
15
|
+
const statusBarItem = "_statusBarItem_jih2d_164";
|
|
16
|
+
const statusError = "_statusError_jih2d_178";
|
|
17
|
+
const statusBarItemError = "_statusBarItemError_jih2d_179";
|
|
18
|
+
const statusBarItemWarning = "_statusBarItemWarning_jih2d_183";
|
|
19
|
+
const contentRich = "_contentRich_jih2d_193";
|
|
20
20
|
const styles = {
|
|
21
21
|
editor,
|
|
22
22
|
contentTextarea,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
const editor = "
|
|
2
|
-
const contentTextarea = "
|
|
3
|
-
const content = "
|
|
4
|
-
const toolbar = "
|
|
5
|
-
const statusBar = "
|
|
6
|
-
const toolbarGroup = "
|
|
7
|
-
const statusBarLeft = "
|
|
8
|
-
const statusBarRight = "
|
|
9
|
-
const toolbarButton = "
|
|
10
|
-
const toolbarButtonActive = "
|
|
11
|
-
const separator = "
|
|
12
|
-
const statusIndicator = "
|
|
13
|
-
const statusBarItem = "
|
|
14
|
-
const statusError = "
|
|
15
|
-
const statusBarItemError = "
|
|
16
|
-
const statusBarItemWarning = "
|
|
17
|
-
const contentRich = "
|
|
1
|
+
const editor = "_editor_jih2d_2";
|
|
2
|
+
const contentTextarea = "_contentTextarea_jih2d_22";
|
|
3
|
+
const content = "_content_jih2d_22";
|
|
4
|
+
const toolbar = "_toolbar_jih2d_41";
|
|
5
|
+
const statusBar = "_statusBar_jih2d_42";
|
|
6
|
+
const toolbarGroup = "_toolbarGroup_jih2d_57";
|
|
7
|
+
const statusBarLeft = "_statusBarLeft_jih2d_58";
|
|
8
|
+
const statusBarRight = "_statusBarRight_jih2d_59";
|
|
9
|
+
const toolbarButton = "_toolbarButton_jih2d_65";
|
|
10
|
+
const toolbarButtonActive = "_toolbarButtonActive_jih2d_148";
|
|
11
|
+
const separator = "_separator_jih2d_155";
|
|
12
|
+
const statusIndicator = "_statusIndicator_jih2d_163";
|
|
13
|
+
const statusBarItem = "_statusBarItem_jih2d_164";
|
|
14
|
+
const statusError = "_statusError_jih2d_178";
|
|
15
|
+
const statusBarItemError = "_statusBarItemError_jih2d_179";
|
|
16
|
+
const statusBarItemWarning = "_statusBarItemWarning_jih2d_183";
|
|
17
|
+
const contentRich = "_contentRich_jih2d_193";
|
|
18
18
|
const styles = {
|
|
19
19
|
editor,
|
|
20
20
|
contentTextarea,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const emptyState = "
|
|
4
|
-
const icon = "
|
|
5
|
-
const actions = "
|
|
6
|
-
const sm = "
|
|
7
|
-
const md = "
|
|
8
|
-
const lg = "
|
|
9
|
-
const
|
|
10
|
-
const title = "
|
|
11
|
-
const description = "
|
|
3
|
+
const emptyState = "_emptyState_10sdu_1";
|
|
4
|
+
const icon = "_icon_10sdu_9";
|
|
5
|
+
const actions = "_actions_10sdu_12";
|
|
6
|
+
const sm = "_sm_10sdu_16";
|
|
7
|
+
const md = "_md_10sdu_31";
|
|
8
|
+
const lg = "_lg_10sdu_46";
|
|
9
|
+
const outline = "_outline_10sdu_61";
|
|
10
|
+
const title = "_title_10sdu_78";
|
|
11
|
+
const description = "_description_10sdu_88";
|
|
12
12
|
const styles = {
|
|
13
13
|
emptyState,
|
|
14
14
|
icon,
|
|
@@ -16,7 +16,7 @@ const styles = {
|
|
|
16
16
|
sm,
|
|
17
17
|
md,
|
|
18
18
|
lg,
|
|
19
|
-
|
|
19
|
+
outline,
|
|
20
20
|
title,
|
|
21
21
|
description
|
|
22
22
|
};
|
|
@@ -27,6 +27,6 @@ exports.emptyState = emptyState;
|
|
|
27
27
|
exports.icon = icon;
|
|
28
28
|
exports.lg = lg;
|
|
29
29
|
exports.md = md;
|
|
30
|
-
exports.
|
|
30
|
+
exports.outline = outline;
|
|
31
31
|
exports.sm = sm;
|
|
32
32
|
exports.title = title;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const emptyState = "
|
|
2
|
-
const icon = "
|
|
3
|
-
const actions = "
|
|
4
|
-
const sm = "
|
|
5
|
-
const md = "
|
|
6
|
-
const lg = "
|
|
7
|
-
const
|
|
8
|
-
const title = "
|
|
9
|
-
const description = "
|
|
1
|
+
const emptyState = "_emptyState_10sdu_1";
|
|
2
|
+
const icon = "_icon_10sdu_9";
|
|
3
|
+
const actions = "_actions_10sdu_12";
|
|
4
|
+
const sm = "_sm_10sdu_16";
|
|
5
|
+
const md = "_md_10sdu_31";
|
|
6
|
+
const lg = "_lg_10sdu_46";
|
|
7
|
+
const outline = "_outline_10sdu_61";
|
|
8
|
+
const title = "_title_10sdu_78";
|
|
9
|
+
const description = "_description_10sdu_88";
|
|
10
10
|
const styles = {
|
|
11
11
|
emptyState,
|
|
12
12
|
icon,
|
|
@@ -14,7 +14,7 @@ const styles = {
|
|
|
14
14
|
sm,
|
|
15
15
|
md,
|
|
16
16
|
lg,
|
|
17
|
-
|
|
17
|
+
outline,
|
|
18
18
|
title,
|
|
19
19
|
description
|
|
20
20
|
};
|
|
@@ -26,7 +26,7 @@ export {
|
|
|
26
26
|
icon,
|
|
27
27
|
lg,
|
|
28
28
|
md,
|
|
29
|
-
|
|
29
|
+
outline,
|
|
30
30
|
sm,
|
|
31
31
|
title
|
|
32
32
|
};
|
|
@@ -25,14 +25,14 @@ const EmptyStateContext = React__namespace.createContext(null);
|
|
|
25
25
|
function EmptyStateRoot({
|
|
26
26
|
children,
|
|
27
27
|
size = "md",
|
|
28
|
-
variant = "
|
|
28
|
+
variant = "ghost",
|
|
29
29
|
className,
|
|
30
30
|
...htmlProps
|
|
31
31
|
}) {
|
|
32
32
|
const classes = [
|
|
33
33
|
EmptyState_module.default.emptyState,
|
|
34
34
|
EmptyState_module.default[size],
|
|
35
|
-
variant === "
|
|
35
|
+
variant === "outline" ? EmptyState_module.default.outline : null,
|
|
36
36
|
className
|
|
37
37
|
].filter(Boolean).join(" ");
|
|
38
38
|
const contextValue = { size };
|
|
@@ -42,9 +42,14 @@ function EmptyStateIcon({ children, className, ...htmlProps }) {
|
|
|
42
42
|
const classes = [EmptyState_module.default.icon, className].filter(Boolean).join(" ");
|
|
43
43
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { ...htmlProps, className: classes, children });
|
|
44
44
|
}
|
|
45
|
-
function EmptyStateTitle({
|
|
45
|
+
function EmptyStateTitle({
|
|
46
|
+
children,
|
|
47
|
+
className,
|
|
48
|
+
as: Component = "h3",
|
|
49
|
+
...htmlProps
|
|
50
|
+
}) {
|
|
46
51
|
const classes = [EmptyState_module.default.title, className].filter(Boolean).join(" ");
|
|
47
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
52
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Component, { ...htmlProps, className: classes, children });
|
|
48
53
|
}
|
|
49
54
|
function EmptyStateDescription({ children, className, ...htmlProps }) {
|
|
50
55
|
const classes = [EmptyState_module.default.description, className].filter(Boolean).join(" ");
|
|
@@ -2,17 +2,20 @@ import * as React from "react";
|
|
|
2
2
|
export interface EmptyStateProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
size?: "sm" | "md" | "lg";
|
|
5
|
-
/** `
|
|
6
|
-
* region. Default `
|
|
5
|
+
/** Chrome. `outline` draws the dashed hairline that marks a reserved-but-empty
|
|
6
|
+
* region. Default `ghost` keeps the state inside whatever already frames it
|
|
7
7
|
* (a Card, a table body) so the frame is never doubled.
|
|
8
|
-
* @default "
|
|
9
|
-
variant?: "
|
|
8
|
+
* @default "ghost" */
|
|
9
|
+
variant?: "ghost" | "outline";
|
|
10
10
|
}
|
|
11
11
|
export interface EmptyStateIconProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
12
12
|
children: React.ReactNode;
|
|
13
13
|
}
|
|
14
14
|
export interface EmptyStateTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {
|
|
15
15
|
children: React.ReactNode;
|
|
16
|
+
/** Heading level follows the surrounding outline: `h2` for a page-level
|
|
17
|
+
* state, `h3` under a section heading. Defaults to `h3`. */
|
|
18
|
+
as?: "h2" | "h3" | "h4" | "p";
|
|
16
19
|
}
|
|
17
20
|
export interface EmptyStateDescriptionProps extends React.HTMLAttributes<HTMLParagraphElement> {
|
|
18
21
|
children: React.ReactNode;
|
|
@@ -26,7 +29,7 @@ interface EmptyStateContextValue {
|
|
|
26
29
|
declare function useEmptyStateContext(): EmptyStateContextValue;
|
|
27
30
|
declare function EmptyStateRoot({ children, size, variant, className, ...htmlProps }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
28
31
|
declare function EmptyStateIcon({ children, className, ...htmlProps }: EmptyStateIconProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
declare function EmptyStateTitle({ children, className, ...htmlProps }: EmptyStateTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
declare function EmptyStateTitle({ children, className, as: Component, ...htmlProps }: EmptyStateTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
30
33
|
declare function EmptyStateDescription({ children, className, ...htmlProps }: EmptyStateDescriptionProps): import("react/jsx-runtime").JSX.Element;
|
|
31
34
|
declare function EmptyStateActions({ children, className, ...htmlProps }: EmptyStateActionsProps): import("react/jsx-runtime").JSX.Element;
|
|
32
35
|
export declare const EmptyState: typeof EmptyStateRoot & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC3E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;0BAGsB;IACtB,OAAO,CAAC,EAAE,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyState/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC3E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;0BAGsB;IACtB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC/E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,kBAAkB,CAAC;IACpF,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;gEAC4D;IAC5D,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC;CAC/B;AAED,MAAM,WAAW,0BAA2B,SAAQ,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC;IAC5F,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAClF,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAMD,UAAU,sBAAsB;IAC9B,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1B;AAID,iBAAS,oBAAoB,2BAM5B;AAMD,iBAAS,cAAc,CAAC,EACtB,QAAQ,EACR,IAAW,EACX,OAAiB,EACjB,SAAS,EACT,GAAG,SAAS,EACb,EAAE,eAAe,2CAmBjB;AAED,iBAAS,cAAc,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE,EAAE,mBAAmB,2CAOjF;AAED,iBAAS,eAAe,CAAC,EACvB,QAAQ,EACR,SAAS,EACT,EAAE,EAAE,SAAgB,EACpB,GAAG,SAAS,EACb,EAAE,oBAAoB,2CAOtB;AAED,iBAAS,qBAAqB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE,EAAE,0BAA0B,2CAO/F;AAED,iBAAS,iBAAiB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE,EAAE,sBAAsB,2CAOvF;AAMD,eAAO,MAAM,UAAU;;;;;CAKrB,CAAC;AAGH,OAAO,EACL,cAAc,EACd,cAAc,EACd,eAAe,EACf,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,GACrB,CAAC"}
|
|
@@ -6,14 +6,14 @@ const EmptyStateContext = React.createContext(null);
|
|
|
6
6
|
function EmptyStateRoot({
|
|
7
7
|
children,
|
|
8
8
|
size = "md",
|
|
9
|
-
variant = "
|
|
9
|
+
variant = "ghost",
|
|
10
10
|
className,
|
|
11
11
|
...htmlProps
|
|
12
12
|
}) {
|
|
13
13
|
const classes = [
|
|
14
14
|
styles.emptyState,
|
|
15
15
|
styles[size],
|
|
16
|
-
variant === "
|
|
16
|
+
variant === "outline" ? styles.outline : null,
|
|
17
17
|
className
|
|
18
18
|
].filter(Boolean).join(" ");
|
|
19
19
|
const contextValue = { size };
|
|
@@ -23,9 +23,14 @@ function EmptyStateIcon({ children, className, ...htmlProps }) {
|
|
|
23
23
|
const classes = [styles.icon, className].filter(Boolean).join(" ");
|
|
24
24
|
return /* @__PURE__ */ jsx("div", { ...htmlProps, className: classes, children });
|
|
25
25
|
}
|
|
26
|
-
function EmptyStateTitle({
|
|
26
|
+
function EmptyStateTitle({
|
|
27
|
+
children,
|
|
28
|
+
className,
|
|
29
|
+
as: Component = "h3",
|
|
30
|
+
...htmlProps
|
|
31
|
+
}) {
|
|
27
32
|
const classes = [styles.title, className].filter(Boolean).join(" ");
|
|
28
|
-
return /* @__PURE__ */ jsx(
|
|
33
|
+
return /* @__PURE__ */ jsx(Component, { ...htmlProps, className: classes, children });
|
|
29
34
|
}
|
|
30
35
|
function EmptyStateDescription({ children, className, ...htmlProps }) {
|
|
31
36
|
const classes = [styles.description, className].filter(Boolean).join(" ");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const label = "
|
|
5
|
-
const description = "
|
|
6
|
-
const error = "
|
|
7
|
-
const required = "
|
|
3
|
+
const root = "_root_809om_1";
|
|
4
|
+
const label = "_label_809om_8";
|
|
5
|
+
const description = "_description_809om_20";
|
|
6
|
+
const error = "_error_809om_30";
|
|
7
|
+
const required = "_required_809om_40";
|
|
8
8
|
const styles = {
|
|
9
9
|
root,
|
|
10
10
|
label,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const label = "
|
|
3
|
-
const description = "
|
|
4
|
-
const error = "
|
|
5
|
-
const required = "
|
|
1
|
+
const root = "_root_809om_1";
|
|
2
|
+
const label = "_label_809om_8";
|
|
3
|
+
const description = "_description_809om_20";
|
|
4
|
+
const error = "_error_809om_30";
|
|
5
|
+
const required = "_required_809om_40";
|
|
6
6
|
const styles = {
|
|
7
7
|
root,
|
|
8
8
|
label,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const legend = "
|
|
5
|
-
const description = "
|
|
3
|
+
const root = "_root_1yyjc_1";
|
|
4
|
+
const legend = "_legend_1yyjc_14";
|
|
5
|
+
const description = "_description_1yyjc_14";
|
|
6
6
|
const styles = {
|
|
7
7
|
root,
|
|
8
8
|
legend,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const legend = "
|
|
3
|
-
const description = "
|
|
1
|
+
const root = "_root_1yyjc_1";
|
|
2
|
+
const legend = "_legend_1yyjc_14";
|
|
3
|
+
const description = "_description_1yyjc_14";
|
|
4
4
|
const styles = {
|
|
5
5
|
root,
|
|
6
6
|
legend,
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const grid = "
|
|
4
|
-
const columns1 = "
|
|
5
|
-
const columns2 = "
|
|
6
|
-
const columns3 = "
|
|
7
|
-
const columns4 = "
|
|
8
|
-
const columns5 = "
|
|
9
|
-
const columns6 = "
|
|
10
|
-
const columns7 = "
|
|
11
|
-
const columns8 = "
|
|
12
|
-
const columns9 = "
|
|
13
|
-
const columns10 = "
|
|
14
|
-
const columns11 = "
|
|
15
|
-
const columns12 = "
|
|
16
|
-
const columnsAuto = "
|
|
17
|
-
const columnsResponsive = "
|
|
18
|
-
const paddingNone = "
|
|
19
|
-
const paddingSm = "
|
|
20
|
-
const paddingMd = "
|
|
21
|
-
const paddingLg = "
|
|
22
|
-
const alignStart = "
|
|
23
|
-
const alignCenter = "
|
|
24
|
-
const alignEnd = "
|
|
25
|
-
const alignStretch = "
|
|
26
|
-
const justifyStart = "
|
|
27
|
-
const justifyCenter = "
|
|
28
|
-
const justifyEnd = "
|
|
29
|
-
const justifyStretch = "
|
|
30
|
-
const item = "
|
|
31
|
-
const colSpan1 = "
|
|
32
|
-
const colSpan2 = "
|
|
33
|
-
const colSpan3 = "
|
|
34
|
-
const colSpan4 = "
|
|
35
|
-
const colSpan5 = "
|
|
36
|
-
const colSpan6 = "
|
|
37
|
-
const colSpan7 = "
|
|
38
|
-
const colSpan8 = "
|
|
39
|
-
const colSpan9 = "
|
|
40
|
-
const colSpan10 = "
|
|
41
|
-
const colSpan11 = "
|
|
42
|
-
const colSpan12 = "
|
|
43
|
-
const colSpanFull = "
|
|
44
|
-
const rowSpan1 = "
|
|
45
|
-
const rowSpan2 = "
|
|
46
|
-
const rowSpan3 = "
|
|
47
|
-
const rowSpan4 = "
|
|
48
|
-
const rowSpan5 = "
|
|
49
|
-
const rowSpan6 = "
|
|
50
|
-
const selfAlignStart = "
|
|
51
|
-
const selfAlignCenter = "
|
|
52
|
-
const selfAlignEnd = "
|
|
53
|
-
const selfAlignStretch = "
|
|
54
|
-
const subgridRows = "
|
|
55
|
-
const subgridColumns = "
|
|
56
|
-
const subgridBoth = "
|
|
3
|
+
const grid = "_grid_uto44_1";
|
|
4
|
+
const columns1 = "_columns1_uto44_7";
|
|
5
|
+
const columns2 = "_columns2_uto44_11";
|
|
6
|
+
const columns3 = "_columns3_uto44_15";
|
|
7
|
+
const columns4 = "_columns4_uto44_19";
|
|
8
|
+
const columns5 = "_columns5_uto44_23";
|
|
9
|
+
const columns6 = "_columns6_uto44_27";
|
|
10
|
+
const columns7 = "_columns7_uto44_31";
|
|
11
|
+
const columns8 = "_columns8_uto44_35";
|
|
12
|
+
const columns9 = "_columns9_uto44_39";
|
|
13
|
+
const columns10 = "_columns10_uto44_43";
|
|
14
|
+
const columns11 = "_columns11_uto44_47";
|
|
15
|
+
const columns12 = "_columns12_uto44_51";
|
|
16
|
+
const columnsAuto = "_columnsAuto_uto44_55";
|
|
17
|
+
const columnsResponsive = "_columnsResponsive_uto44_59";
|
|
18
|
+
const paddingNone = "_paddingNone_uto44_93";
|
|
19
|
+
const paddingSm = "_paddingSm_uto44_97";
|
|
20
|
+
const paddingMd = "_paddingMd_uto44_101";
|
|
21
|
+
const paddingLg = "_paddingLg_uto44_105";
|
|
22
|
+
const alignStart = "_alignStart_uto44_109";
|
|
23
|
+
const alignCenter = "_alignCenter_uto44_113";
|
|
24
|
+
const alignEnd = "_alignEnd_uto44_117";
|
|
25
|
+
const alignStretch = "_alignStretch_uto44_121";
|
|
26
|
+
const justifyStart = "_justifyStart_uto44_125";
|
|
27
|
+
const justifyCenter = "_justifyCenter_uto44_129";
|
|
28
|
+
const justifyEnd = "_justifyEnd_uto44_133";
|
|
29
|
+
const justifyStretch = "_justifyStretch_uto44_137";
|
|
30
|
+
const item = "_item_uto44_141";
|
|
31
|
+
const colSpan1 = "_colSpan1_uto44_145";
|
|
32
|
+
const colSpan2 = "_colSpan2_uto44_149";
|
|
33
|
+
const colSpan3 = "_colSpan3_uto44_153";
|
|
34
|
+
const colSpan4 = "_colSpan4_uto44_157";
|
|
35
|
+
const colSpan5 = "_colSpan5_uto44_161";
|
|
36
|
+
const colSpan6 = "_colSpan6_uto44_165";
|
|
37
|
+
const colSpan7 = "_colSpan7_uto44_169";
|
|
38
|
+
const colSpan8 = "_colSpan8_uto44_173";
|
|
39
|
+
const colSpan9 = "_colSpan9_uto44_177";
|
|
40
|
+
const colSpan10 = "_colSpan10_uto44_181";
|
|
41
|
+
const colSpan11 = "_colSpan11_uto44_185";
|
|
42
|
+
const colSpan12 = "_colSpan12_uto44_189";
|
|
43
|
+
const colSpanFull = "_colSpanFull_uto44_193";
|
|
44
|
+
const rowSpan1 = "_rowSpan1_uto44_197";
|
|
45
|
+
const rowSpan2 = "_rowSpan2_uto44_201";
|
|
46
|
+
const rowSpan3 = "_rowSpan3_uto44_205";
|
|
47
|
+
const rowSpan4 = "_rowSpan4_uto44_209";
|
|
48
|
+
const rowSpan5 = "_rowSpan5_uto44_213";
|
|
49
|
+
const rowSpan6 = "_rowSpan6_uto44_217";
|
|
50
|
+
const selfAlignStart = "_selfAlignStart_uto44_221";
|
|
51
|
+
const selfAlignCenter = "_selfAlignCenter_uto44_225";
|
|
52
|
+
const selfAlignEnd = "_selfAlignEnd_uto44_229";
|
|
53
|
+
const selfAlignStretch = "_selfAlignStretch_uto44_233";
|
|
54
|
+
const subgridRows = "_subgridRows_uto44_237";
|
|
55
|
+
const subgridColumns = "_subgridColumns_uto44_242";
|
|
56
|
+
const subgridBoth = "_subgridBoth_uto44_247";
|
|
57
57
|
const styles = {
|
|
58
58
|
grid,
|
|
59
59
|
columns1,
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
const grid = "
|
|
2
|
-
const columns1 = "
|
|
3
|
-
const columns2 = "
|
|
4
|
-
const columns3 = "
|
|
5
|
-
const columns4 = "
|
|
6
|
-
const columns5 = "
|
|
7
|
-
const columns6 = "
|
|
8
|
-
const columns7 = "
|
|
9
|
-
const columns8 = "
|
|
10
|
-
const columns9 = "
|
|
11
|
-
const columns10 = "
|
|
12
|
-
const columns11 = "
|
|
13
|
-
const columns12 = "
|
|
14
|
-
const columnsAuto = "
|
|
15
|
-
const columnsResponsive = "
|
|
16
|
-
const paddingNone = "
|
|
17
|
-
const paddingSm = "
|
|
18
|
-
const paddingMd = "
|
|
19
|
-
const paddingLg = "
|
|
20
|
-
const alignStart = "
|
|
21
|
-
const alignCenter = "
|
|
22
|
-
const alignEnd = "
|
|
23
|
-
const alignStretch = "
|
|
24
|
-
const justifyStart = "
|
|
25
|
-
const justifyCenter = "
|
|
26
|
-
const justifyEnd = "
|
|
27
|
-
const justifyStretch = "
|
|
28
|
-
const item = "
|
|
29
|
-
const colSpan1 = "
|
|
30
|
-
const colSpan2 = "
|
|
31
|
-
const colSpan3 = "
|
|
32
|
-
const colSpan4 = "
|
|
33
|
-
const colSpan5 = "
|
|
34
|
-
const colSpan6 = "
|
|
35
|
-
const colSpan7 = "
|
|
36
|
-
const colSpan8 = "
|
|
37
|
-
const colSpan9 = "
|
|
38
|
-
const colSpan10 = "
|
|
39
|
-
const colSpan11 = "
|
|
40
|
-
const colSpan12 = "
|
|
41
|
-
const colSpanFull = "
|
|
42
|
-
const rowSpan1 = "
|
|
43
|
-
const rowSpan2 = "
|
|
44
|
-
const rowSpan3 = "
|
|
45
|
-
const rowSpan4 = "
|
|
46
|
-
const rowSpan5 = "
|
|
47
|
-
const rowSpan6 = "
|
|
48
|
-
const selfAlignStart = "
|
|
49
|
-
const selfAlignCenter = "
|
|
50
|
-
const selfAlignEnd = "
|
|
51
|
-
const selfAlignStretch = "
|
|
52
|
-
const subgridRows = "
|
|
53
|
-
const subgridColumns = "
|
|
54
|
-
const subgridBoth = "
|
|
1
|
+
const grid = "_grid_uto44_1";
|
|
2
|
+
const columns1 = "_columns1_uto44_7";
|
|
3
|
+
const columns2 = "_columns2_uto44_11";
|
|
4
|
+
const columns3 = "_columns3_uto44_15";
|
|
5
|
+
const columns4 = "_columns4_uto44_19";
|
|
6
|
+
const columns5 = "_columns5_uto44_23";
|
|
7
|
+
const columns6 = "_columns6_uto44_27";
|
|
8
|
+
const columns7 = "_columns7_uto44_31";
|
|
9
|
+
const columns8 = "_columns8_uto44_35";
|
|
10
|
+
const columns9 = "_columns9_uto44_39";
|
|
11
|
+
const columns10 = "_columns10_uto44_43";
|
|
12
|
+
const columns11 = "_columns11_uto44_47";
|
|
13
|
+
const columns12 = "_columns12_uto44_51";
|
|
14
|
+
const columnsAuto = "_columnsAuto_uto44_55";
|
|
15
|
+
const columnsResponsive = "_columnsResponsive_uto44_59";
|
|
16
|
+
const paddingNone = "_paddingNone_uto44_93";
|
|
17
|
+
const paddingSm = "_paddingSm_uto44_97";
|
|
18
|
+
const paddingMd = "_paddingMd_uto44_101";
|
|
19
|
+
const paddingLg = "_paddingLg_uto44_105";
|
|
20
|
+
const alignStart = "_alignStart_uto44_109";
|
|
21
|
+
const alignCenter = "_alignCenter_uto44_113";
|
|
22
|
+
const alignEnd = "_alignEnd_uto44_117";
|
|
23
|
+
const alignStretch = "_alignStretch_uto44_121";
|
|
24
|
+
const justifyStart = "_justifyStart_uto44_125";
|
|
25
|
+
const justifyCenter = "_justifyCenter_uto44_129";
|
|
26
|
+
const justifyEnd = "_justifyEnd_uto44_133";
|
|
27
|
+
const justifyStretch = "_justifyStretch_uto44_137";
|
|
28
|
+
const item = "_item_uto44_141";
|
|
29
|
+
const colSpan1 = "_colSpan1_uto44_145";
|
|
30
|
+
const colSpan2 = "_colSpan2_uto44_149";
|
|
31
|
+
const colSpan3 = "_colSpan3_uto44_153";
|
|
32
|
+
const colSpan4 = "_colSpan4_uto44_157";
|
|
33
|
+
const colSpan5 = "_colSpan5_uto44_161";
|
|
34
|
+
const colSpan6 = "_colSpan6_uto44_165";
|
|
35
|
+
const colSpan7 = "_colSpan7_uto44_169";
|
|
36
|
+
const colSpan8 = "_colSpan8_uto44_173";
|
|
37
|
+
const colSpan9 = "_colSpan9_uto44_177";
|
|
38
|
+
const colSpan10 = "_colSpan10_uto44_181";
|
|
39
|
+
const colSpan11 = "_colSpan11_uto44_185";
|
|
40
|
+
const colSpan12 = "_colSpan12_uto44_189";
|
|
41
|
+
const colSpanFull = "_colSpanFull_uto44_193";
|
|
42
|
+
const rowSpan1 = "_rowSpan1_uto44_197";
|
|
43
|
+
const rowSpan2 = "_rowSpan2_uto44_201";
|
|
44
|
+
const rowSpan3 = "_rowSpan3_uto44_205";
|
|
45
|
+
const rowSpan4 = "_rowSpan4_uto44_209";
|
|
46
|
+
const rowSpan5 = "_rowSpan5_uto44_213";
|
|
47
|
+
const rowSpan6 = "_rowSpan6_uto44_217";
|
|
48
|
+
const selfAlignStart = "_selfAlignStart_uto44_221";
|
|
49
|
+
const selfAlignCenter = "_selfAlignCenter_uto44_225";
|
|
50
|
+
const selfAlignEnd = "_selfAlignEnd_uto44_229";
|
|
51
|
+
const selfAlignStretch = "_selfAlignStretch_uto44_233";
|
|
52
|
+
const subgridRows = "_subgridRows_uto44_237";
|
|
53
|
+
const subgridColumns = "_subgridColumns_uto44_242";
|
|
54
|
+
const subgridBoth = "_subgridBoth_uto44_247";
|
|
55
55
|
const styles = {
|
|
56
56
|
grid,
|
|
57
57
|
columns1,
|