@aurodesignsystem/auro-formkit 5.1.0-rc-1157.1 → 5.1.0-rc-1195.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.
- package/CHANGELOG.md +29 -1
- 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 +120 -1659
- package/components/bibtemplate/dist/registered.js +120 -1659
- package/components/checkbox/demo/api.html +2 -2
- package/components/checkbox/demo/api.md +31 -28
- package/components/checkbox/demo/api.min.js +148 -10
- package/components/checkbox/demo/index.html +1 -1
- package/components/checkbox/demo/index.md +18 -18
- package/components/checkbox/demo/index.min.js +148 -10
- package/components/checkbox/dist/auro-checkbox-group.d.ts +11 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +11 -1
- package/components/checkbox/dist/index.js +148 -10
- package/components/checkbox/dist/registered.js +148 -10
- package/components/combobox/demo/api.html +4 -4
- package/components/combobox/demo/api.md +256 -63
- package/components/combobox/demo/api.min.js +4500 -7887
- package/components/combobox/demo/index.html +3 -3
- package/components/combobox/demo/index.md +114 -10
- package/components/combobox/demo/index.min.js +5671 -9058
- package/components/combobox/dist/auro-combobox.d.ts +29 -10
- package/components/combobox/dist/index.js +4500 -7510
- package/components/combobox/dist/registered.js +4500 -7510
- package/components/counter/demo/api.html +3 -3
- package/components/counter/demo/api.md +35 -26
- package/components/counter/demo/api.min.js +2968 -6073
- package/components/counter/demo/index.html +3 -3
- package/components/counter/demo/index.md +42 -42
- package/components/counter/demo/index.min.js +2968 -6073
- package/components/counter/dist/auro-counter-button.d.ts +2 -11
- package/components/counter/dist/auro-counter-group.d.ts +11 -1
- package/components/counter/dist/auro-counter.d.ts +9 -1
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +4915 -8020
- package/components/counter/dist/registered.js +4915 -8020
- package/components/datepicker/demo/api.html +3 -3
- package/components/datepicker/demo/api.md +111 -21
- package/components/datepicker/demo/api.min.js +10474 -14790
- package/components/datepicker/demo/index.html +2 -2
- package/components/datepicker/demo/index.md +30 -30
- package/components/datepicker/demo/index.min.js +10474 -14790
- package/components/datepicker/dist/auro-calendar-cell.d.ts +6 -0
- package/components/datepicker/dist/auro-calendar.d.ts +8 -0
- package/components/datepicker/dist/auro-datepicker.d.ts +21 -1
- package/components/datepicker/dist/index.js +10367 -14683
- package/components/datepicker/dist/registered.js +10367 -14683
- package/components/dropdown/demo/api.html +5 -5
- package/components/dropdown/demo/api.md +38 -29
- package/components/dropdown/demo/api.min.js +88 -417
- package/components/dropdown/demo/index.html +3 -3
- package/components/dropdown/demo/index.md +16 -16
- package/components/dropdown/demo/index.min.js +88 -417
- package/components/dropdown/dist/auro-dropdown.d.ts +11 -1
- package/components/dropdown/dist/index.js +75 -404
- package/components/dropdown/dist/registered.js +75 -404
- package/components/form/demo/api.html +1 -1
- package/components/form/demo/api.min.js +13 -0
- package/components/form/demo/index.html +1 -1
- package/components/form/demo/index.min.js +13 -0
- package/components/form/demo/working.html +2 -2
- package/components/form/dist/index.js +13 -0
- package/components/form/dist/registered.js +13 -0
- package/components/helptext/dist/auro-helptext.d.ts +11 -1
- package/components/helptext/dist/index.js +26 -2
- package/components/helptext/dist/registered.js +26 -2
- package/components/input/demo/api.html +3 -3
- package/components/input/demo/api.js +1 -1
- package/components/input/demo/api.md +37 -34
- package/components/input/demo/api.min.js +323 -1580
- package/components/input/demo/index.html +1 -2
- package/components/input/demo/index.md +17 -17
- package/components/input/demo/index.min.js +323 -1580
- package/components/input/dist/base-input.d.ts +11 -1
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +289 -1546
- package/components/input/dist/registered.js +289 -1546
- package/components/menu/demo/api.html +4 -4
- package/components/menu/demo/api.min.js +57 -421
- package/components/menu/demo/index.html +1 -1
- package/components/menu/demo/index.min.js +57 -421
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +49 -413
- package/components/menu/dist/registered.js +49 -413
- package/components/radio/demo/api.html +2 -2
- package/components/radio/demo/api.md +46 -44
- package/components/radio/demo/api.min.js +183 -14
- package/components/radio/demo/index.html +1 -1
- package/components/radio/demo/index.md +12 -12
- package/components/radio/demo/index.min.js +183 -14
- package/components/radio/dist/auro-radio-group.d.ts +25 -1
- package/components/radio/dist/auro-radio.d.ts +11 -1
- package/components/radio/dist/index.js +183 -14
- package/components/radio/dist/registered.js +183 -14
- package/components/select/demo/api.html +4 -4
- package/components/select/demo/api.md +20 -19
- package/components/select/demo/api.min.js +2859 -4984
- package/components/select/demo/index.html +3 -3
- package/components/select/demo/index.md +25 -25
- package/components/select/demo/index.min.js +2859 -4984
- package/components/select/dist/auro-select.d.ts +11 -1
- package/components/select/dist/index.js +990 -2738
- package/components/select/dist/registered.js +990 -2738
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
# [5.1.0-rc-
|
|
1
|
+
# [5.1.0-rc-1195.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v5.0.0...v5.1.0-rc-1195.1) (2025-10-30)
|
|
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))
|
|
7
|
+
* add outline color to error border in datepicker [#1189](https://github.com/AlaskaAirlines/auro-formkit/issues/1189) ([cda56f1](https://github.com/AlaskaAirlines/auro-formkit/commit/cda56f13e3129554f552304551bf13310183803d))
|
|
8
|
+
* add outline color to error border in select [#1189](https://github.com/AlaskaAirlines/auro-formkit/issues/1189) ([13e4038](https://github.com/AlaskaAirlines/auro-formkit/commit/13e4038db850c0683149a15687786bd63fdee575))
|
|
6
9
|
* adjust all snowflake paddings: [#1109](https://github.com/AlaskaAirlines/auro-formkit/issues/1109) ([45d6959](https://github.com/AlaskaAirlines/auro-formkit/commit/45d695946742be1f7b2b07a37aa7fd419c125926))
|
|
10
|
+
* adjust vertical alignment for buttons and quantity label in auro counterto match figma designs [#1173](https://github.com/AlaskaAirlines/auro-formkit/issues/1173) ([cb61272](https://github.com/AlaskaAirlines/auro-formkit/commit/cb61272dafcdc70af93e2c061982462a9266e4c7))
|
|
7
11
|
* apply `selected` attrs to selected menuoption after slot change ([b58815a](https://github.com/AlaskaAirlines/auro-formkit/commit/b58815a0629f475060ed2d743a2b4468748b5028))
|
|
8
12
|
* chromium-related input focus in combobox ([fd1b64d](https://github.com/AlaskaAirlines/auro-formkit/commit/fd1b64d405b45a5c09abd3306f950e796efef5f3))
|
|
13
|
+
* combo box now correctly captures floated validation messages from input ([f86b87a](https://github.com/AlaskaAirlines/auro-formkit/commit/f86b87a4d7d9e15101bc9fdc51fce65759f77d4f))
|
|
14
|
+
* combo box now correctly syncs its validity state with input when input validity is updated ([44c3ffd](https://github.com/AlaskaAirlines/auro-formkit/commit/44c3ffdb369681d5c8a6d49b8627dd9a0d518ff2))
|
|
9
15
|
* 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))
|
|
10
16
|
* combobox enhance dropdown styles ([943853c](https://github.com/AlaskaAirlines/auro-formkit/commit/943853c87a5f1339c151d6163e2232ef290bb47b))
|
|
11
17
|
* correct token color for combobox background ([e9220a9](https://github.com/AlaskaAirlines/auro-formkit/commit/e9220a98edcca3c80f9c07f504fb4783b21e55e7))
|
|
@@ -22,6 +28,7 @@
|
|
|
22
28
|
* implement manual popover control for dropdown component ([4798a34](https://github.com/AlaskaAirlines/auro-formkit/commit/4798a344031545d5762cb1a2809ff099eae2617f))
|
|
23
29
|
* improve aria-invalid attribute handling for error and validity states ([6a910d0](https://github.com/AlaskaAirlines/auro-formkit/commit/6a910d08e4dbf407f4ff98c16724bfdcb2d26944))
|
|
24
30
|
* make `loading` attr to show loading slots in combobox bib ([935d5e8](https://github.com/AlaskaAirlines/auro-formkit/commit/935d5e8e08b72a46120946880b1eb559b0fcc158))
|
|
31
|
+
* 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
32
|
* menu doesn't show when typing character the first time ([b71f691](https://github.com/AlaskaAirlines/auro-formkit/commit/b71f691f0ca4dcc043d9fbdd37d462d4318e981e))
|
|
26
33
|
* menu to notify `auroMenu-selectedOption` event only selected menu's value is changed ([aa29a1f](https://github.com/AlaskaAirlines/auro-formkit/commit/aa29a1f6c3acf5e11a48564f03924be79e9f704c))
|
|
27
34
|
* mis-alignment on checkmark with `text-align: center | right` ([6e1abc8](https://github.com/AlaskaAirlines/auro-formkit/commit/6e1abc8182ab8fbae63061a2e27c9ed4a88d2863))
|
|
@@ -35,6 +42,9 @@
|
|
|
35
42
|
* remove infinite clearing in combobox ([3bc3cef](https://github.com/AlaskaAirlines/auro-formkit/commit/3bc3cef22551e7e2f6802e3d28a30e21985c2173))
|
|
36
43
|
* 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
44
|
* remove unnecessary transform and fullscreen positioning for dropdown component ([585a8fb](https://github.com/AlaskaAirlines/auro-formkit/commit/585a8fb53bb0b44e94a1cd84602eb1b8f420c51e))
|
|
45
|
+
* replace incorrect `elem.persistValue` reference with correct `elem.persistInput` ([47eb89c](https://github.com/AlaskaAirlines/auro-formkit/commit/47eb89cc8e293e6ead96b0ff98e097613fc7fafd))
|
|
46
|
+
* resolve layout issue with snowflake layout when input is errored and the user hovers ([111c28c](https://github.com/AlaskaAirlines/auro-formkit/commit/111c28cc18ff645e2f238cb1eb19663a4f0ed31c))
|
|
47
|
+
* 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
48
|
* set default menu size and shape in select/combobox correctly ([bbdee89](https://github.com/AlaskaAirlines/auro-formkit/commit/bbdee89476ed0a423980a54498c84fdb6bd8cc5b))
|
|
39
49
|
* switch gpu hint to remain in memory, avoid clean-up ([2a1f67b](https://github.com/AlaskaAirlines/auro-formkit/commit/2a1f67b6af9b7107dda900da774be93753933bdc))
|
|
40
50
|
* toggle checkbox with Space key [#1016](https://github.com/AlaskaAirlines/auro-formkit/issues/1016) ([2f2f339](https://github.com/AlaskaAirlines/auro-formkit/commit/2f2f339c72c6ac8d537da054309d8a6b0ad401ff))
|
|
@@ -43,17 +53,32 @@
|
|
|
43
53
|
* update combobox input background color ([82a21f0](https://github.com/AlaskaAirlines/auro-formkit/commit/82a21f08e7d6711d1ad2afd0b495c220caa3d7e3))
|
|
44
54
|
* update combobox.value only when making a selection ([3235c07](https://github.com/AlaskaAirlines/auro-formkit/commit/3235c0765465669a3ed717f28bdaee81c5be3bff))
|
|
45
55
|
* update form.test ([559a1e0](https://github.com/AlaskaAirlines/auro-formkit/commit/559a1e07178aea1478ccc84d2d660696ca010d4b))
|
|
56
|
+
* 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))
|
|
57
|
+
* value of input is now correctly checked when `persistInput` is not set on combo boxes ([a845ac9](https://github.com/AlaskaAirlines/auro-formkit/commit/a845ac9ea280d6bc57a443aa83a08187e4e06699))
|
|
46
58
|
|
|
47
59
|
|
|
48
60
|
### Features
|
|
49
61
|
|
|
50
62
|
* [#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
63
|
* [#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))
|
|
64
|
+
* [#680](https://github.com/AlaskaAirlines/auro-formkit/issues/680) add reference dates functionality to datepicker component ([09399ec](https://github.com/AlaskaAirlines/auro-formkit/commit/09399ec2509b7f5cdddd83ccf04465a4b67e4561))
|
|
65
|
+
* add `appearance` deprecate `ondark` on checkbox [#1153](https://github.com/AlaskaAirlines/auro-formkit/issues/1153) ([5f82d07](https://github.com/AlaskaAirlines/auro-formkit/commit/5f82d07fcd34eb5a83bf0fadc62a043db5c39f30))
|
|
66
|
+
* add `appearance` deprecate `ondark` on combobox [#1149](https://github.com/AlaskaAirlines/auro-formkit/issues/1149) ([6fefa6d](https://github.com/AlaskaAirlines/auro-formkit/commit/6fefa6ddbc4689d0267a1a4d3f909ab6d8321a1a))
|
|
67
|
+
* add `appearance` deprecate `ondark` on counter [#1151](https://github.com/AlaskaAirlines/auro-formkit/issues/1151) ([eb5bf05](https://github.com/AlaskaAirlines/auro-formkit/commit/eb5bf053ae6af695649ce061b75ef9fe0e367271))
|
|
68
|
+
* add `appearance` deprecate `ondark` on datepicker [#1150](https://github.com/AlaskaAirlines/auro-formkit/issues/1150) ([d769459](https://github.com/AlaskaAirlines/auro-formkit/commit/d769459531128637b8adb2c8b890a00d779a73ea))
|
|
69
|
+
* add `appearance` deprecate `ondark` on dropdown [#1147](https://github.com/AlaskaAirlines/auro-formkit/issues/1147) ([9ba364a](https://github.com/AlaskaAirlines/auro-formkit/commit/9ba364ab41c8d7db5c046affa67b6722d8712e97))
|
|
70
|
+
* add `appearance` deprecate `ondark` on input [#1148](https://github.com/AlaskaAirlines/auro-formkit/issues/1148) ([82a63a8](https://github.com/AlaskaAirlines/auro-formkit/commit/82a63a80248a4433bafcc96d1d80a0eaec974f10))
|
|
71
|
+
* add `appearance` deprecate `ondark` on radio [#1154](https://github.com/AlaskaAirlines/auro-formkit/issues/1154) ([b8279ec](https://github.com/AlaskaAirlines/auro-formkit/commit/b8279ec6ac5093faccdbc66dbd7e7ccba98583b2))
|
|
72
|
+
* 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
73
|
* add `shift` property to dropdown components to adjust position based on viewport ([d9d1fd3](https://github.com/AlaskaAirlines/auro-formkit/commit/d9d1fd3a3008e60484428f1542e69d63e1437e57))
|
|
74
|
+
* add filter behavior to combo box ([10f627b](https://github.com/AlaskaAirlines/auro-formkit/commit/10f627b9e83de9e8e50b6344665074e0a2ddf07c))
|
|
53
75
|
* add flag to input to allow skipping programmatic value changes ([ade0213](https://github.com/AlaskaAirlines/auro-formkit/commit/ade0213992043b593370b681d56b67586e54d1ab))
|
|
54
76
|
* add host level displayValue slot [#1117](https://github.com/AlaskaAirlines/auro-formkit/issues/1117) ([6f65df4](https://github.com/AlaskaAirlines/auro-formkit/commit/6f65df4b88fe50327996997ac87b661212ae41c9))
|
|
77
|
+
* 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))
|
|
78
|
+
* 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
79
|
* 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
80
|
* **combobox:** add tab keydown selection ([a0a59d5](https://github.com/AlaskaAirlines/auro-formkit/commit/a0a59d51c7569ac6d289a76c1ae99e9caa572d5a))
|
|
81
|
+
* hide legened element if legned slot is not being set and the required attribute is true [#1143](https://github.com/AlaskaAirlines/auro-formkit/issues/1143) ([dbf447f](https://github.com/AlaskaAirlines/auro-formkit/commit/dbf447fb46c212e285d0dea693bab5900068d080))
|
|
57
82
|
* rotate chevron when dropdown bib toggles [#965](https://github.com/AlaskaAirlines/auro-formkit/issues/965) ([5f96983](https://github.com/AlaskaAirlines/auro-formkit/commit/5f9698329aacbaeb8ced107f87246e09f4142e88))
|
|
58
83
|
* update dropdown trigger background color to transparent for emphasized layout ([aa80919](https://github.com/AlaskaAirlines/auro-formkit/commit/aa809192c0e1f48fc0cc5fb0949232e0b59ab461))
|
|
59
84
|
|
|
@@ -64,6 +89,9 @@
|
|
|
64
89
|
* additional code cleanup ([ebdf19a](https://github.com/AlaskaAirlines/auro-formkit/commit/ebdf19a028edac873d408dc5b192f647a55d34c9))
|
|
65
90
|
* cleaning up test logging ([0e040e8](https://github.com/AlaskaAirlines/auro-formkit/commit/0e040e832b3b23e20fc6ed71db7e1326a3518381))
|
|
66
91
|
* make combobox handle its own validation ([be979aa](https://github.com/AlaskaAirlines/auro-formkit/commit/be979aa6d5bdc70900e960dcf8da5b7d51d5d16d))
|
|
92
|
+
* update `auro-button` and `auro-icon` ([c035d79](https://github.com/AlaskaAirlines/auro-formkit/commit/c035d79bd499e384442f756ac089b25935080f03))
|
|
93
|
+
* update auro-button import paths ([7dd3b66](https://github.com/AlaskaAirlines/auro-formkit/commit/7dd3b6603cf5e3f9385ee2a81a5833085cea6dcc))
|
|
94
|
+
* update to latest dependencies ([b62f1bb](https://github.com/AlaskaAirlines/auro-formkit/commit/b62f1bbe653944ed0187aa4fe234d4896cbe6eb9))
|
|
67
95
|
|
|
68
96
|
### Changelog
|
|
69
97
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "12.3.0";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "5.0.0";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "9.1.0";
|
|
2
2
|
export default _default;
|