bootstrap-rn 0.4.0 → 0.4.2
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/module/Provider.js +3 -3
- package/lib/module/Provider.js.map +1 -1
- package/lib/module/components/Body.js +6 -6
- package/lib/module/components/Body.js.map +1 -1
- package/lib/module/components/Caret.js +5 -5
- package/lib/module/components/Caret.js.map +1 -1
- package/lib/module/components/Heading.js +5 -5
- package/lib/module/components/Heading.js.map +1 -1
- package/lib/module/components/Image.js +2 -2
- package/lib/module/components/Image.js.map +1 -1
- package/lib/module/components/ImageBackground.js +2 -2
- package/lib/module/components/ImageBackground.js.map +1 -1
- package/lib/module/components/Label.js +2 -2
- package/lib/module/components/Label.js.map +1 -1
- package/lib/module/components/Link.js +10 -10
- package/lib/module/components/Link.js.map +1 -1
- package/lib/module/components/Pressable.js +7 -7
- package/lib/module/components/Pressable.js.map +1 -1
- package/lib/module/components/ScrollView.js +3 -3
- package/lib/module/components/ScrollView.js.map +1 -1
- package/lib/module/components/Text.js +6 -6
- package/lib/module/components/Text.js.map +1 -1
- package/lib/module/components/TextInput.js +2 -2
- package/lib/module/components/TextInput.js.map +1 -1
- package/lib/module/components/View.js +3 -3
- package/lib/module/components/View.js.map +1 -1
- package/lib/module/components/alert/Alert.js +6 -6
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/badge/Badge.js +5 -5
- package/lib/module/components/badge/Badge.js.map +1 -1
- package/lib/module/components/breadcrumb/Breadcrumb.js +6 -6
- package/lib/module/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/components/breadcrumb/BreadcrumbItem.js +7 -7
- package/lib/module/components/breadcrumb/BreadcrumbItem.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +6 -6
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/button-group/ButtonToolbar.js +4 -4
- package/lib/module/components/button-group/ButtonToolbar.js.map +1 -1
- package/lib/module/components/buttons/Button.js +9 -9
- package/lib/module/components/buttons/Button.js.map +1 -1
- package/lib/module/components/card/Card.js +7 -7
- package/lib/module/components/card/Card.js.map +1 -1
- package/lib/module/components/card/CardBody.js +4 -4
- package/lib/module/components/card/CardBody.js.map +1 -1
- package/lib/module/components/card/CardFooter.js +4 -4
- package/lib/module/components/card/CardFooter.js.map +1 -1
- package/lib/module/components/card/CardHeader.js +4 -4
- package/lib/module/components/card/CardHeader.js.map +1 -1
- package/lib/module/components/close/CloseButton.js +10 -10
- package/lib/module/components/close/CloseButton.js.map +1 -1
- package/lib/module/components/collapse/Collapse.js +5 -5
- package/lib/module/components/collapse/Collapse.js.map +1 -1
- package/lib/module/components/collapse/CollapseProvider.js +2 -2
- package/lib/module/components/collapse/CollapseProvider.js.map +1 -1
- package/lib/module/components/collapse/useCollapse.js +2 -2
- package/lib/module/components/collapse/useCollapse.js.map +1 -1
- package/lib/module/components/collapse/useToggleCollapse.js +2 -2
- package/lib/module/components/collapse/useToggleCollapse.js.map +1 -1
- package/lib/module/components/containers/Container.js +7 -7
- package/lib/module/components/containers/Container.js.map +1 -1
- package/lib/module/components/dropdown/Dropdown.js +14 -14
- package/lib/module/components/dropdown/Dropdown.js.map +1 -1
- package/lib/module/components/dropdown/DropdownDivider.js +4 -4
- package/lib/module/components/dropdown/DropdownDivider.js.map +1 -1
- package/lib/module/components/dropdown/DropdownHeader.js +5 -5
- package/lib/module/components/dropdown/DropdownHeader.js.map +1 -1
- package/lib/module/components/dropdown/DropdownItem.js +6 -6
- package/lib/module/components/dropdown/DropdownItem.js.map +1 -1
- package/lib/module/components/dropdown/DropdownItemText.js +5 -5
- package/lib/module/components/dropdown/DropdownItemText.js.map +1 -1
- package/lib/module/components/dropdown/DropdownMenu.js +13 -13
- package/lib/module/components/dropdown/DropdownMenu.js.map +1 -1
- package/lib/module/components/dropdown/DropdownToggle.js +1 -1
- package/lib/module/components/dropdown/DropdownToggle.js.map +1 -1
- package/lib/module/components/dropdown/useDismissDropdown.js +2 -2
- package/lib/module/components/dropdown/useDismissDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useDropdown.js +2 -2
- package/lib/module/components/dropdown/useDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useToggleDropdown.js +2 -2
- package/lib/module/components/dropdown/useToggleDropdown.js.map +1 -1
- package/lib/module/components/forms/Checkbox.js +1 -1
- package/lib/module/components/forms/Checkbox.js.map +1 -1
- package/lib/module/components/forms/Feedback.js +5 -5
- package/lib/module/components/forms/Feedback.js.map +1 -1
- package/lib/module/components/forms/FormCheck.js +6 -6
- package/lib/module/components/forms/FormCheck.js.map +1 -1
- package/lib/module/components/forms/FormCheckInput.js +11 -11
- package/lib/module/components/forms/FormCheckInput.js.map +1 -1
- package/lib/module/components/forms/FormCheckLabel.js +7 -7
- package/lib/module/components/forms/FormCheckLabel.js.map +1 -1
- package/lib/module/components/forms/FormLabel.js +4 -4
- package/lib/module/components/forms/FormLabel.js.map +1 -1
- package/lib/module/components/forms/FormText.js +5 -5
- package/lib/module/components/forms/FormText.js.map +1 -1
- package/lib/module/components/forms/Input.js +6 -6
- package/lib/module/components/forms/Input.js.map +1 -1
- package/lib/module/components/forms/Picker.js +12 -12
- package/lib/module/components/forms/Picker.js.map +1 -1
- package/lib/module/components/forms/PickerItem.js +4 -4
- package/lib/module/components/forms/PickerItem.js.map +1 -1
- package/lib/module/components/forms/Radio.js +4 -4
- package/lib/module/components/forms/Radio.js.map +1 -1
- package/lib/module/components/forms/RadioGroup.js +2 -2
- package/lib/module/components/forms/RadioGroup.js.map +1 -1
- package/lib/module/components/forms/Switch.js +1 -1
- package/lib/module/components/forms/Switch.js.map +1 -1
- package/lib/module/components/forms/internals/FormCheckInputNative.js +1 -1
- package/lib/module/components/forms/internals/FormCheckInputNative.js.map +1 -1
- package/lib/module/components/forms/internals/PickerNative.js +6 -6
- package/lib/module/components/forms/internals/PickerNative.js.map +1 -1
- package/lib/module/components/forms/internals/PickerNativeItem.js +9 -9
- package/lib/module/components/forms/internals/PickerNativeItem.js.map +1 -1
- package/lib/module/components/forms/internals/PickerWeb.js +1 -1
- package/lib/module/components/forms/internals/PickerWeb.js.map +1 -1
- package/lib/module/components/forms/internals/PickerWebItem.js +2 -2
- package/lib/module/components/forms/internals/PickerWebItem.js.map +1 -1
- package/lib/module/components/grid/Col.js +6 -6
- package/lib/module/components/grid/Col.js.map +1 -1
- package/lib/module/components/grid/Row.js +4 -4
- package/lib/module/components/grid/Row.js.map +1 -1
- package/lib/module/components/helpers/BackdropHandler.js +3 -3
- package/lib/module/components/helpers/BackdropHandler.js.map +1 -1
- package/lib/module/components/list-group/ListGroup.js +8 -8
- package/lib/module/components/list-group/ListGroup.js.map +1 -1
- package/lib/module/components/list-group/ListGroupItem.js +9 -9
- package/lib/module/components/list-group/ListGroupItem.js.map +1 -1
- package/lib/module/components/list-group/ListGroupItemAction.js +11 -11
- package/lib/module/components/list-group/ListGroupItemAction.js.map +1 -1
- package/lib/module/components/modal/Modal.js +12 -12
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/ModalBody.js +7 -7
- package/lib/module/components/modal/ModalBody.js.map +1 -1
- package/lib/module/components/modal/ModalFooter.js +4 -4
- package/lib/module/components/modal/ModalFooter.js.map +1 -1
- package/lib/module/components/modal/ModalHeader.js +4 -4
- package/lib/module/components/modal/ModalHeader.js.map +1 -1
- package/lib/module/components/modal/ModalTitle.js +4 -4
- package/lib/module/components/modal/ModalTitle.js.map +1 -1
- package/lib/module/components/modal/useModal.js +1 -1
- package/lib/module/components/modal/useModal.js.map +1 -1
- package/lib/module/components/nav/Nav.js +10 -10
- package/lib/module/components/nav/Nav.js.map +1 -1
- package/lib/module/components/nav/NavLink.js +10 -10
- package/lib/module/components/nav/NavLink.js.map +1 -1
- package/lib/module/components/nav/Tab.js +5 -5
- package/lib/module/components/nav/Tab.js.map +1 -1
- package/lib/module/components/nav/TabContent.js +1 -1
- package/lib/module/components/nav/TabContent.js.map +1 -1
- package/lib/module/components/nav/TabPane.js +6 -6
- package/lib/module/components/nav/TabPane.js.map +1 -1
- package/lib/module/components/nav/TabProvider.js +2 -2
- package/lib/module/components/nav/TabProvider.js.map +1 -1
- package/lib/module/components/nav/useTabbable.js +2 -2
- package/lib/module/components/nav/useTabbable.js.map +1 -1
- package/lib/module/components/nav/useToggleTab.js +3 -3
- package/lib/module/components/nav/useToggleTab.js.map +1 -1
- package/lib/module/components/navbar/Navbar.js +14 -14
- package/lib/module/components/navbar/Navbar.js.map +1 -1
- package/lib/module/components/navbar/NavbarBrand.js +6 -6
- package/lib/module/components/navbar/NavbarBrand.js.map +1 -1
- package/lib/module/components/navbar/NavbarCollapse.js +9 -9
- package/lib/module/components/navbar/NavbarCollapse.js.map +1 -1
- package/lib/module/components/navbar/NavbarText.js +7 -7
- package/lib/module/components/navbar/NavbarText.js.map +1 -1
- package/lib/module/components/navbar/NavbarToggler.js +13 -13
- package/lib/module/components/navbar/NavbarToggler.js.map +1 -1
- package/lib/module/components/navbar/useDismissNavbar.js +2 -2
- package/lib/module/components/navbar/useDismissNavbar.js.map +1 -1
- package/lib/module/components/navbar/useNavbar.js +2 -2
- package/lib/module/components/navbar/useNavbar.js.map +1 -1
- package/lib/module/components/navbar/useToggleNavbar.js +2 -2
- package/lib/module/components/navbar/useToggleNavbar.js.map +1 -1
- package/lib/module/components/offcanvas/Offcanvas.js +14 -14
- package/lib/module/components/offcanvas/Offcanvas.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasBody.js +7 -7
- package/lib/module/components/offcanvas/OffcanvasBody.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasHeader.js +7 -7
- package/lib/module/components/offcanvas/OffcanvasHeader.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasTitle.js +4 -4
- package/lib/module/components/offcanvas/OffcanvasTitle.js.map +1 -1
- package/lib/module/components/offcanvas/useOffcanvas.js +1 -1
- package/lib/module/components/offcanvas/useOffcanvas.js.map +1 -1
- package/lib/module/components/pagination/Pagination.js +6 -6
- package/lib/module/components/pagination/Pagination.js.map +1 -1
- package/lib/module/components/pagination/PaginationItem.js +6 -6
- package/lib/module/components/pagination/PaginationItem.js.map +1 -1
- package/lib/module/components/placeholders/Placeholders.js +4 -4
- package/lib/module/components/placeholders/Placeholders.js.map +1 -1
- package/lib/module/components/popover/Popover.js +8 -8
- package/lib/module/components/popover/Popover.js.map +1 -1
- package/lib/module/components/popover/PopoverArrow.js +7 -7
- package/lib/module/components/popover/PopoverArrow.js.map +1 -1
- package/lib/module/components/popover/PopoverBody.js +4 -4
- package/lib/module/components/popover/PopoverBody.js.map +1 -1
- package/lib/module/components/popover/PopoverHeader.js +5 -5
- package/lib/module/components/popover/PopoverHeader.js.map +1 -1
- package/lib/module/components/popover/injectPopover.js +6 -6
- package/lib/module/components/popover/injectPopover.js.map +1 -1
- package/lib/module/components/progress/Progress.js +7 -7
- package/lib/module/components/progress/Progress.js.map +1 -1
- package/lib/module/components/progress/ProgressBar.js +7 -7
- package/lib/module/components/progress/ProgressBar.js.map +1 -1
- package/lib/module/components/spinners/Spinner.js +5 -5
- package/lib/module/components/spinners/Spinner.js.map +1 -1
- package/lib/module/components/toasts/Toast.js +8 -8
- package/lib/module/components/toasts/Toast.js.map +1 -1
- package/lib/module/components/toasts/ToastBody.js +4 -4
- package/lib/module/components/toasts/ToastBody.js.map +1 -1
- package/lib/module/components/toasts/ToastContainer.js +6 -6
- package/lib/module/components/toasts/ToastContainer.js.map +1 -1
- package/lib/module/components/toasts/ToastHeader.js +5 -5
- package/lib/module/components/toasts/ToastHeader.js.map +1 -1
- package/lib/module/components/tooltip/Tooltip.js +7 -7
- package/lib/module/components/tooltip/Tooltip.js.map +1 -1
- package/lib/module/components/tooltip/TooltipArrow.js +6 -6
- package/lib/module/components/tooltip/TooltipArrow.js.map +1 -1
- package/lib/module/components/tooltip/TooltipInner.js +5 -5
- package/lib/module/components/tooltip/TooltipInner.js.map +1 -1
- package/lib/module/components/tooltip/injectTooltip.js +6 -6
- package/lib/module/components/tooltip/injectTooltip.js.map +1 -1
- package/lib/module/components/type/Blockquote.js +4 -4
- package/lib/module/components/type/Blockquote.js.map +1 -1
- package/lib/module/components/type/Code.js +4 -4
- package/lib/module/components/type/Code.js.map +1 -1
- package/lib/module/components/type/DisplayHeading.js +5 -5
- package/lib/module/components/type/DisplayHeading.js.map +1 -1
- package/lib/module/components/type/Paragraph.js +4 -4
- package/lib/module/components/type/Paragraph.js.map +1 -1
- package/lib/module/hooks/useAction.js +1 -1
- package/lib/module/hooks/useAction.js.map +1 -1
- package/lib/module/hooks/useFixedElement.js +2 -2
- package/lib/module/hooks/useFixedElement.js.map +1 -1
- package/lib/module/hooks/useIdentifier.js +2 -2
- package/lib/module/hooks/useIdentifier.js.map +1 -1
- package/lib/module/hooks/useList.js +1 -1
- package/lib/module/hooks/useList.js.map +1 -1
- package/lib/module/hooks/useMedia.js +3 -3
- package/lib/module/hooks/useMedia.js.map +1 -1
- package/lib/module/hooks/useModifier.js +3 -3
- package/lib/module/hooks/useModifier.js.map +1 -1
- package/lib/module/hooks/useStyle.js +3 -3
- package/lib/module/hooks/useStyle.js.map +1 -1
- package/lib/module/hooks/useTrigger.js +3 -3
- package/lib/module/hooks/useTrigger.js.map +1 -1
- package/lib/module/hooks/useViewport.js +1 -1
- package/lib/module/hooks/useViewport.js.map +1 -1
- package/lib/module/index.js +65 -65
- package/lib/module/index.js.map +1 -1
- package/lib/module/style/StyleSheet.js +1 -1
- package/lib/module/style/StyleSheet.js.map +1 -1
- package/lib/module/style/TextStyleProvider.js +1 -1
- package/lib/module/style/TextStyleProvider.js.map +1 -1
- package/lib/module/style/createStyle.js +5 -5
- package/lib/module/style/createStyle.js.map +1 -1
- package/lib/module/style/css.js +3 -3
- package/lib/module/style/css.js.map +1 -1
- package/lib/module/style/functions.js +2 -2
- package/lib/module/style/functions.js.map +1 -1
- package/lib/module/style/makeTheme.js +2 -2
- package/lib/module/style/makeTheme.js.map +1 -1
- package/lib/module/style/makeUtilities.js +4 -4
- package/lib/module/style/makeUtilities.js.map +1 -1
- package/lib/module/style/math.js +1 -1
- package/lib/module/style/math.js.map +1 -1
- package/lib/module/style/parse/index.js +2 -2
- package/lib/module/style/parse/index.js.map +1 -1
- package/lib/module/style/parse/parseBlock.js +6 -6
- package/lib/module/style/parse/parseBlock.js.map +1 -1
- package/lib/module/style/parse/rules/declaration.js +2 -2
- package/lib/module/style/parse/rules/declaration.js.map +1 -1
- package/lib/module/style/parse/rules/directive.js +2 -2
- package/lib/module/style/parse/rules/directive.js.map +1 -1
- package/lib/module/style/parse/rules/selector.js +2 -2
- package/lib/module/style/parse/rules/selector.js.map +1 -1
- package/lib/module/style/parse/rules/variable.js +1 -1
- package/lib/module/style/parse/rules/variable.js.map +1 -1
- package/lib/module/style/transform/formula.js +1 -1
- package/lib/module/style/transform/formula.js.map +1 -1
- package/lib/module/style/transform/index.js +7 -7
- package/lib/module/style/transform/index.js.map +1 -1
- package/lib/module/style/transform/rgba.js +1 -1
- package/lib/module/style/transform/rgba.js.map +1 -1
- package/lib/module/theme/breakpoints.js +1 -1
- package/lib/module/theme/breakpoints.js.map +1 -1
- package/lib/module/theme/functions.js +4 -4
- package/lib/module/theme/functions.js.map +1 -1
- package/lib/module/theme/maps.js +2 -2
- package/lib/module/theme/maps.js.map +1 -1
- package/lib/module/theme/proxies.js +1 -1
- package/lib/module/theme/proxies.js.map +1 -1
- package/lib/module/theme/utilities.js +2 -2
- package/lib/module/theme/utilities.js.map +1 -1
- package/lib/module/theme/variables.js +3 -3
- package/lib/module/theme/variables.js.map +1 -1
- package/package.json +12 -8
- package/src/style/StyleSheet.ts +1 -1
- package/lib/module/Context.d.ts +0 -29
- package/lib/module/Provider.d.ts +0 -12
- package/lib/module/index.d.ts +0 -174
- package/lib/module/package.json +0 -1
- package/lib/module/types.d.ts +0 -91
- package/lib/module/utils.d.ts +0 -13
- package/lib/types/Context.d.ts +0 -29
- package/lib/types/Provider.d.ts +0 -12
- package/lib/types/index.d.ts +0 -174
- package/lib/types/types.d.ts +0 -91
- package/lib/types/utils.d.ts +0 -13
- /package/lib/{commonjs → typescript}/Context.d.ts +0 -0
- /package/lib/{types → typescript}/Context.d.ts.map +0 -0
- /package/lib/{commonjs → typescript}/Provider.d.ts +0 -0
- /package/lib/{types → typescript}/Provider.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Body.d.ts +0 -0
- /package/lib/{types → typescript}/components/Body.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Caret.d.ts +0 -0
- /package/lib/{types → typescript}/components/Caret.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Heading.d.ts +0 -0
- /package/lib/{types → typescript}/components/Heading.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Image.d.ts +0 -0
- /package/lib/{types → typescript}/components/Image.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/ImageBackground.d.ts +0 -0
- /package/lib/{types → typescript}/components/ImageBackground.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Label.d.ts +0 -0
- /package/lib/{types → typescript}/components/Label.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Link.d.ts +0 -0
- /package/lib/{types → typescript}/components/Link.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Pressable.d.ts +0 -0
- /package/lib/{types → typescript}/components/Pressable.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/ScrollView.d.ts +0 -0
- /package/lib/{types → typescript}/components/ScrollView.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/Text.d.ts +0 -0
- /package/lib/{types → typescript}/components/Text.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/TextInput.d.ts +0 -0
- /package/lib/{types → typescript}/components/TextInput.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/View.d.ts +0 -0
- /package/lib/{types → typescript}/components/View.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/alert/Alert.d.ts +0 -0
- /package/lib/{types → typescript}/components/alert/Alert.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/badge/Badge.d.ts +0 -0
- /package/lib/{types → typescript}/components/badge/Badge.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/breadcrumb/Breadcrumb.d.ts +0 -0
- /package/lib/{types → typescript}/components/breadcrumb/Breadcrumb.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/breadcrumb/BreadcrumbItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/breadcrumb/BreadcrumbItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonGroup.d.ts +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonGroup.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonGroupContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonGroupContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonToolbar.d.ts +0 -0
- /package/lib/{types → typescript}/components/button-group/ButtonToolbar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/buttons/Button.d.ts +0 -0
- /package/lib/{types → typescript}/components/buttons/Button.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/buttons/useToggleButton.d.ts +0 -0
- /package/lib/{types → typescript}/components/buttons/useToggleButton.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/card/Card.d.ts +0 -0
- /package/lib/{types → typescript}/components/card/Card.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/card/CardBody.d.ts +0 -0
- /package/lib/{types → typescript}/components/card/CardBody.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/card/CardFooter.d.ts +0 -0
- /package/lib/{types → typescript}/components/card/CardFooter.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/card/CardHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/card/CardHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/close/CloseButton.d.ts +0 -0
- /package/lib/{types → typescript}/components/close/CloseButton.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/collapse/Collapse.d.ts +0 -0
- /package/lib/{types → typescript}/components/collapse/Collapse.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/collapse/CollapseContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/collapse/CollapseContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/collapse/CollapseProvider.d.ts +0 -0
- /package/lib/{types → typescript}/components/collapse/CollapseProvider.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/collapse/useCollapse.d.ts +0 -0
- /package/lib/{types → typescript}/components/collapse/useCollapse.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/collapse/useToggleCollapse.d.ts +0 -0
- /package/lib/{types → typescript}/components/collapse/useToggleCollapse.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/containers/Container.d.ts +0 -0
- /package/lib/{types → typescript}/components/containers/Container.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/Dropdown.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/Dropdown.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownDivider.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownDivider.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownItemText.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownItemText.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownMenu.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownMenu.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownToggle.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/DropdownToggle.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/useDismissDropdown.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/useDismissDropdown.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/useDropdown.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/useDropdown.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/dropdown/useToggleDropdown.d.ts +0 -0
- /package/lib/{types → typescript}/components/dropdown/useToggleDropdown.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Checkbox.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Checkbox.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Feedback.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Feedback.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheck.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheck.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckInput.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckInput.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckLabel.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormCheckLabel.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormLabel.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormLabel.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/FormText.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/FormText.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Input.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Input.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Picker.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Picker.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/PickerContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/PickerContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/PickerItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/PickerItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Radio.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Radio.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/RadioContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/RadioContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/RadioGroup.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/RadioGroup.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/Switch.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/Switch.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/FormCheckInputNative.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/FormCheckInputNative.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/FormCheckInputWeb.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/FormCheckInputWeb.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNative.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNative.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNativeContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNativeContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNativeItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerNativeItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWeb.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWeb.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWebContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWebContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWebItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/forms/internals/PickerWebItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/grid/Col.d.ts +0 -0
- /package/lib/{types → typescript}/components/grid/Col.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/grid/Row.d.ts +0 -0
- /package/lib/{types → typescript}/components/grid/Row.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/helpers/BackdropHandler.d.ts +0 -0
- /package/lib/{types → typescript}/components/helpers/BackdropHandler.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/helpers/ListContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/helpers/ListContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/helpers/Overlay.d.ts +0 -0
- /package/lib/{types → typescript}/components/helpers/Overlay.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroup.d.ts +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroup.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupItemAction.d.ts +0 -0
- /package/lib/{types → typescript}/components/list-group/ListGroupItemAction.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/Modal.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/Modal.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/ModalBody.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/ModalBody.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/ModalContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/ModalContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/ModalFooter.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/ModalFooter.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/ModalHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/ModalHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/ModalTitle.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/ModalTitle.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/modal/useModal.d.ts +0 -0
- /package/lib/{types → typescript}/components/modal/useModal.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/Nav.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/Nav.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/NavContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/NavContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/NavLink.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/NavLink.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/Tab.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/Tab.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/TabContent.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/TabContent.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/TabContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/TabContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/TabPane.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/TabPane.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/TabProvider.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/TabProvider.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/useTabbable.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/useTabbable.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/nav/useToggleTab.d.ts +0 -0
- /package/lib/{types → typescript}/components/nav/useToggleTab.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/Navbar.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/Navbar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarBrand.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarBrand.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarCollapse.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarCollapse.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarText.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarText.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarToggler.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/NavbarToggler.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/useDismissNavbar.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/useDismissNavbar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/useNavbar.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/useNavbar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/navbar/useToggleNavbar.d.ts +0 -0
- /package/lib/{types → typescript}/components/navbar/useToggleNavbar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/Offcanvas.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/Offcanvas.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasBody.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasBody.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasTitle.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/OffcanvasTitle.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/offcanvas/useOffcanvas.d.ts +0 -0
- /package/lib/{types → typescript}/components/offcanvas/useOffcanvas.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/pagination/Pagination.d.ts +0 -0
- /package/lib/{types → typescript}/components/pagination/Pagination.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/pagination/PaginationItem.d.ts +0 -0
- /package/lib/{types → typescript}/components/pagination/PaginationItem.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/placeholders/Placeholders.d.ts +0 -0
- /package/lib/{types → typescript}/components/placeholders/Placeholders.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/Popover.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/Popover.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverArrow.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverArrow.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverBody.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverBody.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/PopoverHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/popover/injectPopover.d.ts +0 -0
- /package/lib/{types → typescript}/components/popover/injectPopover.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/progress/Progress.d.ts +0 -0
- /package/lib/{types → typescript}/components/progress/Progress.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/progress/ProgressBar.d.ts +0 -0
- /package/lib/{types → typescript}/components/progress/ProgressBar.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/progress/ProgressContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/progress/ProgressContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/progress/useProgress.d.ts +0 -0
- /package/lib/{types → typescript}/components/progress/useProgress.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/spinners/Spinner.d.ts +0 -0
- /package/lib/{types → typescript}/components/spinners/Spinner.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/toasts/Toast.d.ts +0 -0
- /package/lib/{types → typescript}/components/toasts/Toast.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastBody.d.ts +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastBody.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastContainer.d.ts +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastContainer.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastContainerContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastContainerContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastHeader.d.ts +0 -0
- /package/lib/{types → typescript}/components/toasts/ToastHeader.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/tooltip/Tooltip.d.ts +0 -0
- /package/lib/{types → typescript}/components/tooltip/Tooltip.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipArrow.d.ts +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipArrow.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipContext.d.ts +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipInner.d.ts +0 -0
- /package/lib/{types → typescript}/components/tooltip/TooltipInner.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/tooltip/injectTooltip.d.ts +0 -0
- /package/lib/{types → typescript}/components/tooltip/injectTooltip.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/type/Blockquote.d.ts +0 -0
- /package/lib/{types → typescript}/components/type/Blockquote.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/type/Code.d.ts +0 -0
- /package/lib/{types → typescript}/components/type/Code.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/type/DisplayHeading.d.ts +0 -0
- /package/lib/{types → typescript}/components/type/DisplayHeading.d.ts.map +0 -0
- /package/lib/{types → typescript}/components/type/Paragraph.d.ts +0 -0
- /package/lib/{types → typescript}/components/type/Paragraph.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useAction.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useAction.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useBackground.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useBackground.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useBackground.native.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useBackground.native.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useControlledState.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useControlledState.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useFixedElement.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useFixedElement.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useForcedContext.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useForcedContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useIdentifier.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useIdentifier.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useInteractionState.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useInteractionState.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useList.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useList.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useMedia.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useMedia.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useModifier.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useModifier.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useScrollbarEffects.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useScrollbarEffects.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useStyle.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useStyle.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useTrigger.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useTrigger.d.ts.map +0 -0
- /package/lib/{types → typescript}/hooks/useViewport.d.ts +0 -0
- /package/lib/{types → typescript}/hooks/useViewport.d.ts.map +0 -0
- /package/lib/{commonjs → typescript}/index.d.ts +0 -0
- /package/lib/{types → typescript}/index.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/StyleSheet.d.ts +0 -0
- /package/lib/{types → typescript}/style/StyleSheet.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/TextStyleContext.d.ts +0 -0
- /package/lib/{types → typescript}/style/TextStyleContext.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/TextStyleProvider.d.ts +0 -0
- /package/lib/{types → typescript}/style/TextStyleProvider.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/createStyle.d.ts +0 -0
- /package/lib/{types → typescript}/style/createStyle.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/css.d.ts +0 -0
- /package/lib/{types → typescript}/style/css.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/functions.d.ts +0 -0
- /package/lib/{types → typescript}/style/functions.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/makeTheme.d.ts +0 -0
- /package/lib/{types → typescript}/style/makeTheme.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/makeUtilities.d.ts +0 -0
- /package/lib/{types → typescript}/style/makeUtilities.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/math.d.ts +0 -0
- /package/lib/{types → typescript}/style/math.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointBetween.d.ts +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointBetween.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointDown.d.ts +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointDown.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointOnly.d.ts +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointOnly.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointUp.d.ts +0 -0
- /package/lib/{types → typescript}/style/mixins/mediaBreakpointUp.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/mixins/platform.d.ts +0 -0
- /package/lib/{types → typescript}/style/mixins/platform.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/InputStream.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/InputStream.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/index.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/index.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/isIdent.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/isIdent.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/isWhitespace.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/isWhitespace.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/parseBlock.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/parseBlock.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/rules/comment.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/rules/comment.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/rules/declaration.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/rules/declaration.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/rules/directive.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/rules/directive.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/rules/selector.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/rules/selector.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/parse/rules/variable.d.ts +0 -0
- /package/lib/{types → typescript}/style/parse/rules/variable.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/formula.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/formula.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/index.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/index.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPosition.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPosition.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPositionX.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPositionX.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPositionY.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundPositionY.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundSize.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/properties/backgroundSize.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/rem.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/rem.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/transform/rgba.d.ts +0 -0
- /package/lib/{types → typescript}/style/transform/rgba.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/types/RgbaValue.d.ts +0 -0
- /package/lib/{types → typescript}/style/types/RgbaValue.d.ts.map +0 -0
- /package/lib/{types → typescript}/style/types/UnitValue.d.ts +0 -0
- /package/lib/{types → typescript}/style/types/UnitValue.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/breakpoints.d.ts +0 -0
- /package/lib/{types → typescript}/theme/breakpoints.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/functions.d.ts +0 -0
- /package/lib/{types → typescript}/theme/functions.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/maps.d.ts +0 -0
- /package/lib/{types → typescript}/theme/maps.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/proxies.d.ts +0 -0
- /package/lib/{types → typescript}/theme/proxies.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/utilities.d.ts +0 -0
- /package/lib/{types → typescript}/theme/utilities.d.ts.map +0 -0
- /package/lib/{types → typescript}/theme/variables.d.ts +0 -0
- /package/lib/{types → typescript}/theme/variables.d.ts.map +0 -0
- /package/lib/{commonjs → typescript}/types.d.ts +0 -0
- /package/lib/{types → typescript}/types.d.ts.map +0 -0
- /package/lib/{commonjs → typescript}/utils.d.ts +0 -0
- /package/lib/{types → typescript}/utils.d.ts.map +0 -0
package/lib/module/types.d.ts
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { ViewStyle as BaseViewStyle, ImageStyle as TempImageStyle, TextStyle as BaseTextStyle, GestureResponderEvent, Role, NativeSyntheticEvent, TextInputKeyPressEventData } from 'react-native';
|
|
2
|
-
import type { Placement, Axis, PlacementAxis } from '@react-types/overlays';
|
|
3
|
-
import { BOOTSTRAP_RN_STYLE } from './style/createStyle';
|
|
4
|
-
export type Viewport = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
5
|
-
export type MediaHandler = {
|
|
6
|
-
up: (point: Viewport) => boolean;
|
|
7
|
-
down: (point: Viewport) => boolean;
|
|
8
|
-
only: (point: Viewport) => boolean;
|
|
9
|
-
between: (lower: Viewport, upper: Viewport) => boolean;
|
|
10
|
-
};
|
|
11
|
-
type BaseImageStyle = Omit<TempImageStyle, 'overflow'> & {
|
|
12
|
-
overflow?: 'visible' | 'hidden' | 'scroll';
|
|
13
|
-
};
|
|
14
|
-
export type BaseStyle = BaseViewStyle | BaseImageStyle | BaseTextStyle;
|
|
15
|
-
export type InteractionState = {
|
|
16
|
-
interaction?: {
|
|
17
|
-
hover?: boolean;
|
|
18
|
-
focus: boolean;
|
|
19
|
-
focusVisible: boolean;
|
|
20
|
-
active?: boolean;
|
|
21
|
-
};
|
|
22
|
-
media: MediaHandler;
|
|
23
|
-
};
|
|
24
|
-
type Falsy = undefined | null | undefined | false | '';
|
|
25
|
-
interface RecursiveArray<T> extends Array<T | ReadonlyArray<T> | RecursiveArray<T>> {
|
|
26
|
-
}
|
|
27
|
-
type RegisteredStyle<T> = number & {
|
|
28
|
-
__registeredStyleBrand: T;
|
|
29
|
-
};
|
|
30
|
-
export type SpecialInteractionStyle<T> = {
|
|
31
|
-
(state: InteractionState): [T[], T[]];
|
|
32
|
-
$$typeof: typeof BOOTSTRAP_RN_STYLE;
|
|
33
|
-
};
|
|
34
|
-
export type ExtendedStyleType<T> = T | SpecialInteractionStyle<T> | ((state: InteractionState) => T);
|
|
35
|
-
export type StyleProp<T> = ExtendedStyleType<T> | RegisteredStyle<T> | RecursiveArray<ExtendedStyleType<T> | RegisteredStyle<T> | Falsy> | Falsy;
|
|
36
|
-
export type ExtendedViewStyle = ExtendedStyleType<BaseViewStyle>;
|
|
37
|
-
export type ExtendedImageStyle = ExtendedStyleType<BaseImageStyle>;
|
|
38
|
-
export type ExtendedTextStyle = ExtendedStyleType<BaseTextStyle>;
|
|
39
|
-
export type ExtendedStyle = ExtendedViewStyle | ExtendedImageStyle | ExtendedTextStyle;
|
|
40
|
-
export type StyleName = string;
|
|
41
|
-
export type StyleValue = any;
|
|
42
|
-
export type ThemeVariables = {
|
|
43
|
-
[key: string]: StyleValue;
|
|
44
|
-
};
|
|
45
|
-
export type StyleUtility = {
|
|
46
|
-
responsive?: boolean;
|
|
47
|
-
print?: boolean;
|
|
48
|
-
rfs?: boolean;
|
|
49
|
-
property: string;
|
|
50
|
-
class?: string;
|
|
51
|
-
values: Record<string, string | ((t: ThemeVariables) => StyleValue)>;
|
|
52
|
-
};
|
|
53
|
-
export type FormValidationState = (t: ThemeVariables) => {
|
|
54
|
-
color: string;
|
|
55
|
-
icon: string;
|
|
56
|
-
};
|
|
57
|
-
export type Trigger = 'press' | 'hover' | 'focus' | 'manual' | 'press hover' | 'hover press' | 'hover focus' | 'focus hover' | 'press focus' | 'focus press';
|
|
58
|
-
export { Placement, Axis, PlacementAxis };
|
|
59
|
-
export type TransformedPlacementAxis = 'top' | 'bottom' | 'end' | 'start' | 'center';
|
|
60
|
-
type To = string | Partial<{
|
|
61
|
-
pathname: string;
|
|
62
|
-
search: string;
|
|
63
|
-
hash: string;
|
|
64
|
-
}>;
|
|
65
|
-
type External = boolean | Partial<{
|
|
66
|
-
download: boolean;
|
|
67
|
-
target: string;
|
|
68
|
-
rel: string;
|
|
69
|
-
}>;
|
|
70
|
-
export type UseTabbableProps = {
|
|
71
|
-
to?: To;
|
|
72
|
-
external?: External;
|
|
73
|
-
end?: boolean;
|
|
74
|
-
caseSensitive?: boolean;
|
|
75
|
-
active?: boolean;
|
|
76
|
-
};
|
|
77
|
-
export type UseActionableProps = {
|
|
78
|
-
to?: To;
|
|
79
|
-
external?: External;
|
|
80
|
-
relative?: 'path' | 'route';
|
|
81
|
-
replace?: boolean;
|
|
82
|
-
preventScrollReset?: boolean;
|
|
83
|
-
reloadDocument?: boolean;
|
|
84
|
-
state?: any;
|
|
85
|
-
onPress?: null | ((event: GestureResponderEvent) => void);
|
|
86
|
-
role?: Role;
|
|
87
|
-
};
|
|
88
|
-
export type UseFormFieldProps = {
|
|
89
|
-
onKeyPress?: (e: NativeSyntheticEvent<TextInputKeyPressEventData>) => void;
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=types.d.ts.map
|
package/lib/module/utils.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ExtendedStyle, ThemeVariables, StyleValue, PlacementAxis, TransformedPlacementAxis } from './types';
|
|
2
|
-
export declare function each<T extends Record<string, string | ((t: ThemeVariables) => StyleValue)>>(source: T, apply: (key: keyof T, resolve: (t: ThemeVariables) => StyleValue) => Record<string, any>): Record<string, any>;
|
|
3
|
-
export declare function normalize(value: object[]): object;
|
|
4
|
-
export declare function makeProxy<T extends (string | number)[]>(name: string, keys: T): { [key in T[number]]: (t: ThemeVariables) => StyleValue; };
|
|
5
|
-
export declare function makeArray(length: number, callback: (index: number) => object): object[];
|
|
6
|
-
type FalsyValue = false | undefined | null | '' | 0;
|
|
7
|
-
export declare function getStyles<T extends string>(styles: Record<string, ExtendedStyle>, keys: (T | FalsyValue)[]): ExtendedStyle[];
|
|
8
|
-
export declare function concatRefs<T>(...refs: React.Ref<T>[]): React.Ref<T>;
|
|
9
|
-
export declare function optional(condition: boolean, value: object): object | undefined;
|
|
10
|
-
export declare function getElementId(identifier: string, name: string): string;
|
|
11
|
-
export declare function transformPlacement(placement: PlacementAxis): TransformedPlacementAxis;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=utils.d.ts.map
|
package/lib/types/Context.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View as BaseView } from 'react-native';
|
|
3
|
-
import type { ExtendedStyle, Viewport } from './types';
|
|
4
|
-
type ModifierProps = any;
|
|
5
|
-
export type Modifier = (props: ModifierProps, ref: React.Ref<unknown>) => ModifierProps & {
|
|
6
|
-
ref?: React.Ref<unknown>;
|
|
7
|
-
};
|
|
8
|
-
export type Modifiers = {
|
|
9
|
-
useFormField?: Modifier;
|
|
10
|
-
useTabbable?: Modifier;
|
|
11
|
-
useActionable?: Modifier;
|
|
12
|
-
};
|
|
13
|
-
export type BootstrapRNContextType = {
|
|
14
|
-
utilities: Record<string, ExtendedStyle>;
|
|
15
|
-
modifiers: Modifiers;
|
|
16
|
-
scrollbars: {
|
|
17
|
-
hide: () => void;
|
|
18
|
-
show: () => void;
|
|
19
|
-
};
|
|
20
|
-
fixed: React.RefObject<BaseView>[];
|
|
21
|
-
getViewport(): Viewport;
|
|
22
|
-
addFixedElement: (ref: unknown) => {
|
|
23
|
-
remove: () => void;
|
|
24
|
-
};
|
|
25
|
-
generateKey(prefix: string): string;
|
|
26
|
-
};
|
|
27
|
-
declare const Context: React.Context<BootstrapRNContextType | null>;
|
|
28
|
-
export default Context;
|
|
29
|
-
//# sourceMappingURL=Context.d.ts.map
|
package/lib/types/Provider.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Modifiers } from './Context';
|
|
3
|
-
import type { ExtendedStyle, Viewport } from './types';
|
|
4
|
-
type ProviderProps = {
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
utilities?: Record<string, ExtendedStyle>;
|
|
7
|
-
modifiers?: Modifiers;
|
|
8
|
-
ssrViewport: Viewport;
|
|
9
|
-
};
|
|
10
|
-
declare function Provider({ children, utilities, modifiers, ssrViewport, }: ProviderProps): React.JSX.Element;
|
|
11
|
-
export default Provider;
|
|
12
|
-
//# sourceMappingURL=Provider.d.ts.map
|
package/lib/types/index.d.ts
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { PortalProvider } from '@react-native-aria/overlays';
|
|
2
|
-
import css from './style/css';
|
|
3
|
-
import makeUtilities from './style/makeUtilities';
|
|
4
|
-
import makeTheme from './style/makeTheme';
|
|
5
|
-
import StyleSheet from './style/StyleSheet';
|
|
6
|
-
import Context from './Context';
|
|
7
|
-
import Provider from './Provider';
|
|
8
|
-
import useFixedElement from './hooks/useFixedElement';
|
|
9
|
-
import useMedia from './hooks/useMedia';
|
|
10
|
-
import useStyle from './hooks/useStyle';
|
|
11
|
-
export { css, Context, makeUtilities, makeTheme, PortalProvider, Provider, StyleSheet, useFixedElement, useMedia, useStyle, };
|
|
12
|
-
export * from './theme/functions';
|
|
13
|
-
export * from './types';
|
|
14
|
-
export { default as Alert } from './components/alert/Alert';
|
|
15
|
-
export type { AlertProps } from './components/alert/Alert';
|
|
16
|
-
export { default as Badge } from './components/badge/Badge';
|
|
17
|
-
export type { BadgeProps } from './components/badge/Badge';
|
|
18
|
-
export { default as Breadcrumb } from './components/breadcrumb/Breadcrumb';
|
|
19
|
-
export type { BreadcrumbProps } from './components/breadcrumb/Breadcrumb';
|
|
20
|
-
export type { BreadcrumbItemProps } from './components/breadcrumb/BreadcrumbItem';
|
|
21
|
-
export { default as ButtonGroup } from './components/button-group/ButtonGroup';
|
|
22
|
-
export type { ButtonGroupProps } from './components/button-group/ButtonGroup';
|
|
23
|
-
export { default as ButtonToolbar } from './components/button-group/ButtonToolbar';
|
|
24
|
-
export type { ButtonToolbarProps } from './components/button-group/ButtonToolbar';
|
|
25
|
-
export { default as Button } from './components/buttons/Button';
|
|
26
|
-
export type { ButtonProps } from './components/buttons/Button';
|
|
27
|
-
export type { UseToggleButtonProps } from './components/buttons/useToggleButton';
|
|
28
|
-
export { default as Blockquote } from './components/type/Blockquote';
|
|
29
|
-
export type { BlockquoteProps } from './components/type/Blockquote';
|
|
30
|
-
export { default as Body } from './components/Body';
|
|
31
|
-
export type { BodyProps } from './components/Body';
|
|
32
|
-
export { default as Card } from './components/card/Card';
|
|
33
|
-
export type { CardProps } from './components/card/Card';
|
|
34
|
-
export type { CardBodyProps } from './components/card/CardBody';
|
|
35
|
-
export type { CardFooterProps } from './components/card/CardFooter';
|
|
36
|
-
export type { CardHeaderProps } from './components/card/CardHeader';
|
|
37
|
-
export { default as Caret } from './components/Caret';
|
|
38
|
-
export type { CaretProps } from './components/Caret';
|
|
39
|
-
export { default as CloseButton } from './components/close/CloseButton';
|
|
40
|
-
export type { CloseButtonProps } from './components/close/CloseButton';
|
|
41
|
-
export { default as Collapse } from './components/collapse/Collapse';
|
|
42
|
-
export type { CollapseProps } from './components/collapse/Collapse';
|
|
43
|
-
export type { CollapseProviderProps } from './components/collapse/CollapseProvider';
|
|
44
|
-
export type { UseToggleCollapseProps } from './components/collapse/useToggleCollapse';
|
|
45
|
-
export { default as Container } from './components/containers/Container';
|
|
46
|
-
export type { ContainerProps } from './components/containers/Container';
|
|
47
|
-
export { default as Checkbox } from './components/forms/Checkbox';
|
|
48
|
-
export type { CheckboxProps } from './components/forms/Checkbox';
|
|
49
|
-
export { default as Col } from './components/grid/Col';
|
|
50
|
-
export type { ColProps } from './components/grid/Col';
|
|
51
|
-
export { default as Code } from './components/type/Code';
|
|
52
|
-
export type { CodeProps } from './components/type/Code';
|
|
53
|
-
export { default as Dropdown } from './components/dropdown/Dropdown';
|
|
54
|
-
export type { DropdownProps } from './components/dropdown/Dropdown';
|
|
55
|
-
export type { DropdownContextProps } from './components/dropdown/DropdownContext';
|
|
56
|
-
export type { DropdownToggleProps } from './components/dropdown/DropdownToggle';
|
|
57
|
-
export type { DropdownMenuProps } from './components/dropdown/DropdownMenu';
|
|
58
|
-
export type { DropdownHeaderProps } from './components/dropdown/DropdownHeader';
|
|
59
|
-
export type { DropdownItemProps } from './components/dropdown/DropdownItem';
|
|
60
|
-
export type { DropdownItemTextProps } from './components/dropdown/DropdownItemText';
|
|
61
|
-
export type { DropdownDividerProps } from './components/dropdown/DropdownDivider';
|
|
62
|
-
export type { UseDismissDropdownProps } from './components/dropdown/useDismissDropdown';
|
|
63
|
-
export type { UseToggleDropdownProps } from './components/dropdown/useToggleDropdown';
|
|
64
|
-
export { default as DisplayHeading } from './components/type/DisplayHeading';
|
|
65
|
-
export type { DisplayHeadingProps } from './components/type/DisplayHeading';
|
|
66
|
-
export { default as Feedback } from './components/forms/Feedback';
|
|
67
|
-
export type { FeedbackProps } from './components/forms/Feedback';
|
|
68
|
-
export { default as FormCheck } from './components/forms/FormCheck';
|
|
69
|
-
export type { FormCheckProps } from './components/forms/FormCheck';
|
|
70
|
-
export type { FormCheckLabelProps } from './components/forms/FormCheckLabel';
|
|
71
|
-
export { default as FormLabel } from './components/forms/FormLabel';
|
|
72
|
-
export type { FormLabelProps } from './components/forms/FormLabel';
|
|
73
|
-
export { default as FormText } from './components/forms/FormText';
|
|
74
|
-
export type { FormTextProps } from './components/forms/FormText';
|
|
75
|
-
export { default as Heading } from './components/Heading';
|
|
76
|
-
export type { HeadingProps } from './components/Heading';
|
|
77
|
-
export { default as Input } from './components/forms/Input';
|
|
78
|
-
export type { InputProps } from './components/forms/Input';
|
|
79
|
-
export { default as injectPopover } from './components/popover/injectPopover';
|
|
80
|
-
export type { InjectPopoverProps } from './components/popover/injectPopover';
|
|
81
|
-
export { default as injectTooltip } from './components/tooltip/injectTooltip';
|
|
82
|
-
export type { InjectTooltipProps } from './components/tooltip/injectTooltip';
|
|
83
|
-
export { default as Image } from './components/Image';
|
|
84
|
-
export type { ImageProps } from './components/Image';
|
|
85
|
-
export { default as ImageBackground } from './components/ImageBackground';
|
|
86
|
-
export type { ImageBackgroundProps } from './components/ImageBackground';
|
|
87
|
-
export { default as Label } from './components/Label';
|
|
88
|
-
export type { LabelProps } from './components/Label';
|
|
89
|
-
export { default as ListGroup } from './components/list-group/ListGroup';
|
|
90
|
-
export type { ListGroupProps } from './components/list-group/ListGroup';
|
|
91
|
-
export type { ListGroupItemProps } from './components/list-group/ListGroupItem';
|
|
92
|
-
export type { ListGroupItemActionProps } from './components/list-group/ListGroupItemAction';
|
|
93
|
-
export { default as Link } from './components/Link';
|
|
94
|
-
export type { LinkProps } from './components/Link';
|
|
95
|
-
export { default as Modal } from './components/modal/Modal';
|
|
96
|
-
export type { ModalProps } from './components/modal/Modal';
|
|
97
|
-
export type { ModalBodyProps } from './components/modal/ModalBody';
|
|
98
|
-
export type { ModalContextProps } from './components/modal/ModalContext';
|
|
99
|
-
export type { ModalFooterProps } from './components/modal/ModalFooter';
|
|
100
|
-
export type { ModalHeaderProps } from './components/modal/ModalHeader';
|
|
101
|
-
export type { ModalTitleProps } from './components/modal/ModalTitle';
|
|
102
|
-
export { default as Nav } from './components/nav/Nav';
|
|
103
|
-
export type { NavProps } from './components/nav/Nav';
|
|
104
|
-
export type { NavContextProps } from './components/nav/NavContext';
|
|
105
|
-
export type { NavLinkProps } from './components/nav/NavLink';
|
|
106
|
-
export { default as Navbar } from './components/navbar/Navbar';
|
|
107
|
-
export type { NavbarProps } from './components/navbar/Navbar';
|
|
108
|
-
export type { NavbarBrandProps } from './components/navbar/NavbarBrand';
|
|
109
|
-
export type { NavbarContextProps } from './components/navbar/NavbarContext';
|
|
110
|
-
export type { NavbarTextProps } from './components/navbar/NavbarText';
|
|
111
|
-
export type { NavbarCollapseProps } from './components/navbar/NavbarCollapse';
|
|
112
|
-
export type { NavbarTogglerProps } from './components/navbar/NavbarToggler';
|
|
113
|
-
export type { UseDismissNavbarProps } from './components/navbar/useDismissNavbar';
|
|
114
|
-
export type { UseToggleNavbarProps } from './components/navbar/useToggleNavbar';
|
|
115
|
-
export { default as Offcanvas } from './components/offcanvas/Offcanvas';
|
|
116
|
-
export type { OffcanvasProps } from './components/offcanvas/Offcanvas';
|
|
117
|
-
export type { OffcanvasContextProps } from './components/offcanvas/OffcanvasContext';
|
|
118
|
-
export type { OffcanvasHeaderProps } from './components/offcanvas/OffcanvasHeader';
|
|
119
|
-
export type { OffcanvasTitleProps } from './components/offcanvas/OffcanvasTitle';
|
|
120
|
-
export type { OffcanvasBodyProps } from './components/offcanvas/OffcanvasBody';
|
|
121
|
-
export { default as Picker } from './components/forms/Picker';
|
|
122
|
-
export type { PickerProps } from './components/forms/Picker';
|
|
123
|
-
export type { PickerItemProps } from './components/forms/PickerItem';
|
|
124
|
-
export { default as Placeholders } from './components/placeholders/Placeholders';
|
|
125
|
-
export type { PlaceholdersProps } from './components/placeholders/Placeholders';
|
|
126
|
-
export { default as Popover } from './components/popover/Popover';
|
|
127
|
-
export type { PopoverProps } from './components/popover/Popover';
|
|
128
|
-
export type { PopoverArrowProps } from './components/popover/PopoverArrow';
|
|
129
|
-
export type { PopoverBodyProps } from './components/popover/PopoverBody';
|
|
130
|
-
export type { PopoverHeaderProps } from './components/popover/PopoverHeader';
|
|
131
|
-
export { default as Progress } from './components/progress/Progress';
|
|
132
|
-
export type { ProgressProps } from './components/progress/Progress';
|
|
133
|
-
export type { ProgressBarProps } from './components/progress/ProgressBar';
|
|
134
|
-
export { default as Paragraph } from './components/type/Paragraph';
|
|
135
|
-
export type { ParagraphProps } from './components/type/Paragraph';
|
|
136
|
-
export { default as Pressable } from './components/Pressable';
|
|
137
|
-
export type { PressableProps } from './components/Pressable';
|
|
138
|
-
export { default as Pagination } from './components/pagination/Pagination';
|
|
139
|
-
export type { PaginationProps } from './components/pagination/Pagination';
|
|
140
|
-
export type { PaginationItemProps } from './components/pagination/PaginationItem';
|
|
141
|
-
export { default as Radio } from './components/forms/Radio';
|
|
142
|
-
export type { RadioProps } from './components/forms/Radio';
|
|
143
|
-
export type { RadioGroupProps } from './components/forms/RadioGroup';
|
|
144
|
-
export { default as Row } from './components/grid/Row';
|
|
145
|
-
export type { RowProps } from './components/grid/Row';
|
|
146
|
-
export { default as Switch } from './components/forms/Switch';
|
|
147
|
-
export type { SwitchProps } from './components/forms/Switch';
|
|
148
|
-
export { default as Spinner } from './components/spinners/Spinner';
|
|
149
|
-
export type { SpinnerProps } from './components/spinners/Spinner';
|
|
150
|
-
export { default as ScrollView } from './components/ScrollView';
|
|
151
|
-
export type { ScrollViewProps } from './components/ScrollView';
|
|
152
|
-
export { default as Tab } from './components/nav/Tab';
|
|
153
|
-
export type { TabContextProps } from './components/nav/TabContext';
|
|
154
|
-
export type { TabProviderProps } from './components/nav/TabProvider';
|
|
155
|
-
export type { TabContentProps } from './components/nav/TabContent';
|
|
156
|
-
export type { TabPaneProps } from './components/nav/TabPane';
|
|
157
|
-
export type { UseToggleTabProps } from './components/nav/useToggleTab';
|
|
158
|
-
export { default as Toast } from './components/toasts/Toast';
|
|
159
|
-
export { default as ToastContainer } from './components/toasts/ToastContainer';
|
|
160
|
-
export type { ToastProps } from './components/toasts/Toast';
|
|
161
|
-
export type { ToastBodyProps } from './components/toasts/ToastBody';
|
|
162
|
-
export type { ToastHeaderProps } from './components/toasts/ToastHeader';
|
|
163
|
-
export type { ToastContainerProps } from './components/toasts/ToastContainer';
|
|
164
|
-
export { default as Tooltip } from './components/tooltip/Tooltip';
|
|
165
|
-
export type { TooltipProps } from './components/tooltip/Tooltip';
|
|
166
|
-
export type { TooltipArrowProps } from './components/tooltip/TooltipArrow';
|
|
167
|
-
export type { TooltipInnerProps } from './components/tooltip/TooltipInner';
|
|
168
|
-
export { default as Text } from './components/Text';
|
|
169
|
-
export type { TextProps } from './components/Text';
|
|
170
|
-
export { default as TextInput } from './components/TextInput';
|
|
171
|
-
export type { TextInputProps } from './components/TextInput';
|
|
172
|
-
export { default as View } from './components/View';
|
|
173
|
-
export type { ViewProps } from './components/View';
|
|
174
|
-
//# sourceMappingURL=index.d.ts.map
|
package/lib/types/types.d.ts
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { ViewStyle as BaseViewStyle, ImageStyle as TempImageStyle, TextStyle as BaseTextStyle, GestureResponderEvent, Role, NativeSyntheticEvent, TextInputKeyPressEventData } from 'react-native';
|
|
2
|
-
import type { Placement, Axis, PlacementAxis } from '@react-types/overlays';
|
|
3
|
-
import { BOOTSTRAP_RN_STYLE } from './style/createStyle';
|
|
4
|
-
export type Viewport = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
5
|
-
export type MediaHandler = {
|
|
6
|
-
up: (point: Viewport) => boolean;
|
|
7
|
-
down: (point: Viewport) => boolean;
|
|
8
|
-
only: (point: Viewport) => boolean;
|
|
9
|
-
between: (lower: Viewport, upper: Viewport) => boolean;
|
|
10
|
-
};
|
|
11
|
-
type BaseImageStyle = Omit<TempImageStyle, 'overflow'> & {
|
|
12
|
-
overflow?: 'visible' | 'hidden' | 'scroll';
|
|
13
|
-
};
|
|
14
|
-
export type BaseStyle = BaseViewStyle | BaseImageStyle | BaseTextStyle;
|
|
15
|
-
export type InteractionState = {
|
|
16
|
-
interaction?: {
|
|
17
|
-
hover?: boolean;
|
|
18
|
-
focus: boolean;
|
|
19
|
-
focusVisible: boolean;
|
|
20
|
-
active?: boolean;
|
|
21
|
-
};
|
|
22
|
-
media: MediaHandler;
|
|
23
|
-
};
|
|
24
|
-
type Falsy = undefined | null | undefined | false | '';
|
|
25
|
-
interface RecursiveArray<T> extends Array<T | ReadonlyArray<T> | RecursiveArray<T>> {
|
|
26
|
-
}
|
|
27
|
-
type RegisteredStyle<T> = number & {
|
|
28
|
-
__registeredStyleBrand: T;
|
|
29
|
-
};
|
|
30
|
-
export type SpecialInteractionStyle<T> = {
|
|
31
|
-
(state: InteractionState): [T[], T[]];
|
|
32
|
-
$$typeof: typeof BOOTSTRAP_RN_STYLE;
|
|
33
|
-
};
|
|
34
|
-
export type ExtendedStyleType<T> = T | SpecialInteractionStyle<T> | ((state: InteractionState) => T);
|
|
35
|
-
export type StyleProp<T> = ExtendedStyleType<T> | RegisteredStyle<T> | RecursiveArray<ExtendedStyleType<T> | RegisteredStyle<T> | Falsy> | Falsy;
|
|
36
|
-
export type ExtendedViewStyle = ExtendedStyleType<BaseViewStyle>;
|
|
37
|
-
export type ExtendedImageStyle = ExtendedStyleType<BaseImageStyle>;
|
|
38
|
-
export type ExtendedTextStyle = ExtendedStyleType<BaseTextStyle>;
|
|
39
|
-
export type ExtendedStyle = ExtendedViewStyle | ExtendedImageStyle | ExtendedTextStyle;
|
|
40
|
-
export type StyleName = string;
|
|
41
|
-
export type StyleValue = any;
|
|
42
|
-
export type ThemeVariables = {
|
|
43
|
-
[key: string]: StyleValue;
|
|
44
|
-
};
|
|
45
|
-
export type StyleUtility = {
|
|
46
|
-
responsive?: boolean;
|
|
47
|
-
print?: boolean;
|
|
48
|
-
rfs?: boolean;
|
|
49
|
-
property: string;
|
|
50
|
-
class?: string;
|
|
51
|
-
values: Record<string, string | ((t: ThemeVariables) => StyleValue)>;
|
|
52
|
-
};
|
|
53
|
-
export type FormValidationState = (t: ThemeVariables) => {
|
|
54
|
-
color: string;
|
|
55
|
-
icon: string;
|
|
56
|
-
};
|
|
57
|
-
export type Trigger = 'press' | 'hover' | 'focus' | 'manual' | 'press hover' | 'hover press' | 'hover focus' | 'focus hover' | 'press focus' | 'focus press';
|
|
58
|
-
export { Placement, Axis, PlacementAxis };
|
|
59
|
-
export type TransformedPlacementAxis = 'top' | 'bottom' | 'end' | 'start' | 'center';
|
|
60
|
-
type To = string | Partial<{
|
|
61
|
-
pathname: string;
|
|
62
|
-
search: string;
|
|
63
|
-
hash: string;
|
|
64
|
-
}>;
|
|
65
|
-
type External = boolean | Partial<{
|
|
66
|
-
download: boolean;
|
|
67
|
-
target: string;
|
|
68
|
-
rel: string;
|
|
69
|
-
}>;
|
|
70
|
-
export type UseTabbableProps = {
|
|
71
|
-
to?: To;
|
|
72
|
-
external?: External;
|
|
73
|
-
end?: boolean;
|
|
74
|
-
caseSensitive?: boolean;
|
|
75
|
-
active?: boolean;
|
|
76
|
-
};
|
|
77
|
-
export type UseActionableProps = {
|
|
78
|
-
to?: To;
|
|
79
|
-
external?: External;
|
|
80
|
-
relative?: 'path' | 'route';
|
|
81
|
-
replace?: boolean;
|
|
82
|
-
preventScrollReset?: boolean;
|
|
83
|
-
reloadDocument?: boolean;
|
|
84
|
-
state?: any;
|
|
85
|
-
onPress?: null | ((event: GestureResponderEvent) => void);
|
|
86
|
-
role?: Role;
|
|
87
|
-
};
|
|
88
|
-
export type UseFormFieldProps = {
|
|
89
|
-
onKeyPress?: (e: NativeSyntheticEvent<TextInputKeyPressEventData>) => void;
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=types.d.ts.map
|
package/lib/types/utils.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ExtendedStyle, ThemeVariables, StyleValue, PlacementAxis, TransformedPlacementAxis } from './types';
|
|
2
|
-
export declare function each<T extends Record<string, string | ((t: ThemeVariables) => StyleValue)>>(source: T, apply: (key: keyof T, resolve: (t: ThemeVariables) => StyleValue) => Record<string, any>): Record<string, any>;
|
|
3
|
-
export declare function normalize(value: object[]): object;
|
|
4
|
-
export declare function makeProxy<T extends (string | number)[]>(name: string, keys: T): { [key in T[number]]: (t: ThemeVariables) => StyleValue; };
|
|
5
|
-
export declare function makeArray(length: number, callback: (index: number) => object): object[];
|
|
6
|
-
type FalsyValue = false | undefined | null | '' | 0;
|
|
7
|
-
export declare function getStyles<T extends string>(styles: Record<string, ExtendedStyle>, keys: (T | FalsyValue)[]): ExtendedStyle[];
|
|
8
|
-
export declare function concatRefs<T>(...refs: React.Ref<T>[]): React.Ref<T>;
|
|
9
|
-
export declare function optional(condition: boolean, value: object): object | undefined;
|
|
10
|
-
export declare function getElementId(identifier: string, name: string): string;
|
|
11
|
-
export declare function transformPlacement(placement: PlacementAxis): TransformedPlacementAxis;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|