@ni/nimble-tokens 1.0.0-beta.27 → 1.0.0-beta.30

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 Wed, 10 Nov 2021 15:57:17 GMT
3
+ * Generated on Wed, 17 Nov 2021 19:43:39 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 Nov 2021 15:57:17 GMT
3
+ * Generated on Wed, 17 Nov 2021 19:43:39 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 Wed, 10 Nov 2021 15:57:17 GMT
3
+ * Generated on Wed, 17 Nov 2021 19:43:39 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "1.0.0-beta.27",
3
+ "version": "1.0.0-beta.30",
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",
7
7
  "build:svg-to-ts": "svg-to-ts --config source/build/svg-to-ts-config.js",
8
8
  "build:ts": "tsc -p ./tsconfig.json",
9
9
  "build:ts:watch": "tsc -p ./tsconfig.json -w",
10
+ "pack:nuget": "dotnet pack ./source/NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
10
11
  "lint": "eslint ."
11
12
  },
12
13
  "repository": {
@@ -23,7 +24,8 @@
23
24
  "homepage": "https://github.com/ni/nimble#readme",
24
25
  "devDependencies": {
25
26
  "@ni/eslint-config-javascript": "^3.0.0",
26
- "style-dictionary": "^3.0.2",
27
+ "hex-rgb": "^4.0.0",
28
+ "style-dictionary": "^3.0.3",
27
29
  "svg-to-ts": "^6.0.1",
28
30
  "typescript": "^4.3.2"
29
31
  },