@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.92 → 0.0.0-pr624.93

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.
@@ -3088,7 +3088,7 @@ class AuroCounter extends i$2 {
3088
3088
  tabindex="${this.disabled ? '-1' : '0'}"
3089
3089
  >
3090
3090
  <auro-counter-button
3091
- aria-hidden="true"
3091
+ aria-label="-"
3092
3092
  .tabindex="${'-1'}"
3093
3093
  part="controlMinus"
3094
3094
  @click="${() => this.decrement()}"
@@ -3103,7 +3103,7 @@ class AuroCounter extends i$2 {
3103
3103
  </div>
3104
3104
 
3105
3105
  <auro-counter-button
3106
- aria-hidden="true"
3106
+ aria-label="+"
3107
3107
  .tabindex="${'-1'}"
3108
3108
  part="controlPlus"
3109
3109
  @click="${() => this.increment()}"
@@ -3088,7 +3088,7 @@ class AuroCounter extends i$2 {
3088
3088
  tabindex="${this.disabled ? '-1' : '0'}"
3089
3089
  >
3090
3090
  <auro-counter-button
3091
- aria-hidden="true"
3091
+ aria-label="-"
3092
3092
  .tabindex="${'-1'}"
3093
3093
  part="controlMinus"
3094
3094
  @click="${() => this.decrement()}"
@@ -3103,7 +3103,7 @@ class AuroCounter extends i$2 {
3103
3103
  </div>
3104
3104
 
3105
3105
  <auro-counter-button
3106
- aria-hidden="true"
3106
+ aria-label="+"
3107
3107
  .tabindex="${'-1'}"
3108
3108
  part="controlPlus"
3109
3109
  @click="${() => this.increment()}"
@@ -3041,7 +3041,7 @@ class AuroCounter extends LitElement {
3041
3041
  tabindex="${this.disabled ? '-1' : '0'}"
3042
3042
  >
3043
3043
  <auro-counter-button
3044
- aria-hidden="true"
3044
+ aria-label="-"
3045
3045
  .tabindex="${'-1'}"
3046
3046
  part="controlMinus"
3047
3047
  @click="${() => this.decrement()}"
@@ -3056,7 +3056,7 @@ class AuroCounter extends LitElement {
3056
3056
  </div>
3057
3057
 
3058
3058
  <auro-counter-button
3059
- aria-hidden="true"
3059
+ aria-label="+"
3060
3060
  .tabindex="${'-1'}"
3061
3061
  part="controlPlus"
3062
3062
  @click="${() => this.increment()}"
@@ -3041,7 +3041,7 @@ class AuroCounter extends LitElement {
3041
3041
  tabindex="${this.disabled ? '-1' : '0'}"
3042
3042
  >
3043
3043
  <auro-counter-button
3044
- aria-hidden="true"
3044
+ aria-label="-"
3045
3045
  .tabindex="${'-1'}"
3046
3046
  part="controlMinus"
3047
3047
  @click="${() => this.decrement()}"
@@ -3056,7 +3056,7 @@ class AuroCounter extends LitElement {
3056
3056
  </div>
3057
3057
 
3058
3058
  <auro-counter-button
3059
- aria-hidden="true"
3059
+ aria-label="+"
3060
3060
  .tabindex="${'-1'}"
3061
3061
  part="controlPlus"
3062
3062
  @click="${() => this.increment()}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr624.92",
3
+ "version": "0.0.0-pr624.93",
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": {