@ni/nimble-components 22.1.0 → 23.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 +33 -34
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3485 -3485
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/combobox/index.d.ts +2 -7
- package/dist/esm/combobox/index.js +0 -15
- package/dist/esm/combobox/index.js.map +1 -1
- package/dist/esm/theme-provider/design-token-comments.js +24 -16
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/esm/theme-provider/design-token-names.d.ts +1 -1
- package/dist/esm/theme-provider/design-token-names.js +25 -16
- package/dist/esm/theme-provider/design-token-names.js.map +1 -1
- package/dist/esm/theme-provider/design-tokens.d.ts +3 -2
- package/dist/esm/theme-provider/design-tokens.js +5 -3
- package/dist/esm/theme-provider/design-tokens.js.map +1 -1
- package/dist/tokens-internal.scss +96 -48
- package/dist/tokens.scss +56 -32
- package/package.json +2 -2
package/dist/tokens.scss
CHANGED
|
@@ -482,6 +482,30 @@ $ni-nimble-placeholder-font-line-height: var($ni-nimble-internal-placeholder-fon
|
|
|
482
482
|
/// Fallback font family for the "Placeholder" base token
|
|
483
483
|
$ni-nimble-placeholder-fallback-font-family: var($ni-nimble-internal-placeholder-fallback-font-family);
|
|
484
484
|
|
|
485
|
+
/// Font shorthand for the "Body" base token
|
|
486
|
+
$ni-nimble-body-font: var($ni-nimble-internal-body-font);
|
|
487
|
+
|
|
488
|
+
/// Font color for the "Body" base token
|
|
489
|
+
$ni-nimble-body-font-color: var($ni-nimble-internal-body-font-color);
|
|
490
|
+
|
|
491
|
+
/// Disabled font color for the "Body" base token
|
|
492
|
+
$ni-nimble-body-disabled-font-color: var($ni-nimble-internal-body-disabled-font-color);
|
|
493
|
+
|
|
494
|
+
/// Font family for the "Body" base token
|
|
495
|
+
$ni-nimble-body-font-family: var($ni-nimble-internal-body-font-family);
|
|
496
|
+
|
|
497
|
+
/// Font size for the "Body" base token
|
|
498
|
+
$ni-nimble-body-font-size: var($ni-nimble-internal-body-font-size);
|
|
499
|
+
|
|
500
|
+
/// Font weight for the "Body" base token
|
|
501
|
+
$ni-nimble-body-font-weight: var($ni-nimble-internal-body-font-weight);
|
|
502
|
+
|
|
503
|
+
/// Font line height for the "Body" base token
|
|
504
|
+
$ni-nimble-body-font-line-height: var($ni-nimble-internal-body-font-line-height);
|
|
505
|
+
|
|
506
|
+
/// Fallback font family for the "Body" base token
|
|
507
|
+
$ni-nimble-body-fallback-font-family: var($ni-nimble-internal-body-fallback-font-family);
|
|
508
|
+
|
|
485
509
|
/// Font shorthand for the "BodyEmphasized" base token
|
|
486
510
|
$ni-nimble-body-emphasized-font: var($ni-nimble-internal-body-emphasized-font);
|
|
487
511
|
|
|
@@ -506,53 +530,53 @@ $ni-nimble-body-emphasized-font-line-height: var($ni-nimble-internal-body-emphas
|
|
|
506
530
|
/// Fallback font family for the "BodyEmphasized" base token
|
|
507
531
|
$ni-nimble-body-emphasized-fallback-font-family: var($ni-nimble-internal-body-emphasized-fallback-font-family);
|
|
508
532
|
|
|
509
|
-
/// Font shorthand for the "
|
|
510
|
-
$ni-nimble-body-
|
|
533
|
+
/// Font shorthand for the "Body_2" base token
|
|
534
|
+
$ni-nimble-body-plus-1-font: var($ni-nimble-internal-body-plus-1-font);
|
|
511
535
|
|
|
512
|
-
/// Font color for the "
|
|
513
|
-
$ni-nimble-body-
|
|
536
|
+
/// Font color for the "Body_2" base token
|
|
537
|
+
$ni-nimble-body-plus-1-font-color: var($ni-nimble-internal-body-plus-1-font-color);
|
|
514
538
|
|
|
515
|
-
/// Disabled font color for the "
|
|
516
|
-
$ni-nimble-body-
|
|
539
|
+
/// Disabled font color for the "Body_2" base token
|
|
540
|
+
$ni-nimble-body-plus-1-disabled-font-color: var($ni-nimble-internal-body-plus-1-disabled-font-color);
|
|
517
541
|
|
|
518
|
-
/// Font family for the "
|
|
519
|
-
$ni-nimble-body-
|
|
542
|
+
/// Font family for the "Body_2" base token
|
|
543
|
+
$ni-nimble-body-plus-1-font-family: var($ni-nimble-internal-body-plus-1-font-family);
|
|
520
544
|
|
|
521
|
-
/// Font size for the "
|
|
522
|
-
$ni-nimble-body-
|
|
545
|
+
/// Font size for the "Body_2" base token
|
|
546
|
+
$ni-nimble-body-plus-1-font-size: var($ni-nimble-internal-body-plus-1-font-size);
|
|
523
547
|
|
|
524
|
-
/// Font weight for the "
|
|
525
|
-
$ni-nimble-body-
|
|
548
|
+
/// Font weight for the "Body_2" base token
|
|
549
|
+
$ni-nimble-body-plus-1-font-weight: var($ni-nimble-internal-body-plus-1-font-weight);
|
|
526
550
|
|
|
527
|
-
/// Font line height for the "
|
|
528
|
-
$ni-nimble-body-
|
|
551
|
+
/// Font line height for the "Body_2" base token
|
|
552
|
+
$ni-nimble-body-plus-1-font-line-height: var($ni-nimble-internal-body-plus-1-font-line-height);
|
|
529
553
|
|
|
530
|
-
/// Fallback font family for the "
|
|
531
|
-
$ni-nimble-body-
|
|
554
|
+
/// Fallback font family for the "Body_2" base token
|
|
555
|
+
$ni-nimble-body-plus-1-fallback-font-family: var($ni-nimble-internal-body-plus-1-fallback-font-family);
|
|
532
556
|
|
|
533
|
-
/// Font shorthand for the "
|
|
534
|
-
$ni-nimble-body-font: var($ni-nimble-internal-body-font);
|
|
557
|
+
/// Font shorthand for the "BodyEmphasized_2" base token
|
|
558
|
+
$ni-nimble-body-plus-1-emphasized-font: var($ni-nimble-internal-body-plus-1-emphasized-font);
|
|
535
559
|
|
|
536
|
-
/// Font color for the "
|
|
537
|
-
$ni-nimble-body-font-color: var($ni-nimble-internal-body-font-color);
|
|
560
|
+
/// Font color for the "BodyEmphasized_2" base token
|
|
561
|
+
$ni-nimble-body-plus-1-emphasized-font-color: var($ni-nimble-internal-body-plus-1-emphasized-font-color);
|
|
538
562
|
|
|
539
|
-
/// Disabled font color for the "
|
|
540
|
-
$ni-nimble-body-disabled-font-color: var($ni-nimble-internal-body-disabled-font-color);
|
|
563
|
+
/// Disabled font color for the "BodyEmphasized_2" base token
|
|
564
|
+
$ni-nimble-body-plus-1-emphasized-disabled-font-color: var($ni-nimble-internal-body-plus-1-emphasized-disabled-font-color);
|
|
541
565
|
|
|
542
|
-
/// Font family for the "
|
|
543
|
-
$ni-nimble-body-font-family: var($ni-nimble-internal-body-font-family);
|
|
566
|
+
/// Font family for the "BodyEmphasized_2" base token
|
|
567
|
+
$ni-nimble-body-plus-1-emphasized-font-family: var($ni-nimble-internal-body-plus-1-emphasized-font-family);
|
|
544
568
|
|
|
545
|
-
/// Font size for the "
|
|
546
|
-
$ni-nimble-body-font-size: var($ni-nimble-internal-body-font-size);
|
|
569
|
+
/// Font size for the "BodyEmphasized_2" base token
|
|
570
|
+
$ni-nimble-body-plus-1-emphasized-font-size: var($ni-nimble-internal-body-plus-1-emphasized-font-size);
|
|
547
571
|
|
|
548
|
-
/// Font weight for the "
|
|
549
|
-
$ni-nimble-body-font-weight: var($ni-nimble-internal-body-font-weight);
|
|
572
|
+
/// Font weight for the "BodyEmphasized_2" base token
|
|
573
|
+
$ni-nimble-body-plus-1-emphasized-font-weight: var($ni-nimble-internal-body-plus-1-emphasized-font-weight);
|
|
550
574
|
|
|
551
|
-
/// Font line height for the "
|
|
552
|
-
$ni-nimble-body-font-line-height: var($ni-nimble-internal-body-font-line-height);
|
|
575
|
+
/// Font line height for the "BodyEmphasized_2" base token
|
|
576
|
+
$ni-nimble-body-plus-1-emphasized-font-line-height: var($ni-nimble-internal-body-plus-1-emphasized-font-line-height);
|
|
553
577
|
|
|
554
|
-
/// Fallback font family for the "
|
|
555
|
-
$ni-nimble-body-fallback-font-family: var($ni-nimble-internal-body-fallback-font-family);
|
|
578
|
+
/// Fallback font family for the "BodyEmphasized_2" base token
|
|
579
|
+
$ni-nimble-body-plus-1-emphasized-fallback-font-family: var($ni-nimble-internal-body-plus-1-emphasized-fallback-font-family);
|
|
556
580
|
|
|
557
581
|
/// Font shorthand for the "Group_Header_1" base token
|
|
558
582
|
$ni-nimble-group-header-font: var($ni-nimble-internal-group-header-font);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.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",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@microsoft/fast-element": "^1.12.0",
|
|
69
69
|
"@microsoft/fast-foundation": "2.49.4",
|
|
70
70
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
71
|
-
"@ni/nimble-tokens": "^6.
|
|
71
|
+
"@ni/nimble-tokens": "^6.13.0",
|
|
72
72
|
"@tanstack/table-core": "^8.10.7",
|
|
73
73
|
"@tanstack/virtual-core": "^3.0.0-beta.68",
|
|
74
74
|
"@tiptap/core": "^2.2.2",
|