@adyen/bento-vue2 1.1.1 → 1.2.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.
Files changed (299) hide show
  1. package/dist/@types/packages/vue2/src/components/alert/alert.vue.d.ts +15 -11
  2. package/dist/@types/packages/vue2/src/components/avatar-image/avatar-image.vue.d.ts +1 -1
  3. package/dist/@types/packages/vue2/src/components/button/button.vue.d.ts +14 -14
  4. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +2 -2
  5. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +4 -4
  6. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +4 -4
  7. package/dist/@types/packages/vue2/src/components/button/index.d.ts +1 -1
  8. package/dist/@types/packages/vue2/src/components/card/card.vue.d.ts +20 -16
  9. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +1 -1
  10. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +3 -3
  11. package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +13 -9
  12. package/dist/@types/packages/vue2/src/components/code-snippet/composables/useLanguage.d.ts +2 -2
  13. package/dist/@types/packages/vue2/src/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -1
  14. package/dist/@types/packages/vue2/src/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
  15. package/dist/@types/packages/vue2/src/components/country/composables/useCountryPhoneCode/useCountryPhoneCode.d.ts +1 -1
  16. package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +9 -7
  17. package/dist/@types/packages/vue2/src/components/currency/currency.vue.d.ts +5 -5
  18. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-columns/data-grid-columns.vue.d.ts +3 -3
  19. 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 +4 -4
  20. package/dist/@types/packages/vue2/src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue.d.ts +4 -4
  21. package/dist/@types/packages/vue2/src/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +1 -1
  22. package/dist/@types/packages/vue2/src/components/data-grid/composables/useColumnReorderer/useColumnReorderer.d.ts +1 -1
  23. package/dist/@types/packages/vue2/src/components/data-grid/composables/useConfigSettings/useConfigSettings.d.ts +1 -1
  24. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +1 -1
  25. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +3 -3
  26. package/dist/@types/packages/vue2/src/components/date/date.vue.d.ts +7 -5
  27. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.types.d.ts +2 -2
  28. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +10 -10
  29. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +13 -13
  30. package/dist/@types/packages/vue2/src/components/date-range-picker/composables/use-date-range-picker-calendar-text.d.ts +1 -1
  31. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +2 -2
  32. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +10 -10
  33. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.types.d.ts +1 -1
  34. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +2 -2
  35. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
  36. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/composables/useDropdownOptionsListbox.d.ts +2 -2
  37. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +87 -85
  38. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
  39. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.types.d.ts +1 -1
  40. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +18 -16
  41. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/composables/useCountryItems.d.ts +3 -3
  42. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.types.d.ts +2 -2
  43. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +22 -20
  44. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.types.d.ts +2 -2
  45. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +17 -15
  46. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.types.d.ts +2 -2
  47. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +17 -15
  48. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.types.d.ts +1 -1
  49. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +8 -6
  50. package/dist/@types/packages/vue2/src/components/dropdown/composables/useDisplayValue.types.d.ts +1 -1
  51. package/dist/@types/packages/vue2/src/components/dropdown/composables/useDropdownSearchFilter.d.ts +1 -1
  52. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.types.d.ts +2 -2
  53. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +14 -12
  54. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +26 -26
  55. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter/base-filter.vue.d.ts +7 -7
  56. package/dist/@types/packages/vue2/src/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +2 -2
  57. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +9 -9
  58. package/dist/@types/packages/vue2/src/components/filter-bar/components/range-filter/range-filter.vue.d.ts +1 -1
  59. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/select-filter.vue.d.ts +2 -2
  60. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +2 -2
  61. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +8 -8
  62. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +2 -2
  63. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +2 -2
  64. package/dist/@types/packages/vue2/src/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +7 -7
  65. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.types.d.ts +10 -10
  66. package/dist/@types/packages/vue2/src/components/filter-bar/filter-bar.vue.d.ts +2 -2
  67. package/dist/@types/packages/vue2/src/components/header/header.vue.d.ts +5 -5
  68. package/dist/@types/packages/vue2/src/components/info-icon/info-icon.vue.d.ts +8 -6
  69. package/dist/@types/packages/vue2/src/components/input-field/input-field.types.d.ts +1 -1
  70. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +23 -15
  71. package/dist/@types/packages/vue2/src/components/internal/avatar/avatar.vue.d.ts +2 -2
  72. package/dist/@types/packages/vue2/src/components/internal/base-button/base-button.vue.d.ts +2 -2
  73. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/calendar-month.vue.d.ts +2 -2
  74. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/components/calendar-month-day/calendar-month-day.vue.d.ts +1 -1
  75. package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
  76. package/dist/@types/packages/vue2/src/components/internal/copy/copy.vue.d.ts +4 -4
  77. package/dist/@types/packages/vue2/src/components/internal/footer-actions/footer-actions.vue.d.ts +1 -1
  78. 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 +2 -2
  79. 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 +2 -2
  80. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +2 -2
  81. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +1 -1
  82. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-option-tag/listbox-option-tag.vue.d.ts +3 -3
  83. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue.d.ts +4 -4
  84. package/dist/@types/packages/vue2/src/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +2 -2
  85. package/dist/@types/packages/vue2/src/components/internal/listbox/listbox.vue.d.ts +11 -9
  86. package/dist/@types/packages/vue2/src/components/link/index.d.ts +1 -1
  87. package/dist/@types/packages/vue2/src/components/link/link.vue.d.ts +3 -3
  88. package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.types.d.ts +1 -1
  89. package/dist/@types/packages/vue2/src/components/menu/components/menu-item/menu-item.vue.d.ts +3 -3
  90. package/dist/@types/packages/vue2/src/components/menu/menu.vue.d.ts +5 -5
  91. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
  92. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +4 -4
  93. package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +2 -2
  94. package/dist/@types/packages/vue2/src/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +7 -7
  95. package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +24 -16
  96. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-context/pagination-context.vue.d.ts +2 -2
  97. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +1 -1
  98. package/dist/@types/packages/vue2/src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +1 -1
  99. package/dist/@types/packages/vue2/src/components/payment-method/composables/usePaymentIcon.d.ts +1 -1
  100. package/dist/@types/packages/vue2/src/components/payment-method/payment-method.vue.d.ts +6 -4
  101. package/dist/@types/packages/vue2/src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +1 -1
  102. package/dist/@types/packages/vue2/src/components/popover/components/popover-title/popover-title.vue.d.ts +1 -1
  103. package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +12 -12
  104. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.utils.d.ts +1 -1
  105. package/dist/@types/packages/vue2/src/components/popper-container/popper-container.vue.d.ts +4 -4
  106. package/dist/@types/packages/vue2/src/components/radio-group/components/radio-button/radio-button.vue.d.ts +1 -1
  107. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +3 -3
  108. package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +62 -46
  109. package/dist/@types/packages/vue2/src/components/segmented-control/components/segmented-control-button/segmented-control-button.vue.d.ts +1 -1
  110. package/dist/@types/packages/vue2/src/components/status/status.vue.d.ts +3 -3
  111. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +2 -2
  112. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item/summary-grid-item.vue.d.ts +38 -30
  113. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-amount/summary-grid-item-amount.vue.d.ts +16 -10
  114. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-numeric/summary-grid-item-numeric.vue.d.ts +16 -10
  115. package/dist/@types/packages/vue2/src/components/summary-grid/components/summary-grid-item-percentage/summary-grid-item-percentage.vue.d.ts +16 -10
  116. package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +1 -1
  117. package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +1 -1
  118. package/dist/@types/packages/vue2/src/components/tag/tag.vue.d.ts +5 -5
  119. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +8 -6
  120. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +20 -20
  121. package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +2 -2
  122. package/dist/@types/packages/vue2/src/components/toast/components/toast-item/toast-item.vue.d.ts +2 -2
  123. package/dist/@types/packages/vue2/src/components/toggle/toggle.types.d.ts +4 -0
  124. package/dist/@types/packages/vue2/src/components/toggle/toggle.vue.d.ts +9 -9
  125. package/dist/@types/packages/vue2/src/components/tooltip/tooltip.vue.d.ts +25 -25
  126. package/dist/@types/packages/vue2/src/components/typography/typography.vue.d.ts +6 -6
  127. package/dist/@types/packages/vue2/src/composables/initials.d.ts +1 -1
  128. package/dist/@types/packages/vue2/src/composables/use-checkbox-select-all/use-checkbox-select-all.d.ts +2 -2
  129. package/dist/@types/packages/vue2/src/composables/useDynamicImport.d.ts +1 -1
  130. package/dist/@types/packages/vue2/src/directives/click-outside/on-click-outside.d.ts +1 -1
  131. package/dist/@types/packages/vue2/src/directives/click-outside/types.d.ts +1 -1
  132. package/dist/@types/packages/vue2/src/directives/click-outside/useEventListener/index.d.ts +1 -1
  133. package/dist/@types/packages/vue2/src/directives/click-outside/utils.d.ts +1 -1
  134. package/dist/@types/packages/vue2/src/directives/tooltip/tooltip.types.d.ts +1 -1
  135. package/dist/@types/packages/vue2/src/plugins/toastController.d.ts +1 -1
  136. package/dist/@types/packages/vue2/src/types/index.d.ts +0 -1
  137. package/dist/@types/packages/vue2/src/types/listbox.d.ts +1 -1
  138. package/dist/@types/packages/vue2/src/utils/ts/aria-label.d.ts +1 -1
  139. package/dist/@types/packages/vue2/src/utils/ts/events.d.ts +1 -1
  140. package/dist/@types/packages/vue2/src/utils/ts/focus-trap.utils.d.ts +1 -1
  141. package/dist/accordion.js +1 -1
  142. package/dist/alert.js +34 -32
  143. package/dist/alert.js.map +1 -1
  144. package/dist/assets/button-actions.css +1 -1
  145. package/dist/assets/button.css +1 -1
  146. package/dist/assets/dropdown.css +1 -1
  147. package/dist/assets/index10.css +1 -1
  148. package/dist/assets/index11.css +1 -1
  149. package/dist/assets/index12.css +1 -1
  150. package/dist/assets/index13.css +1 -1
  151. package/dist/assets/index14.css +1 -1
  152. package/dist/assets/index15.css +1 -1
  153. package/dist/assets/index16.css +1 -1
  154. package/dist/assets/index17.css +1 -1
  155. package/dist/assets/index18.css +1 -1
  156. package/dist/assets/index19.css +1 -1
  157. package/dist/assets/index2.css +1 -1
  158. package/dist/assets/index20.css +1 -1
  159. package/dist/assets/index21.css +1 -1
  160. package/dist/assets/index22.css +1 -1
  161. package/dist/assets/index23.css +1 -1
  162. package/dist/assets/index24.css +1 -1
  163. package/dist/assets/index25.css +1 -1
  164. package/dist/assets/index26.css +1 -1
  165. package/dist/assets/index27.css +1 -1
  166. package/dist/assets/index28.css +1 -1
  167. package/dist/assets/index29.css +1 -1
  168. package/dist/assets/index3.css +1 -1
  169. package/dist/assets/index30.css +1 -1
  170. package/dist/assets/index31.css +1 -1
  171. package/dist/assets/index32.css +1 -1
  172. package/dist/assets/index33.css +1 -1
  173. package/dist/assets/index34.css +1 -1
  174. package/dist/assets/index35.css +1 -1
  175. package/dist/assets/index36.css +1 -1
  176. package/dist/assets/index37.css +1 -1
  177. package/dist/assets/index38.css +1 -1
  178. package/dist/assets/index39.css +1 -1
  179. package/dist/assets/index4.css +1 -1
  180. package/dist/assets/index5.css +1 -1
  181. package/dist/assets/index6.css +1 -1
  182. package/dist/assets/index7.css +1 -1
  183. package/dist/assets/index8.css +1 -1
  184. package/dist/assets/index9.css +1 -1
  185. package/dist/assets/listbox.css +1 -1
  186. package/dist/avatar-image.js +1 -1
  187. package/dist/button.js +3 -3
  188. package/dist/card.js +33 -31
  189. package/dist/card.js.map +1 -1
  190. package/dist/checkbox.js +10 -10
  191. package/dist/checkbox.js.map +1 -1
  192. package/dist/chunks/{base-button.16e8bb2c.js → base-button.d4487ac9.js} +2 -2
  193. package/dist/chunks/{base-button.16e8bb2c.js.map → base-button.d4487ac9.js.map} +1 -1
  194. package/dist/chunks/{button-actions.bcaea94e.js → button-actions.cf73ed47.js} +10 -10
  195. package/dist/chunks/{button-actions.bcaea94e.js.map → button-actions.cf73ed47.js.map} +1 -1
  196. package/dist/chunks/{button.34695c2c.js → button.c27a7ce2.js} +11 -11
  197. package/dist/chunks/button.c27a7ce2.js.map +1 -0
  198. package/dist/chunks/{calendar.a32d5783.js → calendar.8f50a65a.js} +4 -4
  199. package/dist/chunks/{calendar.a32d5783.js.map → calendar.8f50a65a.js.map} +1 -1
  200. package/dist/chunks/{checkbox.5d8f5768.js → checkbox.c06daf12.js} +3 -3
  201. package/dist/chunks/{checkbox.5d8f5768.js.map → checkbox.c06daf12.js.map} +1 -1
  202. package/dist/chunks/{controls-group.e607b021.js → controls-group.9d58a091.js} +2 -2
  203. package/dist/chunks/{controls-group.e607b021.js.map → controls-group.9d58a091.js.map} +1 -1
  204. package/dist/chunks/{copy.f49481e9.js → copy.b62beae5.js} +3 -3
  205. package/dist/chunks/{copy.f49481e9.js.map → copy.b62beae5.js.map} +1 -1
  206. package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js → dropdown-default-textbox.a5eca928.js} +2 -2
  207. package/dist/chunks/{dropdown-default-textbox.b7a68bb4.js.map → dropdown-default-textbox.a5eca928.js.map} +1 -1
  208. package/dist/chunks/{dropdown.0c80d6c1.js → dropdown.368486b1.js} +65 -63
  209. package/dist/chunks/dropdown.368486b1.js.map +1 -0
  210. package/dist/chunks/{error-message.fa27bee9.js → error-message.a581a172.js} +2 -2
  211. package/dist/chunks/{error-message.fa27bee9.js.map → error-message.a581a172.js.map} +1 -1
  212. package/dist/chunks/{index.2066e16f.js → index.175f9e2d.js} +3 -3
  213. package/dist/chunks/index.175f9e2d.js.map +1 -0
  214. package/dist/chunks/{index.16f60189.js → index.3b6fc08a.js} +6 -6
  215. package/dist/chunks/{index.16f60189.js.map → index.3b6fc08a.js.map} +1 -1
  216. package/dist/chunks/{index.36bd0bb1.js → index.3dfea3bd.js} +3 -3
  217. package/dist/chunks/{index.36bd0bb1.js.map → index.3dfea3bd.js.map} +1 -1
  218. package/dist/chunks/{index.695c11ef.js → index.ad39b625.js} +2 -2
  219. package/dist/chunks/{index.695c11ef.js.map → index.ad39b625.js.map} +1 -1
  220. package/dist/chunks/{index.875ba379.js → index.d07f9800.js} +33 -32
  221. package/dist/chunks/{index.875ba379.js.map → index.d07f9800.js.map} +1 -1
  222. package/dist/chunks/{index.ec1c7120.js → index.f0d99471.js} +20 -20
  223. package/dist/chunks/{index.ec1c7120.js.map → index.f0d99471.js.map} +1 -1
  224. package/dist/chunks/{listbox-option-tag.ac8eae9a.js → listbox-option-tag.c7e9a228.js} +3 -3
  225. package/dist/chunks/{listbox-option-tag.ac8eae9a.js.map → listbox-option-tag.c7e9a228.js.map} +1 -1
  226. package/dist/chunks/{listbox.4ea4114c.js → listbox.f51e92cd.js} +28 -27
  227. package/dist/chunks/{listbox.4ea4114c.js.map → listbox.f51e92cd.js.map} +1 -1
  228. package/dist/chunks/{loading-button.3fa1b7a8.js → loading-button.6d34f66f.js} +2 -2
  229. package/dist/chunks/{loading-button.3fa1b7a8.js.map → loading-button.6d34f66f.js.map} +1 -1
  230. package/dist/chunks/{tooltip.807205c0.js → tooltip.9af34fba.js} +2 -2
  231. package/dist/chunks/{tooltip.807205c0.js.map → tooltip.9af34fba.js.map} +1 -1
  232. package/dist/chunks/useCountryItems.5d7b436e.js.map +1 -1
  233. package/dist/code-snippet.js +132 -130
  234. package/dist/code-snippet.js.map +1 -1
  235. package/dist/country.js +17 -16
  236. package/dist/country.js.map +1 -1
  237. package/dist/currency.js +1 -1
  238. package/dist/currency.js.map +1 -1
  239. package/dist/data-grid.js +112 -112
  240. package/dist/data-grid.js.map +1 -1
  241. package/dist/date-picker.js +21 -21
  242. package/dist/date-range-picker.js +2 -2
  243. package/dist/date.js +1 -1
  244. package/dist/divider.js +1 -1
  245. package/dist/dropdown.js +3 -3
  246. package/dist/dropdown.js.map +1 -1
  247. package/dist/filter-bar.js +13 -13
  248. package/dist/filter-bar.js.map +1 -1
  249. package/dist/focus-trap.js +1 -1
  250. package/dist/header.js +30 -30
  251. package/dist/header.js.map +1 -1
  252. package/dist/index.js +147 -147
  253. package/dist/info-icon.js +13 -12
  254. package/dist/info-icon.js.map +1 -1
  255. package/dist/input-field.js +44 -40
  256. package/dist/input-field.js.map +1 -1
  257. package/dist/internal.js +6 -6
  258. package/dist/link.js +12 -12
  259. package/dist/link.js.map +1 -1
  260. package/dist/loading-indicator.js +1 -1
  261. package/dist/menu.js +5 -5
  262. package/dist/menu.js.map +1 -1
  263. package/dist/modal.js +85 -81
  264. package/dist/modal.js.map +1 -1
  265. package/dist/pagination.js +4 -4
  266. package/dist/payment-method.js +12 -11
  267. package/dist/payment-method.js.map +1 -1
  268. package/dist/popover.js +5 -5
  269. package/dist/popover.js.map +1 -1
  270. package/dist/popper-container.js +14 -14
  271. package/dist/popper-container.js.map +1 -1
  272. package/dist/radio-group.js +14 -14
  273. package/dist/radio-group.js.map +1 -1
  274. package/dist/search-bar.js +2 -2
  275. package/dist/segmented-control.js +4 -4
  276. package/dist/status.js +9 -9
  277. package/dist/status.js.map +1 -1
  278. package/dist/structured-list.js +1 -1
  279. package/dist/summary-grid.js +101 -88
  280. package/dist/summary-grid.js.map +1 -1
  281. package/dist/tabs.js +2 -2
  282. package/dist/tag.js +13 -13
  283. package/dist/tag.js.map +1 -1
  284. package/dist/textarea.js +27 -23
  285. package/dist/textarea.js.map +1 -1
  286. package/dist/timeline.js +6 -6
  287. package/dist/timeline.js.map +1 -1
  288. package/dist/toast.js +3 -3
  289. package/dist/toggle.js +117 -2
  290. package/dist/toggle.js.map +1 -1
  291. package/dist/typography.js +1 -1
  292. package/dist/web-types.json +59 -59
  293. package/package.json +3 -2
  294. package/dist/@types/packages/vue2/src/types/label-position.d.ts +0 -4
  295. package/dist/chunks/button.34695c2c.js.map +0 -1
  296. package/dist/chunks/dropdown.0c80d6c1.js.map +0 -1
  297. package/dist/chunks/index.2066e16f.js.map +0 -1
  298. package/dist/chunks/index.f55a6913.js +0 -121
  299. package/dist/chunks/index.f55a6913.js.map +0 -1
package/dist/index.js CHANGED
@@ -1,72 +1,72 @@
1
1
  var B = Object.defineProperty;
2
- var i = (e, t, o) => t in e ? B(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
- var n = (e, t, o) => (i(e, typeof t != "symbol" ? t + "" : t, o), o);
2
+ var i = (t, e, o) => e in t ? B(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
3
+ var n = (t, e, o) => (i(t, typeof e != "symbol" ? e + "" : e, o), o);
4
4
  import "./chunks/index.af05ced4.js";
5
- import { reactive as s } from "vue";
6
- import { g as m } from "./chunks/unique-id.a2a2b458.js";
5
+ import { reactive as m } from "vue";
6
+ import { g as s } from "./chunks/unique-id.a2a2b458.js";
7
7
  import { BentoAlert as T, BentoAlertEvent as S, BentoAlertTypeOption as h, BentoAlertVariant as D } from "./alert.js";
8
- import { B as b, b as E, a as I } from "./chunks/button.34695c2c.js";
8
+ import { B as b, b as E, a as I } from "./chunks/button.c27a7ce2.js";
9
9
  import { BentoColumnOverflow as P, BentoDataGrid as k, BentoDatagridAriaSortValue as w, BentoDatagridEvent as F, BentoDatagridSortDirection as G, BentoDatagridStyleState as V } from "./data-grid.js";
10
- import { BentoCard as M, BentoCardBackground as O, BentoCardTitleSize as R } from "./card.js";
10
+ import { BentoCard as A, BentoCardBackground as O, BentoCardTitleSize as R } from "./card.js";
11
11
  import { BentoDatePicker as N, BentoDatePickerEvent as q } from "./date-picker.js";
12
- import { B as U, a as K } from "./chunks/index.ec1c7120.js";
13
- import { B as Y, u as H } from "./chunks/dropdown.0c80d6c1.js";
12
+ import { B as U, a as K } from "./chunks/index.f0d99471.js";
13
+ import { B as Y, u as H } from "./chunks/dropdown.368486b1.js";
14
14
  import { BentoDropdownAvatar as j, BentoDropdownCountry as J, BentoDropdownCurrency as Q, BentoDropdownPaymentMethod as X, BentoDropdownTag as Z } from "./dropdown.js";
15
- import { B as et, b as ot, a as rt } from "./chunks/checkbox.5d8f5768.js";
16
- import { BentoClickOutside as at } from "./click-outside.js";
17
- import { BentoCodeSnippet as it, BentoCodeSnippetEvent as st, BentoCodeSnippetSupportedLanguage as mt, BentoCodeSnippetVariant as pt } from "./code-snippet.js";
18
- import { BentoCountry as ut, BentoCountryCode as lt, BentoCountryVariant as ft, useCountryCapital as xt, useCountryFlag as ct, useCountryName as yt, useCountryPhoneCode as gt } from "./country.js";
19
- import { BentoCurrency as Tt, BentoCurrencyISOCode as St } from "./currency.js";
20
- import { B as Dt, a as vt } from "./chunks/index.875ba379.js";
21
- import { BentoDivider as Et } from "./divider.js";
22
- import { BentoFilterBar as Lt, BentoFilterBarEvent as Pt, BentoFilterEvent as kt, BentoFilterItemType as wt } from "./filter-bar.js";
23
- import { BentoInfoIcon as Gt } from "./info-icon.js";
24
- import { BentoInputField as At, BentoInputFieldElementPosition as Mt, BentoInputFieldEvent as Ot, BentoInputFieldStateClass as Rt, BentoInputFieldType as _t, BentoInputFieldVariant as Nt } from "./input-field.js";
25
- import { BentoLoadingIndicator as zt, BentoLoadingIndicatorEvent as Ut } from "./loading-indicator.js";
26
- import { BentoLink as Wt, BentoLinkVariant as Yt } from "./link.js";
27
- import { BentoMenu as $t, BentoMenuEvent as jt } from "./menu.js";
28
- import { BentoModal as Qt, BentoModalColumnLayoutVariant as Xt, BentoModalDialogType as Zt, BentoModalEvent as te, BentoModalRole as ee, BentoModalSize as oe, BentoModalVariant as re } from "./modal.js";
29
- import { BentoHeader as ae } from "./header.js";
30
- import { BentoPagination as ie } from "./pagination.js";
31
- import { BentoPaymentMethod as me, BentoPaymentMethodType as pe } from "./payment-method.js";
32
- import { BentoPopover as ue, BentoPopoverPositions as le } from "./popover.js";
33
- import { BentoRadioGroup as xe, BentoRadioGroupVariant as ce } from "./radio-group.js";
34
- import { BentoSearchBar as ge, BentoSearchBarEvent as Ce, BentoSearchBarInternalEvent as Te } from "./search-bar.js";
35
- import { BentoSegmentedControl as he, BentoSegmentedControlEvent as De } from "./segmented-control.js";
36
- import { BentoStatus as be, BentoStatusVariant as Ee } from "./status.js";
37
- import { B as Le, a as Pe } from "./chunks/index.16f60189.js";
38
- import { BentoSummaryGrid as we, BentoSummaryGridItemAmount as Fe, BentoSummaryGridItemCustom as Ge, BentoSummaryGridItemNumeric as Ve, BentoSummaryGridItemPercentage as Ae, BentoSummaryGridItemSize as Me, BentoSummaryGridItemText as Oe, BentoSummaryGridItemTrendDirection as Re } from "./summary-grid.js";
39
- import { BentoTab as Ne, BentoTabs as qe } from "./tabs.js";
40
- import { BentoTag as Ue, BentoTagVariant as Ke } from "./tag.js";
41
- import { BentoTextarea as Ye } from "./textarea.js";
42
- import { BentoTimeline as $e, BentoTimelineGapUnit as je, BentoTimelineItem as Je, BentoTimelineItemVariant as Qe, BentoTimelineShowMorePlacement as Xe } from "./timeline.js";
43
- import { BentoToast as to } from "./toast.js";
15
+ import { B as te, b as oe, a as re } from "./chunks/checkbox.c06daf12.js";
16
+ import { BentoClickOutside as ae } from "./click-outside.js";
17
+ import { BentoCodeSnippet as ie, BentoCodeSnippetEvent as me, BentoCodeSnippetSupportedLanguage as se, BentoCodeSnippetVariant as pe } from "./code-snippet.js";
18
+ import { BentoCountry as de, BentoCountryCode as le, BentoCountryVariant as fe, useCountryCapital as xe, useCountryFlag as ce, useCountryName as ye, useCountryPhoneCode as ge } from "./country.js";
19
+ import { BentoCurrency as Te, BentoCurrencyISOCode as Se } from "./currency.js";
20
+ import { B as De, a as ve } from "./chunks/index.d07f9800.js";
21
+ import { BentoDivider as Ee } from "./divider.js";
22
+ import { BentoFilterBar as Le, BentoFilterBarEvent as Pe, BentoFilterEvent as ke, BentoFilterItemType as we } from "./filter-bar.js";
23
+ import { BentoInfoIcon as Ge } from "./info-icon.js";
24
+ import { BentoInputField as Me, BentoInputFieldElementPosition as Ae, BentoInputFieldEvent as Oe, BentoInputFieldStateClass as Re, BentoInputFieldType as _e, BentoInputFieldVariant as Ne } from "./input-field.js";
25
+ import { BentoLoadingIndicator as ze, BentoLoadingIndicatorEvent as Ue } from "./loading-indicator.js";
26
+ import { BentoLink as We, BentoLinkVariant as Ye } from "./link.js";
27
+ import { BentoMenu as $e, BentoMenuEvent as je } from "./menu.js";
28
+ import { BentoModal as Qe, BentoModalColumnLayoutVariant as Xe, BentoModalDialogType as Ze, BentoModalEvent as et, BentoModalRole as tt, BentoModalSize as ot, BentoModalVariant as rt } from "./modal.js";
29
+ import { BentoHeader as at } from "./header.js";
30
+ import { BentoPagination as it } from "./pagination.js";
31
+ import { BentoPaymentMethod as st, BentoPaymentMethodType as pt } from "./payment-method.js";
32
+ import { BentoPopover as dt, BentoPopoverPositions as lt } from "./popover.js";
33
+ import { BentoRadioGroup as xt, BentoRadioGroupVariant as ct } from "./radio-group.js";
34
+ import { BentoSearchBar as gt, BentoSearchBarEvent as Ct, BentoSearchBarInternalEvent as Tt } from "./search-bar.js";
35
+ import { BentoSegmentedControl as ht, BentoSegmentedControlEvent as Dt } from "./segmented-control.js";
36
+ import { BentoStatus as bt, BentoStatusVariant as Et } from "./status.js";
37
+ import { B as Lt, a as Pt } from "./chunks/index.3b6fc08a.js";
38
+ import { BentoSummaryGrid as wt, BentoSummaryGridItemAmount as Ft, BentoSummaryGridItemCustom as Gt, BentoSummaryGridItemNumeric as Vt, BentoSummaryGridItemPercentage as Mt, BentoSummaryGridItemSize as At, BentoSummaryGridItemText as Ot, BentoSummaryGridItemTrendDirection as Rt } from "./summary-grid.js";
39
+ import { BentoTab as Nt, BentoTabs as qt } from "./tabs.js";
40
+ import { BentoTag as Ut, BentoTagVariant as Kt } from "./tag.js";
41
+ import { BentoTextarea as Yt } from "./textarea.js";
42
+ import { BentoTimeline as $t, BentoTimelineGapUnit as jt, BentoTimelineItem as Jt, BentoTimelineItemVariant as Qt, BentoTimelineShowMorePlacement as Xt } from "./timeline.js";
43
+ import { BentoToast as eo } from "./toast.js";
44
44
  import { u as oo } from "./chunks/toastController.0e01443d.js";
45
- import { A as no, B as ao, a as Bo } from "./chunks/index.f55a6913.js";
46
- import { B as so, a as mo, c as po, b as uo } from "./chunks/index.2066e16f.js";
47
- import { B as fo, c as xo, a as co, b as yo } from "./chunks/button-actions.bcaea94e.js";
48
- import { B as Co, a as To } from "./chunks/loading-button.3fa1b7a8.js";
49
- import { b as ho, b as Do } from "./chunks/calendar.a32d5783.js";
45
+ import { BentoToggle as no, BentoToggleLabelPosition as ao, BentoTogglePropClass as Bo } from "./toggle.js";
46
+ import { B as mo, a as so, c as po, b as uo } from "./chunks/index.175f9e2d.js";
47
+ import { B as fo, c as xo, a as co, b as yo } from "./chunks/button-actions.cf73ed47.js";
48
+ import { B as Co, a as To } from "./chunks/loading-button.6d34f66f.js";
49
+ import { b as ho, b as Do } from "./chunks/calendar.8f50a65a.js";
50
50
  import { BentoCheckboxGroup as bo, BentoCheckboxGroupVariant as Eo } from "./checkbox.js";
51
51
  import { D as Lo } from "./chunks/date-input.9186a0bf.js";
52
52
  import { a as ko, B as wo } from "./chunks/debounce.f8d92e44.js";
53
- import { a as Go, b as Vo } from "./chunks/listbox.4ea4114c.js";
54
- import { B as Mo } from "./chunks/directive.0408e565.js";
55
- import { b as Ro, B as _o, a as No } from "./chunks/tooltip.807205c0.js";
53
+ import { a as Go, b as Vo } from "./chunks/listbox.f51e92cd.js";
54
+ import { B as Ao } from "./chunks/directive.0408e565.js";
55
+ import { b as Ro, B as _o, a as No } from "./chunks/tooltip.9af34fba.js";
56
56
  class p {
57
57
  constructor() {
58
58
  n(this, "_state");
59
- this._state = s({ queue: [] });
59
+ this._state = m({ queue: [] });
60
60
  }
61
61
  get state() {
62
62
  return this._state;
63
63
  }
64
- dismissToast(t) {
65
- this._state.queue.splice(this._state.queue.indexOf(t), 1);
64
+ dismissToast(e) {
65
+ this._state.queue.splice(this._state.queue.indexOf(e), 1);
66
66
  }
67
- addToast(t) {
68
- const o = m("toast"), r = {
69
- ...t,
67
+ addToast(e) {
68
+ const o = s("toast"), r = {
69
+ ...e,
70
70
  id: o,
71
71
  dismiss: () => this.dismissToast(r)
72
72
  };
@@ -75,22 +75,21 @@ class p {
75
75
  };
76
76
  }
77
77
  }
78
- var d = /* @__PURE__ */ ((e) => (e.LEGACY = "b-legacy-theme", e.STYLEGUIDE = "b-styleguide-theme", e.BENTO = "", e))(d || {});
79
- const a = (e) => {
80
- document.body.classList.add(e);
81
- }, u = {
82
- install: async (e, t) => {
83
- t != null && t.withToast && (e.prototype.$bentoToastController = new p()), (t == null ? void 0 : t.theme) === "b-legacy-theme" ? (a(
78
+ var u = /* @__PURE__ */ ((t) => (t.LEGACY = "b-legacy-theme", t.STYLEGUIDE = "b-styleguide-theme", t.BENTO = "", t))(u || {});
79
+ const a = (t) => {
80
+ document.body.classList.add(t);
81
+ }, d = {
82
+ install: async (t, e) => {
83
+ e != null && e.withToast && (t.prototype.$bentoToastController = new p()), (e == null ? void 0 : e.theme) === "b-legacy-theme" ? (a(
84
84
  "b-legacy-theme"
85
85
  /* LEGACY */
86
- ), await import("@adyen/bento-design-tokens/dist/css/bento/variables-legacy.css?used")) : (t == null ? void 0 : t.theme) === "b-styleguide-theme" ? (a(
86
+ ), await import("@adyen/bento-design-tokens/dist/css/bento/variables-legacy.css?used")) : (e == null ? void 0 : e.theme) === "b-styleguide-theme" ? (a(
87
87
  "b-styleguide-theme"
88
88
  /* STYLEGUIDE */
89
- ), await import("@adyen/bento-design-tokens/dist/css/bento/variables-styleguide.css?used")) : await import("@adyen/bento-design-tokens/dist/css/bento/variables.css?used"), t != null && t.withUtilityClasses && await import("@adyen/bento-design-tokens/dist/css/bento/utility.css?used");
89
+ ), await import("@adyen/bento-design-tokens/dist/css/bento/variables-styleguide.css?used")) : await import("@adyen/bento-design-tokens/dist/css/bento/variables.css?used"), e != null && e.withUtilityClasses && await import("@adyen/bento-design-tokens/dist/css/bento/utility.css?used");
90
90
  }
91
- }, y = u;
91
+ }, y = d;
92
92
  export {
93
- no as AdlLabelPosition,
94
93
  T as BentoAlert,
95
94
  S as BentoAlertEvent,
96
95
  h as BentoAlertTypeOption,
@@ -102,129 +101,130 @@ export {
102
101
  yo as BentoButtonActionsLayoutExtended,
103
102
  E as BentoButtonPropClass,
104
103
  I as BentoButtonVariant,
105
- M as BentoCard,
104
+ A as BentoCard,
106
105
  O as BentoCardBackground,
107
106
  R as BentoCardTitleSize,
108
- et as BentoCheckbox,
109
- ot as BentoCheckboxEvent,
107
+ te as BentoCheckbox,
108
+ oe as BentoCheckboxEvent,
110
109
  bo as BentoCheckboxGroup,
111
110
  Eo as BentoCheckboxGroupVariant,
112
- rt as BentoCheckboxState,
113
- at as BentoClickOutside,
114
- Mo as BentoClickOutsideDirective,
115
- it as BentoCodeSnippet,
116
- st as BentoCodeSnippetEvent,
117
- mt as BentoCodeSnippetSupportedLanguage,
118
- pt as BentoCodeSnippetVariant,
111
+ re as BentoCheckboxState,
112
+ ae as BentoClickOutside,
113
+ Ao as BentoClickOutsideDirective,
114
+ ie as BentoCodeSnippet,
115
+ me as BentoCodeSnippetEvent,
116
+ se as BentoCodeSnippetSupportedLanguage,
117
+ pe as BentoCodeSnippetVariant,
119
118
  P as BentoColumnOverflow,
120
- ut as BentoCountry,
121
- lt as BentoCountryCode,
122
- ft as BentoCountryVariant,
123
- Tt as BentoCurrency,
124
- St as BentoCurrencyISOCode,
119
+ de as BentoCountry,
120
+ le as BentoCountryCode,
121
+ fe as BentoCountryVariant,
122
+ Te as BentoCurrency,
123
+ Se as BentoCurrencyISOCode,
125
124
  k as BentoDataGrid,
126
125
  w as BentoDatagridAriaSortValue,
127
126
  F as BentoDatagridEvent,
128
127
  G as BentoDatagridSortDirection,
129
128
  V as BentoDatagridStyleState,
130
- Dt as BentoDate,
131
- vt as BentoDateFormat,
129
+ De as BentoDate,
130
+ ve as BentoDateFormat,
132
131
  N as BentoDatePicker,
133
132
  q as BentoDatePickerEvent,
134
133
  ho as BentoDatePickerFirstDayOfWeek,
135
134
  U as BentoDateRangePicker,
136
135
  K as BentoDateRangePickerEvent,
137
136
  Do as BentoDateRangePickerFirstDayOfWeek,
138
- Et as BentoDivider,
137
+ Ee as BentoDivider,
139
138
  Y as BentoDropdown,
140
139
  j as BentoDropdownAvatar,
141
140
  J as BentoDropdownCountry,
142
141
  Q as BentoDropdownCurrency,
143
142
  X as BentoDropdownPaymentMethod,
144
143
  Z as BentoDropdownTag,
145
- Lt as BentoFilterBar,
146
- Pt as BentoFilterBarEvent,
147
- kt as BentoFilterEvent,
148
- wt as BentoFilterItemType,
149
- ae as BentoHeader,
150
- Gt as BentoInfoIcon,
151
- At as BentoInputField,
152
- Mt as BentoInputFieldElementPosition,
153
- Ot as BentoInputFieldEvent,
154
- Rt as BentoInputFieldStateClass,
155
- _t as BentoInputFieldType,
156
- Nt as BentoInputFieldVariant,
144
+ Le as BentoFilterBar,
145
+ Pe as BentoFilterBarEvent,
146
+ ke as BentoFilterEvent,
147
+ we as BentoFilterItemType,
148
+ at as BentoHeader,
149
+ Ge as BentoInfoIcon,
150
+ Me as BentoInputField,
151
+ Ae as BentoInputFieldElementPosition,
152
+ Oe as BentoInputFieldEvent,
153
+ Re as BentoInputFieldStateClass,
154
+ _e as BentoInputFieldType,
155
+ Ne as BentoInputFieldVariant,
157
156
  ko as BentoKeyboardNavigationDirective,
158
157
  wo as BentoKeyboardNavigationKeyDownEvent,
159
- Wt as BentoLink,
160
- Yt as BentoLinkVariant,
158
+ We as BentoLink,
159
+ Ye as BentoLinkVariant,
161
160
  Go as BentoListboxEvent,
162
161
  Vo as BentoListboxLazyLoadType,
163
162
  Co as BentoLoadingButton,
164
163
  To as BentoLoadingButtonState,
165
- zt as BentoLoadingIndicator,
166
- Ut as BentoLoadingIndicatorEvent,
167
- $t as BentoMenu,
168
- jt as BentoMenuEvent,
169
- Qt as BentoModal,
170
- Xt as BentoModalColumnLayoutVariant,
171
- Zt as BentoModalDialogType,
172
- te as BentoModalEvent,
173
- ee as BentoModalRole,
174
- oe as BentoModalSize,
175
- re as BentoModalVariant,
176
- ie as BentoPagination,
177
- me as BentoPaymentMethod,
178
- pe as BentoPaymentMethodType,
179
- ue as BentoPopover,
180
- le as BentoPopoverPositions,
181
- xe as BentoRadioGroup,
182
- ce as BentoRadioGroupVariant,
183
- ge as BentoSearchBar,
184
- Ce as BentoSearchBarEvent,
185
- Te as BentoSearchBarInternalEvent,
186
- he as BentoSegmentedControl,
187
- De as BentoSegmentedControlEvent,
188
- be as BentoStatus,
189
- Ee as BentoStatusVariant,
190
- Le as BentoStructuredList,
191
- Pe as BentoStructuredListItem,
192
- we as BentoSummaryGrid,
193
- Fe as BentoSummaryGridItemAmount,
194
- Ge as BentoSummaryGridItemCustom,
195
- Ve as BentoSummaryGridItemNumeric,
196
- Ae as BentoSummaryGridItemPercentage,
197
- Me as BentoSummaryGridItemSize,
198
- Oe as BentoSummaryGridItemText,
199
- Re as BentoSummaryGridItemTrendDirection,
200
- Ne as BentoTab,
201
- qe as BentoTabs,
202
- Ue as BentoTag,
203
- Ke as BentoTagVariant,
204
- Ye as BentoTextarea,
205
- d as BentoTheme,
206
- $e as BentoTimeline,
207
- je as BentoTimelineGapUnit,
208
- Je as BentoTimelineItem,
209
- Qe as BentoTimelineItemVariant,
210
- Xe as BentoTimelineShowMorePlacement,
211
- to as BentoToast,
212
- ao as BentoToggle,
164
+ ze as BentoLoadingIndicator,
165
+ Ue as BentoLoadingIndicatorEvent,
166
+ $e as BentoMenu,
167
+ je as BentoMenuEvent,
168
+ Qe as BentoModal,
169
+ Xe as BentoModalColumnLayoutVariant,
170
+ Ze as BentoModalDialogType,
171
+ et as BentoModalEvent,
172
+ tt as BentoModalRole,
173
+ ot as BentoModalSize,
174
+ rt as BentoModalVariant,
175
+ it as BentoPagination,
176
+ st as BentoPaymentMethod,
177
+ pt as BentoPaymentMethodType,
178
+ dt as BentoPopover,
179
+ lt as BentoPopoverPositions,
180
+ xt as BentoRadioGroup,
181
+ ct as BentoRadioGroupVariant,
182
+ gt as BentoSearchBar,
183
+ Ct as BentoSearchBarEvent,
184
+ Tt as BentoSearchBarInternalEvent,
185
+ ht as BentoSegmentedControl,
186
+ Dt as BentoSegmentedControlEvent,
187
+ bt as BentoStatus,
188
+ Et as BentoStatusVariant,
189
+ Lt as BentoStructuredList,
190
+ Pt as BentoStructuredListItem,
191
+ wt as BentoSummaryGrid,
192
+ Ft as BentoSummaryGridItemAmount,
193
+ Gt as BentoSummaryGridItemCustom,
194
+ Vt as BentoSummaryGridItemNumeric,
195
+ Mt as BentoSummaryGridItemPercentage,
196
+ At as BentoSummaryGridItemSize,
197
+ Ot as BentoSummaryGridItemText,
198
+ Rt as BentoSummaryGridItemTrendDirection,
199
+ Nt as BentoTab,
200
+ qt as BentoTabs,
201
+ Ut as BentoTag,
202
+ Kt as BentoTagVariant,
203
+ Yt as BentoTextarea,
204
+ u as BentoTheme,
205
+ $t as BentoTimeline,
206
+ jt as BentoTimelineGapUnit,
207
+ Jt as BentoTimelineItem,
208
+ Qt as BentoTimelineItemVariant,
209
+ Xt as BentoTimelineShowMorePlacement,
210
+ eo as BentoToast,
211
+ no as BentoToggle,
212
+ ao as BentoToggleLabelPosition,
213
213
  Bo as BentoTogglePropClass,
214
214
  Ro as BentoTooltipDirective,
215
215
  _o as BentoTooltipPosition,
216
216
  No as BentoTooltipState,
217
- so as BentoTypography,
218
- mo as BentoTypographyElement,
217
+ mo as BentoTypography,
218
+ so as BentoTypographyElement,
219
219
  po as BentoTypographyModifier,
220
220
  uo as BentoTypographyVariant,
221
221
  Lo as DateFormat,
222
222
  y as default,
223
223
  oo as useBentoToastController,
224
- xt as useCountryCapital,
225
- ct as useCountryFlag,
226
- yt as useCountryName,
227
- gt as useCountryPhoneCode,
224
+ xe as useCountryCapital,
225
+ ce as useCountryFlag,
226
+ ye as useCountryName,
227
+ ge as useCountryPhoneCode,
228
228
  H as useSearchBarFilter
229
229
  };
230
230
  //# sourceMappingURL=index.js.map
package/dist/info-icon.js CHANGED
@@ -1,18 +1,18 @@
1
- import { defineComponent as s } from "vue";
2
- import { PopperContainerPosition as r } from "./popper-container.js";
3
- import { n as i } from "./chunks/_plugin-vue2_normalizer.71e2aa87.js";
4
- import { b as a } from "./chunks/tooltip.807205c0.js";
5
- import "./assets/index8.css";
6
- let o = 0;
1
+ import { defineComponent as r } from "vue";
2
+ import { PopperContainerPosition as i } from "./popper-container.js";
3
+ import { n as s } from "./chunks/_plugin-vue2_normalizer.71e2aa87.js";
4
+ import { b as a } from "./chunks/tooltip.9af34fba.js";
5
+ import "./assets/index15.css";
6
+ let n = 0;
7
7
  const l = {
8
8
  beforeCreate() {
9
- this.uuid = o.toString(), o += 1;
9
+ this.uuid = n.toString(), n += 1;
10
10
  }
11
11
  };
12
12
  var _ = function() {
13
13
  var t = this, e = t._self._c;
14
14
  return e("svg", t._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", t.$attrs, !1), [t.$attrs["svg-title"] ? e("title", [t._v(t._s(t.$attrs["svg-title"]))]) : t._e(), e("g", { attrs: { fill: "#00112C", "fill-rule": "evenodd", "clip-path": "url(#uia-icons-16-info__a" + t.uuid + ")", "clip-rule": "evenodd" } }, [e("path", { attrs: { d: "M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z" } }), e("path", { attrs: { d: "M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z" } }), e("path", { attrs: { d: "M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z" } })]), e("defs", [e("clipPath", { attrs: { id: "uia-icons-16-info__a" + t.uuid } }, [e("rect", { attrs: { width: "16", height: "16", fill: "#fff" } })])])]);
15
- }, c = [], p = /* @__PURE__ */ i(
15
+ }, c = [], p = /* @__PURE__ */ s(
16
16
  l,
17
17
  _,
18
18
  c,
@@ -22,7 +22,7 @@ var _ = function() {
22
22
  null,
23
23
  null
24
24
  );
25
- const C = p.exports, f = s({
25
+ const C = p.exports, f = r({
26
26
  name: "bento-info-icon",
27
27
  components: { InfoIcon: C },
28
28
  directives: { BentoTooltipDirective: a },
@@ -36,20 +36,21 @@ const C = p.exports, f = s({
36
36
  */
37
37
  tooltipPosition: {
38
38
  type: String,
39
- default: r.AUTO
39
+ default: i.AUTO,
40
+ validator: (o) => Object.values(i).includes(o)
40
41
  }
41
42
  }
42
43
  });
43
44
  var d = function() {
44
45
  var t = this, e = t._self._c;
45
46
  return t._self._setupProxy, e("span", { directives: [{ name: "bento-tooltip-directive", rawName: "v-bento-tooltip-directive:[tooltipPosition]", value: t.tooltipText, expression: "tooltipText", arg: t.tooltipPosition }], staticClass: "b-info-icon", attrs: { "aria-label": t.tooltipText, tabindex: "0" } }, [e("info-icon", { staticClass: "b-info-icon__svg", attrs: { "svg-title": t.tooltipText } })], 1);
46
- }, u = [], v = /* @__PURE__ */ i(
47
+ }, u = [], v = /* @__PURE__ */ s(
47
48
  f,
48
49
  d,
49
50
  u,
50
51
  !1,
51
52
  null,
52
- "f3ad8526",
53
+ "557f2984",
53
54
  null,
54
55
  null
55
56
  );
@@ -1 +1 @@
1
- {"version":3,"file":"info-icon.js","sources":["../../../node_modules/@adyen/ui-assets-icons-16/dist/vue/info.vue","../src/components/info-icon/info-icon.vue"],"sourcesContent":["\n<template>\n <svg role=\"img\" v-bind=\"$attrs\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><title v-if=\"$attrs['svg-title']\">{{ $attrs['svg-title'] }}</title><g fill=\"#00112C\" fill-rule=\"evenodd\" :clip-path=\"'url(#uia-icons-16-info__a' + uuid + ')'\" clip-rule=\"evenodd\"><path d=\"M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z\"/><path d=\"M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z\"/><path d=\"M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z\"/></g><defs><clipPath :id=\"'uia-icons-16-info__a' + uuid\"><rect width=\"16\" height=\"16\" fill=\"#fff\"/></clipPath></defs></svg>\n</template>\n<script>\n let uuid = 0;\n\n export default {\n beforeCreate() {\n this.uuid = uuid.toString();\n uuid += 1;\n },\n };\n</script>\n<style scoped lang=\"scss\">\n svg {\n display: inline-flex;\n flex-shrink: 0;\n }\n \n svg,\n svg * {\n fill: currentcolor;\n }\n</style>\n","<template>\n <span\n v-bento-tooltip-directive:[tooltipPosition]=\"tooltipText\"\n class=\"b-info-icon\"\n :aria-label=\"tooltipText\"\n tabindex=\"0\"\n >\n <info-icon :svg-title=\"tooltipText\" class=\"b-info-icon__svg\" />\n </span>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, PropType } from 'vue';\n import { PopperContainerPosition } from '@/components/popper-container';\n import { BentoTooltipDirective } from '@/directives';\n import InfoIcon from '@adyen/ui-assets-icons-16/vue/info';\n\n /**\n * @example\n * import { BentoInfoIcon } from '@adyen/adl-vue-components';\n *\n * export default {\n * components: { BentoInfoIcon },\n * template: `\n * <bento-info-icon tooltip-text=\"Text on hover\" />\n * `\n * }\n */\n export default defineComponent({\n name: 'bento-info-icon',\n components: { InfoIcon },\n directives: { BentoTooltipDirective },\n props: {\n /**\n * Text showed in the info-icon tooltip on hover\n */\n tooltipText: { type: String, required: true },\n\n /**\n * Position the tooltip should take if space is available. Defaults to 'auto'\n */\n tooltipPosition: {\n type: String as PropType<PopperContainerPosition>,\n default: PopperContainerPosition.AUTO,\n },\n },\n });\n</script>\n\n<style lang=\"scss\" scoped src=\"./info-icon.scss\" />\n"],"names":["uuid","_sfc_main$1","_sfc_main","defineComponent","InfoIcon","BentoTooltipDirective","PopperContainerPosition"],"mappings":";;;;;AAKA,IAAAA,IAAA;AAEA,MAAAC,IAAA;AAAA,EACA,eAAA;AACA,SAAA,OAAAD,EAAA,SAAA,GACAA,KAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;qBCgBAE,IAAAC,EAAA;AAAA,EAAA,MAAA;AAAA,EACA,YAAA,EAAA,UAAAC,EAAA;AAAA,EACA,YAAA,EAAA,uBAAAC,EAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IACA,aAAA,EAAA,MAAA,QAAA,UAAA,GAAA;AAAA;AAAA;AAAA;AAAA,IAIA,iBAAA;AAAA,MAKA,MAAA;AAAA,MACA,SAAAC,EAAA;AAAA,IACA;AAAA,EACA;AAEA,CAAA;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"info-icon.js","sources":["../../../node_modules/@adyen/ui-assets-icons-16/dist/vue/info.vue","../src/components/info-icon/info-icon.vue"],"sourcesContent":["\n<template>\n <svg role=\"img\" v-bind=\"$attrs\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><title v-if=\"$attrs['svg-title']\">{{ $attrs['svg-title'] }}</title><g fill=\"#00112C\" fill-rule=\"evenodd\" :clip-path=\"'url(#uia-icons-16-info__a' + uuid + ')'\" clip-rule=\"evenodd\"><path d=\"M8.58147 5.05557C8.47159 5.22002 8.31541 5.34819 8.13268 5.42388C7.94996 5.49957 7.74889 5.51937 7.55491 5.48079C7.36093 5.4422 7.18275 5.34696 7.04289 5.20711C6.90304 5.06725 6.8078 4.88907 6.76922 4.69509C6.73063 4.50111 6.75043 4.30004 6.82612 4.11732C6.90181 3.93459 7.02998 3.77841 7.19443 3.66853C7.35888 3.55865 7.55222 3.5 7.75 3.5C8.01522 3.5 8.26957 3.60536 8.45711 3.79289C8.64464 3.98043 8.75 4.23478 8.75 4.5C8.75 4.69778 8.69135 4.89112 8.58147 5.05557Z\"/><path d=\"M6.25 7C6.25 6.58579 6.58579 6.25 7 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7V10.25H9C9.41421 10.25 9.75 10.5858 9.75 11C9.75 11.4142 9.41421 11.75 9 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H7.25V7.75H7C6.58579 7.75 6.25 7.41421 6.25 7Z\"/><path d=\"M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.70453 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM5.60823 2.22576C6.75027 1.75271 8.00693 1.62894 9.21931 1.8701C10.4317 2.11125 11.5453 2.70651 12.4194 3.58059C13.2935 4.45466 13.8888 5.56831 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.3012 11.5338 12.5001 12.5099 11.4723 13.1967C10.4445 13.8834 9.23613 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576Z\"/></g><defs><clipPath :id=\"'uia-icons-16-info__a' + uuid\"><rect width=\"16\" height=\"16\" fill=\"#fff\"/></clipPath></defs></svg>\n</template>\n<script>\n let uuid = 0;\n\n export default {\n beforeCreate() {\n this.uuid = uuid.toString();\n uuid += 1;\n },\n };\n</script>\n<style scoped lang=\"scss\">\n svg {\n display: inline-flex;\n flex-shrink: 0;\n }\n \n svg,\n svg * {\n fill: currentcolor;\n }\n</style>\n","<template>\n <span\n v-bento-tooltip-directive:[tooltipPosition]=\"tooltipText\"\n class=\"b-info-icon\"\n :aria-label=\"tooltipText\"\n tabindex=\"0\"\n >\n <info-icon :svg-title=\"tooltipText\" class=\"b-info-icon__svg\" />\n </span>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, PropType } from 'vue';\n import { PopperContainerPosition } from '@/components/popper-container';\n import { BentoTooltipDirective } from '@/directives';\n import InfoIcon from '@adyen/ui-assets-icons-16/vue/info';\n\n /**\n * @example\n * import { BentoInfoIcon } from '@adyen/adl-vue-components';\n *\n * export default {\n * components: { BentoInfoIcon },\n * template: `\n * <bento-info-icon tooltip-text=\"Text on hover\" />\n * `\n * }\n */\n export default defineComponent({\n name: 'bento-info-icon',\n components: { InfoIcon },\n directives: { BentoTooltipDirective },\n props: {\n /**\n * Text showed in the info-icon tooltip on hover\n */\n tooltipText: { type: String, required: true },\n\n /**\n * Position the tooltip should take if space is available. Defaults to 'auto'\n */\n tooltipPosition: {\n type: String as PropType<PopperContainerPosition | `${PopperContainerPosition}`>,\n default: PopperContainerPosition.AUTO,\n validator: (value: PopperContainerPosition) => Object.values(PopperContainerPosition).includes(value),\n },\n },\n });\n</script>\n\n<style lang=\"scss\" scoped src=\"./info-icon.scss\" />\n"],"names":["uuid","_sfc_main$1","_sfc_main","defineComponent","InfoIcon","BentoTooltipDirective","PopperContainerPosition","value"],"mappings":";;;;;AAKA,IAAAA,IAAA;AAEA,MAAAC,IAAA;AAAA,EACA,eAAA;AACA,SAAA,OAAAD,EAAA,SAAA,GACAA,KAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;qBCgBAE,IAAAC,EAAA;AAAA,EAAA,MAAA;AAAA,EACA,YAAA,EAAA,UAAAC,EAAA;AAAA,EACA,YAAA,EAAA,uBAAAC,EAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IACA,aAAA,EAAA,MAAA,QAAA,UAAA,GAAA;AAAA;AAAA;AAAA;AAAA,IAIA,iBAAA;AAAA,MAKA,MAAA;AAAA,MACA,SAAAC,EAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,OAAAD,CAAA,EAAA,SAAAC,CAAA;AAAA,IACA;AAAA,EACA;AAEA,CAAA;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}