@stokelp/ui 2.96.6 → 2.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.cjs +2 -0
- package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +10 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/cjs.cjs +2 -0
- package/dist/_virtual/cjs.cjs.map +1 -0
- package/dist/_virtual/cjs.js +9 -0
- package/dist/_virtual/cjs.js.map +1 -0
- package/dist/_virtual/lodash.cjs +2 -0
- package/dist/_virtual/lodash.cjs.map +1 -0
- package/dist/_virtual/lodash.js +7 -0
- package/dist/_virtual/lodash.js.map +1 -0
- package/dist/_virtual/lodash2.cjs +2 -0
- package/dist/_virtual/lodash2.cjs.map +1 -0
- package/dist/_virtual/lodash2.js +6 -0
- package/dist/_virtual/lodash2.js.map +1 -0
- package/dist/components/accordion/Accordion.cjs +2 -0
- package/dist/components/accordion/Accordion.cjs.map +1 -0
- package/dist/components/accordion/Accordion.js +29 -0
- package/dist/components/accordion/Accordion.js.map +1 -0
- package/dist/components/action-card/ActionCard.cjs +2 -0
- package/dist/components/action-card/ActionCard.cjs.map +1 -0
- package/dist/components/action-card/ActionCard.js +28 -0
- package/dist/components/action-card/ActionCard.js.map +1 -0
- package/dist/components/alert/Alert.cjs +2 -0
- package/dist/components/alert/Alert.cjs.map +1 -0
- package/dist/components/alert/Alert.js +85 -0
- package/dist/components/alert/Alert.js.map +1 -0
- package/dist/components/app/navigation/AppNavigation.cjs +2 -0
- package/dist/components/app/navigation/AppNavigation.cjs.map +1 -0
- package/dist/components/app/navigation/AppNavigation.js +48 -0
- package/dist/components/app/navigation/AppNavigation.js.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +120 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -0
- package/dist/components/app/price-tag/PriceTag.cjs +2 -0
- package/dist/components/app/price-tag/PriceTag.cjs.map +1 -0
- package/dist/components/app/price-tag/PriceTag.js +21 -0
- package/dist/components/app/price-tag/PriceTag.js.map +1 -0
- package/dist/components/app/product-card-catalog/styled.cjs +2 -0
- package/dist/components/app/product-card-catalog/styled.cjs.map +1 -0
- package/dist/components/app/product-card-catalog/styled.js +22 -0
- package/dist/components/app/product-card-catalog/styled.js.map +1 -0
- package/dist/components/avatar/styled.cjs +2 -0
- package/dist/components/avatar/styled.cjs.map +1 -0
- package/dist/components/avatar/styled.js +28 -0
- package/dist/components/avatar/styled.js.map +1 -0
- package/dist/components/box/Box.cjs +2 -0
- package/dist/components/box/Box.cjs.map +1 -0
- package/dist/components/box/Box.js +12 -0
- package/dist/components/box/Box.js.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs +2 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.js +36 -0
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/components/button/Button.cjs +2 -0
- package/dist/components/button/Button.cjs.map +1 -0
- package/dist/components/button/Button.js +9 -0
- package/dist/components/button/Button.js.map +1 -0
- package/dist/components/button-filter/ButtonFilter.cjs +2 -0
- package/dist/components/button-filter/ButtonFilter.cjs.map +1 -0
- package/dist/components/button-filter/ButtonFilter.js +9 -0
- package/dist/components/button-filter/ButtonFilter.js.map +1 -0
- package/dist/components/chat/Chat.cjs +2 -0
- package/dist/components/chat/Chat.cjs.map +1 -0
- package/dist/components/chat/Chat.js +27 -0
- package/dist/components/chat/Chat.js.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.cjs +2 -0
- package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.js +33 -0
- package/dist/components/chat/ChatDocumentMessage.js.map +1 -0
- package/dist/components/chat/ChatMessage.cjs +2 -0
- package/dist/components/chat/ChatMessage.cjs.map +1 -0
- package/dist/components/chat/ChatMessage.js +9 -0
- package/dist/components/chat/ChatMessage.js.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.cjs +2 -0
- package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.js +17 -0
- package/dist/components/chat/ChatProfileAvatar.js.map +1 -0
- package/dist/components/chat/ChatTextInput.cjs +2 -0
- package/dist/components/chat/ChatTextInput.cjs.map +1 -0
- package/dist/components/chat/ChatTextInput.js +54 -0
- package/dist/components/chat/ChatTextInput.js.map +1 -0
- package/dist/components/checkbox/Checkbox.cjs +2 -0
- package/dist/components/checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/checkbox/Checkbox.js +35 -0
- package/dist/components/checkbox/Checkbox.js.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs +2 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.js +40 -0
- package/dist/components/checkbox-card/CheckboxCard.js.map +1 -0
- package/dist/components/checkbox-card/namespace.cjs +2 -0
- package/dist/components/checkbox-card/namespace.cjs.map +1 -0
- package/dist/components/checkbox-card/namespace.js +10 -0
- package/dist/components/checkbox-card/namespace.js.map +1 -0
- package/dist/components/chip/Chip.cjs +2 -0
- package/dist/components/chip/Chip.cjs.map +1 -0
- package/dist/components/chip/Chip.js +25 -0
- package/dist/components/chip/Chip.js.map +1 -0
- package/dist/components/collapsible/styled.cjs +2 -0
- package/dist/components/collapsible/styled.cjs.map +1 -0
- package/dist/components/collapsible/styled.js +12 -0
- package/dist/components/collapsible/styled.js.map +1 -0
- package/dist/components/combobox/Combobox.cjs +2 -0
- package/dist/components/combobox/Combobox.cjs.map +1 -0
- package/dist/components/combobox/Combobox.js +176 -0
- package/dist/components/combobox/Combobox.js.map +1 -0
- package/dist/components/date-picker/DatePicker.cjs +2 -0
- package/dist/components/date-picker/DatePicker.cjs.map +1 -0
- package/dist/components/date-picker/DatePicker.js +129 -0
- package/dist/components/date-picker/DatePicker.js.map +1 -0
- package/dist/components/dialog/styled.cjs +2 -0
- package/dist/components/dialog/styled.cjs.map +1 -0
- package/dist/components/dialog/styled.js +67 -0
- package/dist/components/dialog/styled.js.map +1 -0
- package/dist/components/drawer/Drawer.cjs +2 -0
- package/dist/components/drawer/Drawer.cjs.map +1 -0
- package/dist/components/drawer/Drawer.js +64 -0
- package/dist/components/drawer/Drawer.js.map +1 -0
- package/dist/components/flag/styled.cjs +2 -0
- package/dist/components/flag/styled.cjs.map +1 -0
- package/dist/components/flag/styled.js +3753 -0
- package/dist/components/flag/styled.js.map +1 -0
- package/dist/components/form/FormControl.cjs +2 -0
- package/dist/components/form/FormControl.cjs.map +1 -0
- package/dist/components/form/FormControl.js +19 -0
- package/dist/components/form/FormControl.js.map +1 -0
- package/dist/components/form/FormHelperText.cjs +2 -0
- package/dist/components/form/FormHelperText.cjs.map +1 -0
- package/dist/components/form/FormHelperText.js +10 -0
- package/dist/components/form/FormHelperText.js.map +1 -0
- package/dist/components/form/FormLabel.cjs +2 -0
- package/dist/components/form/FormLabel.cjs.map +1 -0
- package/dist/components/form/FormLabel.js +35 -0
- package/dist/components/form/FormLabel.js.map +1 -0
- package/dist/components/heading/Heading.cjs +2 -0
- package/dist/components/heading/Heading.cjs.map +1 -0
- package/dist/components/heading/Heading.js +13 -0
- package/dist/components/heading/Heading.js.map +1 -0
- package/dist/components/icon/Icon.cjs +2 -0
- package/dist/components/icon/Icon.cjs.map +1 -0
- package/dist/components/icon/Icon.js +12 -0
- package/dist/components/icon/Icon.js.map +1 -0
- package/dist/components/icon-button/IconButton.cjs +2 -0
- package/dist/components/icon-button/IconButton.cjs.map +1 -0
- package/dist/components/icon-button/IconButton.js +8 -0
- package/dist/components/icon-button/IconButton.js.map +1 -0
- package/dist/components/illustration/Illustration.cjs +2 -0
- package/dist/components/illustration/Illustration.cjs.map +1 -0
- package/dist/components/illustration/Illustration.js +41 -0
- package/dist/components/illustration/Illustration.js.map +1 -0
- package/dist/components/illustration/patterns.cjs +2 -0
- package/dist/components/illustration/patterns.cjs.map +1 -0
- package/dist/{ui.js → components/illustration/patterns.js} +38 -15804
- package/dist/components/illustration/patterns.js.map +1 -0
- package/dist/components/input/HighlightedInput.cjs +2 -0
- package/dist/components/input/HighlightedInput.cjs.map +1 -0
- package/dist/components/input/HighlightedInput.js +60 -0
- package/dist/components/input/HighlightedInput.js.map +1 -0
- package/dist/components/input/Input.cjs +2 -0
- package/dist/components/input/Input.cjs.map +1 -0
- package/dist/components/input/Input.js +15 -0
- package/dist/components/input/Input.js.map +1 -0
- package/dist/components/input/InputAddon.cjs +2 -0
- package/dist/components/input/InputAddon.cjs.map +1 -0
- package/dist/components/input/InputAddon.js +11 -0
- package/dist/components/input/InputAddon.js.map +1 -0
- package/dist/components/input/InputGroup.cjs +2 -0
- package/dist/components/input/InputGroup.cjs.map +1 -0
- package/dist/components/input/InputGroup.js +10 -0
- package/dist/components/input/InputGroup.js.map +1 -0
- package/dist/components/input/PhoneNumberInput.cjs +2 -0
- package/dist/components/input/PhoneNumberInput.cjs.map +1 -0
- package/dist/components/input/PhoneNumberInput.js +26 -0
- package/dist/components/input/PhoneNumberInput.js.map +1 -0
- package/dist/components/menu/Menu.cjs +2 -0
- package/dist/components/menu/Menu.cjs.map +1 -0
- package/dist/components/menu/Menu.js +29 -0
- package/dist/components/menu/Menu.js.map +1 -0
- package/dist/components/pagination/Pagination.cjs +2 -0
- package/dist/components/pagination/Pagination.cjs.map +1 -0
- package/dist/components/pagination/Pagination.js +86 -0
- package/dist/components/pagination/Pagination.js.map +1 -0
- package/dist/components/pagination/use-pagination.cjs +2 -0
- package/dist/components/pagination/use-pagination.cjs.map +1 -0
- package/dist/components/pagination/use-pagination.js +57 -0
- package/dist/components/pagination/use-pagination.js.map +1 -0
- package/dist/components/popover/Popover.cjs +2 -0
- package/dist/components/popover/Popover.cjs.map +1 -0
- package/dist/components/popover/Popover.js +27 -0
- package/dist/components/popover/Popover.js.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js +22 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.js +23 -0
- package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -0
- package/dist/components/radio-card-group/namespace.cjs +2 -0
- package/dist/components/radio-card-group/namespace.cjs.map +1 -0
- package/dist/components/radio-card-group/namespace.js +11 -0
- package/dist/components/radio-card-group/namespace.js.map +1 -0
- package/dist/components/radio-group/RadioGroup.cjs +2 -0
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -0
- package/dist/components/radio-group/RadioGroup.js +22 -0
- package/dist/components/radio-group/RadioGroup.js.map +1 -0
- package/dist/components/select/Select.cjs +2 -0
- package/dist/components/select/Select.cjs.map +1 -0
- package/dist/components/select/Select.js +146 -0
- package/dist/components/select/Select.js.map +1 -0
- package/dist/components/select-language/SelectLanguage.cjs +2 -0
- package/dist/components/select-language/SelectLanguage.cjs.map +1 -0
- package/dist/components/select-language/SelectLanguage.js +89 -0
- package/dist/components/select-language/SelectLanguage.js.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.js +117 -0
- package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -0
- package/dist/components/switch/Switch.cjs +2 -0
- package/dist/components/switch/Switch.cjs.map +1 -0
- package/dist/components/switch/Switch.js +20 -0
- package/dist/components/switch/Switch.js.map +1 -0
- package/dist/components/switch-card/SwitchCard.cjs +2 -0
- package/dist/components/switch-card/SwitchCard.cjs.map +1 -0
- package/dist/components/switch-card/SwitchCard.js +27 -0
- package/dist/components/switch-card/SwitchCard.js.map +1 -0
- package/dist/components/switch-card/namespace.cjs +2 -0
- package/dist/components/switch-card/namespace.cjs.map +1 -0
- package/dist/components/switch-card/namespace.js +10 -0
- package/dist/components/switch-card/namespace.js.map +1 -0
- package/dist/components/table/Table.cjs +2 -0
- package/dist/components/table/Table.cjs.map +1 -0
- package/dist/components/table/Table.js +113 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/TableProvider.cjs +2 -0
- package/dist/components/table/TableProvider.cjs.map +1 -0
- package/dist/components/table/TableProvider.js +41 -0
- package/dist/components/table/TableProvider.js.map +1 -0
- package/dist/components/tabs/Tabs.cjs +2 -0
- package/dist/components/tabs/Tabs.cjs.map +1 -0
- package/dist/components/tabs/Tabs.js +27 -0
- package/dist/components/tabs/Tabs.js.map +1 -0
- package/dist/components/tag/Tag.cjs +2 -0
- package/dist/components/tag/Tag.cjs.map +1 -0
- package/dist/components/tag/Tag.js +18 -0
- package/dist/components/tag/Tag.js.map +1 -0
- package/dist/components/text/Text.cjs +2 -0
- package/dist/components/text/Text.cjs.map +1 -0
- package/dist/components/text/Text.js +13 -0
- package/dist/components/text/Text.js.map +1 -0
- package/dist/components/textarea/Textarea.cjs +2 -0
- package/dist/components/textarea/Textarea.cjs.map +1 -0
- package/dist/components/textarea/Textarea.js +9 -0
- package/dist/components/textarea/Textarea.js.map +1 -0
- package/dist/components/tooltip/Tooltip.cjs +2 -0
- package/dist/components/tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/tooltip/Tooltip.js +44 -0
- package/dist/components/tooltip/Tooltip.js.map +1 -0
- package/dist/{icons.cjs → icons/index.cjs} +1 -1
- package/dist/icons/index.cjs.map +1 -0
- package/dist/{icons.js → icons/index.js} +1 -1
- package/dist/icons/index.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +178 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs +2 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js +469 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs +2 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js +8 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs +2 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.js +81 -0
- package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/node_modules/lodash/lodash.cjs +28 -0
- package/dist/node_modules/lodash/lodash.cjs.map +1 -0
- package/dist/node_modules/lodash/lodash.js +3679 -0
- package/dist/node_modules/lodash/lodash.js.map +1 -0
- package/dist/preset.cjs +2 -0
- package/dist/preset.cjs.map +1 -0
- package/dist/preset.js +35 -0
- package/dist/preset.js.map +1 -0
- package/dist/shared/ConditionalWrapper.cjs +2 -0
- package/dist/shared/ConditionalWrapper.cjs.map +1 -0
- package/dist/shared/ConditionalWrapper.js +6 -0
- package/dist/shared/ConditionalWrapper.js.map +1 -0
- package/dist/shared/assets/icons.cjs +2 -0
- package/dist/shared/assets/icons.cjs.map +1 -0
- package/dist/shared/assets/icons.js +24 -0
- package/dist/shared/assets/icons.js.map +1 -0
- package/dist/shared/hooks/useUncontrolled.cjs +2 -0
- package/dist/shared/hooks/useUncontrolled.cjs.map +1 -0
- package/dist/shared/hooks/useUncontrolled.js +18 -0
- package/dist/shared/hooks/useUncontrolled.js.map +1 -0
- package/dist/shared/utils/events.cjs +2 -0
- package/dist/shared/utils/events.cjs.map +1 -0
- package/dist/shared/utils/events.js +8 -0
- package/dist/shared/utils/events.js.map +1 -0
- package/dist/theme/breakpoints.cjs +2 -0
- package/dist/theme/breakpoints.cjs.map +1 -0
- package/dist/theme/breakpoints.js +11 -0
- package/dist/theme/breakpoints.js.map +1 -0
- package/dist/theme/conditions.cjs +2 -0
- package/dist/theme/conditions.cjs.map +1 -0
- package/dist/theme/conditions.js +25 -0
- package/dist/theme/conditions.js.map +1 -0
- package/dist/theme/containers.cjs +2 -0
- package/dist/theme/containers.cjs.map +1 -0
- package/dist/theme/containers.js +19 -0
- package/dist/theme/containers.js.map +1 -0
- package/dist/theme/globalCss.cjs +4 -0
- package/dist/theme/globalCss.cjs.map +1 -0
- package/dist/theme/globalCss.js +101 -0
- package/dist/theme/globalCss.js.map +1 -0
- package/dist/theme/keyframes.cjs +2 -0
- package/dist/theme/keyframes.cjs.map +1 -0
- package/dist/theme/keyframes.js +173 -0
- package/dist/theme/keyframes.js.map +1 -0
- package/dist/theme/recipes/accordion.cjs +2 -0
- package/dist/theme/recipes/accordion.cjs.map +1 -0
- package/dist/theme/recipes/accordion.js +112 -0
- package/dist/theme/recipes/accordion.js.map +1 -0
- package/dist/theme/recipes/action-card.cjs +2 -0
- package/dist/theme/recipes/action-card.cjs.map +1 -0
- package/dist/theme/recipes/action-card.js +87 -0
- package/dist/theme/recipes/action-card.js.map +1 -0
- package/dist/theme/recipes/alert.cjs +2 -0
- package/dist/theme/recipes/alert.cjs.map +1 -0
- package/dist/theme/recipes/alert.js +68 -0
- package/dist/theme/recipes/alert.js.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs +2 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.js +151 -0
- package/dist/theme/recipes/app/navigation-language-select.js.map +1 -0
- package/dist/theme/recipes/app/navigation.cjs +2 -0
- package/dist/theme/recipes/app/navigation.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation.js +271 -0
- package/dist/theme/recipes/app/navigation.js.map +1 -0
- package/dist/theme/recipes/app/price-tag.cjs +2 -0
- package/dist/theme/recipes/app/price-tag.cjs.map +1 -0
- package/dist/theme/recipes/app/price-tag.js +73 -0
- package/dist/theme/recipes/app/price-tag.js.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs +2 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.js +196 -0
- package/dist/theme/recipes/app/product-card-catalog.js.map +1 -0
- package/dist/theme/recipes/avatar-group.cjs +2 -0
- package/dist/theme/recipes/avatar-group.cjs.map +1 -0
- package/dist/theme/recipes/avatar-group.js +40 -0
- package/dist/theme/recipes/avatar-group.js.map +1 -0
- package/dist/theme/recipes/avatar.cjs +2 -0
- package/dist/theme/recipes/avatar.cjs.map +1 -0
- package/dist/theme/recipes/avatar.js +99 -0
- package/dist/theme/recipes/avatar.js.map +1 -0
- package/dist/theme/recipes/breadcrumb.cjs +2 -0
- package/dist/theme/recipes/breadcrumb.cjs.map +1 -0
- package/dist/theme/recipes/breadcrumb.js +34 -0
- package/dist/theme/recipes/breadcrumb.js.map +1 -0
- package/dist/theme/recipes/button-filter.cjs +2 -0
- package/dist/theme/recipes/button-filter.cjs.map +1 -0
- package/dist/theme/recipes/button-filter.js +63 -0
- package/dist/theme/recipes/button-filter.js.map +1 -0
- package/dist/theme/recipes/button.cjs +2 -0
- package/dist/theme/recipes/button.cjs.map +1 -0
- package/dist/theme/recipes/button.js +298 -0
- package/dist/theme/recipes/button.js.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.js +46 -0
- package/dist/theme/recipes/chat/chat-document-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs +2 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.js +30 -0
- package/dist/theme/recipes/chat/chat-input-text.js.map +1 -0
- package/dist/theme/recipes/chat/chat-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-message.js +48 -0
- package/dist/theme/recipes/chat/chat-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js +28 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -0
- package/dist/theme/recipes/chat/chat.cjs +2 -0
- package/dist/theme/recipes/chat/chat.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat.js +59 -0
- package/dist/theme/recipes/chat/chat.js.map +1 -0
- package/dist/theme/recipes/checkbox-card.cjs +2 -0
- package/dist/theme/recipes/checkbox-card.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-card.js +42 -0
- package/dist/theme/recipes/checkbox-card.js.map +1 -0
- package/dist/theme/recipes/checkbox-group.cjs +2 -0
- package/dist/theme/recipes/checkbox-group.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-group.js +15 -0
- package/dist/theme/recipes/checkbox-group.js.map +1 -0
- package/dist/theme/recipes/checkbox.cjs +2 -0
- package/dist/theme/recipes/checkbox.cjs.map +1 -0
- package/dist/theme/recipes/checkbox.js +131 -0
- package/dist/theme/recipes/checkbox.js.map +1 -0
- package/dist/theme/recipes/chip.cjs +2 -0
- package/dist/theme/recipes/chip.cjs.map +1 -0
- package/dist/theme/recipes/chip.js +184 -0
- package/dist/theme/recipes/chip.js.map +1 -0
- package/dist/theme/recipes/collapsible.cjs +2 -0
- package/dist/theme/recipes/collapsible.cjs.map +1 -0
- package/dist/theme/recipes/collapsible.js +30 -0
- package/dist/theme/recipes/collapsible.js.map +1 -0
- package/dist/theme/recipes/combobox.cjs +2 -0
- package/dist/theme/recipes/combobox.cjs.map +1 -0
- package/dist/theme/recipes/combobox.js +179 -0
- package/dist/theme/recipes/combobox.js.map +1 -0
- package/dist/theme/recipes/common/group-card.cjs +2 -0
- package/dist/theme/recipes/common/group-card.cjs.map +1 -0
- package/dist/theme/recipes/common/group-card.js +81 -0
- package/dist/theme/recipes/common/group-card.js.map +1 -0
- package/dist/theme/recipes/datepicker.cjs +2 -0
- package/dist/theme/recipes/datepicker.cjs.map +1 -0
- package/dist/theme/recipes/datepicker.js +178 -0
- package/dist/theme/recipes/datepicker.js.map +1 -0
- package/dist/theme/recipes/dialog.cjs +2 -0
- package/dist/theme/recipes/dialog.cjs.map +1 -0
- package/dist/theme/recipes/dialog.js +154 -0
- package/dist/theme/recipes/dialog.js.map +1 -0
- package/dist/theme/recipes/drawer.cjs +2 -0
- package/dist/theme/recipes/drawer.cjs.map +1 -0
- package/dist/theme/recipes/drawer.js +129 -0
- package/dist/theme/recipes/drawer.js.map +1 -0
- package/dist/theme/recipes/flag.cjs +2 -0
- package/dist/theme/recipes/flag.cjs.map +1 -0
- package/dist/theme/recipes/flag.js +33 -0
- package/dist/theme/recipes/flag.js.map +1 -0
- package/dist/theme/recipes/form/control.cjs +2 -0
- package/dist/theme/recipes/form/control.cjs.map +1 -0
- package/dist/theme/recipes/form/control.js +37 -0
- package/dist/theme/recipes/form/control.js.map +1 -0
- package/dist/theme/recipes/form/helper-text.cjs +2 -0
- package/dist/theme/recipes/form/helper-text.cjs.map +1 -0
- package/dist/theme/recipes/form/helper-text.js +16 -0
- package/dist/theme/recipes/form/helper-text.js.map +1 -0
- package/dist/theme/recipes/form/label.cjs +2 -0
- package/dist/theme/recipes/form/label.cjs.map +1 -0
- package/dist/theme/recipes/form/label.js +50 -0
- package/dist/theme/recipes/form/label.js.map +1 -0
- package/dist/theme/recipes/heading.cjs +2 -0
- package/dist/theme/recipes/heading.cjs.map +1 -0
- package/dist/theme/recipes/heading.js +37 -0
- package/dist/theme/recipes/heading.js.map +1 -0
- package/dist/theme/recipes/highlightedInput.cjs +2 -0
- package/dist/theme/recipes/highlightedInput.cjs.map +1 -0
- package/dist/theme/recipes/highlightedInput.js +48 -0
- package/dist/theme/recipes/highlightedInput.js.map +1 -0
- package/dist/theme/recipes/icon-button.cjs +2 -0
- package/dist/theme/recipes/icon-button.cjs.map +1 -0
- package/dist/theme/recipes/icon-button.js +91 -0
- package/dist/theme/recipes/icon-button.js.map +1 -0
- package/dist/theme/recipes/icon.cjs +2 -0
- package/dist/theme/recipes/icon.cjs.map +1 -0
- package/dist/theme/recipes/icon.js +44 -0
- package/dist/theme/recipes/icon.js.map +1 -0
- package/dist/theme/recipes/illustration.cjs +2 -0
- package/dist/theme/recipes/illustration.cjs.map +1 -0
- package/dist/theme/recipes/illustration.js +50 -0
- package/dist/theme/recipes/illustration.js.map +1 -0
- package/dist/theme/recipes/index.cjs +2 -0
- package/dist/theme/recipes/index.cjs.map +1 -0
- package/dist/theme/recipes/index.js +129 -0
- package/dist/theme/recipes/index.js.map +1 -0
- package/dist/theme/recipes/input-addon.cjs +2 -0
- package/dist/theme/recipes/input-addon.cjs.map +1 -0
- package/dist/theme/recipes/input-addon.js +27 -0
- package/dist/theme/recipes/input-addon.js.map +1 -0
- package/dist/theme/recipes/input-group.cjs +2 -0
- package/dist/theme/recipes/input-group.cjs.map +1 -0
- package/dist/theme/recipes/input-group.js +52 -0
- package/dist/theme/recipes/input-group.js.map +1 -0
- package/dist/theme/recipes/input.cjs +2 -0
- package/dist/theme/recipes/input.cjs.map +1 -0
- package/dist/theme/recipes/input.js +64 -0
- package/dist/theme/recipes/input.js.map +1 -0
- package/dist/theme/recipes/menu.cjs +2 -0
- package/dist/theme/recipes/menu.cjs.map +1 -0
- package/dist/theme/recipes/menu.js +102 -0
- package/dist/theme/recipes/menu.js.map +1 -0
- package/dist/theme/recipes/pagination.cjs +2 -0
- package/dist/theme/recipes/pagination.cjs.map +1 -0
- package/dist/theme/recipes/pagination.js +73 -0
- package/dist/theme/recipes/pagination.js.map +1 -0
- package/dist/theme/recipes/phone-number-input.cjs +2 -0
- package/dist/theme/recipes/phone-number-input.cjs.map +1 -0
- package/dist/theme/recipes/phone-number-input.js +68 -0
- package/dist/theme/recipes/phone-number-input.js.map +1 -0
- package/dist/theme/recipes/popover.cjs +2 -0
- package/dist/theme/recipes/popover.cjs.map +1 -0
- package/dist/theme/recipes/popover.js +30 -0
- package/dist/theme/recipes/popover.js.map +1 -0
- package/dist/theme/recipes/radio-button-group.cjs +2 -0
- package/dist/theme/recipes/radio-button-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-button-group.js +97 -0
- package/dist/theme/recipes/radio-button-group.js.map +1 -0
- package/dist/theme/recipes/radio-card-group.cjs +2 -0
- package/dist/theme/recipes/radio-card-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-card-group.js +70 -0
- package/dist/theme/recipes/radio-card-group.js.map +1 -0
- package/dist/theme/recipes/radio-group.cjs +2 -0
- package/dist/theme/recipes/radio-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-group.js +121 -0
- package/dist/theme/recipes/radio-group.js.map +1 -0
- package/dist/theme/recipes/select-language.cjs +2 -0
- package/dist/theme/recipes/select-language.cjs.map +1 -0
- package/dist/theme/recipes/select-language.js +115 -0
- package/dist/theme/recipes/select-language.js.map +1 -0
- package/dist/theme/recipes/select.cjs +2 -0
- package/dist/theme/recipes/select.cjs.map +1 -0
- package/dist/theme/recipes/select.js +209 -0
- package/dist/theme/recipes/select.js.map +1 -0
- package/dist/theme/recipes/status-tag-select.cjs +2 -0
- package/dist/theme/recipes/status-tag-select.cjs.map +1 -0
- package/dist/theme/recipes/status-tag-select.js +177 -0
- package/dist/theme/recipes/status-tag-select.js.map +1 -0
- package/dist/theme/recipes/switch-card.cjs +2 -0
- package/dist/theme/recipes/switch-card.cjs.map +1 -0
- package/dist/theme/recipes/switch-card.js +44 -0
- package/dist/theme/recipes/switch-card.js.map +1 -0
- package/dist/theme/recipes/switch.cjs +2 -0
- package/dist/theme/recipes/switch.cjs.map +1 -0
- package/dist/theme/recipes/switch.js +90 -0
- package/dist/theme/recipes/switch.js.map +1 -0
- package/dist/theme/recipes/table-container.cjs +2 -0
- package/dist/theme/recipes/table-container.cjs.map +1 -0
- package/dist/theme/recipes/table-container.js +21 -0
- package/dist/theme/recipes/table-container.js.map +1 -0
- package/dist/theme/recipes/table-empty-row.cjs +2 -0
- package/dist/theme/recipes/table-empty-row.cjs.map +1 -0
- package/dist/theme/recipes/table-empty-row.js +19 -0
- package/dist/theme/recipes/table-empty-row.js.map +1 -0
- package/dist/theme/recipes/table-group-title.cjs +2 -0
- package/dist/theme/recipes/table-group-title.cjs.map +1 -0
- package/dist/theme/recipes/table-group-title.js +36 -0
- package/dist/theme/recipes/table-group-title.js.map +1 -0
- package/dist/theme/recipes/table.cjs +2 -0
- package/dist/theme/recipes/table.cjs.map +1 -0
- package/dist/theme/recipes/table.js +111 -0
- package/dist/theme/recipes/table.js.map +1 -0
- package/dist/theme/recipes/tabs-chip.cjs +2 -0
- package/dist/theme/recipes/tabs-chip.cjs.map +1 -0
- package/dist/theme/recipes/tabs-chip.js +49 -0
- package/dist/theme/recipes/tabs-chip.js.map +1 -0
- package/dist/theme/recipes/tabs.cjs +2 -0
- package/dist/theme/recipes/tabs.cjs.map +1 -0
- package/dist/theme/recipes/tabs.js +128 -0
- package/dist/theme/recipes/tabs.js.map +1 -0
- package/dist/theme/recipes/tag.cjs +2 -0
- package/dist/theme/recipes/tag.cjs.map +1 -0
- package/dist/theme/recipes/tag.js +124 -0
- package/dist/theme/recipes/tag.js.map +1 -0
- package/dist/theme/recipes/text.cjs +2 -0
- package/dist/theme/recipes/text.cjs.map +1 -0
- package/dist/theme/recipes/text.js +40 -0
- package/dist/theme/recipes/text.js.map +1 -0
- package/dist/theme/recipes/textarea.cjs +2 -0
- package/dist/theme/recipes/textarea.cjs.map +1 -0
- package/dist/theme/recipes/textarea.js +16 -0
- package/dist/theme/recipes/textarea.js.map +1 -0
- package/dist/theme/recipes/tooltip.cjs +2 -0
- package/dist/theme/recipes/tooltip.cjs.map +1 -0
- package/dist/theme/recipes/tooltip.js +64 -0
- package/dist/theme/recipes/tooltip.js.map +1 -0
- package/dist/theme/semantic-tokens/colors.cjs +2 -0
- package/dist/theme/semantic-tokens/colors.cjs.map +1 -0
- package/dist/theme/semantic-tokens/colors.js +143 -0
- package/dist/theme/semantic-tokens/colors.js.map +1 -0
- package/dist/theme/semantic-tokens/index.cjs +2 -0
- package/dist/theme/semantic-tokens/index.cjs.map +1 -0
- package/dist/theme/semantic-tokens/index.js +9 -0
- package/dist/theme/semantic-tokens/index.js.map +1 -0
- package/dist/theme/text-styles.cjs +2 -0
- package/dist/theme/text-styles.cjs.map +1 -0
- package/dist/theme/text-styles.js +90 -0
- package/dist/theme/text-styles.js.map +1 -0
- package/dist/theme/tokens/animations.cjs +2 -0
- package/dist/theme/tokens/animations.cjs.map +1 -0
- package/dist/theme/tokens/animations.js +48 -0
- package/dist/theme/tokens/animations.js.map +1 -0
- package/dist/theme/tokens/aspect-ratios.cjs +2 -0
- package/dist/theme/tokens/aspect-ratios.cjs.map +1 -0
- package/dist/theme/tokens/aspect-ratios.js +14 -0
- package/dist/theme/tokens/aspect-ratios.js.map +1 -0
- package/dist/theme/tokens/blurs.cjs +2 -0
- package/dist/theme/tokens/blurs.cjs.map +1 -0
- package/dist/theme/tokens/blurs.js +15 -0
- package/dist/theme/tokens/blurs.js.map +1 -0
- package/dist/theme/tokens/borders.cjs +2 -0
- package/dist/theme/tokens/borders.cjs.map +1 -0
- package/dist/theme/tokens/borders.js +11 -0
- package/dist/theme/tokens/borders.js.map +1 -0
- package/dist/theme/tokens/colors.cjs +2 -0
- package/dist/theme/tokens/colors.cjs.map +1 -0
- package/dist/theme/tokens/colors.js +80 -0
- package/dist/theme/tokens/colors.js.map +1 -0
- package/dist/theme/tokens/durations.cjs +2 -0
- package/dist/theme/tokens/durations.cjs.map +1 -0
- package/dist/theme/tokens/durations.js +15 -0
- package/dist/theme/tokens/durations.js.map +1 -0
- package/dist/theme/tokens/easings.cjs +51 -0
- package/dist/theme/tokens/easings.cjs.map +1 -0
- package/dist/theme/tokens/easings.js +95 -0
- package/dist/theme/tokens/easings.js.map +1 -0
- package/dist/theme/tokens/index.cjs +2 -0
- package/dist/theme/tokens/index.cjs.map +1 -0
- package/dist/theme/tokens/index.js +37 -0
- package/dist/theme/tokens/index.js.map +1 -0
- package/dist/theme/tokens/radii.cjs +2 -0
- package/dist/theme/tokens/radii.cjs.map +1 -0
- package/dist/theme/tokens/radii.js +29 -0
- package/dist/theme/tokens/radii.js.map +1 -0
- package/dist/theme/tokens/shadows.cjs +2 -0
- package/dist/theme/tokens/shadows.cjs.map +1 -0
- package/dist/theme/tokens/shadows.js +15 -0
- package/dist/theme/tokens/shadows.js.map +1 -0
- package/dist/theme/tokens/sizes.cjs +2 -0
- package/dist/theme/tokens/sizes.cjs.map +1 -0
- package/dist/theme/tokens/sizes.js +87 -0
- package/dist/theme/tokens/sizes.js.map +1 -0
- package/dist/theme/tokens/spacing.cjs +2 -0
- package/dist/theme/tokens/spacing.cjs.map +1 -0
- package/dist/theme/tokens/spacing.js +86 -0
- package/dist/theme/tokens/spacing.js.map +1 -0
- package/dist/theme/tokens/typography.cjs +2 -0
- package/dist/theme/tokens/typography.cjs.map +1 -0
- package/dist/theme/tokens/typography.js +87 -0
- package/dist/theme/tokens/typography.js.map +1 -0
- package/dist/theme/tokens/z-index.cjs +2 -0
- package/dist/theme/tokens/z-index.cjs.map +1 -0
- package/dist/theme/tokens/z-index.js +44 -0
- package/dist/theme/tokens/z-index.js.map +1 -0
- package/dist/theme/utilities.cjs +2 -0
- package/dist/theme/utilities.cjs.map +1 -0
- package/dist/theme/utilities.js +17 -0
- package/dist/theme/utilities.js.map +1 -0
- package/dist/utils/slots.cjs +2 -0
- package/dist/utils/slots.cjs.map +1 -0
- package/dist/utils/slots.js +42 -0
- package/dist/utils/slots.js.map +1 -0
- package/package.json +18 -7
- package/dist/icons.cjs.map +0 -1
- package/dist/icons.js.map +0 -1
- package/dist/ui.cjs +0 -79
- package/dist/ui.cjs.map +0 -1
- package/dist/ui.js.map +0 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineSlotRecipe as e } from "@pandacss/dev";
|
|
3
|
+
const o = e({
|
|
4
|
+
className: "highlightedInput",
|
|
5
|
+
description: "Styles for HighlightedInput component",
|
|
6
|
+
slots: ["root", "input", "renderer", "highlight"],
|
|
7
|
+
jsx: ["Root", "InputSlot", "Renderer", "Highlight"],
|
|
8
|
+
base: {
|
|
9
|
+
root: {
|
|
10
|
+
position: "relative",
|
|
11
|
+
height: "size-40"
|
|
12
|
+
},
|
|
13
|
+
input: {
|
|
14
|
+
position: "absolute",
|
|
15
|
+
inset: 0,
|
|
16
|
+
width: "full",
|
|
17
|
+
height: "full",
|
|
18
|
+
outline: 0,
|
|
19
|
+
px: "space-16",
|
|
20
|
+
background: "transparent",
|
|
21
|
+
color: "transparent",
|
|
22
|
+
caretColor: "text",
|
|
23
|
+
"&:placeholder-shown": {
|
|
24
|
+
color: "initial"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
renderer: {
|
|
28
|
+
position: "absolute",
|
|
29
|
+
maxWidth: "full",
|
|
30
|
+
display: "flex",
|
|
31
|
+
px: "16px",
|
|
32
|
+
py: "10px",
|
|
33
|
+
whiteSpace: "pre",
|
|
34
|
+
pointerEvents: "none",
|
|
35
|
+
fontSize: "body.md",
|
|
36
|
+
lineHeight: "normal",
|
|
37
|
+
textStyle: "body.md",
|
|
38
|
+
fontFamily: "satoshi",
|
|
39
|
+
overflowX: "scroll",
|
|
40
|
+
scrollbarWidth: "none",
|
|
41
|
+
border: "1px solid transparent"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
o as highlightedInputRecipe
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=highlightedInput.js.map
|
|
@@ -0,0 +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"],"names":["highlightedInputRecipe","defineSlotRecipe"],"mappings":";;AAEO,MAAMA,IAAyBC,EAAiB;AAAA,EACrD,WAAW;AAAA,EACX,aAAa;AAAA,EACb,OAAO,CAAC,QAAQ,SAAS,YAAY,WAAW;AAAA,EAChD,KAAK,CAAC,QAAQ,aAAa,YAAY,WAAW;AAAA,EAClD,MAAM;AAAA,IACJ,MAAM;AAAA,MACJ,UAAU;AAAA,MACV,QAAQ;AAAA,IAAA;AAAA,IAEV,OAAO;AAAA,MACL,UAAU;AAAA,MACV,OAAO;AAAA,MACP,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,uBAAuB;AAAA,QACrB,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,IAEF,UAAU;AAAA,MACR,UAAU;AAAA,MACV,UAAU;AAAA,MACV,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,YAAY;AAAA,MACZ,eAAe;AAAA,MACf,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,WAAW;AAAA,MACX,YAAY;AAAA,MACZ,WAAW;AAAA,MACX,gBAAgB;AAAA,MAChB,QAAQ;AAAA,IAAA;AAAA,EACV;AAEJ,CAAC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),i=require("../../_virtual/cjs.cjs"),t=require("./button.cjs"),s=i(t.buttonRecipe,e.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=s;
|
|
2
|
+
//# sourceMappingURL=icon-button.cjs.map
|
|
@@ -0,0 +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"],"names":["iconButtonRecipe","deepmerge","buttonRecipe","defineRecipe"],"mappings":"4LAIaA,EAAiCC,EAC5CC,EAAAA,aACAC,eAAa,CACX,UAAW,cACX,gBAAiB,CACf,KAAM,KACN,QAAS,UACT,SAAU,MAAA,EAEZ,IAAK,CAAC,YAAY,EAClB,KAAM,CACJ,WAAY,EACZ,SAAU,CAAA,EAEZ,YAAa,0CACb,SAAU,CACR,QAAS,CACP,QAAS,CAAA,EACT,UAAW,CAAA,EACX,SAAU,CAAA,CAAC,EAEb,SAAU,CACR,KAAM,CAAA,EACN,OAAQ,CAAA,CAAC,EAEX,KAAM,CACJ,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,EAEF,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,EAEF,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,CACF,CACF,EAEF,iBAAkB,CAChB,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,EAEF,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,EAEF,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,CACF,CACF,CACD,CACH"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineRecipe as i } from "@pandacss/dev";
|
|
3
|
+
import e from "../../_virtual/cjs.js";
|
|
4
|
+
import { buttonRecipe as t } from "./button.js";
|
|
5
|
+
const n = e(
|
|
6
|
+
t,
|
|
7
|
+
i({
|
|
8
|
+
className: "icon-button",
|
|
9
|
+
defaultVariants: {
|
|
10
|
+
size: "md",
|
|
11
|
+
variant: "primary",
|
|
12
|
+
severity: "none"
|
|
13
|
+
},
|
|
14
|
+
jsx: ["IconButton"],
|
|
15
|
+
base: {
|
|
16
|
+
flexShrink: 0,
|
|
17
|
+
flexGrow: 0
|
|
18
|
+
},
|
|
19
|
+
description: "The styles for the IconButton component",
|
|
20
|
+
variants: {
|
|
21
|
+
variant: {
|
|
22
|
+
primary: {},
|
|
23
|
+
secondary: {},
|
|
24
|
+
tertiary: {}
|
|
25
|
+
},
|
|
26
|
+
severity: {
|
|
27
|
+
none: {},
|
|
28
|
+
danger: {}
|
|
29
|
+
},
|
|
30
|
+
size: {
|
|
31
|
+
lg: {
|
|
32
|
+
px: "space-8",
|
|
33
|
+
py: "space-8",
|
|
34
|
+
width: "size-40",
|
|
35
|
+
height: "size-40",
|
|
36
|
+
"& svg": {
|
|
37
|
+
width: "size-24!",
|
|
38
|
+
height: "size-24!"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
md: {
|
|
42
|
+
px: "space-8",
|
|
43
|
+
py: "space-8",
|
|
44
|
+
width: "size-32",
|
|
45
|
+
height: "size-32",
|
|
46
|
+
"& svg": {
|
|
47
|
+
width: "size-16!",
|
|
48
|
+
height: "size-16!"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
sm: {
|
|
52
|
+
px: "space-4",
|
|
53
|
+
py: "space-4",
|
|
54
|
+
width: "size-24",
|
|
55
|
+
height: "size-24",
|
|
56
|
+
"& svg": {
|
|
57
|
+
width: "size-16!",
|
|
58
|
+
height: "size-16!"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
compoundVariants: [
|
|
64
|
+
{
|
|
65
|
+
variant: "primary",
|
|
66
|
+
size: "sm",
|
|
67
|
+
css: {
|
|
68
|
+
minWidth: "auto"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
variant: "primary",
|
|
73
|
+
size: "md",
|
|
74
|
+
css: {
|
|
75
|
+
minWidth: "auto"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
variant: "primary",
|
|
80
|
+
size: "lg",
|
|
81
|
+
css: {
|
|
82
|
+
minWidth: "auto"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
})
|
|
87
|
+
);
|
|
88
|
+
export {
|
|
89
|
+
n as iconButtonRecipe
|
|
90
|
+
};
|
|
91
|
+
//# sourceMappingURL=icon-button.js.map
|
|
@@ -0,0 +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"],"names":["iconButtonRecipe","deepmerge","buttonRecipe","defineRecipe"],"mappings":";;;;AAIO,MAAMA,IAAiCC;AAAA,EAC5CC;AAAA,EACAC,EAAa;AAAA,IACX,WAAW;AAAA,IACX,iBAAiB;AAAA,MACf,MAAM;AAAA,MACN,SAAS;AAAA,MACT,UAAU;AAAA,IAAA;AAAA,IAEZ,KAAK,CAAC,YAAY;AAAA,IAClB,MAAM;AAAA,MACJ,YAAY;AAAA,MACZ,UAAU;AAAA,IAAA;AAAA,IAEZ,aAAa;AAAA,IACb,UAAU;AAAA,MACR,SAAS;AAAA,QACP,SAAS,CAAA;AAAA,QACT,WAAW,CAAA;AAAA,QACX,UAAU,CAAA;AAAA,MAAC;AAAA,MAEb,UAAU;AAAA,QACR,MAAM,CAAA;AAAA,QACN,QAAQ,CAAA;AAAA,MAAC;AAAA,MAEX,MAAM;AAAA,QACJ,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,QAEF,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,QAEF,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,MACF;AAAA,IACF;AAAA,IAEF,kBAAkB;AAAA,MAChB;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,MAEF;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,MAEF;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,IACF;AAAA,EACF,CACD;AACH;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),i=e.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=i;
|
|
2
|
+
//# sourceMappingURL=icon.cjs.map
|
|
@@ -0,0 +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"],"names":["iconRecipe","defineRecipe"],"mappings":"8HAEaA,EAAaC,EAAAA,aAAa,CACrC,KAAM,CACJ,MAAO,eACP,QAAS,eACT,WAAY,IACZ,WAAY,MACZ,cAAe,QAAA,EAEjB,UAAW,OACX,gBAAiB,CACf,KAAM,IAAA,EAER,IAAK,CAAC,MAAM,EACZ,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,CACT,CACF,CAEJ,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineRecipe as i } from "@pandacss/dev";
|
|
3
|
+
const s = i({
|
|
4
|
+
base: {
|
|
5
|
+
color: "currentColor",
|
|
6
|
+
display: "inline-block",
|
|
7
|
+
flexShrink: "0",
|
|
8
|
+
lineHeight: "1em",
|
|
9
|
+
verticalAlign: "middle"
|
|
10
|
+
},
|
|
11
|
+
className: "icon",
|
|
12
|
+
defaultVariants: {
|
|
13
|
+
size: "md"
|
|
14
|
+
},
|
|
15
|
+
jsx: ["Icon"],
|
|
16
|
+
variants: {
|
|
17
|
+
size: {
|
|
18
|
+
xs: {
|
|
19
|
+
height: "size-16",
|
|
20
|
+
width: "size-16"
|
|
21
|
+
},
|
|
22
|
+
sm: {
|
|
23
|
+
height: "size-20",
|
|
24
|
+
width: "size-20"
|
|
25
|
+
},
|
|
26
|
+
md: {
|
|
27
|
+
height: "size-24",
|
|
28
|
+
width: "size-24"
|
|
29
|
+
},
|
|
30
|
+
lg: {
|
|
31
|
+
height: "size-32",
|
|
32
|
+
width: "size-32"
|
|
33
|
+
},
|
|
34
|
+
xl: {
|
|
35
|
+
height: "size-40",
|
|
36
|
+
width: "size-40"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
export {
|
|
42
|
+
s as iconRecipe
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=icon.js.map
|
|
@@ -0,0 +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"],"names":["iconRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAaC,EAAa;AAAA,EACrC,MAAM;AAAA,IACJ,OAAO;AAAA,IACP,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,eAAe;AAAA,EAAA;AAAA,EAEjB,WAAW;AAAA,EACX,iBAAiB;AAAA,IACf,MAAM;AAAA,EAAA;AAAA,EAER,KAAK,CAAC,MAAM;AAAA,EACZ,UAAU;AAAA,IACR,MAAM;AAAA,MACJ,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,EACF;AAEJ,CAAC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@pandacss/dev"),e=t.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
|
|
@@ -0,0 +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"],"names":["illustrationRecipe","defineRecipe"],"mappings":"8HAEaA,EAAqBC,EAAAA,aAAa,CAC7C,KAAM,CACJ,SAAU,WACV,OAAQ,GACR,MAAO,EACP,MAAO,QACP,SAAU,SACV,aAAc,SAAA,EAEhB,UAAW,eACX,gBAAiB,CACf,QAAS,SAAA,EAEX,YAAa,4CACb,IAAK,CAAC,cAAc,EACpB,SAAU,CACR,QAAS,CACP,QAAS,CACP,GAAI,aAAA,EAEN,KAAM,CACJ,GAAI,qBAAA,EAEN,KAAM,CACJ,GAAI,qBAAA,EAEN,MAAO,CACL,GAAI,sBAAA,EAEN,UAAW,CACT,GAAI,0BAAA,EAEN,OAAQ,CACN,GAAI,uBAAA,EAEN,IAAK,CACH,GAAI,oBAAA,EAEN,SAAU,CACR,GAAI,yBAAA,CACN,CACF,CAEJ,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineRecipe as t } from "@pandacss/dev";
|
|
3
|
+
const i = t({
|
|
4
|
+
base: {
|
|
5
|
+
position: "absolute",
|
|
6
|
+
zIndex: -1,
|
|
7
|
+
inset: 0,
|
|
8
|
+
color: "white",
|
|
9
|
+
overflow: "hidden",
|
|
10
|
+
borderRadius: "inherit"
|
|
11
|
+
},
|
|
12
|
+
className: "illustration",
|
|
13
|
+
defaultVariants: {
|
|
14
|
+
pattern: "neutral"
|
|
15
|
+
},
|
|
16
|
+
description: "The styles for the Illustration component",
|
|
17
|
+
jsx: ["Illustration"],
|
|
18
|
+
variants: {
|
|
19
|
+
pattern: {
|
|
20
|
+
neutral: {
|
|
21
|
+
bg: "primary.100"
|
|
22
|
+
},
|
|
23
|
+
fish: {
|
|
24
|
+
bg: "typology.fish.light"
|
|
25
|
+
},
|
|
26
|
+
meat: {
|
|
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
|
+
}
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
i as illustrationRecipe
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=illustration.js.map
|
|
@@ -0,0 +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"],"names":["illustrationRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAqBC,EAAa;AAAA,EAC7C,MAAM;AAAA,IACJ,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,cAAc;AAAA,EAAA;AAAA,EAEhB,WAAW;AAAA,EACX,iBAAiB;AAAA,IACf,SAAS;AAAA,EAAA;AAAA,EAEX,aAAa;AAAA,EACb,KAAK,CAAC,cAAc;AAAA,EACpB,UAAU;AAAA,IACR,SAAS;AAAA,MACP,SAAS;AAAA,QACP,IAAI;AAAA,MAAA;AAAA,MAEN,MAAM;AAAA,QACJ,IAAI;AAAA,MAAA;AAAA,MAEN,MAAM;AAAA,QACJ,IAAI;AAAA,MAAA;AAAA,MAEN,OAAO;AAAA,QACL,IAAI;AAAA,MAAA;AAAA,MAEN,WAAW;AAAA,QACT,IAAI;AAAA,MAAA;AAAA,MAEN,QAAQ;AAAA,QACN,IAAI;AAAA,MAAA;AAAA,MAEN,KAAK;AAAA,QACH,IAAI;AAAA,MAAA;AAAA,MAEN,UAAU;AAAA,QACR,IAAI;AAAA,MAAA;AAAA,IACN;AAAA,EACF;AAEJ,CAAC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./button.cjs"),t=require("./heading.cjs"),r=require("./switch.cjs"),i=require("./text.cjs"),c=require("./textarea.cjs"),o=require("./form/control.cjs"),a=require("./form/helper-text.cjs"),n=require("./drawer.cjs"),p=require("./accordion.cjs"),u=require("./form/label.cjs"),s=require("./checkbox.cjs"),l=require("./tabs.cjs"),R=require("./select.cjs"),q=require("./input.cjs"),b=require("./highlightedInput.cjs"),d=require("./input-addon.cjs"),g=require("./input-group.cjs"),h=require("./datepicker.cjs"),C=require("./tag.cjs"),m=require("./radio-button-group.cjs"),x=require("./radio-group.cjs"),G=require("./chip.cjs"),v=require("./action-card.cjs"),T=require("./icon-button.cjs"),f=require("./tooltip.cjs"),k=require("./alert.cjs"),w=require("./table.cjs"),I=require("./table-group-title.cjs"),L=require("./table-empty-row.cjs"),S=require("./table-container.cjs"),M=require("./breadcrumb.cjs"),N=require("./popover.cjs"),A=require("./pagination.cjs"),B=require("./status-tag-select.cjs"),y=require("./app/product-card-catalog.cjs"),P=require("./illustration.cjs"),D=require("./button-filter.cjs"),E=require("./switch-card.cjs"),F=require("./radio-card-group.cjs"),H=require("./checkbox-card.cjs"),j=require("./combobox.cjs"),O=require("./phone-number-input.cjs"),_=require("./icon.cjs"),z=require("./collapsible.cjs"),J=require("./app/navigation.cjs"),K=require("./app/navigation-language-select.cjs"),Q=require("./dialog.cjs"),U=require("./select-language.cjs"),V=require("./avatar.cjs"),W=require("./menu.cjs"),X=require("./avatar-group.cjs"),Y=require("./flag.cjs"),Z=require("./app/price-tag.cjs"),$=require("./tabs-chip.cjs"),ee=require("./checkbox-group.cjs"),te=require("./chat/chat-message.cjs"),re=require("./chat/chat-document-message.cjs"),ie=require("./chat/chat.cjs"),ce=require("./chat/chat-profile-avatar.cjs"),oe=require("./chat/chat-input-text.cjs"),ae={button:e.buttonRecipe,iconButton:T.iconButtonRecipe,heading:t.headingRecipe,switchRecipe:r.switchRecipe,text:i.textRecipe,textarea:c.textareaRecipe,formControl:o.formControlRecipe,formHelperText:a.formHelperTextRecipe,input:q.inputRecipe,inputAddon:d.inputAddonRecipe,inputGroup:g.inputGroupRecipe,tableGroupTitle:I.tableGroupTitleRecipe,tableEmptyRow:L.tableEmptyRowRecipe,tableContainer:S.tableContainerRecipe,illustration:P.illustrationRecipe,buttonFilter:D.buttonFilterRecipe,phoneNumberInput:O.phoneNumberInputRecipe,icon:_.iconRecipe,flag:Y.flagRecipe,avatarGroup:X.avatarGroupRecipe,tabsChip:$.tabsChipRecipe,checkboxGroup:ee.checkboxGroupRecipe,chatMessage:te.chatMessageRecipe,chatTextInput:oe.chatTextInputRecipe,chatDocumentMessage:re.chatDocumentMessageRecipe,chatProfileAvatar:ce.chatProfileAvatarRecipe},ne={drawer:n.drawerRecipe,radioButtonGroup:m.radioButtonGroupRecipe,radioGroup:x.radioGroupRecipe,accordion:p.accordionRecipe,formLabel:u.formLabelRecipe,checkbox:s.checkboxRecipe,datepicker:h.datepickerRecipe,tabs:l.tabsRecipe,tag:C.tagRecipe,statusTagSelect:B.statusTagSelectRecipe,select:R.selectRecipe,selectLanguage:U.selectLanguageRecipe,chip:G.chipRecipe,actionCard:v.actionCardRecipe,tooltip:f.tooltipRecipe,alert:k.alertRecipe,table:w.tableRecipe,breadcrumb:M.breadcrumbRecipe,popover:N.popoverRecipe,pagination:A.paginationRecipe,productCardCatalog:y.productCardCatalogRecipe,switchCard:E.switchCardRecipe,radioCardGroup:F.radioCardGroupRecipe,checkboxCard:H.checkboxCardRecipe,combobox:j.comboboxRecipe,collapsible:z.collapsibleRecipe,appNavigation:J.appNavigationRecipe,dialog:Q.dialogRecipe,appNavigationLanguageSelect:K.appNavigationLanguageSelectRecipe,avatar:V.avatarRecipe,menu:W.menuRecipe,priceTag:Z.priceTagRecipe,chat:ie.chatRecipe,highlightedInput:b.highlightedInputRecipe};exports.recipes=ae;exports.slotRecipes=ne;
|
|
2
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../src/theme/recipes/index.ts"],"sourcesContent":["import { buttonRecipe } from './button'\nimport { headingRecipe } from './heading'\nimport { switchRecipe } from './switch'\nimport { textRecipe } from './text'\nimport { textareaRecipe } from './textarea'\nimport { formControlRecipe } from './form/control'\nimport { formHelperTextRecipe } from './form/helper-text'\nimport { drawerRecipe } from './drawer'\nimport { accordionRecipe } from './accordion'\nimport { formLabelRecipe } from './form/label'\nimport { checkboxRecipe } from './checkbox'\nimport { tabsRecipe } from './tabs'\nimport { selectRecipe } from './select'\nimport { inputRecipe } from './input'\nimport { highlightedInputRecipe } from './highlightedInput'\nimport { inputAddonRecipe } from './input-addon'\nimport { inputGroupRecipe } from './input-group'\nimport { datepickerRecipe } from './datepicker'\nimport { tagRecipe } from './tag'\nimport { radioButtonGroupRecipe } from './radio-button-group'\nimport { radioGroupRecipe } from './radio-group'\nimport { chipRecipe } from './chip'\nimport { actionCardRecipe } from './action-card'\nimport { iconButtonRecipe } from './icon-button'\nimport { tooltipRecipe } from './tooltip'\nimport { alertRecipe } from './alert'\nimport { tableRecipe } from './table'\nimport { tableGroupTitleRecipe } from './table-group-title'\nimport { tableEmptyRowRecipe } from './table-empty-row'\nimport { tableContainerRecipe } from './table-container'\nimport { breadcrumbRecipe } from './breadcrumb'\nimport { popoverRecipe } from './popover'\nimport { paginationRecipe } from './pagination'\nimport { statusTagSelectRecipe } from './status-tag-select'\nimport { productCardCatalogRecipe } from './app/product-card-catalog'\nimport { illustrationRecipe } from './illustration'\nimport { buttonFilterRecipe } from './button-filter'\nimport { switchCardRecipe } from './switch-card'\nimport { radioCardGroupRecipe } from './radio-card-group'\nimport { checkboxCardRecipe } from './checkbox-card'\nimport { comboboxRecipe } from './combobox'\nimport { phoneNumberInputRecipe } from './phone-number-input'\nimport { iconRecipe } from './icon'\nimport { collapsibleRecipe } from './collapsible'\nimport { appNavigationRecipe } from './app/navigation'\nimport { appNavigationLanguageSelectRecipe } from './app/navigation-language-select'\nimport { dialogRecipe } from './dialog'\nimport { selectLanguageRecipe } from './select-language'\nimport { avatarRecipe } from './avatar'\nimport { menuRecipe } from './menu'\nimport { avatarGroupRecipe } from './avatar-group'\nimport { flagRecipe } from './flag'\nimport { priceTagRecipe } from './app/price-tag'\nimport { tabsChipRecipe } from './tabs-chip'\nimport { checkboxGroupRecipe } from '~/theme/recipes/checkbox-group'\nimport { chatMessageRecipe } from '~/theme/recipes/chat/chat-message.ts'\nimport { chatDocumentMessageRecipe } from '~/theme/recipes/chat/chat-document-message.ts'\nimport { chatRecipe } from '~/theme/recipes/chat/chat.ts'\nimport { chatProfileAvatarRecipe } from '~/theme/recipes/chat/chat-profile-avatar.ts'\nimport { chatTextInputRecipe } from '~/theme/recipes/chat/chat-input-text.ts'\n\nexport const recipes = {\n button: buttonRecipe,\n iconButton: iconButtonRecipe,\n heading: headingRecipe,\n switchRecipe,\n text: textRecipe,\n textarea: textareaRecipe,\n formControl: formControlRecipe,\n formHelperText: formHelperTextRecipe,\n input: inputRecipe,\n inputAddon: inputAddonRecipe,\n inputGroup: inputGroupRecipe,\n tableGroupTitle: tableGroupTitleRecipe,\n tableEmptyRow: tableEmptyRowRecipe,\n tableContainer: tableContainerRecipe,\n illustration: illustrationRecipe,\n buttonFilter: buttonFilterRecipe,\n phoneNumberInput: phoneNumberInputRecipe,\n icon: iconRecipe,\n flag: flagRecipe,\n avatarGroup: avatarGroupRecipe,\n tabsChip: tabsChipRecipe,\n checkboxGroup: checkboxGroupRecipe,\n chatMessage: chatMessageRecipe,\n chatTextInput: chatTextInputRecipe,\n chatDocumentMessage: chatDocumentMessageRecipe,\n chatProfileAvatar: chatProfileAvatarRecipe,\n}\n\nexport const slotRecipes = {\n drawer: drawerRecipe,\n radioButtonGroup: radioButtonGroupRecipe,\n radioGroup: radioGroupRecipe,\n accordion: accordionRecipe,\n formLabel: formLabelRecipe,\n checkbox: checkboxRecipe,\n datepicker: datepickerRecipe,\n tabs: tabsRecipe,\n tag: tagRecipe,\n statusTagSelect: statusTagSelectRecipe,\n select: selectRecipe,\n selectLanguage: selectLanguageRecipe,\n chip: chipRecipe,\n actionCard: actionCardRecipe,\n tooltip: tooltipRecipe,\n alert: alertRecipe,\n table: tableRecipe,\n breadcrumb: breadcrumbRecipe,\n popover: popoverRecipe,\n pagination: paginationRecipe,\n productCardCatalog: productCardCatalogRecipe,\n switchCard: switchCardRecipe,\n radioCardGroup: radioCardGroupRecipe,\n checkboxCard: checkboxCardRecipe,\n combobox: comboboxRecipe,\n collapsible: collapsibleRecipe,\n appNavigation: appNavigationRecipe,\n dialog: dialogRecipe,\n appNavigationLanguageSelect: appNavigationLanguageSelectRecipe,\n avatar: avatarRecipe,\n menu: menuRecipe,\n priceTag: priceTagRecipe,\n chat: chatRecipe,\n highlightedInput: highlightedInputRecipe,\n}\n"],"names":["recipes","buttonRecipe","iconButtonRecipe","headingRecipe","switchRecipe","textRecipe","textareaRecipe","formControlRecipe","formHelperTextRecipe","inputRecipe","inputAddonRecipe","inputGroupRecipe","tableGroupTitleRecipe","tableEmptyRowRecipe","tableContainerRecipe","illustrationRecipe","buttonFilterRecipe","phoneNumberInputRecipe","iconRecipe","flagRecipe","avatarGroupRecipe","tabsChipRecipe","checkboxGroupRecipe","chatMessageRecipe","chatTextInputRecipe","chatDocumentMessageRecipe","chatProfileAvatarRecipe","slotRecipes","drawerRecipe","radioButtonGroupRecipe","radioGroupRecipe","accordionRecipe","formLabelRecipe","checkboxRecipe","datepickerRecipe","tabsRecipe","tagRecipe","statusTagSelectRecipe","selectRecipe","selectLanguageRecipe","chipRecipe","actionCardRecipe","tooltipRecipe","alertRecipe","tableRecipe","breadcrumbRecipe","popoverRecipe","paginationRecipe","productCardCatalogRecipe","switchCardRecipe","radioCardGroupRecipe","checkboxCardRecipe","comboboxRecipe","collapsibleRecipe","appNavigationRecipe","dialogRecipe","appNavigationLanguageSelectRecipe","avatarRecipe","menuRecipe","priceTagRecipe","chatRecipe","highlightedInputRecipe"],"mappings":"27DA6DaA,GAAU,CACrB,OAAQC,EAAAA,aACR,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cAAA,aACTC,EAAAA,aACA,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,eAAgBC,EAAAA,qBAChB,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,WAAYC,EAAAA,iBACZ,gBAAiBC,EAAAA,sBACjB,cAAeC,EAAAA,oBACf,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,aAAcC,EAAAA,mBACd,iBAAkBC,EAAAA,uBAClB,KAAMC,EAAAA,WACN,KAAMC,EAAAA,WACN,YAAaC,EAAAA,kBACb,SAAUC,EAAAA,eACV,cAAeC,GAAAA,oBACf,YAAaC,GAAAA,kBACb,cAAeC,GAAAA,oBACf,oBAAqBC,GAAAA,0BACrB,kBAAmBC,GAAAA,uBACrB,EAEaC,GAAc,CACzB,OAAQC,EAAAA,aACR,iBAAkBC,EAAAA,uBAClB,WAAYC,EAAAA,iBACZ,UAAWC,EAAAA,gBACX,UAAWC,EAAAA,gBACX,SAAUC,EAAAA,eACV,WAAYC,EAAAA,iBACZ,KAAMC,EAAAA,WACN,IAAKC,EAAAA,UACL,gBAAiBC,EAAAA,sBACjB,OAAQC,EAAAA,aACR,eAAgBC,EAAAA,qBAChB,KAAMC,EAAAA,WACN,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,MAAOC,EAAAA,YACP,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,WAAYC,EAAAA,iBACZ,mBAAoBC,EAAAA,yBACpB,WAAYC,EAAAA,iBACZ,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,cAAeC,EAAAA,oBACf,OAAQC,EAAAA,aACR,4BAA6BC,EAAAA,kCAC7B,OAAQC,EAAAA,aACR,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,KAAMC,GAAAA,WACN,iBAAkBC,EAAAA,sBACpB"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { buttonRecipe as e } from "./button.js";
|
|
3
|
+
import { headingRecipe as o } from "./heading.js";
|
|
4
|
+
import { switchRecipe as r } from "./switch.js";
|
|
5
|
+
import { textRecipe as i } from "./text.js";
|
|
6
|
+
import { textareaRecipe as t } from "./textarea.js";
|
|
7
|
+
import { formControlRecipe as p } from "./form/control.js";
|
|
8
|
+
import { formHelperTextRecipe as m } from "./form/helper-text.js";
|
|
9
|
+
import { drawerRecipe as a } from "./drawer.js";
|
|
10
|
+
import { accordionRecipe as c } from "./accordion.js";
|
|
11
|
+
import { formLabelRecipe as f } from "./form/label.js";
|
|
12
|
+
import { checkboxRecipe as R } from "./checkbox.js";
|
|
13
|
+
import { tabsRecipe as n } from "./tabs.js";
|
|
14
|
+
import { selectRecipe as u } from "./select.js";
|
|
15
|
+
import { inputRecipe as l } from "./input.js";
|
|
16
|
+
import { highlightedInputRecipe as b } from "./highlightedInput.js";
|
|
17
|
+
import { inputAddonRecipe as d } from "./input-addon.js";
|
|
18
|
+
import { inputGroupRecipe as g } from "./input-group.js";
|
|
19
|
+
import { datepickerRecipe as h } from "./datepicker.js";
|
|
20
|
+
import { tagRecipe as s } from "./tag.js";
|
|
21
|
+
import { radioButtonGroupRecipe as C } from "./radio-button-group.js";
|
|
22
|
+
import { radioGroupRecipe as x } from "./radio-group.js";
|
|
23
|
+
import { chipRecipe as G } from "./chip.js";
|
|
24
|
+
import { actionCardRecipe as v } from "./action-card.js";
|
|
25
|
+
import { iconButtonRecipe as T } from "./icon-button.js";
|
|
26
|
+
import { tooltipRecipe as k } from "./tooltip.js";
|
|
27
|
+
import { alertRecipe as w } from "./alert.js";
|
|
28
|
+
import { tableRecipe as I } from "./table.js";
|
|
29
|
+
import { tableGroupTitleRecipe as L } from "./table-group-title.js";
|
|
30
|
+
import { tableEmptyRowRecipe as N } from "./table-empty-row.js";
|
|
31
|
+
import { tableContainerRecipe as A } from "./table-container.js";
|
|
32
|
+
import { breadcrumbRecipe as B } from "./breadcrumb.js";
|
|
33
|
+
import { popoverRecipe as M } from "./popover.js";
|
|
34
|
+
import { paginationRecipe as S } from "./pagination.js";
|
|
35
|
+
import { statusTagSelectRecipe as y } from "./status-tag-select.js";
|
|
36
|
+
import { productCardCatalogRecipe as D } from "./app/product-card-catalog.js";
|
|
37
|
+
import { illustrationRecipe as E } from "./illustration.js";
|
|
38
|
+
import { buttonFilterRecipe as F } from "./button-filter.js";
|
|
39
|
+
import { switchCardRecipe as H } from "./switch-card.js";
|
|
40
|
+
import { radioCardGroupRecipe as P } from "./radio-card-group.js";
|
|
41
|
+
import { checkboxCardRecipe as j } from "./checkbox-card.js";
|
|
42
|
+
import { comboboxRecipe as q } from "./combobox.js";
|
|
43
|
+
import { phoneNumberInputRecipe as z } from "./phone-number-input.js";
|
|
44
|
+
import { iconRecipe as J } from "./icon.js";
|
|
45
|
+
import { collapsibleRecipe as K } from "./collapsible.js";
|
|
46
|
+
import { appNavigationRecipe as O } from "./app/navigation.js";
|
|
47
|
+
import { appNavigationLanguageSelectRecipe as Q } from "./app/navigation-language-select.js";
|
|
48
|
+
import { dialogRecipe as U } from "./dialog.js";
|
|
49
|
+
import { selectLanguageRecipe as V } from "./select-language.js";
|
|
50
|
+
import { avatarRecipe as W } from "./avatar.js";
|
|
51
|
+
import { menuRecipe as X } from "./menu.js";
|
|
52
|
+
import { avatarGroupRecipe as Y } from "./avatar-group.js";
|
|
53
|
+
import { flagRecipe as Z } from "./flag.js";
|
|
54
|
+
import { priceTagRecipe as _ } from "./app/price-tag.js";
|
|
55
|
+
import { tabsChipRecipe as $ } from "./tabs-chip.js";
|
|
56
|
+
import { checkboxGroupRecipe as ee } from "./checkbox-group.js";
|
|
57
|
+
import { chatMessageRecipe as oe } from "./chat/chat-message.js";
|
|
58
|
+
import { chatDocumentMessageRecipe as re } from "./chat/chat-document-message.js";
|
|
59
|
+
import { chatRecipe as ie } from "./chat/chat.js";
|
|
60
|
+
import { chatProfileAvatarRecipe as te } from "./chat/chat-profile-avatar.js";
|
|
61
|
+
import { chatTextInputRecipe as pe } from "./chat/chat-input-text.js";
|
|
62
|
+
const uo = {
|
|
63
|
+
button: e,
|
|
64
|
+
iconButton: T,
|
|
65
|
+
heading: o,
|
|
66
|
+
switchRecipe: r,
|
|
67
|
+
text: i,
|
|
68
|
+
textarea: t,
|
|
69
|
+
formControl: p,
|
|
70
|
+
formHelperText: m,
|
|
71
|
+
input: l,
|
|
72
|
+
inputAddon: d,
|
|
73
|
+
inputGroup: g,
|
|
74
|
+
tableGroupTitle: L,
|
|
75
|
+
tableEmptyRow: N,
|
|
76
|
+
tableContainer: A,
|
|
77
|
+
illustration: E,
|
|
78
|
+
buttonFilter: F,
|
|
79
|
+
phoneNumberInput: z,
|
|
80
|
+
icon: J,
|
|
81
|
+
flag: Z,
|
|
82
|
+
avatarGroup: Y,
|
|
83
|
+
tabsChip: $,
|
|
84
|
+
checkboxGroup: ee,
|
|
85
|
+
chatMessage: oe,
|
|
86
|
+
chatTextInput: pe,
|
|
87
|
+
chatDocumentMessage: re,
|
|
88
|
+
chatProfileAvatar: te
|
|
89
|
+
}, lo = {
|
|
90
|
+
drawer: a,
|
|
91
|
+
radioButtonGroup: C,
|
|
92
|
+
radioGroup: x,
|
|
93
|
+
accordion: c,
|
|
94
|
+
formLabel: f,
|
|
95
|
+
checkbox: R,
|
|
96
|
+
datepicker: h,
|
|
97
|
+
tabs: n,
|
|
98
|
+
tag: s,
|
|
99
|
+
statusTagSelect: y,
|
|
100
|
+
select: u,
|
|
101
|
+
selectLanguage: V,
|
|
102
|
+
chip: G,
|
|
103
|
+
actionCard: v,
|
|
104
|
+
tooltip: k,
|
|
105
|
+
alert: w,
|
|
106
|
+
table: I,
|
|
107
|
+
breadcrumb: B,
|
|
108
|
+
popover: M,
|
|
109
|
+
pagination: S,
|
|
110
|
+
productCardCatalog: D,
|
|
111
|
+
switchCard: H,
|
|
112
|
+
radioCardGroup: P,
|
|
113
|
+
checkboxCard: j,
|
|
114
|
+
combobox: q,
|
|
115
|
+
collapsible: K,
|
|
116
|
+
appNavigation: O,
|
|
117
|
+
dialog: U,
|
|
118
|
+
appNavigationLanguageSelect: Q,
|
|
119
|
+
avatar: W,
|
|
120
|
+
menu: X,
|
|
121
|
+
priceTag: _,
|
|
122
|
+
chat: ie,
|
|
123
|
+
highlightedInput: b
|
|
124
|
+
};
|
|
125
|
+
export {
|
|
126
|
+
uo as recipes,
|
|
127
|
+
lo as slotRecipes
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/theme/recipes/index.ts"],"sourcesContent":["import { buttonRecipe } from './button'\nimport { headingRecipe } from './heading'\nimport { switchRecipe } from './switch'\nimport { textRecipe } from './text'\nimport { textareaRecipe } from './textarea'\nimport { formControlRecipe } from './form/control'\nimport { formHelperTextRecipe } from './form/helper-text'\nimport { drawerRecipe } from './drawer'\nimport { accordionRecipe } from './accordion'\nimport { formLabelRecipe } from './form/label'\nimport { checkboxRecipe } from './checkbox'\nimport { tabsRecipe } from './tabs'\nimport { selectRecipe } from './select'\nimport { inputRecipe } from './input'\nimport { highlightedInputRecipe } from './highlightedInput'\nimport { inputAddonRecipe } from './input-addon'\nimport { inputGroupRecipe } from './input-group'\nimport { datepickerRecipe } from './datepicker'\nimport { tagRecipe } from './tag'\nimport { radioButtonGroupRecipe } from './radio-button-group'\nimport { radioGroupRecipe } from './radio-group'\nimport { chipRecipe } from './chip'\nimport { actionCardRecipe } from './action-card'\nimport { iconButtonRecipe } from './icon-button'\nimport { tooltipRecipe } from './tooltip'\nimport { alertRecipe } from './alert'\nimport { tableRecipe } from './table'\nimport { tableGroupTitleRecipe } from './table-group-title'\nimport { tableEmptyRowRecipe } from './table-empty-row'\nimport { tableContainerRecipe } from './table-container'\nimport { breadcrumbRecipe } from './breadcrumb'\nimport { popoverRecipe } from './popover'\nimport { paginationRecipe } from './pagination'\nimport { statusTagSelectRecipe } from './status-tag-select'\nimport { productCardCatalogRecipe } from './app/product-card-catalog'\nimport { illustrationRecipe } from './illustration'\nimport { buttonFilterRecipe } from './button-filter'\nimport { switchCardRecipe } from './switch-card'\nimport { radioCardGroupRecipe } from './radio-card-group'\nimport { checkboxCardRecipe } from './checkbox-card'\nimport { comboboxRecipe } from './combobox'\nimport { phoneNumberInputRecipe } from './phone-number-input'\nimport { iconRecipe } from './icon'\nimport { collapsibleRecipe } from './collapsible'\nimport { appNavigationRecipe } from './app/navigation'\nimport { appNavigationLanguageSelectRecipe } from './app/navigation-language-select'\nimport { dialogRecipe } from './dialog'\nimport { selectLanguageRecipe } from './select-language'\nimport { avatarRecipe } from './avatar'\nimport { menuRecipe } from './menu'\nimport { avatarGroupRecipe } from './avatar-group'\nimport { flagRecipe } from './flag'\nimport { priceTagRecipe } from './app/price-tag'\nimport { tabsChipRecipe } from './tabs-chip'\nimport { checkboxGroupRecipe } from '~/theme/recipes/checkbox-group'\nimport { chatMessageRecipe } from '~/theme/recipes/chat/chat-message.ts'\nimport { chatDocumentMessageRecipe } from '~/theme/recipes/chat/chat-document-message.ts'\nimport { chatRecipe } from '~/theme/recipes/chat/chat.ts'\nimport { chatProfileAvatarRecipe } from '~/theme/recipes/chat/chat-profile-avatar.ts'\nimport { chatTextInputRecipe } from '~/theme/recipes/chat/chat-input-text.ts'\n\nexport const recipes = {\n button: buttonRecipe,\n iconButton: iconButtonRecipe,\n heading: headingRecipe,\n switchRecipe,\n text: textRecipe,\n textarea: textareaRecipe,\n formControl: formControlRecipe,\n formHelperText: formHelperTextRecipe,\n input: inputRecipe,\n inputAddon: inputAddonRecipe,\n inputGroup: inputGroupRecipe,\n tableGroupTitle: tableGroupTitleRecipe,\n tableEmptyRow: tableEmptyRowRecipe,\n tableContainer: tableContainerRecipe,\n illustration: illustrationRecipe,\n buttonFilter: buttonFilterRecipe,\n phoneNumberInput: phoneNumberInputRecipe,\n icon: iconRecipe,\n flag: flagRecipe,\n avatarGroup: avatarGroupRecipe,\n tabsChip: tabsChipRecipe,\n checkboxGroup: checkboxGroupRecipe,\n chatMessage: chatMessageRecipe,\n chatTextInput: chatTextInputRecipe,\n chatDocumentMessage: chatDocumentMessageRecipe,\n chatProfileAvatar: chatProfileAvatarRecipe,\n}\n\nexport const slotRecipes = {\n drawer: drawerRecipe,\n radioButtonGroup: radioButtonGroupRecipe,\n radioGroup: radioGroupRecipe,\n accordion: accordionRecipe,\n formLabel: formLabelRecipe,\n checkbox: checkboxRecipe,\n datepicker: datepickerRecipe,\n tabs: tabsRecipe,\n tag: tagRecipe,\n statusTagSelect: statusTagSelectRecipe,\n select: selectRecipe,\n selectLanguage: selectLanguageRecipe,\n chip: chipRecipe,\n actionCard: actionCardRecipe,\n tooltip: tooltipRecipe,\n alert: alertRecipe,\n table: tableRecipe,\n breadcrumb: breadcrumbRecipe,\n popover: popoverRecipe,\n pagination: paginationRecipe,\n productCardCatalog: productCardCatalogRecipe,\n switchCard: switchCardRecipe,\n radioCardGroup: radioCardGroupRecipe,\n checkboxCard: checkboxCardRecipe,\n combobox: comboboxRecipe,\n collapsible: collapsibleRecipe,\n appNavigation: appNavigationRecipe,\n dialog: dialogRecipe,\n appNavigationLanguageSelect: appNavigationLanguageSelectRecipe,\n avatar: avatarRecipe,\n menu: menuRecipe,\n priceTag: priceTagRecipe,\n chat: chatRecipe,\n highlightedInput: highlightedInputRecipe,\n}\n"],"names":["recipes","buttonRecipe","iconButtonRecipe","headingRecipe","switchRecipe","textRecipe","textareaRecipe","formControlRecipe","formHelperTextRecipe","inputRecipe","inputAddonRecipe","inputGroupRecipe","tableGroupTitleRecipe","tableEmptyRowRecipe","tableContainerRecipe","illustrationRecipe","buttonFilterRecipe","phoneNumberInputRecipe","iconRecipe","flagRecipe","avatarGroupRecipe","tabsChipRecipe","checkboxGroupRecipe","chatMessageRecipe","chatTextInputRecipe","chatDocumentMessageRecipe","chatProfileAvatarRecipe","slotRecipes","drawerRecipe","radioButtonGroupRecipe","radioGroupRecipe","accordionRecipe","formLabelRecipe","checkboxRecipe","datepickerRecipe","tabsRecipe","tagRecipe","statusTagSelectRecipe","selectRecipe","selectLanguageRecipe","chipRecipe","actionCardRecipe","tooltipRecipe","alertRecipe","tableRecipe","breadcrumbRecipe","popoverRecipe","paginationRecipe","productCardCatalogRecipe","switchCardRecipe","radioCardGroupRecipe","checkboxCardRecipe","comboboxRecipe","collapsibleRecipe","appNavigationRecipe","dialogRecipe","appNavigationLanguageSelectRecipe","avatarRecipe","menuRecipe","priceTagRecipe","chatRecipe","highlightedInputRecipe"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DO,MAAMA,KAAU;AAAA,EACrB,QAAQC;AAAA,EACR,YAAYC;AAAA,EACZ,SAASC;AAAA,EACT,cAAAC;AAAA,EACA,MAAMC;AAAA,EACN,UAAUC;AAAA,EACV,aAAaC;AAAA,EACb,gBAAgBC;AAAA,EAChB,OAAOC;AAAA,EACP,YAAYC;AAAA,EACZ,YAAYC;AAAA,EACZ,iBAAiBC;AAAA,EACjB,eAAeC;AAAA,EACf,gBAAgBC;AAAA,EAChB,cAAcC;AAAA,EACd,cAAcC;AAAA,EACd,kBAAkBC;AAAA,EAClB,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,aAAaC;AAAA,EACb,UAAUC;AAAA,EACV,eAAeC;AAAA,EACf,aAAaC;AAAA,EACb,eAAeC;AAAA,EACf,qBAAqBC;AAAA,EACrB,mBAAmBC;AACrB,GAEaC,KAAc;AAAA,EACzB,QAAQC;AAAA,EACR,kBAAkBC;AAAA,EAClB,YAAYC;AAAA,EACZ,WAAWC;AAAA,EACX,WAAWC;AAAA,EACX,UAAUC;AAAA,EACV,YAAYC;AAAA,EACZ,MAAMC;AAAA,EACN,KAAKC;AAAA,EACL,iBAAiBC;AAAA,EACjB,QAAQC;AAAA,EACR,gBAAgBC;AAAA,EAChB,MAAMC;AAAA,EACN,YAAYC;AAAA,EACZ,SAASC;AAAA,EACT,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,YAAYC;AAAA,EACZ,SAASC;AAAA,EACT,YAAYC;AAAA,EACZ,oBAAoBC;AAAA,EACpB,YAAYC;AAAA,EACZ,gBAAgBC;AAAA,EAChB,cAAcC;AAAA,EACd,UAAUC;AAAA,EACV,aAAaC;AAAA,EACb,eAAeC;AAAA,EACf,QAAQC;AAAA,EACR,6BAA6BC;AAAA,EAC7B,QAAQC;AAAA,EACR,MAAMC;AAAA,EACN,UAAUC;AAAA,EACV,MAAMC;AAAA,EACN,kBAAkBC;AACpB;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),n=e.defineRecipe({base:{alignItems:"center",borderRadius:"inherit",display:"flex",p:"space-8",textStyle:"body.md",bg:"transparent",color:"secondary.900","&:has(~input:disabled, ~input[data-disabled], ~input:read-only, ~input[data-readonly]),input:is(:disabled, [data-disabled], :read-only, [data-readonly]) ~ & ":{color:"grey.300",bg:"grey.50",cursor:"not-allowed",pointerEvents:"none"}},className:"input-addon",description:"The styles for the InputAddon component",jsx:["InputAddon"]});exports.inputAddonRecipe=n;
|
|
2
|
+
//# sourceMappingURL=input-addon.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-addon.cjs","sources":["../../../src/theme/recipes/input-addon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const inputAddonRecipe = defineRecipe({\n base: {\n alignItems: 'center',\n borderRadius: 'inherit',\n display: 'flex',\n p: 'space-8',\n textStyle: 'body.md',\n bg: 'transparent',\n color: 'secondary.900',\n // Select sibling input if it is either disabled or read-only\n '&:has(~input:disabled, ~input[data-disabled], ~input:read-only, ~input[data-readonly]),input:is(:disabled, [data-disabled], :read-only, [data-readonly]) ~ & ':\n {\n color: 'grey.300',\n bg: 'grey.50',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n },\n },\n className: 'input-addon',\n description: 'The styles for the InputAddon component',\n jsx: ['InputAddon'],\n})\n"],"names":["inputAddonRecipe","defineRecipe"],"mappings":"8HAEaA,EAAmBC,EAAAA,aAAa,CAC3C,KAAM,CACJ,WAAY,SACZ,aAAc,UACd,QAAS,OACT,EAAG,UACH,UAAW,UACX,GAAI,cACJ,MAAO,gBAEP,gKACE,CACE,MAAO,WACP,GAAI,UACJ,OAAQ,cACR,cAAe,MAAA,CACjB,EAEJ,UAAW,cACX,YAAa,0CACb,IAAK,CAAC,YAAY,CACpB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineRecipe as e } from "@pandacss/dev";
|
|
3
|
+
const d = e({
|
|
4
|
+
base: {
|
|
5
|
+
alignItems: "center",
|
|
6
|
+
borderRadius: "inherit",
|
|
7
|
+
display: "flex",
|
|
8
|
+
p: "space-8",
|
|
9
|
+
textStyle: "body.md",
|
|
10
|
+
bg: "transparent",
|
|
11
|
+
color: "secondary.900",
|
|
12
|
+
// Select sibling input if it is either disabled or read-only
|
|
13
|
+
"&:has(~input:disabled, ~input[data-disabled], ~input:read-only, ~input[data-readonly]),input:is(:disabled, [data-disabled], :read-only, [data-readonly]) ~ & ": {
|
|
14
|
+
color: "grey.300",
|
|
15
|
+
bg: "grey.50",
|
|
16
|
+
cursor: "not-allowed",
|
|
17
|
+
pointerEvents: "none"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
className: "input-addon",
|
|
21
|
+
description: "The styles for the InputAddon component",
|
|
22
|
+
jsx: ["InputAddon"]
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
d as inputAddonRecipe
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=input-addon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-addon.js","sources":["../../../src/theme/recipes/input-addon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const inputAddonRecipe = defineRecipe({\n base: {\n alignItems: 'center',\n borderRadius: 'inherit',\n display: 'flex',\n p: 'space-8',\n textStyle: 'body.md',\n bg: 'transparent',\n color: 'secondary.900',\n // Select sibling input if it is either disabled or read-only\n '&:has(~input:disabled, ~input[data-disabled], ~input:read-only, ~input[data-readonly]),input:is(:disabled, [data-disabled], :read-only, [data-readonly]) ~ & ':\n {\n color: 'grey.300',\n bg: 'grey.50',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n },\n },\n className: 'input-addon',\n description: 'The styles for the InputAddon component',\n jsx: ['InputAddon'],\n})\n"],"names":["inputAddonRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAmBC,EAAa;AAAA,EAC3C,MAAM;AAAA,IACJ,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,SAAS;AAAA,IACT,GAAG;AAAA,IACH,WAAW;AAAA,IACX,IAAI;AAAA,IACJ,OAAO;AAAA;AAAA,IAEP,iKACE;AAAA,MACE,OAAO;AAAA,MACP,IAAI;AAAA,MACJ,QAAQ;AAAA,MACR,eAAe;AAAA,IAAA;AAAA,EACjB;AAAA,EAEJ,WAAW;AAAA,EACX,aAAa;AAAA,EACb,KAAK,CAAC,YAAY;AACpB,CAAC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),i=e.defineRecipe({base:{'& [data-recipe="input"]':{border:{_disabled:"none",_focusVisible:"none",base:"none"}},bg:"white","&:has(> input[disabled], > input[data-disabled], > input[readonly], > input[data-readonly])":{cursor:"not-allowed",borderColor:"grey.100!",color:"grey.300",bg:"grey.50"},borderWidth:"1px",'& [data-recipe="inputAddon"]:first-child':{pl:"space-16!"},'& [data-recipe="inputAddon"]:last-child':{pr:"space-16!"},'&:has([data-recipe="inputAddon"]:first-child) input':{pl:"space-0!"},'&:has([data-recipe="inputAddon"]:last-child) input':{pr:"space-0!"},borderColor:{'&:has(> [data-recipe="input"]:focus-visible)':"primary.500",_hover:"secondary.500",base:"grey.100"},borderRadius:"radius-8",display:"flex",flexDirection:"row",outline:"none",transition:"background",transitionDuration:"fast",width:"full"},className:"input-group",description:"The styles for the InputGroup component",jsx:["InputGroup"]});exports.inputGroupRecipe=i;
|
|
2
|
+
//# sourceMappingURL=input-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-group.cjs","sources":["../../../src/theme/recipes/input-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const inputGroupRecipe = defineRecipe({\n base: {\n '& [data-recipe=\"input\"]': {\n border: {\n _disabled: 'none',\n _focusVisible: 'none',\n base: 'none',\n },\n },\n bg: 'white',\n '&:has(> input[disabled], > input[data-disabled], > input[readonly], > input[data-readonly])': {\n cursor: 'not-allowed',\n borderColor: 'grey.100!',\n color: 'grey.300',\n bg: 'grey.50',\n },\n borderWidth: '1px',\n '& [data-recipe=\"inputAddon\"]:first-child': {\n pl: 'space-16!',\n },\n '& [data-recipe=\"inputAddon\"]:last-child': {\n pr: 'space-16!',\n },\n '&:has([data-recipe=\"inputAddon\"]:first-child) input': {\n pl: 'space-0!',\n },\n '&:has([data-recipe=\"inputAddon\"]:last-child) input': {\n pr: 'space-0!',\n },\n borderColor: {\n '&:has(> [data-recipe=\"input\"]:focus-visible)': 'primary.500',\n _hover: 'secondary.500',\n base: 'grey.100',\n },\n borderRadius: 'radius-8',\n display: 'flex',\n flexDirection: 'row',\n outline: 'none',\n transition: 'background',\n transitionDuration: 'fast',\n width: 'full',\n },\n className: 'input-group',\n description: 'The styles for the InputGroup component',\n jsx: ['InputGroup'],\n})\n"],"names":["inputGroupRecipe","defineRecipe"],"mappings":"8HAEaA,EAAmBC,EAAAA,aAAa,CAC3C,KAAM,CACJ,0BAA2B,CACzB,OAAQ,CACN,UAAW,OACX,cAAe,OACf,KAAM,MAAA,CACR,EAEF,GAAI,QACJ,8FAA+F,CAC7F,OAAQ,cACR,YAAa,YACb,MAAO,WACP,GAAI,SAAA,EAEN,YAAa,MACb,2CAA4C,CAC1C,GAAI,WAAA,EAEN,0CAA2C,CACzC,GAAI,WAAA,EAEN,sDAAuD,CACrD,GAAI,UAAA,EAEN,qDAAsD,CACpD,GAAI,UAAA,EAEN,YAAa,CACX,+CAAgD,cAChD,OAAQ,gBACR,KAAM,UAAA,EAER,aAAc,WACd,QAAS,OACT,cAAe,MACf,QAAS,OACT,WAAY,aACZ,mBAAoB,OACpB,MAAO,MAAA,EAET,UAAW,cACX,YAAa,0CACb,IAAK,CAAC,YAAY,CACpB,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { defineRecipe as e } from "@pandacss/dev";
|
|
3
|
+
const r = e({
|
|
4
|
+
base: {
|
|
5
|
+
'& [data-recipe="input"]': {
|
|
6
|
+
border: {
|
|
7
|
+
_disabled: "none",
|
|
8
|
+
_focusVisible: "none",
|
|
9
|
+
base: "none"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
bg: "white",
|
|
13
|
+
"&:has(> input[disabled], > input[data-disabled], > input[readonly], > input[data-readonly])": {
|
|
14
|
+
cursor: "not-allowed",
|
|
15
|
+
borderColor: "grey.100!",
|
|
16
|
+
color: "grey.300",
|
|
17
|
+
bg: "grey.50"
|
|
18
|
+
},
|
|
19
|
+
borderWidth: "1px",
|
|
20
|
+
'& [data-recipe="inputAddon"]:first-child': {
|
|
21
|
+
pl: "space-16!"
|
|
22
|
+
},
|
|
23
|
+
'& [data-recipe="inputAddon"]:last-child': {
|
|
24
|
+
pr: "space-16!"
|
|
25
|
+
},
|
|
26
|
+
'&:has([data-recipe="inputAddon"]:first-child) input': {
|
|
27
|
+
pl: "space-0!"
|
|
28
|
+
},
|
|
29
|
+
'&:has([data-recipe="inputAddon"]:last-child) input': {
|
|
30
|
+
pr: "space-0!"
|
|
31
|
+
},
|
|
32
|
+
borderColor: {
|
|
33
|
+
'&:has(> [data-recipe="input"]:focus-visible)': "primary.500",
|
|
34
|
+
_hover: "secondary.500",
|
|
35
|
+
base: "grey.100"
|
|
36
|
+
},
|
|
37
|
+
borderRadius: "radius-8",
|
|
38
|
+
display: "flex",
|
|
39
|
+
flexDirection: "row",
|
|
40
|
+
outline: "none",
|
|
41
|
+
transition: "background",
|
|
42
|
+
transitionDuration: "fast",
|
|
43
|
+
width: "full"
|
|
44
|
+
},
|
|
45
|
+
className: "input-group",
|
|
46
|
+
description: "The styles for the InputGroup component",
|
|
47
|
+
jsx: ["InputGroup"]
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
r as inputGroupRecipe
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=input-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-group.js","sources":["../../../src/theme/recipes/input-group.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const inputGroupRecipe = defineRecipe({\n base: {\n '& [data-recipe=\"input\"]': {\n border: {\n _disabled: 'none',\n _focusVisible: 'none',\n base: 'none',\n },\n },\n bg: 'white',\n '&:has(> input[disabled], > input[data-disabled], > input[readonly], > input[data-readonly])': {\n cursor: 'not-allowed',\n borderColor: 'grey.100!',\n color: 'grey.300',\n bg: 'grey.50',\n },\n borderWidth: '1px',\n '& [data-recipe=\"inputAddon\"]:first-child': {\n pl: 'space-16!',\n },\n '& [data-recipe=\"inputAddon\"]:last-child': {\n pr: 'space-16!',\n },\n '&:has([data-recipe=\"inputAddon\"]:first-child) input': {\n pl: 'space-0!',\n },\n '&:has([data-recipe=\"inputAddon\"]:last-child) input': {\n pr: 'space-0!',\n },\n borderColor: {\n '&:has(> [data-recipe=\"input\"]:focus-visible)': 'primary.500',\n _hover: 'secondary.500',\n base: 'grey.100',\n },\n borderRadius: 'radius-8',\n display: 'flex',\n flexDirection: 'row',\n outline: 'none',\n transition: 'background',\n transitionDuration: 'fast',\n width: 'full',\n },\n className: 'input-group',\n description: 'The styles for the InputGroup component',\n jsx: ['InputGroup'],\n})\n"],"names":["inputGroupRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAmBC,EAAa;AAAA,EAC3C,MAAM;AAAA,IACJ,2BAA2B;AAAA,MACzB,QAAQ;AAAA,QACN,WAAW;AAAA,QACX,eAAe;AAAA,QACf,MAAM;AAAA,MAAA;AAAA,IACR;AAAA,IAEF,IAAI;AAAA,IACJ,+FAA+F;AAAA,MAC7F,QAAQ;AAAA,MACR,aAAa;AAAA,MACb,OAAO;AAAA,MACP,IAAI;AAAA,IAAA;AAAA,IAEN,aAAa;AAAA,IACb,4CAA4C;AAAA,MAC1C,IAAI;AAAA,IAAA;AAAA,IAEN,2CAA2C;AAAA,MACzC,IAAI;AAAA,IAAA;AAAA,IAEN,uDAAuD;AAAA,MACrD,IAAI;AAAA,IAAA;AAAA,IAEN,sDAAsD;AAAA,MACpD,IAAI;AAAA,IAAA;AAAA,IAEN,aAAa;AAAA,MACX,gDAAgD;AAAA,MAChD,QAAQ;AAAA,MACR,MAAM;AAAA,IAAA;AAAA,IAER,cAAc;AAAA,IACd,SAAS;AAAA,IACT,eAAe;AAAA,IACf,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,oBAAoB;AAAA,IACpB,OAAO;AAAA,EAAA;AAAA,EAET,WAAW;AAAA,EACX,aAAa;AAAA,EACb,KAAK,CAAC,YAAY;AACpB,CAAC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),o=e.defineRecipe({base:{'&[type="time"]::-webkit-calendar-picker-indicator':{display:"none"},textStyle:"body.md",fontFamily:"satoshi",color:"text",appearance:"none",background:"none",border:"1px solid {colors.grey.100}",borderRadius:"radius-8",minWidth:0,outline:0,minHeight:"40px",position:"relative",transitionDuration:"normal",transitionProperty:"border-color, box-shadow",width:"full",_disabled:{cursor:"not-allowed",color:"grey.300",background:"grey.50"},_hover:{borderColor:"secondary.500",_disabled:{borderColor:"grey.100"}},_focus:{borderColor:{base:"primary.500",_disabled:"grey.100"}},_placeholderShown:{color:"grey.400",_disabled:{color:"grey.100"}}},className:"input",description:"The styles for the Input component",jsx:["Input"],defaultVariants:{size:"md"},variants:{size:{md:{px:"space-16",py:"space-8"}}}});exports.inputRecipe=o;
|
|
2
|
+
//# sourceMappingURL=input.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.cjs","sources":["../../../src/theme/recipes/input.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const inputRecipe = defineRecipe({\n base: {\n '&[type=\"time\"]::-webkit-calendar-picker-indicator': {\n display: 'none',\n },\n textStyle: 'body.md',\n fontFamily: 'satoshi',\n color: 'text',\n appearance: 'none',\n background: 'none',\n border: '1px solid {colors.grey.100}',\n borderRadius: 'radius-8',\n minWidth: 0,\n outline: 0,\n minHeight: '40px',\n position: 'relative',\n transitionDuration: 'normal',\n transitionProperty: 'border-color, box-shadow',\n width: 'full',\n _disabled: {\n cursor: 'not-allowed',\n color: 'grey.300',\n background: 'grey.50',\n },\n _hover: {\n borderColor: 'secondary.500',\n _disabled: {\n borderColor: 'grey.100',\n },\n },\n _focus: {\n borderColor: {\n base: 'primary.500',\n _disabled: 'grey.100',\n },\n },\n _placeholderShown: {\n color: 'grey.400',\n _disabled: {\n color: 'grey.100',\n },\n },\n },\n className: 'input',\n description: 'The styles for the Input component',\n jsx: ['Input'],\n defaultVariants: {\n size: 'md',\n },\n variants: {\n size: {\n md: {\n px: 'space-16',\n py: 'space-8',\n },\n },\n },\n})\n"],"names":["inputRecipe","defineRecipe"],"mappings":"8HAEaA,EAAcC,EAAAA,aAAa,CACtC,KAAM,CACJ,oDAAqD,CACnD,QAAS,MAAA,EAEX,UAAW,UACX,WAAY,UACZ,MAAO,OACP,WAAY,OACZ,WAAY,OACZ,OAAQ,8BACR,aAAc,WACd,SAAU,EACV,QAAS,EACT,UAAW,OACX,SAAU,WACV,mBAAoB,SACpB,mBAAoB,2BACpB,MAAO,OACP,UAAW,CACT,OAAQ,cACR,MAAO,WACP,WAAY,SAAA,EAEd,OAAQ,CACN,YAAa,gBACb,UAAW,CACT,YAAa,UAAA,CACf,EAEF,OAAQ,CACN,YAAa,CACX,KAAM,cACN,UAAW,UAAA,CACb,EAEF,kBAAmB,CACjB,MAAO,WACP,UAAW,CACT,MAAO,UAAA,CACT,CACF,EAEF,UAAW,QACX,YAAa,qCACb,IAAK,CAAC,OAAO,EACb,gBAAiB,CACf,KAAM,IAAA,EAER,SAAU,CACR,KAAM,CACJ,GAAI,CACF,GAAI,WACJ,GAAI,SAAA,CACN,CACF,CAEJ,CAAC"}
|