@aurodesignsystem-dev/auro-formkit 0.0.0-pr988.0 → 0.0.0-pr995.0

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.
@@ -15771,7 +15771,7 @@ var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock
15771
15771
 
15772
15772
  var styleEmphasizedCss = i$5`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
15773
15773
 
15774
- var styleSnowflakeCss = i$5`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}`;
15774
+ var styleSnowflakeCss = i$5`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}:host([layout*=snowflake][shape*=snowflake])::part(helpText){text-align:center}`;
15775
15775
 
15776
15776
  let AuroElement$1 = class AuroElement extends i$2 {
15777
15777
  static get properties() {
@@ -15629,7 +15629,7 @@ var styleCss$4 = i$5`.util_displayInline{display:inline}.util_displayInlineBlock
15629
15629
 
15630
15630
  var styleEmphasizedCss = i$5`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
15631
15631
 
15632
- var styleSnowflakeCss = i$5`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}`;
15632
+ var styleSnowflakeCss = i$5`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}:host([layout*=snowflake][shape*=snowflake])::part(helpText){text-align:center}`;
15633
15633
 
15634
15634
  let AuroElement$1 = class AuroElement extends i$2 {
15635
15635
  static get properties() {
@@ -15547,7 +15547,7 @@ var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock
15547
15547
 
15548
15548
  var styleEmphasizedCss = css`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
15549
15549
 
15550
- var styleSnowflakeCss = css`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}`;
15550
+ var styleSnowflakeCss = css`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}:host([layout*=snowflake][shape*=snowflake])::part(helpText){text-align:center}`;
15551
15551
 
15552
15552
  class AuroElement extends LitElement {
15553
15553
  static get properties() {
@@ -15547,7 +15547,7 @@ var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock
15547
15547
 
15548
15548
  var styleEmphasizedCss = css`:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}`;
15549
15549
 
15550
- var styleSnowflakeCss = css`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}`;
15550
+ var styleSnowflakeCss = css`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}:host([layout*=snowflake][shape*=snowflake])::part(helpText){text-align:center}`;
15551
15551
 
15552
15552
  class AuroElement extends LitElement {
15553
15553
  static get properties() {
@@ -8706,7 +8706,7 @@ class AuroSelect extends AuroElement$4 {
8706
8706
  */
8707
8707
  renderNativeSelect() {
8708
8708
  return u`
8709
- <div class="nativeSelectWrapper util_displayHiddenVisually">
8709
+ <div class="nativeSelectWrapper util_displayHidden">
8710
8710
  <select
8711
8711
  tabindex="-1"
8712
8712
  id="${`native-select-${this.id || this.uniqueId}`}"
@@ -8614,7 +8614,7 @@ class AuroSelect extends AuroElement$4 {
8614
8614
  */
8615
8615
  renderNativeSelect() {
8616
8616
  return u`
8617
- <div class="nativeSelectWrapper util_displayHiddenVisually">
8617
+ <div class="nativeSelectWrapper util_displayHidden">
8618
8618
  <select
8619
8619
  tabindex="-1"
8620
8620
  id="${`native-select-${this.id || this.uniqueId}`}"
@@ -8568,7 +8568,7 @@ class AuroSelect extends AuroElement$3 {
8568
8568
  */
8569
8569
  renderNativeSelect() {
8570
8570
  return html`
8571
- <div class="nativeSelectWrapper util_displayHiddenVisually">
8571
+ <div class="nativeSelectWrapper util_displayHidden">
8572
8572
  <select
8573
8573
  tabindex="-1"
8574
8574
  id="${`native-select-${this.id || this.uniqueId}`}"
@@ -8568,7 +8568,7 @@ class AuroSelect extends AuroElement$3 {
8568
8568
  */
8569
8569
  renderNativeSelect() {
8570
8570
  return html`
8571
- <div class="nativeSelectWrapper util_displayHiddenVisually">
8571
+ <div class="nativeSelectWrapper util_displayHidden">
8572
8572
  <select
8573
8573
  tabindex="-1"
8574
8574
  id="${`native-select-${this.id || this.uniqueId}`}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr988.0",
3
+ "version": "0.0.0-pr995.0",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {