@hero-design/rn-work-uikit 1.7.2 → 1.7.4

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn-work-uikit",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -23,7 +23,7 @@
23
23
  "@emotion/native": "^11.9.3",
24
24
  "@emotion/primitives-core": "11.0.0",
25
25
  "@emotion/react": "^11.9.3",
26
- "@hero-design/rn": "^8.107.0",
26
+ "@hero-design/rn": "^8.108.2",
27
27
  "hero-editor": "^1.16.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -1281,12 +1281,12 @@ exports[`theme returns correct theme object 1`] = `
1281
1281
  },
1282
1282
  "slider": {
1283
1283
  "colors": {
1284
- "disabledThumbTint": "#bfc1c5",
1285
- "disabledTrackBackground": "#f6f6f7",
1286
- "maximumTrackTint": "#ece8ef",
1287
- "minimumTrackTint": "#401960",
1288
- "thumbTint": "#401960",
1289
- "trackBackground": "#ece8ef",
1284
+ "disabledSelectedTrack": "#b3a3bf",
1285
+ "disabledThumb": "#b3a3bf",
1286
+ "disabledUnselectedTrack": "#999999",
1287
+ "selectedTrack": "#401960",
1288
+ "thumb": "#401960",
1289
+ "unselectedTrack": "rgba(0,0,0,0.1)",
1290
1290
  },
1291
1291
  "radii": {
1292
1292
  "marker": 999,
@@ -1687,7 +1687,7 @@ exports[`theme returns correct theme object 1`] = `
1687
1687
  "colors": {
1688
1688
  "archived": "#606065",
1689
1689
  "body": "#001f23",
1690
- "danger": "#f46363",
1690
+ "danger": "#cb300a",
1691
1691
  "disabled": "#bfc1c5",
1692
1692
  "inactive": "#808f91",
1693
1693
  "info": "#355bfb",