@ni/nimble-components 26.0.0 → 27.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.
- package/dist/all-components-bundle.js +34 -80
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3456 -3456
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/src/theme-provider/design-token-comments.d.ts +1 -1
- package/dist/esm/src/theme-provider/design-tokens.d.ts +23 -23
- package/dist/esm/theme-provider/design-token-comments.d.ts +1 -1
- package/dist/esm/theme-provider/design-token-comments.js +1 -24
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/esm/theme-provider/design-token-names.js +1 -24
- package/dist/esm/theme-provider/design-token-names.js.map +1 -1
- package/dist/esm/theme-provider/design-tokens.d.ts +23 -23
- package/dist/esm/theme-provider/design-tokens.js +32 -55
- package/dist/esm/theme-provider/design-tokens.js.map +1 -1
- package/dist/tokens-internal.scss +0 -138
- package/dist/tokens.scss +0 -69
- package/package.json +1 -1
package/dist/tokens.scss
CHANGED
|
@@ -185,9 +185,6 @@ $ni-nimble-headline-plus-1-font-weight: var($ni-nimble-internal-headline-plus-1-
|
|
|
185
185
|
/// Font line height for the "Headline_2" base token
|
|
186
186
|
$ni-nimble-headline-plus-1-font-line-height: var($ni-nimble-internal-headline-plus-1-font-line-height);
|
|
187
187
|
|
|
188
|
-
/// null
|
|
189
|
-
$ni-nimble-headline-plus-1-fallback-font-family: var($ni-nimble-internal-headline-plus-1-fallback-font-family);
|
|
190
|
-
|
|
191
188
|
/// Font shorthand for the "Headline_1" base token
|
|
192
189
|
$ni-nimble-headline-font: var($ni-nimble-internal-headline-font);
|
|
193
190
|
|
|
@@ -209,9 +206,6 @@ $ni-nimble-headline-font-weight: var($ni-nimble-internal-headline-font-weight);
|
|
|
209
206
|
/// Font line height for the "Headline_1" base token
|
|
210
207
|
$ni-nimble-headline-font-line-height: var($ni-nimble-internal-headline-font-line-height);
|
|
211
208
|
|
|
212
|
-
/// Fallback font family for the "Headline_1" base token
|
|
213
|
-
$ni-nimble-headline-fallback-font-family: var($ni-nimble-internal-headline-fallback-font-family);
|
|
214
|
-
|
|
215
209
|
/// Font shorthand for the "Grid_Header" base token
|
|
216
210
|
$ni-nimble-table-header-font: var($ni-nimble-internal-table-header-font);
|
|
217
211
|
|
|
@@ -233,9 +227,6 @@ $ni-nimble-table-header-font-weight: var($ni-nimble-internal-table-header-font-w
|
|
|
233
227
|
/// Font line height for the "Grid_Header" base token
|
|
234
228
|
$ni-nimble-table-header-font-line-height: var($ni-nimble-internal-table-header-font-line-height);
|
|
235
229
|
|
|
236
|
-
/// Fallback font family for the "Grid_Header" base token
|
|
237
|
-
$ni-nimble-table-header-fallback-font-family: var($ni-nimble-internal-table-header-fallback-font-family);
|
|
238
|
-
|
|
239
230
|
/// Font shorthand for the "Title_3" base token
|
|
240
231
|
$ni-nimble-title-plus-2-font: var($ni-nimble-internal-title-plus-2-font);
|
|
241
232
|
|
|
@@ -257,9 +248,6 @@ $ni-nimble-title-plus-2-font-weight: var($ni-nimble-internal-title-plus-2-font-w
|
|
|
257
248
|
/// Font line height for the "Title_3" base token
|
|
258
249
|
$ni-nimble-title-plus-2-font-line-height: var($ni-nimble-internal-title-plus-2-font-line-height);
|
|
259
250
|
|
|
260
|
-
/// Fallback font family for the "Title_3" base token
|
|
261
|
-
$ni-nimble-title-plus-2-fallback-font-family: var($ni-nimble-internal-title-plus-2-fallback-font-family);
|
|
262
|
-
|
|
263
251
|
/// Font shorthand for the "Title_2" base token
|
|
264
252
|
$ni-nimble-title-plus-1-font: var($ni-nimble-internal-title-plus-1-font);
|
|
265
253
|
|
|
@@ -281,9 +269,6 @@ $ni-nimble-title-plus-1-font-weight: var($ni-nimble-internal-title-plus-1-font-w
|
|
|
281
269
|
/// Font line height for the "Title_2" base token
|
|
282
270
|
$ni-nimble-title-plus-1-font-line-height: var($ni-nimble-internal-title-plus-1-font-line-height);
|
|
283
271
|
|
|
284
|
-
/// Fallback font family for the "Title_2" base token
|
|
285
|
-
$ni-nimble-title-plus-1-fallback-font-family: var($ni-nimble-internal-title-plus-1-fallback-font-family);
|
|
286
|
-
|
|
287
272
|
/// Font shorthand for the "Title_1" base token
|
|
288
273
|
$ni-nimble-title-font: var($ni-nimble-internal-title-font);
|
|
289
274
|
|
|
@@ -305,9 +290,6 @@ $ni-nimble-title-font-weight: var($ni-nimble-internal-title-font-weight);
|
|
|
305
290
|
/// Font line height for the "Title_1" base token
|
|
306
291
|
$ni-nimble-title-font-line-height: var($ni-nimble-internal-title-font-line-height);
|
|
307
292
|
|
|
308
|
-
/// Fallback font family for the "Title_1" base token
|
|
309
|
-
$ni-nimble-title-fallback-font-family: var($ni-nimble-internal-title-fallback-font-family);
|
|
310
|
-
|
|
311
293
|
/// Font shorthand for the "Subtitle_2" base token
|
|
312
294
|
$ni-nimble-subtitle-plus-1-font: var($ni-nimble-internal-subtitle-plus-1-font);
|
|
313
295
|
|
|
@@ -329,9 +311,6 @@ $ni-nimble-subtitle-plus-1-font-weight: var($ni-nimble-internal-subtitle-plus-1-
|
|
|
329
311
|
/// Font line height for the "Subtitle_2" base token
|
|
330
312
|
$ni-nimble-subtitle-plus-1-font-line-height: var($ni-nimble-internal-subtitle-plus-1-font-line-height);
|
|
331
313
|
|
|
332
|
-
/// Fallback font family for the "Subtitle_2" base token
|
|
333
|
-
$ni-nimble-subtitle-plus-1-fallback-font-family: var($ni-nimble-internal-subtitle-plus-1-fallback-font-family);
|
|
334
|
-
|
|
335
314
|
/// Font shorthand for the "Subtitle_1" base token
|
|
336
315
|
$ni-nimble-subtitle-font: var($ni-nimble-internal-subtitle-font);
|
|
337
316
|
|
|
@@ -353,9 +332,6 @@ $ni-nimble-subtitle-font-weight: var($ni-nimble-internal-subtitle-font-weight);
|
|
|
353
332
|
/// Font line height for the "Subtitle_1" base token
|
|
354
333
|
$ni-nimble-subtitle-font-line-height: var($ni-nimble-internal-subtitle-font-line-height);
|
|
355
334
|
|
|
356
|
-
/// Fallback font family for the "Subtitle_1" base token
|
|
357
|
-
$ni-nimble-subtitle-fallback-font-family: var($ni-nimble-internal-subtitle-fallback-font-family);
|
|
358
|
-
|
|
359
335
|
/// Font shorthand for links
|
|
360
336
|
$ni-nimble-link-font: var($ni-nimble-internal-link-font);
|
|
361
337
|
|
|
@@ -377,9 +353,6 @@ $ni-nimble-link-font-weight: var($ni-nimble-internal-link-font-weight);
|
|
|
377
353
|
/// Font line height for links
|
|
378
354
|
$ni-nimble-link-font-line-height: var($ni-nimble-internal-link-font-line-height);
|
|
379
355
|
|
|
380
|
-
/// Fallback font family for links
|
|
381
|
-
$ni-nimble-link-fallback-font-family: var($ni-nimble-internal-link-fallback-font-family);
|
|
382
|
-
|
|
383
356
|
/// Font shorthand for active links
|
|
384
357
|
$ni-nimble-link-active-font: var($ni-nimble-internal-link-active-font);
|
|
385
358
|
|
|
@@ -401,9 +374,6 @@ $ni-nimble-link-active-font-weight: var($ni-nimble-internal-link-active-font-wei
|
|
|
401
374
|
/// Font line height for active links
|
|
402
375
|
$ni-nimble-link-active-font-line-height: var($ni-nimble-internal-link-active-font-line-height);
|
|
403
376
|
|
|
404
|
-
/// Fallback font family for active links
|
|
405
|
-
$ni-nimble-link-active-fallback-font-family: var($ni-nimble-internal-link-active-fallback-font-family);
|
|
406
|
-
|
|
407
377
|
/// Font shorthand for prominent links
|
|
408
378
|
$ni-nimble-link-prominent-font: var($ni-nimble-internal-link-prominent-font);
|
|
409
379
|
|
|
@@ -425,9 +395,6 @@ $ni-nimble-link-prominent-font-weight: var($ni-nimble-internal-link-prominent-fo
|
|
|
425
395
|
/// Font line height for prominent links
|
|
426
396
|
$ni-nimble-link-prominent-font-line-height: var($ni-nimble-internal-link-prominent-font-line-height);
|
|
427
397
|
|
|
428
|
-
/// Fallback font family for prominent links
|
|
429
|
-
$ni-nimble-link-prominent-fallback-font-family: var($ni-nimble-internal-link-prominent-fallback-font-family);
|
|
430
|
-
|
|
431
398
|
/// Font shorthand for active prominent links
|
|
432
399
|
$ni-nimble-link-active-prominent-font: var($ni-nimble-internal-link-active-prominent-font);
|
|
433
400
|
|
|
@@ -449,9 +416,6 @@ $ni-nimble-link-active-prominent-font-weight: var($ni-nimble-internal-link-activ
|
|
|
449
416
|
/// Font line height for active prominent links
|
|
450
417
|
$ni-nimble-link-active-prominent-font-line-height: var($ni-nimble-internal-link-active-prominent-font-line-height);
|
|
451
418
|
|
|
452
|
-
/// Fallback font family for active prominent links
|
|
453
|
-
$ni-nimble-link-active-prominent-fallback-font-family: var($ni-nimble-internal-link-active-prominent-fallback-font-family);
|
|
454
|
-
|
|
455
419
|
/// Font shorthand for the "Placeholder" base token
|
|
456
420
|
$ni-nimble-placeholder-font: var($ni-nimble-internal-placeholder-font);
|
|
457
421
|
|
|
@@ -473,9 +437,6 @@ $ni-nimble-placeholder-font-weight: var($ni-nimble-internal-placeholder-font-wei
|
|
|
473
437
|
/// Font line height for the "Placeholder" base token
|
|
474
438
|
$ni-nimble-placeholder-font-line-height: var($ni-nimble-internal-placeholder-font-line-height);
|
|
475
439
|
|
|
476
|
-
/// Fallback font family for the "Placeholder" base token
|
|
477
|
-
$ni-nimble-placeholder-fallback-font-family: var($ni-nimble-internal-placeholder-fallback-font-family);
|
|
478
|
-
|
|
479
440
|
/// Font shorthand for the "Body" base token
|
|
480
441
|
$ni-nimble-body-font: var($ni-nimble-internal-body-font);
|
|
481
442
|
|
|
@@ -497,9 +458,6 @@ $ni-nimble-body-font-weight: var($ni-nimble-internal-body-font-weight);
|
|
|
497
458
|
/// Font line height for the "Body" base token
|
|
498
459
|
$ni-nimble-body-font-line-height: var($ni-nimble-internal-body-font-line-height);
|
|
499
460
|
|
|
500
|
-
/// Fallback font family for the "Body" base token
|
|
501
|
-
$ni-nimble-body-fallback-font-family: var($ni-nimble-internal-body-fallback-font-family);
|
|
502
|
-
|
|
503
461
|
/// Font shorthand for the "BodyEmphasized" base token
|
|
504
462
|
$ni-nimble-body-emphasized-font: var($ni-nimble-internal-body-emphasized-font);
|
|
505
463
|
|
|
@@ -521,9 +479,6 @@ $ni-nimble-body-emphasized-font-weight: var($ni-nimble-internal-body-emphasized-
|
|
|
521
479
|
/// Font line height for the "BodyEmphasized" base token
|
|
522
480
|
$ni-nimble-body-emphasized-font-line-height: var($ni-nimble-internal-body-emphasized-font-line-height);
|
|
523
481
|
|
|
524
|
-
/// Fallback font family for the "BodyEmphasized" base token
|
|
525
|
-
$ni-nimble-body-emphasized-fallback-font-family: var($ni-nimble-internal-body-emphasized-fallback-font-family);
|
|
526
|
-
|
|
527
482
|
/// Font shorthand for the "Body_2" base token
|
|
528
483
|
$ni-nimble-body-plus-1-font: var($ni-nimble-internal-body-plus-1-font);
|
|
529
484
|
|
|
@@ -545,9 +500,6 @@ $ni-nimble-body-plus-1-font-weight: var($ni-nimble-internal-body-plus-1-font-wei
|
|
|
545
500
|
/// Font line height for the "Body_2" base token
|
|
546
501
|
$ni-nimble-body-plus-1-font-line-height: var($ni-nimble-internal-body-plus-1-font-line-height);
|
|
547
502
|
|
|
548
|
-
/// Fallback font family for the "Body_2" base token
|
|
549
|
-
$ni-nimble-body-plus-1-fallback-font-family: var($ni-nimble-internal-body-plus-1-fallback-font-family);
|
|
550
|
-
|
|
551
503
|
/// Font shorthand for the "BodyEmphasized_2" base token
|
|
552
504
|
$ni-nimble-body-plus-1-emphasized-font: var($ni-nimble-internal-body-plus-1-emphasized-font);
|
|
553
505
|
|
|
@@ -569,9 +521,6 @@ $ni-nimble-body-plus-1-emphasized-font-weight: var($ni-nimble-internal-body-plus
|
|
|
569
521
|
/// Font line height for the "BodyEmphasized_2" base token
|
|
570
522
|
$ni-nimble-body-plus-1-emphasized-font-line-height: var($ni-nimble-internal-body-plus-1-emphasized-font-line-height);
|
|
571
523
|
|
|
572
|
-
/// Fallback font family for the "BodyEmphasized_2" base token
|
|
573
|
-
$ni-nimble-body-plus-1-emphasized-fallback-font-family: var($ni-nimble-internal-body-plus-1-emphasized-fallback-font-family);
|
|
574
|
-
|
|
575
524
|
/// Font shorthand for the "Group_Header_1" base token
|
|
576
525
|
$ni-nimble-group-header-font: var($ni-nimble-internal-group-header-font);
|
|
577
526
|
|
|
@@ -593,9 +542,6 @@ $ni-nimble-group-header-font-weight: var($ni-nimble-internal-group-header-font-w
|
|
|
593
542
|
/// Font line height for the "Group_Header_1" base token
|
|
594
543
|
$ni-nimble-group-header-font-line-height: var($ni-nimble-internal-group-header-font-line-height);
|
|
595
544
|
|
|
596
|
-
/// Fallback font family for the "Group_Header_1" base token
|
|
597
|
-
$ni-nimble-group-header-fallback-font-family: var($ni-nimble-internal-group-header-fallback-font-family);
|
|
598
|
-
|
|
599
545
|
/// Font shorthand for the "Control_Label_1" base token
|
|
600
546
|
$ni-nimble-control-label-font: var($ni-nimble-internal-control-label-font);
|
|
601
547
|
|
|
@@ -617,9 +563,6 @@ $ni-nimble-control-label-font-weight: var($ni-nimble-internal-control-label-font
|
|
|
617
563
|
/// Font line height for the "Control_Label_1" base token
|
|
618
564
|
$ni-nimble-control-label-font-line-height: var($ni-nimble-internal-control-label-font-line-height);
|
|
619
565
|
|
|
620
|
-
/// Fallback font family for the "Control_Label_1" base token
|
|
621
|
-
$ni-nimble-control-label-fallback-font-family: var($ni-nimble-internal-control-label-fallback-font-family);
|
|
622
|
-
|
|
623
566
|
/// Font shorthand for the "Button_Label_1" base token
|
|
624
567
|
$ni-nimble-button-label-font: var($ni-nimble-internal-button-label-font);
|
|
625
568
|
|
|
@@ -641,9 +584,6 @@ $ni-nimble-button-label-font-weight: var($ni-nimble-internal-button-label-font-w
|
|
|
641
584
|
/// Font line height for the "Button_Label_1" base token
|
|
642
585
|
$ni-nimble-button-label-font-line-height: var($ni-nimble-internal-button-label-font-line-height);
|
|
643
586
|
|
|
644
|
-
/// Fallback font family for the "Button_Label_1" base token
|
|
645
|
-
$ni-nimble-button-label-fallback-font-family: var($ni-nimble-internal-button-label-fallback-font-family);
|
|
646
|
-
|
|
647
587
|
/// Font shorthand for the "Tooltip_Caption" base token
|
|
648
588
|
$ni-nimble-tooltip-caption-font: var($ni-nimble-internal-tooltip-caption-font);
|
|
649
589
|
|
|
@@ -665,9 +605,6 @@ $ni-nimble-tooltip-caption-font-weight: var($ni-nimble-internal-tooltip-caption-
|
|
|
665
605
|
/// Font line height for the "Tooltip_Caption" base token
|
|
666
606
|
$ni-nimble-tooltip-caption-font-line-height: var($ni-nimble-internal-tooltip-caption-font-line-height);
|
|
667
607
|
|
|
668
|
-
/// Fallback font family for the "Tooltip_Caption" base token
|
|
669
|
-
$ni-nimble-tooltip-caption-fallback-font-family: var($ni-nimble-internal-tooltip-caption-fallback-font-family);
|
|
670
|
-
|
|
671
608
|
/// Default background color for tooltips
|
|
672
609
|
$ni-nimble-tooltip-background-color: var($ni-nimble-internal-tooltip-background-color);
|
|
673
610
|
|
|
@@ -692,9 +629,6 @@ $ni-nimble-error-text-font-weight: var($ni-nimble-internal-error-text-font-weigh
|
|
|
692
629
|
/// Font line height for the "Error_LightUi" base token
|
|
693
630
|
$ni-nimble-error-text-font-line-height: var($ni-nimble-internal-error-text-font-line-height);
|
|
694
631
|
|
|
695
|
-
/// Fallback font family for the "Error_LightUi" base token
|
|
696
|
-
$ni-nimble-error-text-fallback-font-family: var($ni-nimble-internal-error-text-fallback-font-family);
|
|
697
|
-
|
|
698
632
|
/// Color for the border of rows in the table
|
|
699
633
|
$ni-nimble-table-row-border-color: var($ni-nimble-internal-table-row-border-color);
|
|
700
634
|
|
|
@@ -730,6 +664,3 @@ $ni-nimble-mention-font-weight: var($ni-nimble-internal-mention-font-weight);
|
|
|
730
664
|
|
|
731
665
|
/// Font line height for mention views
|
|
732
666
|
$ni-nimble-mention-font-line-height: var($ni-nimble-internal-mention-font-line-height);
|
|
733
|
-
|
|
734
|
-
/// Fallback font family for mention views
|
|
735
|
-
$ni-nimble-mention-fallback-font-family: var($ni-nimble-internal-mention-fallback-font-family);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.0.0",
|
|
4
4
|
"description": "Styled web components for the NI Nimble Design System",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",
|