@ni/nimble-tokens 4.1.2 → 4.1.3

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 Thu, 26 May 2022 18:20:05 GMT
3
+ * Generated on Thu, 20 Oct 2022 19:57:29 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -144,10 +144,10 @@
144
144
  --ni-nimble-base-control-label-1-chinese-mac-size: 11px;
145
145
  --ni-nimble-base-button-label-1-chinese-mac-size: 11px;
146
146
  --ni-nimble-base-body-chinese-mac-size: 13px;
147
- --ni-nimble-base-error-color-ui-size: 9px;
147
+ --ni-nimble-base-error-color-ui-size: 11px;
148
148
  --ni-nimble-base-link-visited-light-ui-size: 14px;
149
- --ni-nimble-base-error-light-ui-size: 9px;
150
- --ni-nimble-base-error-dark-ui-size: 9px;
149
+ --ni-nimble-base-error-light-ui-size: 11px;
150
+ --ni-nimble-base-error-dark-ui-size: 11px;
151
151
  --ni-nimble-base-link-selection-100-light-ui-size: 14px;
152
152
  --ni-nimble-base-grid-header-size: 12.800000190734863px;
153
153
  --ni-nimble-base-group-label-expander-size: 14px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 26 May 2022 18:20:05 GMT
3
+ * Generated on Thu, 20 Oct 2022 19:57:29 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 Thu, 26 May 2022 18:20:05 GMT
3
+ * Generated on Thu, 20 Oct 2022 19:57:29 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
@@ -143,10 +143,10 @@ export const Headline1Size = "25px";
143
143
  export const ControlLabel1ChineseMacSize = "11px";
144
144
  export const ButtonLabel1ChineseMacSize = "11px";
145
145
  export const BodyChineseMacSize = "13px";
146
- export const ErrorColorUiSize = "9px";
146
+ export const ErrorColorUiSize = "11px";
147
147
  export const LinkVisitedLightUiSize = "14px";
148
- export const ErrorLightUiSize = "9px";
149
- export const ErrorDarkUiSize = "9px";
148
+ export const ErrorLightUiSize = "11px";
149
+ export const ErrorDarkUiSize = "11px";
150
150
  export const LinkSelection100LightUiSize = "14px";
151
151
  export const GridHeaderSize = "12.800000190734863px";
152
152
  export const GroupLabelExpanderSize = "14px";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 26 May 2022 18:20:05 GMT
3
+ // Generated on Thu, 20 Oct 2022 19:57:29 GMT
4
4
 
5
5
  $ni-nimble-base-sl-legacy-blue: #009ff5;
6
6
  $ni-nimble-base-information-100-dark-ui: #a46eff;
@@ -142,10 +142,10 @@ $ni-nimble-base-headline-1-size: 25px;
142
142
  $ni-nimble-base-control-label-1-chinese-mac-size: 11px;
143
143
  $ni-nimble-base-button-label-1-chinese-mac-size: 11px;
144
144
  $ni-nimble-base-body-chinese-mac-size: 13px;
145
- $ni-nimble-base-error-color-ui-size: 9px;
145
+ $ni-nimble-base-error-color-ui-size: 11px;
146
146
  $ni-nimble-base-link-visited-light-ui-size: 14px;
147
- $ni-nimble-base-error-light-ui-size: 9px;
148
- $ni-nimble-base-error-dark-ui-size: 9px;
147
+ $ni-nimble-base-error-light-ui-size: 11px;
148
+ $ni-nimble-base-error-dark-ui-size: 11px;
149
149
  $ni-nimble-base-link-selection-100-light-ui-size: 14px;
150
150
  $ni-nimble-base-grid-header-size: 12.800000190734863px;
151
151
  $ni-nimble-base-group-label-expander-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
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",