@hero-design/rn 7.29.0 → 7.30.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/.turbo/turbo-build.log +9 -9
- package/es/index.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
1
|
+
[34m@hero-design/rn:build[0m: cache hit, replaying output [2m46db5217a7ebe96d[0m
|
|
2
|
+
[34m@hero-design/rn:build: [0m$ yarn build:js && yarn build:types
|
|
3
|
+
[34m@hero-design/rn:build: [0m$ rollup -c
|
|
4
|
+
[34m@hero-design/rn:build: [0m[36m
|
|
5
|
+
[34m@hero-design/rn:build: [0m[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
6
|
+
[34m@hero-design/rn:build: [0m[1m[33m(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
7
|
+
[34m@hero-design/rn:build: [0m[1m[33m(!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/root/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning[39m[22m
|
|
8
|
+
[34m@hero-design/rn:build: [0m[32mcreated [1mlib/index.js, es/index.js[22m in [1m32.7s[22m[39m
|
|
9
|
+
[34m@hero-design/rn:build: [0m$ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
|
package/es/index.js
CHANGED
|
@@ -1046,6 +1046,7 @@ var blue$1 = colorScales.blue,
|
|
|
1046
1046
|
violetDark15: violet$2.darken15,
|
|
1047
1047
|
violetDark30: violet$2.darken30,
|
|
1048
1048
|
violetDark45: violet$2.darken45,
|
|
1049
|
+
violetDark60: violet$2.darken60,
|
|
1049
1050
|
violetDark75: violet$2.darken75,
|
|
1050
1051
|
violetLight30: violet$2.lighten30,
|
|
1051
1052
|
violetLight60: violet$2.lighten60,
|
package/lib/index.js
CHANGED
|
@@ -1075,6 +1075,7 @@ var blue$1 = colorScales.blue,
|
|
|
1075
1075
|
violetDark15: violet$2.darken15,
|
|
1076
1076
|
violetDark30: violet$2.darken30,
|
|
1077
1077
|
violetDark45: violet$2.darken45,
|
|
1078
|
+
violetDark60: violet$2.darken60,
|
|
1078
1079
|
violetDark75: violet$2.darken75,
|
|
1079
1080
|
violetLight30: violet$2.lighten30,
|
|
1080
1081
|
violetLight60: violet$2.lighten60,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.30.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@emotion/native": "^11.9.3",
|
|
22
22
|
"@emotion/react": "^11.9.3",
|
|
23
|
-
"@hero-design/colors": "7.
|
|
23
|
+
"@hero-design/colors": "7.30.0",
|
|
24
24
|
"date-fns": "^2.16.1",
|
|
25
25
|
"events": "^3.2.0",
|
|
26
26
|
"hero-editor": "^1.9.12"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@babel/preset-typescript": "^7.17.12",
|
|
44
44
|
"@babel/runtime": "^7.18.9",
|
|
45
45
|
"@emotion/jest": "^11.9.3",
|
|
46
|
-
"@hero-design/eslint-plugin": "7.
|
|
46
|
+
"@hero-design/eslint-plugin": "7.30.0",
|
|
47
47
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
48
48
|
"@react-native-community/slider": "4.1.12",
|
|
49
49
|
"@rollup/plugin-babel": "^5.3.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/react-native": "^0.67.7",
|
|
60
60
|
"@types/react-native-vector-icons": "^6.4.10",
|
|
61
61
|
"babel-plugin-inline-import": "^3.0.0",
|
|
62
|
-
"eslint-config-hd": "7.
|
|
62
|
+
"eslint-config-hd": "7.30.0",
|
|
63
63
|
"jest": "^27.3.1",
|
|
64
64
|
"react": "17.0.2",
|
|
65
65
|
"react-native": "0.65.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"rollup-plugin-copy": "^3.4.0",
|
|
74
74
|
"rollup-plugin-flow": "^1.1.1",
|
|
75
75
|
"ts-jest": "^27.0.7",
|
|
76
|
-
"prettier-config-hd": "7.
|
|
76
|
+
"prettier-config-hd": "7.30.0",
|
|
77
77
|
"rn-7-23-0": "npm:@hero-design/rn@7.23.0"
|
|
78
78
|
},
|
|
79
79
|
"prettier": "prettier-config-hd"
|