@usefragments/ui 1.6.0 → 1.7.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 +4 -4
- package/dist/assets/fragments-wordmark.cjs +2 -2
- package/dist/assets/fragments-wordmark.d.ts.map +1 -1
- package/dist/assets/fragments-wordmark.js +2 -2
- package/dist/assets/ui.css +4720 -4159
- package/dist/chart.cjs +24 -6
- package/dist/chart.js +24 -6
- package/dist/codeblock.cjs +55 -29
- package/dist/codeblock.js +55 -29
- package/dist/colorpicker.cjs +3 -1
- package/dist/colorpicker.js +3 -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 +15 -12
- package/dist/components/Alert/Alert.module.scss.js +15 -12
- package/dist/components/Alert/index.cjs +7 -1
- package/dist/components/Alert/index.d.ts +12 -6
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +7 -1
- package/dist/components/AppShell/AppShell.module.scss.cjs +14 -14
- package/dist/components/AppShell/AppShell.module.scss.js +14 -14
- 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 +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/Box/index.cjs +64 -75
- package/dist/components/Box/index.d.ts +16 -16
- package/dist/components/Box/index.d.ts.map +1 -1
- package/dist/components/Box/index.js +64 -75
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +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/Card/Card.module.scss.cjs +29 -17
- package/dist/components/Card/Card.module.scss.js +30 -18
- package/dist/components/Card/index.cjs +8 -0
- package/dist/components/Card/index.d.ts +12 -2
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/index.js +8 -0
- package/dist/components/Chart/Chart.module.scss.cjs +15 -15
- package/dist/components/Chart/Chart.module.scss.js +15 -15
- package/dist/components/Chart/index.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +9 -9
- package/dist/components/Checkbox/Checkbox.module.scss.js +9 -9
- package/dist/components/Checkbox/index.cjs +2 -2
- 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 +15 -15
- package/dist/components/Chip/Chip.module.scss.js +15 -15
- package/dist/components/Chip/index.cjs +2 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +2 -1
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +26 -23
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +26 -23
- package/dist/components/CodeBlock/css-variables-theme.cjs +98 -0
- package/dist/components/CodeBlock/css-variables-theme.d.ts +27 -0
- package/dist/components/CodeBlock/css-variables-theme.d.ts.map +1 -0
- package/dist/components/CodeBlock/css-variables-theme.js +98 -0
- package/dist/components/CodeBlock/index.d.ts +17 -3
- 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 +17 -1
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +17 -1
- package/dist/components/Command/Command.module.scss.cjs +11 -11
- package/dist/components/Command/Command.module.scss.js +11 -11
- package/dist/components/Command/index.cjs +26 -15
- package/dist/components/Command/index.d.ts +2 -2
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.js +26 -15
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +10 -10
- package/dist/components/ConversationList/ConversationList.module.scss.js +10 -10
- package/dist/components/DataTable/DataTable.icons.cjs +6 -33
- package/dist/components/DataTable/DataTable.icons.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.icons.js +6 -33
- package/dist/components/DataTable/DataTable.module.scss.cjs +27 -27
- package/dist/components/DataTable/DataTable.module.scss.js +27 -27
- package/dist/components/DataTable/index.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.module.scss.cjs +33 -33
- package/dist/components/DatePicker/DatePicker.module.scss.js +33 -33
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.module.scss.cjs +14 -14
- package/dist/components/Dialog/Dialog.module.scss.js +14 -14
- package/dist/components/Dialog/index.cjs +11 -14
- package/dist/components/Dialog/index.d.ts +7 -7
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +11 -14
- package/dist/components/Drawer/Drawer.module.scss.cjs +29 -29
- package/dist/components/Drawer/Drawer.module.scss.js +29 -29
- package/dist/components/Editor/Editor.module.scss.cjs +17 -17
- package/dist/components/Editor/Editor.module.scss.js +17 -17
- package/dist/components/Editor/index.d.ts +10 -10
- package/dist/components/Editor/index.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.module.scss.cjs +11 -8
- package/dist/components/EmptyState/EmptyState.module.scss.js +11 -8
- package/dist/components/EmptyState/index.cjs +8 -6
- package/dist/components/EmptyState/index.d.ts +9 -4
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +8 -6
- package/dist/components/Field/Field.module.scss.cjs +5 -5
- package/dist/components/Field/Field.module.scss.js +5 -5
- package/dist/components/Field/index.cjs +9 -1
- package/dist/components/Field/index.d.ts.map +1 -1
- package/dist/components/Field/index.js +9 -1
- package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
- package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
- package/dist/components/Grid/index.cjs +1 -1
- package/dist/components/Grid/index.js +1 -1
- package/dist/components/Header/Header.module.scss.cjs +33 -33
- package/dist/components/Header/Header.module.scss.js +33 -33
- package/dist/components/Header/index.cjs +17 -38
- package/dist/components/Header/index.d.ts +15 -11
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +17 -38
- package/dist/components/Icon/Icon.module.scss.cjs +15 -15
- package/dist/components/Icon/Icon.module.scss.js +15 -15
- package/dist/components/IconButton/IconButton.module.scss.cjs +8 -8
- package/dist/components/IconButton/IconButton.module.scss.js +8 -8
- package/dist/components/IconButton/index.cjs +2 -1
- package/dist/components/IconButton/index.d.ts.map +1 -1
- package/dist/components/IconButton/index.js +2 -1
- package/dist/components/Image/Image.module.scss.cjs +27 -27
- package/dist/components/Image/Image.module.scss.js +27 -27
- package/dist/components/Input/Input.module.scss.cjs +17 -17
- package/dist/components/Input/Input.module.scss.js +17 -17
- package/dist/components/Link/Link.module.scss.cjs +14 -10
- package/dist/components/Link/Link.module.scss.js +14 -10
- package/dist/components/Link/index.d.ts +1 -1
- package/dist/components/Link/index.d.ts.map +1 -1
- package/dist/components/List/List.module.scss.cjs +19 -19
- package/dist/components/List/List.module.scss.js +19 -19
- package/dist/components/Listbox/Listbox.module.scss.cjs +8 -8
- package/dist/components/Listbox/Listbox.module.scss.js +8 -8
- package/dist/components/Loading/Loading.module.scss.cjs +34 -34
- package/dist/components/Loading/Loading.module.scss.js +34 -34
- package/dist/components/Loading/index.cjs +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Markdown/index.d.ts +2 -2
- package/dist/components/Markdown/index.d.ts.map +1 -1
- package/dist/components/Menu/Menu.module.scss.cjs +14 -14
- package/dist/components/Menu/Menu.module.scss.js +14 -14
- package/dist/components/Message/Message.module.scss.cjs +18 -18
- package/dist/components/Message/Message.module.scss.js +18 -18
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +34 -31
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +34 -31
- package/dist/components/NavigationMenu/index.cjs +32 -15
- package/dist/components/NavigationMenu/index.d.ts +12 -6
- package/dist/components/NavigationMenu/index.d.ts.map +1 -1
- package/dist/components/NavigationMenu/index.js +32 -15
- package/dist/components/Pagination/Pagination.module.scss.cjs +10 -10
- package/dist/components/Pagination/Pagination.module.scss.js +10 -10
- package/dist/components/Popover/Popover.module.scss.cjs +10 -10
- package/dist/components/Popover/Popover.module.scss.js +10 -10
- package/dist/components/Progress/Progress.module.scss.cjs +25 -25
- package/dist/components/Progress/Progress.module.scss.js +25 -25
- package/dist/components/Prompt/Prompt.module.scss.cjs +28 -28
- package/dist/components/Prompt/Prompt.module.scss.js +28 -28
- package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +15 -15
- package/dist/components/RadioGroup/RadioGroup.module.scss.js +15 -15
- package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +5 -5
- package/dist/components/ScrollArea/ScrollArea.module.scss.js +5 -5
- package/dist/components/ScrollArea/index.d.ts +4 -4
- package/dist/components/ScrollArea/index.d.ts.map +1 -1
- package/dist/components/ScrollArea/scroll-state.d.ts +5 -5
- package/dist/components/Select/Select.module.scss.cjs +21 -21
- package/dist/components/Select/Select.module.scss.js +21 -21
- package/dist/components/Separator/Separator.module.scss.cjs +11 -11
- package/dist/components/Separator/Separator.module.scss.js +11 -11
- 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 +12 -35
- package/dist/components/Sidebar/index.d.ts +19 -19
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.js +12 -35
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +50 -46
- package/dist/components/Skeleton/Skeleton.module.scss.js +50 -46
- package/dist/components/Slider/Slider.module.scss.cjs +12 -12
- package/dist/components/Slider/Slider.module.scss.js +12 -12
- package/dist/components/Stack/Stack.module.scss.cjs +25 -25
- package/dist/components/Stack/Stack.module.scss.js +25 -25
- package/dist/components/Stack/index.cjs +1 -1
- package/dist/components/Stack/index.js +1 -1
- package/dist/components/Switch/Switch.module.scss.cjs +9 -9
- package/dist/components/Switch/Switch.module.scss.js +9 -9
- package/dist/components/Table/Table.module.scss.cjs +19 -19
- package/dist/components/Table/Table.module.scss.js +19 -19
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/TableOfContents/index.cjs +13 -9
- package/dist/components/TableOfContents/index.d.ts +5 -3
- package/dist/components/TableOfContents/index.d.ts.map +1 -1
- package/dist/components/TableOfContents/index.js +13 -9
- 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 +26 -6
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +26 -6
- package/dist/components/Text/Text.module.scss.cjs +87 -75
- package/dist/components/Text/Text.module.scss.js +87 -75
- package/dist/components/Text/index.cjs +49 -41
- package/dist/components/Text/index.d.ts +12 -11
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +49 -41
- package/dist/components/Textarea/Textarea.module.scss.cjs +24 -24
- package/dist/components/Textarea/Textarea.module.scss.js +24 -24
- package/dist/components/Theme/index.cjs +2 -1
- package/dist/components/Theme/index.d.ts.map +1 -1
- package/dist/components/Theme/index.js +2 -1
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.cjs +9 -6
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.js +9 -6
- package/dist/components/ThemeToggle/index.cjs +31 -6
- package/dist/components/ThemeToggle/index.d.ts +7 -2
- package/dist/components/ThemeToggle/index.d.ts.map +1 -1
- package/dist/components/ThemeToggle/index.js +32 -7
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +13 -13
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +13 -13
- package/dist/components/Toast/Toast.module.scss.cjs +20 -20
- package/dist/components/Toast/Toast.module.scss.js +20 -20
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +17 -17
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +17 -17
- package/dist/components/Tooltip/Tooltip.module.scss.cjs +3 -3
- package/dist/components/Tooltip/Tooltip.module.scss.js +3 -3
- package/dist/components/Tooltip/index.cjs +24 -40
- package/dist/components/Tooltip/index.d.ts +4 -4
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +24 -40
- package/dist/components/VisuallyHidden/index.d.ts +2 -2
- package/dist/data-table.cjs +2 -1
- package/dist/data-table.js +2 -1
- package/dist/datepicker.cjs +3 -2
- package/dist/datepicker.js +3 -2
- package/dist/editor.cjs +68 -28
- package/dist/editor.js +68 -28
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/markdown.cjs +21 -29
- package/dist/markdown.js +21 -29
- package/dist/measurements/generated.cjs +9 -1
- package/dist/measurements/generated.d.ts +7 -0
- package/dist/measurements/generated.d.ts.map +1 -1
- package/dist/measurements/generated.js +9 -1
- package/dist/utils/a11y.cjs +5 -2
- package/dist/utils/a11y.d.ts +5 -5
- package/dist/utils/a11y.d.ts.map +1 -1
- package/dist/utils/a11y.js +5 -2
- package/dist/utils/canonical-stamp.cjs +2 -8
- package/dist/utils/canonical-stamp.d.ts.map +1 -1
- package/dist/utils/canonical-stamp.js +1 -7
- package/dist/utils/css-warning.cjs +1 -1
- package/dist/utils/css-warning.js +1 -1
- package/dist/utils/env.cjs +17 -0
- package/dist/utils/env.d.ts +3 -0
- package/dist/utils/env.d.ts.map +1 -0
- package/dist/utils/env.js +17 -0
- package/dist/utils/keyboard-shortcuts.cjs +3 -10
- package/dist/utils/keyboard-shortcuts.d.ts +4 -4
- package/dist/utils/keyboard-shortcuts.d.ts.map +1 -1
- package/dist/utils/keyboard-shortcuts.js +3 -10
- package/dist/utils/seed-derivation.cjs +10 -6
- package/dist/utils/seed-derivation.d.ts.map +1 -1
- package/dist/utils/seed-derivation.js +10 -6
- package/fragments.json +1 -1
- package/package.json +6 -4
- package/src/assets/fragments-logo.tsx +2 -2
- package/src/assets/fragments-wordmark.tsx +4 -2
- package/src/components/Accordion/Accordion.contract.json +24 -48
- package/src/components/Alert/Alert.contract.json +37 -53
- package/src/components/Alert/Alert.module.scss +24 -0
- package/src/components/Alert/index.tsx +55 -29
- package/src/components/AppShell/AppShell.contract.json +34 -51
- package/src/components/AppShell/AppShell.module.scss +53 -40
- package/src/components/Avatar/Avatar.contract.json +31 -48
- package/src/components/Avatar/Avatar.module.scss +4 -1
- package/src/components/Badge/Badge.contract.json +37 -42
- package/src/components/Badge/Badge.module.scss +9 -2
- package/src/components/BentoGrid/BentoGrid.contract.json +21 -45
- package/src/components/Box/Box.contract.json +40 -148
- package/src/components/Box/index.tsx +92 -99
- package/src/components/Breadcrumbs/Breadcrumbs.contract.json +21 -34
- package/src/components/Breadcrumbs/Breadcrumbs.module.scss +12 -7
- package/src/components/Button/Button.module.scss +8 -7
- package/src/components/ButtonGroup/ButtonGroup.contract.json +32 -47
- package/src/components/Card/Card.module.scss +82 -1
- package/src/components/Card/index.tsx +21 -2
- package/src/components/Chart/Chart.contract.json +21 -29
- package/src/components/Chart/index.tsx +36 -6
- package/src/components/Checkbox/Checkbox.contract.json +24 -24
- package/src/components/Checkbox/Checkbox.module.scss +32 -23
- package/src/components/Checkbox/index.tsx +4 -2
- package/src/components/Chip/Chip.contract.json +33 -40
- package/src/components/Chip/Chip.module.scss +2 -2
- package/src/components/Chip/index.tsx +2 -1
- package/src/components/CodeBlock/CodeBlock.contract.json +46 -76
- package/src/components/CodeBlock/CodeBlock.module.scss +40 -15
- package/src/components/CodeBlock/css-variables-theme.ts +102 -0
- package/src/components/CodeBlock/index.tsx +91 -35
- package/src/components/Collapsible/Collapsible.contract.json +21 -36
- package/src/components/ColorPicker/ColorPicker.contract.json +29 -48
- package/src/components/ColorPicker/ColorPicker.module.scss +15 -12
- package/src/components/ColorPicker/index.tsx +5 -1
- package/src/components/Combobox/Combobox.contract.json +36 -37
- package/src/components/Combobox/Combobox.module.scss +1 -1
- package/src/components/Combobox/index.tsx +31 -5
- package/src/components/Command/Command.contract.json +21 -43
- package/src/components/Command/index.tsx +58 -47
- package/src/components/ConversationList/ConversationList.contract.json +27 -32
- package/src/components/DataTable/DataTable.icons.tsx +4 -21
- package/src/components/DataTable/DataTable.module.scss +12 -8
- package/src/components/DataTable/index.tsx +8 -7
- package/src/components/DatePicker/DatePicker.contract.json +27 -28
- package/src/components/DatePicker/DatePicker.module.scss +12 -5
- package/src/components/DatePicker/index.tsx +5 -2
- package/src/components/Dialog/Dialog.module.scss +3 -3
- package/src/components/Dialog/index.tsx +47 -37
- package/src/components/Drawer/Drawer.contract.json +22 -36
- package/src/components/Editor/Editor.contract.json +31 -48
- package/src/components/Editor/Editor.module.scss +36 -14
- package/src/components/Editor/index.tsx +240 -179
- package/src/components/EmptyState/EmptyState.contract.json +31 -43
- package/src/components/EmptyState/EmptyState.module.scss +8 -0
- package/src/components/EmptyState/index.tsx +48 -23
- package/src/components/Field/Field.contract.json +28 -46
- package/src/components/Field/index.tsx +5 -1
- package/src/components/Fieldset/Fieldset.contract.json +21 -38
- package/src/components/Fieldset/Fieldset.module.scss +10 -3
- package/src/components/Form/Form.contract.json +20 -20
- package/src/components/Grid/Grid.contract.json +28 -64
- package/src/components/Grid/index.tsx +10 -10
- package/src/components/Header/Header.contract.json +31 -67
- package/src/components/Header/Header.module.scss +36 -21
- package/src/components/Header/index.tsx +134 -122
- package/src/components/Icon/Icon.contract.json +22 -62
- package/src/components/IconButton/IconButton.contract.json +34 -18
- package/src/components/IconButton/IconButton.module.scss +6 -7
- package/src/components/IconButton/index.tsx +2 -1
- package/src/components/Image/Image.contract.json +23 -56
- package/src/components/Input/Input.contract.json +26 -32
- package/src/components/Input/Input.module.scss +3 -2
- package/src/components/Link/Link.contract.json +32 -52
- package/src/components/Link/Link.module.scss +23 -6
- package/src/components/Link/index.tsx +1 -1
- package/src/components/List/List.contract.json +23 -52
- package/src/components/List/List.module.scss +1 -1
- package/src/components/Listbox/Listbox.contract.json +21 -37
- package/src/components/Loading/Loading.contract.json +37 -61
- package/src/components/Loading/Loading.module.scss +10 -7
- package/src/components/Loading/index.tsx +2 -2
- package/src/components/Main/Main.contract.json +17 -9
- package/src/components/Markdown/Markdown.contract.json +22 -43
- package/src/components/Markdown/Markdown.module.scss +43 -5
- package/src/components/Markdown/index.tsx +48 -49
- package/src/components/Menu/Menu.contract.json +25 -41
- package/src/components/Menu/Menu.module.scss +23 -8
- package/src/components/Message/Message.contract.json +29 -52
- package/src/components/Message/Message.module.scss +12 -5
- package/src/components/NavigationMenu/NavigationMenu.contract.json +36 -45
- package/src/components/NavigationMenu/NavigationMenu.module.scss +64 -19
- package/src/components/NavigationMenu/index.tsx +105 -81
- package/src/components/Pagination/Pagination.contract.json +22 -40
- package/src/components/Pagination/Pagination.module.scss +2 -2
- package/src/components/Popover/Popover.contract.json +24 -46
- package/src/components/Popover/Popover.module.scss +6 -5
- package/src/components/Progress/Progress.contract.json +32 -28
- package/src/components/Progress/Progress.module.scss +3 -2
- package/src/components/Prompt/Prompt.contract.json +31 -47
- package/src/components/Prompt/Prompt.module.scss +13 -5
- package/src/components/RadioGroup/RadioGroup.contract.json +23 -24
- package/src/components/RadioGroup/RadioGroup.module.scss +13 -14
- package/src/components/ScrollArea/ScrollArea.contract.json +18 -19
- package/src/components/ScrollArea/ScrollArea.module.scss +15 -15
- package/src/components/ScrollArea/index.tsx +16 -16
- package/src/components/ScrollArea/scroll-state.ts +24 -24
- package/src/components/Select/Select.module.scss +2 -2
- package/src/components/Separator/Separator.contract.json +24 -48
- package/src/components/Sidebar/Sidebar.contract.json +35 -67
- package/src/components/Sidebar/Sidebar.module.scss +22 -13
- package/src/components/Sidebar/index.tsx +164 -164
- package/src/components/Skeleton/Skeleton.contract.json +28 -54
- package/src/components/Skeleton/Skeleton.module.scss +27 -10
- package/src/components/Slider/Slider.contract.json +27 -39
- package/src/components/Slider/Slider.module.scss +3 -3
- package/src/components/Stack/Stack.contract.json +29 -56
- package/src/components/Stack/Stack.module.scss +13 -12
- package/src/components/Stack/index.tsx +3 -3
- package/src/components/Switch/Switch.contract.json +33 -46
- package/src/components/Switch/Switch.module.scss +64 -26
- package/src/components/Table/Table.contract.json +28 -46
- package/src/components/Table/Table.module.scss +15 -3
- package/src/components/TableOfContents/TableOfContents.contract.json +34 -21
- package/src/components/TableOfContents/TableOfContents.module.scss +15 -5
- package/src/components/TableOfContents/index.tsx +26 -9
- package/src/components/Tabs/Tabs.contract.json +24 -45
- package/src/components/Tabs/Tabs.module.scss +1 -1
- package/src/components/Tabs/index.tsx +15 -3
- package/src/components/Text/Text.contract.json +30 -72
- package/src/components/Text/Text.module.scss +21 -4
- package/src/components/Text/index.tsx +113 -75
- package/src/components/Textarea/Textarea.contract.json +25 -43
- package/src/components/Textarea/Textarea.module.scss +2 -4
- package/src/components/Theme/Theme.contract.json +32 -51
- package/src/components/Theme/index.tsx +2 -1
- package/src/components/ThemeToggle/ThemeToggle.module.scss +23 -7
- package/src/components/ThemeToggle/index.tsx +43 -7
- package/src/components/ThinkingIndicator/ThinkingIndicator.contract.json +23 -40
- package/src/components/Toast/Toast.contract.json +30 -40
- package/src/components/Toast/Toast.module.scss +1 -1
- package/src/components/ToggleGroup/ToggleGroup.contract.json +29 -30
- package/src/components/ToggleGroup/ToggleGroup.module.scss +38 -5
- package/src/components/Tooltip/Tooltip.contract.json +31 -52
- package/src/components/Tooltip/index.tsx +19 -24
- package/src/components/VisuallyHidden/VisuallyHidden.contract.json +22 -44
- package/src/components/VisuallyHidden/index.tsx +5 -5
- package/src/index.ts +2 -2
- package/src/measurements/generated.ts +9 -2
- package/src/measurements/measurements.json +7 -0
- package/src/recipes/_boolean-range.scss +3 -11
- package/src/recipes/_field.scss +5 -1
- package/src/recipes/_layout.scss +14 -7
- package/src/recipes/_popup.scss +12 -2
- package/src/recipes/_prose.scss +13 -5
- package/src/recipes/_table-chrome.scss +16 -2
- package/src/scss.d.ts +1 -1
- package/src/styles/globals.scss +20 -19
- package/src/tokens/_computed.scss +5 -16
- package/src/tokens/_derive.scss +112 -210
- package/src/tokens/_measurements.catalog.generated.css +6 -1
- package/src/tokens/_measurements.generated.scss +14 -1
- package/src/tokens/_mixins.scss +7 -8
- package/src/tokens/_palettes.scss +39 -167
- package/src/tokens/_seeds.scss +20 -20
- package/src/tokens/_variables.scss +183 -38
- package/src/utils/a11y.tsx +69 -69
- package/src/utils/aria.ts +3 -3
- package/src/utils/canonical-stamp.ts +2 -12
- package/src/utils/css-warning.ts +7 -7
- package/src/utils/env.ts +25 -0
- package/src/utils/keyboard-shortcuts.ts +131 -126
- package/src/utils/seed-derivation.ts +10 -6
- package/src/components/Button/Button.contract.json +0 -218
- package/src/components/Card/Card.contract.json +0 -175
- package/src/components/DataTable/DataTable.contract.json +0 -302
- package/src/components/Dialog/Dialog.contract.json +0 -159
- package/src/components/Select/Select.contract.json +0 -259
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import { type NavigationMenuIcons } from
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type NavigationMenuIcons } from "./NavigationMenuContext";
|
|
3
3
|
export interface NavigationMenuProps extends React.HTMLAttributes<HTMLElement> {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
/** Controlled open item value */
|
|
@@ -9,13 +9,19 @@ export interface NavigationMenuProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
9
9
|
/** Callback when open item changes */
|
|
10
10
|
onValueChange?: (value: string) => void;
|
|
11
11
|
/** Menu orientation */
|
|
12
|
-
orientation?:
|
|
12
|
+
orientation?: "horizontal" | "vertical";
|
|
13
13
|
/** Delay before opening on hover (ms) */
|
|
14
14
|
delayDuration?: number;
|
|
15
15
|
/** Duration to skip delays between triggers (ms) */
|
|
16
16
|
skipDelayDuration?: number;
|
|
17
17
|
/** Optional icon overrides for trigger chevrons and mobile drawer controls */
|
|
18
18
|
icons?: NavigationMenuIcons;
|
|
19
|
+
/**
|
|
20
|
+
* Viewport width where the canonical drawer replaces desktop navigation.
|
|
21
|
+
* `md` preserves the default 768px switch; `lg` lets rail-based shells
|
|
22
|
+
* retire their sidebar and desktop navigation together below 1024px.
|
|
23
|
+
*/
|
|
24
|
+
mobileBreakpoint?: "md" | "lg";
|
|
19
25
|
}
|
|
20
26
|
export interface NavigationMenuListProps {
|
|
21
27
|
children: React.ReactNode;
|
|
@@ -35,7 +41,7 @@ export interface NavigationMenuContentProps {
|
|
|
35
41
|
children: React.ReactNode;
|
|
36
42
|
className?: string;
|
|
37
43
|
}
|
|
38
|
-
export interface NavigationMenuLinkProps extends Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>,
|
|
44
|
+
export interface NavigationMenuLinkProps extends Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "title"> {
|
|
39
45
|
/** Simple mode: children as text content */
|
|
40
46
|
children?: React.ReactNode;
|
|
41
47
|
/** Structured mode: title (string or ReactNode) */
|
|
@@ -68,7 +74,7 @@ export interface NavigationMenuMobileSectionProps {
|
|
|
68
74
|
/** Section heading label */
|
|
69
75
|
label?: string;
|
|
70
76
|
}
|
|
71
|
-
declare function NavigationMenuRoot({ children, value: controlledValue, defaultValue, onValueChange, orientation, delayDuration, skipDelayDuration, icons, className,
|
|
77
|
+
declare function NavigationMenuRoot({ children, value: controlledValue, defaultValue, onValueChange, orientation, delayDuration, skipDelayDuration, icons, mobileBreakpoint, className, "aria-label": ariaLabel, ...htmlProps }: NavigationMenuProps): import("react/jsx-runtime").JSX.Element;
|
|
72
78
|
declare function NavigationMenuList({ children, className }: NavigationMenuListProps): import("react/jsx-runtime").JSX.Element;
|
|
73
79
|
declare function NavigationMenuItem({ children, value: valueProp, className }: NavigationMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
74
80
|
declare function NavigationMenuTrigger({ children, className }: NavigationMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -92,5 +98,5 @@ export declare const NavigationMenu: typeof NavigationMenuRoot & {
|
|
|
92
98
|
MobileSection: typeof NavigationMenuMobileSection;
|
|
93
99
|
};
|
|
94
100
|
export { NavigationMenuRoot, NavigationMenuList, NavigationMenuItem, NavigationMenuTrigger, NavigationMenuContent, NavigationMenuLink, NavigationMenuIndicator, NavigationMenuViewport, NavigationMenuMobileBrand, NavigationMenuMobileContent, NavigationMenuMobileSection, };
|
|
95
|
-
export type { NavigationMenuIcons, NavigationMenuIconSlot, NavigationMenuIconRenderState, } from
|
|
101
|
+
export type { NavigationMenuIcons, NavigationMenuIconSlot, NavigationMenuIconRenderState, } from "./NavigationMenuContext";
|
|
96
102
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAML,KAAK,mBAAmB,EAGzB,MAAM,yBAAyB,CAAC;AAQjC,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IAC5E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sCAAsC;IACtC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,uBAAuB;IACvB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,yCAAyC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oDAAoD;IACpD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,8EAA8E;IAC9E,KAAK,CAAC,EAAE,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationMenu/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -16,16 +16,17 @@ function composeNavMenuClickHandlers(childHandler, internalHandler) {
|
|
|
16
16
|
internalHandler(event);
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
function useIsMobile() {
|
|
19
|
+
function useIsMobile(breakpoint) {
|
|
20
20
|
const [isMobile, setIsMobile] = React.useState(false);
|
|
21
21
|
React.useEffect(() => {
|
|
22
22
|
if (typeof window === "undefined") return;
|
|
23
|
-
const
|
|
23
|
+
const maxWidth = breakpoint === "lg" ? 1023 : 767;
|
|
24
|
+
const mq = window.matchMedia(`(max-width: ${maxWidth}px)`);
|
|
24
25
|
setIsMobile(mq.matches);
|
|
25
26
|
const handler = (e) => setIsMobile(e.matches);
|
|
26
27
|
mq.addEventListener("change", handler);
|
|
27
28
|
return () => mq.removeEventListener("change", handler);
|
|
28
|
-
}, []);
|
|
29
|
+
}, [breakpoint]);
|
|
29
30
|
return isMobile;
|
|
30
31
|
}
|
|
31
32
|
function renderNavigationMenuIcon(slot, state) {
|
|
@@ -41,12 +42,13 @@ function NavigationMenuRoot({
|
|
|
41
42
|
delayDuration = 200,
|
|
42
43
|
skipDelayDuration = 300,
|
|
43
44
|
icons,
|
|
45
|
+
mobileBreakpoint = "md",
|
|
44
46
|
className,
|
|
45
47
|
"aria-label": ariaLabel = "Main navigation",
|
|
46
48
|
...htmlProps
|
|
47
49
|
}) {
|
|
48
50
|
const rootId = React.useId();
|
|
49
|
-
const isMobile = useIsMobile();
|
|
51
|
+
const isMobile = useIsMobile(mobileBreakpoint);
|
|
50
52
|
const state = useNavigationMenu({
|
|
51
53
|
value: controlledValue,
|
|
52
54
|
defaultValue,
|
|
@@ -65,11 +67,21 @@ function NavigationMenuRoot({
|
|
|
65
67
|
}),
|
|
66
68
|
[state, orientation, isMobile, rootId, icons]
|
|
67
69
|
);
|
|
68
|
-
return /* @__PURE__ */ jsx(NavigationMenuContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxs(
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
return /* @__PURE__ */ jsx(NavigationMenuContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxs(
|
|
71
|
+
"nav",
|
|
72
|
+
{
|
|
73
|
+
...htmlProps,
|
|
74
|
+
className: classes,
|
|
75
|
+
"aria-label": ariaLabel,
|
|
76
|
+
"data-orientation": orientation,
|
|
77
|
+
"data-mobile": isMobile || void 0,
|
|
78
|
+
children: [
|
|
79
|
+
children,
|
|
80
|
+
isMobile && /* @__PURE__ */ jsx(MobileHamburger, {}),
|
|
81
|
+
isMobile && state.mobileOpen && /* @__PURE__ */ jsx(MobileDrawer, {})
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
) });
|
|
73
85
|
}
|
|
74
86
|
function NavigationMenuList({ children, className }) {
|
|
75
87
|
const { orientation, triggerOrder, triggerRefs, value } = useNavigationMenuContext();
|
|
@@ -356,12 +368,13 @@ function NavigationMenuLink({
|
|
|
356
368
|
ctx.setValue("");
|
|
357
369
|
}
|
|
358
370
|
};
|
|
371
|
+
const inMobileDrawer = Boolean((ctx == null ? void 0 : ctx.isMobile) && (ctx == null ? void 0 : ctx.mobileOpen));
|
|
359
372
|
if (isStructured) {
|
|
360
373
|
const classes2 = [
|
|
361
|
-
styles.link,
|
|
362
|
-
styles.linkStructured,
|
|
363
|
-
active && styles.linkActive,
|
|
364
|
-
featured && styles.linkFeatured,
|
|
374
|
+
inMobileDrawer ? styles.drawerLink : styles.link,
|
|
375
|
+
!inMobileDrawer && styles.linkStructured,
|
|
376
|
+
active && (inMobileDrawer ? styles.drawerLinkActive : styles.linkActive),
|
|
377
|
+
!inMobileDrawer && featured && styles.linkFeatured,
|
|
365
378
|
className
|
|
366
379
|
].filter(Boolean).join(" ");
|
|
367
380
|
const linkProps2 = {
|
|
@@ -394,7 +407,11 @@ function NavigationMenuLink({
|
|
|
394
407
|
] })
|
|
395
408
|
] });
|
|
396
409
|
}
|
|
397
|
-
const classes = [
|
|
410
|
+
const classes = [
|
|
411
|
+
inMobileDrawer ? styles.drawerLink : styles.link,
|
|
412
|
+
active && (inMobileDrawer ? styles.drawerLinkActive : styles.linkActive),
|
|
413
|
+
className
|
|
414
|
+
].filter(Boolean).join(" ");
|
|
398
415
|
const linkProps = {
|
|
399
416
|
...htmlProps,
|
|
400
417
|
className: classes,
|
|
@@ -583,7 +600,7 @@ function MobileDrawer() {
|
|
|
583
600
|
}
|
|
584
601
|
)
|
|
585
602
|
] }),
|
|
586
|
-
/* @__PURE__ */ jsx(ScrollArea, { orientation: "vertical", className: styles.drawerBody, children: ctx.mobileContentChildren ? ctx.mobileContentChildren : /* @__PURE__ */ jsx("div", { className: styles.drawerNav, children: autoItems.map(
|
|
603
|
+
/* @__PURE__ */ jsx(ScrollArea, { orientation: "vertical", showFades: true, className: styles.drawerBody, children: ctx.mobileContentChildren ? ctx.mobileContentChildren : /* @__PURE__ */ jsx("div", { className: styles.drawerNav, children: autoItems.map(
|
|
587
604
|
(item) => item.contentChildren ? /* @__PURE__ */ jsx(
|
|
588
605
|
MobileCollapsibleSection,
|
|
589
606
|
{
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const pagination = "
|
|
4
|
-
const list = "
|
|
5
|
-
const item = "
|
|
6
|
-
const itemActive = "
|
|
7
|
-
const itemDisabled = "
|
|
8
|
-
const ellipsis = "
|
|
9
|
-
const sm = "
|
|
10
|
-
const md = "
|
|
11
|
-
const lg = "
|
|
12
|
-
const navButton = "
|
|
3
|
+
const pagination = "_pagination_j3g9h_1";
|
|
4
|
+
const list = "_list_j3g9h_7";
|
|
5
|
+
const item = "_item_j3g9h_16";
|
|
6
|
+
const itemActive = "_itemActive_j3g9h_57";
|
|
7
|
+
const itemDisabled = "_itemDisabled_j3g9h_66";
|
|
8
|
+
const ellipsis = "_ellipsis_j3g9h_72";
|
|
9
|
+
const sm = "_sm_j3g9h_89";
|
|
10
|
+
const md = "_md_j3g9h_105";
|
|
11
|
+
const lg = "_lg_j3g9h_121";
|
|
12
|
+
const navButton = "_navButton_j3g9h_137";
|
|
13
13
|
const styles = {
|
|
14
14
|
pagination,
|
|
15
15
|
list,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const pagination = "
|
|
2
|
-
const list = "
|
|
3
|
-
const item = "
|
|
4
|
-
const itemActive = "
|
|
5
|
-
const itemDisabled = "
|
|
6
|
-
const ellipsis = "
|
|
7
|
-
const sm = "
|
|
8
|
-
const md = "
|
|
9
|
-
const lg = "
|
|
10
|
-
const navButton = "
|
|
1
|
+
const pagination = "_pagination_j3g9h_1";
|
|
2
|
+
const list = "_list_j3g9h_7";
|
|
3
|
+
const item = "_item_j3g9h_16";
|
|
4
|
+
const itemActive = "_itemActive_j3g9h_57";
|
|
5
|
+
const itemDisabled = "_itemDisabled_j3g9h_66";
|
|
6
|
+
const ellipsis = "_ellipsis_j3g9h_72";
|
|
7
|
+
const sm = "_sm_j3g9h_89";
|
|
8
|
+
const md = "_md_j3g9h_105";
|
|
9
|
+
const lg = "_lg_j3g9h_121";
|
|
10
|
+
const navButton = "_navButton_j3g9h_137";
|
|
11
11
|
const styles = {
|
|
12
12
|
pagination,
|
|
13
13
|
list,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const positioner = "
|
|
4
|
-
const popup = "
|
|
5
|
-
const sm = "
|
|
6
|
-
const lg = "
|
|
7
|
-
const title = "
|
|
8
|
-
const description = "
|
|
9
|
-
const close = "
|
|
10
|
-
const arrow = "
|
|
11
|
-
const body = "
|
|
12
|
-
const footer = "
|
|
3
|
+
const positioner = "_positioner_wq09b_1";
|
|
4
|
+
const popup = "_popup_wq09b_6";
|
|
5
|
+
const sm = "_sm_wq09b_49";
|
|
6
|
+
const lg = "_lg_wq09b_54";
|
|
7
|
+
const title = "_title_wq09b_59";
|
|
8
|
+
const description = "_description_wq09b_69";
|
|
9
|
+
const close = "_close_wq09b_79";
|
|
10
|
+
const arrow = "_arrow_wq09b_165";
|
|
11
|
+
const body = "_body_wq09b_189";
|
|
12
|
+
const footer = "_footer_wq09b_193";
|
|
13
13
|
const styles = {
|
|
14
14
|
positioner,
|
|
15
15
|
popup,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const positioner = "
|
|
2
|
-
const popup = "
|
|
3
|
-
const sm = "
|
|
4
|
-
const lg = "
|
|
5
|
-
const title = "
|
|
6
|
-
const description = "
|
|
7
|
-
const close = "
|
|
8
|
-
const arrow = "
|
|
9
|
-
const body = "
|
|
10
|
-
const footer = "
|
|
1
|
+
const positioner = "_positioner_wq09b_1";
|
|
2
|
+
const popup = "_popup_wq09b_6";
|
|
3
|
+
const sm = "_sm_wq09b_49";
|
|
4
|
+
const lg = "_lg_wq09b_54";
|
|
5
|
+
const title = "_title_wq09b_59";
|
|
6
|
+
const description = "_description_wq09b_69";
|
|
7
|
+
const close = "_close_wq09b_79";
|
|
8
|
+
const arrow = "_arrow_wq09b_165";
|
|
9
|
+
const body = "_body_wq09b_189";
|
|
10
|
+
const footer = "_footer_wq09b_193";
|
|
11
11
|
const styles = {
|
|
12
12
|
positioner,
|
|
13
13
|
popup,
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const header = "
|
|
5
|
-
const label = "
|
|
6
|
-
const value = "
|
|
7
|
-
const track = "
|
|
8
|
-
const trackSm = "
|
|
9
|
-
const trackMd = "
|
|
10
|
-
const trackLg = "
|
|
11
|
-
const indicator = "
|
|
12
|
-
const indicatorNeutral = "
|
|
13
|
-
const indicatorSuccess = "
|
|
14
|
-
const indicatorWarning = "
|
|
15
|
-
const indicatorDanger = "
|
|
16
|
-
const indicatorIndeterminate = "
|
|
17
|
-
const circular = "
|
|
18
|
-
const circularSvg = "
|
|
19
|
-
const circularTrack = "
|
|
20
|
-
const circularIndicator = "
|
|
21
|
-
const circularIndicatorSuccess = "
|
|
22
|
-
const circularIndicatorWarning = "
|
|
23
|
-
const circularIndicatorDanger = "
|
|
24
|
-
const circularIndicatorIndeterminate = "
|
|
25
|
-
const circularValue = "
|
|
26
|
-
const circularValueCompact = "
|
|
27
|
-
const circularValueStandard = "
|
|
3
|
+
const root = "_root_cypmg_1";
|
|
4
|
+
const header = "_header_cypmg_8";
|
|
5
|
+
const label = "_label_cypmg_20";
|
|
6
|
+
const value = "_value_cypmg_24";
|
|
7
|
+
const track = "_track_cypmg_29";
|
|
8
|
+
const trackSm = "_trackSm_cypmg_38";
|
|
9
|
+
const trackMd = "_trackMd_cypmg_45";
|
|
10
|
+
const trackLg = "_trackLg_cypmg_52";
|
|
11
|
+
const indicator = "_indicator_cypmg_59";
|
|
12
|
+
const indicatorNeutral = "_indicatorNeutral_cypmg_66";
|
|
13
|
+
const indicatorSuccess = "_indicatorSuccess_cypmg_70";
|
|
14
|
+
const indicatorWarning = "_indicatorWarning_cypmg_74";
|
|
15
|
+
const indicatorDanger = "_indicatorDanger_cypmg_78";
|
|
16
|
+
const indicatorIndeterminate = "_indicatorIndeterminate_cypmg_82";
|
|
17
|
+
const circular = "_circular_cypmg_98";
|
|
18
|
+
const circularSvg = "_circularSvg_cypmg_107";
|
|
19
|
+
const circularTrack = "_circularTrack_cypmg_113";
|
|
20
|
+
const circularIndicator = "_circularIndicator_cypmg_118";
|
|
21
|
+
const circularIndicatorSuccess = "_circularIndicatorSuccess_cypmg_126";
|
|
22
|
+
const circularIndicatorWarning = "_circularIndicatorWarning_cypmg_130";
|
|
23
|
+
const circularIndicatorDanger = "_circularIndicatorDanger_cypmg_134";
|
|
24
|
+
const circularIndicatorIndeterminate = "_circularIndicatorIndeterminate_cypmg_138";
|
|
25
|
+
const circularValue = "_circularValue_cypmg_155";
|
|
26
|
+
const circularValueCompact = "_circularValueCompact_cypmg_161";
|
|
27
|
+
const circularValueStandard = "_circularValueStandard_cypmg_169";
|
|
28
28
|
const styles = {
|
|
29
29
|
root,
|
|
30
30
|
header,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const header = "
|
|
3
|
-
const label = "
|
|
4
|
-
const value = "
|
|
5
|
-
const track = "
|
|
6
|
-
const trackSm = "
|
|
7
|
-
const trackMd = "
|
|
8
|
-
const trackLg = "
|
|
9
|
-
const indicator = "
|
|
10
|
-
const indicatorNeutral = "
|
|
11
|
-
const indicatorSuccess = "
|
|
12
|
-
const indicatorWarning = "
|
|
13
|
-
const indicatorDanger = "
|
|
14
|
-
const indicatorIndeterminate = "
|
|
15
|
-
const circular = "
|
|
16
|
-
const circularSvg = "
|
|
17
|
-
const circularTrack = "
|
|
18
|
-
const circularIndicator = "
|
|
19
|
-
const circularIndicatorSuccess = "
|
|
20
|
-
const circularIndicatorWarning = "
|
|
21
|
-
const circularIndicatorDanger = "
|
|
22
|
-
const circularIndicatorIndeterminate = "
|
|
23
|
-
const circularValue = "
|
|
24
|
-
const circularValueCompact = "
|
|
25
|
-
const circularValueStandard = "
|
|
1
|
+
const root = "_root_cypmg_1";
|
|
2
|
+
const header = "_header_cypmg_8";
|
|
3
|
+
const label = "_label_cypmg_20";
|
|
4
|
+
const value = "_value_cypmg_24";
|
|
5
|
+
const track = "_track_cypmg_29";
|
|
6
|
+
const trackSm = "_trackSm_cypmg_38";
|
|
7
|
+
const trackMd = "_trackMd_cypmg_45";
|
|
8
|
+
const trackLg = "_trackLg_cypmg_52";
|
|
9
|
+
const indicator = "_indicator_cypmg_59";
|
|
10
|
+
const indicatorNeutral = "_indicatorNeutral_cypmg_66";
|
|
11
|
+
const indicatorSuccess = "_indicatorSuccess_cypmg_70";
|
|
12
|
+
const indicatorWarning = "_indicatorWarning_cypmg_74";
|
|
13
|
+
const indicatorDanger = "_indicatorDanger_cypmg_78";
|
|
14
|
+
const indicatorIndeterminate = "_indicatorIndeterminate_cypmg_82";
|
|
15
|
+
const circular = "_circular_cypmg_98";
|
|
16
|
+
const circularSvg = "_circularSvg_cypmg_107";
|
|
17
|
+
const circularTrack = "_circularTrack_cypmg_113";
|
|
18
|
+
const circularIndicator = "_circularIndicator_cypmg_118";
|
|
19
|
+
const circularIndicatorSuccess = "_circularIndicatorSuccess_cypmg_126";
|
|
20
|
+
const circularIndicatorWarning = "_circularIndicatorWarning_cypmg_130";
|
|
21
|
+
const circularIndicatorDanger = "_circularIndicatorDanger_cypmg_134";
|
|
22
|
+
const circularIndicatorIndeterminate = "_circularIndicatorIndeterminate_cypmg_138";
|
|
23
|
+
const circularValue = "_circularValue_cypmg_155";
|
|
24
|
+
const circularValueCompact = "_circularValueCompact_cypmg_161";
|
|
25
|
+
const circularValueStandard = "_circularValueStandard_cypmg_169";
|
|
26
26
|
const styles = {
|
|
27
27
|
root,
|
|
28
28
|
header,
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const prompt = "
|
|
4
|
-
const fixed = "
|
|
5
|
-
const sticky = "
|
|
6
|
-
const seamless = "
|
|
7
|
-
const toolbar = "
|
|
8
|
-
const textarea = "
|
|
9
|
-
const attachments = "
|
|
10
|
-
const tabs = "
|
|
11
|
-
const tabsInner = "
|
|
12
|
-
const attach = "
|
|
13
|
-
const select = "
|
|
14
|
-
const modeButton = "
|
|
15
|
-
const submit = "
|
|
16
|
-
const tabButton = "
|
|
17
|
-
const tabButtonActive = "
|
|
18
|
-
const actions = "
|
|
19
|
-
const info = "
|
|
20
|
-
const actionButton = "
|
|
21
|
-
const modeButtonActive = "
|
|
22
|
-
const attachment = "
|
|
23
|
-
const attachmentThumb = "
|
|
24
|
-
const attachmentName = "
|
|
25
|
-
const attachmentSize = "
|
|
26
|
-
const attachmentRemove = "
|
|
27
|
-
const dragging = "
|
|
28
|
-
const usage = "
|
|
29
|
-
const submitLoading = "
|
|
30
|
-
const submitSpinner = "
|
|
3
|
+
const prompt = "_prompt_ef54k_1";
|
|
4
|
+
const fixed = "_fixed_ef54k_60";
|
|
5
|
+
const sticky = "_sticky_ef54k_71";
|
|
6
|
+
const seamless = "_seamless_ef54k_86";
|
|
7
|
+
const toolbar = "_toolbar_ef54k_99";
|
|
8
|
+
const textarea = "_textarea_ef54k_104";
|
|
9
|
+
const attachments = "_attachments_ef54k_107";
|
|
10
|
+
const tabs = "_tabs_ef54k_112";
|
|
11
|
+
const tabsInner = "_tabsInner_ef54k_120";
|
|
12
|
+
const attach = "_attach_ef54k_107";
|
|
13
|
+
const select = "_select_ef54k_138";
|
|
14
|
+
const modeButton = "_modeButton_ef54k_139";
|
|
15
|
+
const submit = "_submit_ef54k_170";
|
|
16
|
+
const tabButton = "_tabButton_ef54k_234";
|
|
17
|
+
const tabButtonActive = "_tabButtonActive_ef54k_284";
|
|
18
|
+
const actions = "_actions_ef54k_299";
|
|
19
|
+
const info = "_info_ef54k_306";
|
|
20
|
+
const actionButton = "_actionButton_ef54k_313";
|
|
21
|
+
const modeButtonActive = "_modeButtonActive_ef54k_456";
|
|
22
|
+
const attachment = "_attachment_ef54k_107";
|
|
23
|
+
const attachmentThumb = "_attachmentThumb_ef54k_574";
|
|
24
|
+
const attachmentName = "_attachmentName_ef54k_582";
|
|
25
|
+
const attachmentSize = "_attachmentSize_ef54k_590";
|
|
26
|
+
const attachmentRemove = "_attachmentRemove_ef54k_596";
|
|
27
|
+
const dragging = "_dragging_ef54k_678";
|
|
28
|
+
const usage = "_usage_ef54k_686";
|
|
29
|
+
const submitLoading = "_submitLoading_ef54k_768";
|
|
30
|
+
const submitSpinner = "_submitSpinner_ef54k_772";
|
|
31
31
|
const styles = {
|
|
32
32
|
prompt,
|
|
33
33
|
fixed,
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
const prompt = "
|
|
2
|
-
const fixed = "
|
|
3
|
-
const sticky = "
|
|
4
|
-
const seamless = "
|
|
5
|
-
const toolbar = "
|
|
6
|
-
const textarea = "
|
|
7
|
-
const attachments = "
|
|
8
|
-
const tabs = "
|
|
9
|
-
const tabsInner = "
|
|
10
|
-
const attach = "
|
|
11
|
-
const select = "
|
|
12
|
-
const modeButton = "
|
|
13
|
-
const submit = "
|
|
14
|
-
const tabButton = "
|
|
15
|
-
const tabButtonActive = "
|
|
16
|
-
const actions = "
|
|
17
|
-
const info = "
|
|
18
|
-
const actionButton = "
|
|
19
|
-
const modeButtonActive = "
|
|
20
|
-
const attachment = "
|
|
21
|
-
const attachmentThumb = "
|
|
22
|
-
const attachmentName = "
|
|
23
|
-
const attachmentSize = "
|
|
24
|
-
const attachmentRemove = "
|
|
25
|
-
const dragging = "
|
|
26
|
-
const usage = "
|
|
27
|
-
const submitLoading = "
|
|
28
|
-
const submitSpinner = "
|
|
1
|
+
const prompt = "_prompt_ef54k_1";
|
|
2
|
+
const fixed = "_fixed_ef54k_60";
|
|
3
|
+
const sticky = "_sticky_ef54k_71";
|
|
4
|
+
const seamless = "_seamless_ef54k_86";
|
|
5
|
+
const toolbar = "_toolbar_ef54k_99";
|
|
6
|
+
const textarea = "_textarea_ef54k_104";
|
|
7
|
+
const attachments = "_attachments_ef54k_107";
|
|
8
|
+
const tabs = "_tabs_ef54k_112";
|
|
9
|
+
const tabsInner = "_tabsInner_ef54k_120";
|
|
10
|
+
const attach = "_attach_ef54k_107";
|
|
11
|
+
const select = "_select_ef54k_138";
|
|
12
|
+
const modeButton = "_modeButton_ef54k_139";
|
|
13
|
+
const submit = "_submit_ef54k_170";
|
|
14
|
+
const tabButton = "_tabButton_ef54k_234";
|
|
15
|
+
const tabButtonActive = "_tabButtonActive_ef54k_284";
|
|
16
|
+
const actions = "_actions_ef54k_299";
|
|
17
|
+
const info = "_info_ef54k_306";
|
|
18
|
+
const actionButton = "_actionButton_ef54k_313";
|
|
19
|
+
const modeButtonActive = "_modeButtonActive_ef54k_456";
|
|
20
|
+
const attachment = "_attachment_ef54k_107";
|
|
21
|
+
const attachmentThumb = "_attachmentThumb_ef54k_574";
|
|
22
|
+
const attachmentName = "_attachmentName_ef54k_582";
|
|
23
|
+
const attachmentSize = "_attachmentSize_ef54k_590";
|
|
24
|
+
const attachmentRemove = "_attachmentRemove_ef54k_596";
|
|
25
|
+
const dragging = "_dragging_ef54k_678";
|
|
26
|
+
const usage = "_usage_ef54k_686";
|
|
27
|
+
const submitLoading = "_submitLoading_ef54k_768";
|
|
28
|
+
const submitSpinner = "_submitSpinner_ef54k_772";
|
|
29
29
|
const styles = {
|
|
30
30
|
prompt,
|
|
31
31
|
fixed,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const wrapper = "
|
|
4
|
-
const groupLabel = "
|
|
5
|
-
const group = "
|
|
6
|
-
const vertical = "
|
|
7
|
-
const horizontal = "
|
|
8
|
-
const itemWrapper = "
|
|
9
|
-
const radio = "
|
|
10
|
-
const radioSm = "
|
|
11
|
-
const radioLg = "
|
|
12
|
-
const indicator = "
|
|
13
|
-
const content = "
|
|
14
|
-
const label = "
|
|
15
|
-
const helper = "
|
|
16
|
-
const error = "
|
|
17
|
-
const itemWrapperCard = "
|
|
3
|
+
const wrapper = "_wrapper_negq1_1";
|
|
4
|
+
const groupLabel = "_groupLabel_negq1_8";
|
|
5
|
+
const group = "_group_negq1_8";
|
|
6
|
+
const vertical = "_vertical_negq1_22";
|
|
7
|
+
const horizontal = "_horizontal_negq1_26";
|
|
8
|
+
const itemWrapper = "_itemWrapper_negq1_31";
|
|
9
|
+
const radio = "_radio_negq1_87";
|
|
10
|
+
const radioSm = "_radioSm_negq1_143";
|
|
11
|
+
const radioLg = "_radioLg_negq1_148";
|
|
12
|
+
const indicator = "_indicator_negq1_166";
|
|
13
|
+
const content = "_content_negq1_193";
|
|
14
|
+
const label = "_label_negq1_197";
|
|
15
|
+
const helper = "_helper_negq1_202";
|
|
16
|
+
const error = "_error_negq1_213";
|
|
17
|
+
const itemWrapperCard = "_itemWrapperCard_negq1_223";
|
|
18
18
|
const styles = {
|
|
19
19
|
wrapper,
|
|
20
20
|
groupLabel,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const wrapper = "
|
|
2
|
-
const groupLabel = "
|
|
3
|
-
const group = "
|
|
4
|
-
const vertical = "
|
|
5
|
-
const horizontal = "
|
|
6
|
-
const itemWrapper = "
|
|
7
|
-
const radio = "
|
|
8
|
-
const radioSm = "
|
|
9
|
-
const radioLg = "
|
|
10
|
-
const indicator = "
|
|
11
|
-
const content = "
|
|
12
|
-
const label = "
|
|
13
|
-
const helper = "
|
|
14
|
-
const error = "
|
|
15
|
-
const itemWrapperCard = "
|
|
1
|
+
const wrapper = "_wrapper_negq1_1";
|
|
2
|
+
const groupLabel = "_groupLabel_negq1_8";
|
|
3
|
+
const group = "_group_negq1_8";
|
|
4
|
+
const vertical = "_vertical_negq1_22";
|
|
5
|
+
const horizontal = "_horizontal_negq1_26";
|
|
6
|
+
const itemWrapper = "_itemWrapper_negq1_31";
|
|
7
|
+
const radio = "_radio_negq1_87";
|
|
8
|
+
const radioSm = "_radioSm_negq1_143";
|
|
9
|
+
const radioLg = "_radioLg_negq1_148";
|
|
10
|
+
const indicator = "_indicator_negq1_166";
|
|
11
|
+
const content = "_content_negq1_193";
|
|
12
|
+
const label = "_label_negq1_197";
|
|
13
|
+
const helper = "_helper_negq1_202";
|
|
14
|
+
const error = "_error_negq1_213";
|
|
15
|
+
const itemWrapperCard = "_itemWrapperCard_negq1_223";
|
|
16
16
|
const styles = {
|
|
17
17
|
wrapper,
|
|
18
18
|
groupLabel,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const root = "
|
|
4
|
-
const viewport = "
|
|
5
|
-
const horizontal = "
|
|
6
|
-
const vertical = "
|
|
7
|
-
const both = "
|
|
3
|
+
const root = "_root_okunc_1";
|
|
4
|
+
const viewport = "_viewport_okunc_21";
|
|
5
|
+
const horizontal = "_horizontal_okunc_58";
|
|
6
|
+
const vertical = "_vertical_okunc_63";
|
|
7
|
+
const both = "_both_okunc_68";
|
|
8
8
|
const styles = {
|
|
9
9
|
root,
|
|
10
10
|
viewport,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const root = "
|
|
2
|
-
const viewport = "
|
|
3
|
-
const horizontal = "
|
|
4
|
-
const vertical = "
|
|
5
|
-
const both = "
|
|
1
|
+
const root = "_root_okunc_1";
|
|
2
|
+
const viewport = "_viewport_okunc_21";
|
|
3
|
+
const horizontal = "_horizontal_okunc_58";
|
|
4
|
+
const vertical = "_vertical_okunc_63";
|
|
5
|
+
const both = "_both_okunc_68";
|
|
6
6
|
const styles = {
|
|
7
7
|
root,
|
|
8
8
|
viewport,
|