@volue/design-colors 3.0.0-next.1 → 3.0.0-next.2
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/flat.common.js +3 -3
- package/dist/flat.d.ts +2 -2
- package/dist/flat.module.js +2 -2
- package/dist/generic.common.js +3 -3
- package/dist/generic.d.ts +2 -2
- package/dist/generic.module.js +3 -3
- package/dist/index.common.js +1 -1
- package/dist/index.cssmodules.css +1 -1
- package/dist/index.custom-properties.css +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.json +1 -1
- package/dist/index.map.scss +2 -2
- package/dist/index.module.js +1 -1
- package/dist/index.scss +2 -2
- package/package.json +1 -1
- package/src/functional.json +2 -2
package/dist/flat.common.js
CHANGED
|
@@ -183,7 +183,7 @@ const backgroundInfoStrongHover = "#005e72";
|
|
|
183
183
|
const backgroundDisabled = "#e6ebec";
|
|
184
184
|
const backgroundDisabledSubtle = "#f3f5f6";
|
|
185
185
|
const backgroundInverse = "rgba(255, 255, 255, 0.113)";
|
|
186
|
-
const
|
|
186
|
+
const foregroundCanvas = "#082d35";
|
|
187
187
|
const foregroundLink = "#11596a";
|
|
188
188
|
const foregroundNeutral = "#082d35";
|
|
189
189
|
const foregroundNeutralModerate = "#223f44";
|
|
@@ -439,7 +439,7 @@ module.exports = {
|
|
|
439
439
|
backgroundDisabled,
|
|
440
440
|
backgroundDisabledSubtle,
|
|
441
441
|
backgroundInverse,
|
|
442
|
-
|
|
442
|
+
foregroundCanvas,
|
|
443
443
|
foregroundLink,
|
|
444
444
|
foregroundNeutral,
|
|
445
445
|
foregroundNeutralModerate,
|
|
@@ -700,7 +700,7 @@ module.exports = {
|
|
|
700
700
|
backgroundInverse
|
|
701
701
|
},
|
|
702
702
|
foreground: {
|
|
703
|
-
|
|
703
|
+
foregroundCanvas,
|
|
704
704
|
foregroundLink,
|
|
705
705
|
foregroundNeutral,
|
|
706
706
|
foregroundNeutralModerate,
|
package/dist/flat.d.ts
CHANGED
|
@@ -183,7 +183,7 @@ export declare const backgroundInfoStrongHover = "#005e72";
|
|
|
183
183
|
export declare const backgroundDisabled = "#e6ebec";
|
|
184
184
|
export declare const backgroundDisabledSubtle = "#f3f5f6";
|
|
185
185
|
export declare const backgroundInverse = "rgba(255, 255, 255, 0.113)";
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const foregroundCanvas = "#082d35";
|
|
187
187
|
export declare const foregroundLink = "#11596a";
|
|
188
188
|
export declare const foregroundNeutral = "#082d35";
|
|
189
189
|
export declare const foregroundNeutralModerate = "#223f44";
|
|
@@ -444,7 +444,7 @@ export declare const background: {
|
|
|
444
444
|
backgroundInverse: "rgba(255, 255, 255, 0.113)";
|
|
445
445
|
};
|
|
446
446
|
export declare const foreground: {
|
|
447
|
-
|
|
447
|
+
foregroundCanvas: "#082d35";
|
|
448
448
|
foregroundLink: "#11596a";
|
|
449
449
|
foregroundNeutral: "#082d35";
|
|
450
450
|
foregroundNeutralModerate: "#223f44";
|
package/dist/flat.module.js
CHANGED
|
@@ -183,7 +183,7 @@ export const backgroundInfoStrongHover = "#005e72";
|
|
|
183
183
|
export const backgroundDisabled = "#e6ebec";
|
|
184
184
|
export const backgroundDisabledSubtle = "#f3f5f6";
|
|
185
185
|
export const backgroundInverse = "rgba(255, 255, 255, 0.113)";
|
|
186
|
-
export const
|
|
186
|
+
export const foregroundCanvas = "#082d35";
|
|
187
187
|
export const foregroundLink = "#11596a";
|
|
188
188
|
export const foregroundNeutral = "#082d35";
|
|
189
189
|
export const foregroundNeutralModerate = "#223f44";
|
|
@@ -444,7 +444,7 @@ export const background = {
|
|
|
444
444
|
backgroundInverse
|
|
445
445
|
};
|
|
446
446
|
export const foreground = {
|
|
447
|
-
|
|
447
|
+
foregroundCanvas,
|
|
448
448
|
foregroundLink,
|
|
449
449
|
foregroundNeutral,
|
|
450
450
|
foregroundNeutralModerate,
|
package/dist/generic.common.js
CHANGED
|
@@ -1891,13 +1891,13 @@ module.exports = {
|
|
|
1891
1891
|
"foreground": [
|
|
1892
1892
|
{
|
|
1893
1893
|
"value": "#082d35",
|
|
1894
|
-
"name": "
|
|
1895
|
-
"description": "
|
|
1894
|
+
"name": "foregroundCanvas",
|
|
1895
|
+
"description": "Canvas foreground. Used for the default foreground of your app.",
|
|
1896
1896
|
"originalName": "foregroundNeutral",
|
|
1897
1897
|
"path": [
|
|
1898
1898
|
"color",
|
|
1899
1899
|
"foreground",
|
|
1900
|
-
"
|
|
1900
|
+
"canvas"
|
|
1901
1901
|
]
|
|
1902
1902
|
},
|
|
1903
1903
|
{
|
package/dist/generic.d.ts
CHANGED
|
@@ -1058,8 +1058,8 @@ declare const tokens: {
|
|
|
1058
1058
|
"foreground": [
|
|
1059
1059
|
{
|
|
1060
1060
|
value: "#082d35"
|
|
1061
|
-
name: "
|
|
1062
|
-
description: "
|
|
1061
|
+
name: "foregroundCanvas"
|
|
1062
|
+
description: "Canvas foreground. Used for the default foreground of your app."
|
|
1063
1063
|
originalName: "foregroundNeutral"
|
|
1064
1064
|
path: string[]
|
|
1065
1065
|
},
|
package/dist/generic.module.js
CHANGED
|
@@ -1891,13 +1891,13 @@ export default {
|
|
|
1891
1891
|
"foreground": [
|
|
1892
1892
|
{
|
|
1893
1893
|
"value": "#082d35",
|
|
1894
|
-
"name": "
|
|
1895
|
-
"description": "
|
|
1894
|
+
"name": "foregroundCanvas",
|
|
1895
|
+
"description": "Canvas foreground. Used for the default foreground of your app.",
|
|
1896
1896
|
"originalName": "foregroundNeutral",
|
|
1897
1897
|
"path": [
|
|
1898
1898
|
"color",
|
|
1899
1899
|
"foreground",
|
|
1900
|
-
"
|
|
1900
|
+
"canvas"
|
|
1901
1901
|
]
|
|
1902
1902
|
},
|
|
1903
1903
|
{
|
package/dist/index.common.js
CHANGED
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
@value color-background-disabled: #e6ebec;
|
|
184
184
|
@value color-background-disabled-subtle: #f3f5f6;
|
|
185
185
|
@value color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
186
|
-
@value color-foreground-
|
|
186
|
+
@value color-foreground-canvas: #082d35;
|
|
187
187
|
@value color-foreground-link: #11596a;
|
|
188
188
|
@value color-foreground-neutral: #082d35;
|
|
189
189
|
@value color-foreground-neutral-moderate: #223f44;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 04 Aug 2023
|
|
3
|
+
* Generated on Fri, 04 Aug 2023 14:05:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
--color-background-disabled: #e6ebec;
|
|
190
190
|
--color-background-disabled-subtle: #f3f5f6;
|
|
191
191
|
--color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
192
|
-
--color-foreground-
|
|
192
|
+
--color-foreground-canvas: #082d35;
|
|
193
193
|
--color-foreground-link: #11596a;
|
|
194
194
|
--color-foreground-neutral: #082d35;
|
|
195
195
|
--color-foreground-neutral-moderate: #223f44;
|
package/dist/index.d.ts
CHANGED
package/dist/index.json
CHANGED
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"COLOR_BACKGROUND_DISABLED": "#e6ebec",
|
|
185
185
|
"COLOR_BACKGROUND_DISABLED_SUBTLE": "#f3f5f6",
|
|
186
186
|
"COLOR_BACKGROUND_INVERSE": "rgba(255, 255, 255, 0.113)",
|
|
187
|
-
"
|
|
187
|
+
"COLOR_FOREGROUND_CANVAS": "#082d35",
|
|
188
188
|
"COLOR_FOREGROUND_LINK": "#11596a",
|
|
189
189
|
"COLOR_FOREGROUND_NEUTRAL": "#082d35",
|
|
190
190
|
"COLOR_FOREGROUND_NEUTRAL_MODERATE": "#223f44",
|
package/dist/index.map.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri, 04 Aug 2023
|
|
4
|
+
* Generated on Fri, 04 Aug 2023 14:05:04 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$colors-map: (
|
|
@@ -190,7 +190,7 @@ $colors-map: (
|
|
|
190
190
|
'color-background-disabled': #e6ebec,
|
|
191
191
|
'color-background-disabled-subtle': #f3f5f6,
|
|
192
192
|
'color-background-inverse': rgba(255, 255, 255, 0.113),
|
|
193
|
-
'color-foreground-
|
|
193
|
+
'color-foreground-canvas': #082d35,
|
|
194
194
|
'color-foreground-link': #11596a,
|
|
195
195
|
'color-foreground-neutral': #082d35,
|
|
196
196
|
'color-foreground-neutral-moderate': #223f44,
|
package/dist/index.module.js
CHANGED
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Fri, 04 Aug 2023
|
|
3
|
+
// Generated on Fri, 04 Aug 2023 14:05:04 GMT
|
|
4
4
|
|
|
5
5
|
$color-white: #ffffff;
|
|
6
6
|
$color-gray0: #f9fafb;
|
|
@@ -187,7 +187,7 @@ $color-background-info-strong-hover: #005e72;
|
|
|
187
187
|
$color-background-disabled: #e6ebec;
|
|
188
188
|
$color-background-disabled-subtle: #f3f5f6;
|
|
189
189
|
$color-background-inverse: rgba(255, 255, 255, 0.113);
|
|
190
|
-
$color-foreground-
|
|
190
|
+
$color-foreground-canvas: #082d35;
|
|
191
191
|
$color-foreground-link: #11596a;
|
|
192
192
|
$color-foreground-neutral: #082d35;
|
|
193
193
|
$color-foreground-neutral-moderate: #223f44;
|
package/package.json
CHANGED
package/src/functional.json
CHANGED
|
@@ -296,9 +296,9 @@
|
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
298
|
"foreground": {
|
|
299
|
-
"
|
|
299
|
+
"canvas": {
|
|
300
300
|
"value": "{color.foreground.neutral.@.value}",
|
|
301
|
-
"description": "
|
|
301
|
+
"description": "Canvas foreground. Used for the default foreground of your app."
|
|
302
302
|
},
|
|
303
303
|
"link": {
|
|
304
304
|
"value": "{color.foreground.accent.moderate.value}",
|