@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
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const mobile = "
|
|
3
|
-
const positionRight = "
|
|
4
|
-
const collapsed = "
|
|
5
|
-
const header = "
|
|
6
|
-
const nav = "
|
|
7
|
-
const footer = "
|
|
8
|
-
const sectionLabel = "
|
|
9
|
-
const itemLabel = "
|
|
10
|
-
const itemBadge = "
|
|
11
|
-
const itemChevron = "
|
|
12
|
-
const item = "
|
|
13
|
-
const itemIcon = "
|
|
14
|
-
const collapseToggle = "
|
|
15
|
-
const collapsedNoIcons = "
|
|
16
|
-
const offcanvasCollapsed = "
|
|
17
|
-
const collapseToggleFloating = "
|
|
18
|
-
const rail = "
|
|
19
|
-
const navScrollArea = "
|
|
20
|
-
const section = "
|
|
21
|
-
const sectionHeader = "
|
|
22
|
-
const sectionTrigger = "
|
|
23
|
-
const sectionActionWrapper = "
|
|
24
|
-
const sectionAction = "
|
|
25
|
-
const sectionList = "
|
|
26
|
-
const submenu = "
|
|
27
|
-
const sectionCollapsible = "
|
|
28
|
-
const itemWrapper = "
|
|
29
|
-
const subItemWrapper = "
|
|
30
|
-
const submenuWrapper = "
|
|
31
|
-
const itemDisabled = "
|
|
32
|
-
const itemActive = "
|
|
33
|
-
const subItemDisabled = "
|
|
34
|
-
const itemMultiline = "
|
|
35
|
-
const itemExpanded = "
|
|
36
|
-
const subItem = "
|
|
37
|
-
const subItemActive = "
|
|
38
|
-
const trigger = "
|
|
39
|
-
const overlay = "
|
|
40
|
-
const railCollapsed = "
|
|
41
|
-
const menuSkeleton = "
|
|
42
|
-
const skeletonItem = "
|
|
43
|
-
const skeletonLabel = "
|
|
1
|
+
const root = "_root_12q6f_1";
|
|
2
|
+
const mobile = "_mobile_12q6f_37";
|
|
3
|
+
const positionRight = "_positionRight_12q6f_43";
|
|
4
|
+
const collapsed = "_collapsed_12q6f_48";
|
|
5
|
+
const header = "_header_12q6f_51";
|
|
6
|
+
const nav = "_nav_12q6f_52";
|
|
7
|
+
const footer = "_footer_12q6f_53";
|
|
8
|
+
const sectionLabel = "_sectionLabel_12q6f_60";
|
|
9
|
+
const itemLabel = "_itemLabel_12q6f_71";
|
|
10
|
+
const itemBadge = "_itemBadge_12q6f_72";
|
|
11
|
+
const itemChevron = "_itemChevron_12q6f_73";
|
|
12
|
+
const item = "_item_12q6f_71";
|
|
13
|
+
const itemIcon = "_itemIcon_12q6f_81";
|
|
14
|
+
const collapseToggle = "_collapseToggle_12q6f_84";
|
|
15
|
+
const collapsedNoIcons = "_collapsedNoIcons_12q6f_88";
|
|
16
|
+
const offcanvasCollapsed = "_offcanvasCollapsed_12q6f_91";
|
|
17
|
+
const collapseToggleFloating = "_collapseToggleFloating_12q6f_97";
|
|
18
|
+
const rail = "_rail_12q6f_111";
|
|
19
|
+
const navScrollArea = "_navScrollArea_12q6f_151";
|
|
20
|
+
const section = "_section_12q6f_60";
|
|
21
|
+
const sectionHeader = "_sectionHeader_12q6f_160";
|
|
22
|
+
const sectionTrigger = "_sectionTrigger_12q6f_185";
|
|
23
|
+
const sectionActionWrapper = "_sectionActionWrapper_12q6f_200";
|
|
24
|
+
const sectionAction = "_sectionAction_12q6f_200";
|
|
25
|
+
const sectionList = "_sectionList_12q6f_284";
|
|
26
|
+
const submenu = "_submenu_12q6f_285";
|
|
27
|
+
const sectionCollapsible = "_sectionCollapsible_12q6f_294";
|
|
28
|
+
const itemWrapper = "_itemWrapper_12q6f_336";
|
|
29
|
+
const subItemWrapper = "_subItemWrapper_12q6f_337";
|
|
30
|
+
const submenuWrapper = "_submenuWrapper_12q6f_338";
|
|
31
|
+
const itemDisabled = "_itemDisabled_12q6f_404";
|
|
32
|
+
const itemActive = "_itemActive_12q6f_413";
|
|
33
|
+
const subItemDisabled = "_subItemDisabled_12q6f_486";
|
|
34
|
+
const itemMultiline = "_itemMultiline_12q6f_536";
|
|
35
|
+
const itemExpanded = "_itemExpanded_12q6f_563";
|
|
36
|
+
const subItem = "_subItem_12q6f_337";
|
|
37
|
+
const subItemActive = "_subItemActive_12q6f_657";
|
|
38
|
+
const trigger = "_trigger_12q6f_675";
|
|
39
|
+
const overlay = "_overlay_12q6f_743";
|
|
40
|
+
const railCollapsed = "_railCollapsed_12q6f_892";
|
|
41
|
+
const menuSkeleton = "_menuSkeleton_12q6f_896";
|
|
42
|
+
const skeletonItem = "_skeletonItem_12q6f_903";
|
|
43
|
+
const skeletonLabel = "_skeletonLabel_12q6f_926";
|
|
44
44
|
const styles = {
|
|
45
45
|
root,
|
|
46
46
|
mobile,
|
|
@@ -45,7 +45,7 @@ function renderSidebarBadge(badge) {
|
|
|
45
45
|
if (React__namespace.isValidElement(badge) && (badge.type === index$3.Badge || badge.type === index$3.Badge.Root)) {
|
|
46
46
|
return badge;
|
|
47
47
|
}
|
|
48
|
-
return /* @__PURE__ */ jsxRuntime.jsx(index$3.Badge, {
|
|
48
|
+
return /* @__PURE__ */ jsxRuntime.jsx(index$3.Badge, { tone: "neutral", size: "sm", children: badge });
|
|
49
49
|
}
|
|
50
50
|
function MenuIcon() {
|
|
51
51
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -699,11 +699,11 @@ function SidebarMenuSkeleton({
|
|
|
699
699
|
const classes = [Sidebar_module.default.menuSkeleton, className].filter(Boolean).join(" ");
|
|
700
700
|
const labelWidths = ["64%", "72%", "68%", "79%", "74%", "66%", "83%", "70%"];
|
|
701
701
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { ...htmlProps, className: classes, "aria-hidden": "true", children: Array.from({ length: count }).map((_, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: Sidebar_module.default.skeletonItem, children: [
|
|
702
|
-
showIcon && /* @__PURE__ */ jsxRuntime.jsx(index.Skeleton, {
|
|
702
|
+
showIcon && /* @__PURE__ */ jsxRuntime.jsx(index.Skeleton, { shape: "avatar", size: "sm" }),
|
|
703
703
|
!isCollapsed && /* @__PURE__ */ jsxRuntime.jsx(
|
|
704
704
|
index.Skeleton,
|
|
705
705
|
{
|
|
706
|
-
|
|
706
|
+
shape: "text",
|
|
707
707
|
className: Sidebar_module.default.skeletonLabel,
|
|
708
708
|
width: labelWidths[i % labelWidths.length]
|
|
709
709
|
}
|
|
@@ -26,7 +26,7 @@ function renderSidebarBadge(badge) {
|
|
|
26
26
|
if (React.isValidElement(badge) && (badge.type === Badge || badge.type === Badge.Root)) {
|
|
27
27
|
return badge;
|
|
28
28
|
}
|
|
29
|
-
return /* @__PURE__ */ jsx(Badge, {
|
|
29
|
+
return /* @__PURE__ */ jsx(Badge, { tone: "neutral", size: "sm", children: badge });
|
|
30
30
|
}
|
|
31
31
|
function MenuIcon() {
|
|
32
32
|
return /* @__PURE__ */ jsx(
|
|
@@ -680,11 +680,11 @@ function SidebarMenuSkeleton({
|
|
|
680
680
|
const classes = [styles.menuSkeleton, className].filter(Boolean).join(" ");
|
|
681
681
|
const labelWidths = ["64%", "72%", "68%", "79%", "74%", "66%", "83%", "70%"];
|
|
682
682
|
return /* @__PURE__ */ jsx("div", { ...htmlProps, className: classes, "aria-hidden": "true", children: Array.from({ length: count }).map((_, i) => /* @__PURE__ */ jsxs("div", { className: styles.skeletonItem, children: [
|
|
683
|
-
showIcon && /* @__PURE__ */ jsx(Skeleton, {
|
|
683
|
+
showIcon && /* @__PURE__ */ jsx(Skeleton, { shape: "avatar", size: "sm" }),
|
|
684
684
|
!isCollapsed && /* @__PURE__ */ jsx(
|
|
685
685
|
Skeleton,
|
|
686
686
|
{
|
|
687
|
-
|
|
687
|
+
shape: "text",
|
|
688
688
|
className: styles.skeletonLabel,
|
|
689
689
|
width: labelWidths[i % labelWidths.length]
|
|
690
690
|
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const skeleton = "
|
|
4
|
-
const skeletonShimmer = "_skeleton-
|
|
5
|
-
const fill = "
|
|
6
|
-
const text = "
|
|
7
|
-
const heading = "
|
|
8
|
-
const avatar = "
|
|
9
|
-
const avatarSm = "_avatar-
|
|
10
|
-
const avatarMd = "_avatar-
|
|
11
|
-
const avatarLg = "_avatar-
|
|
12
|
-
const button = "
|
|
13
|
-
const buttonSm = "_button-
|
|
14
|
-
const buttonMd = "_button-
|
|
15
|
-
const buttonLg = "_button-
|
|
16
|
-
const input = "
|
|
17
|
-
const inputSm = "_input-
|
|
18
|
-
const inputMd = "_input-
|
|
19
|
-
const inputLg = "_input-
|
|
20
|
-
const radiusNone = "_radius-
|
|
21
|
-
const radiusSm = "_radius-
|
|
22
|
-
const radiusMd = "_radius-
|
|
23
|
-
const radiusLg = "_radius-
|
|
24
|
-
const radiusFull = "_radius-
|
|
25
|
-
const textContainer = "
|
|
26
|
-
const gapSm = "_gap-
|
|
27
|
-
const gapMd = "_gap-
|
|
28
|
-
const textLine = "
|
|
29
|
-
const skeletonPulse = "_skeleton-
|
|
3
|
+
const skeleton = "_skeleton_12tch_9";
|
|
4
|
+
const skeletonShimmer = "_skeleton-shimmer_12tch_1";
|
|
5
|
+
const fill = "_fill_12tch_29";
|
|
6
|
+
const text = "_text_12tch_34";
|
|
7
|
+
const heading = "_heading_12tch_40";
|
|
8
|
+
const avatar = "_avatar_12tch_46";
|
|
9
|
+
const avatarSm = "_avatar-sm_12tch_50";
|
|
10
|
+
const avatarMd = "_avatar-md_12tch_55";
|
|
11
|
+
const avatarLg = "_avatar-lg_12tch_60";
|
|
12
|
+
const button = "_button_12tch_65";
|
|
13
|
+
const buttonSm = "_button-sm_12tch_69";
|
|
14
|
+
const buttonMd = "_button-md_12tch_73";
|
|
15
|
+
const buttonLg = "_button-lg_12tch_77";
|
|
16
|
+
const input = "_input_12tch_93";
|
|
17
|
+
const inputSm = "_input-sm_12tch_98";
|
|
18
|
+
const inputMd = "_input-md_12tch_102";
|
|
19
|
+
const inputLg = "_input-lg_12tch_106";
|
|
20
|
+
const radiusNone = "_radius-none_12tch_110";
|
|
21
|
+
const radiusSm = "_radius-sm_12tch_114";
|
|
22
|
+
const radiusMd = "_radius-md_12tch_118";
|
|
23
|
+
const radiusLg = "_radius-lg_12tch_122";
|
|
24
|
+
const radiusFull = "_radius-full_12tch_126";
|
|
25
|
+
const textContainer = "_textContainer_12tch_130";
|
|
26
|
+
const gapSm = "_gap-sm_12tch_136";
|
|
27
|
+
const gapMd = "_gap-md_12tch_140";
|
|
28
|
+
const textLine = "_textLine_12tch_144";
|
|
29
|
+
const skeletonPulse = "_skeleton-pulse_12tch_1";
|
|
30
30
|
const styles = {
|
|
31
31
|
skeleton,
|
|
32
|
-
"skeleton-shimmer": "_skeleton-
|
|
32
|
+
"skeleton-shimmer": "_skeleton-shimmer_12tch_1",
|
|
33
33
|
skeletonShimmer,
|
|
34
|
-
"static": "
|
|
34
|
+
"static": "_static_12tch_18",
|
|
35
35
|
fill,
|
|
36
36
|
text,
|
|
37
37
|
heading,
|
|
38
38
|
avatar,
|
|
39
|
-
"avatar-sm": "_avatar-
|
|
39
|
+
"avatar-sm": "_avatar-sm_12tch_50",
|
|
40
40
|
avatarSm,
|
|
41
|
-
"avatar-md": "_avatar-
|
|
41
|
+
"avatar-md": "_avatar-md_12tch_55",
|
|
42
42
|
avatarMd,
|
|
43
|
-
"avatar-lg": "_avatar-
|
|
43
|
+
"avatar-lg": "_avatar-lg_12tch_60",
|
|
44
44
|
avatarLg,
|
|
45
45
|
button,
|
|
46
|
-
"button-sm": "_button-
|
|
46
|
+
"button-sm": "_button-sm_12tch_69",
|
|
47
47
|
buttonSm,
|
|
48
|
-
"button-md": "_button-
|
|
48
|
+
"button-md": "_button-md_12tch_73",
|
|
49
49
|
buttonMd,
|
|
50
|
-
"button-lg": "_button-
|
|
50
|
+
"button-lg": "_button-lg_12tch_77",
|
|
51
51
|
buttonLg,
|
|
52
52
|
input,
|
|
53
|
-
"input-sm": "_input-
|
|
53
|
+
"input-sm": "_input-sm_12tch_98",
|
|
54
54
|
inputSm,
|
|
55
|
-
"input-md": "_input-
|
|
55
|
+
"input-md": "_input-md_12tch_102",
|
|
56
56
|
inputMd,
|
|
57
|
-
"input-lg": "_input-
|
|
57
|
+
"input-lg": "_input-lg_12tch_106",
|
|
58
58
|
inputLg,
|
|
59
|
-
"radius-none": "_radius-
|
|
59
|
+
"radius-none": "_radius-none_12tch_110",
|
|
60
60
|
radiusNone,
|
|
61
|
-
"radius-sm": "_radius-
|
|
61
|
+
"radius-sm": "_radius-sm_12tch_114",
|
|
62
62
|
radiusSm,
|
|
63
|
-
"radius-md": "_radius-
|
|
63
|
+
"radius-md": "_radius-md_12tch_118",
|
|
64
64
|
radiusMd,
|
|
65
|
-
"radius-lg": "_radius-
|
|
65
|
+
"radius-lg": "_radius-lg_12tch_122",
|
|
66
66
|
radiusLg,
|
|
67
|
-
"radius-full": "_radius-
|
|
67
|
+
"radius-full": "_radius-full_12tch_126",
|
|
68
68
|
radiusFull,
|
|
69
69
|
textContainer,
|
|
70
|
-
"gap-sm": "_gap-
|
|
70
|
+
"gap-sm": "_gap-sm_12tch_136",
|
|
71
71
|
gapSm,
|
|
72
|
-
"gap-md": "_gap-
|
|
72
|
+
"gap-md": "_gap-md_12tch_140",
|
|
73
73
|
gapMd,
|
|
74
74
|
textLine,
|
|
75
|
-
"skeleton-pulse": "_skeleton-
|
|
75
|
+
"skeleton-pulse": "_skeleton-pulse_12tch_1",
|
|
76
76
|
skeletonPulse
|
|
77
77
|
};
|
|
78
78
|
exports.avatar = avatar;
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
const skeleton = "
|
|
2
|
-
const skeletonShimmer = "_skeleton-
|
|
3
|
-
const fill = "
|
|
4
|
-
const text = "
|
|
5
|
-
const heading = "
|
|
6
|
-
const avatar = "
|
|
7
|
-
const avatarSm = "_avatar-
|
|
8
|
-
const avatarMd = "_avatar-
|
|
9
|
-
const avatarLg = "_avatar-
|
|
10
|
-
const button = "
|
|
11
|
-
const buttonSm = "_button-
|
|
12
|
-
const buttonMd = "_button-
|
|
13
|
-
const buttonLg = "_button-
|
|
14
|
-
const input = "
|
|
15
|
-
const 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 = "
|
|
27
|
-
const skeletonPulse = "_skeleton-
|
|
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";
|
|
28
28
|
const styles = {
|
|
29
29
|
skeleton,
|
|
30
|
-
"skeleton-shimmer": "_skeleton-
|
|
30
|
+
"skeleton-shimmer": "_skeleton-shimmer_12tch_1",
|
|
31
31
|
skeletonShimmer,
|
|
32
|
-
"static": "
|
|
32
|
+
"static": "_static_12tch_18",
|
|
33
33
|
fill,
|
|
34
34
|
text,
|
|
35
35
|
heading,
|
|
36
36
|
avatar,
|
|
37
|
-
"avatar-sm": "_avatar-
|
|
37
|
+
"avatar-sm": "_avatar-sm_12tch_50",
|
|
38
38
|
avatarSm,
|
|
39
|
-
"avatar-md": "_avatar-
|
|
39
|
+
"avatar-md": "_avatar-md_12tch_55",
|
|
40
40
|
avatarMd,
|
|
41
|
-
"avatar-lg": "_avatar-
|
|
41
|
+
"avatar-lg": "_avatar-lg_12tch_60",
|
|
42
42
|
avatarLg,
|
|
43
43
|
button,
|
|
44
|
-
"button-sm": "_button-
|
|
44
|
+
"button-sm": "_button-sm_12tch_69",
|
|
45
45
|
buttonSm,
|
|
46
|
-
"button-md": "_button-
|
|
46
|
+
"button-md": "_button-md_12tch_73",
|
|
47
47
|
buttonMd,
|
|
48
|
-
"button-lg": "_button-
|
|
48
|
+
"button-lg": "_button-lg_12tch_77",
|
|
49
49
|
buttonLg,
|
|
50
50
|
input,
|
|
51
|
-
"input-sm": "_input-
|
|
51
|
+
"input-sm": "_input-sm_12tch_98",
|
|
52
52
|
inputSm,
|
|
53
|
-
"input-md": "_input-
|
|
53
|
+
"input-md": "_input-md_12tch_102",
|
|
54
54
|
inputMd,
|
|
55
|
-
"input-lg": "_input-
|
|
55
|
+
"input-lg": "_input-lg_12tch_106",
|
|
56
56
|
inputLg,
|
|
57
|
-
"radius-none": "_radius-
|
|
57
|
+
"radius-none": "_radius-none_12tch_110",
|
|
58
58
|
radiusNone,
|
|
59
|
-
"radius-sm": "_radius-
|
|
59
|
+
"radius-sm": "_radius-sm_12tch_114",
|
|
60
60
|
radiusSm,
|
|
61
|
-
"radius-md": "_radius-
|
|
61
|
+
"radius-md": "_radius-md_12tch_118",
|
|
62
62
|
radiusMd,
|
|
63
|
-
"radius-lg": "_radius-
|
|
63
|
+
"radius-lg": "_radius-lg_12tch_122",
|
|
64
64
|
radiusLg,
|
|
65
|
-
"radius-full": "_radius-
|
|
65
|
+
"radius-full": "_radius-full_12tch_126",
|
|
66
66
|
radiusFull,
|
|
67
67
|
textContainer,
|
|
68
|
-
"gap-sm": "_gap-
|
|
68
|
+
"gap-sm": "_gap-sm_12tch_136",
|
|
69
69
|
gapSm,
|
|
70
|
-
"gap-md": "_gap-
|
|
70
|
+
"gap-md": "_gap-md_12tch_140",
|
|
71
71
|
gapMd,
|
|
72
72
|
textLine,
|
|
73
|
-
"skeleton-pulse": "_skeleton-
|
|
73
|
+
"skeleton-pulse": "_skeleton-pulse_12tch_1",
|
|
74
74
|
skeletonPulse
|
|
75
75
|
};
|
|
76
76
|
export {
|
|
@@ -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,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,
|