@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.
@@ -1,9 +1,9 @@
1
- @hero-design/rn:build: cache hit, replaying output d9bdf9ebe573456b
2
- @hero-design/rn:build: $ yarn build:js && yarn build:types
3
- @hero-design/rn:build: $ rollup -c
4
- @hero-design/rn:build: 
5
- @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
- @hero-design/rn:build: (!) 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`.
7
- @hero-design/rn:build: (!) 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
8
- @hero-design/rn:build: created lib/index.js, es/index.js in 27s
9
- @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
1
+ @hero-design/rn:build: cache hit, replaying output 46db5217a7ebe96d
2
+ @hero-design/rn:build: $ yarn build:js && yarn build:types
3
+ @hero-design/rn:build: $ rollup -c
4
+ @hero-design/rn:build: 
5
+ @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
+ @hero-design/rn:build: (!) 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`.
7
+ @hero-design/rn:build: (!) 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
8
+ @hero-design/rn:build: created lib/index.js, es/index.js in 32.7s
9
+ @hero-design/rn:build: $ 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.29.0",
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.29.0",
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.29.0",
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.29.0",
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.29.0",
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"