@stokelp/ui 2.103.0 → 2.104.1
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/dist/_virtual/_rolldown/runtime.cjs +1 -0
- package/dist/_virtual/_rolldown/runtime.js +21 -0
- package/dist/components/accordion/Accordion.cjs +2 -2
- package/dist/components/accordion/Accordion.cjs.map +1 -1
- package/dist/components/accordion/Accordion.js +22 -27
- package/dist/components/accordion/Accordion.js.map +1 -1
- package/dist/components/action-card/ActionCard.cjs +2 -2
- package/dist/components/action-card/ActionCard.cjs.map +1 -1
- package/dist/components/action-card/ActionCard.js +23 -26
- package/dist/components/action-card/ActionCard.js.map +1 -1
- package/dist/components/alert/Alert.cjs +2 -2
- package/dist/components/alert/Alert.cjs.map +1 -1
- package/dist/components/alert/Alert.js +117 -84
- package/dist/components/alert/Alert.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardEntityRow.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardEntityRow.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardEntityRow.js +44 -25
- package/dist/components/app/mobile-card/MobileCardEntityRow.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardHeader.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardHeader.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardHeader.js +18 -20
- package/dist/components/app/mobile-card/MobileCardHeader.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.js +31 -13
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardShell.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardShell.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardShell.js +17 -19
- package/dist/components/app/mobile-card/MobileCardShell.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardSkeleton.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardSkeleton.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardSkeleton.js +45 -22
- package/dist/components/app/mobile-card/MobileCardSkeleton.js.map +1 -1
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -2
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -1
- package/dist/components/app/mobile-navigation/MobileNavigation.d.ts +4 -5
- package/dist/components/app/mobile-navigation/MobileNavigation.js +16 -18
- package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -1
- package/dist/components/app/navigation/AppNavigation.cjs +2 -2
- package/dist/components/app/navigation/AppNavigation.cjs.map +1 -1
- package/dist/components/app/navigation/AppNavigation.d.ts +11 -11
- package/dist/components/app/navigation/AppNavigation.js +35 -47
- package/dist/components/app/navigation/AppNavigation.js.map +1 -1
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -2
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -1
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +188 -119
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -1
- package/dist/components/app/price-tag/PriceTag.cjs +2 -2
- package/dist/components/app/price-tag/PriceTag.cjs.map +1 -1
- package/dist/components/app/price-tag/PriceTag.js +25 -19
- package/dist/components/app/price-tag/PriceTag.js.map +1 -1
- package/dist/components/app/product-card-catalog/styled.cjs +2 -2
- package/dist/components/app/product-card-catalog/styled.cjs.map +1 -1
- package/dist/components/app/product-card-catalog/styled.js +23 -21
- package/dist/components/app/product-card-catalog/styled.js.map +1 -1
- package/dist/components/avatar/styled.cjs +2 -2
- package/dist/components/avatar/styled.cjs.map +1 -1
- package/dist/components/avatar/styled.d.ts +11 -7
- package/dist/components/avatar/styled.js +28 -27
- package/dist/components/avatar/styled.js.map +1 -1
- package/dist/components/box/Box.cjs +2 -2
- package/dist/components/box/Box.cjs.map +1 -1
- package/dist/components/box/Box.js +11 -10
- package/dist/components/box/Box.js.map +1 -1
- package/dist/components/breadcrumb/Breadcrumb.cjs +2 -2
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -1
- package/dist/components/breadcrumb/Breadcrumb.d.ts +6 -8
- package/dist/components/breadcrumb/Breadcrumb.js +39 -35
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/dist/components/button/Button.cjs +2 -2
- package/dist/components/button/Button.cjs.map +1 -1
- package/dist/components/button/Button.d.ts +8 -4
- package/dist/components/button/Button.js +9 -8
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button-filter/ButtonFilter.cjs +2 -2
- package/dist/components/button-filter/ButtonFilter.cjs.map +1 -1
- package/dist/components/button-filter/ButtonFilter.d.ts +5 -4
- package/dist/components/button-filter/ButtonFilter.js +9 -8
- package/dist/components/button-filter/ButtonFilter.js.map +1 -1
- package/dist/components/chat/Chat.cjs +2 -2
- package/dist/components/chat/Chat.cjs.map +1 -1
- package/dist/components/chat/Chat.d.ts +15 -8
- package/dist/components/chat/Chat.js +27 -26
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/ChatDocumentMessage.cjs +2 -2
- package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -1
- package/dist/components/chat/ChatDocumentMessage.js +32 -31
- package/dist/components/chat/ChatDocumentMessage.js.map +1 -1
- package/dist/components/chat/ChatMessage.cjs +2 -2
- package/dist/components/chat/ChatMessage.cjs.map +1 -1
- package/dist/components/chat/ChatMessage.d.ts +7 -4
- package/dist/components/chat/ChatMessage.js +8 -7
- package/dist/components/chat/ChatMessage.js.map +1 -1
- package/dist/components/chat/ChatProfileAvatar.cjs +2 -2
- package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -1
- package/dist/components/chat/ChatProfileAvatar.js +24 -16
- package/dist/components/chat/ChatProfileAvatar.js.map +1 -1
- package/dist/components/chat/ChatTextInput.cjs +2 -2
- package/dist/components/chat/ChatTextInput.cjs.map +1 -1
- package/dist/components/chat/ChatTextInput.d.ts +2 -2
- package/dist/components/chat/ChatTextInput.js +44 -52
- package/dist/components/chat/ChatTextInput.js.map +1 -1
- package/dist/components/checkbox/Checkbox.cjs +2 -2
- package/dist/components/checkbox/Checkbox.cjs.map +1 -1
- package/dist/components/checkbox/Checkbox.js +36 -34
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-card/CheckboxCard.cjs +2 -2
- package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -1
- package/dist/components/checkbox-card/CheckboxCard.d.ts +2 -2
- package/dist/components/checkbox-card/CheckboxCard.js +33 -38
- package/dist/components/checkbox-card/CheckboxCard.js.map +1 -1
- package/dist/components/checkbox-card/namespace.cjs +2 -2
- package/dist/components/checkbox-card/namespace.cjs.map +1 -1
- package/dist/components/checkbox-card/namespace.js +14 -9
- package/dist/components/checkbox-card/namespace.js.map +1 -1
- package/dist/components/chip/Chip.cjs +2 -2
- package/dist/components/chip/Chip.cjs.map +1 -1
- package/dist/components/chip/Chip.d.ts +1 -1
- package/dist/components/chip/Chip.js +23 -23
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/collapsible/styled.cjs +2 -2
- package/dist/components/collapsible/styled.cjs.map +1 -1
- package/dist/components/collapsible/styled.js +15 -11
- package/dist/components/collapsible/styled.js.map +1 -1
- package/dist/components/combobox/Combobox.cjs +2 -2
- package/dist/components/combobox/Combobox.cjs.map +1 -1
- package/dist/components/combobox/Combobox.js +206 -173
- package/dist/components/combobox/Combobox.js.map +1 -1
- package/dist/components/date-picker/DatePicker.cjs +2 -2
- package/dist/components/date-picker/DatePicker.cjs.map +1 -1
- package/dist/components/date-picker/DatePicker.d.ts +2 -2
- package/dist/components/date-picker/DatePicker.js +151 -127
- package/dist/components/date-picker/DatePicker.js.map +1 -1
- package/dist/components/dialog/styled.cjs +2 -2
- package/dist/components/dialog/styled.cjs.map +1 -1
- package/dist/components/dialog/styled.js +75 -65
- package/dist/components/dialog/styled.js.map +1 -1
- package/dist/components/drawer/Drawer.cjs +2 -2
- package/dist/components/drawer/Drawer.cjs.map +1 -1
- package/dist/components/drawer/Drawer.js +69 -63
- package/dist/components/drawer/Drawer.js.map +1 -1
- package/dist/components/flag/styled.cjs +2 -2
- package/dist/components/flag/styled.cjs.map +1 -1
- package/dist/components/flag/styled.d.ts +9 -7
- package/dist/components/flag/styled.js +8437 -3751
- package/dist/components/flag/styled.js.map +1 -1
- package/dist/components/form/FormControl.cjs +2 -2
- package/dist/components/form/FormControl.cjs.map +1 -1
- package/dist/components/form/FormControl.d.ts +3 -3
- package/dist/components/form/FormControl.js +13 -18
- package/dist/components/form/FormControl.js.map +1 -1
- package/dist/components/form/FormHelperText.cjs +2 -2
- package/dist/components/form/FormHelperText.cjs.map +1 -1
- package/dist/components/form/FormHelperText.d.ts +1 -1
- package/dist/components/form/FormHelperText.js +8 -9
- package/dist/components/form/FormHelperText.js.map +1 -1
- package/dist/components/form/FormLabel.cjs +2 -2
- package/dist/components/form/FormLabel.cjs.map +1 -1
- package/dist/components/form/FormLabel.d.ts +3 -3
- package/dist/components/form/FormLabel.js +38 -33
- package/dist/components/form/FormLabel.js.map +1 -1
- package/dist/components/heading/Heading.cjs +2 -2
- package/dist/components/heading/Heading.cjs.map +1 -1
- package/dist/components/heading/Heading.js +14 -10
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.cjs +2 -2
- package/dist/components/icon/Icon.cjs.map +1 -1
- package/dist/components/icon/Icon.d.ts +2 -2
- package/dist/components/icon/Icon.js +15 -10
- package/dist/components/icon/Icon.js.map +1 -1
- package/dist/components/icon-button/IconButton.cjs +2 -2
- package/dist/components/icon-button/IconButton.cjs.map +1 -1
- package/dist/components/icon-button/IconButton.d.ts +2 -3
- package/dist/components/icon-button/IconButton.js +8 -7
- package/dist/components/icon-button/IconButton.js.map +1 -1
- package/dist/components/illustration/Illustration.cjs +2 -2
- package/dist/components/illustration/Illustration.cjs.map +1 -1
- package/dist/components/illustration/Illustration.js +35 -39
- package/dist/components/illustration/Illustration.js.map +1 -1
- package/dist/components/illustration/patterns.cjs +2 -2
- package/dist/components/illustration/patterns.cjs.map +1 -1
- package/dist/components/illustration/patterns.js +5563 -8897
- package/dist/components/illustration/patterns.js.map +1 -1
- package/dist/components/input/HighlightedInput.cjs +2 -2
- package/dist/components/input/HighlightedInput.cjs.map +1 -1
- package/dist/components/input/HighlightedInput.d.ts +13 -16
- package/dist/components/input/HighlightedInput.js +43 -58
- package/dist/components/input/HighlightedInput.js.map +1 -1
- package/dist/components/input/Input.cjs +2 -2
- package/dist/components/input/Input.cjs.map +1 -1
- package/dist/components/input/Input.d.ts +2 -3
- package/dist/components/input/Input.js +12 -13
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input/InputAddon.cjs +2 -2
- package/dist/components/input/InputAddon.cjs.map +1 -1
- package/dist/components/input/InputAddon.d.ts +5 -4
- package/dist/components/input/InputAddon.js +8 -9
- package/dist/components/input/InputAddon.js.map +1 -1
- package/dist/components/input/InputGroup.cjs +2 -2
- package/dist/components/input/InputGroup.cjs.map +1 -1
- package/dist/components/input/InputGroup.d.ts +1 -1
- package/dist/components/input/InputGroup.js +8 -9
- package/dist/components/input/InputGroup.js.map +1 -1
- package/dist/components/input/PhoneNumberInput.cjs +2 -2
- package/dist/components/input/PhoneNumberInput.cjs.map +1 -1
- package/dist/components/input/PhoneNumberInput.js +21 -23
- package/dist/components/input/PhoneNumberInput.js.map +1 -1
- package/dist/components/menu/Menu.cjs +2 -2
- package/dist/components/menu/Menu.cjs.map +1 -1
- package/dist/components/menu/Menu.js +32 -28
- package/dist/components/menu/Menu.js.map +1 -1
- package/dist/components/pagination/Pagination.cjs +2 -2
- package/dist/components/pagination/Pagination.cjs.map +1 -1
- package/dist/components/pagination/Pagination.d.ts +1 -1
- package/dist/components/pagination/Pagination.js +76 -84
- package/dist/components/pagination/Pagination.js.map +1 -1
- package/dist/components/pagination/use-pagination.cjs +2 -2
- package/dist/components/pagination/use-pagination.cjs.map +1 -1
- package/dist/components/pagination/use-pagination.js +56 -54
- package/dist/components/pagination/use-pagination.js.map +1 -1
- package/dist/components/popover/Popover.cjs +2 -2
- package/dist/components/popover/Popover.cjs.map +1 -1
- package/dist/components/popover/Popover.js +21 -25
- package/dist/components/popover/Popover.js.map +1 -1
- package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -2
- package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -1
- package/dist/components/radio-button-group/RadioButtonGroup.js +20 -20
- package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -2
- package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -1
- package/dist/components/radio-card-group/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card-group/RadioCardGroup.js +21 -22
- package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -1
- package/dist/components/radio-card-group/namespace.cjs +2 -2
- package/dist/components/radio-card-group/namespace.cjs.map +1 -1
- package/dist/components/radio-card-group/namespace.js +15 -10
- package/dist/components/radio-card-group/namespace.js.map +1 -1
- package/dist/components/radio-group/RadioGroup.cjs +2 -2
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -1
- package/dist/components/radio-group/RadioGroup.js +21 -21
- package/dist/components/radio-group/RadioGroup.js.map +1 -1
- package/dist/components/select/Select.cjs +2 -2
- package/dist/components/select/Select.cjs.map +1 -1
- package/dist/components/select/Select.js +194 -141
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-language/SelectLanguage.cjs +2 -2
- package/dist/components/select-language/SelectLanguage.cjs.map +1 -1
- package/dist/components/select-language/SelectLanguage.js +114 -88
- package/dist/components/select-language/SelectLanguage.js.map +1 -1
- package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -2
- package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -1
- package/dist/components/status-tag-select/StatusTagSelect.js +93 -115
- package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -1
- package/dist/components/switch/Switch.cjs +2 -2
- package/dist/components/switch/Switch.cjs.map +1 -1
- package/dist/components/switch/Switch.js +30 -18
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/switch-card/SwitchCard.cjs +2 -2
- package/dist/components/switch-card/SwitchCard.cjs.map +1 -1
- package/dist/components/switch-card/SwitchCard.d.ts +2 -2
- package/dist/components/switch-card/SwitchCard.js +28 -25
- package/dist/components/switch-card/SwitchCard.js.map +1 -1
- package/dist/components/switch-card/namespace.cjs +2 -2
- package/dist/components/switch-card/namespace.cjs.map +1 -1
- package/dist/components/switch-card/namespace.js +14 -9
- package/dist/components/switch-card/namespace.js.map +1 -1
- package/dist/components/table/Table.cjs +2 -2
- package/dist/components/table/Table.cjs.map +1 -1
- package/dist/components/table/Table.d.ts +12 -13
- package/dist/components/table/Table.js +133 -109
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableProvider.cjs +2 -2
- package/dist/components/table/TableProvider.cjs.map +1 -1
- package/dist/components/table/TableProvider.js +36 -39
- package/dist/components/table/TableProvider.js.map +1 -1
- package/dist/components/tabs/Tabs.cjs +2 -2
- package/dist/components/tabs/Tabs.cjs.map +1 -1
- package/dist/components/tabs/Tabs.d.ts +8 -4
- package/dist/components/tabs/Tabs.js +18 -26
- package/dist/components/tabs/Tabs.js.map +1 -1
- package/dist/components/tag/Tag.cjs +2 -2
- package/dist/components/tag/Tag.cjs.map +1 -1
- package/dist/components/tag/Tag.js +22 -16
- package/dist/components/tag/Tag.js.map +1 -1
- package/dist/components/text/Text.cjs +2 -2
- package/dist/components/text/Text.cjs.map +1 -1
- package/dist/components/text/Text.js +12 -11
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.cjs +2 -2
- package/dist/components/textarea/Textarea.cjs.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +6 -6
- package/dist/components/textarea/Textarea.js +9 -8
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/tooltip/Tooltip.cjs +2 -2
- package/dist/components/tooltip/Tooltip.cjs.map +1 -1
- package/dist/components/tooltip/Tooltip.js +38 -42
- package/dist/components/tooltip/Tooltip.js.map +1 -1
- package/dist/icons/index.cjs +2 -2
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.js +65 -58
- package/dist/icons/index.js.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.js +66 -191
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.cjs +2 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js +77 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/preset.cjs +2 -2
- package/dist/preset.cjs.map +1 -1
- package/dist/preset.d.ts +1 -1
- package/dist/preset.js +30 -31
- package/dist/preset.js.map +1 -1
- package/dist/shared/ConditionalWrapper.cjs +2 -2
- package/dist/shared/ConditionalWrapper.cjs.map +1 -1
- package/dist/shared/ConditionalWrapper.js +6 -5
- package/dist/shared/ConditionalWrapper.js.map +1 -1
- package/dist/shared/assets/icons.cjs +2 -2
- package/dist/shared/assets/icons.cjs.map +1 -1
- package/dist/shared/assets/icons.js +30 -22
- package/dist/shared/assets/icons.js.map +1 -1
- package/dist/shared/hooks/useUncontrolled.cjs +2 -2
- package/dist/shared/hooks/useUncontrolled.cjs.map +1 -1
- package/dist/shared/hooks/useUncontrolled.js +19 -16
- package/dist/shared/hooks/useUncontrolled.js.map +1 -1
- package/dist/shared/utils/events.cjs +2 -2
- package/dist/shared/utils/events.cjs.map +1 -1
- package/dist/shared/utils/events.js +7 -6
- package/dist/shared/utils/events.js.map +1 -1
- package/dist/theme/breakpoints.cjs +2 -2
- package/dist/theme/breakpoints.cjs.map +1 -1
- package/dist/theme/breakpoints.js +10 -9
- package/dist/theme/breakpoints.js.map +1 -1
- package/dist/theme/conditions.cjs +2 -2
- package/dist/theme/conditions.cjs.map +1 -1
- package/dist/theme/conditions.js +23 -24
- package/dist/theme/conditions.js.map +1 -1
- package/dist/theme/containers.cjs +2 -2
- package/dist/theme/containers.cjs.map +1 -1
- package/dist/theme/containers.js +18 -17
- package/dist/theme/containers.js.map +1 -1
- package/dist/theme/globalCss.cjs +4 -4
- package/dist/theme/globalCss.cjs.map +1 -1
- package/dist/theme/globalCss.d.ts +1 -1
- package/dist/theme/globalCss.js +94 -99
- package/dist/theme/globalCss.js.map +1 -1
- package/dist/theme/keyframes.cjs +2 -2
- package/dist/theme/keyframes.cjs.map +1 -1
- package/dist/theme/keyframes.d.ts +1 -1
- package/dist/theme/keyframes.js +256 -171
- package/dist/theme/keyframes.js.map +1 -1
- package/dist/theme/recipes/accordion.cjs +2 -2
- package/dist/theme/recipes/accordion.cjs.map +1 -1
- package/dist/theme/recipes/accordion.d.ts +1 -1
- package/dist/theme/recipes/accordion.js +93 -110
- package/dist/theme/recipes/accordion.js.map +1 -1
- package/dist/theme/recipes/action-card.cjs +2 -2
- package/dist/theme/recipes/action-card.cjs.map +1 -1
- package/dist/theme/recipes/action-card.d.ts +1 -1
- package/dist/theme/recipes/action-card.js +88 -84
- package/dist/theme/recipes/action-card.js.map +1 -1
- package/dist/theme/recipes/alert.cjs +2 -2
- package/dist/theme/recipes/alert.cjs.map +1 -1
- package/dist/theme/recipes/alert.d.ts +1 -1
- package/dist/theme/recipes/alert.js +52 -65
- package/dist/theme/recipes/alert.js.map +1 -1
- package/dist/theme/recipes/app/mobile-navigation.cjs +2 -2
- package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -1
- package/dist/theme/recipes/app/mobile-navigation.d.ts +1 -1
- package/dist/theme/recipes/app/mobile-navigation.js +94 -108
- package/dist/theme/recipes/app/mobile-navigation.js.map +1 -1
- package/dist/theme/recipes/app/navigation-language-select.cjs +2 -2
- package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -1
- package/dist/theme/recipes/app/navigation-language-select.d.ts +1 -1
- package/dist/theme/recipes/app/navigation-language-select.js +135 -148
- package/dist/theme/recipes/app/navigation-language-select.js.map +1 -1
- package/dist/theme/recipes/app/navigation.cjs +2 -2
- package/dist/theme/recipes/app/navigation.cjs.map +1 -1
- package/dist/theme/recipes/app/navigation.d.ts +1 -1
- package/dist/theme/recipes/app/navigation.js +214 -269
- package/dist/theme/recipes/app/navigation.js.map +1 -1
- package/dist/theme/recipes/app/price-tag.cjs +2 -2
- package/dist/theme/recipes/app/price-tag.cjs.map +1 -1
- package/dist/theme/recipes/app/price-tag.d.ts +1 -1
- package/dist/theme/recipes/app/price-tag.js +59 -70
- package/dist/theme/recipes/app/price-tag.js.map +1 -1
- package/dist/theme/recipes/app/product-card-catalog.cjs +2 -2
- package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -1
- package/dist/theme/recipes/app/product-card-catalog.d.ts +1 -1
- package/dist/theme/recipes/app/product-card-catalog.js +189 -194
- package/dist/theme/recipes/app/product-card-catalog.js.map +1 -1
- package/dist/theme/recipes/avatar-group.cjs +2 -2
- package/dist/theme/recipes/avatar-group.cjs.map +1 -1
- package/dist/theme/recipes/avatar-group.d.ts +1 -1
- package/dist/theme/recipes/avatar-group.js +27 -38
- package/dist/theme/recipes/avatar-group.js.map +1 -1
- package/dist/theme/recipes/avatar.cjs +2 -2
- package/dist/theme/recipes/avatar.cjs.map +1 -1
- package/dist/theme/recipes/avatar.d.ts +1 -1
- package/dist/theme/recipes/avatar.js +97 -95
- package/dist/theme/recipes/avatar.js.map +1 -1
- package/dist/theme/recipes/breadcrumb.cjs +2 -2
- package/dist/theme/recipes/breadcrumb.cjs.map +1 -1
- package/dist/theme/recipes/breadcrumb.d.ts +1 -1
- package/dist/theme/recipes/breadcrumb.js +35 -31
- package/dist/theme/recipes/breadcrumb.js.map +1 -1
- package/dist/theme/recipes/button-filter.cjs +2 -2
- package/dist/theme/recipes/button-filter.cjs.map +1 -1
- package/dist/theme/recipes/button-filter.d.ts +1 -1
- package/dist/theme/recipes/button-filter.js +57 -60
- package/dist/theme/recipes/button-filter.js.map +1 -1
- package/dist/theme/recipes/button.cjs +2 -2
- package/dist/theme/recipes/button.cjs.map +1 -1
- package/dist/theme/recipes/button.d.ts +1 -1
- package/dist/theme/recipes/button.js +287 -295
- package/dist/theme/recipes/button.js.map +1 -1
- package/dist/theme/recipes/chat/chat-document-message.cjs +2 -2
- package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-document-message.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-document-message.js +38 -43
- package/dist/theme/recipes/chat/chat-document-message.js.map +1 -1
- package/dist/theme/recipes/chat/chat-input-text.cjs +2 -2
- package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-input-text.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-input-text.js +26 -27
- package/dist/theme/recipes/chat/chat-input-text.js.map +1 -1
- package/dist/theme/recipes/chat/chat-message.cjs +2 -2
- package/dist/theme/recipes/chat/chat-message.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-message.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-message.js +49 -45
- package/dist/theme/recipes/chat/chat-message.js.map +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -2
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.js +20 -25
- package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -1
- package/dist/theme/recipes/chat/chat.cjs +2 -2
- package/dist/theme/recipes/chat/chat.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat.d.ts +1 -1
- package/dist/theme/recipes/chat/chat.js +51 -56
- package/dist/theme/recipes/chat/chat.js.map +1 -1
- package/dist/theme/recipes/checkbox-card.cjs +2 -2
- package/dist/theme/recipes/checkbox-card.cjs.map +1 -1
- package/dist/theme/recipes/checkbox-card.js +44 -40
- package/dist/theme/recipes/checkbox-card.js.map +1 -1
- package/dist/theme/recipes/checkbox-group.cjs +2 -2
- package/dist/theme/recipes/checkbox-group.cjs.map +1 -1
- package/dist/theme/recipes/checkbox-group.d.ts +1 -1
- package/dist/theme/recipes/checkbox-group.js +13 -12
- package/dist/theme/recipes/checkbox-group.js.map +1 -1
- package/dist/theme/recipes/checkbox.cjs +2 -2
- package/dist/theme/recipes/checkbox.cjs.map +1 -1
- package/dist/theme/recipes/checkbox.d.ts +1 -1
- package/dist/theme/recipes/checkbox.js +110 -129
- package/dist/theme/recipes/checkbox.js.map +1 -1
- package/dist/theme/recipes/chip.cjs +2 -2
- package/dist/theme/recipes/chip.cjs.map +1 -1
- package/dist/theme/recipes/chip.d.ts +1 -1
- package/dist/theme/recipes/chip.js +144 -182
- package/dist/theme/recipes/chip.js.map +1 -1
- package/dist/theme/recipes/collapsible.cjs +2 -2
- package/dist/theme/recipes/collapsible.cjs.map +1 -1
- package/dist/theme/recipes/collapsible.d.ts +1 -1
- package/dist/theme/recipes/collapsible.js +30 -28
- package/dist/theme/recipes/collapsible.js.map +1 -1
- package/dist/theme/recipes/combobox.cjs +2 -2
- package/dist/theme/recipes/combobox.cjs.map +1 -1
- package/dist/theme/recipes/combobox.d.ts +1 -1
- package/dist/theme/recipes/combobox.js +149 -176
- package/dist/theme/recipes/combobox.js.map +1 -1
- package/dist/theme/recipes/common/group-card.cjs +2 -2
- package/dist/theme/recipes/common/group-card.cjs.map +1 -1
- package/dist/theme/recipes/common/group-card.js +60 -80
- package/dist/theme/recipes/common/group-card.js.map +1 -1
- package/dist/theme/recipes/datepicker.cjs +2 -2
- package/dist/theme/recipes/datepicker.cjs.map +1 -1
- package/dist/theme/recipes/datepicker.d.ts +1 -1
- package/dist/theme/recipes/datepicker.js +149 -176
- package/dist/theme/recipes/datepicker.js.map +1 -1
- package/dist/theme/recipes/dialog.cjs +2 -2
- package/dist/theme/recipes/dialog.cjs.map +1 -1
- package/dist/theme/recipes/dialog.d.ts +1 -1
- package/dist/theme/recipes/dialog.js +137 -151
- package/dist/theme/recipes/dialog.js.map +1 -1
- package/dist/theme/recipes/drawer.cjs +2 -2
- package/dist/theme/recipes/drawer.cjs.map +1 -1
- package/dist/theme/recipes/drawer.d.ts +1 -1
- package/dist/theme/recipes/drawer.js +105 -125
- package/dist/theme/recipes/drawer.js.map +1 -1
- package/dist/theme/recipes/flag.cjs +2 -2
- package/dist/theme/recipes/flag.cjs.map +1 -1
- package/dist/theme/recipes/flag.d.ts +1 -1
- package/dist/theme/recipes/flag.js +21 -30
- package/dist/theme/recipes/flag.js.map +1 -1
- package/dist/theme/recipes/form/control.cjs +2 -2
- package/dist/theme/recipes/form/control.cjs.map +1 -1
- package/dist/theme/recipes/form/control.d.ts +1 -1
- package/dist/theme/recipes/form/control.js +27 -34
- package/dist/theme/recipes/form/control.js.map +1 -1
- package/dist/theme/recipes/form/helper-text.cjs +2 -2
- package/dist/theme/recipes/form/helper-text.cjs.map +1 -1
- package/dist/theme/recipes/form/helper-text.d.ts +1 -1
- package/dist/theme/recipes/form/helper-text.js +14 -13
- package/dist/theme/recipes/form/helper-text.js.map +1 -1
- package/dist/theme/recipes/form/label.cjs +2 -2
- package/dist/theme/recipes/form/label.cjs.map +1 -1
- package/dist/theme/recipes/form/label.d.ts +1 -1
- package/dist/theme/recipes/form/label.js +47 -48
- package/dist/theme/recipes/form/label.js.map +1 -1
- package/dist/theme/recipes/heading.cjs +2 -2
- package/dist/theme/recipes/heading.cjs.map +1 -1
- package/dist/theme/recipes/heading.d.ts +1 -1
- package/dist/theme/recipes/heading.js +25 -34
- package/dist/theme/recipes/heading.js.map +1 -1
- package/dist/theme/recipes/highlightedInput.cjs +2 -2
- package/dist/theme/recipes/highlightedInput.cjs.map +1 -1
- package/dist/theme/recipes/highlightedInput.d.ts +1 -1
- package/dist/theme/recipes/highlightedInput.js +54 -45
- package/dist/theme/recipes/highlightedInput.js.map +1 -1
- package/dist/theme/recipes/icon-button.cjs +2 -2
- package/dist/theme/recipes/icon-button.cjs.map +1 -1
- package/dist/theme/recipes/icon-button.js +81 -89
- package/dist/theme/recipes/icon-button.js.map +1 -1
- package/dist/theme/recipes/icon.cjs +2 -2
- package/dist/theme/recipes/icon.cjs.map +1 -1
- package/dist/theme/recipes/icon.d.ts +1 -1
- package/dist/theme/recipes/icon.js +39 -42
- package/dist/theme/recipes/icon.js.map +1 -1
- package/dist/theme/recipes/illustration.cjs +2 -2
- package/dist/theme/recipes/illustration.cjs.map +1 -1
- package/dist/theme/recipes/illustration.d.ts +1 -1
- package/dist/theme/recipes/illustration.js +29 -48
- package/dist/theme/recipes/illustration.js.map +1 -1
- package/dist/theme/recipes/index.cjs +2 -2
- package/dist/theme/recipes/index.cjs.map +1 -1
- package/dist/theme/recipes/index.d.ts +1 -1
- package/dist/theme/recipes/index.js +127 -127
- package/dist/theme/recipes/index.js.map +1 -1
- package/dist/theme/recipes/input-addon.cjs +2 -2
- package/dist/theme/recipes/input-addon.cjs.map +1 -1
- package/dist/theme/recipes/input-addon.d.ts +1 -1
- package/dist/theme/recipes/input-addon.js +24 -24
- package/dist/theme/recipes/input-addon.js.map +1 -1
- package/dist/theme/recipes/input-group.cjs +2 -2
- package/dist/theme/recipes/input-group.cjs.map +1 -1
- package/dist/theme/recipes/input-group.d.ts +1 -1
- package/dist/theme/recipes/input-group.js +40 -49
- package/dist/theme/recipes/input-group.js.map +1 -1
- package/dist/theme/recipes/input.cjs +2 -2
- package/dist/theme/recipes/input.cjs.map +1 -1
- package/dist/theme/recipes/input.d.ts +1 -1
- package/dist/theme/recipes/input.js +48 -61
- package/dist/theme/recipes/input.js.map +1 -1
- package/dist/theme/recipes/menu.cjs +2 -2
- package/dist/theme/recipes/menu.cjs.map +1 -1
- package/dist/theme/recipes/menu.d.ts +1 -1
- package/dist/theme/recipes/menu.js +96 -100
- package/dist/theme/recipes/menu.js.map +1 -1
- package/dist/theme/recipes/pagination.cjs +2 -2
- package/dist/theme/recipes/pagination.cjs.map +1 -1
- package/dist/theme/recipes/pagination.d.ts +1 -1
- package/dist/theme/recipes/pagination.js +76 -71
- package/dist/theme/recipes/pagination.js.map +1 -1
- package/dist/theme/recipes/phone-number-input.cjs +2 -2
- package/dist/theme/recipes/phone-number-input.cjs.map +1 -1
- package/dist/theme/recipes/phone-number-input.d.ts +1 -1
- package/dist/theme/recipes/phone-number-input.js +55 -66
- package/dist/theme/recipes/phone-number-input.js.map +1 -1
- package/dist/theme/recipes/popover.cjs +2 -2
- package/dist/theme/recipes/popover.cjs.map +1 -1
- package/dist/theme/recipes/popover.d.ts +1 -1
- package/dist/theme/recipes/popover.js +30 -28
- package/dist/theme/recipes/popover.js.map +1 -1
- package/dist/theme/recipes/radio-button-group.cjs +2 -2
- package/dist/theme/recipes/radio-button-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-button-group.d.ts +1 -1
- package/dist/theme/recipes/radio-button-group.js +83 -94
- package/dist/theme/recipes/radio-button-group.js.map +1 -1
- package/dist/theme/recipes/radio-card-group.cjs +2 -2
- package/dist/theme/recipes/radio-card-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-card-group.d.ts +1 -1
- package/dist/theme/recipes/radio-card-group.js +64 -67
- package/dist/theme/recipes/radio-card-group.js.map +1 -1
- package/dist/theme/recipes/radio-group.cjs +2 -2
- package/dist/theme/recipes/radio-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-group.d.ts +1 -1
- package/dist/theme/recipes/radio-group.js +101 -118
- package/dist/theme/recipes/radio-group.js.map +1 -1
- package/dist/theme/recipes/select-language.cjs +2 -2
- package/dist/theme/recipes/select-language.cjs.map +1 -1
- package/dist/theme/recipes/select-language.d.ts +1 -1
- package/dist/theme/recipes/select-language.js +93 -112
- package/dist/theme/recipes/select-language.js.map +1 -1
- package/dist/theme/recipes/select.cjs +2 -2
- package/dist/theme/recipes/select.cjs.map +1 -1
- package/dist/theme/recipes/select.d.ts +1 -1
- package/dist/theme/recipes/select.js +194 -206
- package/dist/theme/recipes/select.js.map +1 -1
- package/dist/theme/recipes/status-tag-select.cjs +2 -2
- package/dist/theme/recipes/status-tag-select.cjs.map +1 -1
- package/dist/theme/recipes/status-tag-select.d.ts +1 -1
- package/dist/theme/recipes/status-tag-select.js +162 -175
- package/dist/theme/recipes/status-tag-select.js.map +1 -1
- package/dist/theme/recipes/switch-card.cjs +2 -2
- package/dist/theme/recipes/switch-card.cjs.map +1 -1
- package/dist/theme/recipes/switch-card.js +43 -42
- package/dist/theme/recipes/switch-card.js.map +1 -1
- package/dist/theme/recipes/switch.cjs +2 -2
- package/dist/theme/recipes/switch.cjs.map +1 -1
- package/dist/theme/recipes/switch.d.ts +1 -1
- package/dist/theme/recipes/switch.js +71 -86
- package/dist/theme/recipes/switch.js.map +1 -1
- package/dist/theme/recipes/table-container.cjs +2 -2
- package/dist/theme/recipes/table-container.cjs.map +1 -1
- package/dist/theme/recipes/table-container.d.ts +1 -1
- package/dist/theme/recipes/table-container.js +19 -18
- package/dist/theme/recipes/table-container.js.map +1 -1
- package/dist/theme/recipes/table-empty-row.cjs +2 -2
- package/dist/theme/recipes/table-empty-row.cjs.map +1 -1
- package/dist/theme/recipes/table-empty-row.d.ts +1 -1
- package/dist/theme/recipes/table-empty-row.js +17 -16
- package/dist/theme/recipes/table-empty-row.js.map +1 -1
- package/dist/theme/recipes/table-group-title.cjs +2 -2
- package/dist/theme/recipes/table-group-title.cjs.map +1 -1
- package/dist/theme/recipes/table-group-title.d.ts +1 -1
- package/dist/theme/recipes/table-group-title.js +26 -33
- package/dist/theme/recipes/table-group-title.js.map +1 -1
- package/dist/theme/recipes/table.cjs +2 -2
- package/dist/theme/recipes/table.cjs.map +1 -1
- package/dist/theme/recipes/table.d.ts +1 -1
- package/dist/theme/recipes/table.js +111 -109
- package/dist/theme/recipes/table.js.map +1 -1
- package/dist/theme/recipes/tabs-chip.cjs +2 -2
- package/dist/theme/recipes/tabs-chip.cjs.map +1 -1
- package/dist/theme/recipes/tabs-chip.d.ts +1 -1
- package/dist/theme/recipes/tabs-chip.js +43 -46
- package/dist/theme/recipes/tabs-chip.js.map +1 -1
- package/dist/theme/recipes/tabs.cjs +2 -2
- package/dist/theme/recipes/tabs.cjs.map +1 -1
- package/dist/theme/recipes/tabs.d.ts +1 -1
- package/dist/theme/recipes/tabs.js +92 -125
- package/dist/theme/recipes/tabs.js.map +1 -1
- package/dist/theme/recipes/tag.cjs +2 -2
- package/dist/theme/recipes/tag.cjs.map +1 -1
- package/dist/theme/recipes/tag.d.ts +1 -1
- package/dist/theme/recipes/tag.js +110 -121
- package/dist/theme/recipes/tag.js.map +1 -1
- package/dist/theme/recipes/text.cjs +2 -2
- package/dist/theme/recipes/text.cjs.map +1 -1
- package/dist/theme/recipes/text.d.ts +1 -1
- package/dist/theme/recipes/text.js +25 -38
- package/dist/theme/recipes/text.js.map +1 -1
- package/dist/theme/recipes/textarea.cjs +2 -2
- package/dist/theme/recipes/textarea.cjs.map +1 -1
- package/dist/theme/recipes/textarea.d.ts +1 -1
- package/dist/theme/recipes/textarea.js +15 -14
- package/dist/theme/recipes/textarea.js.map +1 -1
- package/dist/theme/recipes/tooltip.cjs +2 -2
- package/dist/theme/recipes/tooltip.cjs.map +1 -1
- package/dist/theme/recipes/tooltip.d.ts +1 -1
- package/dist/theme/recipes/tooltip.js +47 -62
- package/dist/theme/recipes/tooltip.js.map +1 -1
- package/dist/theme/semantic-tokens/colors.cjs +2 -2
- package/dist/theme/semantic-tokens/colors.cjs.map +1 -1
- package/dist/theme/semantic-tokens/colors.js +189 -140
- package/dist/theme/semantic-tokens/colors.js.map +1 -1
- package/dist/theme/semantic-tokens/index.cjs +2 -2
- package/dist/theme/semantic-tokens/index.cjs.map +1 -1
- package/dist/theme/semantic-tokens/index.js +7 -8
- package/dist/theme/semantic-tokens/index.js.map +1 -1
- package/dist/theme/text-styles.cjs +2 -2
- package/dist/theme/text-styles.cjs.map +1 -1
- package/dist/theme/text-styles.d.ts +1 -1
- package/dist/theme/text-styles.js +70 -87
- package/dist/theme/text-styles.js.map +1 -1
- package/dist/theme/tokens/animations.cjs +2 -2
- package/dist/theme/tokens/animations.cjs.map +1 -1
- package/dist/theme/tokens/animations.js +22 -45
- package/dist/theme/tokens/animations.js.map +1 -1
- package/dist/theme/tokens/aspect-ratios.cjs +2 -2
- package/dist/theme/tokens/aspect-ratios.cjs.map +1 -1
- package/dist/theme/tokens/aspect-ratios.js +12 -11
- package/dist/theme/tokens/aspect-ratios.js.map +1 -1
- package/dist/theme/tokens/blurs.cjs +2 -2
- package/dist/theme/tokens/blurs.cjs.map +1 -1
- package/dist/theme/tokens/blurs.js +13 -12
- package/dist/theme/tokens/blurs.js.map +1 -1
- package/dist/theme/tokens/borders.cjs +2 -2
- package/dist/theme/tokens/borders.cjs.map +1 -1
- package/dist/theme/tokens/borders.js +6 -9
- package/dist/theme/tokens/borders.js.map +1 -1
- package/dist/theme/tokens/colors.cjs +2 -2
- package/dist/theme/tokens/colors.cjs.map +1 -1
- package/dist/theme/tokens/colors.js +78 -77
- package/dist/theme/tokens/colors.js.map +1 -1
- package/dist/theme/tokens/durations.cjs +2 -2
- package/dist/theme/tokens/durations.cjs.map +1 -1
- package/dist/theme/tokens/durations.js +14 -13
- package/dist/theme/tokens/durations.js.map +1 -1
- package/dist/theme/tokens/easings.cjs +3 -3
- package/dist/theme/tokens/easings.cjs.map +1 -1
- package/dist/theme/tokens/easings.js +24 -92
- package/dist/theme/tokens/easings.js.map +1 -1
- package/dist/theme/tokens/index.cjs +2 -2
- package/dist/theme/tokens/index.cjs.map +1 -1
- package/dist/theme/tokens/index.js +36 -35
- package/dist/theme/tokens/index.js.map +1 -1
- package/dist/theme/tokens/radii.cjs +2 -2
- package/dist/theme/tokens/radii.cjs.map +1 -1
- package/dist/theme/tokens/radii.js +28 -27
- package/dist/theme/tokens/radii.js.map +1 -1
- package/dist/theme/tokens/shadows.cjs +2 -2
- package/dist/theme/tokens/shadows.cjs.map +1 -1
- package/dist/theme/tokens/shadows.js +14 -13
- package/dist/theme/tokens/shadows.js.map +1 -1
- package/dist/theme/tokens/sizes.cjs +2 -2
- package/dist/theme/tokens/sizes.cjs.map +1 -1
- package/dist/theme/tokens/sizes.js +35 -84
- package/dist/theme/tokens/sizes.js.map +1 -1
- package/dist/theme/tokens/spacing.cjs +2 -2
- package/dist/theme/tokens/spacing.cjs.map +1 -1
- package/dist/theme/tokens/spacing.js +32 -83
- package/dist/theme/tokens/spacing.js.map +1 -1
- package/dist/theme/tokens/typography.cjs +2 -2
- package/dist/theme/tokens/typography.cjs.map +1 -1
- package/dist/theme/tokens/typography.js +82 -85
- package/dist/theme/tokens/typography.js.map +1 -1
- package/dist/theme/tokens/z-index.cjs +2 -2
- package/dist/theme/tokens/z-index.cjs.map +1 -1
- package/dist/theme/tokens/z-index.js +18 -41
- package/dist/theme/tokens/z-index.js.map +1 -1
- package/dist/theme/utilities.cjs +2 -2
- package/dist/theme/utilities.cjs.map +1 -1
- package/dist/theme/utilities.js +15 -16
- package/dist/theme/utilities.js.map +1 -1
- package/dist/ui.css +2 -1
- package/dist/utils/slots.cjs +2 -2
- package/dist/utils/slots.cjs.map +1 -1
- package/dist/utils/slots.js +42 -40
- package/dist/utils/slots.js.map +1 -1
- package/package.json +11 -7
- package/dist/_virtual/_commonjsHelpers.cjs +0 -2
- package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -10
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/cjs.cjs +0 -2
- package/dist/_virtual/cjs.cjs.map +0 -1
- package/dist/_virtual/cjs.js +0 -9
- package/dist/_virtual/cjs.js.map +0 -1
- package/dist/_virtual/lodash.cjs +0 -2
- package/dist/_virtual/lodash.cjs.map +0 -1
- package/dist/_virtual/lodash.js +0 -7
- package/dist/_virtual/lodash.js.map +0 -1
- package/dist/_virtual/lodash2.cjs +0 -2
- package/dist/_virtual/lodash2.cjs.map +0 -1
- package/dist/_virtual/lodash2.js +0 -6
- package/dist/_virtual/lodash2.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +0 -1
- package/dist/node_modules/@pandacss/shared/dist/index.cjs +0 -2
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +0 -1
- package/dist/node_modules/@pandacss/shared/dist/index.js +0 -469
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +0 -1
- package/dist/node_modules/@zag-js/utils/dist/functions.cjs +0 -2
- package/dist/node_modules/@zag-js/utils/dist/functions.cjs.map +0 -1
- package/dist/node_modules/@zag-js/utils/dist/functions.js +0 -6
- package/dist/node_modules/@zag-js/utils/dist/functions.js.map +0 -1
- package/dist/node_modules/deepmerge/dist/cjs.cjs +0 -2
- package/dist/node_modules/deepmerge/dist/cjs.cjs.map +0 -1
- package/dist/node_modules/deepmerge/dist/cjs.js +0 -81
- package/dist/node_modules/deepmerge/dist/cjs.js.map +0 -1
- package/dist/node_modules/lodash/lodash.cjs +0 -21
- package/dist/node_modules/lodash/lodash.cjs.map +0 -1
- package/dist/node_modules/lodash/lodash.js +0 -3686
- package/dist/node_modules/lodash/lodash.js.map +0 -1
|
@@ -1,48 +1,57 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { defineSlotRecipe as e } from "@pandacss/dev";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
3
|
+
//#region src/theme/recipes/highlightedInput.ts
|
|
4
|
+
var t = e({
|
|
5
|
+
className: "highlightedInput",
|
|
6
|
+
description: "Styles for HighlightedInput component",
|
|
7
|
+
slots: [
|
|
8
|
+
"root",
|
|
9
|
+
"input",
|
|
10
|
+
"renderer",
|
|
11
|
+
"highlight"
|
|
12
|
+
],
|
|
13
|
+
jsx: [
|
|
14
|
+
"Root",
|
|
15
|
+
"InputSlot",
|
|
16
|
+
"Renderer",
|
|
17
|
+
"Highlight"
|
|
18
|
+
],
|
|
19
|
+
base: {
|
|
20
|
+
root: {
|
|
21
|
+
position: "relative",
|
|
22
|
+
height: "size-40"
|
|
23
|
+
},
|
|
24
|
+
input: {
|
|
25
|
+
position: "absolute",
|
|
26
|
+
inset: 0,
|
|
27
|
+
width: "full",
|
|
28
|
+
height: "full",
|
|
29
|
+
outline: 0,
|
|
30
|
+
px: "space-16",
|
|
31
|
+
background: "transparent",
|
|
32
|
+
color: "transparent",
|
|
33
|
+
caretColor: "text",
|
|
34
|
+
"&:placeholder-shown": { color: "initial" }
|
|
35
|
+
},
|
|
36
|
+
renderer: {
|
|
37
|
+
position: "absolute",
|
|
38
|
+
maxWidth: "full",
|
|
39
|
+
display: "flex",
|
|
40
|
+
px: "16px",
|
|
41
|
+
py: "10px",
|
|
42
|
+
whiteSpace: "pre",
|
|
43
|
+
pointerEvents: "none",
|
|
44
|
+
fontSize: "body.md",
|
|
45
|
+
lineHeight: "normal",
|
|
46
|
+
textStyle: "body.md",
|
|
47
|
+
fontFamily: "satoshi",
|
|
48
|
+
overflowX: "scroll",
|
|
49
|
+
scrollbarWidth: "none",
|
|
50
|
+
border: "1px solid transparent"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
44
53
|
});
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
//# sourceMappingURL=highlightedInput.js.map
|
|
54
|
+
//#endregion
|
|
55
|
+
export { t as highlightedInputRecipe };
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=highlightedInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlightedInput.js","sources":["../../../src/theme/recipes/highlightedInput.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const highlightedInputRecipe = defineSlotRecipe({\n className: 'highlightedInput',\n description: 'Styles for HighlightedInput component',\n slots: ['root', 'input', 'renderer', 'highlight'],\n jsx: ['Root', 'InputSlot', 'Renderer', 'Highlight'],\n base: {\n root: {\n position: 'relative',\n height: 'size-40',\n },\n input: {\n position: 'absolute',\n inset: 0,\n width: 'full',\n height: 'full',\n outline: 0,\n px: 'space-16',\n background: 'transparent',\n color: 'transparent',\n caretColor: 'text',\n '&:placeholder-shown': {\n color: 'initial',\n },\n },\n renderer: {\n position: 'absolute',\n maxWidth: 'full',\n display: 'flex',\n px: '16px',\n py: '10px',\n whiteSpace: 'pre',\n pointerEvents: 'none',\n fontSize: 'body.md',\n lineHeight: 'normal',\n textStyle: 'body.md',\n fontFamily: 'satoshi',\n overflowX: 'scroll',\n scrollbarWidth: 'none',\n border: '1px solid transparent',\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"highlightedInput.js","names":[],"sources":["../../../src/theme/recipes/highlightedInput.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const highlightedInputRecipe = defineSlotRecipe({\n className: 'highlightedInput',\n description: 'Styles for HighlightedInput component',\n slots: ['root', 'input', 'renderer', 'highlight'],\n jsx: ['Root', 'InputSlot', 'Renderer', 'Highlight'],\n base: {\n root: {\n position: 'relative',\n height: 'size-40',\n },\n input: {\n position: 'absolute',\n inset: 0,\n width: 'full',\n height: 'full',\n outline: 0,\n px: 'space-16',\n background: 'transparent',\n color: 'transparent',\n caretColor: 'text',\n '&:placeholder-shown': {\n color: 'initial',\n },\n },\n renderer: {\n position: 'absolute',\n maxWidth: 'full',\n display: 'flex',\n px: '16px',\n py: '10px',\n whiteSpace: 'pre',\n pointerEvents: 'none',\n fontSize: 'body.md',\n lineHeight: 'normal',\n textStyle: 'body.md',\n fontFamily: 'satoshi',\n overflowX: 'scroll',\n scrollbarWidth: 'none',\n border: '1px solid transparent',\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAyB,EAAiB;CACrD,WAAW;CACX,aAAa;CACb,OAAO;EAAC;EAAQ;EAAS;EAAY;CAAW;CAChD,KAAK;EAAC;EAAQ;EAAa;EAAY;CAAW;CAClD,MAAM;EACJ,MAAM;GACJ,UAAU;GACV,QAAQ;EACV;EACA,OAAO;GACL,UAAU;GACV,OAAO;GACP,OAAO;GACP,QAAQ;GACR,SAAS;GACT,IAAI;GACJ,YAAY;GACZ,OAAO;GACP,YAAY;GACZ,uBAAuB,EACrB,OAAO,UACT;EACF;EACA,UAAU;GACR,UAAU;GACV,UAAU;GACV,SAAS;GACT,IAAI;GACJ,IAAI;GACJ,YAAY;GACZ,eAAe;GACf,UAAU;GACV,YAAY;GACZ,WAAW;GACX,YAAY;GACZ,WAAW;GACX,gBAAgB;GAChB,QAAQ;EACV;CACF;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=icon-button.cjs.map
|
|
1
|
+
"use client";const e=require("../../_virtual/_rolldown/runtime.cjs"),t=require("./button.cjs"),n=require("../../node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.cjs");let r=require("@pandacss/dev");var i=(0,e.__toESM(n.default,1).default)(t.buttonRecipe,(0,r.defineRecipe)({className:`icon-button`,defaultVariants:{size:`md`,variant:`primary`,severity:`none`},jsx:[`IconButton`],base:{flexShrink:0,flexGrow:0},description:`The styles for the IconButton component`,variants:{variant:{primary:{},secondary:{},tertiary:{}},severity:{none:{},danger:{}},size:{lg:{px:`space-8`,py:`space-8`,width:`size-40`,height:`size-40`,"& svg":{width:`size-24!`,height:`size-24!`}},md:{px:`space-8`,py:`space-8`,width:`size-32`,height:`size-32`,"& svg":{width:`size-16!`,height:`size-16!`}},sm:{px:`space-4`,py:`space-4`,width:`size-24`,height:`size-24`,"& svg":{width:`size-16!`,height:`size-16!`}}}},compoundVariants:[{variant:`primary`,size:`sm`,css:{minWidth:`auto`}},{variant:`primary`,size:`md`,css:{minWidth:`auto`}},{variant:`primary`,size:`lg`,css:{minWidth:`auto`}}]}));exports.iconButtonRecipe=i;
|
|
2
|
+
//# sourceMappingURL=icon-button.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.cjs","sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"
|
|
1
|
+
{"version":3,"file":"icon-button.cjs","names":[],"sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"mappings":"wNAIA,IAAa,GAAA,uBAAA,EAAA,SACX,EAAA,cAAA,EAAA,EAAA,cACa,CACX,UAAW,cACX,gBAAiB,CACf,KAAM,KACN,QAAS,UACT,SAAU,MACZ,EACA,IAAK,CAAC,YAAY,EAClB,KAAM,CACJ,WAAY,EACZ,SAAU,CACZ,EACA,YAAa,0CACb,SAAU,CACR,QAAS,CACP,QAAS,CAAC,EACV,UAAW,CAAC,EACZ,SAAU,CAAC,CACb,EACA,SAAU,CACR,KAAM,CAAC,EACP,OAAQ,CAAC,CACX,EACA,KAAM,CACJ,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,EACA,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,EACA,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,CACF,CACF,EACA,iBAAkB,CAChB,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,EACA,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,EACA,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,CACF,CACF,CAAC,CACH"}
|
|
@@ -1,91 +1,83 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import e from "../../_virtual/cjs.js";
|
|
2
|
+
import { __toESM as e } from "../../_virtual/_rolldown/runtime.js";
|
|
4
3
|
import { buttonRecipe as t } from "./button.js";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
]
|
|
86
|
-
})
|
|
87
|
-
);
|
|
88
|
-
export {
|
|
89
|
-
n as iconButtonRecipe
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=icon-button.js.map
|
|
4
|
+
import { require_cjs as n } from "../../node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js";
|
|
5
|
+
import { defineRecipe as r } from "@pandacss/dev";
|
|
6
|
+
var i = (0, (/* @__PURE__ */ e(n(), 1)).default)(t, r({
|
|
7
|
+
className: "icon-button",
|
|
8
|
+
defaultVariants: {
|
|
9
|
+
size: "md",
|
|
10
|
+
variant: "primary",
|
|
11
|
+
severity: "none"
|
|
12
|
+
},
|
|
13
|
+
jsx: ["IconButton"],
|
|
14
|
+
base: {
|
|
15
|
+
flexShrink: 0,
|
|
16
|
+
flexGrow: 0
|
|
17
|
+
},
|
|
18
|
+
description: "The styles for the IconButton component",
|
|
19
|
+
variants: {
|
|
20
|
+
variant: {
|
|
21
|
+
primary: {},
|
|
22
|
+
secondary: {},
|
|
23
|
+
tertiary: {}
|
|
24
|
+
},
|
|
25
|
+
severity: {
|
|
26
|
+
none: {},
|
|
27
|
+
danger: {}
|
|
28
|
+
},
|
|
29
|
+
size: {
|
|
30
|
+
lg: {
|
|
31
|
+
px: "space-8",
|
|
32
|
+
py: "space-8",
|
|
33
|
+
width: "size-40",
|
|
34
|
+
height: "size-40",
|
|
35
|
+
"& svg": {
|
|
36
|
+
width: "size-24!",
|
|
37
|
+
height: "size-24!"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
md: {
|
|
41
|
+
px: "space-8",
|
|
42
|
+
py: "space-8",
|
|
43
|
+
width: "size-32",
|
|
44
|
+
height: "size-32",
|
|
45
|
+
"& svg": {
|
|
46
|
+
width: "size-16!",
|
|
47
|
+
height: "size-16!"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
sm: {
|
|
51
|
+
px: "space-4",
|
|
52
|
+
py: "space-4",
|
|
53
|
+
width: "size-24",
|
|
54
|
+
height: "size-24",
|
|
55
|
+
"& svg": {
|
|
56
|
+
width: "size-16!",
|
|
57
|
+
height: "size-16!"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
compoundVariants: [
|
|
63
|
+
{
|
|
64
|
+
variant: "primary",
|
|
65
|
+
size: "sm",
|
|
66
|
+
css: { minWidth: "auto" }
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
variant: "primary",
|
|
70
|
+
size: "md",
|
|
71
|
+
css: { minWidth: "auto" }
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
variant: "primary",
|
|
75
|
+
size: "lg",
|
|
76
|
+
css: { minWidth: "auto" }
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}));
|
|
80
|
+
//#endregion
|
|
81
|
+
export { i as iconButtonRecipe };
|
|
82
|
+
|
|
83
|
+
//# sourceMappingURL=icon-button.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.js","sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"
|
|
1
|
+
{"version":3,"file":"icon-button.js","names":[],"sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"mappings":";;;;;AAIA,IAAa,KAAA,IAAA,wBAAA,GAAA,SACX,GACA,EAAa;CACX,WAAW;CACX,iBAAiB;EACf,MAAM;EACN,SAAS;EACT,UAAU;CACZ;CACA,KAAK,CAAC,YAAY;CAClB,MAAM;EACJ,YAAY;EACZ,UAAU;CACZ;CACA,aAAa;CACb,UAAU;EACR,SAAS;GACP,SAAS,CAAC;GACV,WAAW,CAAC;GACZ,UAAU,CAAC;EACb;EACA,UAAU;GACR,MAAM,CAAC;GACP,QAAQ,CAAC;EACX;EACA,MAAM;GACJ,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;GACA,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;GACA,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;EACF;CACF;CACA,kBAAkB;EAChB;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;EACA;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;EACA;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;CACF;AACF,CAAC,CACH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=icon.cjs.map
|
|
1
|
+
"use client";var e=(0,require("@pandacss/dev").defineRecipe)({base:{color:`currentColor`,display:`inline-block`,flexShrink:`0`,lineHeight:`1em`,verticalAlign:`middle`},className:`icon`,defaultVariants:{size:`md`},jsx:[`Icon`],variants:{size:{xs:{height:`size-16`,width:`size-16`},sm:{height:`size-20`,width:`size-20`},md:{height:`size-24`,width:`size-24`},lg:{height:`size-32`,width:`size-32`},xl:{height:`size-40`,width:`size-40`}}}});exports.iconRecipe=e;
|
|
2
|
+
//# sourceMappingURL=icon.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.cjs","sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"icon.cjs","names":[],"sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAA0B,CACrC,KAAM,CACJ,MAAO,eACP,QAAS,eACT,WAAY,IACZ,WAAY,MACZ,cAAe,QACjB,EACA,UAAW,OACX,gBAAiB,CACf,KAAM,IACR,EACA,IAAK,CAAC,MAAM,EACZ,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,CACF,CACF,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/dev';
|
|
2
2
|
export declare const iconRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,44 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { defineRecipe as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
2
|
+
import { defineRecipe as e } from "@pandacss/dev";
|
|
3
|
+
//#region src/theme/recipes/icon.ts
|
|
4
|
+
var t = e({
|
|
5
|
+
base: {
|
|
6
|
+
color: "currentColor",
|
|
7
|
+
display: "inline-block",
|
|
8
|
+
flexShrink: "0",
|
|
9
|
+
lineHeight: "1em",
|
|
10
|
+
verticalAlign: "middle"
|
|
11
|
+
},
|
|
12
|
+
className: "icon",
|
|
13
|
+
defaultVariants: { size: "md" },
|
|
14
|
+
jsx: ["Icon"],
|
|
15
|
+
variants: { size: {
|
|
16
|
+
xs: {
|
|
17
|
+
height: "size-16",
|
|
18
|
+
width: "size-16"
|
|
19
|
+
},
|
|
20
|
+
sm: {
|
|
21
|
+
height: "size-20",
|
|
22
|
+
width: "size-20"
|
|
23
|
+
},
|
|
24
|
+
md: {
|
|
25
|
+
height: "size-24",
|
|
26
|
+
width: "size-24"
|
|
27
|
+
},
|
|
28
|
+
lg: {
|
|
29
|
+
height: "size-32",
|
|
30
|
+
width: "size-32"
|
|
31
|
+
},
|
|
32
|
+
xl: {
|
|
33
|
+
height: "size-40",
|
|
34
|
+
width: "size-40"
|
|
35
|
+
}
|
|
36
|
+
} }
|
|
40
37
|
});
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
//# sourceMappingURL=icon.js.map
|
|
38
|
+
//#endregion
|
|
39
|
+
export { t as iconRecipe };
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.js","sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"icon.js","names":[],"sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAa,EAAa;CACrC,MAAM;EACJ,OAAO;EACP,SAAS;EACT,YAAY;EACZ,YAAY;EACZ,eAAe;CACjB;CACA,WAAW;CACX,iBAAiB,EACf,MAAM,KACR;CACA,KAAK,CAAC,MAAM;CACZ,UAAU,EACR,MAAM;EACJ,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;CACF,EACF;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=illustration.cjs.map
|
|
1
|
+
"use client";var e=(0,require("@pandacss/dev").defineRecipe)({base:{position:`absolute`,zIndex:-1,inset:0,color:`white`,overflow:`hidden`,borderRadius:`inherit`},className:`illustration`,defaultVariants:{pattern:`neutral`},description:`The styles for the Illustration component`,jsx:[`Illustration`],variants:{pattern:{neutral:{bg:`primary.100`},fish:{bg:`typology.fish.light`},meat:{bg:`typology.meat.light`},fruit:{bg:`typology.fruit.light`},vegetable:{bg:`typology.vegetable.light`},cereal:{bg:`typology.cereal.light`},oil:{bg:`typology.oil.light`},aromatic:{bg:`typology.aromatic.light`}}}});exports.illustrationRecipe=e;
|
|
2
|
+
//# sourceMappingURL=illustration.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration.cjs","sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"illustration.cjs","names":[],"sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAAkC,CAC7C,KAAM,CACJ,SAAU,WACV,OAAQ,GACR,MAAO,EACP,MAAO,QACP,SAAU,SACV,aAAc,SAChB,EACA,UAAW,eACX,gBAAiB,CACf,QAAS,SACX,EACA,YAAa,4CACb,IAAK,CAAC,cAAc,EACpB,SAAU,CACR,QAAS,CACP,QAAS,CACP,GAAI,aACN,EACA,KAAM,CACJ,GAAI,qBACN,EACA,KAAM,CACJ,GAAI,qBACN,EACA,MAAO,CACL,GAAI,sBACN,EACA,UAAW,CACT,GAAI,0BACN,EACA,OAAQ,CACN,GAAI,uBACN,EACA,IAAK,CACH,GAAI,oBACN,EACA,SAAU,CACR,GAAI,yBACN,CACF,CACF,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/dev';
|
|
2
2
|
export declare const illustrationRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,50 +1,31 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { defineRecipe as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
bg: "typology.meat.light"
|
|
28
|
-
},
|
|
29
|
-
fruit: {
|
|
30
|
-
bg: "typology.fruit.light"
|
|
31
|
-
},
|
|
32
|
-
vegetable: {
|
|
33
|
-
bg: "typology.vegetable.light"
|
|
34
|
-
},
|
|
35
|
-
cereal: {
|
|
36
|
-
bg: "typology.cereal.light"
|
|
37
|
-
},
|
|
38
|
-
oil: {
|
|
39
|
-
bg: "typology.oil.light"
|
|
40
|
-
},
|
|
41
|
-
aromatic: {
|
|
42
|
-
bg: "typology.aromatic.light"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
2
|
+
import { defineRecipe as e } from "@pandacss/dev";
|
|
3
|
+
//#region src/theme/recipes/illustration.ts
|
|
4
|
+
var t = e({
|
|
5
|
+
base: {
|
|
6
|
+
position: "absolute",
|
|
7
|
+
zIndex: -1,
|
|
8
|
+
inset: 0,
|
|
9
|
+
color: "white",
|
|
10
|
+
overflow: "hidden",
|
|
11
|
+
borderRadius: "inherit"
|
|
12
|
+
},
|
|
13
|
+
className: "illustration",
|
|
14
|
+
defaultVariants: { pattern: "neutral" },
|
|
15
|
+
description: "The styles for the Illustration component",
|
|
16
|
+
jsx: ["Illustration"],
|
|
17
|
+
variants: { pattern: {
|
|
18
|
+
neutral: { bg: "primary.100" },
|
|
19
|
+
fish: { bg: "typology.fish.light" },
|
|
20
|
+
meat: { bg: "typology.meat.light" },
|
|
21
|
+
fruit: { bg: "typology.fruit.light" },
|
|
22
|
+
vegetable: { bg: "typology.vegetable.light" },
|
|
23
|
+
cereal: { bg: "typology.cereal.light" },
|
|
24
|
+
oil: { bg: "typology.oil.light" },
|
|
25
|
+
aromatic: { bg: "typology.aromatic.light" }
|
|
26
|
+
} }
|
|
46
27
|
});
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
//# sourceMappingURL=illustration.js.map
|
|
28
|
+
//#endregion
|
|
29
|
+
export { t as illustrationRecipe };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=illustration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"illustration.js","sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"illustration.js","names":[],"sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAqB,EAAa;CAC7C,MAAM;EACJ,UAAU;EACV,QAAQ;EACR,OAAO;EACP,OAAO;EACP,UAAU;EACV,cAAc;CAChB;CACA,WAAW;CACX,iBAAiB,EACf,SAAS,UACX;CACA,aAAa;CACb,KAAK,CAAC,cAAc;CACpB,UAAU,EACR,SAAS;EACP,SAAS,EACP,IAAI,cACN;EACA,MAAM,EACJ,IAAI,sBACN;EACA,MAAM,EACJ,IAAI,sBACN;EACA,OAAO,EACL,IAAI,uBACN;EACA,WAAW,EACT,IAAI,2BACN;EACA,QAAQ,EACN,IAAI,wBACN;EACA,KAAK,EACH,IAAI,qBACN;EACA,UAAU,EACR,IAAI,0BACN;CACF,EACF;AACF,CAAC"}
|