bootstrap-rn 0.3.6 → 0.4.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/lib/commonjs/Context.js +1 -1
- package/lib/commonjs/Context.js.map +1 -1
- package/lib/commonjs/Provider.js +8 -4
- package/lib/commonjs/Provider.js.map +1 -1
- package/lib/commonjs/components/Body.js +9 -6
- package/lib/commonjs/components/Body.js.map +1 -1
- package/lib/commonjs/components/Caret.js +5 -4
- package/lib/commonjs/components/Caret.js.map +1 -1
- package/lib/commonjs/components/Heading.js +7 -5
- package/lib/commonjs/components/Heading.js.map +1 -1
- package/lib/commonjs/components/Image.js +5 -4
- package/lib/commonjs/components/Image.js.map +1 -1
- package/lib/commonjs/components/ImageBackground.js +5 -4
- package/lib/commonjs/components/ImageBackground.js.map +1 -1
- package/lib/commonjs/components/Label.js +7 -5
- package/lib/commonjs/components/Label.js.map +1 -1
- package/lib/commonjs/components/Link.js +8 -5
- package/lib/commonjs/components/Link.js.map +1 -1
- package/lib/commonjs/components/Pressable.js +21 -11
- package/lib/commonjs/components/Pressable.js.map +1 -1
- package/lib/commonjs/components/ScrollView.js +10 -7
- package/lib/commonjs/components/ScrollView.js.map +1 -1
- package/lib/commonjs/components/Text.js +9 -7
- package/lib/commonjs/components/Text.js.map +1 -1
- package/lib/commonjs/components/TextInput.js +5 -4
- package/lib/commonjs/components/TextInput.js.map +1 -1
- package/lib/commonjs/components/View.js +10 -7
- package/lib/commonjs/components/View.js.map +1 -1
- package/lib/commonjs/components/alert/Alert.js +7 -5
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/badge/Badge.js +10 -7
- package/lib/commonjs/components/badge/Badge.js.map +1 -1
- package/lib/commonjs/components/breadcrumb/Breadcrumb.js +7 -5
- package/lib/commonjs/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/commonjs/components/breadcrumb/BreadcrumbItem.js +14 -11
- package/lib/commonjs/components/breadcrumb/BreadcrumbItem.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroup.js +10 -7
- package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroupContext.js +1 -1
- package/lib/commonjs/components/button-group/ButtonGroupContext.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonToolbar.js +7 -5
- package/lib/commonjs/components/button-group/ButtonToolbar.js.map +1 -1
- package/lib/commonjs/components/buttons/Button.js +7 -5
- package/lib/commonjs/components/buttons/Button.js.map +1 -1
- package/lib/commonjs/components/card/Card.js +7 -5
- package/lib/commonjs/components/card/Card.js.map +1 -1
- package/lib/commonjs/components/card/CardBody.js +7 -5
- package/lib/commonjs/components/card/CardBody.js.map +1 -1
- package/lib/commonjs/components/card/CardFooter.js +7 -5
- package/lib/commonjs/components/card/CardFooter.js.map +1 -1
- package/lib/commonjs/components/card/CardHeader.js +7 -5
- package/lib/commonjs/components/card/CardHeader.js.map +1 -1
- package/lib/commonjs/components/close/CloseButton.js +8 -5
- package/lib/commonjs/components/close/CloseButton.js.map +1 -1
- package/lib/commonjs/components/collapse/Collapse.js +7 -5
- package/lib/commonjs/components/collapse/Collapse.js.map +1 -1
- package/lib/commonjs/components/collapse/CollapseProvider.js +6 -4
- package/lib/commonjs/components/collapse/CollapseProvider.js.map +1 -1
- package/lib/commonjs/components/collapse/useCollapse.js +1 -1
- package/lib/commonjs/components/collapse/useCollapse.js.map +1 -1
- package/lib/commonjs/components/collapse/useToggleCollapse.js +1 -1
- package/lib/commonjs/components/collapse/useToggleCollapse.js.map +1 -1
- package/lib/commonjs/components/containers/Container.js +5 -4
- package/lib/commonjs/components/containers/Container.js.map +1 -1
- package/lib/commonjs/components/dropdown/Dropdown.js +10 -7
- package/lib/commonjs/components/dropdown/Dropdown.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownDivider.js +5 -4
- package/lib/commonjs/components/dropdown/DropdownDivider.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownHeader.js +11 -8
- package/lib/commonjs/components/dropdown/DropdownHeader.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownItem.js +7 -5
- package/lib/commonjs/components/dropdown/DropdownItem.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownItemText.js +10 -7
- package/lib/commonjs/components/dropdown/DropdownItemText.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownMenu.js +50 -38
- package/lib/commonjs/components/dropdown/DropdownMenu.js.map +1 -1
- package/lib/commonjs/components/dropdown/DropdownToggle.js +1 -1
- package/lib/commonjs/components/dropdown/DropdownToggle.js.map +1 -1
- package/lib/commonjs/components/dropdown/useDismissDropdown.js +1 -1
- package/lib/commonjs/components/dropdown/useDismissDropdown.js.map +1 -1
- package/lib/commonjs/components/dropdown/useDropdown.js +1 -1
- package/lib/commonjs/components/dropdown/useDropdown.js.map +1 -1
- package/lib/commonjs/components/dropdown/useToggleDropdown.js +1 -1
- package/lib/commonjs/components/dropdown/useToggleDropdown.js.map +1 -1
- package/lib/commonjs/components/forms/Checkbox.js +5 -4
- package/lib/commonjs/components/forms/Checkbox.js.map +1 -1
- package/lib/commonjs/components/forms/Feedback.js +7 -5
- package/lib/commonjs/components/forms/Feedback.js.map +1 -1
- package/lib/commonjs/components/forms/FormCheck.js +10 -7
- package/lib/commonjs/components/forms/FormCheck.js.map +1 -1
- package/lib/commonjs/components/forms/FormCheckContext.js +1 -1
- package/lib/commonjs/components/forms/FormCheckContext.js.map +1 -1
- package/lib/commonjs/components/forms/FormCheckInput.js +5 -4
- package/lib/commonjs/components/forms/FormCheckInput.js.map +1 -1
- package/lib/commonjs/components/forms/FormCheckLabel.js +7 -5
- package/lib/commonjs/components/forms/FormCheckLabel.js.map +1 -1
- package/lib/commonjs/components/forms/FormLabel.js +7 -5
- package/lib/commonjs/components/forms/FormLabel.js.map +1 -1
- package/lib/commonjs/components/forms/FormText.js +10 -7
- package/lib/commonjs/components/forms/FormText.js.map +1 -1
- package/lib/commonjs/components/forms/Input.js +5 -4
- package/lib/commonjs/components/forms/Input.js.map +1 -1
- package/lib/commonjs/components/forms/Picker.js +27 -24
- package/lib/commonjs/components/forms/Picker.js.map +1 -1
- package/lib/commonjs/components/forms/PickerContext.js +1 -1
- package/lib/commonjs/components/forms/PickerContext.js.map +1 -1
- package/lib/commonjs/components/forms/PickerItem.js +3 -2
- package/lib/commonjs/components/forms/PickerItem.js.map +1 -1
- package/lib/commonjs/components/forms/Radio.js +5 -4
- package/lib/commonjs/components/forms/Radio.js.map +1 -1
- package/lib/commonjs/components/forms/RadioContext.js +1 -1
- package/lib/commonjs/components/forms/RadioContext.js.map +1 -1
- package/lib/commonjs/components/forms/RadioGroup.js +10 -7
- package/lib/commonjs/components/forms/RadioGroup.js.map +1 -1
- package/lib/commonjs/components/forms/Switch.js +5 -4
- package/lib/commonjs/components/forms/Switch.js.map +1 -1
- package/lib/commonjs/components/forms/internals/FormCheckInputNative.js +6 -4
- package/lib/commonjs/components/forms/internals/FormCheckInputNative.js.map +1 -1
- package/lib/commonjs/components/forms/internals/FormCheckInputWeb.js +3 -2
- package/lib/commonjs/components/forms/internals/FormCheckInputWeb.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerNative.js +47 -36
- package/lib/commonjs/components/forms/internals/PickerNative.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerNativeContext.js +1 -1
- package/lib/commonjs/components/forms/internals/PickerNativeContext.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerNativeItem.js +8 -5
- package/lib/commonjs/components/forms/internals/PickerNativeItem.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerWeb.js +15 -11
- package/lib/commonjs/components/forms/internals/PickerWeb.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerWebContext.js +1 -1
- package/lib/commonjs/components/forms/internals/PickerWebContext.js.map +1 -1
- package/lib/commonjs/components/forms/internals/PickerWebItem.js +3 -2
- package/lib/commonjs/components/forms/internals/PickerWebItem.js.map +1 -1
- package/lib/commonjs/components/grid/Col.js +7 -5
- package/lib/commonjs/components/grid/Col.js.map +1 -1
- package/lib/commonjs/components/grid/Row.js +7 -5
- package/lib/commonjs/components/grid/Row.js.map +1 -1
- package/lib/commonjs/components/helpers/BackdropHandler.js +3 -2
- package/lib/commonjs/components/helpers/BackdropHandler.js.map +1 -1
- package/lib/commonjs/components/helpers/ListContext.js +1 -1
- package/lib/commonjs/components/helpers/ListContext.js.map +1 -1
- package/lib/commonjs/components/helpers/Overlay.js +12 -3
- package/lib/commonjs/components/helpers/Overlay.js.map +1 -1
- package/lib/commonjs/components/list-group/ListGroup.js +10 -7
- package/lib/commonjs/components/list-group/ListGroup.js.map +1 -1
- package/lib/commonjs/components/list-group/ListGroupContext.js +1 -1
- package/lib/commonjs/components/list-group/ListGroupContext.js.map +1 -1
- package/lib/commonjs/components/list-group/ListGroupItem.js +7 -5
- package/lib/commonjs/components/list-group/ListGroupItem.js.map +1 -1
- package/lib/commonjs/components/list-group/ListGroupItemAction.js +7 -5
- package/lib/commonjs/components/list-group/ListGroupItemAction.js.map +1 -1
- package/lib/commonjs/components/modal/Modal.js +41 -32
- package/lib/commonjs/components/modal/Modal.js.map +1 -1
- package/lib/commonjs/components/modal/ModalBody.js +7 -5
- package/lib/commonjs/components/modal/ModalBody.js.map +1 -1
- package/lib/commonjs/components/modal/ModalContext.js +1 -1
- package/lib/commonjs/components/modal/ModalContext.js.map +1 -1
- package/lib/commonjs/components/modal/ModalFooter.js +7 -5
- package/lib/commonjs/components/modal/ModalFooter.js.map +1 -1
- package/lib/commonjs/components/modal/ModalHeader.js +7 -5
- package/lib/commonjs/components/modal/ModalHeader.js.map +1 -1
- package/lib/commonjs/components/modal/ModalTitle.js +8 -7
- package/lib/commonjs/components/modal/ModalTitle.js.map +1 -1
- package/lib/commonjs/components/modal/useModal.js +1 -1
- package/lib/commonjs/components/modal/useModal.js.map +1 -1
- package/lib/commonjs/components/nav/Nav.js +10 -7
- package/lib/commonjs/components/nav/Nav.js.map +1 -1
- package/lib/commonjs/components/nav/NavLink.js +7 -5
- package/lib/commonjs/components/nav/NavLink.js.map +1 -1
- package/lib/commonjs/components/nav/Tab.js +1 -1
- package/lib/commonjs/components/nav/Tab.js.map +1 -1
- package/lib/commonjs/components/nav/TabContent.js +5 -4
- package/lib/commonjs/components/nav/TabContent.js.map +1 -1
- package/lib/commonjs/components/nav/TabPane.js +5 -4
- package/lib/commonjs/components/nav/TabPane.js.map +1 -1
- package/lib/commonjs/components/nav/TabProvider.js +6 -4
- package/lib/commonjs/components/nav/TabProvider.js.map +1 -1
- package/lib/commonjs/components/nav/useTabbable.js +1 -1
- package/lib/commonjs/components/nav/useTabbable.js.map +1 -1
- package/lib/commonjs/components/nav/useToggleTab.js +1 -1
- package/lib/commonjs/components/nav/useToggleTab.js.map +1 -1
- package/lib/commonjs/components/navbar/Navbar.js +10 -7
- package/lib/commonjs/components/navbar/Navbar.js.map +1 -1
- package/lib/commonjs/components/navbar/NavbarBrand.js +7 -5
- package/lib/commonjs/components/navbar/NavbarBrand.js.map +1 -1
- package/lib/commonjs/components/navbar/NavbarCollapse.js +7 -5
- package/lib/commonjs/components/navbar/NavbarCollapse.js.map +1 -1
- package/lib/commonjs/components/navbar/NavbarText.js +10 -7
- package/lib/commonjs/components/navbar/NavbarText.js.map +1 -1
- package/lib/commonjs/components/navbar/NavbarToggler.js +10 -7
- package/lib/commonjs/components/navbar/NavbarToggler.js.map +1 -1
- package/lib/commonjs/components/navbar/useDismissNavbar.js +1 -1
- package/lib/commonjs/components/navbar/useDismissNavbar.js.map +1 -1
- package/lib/commonjs/components/navbar/useNavbar.js +1 -1
- package/lib/commonjs/components/navbar/useNavbar.js.map +1 -1
- package/lib/commonjs/components/navbar/useToggleNavbar.js +1 -1
- package/lib/commonjs/components/navbar/useToggleNavbar.js.map +1 -1
- package/lib/commonjs/components/offcanvas/Offcanvas.js +42 -31
- package/lib/commonjs/components/offcanvas/Offcanvas.js.map +1 -1
- package/lib/commonjs/components/offcanvas/OffcanvasBody.js +7 -5
- package/lib/commonjs/components/offcanvas/OffcanvasBody.js.map +1 -1
- package/lib/commonjs/components/offcanvas/OffcanvasContext.js +1 -1
- package/lib/commonjs/components/offcanvas/OffcanvasContext.js.map +1 -1
- package/lib/commonjs/components/offcanvas/OffcanvasHeader.js +7 -5
- package/lib/commonjs/components/offcanvas/OffcanvasHeader.js.map +1 -1
- package/lib/commonjs/components/offcanvas/OffcanvasTitle.js +8 -7
- package/lib/commonjs/components/offcanvas/OffcanvasTitle.js.map +1 -1
- package/lib/commonjs/components/offcanvas/useOffcanvas.js +1 -1
- package/lib/commonjs/components/offcanvas/useOffcanvas.js.map +1 -1
- package/lib/commonjs/components/pagination/Pagination.js +7 -5
- package/lib/commonjs/components/pagination/Pagination.js.map +1 -1
- package/lib/commonjs/components/pagination/PaginationItem.js +7 -5
- package/lib/commonjs/components/pagination/PaginationItem.js.map +1 -1
- package/lib/commonjs/components/placeholders/Placeholders.js +7 -5
- package/lib/commonjs/components/placeholders/Placeholders.js.map +1 -1
- package/lib/commonjs/components/popover/Popover.js +10 -7
- package/lib/commonjs/components/popover/Popover.js.map +1 -1
- package/lib/commonjs/components/popover/PopoverArrow.js +11 -9
- package/lib/commonjs/components/popover/PopoverArrow.js.map +1 -1
- package/lib/commonjs/components/popover/PopoverBody.js +7 -5
- package/lib/commonjs/components/popover/PopoverBody.js.map +1 -1
- package/lib/commonjs/components/popover/PopoverContext.js +1 -1
- package/lib/commonjs/components/popover/PopoverContext.js.map +1 -1
- package/lib/commonjs/components/popover/PopoverHeader.js +11 -8
- package/lib/commonjs/components/popover/PopoverHeader.js.map +1 -1
- package/lib/commonjs/components/popover/injectPopover.js +41 -25
- package/lib/commonjs/components/popover/injectPopover.js.map +1 -1
- package/lib/commonjs/components/progress/Progress.js +10 -7
- package/lib/commonjs/components/progress/Progress.js.map +1 -1
- package/lib/commonjs/components/progress/ProgressBar.js +10 -7
- package/lib/commonjs/components/progress/ProgressBar.js.map +1 -1
- package/lib/commonjs/components/progress/ProgressContext.js +1 -1
- package/lib/commonjs/components/progress/ProgressContext.js.map +1 -1
- package/lib/commonjs/components/spinners/Spinner.js +5 -4
- package/lib/commonjs/components/spinners/Spinner.js.map +1 -1
- package/lib/commonjs/components/toasts/Toast.js +7 -5
- package/lib/commonjs/components/toasts/Toast.js.map +1 -1
- package/lib/commonjs/components/toasts/ToastBody.js +7 -5
- package/lib/commonjs/components/toasts/ToastBody.js.map +1 -1
- package/lib/commonjs/components/toasts/ToastContainer.js +10 -7
- package/lib/commonjs/components/toasts/ToastContainer.js.map +1 -1
- package/lib/commonjs/components/toasts/ToastContainerContext.js +1 -1
- package/lib/commonjs/components/toasts/ToastContainerContext.js.map +1 -1
- package/lib/commonjs/components/toasts/ToastHeader.js +7 -5
- package/lib/commonjs/components/toasts/ToastHeader.js.map +1 -1
- package/lib/commonjs/components/tooltip/Tooltip.js +10 -7
- package/lib/commonjs/components/tooltip/Tooltip.js.map +1 -1
- package/lib/commonjs/components/tooltip/TooltipArrow.js +9 -7
- package/lib/commonjs/components/tooltip/TooltipArrow.js.map +1 -1
- package/lib/commonjs/components/tooltip/TooltipContext.js +1 -1
- package/lib/commonjs/components/tooltip/TooltipContext.js.map +1 -1
- package/lib/commonjs/components/tooltip/TooltipInner.js +10 -7
- package/lib/commonjs/components/tooltip/TooltipInner.js.map +1 -1
- package/lib/commonjs/components/tooltip/injectTooltip.js +38 -24
- package/lib/commonjs/components/tooltip/injectTooltip.js.map +1 -1
- package/lib/commonjs/components/type/Blockquote.js +7 -5
- package/lib/commonjs/components/type/Blockquote.js.map +1 -1
- package/lib/commonjs/components/type/Code.js +7 -5
- package/lib/commonjs/components/type/Code.js.map +1 -1
- package/lib/commonjs/components/type/DisplayHeading.js +7 -5
- package/lib/commonjs/components/type/DisplayHeading.js.map +1 -1
- package/lib/commonjs/components/type/Paragraph.js +7 -5
- package/lib/commonjs/components/type/Paragraph.js.map +1 -1
- package/lib/commonjs/hooks/useAction.js.map +1 -1
- package/lib/commonjs/hooks/useBackground.js.map +1 -1
- package/lib/commonjs/hooks/useBackground.native.js +12 -9
- package/lib/commonjs/hooks/useBackground.native.js.map +1 -1
- package/lib/commonjs/hooks/useFixedElement.js +1 -1
- package/lib/commonjs/hooks/useFixedElement.js.map +1 -1
- package/lib/commonjs/hooks/useForcedContext.js +1 -1
- package/lib/commonjs/hooks/useForcedContext.js.map +1 -1
- package/lib/commonjs/hooks/useIdentifier.js +1 -1
- package/lib/commonjs/hooks/useIdentifier.js.map +1 -1
- package/lib/commonjs/hooks/useList.js +12 -9
- package/lib/commonjs/hooks/useList.js.map +1 -1
- package/lib/commonjs/hooks/useMedia.js +1 -1
- package/lib/commonjs/hooks/useMedia.js.map +1 -1
- package/lib/commonjs/hooks/useModifier.js +1 -1
- package/lib/commonjs/hooks/useModifier.js.map +1 -1
- package/lib/commonjs/hooks/useScrollbarEffects.js.map +1 -1
- package/lib/commonjs/hooks/useStyle.js +1 -1
- package/lib/commonjs/hooks/useStyle.js.map +1 -1
- package/lib/commonjs/hooks/useTrigger.js +1 -1
- package/lib/commonjs/hooks/useTrigger.js.map +1 -1
- package/lib/commonjs/hooks/useViewport.js +1 -1
- package/lib/commonjs/hooks/useViewport.js.map +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/style/TextStyleContext.js +1 -1
- package/lib/commonjs/style/TextStyleContext.js.map +1 -1
- package/lib/commonjs/style/TextStyleProvider.js +6 -4
- package/lib/commonjs/style/TextStyleProvider.js.map +1 -1
- package/lib/commonjs/style/createStyle.js +1 -1
- package/lib/commonjs/style/createStyle.js.map +1 -1
- package/lib/commonjs/style/css.js +1 -1
- package/lib/commonjs/style/css.js.map +1 -1
- package/lib/commonjs/style/functions.js +1 -1
- package/lib/commonjs/style/functions.js.map +1 -1
- package/lib/commonjs/style/makeTheme.js +1 -1
- package/lib/commonjs/style/makeTheme.js.map +1 -1
- package/lib/commonjs/style/makeUtilities.js +1 -1
- package/lib/commonjs/style/makeUtilities.js.map +1 -1
- package/lib/commonjs/style/math.js +1 -1
- package/lib/commonjs/style/math.js.map +1 -1
- package/lib/commonjs/style/parse/InputStream.js.map +1 -1
- package/lib/commonjs/style/parse/index.js +1 -1
- package/lib/commonjs/style/parse/index.js.map +1 -1
- package/lib/commonjs/style/parse/parseBlock.js +1 -1
- package/lib/commonjs/style/parse/parseBlock.js.map +1 -1
- package/lib/commonjs/style/parse/rules/declaration.js +1 -1
- package/lib/commonjs/style/parse/rules/declaration.js.map +1 -1
- package/lib/commonjs/style/parse/rules/directive.js +1 -1
- package/lib/commonjs/style/parse/rules/directive.js.map +1 -1
- package/lib/commonjs/style/parse/rules/selector.js +1 -1
- package/lib/commonjs/style/parse/rules/selector.js.map +1 -1
- package/lib/commonjs/style/parse/rules/variable.js +1 -1
- package/lib/commonjs/style/parse/rules/variable.js.map +1 -1
- package/lib/commonjs/style/transform/formula.js.map +1 -1
- package/lib/commonjs/style/transform/index.js +21 -2
- package/lib/commonjs/style/transform/index.js.map +1 -1
- package/lib/commonjs/style/transform/rem.js.map +1 -1
- package/lib/commonjs/style/types/RgbaValue.js.map +1 -1
- package/lib/commonjs/style/types/UnitValue.js.map +1 -1
- package/lib/commonjs/theme/breakpoints.js.map +1 -1
- package/lib/commonjs/theme/functions.js +1 -1
- package/lib/commonjs/theme/functions.js.map +1 -1
- package/lib/commonjs/theme/maps.js.map +1 -1
- package/lib/commonjs/theme/utilities.js.map +1 -1
- package/lib/commonjs/theme/variables.js +1 -1
- package/lib/commonjs/theme/variables.js.map +1 -1
- package/lib/commonjs/utils.d.ts +1 -2
- package/lib/commonjs/utils.js +0 -1
- package/lib/commonjs/utils.js.map +1 -1
- package/lib/module/Context.js +2 -0
- package/lib/module/Context.js.map +1 -1
- package/lib/module/Provider.js +9 -3
- package/lib/module/Provider.js.map +1 -1
- package/lib/module/components/Body.js +10 -5
- package/lib/module/components/Body.js.map +1 -1
- package/lib/module/components/Caret.js +6 -3
- package/lib/module/components/Caret.js.map +1 -1
- package/lib/module/components/Heading.js +8 -4
- package/lib/module/components/Heading.js.map +1 -1
- package/lib/module/components/Image.js +6 -3
- package/lib/module/components/Image.js.map +1 -1
- package/lib/module/components/ImageBackground.js +6 -3
- package/lib/module/components/ImageBackground.js.map +1 -1
- package/lib/module/components/Label.js +8 -4
- package/lib/module/components/Label.js.map +1 -1
- package/lib/module/components/Link.js +9 -5
- package/lib/module/components/Link.js.map +1 -1
- package/lib/module/components/Pressable.js +22 -10
- package/lib/module/components/Pressable.js.map +1 -1
- package/lib/module/components/ScrollView.js +11 -6
- package/lib/module/components/ScrollView.js.map +1 -1
- package/lib/module/components/Text.js +10 -6
- package/lib/module/components/Text.js.map +1 -1
- package/lib/module/components/TextInput.js +6 -3
- package/lib/module/components/TextInput.js.map +1 -1
- package/lib/module/components/View.js +11 -6
- package/lib/module/components/View.js.map +1 -1
- package/lib/module/components/alert/Alert.js +8 -4
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/badge/Badge.js +11 -6
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/breadcrumb/Breadcrumb.js +8 -4
- package/lib/module/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/components/breadcrumb/BreadcrumbItem.js +15 -10
- package/lib/module/components/breadcrumb/BreadcrumbItem.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +11 -6
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroupContext.js +2 -0
- package/lib/module/components/button-group/ButtonGroupContext.js.map +1 -1
- package/lib/module/components/button-group/ButtonToolbar.js +8 -4
- package/lib/module/components/button-group/ButtonToolbar.js.map +1 -1
- package/lib/module/components/buttons/Button.js +8 -4
- package/lib/module/components/buttons/Button.js.map +1 -1
- package/lib/module/components/buttons/useToggleButton.js +2 -0
- package/lib/module/components/buttons/useToggleButton.js.map +1 -1
- package/lib/module/components/card/Card.js +8 -4
- package/lib/module/components/card/Card.js.map +1 -1
- package/lib/module/components/card/CardBody.js +8 -4
- package/lib/module/components/card/CardBody.js.map +1 -1
- package/lib/module/components/card/CardFooter.js +8 -4
- package/lib/module/components/card/CardFooter.js.map +1 -1
- package/lib/module/components/card/CardHeader.js +8 -4
- package/lib/module/components/card/CardHeader.js.map +1 -1
- package/lib/module/components/close/CloseButton.js +9 -4
- package/lib/module/components/close/CloseButton.js.map +1 -1
- package/lib/module/components/collapse/Collapse.js +8 -4
- package/lib/module/components/collapse/Collapse.js.map +1 -1
- package/lib/module/components/collapse/CollapseContext.js +2 -0
- package/lib/module/components/collapse/CollapseContext.js.map +1 -1
- package/lib/module/components/collapse/CollapseProvider.js +7 -3
- package/lib/module/components/collapse/CollapseProvider.js.map +1 -1
- package/lib/module/components/collapse/useCollapse.js +2 -0
- package/lib/module/components/collapse/useCollapse.js.map +1 -1
- package/lib/module/components/collapse/useToggleCollapse.js +2 -0
- package/lib/module/components/collapse/useToggleCollapse.js.map +1 -1
- package/lib/module/components/containers/Container.js +6 -3
- package/lib/module/components/containers/Container.js.map +1 -1
- package/lib/module/components/dropdown/Dropdown.js +11 -6
- package/lib/module/components/dropdown/Dropdown.js.map +1 -1
- package/lib/module/components/dropdown/DropdownContext.js +2 -0
- package/lib/module/components/dropdown/DropdownContext.js.map +1 -1
- package/lib/module/components/dropdown/DropdownDivider.js +6 -3
- package/lib/module/components/dropdown/DropdownDivider.js.map +1 -1
- package/lib/module/components/dropdown/DropdownHeader.js +12 -7
- package/lib/module/components/dropdown/DropdownHeader.js.map +1 -1
- package/lib/module/components/dropdown/DropdownItem.js +8 -4
- package/lib/module/components/dropdown/DropdownItem.js.map +1 -1
- package/lib/module/components/dropdown/DropdownItemText.js +11 -6
- package/lib/module/components/dropdown/DropdownItemText.js.map +1 -1
- package/lib/module/components/dropdown/DropdownMenu.js +51 -37
- package/lib/module/components/dropdown/DropdownMenu.js.map +1 -1
- package/lib/module/components/dropdown/DropdownToggle.js +2 -0
- package/lib/module/components/dropdown/DropdownToggle.js.map +1 -1
- package/lib/module/components/dropdown/useDismissDropdown.js +2 -0
- package/lib/module/components/dropdown/useDismissDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useDropdown.js +2 -0
- package/lib/module/components/dropdown/useDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useToggleDropdown.js +2 -0
- package/lib/module/components/dropdown/useToggleDropdown.js.map +1 -1
- package/lib/module/components/forms/Checkbox.js +6 -3
- package/lib/module/components/forms/Checkbox.js.map +1 -1
- package/lib/module/components/forms/Feedback.js +8 -4
- package/lib/module/components/forms/Feedback.js.map +1 -1
- package/lib/module/components/forms/FormCheck.js +11 -6
- package/lib/module/components/forms/FormCheck.js.map +1 -1
- package/lib/module/components/forms/FormCheckContext.js +2 -0
- package/lib/module/components/forms/FormCheckContext.js.map +1 -1
- package/lib/module/components/forms/FormCheckInput.js +6 -3
- package/lib/module/components/forms/FormCheckInput.js.map +1 -1
- package/lib/module/components/forms/FormCheckLabel.js +8 -4
- package/lib/module/components/forms/FormCheckLabel.js.map +1 -1
- package/lib/module/components/forms/FormLabel.js +8 -4
- package/lib/module/components/forms/FormLabel.js.map +1 -1
- package/lib/module/components/forms/FormText.js +11 -6
- package/lib/module/components/forms/FormText.js.map +1 -1
- package/lib/module/components/forms/Input.js +6 -3
- package/lib/module/components/forms/Input.js.map +1 -1
- package/lib/module/components/forms/Picker.js +28 -23
- package/lib/module/components/forms/Picker.js.map +1 -1
- package/lib/module/components/forms/PickerContext.js +2 -0
- package/lib/module/components/forms/PickerContext.js.map +1 -1
- package/lib/module/components/forms/PickerItem.js +4 -1
- package/lib/module/components/forms/PickerItem.js.map +1 -1
- package/lib/module/components/forms/Radio.js +6 -3
- package/lib/module/components/forms/Radio.js.map +1 -1
- package/lib/module/components/forms/RadioContext.js +2 -0
- package/lib/module/components/forms/RadioContext.js.map +1 -1
- package/lib/module/components/forms/RadioGroup.js +11 -6
- package/lib/module/components/forms/RadioGroup.js.map +1 -1
- package/lib/module/components/forms/Switch.js +6 -3
- package/lib/module/components/forms/Switch.js.map +1 -1
- package/lib/module/components/forms/internals/FormCheckInputNative.js +7 -3
- package/lib/module/components/forms/internals/FormCheckInputNative.js.map +1 -1
- package/lib/module/components/forms/internals/FormCheckInputWeb.js +4 -1
- package/lib/module/components/forms/internals/FormCheckInputWeb.js.map +1 -1
- package/lib/module/components/forms/internals/PickerNative.js +48 -35
- package/lib/module/components/forms/internals/PickerNative.js.map +1 -1
- package/lib/module/components/forms/internals/PickerNativeContext.js +2 -0
- package/lib/module/components/forms/internals/PickerNativeContext.js.map +1 -1
- package/lib/module/components/forms/internals/PickerNativeItem.js +9 -4
- package/lib/module/components/forms/internals/PickerNativeItem.js.map +1 -1
- package/lib/module/components/forms/internals/PickerWeb.js +16 -10
- package/lib/module/components/forms/internals/PickerWeb.js.map +1 -1
- package/lib/module/components/forms/internals/PickerWebContext.js +2 -0
- package/lib/module/components/forms/internals/PickerWebContext.js.map +1 -1
- package/lib/module/components/forms/internals/PickerWebItem.js +4 -1
- package/lib/module/components/forms/internals/PickerWebItem.js.map +1 -1
- package/lib/module/components/grid/Col.js +8 -4
- package/lib/module/components/grid/Col.js.map +1 -1
- package/lib/module/components/grid/Row.js +8 -4
- package/lib/module/components/grid/Row.js.map +1 -1
- package/lib/module/components/helpers/BackdropHandler.js +4 -1
- package/lib/module/components/helpers/BackdropHandler.js.map +1 -1
- package/lib/module/components/helpers/ListContext.js +2 -0
- package/lib/module/components/helpers/ListContext.js.map +1 -1
- package/lib/module/components/helpers/Overlay.js +14 -3
- package/lib/module/components/helpers/Overlay.js.map +1 -1
- package/lib/module/components/list-group/ListGroup.js +11 -6
- package/lib/module/components/list-group/ListGroup.js.map +1 -1
- package/lib/module/components/list-group/ListGroupContext.js +2 -0
- package/lib/module/components/list-group/ListGroupContext.js.map +1 -1
- package/lib/module/components/list-group/ListGroupItem.js +8 -4
- package/lib/module/components/list-group/ListGroupItem.js.map +1 -1
- package/lib/module/components/list-group/ListGroupItemAction.js +8 -4
- package/lib/module/components/list-group/ListGroupItemAction.js.map +1 -1
- package/lib/module/components/modal/Modal.js +42 -31
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/ModalBody.js +8 -4
- package/lib/module/components/modal/ModalBody.js.map +1 -1
- package/lib/module/components/modal/ModalContext.js +2 -0
- package/lib/module/components/modal/ModalContext.js.map +1 -1
- package/lib/module/components/modal/ModalFooter.js +8 -4
- package/lib/module/components/modal/ModalFooter.js.map +1 -1
- package/lib/module/components/modal/ModalHeader.js +8 -4
- package/lib/module/components/modal/ModalHeader.js.map +1 -1
- package/lib/module/components/modal/ModalTitle.js +9 -6
- package/lib/module/components/modal/ModalTitle.js.map +1 -1
- package/lib/module/components/modal/useModal.js +2 -0
- package/lib/module/components/modal/useModal.js.map +1 -1
- package/lib/module/components/nav/Nav.js +11 -6
- package/lib/module/components/nav/Nav.js.map +1 -1
- package/lib/module/components/nav/NavContext.js +2 -0
- package/lib/module/components/nav/NavContext.js.map +1 -1
- package/lib/module/components/nav/NavLink.js +8 -4
- package/lib/module/components/nav/NavLink.js.map +1 -1
- package/lib/module/components/nav/Tab.js +2 -0
- package/lib/module/components/nav/Tab.js.map +1 -1
- package/lib/module/components/nav/TabContent.js +6 -3
- package/lib/module/components/nav/TabContent.js.map +1 -1
- package/lib/module/components/nav/TabContext.js +2 -0
- package/lib/module/components/nav/TabContext.js.map +1 -1
- package/lib/module/components/nav/TabPane.js +6 -3
- package/lib/module/components/nav/TabPane.js.map +1 -1
- package/lib/module/components/nav/TabProvider.js +7 -3
- package/lib/module/components/nav/TabProvider.js.map +1 -1
- package/lib/module/components/nav/useTabbable.js +2 -0
- package/lib/module/components/nav/useTabbable.js.map +1 -1
- package/lib/module/components/nav/useToggleTab.js +2 -0
- package/lib/module/components/nav/useToggleTab.js.map +1 -1
- package/lib/module/components/navbar/Navbar.js +11 -6
- package/lib/module/components/navbar/Navbar.js.map +1 -1
- package/lib/module/components/navbar/NavbarBrand.js +8 -4
- package/lib/module/components/navbar/NavbarBrand.js.map +1 -1
- package/lib/module/components/navbar/NavbarCollapse.js +8 -4
- package/lib/module/components/navbar/NavbarCollapse.js.map +1 -1
- package/lib/module/components/navbar/NavbarContext.js +2 -0
- package/lib/module/components/navbar/NavbarContext.js.map +1 -1
- package/lib/module/components/navbar/NavbarText.js +11 -6
- package/lib/module/components/navbar/NavbarText.js.map +1 -1
- package/lib/module/components/navbar/NavbarToggler.js +11 -6
- package/lib/module/components/navbar/NavbarToggler.js.map +1 -1
- package/lib/module/components/navbar/useDismissNavbar.js +2 -0
- package/lib/module/components/navbar/useDismissNavbar.js.map +1 -1
- package/lib/module/components/navbar/useNavbar.js +2 -0
- package/lib/module/components/navbar/useNavbar.js.map +1 -1
- package/lib/module/components/navbar/useToggleNavbar.js +2 -0
- package/lib/module/components/navbar/useToggleNavbar.js.map +1 -1
- package/lib/module/components/offcanvas/Offcanvas.js +43 -30
- package/lib/module/components/offcanvas/Offcanvas.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasBody.js +8 -4
- package/lib/module/components/offcanvas/OffcanvasBody.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasContext.js +2 -0
- package/lib/module/components/offcanvas/OffcanvasContext.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasHeader.js +8 -4
- package/lib/module/components/offcanvas/OffcanvasHeader.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasTitle.js +9 -6
- package/lib/module/components/offcanvas/OffcanvasTitle.js.map +1 -1
- package/lib/module/components/offcanvas/useOffcanvas.js +2 -0
- package/lib/module/components/offcanvas/useOffcanvas.js.map +1 -1
- package/lib/module/components/pagination/Pagination.js +8 -4
- package/lib/module/components/pagination/Pagination.js.map +1 -1
- package/lib/module/components/pagination/PaginationItem.js +8 -4
- package/lib/module/components/pagination/PaginationItem.js.map +1 -1
- package/lib/module/components/placeholders/Placeholders.js +8 -4
- package/lib/module/components/placeholders/Placeholders.js.map +1 -1
- package/lib/module/components/popover/Popover.js +11 -6
- package/lib/module/components/popover/Popover.js.map +1 -1
- package/lib/module/components/popover/PopoverArrow.js +12 -8
- package/lib/module/components/popover/PopoverArrow.js.map +1 -1
- package/lib/module/components/popover/PopoverBody.js +8 -4
- package/lib/module/components/popover/PopoverBody.js.map +1 -1
- package/lib/module/components/popover/PopoverContext.js +2 -0
- package/lib/module/components/popover/PopoverContext.js.map +1 -1
- package/lib/module/components/popover/PopoverHeader.js +12 -7
- package/lib/module/components/popover/PopoverHeader.js.map +1 -1
- package/lib/module/components/popover/injectPopover.js +42 -24
- package/lib/module/components/popover/injectPopover.js.map +1 -1
- package/lib/module/components/progress/Progress.js +11 -6
- package/lib/module/components/progress/Progress.js.map +1 -1
- package/lib/module/components/progress/ProgressBar.js +11 -6
- package/lib/module/components/progress/ProgressBar.js.map +1 -1
- package/lib/module/components/progress/ProgressContext.js +2 -0
- package/lib/module/components/progress/ProgressContext.js.map +1 -1
- package/lib/module/components/progress/useProgress.js +2 -0
- package/lib/module/components/progress/useProgress.js.map +1 -1
- package/lib/module/components/spinners/Spinner.js +6 -3
- package/lib/module/components/spinners/Spinner.js.map +1 -1
- package/lib/module/components/toasts/Toast.js +8 -4
- package/lib/module/components/toasts/Toast.js.map +1 -1
- package/lib/module/components/toasts/ToastBody.js +8 -4
- package/lib/module/components/toasts/ToastBody.js.map +1 -1
- package/lib/module/components/toasts/ToastContainer.js +11 -6
- package/lib/module/components/toasts/ToastContainer.js.map +1 -1
- package/lib/module/components/toasts/ToastContainerContext.js +2 -0
- package/lib/module/components/toasts/ToastContainerContext.js.map +1 -1
- package/lib/module/components/toasts/ToastHeader.js +8 -4
- package/lib/module/components/toasts/ToastHeader.js.map +1 -1
- package/lib/module/components/tooltip/Tooltip.js +11 -6
- package/lib/module/components/tooltip/Tooltip.js.map +1 -1
- package/lib/module/components/tooltip/TooltipArrow.js +10 -6
- package/lib/module/components/tooltip/TooltipArrow.js.map +1 -1
- package/lib/module/components/tooltip/TooltipContext.js +2 -0
- package/lib/module/components/tooltip/TooltipContext.js.map +1 -1
- package/lib/module/components/tooltip/TooltipInner.js +11 -6
- package/lib/module/components/tooltip/TooltipInner.js.map +1 -1
- package/lib/module/components/tooltip/injectTooltip.js +39 -23
- package/lib/module/components/tooltip/injectTooltip.js.map +1 -1
- package/lib/module/components/type/Blockquote.js +8 -4
- package/lib/module/components/type/Blockquote.js.map +1 -1
- package/lib/module/components/type/Code.js +8 -4
- package/lib/module/components/type/Code.js.map +1 -1
- package/lib/module/components/type/DisplayHeading.js +8 -4
- package/lib/module/components/type/DisplayHeading.js.map +1 -1
- package/lib/module/components/type/Paragraph.js +8 -4
- package/lib/module/components/type/Paragraph.js.map +1 -1
- package/lib/module/hooks/useAction.js +2 -0
- package/lib/module/hooks/useAction.js.map +1 -1
- package/lib/module/hooks/useBackground.js +2 -0
- package/lib/module/hooks/useBackground.js.map +1 -1
- package/lib/module/hooks/useBackground.native.js +13 -8
- package/lib/module/hooks/useBackground.native.js.map +1 -1
- package/lib/module/hooks/useControlledState.js +2 -0
- package/lib/module/hooks/useControlledState.js.map +1 -1
- package/lib/module/hooks/useFixedElement.js +2 -0
- package/lib/module/hooks/useFixedElement.js.map +1 -1
- package/lib/module/hooks/useForcedContext.js +2 -0
- package/lib/module/hooks/useForcedContext.js.map +1 -1
- package/lib/module/hooks/useIdentifier.js +2 -0
- package/lib/module/hooks/useIdentifier.js.map +1 -1
- package/lib/module/hooks/useInteractionState.js +2 -0
- package/lib/module/hooks/useInteractionState.js.map +1 -1
- package/lib/module/hooks/useList.js +13 -8
- package/lib/module/hooks/useList.js.map +1 -1
- package/lib/module/hooks/useMedia.js +2 -0
- package/lib/module/hooks/useMedia.js.map +1 -1
- package/lib/module/hooks/useModifier.js +2 -0
- package/lib/module/hooks/useModifier.js.map +1 -1
- package/lib/module/hooks/useScrollbarEffects.js +2 -0
- package/lib/module/hooks/useScrollbarEffects.js.map +1 -1
- package/lib/module/hooks/useStyle.js +2 -0
- package/lib/module/hooks/useStyle.js.map +1 -1
- package/lib/module/hooks/useTrigger.js +2 -0
- package/lib/module/hooks/useTrigger.js.map +1 -1
- package/lib/module/hooks/useViewport.js +2 -0
- package/lib/module/hooks/useViewport.js.map +1 -1
- package/lib/module/index.js +2 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/style/StyleSheet.js +2 -0
- package/lib/module/style/StyleSheet.js.map +1 -1
- package/lib/module/style/TextStyleContext.js +2 -0
- package/lib/module/style/TextStyleContext.js.map +1 -1
- package/lib/module/style/TextStyleProvider.js +7 -3
- package/lib/module/style/TextStyleProvider.js.map +1 -1
- package/lib/module/style/createStyle.js +2 -0
- package/lib/module/style/createStyle.js.map +1 -1
- package/lib/module/style/css.js +2 -0
- package/lib/module/style/css.js.map +1 -1
- package/lib/module/style/functions.js +2 -0
- package/lib/module/style/functions.js.map +1 -1
- package/lib/module/style/makeTheme.js +2 -0
- package/lib/module/style/makeTheme.js.map +1 -1
- package/lib/module/style/makeUtilities.js +2 -0
- package/lib/module/style/makeUtilities.js.map +1 -1
- package/lib/module/style/math.js +2 -0
- package/lib/module/style/math.js.map +1 -1
- package/lib/module/style/mixins/mediaBreakpointBetween.js +2 -0
- package/lib/module/style/mixins/mediaBreakpointBetween.js.map +1 -1
- package/lib/module/style/mixins/mediaBreakpointDown.js +2 -0
- package/lib/module/style/mixins/mediaBreakpointDown.js.map +1 -1
- package/lib/module/style/mixins/mediaBreakpointOnly.js +2 -0
- package/lib/module/style/mixins/mediaBreakpointOnly.js.map +1 -1
- package/lib/module/style/mixins/mediaBreakpointUp.js +2 -0
- package/lib/module/style/mixins/mediaBreakpointUp.js.map +1 -1
- package/lib/module/style/mixins/platform.js +2 -0
- package/lib/module/style/mixins/platform.js.map +1 -1
- package/lib/module/style/parse/InputStream.js +2 -0
- package/lib/module/style/parse/InputStream.js.map +1 -1
- package/lib/module/style/parse/index.js +2 -0
- package/lib/module/style/parse/index.js.map +1 -1
- package/lib/module/style/parse/isIdent.js +2 -0
- package/lib/module/style/parse/isIdent.js.map +1 -1
- package/lib/module/style/parse/isWhitespace.js +2 -0
- package/lib/module/style/parse/isWhitespace.js.map +1 -1
- package/lib/module/style/parse/parseBlock.js +2 -0
- package/lib/module/style/parse/parseBlock.js.map +1 -1
- package/lib/module/style/parse/rules/comment.js +2 -0
- package/lib/module/style/parse/rules/comment.js.map +1 -1
- package/lib/module/style/parse/rules/declaration.js +2 -0
- package/lib/module/style/parse/rules/declaration.js.map +1 -1
- package/lib/module/style/parse/rules/directive.js +2 -0
- package/lib/module/style/parse/rules/directive.js.map +1 -1
- package/lib/module/style/parse/rules/selector.js +2 -0
- package/lib/module/style/parse/rules/selector.js.map +1 -1
- package/lib/module/style/parse/rules/variable.js +2 -0
- package/lib/module/style/parse/rules/variable.js.map +1 -1
- package/lib/module/style/transform/formula.js +2 -0
- package/lib/module/style/transform/formula.js.map +1 -1
- package/lib/module/style/transform/index.js +22 -1
- package/lib/module/style/transform/index.js.map +1 -1
- package/lib/module/style/transform/properties/backgroundPosition.js +2 -0
- package/lib/module/style/transform/properties/backgroundPosition.js.map +1 -1
- package/lib/module/style/transform/properties/backgroundPositionX.js +2 -0
- package/lib/module/style/transform/properties/backgroundPositionX.js.map +1 -1
- package/lib/module/style/transform/properties/backgroundPositionY.js +2 -0
- package/lib/module/style/transform/properties/backgroundPositionY.js.map +1 -1
- package/lib/module/style/transform/properties/backgroundSize.js +2 -0
- package/lib/module/style/transform/properties/backgroundSize.js.map +1 -1
- package/lib/module/style/transform/rem.js +2 -0
- package/lib/module/style/transform/rem.js.map +1 -1
- package/lib/module/style/transform/rgba.js +2 -0
- package/lib/module/style/transform/rgba.js.map +1 -1
- package/lib/module/style/types/RgbaValue.js +2 -0
- package/lib/module/style/types/RgbaValue.js.map +1 -1
- package/lib/module/style/types/UnitValue.js +2 -0
- package/lib/module/style/types/UnitValue.js.map +1 -1
- package/lib/module/theme/breakpoints.js +2 -0
- package/lib/module/theme/breakpoints.js.map +1 -1
- package/lib/module/theme/functions.js +2 -0
- package/lib/module/theme/functions.js.map +1 -1
- package/lib/module/theme/maps.js +2 -0
- package/lib/module/theme/maps.js.map +1 -1
- package/lib/module/theme/proxies.js +2 -0
- package/lib/module/theme/proxies.js.map +1 -1
- package/lib/module/theme/utilities.js +2 -0
- package/lib/module/theme/utilities.js.map +1 -1
- package/lib/module/theme/variables.js +2 -0
- package/lib/module/theme/variables.js.map +1 -1
- package/lib/module/types.js +2 -0
- package/lib/module/utils.d.ts +1 -2
- package/lib/module/utils.js +2 -1
- package/lib/module/utils.js.map +1 -1
- package/lib/types/components/Pressable.d.ts +1 -1
- package/lib/types/components/Pressable.d.ts.map +1 -1
- package/lib/types/components/View.d.ts.map +1 -1
- package/lib/types/components/collapse/CollapseContext.d.ts +0 -1
- package/lib/types/components/collapse/CollapseContext.d.ts.map +1 -1
- package/lib/types/components/collapse/useCollapse.d.ts +0 -1
- package/lib/types/components/collapse/useCollapse.d.ts.map +1 -1
- package/lib/types/components/dropdown/DropdownContext.d.ts +1 -2
- package/lib/types/components/dropdown/DropdownContext.d.ts.map +1 -1
- package/lib/types/components/dropdown/DropdownToggle.d.ts +2 -2
- package/lib/types/components/dropdown/DropdownToggle.d.ts.map +1 -1
- package/lib/types/components/dropdown/useDropdown.d.ts +1 -2
- package/lib/types/components/dropdown/useDropdown.d.ts.map +1 -1
- package/lib/types/components/dropdown/useToggleDropdown.d.ts +1 -2
- package/lib/types/components/dropdown/useToggleDropdown.d.ts.map +1 -1
- package/lib/types/components/forms/Picker.d.ts +3 -2
- package/lib/types/components/forms/Picker.d.ts.map +1 -1
- package/lib/types/components/forms/internals/PickerNative.d.ts.map +1 -1
- package/lib/types/components/helpers/BackdropHandler.d.ts +2 -2
- package/lib/types/components/helpers/BackdropHandler.d.ts.map +1 -1
- package/lib/types/components/helpers/Overlay.d.ts +6 -6
- package/lib/types/components/helpers/Overlay.d.ts.map +1 -1
- package/lib/types/components/nav/NavContext.d.ts +0 -1
- package/lib/types/components/nav/NavContext.d.ts.map +1 -1
- package/lib/types/components/nav/Tab.d.ts +0 -1
- package/lib/types/components/nav/Tab.d.ts.map +1 -1
- package/lib/types/components/nav/TabContext.d.ts +0 -1
- package/lib/types/components/nav/TabContext.d.ts.map +1 -1
- package/lib/types/components/navbar/NavbarContext.d.ts +0 -1
- package/lib/types/components/navbar/NavbarContext.d.ts.map +1 -1
- package/lib/types/components/navbar/useNavbar.d.ts +0 -1
- package/lib/types/components/navbar/useNavbar.d.ts.map +1 -1
- package/lib/types/hooks/useAction.d.ts +3 -4
- package/lib/types/hooks/useAction.d.ts.map +1 -1
- package/lib/types/hooks/useBackground.d.ts.map +1 -1
- package/lib/types/hooks/useBackground.native.d.ts +1 -1
- package/lib/types/hooks/useFixedElement.d.ts +1 -2
- package/lib/types/hooks/useFixedElement.d.ts.map +1 -1
- package/lib/types/hooks/useInteractionState.d.ts.map +1 -1
- package/lib/types/hooks/useList.d.ts +1 -1
- package/lib/types/hooks/useList.d.ts.map +1 -1
- package/lib/types/hooks/useMedia.d.ts.map +1 -1
- package/lib/types/hooks/useModifier.d.ts +0 -1
- package/lib/types/hooks/useModifier.d.ts.map +1 -1
- package/lib/types/hooks/useScrollbarEffects.d.ts +1 -1
- package/lib/types/hooks/useScrollbarEffects.d.ts.map +1 -1
- package/lib/types/hooks/useTrigger.d.ts +2 -2
- package/lib/types/hooks/useTrigger.d.ts.map +1 -1
- package/lib/types/style/StyleSheet.d.ts +1 -1
- package/lib/types/style/StyleSheet.d.ts.map +1 -1
- package/lib/types/style/createStyle.d.ts +1 -1
- package/lib/types/style/css.d.ts +1 -1
- package/lib/types/style/makeUtilities.d.ts.map +1 -1
- package/lib/types/style/parse/index.d.ts.map +1 -1
- package/lib/types/style/parse/rules/declaration.d.ts.map +1 -1
- package/lib/types/style/parse/rules/directive.d.ts.map +1 -1
- package/lib/types/style/parse/rules/selector.d.ts.map +1 -1
- package/lib/types/style/parse/rules/variable.d.ts.map +1 -1
- package/lib/types/style/transform/index.d.ts.map +1 -1
- package/lib/types/theme/functions.d.ts.map +1 -1
- package/lib/types/theme/maps.d.ts +60 -60
- package/lib/types/theme/proxies.d.ts +312 -312
- package/lib/types/theme/variables.d.ts +1 -1
- package/lib/types/utils.d.ts +1 -2
- package/lib/types/utils.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/components/View.tsx +55 -57
- package/src/components/dropdown/DropdownContext.ts +21 -21
- package/src/components/dropdown/DropdownToggle.ts +18 -18
- package/src/components/forms/Picker.tsx +4 -2
- package/src/components/forms/internals/PickerNative.tsx +4 -1
- package/src/components/helpers/BackdropHandler.tsx +143 -143
- package/src/components/helpers/Overlay.tsx +92 -79
- package/src/components/modal/Modal.tsx +234 -234
- package/src/hooks/useAction.ts +78 -78
- package/src/hooks/useBackground.native.tsx +202 -202
- package/src/hooks/{useBackground.ts → useBackground.tsx} +123 -118
- package/src/hooks/useList.tsx +59 -56
- package/src/hooks/useScrollbarEffects.ts +94 -92
- package/src/style/transform/index.ts +245 -218
- package/src/utils.ts +92 -95
|
@@ -1,407 +1,407 @@
|
|
|
1
1
|
export declare const GRAYS: {
|
|
2
|
-
100: (t: import("..").ThemeVariables) =>
|
|
3
|
-
200: (t: import("..").ThemeVariables) =>
|
|
4
|
-
300: (t: import("..").ThemeVariables) =>
|
|
5
|
-
400: (t: import("..").ThemeVariables) =>
|
|
6
|
-
500: (t: import("..").ThemeVariables) =>
|
|
7
|
-
600: (t: import("..").ThemeVariables) =>
|
|
8
|
-
700: (t: import("..").ThemeVariables) =>
|
|
9
|
-
800: (t: import("..").ThemeVariables) =>
|
|
10
|
-
900: (t: import("..").ThemeVariables) =>
|
|
2
|
+
100: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
3
|
+
200: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
4
|
+
300: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
5
|
+
400: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
6
|
+
500: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
7
|
+
600: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
8
|
+
700: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
9
|
+
800: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
10
|
+
900: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
11
11
|
};
|
|
12
12
|
export declare const COLORS: {
|
|
13
|
-
blue: (t: import("..").ThemeVariables) =>
|
|
14
|
-
cyan: (t: import("..").ThemeVariables) =>
|
|
15
|
-
green: (t: import("..").ThemeVariables) =>
|
|
16
|
-
indigo: (t: import("..").ThemeVariables) =>
|
|
17
|
-
orange: (t: import("..").ThemeVariables) =>
|
|
18
|
-
pink: (t: import("..").ThemeVariables) =>
|
|
19
|
-
purple: (t: import("..").ThemeVariables) =>
|
|
20
|
-
red: (t: import("..").ThemeVariables) =>
|
|
21
|
-
teal: (t: import("..").ThemeVariables) =>
|
|
22
|
-
yellow: (t: import("..").ThemeVariables) =>
|
|
13
|
+
blue: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
14
|
+
cyan: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
15
|
+
green: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
16
|
+
indigo: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
17
|
+
orange: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
18
|
+
pink: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
19
|
+
purple: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
20
|
+
red: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
21
|
+
teal: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
22
|
+
yellow: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
23
23
|
};
|
|
24
24
|
export declare const THEME_COLORS: {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
dark: (t: import("..").ThemeVariables) =>
|
|
25
|
+
light: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
26
|
+
primary: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
27
|
+
secondary: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
28
|
+
success: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
29
|
+
info: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
30
|
+
warning: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
31
|
+
danger: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
32
|
+
dark: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
33
33
|
};
|
|
34
34
|
export declare const BLUES: {
|
|
35
|
-
"blue-100": (t: import("..").ThemeVariables) =>
|
|
36
|
-
"blue-200": (t: import("..").ThemeVariables) =>
|
|
37
|
-
"blue-300": (t: import("..").ThemeVariables) =>
|
|
38
|
-
"blue-400": (t: import("..").ThemeVariables) =>
|
|
39
|
-
"blue-500": (t: import("..").ThemeVariables) =>
|
|
40
|
-
"blue-600": (t: import("..").ThemeVariables) =>
|
|
41
|
-
"blue-700": (t: import("..").ThemeVariables) =>
|
|
42
|
-
"blue-800": (t: import("..").ThemeVariables) =>
|
|
43
|
-
"blue-900": (t: import("..").ThemeVariables) =>
|
|
35
|
+
"blue-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
36
|
+
"blue-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
37
|
+
"blue-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
38
|
+
"blue-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
39
|
+
"blue-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
40
|
+
"blue-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
41
|
+
"blue-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
42
|
+
"blue-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
43
|
+
"blue-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
44
44
|
};
|
|
45
45
|
export declare const INDIGOS: {
|
|
46
|
-
"indigo-100": (t: import("..").ThemeVariables) =>
|
|
47
|
-
"indigo-200": (t: import("..").ThemeVariables) =>
|
|
48
|
-
"indigo-300": (t: import("..").ThemeVariables) =>
|
|
49
|
-
"indigo-400": (t: import("..").ThemeVariables) =>
|
|
50
|
-
"indigo-500": (t: import("..").ThemeVariables) =>
|
|
51
|
-
"indigo-600": (t: import("..").ThemeVariables) =>
|
|
52
|
-
"indigo-700": (t: import("..").ThemeVariables) =>
|
|
53
|
-
"indigo-800": (t: import("..").ThemeVariables) =>
|
|
54
|
-
"indigo-900": (t: import("..").ThemeVariables) =>
|
|
46
|
+
"indigo-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
47
|
+
"indigo-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
48
|
+
"indigo-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
49
|
+
"indigo-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
50
|
+
"indigo-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
51
|
+
"indigo-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
52
|
+
"indigo-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
53
|
+
"indigo-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
54
|
+
"indigo-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
55
55
|
};
|
|
56
56
|
export declare const PURPLES: {
|
|
57
|
-
"purple-100": (t: import("..").ThemeVariables) =>
|
|
58
|
-
"purple-200": (t: import("..").ThemeVariables) =>
|
|
59
|
-
"purple-300": (t: import("..").ThemeVariables) =>
|
|
60
|
-
"purple-400": (t: import("..").ThemeVariables) =>
|
|
61
|
-
"purple-500": (t: import("..").ThemeVariables) =>
|
|
62
|
-
"purple-600": (t: import("..").ThemeVariables) =>
|
|
63
|
-
"purple-700": (t: import("..").ThemeVariables) =>
|
|
64
|
-
"purple-800": (t: import("..").ThemeVariables) =>
|
|
65
|
-
"purple-900": (t: import("..").ThemeVariables) =>
|
|
57
|
+
"purple-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
58
|
+
"purple-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
59
|
+
"purple-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
60
|
+
"purple-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
61
|
+
"purple-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
62
|
+
"purple-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
63
|
+
"purple-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
64
|
+
"purple-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
65
|
+
"purple-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
66
66
|
};
|
|
67
67
|
export declare const PINKS: {
|
|
68
|
-
"pink-100": (t: import("..").ThemeVariables) =>
|
|
69
|
-
"pink-200": (t: import("..").ThemeVariables) =>
|
|
70
|
-
"pink-300": (t: import("..").ThemeVariables) =>
|
|
71
|
-
"pink-400": (t: import("..").ThemeVariables) =>
|
|
72
|
-
"pink-500": (t: import("..").ThemeVariables) =>
|
|
73
|
-
"pink-600": (t: import("..").ThemeVariables) =>
|
|
74
|
-
"pink-700": (t: import("..").ThemeVariables) =>
|
|
75
|
-
"pink-800": (t: import("..").ThemeVariables) =>
|
|
76
|
-
"pink-900": (t: import("..").ThemeVariables) =>
|
|
68
|
+
"pink-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
69
|
+
"pink-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
70
|
+
"pink-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
71
|
+
"pink-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
72
|
+
"pink-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
73
|
+
"pink-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
74
|
+
"pink-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
75
|
+
"pink-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
76
|
+
"pink-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
77
77
|
};
|
|
78
78
|
export declare const REDS: {
|
|
79
|
-
"red-100": (t: import("..").ThemeVariables) =>
|
|
80
|
-
"red-200": (t: import("..").ThemeVariables) =>
|
|
81
|
-
"red-300": (t: import("..").ThemeVariables) =>
|
|
82
|
-
"red-400": (t: import("..").ThemeVariables) =>
|
|
83
|
-
"red-500": (t: import("..").ThemeVariables) =>
|
|
84
|
-
"red-600": (t: import("..").ThemeVariables) =>
|
|
85
|
-
"red-700": (t: import("..").ThemeVariables) =>
|
|
86
|
-
"red-800": (t: import("..").ThemeVariables) =>
|
|
87
|
-
"red-900": (t: import("..").ThemeVariables) =>
|
|
79
|
+
"red-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
80
|
+
"red-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
81
|
+
"red-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
82
|
+
"red-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
83
|
+
"red-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
84
|
+
"red-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
85
|
+
"red-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
86
|
+
"red-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
87
|
+
"red-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
88
88
|
};
|
|
89
89
|
export declare const ORANGES: {
|
|
90
|
-
"orange-100": (t: import("..").ThemeVariables) =>
|
|
91
|
-
"orange-200": (t: import("..").ThemeVariables) =>
|
|
92
|
-
"orange-300": (t: import("..").ThemeVariables) =>
|
|
93
|
-
"orange-400": (t: import("..").ThemeVariables) =>
|
|
94
|
-
"orange-500": (t: import("..").ThemeVariables) =>
|
|
95
|
-
"orange-600": (t: import("..").ThemeVariables) =>
|
|
96
|
-
"orange-700": (t: import("..").ThemeVariables) =>
|
|
97
|
-
"orange-800": (t: import("..").ThemeVariables) =>
|
|
98
|
-
"orange-900": (t: import("..").ThemeVariables) =>
|
|
90
|
+
"orange-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
91
|
+
"orange-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
92
|
+
"orange-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
93
|
+
"orange-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
94
|
+
"orange-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
95
|
+
"orange-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
96
|
+
"orange-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
97
|
+
"orange-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
98
|
+
"orange-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
99
99
|
};
|
|
100
100
|
export declare const YELLOWS: {
|
|
101
|
-
"yellow-100": (t: import("..").ThemeVariables) =>
|
|
102
|
-
"yellow-200": (t: import("..").ThemeVariables) =>
|
|
103
|
-
"yellow-300": (t: import("..").ThemeVariables) =>
|
|
104
|
-
"yellow-400": (t: import("..").ThemeVariables) =>
|
|
105
|
-
"yellow-500": (t: import("..").ThemeVariables) =>
|
|
106
|
-
"yellow-600": (t: import("..").ThemeVariables) =>
|
|
107
|
-
"yellow-700": (t: import("..").ThemeVariables) =>
|
|
108
|
-
"yellow-800": (t: import("..").ThemeVariables) =>
|
|
109
|
-
"yellow-900": (t: import("..").ThemeVariables) =>
|
|
101
|
+
"yellow-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
102
|
+
"yellow-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
103
|
+
"yellow-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
104
|
+
"yellow-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
105
|
+
"yellow-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
106
|
+
"yellow-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
107
|
+
"yellow-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
108
|
+
"yellow-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
109
|
+
"yellow-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
110
110
|
};
|
|
111
111
|
export declare const GREENS: {
|
|
112
|
-
"green-100": (t: import("..").ThemeVariables) =>
|
|
113
|
-
"green-200": (t: import("..").ThemeVariables) =>
|
|
114
|
-
"green-300": (t: import("..").ThemeVariables) =>
|
|
115
|
-
"green-400": (t: import("..").ThemeVariables) =>
|
|
116
|
-
"green-500": (t: import("..").ThemeVariables) =>
|
|
117
|
-
"green-600": (t: import("..").ThemeVariables) =>
|
|
118
|
-
"green-700": (t: import("..").ThemeVariables) =>
|
|
119
|
-
"green-800": (t: import("..").ThemeVariables) =>
|
|
120
|
-
"green-900": (t: import("..").ThemeVariables) =>
|
|
112
|
+
"green-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
113
|
+
"green-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
114
|
+
"green-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
115
|
+
"green-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
116
|
+
"green-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
117
|
+
"green-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
118
|
+
"green-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
119
|
+
"green-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
120
|
+
"green-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
121
121
|
};
|
|
122
122
|
export declare const TEALS: {
|
|
123
|
-
"teal-100": (t: import("..").ThemeVariables) =>
|
|
124
|
-
"teal-200": (t: import("..").ThemeVariables) =>
|
|
125
|
-
"teal-300": (t: import("..").ThemeVariables) =>
|
|
126
|
-
"teal-400": (t: import("..").ThemeVariables) =>
|
|
127
|
-
"teal-500": (t: import("..").ThemeVariables) =>
|
|
128
|
-
"teal-600": (t: import("..").ThemeVariables) =>
|
|
129
|
-
"teal-700": (t: import("..").ThemeVariables) =>
|
|
130
|
-
"teal-800": (t: import("..").ThemeVariables) =>
|
|
131
|
-
"teal-900": (t: import("..").ThemeVariables) =>
|
|
123
|
+
"teal-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
124
|
+
"teal-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
125
|
+
"teal-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
126
|
+
"teal-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
127
|
+
"teal-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
128
|
+
"teal-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
129
|
+
"teal-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
130
|
+
"teal-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
131
|
+
"teal-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
132
132
|
};
|
|
133
133
|
export declare const CYANS: {
|
|
134
|
-
"cyan-100": (t: import("..").ThemeVariables) =>
|
|
135
|
-
"cyan-200": (t: import("..").ThemeVariables) =>
|
|
136
|
-
"cyan-300": (t: import("..").ThemeVariables) =>
|
|
137
|
-
"cyan-400": (t: import("..").ThemeVariables) =>
|
|
138
|
-
"cyan-500": (t: import("..").ThemeVariables) =>
|
|
139
|
-
"cyan-600": (t: import("..").ThemeVariables) =>
|
|
140
|
-
"cyan-700": (t: import("..").ThemeVariables) =>
|
|
141
|
-
"cyan-800": (t: import("..").ThemeVariables) =>
|
|
142
|
-
"cyan-900": (t: import("..").ThemeVariables) =>
|
|
134
|
+
"cyan-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
135
|
+
"cyan-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
136
|
+
"cyan-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
137
|
+
"cyan-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
138
|
+
"cyan-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
139
|
+
"cyan-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
140
|
+
"cyan-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
141
|
+
"cyan-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
142
|
+
"cyan-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
143
143
|
};
|
|
144
144
|
export declare const SPACERS: {
|
|
145
|
-
0: (t: import("..").ThemeVariables) =>
|
|
146
|
-
1: (t: import("..").ThemeVariables) =>
|
|
147
|
-
2: (t: import("..").ThemeVariables) =>
|
|
148
|
-
3: (t: import("..").ThemeVariables) =>
|
|
149
|
-
4: (t: import("..").ThemeVariables) =>
|
|
150
|
-
5: (t: import("..").ThemeVariables) =>
|
|
145
|
+
0: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
146
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
147
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
148
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
149
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
150
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
151
151
|
};
|
|
152
152
|
export declare const POSITION_VALUES: {
|
|
153
|
-
0: (t: import("..").ThemeVariables) =>
|
|
154
|
-
100: (t: import("..").ThemeVariables) =>
|
|
155
|
-
50: (t: import("..").ThemeVariables) =>
|
|
153
|
+
0: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
154
|
+
100: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
155
|
+
50: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
156
156
|
};
|
|
157
157
|
export declare const GRID_BREAKPOINTS: {
|
|
158
|
-
xs: (t: import("..").ThemeVariables) =>
|
|
159
|
-
sm: (t: import("..").ThemeVariables) =>
|
|
160
|
-
md: (t: import("..").ThemeVariables) =>
|
|
161
|
-
lg: (t: import("..").ThemeVariables) =>
|
|
162
|
-
xl: (t: import("..").ThemeVariables) =>
|
|
163
|
-
xxl: (t: import("..").ThemeVariables) =>
|
|
158
|
+
xs: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
159
|
+
sm: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
160
|
+
md: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
161
|
+
lg: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
162
|
+
xl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
163
|
+
xxl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
164
164
|
};
|
|
165
165
|
export declare const CONTAINER_MAX_WIDTHS: {
|
|
166
|
-
sm: (t: import("..").ThemeVariables) =>
|
|
167
|
-
md: (t: import("..").ThemeVariables) =>
|
|
168
|
-
lg: (t: import("..").ThemeVariables) =>
|
|
169
|
-
xl: (t: import("..").ThemeVariables) =>
|
|
170
|
-
xxl: (t: import("..").ThemeVariables) =>
|
|
166
|
+
sm: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
167
|
+
md: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
168
|
+
lg: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
169
|
+
xl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
170
|
+
xxl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
171
171
|
};
|
|
172
172
|
export declare const GRID_COLUMNS = 12;
|
|
173
173
|
export declare const GRID_ROW_COLUMNS = 6;
|
|
174
174
|
export declare const BORDER_WIDTHS: {
|
|
175
|
-
[x: number]: (t: import("..").ThemeVariables) =>
|
|
175
|
+
[x: number]: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
176
176
|
};
|
|
177
177
|
export declare const ASPECT_RATIOS: {
|
|
178
|
-
"1x1": (t: import("..").ThemeVariables) =>
|
|
179
|
-
"4x3": (t: import("..").ThemeVariables) =>
|
|
180
|
-
"16x9": (t: import("..").ThemeVariables) =>
|
|
181
|
-
"21x9": (t: import("..").ThemeVariables) =>
|
|
178
|
+
"1x1": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
179
|
+
"4x3": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
180
|
+
"16x9": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
181
|
+
"21x9": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
182
182
|
};
|
|
183
183
|
export declare const FONT_SIZES: {
|
|
184
|
-
1: (t: import("..").ThemeVariables) =>
|
|
185
|
-
2: (t: import("..").ThemeVariables) =>
|
|
186
|
-
3: (t: import("..").ThemeVariables) =>
|
|
187
|
-
4: (t: import("..").ThemeVariables) =>
|
|
188
|
-
5: (t: import("..").ThemeVariables) =>
|
|
189
|
-
6: (t: import("..").ThemeVariables) =>
|
|
184
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
185
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
186
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
187
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
188
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
189
|
+
6: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
190
190
|
};
|
|
191
191
|
export declare const DISPLAY_FONT_SIZES: {
|
|
192
|
-
1: (t: import("..").ThemeVariables) =>
|
|
193
|
-
2: (t: import("..").ThemeVariables) =>
|
|
194
|
-
3: (t: import("..").ThemeVariables) =>
|
|
195
|
-
4: (t: import("..").ThemeVariables) =>
|
|
196
|
-
5: (t: import("..").ThemeVariables) =>
|
|
197
|
-
6: (t: import("..").ThemeVariables) =>
|
|
192
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
193
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
194
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
195
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
196
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
197
|
+
6: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
198
198
|
};
|
|
199
199
|
export declare const FORM_VALIDATION_STATES: {
|
|
200
|
-
valid: (t: import("..").ThemeVariables) =>
|
|
201
|
-
invalid: (t: import("..").ThemeVariables) =>
|
|
200
|
+
valid: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
201
|
+
invalid: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
202
202
|
};
|
|
203
203
|
declare const proxies: {
|
|
204
204
|
GRAYS: {
|
|
205
|
-
100: (t: import("..").ThemeVariables) =>
|
|
206
|
-
200: (t: import("..").ThemeVariables) =>
|
|
207
|
-
300: (t: import("..").ThemeVariables) =>
|
|
208
|
-
400: (t: import("..").ThemeVariables) =>
|
|
209
|
-
500: (t: import("..").ThemeVariables) =>
|
|
210
|
-
600: (t: import("..").ThemeVariables) =>
|
|
211
|
-
700: (t: import("..").ThemeVariables) =>
|
|
212
|
-
800: (t: import("..").ThemeVariables) =>
|
|
213
|
-
900: (t: import("..").ThemeVariables) =>
|
|
205
|
+
100: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
206
|
+
200: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
207
|
+
300: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
208
|
+
400: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
209
|
+
500: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
210
|
+
600: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
211
|
+
700: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
212
|
+
800: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
213
|
+
900: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
214
214
|
};
|
|
215
215
|
COLORS: {
|
|
216
|
-
blue: (t: import("..").ThemeVariables) =>
|
|
217
|
-
cyan: (t: import("..").ThemeVariables) =>
|
|
218
|
-
green: (t: import("..").ThemeVariables) =>
|
|
219
|
-
indigo: (t: import("..").ThemeVariables) =>
|
|
220
|
-
orange: (t: import("..").ThemeVariables) =>
|
|
221
|
-
pink: (t: import("..").ThemeVariables) =>
|
|
222
|
-
purple: (t: import("..").ThemeVariables) =>
|
|
223
|
-
red: (t: import("..").ThemeVariables) =>
|
|
224
|
-
teal: (t: import("..").ThemeVariables) =>
|
|
225
|
-
yellow: (t: import("..").ThemeVariables) =>
|
|
216
|
+
blue: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
217
|
+
cyan: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
218
|
+
green: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
219
|
+
indigo: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
220
|
+
orange: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
221
|
+
pink: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
222
|
+
purple: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
223
|
+
red: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
224
|
+
teal: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
225
|
+
yellow: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
226
226
|
};
|
|
227
227
|
THEME_COLORS: {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
dark: (t: import("..").ThemeVariables) =>
|
|
228
|
+
light: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
229
|
+
primary: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
230
|
+
secondary: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
231
|
+
success: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
232
|
+
info: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
233
|
+
warning: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
234
|
+
danger: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
235
|
+
dark: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
236
236
|
};
|
|
237
237
|
BLUES: {
|
|
238
|
-
"blue-100": (t: import("..").ThemeVariables) =>
|
|
239
|
-
"blue-200": (t: import("..").ThemeVariables) =>
|
|
240
|
-
"blue-300": (t: import("..").ThemeVariables) =>
|
|
241
|
-
"blue-400": (t: import("..").ThemeVariables) =>
|
|
242
|
-
"blue-500": (t: import("..").ThemeVariables) =>
|
|
243
|
-
"blue-600": (t: import("..").ThemeVariables) =>
|
|
244
|
-
"blue-700": (t: import("..").ThemeVariables) =>
|
|
245
|
-
"blue-800": (t: import("..").ThemeVariables) =>
|
|
246
|
-
"blue-900": (t: import("..").ThemeVariables) =>
|
|
238
|
+
"blue-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
239
|
+
"blue-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
240
|
+
"blue-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
241
|
+
"blue-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
242
|
+
"blue-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
243
|
+
"blue-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
244
|
+
"blue-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
245
|
+
"blue-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
246
|
+
"blue-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
247
247
|
};
|
|
248
248
|
INDIGOS: {
|
|
249
|
-
"indigo-100": (t: import("..").ThemeVariables) =>
|
|
250
|
-
"indigo-200": (t: import("..").ThemeVariables) =>
|
|
251
|
-
"indigo-300": (t: import("..").ThemeVariables) =>
|
|
252
|
-
"indigo-400": (t: import("..").ThemeVariables) =>
|
|
253
|
-
"indigo-500": (t: import("..").ThemeVariables) =>
|
|
254
|
-
"indigo-600": (t: import("..").ThemeVariables) =>
|
|
255
|
-
"indigo-700": (t: import("..").ThemeVariables) =>
|
|
256
|
-
"indigo-800": (t: import("..").ThemeVariables) =>
|
|
257
|
-
"indigo-900": (t: import("..").ThemeVariables) =>
|
|
249
|
+
"indigo-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
250
|
+
"indigo-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
251
|
+
"indigo-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
252
|
+
"indigo-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
253
|
+
"indigo-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
254
|
+
"indigo-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
255
|
+
"indigo-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
256
|
+
"indigo-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
257
|
+
"indigo-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
258
258
|
};
|
|
259
259
|
PURPLES: {
|
|
260
|
-
"purple-100": (t: import("..").ThemeVariables) =>
|
|
261
|
-
"purple-200": (t: import("..").ThemeVariables) =>
|
|
262
|
-
"purple-300": (t: import("..").ThemeVariables) =>
|
|
263
|
-
"purple-400": (t: import("..").ThemeVariables) =>
|
|
264
|
-
"purple-500": (t: import("..").ThemeVariables) =>
|
|
265
|
-
"purple-600": (t: import("..").ThemeVariables) =>
|
|
266
|
-
"purple-700": (t: import("..").ThemeVariables) =>
|
|
267
|
-
"purple-800": (t: import("..").ThemeVariables) =>
|
|
268
|
-
"purple-900": (t: import("..").ThemeVariables) =>
|
|
260
|
+
"purple-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
261
|
+
"purple-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
262
|
+
"purple-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
263
|
+
"purple-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
264
|
+
"purple-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
265
|
+
"purple-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
266
|
+
"purple-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
267
|
+
"purple-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
268
|
+
"purple-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
269
269
|
};
|
|
270
270
|
PINKS: {
|
|
271
|
-
"pink-100": (t: import("..").ThemeVariables) =>
|
|
272
|
-
"pink-200": (t: import("..").ThemeVariables) =>
|
|
273
|
-
"pink-300": (t: import("..").ThemeVariables) =>
|
|
274
|
-
"pink-400": (t: import("..").ThemeVariables) =>
|
|
275
|
-
"pink-500": (t: import("..").ThemeVariables) =>
|
|
276
|
-
"pink-600": (t: import("..").ThemeVariables) =>
|
|
277
|
-
"pink-700": (t: import("..").ThemeVariables) =>
|
|
278
|
-
"pink-800": (t: import("..").ThemeVariables) =>
|
|
279
|
-
"pink-900": (t: import("..").ThemeVariables) =>
|
|
271
|
+
"pink-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
272
|
+
"pink-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
273
|
+
"pink-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
274
|
+
"pink-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
275
|
+
"pink-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
276
|
+
"pink-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
277
|
+
"pink-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
278
|
+
"pink-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
279
|
+
"pink-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
280
280
|
};
|
|
281
281
|
REDS: {
|
|
282
|
-
"red-100": (t: import("..").ThemeVariables) =>
|
|
283
|
-
"red-200": (t: import("..").ThemeVariables) =>
|
|
284
|
-
"red-300": (t: import("..").ThemeVariables) =>
|
|
285
|
-
"red-400": (t: import("..").ThemeVariables) =>
|
|
286
|
-
"red-500": (t: import("..").ThemeVariables) =>
|
|
287
|
-
"red-600": (t: import("..").ThemeVariables) =>
|
|
288
|
-
"red-700": (t: import("..").ThemeVariables) =>
|
|
289
|
-
"red-800": (t: import("..").ThemeVariables) =>
|
|
290
|
-
"red-900": (t: import("..").ThemeVariables) =>
|
|
282
|
+
"red-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
283
|
+
"red-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
284
|
+
"red-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
285
|
+
"red-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
286
|
+
"red-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
287
|
+
"red-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
288
|
+
"red-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
289
|
+
"red-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
290
|
+
"red-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
291
291
|
};
|
|
292
292
|
ORANGES: {
|
|
293
|
-
"orange-100": (t: import("..").ThemeVariables) =>
|
|
294
|
-
"orange-200": (t: import("..").ThemeVariables) =>
|
|
295
|
-
"orange-300": (t: import("..").ThemeVariables) =>
|
|
296
|
-
"orange-400": (t: import("..").ThemeVariables) =>
|
|
297
|
-
"orange-500": (t: import("..").ThemeVariables) =>
|
|
298
|
-
"orange-600": (t: import("..").ThemeVariables) =>
|
|
299
|
-
"orange-700": (t: import("..").ThemeVariables) =>
|
|
300
|
-
"orange-800": (t: import("..").ThemeVariables) =>
|
|
301
|
-
"orange-900": (t: import("..").ThemeVariables) =>
|
|
293
|
+
"orange-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
294
|
+
"orange-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
295
|
+
"orange-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
296
|
+
"orange-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
297
|
+
"orange-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
298
|
+
"orange-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
299
|
+
"orange-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
300
|
+
"orange-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
301
|
+
"orange-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
302
302
|
};
|
|
303
303
|
YELLOWS: {
|
|
304
|
-
"yellow-100": (t: import("..").ThemeVariables) =>
|
|
305
|
-
"yellow-200": (t: import("..").ThemeVariables) =>
|
|
306
|
-
"yellow-300": (t: import("..").ThemeVariables) =>
|
|
307
|
-
"yellow-400": (t: import("..").ThemeVariables) =>
|
|
308
|
-
"yellow-500": (t: import("..").ThemeVariables) =>
|
|
309
|
-
"yellow-600": (t: import("..").ThemeVariables) =>
|
|
310
|
-
"yellow-700": (t: import("..").ThemeVariables) =>
|
|
311
|
-
"yellow-800": (t: import("..").ThemeVariables) =>
|
|
312
|
-
"yellow-900": (t: import("..").ThemeVariables) =>
|
|
304
|
+
"yellow-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
305
|
+
"yellow-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
306
|
+
"yellow-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
307
|
+
"yellow-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
308
|
+
"yellow-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
309
|
+
"yellow-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
310
|
+
"yellow-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
311
|
+
"yellow-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
312
|
+
"yellow-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
313
313
|
};
|
|
314
314
|
GREENS: {
|
|
315
|
-
"green-100": (t: import("..").ThemeVariables) =>
|
|
316
|
-
"green-200": (t: import("..").ThemeVariables) =>
|
|
317
|
-
"green-300": (t: import("..").ThemeVariables) =>
|
|
318
|
-
"green-400": (t: import("..").ThemeVariables) =>
|
|
319
|
-
"green-500": (t: import("..").ThemeVariables) =>
|
|
320
|
-
"green-600": (t: import("..").ThemeVariables) =>
|
|
321
|
-
"green-700": (t: import("..").ThemeVariables) =>
|
|
322
|
-
"green-800": (t: import("..").ThemeVariables) =>
|
|
323
|
-
"green-900": (t: import("..").ThemeVariables) =>
|
|
315
|
+
"green-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
316
|
+
"green-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
317
|
+
"green-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
318
|
+
"green-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
319
|
+
"green-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
320
|
+
"green-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
321
|
+
"green-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
322
|
+
"green-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
323
|
+
"green-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
324
324
|
};
|
|
325
325
|
TEALS: {
|
|
326
|
-
"teal-100": (t: import("..").ThemeVariables) =>
|
|
327
|
-
"teal-200": (t: import("..").ThemeVariables) =>
|
|
328
|
-
"teal-300": (t: import("..").ThemeVariables) =>
|
|
329
|
-
"teal-400": (t: import("..").ThemeVariables) =>
|
|
330
|
-
"teal-500": (t: import("..").ThemeVariables) =>
|
|
331
|
-
"teal-600": (t: import("..").ThemeVariables) =>
|
|
332
|
-
"teal-700": (t: import("..").ThemeVariables) =>
|
|
333
|
-
"teal-800": (t: import("..").ThemeVariables) =>
|
|
334
|
-
"teal-900": (t: import("..").ThemeVariables) =>
|
|
326
|
+
"teal-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
327
|
+
"teal-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
328
|
+
"teal-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
329
|
+
"teal-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
330
|
+
"teal-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
331
|
+
"teal-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
332
|
+
"teal-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
333
|
+
"teal-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
334
|
+
"teal-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
335
335
|
};
|
|
336
336
|
CYANS: {
|
|
337
|
-
"cyan-100": (t: import("..").ThemeVariables) =>
|
|
338
|
-
"cyan-200": (t: import("..").ThemeVariables) =>
|
|
339
|
-
"cyan-300": (t: import("..").ThemeVariables) =>
|
|
340
|
-
"cyan-400": (t: import("..").ThemeVariables) =>
|
|
341
|
-
"cyan-500": (t: import("..").ThemeVariables) =>
|
|
342
|
-
"cyan-600": (t: import("..").ThemeVariables) =>
|
|
343
|
-
"cyan-700": (t: import("..").ThemeVariables) =>
|
|
344
|
-
"cyan-800": (t: import("..").ThemeVariables) =>
|
|
345
|
-
"cyan-900": (t: import("..").ThemeVariables) =>
|
|
337
|
+
"cyan-100": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
338
|
+
"cyan-200": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
339
|
+
"cyan-300": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
340
|
+
"cyan-400": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
341
|
+
"cyan-500": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
342
|
+
"cyan-600": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
343
|
+
"cyan-700": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
344
|
+
"cyan-800": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
345
|
+
"cyan-900": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
346
346
|
};
|
|
347
347
|
SPACERS: {
|
|
348
|
-
0: (t: import("..").ThemeVariables) =>
|
|
349
|
-
1: (t: import("..").ThemeVariables) =>
|
|
350
|
-
2: (t: import("..").ThemeVariables) =>
|
|
351
|
-
3: (t: import("..").ThemeVariables) =>
|
|
352
|
-
4: (t: import("..").ThemeVariables) =>
|
|
353
|
-
5: (t: import("..").ThemeVariables) =>
|
|
348
|
+
0: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
349
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
350
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
351
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
352
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
353
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
354
354
|
};
|
|
355
355
|
POSITION_VALUES: {
|
|
356
|
-
0: (t: import("..").ThemeVariables) =>
|
|
357
|
-
100: (t: import("..").ThemeVariables) =>
|
|
358
|
-
50: (t: import("..").ThemeVariables) =>
|
|
356
|
+
0: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
357
|
+
100: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
358
|
+
50: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
359
359
|
};
|
|
360
360
|
GRID_BREAKPOINTS: {
|
|
361
|
-
xs: (t: import("..").ThemeVariables) =>
|
|
362
|
-
sm: (t: import("..").ThemeVariables) =>
|
|
363
|
-
md: (t: import("..").ThemeVariables) =>
|
|
364
|
-
lg: (t: import("..").ThemeVariables) =>
|
|
365
|
-
xl: (t: import("..").ThemeVariables) =>
|
|
366
|
-
xxl: (t: import("..").ThemeVariables) =>
|
|
361
|
+
xs: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
362
|
+
sm: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
363
|
+
md: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
364
|
+
lg: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
365
|
+
xl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
366
|
+
xxl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
367
367
|
};
|
|
368
368
|
CONTAINER_MAX_WIDTHS: {
|
|
369
|
-
sm: (t: import("..").ThemeVariables) =>
|
|
370
|
-
md: (t: import("..").ThemeVariables) =>
|
|
371
|
-
lg: (t: import("..").ThemeVariables) =>
|
|
372
|
-
xl: (t: import("..").ThemeVariables) =>
|
|
373
|
-
xxl: (t: import("..").ThemeVariables) =>
|
|
369
|
+
sm: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
370
|
+
md: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
371
|
+
lg: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
372
|
+
xl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
373
|
+
xxl: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
374
374
|
};
|
|
375
375
|
GRID_COLUMNS: number;
|
|
376
376
|
GRID_ROW_COLUMNS: number;
|
|
377
377
|
BORDER_WIDTHS: {
|
|
378
|
-
[x: number]: (t: import("..").ThemeVariables) =>
|
|
378
|
+
[x: number]: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
379
379
|
};
|
|
380
380
|
ASPECT_RATIOS: {
|
|
381
|
-
"1x1": (t: import("..").ThemeVariables) =>
|
|
382
|
-
"4x3": (t: import("..").ThemeVariables) =>
|
|
383
|
-
"16x9": (t: import("..").ThemeVariables) =>
|
|
384
|
-
"21x9": (t: import("..").ThemeVariables) =>
|
|
381
|
+
"1x1": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
382
|
+
"4x3": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
383
|
+
"16x9": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
384
|
+
"21x9": (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
385
385
|
};
|
|
386
386
|
FONT_SIZES: {
|
|
387
|
-
1: (t: import("..").ThemeVariables) =>
|
|
388
|
-
2: (t: import("..").ThemeVariables) =>
|
|
389
|
-
3: (t: import("..").ThemeVariables) =>
|
|
390
|
-
4: (t: import("..").ThemeVariables) =>
|
|
391
|
-
5: (t: import("..").ThemeVariables) =>
|
|
392
|
-
6: (t: import("..").ThemeVariables) =>
|
|
387
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
388
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
389
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
390
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
391
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
392
|
+
6: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
393
393
|
};
|
|
394
394
|
DISPLAY_FONT_SIZES: {
|
|
395
|
-
1: (t: import("..").ThemeVariables) =>
|
|
396
|
-
2: (t: import("..").ThemeVariables) =>
|
|
397
|
-
3: (t: import("..").ThemeVariables) =>
|
|
398
|
-
4: (t: import("..").ThemeVariables) =>
|
|
399
|
-
5: (t: import("..").ThemeVariables) =>
|
|
400
|
-
6: (t: import("..").ThemeVariables) =>
|
|
395
|
+
1: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
396
|
+
2: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
397
|
+
3: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
398
|
+
4: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
399
|
+
5: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
400
|
+
6: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
401
401
|
};
|
|
402
402
|
FORM_VALIDATION_STATES: {
|
|
403
|
-
valid: (t: import("..").ThemeVariables) =>
|
|
404
|
-
invalid: (t: import("..").ThemeVariables) =>
|
|
403
|
+
valid: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
404
|
+
invalid: (t: import("..").ThemeVariables) => import("..").StyleValue;
|
|
405
405
|
};
|
|
406
406
|
};
|
|
407
407
|
export default proxies;
|