@hero-design/rn 8.29.3 → 8.29.5
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 +1 -1
- package/es/index.js +4 -2
- package/lib/index.js +4 -2
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -4,5 +4,5 @@ $ rollup -c
|
|
|
4
4
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
5
5
|
[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
|
|
6
6
|
[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
|
|
7
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
7
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m28.7s[22m[39m
|
|
8
8
|
$ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
|
package/es/index.js
CHANGED
|
@@ -1084,14 +1084,16 @@ Object.assign(Object.assign({}, palette$b), {
|
|
|
1084
1084
|
violetDark50: violet$1.darken50
|
|
1085
1085
|
});
|
|
1086
1086
|
var apple$4 = colorScales.apple,
|
|
1087
|
-
hitPink$1 = colorScales.hitPink
|
|
1087
|
+
hitPink$1 = colorScales.hitPink,
|
|
1088
|
+
maasstrichtBlue$4 = colorScales.maasstrichtBlue;
|
|
1088
1089
|
Object.assign(Object.assign({}, palette$b), {
|
|
1089
1090
|
apple: apple$4.base,
|
|
1090
1091
|
appleDark20: apple$4.darken20,
|
|
1091
1092
|
appleDark50: apple$4.darken50,
|
|
1092
1093
|
appleLight90: apple$4.lighten90,
|
|
1093
1094
|
hitPink: hitPink$1.base,
|
|
1094
|
-
hitPinkLight80: hitPink$1.lighten80
|
|
1095
|
+
hitPinkLight80: hitPink$1.lighten80,
|
|
1096
|
+
maasstrichtBlueLight30: maasstrichtBlue$4.lighten30
|
|
1095
1097
|
});
|
|
1096
1098
|
var aliceBlue$1 = colorScales.aliceBlue,
|
|
1097
1099
|
antiFlashWhite$1 = colorScales.antiFlashWhite,
|
package/lib/index.js
CHANGED
|
@@ -1114,14 +1114,16 @@ Object.assign(Object.assign({}, palette$b), {
|
|
|
1114
1114
|
violetDark50: violet$1.darken50
|
|
1115
1115
|
});
|
|
1116
1116
|
var apple$4 = colorScales.apple,
|
|
1117
|
-
hitPink$1 = colorScales.hitPink
|
|
1117
|
+
hitPink$1 = colorScales.hitPink,
|
|
1118
|
+
maasstrichtBlue$4 = colorScales.maasstrichtBlue;
|
|
1118
1119
|
Object.assign(Object.assign({}, palette$b), {
|
|
1119
1120
|
apple: apple$4.base,
|
|
1120
1121
|
appleDark20: apple$4.darken20,
|
|
1121
1122
|
appleDark50: apple$4.darken50,
|
|
1122
1123
|
appleLight90: apple$4.lighten90,
|
|
1123
1124
|
hitPink: hitPink$1.base,
|
|
1124
|
-
hitPinkLight80: hitPink$1.lighten80
|
|
1125
|
+
hitPinkLight80: hitPink$1.lighten80,
|
|
1126
|
+
maasstrichtBlueLight30: maasstrichtBlue$4.lighten30
|
|
1125
1127
|
});
|
|
1126
1128
|
var aliceBlue$1 = colorScales.aliceBlue,
|
|
1127
1129
|
antiFlashWhite$1 = colorScales.antiFlashWhite,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/react": "^11.9.3",
|
|
24
|
-
"@hero-design/colors": "8.29.
|
|
24
|
+
"@hero-design/colors": "8.29.5",
|
|
25
25
|
"date-fns": "^2.16.1",
|
|
26
26
|
"events": "^3.2.0",
|
|
27
27
|
"hero-editor": "^1.9.21"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/preset-typescript": "^7.17.12",
|
|
46
46
|
"@babel/runtime": "^7.18.9",
|
|
47
47
|
"@emotion/jest": "^11.9.3",
|
|
48
|
-
"@hero-design/eslint-plugin": "8.29.
|
|
48
|
+
"@hero-design/eslint-plugin": "8.29.5",
|
|
49
49
|
"@react-native-community/datetimepicker": "^3.5.2",
|
|
50
50
|
"@react-native-community/slider": "4.1.12",
|
|
51
51
|
"@rollup/plugin-babel": "^5.3.1",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"@types/react-native": "^0.67.7",
|
|
62
62
|
"@types/react-native-vector-icons": "^6.4.10",
|
|
63
63
|
"babel-plugin-inline-import": "^3.0.0",
|
|
64
|
-
"eslint-config-hd": "8.29.
|
|
64
|
+
"eslint-config-hd": "8.29.5",
|
|
65
65
|
"eslint-plugin-import": "^2.27.5",
|
|
66
66
|
"jest": "^27.3.1",
|
|
67
|
-
"prettier-config-hd": "8.29.
|
|
67
|
+
"prettier-config-hd": "8.29.5",
|
|
68
68
|
"react": "18.0.0",
|
|
69
69
|
"react-native": "0.69.7",
|
|
70
70
|
"react-native-gesture-handler": "~2.1.0",
|