@bcgov/design-tokens 2.0.0 → 2.0.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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @bcgov/design-tokens
2
2
 
3
- This package is being used to test publishing design tokens from Figma to npm.
3
+ This package is used to export and publish design tokens from Figma to npm for the BC Design System.
4
4
 
5
- Questions? Please email the <a href="mailto:corporatewebdesign@gov.bc.ca">GDX OSS Design Team</a>.
5
+ Questions? Please email the <a href="mailto:DesignSystem@gov.bc.ca">GDX OSS Design Team</a>.
6
6
 
7
7
  See main repository: https://github.com/bcgov/design-system
8
8
 
package/css/variables.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:31:25 GMT
3
+ * Generated on Wed, 10 Jan 2024 17:50:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -15,7 +15,7 @@
15
15
  --surface-opacity-80: 0.8;
16
16
  --surface-opacity-90: 0.9;
17
17
  --surface-opacity-100: 1;
18
- --surface-primary-default: #013366;
18
+ --surface-primary-default: #053662;
19
19
  --surface-primary-hover: #1E5189;
20
20
  --surface-primary-disabled: #edebe9;
21
21
  --surface-primary-active: #2E5DD7;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:31:26 GMT
3
+ * Generated on Wed, 10 Jan 2024 17:50:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -15,7 +15,7 @@
15
15
  --bcds-surface-opacity-80: 0.8;
16
16
  --bcds-surface-opacity-90: 0.9;
17
17
  --bcds-surface-opacity-100: 1;
18
- --bcds-surface-primary-default: #013366;
18
+ --bcds-surface-primary-default: #053662;
19
19
  --bcds-surface-primary-hover: #1E5189;
20
20
  --bcds-surface-primary-disabled: #edebe9;
21
21
  --bcds-surface-primary-active: #2E5DD7;
package/js/variables.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:31:26 GMT
3
+ * Generated on Wed, 10 Jan 2024 17:50:02 GMT
4
4
  */
5
5
 
6
6
  export const surfaceOpacity0 = 0;
@@ -14,7 +14,7 @@ export const surfaceOpacity70 = 0.7;
14
14
  export const surfaceOpacity80 = 0.8;
15
15
  export const surfaceOpacity90 = 0.9;
16
16
  export const surfaceOpacity100 = 1;
17
- export const surfacePrimaryDefault = "#013366";
17
+ export const surfacePrimaryDefault = "#053662";
18
18
  export const surfacePrimaryHover = "#1E5189";
19
19
  export const surfacePrimaryDisabled = "#edebe9";
20
20
  export const surfacePrimaryActive = "#2E5DD7";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:31:26 GMT
3
+ * Generated on Wed, 10 Jan 2024 17:50:02 GMT
4
4
  */
5
5
 
6
6
  export const bcdsSurfaceOpacity0 = 0;
@@ -14,7 +14,7 @@ export const bcdsSurfaceOpacity70 = 0.7;
14
14
  export const bcdsSurfaceOpacity80 = 0.8;
15
15
  export const bcdsSurfaceOpacity90 = 0.9;
16
16
  export const bcdsSurfaceOpacity100 = 1;
17
- export const bcdsSurfacePrimaryDefault = "#013366";
17
+ export const bcdsSurfacePrimaryDefault = "#053662";
18
18
  export const bcdsSurfacePrimaryHover = "#1E5189";
19
19
  export const bcdsSurfacePrimaryDisabled = "#edebe9";
20
20
  export const bcdsSurfacePrimaryActive = "#2E5DD7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcgov/design-tokens",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Design tokens for BC Design System",
5
5
  "repository": {
6
6
  "type": "git",