@ni/nimble-tokens 6.2.0 → 6.2.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Fri, 14 Jul 2023 21:58:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -76,7 +76,7 @@
76
76
  --ni-nimble-base-group-label-1-family: Source Sans Pro;
77
77
  --ni-nimble-base-group-label-1-weight: 600;
78
78
  --ni-nimble-base-button-label-1-family: Source Sans Pro;
79
- --ni-nimble-base-button-label-1-weight: 400;
79
+ --ni-nimble-base-button-label-1-weight: 600;
80
80
  --ni-nimble-base-title-1-family: Source Sans Pro;
81
81
  --ni-nimble-base-title-1-weight: 400;
82
82
  --ni-nimble-base-link-color-ui-family: Source Sans Pro;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Fri, 14 Jul 2023 21:58:02 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Fri, 14 Jul 2023 21:58:02 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
@@ -75,7 +75,7 @@ export const Header1Weight = "400";
75
75
  export const GroupLabel1Family = "Source Sans Pro";
76
76
  export const GroupLabel1Weight = "600";
77
77
  export const ButtonLabel1Family = "Source Sans Pro";
78
- export const ButtonLabel1Weight = "400";
78
+ export const ButtonLabel1Weight = "600";
79
79
  export const Title1Family = "Source Sans Pro";
80
80
  export const Title1Weight = "400";
81
81
  export const LinkColorUiFamily = "Source Sans Pro";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ // Generated on Fri, 14 Jul 2023 21:58:02 GMT
4
4
 
5
5
  $ni-nimble-base-sl-legacy-blue: #009ff5;
6
6
  $ni-nimble-base-information-100-dark-ui: #a46eff;
@@ -74,7 +74,7 @@ $ni-nimble-base-header-1-weight: 400;
74
74
  $ni-nimble-base-group-label-1-family: Source Sans Pro;
75
75
  $ni-nimble-base-group-label-1-weight: 600;
76
76
  $ni-nimble-base-button-label-1-family: Source Sans Pro;
77
- $ni-nimble-base-button-label-1-weight: 400;
77
+ $ni-nimble-base-button-label-1-weight: 600;
78
78
  $ni-nimble-base-title-1-family: Source Sans Pro;
79
79
  $ni-nimble-base-title-1-weight: 400;
80
80
  $ni-nimble-base-link-color-ui-family: Source Sans Pro;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Design tokens for the NI Nimble Design System",
5
5
  "scripts": {
6
6
  "build": "npm run build:svg-to-ts && npm run build:ts && npm run build:svg-to-ico && npm run build:generate-font-scss && npm run build:style-dictionary",