@hero-design/rn 8.68.0-alpha.0 → 8.68.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
@@ -1916,7 +1916,7 @@ var swagBrandSystemPallete = {
1916
1916
  highlightedSurface: '#F1E9FB',
1917
1917
  pressedSurface: '#380060',
1918
1918
  decorativePrimary: '#FDFBFF',
1919
- decorativePrimarySurface: '#B382FD'
1919
+ decorativePrimarySurface: '#DDC8F5'
1920
1920
  };
1921
1921
  var swagSystemPalette = _objectSpread2(_objectSpread2({}, globalPalette$1), swagBrandSystemPallete);
1922
1922
 
package/lib/index.js CHANGED
@@ -1943,7 +1943,7 @@ var swagBrandSystemPallete = {
1943
1943
  highlightedSurface: '#F1E9FB',
1944
1944
  pressedSurface: '#380060',
1945
1945
  decorativePrimary: '#FDFBFF',
1946
- decorativePrimarySurface: '#B382FD'
1946
+ decorativePrimarySurface: '#DDC8F5'
1947
1947
  };
1948
1948
  var swagSystemPalette = _objectSpread2(_objectSpread2({}, globalPalette$1), swagBrandSystemPallete);
1949
1949
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.68.0-alpha.0",
3
+ "version": "8.68.0-alpha.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -12,7 +12,7 @@ const swagBrandSystemPallete: BrandSystemPalette = {
12
12
  pressedSurface: '#380060',
13
13
 
14
14
  decorativePrimary: '#FDFBFF',
15
- decorativePrimarySurface: '#B382FD',
15
+ decorativePrimarySurface: '#DDC8F5',
16
16
  };
17
17
 
18
18
  const swagSystemPalette: SystemPalette = {