@aurodesignsystem/auro-formkit 2.0.0-beta.9 → 2.0.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 +844 -0
- package/NOTICE +2 -0
- package/README.md +95 -6
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
- package/components/bibtemplate/dist/headerVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
- package/components/bibtemplate/dist/index.d.ts +2 -0
- package/components/bibtemplate/dist/index.js +791 -0
- package/components/bibtemplate/dist/registered.js +791 -0
- package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
- package/components/{counter/dist/styles/counter-group-color-css.d.ts → bibtemplate/dist/styles/style-css.d.ts} +0 -1
- package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
- package/components/checkbox/README.md +56 -93
- package/components/checkbox/demo/api.md +5 -4
- package/components/checkbox/demo/api.min.js +352 -61
- package/components/checkbox/demo/index.html +49 -0
- package/components/checkbox/demo/index.md +0 -45
- package/components/checkbox/demo/index.min.js +352 -61
- package/components/checkbox/demo/readme.html +49 -0
- package/components/checkbox/demo/readme.md +142 -0
- package/components/checkbox/dist/auro-checkbox-group.d.ts +10 -2
- package/components/checkbox/dist/auro-checkbox.d.ts +8 -5
- package/components/checkbox/dist/helptextVersion.d.ts +2 -0
- package/components/checkbox/dist/index.d.ts +0 -1
- package/components/checkbox/dist/index.js +352 -64
- package/components/checkbox/dist/registered.js +1279 -0
- package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
- package/components/checkbox/dist/styles/color-css.d.ts +0 -1
- package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
- package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
- package/components/combobox/README.md +58 -101
- package/components/combobox/demo/api.js +1 -1
- package/components/combobox/demo/api.md +116 -32
- package/components/combobox/demo/api.min.js +7334 -3099
- package/components/combobox/demo/index.html +57 -0
- package/components/combobox/demo/index.js +1 -1
- package/components/combobox/demo/index.md +17 -54
- package/components/combobox/demo/index.min.js +7331 -3096
- package/components/combobox/demo/readme.html +49 -0
- package/components/combobox/demo/readme.md +152 -0
- package/components/combobox/dist/auro-combobox.d.ts +123 -76
- package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
- package/components/combobox/dist/{formkit/auro-dropdownVersion.d.ts → dropdownVersion.d.ts} +0 -1
- package/components/combobox/dist/index.d.ts +0 -1
- package/components/combobox/dist/index.js +6209 -2290
- package/components/{datepicker/dist/formkit/auro-inputVersion.d.ts → combobox/dist/inputVersion.d.ts} +0 -1
- package/components/combobox/dist/registered.js +12271 -0
- package/components/combobox/dist/styles/style-css.d.ts +0 -1
- package/components/counter/README.md +58 -100
- package/components/counter/demo/api.js +5 -1
- package/components/counter/demo/api.md +345 -18
- package/components/counter/demo/api.min.js +4793 -266
- package/components/counter/demo/index.html +52 -0
- package/components/counter/demo/index.js +1 -2
- package/components/counter/demo/index.md +78 -124
- package/components/counter/demo/index.min.js +4755 -266
- package/components/counter/demo/readme.html +49 -0
- package/components/counter/demo/readme.md +146 -0
- package/components/counter/dist/auro-counter-button.d.ts +0 -1
- package/components/counter/dist/auro-counter-group.d.ts +98 -6
- package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
- package/components/counter/dist/auro-counter.d.ts +19 -7
- package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
- package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
- package/components/counter/dist/iconVersion.d.ts +0 -1
- package/components/counter/dist/index.d.ts +0 -1
- package/components/counter/dist/index.js +4755 -269
- package/components/counter/dist/registered.js +6235 -0
- package/components/counter/dist/styles/color-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
- package/components/counter/dist/styles/style-css.d.ts +0 -1
- package/components/counter/dist/styles/tokens-css.d.ts +0 -1
- package/components/datepicker/README.md +59 -95
- package/components/datepicker/demo/api.js +3 -3
- package/components/datepicker/demo/api.md +259 -144
- package/components/datepicker/demo/api.min.js +6365 -2563
- package/components/datepicker/demo/index.html +57 -0
- package/components/datepicker/demo/index.md +9 -42
- package/components/datepicker/demo/index.min.js +6366 -2563
- package/components/datepicker/demo/readme.html +49 -0
- package/components/datepicker/demo/readme.md +140 -0
- package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
- package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
- package/components/datepicker/dist/auro-calendar.d.ts +25 -2
- package/components/datepicker/dist/auro-datepicker.d.ts +42 -13
- package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
- package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
- package/components/datepicker/dist/index.d.ts +0 -1
- package/components/datepicker/dist/index.js +6373 -2572
- package/components/{combobox/dist/formkit/auro-inputVersion.d.ts → datepicker/dist/inputVersion.d.ts} +0 -1
- package/components/datepicker/dist/popoverVersion.d.ts +0 -1
- package/components/datepicker/dist/registered.js +22468 -0
- package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-css.d.ts +0 -1
- package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
- package/components/datepicker/dist/utilities.d.ts +25 -1
- package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
- package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
- package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
- package/components/dropdown/README.md +56 -92
- package/components/dropdown/demo/api.js +1 -1
- package/components/dropdown/demo/api.md +43 -29
- package/components/dropdown/demo/api.min.js +558 -157
- package/components/dropdown/demo/index.html +53 -0
- package/components/dropdown/demo/index.js +0 -3
- package/components/dropdown/demo/index.md +1 -60
- package/components/dropdown/demo/index.min.js +558 -160
- package/components/dropdown/demo/readme.html +49 -0
- package/components/dropdown/demo/readme.md +144 -0
- package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
- package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
- package/components/{counter/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
- package/components/dropdown/dist/helptextVersion.d.ts +2 -0
- package/components/dropdown/dist/iconVersion.d.ts +0 -1
- package/components/dropdown/dist/index.d.ts +0 -1
- package/components/dropdown/dist/index.js +558 -159
- package/components/dropdown/dist/registered.js +3365 -0
- package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
- package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
- package/components/dropdown/dist/styles/color-css.d.ts +0 -1
- package/components/dropdown/dist/styles/style-css.d.ts +0 -1
- package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
- package/components/form/README.md +67 -103
- package/components/form/demo/api.js +1 -1
- package/components/form/demo/api.md +55 -0
- package/components/form/demo/api.min.js +497 -25
- package/components/form/demo/index.html +48 -0
- package/components/form/demo/index.md +94 -25
- package/components/form/demo/index.min.js +497 -25
- package/components/form/demo/readme.html +49 -0
- package/components/form/demo/readme.md +142 -0
- package/components/form/demo/registerDemoDeps.js +22 -0
- package/components/form/demo/working.html +117 -0
- package/components/form/dist/auro-form.d.ts +194 -3
- package/components/form/dist/index.d.ts +0 -1
- package/components/form/dist/index.js +497 -27
- package/components/form/dist/registered.d.ts +1 -0
- package/components/form/dist/registered.js +632 -0
- package/components/form/dist/styles/style-css.d.ts +0 -1
- package/components/helptext/dist/auro-helptext.d.ts +53 -0
- package/components/helptext/dist/index.d.ts +2 -0
- package/components/helptext/dist/index.js +224 -0
- package/components/helptext/dist/registered.js +224 -0
- package/components/helptext/dist/styles/color-css.d.ts +2 -0
- package/components/helptext/dist/styles/style-css.d.ts +2 -0
- package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
- package/components/input/README.md +56 -87
- package/components/input/demo/api.md +91 -90
- package/components/input/demo/api.min.js +4144 -1768
- package/components/input/demo/index.html +41 -0
- package/components/input/demo/index.md +2 -33
- package/components/input/demo/index.min.js +4144 -1768
- package/components/input/demo/readme.html +49 -0
- package/components/input/demo/readme.md +135 -0
- package/components/input/dist/auro-input.d.ts +4 -2
- package/components/input/dist/base-input.d.ts +49 -16
- package/components/input/dist/buttonVersion.d.ts +0 -1
- package/components/input/dist/helptextVersion.d.ts +2 -0
- package/components/input/dist/i18n.d.ts +0 -1
- package/components/input/dist/iconVersion.d.ts +0 -1
- package/components/input/dist/index.d.ts +0 -1
- package/components/input/dist/index.js +4144 -1770
- package/components/input/dist/registered.js +6592 -0
- package/components/input/dist/styles/borders-css.d.ts +0 -1
- package/components/input/dist/styles/color-css.d.ts +0 -1
- package/components/input/dist/styles/input-css.d.ts +0 -1
- package/components/input/dist/styles/label-css.d.ts +0 -1
- package/components/input/dist/styles/mixins-css.d.ts +0 -1
- package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
- package/components/input/dist/styles/style-css.d.ts +0 -1
- package/components/input/dist/styles/tokens-css.d.ts +0 -1
- package/components/input/dist/utilities.d.ts +25 -0
- package/components/menu/README.md +56 -93
- package/components/menu/demo/api.js +1 -1
- package/components/menu/demo/api.md +57 -20
- package/components/menu/demo/api.min.js +629 -315
- package/components/menu/demo/index.html +50 -0
- package/components/menu/demo/index.md +1 -44
- package/components/menu/demo/index.min.js +627 -313
- package/components/menu/demo/readme.html +49 -0
- package/components/menu/demo/readme.md +145 -0
- package/components/menu/dist/auro-menu-utils.d.ts +42 -0
- package/components/menu/dist/auro-menu.d.ts +97 -82
- package/components/menu/dist/auro-menuoption.d.ts +0 -1
- package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
- package/components/menu/dist/iconVersion.d.ts +0 -1
- package/components/menu/dist/index.d.ts +1 -1
- package/components/menu/dist/index.js +628 -317
- package/components/menu/dist/registered.js +1510 -0
- package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
- package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
- package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
- package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
- package/components/menu/dist/styles/tokens-css.d.ts +0 -1
- package/components/radio/README.md +56 -87
- package/components/radio/demo/api.md +9 -8
- package/components/radio/demo/api.min.js +349 -54
- package/components/radio/demo/index.html +48 -0
- package/components/radio/demo/index.md +0 -45
- package/components/radio/demo/index.min.js +349 -54
- package/components/radio/demo/readme.html +49 -0
- package/components/radio/demo/readme.md +137 -0
- package/components/radio/dist/auro-radio-group.d.ts +12 -3
- package/components/radio/dist/auro-radio.d.ts +0 -1
- package/components/radio/dist/helptextVersion.d.ts +2 -0
- package/components/radio/dist/index.d.ts +0 -1
- package/components/radio/dist/index.js +349 -57
- package/components/radio/dist/registered.js +1396 -0
- package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
- package/components/radio/dist/styles/color-css.d.ts +0 -1
- package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
- package/components/radio/dist/styles/style-css.d.ts +0 -1
- package/components/radio/dist/styles/tokens-css.d.ts +0 -1
- package/components/select/README.md +58 -99
- package/components/select/demo/api.js +1 -1
- package/components/select/demo/api.md +149 -32
- package/components/select/demo/api.min.js +2505 -749
- package/components/select/demo/index.html +49 -0
- package/components/select/demo/index.js +1 -1
- package/components/select/demo/index.md +18 -51
- package/components/select/demo/index.min.js +2511 -755
- package/components/select/demo/readme.html +49 -0
- package/components/select/demo/readme.md +143 -0
- package/components/select/dist/auro-select.d.ts +60 -8
- package/components/select/dist/bibtemplateVersion.d.ts +2 -0
- package/components/select/dist/dropdownVersion.d.ts +2 -0
- package/components/select/dist/index.d.ts +0 -1
- package/components/select/dist/index.js +1873 -433
- package/components/select/dist/registered.js +5426 -0
- package/components/select/dist/styles/color-css.d.ts +0 -1
- package/components/select/dist/styles/style-css.d.ts +0 -1
- package/components/select/dist/styles/tokens-css.d.ts +0 -1
- package/package.json +121 -48
- package/packages/build-tools/src/postinstall.mjs +8 -0
- package/.husky/commit-msg +0 -4
- package/.husky/pre-commit +0 -3
- package/.turbo/cache/012997da408d7381-meta.json +0 -1
- package/.turbo/cache/012997da408d7381.tar.zst +0 -0
- package/.turbo/cache/0c8124a987c1cc05-meta.json +0 -1
- package/.turbo/cache/0c8124a987c1cc05.tar.zst +0 -0
- package/.turbo/cache/114f70925d97840c-meta.json +0 -1
- package/.turbo/cache/114f70925d97840c.tar.zst +0 -0
- package/.turbo/cache/144803363093af6b-meta.json +0 -1
- package/.turbo/cache/144803363093af6b.tar.zst +0 -0
- package/.turbo/cache/18129dba20f51b6b-meta.json +0 -1
- package/.turbo/cache/18129dba20f51b6b.tar.zst +0 -0
- package/.turbo/cache/19afa09c8e45c25d-meta.json +0 -1
- package/.turbo/cache/19afa09c8e45c25d.tar.zst +0 -0
- package/.turbo/cache/20a17be1e896dc95-meta.json +0 -1
- package/.turbo/cache/20a17be1e896dc95.tar.zst +0 -0
- package/.turbo/cache/2624bedf18a03ab1-meta.json +0 -1
- package/.turbo/cache/2624bedf18a03ab1.tar.zst +0 -0
- package/.turbo/cache/2706814699cff63a-meta.json +0 -1
- package/.turbo/cache/2706814699cff63a.tar.zst +0 -0
- package/.turbo/cache/2787020e69f50af2-meta.json +0 -1
- package/.turbo/cache/2787020e69f50af2.tar.zst +0 -0
- package/.turbo/cache/29d704afd7578cda-meta.json +0 -1
- package/.turbo/cache/29d704afd7578cda.tar.zst +0 -0
- package/.turbo/cache/2edcc8b31cd713fc-meta.json +0 -1
- package/.turbo/cache/2edcc8b31cd713fc.tar.zst +0 -0
- package/.turbo/cache/318a9085a92f2d32-meta.json +0 -1
- package/.turbo/cache/318a9085a92f2d32.tar.zst +0 -0
- package/.turbo/cache/326d9e4692d61af1-meta.json +0 -1
- package/.turbo/cache/326d9e4692d61af1.tar.zst +0 -0
- package/.turbo/cache/36962b1c4c89a3a2-meta.json +0 -1
- package/.turbo/cache/36962b1c4c89a3a2.tar.zst +0 -0
- package/.turbo/cache/3cd8fc5f388323db-meta.json +0 -1
- package/.turbo/cache/3cd8fc5f388323db.tar.zst +0 -0
- package/.turbo/cache/3f8ea42b850fd7b1-meta.json +0 -1
- package/.turbo/cache/3f8ea42b850fd7b1.tar.zst +0 -0
- package/.turbo/cache/4006a206400d5c7b-meta.json +0 -1
- package/.turbo/cache/4006a206400d5c7b.tar.zst +0 -0
- package/.turbo/cache/457af7906413d2ff-meta.json +0 -1
- package/.turbo/cache/457af7906413d2ff.tar.zst +0 -0
- package/.turbo/cache/492dda333b8d15f1-meta.json +0 -1
- package/.turbo/cache/492dda333b8d15f1.tar.zst +0 -0
- package/.turbo/cache/508f2fcc60e5046f-meta.json +0 -1
- package/.turbo/cache/508f2fcc60e5046f.tar.zst +0 -0
- package/.turbo/cache/50993de942ec15a9-meta.json +0 -1
- package/.turbo/cache/50993de942ec15a9.tar.zst +0 -0
- package/.turbo/cache/51eaa58d5c167de8-meta.json +0 -1
- package/.turbo/cache/51eaa58d5c167de8.tar.zst +0 -0
- package/.turbo/cache/5567d6b2fdae56a9-meta.json +0 -1
- package/.turbo/cache/5567d6b2fdae56a9.tar.zst +0 -0
- package/.turbo/cache/5a6290b52b84f5ef-meta.json +0 -1
- package/.turbo/cache/5a6290b52b84f5ef.tar.zst +0 -0
- package/.turbo/cache/5aadae8d3f94202e-meta.json +0 -1
- package/.turbo/cache/5aadae8d3f94202e.tar.zst +0 -0
- package/.turbo/cache/6081837e8943b62e-meta.json +0 -1
- package/.turbo/cache/6081837e8943b62e.tar.zst +0 -0
- package/.turbo/cache/60ad74320c682a2b-meta.json +0 -1
- package/.turbo/cache/60ad74320c682a2b.tar.zst +0 -0
- package/.turbo/cache/61e218aba69cff58-meta.json +0 -1
- package/.turbo/cache/61e218aba69cff58.tar.zst +0 -0
- package/.turbo/cache/64ac8d6a4669ba20-meta.json +0 -1
- package/.turbo/cache/64ac8d6a4669ba20.tar.zst +0 -0
- package/.turbo/cache/706649b429184693-meta.json +0 -1
- package/.turbo/cache/706649b429184693.tar.zst +0 -0
- package/.turbo/cache/71dbeaf0706c12fe-meta.json +0 -1
- package/.turbo/cache/71dbeaf0706c12fe.tar.zst +0 -0
- package/.turbo/cache/7445df6e7feed2a7-meta.json +0 -1
- package/.turbo/cache/7445df6e7feed2a7.tar.zst +0 -0
- package/.turbo/cache/769652d1b874d7cf-meta.json +0 -1
- package/.turbo/cache/769652d1b874d7cf.tar.zst +0 -0
- package/.turbo/cache/77da375a012de9d0-meta.json +0 -1
- package/.turbo/cache/77da375a012de9d0.tar.zst +0 -0
- package/.turbo/cache/7bf2b06a479d0b30-meta.json +0 -1
- package/.turbo/cache/7bf2b06a479d0b30.tar.zst +0 -0
- package/.turbo/cache/7c4645de5001b034-meta.json +0 -1
- package/.turbo/cache/7c4645de5001b034.tar.zst +0 -0
- package/.turbo/cache/7e3244d67de2d977-meta.json +0 -1
- package/.turbo/cache/7e3244d67de2d977.tar.zst +0 -0
- package/.turbo/cache/7f3b42ddf36d0158-meta.json +0 -1
- package/.turbo/cache/7f3b42ddf36d0158.tar.zst +0 -0
- package/.turbo/cache/804ad767c7ba2fc3-meta.json +0 -1
- package/.turbo/cache/804ad767c7ba2fc3.tar.zst +0 -0
- package/.turbo/cache/8366405184d123d2-meta.json +0 -1
- package/.turbo/cache/8366405184d123d2.tar.zst +0 -0
- package/.turbo/cache/85cc23a2de6b1009-meta.json +0 -1
- package/.turbo/cache/85cc23a2de6b1009.tar.zst +0 -0
- package/.turbo/cache/99936b010f1533f9-meta.json +0 -1
- package/.turbo/cache/99936b010f1533f9.tar.zst +0 -0
- package/.turbo/cache/9a9b4e449cd84be4-meta.json +0 -1
- package/.turbo/cache/9a9b4e449cd84be4.tar.zst +0 -0
- package/.turbo/cache/9ae99e8e7bd83d06-meta.json +0 -1
- package/.turbo/cache/9ae99e8e7bd83d06.tar.zst +0 -0
- package/.turbo/cache/a275406512608e45-meta.json +0 -1
- package/.turbo/cache/a275406512608e45.tar.zst +0 -0
- package/.turbo/cache/a54b4d75b5d265de-meta.json +0 -1
- package/.turbo/cache/a54b4d75b5d265de.tar.zst +0 -0
- package/.turbo/cache/b280ed4daaf15dcb-meta.json +0 -1
- package/.turbo/cache/b280ed4daaf15dcb.tar.zst +0 -0
- package/.turbo/cache/b5e6dc7fb9ae1a2f-meta.json +0 -1
- package/.turbo/cache/b5e6dc7fb9ae1a2f.tar.zst +0 -0
- package/.turbo/cache/b6a202cc85cb61a0-meta.json +0 -1
- package/.turbo/cache/b6a202cc85cb61a0.tar.zst +0 -0
- package/.turbo/cache/c44efc9e4ddd8a0e-meta.json +0 -1
- package/.turbo/cache/c44efc9e4ddd8a0e.tar.zst +0 -0
- package/.turbo/cache/c47b8032d18fc452-meta.json +0 -1
- package/.turbo/cache/c47b8032d18fc452.tar.zst +0 -0
- package/.turbo/cache/c6c6411199b68170-meta.json +0 -1
- package/.turbo/cache/c6c6411199b68170.tar.zst +0 -0
- package/.turbo/cache/d3a05e38449c9b24-meta.json +0 -1
- package/.turbo/cache/d3a05e38449c9b24.tar.zst +0 -0
- package/.turbo/cache/d44acd685455b288-meta.json +0 -1
- package/.turbo/cache/d44acd685455b288.tar.zst +0 -0
- package/.turbo/cache/d5db503b2eaf239c-meta.json +0 -1
- package/.turbo/cache/d5db503b2eaf239c.tar.zst +0 -0
- package/.turbo/cache/d683a7d23b0d7073-meta.json +0 -1
- package/.turbo/cache/d683a7d23b0d7073.tar.zst +0 -0
- package/.turbo/cache/d7caaacb8114772f-meta.json +0 -1
- package/.turbo/cache/d7caaacb8114772f.tar.zst +0 -0
- package/.turbo/cache/dad3d78b33edd9e4-meta.json +0 -1
- package/.turbo/cache/dad3d78b33edd9e4.tar.zst +0 -0
- package/.turbo/cache/db4ea5071b44ee8c-meta.json +0 -1
- package/.turbo/cache/db4ea5071b44ee8c.tar.zst +0 -0
- package/.turbo/cache/de44707e76bdd80c-meta.json +0 -1
- package/.turbo/cache/de44707e76bdd80c.tar.zst +0 -0
- package/.turbo/cache/e03997efe5adad43-meta.json +0 -1
- package/.turbo/cache/e03997efe5adad43.tar.zst +0 -0
- package/.turbo/cache/e1aa836f0cc2d7c5-meta.json +0 -1
- package/.turbo/cache/e1aa836f0cc2d7c5.tar.zst +0 -0
- package/.turbo/cache/e62cfee068e3ef36-meta.json +0 -1
- package/.turbo/cache/e62cfee068e3ef36.tar.zst +0 -0
- package/.turbo/cache/e820cc8f220a05f3-meta.json +0 -1
- package/.turbo/cache/e820cc8f220a05f3.tar.zst +0 -0
- package/.turbo/cache/e9e36823f6c98f07-meta.json +0 -1
- package/.turbo/cache/e9e36823f6c98f07.tar.zst +0 -0
- package/.turbo/cache/f3f4ddfd3230e489-meta.json +0 -1
- package/.turbo/cache/f3f4ddfd3230e489.tar.zst +0 -0
- package/.turbo/cache/fdaf484b1ec4b5ed-meta.json +0 -1
- package/.turbo/cache/fdaf484b1ec4b5ed.tar.zst +0 -0
- package/.vscode/settings.json +0 -3
- package/components/checkbox/.stylelintrc.json +0 -3
- package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
- package/components/checkbox/.turbo/turbo-build.log +0 -184
- package/components/checkbox/.turbo/turbo-bundler.log +0 -13
- package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/checkbox/.turbo/turbo-types.log +0 -4
- package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
- package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
- package/components/checkbox/dist/index.d.ts.map +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/checkbox/node_modules/chalk/package.json +0 -83
- package/components/checkbox/node_modules/chalk/readme.md +0 -325
- package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
- package/components/checkbox/node_modules/chalk/source/index.js +0 -225
- package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
- package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/checkbox/package.json +0 -68
- package/components/checkbox/src/auro-checkbox-group.js +0 -360
- package/components/checkbox/src/auro-checkbox.js +0 -210
- package/components/checkbox/src/index.js +0 -8
- package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
- package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
- package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
- package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
- package/components/checkbox/src/styles/auro-checkbox.css +0 -123
- package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
- package/components/checkbox/src/styles/color-css.js +0 -2
- package/components/checkbox/src/styles/color.css +0 -84
- package/components/checkbox/src/styles/color.scss +0 -118
- package/components/checkbox/src/styles/colorGroup-css.js +0 -2
- package/components/checkbox/src/styles/colorGroup.css +0 -16
- package/components/checkbox/src/styles/colorGroup.scss +0 -24
- package/components/checkbox/src/styles/tokens-css.js +0 -2
- package/components/checkbox/src/styles/tokens.css +0 -9
- package/components/checkbox/src/styles/tokens.scss +0 -11
- package/components/combobox/.stylelintrc.json +0 -3
- package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
- package/components/combobox/.turbo/turbo-build$colon$version.log +0 -10
- package/components/combobox/.turbo/turbo-build.log +0 -162
- package/components/combobox/.turbo/turbo-bundler.log +0 -25
- package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
- package/components/combobox/.turbo/turbo-types.log +0 -4
- package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
- package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
- package/components/combobox/dist/index.d.ts.map +0 -1
- package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
- package/components/combobox/node_modules/chalk/package.json +0 -83
- package/components/combobox/node_modules/chalk/readme.md +0 -297
- package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
- package/components/combobox/node_modules/chalk/source/index.js +0 -225
- package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
- package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/combobox/package.json +0 -67
- package/components/combobox/src/auro-combobox.js +0 -721
- package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
- package/components/combobox/src/index.js +0 -6
- package/components/combobox/src/styles/style-css.js +0 -2
- package/components/combobox/src/styles/style.css +0 -60
- package/components/combobox/src/styles/style.scss +0 -46
- package/components/counter/.stylelintrc.json +0 -3
- package/components/counter/.turbo/turbo-build$colon$sass.log +0 -238
- package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
- package/components/counter/.turbo/turbo-build.log +0 -361
- package/components/counter/.turbo/turbo-bundler.log +0 -13
- package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/counter/.turbo/turbo-sass$colon$render.log +0 -52
- package/components/counter/.turbo/turbo-types.log +0 -4
- package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
- package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
- package/components/counter/dist/auro-counter.d.ts.map +0 -1
- package/components/counter/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/counter/dist/iconVersion.d.ts.map +0 -1
- package/components/counter/dist/index.d.ts.map +0 -1
- package/components/counter/dist/styles/color-css.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-group-color-css.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
- package/components/counter/dist/styles/style-css.d.ts.map +0 -1
- package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/counter/node_modules/chalk/package.json +0 -83
- package/components/counter/node_modules/chalk/readme.md +0 -325
- package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
- package/components/counter/node_modules/chalk/source/index.js +0 -225
- package/components/counter/node_modules/chalk/source/utilities.js +0 -33
- package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/counter/package.json +0 -56
- package/components/counter/src/auro-counter-button.js +0 -42
- package/components/counter/src/auro-counter-group.js +0 -177
- package/components/counter/src/auro-counter.js +0 -289
- package/components/counter/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/counter/src/iconVersion.js +0 -1
- package/components/counter/src/index.js +0 -8
- package/components/counter/src/styles/color-css.js +0 -2
- package/components/counter/src/styles/color.css +0 -25
- package/components/counter/src/styles/color.scss +0 -44
- package/components/counter/src/styles/counter-button-color-css.js +0 -2
- package/components/counter/src/styles/counter-button-color.css +0 -14
- package/components/counter/src/styles/counter-button-color.scss +0 -29
- package/components/counter/src/styles/counter-button-css.js +0 -2
- package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
- package/components/counter/src/styles/counter-button-tokens.css +0 -7
- package/components/counter/src/styles/counter-button-tokens.scss +0 -9
- package/components/counter/src/styles/counter-button.css +0 -187
- package/components/counter/src/styles/counter-button.scss +0 -83
- package/components/counter/src/styles/counter-group-color-css.js +0 -2
- package/components/counter/src/styles/counter-group-color.css +0 -4
- package/components/counter/src/styles/counter-group-color.scss +0 -19
- package/components/counter/src/styles/counter-group-css.js +0 -2
- package/components/counter/src/styles/counter-group.css +0 -16
- package/components/counter/src/styles/counter-group.scss +0 -30
- package/components/counter/src/styles/style-css.js +0 -2
- package/components/counter/src/styles/style.css +0 -46
- package/components/counter/src/styles/style.scss +0 -63
- package/components/counter/src/styles/tokens-css.js +0 -2
- package/components/counter/src/styles/tokens.css +0 -11
- package/components/counter/src/styles/tokens.scss +0 -24
- package/components/datepicker/.stylelintrc.json +0 -3
- package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
- package/components/datepicker/.turbo/turbo-build$colon$version.log +0 -13
- package/components/datepicker/.turbo/turbo-build.log +0 -492
- package/components/datepicker/.turbo/turbo-bundler.log +0 -17
- package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
- package/components/datepicker/.turbo/turbo-types.log +0 -4
- package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
- package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
- package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
- package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
- package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
- package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
- package/components/datepicker/dist/index.d.ts.map +0 -1
- package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/datepicker/dist/utilities.d.ts.map +0 -1
- package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
- package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
- package/components/datepicker/node_modules/chalk/package.json +0 -83
- package/components/datepicker/node_modules/chalk/readme.md +0 -325
- package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
- package/components/datepicker/node_modules/chalk/source/index.js +0 -225
- package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
- package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
- package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
- package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
- package/components/datepicker/package.json +0 -79
- package/components/datepicker/src/auro-calendar-cell.js +0 -381
- package/components/datepicker/src/auro-calendar-month.js +0 -128
- package/components/datepicker/src/auro-calendar.js +0 -329
- package/components/datepicker/src/auro-datepicker.js +0 -1003
- package/components/datepicker/src/dropdownVersion.js +0 -0
- package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
- package/components/datepicker/src/index.js +0 -6
- package/components/datepicker/src/popoverVersion.js +0 -1
- package/components/datepicker/src/styles/color-calendar-css.js +0 -2
- package/components/datepicker/src/styles/color-calendar.css +0 -35
- package/components/datepicker/src/styles/color-calendar.scss +0 -51
- package/components/datepicker/src/styles/color-cell-css.js +0 -2
- package/components/datepicker/src/styles/color-cell.css +0 -45
- package/components/datepicker/src/styles/color-cell.scss +0 -73
- package/components/datepicker/src/styles/color-css.js +0 -2
- package/components/datepicker/src/styles/color-month-css.js +0 -2
- package/components/datepicker/src/styles/color-month.css +0 -34
- package/components/datepicker/src/styles/color-month.scss +0 -27
- package/components/datepicker/src/styles/color.css +0 -43
- package/components/datepicker/src/styles/color.scss +0 -30
- package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
- package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
- package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
- package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
- package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
- package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
- package/components/datepicker/src/styles/style-css.js +0 -2
- package/components/datepicker/src/styles/style.css +0 -111
- package/components/datepicker/src/styles/style.scss +0 -107
- package/components/datepicker/src/styles/tokens-css.js +0 -2
- package/components/datepicker/src/styles/tokens.css +0 -22
- package/components/datepicker/src/styles/tokens.scss +0 -25
- package/components/datepicker/src/utilities.js +0 -87
- package/components/datepicker/src/utilitiesCalendar.js +0 -138
- package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
- package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
- package/components/dropdown/.stylelintrc.json +0 -3
- package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
- package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
- package/components/dropdown/.turbo/turbo-build.log +0 -205
- package/components/dropdown/.turbo/turbo-bundler.log +0 -13
- package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/dropdown/.turbo/turbo-types.log +0 -4
- package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
- package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
- package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
- package/components/dropdown/dist/index.d.ts.map +0 -1
- package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/dropdown/node_modules/chalk/package.json +0 -83
- package/components/dropdown/node_modules/chalk/readme.md +0 -325
- package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
- package/components/dropdown/node_modules/chalk/source/index.js +0 -225
- package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
- package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/dropdown/package.json +0 -57
- package/components/dropdown/src/auro-dropdown.js +0 -474
- package/components/dropdown/src/auro-dropdownBib.js +0 -106
- package/components/dropdown/src/iconVersion.js +0 -1
- package/components/dropdown/src/index.js +0 -6
- package/components/dropdown/src/styles/bibColors-css.js +0 -2
- package/components/dropdown/src/styles/bibColors.css +0 -6
- package/components/dropdown/src/styles/bibColors.scss +0 -18
- package/components/dropdown/src/styles/bibStyles-css.js +0 -2
- package/components/dropdown/src/styles/bibStyles.css +0 -43
- package/components/dropdown/src/styles/bibStyles.scss +0 -60
- package/components/dropdown/src/styles/color-css.js +0 -2
- package/components/dropdown/src/styles/color.css +0 -59
- package/components/dropdown/src/styles/color.scss +0 -79
- package/components/dropdown/src/styles/style-css.js +0 -2
- package/components/dropdown/src/styles/style.css +0 -92
- package/components/dropdown/src/styles/style.scss +0 -122
- package/components/dropdown/src/styles/tokens-css.js +0 -2
- package/components/dropdown/src/styles/tokens.css +0 -13
- package/components/dropdown/src/styles/tokens.scss +0 -15
- package/components/form/.stylelintrc.json +0 -3
- package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
- package/components/form/.turbo/turbo-build$colon$version.log +0 -4
- package/components/form/.turbo/turbo-build.log +0 -112
- package/components/form/.turbo/turbo-bundler.log +0 -13
- package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
- package/components/form/.turbo/turbo-types.log +0 -4
- package/components/form/dist/auro-form.d.ts.map +0 -1
- package/components/form/dist/index.d.ts.map +0 -1
- package/components/form/dist/styles/style-css.d.ts.map +0 -1
- package/components/form/node_modules/chalk/package.json +0 -83
- package/components/form/node_modules/chalk/readme.md +0 -325
- package/components/form/node_modules/chalk/source/index.d.ts +0 -320
- package/components/form/node_modules/chalk/source/index.js +0 -225
- package/components/form/node_modules/chalk/source/utilities.js +0 -33
- package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/form/package.json +0 -72
- package/components/form/src/auro-form.js +0 -74
- package/components/form/src/index.js +0 -6
- package/components/form/src/styles/style-css.js +0 -2
- package/components/form/src/styles/style.css +0 -36
- package/components/form/src/styles/style.scss +0 -37
- package/components/input/.stylelintrc.json +0 -3
- package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
- package/components/input/.turbo/turbo-build$colon$version.log +0 -10
- package/components/input/.turbo/turbo-build.log +0 -350
- package/components/input/.turbo/turbo-bundler.log +0 -13
- package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
- package/components/input/.turbo/turbo-types.log +0 -4
- package/components/input/dist/auro-input.d.ts.map +0 -1
- package/components/input/dist/base-input.d.ts.map +0 -1
- package/components/input/dist/buttonVersion.d.ts.map +0 -1
- package/components/input/dist/i18n.d.ts.map +0 -1
- package/components/input/dist/iconVersion.d.ts.map +0 -1
- package/components/input/dist/index.d.ts.map +0 -1
- package/components/input/dist/styles/borders-css.d.ts.map +0 -1
- package/components/input/dist/styles/color-css.d.ts.map +0 -1
- package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
- package/components/input/dist/styles/input-css.d.ts.map +0 -1
- package/components/input/dist/styles/label-css.d.ts.map +0 -1
- package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
- package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
- package/components/input/dist/styles/style-css.d.ts.map +0 -1
- package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/input/node_modules/chalk/package.json +0 -83
- package/components/input/node_modules/chalk/readme.md +0 -325
- package/components/input/node_modules/chalk/source/index.d.ts +0 -320
- package/components/input/node_modules/chalk/source/index.js +0 -225
- package/components/input/node_modules/chalk/source/utilities.js +0 -33
- package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/input/package.json +0 -75
- package/components/input/src/auro-input.js +0 -241
- package/components/input/src/base-input.js +0 -1103
- package/components/input/src/buttonVersion.js +0 -1
- package/components/input/src/i18n.js +0 -102
- package/components/input/src/iconVersion.js +0 -1
- package/components/input/src/index.js +0 -6
- package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
- package/components/input/src/styles/borders-css.js +0 -2
- package/components/input/src/styles/borders.css +0 -35
- package/components/input/src/styles/borders.scss +0 -49
- package/components/input/src/styles/color-css.js +0 -2
- package/components/input/src/styles/color.css +0 -62
- package/components/input/src/styles/color.scss +0 -89
- package/components/input/src/styles/helpText-css.js +0 -2
- package/components/input/src/styles/helpText.css +0 -6
- package/components/input/src/styles/helpText.scss +0 -9
- package/components/input/src/styles/input-css.js +0 -2
- package/components/input/src/styles/input.css +0 -35
- package/components/input/src/styles/input.scss +0 -53
- package/components/input/src/styles/label-css.js +0 -2
- package/components/input/src/styles/label.css +0 -45
- package/components/input/src/styles/label.scss +0 -71
- package/components/input/src/styles/mixins-css.js +0 -2
- package/components/input/src/styles/mixins.css +0 -1
- package/components/input/src/styles/mixins.scss +0 -45
- package/components/input/src/styles/notificationIcons-css.js +0 -2
- package/components/input/src/styles/notificationIcons.css +0 -84
- package/components/input/src/styles/notificationIcons.scss +0 -109
- package/components/input/src/styles/style-css.js +0 -2
- package/components/input/src/styles/style.css +0 -290
- package/components/input/src/styles/style.scss +0 -53
- package/components/input/src/styles/tokens-css.js +0 -2
- package/components/input/src/styles/tokens.css +0 -9
- package/components/input/src/styles/tokens.scss +0 -11
- package/components/menu/.stylelintrc.json +0 -3
- package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
- package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
- package/components/menu/.turbo/turbo-build.log +0 -183
- package/components/menu/.turbo/turbo-bundler.log +0 -13
- package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/menu/.turbo/turbo-types.log +0 -4
- package/components/menu/dist/auro-menu.d.ts.map +0 -1
- package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
- package/components/menu/dist/iconVersion.d.ts.map +0 -1
- package/components/menu/dist/index.d.ts.map +0 -1
- package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
- package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
- package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
- package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
- package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/menu/node_modules/chalk/package.json +0 -83
- package/components/menu/node_modules/chalk/readme.md +0 -325
- package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
- package/components/menu/node_modules/chalk/source/index.js +0 -225
- package/components/menu/node_modules/chalk/source/utilities.js +0 -33
- package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
- package/components/menu/node_modules/mime/Mime.js +0 -97
- package/components/menu/node_modules/mime/README.md +0 -187
- package/components/menu/node_modules/mime/cli.js +0 -46
- package/components/menu/node_modules/mime/index.js +0 -4
- package/components/menu/node_modules/mime/lite.js +0 -4
- package/components/menu/node_modules/mime/package.json +0 -52
- package/components/menu/node_modules/mime/types/other.js +0 -1
- package/components/menu/node_modules/mime/types/standard.js +0 -1
- package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
- package/components/menu/package.json +0 -70
- package/components/menu/src/auro-menu.js +0 -539
- package/components/menu/src/auro-menuoption.js +0 -147
- package/components/menu/src/iconVersion.js +0 -1
- package/components/menu/src/index.js +0 -8
- package/components/menu/src/styles/color-menu-css.js +0 -2
- package/components/menu/src/styles/color-menu.css +0 -4
- package/components/menu/src/styles/color-menu.scss +0 -12
- package/components/menu/src/styles/color-menuoption-css.js +0 -2
- package/components/menu/src/styles/color-menuoption.css +0 -23
- package/components/menu/src/styles/color-menuoption.scss +0 -33
- package/components/menu/src/styles/style-menu-css.js +0 -2
- package/components/menu/src/styles/style-menu.css +0 -2061
- package/components/menu/src/styles/style-menu.scss +0 -80
- package/components/menu/src/styles/style-menuoption-css.js +0 -2
- package/components/menu/src/styles/style-menuoption.css +0 -45
- package/components/menu/src/styles/style-menuoption.scss +0 -66
- package/components/menu/src/styles/tokens-css.js +0 -2
- package/components/menu/src/styles/tokens.css +0 -6
- package/components/menu/src/styles/tokens.scss +0 -6
- package/components/radio/.stylelintrc.json +0 -3
- package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
- package/components/radio/.turbo/turbo-build.log +0 -215
- package/components/radio/.turbo/turbo-bundler.log +0 -13
- package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/radio/.turbo/turbo-types.log +0 -4
- package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
- package/components/radio/dist/auro-radio.d.ts.map +0 -1
- package/components/radio/dist/index.d.ts.map +0 -1
- package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
- package/components/radio/dist/styles/color-css.d.ts.map +0 -1
- package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
- package/components/radio/dist/styles/style-css.d.ts.map +0 -1
- package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/radio/node_modules/chalk/package.json +0 -83
- package/components/radio/node_modules/chalk/readme.md +0 -325
- package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
- package/components/radio/node_modules/chalk/source/index.js +0 -225
- package/components/radio/node_modules/chalk/source/utilities.js +0 -33
- package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/radio/package.json +0 -69
- package/components/radio/src/auro-radio-group.js +0 -433
- package/components/radio/src/auro-radio.js +0 -256
- package/components/radio/src/index.js +0 -8
- package/components/radio/src/styles/auro-radio-group-css.js +0 -2
- package/components/radio/src/styles/auro-radio-group.css +0 -23
- package/components/radio/src/styles/auro-radio-group.scss +0 -36
- package/components/radio/src/styles/color-css.js +0 -2
- package/components/radio/src/styles/color.css +0 -45
- package/components/radio/src/styles/color.scss +0 -56
- package/components/radio/src/styles/groupColor-css.js +0 -2
- package/components/radio/src/styles/groupColor.css +0 -21
- package/components/radio/src/styles/groupColor.scss +0 -33
- package/components/radio/src/styles/style-css.js +0 -2
- package/components/radio/src/styles/style.css +0 -113
- package/components/radio/src/styles/style.scss +0 -99
- package/components/radio/src/styles/tokens-css.js +0 -2
- package/components/radio/src/styles/tokens.css +0 -9
- package/components/radio/src/styles/tokens.scss +0 -12
- package/components/select/.stylelintrc.json +0 -3
- package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
- package/components/select/.turbo/turbo-build$colon$version.log +0 -7
- package/components/select/.turbo/turbo-build.log +0 -240
- package/components/select/.turbo/turbo-bundler.log +0 -22
- package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
- package/components/select/.turbo/turbo-types.log +0 -4
- package/components/select/dist/auro-select.d.ts.map +0 -1
- package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/select/dist/index.d.ts.map +0 -1
- package/components/select/dist/styles/color-css.d.ts.map +0 -1
- package/components/select/dist/styles/style-css.d.ts.map +0 -1
- package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/select/node_modules/chalk/package.json +0 -83
- package/components/select/node_modules/chalk/readme.md +0 -325
- package/components/select/node_modules/chalk/source/index.d.ts +0 -320
- package/components/select/node_modules/chalk/source/index.js +0 -225
- package/components/select/node_modules/chalk/source/utilities.js +0 -33
- package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/select/node_modules/mime/CHANGELOG.md +0 -296
- package/components/select/node_modules/mime/Mime.js +0 -97
- package/components/select/node_modules/mime/README.md +0 -187
- package/components/select/node_modules/mime/cli.js +0 -46
- package/components/select/node_modules/mime/index.js +0 -4
- package/components/select/node_modules/mime/lite.js +0 -4
- package/components/select/node_modules/mime/package.json +0 -52
- package/components/select/node_modules/mime/types/other.js +0 -1
- package/components/select/node_modules/mime/types/standard.js +0 -1
- package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
- package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
- package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
- package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
- package/components/select/package.json +0 -70
- package/components/select/packageScripts/postinstall.mjs +0 -28
- package/components/select/src/auro-select.js +0 -559
- package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/select/src/index.js +0 -6
- package/components/select/src/styles/color-css.js +0 -2
- package/components/select/src/styles/color.css +0 -63
- package/components/select/src/styles/color.scss +0 -33
- package/components/select/src/styles/style-css.js +0 -2
- package/components/select/src/styles/style.css +0 -104
- package/components/select/src/styles/style.scss +0 -76
- package/components/select/src/styles/tokens-css.js +0 -2
- package/components/select/src/styles/tokens.css +0 -3
- package/components/select/src/styles/tokens.scss +0 -5
- package/packages/build-tools/package.json +0 -15
- package/packages/build-tools/src/docProcessor.mjs +0 -133
- package/packages/build-tools/src/formVersionWriter.mjs +0 -75
- package/packages/build-tools/src/index.js +0 -1
- package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
- package/packages/form-validation/package.json +0 -12
- package/packages/form-validation/src/index.js +0 -1
- package/packages/form-validation/src/validation.js +0 -318
- package/packages/typescript/base.json +0 -19
- package/packages/typescript/package.json +0 -20
- package/packages/utils/package.json +0 -12
- package/packages/utils/src/iconUtil.js +0 -25
- package/packages/utils/src/index.js +0 -1
- package/turbo.json +0 -100
|
@@ -1,863 +0,0 @@
|
|
|
1
|
-
# Semantic Release Automated Changelog
|
|
2
|
-
|
|
3
|
-
# [6.0.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.1.2...v6.0.0) (2024-10-01)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* **color:** use new design tokens for color theme support [#197](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/197) ([aed72fa](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/aed72fab01685e572df47d369ecc0de6388a851d))
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Performance Improvements
|
|
12
|
-
|
|
13
|
-
* remove label colors from github settings ([4132d2a](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/4132d2ac5b6ce27e7d6f074c3ba321bf75193e00))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### BREAKING CHANGES
|
|
17
|
-
|
|
18
|
-
* force major release for last beta merge
|
|
19
|
-
* **color:** all previously deprecated code has been removed and will no longer be supported
|
|
20
|
-
|
|
21
|
-
# [6.0.0-beta.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.1.2...v6.0.0-beta.1) (2024-08-26)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
* **color:** use new design tokens for color theme support [#197](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/197) ([704ecad](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/704ecad74b5a74f8b9a00f37f79b59c29f8a2bf7))
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### BREAKING CHANGES
|
|
30
|
-
|
|
31
|
-
* **color:** all previously deprecated code has been removed and will no longer be supported
|
|
32
|
-
|
|
33
|
-
## [5.1.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.1.1...v5.1.2) (2024-07-25)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Performance Improvements
|
|
37
|
-
|
|
38
|
-
* update repo dependencies ([a63bb6d](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/a63bb6dacf1fdb8a4c5f8b85f6815a9cb8855f88))
|
|
39
|
-
|
|
40
|
-
## [5.1.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.1.0...v5.1.1) (2024-05-08)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Performance Improvements
|
|
44
|
-
|
|
45
|
-
* remove unused breakpoint mixins [#193](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/193) ([d349086](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/d349086c7c8c0bdd627b242ab7ab1c6d90ac5b4d))
|
|
46
|
-
|
|
47
|
-
# [5.1.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.8...v5.1.0) (2024-03-05)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* a11y focus-visible default halo [#183](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/183) ([3952acd](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/3952acddba1cb4f9d03c12fbd5f32d59db62d400))
|
|
53
|
-
|
|
54
|
-
## [5.0.8](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.7...v5.0.8) (2024-02-10)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Performance Improvements
|
|
58
|
-
|
|
59
|
-
* add duplicate .mjs file for SSR support ([b3bbda9](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/b3bbda9a04c3110bce474e7e753191fb388c5f29))
|
|
60
|
-
|
|
61
|
-
## [5.0.7](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.6...v5.0.7) (2024-02-09)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Performance Improvements
|
|
65
|
-
|
|
66
|
-
* update CDN web font refs [#187](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/187) ([37047c4](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/37047c42563ead378c26897583be990442922889))
|
|
67
|
-
|
|
68
|
-
## [5.0.6](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.5...v5.0.6) (2024-01-25)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Performance Improvements
|
|
72
|
-
|
|
73
|
-
* update utilities to support fallbacks [#184](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/184) ([06a42de](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/06a42de713cf8ec2dc0405ff064c89330ff67f37))
|
|
74
|
-
|
|
75
|
-
## [5.0.5](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.4...v5.0.5) (2023-11-10)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Performance Improvements
|
|
79
|
-
|
|
80
|
-
* update to support Node dependency policy ([333e35b](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/333e35b2d1a2b0a782981b465580c207a357f363))
|
|
81
|
-
|
|
82
|
-
## [5.0.4](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.3...v5.0.4) (2023-10-11)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* update utility import reference ([7ad32c2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7ad32c2c46026c82c3b947243549d0e1e6f96db0))
|
|
88
|
-
|
|
89
|
-
## [5.0.3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.2...v5.0.3) (2023-10-04)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* remove CSS custom selector ref for font-family ([a7c1b55](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/a7c1b55cb836c85faf13bf5a61d75f6cd1ec0c1b))
|
|
95
|
-
|
|
96
|
-
## [5.0.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.1...v5.0.2) (2023-09-26)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Bug Fixes
|
|
100
|
-
|
|
101
|
-
* address typo in variable ref ([f20fb26](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/f20fb2642c3e5d0a2b750c4bc9ead9dfe0ae1a2b))
|
|
102
|
-
|
|
103
|
-
## [5.0.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.0...v5.0.1) (2023-09-25)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
* update typo in variable CSS references ([34b174c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/34b174cf79bac0eccb5b53b96d1bbf5f905b4b66))
|
|
109
|
-
|
|
110
|
-
# [5.0.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.8.0...v5.0.0) (2023-09-25)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Features
|
|
114
|
-
|
|
115
|
-
* remove all deprecated references [#169](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/169) ([711d729](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/711d7298ff368a48f25b72dbe7694876881c54ff))
|
|
116
|
-
* update to use CSS variables with fallback [#134](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/134) ([9546be4](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/9546be475d241520cbd14c240ad7c04da342b8e0))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
### Performance Improvements
|
|
120
|
-
|
|
121
|
-
* **deps:** update repo to support Node 18 [#155](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/155) ([c208bad](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/c208bad02a3885c2b35179055001c5c35509725f))
|
|
122
|
-
* **tokens:** update to design tokens 4.x [#134](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/134) ([8f17359](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/8f173595b976b1dfae8a355e93e4187228d41f44))
|
|
123
|
-
* update all references from auro- to ds- [#169](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/169) ([57831ef](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/57831eff71cf636eea6788c4a4730cb7afb691c0))
|
|
124
|
-
* update insetUtility to maintain current support ([a136b9d](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/a136b9d5b55356804d25166264dc3b04f7d07164))
|
|
125
|
-
* update package config [#171](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/171) ([4ca4e7d](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/4ca4e7dc4f1ea2fe70cf9efdbd5ef1f83d4016f7))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### BREAKING CHANGES
|
|
129
|
-
|
|
130
|
-
* This commit updates the .npmignore package config to
|
|
131
|
-
reduce the scope of the packaged files and directories
|
|
132
|
-
|
|
133
|
-
This commit also removes the necessity of copying all the src files to a
|
|
134
|
-
dist dir and instead allows the src dir to be added to the package.
|
|
135
|
-
Consumers will have to update dir references from ./dist to ./src in
|
|
136
|
-
most import cases.
|
|
137
|
-
|
|
138
|
-
Processed files are still located in the ./dist dir.
|
|
139
|
-
|
|
140
|
-
Changes to be committed:
|
|
141
|
-
modified: .github/workflows/testPublish.yml
|
|
142
|
-
modified: .npmignore
|
|
143
|
-
modified: README.md
|
|
144
|
-
modified: package.json
|
|
145
|
-
* This commit removes the legacy insetUtility mixin and
|
|
146
|
-
replaces it with a static output of the generated legacy values from the
|
|
147
|
-
previous version of WCSS and design tokens.
|
|
148
|
-
|
|
149
|
-
Users will not get a failure when importing the file reference
|
|
150
|
-
src/utilityMixins/_insetUtility.scss but instead of the mixin generating
|
|
151
|
-
a subset of selectors, all the static selectors will be added to the
|
|
152
|
-
project's CSS output.
|
|
153
|
-
|
|
154
|
-
This legacy feature has also been designated as DEPRECATED and should be
|
|
155
|
-
deleted with the next MAJOR release.
|
|
156
|
-
* This commit will require all consumers to update their
|
|
157
|
-
app to use @aurodesignsystem/design-tokens v4.x
|
|
158
|
-
|
|
159
|
-
All references in documentation and code has been updated from `auro-`
|
|
160
|
-
to `ds-` per the new design token specification.
|
|
161
|
-
|
|
162
|
-
Changes to be committed:
|
|
163
|
-
modified: FAQ.md
|
|
164
|
-
modified: README.md
|
|
165
|
-
modified: demo/3col.html
|
|
166
|
-
modified: packageScripts/postinstall.js
|
|
167
|
-
modified: src/*
|
|
168
|
-
modified: tests/*
|
|
169
|
-
* **tokens:** This commit updates the repo's dependency on the newly
|
|
170
|
-
released Auro Design Tokens 4.x.
|
|
171
|
-
|
|
172
|
-
Changes to be committed:
|
|
173
|
-
modified: package-lock.json
|
|
174
|
-
modified: package.json
|
|
175
|
-
|
|
176
|
-
# [4.8.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.7.0...v4.8.0) (2023-08-04)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Features
|
|
180
|
-
|
|
181
|
-
* **3col:** add support for new layout [#149](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/149) ([731f708](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/731f708c4ca0ca6827f233ca3f3d0f01e34f747d))
|
|
182
|
-
|
|
183
|
-
# [4.7.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.6.1...v4.7.0) (2023-07-31)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* **2col:** add support for 2 column layout [#130](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/130) ([420365d](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/420365dc9a08ac57e1fdf7823fda2dd5ce1e8e5f))
|
|
189
|
-
|
|
190
|
-
## [4.6.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.6.0...v4.6.1) (2023-07-11)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
### Performance Improvements
|
|
194
|
-
|
|
195
|
-
* **auroElement:** update to reference Lit [#161](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/161) ([d2bbc7c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/d2bbc7c8e3ea1ce86518b6c8152a8255608b72a3))
|
|
196
|
-
|
|
197
|
-
# [4.6.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.5.0...v4.6.0) (2023-06-12)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* add new classes and styling for 2 column layout [#130](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/130) ([cc2d255](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/cc2d2559649a8d1d7cd35181a4757aca3c634193))
|
|
203
|
-
* add support for breadcrumb in 2 column layout [#130](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/130) ([1361712](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/136171241b68ce72c07496c26cceff684dc60a49))
|
|
204
|
-
* **grid breakpoint:** add support for new grid breakpoint ([4a2cf13](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/4a2cf139cf3a9483067fe03c417ffa87afeb755b))
|
|
205
|
-
* use extend scss rule for 2 column layout [#130](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/130) ([ead5452](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/ead5452ef58f330e0e4ba9975503fe5b573ed9cf))
|
|
206
|
-
|
|
207
|
-
# [4.5.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.4.0...v4.5.0) (2023-05-23)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Features
|
|
211
|
-
|
|
212
|
-
* **breakpoint:** add new auro breakpoints [#146](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/146) ([3f15e34](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/3f15e34568400cf3e9a1a90936895a95d19e07e2))
|
|
213
|
-
|
|
214
|
-
# [4.4.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.3.1...v4.4.0) (2023-05-18)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* **grid mixin:** add support for new grid mixin [#129](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/129) ([00ecfd2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/00ecfd2486dc96f3e9b050733331bf04ffb2c36c))
|
|
220
|
-
|
|
221
|
-
## [4.3.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.3.0...v4.3.1) (2023-04-25)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* **styles:** fix the auro capitalize function [#148](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/148) ([7f75b30](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7f75b3060be2b67328e1d48bb360f91a8c2b7569))
|
|
227
|
-
|
|
228
|
-
# [4.3.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.2.0...v4.3.0) (2023-02-07)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Features
|
|
232
|
-
|
|
233
|
-
* **size:** use new and deprecate legacy size tokens [#128](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/128) ([1eaede6](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/1eaede60be591d81d8f6d587b4c2f185f302a0ea))
|
|
234
|
-
|
|
235
|
-
# [4.2.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.1.2...v4.2.0) (2022-12-20)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Bug Fixes
|
|
239
|
-
|
|
240
|
-
* replace css variables ([3f670a3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/3f670a3b70f093360b88841c9d5ab16960f33b08))
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### Features
|
|
244
|
-
|
|
245
|
-
* design features [#115](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/115) ([72d0ff0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/72d0ff0a60e4fe00ec73a80ff1170e7690dcde74))
|
|
246
|
-
* new list styles ([b09fee3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/b09fee3a74552404c818a23b41c00ddaa9a83e03))
|
|
247
|
-
|
|
248
|
-
## [4.1.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.1.1...v4.1.2) (2022-11-30)
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
### Bug Fixes
|
|
252
|
-
|
|
253
|
-
* upgrade sass from 1.55.0 to 1.56.0 ([cf18f0c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/cf18f0cc4e8df9d9bfaf16da4523e13d5ad3f356))
|
|
254
|
-
|
|
255
|
-
## [4.1.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.1.0...v4.1.1) (2022-10-06)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Bug Fixes
|
|
259
|
-
|
|
260
|
-
* **demo:** address incorrect value for max-width on the body ([fd0de6b](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/fd0de6b9435ed505b366c0253779e2b2387467f1))
|
|
261
|
-
|
|
262
|
-
# [4.1.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.0.0...v4.1.0) (2022-10-06)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
* **size tokens:** update for deprecated tokens [#121](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/121) ([5022890](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/5022890665fbc6dbff711fc720626073003fa9ad))
|
|
268
|
-
|
|
269
|
-
# [4.0.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.7.3...v4.0.0) (2022-06-08)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### Code Refactoring
|
|
273
|
-
|
|
274
|
-
* **namespace:** change to aurodesignsystem namespace ([9a2d7a4](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/9a2d7a411bed8443a94cd2ed601e53f689b6738a))
|
|
275
|
-
* remove .focus-visible [#105](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/105) ([db8abb3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/db8abb347873b510fc8ca9e484deb7121f5f4cbb))
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### BREAKING CHANGES
|
|
279
|
-
|
|
280
|
-
* **namespace:** This commit updates the npm namespace.
|
|
281
|
-
* focus-visible polyfill dependency has been removed.
|
|
282
|
-
|
|
283
|
-
If the end user of WCSS still requires the focus-visible polyfill
|
|
284
|
-
for their project, please install this as a peer dependency.
|
|
285
|
-
|
|
286
|
-
https://github.com/WICG/focus-visible
|
|
287
|
-
|
|
288
|
-
## [3.7.3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.7.2...v3.7.3) (2021-12-06)
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Bug Fixes
|
|
292
|
-
|
|
293
|
-
* **core:** fire transition events for reduced motion [#42](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/42) ([4bcbc38](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/4bcbc38d388e7cd4db581efb0523d747c79125d8))
|
|
294
|
-
|
|
295
|
-
## [3.7.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.7.1...v3.7.2) (2021-10-21)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* **fineprint:** add missed color spec [#109](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/109) ([5dce17e](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/5dce17e3720064967743f8bdf4379e7ab58fd589))
|
|
301
|
-
|
|
302
|
-
## [3.7.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.7.0...v3.7.1) (2021-10-15)
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
* add \!important flag to address margin specificity [#107](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/107) ([7f7e023](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7f7e023cbbf8e1eb9a3db45f63d64104b35d7b3b))
|
|
308
|
-
|
|
309
|
-
# [3.7.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.6.3...v3.7.0) (2021-10-12)
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
### Bug Fixes
|
|
313
|
-
|
|
314
|
-
* **sass:** update to dart sass [#47](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/47) ([72c97a8](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/72c97a8ca35e864dd3fdbfb52e43eae1568ce8fe))
|
|
315
|
-
* **styles:** correct selector based on review ([786e583](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/786e583461eb253c641e9c26d02ab2c5dda8754d))
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Features
|
|
319
|
-
|
|
320
|
-
* **fineprint:** add new auro_fineprint class ([0b1c35e](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/0b1c35e4490fe7d695de18b9099dabfe78632a1b))
|
|
321
|
-
* **web fonts:** include all 3 ASCircular font families [#99](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/99) ([7cbbe2b](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7cbbe2b6910d9adf58e38f8e0aa4e39c2881052d))
|
|
322
|
-
|
|
323
|
-
## [3.6.3](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.6.2...v3.6.3) (2021-08-27)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Bug Fixes
|
|
327
|
-
|
|
328
|
-
* **demo css:** add missed code selector for ce demo pages ([2ba2149](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/2ba2149f09f85a31bb5399bfbe61d2ea33492042))
|
|
329
|
-
|
|
330
|
-
## [3.6.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.6.1...v3.6.2) (2021-08-12)
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
### Bug Fixes
|
|
334
|
-
|
|
335
|
-
* **demo css:** remove page wrapper styles from demo styles ([5865731](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/5865731b7c451a65584ee18ee31b4ae79dd7b221))
|
|
336
|
-
|
|
337
|
-
## [3.6.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.6.0...v3.6.1) (2021-08-10)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Bug Fixes
|
|
341
|
-
|
|
342
|
-
* **build:** include build of buildDemoCss into pipeline ([c544d6c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/c544d6c82e77df972a7811f5ce19a4f875519d3d))
|
|
343
|
-
|
|
344
|
-
# [3.6.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.5.1...v3.6.0) (2021-08-10)
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
### Bug Fixes
|
|
348
|
-
|
|
349
|
-
* remove sassdoc from precommit [#83](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/83) ([a400560](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/a40056087405d0313c3a22a63316b2c21b565b1b))
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
### Features
|
|
353
|
-
|
|
354
|
-
* create standard demo page Sass file ([8783d0e](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/8783d0e4b860a7dcd83e93a31de000ee8d2ae7f4))
|
|
355
|
-
|
|
356
|
-
## [3.5.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.5.0...v3.5.1) (2021-08-07)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### Bug Fixes
|
|
360
|
-
|
|
361
|
-
* **build:** add automated index file to semantic-release merge back process ([66d9a7c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/66d9a7c52c3d5a0371fda5b7ddde43807ad0e61e))
|
|
362
|
-
|
|
363
|
-
# [3.5.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.4.0...v3.5.0) (2021-08-07)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
### Features
|
|
367
|
-
|
|
368
|
-
* add support for blockquote base UI ([9c9f66d](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/9c9f66db9df6fa8459cd07197f68c9793953906e))
|
|
369
|
-
|
|
370
|
-
# [3.4.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.3.2...v3.4.0) (2021-05-20)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Features
|
|
374
|
-
|
|
375
|
-
* add support for font-variant-ligatures to essentials file [#80](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/80) ([916c3a7](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/916c3a746e637a2346d808365c40456b077e287c))
|
|
376
|
-
|
|
377
|
-
## [3.3.2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.3.1...v3.3.2) (2021-05-13)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Bug Fixes
|
|
381
|
-
|
|
382
|
-
* remove comment that was throwing code error ([ed41312](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/ed41312411100f521cb69a41a0533dd8e6de6e51))
|
|
383
|
-
|
|
384
|
-
## [3.3.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.3.0...v3.3.1) (2021-05-13)
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### Bug Fixes
|
|
388
|
-
|
|
389
|
-
* update readme and triggers patch release per style updates ([c0608b2](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/c0608b23a7dffa4e8652f7c5fa9bc1decc8ff7a9))
|
|
390
|
-
|
|
391
|
-
# [3.3.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.2.0...v3.3.0) (2021-05-10)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Features
|
|
395
|
-
|
|
396
|
-
* default support for :focus-visible [#74](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/74) ([7806525](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7806525920c8dbc46c92e842417075b1c8613fab))
|
|
397
|
-
* update to support pseudo-class focus-visible ([dcc9c1c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/dcc9c1c8c94893bef899feb63b296ddcfb150e40))
|
|
398
|
-
|
|
399
|
-
# [3.2.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.1.0...v3.2.0) (2021-03-05)
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
### Features
|
|
403
|
-
|
|
404
|
-
* only remove focus styles when focus-visible ([0c56e56](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/0c56e560372559264ed26cd3f20c7519410608aa))
|
|
405
|
-
* remove -moz pseudo-elements ([45e0755](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/45e07557034d88a6cd9b0cf5e97424a8157facc2))
|
|
406
|
-
|
|
407
|
-
# [3.1.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v3.0.0...v3.1.0) (2021-02-26)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
### Features
|
|
411
|
-
|
|
412
|
-
* add support for picture > img opinion ([90b04b7](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/90b04b7f390d1f9f8a288b034c5dbd399c12a666))
|
|
413
|
-
|
|
414
|
-
# [3.0.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v2.12.2...v3.0.0) (2020-11-14)
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
* add margin opinion on body selector ([19a1f42](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/19a1f4277dbe279f817a728c5c7098cbca786fa3))
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Performance Improvements
|
|
423
|
-
|
|
424
|
-
* remove additional deprecated selectors ([ed9c719](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/ed9c719a279fb1ff89c47d490274811dbfdf439b))
|
|
425
|
-
* remove deprecated selectors ([440e86b](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/440e86b91ba0c454372a3eb96a1f0d394bb724cd))
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### BREAKING CHANGES
|
|
429
|
-
|
|
430
|
-
* This commit removes additional selectors that were marked as deprecated
|
|
431
|
-
* This update will remove all legacy Orion selectors
|
|
432
|
-
|
|
433
|
-
## [2.12.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.12.1...v2.12.2) (2020-11-11)
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
### Bug Fixes
|
|
437
|
-
|
|
438
|
-
* show focus outline for High-Contrast Mode ([3482525](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/34825254f8547cc024ba470de957a3c8586a8122))
|
|
439
|
-
|
|
440
|
-
## [2.12.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.12.0...v2.12.1) (2020-09-23)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Bug Fixes
|
|
444
|
-
|
|
445
|
-
* update JSDoc syntax to remove internal method from rendered docs ([8ecce4d](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8ecce4d46b81ff6907852812360a1e698f4d2982))
|
|
446
|
-
|
|
447
|
-
# [2.12.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.11.0...v2.12.0) (2020-08-25)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### Bug Fixes
|
|
451
|
-
|
|
452
|
-
* travis script ([99c9234](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/99c9234874a8be39f7d6f4220e257130117e1e44))
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
### Features
|
|
456
|
-
|
|
457
|
-
* add support for remove auroElement dependency ([96e70bc](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/96e70bca824bfed94d0526d6bf39b9afb60168ad))
|
|
458
|
-
|
|
459
|
-
# [2.11.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.10.3...v2.11.0) (2020-08-24)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### Features
|
|
463
|
-
|
|
464
|
-
* add new type properties feature ([21addd5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/21addd5580159be354160e377d608dc5d208111d))
|
|
465
|
-
|
|
466
|
-
## [2.10.3](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.10.2...v2.10.3) (2020-07-23)
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
### Bug Fixes
|
|
470
|
-
|
|
471
|
-
* [#53](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/53) address misssing utility classes from api doc ([58fb3bf](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/58fb3bf440abcb727a89038dba00e304daf93f85))
|
|
472
|
-
|
|
473
|
-
## [2.10.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.10.1...v2.10.2) (2020-07-08)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Bug Fixes
|
|
477
|
-
|
|
478
|
-
* update utility-font [@if](https://github.com/if) wrapper ([8fb809d](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8fb809d3db9dbcaac596dc0dbfc249fdccf01c27))
|
|
479
|
-
|
|
480
|
-
## [2.10.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.10.0...v2.10.1) (2020-07-01)
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
### Bug Fixes
|
|
484
|
-
|
|
485
|
-
* add additional checks for versions of tokens ([8d9bfaa](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8d9bfaa71bf55fdd44b4e61d1f4db6aa25758df8))
|
|
486
|
-
|
|
487
|
-
# [2.10.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.5...v2.10.0) (2020-06-13)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Features
|
|
491
|
-
|
|
492
|
-
* update roleButton mixin to mod display type ([c09fb05](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/c09fb0530324ddd045bcb0ea57050bbf9671a006))
|
|
493
|
-
|
|
494
|
-
## [2.9.5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.4...v2.9.5) (2020-06-03)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### Bug Fixes
|
|
498
|
-
|
|
499
|
-
* add support for auro_table component support ([1e29a8d](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/1e29a8d6b96c003c37ef52b84c227b64860cd5de))
|
|
500
|
-
|
|
501
|
-
## [2.9.4](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.3...v2.9.4) (2020-05-19)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Bug Fixes
|
|
505
|
-
|
|
506
|
-
* [#47](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/47) Unsafe removal of focus outline ([607cc1b](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/607cc1b383b0473c7f99084a56617d737f50f097))
|
|
507
|
-
* typography layout [#46](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/46) ([37b4989](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/37b49893485c02cde711efa871dfac3a108f5810))
|
|
508
|
-
|
|
509
|
-
## [2.9.3](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.2...v2.9.3) (2020-05-08)
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
* update short URL in deprecated feedback ([4261ec9](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/4261ec923ad302b98b7d51e9c77e315221f097b6))
|
|
515
|
-
|
|
516
|
-
## [2.9.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.1...v2.9.2) (2020-04-30)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
* padding issue with auro-hyperlink default style ([246d44f](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/246d44f4e014c45dacd88f645332856738f0f436))
|
|
522
|
-
|
|
523
|
-
## [2.9.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.9.0...v2.9.1) (2020-04-14)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
### Bug Fixes
|
|
527
|
-
|
|
528
|
-
* add support for legacy baseline CSS ([c017a59](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/c017a59f7a80f974a4a6ce816077e466ad778de5))
|
|
529
|
-
|
|
530
|
-
# [2.9.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.14...v2.9.0) (2020-04-10)
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
### Features
|
|
534
|
-
|
|
535
|
-
* add support for CDN pre-processed resources ([cd00dcd](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/cd00dcd74434ab038193a2638dbf4e413db686ba))
|
|
536
|
-
|
|
537
|
-
## [2.8.14](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.13...v2.8.14) (2020-04-01)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
### Bug Fixes
|
|
541
|
-
|
|
542
|
-
* [#41](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/41) address a11y for reduced-motion ([20456dd](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/20456dd))
|
|
543
|
-
|
|
544
|
-
## [2.8.13](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.12...v2.8.13) (2020-03-24)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### Bug Fixes
|
|
548
|
-
|
|
549
|
-
* [#37](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/37) address deprecation issues ([4885844](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/4885844))
|
|
550
|
-
|
|
551
|
-
## [2.8.12](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.11...v2.8.12) (2020-02-28)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Bug Fixes
|
|
555
|
-
|
|
556
|
-
* [#35](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/35) address case when deprecated variables are requested ([009ceb5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/009ceb5))
|
|
557
|
-
|
|
558
|
-
## [2.8.11](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.10...v2.8.11) (2020-02-28)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### Bug Fixes
|
|
562
|
-
|
|
563
|
-
* [#33](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/33) incorrect reference to deprecated mixin ([00d2c23](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/00d2c23))
|
|
564
|
-
|
|
565
|
-
## [2.8.10](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.9...v2.8.10) (2020-02-04)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### Bug Fixes
|
|
569
|
-
|
|
570
|
-
* move deprecation notices from output CSS to CLI ([8ee6330](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8ee6330))
|
|
571
|
-
|
|
572
|
-
## [2.8.9](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.8...v2.8.9) (2020-01-31)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Bug Fixes
|
|
576
|
-
|
|
577
|
-
* update tokens package ([8e5ed42](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8e5ed42))
|
|
578
|
-
|
|
579
|
-
## [2.8.8](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.7...v2.8.8) (2020-01-24)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* address support for postinstall commo ([9521137](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/9521137))
|
|
585
|
-
|
|
586
|
-
## [2.8.7](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.6...v2.8.7) (2020-01-23)
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
* address issue with auro hyperlink ([384942f](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/384942f))
|
|
592
|
-
|
|
593
|
-
## [2.8.6](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.5...v2.8.6) (2020-01-23)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* style update to auro button mixin ([3e50985](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/3e50985))
|
|
599
|
-
|
|
600
|
-
## [2.8.5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.4...v2.8.5) (2020-01-17)
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
### Bug Fixes
|
|
604
|
-
|
|
605
|
-
* update default type line-heights ([e08a5ee](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e08a5ee))
|
|
606
|
-
|
|
607
|
-
## [2.8.4](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.3...v2.8.4) (2020-01-16)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
* update default type line-heights ([fb91fe3](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/fb91fe3))
|
|
613
|
-
|
|
614
|
-
## [2.8.3](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.2...v2.8.3) (2020-01-09)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Bug Fixes
|
|
618
|
-
|
|
619
|
-
* update hyperlink to support focus-visible ([2f008a5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/2f008a5))
|
|
620
|
-
|
|
621
|
-
## [2.8.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.1...v2.8.2) (2020-01-08)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
### Bug Fixes
|
|
625
|
-
|
|
626
|
-
* address variable use in inset mixin ([aa138e4](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/aa138e4))
|
|
627
|
-
|
|
628
|
-
## [2.8.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.8.0...v2.8.1) (2020-01-08)
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
### Bug Fixes
|
|
632
|
-
|
|
633
|
-
* address missing typography styles ([0727723](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/0727723))
|
|
634
|
-
|
|
635
|
-
# [2.8.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.7.2...v2.8.0) (2020-01-07)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
### Features
|
|
639
|
-
|
|
640
|
-
* add scope and prefix options to selector ([fa7b1b2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/fa7b1b2)), closes [#22](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/22) [#21](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/21)
|
|
641
|
-
|
|
642
|
-
## [2.7.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.7.1...v2.7.2) (2019-12-19)
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
### Bug Fixes
|
|
646
|
-
|
|
647
|
-
* resolve issue [#20](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/issues/20) ([0c56610](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/0c56610))
|
|
648
|
-
|
|
649
|
-
## [2.7.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.7.0...v2.7.1) (2019-11-13)
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
### Bug Fixes
|
|
653
|
-
|
|
654
|
-
* update baseline img to max-width ([9a75f02](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/9a75f02))
|
|
655
|
-
|
|
656
|
-
# [2.7.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.14...v2.7.0) (2019-11-13)
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
### Features
|
|
660
|
-
|
|
661
|
-
* update to default image property ([e13a261](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e13a261))
|
|
662
|
-
|
|
663
|
-
## [2.6.14](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.13...v2.6.14) (2019-11-12)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
* update default img value; create new responsive img selector ([4e7c69b](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/4e7c69b))
|
|
669
|
-
|
|
670
|
-
## [2.6.13](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.12...v2.6.13) (2019-10-14)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Bug Fixes
|
|
674
|
-
|
|
675
|
-
* update html selector to remove size-adjust feature ([4c3fb30](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/4c3fb30))
|
|
676
|
-
|
|
677
|
-
## [2.6.12](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.11...v2.6.12) (2019-10-11)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### Bug Fixes
|
|
681
|
-
|
|
682
|
-
* update to support button 3.0 updates ([e10ac23](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e10ac23))
|
|
683
|
-
|
|
684
|
-
## [2.6.11](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.10...v2.6.11) (2019-09-23)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* address bug between heading--xl and util_type--xl ([8193f2e](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/8193f2e))
|
|
690
|
-
|
|
691
|
-
## [2.6.10](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.9...v2.6.10) (2019-09-20)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
* address incorrect selector property ([e671222](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e671222))
|
|
697
|
-
|
|
698
|
-
## [2.6.9](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.8...v2.6.9) (2019-09-12)
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
### Bug Fixes
|
|
702
|
-
|
|
703
|
-
* address line-height issue with role=button use ([90a02ec](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/90a02ec))
|
|
704
|
-
|
|
705
|
-
## [2.6.8](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.7...v2.6.8) (2019-09-12)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
* update button a11y state ([9b913ff](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/9b913ff))
|
|
711
|
-
|
|
712
|
-
## [2.6.7](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.6...v2.6.7) (2019-09-03)
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Bug Fixes
|
|
716
|
-
|
|
717
|
-
* update incorrect property ([3ec2378](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/3ec2378))
|
|
718
|
-
|
|
719
|
-
## [2.6.6](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.5...v2.6.6) (2019-09-03)
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
### Bug Fixes
|
|
723
|
-
|
|
724
|
-
* add utility classes padding top, left, right and left to none ([e2334b5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e2334b5))
|
|
725
|
-
|
|
726
|
-
## [2.6.5](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.4...v2.6.5) (2019-09-03)
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
* update layout utility classes to have margin left and right 0 options ([b2bb3cb](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/b2bb3cb))
|
|
732
|
-
|
|
733
|
-
## [2.6.4](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.3...v2.6.4) (2019-08-23)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Bug Fixes
|
|
737
|
-
|
|
738
|
-
* update baseline.scss to remove default body margin ([6f1c082](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/6f1c082))
|
|
739
|
-
|
|
740
|
-
## [2.6.3](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.2...v2.6.3) (2019-08-01)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Bug Fixes
|
|
744
|
-
|
|
745
|
-
* remove unnecessary IE 10 support from normalize ([88b9b56](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/88b9b56))
|
|
746
|
-
|
|
747
|
-
## [2.6.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.1...v2.6.2) (2019-07-11)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Bug Fixes
|
|
751
|
-
|
|
752
|
-
* update breakpoint interaction with tablist UI ([e56ae5e](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e56ae5e))
|
|
753
|
-
|
|
754
|
-
## [2.6.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.6.0...v2.6.1) (2019-07-11)
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
### Bug Fixes
|
|
758
|
-
|
|
759
|
-
* update role=tab shape ([e50ed65](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/e50ed65))
|
|
760
|
-
|
|
761
|
-
# [2.6.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.5.2...v2.6.0) (2019-07-09)
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
### Features
|
|
765
|
-
|
|
766
|
-
* add font-weight book lib ([a4426fc](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/a4426fc))
|
|
767
|
-
|
|
768
|
-
## [2.5.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.5.1...v2.5.2) (2019-07-08)
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
### Bug Fixes
|
|
772
|
-
|
|
773
|
-
* update baseline to remove obsolete utility header selector ([ea7aaef](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/ea7aaef))
|
|
774
|
-
* update unset to inherit for legacy browser support ([89fbb8d](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/89fbb8d))
|
|
775
|
-
|
|
776
|
-
## [2.5.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.5.0...v2.5.1) (2019-07-08)
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
### Bug Fixes
|
|
780
|
-
|
|
781
|
-
* update responsive order in ods-containedButtons ([d675da7](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/d675da7))
|
|
782
|
-
|
|
783
|
-
# [2.5.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.4.2...v2.5.0) (2019-07-04)
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
### Features
|
|
787
|
-
|
|
788
|
-
* add support for contained button ui ([d5a4efc](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/d5a4efc))
|
|
789
|
-
|
|
790
|
-
## [2.4.2](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.4.1...v2.4.2) (2019-06-25)
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
### Bug Fixes
|
|
794
|
-
|
|
795
|
-
* broken sass reference ([6125aec](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/6125aec))
|
|
796
|
-
|
|
797
|
-
## [2.4.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.4.0...v2.4.1) (2019-06-25)
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
### Bug Fixes
|
|
801
|
-
|
|
802
|
-
* correct issue with box-sizing value ([2ec0657](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/2ec0657))
|
|
803
|
-
|
|
804
|
-
# [2.4.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.3.0...v2.4.0) (2019-06-24)
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
### Features
|
|
808
|
-
|
|
809
|
-
* address support for button a11y ([adeea98](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/adeea98))
|
|
810
|
-
|
|
811
|
-
# [2.3.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.2.1...v2.3.0) (2019-06-14)
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
### Features
|
|
815
|
-
|
|
816
|
-
* add support for tablist component ([f13ae0c](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/f13ae0c))
|
|
817
|
-
|
|
818
|
-
## [2.2.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.2.0...v2.2.1) (2019-06-14)
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
### Bug Fixes
|
|
822
|
-
|
|
823
|
-
* address missed work with hyperlink darktheme ([9a050fc](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/9a050fc))
|
|
824
|
-
|
|
825
|
-
# [2.2.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.1.1...v2.2.0) (2019-06-14)
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
### Features
|
|
829
|
-
|
|
830
|
-
* update support for hyperlink component; update semantic release ([4daab88](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/4daab88))
|
|
831
|
-
|
|
832
|
-
## [2.1.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.1.0...v2.1.1) (2019-06-14)
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
### Bug Fixes
|
|
836
|
-
|
|
837
|
-
* update package lock ([55adc66](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/55adc66))
|
|
838
|
-
|
|
839
|
-
# [2.1.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v2.0.0...v2.1.0) (2019-06-07)
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
### Features
|
|
843
|
-
|
|
844
|
-
* refactor support focus-visible state ([15066f6](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/15066f6))
|
|
845
|
-
|
|
846
|
-
# [2.0.0](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v1.1.1...v2.0.0) (2019-05-23)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Performance Improvements
|
|
850
|
-
|
|
851
|
-
* **semantic-release:** resource files moved to dist/ dir ([f72de86](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/f72de86))
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
### BREAKING CHANGES
|
|
855
|
-
|
|
856
|
-
* **semantic-release:** Moving to semantic-release meant updating build and publish process, so all useable assets are now in dist/ dir whereas they were previously at the root level of the dir
|
|
857
|
-
|
|
858
|
-
## [1.1.1](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/compare/v1.1.0...v1.1.1) (2019-05-22)
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
### Bug Fixes
|
|
862
|
-
|
|
863
|
-
* update semantic-release process ([0a9ae35](https://github.com/AlaskaAirlines/OrionWebCoreStyleSheets/commit/0a9ae35))
|