@hero-design/rn 8.130.2 → 8.130.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.130.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5112](https://github.com/Thinkei/hero-design/pull/5112) [`7bedc8eb61aa5875eac9053001cd2f881b26e050`](https://github.com/Thinkei/hero-design/commit/7bedc8eb61aa5875eac9053001cd2f881b26e050) Thanks [@ttkien](https://github.com/ttkien)! - [Theme] Update primary token to #7622d7 in EH Work & EH Jobs themes
8
+
3
9
  ## 8.130.2
4
10
 
5
11
  ### Patch Changes
package/es/index.js CHANGED
@@ -4977,7 +4977,7 @@ var swagLightGlobalPalette = _objectSpread2(_objectSpread2({}, globalPalette$1),
4977
4977
  });
4978
4978
 
4979
4979
  var ehWorkBrandSystemPalette = {
4980
- primary: '#460078',
4980
+ primary: '#7622d7',
4981
4981
  onPrimary: '#fdfbff',
4982
4982
  secondary: '#b382fd',
4983
4983
  onSecondary: palette$4.white,
@@ -5006,6 +5006,7 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, ehWorkSystemPalette),
5006
5006
 
5007
5007
  var ehJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
5008
5008
  name: 'ehJobs',
5009
+ primary: '#7622d7',
5009
5010
  secondary: '#40d1ff',
5010
5011
  onSecondary: '#460078',
5011
5012
  secondaryHighlightedSurface: '#ecfaff',
package/lib/index.js CHANGED
@@ -5006,7 +5006,7 @@ var swagLightGlobalPalette = _objectSpread2(_objectSpread2({}, globalPalette$1),
5006
5006
  });
5007
5007
 
5008
5008
  var ehWorkBrandSystemPalette = {
5009
- primary: '#460078',
5009
+ primary: '#7622d7',
5010
5010
  onPrimary: '#fdfbff',
5011
5011
  secondary: '#b382fd',
5012
5012
  onSecondary: palette$4.white,
@@ -5035,6 +5035,7 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, ehWorkSystemPalette),
5035
5035
 
5036
5036
  var ehJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
5037
5037
  name: 'ehJobs',
5038
+ primary: '#7622d7',
5038
5039
  secondary: '#40d1ff',
5039
5040
  onSecondary: '#460078',
5040
5041
  secondaryHighlightedSurface: '#ecfaff',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.130.2",
3
+ "version": "8.130.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -4,6 +4,7 @@ import type { SystemPalette } from './types';
4
4
  const ehJobsSystemPalette: SystemPalette = {
5
5
  ...swagLightSystemPalette,
6
6
  name: 'ehJobs',
7
+ primary: '#7622d7',
7
8
  secondary: '#40d1ff',
8
9
  onSecondary: '#460078',
9
10
  secondaryHighlightedSurface: '#ecfaff',
@@ -3,7 +3,7 @@ import type { SystemPalette, BrandSystemPalette } from './types';
3
3
  import swagLightGlobalPalette from './swagLightGlobal';
4
4
 
5
5
  const ehWorkBrandSystemPalette: BrandSystemPalette = {
6
- primary: '#460078',
6
+ primary: '#7622d7',
7
7
  onPrimary: '#fdfbff',
8
8
  secondary: '#b382fd',
9
9
  onSecondary: palette.white,
@@ -32,7 +32,7 @@ export declare const StyledCheckMark: import("@emotion/native").StyledComponent<
32
32
  as?: React.ElementType;
33
33
  } & {
34
34
  themeSize: "small" | "xsmall" | "medium" | "large" | "xlarge" | "xxxsmall";
35
- themeIntent: "secondary" | "primary" | "text" | "success" | "info" | "warning" | "danger" | "muted" | "inactive" | "disabled-text" | "text-inverted";
35
+ themeIntent: "primary" | "secondary" | "text" | "success" | "info" | "warning" | "danger" | "muted" | "inactive" | "disabled-text" | "text-inverted";
36
36
  } & {
37
37
  ref?: import("react").Ref<import("react-native-vector-icons/Icon").Icon> | undefined;
38
38
  } & {