@aurodesignsystem/auro-formkit 5.1.0-rc-1102.1 → 5.1.0-rc-1115.1

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 (55) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/index.js +44 -88
  4. package/components/bibtemplate/dist/registered.js +44 -88
  5. package/components/checkbox/demo/api.min.js +14 -3
  6. package/components/checkbox/demo/index.min.js +14 -3
  7. package/components/checkbox/dist/index.js +14 -3
  8. package/components/checkbox/dist/registered.js +14 -3
  9. package/components/combobox/demo/api.js +2 -0
  10. package/components/combobox/demo/api.md +115 -1
  11. package/components/combobox/demo/api.min.js +350 -282
  12. package/components/combobox/demo/index.min.js +253 -204
  13. package/components/combobox/dist/auro-combobox.d.ts +9 -0
  14. package/components/combobox/dist/index.js +246 -200
  15. package/components/combobox/dist/registered.js +246 -200
  16. package/components/counter/demo/api.md +29 -1
  17. package/components/counter/demo/api.min.js +219 -185
  18. package/components/counter/demo/index.min.js +219 -185
  19. package/components/counter/dist/auro-counter-group.d.ts +9 -0
  20. package/components/counter/dist/index.js +219 -185
  21. package/components/counter/dist/registered.js +219 -185
  22. package/components/datepicker/demo/api.md +23 -1
  23. package/components/datepicker/demo/api.min.js +304 -294
  24. package/components/datepicker/demo/index.md +6 -6
  25. package/components/datepicker/demo/index.min.js +304 -294
  26. package/components/datepicker/dist/auro-datepicker.d.ts +9 -0
  27. package/components/datepicker/dist/buttonVersion.d.ts +1 -1
  28. package/components/datepicker/dist/index.js +304 -294
  29. package/components/datepicker/dist/registered.js +304 -294
  30. package/components/dropdown/demo/api.md +46 -2
  31. package/components/dropdown/demo/api.min.js +101 -1
  32. package/components/dropdown/demo/index.min.js +101 -1
  33. package/components/dropdown/dist/auro-dropdown.d.ts +10 -0
  34. package/components/dropdown/dist/index.js +101 -1
  35. package/components/dropdown/dist/registered.js +101 -1
  36. package/components/input/demo/api.min.js +62 -95
  37. package/components/input/demo/index.min.js +62 -95
  38. package/components/input/dist/buttonVersion.d.ts +1 -1
  39. package/components/input/dist/index.js +62 -95
  40. package/components/input/dist/registered.js +62 -95
  41. package/components/menu/demo/api.min.js +3 -0
  42. package/components/menu/demo/index.min.js +3 -0
  43. package/components/menu/dist/index.js +3 -0
  44. package/components/menu/dist/registered.js +3 -0
  45. package/components/radio/demo/api.min.js +14 -3
  46. package/components/radio/demo/index.min.js +14 -3
  47. package/components/radio/dist/index.js +14 -3
  48. package/components/radio/dist/registered.js +14 -3
  49. package/components/select/demo/api.md +29 -1
  50. package/components/select/demo/api.min.js +188 -107
  51. package/components/select/demo/index.min.js +188 -107
  52. package/components/select/dist/auro-select.d.ts +9 -0
  53. package/components/select/dist/index.js +181 -103
  54. package/components/select/dist/registered.js +181 -103
  55. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,16 @@
1
- # [5.1.0-rc-1102.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1102.1) (2025-08-18)
1
+ # [5.1.0-rc-1115.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1115.1) (2025-08-21)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
+ * adjust all snowflake paddings: [#1109](https://github.com/AlaskaAirlines/auro-formkit/issues/1109) ([45d6959](https://github.com/AlaskaAirlines/auro-formkit/commit/45d695946742be1f7b2b07a37aa7fd419c125926))
6
7
  * apply `selected` attrs to selected menuoption after slot change ([b58815a](https://github.com/AlaskaAirlines/auro-formkit/commit/b58815a0629f475060ed2d743a2b4468748b5028))
7
8
  * chromium-related input focus in combobox ([fd1b64d](https://github.com/AlaskaAirlines/auro-formkit/commit/fd1b64d405b45a5c09abd3306f950e796efef5f3))
9
+ * combo box will now validate correctly when `persistValue` is set and a menu option is selected ([d392a8c](https://github.com/AlaskaAirlines/auro-formkit/commit/d392a8c699712c61cf7cacfddec8101d0ac87c7d))
8
10
  * combobox enhance dropdown styles ([943853c](https://github.com/AlaskaAirlines/auro-formkit/commit/943853c87a5f1339c151d6163e2232ef290bb47b))
9
11
  * correct token color for combobox background ([e9220a9](https://github.com/AlaskaAirlines/auro-formkit/commit/e9220a98edcca3c80f9c07f504fb4783b21e55e7))
12
+ * **datepicker:** add blur method to hide dropdown on blur action ([640e646](https://github.com/AlaskaAirlines/auro-formkit/commit/640e646cc10d3c518bd6207034cf29aca908d53a))
13
+ * **datepicker:** clicking bib no longer breaks on safari/firefox ([96404fb](https://github.com/AlaskaAirlines/auro-formkit/commit/96404fb0b76e150c024a32738bab20b4bde9cfcf))
10
14
  * emphasized select/combobox bg color ([56aa4b9](https://github.com/AlaskaAirlines/auro-formkit/commit/56aa4b9179072c5356c0ecc37d5039402f53947e))
11
15
  * ensure popover visibility only triggers when bib element has a value ([3d0d549](https://github.com/AlaskaAirlines/auro-formkit/commit/3d0d5495440cccb85e08873de3e907ee07202aa8))
12
16
  * fire only one `auroFormElement-validated` per validation [#878](https://github.com/AlaskaAirlines/auro-formkit/issues/878) ([7894538](https://github.com/AlaskaAirlines/auro-formkit/commit/7894538dc18872c06565ddd7b4cdd978f628a995))
@@ -39,6 +43,8 @@
39
43
 
40
44
  ### Features
41
45
 
46
+ * add `shift` property to dropdown components to adjust position based on viewport ([d9d1fd3](https://github.com/AlaskaAirlines/auro-formkit/commit/d9d1fd3a3008e60484428f1542e69d63e1437e57))
47
+ * **combobox:** add tab keydown selection ([a0a59d5](https://github.com/AlaskaAirlines/auro-formkit/commit/a0a59d51c7569ac6d289a76c1ae99e9caa572d5a))
42
48
  * rotate chevron when dropdown bib toggles [#965](https://github.com/AlaskaAirlines/auro-formkit/issues/965) ([5f96983](https://github.com/AlaskaAirlines/auro-formkit/commit/5f9698329aacbaeb8ced107f87246e09f4142e88))
43
49
  * update dropdown trigger background color to transparent for emphasized layout ([aa80919](https://github.com/AlaskaAirlines/auro-formkit/commit/aa809192c0e1f48fc0cc5fb0949232e0b59ab461))
44
50
 
@@ -1,2 +1,2 @@
1
- declare const _default: "11.3.2";
1
+ declare const _default: "11.4.0";
2
2
  export default _default;