@core_super_app/ui 0.0.2 → 0.0.4
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/Ui.podspec +1 -1
- package/package.json +18 -16
package/Ui.podspec
CHANGED
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.authors = package["author"]
|
|
12
12
|
|
|
13
13
|
s.platforms = { :ios => min_ios_version_supported }
|
|
14
|
-
s.source = { :git => "https://github.com/HienNguyen0205/
|
|
14
|
+
s.source = { :git => "https://github.com/HienNguyen0205/core_super_app-ui.git", :tag => "#{s.version}" }
|
|
15
15
|
|
|
16
16
|
s.source_files = "ios/**/*.{h,m,mm,swift,cpp}"
|
|
17
17
|
s.private_header_files = "ios/**/*.h"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@core_super_app/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Define common components for project",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"types": "./lib/typescript/src/index.d.ts",
|
|
11
11
|
"default": "./lib/module/index.js"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"./components": {
|
|
14
14
|
"source": "./src/components/index.tsx",
|
|
15
15
|
"types": "./lib/typescript/src/components/index.d.ts",
|
|
16
16
|
"default": "./lib/module/components/index.js"
|
|
@@ -51,27 +51,26 @@
|
|
|
51
51
|
],
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|
|
54
|
-
"url": "
|
|
54
|
+
"url": "https://github.com/HienNguyen0205/core_super_app-ui.git"
|
|
55
55
|
},
|
|
56
56
|
"author": "HienNC2 <Hienqt0205@gmail.com> (https://github.com/HienNguyen0205)",
|
|
57
57
|
"license": "MIT",
|
|
58
58
|
"bugs": {
|
|
59
|
-
"url": "https://github.com/HienNguyen0205/
|
|
59
|
+
"url": "https://github.com/HienNguyen0205/core_super_app-ui/issues"
|
|
60
60
|
},
|
|
61
|
-
"homepage": "https://github.com/HienNguyen0205/
|
|
61
|
+
"homepage": "https://github.com/HienNguyen0205/core_super_app-ui",
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"dependencies": {
|
|
66
|
-
"@core_super_app/utils": "0.0.5"
|
|
67
|
-
},
|
|
68
65
|
"devDependencies": {
|
|
69
66
|
"@commitlint/config-conventional": "^19.8.1",
|
|
67
|
+
"@core_super_app/utils": "0.0.5",
|
|
70
68
|
"@eslint/compat": "^1.3.2",
|
|
71
69
|
"@eslint/eslintrc": "^3.3.1",
|
|
72
70
|
"@eslint/js": "^9.35.0",
|
|
73
71
|
"@react-native/babel-preset": "0.84.1",
|
|
74
72
|
"@react-native/eslint-config": "0.84.1",
|
|
73
|
+
"@react-navigation/native": "^7.2.1",
|
|
75
74
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
76
75
|
"@types/jest": "^29.5.14",
|
|
77
76
|
"@types/react": "^19.2.0",
|
|
@@ -86,10 +85,18 @@
|
|
|
86
85
|
"react": "19.2.3",
|
|
87
86
|
"react-native": "0.84.1",
|
|
88
87
|
"react-native-builder-bob": "^0.40.13",
|
|
88
|
+
"react-native-reanimated": "^4.3.0",
|
|
89
89
|
"release-it": "^19.0.4",
|
|
90
90
|
"turbo": "^2.5.6",
|
|
91
91
|
"typescript": "^5.9.2"
|
|
92
92
|
},
|
|
93
|
+
"peerDependencies": {
|
|
94
|
+
"@babel/core": ">=7.25.2",
|
|
95
|
+
"@core_super_app/utils": ">=0.0.5",
|
|
96
|
+
"@react-navigation/native": ">=7.2.1",
|
|
97
|
+
"react-native-reanimated": ">=4.3.0",
|
|
98
|
+
"react-native-worklets": ">=0.8.1"
|
|
99
|
+
},
|
|
93
100
|
"packageManager": "yarn@4.11.0",
|
|
94
101
|
"react-native-builder-bob": {
|
|
95
102
|
"source": "src",
|
|
@@ -109,14 +116,6 @@
|
|
|
109
116
|
]
|
|
110
117
|
]
|
|
111
118
|
},
|
|
112
|
-
"codegenConfig": {
|
|
113
|
-
"name": "UiSpec",
|
|
114
|
-
"type": "modules",
|
|
115
|
-
"jsSrcsDir": "src",
|
|
116
|
-
"android": {
|
|
117
|
-
"javaPackageName": "com.core.ui"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
119
|
"prettier": {
|
|
121
120
|
"quoteProps": "consistent",
|
|
122
121
|
"singleQuote": true,
|
|
@@ -165,5 +164,8 @@
|
|
|
165
164
|
"release-it"
|
|
166
165
|
],
|
|
167
166
|
"version": "0.57.2"
|
|
167
|
+
},
|
|
168
|
+
"dependencies": {
|
|
169
|
+
"react-native-linear-gradient": "^2.8.3"
|
|
168
170
|
}
|
|
169
171
|
}
|