@adyen/bento-vue3 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/components.d.ts +8 -4
- package/dist/@types/packages/core/src/components/button/button.types.d.ts +8 -0
- package/dist/@types/packages/vue2/src/components/accordion/accordion.keys.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/accordion/accordion.types.d.ts +1 -24
- package/dist/@types/packages/vue2/src/components/accordion/accordion.vue.d.ts +17 -57
- package/dist/@types/packages/vue2/src/components/accordion/components/accordion-item.vue.d.ts +27 -29
- package/dist/@types/packages/vue2/src/components/accordion/index.d.ts +2 -3
- package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +0 -4
- package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +136 -128
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +3 -5
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +46 -15
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +6 -7
- package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +4 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +37 -11
- package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +3 -22
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +0 -24
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +277 -16
- package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +0 -20
- package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +0 -20
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -6
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +164 -104
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +7 -9
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.types.d.ts +27 -0
- package/dist/@types/packages/vue2/src/components/empty-state/empty-state.vue.d.ts +76 -0
- package/dist/@types/packages/vue2/src/components/empty-state/index.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +19 -25
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +1 -27
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-filter/date-filter.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +1 -11
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/filter-bar-button.vue.d.ts +53 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/filter-bar-button/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/input-filter/input-filter.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/focus-trap/focus-trap.vue.d.ts +7 -0
- package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/image/const.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/image/image.types.d.ts +19 -0
- package/dist/@types/packages/vue2/src/components/image/image.vue.d.ts +50 -0
- package/dist/@types/packages/vue2/src/components/image/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +61 -58
- package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +3 -7
- package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +4 -0
- package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +6 -31
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +14 -9
- package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
- package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +4 -14
- package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +7 -6
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/pagination/pagination.vue.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -2
- package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +9 -9
- package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +5 -14
- package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +4 -6
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +4 -3
- package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +19 -390
- package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +0 -3
- package/dist/@types/packages/vue2/src/components/segmented-control/segmented-control.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +2 -23
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +2 -5
- package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +1 -4
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.types.d.ts +3 -1
- package/dist/@types/packages/vue2/src/components/tabs/components/tab.vue.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.keys.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +6 -2
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +4 -9
- package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +6 -9
- package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +6 -10
- package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +4 -10
- package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +0 -5
- package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +4 -6
- package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +24 -40
- package/dist/@types/packages/vue2/src/composables/use-default-slot-validator/use-default-slot-validator.d.ts +2 -1
- package/dist/@types/packages/vue2/src/composables/use-has-slot/use-has-slot.d.ts +8 -1
- package/dist/@types/packages/vue2/src/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/templates/data-grid-template/data-grid-template.vue.d.ts +9 -0
- package/dist/@types/packages/vue2/src/utils/ts/get-slot-text/get-slot-text.d.ts +1 -1
- package/dist/@types/packages/vue2/src/utils/ts/print-development-warning.d.ts +1 -0
- package/dist/accordion.js +104 -254
- package/dist/accordion.js.map +1 -1
- package/dist/alert.js +61 -64
- package/dist/alert.js.map +1 -1
- package/dist/assets/base-button.css +1 -1
- package/dist/assets/base-modal.css +1 -0
- package/dist/assets/button.css +1 -1
- package/dist/assets/calendar.css +1 -1
- package/dist/assets/checkbox.css +1 -1
- package/dist/assets/chevron-up.css +1 -0
- package/dist/assets/controls-group.css +1 -1
- package/dist/assets/copy.css +1 -1
- package/dist/assets/dropdown-default-textbox.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/error-message.css +1 -1
- package/dist/assets/footer-actions.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index36.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index42.css +1 -1
- package/dist/assets/index43.css +1 -0
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/listbox-option-tag.css +1 -1
- package/dist/assets/listbox.css +1 -1
- package/dist/assets/loading-button.css +1 -1
- package/dist/assets/tooltip.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +2 -2
- package/dist/button.js +143 -12
- package/dist/button.js.map +1 -1
- package/dist/card.js +99 -94
- package/dist/card.js.map +1 -1
- package/dist/checkbox.js +40 -39
- package/dist/checkbox.js.map +1 -1
- package/dist/chunks/base-button.6d2843c2.js +108 -0
- package/dist/chunks/base-button.6d2843c2.js.map +1 -0
- package/dist/chunks/base-modal.3ccb9eb5.js +291 -0
- package/dist/chunks/base-modal.3ccb9eb5.js.map +1 -0
- package/dist/chunks/{button.e1c39f66.js → button.a8462029.js} +39 -42
- package/dist/chunks/button.a8462029.js.map +1 -0
- package/dist/chunks/{calendar.09b683b3.js → calendar.3f930683.js} +237 -240
- package/dist/chunks/calendar.3f930683.js.map +1 -0
- package/dist/chunks/checkbox.5e1e05ae.js +235 -0
- package/dist/chunks/checkbox.5e1e05ae.js.map +1 -0
- package/dist/chunks/{chevron-down.69bedf14.js → chevron-up.c03b58f8.js} +8 -8
- package/dist/chunks/chevron-up.c03b58f8.js.map +1 -0
- package/dist/chunks/controls-group.3b0dfb94.js +136 -0
- package/dist/chunks/controls-group.3b0dfb94.js.map +1 -0
- package/dist/chunks/{copy.2cf5e6c3.js → copy.1d14b783.js} +49 -50
- package/dist/chunks/copy.1d14b783.js.map +1 -0
- package/dist/chunks/{dropdown-default-textbox.203e747f.js → dropdown-default-textbox.a90e84f9.js} +88 -90
- package/dist/chunks/dropdown-default-textbox.a90e84f9.js.map +1 -0
- package/dist/chunks/{dropdown.8b415aac.js → dropdown.b798a82e.js} +348 -330
- package/dist/chunks/dropdown.b798a82e.js.map +1 -0
- package/dist/chunks/{error-message.ddfe8ea5.js → error-message.9acead25.js} +16 -16
- package/dist/chunks/error-message.9acead25.js.map +1 -0
- package/dist/chunks/footer-actions.9537d0df.js +111 -0
- package/dist/chunks/footer-actions.9537d0df.js.map +1 -0
- package/dist/chunks/get-slot-text.bead058f.js +9 -0
- package/dist/chunks/get-slot-text.bead058f.js.map +1 -0
- package/dist/chunks/{grid-layout.a30855ff.js → grid-layout.984317d7.js} +2 -2
- package/dist/chunks/{grid-layout.a30855ff.js.map → grid-layout.984317d7.js.map} +1 -1
- package/dist/chunks/index.228ecda0.js +101 -0
- package/dist/chunks/index.228ecda0.js.map +1 -0
- package/dist/chunks/index.89b00b94.js +124 -0
- package/dist/chunks/index.89b00b94.js.map +1 -0
- package/dist/chunks/{index.3da90517.js → index.9d8273fc.js} +38 -40
- package/dist/chunks/index.9d8273fc.js.map +1 -0
- package/dist/chunks/{index.c9225c3b.js → index.c2a80208.js} +195 -201
- package/dist/chunks/index.c2a80208.js.map +1 -0
- package/dist/chunks/{index.13949709.js → index.d26fdf71.js} +116 -113
- package/dist/chunks/{index.13949709.js.map → index.d26fdf71.js.map} +1 -1
- package/dist/chunks/{index.d27367cd.js → index.e84dbeae.js} +80 -83
- package/dist/chunks/{index.d27367cd.js.map → index.e84dbeae.js.map} +1 -1
- package/dist/chunks/listbox-option-tag.0c9c571e.js +129 -0
- package/dist/chunks/listbox-option-tag.0c9c571e.js.map +1 -0
- package/dist/chunks/{listbox.0c7c4e5e.js → listbox.6b52af1a.js} +315 -334
- package/dist/chunks/listbox.6b52af1a.js.map +1 -0
- package/dist/chunks/{loading-button.61d8ebe5.js → loading-button.081adbf3.js} +33 -33
- package/dist/chunks/loading-button.081adbf3.js.map +1 -0
- package/dist/chunks/tabs.keys.358742f2.js +7 -0
- package/dist/chunks/tabs.keys.358742f2.js.map +1 -0
- package/dist/chunks/{tooltip.835d9b52.js → tooltip.e4e34b86.js} +56 -59
- package/dist/chunks/tooltip.e4e34b86.js.map +1 -0
- package/dist/chunks/use-default-slot-validator.1169c221.js +16 -0
- package/dist/chunks/use-default-slot-validator.1169c221.js.map +1 -0
- package/dist/chunks/use-has-slot.9fac7123.js +16 -0
- package/dist/chunks/use-has-slot.9fac7123.js.map +1 -0
- package/dist/code-snippet.js +548 -463
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +501 -505
- package/dist/country.js.map +1 -1
- package/dist/currency.js +38 -41
- package/dist/currency.js.map +1 -1
- package/dist/data-grid.js +837 -833
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +83 -87
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/dropdown.js +30 -32
- package/dist/dropdown.js.map +1 -1
- package/dist/empty-state.js +166 -0
- package/dist/empty-state.js.map +1 -0
- package/dist/filter-bar.js +986 -935
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +72 -72
- package/dist/form-layout.js.map +1 -1
- package/dist/header.js +50 -52
- package/dist/header.js.map +1 -1
- package/dist/image.js +76 -0
- package/dist/image.js.map +1 -0
- package/dist/index.js +239 -232
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +2 -2
- package/dist/input-field.js +241 -269
- package/dist/input-field.js.map +1 -1
- package/dist/internal.js +7 -7
- package/dist/link.js +38 -36
- package/dist/link.js.map +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +131 -139
- package/dist/menu.js.map +1 -1
- package/dist/modal.js +121 -356
- package/dist/modal.js.map +1 -1
- package/dist/pagination.js +182 -185
- package/dist/pagination.js.map +1 -1
- package/dist/payment-method.js +19 -23
- package/dist/payment-method.js.map +1 -1
- package/dist/popover.js +56 -52
- package/dist/popover.js.map +1 -1
- package/dist/popper-container.js +36 -41
- package/dist/popper-container.js.map +1 -1
- package/dist/radio-group.js +112 -113
- package/dist/radio-group.js.map +1 -1
- package/dist/search-bar.js +77 -91
- package/dist/search-bar.js.map +1 -1
- package/dist/segmented-control.js +88 -75
- package/dist/segmented-control.js.map +1 -1
- package/dist/sidepanel.js +122 -121
- package/dist/sidepanel.js.map +1 -1
- package/dist/status.js +18 -21
- package/dist/status.js.map +1 -1
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +129 -162
- package/dist/summary-grid.js.map +1 -1
- package/dist/tabs.js +83 -75
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +32 -35
- package/dist/tag.js.map +1 -1
- package/dist/textarea.js +156 -155
- package/dist/textarea.js.map +1 -1
- package/dist/timeline.js +212 -213
- package/dist/timeline.js.map +1 -1
- package/dist/toast.js +68 -72
- package/dist/toast.js.map +1 -1
- package/dist/toggle.js +75 -73
- package/dist/toggle.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +11 -10
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.d.ts +0 -2
- package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateBodyFitContentDynamicStyles/useCalculateBodyFitContentDynamicStyles.types.d.ts +0 -8
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts +0 -58
- package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/components/index.d.ts +0 -1
- package/dist/assets/button-actions.css +0 -1
- package/dist/assets/chevron-down.css +0 -1
- package/dist/chunks/base-button.20be08da.js +0 -111
- package/dist/chunks/base-button.20be08da.js.map +0 -1
- package/dist/chunks/button-actions.54e28e75.js +0 -124
- package/dist/chunks/button-actions.54e28e75.js.map +0 -1
- package/dist/chunks/button.e1c39f66.js.map +0 -1
- package/dist/chunks/calendar.09b683b3.js.map +0 -1
- package/dist/chunks/checkbox.a404069b.js +0 -226
- package/dist/chunks/checkbox.a404069b.js.map +0 -1
- package/dist/chunks/chevron-down.69bedf14.js.map +0 -1
- package/dist/chunks/controls-group.60fb2a86.js +0 -136
- package/dist/chunks/controls-group.60fb2a86.js.map +0 -1
- package/dist/chunks/copy.2cf5e6c3.js.map +0 -1
- package/dist/chunks/dropdown-default-textbox.203e747f.js.map +0 -1
- package/dist/chunks/dropdown.8b415aac.js.map +0 -1
- package/dist/chunks/error-message.ddfe8ea5.js.map +0 -1
- package/dist/chunks/footer-actions.0f640f87.js +0 -106
- package/dist/chunks/footer-actions.0f640f87.js.map +0 -1
- package/dist/chunks/get-slot-text.2db867f8.js +0 -9
- package/dist/chunks/get-slot-text.2db867f8.js.map +0 -1
- package/dist/chunks/index.222d29b0.js +0 -120
- package/dist/chunks/index.222d29b0.js.map +0 -1
- package/dist/chunks/index.3da90517.js.map +0 -1
- package/dist/chunks/index.aa34e363.js +0 -104
- package/dist/chunks/index.aa34e363.js.map +0 -1
- package/dist/chunks/index.c9225c3b.js.map +0 -1
- package/dist/chunks/listbox-option-tag.5ae8b79b.js +0 -133
- package/dist/chunks/listbox-option-tag.5ae8b79b.js.map +0 -1
- package/dist/chunks/listbox.0c7c4e5e.js.map +0 -1
- package/dist/chunks/loading-button.61d8ebe5.js.map +0 -1
- package/dist/chunks/tooltip.835d9b52.js.map +0 -1
- package/dist/chunks/use-default-slot-validator.83d977a1.js +0 -11
- package/dist/chunks/use-default-slot-validator.83d977a1.js.map +0 -1
- package/dist/chunks/use-has-slot.068222e6.js +0 -5
- package/dist/chunks/use-has-slot.068222e6.js.map +0 -1
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoButtonVariant } from "../../../../core/src/components/button/button.types";
|
|
3
|
-
import { BentoTypographyElement, BentoTypographyVariant } from "../typography";
|
|
4
3
|
import { Booleanish } from "../../types";
|
|
5
4
|
import type { RouterLinkProps } from 'vue-router/types/router';
|
|
6
5
|
import type { AnchorHTMLAttributes } from "../../../../../node_modules/@vue/runtime-dom";
|
|
7
|
-
import { BentoLinkVariant } from
|
|
6
|
+
import { BentoLinkVariant } from "../link";
|
|
8
7
|
export interface LinkProps extends RouterLinkProps, AnchorHTMLAttributes {
|
|
9
8
|
args?: {
|
|
10
9
|
props: RouterLinkProps;
|
|
@@ -38,8 +37,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
38
37
|
default: any;
|
|
39
38
|
};
|
|
40
39
|
}, {
|
|
41
|
-
BentoTypographyElement: typeof BentoTypographyElement;
|
|
42
|
-
BentoTypographyVariant: typeof BentoTypographyVariant;
|
|
43
40
|
ariaAttributes: import("../../../../vue3/node_modules/vue").ComputedRef<{
|
|
44
41
|
'aria-controls': string;
|
|
45
42
|
'aria-expanded': Booleanish;
|
|
@@ -53,10 +50,8 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
53
50
|
$data: {};
|
|
54
51
|
$props: Partial<{
|
|
55
52
|
variant: "default" | BentoLinkVariant | "quiet";
|
|
53
|
+
target: string;
|
|
56
54
|
}> & Omit<Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
57
|
-
replace: {
|
|
58
|
-
type: PropType<boolean>;
|
|
59
|
-
};
|
|
60
55
|
type: {
|
|
61
56
|
type: PropType<string>;
|
|
62
57
|
};
|
|
@@ -315,37 +310,43 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
315
310
|
onTransitionstart: {
|
|
316
311
|
type: PropType<(payload: TransitionEvent) => void>;
|
|
317
312
|
};
|
|
318
|
-
id: {
|
|
319
|
-
type: PropType<string>;
|
|
320
|
-
};
|
|
321
313
|
variant: {
|
|
322
314
|
type: PropType<"default" | BentoLinkVariant | "quiet">;
|
|
323
315
|
} & {
|
|
324
316
|
default: BentoLinkVariant;
|
|
325
317
|
};
|
|
318
|
+
replace: {
|
|
319
|
+
type: PropType<boolean>;
|
|
320
|
+
};
|
|
321
|
+
hidden: {
|
|
322
|
+
type: PropType<boolean | "true" | "false">;
|
|
323
|
+
};
|
|
326
324
|
color: {
|
|
327
325
|
type: PropType<string>;
|
|
328
326
|
};
|
|
327
|
+
exact: {
|
|
328
|
+
type: PropType<boolean>;
|
|
329
|
+
};
|
|
330
|
+
translate: {
|
|
331
|
+
type: PropType<"yes" | "no">;
|
|
332
|
+
};
|
|
329
333
|
disableTypography: {
|
|
330
334
|
type: PropType<boolean>;
|
|
331
335
|
};
|
|
332
336
|
contextmenu: {
|
|
333
337
|
type: PropType<string>;
|
|
334
338
|
};
|
|
335
|
-
|
|
339
|
+
placeholder: {
|
|
336
340
|
type: PropType<string>;
|
|
337
341
|
};
|
|
338
|
-
|
|
339
|
-
type: PropType<"yes" | "no">;
|
|
340
|
-
};
|
|
341
|
-
role: {
|
|
342
|
+
dir: {
|
|
342
343
|
type: PropType<string>;
|
|
343
344
|
};
|
|
344
|
-
|
|
345
|
+
id: {
|
|
345
346
|
type: PropType<string>;
|
|
346
347
|
};
|
|
347
|
-
|
|
348
|
-
type: PropType<
|
|
348
|
+
role: {
|
|
349
|
+
type: PropType<string>;
|
|
349
350
|
};
|
|
350
351
|
'aria-describedby': {
|
|
351
352
|
type: PropType<string>;
|
|
@@ -359,6 +360,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
359
360
|
'aria-expanded': {
|
|
360
361
|
type: PropType<boolean | "true" | "false">;
|
|
361
362
|
};
|
|
363
|
+
target: {
|
|
364
|
+
type: PropType<string>;
|
|
365
|
+
} & {
|
|
366
|
+
default: any;
|
|
367
|
+
};
|
|
362
368
|
args: {
|
|
363
369
|
type: PropType<{
|
|
364
370
|
props: RouterLinkProps;
|
|
@@ -380,9 +386,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
380
386
|
activeClass: {
|
|
381
387
|
type: PropType<string>;
|
|
382
388
|
};
|
|
383
|
-
exact: {
|
|
384
|
-
type: PropType<boolean>;
|
|
385
|
-
};
|
|
386
389
|
exactPath: {
|
|
387
390
|
type: PropType<boolean>;
|
|
388
391
|
};
|
|
@@ -396,7 +399,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
396
399
|
type: PropType<string>;
|
|
397
400
|
};
|
|
398
401
|
ariaCurrentValue: {
|
|
399
|
-
type: PropType<"time" | "true" | "false" | "
|
|
402
|
+
type: PropType<"time" | "true" | "false" | "page" | "date" | "step" | "location">;
|
|
400
403
|
};
|
|
401
404
|
download: {
|
|
402
405
|
type: PropType<any>;
|
|
@@ -416,9 +419,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
416
419
|
rel: {
|
|
417
420
|
type: PropType<string>;
|
|
418
421
|
};
|
|
419
|
-
target: {
|
|
420
|
-
type: PropType<string>;
|
|
421
|
-
};
|
|
422
422
|
referrerpolicy: {
|
|
423
423
|
type: PropType<"" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
424
424
|
};
|
|
@@ -437,9 +437,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
437
437
|
lang: {
|
|
438
438
|
type: PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
placeholder: {
|
|
441
|
-
type: PropType<string>;
|
|
442
|
-
};
|
|
443
440
|
spellcheck: {
|
|
444
441
|
type: PropType<boolean | "true" | "false">;
|
|
445
442
|
};
|
|
@@ -504,7 +501,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
504
501
|
type: PropType<"off" | "on">;
|
|
505
502
|
};
|
|
506
503
|
inputmode: {
|
|
507
|
-
type: PropType<"
|
|
504
|
+
type: PropType<"text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal">;
|
|
508
505
|
};
|
|
509
506
|
is: {
|
|
510
507
|
type: PropType<string>;
|
|
@@ -516,7 +513,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
516
513
|
type: PropType<boolean | "true" | "false">;
|
|
517
514
|
};
|
|
518
515
|
'aria-autocomplete': {
|
|
519
|
-
type: PropType<"none" | "
|
|
516
|
+
type: PropType<"none" | "both" | "inline" | "list">;
|
|
520
517
|
};
|
|
521
518
|
'aria-busy': {
|
|
522
519
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -534,7 +531,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
534
531
|
type: PropType<string | number>;
|
|
535
532
|
};
|
|
536
533
|
'aria-current': {
|
|
537
|
-
type: PropType<"time" | (boolean | "true" | "false") | "
|
|
534
|
+
type: PropType<"time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location">;
|
|
538
535
|
};
|
|
539
536
|
'aria-details': {
|
|
540
537
|
type: PropType<string>;
|
|
@@ -543,7 +540,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
543
540
|
type: PropType<boolean | "true" | "false">;
|
|
544
541
|
};
|
|
545
542
|
'aria-dropeffect': {
|
|
546
|
-
type: PropType<"link" | "
|
|
543
|
+
type: PropType<"link" | "none" | "copy" | "move" | "execute" | "popup">;
|
|
547
544
|
};
|
|
548
545
|
'aria-errormessage': {
|
|
549
546
|
type: PropType<string>;
|
|
@@ -555,7 +552,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
555
552
|
type: PropType<boolean | "true" | "false">;
|
|
556
553
|
};
|
|
557
554
|
'aria-haspopup': {
|
|
558
|
-
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "
|
|
555
|
+
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "grid" | "tree">;
|
|
559
556
|
};
|
|
560
557
|
'aria-hidden': {
|
|
561
558
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -566,6 +563,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
566
563
|
'aria-keyshortcuts': {
|
|
567
564
|
type: PropType<string>;
|
|
568
565
|
};
|
|
566
|
+
'aria-label': {
|
|
567
|
+
type: PropType<string>;
|
|
568
|
+
};
|
|
569
569
|
'aria-labelledby': {
|
|
570
570
|
type: PropType<string>;
|
|
571
571
|
};
|
|
@@ -585,7 +585,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
585
585
|
type: PropType<boolean | "true" | "false">;
|
|
586
586
|
};
|
|
587
587
|
'aria-orientation': {
|
|
588
|
-
type: PropType<"
|
|
588
|
+
type: PropType<"horizontal" | "vertical">;
|
|
589
589
|
};
|
|
590
590
|
'aria-owns': {
|
|
591
591
|
type: PropType<string>;
|
|
@@ -643,7 +643,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
643
643
|
};
|
|
644
644
|
}>> & {
|
|
645
645
|
onClick?: (clickEvent: MouseEvent) => any;
|
|
646
|
-
} & import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, "variant">;
|
|
646
|
+
} & import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, "variant" | "target">;
|
|
647
647
|
$attrs: {
|
|
648
648
|
[x: string]: unknown;
|
|
649
649
|
};
|
|
@@ -658,9 +658,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
658
658
|
$emit: (event: "click", clickEvent: MouseEvent) => void;
|
|
659
659
|
$el: any;
|
|
660
660
|
$options: import("../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
661
|
-
replace: {
|
|
662
|
-
type: PropType<boolean>;
|
|
663
|
-
};
|
|
664
661
|
type: {
|
|
665
662
|
type: PropType<string>;
|
|
666
663
|
};
|
|
@@ -919,37 +916,43 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
919
916
|
onTransitionstart: {
|
|
920
917
|
type: PropType<(payload: TransitionEvent) => void>;
|
|
921
918
|
};
|
|
922
|
-
id: {
|
|
923
|
-
type: PropType<string>;
|
|
924
|
-
};
|
|
925
919
|
variant: {
|
|
926
920
|
type: PropType<"default" | BentoLinkVariant | "quiet">;
|
|
927
921
|
} & {
|
|
928
922
|
default: BentoLinkVariant;
|
|
929
923
|
};
|
|
924
|
+
replace: {
|
|
925
|
+
type: PropType<boolean>;
|
|
926
|
+
};
|
|
927
|
+
hidden: {
|
|
928
|
+
type: PropType<boolean | "true" | "false">;
|
|
929
|
+
};
|
|
930
930
|
color: {
|
|
931
931
|
type: PropType<string>;
|
|
932
932
|
};
|
|
933
|
+
exact: {
|
|
934
|
+
type: PropType<boolean>;
|
|
935
|
+
};
|
|
936
|
+
translate: {
|
|
937
|
+
type: PropType<"yes" | "no">;
|
|
938
|
+
};
|
|
933
939
|
disableTypography: {
|
|
934
940
|
type: PropType<boolean>;
|
|
935
941
|
};
|
|
936
942
|
contextmenu: {
|
|
937
943
|
type: PropType<string>;
|
|
938
944
|
};
|
|
939
|
-
|
|
945
|
+
placeholder: {
|
|
940
946
|
type: PropType<string>;
|
|
941
947
|
};
|
|
942
|
-
|
|
943
|
-
type: PropType<"yes" | "no">;
|
|
944
|
-
};
|
|
945
|
-
role: {
|
|
948
|
+
dir: {
|
|
946
949
|
type: PropType<string>;
|
|
947
950
|
};
|
|
948
|
-
|
|
951
|
+
id: {
|
|
949
952
|
type: PropType<string>;
|
|
950
953
|
};
|
|
951
|
-
|
|
952
|
-
type: PropType<
|
|
954
|
+
role: {
|
|
955
|
+
type: PropType<string>;
|
|
953
956
|
};
|
|
954
957
|
'aria-describedby': {
|
|
955
958
|
type: PropType<string>;
|
|
@@ -963,6 +966,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
963
966
|
'aria-expanded': {
|
|
964
967
|
type: PropType<boolean | "true" | "false">;
|
|
965
968
|
};
|
|
969
|
+
target: {
|
|
970
|
+
type: PropType<string>;
|
|
971
|
+
} & {
|
|
972
|
+
default: any;
|
|
973
|
+
};
|
|
966
974
|
args: {
|
|
967
975
|
type: PropType<{
|
|
968
976
|
props: RouterLinkProps;
|
|
@@ -984,9 +992,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
984
992
|
activeClass: {
|
|
985
993
|
type: PropType<string>;
|
|
986
994
|
};
|
|
987
|
-
exact: {
|
|
988
|
-
type: PropType<boolean>;
|
|
989
|
-
};
|
|
990
995
|
exactPath: {
|
|
991
996
|
type: PropType<boolean>;
|
|
992
997
|
};
|
|
@@ -1000,7 +1005,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1000
1005
|
type: PropType<string>;
|
|
1001
1006
|
};
|
|
1002
1007
|
ariaCurrentValue: {
|
|
1003
|
-
type: PropType<"time" | "true" | "false" | "
|
|
1008
|
+
type: PropType<"time" | "true" | "false" | "page" | "date" | "step" | "location">;
|
|
1004
1009
|
};
|
|
1005
1010
|
download: {
|
|
1006
1011
|
type: PropType<any>;
|
|
@@ -1020,9 +1025,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1020
1025
|
rel: {
|
|
1021
1026
|
type: PropType<string>;
|
|
1022
1027
|
};
|
|
1023
|
-
target: {
|
|
1024
|
-
type: PropType<string>;
|
|
1025
|
-
};
|
|
1026
1028
|
referrerpolicy: {
|
|
1027
1029
|
type: PropType<"" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
1028
1030
|
};
|
|
@@ -1041,9 +1043,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1041
1043
|
lang: {
|
|
1042
1044
|
type: PropType<string>;
|
|
1043
1045
|
};
|
|
1044
|
-
placeholder: {
|
|
1045
|
-
type: PropType<string>;
|
|
1046
|
-
};
|
|
1047
1046
|
spellcheck: {
|
|
1048
1047
|
type: PropType<boolean | "true" | "false">;
|
|
1049
1048
|
};
|
|
@@ -1108,7 +1107,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1108
1107
|
type: PropType<"off" | "on">;
|
|
1109
1108
|
};
|
|
1110
1109
|
inputmode: {
|
|
1111
|
-
type: PropType<"
|
|
1110
|
+
type: PropType<"text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal">;
|
|
1112
1111
|
};
|
|
1113
1112
|
is: {
|
|
1114
1113
|
type: PropType<string>;
|
|
@@ -1120,7 +1119,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1120
1119
|
type: PropType<boolean | "true" | "false">;
|
|
1121
1120
|
};
|
|
1122
1121
|
'aria-autocomplete': {
|
|
1123
|
-
type: PropType<"none" | "
|
|
1122
|
+
type: PropType<"none" | "both" | "inline" | "list">;
|
|
1124
1123
|
};
|
|
1125
1124
|
'aria-busy': {
|
|
1126
1125
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -1138,7 +1137,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1138
1137
|
type: PropType<string | number>;
|
|
1139
1138
|
};
|
|
1140
1139
|
'aria-current': {
|
|
1141
|
-
type: PropType<"time" | (boolean | "true" | "false") | "
|
|
1140
|
+
type: PropType<"time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location">;
|
|
1142
1141
|
};
|
|
1143
1142
|
'aria-details': {
|
|
1144
1143
|
type: PropType<string>;
|
|
@@ -1147,7 +1146,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1147
1146
|
type: PropType<boolean | "true" | "false">;
|
|
1148
1147
|
};
|
|
1149
1148
|
'aria-dropeffect': {
|
|
1150
|
-
type: PropType<"link" | "
|
|
1149
|
+
type: PropType<"link" | "none" | "copy" | "move" | "execute" | "popup">;
|
|
1151
1150
|
};
|
|
1152
1151
|
'aria-errormessage': {
|
|
1153
1152
|
type: PropType<string>;
|
|
@@ -1159,7 +1158,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1159
1158
|
type: PropType<boolean | "true" | "false">;
|
|
1160
1159
|
};
|
|
1161
1160
|
'aria-haspopup': {
|
|
1162
|
-
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "
|
|
1161
|
+
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "grid" | "tree">;
|
|
1163
1162
|
};
|
|
1164
1163
|
'aria-hidden': {
|
|
1165
1164
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -1170,6 +1169,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1170
1169
|
'aria-keyshortcuts': {
|
|
1171
1170
|
type: PropType<string>;
|
|
1172
1171
|
};
|
|
1172
|
+
'aria-label': {
|
|
1173
|
+
type: PropType<string>;
|
|
1174
|
+
};
|
|
1173
1175
|
'aria-labelledby': {
|
|
1174
1176
|
type: PropType<string>;
|
|
1175
1177
|
};
|
|
@@ -1189,7 +1191,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1189
1191
|
type: PropType<boolean | "true" | "false">;
|
|
1190
1192
|
};
|
|
1191
1193
|
'aria-orientation': {
|
|
1192
|
-
type: PropType<"
|
|
1194
|
+
type: PropType<"horizontal" | "vertical">;
|
|
1193
1195
|
};
|
|
1194
1196
|
'aria-owns': {
|
|
1195
1197
|
type: PropType<string>;
|
|
@@ -1251,6 +1253,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1251
1253
|
click: (clickEvent: MouseEvent) => void;
|
|
1252
1254
|
}, string, {
|
|
1253
1255
|
variant: "default" | BentoLinkVariant | "quiet";
|
|
1256
|
+
target: string;
|
|
1254
1257
|
}, {}, string> & {
|
|
1255
1258
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1256
1259
|
created?: (() => void) | (() => void)[];
|
|
@@ -1272,9 +1275,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1272
1275
|
$nextTick: typeof import("../../../../vue3/node_modules/vue").nextTick;
|
|
1273
1276
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("../../../../vue3/node_modules/vue").WatchOptions<boolean>): import("../../../../vue3/node_modules/vue").WatchStopHandle;
|
|
1274
1277
|
} & Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
1275
|
-
replace: {
|
|
1276
|
-
type: PropType<boolean>;
|
|
1277
|
-
};
|
|
1278
1278
|
type: {
|
|
1279
1279
|
type: PropType<string>;
|
|
1280
1280
|
};
|
|
@@ -1533,37 +1533,43 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1533
1533
|
onTransitionstart: {
|
|
1534
1534
|
type: PropType<(payload: TransitionEvent) => void>;
|
|
1535
1535
|
};
|
|
1536
|
-
id: {
|
|
1537
|
-
type: PropType<string>;
|
|
1538
|
-
};
|
|
1539
1536
|
variant: {
|
|
1540
1537
|
type: PropType<"default" | BentoLinkVariant | "quiet">;
|
|
1541
1538
|
} & {
|
|
1542
1539
|
default: BentoLinkVariant;
|
|
1543
1540
|
};
|
|
1541
|
+
replace: {
|
|
1542
|
+
type: PropType<boolean>;
|
|
1543
|
+
};
|
|
1544
|
+
hidden: {
|
|
1545
|
+
type: PropType<boolean | "true" | "false">;
|
|
1546
|
+
};
|
|
1544
1547
|
color: {
|
|
1545
1548
|
type: PropType<string>;
|
|
1546
1549
|
};
|
|
1550
|
+
exact: {
|
|
1551
|
+
type: PropType<boolean>;
|
|
1552
|
+
};
|
|
1553
|
+
translate: {
|
|
1554
|
+
type: PropType<"yes" | "no">;
|
|
1555
|
+
};
|
|
1547
1556
|
disableTypography: {
|
|
1548
1557
|
type: PropType<boolean>;
|
|
1549
1558
|
};
|
|
1550
1559
|
contextmenu: {
|
|
1551
1560
|
type: PropType<string>;
|
|
1552
1561
|
};
|
|
1553
|
-
|
|
1562
|
+
placeholder: {
|
|
1554
1563
|
type: PropType<string>;
|
|
1555
1564
|
};
|
|
1556
|
-
|
|
1557
|
-
type: PropType<"yes" | "no">;
|
|
1558
|
-
};
|
|
1559
|
-
role: {
|
|
1565
|
+
dir: {
|
|
1560
1566
|
type: PropType<string>;
|
|
1561
1567
|
};
|
|
1562
|
-
|
|
1568
|
+
id: {
|
|
1563
1569
|
type: PropType<string>;
|
|
1564
1570
|
};
|
|
1565
|
-
|
|
1566
|
-
type: PropType<
|
|
1571
|
+
role: {
|
|
1572
|
+
type: PropType<string>;
|
|
1567
1573
|
};
|
|
1568
1574
|
'aria-describedby': {
|
|
1569
1575
|
type: PropType<string>;
|
|
@@ -1577,6 +1583,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1577
1583
|
'aria-expanded': {
|
|
1578
1584
|
type: PropType<boolean | "true" | "false">;
|
|
1579
1585
|
};
|
|
1586
|
+
target: {
|
|
1587
|
+
type: PropType<string>;
|
|
1588
|
+
} & {
|
|
1589
|
+
default: any;
|
|
1590
|
+
};
|
|
1580
1591
|
args: {
|
|
1581
1592
|
type: PropType<{
|
|
1582
1593
|
props: RouterLinkProps;
|
|
@@ -1598,9 +1609,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1598
1609
|
activeClass: {
|
|
1599
1610
|
type: PropType<string>;
|
|
1600
1611
|
};
|
|
1601
|
-
exact: {
|
|
1602
|
-
type: PropType<boolean>;
|
|
1603
|
-
};
|
|
1604
1612
|
exactPath: {
|
|
1605
1613
|
type: PropType<boolean>;
|
|
1606
1614
|
};
|
|
@@ -1614,7 +1622,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1614
1622
|
type: PropType<string>;
|
|
1615
1623
|
};
|
|
1616
1624
|
ariaCurrentValue: {
|
|
1617
|
-
type: PropType<"time" | "true" | "false" | "
|
|
1625
|
+
type: PropType<"time" | "true" | "false" | "page" | "date" | "step" | "location">;
|
|
1618
1626
|
};
|
|
1619
1627
|
download: {
|
|
1620
1628
|
type: PropType<any>;
|
|
@@ -1634,9 +1642,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1634
1642
|
rel: {
|
|
1635
1643
|
type: PropType<string>;
|
|
1636
1644
|
};
|
|
1637
|
-
target: {
|
|
1638
|
-
type: PropType<string>;
|
|
1639
|
-
};
|
|
1640
1645
|
referrerpolicy: {
|
|
1641
1646
|
type: PropType<"" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
1642
1647
|
};
|
|
@@ -1655,9 +1660,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1655
1660
|
lang: {
|
|
1656
1661
|
type: PropType<string>;
|
|
1657
1662
|
};
|
|
1658
|
-
placeholder: {
|
|
1659
|
-
type: PropType<string>;
|
|
1660
|
-
};
|
|
1661
1663
|
spellcheck: {
|
|
1662
1664
|
type: PropType<boolean | "true" | "false">;
|
|
1663
1665
|
};
|
|
@@ -1722,7 +1724,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1722
1724
|
type: PropType<"off" | "on">;
|
|
1723
1725
|
};
|
|
1724
1726
|
inputmode: {
|
|
1725
|
-
type: PropType<"
|
|
1727
|
+
type: PropType<"text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal">;
|
|
1726
1728
|
};
|
|
1727
1729
|
is: {
|
|
1728
1730
|
type: PropType<string>;
|
|
@@ -1734,7 +1736,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1734
1736
|
type: PropType<boolean | "true" | "false">;
|
|
1735
1737
|
};
|
|
1736
1738
|
'aria-autocomplete': {
|
|
1737
|
-
type: PropType<"none" | "
|
|
1739
|
+
type: PropType<"none" | "both" | "inline" | "list">;
|
|
1738
1740
|
};
|
|
1739
1741
|
'aria-busy': {
|
|
1740
1742
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -1752,7 +1754,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1752
1754
|
type: PropType<string | number>;
|
|
1753
1755
|
};
|
|
1754
1756
|
'aria-current': {
|
|
1755
|
-
type: PropType<"time" | (boolean | "true" | "false") | "
|
|
1757
|
+
type: PropType<"time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location">;
|
|
1756
1758
|
};
|
|
1757
1759
|
'aria-details': {
|
|
1758
1760
|
type: PropType<string>;
|
|
@@ -1761,7 +1763,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1761
1763
|
type: PropType<boolean | "true" | "false">;
|
|
1762
1764
|
};
|
|
1763
1765
|
'aria-dropeffect': {
|
|
1764
|
-
type: PropType<"link" | "
|
|
1766
|
+
type: PropType<"link" | "none" | "copy" | "move" | "execute" | "popup">;
|
|
1765
1767
|
};
|
|
1766
1768
|
'aria-errormessage': {
|
|
1767
1769
|
type: PropType<string>;
|
|
@@ -1773,7 +1775,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1773
1775
|
type: PropType<boolean | "true" | "false">;
|
|
1774
1776
|
};
|
|
1775
1777
|
'aria-haspopup': {
|
|
1776
|
-
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "
|
|
1778
|
+
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "grid" | "tree">;
|
|
1777
1779
|
};
|
|
1778
1780
|
'aria-hidden': {
|
|
1779
1781
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -1784,6 +1786,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1784
1786
|
'aria-keyshortcuts': {
|
|
1785
1787
|
type: PropType<string>;
|
|
1786
1788
|
};
|
|
1789
|
+
'aria-label': {
|
|
1790
|
+
type: PropType<string>;
|
|
1791
|
+
};
|
|
1787
1792
|
'aria-labelledby': {
|
|
1788
1793
|
type: PropType<string>;
|
|
1789
1794
|
};
|
|
@@ -1803,7 +1808,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1803
1808
|
type: PropType<boolean | "true" | "false">;
|
|
1804
1809
|
};
|
|
1805
1810
|
'aria-orientation': {
|
|
1806
|
-
type: PropType<"
|
|
1811
|
+
type: PropType<"horizontal" | "vertical">;
|
|
1807
1812
|
};
|
|
1808
1813
|
'aria-owns': {
|
|
1809
1814
|
type: PropType<string>;
|
|
@@ -1866,9 +1871,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
1866
1871
|
__isTeleport?: never;
|
|
1867
1872
|
__isSuspense?: never;
|
|
1868
1873
|
} & import("../../../../vue3/node_modules/vue").ComponentOptionsBase<Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
1869
|
-
replace: {
|
|
1870
|
-
type: PropType<boolean>;
|
|
1871
|
-
};
|
|
1872
1874
|
type: {
|
|
1873
1875
|
type: PropType<string>;
|
|
1874
1876
|
};
|
|
@@ -2127,37 +2129,43 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2127
2129
|
onTransitionstart: {
|
|
2128
2130
|
type: PropType<(payload: TransitionEvent) => void>;
|
|
2129
2131
|
};
|
|
2130
|
-
id: {
|
|
2131
|
-
type: PropType<string>;
|
|
2132
|
-
};
|
|
2133
2132
|
variant: {
|
|
2134
2133
|
type: PropType<"default" | BentoLinkVariant | "quiet">;
|
|
2135
2134
|
} & {
|
|
2136
2135
|
default: BentoLinkVariant;
|
|
2137
2136
|
};
|
|
2137
|
+
replace: {
|
|
2138
|
+
type: PropType<boolean>;
|
|
2139
|
+
};
|
|
2140
|
+
hidden: {
|
|
2141
|
+
type: PropType<boolean | "true" | "false">;
|
|
2142
|
+
};
|
|
2138
2143
|
color: {
|
|
2139
2144
|
type: PropType<string>;
|
|
2140
2145
|
};
|
|
2146
|
+
exact: {
|
|
2147
|
+
type: PropType<boolean>;
|
|
2148
|
+
};
|
|
2149
|
+
translate: {
|
|
2150
|
+
type: PropType<"yes" | "no">;
|
|
2151
|
+
};
|
|
2141
2152
|
disableTypography: {
|
|
2142
2153
|
type: PropType<boolean>;
|
|
2143
2154
|
};
|
|
2144
2155
|
contextmenu: {
|
|
2145
2156
|
type: PropType<string>;
|
|
2146
2157
|
};
|
|
2147
|
-
|
|
2158
|
+
placeholder: {
|
|
2148
2159
|
type: PropType<string>;
|
|
2149
2160
|
};
|
|
2150
|
-
|
|
2151
|
-
type: PropType<"yes" | "no">;
|
|
2152
|
-
};
|
|
2153
|
-
role: {
|
|
2161
|
+
dir: {
|
|
2154
2162
|
type: PropType<string>;
|
|
2155
2163
|
};
|
|
2156
|
-
|
|
2164
|
+
id: {
|
|
2157
2165
|
type: PropType<string>;
|
|
2158
2166
|
};
|
|
2159
|
-
|
|
2160
|
-
type: PropType<
|
|
2167
|
+
role: {
|
|
2168
|
+
type: PropType<string>;
|
|
2161
2169
|
};
|
|
2162
2170
|
'aria-describedby': {
|
|
2163
2171
|
type: PropType<string>;
|
|
@@ -2171,6 +2179,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2171
2179
|
'aria-expanded': {
|
|
2172
2180
|
type: PropType<boolean | "true" | "false">;
|
|
2173
2181
|
};
|
|
2182
|
+
target: {
|
|
2183
|
+
type: PropType<string>;
|
|
2184
|
+
} & {
|
|
2185
|
+
default: any;
|
|
2186
|
+
};
|
|
2174
2187
|
args: {
|
|
2175
2188
|
type: PropType<{
|
|
2176
2189
|
props: RouterLinkProps;
|
|
@@ -2192,9 +2205,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2192
2205
|
activeClass: {
|
|
2193
2206
|
type: PropType<string>;
|
|
2194
2207
|
};
|
|
2195
|
-
exact: {
|
|
2196
|
-
type: PropType<boolean>;
|
|
2197
|
-
};
|
|
2198
2208
|
exactPath: {
|
|
2199
2209
|
type: PropType<boolean>;
|
|
2200
2210
|
};
|
|
@@ -2208,7 +2218,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2208
2218
|
type: PropType<string>;
|
|
2209
2219
|
};
|
|
2210
2220
|
ariaCurrentValue: {
|
|
2211
|
-
type: PropType<"time" | "true" | "false" | "
|
|
2221
|
+
type: PropType<"time" | "true" | "false" | "page" | "date" | "step" | "location">;
|
|
2212
2222
|
};
|
|
2213
2223
|
download: {
|
|
2214
2224
|
type: PropType<any>;
|
|
@@ -2228,9 +2238,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2228
2238
|
rel: {
|
|
2229
2239
|
type: PropType<string>;
|
|
2230
2240
|
};
|
|
2231
|
-
target: {
|
|
2232
|
-
type: PropType<string>;
|
|
2233
|
-
};
|
|
2234
2241
|
referrerpolicy: {
|
|
2235
2242
|
type: PropType<"" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
2236
2243
|
};
|
|
@@ -2249,9 +2256,6 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2249
2256
|
lang: {
|
|
2250
2257
|
type: PropType<string>;
|
|
2251
2258
|
};
|
|
2252
|
-
placeholder: {
|
|
2253
|
-
type: PropType<string>;
|
|
2254
|
-
};
|
|
2255
2259
|
spellcheck: {
|
|
2256
2260
|
type: PropType<boolean | "true" | "false">;
|
|
2257
2261
|
};
|
|
@@ -2316,7 +2320,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2316
2320
|
type: PropType<"off" | "on">;
|
|
2317
2321
|
};
|
|
2318
2322
|
inputmode: {
|
|
2319
|
-
type: PropType<"
|
|
2323
|
+
type: PropType<"text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal">;
|
|
2320
2324
|
};
|
|
2321
2325
|
is: {
|
|
2322
2326
|
type: PropType<string>;
|
|
@@ -2328,7 +2332,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2328
2332
|
type: PropType<boolean | "true" | "false">;
|
|
2329
2333
|
};
|
|
2330
2334
|
'aria-autocomplete': {
|
|
2331
|
-
type: PropType<"none" | "
|
|
2335
|
+
type: PropType<"none" | "both" | "inline" | "list">;
|
|
2332
2336
|
};
|
|
2333
2337
|
'aria-busy': {
|
|
2334
2338
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -2346,7 +2350,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2346
2350
|
type: PropType<string | number>;
|
|
2347
2351
|
};
|
|
2348
2352
|
'aria-current': {
|
|
2349
|
-
type: PropType<"time" | (boolean | "true" | "false") | "
|
|
2353
|
+
type: PropType<"time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location">;
|
|
2350
2354
|
};
|
|
2351
2355
|
'aria-details': {
|
|
2352
2356
|
type: PropType<string>;
|
|
@@ -2355,7 +2359,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2355
2359
|
type: PropType<boolean | "true" | "false">;
|
|
2356
2360
|
};
|
|
2357
2361
|
'aria-dropeffect': {
|
|
2358
|
-
type: PropType<"link" | "
|
|
2362
|
+
type: PropType<"link" | "none" | "copy" | "move" | "execute" | "popup">;
|
|
2359
2363
|
};
|
|
2360
2364
|
'aria-errormessage': {
|
|
2361
2365
|
type: PropType<string>;
|
|
@@ -2367,7 +2371,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2367
2371
|
type: PropType<boolean | "true" | "false">;
|
|
2368
2372
|
};
|
|
2369
2373
|
'aria-haspopup': {
|
|
2370
|
-
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "
|
|
2374
|
+
type: PropType<"dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "grid" | "tree">;
|
|
2371
2375
|
};
|
|
2372
2376
|
'aria-hidden': {
|
|
2373
2377
|
type: PropType<boolean | "true" | "false">;
|
|
@@ -2378,6 +2382,9 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2378
2382
|
'aria-keyshortcuts': {
|
|
2379
2383
|
type: PropType<string>;
|
|
2380
2384
|
};
|
|
2385
|
+
'aria-label': {
|
|
2386
|
+
type: PropType<string>;
|
|
2387
|
+
};
|
|
2381
2388
|
'aria-labelledby': {
|
|
2382
2389
|
type: PropType<string>;
|
|
2383
2390
|
};
|
|
@@ -2397,7 +2404,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2397
2404
|
type: PropType<boolean | "true" | "false">;
|
|
2398
2405
|
};
|
|
2399
2406
|
'aria-orientation': {
|
|
2400
|
-
type: PropType<"
|
|
2407
|
+
type: PropType<"horizontal" | "vertical">;
|
|
2401
2408
|
};
|
|
2402
2409
|
'aria-owns': {
|
|
2403
2410
|
type: PropType<string>;
|
|
@@ -2459,6 +2466,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2459
2466
|
click: (clickEvent: MouseEvent) => void;
|
|
2460
2467
|
}, string, {
|
|
2461
2468
|
variant: "default" | BentoLinkVariant | "quiet";
|
|
2469
|
+
target: string;
|
|
2462
2470
|
}, {}, string> & import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps & (new () => {
|
|
2463
2471
|
$slots: {
|
|
2464
2472
|
default: (_: {}) => any;
|
|
@@ -2507,11 +2515,11 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
2507
2515
|
onClick?: (...args: any[]) => any;
|
|
2508
2516
|
"onKeydown.esc"?: (...args: any[]) => any;
|
|
2509
2517
|
}, {
|
|
2510
|
-
link: Record<string, any>;
|
|
2511
2518
|
type: "button" | "submit" | "reset";
|
|
2512
|
-
|
|
2519
|
+
link: Record<string, any>;
|
|
2520
|
+
variant: "primary" | "secondary" | "tertiary" | BentoButtonVariant;
|
|
2513
2521
|
condensed: boolean;
|
|
2514
2522
|
disabled: boolean;
|
|
2515
|
-
|
|
2523
|
+
critical: boolean;
|
|
2516
2524
|
}>;
|
|
2517
2525
|
export default _default;
|