@hero-design/rn 8.67.0-alpha.1 → 8.67.0-alpha.2
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",
|
|
3
|
-
"version": "8.67.0-alpha.
|
|
3
|
+
"version": "8.67.0-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/primitives-core": "11.0.0",
|
|
24
24
|
"@emotion/react": "^11.9.3",
|
|
25
|
-
"@hero-design/colors": "8.43.
|
|
25
|
+
"@hero-design/colors": "8.43.3-alpha.0",
|
|
26
26
|
"date-fns": "^2.16.1",
|
|
27
27
|
"hero-editor": "^1.9.21",
|
|
28
28
|
"nanoid": "^4.0.2"
|
|
@@ -409,10 +409,10 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
409
409
|
onStartShouldSetResponder={[Function]}
|
|
410
410
|
style={
|
|
411
411
|
{
|
|
412
|
-
"backgroundColor": "#
|
|
412
|
+
"backgroundColor": "#FDFBFF",
|
|
413
413
|
"bottom": 0,
|
|
414
414
|
"left": 0,
|
|
415
|
-
"opacity": 0.
|
|
415
|
+
"opacity": 0.8,
|
|
416
416
|
"position": "absolute",
|
|
417
417
|
"right": 0,
|
|
418
418
|
"top": 0,
|
|
@@ -505,7 +505,7 @@ exports[`theme returns correct theme object 1`] = `
|
|
|
505
505
|
"actionItemBackground": "#000000",
|
|
506
506
|
"actionItemPressedBackground": "#000000",
|
|
507
507
|
"actionItemText": "#FDFBFF",
|
|
508
|
-
"backdropBackground": "#
|
|
508
|
+
"backdropBackground": "#FDFBFF",
|
|
509
509
|
"buttonActiveBackground": "#000000",
|
|
510
510
|
"buttonBackground": "#000000",
|
|
511
511
|
"buttonPressedBackground": "#000000",
|