@aurodesignsystem/auro-formkit 5.9.4 → 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.
Files changed (71) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +10 -0
  3. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  5. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  6. package/components/bibtemplate/dist/index.js +26 -16
  7. package/components/bibtemplate/dist/registered.js +26 -16
  8. package/components/checkbox/demo/api.md +7 -0
  9. package/components/checkbox/demo/api.min.js +17 -14
  10. package/components/checkbox/demo/index.min.js +17 -14
  11. package/components/checkbox/dist/auro-checkbox-group.d.ts +4 -3
  12. package/components/checkbox/dist/auro-checkbox.d.ts +2 -0
  13. package/components/checkbox/dist/index.js +8 -5
  14. package/components/checkbox/dist/registered.js +8 -5
  15. package/components/combobox/demo/api.js +2 -2
  16. package/components/combobox/demo/api.md +80 -0
  17. package/components/combobox/demo/api.min.js +552 -356
  18. package/components/combobox/demo/index.min.js +533 -351
  19. package/components/combobox/dist/auro-combobox.d.ts +1 -1
  20. package/components/combobox/dist/index.js +421 -240
  21. package/components/combobox/dist/registered.js +421 -240
  22. package/components/counter/demo/api.min.js +434 -258
  23. package/components/counter/demo/index.min.js +434 -258
  24. package/components/counter/dist/auro-counter-button.d.ts +11 -2
  25. package/components/counter/dist/index.js +391 -219
  26. package/components/counter/dist/registered.js +391 -219
  27. package/components/datepicker/demo/api.md +2 -2
  28. package/components/datepicker/demo/api.min.js +576 -399
  29. package/components/datepicker/demo/index.min.js +576 -399
  30. package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
  31. package/components/datepicker/dist/buttonVersion.d.ts +1 -1
  32. package/components/datepicker/dist/iconVersion.d.ts +1 -1
  33. package/components/datepicker/dist/index.js +437 -260
  34. package/components/datepicker/dist/popoverVersion.d.ts +1 -1
  35. package/components/datepicker/dist/registered.js +437 -260
  36. package/components/dropdown/demo/api.md +1 -1
  37. package/components/dropdown/demo/api.min.js +362 -202
  38. package/components/dropdown/demo/index.min.js +362 -202
  39. package/components/dropdown/dist/iconVersion.d.ts +1 -1
  40. package/components/dropdown/dist/index.js +349 -189
  41. package/components/dropdown/dist/registered.js +349 -189
  42. package/components/form/demo/api.min.js +13 -11
  43. package/components/form/demo/index.min.js +13 -11
  44. package/components/form/dist/auro-form.d.ts +8 -0
  45. package/components/form/dist/index.js +8 -6
  46. package/components/form/dist/registered.js +8 -6
  47. package/components/input/demo/api.md +5 -1
  48. package/components/input/demo/api.min.js +87 -80
  49. package/components/input/demo/index.min.js +87 -80
  50. package/components/input/dist/auro-input.d.ts +23 -0
  51. package/components/input/dist/base-input.d.ts +2 -18
  52. package/components/input/dist/buttonVersion.d.ts +1 -1
  53. package/components/input/dist/iconVersion.d.ts +1 -1
  54. package/components/input/dist/index.js +42 -35
  55. package/components/input/dist/registered.js +42 -35
  56. package/components/menu/demo/api.md +3 -3
  57. package/components/menu/demo/api.min.js +18 -17
  58. package/components/menu/demo/index.min.js +18 -17
  59. package/components/menu/dist/auro-menuoption.d.ts +2 -1
  60. package/components/menu/dist/index.js +7 -6
  61. package/components/menu/dist/registered.js +7 -6
  62. package/components/radio/demo/api.min.js +11 -11
  63. package/components/radio/demo/index.min.js +11 -11
  64. package/components/radio/dist/index.js +2 -2
  65. package/components/radio/dist/registered.js +2 -2
  66. package/components/select/demo/api.min.js +406 -235
  67. package/components/select/demo/index.min.js +406 -235
  68. package/components/select/dist/index.js +377 -207
  69. package/components/select/dist/registered.js +377 -207
  70. package/custom-elements.json +18148 -0
  71. package/package.json +42 -10
package/CHANGELOG.md CHANGED
@@ -1,9 +1,29 @@
1
- ## [5.9.4](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.9.3...v5.9.4) (2026-02-06)
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
- * user input credit card formatting logic [#1324](https://github.com/AlaskaAirlines/auro-formkit/issues/1324) ([d3e120d](https://github.com/AlaskaAirlines/auro-formkit/commit/d3e120db1f14f680d83cd6c5123de0ab1d53da92))
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))
16
+
17
+
18
+ ### Features
19
+
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))
7
27
 
8
28
  ### Changelog
9
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.0";
1
+ declare const _default: "12.3.2";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "5.0.0";
1
+ declare const _default: "5.0.1";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "9.1.1";
1
+ declare const _default: "9.1.2";
2
2
  export default _default;