@bcgov/design-tokens 0.0.2 → 2.0.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ This package is being used to test publishing design tokens from Figma to npm.
4
4
 
5
5
  Questions? Please email the <a href="mailto:corporatewebdesign@gov.bc.ca">GDX OSS Design Team</a>.
6
6
 
7
- See main repository: https://github.com/bcgov/design-tokens
7
+ See main repository: https://github.com/bcgov/design-system
8
8
 
9
9
  To use, install this package (`npm i @bcgov/design-tokens`) and import the design tokens for your platform. Reference the design tokens according to your platform's needs.
10
10
 
package/css/variables.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 21:20:25 GMT
3
+ * Generated on Wed, 22 Nov 2023 20:31:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -29,8 +29,8 @@
29
29
  --surface-tertiary-active: #2E5DD7;
30
30
  --surface-danger-default: #ce3e39;
31
31
  --surface-danger-hover: #a2312d;
32
- --surface-danger-disabled: #edebe9;
33
32
  --surface-danger-active: #2E5DD7;
33
+ --surface-danger-disabled: #edebe9;
34
34
  --surface-background-white: #ffffff;
35
35
  --surface-background-light: #faf9f8;
36
36
  --surface-border-light: #d8d8d8;
@@ -115,6 +115,7 @@
115
115
  --icons-icons-danger: #ce3e39;
116
116
  --icons-icons-success: #42814a;
117
117
  --icons-icons-warning: #f8bb47;
118
+ --icons-icons-primary-invert: #ffffff;
118
119
  --icons-size-xsmall: 14px;
119
120
  --icons-size-small: 16px;
120
121
  --icons-size-medium: 20px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 21:20:25 GMT
3
+ * Generated on Wed, 22 Nov 2023 20:31:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -29,8 +29,8 @@
29
29
  --bcds-surface-tertiary-active: #2E5DD7;
30
30
  --bcds-surface-danger-default: #ce3e39;
31
31
  --bcds-surface-danger-hover: #a2312d;
32
- --bcds-surface-danger-disabled: #edebe9;
33
32
  --bcds-surface-danger-active: #2E5DD7;
33
+ --bcds-surface-danger-disabled: #edebe9;
34
34
  --bcds-surface-background-white: #ffffff;
35
35
  --bcds-surface-background-light: #faf9f8;
36
36
  --bcds-surface-border-light: #d8d8d8;
@@ -115,6 +115,7 @@
115
115
  --bcds-icons-icons-danger: #ce3e39;
116
116
  --bcds-icons-icons-success: #42814a;
117
117
  --bcds-icons-icons-warning: #f8bb47;
118
+ --bcds-icons-icons-primary-invert: #ffffff;
118
119
  --bcds-icons-size-xsmall: 14px;
119
120
  --bcds-icons-size-small: 16px;
120
121
  --bcds-icons-size-medium: 20px;
package/js/variables.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 21:20:25 GMT
3
+ * Generated on Wed, 22 Nov 2023 20:31:26 GMT
4
4
  */
5
5
 
6
6
  export const surfaceOpacity0 = 0;
@@ -28,8 +28,8 @@ export const surfaceTertiaryDisabled = "#edebe9";
28
28
  export const surfaceTertiaryActive = "#2E5DD7";
29
29
  export const surfaceDangerDefault = "#ce3e39";
30
30
  export const surfaceDangerHover = "#a2312d";
31
- export const surfaceDangerDisabled = "#edebe9";
32
31
  export const surfaceDangerActive = "#2E5DD7";
32
+ export const surfaceDangerDisabled = "#edebe9";
33
33
  export const surfaceBackgroundWhite = "#ffffff";
34
34
  export const surfaceBackgroundLight = "#faf9f8";
35
35
  export const surfaceBorderLight = "#d8d8d8";
@@ -114,6 +114,7 @@ export const iconsIconsInfo = "#053662";
114
114
  export const iconsIconsDanger = "#ce3e39";
115
115
  export const iconsIconsSuccess = "#42814a";
116
116
  export const iconsIconsWarning = "#f8bb47";
117
+ export const iconsIconsPrimaryInvert = "#ffffff";
117
118
  export const iconsSizeXsmall = "14px";
118
119
  export const iconsSizeSmall = "16px";
119
120
  export const iconsSizeMedium = "20px";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 21:20:25 GMT
3
+ * Generated on Wed, 22 Nov 2023 20:31:26 GMT
4
4
  */
5
5
 
6
6
  export const bcdsSurfaceOpacity0 = 0;
@@ -28,8 +28,8 @@ export const bcdsSurfaceTertiaryDisabled = "#edebe9";
28
28
  export const bcdsSurfaceTertiaryActive = "#2E5DD7";
29
29
  export const bcdsSurfaceDangerDefault = "#ce3e39";
30
30
  export const bcdsSurfaceDangerHover = "#a2312d";
31
- export const bcdsSurfaceDangerDisabled = "#edebe9";
32
31
  export const bcdsSurfaceDangerActive = "#2E5DD7";
32
+ export const bcdsSurfaceDangerDisabled = "#edebe9";
33
33
  export const bcdsSurfaceBackgroundWhite = "#ffffff";
34
34
  export const bcdsSurfaceBackgroundLight = "#faf9f8";
35
35
  export const bcdsSurfaceBorderLight = "#d8d8d8";
@@ -114,6 +114,7 @@ export const bcdsIconsIconsInfo = "#053662";
114
114
  export const bcdsIconsIconsDanger = "#ce3e39";
115
115
  export const bcdsIconsIconsSuccess = "#42814a";
116
116
  export const bcdsIconsIconsWarning = "#f8bb47";
117
+ export const bcdsIconsIconsPrimaryInvert = "#ffffff";
117
118
  export const bcdsIconsSizeXsmall = "14px";
118
119
  export const bcdsIconsSizeSmall = "16px";
119
120
  export const bcdsIconsSizeMedium = "20px";
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bcgov/design-tokens",
3
- "version": "0.0.2",
3
+ "version": "2.0.0",
4
4
  "description": "Design tokens for BC Design System",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/bcgov/design-system.git"
8
8
  },
9
9
  "keywords": [
10
- "design-system",
10
+ "design system",
11
11
  "design tokens",
12
12
  "figma",
13
13
  "tokens studio",