@wow-two-beta/ui 0.0.5 → 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 -329
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/index.js +2 -2
- 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-4CIRBYYP.js → chunk-L2RYQWZZ.js} +3 -3
- package/dist/{chunk-4CIRBYYP.js.map → chunk-L2RYQWZZ.js.map} +1 -1
- package/dist/{chunk-KSJE3JAI.js → chunk-NJZS7RIH.js} +3 -3
- package/dist/{chunk-KSJE3JAI.js.map → chunk-NJZS7RIH.js.map} +1 -1
- 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 -806
- package/dist/display/index.d.ts.map +1 -0
- 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 -507
- package/dist/feedback/index.d.ts.map +1 -0
- 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 -218
- package/dist/forms/index.d.ts.map +1 -0
- package/dist/forms/index.js +2 -2
- 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/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 -17
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -7
- 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 -606
- package/dist/layout/index.d.ts.map +1 -0
- 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/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-D67WGR7Y.js +0 -212
- package/dist/chunk-D67WGR7Y.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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export type KbdProps = ComponentPropsWithoutRef<'kbd'>;
|
|
3
|
+
/**
|
|
4
|
+
* Keyboard key affordance — `<kbd>` styled with subtle border and inset
|
|
5
|
+
* shadow. Single key per `<Kbd>`; chain via `<Kbd>⌘</Kbd> + <Kbd>K</Kbd>`.
|
|
6
|
+
*/
|
|
7
|
+
export declare const Kbd: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
8
|
+
//# sourceMappingURL=Kbd.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Kbd.d.ts","sourceRoot":"","sources":["../../../src/display/kbd/Kbd.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,QAAQ,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,GAAG,kMAUd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/kbd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export type MarkProps = ComponentPropsWithoutRef<'mark'>;
|
|
3
|
+
/**
|
|
4
|
+
* Highlighted text — semantic `<mark>` with a yellow tint. Use for search
|
|
5
|
+
* matches and "you mentioned this" affordances.
|
|
6
|
+
*/
|
|
7
|
+
export declare const Mark: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
8
|
+
//# sourceMappingURL=Mark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mark.d.ts","sourceRoot":"","sources":["../../../src/display/mark/Mark.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,SAAS,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,IAAI,kMAMf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/mark/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export type QuoteProps = ComponentPropsWithoutRef<'blockquote'>;
|
|
3
|
+
/**
|
|
4
|
+
* Block quote with subtle left border and italic body text.
|
|
5
|
+
*/
|
|
6
|
+
export declare const Quote: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "ref"> & import("react").RefAttributes<HTMLQuoteElement>>;
|
|
7
|
+
//# sourceMappingURL=Quote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/display/quote/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,UAAU,GAAG,wBAAwB,CAAC,YAAY,CAAC,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,KAAK,2NAWjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/quote/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export interface SeparatorProps extends ComponentPropsWithoutRef<'div'> {
|
|
3
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4
|
+
/** When `true`, the separator is purely decorative — `role="none"` and
|
|
5
|
+
* unannounced. Default `true`. Set `false` when meaningful in context. */
|
|
6
|
+
decorative?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Visual divider. Defaults to a horizontal hairline; pass `orientation="vertical"`
|
|
10
|
+
* for column dividers (use inside a flex/grid with explicit height).
|
|
11
|
+
*/
|
|
12
|
+
export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
//# sourceMappingURL=Separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../src/display/separator/Separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,WAAW,cAAe,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACrE,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;+EAC2E;IAC3E,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,2GAcrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/separator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
|
|
2
|
+
import { type TagVariants } from './Tag.variants';
|
|
3
|
+
export interface TagProps extends Omit<ComponentPropsWithoutRef<'span'>, 'children'>, TagVariants {
|
|
4
|
+
children?: ReactNode;
|
|
5
|
+
/** Show a close (×) button. Pass a handler to receive the click. */
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
/** Accessible label for the close button. Default `"Remove"`. */
|
|
8
|
+
closeLabel?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Pill with an optional close button. The close button is a raw `<button>`
|
|
12
|
+
* (not `IconButton`) so this stays a strict atom.
|
|
13
|
+
*/
|
|
14
|
+
export declare const Tag: import("react").ForwardRefExoticComponent<TagProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
15
|
+
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/display/tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlF,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE/D,MAAM,WAAW,QACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,EACxD,WAAW;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,oEAAoE;IACpE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iEAAiE;IACjE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,GAAG,sGAgBf,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { type VariantProps } from '../../utils';
|
|
2
|
+
export declare const tagVariants: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
variant: {
|
|
4
|
+
neutral: string;
|
|
5
|
+
brand: string;
|
|
6
|
+
success: string;
|
|
7
|
+
warning: string;
|
|
8
|
+
danger: string;
|
|
9
|
+
info: string;
|
|
10
|
+
};
|
|
11
|
+
}, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
12
|
+
variant: {
|
|
13
|
+
neutral: string;
|
|
14
|
+
brand: string;
|
|
15
|
+
success: string;
|
|
16
|
+
warning: string;
|
|
17
|
+
danger: string;
|
|
18
|
+
info: string;
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
variant: {
|
|
22
|
+
neutral: string;
|
|
23
|
+
brand: string;
|
|
24
|
+
success: string;
|
|
25
|
+
warning: string;
|
|
26
|
+
danger: string;
|
|
27
|
+
info: string;
|
|
28
|
+
};
|
|
29
|
+
}>, {
|
|
30
|
+
variant: {
|
|
31
|
+
neutral: string;
|
|
32
|
+
brand: string;
|
|
33
|
+
success: string;
|
|
34
|
+
warning: string;
|
|
35
|
+
danger: string;
|
|
36
|
+
info: string;
|
|
37
|
+
};
|
|
38
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
39
|
+
variant: {
|
|
40
|
+
neutral: string;
|
|
41
|
+
brand: string;
|
|
42
|
+
success: string;
|
|
43
|
+
warning: string;
|
|
44
|
+
danger: string;
|
|
45
|
+
info: string;
|
|
46
|
+
};
|
|
47
|
+
}, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
48
|
+
variant: {
|
|
49
|
+
neutral: string;
|
|
50
|
+
brand: string;
|
|
51
|
+
success: string;
|
|
52
|
+
warning: string;
|
|
53
|
+
danger: string;
|
|
54
|
+
info: string;
|
|
55
|
+
};
|
|
56
|
+
}, {
|
|
57
|
+
variant: {
|
|
58
|
+
neutral: string;
|
|
59
|
+
brand: string;
|
|
60
|
+
success: string;
|
|
61
|
+
warning: string;
|
|
62
|
+
danger: string;
|
|
63
|
+
info: string;
|
|
64
|
+
};
|
|
65
|
+
}>, unknown, unknown, undefined>>;
|
|
66
|
+
export type TagVariants = VariantProps<typeof tagVariants>;
|
|
67
|
+
//# sourceMappingURL=Tag.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.variants.d.ts","sourceRoot":"","sources":["../../../src/display/tag/Tag.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAetB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef, type ElementType } from 'react';
|
|
2
|
+
import { type TextVariants } from './Text.variants';
|
|
3
|
+
export interface TextProps extends Omit<ComponentPropsWithoutRef<'p'>, 'as' | 'color'>, TextVariants {
|
|
4
|
+
as?: ElementType;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Body text. Renders as `<p>` by default; pass `as="span"` (or any element)
|
|
8
|
+
* to keep semantics consistent with the surrounding markup.
|
|
9
|
+
*/
|
|
10
|
+
export declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<HTMLElement>>;
|
|
11
|
+
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,wBAAwB,EAC7B,KAAK,WAAW,EAEjB,MAAM,OAAO,CAAC;AAEf,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAElE,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,OAAO,CAAC,EACzD,YAAY;IACd,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI,mGAQhB,CAAC"}
|
|
@@ -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"}
|