@stokelp/ui 2.96.6 → 2.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.cjs +2 -0
- package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +10 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/cjs.cjs +2 -0
- package/dist/_virtual/cjs.cjs.map +1 -0
- package/dist/_virtual/cjs.js +9 -0
- package/dist/_virtual/cjs.js.map +1 -0
- package/dist/_virtual/lodash.cjs +2 -0
- package/dist/_virtual/lodash.cjs.map +1 -0
- package/dist/_virtual/lodash.js +7 -0
- package/dist/_virtual/lodash.js.map +1 -0
- package/dist/_virtual/lodash2.cjs +2 -0
- package/dist/_virtual/lodash2.cjs.map +1 -0
- package/dist/_virtual/lodash2.js +6 -0
- package/dist/_virtual/lodash2.js.map +1 -0
- package/dist/components/accordion/Accordion.cjs +2 -0
- package/dist/components/accordion/Accordion.cjs.map +1 -0
- package/dist/components/accordion/Accordion.js +29 -0
- package/dist/components/accordion/Accordion.js.map +1 -0
- package/dist/components/action-card/ActionCard.cjs +2 -0
- package/dist/components/action-card/ActionCard.cjs.map +1 -0
- package/dist/components/action-card/ActionCard.js +28 -0
- package/dist/components/action-card/ActionCard.js.map +1 -0
- package/dist/components/alert/Alert.cjs +2 -0
- package/dist/components/alert/Alert.cjs.map +1 -0
- package/dist/components/alert/Alert.js +85 -0
- package/dist/components/alert/Alert.js.map +1 -0
- package/dist/components/app/navigation/AppNavigation.cjs +2 -0
- package/dist/components/app/navigation/AppNavigation.cjs.map +1 -0
- package/dist/components/app/navigation/AppNavigation.js +48 -0
- package/dist/components/app/navigation/AppNavigation.js.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +120 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -0
- package/dist/components/app/price-tag/PriceTag.cjs +2 -0
- package/dist/components/app/price-tag/PriceTag.cjs.map +1 -0
- package/dist/components/app/price-tag/PriceTag.js +21 -0
- package/dist/components/app/price-tag/PriceTag.js.map +1 -0
- package/dist/components/app/product-card-catalog/styled.cjs +2 -0
- package/dist/components/app/product-card-catalog/styled.cjs.map +1 -0
- package/dist/components/app/product-card-catalog/styled.js +22 -0
- package/dist/components/app/product-card-catalog/styled.js.map +1 -0
- package/dist/components/avatar/styled.cjs +2 -0
- package/dist/components/avatar/styled.cjs.map +1 -0
- package/dist/components/avatar/styled.js +28 -0
- package/dist/components/avatar/styled.js.map +1 -0
- package/dist/components/box/Box.cjs +2 -0
- package/dist/components/box/Box.cjs.map +1 -0
- package/dist/components/box/Box.js +12 -0
- package/dist/components/box/Box.js.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs +2 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.js +36 -0
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/components/button/Button.cjs +2 -0
- package/dist/components/button/Button.cjs.map +1 -0
- package/dist/components/button/Button.js +9 -0
- package/dist/components/button/Button.js.map +1 -0
- package/dist/components/button-filter/ButtonFilter.cjs +2 -0
- package/dist/components/button-filter/ButtonFilter.cjs.map +1 -0
- package/dist/components/button-filter/ButtonFilter.js +9 -0
- package/dist/components/button-filter/ButtonFilter.js.map +1 -0
- package/dist/components/chat/Chat.cjs +2 -0
- package/dist/components/chat/Chat.cjs.map +1 -0
- package/dist/components/chat/Chat.js +27 -0
- package/dist/components/chat/Chat.js.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.cjs +2 -0
- package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.js +33 -0
- package/dist/components/chat/ChatDocumentMessage.js.map +1 -0
- package/dist/components/chat/ChatMessage.cjs +2 -0
- package/dist/components/chat/ChatMessage.cjs.map +1 -0
- package/dist/components/chat/ChatMessage.js +9 -0
- package/dist/components/chat/ChatMessage.js.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.cjs +2 -0
- package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.js +17 -0
- package/dist/components/chat/ChatProfileAvatar.js.map +1 -0
- package/dist/components/chat/ChatTextInput.cjs +2 -0
- package/dist/components/chat/ChatTextInput.cjs.map +1 -0
- package/dist/components/chat/ChatTextInput.js +54 -0
- package/dist/components/chat/ChatTextInput.js.map +1 -0
- package/dist/components/checkbox/Checkbox.cjs +2 -0
- package/dist/components/checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/checkbox/Checkbox.js +35 -0
- package/dist/components/checkbox/Checkbox.js.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs +2 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.js +40 -0
- package/dist/components/checkbox-card/CheckboxCard.js.map +1 -0
- package/dist/components/checkbox-card/namespace.cjs +2 -0
- package/dist/components/checkbox-card/namespace.cjs.map +1 -0
- package/dist/components/checkbox-card/namespace.js +10 -0
- package/dist/components/checkbox-card/namespace.js.map +1 -0
- package/dist/components/chip/Chip.cjs +2 -0
- package/dist/components/chip/Chip.cjs.map +1 -0
- package/dist/components/chip/Chip.js +25 -0
- package/dist/components/chip/Chip.js.map +1 -0
- package/dist/components/collapsible/styled.cjs +2 -0
- package/dist/components/collapsible/styled.cjs.map +1 -0
- package/dist/components/collapsible/styled.js +12 -0
- package/dist/components/collapsible/styled.js.map +1 -0
- package/dist/components/combobox/Combobox.cjs +2 -0
- package/dist/components/combobox/Combobox.cjs.map +1 -0
- package/dist/components/combobox/Combobox.js +176 -0
- package/dist/components/combobox/Combobox.js.map +1 -0
- package/dist/components/date-picker/DatePicker.cjs +2 -0
- package/dist/components/date-picker/DatePicker.cjs.map +1 -0
- package/dist/components/date-picker/DatePicker.js +129 -0
- package/dist/components/date-picker/DatePicker.js.map +1 -0
- package/dist/components/dialog/styled.cjs +2 -0
- package/dist/components/dialog/styled.cjs.map +1 -0
- package/dist/components/dialog/styled.js +67 -0
- package/dist/components/dialog/styled.js.map +1 -0
- package/dist/components/drawer/Drawer.cjs +2 -0
- package/dist/components/drawer/Drawer.cjs.map +1 -0
- package/dist/components/drawer/Drawer.js +64 -0
- package/dist/components/drawer/Drawer.js.map +1 -0
- package/dist/components/flag/styled.cjs +2 -0
- package/dist/components/flag/styled.cjs.map +1 -0
- package/dist/components/flag/styled.js +3753 -0
- package/dist/components/flag/styled.js.map +1 -0
- package/dist/components/form/FormControl.cjs +2 -0
- package/dist/components/form/FormControl.cjs.map +1 -0
- package/dist/components/form/FormControl.js +19 -0
- package/dist/components/form/FormControl.js.map +1 -0
- package/dist/components/form/FormHelperText.cjs +2 -0
- package/dist/components/form/FormHelperText.cjs.map +1 -0
- package/dist/components/form/FormHelperText.js +10 -0
- package/dist/components/form/FormHelperText.js.map +1 -0
- package/dist/components/form/FormLabel.cjs +2 -0
- package/dist/components/form/FormLabel.cjs.map +1 -0
- package/dist/components/form/FormLabel.js +35 -0
- package/dist/components/form/FormLabel.js.map +1 -0
- package/dist/components/heading/Heading.cjs +2 -0
- package/dist/components/heading/Heading.cjs.map +1 -0
- package/dist/components/heading/Heading.js +13 -0
- package/dist/components/heading/Heading.js.map +1 -0
- package/dist/components/icon/Icon.cjs +2 -0
- package/dist/components/icon/Icon.cjs.map +1 -0
- package/dist/components/icon/Icon.js +12 -0
- package/dist/components/icon/Icon.js.map +1 -0
- package/dist/components/icon-button/IconButton.cjs +2 -0
- package/dist/components/icon-button/IconButton.cjs.map +1 -0
- package/dist/components/icon-button/IconButton.js +8 -0
- package/dist/components/icon-button/IconButton.js.map +1 -0
- package/dist/components/illustration/Illustration.cjs +2 -0
- package/dist/components/illustration/Illustration.cjs.map +1 -0
- package/dist/components/illustration/Illustration.js +41 -0
- package/dist/components/illustration/Illustration.js.map +1 -0
- package/dist/components/illustration/patterns.cjs +2 -0
- package/dist/components/illustration/patterns.cjs.map +1 -0
- package/dist/{ui.js → components/illustration/patterns.js} +38 -15804
- package/dist/components/illustration/patterns.js.map +1 -0
- package/dist/components/input/HighlightedInput.cjs +2 -0
- package/dist/components/input/HighlightedInput.cjs.map +1 -0
- package/dist/components/input/HighlightedInput.js +60 -0
- package/dist/components/input/HighlightedInput.js.map +1 -0
- package/dist/components/input/Input.cjs +2 -0
- package/dist/components/input/Input.cjs.map +1 -0
- package/dist/components/input/Input.js +15 -0
- package/dist/components/input/Input.js.map +1 -0
- package/dist/components/input/InputAddon.cjs +2 -0
- package/dist/components/input/InputAddon.cjs.map +1 -0
- package/dist/components/input/InputAddon.js +11 -0
- package/dist/components/input/InputAddon.js.map +1 -0
- package/dist/components/input/InputGroup.cjs +2 -0
- package/dist/components/input/InputGroup.cjs.map +1 -0
- package/dist/components/input/InputGroup.js +10 -0
- package/dist/components/input/InputGroup.js.map +1 -0
- package/dist/components/input/PhoneNumberInput.cjs +2 -0
- package/dist/components/input/PhoneNumberInput.cjs.map +1 -0
- package/dist/components/input/PhoneNumberInput.js +26 -0
- package/dist/components/input/PhoneNumberInput.js.map +1 -0
- package/dist/components/menu/Menu.cjs +2 -0
- package/dist/components/menu/Menu.cjs.map +1 -0
- package/dist/components/menu/Menu.js +29 -0
- package/dist/components/menu/Menu.js.map +1 -0
- package/dist/components/pagination/Pagination.cjs +2 -0
- package/dist/components/pagination/Pagination.cjs.map +1 -0
- package/dist/components/pagination/Pagination.js +86 -0
- package/dist/components/pagination/Pagination.js.map +1 -0
- package/dist/components/pagination/use-pagination.cjs +2 -0
- package/dist/components/pagination/use-pagination.cjs.map +1 -0
- package/dist/components/pagination/use-pagination.js +57 -0
- package/dist/components/pagination/use-pagination.js.map +1 -0
- package/dist/components/popover/Popover.cjs +2 -0
- package/dist/components/popover/Popover.cjs.map +1 -0
- package/dist/components/popover/Popover.js +27 -0
- package/dist/components/popover/Popover.js.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js +22 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.js +23 -0
- package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -0
- package/dist/components/radio-card-group/namespace.cjs +2 -0
- package/dist/components/radio-card-group/namespace.cjs.map +1 -0
- package/dist/components/radio-card-group/namespace.js +11 -0
- package/dist/components/radio-card-group/namespace.js.map +1 -0
- package/dist/components/radio-group/RadioGroup.cjs +2 -0
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -0
- package/dist/components/radio-group/RadioGroup.js +22 -0
- package/dist/components/radio-group/RadioGroup.js.map +1 -0
- package/dist/components/select/Select.cjs +2 -0
- package/dist/components/select/Select.cjs.map +1 -0
- package/dist/components/select/Select.js +146 -0
- package/dist/components/select/Select.js.map +1 -0
- package/dist/components/select-language/SelectLanguage.cjs +2 -0
- package/dist/components/select-language/SelectLanguage.cjs.map +1 -0
- package/dist/components/select-language/SelectLanguage.js +89 -0
- package/dist/components/select-language/SelectLanguage.js.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.js +117 -0
- package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -0
- package/dist/components/switch/Switch.cjs +2 -0
- package/dist/components/switch/Switch.cjs.map +1 -0
- package/dist/components/switch/Switch.js +20 -0
- package/dist/components/switch/Switch.js.map +1 -0
- package/dist/components/switch-card/SwitchCard.cjs +2 -0
- package/dist/components/switch-card/SwitchCard.cjs.map +1 -0
- package/dist/components/switch-card/SwitchCard.js +27 -0
- package/dist/components/switch-card/SwitchCard.js.map +1 -0
- package/dist/components/switch-card/namespace.cjs +2 -0
- package/dist/components/switch-card/namespace.cjs.map +1 -0
- package/dist/components/switch-card/namespace.js +10 -0
- package/dist/components/switch-card/namespace.js.map +1 -0
- package/dist/components/table/Table.cjs +2 -0
- package/dist/components/table/Table.cjs.map +1 -0
- package/dist/components/table/Table.js +113 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/TableProvider.cjs +2 -0
- package/dist/components/table/TableProvider.cjs.map +1 -0
- package/dist/components/table/TableProvider.js +41 -0
- package/dist/components/table/TableProvider.js.map +1 -0
- package/dist/components/tabs/Tabs.cjs +2 -0
- package/dist/components/tabs/Tabs.cjs.map +1 -0
- package/dist/components/tabs/Tabs.js +27 -0
- package/dist/components/tabs/Tabs.js.map +1 -0
- package/dist/components/tag/Tag.cjs +2 -0
- package/dist/components/tag/Tag.cjs.map +1 -0
- package/dist/components/tag/Tag.js +18 -0
- package/dist/components/tag/Tag.js.map +1 -0
- package/dist/components/text/Text.cjs +2 -0
- package/dist/components/text/Text.cjs.map +1 -0
- package/dist/components/text/Text.js +13 -0
- package/dist/components/text/Text.js.map +1 -0
- package/dist/components/textarea/Textarea.cjs +2 -0
- package/dist/components/textarea/Textarea.cjs.map +1 -0
- package/dist/components/textarea/Textarea.js +9 -0
- package/dist/components/textarea/Textarea.js.map +1 -0
- package/dist/components/tooltip/Tooltip.cjs +2 -0
- package/dist/components/tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/tooltip/Tooltip.js +44 -0
- package/dist/components/tooltip/Tooltip.js.map +1 -0
- package/dist/{icons.cjs → icons/index.cjs} +1 -1
- package/dist/icons/index.cjs.map +1 -0
- package/dist/{icons.js → icons/index.js} +1 -1
- package/dist/icons/index.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +178 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs +2 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js +469 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs +2 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js +8 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs +2 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.js +81 -0
- package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/node_modules/lodash/lodash.cjs +28 -0
- package/dist/node_modules/lodash/lodash.cjs.map +1 -0
- package/dist/node_modules/lodash/lodash.js +3679 -0
- package/dist/node_modules/lodash/lodash.js.map +1 -0
- package/dist/preset.cjs +2 -0
- package/dist/preset.cjs.map +1 -0
- package/dist/preset.js +35 -0
- package/dist/preset.js.map +1 -0
- package/dist/shared/ConditionalWrapper.cjs +2 -0
- package/dist/shared/ConditionalWrapper.cjs.map +1 -0
- package/dist/shared/ConditionalWrapper.js +6 -0
- package/dist/shared/ConditionalWrapper.js.map +1 -0
- package/dist/shared/assets/icons.cjs +2 -0
- package/dist/shared/assets/icons.cjs.map +1 -0
- package/dist/shared/assets/icons.js +24 -0
- package/dist/shared/assets/icons.js.map +1 -0
- package/dist/shared/hooks/useUncontrolled.cjs +2 -0
- package/dist/shared/hooks/useUncontrolled.cjs.map +1 -0
- package/dist/shared/hooks/useUncontrolled.js +18 -0
- package/dist/shared/hooks/useUncontrolled.js.map +1 -0
- package/dist/shared/utils/events.cjs +2 -0
- package/dist/shared/utils/events.cjs.map +1 -0
- package/dist/shared/utils/events.js +8 -0
- package/dist/shared/utils/events.js.map +1 -0
- package/dist/theme/breakpoints.cjs +2 -0
- package/dist/theme/breakpoints.cjs.map +1 -0
- package/dist/theme/breakpoints.js +11 -0
- package/dist/theme/breakpoints.js.map +1 -0
- package/dist/theme/conditions.cjs +2 -0
- package/dist/theme/conditions.cjs.map +1 -0
- package/dist/theme/conditions.js +25 -0
- package/dist/theme/conditions.js.map +1 -0
- package/dist/theme/containers.cjs +2 -0
- package/dist/theme/containers.cjs.map +1 -0
- package/dist/theme/containers.js +19 -0
- package/dist/theme/containers.js.map +1 -0
- package/dist/theme/globalCss.cjs +4 -0
- package/dist/theme/globalCss.cjs.map +1 -0
- package/dist/theme/globalCss.js +101 -0
- package/dist/theme/globalCss.js.map +1 -0
- package/dist/theme/keyframes.cjs +2 -0
- package/dist/theme/keyframes.cjs.map +1 -0
- package/dist/theme/keyframes.js +173 -0
- package/dist/theme/keyframes.js.map +1 -0
- package/dist/theme/recipes/accordion.cjs +2 -0
- package/dist/theme/recipes/accordion.cjs.map +1 -0
- package/dist/theme/recipes/accordion.js +112 -0
- package/dist/theme/recipes/accordion.js.map +1 -0
- package/dist/theme/recipes/action-card.cjs +2 -0
- package/dist/theme/recipes/action-card.cjs.map +1 -0
- package/dist/theme/recipes/action-card.js +87 -0
- package/dist/theme/recipes/action-card.js.map +1 -0
- package/dist/theme/recipes/alert.cjs +2 -0
- package/dist/theme/recipes/alert.cjs.map +1 -0
- package/dist/theme/recipes/alert.js +68 -0
- package/dist/theme/recipes/alert.js.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs +2 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.js +151 -0
- package/dist/theme/recipes/app/navigation-language-select.js.map +1 -0
- package/dist/theme/recipes/app/navigation.cjs +2 -0
- package/dist/theme/recipes/app/navigation.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation.js +271 -0
- package/dist/theme/recipes/app/navigation.js.map +1 -0
- package/dist/theme/recipes/app/price-tag.cjs +2 -0
- package/dist/theme/recipes/app/price-tag.cjs.map +1 -0
- package/dist/theme/recipes/app/price-tag.js +73 -0
- package/dist/theme/recipes/app/price-tag.js.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs +2 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.js +196 -0
- package/dist/theme/recipes/app/product-card-catalog.js.map +1 -0
- package/dist/theme/recipes/avatar-group.cjs +2 -0
- package/dist/theme/recipes/avatar-group.cjs.map +1 -0
- package/dist/theme/recipes/avatar-group.js +40 -0
- package/dist/theme/recipes/avatar-group.js.map +1 -0
- package/dist/theme/recipes/avatar.cjs +2 -0
- package/dist/theme/recipes/avatar.cjs.map +1 -0
- package/dist/theme/recipes/avatar.js +99 -0
- package/dist/theme/recipes/avatar.js.map +1 -0
- package/dist/theme/recipes/breadcrumb.cjs +2 -0
- package/dist/theme/recipes/breadcrumb.cjs.map +1 -0
- package/dist/theme/recipes/breadcrumb.js +34 -0
- package/dist/theme/recipes/breadcrumb.js.map +1 -0
- package/dist/theme/recipes/button-filter.cjs +2 -0
- package/dist/theme/recipes/button-filter.cjs.map +1 -0
- package/dist/theme/recipes/button-filter.js +63 -0
- package/dist/theme/recipes/button-filter.js.map +1 -0
- package/dist/theme/recipes/button.cjs +2 -0
- package/dist/theme/recipes/button.cjs.map +1 -0
- package/dist/theme/recipes/button.js +298 -0
- package/dist/theme/recipes/button.js.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.js +46 -0
- package/dist/theme/recipes/chat/chat-document-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs +2 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.js +30 -0
- package/dist/theme/recipes/chat/chat-input-text.js.map +1 -0
- package/dist/theme/recipes/chat/chat-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-message.js +48 -0
- package/dist/theme/recipes/chat/chat-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js +28 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -0
- package/dist/theme/recipes/chat/chat.cjs +2 -0
- package/dist/theme/recipes/chat/chat.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat.js +59 -0
- package/dist/theme/recipes/chat/chat.js.map +1 -0
- package/dist/theme/recipes/checkbox-card.cjs +2 -0
- package/dist/theme/recipes/checkbox-card.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-card.js +42 -0
- package/dist/theme/recipes/checkbox-card.js.map +1 -0
- package/dist/theme/recipes/checkbox-group.cjs +2 -0
- package/dist/theme/recipes/checkbox-group.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-group.js +15 -0
- package/dist/theme/recipes/checkbox-group.js.map +1 -0
- package/dist/theme/recipes/checkbox.cjs +2 -0
- package/dist/theme/recipes/checkbox.cjs.map +1 -0
- package/dist/theme/recipes/checkbox.js +131 -0
- package/dist/theme/recipes/checkbox.js.map +1 -0
- package/dist/theme/recipes/chip.cjs +2 -0
- package/dist/theme/recipes/chip.cjs.map +1 -0
- package/dist/theme/recipes/chip.js +184 -0
- package/dist/theme/recipes/chip.js.map +1 -0
- package/dist/theme/recipes/collapsible.cjs +2 -0
- package/dist/theme/recipes/collapsible.cjs.map +1 -0
- package/dist/theme/recipes/collapsible.js +30 -0
- package/dist/theme/recipes/collapsible.js.map +1 -0
- package/dist/theme/recipes/combobox.cjs +2 -0
- package/dist/theme/recipes/combobox.cjs.map +1 -0
- package/dist/theme/recipes/combobox.js +179 -0
- package/dist/theme/recipes/combobox.js.map +1 -0
- package/dist/theme/recipes/common/group-card.cjs +2 -0
- package/dist/theme/recipes/common/group-card.cjs.map +1 -0
- package/dist/theme/recipes/common/group-card.js +81 -0
- package/dist/theme/recipes/common/group-card.js.map +1 -0
- package/dist/theme/recipes/datepicker.cjs +2 -0
- package/dist/theme/recipes/datepicker.cjs.map +1 -0
- package/dist/theme/recipes/datepicker.js +178 -0
- package/dist/theme/recipes/datepicker.js.map +1 -0
- package/dist/theme/recipes/dialog.cjs +2 -0
- package/dist/theme/recipes/dialog.cjs.map +1 -0
- package/dist/theme/recipes/dialog.js +154 -0
- package/dist/theme/recipes/dialog.js.map +1 -0
- package/dist/theme/recipes/drawer.cjs +2 -0
- package/dist/theme/recipes/drawer.cjs.map +1 -0
- package/dist/theme/recipes/drawer.js +129 -0
- package/dist/theme/recipes/drawer.js.map +1 -0
- package/dist/theme/recipes/flag.cjs +2 -0
- package/dist/theme/recipes/flag.cjs.map +1 -0
- package/dist/theme/recipes/flag.js +33 -0
- package/dist/theme/recipes/flag.js.map +1 -0
- package/dist/theme/recipes/form/control.cjs +2 -0
- package/dist/theme/recipes/form/control.cjs.map +1 -0
- package/dist/theme/recipes/form/control.js +37 -0
- package/dist/theme/recipes/form/control.js.map +1 -0
- package/dist/theme/recipes/form/helper-text.cjs +2 -0
- package/dist/theme/recipes/form/helper-text.cjs.map +1 -0
- package/dist/theme/recipes/form/helper-text.js +16 -0
- package/dist/theme/recipes/form/helper-text.js.map +1 -0
- package/dist/theme/recipes/form/label.cjs +2 -0
- package/dist/theme/recipes/form/label.cjs.map +1 -0
- package/dist/theme/recipes/form/label.js +50 -0
- package/dist/theme/recipes/form/label.js.map +1 -0
- package/dist/theme/recipes/heading.cjs +2 -0
- package/dist/theme/recipes/heading.cjs.map +1 -0
- package/dist/theme/recipes/heading.js +37 -0
- package/dist/theme/recipes/heading.js.map +1 -0
- package/dist/theme/recipes/highlightedInput.cjs +2 -0
- package/dist/theme/recipes/highlightedInput.cjs.map +1 -0
- package/dist/theme/recipes/highlightedInput.js +48 -0
- package/dist/theme/recipes/highlightedInput.js.map +1 -0
- package/dist/theme/recipes/icon-button.cjs +2 -0
- package/dist/theme/recipes/icon-button.cjs.map +1 -0
- package/dist/theme/recipes/icon-button.js +91 -0
- package/dist/theme/recipes/icon-button.js.map +1 -0
- package/dist/theme/recipes/icon.cjs +2 -0
- package/dist/theme/recipes/icon.cjs.map +1 -0
- package/dist/theme/recipes/icon.js +44 -0
- package/dist/theme/recipes/icon.js.map +1 -0
- package/dist/theme/recipes/illustration.cjs +2 -0
- package/dist/theme/recipes/illustration.cjs.map +1 -0
- package/dist/theme/recipes/illustration.js +50 -0
- package/dist/theme/recipes/illustration.js.map +1 -0
- package/dist/theme/recipes/index.cjs +2 -0
- package/dist/theme/recipes/index.cjs.map +1 -0
- package/dist/theme/recipes/index.js +129 -0
- package/dist/theme/recipes/index.js.map +1 -0
- package/dist/theme/recipes/input-addon.cjs +2 -0
- package/dist/theme/recipes/input-addon.cjs.map +1 -0
- package/dist/theme/recipes/input-addon.js +27 -0
- package/dist/theme/recipes/input-addon.js.map +1 -0
- package/dist/theme/recipes/input-group.cjs +2 -0
- package/dist/theme/recipes/input-group.cjs.map +1 -0
- package/dist/theme/recipes/input-group.js +52 -0
- package/dist/theme/recipes/input-group.js.map +1 -0
- package/dist/theme/recipes/input.cjs +2 -0
- package/dist/theme/recipes/input.cjs.map +1 -0
- package/dist/theme/recipes/input.js +64 -0
- package/dist/theme/recipes/input.js.map +1 -0
- package/dist/theme/recipes/menu.cjs +2 -0
- package/dist/theme/recipes/menu.cjs.map +1 -0
- package/dist/theme/recipes/menu.js +102 -0
- package/dist/theme/recipes/menu.js.map +1 -0
- package/dist/theme/recipes/pagination.cjs +2 -0
- package/dist/theme/recipes/pagination.cjs.map +1 -0
- package/dist/theme/recipes/pagination.js +73 -0
- package/dist/theme/recipes/pagination.js.map +1 -0
- package/dist/theme/recipes/phone-number-input.cjs +2 -0
- package/dist/theme/recipes/phone-number-input.cjs.map +1 -0
- package/dist/theme/recipes/phone-number-input.js +68 -0
- package/dist/theme/recipes/phone-number-input.js.map +1 -0
- package/dist/theme/recipes/popover.cjs +2 -0
- package/dist/theme/recipes/popover.cjs.map +1 -0
- package/dist/theme/recipes/popover.js +30 -0
- package/dist/theme/recipes/popover.js.map +1 -0
- package/dist/theme/recipes/radio-button-group.cjs +2 -0
- package/dist/theme/recipes/radio-button-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-button-group.js +97 -0
- package/dist/theme/recipes/radio-button-group.js.map +1 -0
- package/dist/theme/recipes/radio-card-group.cjs +2 -0
- package/dist/theme/recipes/radio-card-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-card-group.js +70 -0
- package/dist/theme/recipes/radio-card-group.js.map +1 -0
- package/dist/theme/recipes/radio-group.cjs +2 -0
- package/dist/theme/recipes/radio-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-group.js +121 -0
- package/dist/theme/recipes/radio-group.js.map +1 -0
- package/dist/theme/recipes/select-language.cjs +2 -0
- package/dist/theme/recipes/select-language.cjs.map +1 -0
- package/dist/theme/recipes/select-language.js +115 -0
- package/dist/theme/recipes/select-language.js.map +1 -0
- package/dist/theme/recipes/select.cjs +2 -0
- package/dist/theme/recipes/select.cjs.map +1 -0
- package/dist/theme/recipes/select.js +209 -0
- package/dist/theme/recipes/select.js.map +1 -0
- package/dist/theme/recipes/status-tag-select.cjs +2 -0
- package/dist/theme/recipes/status-tag-select.cjs.map +1 -0
- package/dist/theme/recipes/status-tag-select.js +177 -0
- package/dist/theme/recipes/status-tag-select.js.map +1 -0
- package/dist/theme/recipes/switch-card.cjs +2 -0
- package/dist/theme/recipes/switch-card.cjs.map +1 -0
- package/dist/theme/recipes/switch-card.js +44 -0
- package/dist/theme/recipes/switch-card.js.map +1 -0
- package/dist/theme/recipes/switch.cjs +2 -0
- package/dist/theme/recipes/switch.cjs.map +1 -0
- package/dist/theme/recipes/switch.js +90 -0
- package/dist/theme/recipes/switch.js.map +1 -0
- package/dist/theme/recipes/table-container.cjs +2 -0
- package/dist/theme/recipes/table-container.cjs.map +1 -0
- package/dist/theme/recipes/table-container.js +21 -0
- package/dist/theme/recipes/table-container.js.map +1 -0
- package/dist/theme/recipes/table-empty-row.cjs +2 -0
- package/dist/theme/recipes/table-empty-row.cjs.map +1 -0
- package/dist/theme/recipes/table-empty-row.js +19 -0
- package/dist/theme/recipes/table-empty-row.js.map +1 -0
- package/dist/theme/recipes/table-group-title.cjs +2 -0
- package/dist/theme/recipes/table-group-title.cjs.map +1 -0
- package/dist/theme/recipes/table-group-title.js +36 -0
- package/dist/theme/recipes/table-group-title.js.map +1 -0
- package/dist/theme/recipes/table.cjs +2 -0
- package/dist/theme/recipes/table.cjs.map +1 -0
- package/dist/theme/recipes/table.js +111 -0
- package/dist/theme/recipes/table.js.map +1 -0
- package/dist/theme/recipes/tabs-chip.cjs +2 -0
- package/dist/theme/recipes/tabs-chip.cjs.map +1 -0
- package/dist/theme/recipes/tabs-chip.js +49 -0
- package/dist/theme/recipes/tabs-chip.js.map +1 -0
- package/dist/theme/recipes/tabs.cjs +2 -0
- package/dist/theme/recipes/tabs.cjs.map +1 -0
- package/dist/theme/recipes/tabs.js +128 -0
- package/dist/theme/recipes/tabs.js.map +1 -0
- package/dist/theme/recipes/tag.cjs +2 -0
- package/dist/theme/recipes/tag.cjs.map +1 -0
- package/dist/theme/recipes/tag.js +124 -0
- package/dist/theme/recipes/tag.js.map +1 -0
- package/dist/theme/recipes/text.cjs +2 -0
- package/dist/theme/recipes/text.cjs.map +1 -0
- package/dist/theme/recipes/text.js +40 -0
- package/dist/theme/recipes/text.js.map +1 -0
- package/dist/theme/recipes/textarea.cjs +2 -0
- package/dist/theme/recipes/textarea.cjs.map +1 -0
- package/dist/theme/recipes/textarea.js +16 -0
- package/dist/theme/recipes/textarea.js.map +1 -0
- package/dist/theme/recipes/tooltip.cjs +2 -0
- package/dist/theme/recipes/tooltip.cjs.map +1 -0
- package/dist/theme/recipes/tooltip.js +64 -0
- package/dist/theme/recipes/tooltip.js.map +1 -0
- package/dist/theme/semantic-tokens/colors.cjs +2 -0
- package/dist/theme/semantic-tokens/colors.cjs.map +1 -0
- package/dist/theme/semantic-tokens/colors.js +143 -0
- package/dist/theme/semantic-tokens/colors.js.map +1 -0
- package/dist/theme/semantic-tokens/index.cjs +2 -0
- package/dist/theme/semantic-tokens/index.cjs.map +1 -0
- package/dist/theme/semantic-tokens/index.js +9 -0
- package/dist/theme/semantic-tokens/index.js.map +1 -0
- package/dist/theme/text-styles.cjs +2 -0
- package/dist/theme/text-styles.cjs.map +1 -0
- package/dist/theme/text-styles.js +90 -0
- package/dist/theme/text-styles.js.map +1 -0
- package/dist/theme/tokens/animations.cjs +2 -0
- package/dist/theme/tokens/animations.cjs.map +1 -0
- package/dist/theme/tokens/animations.js +48 -0
- package/dist/theme/tokens/animations.js.map +1 -0
- package/dist/theme/tokens/aspect-ratios.cjs +2 -0
- package/dist/theme/tokens/aspect-ratios.cjs.map +1 -0
- package/dist/theme/tokens/aspect-ratios.js +14 -0
- package/dist/theme/tokens/aspect-ratios.js.map +1 -0
- package/dist/theme/tokens/blurs.cjs +2 -0
- package/dist/theme/tokens/blurs.cjs.map +1 -0
- package/dist/theme/tokens/blurs.js +15 -0
- package/dist/theme/tokens/blurs.js.map +1 -0
- package/dist/theme/tokens/borders.cjs +2 -0
- package/dist/theme/tokens/borders.cjs.map +1 -0
- package/dist/theme/tokens/borders.js +11 -0
- package/dist/theme/tokens/borders.js.map +1 -0
- package/dist/theme/tokens/colors.cjs +2 -0
- package/dist/theme/tokens/colors.cjs.map +1 -0
- package/dist/theme/tokens/colors.js +80 -0
- package/dist/theme/tokens/colors.js.map +1 -0
- package/dist/theme/tokens/durations.cjs +2 -0
- package/dist/theme/tokens/durations.cjs.map +1 -0
- package/dist/theme/tokens/durations.js +15 -0
- package/dist/theme/tokens/durations.js.map +1 -0
- package/dist/theme/tokens/easings.cjs +51 -0
- package/dist/theme/tokens/easings.cjs.map +1 -0
- package/dist/theme/tokens/easings.js +95 -0
- package/dist/theme/tokens/easings.js.map +1 -0
- package/dist/theme/tokens/index.cjs +2 -0
- package/dist/theme/tokens/index.cjs.map +1 -0
- package/dist/theme/tokens/index.js +37 -0
- package/dist/theme/tokens/index.js.map +1 -0
- package/dist/theme/tokens/radii.cjs +2 -0
- package/dist/theme/tokens/radii.cjs.map +1 -0
- package/dist/theme/tokens/radii.js +29 -0
- package/dist/theme/tokens/radii.js.map +1 -0
- package/dist/theme/tokens/shadows.cjs +2 -0
- package/dist/theme/tokens/shadows.cjs.map +1 -0
- package/dist/theme/tokens/shadows.js +15 -0
- package/dist/theme/tokens/shadows.js.map +1 -0
- package/dist/theme/tokens/sizes.cjs +2 -0
- package/dist/theme/tokens/sizes.cjs.map +1 -0
- package/dist/theme/tokens/sizes.js +87 -0
- package/dist/theme/tokens/sizes.js.map +1 -0
- package/dist/theme/tokens/spacing.cjs +2 -0
- package/dist/theme/tokens/spacing.cjs.map +1 -0
- package/dist/theme/tokens/spacing.js +86 -0
- package/dist/theme/tokens/spacing.js.map +1 -0
- package/dist/theme/tokens/typography.cjs +2 -0
- package/dist/theme/tokens/typography.cjs.map +1 -0
- package/dist/theme/tokens/typography.js +87 -0
- package/dist/theme/tokens/typography.js.map +1 -0
- package/dist/theme/tokens/z-index.cjs +2 -0
- package/dist/theme/tokens/z-index.cjs.map +1 -0
- package/dist/theme/tokens/z-index.js +44 -0
- package/dist/theme/tokens/z-index.js.map +1 -0
- package/dist/theme/utilities.cjs +2 -0
- package/dist/theme/utilities.cjs.map +1 -0
- package/dist/theme/utilities.js +17 -0
- package/dist/theme/utilities.js.map +1 -0
- package/dist/utils/slots.cjs +2 -0
- package/dist/utils/slots.cjs.map +1 -0
- package/dist/utils/slots.js +42 -0
- package/dist/utils/slots.js.map +1 -0
- package/package.json +18 -7
- package/dist/icons.cjs.map +0 -1
- package/dist/icons.js.map +0 -1
- package/dist/ui.cjs +0 -79
- package/dist/ui.cjs.map +0 -1
- package/dist/ui.js.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),o=require("@stokelp/styled-system/jsx"),n=require("@stokelp/styled-system/recipes"),i=require("react"),u=t=>{const{as:e="p",...s}=t,r=i.useMemo(()=>o.styled(e,n.text),[e]);return c.jsx(r,{...s})};exports.Text=u;
|
|
2
|
+
//# sourceMappingURL=Text.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.cjs","sources":["../../../src/components/text/Text.tsx"],"sourcesContent":["import { styled } from '@stokelp/styled-system/jsx'\nimport { text, type TextVariantProps } from '@stokelp/styled-system/recipes'\nimport { type HTMLStyledProps, type StyledComponent } from '@stokelp/styled-system/types'\nimport { useMemo } from 'react'\n\ntype As = 'p' | 'span' | 'div' | 'label' | 'pre'\n\nexport type TextProps = {\n as?: As\n} & TextVariantProps &\n HTMLStyledProps<As>\n\nexport const Text = (props: TextProps) => {\n const { as = 'p', ...localProps } = props\n const Dynamic = useMemo(() => styled(as, text) as StyledComponent<As>, [as])\n\n return <Dynamic {...localProps} />\n}\n"],"names":["Text","props","as","localProps","Dynamic","useMemo","styled","text","jsx"],"mappings":"yOAYaA,EAAQC,GAAqB,CACxC,KAAM,CAAE,GAAAC,EAAK,IAAK,GAAGC,GAAeF,EAC9BG,EAAUC,EAAAA,QAAQ,IAAMC,EAAAA,OAAOJ,EAAIK,MAAI,EAA0B,CAACL,CAAE,CAAC,EAE3E,OAAOM,MAACJ,EAAA,CAAS,GAAGD,CAAA,CAAY,CAClC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { styled as s } from "@stokelp/styled-system/jsx";
|
|
4
|
+
import { text as p } from "@stokelp/styled-system/recipes";
|
|
5
|
+
import { useMemo as c } from "react";
|
|
6
|
+
const x = (t) => {
|
|
7
|
+
const { as: o = "p", ...r } = t, m = c(() => s(o, p), [o]);
|
|
8
|
+
return /* @__PURE__ */ e(m, { ...r });
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
x as Text
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=Text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.js","sources":["../../../src/components/text/Text.tsx"],"sourcesContent":["import { styled } from '@stokelp/styled-system/jsx'\nimport { text, type TextVariantProps } from '@stokelp/styled-system/recipes'\nimport { type HTMLStyledProps, type StyledComponent } from '@stokelp/styled-system/types'\nimport { useMemo } from 'react'\n\ntype As = 'p' | 'span' | 'div' | 'label' | 'pre'\n\nexport type TextProps = {\n as?: As\n} & TextVariantProps &\n HTMLStyledProps<As>\n\nexport const Text = (props: TextProps) => {\n const { as = 'p', ...localProps } = props\n const Dynamic = useMemo(() => styled(as, text) as StyledComponent<As>, [as])\n\n return <Dynamic {...localProps} />\n}\n"],"names":["Text","props","as","localProps","Dynamic","useMemo","styled","text","jsx"],"mappings":";;;;;AAYO,MAAMA,IAAO,CAACC,MAAqB;AACxC,QAAM,EAAE,IAAAC,IAAK,KAAK,GAAGC,MAAeF,GAC9BG,IAAUC,EAAQ,MAAMC,EAAOJ,GAAIK,CAAI,GAA0B,CAACL,CAAE,CAAC;AAE3E,SAAO,gBAAAM,EAACJ,GAAA,EAAS,GAAGD,EAAA,CAAY;AAClC;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@ark-ui/react"),t=require("@stokelp/styled-system/jsx"),r=require("@stokelp/styled-system/recipes"),a=t.styled(e.ark.textarea,r.textarea);exports.Textarea=a;
|
|
2
|
+
//# sourceMappingURL=Textarea.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.cjs","sources":["../../../src/components/textarea/Textarea.tsx"],"sourcesContent":["import { ark } from '@ark-ui/react'\nimport type { ComponentProps } from 'react'\nimport { styled } from '@stokelp/styled-system/jsx'\nimport { textarea } from '@stokelp/styled-system/recipes'\n\nexport const Textarea = styled(ark.textarea, textarea)\nexport interface TextareaProps extends ComponentProps<typeof Textarea> {}\n"],"names":["Textarea","styled","ark","textarea"],"mappings":"kNAKaA,EAAWC,EAAAA,OAAOC,MAAI,SAAUC,EAAAA,QAAQ"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { ark as t } from "@ark-ui/react";
|
|
3
|
+
import { styled as r } from "@stokelp/styled-system/jsx";
|
|
4
|
+
import { textarea as e } from "@stokelp/styled-system/recipes";
|
|
5
|
+
const i = r(t.textarea, e);
|
|
6
|
+
export {
|
|
7
|
+
i as Textarea
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Textarea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.js","sources":["../../../src/components/textarea/Textarea.tsx"],"sourcesContent":["import { ark } from '@ark-ui/react'\nimport type { ComponentProps } from 'react'\nimport { styled } from '@stokelp/styled-system/jsx'\nimport { textarea } from '@stokelp/styled-system/recipes'\n\nexport const Textarea = styled(ark.textarea, textarea)\nexport interface TextareaProps extends ComponentProps<typeof Textarea> {}\n"],"names":["Textarea","styled","ark","textarea"],"mappings":";;;;AAKO,MAAMA,IAAWC,EAAOC,EAAI,UAAUC,CAAQ;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),e=require("@ark-ui/react"),i=require("react"),o=require("@stokelp/styled-system/jsx"),y=require("@stokelp/styled-system/recipes"),g=require("../../utils/slots.cjs"),{withProvider:j,withContext:s}=g.createStyleContext(y.tooltip),P=j(o.styled(e.Tooltip.Root),void 0,{defaultProps:{closeDelay:50,closeOnPointerDown:!1,interactive:!1,lazyMount:!0,openDelay:200,unmountOnExit:!0}}),m=s(o.styled(e.Tooltip.Arrow),"arrow"),v=s(o.styled(e.Tooltip.ArrowTip),"arrowTip"),C=s(o.styled(e.Tooltip.Content),"content"),q=s(o.styled(e.Tooltip.Positioner),"positioner"),E=s(o.styled(e.Tooltip.Trigger),"trigger"),R=({label:p,children:n,withArrow:a=!0,displayOnTruncate:l=!1,...T})=>{const[f,d]=o.splitCssProps(T),c=i.useRef(null),[w,h]=i.useState(!1),x=i.isValidElement(n)&&l?i.cloneElement(n,{ref:c}):n,u=()=>{const r=c.current;r&&h(r.scrollWidth>r.clientWidth||r.scrollHeight>r.clientHeight)};return i.useLayoutEffect(()=>{if(l&&(u(),typeof window<"u"))return window?.addEventListener("resize",u),()=>{window?.removeEventListener("resize",u)}},[c?.current?.textContent]),t.jsxs(P,{...d,disabled:l?!w:d.disabled,children:[t.jsx(E,{asChild:!0,children:x}),t.jsx(e.Portal,{children:t.jsx(q,{children:t.jsxs(C,{...f,children:[a?t.jsx(m,{children:t.jsx(v,{})}):null,p]})})})]})};exports.Tooltip=R;
|
|
2
|
+
//# sourceMappingURL=Tooltip.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.cjs","sources":["../../../src/components/tooltip/Tooltip.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport { Tooltip as ArkTooltip, Portal } from '@ark-ui/react'\nimport { cloneElement, ComponentProps, FC, isValidElement, ReactNode, useLayoutEffect, useRef, useState } from 'react'\nimport { styled, splitCssProps } from '@stokelp/styled-system/jsx'\nimport { tooltip } from '@stokelp/styled-system/recipes'\nimport { createStyleContext } from '~/utils/slots'\n\nconst { withProvider, withContext } = createStyleContext(tooltip)\n\nconst TooltipRoot = withProvider(styled(ArkTooltip.Root), undefined, {\n defaultProps: {\n closeDelay: 50,\n closeOnPointerDown: false,\n interactive: false,\n lazyMount: true,\n openDelay: 200,\n unmountOnExit: true,\n },\n})\nconst TooltipArrow = withContext(styled(ArkTooltip.Arrow), 'arrow')\nconst TooltipArrowTip = withContext(styled(ArkTooltip.ArrowTip), 'arrowTip')\nconst TooltipContent = withContext(styled(ArkTooltip.Content), 'content')\nconst TooltipPositioner = withContext(styled(ArkTooltip.Positioner), 'positioner')\nconst TooltipTrigger = withContext(styled(ArkTooltip.Trigger), 'trigger')\n\ninterface TooltipRootProps extends ComponentProps<typeof TooltipRoot> {}\n\nexport interface TooltipProps extends TooltipRootProps {\n label: ReactNode\n withArrow?: boolean\n displayOnTruncate?: boolean\n}\n\nexport const Tooltip: FC<TooltipProps> = ({\n label,\n children,\n withArrow = true,\n displayOnTruncate = false,\n ...rest\n}) => {\n const [cssProps, rootProps] = splitCssProps(rest)\n const ref = useRef<HTMLDivElement>(null)\n const [isTruncated, setIsTruncated] = useState(false)\n const child = isValidElement(children) && displayOnTruncate ? cloneElement(children as any, { ref }) : children\n\n const checkTruncation = () => {\n const element = ref.current\n if (element) {\n setIsTruncated(element.scrollWidth > element.clientWidth || element.scrollHeight > element.clientHeight)\n }\n }\n\n useLayoutEffect(() => {\n if (!displayOnTruncate) return\n checkTruncation()\n if (typeof window !== 'undefined') {\n window?.addEventListener('resize', checkTruncation)\n return () => {\n window?.removeEventListener('resize', checkTruncation)\n }\n }\n }, [ref?.current?.textContent])\n\n return (\n <TooltipRoot {...rootProps} disabled={displayOnTruncate ? !isTruncated : rootProps.disabled}>\n <TooltipTrigger asChild>{child}</TooltipTrigger>\n <Portal>\n <TooltipPositioner>\n <TooltipContent {...cssProps}>\n {withArrow ? (\n <TooltipArrow>\n <TooltipArrowTip />\n </TooltipArrow>\n ) : null}\n {label}\n </TooltipContent>\n </TooltipPositioner>\n </Portal>\n </TooltipRoot>\n )\n}\n"],"names":["withProvider","withContext","createStyleContext","tooltip","TooltipRoot","styled","ArkTooltip","TooltipArrow","TooltipArrowTip","TooltipContent","TooltipPositioner","TooltipTrigger","Tooltip","label","children","withArrow","displayOnTruncate","rest","cssProps","rootProps","splitCssProps","ref","useRef","isTruncated","setIsTruncated","useState","child","isValidElement","cloneElement","checkTruncation","element","useLayoutEffect","jsxs","jsx","Portal"],"mappings":"uSAOM,CAAE,aAAAA,EAAc,YAAAC,GAAgBC,EAAAA,mBAAmBC,EAAAA,OAAO,EAE1DC,EAAcJ,EAAaK,EAAAA,OAAOC,EAAAA,QAAW,IAAI,EAAG,OAAW,CACnE,aAAc,CACZ,WAAY,GACZ,mBAAoB,GACpB,YAAa,GACb,UAAW,GACX,UAAW,IACX,cAAe,EAAA,CAEnB,CAAC,EACKC,EAAeN,EAAYI,EAAAA,OAAOC,EAAAA,QAAW,KAAK,EAAG,OAAO,EAC5DE,EAAkBP,EAAYI,EAAAA,OAAOC,EAAAA,QAAW,QAAQ,EAAG,UAAU,EACrEG,EAAiBR,EAAYI,EAAAA,OAAOC,EAAAA,QAAW,OAAO,EAAG,SAAS,EAClEI,EAAoBT,EAAYI,EAAAA,OAAOC,EAAAA,QAAW,UAAU,EAAG,YAAY,EAC3EK,EAAiBV,EAAYI,EAAAA,OAAOC,EAAAA,QAAW,OAAO,EAAG,SAAS,EAU3DM,EAA4B,CAAC,CACxC,MAAAC,EACA,SAAAC,EACA,UAAAC,EAAY,GACZ,kBAAAC,EAAoB,GACpB,GAAGC,CACL,IAAM,CACJ,KAAM,CAACC,EAAUC,CAAS,EAAIC,EAAAA,cAAcH,CAAI,EAC1CI,EAAMC,EAAAA,OAAuB,IAAI,EACjC,CAACC,EAAaC,CAAc,EAAIC,EAAAA,SAAS,EAAK,EAC9CC,EAAQC,iBAAeb,CAAQ,GAAKE,EAAoBY,EAAAA,aAAad,EAAiB,CAAE,IAAAO,CAAA,CAAK,EAAIP,EAEjGe,EAAkB,IAAM,CAC5B,MAAMC,EAAUT,EAAI,QAChBS,GACFN,EAAeM,EAAQ,YAAcA,EAAQ,aAAeA,EAAQ,aAAeA,EAAQ,YAAY,CAE3G,EAEAC,OAAAA,EAAAA,gBAAgB,IAAM,CACpB,GAAKf,IACLa,EAAA,EACI,OAAO,OAAW,KACpB,eAAQ,iBAAiB,SAAUA,CAAe,EAC3C,IAAM,CACX,QAAQ,oBAAoB,SAAUA,CAAe,CACvD,CAEJ,EAAG,CAACR,GAAK,SAAS,WAAW,CAAC,EAG5BW,OAAC5B,GAAa,GAAGe,EAAW,SAAUH,EAAoB,CAACO,EAAcJ,EAAU,SACjF,SAAA,CAAAc,EAAAA,IAACtB,EAAA,CAAe,QAAO,GAAE,SAAAe,EAAM,QAC9BQ,EAAAA,OAAA,CACC,SAAAD,EAAAA,IAACvB,GACC,SAAAsB,EAAAA,KAACvB,EAAA,CAAgB,GAAGS,EACjB,SAAA,CAAAH,EACCkB,EAAAA,IAAC1B,EAAA,CACC,SAAA0B,EAAAA,IAACzB,EAAA,CAAA,CAAgB,EACnB,EACE,KACHK,CAAA,CAAA,CACH,EACF,CAAA,CACF,CAAA,EACF,CAEJ"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import { Portal as P, Tooltip as t } from "@ark-ui/react";
|
|
4
|
+
import { useRef as g, useState as x, isValidElement as C, cloneElement as v, useLayoutEffect as E } from "react";
|
|
5
|
+
import { splitCssProps as y, styled as o } from "@stokelp/styled-system/jsx";
|
|
6
|
+
import { tooltip as A } from "@stokelp/styled-system/recipes";
|
|
7
|
+
import { createStyleContext as z } from "../../utils/slots.js";
|
|
8
|
+
const { withProvider: D, withContext: i } = z(A), L = D(o(t.Root), void 0, {
|
|
9
|
+
defaultProps: {
|
|
10
|
+
closeDelay: 50,
|
|
11
|
+
closeOnPointerDown: !1,
|
|
12
|
+
interactive: !1,
|
|
13
|
+
lazyMount: !0,
|
|
14
|
+
openDelay: 200,
|
|
15
|
+
unmountOnExit: !0
|
|
16
|
+
}
|
|
17
|
+
}), R = i(o(t.Arrow), "arrow"), b = i(o(t.ArrowTip), "arrowTip"), j = i(o(t.Content), "content"), H = i(o(t.Positioner), "positioner"), S = i(o(t.Trigger), "trigger"), q = ({
|
|
18
|
+
label: u,
|
|
19
|
+
children: n,
|
|
20
|
+
withArrow: a = !0,
|
|
21
|
+
displayOnTruncate: s = !1,
|
|
22
|
+
...f
|
|
23
|
+
}) => {
|
|
24
|
+
const [m, p] = y(f), l = g(null), [w, T] = x(!1), h = C(n) && s ? v(n, { ref: l }) : n, c = () => {
|
|
25
|
+
const e = l.current;
|
|
26
|
+
e && T(e.scrollWidth > e.clientWidth || e.scrollHeight > e.clientHeight);
|
|
27
|
+
};
|
|
28
|
+
return E(() => {
|
|
29
|
+
if (s && (c(), typeof window < "u"))
|
|
30
|
+
return window?.addEventListener("resize", c), () => {
|
|
31
|
+
window?.removeEventListener("resize", c);
|
|
32
|
+
};
|
|
33
|
+
}, [l?.current?.textContent]), /* @__PURE__ */ d(L, { ...p, disabled: s ? !w : p.disabled, children: [
|
|
34
|
+
/* @__PURE__ */ r(S, { asChild: !0, children: h }),
|
|
35
|
+
/* @__PURE__ */ r(P, { children: /* @__PURE__ */ r(H, { children: /* @__PURE__ */ d(j, { ...m, children: [
|
|
36
|
+
a ? /* @__PURE__ */ r(R, { children: /* @__PURE__ */ r(b, {}) }) : null,
|
|
37
|
+
u
|
|
38
|
+
] }) }) })
|
|
39
|
+
] });
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
q as Tooltip
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=Tooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.js","sources":["../../../src/components/tooltip/Tooltip.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport { Tooltip as ArkTooltip, Portal } from '@ark-ui/react'\nimport { cloneElement, ComponentProps, FC, isValidElement, ReactNode, useLayoutEffect, useRef, useState } from 'react'\nimport { styled, splitCssProps } from '@stokelp/styled-system/jsx'\nimport { tooltip } from '@stokelp/styled-system/recipes'\nimport { createStyleContext } from '~/utils/slots'\n\nconst { withProvider, withContext } = createStyleContext(tooltip)\n\nconst TooltipRoot = withProvider(styled(ArkTooltip.Root), undefined, {\n defaultProps: {\n closeDelay: 50,\n closeOnPointerDown: false,\n interactive: false,\n lazyMount: true,\n openDelay: 200,\n unmountOnExit: true,\n },\n})\nconst TooltipArrow = withContext(styled(ArkTooltip.Arrow), 'arrow')\nconst TooltipArrowTip = withContext(styled(ArkTooltip.ArrowTip), 'arrowTip')\nconst TooltipContent = withContext(styled(ArkTooltip.Content), 'content')\nconst TooltipPositioner = withContext(styled(ArkTooltip.Positioner), 'positioner')\nconst TooltipTrigger = withContext(styled(ArkTooltip.Trigger), 'trigger')\n\ninterface TooltipRootProps extends ComponentProps<typeof TooltipRoot> {}\n\nexport interface TooltipProps extends TooltipRootProps {\n label: ReactNode\n withArrow?: boolean\n displayOnTruncate?: boolean\n}\n\nexport const Tooltip: FC<TooltipProps> = ({\n label,\n children,\n withArrow = true,\n displayOnTruncate = false,\n ...rest\n}) => {\n const [cssProps, rootProps] = splitCssProps(rest)\n const ref = useRef<HTMLDivElement>(null)\n const [isTruncated, setIsTruncated] = useState(false)\n const child = isValidElement(children) && displayOnTruncate ? cloneElement(children as any, { ref }) : children\n\n const checkTruncation = () => {\n const element = ref.current\n if (element) {\n setIsTruncated(element.scrollWidth > element.clientWidth || element.scrollHeight > element.clientHeight)\n }\n }\n\n useLayoutEffect(() => {\n if (!displayOnTruncate) return\n checkTruncation()\n if (typeof window !== 'undefined') {\n window?.addEventListener('resize', checkTruncation)\n return () => {\n window?.removeEventListener('resize', checkTruncation)\n }\n }\n }, [ref?.current?.textContent])\n\n return (\n <TooltipRoot {...rootProps} disabled={displayOnTruncate ? !isTruncated : rootProps.disabled}>\n <TooltipTrigger asChild>{child}</TooltipTrigger>\n <Portal>\n <TooltipPositioner>\n <TooltipContent {...cssProps}>\n {withArrow ? (\n <TooltipArrow>\n <TooltipArrowTip />\n </TooltipArrow>\n ) : null}\n {label}\n </TooltipContent>\n </TooltipPositioner>\n </Portal>\n </TooltipRoot>\n )\n}\n"],"names":["withProvider","withContext","createStyleContext","tooltip","TooltipRoot","styled","ArkTooltip","TooltipArrow","TooltipArrowTip","TooltipContent","TooltipPositioner","TooltipTrigger","Tooltip","label","children","withArrow","displayOnTruncate","rest","cssProps","rootProps","splitCssProps","ref","useRef","isTruncated","setIsTruncated","useState","child","isValidElement","cloneElement","checkTruncation","element","useLayoutEffect","jsxs","jsx","Portal"],"mappings":";;;;;;;AAOA,MAAM,EAAE,cAAAA,GAAc,aAAAC,MAAgBC,EAAmBC,CAAO,GAE1DC,IAAcJ,EAAaK,EAAOC,EAAW,IAAI,GAAG,QAAW;AAAA,EACnE,cAAc;AAAA,IACZ,YAAY;AAAA,IACZ,oBAAoB;AAAA,IACpB,aAAa;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,eAAe;AAAA,EAAA;AAEnB,CAAC,GACKC,IAAeN,EAAYI,EAAOC,EAAW,KAAK,GAAG,OAAO,GAC5DE,IAAkBP,EAAYI,EAAOC,EAAW,QAAQ,GAAG,UAAU,GACrEG,IAAiBR,EAAYI,EAAOC,EAAW,OAAO,GAAG,SAAS,GAClEI,IAAoBT,EAAYI,EAAOC,EAAW,UAAU,GAAG,YAAY,GAC3EK,IAAiBV,EAAYI,EAAOC,EAAW,OAAO,GAAG,SAAS,GAU3DM,IAA4B,CAAC;AAAA,EACxC,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC,IAAY;AAAA,EACZ,mBAAAC,IAAoB;AAAA,EACpB,GAAGC;AACL,MAAM;AACJ,QAAM,CAACC,GAAUC,CAAS,IAAIC,EAAcH,CAAI,GAC1CI,IAAMC,EAAuB,IAAI,GACjC,CAACC,GAAaC,CAAc,IAAIC,EAAS,EAAK,GAC9CC,IAAQC,EAAeb,CAAQ,KAAKE,IAAoBY,EAAad,GAAiB,EAAE,KAAAO,EAAA,CAAK,IAAIP,GAEjGe,IAAkB,MAAM;AAC5B,UAAMC,IAAUT,EAAI;AACpB,IAAIS,KACFN,EAAeM,EAAQ,cAAcA,EAAQ,eAAeA,EAAQ,eAAeA,EAAQ,YAAY;AAAA,EAE3G;AAEA,SAAAC,EAAgB,MAAM;AACpB,QAAKf,MACLa,EAAA,GACI,OAAO,SAAW;AACpB,qBAAQ,iBAAiB,UAAUA,CAAe,GAC3C,MAAM;AACX,gBAAQ,oBAAoB,UAAUA,CAAe;AAAA,MACvD;AAAA,EAEJ,GAAG,CAACR,GAAK,SAAS,WAAW,CAAC,GAG5B,gBAAAW,EAAC5B,KAAa,GAAGe,GAAW,UAAUH,IAAoB,CAACO,IAAcJ,EAAU,UACjF,UAAA;AAAA,IAAA,gBAAAc,EAACtB,GAAA,EAAe,SAAO,IAAE,UAAAe,GAAM;AAAA,sBAC9BQ,GAAA,EACC,UAAA,gBAAAD,EAACvB,KACC,UAAA,gBAAAsB,EAACvB,GAAA,EAAgB,GAAGS,GACjB,UAAA;AAAA,MAAAH,IACC,gBAAAkB,EAAC1B,GAAA,EACC,UAAA,gBAAA0B,EAACzB,GAAA,CAAA,CAAgB,GACnB,IACE;AAAA,MACHK;AAAA,IAAA,EAAA,CACH,GACF,EAAA,CACF;AAAA,EAAA,GACF;AAEJ;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),L=require("react"),e=n=>L.forwardRef((o,t)=>L.cloneElement(n,{height:void 0,ref:t,width:void 0,...o})),l=e(C.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M20.1 11.1H17.247L19.533 8.814C19.884 8.463 19.884 7.896 19.533 7.545C19.182 7.194 18.606 7.194 18.255 7.545L14.7 11.1H12.9V9.3L16.455 5.745C16.806 5.394 16.806 4.818 16.455 4.467C16.104 4.116 15.537 4.116 15.186 4.467L12.9 6.753V3.9C12.9 3.405 12.495 3 12 3C11.505 3 11.1 3.405 11.1 3.9V6.753L8.814 4.467C8.463 4.116 7.896 4.116 7.545 4.467C7.194 4.818 7.194 5.394 7.545 5.745L11.1 9.3V11.1H9.3L5.745 7.545C5.394 7.194 4.818 7.194 4.467 7.545C4.116 7.896 4.116 8.463 4.467 8.814L6.753 11.1H3.9C3.405 11.1 3 11.505 3 12C3 12.495 3.405 12.9 3.9 12.9H6.753L4.467 15.186C4.116 15.537 4.116 16.104 4.467 16.455C4.818 16.806 5.394 16.806 5.745 16.455L9.3 12.9H11.1V14.7L7.545 18.255C7.194 18.606 7.194 19.182 7.545 19.533C7.896 19.884 8.463 19.884 8.814 19.533L11.1 17.247V20.1C11.1 20.595 11.505 21 12 21C12.495 21 12.9 20.595 12.9 20.1V17.247L15.186 19.533C15.537 19.884 16.104 19.884 16.455 19.533C16.806 19.182 16.806 18.606 16.455 18.255L12.9 14.7V12.9H14.7L18.255 16.455C18.606 16.806 19.182 16.806 19.533 16.455C19.884 16.104 19.884 15.537 19.533 15.186L17.247 12.9H20.1C20.595 12.9 21 12.495 21 12C21 11.505 20.595 11.1 20.1 11.1Z",fill:"currentColor"})})),i=e(C.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M18.5632 8.65C18.1248 9.1 17.6215 9.44167 17.0533 9.675C16.485 9.90833 15.9168 10.025 15.3486 10.025C14.7803 10.025 14.2202 9.91267 13.6682 9.688C13.1162 9.46267 12.621 9.11667 12.1826 8.65L10.3562 6.775C10.1126 6.525 9.83663 6.33733 9.52816 6.212C9.21969 6.08733 8.90309 6.025 8.57839 6.025C8.25368 6.025 7.93709 6.08733 7.62861 6.212C7.32014 6.33733 7.04414 6.525 6.80061 6.775L5.68037 7.925C5.48554 8.125 5.25402 8.225 4.98581 8.225C4.71825 8.225 4.48706 8.125 4.29224 7.925C4.09741 7.725 4 7.48767 4 7.213C4 6.93767 4.09741 6.7 4.29224 6.5L5.41248 5.35C5.85084 4.9 6.34602 4.56233 6.89802 4.337C7.45003 4.11233 8.01015 4 8.57839 4C9.14663 4 9.70285 4.11233 10.2471 4.337C10.7906 4.56233 11.2816 4.9 11.7199 5.35L13.5464 7.225C13.8062 7.49167 14.0903 7.68733 14.3988 7.812C14.7073 7.93733 15.0238 8 15.3486 8C15.6733 8 15.9941 7.93733 16.311 7.812C16.6273 7.68733 16.9153 7.49167 17.175 7.225L18.3196 6.05C18.5145 5.85 18.7457 5.75 19.0132 5.75C19.2814 5.75 19.5129 5.85 19.7078 6.05C19.9026 6.25 20 6.48733 20 6.762C20 7.03733 19.9026 7.275 19.7078 7.475L18.5632 8.65ZM18.5632 13.65C18.1248 14.1 17.6254 14.4373 17.065 14.662C16.5052 14.8873 15.9411 15 15.3729 15C14.8047 15 14.2406 14.8873 13.6809 14.662C13.1204 14.4373 12.621 14.1 12.1826 13.65L10.3562 11.775C10.1126 11.525 9.83663 11.3373 9.52816 11.212C9.21969 11.0873 8.90309 11.025 8.57839 11.025C8.25368 11.025 7.93709 11.0873 7.62861 11.212C7.32014 11.3373 7.04414 11.525 6.80061 11.775L5.65601 12.95C5.47742 13.1333 5.25013 13.225 4.97412 13.225C4.69812 13.225 4.46271 13.1333 4.26788 12.95C4.08929 12.75 4 12.5083 4 12.225C4 11.9417 4.08929 11.7083 4.26788 11.525L5.41248 10.35C5.85084 9.9 6.34602 9.56233 6.89802 9.337C7.45003 9.11233 8.01015 9 8.57839 9C9.14663 9 9.70285 9.11233 10.2471 9.337C10.7906 9.56233 11.2816 9.9 11.7199 10.35L13.5464 12.225C13.8062 12.4917 14.0903 12.6873 14.3988 12.812C14.7073 12.9373 15.0238 13 15.3486 13C15.6733 13 15.9941 12.9373 16.311 12.812C16.6273 12.6873 16.9153 12.4917 17.175 12.225L18.3196 11.05C18.5145 10.85 18.7457 10.75 19.0132 10.75C19.2814 10.75 19.5129 10.85 19.7078 11.05C19.9026 11.25 20 11.4873 20 11.762C20 12.0373 19.9026 12.275 19.7078 12.475L18.5632 13.65ZM18.5388 18.65C18.1005 19.1 17.6053 19.4377 17.0533 19.663C16.5013 19.8877 15.9411 20 15.3729 20C14.8047 20 14.2406 19.8877 13.6809 19.663C13.1204 19.4377 12.621 19.1 12.1826 18.65L10.3318 16.775C10.0883 16.525 9.81228 16.3373 9.5038 16.212C9.19533 16.0873 8.87874 16.025 8.55403 16.025C8.22932 16.025 7.91273 16.0873 7.60426 16.212C7.29579 16.3373 7.01979 16.525 6.77626 16.775L5.65601 17.925C5.46119 18.125 5.22967 18.225 4.96146 18.225C4.6939 18.225 4.46271 18.125 4.26788 17.925C4.08929 17.7417 4 17.5083 4 17.225C4 16.9417 4.08929 16.7083 4.26788 16.525L5.41248 15.35C5.85084 14.9 6.34602 14.5623 6.89802 14.337C7.45003 14.1123 8.01015 14 8.57839 14C9.14663 14 9.70285 14.1123 10.2471 14.337C10.7906 14.5623 11.2816 14.9 11.7199 15.35L13.5464 17.225C13.8062 17.4917 14.0945 17.6873 14.4114 17.812C14.7277 17.9373 15.0482 18 15.3729 18C15.6976 18 16.0142 17.9373 16.3227 17.812C16.6312 17.6873 16.9153 17.4917 17.175 17.225L18.3196 16.05C18.4982 15.8667 18.7255 15.775 19.0015 15.775C19.2775 15.775 19.5048 15.8667 19.6834 16.05C19.8782 16.25 19.9756 16.4877 19.9756 16.763C19.9756 17.0377 19.8782 17.275 19.6834 17.475L18.5388 18.65Z",fill:"currentColor"})})),r=e(C.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M12 20C10.8933 20 9.95013 19.6101 9.1704 18.8304C8.39013 18.0501 8 17.1067 8 16C8 15.36 8.14 14.7632 8.42 14.2096C8.7 13.6565 9.09333 13.1867 9.6 12.8V6.4C9.6 5.73333 9.83333 5.16667 10.3 4.7C10.7667 4.23333 11.3333 4 12 4C12.6667 4 13.2333 4.23333 13.7 4.7C14.1667 5.16667 14.4 5.73333 14.4 6.4V12.8C14.9067 13.1867 15.3 13.6565 15.58 14.2096C15.86 14.7632 16 15.36 16 16C16 17.1067 15.6101 18.0501 14.8304 18.8304C14.0501 19.6101 13.1067 20 12 20ZM11.2 12.2H12.8V10.4H12V9.6H12.8V8H12V7.2H12.8V6.4C12.8 6.17333 12.7235 5.9832 12.5704 5.8296C12.4168 5.67653 12.2267 5.6 12 5.6C11.7733 5.6 11.5835 5.67653 11.4304 5.8296C11.2768 5.9832 11.2 6.17333 11.2 6.4V12.2Z",fill:"currentColor"})})),c=e(C.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M7.08857 7.41429L9.19714 3.91714C9.53143 3.36 10.3371 3.36 10.6714 3.91714L11.94 6.02571L10.8857 7.79143L10.0286 9.18L7.08857 7.41429ZM20.76 12.4029L19.3886 10.1229L16.4229 11.8371L18.3171 15H19.2857C19.9371 15 20.5286 14.6314 20.82 14.0486C20.94 13.8086 21 13.5514 21 13.2857C21 12.9771 20.9143 12.6771 20.76 12.4029ZM15.8571 19.2857H17.1429C17.7943 19.2857 18.3857 18.9171 18.6771 18.3343L19.92 15.8571H15.8571V14.1429L12.4286 17.5714L15.8571 21V19.2857ZM10.7143 15.8571H7.02857L6.30857 17.0657C6.05143 17.4943 6.03429 18.0257 6.25714 18.48C6.49714 18.9686 7.00286 19.2857 7.56 19.2857H10.7143V15.8571ZM7.38857 13.5857L8.87143 14.4771L7.69714 9.77143L3 10.9457L4.45714 11.82L4.10571 12.4114C3.80571 12.9171 3.78 13.5343 4.04571 14.0571L5.44286 16.8514L7.38857 13.5857ZM16.7314 5.69143L15.6171 3.83143C15.3 3.31714 14.7429 3 14.1429 3H11.1171L13.7914 7.45714L12.3171 8.34L17.0229 9.51429L18.1971 4.80857L16.7314 5.69143Z",fill:"currentColor"})})),s=e(C.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 12C5 8.00222 8.26667 5 12 5H18C18.5523 5 19 5.44772 19 6V12C19 13.7889 18.3156 15.5856 16.9467 16.9467C15.5856 18.3156 13.7889 19 12 19C10.3511 19 8.83444 18.4244 7.62889 17.4678L6.64569 18.451C6.34247 18.7542 5.85086 18.7542 5.54764 18.451C5.24496 18.1483 5.24434 17.6578 5.54625 17.3543L6.53222 16.3633C5.57556 15.1656 5 13.6489 5 12ZM15.85 15.85C16.8767 14.8233 17.4444 13.4544 17.4444 12V7.55556C17.4444 7.00327 16.9967 6.55556 16.4444 6.55556H12C10.5689 6.55556 9.21556 7.10778 8.18889 8.11889C7.13111 9.13778 6.55556 10.5222 6.55556 12C6.55556 15.0022 8.99778 17.4444 12 17.4444C13.4544 17.4444 14.8233 16.8767 15.85 15.85ZM15.0303 10.0372C15.3232 9.74427 15.3232 9.2694 15.0303 8.97651C14.7374 8.68361 14.2626 8.68361 13.9697 8.97651L9.96967 12.9765C9.67678 13.2694 9.67678 13.7443 9.96967 14.0372C10.2626 14.3301 10.7374 14.3301 11.0303 14.0372L15.0303 10.0372Z",fill:"currentColor"})}));exports.LeafIcon=s;exports.RecyclingIcon=c;exports.SnowflakeIcon=l;exports.ThermometerIcon=r;exports.WindIcon=i;
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../src/icons/index.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport { cloneElement, forwardRef, ReactElement, ReactSVGElement, SVGProps } from 'react'\n\nconst createIcon = (node: ReactElement<SVGProps<ReactSVGElement>, 'svg'>) => {\n return forwardRef<SVGSVGElement>((props, ref) => {\n return cloneElement(node as any, {\n height: undefined,\n ref,\n width: undefined,\n ...props,\n })\n })\n}\n\nexport const SnowflakeIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M20.1 11.1H17.247L19.533 8.814C19.884 8.463 19.884 7.896 19.533 7.545C19.182 7.194 18.606 7.194 18.255 7.545L14.7 11.1H12.9V9.3L16.455 5.745C16.806 5.394 16.806 4.818 16.455 4.467C16.104 4.116 15.537 4.116 15.186 4.467L12.9 6.753V3.9C12.9 3.405 12.495 3 12 3C11.505 3 11.1 3.405 11.1 3.9V6.753L8.814 4.467C8.463 4.116 7.896 4.116 7.545 4.467C7.194 4.818 7.194 5.394 7.545 5.745L11.1 9.3V11.1H9.3L5.745 7.545C5.394 7.194 4.818 7.194 4.467 7.545C4.116 7.896 4.116 8.463 4.467 8.814L6.753 11.1H3.9C3.405 11.1 3 11.505 3 12C3 12.495 3.405 12.9 3.9 12.9H6.753L4.467 15.186C4.116 15.537 4.116 16.104 4.467 16.455C4.818 16.806 5.394 16.806 5.745 16.455L9.3 12.9H11.1V14.7L7.545 18.255C7.194 18.606 7.194 19.182 7.545 19.533C7.896 19.884 8.463 19.884 8.814 19.533L11.1 17.247V20.1C11.1 20.595 11.505 21 12 21C12.495 21 12.9 20.595 12.9 20.1V17.247L15.186 19.533C15.537 19.884 16.104 19.884 16.455 19.533C16.806 19.182 16.806 18.606 16.455 18.255L12.9 14.7V12.9H14.7L18.255 16.455C18.606 16.806 19.182 16.806 19.533 16.455C19.884 16.104 19.884 15.537 19.533 15.186L17.247 12.9H20.1C20.595 12.9 21 12.495 21 12C21 11.505 20.595 11.1 20.1 11.1Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const WindIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.5632 8.65C18.1248 9.1 17.6215 9.44167 17.0533 9.675C16.485 9.90833 15.9168 10.025 15.3486 10.025C14.7803 10.025 14.2202 9.91267 13.6682 9.688C13.1162 9.46267 12.621 9.11667 12.1826 8.65L10.3562 6.775C10.1126 6.525 9.83663 6.33733 9.52816 6.212C9.21969 6.08733 8.90309 6.025 8.57839 6.025C8.25368 6.025 7.93709 6.08733 7.62861 6.212C7.32014 6.33733 7.04414 6.525 6.80061 6.775L5.68037 7.925C5.48554 8.125 5.25402 8.225 4.98581 8.225C4.71825 8.225 4.48706 8.125 4.29224 7.925C4.09741 7.725 4 7.48767 4 7.213C4 6.93767 4.09741 6.7 4.29224 6.5L5.41248 5.35C5.85084 4.9 6.34602 4.56233 6.89802 4.337C7.45003 4.11233 8.01015 4 8.57839 4C9.14663 4 9.70285 4.11233 10.2471 4.337C10.7906 4.56233 11.2816 4.9 11.7199 5.35L13.5464 7.225C13.8062 7.49167 14.0903 7.68733 14.3988 7.812C14.7073 7.93733 15.0238 8 15.3486 8C15.6733 8 15.9941 7.93733 16.311 7.812C16.6273 7.68733 16.9153 7.49167 17.175 7.225L18.3196 6.05C18.5145 5.85 18.7457 5.75 19.0132 5.75C19.2814 5.75 19.5129 5.85 19.7078 6.05C19.9026 6.25 20 6.48733 20 6.762C20 7.03733 19.9026 7.275 19.7078 7.475L18.5632 8.65ZM18.5632 13.65C18.1248 14.1 17.6254 14.4373 17.065 14.662C16.5052 14.8873 15.9411 15 15.3729 15C14.8047 15 14.2406 14.8873 13.6809 14.662C13.1204 14.4373 12.621 14.1 12.1826 13.65L10.3562 11.775C10.1126 11.525 9.83663 11.3373 9.52816 11.212C9.21969 11.0873 8.90309 11.025 8.57839 11.025C8.25368 11.025 7.93709 11.0873 7.62861 11.212C7.32014 11.3373 7.04414 11.525 6.80061 11.775L5.65601 12.95C5.47742 13.1333 5.25013 13.225 4.97412 13.225C4.69812 13.225 4.46271 13.1333 4.26788 12.95C4.08929 12.75 4 12.5083 4 12.225C4 11.9417 4.08929 11.7083 4.26788 11.525L5.41248 10.35C5.85084 9.9 6.34602 9.56233 6.89802 9.337C7.45003 9.11233 8.01015 9 8.57839 9C9.14663 9 9.70285 9.11233 10.2471 9.337C10.7906 9.56233 11.2816 9.9 11.7199 10.35L13.5464 12.225C13.8062 12.4917 14.0903 12.6873 14.3988 12.812C14.7073 12.9373 15.0238 13 15.3486 13C15.6733 13 15.9941 12.9373 16.311 12.812C16.6273 12.6873 16.9153 12.4917 17.175 12.225L18.3196 11.05C18.5145 10.85 18.7457 10.75 19.0132 10.75C19.2814 10.75 19.5129 10.85 19.7078 11.05C19.9026 11.25 20 11.4873 20 11.762C20 12.0373 19.9026 12.275 19.7078 12.475L18.5632 13.65ZM18.5388 18.65C18.1005 19.1 17.6053 19.4377 17.0533 19.663C16.5013 19.8877 15.9411 20 15.3729 20C14.8047 20 14.2406 19.8877 13.6809 19.663C13.1204 19.4377 12.621 19.1 12.1826 18.65L10.3318 16.775C10.0883 16.525 9.81228 16.3373 9.5038 16.212C9.19533 16.0873 8.87874 16.025 8.55403 16.025C8.22932 16.025 7.91273 16.0873 7.60426 16.212C7.29579 16.3373 7.01979 16.525 6.77626 16.775L5.65601 17.925C5.46119 18.125 5.22967 18.225 4.96146 18.225C4.6939 18.225 4.46271 18.125 4.26788 17.925C4.08929 17.7417 4 17.5083 4 17.225C4 16.9417 4.08929 16.7083 4.26788 16.525L5.41248 15.35C5.85084 14.9 6.34602 14.5623 6.89802 14.337C7.45003 14.1123 8.01015 14 8.57839 14C9.14663 14 9.70285 14.1123 10.2471 14.337C10.7906 14.5623 11.2816 14.9 11.7199 15.35L13.5464 17.225C13.8062 17.4917 14.0945 17.6873 14.4114 17.812C14.7277 17.9373 15.0482 18 15.3729 18C15.6976 18 16.0142 17.9373 16.3227 17.812C16.6312 17.6873 16.9153 17.4917 17.175 17.225L18.3196 16.05C18.4982 15.8667 18.7255 15.775 19.0015 15.775C19.2775 15.775 19.5048 15.8667 19.6834 16.05C19.8782 16.25 19.9756 16.4877 19.9756 16.763C19.9756 17.0377 19.8782 17.275 19.6834 17.475L18.5388 18.65Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const ThermometerIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M12 20C10.8933 20 9.95013 19.6101 9.1704 18.8304C8.39013 18.0501 8 17.1067 8 16C8 15.36 8.14 14.7632 8.42 14.2096C8.7 13.6565 9.09333 13.1867 9.6 12.8V6.4C9.6 5.73333 9.83333 5.16667 10.3 4.7C10.7667 4.23333 11.3333 4 12 4C12.6667 4 13.2333 4.23333 13.7 4.7C14.1667 5.16667 14.4 5.73333 14.4 6.4V12.8C14.9067 13.1867 15.3 13.6565 15.58 14.2096C15.86 14.7632 16 15.36 16 16C16 17.1067 15.6101 18.0501 14.8304 18.8304C14.0501 19.6101 13.1067 20 12 20ZM11.2 12.2H12.8V10.4H12V9.6H12.8V8H12V7.2H12.8V6.4C12.8 6.17333 12.7235 5.9832 12.5704 5.8296C12.4168 5.67653 12.2267 5.6 12 5.6C11.7733 5.6 11.5835 5.67653 11.4304 5.8296C11.2768 5.9832 11.2 6.17333 11.2 6.4V12.2Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const RecyclingIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M7.08857 7.41429L9.19714 3.91714C9.53143 3.36 10.3371 3.36 10.6714 3.91714L11.94 6.02571L10.8857 7.79143L10.0286 9.18L7.08857 7.41429ZM20.76 12.4029L19.3886 10.1229L16.4229 11.8371L18.3171 15H19.2857C19.9371 15 20.5286 14.6314 20.82 14.0486C20.94 13.8086 21 13.5514 21 13.2857C21 12.9771 20.9143 12.6771 20.76 12.4029ZM15.8571 19.2857H17.1429C17.7943 19.2857 18.3857 18.9171 18.6771 18.3343L19.92 15.8571H15.8571V14.1429L12.4286 17.5714L15.8571 21V19.2857ZM10.7143 15.8571H7.02857L6.30857 17.0657C6.05143 17.4943 6.03429 18.0257 6.25714 18.48C6.49714 18.9686 7.00286 19.2857 7.56 19.2857H10.7143V15.8571ZM7.38857 13.5857L8.87143 14.4771L7.69714 9.77143L3 10.9457L4.45714 11.82L4.10571 12.4114C3.80571 12.9171 3.78 13.5343 4.04571 14.0571L5.44286 16.8514L7.38857 13.5857ZM16.7314 5.69143L15.6171 3.83143C15.3 3.31714 14.7429 3 14.1429 3H11.1171L13.7914 7.45714L12.3171 8.34L17.0229 9.51429L18.1971 4.80857L16.7314 5.69143Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const LeafIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 12C5 8.00222 8.26667 5 12 5H18C18.5523 5 19 5.44772 19 6V12C19 13.7889 18.3156 15.5856 16.9467 16.9467C15.5856 18.3156 13.7889 19 12 19C10.3511 19 8.83444 18.4244 7.62889 17.4678L6.64569 18.451C6.34247 18.7542 5.85086 18.7542 5.54764 18.451C5.24496 18.1483 5.24434 17.6578 5.54625 17.3543L6.53222 16.3633C5.57556 15.1656 5 13.6489 5 12ZM15.85 15.85C16.8767 14.8233 17.4444 13.4544 17.4444 12V7.55556C17.4444 7.00327 16.9967 6.55556 16.4444 6.55556H12C10.5689 6.55556 9.21556 7.10778 8.18889 8.11889C7.13111 9.13778 6.55556 10.5222 6.55556 12C6.55556 15.0022 8.99778 17.4444 12 17.4444C13.4544 17.4444 14.8233 16.8767 15.85 15.85ZM15.0303 10.0372C15.3232 9.74427 15.3232 9.2694 15.0303 8.97651C14.7374 8.68361 14.2626 8.68361 13.9697 8.97651L9.96967 12.9765C9.67678 13.2694 9.67678 13.7443 9.96967 14.0372C10.2626 14.3301 10.7374 14.3301 11.0303 14.0372L15.0303 10.0372Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n"],"names":["createIcon","node","forwardRef","props","ref","cloneElement","SnowflakeIcon","jsx","WindIcon","ThermometerIcon","RecyclingIcon","LeafIcon"],"mappings":"qJAGMA,EAAcC,GACXC,EAAAA,WAA0B,CAACC,EAAOC,IAChCC,EAAAA,aAAaJ,EAAa,CAC/B,OAAQ,OACR,IAAAG,EACA,MAAO,OACP,GAAGD,CAAA,CACJ,CACF,EAGUG,EAAgBN,EAC3BO,EAAAA,IAAC,MAAA,CAAI,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAChE,SAAAA,EAAAA,IAAC,OAAA,CACC,EAAE,gnCACF,KAAK,cAAA,CAAA,CACP,CACF,CACF,EAEaC,EAAWR,EACtBO,EAAAA,IAAC,MAAA,CAAI,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAChE,SAAAA,EAAAA,IAAC,OAAA,CACC,EAAE,wvGACF,KAAK,cAAA,CAAA,CACP,CACF,CACF,EAEaE,EAAkBT,EAC7BO,EAAAA,IAAC,MAAA,CAAI,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAChE,SAAAA,EAAAA,IAAC,OAAA,CACC,EAAE,0pBACF,KAAK,cAAA,CAAA,CACP,CACF,CACF,EAEaG,EAAgBV,EAC3BO,EAAAA,IAAC,MAAA,CAAI,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAChE,SAAAA,EAAAA,IAAC,OAAA,CACC,EAAE,45BACF,KAAK,cAAA,CAAA,CACP,CACF,CACF,EAEaI,EAAWX,EACtBO,EAAAA,IAAC,MAAA,CAAI,MAAM,KAAK,OAAO,KAAK,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAChE,SAAAA,EAAAA,IAAC,OAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,22BACF,KAAK,cAAA,CAAA,CACP,CACF,CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/icons/index.tsx"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport { cloneElement, forwardRef, ReactElement, ReactSVGElement, SVGProps } from 'react'\n\nconst createIcon = (node: ReactElement<SVGProps<ReactSVGElement>, 'svg'>) => {\n return forwardRef<SVGSVGElement>((props, ref) => {\n return cloneElement(node as any, {\n height: undefined,\n ref,\n width: undefined,\n ...props,\n })\n })\n}\n\nexport const SnowflakeIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M20.1 11.1H17.247L19.533 8.814C19.884 8.463 19.884 7.896 19.533 7.545C19.182 7.194 18.606 7.194 18.255 7.545L14.7 11.1H12.9V9.3L16.455 5.745C16.806 5.394 16.806 4.818 16.455 4.467C16.104 4.116 15.537 4.116 15.186 4.467L12.9 6.753V3.9C12.9 3.405 12.495 3 12 3C11.505 3 11.1 3.405 11.1 3.9V6.753L8.814 4.467C8.463 4.116 7.896 4.116 7.545 4.467C7.194 4.818 7.194 5.394 7.545 5.745L11.1 9.3V11.1H9.3L5.745 7.545C5.394 7.194 4.818 7.194 4.467 7.545C4.116 7.896 4.116 8.463 4.467 8.814L6.753 11.1H3.9C3.405 11.1 3 11.505 3 12C3 12.495 3.405 12.9 3.9 12.9H6.753L4.467 15.186C4.116 15.537 4.116 16.104 4.467 16.455C4.818 16.806 5.394 16.806 5.745 16.455L9.3 12.9H11.1V14.7L7.545 18.255C7.194 18.606 7.194 19.182 7.545 19.533C7.896 19.884 8.463 19.884 8.814 19.533L11.1 17.247V20.1C11.1 20.595 11.505 21 12 21C12.495 21 12.9 20.595 12.9 20.1V17.247L15.186 19.533C15.537 19.884 16.104 19.884 16.455 19.533C16.806 19.182 16.806 18.606 16.455 18.255L12.9 14.7V12.9H14.7L18.255 16.455C18.606 16.806 19.182 16.806 19.533 16.455C19.884 16.104 19.884 15.537 19.533 15.186L17.247 12.9H20.1C20.595 12.9 21 12.495 21 12C21 11.505 20.595 11.1 20.1 11.1Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const WindIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M18.5632 8.65C18.1248 9.1 17.6215 9.44167 17.0533 9.675C16.485 9.90833 15.9168 10.025 15.3486 10.025C14.7803 10.025 14.2202 9.91267 13.6682 9.688C13.1162 9.46267 12.621 9.11667 12.1826 8.65L10.3562 6.775C10.1126 6.525 9.83663 6.33733 9.52816 6.212C9.21969 6.08733 8.90309 6.025 8.57839 6.025C8.25368 6.025 7.93709 6.08733 7.62861 6.212C7.32014 6.33733 7.04414 6.525 6.80061 6.775L5.68037 7.925C5.48554 8.125 5.25402 8.225 4.98581 8.225C4.71825 8.225 4.48706 8.125 4.29224 7.925C4.09741 7.725 4 7.48767 4 7.213C4 6.93767 4.09741 6.7 4.29224 6.5L5.41248 5.35C5.85084 4.9 6.34602 4.56233 6.89802 4.337C7.45003 4.11233 8.01015 4 8.57839 4C9.14663 4 9.70285 4.11233 10.2471 4.337C10.7906 4.56233 11.2816 4.9 11.7199 5.35L13.5464 7.225C13.8062 7.49167 14.0903 7.68733 14.3988 7.812C14.7073 7.93733 15.0238 8 15.3486 8C15.6733 8 15.9941 7.93733 16.311 7.812C16.6273 7.68733 16.9153 7.49167 17.175 7.225L18.3196 6.05C18.5145 5.85 18.7457 5.75 19.0132 5.75C19.2814 5.75 19.5129 5.85 19.7078 6.05C19.9026 6.25 20 6.48733 20 6.762C20 7.03733 19.9026 7.275 19.7078 7.475L18.5632 8.65ZM18.5632 13.65C18.1248 14.1 17.6254 14.4373 17.065 14.662C16.5052 14.8873 15.9411 15 15.3729 15C14.8047 15 14.2406 14.8873 13.6809 14.662C13.1204 14.4373 12.621 14.1 12.1826 13.65L10.3562 11.775C10.1126 11.525 9.83663 11.3373 9.52816 11.212C9.21969 11.0873 8.90309 11.025 8.57839 11.025C8.25368 11.025 7.93709 11.0873 7.62861 11.212C7.32014 11.3373 7.04414 11.525 6.80061 11.775L5.65601 12.95C5.47742 13.1333 5.25013 13.225 4.97412 13.225C4.69812 13.225 4.46271 13.1333 4.26788 12.95C4.08929 12.75 4 12.5083 4 12.225C4 11.9417 4.08929 11.7083 4.26788 11.525L5.41248 10.35C5.85084 9.9 6.34602 9.56233 6.89802 9.337C7.45003 9.11233 8.01015 9 8.57839 9C9.14663 9 9.70285 9.11233 10.2471 9.337C10.7906 9.56233 11.2816 9.9 11.7199 10.35L13.5464 12.225C13.8062 12.4917 14.0903 12.6873 14.3988 12.812C14.7073 12.9373 15.0238 13 15.3486 13C15.6733 13 15.9941 12.9373 16.311 12.812C16.6273 12.6873 16.9153 12.4917 17.175 12.225L18.3196 11.05C18.5145 10.85 18.7457 10.75 19.0132 10.75C19.2814 10.75 19.5129 10.85 19.7078 11.05C19.9026 11.25 20 11.4873 20 11.762C20 12.0373 19.9026 12.275 19.7078 12.475L18.5632 13.65ZM18.5388 18.65C18.1005 19.1 17.6053 19.4377 17.0533 19.663C16.5013 19.8877 15.9411 20 15.3729 20C14.8047 20 14.2406 19.8877 13.6809 19.663C13.1204 19.4377 12.621 19.1 12.1826 18.65L10.3318 16.775C10.0883 16.525 9.81228 16.3373 9.5038 16.212C9.19533 16.0873 8.87874 16.025 8.55403 16.025C8.22932 16.025 7.91273 16.0873 7.60426 16.212C7.29579 16.3373 7.01979 16.525 6.77626 16.775L5.65601 17.925C5.46119 18.125 5.22967 18.225 4.96146 18.225C4.6939 18.225 4.46271 18.125 4.26788 17.925C4.08929 17.7417 4 17.5083 4 17.225C4 16.9417 4.08929 16.7083 4.26788 16.525L5.41248 15.35C5.85084 14.9 6.34602 14.5623 6.89802 14.337C7.45003 14.1123 8.01015 14 8.57839 14C9.14663 14 9.70285 14.1123 10.2471 14.337C10.7906 14.5623 11.2816 14.9 11.7199 15.35L13.5464 17.225C13.8062 17.4917 14.0945 17.6873 14.4114 17.812C14.7277 17.9373 15.0482 18 15.3729 18C15.6976 18 16.0142 17.9373 16.3227 17.812C16.6312 17.6873 16.9153 17.4917 17.175 17.225L18.3196 16.05C18.4982 15.8667 18.7255 15.775 19.0015 15.775C19.2775 15.775 19.5048 15.8667 19.6834 16.05C19.8782 16.25 19.9756 16.4877 19.9756 16.763C19.9756 17.0377 19.8782 17.275 19.6834 17.475L18.5388 18.65Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const ThermometerIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M12 20C10.8933 20 9.95013 19.6101 9.1704 18.8304C8.39013 18.0501 8 17.1067 8 16C8 15.36 8.14 14.7632 8.42 14.2096C8.7 13.6565 9.09333 13.1867 9.6 12.8V6.4C9.6 5.73333 9.83333 5.16667 10.3 4.7C10.7667 4.23333 11.3333 4 12 4C12.6667 4 13.2333 4.23333 13.7 4.7C14.1667 5.16667 14.4 5.73333 14.4 6.4V12.8C14.9067 13.1867 15.3 13.6565 15.58 14.2096C15.86 14.7632 16 15.36 16 16C16 17.1067 15.6101 18.0501 14.8304 18.8304C14.0501 19.6101 13.1067 20 12 20ZM11.2 12.2H12.8V10.4H12V9.6H12.8V8H12V7.2H12.8V6.4C12.8 6.17333 12.7235 5.9832 12.5704 5.8296C12.4168 5.67653 12.2267 5.6 12 5.6C11.7733 5.6 11.5835 5.67653 11.4304 5.8296C11.2768 5.9832 11.2 6.17333 11.2 6.4V12.2Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const RecyclingIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M7.08857 7.41429L9.19714 3.91714C9.53143 3.36 10.3371 3.36 10.6714 3.91714L11.94 6.02571L10.8857 7.79143L10.0286 9.18L7.08857 7.41429ZM20.76 12.4029L19.3886 10.1229L16.4229 11.8371L18.3171 15H19.2857C19.9371 15 20.5286 14.6314 20.82 14.0486C20.94 13.8086 21 13.5514 21 13.2857C21 12.9771 20.9143 12.6771 20.76 12.4029ZM15.8571 19.2857H17.1429C17.7943 19.2857 18.3857 18.9171 18.6771 18.3343L19.92 15.8571H15.8571V14.1429L12.4286 17.5714L15.8571 21V19.2857ZM10.7143 15.8571H7.02857L6.30857 17.0657C6.05143 17.4943 6.03429 18.0257 6.25714 18.48C6.49714 18.9686 7.00286 19.2857 7.56 19.2857H10.7143V15.8571ZM7.38857 13.5857L8.87143 14.4771L7.69714 9.77143L3 10.9457L4.45714 11.82L4.10571 12.4114C3.80571 12.9171 3.78 13.5343 4.04571 14.0571L5.44286 16.8514L7.38857 13.5857ZM16.7314 5.69143L15.6171 3.83143C15.3 3.31714 14.7429 3 14.1429 3H11.1171L13.7914 7.45714L12.3171 8.34L17.0229 9.51429L18.1971 4.80857L16.7314 5.69143Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n\nexport const LeafIcon = createIcon(\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 12C5 8.00222 8.26667 5 12 5H18C18.5523 5 19 5.44772 19 6V12C19 13.7889 18.3156 15.5856 16.9467 16.9467C15.5856 18.3156 13.7889 19 12 19C10.3511 19 8.83444 18.4244 7.62889 17.4678L6.64569 18.451C6.34247 18.7542 5.85086 18.7542 5.54764 18.451C5.24496 18.1483 5.24434 17.6578 5.54625 17.3543L6.53222 16.3633C5.57556 15.1656 5 13.6489 5 12ZM15.85 15.85C16.8767 14.8233 17.4444 13.4544 17.4444 12V7.55556C17.4444 7.00327 16.9967 6.55556 16.4444 6.55556H12C10.5689 6.55556 9.21556 7.10778 8.18889 8.11889C7.13111 9.13778 6.55556 10.5222 6.55556 12C6.55556 15.0022 8.99778 17.4444 12 17.4444C13.4544 17.4444 14.8233 16.8767 15.85 15.85ZM15.0303 10.0372C15.3232 9.74427 15.3232 9.2694 15.0303 8.97651C14.7374 8.68361 14.2626 8.68361 13.9697 8.97651L9.96967 12.9765C9.67678 13.2694 9.67678 13.7443 9.96967 14.0372C10.2626 14.3301 10.7374 14.3301 11.0303 14.0372L15.0303 10.0372Z\"\n fill=\"currentColor\"\n />\n </svg>,\n)\n"],"names":["createIcon","node","forwardRef","props","ref","cloneElement","SnowflakeIcon","jsx","WindIcon","ThermometerIcon","RecyclingIcon","LeafIcon"],"mappings":";;;AAGA,MAAMA,IAAa,CAACC,MACXC,EAA0B,CAACC,GAAOC,MAChCC,EAAaJ,GAAa;AAAA,EAC/B,QAAQ;AAAA,EACR,KAAAG;AAAA,EACA,OAAO;AAAA,EACP,GAAGD;AAAA,CACJ,CACF,GAGUG,IAAgBN;AAAA,EAC3B,gBAAAO,EAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA,IAAA;AAAA,EAAA,EACP,CACF;AACF,GAEaC,IAAWR;AAAA,EACtB,gBAAAO,EAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA,IAAA;AAAA,EAAA,EACP,CACF;AACF,GAEaE,IAAkBT;AAAA,EAC7B,gBAAAO,EAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA,IAAA;AAAA,EAAA,EACP,CACF;AACF,GAEaG,IAAgBV;AAAA,EAC3B,gBAAAO,EAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA,IAAA;AAAA,EAAA,EACP,CACF;AACF,GAEaI,IAAWX;AAAA,EACtB,gBAAAO,EAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA,gBAAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,MACF,MAAK;AAAA,IAAA;AAAA,EAAA,EACP,CACF;AACF;"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("@ark-ui/react"),t=require("react-phone-number-input");;/* empty css */const C=require("./preset.cjs"),a=require("./components/accordion/Accordion.cjs"),T=require("./components/button/Button.cjs"),d=require("./components/checkbox/Checkbox.cjs"),e=require("./components/drawer/Drawer.cjs"),m=require("./components/form/FormControl.cjs"),h=require("./components/form/FormLabel.cjs"),q=require("./components/form/FormHelperText.cjs"),P=require("./components/heading/Heading.cjs"),I=require("./components/switch/Switch.cjs"),A=require("./components/text/Text.cjs"),y=require("./components/textarea/Textarea.cjs"),i=require("./components/tabs/Tabs.cjs"),D=require("./components/select/Select.cjs"),x=require("./components/select-language/SelectLanguage.cjs"),B=require("./components/input/Input.cjs"),u=require("./components/input/HighlightedInput.cjs"),v=require("./components/input/InputAddon.cjs"),w=require("./components/input/InputGroup.cjs"),S=require("./components/input/PhoneNumberInput.cjs"),G=require("./components/box/Box.cjs"),f=require("./components/date-picker/DatePicker.cjs"),L=require("./components/tag/Tag.cjs"),s=require("./components/radio-button-group/RadioButtonGroup.cjs"),l=require("./components/radio-group/RadioGroup.cjs"),c=require("./components/chip/Chip.cjs"),p=require("./components/action-card/ActionCard.cjs"),R=require("./components/icon-button/IconButton.cjs"),N=require("./components/tooltip/Tooltip.cjs"),F=require("./components/alert/Alert.cjs"),r=require("./components/table/Table.cjs"),g=require("./components/breadcrumb/Breadcrumb.cjs"),o=require("./components/popover/Popover.cjs"),j=require("./components/pagination/Pagination.cjs"),O=require("./components/illustration/Illustration.cjs"),H=require("./components/button-filter/ButtonFilter.cjs"),k=require("./components/status-tag-select/StatusTagSelect.cjs"),M=require("./components/switch-card/namespace.cjs"),$=require("./components/radio-card-group/namespace.cjs"),E=require("./components/checkbox-card/namespace.cjs"),V=require("./components/combobox/Combobox.cjs"),z=require("./components/icon/Icon.cjs"),J=require("./components/collapsible/styled.cjs"),K=require("./components/dialog/styled.cjs"),Q=require("./components/avatar/styled.cjs"),U=require("./components/menu/Menu.cjs"),b=require("./components/flag/styled.cjs"),W=require("./components/chat/Chat.cjs"),X=require("./components/chat/ChatMessage.cjs"),Y=require("./components/chat/ChatDocumentMessage.cjs"),Z=require("./components/chat/ChatProfileAvatar.cjs"),_=require("./components/chat/ChatTextInput.cjs"),ee=require("./components/app/price-tag/PriceTag.cjs"),re=require("./components/app/product-card-catalog/styled.cjs"),te=require("./components/app/navigation/AppNavigation.cjs"),oe=require("./components/app/navigation/language-select/AppNavigationLanguageSelect.cjs");Object.defineProperty(exports,"createListCollection",{enumerable:!0,get:()=>n.createListCollection});Object.defineProperty(exports,"createToaster",{enumerable:!0,get:()=>n.createToaster});Object.defineProperty(exports,"parseColor",{enumerable:!0,get:()=>n.parseColor});Object.defineProperty(exports,"parseDate",{enumerable:!0,get:()=>n.parseDate});Object.defineProperty(exports,"useAccordion",{enumerable:!0,get:()=>n.useAccordion});Object.defineProperty(exports,"formatPhoneNumber",{enumerable:!0,get:()=>t.formatPhoneNumber});Object.defineProperty(exports,"formatPhoneNumberIntl",{enumerable:!0,get:()=>t.formatPhoneNumberIntl});Object.defineProperty(exports,"getCountries",{enumerable:!0,get:()=>t.getCountries});Object.defineProperty(exports,"getCountryCallingCode",{enumerable:!0,get:()=>t.getCountryCallingCode});Object.defineProperty(exports,"isPossiblePhoneNumber",{enumerable:!0,get:()=>t.isPossiblePhoneNumber});Object.defineProperty(exports,"isSupportedCountry",{enumerable:!0,get:()=>t.isSupportedCountry});Object.defineProperty(exports,"isValidPhoneNumber",{enumerable:!0,get:()=>t.isValidPhoneNumber});Object.defineProperty(exports,"parsePhoneNumber",{enumerable:!0,get:()=>t.parsePhoneNumber});exports.preset=C.preset;exports.Accordion=a.Accordion;exports.AccordionItem=a.AccordionItem;exports.AccordionItemContent=a.AccordionItemContent;exports.AccordionItemIndicator=a.AccordionItemIndicator;exports.AccordionItemTrigger=a.AccordionItemTrigger;exports.Button=T.Button;exports.Checkbox=d.Checkbox;exports.CheckboxGroup=d.CheckboxGroup;exports.Drawer=e.Drawer;exports.DrawerBody=e.DrawerBody;exports.DrawerCloseTrigger=e.DrawerCloseTrigger;exports.DrawerContent=e.DrawerContent;exports.DrawerContext=e.DrawerContext;exports.DrawerFooter=e.DrawerFooter;exports.DrawerHeader=e.DrawerHeader;exports.DrawerTitle=e.DrawerTitle;exports.DrawerTrigger=e.DrawerTrigger;exports.FormControl=m.FormControl;exports.FormLabel=h.FormLabel;exports.FormHelperText=q.FormHelperText;exports.Heading=P.Heading;exports.Switch=I.Switch;exports.Text=A.Text;exports.Textarea=y.Textarea;exports.Tabs=i.Tabs;exports.TabsChip=i.TabsChip;exports.TabsContent=i.TabsContent;exports.TabsList=i.TabsList;exports.TabsTrigger=i.TabsTrigger;exports.Select=D.Select;exports.SelectLanguage=x.SelectLanguage;exports.Input=B.Input;exports.Highlight=u.Highlight;exports.HighlightedInput=u.HighlightedInput;exports.InputSlot=u.InputSlot;exports.Renderer=u.Renderer;exports.Root=u.Root;exports.InputAddon=v.InputAddon;exports.InputGroup=w.InputGroup;exports.PhoneNumberInput=S.PhoneNumberInput;exports.Box=G.Box;exports.DatePicker=f.DatePicker;exports.Tag=L.Tag;exports.RadioButtonGroup=s.RadioButtonGroup;exports.RadioButtonGroupItem=s.RadioButtonGroupItem;exports.RadioButtonGroupLabel=s.RadioButtonGroupLabel;exports.RadioGroup=l.RadioGroup;exports.RadioGroupItem=l.RadioGroupItem;exports.RadioGroupLabel=l.RadioGroupLabel;exports.Chip=c.Chip;exports.ChipAvatar=c.ChipAvatar;exports.ChipClearTrigger=c.ChipClearTrigger;exports.ChipLabel=c.ChipLabel;exports.ActionCard=p.ActionCard;exports.ActionCardDescription=p.ActionCardDescription;exports.ActionCardTitle=p.ActionCardTitle;exports.IconButton=R.IconButton;exports.Tooltip=N.Tooltip;exports.Alert=F.Alert;exports.Table=r.Table;exports.TableContainer=r.TableContainer;exports.TableEmptyRow=r.TableEmptyRow;exports.TableGroupTitle=r.TableGroupTitle;exports.Tbody=r.Tbody;exports.Td=r.Td;exports.Th=r.Th;exports.Thead=r.Thead;exports.Tr=r.Tr;exports.Breadcrumb=g.Breadcrumb;exports.BreadcrumbItem=g.BreadcrumbItem;exports.BreadcrumbLink=g.BreadcrumbLink;exports.Popover=o.Popover;exports.PopoverAnchor=o.PopoverAnchor;exports.PopoverCloseTrigger=o.PopoverCloseTrigger;exports.PopoverContent=o.PopoverContent;exports.PopoverContext=o.PopoverContext;exports.PopoverTrigger=o.PopoverTrigger;exports.Pagination=j.Pagination;exports.Illustration=O.Illustration;exports.ButtonFilter=H.ButtonFilter;exports.StatusTagSelect=k.StatusTagSelect;exports.SwitchCard=M;exports.RadioCardGroup=$;exports.CheckboxCard=E;exports.Combobox=V.Combobox;exports.Icon=z.Icon;exports.Collapsible=J;exports.Dialog=K;exports.Avatar=Q;exports.Menu=U;exports.Flag=b.Flag;exports.FlagCountryCodes=b.FlagCountryCodes;exports.Chat=W;exports.ChatMessage=X.ChatMessage;exports.ChatDocumentMessage=Y.ChatDocumentMessage;exports.ChatProfileAvatar=Z.ChatProfileAvatar;exports.ChatTextInput=_.ChatTextInput;exports.PriceTag=ee.PriceTag;exports.ProductCardCatalog=re;exports.AppNavigation=te;exports.AppNavigationLanguageSelect=oe.AppNavigationLanguageSelect;
|
|
2
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { createListCollection as u, createToaster as c, parseColor as d, parseDate as C, useAccordion as g } from "@ark-ui/react";
|
|
3
|
+
import { formatPhoneNumber as b, formatPhoneNumberIntl as h, getCountries as I, getCountryCallingCode as P, isPossiblePhoneNumber as A, isSupportedCountry as D, isValidPhoneNumber as w, parsePhoneNumber as v } from "react-phone-number-input";
|
|
4
|
+
/* empty css */
|
|
5
|
+
import { preset as y } from "./preset.js";
|
|
6
|
+
import { Accordion as R, AccordionItem as L, AccordionItemContent as S, AccordionItemIndicator as N, AccordionItemTrigger as F } from "./components/accordion/Accordion.js";
|
|
7
|
+
import { Button as H } from "./components/button/Button.js";
|
|
8
|
+
import { Checkbox as M, CheckboxGroup as E } from "./components/checkbox/Checkbox.js";
|
|
9
|
+
import { Drawer as j, DrawerBody as q, DrawerCloseTrigger as z, DrawerContent as J, DrawerContext as K, DrawerFooter as O, DrawerHeader as Q, DrawerTitle as U, DrawerTrigger as W } from "./components/drawer/Drawer.js";
|
|
10
|
+
import { FormControl as Y } from "./components/form/FormControl.js";
|
|
11
|
+
import { FormLabel as _ } from "./components/form/FormLabel.js";
|
|
12
|
+
import { FormHelperText as ro } from "./components/form/FormHelperText.js";
|
|
13
|
+
import { Heading as to } from "./components/heading/Heading.js";
|
|
14
|
+
import { Switch as po } from "./components/switch/Switch.js";
|
|
15
|
+
import { Text as io } from "./components/text/Text.js";
|
|
16
|
+
import { Textarea as xo } from "./components/textarea/Textarea.js";
|
|
17
|
+
import { Tabs as so, TabsChip as lo, TabsContent as uo, TabsList as co, TabsTrigger as Co } from "./components/tabs/Tabs.js";
|
|
18
|
+
import { Select as To } from "./components/select/Select.js";
|
|
19
|
+
import { SelectLanguage as ho } from "./components/select-language/SelectLanguage.js";
|
|
20
|
+
import { Input as Po } from "./components/input/Input.js";
|
|
21
|
+
import { Highlight as Do, HighlightedInput as wo, InputSlot as vo, Renderer as Bo, Root as yo } from "./components/input/HighlightedInput.js";
|
|
22
|
+
import { InputAddon as Ro } from "./components/input/InputAddon.js";
|
|
23
|
+
import { InputGroup as So } from "./components/input/InputGroup.js";
|
|
24
|
+
import { PhoneNumberInput as Fo } from "./components/input/PhoneNumberInput.js";
|
|
25
|
+
import { Box as Ho } from "./components/box/Box.js";
|
|
26
|
+
import { DatePicker as Mo } from "./components/date-picker/DatePicker.js";
|
|
27
|
+
import { Tag as Vo } from "./components/tag/Tag.js";
|
|
28
|
+
import { RadioButtonGroup as qo, RadioButtonGroupItem as zo, RadioButtonGroupLabel as Jo } from "./components/radio-button-group/RadioButtonGroup.js";
|
|
29
|
+
import { RadioGroup as Oo, RadioGroupItem as Qo, RadioGroupLabel as Uo } from "./components/radio-group/RadioGroup.js";
|
|
30
|
+
import { Chip as Xo, ChipAvatar as Yo, ChipClearTrigger as Zo, ChipLabel as _o } from "./components/chip/Chip.js";
|
|
31
|
+
import { ActionCard as rr, ActionCardDescription as er, ActionCardTitle as tr } from "./components/action-card/ActionCard.js";
|
|
32
|
+
import { IconButton as pr } from "./components/icon-button/IconButton.js";
|
|
33
|
+
import { Tooltip as ir } from "./components/tooltip/Tooltip.js";
|
|
34
|
+
import { Alert as xr } from "./components/alert/Alert.js";
|
|
35
|
+
import { Table as sr, TableContainer as lr, TableEmptyRow as ur, TableGroupTitle as cr, Tbody as dr, Td as Cr, Th as gr, Thead as Tr, Tr as br } from "./components/table/Table.js";
|
|
36
|
+
import { Breadcrumb as Ir, BreadcrumbItem as Pr, BreadcrumbLink as Ar } from "./components/breadcrumb/Breadcrumb.js";
|
|
37
|
+
import { Popover as wr, PopoverAnchor as vr, PopoverCloseTrigger as Br, PopoverContent as yr, PopoverContext as Gr, PopoverTrigger as Rr } from "./components/popover/Popover.js";
|
|
38
|
+
import { Pagination as Sr } from "./components/pagination/Pagination.js";
|
|
39
|
+
import { Illustration as Fr } from "./components/illustration/Illustration.js";
|
|
40
|
+
import { ButtonFilter as Hr } from "./components/button-filter/ButtonFilter.js";
|
|
41
|
+
import { StatusTagSelect as Mr } from "./components/status-tag-select/StatusTagSelect.js";
|
|
42
|
+
import * as r from "./components/switch-card/namespace.js";
|
|
43
|
+
import * as e from "./components/radio-card-group/namespace.js";
|
|
44
|
+
import * as t from "./components/checkbox-card/namespace.js";
|
|
45
|
+
import { Combobox as Vr } from "./components/combobox/Combobox.js";
|
|
46
|
+
import { Icon as qr } from "./components/icon/Icon.js";
|
|
47
|
+
import * as a from "./components/collapsible/styled.js";
|
|
48
|
+
import * as p from "./components/dialog/styled.js";
|
|
49
|
+
import * as m from "./components/avatar/styled.js";
|
|
50
|
+
import * as i from "./components/menu/Menu.js";
|
|
51
|
+
import { Flag as Jr, FlagCountryCodes as Kr } from "./components/flag/styled.js";
|
|
52
|
+
import * as n from "./components/chat/Chat.js";
|
|
53
|
+
import { ChatMessage as Qr } from "./components/chat/ChatMessage.js";
|
|
54
|
+
import { ChatDocumentMessage as Wr } from "./components/chat/ChatDocumentMessage.js";
|
|
55
|
+
import { ChatProfileAvatar as Yr } from "./components/chat/ChatProfileAvatar.js";
|
|
56
|
+
import { ChatTextInput as _r } from "./components/chat/ChatTextInput.js";
|
|
57
|
+
import { PriceTag as re } from "./components/app/price-tag/PriceTag.js";
|
|
58
|
+
import * as x from "./components/app/product-card-catalog/styled.js";
|
|
59
|
+
import * as f from "./components/app/navigation/AppNavigation.js";
|
|
60
|
+
import { AppNavigationLanguageSelect as te } from "./components/app/navigation/language-select/AppNavigationLanguageSelect.js";
|
|
61
|
+
export {
|
|
62
|
+
R as Accordion,
|
|
63
|
+
L as AccordionItem,
|
|
64
|
+
S as AccordionItemContent,
|
|
65
|
+
N as AccordionItemIndicator,
|
|
66
|
+
F as AccordionItemTrigger,
|
|
67
|
+
rr as ActionCard,
|
|
68
|
+
er as ActionCardDescription,
|
|
69
|
+
tr as ActionCardTitle,
|
|
70
|
+
xr as Alert,
|
|
71
|
+
f as AppNavigation,
|
|
72
|
+
te as AppNavigationLanguageSelect,
|
|
73
|
+
m as Avatar,
|
|
74
|
+
Ho as Box,
|
|
75
|
+
Ir as Breadcrumb,
|
|
76
|
+
Pr as BreadcrumbItem,
|
|
77
|
+
Ar as BreadcrumbLink,
|
|
78
|
+
H as Button,
|
|
79
|
+
Hr as ButtonFilter,
|
|
80
|
+
n as Chat,
|
|
81
|
+
Wr as ChatDocumentMessage,
|
|
82
|
+
Qr as ChatMessage,
|
|
83
|
+
Yr as ChatProfileAvatar,
|
|
84
|
+
_r as ChatTextInput,
|
|
85
|
+
M as Checkbox,
|
|
86
|
+
t as CheckboxCard,
|
|
87
|
+
E as CheckboxGroup,
|
|
88
|
+
Xo as Chip,
|
|
89
|
+
Yo as ChipAvatar,
|
|
90
|
+
Zo as ChipClearTrigger,
|
|
91
|
+
_o as ChipLabel,
|
|
92
|
+
a as Collapsible,
|
|
93
|
+
Vr as Combobox,
|
|
94
|
+
Mo as DatePicker,
|
|
95
|
+
p as Dialog,
|
|
96
|
+
j as Drawer,
|
|
97
|
+
q as DrawerBody,
|
|
98
|
+
z as DrawerCloseTrigger,
|
|
99
|
+
J as DrawerContent,
|
|
100
|
+
K as DrawerContext,
|
|
101
|
+
O as DrawerFooter,
|
|
102
|
+
Q as DrawerHeader,
|
|
103
|
+
U as DrawerTitle,
|
|
104
|
+
W as DrawerTrigger,
|
|
105
|
+
Jr as Flag,
|
|
106
|
+
Kr as FlagCountryCodes,
|
|
107
|
+
Y as FormControl,
|
|
108
|
+
ro as FormHelperText,
|
|
109
|
+
_ as FormLabel,
|
|
110
|
+
to as Heading,
|
|
111
|
+
Do as Highlight,
|
|
112
|
+
wo as HighlightedInput,
|
|
113
|
+
qr as Icon,
|
|
114
|
+
pr as IconButton,
|
|
115
|
+
Fr as Illustration,
|
|
116
|
+
Po as Input,
|
|
117
|
+
Ro as InputAddon,
|
|
118
|
+
So as InputGroup,
|
|
119
|
+
vo as InputSlot,
|
|
120
|
+
i as Menu,
|
|
121
|
+
Sr as Pagination,
|
|
122
|
+
Fo as PhoneNumberInput,
|
|
123
|
+
wr as Popover,
|
|
124
|
+
vr as PopoverAnchor,
|
|
125
|
+
Br as PopoverCloseTrigger,
|
|
126
|
+
yr as PopoverContent,
|
|
127
|
+
Gr as PopoverContext,
|
|
128
|
+
Rr as PopoverTrigger,
|
|
129
|
+
re as PriceTag,
|
|
130
|
+
x as ProductCardCatalog,
|
|
131
|
+
qo as RadioButtonGroup,
|
|
132
|
+
zo as RadioButtonGroupItem,
|
|
133
|
+
Jo as RadioButtonGroupLabel,
|
|
134
|
+
e as RadioCardGroup,
|
|
135
|
+
Oo as RadioGroup,
|
|
136
|
+
Qo as RadioGroupItem,
|
|
137
|
+
Uo as RadioGroupLabel,
|
|
138
|
+
Bo as Renderer,
|
|
139
|
+
yo as Root,
|
|
140
|
+
To as Select,
|
|
141
|
+
ho as SelectLanguage,
|
|
142
|
+
Mr as StatusTagSelect,
|
|
143
|
+
po as Switch,
|
|
144
|
+
r as SwitchCard,
|
|
145
|
+
sr as Table,
|
|
146
|
+
lr as TableContainer,
|
|
147
|
+
ur as TableEmptyRow,
|
|
148
|
+
cr as TableGroupTitle,
|
|
149
|
+
so as Tabs,
|
|
150
|
+
lo as TabsChip,
|
|
151
|
+
uo as TabsContent,
|
|
152
|
+
co as TabsList,
|
|
153
|
+
Co as TabsTrigger,
|
|
154
|
+
Vo as Tag,
|
|
155
|
+
dr as Tbody,
|
|
156
|
+
Cr as Td,
|
|
157
|
+
io as Text,
|
|
158
|
+
xo as Textarea,
|
|
159
|
+
gr as Th,
|
|
160
|
+
Tr as Thead,
|
|
161
|
+
ir as Tooltip,
|
|
162
|
+
br as Tr,
|
|
163
|
+
u as createListCollection,
|
|
164
|
+
c as createToaster,
|
|
165
|
+
b as formatPhoneNumber,
|
|
166
|
+
h as formatPhoneNumberIntl,
|
|
167
|
+
I as getCountries,
|
|
168
|
+
P as getCountryCallingCode,
|
|
169
|
+
A as isPossiblePhoneNumber,
|
|
170
|
+
D as isSupportedCountry,
|
|
171
|
+
w as isValidPhoneNumber,
|
|
172
|
+
d as parseColor,
|
|
173
|
+
C as parseDate,
|
|
174
|
+
v as parsePhoneNumber,
|
|
175
|
+
y as preset,
|
|
176
|
+
g as useAccordion
|
|
177
|
+
};
|
|
178
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|
|
@@ -0,0 +1,2 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|
|
@@ -0,0 +1,2 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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]}
|