@ni/nimble-components 30.1.5 → 30.1.6
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 +7 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +6 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/components/row/styles.js +6 -2
- package/dist/esm/table/components/row/styles.js.map +1 -1
- package/dist/esm/table-column/menu-button/cell-view/styles.js +0 -2
- package/dist/esm/table-column/menu-button/cell-view/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -10658,8 +10658,12 @@ const KR="nimble-table-header",YR=Mt`
|
|
|
10658
10658
|
}
|
|
10659
10659
|
|
|
10660
10660
|
:host(${zs}) {
|
|
10661
|
-
outline:
|
|
10662
|
-
|
|
10661
|
+
outline: none;
|
|
10662
|
+
box-shadow:
|
|
10663
|
+
inset calc(2 * ${Ml}) calc(2 * ${Ml})
|
|
10664
|
+
${dl},
|
|
10665
|
+
inset calc(-2 * ${Ml}) calc(-2 * ${Ml})
|
|
10666
|
+
${dl};
|
|
10663
10667
|
}
|
|
10664
10668
|
|
|
10665
10669
|
.expand-collapse-button {
|
|
@@ -12040,7 +12044,6 @@ const sL=Q`
|
|
|
12040
12044
|
}
|
|
12041
12045
|
|
|
12042
12046
|
nimble-menu-button {
|
|
12043
|
-
height: ${Cl};
|
|
12044
12047
|
width: 100%;
|
|
12045
12048
|
}
|
|
12046
12049
|
|