File tree Expand file tree Collapse file tree 15 files changed +415
-94
lines changed Expand file tree Collapse file tree 15 files changed +415
-94
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.1
4
+
5
+ ### Changed
6
+
7
+ - Updated ` surface.primary.default ` to ` #053662 `
8
+
3
9
## 2.0.0
4
10
5
11
### Changed
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Questions? Please email the <a href="mailto:DesignSystem@gov.bc.ca">GDX OSS Desi
14
14
15
15
## Steps to publish tokens
16
16
17
- 1 . Merge new token data into the JSON file ` input/tokens.json ` .
17
+ 1 . Update token data in the JSON file ` input/tokens.json ` .
18
18
2 . Run ` npm run build ` to run Style Dictionary, transforming the raw JSON data into usable token formats.
19
19
3 . Run ` npm run prepare-npm-package ` to copy the contents of ` build ` into ` dist ` .
20
20
4 . Run ` npm run publish-npm-package ` to publish to ` npm ` .
Original file line number Diff line number Diff line change 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
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 ;
Original file line number Diff line number Diff line change 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
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 ;
Original file line number Diff line number Diff line change 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" ;
Original file line number Diff line number Diff line change 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" ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 ;
Original file line number Diff line number Diff line change 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
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 ;
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments