@haiilo/catalyst-tokens 1.2.3 → 1.2.5
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/dist/css/_variables.css
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
--cat-color-base-brand-300: 41, 163, 177;
|
|
61
61
|
--cat-color-base-brand-400: 0, 129, 148;
|
|
62
62
|
--cat-color-base-brand-500: 1, 115, 132;
|
|
63
|
-
--cat-color-base-brand-600: 2,
|
|
63
|
+
--cat-color-base-brand-600: 2, 99, 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;
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
--cat-color-base-red-700: 158, 38, 9;
|
|
86
86
|
--cat-color-theme-primary-bg: 0, 129, 148;
|
|
87
87
|
--cat-color-theme-primary-bg-hover: 1, 115, 132;
|
|
88
|
-
--cat-color-theme-primary-bg-active: 2,
|
|
88
|
+
--cat-color-theme-primary-bg-active: 2, 99, 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
92
|
--cat-color-theme-primary-text: 0, 129, 148;
|
|
93
93
|
--cat-color-theme-primary-text-hover: 1, 115, 132;
|
|
94
|
-
--cat-color-theme-primary-text-active: 2,
|
|
94
|
+
--cat-color-theme-primary-text-active: 2, 99, 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;
|
package/dist/js/_variables.js
CHANGED
|
@@ -59,7 +59,7 @@ export const ColorBaseBrand200 = "#2db3c3";
|
|
|
59
59
|
export const ColorBaseBrand300 = "#29a3b1";
|
|
60
60
|
export const ColorBaseBrand400 = "#008194";
|
|
61
61
|
export const ColorBaseBrand500 = "#017384";
|
|
62
|
-
export const ColorBaseBrand600 = "#
|
|
62
|
+
export const ColorBaseBrand600 = "#026371";
|
|
63
63
|
export const ColorBaseBrand700 = "#175b63";
|
|
64
64
|
export const ColorBaseGreen100 = "#d4ede4";
|
|
65
65
|
export const ColorBaseGreen200 = "#00bb7d";
|
|
@@ -84,13 +84,13 @@ export const ColorBaseRed600 = "#ae2a0a";
|
|
|
84
84
|
export const ColorBaseRed700 = "#9e2609";
|
|
85
85
|
export const ColorThemePrimaryBg = "#008194";
|
|
86
86
|
export const ColorThemePrimaryBgHover = "#017384";
|
|
87
|
-
export const ColorThemePrimaryBgActive = "#
|
|
87
|
+
export const ColorThemePrimaryBgActive = "#026371";
|
|
88
88
|
export const ColorThemePrimaryFill = "#ffffff";
|
|
89
89
|
export const ColorThemePrimaryFillHover = "#ffffff";
|
|
90
90
|
export const ColorThemePrimaryFillActive = "#ffffff";
|
|
91
91
|
export const ColorThemePrimaryText = "#008194";
|
|
92
92
|
export const ColorThemePrimaryTextHover = "#017384";
|
|
93
|
-
export const ColorThemePrimaryTextActive = "#
|
|
93
|
+
export const ColorThemePrimaryTextActive = "#026371";
|
|
94
94
|
export const ColorThemeSecondaryBg = "#697687";
|
|
95
95
|
export const ColorThemeSecondaryBgHover = "#697687";
|
|
96
96
|
export const ColorThemeSecondaryBgActive = "#697687";
|
|
@@ -90,7 +90,7 @@ $cat-color-base-green-300: 0, 170, 113 !default;
|
|
|
90
90
|
$cat-color-base-green-200: 0, 187, 125 !default;
|
|
91
91
|
$cat-color-base-green-100: 212, 237, 228 !default;
|
|
92
92
|
$cat-color-base-brand-700: 23, 91, 99 !default;
|
|
93
|
-
$cat-color-base-brand-600: 2,
|
|
93
|
+
$cat-color-base-brand-600: 2, 99, 113 !default;
|
|
94
94
|
$cat-color-base-brand-500: 1, 115, 132 !default;
|
|
95
95
|
$cat-color-base-brand-400: 0, 129, 148 !default;
|
|
96
96
|
$cat-color-base-brand-300: 41, 163, 177 !default;
|