@hero-design/rn 8.67.0-alpha.0 → 8.67.0-alpha.1

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/es/index.js CHANGED
@@ -2788,7 +2788,7 @@ var getFABTheme = function getFABTheme(theme) {
2788
2788
  icon: theme.colors.onPrimary,
2789
2789
  actionItemBackground: theme.colors.overlayGlobalSurface,
2790
2790
  actionItemPressedBackground: theme.colors.overlayGlobalSurface,
2791
- backdropBackground: theme.colors.overlayGlobalSurface,
2791
+ backdropBackground: theme.colors.defaultSurface,
2792
2792
  titleText: theme.colors.onPrimary,
2793
2793
  actionItemText: theme.colors.onPrimary
2794
2794
  };
@@ -14982,7 +14982,7 @@ var StyledBackdrop = index$9(AnimatedPressable)(function (_ref2) {
14982
14982
  right: 0,
14983
14983
  top: 0,
14984
14984
  bottom: 0,
14985
- opacity: 0.25,
14985
+ opacity: 0.8,
14986
14986
  backgroundColor: theme.__hd__.fab.colors.backdropBackground
14987
14987
  };
14988
14988
  });
package/lib/index.js CHANGED
@@ -2815,7 +2815,7 @@ var getFABTheme = function getFABTheme(theme) {
2815
2815
  icon: theme.colors.onPrimary,
2816
2816
  actionItemBackground: theme.colors.overlayGlobalSurface,
2817
2817
  actionItemPressedBackground: theme.colors.overlayGlobalSurface,
2818
- backdropBackground: theme.colors.overlayGlobalSurface,
2818
+ backdropBackground: theme.colors.defaultSurface,
2819
2819
  titleText: theme.colors.onPrimary,
2820
2820
  actionItemText: theme.colors.onPrimary
2821
2821
  };
@@ -15009,7 +15009,7 @@ var StyledBackdrop = index$9(AnimatedPressable)(function (_ref2) {
15009
15009
  right: 0,
15010
15010
  top: 0,
15011
15011
  bottom: 0,
15012
- opacity: 0.25,
15012
+ opacity: 0.8,
15013
15013
  backgroundColor: theme.__hd__.fab.colors.backdropBackground
15014
15014
  };
15015
15015
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.67.0-alpha.0",
3
+ "version": "8.67.0-alpha.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -45,7 +45,7 @@ const StyledBackdrop = styled(AnimatedPressable)(({ theme }) => ({
45
45
  right: 0,
46
46
  top: 0,
47
47
  bottom: 0,
48
- opacity: 0.25,
48
+ opacity: 0.8,
49
49
  backgroundColor: theme.__hd__.fab.colors.backdropBackground,
50
50
  }));
51
51
 
@@ -8,7 +8,7 @@ const getFABTheme = (theme: GlobalTheme) => {
8
8
  icon: theme.colors.onPrimary,
9
9
  actionItemBackground: theme.colors.overlayGlobalSurface,
10
10
  actionItemPressedBackground: theme.colors.overlayGlobalSurface,
11
- backdropBackground: theme.colors.overlayGlobalSurface,
11
+ backdropBackground: theme.colors.defaultSurface,
12
12
  titleText: theme.colors.onPrimary,
13
13
  actionItemText: theme.colors.onPrimary,
14
14
  };