@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.
@@ -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 foregroundBody = "#082d35";
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
- foregroundBody,
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
- foregroundBody,
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 foregroundBody = "#082d35";
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
- foregroundBody: "#082d35";
447
+ foregroundCanvas: "#082d35";
448
448
  foregroundLink: "#11596a";
449
449
  foregroundNeutral: "#082d35";
450
450
  foregroundNeutralModerate: "#223f44";
@@ -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 foregroundBody = "#082d35";
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
- foregroundBody,
447
+ foregroundCanvas,
448
448
  foregroundLink,
449
449
  foregroundNeutral,
450
450
  foregroundNeutralModerate,
@@ -1891,13 +1891,13 @@ module.exports = {
1891
1891
  "foreground": [
1892
1892
  {
1893
1893
  "value": "#082d35",
1894
- "name": "foregroundBody",
1895
- "description": "Body foreground. Used as global default for all text.",
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
- "body"
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: "foregroundBody"
1062
- description: "Body foreground. Used as global default for all text."
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
  },
@@ -1891,13 +1891,13 @@ export default {
1891
1891
  "foreground": [
1892
1892
  {
1893
1893
  "value": "#082d35",
1894
- "name": "foregroundBody",
1895
- "description": "Body foreground. Used as global default for all text.",
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
- "body"
1900
+ "canvas"
1901
1901
  ]
1902
1902
  },
1903
1903
  {
@@ -235,7 +235,7 @@ module.exports = {
235
235
  "inverse": "rgba(255, 255, 255, 0.113)"
236
236
  },
237
237
  "foreground": {
238
- "body": "#082d35",
238
+ "canvas": "#082d35",
239
239
  "link": "#11596a",
240
240
  "neutral": {
241
241
  "default": "#082d35",
@@ -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-body: #082d35;
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 11:50:24 GMT
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-body: #082d35;
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
@@ -236,7 +236,7 @@ declare const tokens: {
236
236
  "inverse": "rgba(255, 255, 255, 0.113)"
237
237
  },
238
238
  "foreground": {
239
- "body": "#082d35",
239
+ "canvas": "#082d35",
240
240
  "link": "#11596a",
241
241
  "neutral": {
242
242
  "default": "#082d35",
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
- "COLOR_FOREGROUND_BODY": "#082d35",
187
+ "COLOR_FOREGROUND_CANVAS": "#082d35",
188
188
  "COLOR_FOREGROUND_LINK": "#11596a",
189
189
  "COLOR_FOREGROUND_NEUTRAL": "#082d35",
190
190
  "COLOR_FOREGROUND_NEUTRAL_MODERATE": "#223f44",
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 04 Aug 2023 11:50:24 GMT
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-body': #082d35,
193
+ 'color-foreground-canvas': #082d35,
194
194
  'color-foreground-link': #11596a,
195
195
  'color-foreground-neutral': #082d35,
196
196
  'color-foreground-neutral-moderate': #223f44,
@@ -235,7 +235,7 @@ export default {
235
235
  "inverse": "rgba(255, 255, 255, 0.113)"
236
236
  },
237
237
  "foreground": {
238
- "body": "#082d35",
238
+ "canvas": "#082d35",
239
239
  "link": "#11596a",
240
240
  "neutral": {
241
241
  "default": "#082d35",
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 04 Aug 2023 11:50:24 GMT
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-body: #082d35;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-colors",
3
- "version": "3.0.0-next.1",
3
+ "version": "3.0.0-next.2",
4
4
  "description": "Color primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -296,9 +296,9 @@
296
296
  }
297
297
  },
298
298
  "foreground": {
299
- "body": {
299
+ "canvas": {
300
300
  "value": "{color.foreground.neutral.@.value}",
301
- "description": "Body foreground. Used as global default for all text."
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}",