@aurodesignsystem/auro-formkit 5.1.0-rc-1157.1 → 5.1.0-rc-1176.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 (105) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  5. package/components/bibtemplate/dist/index.js +120 -1659
  6. package/components/bibtemplate/dist/registered.js +120 -1659
  7. package/components/checkbox/demo/api.html +2 -2
  8. package/components/checkbox/demo/api.md +31 -28
  9. package/components/checkbox/demo/api.min.js +82 -8
  10. package/components/checkbox/demo/index.html +1 -1
  11. package/components/checkbox/demo/index.md +18 -18
  12. package/components/checkbox/demo/index.min.js +82 -8
  13. package/components/checkbox/dist/auro-checkbox-group.d.ts +11 -1
  14. package/components/checkbox/dist/auro-checkbox.d.ts +11 -1
  15. package/components/checkbox/dist/index.js +82 -8
  16. package/components/checkbox/dist/registered.js +82 -8
  17. package/components/combobox/demo/api.html +4 -4
  18. package/components/combobox/demo/api.md +28 -27
  19. package/components/combobox/demo/api.min.js +5041 -8577
  20. package/components/combobox/demo/index.html +3 -3
  21. package/components/combobox/demo/index.md +10 -10
  22. package/components/combobox/demo/index.min.js +7543 -11079
  23. package/components/combobox/dist/auro-combobox.d.ts +11 -9
  24. package/components/combobox/dist/index.js +4507 -7666
  25. package/components/combobox/dist/registered.js +4507 -7666
  26. package/components/counter/demo/api.html +3 -3
  27. package/components/counter/demo/api.md +35 -26
  28. package/components/counter/demo/api.min.js +4890 -8059
  29. package/components/counter/demo/index.html +3 -3
  30. package/components/counter/demo/index.md +42 -42
  31. package/components/counter/demo/index.min.js +4890 -8059
  32. package/components/counter/dist/auro-counter-button.d.ts +2 -11
  33. package/components/counter/dist/auro-counter-group.d.ts +11 -1
  34. package/components/counter/dist/auro-counter.d.ts +9 -1
  35. package/components/counter/dist/iconVersion.d.ts +1 -1
  36. package/components/counter/dist/index.js +4889 -8058
  37. package/components/counter/dist/registered.js +4889 -8058
  38. package/components/datepicker/demo/api.html +3 -3
  39. package/components/datepicker/demo/api.md +71 -21
  40. package/components/datepicker/demo/api.min.js +10215 -14694
  41. package/components/datepicker/demo/index.html +2 -2
  42. package/components/datepicker/demo/index.md +30 -30
  43. package/components/datepicker/demo/index.min.js +10215 -14694
  44. package/components/datepicker/dist/auro-calendar.d.ts +8 -0
  45. package/components/datepicker/dist/auro-datepicker.d.ts +13 -1
  46. package/components/datepicker/dist/index.js +10172 -14651
  47. package/components/datepicker/dist/registered.js +10172 -14651
  48. package/components/dropdown/demo/api.html +5 -5
  49. package/components/dropdown/demo/api.md +38 -29
  50. package/components/dropdown/demo/api.min.js +88 -417
  51. package/components/dropdown/demo/index.html +3 -3
  52. package/components/dropdown/demo/index.md +16 -16
  53. package/components/dropdown/demo/index.min.js +88 -417
  54. package/components/dropdown/dist/auro-dropdown.d.ts +11 -1
  55. package/components/dropdown/dist/index.js +75 -404
  56. package/components/dropdown/dist/registered.js +75 -404
  57. package/components/form/demo/api.html +1 -1
  58. package/components/form/demo/api.min.js +13 -0
  59. package/components/form/demo/index.html +1 -1
  60. package/components/form/demo/index.min.js +13 -0
  61. package/components/form/demo/working.html +2 -2
  62. package/components/form/dist/index.js +13 -0
  63. package/components/form/dist/registered.js +13 -0
  64. package/components/helptext/dist/auro-helptext.d.ts +11 -1
  65. package/components/helptext/dist/index.js +26 -2
  66. package/components/helptext/dist/registered.js +26 -2
  67. package/components/input/demo/api.html +3 -3
  68. package/components/input/demo/api.js +1 -1
  69. package/components/input/demo/api.md +37 -34
  70. package/components/input/demo/api.min.js +262 -1583
  71. package/components/input/demo/index.html +1 -2
  72. package/components/input/demo/index.md +17 -17
  73. package/components/input/demo/index.min.js +262 -1583
  74. package/components/input/dist/base-input.d.ts +11 -1
  75. package/components/input/dist/buttonVersion.d.ts +1 -1
  76. package/components/input/dist/iconVersion.d.ts +1 -1
  77. package/components/input/dist/index.js +228 -1549
  78. package/components/input/dist/registered.js +228 -1549
  79. package/components/menu/demo/api.html +4 -4
  80. package/components/menu/demo/api.min.js +57 -421
  81. package/components/menu/demo/index.html +1 -1
  82. package/components/menu/demo/index.min.js +57 -421
  83. package/components/menu/dist/iconVersion.d.ts +1 -1
  84. package/components/menu/dist/index.js +49 -413
  85. package/components/menu/dist/registered.js +49 -413
  86. package/components/radio/demo/api.html +2 -2
  87. package/components/radio/demo/api.md +46 -44
  88. package/components/radio/demo/api.min.js +86 -9
  89. package/components/radio/demo/index.html +1 -1
  90. package/components/radio/demo/index.md +12 -12
  91. package/components/radio/demo/index.min.js +86 -9
  92. package/components/radio/dist/auro-radio-group.d.ts +11 -1
  93. package/components/radio/dist/auro-radio.d.ts +11 -1
  94. package/components/radio/dist/index.js +86 -9
  95. package/components/radio/dist/registered.js +86 -9
  96. package/components/select/demo/api.html +4 -4
  97. package/components/select/demo/api.md +20 -19
  98. package/components/select/demo/api.min.js +2223 -4412
  99. package/components/select/demo/index.html +3 -3
  100. package/components/select/demo/index.md +25 -25
  101. package/components/select/demo/index.min.js +2223 -4412
  102. package/components/select/dist/auro-select.d.ts +11 -1
  103. package/components/select/dist/index.js +1279 -3091
  104. package/components/select/dist/registered.js +1279 -3091
  105. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,8 +1,9 @@
1
- # [5.1.0-rc-1157.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1157.1) (2025-10-04)
1
+ # [5.1.0-rc-1176.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1176.1) (2025-10-20)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
+ * [#1159](https://github.com/AlaskaAirlines/auro-formkit/issues/1159) - restore calendar scrolling when value is updated ([8439358](https://github.com/AlaskaAirlines/auro-formkit/commit/84393582a6c7ae1d77fcfda4fe855c9193c55611))
6
7
  * adjust all snowflake paddings: [#1109](https://github.com/AlaskaAirlines/auro-formkit/issues/1109) ([45d6959](https://github.com/AlaskaAirlines/auro-formkit/commit/45d695946742be1f7b2b07a37aa7fd419c125926))
7
8
  * apply `selected` attrs to selected menuoption after slot change ([b58815a](https://github.com/AlaskaAirlines/auro-formkit/commit/b58815a0629f475060ed2d743a2b4468748b5028))
8
9
  * chromium-related input focus in combobox ([fd1b64d](https://github.com/AlaskaAirlines/auro-formkit/commit/fd1b64d405b45a5c09abd3306f950e796efef5f3))
@@ -22,6 +23,7 @@
22
23
  * implement manual popover control for dropdown component ([4798a34](https://github.com/AlaskaAirlines/auro-formkit/commit/4798a344031545d5762cb1a2809ff099eae2617f))
23
24
  * improve aria-invalid attribute handling for error and validity states ([6a910d0](https://github.com/AlaskaAirlines/auro-formkit/commit/6a910d08e4dbf407f4ff98c16724bfdcb2d26944))
24
25
  * make `loading` attr to show loading slots in combobox bib ([935d5e8](https://github.com/AlaskaAirlines/auro-formkit/commit/935d5e8e08b72a46120946880b1eb559b0fcc158))
26
+ * make clear button in classic layout accessible [#1165](https://github.com/AlaskaAirlines/auro-formkit/issues/1165) ([36cf97f](https://github.com/AlaskaAirlines/auro-formkit/commit/36cf97f227521c3be8c931adfc2d3cc5b2dc6222))
25
27
  * menu doesn't show when typing character the first time ([b71f691](https://github.com/AlaskaAirlines/auro-formkit/commit/b71f691f0ca4dcc043d9fbdd37d462d4318e981e))
26
28
  * menu to notify `auroMenu-selectedOption` event only selected menu's value is changed ([aa29a1f](https://github.com/AlaskaAirlines/auro-formkit/commit/aa29a1f6c3acf5e11a48564f03924be79e9f704c))
27
29
  * mis-alignment on checkmark with `text-align: center | right` ([6e1abc8](https://github.com/AlaskaAirlines/auro-formkit/commit/6e1abc8182ab8fbae63061a2e27c9ed4a88d2863))
@@ -35,6 +37,7 @@
35
37
  * remove infinite clearing in combobox ([3bc3cef](https://github.com/AlaskaAirlines/auro-formkit/commit/3bc3cef22551e7e2f6802e3d28a30e21985c2173))
36
38
  * remove redundant hover background color style from dropdown and ensure consistent styling in select component ([85c99ea](https://github.com/AlaskaAirlines/auro-formkit/commit/85c99ea0b02d25aade186f0e3da4d1b62ac5c972))
37
39
  * remove unnecessary transform and fullscreen positioning for dropdown component ([585a8fb](https://github.com/AlaskaAirlines/auro-formkit/commit/585a8fb53bb0b44e94a1cd84602eb1b8f420c51e))
40
+ * restore double click to input select behavior [#1174](https://github.com/AlaskaAirlines/auro-formkit/issues/1174) ([e83ff8f](https://github.com/AlaskaAirlines/auro-formkit/commit/e83ff8f6bd20bc5dfd2027824aca726f16ba9d11))
38
41
  * set default menu size and shape in select/combobox correctly ([bbdee89](https://github.com/AlaskaAirlines/auro-formkit/commit/bbdee89476ed0a423980a54498c84fdb6bd8cc5b))
39
42
  * switch gpu hint to remain in memory, avoid clean-up ([2a1f67b](https://github.com/AlaskaAirlines/auro-formkit/commit/2a1f67b6af9b7107dda900da774be93753933bdc))
40
43
  * toggle checkbox with Space key [#1016](https://github.com/AlaskaAirlines/auro-formkit/issues/1016) ([2f2f339](https://github.com/AlaskaAirlines/auro-formkit/commit/2f2f339c72c6ac8d537da054309d8a6b0ad401ff))
@@ -43,15 +46,26 @@
43
46
  * update combobox input background color ([82a21f0](https://github.com/AlaskaAirlines/auro-formkit/commit/82a21f08e7d6711d1ad2afd0b495c220caa3d7e3))
44
47
  * update combobox.value only when making a selection ([3235c07](https://github.com/AlaskaAirlines/auro-formkit/commit/3235c0765465669a3ed717f28bdaee81c5be3bff))
45
48
  * update form.test ([559a1e0](https://github.com/AlaskaAirlines/auro-formkit/commit/559a1e07178aea1478ccc84d2d660696ca010d4b))
49
+ * update radio-group to validate radios with non-string value properly [#1168](https://github.com/AlaskaAirlines/auro-formkit/issues/1168) ([37896ba](https://github.com/AlaskaAirlines/auro-formkit/commit/37896bad70999241ece3daa846eec26cc12d47eb))
46
50
 
47
51
 
48
52
  ### Features
49
53
 
50
54
  * [#1132](https://github.com/AlaskaAirlines/auro-formkit/issues/1132) remove styles that hide the "clear" button for the input in the fullscreen bib for combobox ([4cabd8f](https://github.com/AlaskaAirlines/auro-formkit/commit/4cabd8f183ffbc2982448a7bfa100a50be148050))
51
55
  * [#1136](https://github.com/AlaskaAirlines/auro-formkit/issues/1136) add input event to native input for programmatic value changes ([9c6c111](https://github.com/AlaskaAirlines/auro-formkit/commit/9c6c1111571c0d18f528aa7c976ade5edf1df689))
56
+ * add `appearance` deprecate `ondark` on checkbox [#1153](https://github.com/AlaskaAirlines/auro-formkit/issues/1153) ([5f82d07](https://github.com/AlaskaAirlines/auro-formkit/commit/5f82d07fcd34eb5a83bf0fadc62a043db5c39f30))
57
+ * add `appearance` deprecate `ondark` on combobox [#1149](https://github.com/AlaskaAirlines/auro-formkit/issues/1149) ([6fefa6d](https://github.com/AlaskaAirlines/auro-formkit/commit/6fefa6ddbc4689d0267a1a4d3f909ab6d8321a1a))
58
+ * add `appearance` deprecate `ondark` on counter [#1151](https://github.com/AlaskaAirlines/auro-formkit/issues/1151) ([eb5bf05](https://github.com/AlaskaAirlines/auro-formkit/commit/eb5bf053ae6af695649ce061b75ef9fe0e367271))
59
+ * add `appearance` deprecate `ondark` on datepicker [#1150](https://github.com/AlaskaAirlines/auro-formkit/issues/1150) ([d769459](https://github.com/AlaskaAirlines/auro-formkit/commit/d769459531128637b8adb2c8b890a00d779a73ea))
60
+ * add `appearance` deprecate `ondark` on dropdown [#1147](https://github.com/AlaskaAirlines/auro-formkit/issues/1147) ([9ba364a](https://github.com/AlaskaAirlines/auro-formkit/commit/9ba364ab41c8d7db5c046affa67b6722d8712e97))
61
+ * add `appearance` deprecate `ondark` on input [#1148](https://github.com/AlaskaAirlines/auro-formkit/issues/1148) ([82a63a8](https://github.com/AlaskaAirlines/auro-formkit/commit/82a63a80248a4433bafcc96d1d80a0eaec974f10))
62
+ * add `appearance` deprecate `ondark` on radio [#1154](https://github.com/AlaskaAirlines/auro-formkit/issues/1154) ([b8279ec](https://github.com/AlaskaAirlines/auro-formkit/commit/b8279ec6ac5093faccdbc66dbd7e7ccba98583b2))
63
+ * add `appearance` deprecate `ondark` on select [#1152](https://github.com/AlaskaAirlines/auro-formkit/issues/1152) ([e7f6938](https://github.com/AlaskaAirlines/auro-formkit/commit/e7f69388efb0228e9f00abd91789ea4a5d1e0e88))
52
64
  * add `shift` property to dropdown components to adjust position based on viewport ([d9d1fd3](https://github.com/AlaskaAirlines/auro-formkit/commit/d9d1fd3a3008e60484428f1542e69d63e1437e57))
53
65
  * add flag to input to allow skipping programmatic value changes ([ade0213](https://github.com/AlaskaAirlines/auro-formkit/commit/ade0213992043b593370b681d56b67586e54d1ab))
54
66
  * add host level displayValue slot [#1117](https://github.com/AlaskaAirlines/auro-formkit/issues/1117) ([6f65df4](https://github.com/AlaskaAirlines/auro-formkit/commit/6f65df4b88fe50327996997ac87b661212ae41c9))
67
+ * add slots for custom aria-labels in counter [#1163](https://github.com/AlaskaAirlines/auro-formkit/issues/1163) ([8d9b313](https://github.com/AlaskaAirlines/auro-formkit/commit/8d9b313a6dea83bb2519006c134d87533466b9a1))
68
+ * add slots for custom aria-labels in datepicker [#1164](https://github.com/AlaskaAirlines/auro-formkit/issues/1164) ([4059bec](https://github.com/AlaskaAirlines/auro-formkit/commit/4059bec0dc0ce13fbd22c70a37575e3004e405a1))
55
69
  * auto supply datepicker displayValue slot content [#1117](https://github.com/AlaskaAirlines/auro-formkit/issues/1117) ([aba4fa0](https://github.com/AlaskaAirlines/auro-formkit/commit/aba4fa0c67fd6b6fc084d0878b06de3d6ccfafe1))
56
70
  * **combobox:** add tab keydown selection ([a0a59d5](https://github.com/AlaskaAirlines/auro-formkit/commit/a0a59d51c7569ac6d289a76c1ae99e9caa572d5a))
57
71
  * rotate chevron when dropdown bib toggles [#965](https://github.com/AlaskaAirlines/auro-formkit/issues/965) ([5f96983](https://github.com/AlaskaAirlines/auro-formkit/commit/5f9698329aacbaeb8ced107f87246e09f4142e88))
@@ -64,6 +78,9 @@
64
78
  * additional code cleanup ([ebdf19a](https://github.com/AlaskaAirlines/auro-formkit/commit/ebdf19a028edac873d408dc5b192f647a55d34c9))
65
79
  * cleaning up test logging ([0e040e8](https://github.com/AlaskaAirlines/auro-formkit/commit/0e040e832b3b23e20fc6ed71db7e1326a3518381))
66
80
  * make combobox handle its own validation ([be979aa](https://github.com/AlaskaAirlines/auro-formkit/commit/be979aa6d5bdc70900e960dcf8da5b7d51d5d16d))
81
+ * update `auro-button` and `auro-icon` ([c035d79](https://github.com/AlaskaAirlines/auro-formkit/commit/c035d79bd499e384442f756ac089b25935080f03))
82
+ * update auro-button import paths ([7dd3b66](https://github.com/AlaskaAirlines/auro-formkit/commit/7dd3b6603cf5e3f9385ee2a81a5833085cea6dcc))
83
+ * update to latest dependencies ([b62f1bb](https://github.com/AlaskaAirlines/auro-formkit/commit/b62f1bbe653944ed0187aa4fe234d4896cbe6eb9))
67
84
 
68
85
  ### Changelog
69
86
 
@@ -1,2 +1,2 @@
1
- declare const _default: "11.4.0";
1
+ declare const _default: "12.3.0";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.2";
1
+ declare const _default: "5.0.0";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "8.1.2";
1
+ declare const _default: "9.1.0";
2
2
  export default _default;