@hero-design/rn 9.5.0-rc.0 → 9.5.2-rc.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.
@@ -4,5 +4,5 @@ $ rollup -c
4
4
  src/index.ts → lib/index.js, es/index.js...
5
5
  (!) 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`.
6
6
  (!) 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
7
- created lib/index.js, es/index.js in 27.9s
7
+ created lib/index.js, es/index.js in 23.8s
8
8
  $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
package/es/index.js CHANGED
@@ -1067,6 +1067,8 @@ var palette$b = {
1067
1067
  pinkLight90: pink$1.lighten90,
1068
1068
  purple: purple$1.base,
1069
1069
  purpleDark15: purple$1.darken15,
1070
+ purpleDark30: purple$1.darken30,
1071
+ purpleLight30: purple$1.lighten30,
1070
1072
  red: vermilion$2.base,
1071
1073
  redDark15: vermilion$2.darken15,
1072
1074
  redDark30: vermilion$2.darken30,
@@ -1078,6 +1080,7 @@ var palette$b = {
1078
1080
  redLight75: vermilion$2.lighten75,
1079
1081
  redLight90: vermilion$2.lighten90,
1080
1082
  smalt: smalt.base,
1083
+ smaltDark30: smalt.darken30,
1081
1084
  smaltDark75: smalt.darken75,
1082
1085
  smaltLight30: smalt.lighten30,
1083
1086
  smaltLight45: smalt.lighten45,
@@ -1098,6 +1101,7 @@ var palette$b = {
1098
1101
  yellowDark30: yellow$1.darken30,
1099
1102
  yellowDark45: yellow$1.darken45,
1100
1103
  yellowDark75: yellow$1.darken75,
1104
+ yellowLight30: yellow$1.lighten30,
1101
1105
  yellowLight45: yellow$1.lighten45,
1102
1106
  yellowLight60: yellow$1.lighten60,
1103
1107
  yellowLight75: yellow$1.lighten75,
package/lib/index.js CHANGED
@@ -1098,6 +1098,8 @@ var palette$b = {
1098
1098
  pinkLight90: pink$1.lighten90,
1099
1099
  purple: purple$1.base,
1100
1100
  purpleDark15: purple$1.darken15,
1101
+ purpleDark30: purple$1.darken30,
1102
+ purpleLight30: purple$1.lighten30,
1101
1103
  red: vermilion$2.base,
1102
1104
  redDark15: vermilion$2.darken15,
1103
1105
  redDark30: vermilion$2.darken30,
@@ -1109,6 +1111,7 @@ var palette$b = {
1109
1111
  redLight75: vermilion$2.lighten75,
1110
1112
  redLight90: vermilion$2.lighten90,
1111
1113
  smalt: smalt.base,
1114
+ smaltDark30: smalt.darken30,
1112
1115
  smaltDark75: smalt.darken75,
1113
1116
  smaltLight30: smalt.lighten30,
1114
1117
  smaltLight45: smalt.lighten45,
@@ -1129,6 +1132,7 @@ var palette$b = {
1129
1132
  yellowDark30: yellow$1.darken30,
1130
1133
  yellowDark45: yellow$1.darken45,
1131
1134
  yellowDark75: yellow$1.darken75,
1135
+ yellowLight30: yellow$1.lighten30,
1132
1136
  yellowLight45: yellow$1.lighten45,
1133
1137
  yellowLight60: yellow$1.lighten60,
1134
1138
  yellowLight75: yellow$1.lighten75,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "9.5.0-rc.0",
3
+ "version": "9.5.2-rc.0",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@emotion/native": "^11.9.3",
23
23
  "@emotion/react": "^11.9.3",
24
- "@hero-design/colors": "9.5.0-rc.0",
24
+ "@hero-design/colors": "9.5.2-rc.0",
25
25
  "date-fns": "^2.30.0",
26
26
  "events": "^3.2.0",
27
27
  "hero-editor": "^1.9.21",
28
28
  "nanoid": "^4.0.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "@hero-design/react-native-month-year-picker": "9.5.0-rc.0",
31
+ "@hero-design/react-native-month-year-picker": "9.5.2-rc.0",
32
32
  "@react-native-community/datetimepicker": "^3.5.2",
33
33
  "@react-native-community/slider": "4.1.12",
34
34
  "react": "18.0.0",
@@ -48,8 +48,8 @@
48
48
  "@babel/preset-typescript": "^7.17.12",
49
49
  "@babel/runtime": "^7.18.9",
50
50
  "@emotion/jest": "^11.11.0",
51
- "@hero-design/eslint-plugin": "9.5.0-rc.0",
52
- "@hero-design/react-native-month-year-picker": "9.5.0-rc.0",
51
+ "@hero-design/eslint-plugin": "9.5.2-rc.0",
52
+ "@hero-design/react-native-month-year-picker": "9.5.2-rc.0",
53
53
  "@react-native-community/datetimepicker": "^3.5.2",
54
54
  "@react-native-community/slider": "4.1.12",
55
55
  "@rollup/plugin-babel": "^5.3.1",
@@ -65,11 +65,11 @@
65
65
  "@types/react-native": "^0.67.7",
66
66
  "@types/react-native-vector-icons": "^6.4.10",
67
67
  "babel-plugin-inline-import": "^3.0.0",
68
- "eslint-config-hd": "9.5.0-rc.0",
68
+ "eslint-config-hd": "9.5.2-rc.0",
69
69
  "eslint-plugin-import": "^2.27.5",
70
70
  "jest": "^29.6.2",
71
71
  "jest-environment-jsdom": "^29.6.2",
72
- "prettier-config-hd": "9.5.0-rc.0",
72
+ "prettier-config-hd": "9.5.2-rc.0",
73
73
  "react": "18.0.0",
74
74
  "react-native": "0.69.7",
75
75
  "react-native-gesture-handler": "~2.5.0",