@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-card-catalog.js","sources":["../../../../src/theme/recipes/app/product-card-catalog.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const productCardCatalogRecipe = defineSlotRecipe({\n base: {\n root: {\n display: 'flex',\n flexDirection: 'column',\n background: 'white',\n border: '1px solid {colors.primary.100}',\n borderRadius: 'radius-16',\n overflow: 'hidden',\n position: 'relative',\n cursor: 'pointer',\n transition: 'shadow',\n padding: 'space-16',\n gap: 'space-16',\n paddingBottom: 'space-24',\n _hover: {\n boxShadow: '0px 4px 8px 0px {colors.secondary.500/10}',\n },\n },\n title: {\n position: 'relative',\n fontFamily: 'cabinet',\n lineClamp: 2,\n textStyle: 'heading.h4',\n color: 'text.heading',\n minHeight: '44px',\n '& svg': {\n position: 'absolute',\n top: 0,\n right: 0,\n },\n '&:has(svg)': {\n pr: 'space-28',\n },\n },\n imageContainer: {\n position: 'relative',\n overflow: 'hidden',\n borderRadius: 'radius-8',\n aspectRatio: '3/2',\n '& [data-recipe-slot=\"tag\"]': {\n position: 'absolute',\n top: 'space-8',\n left: 'space-8',\n zIndex: 1,\n },\n '& [data-recipe-slot=\"shortLivedTag\"]': {\n position: 'absolute',\n bottom: 'space-8',\n right: 'space-8',\n zIndex: 1,\n },\n '& [data-recipe-slot=\"badgeList\"]': {\n position: 'absolute',\n top: 'space-8',\n right: 'space-8',\n zIndex: 1,\n },\n '& img': {\n width: '100%',\n height: '100%',\n },\n },\n image: {\n userSelect: 'none',\n borderRadius: 'radius-8',\n width: '100%',\n aspectRatio: '3/2',\n objectFit: 'cover',\n },\n content: {\n display: 'flex',\n flexDirection: 'column',\n gap: 'space-4',\n flex: 1,\n },\n description: {\n color: 'text',\n display: 'flex',\n flexDirection: 'row',\n gap: 'space-4',\n alignItems: 'center',\n textStyle: 'body.md ',\n fontFamily: 'satoshi',\n mt: 'auto',\n '& .price-tag': {\n ml: 'auto',\n },\n },\n highlight: {\n fontWeight: 'bold',\n color: 'secondary.500',\n },\n tag: {\n display: 'flex',\n alignItems: 'center',\n gap: 'space-4',\n py: 'space-4',\n px: 'space-8',\n bg: 'primary.700',\n borderRadius: 'radius-4',\n color: 'white',\n fontWeight: 'bold',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n shortLivedTag: {\n display: 'flex',\n alignItems: 'center',\n gap: 'space-4',\n py: 'space-4',\n px: 'space-8',\n bg: 'warning.200',\n borderRadius: 'full',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n color: 'text',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n badgeList: {\n display: 'flex',\n flexDirection: 'column',\n gap: 'space-4',\n },\n badge: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'white',\n flexShrink: 0,\n width: 'size-24',\n height: 'size-24',\n borderRadius: 'full',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n fontWeight: 'bold',\n background: 'primary.700',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n },\n slots: [\n 'root',\n 'title',\n 'image',\n 'imageContainer',\n 'content',\n 'description',\n 'highlight',\n 'tag',\n 'badgeList',\n 'badge',\n 'shortLivedTag',\n ],\n className: 'product-card-catalog',\n description: 'The styles for the ProductCardCatalog component',\n jsx: [\n 'ProductCardCatalog',\n 'ProductCardCatalogTitle',\n 'ProductCardCatalogImage',\n 'ProductCardCatalogImageContainer',\n 'ProductCardCatalogContent',\n 'ProductCardCatalogDescription',\n 'ProductCardCatalogHighlight',\n 'ProductCardCatalogTag',\n 'ProductCardCatalogShortLivedTag',\n 'ProductCardCatalogBadgeList',\n 'ProductCardCatalogBadge',\n 'ProductCardCatalog.Root',\n 'ProductCardCatalog.Title',\n 'ProductCardCatalog.Image',\n 'ProductCardCatalog.ImageContainer',\n 'ProductCardCatalog.Content',\n 'ProductCardCatalog.Description',\n 'ProductCardCatalog.Highlight',\n 'ProductCardCatalog.Tag',\n 'ProductCardCatalog.BadgeList',\n 'ProductCardCatalog.Badge',\n 'ProductCardCatalog.ShortLivedTag',\n ],\n})\n"],"
|
|
1
|
+
{"version":3,"file":"product-card-catalog.js","names":[],"sources":["../../../../src/theme/recipes/app/product-card-catalog.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const productCardCatalogRecipe = defineSlotRecipe({\n base: {\n root: {\n display: 'flex',\n flexDirection: 'column',\n background: 'white',\n border: '1px solid {colors.primary.100}',\n borderRadius: 'radius-16',\n overflow: 'hidden',\n position: 'relative',\n cursor: 'pointer',\n transition: 'shadow',\n padding: 'space-16',\n gap: 'space-16',\n paddingBottom: 'space-24',\n _hover: {\n boxShadow: '0px 4px 8px 0px {colors.secondary.500/10}',\n },\n },\n title: {\n position: 'relative',\n fontFamily: 'cabinet',\n lineClamp: 2,\n textStyle: 'heading.h4',\n color: 'text.heading',\n minHeight: '44px',\n '& svg': {\n position: 'absolute',\n top: 0,\n right: 0,\n },\n '&:has(svg)': {\n pr: 'space-28',\n },\n },\n imageContainer: {\n position: 'relative',\n overflow: 'hidden',\n borderRadius: 'radius-8',\n aspectRatio: '3/2',\n '& [data-recipe-slot=\"tag\"]': {\n position: 'absolute',\n top: 'space-8',\n left: 'space-8',\n zIndex: 1,\n },\n '& [data-recipe-slot=\"shortLivedTag\"]': {\n position: 'absolute',\n bottom: 'space-8',\n right: 'space-8',\n zIndex: 1,\n },\n '& [data-recipe-slot=\"badgeList\"]': {\n position: 'absolute',\n top: 'space-8',\n right: 'space-8',\n zIndex: 1,\n },\n '& img': {\n width: '100%',\n height: '100%',\n },\n },\n image: {\n userSelect: 'none',\n borderRadius: 'radius-8',\n width: '100%',\n aspectRatio: '3/2',\n objectFit: 'cover',\n },\n content: {\n display: 'flex',\n flexDirection: 'column',\n gap: 'space-4',\n flex: 1,\n },\n description: {\n color: 'text',\n display: 'flex',\n flexDirection: 'row',\n gap: 'space-4',\n alignItems: 'center',\n textStyle: 'body.md ',\n fontFamily: 'satoshi',\n mt: 'auto',\n '& .price-tag': {\n ml: 'auto',\n },\n },\n highlight: {\n fontWeight: 'bold',\n color: 'secondary.500',\n },\n tag: {\n display: 'flex',\n alignItems: 'center',\n gap: 'space-4',\n py: 'space-4',\n px: 'space-8',\n bg: 'primary.700',\n borderRadius: 'radius-4',\n color: 'white',\n fontWeight: 'bold',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n shortLivedTag: {\n display: 'flex',\n alignItems: 'center',\n gap: 'space-4',\n py: 'space-4',\n px: 'space-8',\n bg: 'warning.200',\n borderRadius: 'full',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n color: 'text',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n badgeList: {\n display: 'flex',\n flexDirection: 'column',\n gap: 'space-4',\n },\n badge: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'white',\n flexShrink: 0,\n width: 'size-24',\n height: 'size-24',\n borderRadius: 'full',\n fontFamily: 'satoshi',\n textStyle: 'body.sm',\n fontWeight: 'bold',\n background: 'primary.700',\n '& svg': {\n width: 'size-16',\n height: 'size-16',\n },\n },\n },\n slots: [\n 'root',\n 'title',\n 'image',\n 'imageContainer',\n 'content',\n 'description',\n 'highlight',\n 'tag',\n 'badgeList',\n 'badge',\n 'shortLivedTag',\n ],\n className: 'product-card-catalog',\n description: 'The styles for the ProductCardCatalog component',\n jsx: [\n 'ProductCardCatalog',\n 'ProductCardCatalogTitle',\n 'ProductCardCatalogImage',\n 'ProductCardCatalogImageContainer',\n 'ProductCardCatalogContent',\n 'ProductCardCatalogDescription',\n 'ProductCardCatalogHighlight',\n 'ProductCardCatalogTag',\n 'ProductCardCatalogShortLivedTag',\n 'ProductCardCatalogBadgeList',\n 'ProductCardCatalogBadge',\n 'ProductCardCatalog.Root',\n 'ProductCardCatalog.Title',\n 'ProductCardCatalog.Image',\n 'ProductCardCatalog.ImageContainer',\n 'ProductCardCatalog.Content',\n 'ProductCardCatalog.Description',\n 'ProductCardCatalog.Highlight',\n 'ProductCardCatalog.Tag',\n 'ProductCardCatalog.BadgeList',\n 'ProductCardCatalog.Badge',\n 'ProductCardCatalog.ShortLivedTag',\n ],\n})\n"],"mappings":";;;AAEA,IAAa,IAA2B,EAAiB;CACvD,MAAM;EACJ,MAAM;GACJ,SAAS;GACT,eAAe;GACf,YAAY;GACZ,QAAQ;GACR,cAAc;GACd,UAAU;GACV,UAAU;GACV,QAAQ;GACR,YAAY;GACZ,SAAS;GACT,KAAK;GACL,eAAe;GACf,QAAQ,EACN,WAAW,4CACb;EACF;EACA,OAAO;GACL,UAAU;GACV,YAAY;GACZ,WAAW;GACX,WAAW;GACX,OAAO;GACP,WAAW;GACX,SAAS;IACP,UAAU;IACV,KAAK;IACL,OAAO;GACT;GACA,cAAc,EACZ,IAAI,WACN;EACF;EACA,gBAAgB;GACd,UAAU;GACV,UAAU;GACV,cAAc;GACd,aAAa;GACb,gCAA8B;IAC5B,UAAU;IACV,KAAK;IACL,MAAM;IACN,QAAQ;GACV;GACA,0CAAwC;IACtC,UAAU;IACV,QAAQ;IACR,OAAO;IACP,QAAQ;GACV;GACA,sCAAoC;IAClC,UAAU;IACV,KAAK;IACL,OAAO;IACP,QAAQ;GACV;GACA,SAAS;IACP,OAAO;IACP,QAAQ;GACV;EACF;EACA,OAAO;GACL,YAAY;GACZ,cAAc;GACd,OAAO;GACP,aAAa;GACb,WAAW;EACb;EACA,SAAS;GACP,SAAS;GACT,eAAe;GACf,KAAK;GACL,MAAM;EACR;EACA,aAAa;GACX,OAAO;GACP,SAAS;GACT,eAAe;GACf,KAAK;GACL,YAAY;GACZ,WAAW;GACX,YAAY;GACZ,IAAI;GACJ,gBAAgB,EACd,IAAI,OACN;EACF;EACA,WAAW;GACT,YAAY;GACZ,OAAO;EACT;EACA,KAAK;GACH,SAAS;GACT,YAAY;GACZ,KAAK;GACL,IAAI;GACJ,IAAI;GACJ,IAAI;GACJ,cAAc;GACd,OAAO;GACP,YAAY;GACZ,YAAY;GACZ,WAAW;GACX,SAAS;IACP,OAAO;IACP,QAAQ;GACV;EACF;EACA,eAAe;GACb,SAAS;GACT,YAAY;GACZ,KAAK;GACL,IAAI;GACJ,IAAI;GACJ,IAAI;GACJ,cAAc;GACd,YAAY;GACZ,WAAW;GACX,OAAO;GACP,SAAS;IACP,OAAO;IACP,QAAQ;GACV;EACF;EACA,WAAW;GACT,SAAS;GACT,eAAe;GACf,KAAK;EACP;EACA,OAAO;GACL,SAAS;GACT,YAAY;GACZ,gBAAgB;GAChB,OAAO;GACP,YAAY;GACZ,OAAO;GACP,QAAQ;GACR,cAAc;GACd,YAAY;GACZ,WAAW;GACX,YAAY;GACZ,YAAY;GACZ,SAAS;IACP,OAAO;IACP,QAAQ;GACV;EACF;CACF;CACA,OAAO;EACL;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF;CACA,WAAW;CACX,aAAa;CACb,KAAK;EACH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=avatar-group.cjs.map
|
|
1
|
+
"use client";var e=(0,require("@pandacss/dev").defineRecipe)({className:`avatar-group`,jsx:[`AvatarGroup`,`Avatar.Group`],base:{"--avatar-border-color":`white`,"--avatar-border-width":`1px`,"--avatar-margin-offset":`{spacing.-space-8}`,display:`flex`,flexDirection:`row`,alignItems:`center`,'& > [data-scope="avatar"][data-part="root"], & > [data-overflow], & > [data-scope="tooltip"][data-part="trigger"]':{boxShadow:`0 0 0 var(--avatar-border-width) var(--avatar-border-color)`,"&:not(:first-child)":{marginLeft:`var(--avatar-margin-offset)`}}},variants:{size:{sm:{"--avatar-margin-offset":`{spacing.-space-6}`},md:{"--avatar-margin-offset":`{spacing.-space-8}`},lg:{"--avatar-margin-offset":`{spacing.-space-12}`}}},defaultVariants:{size:`md`}});exports.avatarGroupRecipe=e;
|
|
2
|
+
//# sourceMappingURL=avatar-group.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-group.cjs","sources":["../../../src/theme/recipes/avatar-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const avatarGroupRecipe = defineRecipe({\n className: 'avatar-group',\n jsx: ['AvatarGroup', 'Avatar.Group'],\n base: {\n '--avatar-border-color': 'white',\n '--avatar-border-width': '1px',\n '--avatar-margin-offset': '{spacing.-space-8}',\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n '& > [data-scope=\"avatar\"][data-part=\"root\"], & > [data-overflow], & > [data-scope=\"tooltip\"][data-part=\"trigger\"]':\n {\n boxShadow: '0 0 0 var(--avatar-border-width) var(--avatar-border-color)',\n '&:not(:first-child)': {\n marginLeft: 'var(--avatar-margin-offset)',\n },\n },\n },\n variants: {\n size: {\n sm: {\n '--avatar-margin-offset': '{spacing.-space-6}',\n },\n md: {\n '--avatar-margin-offset': '{spacing.-space-8}',\n },\n lg: {\n '--avatar-margin-offset': '{spacing.-space-12}',\n },\n },\n },\n defaultVariants: {\n size: 'md',\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"avatar-group.cjs","names":[],"sources":["../../../src/theme/recipes/avatar-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const avatarGroupRecipe = defineRecipe({\n className: 'avatar-group',\n jsx: ['AvatarGroup', 'Avatar.Group'],\n base: {\n '--avatar-border-color': 'white',\n '--avatar-border-width': '1px',\n '--avatar-margin-offset': '{spacing.-space-8}',\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n '& > [data-scope=\"avatar\"][data-part=\"root\"], & > [data-overflow], & > [data-scope=\"tooltip\"][data-part=\"trigger\"]':\n {\n boxShadow: '0 0 0 var(--avatar-border-width) var(--avatar-border-color)',\n '&:not(:first-child)': {\n marginLeft: 'var(--avatar-margin-offset)',\n },\n },\n },\n variants: {\n size: {\n sm: {\n '--avatar-margin-offset': '{spacing.-space-6}',\n },\n md: {\n '--avatar-margin-offset': '{spacing.-space-8}',\n },\n lg: {\n '--avatar-margin-offset': '{spacing.-space-12}',\n },\n },\n },\n defaultVariants: {\n size: 'md',\n },\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAAiC,CAC5C,UAAW,eACX,IAAK,CAAC,cAAe,cAAc,EACnC,KAAM,CACJ,wBAAyB,QACzB,wBAAyB,MACzB,yBAA0B,qBAC1B,QAAS,OACT,cAAe,MACf,WAAY,SACZ,oHACE,CACE,UAAW,8DACX,sBAAuB,CACrB,WAAY,6BACd,CACF,CACJ,EACA,SAAU,CACR,KAAM,CACJ,GAAI,CACF,yBAA0B,oBAC5B,EACA,GAAI,CACF,yBAA0B,oBAC5B,EACA,GAAI,CACF,yBAA0B,qBAC5B,CACF,CACF,EACA,gBAAiB,CACf,KAAM,IACR,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/dev';
|
|
2
2
|
export declare const avatarGroupRecipe: RecipeConfig<RecipeVariantRecord>;
|
|
@@ -1,40 +1,29 @@
|
|
|
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
|
-
md: {
|
|
26
|
-
"--avatar-margin-offset": "{spacing.-space-8}"
|
|
27
|
-
},
|
|
28
|
-
lg: {
|
|
29
|
-
"--avatar-margin-offset": "{spacing.-space-12}"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
defaultVariants: {
|
|
34
|
-
size: "md"
|
|
35
|
-
}
|
|
2
|
+
import { defineRecipe as e } from "@pandacss/dev";
|
|
3
|
+
//#region src/theme/recipes/avatar-group.ts
|
|
4
|
+
var t = e({
|
|
5
|
+
className: "avatar-group",
|
|
6
|
+
jsx: ["AvatarGroup", "Avatar.Group"],
|
|
7
|
+
base: {
|
|
8
|
+
"--avatar-border-color": "white",
|
|
9
|
+
"--avatar-border-width": "1px",
|
|
10
|
+
"--avatar-margin-offset": "{spacing.-space-8}",
|
|
11
|
+
display: "flex",
|
|
12
|
+
flexDirection: "row",
|
|
13
|
+
alignItems: "center",
|
|
14
|
+
"& > [data-scope=\"avatar\"][data-part=\"root\"], & > [data-overflow], & > [data-scope=\"tooltip\"][data-part=\"trigger\"]": {
|
|
15
|
+
boxShadow: "0 0 0 var(--avatar-border-width) var(--avatar-border-color)",
|
|
16
|
+
"&:not(:first-child)": { marginLeft: "var(--avatar-margin-offset)" }
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
variants: { size: {
|
|
20
|
+
sm: { "--avatar-margin-offset": "{spacing.-space-6}" },
|
|
21
|
+
md: { "--avatar-margin-offset": "{spacing.-space-8}" },
|
|
22
|
+
lg: { "--avatar-margin-offset": "{spacing.-space-12}" }
|
|
23
|
+
} },
|
|
24
|
+
defaultVariants: { size: "md" }
|
|
36
25
|
});
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
//# sourceMappingURL=avatar-group.js.map
|
|
26
|
+
//#endregion
|
|
27
|
+
export { t as avatarGroupRecipe };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=avatar-group.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-group.js","sources":["../../../src/theme/recipes/avatar-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const avatarGroupRecipe = defineRecipe({\n className: 'avatar-group',\n jsx: ['AvatarGroup', 'Avatar.Group'],\n base: {\n '--avatar-border-color': 'white',\n '--avatar-border-width': '1px',\n '--avatar-margin-offset': '{spacing.-space-8}',\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n '& > [data-scope=\"avatar\"][data-part=\"root\"], & > [data-overflow], & > [data-scope=\"tooltip\"][data-part=\"trigger\"]':\n {\n boxShadow: '0 0 0 var(--avatar-border-width) var(--avatar-border-color)',\n '&:not(:first-child)': {\n marginLeft: 'var(--avatar-margin-offset)',\n },\n },\n },\n variants: {\n size: {\n sm: {\n '--avatar-margin-offset': '{spacing.-space-6}',\n },\n md: {\n '--avatar-margin-offset': '{spacing.-space-8}',\n },\n lg: {\n '--avatar-margin-offset': '{spacing.-space-12}',\n },\n },\n },\n defaultVariants: {\n size: 'md',\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"avatar-group.js","names":[],"sources":["../../../src/theme/recipes/avatar-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const avatarGroupRecipe = defineRecipe({\n className: 'avatar-group',\n jsx: ['AvatarGroup', 'Avatar.Group'],\n base: {\n '--avatar-border-color': 'white',\n '--avatar-border-width': '1px',\n '--avatar-margin-offset': '{spacing.-space-8}',\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n '& > [data-scope=\"avatar\"][data-part=\"root\"], & > [data-overflow], & > [data-scope=\"tooltip\"][data-part=\"trigger\"]':\n {\n boxShadow: '0 0 0 var(--avatar-border-width) var(--avatar-border-color)',\n '&:not(:first-child)': {\n marginLeft: 'var(--avatar-margin-offset)',\n },\n },\n },\n variants: {\n size: {\n sm: {\n '--avatar-margin-offset': '{spacing.-space-6}',\n },\n md: {\n '--avatar-margin-offset': '{spacing.-space-8}',\n },\n lg: {\n '--avatar-margin-offset': '{spacing.-space-12}',\n },\n },\n },\n defaultVariants: {\n size: 'md',\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAoB,EAAa;CAC5C,WAAW;CACX,KAAK,CAAC,eAAe,cAAc;CACnC,MAAM;EACJ,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,SAAS;EACT,eAAe;EACf,YAAY;EACZ,6HACE;GACE,WAAW;GACX,uBAAuB,EACrB,YAAY,8BACd;EACF;CACJ;CACA,UAAU,EACR,MAAM;EACJ,IAAI,EACF,0BAA0B,qBAC5B;EACA,IAAI,EACF,0BAA0B,qBAC5B;EACA,IAAI,EACF,0BAA0B,sBAC5B;CACF,EACF;CACA,iBAAiB,EACf,MAAM,KACR;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=avatar.cjs.map
|
|
1
|
+
"use client";let e=require("@ark-ui/react");var t=(0,require("@pandacss/dev").defineSlotRecipe)({className:`avatar`,slots:e.avatarAnatomy.keys(),jsx:[`Avatar`,`Avatar.Root`,`Avatar.Image`,`Avatar.Fallback`],base:{root:{display:`flex`,justifyContent:`center`,alignItems:`center`,borderRadius:`full`,flexShrink:0,overflow:`hidden`,color:{base:`secondary.500`,_liveQuoteTheme:`secondary.700`},background:{base:`secondary.100`,_liveQuoteTheme:`secondary.200`},fontWeight:`semibold`,'& img:not([data-part="image"])':{width:`100%`,height:`100%`,objectFit:`cover`}},fallback:{display:`flex`,justifyContent:`center`,alignItems:`center`,background:`inherit`,borderRadius:`inherit`,color:`inherit`,fontWeight:`inherit`,height:`inherit`},image:{objectFit:`cover`}},defaultVariants:{size:`md`,hasBorder:!1},variants:{size:{sm:{root:{height:`size-16`,width:`size-16`},image:{height:`size-16`,width:`size-16`},fallback:{textStyle:`body.sm`}},md:{root:{height:`size-24`,width:`size-24`},image:{height:`size-24`,width:`size-24`},fallback:{textStyle:`body.sm`}},lg:{root:{height:`size-32`,width:`size-32`},image:{height:`size-32`,width:`size-32`},fallback:{textStyle:`body.sm`}}},hasBorder:{true:{root:{border:`1px solid`,borderColor:`primary.100 !important`}},false:{}}}});exports.avatarRecipe=t;
|
|
2
|
+
//# sourceMappingURL=avatar.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.cjs","sources":["../../../src/theme/recipes/avatar.ts"],"sourcesContent":["import { avatarAnatomy } from '@ark-ui/react'\nimport { defineSlotRecipe } from '@pandacss/dev'\n\nexport const avatarRecipe = defineSlotRecipe({\n className: 'avatar',\n slots: avatarAnatomy.keys(),\n jsx: ['Avatar', 'Avatar.Root', 'Avatar.Image', 'Avatar.Fallback'],\n base: {\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n borderRadius: 'full',\n flexShrink: 0,\n overflow: 'hidden',\n color: { base: 'secondary.500', _liveQuoteTheme: 'secondary.700' },\n background: { base: 'secondary.100', _liveQuoteTheme: 'secondary.200' },\n fontWeight: 'semibold',\n '& img:not([data-part=\"image\"])': {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n },\n fallback: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'inherit',\n borderRadius: 'inherit',\n color: 'inherit',\n fontWeight: 'inherit',\n height: 'inherit',\n },\n image: {\n objectFit: 'cover',\n },\n },\n defaultVariants: {\n size: 'md',\n hasBorder: false,\n },\n variants: {\n size: {\n sm: {\n root: {\n height: 'size-16',\n width: 'size-16',\n },\n image: {\n height: 'size-16',\n width: 'size-16',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n md: {\n root: {\n height: 'size-24',\n width: 'size-24',\n },\n image: {\n height: 'size-24',\n width: 'size-24',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n lg: {\n root: {\n height: 'size-32',\n width: 'size-32',\n },\n image: {\n height: 'size-32',\n width: 'size-32',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n },\n hasBorder: {\n true: {\n root: {\n border: '1px solid',\n borderColor: 'primary.100 !important',\n },\n },\n false: {},\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"avatar.cjs","names":[],"sources":["../../../src/theme/recipes/avatar.ts"],"sourcesContent":["import { avatarAnatomy } from '@ark-ui/react'\nimport { defineSlotRecipe } from '@pandacss/dev'\n\nexport const avatarRecipe = defineSlotRecipe({\n className: 'avatar',\n slots: avatarAnatomy.keys(),\n jsx: ['Avatar', 'Avatar.Root', 'Avatar.Image', 'Avatar.Fallback'],\n base: {\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n borderRadius: 'full',\n flexShrink: 0,\n overflow: 'hidden',\n color: { base: 'secondary.500', _liveQuoteTheme: 'secondary.700' },\n background: { base: 'secondary.100', _liveQuoteTheme: 'secondary.200' },\n fontWeight: 'semibold',\n '& img:not([data-part=\"image\"])': {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n },\n fallback: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'inherit',\n borderRadius: 'inherit',\n color: 'inherit',\n fontWeight: 'inherit',\n height: 'inherit',\n },\n image: {\n objectFit: 'cover',\n },\n },\n defaultVariants: {\n size: 'md',\n hasBorder: false,\n },\n variants: {\n size: {\n sm: {\n root: {\n height: 'size-16',\n width: 'size-16',\n },\n image: {\n height: 'size-16',\n width: 'size-16',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n md: {\n root: {\n height: 'size-24',\n width: 'size-24',\n },\n image: {\n height: 'size-24',\n width: 'size-24',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n lg: {\n root: {\n height: 'size-32',\n width: 'size-32',\n },\n image: {\n height: 'size-32',\n width: 'size-32',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n },\n hasBorder: {\n true: {\n root: {\n border: '1px solid',\n borderColor: 'primary.100 !important',\n },\n },\n false: {},\n },\n },\n})\n"],"mappings":"4CAGA,IAAa,GAAA,yBAAA,EAAA,kBAAgC,CAC3C,UAAW,SACX,MAAO,EAAA,cAAc,KAAK,EAC1B,IAAK,CAAC,SAAU,cAAe,eAAgB,iBAAiB,EAChE,KAAM,CACJ,KAAM,CACJ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,aAAc,OACd,WAAY,EACZ,SAAU,SACV,MAAO,CAAE,KAAM,gBAAiB,gBAAiB,eAAgB,EACjE,WAAY,CAAE,KAAM,gBAAiB,gBAAiB,eAAgB,EACtE,WAAY,WACZ,iCAAkC,CAChC,MAAO,OACP,OAAQ,OACR,UAAW,OACb,CACF,EACA,SAAU,CACR,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,WAAY,UACZ,aAAc,UACd,MAAO,UACP,WAAY,UACZ,OAAQ,SACV,EACA,MAAO,CACL,UAAW,OACb,CACF,EACA,gBAAiB,CACf,KAAM,KACN,UAAW,EACb,EACA,SAAU,CACR,KAAM,CACJ,GAAI,CACF,KAAM,CACJ,OAAQ,UACR,MAAO,SACT,EACA,MAAO,CACL,OAAQ,UACR,MAAO,SACT,EACA,SAAU,CACR,UAAW,SACb,CACF,EACA,GAAI,CACF,KAAM,CACJ,OAAQ,UACR,MAAO,SACT,EACA,MAAO,CACL,OAAQ,UACR,MAAO,SACT,EACA,SAAU,CACR,UAAW,SACb,CACF,EACA,GAAI,CACF,KAAM,CACJ,OAAQ,UACR,MAAO,SACT,EACA,MAAO,CACL,OAAQ,UACR,MAAO,SACT,EACA,SAAU,CACR,UAAW,SACb,CACF,CACF,EACA,UAAW,CACT,KAAM,CACJ,KAAM,CACJ,OAAQ,YACR,YAAa,wBACf,CACF,EACA,MAAO,CAAC,CACV,CACF,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/dev';
|
|
2
2
|
export declare const avatarRecipe: SlotRecipeConfig;
|
|
@@ -1,99 +1,101 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { avatarAnatomy as e } from "@ark-ui/react";
|
|
3
3
|
import { defineSlotRecipe as t } from "@pandacss/dev";
|
|
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
|
-
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
4
|
+
//#region src/theme/recipes/avatar.ts
|
|
5
|
+
var n = t({
|
|
6
|
+
className: "avatar",
|
|
7
|
+
slots: e.keys(),
|
|
8
|
+
jsx: [
|
|
9
|
+
"Avatar",
|
|
10
|
+
"Avatar.Root",
|
|
11
|
+
"Avatar.Image",
|
|
12
|
+
"Avatar.Fallback"
|
|
13
|
+
],
|
|
14
|
+
base: {
|
|
15
|
+
root: {
|
|
16
|
+
display: "flex",
|
|
17
|
+
justifyContent: "center",
|
|
18
|
+
alignItems: "center",
|
|
19
|
+
borderRadius: "full",
|
|
20
|
+
flexShrink: 0,
|
|
21
|
+
overflow: "hidden",
|
|
22
|
+
color: {
|
|
23
|
+
base: "secondary.500",
|
|
24
|
+
_liveQuoteTheme: "secondary.700"
|
|
25
|
+
},
|
|
26
|
+
background: {
|
|
27
|
+
base: "secondary.100",
|
|
28
|
+
_liveQuoteTheme: "secondary.200"
|
|
29
|
+
},
|
|
30
|
+
fontWeight: "semibold",
|
|
31
|
+
"& img:not([data-part=\"image\"])": {
|
|
32
|
+
width: "100%",
|
|
33
|
+
height: "100%",
|
|
34
|
+
objectFit: "cover"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
fallback: {
|
|
38
|
+
display: "flex",
|
|
39
|
+
justifyContent: "center",
|
|
40
|
+
alignItems: "center",
|
|
41
|
+
background: "inherit",
|
|
42
|
+
borderRadius: "inherit",
|
|
43
|
+
color: "inherit",
|
|
44
|
+
fontWeight: "inherit",
|
|
45
|
+
height: "inherit"
|
|
46
|
+
},
|
|
47
|
+
image: { objectFit: "cover" }
|
|
48
|
+
},
|
|
49
|
+
defaultVariants: {
|
|
50
|
+
size: "md",
|
|
51
|
+
hasBorder: !1
|
|
52
|
+
},
|
|
53
|
+
variants: {
|
|
54
|
+
size: {
|
|
55
|
+
sm: {
|
|
56
|
+
root: {
|
|
57
|
+
height: "size-16",
|
|
58
|
+
width: "size-16"
|
|
59
|
+
},
|
|
60
|
+
image: {
|
|
61
|
+
height: "size-16",
|
|
62
|
+
width: "size-16"
|
|
63
|
+
},
|
|
64
|
+
fallback: { textStyle: "body.sm" }
|
|
65
|
+
},
|
|
66
|
+
md: {
|
|
67
|
+
root: {
|
|
68
|
+
height: "size-24",
|
|
69
|
+
width: "size-24"
|
|
70
|
+
},
|
|
71
|
+
image: {
|
|
72
|
+
height: "size-24",
|
|
73
|
+
width: "size-24"
|
|
74
|
+
},
|
|
75
|
+
fallback: { textStyle: "body.sm" }
|
|
76
|
+
},
|
|
77
|
+
lg: {
|
|
78
|
+
root: {
|
|
79
|
+
height: "size-32",
|
|
80
|
+
width: "size-32"
|
|
81
|
+
},
|
|
82
|
+
image: {
|
|
83
|
+
height: "size-32",
|
|
84
|
+
width: "size-32"
|
|
85
|
+
},
|
|
86
|
+
fallback: { textStyle: "body.sm" }
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
hasBorder: {
|
|
90
|
+
true: { root: {
|
|
91
|
+
border: "1px solid",
|
|
92
|
+
borderColor: "primary.100 !important"
|
|
93
|
+
} },
|
|
94
|
+
false: {}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
95
97
|
});
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
//# sourceMappingURL=avatar.js.map
|
|
98
|
+
//#endregion
|
|
99
|
+
export { n as avatarRecipe };
|
|
100
|
+
|
|
101
|
+
//# sourceMappingURL=avatar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.js","sources":["../../../src/theme/recipes/avatar.ts"],"sourcesContent":["import { avatarAnatomy } from '@ark-ui/react'\nimport { defineSlotRecipe } from '@pandacss/dev'\n\nexport const avatarRecipe = defineSlotRecipe({\n className: 'avatar',\n slots: avatarAnatomy.keys(),\n jsx: ['Avatar', 'Avatar.Root', 'Avatar.Image', 'Avatar.Fallback'],\n base: {\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n borderRadius: 'full',\n flexShrink: 0,\n overflow: 'hidden',\n color: { base: 'secondary.500', _liveQuoteTheme: 'secondary.700' },\n background: { base: 'secondary.100', _liveQuoteTheme: 'secondary.200' },\n fontWeight: 'semibold',\n '& img:not([data-part=\"image\"])': {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n },\n fallback: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'inherit',\n borderRadius: 'inherit',\n color: 'inherit',\n fontWeight: 'inherit',\n height: 'inherit',\n },\n image: {\n objectFit: 'cover',\n },\n },\n defaultVariants: {\n size: 'md',\n hasBorder: false,\n },\n variants: {\n size: {\n sm: {\n root: {\n height: 'size-16',\n width: 'size-16',\n },\n image: {\n height: 'size-16',\n width: 'size-16',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n md: {\n root: {\n height: 'size-24',\n width: 'size-24',\n },\n image: {\n height: 'size-24',\n width: 'size-24',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n lg: {\n root: {\n height: 'size-32',\n width: 'size-32',\n },\n image: {\n height: 'size-32',\n width: 'size-32',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n },\n hasBorder: {\n true: {\n root: {\n border: '1px solid',\n borderColor: 'primary.100 !important',\n },\n },\n false: {},\n },\n },\n})\n"],"
|
|
1
|
+
{"version":3,"file":"avatar.js","names":[],"sources":["../../../src/theme/recipes/avatar.ts"],"sourcesContent":["import { avatarAnatomy } from '@ark-ui/react'\nimport { defineSlotRecipe } from '@pandacss/dev'\n\nexport const avatarRecipe = defineSlotRecipe({\n className: 'avatar',\n slots: avatarAnatomy.keys(),\n jsx: ['Avatar', 'Avatar.Root', 'Avatar.Image', 'Avatar.Fallback'],\n base: {\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n borderRadius: 'full',\n flexShrink: 0,\n overflow: 'hidden',\n color: { base: 'secondary.500', _liveQuoteTheme: 'secondary.700' },\n background: { base: 'secondary.100', _liveQuoteTheme: 'secondary.200' },\n fontWeight: 'semibold',\n '& img:not([data-part=\"image\"])': {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n },\n fallback: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'inherit',\n borderRadius: 'inherit',\n color: 'inherit',\n fontWeight: 'inherit',\n height: 'inherit',\n },\n image: {\n objectFit: 'cover',\n },\n },\n defaultVariants: {\n size: 'md',\n hasBorder: false,\n },\n variants: {\n size: {\n sm: {\n root: {\n height: 'size-16',\n width: 'size-16',\n },\n image: {\n height: 'size-16',\n width: 'size-16',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n md: {\n root: {\n height: 'size-24',\n width: 'size-24',\n },\n image: {\n height: 'size-24',\n width: 'size-24',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n lg: {\n root: {\n height: 'size-32',\n width: 'size-32',\n },\n image: {\n height: 'size-32',\n width: 'size-32',\n },\n fallback: {\n textStyle: 'body.sm',\n },\n },\n },\n hasBorder: {\n true: {\n root: {\n border: '1px solid',\n borderColor: 'primary.100 !important',\n },\n },\n false: {},\n },\n },\n})\n"],"mappings":";;;;AAGA,IAAa,IAAe,EAAiB;CAC3C,WAAW;CACX,OAAO,EAAc,KAAK;CAC1B,KAAK;EAAC;EAAU;EAAe;EAAgB;CAAiB;CAChE,MAAM;EACJ,MAAM;GACJ,SAAS;GACT,gBAAgB;GAChB,YAAY;GACZ,cAAc;GACd,YAAY;GACZ,UAAU;GACV,OAAO;IAAE,MAAM;IAAiB,iBAAiB;GAAgB;GACjE,YAAY;IAAE,MAAM;IAAiB,iBAAiB;GAAgB;GACtE,YAAY;GACZ,oCAAkC;IAChC,OAAO;IACP,QAAQ;IACR,WAAW;GACb;EACF;EACA,UAAU;GACR,SAAS;GACT,gBAAgB;GAChB,YAAY;GACZ,YAAY;GACZ,cAAc;GACd,OAAO;GACP,YAAY;GACZ,QAAQ;EACV;EACA,OAAO,EACL,WAAW,QACb;CACF;CACA,iBAAiB;EACf,MAAM;EACN,WAAW;CACb;CACA,UAAU;EACR,MAAM;GACJ,IAAI;IACF,MAAM;KACJ,QAAQ;KACR,OAAO;IACT;IACA,OAAO;KACL,QAAQ;KACR,OAAO;IACT;IACA,UAAU,EACR,WAAW,UACb;GACF;GACA,IAAI;IACF,MAAM;KACJ,QAAQ;KACR,OAAO;IACT;IACA,OAAO;KACL,QAAQ;KACR,OAAO;IACT;IACA,UAAU,EACR,WAAW,UACb;GACF;GACA,IAAI;IACF,MAAM;KACJ,QAAQ;KACR,OAAO;IACT;IACA,OAAO;KACL,QAAQ;KACR,OAAO;IACT;IACA,UAAU,EACR,WAAW,UACb;GACF;EACF;EACA,WAAW;GACT,MAAM,EACJ,MAAM;IACJ,QAAQ;IACR,aAAa;GACf,EACF;GACA,OAAO,CAAC;EACV;CACF;AACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=breadcrumb.cjs.map
|
|
1
|
+
"use client";var e=(0,require("@pandacss/dev").defineSlotRecipe)({className:`breadcrumb`,jsx:[`Breadcrumb`,`BreadcrumbItem`],slots:[`root`,`list`,`item`,`link`],base:{root:{fontFamily:`satoshi`,textStyle:`body.md`},list:{display:`flex`,flexDirection:`row`,alignItems:`center`,gap:`space-4`},item:{display:`flex`,flexDirection:`row`,alignItems:`center`,gap:`space-4`,color:`primary.900`,_currentPage:{color:`grey.400`}}},variants:{}});exports.breadcrumbRecipe=e;
|
|
2
|
+
//# sourceMappingURL=breadcrumb.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.cjs","sources":["../../../src/theme/recipes/breadcrumb.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const breadcrumbRecipe = defineSlotRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb', 'BreadcrumbItem'],\n slots: ['root', 'list', 'item', 'link'],\n base: {\n root: {\n fontFamily: 'satoshi',\n textStyle: 'body.md',\n },\n list: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n },\n item: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n color: 'primary.900',\n _currentPage: {\n color: 'grey.400',\n },\n },\n },\n variants: {},\n})\n"],"
|
|
1
|
+
{"version":3,"file":"breadcrumb.cjs","names":[],"sources":["../../../src/theme/recipes/breadcrumb.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const breadcrumbRecipe = defineSlotRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb', 'BreadcrumbItem'],\n slots: ['root', 'list', 'item', 'link'],\n base: {\n root: {\n fontFamily: 'satoshi',\n textStyle: 'body.md',\n },\n list: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n },\n item: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n color: 'primary.900',\n _currentPage: {\n color: 'grey.400',\n },\n },\n },\n variants: {},\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,kBAAoC,CAC/C,UAAW,aACX,IAAK,CAAC,aAAc,gBAAgB,EACpC,MAAO,CAAC,OAAQ,OAAQ,OAAQ,MAAM,EACtC,KAAM,CACJ,KAAM,CACJ,WAAY,UACZ,UAAW,SACb,EACA,KAAM,CACJ,QAAS,OACT,cAAe,MACf,WAAY,SACZ,IAAK,SACP,EACA,KAAM,CACJ,QAAS,OACT,cAAe,MACf,WAAY,SACZ,IAAK,UACL,MAAO,cACP,aAAc,CACZ,MAAO,UACT,CACF,CACF,EACA,SAAU,CAAC,CACb,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotRecipeConfig } from '@pandacss/
|
|
1
|
+
import { SlotRecipeConfig } from '@pandacss/dev';
|
|
2
2
|
export declare const breadcrumbRecipe: SlotRecipeConfig;
|
|
@@ -1,34 +1,38 @@
|
|
|
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
|
-
|
|
3
|
+
//#region src/theme/recipes/breadcrumb.ts
|
|
4
|
+
var t = e({
|
|
5
|
+
className: "breadcrumb",
|
|
6
|
+
jsx: ["Breadcrumb", "BreadcrumbItem"],
|
|
7
|
+
slots: [
|
|
8
|
+
"root",
|
|
9
|
+
"list",
|
|
10
|
+
"item",
|
|
11
|
+
"link"
|
|
12
|
+
],
|
|
13
|
+
base: {
|
|
14
|
+
root: {
|
|
15
|
+
fontFamily: "satoshi",
|
|
16
|
+
textStyle: "body.md"
|
|
17
|
+
},
|
|
18
|
+
list: {
|
|
19
|
+
display: "flex",
|
|
20
|
+
flexDirection: "row",
|
|
21
|
+
alignItems: "center",
|
|
22
|
+
gap: "space-4"
|
|
23
|
+
},
|
|
24
|
+
item: {
|
|
25
|
+
display: "flex",
|
|
26
|
+
flexDirection: "row",
|
|
27
|
+
alignItems: "center",
|
|
28
|
+
gap: "space-4",
|
|
29
|
+
color: "primary.900",
|
|
30
|
+
_currentPage: { color: "grey.400" }
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
variants: {}
|
|
30
34
|
});
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
//# sourceMappingURL=breadcrumb.js.map
|
|
35
|
+
//#endregion
|
|
36
|
+
export { t as breadcrumbRecipe };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=breadcrumb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.js","sources":["../../../src/theme/recipes/breadcrumb.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const breadcrumbRecipe = defineSlotRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb', 'BreadcrumbItem'],\n slots: ['root', 'list', 'item', 'link'],\n base: {\n root: {\n fontFamily: 'satoshi',\n textStyle: 'body.md',\n },\n list: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n },\n item: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n color: 'primary.900',\n _currentPage: {\n color: 'grey.400',\n },\n },\n },\n variants: {},\n})\n"],"
|
|
1
|
+
{"version":3,"file":"breadcrumb.js","names":[],"sources":["../../../src/theme/recipes/breadcrumb.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const breadcrumbRecipe = defineSlotRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb', 'BreadcrumbItem'],\n slots: ['root', 'list', 'item', 'link'],\n base: {\n root: {\n fontFamily: 'satoshi',\n textStyle: 'body.md',\n },\n list: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n },\n item: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n gap: 'space-4',\n color: 'primary.900',\n _currentPage: {\n color: 'grey.400',\n },\n },\n },\n variants: {},\n})\n"],"mappings":";;;AAEA,IAAa,IAAmB,EAAiB;CAC/C,WAAW;CACX,KAAK,CAAC,cAAc,gBAAgB;CACpC,OAAO;EAAC;EAAQ;EAAQ;EAAQ;CAAM;CACtC,MAAM;EACJ,MAAM;GACJ,YAAY;GACZ,WAAW;EACb;EACA,MAAM;GACJ,SAAS;GACT,eAAe;GACf,YAAY;GACZ,KAAK;EACP;EACA,MAAM;GACJ,SAAS;GACT,eAAe;GACf,YAAY;GACZ,KAAK;GACL,OAAO;GACP,cAAc,EACZ,OAAO,WACT;EACF;CACF;CACA,UAAU,CAAC;AACb,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
//# sourceMappingURL=button-filter.cjs.map
|
|
1
|
+
"use client";var e=(0,require("@pandacss/dev").defineRecipe)({base:{outline:`none`,alignItems:`center`,borderRadius:`radius-4`,padding:`space-14`,textStyle:`body.md`,display:`flex`,flexDirection:`row`,gap:`space-4`,justifyContent:`center`,transition:`color, background-color, border-color, opacity`,transitionDuration:`fast`,fontWeight:`bold`,fontFamily:`satoshi`,border:`2px solid`,cursor:{base:`pointer`,_disabled:`not-allowed`},backgroundColor:{base:`white`,_hover:`primary.100`,_disabled:`grey.50`},color:{base:`grey.500`,_hover:`secondary.500`,_disabled:`grey.300`},borderColor:{base:`grey.50`,_hover:`secondary.500`,_focusVisible:`secondary.500`,_active:`secondary.500`,_disabled:{base:`grey.50`,_hover:`grey.50`,_active:`grey.50`,_focusVisible:`grey.50`}},"& svg":{color:`secondary.500`,width:`size-16`,height:`size-16`},_disabled:{"& svg":{color:`grey.400`}}},className:`button-filter`,description:`The styles for the ButtonFilter component`,jsx:[`ButtonFilter`]});exports.buttonFilterRecipe=e;
|
|
2
|
+
//# sourceMappingURL=button-filter.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-filter.cjs","sources":["../../../src/theme/recipes/button-filter.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const buttonFilterRecipe = defineRecipe({\n base: {\n outline: 'none',\n alignItems: 'center',\n borderRadius: 'radius-4',\n padding: 'space-14',\n textStyle: 'body.md',\n display: 'flex',\n flexDirection: 'row',\n gap: 'space-4',\n justifyContent: 'center',\n transition: 'color, background-color, border-color, opacity',\n transitionDuration: 'fast',\n fontWeight: 'bold',\n fontFamily: 'satoshi',\n border: '2px solid',\n cursor: {\n base: 'pointer',\n _disabled: 'not-allowed',\n },\n backgroundColor: {\n base: 'white',\n _hover: 'primary.100',\n _disabled: 'grey.50',\n },\n color: {\n base: 'grey.500',\n _hover: 'secondary.500',\n _disabled: 'grey.300',\n },\n borderColor: {\n base: 'grey.50',\n _hover: 'secondary.500',\n _focusVisible: 'secondary.500',\n _active: 'secondary.500',\n _disabled: {\n base: 'grey.50',\n _hover: 'grey.50',\n _active: 'grey.50',\n _focusVisible: 'grey.50',\n },\n },\n '& svg': {\n color: 'secondary.500',\n width: 'size-16',\n height: 'size-16',\n },\n _disabled: {\n '& svg': {\n color: 'grey.400',\n },\n },\n },\n className: 'button-filter',\n description: 'The styles for the ButtonFilter component',\n jsx: ['ButtonFilter'],\n})\n"],"
|
|
1
|
+
{"version":3,"file":"button-filter.cjs","names":[],"sources":["../../../src/theme/recipes/button-filter.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const buttonFilterRecipe = defineRecipe({\n base: {\n outline: 'none',\n alignItems: 'center',\n borderRadius: 'radius-4',\n padding: 'space-14',\n textStyle: 'body.md',\n display: 'flex',\n flexDirection: 'row',\n gap: 'space-4',\n justifyContent: 'center',\n transition: 'color, background-color, border-color, opacity',\n transitionDuration: 'fast',\n fontWeight: 'bold',\n fontFamily: 'satoshi',\n border: '2px solid',\n cursor: {\n base: 'pointer',\n _disabled: 'not-allowed',\n },\n backgroundColor: {\n base: 'white',\n _hover: 'primary.100',\n _disabled: 'grey.50',\n },\n color: {\n base: 'grey.500',\n _hover: 'secondary.500',\n _disabled: 'grey.300',\n },\n borderColor: {\n base: 'grey.50',\n _hover: 'secondary.500',\n _focusVisible: 'secondary.500',\n _active: 'secondary.500',\n _disabled: {\n base: 'grey.50',\n _hover: 'grey.50',\n _active: 'grey.50',\n _focusVisible: 'grey.50',\n },\n },\n '& svg': {\n color: 'secondary.500',\n width: 'size-16',\n height: 'size-16',\n },\n _disabled: {\n '& svg': {\n color: 'grey.400',\n },\n },\n },\n className: 'button-filter',\n description: 'The styles for the ButtonFilter component',\n jsx: ['ButtonFilter'],\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAAkC,CAC7C,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,aAAc,WACd,QAAS,WACT,UAAW,UACX,QAAS,OACT,cAAe,MACf,IAAK,UACL,eAAgB,SAChB,WAAY,iDACZ,mBAAoB,OACpB,WAAY,OACZ,WAAY,UACZ,OAAQ,YACR,OAAQ,CACN,KAAM,UACN,UAAW,aACb,EACA,gBAAiB,CACf,KAAM,QACN,OAAQ,cACR,UAAW,SACb,EACA,MAAO,CACL,KAAM,WACN,OAAQ,gBACR,UAAW,UACb,EACA,YAAa,CACX,KAAM,UACN,OAAQ,gBACR,cAAe,gBACf,QAAS,gBACT,UAAW,CACT,KAAM,UACN,OAAQ,UACR,QAAS,UACT,cAAe,SACjB,CACF,EACA,QAAS,CACP,MAAO,gBACP,MAAO,UACP,OAAQ,SACV,EACA,UAAW,CACT,QAAS,CACP,MAAO,UACT,CACF,CACF,EACA,UAAW,gBACX,YAAa,4CACb,IAAK,CAAC,cAAc,CACtB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/
|
|
1
|
+
import { RecipeConfig, RecipeVariantRecord } from '@pandacss/dev';
|
|
2
2
|
export declare const buttonFilterRecipe: RecipeConfig<RecipeVariantRecord>;
|