fluent-styles 1.54.0 → 1.55.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/README.md +4065 -77
- package/lib/commonjs/actionSheet/actionSheet.js +372 -0
- package/lib/commonjs/actionSheet/actionSheet.js.map +1 -0
- package/lib/commonjs/actionSheet/index.js +20 -0
- package/lib/commonjs/actionSheet/index.js.map +1 -0
- package/lib/commonjs/actionSheet/useActionSheet.js +89 -0
- package/lib/commonjs/actionSheet/useActionSheet.js.map +1 -0
- package/lib/commonjs/badge/index.js +148 -0
- package/lib/commonjs/badge/index.js.map +1 -0
- package/lib/commonjs/barChart/index.js +298 -0
- package/lib/commonjs/barChart/index.js.map +1 -0
- package/lib/commonjs/button/index.js +228 -0
- package/lib/commonjs/button/index.js.map +1 -0
- package/lib/commonjs/card/index.js +202 -0
- package/lib/commonjs/card/index.js.map +1 -0
- package/lib/commonjs/checkBox/index.js +90 -0
- package/lib/commonjs/checkBox/index.js.map +1 -0
- package/lib/commonjs/chips/index.js +239 -0
- package/lib/commonjs/chips/index.js.map +1 -0
- package/lib/commonjs/circularProgress/index.js +265 -0
- package/lib/commonjs/circularProgress/index.js.map +1 -0
- package/lib/commonjs/collapsible/Collapse.js +293 -0
- package/lib/commonjs/collapsible/Collapse.js.map +1 -0
- package/lib/commonjs/collapsible/CollapseGroup.js +137 -0
- package/lib/commonjs/collapsible/CollapseGroup.js.map +1 -0
- package/lib/commonjs/collapsible/index.js +64 -0
- package/lib/commonjs/collapsible/index.js.map +1 -0
- package/lib/commonjs/collapsible/interface.js +39 -0
- package/lib/commonjs/collapsible/interface.js.map +1 -0
- package/lib/commonjs/collapsible/style.js +161 -0
- package/lib/commonjs/collapsible/style.js.map +1 -0
- package/lib/commonjs/datePicker/index.js +915 -0
- package/lib/commonjs/datePicker/index.js.map +1 -0
- package/lib/commonjs/dialog/dialogue.js +205 -0
- package/lib/commonjs/dialog/dialogue.js.map +1 -0
- package/lib/commonjs/dialog/index.js +393 -0
- package/lib/commonjs/dialog/index.js.map +1 -0
- package/lib/commonjs/dialog/useDialogue.js +117 -0
- package/lib/commonjs/dialog/useDialogue.js.map +1 -0
- package/lib/commonjs/divider/index.js +37 -0
- package/lib/commonjs/divider/index.js.map +1 -0
- package/lib/commonjs/drawer/Drawer.js +587 -0
- package/lib/commonjs/drawer/Drawer.js.map +1 -0
- package/lib/commonjs/drawer/index.js +51 -0
- package/lib/commonjs/drawer/index.js.map +1 -0
- package/lib/commonjs/drawer/interface.js +84 -0
- package/lib/commonjs/drawer/interface.js.map +1 -0
- package/lib/commonjs/dropdown/index.js +859 -0
- package/lib/commonjs/dropdown/index.js.map +1 -0
- package/lib/commonjs/emptyState/index.js +231 -0
- package/lib/commonjs/emptyState/index.js.map +1 -0
- package/lib/commonjs/form/index.js +2 -0
- package/lib/commonjs/form/index.js.map +1 -0
- package/lib/commonjs/header/index.js +147 -0
- package/lib/commonjs/header/index.js.map +1 -0
- package/lib/commonjs/header/statusBar/index.js +20 -0
- package/lib/commonjs/header/statusBar/index.js.map +1 -0
- package/lib/commonjs/icons/backArrow.js +42 -0
- package/lib/commonjs/icons/backArrow.js.map +1 -0
- package/lib/commonjs/icons/bellFill.js +43 -0
- package/lib/commonjs/icons/bellFill.js.map +1 -0
- package/lib/commonjs/icons/bellOutline.js +43 -0
- package/lib/commonjs/icons/bellOutline.js.map +1 -0
- package/lib/commonjs/icons/checkmark.js +36 -0
- package/lib/commonjs/icons/checkmark.js.map +1 -0
- package/lib/commonjs/icons/delete.js +53 -0
- package/lib/commonjs/icons/delete.js.map +1 -0
- package/lib/commonjs/icons/downChevron.js +36 -0
- package/lib/commonjs/icons/downChevron.js.map +1 -0
- package/lib/commonjs/icons/error.js +41 -0
- package/lib/commonjs/icons/error.js.map +1 -0
- package/lib/commonjs/icons/forwardArrow.js +42 -0
- package/lib/commonjs/icons/forwardArrow.js.map +1 -0
- package/lib/commonjs/icons/index.js +111 -0
- package/lib/commonjs/icons/index.js.map +1 -0
- package/lib/commonjs/icons/info.js +48 -0
- package/lib/commonjs/icons/info.js.map +1 -0
- package/lib/commonjs/icons/leftChevron.js +36 -0
- package/lib/commonjs/icons/leftChevron.js.map +1 -0
- package/lib/commonjs/icons/rightChevron.js +36 -0
- package/lib/commonjs/icons/rightChevron.js.map +1 -0
- package/lib/commonjs/icons/save.js +50 -0
- package/lib/commonjs/icons/save.js.map +1 -0
- package/lib/commonjs/icons/success.js +43 -0
- package/lib/commonjs/icons/success.js.map +1 -0
- package/lib/commonjs/icons/upChevron.js +36 -0
- package/lib/commonjs/icons/upChevron.js.map +1 -0
- package/lib/commonjs/icons/warning.js +48 -0
- package/lib/commonjs/icons/warning.js.map +1 -0
- package/lib/commonjs/image/index.js +47 -0
- package/lib/commonjs/image/index.js.map +1 -0
- package/lib/commonjs/index.js +519 -138
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/input/index.js +488 -0
- package/lib/commonjs/input/index.js.map +1 -0
- package/lib/commonjs/loading/circular.js +116 -0
- package/lib/commonjs/loading/circular.js.map +1 -0
- package/lib/commonjs/loading/index.js +34 -0
- package/lib/commonjs/loading/index.js.map +1 -0
- package/lib/commonjs/loading/loader.js +247 -0
- package/lib/commonjs/loading/loader.js.map +1 -0
- package/lib/commonjs/loading/spinner.js +90 -0
- package/lib/commonjs/loading/spinner.js.map +1 -0
- package/lib/commonjs/loading/useLoader.js +62 -0
- package/lib/commonjs/loading/useLoader.js.map +1 -0
- package/lib/commonjs/loading/useLoaderBinding.js +34 -0
- package/lib/commonjs/loading/useLoaderBinding.js.map +1 -0
- package/lib/commonjs/notification/index.js +269 -0
- package/lib/commonjs/notification/index.js.map +1 -0
- package/lib/commonjs/notification/useNotification.js +62 -0
- package/lib/commonjs/notification/useNotification.js.map +1 -0
- package/lib/commonjs/page/index.js +22 -0
- package/lib/commonjs/page/index.js.map +1 -0
- package/lib/commonjs/popup/Popup.js +332 -0
- package/lib/commonjs/popup/Popup.js.map +1 -0
- package/lib/commonjs/popup/helpers.js +168 -0
- package/lib/commonjs/popup/helpers.js.map +1 -0
- package/lib/commonjs/popup/index.js +51 -0
- package/lib/commonjs/popup/index.js.map +1 -0
- package/lib/commonjs/popup/interface.js +45 -0
- package/lib/commonjs/popup/interface.js.map +1 -0
- package/lib/commonjs/portal/GlobalPortalProvider.js +68 -0
- package/lib/commonjs/portal/GlobalPortalProvider.js.map +1 -0
- package/lib/commonjs/portal/PortalContext.js +38 -0
- package/lib/commonjs/portal/PortalContext.js.map +1 -0
- package/lib/commonjs/portal/PortalInstance.js +123 -0
- package/lib/commonjs/portal/PortalInstance.js.map +1 -0
- package/lib/commonjs/portal/PortalManager.js +87 -0
- package/lib/commonjs/portal/PortalManager.js.map +1 -0
- package/lib/commonjs/portal/PortalRenderer.js +57 -0
- package/lib/commonjs/portal/PortalRenderer.js.map +1 -0
- package/lib/commonjs/portal/index.js +54 -0
- package/lib/commonjs/portal/index.js.map +1 -0
- package/lib/commonjs/portal/portal.test.js +154 -0
- package/lib/commonjs/portal/portal.test.js.map +1 -0
- package/lib/commonjs/portal/types.js +6 -0
- package/lib/commonjs/portal/types.js.map +1 -0
- package/lib/commonjs/pressable/index.js +18 -0
- package/lib/commonjs/pressable/index.js.map +1 -0
- package/lib/commonjs/progressBar/index.js +512 -0
- package/lib/commonjs/progressBar/index.js.map +1 -0
- package/lib/commonjs/radio/index.js +368 -0
- package/lib/commonjs/radio/index.js.map +1 -0
- package/lib/commonjs/safeAreaProvider/index.js +12 -0
- package/lib/commonjs/safeAreaProvider/index.js.map +1 -0
- package/lib/commonjs/safeAreaView/index.js +14 -0
- package/lib/commonjs/safeAreaView/index.js.map +1 -0
- package/lib/commonjs/scrollView/index.js +14 -0
- package/lib/commonjs/scrollView/index.js.map +1 -0
- package/lib/commonjs/searchBar/index.js +356 -0
- package/lib/commonjs/searchBar/index.js.map +1 -0
- package/lib/commonjs/seperator/index.js +44 -0
- package/lib/commonjs/seperator/index.js.map +1 -0
- package/lib/commonjs/services/index.js +185 -0
- package/lib/commonjs/services/index.js.map +1 -0
- package/lib/commonjs/shape/index.js +36 -0
- package/lib/commonjs/shape/index.js.map +1 -0
- package/lib/commonjs/skeleton/index.js +430 -0
- package/lib/commonjs/skeleton/index.js.map +1 -0
- package/lib/commonjs/slider/index.js +499 -0
- package/lib/commonjs/slider/index.js.map +1 -0
- package/lib/commonjs/spacer/index.js +14 -0
- package/lib/commonjs/spacer/index.js.map +1 -0
- package/lib/commonjs/stack/index.js +52 -0
- package/lib/commonjs/stack/index.js.map +1 -0
- package/lib/commonjs/switch/Switch.js +289 -0
- package/lib/commonjs/switch/Switch.js.map +1 -0
- package/lib/commonjs/switch/_index.js +118 -0
- package/lib/commonjs/switch/_index.js.map +1 -0
- package/lib/commonjs/switch/index.js +26 -0
- package/lib/commonjs/switch/index.js.map +1 -0
- package/lib/commonjs/switch/interface.js +47 -0
- package/lib/commonjs/switch/interface.js.map +1 -0
- package/lib/commonjs/tabBar/TabBar.js +409 -0
- package/lib/commonjs/tabBar/TabBar.js.map +1 -0
- package/lib/commonjs/tabBar/TabBarUsage.js +441 -0
- package/lib/commonjs/tabBar/TabBarUsage.js.map +1 -0
- package/lib/commonjs/tabBar/index.js +26 -0
- package/lib/commonjs/tabBar/index.js.map +1 -0
- package/lib/commonjs/tabBar/interface.js +43 -0
- package/lib/commonjs/tabBar/interface.js.map +1 -0
- package/lib/commonjs/text/index.js +65 -0
- package/lib/commonjs/text/index.js.map +1 -0
- package/lib/commonjs/timeline/index.js +264 -0
- package/lib/commonjs/timeline/index.js.map +1 -0
- package/lib/commonjs/toast/index.js +203 -0
- package/lib/commonjs/toast/index.js.map +1 -0
- package/lib/commonjs/toast/useToast.js +82 -0
- package/lib/commonjs/toast/useToast.js.map +1 -0
- package/lib/commonjs/utiles/createIcon.js +49 -0
- package/lib/commonjs/utiles/createIcon.js.map +1 -0
- package/lib/commonjs/utiles/fontStyles.js +36 -0
- package/lib/commonjs/utiles/fontStyles.js.map +1 -0
- package/lib/commonjs/utiles/position.js +98 -0
- package/lib/commonjs/utiles/position.js.map +1 -0
- package/lib/commonjs/utiles/statusBar.js +425 -0
- package/lib/commonjs/utiles/statusBar.js.map +1 -0
- package/lib/commonjs/utiles/styled.js +42 -0
- package/lib/commonjs/utiles/styled.js.map +1 -0
- package/lib/commonjs/utiles/styles.js +30 -0
- package/lib/commonjs/utiles/styles.js.map +1 -0
- package/lib/commonjs/utiles/theme.js +680 -0
- package/lib/commonjs/utiles/theme.js.map +1 -0
- package/lib/commonjs/utiles/validators.js +31 -0
- package/lib/commonjs/utiles/validators.js.map +1 -0
- package/lib/commonjs/utiles/viewStyleProps.js +6 -0
- package/lib/commonjs/utiles/viewStyleProps.js.map +1 -0
- package/lib/commonjs/utiles/viewStyleVariants.js +546 -0
- package/lib/commonjs/utiles/viewStyleVariants.js.map +1 -0
- package/lib/module/actionSheet/actionSheet.js +368 -0
- package/lib/module/actionSheet/actionSheet.js.map +1 -0
- package/lib/module/actionSheet/index.js +5 -0
- package/lib/module/actionSheet/index.js.map +1 -0
- package/lib/module/actionSheet/useActionSheet.js +85 -0
- package/lib/module/actionSheet/useActionSheet.js.map +1 -0
- package/lib/module/badge/index.js +147 -0
- package/lib/module/badge/index.js.map +1 -0
- package/lib/module/barChart/index.js +292 -0
- package/lib/module/barChart/index.js.map +1 -0
- package/lib/module/button/index.js +224 -0
- package/lib/module/button/index.js.map +1 -0
- package/lib/module/card/index.js +198 -0
- package/lib/module/card/index.js.map +1 -0
- package/lib/module/checkBox/index.js +86 -0
- package/lib/module/checkBox/index.js.map +1 -0
- package/lib/module/chips/index.js +232 -0
- package/lib/module/chips/index.js.map +1 -0
- package/lib/module/circularProgress/index.js +259 -0
- package/lib/module/circularProgress/index.js.map +1 -0
- package/lib/module/collapsible/Collapse.js +288 -0
- package/lib/module/collapsible/Collapse.js.map +1 -0
- package/lib/module/collapsible/CollapseGroup.js +133 -0
- package/lib/module/collapsible/CollapseGroup.js.map +1 -0
- package/lib/module/collapsible/index.js +40 -0
- package/lib/module/collapsible/index.js.map +1 -0
- package/lib/module/collapsible/interface.js +35 -0
- package/lib/module/collapsible/interface.js.map +1 -0
- package/lib/module/collapsible/style.js +153 -0
- package/lib/module/collapsible/style.js.map +1 -0
- package/lib/module/datePicker/index.js +908 -0
- package/lib/module/datePicker/index.js.map +1 -0
- package/lib/module/dialog/dialogue.js +189 -0
- package/lib/module/dialog/dialogue.js.map +1 -0
- package/lib/module/dialog/index.js +386 -0
- package/lib/module/dialog/index.js.map +1 -0
- package/lib/module/dialog/useDialogue.js +113 -0
- package/lib/module/dialog/useDialogue.js.map +1 -0
- package/lib/module/divider/index.js +34 -0
- package/lib/module/divider/index.js.map +1 -0
- package/lib/module/drawer/Drawer.js +583 -0
- package/lib/module/drawer/Drawer.js.map +1 -0
- package/lib/module/drawer/index.js +60 -0
- package/lib/module/drawer/index.js.map +1 -0
- package/lib/module/drawer/interface.js +80 -0
- package/lib/module/drawer/interface.js.map +1 -0
- package/lib/module/dropdown/index.js +854 -0
- package/lib/module/dropdown/index.js.map +1 -0
- package/lib/module/emptyState/index.js +225 -0
- package/lib/module/emptyState/index.js.map +1 -0
- package/lib/module/form/index.js +2 -0
- package/lib/module/form/index.js.map +1 -0
- package/lib/module/header/index.js +143 -0
- package/lib/module/header/index.js.map +1 -0
- package/lib/module/header/statusBar/index.js +15 -0
- package/lib/module/header/statusBar/index.js.map +1 -0
- package/lib/module/icons/backArrow.js +37 -0
- package/lib/module/icons/backArrow.js.map +1 -0
- package/lib/module/icons/bellFill.js +38 -0
- package/lib/module/icons/bellFill.js.map +1 -0
- package/lib/module/icons/bellOutline.js +38 -0
- package/lib/module/icons/bellOutline.js.map +1 -0
- package/lib/module/icons/checkmark.js +31 -0
- package/lib/module/icons/checkmark.js.map +1 -0
- package/lib/module/icons/delete.js +48 -0
- package/lib/module/icons/delete.js.map +1 -0
- package/lib/module/icons/downChevron.js +31 -0
- package/lib/module/icons/downChevron.js.map +1 -0
- package/lib/module/icons/error.js +36 -0
- package/lib/module/icons/error.js.map +1 -0
- package/lib/module/icons/forwardArrow.js +37 -0
- package/lib/module/icons/forwardArrow.js.map +1 -0
- package/lib/module/icons/index.js +18 -0
- package/lib/module/icons/index.js.map +1 -0
- package/lib/module/icons/info.js +43 -0
- package/lib/module/icons/info.js.map +1 -0
- package/lib/module/icons/leftChevron.js +31 -0
- package/lib/module/icons/leftChevron.js.map +1 -0
- package/lib/module/icons/rightChevron.js +31 -0
- package/lib/module/icons/rightChevron.js.map +1 -0
- package/lib/module/icons/save.js +45 -0
- package/lib/module/icons/save.js.map +1 -0
- package/lib/module/icons/success.js +38 -0
- package/lib/module/icons/success.js.map +1 -0
- package/lib/module/icons/upChevron.js +31 -0
- package/lib/module/icons/upChevron.js.map +1 -0
- package/lib/module/icons/warning.js +43 -0
- package/lib/module/icons/warning.js.map +1 -0
- package/lib/module/image/index.js +43 -0
- package/lib/module/image/index.js.map +1 -0
- package/lib/module/index.js +56 -24
- package/lib/module/index.js.map +1 -1
- package/lib/module/input/index.js +483 -0
- package/lib/module/input/index.js.map +1 -0
- package/lib/module/loading/circular.js +111 -0
- package/lib/module/loading/circular.js.map +1 -0
- package/lib/module/loading/index.js +7 -0
- package/lib/module/loading/index.js.map +1 -0
- package/lib/module/loading/loader.js +242 -0
- package/lib/module/loading/loader.js.map +1 -0
- package/lib/module/loading/spinner.js +85 -0
- package/lib/module/loading/spinner.js.map +1 -0
- package/lib/module/loading/useLoader.js +58 -0
- package/lib/module/loading/useLoader.js.map +1 -0
- package/lib/module/loading/useLoaderBinding.js +28 -0
- package/lib/module/loading/useLoaderBinding.js.map +1 -0
- package/lib/module/notification/index.js +253 -0
- package/lib/module/notification/index.js.map +1 -0
- package/lib/module/notification/useNotification.js +58 -0
- package/lib/module/notification/useNotification.js.map +1 -0
- package/lib/module/page/index.js +17 -0
- package/lib/module/page/index.js.map +1 -0
- package/lib/module/popup/Popup.js +328 -0
- package/lib/module/popup/Popup.js.map +1 -0
- package/lib/module/popup/helpers.js +159 -0
- package/lib/module/popup/helpers.js.map +1 -0
- package/lib/module/popup/index.js +45 -0
- package/lib/module/popup/index.js.map +1 -0
- package/lib/module/popup/interface.js +41 -0
- package/lib/module/popup/interface.js.map +1 -0
- package/lib/module/portal/GlobalPortalProvider.js +62 -0
- package/lib/module/portal/GlobalPortalProvider.js.map +1 -0
- package/lib/module/portal/PortalContext.js +33 -0
- package/lib/module/portal/PortalContext.js.map +1 -0
- package/lib/module/portal/PortalInstance.js +118 -0
- package/lib/module/portal/PortalInstance.js.map +1 -0
- package/lib/module/portal/PortalManager.js +81 -0
- package/lib/module/portal/PortalManager.js.map +1 -0
- package/lib/module/portal/PortalRenderer.js +51 -0
- package/lib/module/portal/PortalRenderer.js.map +1 -0
- package/lib/module/portal/index.js +56 -0
- package/lib/module/portal/index.js.map +1 -0
- package/lib/module/portal/portal.test.js +155 -0
- package/lib/module/portal/portal.test.js.map +1 -0
- package/lib/module/portal/types.js +4 -0
- package/lib/module/portal/types.js.map +1 -0
- package/lib/module/pressable/index.js +15 -0
- package/lib/module/pressable/index.js.map +1 -0
- package/lib/module/progressBar/index.js +506 -0
- package/lib/module/progressBar/index.js.map +1 -0
- package/lib/module/radio/index.js +361 -0
- package/lib/module/radio/index.js.map +1 -0
- package/lib/module/safeAreaProvider/index.js +9 -0
- package/lib/module/safeAreaProvider/index.js.map +1 -0
- package/lib/module/safeAreaView/index.js +11 -0
- package/lib/module/safeAreaView/index.js.map +1 -0
- package/lib/module/scrollView/index.js +11 -0
- package/lib/module/scrollView/index.js.map +1 -0
- package/lib/module/searchBar/index.js +350 -0
- package/lib/module/searchBar/index.js.map +1 -0
- package/lib/module/seperator/index.js +40 -0
- package/lib/module/seperator/index.js.map +1 -0
- package/lib/module/services/index.js +181 -0
- package/lib/module/services/index.js.map +1 -0
- package/lib/module/shape/index.js +33 -0
- package/lib/module/shape/index.js.map +1 -0
- package/lib/module/skeleton/index.js +425 -0
- package/lib/module/skeleton/index.js.map +1 -0
- package/lib/module/slider/index.js +493 -0
- package/lib/module/slider/index.js.map +1 -0
- package/lib/module/spacer/index.js +11 -0
- package/lib/module/spacer/index.js.map +1 -0
- package/lib/module/stack/index.js +50 -0
- package/lib/module/stack/index.js.map +1 -0
- package/lib/module/switch/Switch.js +285 -0
- package/lib/module/switch/Switch.js.map +1 -0
- package/lib/module/switch/_index.js +114 -0
- package/lib/module/switch/_index.js.map +1 -0
- package/lib/module/switch/index.js +64 -0
- package/lib/module/switch/index.js.map +1 -0
- package/lib/module/switch/interface.js +43 -0
- package/lib/module/switch/interface.js.map +1 -0
- package/lib/module/tabBar/TabBar.js +405 -0
- package/lib/module/tabBar/TabBar.js.map +1 -0
- package/lib/module/tabBar/TabBarUsage.js +437 -0
- package/lib/module/tabBar/TabBarUsage.js.map +1 -0
- package/lib/module/tabBar/index.js +54 -0
- package/lib/module/tabBar/index.js.map +1 -0
- package/lib/module/tabBar/interface.js +39 -0
- package/lib/module/tabBar/interface.js.map +1 -0
- package/lib/module/text/index.js +62 -0
- package/lib/module/text/index.js.map +1 -0
- package/lib/module/timeline/index.js +258 -0
- package/lib/module/timeline/index.js.map +1 -0
- package/lib/module/toast/index.js +187 -0
- package/lib/module/toast/index.js.map +1 -0
- package/lib/module/toast/useToast.js +78 -0
- package/lib/module/toast/useToast.js.map +1 -0
- package/lib/module/utiles/createIcon.js +45 -0
- package/lib/module/utiles/createIcon.js.map +1 -0
- package/lib/module/utiles/fontStyles.js +31 -0
- package/lib/module/utiles/fontStyles.js.map +1 -0
- package/lib/module/utiles/position.js +94 -0
- package/lib/module/utiles/position.js.map +1 -0
- package/lib/module/utiles/statusBar.js +401 -0
- package/lib/module/utiles/statusBar.js.map +1 -0
- package/lib/module/utiles/styled.js +37 -0
- package/lib/module/utiles/styled.js.map +1 -0
- package/lib/module/utiles/styles.js +27 -0
- package/lib/module/utiles/styles.js.map +1 -0
- package/lib/module/{package → utiles}/theme.js +305 -17
- package/lib/module/utiles/theme.js.map +1 -0
- package/lib/module/utiles/validators.js +24 -0
- package/lib/module/utiles/validators.js.map +1 -0
- package/lib/module/utiles/viewStyleProps.js +4 -0
- package/lib/module/utiles/viewStyleProps.js.map +1 -0
- package/lib/module/utiles/viewStyleVariants.js +542 -0
- package/lib/module/utiles/viewStyleVariants.js.map +1 -0
- package/lib/typescript/actionSheet/actionSheet.d.ts +82 -0
- package/lib/typescript/actionSheet/actionSheet.d.ts.map +1 -0
- package/lib/typescript/actionSheet/index.d.ts +4 -0
- package/lib/typescript/actionSheet/index.d.ts.map +1 -0
- package/lib/typescript/actionSheet/useActionSheet.d.ts +82 -0
- package/lib/typescript/actionSheet/useActionSheet.d.ts.map +1 -0
- package/lib/typescript/badge/index.d.ts +37 -0
- package/lib/typescript/badge/index.d.ts.map +1 -0
- package/lib/typescript/barChart/index.d.ts +125 -0
- package/lib/typescript/barChart/index.d.ts.map +1 -0
- package/lib/typescript/button/index.d.ts +86 -0
- package/lib/typescript/button/index.d.ts.map +1 -0
- package/lib/typescript/card/index.d.ts +53 -0
- package/lib/typescript/card/index.d.ts.map +1 -0
- package/lib/typescript/checkBox/index.d.ts +28 -0
- package/lib/typescript/checkBox/index.d.ts.map +1 -0
- package/lib/typescript/chips/index.d.ts +104 -0
- package/lib/typescript/chips/index.d.ts.map +1 -0
- package/lib/typescript/circularProgress/index.d.ts +36 -0
- package/lib/typescript/circularProgress/index.d.ts.map +1 -0
- package/lib/typescript/collapsible/Collapse.d.ts +5 -0
- package/lib/typescript/collapsible/Collapse.d.ts.map +1 -0
- package/lib/typescript/collapsible/CollapseGroup.d.ts +49 -0
- package/lib/typescript/collapsible/CollapseGroup.d.ts.map +1 -0
- package/lib/typescript/collapsible/index.d.ts +38 -0
- package/lib/typescript/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/collapsible/interface.d.ts +116 -0
- package/lib/typescript/collapsible/interface.d.ts.map +1 -0
- package/lib/typescript/collapsible/style.d.ts +92 -0
- package/lib/typescript/collapsible/style.d.ts.map +1 -0
- package/lib/typescript/datePicker/index.d.ts +91 -0
- package/lib/typescript/datePicker/index.d.ts.map +1 -0
- package/lib/typescript/dialog/dialogue.d.ts +20 -0
- package/lib/typescript/dialog/dialogue.d.ts.map +1 -0
- package/lib/typescript/dialog/index.d.ts +175 -0
- package/lib/typescript/dialog/index.d.ts.map +1 -0
- package/lib/typescript/dialog/useDialogue.d.ts +21 -0
- package/lib/typescript/dialog/useDialogue.d.ts.map +1 -0
- package/lib/typescript/divider/index.d.ts +12 -0
- package/lib/typescript/divider/index.d.ts.map +1 -0
- package/lib/typescript/drawer/Drawer.d.ts +4 -0
- package/lib/typescript/drawer/Drawer.d.ts.map +1 -0
- package/lib/typescript/drawer/index.d.ts +48 -0
- package/lib/typescript/drawer/index.d.ts.map +1 -0
- package/lib/typescript/drawer/interface.d.ts +232 -0
- package/lib/typescript/drawer/interface.d.ts.map +1 -0
- package/lib/typescript/dropdown/index.d.ts +54 -0
- package/lib/typescript/dropdown/index.d.ts.map +1 -0
- package/lib/typescript/emptyState/index.d.ts +57 -0
- package/lib/typescript/emptyState/index.d.ts.map +1 -0
- package/lib/typescript/form/index.d.ts +1 -0
- package/lib/typescript/form/index.d.ts.map +1 -0
- package/lib/typescript/header/index.d.ts +44 -0
- package/lib/typescript/header/index.d.ts.map +1 -0
- package/lib/typescript/header/statusBar/index.d.ts +6 -0
- package/lib/typescript/header/statusBar/index.d.ts.map +1 -0
- package/lib/typescript/icons/backArrow.d.ts +12 -0
- package/lib/typescript/icons/backArrow.d.ts.map +1 -0
- package/lib/typescript/icons/bellFill.d.ts +12 -0
- package/lib/typescript/icons/bellFill.d.ts.map +1 -0
- package/lib/typescript/icons/bellOutline.d.ts +12 -0
- package/lib/typescript/icons/bellOutline.d.ts.map +1 -0
- package/lib/typescript/icons/checkmark.d.ts +12 -0
- package/lib/typescript/icons/checkmark.d.ts.map +1 -0
- package/lib/typescript/icons/delete.d.ts +12 -0
- package/lib/typescript/icons/delete.d.ts.map +1 -0
- package/lib/typescript/icons/downChevron.d.ts +12 -0
- package/lib/typescript/icons/downChevron.d.ts.map +1 -0
- package/lib/typescript/icons/error.d.ts +12 -0
- package/lib/typescript/icons/error.d.ts.map +1 -0
- package/lib/typescript/icons/forwardArrow.d.ts +12 -0
- package/lib/typescript/icons/forwardArrow.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +16 -0
- package/lib/typescript/icons/index.d.ts.map +1 -0
- package/lib/typescript/icons/info.d.ts +12 -0
- package/lib/typescript/icons/info.d.ts.map +1 -0
- package/lib/typescript/icons/leftChevron.d.ts +12 -0
- package/lib/typescript/icons/leftChevron.d.ts.map +1 -0
- package/lib/typescript/icons/rightChevron.d.ts +12 -0
- package/lib/typescript/icons/rightChevron.d.ts.map +1 -0
- package/lib/typescript/icons/save.d.ts +12 -0
- package/lib/typescript/icons/save.d.ts.map +1 -0
- package/lib/typescript/icons/success.d.ts +12 -0
- package/lib/typescript/icons/success.d.ts.map +1 -0
- package/lib/typescript/icons/upChevron.d.ts +12 -0
- package/lib/typescript/icons/upChevron.d.ts.map +1 -0
- package/lib/typescript/icons/warning.d.ts +12 -0
- package/lib/typescript/icons/warning.d.ts.map +1 -0
- package/lib/typescript/image/index.d.ts +15 -0
- package/lib/typescript/image/index.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +56 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/input/index.d.ts +89 -0
- package/lib/typescript/input/index.d.ts.map +1 -0
- package/lib/typescript/loading/circular.d.ts +10 -0
- package/lib/typescript/loading/circular.d.ts.map +1 -0
- package/lib/typescript/loading/index.d.ts +7 -0
- package/lib/typescript/loading/index.d.ts.map +1 -0
- package/lib/typescript/loading/loader.d.ts +23 -0
- package/lib/typescript/loading/loader.d.ts.map +1 -0
- package/lib/typescript/loading/spinner.d.ts +22 -0
- package/lib/typescript/loading/spinner.d.ts.map +1 -0
- package/lib/typescript/loading/useLoader.d.ts +27 -0
- package/lib/typescript/loading/useLoader.d.ts.map +1 -0
- package/lib/typescript/loading/useLoaderBinding.d.ts +9 -0
- package/lib/typescript/loading/useLoaderBinding.d.ts.map +1 -0
- package/lib/typescript/notification/index.d.ts +21 -0
- package/lib/typescript/notification/index.d.ts.map +1 -0
- package/lib/typescript/notification/useNotification.d.ts +30 -0
- package/lib/typescript/notification/useNotification.d.ts.map +1 -0
- package/lib/typescript/page/index.d.ts +12 -0
- package/lib/typescript/page/index.d.ts.map +1 -0
- package/lib/typescript/popup/Popup.d.ts +4 -0
- package/lib/typescript/popup/Popup.d.ts.map +1 -0
- package/lib/typescript/popup/helpers.d.ts +9 -0
- package/lib/typescript/popup/helpers.d.ts.map +1 -0
- package/lib/typescript/popup/index.d.ts +43 -0
- package/lib/typescript/popup/index.d.ts.map +1 -0
- package/lib/typescript/popup/interface.d.ts +103 -0
- package/lib/typescript/popup/interface.d.ts.map +1 -0
- package/lib/typescript/portal/GlobalPortalProvider.d.ts +44 -0
- package/lib/typescript/portal/GlobalPortalProvider.d.ts.map +1 -0
- package/lib/typescript/portal/PortalContext.d.ts +25 -0
- package/lib/typescript/portal/PortalContext.d.ts.map +1 -0
- package/lib/typescript/portal/PortalInstance.d.ts +72 -0
- package/lib/typescript/portal/PortalInstance.d.ts.map +1 -0
- package/lib/typescript/portal/PortalManager.d.ts +7 -0
- package/lib/typescript/portal/PortalManager.d.ts.map +1 -0
- package/lib/typescript/portal/PortalRenderer.d.ts +27 -0
- package/lib/typescript/portal/PortalRenderer.d.ts.map +1 -0
- package/lib/typescript/portal/index.d.ts +43 -0
- package/lib/typescript/portal/index.d.ts.map +1 -0
- package/lib/typescript/portal/portal.test.d.ts +11 -0
- package/lib/typescript/portal/portal.test.d.ts.map +1 -0
- package/lib/typescript/portal/types.d.ts +30 -0
- package/lib/typescript/portal/types.d.ts.map +1 -0
- package/lib/typescript/pressable/index.d.ts +8 -0
- package/lib/typescript/pressable/index.d.ts.map +1 -0
- package/lib/typescript/progressBar/index.d.ts +155 -0
- package/lib/typescript/progressBar/index.d.ts.map +1 -0
- package/lib/typescript/radio/index.d.ts +144 -0
- package/lib/typescript/radio/index.d.ts.map +1 -0
- package/lib/typescript/safeAreaProvider/index.d.ts +7 -0
- package/lib/typescript/safeAreaProvider/index.d.ts.map +1 -0
- package/lib/typescript/safeAreaView/index.d.ts +8 -0
- package/lib/typescript/safeAreaView/index.d.ts.map +1 -0
- package/lib/typescript/scrollView/index.d.ts +8 -0
- package/lib/typescript/scrollView/index.d.ts.map +1 -0
- package/lib/typescript/searchBar/index.d.ts +70 -0
- package/lib/typescript/searchBar/index.d.ts.map +1 -0
- package/lib/typescript/seperator/index.d.ts +13 -0
- package/lib/typescript/seperator/index.d.ts.map +1 -0
- package/lib/typescript/services/index.d.ts +56 -0
- package/lib/typescript/services/index.d.ts.map +1 -0
- package/lib/typescript/shape/index.d.ts +11 -0
- package/lib/typescript/shape/index.d.ts.map +1 -0
- package/lib/typescript/skeleton/index.d.ts +63 -0
- package/lib/typescript/skeleton/index.d.ts.map +1 -0
- package/lib/typescript/slider/index.d.ts +60 -0
- package/lib/typescript/slider/index.d.ts.map +1 -0
- package/lib/typescript/spacer/index.d.ts +8 -0
- package/lib/typescript/spacer/index.d.ts.map +1 -0
- package/lib/typescript/stack/index.d.ts +24 -0
- package/lib/typescript/stack/index.d.ts.map +1 -0
- package/lib/typescript/switch/Switch.d.ts +6 -0
- package/lib/typescript/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/switch/_index.d.ts +11 -0
- package/lib/typescript/switch/_index.d.ts.map +1 -0
- package/lib/typescript/switch/index.d.ts +62 -0
- package/lib/typescript/switch/index.d.ts.map +1 -0
- package/lib/typescript/switch/interface.d.ts +74 -0
- package/lib/typescript/switch/interface.d.ts.map +1 -0
- package/lib/typescript/tabBar/TabBar.d.ts +5 -0
- package/lib/typescript/tabBar/TabBar.d.ts.map +1 -0
- package/lib/typescript/tabBar/TabBarUsage.d.ts +6 -0
- package/lib/typescript/tabBar/TabBarUsage.d.ts.map +1 -0
- package/lib/typescript/tabBar/index.d.ts +52 -0
- package/lib/typescript/tabBar/index.d.ts.map +1 -0
- package/lib/typescript/tabBar/interface.d.ts +119 -0
- package/lib/typescript/tabBar/interface.d.ts.map +1 -0
- package/lib/typescript/text/index.d.ts +16 -0
- package/lib/typescript/text/index.d.ts.map +1 -0
- package/lib/typescript/timeline/index.d.ts +125 -0
- package/lib/typescript/timeline/index.d.ts.map +1 -0
- package/lib/typescript/toast/index.d.ts +28 -0
- package/lib/typescript/toast/index.d.ts.map +1 -0
- package/lib/typescript/toast/useToast.d.ts +31 -0
- package/lib/typescript/toast/useToast.d.ts.map +1 -0
- package/lib/typescript/utiles/createIcon.d.ts +39 -0
- package/lib/typescript/utiles/createIcon.d.ts.map +1 -0
- package/lib/typescript/utiles/fontStyles.d.ts +9 -0
- package/lib/typescript/utiles/fontStyles.d.ts.map +1 -0
- package/lib/typescript/utiles/position.d.ts +13 -0
- package/lib/typescript/utiles/position.d.ts.map +1 -0
- package/lib/typescript/utiles/statusBar.d.ts +128 -0
- package/lib/typescript/utiles/statusBar.d.ts.map +1 -0
- package/lib/typescript/utiles/styled.d.ts +14 -0
- package/lib/typescript/utiles/styled.d.ts.map +1 -0
- package/lib/typescript/utiles/styles.d.ts +31 -0
- package/lib/typescript/utiles/styles.d.ts.map +1 -0
- package/lib/typescript/utiles/theme.d.ts +918 -0
- package/lib/typescript/utiles/theme.d.ts.map +1 -0
- package/lib/typescript/utiles/validators.d.ts +14 -0
- package/lib/typescript/utiles/validators.d.ts.map +1 -0
- package/lib/typescript/utiles/viewStyleProps.d.ts +4 -0
- package/lib/typescript/utiles/viewStyleProps.d.ts.map +1 -0
- package/lib/typescript/utiles/viewStyleVariants.d.ts +121 -0
- package/lib/typescript/utiles/viewStyleVariants.d.ts.map +1 -0
- package/package.json +146 -52
- package/src/actionSheet/actionSheet.tsx +471 -0
- package/src/actionSheet/index.tsx +3 -0
- package/src/actionSheet/useActionSheet.tsx +140 -0
- package/src/badge/index.tsx +185 -0
- package/src/barChart/index.tsx +386 -0
- package/src/button/index.tsx +335 -0
- package/src/card/index.tsx +220 -0
- package/src/checkBox/index.tsx +137 -0
- package/src/chips/index.tsx +293 -0
- package/src/circularProgress/index.tsx +349 -0
- package/src/collapsible/Collapse.tsx +366 -0
- package/src/collapsible/CollapseGroup.tsx +161 -0
- package/src/collapsible/index.ts +48 -0
- package/src/collapsible/interface.ts +187 -0
- package/src/collapsible/style.ts +130 -0
- package/src/datePicker/index.tsx +961 -0
- package/src/dialog/dialogue.tsx +155 -0
- package/src/dialog/index.tsx +604 -0
- package/src/dialog/useDialogue.tsx +158 -0
- package/src/divider/index.tsx +45 -0
- package/src/drawer/Drawer.tsx +655 -0
- package/src/drawer/index.ts +60 -0
- package/src/drawer/interface.ts +391 -0
- package/src/dropdown/index.tsx +1081 -0
- package/src/emptyState/index.tsx +287 -0
- package/src/form/index.tsx +0 -0
- package/src/header/index.tsx +217 -0
- package/src/header/statusBar/index.tsx +11 -0
- package/src/icons/backArrow.tsx +17 -0
- package/src/icons/bellFill.tsx +19 -0
- package/src/icons/bellOutline.tsx +18 -0
- package/src/icons/checkmark.tsx +18 -0
- package/src/icons/delete.tsx +19 -0
- package/src/icons/downChevron.tsx +18 -0
- package/src/icons/error.tsx +17 -0
- package/src/icons/forwardArrow.tsx +19 -0
- package/src/icons/index.ts +15 -0
- package/src/icons/info.tsx +19 -0
- package/src/icons/leftChevron.tsx +18 -0
- package/src/icons/rightChevron.tsx +18 -0
- package/src/icons/save.tsx +18 -0
- package/src/icons/success.tsx +17 -0
- package/src/icons/upChevron.tsx +18 -0
- package/src/icons/warning.tsx +19 -0
- package/src/image/index.tsx +45 -0
- package/src/index.ts +72 -0
- package/src/input/index.tsx +668 -0
- package/src/loading/circular.tsx +141 -0
- package/src/loading/index.tsx +6 -0
- package/src/loading/loader.tsx +191 -0
- package/src/loading/spinner.tsx +126 -0
- package/src/loading/useLoader.tsx +78 -0
- package/src/loading/useLoaderBinding.tsx +38 -0
- package/src/notification/index.tsx +189 -0
- package/src/notification/useNotification.tsx +64 -0
- package/src/page/index.tsx +19 -0
- package/src/popup/Popup.tsx +398 -0
- package/src/popup/helpers.ts +123 -0
- package/src/popup/index.ts +45 -0
- package/src/popup/interface.ts +178 -0
- package/src/portal/GlobalPortalProvider.tsx +63 -0
- package/src/portal/PortalContext.ts +37 -0
- package/src/portal/PortalInstance.ts +118 -0
- package/src/portal/PortalManager.tsx +84 -0
- package/src/portal/PortalRenderer.tsx +72 -0
- package/src/portal/index.ts +60 -0
- package/src/portal/portal.test.ts +157 -0
- package/src/portal/types.ts +49 -0
- package/src/pressable/index.tsx +19 -0
- package/src/progressBar/index.tsx +564 -0
- package/src/radio/index.tsx +469 -0
- package/src/safeAreaProvider/index.ts +16 -0
- package/src/safeAreaView/index.tsx +17 -0
- package/src/scrollView/index.ts +15 -0
- package/src/searchBar/index.tsx +383 -0
- package/src/seperator/index.tsx +59 -0
- package/src/services/index.ts +149 -0
- package/src/shape/index.tsx +38 -0
- package/src/skeleton/index.tsx +350 -0
- package/src/slider/index.tsx +637 -0
- package/src/spacer/index.ts +29 -0
- package/src/stack/index.ts +58 -0
- package/src/switch/Switch.tsx +343 -0
- package/src/switch/_index.tsx +135 -0
- package/src/switch/index.ts +62 -0
- package/src/switch/interface.ts +120 -0
- package/src/tabBar/TabBar.tsx +503 -0
- package/src/tabBar/TabBarUsage.tsx +366 -0
- package/src/tabBar/index.ts +59 -0
- package/src/tabBar/interface.ts +196 -0
- package/src/text/index.ts +73 -0
- package/src/timeline/index.tsx +374 -0
- package/src/toast/index.tsx +172 -0
- package/src/toast/useToast.tsx +93 -0
- package/src/utiles/createIcon.ts +44 -0
- package/src/utiles/fontStyles.js +31 -0
- package/src/utiles/position.ts +100 -0
- package/src/utiles/statusBar.ts +410 -0
- package/src/utiles/styled.tsx +48 -0
- package/src/utiles/styles.ts +25 -0
- package/src/utiles/theme.ts +727 -0
- package/src/utiles/validators.ts +21 -0
- package/src/utiles/viewStyleProps.ts +41 -0
- package/src/utiles/viewStyleVariants.ts +411 -0
- package/lib/commonjs/assets/img/blank_1.png +0 -0
- package/lib/commonjs/assets/img/blank_2.png +0 -0
- package/lib/commonjs/assets/img/doctor.png +0 -0
- package/lib/commonjs/package/badge/index.js +0 -161
- package/lib/commonjs/package/badge/index.js.map +0 -1
- package/lib/commonjs/package/button/index.js +0 -99
- package/lib/commonjs/package/button/index.js.map +0 -1
- package/lib/commonjs/package/card/index.js +0 -46
- package/lib/commonjs/package/card/index.js.map +0 -1
- package/lib/commonjs/package/checkBox/index.js +0 -97
- package/lib/commonjs/package/checkBox/index.js.map +0 -1
- package/lib/commonjs/package/cycle/index.js +0 -43
- package/lib/commonjs/package/cycle/index.js.map +0 -1
- package/lib/commonjs/package/dialog/index.js +0 -216
- package/lib/commonjs/package/dialog/index.js.map +0 -1
- package/lib/commonjs/package/dropdown/index.js +0 -112
- package/lib/commonjs/package/dropdown/index.js.map +0 -1
- package/lib/commonjs/package/form/index.js +0 -190
- package/lib/commonjs/package/form/index.js.map +0 -1
- package/lib/commonjs/package/header/index.js +0 -99
- package/lib/commonjs/package/header/index.js.map +0 -1
- package/lib/commonjs/package/image/index.js +0 -326
- package/lib/commonjs/package/image/index.js.map +0 -1
- package/lib/commonjs/package/radioButton/index.js +0 -75
- package/lib/commonjs/package/radioButton/index.js.map +0 -1
- package/lib/commonjs/package/safeAreaView/index.js +0 -26
- package/lib/commonjs/package/safeAreaView/index.js.map +0 -1
- package/lib/commonjs/package/scrollView/index.js +0 -23
- package/lib/commonjs/package/scrollView/index.js.map +0 -1
- package/lib/commonjs/package/separator/index.js +0 -33
- package/lib/commonjs/package/separator/index.js.map +0 -1
- package/lib/commonjs/package/spacer/index.js +0 -18
- package/lib/commonjs/package/spacer/index.js.map +0 -1
- package/lib/commonjs/package/spinner/index.js +0 -43
- package/lib/commonjs/package/spinner/index.js.map +0 -1
- package/lib/commonjs/package/stack/__test__/index.test.js +0 -91
- package/lib/commonjs/package/stack/__test__/index.test.js.map +0 -1
- package/lib/commonjs/package/stack/index.js +0 -54
- package/lib/commonjs/package/stack/index.js.map +0 -1
- package/lib/commonjs/package/styled/__test__/index.test.js +0 -161
- package/lib/commonjs/package/styled/__test__/index.test.js.map +0 -1
- package/lib/commonjs/package/styled/index.js +0 -42
- package/lib/commonjs/package/styled/index.js.map +0 -1
- package/lib/commonjs/package/switch/index.js +0 -43
- package/lib/commonjs/package/switch/index.js.map +0 -1
- package/lib/commonjs/package/text/index.js +0 -81
- package/lib/commonjs/package/text/index.js.map +0 -1
- package/lib/commonjs/package/theme.js +0 -385
- package/lib/commonjs/package/theme.js.map +0 -1
- package/lib/commonjs/package/utils/index.js +0 -130
- package/lib/commonjs/package/utils/index.js.map +0 -1
- package/lib/commonjs/package/utils/statusBar.js +0 -70
- package/lib/commonjs/package/utils/statusBar.js.map +0 -1
- package/lib/commonjs/package/utils/validator.js +0 -40
- package/lib/commonjs/package/utils/validator.js.map +0 -1
- package/lib/commonjs/styled.code-workspace +0 -9
- package/lib/module/assets/img/blank_1.png +0 -0
- package/lib/module/assets/img/blank_2.png +0 -0
- package/lib/module/assets/img/doctor.png +0 -0
- package/lib/module/package/badge/index.js +0 -153
- package/lib/module/package/badge/index.js.map +0 -1
- package/lib/module/package/button/index.js +0 -92
- package/lib/module/package/button/index.js.map +0 -1
- package/lib/module/package/card/index.js +0 -39
- package/lib/module/package/card/index.js.map +0 -1
- package/lib/module/package/checkBox/index.js +0 -88
- package/lib/module/package/checkBox/index.js.map +0 -1
- package/lib/module/package/cycle/index.js +0 -36
- package/lib/module/package/cycle/index.js.map +0 -1
- package/lib/module/package/dialog/index.js +0 -206
- package/lib/module/package/dialog/index.js.map +0 -1
- package/lib/module/package/dropdown/index.js +0 -102
- package/lib/module/package/dropdown/index.js.map +0 -1
- package/lib/module/package/form/index.js +0 -182
- package/lib/module/package/form/index.js.map +0 -1
- package/lib/module/package/header/index.js +0 -93
- package/lib/module/package/header/index.js.map +0 -1
- package/lib/module/package/image/index.js +0 -315
- package/lib/module/package/image/index.js.map +0 -1
- package/lib/module/package/radioButton/index.js +0 -66
- package/lib/module/package/radioButton/index.js.map +0 -1
- package/lib/module/package/safeAreaView/index.js +0 -21
- package/lib/module/package/safeAreaView/index.js.map +0 -1
- package/lib/module/package/scrollView/index.js +0 -18
- package/lib/module/package/scrollView/index.js.map +0 -1
- package/lib/module/package/separator/index.js +0 -26
- package/lib/module/package/separator/index.js.map +0 -1
- package/lib/module/package/spacer/index.js +0 -11
- package/lib/module/package/spacer/index.js.map +0 -1
- package/lib/module/package/spinner/index.js +0 -36
- package/lib/module/package/spinner/index.js.map +0 -1
- package/lib/module/package/stack/__test__/index.test.js +0 -89
- package/lib/module/package/stack/__test__/index.test.js.map +0 -1
- package/lib/module/package/stack/index.js +0 -49
- package/lib/module/package/stack/index.js.map +0 -1
- package/lib/module/package/styled/__test__/index.test.js +0 -158
- package/lib/module/package/styled/__test__/index.test.js.map +0 -1
- package/lib/module/package/styled/index.js +0 -35
- package/lib/module/package/styled/index.js.map +0 -1
- package/lib/module/package/switch/index.js +0 -36
- package/lib/module/package/switch/index.js.map +0 -1
- package/lib/module/package/text/index.js +0 -76
- package/lib/module/package/text/index.js.map +0 -1
- package/lib/module/package/theme.js.map +0 -1
- package/lib/module/package/utils/index.js +0 -120
- package/lib/module/package/utils/index.js.map +0 -1
- package/lib/module/package/utils/statusBar.js +0 -57
- package/lib/module/package/utils/statusBar.js.map +0 -1
- package/lib/module/package/utils/validator.js +0 -34
- package/lib/module/package/utils/validator.js.map +0 -1
- package/lib/module/styled.code-workspace +0 -9
- package/src/assets/img/blank_1.png +0 -0
- package/src/assets/img/blank_2.png +0 -0
- package/src/assets/img/doctor.png +0 -0
- package/src/index.js +0 -24
- package/src/package/badge/index.jsx +0 -135
- package/src/package/button/index.jsx +0 -83
- package/src/package/card/index.jsx +0 -52
- package/src/package/checkBox/index.jsx +0 -102
- package/src/package/cycle/index.jsx +0 -49
- package/src/package/dialog/index.jsx +0 -263
- package/src/package/dropdown/index.jsx +0 -101
- package/src/package/form/index.jsx +0 -144
- package/src/package/header/index.jsx +0 -96
- package/src/package/image/index.jsx +0 -300
- package/src/package/radioButton/index.jsx +0 -74
- package/src/package/safeAreaView/index.jsx +0 -20
- package/src/package/scrollView/index.jsx +0 -17
- package/src/package/separator/index.jsx +0 -27
- package/src/package/spacer/index.jsx +0 -13
- package/src/package/spinner/index.jsx +0 -33
- package/src/package/stack/__test__/index.test.js +0 -68
- package/src/package/stack/index.jsx +0 -50
- package/src/package/styled/__test__/index.test.js +0 -132
- package/src/package/styled/index.js +0 -32
- package/src/package/switch/index.jsx +0 -33
- package/src/package/text/index.jsx +0 -67
- package/src/package/theme.js +0 -377
- package/src/package/utils/index.js +0 -109
- package/src/package/utils/statusBar.js +0 -65
- package/src/package/utils/validator.js +0 -38
- package/src/styled.code-workspace +0 -9
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import type { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
import type { StyleProp, ViewStyle, TextStyle, ColorValue, ViewProps } from 'react-native';
|
|
3
|
+
export type PopupPosition = 'top' | 'bottom' | 'left' | 'right' | 'center';
|
|
4
|
+
/**
|
|
5
|
+
* Controls how the popup enters/exits.
|
|
6
|
+
* - `'slide'` — slides in from the edge (default for side positions)
|
|
7
|
+
* - `'fade'` — opacity only
|
|
8
|
+
* - `'scale'` — scale from center (good for center position)
|
|
9
|
+
* - `'none'` — instant, no animation
|
|
10
|
+
*/
|
|
11
|
+
export type PopupAnimation = 'slide' | 'fade' | 'scale' | 'none';
|
|
12
|
+
export type PopupColors = {
|
|
13
|
+
/** Popup surface background. */
|
|
14
|
+
background: string;
|
|
15
|
+
/** Semi-transparent overlay behind the popup. */
|
|
16
|
+
overlay: string;
|
|
17
|
+
/** Handle pill (bottom sheet). */
|
|
18
|
+
handle: string;
|
|
19
|
+
/** Header title text. */
|
|
20
|
+
headerTitle: string;
|
|
21
|
+
/** Header subtitle text. */
|
|
22
|
+
headerSubtitle: string;
|
|
23
|
+
/** Header border / divider. */
|
|
24
|
+
headerBorder: string;
|
|
25
|
+
/** Close button icon colour. */
|
|
26
|
+
closeIcon: string;
|
|
27
|
+
/** Close button background. */
|
|
28
|
+
closeIconBg: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const POPUP_COLORS_LIGHT: PopupColors;
|
|
31
|
+
export declare const POPUP_COLORS_DARK: PopupColors;
|
|
32
|
+
export type PopupLifecycle = {
|
|
33
|
+
/** Fires immediately when visibility changes to true. */
|
|
34
|
+
onOpen?: () => void;
|
|
35
|
+
/** Fires after the open animation completes. */
|
|
36
|
+
onOpened?: () => void;
|
|
37
|
+
/** Fires immediately when visibility changes to false. */
|
|
38
|
+
onClose?: () => void;
|
|
39
|
+
/** Fires after the close animation completes. */
|
|
40
|
+
onClosed?: () => void;
|
|
41
|
+
};
|
|
42
|
+
export interface PopupProps extends PropsWithChildren<{}>, PopupLifecycle {
|
|
43
|
+
/** Whether the popup is visible. */
|
|
44
|
+
visible: boolean;
|
|
45
|
+
/** Show a backdrop overlay. @default true */
|
|
46
|
+
overlay?: boolean;
|
|
47
|
+
/** Custom overlay colour. Falls back to `colors.overlay`. */
|
|
48
|
+
overlayColor?: ColorValue;
|
|
49
|
+
/** Close the popup when the overlay is pressed. @default true */
|
|
50
|
+
closeOnPressOverlay?: boolean;
|
|
51
|
+
/** Called when the overlay is pressed. */
|
|
52
|
+
onPressOverlay?: () => void;
|
|
53
|
+
/** Where the popup enters from. @default 'bottom' */
|
|
54
|
+
position?: PopupPosition;
|
|
55
|
+
/**
|
|
56
|
+
* Animation style.
|
|
57
|
+
* Defaults: `slide` for side positions, `scale` for center.
|
|
58
|
+
*/
|
|
59
|
+
animation?: PopupAnimation;
|
|
60
|
+
/** Animation duration in ms. @default 280 */
|
|
61
|
+
duration?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Spring physics for slide/scale animations.
|
|
64
|
+
* When set, overrides `duration` for the open animation.
|
|
65
|
+
*/
|
|
66
|
+
spring?: {
|
|
67
|
+
damping: number;
|
|
68
|
+
stiffness: number;
|
|
69
|
+
mass?: number;
|
|
70
|
+
};
|
|
71
|
+
/** Round the corners facing the interior of the screen. @default true */
|
|
72
|
+
round?: boolean;
|
|
73
|
+
/** Border radius value when `round` is true. @default 20 */
|
|
74
|
+
roundRadius?: number;
|
|
75
|
+
/** Add padding for the bottom safe area (notch / home bar). @default false */
|
|
76
|
+
safeAreaBottom?: boolean;
|
|
77
|
+
/** Add padding for the top safe area (status bar). @default false */
|
|
78
|
+
safeAreaTop?: boolean;
|
|
79
|
+
/** Only mount children after the first open. @default true */
|
|
80
|
+
lazyRender?: boolean;
|
|
81
|
+
/** Unmount children when closed (resets to lazy state). @default false */
|
|
82
|
+
destroyOnClose?: boolean;
|
|
83
|
+
/** Optional header title. Enables the built-in header. */
|
|
84
|
+
title?: ReactNode;
|
|
85
|
+
/** Optional subtitle rendered below the title. */
|
|
86
|
+
subtitle?: ReactNode;
|
|
87
|
+
/** Show a drag handle pill above the header. @default true for bottom */
|
|
88
|
+
showHandle?: boolean;
|
|
89
|
+
/** Show a close (×) button in the header. @default false */
|
|
90
|
+
showClose?: boolean;
|
|
91
|
+
/** Called when the close button is pressed. */
|
|
92
|
+
onClose?: () => void;
|
|
93
|
+
style?: StyleProp<ViewStyle>;
|
|
94
|
+
overlayStyle?: StyleProp<ViewStyle>;
|
|
95
|
+
headerStyle?: StyleProp<ViewStyle>;
|
|
96
|
+
titleStyle?: StyleProp<TextStyle>;
|
|
97
|
+
subtitleStyle?: StyleProp<TextStyle>;
|
|
98
|
+
colors?: Partial<PopupColors>;
|
|
99
|
+
/** Return true to handle the back button (Android). */
|
|
100
|
+
onRequestClose?: () => boolean;
|
|
101
|
+
testID?: ViewProps['testID'];
|
|
102
|
+
}
|
|
103
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/popup/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACzD,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,SAAS,EACV,MAAM,cAAc,CAAA;AAIrB,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;AAI1E;;;;;;GAMG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;AAIhE,MAAM,MAAM,WAAW,GAAG;IACxB,gCAAgC;IAChC,UAAU,EAAO,MAAM,CAAA;IACvB,iDAAiD;IACjD,OAAO,EAAU,MAAM,CAAA;IACvB,kCAAkC;IAClC,MAAM,EAAW,MAAM,CAAA;IACvB,yBAAyB;IACzB,WAAW,EAAM,MAAM,CAAA;IACvB,4BAA4B;IAC5B,cAAc,EAAG,MAAM,CAAA;IACvB,+BAA+B;IAC/B,YAAY,EAAK,MAAM,CAAA;IACvB,gCAAgC;IAChC,SAAS,EAAQ,MAAM,CAAA;IACvB,+BAA+B;IAC/B,WAAW,EAAM,MAAM,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,WAShC,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,WAS/B,CAAA;AAID,MAAM,MAAM,cAAc,GAAG;IAC3B,yDAAyD;IACzD,MAAM,CAAC,EAAI,MAAM,IAAI,CAAA;IACrB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,0DAA0D;IAC1D,OAAO,CAAC,EAAG,MAAM,IAAI,CAAA;IACrB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAID,MAAM,WAAW,UAAW,SAAQ,iBAAiB,CAAC,EAAE,CAAC,EAAE,cAAc;IAIvE,oCAAoC;IACpC,OAAO,EAAE,OAAO,CAAA;IAIhB,6CAA6C;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6DAA6D;IAC7D,YAAY,CAAC,EAAE,UAAU,CAAA;IACzB,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,IAAI,CAAA;IAI3B,qDAAqD;IACrD,QAAQ,CAAC,EAAE,aAAa,CAAA;IAExB;;;OAGG;IACH,SAAS,CAAC,EAAE,cAAc,CAAA;IAE1B,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE;QACP,OAAO,EAAI,MAAM,CAAA;QACjB,SAAS,EAAE,MAAM,CAAA;QACjB,IAAI,CAAC,EAAM,MAAM,CAAA;KAClB,CAAA;IAID,yEAAyE;IACzE,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAA;IAIpB,8EAA8E;IAC9E,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,qEAAqE;IACrE,WAAW,CAAC,EAAE,OAAO,CAAA;IAIrB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,0EAA0E;IAC1E,cAAc,CAAC,EAAE,OAAO,CAAA;IAIxB,0DAA0D;IAC1D,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,yEAAyE;IACzE,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,4DAA4D;IAC5D,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,+CAA+C;IAC/C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IAIpB,KAAK,CAAC,EAAU,SAAS,CAAC,SAAS,CAAC,CAAA;IACpC,YAAY,CAAC,EAAG,SAAS,CAAC,SAAS,CAAC,CAAA;IACpC,WAAW,CAAC,EAAI,SAAS,CAAC,SAAS,CAAC,CAAA;IACpC,UAAU,CAAC,EAAK,SAAS,CAAC,SAAS,CAAC,CAAA;IACpC,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;IAIpC,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;IAI7B,uDAAuD;IACvD,cAAc,CAAC,EAAE,MAAM,OAAO,CAAA;IAE9B,MAAM,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAA;CAC7B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Subscribes to the global `portal` singleton and renders whatever portals
|
|
4
|
+
* it currently holds.
|
|
5
|
+
*
|
|
6
|
+
* ### Usage
|
|
7
|
+
* Wrap your app root (or the root of the navigable area) with this provider.
|
|
8
|
+
* You can then call `portal.show(...)` / `portal.hide(...)` from anywhere —
|
|
9
|
+
* including non-React code such as navigation helpers or async service
|
|
10
|
+
* callbacks.
|
|
11
|
+
*
|
|
12
|
+
* This component deliberately has **no** React context value; it exists purely
|
|
13
|
+
* to drive re-renders when the singleton changes. If you also need the
|
|
14
|
+
* declarative `usePortal()` hook, use `PortalManager` instead (or nest both).
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```tsx
|
|
18
|
+
* // App root
|
|
19
|
+
* export default function App() {
|
|
20
|
+
* return (
|
|
21
|
+
* <GlobalPortalProvider>
|
|
22
|
+
* <Navigation />
|
|
23
|
+
* </GlobalPortalProvider>
|
|
24
|
+
* )
|
|
25
|
+
* }
|
|
26
|
+
*
|
|
27
|
+
* // Anywhere – including outside React
|
|
28
|
+
* import { portal } from '@/portal'
|
|
29
|
+
*
|
|
30
|
+
* function showNetworkError() {
|
|
31
|
+
* const id = portal.show(
|
|
32
|
+
* <ErrorBanner message="No internet connection" />,
|
|
33
|
+
* { position: 'top', backdrop: false },
|
|
34
|
+
* )
|
|
35
|
+
* setTimeout(() => portal.hide(id), 4000)
|
|
36
|
+
* }
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
type Props = {
|
|
40
|
+
children: React.ReactNode;
|
|
41
|
+
};
|
|
42
|
+
export declare const GlobalPortalProvider: React.FC<Props>;
|
|
43
|
+
export {};
|
|
44
|
+
//# sourceMappingURL=GlobalPortalProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalPortalProvider.d.ts","sourceRoot":"","sources":["../../../src/portal/GlobalPortalProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAKlD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AAEH,KAAK,KAAK,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAA;AAE1C,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAiBhD,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { PortalContextType } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* React context that carries the declarative mount / update / unmount API.
|
|
5
|
+
* Consumed by the `usePortal` hook below and provided by `PortalManager`.
|
|
6
|
+
*/
|
|
7
|
+
export declare const PortalContext: import("react").Context<PortalContextType | null>;
|
|
8
|
+
/**
|
|
9
|
+
* Returns the portal control API from the nearest `PortalManager` ancestor.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```tsx
|
|
13
|
+
* const { mount, unmount } = usePortal()
|
|
14
|
+
*
|
|
15
|
+
* const handleOpen = () => {
|
|
16
|
+
* const id = mount(<MyModal />, { backdrop: true, position: 'center' })
|
|
17
|
+
* // Later:
|
|
18
|
+
* unmount(id)
|
|
19
|
+
* }
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @throws If called outside a `PortalManager` tree.
|
|
23
|
+
*/
|
|
24
|
+
export declare function usePortal(): PortalContextType;
|
|
25
|
+
//# sourceMappingURL=PortalContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalContext.d.ts","sourceRoot":"","sources":["../../../src/portal/PortalContext.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEhD;;;GAGG;AACH,eAAO,MAAM,aAAa,mDAAgD,CAAA;AAE1E;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,SAAS,IAAI,iBAAiB,CAW7C"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { PortalNode, PortalOptions } from './types';
|
|
3
|
+
type Listener = () => void;
|
|
4
|
+
/**
|
|
5
|
+
* Imperative, framework-agnostic portal registry.
|
|
6
|
+
*
|
|
7
|
+
* `PortalInstance` holds the source-of-truth for all portals that are managed
|
|
8
|
+
* outside the React tree (e.g. from plain TypeScript helpers, navigation
|
|
9
|
+
* handlers, or third-party libraries). React components subscribe to changes
|
|
10
|
+
* via `subscribe()` and re-render when the list changes.
|
|
11
|
+
*
|
|
12
|
+
* The exported `portal` singleton is the recommended way to interact with this
|
|
13
|
+
* class. Only create additional instances if you need isolated portal scopes
|
|
14
|
+
* (e.g. in tests or multi-window environments).
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* // Show
|
|
19
|
+
* const id = portal.show(<Toast message="Saved!" />, { position: 'bottom' })
|
|
20
|
+
*
|
|
21
|
+
* // Later update the same portal without closing it
|
|
22
|
+
* portal.update(id, <Toast message="Updated!" />)
|
|
23
|
+
*
|
|
24
|
+
* // Dismiss
|
|
25
|
+
* portal.hide(id)
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare class PortalInstance {
|
|
29
|
+
private nextId;
|
|
30
|
+
private portals;
|
|
31
|
+
private listeners;
|
|
32
|
+
/**
|
|
33
|
+
* Registers a change listener. Returns an unsubscribe function.
|
|
34
|
+
*
|
|
35
|
+
* Consumers (e.g. `GlobalPortalProvider`) call this once on mount and
|
|
36
|
+
* invoke the returned cleanup on unmount.
|
|
37
|
+
*/
|
|
38
|
+
subscribe(listener: Listener): () => void;
|
|
39
|
+
private notify;
|
|
40
|
+
/** Returns a stable snapshot of all currently registered portals. */
|
|
41
|
+
getPortals(): PortalNode[];
|
|
42
|
+
/**
|
|
43
|
+
* Registers a new portal and triggers a re-render in all subscribers.
|
|
44
|
+
*
|
|
45
|
+
* @returns The numeric `id` assigned to this portal – hold onto it to
|
|
46
|
+
* call `update` or `hide` later.
|
|
47
|
+
*/
|
|
48
|
+
show(children: React.ReactNode, options?: PortalOptions): number;
|
|
49
|
+
/**
|
|
50
|
+
* Replaces the content / options of an existing portal in-place.
|
|
51
|
+
* If `id` is not found, the call is a silent no-op (safe to call
|
|
52
|
+
* unconditionally inside cleanup paths).
|
|
53
|
+
*/
|
|
54
|
+
update(id: number, children: React.ReactNode, options?: PortalOptions): void;
|
|
55
|
+
/**
|
|
56
|
+
* Removes a portal and triggers a re-render.
|
|
57
|
+
* Safe to call with an `id` that has already been hidden.
|
|
58
|
+
*/
|
|
59
|
+
hide(id: number): void;
|
|
60
|
+
/**
|
|
61
|
+
* Removes **all** registered portals at once.
|
|
62
|
+
* Useful for screen transitions or hard resets.
|
|
63
|
+
*/
|
|
64
|
+
hideAll(): void;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Application-wide portal singleton.
|
|
68
|
+
* Import and use this wherever you need imperative portal control.
|
|
69
|
+
*/
|
|
70
|
+
export declare const portal: PortalInstance;
|
|
71
|
+
export {};
|
|
72
|
+
//# sourceMappingURL=PortalInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalInstance.d.ts","sourceRoot":"","sources":["../../../src/portal/PortalInstance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAExD,KAAK,QAAQ,GAAG,MAAM,IAAI,CAAA;AAE1B;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,OAAO,CAAgC;IAC/C,OAAO,CAAC,SAAS,CAAsB;IAIvC;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,IAAI;IAOzC,OAAO,CAAC,MAAM;IAMd,qEAAqE;IACrE,UAAU,IAAI,UAAU,EAAE;IAM1B;;;;;OAKG;IACH,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,OAAO,GAAE,aAAkB,GAAG,MAAM;IAOpE;;;;OAIG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI;IAY5E;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAMtB;;;OAGG;IACH,OAAO,IAAI,IAAI;CAKhB;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,gBAAuB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalManager.d.ts","sourceRoot":"","sources":["../../../src/portal/PortalManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AA8CpD,KAAK,KAAK,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAA;AAE1C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAmCzC,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PortalNode } from './types';
|
|
3
|
+
type Props = {
|
|
4
|
+
portals: PortalNode[];
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Renders a list of `PortalNode` objects into the component tree.
|
|
8
|
+
*
|
|
9
|
+
* Shared between `PortalManager` (declarative) and `GlobalPortalProvider`
|
|
10
|
+
* (imperative) so neither duplicates this logic.
|
|
11
|
+
*
|
|
12
|
+
* ### Pointer event model
|
|
13
|
+
*
|
|
14
|
+
* | Layer | pointerEvents | Effect |
|
|
15
|
+
* |--------------------|--------------------|---------------------------------|
|
|
16
|
+
* | Position wrapper | box-none | Wrapper transparent to touches; |
|
|
17
|
+
* | | | children still receive them. |
|
|
18
|
+
* | Backdrop (colour) | box-none | Colour layer is transparent. |
|
|
19
|
+
* | Backdrop (touch) | auto | Captures backdrop taps. |
|
|
20
|
+
* | Portal content | (default: auto) | Children handle their own input.|
|
|
21
|
+
*
|
|
22
|
+
* The `center` position wrapper fills the entire screen (needed for flexbox
|
|
23
|
+
* centering) but uses `box-none` so it never blocks the app behind it.
|
|
24
|
+
*/
|
|
25
|
+
export declare const PortalRenderer: React.FC<Props>;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=PortalRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortalRenderer.d.ts","sourceRoot":"","sources":["../../../src/portal/PortalRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEzC,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,UAAU,EAAE,CAAA;CACtB,CAAA;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAyC1C,CAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module portal
|
|
3
|
+
*
|
|
4
|
+
* A production-grade, dual-mode portal system for React Native.
|
|
5
|
+
*
|
|
6
|
+
* ─── Quick-start ─────────────────────────────────────────────────────────────
|
|
7
|
+
*
|
|
8
|
+
* **Declarative** (React context / hook):
|
|
9
|
+
* ```tsx
|
|
10
|
+
* // 1. Wrap your app
|
|
11
|
+
* <PortalManager>
|
|
12
|
+
* <App />
|
|
13
|
+
* </PortalManager>
|
|
14
|
+
*
|
|
15
|
+
* // 2. Mount portals from any descendant
|
|
16
|
+
* const { mount, unmount } = usePortal()
|
|
17
|
+
* const id = mount(<MyModal />, { backdrop: true, position: 'center' })
|
|
18
|
+
* unmount(id)
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* **Imperative** (singleton, usable outside React):
|
|
22
|
+
* ```tsx
|
|
23
|
+
* // 1. Wrap your app
|
|
24
|
+
* <GlobalPortalProvider>
|
|
25
|
+
* <App />
|
|
26
|
+
* </GlobalPortalProvider>
|
|
27
|
+
*
|
|
28
|
+
* // 2. Show / hide from anywhere
|
|
29
|
+
* import { portal } from '@/portal'
|
|
30
|
+
* const id = portal.show(<Toast />, { position: 'bottom' })
|
|
31
|
+
* portal.hide(id)
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* ─── Exports ─────────────────────────────────────────────────────────────────
|
|
35
|
+
*/
|
|
36
|
+
export { PortalManager } from './PortalManager';
|
|
37
|
+
export { GlobalPortalProvider } from './GlobalPortalProvider';
|
|
38
|
+
export { usePortal } from './PortalContext';
|
|
39
|
+
export { portal, PortalInstance } from './PortalInstance';
|
|
40
|
+
export { PortalRenderer } from './PortalRenderer';
|
|
41
|
+
export type { Position, Offset, PortalOptions, PortalNode, PortalContextType, } from './types';
|
|
42
|
+
export { getPositionStyles } from '../utiles/position';
|
|
43
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/portal/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AAGH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAG7D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAG3C,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAGzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAGjD,YAAY,EACV,QAAQ,EACR,MAAM,EACN,aAAa,EACb,UAAU,EACV,iBAAiB,GAClB,MAAM,SAAS,CAAA;AAGhB,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unit tests for the portal module.
|
|
3
|
+
*
|
|
4
|
+
* Run with: jest --testPathPattern=portal
|
|
5
|
+
*
|
|
6
|
+
* These tests cover the two independently-testable units:
|
|
7
|
+
* 1. `PortalInstance` — the imperative singleton logic
|
|
8
|
+
* 2. `getPositionStyles` — the position-to-style mapping utility
|
|
9
|
+
*/
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=portal.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portal.test.d.ts","sourceRoot":"","sources":["../../../src/portal/portal.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type React from 'react';
|
|
3
|
+
export type Position = 'top' | 'center' | 'bottom' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
4
|
+
export type Offset = {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
};
|
|
8
|
+
export type PortalOptions = {
|
|
9
|
+
/** Where the portal should be anchored on screen. Defaults to `'center'`. */
|
|
10
|
+
position?: Position;
|
|
11
|
+
/** Pixel offset applied after positional anchoring. */
|
|
12
|
+
offset?: Offset;
|
|
13
|
+
/** Additional styles applied to the portal wrapper `View`. */
|
|
14
|
+
style?: ViewStyle;
|
|
15
|
+
/** Whether to render a semi-transparent backdrop behind the portal. */
|
|
16
|
+
backdrop?: boolean;
|
|
17
|
+
/** Called when the user taps the backdrop (requires `backdrop: true`). */
|
|
18
|
+
onBackdropPress?: () => void;
|
|
19
|
+
};
|
|
20
|
+
export type PortalNode = {
|
|
21
|
+
id: number;
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
options: PortalOptions;
|
|
24
|
+
};
|
|
25
|
+
export type PortalContextType = {
|
|
26
|
+
mount: (children: React.ReactNode, options?: PortalOptions) => number;
|
|
27
|
+
update: (id: number, children: React.ReactNode, options?: PortalOptions) => void;
|
|
28
|
+
unmount: (id: number) => void;
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/portal/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC7C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,MAAM,MAAM,QAAQ,GAChB,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,CAAA;AAElB,MAAM,MAAM,MAAM,GAAG;IACnB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV,CAAA;AAID,MAAM,MAAM,aAAa,GAAG;IAC1B,6EAA6E;IAC7E,QAAQ,CAAC,EAAE,QAAQ,CAAA;IACnB,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,8DAA8D;IAC9D,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,uEAAuE;IACvE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0EAA0E;IAC1E,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAID,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,OAAO,EAAE,aAAa,CAAA;CACvB,CAAA;AAID,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE,aAAa,KAAK,MAAM,CAAA;IACrE,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE,aAAa,KAAK,IAAI,CAAA;IAChF,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;CAC9B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PressableProps } from 'react-native';
|
|
3
|
+
import { ViewStyle } from '../utiles/viewStyleProps';
|
|
4
|
+
type StyledPressableProps = PressableProps & ViewStyle;
|
|
5
|
+
declare const StyledPressable: import("react").ForwardRefExoticComponent<PressableProps & ViewStyle & import("react").RefAttributes<any>>;
|
|
6
|
+
export { StyledPressable };
|
|
7
|
+
export type { StyledPressableProps };
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pressable/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAGrD,KAAK,oBAAoB,GAAG,cAAc,GAAG,SAAS,CAAC;AAEvD,QAAA,MAAM,eAAe,4GAOnB,CAAC;AAEH,OAAO,EAAE,eAAe,EAAE,CAAC;AAC3B,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* StyledProgressBar.tsx
|
|
3
|
+
* ──────────────────────
|
|
4
|
+
* Production-ready animated progress bar component for fluent-styles apps.
|
|
5
|
+
*
|
|
6
|
+
* Variants:
|
|
7
|
+
* • default — flat filled bar
|
|
8
|
+
* • striped — diagonal animated stripes
|
|
9
|
+
* • gradient — left-to-right colour gradient
|
|
10
|
+
* • segmented — divided into equal tick segments
|
|
11
|
+
* • buffer — primary bar + secondary buffer track (video/audio style)
|
|
12
|
+
*
|
|
13
|
+
* Sizes: xs | sm | md | lg | xl
|
|
14
|
+
* Label pos: none | inside | above | below | right
|
|
15
|
+
* Shape: rounded | square | pill
|
|
16
|
+
*/
|
|
17
|
+
import React from 'react';
|
|
18
|
+
export type ProgressVariant = 'default' | 'striped' | 'gradient' | 'segmented' | 'buffer';
|
|
19
|
+
export type ProgressSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
20
|
+
export type ProgressShape = 'rounded' | 'square' | 'pill';
|
|
21
|
+
export type LabelPosition = 'none' | 'inside' | 'above' | 'below' | 'right';
|
|
22
|
+
export interface StyledProgressColors {
|
|
23
|
+
/** Filled track colour (default / striped / segmented). Default: theme.colors.blue[500] */
|
|
24
|
+
fill?: string;
|
|
25
|
+
/** Background track colour. Default: theme.colors.gray[100] */
|
|
26
|
+
track?: string;
|
|
27
|
+
/** Buffer track colour (buffer variant). Default: theme.colors.gray[300] */
|
|
28
|
+
buffer?: string;
|
|
29
|
+
/** Stripe overlay colour (striped variant). Default: rgba(255,255,255,0.25) */
|
|
30
|
+
stripe?: string;
|
|
31
|
+
/** Gradient start colour (gradient variant). Default: theme.colors.blue[400] */
|
|
32
|
+
gradFrom?: string;
|
|
33
|
+
/** Gradient end colour (gradient variant). Default: theme.colors.indigo[600] */
|
|
34
|
+
gradTo?: string;
|
|
35
|
+
/** Label text colour. Default: theme.colors.gray[700] */
|
|
36
|
+
label?: string;
|
|
37
|
+
/** Inside label colour (when bar is filled). Default: palettes.white */
|
|
38
|
+
labelInside?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface StyledProgressBarProps {
|
|
41
|
+
/**
|
|
42
|
+
* Current progress value (0–`total`). Required.
|
|
43
|
+
*/
|
|
44
|
+
value: number;
|
|
45
|
+
/**
|
|
46
|
+
* Maximum value. Default: 100
|
|
47
|
+
*/
|
|
48
|
+
total?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Buffer value for the `buffer` variant (e.g. how much is loaded).
|
|
51
|
+
* Must be ≥ `value`. Default: same as `value`.
|
|
52
|
+
*/
|
|
53
|
+
bufferValue?: number;
|
|
54
|
+
/** Visual style. Default: 'default' */
|
|
55
|
+
variant?: ProgressVariant;
|
|
56
|
+
/** Height preset. Default: 'md' */
|
|
57
|
+
size?: ProgressSize;
|
|
58
|
+
/** Bar end shape. Default: 'rounded' */
|
|
59
|
+
shape?: ProgressShape;
|
|
60
|
+
/**
|
|
61
|
+
* Where to show the percentage / custom label.
|
|
62
|
+
* Default: 'none'
|
|
63
|
+
*/
|
|
64
|
+
labelPosition?: LabelPosition;
|
|
65
|
+
/**
|
|
66
|
+
* Custom label string. If omitted, shows auto percentage.
|
|
67
|
+
* Pass `false` to hide label entirely even when labelPosition is set.
|
|
68
|
+
*/
|
|
69
|
+
label?: string | false;
|
|
70
|
+
/**
|
|
71
|
+
* Show step count (e.g. "3 / 9") instead of percentage.
|
|
72
|
+
* Only used when `label` is not provided.
|
|
73
|
+
*/
|
|
74
|
+
showSteps?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Number of segments for `segmented` variant. Default: 5
|
|
77
|
+
*/
|
|
78
|
+
segments?: number;
|
|
79
|
+
/**
|
|
80
|
+
* Gap between segments in px. Default: 3
|
|
81
|
+
*/
|
|
82
|
+
segmentGap?: number;
|
|
83
|
+
/**
|
|
84
|
+
* Explicit pixel width. Defaults to full container width.
|
|
85
|
+
*/
|
|
86
|
+
width?: number;
|
|
87
|
+
/**
|
|
88
|
+
* Animate the fill on mount / value change. Default: true
|
|
89
|
+
*/
|
|
90
|
+
animated?: boolean;
|
|
91
|
+
/**
|
|
92
|
+
* Animation duration in ms. Default: 600
|
|
93
|
+
*/
|
|
94
|
+
animationDuration?: number;
|
|
95
|
+
/** Colour overrides */
|
|
96
|
+
colors?: StyledProgressColors;
|
|
97
|
+
/** Called when animation completes */
|
|
98
|
+
onAnimationComplete?: () => void;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* StyledProgressBar — animated, multi-variant progress indicator.
|
|
102
|
+
*
|
|
103
|
+
* @example Basic (default, blue fill)
|
|
104
|
+
* ```tsx
|
|
105
|
+
* <StyledProgressBar value={65} />
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
108
|
+
* @example With label above + percentage
|
|
109
|
+
* ```tsx
|
|
110
|
+
* <StyledProgressBar value={65} labelPosition="above" />
|
|
111
|
+
* ```
|
|
112
|
+
*
|
|
113
|
+
* @example Gradient variant
|
|
114
|
+
* ```tsx
|
|
115
|
+
* <StyledProgressBar
|
|
116
|
+
* value={72}
|
|
117
|
+
* variant="gradient"
|
|
118
|
+
* size="lg"
|
|
119
|
+
* labelPosition="right"
|
|
120
|
+
* colors={{ gradFrom: '#6366f1', gradTo: '#22d3ee' }}
|
|
121
|
+
* />
|
|
122
|
+
* ```
|
|
123
|
+
*
|
|
124
|
+
* @example Segmented (workout sets)
|
|
125
|
+
* ```tsx
|
|
126
|
+
* <StyledProgressBar
|
|
127
|
+
* value={4}
|
|
128
|
+
* total={9}
|
|
129
|
+
* variant="segmented"
|
|
130
|
+
* segments={9}
|
|
131
|
+
* showSteps
|
|
132
|
+
* labelPosition="right"
|
|
133
|
+
* colors={{ fill: '#8bc34a' }}
|
|
134
|
+
* />
|
|
135
|
+
* ```
|
|
136
|
+
*
|
|
137
|
+
* @example Buffer (media player)
|
|
138
|
+
* ```tsx
|
|
139
|
+
* <StyledProgressBar
|
|
140
|
+
* value={30}
|
|
141
|
+
* bufferValue={60}
|
|
142
|
+
* variant="buffer"
|
|
143
|
+
* size="sm"
|
|
144
|
+
* colors={{ fill: '#2563eb', buffer: '#bfdbfe' }}
|
|
145
|
+
* />
|
|
146
|
+
* ```
|
|
147
|
+
*
|
|
148
|
+
* @example Striped (active task)
|
|
149
|
+
* ```tsx
|
|
150
|
+
* <StyledProgressBar value={45} variant="striped" size="lg" labelPosition="inside" />
|
|
151
|
+
* ```
|
|
152
|
+
*/
|
|
153
|
+
export declare const StyledProgressBar: React.FC<StyledProgressBarProps>;
|
|
154
|
+
export default StyledProgressBar;
|
|
155
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/progressBar/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAsC,MAAM,OAAO,CAAC;AAkB3D,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,QAAQ,CAAC;AAC1F,MAAM,MAAM,YAAY,GAAM,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC/D,MAAM,MAAM,aAAa,GAAK,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAK,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAE9E,MAAM,WAAW,oBAAoB;IACnC,2FAA2F;IAC3F,IAAI,CAAC,EAAQ,MAAM,CAAC;IACpB,+DAA+D;IAC/D,KAAK,CAAC,EAAO,MAAM,CAAC;IACpB,4EAA4E;IAC5E,MAAM,CAAC,EAAM,MAAM,CAAC;IACpB,+EAA+E;IAC/E,MAAM,CAAC,EAAM,MAAM,CAAC;IACpB,gFAAgF;IAChF,QAAQ,CAAC,EAAI,MAAM,CAAC;IACpB,gFAAgF;IAChF,MAAM,CAAC,EAAM,MAAM,CAAC;IACpB,yDAAyD;IACzD,KAAK,CAAC,EAAO,MAAM,CAAC;IACpB,wEAAwE;IACxE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,uCAAuC;IACvC,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B,mCAAmC;IACnC,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB,wCAAwC;IACxC,KAAK,CAAC,EAAE,aAAa,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,uBAAuB;IACvB,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B,sCAAsC;IACtC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC;AAkJD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqO9D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|