@ni/spright-components 6.21.5 → 6.21.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.
@@ -11896,9 +11896,6 @@ const SP=_t`
11896
11896
  --ni-private-switch-indicator-size: 24px;
11897
11897
  --ni-private-switch-indicator-inner-size: 18px;
11898
11898
  --ni-private-switch-indicator-margin: -2px;
11899
- padding-bottom: calc(
11900
- ${Ec} - var(--ni-private-switch-height)
11901
- );
11902
11899
  }
11903
11900
 
11904
11901
  :host([disabled]) {
@@ -11923,6 +11920,9 @@ const SP=_t`
11923
11920
  .switch-container {
11924
11921
  display: flex;
11925
11922
  align-items: center;
11923
+ ${""}
11924
+ padding-top: 2px;
11925
+ padding-bottom: 6px;
11926
11926
  }
11927
11927
 
11928
11928
  slot[name='unchecked-message']::slotted(*) {
@@ -15361,7 +15361,7 @@ const yq="underline",wq="outline",xq="block",Cq="frameless",kq=_t`
15361
15361
  ${Qt({property:"defaultSlottedNodes",filter:function(t,e,n){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}})}
15362
15362
  ></slot>
15363
15363
  </label>`)
15364
- class $q extends(kv(Jv(Gi))){constructor(){super(...arguments),this.appearance=yq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],$q.prototype,"appearance",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],$q.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],$q.prototype,"appearanceReadOnly",void 0)
15364
+ class $q extends(kv(Jv(Gi))){constructor(){super(...arguments),this.appearance=yq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],$q.prototype,"appearance",void 0),t([pt],$q.prototype,"autocomplete",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],$q.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],$q.prototype,"appearanceReadOnly",void 0)
15365
15365
  const _q=$q.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
15366
15366
  <template
15367
15367
  class="
@@ -15390,6 +15390,7 @@ const _q=$q.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
15390
15390
  ?spellcheck="${t=>t.spellcheck}"
15391
15391
  :value="${t=>t.value}"
15392
15392
  type="${t=>t.type}"
15393
+ autocomplete="${t=>t.autocomplete}"
15393
15394
  aria-atomic="${t=>t.ariaAtomic}"
15394
15395
  aria-busy="${t=>t.ariaBusy}"
15395
15396
  aria-controls="${t=>t.ariaControls}"