@ni/nimble-tokens 6.10.1 → 6.11.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
|
|
3
|
+
* Generated on Thu, 22 Feb 2024 00:57:15 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -93,6 +93,8 @@
|
|
|
93
93
|
--ni-nimble-base-tooltip-caption-weight: 400;
|
|
94
94
|
--ni-nimble-base-body-emphasized-family: Source Sans Pro;
|
|
95
95
|
--ni-nimble-base-body-emphasized-weight: 600;
|
|
96
|
+
--ni-nimble-base-body-emphasized-2-family: Source Sans Pro;
|
|
97
|
+
--ni-nimble-base-body-emphasized-2-weight: 600;
|
|
96
98
|
--ni-nimble-base-subtitle-1-family: Source Sans Pro;
|
|
97
99
|
--ni-nimble-base-subtitle-1-weight: 300;
|
|
98
100
|
--ni-nimble-base-title-3-family: Source Sans Pro;
|
|
@@ -138,6 +140,7 @@
|
|
|
138
140
|
--ni-nimble-base-placeholder-size: 14px;
|
|
139
141
|
--ni-nimble-base-tooltip-caption-size: 11px;
|
|
140
142
|
--ni-nimble-base-body-emphasized-size: 14px;
|
|
143
|
+
--ni-nimble-base-body-emphasized-2-size: 16px;
|
|
141
144
|
--ni-nimble-base-subtitle-1-size: 12.800000190734863px;
|
|
142
145
|
--ni-nimble-base-title-3-size: 25px;
|
|
143
146
|
--ni-nimble-base-subtitle-2-size: 16px;
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
--ni-nimble-base-link-line-height: 18px;
|
|
167
170
|
--ni-nimble-base-placeholder-line-height: 18px;
|
|
168
171
|
--ni-nimble-base-body-emphasized-line-height: 18px;
|
|
172
|
+
--ni-nimble-base-body-emphasized-2-line-height: 16px;
|
|
169
173
|
--ni-nimble-base-button-label-1-line-height: 16px;
|
|
170
174
|
--ni-nimble-base-tooltip-caption-line-height: 14px;
|
|
171
175
|
--ni-nimble-base-small-delay: 0.075s; /* Short animation delay used for control state change animation */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 22 Feb 2024 00:57:15 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const SlLegacyBlue : string;
|
|
@@ -92,6 +92,8 @@ export const TooltipCaptionFamily : string;
|
|
|
92
92
|
export const TooltipCaptionWeight : string;
|
|
93
93
|
export const BodyEmphasizedFamily : string;
|
|
94
94
|
export const BodyEmphasizedWeight : string;
|
|
95
|
+
export const BodyEmphasized2Family : string;
|
|
96
|
+
export const BodyEmphasized2Weight : string;
|
|
95
97
|
export const Subtitle1Family : string;
|
|
96
98
|
export const Subtitle1Weight : string;
|
|
97
99
|
export const Title3Family : string;
|
|
@@ -137,6 +139,7 @@ export const Headline2Size : string;
|
|
|
137
139
|
export const PlaceholderSize : string;
|
|
138
140
|
export const TooltipCaptionSize : string;
|
|
139
141
|
export const BodyEmphasizedSize : string;
|
|
142
|
+
export const BodyEmphasized2Size : string;
|
|
140
143
|
export const Subtitle1Size : string;
|
|
141
144
|
export const Title3Size : string;
|
|
142
145
|
export const Subtitle2Size : string;
|
|
@@ -165,6 +168,7 @@ export const Subtitle1LineHeight : string;
|
|
|
165
168
|
export const LinkLineHeight : string;
|
|
166
169
|
export const PlaceholderLineHeight : string;
|
|
167
170
|
export const BodyEmphasizedLineHeight : string;
|
|
171
|
+
export const BodyEmphasized2LineHeight : string;
|
|
168
172
|
export const ButtonLabel1LineHeight : string;
|
|
169
173
|
export const TooltipCaptionLineHeight : string;
|
|
170
174
|
export const SmallDelay : string; // Short animation delay used for control state change animation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 22 Feb 2024 00:57:15 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const SlLegacyBlue = "#009ff5";
|
|
@@ -92,6 +92,8 @@ export const TooltipCaptionFamily = "Source Sans Pro";
|
|
|
92
92
|
export const TooltipCaptionWeight = "400";
|
|
93
93
|
export const BodyEmphasizedFamily = "Source Sans Pro";
|
|
94
94
|
export const BodyEmphasizedWeight = "600";
|
|
95
|
+
export const BodyEmphasized2Family = "Source Sans Pro";
|
|
96
|
+
export const BodyEmphasized2Weight = "600";
|
|
95
97
|
export const Subtitle1Family = "Source Sans Pro";
|
|
96
98
|
export const Subtitle1Weight = "300";
|
|
97
99
|
export const Title3Family = "Source Sans Pro";
|
|
@@ -137,6 +139,7 @@ export const Headline2Size = "29.100000381469727px";
|
|
|
137
139
|
export const PlaceholderSize = "14px";
|
|
138
140
|
export const TooltipCaptionSize = "11px";
|
|
139
141
|
export const BodyEmphasizedSize = "14px";
|
|
142
|
+
export const BodyEmphasized2Size = "16px";
|
|
140
143
|
export const Subtitle1Size = "12.800000190734863px";
|
|
141
144
|
export const Title3Size = "25px";
|
|
142
145
|
export const Subtitle2Size = "16px";
|
|
@@ -165,6 +168,7 @@ export const Subtitle1LineHeight = "16px";
|
|
|
165
168
|
export const LinkLineHeight = "18px";
|
|
166
169
|
export const PlaceholderLineHeight = "18px";
|
|
167
170
|
export const BodyEmphasizedLineHeight = "18px";
|
|
171
|
+
export const BodyEmphasized2LineHeight = "16px";
|
|
168
172
|
export const ButtonLabel1LineHeight = "16px";
|
|
169
173
|
export const TooltipCaptionLineHeight = "14px";
|
|
170
174
|
export const SmallDelay = "0.075s"; // Short animation delay used for control state change animation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 22 Feb 2024 00:57:15 GMT
|
|
4
4
|
|
|
5
5
|
$ni-nimble-base-sl-legacy-blue: #009ff5;
|
|
6
6
|
$ni-nimble-base-information-100-dark-ui: #a46eff;
|
|
@@ -91,6 +91,8 @@ $ni-nimble-base-tooltip-caption-family: Source Sans Pro;
|
|
|
91
91
|
$ni-nimble-base-tooltip-caption-weight: 400;
|
|
92
92
|
$ni-nimble-base-body-emphasized-family: Source Sans Pro;
|
|
93
93
|
$ni-nimble-base-body-emphasized-weight: 600;
|
|
94
|
+
$ni-nimble-base-body-emphasized-2-family: Source Sans Pro;
|
|
95
|
+
$ni-nimble-base-body-emphasized-2-weight: 600;
|
|
94
96
|
$ni-nimble-base-subtitle-1-family: Source Sans Pro;
|
|
95
97
|
$ni-nimble-base-subtitle-1-weight: 300;
|
|
96
98
|
$ni-nimble-base-title-3-family: Source Sans Pro;
|
|
@@ -136,6 +138,7 @@ $ni-nimble-base-headline-2-size: 29.100000381469727px;
|
|
|
136
138
|
$ni-nimble-base-placeholder-size: 14px;
|
|
137
139
|
$ni-nimble-base-tooltip-caption-size: 11px;
|
|
138
140
|
$ni-nimble-base-body-emphasized-size: 14px;
|
|
141
|
+
$ni-nimble-base-body-emphasized-2-size: 16px;
|
|
139
142
|
$ni-nimble-base-subtitle-1-size: 12.800000190734863px;
|
|
140
143
|
$ni-nimble-base-title-3-size: 25px;
|
|
141
144
|
$ni-nimble-base-subtitle-2-size: 16px;
|
|
@@ -164,6 +167,7 @@ $ni-nimble-base-subtitle-1-line-height: 16px;
|
|
|
164
167
|
$ni-nimble-base-link-line-height: 18px;
|
|
165
168
|
$ni-nimble-base-placeholder-line-height: 18px;
|
|
166
169
|
$ni-nimble-base-body-emphasized-line-height: 18px;
|
|
170
|
+
$ni-nimble-base-body-emphasized-2-line-height: 16px;
|
|
167
171
|
$ni-nimble-base-button-label-1-line-height: 16px;
|
|
168
172
|
$ni-nimble-base-tooltip-caption-line-height: 14px;
|
|
169
173
|
$ni-nimble-base-small-delay: 0.075s; // Short animation delay used for control state change animation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.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",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"pack": "npm run pack:npm && npm run pack:nuget",
|
|
16
16
|
"pack:npm": "npm pack",
|
|
17
17
|
"pack:nuget": "cross-env-shell dotnet pack ./NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
|
|
18
|
-
"invoke-publish": "npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
|
|
18
|
+
"invoke-publish": "npm run invoke-publish:clean-nuget && npm run pack && npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
|
|
19
|
+
"invoke-publish:clean-nuget": "rimraf --glob \"NimbleTokens/bin/Release/*.nupkg\"",
|
|
19
20
|
"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\"",
|
|
20
21
|
"invoke-publish:npm": "npm publish"
|
|
21
22
|
},
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"cross-env": "^7.0.3",
|
|
41
42
|
"glob": "^8.1.0",
|
|
42
43
|
"lodash": "^4.17.21",
|
|
44
|
+
"rimraf": "^5.0.5",
|
|
43
45
|
"sharp": "^0.32.1",
|
|
44
46
|
"style-dictionary": "3.7.2",
|
|
45
47
|
"svg-to-ts": "^10.1.0",
|