@hero-design/rn 8.128.2 → 8.128.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.128.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5095](https://github.com/Thinkei/hero-design/pull/5095) [`18765e918e8a7efd00ee347b16953dbd5542aa3f`](https://github.com/Thinkei/hero-design/commit/18765e918e8a7efd00ee347b16953dbd5542aa3f) Thanks [@phthhieu](https://github.com/phthhieu)! - Revert "[ANG-5090] Update primary token to #7622d7 in EH Work & EH Jobs themes"
|
|
8
|
+
|
|
3
9
|
## 8.128.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/es/index.js
CHANGED
|
@@ -4978,7 +4978,7 @@ var swagLightGlobalPalette = _objectSpread2(_objectSpread2({}, globalPalette$1),
|
|
|
4978
4978
|
});
|
|
4979
4979
|
|
|
4980
4980
|
var ehWorkBrandSystemPalette = {
|
|
4981
|
-
primary: '#
|
|
4981
|
+
primary: '#460078',
|
|
4982
4982
|
onPrimary: '#fdfbff',
|
|
4983
4983
|
secondary: '#b382fd',
|
|
4984
4984
|
onSecondary: palette$4.white,
|
|
@@ -5007,7 +5007,6 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, ehWorkSystemPalette),
|
|
|
5007
5007
|
|
|
5008
5008
|
var ehJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
|
|
5009
5009
|
name: 'ehJobs',
|
|
5010
|
-
primary: '#7622d7',
|
|
5011
5010
|
secondary: '#40d1ff',
|
|
5012
5011
|
onSecondary: '#460078',
|
|
5013
5012
|
secondaryHighlightedSurface: '#ecfaff',
|
package/lib/index.js
CHANGED
|
@@ -5008,7 +5008,7 @@ var swagLightGlobalPalette = _objectSpread2(_objectSpread2({}, globalPalette$1),
|
|
|
5008
5008
|
});
|
|
5009
5009
|
|
|
5010
5010
|
var ehWorkBrandSystemPalette = {
|
|
5011
|
-
primary: '#
|
|
5011
|
+
primary: '#460078',
|
|
5012
5012
|
onPrimary: '#fdfbff',
|
|
5013
5013
|
secondary: '#b382fd',
|
|
5014
5014
|
onSecondary: palette$4.white,
|
|
@@ -5037,7 +5037,6 @@ var swagSystemPalette = _objectSpread2(_objectSpread2({}, ehWorkSystemPalette),
|
|
|
5037
5037
|
|
|
5038
5038
|
var ehJobsSystemPalette = _objectSpread2(_objectSpread2({}, swagSystemPalette), {}, {
|
|
5039
5039
|
name: 'ehJobs',
|
|
5040
|
-
primary: '#7622d7',
|
|
5041
5040
|
secondary: '#40d1ff',
|
|
5042
5041
|
onSecondary: '#460078',
|
|
5043
5042
|
secondaryHighlightedSurface: '#ecfaff',
|
package/package.json
CHANGED
|
@@ -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: '#
|
|
6
|
+
primary: '#460078',
|
|
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: "
|
|
35
|
+
themeIntent: "secondary" | "primary" | "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
|
} & {
|