@adyen/bento-vue3 0.9.3
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/accordion/accordion.keys.d.ts +1 -0
- package/dist/@types/components/accordion/accordion.types.d.ts +24 -0
- package/dist/@types/components/accordion/accordion.vue.d.ts +57 -0
- package/dist/@types/components/accordion/components/accordion-item.vue.d.ts +35 -0
- package/dist/@types/components/accordion/index.d.ts +3 -0
- package/dist/@types/components/alert/alert.types.d.ts +6 -0
- package/dist/@types/components/alert/alert.vue.d.ts +47 -0
- package/dist/@types/components/alert/index.d.ts +2 -0
- package/dist/@types/components/avatar-image/avatar-image.types.d.ts +10 -0
- package/dist/@types/components/avatar-image/avatar-image.vue.d.ts +55 -0
- package/dist/@types/components/avatar-image/index.d.ts +2 -0
- package/dist/@types/components/badge/badge.types.d.ts +7 -0
- package/dist/@types/components/badge/badge.vue.d.ts +32 -0
- package/dist/@types/components/badge/index.d.ts +2 -0
- package/dist/@types/components/button/button.demo.d.ts +6 -0
- package/dist/@types/components/button/button.types.d.ts +11 -0
- package/dist/@types/components/button/button.vue.d.ts +68 -0
- package/dist/@types/components/button/components/button-actions/button-actions.types.d.ts +28 -0
- package/dist/@types/components/button/components/button-actions/button-actions.vue.d.ts +33 -0
- package/dist/@types/components/button/components/button-actions/index.d.ts +2 -0
- package/dist/@types/components/button/components/button-group.vue.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/index.d.ts +2 -0
- package/dist/@types/components/button/components/loading-button/loading-button.types.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +55 -0
- package/dist/@types/components/button/index.d.ts +5 -0
- package/dist/@types/components/card/card.types.d.ts +8 -0
- package/dist/@types/components/card/card.vue.d.ts +113 -0
- package/dist/@types/components/card/index.d.ts +2 -0
- package/dist/@types/components/checkbox/checkbox.types.d.ts +7 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +80 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.types.d.ts +12 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +67 -0
- package/dist/@types/components/checkbox/components/checkbox-group/index.d.ts +2 -0
- package/dist/@types/components/checkbox/index.d.ts +3 -0
- package/dist/@types/components/click-outside/click-outside.d.ts +13 -0
- package/dist/@types/components/click-outside/index.d.ts +1 -0
- package/dist/@types/components/controls-group/controls-group.vue.d.ts +49 -0
- package/dist/@types/components/controls-group/index.d.ts +1 -0
- package/dist/@types/components/country/composables/index.d.ts +4 -0
- package/dist/@types/components/country/composables/useCountryCapital/useCountryCapital.d.ts +3 -0
- package/dist/@types/components/country/composables/useCountryFlag.d.ts +2 -0
- package/dist/@types/components/country/composables/useCountryName/useCountryName.d.ts +2 -0
- package/dist/@types/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +3 -0
- package/dist/@types/components/country/country.types.d.ts +260 -0
- package/dist/@types/components/country/country.vue.d.ts +42 -0
- package/dist/@types/components/country/index.d.ts +3 -0
- package/dist/@types/components/currency/currency.types.d.ts +170 -0
- package/dist/@types/components/currency/currency.vue.d.ts +32 -0
- package/dist/@types/components/currency/index.d.ts +2 -0
- package/dist/@types/components/data-grid/components/data-grid-columns/data-grid-columns-types.d.ts +17 -0
- package/dist/@types/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +159 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/components/data-grid-config-settings-column-row/data-grid-config-settings-column-row.vue.d.ts +38 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.types.d.ts +4 -0
- package/dist/@types/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +66 -0
- package/dist/@types/components/data-grid/components/index.d.ts +2 -0
- package/dist/@types/components/data-grid/composables/index.d.ts +6 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +31 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +64 -0
- package/dist/@types/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +69 -0
- package/dist/@types/components/data-grid/composables/useResizer.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useSelector.d.ts +11 -0
- package/dist/@types/components/data-grid/composables/useSorter.d.ts +9 -0
- package/dist/@types/components/data-grid/data-grid.types.d.ts +68 -0
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +477 -0
- package/dist/@types/components/data-grid/index.d.ts +2 -0
- package/dist/@types/components/date/date.types.d.ts +18 -0
- package/dist/@types/components/date/date.vue.d.ts +30 -0
- package/dist/@types/components/date/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue.d.ts +45 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.types.d.ts +20 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue.d.ts +52 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.types.d.ts +18 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/date-picker-calendar.vue.d.ts +92 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar/index.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-range-pane.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/composables/use-single-pane.d.ts +2 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.types.d.ts +21 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/date-picker-calendar-pane.vue.d.ts +198 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-pane/index.d.ts +1 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.types.d.ts +5 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.vue.d.ts +78 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/index.d.ts +1 -0
- package/dist/@types/components/date-picker/composables/use-date-picker-range-calendar-text.d.ts +2 -0
- package/dist/@types/components/date-picker/composables/use-date-picker-single-calendar-text.d.ts +2 -0
- package/dist/@types/components/date-picker/date-picker.types.d.ts +24 -0
- package/dist/@types/components/date-picker/date-picker.vue.d.ts +150 -0
- package/dist/@types/components/date-picker/index.d.ts +2 -0
- package/dist/@types/components/divider/divider.vue.d.ts +6 -0
- package/dist/@types/components/divider/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +55 -0
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +159 -0
- package/dist/@types/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +146 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +129 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +118 -0
- package/dist/@types/components/dropdown/components/index.d.ts +3 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +5 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +152 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +5 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +7 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +161 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +147 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +147 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +6 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +152 -0
- package/dist/@types/components/dropdown/dropdown.types.d.ts +4 -0
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +165 -0
- package/dist/@types/components/dropdown/index.d.ts +6 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.types.d.ts +3 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +1058 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/components/all-filters-modal-button/all-filters-modal-button.vue.d.ts +46 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.types.d.ts +7 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +142 -0
- package/dist/@types/components/filter-bar/components/base-filter/components/filter-bar-filter-button/filter-bar-filter-button.vue.d.ts +55 -0
- package/dist/@types/components/filter-bar/components/base-filter/components/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/base-filter/composables/use-base-filter.d.ts +6 -0
- package/dist/@types/components/filter-bar/components/base-filter/index.d.ts +2 -0
- package/dist/@types/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +62 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +67 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +143 -0
- package/dist/@types/components/filter-bar/components/date-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +227 -0
- package/dist/@types/components/filter-bar/components/date-range-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/index.d.ts +12 -0
- package/dist/@types/components/filter-bar/components/input-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/input-filter/input-filter.vue.d.ts +64 -0
- package/dist/@types/components/filter-bar/components/range-filter/range-filter.vue.d.ts +68 -0
- package/dist/@types/components/filter-bar/components/select-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +76 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +78 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +63 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +81 -0
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +83 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +42 -0
- package/dist/@types/components/filter-bar/index.d.ts +2 -0
- package/dist/@types/components/focus-trap/focus-trap.types.d.ts +18 -0
- package/dist/@types/components/focus-trap/focus-trap.vue.d.ts +39 -0
- package/dist/@types/components/focus-trap/index.d.ts +1 -0
- package/dist/@types/components/header/header.types.d.ts +4 -0
- package/dist/@types/components/header/header.vue.d.ts +66 -0
- package/dist/@types/components/header/index.d.ts +1 -0
- package/dist/@types/components/info-icon/index.d.ts +1 -0
- package/dist/@types/components/info-icon/info-icon.vue.d.ts +24 -0
- package/dist/@types/components/input-field/index.d.ts +2 -0
- package/dist/@types/components/input-field/input-field.types.d.ts +37 -0
- package/dist/@types/components/input-field/input-field.vue.d.ts +138 -0
- package/dist/@types/components/internal/avatar/avatar.vue.d.ts +40 -0
- package/dist/@types/components/internal/avatar/index.d.ts +1 -0
- package/dist/@types/components/internal/base-button/base-button.types.d.ts +15 -0
- package/dist/@types/components/internal/base-button/base-button.vue.d.ts +47 -0
- package/dist/@types/components/internal/base-button/index.d.ts +2 -0
- package/dist/@types/components/internal/copy/copy.types.d.ts +5 -0
- package/dist/@types/components/internal/copy/copy.vue.d.ts +31 -0
- package/dist/@types/components/internal/copy/index.d.ts +1 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.types.d.ts +11 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.vue.d.ts +34 -0
- package/dist/@types/components/internal/grid-layout/index.d.ts +2 -0
- package/dist/@types/components/internal/index.d.ts +4 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options.vue.d.ts +37 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +54 -0
- package/dist/@types/components/internal/listbox/components/listbox-option/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +29 -0
- package/dist/@types/components/internal/listbox/components/listbox-option-tag/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +19 -0
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +40 -0
- package/dist/@types/components/internal/listbox/index.d.ts +2 -0
- package/dist/@types/components/internal/listbox/listbox.vue.d.ts +81 -0
- package/dist/@types/components/link/index.d.ts +2 -0
- package/dist/@types/components/link/link.types.d.ts +4 -0
- package/dist/@types/components/link/link.vue.d.ts +41 -0
- package/dist/@types/components/loading-indicator/index.d.ts +2 -0
- package/dist/@types/components/loading-indicator/loading-indicator.types.d.ts +4 -0
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +39 -0
- package/dist/@types/components/menu/components/index.d.ts +2 -0
- package/dist/@types/components/menu/components/menu-item/index.d.ts +2 -0
- package/dist/@types/components/menu/components/menu-item/menu-item.types.d.ts +12 -0
- package/dist/@types/components/menu/components/menu-item/menu-item.vue.d.ts +96 -0
- package/dist/@types/components/menu/components/menu-item-list/index.d.ts +1 -0
- package/dist/@types/components/menu/components/menu-item-list/menu-item-list.vue.d.ts +59 -0
- package/dist/@types/components/menu/components/menu-list-container/menu-list-container.vue.d.ts +2 -0
- package/dist/@types/components/menu/components/sub-menu-item-list/sub-menu-item-list.vue.d.ts +55 -0
- package/dist/@types/components/menu/index.d.ts +2 -0
- package/dist/@types/components/menu/menu.types.d.ts +12 -0
- package/dist/@types/components/menu/menu.vue.d.ts +92 -0
- package/dist/@types/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +123 -0
- package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +128 -0
- package/dist/@types/components/modal/components/base-modal/index.d.ts +1 -0
- package/dist/@types/components/modal/components/index.d.ts +3 -0
- package/dist/@types/components/modal/components/modal-default/modal-default.vue.d.ts +128 -0
- package/dist/@types/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +81 -0
- package/dist/@types/components/modal/index.d.ts +2 -0
- package/dist/@types/components/modal/modal.types.d.ts +27 -0
- package/dist/@types/components/modal/modal.vue.d.ts +149 -0
- package/dist/@types/components/pagination/components/pagination-context/pagination-context.vue.d.ts +32 -0
- package/dist/@types/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +39 -0
- package/dist/@types/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +35 -0
- package/dist/@types/components/pagination/index.d.ts +1 -0
- package/dist/@types/components/pagination/pagination.vue.d.ts +71 -0
- package/dist/@types/components/payment-method/composables/index.d.ts +1 -0
- package/dist/@types/components/payment-method/composables/usePaymentIcon.d.ts +3 -0
- package/dist/@types/components/payment-method/index.d.ts +2 -0
- package/dist/@types/components/payment-method/payment-method.types.d.ts +1079 -0
- package/dist/@types/components/payment-method/payment-method.vue.d.ts +40 -0
- package/dist/@types/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-image/index.d.ts +1 -0
- package/dist/@types/components/popover/components/popover-image/popover-image.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-title/popover-title.vue.d.ts +28 -0
- package/dist/@types/components/popover/index.d.ts +2 -0
- package/dist/@types/components/popover/popover.types.d.ts +19 -0
- package/dist/@types/components/popover/popover.vue.d.ts +170 -0
- package/dist/@types/components/popper-container/index.d.ts +2 -0
- package/dist/@types/components/popper-container/popper-container.types.d.ts +54 -0
- package/dist/@types/components/popper-container/popper-container.utils.d.ts +23 -0
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +134 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.types.d.ts +4 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.vue.d.ts +58 -0
- package/dist/@types/components/radio-group/index.d.ts +2 -0
- package/dist/@types/components/radio-group/radio-group.types.d.ts +12 -0
- package/dist/@types/components/radio-group/radio-group.vue.d.ts +76 -0
- package/dist/@types/components/search-bar/index.d.ts +3 -0
- package/dist/@types/components/search-bar/search-bar.types.d.ts +15 -0
- package/dist/@types/components/search-bar/search-bar.vue.d.ts +278 -0
- package/dist/@types/components/search-bar/useSearchBarDataFilter.d.ts +3 -0
- package/dist/@types/components/segmented-control/components/segmented-option.vue.d.ts +59 -0
- package/dist/@types/components/segmented-control/index.d.ts +3 -0
- package/dist/@types/components/segmented-control/segmented-control.keys.d.ts +1 -0
- package/dist/@types/components/segmented-control/segmented-control.types.d.ts +15 -0
- package/dist/@types/components/segmented-control/segmented-control.vue.d.ts +42 -0
- package/dist/@types/components/status/index.d.ts +2 -0
- package/dist/@types/components/status/status.types.d.ts +8 -0
- package/dist/@types/components/status/status.vue.d.ts +23 -0
- package/dist/@types/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +46 -0
- package/dist/@types/components/structured-list/index.d.ts +2 -0
- package/dist/@types/components/structured-list/structured-list.vue.d.ts +2 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/index.d.ts +2 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.types.d.ts +7 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +119 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +89 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-custom/summary-grid-item-custom.vue.d.ts +40 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +80 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +80 -0
- package/dist/@types/components/summary-grid/components/summary-grid-item-text/summary-grid-item-text.vue.d.ts +51 -0
- package/dist/@types/components/summary-grid/index.d.ts +7 -0
- package/dist/@types/components/summary-grid/summary-grid.types.d.ts +16 -0
- package/dist/@types/components/summary-grid/summary-grid.vue.d.ts +19 -0
- package/dist/@types/components/tabs/components/tab.types.d.ts +5 -0
- package/dist/@types/components/tabs/components/tab.vue.d.ts +25 -0
- package/dist/@types/components/tabs/index.d.ts +2 -0
- package/dist/@types/components/tabs/tabs.keys.d.ts +2 -0
- package/dist/@types/components/tabs/tabs.types.d.ts +4 -0
- package/dist/@types/components/tabs/tabs.utils.d.ts +3 -0
- package/dist/@types/components/tabs/tabs.vue.d.ts +14 -0
- package/dist/@types/components/tag/index.d.ts +2 -0
- package/dist/@types/components/tag/tag.types.d.ts +8 -0
- package/dist/@types/components/tag/tag.vue.d.ts +47 -0
- package/dist/@types/components/textarea/index.d.ts +1 -0
- package/dist/@types/components/textarea/textarea.vue.d.ts +43 -0
- package/dist/@types/components/toast/components/toast-item/index.d.ts +2 -0
- package/dist/@types/components/toast/components/toast-item/toast-item.types.d.ts +9 -0
- package/dist/@types/components/toast/components/toast-item/toast-item.vue.d.ts +33 -0
- package/dist/@types/components/toast/index.d.ts +2 -0
- package/dist/@types/components/toast/toast.vue.d.ts +13 -0
- package/dist/@types/components/toggle/index.d.ts +2 -0
- package/dist/@types/components/toggle/toggle.types.d.ts +3 -0
- package/dist/@types/components/toggle/toggle.vue.d.ts +60 -0
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +319 -0
- package/dist/@types/components/typography/index.d.ts +2 -0
- package/dist/@types/components/typography/typography.types.d.ts +27 -0
- package/dist/@types/components/typography/typography.vue.d.ts +78 -0
- package/dist/@types/components.d.ts +119 -0
- package/dist/@types/composables/index.d.ts +3 -0
- package/dist/@types/composables/initials.d.ts +3 -0
- package/dist/@types/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +8 -0
- package/dist/@types/composables/use-default-slot-validator/use-default-slot-validator.d.ts +1 -0
- package/dist/@types/composables/useDynamicImport.d.ts +2 -0
- package/dist/@types/directives/click-outside/directive.d.ts +6 -0
- package/dist/@types/directives/click-outside/index.d.ts +1 -0
- package/dist/@types/directives/click-outside/on-click-outside.d.ts +3 -0
- package/dist/@types/directives/click-outside/types.d.ts +8 -0
- package/dist/@types/directives/click-outside/useEventListener/index.d.ts +7 -0
- package/dist/@types/directives/click-outside/useEventListener/types.d.ts +6 -0
- package/dist/@types/directives/click-outside/utils.d.ts +6 -0
- package/dist/@types/directives/index.d.ts +3 -0
- package/dist/@types/directives/keyboard-navigation/index.d.ts +2 -0
- package/dist/@types/directives/keyboard-navigation/keyboard-navigation.d.ts +2 -0
- package/dist/@types/directives/keyboard-navigation/keyboard-navigation.types.d.ts +7 -0
- package/dist/@types/directives/tooltip/index.d.ts +2 -0
- package/dist/@types/directives/tooltip/tooltip.d.ts +9 -0
- package/dist/@types/directives/tooltip/tooltip.types.d.ts +17 -0
- package/dist/@types/index.d.ts +38 -0
- package/dist/@types/install.d.ts +11 -0
- package/dist/@types/plugins/toastController.d.ts +12 -0
- package/dist/@types/types/date-format.d.ts +14 -0
- package/dist/@types/types/elements.d.ts +7 -0
- package/dist/@types/types/functions.d.ts +2 -0
- package/dist/@types/types/index.d.ts +8 -0
- package/dist/@types/types/label-position.d.ts +4 -0
- package/dist/@types/types/listbox.d.ts +11 -0
- package/dist/@types/types/maybe-ref.d.ts +2 -0
- package/dist/@types/types/omit-strict.d.ts +1 -0
- package/dist/@types/types/prop-types.d.ts +1 -0
- package/dist/@types/types/refs.d.ts +4 -0
- package/dist/@types/types/utils-events.d.ts +12 -0
- package/dist/@types/utils/ts/aria-label.d.ts +9 -0
- package/dist/@types/utils/ts/currency/countries-list.d.ts +4 -0
- package/dist/@types/utils/ts/currency/currency.d.ts +6 -0
- package/dist/@types/utils/ts/currency/currency.types.d.ts +24 -0
- package/dist/@types/utils/ts/debounce/debounce.d.ts +1 -0
- package/dist/@types/utils/ts/debounce/index.d.ts +1 -0
- package/dist/@types/utils/ts/deep-merge/deep-merge.d.ts +1 -0
- package/dist/@types/utils/ts/deep-merge/index.d.ts +1 -0
- package/dist/@types/utils/ts/events.d.ts +2 -0
- package/dist/@types/utils/ts/focus-trap.utils.d.ts +8 -0
- package/dist/@types/utils/ts/hasSlot.d.ts +2 -0
- package/dist/@types/utils/ts/i18n.d.ts +32 -0
- package/dist/@types/utils/ts/inject-css.d.ts +2 -0
- package/dist/@types/utils/ts/resize.d.ts +1 -0
- package/dist/@types/utils/ts/storybook.d.ts +8 -0
- package/dist/@types/utils/ts/toastController.d.ts +2 -0
- package/dist/@types/utils/ts/truncate.d.ts +1 -0
- package/dist/@types/utils/ts/unique-id.d.ts +1 -0
- package/dist/fonts/Inter-Bold.otf +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.woff +0 -0
- package/dist/fonts/Inter-Bold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraBold.otf +0 -0
- package/dist/fonts/Inter-ExtraBold.ttf +0 -0
- package/dist/fonts/Inter-ExtraBold.woff +0 -0
- package/dist/fonts/Inter-ExtraBold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraLight.otf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.woff +0 -0
- package/dist/fonts/Inter-ExtraLight.woff2 +0 -0
- package/dist/fonts/Inter-Italic.woff +0 -0
- package/dist/fonts/Inter-Italic.woff2 +0 -0
- package/dist/fonts/Inter-Light.otf +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.woff +0 -0
- package/dist/fonts/Inter-Light.woff2 +0 -0
- package/dist/fonts/Inter-Medium.otf +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.woff +0 -0
- package/dist/fonts/Inter-Medium.woff2 +0 -0
- package/dist/fonts/Inter-Regular.otf +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.woff +0 -0
- package/dist/fonts/Inter-Regular.woff2 +0 -0
- package/dist/fonts/Inter-SemiBold.otf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.woff +0 -0
- package/dist/fonts/Inter-SemiBold.woff2 +0 -0
- package/dist/fonts/Inter-Thin.otf +0 -0
- package/dist/fonts/Inter-Thin.ttf +0 -0
- package/dist/fonts/Inter-Thin.woff +0 -0
- package/dist/fonts/Inter-Thin.woff2 +0 -0
- package/dist/fonts/fonts.css +71 -0
- package/dist/index.js +24449 -0
- package/dist/index.js.map +1 -0
- package/dist/web-types.json +11 -0
- package/package.json +91 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { MaybeComputedElementRef, MaybeElement } from '@/types';
|
|
2
|
+
export declare const defaultWindow: Window & typeof globalThis;
|
|
3
|
+
export declare const isIOS: boolean;
|
|
4
|
+
export declare function resolveUnref<T>(r: any): T;
|
|
5
|
+
export declare function unrefElement<T extends MaybeElement>(elRef: MaybeComputedElementRef<T>): any;
|
|
6
|
+
export declare const noop: () => void;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const BentoTooltipDirective: {
|
|
2
|
+
bind(el: any, binding: any): void;
|
|
3
|
+
update(el: any, binding: any): void;
|
|
4
|
+
unbind(el: any): void;
|
|
5
|
+
beforeMount(el: any, binding: any): void;
|
|
6
|
+
mounted(el: any, binding: any): void;
|
|
7
|
+
updated(el: any, binding: any): void;
|
|
8
|
+
unmounted(el: any): void;
|
|
9
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PopperContainerPositionBasic } from '@/components/popper-container';
|
|
2
|
+
export declare const BentoTooltipPosition: {
|
|
3
|
+
TOP: PopperContainerPositionBasic.TOP;
|
|
4
|
+
RIGHT: PopperContainerPositionBasic.RIGHT;
|
|
5
|
+
BOTTOM: PopperContainerPositionBasic.BOTTOM;
|
|
6
|
+
LEFT: PopperContainerPositionBasic.LEFT;
|
|
7
|
+
};
|
|
8
|
+
export type BentoTooltipPosition = PopperContainerPositionBasic;
|
|
9
|
+
export declare enum BentoTooltipState {
|
|
10
|
+
HIDDEN = "hidden"
|
|
11
|
+
}
|
|
12
|
+
export interface TooltipInstance {
|
|
13
|
+
target: HTMLElement;
|
|
14
|
+
content: string;
|
|
15
|
+
position: BentoTooltipPosition;
|
|
16
|
+
removeListeners: Array<() => void>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import BentoVue from './install';
|
|
2
|
+
export * from './components/alert';
|
|
3
|
+
export * from './components/button';
|
|
4
|
+
export * from './components/data-grid';
|
|
5
|
+
export * from './components/card';
|
|
6
|
+
export * from './components/date-picker';
|
|
7
|
+
export * from './components/dropdown';
|
|
8
|
+
export * from './components/checkbox';
|
|
9
|
+
export * from './components/click-outside';
|
|
10
|
+
export * from './components/country';
|
|
11
|
+
export * from './components/currency';
|
|
12
|
+
export * from './components/date';
|
|
13
|
+
export * from './components/divider';
|
|
14
|
+
export * from './components/filter-bar';
|
|
15
|
+
export * from './components/info-icon';
|
|
16
|
+
export * from './components/input-field';
|
|
17
|
+
export * from './components/loading-indicator';
|
|
18
|
+
export * from './components/link';
|
|
19
|
+
export * from './components/menu';
|
|
20
|
+
export * from './components/modal';
|
|
21
|
+
export * from './components/header';
|
|
22
|
+
export * from './components/pagination';
|
|
23
|
+
export * from './components/payment-method';
|
|
24
|
+
export * from './components/popover';
|
|
25
|
+
export * from './components/radio-group';
|
|
26
|
+
export * from './components/search-bar';
|
|
27
|
+
export * from './components/status';
|
|
28
|
+
export * from './components/structured-list';
|
|
29
|
+
export * from './components/summary-grid';
|
|
30
|
+
export * from './components/tabs';
|
|
31
|
+
export * from './components/tag';
|
|
32
|
+
export * from './components/toast';
|
|
33
|
+
export * from './components/toggle';
|
|
34
|
+
export * from './components/typography';
|
|
35
|
+
export * from './types';
|
|
36
|
+
export * from './directives';
|
|
37
|
+
export default BentoVue;
|
|
38
|
+
export { BentoTheme } from './install';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { PluginObject } from 'vue';
|
|
2
|
+
export declare enum BentoTheme {
|
|
3
|
+
LEGACY = "b-legacy-theme",
|
|
4
|
+
BENTO = ""
|
|
5
|
+
}
|
|
6
|
+
interface BentoVuePlugin {
|
|
7
|
+
theme: BentoTheme;
|
|
8
|
+
withToast: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: PluginObject<BentoVuePlugin>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BentoToastItem } from '@/components/toast/components/toast-item';
|
|
2
|
+
export default class ToastController {
|
|
3
|
+
get state(): {
|
|
4
|
+
queue: Array<BentoToastItem>;
|
|
5
|
+
};
|
|
6
|
+
private _state;
|
|
7
|
+
constructor();
|
|
8
|
+
private dismissToast;
|
|
9
|
+
addToast(params: BentoToastItem): {
|
|
10
|
+
dismiss: () => void;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum DateFormat {
|
|
2
|
+
DAY_OF_MONTH = "d",
|
|
3
|
+
NUMERIC_DAY = "dd",
|
|
4
|
+
SHORT_WEEKDAY = "EEE",
|
|
5
|
+
NUMERIC_MONTH = "MM",
|
|
6
|
+
SHORT_MONTH = "MMM",
|
|
7
|
+
LONG_MONTH = "MMMM",
|
|
8
|
+
LONG_MONTH_YEAR = "MMMM yyyy",
|
|
9
|
+
FULL_YEAR = "yyyy",
|
|
10
|
+
FULL_DATE = "d MMM, yyyy",
|
|
11
|
+
FULL_DATE_MONTH_FIRST = "MMM dd, yyyy",
|
|
12
|
+
NUMERIC_DATE_YEAR_FIRST = "yyyy-MM-dd",
|
|
13
|
+
NUMERIC_DATE_DAY_FIRST = "yyyy-MM-dd"
|
|
14
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Component, ComponentPublicInstance } from 'vue';
|
|
2
|
+
import { MaybeComputedRef, MaybeRef } from './refs';
|
|
3
|
+
export type VueInstance = ComponentPublicInstance;
|
|
4
|
+
export type VueNodeElement = Component | Element | (Component | Element)[] | undefined;
|
|
5
|
+
export type MaybeElement = HTMLElement | SVGElement | VueInstance | undefined | null;
|
|
6
|
+
export type MaybeElementRef<T extends MaybeElement = MaybeElement> = MaybeRef<T>;
|
|
7
|
+
export type MaybeComputedElementRef<T extends MaybeElement = MaybeElement> = MaybeComputedRef<T>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BentoSearchBarItem } from '@/components/search-bar';
|
|
2
|
+
export type BentoListboxValue = string | number;
|
|
3
|
+
export type BentoListboxMultiSelectValue = BentoListboxValue[];
|
|
4
|
+
export interface BentoListboxOptionItem extends BentoSearchBarItem {
|
|
5
|
+
data?: unknown;
|
|
6
|
+
description?: string;
|
|
7
|
+
value: BentoListboxValue;
|
|
8
|
+
}
|
|
9
|
+
export type BentoListboxSelectedValue = BentoListboxValue | BentoListboxMultiSelectValue;
|
|
10
|
+
export type BentoListboxOptions = Array<BentoListboxOptionItem>;
|
|
11
|
+
export type BentoListboxIsOptionDisabled = (optionValue: BentoListboxOptionItem) => boolean | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type OmitStrict<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Booleanish = boolean | 'true' | 'false';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
import { MaybeRef } from '@/types/maybe-ref';
|
|
3
|
+
interface ariaLabelOptions {
|
|
4
|
+
ariaLabel?: MaybeRef<string | null>;
|
|
5
|
+
label?: MaybeRef<string | null>;
|
|
6
|
+
defaultFallback?: MaybeRef<string | null>;
|
|
7
|
+
}
|
|
8
|
+
export declare const useAriaLabel: ({ ariaLabel, label, defaultFallback, }: ariaLabelOptions) => ComputedRef<string>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CurrencyAmount, CurrencyOptions, NumberFormatOptionsResult } from './currency.types';
|
|
2
|
+
export declare const getExponent: (currencyCode: string) => number;
|
|
3
|
+
export declare const getMinorUnitsAmount: (amount: CurrencyAmount) => number;
|
|
4
|
+
export declare const getNormalizedAmount: (amount: CurrencyAmount, exponent: number) => number;
|
|
5
|
+
export declare function getNumberFormatOptions(amount: CurrencyAmount, options?: CurrencyOptions, majorUnits?: boolean): NumberFormatOptionsResult;
|
|
6
|
+
export declare const getLocalizedCurrencyValue: (amountValue: string, currency: string, majorUnits?: boolean) => string;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface CurrencyAmount {
|
|
2
|
+
value: number;
|
|
3
|
+
currency: string;
|
|
4
|
+
}
|
|
5
|
+
export interface CurrencyOptions {
|
|
6
|
+
style?: string;
|
|
7
|
+
exponent?: number;
|
|
8
|
+
optionalFractions?: boolean;
|
|
9
|
+
highPrecision?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface CurrencyFormatOptions {
|
|
12
|
+
amount: CurrencyAmount;
|
|
13
|
+
options?: CurrencyOptions;
|
|
14
|
+
}
|
|
15
|
+
export interface NumberFormatOptionsResult {
|
|
16
|
+
value: number;
|
|
17
|
+
format: {
|
|
18
|
+
currency: string;
|
|
19
|
+
currencyDisplay: string;
|
|
20
|
+
maximumFractionDigits: number;
|
|
21
|
+
minimumFractionDigits: number;
|
|
22
|
+
style: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const debounce: <T extends (...args: any[]) => any>(callback: T, debounceTime?: number) => T;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './debounce';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function deepMerge(target: object, source: object): object;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './deep-merge';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BentoFocusTrapHorizontalNavigationEvent, BentoFocusTrapVerticalNavigationEvent } from '@/components/focus-trap/focus-trap.types';
|
|
2
|
+
export declare const deferAction: (callback: FrameRequestCallback) => number;
|
|
3
|
+
export declare const getNextFocusableElement: (factor: any, element: any) => HTMLElement;
|
|
4
|
+
export declare const getArrowType: (event: KeyboardEvent, arrowOrder: BentoFocusTrapVerticalNavigationEvent[] | BentoFocusTrapHorizontalNavigationEvent[]) => {
|
|
5
|
+
isArrowNext: boolean;
|
|
6
|
+
isArrowPrev: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const SCROLL_INTO_VIEW_OPTIONS: ScrollIntoViewOptions;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { WritableComputedRef } from 'vue';
|
|
2
|
+
import VueI18n from 'vue-i18n';
|
|
3
|
+
export declare const defaultI18nOptions: {
|
|
4
|
+
locale: string;
|
|
5
|
+
fallbackLocale: string;
|
|
6
|
+
fallbackRoot: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare function createI18n(options?: {
|
|
9
|
+
locale: string;
|
|
10
|
+
fallbackLocale: string;
|
|
11
|
+
fallbackRoot: boolean;
|
|
12
|
+
}): VueI18n;
|
|
13
|
+
export interface Composer {
|
|
14
|
+
locale: WritableComputedRef<string>;
|
|
15
|
+
t: typeof VueI18n.prototype.t;
|
|
16
|
+
tc: typeof VueI18n.prototype.tc;
|
|
17
|
+
te: typeof VueI18n.prototype.te;
|
|
18
|
+
d: typeof VueI18n.prototype.d;
|
|
19
|
+
n: typeof VueI18n.prototype.n;
|
|
20
|
+
}
|
|
21
|
+
interface i18nMessages {
|
|
22
|
+
'en-US': {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
[key: string]: {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export declare function useI18n(params?: {
|
|
30
|
+
messages?: i18nMessages;
|
|
31
|
+
} | undefined, onlyLocale?: boolean): Composer | any;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const observeSizeOfElement: (element: any, callback: any) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const truncate: (aString: string, characterLimit: number) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generateUid: (value: string) => string;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: swap;
|
|
3
|
+
font-family: Inter;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 100;
|
|
6
|
+
src: url('./Inter-Thin.woff2') format('woff2'), url('./Inter-Thin.woff') format('woff'),
|
|
7
|
+
url('./Inter-Thin.ttf') format('truetype'), url('./Inter-Thin.otf') format('opentype');
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-display: swap;
|
|
12
|
+
font-family: Inter;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: 200;
|
|
15
|
+
src: url('./Inter-ExtraLight.woff2') format('woff2'), url('./Inter-ExtraLight.woff') format('woff'),
|
|
16
|
+
url('./Inter-ExtraLight.ttf') format('truetype'), url('./Inter-ExtraLight.otf') format('opentype');
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-display: swap;
|
|
21
|
+
font-family: Inter;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-weight: 300;
|
|
24
|
+
src: url('./Inter-Light.woff2') format('woff2'), url('./Inter-Light.woff') format('woff'),
|
|
25
|
+
url('./Inter-Light.ttf') format('truetype'), url('./Inter-Light.otf') format('opentype');
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-display: swap;
|
|
30
|
+
font-family: Inter;
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
src: url('./Inter-Regular.woff2') format('woff2'), url('./Inter-Regular.woff') format('woff'),
|
|
34
|
+
url('./Inter-Regular.ttf') format('truetype'), url('./Inter-Regular.otf') format('opentype');
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-display: swap;
|
|
39
|
+
font-family: Inter;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-weight: 500;
|
|
42
|
+
src: url('./Inter-Medium.woff2') format('woff2'), url('./Inter-Medium.woff') format('woff'),
|
|
43
|
+
url('./Inter-Medium.ttf') format('truetype'), url('./Inter-Medium.otf') format('opentype');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-display: swap;
|
|
48
|
+
font-family: Inter;
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-weight: 600;
|
|
51
|
+
src: url('./Inter-SemiBold.woff2') format('woff2'), url('./Inter-SemiBold.woff') format('woff'),
|
|
52
|
+
url('./Inter-SemiBold.ttf') format('truetype'), url('./Inter-SemiBold.otf') format('opentype');
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@font-face {
|
|
56
|
+
font-display: swap;
|
|
57
|
+
font-family: Inter;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-weight: 700;
|
|
60
|
+
src: url('./Inter-Bold.woff2') format('woff2'), url('./Inter-Bold.woff') format('woff'),
|
|
61
|
+
url('./Inter-Bold.ttf') format('truetype'), url('./Inter-Bold.otf') format('opentype');
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-display: swap;
|
|
66
|
+
font-family: Inter;
|
|
67
|
+
font-style: normal;
|
|
68
|
+
font-weight: 800;
|
|
69
|
+
src: url('./Inter-ExtraBold.woff2') format('woff2'), url('./Inter-ExtraBold.woff') format('woff'),
|
|
70
|
+
url('./Inter-ExtraBold.ttf') format('truetype'), url('./Inter-ExtraBold.otf') format('opentype');
|
|
71
|
+
}
|