@ni/nimble-tokens 4.9.0 → 5.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 19:57:29 GMT
3
+ * Generated on Wed, 19 Apr 2023 17:42:08 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Oct 2022 19:57:29 GMT
3
+ * Generated on Wed, 19 Apr 2023 17:42:08 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, 20 Oct 2022 19:57:29 GMT
3
+ * Generated on Wed, 19 Apr 2023 17:42:08 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 20 Oct 2022 19:57:29 GMT
3
+ // Generated on Wed, 19 Apr 2023 17:42:08 GMT
4
4
 
5
5
  $ni-nimble-base-sl-legacy-blue: #009ff5;
6
6
  $ni-nimble-base-information-100-dark-ui: #a46eff;
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "4.9.0",
3
+ "version": "5.0.0",
4
4
  "description": "Design tokens for the NI Nimble Design System",
5
5
  "scripts": {
6
- "build": "npm run build:svg-to-ts && npm run build:ts && npm run build:svg-to-ico && npm run build:generate-font-scss",
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",
7
7
  "build:svg-to-ts": "svg-to-ts-constants --config build/svg-to-ts-config.js",
8
8
  "build:svg-to-ico": "node build/svg-to-ico.js",
9
9
  "build:generate-font-scss": "node build/generate-font-scss.js",
10
+ "build:style-dictionary": "cd source/styledictionary && node build.js",
10
11
  "build:ts": "tsc -p ./tsconfig.json",
11
12
  "build:ts:watch": "tsc -p ./tsconfig.json -w",
12
13
  "format": "eslint . --fix",
@@ -16,8 +17,7 @@
16
17
  "pack:nuget": "cross-env-shell dotnet pack ./NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
17
18
  "invoke-publish": "npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
18
19
  "invoke-publish:nuget": "cross-env-shell dotnet nuget push \"NimbleTokens/bin/Release/*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
19
- "invoke-publish:npm": "npm publish",
20
- "style-dictionary": "cd dist/styledictionary && node build.js"
20
+ "invoke-publish:npm": "npm publish"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",