@aurodesignsystem/auro-formkit 4.0.2 → 5.0.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 +193 -2
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1184 -105
- package/components/bibtemplate/dist/registered.js +1184 -105
- package/components/checkbox/demo/api.html +16 -10
- package/components/checkbox/demo/api.md +52 -17
- package/components/checkbox/demo/api.min.js +66 -33
- package/components/checkbox/demo/index.html +16 -10
- package/components/checkbox/demo/index.min.js +66 -33
- package/components/checkbox/demo/readme.html +16 -9
- package/components/checkbox/dist/auro-checkbox-group.d.ts +2 -2
- package/components/checkbox/dist/auro-checkbox.d.ts +8 -1
- package/components/checkbox/dist/index.js +65 -32
- package/components/checkbox/dist/registered.js +65 -32
- package/components/combobox/README.md +2 -0
- package/components/combobox/demo/api.html +16 -10
- package/components/combobox/demo/api.md +124 -7
- package/components/combobox/demo/api.min.js +4542 -1330
- package/components/combobox/demo/index.html +16 -10
- package/components/combobox/demo/index.md +108 -4
- package/components/combobox/demo/index.min.js +4542 -1330
- package/components/combobox/demo/readme.html +16 -9
- package/components/combobox/demo/readme.md +2 -0
- package/components/combobox/dist/auro-combobox.d.ts +81 -18
- package/components/combobox/dist/index.js +4588 -1520
- package/components/combobox/dist/registered.js +4588 -1520
- package/components/counter/demo/api.html +17 -10
- package/components/counter/demo/api.md +167 -21
- package/components/counter/demo/api.min.js +3621 -866
- package/components/counter/demo/index.html +17 -10
- package/components/counter/demo/index.md +191 -34
- package/components/counter/demo/index.min.js +3621 -866
- package/components/counter/demo/readme.html +16 -9
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +162 -11
- package/components/counter/dist/auro-counter.d.ts +16 -0
- package/components/counter/dist/helptextVersion.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +3619 -864
- package/components/counter/dist/registered.js +3619 -864
- package/components/datepicker/README.md +2 -1
- package/components/datepicker/demo/api.html +16 -10
- package/components/datepicker/demo/api.md +80 -30
- package/components/datepicker/demo/api.min.js +14795 -10365
- package/components/datepicker/demo/index.html +16 -10
- package/components/datepicker/demo/index.md +96 -4
- package/components/datepicker/demo/index.min.js +14795 -10365
- package/components/datepicker/demo/readme.html +16 -9
- package/components/datepicker/demo/readme.md +2 -1
- package/components/datepicker/dist/auro-datepicker.d.ts +163 -4
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +14916 -10486
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +14916 -10486
- package/components/dropdown/demo/api.html +16 -10
- package/components/dropdown/demo/api.md +94 -262
- package/components/dropdown/demo/api.min.js +738 -259
- package/components/dropdown/demo/index.html +16 -10
- package/components/dropdown/demo/index.md +93 -266
- package/components/dropdown/demo/index.min.js +738 -259
- package/components/dropdown/demo/readme.html +16 -9
- package/components/dropdown/dist/auro-dropdown.d.ts +92 -73
- package/components/dropdown/dist/auro-dropdownBib.d.ts +14 -0
- package/components/dropdown/dist/index.js +710 -231
- package/components/dropdown/dist/registered.js +710 -231
- package/components/dropdown/dist/styles/classic/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/dropdown/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/form/demo/api.html +16 -9
- package/components/form/demo/api.md +1 -1
- package/components/form/demo/api.min.js +3 -3
- package/components/form/demo/autocomplete.html +19 -3
- package/components/form/demo/index.html +16 -9
- package/components/form/demo/index.min.js +3 -3
- package/components/form/demo/readme.html +16 -9
- package/components/form/demo/working.html +19 -13
- package/components/form/dist/auro-form.d.ts +1 -1
- package/components/form/dist/index.js +2 -2
- package/components/form/dist/registered.js +2 -2
- package/components/helptext/dist/auro-helptext.d.ts +0 -2
- package/components/helptext/dist/index.js +2 -4
- package/components/helptext/dist/registered.js +2 -4
- package/components/input/README.md +6 -2
- package/components/input/demo/api.html +16 -10
- package/components/input/demo/api.md +258 -144
- package/components/input/demo/api.min.js +1550 -497
- package/components/input/demo/index.html +17 -11
- package/components/input/demo/index.md +95 -27
- package/components/input/demo/index.min.js +1549 -496
- package/components/input/demo/readme.html +16 -9
- package/components/input/demo/readme.md +6 -2
- package/components/input/dist/auro-input.d.ts +139 -3
- package/components/input/dist/base-input.d.ts +80 -26
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +1504 -451
- package/components/input/dist/registered.js +1504 -451
- package/components/input/dist/styles/classic/color-css.d.ts +2 -0
- package/components/input/dist/styles/classic/style-css.d.ts +2 -0
- package/components/input/dist/styles/default/borders-css.d.ts +2 -0
- package/components/input/dist/styles/default/color-css.d.ts +2 -0
- package/components/input/dist/styles/default/mixins-css.d.ts +2 -0
- package/components/input/dist/styles/default/notificationIcons-css.d.ts +2 -0
- package/components/input/dist/styles/default/style-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/color-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/input/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/input/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/layoutElement/dist/auroElement.d.ts +34 -0
- package/components/layoutElement/dist/index.d.ts +2 -0
- package/components/layoutElement/dist/index.js +98 -0
- package/components/layoutElement/dist/registered.js +98 -0
- package/components/menu/demo/api.html +17 -10
- package/components/menu/demo/api.md +65 -8
- package/components/menu/demo/api.min.js +304 -65
- package/components/menu/demo/index.html +16 -10
- package/components/menu/demo/index.min.js +304 -65
- package/components/menu/demo/readme.html +16 -9
- package/components/menu/dist/auro-menu.d.ts +53 -7
- package/components/menu/dist/auro-menuoption.d.ts +21 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +289 -50
- package/components/menu/dist/registered.js +289 -50
- package/components/menu/dist/styles/default/color-menu-css.d.ts +2 -0
- package/components/menu/dist/styles/default/color-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menu-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
- package/components/radio/demo/api.html +16 -10
- package/components/radio/demo/api.md +41 -9
- package/components/radio/demo/api.min.js +93 -95
- package/components/radio/demo/index.html +16 -10
- package/components/radio/demo/index.min.js +93 -95
- package/components/radio/demo/readme.html +16 -9
- package/components/radio/dist/auro-radio-group.d.ts +1 -1
- package/components/radio/dist/auro-radio.d.ts +11 -12
- package/components/radio/dist/index.js +92 -94
- package/components/radio/dist/registered.js +92 -94
- package/components/select/README.md +1 -0
- package/components/select/demo/api.html +16 -10
- package/components/select/demo/api.js +0 -2
- package/components/select/demo/api.md +156 -114
- package/components/select/demo/api.min.js +3126 -657
- package/components/select/demo/index.html +17 -10
- package/components/select/demo/index.md +398 -62
- package/components/select/demo/index.min.js +3129 -648
- package/components/select/demo/readme.html +16 -9
- package/components/select/demo/readme.md +1 -0
- package/components/select/dist/auro-select.d.ts +173 -18
- package/components/select/dist/helptextVersion.d.ts +2 -0
- package/components/select/dist/index.js +3128 -791
- package/components/select/dist/registered.js +3128 -791
- package/components/select/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/select/dist/styles/tokens-css.d.ts +2 -0
- package/package.json +33 -32
- package/packages/build-tools/src/postinstall.mjs +0 -12
- /package/components/{dropdown/dist/styles/bibColors-css.d.ts → combobox/dist/styles/emphasized/style-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/bibStyles-css.d.ts → combobox/dist/styles/snowflake/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/borders-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{input/dist/styles/input-css.d.ts → datepicker/dist/styles/classic/color-css.d.ts} +0 -0
- /package/components/{input/dist/styles/label-css.d.ts → datepicker/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/notificationIcons-css.d.ts → datepicker/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menu-css.d.ts → datepicker/dist/styles/snowflake/color-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menuoption-css.d.ts → datepicker/dist/styles/snowflake/style-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menu-css.d.ts → dropdown/dist/styles/classic/bibColors-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menuoption-css.d.ts → dropdown/dist/styles/classic/bibStyles-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/tokens-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,200 @@
|
|
|
1
|
-
|
|
1
|
+
# [5.0.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v4.0.2...v5.0.0) (2025-07-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
* feat!: last commit before merging layout support ([42b59c5](https://github.com/AlaskaAirlines/auro-formkit/commit/42b59c5722ac5d31f34280ec73b718c3d3dc42d8))
|
|
2
5
|
|
|
3
6
|
|
|
4
7
|
### Bug Fixes
|
|
5
8
|
|
|
6
|
-
*
|
|
9
|
+
* add `aria-disabled` attribute on disabled counter [#774](https://github.com/AlaskaAirlines/auro-formkit/issues/774) ([6acb3a8](https://github.com/AlaskaAirlines/auro-formkit/commit/6acb3a8c1a53edf9da5e703d65ec8fdb215805b5))
|
|
10
|
+
* add extra styles to bib input ([ee24966](https://github.com/AlaskaAirlines/auro-formkit/commit/ee24966d197d679b4980bd6cb16cfba3d67a9fa1))
|
|
11
|
+
* add focus border for on dark dropdown components ([66ad9ca](https://github.com/AlaskaAirlines/auro-formkit/commit/66ad9caeac52550cba4e5da99b371a013844e684))
|
|
12
|
+
* add keydown handler for reset button ([e93e6e1](https://github.com/AlaskaAirlines/auro-formkit/commit/e93e6e1e8cea9f58bcd5a0a9322dbae25474bf32))
|
|
13
|
+
* add layout styles and type classes to menu and menuoption ([a214442](https://github.com/AlaskaAirlines/auro-formkit/commit/a2144428deb73845186a6c1739e715cb71c6b72f))
|
|
14
|
+
* add missing body-default to select snowflake value ([f55cb45](https://github.com/AlaskaAirlines/auro-formkit/commit/f55cb45ee002a76af111002575f6b22bc45a0884))
|
|
15
|
+
* add missing styles for counter-group typeicons [#736](https://github.com/AlaskaAirlines/auro-formkit/issues/736) ([10ed09d](https://github.com/AlaskaAirlines/auro-formkit/commit/10ed09d6048d6e4b30bea649040a50bff560e808))
|
|
16
|
+
* add z-index to dropdown bib ([afd1471](https://github.com/AlaskaAirlines/auro-formkit/commit/afd14714e38db0b43b548c2205296ef311169e64))
|
|
17
|
+
* adjust combobox styles by removing border and box-shadow from wrapper on input ([5fdb1c3](https://github.com/AlaskaAirlines/auro-formkit/commit/5fdb1c33274617d30a76e20fbffe6944040d78a9))
|
|
18
|
+
* adjust helptext layout in radio and checkbox [#520](https://github.com/AlaskaAirlines/auro-formkit/issues/520) ([5e7481e](https://github.com/AlaskaAirlines/auro-formkit/commit/5e7481e569044fa289496117ab29e18ee603f499))
|
|
19
|
+
* adjust styles for input border by adjusting simple logic on dropdown ([b013a97](https://github.com/AlaskaAirlines/auro-formkit/commit/b013a97452c581a8b1aa4d0b3fb81df1f7d0de20))
|
|
20
|
+
* align checkbox properly ([ebbf06a](https://github.com/AlaskaAirlines/auro-formkit/commit/ebbf06ab85308ff3950c6db5eafac6a007932a51))
|
|
21
|
+
* alignment on clear button in snowflake datepicker ([9a61de7](https://github.com/AlaskaAirlines/auro-formkit/commit/9a61de7bde8f67e6e5ebea9b548118bf86cc7cf8))
|
|
22
|
+
* apply type classes to helptext and menu ([3b9a6b9](https://github.com/AlaskaAirlines/auro-formkit/commit/3b9a6b91ee3fb65e09b7f41e0e525283f6492956))
|
|
23
|
+
* auro-select now syncs customError validity to the HTML5 select ([7c096bf](https://github.com/AlaskaAirlines/auro-formkit/commit/7c096bf0776c3c1ab3a2dd910192bd5efe974d02))
|
|
24
|
+
* better position input display value ([9775785](https://github.com/AlaskaAirlines/auro-formkit/commit/9775785bad2ce9793e42770d8127ace6e992a44c))
|
|
25
|
+
* center align snoflake combobox's helptext [#957](https://github.com/AlaskaAirlines/auro-formkit/issues/957) ([6f60caf](https://github.com/AlaskaAirlines/auro-formkit/commit/6f60caf81b6e333b570bc881706fe607f3711762))
|
|
26
|
+
* center counter label and value in snowflake [#729](https://github.com/AlaskaAirlines/auro-formkit/issues/729) ([d8ffb40](https://github.com/AlaskaAirlines/auro-formkit/commit/d8ffb40107af872c9e21a9b6419127a16728574a))
|
|
27
|
+
* center counter label and value in snowflake [#729](https://github.com/AlaskaAirlines/auro-formkit/issues/729) ([77e9d72](https://github.com/AlaskaAirlines/auro-formkit/commit/77e9d72d78bb356109b00bcd940388418d6f5878))
|
|
28
|
+
* center text for snowflake and emphasized ([6a35120](https://github.com/AlaskaAirlines/auro-formkit/commit/6a35120ba9d57dc502bdb6e6084ea23dc794410c))
|
|
29
|
+
* center-align trigger and helpText for snowflake dropdown [#957](https://github.com/AlaskaAirlines/auro-formkit/issues/957) ([6be82c0](https://github.com/AlaskaAirlines/auro-formkit/commit/6be82c07ed60ea5df9261d9dafddfb426e0b7996))
|
|
30
|
+
* change `value` type to be `String` and add `formattedValue` prop [#748](https://github.com/AlaskaAirlines/auro-formkit/issues/748) [#662](https://github.com/AlaskaAirlines/auro-formkit/issues/662) ([6831cb9](https://github.com/AlaskaAirlines/auro-formkit/commit/6831cb9b4d2fb2130a2106a5d1f6c4bed3b14ea2))
|
|
31
|
+
* checkbox now fires input event on change [#796](https://github.com/AlaskaAirlines/auro-formkit/issues/796) ([a654610](https://github.com/AlaskaAirlines/auro-formkit/commit/a654610df2214dd8c97ad273d13680401e4cb95f))
|
|
32
|
+
* cleanup dropdown border styles ([920c111](https://github.com/AlaskaAirlines/auro-formkit/commit/920c111d77cbb647a2269f07f5d77859d8531179))
|
|
33
|
+
* cleanup rules affecting HTML5 input layout ([09e39cf](https://github.com/AlaskaAirlines/auro-formkit/commit/09e39cfa7cb9841aead3f3863adaa3a1a7fc35e3))
|
|
34
|
+
* combobox input syncing ([aa88c70](https://github.com/AlaskaAirlines/auro-formkit/commit/aa88c7037ba04b7eb3afcb65330dfee2a1b57846))
|
|
35
|
+
* combobox syncing of menu and input values is now correct ([53385ae](https://github.com/AlaskaAirlines/auro-formkit/commit/53385aeccb5937424cb8b1874bd998e6a3a2f9a1))
|
|
36
|
+
* correct input layout issues ([60ed171](https://github.com/AlaskaAirlines/auro-formkit/commit/60ed1712eb84ec46cf57a8e9864ec1309a22da65))
|
|
37
|
+
* correct label sizing in auro-select [#737](https://github.com/AlaskaAirlines/auro-formkit/issues/737) ([9f1eca4](https://github.com/AlaskaAirlines/auro-formkit/commit/9f1eca465843f3dab7eed68f98d591de1770aa50))
|
|
38
|
+
* correct syntax for token fallback values ([eb52bfa](https://github.com/AlaskaAirlines/auro-formkit/commit/eb52bfae9f07278f771d052d1e9a4a1ad0f88214))
|
|
39
|
+
* correct tab behavior in combobox ([9214acd](https://github.com/AlaskaAirlines/auro-formkit/commit/9214acd1bc4c32cc37f34c1e4ef29b1bec263a70))
|
|
40
|
+
* correct the drodpwn color styles [#735](https://github.com/AlaskaAirlines/auro-formkit/issues/735) ([5b949e7](https://github.com/AlaskaAirlines/auro-formkit/commit/5b949e798a333520c783f0f5074bb7f7b4c1f4a7))
|
|
41
|
+
* counter a11y and component fixes for bugs revealed by layout demo ([cd4cba7](https://github.com/AlaskaAirlines/auro-formkit/commit/cd4cba7c4597786bad3519e42d9d50c614d04167))
|
|
42
|
+
* counter group classic padding-left ([7ea70e5](https://github.com/AlaskaAirlines/auro-formkit/commit/7ea70e5d91ef7fdb777b504ce5d5e907939ab948))
|
|
43
|
+
* default to classic layout and shape in dropdown and select ([66b78a5](https://github.com/AlaskaAirlines/auro-formkit/commit/66b78a518bacbd36c2a514caea052fec8d6d955a))
|
|
44
|
+
* displayValue issues corrected [#729](https://github.com/AlaskaAirlines/auro-formkit/issues/729) [#716](https://github.com/AlaskaAirlines/auro-formkit/issues/716) ([00e3980](https://github.com/AlaskaAirlines/auro-formkit/commit/00e398042ecd96a07fea3ae19f20274b01557f74))
|
|
45
|
+
* don't reset touched status of elements on validation reset so that validation occurs as expected ([a95b8ee](https://github.com/AlaskaAirlines/auro-formkit/commit/a95b8ee56bb3250ee3a0282f0ab6886eb2fa3b48))
|
|
46
|
+
* don't run pattern validation when there is no value [#583](https://github.com/AlaskaAirlines/auro-formkit/issues/583) ([c6d89aa](https://github.com/AlaskaAirlines/auro-formkit/commit/c6d89aac3e567ebe8c337da61ac3e57dec01eb2c))
|
|
47
|
+
* don't set defaults in connected callback ([140ed98](https://github.com/AlaskaAirlines/auro-formkit/commit/140ed98f15c9b59a43084a6da11c3041c906dd13))
|
|
48
|
+
* dropdown bib now positions correctly in container-type: inline-size; ([6ca28f3](https://github.com/AlaskaAirlines/auro-formkit/commit/6ca28f3bae43232715b723c6bd389659d1c2139e))
|
|
49
|
+
* emphasized font style/logic updates and icon slot removal and update webcore ([69c76cc](https://github.com/AlaskaAirlines/auro-formkit/commit/69c76ccdbadddccebac9d50e8a714c9cfbc84af7))
|
|
50
|
+
* ensure non-counter elements are not bound in dropdown counter group ([008f5bd](https://github.com/AlaskaAirlines/auro-formkit/commit/008f5bd05079007e1291806de590130fbf125e6d))
|
|
51
|
+
* execute `validate()` with force on `auroRadio-selected` ([118b350](https://github.com/AlaskaAirlines/auro-formkit/commit/118b35032b30a98b1c983ae76ed20e49dcb4d81d))
|
|
52
|
+
* fix bug on menu's nestingSpacer ([02b0ff1](https://github.com/AlaskaAirlines/auro-formkit/commit/02b0ff1b52591db3fdd259c0bc3055525cac34ad))
|
|
53
|
+
* fix datepicker validation to work properly on blur ([bbd923b](https://github.com/AlaskaAirlines/auro-formkit/commit/bbd923b0abf00f65e0933e90f255cba9b27c9802))
|
|
54
|
+
* fix dropdown padding issue with combobox ([6c9d5de](https://github.com/AlaskaAirlines/auro-formkit/commit/6c9d5def1811183fc7ad7ae1ac0639c1eec019bb))
|
|
55
|
+
* Fix focus trap, enable proper keyboard controls ([41d4ca2](https://github.com/AlaskaAirlines/auro-formkit/commit/41d4ca2b4427890fb1815bb6312717dae63c4063))
|
|
56
|
+
* force rerender snowflake input when it gets focus [#891](https://github.com/AlaskaAirlines/auro-formkit/issues/891) ([a1bd3fe](https://github.com/AlaskaAirlines/auro-formkit/commit/a1bd3feffe1fc8caeb36003e334dd8d5da76c553))
|
|
57
|
+
* have a borderless classic input in the fullscreen bib for combobox ([5c32677](https://github.com/AlaskaAirlines/auro-formkit/commit/5c32677a442a3d6ea8319bf6250db1737615f851))
|
|
58
|
+
* hide datepicker's clear when it's not holding focus/hover [#843](https://github.com/AlaskaAirlines/auro-formkit/issues/843) ([6ab7f36](https://github.com/AlaskaAirlines/auro-formkit/commit/6ab7f365ea935de19c47828123765f2fbf8fd12f))
|
|
59
|
+
* hide input's clear when it's not holding focus/hover [#843](https://github.com/AlaskaAirlines/auro-formkit/issues/843) ([2a7f613](https://github.com/AlaskaAirlines/auro-formkit/commit/2a7f613b558b8cf6567a1e6a0952a6c13b8c3f25))
|
|
60
|
+
* hide spinner on input type=number ([3d087e8](https://github.com/AlaskaAirlines/auro-formkit/commit/3d087e8ba8e56a9f7f00e3e45888aad9a31543a1))
|
|
61
|
+
* initial font class logic/values for snowflake and emphasized ([02bebf9](https://github.com/AlaskaAirlines/auro-formkit/commit/02bebf99132e767b32b81ef29c0a70943fc96fbd))
|
|
62
|
+
* input label alignment when no value and no placeholder [#733](https://github.com/AlaskaAirlines/auro-formkit/issues/733) ([386cf17](https://github.com/AlaskaAirlines/auro-formkit/commit/386cf17232c4b5ce38d7d98252ba2016cb8e3b01))
|
|
63
|
+
* keep inputs in center of large range selector ([d8f9fa0](https://github.com/AlaskaAirlines/auro-formkit/commit/d8f9fa055ec7bbf3c98e06f5a5b511bf8699cd3c))
|
|
64
|
+
* label colors are corrected [#823](https://github.com/AlaskaAirlines/auro-formkit/issues/823) ([42aaca8](https://github.com/AlaskaAirlines/auro-formkit/commit/42aaca8a6abe1b5915e13b0d17b53f020ae8dfa3))
|
|
65
|
+
* label layouts to account for overflow ([35c2998](https://github.com/AlaskaAirlines/auro-formkit/commit/35c2998bd5d9333c8f53ba271e935aa3cdfc502a))
|
|
66
|
+
* label padding ([7f02c69](https://github.com/AlaskaAirlines/auro-formkit/commit/7f02c698b34f32097f976866ef1a4f1ff9980f26))
|
|
67
|
+
* layout props in input were not dynamic when placed inside private defaults ([625f80e](https://github.com/AlaskaAirlines/auro-formkit/commit/625f80ebe51a7f07b0eb40131736ebba153986a2))
|
|
68
|
+
* layout shift on ranged datepicker ([ee3c02e](https://github.com/AlaskaAirlines/auro-formkit/commit/ee3c02eb4821b2d28b17c0b6e9766ce928bbfa4e))
|
|
69
|
+
* make disabled checkboxes unclickable [#722](https://github.com/AlaskaAirlines/auro-formkit/issues/722) ([e05f3f4](https://github.com/AlaskaAirlines/auro-formkit/commit/e05f3f4e793b9f111c6061a0e7de72f3ec241ebf))
|
|
70
|
+
* make hover state trigger consistently [#714](https://github.com/AlaskaAirlines/auro-formkit/issues/714) ([922ba02](https://github.com/AlaskaAirlines/auro-formkit/commit/922ba0289b6da6af20b5b371fb34f11634d82110))
|
|
71
|
+
* make input consume hidden classes ([b28fcd5](https://github.com/AlaskaAirlines/auro-formkit/commit/b28fcd51dc51829bb7ef1f12b7a62381020b0a52))
|
|
72
|
+
* menu colors ([09cd812](https://github.com/AlaskaAirlines/auro-formkit/commit/09cd81256972f0f98b1f44db028ddcac0452e7d2))
|
|
73
|
+
* menuoption gap method ([7c56327](https://github.com/AlaskaAirlines/auro-formkit/commit/7c563274117ca39c9ebe9eefee8a8f40d34f1036))
|
|
74
|
+
* menuoption inherit shape and size from parent's attributes ([6bc3ce4](https://github.com/AlaskaAirlines/auro-formkit/commit/6bc3ce40ab4be3a7d7c6d81a06dd83b524653e0c))
|
|
75
|
+
* minor input layout classic fixes ([0382a2a](https://github.com/AlaskaAirlines/auro-formkit/commit/0382a2a8feea6c67ab67b4735fa61cacbd67ae48))
|
|
76
|
+
* move focus to the next date input after selecting date in datepicker [#848](https://github.com/AlaskaAirlines/auro-formkit/issues/848) ([81d9012](https://github.com/AlaskaAirlines/auro-formkit/commit/81d901243a8fa9387a1ba3a3938693a4163ffad1))
|
|
77
|
+
* move focus to the next target date in snowflake datepicker [#848](https://github.com/AlaskaAirlines/auro-formkit/issues/848) ([55cc8b6](https://github.com/AlaskaAirlines/auro-formkit/commit/55cc8b62f90aed6c84cfeb563a7328caee40f416))
|
|
78
|
+
* not to steal focus when combobox.bib closes [#723](https://github.com/AlaskaAirlines/auro-formkit/issues/723) ([2dd2524](https://github.com/AlaskaAirlines/auro-formkit/commit/2dd25248aaa8b44b091899c2ff9b4e75665a041d))
|
|
79
|
+
* notify value change properly on input's value change [#683](https://github.com/AlaskaAirlines/auro-formkit/issues/683) ([2adacee](https://github.com/AlaskaAirlines/auro-formkit/commit/2adacee9a998d84b5d9b6cc7d316db95cdc93d8b))
|
|
80
|
+
* pr feedback, mostly docs ([fe3f071](https://github.com/AlaskaAirlines/auro-formkit/commit/fe3f0712d362c0b3ca24d9070f5a57d5b07ceab1))
|
|
81
|
+
* put correct aria values and update test files ([876ce02](https://github.com/AlaskaAirlines/auro-formkit/commit/876ce025d1ce03b8af42f6f99201ee2107a3e17b))
|
|
82
|
+
* remove aria-hidden from -/+ buttons in counter [#814](https://github.com/AlaskaAirlines/auro-formkit/issues/814) ([acea057](https://github.com/AlaskaAirlines/auro-formkit/commit/acea057ab4147d3aec9ba0713a4f56fd2306da48))
|
|
83
|
+
* remove borders when datepicker not active/error ([7a8f0f7](https://github.com/AlaskaAirlines/auro-formkit/commit/7a8f0f7af85a5e7badc65afd58822df0caba8b58))
|
|
84
|
+
* remove box-sizing from input wrapper and add border style to dropdown for combobox ([ae30e06](https://github.com/AlaskaAirlines/auro-formkit/commit/ae30e0630c3da2f5de65376b31375be75b6102d9))
|
|
85
|
+
* remove box-sizing from wrapper styles in dropdown and input components ([a49cd7a](https://github.com/AlaskaAirlines/auro-formkit/commit/a49cd7a74689642927b1998aa65d7b89ab4f629c))
|
|
86
|
+
* remove disallowed media query experiments ([ca99212](https://github.com/AlaskaAirlines/auro-formkit/commit/ca99212d0980f0b7a7a57e1ccb2e205f1607fbf6))
|
|
87
|
+
* remove double background color in combobox trigger [#791](https://github.com/AlaskaAirlines/auro-formkit/issues/791) ([a05a9c7](https://github.com/AlaskaAirlines/auro-formkit/commit/a05a9c72b1f2eef0c5a165efb6a18d289f845fa3))
|
|
88
|
+
* remove errorneous extra padding ([67dd192](https://github.com/AlaskaAirlines/auro-formkit/commit/67dd1929524c73d6e7b426ca8a31666b1ce147e0))
|
|
89
|
+
* remove margin-bottom from last menuoption in menu ([5311d0c](https://github.com/AlaskaAirlines/auro-formkit/commit/5311d0cc68c8d2cb9b6d6443af08b16c8201e341))
|
|
90
|
+
* remove menuoption-border bleeding ([9d0a847](https://github.com/AlaskaAirlines/auro-formkit/commit/9d0a84733eb9541ee3c5f2f13c783225b1dbd1d1))
|
|
91
|
+
* remove redundant monthFirst declaration ([faadce5](https://github.com/AlaskaAirlines/auro-formkit/commit/faadce5b6722a5fea5aea8a3e3ec870cc654f6db))
|
|
92
|
+
* remove test code ([00b4ade](https://github.com/AlaskaAirlines/auro-formkit/commit/00b4adec1612d91c2a9d8fcdb6a6737bd46fa42b))
|
|
93
|
+
* replace label tokens on datepicker ([dc1f4e5](https://github.com/AlaskaAirlines/auro-formkit/commit/dc1f4e52904915cf6423efe79b87352ee2f1824b))
|
|
94
|
+
* resolve bugs when programmatically setting value on combobox ([dcc6036](https://github.com/AlaskaAirlines/auro-formkit/commit/dcc6036272e2dbbea9e0309fa4de1ab4696aee4c))
|
|
95
|
+
* resolve classic shape/size styles using AuroElement shapeSize styles ([4efd187](https://github.com/AlaskaAirlines/auro-formkit/commit/4efd187b2dccbaf95517569d71a396c2f6ba6311))
|
|
96
|
+
* restore custom validity messages [#573](https://github.com/AlaskaAirlines/auro-formkit/issues/573) ([8534dd7](https://github.com/AlaskaAirlines/auro-formkit/commit/8534dd7b59ffb8dfa52aab84221e2e2e52440b21))
|
|
97
|
+
* restore missing event to dropdown [#793](https://github.com/AlaskaAirlines/auro-formkit/issues/793) ([d9beb79](https://github.com/AlaskaAirlines/auro-formkit/commit/d9beb79a5c637c012650bba2dac7ed7d9a5b8f21))
|
|
98
|
+
* restructure `auro-radio` to avoid nested interactives [#655](https://github.com/AlaskaAirlines/auro-formkit/issues/655) ([ad46902](https://github.com/AlaskaAirlines/auro-formkit/commit/ad46902214ccea24326d3eed5b43f3844ccbab06))
|
|
99
|
+
* return focus back to trigger when bib closes, add focustrap in bib ([ea0a37e](https://github.com/AlaskaAirlines/auro-formkit/commit/ea0a37e2ac72516bc4494b150e669b7e3fc60fac))
|
|
100
|
+
* revert property binding on checked attr (? -> .) ([ca80c22](https://github.com/AlaskaAirlines/auro-formkit/commit/ca80c2224a539b16da1e81f2484d38c9dc562639))
|
|
101
|
+
* revert the update on menu/menuoption shapeSize ([08b101d](https://github.com/AlaskaAirlines/auro-formkit/commit/08b101d46749e230db9d3a5c83d313a4986039ac))
|
|
102
|
+
* select border styles [#712](https://github.com/AlaskaAirlines/auro-formkit/issues/712) ([73fb891](https://github.com/AlaskaAirlines/auro-formkit/commit/73fb8918a64398d5ae588c414edb3af9d72599b9))
|
|
103
|
+
* set bg color on clasic input, consolidate token for input's bg color [#845](https://github.com/AlaskaAirlines/auro-formkit/issues/845) ([a4f1a2f](https://github.com/AlaskaAirlines/auro-formkit/commit/a4f1a2f1f3c71ce79487a4fcec920cfef611aca9))
|
|
104
|
+
* set default `size`, `shape` to `""` on menu ([9bec9c4](https://github.com/AlaskaAirlines/auro-formkit/commit/9bec9c4277aa4caca603b9c04a1e6947325cb3ce))
|
|
105
|
+
* set default `size`, `shape` to `""` on menu ([4bb0d6b](https://github.com/AlaskaAirlines/auro-formkit/commit/4bb0d6b783b127ad353f97c7fd819fe93211b66e))
|
|
106
|
+
* set new text-color when input has disabled attr ([484d35c](https://github.com/AlaskaAirlines/auro-formkit/commit/484d35cbdfba44c46dc10508d98e792ab6cefa99))
|
|
107
|
+
* set to default menu shape and size for fullscreen bib in combobox/select ([75f22dc](https://github.com/AlaskaAirlines/auro-formkit/commit/75f22dc91be9acc2507bd94d10127fbedde98506))
|
|
108
|
+
* show dropdown when focusing the datepicker ([a7d1ff1](https://github.com/AlaskaAirlines/auro-formkit/commit/a7d1ff1d5d15d75b32041d95c743330dd9583637))
|
|
109
|
+
* show error state on blur for datepicker ([1cb0f95](https://github.com/AlaskaAirlines/auro-formkit/commit/1cb0f950b37e6c6a303021abbf08bd11ef433201))
|
|
110
|
+
* show help + error messages in combobox ([61a721b](https://github.com/AlaskaAirlines/auro-formkit/commit/61a721b56d281f7049ba0cad98e5e6a06e966319))
|
|
111
|
+
* skip validation on 2nd input element with `noValidate` ([c54a357](https://github.com/AlaskaAirlines/auro-formkit/commit/c54a3570a19e9c57a3c08818766a393955f5ddd1))
|
|
112
|
+
* tokens for sizing are now correct ([03baee4](https://github.com/AlaskaAirlines/auro-formkit/commit/03baee41e0621ed2688504d4f56b546a29e46aa4))
|
|
113
|
+
* trigger checkbox's input and change event properly ([eb66982](https://github.com/AlaskaAirlines/auro-formkit/commit/eb66982815ed382aee0a8fcb2655e76834d615aa))
|
|
114
|
+
* typo broke label styling ([342f9f9](https://github.com/AlaskaAirlines/auro-formkit/commit/342f9f943557eeb83388df5306dc1194e8aad4ae))
|
|
115
|
+
* update code/markup to pass linters ([1e006d2](https://github.com/AlaskaAirlines/auro-formkit/commit/1e006d28a95147beb92cabbd3b32e36c513cb7f8))
|
|
116
|
+
* update combobox value type to string and enable datepicker tests ([ff57ebc](https://github.com/AlaskaAirlines/auro-formkit/commit/ff57ebc220bbf3c1a07925288ca11ca15e05a9da))
|
|
117
|
+
* update display property on native select [#863](https://github.com/AlaskaAirlines/auro-formkit/issues/863) ([9c32305](https://github.com/AlaskaAirlines/auro-formkit/commit/9c3230580c4d2ab343d31b490d0e5edfcc54cd96))
|
|
118
|
+
* update label's size based on optionSelect [#804](https://github.com/AlaskaAirlines/auro-formkit/issues/804) ([9b9a5d6](https://github.com/AlaskaAirlines/auro-formkit/commit/9b9a5d64888cc312d863e4cb588972d146a3702b))
|
|
119
|
+
* update library to fix dropdown width ([80ff5d7](https://github.com/AlaskaAirlines/auro-formkit/commit/80ff5d759a9ced3ac00d12d6738e1e0f1552d51f))
|
|
120
|
+
* update library to fix highlighting text issue ([6c947f9](https://github.com/AlaskaAirlines/auro-formkit/commit/6c947f9e58466e55e9ca7c59e4fc8ba8e364f863))
|
|
121
|
+
* update ondark error color to match to the figma spec [#955](https://github.com/AlaskaAirlines/auro-formkit/issues/955) ([6a3a763](https://github.com/AlaskaAirlines/auro-formkit/commit/6a3a763996f9063cc0e67d6382e1aebba709612b))
|
|
122
|
+
* update SCSS variable references for checkbox styles ([06ebf0a](https://github.com/AlaskaAirlines/auro-formkit/commit/06ebf0ae47db8068b18824f0198299bcb4602e5c))
|
|
123
|
+
* update styles ondark buttons in counter and input ([9cffb81](https://github.com/AlaskaAirlines/auro-formkit/commit/9cffb816b5c261db67792c005457828f9bef7dc5))
|
|
124
|
+
* update triggerContent padding selector for new structure ([767e53c](https://github.com/AlaskaAirlines/auro-formkit/commit/767e53c9ec8e7c6872d8f50ced6e6a65039c235d))
|
|
125
|
+
* update type class input logic [#842](https://github.com/AlaskaAirlines/auro-formkit/issues/842) ([5712670](https://github.com/AlaskaAirlines/auro-formkit/commit/5712670cbc4b8832cc16f9bdf63d4116420c7ab1))
|
|
126
|
+
* update typography to be themable ([f1d03c1](https://github.com/AlaskaAirlines/auro-formkit/commit/f1d03c1f2e6ec2c542ee9bda371eaf5cf33301bd))
|
|
127
|
+
* update typography to be themable, fix spacing ([416fb5a](https://github.com/AlaskaAirlines/auro-formkit/commit/416fb5a9eeed3871e24cb3899d55b0e82b974e95))
|
|
128
|
+
* use box-shadow instead of outline on trigger ([9595aa4](https://github.com/AlaskaAirlines/auro-formkit/commit/9595aa41a7aa36094da738a97e3a85f7badf5a75))
|
|
129
|
+
* use correct inverse error state token [#587](https://github.com/AlaskaAirlines/auro-formkit/issues/587) ([274ea78](https://github.com/AlaskaAirlines/auro-formkit/commit/274ea78abb252ff253611a90399f490ccfb74650))
|
|
130
|
+
* use placeholder again in start date ([6d43bf1](https://github.com/AlaskaAirlines/auro-formkit/commit/6d43bf13b476f2f156bf33a7e89de9ef054282ba))
|
|
131
|
+
* visually hide input when not focused with no value ([ce7fd9e](https://github.com/AlaskaAirlines/auro-formkit/commit/ce7fd9ea0c7408ca4edbaa1fe0f68508e64de2d3))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* add `hideInputVisually` for explicit input state ([01b0e09](https://github.com/AlaskaAirlines/auro-formkit/commit/01b0e092c2723e6863314eed677cd89fcc4a6d53))
|
|
137
|
+
* add `optionalLabel` in `auro-input` ([5cdd7a2](https://github.com/AlaskaAirlines/auro-formkit/commit/5cdd7a280d8639012daeb14a9da048035997c51d))
|
|
138
|
+
* add `optionalLabel` in `combobox` ([1b852d1](https://github.com/AlaskaAirlines/auro-formkit/commit/1b852d1e90d8a12aab2f1d42e5567668232b65e7))
|
|
139
|
+
* add `optionalLabel` slot in `auro-select` ([24eee29](https://github.com/AlaskaAirlines/auro-formkit/commit/24eee298de94f6f4deac4f69b5e0b4537eeb448d))
|
|
140
|
+
* add `optionalLabel` slot in `checkbox` ([98bff29](https://github.com/AlaskaAirlines/auro-formkit/commit/98bff29a287778f697909031e7b06d4b86e401a0))
|
|
141
|
+
* add `shape` on dropdownBib ([296168e](https://github.com/AlaskaAirlines/auro-formkit/commit/296168e0ced465241d874c0d53cc216b85dad455))
|
|
142
|
+
* add ariaLabel slots for password and clear icon buttons ([9bd054c](https://github.com/AlaskaAirlines/auro-formkit/commit/9bd054cc2dd62776f49bb1a71db7386f4fe62c83))
|
|
143
|
+
* add classic layout to input ([9ef3e90](https://github.com/AlaskaAirlines/auro-formkit/commit/9ef3e9092f8303adaf8d58650210539d5ffb32b0))
|
|
144
|
+
* add clear functionality to base input and integrate into all components that implement auro input ([712c12d](https://github.com/AlaskaAirlines/auro-formkit/commit/712c12d3134a1f6d7f5eeba92900272a56a5328a))
|
|
145
|
+
* add date display value ([ba57a87](https://github.com/AlaskaAirlines/auro-formkit/commit/ba57a87d1e9343da5ca0d6f5ee1f6e57ffc00be4))
|
|
146
|
+
* add datepicker classic layout ([13956b3](https://github.com/AlaskaAirlines/auro-formkit/commit/13956b3b04f38675c5c7556f324e1a16027ba080))
|
|
147
|
+
* add displayValue slot for custom HTML content in combobox and add slot api docs ([d63762e](https://github.com/AlaskaAirlines/auro-formkit/commit/d63762e9d78b0300ff01ed23e83b404218796883))
|
|
148
|
+
* add docs for layout attribute ([8299c0f](https://github.com/AlaskaAirlines/auro-formkit/commit/8299c0fe410ed732dd11fd84a2b585292c021eca))
|
|
149
|
+
* add error messaging and validation API to counter group ([f391b0c](https://github.com/AlaskaAirlines/auro-formkit/commit/f391b0c3725255ce8cc4a25c68c0f69afba1181f))
|
|
150
|
+
* add error messaging to counter ([b576fca](https://github.com/AlaskaAirlines/auro-formkit/commit/b576fcaade2fb1d47af1ed6cbadc88c9f12ee9ea))
|
|
151
|
+
* add fluid attribute to select [#803](https://github.com/AlaskaAirlines/auro-formkit/issues/803) ([7391c04](https://github.com/AlaskaAirlines/auro-formkit/commit/7391c04839de41a989c6c5c21b770d19d5fdc1d9))
|
|
152
|
+
* add large, xlarge to emphasized menu ([4fbee08](https://github.com/AlaskaAirlines/auro-formkit/commit/4fbee086317f8bee25a07a3a06266d2a56ecc65d))
|
|
153
|
+
* add layout/shape/size support and snowflake layout to counter group ([dc5160a](https://github.com/AlaskaAirlines/auro-formkit/commit/dc5160a25b1de6bb32889e4cf55fdc931a3edc6b))
|
|
154
|
+
* add new layout for expanded search widget ([7caa180](https://github.com/AlaskaAirlines/auro-formkit/commit/7caa180d2928dae18e0dcec278579fe5dfdb1905))
|
|
155
|
+
* add role, expanded, controls on the input on combobox bib ([e0fa5ae](https://github.com/AlaskaAirlines/auro-formkit/commit/e0fa5aeb2f075985092481ed191efd1ed1c91f4a))
|
|
156
|
+
* add token for menuoption's border color and example on doc ([f4d900a](https://github.com/AlaskaAirlines/auro-formkit/commit/f4d900abd549daf44814cf4d1b66d4c1c0aef0e4))
|
|
157
|
+
* apply layout functionality up through combobox ([8b9c275](https://github.com/AlaskaAirlines/auro-formkit/commit/8b9c27585730f4ba40de891a2fa367572e56bbd3))
|
|
158
|
+
* carryover `displayValue` slot from selected menuoption to `auro-select` ([d9aaec0](https://github.com/AlaskaAirlines/auro-formkit/commit/d9aaec0fdee7d24b6cd0010b09aa33d0d4961028))
|
|
159
|
+
* enable format attribute in combobox to pass down to input [#353](https://github.com/AlaskaAirlines/auro-formkit/issues/353) ([5529c8b](https://github.com/AlaskaAirlines/auro-formkit/commit/5529c8bd99a21748d91a1524375bd88d5a1f1953))
|
|
160
|
+
* enhance dropdown functionality with toggle handling and focus delegation ([10b7964](https://github.com/AlaskaAirlines/auro-formkit/commit/10b7964bb1099a3b544f55f156d99200b9a8d39c))
|
|
161
|
+
* ensure classic layout works outside of input ([715610b](https://github.com/AlaskaAirlines/auro-formkit/commit/715610b8b8d8d22ac20246b0758af3d98f80243d))
|
|
162
|
+
* expose hideBib and showBib functions in components [#795](https://github.com/AlaskaAirlines/auro-formkit/issues/795) ([0d4ffca](https://github.com/AlaskaAirlines/auro-formkit/commit/0d4ffcadbc91d1734bb51e5686a5bc4f14ec8106))
|
|
163
|
+
* expose matchwidth dropdown attr in combobox ([11de724](https://github.com/AlaskaAirlines/auro-formkit/commit/11de724d69837ecc972c860f2c62b21da84f007e))
|
|
164
|
+
* implement click handling for datepicker and improve focus management in dropdown ([96eb57f](https://github.com/AlaskaAirlines/auro-formkit/commit/96eb57f60be74eed8c35b86e0849dde1e09c6e9c))
|
|
165
|
+
* implement layout control for dropdown ([8f9a779](https://github.com/AlaskaAirlines/auro-formkit/commit/8f9a779e5f7bd4af1d13a5d4769b1b260d09081c))
|
|
166
|
+
* initial layout implementation [#481](https://github.com/AlaskaAirlines/auro-formkit/issues/481) ([2b1f4fb](https://github.com/AlaskaAirlines/auro-formkit/commit/2b1f4fb7cef0b0cc3dfdb136dc45992f84dd33f3))
|
|
167
|
+
* initial phase of auro-select layout functionality ([aa5bacb](https://github.com/AlaskaAirlines/auro-formkit/commit/aa5bacb8fb977d2d68f3df1ae6f5deaf7f33e367))
|
|
168
|
+
* initial phase of auro-select layout functionality ([53c139c](https://github.com/AlaskaAirlines/auro-formkit/commit/53c139c3ce8243a0e8b24f42251d3f79ec6092cc))
|
|
169
|
+
* passdown select's shape and size to menu ([0e9f142](https://github.com/AlaskaAirlines/auro-formkit/commit/0e9f14202a14f701876796a6f7b4c95e140fa585))
|
|
170
|
+
* remove `layout` on menu/menuoption ([4e60190](https://github.com/AlaskaAirlines/auro-formkit/commit/4e60190650b4f941ad8d6e96d75a0def5ce892af))
|
|
171
|
+
* show `eye` button on classic password input ([784c20a](https://github.com/AlaskaAirlines/auro-formkit/commit/784c20af6813ecf1396e4e56686e2e0e12398e8f))
|
|
172
|
+
* update datepicker trigger to use latest button ([84dc9f4](https://github.com/AlaskaAirlines/auro-formkit/commit/84dc9f466b660f353c7ef8feb75c62c28f55e420))
|
|
173
|
+
* updates for initial layout support in dropdown and combobox [#482](https://github.com/AlaskaAirlines/auro-formkit/issues/482) ([ffe6db1](https://github.com/AlaskaAirlines/auro-formkit/commit/ffe6db1cc80883e093acfb4ca3eecc8abc7caff0))
|
|
174
|
+
* use auro-helptext instead of a p-tag ([ffaca97](https://github.com/AlaskaAirlines/auro-formkit/commit/ffaca9730e078b6c14a10e3dd13891fca0f98564))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Performance Improvements
|
|
178
|
+
|
|
179
|
+
* add truncation to counter dropdown value [#889](https://github.com/AlaskaAirlines/auro-formkit/issues/889) ([84ba8bf](https://github.com/AlaskaAirlines/auro-formkit/commit/84ba8bfd1d4054859f2a041e603c7e602320e179))
|
|
180
|
+
* create classic dropdown ([069a283](https://github.com/AlaskaAirlines/auro-formkit/commit/069a283e942a11fe35161c3a81112af9e883d5e7))
|
|
181
|
+
* create classic select layout ([fd02d20](https://github.com/AlaskaAirlines/auro-formkit/commit/fd02d2094cd8d989255baa5ae56567146e76d98d))
|
|
182
|
+
* dep and linter cleanup ([ee4f1da](https://github.com/AlaskaAirlines/auro-formkit/commit/ee4f1da52c65a46745dee7d48b5ef976669a83cb))
|
|
183
|
+
* make checkbox labels respond to click event [#714](https://github.com/AlaskaAirlines/auro-formkit/issues/714) ([1e8fa97](https://github.com/AlaskaAirlines/auro-formkit/commit/1e8fa973a7b7193da576008aa421c2e9a8dd8df2))
|
|
184
|
+
* make click functionality user interaction explicit ([99d1e18](https://github.com/AlaskaAirlines/auro-formkit/commit/99d1e1872691a6c504f4d7bd90f7af3fe424492b))
|
|
185
|
+
* make shape/size styles shared layout ([f9fe00f](https://github.com/AlaskaAirlines/auro-formkit/commit/f9fe00f53fa74b4ba19496618b499a984c8097d3))
|
|
186
|
+
* remove console log(s) ([82c0722](https://github.com/AlaskaAirlines/auro-formkit/commit/82c07223e4f9050e7350fe53993c254ecf9d8081))
|
|
187
|
+
* update [@import](https://github.com/import) to [@use](https://github.com/use) ([fbde13d](https://github.com/AlaskaAirlines/auro-formkit/commit/fbde13d599efb38eb080c70e3eac9788079dbfd1))
|
|
188
|
+
* update build artifacts ([2b0ec1a](https://github.com/AlaskaAirlines/auro-formkit/commit/2b0ec1a0140294acd4676ad885b4e82dd56ad73f))
|
|
189
|
+
* update dependencies ([b881817](https://github.com/AlaskaAirlines/auro-formkit/commit/b88181771a6de5a7f624b1c01b342b3cf8edf7eb))
|
|
190
|
+
* update to use latest button version ([610576d](https://github.com/AlaskaAirlines/auro-formkit/commit/610576d91269a205fc5edcae75da4935246730da))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### BREAKING CHANGES
|
|
194
|
+
|
|
195
|
+
* layout support completely changes how most
|
|
196
|
+
components are built internally. Adds layout support for new
|
|
197
|
+
business initiatives.
|
|
7
198
|
|
|
8
199
|
### Changelog
|
|
9
200
|
|
|
@@ -20,8 +20,18 @@ export class AuroBibtemplate extends LitElement {
|
|
|
20
20
|
*/
|
|
21
21
|
static register(name?: string): void;
|
|
22
22
|
large: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
/**
|
|
24
|
+
* @private
|
|
25
|
+
*/
|
|
26
|
+
private iconTag;
|
|
27
|
+
/**
|
|
28
|
+
* @private
|
|
29
|
+
*/
|
|
30
|
+
private headerTag;
|
|
31
|
+
/**
|
|
32
|
+
* @private
|
|
33
|
+
*/
|
|
34
|
+
private buttonTag;
|
|
25
35
|
/**
|
|
26
36
|
* Prevents scrolling of the body when touching empty areas of the component.
|
|
27
37
|
* @param {Event} event - The touchmove event.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.0.
|
|
1
|
+
declare const _default: "4.0.2";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "8.
|
|
1
|
+
declare const _default: "8.1.1";
|
|
2
2
|
export default _default;
|