@ni/nimble-components 7.8.1 → 7.8.2
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 +4 -10
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/tree-item/styles.js +4 -10
- package/dist/esm/tree-item/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -18396,17 +18396,14 @@
|
|
|
18396
18396
|
font: inherit;
|
|
18397
18397
|
font-size: ${bodyFontSize};
|
|
18398
18398
|
user-select: none;
|
|
18399
|
+
position: relative;
|
|
18400
|
+
margin-inline-start: ${iconSize};
|
|
18399
18401
|
}
|
|
18400
18402
|
|
|
18401
18403
|
:host(${focusVisible}) .content-region {
|
|
18402
18404
|
outline: none;
|
|
18403
18405
|
}
|
|
18404
18406
|
|
|
18405
|
-
:host(.nested) .content-region {
|
|
18406
|
-
position: relative;
|
|
18407
|
-
margin-inline-start: ${iconSize};
|
|
18408
|
-
}
|
|
18409
|
-
|
|
18410
18407
|
:host([disabled]) .content-region {
|
|
18411
18408
|
opacity: 0.5;
|
|
18412
18409
|
cursor: not-allowed;
|
|
@@ -18423,9 +18420,6 @@
|
|
|
18423
18420
|
align-items: center;
|
|
18424
18421
|
cursor: pointer;
|
|
18425
18422
|
margin-left: 10px;
|
|
18426
|
-
}
|
|
18427
|
-
|
|
18428
|
-
:host(.nested) .expand-collapse-button {
|
|
18429
18423
|
position: absolute;
|
|
18430
18424
|
}
|
|
18431
18425
|
|
|
@@ -18490,7 +18484,7 @@
|
|
|
18490
18484
|
// prettier-ignore
|
|
18491
18485
|
.withBehaviors(new DirectionalStyleSheetBehavior(css `
|
|
18492
18486
|
${ /* ltr styles */''}
|
|
18493
|
-
|
|
18487
|
+
.expand-collapse-button {
|
|
18494
18488
|
left: var(
|
|
18495
18489
|
--ni-private-expand-collapse-button-nested-width,
|
|
18496
18490
|
calc(${iconSize} * -1)
|
|
@@ -18506,7 +18500,7 @@
|
|
|
18506
18500
|
}
|
|
18507
18501
|
`, css `
|
|
18508
18502
|
${ /* rtl styles */''}
|
|
18509
|
-
|
|
18503
|
+
.expand-collapse-button {
|
|
18510
18504
|
right: var(
|
|
18511
18505
|
--ni-private-expand-collapse-button-nested-width,
|
|
18512
18506
|
calc(${iconSize} * -1)
|