@ni/nimble-components 32.2.6 → 32.2.7
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 +11 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +11 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/number-field/styles.js +11 -0
- package/dist/esm/number-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -4601,6 +4601,7 @@ const Vb="underline",Hb="outline",Ub="block",qb=Mt`
|
|
|
4601
4601
|
border-bottom-color: ${Il};
|
|
4602
4602
|
}
|
|
4603
4603
|
|
|
4604
|
+
:host([readonly]) .root,
|
|
4604
4605
|
:host([disabled]) .root {
|
|
4605
4606
|
border-color: rgba(${xl}, 0.1);
|
|
4606
4607
|
}
|
|
@@ -4642,6 +4643,7 @@ const Vb="underline",Hb="outline",Ub="block",qb=Mt`
|
|
|
4642
4643
|
width: 100%;
|
|
4643
4644
|
}
|
|
4644
4645
|
|
|
4646
|
+
:host([readonly]:hover) .root::after,
|
|
4645
4647
|
:host([disabled]:hover) .root::after {
|
|
4646
4648
|
width: 0px;
|
|
4647
4649
|
}
|
|
@@ -4720,11 +4722,20 @@ const Vb="underline",Hb="outline",Ub="block",qb=Mt`
|
|
|
4720
4722
|
}
|
|
4721
4723
|
|
|
4722
4724
|
:host(:hover) .root {
|
|
4725
|
+
border-bottom-width: ${ql};
|
|
4723
4726
|
padding-bottom: 0;
|
|
4724
4727
|
}
|
|
4725
4728
|
|
|
4729
|
+
:host([readonly]) .root,
|
|
4726
4730
|
:host([disabled]) .root {
|
|
4727
4731
|
background-color: rgba(${xl}, 0.07);
|
|
4732
|
+
border-color: transparent;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
:host([error-visible][readonly]) .root,
|
|
4736
|
+
:host([error-visible][disabled]) .root {
|
|
4737
|
+
padding-bottom: 0;
|
|
4738
|
+
border-bottom-color: ${Cl};
|
|
4728
4739
|
}
|
|
4729
4740
|
`),Ih(Hb,Mt`
|
|
4730
4741
|
.root {
|