@stokelp/ui 2.103.0 → 2.104.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.cjs +1 -0
- package/dist/_virtual/_rolldown/runtime.js +21 -0
- package/dist/components/accordion/Accordion.cjs +2 -2
- package/dist/components/accordion/Accordion.cjs.map +1 -1
- package/dist/components/accordion/Accordion.js +22 -27
- package/dist/components/accordion/Accordion.js.map +1 -1
- package/dist/components/action-card/ActionCard.cjs +2 -2
- package/dist/components/action-card/ActionCard.cjs.map +1 -1
- package/dist/components/action-card/ActionCard.js +23 -26
- package/dist/components/action-card/ActionCard.js.map +1 -1
- package/dist/components/alert/Alert.cjs +2 -2
- package/dist/components/alert/Alert.cjs.map +1 -1
- package/dist/components/alert/Alert.js +117 -84
- package/dist/components/alert/Alert.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardEntityRow.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardEntityRow.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardEntityRow.js +44 -25
- package/dist/components/app/mobile-card/MobileCardEntityRow.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardHeader.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardHeader.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardHeader.js +18 -20
- package/dist/components/app/mobile-card/MobileCardHeader.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.js +31 -13
- package/dist/components/app/mobile-card/MobileCardNotificationBadge.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardShell.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardShell.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardShell.js +17 -19
- package/dist/components/app/mobile-card/MobileCardShell.js.map +1 -1
- package/dist/components/app/mobile-card/MobileCardSkeleton.cjs +2 -2
- package/dist/components/app/mobile-card/MobileCardSkeleton.cjs.map +1 -1
- package/dist/components/app/mobile-card/MobileCardSkeleton.js +45 -22
- package/dist/components/app/mobile-card/MobileCardSkeleton.js.map +1 -1
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -2
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -1
- package/dist/components/app/mobile-navigation/MobileNavigation.d.ts +4 -5
- package/dist/components/app/mobile-navigation/MobileNavigation.js +16 -18
- package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -1
- package/dist/components/app/navigation/AppNavigation.cjs +2 -2
- package/dist/components/app/navigation/AppNavigation.cjs.map +1 -1
- package/dist/components/app/navigation/AppNavigation.d.ts +11 -11
- package/dist/components/app/navigation/AppNavigation.js +35 -47
- package/dist/components/app/navigation/AppNavigation.js.map +1 -1
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -2
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -1
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +188 -119
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -1
- package/dist/components/app/price-tag/PriceTag.cjs +2 -2
- package/dist/components/app/price-tag/PriceTag.cjs.map +1 -1
- package/dist/components/app/price-tag/PriceTag.js +25 -19
- package/dist/components/app/price-tag/PriceTag.js.map +1 -1
- package/dist/components/app/product-card-catalog/styled.cjs +2 -2
- package/dist/components/app/product-card-catalog/styled.cjs.map +1 -1
- package/dist/components/app/product-card-catalog/styled.js +23 -21
- package/dist/components/app/product-card-catalog/styled.js.map +1 -1
- package/dist/components/avatar/styled.cjs +2 -2
- package/dist/components/avatar/styled.cjs.map +1 -1
- package/dist/components/avatar/styled.d.ts +11 -7
- package/dist/components/avatar/styled.js +28 -27
- package/dist/components/avatar/styled.js.map +1 -1
- package/dist/components/box/Box.cjs +2 -2
- package/dist/components/box/Box.cjs.map +1 -1
- package/dist/components/box/Box.js +11 -10
- package/dist/components/box/Box.js.map +1 -1
- package/dist/components/breadcrumb/Breadcrumb.cjs +2 -2
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -1
- package/dist/components/breadcrumb/Breadcrumb.d.ts +6 -8
- package/dist/components/breadcrumb/Breadcrumb.js +39 -35
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/dist/components/button/Button.cjs +2 -2
- package/dist/components/button/Button.cjs.map +1 -1
- package/dist/components/button/Button.d.ts +8 -4
- package/dist/components/button/Button.js +9 -8
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/button-filter/ButtonFilter.cjs +2 -2
- package/dist/components/button-filter/ButtonFilter.cjs.map +1 -1
- package/dist/components/button-filter/ButtonFilter.d.ts +5 -4
- package/dist/components/button-filter/ButtonFilter.js +9 -8
- package/dist/components/button-filter/ButtonFilter.js.map +1 -1
- package/dist/components/chat/Chat.cjs +2 -2
- package/dist/components/chat/Chat.cjs.map +1 -1
- package/dist/components/chat/Chat.d.ts +15 -8
- package/dist/components/chat/Chat.js +27 -26
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/ChatDocumentMessage.cjs +2 -2
- package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -1
- package/dist/components/chat/ChatDocumentMessage.js +32 -31
- package/dist/components/chat/ChatDocumentMessage.js.map +1 -1
- package/dist/components/chat/ChatMessage.cjs +2 -2
- package/dist/components/chat/ChatMessage.cjs.map +1 -1
- package/dist/components/chat/ChatMessage.d.ts +7 -4
- package/dist/components/chat/ChatMessage.js +8 -7
- package/dist/components/chat/ChatMessage.js.map +1 -1
- package/dist/components/chat/ChatProfileAvatar.cjs +2 -2
- package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -1
- package/dist/components/chat/ChatProfileAvatar.js +24 -16
- package/dist/components/chat/ChatProfileAvatar.js.map +1 -1
- package/dist/components/chat/ChatTextInput.cjs +2 -2
- package/dist/components/chat/ChatTextInput.cjs.map +1 -1
- package/dist/components/chat/ChatTextInput.d.ts +2 -2
- package/dist/components/chat/ChatTextInput.js +44 -52
- package/dist/components/chat/ChatTextInput.js.map +1 -1
- package/dist/components/checkbox/Checkbox.cjs +2 -2
- package/dist/components/checkbox/Checkbox.cjs.map +1 -1
- package/dist/components/checkbox/Checkbox.js +36 -34
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-card/CheckboxCard.cjs +2 -2
- package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -1
- package/dist/components/checkbox-card/CheckboxCard.d.ts +2 -2
- package/dist/components/checkbox-card/CheckboxCard.js +33 -38
- package/dist/components/checkbox-card/CheckboxCard.js.map +1 -1
- package/dist/components/checkbox-card/namespace.cjs +2 -2
- package/dist/components/checkbox-card/namespace.cjs.map +1 -1
- package/dist/components/checkbox-card/namespace.js +14 -9
- package/dist/components/checkbox-card/namespace.js.map +1 -1
- package/dist/components/chip/Chip.cjs +2 -2
- package/dist/components/chip/Chip.cjs.map +1 -1
- package/dist/components/chip/Chip.d.ts +1 -1
- package/dist/components/chip/Chip.js +23 -23
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/collapsible/styled.cjs +2 -2
- package/dist/components/collapsible/styled.cjs.map +1 -1
- package/dist/components/collapsible/styled.js +15 -11
- package/dist/components/collapsible/styled.js.map +1 -1
- package/dist/components/combobox/Combobox.cjs +2 -2
- package/dist/components/combobox/Combobox.cjs.map +1 -1
- package/dist/components/combobox/Combobox.js +206 -173
- package/dist/components/combobox/Combobox.js.map +1 -1
- package/dist/components/date-picker/DatePicker.cjs +2 -2
- package/dist/components/date-picker/DatePicker.cjs.map +1 -1
- package/dist/components/date-picker/DatePicker.d.ts +2 -2
- package/dist/components/date-picker/DatePicker.js +151 -127
- package/dist/components/date-picker/DatePicker.js.map +1 -1
- package/dist/components/dialog/styled.cjs +2 -2
- package/dist/components/dialog/styled.cjs.map +1 -1
- package/dist/components/dialog/styled.js +75 -65
- package/dist/components/dialog/styled.js.map +1 -1
- package/dist/components/drawer/Drawer.cjs +2 -2
- package/dist/components/drawer/Drawer.cjs.map +1 -1
- package/dist/components/drawer/Drawer.js +69 -63
- package/dist/components/drawer/Drawer.js.map +1 -1
- package/dist/components/flag/styled.cjs +2 -2
- package/dist/components/flag/styled.cjs.map +1 -1
- package/dist/components/flag/styled.d.ts +9 -7
- package/dist/components/flag/styled.js +8437 -3751
- package/dist/components/flag/styled.js.map +1 -1
- package/dist/components/form/FormControl.cjs +2 -2
- package/dist/components/form/FormControl.cjs.map +1 -1
- package/dist/components/form/FormControl.d.ts +3 -3
- package/dist/components/form/FormControl.js +13 -18
- package/dist/components/form/FormControl.js.map +1 -1
- package/dist/components/form/FormHelperText.cjs +2 -2
- package/dist/components/form/FormHelperText.cjs.map +1 -1
- package/dist/components/form/FormHelperText.d.ts +1 -1
- package/dist/components/form/FormHelperText.js +8 -9
- package/dist/components/form/FormHelperText.js.map +1 -1
- package/dist/components/form/FormLabel.cjs +2 -2
- package/dist/components/form/FormLabel.cjs.map +1 -1
- package/dist/components/form/FormLabel.d.ts +3 -3
- package/dist/components/form/FormLabel.js +38 -33
- package/dist/components/form/FormLabel.js.map +1 -1
- package/dist/components/heading/Heading.cjs +2 -2
- package/dist/components/heading/Heading.cjs.map +1 -1
- package/dist/components/heading/Heading.js +14 -10
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.cjs +2 -2
- package/dist/components/icon/Icon.cjs.map +1 -1
- package/dist/components/icon/Icon.d.ts +2 -2
- package/dist/components/icon/Icon.js +15 -10
- package/dist/components/icon/Icon.js.map +1 -1
- package/dist/components/icon-button/IconButton.cjs +2 -2
- package/dist/components/icon-button/IconButton.cjs.map +1 -1
- package/dist/components/icon-button/IconButton.d.ts +2 -3
- package/dist/components/icon-button/IconButton.js +8 -7
- package/dist/components/icon-button/IconButton.js.map +1 -1
- package/dist/components/illustration/Illustration.cjs +2 -2
- package/dist/components/illustration/Illustration.cjs.map +1 -1
- package/dist/components/illustration/Illustration.js +35 -39
- package/dist/components/illustration/Illustration.js.map +1 -1
- package/dist/components/illustration/patterns.cjs +2 -2
- package/dist/components/illustration/patterns.cjs.map +1 -1
- package/dist/components/illustration/patterns.js +5563 -8897
- package/dist/components/illustration/patterns.js.map +1 -1
- package/dist/components/input/HighlightedInput.cjs +2 -2
- package/dist/components/input/HighlightedInput.cjs.map +1 -1
- package/dist/components/input/HighlightedInput.d.ts +13 -16
- package/dist/components/input/HighlightedInput.js +43 -58
- package/dist/components/input/HighlightedInput.js.map +1 -1
- package/dist/components/input/Input.cjs +2 -2
- package/dist/components/input/Input.cjs.map +1 -1
- package/dist/components/input/Input.d.ts +2 -3
- package/dist/components/input/Input.js +12 -13
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input/InputAddon.cjs +2 -2
- package/dist/components/input/InputAddon.cjs.map +1 -1
- package/dist/components/input/InputAddon.d.ts +5 -4
- package/dist/components/input/InputAddon.js +8 -9
- package/dist/components/input/InputAddon.js.map +1 -1
- package/dist/components/input/InputGroup.cjs +2 -2
- package/dist/components/input/InputGroup.cjs.map +1 -1
- package/dist/components/input/InputGroup.d.ts +1 -1
- package/dist/components/input/InputGroup.js +8 -9
- package/dist/components/input/InputGroup.js.map +1 -1
- package/dist/components/input/PhoneNumberInput.cjs +2 -2
- package/dist/components/input/PhoneNumberInput.cjs.map +1 -1
- package/dist/components/input/PhoneNumberInput.js +21 -23
- package/dist/components/input/PhoneNumberInput.js.map +1 -1
- package/dist/components/menu/Menu.cjs +2 -2
- package/dist/components/menu/Menu.cjs.map +1 -1
- package/dist/components/menu/Menu.js +32 -28
- package/dist/components/menu/Menu.js.map +1 -1
- package/dist/components/pagination/Pagination.cjs +2 -2
- package/dist/components/pagination/Pagination.cjs.map +1 -1
- package/dist/components/pagination/Pagination.d.ts +1 -1
- package/dist/components/pagination/Pagination.js +76 -84
- package/dist/components/pagination/Pagination.js.map +1 -1
- package/dist/components/pagination/use-pagination.cjs +2 -2
- package/dist/components/pagination/use-pagination.cjs.map +1 -1
- package/dist/components/pagination/use-pagination.js +56 -54
- package/dist/components/pagination/use-pagination.js.map +1 -1
- package/dist/components/popover/Popover.cjs +2 -2
- package/dist/components/popover/Popover.cjs.map +1 -1
- package/dist/components/popover/Popover.js +21 -25
- package/dist/components/popover/Popover.js.map +1 -1
- package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -2
- package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -1
- package/dist/components/radio-button-group/RadioButtonGroup.js +20 -20
- package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -2
- package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -1
- package/dist/components/radio-card-group/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card-group/RadioCardGroup.js +21 -22
- package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -1
- package/dist/components/radio-card-group/namespace.cjs +2 -2
- package/dist/components/radio-card-group/namespace.cjs.map +1 -1
- package/dist/components/radio-card-group/namespace.js +15 -10
- package/dist/components/radio-card-group/namespace.js.map +1 -1
- package/dist/components/radio-group/RadioGroup.cjs +2 -2
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -1
- package/dist/components/radio-group/RadioGroup.js +21 -21
- package/dist/components/radio-group/RadioGroup.js.map +1 -1
- package/dist/components/select/Select.cjs +2 -2
- package/dist/components/select/Select.cjs.map +1 -1
- package/dist/components/select/Select.js +194 -141
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-language/SelectLanguage.cjs +2 -2
- package/dist/components/select-language/SelectLanguage.cjs.map +1 -1
- package/dist/components/select-language/SelectLanguage.js +114 -88
- package/dist/components/select-language/SelectLanguage.js.map +1 -1
- package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -2
- package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -1
- package/dist/components/status-tag-select/StatusTagSelect.js +93 -115
- package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -1
- package/dist/components/switch/Switch.cjs +2 -2
- package/dist/components/switch/Switch.cjs.map +1 -1
- package/dist/components/switch/Switch.js +30 -18
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/switch-card/SwitchCard.cjs +2 -2
- package/dist/components/switch-card/SwitchCard.cjs.map +1 -1
- package/dist/components/switch-card/SwitchCard.d.ts +2 -2
- package/dist/components/switch-card/SwitchCard.js +28 -25
- package/dist/components/switch-card/SwitchCard.js.map +1 -1
- package/dist/components/switch-card/namespace.cjs +2 -2
- package/dist/components/switch-card/namespace.cjs.map +1 -1
- package/dist/components/switch-card/namespace.js +14 -9
- package/dist/components/switch-card/namespace.js.map +1 -1
- package/dist/components/table/Table.cjs +2 -2
- package/dist/components/table/Table.cjs.map +1 -1
- package/dist/components/table/Table.d.ts +12 -13
- package/dist/components/table/Table.js +133 -109
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableProvider.cjs +2 -2
- package/dist/components/table/TableProvider.cjs.map +1 -1
- package/dist/components/table/TableProvider.js +36 -39
- package/dist/components/table/TableProvider.js.map +1 -1
- package/dist/components/tabs/Tabs.cjs +2 -2
- package/dist/components/tabs/Tabs.cjs.map +1 -1
- package/dist/components/tabs/Tabs.d.ts +8 -4
- package/dist/components/tabs/Tabs.js +18 -26
- package/dist/components/tabs/Tabs.js.map +1 -1
- package/dist/components/tag/Tag.cjs +2 -2
- package/dist/components/tag/Tag.cjs.map +1 -1
- package/dist/components/tag/Tag.js +22 -16
- package/dist/components/tag/Tag.js.map +1 -1
- package/dist/components/text/Text.cjs +2 -2
- package/dist/components/text/Text.cjs.map +1 -1
- package/dist/components/text/Text.js +12 -11
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.cjs +2 -2
- package/dist/components/textarea/Textarea.cjs.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +6 -6
- package/dist/components/textarea/Textarea.js +9 -8
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/tooltip/Tooltip.cjs +2 -2
- package/dist/components/tooltip/Tooltip.cjs.map +1 -1
- package/dist/components/tooltip/Tooltip.js +38 -42
- package/dist/components/tooltip/Tooltip.js.map +1 -1
- package/dist/icons/index.cjs +2 -2
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.js +65 -58
- package/dist/icons/index.js.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.js +66 -191
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +25 -0
- package/dist/node_modules/.pnpm/@heroicons_react@2.2.0_react@19.2.6/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.cjs +2 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js +77 -0
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/preset.cjs +2 -2
- package/dist/preset.cjs.map +1 -1
- package/dist/preset.d.ts +1 -1
- package/dist/preset.js +30 -31
- package/dist/preset.js.map +1 -1
- package/dist/shared/ConditionalWrapper.cjs +2 -2
- package/dist/shared/ConditionalWrapper.cjs.map +1 -1
- package/dist/shared/ConditionalWrapper.js +6 -5
- package/dist/shared/ConditionalWrapper.js.map +1 -1
- package/dist/shared/assets/icons.cjs +2 -2
- package/dist/shared/assets/icons.cjs.map +1 -1
- package/dist/shared/assets/icons.js +30 -22
- package/dist/shared/assets/icons.js.map +1 -1
- package/dist/shared/hooks/useUncontrolled.cjs +2 -2
- package/dist/shared/hooks/useUncontrolled.cjs.map +1 -1
- package/dist/shared/hooks/useUncontrolled.js +19 -16
- package/dist/shared/hooks/useUncontrolled.js.map +1 -1
- package/dist/shared/utils/events.cjs +2 -2
- package/dist/shared/utils/events.cjs.map +1 -1
- package/dist/shared/utils/events.js +7 -6
- package/dist/shared/utils/events.js.map +1 -1
- package/dist/theme/breakpoints.cjs +2 -2
- package/dist/theme/breakpoints.cjs.map +1 -1
- package/dist/theme/breakpoints.js +10 -9
- package/dist/theme/breakpoints.js.map +1 -1
- package/dist/theme/conditions.cjs +2 -2
- package/dist/theme/conditions.cjs.map +1 -1
- package/dist/theme/conditions.js +23 -24
- package/dist/theme/conditions.js.map +1 -1
- package/dist/theme/containers.cjs +2 -2
- package/dist/theme/containers.cjs.map +1 -1
- package/dist/theme/containers.js +18 -17
- package/dist/theme/containers.js.map +1 -1
- package/dist/theme/globalCss.cjs +4 -4
- package/dist/theme/globalCss.cjs.map +1 -1
- package/dist/theme/globalCss.d.ts +1 -1
- package/dist/theme/globalCss.js +94 -99
- package/dist/theme/globalCss.js.map +1 -1
- package/dist/theme/keyframes.cjs +2 -2
- package/dist/theme/keyframes.cjs.map +1 -1
- package/dist/theme/keyframes.d.ts +1 -1
- package/dist/theme/keyframes.js +256 -171
- package/dist/theme/keyframes.js.map +1 -1
- package/dist/theme/recipes/accordion.cjs +2 -2
- package/dist/theme/recipes/accordion.cjs.map +1 -1
- package/dist/theme/recipes/accordion.d.ts +1 -1
- package/dist/theme/recipes/accordion.js +93 -110
- package/dist/theme/recipes/accordion.js.map +1 -1
- package/dist/theme/recipes/action-card.cjs +2 -2
- package/dist/theme/recipes/action-card.cjs.map +1 -1
- package/dist/theme/recipes/action-card.d.ts +1 -1
- package/dist/theme/recipes/action-card.js +88 -84
- package/dist/theme/recipes/action-card.js.map +1 -1
- package/dist/theme/recipes/alert.cjs +2 -2
- package/dist/theme/recipes/alert.cjs.map +1 -1
- package/dist/theme/recipes/alert.d.ts +1 -1
- package/dist/theme/recipes/alert.js +52 -65
- package/dist/theme/recipes/alert.js.map +1 -1
- package/dist/theme/recipes/app/mobile-navigation.cjs +2 -2
- package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -1
- package/dist/theme/recipes/app/mobile-navigation.d.ts +1 -1
- package/dist/theme/recipes/app/mobile-navigation.js +94 -108
- package/dist/theme/recipes/app/mobile-navigation.js.map +1 -1
- package/dist/theme/recipes/app/navigation-language-select.cjs +2 -2
- package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -1
- package/dist/theme/recipes/app/navigation-language-select.d.ts +1 -1
- package/dist/theme/recipes/app/navigation-language-select.js +135 -148
- package/dist/theme/recipes/app/navigation-language-select.js.map +1 -1
- package/dist/theme/recipes/app/navigation.cjs +2 -2
- package/dist/theme/recipes/app/navigation.cjs.map +1 -1
- package/dist/theme/recipes/app/navigation.d.ts +1 -1
- package/dist/theme/recipes/app/navigation.js +214 -269
- package/dist/theme/recipes/app/navigation.js.map +1 -1
- package/dist/theme/recipes/app/price-tag.cjs +2 -2
- package/dist/theme/recipes/app/price-tag.cjs.map +1 -1
- package/dist/theme/recipes/app/price-tag.d.ts +1 -1
- package/dist/theme/recipes/app/price-tag.js +59 -70
- package/dist/theme/recipes/app/price-tag.js.map +1 -1
- package/dist/theme/recipes/app/product-card-catalog.cjs +2 -2
- package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -1
- package/dist/theme/recipes/app/product-card-catalog.d.ts +1 -1
- package/dist/theme/recipes/app/product-card-catalog.js +189 -194
- package/dist/theme/recipes/app/product-card-catalog.js.map +1 -1
- package/dist/theme/recipes/avatar-group.cjs +2 -2
- package/dist/theme/recipes/avatar-group.cjs.map +1 -1
- package/dist/theme/recipes/avatar-group.d.ts +1 -1
- package/dist/theme/recipes/avatar-group.js +27 -38
- package/dist/theme/recipes/avatar-group.js.map +1 -1
- package/dist/theme/recipes/avatar.cjs +2 -2
- package/dist/theme/recipes/avatar.cjs.map +1 -1
- package/dist/theme/recipes/avatar.d.ts +1 -1
- package/dist/theme/recipes/avatar.js +97 -95
- package/dist/theme/recipes/avatar.js.map +1 -1
- package/dist/theme/recipes/breadcrumb.cjs +2 -2
- package/dist/theme/recipes/breadcrumb.cjs.map +1 -1
- package/dist/theme/recipes/breadcrumb.d.ts +1 -1
- package/dist/theme/recipes/breadcrumb.js +35 -31
- package/dist/theme/recipes/breadcrumb.js.map +1 -1
- package/dist/theme/recipes/button-filter.cjs +2 -2
- package/dist/theme/recipes/button-filter.cjs.map +1 -1
- package/dist/theme/recipes/button-filter.d.ts +1 -1
- package/dist/theme/recipes/button-filter.js +57 -60
- package/dist/theme/recipes/button-filter.js.map +1 -1
- package/dist/theme/recipes/button.cjs +2 -2
- package/dist/theme/recipes/button.cjs.map +1 -1
- package/dist/theme/recipes/button.d.ts +1 -1
- package/dist/theme/recipes/button.js +287 -295
- package/dist/theme/recipes/button.js.map +1 -1
- package/dist/theme/recipes/chat/chat-document-message.cjs +2 -2
- package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-document-message.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-document-message.js +38 -43
- package/dist/theme/recipes/chat/chat-document-message.js.map +1 -1
- package/dist/theme/recipes/chat/chat-input-text.cjs +2 -2
- package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-input-text.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-input-text.js +26 -27
- package/dist/theme/recipes/chat/chat-input-text.js.map +1 -1
- package/dist/theme/recipes/chat/chat-message.cjs +2 -2
- package/dist/theme/recipes/chat/chat-message.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-message.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-message.js +49 -45
- package/dist/theme/recipes/chat/chat-message.js.map +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -2
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.d.ts +1 -1
- package/dist/theme/recipes/chat/chat-profile-avatar.js +20 -25
- package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -1
- package/dist/theme/recipes/chat/chat.cjs +2 -2
- package/dist/theme/recipes/chat/chat.cjs.map +1 -1
- package/dist/theme/recipes/chat/chat.d.ts +1 -1
- package/dist/theme/recipes/chat/chat.js +51 -56
- package/dist/theme/recipes/chat/chat.js.map +1 -1
- package/dist/theme/recipes/checkbox-card.cjs +2 -2
- package/dist/theme/recipes/checkbox-card.cjs.map +1 -1
- package/dist/theme/recipes/checkbox-card.js +44 -40
- package/dist/theme/recipes/checkbox-card.js.map +1 -1
- package/dist/theme/recipes/checkbox-group.cjs +2 -2
- package/dist/theme/recipes/checkbox-group.cjs.map +1 -1
- package/dist/theme/recipes/checkbox-group.d.ts +1 -1
- package/dist/theme/recipes/checkbox-group.js +13 -12
- package/dist/theme/recipes/checkbox-group.js.map +1 -1
- package/dist/theme/recipes/checkbox.cjs +2 -2
- package/dist/theme/recipes/checkbox.cjs.map +1 -1
- package/dist/theme/recipes/checkbox.d.ts +1 -1
- package/dist/theme/recipes/checkbox.js +110 -129
- package/dist/theme/recipes/checkbox.js.map +1 -1
- package/dist/theme/recipes/chip.cjs +2 -2
- package/dist/theme/recipes/chip.cjs.map +1 -1
- package/dist/theme/recipes/chip.d.ts +1 -1
- package/dist/theme/recipes/chip.js +144 -182
- package/dist/theme/recipes/chip.js.map +1 -1
- package/dist/theme/recipes/collapsible.cjs +2 -2
- package/dist/theme/recipes/collapsible.cjs.map +1 -1
- package/dist/theme/recipes/collapsible.d.ts +1 -1
- package/dist/theme/recipes/collapsible.js +30 -28
- package/dist/theme/recipes/collapsible.js.map +1 -1
- package/dist/theme/recipes/combobox.cjs +2 -2
- package/dist/theme/recipes/combobox.cjs.map +1 -1
- package/dist/theme/recipes/combobox.d.ts +1 -1
- package/dist/theme/recipes/combobox.js +149 -176
- package/dist/theme/recipes/combobox.js.map +1 -1
- package/dist/theme/recipes/common/group-card.cjs +2 -2
- package/dist/theme/recipes/common/group-card.cjs.map +1 -1
- package/dist/theme/recipes/common/group-card.js +60 -80
- package/dist/theme/recipes/common/group-card.js.map +1 -1
- package/dist/theme/recipes/datepicker.cjs +2 -2
- package/dist/theme/recipes/datepicker.cjs.map +1 -1
- package/dist/theme/recipes/datepicker.d.ts +1 -1
- package/dist/theme/recipes/datepicker.js +149 -176
- package/dist/theme/recipes/datepicker.js.map +1 -1
- package/dist/theme/recipes/dialog.cjs +2 -2
- package/dist/theme/recipes/dialog.cjs.map +1 -1
- package/dist/theme/recipes/dialog.d.ts +1 -1
- package/dist/theme/recipes/dialog.js +137 -151
- package/dist/theme/recipes/dialog.js.map +1 -1
- package/dist/theme/recipes/drawer.cjs +2 -2
- package/dist/theme/recipes/drawer.cjs.map +1 -1
- package/dist/theme/recipes/drawer.d.ts +1 -1
- package/dist/theme/recipes/drawer.js +105 -125
- package/dist/theme/recipes/drawer.js.map +1 -1
- package/dist/theme/recipes/flag.cjs +2 -2
- package/dist/theme/recipes/flag.cjs.map +1 -1
- package/dist/theme/recipes/flag.d.ts +1 -1
- package/dist/theme/recipes/flag.js +21 -30
- package/dist/theme/recipes/flag.js.map +1 -1
- package/dist/theme/recipes/form/control.cjs +2 -2
- package/dist/theme/recipes/form/control.cjs.map +1 -1
- package/dist/theme/recipes/form/control.d.ts +1 -1
- package/dist/theme/recipes/form/control.js +27 -34
- package/dist/theme/recipes/form/control.js.map +1 -1
- package/dist/theme/recipes/form/helper-text.cjs +2 -2
- package/dist/theme/recipes/form/helper-text.cjs.map +1 -1
- package/dist/theme/recipes/form/helper-text.d.ts +1 -1
- package/dist/theme/recipes/form/helper-text.js +14 -13
- package/dist/theme/recipes/form/helper-text.js.map +1 -1
- package/dist/theme/recipes/form/label.cjs +2 -2
- package/dist/theme/recipes/form/label.cjs.map +1 -1
- package/dist/theme/recipes/form/label.d.ts +1 -1
- package/dist/theme/recipes/form/label.js +47 -48
- package/dist/theme/recipes/form/label.js.map +1 -1
- package/dist/theme/recipes/heading.cjs +2 -2
- package/dist/theme/recipes/heading.cjs.map +1 -1
- package/dist/theme/recipes/heading.d.ts +1 -1
- package/dist/theme/recipes/heading.js +25 -34
- package/dist/theme/recipes/heading.js.map +1 -1
- package/dist/theme/recipes/highlightedInput.cjs +2 -2
- package/dist/theme/recipes/highlightedInput.cjs.map +1 -1
- package/dist/theme/recipes/highlightedInput.d.ts +1 -1
- package/dist/theme/recipes/highlightedInput.js +54 -45
- package/dist/theme/recipes/highlightedInput.js.map +1 -1
- package/dist/theme/recipes/icon-button.cjs +2 -2
- package/dist/theme/recipes/icon-button.cjs.map +1 -1
- package/dist/theme/recipes/icon-button.js +81 -89
- package/dist/theme/recipes/icon-button.js.map +1 -1
- package/dist/theme/recipes/icon.cjs +2 -2
- package/dist/theme/recipes/icon.cjs.map +1 -1
- package/dist/theme/recipes/icon.d.ts +1 -1
- package/dist/theme/recipes/icon.js +39 -42
- package/dist/theme/recipes/icon.js.map +1 -1
- package/dist/theme/recipes/illustration.cjs +2 -2
- package/dist/theme/recipes/illustration.cjs.map +1 -1
- package/dist/theme/recipes/illustration.d.ts +1 -1
- package/dist/theme/recipes/illustration.js +29 -48
- package/dist/theme/recipes/illustration.js.map +1 -1
- package/dist/theme/recipes/index.cjs +2 -2
- package/dist/theme/recipes/index.cjs.map +1 -1
- package/dist/theme/recipes/index.d.ts +1 -1
- package/dist/theme/recipes/index.js +127 -127
- package/dist/theme/recipes/index.js.map +1 -1
- package/dist/theme/recipes/input-addon.cjs +2 -2
- package/dist/theme/recipes/input-addon.cjs.map +1 -1
- package/dist/theme/recipes/input-addon.d.ts +1 -1
- package/dist/theme/recipes/input-addon.js +24 -24
- package/dist/theme/recipes/input-addon.js.map +1 -1
- package/dist/theme/recipes/input-group.cjs +2 -2
- package/dist/theme/recipes/input-group.cjs.map +1 -1
- package/dist/theme/recipes/input-group.d.ts +1 -1
- package/dist/theme/recipes/input-group.js +40 -49
- package/dist/theme/recipes/input-group.js.map +1 -1
- package/dist/theme/recipes/input.cjs +2 -2
- package/dist/theme/recipes/input.cjs.map +1 -1
- package/dist/theme/recipes/input.d.ts +1 -1
- package/dist/theme/recipes/input.js +48 -61
- package/dist/theme/recipes/input.js.map +1 -1
- package/dist/theme/recipes/menu.cjs +2 -2
- package/dist/theme/recipes/menu.cjs.map +1 -1
- package/dist/theme/recipes/menu.d.ts +1 -1
- package/dist/theme/recipes/menu.js +96 -100
- package/dist/theme/recipes/menu.js.map +1 -1
- package/dist/theme/recipes/pagination.cjs +2 -2
- package/dist/theme/recipes/pagination.cjs.map +1 -1
- package/dist/theme/recipes/pagination.d.ts +1 -1
- package/dist/theme/recipes/pagination.js +76 -71
- package/dist/theme/recipes/pagination.js.map +1 -1
- package/dist/theme/recipes/phone-number-input.cjs +2 -2
- package/dist/theme/recipes/phone-number-input.cjs.map +1 -1
- package/dist/theme/recipes/phone-number-input.d.ts +1 -1
- package/dist/theme/recipes/phone-number-input.js +55 -66
- package/dist/theme/recipes/phone-number-input.js.map +1 -1
- package/dist/theme/recipes/popover.cjs +2 -2
- package/dist/theme/recipes/popover.cjs.map +1 -1
- package/dist/theme/recipes/popover.d.ts +1 -1
- package/dist/theme/recipes/popover.js +30 -28
- package/dist/theme/recipes/popover.js.map +1 -1
- package/dist/theme/recipes/radio-button-group.cjs +2 -2
- package/dist/theme/recipes/radio-button-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-button-group.d.ts +1 -1
- package/dist/theme/recipes/radio-button-group.js +83 -94
- package/dist/theme/recipes/radio-button-group.js.map +1 -1
- package/dist/theme/recipes/radio-card-group.cjs +2 -2
- package/dist/theme/recipes/radio-card-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-card-group.d.ts +1 -1
- package/dist/theme/recipes/radio-card-group.js +64 -67
- package/dist/theme/recipes/radio-card-group.js.map +1 -1
- package/dist/theme/recipes/radio-group.cjs +2 -2
- package/dist/theme/recipes/radio-group.cjs.map +1 -1
- package/dist/theme/recipes/radio-group.d.ts +1 -1
- package/dist/theme/recipes/radio-group.js +101 -118
- package/dist/theme/recipes/radio-group.js.map +1 -1
- package/dist/theme/recipes/select-language.cjs +2 -2
- package/dist/theme/recipes/select-language.cjs.map +1 -1
- package/dist/theme/recipes/select-language.d.ts +1 -1
- package/dist/theme/recipes/select-language.js +93 -112
- package/dist/theme/recipes/select-language.js.map +1 -1
- package/dist/theme/recipes/select.cjs +2 -2
- package/dist/theme/recipes/select.cjs.map +1 -1
- package/dist/theme/recipes/select.d.ts +1 -1
- package/dist/theme/recipes/select.js +194 -206
- package/dist/theme/recipes/select.js.map +1 -1
- package/dist/theme/recipes/status-tag-select.cjs +2 -2
- package/dist/theme/recipes/status-tag-select.cjs.map +1 -1
- package/dist/theme/recipes/status-tag-select.d.ts +1 -1
- package/dist/theme/recipes/status-tag-select.js +162 -175
- package/dist/theme/recipes/status-tag-select.js.map +1 -1
- package/dist/theme/recipes/switch-card.cjs +2 -2
- package/dist/theme/recipes/switch-card.cjs.map +1 -1
- package/dist/theme/recipes/switch-card.js +43 -42
- package/dist/theme/recipes/switch-card.js.map +1 -1
- package/dist/theme/recipes/switch.cjs +2 -2
- package/dist/theme/recipes/switch.cjs.map +1 -1
- package/dist/theme/recipes/switch.d.ts +1 -1
- package/dist/theme/recipes/switch.js +71 -86
- package/dist/theme/recipes/switch.js.map +1 -1
- package/dist/theme/recipes/table-container.cjs +2 -2
- package/dist/theme/recipes/table-container.cjs.map +1 -1
- package/dist/theme/recipes/table-container.d.ts +1 -1
- package/dist/theme/recipes/table-container.js +19 -18
- package/dist/theme/recipes/table-container.js.map +1 -1
- package/dist/theme/recipes/table-empty-row.cjs +2 -2
- package/dist/theme/recipes/table-empty-row.cjs.map +1 -1
- package/dist/theme/recipes/table-empty-row.d.ts +1 -1
- package/dist/theme/recipes/table-empty-row.js +17 -16
- package/dist/theme/recipes/table-empty-row.js.map +1 -1
- package/dist/theme/recipes/table-group-title.cjs +2 -2
- package/dist/theme/recipes/table-group-title.cjs.map +1 -1
- package/dist/theme/recipes/table-group-title.d.ts +1 -1
- package/dist/theme/recipes/table-group-title.js +26 -33
- package/dist/theme/recipes/table-group-title.js.map +1 -1
- package/dist/theme/recipes/table.cjs +2 -2
- package/dist/theme/recipes/table.cjs.map +1 -1
- package/dist/theme/recipes/table.d.ts +1 -1
- package/dist/theme/recipes/table.js +111 -109
- package/dist/theme/recipes/table.js.map +1 -1
- package/dist/theme/recipes/tabs-chip.cjs +2 -2
- package/dist/theme/recipes/tabs-chip.cjs.map +1 -1
- package/dist/theme/recipes/tabs-chip.d.ts +1 -1
- package/dist/theme/recipes/tabs-chip.js +43 -46
- package/dist/theme/recipes/tabs-chip.js.map +1 -1
- package/dist/theme/recipes/tabs.cjs +2 -2
- package/dist/theme/recipes/tabs.cjs.map +1 -1
- package/dist/theme/recipes/tabs.d.ts +1 -1
- package/dist/theme/recipes/tabs.js +92 -125
- package/dist/theme/recipes/tabs.js.map +1 -1
- package/dist/theme/recipes/tag.cjs +2 -2
- package/dist/theme/recipes/tag.cjs.map +1 -1
- package/dist/theme/recipes/tag.d.ts +1 -1
- package/dist/theme/recipes/tag.js +110 -121
- package/dist/theme/recipes/tag.js.map +1 -1
- package/dist/theme/recipes/text.cjs +2 -2
- package/dist/theme/recipes/text.cjs.map +1 -1
- package/dist/theme/recipes/text.d.ts +1 -1
- package/dist/theme/recipes/text.js +25 -38
- package/dist/theme/recipes/text.js.map +1 -1
- package/dist/theme/recipes/textarea.cjs +2 -2
- package/dist/theme/recipes/textarea.cjs.map +1 -1
- package/dist/theme/recipes/textarea.d.ts +1 -1
- package/dist/theme/recipes/textarea.js +15 -14
- package/dist/theme/recipes/textarea.js.map +1 -1
- package/dist/theme/recipes/tooltip.cjs +2 -2
- package/dist/theme/recipes/tooltip.cjs.map +1 -1
- package/dist/theme/recipes/tooltip.d.ts +1 -1
- package/dist/theme/recipes/tooltip.js +47 -62
- package/dist/theme/recipes/tooltip.js.map +1 -1
- package/dist/theme/semantic-tokens/colors.cjs +2 -2
- package/dist/theme/semantic-tokens/colors.cjs.map +1 -1
- package/dist/theme/semantic-tokens/colors.js +189 -140
- package/dist/theme/semantic-tokens/colors.js.map +1 -1
- package/dist/theme/semantic-tokens/index.cjs +2 -2
- package/dist/theme/semantic-tokens/index.cjs.map +1 -1
- package/dist/theme/semantic-tokens/index.js +7 -8
- package/dist/theme/semantic-tokens/index.js.map +1 -1
- package/dist/theme/text-styles.cjs +2 -2
- package/dist/theme/text-styles.cjs.map +1 -1
- package/dist/theme/text-styles.d.ts +1 -1
- package/dist/theme/text-styles.js +70 -87
- package/dist/theme/text-styles.js.map +1 -1
- package/dist/theme/tokens/animations.cjs +2 -2
- package/dist/theme/tokens/animations.cjs.map +1 -1
- package/dist/theme/tokens/animations.js +22 -45
- package/dist/theme/tokens/animations.js.map +1 -1
- package/dist/theme/tokens/aspect-ratios.cjs +2 -2
- package/dist/theme/tokens/aspect-ratios.cjs.map +1 -1
- package/dist/theme/tokens/aspect-ratios.js +12 -11
- package/dist/theme/tokens/aspect-ratios.js.map +1 -1
- package/dist/theme/tokens/blurs.cjs +2 -2
- package/dist/theme/tokens/blurs.cjs.map +1 -1
- package/dist/theme/tokens/blurs.js +13 -12
- package/dist/theme/tokens/blurs.js.map +1 -1
- package/dist/theme/tokens/borders.cjs +2 -2
- package/dist/theme/tokens/borders.cjs.map +1 -1
- package/dist/theme/tokens/borders.js +6 -9
- package/dist/theme/tokens/borders.js.map +1 -1
- package/dist/theme/tokens/colors.cjs +2 -2
- package/dist/theme/tokens/colors.cjs.map +1 -1
- package/dist/theme/tokens/colors.js +78 -77
- package/dist/theme/tokens/colors.js.map +1 -1
- package/dist/theme/tokens/durations.cjs +2 -2
- package/dist/theme/tokens/durations.cjs.map +1 -1
- package/dist/theme/tokens/durations.js +14 -13
- package/dist/theme/tokens/durations.js.map +1 -1
- package/dist/theme/tokens/easings.cjs +3 -3
- package/dist/theme/tokens/easings.cjs.map +1 -1
- package/dist/theme/tokens/easings.js +24 -92
- package/dist/theme/tokens/easings.js.map +1 -1
- package/dist/theme/tokens/index.cjs +2 -2
- package/dist/theme/tokens/index.cjs.map +1 -1
- package/dist/theme/tokens/index.js +36 -35
- package/dist/theme/tokens/index.js.map +1 -1
- package/dist/theme/tokens/radii.cjs +2 -2
- package/dist/theme/tokens/radii.cjs.map +1 -1
- package/dist/theme/tokens/radii.js +28 -27
- package/dist/theme/tokens/radii.js.map +1 -1
- package/dist/theme/tokens/shadows.cjs +2 -2
- package/dist/theme/tokens/shadows.cjs.map +1 -1
- package/dist/theme/tokens/shadows.js +14 -13
- package/dist/theme/tokens/shadows.js.map +1 -1
- package/dist/theme/tokens/sizes.cjs +2 -2
- package/dist/theme/tokens/sizes.cjs.map +1 -1
- package/dist/theme/tokens/sizes.js +35 -84
- package/dist/theme/tokens/sizes.js.map +1 -1
- package/dist/theme/tokens/spacing.cjs +2 -2
- package/dist/theme/tokens/spacing.cjs.map +1 -1
- package/dist/theme/tokens/spacing.js +32 -83
- package/dist/theme/tokens/spacing.js.map +1 -1
- package/dist/theme/tokens/typography.cjs +2 -2
- package/dist/theme/tokens/typography.cjs.map +1 -1
- package/dist/theme/tokens/typography.js +82 -85
- package/dist/theme/tokens/typography.js.map +1 -1
- package/dist/theme/tokens/z-index.cjs +2 -2
- package/dist/theme/tokens/z-index.cjs.map +1 -1
- package/dist/theme/tokens/z-index.js +18 -41
- package/dist/theme/tokens/z-index.js.map +1 -1
- package/dist/theme/utilities.cjs +2 -2
- package/dist/theme/utilities.cjs.map +1 -1
- package/dist/theme/utilities.js +15 -16
- package/dist/theme/utilities.js.map +1 -1
- package/dist/ui.css +2 -1
- package/dist/utils/slots.cjs +2 -2
- package/dist/utils/slots.cjs.map +1 -1
- package/dist/utils/slots.js +42 -40
- package/dist/utils/slots.js.map +1 -1
- package/package.json +11 -7
- package/dist/_virtual/_commonjsHelpers.cjs +0 -2
- package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -10
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/cjs.cjs +0 -2
- package/dist/_virtual/cjs.cjs.map +0 -1
- package/dist/_virtual/cjs.js +0 -9
- package/dist/_virtual/cjs.js.map +0 -1
- package/dist/_virtual/lodash.cjs +0 -2
- package/dist/_virtual/lodash.cjs.map +0 -1
- package/dist/_virtual/lodash.js +0 -7
- package/dist/_virtual/lodash.js.map +0 -1
- package/dist/_virtual/lodash2.cjs +0 -2
- package/dist/_virtual/lodash2.cjs.map +0 -1
- package/dist/_virtual/lodash2.js +0 -6
- package/dist/_virtual/lodash2.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +0 -2
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +0 -1
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +0 -30
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +0 -1
- package/dist/node_modules/@pandacss/shared/dist/index.cjs +0 -2
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +0 -1
- package/dist/node_modules/@pandacss/shared/dist/index.js +0 -469
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +0 -1
- package/dist/node_modules/@zag-js/utils/dist/functions.cjs +0 -2
- package/dist/node_modules/@zag-js/utils/dist/functions.cjs.map +0 -1
- package/dist/node_modules/@zag-js/utils/dist/functions.js +0 -6
- package/dist/node_modules/@zag-js/utils/dist/functions.js.map +0 -1
- package/dist/node_modules/deepmerge/dist/cjs.cjs +0 -2
- package/dist/node_modules/deepmerge/dist/cjs.cjs.map +0 -1
- package/dist/node_modules/deepmerge/dist/cjs.js +0 -81
- package/dist/node_modules/deepmerge/dist/cjs.js.map +0 -1
- package/dist/node_modules/lodash/lodash.cjs +0 -21
- package/dist/node_modules/lodash/lodash.cjs.map +0 -1
- package/dist/node_modules/lodash/lodash.js +0 -3686
- package/dist/node_modules/lodash/lodash.js.map +0 -1
package/dist/utils/slots.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";"use
|
|
2
|
-
//# sourceMappingURL=slots.cjs.map
|
|
1
|
+
"use client";"use client";let e=require("react"),t=require("react/jsx-runtime");var n=(...e)=>e.filter(Boolean).join(` `),r=(r,i)=>{let a=(0,e.createContext)(null);return{withContext:(t,r,o)=>r?(0,e.forwardRef)((s,c)=>{let l=(0,e.useContext)(a);return(0,e.createElement)(t,{...(i?.dataAttr??!1)&&{"data-recipe-slot":r??``},...o?.defaultProps,...s,className:n(l?.[r??``],s.className),ref:c})}):t,withProvider:(o,s,c)=>(0,e.forwardRef)((e,l)=>{let[u,{children:d,...f}]=r.splitVariantProps({...c?.defaultProps,...e}),p=r(u),m=i?.dataAttr??!1;return(0,t.jsx)(a.Provider,{value:p,children:(0,t.jsxs)(o,{ref:l,...m&&{"data-recipe-slot":s??``},...f,className:n(p[s??``],f.className),children:[c?.beforeSlot,d,c?.afterSlot]})})})}};exports.createStyleContext=r;
|
|
2
|
+
//# sourceMappingURL=slots.cjs.map
|
package/dist/utils/slots.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slots.cjs","sources":["../../src/utils/slots.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n'use client'\n\nimport {\n type ComponentProps,\n createContext,\n createElement,\n type ElementType,\n forwardRef,\n type JSX,\n ReactNode,\n useContext,\n} from 'react'\n\ntype GenericProps = Record<string, unknown>\ntype StyleRecipe = {\n (props?: GenericProps): Record<string, string>\n splitVariantProps: (props: GenericProps) => any\n}\ntype StyleSlot<R extends StyleRecipe> = keyof ReturnType<R>\ntype StyleSlotRecipe<R extends StyleRecipe> = Record<StyleSlot<R>, string>\ntype StyleVariantProps<R extends StyleRecipe> = Parameters<R>[0]\ntype CombineProps<T, U> = Omit<T, keyof U> & U\n\nconst cx = (...args: Array<string | undefined>) => args.filter(Boolean).join(' ')\n\nexport interface ComponentVariants<T extends ElementType, R extends StyleRecipe> {\n (props: CombineProps<ComponentProps<T>, StyleVariantProps<R>>): JSX.Element\n}\n\ntype Options = {\n dataAttr?: boolean\n}\n\ntype WithOptionsProvider<Props extends GenericProps> = {\n defaultProps?: Partial<Props>\n afterSlot?: ReactNode\n beforeSlot?: ReactNode\n}\n\ntype WithOptionsContext<Props extends GenericProps> = Omit<WithOptionsProvider<Props>, 'beforeSlot' | 'afterSlot'>\n\nexport const createStyleContext = <R extends StyleRecipe>(recipe: R, options?: Options) => {\n const StyleContext = createContext<StyleSlotRecipe<R> | null>(null)\n\n const withProvider = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n providerOptions?: WithOptionsProvider<ComponentProps<T>>,\n ): ComponentVariants<T, R> => {\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const [variantProps, { children, ...otherProps }] = recipe.splitVariantProps({\n ...providerOptions?.defaultProps,\n ...props,\n })\n const slotStyles = recipe(variantProps) as StyleSlotRecipe<R>\n const dataAttr = options?.dataAttr ?? false\n\n return (\n <StyleContext.Provider value={slotStyles}>\n <Component\n ref={ref}\n {...(dataAttr && { 'data-recipe-slot': slot ?? '' })}\n {...otherProps}\n className={cx(slotStyles[slot ?? ''], otherProps.className)}\n >\n {providerOptions?.beforeSlot}\n {children}\n {providerOptions?.afterSlot}\n </Component>\n </StyleContext.Provider>\n )\n })\n return StyledComponent as unknown as ComponentVariants<T, R>\n }\n\n const withContext = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n contextOptions?: WithOptionsContext<ComponentProps<T>>,\n ): T => {\n if (!slot) return Component\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const slotStyles = useContext(StyleContext)\n const dataAttr = options?.dataAttr ?? false\n\n return createElement(Component, {\n ...(dataAttr && { 'data-recipe-slot': slot ?? '' }),\n ...contextOptions?.defaultProps,\n ...props,\n className: cx(slotStyles?.[slot ?? ''], props.className),\n ref,\n })\n })\n return StyledComponent as unknown as T\n }\n\n return {\n withContext,\n withProvider,\n }\n}\n"],"
|
|
1
|
+
{"version":3,"file":"slots.cjs","names":[],"sources":["../../src/utils/slots.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n'use client'\n\nimport {\n type ComponentProps,\n createContext,\n createElement,\n type ElementType,\n forwardRef,\n type JSX,\n ReactNode,\n useContext,\n} from 'react'\n\ntype GenericProps = Record<string, unknown>\ntype StyleRecipe = {\n (props?: GenericProps): Record<string, string>\n splitVariantProps: (props: GenericProps) => any\n}\ntype StyleSlot<R extends StyleRecipe> = keyof ReturnType<R>\ntype StyleSlotRecipe<R extends StyleRecipe> = Record<StyleSlot<R>, string>\ntype StyleVariantProps<R extends StyleRecipe> = Parameters<R>[0]\ntype CombineProps<T, U> = Omit<T, keyof U> & U\n\nconst cx = (...args: Array<string | undefined>) => args.filter(Boolean).join(' ')\n\nexport interface ComponentVariants<T extends ElementType, R extends StyleRecipe> {\n (props: CombineProps<ComponentProps<T>, StyleVariantProps<R>>): JSX.Element\n}\n\ntype Options = {\n dataAttr?: boolean\n}\n\ntype WithOptionsProvider<Props extends GenericProps> = {\n defaultProps?: Partial<Props>\n afterSlot?: ReactNode\n beforeSlot?: ReactNode\n}\n\ntype WithOptionsContext<Props extends GenericProps> = Omit<WithOptionsProvider<Props>, 'beforeSlot' | 'afterSlot'>\n\nexport const createStyleContext = <R extends StyleRecipe>(recipe: R, options?: Options) => {\n const StyleContext = createContext<StyleSlotRecipe<R> | null>(null)\n\n const withProvider = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n providerOptions?: WithOptionsProvider<ComponentProps<T>>,\n ): ComponentVariants<T, R> => {\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const [variantProps, { children, ...otherProps }] = recipe.splitVariantProps({\n ...providerOptions?.defaultProps,\n ...props,\n })\n const slotStyles = recipe(variantProps) as StyleSlotRecipe<R>\n const dataAttr = options?.dataAttr ?? false\n\n return (\n <StyleContext.Provider value={slotStyles}>\n <Component\n ref={ref}\n {...(dataAttr && { 'data-recipe-slot': slot ?? '' })}\n {...otherProps}\n className={cx(slotStyles[slot ?? ''], otherProps.className)}\n >\n {providerOptions?.beforeSlot}\n {children}\n {providerOptions?.afterSlot}\n </Component>\n </StyleContext.Provider>\n )\n })\n return StyledComponent as unknown as ComponentVariants<T, R>\n }\n\n const withContext = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n contextOptions?: WithOptionsContext<ComponentProps<T>>,\n ): T => {\n if (!slot) return Component\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const slotStyles = useContext(StyleContext)\n const dataAttr = options?.dataAttr ?? false\n\n return createElement(Component, {\n ...(dataAttr && { 'data-recipe-slot': slot ?? '' }),\n ...contextOptions?.defaultProps,\n ...props,\n className: cx(slotStyles?.[slot ?? ''], props.className),\n ref,\n })\n })\n return StyledComponent as unknown as T\n }\n\n return {\n withContext,\n withProvider,\n }\n}\n"],"mappings":"gFAwBA,IAAM,GAAM,GAAG,IAAoC,EAAK,OAAO,OAAO,EAAE,KAAK,GAAG,EAkBnE,GAA6C,EAAW,IAAsB,CACzF,IAAM,GAAA,EAAA,EAAA,eAAwD,IAAI,EAwDlE,MAAO,CACL,aAtBA,EACA,EACA,IAEK,GAcL,EAAA,EAAA,aAZoC,EAA0B,IAAQ,CACpE,IAAM,GAAA,EAAA,EAAA,YAAwB,CAAY,EAG1C,OAAA,EAAA,EAAA,eAAqB,EAAW,CAC9B,IAHe,GAAS,UAAY,KAGpB,CAAE,mBAAoB,GAAQ,EAAG,EACjD,GAAG,GAAgB,aACnB,GAAG,EACH,UAAW,EAAG,IAAa,GAAQ,IAAK,EAAM,SAAS,EACvD,KACF,CAAC,CACH,CACO,EAdW,EAmBlB,cAvDA,EACA,EACA,KA0BA,EAAA,EAAA,aAvBoC,EAA0B,IAAQ,CACpE,GAAM,CAAC,EAAc,CAAE,WAAU,GAAG,IAAgB,EAAO,kBAAkB,CAC3E,GAAG,GAAiB,aACpB,GAAG,CACL,CAAC,EACK,EAAa,EAAO,CAAY,EAChC,EAAW,GAAS,UAAY,GAEtC,OACE,EAAA,EAAA,KAAC,EAAa,SAAd,CAAuB,MAAO,YAC5B,EAAA,EAAA,MAAC,EAAD,CACO,MACL,GAAK,GAAY,CAAE,mBAAoB,GAAQ,EAAG,EAClD,GAAI,EACJ,UAAW,EAAG,EAAW,GAAQ,IAAK,EAAW,SAAS,WAJ5D,CAMG,GAAiB,WACjB,EACA,GAAiB,SACT,GACU,CAAA,CAE3B,CACO,CA4BT,CACF"}
|
package/dist/utils/slots.js
CHANGED
|
@@ -1,42 +1,44 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
import { createContext as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
v as createStyleContext
|
|
2
|
+
"use client";
|
|
3
|
+
import { createContext as e, createElement as t, forwardRef as n, useContext as r } from "react";
|
|
4
|
+
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
5
|
+
//#region src/utils/slots.tsx
|
|
6
|
+
var o = (...e) => e.filter(Boolean).join(" "), s = (s, c) => {
|
|
7
|
+
let l = e(null);
|
|
8
|
+
return {
|
|
9
|
+
withContext: (e, i, a) => i ? n((n, s) => {
|
|
10
|
+
let u = r(l);
|
|
11
|
+
return t(e, {
|
|
12
|
+
...(c?.dataAttr ?? !1) && { "data-recipe-slot": i ?? "" },
|
|
13
|
+
...a?.defaultProps,
|
|
14
|
+
...n,
|
|
15
|
+
className: o(u?.[i ?? ""], n.className),
|
|
16
|
+
ref: s
|
|
17
|
+
});
|
|
18
|
+
}) : e,
|
|
19
|
+
withProvider: (e, t, r) => n((n, u) => {
|
|
20
|
+
let [d, { children: f, ...p }] = s.splitVariantProps({
|
|
21
|
+
...r?.defaultProps,
|
|
22
|
+
...n
|
|
23
|
+
}), m = s(d), h = c?.dataAttr ?? !1;
|
|
24
|
+
return /* @__PURE__ */ i(l.Provider, {
|
|
25
|
+
value: m,
|
|
26
|
+
children: /* @__PURE__ */ a(e, {
|
|
27
|
+
ref: u,
|
|
28
|
+
...h && { "data-recipe-slot": t ?? "" },
|
|
29
|
+
...p,
|
|
30
|
+
className: o(m[t ?? ""], p.className),
|
|
31
|
+
children: [
|
|
32
|
+
r?.beforeSlot,
|
|
33
|
+
f,
|
|
34
|
+
r?.afterSlot
|
|
35
|
+
]
|
|
36
|
+
})
|
|
37
|
+
});
|
|
38
|
+
})
|
|
39
|
+
};
|
|
41
40
|
};
|
|
42
|
-
//#
|
|
41
|
+
//#endregion
|
|
42
|
+
export { s as createStyleContext };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=slots.js.map
|
package/dist/utils/slots.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slots.js","sources":["../../src/utils/slots.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n'use client'\n\nimport {\n type ComponentProps,\n createContext,\n createElement,\n type ElementType,\n forwardRef,\n type JSX,\n ReactNode,\n useContext,\n} from 'react'\n\ntype GenericProps = Record<string, unknown>\ntype StyleRecipe = {\n (props?: GenericProps): Record<string, string>\n splitVariantProps: (props: GenericProps) => any\n}\ntype StyleSlot<R extends StyleRecipe> = keyof ReturnType<R>\ntype StyleSlotRecipe<R extends StyleRecipe> = Record<StyleSlot<R>, string>\ntype StyleVariantProps<R extends StyleRecipe> = Parameters<R>[0]\ntype CombineProps<T, U> = Omit<T, keyof U> & U\n\nconst cx = (...args: Array<string | undefined>) => args.filter(Boolean).join(' ')\n\nexport interface ComponentVariants<T extends ElementType, R extends StyleRecipe> {\n (props: CombineProps<ComponentProps<T>, StyleVariantProps<R>>): JSX.Element\n}\n\ntype Options = {\n dataAttr?: boolean\n}\n\ntype WithOptionsProvider<Props extends GenericProps> = {\n defaultProps?: Partial<Props>\n afterSlot?: ReactNode\n beforeSlot?: ReactNode\n}\n\ntype WithOptionsContext<Props extends GenericProps> = Omit<WithOptionsProvider<Props>, 'beforeSlot' | 'afterSlot'>\n\nexport const createStyleContext = <R extends StyleRecipe>(recipe: R, options?: Options) => {\n const StyleContext = createContext<StyleSlotRecipe<R> | null>(null)\n\n const withProvider = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n providerOptions?: WithOptionsProvider<ComponentProps<T>>,\n ): ComponentVariants<T, R> => {\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const [variantProps, { children, ...otherProps }] = recipe.splitVariantProps({\n ...providerOptions?.defaultProps,\n ...props,\n })\n const slotStyles = recipe(variantProps) as StyleSlotRecipe<R>\n const dataAttr = options?.dataAttr ?? false\n\n return (\n <StyleContext.Provider value={slotStyles}>\n <Component\n ref={ref}\n {...(dataAttr && { 'data-recipe-slot': slot ?? '' })}\n {...otherProps}\n className={cx(slotStyles[slot ?? ''], otherProps.className)}\n >\n {providerOptions?.beforeSlot}\n {children}\n {providerOptions?.afterSlot}\n </Component>\n </StyleContext.Provider>\n )\n })\n return StyledComponent as unknown as ComponentVariants<T, R>\n }\n\n const withContext = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n contextOptions?: WithOptionsContext<ComponentProps<T>>,\n ): T => {\n if (!slot) return Component\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const slotStyles = useContext(StyleContext)\n const dataAttr = options?.dataAttr ?? false\n\n return createElement(Component, {\n ...(dataAttr && { 'data-recipe-slot': slot ?? '' }),\n ...contextOptions?.defaultProps,\n ...props,\n className: cx(slotStyles?.[slot ?? ''], props.className),\n ref,\n })\n })\n return StyledComponent as unknown as T\n }\n\n return {\n withContext,\n withProvider,\n }\n}\n"],"
|
|
1
|
+
{"version":3,"file":"slots.js","names":[],"sources":["../../src/utils/slots.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n'use client'\n\nimport {\n type ComponentProps,\n createContext,\n createElement,\n type ElementType,\n forwardRef,\n type JSX,\n ReactNode,\n useContext,\n} from 'react'\n\ntype GenericProps = Record<string, unknown>\ntype StyleRecipe = {\n (props?: GenericProps): Record<string, string>\n splitVariantProps: (props: GenericProps) => any\n}\ntype StyleSlot<R extends StyleRecipe> = keyof ReturnType<R>\ntype StyleSlotRecipe<R extends StyleRecipe> = Record<StyleSlot<R>, string>\ntype StyleVariantProps<R extends StyleRecipe> = Parameters<R>[0]\ntype CombineProps<T, U> = Omit<T, keyof U> & U\n\nconst cx = (...args: Array<string | undefined>) => args.filter(Boolean).join(' ')\n\nexport interface ComponentVariants<T extends ElementType, R extends StyleRecipe> {\n (props: CombineProps<ComponentProps<T>, StyleVariantProps<R>>): JSX.Element\n}\n\ntype Options = {\n dataAttr?: boolean\n}\n\ntype WithOptionsProvider<Props extends GenericProps> = {\n defaultProps?: Partial<Props>\n afterSlot?: ReactNode\n beforeSlot?: ReactNode\n}\n\ntype WithOptionsContext<Props extends GenericProps> = Omit<WithOptionsProvider<Props>, 'beforeSlot' | 'afterSlot'>\n\nexport const createStyleContext = <R extends StyleRecipe>(recipe: R, options?: Options) => {\n const StyleContext = createContext<StyleSlotRecipe<R> | null>(null)\n\n const withProvider = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n providerOptions?: WithOptionsProvider<ComponentProps<T>>,\n ): ComponentVariants<T, R> => {\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const [variantProps, { children, ...otherProps }] = recipe.splitVariantProps({\n ...providerOptions?.defaultProps,\n ...props,\n })\n const slotStyles = recipe(variantProps) as StyleSlotRecipe<R>\n const dataAttr = options?.dataAttr ?? false\n\n return (\n <StyleContext.Provider value={slotStyles}>\n <Component\n ref={ref}\n {...(dataAttr && { 'data-recipe-slot': slot ?? '' })}\n {...otherProps}\n className={cx(slotStyles[slot ?? ''], otherProps.className)}\n >\n {providerOptions?.beforeSlot}\n {children}\n {providerOptions?.afterSlot}\n </Component>\n </StyleContext.Provider>\n )\n })\n return StyledComponent as unknown as ComponentVariants<T, R>\n }\n\n const withContext = <T extends ElementType>(\n Component: T,\n slot?: StyleSlot<R>,\n contextOptions?: WithOptionsContext<ComponentProps<T>>,\n ): T => {\n if (!slot) return Component\n // @ts-expect-error React types changed a bit, but not really important here\n const StyledComponent = forwardRef((props: ComponentProps<T>, ref) => {\n const slotStyles = useContext(StyleContext)\n const dataAttr = options?.dataAttr ?? false\n\n return createElement(Component, {\n ...(dataAttr && { 'data-recipe-slot': slot ?? '' }),\n ...contextOptions?.defaultProps,\n ...props,\n className: cx(slotStyles?.[slot ?? ''], props.className),\n ref,\n })\n })\n return StyledComponent as unknown as T\n }\n\n return {\n withContext,\n withProvider,\n }\n}\n"],"mappings":";;;;;AAwBA,IAAM,KAAM,GAAG,MAAoC,EAAK,OAAO,OAAO,EAAE,KAAK,GAAG,GAkBnE,KAA6C,GAAW,MAAsB;CACzF,IAAM,IAAe,EAAyC,IAAI;CAwDlE,OAAO;EACL,cAtBA,GACA,GACA,MAEK,IAEmB,GAAY,GAA0B,MAAQ;GACpE,IAAM,IAAa,EAAW,CAAY;GAG1C,OAAO,EAAc,GAAW;IAC9B,IAHe,GAAS,YAAY,OAGpB,EAAE,oBAAoB,KAAQ,GAAG;IACjD,GAAG,GAAgB;IACnB,GAAG;IACH,WAAW,EAAG,IAAa,KAAQ,KAAK,EAAM,SAAS;IACvD;GACF,CAAC;EACH,CACO,IAdW;EAmBlB,eAvDA,GACA,GACA,MAGwB,GAAY,GAA0B,MAAQ;GACpE,IAAM,CAAC,GAAc,EAAE,aAAU,GAAG,OAAgB,EAAO,kBAAkB;IAC3E,GAAG,GAAiB;IACpB,GAAG;GACL,CAAC,GACK,IAAa,EAAO,CAAY,GAChC,IAAW,GAAS,YAAY;GAEtC,OACE,kBAAC,EAAa,UAAd;IAAuB,OAAO;cAC5B,kBAAC,GAAD;KACO;KACL,GAAK,KAAY,EAAE,oBAAoB,KAAQ,GAAG;KAClD,GAAI;KACJ,WAAW,EAAG,EAAW,KAAQ,KAAK,EAAW,SAAS;eAJ5D;MAMG,GAAiB;MACjB;MACA,GAAiB;KACT;;GACU,CAAA;EAE3B,CACO;CA4BT;AACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stokelp/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.1",
|
|
4
4
|
"description": "Stokelp UI React",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"require": "./dist/*.cjs"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"author": "
|
|
45
|
+
"author": "Stokelp Technical Team <tech@stokelp.com>",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
48
|
"url": "git+https://github.com/stokelp/ui.git"
|
|
@@ -70,12 +70,14 @@
|
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@heroicons/react": "^2.2.0",
|
|
73
|
-
"@pandacss/dev": "^1.
|
|
73
|
+
"@pandacss/dev": "^1.11.1",
|
|
74
74
|
"react": "^19.2.0",
|
|
75
75
|
"react-window": "^1.8.11"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@chromatic-com/storybook": "^5.1.1",
|
|
79
|
+
"@pandacss/preset-base": "^1.11.1",
|
|
80
|
+
"@pandacss/shared": "^1.11.1",
|
|
79
81
|
"@stokelp/styled-system": "workspace:*",
|
|
80
82
|
"@storybook/addon-docs": "^10.3.5",
|
|
81
83
|
"@storybook/addon-links": "^10.3.5",
|
|
@@ -84,17 +86,19 @@
|
|
|
84
86
|
"@types/react": "^19.2.14",
|
|
85
87
|
"@types/react-is": "^19.2.0",
|
|
86
88
|
"@types/react-window": "^1.8.8",
|
|
87
|
-
"@vitejs/plugin-react": "^
|
|
89
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
88
90
|
"deepmerge": "^4.3.1",
|
|
89
91
|
"prop-types": "^15.8.1",
|
|
90
92
|
"storybook": "^10.3.5",
|
|
91
93
|
"storybook-addon-data-theme-switcher": "^3.2.0",
|
|
92
|
-
"vite-plugin-dts": "^
|
|
94
|
+
"vite-plugin-dts": "^5.0.1",
|
|
93
95
|
"vite-tsconfig-paths": "^6.1.1"
|
|
94
96
|
},
|
|
95
97
|
"dependencies": {
|
|
96
|
-
"@ark-ui/react": "5.
|
|
97
|
-
"
|
|
98
|
+
"@ark-ui/react": "5.36.2",
|
|
99
|
+
"@zag-js/utils": "^1.41.0",
|
|
100
|
+
"lodash": "^4.17.21",
|
|
101
|
+
"react-is": "19.2.6",
|
|
98
102
|
"react-phone-number-input": "^3.4.16",
|
|
99
103
|
"usehooks-ts": "3.1.1"
|
|
100
104
|
},
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var o=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}exports.commonjsGlobal=o;exports.getDefaultExportFromCjs=l;
|
|
2
|
-
//# sourceMappingURL=_commonjsHelpers.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
|
-
function l(e) {
|
|
4
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
5
|
-
}
|
|
6
|
-
export {
|
|
7
|
-
o as commonjsGlobal,
|
|
8
|
-
l as getDefaultExportFromCjs
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=_commonjsHelpers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
package/dist/_virtual/cjs.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cjs.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/_virtual/cjs.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
|
|
3
|
-
import { __require as r } from "../node_modules/deepmerge/dist/cjs.js";
|
|
4
|
-
var t = r();
|
|
5
|
-
const m = /* @__PURE__ */ e(t);
|
|
6
|
-
export {
|
|
7
|
-
m as default
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=cjs.js.map
|
package/dist/_virtual/cjs.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
package/dist/_virtual/lodash.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lodash.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/_virtual/lodash.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lodash.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lodash2.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/_virtual/lodash2.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lodash2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/dist/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";const a=require("react");function c(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=c(a);function i({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}const s=o.forwardRef(i);module.exports=s;
|
|
2
|
-
//# sourceMappingURL=ArrowDownTrayIcon.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowDownTrayIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ArrowDownTrayIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon);\nexport default ForwardRef;"],"names":["ArrowDownTrayIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAkB,CACzB,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,8GACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAiB","x_google_ignoreList":[0]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import * as e from "react";
|
|
3
|
-
function a({
|
|
4
|
-
title: r,
|
|
5
|
-
titleId: t,
|
|
6
|
-
...o
|
|
7
|
-
}, n) {
|
|
8
|
-
return /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
fill: "none",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
strokeWidth: 1.5,
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
"aria-hidden": "true",
|
|
15
|
-
"data-slot": "icon",
|
|
16
|
-
ref: n,
|
|
17
|
-
"aria-labelledby": t
|
|
18
|
-
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
19
|
-
id: t
|
|
20
|
-
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
21
|
-
strokeLinecap: "round",
|
|
22
|
-
strokeLinejoin: "round",
|
|
23
|
-
d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
const i = /* @__PURE__ */ e.forwardRef(a);
|
|
27
|
-
export {
|
|
28
|
-
i as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=ArrowDownTrayIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowDownTrayIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ArrowDownTrayIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownTrayIcon);\nexport default ForwardRef;"],"names":["ArrowDownTrayIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAkB;AAAA,EACzB,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAiB;","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";const a=require("react");function c(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=c(a);function i({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const l=o.forwardRef(i);module.exports=l;
|
|
2
|
-
//# sourceMappingURL=ArrowLeftCircleIcon.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowLeftCircleIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ArrowLeftCircleIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon);\nexport default ForwardRef;"],"names":["ArrowLeftCircleIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAoB,CAC3B,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,oEACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAmB","x_google_ignoreList":[0]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import * as e from "react";
|
|
3
|
-
function a({
|
|
4
|
-
title: r,
|
|
5
|
-
titleId: t,
|
|
6
|
-
...o
|
|
7
|
-
}, n) {
|
|
8
|
-
return /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
fill: "none",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
strokeWidth: 1.5,
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
"aria-hidden": "true",
|
|
15
|
-
"data-slot": "icon",
|
|
16
|
-
ref: n,
|
|
17
|
-
"aria-labelledby": t
|
|
18
|
-
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
19
|
-
id: t
|
|
20
|
-
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
21
|
-
strokeLinecap: "round",
|
|
22
|
-
strokeLinejoin: "round",
|
|
23
|
-
d: "m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
const i = /* @__PURE__ */ e.forwardRef(a);
|
|
27
|
-
export {
|
|
28
|
-
i as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=ArrowLeftCircleIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowLeftCircleIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ArrowLeftCircleIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowLeftCircleIcon);\nexport default ForwardRef;"],"names":["ArrowLeftCircleIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAoB;AAAA,EAC3B,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAmB;","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";const o=require("react");function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const c=a(o);function l({title:e,titleId:t,...r},n){return c.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?c.createElement("title",{id:t},e):null,c.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const i=c.forwardRef(l);module.exports=i;
|
|
2
|
-
//# sourceMappingURL=ChatBubbleLeftRightIcon.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatBubbleLeftRightIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAwB,CAC/B,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,wgBACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAuB","x_google_ignoreList":[0]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import * as e from "react";
|
|
3
|
-
function o({
|
|
4
|
-
title: t,
|
|
5
|
-
titleId: r,
|
|
6
|
-
...a
|
|
7
|
-
}, n) {
|
|
8
|
-
return /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
fill: "none",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
strokeWidth: 1.5,
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
"aria-hidden": "true",
|
|
15
|
-
"data-slot": "icon",
|
|
16
|
-
ref: n,
|
|
17
|
-
"aria-labelledby": r
|
|
18
|
-
}, a), t ? /* @__PURE__ */ e.createElement("title", {
|
|
19
|
-
id: r
|
|
20
|
-
}, t) : null, /* @__PURE__ */ e.createElement("path", {
|
|
21
|
-
strokeLinecap: "round",
|
|
22
|
-
strokeLinejoin: "round",
|
|
23
|
-
d: "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
const c = /* @__PURE__ */ e.forwardRef(o);
|
|
27
|
-
export {
|
|
28
|
-
c as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=ChatBubbleLeftRightIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatBubbleLeftRightIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAwB;AAAA,EAC/B,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAuB;","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";const c=require("react");function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=a(c);function i({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const s=o.forwardRef(i);module.exports=s;
|
|
2
|
-
//# sourceMappingURL=DocumentTextIcon.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentTextIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction DocumentTextIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon);\nexport default ForwardRef;"],"names":["DocumentTextIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAiB,CACxB,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,4RACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAgB","x_google_ignoreList":[0]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import * as e from "react";
|
|
3
|
-
function a({
|
|
4
|
-
title: t,
|
|
5
|
-
titleId: r,
|
|
6
|
-
...n
|
|
7
|
-
}, o) {
|
|
8
|
-
return /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
fill: "none",
|
|
11
|
-
viewBox: "0 0 24 24",
|
|
12
|
-
strokeWidth: 1.5,
|
|
13
|
-
stroke: "currentColor",
|
|
14
|
-
"aria-hidden": "true",
|
|
15
|
-
"data-slot": "icon",
|
|
16
|
-
ref: o,
|
|
17
|
-
"aria-labelledby": r
|
|
18
|
-
}, n), t ? /* @__PURE__ */ e.createElement("title", {
|
|
19
|
-
id: r
|
|
20
|
-
}, t) : null, /* @__PURE__ */ e.createElement("path", {
|
|
21
|
-
strokeLinecap: "round",
|
|
22
|
-
strokeLinejoin: "round",
|
|
23
|
-
d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
const c = /* @__PURE__ */ e.forwardRef(a);
|
|
27
|
-
export {
|
|
28
|
-
c as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DocumentTextIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentTextIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction DocumentTextIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(DocumentTextIcon);\nexport default ForwardRef;"],"names":["DocumentTextIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAiB;AAAA,EACxB,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAgB;","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var c="cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%";`${c.split(",").join("|")}`;var e=new Set,d=new Set,a=new Set,t=new Set;d.add("backgroundBlendMode");d.add("isolation");d.add("mixBlendMode");t.add("animation");d.add("animationComposition");d.add("animationDelay");d.add("animationDirection");d.add("animationDuration");d.add("animationFillMode");d.add("animationIterationCount");d.add("animationName");d.add("animationPlayState");a.add("animationRange");d.add("animationRangeEnd");d.add("animationRangeStart");d.add("animationTimingFunction");d.add("animationTimeline");a.add("scrollTimeline");d.add("scrollTimelineAxis");d.add("scrollTimelineName");d.add("timelineScope");a.add("viewTimeline");d.add("viewTimelineAxis");d.add("viewTimelineInset");d.add("viewTimelineName");t.add("background");d.add("backgroundAttachment");d.add("backgroundClip");d.add("backgroundColor");d.add("backgroundImage");d.add("backgroundOrigin");d.add("backgroundRepeat");d.add("backgroundSize");a.add("backgroundPosition");d.add("backgroundPositionX");d.add("backgroundPositionY");t.add("border");a.add("borderColor");a.add("borderStyle");a.add("borderWidth");t.add("borderBlock");d.add("borderBlockColor");d.add("borderBlockStyle");d.add("borderBlockWidth");a.add("borderBlockStart");a.add("borderTop");d.add("borderBlockStartColor");e.add("borderTopColor");d.add("borderBlockStartStyle");e.add("borderTopStyle");d.add("borderBlockStartWidth");e.add("borderTopWidth");a.add("borderBlockEnd");a.add("borderBottom");d.add("borderBlockEndColor");e.add("borderBottomColor");d.add("borderBlockEndStyle");e.add("borderBottomStyle");d.add("borderBlockEndWidth");e.add("borderBottomWidth");t.add("borderInline");a.add("borderInlineColor");a.add("borderInlineStyle");a.add("borderInlineWidth");a.add("borderInlineStart");a.add("borderLeft");d.add("borderInlineStartColor");e.add("borderLeftColor");d.add("borderInlineStartStyle");e.add("borderLeftStyle");d.add("borderInlineStartWidth");e.add("borderLeftWidth");a.add("borderInlineEnd");a.add("borderRight");d.add("borderInlineEndColor");e.add("borderRightColor");d.add("borderInlineEndStyle");e.add("borderRightStyle");d.add("borderInlineEndWidth");e.add("borderRightWidth");a.add("borderImage");d.add("borderImageOutset");d.add("borderImageRepeat");d.add("borderImageSlice");d.add("borderImageSource");d.add("borderImageWidth");a.add("borderRadius");d.add("borderStartEndRadius");d.add("borderStartStartRadius");d.add("borderEndEndRadius");d.add("borderEndStartRadius");e.add("borderTopLeftRadius");e.add("borderTopRightRadius");e.add("borderBottomLeftRadius");e.add("borderBottomRightRadius");d.add("boxShadow");d.add("accentColor");d.add("appearance");d.add("aspectRatio");a.add("caret");d.add("caretColor");d.add("caretShape");d.add("cursor");d.add("imeMode");d.add("inputSecurity");a.add("outline");d.add("outlineColor");d.add("outlineOffset");d.add("outlineStyle");d.add("outlineWidth");d.add("pointerEvents");d.add("resize");d.add("textOverflow");d.add("userSelect");a.add("gridGap");a.add("gap");d.add("gridRowGap");d.add("rowGap");d.add("gridColumnGap");d.add("columnGap");a.add("placeContent");d.add("alignContent");d.add("justifyContent");a.add("placeItems");d.add("alignItems");d.add("justifyItems");a.add("placeSelf");d.add("alignSelf");d.add("justifySelf");d.add("boxSizing");d.add("fieldSizing");d.add("blockSize");e.add("height");d.add("inlineSize");e.add("width");d.add("maxBlockSize");e.add("maxHeight");d.add("maxInlineSize");e.add("maxWidth");d.add("minBlockSize");e.add("minHeight");d.add("minInlineSize");e.add("minWidth");t.add("margin");a.add("marginBlock");d.add("marginBlockStart");e.add("marginTop");d.add("marginBlockEnd");e.add("marginBottom");a.add("marginInline");d.add("marginInlineStart");e.add("marginLeft");d.add("marginInlineEnd");e.add("marginRight");d.add("marginTrim");a.add("overscrollBehavior");d.add("overscrollBehaviorBlock");e.add("overscrollBehaviorY");d.add("overscrollBehaviorInline");e.add("overscrollBehaviorX");t.add("padding");a.add("paddingBlock");d.add("paddingBlockStart");e.add("paddingTop");d.add("paddingBlockEnd");e.add("paddingBottom");a.add("paddingInline");d.add("paddingInlineStart");e.add("paddingLeft");d.add("paddingInlineEnd");e.add("paddingRight");d.add("visibility");d.add("color");d.add("colorScheme");d.add("forcedColorAdjust");d.add("opacity");d.add("printColorAdjust");a.add("columns");d.add("columnCount");d.add("columnWidth");d.add("columnFill");d.add("columnSpan");a.add("columnRule");d.add("columnRuleColor");d.add("columnRuleStyle");d.add("columnRuleWidth");d.add("contain");a.add("containIntrinsicSize");d.add("containIntrinsicBlockSize");d.add("containIntrinsicWidth");d.add("containIntrinsicHeight");d.add("containIntrinsicInlineSize");a.add("container");d.add("containerName");d.add("containerType");d.add("contentVisibility");d.add("counterIncrement");d.add("counterReset");d.add("counterSet");d.add("display");a.add("flex");d.add("flexBasis");d.add("flexGrow");d.add("flexShrink");a.add("flexFlow");d.add("flexDirection");d.add("flexWrap");d.add("order");t.add("font");d.add("fontFamily");d.add("fontSize");d.add("fontStretch");d.add("fontStyle");d.add("fontWeight");d.add("lineHeight");a.add("fontVariant");d.add("fontVariantAlternates");d.add("fontVariantCaps");d.add("fontVariantEastAsian");d.add("fontVariantEmoji");d.add("fontVariantLigatures");d.add("fontVariantNumeric");d.add("fontVariantPosition");d.add("fontFeatureSettings");d.add("fontKerning");d.add("fontLanguageOverride");d.add("fontOpticalSizing");d.add("fontPalette");d.add("fontVariationSettings");d.add("fontSizeAdjust");d.add("fontSmooth");d.add("fontSynthesisPosition");d.add("fontSynthesisSmallCaps");d.add("fontSynthesisStyle");d.add("fontSynthesisWeight");a.add("fontSynthesis");d.add("lineHeightStep");d.add("boxDecorationBreak");d.add("breakAfter");d.add("breakBefore");d.add("breakInside");d.add("orphans");d.add("widows");d.add("content");d.add("quotes");t.add("grid");d.add("gridAutoFlow");d.add("gridAutoRows");d.add("gridAutoColumns");t.add("gridTemplate");a.add("gridTemplateAreas");d.add("gridTemplateColumns");d.add("gridTemplateRows");t.add("gridArea");a.add("gridRow");d.add("gridRowStart");d.add("gridRowEnd");a.add("gridColumn");d.add("gridColumnStart");d.add("gridColumnEnd");d.add("alignTracks");d.add("justifyTracks");d.add("masonryAutoFlow");d.add("imageOrientation");d.add("imageRendering");d.add("imageResolution");d.add("objectFit");d.add("objectPosition");d.add("initialLetter");d.add("initialLetterAlign");a.add("listStyle");d.add("listStyleImage");d.add("listStylePosition");d.add("listStyleType");d.add("clip");d.add("clipPath");a.add("mask");d.add("maskClip");d.add("maskComposite");d.add("maskImage");d.add("maskMode");d.add("maskOrigin");d.add("maskPosition");d.add("maskRepeat");d.add("maskSize");d.add("maskType");a.add("maskBorder");d.add("maskBorderMode");d.add("maskBorderOutset");d.add("maskBorderRepeat");d.add("maskBorderSlice");d.add("maskBorderSource");d.add("maskBorderWidth");t.add("all");d.add("textRendering");d.add("zoom");a.add("offset");d.add("offsetAnchor");d.add("offsetDistance");d.add("offsetPath");d.add("offsetPosition");d.add("offsetRotate");d.add("WebkitBoxOrient");d.add("WebkitLineClamp");e.add("lineClamp");e.add("maxLines");d.add("blockOverflow");a.add("overflow");d.add("overflowBlock");e.add("overflowY");d.add("overflowInline");e.add("overflowX");d.add("overflowClipMargin");d.add("scrollGutter");d.add("scrollBehavior");d.add("page");d.add("pageBreakAfter");d.add("pageBreakBefore");d.add("pageBreakInside");t.add("inset");a.add("insetBlock");d.add("insetBlockStart");e.add("top");d.add("insetBlockEnd");e.add("bottom");a.add("insetInline");d.add("insetInlineStart");e.add("left");d.add("insetInlineEnd");e.add("right");d.add("clear");d.add("float");d.add("overlay");d.add("position");d.add("zIndex");d.add("rubyAlign");d.add("rubyMerge");d.add("rubyPosition");d.add("overflowAnchor");t.add("scrollMargin");a.add("scrollMarginBlock");d.add("scrollMarginBlockStart");e.add("scrollMarginTop");d.add("scrollMarginBlockEnd");e.add("scrollMarginBottom");a.add("scrollMarginInline");d.add("scrollMarginInlineStart");e.add("scrollMarginLeft");d.add("scrollMarginInlineEnd");e.add("scrollMarginRight");t.add("scrollPadding");a.add("scrollPaddingBlock");d.add("scrollPaddingBlockStart");e.add("scrollPaddingTop");d.add("scrollPaddingBlockEnd");e.add("scrollPaddingBottom");a.add("scrollPaddingInline");d.add("scrollPaddingInlineStart");e.add("scrollPaddingLeft");d.add("scrollPaddingInlineEnd");e.add("scrollPaddingRight");d.add("scrollSnapAlign");d.add("scrollSnapStop");a.add("scrollSnapType");d.add("scrollbarColor");d.add("scrollbarWidth");d.add("shapeImageThreshold");d.add("shapeMargin");d.add("shapeOutside");d.add("azimuth");d.add("borderCollapse");d.add("borderSpacing");d.add("captionSide");d.add("emptyCells");d.add("tableLayout");d.add("verticalAlign");a.add("textDecoration");d.add("textDecorationColor");d.add("textDecorationLine");d.add("textDecorationSkip");d.add("textDecorationSkipInk");d.add("textDecorationStyle");d.add("textDecorationThickness");a.add("WebkitTextStroke");d.add("WebkitTextStrokeColor");d.add("WebkitTextStrokeWidth");d.add("WebkitTextFillColor");a.add("textEmphasis");d.add("textEmphasisColor");d.add("textEmphasisPosition");d.add("textEmphasisStyle");d.add("textShadow");d.add("textUnderlineOffset");d.add("textUnderlinePosition");d.add("hangingPunctuation");d.add("hyphenateCharacter");d.add("hyphenateLimitChars");d.add("hyphens");d.add("letterSpacing");d.add("lineBreak");d.add("overflowWrap");d.add("paintOrder");d.add("tabSize");d.add("textAlign");d.add("textAlignLast");d.add("textIndent");d.add("textJustify");d.add("textSizeAdjust");d.add("textTransform");a.add("textWrap");d.add("textWrapMode");d.add("textWrapStyle");d.add("whiteSpace");d.add("whiteSpaceCollapse");d.add("whiteSpaceTrim");d.add("wordBreak");d.add("wordSpacing");d.add("wordWrap");d.add("backfaceVisibility");d.add("perspective");d.add("perspectiveOrigin");d.add("rotate");d.add("scale");d.add("transform");d.add("transformBox");d.add("transformOrigin");d.add("transformStyle");d.add("translate");a.add("transition");d.add("transitionBehavior");d.add("transitionDelay");d.add("transitionDuration");d.add("transitionProperty");d.add("transitionTimingFunction");d.add("viewTransitionName");d.add("willChange");d.add("direction");d.add("textCombineUpright");d.add("textOrientation");d.add("unicodeBidi");d.add("writingMode");d.add("backdropFilter");d.add("filter");d.add("mathDepth");d.add("mathShift");d.add("mathStyle");d.add("touchAction");var g=16,r="px",l="em",n="rem",m=new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`),p=new RegExp(`${r}|${l}|${n}`),S=new RegExp(`${m.source}(${p.source})`);function s(o=""){return o.match(S)?.[1]}function h(o=""){const i=s(o);if(!i||i===n)return o;if(i===l)return`${parseFloat(o)}${n}`;if(i===r)return`${parseFloat(o)/g}${n}`}exports.getUnit=s;exports.toRem=h;
|
|
2
|
-
//# sourceMappingURL=index.cjs.map
|