@ni/nimble-components 10.0.3 → 10.0.4
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 +5 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/menu-button/styles.js +0 -8
- package/dist/esm/menu-button/styles.js.map +1 -1
- package/dist/esm/menu-button/template.js +4 -6
- package/dist/esm/menu-button/template.js.map +1 -1
- package/dist/esm/patterns/button/styles.js +5 -1
- package/dist/esm/patterns/button/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -1223,7 +1223,7 @@ const Lc="outline",Tc="ghost",Rc="block",Pc=mt`
|
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
1225
|
:host([disabled]) slot[name='start']::slotted(*) {
|
|
1226
|
-
opacity: 0.
|
|
1226
|
+
opacity: 0.3;
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
1229
|
[part='end'] {
|
|
@@ -1231,6 +1231,10 @@ const Lc="outline",Tc="ghost",Rc="block",Pc=mt`
|
|
|
1231
1231
|
${mn.cssCustomProperty}: ${yr};
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
|
+
:host([disabled]) slot[name='end']::slotted(*) {
|
|
1235
|
+
opacity: 0.3;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1234
1238
|
:host([content-hidden]) [part='end'] {
|
|
1235
1239
|
display: none;
|
|
1236
1240
|
}
|