@ni/nimble-components 19.6.2 → 19.6.3
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 +38 -26
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +37 -25
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/anchor-menu-item/styles.js +1 -1
- package/dist/esm/anchor-tabs/styles.js +4 -0
- package/dist/esm/anchor-tabs/styles.js.map +1 -1
- package/dist/esm/anchor-tree-item/styles.js +3 -6
- package/dist/esm/anchor-tree-item/styles.js.map +1 -1
- package/dist/esm/breadcrumb-item/styles.js +4 -6
- package/dist/esm/breadcrumb-item/styles.js.map +1 -1
- package/dist/esm/card-button/styles.js +2 -2
- package/dist/esm/list-option/styles.js +8 -0
- package/dist/esm/list-option/styles.js.map +1 -1
- package/dist/esm/menu-item/styles.js +1 -1
- package/dist/esm/number-field/styles.js +1 -1
- package/dist/esm/patterns/dropdown/styles.js +5 -1
- package/dist/esm/patterns/dropdown/styles.js.map +1 -1
- package/dist/esm/select/styles.js +1 -1
- package/dist/esm/tabs/styles.js +4 -0
- package/dist/esm/tabs/styles.js.map +1 -1
- package/dist/esm/tree-item/styles.js +3 -6
- package/dist/esm/tree-item/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -16232,7 +16232,7 @@
|
|
|
16232
16232
|
|
|
16233
16233
|
/**
|
|
16234
16234
|
* Do not edit directly
|
|
16235
|
-
* Generated on Mon, 17 Jul 2023
|
|
16235
|
+
* Generated on Mon, 17 Jul 2023 16:01:38 GMT
|
|
16236
16236
|
*/
|
|
16237
16237
|
const Information100DarkUi = "#a46eff";
|
|
16238
16238
|
const Information100LightUi = "#804ad9";
|
|
@@ -17553,7 +17553,7 @@
|
|
|
17553
17553
|
height: ${iconSize};
|
|
17554
17554
|
}
|
|
17555
17555
|
|
|
17556
|
-
:host(.indent-1)
|
|
17556
|
+
:host(.indent-1) [part='start'] {
|
|
17557
17557
|
grid-column: 1;
|
|
17558
17558
|
}
|
|
17559
17559
|
|
|
@@ -17890,6 +17890,10 @@
|
|
|
17890
17890
|
grid-template-rows: auto 1fr;
|
|
17891
17891
|
}
|
|
17892
17892
|
|
|
17893
|
+
[part='start'] {
|
|
17894
|
+
display: none;
|
|
17895
|
+
}
|
|
17896
|
+
|
|
17893
17897
|
.tablist {
|
|
17894
17898
|
display: grid;
|
|
17895
17899
|
grid-template-rows: auto auto;
|
|
@@ -18193,7 +18197,7 @@
|
|
|
18193
18197
|
|
|
18194
18198
|
${
|
|
18195
18199
|
/* this rule keeps children without an icon text aligned with parents */ ''}
|
|
18196
|
-
|
|
18200
|
+
[part="start"] {
|
|
18197
18201
|
width: ${iconSize};
|
|
18198
18202
|
}
|
|
18199
18203
|
|
|
@@ -18210,11 +18214,8 @@
|
|
|
18210
18214
|
height: ${iconSize};
|
|
18211
18215
|
}
|
|
18212
18216
|
|
|
18213
|
-
|
|
18214
|
-
|
|
18215
|
-
display: flex;
|
|
18216
|
-
fill: currentcolor;
|
|
18217
|
-
margin-inline-start: ${iconSize};
|
|
18217
|
+
[part='end'] {
|
|
18218
|
+
display: none;
|
|
18218
18219
|
}
|
|
18219
18220
|
`;
|
|
18220
18221
|
|
|
@@ -19694,14 +19695,12 @@
|
|
|
19694
19695
|
text-decoration: underline;
|
|
19695
19696
|
}
|
|
19696
19697
|
|
|
19697
|
-
|
|
19698
|
-
|
|
19699
|
-
display: flex;
|
|
19700
|
-
align-items: center;
|
|
19698
|
+
[part='start'] {
|
|
19699
|
+
display: none;
|
|
19701
19700
|
}
|
|
19702
19701
|
|
|
19703
|
-
|
|
19704
|
-
|
|
19702
|
+
[part='end'] {
|
|
19703
|
+
display: none;
|
|
19705
19704
|
}
|
|
19706
19705
|
|
|
19707
19706
|
slot[name='separator'] {
|
|
@@ -19833,11 +19832,11 @@
|
|
|
19833
19832
|
display: contents;
|
|
19834
19833
|
}
|
|
19835
19834
|
|
|
19836
|
-
|
|
19835
|
+
[part='start'] {
|
|
19837
19836
|
display: none;
|
|
19838
19837
|
}
|
|
19839
19838
|
|
|
19840
|
-
|
|
19839
|
+
[part='end'] {
|
|
19841
19840
|
display: none;
|
|
19842
19841
|
}
|
|
19843
19842
|
`.withBehaviors(themeBehavior(Theme.light, css `
|
|
@@ -20294,6 +20293,10 @@
|
|
|
20294
20293
|
width: 0px;
|
|
20295
20294
|
}
|
|
20296
20295
|
|
|
20296
|
+
[part='start'] {
|
|
20297
|
+
display: none;
|
|
20298
|
+
}
|
|
20299
|
+
|
|
20297
20300
|
.control {
|
|
20298
20301
|
align-items: center;
|
|
20299
20302
|
box-sizing: border-box;
|
|
@@ -20399,7 +20402,7 @@
|
|
|
20399
20402
|
fill: ${bodyDisabledFontColor};
|
|
20400
20403
|
}
|
|
20401
20404
|
|
|
20402
|
-
|
|
20405
|
+
[part='end'] {
|
|
20403
20406
|
margin-inline-start: auto;
|
|
20404
20407
|
}
|
|
20405
20408
|
|
|
@@ -23441,6 +23444,10 @@
|
|
|
23441
23444
|
height: ${controlHeight};
|
|
23442
23445
|
}
|
|
23443
23446
|
|
|
23447
|
+
[part='start'] {
|
|
23448
|
+
display: none;
|
|
23449
|
+
}
|
|
23450
|
+
|
|
23444
23451
|
.content {
|
|
23445
23452
|
padding: 8px 4px;
|
|
23446
23453
|
}
|
|
@@ -23485,6 +23492,10 @@
|
|
|
23485
23492
|
box-shadow: none;
|
|
23486
23493
|
outline: none;
|
|
23487
23494
|
}
|
|
23495
|
+
|
|
23496
|
+
[part='end'] {
|
|
23497
|
+
display: none;
|
|
23498
|
+
}
|
|
23488
23499
|
`;
|
|
23489
23500
|
|
|
23490
23501
|
/**
|
|
@@ -23931,7 +23942,7 @@
|
|
|
23931
23942
|
width: ${iconSize};
|
|
23932
23943
|
height: ${iconSize};
|
|
23933
23944
|
}
|
|
23934
|
-
:host(.indent-1)
|
|
23945
|
+
:host(.indent-1) [part='start'] {
|
|
23935
23946
|
grid-column: 1;
|
|
23936
23947
|
}
|
|
23937
23948
|
:host(.indent-1) .content {
|
|
@@ -24076,7 +24087,7 @@
|
|
|
24076
24087
|
}
|
|
24077
24088
|
|
|
24078
24089
|
[part='start'] {
|
|
24079
|
-
display:
|
|
24090
|
+
display: none;
|
|
24080
24091
|
}
|
|
24081
24092
|
|
|
24082
24093
|
.control {
|
|
@@ -24467,7 +24478,7 @@
|
|
|
24467
24478
|
order: 2;
|
|
24468
24479
|
}
|
|
24469
24480
|
|
|
24470
|
-
|
|
24481
|
+
[part='end'] {
|
|
24471
24482
|
display: contents;
|
|
24472
24483
|
}
|
|
24473
24484
|
`.withBehaviors(appearanceBehavior(DropdownAppearance.block, css `
|
|
@@ -32250,6 +32261,10 @@
|
|
|
32250
32261
|
grid-template-rows: auto 1fr;
|
|
32251
32262
|
}
|
|
32252
32263
|
|
|
32264
|
+
[part='start'] {
|
|
32265
|
+
display: none;
|
|
32266
|
+
}
|
|
32267
|
+
|
|
32253
32268
|
.tablist {
|
|
32254
32269
|
display: grid;
|
|
32255
32270
|
grid-template-rows: auto auto;
|
|
@@ -33340,7 +33355,7 @@
|
|
|
33340
33355
|
|
|
33341
33356
|
${
|
|
33342
33357
|
/* this rule keeps children without an icon text aligned with parents */ ''}
|
|
33343
|
-
|
|
33358
|
+
[part="start"] {
|
|
33344
33359
|
width: ${iconSize};
|
|
33345
33360
|
}
|
|
33346
33361
|
|
|
@@ -33365,11 +33380,8 @@
|
|
|
33365
33380
|
);
|
|
33366
33381
|
}
|
|
33367
33382
|
|
|
33368
|
-
|
|
33369
|
-
|
|
33370
|
-
display: flex;
|
|
33371
|
-
fill: currentcolor;
|
|
33372
|
-
margin-inline-start: ${iconSize};
|
|
33383
|
+
[part='end'] {
|
|
33384
|
+
display: none;
|
|
33373
33385
|
}
|
|
33374
33386
|
|
|
33375
33387
|
.items {
|