@ni/nimble-tokens 1.0.0-beta.31 → 1.0.0-beta.35

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.
package/package.json CHANGED
@@ -1,43 +1,45 @@
1
- {
2
- "name": "@ni/nimble-tokens",
3
- "version": "1.0.0-beta.31",
4
- "description": "Design tokens for the NI Nimble Design System",
5
- "scripts": {
6
- "build": "npm run build:svg-to-ts && npm run build:ts",
7
- "build:svg-to-ts": "svg-to-ts --config source/build/svg-to-ts-config.js",
8
- "build:ts": "tsc -p ./tsconfig.json",
9
- "build:ts:watch": "tsc -p ./tsconfig.json -w",
10
- "pack:nuget": "cross-env-shell dotnet pack ./source/NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
11
- "lint": "eslint ."
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "git+https://github.com/ni/nimble.git"
16
- },
17
- "author": {
18
- "name": "National Instruments"
19
- },
20
- "license": "UNLICENSED",
21
- "bugs": {
22
- "url": "https://github.com/ni/nimble/issues"
23
- },
24
- "homepage": "https://github.com/ni/nimble#readme",
25
- "devDependencies": {
26
- "@ni/eslint-config-javascript": "^3.0.0",
27
- "cross-env": "^7.0.3",
28
- "hex-rgb": "^4.0.0",
29
- "style-dictionary": "^3.0.3",
30
- "svg-to-ts": "^6.0.1",
31
- "typescript": "^4.3.2"
32
- },
33
- "files": [
34
- "assets-fonts/**",
35
- "dist/styledictionary/css/**",
36
- "dist/styledictionary/js/**",
37
- "dist/styledictionary/properties/**",
38
- "dist/styledictionary/scss/**",
39
- "dist-icons/**",
40
- "dist-icons-esm/**",
41
- "source/*.css"
42
- ]
43
- }
1
+ {
2
+ "name": "@ni/nimble-tokens",
3
+ "version": "1.0.0-beta.35",
4
+ "description": "Design tokens for the NI Nimble Design System",
5
+ "scripts": {
6
+ "build": "npm run build:svg-to-ts && npm run build:ts",
7
+ "build:svg-to-ts": "svg-to-ts --config source/build/svg-to-ts-config.js",
8
+ "build:ts": "tsc -p ./tsconfig.json",
9
+ "build:ts:watch": "tsc -p ./tsconfig.json -w",
10
+ "pack": "npm pack",
11
+ "pack:nuget": "cross-env-shell dotnet pack ./source/NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
12
+ "invoke-publish": "npm publish",
13
+ "lint": "eslint ."
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/ni/nimble.git"
18
+ },
19
+ "author": {
20
+ "name": "National Instruments"
21
+ },
22
+ "license": "UNLICENSED",
23
+ "bugs": {
24
+ "url": "https://github.com/ni/nimble/issues"
25
+ },
26
+ "homepage": "https://github.com/ni/nimble#readme",
27
+ "devDependencies": {
28
+ "@ni/eslint-config-javascript": "^3.0.0",
29
+ "cross-env": "^7.0.3",
30
+ "hex-rgb": "^4.0.0",
31
+ "style-dictionary": "^3.0.3",
32
+ "svg-to-ts": "^6.0.1",
33
+ "typescript": "^4.3.2"
34
+ },
35
+ "files": [
36
+ "assets-fonts/**",
37
+ "dist/styledictionary/css/**",
38
+ "dist/styledictionary/js/**",
39
+ "dist/styledictionary/properties/**",
40
+ "dist/styledictionary/scss/**",
41
+ "dist-icons/**",
42
+ "dist-icons-esm/**",
43
+ "source/*.css"
44
+ ]
45
+ }
@@ -0,0 +1,26 @@
1
+ @font-face {
2
+ font-family: 'Roboto';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: url('../assets-fonts/Roboto-Regular.woff2') format('woff2'),
6
+ url('../assets-fonts/Roboto-Regular.ttf') format('truetype');
7
+ font-display: swap;
8
+ }
9
+
10
+ @font-face {
11
+ font-family: 'Source Sans Pro';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ src: url('../assets-fonts/SourceSansPro-Regular.woff2') format('woff2'),
15
+ url('../assets-fonts/SourceSansPro-Regular.ttf') format('truetype');
16
+ font-display: swap;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Space Mono';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: url('../assets-fonts/SpaceMono-Regular.woff2') format('woff2'),
24
+ url('../assets-fonts/SpaceMono-Regular.ttf') format('truetype');
25
+ font-display: swap;
26
+ }
@@ -1,5 +0,0 @@
1
- @font-face {
2
- font-family: 'Source Sans Pro';
3
- src: url('../assets-fonts/SourceSansPro-Regular.ttf') format('truetype');
4
- font-display: swap;
5
- }
@@ -1,5 +0,0 @@
1
- @font-face {
2
- font-family: 'Space Mono';
3
- src: url('../assets-fonts/SpaceMono-Regular.ttf') format('truetype');
4
- font-display: swap;
5
- }