@ni/spright-components 4.1.6 → 4.1.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.
@@ -4601,6 +4601,7 @@ const Hb="underline",Ub="outline",qb="block",jb=Mt`
4601
4601
  border-bottom-color: ${Ml};
4602
4602
  }
4603
4603
 
4604
+ :host([readonly]) .root,
4604
4605
  :host([disabled]) .root {
4605
4606
  border-color: rgba(${Cl}, 0.1);
4606
4607
  }
@@ -4642,6 +4643,7 @@ const Hb="underline",Ub="outline",qb="block",jb=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 Hb="underline",Ub="outline",qb="block",jb=Mt`
4720
4722
  }
4721
4723
 
4722
4724
  :host(:hover) .root {
4725
+ border-bottom-width: ${jl};
4723
4726
  padding-bottom: 0;
4724
4727
  }
4725
4728
 
4729
+ :host([readonly]) .root,
4726
4730
  :host([disabled]) .root {
4727
4731
  background-color: rgba(${Cl}, 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: ${kl};
4728
4739
  }
4729
4740
  `),Mh(Ub,Mt`
4730
4741
  .root {