@admin-layout/gluestack-ui-mobile 11.0.3-alpha.0 → 11.0.4-alpha.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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [11.0.4-alpha.0](https://github.com/CDEBase/admin-layout/compare/v11.0.3-alpha.0...v11.0.4-alpha.0) (2025-03-04)
7
+
8
+ **Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
9
+
6
10
  ## [11.0.3-alpha.0](https://github.com/CDEBase/admin-layout/compare/v11.0.2-alpha.0...v11.0.3-alpha.0) (2025-03-04)
7
11
 
8
12
  **Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
@@ -3,7 +3,7 @@ import { Box, Button, Heading, Text, Divider, ButtonText, StyledSafeAreaView } f
3
3
  import { useNavigation } from '@react-navigation/native';
4
4
  const UnAuthenticatedComponent = () => {
5
5
  const navigation = useNavigation();
6
- return (React.createElement(StyledSafeAreaView, null,
6
+ return (React.createElement(StyledSafeAreaView, { className: "flex-1" },
7
7
  React.createElement(Box, { className: "flex-1 border-t border-t-slate-300" },
8
8
  React.createElement(Box, { className: "flex-1 p-6 bg-white justify-center" },
9
9
  React.createElement(Heading, { className: "mt-2" }, "Login"),
@@ -1 +1 @@
1
- {"version":3,"file":"UnAuthenticatedComponent.js","sourceRoot":"","sources":["../../src/components/UnAuthenticatedComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAqB,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAC9G,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAIzD,MAAM,wBAAwB,GAAG,GAAG,EAAE;IAClC,MAAM,UAAU,GAAG,aAAa,EAAO,CAAC;IACxC,OAAO,CACH,oBAAC,kBAAkB;QACf,oBAAC,GAAG,IAAC,SAAS,EAAC,oCAAoC;YAE/C,oBAAC,GAAG,IAAC,SAAS,EAAC,oCAAoC;gBAC/C,oBAAC,OAAO,IAAC,SAAS,EAAC,MAAM,YAAgB;gBACzC,oBAAC,IAAI,IAAC,SAAS,EAAC,cAAc,0BAA2B;gBACzD,oBAAC,MAAM,IACH,SAAS,EAAC,kBAAkB,EAC5B,IAAI,EAAC,IAAI,EACT,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CAAC;oBAErD,oBAAC,UAAU,IAAC,SAAS,EAAC,YAAY,YAAmB,CAChD;gBACT,oBAAC,OAAO,IAAC,SAAS,EAAC,MAAM,GAAG,CAC1B,CACJ,CACW,CACxB,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"UnAuthenticatedComponent.js","sourceRoot":"","sources":["../../src/components/UnAuthenticatedComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAqB,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAC9G,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAIzD,MAAM,wBAAwB,GAAG,GAAG,EAAE;IAClC,MAAM,UAAU,GAAG,aAAa,EAAO,CAAC;IACxC,OAAO,CACH,oBAAC,kBAAkB,IAAC,SAAS,EAAC,QAAQ;QAClC,oBAAC,GAAG,IAAC,SAAS,EAAC,oCAAoC;YAE/C,oBAAC,GAAG,IAAC,SAAS,EAAC,oCAAoC;gBAC/C,oBAAC,OAAO,IAAC,SAAS,EAAC,MAAM,YAAgB;gBACzC,oBAAC,IAAI,IAAC,SAAS,EAAC,cAAc,0BAA2B;gBACzD,oBAAC,MAAM,IACH,SAAS,EAAC,kBAAkB,EAC5B,IAAI,EAAC,IAAI,EACT,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CAAC;oBAErD,oBAAC,UAAU,IAAC,SAAS,EAAC,YAAY,YAAmB,CAChD;gBACT,oBAAC,OAAO,IAAC,SAAS,EAAC,MAAM,GAAG,CAC1B,CACJ,CACW,CACxB,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/gluestack-ui-mobile",
3
- "version": "11.0.3-alpha.0",
3
+ "version": "11.0.4-alpha.0",
4
4
  "description": "Glustack-ui for mobile component layout",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -8,11 +8,12 @@
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
10
10
  "scripts": {
11
- "build": "npm run build:clean && npm run build:lib",
11
+ "build": "npm run build:clean && npm run build:lib && npm run copy",
12
12
  "build:clean": "rimraf lib",
13
- "build:lib": "tsc && cp src/global.css lib/ && cp src/nativewind-env.d.ts lib/ && cp src/gluestack-ui.config.json lib/",
13
+ "build:lib": "tsc",
14
14
  "build:lib:watch": "npm run build:lib -- --watch",
15
15
  "build:replacedRouteConfig": "npx rollup lib/utils/getReplacedRouteConfig.js --file lib/utils/getReplacedRouteConfig.mjs",
16
+ "copy": "cp src/global.css src/nativewind-env.d.ts lib/",
16
17
  "jest": "./node_modules/.bin/jest",
17
18
  "prepublish": "npm run build",
18
19
  "test": "yarn tests && yarn lint",
@@ -73,5 +74,5 @@
73
74
  "typescript": {
74
75
  "definition": "lib/index.d.ts"
75
76
  },
76
- "gitHead": "fc72680e6c4e0fca485ed63ae75ff9ad16a64618"
77
+ "gitHead": "fcf5c5769b7d4a5cb5839f76bb0c1150678d620e"
77
78
  }
@@ -7,7 +7,7 @@ import { Linking } from 'react-native';
7
7
  const UnAuthenticatedComponent = () => {
8
8
  const navigation = useNavigation<any>();
9
9
  return (
10
- <StyledSafeAreaView>
10
+ <StyledSafeAreaView className="flex-1">
11
11
  <Box className="flex-1 border-t border-t-slate-300">
12
12
  {/* <Box h={'$1'} bg={Colors.primaryBgColor} /> */}
13
13
  <Box className="flex-1 p-6 bg-white justify-center">
@@ -1,10 +0,0 @@
1
- {
2
- "tailwind": {
3
- "config": "tailwind.config.js",
4
- "css": "./global.css"
5
- },
6
- "app": {
7
- "entry": "index.js",
8
- "components": "./components/ui"
9
- }
10
- }