@admin-layout/gluestack-ui-mobile 11.0.4-alpha.0 → 11.2.1-alpha.1
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/CHANGELOG.md +2 -10
- package/lib/__tests__/prolayout-layout-feature.test.js +1 -1
- package/lib/__tests__/prolayout-layout-feature.test.js.map +1 -1
- package/lib/components/Fallback.js +12 -12
- package/lib/components/Fallback.js.map +1 -1
- package/lib/components/Layout/components/BasicLayout.js +2 -2
- package/lib/components/Layout/components/BasicLayout.js.map +1 -1
- package/lib/components/Layout/components/BottomTabBar.js +6 -6
- package/lib/components/Layout/components/BottomTabBar.js.map +1 -1
- package/lib/components/Layout/components/Drawer.js +17 -16
- package/lib/components/Layout/components/Drawer.js.map +1 -1
- package/lib/components/Layout/components/Header.js +15 -12
- package/lib/components/Layout/components/Header.js.map +1 -1
- package/lib/components/Layout/components/Sample.js +1 -1
- package/lib/components/Layout/components/Sample.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js +9 -9
- package/lib/components/Layout/components/SettingDrawer/LayoutButton.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js +36 -37
- package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js +2 -13
- package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js.map +1 -1
- package/lib/components/Layout/components/SideBar.js +10 -7
- package/lib/components/Layout/components/SideBar.js.map +1 -1
- package/lib/components/ToastAlert.d.ts +1 -1
- package/lib/components/ToastAlert.js +4 -4
- package/lib/components/ToastAlert.js.map +1 -1
- package/lib/components/UnAuthenticatedComponent.js +9 -9
- package/lib/components/UnAuthenticatedComponent.js.map +1 -1
- package/lib/components/WithConfiguration.d.ts +2 -2
- package/lib/components/WithConfiguration.js +2 -2
- package/lib/components/WithConfiguration.js.map +1 -1
- package/lib/components/WithPermission.js +1 -1
- package/lib/components/WithPermission.js.map +1 -1
- package/lib/components/WithPolicy.d.ts +2 -1
- package/lib/components/WithPolicy.js +2 -2
- package/lib/components/WithPolicy.js.map +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +0 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/usePermissionAutoFetch.d.ts +7 -19
- package/lib/components/with-interactions-lifecycle-managed.js +11 -13
- package/lib/components/with-interactions-lifecycle-managed.js.map +1 -1
- package/lib/components/with-interactions-managed.js +3 -3
- package/lib/components/with-interactions-managed.js.map +1 -1
- package/lib/containers/layout/DrawerBottomNavigationConfig.d.ts +53 -47
- package/lib/containers/layout/DrawerConfig.d.ts +35 -31
- package/lib/containers/layout/ProLayout.js +2 -2
- package/lib/containers/layout/ProLayout.js.map +1 -1
- package/lib/containers/layout/module.js +1 -1
- package/lib/containers/layout/module.js.map +1 -1
- package/lib/index.d.ts +3 -0
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/redux/settings.d.ts +7 -9
- package/lib/utils/generateMobileNavigations.js +2 -26
- package/lib/utils/generateMobileNavigations.js.map +1 -1
- package/lib/utils/routeConfigKeyReplace.test.js +1 -1
- package/lib/utils/routeConfigKeyReplace.test.js.map +1 -1
- package/package.json +12 -37
- package/src/__tests__/prolayout-layout-feature.test.tsx +2 -2
- package/src/components/Fallback.tsx +58 -54
- package/src/components/Layout/components/BasicLayout.tsx +2 -2
- package/src/components/Layout/components/BottomTabBar.tsx +101 -92
- package/src/components/Layout/components/Drawer.tsx +28 -31
- package/src/components/Layout/components/Header.tsx +27 -26
- package/src/components/Layout/components/Sample.tsx +1 -1
- package/src/components/Layout/components/SettingDrawer/LayoutButton.tsx +29 -15
- package/src/components/Layout/components/SettingDrawer/SettingDrawer.tsx +57 -49
- package/src/components/Layout/components/SettingDrawer/ThemeColorButton.tsx +5 -14
- package/src/components/Layout/components/SideBar.tsx +17 -12
- package/src/components/ToastAlert.tsx +13 -13
- package/src/components/UnAuthenticatedComponent.tsx +27 -19
- package/src/components/WithConfiguration.tsx +4 -7
- package/src/components/WithPermission.tsx +1 -1
- package/src/components/WithPolicy.tsx +4 -3
- package/src/components/index.ts +0 -1
- package/src/components/with-interactions-lifecycle-managed.tsx +14 -13
- package/src/components/with-interactions-managed.tsx +7 -3
- package/src/containers/layout/ProLayout.tsx +3 -3
- package/src/containers/layout/module.ts +1 -1
- package/src/index.ts +7 -6
- package/src/utils/generateMobileNavigations.ts +1 -29
- package/src/utils/routeConfigKeyReplace.test.ts +4 -4
- package/tsconfig.json +10 -3
- package/lib/components/ui/IconSymbol.d.ts +0 -19
- package/lib/components/ui/IconSymbol.ios.d.ts +0 -10
- package/lib/components/ui/IconSymbol.ios.js +0 -12
- package/lib/components/ui/IconSymbol.ios.js.map +0 -1
- package/lib/components/ui/IconSymbol.js +0 -21
- package/lib/components/ui/IconSymbol.js.map +0 -1
- package/lib/components/ui/TabBarBackground.d.ts +0 -2
- package/lib/components/ui/TabBarBackground.ios.d.ts +0 -3
- package/lib/components/ui/TabBarBackground.ios.js +0 -20
- package/lib/components/ui/TabBarBackground.ios.js.map +0 -1
- package/lib/components/ui/TabBarBackground.js +0 -6
- package/lib/components/ui/TabBarBackground.js.map +0 -1
- package/lib/components/ui/accordion/index.d.ts +0 -193
- package/lib/components/ui/accordion/index.js +0 -177
- package/lib/components/ui/accordion/index.js.map +0 -1
- package/lib/components/ui/actionsheet/index.d.ts +0 -735
- package/lib/components/ui/actionsheet/index.js +0 -274
- package/lib/components/ui/actionsheet/index.js.map +0 -1
- package/lib/components/ui/alert/index.d.ts +0 -479
- package/lib/components/ui/alert/index.js +0 -153
- package/lib/components/ui/alert/index.js.map +0 -1
- package/lib/components/ui/alert-dialog/index.d.ts +0 -59
- package/lib/components/ui/alert-dialog/index.js +0 -137
- package/lib/components/ui/alert-dialog/index.js.map +0 -1
- package/lib/components/ui/avatar/index.d.ts +0 -144
- package/lib/components/ui/avatar/index.js +0 -99
- package/lib/components/ui/avatar/index.js.map +0 -1
- package/lib/components/ui/badge/index.d.ts +0 -386
- package/lib/components/ui/badge/index.js +0 -139
- package/lib/components/ui/badge/index.js.map +0 -1
- package/lib/components/ui/box/index.d.ts +0 -7
- package/lib/components/ui/box/index.js +0 -9
- package/lib/components/ui/box/index.js.map +0 -1
- package/lib/components/ui/box/index.web.d.ts +0 -6
- package/lib/components/ui/box/index.web.js +0 -8
- package/lib/components/ui/box/index.web.js.map +0 -1
- package/lib/components/ui/box/styles.d.ts +0 -1
- package/lib/components/ui/box/styles.js +0 -9
- package/lib/components/ui/box/styles.js.map +0 -1
- package/lib/components/ui/button/index.d.ts +0 -529
- package/lib/components/ui/button/index.js +0 -280
- package/lib/components/ui/button/index.js.map +0 -1
- package/lib/components/ui/card/index.d.ts +0 -129
- package/lib/components/ui/card/index.js +0 -9
- package/lib/components/ui/card/index.js.map +0 -1
- package/lib/components/ui/card/index.web.d.ts +0 -126
- package/lib/components/ui/card/index.web.js +0 -8
- package/lib/components/ui/card/index.web.js.map +0 -1
- package/lib/components/ui/card/styles.d.ts +0 -123
- package/lib/components/ui/card/styles.js +0 -20
- package/lib/components/ui/card/styles.js.map +0 -1
- package/lib/components/ui/center/index.d.ts +0 -5
- package/lib/components/ui/center/index.js +0 -9
- package/lib/components/ui/center/index.js.map +0 -1
- package/lib/components/ui/center/index.web.d.ts +0 -4
- package/lib/components/ui/center/index.web.js +0 -8
- package/lib/components/ui/center/index.web.js.map +0 -1
- package/lib/components/ui/center/styles.d.ts +0 -1
- package/lib/components/ui/center/styles.js +0 -7
- package/lib/components/ui/center/styles.js.map +0 -1
- package/lib/components/ui/checkbox/index.d.ts +0 -115
- package/lib/components/ui/checkbox/index.js +0 -127
- package/lib/components/ui/checkbox/index.js.map +0 -1
- package/lib/components/ui/divider/index.d.ts +0 -54
- package/lib/components/ui/divider/index.js +0 -22
- package/lib/components/ui/divider/index.js.map +0 -1
- package/lib/components/ui/drawer/index.d.ts +0 -207
- package/lib/components/ui/drawer/index.js +0 -198
- package/lib/components/ui/drawer/index.js.map +0 -1
- package/lib/components/ui/fab/index.d.ts +0 -520
- package/lib/components/ui/fab/index.js +0 -142
- package/lib/components/ui/fab/index.js.map +0 -1
- package/lib/components/ui/flat-list/index.d.ts +0 -1
- package/lib/components/ui/flat-list/index.js +0 -3
- package/lib/components/ui/flat-list/index.js.map +0 -1
- package/lib/components/ui/form-control/index.d.ts +0 -2072
- package/lib/components/ui/form-control/index.js +0 -290
- package/lib/components/ui/form-control/index.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/config.d.ts +0 -4
- package/lib/components/ui/gluestack-ui-provider/config.js +0 -287
- package/lib/components/ui/gluestack-ui-provider/config.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/index.d.ts +0 -8
- package/lib/components/ui/gluestack-ui-provider/index.js +0 -22
- package/lib/components/ui/gluestack-ui-provider/index.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/index.web.d.ts +0 -7
- package/lib/components/ui/gluestack-ui-provider/index.web.js +0 -69
- package/lib/components/ui/gluestack-ui-provider/index.web.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/script.d.ts +0 -1
- package/lib/components/ui/gluestack-ui-provider/script.js +0 -17
- package/lib/components/ui/gluestack-ui-provider/script.js.map +0 -1
- package/lib/components/ui/gluestack-ui-provider/types.d.ts +0 -1
- package/lib/components/ui/gluestack-ui-provider/types.js +0 -2
- package/lib/components/ui/gluestack-ui-provider/types.js.map +0 -1
- package/lib/components/ui/grid/index.d.ts +0 -27
- package/lib/components/ui/grid/index.js +0 -175
- package/lib/components/ui/grid/index.js.map +0 -1
- package/lib/components/ui/grid/index.web.d.ts +0 -23
- package/lib/components/ui/grid/index.web.js +0 -20
- package/lib/components/ui/grid/index.web.js.map +0 -1
- package/lib/components/ui/grid/styles.d.ts +0 -2
- package/lib/components/ui/grid/styles.js +0 -11
- package/lib/components/ui/grid/styles.js.map +0 -1
- package/lib/components/ui/heading/index.d.ts +0 -335
- package/lib/components/ui/heading/index.js +0 -135
- package/lib/components/ui/heading/index.js.map +0 -1
- package/lib/components/ui/heading/index.web.d.ts +0 -335
- package/lib/components/ui/heading/index.web.js +0 -113
- package/lib/components/ui/heading/index.web.js.map +0 -1
- package/lib/components/ui/heading/styles.d.ts +0 -330
- package/lib/components/ui/heading/styles.js +0 -43
- package/lib/components/ui/heading/styles.js.map +0 -1
- package/lib/components/ui/hstack/index.d.ts +0 -150
- package/lib/components/ui/hstack/index.js +0 -9
- package/lib/components/ui/hstack/index.js.map +0 -1
- package/lib/components/ui/hstack/index.web.d.ts +0 -148
- package/lib/components/ui/hstack/index.web.js +0 -8
- package/lib/components/ui/hstack/index.web.js.map +0 -1
- package/lib/components/ui/hstack/styles.d.ts +0 -145
- package/lib/components/ui/hstack/styles.js +0 -24
- package/lib/components/ui/hstack/styles.js.map +0 -1
- package/lib/components/ui/icon/index.d.ts +0 -364
- package/lib/components/ui/icon/index.js +0 -565
- package/lib/components/ui/icon/index.js.map +0 -1
- package/lib/components/ui/icon/index.web.d.ts +0 -489
- package/lib/components/ui/icon/index.web.js +0 -555
- package/lib/components/ui/icon/index.web.js.map +0 -1
- package/lib/components/ui/image/index.d.ts +0 -132
- package/lib/components/ui/image/index.js +0 -33
- package/lib/components/ui/image/index.js.map +0 -1
- package/lib/components/ui/image-background/index.d.ts +0 -3
- package/lib/components/ui/image-background/index.js +0 -11
- package/lib/components/ui/image-background/index.js.map +0 -1
- package/lib/components/ui/index.d.ts +0 -54
- package/lib/components/ui/index.js +0 -55
- package/lib/components/ui/index.js.map +0 -1
- package/lib/components/ui/input/index.d.ts +0 -262
- package/lib/components/ui/input/index.js +0 -121
- package/lib/components/ui/input/index.js.map +0 -1
- package/lib/components/ui/input-accessory-view/index.d.ts +0 -1
- package/lib/components/ui/input-accessory-view/index.js +0 -3
- package/lib/components/ui/input-accessory-view/index.js.map +0 -1
- package/lib/components/ui/keyboard-avoiding-view/index.d.ts +0 -1
- package/lib/components/ui/keyboard-avoiding-view/index.js +0 -3
- package/lib/components/ui/keyboard-avoiding-view/index.js.map +0 -1
- package/lib/components/ui/link/index.d.ts +0 -369
- package/lib/components/ui/link/index.js +0 -69
- package/lib/components/ui/link/index.js.map +0 -1
- package/lib/components/ui/menu/index.d.ts +0 -376
- package/lib/components/ui/menu/index.js +0 -120
- package/lib/components/ui/menu/index.js.map +0 -1
- package/lib/components/ui/modal/index.d.ts +0 -146
- package/lib/components/ui/modal/index.js +0 -137
- package/lib/components/ui/modal/index.js.map +0 -1
- package/lib/components/ui/popover/index.d.ts +0 -310
- package/lib/components/ui/popover/index.js +0 -172
- package/lib/components/ui/popover/index.js.map +0 -1
- package/lib/components/ui/portal/index.d.ts +0 -2
- package/lib/components/ui/portal/index.js +0 -9
- package/lib/components/ui/portal/index.js.map +0 -1
- package/lib/components/ui/pressable/index.d.ts +0 -13
- package/lib/components/ui/pressable/index.js +0 -20
- package/lib/components/ui/pressable/index.js.map +0 -1
- package/lib/components/ui/progress/index.d.ts +0 -174
- package/lib/components/ui/progress/index.js +0 -127
- package/lib/components/ui/progress/index.js.map +0 -1
- package/lib/components/ui/radio/index.d.ts +0 -160
- package/lib/components/ui/radio/index.js +0 -122
- package/lib/components/ui/radio/index.js.map +0 -1
- package/lib/components/ui/refresh-control/index.d.ts +0 -1
- package/lib/components/ui/refresh-control/index.js +0 -3
- package/lib/components/ui/refresh-control/index.js.map +0 -1
- package/lib/components/ui/safe-area-view/index.d.ts +0 -6
- package/lib/components/ui/safe-area-view/index.js +0 -9
- package/lib/components/ui/safe-area-view/index.js.map +0 -1
- package/lib/components/ui/safe-area-view/styles.d.ts +0 -1
- package/lib/components/ui/safe-area-view/styles.js +0 -9
- package/lib/components/ui/safe-area-view/styles.js.map +0 -1
- package/lib/components/ui/scroll-view/index.d.ts +0 -1
- package/lib/components/ui/scroll-view/index.js +0 -3
- package/lib/components/ui/scroll-view/index.js.map +0 -1
- package/lib/components/ui/section-list/index.d.ts +0 -1
- package/lib/components/ui/section-list/index.js +0 -3
- package/lib/components/ui/section-list/index.js.map +0 -1
- package/lib/components/ui/select/index.d.ts +0 -1708
- package/lib/components/ui/select/index.js +0 -155
- package/lib/components/ui/select/index.js.map +0 -1
- package/lib/components/ui/select/select-actionsheet.d.ts +0 -900
- package/lib/components/ui/select/select-actionsheet.js +0 -275
- package/lib/components/ui/select/select-actionsheet.js.map +0 -1
- package/lib/components/ui/skeleton/index.d.ts +0 -268
- package/lib/components/ui/skeleton/index.js +0 -63
- package/lib/components/ui/skeleton/index.js.map +0 -1
- package/lib/components/ui/skeleton/index.web.d.ts +0 -267
- package/lib/components/ui/skeleton/index.web.js +0 -37
- package/lib/components/ui/skeleton/index.web.js.map +0 -1
- package/lib/components/ui/skeleton/styles.d.ts +0 -257
- package/lib/components/ui/skeleton/styles.js +0 -35
- package/lib/components/ui/skeleton/styles.js.map +0 -1
- package/lib/components/ui/slider/index.d.ts +0 -211
- package/lib/components/ui/slider/index.js +0 -180
- package/lib/components/ui/slider/index.js.map +0 -1
- package/lib/components/ui/spinner/index.d.ts +0 -4
- package/lib/components/ui/spinner/index.js +0 -15
- package/lib/components/ui/spinner/index.js.map +0 -1
- package/lib/components/ui/status-bar/index.d.ts +0 -1
- package/lib/components/ui/status-bar/index.js +0 -3
- package/lib/components/ui/status-bar/index.js.map +0 -1
- package/lib/components/ui/switch/index.d.ts +0 -72
- package/lib/components/ui/switch/index.js +0 -25
- package/lib/components/ui/switch/index.js.map +0 -1
- package/lib/components/ui/table/index.d.ts +0 -17
- package/lib/components/ui/table/index.js +0 -96
- package/lib/components/ui/table/index.js.map +0 -1
- package/lib/components/ui/table/index.web.d.ts +0 -10
- package/lib/components/ui/table/index.web.js +0 -60
- package/lib/components/ui/table/index.web.js.map +0 -1
- package/lib/components/ui/table/styles.d.ts +0 -75
- package/lib/components/ui/table/styles.js +0 -36
- package/lib/components/ui/table/styles.js.map +0 -1
- package/lib/components/ui/text/index.d.ts +0 -358
- package/lib/components/ui/text/index.js +0 -19
- package/lib/components/ui/text/index.js.map +0 -1
- package/lib/components/ui/text/index.web.d.ts +0 -6
- package/lib/components/ui/text/index.web.js +0 -18
- package/lib/components/ui/text/index.web.js.map +0 -1
- package/lib/components/ui/text/styles.d.ts +0 -352
- package/lib/components/ui/text/styles.js +0 -45
- package/lib/components/ui/text/styles.js.map +0 -1
- package/lib/components/ui/textarea/index.d.ts +0 -129
- package/lib/components/ui/textarea/index.js +0 -52
- package/lib/components/ui/textarea/index.js.map +0 -1
- package/lib/components/ui/toast/index.d.ts +0 -527
- package/lib/components/ui/toast/index.js +0 -165
- package/lib/components/ui/toast/index.js.map +0 -1
- package/lib/components/ui/tooltip/index.d.ts +0 -391
- package/lib/components/ui/tooltip/index.js +0 -75
- package/lib/components/ui/tooltip/index.js.map +0 -1
- package/lib/components/ui/utils/use-break-point-value.d.ts +0 -14
- package/lib/components/ui/utils/use-break-point-value.js +0 -54
- package/lib/components/ui/utils/use-break-point-value.js.map +0 -1
- package/lib/components/ui/view/index.d.ts +0 -1
- package/lib/components/ui/view/index.js +0 -3
- package/lib/components/ui/view/index.js.map +0 -1
- package/lib/components/ui/virtualized-list/index.d.ts +0 -1
- package/lib/components/ui/virtualized-list/index.js +0 -3
- package/lib/components/ui/virtualized-list/index.js.map +0 -1
- package/lib/components/ui/vstack/index.d.ts +0 -149
- package/lib/components/ui/vstack/index.js +0 -9
- package/lib/components/ui/vstack/index.js.map +0 -1
- package/lib/components/ui/vstack/index.web.d.ts +0 -6
- package/lib/components/ui/vstack/index.web.js +0 -8
- package/lib/components/ui/vstack/index.web.js.map +0 -1
- package/lib/components/ui/vstack/styles.d.ts +0 -145
- package/lib/components/ui/vstack/styles.js +0 -24
- package/lib/components/ui/vstack/styles.js.map +0 -1
- package/lib/global.css +0 -3
- package/lib/gluestack-ui-base-config.d.ts +0 -8
- package/lib/gluestack-ui-base-config.js +0 -12
- package/lib/gluestack-ui-base-config.js.map +0 -1
- package/lib/nativewind-env.d.ts +0 -1
- package/lib/tailwind-base-config.d.ts +0 -194
- package/lib/tailwind-base-config.js +0 -197
- package/lib/tailwind-base-config.js.map +0 -1
- package/lib/tailwind.config.d.ts +0 -1
- package/lib/tailwind.config.js +0 -197
- package/lib/tailwind.config.js.map +0 -1
- package/src/components/ui/IconSymbol.ios.tsx +0 -33
- package/src/components/ui/IconSymbol.tsx +0 -40
- package/src/components/ui/TabBarBackground.ios.tsx +0 -23
- package/src/components/ui/TabBarBackground.tsx +0 -6
- package/src/components/ui/accordion/index.tsx +0 -304
- package/src/components/ui/actionsheet/index.tsx +0 -499
- package/src/components/ui/alert/index.tsx +0 -205
- package/src/components/ui/alert-dialog/index.tsx +0 -260
- package/src/components/ui/avatar/index.tsx +0 -162
- package/src/components/ui/badge/index.tsx +0 -188
- package/src/components/ui/box/index.tsx +0 -14
- package/src/components/ui/box/index.web.tsx +0 -13
- package/src/components/ui/box/styles.tsx +0 -10
- package/src/components/ui/button/index.tsx +0 -353
- package/src/components/ui/card/index.tsx +0 -16
- package/src/components/ui/card/index.web.tsx +0 -15
- package/src/components/ui/card/styles.tsx +0 -20
- package/src/components/ui/center/index.tsx +0 -14
- package/src/components/ui/center/index.web.tsx +0 -14
- package/src/components/ui/center/styles.tsx +0 -8
- package/src/components/ui/checkbox/index.tsx +0 -192
- package/src/components/ui/divider/index.tsx +0 -38
- package/src/components/ui/drawer/index.tsx +0 -311
- package/src/components/ui/fab/index.tsx +0 -190
- package/src/components/ui/flat-list/index.tsx +0 -2
- package/src/components/ui/form-control/index.tsx +0 -432
- package/src/components/ui/gluestack-ui-provider/config.ts +0 -309
- package/src/components/ui/gluestack-ui-provider/index.tsx +0 -38
- package/src/components/ui/gluestack-ui-provider/index.web.tsx +0 -88
- package/src/components/ui/gluestack-ui-provider/script.ts +0 -17
- package/src/components/ui/gluestack-ui-provider/types.ts +0 -1
- package/src/components/ui/grid/index.tsx +0 -284
- package/src/components/ui/grid/index.web.tsx +0 -61
- package/src/components/ui/grid/styles.tsx +0 -13
- package/src/components/ui/heading/index.tsx +0 -193
- package/src/components/ui/heading/index.web.tsx +0 -177
- package/src/components/ui/heading/styles.tsx +0 -43
- package/src/components/ui/hstack/index.tsx +0 -17
- package/src/components/ui/hstack/index.web.tsx +0 -15
- package/src/components/ui/hstack/styles.tsx +0 -25
- package/src/components/ui/icon/index.tsx +0 -1202
- package/src/components/ui/icon/index.web.tsx +0 -1190
- package/src/components/ui/image/index.tsx +0 -48
- package/src/components/ui/image-background/index.tsx +0 -21
- package/src/components/ui/index.ts +0 -54
- package/src/components/ui/input/index.tsx +0 -191
- package/src/components/ui/input-accessory-view/index.tsx +0 -2
- package/src/components/ui/keyboard-avoiding-view/index.tsx +0 -2
- package/src/components/ui/link/index.tsx +0 -92
- package/src/components/ui/menu/index.tsx +0 -179
- package/src/components/ui/modal/index.tsx +0 -244
- package/src/components/ui/popover/index.tsx +0 -309
- package/src/components/ui/portal/index.tsx +0 -12
- package/src/components/ui/pressable/index.tsx +0 -34
- package/src/components/ui/progress/index.tsx +0 -160
- package/src/components/ui/radio/index.tsx +0 -178
- package/src/components/ui/refresh-control/index.tsx +0 -2
- package/src/components/ui/safe-area-view/index.tsx +0 -22
- package/src/components/ui/safe-area-view/styles.tsx +0 -10
- package/src/components/ui/scroll-view/index.tsx +0 -2
- package/src/components/ui/section-list/index.tsx +0 -2
- package/src/components/ui/select/index.tsx +0 -251
- package/src/components/ui/select/select-actionsheet.tsx +0 -503
- package/src/components/ui/skeleton/index.tsx +0 -113
- package/src/components/ui/skeleton/index.web.tsx +0 -92
- package/src/components/ui/skeleton/styles.tsx +0 -35
- package/src/components/ui/slider/index.tsx +0 -239
- package/src/components/ui/spinner/index.tsx +0 -31
- package/src/components/ui/status-bar/index.tsx +0 -2
- package/src/components/ui/switch/index.tsx +0 -33
- package/src/components/ui/table/index.tsx +0 -171
- package/src/components/ui/table/index.web.tsx +0 -95
- package/src/components/ui/table/styles.tsx +0 -44
- package/src/components/ui/text/index.tsx +0 -53
- package/src/components/ui/text/index.web.tsx +0 -45
- package/src/components/ui/text/styles.tsx +0 -47
- package/src/components/ui/textarea/index.tsx +0 -83
- package/src/components/ui/toast/index.tsx +0 -218
- package/src/components/ui/tooltip/index.tsx +0 -104
- package/src/components/ui/utils/use-break-point-value.ts +0 -79
- package/src/components/ui/view/index.tsx +0 -2
- package/src/components/ui/virtualized-list/index.tsx +0 -2
- package/src/components/ui/vstack/index.tsx +0 -17
- package/src/components/ui/vstack/index.web.tsx +0 -16
- package/src/components/ui/vstack/styles.tsx +0 -25
- package/src/global.css +0 -3
- package/src/gluestack-ui-base-config.js +0 -12
- package/src/gluestack-ui.config.json +0 -10
- package/src/nativewind-env.d.ts +0 -1
- package/src/tailwind-base-config.js +0 -197
- package/src/tailwind.config.js +0 -198
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
|
-
import { View } from 'react-native';
|
|
4
|
-
declare const VStack: React.ForwardRefExoticComponent<import("react-native").ViewProps & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
5
|
-
space: {
|
|
6
|
-
xs: string;
|
|
7
|
-
sm: string;
|
|
8
|
-
md: string;
|
|
9
|
-
lg: string;
|
|
10
|
-
xl: string;
|
|
11
|
-
'2xl': string;
|
|
12
|
-
'3xl': string;
|
|
13
|
-
'4xl': string;
|
|
14
|
-
};
|
|
15
|
-
reversed: {
|
|
16
|
-
true: string;
|
|
17
|
-
};
|
|
18
|
-
} | ({
|
|
19
|
-
space: {
|
|
20
|
-
xs: string;
|
|
21
|
-
sm: string;
|
|
22
|
-
md: string;
|
|
23
|
-
lg: string;
|
|
24
|
-
xl: string;
|
|
25
|
-
'2xl': string;
|
|
26
|
-
'3xl': string;
|
|
27
|
-
'4xl': string;
|
|
28
|
-
};
|
|
29
|
-
reversed: {
|
|
30
|
-
true: string;
|
|
31
|
-
};
|
|
32
|
-
} & {
|
|
33
|
-
space: {
|
|
34
|
-
xs: import("tailwind-merge").ClassNameValue | {
|
|
35
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
36
|
-
};
|
|
37
|
-
sm: import("tailwind-merge").ClassNameValue | {
|
|
38
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
39
|
-
};
|
|
40
|
-
md: import("tailwind-merge").ClassNameValue | {
|
|
41
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
42
|
-
};
|
|
43
|
-
lg: import("tailwind-merge").ClassNameValue | {
|
|
44
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
45
|
-
};
|
|
46
|
-
xl: import("tailwind-merge").ClassNameValue | {
|
|
47
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
};
|
|
49
|
-
'2xl': import("tailwind-merge").ClassNameValue | {
|
|
50
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
51
|
-
};
|
|
52
|
-
'3xl': import("tailwind-merge").ClassNameValue | {
|
|
53
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
54
|
-
};
|
|
55
|
-
'4xl': import("tailwind-merge").ClassNameValue | {
|
|
56
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
reversed: {
|
|
60
|
-
true: import("tailwind-merge").ClassNameValue | {
|
|
61
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
}), undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
65
|
-
space: {
|
|
66
|
-
xs: string;
|
|
67
|
-
sm: string;
|
|
68
|
-
md: string;
|
|
69
|
-
lg: string;
|
|
70
|
-
xl: string;
|
|
71
|
-
'2xl': string;
|
|
72
|
-
'3xl': string;
|
|
73
|
-
'4xl': string;
|
|
74
|
-
};
|
|
75
|
-
reversed: {
|
|
76
|
-
true: string;
|
|
77
|
-
};
|
|
78
|
-
}, {
|
|
79
|
-
space: {
|
|
80
|
-
xs: string;
|
|
81
|
-
sm: string;
|
|
82
|
-
md: string;
|
|
83
|
-
lg: string;
|
|
84
|
-
xl: string;
|
|
85
|
-
'2xl': string;
|
|
86
|
-
'3xl': string;
|
|
87
|
-
'4xl': string;
|
|
88
|
-
};
|
|
89
|
-
reversed: {
|
|
90
|
-
true: string;
|
|
91
|
-
};
|
|
92
|
-
}>, {
|
|
93
|
-
space: {
|
|
94
|
-
xs: string;
|
|
95
|
-
sm: string;
|
|
96
|
-
md: string;
|
|
97
|
-
lg: string;
|
|
98
|
-
xl: string;
|
|
99
|
-
'2xl': string;
|
|
100
|
-
'3xl': string;
|
|
101
|
-
'4xl': string;
|
|
102
|
-
};
|
|
103
|
-
reversed: {
|
|
104
|
-
true: string;
|
|
105
|
-
};
|
|
106
|
-
}, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
107
|
-
space: {
|
|
108
|
-
xs: string;
|
|
109
|
-
sm: string;
|
|
110
|
-
md: string;
|
|
111
|
-
lg: string;
|
|
112
|
-
xl: string;
|
|
113
|
-
'2xl': string;
|
|
114
|
-
'3xl': string;
|
|
115
|
-
'4xl': string;
|
|
116
|
-
};
|
|
117
|
-
reversed: {
|
|
118
|
-
true: string;
|
|
119
|
-
};
|
|
120
|
-
}, undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
121
|
-
space: {
|
|
122
|
-
xs: string;
|
|
123
|
-
sm: string;
|
|
124
|
-
md: string;
|
|
125
|
-
lg: string;
|
|
126
|
-
xl: string;
|
|
127
|
-
'2xl': string;
|
|
128
|
-
'3xl': string;
|
|
129
|
-
'4xl': string;
|
|
130
|
-
};
|
|
131
|
-
reversed: {
|
|
132
|
-
true: string;
|
|
133
|
-
};
|
|
134
|
-
}, {
|
|
135
|
-
space: {
|
|
136
|
-
xs: string;
|
|
137
|
-
sm: string;
|
|
138
|
-
md: string;
|
|
139
|
-
lg: string;
|
|
140
|
-
xl: string;
|
|
141
|
-
'2xl': string;
|
|
142
|
-
'3xl': string;
|
|
143
|
-
'4xl': string;
|
|
144
|
-
};
|
|
145
|
-
reversed: {
|
|
146
|
-
true: string;
|
|
147
|
-
};
|
|
148
|
-
}>, unknown, unknown, undefined>>> & React.RefAttributes<View>>;
|
|
149
|
-
export { VStack };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View } from 'react-native';
|
|
3
|
-
import { vstackStyle } from './styles';
|
|
4
|
-
const VStack = React.forwardRef(({ className, space, reversed, ...props }, ref) => {
|
|
5
|
-
return React.createElement(View, { className: vstackStyle({ space, reversed, class: className }), ...props, ref: ref });
|
|
6
|
-
});
|
|
7
|
-
VStack.displayName = 'VStack';
|
|
8
|
-
export { VStack };
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC3B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC9C,OAAO,oBAAC,IAAI,IAAC,SAAS,EAAE,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,KAAM,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC;AACxG,CAAC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { VariantProps } from '@gluestack-ui/nativewind-utils';
|
|
3
|
-
import { vstackStyle } from './styles';
|
|
4
|
-
type IVStackProps = React.ComponentProps<'div'> & VariantProps<typeof vstackStyle>;
|
|
5
|
-
declare const VStack: React.ForwardRefExoticComponent<Omit<IVStackProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
-
export { VStack };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { vstackStyle } from './styles';
|
|
3
|
-
const VStack = React.forwardRef(({ className, space, reversed, ...props }, ref) => {
|
|
4
|
-
return React.createElement("div", { className: vstackStyle({ space, reversed, class: className }), ...props, ref: ref });
|
|
5
|
-
});
|
|
6
|
-
VStack.displayName = 'VStack';
|
|
7
|
-
export { VStack };
|
|
8
|
-
//# sourceMappingURL=index.web.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.web.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/index.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC3B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC9C,OAAO,6BAAK,SAAS,EAAE,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,KAAM,KAAK,EAAE,GAAG,EAAE,GAAG,GAAI,CAAC;AACvG,CAAC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
export declare const vstackStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
2
|
-
space: {
|
|
3
|
-
xs: string;
|
|
4
|
-
sm: string;
|
|
5
|
-
md: string;
|
|
6
|
-
lg: string;
|
|
7
|
-
xl: string;
|
|
8
|
-
'2xl': string;
|
|
9
|
-
'3xl': string;
|
|
10
|
-
'4xl': string;
|
|
11
|
-
};
|
|
12
|
-
reversed: {
|
|
13
|
-
true: string;
|
|
14
|
-
};
|
|
15
|
-
} | ({
|
|
16
|
-
space: {
|
|
17
|
-
xs: string;
|
|
18
|
-
sm: string;
|
|
19
|
-
md: string;
|
|
20
|
-
lg: string;
|
|
21
|
-
xl: string;
|
|
22
|
-
'2xl': string;
|
|
23
|
-
'3xl': string;
|
|
24
|
-
'4xl': string;
|
|
25
|
-
};
|
|
26
|
-
reversed: {
|
|
27
|
-
true: string;
|
|
28
|
-
};
|
|
29
|
-
} & {
|
|
30
|
-
space: {
|
|
31
|
-
xs: import("tailwind-merge").ClassNameValue | {
|
|
32
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
33
|
-
};
|
|
34
|
-
sm: import("tailwind-merge").ClassNameValue | {
|
|
35
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
36
|
-
};
|
|
37
|
-
md: import("tailwind-merge").ClassNameValue | {
|
|
38
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
39
|
-
};
|
|
40
|
-
lg: import("tailwind-merge").ClassNameValue | {
|
|
41
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
42
|
-
};
|
|
43
|
-
xl: import("tailwind-merge").ClassNameValue | {
|
|
44
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
45
|
-
};
|
|
46
|
-
'2xl': import("tailwind-merge").ClassNameValue | {
|
|
47
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
};
|
|
49
|
-
'3xl': import("tailwind-merge").ClassNameValue | {
|
|
50
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
51
|
-
};
|
|
52
|
-
'4xl': import("tailwind-merge").ClassNameValue | {
|
|
53
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
reversed: {
|
|
57
|
-
true: import("tailwind-merge").ClassNameValue | {
|
|
58
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
}), undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
62
|
-
space: {
|
|
63
|
-
xs: string;
|
|
64
|
-
sm: string;
|
|
65
|
-
md: string;
|
|
66
|
-
lg: string;
|
|
67
|
-
xl: string;
|
|
68
|
-
'2xl': string;
|
|
69
|
-
'3xl': string;
|
|
70
|
-
'4xl': string;
|
|
71
|
-
};
|
|
72
|
-
reversed: {
|
|
73
|
-
true: string;
|
|
74
|
-
};
|
|
75
|
-
}, {
|
|
76
|
-
space: {
|
|
77
|
-
xs: string;
|
|
78
|
-
sm: string;
|
|
79
|
-
md: string;
|
|
80
|
-
lg: string;
|
|
81
|
-
xl: string;
|
|
82
|
-
'2xl': string;
|
|
83
|
-
'3xl': string;
|
|
84
|
-
'4xl': string;
|
|
85
|
-
};
|
|
86
|
-
reversed: {
|
|
87
|
-
true: string;
|
|
88
|
-
};
|
|
89
|
-
}>, {
|
|
90
|
-
space: {
|
|
91
|
-
xs: string;
|
|
92
|
-
sm: string;
|
|
93
|
-
md: string;
|
|
94
|
-
lg: string;
|
|
95
|
-
xl: string;
|
|
96
|
-
'2xl': string;
|
|
97
|
-
'3xl': string;
|
|
98
|
-
'4xl': string;
|
|
99
|
-
};
|
|
100
|
-
reversed: {
|
|
101
|
-
true: string;
|
|
102
|
-
};
|
|
103
|
-
}, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
|
|
104
|
-
space: {
|
|
105
|
-
xs: string;
|
|
106
|
-
sm: string;
|
|
107
|
-
md: string;
|
|
108
|
-
lg: string;
|
|
109
|
-
xl: string;
|
|
110
|
-
'2xl': string;
|
|
111
|
-
'3xl': string;
|
|
112
|
-
'4xl': string;
|
|
113
|
-
};
|
|
114
|
-
reversed: {
|
|
115
|
-
true: string;
|
|
116
|
-
};
|
|
117
|
-
}, undefined, "flex-col " | "flex-col flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
118
|
-
space: {
|
|
119
|
-
xs: string;
|
|
120
|
-
sm: string;
|
|
121
|
-
md: string;
|
|
122
|
-
lg: string;
|
|
123
|
-
xl: string;
|
|
124
|
-
'2xl': string;
|
|
125
|
-
'3xl': string;
|
|
126
|
-
'4xl': string;
|
|
127
|
-
};
|
|
128
|
-
reversed: {
|
|
129
|
-
true: string;
|
|
130
|
-
};
|
|
131
|
-
}, {
|
|
132
|
-
space: {
|
|
133
|
-
xs: string;
|
|
134
|
-
sm: string;
|
|
135
|
-
md: string;
|
|
136
|
-
lg: string;
|
|
137
|
-
xl: string;
|
|
138
|
-
'2xl': string;
|
|
139
|
-
'3xl': string;
|
|
140
|
-
'4xl': string;
|
|
141
|
-
};
|
|
142
|
-
reversed: {
|
|
143
|
-
true: string;
|
|
144
|
-
};
|
|
145
|
-
}>, unknown, unknown, undefined>>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { isWeb } from '@gluestack-ui/nativewind-utils/IsWeb';
|
|
2
|
-
import { tva } from '@gluestack-ui/nativewind-utils/tva';
|
|
3
|
-
const baseStyle = isWeb
|
|
4
|
-
? 'flex flex-col relative z-0 box-border border-0 list-none min-w-0 min-h-0 bg-transparent items-stretch m-0 p-0 text-decoration-none'
|
|
5
|
-
: '';
|
|
6
|
-
export const vstackStyle = tva({
|
|
7
|
-
base: `flex-col ${baseStyle}`,
|
|
8
|
-
variants: {
|
|
9
|
-
space: {
|
|
10
|
-
xs: 'gap-1',
|
|
11
|
-
sm: 'gap-2',
|
|
12
|
-
md: 'gap-3',
|
|
13
|
-
lg: 'gap-4',
|
|
14
|
-
xl: 'gap-5',
|
|
15
|
-
'2xl': 'gap-6',
|
|
16
|
-
'3xl': 'gap-7',
|
|
17
|
-
'4xl': 'gap-8',
|
|
18
|
-
},
|
|
19
|
-
reversed: {
|
|
20
|
-
true: 'flex-col-reverse',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
});
|
|
24
|
-
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/components/ui/vstack/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,OAAO,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AAEzD,MAAM,SAAS,GAAG,KAAK;IACnB,CAAC,CAAC,oIAAoI;IACtI,CAAC,CAAC,EAAE,CAAC;AAET,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAC;IAC3B,IAAI,EAAE,YAAY,SAAS,EAAE;IAC7B,QAAQ,EAAE;QACN,KAAK,EAAE;YACH,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;SACjB;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,kBAAkB;SAC3B;KACJ;CACJ,CAAC,CAAC"}
|
package/lib/global.css
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// gluestack-ui-base.config.js
|
|
2
|
-
module.exports = {
|
|
3
|
-
tailwind: {
|
|
4
|
-
config: 'tailwind-base-config.js',
|
|
5
|
-
css: './global.css',
|
|
6
|
-
},
|
|
7
|
-
app: {
|
|
8
|
-
entry: 'index.js',
|
|
9
|
-
components: './components/ui',
|
|
10
|
-
},
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=gluestack-ui-base-config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gluestack-ui-base-config.js","sourceRoot":"","sources":["../src/gluestack-ui-base-config.js"],"names":[],"mappings":"AAAA,8BAA8B;AAE9B,MAAM,CAAC,OAAO,GAAG;IACb,QAAQ,EAAE;QACN,MAAM,EAAE,yBAAyB;QACjC,GAAG,EAAE,cAAc;KACtB;IACD,GAAG,EAAE;QACD,KAAK,EAAE,UAAU;QACjB,UAAU,EAAE,iBAAiB;KAChC;CACJ,CAAC"}
|
package/lib/nativewind-env.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/// <reference types="nativewind/types" />
|
|
@@ -1,194 +0,0 @@
|
|
|
1
|
-
import gluestackPlugin = require("@gluestack-ui/nativewind-utils/tailwind-plugin");
|
|
2
|
-
export let darkMode: string;
|
|
3
|
-
export let content: string[];
|
|
4
|
-
export let presets: any[];
|
|
5
|
-
export let safelist: {
|
|
6
|
-
pattern: RegExp;
|
|
7
|
-
}[];
|
|
8
|
-
export namespace theme {
|
|
9
|
-
namespace extend {
|
|
10
|
-
namespace colors {
|
|
11
|
-
let primary: {
|
|
12
|
-
0: string;
|
|
13
|
-
50: string;
|
|
14
|
-
100: string;
|
|
15
|
-
200: string;
|
|
16
|
-
300: string;
|
|
17
|
-
400: string;
|
|
18
|
-
500: string;
|
|
19
|
-
600: string;
|
|
20
|
-
700: string;
|
|
21
|
-
800: string;
|
|
22
|
-
900: string;
|
|
23
|
-
950: string;
|
|
24
|
-
};
|
|
25
|
-
let secondary: {
|
|
26
|
-
0: string;
|
|
27
|
-
50: string;
|
|
28
|
-
100: string;
|
|
29
|
-
200: string;
|
|
30
|
-
300: string;
|
|
31
|
-
400: string;
|
|
32
|
-
500: string;
|
|
33
|
-
600: string;
|
|
34
|
-
700: string;
|
|
35
|
-
800: string;
|
|
36
|
-
900: string;
|
|
37
|
-
950: string;
|
|
38
|
-
};
|
|
39
|
-
let tertiary: {
|
|
40
|
-
50: string;
|
|
41
|
-
100: string;
|
|
42
|
-
200: string;
|
|
43
|
-
300: string;
|
|
44
|
-
400: string;
|
|
45
|
-
500: string;
|
|
46
|
-
600: string;
|
|
47
|
-
700: string;
|
|
48
|
-
800: string;
|
|
49
|
-
900: string;
|
|
50
|
-
950: string;
|
|
51
|
-
};
|
|
52
|
-
let error: {
|
|
53
|
-
0: string;
|
|
54
|
-
50: string;
|
|
55
|
-
100: string;
|
|
56
|
-
200: string;
|
|
57
|
-
300: string;
|
|
58
|
-
400: string;
|
|
59
|
-
500: string;
|
|
60
|
-
600: string;
|
|
61
|
-
700: string;
|
|
62
|
-
800: string;
|
|
63
|
-
900: string;
|
|
64
|
-
950: string;
|
|
65
|
-
};
|
|
66
|
-
let success: {
|
|
67
|
-
0: string;
|
|
68
|
-
50: string;
|
|
69
|
-
100: string;
|
|
70
|
-
200: string;
|
|
71
|
-
300: string;
|
|
72
|
-
400: string;
|
|
73
|
-
500: string;
|
|
74
|
-
600: string;
|
|
75
|
-
700: string;
|
|
76
|
-
800: string;
|
|
77
|
-
900: string;
|
|
78
|
-
950: string;
|
|
79
|
-
};
|
|
80
|
-
let warning: {
|
|
81
|
-
0: string;
|
|
82
|
-
50: string;
|
|
83
|
-
100: string;
|
|
84
|
-
200: string;
|
|
85
|
-
300: string;
|
|
86
|
-
400: string;
|
|
87
|
-
500: string;
|
|
88
|
-
600: string;
|
|
89
|
-
700: string;
|
|
90
|
-
800: string;
|
|
91
|
-
900: string;
|
|
92
|
-
950: string;
|
|
93
|
-
};
|
|
94
|
-
let info: {
|
|
95
|
-
0: string;
|
|
96
|
-
50: string;
|
|
97
|
-
100: string;
|
|
98
|
-
200: string;
|
|
99
|
-
300: string;
|
|
100
|
-
400: string;
|
|
101
|
-
500: string;
|
|
102
|
-
600: string;
|
|
103
|
-
700: string;
|
|
104
|
-
800: string;
|
|
105
|
-
900: string;
|
|
106
|
-
950: string;
|
|
107
|
-
};
|
|
108
|
-
let typography: {
|
|
109
|
-
0: string;
|
|
110
|
-
50: string;
|
|
111
|
-
100: string;
|
|
112
|
-
200: string;
|
|
113
|
-
300: string;
|
|
114
|
-
400: string;
|
|
115
|
-
500: string;
|
|
116
|
-
600: string;
|
|
117
|
-
700: string;
|
|
118
|
-
800: string;
|
|
119
|
-
900: string;
|
|
120
|
-
950: string;
|
|
121
|
-
white: string;
|
|
122
|
-
gray: string;
|
|
123
|
-
black: string;
|
|
124
|
-
};
|
|
125
|
-
let outline: {
|
|
126
|
-
0: string;
|
|
127
|
-
50: string;
|
|
128
|
-
100: string;
|
|
129
|
-
200: string;
|
|
130
|
-
300: string;
|
|
131
|
-
400: string;
|
|
132
|
-
500: string;
|
|
133
|
-
600: string;
|
|
134
|
-
700: string;
|
|
135
|
-
800: string;
|
|
136
|
-
900: string;
|
|
137
|
-
950: string;
|
|
138
|
-
};
|
|
139
|
-
let background: {
|
|
140
|
-
0: string;
|
|
141
|
-
50: string;
|
|
142
|
-
100: string;
|
|
143
|
-
200: string;
|
|
144
|
-
300: string;
|
|
145
|
-
400: string;
|
|
146
|
-
500: string;
|
|
147
|
-
600: string;
|
|
148
|
-
700: string;
|
|
149
|
-
800: string;
|
|
150
|
-
900: string;
|
|
151
|
-
950: string;
|
|
152
|
-
error: string;
|
|
153
|
-
warning: string;
|
|
154
|
-
muted: string;
|
|
155
|
-
success: string;
|
|
156
|
-
info: string;
|
|
157
|
-
light: string;
|
|
158
|
-
dark: string;
|
|
159
|
-
};
|
|
160
|
-
namespace indicator {
|
|
161
|
-
let primary_1: string;
|
|
162
|
-
export { primary_1 as primary };
|
|
163
|
-
let info_1: string;
|
|
164
|
-
export { info_1 as info };
|
|
165
|
-
let error_1: string;
|
|
166
|
-
export { error_1 as error };
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
namespace fontFamily {
|
|
170
|
-
let heading: any;
|
|
171
|
-
let body: any;
|
|
172
|
-
let mono: any;
|
|
173
|
-
let roboto: string[];
|
|
174
|
-
}
|
|
175
|
-
namespace fontWeight {
|
|
176
|
-
let extrablack: string;
|
|
177
|
-
}
|
|
178
|
-
let fontSize: {
|
|
179
|
-
'2xs': string;
|
|
180
|
-
};
|
|
181
|
-
let boxShadow: {
|
|
182
|
-
'hard-1': string;
|
|
183
|
-
'hard-2': string;
|
|
184
|
-
'hard-3': string;
|
|
185
|
-
'hard-4': string;
|
|
186
|
-
'hard-5': string;
|
|
187
|
-
'soft-1': string;
|
|
188
|
-
'soft-2': string;
|
|
189
|
-
'soft-3': string;
|
|
190
|
-
'soft-4': string;
|
|
191
|
-
};
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
export let plugins: (typeof gluestackPlugin)[];
|