@wow-two-beta/ui 0.0.4 → 0.0.6
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/actions/button/Button.d.ts +6 -0
- package/dist/actions/button/Button.d.ts.map +1 -0
- package/dist/actions/button/Button.variants.d.ts +81 -0
- package/dist/actions/button/Button.variants.d.ts.map +1 -0
- package/dist/actions/button/index.d.ts +3 -0
- package/dist/actions/button/index.d.ts.map +1 -0
- package/dist/actions/iconButton/IconButton.d.ts +13 -0
- package/dist/actions/iconButton/IconButton.d.ts.map +1 -0
- package/dist/actions/iconButton/IconButton.variants.d.ts +130 -0
- package/dist/actions/iconButton/IconButton.variants.d.ts.map +1 -0
- package/dist/actions/iconButton/index.d.ts +3 -0
- package/dist/actions/iconButton/index.d.ts.map +1 -0
- package/dist/actions/index.d.ts +4 -91
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/index.js +2 -1
- package/dist/actions/link/Link.d.ts +13 -0
- package/dist/actions/link/Link.d.ts.map +1 -0
- package/dist/actions/link/Link.variants.d.ts +88 -0
- package/dist/actions/link/Link.variants.d.ts.map +1 -0
- package/dist/actions/link/index.d.ts +3 -0
- package/dist/actions/link/index.d.ts.map +1 -0
- package/dist/chunk-33IOXQYO.js +47 -0
- package/dist/chunk-33IOXQYO.js.map +1 -0
- package/dist/{chunk-AOHZGL6F.js → chunk-6NYTRHP7.js} +4 -3
- package/dist/chunk-6NYTRHP7.js.map +1 -0
- package/dist/{chunk-KDXJQNB6.js → chunk-77WSI427.js} +5 -9
- package/dist/chunk-77WSI427.js.map +1 -0
- package/dist/{chunk-T3JN5Y3E.js → chunk-JCMV6IT4.js} +7 -71
- package/dist/chunk-JCMV6IT4.js.map +1 -0
- package/dist/chunk-JTJEI6MF.js +11 -0
- package/dist/chunk-JTJEI6MF.js.map +1 -0
- package/dist/chunk-L2RYQWZZ.js +120 -0
- package/dist/chunk-L2RYQWZZ.js.map +1 -0
- package/dist/chunk-MP4OTUFA.js +318 -0
- package/dist/chunk-MP4OTUFA.js.map +1 -0
- package/dist/chunk-NJZS7RIH.js +604 -0
- package/dist/chunk-NJZS7RIH.js.map +1 -0
- package/dist/chunk-Q27NAHVB.js +34 -0
- package/dist/chunk-Q27NAHVB.js.map +1 -0
- package/dist/chunk-SYG6ZE42.js +218 -0
- package/dist/chunk-SYG6ZE42.js.map +1 -0
- package/dist/chunk-YLN7VMYU.js +275 -0
- package/dist/chunk-YLN7VMYU.js.map +1 -0
- package/dist/display/avatar/Avatar.d.ts +18 -0
- package/dist/display/avatar/Avatar.d.ts.map +1 -0
- package/dist/display/avatar/Avatar.variants.d.ts +95 -0
- package/dist/display/avatar/Avatar.variants.d.ts.map +1 -0
- package/dist/display/avatar/index.d.ts +3 -0
- package/dist/display/avatar/index.d.ts.map +1 -0
- package/dist/display/badge/Badge.d.ts +10 -0
- package/dist/display/badge/Badge.d.ts.map +1 -0
- package/dist/display/badge/Badge.variants.d.ts +109 -0
- package/dist/display/badge/Badge.variants.d.ts.map +1 -0
- package/dist/display/badge/index.d.ts +3 -0
- package/dist/display/badge/index.d.ts.map +1 -0
- package/dist/display/code/Code.d.ts +10 -0
- package/dist/display/code/Code.d.ts.map +1 -0
- package/dist/display/code/Code.variants.d.ts +39 -0
- package/dist/display/code/Code.variants.d.ts.map +1 -0
- package/dist/display/code/index.d.ts +3 -0
- package/dist/display/code/index.d.ts.map +1 -0
- package/dist/display/heading/Heading.d.ts +15 -0
- package/dist/display/heading/Heading.d.ts.map +1 -0
- package/dist/display/heading/Heading.variants.d.ts +158 -0
- package/dist/display/heading/Heading.variants.d.ts.map +1 -0
- package/dist/display/heading/index.d.ts +3 -0
- package/dist/display/heading/index.d.ts.map +1 -0
- package/dist/display/image/Image.d.ts +12 -0
- package/dist/display/image/Image.d.ts.map +1 -0
- package/dist/display/image/index.d.ts +2 -0
- package/dist/display/image/index.d.ts.map +1 -0
- package/dist/display/index.d.ts +12 -2
- package/dist/display/index.d.ts.map +1 -0
- package/dist/display/index.js +6 -1
- package/dist/display/kbd/Kbd.d.ts +8 -0
- package/dist/display/kbd/Kbd.d.ts.map +1 -0
- package/dist/display/kbd/index.d.ts +2 -0
- package/dist/display/kbd/index.d.ts.map +1 -0
- package/dist/display/mark/Mark.d.ts +8 -0
- package/dist/display/mark/Mark.d.ts.map +1 -0
- package/dist/display/mark/index.d.ts +2 -0
- package/dist/display/mark/index.d.ts.map +1 -0
- package/dist/display/quote/Quote.d.ts +7 -0
- package/dist/display/quote/Quote.d.ts.map +1 -0
- package/dist/display/quote/index.d.ts +2 -0
- package/dist/display/quote/index.d.ts.map +1 -0
- package/dist/display/separator/Separator.d.ts +13 -0
- package/dist/display/separator/Separator.d.ts.map +1 -0
- package/dist/display/separator/index.d.ts +2 -0
- package/dist/display/separator/index.d.ts.map +1 -0
- package/dist/display/tag/Tag.d.ts +15 -0
- package/dist/display/tag/Tag.d.ts.map +1 -0
- package/dist/display/tag/Tag.variants.d.ts +67 -0
- package/dist/display/tag/Tag.variants.d.ts.map +1 -0
- package/dist/display/tag/index.d.ts +3 -0
- package/dist/display/tag/index.d.ts.map +1 -0
- package/dist/display/text/Text.d.ts +11 -0
- package/dist/display/text/Text.d.ts.map +1 -0
- package/dist/display/text/Text.variants.d.ts +228 -0
- package/dist/display/text/Text.variants.d.ts.map +1 -0
- package/dist/display/text/index.d.ts +3 -0
- package/dist/display/text/index.d.ts.map +1 -0
- package/dist/feedback/alertSimple/AlertSimple.d.ts +13 -0
- package/dist/feedback/alertSimple/AlertSimple.d.ts.map +1 -0
- package/dist/feedback/alertSimple/AlertSimple.variants.d.ts +60 -0
- package/dist/feedback/alertSimple/AlertSimple.variants.d.ts.map +1 -0
- package/dist/feedback/alertSimple/index.d.ts +3 -0
- package/dist/feedback/alertSimple/index.d.ts.map +1 -0
- package/dist/feedback/bannerSimple/BannerSimple.d.ts +10 -0
- package/dist/feedback/bannerSimple/BannerSimple.d.ts.map +1 -0
- package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts +60 -0
- package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts.map +1 -0
- package/dist/feedback/bannerSimple/index.d.ts +3 -0
- package/dist/feedback/bannerSimple/index.d.ts.map +1 -0
- package/dist/feedback/index.d.ts +8 -2
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/index.js +5 -1
- package/dist/feedback/progressBar/ProgressBar.d.ts +15 -0
- package/dist/feedback/progressBar/ProgressBar.d.ts.map +1 -0
- package/dist/feedback/progressBar/ProgressBar.variants.d.ts +103 -0
- package/dist/feedback/progressBar/ProgressBar.variants.d.ts.map +1 -0
- package/dist/feedback/progressBar/index.d.ts +3 -0
- package/dist/feedback/progressBar/index.d.ts.map +1 -0
- package/dist/feedback/progressCircle/ProgressCircle.d.ts +16 -0
- package/dist/feedback/progressCircle/ProgressCircle.d.ts.map +1 -0
- package/dist/feedback/progressCircle/index.d.ts +2 -0
- package/dist/feedback/progressCircle/index.d.ts.map +1 -0
- package/dist/feedback/skeleton/Skeleton.d.ts +10 -0
- package/dist/feedback/skeleton/Skeleton.d.ts.map +1 -0
- package/dist/feedback/skeleton/Skeleton.variants.d.ts +46 -0
- package/dist/feedback/skeleton/Skeleton.variants.d.ts.map +1 -0
- package/dist/feedback/skeleton/index.d.ts +3 -0
- package/dist/feedback/skeleton/index.d.ts.map +1 -0
- package/dist/feedback/spinner/Spinner.d.ts +12 -0
- package/dist/feedback/spinner/Spinner.d.ts.map +1 -0
- package/dist/feedback/spinner/Spinner.variants.d.ts +102 -0
- package/dist/feedback/spinner/Spinner.variants.d.ts.map +1 -0
- package/dist/feedback/spinner/index.d.ts +3 -0
- package/dist/feedback/spinner/index.d.ts.map +1 -0
- package/dist/feedback/toastSimple/ToastSimple.d.ts +12 -0
- package/dist/feedback/toastSimple/ToastSimple.d.ts.map +1 -0
- package/dist/feedback/toastSimple/ToastSimple.variants.d.ts +60 -0
- package/dist/feedback/toastSimple/ToastSimple.variants.d.ts.map +1 -0
- package/dist/feedback/toastSimple/index.d.ts +3 -0
- package/dist/feedback/toastSimple/index.d.ts.map +1 -0
- package/dist/forms/_styles.d.ts +74 -0
- package/dist/forms/_styles.d.ts.map +1 -0
- package/dist/forms/checkbox/Checkbox.d.ts +12 -0
- package/dist/forms/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/forms/checkbox/index.d.ts +2 -0
- package/dist/forms/checkbox/index.d.ts.map +1 -0
- package/dist/forms/emailInput/EmailInput.d.ts +7 -0
- package/dist/forms/emailInput/EmailInput.d.ts.map +1 -0
- package/dist/forms/emailInput/index.d.ts +2 -0
- package/dist/forms/emailInput/index.d.ts.map +1 -0
- package/dist/forms/fieldset/Fieldset.d.ts +8 -0
- package/dist/forms/fieldset/Fieldset.d.ts.map +1 -0
- package/dist/forms/fieldset/index.d.ts +2 -0
- package/dist/forms/fieldset/index.d.ts.map +1 -0
- package/dist/forms/formErrorMessage/FormErrorMessage.d.ts +8 -0
- package/dist/forms/formErrorMessage/FormErrorMessage.d.ts.map +1 -0
- package/dist/forms/formErrorMessage/index.d.ts +2 -0
- package/dist/forms/formErrorMessage/index.d.ts.map +1 -0
- package/dist/forms/formHelperText/FormHelperText.d.ts +8 -0
- package/dist/forms/formHelperText/FormHelperText.d.ts.map +1 -0
- package/dist/forms/formHelperText/index.d.ts +2 -0
- package/dist/forms/formHelperText/index.d.ts.map +1 -0
- package/dist/forms/index.d.ts +18 -2
- package/dist/forms/index.d.ts.map +1 -0
- package/dist/forms/index.js +8 -1
- package/dist/forms/label/Label.d.ts +11 -0
- package/dist/forms/label/Label.d.ts.map +1 -0
- package/dist/forms/label/index.d.ts +2 -0
- package/dist/forms/label/index.d.ts.map +1 -0
- package/dist/forms/legend/Legend.d.ts +7 -0
- package/dist/forms/legend/Legend.d.ts.map +1 -0
- package/dist/forms/legend/index.d.ts +2 -0
- package/dist/forms/legend/index.d.ts.map +1 -0
- package/dist/forms/numberInput/NumberInput.d.ts +11 -0
- package/dist/forms/numberInput/NumberInput.d.ts.map +1 -0
- package/dist/forms/numberInput/index.d.ts +2 -0
- package/dist/forms/numberInput/index.d.ts.map +1 -0
- package/dist/forms/passwordInput/PasswordInput.d.ts +12 -0
- package/dist/forms/passwordInput/PasswordInput.d.ts.map +1 -0
- package/dist/forms/passwordInput/index.d.ts +2 -0
- package/dist/forms/passwordInput/index.d.ts.map +1 -0
- package/dist/forms/radio/Radio.d.ts +11 -0
- package/dist/forms/radio/Radio.d.ts.map +1 -0
- package/dist/forms/radio/index.d.ts +2 -0
- package/dist/forms/radio/index.d.ts.map +1 -0
- package/dist/forms/searchInput/SearchInput.d.ts +13 -0
- package/dist/forms/searchInput/SearchInput.d.ts.map +1 -0
- package/dist/forms/searchInput/index.d.ts +2 -0
- package/dist/forms/searchInput/index.d.ts.map +1 -0
- package/dist/forms/slider/Slider.d.ts +10 -0
- package/dist/forms/slider/Slider.d.ts.map +1 -0
- package/dist/forms/slider/index.d.ts +2 -0
- package/dist/forms/slider/index.d.ts.map +1 -0
- package/dist/forms/switch/Switch.d.ts +10 -0
- package/dist/forms/switch/Switch.d.ts.map +1 -0
- package/dist/forms/switch/index.d.ts +2 -0
- package/dist/forms/switch/index.d.ts.map +1 -0
- package/dist/forms/telInput/TelInput.d.ts +7 -0
- package/dist/forms/telInput/TelInput.d.ts.map +1 -0
- package/dist/forms/telInput/index.d.ts +2 -0
- package/dist/forms/telInput/index.d.ts.map +1 -0
- package/dist/forms/textInput/TextInput.d.ts +11 -0
- package/dist/forms/textInput/TextInput.d.ts.map +1 -0
- package/dist/forms/textInput/index.d.ts +2 -0
- package/dist/forms/textInput/index.d.ts.map +1 -0
- package/dist/forms/textarea/Textarea.d.ts +10 -0
- package/dist/forms/textarea/Textarea.d.ts.map +1 -0
- package/dist/forms/textarea/index.d.ts +2 -0
- package/dist/forms/textarea/index.d.ts.map +1 -0
- package/dist/forms/urlInput/UrlInput.d.ts +7 -0
- package/dist/forms/urlInput/UrlInput.d.ts.map +1 -0
- package/dist/forms/urlInput/index.d.ts +2 -0
- package/dist/forms/urlInput/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +11 -2
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +3 -2
- package/dist/hooks/useControlled.d.ts +16 -0
- package/dist/hooks/useControlled.d.ts.map +1 -0
- package/dist/hooks/useDisclosure.d.ts +14 -0
- package/dist/hooks/useDisclosure.d.ts.map +1 -0
- package/dist/hooks/useEscape.d.ts +7 -0
- package/dist/hooks/useEscape.d.ts.map +1 -0
- package/dist/hooks/useEventListener.d.ts +8 -0
- package/dist/hooks/useEventListener.d.ts.map +1 -0
- package/dist/hooks/useFocusTrap.d.ts +11 -0
- package/dist/hooks/useFocusTrap.d.ts.map +1 -0
- package/dist/hooks/useId.d.ts +6 -0
- package/dist/hooks/useId.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +6 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/useOutsideClick.d.ts +8 -0
- package/dist/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/hooks/useResizeObserver.d.ts +7 -0
- package/dist/hooks/useResizeObserver.d.ts.map +1 -0
- package/dist/hooks/useScrollLock.d.ts +7 -0
- package/dist/hooks/useScrollLock.d.ts.map +1 -0
- package/dist/icons/Icon.d.ts +26 -0
- package/dist/icons/Icon.d.ts.map +1 -0
- package/dist/icons/index.d.ts +2 -2
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/index.css +73 -3
- package/dist/index.d.ts +10 -13
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -9
- package/dist/layout/aspectRatio/AspectRatio.d.ts +12 -0
- package/dist/layout/aspectRatio/AspectRatio.d.ts.map +1 -0
- package/dist/layout/aspectRatio/index.d.ts +2 -0
- package/dist/layout/aspectRatio/index.d.ts.map +1 -0
- package/dist/layout/box/Box.d.ts +12 -0
- package/dist/layout/box/Box.d.ts.map +1 -0
- package/dist/layout/box/index.d.ts +2 -0
- package/dist/layout/box/index.d.ts.map +1 -0
- package/dist/layout/center/Center.d.ts +5 -0
- package/dist/layout/center/Center.d.ts.map +1 -0
- package/dist/layout/center/index.d.ts +2 -0
- package/dist/layout/center/index.d.ts.map +1 -0
- package/dist/layout/container/Container.d.ts +11 -0
- package/dist/layout/container/Container.d.ts.map +1 -0
- package/dist/layout/container/Container.variants.d.ts +67 -0
- package/dist/layout/container/Container.variants.d.ts.map +1 -0
- package/dist/layout/container/index.d.ts +3 -0
- package/dist/layout/container/index.d.ts.map +1 -0
- package/dist/layout/flex/Flex.d.ts +10 -0
- package/dist/layout/flex/Flex.d.ts.map +1 -0
- package/dist/layout/flex/index.d.ts +2 -0
- package/dist/layout/flex/index.d.ts.map +1 -0
- package/dist/layout/grid/Grid.d.ts +12 -0
- package/dist/layout/grid/Grid.d.ts.map +1 -0
- package/dist/layout/grid/Grid.variants.d.ts +165 -0
- package/dist/layout/grid/Grid.variants.d.ts.map +1 -0
- package/dist/layout/grid/index.d.ts +3 -0
- package/dist/layout/grid/index.d.ts.map +1 -0
- package/dist/layout/hStack/HStack.d.ts +5 -0
- package/dist/layout/hStack/HStack.d.ts.map +1 -0
- package/dist/layout/hStack/index.d.ts +2 -0
- package/dist/layout/hStack/index.d.ts.map +1 -0
- package/dist/layout/index.d.ts +12 -2
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/layout/index.js +5 -1
- package/dist/layout/scrollArea/ScrollArea.d.ts +11 -0
- package/dist/layout/scrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/layout/scrollArea/index.d.ts +2 -0
- package/dist/layout/scrollArea/index.d.ts.map +1 -0
- package/dist/layout/spacer/Spacer.d.ts +13 -0
- package/dist/layout/spacer/Spacer.d.ts.map +1 -0
- package/dist/layout/spacer/index.d.ts +2 -0
- package/dist/layout/spacer/index.d.ts.map +1 -0
- package/dist/layout/stack/Stack.d.ts +11 -0
- package/dist/layout/stack/Stack.d.ts.map +1 -0
- package/dist/layout/stack/Stack.variants.d.ts +277 -0
- package/dist/layout/stack/Stack.variants.d.ts.map +1 -0
- package/dist/layout/stack/index.d.ts +3 -0
- package/dist/layout/stack/index.d.ts.map +1 -0
- package/dist/layout/vStack/VStack.d.ts +5 -0
- package/dist/layout/vStack/VStack.d.ts.map +1 -0
- package/dist/layout/vStack/index.d.ts +2 -0
- package/dist/layout/vStack/index.d.ts.map +1 -0
- package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts +13 -0
- package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts.map +1 -0
- package/dist/primitives/accessibleIcon/index.d.ts +2 -0
- package/dist/primitives/accessibleIcon/index.d.ts.map +1 -0
- package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts +20 -0
- package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts.map +1 -0
- package/dist/primitives/anchoredPositioner/index.d.ts +2 -0
- package/dist/primitives/anchoredPositioner/index.d.ts.map +1 -0
- package/dist/primitives/collection/Collection.d.ts +19 -0
- package/dist/primitives/collection/Collection.d.ts.map +1 -0
- package/dist/primitives/collection/index.d.ts +2 -0
- package/dist/primitives/collection/index.d.ts.map +1 -0
- package/dist/primitives/directionProvider/DirectionProvider.d.ts +13 -0
- package/dist/primitives/directionProvider/DirectionProvider.d.ts.map +1 -0
- package/dist/primitives/directionProvider/index.d.ts +2 -0
- package/dist/primitives/directionProvider/index.d.ts.map +1 -0
- package/dist/primitives/dismissableLayer/DismissableLayer.d.ts +18 -0
- package/dist/primitives/dismissableLayer/DismissableLayer.d.ts.map +1 -0
- package/dist/primitives/dismissableLayer/index.d.ts +2 -0
- package/dist/primitives/dismissableLayer/index.d.ts.map +1 -0
- package/dist/primitives/focusScope/FocusScope.d.ts +11 -0
- package/dist/primitives/focusScope/FocusScope.d.ts.map +1 -0
- package/dist/primitives/focusScope/index.d.ts +2 -0
- package/dist/primitives/focusScope/index.d.ts.map +1 -0
- package/dist/primitives/formControlContext/FormControlContext.d.ts +32 -0
- package/dist/primitives/formControlContext/FormControlContext.d.ts.map +1 -0
- package/dist/primitives/formControlContext/index.d.ts +2 -0
- package/dist/primitives/formControlContext/index.d.ts.map +1 -0
- package/dist/primitives/index.d.ts +14 -5
- package/dist/primitives/index.d.ts.map +1 -0
- package/dist/primitives/index.js +5 -2
- package/dist/primitives/portal/Portal.d.ts +14 -0
- package/dist/primitives/portal/Portal.d.ts.map +1 -0
- package/dist/primitives/portal/index.d.ts +2 -0
- package/dist/primitives/portal/index.d.ts.map +1 -0
- package/dist/primitives/presence/Presence.d.ts +14 -0
- package/dist/primitives/presence/Presence.d.ts.map +1 -0
- package/dist/primitives/presence/index.d.ts +2 -0
- package/dist/primitives/presence/index.d.ts.map +1 -0
- package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts +26 -0
- package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts.map +1 -0
- package/dist/primitives/rovingFocusGroup/index.d.ts +2 -0
- package/dist/primitives/rovingFocusGroup/index.d.ts.map +1 -0
- package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts +12 -0
- package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts.map +1 -0
- package/dist/primitives/scrollLockProvider/index.d.ts +2 -0
- package/dist/primitives/scrollLockProvider/index.d.ts.map +1 -0
- package/dist/primitives/slot/Slot.d.ts +15 -0
- package/dist/primitives/slot/Slot.d.ts.map +1 -0
- package/dist/primitives/slot/index.d.ts +2 -0
- package/dist/primitives/slot/index.d.ts.map +1 -0
- package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts +9 -0
- package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/primitives/visuallyHidden/index.d.ts +2 -0
- package/dist/primitives/visuallyHidden/index.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +7 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/composeEventHandlers.d.ts +11 -0
- package/dist/utils/composeEventHandlers.d.ts.map +1 -0
- package/dist/utils/composeRefs.d.ts +9 -0
- package/dist/utils/composeRefs.d.ts.map +1 -0
- package/dist/utils/dataAttr.d.ts +7 -0
- package/dist/utils/dataAttr.d.ts.map +1 -0
- package/dist/utils/index.d.ts +7 -4
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/polymorphic.d.ts +14 -0
- package/dist/utils/polymorphic.d.ts.map +1 -0
- package/dist/utils/tv.d.ts +2 -0
- package/dist/utils/tv.d.ts.map +1 -0
- package/package.json +5 -14
- package/dist/chunk-A2OBJDIK.js +0 -3
- package/dist/chunk-A2OBJDIK.js.map +0 -1
- package/dist/chunk-AOHZGL6F.js.map +0 -1
- package/dist/chunk-D67WGR7Y.js +0 -212
- package/dist/chunk-D67WGR7Y.js.map +0 -1
- package/dist/chunk-KDXJQNB6.js.map +0 -1
- package/dist/chunk-OEEYNBEO.js +0 -41
- package/dist/chunk-OEEYNBEO.js.map +0 -1
- package/dist/chunk-PSDQXPUE.js +0 -3
- package/dist/chunk-PSDQXPUE.js.map +0 -1
- package/dist/chunk-T3JN5Y3E.js.map +0 -1
- package/dist/chunk-YP4MAZRQ.js +0 -3
- package/dist/chunk-YP4MAZRQ.js.map +0 -1
- package/dist/chunk-ZDU7SROW.js +0 -3
- package/dist/chunk-ZDU7SROW.js.map +0 -1
- package/dist/index-Bk6CuDNT.d.ts +0 -247
- package/dist/index-C0IDphm_.d.ts +0 -61
- package/dist/index-CEAM9LLM.d.ts +0 -37
- package/dist/index-PAuwodyY.d.ts +0 -103
- package/dist/index-goThcZ1E.d.ts +0 -416
- package/dist/tailwind/index.d.ts +0 -5
- package/dist/tailwind/index.js +0 -23
- package/dist/tailwind/index.js.map +0 -1
- package/dist/tokens/index.d.ts +0 -1
- package/dist/tokens/index.js +0 -4
- package/dist/tokens/index.js.map +0 -1
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const textVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
size: {
|
|
4
|
+
xs: string;
|
|
5
|
+
sm: string;
|
|
6
|
+
md: string;
|
|
7
|
+
lg: string;
|
|
8
|
+
xl: string;
|
|
9
|
+
};
|
|
10
|
+
weight: {
|
|
11
|
+
normal: string;
|
|
12
|
+
medium: string;
|
|
13
|
+
semibold: string;
|
|
14
|
+
bold: string;
|
|
15
|
+
};
|
|
16
|
+
color: {
|
|
17
|
+
default: string;
|
|
18
|
+
muted: string;
|
|
19
|
+
subtle: string;
|
|
20
|
+
brand: string;
|
|
21
|
+
success: string;
|
|
22
|
+
warning: string;
|
|
23
|
+
danger: string;
|
|
24
|
+
};
|
|
25
|
+
align: {
|
|
26
|
+
left: string;
|
|
27
|
+
center: string;
|
|
28
|
+
right: string;
|
|
29
|
+
justify: string;
|
|
30
|
+
};
|
|
31
|
+
truncate: {
|
|
32
|
+
true: string;
|
|
33
|
+
};
|
|
34
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
35
|
+
size: {
|
|
36
|
+
xs: string;
|
|
37
|
+
sm: string;
|
|
38
|
+
md: string;
|
|
39
|
+
lg: string;
|
|
40
|
+
xl: string;
|
|
41
|
+
};
|
|
42
|
+
weight: {
|
|
43
|
+
normal: string;
|
|
44
|
+
medium: string;
|
|
45
|
+
semibold: string;
|
|
46
|
+
bold: string;
|
|
47
|
+
};
|
|
48
|
+
color: {
|
|
49
|
+
default: string;
|
|
50
|
+
muted: string;
|
|
51
|
+
subtle: string;
|
|
52
|
+
brand: string;
|
|
53
|
+
success: string;
|
|
54
|
+
warning: string;
|
|
55
|
+
danger: string;
|
|
56
|
+
};
|
|
57
|
+
align: {
|
|
58
|
+
left: string;
|
|
59
|
+
center: string;
|
|
60
|
+
right: string;
|
|
61
|
+
justify: string;
|
|
62
|
+
};
|
|
63
|
+
truncate: {
|
|
64
|
+
true: string;
|
|
65
|
+
};
|
|
66
|
+
}, {
|
|
67
|
+
size: {
|
|
68
|
+
xs: string;
|
|
69
|
+
sm: string;
|
|
70
|
+
md: string;
|
|
71
|
+
lg: string;
|
|
72
|
+
xl: string;
|
|
73
|
+
};
|
|
74
|
+
weight: {
|
|
75
|
+
normal: string;
|
|
76
|
+
medium: string;
|
|
77
|
+
semibold: string;
|
|
78
|
+
bold: string;
|
|
79
|
+
};
|
|
80
|
+
color: {
|
|
81
|
+
default: string;
|
|
82
|
+
muted: string;
|
|
83
|
+
subtle: string;
|
|
84
|
+
brand: string;
|
|
85
|
+
success: string;
|
|
86
|
+
warning: string;
|
|
87
|
+
danger: string;
|
|
88
|
+
};
|
|
89
|
+
align: {
|
|
90
|
+
left: string;
|
|
91
|
+
center: string;
|
|
92
|
+
right: string;
|
|
93
|
+
justify: string;
|
|
94
|
+
};
|
|
95
|
+
truncate: {
|
|
96
|
+
true: string;
|
|
97
|
+
};
|
|
98
|
+
}>, {
|
|
99
|
+
size: {
|
|
100
|
+
xs: string;
|
|
101
|
+
sm: string;
|
|
102
|
+
md: string;
|
|
103
|
+
lg: string;
|
|
104
|
+
xl: string;
|
|
105
|
+
};
|
|
106
|
+
weight: {
|
|
107
|
+
normal: string;
|
|
108
|
+
medium: string;
|
|
109
|
+
semibold: string;
|
|
110
|
+
bold: string;
|
|
111
|
+
};
|
|
112
|
+
color: {
|
|
113
|
+
default: string;
|
|
114
|
+
muted: string;
|
|
115
|
+
subtle: string;
|
|
116
|
+
brand: string;
|
|
117
|
+
success: string;
|
|
118
|
+
warning: string;
|
|
119
|
+
danger: string;
|
|
120
|
+
};
|
|
121
|
+
align: {
|
|
122
|
+
left: string;
|
|
123
|
+
center: string;
|
|
124
|
+
right: string;
|
|
125
|
+
justify: string;
|
|
126
|
+
};
|
|
127
|
+
truncate: {
|
|
128
|
+
true: string;
|
|
129
|
+
};
|
|
130
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
131
|
+
size: {
|
|
132
|
+
xs: string;
|
|
133
|
+
sm: string;
|
|
134
|
+
md: string;
|
|
135
|
+
lg: string;
|
|
136
|
+
xl: string;
|
|
137
|
+
};
|
|
138
|
+
weight: {
|
|
139
|
+
normal: string;
|
|
140
|
+
medium: string;
|
|
141
|
+
semibold: string;
|
|
142
|
+
bold: string;
|
|
143
|
+
};
|
|
144
|
+
color: {
|
|
145
|
+
default: string;
|
|
146
|
+
muted: string;
|
|
147
|
+
subtle: string;
|
|
148
|
+
brand: string;
|
|
149
|
+
success: string;
|
|
150
|
+
warning: string;
|
|
151
|
+
danger: string;
|
|
152
|
+
};
|
|
153
|
+
align: {
|
|
154
|
+
left: string;
|
|
155
|
+
center: string;
|
|
156
|
+
right: string;
|
|
157
|
+
justify: string;
|
|
158
|
+
};
|
|
159
|
+
truncate: {
|
|
160
|
+
true: string;
|
|
161
|
+
};
|
|
162
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
163
|
+
size: {
|
|
164
|
+
xs: string;
|
|
165
|
+
sm: string;
|
|
166
|
+
md: string;
|
|
167
|
+
lg: string;
|
|
168
|
+
xl: string;
|
|
169
|
+
};
|
|
170
|
+
weight: {
|
|
171
|
+
normal: string;
|
|
172
|
+
medium: string;
|
|
173
|
+
semibold: string;
|
|
174
|
+
bold: string;
|
|
175
|
+
};
|
|
176
|
+
color: {
|
|
177
|
+
default: string;
|
|
178
|
+
muted: string;
|
|
179
|
+
subtle: string;
|
|
180
|
+
brand: string;
|
|
181
|
+
success: string;
|
|
182
|
+
warning: string;
|
|
183
|
+
danger: string;
|
|
184
|
+
};
|
|
185
|
+
align: {
|
|
186
|
+
left: string;
|
|
187
|
+
center: string;
|
|
188
|
+
right: string;
|
|
189
|
+
justify: string;
|
|
190
|
+
};
|
|
191
|
+
truncate: {
|
|
192
|
+
true: string;
|
|
193
|
+
};
|
|
194
|
+
}, {
|
|
195
|
+
size: {
|
|
196
|
+
xs: string;
|
|
197
|
+
sm: string;
|
|
198
|
+
md: string;
|
|
199
|
+
lg: string;
|
|
200
|
+
xl: string;
|
|
201
|
+
};
|
|
202
|
+
weight: {
|
|
203
|
+
normal: string;
|
|
204
|
+
medium: string;
|
|
205
|
+
semibold: string;
|
|
206
|
+
bold: string;
|
|
207
|
+
};
|
|
208
|
+
color: {
|
|
209
|
+
default: string;
|
|
210
|
+
muted: string;
|
|
211
|
+
subtle: string;
|
|
212
|
+
brand: string;
|
|
213
|
+
success: string;
|
|
214
|
+
warning: string;
|
|
215
|
+
danger: string;
|
|
216
|
+
};
|
|
217
|
+
align: {
|
|
218
|
+
left: string;
|
|
219
|
+
center: string;
|
|
220
|
+
right: string;
|
|
221
|
+
justify: string;
|
|
222
|
+
};
|
|
223
|
+
truncate: {
|
|
224
|
+
true: string;
|
|
225
|
+
};
|
|
226
|
+
}>, unknown, unknown, undefined>>;
|
|
227
|
+
export type TextVariants = VariantProps<typeof textVariants>;
|
|
228
|
+
//# sourceMappingURL=Text.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.variants.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwCvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { type AlertSimpleVariants } from './AlertSimple.variants';
|
|
3
|
+
export interface AlertSimpleProps extends ComponentPropsWithoutRef<'div'>, AlertSimpleVariants {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Atomic alert — a styled colored container that takes free-form `children`.
|
|
7
|
+
* No internal slots; consumer composes title/description/actions inline.
|
|
8
|
+
*
|
|
9
|
+
* For the structured Icon + Title + Description + Actions composition use
|
|
10
|
+
* the `Alert` molecule (L4).
|
|
11
|
+
*/
|
|
12
|
+
export declare const AlertSimple: import("react").ForwardRefExoticComponent<AlertSimpleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
//# sourceMappingURL=AlertSimple.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertSimple.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/AlertSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAAuB,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAEvF,MAAM,WAAW,gBACf,SAAQ,wBAAwB,CAAC,KAAK,CAAC,EACrC,mBAAmB;CAAG;AAE1B;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,6GASvB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const alertSimpleVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
severity: {
|
|
4
|
+
info: string;
|
|
5
|
+
success: string;
|
|
6
|
+
warning: string;
|
|
7
|
+
danger: string;
|
|
8
|
+
neutral: string;
|
|
9
|
+
};
|
|
10
|
+
}, undefined, "rounded-md border px-4 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
11
|
+
severity: {
|
|
12
|
+
info: string;
|
|
13
|
+
success: string;
|
|
14
|
+
warning: string;
|
|
15
|
+
danger: string;
|
|
16
|
+
neutral: string;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
severity: {
|
|
20
|
+
info: string;
|
|
21
|
+
success: string;
|
|
22
|
+
warning: string;
|
|
23
|
+
danger: string;
|
|
24
|
+
neutral: string;
|
|
25
|
+
};
|
|
26
|
+
}>, {
|
|
27
|
+
severity: {
|
|
28
|
+
info: string;
|
|
29
|
+
success: string;
|
|
30
|
+
warning: string;
|
|
31
|
+
danger: string;
|
|
32
|
+
neutral: string;
|
|
33
|
+
};
|
|
34
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
35
|
+
severity: {
|
|
36
|
+
info: string;
|
|
37
|
+
success: string;
|
|
38
|
+
warning: string;
|
|
39
|
+
danger: string;
|
|
40
|
+
neutral: string;
|
|
41
|
+
};
|
|
42
|
+
}, undefined, "rounded-md border px-4 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
43
|
+
severity: {
|
|
44
|
+
info: string;
|
|
45
|
+
success: string;
|
|
46
|
+
warning: string;
|
|
47
|
+
danger: string;
|
|
48
|
+
neutral: string;
|
|
49
|
+
};
|
|
50
|
+
}, {
|
|
51
|
+
severity: {
|
|
52
|
+
info: string;
|
|
53
|
+
success: string;
|
|
54
|
+
warning: string;
|
|
55
|
+
danger: string;
|
|
56
|
+
neutral: string;
|
|
57
|
+
};
|
|
58
|
+
}>, unknown, unknown, undefined>>;
|
|
59
|
+
export type AlertSimpleVariants = VariantProps<typeof alertSimpleVariants>;
|
|
60
|
+
//# sourceMappingURL=AlertSimple.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertSimple.variants.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/AlertSimple.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc9B,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { type BannerSimpleVariants } from './BannerSimple.variants';
|
|
3
|
+
export interface BannerSimpleProps extends ComponentPropsWithoutRef<'div'>, BannerSimpleVariants {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Full-width banner — typically pinned to the top of the app to broadcast
|
|
7
|
+
* status. Atom; for structured slotted layout use `Banner` (L4).
|
|
8
|
+
*/
|
|
9
|
+
export declare const BannerSimple: import("react").ForwardRefExoticComponent<BannerSimpleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
//# sourceMappingURL=BannerSimple.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerSimple.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/BannerSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAAwB,KAAK,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAE1F,MAAM,WAAW,iBACf,SAAQ,wBAAwB,CAAC,KAAK,CAAC,EACrC,oBAAoB;CAAG;AAE3B;;;GAGG;AACH,eAAO,MAAM,YAAY,8GASxB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const bannerSimpleVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
severity: {
|
|
4
|
+
info: string;
|
|
5
|
+
success: string;
|
|
6
|
+
warning: string;
|
|
7
|
+
danger: string;
|
|
8
|
+
neutral: string;
|
|
9
|
+
};
|
|
10
|
+
}, undefined, "w-full px-6 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
11
|
+
severity: {
|
|
12
|
+
info: string;
|
|
13
|
+
success: string;
|
|
14
|
+
warning: string;
|
|
15
|
+
danger: string;
|
|
16
|
+
neutral: string;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
severity: {
|
|
20
|
+
info: string;
|
|
21
|
+
success: string;
|
|
22
|
+
warning: string;
|
|
23
|
+
danger: string;
|
|
24
|
+
neutral: string;
|
|
25
|
+
};
|
|
26
|
+
}>, {
|
|
27
|
+
severity: {
|
|
28
|
+
info: string;
|
|
29
|
+
success: string;
|
|
30
|
+
warning: string;
|
|
31
|
+
danger: string;
|
|
32
|
+
neutral: string;
|
|
33
|
+
};
|
|
34
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
35
|
+
severity: {
|
|
36
|
+
info: string;
|
|
37
|
+
success: string;
|
|
38
|
+
warning: string;
|
|
39
|
+
danger: string;
|
|
40
|
+
neutral: string;
|
|
41
|
+
};
|
|
42
|
+
}, undefined, "w-full px-6 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
43
|
+
severity: {
|
|
44
|
+
info: string;
|
|
45
|
+
success: string;
|
|
46
|
+
warning: string;
|
|
47
|
+
danger: string;
|
|
48
|
+
neutral: string;
|
|
49
|
+
};
|
|
50
|
+
}, {
|
|
51
|
+
severity: {
|
|
52
|
+
info: string;
|
|
53
|
+
success: string;
|
|
54
|
+
warning: string;
|
|
55
|
+
danger: string;
|
|
56
|
+
neutral: string;
|
|
57
|
+
};
|
|
58
|
+
}>, unknown, unknown, undefined>>;
|
|
59
|
+
export type BannerSimpleVariants = VariantProps<typeof bannerSimpleVariants>;
|
|
60
|
+
//# sourceMappingURL=BannerSimple.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerSimple.variants.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/BannerSimple.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc/B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,KAAK,oBAAoB,EAAE,MAAM,yBAAyB,CAAC"}
|
package/dist/feedback/index.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export * from './spinner';
|
|
2
|
+
export * from './skeleton';
|
|
3
|
+
export * from './progressBar';
|
|
4
|
+
export * from './progressCircle';
|
|
5
|
+
export * from './alertSimple';
|
|
6
|
+
export * from './bannerSimple';
|
|
7
|
+
export * from './toastSimple';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/feedback/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
|
package/dist/feedback/index.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
export { AlertSimple, BannerSimple, ProgressBar, ProgressCircle, Skeleton, Spinner, ToastSimple, alertSimpleVariants, bannerSimpleVariants, progressFillVariants, progressTrackVariants, skeletonVariants, spinnerVariants, toastSimpleVariants } from '../chunk-YLN7VMYU.js';
|
|
2
|
+
import '../chunk-BMBIZLO4.js';
|
|
3
|
+
import '../chunk-DN7WBRIV.js';
|
|
4
|
+
import '../chunk-KZ4VFY2T.js';
|
|
5
|
+
import '../chunk-PZ5AY32C.js';
|
|
2
6
|
//# sourceMappingURL=index.js.map
|
|
3
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { type ProgressBarVariants } from './ProgressBar.variants';
|
|
3
|
+
export interface ProgressBarProps extends Omit<ComponentPropsWithoutRef<'div'>, 'children'>, ProgressBarVariants {
|
|
4
|
+
/** Current value 0–100. Pass `undefined` for indeterminate. */
|
|
5
|
+
value?: number;
|
|
6
|
+
max?: number;
|
|
7
|
+
/** Accessible label for the progress. */
|
|
8
|
+
label?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Linear progress indicator. Set `value` (0–`max`) for determinate; omit
|
|
12
|
+
* for indeterminate.
|
|
13
|
+
*/
|
|
14
|
+
export declare const ProgressBar: import("react").ForwardRefExoticComponent<ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/feedback/progressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,wBAAwB,CAAC;AAEhC,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,EACvD,mBAAmB;IACrB,+DAA+D;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,6GAyBvB,CAAC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const progressTrackVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
size: {
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
};
|
|
8
|
+
}, undefined, "h-2 w-full overflow-hidden rounded-full bg-neutral-200", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
9
|
+
size: {
|
|
10
|
+
sm: string;
|
|
11
|
+
md: string;
|
|
12
|
+
lg: string;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
size: {
|
|
16
|
+
sm: string;
|
|
17
|
+
md: string;
|
|
18
|
+
lg: string;
|
|
19
|
+
};
|
|
20
|
+
}>, {
|
|
21
|
+
size: {
|
|
22
|
+
sm: string;
|
|
23
|
+
md: string;
|
|
24
|
+
lg: string;
|
|
25
|
+
};
|
|
26
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
27
|
+
size: {
|
|
28
|
+
sm: string;
|
|
29
|
+
md: string;
|
|
30
|
+
lg: string;
|
|
31
|
+
};
|
|
32
|
+
}, undefined, "h-2 w-full overflow-hidden rounded-full bg-neutral-200", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
33
|
+
size: {
|
|
34
|
+
sm: string;
|
|
35
|
+
md: string;
|
|
36
|
+
lg: string;
|
|
37
|
+
};
|
|
38
|
+
}, {
|
|
39
|
+
size: {
|
|
40
|
+
sm: string;
|
|
41
|
+
md: string;
|
|
42
|
+
lg: string;
|
|
43
|
+
};
|
|
44
|
+
}>, unknown, unknown, undefined>>;
|
|
45
|
+
export declare const progressFillVariants: import("tailwind-variants").TVReturnType<{
|
|
46
|
+
tone: {
|
|
47
|
+
brand: string;
|
|
48
|
+
success: string;
|
|
49
|
+
warning: string;
|
|
50
|
+
danger: string;
|
|
51
|
+
neutral: string;
|
|
52
|
+
};
|
|
53
|
+
}, undefined, "h-full rounded-full transition-[width] duration-300", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
54
|
+
tone: {
|
|
55
|
+
brand: string;
|
|
56
|
+
success: string;
|
|
57
|
+
warning: string;
|
|
58
|
+
danger: string;
|
|
59
|
+
neutral: string;
|
|
60
|
+
};
|
|
61
|
+
}, {
|
|
62
|
+
tone: {
|
|
63
|
+
brand: string;
|
|
64
|
+
success: string;
|
|
65
|
+
warning: string;
|
|
66
|
+
danger: string;
|
|
67
|
+
neutral: string;
|
|
68
|
+
};
|
|
69
|
+
}>, {
|
|
70
|
+
tone: {
|
|
71
|
+
brand: string;
|
|
72
|
+
success: string;
|
|
73
|
+
warning: string;
|
|
74
|
+
danger: string;
|
|
75
|
+
neutral: string;
|
|
76
|
+
};
|
|
77
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
78
|
+
tone: {
|
|
79
|
+
brand: string;
|
|
80
|
+
success: string;
|
|
81
|
+
warning: string;
|
|
82
|
+
danger: string;
|
|
83
|
+
neutral: string;
|
|
84
|
+
};
|
|
85
|
+
}, undefined, "h-full rounded-full transition-[width] duration-300", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
86
|
+
tone: {
|
|
87
|
+
brand: string;
|
|
88
|
+
success: string;
|
|
89
|
+
warning: string;
|
|
90
|
+
danger: string;
|
|
91
|
+
neutral: string;
|
|
92
|
+
};
|
|
93
|
+
}, {
|
|
94
|
+
tone: {
|
|
95
|
+
brand: string;
|
|
96
|
+
success: string;
|
|
97
|
+
warning: string;
|
|
98
|
+
danger: string;
|
|
99
|
+
neutral: string;
|
|
100
|
+
};
|
|
101
|
+
}>, unknown, unknown, undefined>>;
|
|
102
|
+
export type ProgressBarVariants = VariantProps<typeof progressTrackVariants> & VariantProps<typeof progressFillVariants>;
|
|
103
|
+
//# sourceMappingURL=ProgressBar.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.variants.d.ts","sourceRoot":"","sources":["../../../src/feedback/progressBar/ProgressBar.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAYhC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc/B,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,GAC1E,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/progressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,KAAK,mBAAmB,GACzB,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export interface ProgressCircleProps extends Omit<ComponentPropsWithoutRef<'div'>, 'children'> {
|
|
3
|
+
/** 0–100. Omit for indeterminate. */
|
|
4
|
+
value?: number;
|
|
5
|
+
max?: number;
|
|
6
|
+
size?: number;
|
|
7
|
+
thickness?: number;
|
|
8
|
+
tone?: 'brand' | 'success' | 'warning' | 'danger' | 'neutral';
|
|
9
|
+
label?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Circular progress indicator (SVG). Determinate when `value` is set;
|
|
13
|
+
* indeterminate (rotating) when omitted.
|
|
14
|
+
*/
|
|
15
|
+
export declare const ProgressCircle: import("react").ForwardRefExoticComponent<ProgressCircleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
//# sourceMappingURL=ProgressCircle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressCircle.d.ts","sourceRoot":"","sources":["../../../src/feedback/progressCircle/ProgressCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC5F,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAUD;;;GAGG;AACH,eAAO,MAAM,cAAc,gHAkD1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/progressCircle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { type SkeletonVariants } from './Skeleton.variants';
|
|
3
|
+
export interface SkeletonProps extends ComponentPropsWithoutRef<'div'>, SkeletonVariants {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Loading placeholder. Use sized via `className` (e.g. `w-32 h-4`) for text
|
|
7
|
+
* lines, or as a full block with `shape="rect"`.
|
|
8
|
+
*/
|
|
9
|
+
export declare const Skeleton: import("react").ForwardRefExoticComponent<SkeletonProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
//# sourceMappingURL=Skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/feedback/skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAAoB,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE9E,MAAM,WAAW,aAAc,SAAQ,wBAAwB,CAAC,KAAK,CAAC,EAAE,gBAAgB;CAAG;AAE3F;;;GAGG;AACH,eAAO,MAAM,QAAQ,0GASpB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const skeletonVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
shape: {
|
|
4
|
+
rect: string;
|
|
5
|
+
text: string;
|
|
6
|
+
circle: string;
|
|
7
|
+
};
|
|
8
|
+
}, undefined, "animate-pulse bg-neutral-200", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
9
|
+
shape: {
|
|
10
|
+
rect: string;
|
|
11
|
+
text: string;
|
|
12
|
+
circle: string;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
shape: {
|
|
16
|
+
rect: string;
|
|
17
|
+
text: string;
|
|
18
|
+
circle: string;
|
|
19
|
+
};
|
|
20
|
+
}>, {
|
|
21
|
+
shape: {
|
|
22
|
+
rect: string;
|
|
23
|
+
text: string;
|
|
24
|
+
circle: string;
|
|
25
|
+
};
|
|
26
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
27
|
+
shape: {
|
|
28
|
+
rect: string;
|
|
29
|
+
text: string;
|
|
30
|
+
circle: string;
|
|
31
|
+
};
|
|
32
|
+
}, undefined, "animate-pulse bg-neutral-200", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
33
|
+
shape: {
|
|
34
|
+
rect: string;
|
|
35
|
+
text: string;
|
|
36
|
+
circle: string;
|
|
37
|
+
};
|
|
38
|
+
}, {
|
|
39
|
+
shape: {
|
|
40
|
+
rect: string;
|
|
41
|
+
text: string;
|
|
42
|
+
circle: string;
|
|
43
|
+
};
|
|
44
|
+
}>, unknown, unknown, undefined>>;
|
|
45
|
+
export type SkeletonVariants = VariantProps<typeof skeletonVariants>;
|
|
46
|
+
//# sourceMappingURL=Skeleton.variants.d.ts.map
|