@aurodesignsystem-dev/auro-formkit 0.0.0-pr657.2 → 0.0.0-pr657.4

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.
@@ -52,7 +52,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
52
52
  |-----------------------------|--------------------------------------------------|--------------------------------------------------|
53
53
  | `auroFormElement-validated` | | Notifies that the `validity` and `errorMessage` values have changed. |
54
54
  | `auroSelect-valueSet` | `CustomEvent<any>` | Notifies that the component has a new value set. |
55
- | [input](#input) | `CustomEvent<{ optionSelected: any; value: any; }>` | Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object. |
55
+ | [input](#input) | `CustomEvent<{ optionSelected: any; value: any; }>` | Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object. |
56
56
 
57
57
  ## Slots
58
58
 
@@ -5550,7 +5550,7 @@ var styleCss$3 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.u
5550
5550
  * @slot placeholder - Defines the content of the placeholder to be shown when there is no value
5551
5551
  * @slot valueText - Dropdown value text display.
5552
5552
  * @event auroSelect-valueSet - Notifies that the component has a new value set.
5553
- * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object.
5553
+ * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object.
5554
5554
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
5555
5555
  * @csspart helpText - Apply CSS to the help text.
5556
5556
  */
@@ -5447,7 +5447,7 @@ var styleCss$3 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.u
5447
5447
  * @slot placeholder - Defines the content of the placeholder to be shown when there is no value
5448
5448
  * @slot valueText - Dropdown value text display.
5449
5449
  * @event auroSelect-valueSet - Notifies that the component has a new value set.
5450
- * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object.
5450
+ * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object.
5451
5451
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
5452
5452
  * @csspart helpText - Apply CSS to the help text.
5453
5453
  */
@@ -8,7 +8,7 @@
8
8
  * @slot placeholder - Defines the content of the placeholder to be shown when there is no value
9
9
  * @slot valueText - Dropdown value text display.
10
10
  * @event auroSelect-valueSet - Notifies that the component has a new value set.
11
- * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object.
11
+ * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object.
12
12
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
13
13
  * @csspart helpText - Apply CSS to the help text.
14
14
  */
@@ -5401,7 +5401,7 @@ var styleCss = css`:focus:not(:focus-visible){outline:3px solid transparent}.uti
5401
5401
  * @slot placeholder - Defines the content of the placeholder to be shown when there is no value
5402
5402
  * @slot valueText - Dropdown value text display.
5403
5403
  * @event auroSelect-valueSet - Notifies that the component has a new value set.
5404
- * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object.
5404
+ * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object.
5405
5405
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
5406
5406
  * @csspart helpText - Apply CSS to the help text.
5407
5407
  */
@@ -5401,7 +5401,7 @@ var styleCss = css`:focus:not(:focus-visible){outline:3px solid transparent}.uti
5401
5401
  * @slot placeholder - Defines the content of the placeholder to be shown when there is no value
5402
5402
  * @slot valueText - Dropdown value text display.
5403
5403
  * @event auroSelect-valueSet - Notifies that the component has a new value set.
5404
- * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be deliverd in `detail` object.
5404
+ * @event input - Notifies every time the value prop of the element is changed. The updated `value` and `optionSelected` will be delivered in `detail` object.
5405
5405
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
5406
5406
  * @csspart helpText - Apply CSS to the help text.
5407
5407
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr657.2",
3
+ "version": "0.0.0-pr657.4",
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": {