@aurodesignsystem-dev/auro-formkit 0.0.0-pr668.4 → 0.0.0-pr668.5

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.
@@ -7111,7 +7111,7 @@ class AuroSelect extends AuroElement$3 {
7111
7111
  </div>
7112
7112
  <${this.dropdownTag}
7113
7113
  ?autoPlacement="${this.autoPlacement}"
7114
- ?error="${this.validity !== undefined && this.validity !== "valid"}"
7114
+ ?error="${this.validity !== undefined && this.validity !== 'valid'}"
7115
7115
  ?matchWidth="${!this.flexMenuWidth}"
7116
7116
  ?noFlip="${this.noFlip}"
7117
7117
  ?onDark="${this.onDark}"
@@ -7019,7 +7019,7 @@ class AuroSelect extends AuroElement$3 {
7019
7019
  </div>
7020
7020
  <${this.dropdownTag}
7021
7021
  ?autoPlacement="${this.autoPlacement}"
7022
- ?error="${this.validity !== undefined && this.validity !== "valid"}"
7022
+ ?error="${this.validity !== undefined && this.validity !== 'valid'}"
7023
7023
  ?matchWidth="${!this.flexMenuWidth}"
7024
7024
  ?noFlip="${this.noFlip}"
7025
7025
  ?onDark="${this.onDark}"
@@ -6973,7 +6973,7 @@ class AuroSelect extends AuroElement$3 {
6973
6973
  </div>
6974
6974
  <${this.dropdownTag}
6975
6975
  ?autoPlacement="${this.autoPlacement}"
6976
- ?error="${this.validity !== undefined && this.validity !== "valid"}"
6976
+ ?error="${this.validity !== undefined && this.validity !== 'valid'}"
6977
6977
  ?matchWidth="${!this.flexMenuWidth}"
6978
6978
  ?noFlip="${this.noFlip}"
6979
6979
  ?onDark="${this.onDark}"
@@ -6973,7 +6973,7 @@ class AuroSelect extends AuroElement$3 {
6973
6973
  </div>
6974
6974
  <${this.dropdownTag}
6975
6975
  ?autoPlacement="${this.autoPlacement}"
6976
- ?error="${this.validity !== undefined && this.validity !== "valid"}"
6976
+ ?error="${this.validity !== undefined && this.validity !== 'valid'}"
6977
6977
  ?matchWidth="${!this.flexMenuWidth}"
6978
6978
  ?noFlip="${this.noFlip}"
6979
6979
  ?onDark="${this.onDark}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr668.4",
3
+ "version": "0.0.0-pr668.5",
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": {