@haiilo/catalyst-tokens 1.1.0 → 1.2.0

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.
@@ -58,9 +58,9 @@
58
58
  --cat-color-base-brand-100: 201, 229, 232;
59
59
  --cat-color-base-brand-200: 45, 179, 195;
60
60
  --cat-color-base-brand-300: 41, 163, 177;
61
- --cat-color-base-brand-400: 32, 127, 138;
62
- --cat-color-base-brand-500: 28, 112, 122;
63
- --cat-color-base-brand-600: 25, 101, 110;
61
+ --cat-color-base-brand-400: 0, 129, 148;
62
+ --cat-color-base-brand-500: 1, 115, 132;
63
+ --cat-color-base-brand-600: 2, 83, 113;
64
64
  --cat-color-base-brand-700: 23, 91, 99;
65
65
  --cat-color-base-green-100: 212, 237, 228;
66
66
  --cat-color-base-green-200: 0, 187, 125;
@@ -83,15 +83,15 @@
83
83
  --cat-color-base-red-500: 194, 46, 11;
84
84
  --cat-color-base-red-600: 174, 42, 10;
85
85
  --cat-color-base-red-700: 158, 38, 9;
86
- --cat-color-theme-primary-bg: 32, 127, 138;
87
- --cat-color-theme-primary-bg-hover: 28, 112, 122;
88
- --cat-color-theme-primary-bg-active: 25, 101, 110;
86
+ --cat-color-theme-primary-bg: 0, 129, 148;
87
+ --cat-color-theme-primary-bg-hover: 1, 115, 132;
88
+ --cat-color-theme-primary-bg-active: 2, 83, 113;
89
89
  --cat-color-theme-primary-fill: 255, 255, 255;
90
90
  --cat-color-theme-primary-fill-hover: 255, 255, 255;
91
91
  --cat-color-theme-primary-fill-active: 255, 255, 255;
92
- --cat-color-theme-primary-text: 32, 127, 138;
93
- --cat-color-theme-primary-text-hover: 28, 112, 122;
94
- --cat-color-theme-primary-text-active: 25, 101, 110;
92
+ --cat-color-theme-primary-text: 0, 129, 148;
93
+ --cat-color-theme-primary-text-hover: 1, 115, 132;
94
+ --cat-color-theme-primary-text-active: 2, 83, 113;
95
95
  --cat-color-theme-secondary-bg: 105, 118, 135;
96
96
  --cat-color-theme-secondary-bg-hover: 105, 118, 135;
97
97
  --cat-color-theme-secondary-bg-active: 105, 118, 135;
@@ -57,9 +57,9 @@ export const ColorBaseNeutral900 = "#000000";
57
57
  export const ColorBaseBrand100 = "#c9e5e8";
58
58
  export const ColorBaseBrand200 = "#2db3c3";
59
59
  export const ColorBaseBrand300 = "#29a3b1";
60
- export const ColorBaseBrand400 = "#207f8a";
61
- export const ColorBaseBrand500 = "#1c707a";
62
- export const ColorBaseBrand600 = "#19656e";
60
+ export const ColorBaseBrand400 = "#008194";
61
+ export const ColorBaseBrand500 = "#017384";
62
+ export const ColorBaseBrand600 = "#025371";
63
63
  export const ColorBaseBrand700 = "#175b63";
64
64
  export const ColorBaseGreen100 = "#d4ede4";
65
65
  export const ColorBaseGreen200 = "#00bb7d";
@@ -82,15 +82,15 @@ export const ColorBaseRed400 = "#d9340d";
82
82
  export const ColorBaseRed500 = "#c22e0b";
83
83
  export const ColorBaseRed600 = "#ae2a0a";
84
84
  export const ColorBaseRed700 = "#9e2609";
85
- export const ColorThemePrimaryBg = "#207f8a";
86
- export const ColorThemePrimaryBgHover = "#1c707a";
87
- export const ColorThemePrimaryBgActive = "#19656e";
85
+ export const ColorThemePrimaryBg = "#008194";
86
+ export const ColorThemePrimaryBgHover = "#017384";
87
+ export const ColorThemePrimaryBgActive = "#025371";
88
88
  export const ColorThemePrimaryFill = "#ffffff";
89
89
  export const ColorThemePrimaryFillHover = "#ffffff";
90
90
  export const ColorThemePrimaryFillActive = "#ffffff";
91
- export const ColorThemePrimaryText = "#207f8a";
92
- export const ColorThemePrimaryTextHover = "#1c707a";
93
- export const ColorThemePrimaryTextActive = "#19656e";
91
+ export const ColorThemePrimaryText = "#008194";
92
+ export const ColorThemePrimaryTextHover = "#017384";
93
+ export const ColorThemePrimaryTextActive = "#025371";
94
94
  export const ColorThemeSecondaryBg = "#697687";
95
95
  export const ColorThemeSecondaryBgHover = "#697687";
96
96
  export const ColorThemeSecondaryBgActive = "#697687";
@@ -89,9 +89,9 @@ $cat-color-base-green-300: 0, 170, 113 !default;
89
89
  $cat-color-base-green-200: 0, 187, 125 !default;
90
90
  $cat-color-base-green-100: 212, 237, 228 !default;
91
91
  $cat-color-base-brand-700: 23, 91, 99 !default;
92
- $cat-color-base-brand-600: 25, 101, 110 !default;
93
- $cat-color-base-brand-500: 28, 112, 122 !default;
94
- $cat-color-base-brand-400: 32, 127, 138 !default;
92
+ $cat-color-base-brand-600: 2, 83, 113 !default;
93
+ $cat-color-base-brand-500: 1, 115, 132 !default;
94
+ $cat-color-base-brand-400: 0, 129, 148 !default;
95
95
  $cat-color-base-brand-300: 41, 163, 177 !default;
96
96
  $cat-color-base-brand-200: 45, 179, 195 !default;
97
97
  $cat-color-base-brand-100: 201, 229, 232 !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {