@aurodesignsystem-dev/auro-formkit 0.0.0-pr692.1 → 0.0.0-pr692.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.
@@ -9622,7 +9622,7 @@ class AuroCounterGroup extends AuroElement {
9622
9622
  // Tasks to perform if the dropdown is closed
9623
9623
  if (!dropdownIsOpen) {
9624
9624
 
9625
- // Shift focus to the host element
9625
+ // Shift focus to the dropdown trigger
9626
9626
  this.dropdown.trigger.focus();
9627
9627
  }
9628
9628
  }
@@ -9622,7 +9622,7 @@ class AuroCounterGroup extends AuroElement {
9622
9622
  // Tasks to perform if the dropdown is closed
9623
9623
  if (!dropdownIsOpen) {
9624
9624
 
9625
- // Shift focus to the host element
9625
+ // Shift focus to the dropdown trigger
9626
9626
  this.dropdown.trigger.focus();
9627
9627
  }
9628
9628
  }
@@ -9575,7 +9575,7 @@ class AuroCounterGroup extends AuroElement {
9575
9575
  // Tasks to perform if the dropdown is closed
9576
9576
  if (!dropdownIsOpen) {
9577
9577
 
9578
- // Shift focus to the host element
9578
+ // Shift focus to the dropdown trigger
9579
9579
  this.dropdown.trigger.focus();
9580
9580
  }
9581
9581
  }
@@ -9575,7 +9575,7 @@ class AuroCounterGroup extends AuroElement {
9575
9575
  // Tasks to perform if the dropdown is closed
9576
9576
  if (!dropdownIsOpen) {
9577
9577
 
9578
- // Shift focus to the host element
9578
+ // Shift focus to the dropdown trigger
9579
9579
  this.dropdown.trigger.focus();
9580
9580
  }
9581
9581
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr692.1",
3
+ "version": "0.0.0-pr692.2",
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": {