@usefragments/ui 1.5.4 → 1.6.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 +1 -1
- package/dist/assets/ui.css +8808 -5810
- package/dist/chart.cjs +7 -20
- package/dist/chart.js +7 -20
- package/dist/colorpicker.cjs +2 -1
- package/dist/colorpicker.js +2 -1
- package/dist/components/Accordion/Accordion.module.scss.cjs +8 -8
- package/dist/components/Accordion/Accordion.module.scss.js +8 -8
- package/dist/components/Alert/Alert.module.scss.cjs +12 -12
- package/dist/components/Alert/Alert.module.scss.js +12 -12
- 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 +5 -3
- package/dist/components/AppShell/index.d.ts +4 -2
- package/dist/components/AppShell/index.d.ts.map +1 -1
- package/dist/components/AppShell/index.js +5 -3
- package/dist/components/Avatar/Avatar.module.scss.cjs +17 -14
- package/dist/components/Avatar/Avatar.module.scss.js +17 -14
- package/dist/components/Avatar/index.cjs +100 -118
- package/dist/components/Avatar/index.d.ts +7 -5
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Avatar/index.js +100 -118
- package/dist/components/Badge/Badge.module.scss.cjs +19 -19
- package/dist/components/Badge/Badge.module.scss.js +19 -19
- package/dist/components/BentoGrid/BentoGrid.module.scss.cjs +14 -14
- package/dist/components/BentoGrid/BentoGrid.module.scss.js +14 -14
- package/dist/components/Box/Box.module.scss.cjs +152 -152
- package/dist/components/Box/Box.module.scss.js +152 -152
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +8 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.js +8 -8
- package/dist/components/Button/Button.module.scss.cjs +14 -14
- package/dist/components/Button/Button.module.scss.js +14 -14
- 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 +18 -18
- package/dist/components/Card/Card.module.scss.js +18 -18
- package/dist/components/Chart/Chart.module.scss.cjs +15 -15
- package/dist/components/Chart/Chart.module.scss.js +15 -15
- package/dist/components/Chart/index.d.ts +7 -7
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +9 -15
- package/dist/components/Checkbox/Checkbox.module.scss.js +9 -15
- package/dist/components/Checkbox/index.cjs +4 -6
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +4 -6
- package/dist/components/Chip/Chip.module.scss.cjs +15 -15
- package/dist/components/Chip/Chip.module.scss.js +15 -15
- package/dist/components/Chip/index.cjs +4 -5
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +2 -3
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +22 -22
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +22 -22
- package/dist/components/Collapsible/Collapsible.module.scss.cjs +9 -12
- package/dist/components/Collapsible/Collapsible.module.scss.js +9 -12
- package/dist/components/Collapsible/index.cjs +3 -2
- package/dist/components/Collapsible/index.d.ts +3 -3
- package/dist/components/Collapsible/index.d.ts.map +1 -1
- package/dist/components/Collapsible/index.js +3 -2
- package/dist/components/ColorPicker/ColorPicker.module.scss.cjs +16 -16
- package/dist/components/ColorPicker/ColorPicker.module.scss.js +16 -16
- package/dist/components/ColorPicker/index.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.module.scss.cjs +21 -27
- package/dist/components/Combobox/Combobox.module.scss.js +21 -27
- package/dist/components/Combobox/index.cjs +4 -4
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +4 -4
- package/dist/components/Command/Command.module.scss.cjs +11 -11
- package/dist/components/Command/Command.module.scss.js +11 -11
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +11 -14
- package/dist/components/ConversationList/ConversationList.module.scss.js +11 -14
- package/dist/components/ConversationList/index.cjs +40 -44
- package/dist/components/ConversationList/index.d.ts +3 -3
- package/dist/components/ConversationList/index.d.ts.map +1 -1
- package/dist/components/ConversationList/index.js +40 -44
- package/dist/components/DataTable/DataTable.module.scss.cjs +32 -56
- package/dist/components/DataTable/DataTable.module.scss.js +32 -56
- package/dist/components/DataTable/index.d.ts +5 -4
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.module.scss.cjs +33 -33
- package/dist/components/DatePicker/DatePicker.module.scss.js +33 -33
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.module.scss.cjs +14 -14
- package/dist/components/Dialog/Dialog.module.scss.js +14 -14
- package/dist/components/Drawer/Drawer.module.scss.cjs +31 -28
- package/dist/components/Drawer/Drawer.module.scss.js +31 -28
- package/dist/components/Drawer/index.cjs +1 -1
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/Editor/Editor.module.scss.cjs +23 -23
- package/dist/components/Editor/Editor.module.scss.js +23 -23
- package/dist/components/EmptyState/EmptyState.module.scss.cjs +12 -12
- package/dist/components/EmptyState/EmptyState.module.scss.js +12 -12
- package/dist/components/Field/Field.module.scss.cjs +8 -5
- package/dist/components/Field/Field.module.scss.js +8 -5
- package/dist/components/Field/index.cjs +10 -1
- package/dist/components/Field/index.d.ts +9 -2
- package/dist/components/Field/index.d.ts.map +1 -1
- package/dist/components/Field/index.js +10 -1
- package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
- package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
- package/dist/components/Form/Form.module.scss.cjs +5 -2
- package/dist/components/Form/Form.module.scss.js +5 -2
- package/dist/components/Form/index.cjs +6 -1
- package/dist/components/Form/index.d.ts +8 -3
- package/dist/components/Form/index.d.ts.map +1 -1
- package/dist/components/Form/index.js +6 -1
- package/dist/components/Grid/Grid.module.scss.cjs +54 -72
- package/dist/components/Grid/Grid.module.scss.js +54 -72
- package/dist/components/Grid/index.cjs +57 -77
- package/dist/components/Grid/index.d.ts +11 -11
- package/dist/components/Grid/index.d.ts.map +1 -1
- package/dist/components/Grid/index.js +57 -77
- package/dist/components/Header/Header.module.scss.cjs +33 -33
- package/dist/components/Header/Header.module.scss.js +33 -33
- package/dist/components/Header/index.cjs +2 -1
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +2 -1
- package/dist/components/Icon/Icon.module.scss.cjs +29 -8
- package/dist/components/Icon/Icon.module.scss.js +30 -9
- package/dist/components/Icon/index.cjs +30 -48
- package/dist/components/Icon/index.d.ts +6 -6
- package/dist/components/Icon/index.d.ts.map +1 -1
- package/dist/components/Icon/index.js +30 -48
- package/dist/components/IconButton/IconButton.module.scss.cjs +8 -8
- package/dist/components/IconButton/IconButton.module.scss.js +8 -8
- package/dist/components/Input/Input.module.scss.cjs +19 -25
- package/dist/components/Input/Input.module.scss.js +19 -25
- package/dist/components/Input/index.cjs +1 -2
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/index.js +1 -2
- package/dist/components/Link/Link.module.scss.cjs +10 -10
- package/dist/components/Link/Link.module.scss.js +10 -10
- package/dist/components/List/List.module.scss.cjs +19 -19
- package/dist/components/List/List.module.scss.js +19 -19
- package/dist/components/List/index.cjs +4 -7
- package/dist/components/List/index.d.ts.map +1 -1
- package/dist/components/List/index.js +4 -7
- package/dist/components/Listbox/Listbox.module.scss.cjs +9 -9
- package/dist/components/Listbox/Listbox.module.scss.js +9 -9
- 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 +39 -67
- package/dist/components/Loading/index.d.ts +6 -6
- package/dist/components/Loading/index.d.ts.map +1 -1
- package/dist/components/Loading/index.js +39 -67
- package/dist/components/Main/Main.module.scss.cjs +7 -7
- package/dist/components/Main/Main.module.scss.js +7 -7
- 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 +16 -16
- package/dist/components/Menu/Menu.module.scss.js +16 -16
- package/dist/components/Menu/index.cjs +19 -61
- package/dist/components/Menu/index.d.ts +10 -10
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +19 -61
- package/dist/components/Message/Message.module.scss.cjs +18 -21
- package/dist/components/Message/Message.module.scss.js +18 -21
- package/dist/components/Message/index.cjs +15 -2
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/index.js +15 -2
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +28 -28
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +28 -28
- package/dist/components/Pagination/Pagination.module.scss.cjs +18 -9
- package/dist/components/Pagination/Pagination.module.scss.js +19 -10
- package/dist/components/Pagination/index.cjs +5 -2
- package/dist/components/Pagination/index.d.ts +3 -1
- package/dist/components/Pagination/index.d.ts.map +1 -1
- package/dist/components/Pagination/index.js +5 -2
- 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 +29 -32
- package/dist/components/Progress/Progress.module.scss.js +29 -32
- package/dist/components/Progress/geometry.cjs +30 -0
- package/dist/components/Progress/geometry.d.ts +8 -0
- package/dist/components/Progress/geometry.d.ts.map +1 -0
- package/dist/components/Progress/geometry.js +30 -0
- package/dist/components/Progress/index.cjs +40 -29
- package/dist/components/Progress/index.d.ts +4 -3
- package/dist/components/Progress/index.d.ts.map +1 -1
- package/dist/components/Progress/index.js +40 -29
- package/dist/components/Prompt/Prompt.module.scss.cjs +29 -29
- package/dist/components/Prompt/Prompt.module.scss.js +29 -29
- package/dist/components/Prompt/index.cjs +5 -4
- package/dist/components/Prompt/index.d.ts.map +1 -1
- package/dist/components/Prompt/index.js +5 -4
- package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +15 -21
- package/dist/components/RadioGroup/RadioGroup.module.scss.js +15 -21
- package/dist/components/RadioGroup/index.cjs +7 -6
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +7 -6
- package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +7 -22
- package/dist/components/ScrollArea/ScrollArea.module.scss.js +7 -22
- package/dist/components/ScrollArea/index.cjs +66 -42
- package/dist/components/ScrollArea/index.d.ts +3 -2
- package/dist/components/ScrollArea/index.d.ts.map +1 -1
- package/dist/components/ScrollArea/index.js +66 -42
- package/dist/components/ScrollArea/scroll-state.cjs +58 -0
- package/dist/components/ScrollArea/scroll-state.d.ts +16 -0
- package/dist/components/ScrollArea/scroll-state.d.ts.map +1 -0
- package/dist/components/ScrollArea/scroll-state.js +58 -0
- 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 +3 -2
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +3 -2
- package/dist/components/Separator/Separator.module.scss.cjs +13 -10
- package/dist/components/Separator/Separator.module.scss.js +13 -10
- package/dist/components/Separator/index.cjs +37 -38
- package/dist/components/Separator/index.d.ts +4 -4
- package/dist/components/Separator/index.d.ts.map +1 -1
- package/dist/components/Separator/index.js +37 -38
- 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 +5 -3
- package/dist/components/Sidebar/index.d.ts +6 -1
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +5 -3
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +50 -38
- package/dist/components/Skeleton/Skeleton.module.scss.js +50 -38
- package/dist/components/Skeleton/index.cjs +41 -55
- package/dist/components/Skeleton/index.d.ts +7 -7
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +41 -55
- package/dist/components/Slider/Slider.module.scss.cjs +12 -12
- package/dist/components/Slider/Slider.module.scss.js +12 -12
- package/dist/components/Stack/Stack.module.scss.cjs +25 -45
- package/dist/components/Stack/Stack.module.scss.js +25 -45
- package/dist/components/Stack/index.cjs +106 -101
- package/dist/components/Stack/index.d.ts +7 -7
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +106 -101
- package/dist/components/Switch/Switch.module.scss.cjs +32 -0
- package/dist/components/Switch/Switch.module.scss.js +32 -0
- package/dist/components/{Toggle → Switch}/index.cjs +9 -14
- package/dist/components/Switch/index.d.ts +37 -1
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/{Toggle → Switch}/index.js +5 -10
- package/dist/components/Table/Table.module.scss.cjs +18 -27
- package/dist/components/Table/Table.module.scss.js +18 -27
- package/dist/components/Table/index.d.ts +6 -5
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/Tabs/Tabs.module.scss.cjs +12 -12
- package/dist/components/Tabs/Tabs.module.scss.js +12 -12
- package/dist/components/Tabs/index.cjs +2 -2
- package/dist/components/Tabs/index.js +2 -2
- package/dist/components/Text/Text.module.scss.cjs +93 -57
- package/dist/components/Text/Text.module.scss.js +93 -57
- package/dist/components/Text/index.cjs +14 -6
- package/dist/components/Text/index.d.ts +25 -15
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +14 -6
- package/dist/components/Textarea/Textarea.module.scss.cjs +26 -23
- package/dist/components/Textarea/Textarea.module.scss.js +26 -23
- package/dist/components/Textarea/index.cjs +5 -10
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/index.js +5 -10
- package/dist/components/Theme/context.cjs +39 -0
- package/dist/components/Theme/context.d.ts +21 -0
- package/dist/components/Theme/context.d.ts.map +1 -0
- package/dist/components/Theme/context.js +22 -0
- package/dist/components/Theme/index.cjs +14 -209
- package/dist/components/Theme/index.d.ts +4 -37
- package/dist/components/Theme/index.d.ts.map +1 -1
- package/dist/components/Theme/index.js +9 -204
- package/dist/components/{Theme → ThemeToggle}/ThemeToggle.module.scss.cjs +6 -6
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.js +23 -0
- package/dist/components/ThemeToggle/index.cjs +115 -0
- package/dist/components/ThemeToggle/index.d.ts +21 -0
- package/dist/components/ThemeToggle/index.d.ts.map +1 -0
- package/dist/components/ThemeToggle/index.js +115 -0
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +13 -13
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +13 -13
- package/dist/components/ThinkingIndicator/index.cjs +34 -41
- package/dist/components/ThinkingIndicator/index.d.ts +4 -4
- package/dist/components/ThinkingIndicator/index.d.ts.map +1 -1
- package/dist/components/ThinkingIndicator/index.js +34 -41
- package/dist/components/Toast/Toast.module.scss.cjs +20 -20
- package/dist/components/Toast/Toast.module.scss.js +20 -20
- package/dist/components/Toggle/index.d.ts +2 -42
- package/dist/components/Toggle/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +20 -20
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +20 -20
- package/dist/components/ToggleGroup/index.cjs +3 -2
- package/dist/components/ToggleGroup/index.d.ts +2 -1
- package/dist/components/ToggleGroup/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +3 -2
- 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.cjs +12 -9
- package/dist/data-table.js +12 -9
- package/dist/datepicker.cjs +2 -1
- package/dist/datepicker.js +2 -1
- package/dist/index.cjs +100 -98
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/markdown.cjs +1 -1
- package/dist/markdown.js +2 -2
- package/dist/measurements/generated.cjs +296 -0
- package/dist/measurements/generated.d.ts +261 -0
- package/dist/measurements/generated.d.ts.map +1 -0
- package/dist/measurements/generated.js +296 -0
- package/dist/measurements/index.d.ts +2 -0
- package/dist/measurements/index.d.ts.map +1 -0
- package/dist/measurements.cjs +6 -0
- package/dist/measurements.js +6 -0
- package/dist/recipes/popup.cjs +14 -0
- package/dist/recipes/popup.d.ts +4 -0
- package/dist/recipes/popup.d.ts.map +1 -0
- package/dist/recipes/popup.js +14 -0
- package/dist/recipes/table-chrome.cjs +18 -0
- package/dist/recipes/table-chrome.d.ts +10 -0
- package/dist/recipes/table-chrome.d.ts.map +1 -0
- package/dist/recipes/table-chrome.js +18 -0
- package/dist/table.cjs +5 -2
- package/dist/table.js +5 -2
- package/dist/utils/layout-spacing.cjs +27 -0
- package/dist/utils/layout-spacing.d.ts +5 -0
- package/dist/utils/layout-spacing.d.ts.map +1 -0
- package/dist/utils/layout-spacing.js +27 -0
- package/dist/utils/seed-derivation.cjs +4 -42
- package/dist/utils/seed-derivation.d.ts +4 -3
- package/dist/utils/seed-derivation.d.ts.map +1 -1
- package/dist/utils/seed-derivation.js +4 -42
- package/dist/utils/theme-presets.cjs +1 -0
- package/dist/utils/theme-presets.d.ts +3 -2
- package/dist/utils/theme-presets.d.ts.map +1 -1
- package/dist/utils/theme-presets.js +1 -0
- package/fragments.json +1 -1
- package/package.json +23 -4
- package/src/components/Accordion/Accordion.module.scss +31 -52
- package/src/components/Alert/Alert.module.scss +28 -44
- package/src/components/AppShell/AppShell.module.scss +6 -3
- package/src/components/AppShell/index.tsx +8 -4
- package/src/components/Avatar/Avatar.module.scss +22 -60
- package/src/components/Avatar/index.tsx +152 -146
- package/src/components/Badge/Badge.module.scss +51 -46
- package/src/components/BentoGrid/BentoGrid.module.scss +11 -32
- package/src/components/Box/Box.module.scss +253 -81
- package/src/components/Breadcrumbs/Breadcrumbs.module.scss +10 -11
- package/src/components/Button/Button.module.scss +52 -57
- package/src/components/ButtonGroup/ButtonGroup.module.scss +5 -5
- package/src/components/Card/Card.consumer-fixture.module.scss +8 -0
- package/src/components/Card/Card.module.scss +211 -175
- package/src/components/Chart/Chart.module.scss +28 -29
- package/src/components/Chart/index.tsx +40 -53
- package/src/components/Checkbox/Checkbox.module.scss +43 -64
- package/src/components/Checkbox/index.tsx +4 -9
- package/src/components/Chip/Chip.contract.json +4 -3
- package/src/components/Chip/Chip.module.scss +23 -34
- package/src/components/Chip/index.tsx +3 -4
- package/src/components/CodeBlock/CodeBlock.module.scss +102 -215
- package/src/components/Collapsible/Collapsible.module.scss +29 -63
- package/src/components/Collapsible/index.tsx +22 -26
- package/src/components/ColorPicker/ColorPicker.module.scss +42 -24
- package/src/components/ColorPicker/index.tsx +2 -1
- package/src/components/Combobox/Combobox.module.scss +60 -73
- package/src/components/Combobox/index.tsx +7 -5
- package/src/components/Command/Command.module.scss +47 -77
- package/src/components/ConversationList/ConversationList.module.scss +20 -78
- package/src/components/ConversationList/index.tsx +55 -59
- package/src/components/DataTable/DataTable.module.scss +76 -216
- package/src/components/DataTable/index.tsx +20 -25
- package/src/components/DatePicker/DatePicker.module.scss +54 -33
- package/src/components/DatePicker/index.tsx +2 -1
- package/src/components/Dialog/Dialog.module.scss +42 -66
- package/src/components/Drawer/Drawer.module.scss +93 -99
- package/src/components/Drawer/index.tsx +1 -1
- package/src/components/Editor/Editor.module.scss +115 -220
- package/src/components/EmptyState/EmptyState.module.scss +38 -85
- package/src/components/Field/Field.contract.json +2 -1
- package/src/components/Field/Field.module.scss +9 -11
- package/src/components/Field/index.tsx +27 -1
- package/src/components/Fieldset/Fieldset.module.scss +14 -6
- package/src/components/Form/Form.contract.json +10 -23
- package/src/components/Form/Form.module.scss +9 -4
- package/src/components/Form/index.tsx +22 -7
- package/src/components/Grid/Grid.module.scss +159 -63
- package/src/components/Grid/index.tsx +107 -126
- package/src/components/Header/Header.module.scss +25 -32
- package/src/components/Header/index.tsx +2 -1
- package/src/components/Icon/Icon.module.scss +16 -0
- package/src/components/Icon/index.tsx +74 -86
- package/src/components/IconButton/IconButton.module.scss +11 -21
- package/src/components/Input/Input.module.scss +67 -55
- package/src/components/Input/index.tsx +1 -2
- package/src/components/Link/Link.module.scss +8 -9
- package/src/components/List/List.module.scss +16 -21
- package/src/components/List/index.tsx +4 -10
- package/src/components/Listbox/Listbox.module.scss +26 -54
- package/src/components/Loading/Loading.module.scss +23 -33
- package/src/components/Loading/index.tsx +68 -97
- package/src/components/Main/Main.module.scss +3 -5
- package/src/components/Markdown/Markdown.module.scss +36 -184
- package/src/components/Markdown/index.tsx +2 -2
- package/src/components/Menu/Menu.module.scss +48 -133
- package/src/components/Menu/index.tsx +57 -89
- package/src/components/Message/Message.module.scss +52 -142
- package/src/components/Message/index.tsx +16 -6
- package/src/components/NavigationMenu/NavigationMenu.module.scss +59 -52
- package/src/components/Pagination/Pagination.module.scss +32 -25
- package/src/components/Pagination/index.tsx +7 -2
- package/src/components/Popover/Popover.module.scss +37 -73
- package/src/components/Progress/Progress.module.scss +61 -41
- package/src/components/Progress/geometry.ts +41 -0
- package/src/components/Progress/index.tsx +44 -30
- package/src/components/Prompt/Prompt.module.scss +45 -82
- package/src/components/Prompt/index.tsx +6 -5
- package/src/components/RadioGroup/RadioGroup.module.scss +50 -69
- package/src/components/RadioGroup/index.tsx +7 -9
- package/src/components/ScrollArea/ScrollArea.contract.json +8 -24
- package/src/components/ScrollArea/ScrollArea.module.scss +122 -96
- package/src/components/ScrollArea/index.tsx +78 -60
- package/src/components/ScrollArea/scroll-state.ts +87 -0
- package/src/components/Select/Select.module.scss +53 -41
- package/src/components/Select/index.tsx +6 -2
- package/src/components/Separator/Separator.module.scss +29 -19
- package/src/components/Separator/index.tsx +55 -51
- package/src/components/Sidebar/Sidebar.contract.json +12 -0
- package/src/components/Sidebar/Sidebar.module.scss +101 -99
- package/src/components/Sidebar/index.tsx +10 -3
- package/src/components/Skeleton/Skeleton.module.scss +26 -26
- package/src/components/Skeleton/index.tsx +65 -72
- package/src/components/Slider/Slider.module.scss +31 -25
- package/src/components/Stack/Stack.module.scss +101 -30
- package/src/components/Stack/index.tsx +157 -127
- package/src/components/{Toggle/Toggle.contract.json → Switch/Switch.contract.json} +1 -1
- package/src/components/{Toggle/Toggle.module.scss → Switch/Switch.module.scss} +55 -82
- package/src/components/{Toggle → Switch}/index.tsx +5 -21
- package/src/components/Table/Table.module.scss +38 -129
- package/src/components/Table/index.tsx +13 -6
- package/src/components/TableOfContents/TableOfContents.module.scss +20 -177
- package/src/components/Tabs/Tabs.module.scss +27 -22
- package/src/components/Tabs/index.tsx +2 -2
- package/src/components/Text/Text.module.scss +22 -3
- package/src/components/Text/index.tsx +56 -21
- package/src/components/Textarea/Textarea.module.scss +59 -39
- package/src/components/Textarea/index.tsx +5 -12
- package/src/components/Theme/context.ts +42 -0
- package/src/components/Theme/index.tsx +14 -309
- package/src/components/ThemeToggle/ThemeToggle.module.scss +73 -0
- package/src/components/ThemeToggle/index.tsx +144 -0
- package/src/components/ThinkingIndicator/ThinkingIndicator.module.scss +24 -19
- package/src/components/ThinkingIndicator/index.tsx +44 -54
- package/src/components/Toast/Toast.contract.json +5 -21
- package/src/components/Toast/Toast.module.scss +61 -138
- package/src/components/Toggle/index.ts +7 -0
- package/src/components/ToggleGroup/ToggleGroup.contract.json +12 -39
- package/src/components/ToggleGroup/ToggleGroup.module.scss +132 -88
- package/src/components/ToggleGroup/index.tsx +5 -3
- package/src/components/Tooltip/Tooltip.module.scss +23 -39
- package/src/components/VisuallyHidden/VisuallyHidden.module.scss +3 -0
- package/src/index.ts +2 -1
- package/src/measurements/MeasurementTargets.module.scss +229 -0
- package/src/measurements/generated.ts +317 -0
- package/src/measurements/index.ts +8 -0
- package/src/measurements/measurements.json +361 -0
- package/src/recipes/_action.scss +138 -0
- package/src/recipes/_boolean-range.scss +124 -0
- package/src/recipes/_feedback.scss +171 -0
- package/src/recipes/_field.scss +98 -0
- package/src/recipes/_layout.scss +67 -0
- package/src/recipes/_navigation.scss +110 -0
- package/src/recipes/_overlay.scss +191 -0
- package/src/recipes/_popup.scss +92 -0
- package/src/recipes/_prose.scss +174 -0
- package/src/recipes/_representation.scss +193 -0
- package/src/recipes/_segmented.scss +26 -0
- package/src/recipes/_surface.scss +13 -0
- package/src/recipes/_table-chrome.scss +105 -0
- package/src/recipes/_target.scss +31 -0
- package/src/recipes/_typography.scss +38 -0
- package/src/recipes/popup.ts +12 -0
- package/src/recipes/table-chrome.ts +30 -0
- package/src/styles/globals.scss +2 -2
- package/src/tokens/_component-properties.scss +2 -2
- package/src/tokens/_computed.scss +9 -9
- package/src/tokens/_density.scss +41 -132
- package/src/tokens/_measurements.catalog.generated.css +91 -0
- package/src/tokens/_measurements.generated.scss +604 -0
- package/src/tokens/_mixins.scss +0 -276
- package/src/tokens/_property-registrations.scss +96 -92
- package/src/tokens/_radius.scss +16 -70
- package/src/tokens/_seeds.scss +8 -7
- package/src/tokens/_variables.scss +163 -148
- package/src/utils/layout-spacing.ts +31 -0
- package/src/utils/seed-derivation.ts +134 -172
- package/src/utils/theme-presets.ts +58 -30
- package/dist/components/Theme/ThemeToggle.module.scss.js +0 -23
- package/dist/components/Toggle/Toggle.module.scss.cjs +0 -44
- package/dist/components/Toggle/Toggle.module.scss.js +0 -44
- package/src/components/Switch/index.ts +0 -3
- package/src/components/Theme/ThemeToggle.module.scss +0 -91
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const icon = "
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
3
|
+
const icon = "_icon_1snja_1";
|
|
4
|
+
const xs = "_xs_1snja_13";
|
|
5
|
+
const sm = "_sm_1snja_19";
|
|
6
|
+
const md = "_md_1snja_25";
|
|
7
|
+
const lg = "_lg_1snja_31";
|
|
8
|
+
const xl = "_xl_1snja_37";
|
|
9
|
+
const size2xl = "_size2xl_1snja_43";
|
|
10
|
+
const size2Xl = "_size2xl_1snja_43";
|
|
11
|
+
const primary = "_primary_1snja_49";
|
|
12
|
+
const secondary = "_secondary_1snja_53";
|
|
13
|
+
const tertiary = "_tertiary_1snja_57";
|
|
14
|
+
const accent = "_accent_1snja_61";
|
|
15
|
+
const success = "_success_1snja_65";
|
|
16
|
+
const warning = "_warning_1snja_69";
|
|
17
|
+
const error = "_error_1snja_73";
|
|
11
18
|
const styles = {
|
|
12
19
|
icon,
|
|
20
|
+
xs,
|
|
21
|
+
sm,
|
|
22
|
+
md,
|
|
23
|
+
lg,
|
|
24
|
+
xl,
|
|
25
|
+
size2xl,
|
|
26
|
+
size2Xl,
|
|
13
27
|
primary,
|
|
14
28
|
secondary,
|
|
15
29
|
tertiary,
|
|
@@ -22,8 +36,15 @@ exports.accent = accent;
|
|
|
22
36
|
exports.default = styles;
|
|
23
37
|
exports.error = error;
|
|
24
38
|
exports.icon = icon;
|
|
39
|
+
exports.lg = lg;
|
|
40
|
+
exports.md = md;
|
|
25
41
|
exports.primary = primary;
|
|
26
42
|
exports.secondary = secondary;
|
|
43
|
+
exports.size2Xl = size2Xl;
|
|
44
|
+
exports.size2xl = size2xl;
|
|
45
|
+
exports.sm = sm;
|
|
27
46
|
exports.success = success;
|
|
28
47
|
exports.tertiary = tertiary;
|
|
29
48
|
exports.warning = warning;
|
|
49
|
+
exports.xl = xl;
|
|
50
|
+
exports.xs = xs;
|
|
@@ -1,13 +1,27 @@
|
|
|
1
|
-
const icon = "
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
1
|
+
const icon = "_icon_1snja_1";
|
|
2
|
+
const xs = "_xs_1snja_13";
|
|
3
|
+
const sm = "_sm_1snja_19";
|
|
4
|
+
const md = "_md_1snja_25";
|
|
5
|
+
const lg = "_lg_1snja_31";
|
|
6
|
+
const xl = "_xl_1snja_37";
|
|
7
|
+
const size2xl = "_size2xl_1snja_43";
|
|
8
|
+
const size2Xl = "_size2xl_1snja_43";
|
|
9
|
+
const primary = "_primary_1snja_49";
|
|
10
|
+
const secondary = "_secondary_1snja_53";
|
|
11
|
+
const tertiary = "_tertiary_1snja_57";
|
|
12
|
+
const accent = "_accent_1snja_61";
|
|
13
|
+
const success = "_success_1snja_65";
|
|
14
|
+
const warning = "_warning_1snja_69";
|
|
15
|
+
const error = "_error_1snja_73";
|
|
9
16
|
const styles = {
|
|
10
17
|
icon,
|
|
18
|
+
xs,
|
|
19
|
+
sm,
|
|
20
|
+
md,
|
|
21
|
+
lg,
|
|
22
|
+
xl,
|
|
23
|
+
size2xl,
|
|
24
|
+
size2Xl,
|
|
11
25
|
primary,
|
|
12
26
|
secondary,
|
|
13
27
|
tertiary,
|
|
@@ -21,9 +35,16 @@ export {
|
|
|
21
35
|
styles as default,
|
|
22
36
|
error,
|
|
23
37
|
icon,
|
|
38
|
+
lg,
|
|
39
|
+
md,
|
|
24
40
|
primary,
|
|
25
41
|
secondary,
|
|
42
|
+
size2Xl,
|
|
43
|
+
size2xl,
|
|
44
|
+
sm,
|
|
26
45
|
success,
|
|
27
46
|
tertiary,
|
|
28
|
-
warning
|
|
47
|
+
warning,
|
|
48
|
+
xl,
|
|
49
|
+
xs
|
|
29
50
|
};
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const jsxRuntime = require("react/jsx-runtime");
|
|
5
5
|
const React = require("react");
|
|
6
|
+
const generated = require("../../measurements/generated.cjs");
|
|
6
7
|
const Icon_module = require("./Icon.module.scss.cjs");
|
|
7
8
|
function _interopNamespaceDefault(e) {
|
|
8
9
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -21,55 +22,36 @@ function _interopNamespaceDefault(e) {
|
|
|
21
22
|
return Object.freeze(n);
|
|
22
23
|
}
|
|
23
24
|
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
variant,
|
|
49
|
-
color,
|
|
50
|
-
iconProps,
|
|
51
|
-
className,
|
|
52
|
-
style,
|
|
53
|
-
...htmlProps
|
|
54
|
-
}, ref) {
|
|
55
|
-
const colorVariant = variant || color;
|
|
56
|
-
const classes = [
|
|
57
|
-
Icon_module.default.icon,
|
|
58
|
-
colorVariant && colorVariant !== "default" && Icon_module.default[colorVariant],
|
|
59
|
-
className
|
|
60
|
-
].filter(Boolean).join(" ");
|
|
61
|
-
const resolvedIconProps = {
|
|
62
|
-
...iconProps
|
|
63
|
-
};
|
|
64
|
-
if (!("size" in resolvedIconProps)) {
|
|
65
|
-
resolvedIconProps.size = sizeMap[size];
|
|
66
|
-
}
|
|
67
|
-
if (weight && !("weight" in resolvedIconProps)) {
|
|
68
|
-
resolvedIconProps.weight = weight;
|
|
69
|
-
}
|
|
70
|
-
return /* @__PURE__ */ jsxRuntime.jsx("span", { ref, ...htmlProps, className: classes, style, children: /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { ...resolvedIconProps }) });
|
|
25
|
+
const iconTargets = generated.MEASUREMENT_PROFILES.targets.icon;
|
|
26
|
+
const IconRoot = React__namespace.forwardRef(function Icon2({
|
|
27
|
+
icon: IconComponent,
|
|
28
|
+
size = "md",
|
|
29
|
+
weight = "regular",
|
|
30
|
+
variant,
|
|
31
|
+
color,
|
|
32
|
+
iconProps,
|
|
33
|
+
className,
|
|
34
|
+
style,
|
|
35
|
+
...htmlProps
|
|
36
|
+
}, ref) {
|
|
37
|
+
const colorVariant = variant || color;
|
|
38
|
+
const classes = [
|
|
39
|
+
Icon_module.default.icon,
|
|
40
|
+
size === "2xl" ? Icon_module.default.size2xl : Icon_module.default[size],
|
|
41
|
+
colorVariant && colorVariant !== "default" && Icon_module.default[colorVariant],
|
|
42
|
+
className
|
|
43
|
+
].filter(Boolean).join(" ");
|
|
44
|
+
const resolvedIconProps = {
|
|
45
|
+
...iconProps
|
|
46
|
+
};
|
|
47
|
+
if (!("size" in resolvedIconProps)) {
|
|
48
|
+
resolvedIconProps.size = generated.measurementPx(iconTargets[size], `targets.icon.${size}`);
|
|
71
49
|
}
|
|
72
|
-
)
|
|
50
|
+
if (weight && !("weight" in resolvedIconProps)) {
|
|
51
|
+
resolvedIconProps.weight = weight;
|
|
52
|
+
}
|
|
53
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { ref, ...htmlProps, className: classes, style, children: /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { ...resolvedIconProps }) });
|
|
54
|
+
});
|
|
73
55
|
const Icon = Object.assign(IconRoot, {
|
|
74
56
|
Root: IconRoot
|
|
75
57
|
});
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as React from
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
type AnyIconComponent = React.ComponentType<any>;
|
|
3
3
|
type IconComponentProps<TIcon extends AnyIconComponent> = React.ComponentPropsWithoutRef<TIcon>;
|
|
4
|
-
export type IconProps<TIcon extends AnyIconComponent = AnyIconComponent> = Omit<React.HTMLAttributes<HTMLSpanElement>,
|
|
4
|
+
export type IconProps<TIcon extends AnyIconComponent = AnyIconComponent> = Omit<React.HTMLAttributes<HTMLSpanElement>, "color"> & {
|
|
5
5
|
/** The icon component to render */
|
|
6
6
|
icon: TIcon;
|
|
7
7
|
/** Size of the icon */
|
|
8
|
-
size?:
|
|
8
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
9
9
|
/** Optional style/weight hint forwarded when the icon component supports a `weight` prop */
|
|
10
10
|
weight?: string;
|
|
11
11
|
/** Semantic color variant */
|
|
12
|
-
variant?:
|
|
12
|
+
variant?: "default" | "primary" | "secondary" | "tertiary" | "accent" | "success" | "warning" | "error";
|
|
13
13
|
/** @deprecated Use variant instead */
|
|
14
|
-
color?:
|
|
14
|
+
color?: "primary" | "secondary" | "tertiary" | "accent" | "success" | "warning" | "error";
|
|
15
15
|
/** Additional props forwarded to the underlying icon component (typed from `icon`) */
|
|
16
16
|
iconProps?: Partial<IconComponentProps<TIcon>>;
|
|
17
17
|
};
|
|
@@ -19,7 +19,7 @@ declare const IconRoot: React.ForwardRefExoticComponent<Omit<React.HTMLAttribute
|
|
|
19
19
|
/** The icon component to render */
|
|
20
20
|
icon: AnyIconComponent;
|
|
21
21
|
/** Size of the icon */
|
|
22
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
22
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
23
23
|
/** Optional style/weight hint forwarded when the icon component supports a `weight` prop */
|
|
24
24
|
weight?: string;
|
|
25
25
|
/** Semantic color variant */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;AACjD,KAAK,kBAAkB,CAAC,KAAK,SAAS,gBAAgB,IAAI,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEhG,MAAM,MAAM,SAAS,CAAC,KAAK,SAAS,gBAAgB,GAAG,gBAAgB,IAAI,IAAI,CAC7E,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EACrC,OAAO,CACR,GAAG;IACF,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC;IACZ,uBAAuB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAChD,4FAA4F;IAC5F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,6BAA6B;IAC7B,OAAO,CAAC,EACJ,SAAS,GACT,SAAS,GACT,WAAW,GACX,UAAU,GACV,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,CAAC;IACZ,sCAAsC;IACtC,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC1F,sFAAsF;IACtF,SAAS,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAC;CAChD,CAAC;AAKF,QAAA,MAAM,QAAQ;IAzBZ,mCAAmC;;IAEnC,uBAAuB;WAChB,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK;IAC/C,4FAA4F;aACnF,MAAM;IACf,6BAA6B;cAEzB,SAAS,GACT,SAAS,GACT,WAAW,GACX,UAAU,GACV,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO;IACX,sCAAsC;YAC9B,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO;IACzF,sFAAsF;;yCAkDtF,CAAC;AAEH,KAAK,sBAAsB,GAAG,CAAC,KAAK,SAAS,gBAAgB,GAAG,gBAAgB,EAC9E,KAAK,EAAE,SAAS,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,KAC3D,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;AAE/B,eAAO,MAAM,IAAI,EAEX,OAAO,QAAQ,GACnB,sBAAsB,GAAG;IACvB,IAAI,EAAE,OAAO,QAAQ,CAAC;CACvB,CAAC"}
|
|
@@ -1,56 +1,38 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
|
+
import { measurementPx, MEASUREMENT_PROFILES } from "../../measurements/generated.js";
|
|
4
5
|
import styles from "./Icon.module.scss.js";
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
variant,
|
|
30
|
-
color,
|
|
31
|
-
iconProps,
|
|
32
|
-
className,
|
|
33
|
-
style,
|
|
34
|
-
...htmlProps
|
|
35
|
-
}, ref) {
|
|
36
|
-
const colorVariant = variant || color;
|
|
37
|
-
const classes = [
|
|
38
|
-
styles.icon,
|
|
39
|
-
colorVariant && colorVariant !== "default" && styles[colorVariant],
|
|
40
|
-
className
|
|
41
|
-
].filter(Boolean).join(" ");
|
|
42
|
-
const resolvedIconProps = {
|
|
43
|
-
...iconProps
|
|
44
|
-
};
|
|
45
|
-
if (!("size" in resolvedIconProps)) {
|
|
46
|
-
resolvedIconProps.size = sizeMap[size];
|
|
47
|
-
}
|
|
48
|
-
if (weight && !("weight" in resolvedIconProps)) {
|
|
49
|
-
resolvedIconProps.weight = weight;
|
|
50
|
-
}
|
|
51
|
-
return /* @__PURE__ */ jsx("span", { ref, ...htmlProps, className: classes, style, children: /* @__PURE__ */ jsx(IconComponent, { ...resolvedIconProps }) });
|
|
6
|
+
const iconTargets = MEASUREMENT_PROFILES.targets.icon;
|
|
7
|
+
const IconRoot = React.forwardRef(function Icon2({
|
|
8
|
+
icon: IconComponent,
|
|
9
|
+
size = "md",
|
|
10
|
+
weight = "regular",
|
|
11
|
+
variant,
|
|
12
|
+
color,
|
|
13
|
+
iconProps,
|
|
14
|
+
className,
|
|
15
|
+
style,
|
|
16
|
+
...htmlProps
|
|
17
|
+
}, ref) {
|
|
18
|
+
const colorVariant = variant || color;
|
|
19
|
+
const classes = [
|
|
20
|
+
styles.icon,
|
|
21
|
+
size === "2xl" ? styles.size2xl : styles[size],
|
|
22
|
+
colorVariant && colorVariant !== "default" && styles[colorVariant],
|
|
23
|
+
className
|
|
24
|
+
].filter(Boolean).join(" ");
|
|
25
|
+
const resolvedIconProps = {
|
|
26
|
+
...iconProps
|
|
27
|
+
};
|
|
28
|
+
if (!("size" in resolvedIconProps)) {
|
|
29
|
+
resolvedIconProps.size = measurementPx(iconTargets[size], `targets.icon.${size}`);
|
|
52
30
|
}
|
|
53
|
-
)
|
|
31
|
+
if (weight && !("weight" in resolvedIconProps)) {
|
|
32
|
+
resolvedIconProps.weight = weight;
|
|
33
|
+
}
|
|
34
|
+
return /* @__PURE__ */ jsx("span", { ref, ...htmlProps, className: classes, style, children: /* @__PURE__ */ jsx(IconComponent, { ...resolvedIconProps }) });
|
|
35
|
+
});
|
|
54
36
|
const Icon = Object.assign(IconRoot, {
|
|
55
37
|
Root: IconRoot
|
|
56
38
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const iconButton = "
|
|
4
|
-
const sm = "
|
|
5
|
-
const md = "
|
|
6
|
-
const lg = "
|
|
7
|
-
const ghost = "
|
|
8
|
-
const subtle = "
|
|
9
|
-
const outlined = "
|
|
10
|
-
const pressed = "
|
|
3
|
+
const iconButton = "_iconButton_uzoqd_1";
|
|
4
|
+
const sm = "_sm_uzoqd_51";
|
|
5
|
+
const md = "_md_uzoqd_85";
|
|
6
|
+
const lg = "_lg_uzoqd_106";
|
|
7
|
+
const ghost = "_ghost_uzoqd_127";
|
|
8
|
+
const subtle = "_subtle_uzoqd_134";
|
|
9
|
+
const outlined = "_outlined_uzoqd_144";
|
|
10
|
+
const pressed = "_pressed_uzoqd_155";
|
|
11
11
|
const styles = {
|
|
12
12
|
iconButton,
|
|
13
13
|
sm,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const iconButton = "
|
|
2
|
-
const sm = "
|
|
3
|
-
const md = "
|
|
4
|
-
const lg = "
|
|
5
|
-
const ghost = "
|
|
6
|
-
const subtle = "
|
|
7
|
-
const outlined = "
|
|
8
|
-
const pressed = "
|
|
1
|
+
const iconButton = "_iconButton_uzoqd_1";
|
|
2
|
+
const sm = "_sm_uzoqd_51";
|
|
3
|
+
const md = "_md_uzoqd_85";
|
|
4
|
+
const lg = "_lg_uzoqd_106";
|
|
5
|
+
const ghost = "_ghost_uzoqd_127";
|
|
6
|
+
const subtle = "_subtle_uzoqd_134";
|
|
7
|
+
const outlined = "_outlined_uzoqd_144";
|
|
8
|
+
const pressed = "_pressed_uzoqd_155";
|
|
9
9
|
const styles = {
|
|
10
10
|
iconButton,
|
|
11
11
|
sm,
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const label = "
|
|
5
|
-
const required = "
|
|
6
|
-
const helper = "
|
|
7
|
-
const helperError = "
|
|
8
|
-
const errorMessage = "
|
|
9
|
-
const input = "
|
|
10
|
-
const sm = "
|
|
11
|
-
const md = "
|
|
12
|
-
const lg = "
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const shortcut = "
|
|
19
|
-
const
|
|
20
|
-
const adornment = "_adornment_1vwgf_212";
|
|
21
|
-
const hasShortcut = "_hasShortcut_1vwgf_223";
|
|
3
|
+
const wrapper = "_wrapper_pnnzr_1";
|
|
4
|
+
const label = "_label_pnnzr_8";
|
|
5
|
+
const required = "_required_pnnzr_17";
|
|
6
|
+
const helper = "_helper_pnnzr_22";
|
|
7
|
+
const helperError = "_helperError_pnnzr_32";
|
|
8
|
+
const errorMessage = "_errorMessage_pnnzr_33";
|
|
9
|
+
const input = "_input_pnnzr_43";
|
|
10
|
+
const sm = "_sm_pnnzr_74";
|
|
11
|
+
const md = "_md_pnnzr_85";
|
|
12
|
+
const lg = "_lg_pnnzr_96";
|
|
13
|
+
const error = "_error_pnnzr_33";
|
|
14
|
+
const success = "_success_pnnzr_118";
|
|
15
|
+
const helperSuccess = "_helperSuccess_pnnzr_132";
|
|
16
|
+
const inputContainer = "_inputContainer_pnnzr_136";
|
|
17
|
+
const hasAdornment = "_hasAdornment_pnnzr_143";
|
|
18
|
+
const shortcut = "_shortcut_pnnzr_144";
|
|
19
|
+
const adornment = "_adornment_pnnzr_238";
|
|
22
20
|
const styles = {
|
|
23
21
|
wrapper,
|
|
24
22
|
label,
|
|
@@ -30,29 +28,25 @@ const styles = {
|
|
|
30
28
|
sm,
|
|
31
29
|
md,
|
|
32
30
|
lg,
|
|
33
|
-
labelSm,
|
|
34
31
|
error,
|
|
35
32
|
success,
|
|
36
33
|
helperSuccess,
|
|
37
34
|
inputContainer,
|
|
38
|
-
shortcut,
|
|
39
35
|
hasAdornment,
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
shortcut,
|
|
37
|
+
adornment
|
|
42
38
|
};
|
|
43
39
|
exports.adornment = adornment;
|
|
44
40
|
exports.default = styles;
|
|
45
41
|
exports.error = error;
|
|
46
42
|
exports.errorMessage = errorMessage;
|
|
47
43
|
exports.hasAdornment = hasAdornment;
|
|
48
|
-
exports.hasShortcut = hasShortcut;
|
|
49
44
|
exports.helper = helper;
|
|
50
45
|
exports.helperError = helperError;
|
|
51
46
|
exports.helperSuccess = helperSuccess;
|
|
52
47
|
exports.input = input;
|
|
53
48
|
exports.inputContainer = inputContainer;
|
|
54
49
|
exports.label = label;
|
|
55
|
-
exports.labelSm = labelSm;
|
|
56
50
|
exports.lg = lg;
|
|
57
51
|
exports.md = md;
|
|
58
52
|
exports.required = required;
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const label = "
|
|
3
|
-
const required = "
|
|
4
|
-
const helper = "
|
|
5
|
-
const helperError = "
|
|
6
|
-
const errorMessage = "
|
|
7
|
-
const input = "
|
|
8
|
-
const sm = "
|
|
9
|
-
const md = "
|
|
10
|
-
const lg = "
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const shortcut = "
|
|
17
|
-
const
|
|
18
|
-
const adornment = "_adornment_1vwgf_212";
|
|
19
|
-
const hasShortcut = "_hasShortcut_1vwgf_223";
|
|
1
|
+
const wrapper = "_wrapper_pnnzr_1";
|
|
2
|
+
const label = "_label_pnnzr_8";
|
|
3
|
+
const required = "_required_pnnzr_17";
|
|
4
|
+
const helper = "_helper_pnnzr_22";
|
|
5
|
+
const helperError = "_helperError_pnnzr_32";
|
|
6
|
+
const errorMessage = "_errorMessage_pnnzr_33";
|
|
7
|
+
const input = "_input_pnnzr_43";
|
|
8
|
+
const sm = "_sm_pnnzr_74";
|
|
9
|
+
const md = "_md_pnnzr_85";
|
|
10
|
+
const lg = "_lg_pnnzr_96";
|
|
11
|
+
const error = "_error_pnnzr_33";
|
|
12
|
+
const success = "_success_pnnzr_118";
|
|
13
|
+
const helperSuccess = "_helperSuccess_pnnzr_132";
|
|
14
|
+
const inputContainer = "_inputContainer_pnnzr_136";
|
|
15
|
+
const hasAdornment = "_hasAdornment_pnnzr_143";
|
|
16
|
+
const shortcut = "_shortcut_pnnzr_144";
|
|
17
|
+
const adornment = "_adornment_pnnzr_238";
|
|
20
18
|
const styles = {
|
|
21
19
|
wrapper,
|
|
22
20
|
label,
|
|
@@ -28,15 +26,13 @@ const styles = {
|
|
|
28
26
|
sm,
|
|
29
27
|
md,
|
|
30
28
|
lg,
|
|
31
|
-
labelSm,
|
|
32
29
|
error,
|
|
33
30
|
success,
|
|
34
31
|
helperSuccess,
|
|
35
32
|
inputContainer,
|
|
36
|
-
shortcut,
|
|
37
33
|
hasAdornment,
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
shortcut,
|
|
35
|
+
adornment
|
|
40
36
|
};
|
|
41
37
|
export {
|
|
42
38
|
adornment,
|
|
@@ -44,14 +40,12 @@ export {
|
|
|
44
40
|
error,
|
|
45
41
|
errorMessage,
|
|
46
42
|
hasAdornment,
|
|
47
|
-
hasShortcut,
|
|
48
43
|
helper,
|
|
49
44
|
helperError,
|
|
50
45
|
helperSuccess,
|
|
51
46
|
input,
|
|
52
47
|
inputContainer,
|
|
53
48
|
label,
|
|
54
|
-
labelSm,
|
|
55
49
|
lg,
|
|
56
50
|
md,
|
|
57
51
|
required,
|
|
@@ -118,7 +118,6 @@ const InputRoot = React__namespace.forwardRef(function Input2({
|
|
|
118
118
|
Input_module.default[size],
|
|
119
119
|
error && Input_module.default.error,
|
|
120
120
|
success && Input_module.default.success,
|
|
121
|
-
shortcut && Input_module.default.hasShortcut,
|
|
122
121
|
inputClassName
|
|
123
122
|
].filter(Boolean).join(" ");
|
|
124
123
|
const helperClasses = [
|
|
@@ -127,7 +126,7 @@ const InputRoot = React__namespace.forwardRef(function Input2({
|
|
|
127
126
|
success && Input_module.default.helperSuccess
|
|
128
127
|
].filter(Boolean).join(" ");
|
|
129
128
|
const wrapperClasses = [Input_module.default.wrapper, className].filter(Boolean).join(" ");
|
|
130
|
-
const labelClasses =
|
|
129
|
+
const labelClasses = Input_module.default.label;
|
|
131
130
|
const sharedInputProps = {
|
|
132
131
|
...nativeInputProps,
|
|
133
132
|
ref: mergedRef,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI,CACtC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CACjF;IACC,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2CAA2C;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAC;IAChE;;8DAE0D;IAC1D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oEAAoE;IACpE,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,mEAAmE;IACnE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;iCAC6B;IAC7B,gBAAgB,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC;IAClD,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,gDAAgD;IAChD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,2CAA2C;IAC3C,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,mDAAmD;IACnD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,kDAAkD;IAClD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;uBACmB;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,yBAAyB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI,CACtC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CACjF;IACC,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2CAA2C;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAC;IAChE;;8DAE0D;IAC1D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oEAAoE;IACpE,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,mEAAmE;IACnE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;iCAC6B;IAC7B,gBAAgB,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC;IAClD,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,gDAAgD;IAChD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,2CAA2C;IAC3C,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,mDAAmD;IACnD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,kDAAkD;IAClD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;uBACmB;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,yBAAyB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B;AAoOD,eAAO,MAAM,KAAK;;CAEhB,CAAC"}
|
|
@@ -99,7 +99,6 @@ const InputRoot = React.forwardRef(function Input2({
|
|
|
99
99
|
styles[size],
|
|
100
100
|
error && styles.error,
|
|
101
101
|
success && styles.success,
|
|
102
|
-
shortcut && styles.hasShortcut,
|
|
103
102
|
inputClassName
|
|
104
103
|
].filter(Boolean).join(" ");
|
|
105
104
|
const helperClasses = [
|
|
@@ -108,7 +107,7 @@ const InputRoot = React.forwardRef(function Input2({
|
|
|
108
107
|
success && styles.helperSuccess
|
|
109
108
|
].filter(Boolean).join(" ");
|
|
110
109
|
const wrapperClasses = [styles.wrapper, className].filter(Boolean).join(" ");
|
|
111
|
-
const labelClasses =
|
|
110
|
+
const labelClasses = styles.label;
|
|
112
111
|
const sharedInputProps = {
|
|
113
112
|
...nativeInputProps,
|
|
114
113
|
ref: mergedRef,
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const link = "
|
|
4
|
-
const subtle = "
|
|
5
|
-
const muted = "
|
|
6
|
-
const underlineAlways = "_underline-
|
|
7
|
-
const underlineHover = "_underline-
|
|
8
|
-
const underlineNone = "_underline-
|
|
3
|
+
const link = "_link_1o3ks_1";
|
|
4
|
+
const subtle = "_subtle_1o3ks_43";
|
|
5
|
+
const muted = "_muted_1o3ks_50";
|
|
6
|
+
const underlineAlways = "_underline-always_1o3ks_57";
|
|
7
|
+
const underlineHover = "_underline-hover_1o3ks_62";
|
|
8
|
+
const underlineNone = "_underline-none_1o3ks_70";
|
|
9
9
|
const styles = {
|
|
10
10
|
link,
|
|
11
|
-
"default": "
|
|
11
|
+
"default": "_default_1o3ks_36",
|
|
12
12
|
subtle,
|
|
13
13
|
muted,
|
|
14
|
-
"underline-always": "_underline-
|
|
14
|
+
"underline-always": "_underline-always_1o3ks_57",
|
|
15
15
|
underlineAlways,
|
|
16
|
-
"underline-hover": "_underline-
|
|
16
|
+
"underline-hover": "_underline-hover_1o3ks_62",
|
|
17
17
|
underlineHover,
|
|
18
|
-
"underline-none": "_underline-
|
|
18
|
+
"underline-none": "_underline-none_1o3ks_70",
|
|
19
19
|
underlineNone
|
|
20
20
|
};
|
|
21
21
|
exports.default = styles;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const link = "
|
|
2
|
-
const subtle = "
|
|
3
|
-
const muted = "
|
|
4
|
-
const underlineAlways = "_underline-
|
|
5
|
-
const underlineHover = "_underline-
|
|
6
|
-
const underlineNone = "_underline-
|
|
1
|
+
const link = "_link_1o3ks_1";
|
|
2
|
+
const subtle = "_subtle_1o3ks_43";
|
|
3
|
+
const muted = "_muted_1o3ks_50";
|
|
4
|
+
const underlineAlways = "_underline-always_1o3ks_57";
|
|
5
|
+
const underlineHover = "_underline-hover_1o3ks_62";
|
|
6
|
+
const underlineNone = "_underline-none_1o3ks_70";
|
|
7
7
|
const styles = {
|
|
8
8
|
link,
|
|
9
|
-
"default": "
|
|
9
|
+
"default": "_default_1o3ks_36",
|
|
10
10
|
subtle,
|
|
11
11
|
muted,
|
|
12
|
-
"underline-always": "_underline-
|
|
12
|
+
"underline-always": "_underline-always_1o3ks_57",
|
|
13
13
|
underlineAlways,
|
|
14
|
-
"underline-hover": "_underline-
|
|
14
|
+
"underline-hover": "_underline-hover_1o3ks_62",
|
|
15
15
|
underlineHover,
|
|
16
|
-
"underline-none": "_underline-
|
|
16
|
+
"underline-none": "_underline-none_1o3ks_70",
|
|
17
17
|
underlineNone
|
|
18
18
|
};
|
|
19
19
|
export {
|