@usefragments/ui 1.7.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -66
- package/dist/assets/nav-glyph.cjs +139 -0
- package/dist/assets/nav-glyph.d.ts +28 -0
- package/dist/assets/nav-glyph.d.ts.map +1 -0
- package/dist/assets/nav-glyph.js +139 -0
- package/dist/assets/nav-glyph.module.scss.cjs +71 -0
- package/dist/assets/nav-glyph.module.scss.js +71 -0
- package/dist/assets/ui.css +4975 -4959
- package/dist/blocks/components/StatsCard.d.ts +1 -1
- package/dist/blocks/components/StatsCard.d.ts.map +1 -1
- package/dist/codeblock.cjs +23 -16
- package/dist/codeblock.js +16 -9
- package/dist/colorpicker.cjs +1 -0
- package/dist/colorpicker.js +1 -0
- package/dist/components/Accordion/Accordion.module.scss.cjs +8 -8
- package/dist/components/Accordion/Accordion.module.scss.js +8 -8
- package/dist/components/Alert/Alert.module.scss.cjs +21 -21
- package/dist/components/Alert/Alert.module.scss.js +21 -21
- package/dist/components/Alert/index.cjs +14 -8
- package/dist/components/Alert/index.d.ts +9 -9
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +14 -8
- package/dist/components/AppShell/AppShell.module.scss.cjs +14 -14
- package/dist/components/AppShell/AppShell.module.scss.js +14 -14
- package/dist/components/AppShell/index.cjs +2 -2
- package/dist/components/AppShell/index.js +2 -2
- package/dist/components/Avatar/Avatar.module.scss.cjs +14 -14
- package/dist/components/Avatar/Avatar.module.scss.js +14 -14
- package/dist/components/Badge/Badge.module.scss.cjs +33 -31
- package/dist/components/Badge/Badge.module.scss.js +33 -31
- package/dist/components/Badge/index.cjs +13 -3
- package/dist/components/Badge/index.d.ts +18 -13
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/index.js +13 -3
- package/dist/components/BentoGrid/BentoGrid.module.scss.cjs +14 -14
- package/dist/components/BentoGrid/BentoGrid.module.scss.js +14 -14
- package/dist/components/Box/Box.module.scss.cjs +152 -152
- package/dist/components/Box/Box.module.scss.js +152 -152
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +11 -8
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.js +11 -8
- package/dist/components/Breadcrumbs/index.cjs +1 -1
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/index.js +1 -1
- package/dist/components/Button/Button.module.scss.cjs +36 -27
- package/dist/components/Button/Button.module.scss.js +36 -27
- package/dist/components/Button/index.cjs +20 -4
- package/dist/components/Button/index.d.ts +18 -10
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +20 -4
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.cjs +15 -15
- package/dist/components/ButtonGroup/ButtonGroup.module.scss.js +15 -15
- package/dist/components/Card/Card.module.scss.cjs +27 -34
- package/dist/components/Card/Card.module.scss.js +27 -34
- package/dist/components/Card/index.cjs +13 -8
- package/dist/components/Card/index.d.ts +23 -25
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/index.js +13 -8
- package/dist/components/Chart/Chart.module.scss.cjs +15 -15
- package/dist/components/Chart/Chart.module.scss.js +15 -15
- package/dist/components/Checkbox/Checkbox.module.scss.cjs +11 -11
- package/dist/components/Checkbox/Checkbox.module.scss.js +11 -11
- package/dist/components/Checkbox/index.cjs +2 -2
- package/dist/components/Checkbox/index.d.ts +4 -6
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/index.js +2 -2
- package/dist/components/Chip/Chip.module.scss.cjs +19 -19
- package/dist/components/Chip/Chip.module.scss.js +19 -19
- package/dist/components/Chip/index.cjs +1 -2
- package/dist/components/Chip/index.d.ts +8 -3
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +1 -2
- package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +22 -22
- package/dist/components/CodeBlock/CodeBlock.module.scss.js +22 -22
- package/dist/components/CodeBlock/index.d.ts +3 -2
- package/dist/components/CodeBlock/index.d.ts.map +1 -1
- package/dist/components/Collapsible/Collapsible.module.scss.cjs +9 -9
- package/dist/components/Collapsible/Collapsible.module.scss.js +9 -9
- package/dist/components/ColorPicker/ColorPicker.module.scss.cjs +14 -14
- package/dist/components/ColorPicker/ColorPicker.module.scss.js +14 -14
- package/dist/components/ColorPicker/index.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.module.scss.cjs +21 -21
- package/dist/components/Combobox/Combobox.module.scss.js +21 -21
- package/dist/components/Combobox/index.cjs +9 -5
- package/dist/components/Combobox/index.d.ts.map +1 -1
- package/dist/components/Combobox/index.js +9 -5
- package/dist/components/Command/Command.module.scss.cjs +14 -11
- package/dist/components/Command/Command.module.scss.js +14 -11
- package/dist/components/Command/index.cjs +2 -1
- package/dist/components/Command/index.d.ts +6 -1
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.js +2 -1
- package/dist/components/ConversationList/ConversationList.module.scss.cjs +10 -10
- package/dist/components/ConversationList/ConversationList.module.scss.js +10 -10
- package/dist/components/ConversationList/index.cjs +2 -2
- package/dist/components/ConversationList/index.js +2 -2
- package/dist/components/DataTable/DataTable.module.scss.cjs +31 -28
- package/dist/components/DataTable/DataTable.module.scss.js +31 -28
- package/dist/components/DataTable/DataTable.virtual.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.module.scss.cjs +33 -33
- package/dist/components/DatePicker/DatePicker.module.scss.js +33 -33
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.module.scss.cjs +14 -14
- package/dist/components/Dialog/Dialog.module.scss.js +14 -14
- package/dist/components/Dialog/index.cjs +2 -2
- package/dist/components/Dialog/index.d.ts +5 -4
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +2 -2
- package/dist/components/Drawer/Drawer.module.scss.cjs +39 -39
- package/dist/components/Drawer/Drawer.module.scss.js +40 -40
- package/dist/components/Drawer/index.cjs +2 -2
- package/dist/components/Drawer/index.d.ts +5 -4
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +2 -2
- package/dist/components/Editor/Editor.module.scss.cjs +17 -17
- package/dist/components/Editor/Editor.module.scss.js +17 -17
- package/dist/components/EmptyState/EmptyState.module.scss.cjs +11 -11
- package/dist/components/EmptyState/EmptyState.module.scss.js +11 -11
- package/dist/components/EmptyState/index.cjs +9 -4
- package/dist/components/EmptyState/index.d.ts +8 -5
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +9 -4
- package/dist/components/Field/Field.module.scss.cjs +5 -5
- package/dist/components/Field/Field.module.scss.js +5 -5
- package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
- package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
- package/dist/components/Grid/Grid.module.scss.cjs +54 -54
- package/dist/components/Grid/Grid.module.scss.js +54 -54
- package/dist/components/Header/Header.module.scss.cjs +33 -33
- package/dist/components/Header/Header.module.scss.js +33 -33
- package/dist/components/Icon/Icon.module.scss.cjs +30 -33
- package/dist/components/Icon/Icon.module.scss.js +30 -33
- package/dist/components/Icon/index.cjs +15 -14
- package/dist/components/Icon/index.d.ts +23 -12
- package/dist/components/Icon/index.d.ts.map +1 -1
- package/dist/components/Icon/index.js +15 -14
- package/dist/components/IconButton/IconButton.module.scss.cjs +12 -12
- package/dist/components/IconButton/IconButton.module.scss.js +12 -12
- package/dist/components/IconButton/index.d.ts +4 -4
- package/dist/components/IconButton/index.d.ts.map +1 -1
- package/dist/components/Input/Input.module.scss.cjs +15 -21
- package/dist/components/Input/Input.module.scss.js +15 -21
- package/dist/components/Input/index.cjs +2 -14
- package/dist/components/Input/index.d.ts +0 -2
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/index.js +2 -14
- package/dist/components/Link/Link.module.scss.cjs +24 -16
- package/dist/components/Link/Link.module.scss.js +24 -16
- package/dist/components/Link/index.cjs +13 -2
- package/dist/components/Link/index.d.ts +10 -3
- package/dist/components/Link/index.d.ts.map +1 -1
- package/dist/components/Link/index.js +13 -2
- package/dist/components/List/List.module.scss.cjs +23 -19
- package/dist/components/List/List.module.scss.js +23 -19
- package/dist/components/List/index.cjs +7 -7
- package/dist/components/List/index.d.ts +10 -7
- package/dist/components/List/index.d.ts.map +1 -1
- package/dist/components/List/index.js +7 -7
- package/dist/components/Listbox/Listbox.module.scss.cjs +8 -8
- package/dist/components/Listbox/Listbox.module.scss.js +8 -8
- package/dist/components/Loading/Loading.module.scss.cjs +30 -30
- package/dist/components/Loading/Loading.module.scss.js +30 -30
- package/dist/components/Loading/index.cjs +5 -5
- package/dist/components/Loading/index.d.ts +8 -7
- package/dist/components/Loading/index.d.ts.map +1 -1
- package/dist/components/Loading/index.js +5 -5
- package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
- package/dist/components/Markdown/Markdown.module.scss.js +1 -1
- package/dist/components/Menu/Menu.module.scss.cjs +14 -14
- package/dist/components/Menu/Menu.module.scss.js +14 -14
- package/dist/components/Message/Message.module.scss.cjs +20 -20
- package/dist/components/Message/Message.module.scss.js +20 -20
- package/dist/components/Message/index.cjs +1 -1
- package/dist/components/Message/index.d.ts +1 -1
- package/dist/components/Message/index.js +1 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +29 -29
- package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +29 -29
- package/dist/components/Pagination/Pagination.module.scss.cjs +10 -10
- package/dist/components/Pagination/Pagination.module.scss.js +10 -10
- package/dist/components/Popover/Popover.module.scss.cjs +10 -10
- package/dist/components/Popover/Popover.module.scss.js +10 -10
- package/dist/components/Progress/Progress.module.scss.cjs +28 -25
- package/dist/components/Progress/Progress.module.scss.js +28 -25
- package/dist/components/Progress/index.cjs +21 -12
- package/dist/components/Progress/index.d.ts +10 -6
- package/dist/components/Progress/index.d.ts.map +1 -1
- package/dist/components/Progress/index.js +21 -12
- package/dist/components/Prompt/Prompt.module.scss.cjs +30 -30
- package/dist/components/Prompt/Prompt.module.scss.js +30 -30
- package/dist/components/Prompt/index.cjs +7 -7
- package/dist/components/Prompt/index.d.ts +11 -9
- package/dist/components/Prompt/index.d.ts.map +1 -1
- package/dist/components/Prompt/index.js +7 -7
- package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +20 -17
- package/dist/components/RadioGroup/RadioGroup.module.scss.js +20 -17
- package/dist/components/RadioGroup/index.cjs +10 -5
- package/dist/components/RadioGroup/index.d.ts +11 -7
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +10 -5
- package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +5 -5
- package/dist/components/ScrollArea/ScrollArea.module.scss.js +5 -5
- package/dist/components/Select/Select.module.scss.cjs +21 -21
- package/dist/components/Select/Select.module.scss.js +21 -21
- package/dist/components/Select/index.cjs +26 -20
- package/dist/components/Select/index.d.ts +5 -5
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/index.js +26 -20
- package/dist/components/Separator/Separator.module.scss.cjs +25 -19
- package/dist/components/Separator/Separator.module.scss.js +25 -19
- package/dist/components/Separator/index.cjs +10 -8
- package/dist/components/Separator/index.d.ts +4 -2
- package/dist/components/Separator/index.d.ts.map +1 -1
- package/dist/components/Separator/index.js +10 -8
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +43 -43
- package/dist/components/Sidebar/Sidebar.module.scss.js +43 -43
- package/dist/components/Sidebar/index.cjs +3 -3
- package/dist/components/Sidebar/index.js +3 -3
- package/dist/components/Skeleton/Skeleton.module.scss.cjs +46 -46
- package/dist/components/Skeleton/Skeleton.module.scss.js +46 -46
- package/dist/components/Skeleton/index.cjs +7 -7
- package/dist/components/Skeleton/index.d.ts +8 -7
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +7 -7
- package/dist/components/Slider/Slider.module.scss.cjs +12 -12
- package/dist/components/Slider/Slider.module.scss.js +12 -12
- package/dist/components/Switch/Switch.module.scss.cjs +9 -9
- package/dist/components/Switch/Switch.module.scss.js +9 -9
- package/dist/components/Table/Table.module.scss.cjs +15 -15
- package/dist/components/Table/Table.module.scss.js +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
- package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
- package/dist/components/TableOfContents/index.cjs +1 -1
- package/dist/components/TableOfContents/index.js +1 -1
- package/dist/components/Tabs/Tabs.module.scss.cjs +18 -18
- package/dist/components/Tabs/Tabs.module.scss.js +18 -18
- package/dist/components/Tabs/index.cjs +5 -6
- package/dist/components/Tabs/index.d.ts +8 -6
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +5 -6
- package/dist/components/Text/Text.module.scss.cjs +105 -105
- package/dist/components/Text/Text.module.scss.js +105 -105
- package/dist/components/Text/index.cjs +5 -9
- package/dist/components/Text/index.d.ts +15 -11
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +5 -9
- package/dist/components/Textarea/Textarea.module.scss.cjs +22 -28
- package/dist/components/Textarea/Textarea.module.scss.js +22 -28
- package/dist/components/Textarea/index.cjs +3 -10
- package/dist/components/Textarea/index.d.ts +0 -2
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/index.js +3 -10
- package/dist/components/Theme/index.cjs +20 -4
- package/dist/components/Theme/index.d.ts +6 -12
- package/dist/components/Theme/index.d.ts.map +1 -1
- package/dist/components/Theme/index.js +20 -4
- package/dist/components/ThemeToggle/ThemeButton.cjs +51 -0
- package/dist/components/ThemeToggle/ThemeButton.d.ts +16 -0
- package/dist/components/ThemeToggle/ThemeButton.d.ts.map +1 -0
- package/dist/components/ThemeToggle/ThemeButton.js +34 -0
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.cjs +6 -9
- package/dist/components/ThemeToggle/ThemeToggle.module.scss.js +6 -9
- package/dist/components/ThemeToggle/icons.cjs +48 -0
- package/dist/components/ThemeToggle/icons.d.ts +10 -0
- package/dist/components/ThemeToggle/icons.d.ts.map +1 -0
- package/dist/components/ThemeToggle/icons.js +48 -0
- package/dist/components/ThemeToggle/index.cjs +5 -74
- package/dist/components/ThemeToggle/index.d.ts +5 -8
- package/dist/components/ThemeToggle/index.d.ts.map +1 -1
- package/dist/components/ThemeToggle/index.js +3 -72
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +18 -15
- package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +18 -15
- package/dist/components/ThinkingIndicator/index.cjs +7 -8
- package/dist/components/ThinkingIndicator/index.d.ts +6 -5
- package/dist/components/ThinkingIndicator/index.d.ts.map +1 -1
- package/dist/components/ThinkingIndicator/index.js +7 -8
- package/dist/components/Toast/Toast.module.scss.cjs +28 -29
- package/dist/components/Toast/Toast.module.scss.js +29 -30
- package/dist/components/Toast/index.cjs +28 -30
- package/dist/components/Toast/index.d.ts +9 -8
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/index.js +28 -30
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +21 -19
- package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +22 -20
- package/dist/components/ToggleGroup/index.cjs +4 -5
- package/dist/components/ToggleGroup/index.d.ts +7 -6
- package/dist/components/ToggleGroup/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +4 -5
- package/dist/components/Tooltip/Tooltip.module.scss.cjs +3 -3
- package/dist/components/Tooltip/Tooltip.module.scss.js +3 -3
- package/dist/components/VisuallyHidden/VisuallyHidden.module.scss.cjs +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.scss.js +1 -1
- package/dist/data-table-virtual.cjs +3 -2
- package/dist/data-table-virtual.js +3 -2
- package/dist/data-table.cjs +1 -1
- package/dist/data-table.js +1 -1
- package/dist/datepicker.cjs +23 -11
- package/dist/datepicker.js +23 -11
- package/dist/index.cjs +5 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -2
- package/dist/measurements/generated.cjs +37 -93
- package/dist/measurements/generated.d.ts +37 -92
- package/dist/measurements/generated.d.ts.map +1 -1
- package/dist/measurements/generated.js +37 -93
- package/dist/measurements/index.d.ts +1 -1
- package/dist/measurements/index.d.ts.map +1 -1
- package/dist/utils/seed-derivation.cjs +0 -1
- package/dist/utils/seed-derivation.d.ts +1 -3
- package/dist/utils/seed-derivation.d.ts.map +1 -1
- package/dist/utils/seed-derivation.js +0 -1
- package/dist/utils/theme-presets.cjs +5 -10
- package/dist/utils/theme-presets.d.ts +1 -2
- package/dist/utils/theme-presets.d.ts.map +1 -1
- package/dist/utils/theme-presets.js +5 -10
- package/fragments.json +1 -1
- package/package.json +5 -8
- package/src/assets/nav-glyph.module.scss +166 -0
- package/src/assets/nav-glyph.tsx +188 -0
- package/src/components/Accordion/Accordion.module.scss +5 -3
- package/src/components/Alert/Alert.contract.json +18 -18
- package/src/components/Alert/Alert.module.scss +50 -64
- package/src/components/Alert/index.tsx +24 -17
- package/src/components/AppShell/AppShell.contract.json +7 -7
- package/src/components/AppShell/AppShell.module.scss +49 -17
- package/src/components/AppShell/index.tsx +2 -2
- package/src/components/Avatar/Avatar.module.scss +0 -1
- package/src/components/Badge/Badge.contract.json +58 -22
- package/src/components/Badge/Badge.module.scss +72 -47
- package/src/components/Badge/index.tsx +34 -17
- package/src/components/BentoGrid/BentoGrid.module.scss +4 -8
- package/src/components/Box/Box.module.scss +7 -6
- package/src/components/Breadcrumbs/Breadcrumbs.module.scss +15 -5
- package/src/components/Breadcrumbs/index.tsx +5 -1
- package/src/components/Button/Button.module.scss +261 -186
- package/src/components/Button/index.tsx +41 -28
- package/src/components/ButtonGroup/ButtonGroup.contract.json +5 -5
- package/src/components/ButtonGroup/ButtonGroup.module.scss +8 -6
- package/src/components/Card/Card.consumer-fixture.module.scss +5 -2
- package/src/components/Card/Card.module.scss +73 -133
- package/src/components/Card/index.tsx +41 -36
- package/src/components/Chart/Chart.module.scss +6 -5
- package/src/components/Checkbox/Checkbox.contract.json +4 -3
- package/src/components/Checkbox/Checkbox.module.scss +16 -32
- package/src/components/Checkbox/index.tsx +6 -8
- package/src/components/Chip/Chip.contract.json +10 -10
- package/src/components/Chip/Chip.module.scss +23 -22
- package/src/components/Chip/index.tsx +10 -6
- package/src/components/CodeBlock/CodeBlock.module.scss +47 -70
- package/src/components/CodeBlock/index.tsx +23 -16
- package/src/components/Collapsible/Collapsible.module.scss +1 -7
- package/src/components/ColorPicker/ColorPicker.module.scss +20 -13
- package/src/components/ColorPicker/index.tsx +1 -0
- package/src/components/Combobox/Combobox.module.scss +16 -19
- package/src/components/Combobox/index.tsx +10 -1
- package/src/components/Command/Command.contract.json +7 -1
- package/src/components/Command/Command.module.scss +19 -21
- package/src/components/Command/index.tsx +7 -1
- package/src/components/ComponentDefaults/ComponentDefaults.contract.json +91 -0
- package/src/components/ConversationList/ConversationList.module.scss +2 -3
- package/src/components/ConversationList/index.tsx +2 -2
- package/src/components/DataTable/DataTable.module.scss +12 -9
- package/src/components/DataTable/DataTable.virtual.tsx +3 -2
- package/src/components/DataTable/index.tsx +1 -1
- package/src/components/DatePicker/DatePicker.module.scss +32 -42
- package/src/components/DatePicker/index.tsx +18 -7
- package/src/components/Dialog/Dialog.module.scss +23 -29
- package/src/components/Dialog/index.tsx +7 -5
- package/src/components/Drawer/Drawer.contract.json +6 -6
- package/src/components/Drawer/Drawer.module.scss +123 -64
- package/src/components/Drawer/index.tsx +7 -5
- package/src/components/Editor/Editor.contract.json +1 -1
- package/src/components/Editor/Editor.module.scss +26 -13
- package/src/components/EmptyState/EmptyState.contract.json +6 -6
- package/src/components/EmptyState/EmptyState.module.scss +31 -23
- package/src/components/EmptyState/index.tsx +17 -9
- package/src/components/Field/Field.module.scss +2 -1
- package/src/components/Fieldset/Fieldset.module.scss +5 -4
- package/src/components/Form/Form.contract.json +4 -4
- package/src/components/Grid/Grid.module.scss +2 -2
- package/src/components/Header/Header.contract.json +2 -2
- package/src/components/Header/Header.module.scss +24 -36
- package/src/components/Icon/Icon.contract.json +19 -23
- package/src/components/Icon/Icon.module.scss +13 -12
- package/src/components/Icon/index.tsx +31 -31
- package/src/components/IconButton/IconButton.contract.json +8 -8
- package/src/components/IconButton/IconButton.module.scss +13 -4
- package/src/components/IconButton/index.tsx +4 -4
- package/src/components/Input/Input.contract.json +0 -13
- package/src/components/Input/Input.module.scss +4 -54
- package/src/components/Input/index.tsx +2 -18
- package/src/components/Link/Link.contract.json +19 -11
- package/src/components/Link/Link.module.scss +24 -10
- package/src/components/Link/index.tsx +26 -5
- package/src/components/List/List.contract.json +11 -11
- package/src/components/List/List.module.scss +10 -5
- package/src/components/List/index.tsx +17 -13
- package/src/components/Listbox/Listbox.module.scss +14 -20
- package/src/components/Loading/Loading.contract.json +6 -6
- package/src/components/Loading/Loading.module.scss +29 -26
- package/src/components/Loading/index.tsx +13 -12
- package/src/components/Markdown/Markdown.module.scss +2 -1
- package/src/components/Menu/Menu.contract.json +5 -5
- package/src/components/Menu/Menu.module.scss +11 -10
- package/src/components/Message/Message.contract.json +5 -5
- package/src/components/Message/Message.module.scss +8 -6
- package/src/components/Message/index.tsx +2 -2
- package/src/components/NavigationMenu/NavigationMenu.module.scss +22 -67
- package/src/components/Pagination/Pagination.module.scss +7 -14
- package/src/components/Popover/Popover.contract.json +4 -4
- package/src/components/Popover/Popover.module.scss +24 -23
- package/src/components/Progress/Progress.contract.json +11 -11
- package/src/components/Progress/Progress.module.scss +13 -8
- package/src/components/Progress/index.tsx +34 -16
- package/src/components/Prompt/Prompt.contract.json +12 -12
- package/src/components/Prompt/Prompt.module.scss +40 -47
- package/src/components/Prompt/index.tsx +17 -15
- package/src/components/RadioGroup/RadioGroup.contract.json +6 -4
- package/src/components/RadioGroup/RadioGroup.module.scss +38 -32
- package/src/components/RadioGroup/index.tsx +23 -10
- package/src/components/ScrollArea/ScrollArea.module.scss +30 -33
- package/src/components/Select/Select.module.scss +19 -18
- package/src/components/Select/index.tsx +26 -24
- package/src/components/Separator/Separator.contract.json +10 -10
- package/src/components/Separator/Separator.module.scss +24 -40
- package/src/components/Separator/index.tsx +16 -11
- package/src/components/Sidebar/Sidebar.contract.json +1 -1
- package/src/components/Sidebar/Sidebar.module.scss +92 -95
- package/src/components/Sidebar/index.tsx +3 -3
- package/src/components/Skeleton/Skeleton.contract.json +9 -9
- package/src/components/Skeleton/Skeleton.module.scss +23 -16
- package/src/components/Skeleton/index.tsx +16 -15
- package/src/components/Slider/Slider.module.scss +6 -19
- package/src/components/Stack/Stack.contract.json +1 -1
- package/src/components/Stack/Stack.module.scss +13 -12
- package/src/components/Switch/Switch.module.scss +44 -35
- package/src/components/Table/Table.module.scss +9 -13
- package/src/components/TableOfContents/TableOfContents.module.scss +12 -18
- package/src/components/TableOfContents/index.tsx +1 -1
- package/src/components/Tabs/Tabs.contract.json +14 -14
- package/src/components/Tabs/Tabs.module.scss +27 -31
- package/src/components/Tabs/index.tsx +15 -12
- package/src/components/Text/Text.contract.json +36 -14
- package/src/components/Text/Text.module.scss +19 -20
- package/src/components/Text/index.tsx +23 -21
- package/src/components/Textarea/Textarea.contract.json +0 -13
- package/src/components/Textarea/Textarea.module.scss +24 -52
- package/src/components/Textarea/index.tsx +3 -14
- package/src/components/Theme/Theme.contract.json +9 -8
- package/src/components/Theme/index.tsx +39 -12
- package/src/components/ThemeToggle/ThemeButton.tsx +49 -0
- package/src/components/ThemeToggle/ThemeToggle.module.scss +21 -44
- package/src/components/ThemeToggle/icons.tsx +46 -0
- package/src/components/ThemeToggle/index.tsx +8 -90
- package/src/components/ThinkingIndicator/ThinkingIndicator.contract.json +11 -10
- package/src/components/ThinkingIndicator/ThinkingIndicator.module.scss +9 -7
- package/src/components/ThinkingIndicator/index.tsx +12 -14
- package/src/components/Toast/Toast.contract.json +29 -13
- package/src/components/Toast/Toast.module.scss +49 -104
- package/src/components/Toast/index.tsx +39 -34
- package/src/components/ToggleGroup/ToggleGroup.contract.json +13 -13
- package/src/components/ToggleGroup/ToggleGroup.module.scss +16 -46
- package/src/components/ToggleGroup/index.tsx +11 -11
- package/src/components/Tooltip/Tooltip.contract.json +3 -3
- package/src/components/Tooltip/Tooltip.module.scss +16 -10
- package/src/components/VisuallyHidden/VisuallyHidden.module.scss +4 -14
- package/src/index.ts +14 -10
- package/src/measurements/MeasurementTargets.module.scss +6 -7
- package/src/measurements/generated.ts +38 -96
- package/src/measurements/index.ts +0 -1
- package/src/measurements/measurements.json +37 -116
- package/src/recipes/_action.scss +4 -4
- package/src/recipes/_boolean-range.scss +9 -5
- package/src/recipes/_feedback.scss +17 -16
- package/src/recipes/_field.scss +28 -20
- package/src/recipes/_navigation.scss +84 -29
- package/src/recipes/_overlay.scss +143 -43
- package/src/recipes/_popup.scss +46 -36
- package/src/recipes/_prose.scss +35 -23
- package/src/recipes/_representation.scss +10 -9
- package/src/recipes/_segmented.scss +1 -1
- package/src/recipes/_table-chrome.scss +27 -16
- package/src/recipes/_target.scss +2 -4
- package/src/recipes/_typography.scss +10 -0
- package/src/styles/globals.scss +14 -9
- package/src/tokens/_component-properties.scss +19 -1
- package/src/tokens/_computed.scss +27 -33
- package/src/tokens/_measurements.catalog.generated.css +58 -45
- package/src/tokens/_measurements.generated.scss +107 -250
- package/src/tokens/_mixins.scss +42 -40
- package/src/tokens/_palettes.scss +1 -1
- package/src/tokens/_property-registrations.scss +9 -0
- package/src/tokens/_seeds.scss +1 -12
- package/src/tokens/_variables.scss +71 -59
- package/src/utils/seed-derivation.ts +1 -8
- package/src/utils/theme-presets.ts +5 -12
- package/dist/blocks/AccountSettings.block.d.ts +0 -3
- package/dist/blocks/AccountSettings.block.d.ts.map +0 -1
- package/dist/blocks/ActivityFeedSkeleton.block.d.ts +0 -3
- package/dist/blocks/ActivityFeedSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/BlogEditor.block.d.ts +0 -3
- package/dist/blocks/BlogEditor.block.d.ts.map +0 -1
- package/dist/blocks/ChatInterface.block.d.ts +0 -3
- package/dist/blocks/ChatInterface.block.d.ts.map +0 -1
- package/dist/blocks/ChatMessages.block.d.ts +0 -3
- package/dist/blocks/ChatMessages.block.d.ts.map +0 -1
- package/dist/blocks/CheckoutForm.block.d.ts +0 -3
- package/dist/blocks/CheckoutForm.block.d.ts.map +0 -1
- package/dist/blocks/CommandPalette.block.d.ts +0 -3
- package/dist/blocks/CommandPalette.block.d.ts.map +0 -1
- package/dist/blocks/ContactForm.block.d.ts +0 -3
- package/dist/blocks/ContactForm.block.d.ts.map +0 -1
- package/dist/blocks/DashboardPage.block.d.ts +0 -3
- package/dist/blocks/DashboardPage.block.d.ts.map +0 -1
- package/dist/blocks/DashboardSkeleton.block.d.ts +0 -3
- package/dist/blocks/DashboardSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/DataTable.block.d.ts +0 -3
- package/dist/blocks/DataTable.block.d.ts.map +0 -1
- package/dist/blocks/EmptyState.block.d.ts +0 -3
- package/dist/blocks/EmptyState.block.d.ts.map +0 -1
- package/dist/blocks/FAQSection.block.d.ts +0 -3
- package/dist/blocks/FAQSection.block.d.ts.map +0 -1
- package/dist/blocks/FeatureGrid.block.d.ts +0 -3
- package/dist/blocks/FeatureGrid.block.d.ts.map +0 -1
- package/dist/blocks/HeroSection.block.d.ts +0 -3
- package/dist/blocks/HeroSection.block.d.ts.map +0 -1
- package/dist/blocks/NavigationHeader.block.d.ts +0 -3
- package/dist/blocks/NavigationHeader.block.d.ts.map +0 -1
- package/dist/blocks/PaginatedTable.block.d.ts +0 -3
- package/dist/blocks/PaginatedTable.block.d.ts.map +0 -1
- package/dist/blocks/PricingComparison.block.d.ts +0 -3
- package/dist/blocks/PricingComparison.block.d.ts.map +0 -1
- package/dist/blocks/ProductCard.block.d.ts +0 -3
- package/dist/blocks/ProductCard.block.d.ts.map +0 -1
- package/dist/blocks/RegistrationForm.block.d.ts +0 -3
- package/dist/blocks/RegistrationForm.block.d.ts.map +0 -1
- package/dist/blocks/SettingsDrawer.block.d.ts +0 -3
- package/dist/blocks/SettingsDrawer.block.d.ts.map +0 -1
- package/dist/blocks/SettingsPanel.block.d.ts +0 -3
- package/dist/blocks/SettingsPanel.block.d.ts.map +0 -1
- package/dist/blocks/ShoppingCart.block.d.ts +0 -3
- package/dist/blocks/ShoppingCart.block.d.ts.map +0 -1
- package/dist/blocks/StatsCardSkeleton.block.d.ts +0 -3
- package/dist/blocks/StatsCardSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/TableSkeleton.block.d.ts +0 -3
- package/dist/blocks/TableSkeleton.block.d.ts.map +0 -1
- package/dist/blocks/ThinkingStates.block.d.ts +0 -3
- package/dist/blocks/ThinkingStates.block.d.ts.map +0 -1
- package/dist/components/Toggle/index.d.ts +0 -3
- package/dist/components/Toggle/index.d.ts.map +0 -1
- package/src/components/Toggle/index.ts +0 -7
- package/src/tokens/_density.scss +0 -85
|
@@ -1,128 +1,128 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const text = "
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const roleCaption = "_role-
|
|
7
|
-
const roleUiCompact = "_role-ui-
|
|
8
|
-
const roleUiStandard = "_role-ui-
|
|
9
|
-
const roleBodyCompact = "_role-body-
|
|
10
|
-
const roleBodyRelaxed = "_role-body-
|
|
11
|
-
const roleTitleSm = "_role-title-
|
|
12
|
-
const roleTitleMd = "_role-title-
|
|
13
|
-
const roleTitleLg = "_role-title-
|
|
14
|
-
const roleDisplay = "_role-
|
|
15
|
-
const roleCode = "_role-
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const weightNormal = "_weight-
|
|
27
|
-
const weightMedium = "_weight-
|
|
28
|
-
const weightSemibold = "_weight-
|
|
29
|
-
const weightBold = "_weight-
|
|
30
|
-
const colorPrimary = "_color-
|
|
31
|
-
const colorSecondary = "_color-
|
|
32
|
-
const colorTertiary = "_color-
|
|
33
|
-
const colorMuted = "_color-
|
|
34
|
-
const colorAccent = "_color-
|
|
35
|
-
const colorSuccess = "_color-
|
|
36
|
-
const colorWarning = "_color-
|
|
37
|
-
const colorDanger = "_color-
|
|
38
|
-
const mono = "
|
|
39
|
-
const truncate = "
|
|
40
|
-
const lineClamp = "
|
|
41
|
-
const trackingNormal = "_tracking-
|
|
42
|
-
const trackingTight = "_tracking-
|
|
43
|
-
const trackingTighter = "_tracking-
|
|
44
|
-
const trackingTightest = "_tracking-
|
|
45
|
-
const tabularNums = "
|
|
3
|
+
const text = "_text_13ds4_1";
|
|
4
|
+
const roleSectionLabel = "_role-section-label_13ds4_7";
|
|
5
|
+
const roleEyebrow = "_role-eyebrow_13ds4_15";
|
|
6
|
+
const roleCaption = "_role-caption_13ds4_25";
|
|
7
|
+
const roleUiCompact = "_role-ui-compact_13ds4_33";
|
|
8
|
+
const roleUiStandard = "_role-ui-standard_13ds4_41";
|
|
9
|
+
const roleBodyCompact = "_role-body-compact_13ds4_49";
|
|
10
|
+
const roleBodyRelaxed = "_role-body-relaxed_13ds4_58";
|
|
11
|
+
const roleTitleSm = "_role-title-sm_13ds4_67";
|
|
12
|
+
const roleTitleMd = "_role-title-md_13ds4_76";
|
|
13
|
+
const roleTitleLg = "_role-title-lg_13ds4_85";
|
|
14
|
+
const roleDisplay = "_role-display_13ds4_94";
|
|
15
|
+
const roleCode = "_role-code_13ds4_102";
|
|
16
|
+
const scale2Xs = "_scale-2xs_13ds4_110";
|
|
17
|
+
const scaleXs = "_scale-xs_13ds4_114";
|
|
18
|
+
const scaleSm = "_scale-sm_13ds4_118";
|
|
19
|
+
const scaleBase = "_scale-base_13ds4_122";
|
|
20
|
+
const scaleMd = "_scale-md_13ds4_126";
|
|
21
|
+
const scaleLg = "_scale-lg_13ds4_130";
|
|
22
|
+
const scaleXl = "_scale-xl_13ds4_134";
|
|
23
|
+
const scale2Xl = "_scale-2xl_13ds4_138";
|
|
24
|
+
const scale3Xl = "_scale-3xl_13ds4_142";
|
|
25
|
+
const scale4Xl = "_scale-4xl_13ds4_148";
|
|
26
|
+
const weightNormal = "_weight-normal_13ds4_154";
|
|
27
|
+
const weightMedium = "_weight-medium_13ds4_158";
|
|
28
|
+
const weightSemibold = "_weight-semibold_13ds4_162";
|
|
29
|
+
const weightBold = "_weight-bold_13ds4_166";
|
|
30
|
+
const colorPrimary = "_color-primary_13ds4_170";
|
|
31
|
+
const colorSecondary = "_color-secondary_13ds4_174";
|
|
32
|
+
const colorTertiary = "_color-tertiary_13ds4_178";
|
|
33
|
+
const colorMuted = "_color-muted_13ds4_179";
|
|
34
|
+
const colorAccent = "_color-accent_13ds4_183";
|
|
35
|
+
const colorSuccess = "_color-success_13ds4_187";
|
|
36
|
+
const colorWarning = "_color-warning_13ds4_191";
|
|
37
|
+
const colorDanger = "_color-danger_13ds4_195";
|
|
38
|
+
const mono = "_mono_13ds4_199";
|
|
39
|
+
const truncate = "_truncate_13ds4_203";
|
|
40
|
+
const lineClamp = "_lineClamp_13ds4_209";
|
|
41
|
+
const trackingNormal = "_tracking-normal_13ds4_217";
|
|
42
|
+
const trackingTight = "_tracking-tight_13ds4_221";
|
|
43
|
+
const trackingTighter = "_tracking-tighter_13ds4_225";
|
|
44
|
+
const trackingTightest = "_tracking-tightest_13ds4_229";
|
|
45
|
+
const tabularNums = "_tabularNums_13ds4_233";
|
|
46
46
|
const styles = {
|
|
47
47
|
text,
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
"role-caption": "_role-
|
|
48
|
+
"role-section-label": "_role-section-label_13ds4_7",
|
|
49
|
+
roleSectionLabel,
|
|
50
|
+
"role-eyebrow": "_role-eyebrow_13ds4_15",
|
|
51
|
+
roleEyebrow,
|
|
52
|
+
"role-caption": "_role-caption_13ds4_25",
|
|
53
53
|
roleCaption,
|
|
54
|
-
"role-ui-compact": "_role-ui-
|
|
54
|
+
"role-ui-compact": "_role-ui-compact_13ds4_33",
|
|
55
55
|
roleUiCompact,
|
|
56
|
-
"role-ui-standard": "_role-ui-
|
|
56
|
+
"role-ui-standard": "_role-ui-standard_13ds4_41",
|
|
57
57
|
roleUiStandard,
|
|
58
|
-
"role-body-compact": "_role-body-
|
|
58
|
+
"role-body-compact": "_role-body-compact_13ds4_49",
|
|
59
59
|
roleBodyCompact,
|
|
60
|
-
"role-body-relaxed": "_role-body-
|
|
60
|
+
"role-body-relaxed": "_role-body-relaxed_13ds4_58",
|
|
61
61
|
roleBodyRelaxed,
|
|
62
|
-
"role-title-sm": "_role-title-
|
|
62
|
+
"role-title-sm": "_role-title-sm_13ds4_67",
|
|
63
63
|
roleTitleSm,
|
|
64
|
-
"role-title-md": "_role-title-
|
|
64
|
+
"role-title-md": "_role-title-md_13ds4_76",
|
|
65
65
|
roleTitleMd,
|
|
66
|
-
"role-title-lg": "_role-title-
|
|
66
|
+
"role-title-lg": "_role-title-lg_13ds4_85",
|
|
67
67
|
roleTitleLg,
|
|
68
|
-
"role-display": "_role-
|
|
68
|
+
"role-display": "_role-display_13ds4_94",
|
|
69
69
|
roleDisplay,
|
|
70
|
-
"role-code": "_role-
|
|
70
|
+
"role-code": "_role-code_13ds4_102",
|
|
71
71
|
roleCode,
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
"weight-normal": "_weight-
|
|
72
|
+
"scale-2xs": "_scale-2xs_13ds4_110",
|
|
73
|
+
scale2Xs,
|
|
74
|
+
"scale-xs": "_scale-xs_13ds4_114",
|
|
75
|
+
scaleXs,
|
|
76
|
+
"scale-sm": "_scale-sm_13ds4_118",
|
|
77
|
+
scaleSm,
|
|
78
|
+
"scale-base": "_scale-base_13ds4_122",
|
|
79
|
+
scaleBase,
|
|
80
|
+
"scale-md": "_scale-md_13ds4_126",
|
|
81
|
+
scaleMd,
|
|
82
|
+
"scale-lg": "_scale-lg_13ds4_130",
|
|
83
|
+
scaleLg,
|
|
84
|
+
"scale-xl": "_scale-xl_13ds4_134",
|
|
85
|
+
scaleXl,
|
|
86
|
+
"scale-2xl": "_scale-2xl_13ds4_138",
|
|
87
|
+
scale2Xl,
|
|
88
|
+
"scale-3xl": "_scale-3xl_13ds4_142",
|
|
89
|
+
scale3Xl,
|
|
90
|
+
"scale-4xl": "_scale-4xl_13ds4_148",
|
|
91
|
+
scale4Xl,
|
|
92
|
+
"weight-normal": "_weight-normal_13ds4_154",
|
|
93
93
|
weightNormal,
|
|
94
|
-
"weight-medium": "_weight-
|
|
94
|
+
"weight-medium": "_weight-medium_13ds4_158",
|
|
95
95
|
weightMedium,
|
|
96
|
-
"weight-semibold": "_weight-
|
|
96
|
+
"weight-semibold": "_weight-semibold_13ds4_162",
|
|
97
97
|
weightSemibold,
|
|
98
|
-
"weight-bold": "_weight-
|
|
98
|
+
"weight-bold": "_weight-bold_13ds4_166",
|
|
99
99
|
weightBold,
|
|
100
|
-
"color-primary": "_color-
|
|
100
|
+
"color-primary": "_color-primary_13ds4_170",
|
|
101
101
|
colorPrimary,
|
|
102
|
-
"color-secondary": "_color-
|
|
102
|
+
"color-secondary": "_color-secondary_13ds4_174",
|
|
103
103
|
colorSecondary,
|
|
104
|
-
"color-tertiary": "_color-
|
|
104
|
+
"color-tertiary": "_color-tertiary_13ds4_178",
|
|
105
105
|
colorTertiary,
|
|
106
|
-
"color-muted": "_color-
|
|
106
|
+
"color-muted": "_color-muted_13ds4_179",
|
|
107
107
|
colorMuted,
|
|
108
|
-
"color-accent": "_color-
|
|
108
|
+
"color-accent": "_color-accent_13ds4_183",
|
|
109
109
|
colorAccent,
|
|
110
|
-
"color-success": "_color-
|
|
110
|
+
"color-success": "_color-success_13ds4_187",
|
|
111
111
|
colorSuccess,
|
|
112
|
-
"color-warning": "_color-
|
|
112
|
+
"color-warning": "_color-warning_13ds4_191",
|
|
113
113
|
colorWarning,
|
|
114
|
-
"color-danger": "_color-
|
|
114
|
+
"color-danger": "_color-danger_13ds4_195",
|
|
115
115
|
colorDanger,
|
|
116
116
|
mono,
|
|
117
117
|
truncate,
|
|
118
118
|
lineClamp,
|
|
119
|
-
"tracking-normal": "_tracking-
|
|
119
|
+
"tracking-normal": "_tracking-normal_13ds4_217",
|
|
120
120
|
trackingNormal,
|
|
121
|
-
"tracking-tight": "_tracking-
|
|
121
|
+
"tracking-tight": "_tracking-tight_13ds4_221",
|
|
122
122
|
trackingTight,
|
|
123
|
-
"tracking-tighter": "_tracking-
|
|
123
|
+
"tracking-tighter": "_tracking-tighter_13ds4_225",
|
|
124
124
|
trackingTighter,
|
|
125
|
-
"tracking-tightest": "_tracking-
|
|
125
|
+
"tracking-tightest": "_tracking-tightest_13ds4_229",
|
|
126
126
|
trackingTightest,
|
|
127
127
|
tabularNums
|
|
128
128
|
};
|
|
@@ -142,21 +142,23 @@ exports.roleBodyRelaxed = roleBodyRelaxed;
|
|
|
142
142
|
exports.roleCaption = roleCaption;
|
|
143
143
|
exports.roleCode = roleCode;
|
|
144
144
|
exports.roleDisplay = roleDisplay;
|
|
145
|
+
exports.roleEyebrow = roleEyebrow;
|
|
146
|
+
exports.roleSectionLabel = roleSectionLabel;
|
|
145
147
|
exports.roleTitleLg = roleTitleLg;
|
|
146
148
|
exports.roleTitleMd = roleTitleMd;
|
|
147
149
|
exports.roleTitleSm = roleTitleSm;
|
|
148
150
|
exports.roleUiCompact = roleUiCompact;
|
|
149
151
|
exports.roleUiStandard = roleUiStandard;
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
152
|
+
exports.scale2Xl = scale2Xl;
|
|
153
|
+
exports.scale2Xs = scale2Xs;
|
|
154
|
+
exports.scale3Xl = scale3Xl;
|
|
155
|
+
exports.scale4Xl = scale4Xl;
|
|
156
|
+
exports.scaleBase = scaleBase;
|
|
157
|
+
exports.scaleLg = scaleLg;
|
|
158
|
+
exports.scaleMd = scaleMd;
|
|
159
|
+
exports.scaleSm = scaleSm;
|
|
160
|
+
exports.scaleXl = scaleXl;
|
|
161
|
+
exports.scaleXs = scaleXs;
|
|
160
162
|
exports.tabularNums = tabularNums;
|
|
161
163
|
exports.text = text;
|
|
162
164
|
exports.trackingNormal = trackingNormal;
|
|
@@ -164,8 +166,6 @@ exports.trackingTight = trackingTight;
|
|
|
164
166
|
exports.trackingTighter = trackingTighter;
|
|
165
167
|
exports.trackingTightest = trackingTightest;
|
|
166
168
|
exports.truncate = truncate;
|
|
167
|
-
exports.variantEyebrow = variantEyebrow;
|
|
168
|
-
exports.variantSectionLabel = variantSectionLabel;
|
|
169
169
|
exports.weightBold = weightBold;
|
|
170
170
|
exports.weightMedium = weightMedium;
|
|
171
171
|
exports.weightNormal = weightNormal;
|
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
const text = "
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
const roleCaption = "_role-
|
|
5
|
-
const roleUiCompact = "_role-ui-
|
|
6
|
-
const roleUiStandard = "_role-ui-
|
|
7
|
-
const roleBodyCompact = "_role-body-
|
|
8
|
-
const roleBodyRelaxed = "_role-body-
|
|
9
|
-
const roleTitleSm = "_role-title-
|
|
10
|
-
const roleTitleMd = "_role-title-
|
|
11
|
-
const roleTitleLg = "_role-title-
|
|
12
|
-
const roleDisplay = "_role-
|
|
13
|
-
const roleCode = "_role-
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const weightNormal = "_weight-
|
|
25
|
-
const weightMedium = "_weight-
|
|
26
|
-
const weightSemibold = "_weight-
|
|
27
|
-
const weightBold = "_weight-
|
|
28
|
-
const colorPrimary = "_color-
|
|
29
|
-
const colorSecondary = "_color-
|
|
30
|
-
const colorTertiary = "_color-
|
|
31
|
-
const colorMuted = "_color-
|
|
32
|
-
const colorAccent = "_color-
|
|
33
|
-
const colorSuccess = "_color-
|
|
34
|
-
const colorWarning = "_color-
|
|
35
|
-
const colorDanger = "_color-
|
|
36
|
-
const mono = "
|
|
37
|
-
const truncate = "
|
|
38
|
-
const lineClamp = "
|
|
39
|
-
const trackingNormal = "_tracking-
|
|
40
|
-
const trackingTight = "_tracking-
|
|
41
|
-
const trackingTighter = "_tracking-
|
|
42
|
-
const trackingTightest = "_tracking-
|
|
43
|
-
const tabularNums = "
|
|
1
|
+
const text = "_text_13ds4_1";
|
|
2
|
+
const roleSectionLabel = "_role-section-label_13ds4_7";
|
|
3
|
+
const roleEyebrow = "_role-eyebrow_13ds4_15";
|
|
4
|
+
const roleCaption = "_role-caption_13ds4_25";
|
|
5
|
+
const roleUiCompact = "_role-ui-compact_13ds4_33";
|
|
6
|
+
const roleUiStandard = "_role-ui-standard_13ds4_41";
|
|
7
|
+
const roleBodyCompact = "_role-body-compact_13ds4_49";
|
|
8
|
+
const roleBodyRelaxed = "_role-body-relaxed_13ds4_58";
|
|
9
|
+
const roleTitleSm = "_role-title-sm_13ds4_67";
|
|
10
|
+
const roleTitleMd = "_role-title-md_13ds4_76";
|
|
11
|
+
const roleTitleLg = "_role-title-lg_13ds4_85";
|
|
12
|
+
const roleDisplay = "_role-display_13ds4_94";
|
|
13
|
+
const roleCode = "_role-code_13ds4_102";
|
|
14
|
+
const scale2Xs = "_scale-2xs_13ds4_110";
|
|
15
|
+
const scaleXs = "_scale-xs_13ds4_114";
|
|
16
|
+
const scaleSm = "_scale-sm_13ds4_118";
|
|
17
|
+
const scaleBase = "_scale-base_13ds4_122";
|
|
18
|
+
const scaleMd = "_scale-md_13ds4_126";
|
|
19
|
+
const scaleLg = "_scale-lg_13ds4_130";
|
|
20
|
+
const scaleXl = "_scale-xl_13ds4_134";
|
|
21
|
+
const scale2Xl = "_scale-2xl_13ds4_138";
|
|
22
|
+
const scale3Xl = "_scale-3xl_13ds4_142";
|
|
23
|
+
const scale4Xl = "_scale-4xl_13ds4_148";
|
|
24
|
+
const weightNormal = "_weight-normal_13ds4_154";
|
|
25
|
+
const weightMedium = "_weight-medium_13ds4_158";
|
|
26
|
+
const weightSemibold = "_weight-semibold_13ds4_162";
|
|
27
|
+
const weightBold = "_weight-bold_13ds4_166";
|
|
28
|
+
const colorPrimary = "_color-primary_13ds4_170";
|
|
29
|
+
const colorSecondary = "_color-secondary_13ds4_174";
|
|
30
|
+
const colorTertiary = "_color-tertiary_13ds4_178";
|
|
31
|
+
const colorMuted = "_color-muted_13ds4_179";
|
|
32
|
+
const colorAccent = "_color-accent_13ds4_183";
|
|
33
|
+
const colorSuccess = "_color-success_13ds4_187";
|
|
34
|
+
const colorWarning = "_color-warning_13ds4_191";
|
|
35
|
+
const colorDanger = "_color-danger_13ds4_195";
|
|
36
|
+
const mono = "_mono_13ds4_199";
|
|
37
|
+
const truncate = "_truncate_13ds4_203";
|
|
38
|
+
const lineClamp = "_lineClamp_13ds4_209";
|
|
39
|
+
const trackingNormal = "_tracking-normal_13ds4_217";
|
|
40
|
+
const trackingTight = "_tracking-tight_13ds4_221";
|
|
41
|
+
const trackingTighter = "_tracking-tighter_13ds4_225";
|
|
42
|
+
const trackingTightest = "_tracking-tightest_13ds4_229";
|
|
43
|
+
const tabularNums = "_tabularNums_13ds4_233";
|
|
44
44
|
const styles = {
|
|
45
45
|
text,
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"role-caption": "_role-
|
|
46
|
+
"role-section-label": "_role-section-label_13ds4_7",
|
|
47
|
+
roleSectionLabel,
|
|
48
|
+
"role-eyebrow": "_role-eyebrow_13ds4_15",
|
|
49
|
+
roleEyebrow,
|
|
50
|
+
"role-caption": "_role-caption_13ds4_25",
|
|
51
51
|
roleCaption,
|
|
52
|
-
"role-ui-compact": "_role-ui-
|
|
52
|
+
"role-ui-compact": "_role-ui-compact_13ds4_33",
|
|
53
53
|
roleUiCompact,
|
|
54
|
-
"role-ui-standard": "_role-ui-
|
|
54
|
+
"role-ui-standard": "_role-ui-standard_13ds4_41",
|
|
55
55
|
roleUiStandard,
|
|
56
|
-
"role-body-compact": "_role-body-
|
|
56
|
+
"role-body-compact": "_role-body-compact_13ds4_49",
|
|
57
57
|
roleBodyCompact,
|
|
58
|
-
"role-body-relaxed": "_role-body-
|
|
58
|
+
"role-body-relaxed": "_role-body-relaxed_13ds4_58",
|
|
59
59
|
roleBodyRelaxed,
|
|
60
|
-
"role-title-sm": "_role-title-
|
|
60
|
+
"role-title-sm": "_role-title-sm_13ds4_67",
|
|
61
61
|
roleTitleSm,
|
|
62
|
-
"role-title-md": "_role-title-
|
|
62
|
+
"role-title-md": "_role-title-md_13ds4_76",
|
|
63
63
|
roleTitleMd,
|
|
64
|
-
"role-title-lg": "_role-title-
|
|
64
|
+
"role-title-lg": "_role-title-lg_13ds4_85",
|
|
65
65
|
roleTitleLg,
|
|
66
|
-
"role-display": "_role-
|
|
66
|
+
"role-display": "_role-display_13ds4_94",
|
|
67
67
|
roleDisplay,
|
|
68
|
-
"role-code": "_role-
|
|
68
|
+
"role-code": "_role-code_13ds4_102",
|
|
69
69
|
roleCode,
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"weight-normal": "_weight-
|
|
70
|
+
"scale-2xs": "_scale-2xs_13ds4_110",
|
|
71
|
+
scale2Xs,
|
|
72
|
+
"scale-xs": "_scale-xs_13ds4_114",
|
|
73
|
+
scaleXs,
|
|
74
|
+
"scale-sm": "_scale-sm_13ds4_118",
|
|
75
|
+
scaleSm,
|
|
76
|
+
"scale-base": "_scale-base_13ds4_122",
|
|
77
|
+
scaleBase,
|
|
78
|
+
"scale-md": "_scale-md_13ds4_126",
|
|
79
|
+
scaleMd,
|
|
80
|
+
"scale-lg": "_scale-lg_13ds4_130",
|
|
81
|
+
scaleLg,
|
|
82
|
+
"scale-xl": "_scale-xl_13ds4_134",
|
|
83
|
+
scaleXl,
|
|
84
|
+
"scale-2xl": "_scale-2xl_13ds4_138",
|
|
85
|
+
scale2Xl,
|
|
86
|
+
"scale-3xl": "_scale-3xl_13ds4_142",
|
|
87
|
+
scale3Xl,
|
|
88
|
+
"scale-4xl": "_scale-4xl_13ds4_148",
|
|
89
|
+
scale4Xl,
|
|
90
|
+
"weight-normal": "_weight-normal_13ds4_154",
|
|
91
91
|
weightNormal,
|
|
92
|
-
"weight-medium": "_weight-
|
|
92
|
+
"weight-medium": "_weight-medium_13ds4_158",
|
|
93
93
|
weightMedium,
|
|
94
|
-
"weight-semibold": "_weight-
|
|
94
|
+
"weight-semibold": "_weight-semibold_13ds4_162",
|
|
95
95
|
weightSemibold,
|
|
96
|
-
"weight-bold": "_weight-
|
|
96
|
+
"weight-bold": "_weight-bold_13ds4_166",
|
|
97
97
|
weightBold,
|
|
98
|
-
"color-primary": "_color-
|
|
98
|
+
"color-primary": "_color-primary_13ds4_170",
|
|
99
99
|
colorPrimary,
|
|
100
|
-
"color-secondary": "_color-
|
|
100
|
+
"color-secondary": "_color-secondary_13ds4_174",
|
|
101
101
|
colorSecondary,
|
|
102
|
-
"color-tertiary": "_color-
|
|
102
|
+
"color-tertiary": "_color-tertiary_13ds4_178",
|
|
103
103
|
colorTertiary,
|
|
104
|
-
"color-muted": "_color-
|
|
104
|
+
"color-muted": "_color-muted_13ds4_179",
|
|
105
105
|
colorMuted,
|
|
106
|
-
"color-accent": "_color-
|
|
106
|
+
"color-accent": "_color-accent_13ds4_183",
|
|
107
107
|
colorAccent,
|
|
108
|
-
"color-success": "_color-
|
|
108
|
+
"color-success": "_color-success_13ds4_187",
|
|
109
109
|
colorSuccess,
|
|
110
|
-
"color-warning": "_color-
|
|
110
|
+
"color-warning": "_color-warning_13ds4_191",
|
|
111
111
|
colorWarning,
|
|
112
|
-
"color-danger": "_color-
|
|
112
|
+
"color-danger": "_color-danger_13ds4_195",
|
|
113
113
|
colorDanger,
|
|
114
114
|
mono,
|
|
115
115
|
truncate,
|
|
116
116
|
lineClamp,
|
|
117
|
-
"tracking-normal": "_tracking-
|
|
117
|
+
"tracking-normal": "_tracking-normal_13ds4_217",
|
|
118
118
|
trackingNormal,
|
|
119
|
-
"tracking-tight": "_tracking-
|
|
119
|
+
"tracking-tight": "_tracking-tight_13ds4_221",
|
|
120
120
|
trackingTight,
|
|
121
|
-
"tracking-tighter": "_tracking-
|
|
121
|
+
"tracking-tighter": "_tracking-tighter_13ds4_225",
|
|
122
122
|
trackingTighter,
|
|
123
|
-
"tracking-tightest": "_tracking-
|
|
123
|
+
"tracking-tightest": "_tracking-tightest_13ds4_229",
|
|
124
124
|
trackingTightest,
|
|
125
125
|
tabularNums
|
|
126
126
|
};
|
|
@@ -141,21 +141,23 @@ export {
|
|
|
141
141
|
roleCaption,
|
|
142
142
|
roleCode,
|
|
143
143
|
roleDisplay,
|
|
144
|
+
roleEyebrow,
|
|
145
|
+
roleSectionLabel,
|
|
144
146
|
roleTitleLg,
|
|
145
147
|
roleTitleMd,
|
|
146
148
|
roleTitleSm,
|
|
147
149
|
roleUiCompact,
|
|
148
150
|
roleUiStandard,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
151
|
+
scale2Xl,
|
|
152
|
+
scale2Xs,
|
|
153
|
+
scale3Xl,
|
|
154
|
+
scale4Xl,
|
|
155
|
+
scaleBase,
|
|
156
|
+
scaleLg,
|
|
157
|
+
scaleMd,
|
|
158
|
+
scaleSm,
|
|
159
|
+
scaleXl,
|
|
160
|
+
scaleXs,
|
|
159
161
|
tabularNums,
|
|
160
162
|
text,
|
|
161
163
|
trackingNormal,
|
|
@@ -163,8 +165,6 @@ export {
|
|
|
163
165
|
trackingTighter,
|
|
164
166
|
trackingTightest,
|
|
165
167
|
truncate,
|
|
166
|
-
variantEyebrow,
|
|
167
|
-
variantSectionLabel,
|
|
168
168
|
weightBold,
|
|
169
169
|
weightMedium,
|
|
170
170
|
weightNormal,
|
|
@@ -25,8 +25,7 @@ const TextRoot = React__namespace.forwardRef(function Text2({
|
|
|
25
25
|
children,
|
|
26
26
|
as: Component = "span",
|
|
27
27
|
role,
|
|
28
|
-
|
|
29
|
-
size,
|
|
28
|
+
scale,
|
|
30
29
|
weight,
|
|
31
30
|
color,
|
|
32
31
|
font,
|
|
@@ -38,17 +37,14 @@ const TextRoot = React__namespace.forwardRef(function Text2({
|
|
|
38
37
|
style,
|
|
39
38
|
...htmlProps
|
|
40
39
|
}, ref) {
|
|
41
|
-
const
|
|
42
|
-
if (!env.isProductionBuild() &&
|
|
43
|
-
console.warn(
|
|
44
|
-
"[Text] Semantic role takes precedence over size, variant, weight, font, and letterSpacing."
|
|
45
|
-
);
|
|
40
|
+
const ignoredScaleProps = role ? [scale, weight, font, letterSpacing].some((value) => value !== void 0) : false;
|
|
41
|
+
if (!env.isProductionBuild() && ignoredScaleProps) {
|
|
42
|
+
console.warn("[Text] A role takes precedence over scale, weight, font, and letterSpacing.");
|
|
46
43
|
}
|
|
47
44
|
const classes = [
|
|
48
45
|
Text_module.default.text,
|
|
49
46
|
role && Text_module.default[`role-${role}`],
|
|
50
|
-
!role &&
|
|
51
|
-
!role && size && Text_module.default[`size-${size}`],
|
|
47
|
+
!role && scale && Text_module.default[`scale-${scale}`],
|
|
52
48
|
!role && weight && Text_module.default[`weight-${weight}`],
|
|
53
49
|
color && Text_module.default[`color-${color}`],
|
|
54
50
|
!role && font === "mono" && Text_module.default.mono,
|
|
@@ -3,8 +3,8 @@ import * as React from "react";
|
|
|
3
3
|
* Typography component for rendering text with consistent styling.
|
|
4
4
|
* @see https://usefragments.com/components/text
|
|
5
5
|
*/
|
|
6
|
-
export type TextRole = "caption" | "ui-compact" | "ui-standard" | "body-compact" | "body-relaxed" | "title-sm" | "title-md" | "title-lg" | "display" | "code";
|
|
7
|
-
export type
|
|
6
|
+
export type TextRole = "caption" | "ui-compact" | "ui-standard" | "body-compact" | "body-relaxed" | "title-sm" | "title-md" | "title-lg" | "display" | "code" | "section-label" | "eyebrow";
|
|
7
|
+
export type TextScale = "2xs" | "xs" | "sm" | "base" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl";
|
|
8
8
|
export type TextWeight = "normal" | "medium" | "semibold" | "bold";
|
|
9
9
|
export type TextFont = "sans" | "mono";
|
|
10
10
|
export type TextTracking = "normal" | "tight" | "tighter" | "tightest";
|
|
@@ -23,30 +23,34 @@ type TextSharedProps = Omit<React.HTMLAttributes<HTMLElement>, "color" | "role">
|
|
|
23
23
|
truncate?: boolean;
|
|
24
24
|
/** Number of lines before truncating (requires truncate=true) */
|
|
25
25
|
lineClamp?: number;
|
|
26
|
-
/** Letter-spacing preset. `"tight"` suits dense UI chrome labels (-0.01em);
|
|
27
|
-
* `"tighter"` suits headings and stat values (-0.02em); `"tightest"` suits
|
|
28
|
-
* display numerics (-0.025em). Omit for the font's default tracking. */
|
|
29
26
|
/** Use tabular (fixed-width) numerals so digits align in columns. Ideal for
|
|
30
27
|
* stat values, tables, timestamps, and any updating number. */
|
|
31
28
|
tabularNums?: boolean;
|
|
32
29
|
};
|
|
33
30
|
type TextRoleProps = {
|
|
31
|
+
/** Typography role: one named setting of size, weight, line height and
|
|
32
|
+
* tracking. `section-label` is the small list heading; `eyebrow` is the
|
|
33
|
+
* small semibold label that names a surface above its statement. A role owns the
|
|
34
|
+
* whole setting, so `scale`, `weight`, `font` and `letterSpacing` are
|
|
35
|
+
* unavailable beside it. */
|
|
34
36
|
role: TextRole;
|
|
35
|
-
|
|
36
|
-
variant?: never;
|
|
37
|
+
scale?: never;
|
|
37
38
|
weight?: never;
|
|
38
39
|
font?: never;
|
|
39
40
|
letterSpacing?: never;
|
|
40
41
|
};
|
|
41
|
-
type
|
|
42
|
+
type TextScaleProps = {
|
|
42
43
|
role?: never;
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
/** Step on the type scale, for text that has no role. */
|
|
45
|
+
scale?: TextScale;
|
|
45
46
|
weight?: TextWeight;
|
|
46
47
|
font?: TextFont;
|
|
48
|
+
/** Letter-spacing preset. `"tight"` suits dense UI chrome labels (-0.01em);
|
|
49
|
+
* `"tighter"` suits headings and stat values (-0.02em); `"tightest"` suits
|
|
50
|
+
* display numerics (-0.025em). Omit for the font's default tracking. */
|
|
47
51
|
letterSpacing?: TextTracking;
|
|
48
52
|
};
|
|
49
|
-
export type TextProps = TextSharedProps & (TextRoleProps |
|
|
53
|
+
export type TextProps = TextSharedProps & (TextRoleProps | TextScaleProps);
|
|
50
54
|
export declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLElement>> & {
|
|
51
55
|
Root: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLElement>>;
|
|
52
56
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAChB,SAAS,GACT,YAAY,GACZ,aAAa,GACb,cAAc,GACd,cAAc,GACd,UAAU,GACV,UAAU,GACV,UAAU,GACV,SAAS,GACT,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Text/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAChB,SAAS,GACT,YAAY,GACZ,aAAa,GACb,cAAc,GACd,cAAc,GACd,UAAU,GACV,UAAU,GACV,UAAU,GACV,SAAS,GACT,MAAM,GACN,eAAe,GACf,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAClG,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AACnE,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AACvC,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;AAEvE,KAAK,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,GAAG;IACjF,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;yBACqB;IACrB,EAAE,CAAC,EACC,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,GAAG,GACH,MAAM,GACN,OAAO,GACP,KAAK,GACL,QAAQ,GACR,IAAI,GACJ,OAAO,GACP,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,SAAS,GACT,YAAY,GACZ,MAAM,GACN,MAAM,GACN,MAAM,CAAC;IACX;;;;4BAIwB;IACxB,KAAK,CAAC,EACF,SAAS,GACT,WAAW,GACX,UAAU,GACV,OAAO,GACP,QAAQ,GACR,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;IACb,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iEAAiE;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;mEAC+D;IAC/D,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB;;;;gCAI4B;IAC5B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,yDAAyD;IACzD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;4EAEwE;IACxE,aAAa,CAAC,EAAE,YAAY,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG,CAAC,aAAa,GAAG,cAAc,CAAC,CAAC;AA6D3E,eAAO,MAAM,IAAI;;CAEf,CAAC"}
|