@ni/nimble-components 18.13.0 → 18.13.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.
- package/dist/all-components-bundle.js +4 -4
- 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/patterns/button/styles.js +1 -1
- package/dist/esm/patterns/button/styles.js.map +1 -1
- package/dist/esm/table/components/cell/styles.js +3 -1
- package/dist/esm/table/components/cell/styles.js.map +1 -1
- package/dist/esm/table/components/group-row/styles.js +0 -1
- package/dist/esm/table/components/group-row/styles.js.map +1 -1
- package/dist/esm/table/styles.js +0 -1
- package/dist/esm/table/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -1367,7 +1367,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
1369
|
:host([content-hidden]) .control {
|
|
1370
|
-
|
|
1370
|
+
aspect-ratio: 1 / 1;
|
|
1371
1371
|
padding: 0px;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
@@ -5478,7 +5478,6 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5478
5478
|
}
|
|
5479
5479
|
|
|
5480
5480
|
.collapse-all-button {
|
|
5481
|
-
width: ${ta};
|
|
5482
5481
|
height: ${ta};
|
|
5483
5482
|
margin-left: calc(${ia} * 2);
|
|
5484
5483
|
visibility: hidden;
|
|
@@ -5673,6 +5672,8 @@ const lw=no.tagFor(rw),cw=fe`
|
|
|
5673
5672
|
margin-left: auto;
|
|
5674
5673
|
flex-shrink: 0;
|
|
5675
5674
|
flex-grow: 0;
|
|
5675
|
+
height: ${ta};
|
|
5676
|
+
align-self: center;
|
|
5676
5677
|
}
|
|
5677
5678
|
`,hw=G`
|
|
5678
5679
|
<template role="cell" style="--ni-private-table-cell-nesting-level: ${e=>e.nestingLevel}">
|
|
@@ -5784,7 +5785,6 @@ const bw=no.tagFor(fw),ww=fe`
|
|
|
5784
5785
|
${ia} * 2 + ${oa} * 2 *
|
|
5785
5786
|
var(--ni-private-table-group-row-indent-level)
|
|
5786
5787
|
);
|
|
5787
|
-
width: ${ta};
|
|
5788
5788
|
height: ${ta};
|
|
5789
5789
|
}
|
|
5790
5790
|
|