@ni/nimble-components 29.1.2 → 29.1.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 +7 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +6 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/select/styles.js +2 -1
- package/dist/esm/select/styles.js.map +1 -1
- package/dist/esm/text-field/styles.js +6 -2
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -8910,6 +8910,7 @@ const rT=xe`
|
|
|
8910
8910
|
|
|
8911
8911
|
.filter-icon {
|
|
8912
8912
|
padding-left: ${il};
|
|
8913
|
+
${ja.cssCustomProperty}: ${pc};
|
|
8913
8914
|
}
|
|
8914
8915
|
|
|
8915
8916
|
.filter-input {
|
|
@@ -11880,7 +11881,11 @@ const FP="underline",PP="outline",NP="block",LP="frameless",zP=xe`
|
|
|
11880
11881
|
|
|
11881
11882
|
slot[name='start']::slotted(*) {
|
|
11882
11883
|
flex: none;
|
|
11883
|
-
|
|
11884
|
+
opacity: 0.6;
|
|
11885
|
+
}
|
|
11886
|
+
|
|
11887
|
+
:host([disabled]) slot[name='start']::slotted(*) {
|
|
11888
|
+
opacity: 0.3;
|
|
11884
11889
|
}
|
|
11885
11890
|
|
|
11886
11891
|
.control {
|