@aurodesignsystem/auro-formkit 2.0.0-beta.5 → 2.0.0-beta.51
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 +522 -0
- package/NOTICE +2 -0
- package/README.md +83 -15
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
- package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → bibtemplate/dist/headerVersion.d.ts} +0 -1
- package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
- package/components/bibtemplate/dist/index.d.ts +2 -0
- package/components/bibtemplate/dist/index.js +790 -0
- package/components/bibtemplate/dist/registered.js +790 -0
- package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
- package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
- package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
- package/components/checkbox/README.md +27 -35
- package/components/checkbox/demo/api.md +67 -68
- package/components/checkbox/demo/api.min.js +498 -102
- package/components/checkbox/demo/index.html +49 -0
- package/components/checkbox/demo/index.md +62 -62
- package/components/checkbox/demo/index.min.js +498 -102
- package/components/checkbox/dist/auro-checkbox-group.d.ts +45 -18
- package/components/checkbox/dist/auro-checkbox.d.ts +19 -7
- package/components/checkbox/dist/helptextVersion.d.ts +2 -0
- package/components/checkbox/dist/index.d.ts +0 -1
- package/components/checkbox/dist/index.js +498 -105
- 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 +25 -28
- package/components/combobox/demo/api.js +1 -1
- package/components/combobox/demo/api.md +116 -32
- package/components/combobox/demo/api.min.js +8211 -3863
- package/components/combobox/demo/index.html +57 -0
- package/components/combobox/demo/index.js +1 -1
- package/components/combobox/demo/index.md +19 -3
- package/components/combobox/demo/index.min.js +8208 -3860
- package/components/combobox/dist/auro-combobox.d.ts +123 -76
- package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
- package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → combobox/dist/dropdownVersion.d.ts} +0 -1
- package/components/combobox/dist/index.d.ts +0 -1
- package/components/combobox/dist/index.js +7848 -3816
- package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
- package/components/combobox/dist/registered.js +12269 -0
- package/components/combobox/dist/styles/style-css.d.ts +0 -1
- package/components/counter/README.md +188 -0
- package/components/counter/demo/api.js +3 -2
- package/components/counter/demo/api.md +185 -1018
- package/components/counter/demo/api.min.js +6190 -40
- package/components/counter/demo/index.html +53 -0
- package/components/counter/demo/index.js +2 -1
- package/components/counter/demo/index.md +298 -0
- package/components/counter/demo/index.min.js +6187 -19
- package/components/counter/dist/auro-counter-button.d.ts +12 -0
- package/components/counter/dist/auro-counter-group.d.ts +168 -5
- package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
- package/components/counter/dist/auro-counter.d.ts +91 -1
- package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
- package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
- package/components/counter/dist/iconVersion.d.ts +2 -0
- package/components/counter/dist/index.d.ts +0 -1
- package/components/counter/dist/index.js +6158 -38
- package/components/counter/dist/registered.js +6231 -0
- package/components/counter/dist/styles/color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
- 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 +2 -0
- package/components/datepicker/README.md +25 -28
- package/components/datepicker/demo/api.js +3 -3
- package/components/datepicker/demo/api.md +219 -105
- package/components/datepicker/demo/api.min.js +6367 -2448
- package/components/datepicker/demo/index.html +57 -0
- package/components/datepicker/demo/index.md +7 -1
- package/components/datepicker/demo/index.min.js +6355 -2435
- 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 +41 -12
- 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 +6353 -2435
- package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
- package/components/datepicker/dist/popoverVersion.d.ts +0 -1
- package/components/datepicker/dist/registered.js +22466 -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 +19 -27
- package/components/dropdown/demo/api.js +1 -1
- package/components/dropdown/demo/api.md +43 -29
- package/components/dropdown/demo/api.min.js +525 -124
- package/components/dropdown/demo/index.html +53 -0
- package/components/dropdown/demo/index.js +0 -3
- package/components/dropdown/demo/index.min.js +525 -127
- package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
- package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
- package/components/dropdown/dist/dropdownVersion.d.ts +2 -0
- 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 +525 -126
- 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 +29 -35
- package/components/form/demo/api.js +1 -1
- package/components/form/demo/api.min.js +497 -25
- package/components/form/demo/index.html +48 -0
- package/components/form/demo/index.min.js +497 -25
- 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 +19 -29
- package/components/input/demo/api.md +152 -318
- package/components/input/demo/api.min.js +4214 -1780
- package/components/input/demo/index.html +41 -0
- package/components/input/demo/index.md +11 -61
- package/components/input/demo/index.min.js +4214 -1780
- 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 +4214 -1782
- package/components/input/dist/registered.js +6591 -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 +19 -27
- package/components/menu/demo/api.js +1 -1
- package/components/menu/demo/api.md +57 -20
- package/components/menu/demo/api.min.js +628 -314
- package/components/menu/demo/index.html +50 -0
- package/components/menu/demo/index.min.js +626 -312
- 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/menu/dist/dropdownVersion.d.ts +2 -0
- package/components/menu/dist/iconVersion.d.ts +0 -1
- package/components/menu/dist/index.d.ts +1 -1
- package/components/menu/dist/index.js +627 -316
- 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 +19 -27
- package/components/radio/demo/api.md +9 -8
- package/components/radio/demo/api.min.js +429 -75
- package/components/radio/demo/index.html +48 -0
- package/components/radio/demo/index.min.js +429 -75
- 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 +429 -78
- 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 +24 -43
- package/components/select/demo/api.js +1 -1
- package/components/select/demo/api.md +149 -32
- package/components/select/demo/api.min.js +2563 -749
- package/components/select/demo/index.html +49 -0
- package/components/select/demo/index.js +1 -1
- package/components/select/demo/index.md +21 -16
- package/components/select/demo/index.min.js +2570 -756
- 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 +1932 -434
- package/components/select/dist/registered.js +5425 -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 +138 -66
- package/packages/build-tools/src/postinstall.mjs +8 -0
- package/.husky/commit-msg +0 -4
- package/.husky/pre-commit +0 -3
- package/.turbo/cache/013a48308b893dac-meta.json +0 -1
- package/.turbo/cache/013a48308b893dac.tar.zst +0 -0
- package/.turbo/cache/02244170c798a2bd-meta.json +0 -1
- package/.turbo/cache/02244170c798a2bd.tar.zst +0 -0
- package/.turbo/cache/051ff97a20add0e2-meta.json +0 -1
- package/.turbo/cache/051ff97a20add0e2.tar.zst +0 -0
- package/.turbo/cache/07ca42419b9f050c-meta.json +0 -1
- package/.turbo/cache/07ca42419b9f050c.tar.zst +0 -0
- package/.turbo/cache/0cea4c1f34f3683b-meta.json +0 -1
- package/.turbo/cache/0cea4c1f34f3683b.tar.zst +0 -0
- package/.turbo/cache/0ea853339c064fa1-meta.json +0 -1
- package/.turbo/cache/0ea853339c064fa1.tar.zst +0 -0
- package/.turbo/cache/16658beec9f4a809-meta.json +0 -1
- package/.turbo/cache/16658beec9f4a809.tar.zst +0 -0
- package/.turbo/cache/17259cf94d8f8925-meta.json +0 -1
- package/.turbo/cache/17259cf94d8f8925.tar.zst +0 -0
- package/.turbo/cache/1b9818717e4bdf9f-meta.json +0 -1
- package/.turbo/cache/1b9818717e4bdf9f.tar.zst +0 -0
- package/.turbo/cache/1c0f580d37370ba2-meta.json +0 -1
- package/.turbo/cache/1c0f580d37370ba2.tar.zst +0 -0
- package/.turbo/cache/1c99a949ec63ab35-meta.json +0 -1
- package/.turbo/cache/1c99a949ec63ab35.tar.zst +0 -0
- package/.turbo/cache/1df4710eef8ed00d-meta.json +0 -1
- package/.turbo/cache/1df4710eef8ed00d.tar.zst +0 -0
- package/.turbo/cache/204b66d1b253e9cc-meta.json +0 -1
- package/.turbo/cache/204b66d1b253e9cc.tar.zst +0 -0
- package/.turbo/cache/257a7a26ea72dbc5-meta.json +0 -1
- package/.turbo/cache/257a7a26ea72dbc5.tar.zst +0 -0
- package/.turbo/cache/2a5d0939d6fc1052-meta.json +0 -1
- package/.turbo/cache/2a5d0939d6fc1052.tar.zst +0 -0
- package/.turbo/cache/2e3b829fcf75c836-meta.json +0 -1
- package/.turbo/cache/2e3b829fcf75c836.tar.zst +0 -0
- package/.turbo/cache/3bf45120d0cc9bd8-meta.json +0 -1
- package/.turbo/cache/3bf45120d0cc9bd8.tar.zst +0 -0
- package/.turbo/cache/3d380d0d40404cac-meta.json +0 -1
- package/.turbo/cache/3d380d0d40404cac.tar.zst +0 -0
- package/.turbo/cache/3e12285c614db539-meta.json +0 -1
- package/.turbo/cache/3e12285c614db539.tar.zst +0 -0
- package/.turbo/cache/45035bf5c4147ccd-meta.json +0 -1
- package/.turbo/cache/45035bf5c4147ccd.tar.zst +0 -0
- package/.turbo/cache/5bf2d3f7ba5891e0-meta.json +0 -1
- package/.turbo/cache/5bf2d3f7ba5891e0.tar.zst +0 -0
- package/.turbo/cache/5f304c0f37ef25f3-meta.json +0 -1
- package/.turbo/cache/5f304c0f37ef25f3.tar.zst +0 -0
- package/.turbo/cache/64de7a53e02db647-meta.json +0 -1
- package/.turbo/cache/64de7a53e02db647.tar.zst +0 -0
- package/.turbo/cache/68e5c7af799e011d-meta.json +0 -1
- package/.turbo/cache/68e5c7af799e011d.tar.zst +0 -0
- package/.turbo/cache/691a74627ec57993-meta.json +0 -1
- package/.turbo/cache/691a74627ec57993.tar.zst +0 -0
- package/.turbo/cache/6dd67d179191bda8-meta.json +0 -1
- package/.turbo/cache/6dd67d179191bda8.tar.zst +0 -0
- package/.turbo/cache/6dd7058e6703cb35-meta.json +0 -1
- package/.turbo/cache/6dd7058e6703cb35.tar.zst +0 -0
- package/.turbo/cache/73e9073a5274616d-meta.json +0 -1
- package/.turbo/cache/73e9073a5274616d.tar.zst +0 -0
- package/.turbo/cache/773edc0f83c8c5a5-meta.json +0 -1
- package/.turbo/cache/773edc0f83c8c5a5.tar.zst +0 -0
- package/.turbo/cache/786a822763403879-meta.json +0 -1
- package/.turbo/cache/786a822763403879.tar.zst +0 -0
- package/.turbo/cache/7e1043cffa69f327-meta.json +0 -1
- package/.turbo/cache/7e1043cffa69f327.tar.zst +0 -0
- package/.turbo/cache/7ffd501e81790676-meta.json +0 -1
- package/.turbo/cache/7ffd501e81790676.tar.zst +0 -0
- package/.turbo/cache/80a13352066a9801-meta.json +0 -1
- package/.turbo/cache/80a13352066a9801.tar.zst +0 -0
- package/.turbo/cache/80b5d974184a01df-meta.json +0 -1
- package/.turbo/cache/80b5d974184a01df.tar.zst +0 -0
- package/.turbo/cache/8954c6073396fadd-meta.json +0 -1
- package/.turbo/cache/8954c6073396fadd.tar.zst +0 -0
- package/.turbo/cache/8e79bd5c3a16a72e-meta.json +0 -1
- package/.turbo/cache/8e79bd5c3a16a72e.tar.zst +0 -0
- package/.turbo/cache/8e9ebc3df0e18de0-meta.json +0 -1
- package/.turbo/cache/8e9ebc3df0e18de0.tar.zst +0 -0
- package/.turbo/cache/92daa6d7c389d548-meta.json +0 -1
- package/.turbo/cache/92daa6d7c389d548.tar.zst +0 -0
- package/.turbo/cache/973d0eea26083f4b-meta.json +0 -1
- package/.turbo/cache/973d0eea26083f4b.tar.zst +0 -0
- package/.turbo/cache/9c6ad42729c7b2d8-meta.json +0 -1
- package/.turbo/cache/9c6ad42729c7b2d8.tar.zst +0 -0
- package/.turbo/cache/a77bc920ea508bb8-meta.json +0 -1
- package/.turbo/cache/a77bc920ea508bb8.tar.zst +0 -0
- package/.turbo/cache/a9a9d012c83882d8-meta.json +0 -1
- package/.turbo/cache/a9a9d012c83882d8.tar.zst +0 -0
- package/.turbo/cache/b4c851d4bebf3b47-meta.json +0 -1
- package/.turbo/cache/b4c851d4bebf3b47.tar.zst +0 -0
- package/.turbo/cache/ba4418918621fbcd-meta.json +0 -1
- package/.turbo/cache/ba4418918621fbcd.tar.zst +0 -0
- package/.turbo/cache/be7c23c37b8ec74b-meta.json +0 -1
- package/.turbo/cache/be7c23c37b8ec74b.tar.zst +0 -0
- package/.turbo/cache/bffc7582905c2a5e-meta.json +0 -1
- package/.turbo/cache/bffc7582905c2a5e.tar.zst +0 -0
- package/.turbo/cache/caa0b4ac8d2a04dd-meta.json +0 -1
- package/.turbo/cache/caa0b4ac8d2a04dd.tar.zst +0 -0
- package/.turbo/cache/cc81de9c0b452a7c-meta.json +0 -1
- package/.turbo/cache/cc81de9c0b452a7c.tar.zst +0 -0
- package/.turbo/cache/d572ebb3c833e8f4-meta.json +0 -1
- package/.turbo/cache/d572ebb3c833e8f4.tar.zst +0 -0
- package/.turbo/cache/d61543843c932504-meta.json +0 -1
- package/.turbo/cache/d61543843c932504.tar.zst +0 -0
- package/.turbo/cache/dad1301ac69bcb85-meta.json +0 -1
- package/.turbo/cache/dad1301ac69bcb85.tar.zst +0 -0
- package/.turbo/cache/db361cb6578dca84-meta.json +0 -1
- package/.turbo/cache/db361cb6578dca84.tar.zst +0 -0
- package/.turbo/cache/dea5945f55c6aba5-meta.json +0 -1
- package/.turbo/cache/dea5945f55c6aba5.tar.zst +0 -0
- package/.turbo/cache/dfe1f17e7fce890d-meta.json +0 -1
- package/.turbo/cache/dfe1f17e7fce890d.tar.zst +0 -0
- package/.turbo/cache/e3a224a17cf55bdb-meta.json +0 -1
- package/.turbo/cache/e3a224a17cf55bdb.tar.zst +0 -0
- package/.turbo/cache/e992dab20aeefbaf-meta.json +0 -1
- package/.turbo/cache/e992dab20aeefbaf.tar.zst +0 -0
- package/.turbo/cache/f3ff9040a2196834-meta.json +0 -1
- package/.turbo/cache/f3ff9040a2196834.tar.zst +0 -0
- package/.turbo/cache/fc57c17867dcac3d-meta.json +0 -1
- package/.turbo/cache/fc57c17867dcac3d.tar.zst +0 -0
- 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 -185
- package/components/checkbox/.turbo/turbo-bundler.log +0 -13
- package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -5
- 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 -331
- package/components/checkbox/src/auro-checkbox.js +0 -193
- 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.log +0 -163
- package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -5
- package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
- 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/chalk/package.json +0 -83
- package/components/combobox/node_modules/chalk/readme.md +0 -325
- package/components/combobox/node_modules/chalk/source/index.d.ts +0 -320
- 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 -30
- 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 -724
- 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 -66
- package/components/counter/.turbo/turbo-build.log +0 -87
- package/components/counter/.turbo/turbo-bundler.log +0 -13
- package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -5
- package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
- package/components/counter/.turbo/turbo-types.log +0 -4
- 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/index.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/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 -50
- package/components/counter/src/auro-counter-group.js +0 -48
- package/components/counter/src/auro-counter.js +0 -29
- package/components/counter/src/index.js +0 -8
- package/components/counter/src/styles/counter-group-css.js +0 -2
- package/components/counter/src/styles/counter-group.css +0 -4
- package/components/counter/src/styles/counter-group.scss +0 -17
- package/components/counter/src/styles/style-css.js +0 -2
- package/components/counter/src/styles/style.css +0 -4
- package/components/counter/src/styles/style.scss +0 -17
- package/components/datepicker/.stylelintrc.json +0 -3
- package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
- package/components/datepicker/.turbo/turbo-build.log +0 -493
- package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -5
- package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
- 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 -1002
- 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 -206
- package/components/dropdown/.turbo/turbo-bundler.log +0 -13
- package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -5
- 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 -113
- package/components/form/.turbo/turbo-bundler.log +0 -13
- package/components/form/.turbo/turbo-postCss$colon$component.log +0 -5
- 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 -353
- package/components/input/.turbo/turbo-bundler.log +0 -13
- package/components/input/.turbo/turbo-postCss$colon$component.log +0 -5
- 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 -184
- package/components/menu/.turbo/turbo-bundler.log +0 -13
- package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -5
- 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 -216
- package/components/radio/.turbo/turbo-bundler.log +0 -13
- package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -5
- 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.log +0 -241
- package/components/select/.turbo/turbo-postCss$colon$component.log +0 -5
- package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
- 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 -104
- 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 -259
- package/packages/typescript/base.json +0 -19
- package/packages/typescript/package.json +0 -20
- package/turbo.json +0 -100
|
@@ -1,493 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @auro-formkit/auro-datepicker@3.2.0 build
|
|
3
|
-
> run-s build:version build:sass bundler build:docs types
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> @auro-formkit/auro-datepicker@3.2.0 build:version
|
|
7
|
-
> node ./src/scripts/version.mjs
|
|
8
|
-
|
|
9
|
-
Found package.json at: /home/runner/work/auro-formkit/auro-formkit/node_modules/@aurodesignsystem/auro-popover/package.json
|
|
10
|
-
Writing version file to: ./src/popoverVersion.js
|
|
11
|
-
Successfully wrote version file for @aurodesignsystem/auro-popover
|
|
12
|
-
Found package.json at: /home/runner/work/auro-formkit/auro-formkit/node_modules/@auro-formkit/auro-dropdown/package.json
|
|
13
|
-
Writing version file to: ./src/formkit/auro-dropdownVersion.js
|
|
14
|
-
Successfully wrote version file for @auro-formkit/auro-dropdown
|
|
15
|
-
Found package.json at: /home/runner/work/auro-formkit/auro-formkit/node_modules/@auro-formkit/auro-input/package.json
|
|
16
|
-
Writing version file to: ./src/formkit/auro-inputVersion.js
|
|
17
|
-
Successfully wrote version file for @auro-formkit/auro-input
|
|
18
|
-
|
|
19
|
-
> @auro-formkit/auro-datepicker@3.2.0 build:sass
|
|
20
|
-
> sass --no-source-map --load-path=../../node_modules "./src/styles/:./src/styles/"
|
|
21
|
-
|
|
22
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
23
|
-
|
|
24
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
25
|
-
|
|
26
|
-
╷
|
|
27
|
-
6 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
28
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
29
|
-
╵
|
|
30
|
-
src/styles/color-calendar.scss 6:9 root stylesheet
|
|
31
|
-
|
|
32
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
33
|
-
|
|
34
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
35
|
-
|
|
36
|
-
╷
|
|
37
|
-
7 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
38
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
39
|
-
╵
|
|
40
|
-
src/styles/color-calendar.scss 7:9 root stylesheet
|
|
41
|
-
|
|
42
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
43
|
-
|
|
44
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
45
|
-
|
|
46
|
-
╷
|
|
47
|
-
6 │ @import './libSupport/deprecated';
|
|
48
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
49
|
-
╵
|
|
50
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
51
|
-
src/styles/color-calendar.scss 7:9 root stylesheet
|
|
52
|
-
|
|
53
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
54
|
-
|
|
55
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
56
|
-
|
|
57
|
-
╷
|
|
58
|
-
8 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
59
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
60
|
-
╵
|
|
61
|
-
src/styles/color-cell.scss 8:9 root stylesheet
|
|
62
|
-
|
|
63
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
64
|
-
|
|
65
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
66
|
-
|
|
67
|
-
╷
|
|
68
|
-
9 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
69
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
70
|
-
╵
|
|
71
|
-
src/styles/color-cell.scss 9:9 root stylesheet
|
|
72
|
-
|
|
73
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
74
|
-
|
|
75
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
76
|
-
|
|
77
|
-
╷
|
|
78
|
-
6 │ @import './libSupport/deprecated';
|
|
79
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
80
|
-
╵
|
|
81
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
82
|
-
src/styles/color-cell.scss 8:9 root stylesheet
|
|
83
|
-
|
|
84
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
85
|
-
|
|
86
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
87
|
-
|
|
88
|
-
╷
|
|
89
|
-
7 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
90
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
91
|
-
╵
|
|
92
|
-
src/styles/color-month.scss 7:9 root stylesheet
|
|
93
|
-
|
|
94
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
95
|
-
|
|
96
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
97
|
-
|
|
98
|
-
╷
|
|
99
|
-
9 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
100
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
101
|
-
╵
|
|
102
|
-
src/styles/color-month.scss 9:9 root stylesheet
|
|
103
|
-
|
|
104
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
105
|
-
|
|
106
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
107
|
-
|
|
108
|
-
╷
|
|
109
|
-
10 │ @import '@aurodesignsystem/webcorestylesheets/src/core';
|
|
110
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
111
|
-
╵
|
|
112
|
-
src/styles/color-month.scss 10:9 root stylesheet
|
|
113
|
-
|
|
114
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
115
|
-
|
|
116
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
117
|
-
|
|
118
|
-
╷
|
|
119
|
-
6 │ @import './libSupport/deprecated';
|
|
120
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
121
|
-
╵
|
|
122
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
123
|
-
src/styles/color-month.scss 9:9 root stylesheet
|
|
124
|
-
|
|
125
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
126
|
-
|
|
127
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
128
|
-
|
|
129
|
-
╷
|
|
130
|
-
5 │ @import 'libSupport/manageScope';
|
|
131
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
132
|
-
╵
|
|
133
|
-
@aurodesignsystem/webcorestylesheets/src/_core.scss 5:9 @import
|
|
134
|
-
src/styles/color-month.scss 10:9 root stylesheet
|
|
135
|
-
|
|
136
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
137
|
-
|
|
138
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
139
|
-
|
|
140
|
-
╷
|
|
141
|
-
6 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
142
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
143
|
-
╵
|
|
144
|
-
src/styles/color.scss 6:9 root stylesheet
|
|
145
|
-
|
|
146
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
147
|
-
|
|
148
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
149
|
-
|
|
150
|
-
╷
|
|
151
|
-
8 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
152
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
153
|
-
╵
|
|
154
|
-
src/styles/color.scss 8:9 root stylesheet
|
|
155
|
-
|
|
156
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
157
|
-
|
|
158
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
159
|
-
|
|
160
|
-
╷
|
|
161
|
-
9 │ @import '@aurodesignsystem/webcorestylesheets/src/utilityClasses/displayProperties';
|
|
162
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
163
|
-
╵
|
|
164
|
-
src/styles/color.scss 9:9 root stylesheet
|
|
165
|
-
|
|
166
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
167
|
-
|
|
168
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
169
|
-
|
|
170
|
-
╷
|
|
171
|
-
6 │ @import './libSupport/deprecated';
|
|
172
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
173
|
-
╵
|
|
174
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
175
|
-
src/styles/color.scss 8:9 root stylesheet
|
|
176
|
-
|
|
177
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
178
|
-
|
|
179
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
180
|
-
|
|
181
|
-
╷
|
|
182
|
-
6 │ @import '../libSupport/manageScope';
|
|
183
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
184
|
-
╵
|
|
185
|
-
@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss 6:9 @import
|
|
186
|
-
src/styles/color.scss 9:9 root stylesheet
|
|
187
|
-
|
|
188
|
-
WARNING: 1 repetitive deprecation warnings omitted.
|
|
189
|
-
Run in verbose mode to see all warnings.
|
|
190
|
-
|
|
191
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
192
|
-
|
|
193
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
194
|
-
|
|
195
|
-
╷
|
|
196
|
-
6 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
197
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
198
|
-
╵
|
|
199
|
-
src/styles/style-auro-calendar-cell.scss 6:9 root stylesheet
|
|
200
|
-
|
|
201
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
202
|
-
|
|
203
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
204
|
-
|
|
205
|
-
╷
|
|
206
|
-
7 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
207
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
208
|
-
╵
|
|
209
|
-
src/styles/style-auro-calendar-cell.scss 7:9 root stylesheet
|
|
210
|
-
|
|
211
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
212
|
-
|
|
213
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
214
|
-
|
|
215
|
-
╷
|
|
216
|
-
6 │ @import './libSupport/deprecated';
|
|
217
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
218
|
-
╵
|
|
219
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
220
|
-
src/styles/style-auro-calendar-cell.scss 6:9 root stylesheet
|
|
221
|
-
|
|
222
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
223
|
-
|
|
224
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
225
|
-
|
|
226
|
-
╷
|
|
227
|
-
7 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
228
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
229
|
-
╵
|
|
230
|
-
src/styles/style-auro-calendar-month.scss 7:9 root stylesheet
|
|
231
|
-
|
|
232
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
233
|
-
|
|
234
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
235
|
-
|
|
236
|
-
╷
|
|
237
|
-
9 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
238
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
239
|
-
╵
|
|
240
|
-
src/styles/style-auro-calendar-month.scss 9:9 root stylesheet
|
|
241
|
-
|
|
242
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
243
|
-
|
|
244
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
245
|
-
|
|
246
|
-
╷
|
|
247
|
-
10 │ @import '@aurodesignsystem/webcorestylesheets/src/core';
|
|
248
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
249
|
-
╵
|
|
250
|
-
src/styles/style-auro-calendar-month.scss 10:9 root stylesheet
|
|
251
|
-
|
|
252
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
253
|
-
|
|
254
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
255
|
-
|
|
256
|
-
╷
|
|
257
|
-
6 │ @import './libSupport/deprecated';
|
|
258
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
259
|
-
╵
|
|
260
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
261
|
-
src/styles/style-auro-calendar-month.scss 9:9 root stylesheet
|
|
262
|
-
|
|
263
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
264
|
-
|
|
265
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
266
|
-
|
|
267
|
-
╷
|
|
268
|
-
5 │ @import 'libSupport/manageScope';
|
|
269
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
270
|
-
╵
|
|
271
|
-
@aurodesignsystem/webcorestylesheets/src/_core.scss 5:9 @import
|
|
272
|
-
src/styles/style-auro-calendar-month.scss 10:9 root stylesheet
|
|
273
|
-
|
|
274
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
275
|
-
|
|
276
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
277
|
-
|
|
278
|
-
╷
|
|
279
|
-
6 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
280
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
281
|
-
╵
|
|
282
|
-
src/styles/style-auro-calendar.scss 6:9 root stylesheet
|
|
283
|
-
|
|
284
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
285
|
-
|
|
286
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
287
|
-
|
|
288
|
-
╷
|
|
289
|
-
7 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
290
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
291
|
-
╵
|
|
292
|
-
src/styles/style-auro-calendar.scss 7:9 root stylesheet
|
|
293
|
-
|
|
294
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
295
|
-
|
|
296
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
297
|
-
|
|
298
|
-
╷
|
|
299
|
-
6 │ @import './libSupport/deprecated';
|
|
300
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
301
|
-
╵
|
|
302
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
303
|
-
src/styles/style-auro-calendar.scss 7:9 root stylesheet
|
|
304
|
-
|
|
305
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
306
|
-
|
|
307
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
308
|
-
|
|
309
|
-
╷
|
|
310
|
-
6 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
311
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
312
|
-
╵
|
|
313
|
-
src/styles/style.scss 6:9 root stylesheet
|
|
314
|
-
|
|
315
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
316
|
-
|
|
317
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
318
|
-
|
|
319
|
-
╷
|
|
320
|
-
8 │ @import '@aurodesignsystem/webcorestylesheets/src/breakpoints';
|
|
321
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
322
|
-
╵
|
|
323
|
-
src/styles/style.scss 8:9 root stylesheet
|
|
324
|
-
|
|
325
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
326
|
-
|
|
327
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
328
|
-
|
|
329
|
-
╷
|
|
330
|
-
9 │ @import '@aurodesignsystem/webcorestylesheets/src/utilityClasses/displayProperties';
|
|
331
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
332
|
-
╵
|
|
333
|
-
src/styles/style.scss 9:9 root stylesheet
|
|
334
|
-
|
|
335
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
336
|
-
|
|
337
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
338
|
-
|
|
339
|
-
╷
|
|
340
|
-
6 │ @import './libSupport/deprecated';
|
|
341
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
342
|
-
╵
|
|
343
|
-
@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss 6:9 @import
|
|
344
|
-
src/styles/style.scss 8:9 root stylesheet
|
|
345
|
-
|
|
346
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
347
|
-
|
|
348
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
349
|
-
|
|
350
|
-
╷
|
|
351
|
-
6 │ @import '../libSupport/manageScope';
|
|
352
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
353
|
-
╵
|
|
354
|
-
@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss 6:9 @import
|
|
355
|
-
src/styles/style.scss 9:9 root stylesheet
|
|
356
|
-
|
|
357
|
-
WARNING: 1 repetitive deprecation warnings omitted.
|
|
358
|
-
Run in verbose mode to see all warnings.
|
|
359
|
-
|
|
360
|
-
DEPRECATION WARNING: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
|
|
361
|
-
|
|
362
|
-
More info and automated migrator: https://sass-lang.com/d/import
|
|
363
|
-
|
|
364
|
-
╷
|
|
365
|
-
3 │ @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
|
|
366
|
-
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
367
|
-
╵
|
|
368
|
-
src/styles/tokens.scss 3:9 root stylesheet
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
> @auro-formkit/auro-datepicker@3.2.0 bundler
|
|
372
|
-
> rollup -c node:@auro-formkit/config/rollup
|
|
373
|
-
|
|
374
|
-
[36m
|
|
375
|
-
[1m./src/index.js[22m → [1mdist[22m...[39m
|
|
376
|
-
[32mcreated [1mdist[22m in [1m6.7s[22m[39m
|
|
377
|
-
[36m
|
|
378
|
-
[1m./demo/index.js[22m → [1m./demo/[22m...[39m
|
|
379
|
-
[32mcreated [1m./demo/[22m in [1m3.6s[22m[39m
|
|
380
|
-
[36m
|
|
381
|
-
[1m./demo/api.js[22m → [1m./demo/[22m...[39m
|
|
382
|
-
[32mcreated [1m./demo/[22m in [1m3.3s[22m[39m
|
|
383
|
-
|
|
384
|
-
> @auro-formkit/auro-datepicker@3.2.0 build:docs
|
|
385
|
-
> wca analyze 'scripts/wca/*.js' --outFiles docs/api.md; node ../../packages/build-tools/src/docProcessor.mjs --component datepicker
|
|
386
|
-
|
|
387
|
-
Web Component Analyzer analyzing 1 file...
|
|
388
|
-
Retrieving latest "/home/runner/work/auro-formkit/auro-formkit/components/datepicker/docTemplates/README.md" file...
|
|
389
|
-
✔ /README.md Updated
|
|
390
|
-
Transforms run
|
|
391
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/browserSupport.md
|
|
392
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentInstall_esm.md
|
|
393
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/designTokens.md
|
|
394
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImportDescription.md
|
|
395
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImport.md
|
|
396
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleInstallDescription.md
|
|
397
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleUseModBrowsers.md
|
|
398
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/developmentDescription.md
|
|
399
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/localhost.md
|
|
400
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/api.md
|
|
401
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/testing.md
|
|
402
|
-
⁕ REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/bundles.md
|
|
403
|
-
⁕ FILE:src=./docs/partials/description.md
|
|
404
|
-
⁕ FILE:src=./docs/partials/readmeAddlInfo.md
|
|
405
|
-
⁕ FILE:src=./docs/partials/useCases.md
|
|
406
|
-
⁕ CODE:src=./apiExamples/basic.html
|
|
407
|
-
⁕ CODE:src=./apiExamples/basic.html
|
|
408
|
-
|
|
409
|
-
✔ /demo/index.md Updated
|
|
410
|
-
Transforms run
|
|
411
|
-
⁕ FILE:src=./../docs/partials/description.md
|
|
412
|
-
⁕ FILE:src=./../docs/partials/useCases.md
|
|
413
|
-
⁕ FILE:src=./../apiExamples/basic.html
|
|
414
|
-
⁕ FILE:src=./../apiExamples/basicRange.html
|
|
415
|
-
⁕ FILE:src=./../apiExamples/custom.html
|
|
416
|
-
⁕ CODE:src=./../apiExamples/basic.html
|
|
417
|
-
⁕ CODE:src=./../apiExamples/basicRange.html
|
|
418
|
-
⁕ CODE:src=./../apiExamples/custom.html
|
|
419
|
-
|
|
420
|
-
✔ /demo/api.md Updated
|
|
421
|
-
Transforms run
|
|
422
|
-
⁕ FILE:src=./../docs/api.md
|
|
423
|
-
⁕ FILE:src=./../apiExamples/basic.html
|
|
424
|
-
⁕ FILE:src=./../apiExamples/basicRange.html
|
|
425
|
-
⁕ FILE:src=./../apiExamples/disabled.html
|
|
426
|
-
⁕ FILE:src=./../apiExamples/error.html
|
|
427
|
-
⁕ FILE:src=./../apiExamples/calendarStartAndEndDate.html
|
|
428
|
-
⁕ FILE:src=./../apiExamples/calendarFocusDate.html
|
|
429
|
-
⁕ FILE:src=./../apiExamples/maxDate.html
|
|
430
|
-
⁕ FILE:src=./../apiExamples/updateMaxDate.html
|
|
431
|
-
⁕ FILE:src=./../apiExamples/minDate.html
|
|
432
|
-
⁕ FILE:src=./../apiExamples/updateMinDate.html
|
|
433
|
-
⁕ FILE:src=./../apiExamples/monthNames.html
|
|
434
|
-
⁕ FILE:src=./../apiExamples/noValidate.html
|
|
435
|
-
⁕ FILE:src=./../apiExamples/required.html
|
|
436
|
-
⁕ FILE:src=./../apiExamples/validity.html
|
|
437
|
-
⁕ FILE:src=./../apiExamples/value.html
|
|
438
|
-
⁕ FILE:src=./../apiExamples/valueEnd.html
|
|
439
|
-
⁕ FILE:src=./../apiExamples/focus.html
|
|
440
|
-
⁕ FILE:src=./../apiExamples/basic.html
|
|
441
|
-
⁕ FILE:src=./../apiExamples/helpText.html
|
|
442
|
-
⁕ FILE:src=./../apiExamples/basic.html
|
|
443
|
-
⁕ FILE:src=./../apiExamples/basicRange.html
|
|
444
|
-
⁕ FILE:src=./../apiExamples/dateSlot.html
|
|
445
|
-
⁕ FILE:src=./../apiExamples/popoverSlot.html
|
|
446
|
-
⁕ FILE:src=./../apiExamples/resetState.html
|
|
447
|
-
⁕ FILE:src=./../apiExamples/dynamicSlot.html
|
|
448
|
-
⁕ FILE:src=./../apiExamples/alertValue.html
|
|
449
|
-
⁕ FILE:src=./../apiExamples/inDialog.html
|
|
450
|
-
⁕ CODE:src=./../apiExamples/basic.html
|
|
451
|
-
⁕ CODE:src=./../apiExamples/basicRange.html
|
|
452
|
-
⁕ CODE:src=./../apiExamples/disabled.html
|
|
453
|
-
⁕ CODE:src=./../apiExamples/error.html
|
|
454
|
-
⁕ CODE:src=./../apiExamples/error.js
|
|
455
|
-
⁕ CODE:src=./../apiExamples/calendarStartAndEndDate.html
|
|
456
|
-
⁕ CODE:src=./../apiExamples/calendarFocusDate.html
|
|
457
|
-
⁕ CODE:src=./../apiExamples/maxDate.html
|
|
458
|
-
⁕ CODE:src=./../apiExamples/updateMaxDate.html
|
|
459
|
-
⁕ CODE:src=./../apiExamples/updateMaxDate.js
|
|
460
|
-
⁕ CODE:src=./../apiExamples/minDate.html
|
|
461
|
-
⁕ CODE:src=./../apiExamples/updateMinDate.html
|
|
462
|
-
⁕ CODE:src=./../apiExamples/updateMinDate.js
|
|
463
|
-
⁕ CODE:src=./../apiExamples/monthNames.html
|
|
464
|
-
⁕ CODE:src=./../apiExamples/monthNames.js
|
|
465
|
-
⁕ CODE:src=./../apiExamples/noValidate.html
|
|
466
|
-
⁕ CODE:src=./../apiExamples/required.html
|
|
467
|
-
⁕ CODE:src=./../apiExamples/validity.html
|
|
468
|
-
⁕ CODE:src=./../apiExamples/validity.js
|
|
469
|
-
⁕ CODE:src=./../apiExamples/value.html
|
|
470
|
-
⁕ CODE:src=./../apiExamples/valueEnd.html
|
|
471
|
-
⁕ CODE:src=./../apiExamples/focus.html
|
|
472
|
-
⁕ CODE:src=./../apiExamples/focus.js
|
|
473
|
-
⁕ CODE:src=./../apiExamples/basic.html
|
|
474
|
-
⁕ CODE:src=./../apiExamples/helpText.html
|
|
475
|
-
⁕ CODE:src=./../apiExamples/basic.html
|
|
476
|
-
⁕ CODE:src=./../apiExamples/basicRange.html
|
|
477
|
-
⁕ CODE:src=./../apiExamples/dateSlot.html
|
|
478
|
-
⁕ CODE:src=./../apiExamples/popoverSlot.html
|
|
479
|
-
⁕ CODE:src=./../apiExamples/resetState.html
|
|
480
|
-
⁕ CODE:src=./../apiExamples/resetState.js
|
|
481
|
-
⁕ CODE:src=./../apiExamples/dynamicSlot.html
|
|
482
|
-
⁕ CODE:src=./../apiExamples/dynamicSlot.js
|
|
483
|
-
⁕ CODE:src=./../apiExamples/alertValue.html
|
|
484
|
-
⁕ CODE:src=./../apiExamples/alertValue.js
|
|
485
|
-
⁕ CODE:src=./../apiExamples/inDialog.html
|
|
486
|
-
⁕ CODE:src=./../apiExamples/inDialog.js
|
|
487
|
-
⁕ CODE:src=./../src/styles/tokens.scss
|
|
488
|
-
|
|
489
|
-
Docs processed successfully for datepicker
|
|
490
|
-
|
|
491
|
-
> @auro-formkit/auro-datepicker@3.2.0 types
|
|
492
|
-
> tsc --project tsconfig.json
|
|
493
|
-
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @auro-formkit/auro-datepicker@3.2.0 postCss:component
|
|
3
|
-
> node ../../node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs
|
|
4
|
-
|
|
5
|
-
Unable to scan directory: Error: ENOENT: no such file or directory, scandir '/home/runner/work/auro-formkit/auro-formkit/node_modules/@aurodesignsystem/auro-library/scripts/src'
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @auro-formkit/auro-datepicker@3.2.0 sass:render
|
|
3
|
-
> sass-render --load-path=../../node_modules 'src/**/*.css' -t ../../node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js
|
|
4
|
-
|
|
5
|
-
Rendering src/styles/color-calendar.css...
|
|
6
|
-
Rendering src/styles/color-cell.css...
|
|
7
|
-
Rendering src/styles/color-month.css...
|
|
8
|
-
Rendering src/styles/color.css...
|
|
9
|
-
Rendering src/styles/style-auro-calendar-cell.css...
|
|
10
|
-
Rendering src/styles/style-auro-calendar-month.css...
|
|
11
|
-
Rendering src/styles/style-auro-calendar.css...
|
|
12
|
-
Rendering src/styles/style.css...
|
|
13
|
-
Rendering src/styles/tokens.css...
|
|
14
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
15
|
-
|
|
16
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
17
|
-
|
|
18
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
19
|
-
|
|
20
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
21
|
-
|
|
22
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
23
|
-
|
|
24
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
25
|
-
|
|
26
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
27
|
-
|
|
28
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
29
|
-
|
|
30
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
31
|
-
|
|
32
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
33
|
-
|
|
34
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
35
|
-
|
|
36
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
37
|
-
|
|
38
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
39
|
-
|
|
40
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
41
|
-
|
|
42
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
43
|
-
|
|
44
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
45
|
-
|
|
46
|
-
DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
47
|
-
|
|
48
|
-
More info: https://sass-lang.com/d/legacy-js-api
|
|
49
|
-
|
|
50
|
-
Complete!
|
|
51
|
-
Complete!
|
|
52
|
-
Complete!
|
|
53
|
-
Complete!
|
|
54
|
-
Complete!
|
|
55
|
-
Complete!
|
|
56
|
-
Complete!
|
|
57
|
-
Complete!
|
|
58
|
-
Complete!
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-calendar-cell.d.ts","sourceRoot":"","sources":["../src/auro-calendar-cell.js"],"names":[],"mappings":"AAmBA;IAgCE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBC;IAYD,+CAOC;IAlEC,SAAe;IACf,kBAAqB;IACrB,iBAAoB;IACpB,YAAkB;IAClB,cAAoB;IACpB,WAAiB;IACjB,SAAe;IACf,SAAe;IACf,kBAAqB;IACrB,oBAAsB;IACtB,iBAAuB;IACvB,uBAA0B;IAC1B,aAAmB;IACnB,gBAAmB;IACnB,2BAA8B;IAE9B,kBAAiD;IAMjD,gBAAqF;IA+BvF,uBAIC;IARD,kBAEC;IAiBD;;;;;;;;OAQG;IACH,oBAmBC;IAED;;;;OAIG;IACH,kBAIC;IAED;;;;OAIG;IACH,oBAOC;IAED;;;;;;;;OAQG;IACH,kBAUC;IAED;;;;;;OAMG;IACH,qBAKC;IAED;;;;;;;OAOG;IACH,qBAKC;IAED;;;;;;;OAOG;IACH,kBAcC;IAED;;;;;;;;OAQG;IACH,0BAEC;IAED;;;;;OAKG;IACH,iBAOC;IAED;;;;OAIG;IACH,wBAiBC;IAED;;;;OAIG;IACH,0BAkCC;IAED,qBAgBC;IARC,gBAAqC;IAKrC,iBAA8E;IAKhF,+BAOC;IAED,4CAmCC;CACF;2BAxX0B,KAAK"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-calendar-month.d.ts","sourceRoot":"","sources":["../src/auro-calendar-month.js"],"names":[],"mappings":"AAaA;IACE,+CAOC;CAsGF;wCArHuC,2DAA2D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-calendar.d.ts","sourceRoot":"","sources":["../src/auro-calendar.js"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;GAgBG;AAKH;IAkDE,+CAMC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCC;IA1FC;;OAEG;IACH,aAAyC;IAEzC;;OAEG;IACH,gBAAsC;IAEtC;;OAEG;IACH,sBAAkD;IAElD,uBAAkC;IAClC,qBAAgC;IAChC,iBAA4B;IAC5B,0BAA4B;IAC5B,0BAA4B;IAE5B;;OAEG;IACH,6BAAqC;IAErC;;OAEG;IACH,4BAA+B;IAE/B;;OAEG;IACH,qBAA6B;IAG7B,iBAAoB;IAGpB;;OAEG;IACH,cAAe;IAmEjB;;;;OAIG;IACH,2BA6EC;IAxDS,wBAA+E;IA0DzF;;;;OAIG;IACH,mCAFa,IAAI,CAIhB;IAuBD,4CAEC;CAuDF;gCA7T+B,kDAAkD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-datepicker.d.ts","sourceRoot":"","sources":["../src/auro-datepicker.js"],"names":[],"mappings":"AAkCA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH;IA0FE;QAGI;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;QAKH;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;QAKH;;WAEG;;;;QAKH;;WAEG;;;;;QAMH;;WAEG;;;;;QAMH;;WAEG;;;;QAKH;;WAEG;;;;QAKH;;WAEG;;;;QAKH;;WAEG;;;;QAKH;;WAEG;;;;QAKH;;WAEG;;;;;QAMH;;WAEG;;;;QAKH;;WAEG;;;;MAKN;IAED,+CAMC;IAED;;;;;;;OAOG;IACH,uBANW,MAAM,QAQhB;IAnQC;;OAEG;IACH,aAAyC;IAEzC;;OAEG;IACH,2BAAuD;IASvD,kBAAqB;IACrB,kBAAqB;IACrB,eAAkB;IAClB,oBAAuB;IACvB,cAAyB;IACzB,WAAsB;IACtB,cAAyB;IACzB,uBAAkC;IAClC,qBAAgC;IAChC,uBAAmC;IACnC,qBAaC;IAED;;OAEG;IACH,aAA4B;IAE5B;;OAEG;IACH,wBAAyB;IAEzB;;OAEG;IACH,mBAA0C;IAE1C;;OAEG;IACH,qBAAiD;IAEjD;;OAEG;IACH,8CAAkD;IAOlD;;OAEG;IACH,oBAAyF;IAEzF;;OAEG;IACH,iBAA6E;IAqL/E;;;;OAIG;IACH,8BAMC;IAED;;;;OAIG;IACH,6BAEC;IAED;;;;OAIG;IACH,2BAFa,IAAI,CAIhB;IAGD;;;;;OAKG;IACH,6BAEC;IAED;;;;;OAKG;IACH,4BAMC;IAED;;;;OAIG;IACH,2BAUC;IAED;;;;;OAKG;IACH,yBAiBC;IAED;;;;OAIG;IACH,gCAEC;IAED;;;;OAIG;IACH,gCAQC;IAED;;;;;OAKG;IACH,2BAUC;IAED;;;;OAIG;IACH,0BA0BC;IAzBC,cAA4E;IA2B9E;;;;OAIG;IACH,uBAsCC;IArCC,kBAAkE;IAElE,iBAAgF;IAyB1E,kBAAsC;IAY9C;;;;OAIG;IACH,0BA2BC;IA1BC,kBAA8D;IA4BhE;;;;OAIG;IACH,4BAwDC;IAED;;;;OAIG;IACH,uBAWC;IAED;;;;;OAKG;IACH,wCAMC;IAED;;;;;OAKG;IACH,wBAuBC;IAtBC,yBAA2B;IAwB7B;;;;OAIG;IACH,wBAEC;IAED;;;OAGG;IACH,SAFa,IAAI,CAQhB;IAED,sCAwKC;IAED;;;;;;;OAOG;IACH,yBAGC;IAED,qBAYC;IAGD,4CAkFC;CACF;2BAh+B0B,KAAK"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdownVersion.d.ts","sourceRoot":"","sources":["../src/dropdownVersion.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-dropdownVersion.d.ts","sourceRoot":"","sources":["../../src/formkit/auro-dropdownVersion.js"],"names":[],"mappings":"wBAAe,OAAO"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auro-inputVersion.d.ts","sourceRoot":"","sources":["../../src/formkit/auro-inputVersion.js"],"names":[],"mappings":"wBAAe,OAAO"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";+BAA+B,sBAAsB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"popoverVersion.d.ts","sourceRoot":"","sources":["../src/popoverVersion.js"],"names":[],"mappings":"wBAAe,OAAO"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-calendar-css.d.ts","sourceRoot":"","sources":["../../src/styles/color-calendar-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-cell-css.d.ts","sourceRoot":"","sources":["../../src/styles/color-cell-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-css.d.ts","sourceRoot":"","sources":["../../src/styles/color-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-month-css.d.ts","sourceRoot":"","sources":["../../src/styles/color-month-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style-auro-calendar-cell-css.d.ts","sourceRoot":"","sources":["../../src/styles/style-auro-calendar-cell-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style-auro-calendar-css.d.ts","sourceRoot":"","sources":["../../src/styles/style-auro-calendar-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style-auro-calendar-month-css.d.ts","sourceRoot":"","sources":["../../src/styles/style-auro-calendar-month-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style-css.d.ts","sourceRoot":"","sources":["../../src/styles/style-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tokens-css.d.ts","sourceRoot":"","sources":["../../src/styles/tokens-css.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../src/utilities.js"],"names":[],"mappings":"AAAA;IAEE;;;;;OAKG;IACH,qBAQC;IAED;;;;OAIG;IACH,0CAIC;IAED;;;;;OAKG;IACH,0CAQC;IAED;;;;;OAKG;IACH,wBAQC;IAED;;;;;OAKG;IACH,yBAKC;IAJC,cAAiE;IACjE,eAAmC;IAKrC;;;;;;OAMG;IACH,mBAIC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utilitiesCalendar.d.ts","sourceRoot":"","sources":["../src/utilitiesCalendar.js"],"names":[],"mappings":"AAEA;IAEI,8BAAyC;IAI3C;;;;;OAKG;IACH,8CAFa,IAAI,CAahB;IAED;;;;OAIG;IACH,uBAMC;IAED;;;;OAIG;IACH,6CAFa,IAAI,CAoDhB;IAED;;;;;OAKG;IACH,2BAWC;IAED;;;;;OAKG;IACH,iDAFa,IAAI,CAgBhB;CACF;wCAzIuC,gBAAgB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utilitiesCalendarRender.d.ts","sourceRoot":"","sources":["../src/utilitiesCalendarRender.js"],"names":[],"mappings":"AAGA;IAEI,8BAAyC;IAG3C;;;;;OAKG;IACH,0BAMC;IAED;;;;;OAKG;IACH,sCAUC;IAED;;;;;;OAMG;IACH,gCAwBC;IAGD;;;;;;OAMG;IACH,sCAqBC;IAED;;;;;OAKG;IACH,oCAcC;IAED;;;;;;;OAOG;IACH,uBAoBC;CACF;wCA1JuC,gBAAgB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"day.d.ts","sourceRoot":"","sources":["../../../src/vendor/wc-range-datepicker/day.js"],"names":[],"mappings":"AAEA;IACE,uBAGC;IAFC,aAA2C;IAC3C,cAA4C;CAE/C"}
|
package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"range-datepicker-calendar.d.ts","sourceRoot":"","sources":["../../../src/vendor/wc-range-datepicker/range-datepicker-calendar.js"],"names":[],"mappings":"AAWA;IAII;;OAEG;IACH,cAAoB;IAEpB;;OAEG;IACH,YAAkB;IAClB,iBAAuB;IACvB,0BAA6B;IAC7B,cAAiB;IACjB,gBAAmB;IACnB,iBAAoB;IACpB,cAAiB;IACjB,cAAiB;IACjB,aAAgB;IAChB,oBAAsB;IAEtB;;OAEG;IACH,SAAe;IAEf;;OAEG;IACH,SAAe;IACf,iBAAmB;IACnB,kBAAoB;IACpB,yBAA2B;IAC3B,mBAAqB;IACrB,aAAmB;IACnB,oBAAoE;IAStE,uBAIC;IARD,kBAEC;IAQD,+CAyBC;IAED,yDAUC;IAED,yDAUC;IAED,mDAEC;IAED,sEAEC;IAED,4DAIC;IAED,0DAqBC;IAED,8BAmBC;IAED,+BAUC;IAED,iCAGC;IAED,sBAcC;IAED,iDA0CC;IAED,uDAIC;IAED,sCAEC;IAED,qCAmBC;IAED,gCAMC;IAED,2BAKC;IAED,oCAKC;IAED,wBAyCC;IAED,wBAyCC;IAED,mCAMC;CACF;;;;2BA1YqC,KAAK"}
|
package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"range-datepicker-cell.d.ts","sourceRoot":"","sources":["../../../src/vendor/wc-range-datepicker/range-datepicker-cell.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"range-datepicker.d.ts","sourceRoot":"","sources":["../../../src/vendor/wc-range-datepicker/range-datepicker.js"],"names":[],"mappings":"AAQA;IAII;;OAEG;IACH,oBAAsB;IAEtB;;OAEG;IACH,0BAA6B;IAE7B;;OAEG;IACH,qBAAwB;IAExB;;OAEG;IACH,YAAkB;IAElB;;OAEG;IACH,YAA0B;IAE1B;;OAEG;IACH,YAA2B;IAE3B;;OAEG;IACH,iBAAoB;IACpB,cAAoB;IACpB,YAAkB;IAClB,iBAAuB;IACvB,kBAAqB;IACrB,cAAoB;IACpB,gBAAmB;IAEnB,cAA8B;IAC9B,aAAwB;IAI1B,+CAIC;IAED,qDA4CC;IAED,qDAuBC;IAED,qBAIC;IAED,+BAaC;IAED,6CAEC;IAED,oCAGC;IAED,wBAMC;IAED,wBAMC;IAED,qCAEC;IAED,0CASC;IAED,sDAKC;IAED,sBAOC;IAED,gCAGC;IAED,kCAKC;CACF;;;;2BA9NqC,KAAK"}
|