@covalent/tokens 8.2.0 → 8.2.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/_index.scss +3 -3
- package/index.css +3 -3
- package/index.d.ts +1 -1
- package/index.js +3 -3
- package/index.json +4 -4
- package/package.json +1 -1
package/_index.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 16 Feb 2024 18:48:43 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$light-primary: #3053f4ff !default;
|
|
@@ -50,7 +50,7 @@ $light-text-secondary-on-background: #5c5b5fff !default;
|
|
|
50
50
|
$light-text-hint-on-background: #5c5b5fff !default;
|
|
51
51
|
$light-text-disabled-on-background: #1e1d1e61 !default;
|
|
52
52
|
$light-text-icon-on-background: #5c5b5fff !default;
|
|
53
|
-
$light-text-logo-on-background: #
|
|
53
|
+
$light-text-logo-on-background: #FF5F02 !default;
|
|
54
54
|
$light-text-primary-on-light: #1e1d1eff !default;
|
|
55
55
|
$light-text-secondary-on-light: #5c5b5fff !default;
|
|
56
56
|
$light-text-hint-on-light: #5c5b5fff !default;
|
|
@@ -116,7 +116,7 @@ $dark-text-secondary-on-background: #ebe8ecff !default;
|
|
|
116
116
|
$dark-text-hint-on-background: #ebe8ecff !default;
|
|
117
117
|
$dark-text-disabled-on-background: #ebe8ec61 !default;
|
|
118
118
|
$dark-text-icon-on-background: #ebe8ecff !default;
|
|
119
|
-
$dark-text-logo-on-background: #
|
|
119
|
+
$dark-text-logo-on-background: #ffffff !default;
|
|
120
120
|
$dark-text-primary-on-light: #1e1d1eff !default;
|
|
121
121
|
$dark-text-secondary-on-light: #5c5b5fff !default;
|
|
122
122
|
$dark-text-hint-on-light: #5c5b5fff !default;
|
package/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 16 Feb 2024 18:48:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
--cv-light-text-hint-on-background: #5c5b5fff;
|
|
51
51
|
--cv-light-text-disabled-on-background: #1e1d1e61;
|
|
52
52
|
--cv-light-text-icon-on-background: #5c5b5fff;
|
|
53
|
-
--cv-light-text-logo-on-background: #
|
|
53
|
+
--cv-light-text-logo-on-background: #FF5F02;
|
|
54
54
|
--cv-light-text-primary-on-light: #1e1d1eff;
|
|
55
55
|
--cv-light-text-secondary-on-light: #5c5b5fff;
|
|
56
56
|
--cv-light-text-hint-on-light: #5c5b5fff;
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
--cv-dark-text-hint-on-background: #ebe8ecff;
|
|
117
117
|
--cv-dark-text-disabled-on-background: #ebe8ec61;
|
|
118
118
|
--cv-dark-text-icon-on-background: #ebe8ecff;
|
|
119
|
-
--cv-dark-text-logo-on-background: #
|
|
119
|
+
--cv-dark-text-logo-on-background: #ffffff;
|
|
120
120
|
--cv-dark-text-primary-on-light: #1e1d1eff;
|
|
121
121
|
--cv-dark-text-secondary-on-light: #5c5b5fff;
|
|
122
122
|
--cv-dark-text-hint-on-light: #5c5b5fff;
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 16 Feb 2024 18:48:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const CvLightPrimary = "#3053f4ff";
|
|
@@ -49,7 +49,7 @@ export const CvLightTextSecondaryOnBackground = "#5c5b5fff";
|
|
|
49
49
|
export const CvLightTextHintOnBackground = "#5c5b5fff";
|
|
50
50
|
export const CvLightTextDisabledOnBackground = "#1e1d1e61";
|
|
51
51
|
export const CvLightTextIconOnBackground = "#5c5b5fff";
|
|
52
|
-
export const CvLightTextLogoOnBackground = "#
|
|
52
|
+
export const CvLightTextLogoOnBackground = "#FF5F02";
|
|
53
53
|
export const CvLightTextPrimaryOnLight = "#1e1d1eff";
|
|
54
54
|
export const CvLightTextSecondaryOnLight = "#5c5b5fff";
|
|
55
55
|
export const CvLightTextHintOnLight = "#5c5b5fff";
|
|
@@ -115,7 +115,7 @@ export const CvDarkTextSecondaryOnBackground = "#ebe8ecff";
|
|
|
115
115
|
export const CvDarkTextHintOnBackground = "#ebe8ecff";
|
|
116
116
|
export const CvDarkTextDisabledOnBackground = "#ebe8ec61";
|
|
117
117
|
export const CvDarkTextIconOnBackground = "#ebe8ecff";
|
|
118
|
-
export const CvDarkTextLogoOnBackground = "#
|
|
118
|
+
export const CvDarkTextLogoOnBackground = "#ffffff";
|
|
119
119
|
export const CvDarkTextPrimaryOnLight = "#1e1d1eff";
|
|
120
120
|
export const CvDarkTextSecondaryOnLight = "#5c5b5fff";
|
|
121
121
|
export const CvDarkTextHintOnLight = "#5c5b5fff";
|
package/index.json
CHANGED
|
@@ -875,12 +875,12 @@
|
|
|
875
875
|
]
|
|
876
876
|
},
|
|
877
877
|
"text-logo-on-background": {
|
|
878
|
-
"value": "#
|
|
878
|
+
"value": "#FF5F02",
|
|
879
879
|
"type": "color",
|
|
880
880
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
881
881
|
"isSource": true,
|
|
882
882
|
"original": {
|
|
883
|
-
"value": "#
|
|
883
|
+
"value": "#FF5F02",
|
|
884
884
|
"type": "color"
|
|
885
885
|
},
|
|
886
886
|
"name": "text-logo-on-background",
|
|
@@ -2131,12 +2131,12 @@
|
|
|
2131
2131
|
]
|
|
2132
2132
|
},
|
|
2133
2133
|
"text-logo-on-background": {
|
|
2134
|
-
"value": "#
|
|
2134
|
+
"value": "#ffffff",
|
|
2135
2135
|
"type": "color",
|
|
2136
2136
|
"filePath": "libs/tokens/src/color/deprecated/text.json",
|
|
2137
2137
|
"isSource": true,
|
|
2138
2138
|
"original": {
|
|
2139
|
-
"value": "#
|
|
2139
|
+
"value": "#ffffff",
|
|
2140
2140
|
"type": "color"
|
|
2141
2141
|
},
|
|
2142
2142
|
"name": "text-logo-on-background",
|