@fuzzy-ui/react 0.1.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/cjs/Box/Box.js +2 -0
- package/dist/cjs/Box/box.style.js +1 -0
- package/dist/cjs/Button/Button.js +2 -0
- package/dist/cjs/Button/Ripple.js +2 -0
- package/dist/cjs/Button/button.style.js +1 -0
- package/dist/cjs/Card/Card.js +2 -0
- package/dist/cjs/Card/card.style.js +1 -0
- package/dist/cjs/Flex/Flex.js +2 -0
- package/dist/cjs/Flex/flex.style.js +1 -0
- package/dist/cjs/Grid/Grid.js +2 -0
- package/dist/cjs/Grid/grid.helpers.js +1 -0
- package/dist/cjs/Grid/grid.layout.js +1 -0
- package/dist/cjs/Grid/grid.span.js +1 -0
- package/dist/cjs/Grid/grid.style.js +1 -0
- package/dist/cjs/Header/Head.Brand.js +2 -0
- package/dist/cjs/Header/Header.js +2 -0
- package/dist/cjs/Header/header.style.js +1 -0
- package/dist/cjs/Header/index.js +1 -0
- package/dist/cjs/Input/Addons.js +2 -0
- package/dist/cjs/Input/Input.js +2 -0
- package/dist/cjs/Input/Inter.js +2 -0
- package/dist/cjs/Input/Pass.js +2 -0
- package/dist/cjs/Input/filter.input.js +1 -0
- package/dist/cjs/Input/index.js +1 -0
- package/dist/cjs/Input/input.style.js +1 -0
- package/dist/cjs/Modal/Modal.Close.js +2 -0
- package/dist/cjs/Modal/Modal.Overlay.js +2 -0
- package/dist/cjs/Modal/Modal.js +2 -0
- package/dist/cjs/Modal/index.js +1 -0
- package/dist/cjs/Modal/modal.style.js +1 -0
- package/dist/cjs/NavMenu/Indicator.js +2 -0
- package/dist/cjs/NavMenu/Menu.Icon.js +2 -0
- package/dist/cjs/NavMenu/Nav.Item.js +2 -0
- package/dist/cjs/NavMenu/Nav.Link.js +2 -0
- package/dist/cjs/NavMenu/Nav.Menu.js +2 -0
- package/dist/cjs/NavMenu/Nav.Sub.js +2 -0
- package/dist/cjs/NavMenu/NavMenu.js +2 -0
- package/dist/cjs/NavMenu/Viewport.js +2 -0
- package/dist/cjs/NavMenu/index.js +1 -0
- package/dist/cjs/NavMenu/navmenu.style.js +1 -0
- package/dist/cjs/NavMenu/utils.js +1 -0
- package/dist/cjs/Popover/Popover.Anchor.js +2 -0
- package/dist/cjs/Popover/Popover.Close.js +2 -0
- package/dist/cjs/Popover/Popover.Content.js +2 -0
- package/dist/cjs/Popover/Popover.Trigger.js +2 -0
- package/dist/cjs/Popover/Popover.js +2 -0
- package/dist/cjs/Popover/index.js +1 -0
- package/dist/cjs/Popover/popover.style.js +1 -0
- package/dist/cjs/Portal/index.js +1 -0
- package/dist/cjs/Presence/index.js +1 -0
- package/dist/cjs/Select/Select.Group.js +2 -0
- package/dist/cjs/Select/Select.Item.js +2 -0
- package/dist/cjs/Select/Select.Separator.js +2 -0
- package/dist/cjs/Select/Select.Trigger.js +2 -0
- package/dist/cjs/Select/Select.js +2 -0
- package/dist/cjs/Select/index.js +1 -0
- package/dist/cjs/Select/select.style.js +1 -0
- package/dist/cjs/Separator/Separator.js +2 -0
- package/dist/cjs/Separator/separator.style.js +1 -0
- package/dist/cjs/Slider/Slider.js +2 -0
- package/dist/cjs/Slider/slider.style.js +1 -0
- package/dist/cjs/Slot/index.js +1 -0
- package/dist/cjs/Spinner/Spinner.js +2 -0
- package/dist/cjs/Spinner/spinner.style.js +1 -0
- package/dist/cjs/Table/Body.js +2 -0
- package/dist/cjs/Table/Expand.js +2 -0
- package/dist/cjs/Table/Foot.js +2 -0
- package/dist/cjs/Table/Head.js +2 -0
- package/dist/cjs/Table/Table.js +2 -0
- package/dist/cjs/Table/table.style.js +1 -0
- package/dist/cjs/Table/utils.js +1 -0
- package/dist/cjs/Text/Text.js +2 -0
- package/dist/cjs/Text/text.style.js +1 -0
- package/dist/cjs/TextArea/TextArea.js +2 -0
- package/dist/cjs/TextArea/textarea.style.js +1 -0
- package/dist/cjs/Tooltip/Provider.js +2 -0
- package/dist/cjs/Tooltip/Tooltip.js +2 -0
- package/dist/cjs/Tooltip/tooltip.style.js +1 -0
- package/dist/cjs/hooks/use-debounce.js +1 -0
- package/dist/cjs/hooks/use-isomorphic-layout-effect.js +1 -0
- package/dist/cjs/hooks/use-media-query.js +1 -0
- package/dist/cjs/hooks/use-rollback.js +1 -0
- package/dist/cjs/hooks/use-scroll.js +1 -0
- package/dist/cjs/hooks/use-timeout.js +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/shared/icons/Caret.Down.js +2 -0
- package/dist/cjs/shared/icons/Check.js +2 -0
- package/dist/cjs/shared/icons/Chevron.Down.js +2 -0
- package/dist/cjs/shared/icons/Chevron.Up.js +2 -0
- package/dist/cjs/shared/icons/Circle.js +2 -0
- package/dist/cjs/shared/icons/Cross.js +2 -0
- package/dist/cjs/shared/styled-utils.js +1 -0
- package/dist/cjs/style/ThemeProvider.js +2 -0
- package/dist/cjs/style/Themes.js +2 -0
- package/dist/cjs/style/defaults/breakpoints.js +1 -0
- package/dist/cjs/style/defaults/colors/error.js +1 -0
- package/dist/cjs/style/defaults/colors/index.js +1 -0
- package/dist/cjs/style/defaults/colors/neutral.js +1 -0
- package/dist/cjs/style/defaults/colors/primary.js +1 -0
- package/dist/cjs/style/defaults/colors/secondary.js +1 -0
- package/dist/cjs/style/defaults/colors/success.js +1 -0
- package/dist/cjs/style/defaults/colors/tertiary.js +1 -0
- package/dist/cjs/style/defaults/colors/warning.js +1 -0
- package/dist/cjs/style/defaults/conditions.js +1 -0
- package/dist/cjs/style/defaults/constants.js +1 -0
- package/dist/cjs/style/defaults/globals.js +2 -0
- package/dist/cjs/style/defaults/propMap.js +1 -0
- package/dist/cjs/style/defaults/shadows.js +1 -0
- package/dist/cjs/style/defaults/theme.js +1 -0
- package/dist/cjs/style/defaults/tokens.js +1 -0
- package/dist/cjs/style/defaults/utilities.js +1 -0
- package/dist/cjs/style/stitches.config.js +1 -0
- package/dist/cjs/style/styled.js +2 -0
- package/dist/cjs/style/useTheme.js +2 -0
- package/dist/cjs/utils/WithWrapper.js +2 -0
- package/dist/cjs/utils/children.js +1 -0
- package/dist/cjs/utils/clamp.js +1 -0
- package/dist/cjs/utils/closest.js +1 -0
- package/dist/cjs/utils/deepMerge.js +1 -0
- package/dist/cjs/utils/forward.js +1 -0
- package/dist/cjs/utils/range.js +1 -0
- package/dist/cjs/utils/screen.js +1 -0
- package/dist/cjs/utils/simpleStrFilter.js +1 -0
- package/dist/cjs/utils/textTransform.js +1 -0
- package/dist/cjs/utils/typeis.js +1 -0
- package/dist/cjs/utils/types.js +1 -0
- package/dist/cjs/utils/unique.str.js +1 -0
- package/dist/esm/Box/Box.js +2 -0
- package/dist/esm/Box/box.style.js +1 -0
- package/dist/esm/Button/Button.js +2 -0
- package/dist/esm/Button/Ripple.js +2 -0
- package/dist/esm/Button/button.style.js +1 -0
- package/dist/esm/Card/Card.js +2 -0
- package/dist/esm/Card/card.style.js +1 -0
- package/dist/esm/Flex/Flex.js +2 -0
- package/dist/esm/Flex/flex.style.js +1 -0
- package/dist/esm/Grid/Grid.js +2 -0
- package/dist/esm/Grid/grid.helpers.js +1 -0
- package/dist/esm/Grid/grid.layout.js +1 -0
- package/dist/esm/Grid/grid.span.js +1 -0
- package/dist/esm/Grid/grid.style.js +1 -0
- package/dist/esm/Header/Head.Brand.js +2 -0
- package/dist/esm/Header/Header.js +2 -0
- package/dist/esm/Header/header.style.js +1 -0
- package/dist/esm/Header/index.js +1 -0
- package/dist/esm/Input/Addons.js +2 -0
- package/dist/esm/Input/Input.js +2 -0
- package/dist/esm/Input/Inter.js +2 -0
- package/dist/esm/Input/Pass.js +2 -0
- package/dist/esm/Input/filter.input.js +1 -0
- package/dist/esm/Input/index.js +1 -0
- package/dist/esm/Input/input.style.js +1 -0
- package/dist/esm/Modal/Modal.Close.js +2 -0
- package/dist/esm/Modal/Modal.Overlay.js +2 -0
- package/dist/esm/Modal/Modal.js +2 -0
- package/dist/esm/Modal/index.js +1 -0
- package/dist/esm/Modal/modal.style.js +1 -0
- package/dist/esm/NavMenu/Indicator.js +2 -0
- package/dist/esm/NavMenu/Menu.Icon.js +2 -0
- package/dist/esm/NavMenu/Nav.Item.js +2 -0
- package/dist/esm/NavMenu/Nav.Link.js +2 -0
- package/dist/esm/NavMenu/Nav.Menu.js +2 -0
- package/dist/esm/NavMenu/Nav.Sub.js +2 -0
- package/dist/esm/NavMenu/NavMenu.js +2 -0
- package/dist/esm/NavMenu/Viewport.js +2 -0
- package/dist/esm/NavMenu/index.js +1 -0
- package/dist/esm/NavMenu/navmenu.style.js +1 -0
- package/dist/esm/NavMenu/utils.js +1 -0
- package/dist/esm/Popover/Popover.Anchor.js +2 -0
- package/dist/esm/Popover/Popover.Close.js +2 -0
- package/dist/esm/Popover/Popover.Content.js +2 -0
- package/dist/esm/Popover/Popover.Trigger.js +2 -0
- package/dist/esm/Popover/Popover.js +2 -0
- package/dist/esm/Popover/index.js +1 -0
- package/dist/esm/Popover/popover.style.js +1 -0
- package/dist/esm/Portal/index.js +1 -0
- package/dist/esm/Presence/index.js +1 -0
- package/dist/esm/Select/Select.Group.js +2 -0
- package/dist/esm/Select/Select.Item.js +2 -0
- package/dist/esm/Select/Select.Separator.js +2 -0
- package/dist/esm/Select/Select.Trigger.js +2 -0
- package/dist/esm/Select/Select.js +2 -0
- package/dist/esm/Select/index.js +1 -0
- package/dist/esm/Select/select.style.js +1 -0
- package/dist/esm/Separator/Separator.js +2 -0
- package/dist/esm/Separator/separator.style.js +1 -0
- package/dist/esm/Slider/Slider.js +2 -0
- package/dist/esm/Slider/slider.style.js +1 -0
- package/dist/esm/Slot/index.js +1 -0
- package/dist/esm/Spinner/Spinner.js +2 -0
- package/dist/esm/Spinner/spinner.style.js +1 -0
- package/dist/esm/Table/Body.js +2 -0
- package/dist/esm/Table/Expand.js +2 -0
- package/dist/esm/Table/Foot.js +2 -0
- package/dist/esm/Table/Head.js +2 -0
- package/dist/esm/Table/Table.js +2 -0
- package/dist/esm/Table/table.style.js +1 -0
- package/dist/esm/Table/utils.js +1 -0
- package/dist/esm/Text/Text.js +2 -0
- package/dist/esm/Text/text.style.js +1 -0
- package/dist/esm/TextArea/TextArea.js +2 -0
- package/dist/esm/TextArea/textarea.style.js +1 -0
- package/dist/esm/Tooltip/Provider.js +2 -0
- package/dist/esm/Tooltip/Tooltip.js +2 -0
- package/dist/esm/Tooltip/tooltip.style.js +1 -0
- package/dist/esm/hooks/use-debounce.js +1 -0
- package/dist/esm/hooks/use-isomorphic-layout-effect.js +1 -0
- package/dist/esm/hooks/use-media-query.js +1 -0
- package/dist/esm/hooks/use-rollback.js +1 -0
- package/dist/esm/hooks/use-scroll.js +1 -0
- package/dist/esm/hooks/use-timeout.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/shared/icons/Caret.Down.js +2 -0
- package/dist/esm/shared/icons/Check.js +2 -0
- package/dist/esm/shared/icons/Chevron.Down.js +2 -0
- package/dist/esm/shared/icons/Chevron.Up.js +2 -0
- package/dist/esm/shared/icons/Circle.js +2 -0
- package/dist/esm/shared/icons/Cross.js +2 -0
- package/dist/esm/shared/styled-utils.js +1 -0
- package/dist/esm/style/ThemeProvider.js +2 -0
- package/dist/esm/style/Themes.js +2 -0
- package/dist/esm/style/defaults/breakpoints.js +1 -0
- package/dist/esm/style/defaults/colors/error.js +1 -0
- package/dist/esm/style/defaults/colors/index.js +1 -0
- package/dist/esm/style/defaults/colors/neutral.js +1 -0
- package/dist/esm/style/defaults/colors/primary.js +1 -0
- package/dist/esm/style/defaults/colors/secondary.js +1 -0
- package/dist/esm/style/defaults/colors/success.js +1 -0
- package/dist/esm/style/defaults/colors/tertiary.js +1 -0
- package/dist/esm/style/defaults/colors/warning.js +1 -0
- package/dist/esm/style/defaults/conditions.js +1 -0
- package/dist/esm/style/defaults/constants.js +1 -0
- package/dist/esm/style/defaults/globals.js +2 -0
- package/dist/esm/style/defaults/propMap.js +1 -0
- package/dist/esm/style/defaults/shadows.js +1 -0
- package/dist/esm/style/defaults/theme.js +1 -0
- package/dist/esm/style/defaults/tokens.js +1 -0
- package/dist/esm/style/defaults/utilities.js +1 -0
- package/dist/esm/style/stitches.config.js +1 -0
- package/dist/esm/style/styled.js +2 -0
- package/dist/esm/style/useTheme.js +2 -0
- package/dist/esm/utils/WithWrapper.js +2 -0
- package/dist/esm/utils/children.js +1 -0
- package/dist/esm/utils/clamp.js +1 -0
- package/dist/esm/utils/closest.js +1 -0
- package/dist/esm/utils/deepMerge.js +1 -0
- package/dist/esm/utils/forward.js +1 -0
- package/dist/esm/utils/range.js +1 -0
- package/dist/esm/utils/screen.js +1 -0
- package/dist/esm/utils/simpleStrFilter.js +1 -0
- package/dist/esm/utils/textTransform.js +1 -0
- package/dist/esm/utils/typeis.js +1 -0
- package/dist/esm/utils/types.js +1 -0
- package/dist/esm/utils/unique.str.js +1 -0
- package/dist/package.json +43 -0
- package/dist/types/Box/Box.d.ts +6 -0
- package/dist/types/Box/box.style.d.ts +4 -0
- package/dist/types/Box/index.d.ts +2 -0
- package/dist/types/Button/Button.d.ts +10 -0
- package/dist/types/Button/Ripple.d.ts +10 -0
- package/dist/types/Button/button.style.d.ts +20 -0
- package/dist/types/Button/index.d.ts +2 -0
- package/dist/types/Card/Card.d.ts +33 -0
- package/dist/types/Card/card.style.d.ts +14 -0
- package/dist/types/Card/index.d.ts +2 -0
- package/dist/types/Flex/Flex.d.ts +17 -0
- package/dist/types/Flex/flex.style.d.ts +22 -0
- package/dist/types/Flex/index.d.ts +2 -0
- package/dist/types/Grid/Grid.d.ts +7 -0
- package/dist/types/Grid/grid.helpers.d.ts +45 -0
- package/dist/types/Grid/grid.layout.d.ts +23 -0
- package/dist/types/Grid/grid.span.d.ts +5 -0
- package/dist/types/Grid/grid.style.d.ts +3 -0
- package/dist/types/Grid/index.d.ts +2 -0
- package/dist/types/Header/Head.Brand.d.ts +5 -0
- package/dist/types/Header/Header.d.ts +12 -0
- package/dist/types/Header/header.style.d.ts +19 -0
- package/dist/types/Header/index.d.ts +6 -0
- package/dist/types/Input/Addons.d.ts +9 -0
- package/dist/types/Input/Input.d.ts +8 -0
- package/dist/types/Input/Inter.d.ts +16 -0
- package/dist/types/Input/Pass.d.ts +15 -0
- package/dist/types/Input/filter.input.d.ts +18 -0
- package/dist/types/Input/index.d.ts +3 -0
- package/dist/types/Input/input.style.d.ts +32 -0
- package/dist/types/Modal/Modal.Close.d.ts +5 -0
- package/dist/types/Modal/Modal.Overlay.d.ts +6 -0
- package/dist/types/Modal/Modal.d.ts +8 -0
- package/dist/types/Modal/index.d.ts +9 -0
- package/dist/types/Modal/modal.style.d.ts +53 -0
- package/dist/types/NavMenu/Indicator.d.ts +6 -0
- package/dist/types/NavMenu/Menu.Icon.d.ts +15 -0
- package/dist/types/NavMenu/Nav.Item.d.ts +5 -0
- package/dist/types/NavMenu/Nav.Link.d.ts +5 -0
- package/dist/types/NavMenu/Nav.Menu.d.ts +7 -0
- package/dist/types/NavMenu/Nav.Sub.d.ts +9 -0
- package/dist/types/NavMenu/NavMenu.d.ts +9 -0
- package/dist/types/NavMenu/Viewport.d.ts +6 -0
- package/dist/types/NavMenu/index.d.ts +14 -0
- package/dist/types/NavMenu/navmenu.style.d.ts +46 -0
- package/dist/types/NavMenu/utils.d.ts +7 -0
- package/dist/types/Popover/Popover.Anchor.d.ts +5 -0
- package/dist/types/Popover/Popover.Close.d.ts +5 -0
- package/dist/types/Popover/Popover.Content.d.ts +5 -0
- package/dist/types/Popover/Popover.Trigger.d.ts +5 -0
- package/dist/types/Popover/Popover.d.ts +5 -0
- package/dist/types/Popover/index.d.ts +12 -0
- package/dist/types/Popover/popover.style.d.ts +51 -0
- package/dist/types/Portal/index.d.ts +4 -0
- package/dist/types/Presence/index.d.ts +4 -0
- package/dist/types/Select/Select.Group.d.ts +5 -0
- package/dist/types/Select/Select.Item.d.ts +5 -0
- package/dist/types/Select/Select.Separator.d.ts +5 -0
- package/dist/types/Select/Select.Trigger.d.ts +9 -0
- package/dist/types/Select/Select.d.ts +7 -0
- package/dist/types/Select/index.d.ts +11 -0
- package/dist/types/Select/select.style.d.ts +89 -0
- package/dist/types/Separator/Separator.d.ts +5 -0
- package/dist/types/Separator/index.d.ts +2 -0
- package/dist/types/Separator/separator.style.d.ts +23 -0
- package/dist/types/Slider/Slider.d.ts +7 -0
- package/dist/types/Slider/index.d.ts +2 -0
- package/dist/types/Slider/slider.style.d.ts +24 -0
- package/dist/types/Slot/index.d.ts +13 -0
- package/dist/types/Spinner/Spinner.d.ts +6 -0
- package/dist/types/Spinner/index.d.ts +2 -0
- package/dist/types/Spinner/spinner.style.d.ts +7 -0
- package/dist/types/Table/Body.d.ts +13 -0
- package/dist/types/Table/Expand.d.ts +20 -0
- package/dist/types/Table/Foot.d.ts +10 -0
- package/dist/types/Table/Head.d.ts +17 -0
- package/dist/types/Table/Table.d.ts +5 -0
- package/dist/types/Table/index.d.ts +2 -0
- package/dist/types/Table/table.style.d.ts +64 -0
- package/dist/types/Table/utils.d.ts +7 -0
- package/dist/types/Text/Text.d.ts +8 -0
- package/dist/types/Text/index.d.ts +2 -0
- package/dist/types/Text/text.style.d.ts +9 -0
- package/dist/types/TextArea/TextArea.d.ts +7 -0
- package/dist/types/TextArea/index.d.ts +2 -0
- package/dist/types/TextArea/textarea.style.d.ts +18 -0
- package/dist/types/Tooltip/Provider.d.ts +5 -0
- package/dist/types/Tooltip/Tooltip.d.ts +7 -0
- package/dist/types/Tooltip/index.d.ts +4 -0
- package/dist/types/Tooltip/tooltip.style.d.ts +29 -0
- package/dist/types/hooks/index.d.ts +6 -0
- package/dist/types/hooks/use-debounce.d.ts +4 -0
- package/dist/types/hooks/use-isomorphic-layout-effect.d.ts +3 -0
- package/dist/types/hooks/use-media-query.d.ts +32 -0
- package/dist/types/hooks/use-rollback.d.ts +5 -0
- package/dist/types/hooks/use-scroll.d.ts +19 -0
- package/dist/types/hooks/use-timeout.d.ts +1 -0
- package/dist/types/index.d.ts +47 -0
- package/dist/types/shared/icons/Caret.Down.d.ts +3 -0
- package/dist/types/shared/icons/Check.d.ts +3 -0
- package/dist/types/shared/icons/Chevron.Down.d.ts +3 -0
- package/dist/types/shared/icons/Chevron.Up.d.ts +3 -0
- package/dist/types/shared/icons/Circle.d.ts +3 -0
- package/dist/types/shared/icons/Cross.d.ts +3 -0
- package/dist/types/shared/icons/types.d.ts +3 -0
- package/dist/types/shared/styled-utils.d.ts +245 -0
- package/dist/types/style/ThemeProvider.d.ts +20 -0
- package/dist/types/style/Themes.d.ts +3 -0
- package/dist/types/style/defaults/breakpoints.d.ts +41 -0
- package/dist/types/style/defaults/colors/error.d.ts +31 -0
- package/dist/types/style/defaults/colors/index.d.ts +306 -0
- package/dist/types/style/defaults/colors/neutral.d.ts +31 -0
- package/dist/types/style/defaults/colors/primary.d.ts +31 -0
- package/dist/types/style/defaults/colors/secondary.d.ts +31 -0
- package/dist/types/style/defaults/colors/success.d.ts +31 -0
- package/dist/types/style/defaults/colors/tertiary.d.ts +31 -0
- package/dist/types/style/defaults/colors/warning.d.ts +31 -0
- package/dist/types/style/defaults/conditions.d.ts +28 -0
- package/dist/types/style/defaults/constants.d.ts +4 -0
- package/dist/types/style/defaults/globals.d.ts +1 -0
- package/dist/types/style/defaults/propMap.d.ts +159 -0
- package/dist/types/style/defaults/shadows.d.ts +27 -0
- package/dist/types/style/defaults/theme.d.ts +1902 -0
- package/dist/types/style/defaults/tokens.d.ts +202 -0
- package/dist/types/style/defaults/utilities.d.ts +242 -0
- package/dist/types/style/index.d.ts +6 -0
- package/dist/types/style/stitches.config.d.ts +502 -0
- package/dist/types/style/styled.d.ts +3 -0
- package/dist/types/style/types.d.ts +151 -0
- package/dist/types/style/useTheme.d.ts +3 -0
- package/dist/types/utils/WithWrapper.d.ts +8 -0
- package/dist/types/utils/autoResize.d.ts +1 -0
- package/dist/types/utils/children.d.ts +6 -0
- package/dist/types/utils/clamp.d.ts +2 -0
- package/dist/types/utils/closest.d.ts +2 -0
- package/dist/types/utils/composeRefs.d.ts +1 -0
- package/dist/types/utils/deepMerge.d.ts +2 -0
- package/dist/types/utils/forward.d.ts +6 -0
- package/dist/types/utils/index.d.ts +14 -0
- package/dist/types/utils/range.d.ts +1 -0
- package/dist/types/utils/screen.d.ts +31 -0
- package/dist/types/utils/simpleStrFilter.d.ts +36 -0
- package/dist/types/utils/textTransform.d.ts +9 -0
- package/dist/types/utils/typeis.d.ts +10 -0
- package/dist/types/utils/types.d.ts +35 -0
- package/dist/types/utils/unique.str.d.ts +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
declare const tkn: {
|
|
2
|
+
space: {
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
xl: string;
|
|
8
|
+
'2xl': string;
|
|
9
|
+
'3xl': string;
|
|
10
|
+
'4xl': string;
|
|
11
|
+
'5xl': string;
|
|
12
|
+
'6xl': string;
|
|
13
|
+
'7xl': string;
|
|
14
|
+
'8xl': string;
|
|
15
|
+
'9xl': string;
|
|
16
|
+
0: string;
|
|
17
|
+
1: string;
|
|
18
|
+
2: string;
|
|
19
|
+
3: string;
|
|
20
|
+
4: string;
|
|
21
|
+
5: string;
|
|
22
|
+
6: string;
|
|
23
|
+
7: string;
|
|
24
|
+
8: string;
|
|
25
|
+
9: string;
|
|
26
|
+
10: string;
|
|
27
|
+
11: string;
|
|
28
|
+
12: string;
|
|
29
|
+
13: string;
|
|
30
|
+
14: string;
|
|
31
|
+
15: string;
|
|
32
|
+
16: string;
|
|
33
|
+
17: string;
|
|
34
|
+
18: string;
|
|
35
|
+
19: string;
|
|
36
|
+
20: string;
|
|
37
|
+
24: string;
|
|
38
|
+
28: string;
|
|
39
|
+
32: string;
|
|
40
|
+
36: string;
|
|
41
|
+
40: string;
|
|
42
|
+
44: string;
|
|
43
|
+
48: string;
|
|
44
|
+
52: string;
|
|
45
|
+
56: string;
|
|
46
|
+
60: string;
|
|
47
|
+
64: string;
|
|
48
|
+
72: string;
|
|
49
|
+
80: string;
|
|
50
|
+
96: string;
|
|
51
|
+
min: string;
|
|
52
|
+
max: string;
|
|
53
|
+
fit: string;
|
|
54
|
+
screen: string;
|
|
55
|
+
full: string;
|
|
56
|
+
px: string;
|
|
57
|
+
};
|
|
58
|
+
sizes: {
|
|
59
|
+
md: string;
|
|
60
|
+
lg: string;
|
|
61
|
+
xl: string;
|
|
62
|
+
'2xl': string;
|
|
63
|
+
'3xl': string;
|
|
64
|
+
'4xl': string;
|
|
65
|
+
'5xl': string;
|
|
66
|
+
'6xl': string;
|
|
67
|
+
'7xl': string;
|
|
68
|
+
'8xl': string;
|
|
69
|
+
0: string;
|
|
70
|
+
1: string;
|
|
71
|
+
2: string;
|
|
72
|
+
3: string;
|
|
73
|
+
4: string;
|
|
74
|
+
5: string;
|
|
75
|
+
6: string;
|
|
76
|
+
7: string;
|
|
77
|
+
8: string;
|
|
78
|
+
9: string;
|
|
79
|
+
10: string;
|
|
80
|
+
11: string;
|
|
81
|
+
12: string;
|
|
82
|
+
13: string;
|
|
83
|
+
14: string;
|
|
84
|
+
15: string;
|
|
85
|
+
16: string;
|
|
86
|
+
17: string;
|
|
87
|
+
18: string;
|
|
88
|
+
19: string;
|
|
89
|
+
20: string;
|
|
90
|
+
24: string;
|
|
91
|
+
28: string;
|
|
92
|
+
32: string;
|
|
93
|
+
36: string;
|
|
94
|
+
40: string;
|
|
95
|
+
44: string;
|
|
96
|
+
48: string;
|
|
97
|
+
52: string;
|
|
98
|
+
56: string;
|
|
99
|
+
60: string;
|
|
100
|
+
64: string;
|
|
101
|
+
72: string;
|
|
102
|
+
80: string;
|
|
103
|
+
96: string;
|
|
104
|
+
min: string;
|
|
105
|
+
max: string;
|
|
106
|
+
fit: string;
|
|
107
|
+
screen: string;
|
|
108
|
+
full: string;
|
|
109
|
+
px: string;
|
|
110
|
+
};
|
|
111
|
+
fonts: {
|
|
112
|
+
sans: string;
|
|
113
|
+
serif: string;
|
|
114
|
+
mono: string;
|
|
115
|
+
};
|
|
116
|
+
fontSizes: {
|
|
117
|
+
'2xs': string;
|
|
118
|
+
xs: string;
|
|
119
|
+
sm: string;
|
|
120
|
+
md: string;
|
|
121
|
+
lg: string;
|
|
122
|
+
xl: string;
|
|
123
|
+
'2xl': string;
|
|
124
|
+
'3xl': string;
|
|
125
|
+
'4xl': string;
|
|
126
|
+
'5xl': string;
|
|
127
|
+
'6xl': string;
|
|
128
|
+
'7xl': string;
|
|
129
|
+
'8xl': string;
|
|
130
|
+
'9xl': string;
|
|
131
|
+
};
|
|
132
|
+
fontWeights: {
|
|
133
|
+
hairline: string;
|
|
134
|
+
thin: string;
|
|
135
|
+
light: string;
|
|
136
|
+
normal: string;
|
|
137
|
+
medium: string;
|
|
138
|
+
semibold: string;
|
|
139
|
+
bold: string;
|
|
140
|
+
extrabold: string;
|
|
141
|
+
black: string;
|
|
142
|
+
};
|
|
143
|
+
radii: {
|
|
144
|
+
xs: string;
|
|
145
|
+
sm: string;
|
|
146
|
+
md: string;
|
|
147
|
+
base: string;
|
|
148
|
+
lg: string;
|
|
149
|
+
xl: string;
|
|
150
|
+
'2xl': string;
|
|
151
|
+
'3xl': string;
|
|
152
|
+
squared: string;
|
|
153
|
+
rounded: string;
|
|
154
|
+
pill: string;
|
|
155
|
+
};
|
|
156
|
+
lineHeights: {
|
|
157
|
+
xs: string;
|
|
158
|
+
sm: string;
|
|
159
|
+
base: string;
|
|
160
|
+
md: string;
|
|
161
|
+
lg: string;
|
|
162
|
+
xl: string;
|
|
163
|
+
'2xl': string;
|
|
164
|
+
'3xl': string;
|
|
165
|
+
'4xl': string;
|
|
166
|
+
'5xl': string;
|
|
167
|
+
'6xl': string;
|
|
168
|
+
'7xl': string;
|
|
169
|
+
'8xl': string;
|
|
170
|
+
'9xl': string;
|
|
171
|
+
};
|
|
172
|
+
letterSpacings: {
|
|
173
|
+
tighter: string;
|
|
174
|
+
tight: string;
|
|
175
|
+
normal: string;
|
|
176
|
+
wide: string;
|
|
177
|
+
wider: string;
|
|
178
|
+
widest: string;
|
|
179
|
+
};
|
|
180
|
+
zIndices: {
|
|
181
|
+
1: string;
|
|
182
|
+
2: string;
|
|
183
|
+
3: string;
|
|
184
|
+
4: string;
|
|
185
|
+
5: string;
|
|
186
|
+
10: string;
|
|
187
|
+
max: string;
|
|
188
|
+
};
|
|
189
|
+
borderWidths: {
|
|
190
|
+
light: string;
|
|
191
|
+
normal: string;
|
|
192
|
+
bold: string;
|
|
193
|
+
extrabold: string;
|
|
194
|
+
black: string;
|
|
195
|
+
};
|
|
196
|
+
transitions: {
|
|
197
|
+
default: string;
|
|
198
|
+
button: string;
|
|
199
|
+
card: string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
export default tkn;
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import type { PropertyValue as PV } from '../types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
p: (value: PV<"padding">) => {
|
|
4
|
+
padding: import("@stitches/core/types/css-util").WithPropertyValue<"padding">;
|
|
5
|
+
};
|
|
6
|
+
pt: (value: PV<"paddingTop">) => {
|
|
7
|
+
paddingTop: import("@stitches/core/types/css-util").WithPropertyValue<"paddingTop">;
|
|
8
|
+
};
|
|
9
|
+
pr: (value: PV<"paddingRight">) => {
|
|
10
|
+
paddingRight: import("@stitches/core/types/css-util").WithPropertyValue<"paddingRight">;
|
|
11
|
+
};
|
|
12
|
+
pb: (value: PV<"paddingBottom">) => {
|
|
13
|
+
paddingBottom: import("@stitches/core/types/css-util").WithPropertyValue<"paddingBottom">;
|
|
14
|
+
};
|
|
15
|
+
pl: (value: PV<"paddingLeft">) => {
|
|
16
|
+
paddingLeft: import("@stitches/core/types/css-util").WithPropertyValue<"paddingLeft">;
|
|
17
|
+
};
|
|
18
|
+
px: (value: PV<"paddingLeft">) => {
|
|
19
|
+
paddingLeft: import("@stitches/core/types/css-util").WithPropertyValue<"paddingLeft">;
|
|
20
|
+
paddingRight: import("@stitches/core/types/css-util").WithPropertyValue<"paddingLeft">;
|
|
21
|
+
};
|
|
22
|
+
py: (value: PV<"paddingTop">) => {
|
|
23
|
+
paddingTop: import("@stitches/core/types/css-util").WithPropertyValue<"paddingTop">;
|
|
24
|
+
paddingBottom: import("@stitches/core/types/css-util").WithPropertyValue<"paddingTop">;
|
|
25
|
+
};
|
|
26
|
+
m: (value: PV<"margin">) => {
|
|
27
|
+
margin: import("@stitches/core/types/css-util").WithPropertyValue<"margin">;
|
|
28
|
+
};
|
|
29
|
+
mt: (value: PV<"marginTop">) => {
|
|
30
|
+
marginTop: import("@stitches/core/types/css-util").WithPropertyValue<"marginTop">;
|
|
31
|
+
};
|
|
32
|
+
mr: (value: PV<"marginRight">) => {
|
|
33
|
+
marginRight: import("@stitches/core/types/css-util").WithPropertyValue<"marginRight">;
|
|
34
|
+
};
|
|
35
|
+
mb: (value: PV<"marginBottom">) => {
|
|
36
|
+
marginBottom: import("@stitches/core/types/css-util").WithPropertyValue<"marginBottom">;
|
|
37
|
+
};
|
|
38
|
+
ml: (value: PV<"marginLeft">) => {
|
|
39
|
+
marginLeft: import("@stitches/core/types/css-util").WithPropertyValue<"marginLeft">;
|
|
40
|
+
};
|
|
41
|
+
mx: (value: PV<"marginLeft">) => {
|
|
42
|
+
marginLeft: import("@stitches/core/types/css-util").WithPropertyValue<"marginLeft">;
|
|
43
|
+
marginRight: import("@stitches/core/types/css-util").WithPropertyValue<"marginLeft">;
|
|
44
|
+
};
|
|
45
|
+
my: (value: PV<"marginTop">) => {
|
|
46
|
+
marginTop: import("@stitches/core/types/css-util").WithPropertyValue<"marginTop">;
|
|
47
|
+
marginBottom: import("@stitches/core/types/css-util").WithPropertyValue<"marginTop">;
|
|
48
|
+
};
|
|
49
|
+
ta: (value: PV<"textAlign">) => {
|
|
50
|
+
textAlign: import("@stitches/core/types/css-util").WithPropertyValue<"textAlign">;
|
|
51
|
+
};
|
|
52
|
+
tt: (value: PV<"textTransform">) => {
|
|
53
|
+
textTransform: import("@stitches/core/types/css-util").WithPropertyValue<"textTransform">;
|
|
54
|
+
};
|
|
55
|
+
to: (value: PV<"textOverflow">) => {
|
|
56
|
+
textOverflow: import("@stitches/core/types/css-util").WithPropertyValue<"textOverflow">;
|
|
57
|
+
};
|
|
58
|
+
d: (value: PV<"display">) => {
|
|
59
|
+
display: import("@stitches/core/types/css-util").WithPropertyValue<"display">;
|
|
60
|
+
};
|
|
61
|
+
dflex: (value: PV<"alignItems">) => {
|
|
62
|
+
display: string;
|
|
63
|
+
alignItems: import("@stitches/core/types/css-util").WithPropertyValue<"alignItems">;
|
|
64
|
+
justifyContent: import("@stitches/core/types/css-util").WithPropertyValue<"alignItems">;
|
|
65
|
+
};
|
|
66
|
+
fd: (value: PV<"flexDirection">) => {
|
|
67
|
+
flexDirection: import("@stitches/core/types/css-util").WithPropertyValue<"flexDirection">;
|
|
68
|
+
};
|
|
69
|
+
fw: (value: PV<"flexWrap">) => {
|
|
70
|
+
flexWrap: import("@stitches/core/types/css-util").WithPropertyValue<"flexWrap">;
|
|
71
|
+
};
|
|
72
|
+
ai: (value: PV<"alignItems">) => {
|
|
73
|
+
alignItems: import("@stitches/core/types/css-util").WithPropertyValue<"alignItems">;
|
|
74
|
+
};
|
|
75
|
+
ac: (value: PV<"alignContent">) => {
|
|
76
|
+
alignContent: import("@stitches/core/types/css-util").WithPropertyValue<"alignContent">;
|
|
77
|
+
};
|
|
78
|
+
jc: (value: PV<"justifyContent">) => {
|
|
79
|
+
justifyContent: import("@stitches/core/types/css-util").WithPropertyValue<"justifyContent">;
|
|
80
|
+
};
|
|
81
|
+
as: (value: PV<"alignSelf">) => {
|
|
82
|
+
alignSelf: import("@stitches/core/types/css-util").WithPropertyValue<"alignSelf">;
|
|
83
|
+
};
|
|
84
|
+
fg: (value: PV<"flexGrow">) => {
|
|
85
|
+
flexGrow: import("@stitches/core/types/css-util").WithPropertyValue<"flexGrow">;
|
|
86
|
+
};
|
|
87
|
+
fs: (value: PV<"fontSize">) => {
|
|
88
|
+
fontSize: import("@stitches/core/types/css-util").WithPropertyValue<"fontSize">;
|
|
89
|
+
};
|
|
90
|
+
fb: (value: PV<"flexBasis">) => {
|
|
91
|
+
flexBasis: import("@stitches/core/types/css-util").WithPropertyValue<"flexBasis">;
|
|
92
|
+
};
|
|
93
|
+
bf: (value: PV<"backdropFilter">) => {
|
|
94
|
+
backdropFilter: import("@stitches/core/types/css-util").WithPropertyValue<"backdropFilter">;
|
|
95
|
+
};
|
|
96
|
+
bg: (value: PV<"backgroundColor">) => {
|
|
97
|
+
background: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundColor">;
|
|
98
|
+
};
|
|
99
|
+
bgBlur: (value: PV<"backgroundColor">) => {
|
|
100
|
+
bf: string;
|
|
101
|
+
bg: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundColor">;
|
|
102
|
+
};
|
|
103
|
+
bc: (value: PV<"backgroundColor">) => {
|
|
104
|
+
backgroundColor: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundColor">;
|
|
105
|
+
};
|
|
106
|
+
bgColor: (value: PV<"backgroundColor">) => {
|
|
107
|
+
backgroundColor: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundColor">;
|
|
108
|
+
};
|
|
109
|
+
bgClip: (value: PV<"backgroundClip">) => {
|
|
110
|
+
WebkitBackgroundClip: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundClip">;
|
|
111
|
+
backgroundClip: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundClip">;
|
|
112
|
+
};
|
|
113
|
+
backgroundClip: (value: PV<"backgroundClip">) => {
|
|
114
|
+
WebkitBackgroundClip: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundClip">;
|
|
115
|
+
backgroundClip: import("@stitches/core/types/css-util").WithPropertyValue<"backgroundClip">;
|
|
116
|
+
};
|
|
117
|
+
bw: (value: PV<"borderWidth">) => {
|
|
118
|
+
borderWidth: import("@stitches/core/types/css-util").WithPropertyValue<"borderWidth">;
|
|
119
|
+
};
|
|
120
|
+
br: (value: PV<"borderRadius">) => {
|
|
121
|
+
borderRadius: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
122
|
+
};
|
|
123
|
+
brtr: (value: PV<"borderTopRightRadius">) => {
|
|
124
|
+
borderTopRightRadius: import("@stitches/core/types/css-util").WithPropertyValue<"borderTopRightRadius">;
|
|
125
|
+
};
|
|
126
|
+
brtl: (value: PV<"borderTopLeftRadius">) => {
|
|
127
|
+
borderTopLeftRadius: import("@stitches/core/types/css-util").WithPropertyValue<"borderTopLeftRadius">;
|
|
128
|
+
};
|
|
129
|
+
brbr: (value: PV<"borderBottomRightRadius">) => {
|
|
130
|
+
borderBottomRightRadius: import("@stitches/core/types/css-util").WithPropertyValue<"borderBottomRightRadius">;
|
|
131
|
+
};
|
|
132
|
+
brbl: (value: PV<"borderBottomLeftRadius">) => {
|
|
133
|
+
borderBottomLeftRadius: import("@stitches/core/types/css-util").WithPropertyValue<"borderBottomLeftRadius">;
|
|
134
|
+
};
|
|
135
|
+
brl: (value: PV<"borderRadius">) => {
|
|
136
|
+
brtl: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
137
|
+
brbl: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
138
|
+
};
|
|
139
|
+
brr: (value: PV<"borderRadius">) => {
|
|
140
|
+
brtr: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
141
|
+
brbr: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
142
|
+
};
|
|
143
|
+
brt: (value: PV<"borderRadius">) => {
|
|
144
|
+
brtr: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
145
|
+
brtl: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
146
|
+
};
|
|
147
|
+
brb: (value: PV<"borderRadius">) => {
|
|
148
|
+
brbr: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
149
|
+
brbl: import("@stitches/core/types/css-util").WithPropertyValue<"borderRadius">;
|
|
150
|
+
};
|
|
151
|
+
bs: (value: PV<"boxShadow">) => {
|
|
152
|
+
boxShadow: import("@stitches/core/types/css-util").WithPropertyValue<"boxShadow">;
|
|
153
|
+
};
|
|
154
|
+
normalShadow: (value: PV<"backgroundColor">) => {
|
|
155
|
+
boxShadow: string;
|
|
156
|
+
};
|
|
157
|
+
lh: (value: PV<"lineHeight">) => {
|
|
158
|
+
lineHeight: import("@stitches/core/types/css-util").WithPropertyValue<"lineHeight">;
|
|
159
|
+
};
|
|
160
|
+
ov: (value: PV<"overflow">) => {
|
|
161
|
+
overflow: import("@stitches/core/types/css-util").WithPropertyValue<"overflow">;
|
|
162
|
+
};
|
|
163
|
+
ox: (value: PV<"overflowX">) => {
|
|
164
|
+
overflowX: import("@stitches/core/types/css-util").WithPropertyValue<"overflowX">;
|
|
165
|
+
};
|
|
166
|
+
oy: (value: PV<"overflowY">) => {
|
|
167
|
+
overflowY: import("@stitches/core/types/css-util").WithPropertyValue<"overflowY">;
|
|
168
|
+
};
|
|
169
|
+
pe: (value: PV<"pointerEvents">) => {
|
|
170
|
+
pointerEvents: import("@stitches/core/types/css-util").WithPropertyValue<"pointerEvents">;
|
|
171
|
+
};
|
|
172
|
+
userSelect: (value: PV<"userSelect">) => {
|
|
173
|
+
WebkitUserSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
174
|
+
WebkitTouchCallout: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
175
|
+
KhtmlUserSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
176
|
+
MozUserSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
177
|
+
MsUserSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
178
|
+
userSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
179
|
+
};
|
|
180
|
+
us: (value: PV<"userSelect">) => {
|
|
181
|
+
userSelect: import("@stitches/core/types/css-util").WithPropertyValue<"userSelect">;
|
|
182
|
+
};
|
|
183
|
+
w: (value: PV<"width">) => {
|
|
184
|
+
width: import("@stitches/core/types/css-util").WithPropertyValue<"width">;
|
|
185
|
+
};
|
|
186
|
+
h: (value: PV<"height">) => {
|
|
187
|
+
height: import("@stitches/core/types/css-util").WithPropertyValue<"height">;
|
|
188
|
+
};
|
|
189
|
+
minW: (value: PV<"minWidth">) => {
|
|
190
|
+
minWidth: import("@stitches/core/types/css-util").WithPropertyValue<"minWidth">;
|
|
191
|
+
};
|
|
192
|
+
maxW: (value: PV<"maxWidth">) => {
|
|
193
|
+
maxWidth: import("@stitches/core/types/css-util").WithPropertyValue<"maxWidth">;
|
|
194
|
+
};
|
|
195
|
+
minH: (value: PV<"minHeight">) => {
|
|
196
|
+
minHeight: import("@stitches/core/types/css-util").WithPropertyValue<"minHeight">;
|
|
197
|
+
};
|
|
198
|
+
maxH: (value: PV<"maxHeight">) => {
|
|
199
|
+
maxHeight: import("@stitches/core/types/css-util").WithPropertyValue<"maxHeight">;
|
|
200
|
+
};
|
|
201
|
+
size: (value: PV<"width">) => {
|
|
202
|
+
width: import("@stitches/core/types/css-util").WithPropertyValue<"width">;
|
|
203
|
+
height: import("@stitches/core/types/css-util").WithPropertyValue<"width">;
|
|
204
|
+
};
|
|
205
|
+
minSize: (value: PV<"minWidth">) => {
|
|
206
|
+
minWidth: import("@stitches/core/types/css-util").WithPropertyValue<"minWidth">;
|
|
207
|
+
minHeight: import("@stitches/core/types/css-util").WithPropertyValue<"minWidth">;
|
|
208
|
+
};
|
|
209
|
+
maxSize: (value: PV<"maxWidth">) => {
|
|
210
|
+
maxWidth: import("@stitches/core/types/css-util").WithPropertyValue<"maxWidth">;
|
|
211
|
+
maxHeight: import("@stitches/core/types/css-util").WithPropertyValue<"maxWidth">;
|
|
212
|
+
};
|
|
213
|
+
appearance: (value: PV<"appearance">) => {
|
|
214
|
+
appearance: import("@stitches/core/types/css-util").WithPropertyValue<"appearance">;
|
|
215
|
+
WebkitAppearance: import("@stitches/core/types/css-util").WithPropertyValue<"appearance">;
|
|
216
|
+
MozAppearance: import("@stitches/core/types/css-util").WithPropertyValue<"appearance">;
|
|
217
|
+
};
|
|
218
|
+
scale: (value: PV<"scale">) => {
|
|
219
|
+
transform: string;
|
|
220
|
+
};
|
|
221
|
+
linearGradient: (value: PV<"backgroundImage">) => {
|
|
222
|
+
backgroundImage: string;
|
|
223
|
+
};
|
|
224
|
+
tdl: (value: PV<"textDecorationLine">) => {
|
|
225
|
+
textDecorationLine: import("@stitches/core/types/css-util").WithPropertyValue<"textDecorationLine">;
|
|
226
|
+
};
|
|
227
|
+
truncateText: (value: PV<"maxWidth">) => {
|
|
228
|
+
maxWidth: import("@stitches/core/types/css-util").WithPropertyValue<"maxWidth">;
|
|
229
|
+
whiteSpace: string;
|
|
230
|
+
overflow: string;
|
|
231
|
+
textOverflow: string;
|
|
232
|
+
};
|
|
233
|
+
textGradient: (value: PV<"backgroundImage">) => {
|
|
234
|
+
backgroundImage: string;
|
|
235
|
+
WebkitBackgroundClip: string;
|
|
236
|
+
WebkitTextFillColor: string;
|
|
237
|
+
'&::selection': {
|
|
238
|
+
WebkitTextFillColor: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as styled } from './styled';
|
|
2
|
+
export { default as BaseCSS } from './defaults/globals';
|
|
3
|
+
export { defaultConfig, createTheme, css, getCssText, globalCss, keyframes, defaultTheme, newTheme, } from './stitches.config';
|
|
4
|
+
export { BPRange } from './defaults/breakpoints';
|
|
5
|
+
export type { CSS, CSSContainer, Config, FontSizes, SemanticKeys, CSSColorKeys, } from './stitches.config';
|
|
6
|
+
export type * from './types';
|