@ni/spright-components 6.18.1 → 6.18.2

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.
@@ -3599,7 +3599,7 @@ const bv=_t`
3599
3599
  fill: ${nc};
3600
3600
  }
3601
3601
 
3602
- :host(.checked:not(.indeterminate)) slot[name='checked-indicator'] {
3602
+ :host(.checked:not(.indeterminate):not([appearance-indeterminate])) slot[name='checked-indicator'] {
3603
3603
  display: contents;
3604
3604
  }
3605
3605
 
@@ -3613,7 +3613,8 @@ const bv=_t`
3613
3613
  overflow: visible;
3614
3614
  }
3615
3615
 
3616
- :host(.indeterminate) slot[name='indeterminate-indicator'] {
3616
+ :host(.indeterminate) slot[name='indeterminate-indicator'],
3617
+ :host([appearance-indeterminate]) slot[name='indeterminate-indicator'] {
3617
3618
  display: contents;
3618
3619
  }
3619
3620
 
@@ -3640,8 +3641,8 @@ const bv=_t`
3640
3641
  ${t=>t.errorText}
3641
3642
  </div>
3642
3643
  `
3643
- function xv(t){class e extends t{constructor(){super(...arguments),this.errorVisible=!1,this.errorHasOverflow=!1}}return pt({attribute:"error-text"})(e.prototype,"errorText"),pt({attribute:"error-visible",mode:"boolean"})(e.prototype,"errorVisible"),C(e.prototype,"errorHasOverflow"),e}class Cv extends(xv(Vn)){get resolvedTabindex(){const t=this.tabIndex??0
3644
- return this.disabled?void 0:`${t}`}}t([pt({attribute:"tabindex",converter:ht})],Cv.prototype,"tabIndex",void 0)
3644
+ function xv(t){class e extends t{constructor(){super(...arguments),this.errorVisible=!1,this.errorHasOverflow=!1}}return pt({attribute:"error-text"})(e.prototype,"errorText"),pt({attribute:"error-visible",mode:"boolean"})(e.prototype,"errorVisible"),C(e.prototype,"errorHasOverflow"),e}class Cv extends(xv(Vn)){constructor(){super(...arguments),this.appearanceIndeterminate=!1}get resolvedTabindex(){const t=this.tabIndex??0
3645
+ return this.disabled?void 0:`${t}`}}t([pt({attribute:"tabindex",converter:ht})],Cv.prototype,"tabIndex",void 0),t([pt({attribute:"appearance-indeterminate",mode:"boolean"})],Cv.prototype,"appearanceIndeterminate",void 0)
3645
3646
  const kv=Cv.compose({baseName:"checkbox",baseClass:Vn,template:(t,e)=>J`
3646
3647
  <template
3647
3648
  role="checkbox"