@wavemaker/rn-codegen 11.8.0-next.141688 → 11.8.0-next.141689
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/package-lock.json +8 -8
- package/package.json +1 -1
- package/src/templates/package.web.json +5 -4
- package/src/templates/project/app.json +11 -1
- package/src/templates/project/package.json +5 -4
- package/src/theme/components/basic/lottie.styledef.js +6 -0
- package/src/theme/components/basic/lottie.styledef.js.map +1 -1
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.8.0-next.
|
|
3
|
+
"version": "11.8.0-next.141689",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.8.0-next.
|
|
9
|
+
"version": "11.8.0-next.141689",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@angular/compiler": "12.2.1",
|
|
@@ -2201,9 +2201,9 @@
|
|
|
2201
2201
|
}
|
|
2202
2202
|
},
|
|
2203
2203
|
"node_modules/caniuse-lite": {
|
|
2204
|
-
"version": "1.0.
|
|
2205
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2206
|
-
"integrity": "sha512-
|
|
2204
|
+
"version": "1.0.30001645",
|
|
2205
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001645.tgz",
|
|
2206
|
+
"integrity": "sha512-GFtY2+qt91kzyMk6j48dJcwJVq5uTkk71XxE3RtScx7XWRLsO7bU44LOFkOZYR8w9YMS0UhPSYpN/6rAMImmLw==",
|
|
2207
2207
|
"dev": true,
|
|
2208
2208
|
"funding": [
|
|
2209
2209
|
{
|
|
@@ -2721,9 +2721,9 @@
|
|
|
2721
2721
|
}
|
|
2722
2722
|
},
|
|
2723
2723
|
"node_modules/electron-to-chromium": {
|
|
2724
|
-
"version": "1.5.
|
|
2725
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
2726
|
-
"integrity": "sha512-
|
|
2724
|
+
"version": "1.5.4",
|
|
2725
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz",
|
|
2726
|
+
"integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==",
|
|
2727
2727
|
"dev": true
|
|
2728
2728
|
},
|
|
2729
2729
|
"node_modules/emittery": {
|
package/package.json
CHANGED
|
@@ -9,11 +9,12 @@
|
|
|
9
9
|
"postinstall": "echo \"\""
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-rn-runtime": "11.8.0-next.
|
|
13
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
14
|
-
"@wavemaker/rn-codegen": "11.8.0-next.
|
|
12
|
+
"@wavemaker/app-rn-runtime": "11.8.0-next.141689",
|
|
13
|
+
"@wavemaker/variables": "11.8.0-next.141689",
|
|
14
|
+
"@wavemaker/rn-codegen": "11.8.0-next.141689",
|
|
15
15
|
"deprecated-react-native-prop-types": "4.1.0",
|
|
16
16
|
"expo": "50.0.17",
|
|
17
|
+
"expo-build-properties": "0.12.0",
|
|
17
18
|
"@expo/vector-icons": "14.0.0",
|
|
18
19
|
"@expo/metro-runtime": "3.1.3",
|
|
19
20
|
"expo-font": "11.10.3",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"react-native-reanimated": "3.6.2",
|
|
47
48
|
"react-native-bundle-splitter": "2.2.3",
|
|
48
49
|
"react-native-safe-area-context": "4.8.2",
|
|
49
|
-
"@react-native-community/datetimepicker": "7.6.
|
|
50
|
+
"@react-native-community/datetimepicker": "7.6.3",
|
|
50
51
|
"@react-native-community/slider": "4.5.2",
|
|
51
52
|
"react-native-circular-progress": "1.4.0",
|
|
52
53
|
"@react-native-masked-view/masked-view": "0.3.0",
|
|
@@ -9,11 +9,12 @@
|
|
|
9
9
|
"postinstall": "node ./scripts/post-build.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-rn-runtime": "11.8.0-next.
|
|
13
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
14
|
-
"@wavemaker/rn-codegen": "11.8.0-next.
|
|
12
|
+
"@wavemaker/app-rn-runtime": "11.8.0-next.141689",
|
|
13
|
+
"@wavemaker/variables": "11.8.0-next.141689",
|
|
14
|
+
"@wavemaker/rn-codegen": "11.8.0-next.141689",
|
|
15
15
|
"deprecated-react-native-prop-types": "4.1.0",
|
|
16
16
|
"expo": "50.0.17",
|
|
17
|
+
"expo-build-properties": "0.12.0",
|
|
17
18
|
"@expo/vector-icons": "14.0.0",
|
|
18
19
|
"@expo/metro-runtime": "3.1.3",
|
|
19
20
|
"expo-font": "11.10.3",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"react-native-reanimated": "3.6.2",
|
|
47
48
|
"react-native-bundle-splitter": "2.2.3",
|
|
48
49
|
"react-native-safe-area-context": "4.8.2",
|
|
49
|
-
"@react-native-community/datetimepicker": "7.6.
|
|
50
|
+
"@react-native-community/datetimepicker": "7.6.3",
|
|
50
51
|
"@react-native-community/slider": "4.5.2",
|
|
51
52
|
"react-native-circular-progress": "1.4.0",
|
|
52
53
|
"@react-native-masked-view/masked-view": "0.3.0",
|
|
@@ -13,6 +13,12 @@ exports.default = {
|
|
|
13
13
|
studioStyleSelector: '',
|
|
14
14
|
document: '',
|
|
15
15
|
style: {}
|
|
16
|
+
}, {
|
|
17
|
+
className: '.app-lottie-content',
|
|
18
|
+
rnStyleSelector: 'app-lottie.content',
|
|
19
|
+
studioStyleSelector: '',
|
|
20
|
+
document: '',
|
|
21
|
+
style: {}
|
|
16
22
|
}])
|
|
17
23
|
};
|
|
18
24
|
//# sourceMappingURL=lottie.styledef.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lottie.styledef.js","sourceRoot":"","sources":["../../../../../src/theme/components/basic/lottie.styledef.ts"],"names":[],"mappings":";;AAEA,kBAAe;IACX,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;YAClB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,EAAE;YACvB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,EAAE;SACZ,EAAE;YACC,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,EAAE;YACvB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,EAAE;SACZ,CAAC,CAAC;CACY,CAAC"}
|
|
1
|
+
{"version":3,"file":"lottie.styledef.js","sourceRoot":"","sources":["../../../../../src/theme/components/basic/lottie.styledef.ts"],"names":[],"mappings":";;AAEA,kBAAe;IACX,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;YAClB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,EAAE;YACvB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,EAAE;SACZ,EAAE;YACC,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,EAAE;YACvB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,EAAE;SACZ,EAAE;YACC,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE,oBAAoB;YACrC,mBAAmB,EAAE,EAAE;YACvB,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE,EAAE;SACZ,CAAC,CAAC;CACY,CAAC"}
|