@admin-layout/gluestack-ui-mobile 12.2.3-alpha.9 → 12.2.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 +1 -21
- package/lib/tailwind-base-config.d.ts +1 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,27 +3,7 @@
|
|
|
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
|
-
## [12.2.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
9
|
-
|
|
10
|
-
## [12.2.3-alpha.8](https://github.com/CDEBase/admin-layout/compare/v12.2.3-alpha.7...v12.2.3-alpha.8) (2025-12-19)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
13
|
-
|
|
14
|
-
## [12.2.3-alpha.7](https://github.com/CDEBase/admin-layout/compare/v12.2.3-alpha.6...v12.2.3-alpha.7) (2025-12-19)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
17
|
-
|
|
18
|
-
## [12.2.3-alpha.6](https://github.com/CDEBase/admin-layout/compare/v12.2.3-alpha.5...v12.2.3-alpha.6) (2025-12-19)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
21
|
-
|
|
22
|
-
## [12.2.3-alpha.1](https://github.com/CDEBase/admin-layout/compare/v12.2.3-alpha.0...v12.2.3-alpha.1) (2025-12-08)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
25
|
-
|
|
26
|
-
## [12.2.3-alpha.0](https://github.com/CDEBase/admin-layout/compare/v10.0.8-alpha.2...v12.2.3-alpha.0) (2025-12-08)
|
|
6
|
+
## [12.2.4-alpha.0](https://github.com/CDEBase/admin-layout/compare/v10.0.8-alpha.2...v12.2.4-alpha.0) (2025-12-23)
|
|
27
7
|
|
|
28
8
|
**Note:** Version bump only for package @admin-layout/gluestack-ui-mobile
|
|
29
9
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import gluestackPlugin = require("@gluestack-ui/nativewind-utils/tailwind-plugin");
|
|
2
1
|
export let darkMode: string;
|
|
3
2
|
export let content: string[];
|
|
4
3
|
export let presets: any[];
|
|
@@ -191,4 +190,4 @@ export namespace theme {
|
|
|
191
190
|
};
|
|
192
191
|
}
|
|
193
192
|
}
|
|
194
|
-
export let plugins:
|
|
193
|
+
export let plugins: any[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/gluestack-ui-mobile",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.4-alpha.0",
|
|
4
4
|
"description": "Glustack-ui for mobile component layout",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"watch": "npm run build:lib:watch"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@admin-layout/client": "12.2.
|
|
26
|
+
"@admin-layout/client": "12.2.4-alpha.0",
|
|
27
27
|
"@gluestack-style/react": "^1.0.53",
|
|
28
28
|
"@gluestack-ui/config": "^1.1.18",
|
|
29
29
|
"@gluestack-ui/nativewind-utils": "^1.0.26",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/react-window": "^1.8.8",
|
|
39
|
-
"common": "12.2.
|
|
39
|
+
"common": "12.2.4-alpha.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@common-stack/remix-router-redux": "^6.0.2-alpha.2",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"typescript": {
|
|
51
51
|
"definition": "lib/index.d.ts"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "2aab7f1711e368f44601309301c62082f1ebeec1"
|
|
54
54
|
}
|