@aurodesignsystem/auro-formkit 5.9.3 → 5.10.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.
- package/CHANGELOG.md +19 -5
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +10 -0
- package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
- package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +26 -16
- package/components/bibtemplate/dist/registered.js +26 -16
- package/components/checkbox/demo/api.md +7 -0
- package/components/checkbox/demo/api.min.js +17 -14
- package/components/checkbox/demo/index.min.js +17 -14
- package/components/checkbox/dist/auro-checkbox-group.d.ts +4 -3
- package/components/checkbox/dist/auro-checkbox.d.ts +2 -0
- package/components/checkbox/dist/index.js +8 -5
- package/components/checkbox/dist/registered.js +8 -5
- package/components/combobox/demo/api.js +2 -2
- package/components/combobox/demo/api.md +80 -0
- package/components/combobox/demo/api.min.js +560 -357
- package/components/combobox/demo/index.min.js +541 -352
- package/components/combobox/dist/auro-combobox.d.ts +1 -1
- package/components/combobox/dist/index.js +429 -241
- package/components/combobox/dist/registered.js +429 -241
- package/components/counter/demo/api.min.js +434 -258
- package/components/counter/demo/index.min.js +434 -258
- package/components/counter/dist/auro-counter-button.d.ts +11 -2
- package/components/counter/dist/index.js +391 -219
- package/components/counter/dist/registered.js +391 -219
- package/components/datepicker/demo/api.md +2 -2
- package/components/datepicker/demo/api.min.js +584 -400
- package/components/datepicker/demo/index.min.js +584 -400
- package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +1 -1
- package/components/datepicker/dist/index.js +445 -261
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +445 -261
- package/components/dropdown/demo/api.md +1 -1
- package/components/dropdown/demo/api.min.js +362 -202
- package/components/dropdown/demo/index.min.js +362 -202
- package/components/dropdown/dist/iconVersion.d.ts +1 -1
- package/components/dropdown/dist/index.js +349 -189
- package/components/dropdown/dist/registered.js +349 -189
- package/components/form/demo/api.min.js +13 -11
- package/components/form/demo/index.min.js +13 -11
- package/components/form/dist/auro-form.d.ts +8 -0
- package/components/form/dist/index.js +8 -6
- package/components/form/dist/registered.js +8 -6
- package/components/input/demo/api.md +7 -3
- package/components/input/demo/api.min.js +95 -81
- package/components/input/demo/index.min.js +95 -81
- package/components/input/dist/auro-input.d.ts +23 -0
- package/components/input/dist/base-input.d.ts +2 -18
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +50 -36
- package/components/input/dist/registered.js +50 -36
- package/components/menu/demo/api.md +3 -3
- package/components/menu/demo/api.min.js +18 -17
- package/components/menu/demo/index.min.js +18 -17
- package/components/menu/dist/auro-menuoption.d.ts +2 -1
- package/components/menu/dist/index.js +7 -6
- package/components/menu/dist/registered.js +7 -6
- package/components/radio/demo/api.min.js +11 -11
- package/components/radio/demo/index.min.js +11 -11
- package/components/radio/dist/index.js +2 -2
- package/components/radio/dist/registered.js +2 -2
- package/components/select/demo/api.min.js +406 -235
- package/components/select/demo/index.min.js +406 -235
- package/components/select/dist/index.js +377 -207
- package/components/select/dist/registered.js +377 -207
- package/custom-elements.json +18148 -0
- package/package.json +42 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
# [5.10.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.9.4...v5.10.0) (2026-02-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* add Chromatic workflow for visual testing on rc branches ([ad9c2d3](https://github.com/AlaskaAirlines/auro-formkit/commit/ad9c2d32b0181a222c9cb4731887bf0683f486c5))
|
|
7
|
+
* address failing a11y tests in select and combobox ([45230a8](https://github.com/AlaskaAirlines/auro-formkit/commit/45230a81b71959594c2ba65745f515a5a3befd1f))
|
|
8
|
+
* adjust types to enable cem to process correctly ([6781a8d](https://github.com/AlaskaAirlines/auro-formkit/commit/6781a8dcdd9f4eda11286a83a923e0eaeab428e7))
|
|
9
|
+
* **combobox:** error attribute now correctly displays error UI [#1272](https://github.com/AlaskaAirlines/auro-formkit/issues/1272) ([96f09ab](https://github.com/AlaskaAirlines/auro-formkit/commit/96f09abf449fcfdf6f935aa51215f216ef739e29))
|
|
10
|
+
* **combobox:** update validity check to reflect correct state after clearing customError ([77eaa14](https://github.com/AlaskaAirlines/auro-formkit/commit/77eaa14d29ea10419facecde0472b1c2f9ff4142))
|
|
11
|
+
* **combobox:** updateActiveOption method correctly highlights menu option [#1275](https://github.com/AlaskaAirlines/auro-formkit/issues/1275) ([2733cbb](https://github.com/AlaskaAirlines/auro-formkit/commit/2733cbb34dbad71a45f761449d73fb87dd6b54bb))
|
|
12
|
+
* make menuoptions visible to screenreaders [#456](https://github.com/AlaskaAirlines/auro-formkit/issues/456) ([c6326a2](https://github.com/AlaskaAirlines/auro-formkit/commit/c6326a29ab0ee0423a28a975cd9082b828599b7e))
|
|
13
|
+
* set max length for each input type [#1331](https://github.com/AlaskaAirlines/auro-formkit/issues/1331) ([1dbfa0c](https://github.com/AlaskaAirlines/auro-formkit/commit/1dbfa0cb6182db0f6faaf807a7664b0af060ddee))
|
|
14
|
+
* update release workflow to include cache directories ([72c45d0](https://github.com/AlaskaAirlines/auro-formkit/commit/72c45d024595ea244fa3e959bf284110d63aee3b))
|
|
15
|
+
* user input credit card formatting logic [#1324](https://github.com/AlaskaAirlines/auro-formkit/issues/1324) ([8328de1](https://github.com/AlaskaAirlines/auro-formkit/commit/8328de1337d1233089c41efff4d6ded6d73b8322))
|
|
7
16
|
|
|
8
17
|
|
|
9
|
-
###
|
|
18
|
+
### Features
|
|
10
19
|
|
|
11
|
-
*
|
|
12
|
-
|
|
20
|
+
* add story generation utilities and update stories for checkbox component ([9afbfbe](https://github.com/AlaskaAirlines/auro-formkit/commit/9afbfbe66de1eaa05ab9291ee05c71a65d810c67))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Reverts
|
|
24
|
+
|
|
25
|
+
* Revert "fix: address failing a11y tests in select and combobox" ([7a40335](https://github.com/AlaskaAirlines/auro-formkit/commit/7a4033504e5cf3c94d27e2133b09e4379d405791))
|
|
26
|
+
* Revert "fix: make menuoptions visible to screenreaders [#456](https://github.com/AlaskaAirlines/auro-formkit/issues/456)" ([aaddbb5](https://github.com/AlaskaAirlines/auro-formkit/commit/aaddbb585e28b38025b49b3cf72dfab598bbcef9))
|
|
13
27
|
|
|
14
28
|
### Changelog
|
|
15
29
|
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The `auro-bibtemplate` element provides users a template for creating modal dialog elements.
|
|
3
|
+
* @customElement auro-bibtemplate
|
|
4
|
+
*
|
|
5
|
+
* @slot default - The default slot for the main content.
|
|
6
|
+
* @slot header - Slot for the header content.
|
|
7
|
+
* @slot subheader - Slot for the subheader content.
|
|
8
|
+
* @slot footer - Slot for the footer content.
|
|
9
|
+
* @slot ariaLabel.close - Slot for the close button aria-label.
|
|
10
|
+
*/
|
|
1
11
|
export class AuroBibtemplate extends LitElement {
|
|
2
12
|
static get styles(): import("lit").CSSResult[];
|
|
3
13
|
static get properties(): {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "12.3.
|
|
1
|
+
declare const _default: "12.3.2";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "5.0.
|
|
1
|
+
declare const _default: "5.0.1";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "9.1.
|
|
1
|
+
declare const _default: "9.1.2";
|
|
2
2
|
export default _default;
|