@adyen/bento-vue2 1.2.0 → 1.3.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 (227) hide show
  1. package/README.md +60 -29
  2. package/dist/@types/components.d.ts +12 -0
  3. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +3 -3
  4. package/dist/@types/packages/vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +76 -30
  5. package/dist/@types/packages/vue2/src/components/country/composables/index.d.ts +0 -1
  6. package/dist/@types/packages/vue2/src/components/country/country.vue.d.ts +1 -2
  7. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +11 -1
  8. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +11 -1
  9. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +1 -1
  10. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +1 -1
  11. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +1 -1
  12. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +1 -1
  13. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +1 -1
  14. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +2 -1
  15. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +0 -2
  16. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/form-layout-field-tip.vue.d.ts +10 -0
  17. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-field-tip/index.d.ts +1 -0
  18. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/composable/use-form-layout-group-percentage.d.ts +3 -0
  19. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.types.d.ts +1 -0
  20. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/form-layout-group.vue.d.ts +23 -0
  21. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-group/index.d.ts +1 -0
  22. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/form-layout-title.vue.d.ts +33 -0
  23. package/dist/@types/packages/vue2/src/components/form-layout/components/form-layout-title/index.d.ts +1 -0
  24. package/dist/@types/packages/vue2/src/components/form-layout/components/index.d.ts +3 -0
  25. package/dist/@types/packages/vue2/src/components/form-layout/form-layout.types.d.ts +1 -0
  26. package/dist/@types/packages/vue2/src/components/form-layout/form-layout.vue.d.ts +33 -0
  27. package/dist/@types/packages/vue2/src/components/form-layout/index.d.ts +2 -0
  28. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +2 -1
  29. package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +53 -22
  30. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +3 -3
  31. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +51 -44
  32. package/dist/@types/packages/vue2/src/components/modal/components/modal-default/modal-default.vue.d.ts +3 -3
  33. package/dist/@types/packages/vue2/src/components/modal/modal.vue.d.ts +4 -12
  34. package/dist/@types/packages/vue2/src/components/radio-group/radio-group.vue.d.ts +50 -4
  35. package/dist/@types/packages/vue2/src/components/search-bar/search-bar.vue.d.ts +2 -1
  36. package/dist/@types/packages/vue2/src/components/sidepanel/components/sidepanel-page.vue.d.ts +68 -0
  37. package/dist/@types/packages/vue2/src/components/sidepanel/index.d.ts +3 -0
  38. package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.keys.d.ts +2 -0
  39. package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.types.d.ts +21 -0
  40. package/dist/@types/packages/vue2/src/components/sidepanel/sidepanel.vue.d.ts +43 -0
  41. package/dist/@types/packages/vue2/src/components/tabs/tabs.types.d.ts +1 -1
  42. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +2 -1
  43. package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +1 -1
  44. package/dist/@types/packages/vue2/src/composables/index.d.ts +1 -0
  45. package/dist/@types/packages/vue2/src/composables/use-form-layout-loading/use-form-layout-loading.d.ts +4 -0
  46. package/dist/@types/packages/vue2/src/index.d.ts +2 -0
  47. package/dist/@types/packages/vue2/src/types/utils-events.d.ts +0 -1
  48. package/dist/@types/packages/vue2/src/utils/ts/dev-environment.d.ts +1 -0
  49. package/dist/accordion.js +1 -1
  50. package/dist/alert.js +3 -3
  51. package/dist/assets/arrow-left.css +1 -0
  52. package/dist/assets/base-button.css +1 -1
  53. package/dist/assets/button.css +1 -1
  54. package/dist/assets/calendar.css +1 -1
  55. package/dist/assets/checkbox.css +1 -1
  56. package/dist/assets/controls-group.css +1 -1
  57. package/dist/assets/copy.css +1 -1
  58. package/dist/assets/dropdown-default-textbox.css +1 -1
  59. package/dist/assets/dropdown.css +1 -1
  60. package/dist/assets/error-message.css +1 -1
  61. package/dist/assets/footer-actions.css +1 -0
  62. package/dist/assets/grid-layout.css +1 -1
  63. package/dist/assets/index.css +1 -1
  64. package/dist/assets/index10.css +1 -1
  65. package/dist/assets/index11.css +1 -1
  66. package/dist/assets/index12.css +1 -1
  67. package/dist/assets/index13.css +1 -1
  68. package/dist/assets/index14.css +1 -1
  69. package/dist/assets/index15.css +1 -1
  70. package/dist/assets/index16.css +1 -1
  71. package/dist/assets/index17.css +1 -1
  72. package/dist/assets/index18.css +1 -1
  73. package/dist/assets/index19.css +1 -1
  74. package/dist/assets/index2.css +1 -1
  75. package/dist/assets/index20.css +1 -1
  76. package/dist/assets/index21.css +1 -1
  77. package/dist/assets/index22.css +1 -1
  78. package/dist/assets/index23.css +1 -1
  79. package/dist/assets/index24.css +1 -1
  80. package/dist/assets/index25.css +1 -1
  81. package/dist/assets/index26.css +1 -1
  82. package/dist/assets/index27.css +1 -1
  83. package/dist/assets/index28.css +1 -1
  84. package/dist/assets/index29.css +1 -1
  85. package/dist/assets/index3.css +1 -1
  86. package/dist/assets/index30.css +1 -1
  87. package/dist/assets/index31.css +1 -1
  88. package/dist/assets/index32.css +1 -1
  89. package/dist/assets/index33.css +1 -1
  90. package/dist/assets/index34.css +1 -1
  91. package/dist/assets/index35.css +1 -1
  92. package/dist/assets/index36.css +1 -1
  93. package/dist/assets/index37.css +1 -1
  94. package/dist/assets/index38.css +1 -1
  95. package/dist/assets/index39.css +1 -1
  96. package/dist/assets/index4.css +1 -1
  97. package/dist/assets/index40.css +1 -0
  98. package/dist/assets/index41.css +1 -0
  99. package/dist/assets/index5.css +1 -1
  100. package/dist/assets/index6.css +1 -1
  101. package/dist/assets/index7.css +1 -1
  102. package/dist/assets/index8.css +1 -1
  103. package/dist/assets/index9.css +1 -1
  104. package/dist/assets/listbox-option-tag.css +1 -1
  105. package/dist/assets/listbox.css +1 -1
  106. package/dist/assets/loading-button.css +1 -1
  107. package/dist/assets/tooltip.css +1 -1
  108. package/dist/avatar-image.js +1 -1
  109. package/dist/badge.js +1 -1
  110. package/dist/button.js +3 -3
  111. package/dist/card.js +3 -3
  112. package/dist/checkbox.js +93 -84
  113. package/dist/checkbox.js.map +1 -1
  114. package/dist/chunks/arrow-left.1d5d08bd.js +26 -0
  115. package/dist/chunks/arrow-left.1d5d08bd.js.map +1 -0
  116. package/dist/chunks/{base-button.d4487ac9.js → base-button.98379576.js} +2 -2
  117. package/dist/chunks/{base-button.d4487ac9.js.map → base-button.98379576.js.map} +1 -1
  118. package/dist/chunks/{button-actions.cf73ed47.js → button-actions.bd397c79.js} +2 -2
  119. package/dist/chunks/{button-actions.cf73ed47.js.map → button-actions.bd397c79.js.map} +1 -1
  120. package/dist/chunks/{button.c27a7ce2.js → button.d0c9527d.js} +2 -2
  121. package/dist/chunks/{button.c27a7ce2.js.map → button.d0c9527d.js.map} +1 -1
  122. package/dist/chunks/{calendar.8f50a65a.js → calendar.0ae43a96.js} +6 -6
  123. package/dist/chunks/calendar.0ae43a96.js.map +1 -0
  124. package/dist/chunks/{checkbox.c06daf12.js → checkbox.f8457c93.js} +3 -3
  125. package/dist/chunks/{checkbox.c06daf12.js.map → checkbox.f8457c93.js.map} +1 -1
  126. package/dist/chunks/controls-group.b827382b.js +87 -0
  127. package/dist/chunks/controls-group.b827382b.js.map +1 -0
  128. package/dist/chunks/{copy.b62beae5.js → copy.5a4cbd4d.js} +3 -3
  129. package/dist/chunks/{copy.b62beae5.js.map → copy.5a4cbd4d.js.map} +1 -1
  130. package/dist/chunks/{dropdown-default-textbox.a5eca928.js → dropdown-default-textbox.819e43f7.js} +32 -30
  131. package/dist/chunks/dropdown-default-textbox.819e43f7.js.map +1 -0
  132. package/dist/chunks/{dropdown.368486b1.js → dropdown.c05678d0.js} +142 -139
  133. package/dist/chunks/dropdown.c05678d0.js.map +1 -0
  134. package/dist/chunks/{error-message.a581a172.js → error-message.0433b539.js} +2 -2
  135. package/dist/chunks/{error-message.a581a172.js.map → error-message.0433b539.js.map} +1 -1
  136. package/dist/chunks/footer-actions.67642347.js +98 -0
  137. package/dist/chunks/footer-actions.67642347.js.map +1 -0
  138. package/dist/chunks/form-layout.types.a7a1438d.js +5 -0
  139. package/dist/chunks/form-layout.types.a7a1438d.js.map +1 -0
  140. package/dist/chunks/{index.3b6fc08a.js → index.0cf00b47.js} +6 -6
  141. package/dist/chunks/{index.3b6fc08a.js.map → index.0cf00b47.js.map} +1 -1
  142. package/dist/chunks/{index.f0d99471.js → index.10aaf539.js} +198 -192
  143. package/dist/chunks/{index.f0d99471.js.map → index.10aaf539.js.map} +1 -1
  144. package/dist/chunks/{index.ad39b625.js → index.133e4da0.js} +2 -2
  145. package/dist/chunks/{index.ad39b625.js.map → index.133e4da0.js.map} +1 -1
  146. package/dist/chunks/{index.175f9e2d.js → index.56858f4e.js} +15 -14
  147. package/dist/chunks/index.56858f4e.js.map +1 -0
  148. package/dist/chunks/{index.d07f9800.js → index.73d50fa6.js} +2 -2
  149. package/dist/chunks/{index.d07f9800.js.map → index.73d50fa6.js.map} +1 -1
  150. package/dist/chunks/{index.3dfea3bd.js → index.f0f8ed98.js} +3 -3
  151. package/dist/chunks/{index.3dfea3bd.js.map → index.f0f8ed98.js.map} +1 -1
  152. package/dist/chunks/{listbox-option-tag.c7e9a228.js → listbox-option-tag.8d6cccac.js} +3 -3
  153. package/dist/chunks/{listbox-option-tag.c7e9a228.js.map → listbox-option-tag.8d6cccac.js.map} +1 -1
  154. package/dist/chunks/{listbox.f51e92cd.js → listbox.116ed0c1.js} +177 -177
  155. package/dist/chunks/listbox.116ed0c1.js.map +1 -0
  156. package/dist/chunks/{loading-button.6d34f66f.js → loading-button.1c201f87.js} +10 -10
  157. package/dist/chunks/loading-button.1c201f87.js.map +1 -0
  158. package/dist/chunks/{tooltip.9af34fba.js → tooltip.2aff4fa6.js} +2 -2
  159. package/dist/chunks/tooltip.2aff4fa6.js.map +1 -0
  160. package/dist/chunks/use-form-layout-loading.d03e5d48.js +12 -0
  161. package/dist/chunks/use-form-layout-loading.d03e5d48.js.map +1 -0
  162. package/dist/code-snippet.js +6 -6
  163. package/dist/code-snippet.js.map +1 -1
  164. package/dist/country.js +149 -174
  165. package/dist/country.js.map +1 -1
  166. package/dist/currency.js +1 -1
  167. package/dist/data-grid.js +482 -499
  168. package/dist/data-grid.js.map +1 -1
  169. package/dist/date-picker.js +80 -74
  170. package/dist/date-picker.js.map +1 -1
  171. package/dist/date-range-picker.js +2 -2
  172. package/dist/date.js +1 -1
  173. package/dist/divider.js +1 -1
  174. package/dist/dropdown.js +72 -67
  175. package/dist/dropdown.js.map +1 -1
  176. package/dist/filter-bar.js +268 -265
  177. package/dist/filter-bar.js.map +1 -1
  178. package/dist/focus-trap.js +1 -1
  179. package/dist/form-layout.js +174 -0
  180. package/dist/form-layout.js.map +1 -0
  181. package/dist/header.js +3 -3
  182. package/dist/index.js +164 -155
  183. package/dist/index.js.map +1 -1
  184. package/dist/info-icon.js +2 -2
  185. package/dist/input-field.js +69 -67
  186. package/dist/input-field.js.map +1 -1
  187. package/dist/internal.js +6 -6
  188. package/dist/link.js +2 -2
  189. package/dist/loading-indicator.js +1 -1
  190. package/dist/menu.js +4 -4
  191. package/dist/modal.js +203 -324
  192. package/dist/modal.js.map +1 -1
  193. package/dist/pagination.js +4 -4
  194. package/dist/payment-method.js +2 -2
  195. package/dist/popover.js +4 -4
  196. package/dist/popper-container.js +2 -2
  197. package/dist/radio-group.js +97 -99
  198. package/dist/radio-group.js.map +1 -1
  199. package/dist/search-bar.js +2 -2
  200. package/dist/segmented-control.js +4 -4
  201. package/dist/sidepanel.js +218 -0
  202. package/dist/sidepanel.js.map +1 -0
  203. package/dist/status.js +2 -2
  204. package/dist/structured-list.js +1 -1
  205. package/dist/summary-grid.js +3 -3
  206. package/dist/tabs.js +3 -3
  207. package/dist/tabs.js.map +1 -1
  208. package/dist/tag.js +3 -3
  209. package/dist/textarea.js +84 -82
  210. package/dist/textarea.js.map +1 -1
  211. package/dist/timeline.js +23 -23
  212. package/dist/timeline.js.map +1 -1
  213. package/dist/toast.js +2 -2
  214. package/dist/toggle.js +2 -2
  215. package/dist/typography.js +1 -1
  216. package/dist/web-types.json +455 -73
  217. package/package.json +10 -8
  218. package/dist/@types/packages/vue2/src/components/country/composables/useCountryFlag.d.ts +0 -2
  219. package/dist/chunks/calendar.8f50a65a.js.map +0 -1
  220. package/dist/chunks/controls-group.9d58a091.js +0 -64
  221. package/dist/chunks/controls-group.9d58a091.js.map +0 -1
  222. package/dist/chunks/dropdown-default-textbox.a5eca928.js.map +0 -1
  223. package/dist/chunks/dropdown.368486b1.js.map +0 -1
  224. package/dist/chunks/index.175f9e2d.js.map +0 -1
  225. package/dist/chunks/listbox.f51e92cd.js.map +0 -1
  226. package/dist/chunks/loading-button.6d34f66f.js.map +0 -1
  227. package/dist/chunks/tooltip.9af34fba.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@adyen/bento-vue2",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -510,7 +510,7 @@
510
510
  "attributes": [
511
511
  {
512
512
  "name": "items",
513
- "description": "The option elements to populate the country dropdown with.\nIt must be an array of {@see BentoCountryListboxOptions }\n * @property {string} value.label - Text to be displayed in the option\n * @property {BentoCountryCode} value.value - Country code of the option",
513
+ "description": "The option elements to populate the country dropdown with.\nIt must be an array of {@see BentoCountryListboxOptions }\n * @deprecated {string} value.label - Use BentoDropdown instead of custom labels\n * @property {BentoCountryCode} value.value - Country code of the option",
514
514
  "value": {
515
515
  "kind": "expression",
516
516
  "type": "BentoCountryListboxOptions"
@@ -682,22 +682,22 @@
682
682
  "description": "",
683
683
  "attributes": [
684
684
  {
685
- "name": "modalRole",
686
- "description": "Defines whether the modal will be an alert modal",
685
+ "name": "columnsSize",
686
+ "description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
687
687
  "value": {
688
688
  "kind": "expression",
689
- "type": "string"
689
+ "type": "BentoModalColumnLayoutVariant"
690
690
  },
691
- "default": "BentoModalRole.DIALOG"
691
+ "default": "BentoModalColumnLayoutVariant.SMALLER"
692
692
  },
693
693
  {
694
- "name": "isDismissible",
695
- "required": true,
696
- "description": "If set to true, it allows the modal to be closed by clicking outside of it",
694
+ "name": "customPadding",
695
+ "description": "If provided, manages the padding of the whole modal container",
697
696
  "value": {
698
697
  "kind": "expression",
699
- "type": "boolean"
700
- }
698
+ "type": "string"
699
+ },
700
+ "default": "null"
701
701
  },
702
702
  {
703
703
  "name": "hideCloseButton",
@@ -709,17 +709,8 @@
709
709
  }
710
710
  },
711
711
  {
712
- "name": "customPadding",
713
- "description": "If provided, manages the padding of the whole modal container",
714
- "value": {
715
- "kind": "expression",
716
- "type": "string"
717
- },
718
- "default": "null"
719
- },
720
- {
721
- "name": "withColumnLayout",
722
- "description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
712
+ "name": "initiallyOpen",
713
+ "description": "Sets the open attribute on the dialog element, use isOpen instead to toggle modal visbility.",
723
714
  "value": {
724
715
  "kind": "expression",
725
716
  "type": "boolean"
@@ -727,13 +718,13 @@
727
718
  "default": "false"
728
719
  },
729
720
  {
730
- "name": "columnsSize",
731
- "description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
721
+ "name": "isDismissible",
722
+ "required": true,
723
+ "description": "If set to true, it allows the modal to be closed by clicking outside of it",
732
724
  "value": {
733
725
  "kind": "expression",
734
- "type": "BentoModalColumnLayoutVariant"
735
- },
736
- "default": "BentoModalColumnLayoutVariant.SMALLER"
726
+ "type": "boolean"
727
+ }
737
728
  },
738
729
  {
739
730
  "name": "isOpen",
@@ -745,17 +736,17 @@
745
736
  }
746
737
  },
747
738
  {
748
- "name": "size",
749
- "description": "Sets the width of the modal",
739
+ "name": "modalRole",
740
+ "description": "Defines whether the modal will be an alert modal",
750
741
  "value": {
751
742
  "kind": "expression",
752
- "type": "BentoModalSize"
743
+ "type": "string"
753
744
  },
754
- "default": "BentoModalSize.SMALL"
745
+ "default": "BentoModalRole.DIALOG"
755
746
  },
756
747
  {
757
- "name": "initiallyOpen",
758
- "description": "Sets the open attribute on the dialog element, use isOpen instead to toggle modal visbility.",
748
+ "name": "overflowVisible",
749
+ "description": "Allows the inner elments to overflow the dialog",
759
750
  "value": {
760
751
  "kind": "expression",
761
752
  "type": "boolean"
@@ -763,7 +754,17 @@
763
754
  "default": "false"
764
755
  },
765
756
  {
766
- "name": "overflowVisible",
757
+ "name": "size",
758
+ "description": "Sets the width of the modal",
759
+ "value": {
760
+ "kind": "expression",
761
+ "type": "BentoModalSize"
762
+ },
763
+ "default": "BentoModalSize.SMALL"
764
+ },
765
+ {
766
+ "name": "withColumnLayout",
767
+ "description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
767
768
  "value": {
768
769
  "kind": "expression",
769
770
  "type": "boolean"
@@ -1452,31 +1453,31 @@
1452
1453
  "description": "A checkbox group component should be used whenever it is necessary to group a set of checkboxes that are related together\nThis component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/\n\nimport { BentoCheckboxGroup } from '@adyen/bento-vue2/';\n\nexport default {\n components: { BentoCheckboxGroup },\n template: `\n <bento-checkbox-group\n label=\"Your group label\"\n :items=\"[\n { value: 1, label: 'Your label' },\n { value: 2, label: 'Another label', description: 'Your sub label' },\n ]\"\n />\n `\n};",
1453
1454
  "attributes": [
1454
1455
  {
1455
- "name": "items",
1456
- "required": true,
1457
- "description": "The checkbox group's items.",
1456
+ "name": "description",
1457
+ "description": "Descriptive supporting text visbile underneath the label.",
1458
1458
  "value": {
1459
1459
  "kind": "expression",
1460
- "type": "BentoCheckboxGroupItems"
1461
- }
1460
+ "type": "string"
1461
+ },
1462
+ "default": "null"
1462
1463
  },
1463
1464
  {
1464
- "name": "modelValue",
1465
- "description": "Determines the initially selected value of the group. Corresponds to the BentoCheckboxButtonItem's value.\nDefaults to no value selected.",
1465
+ "name": "disabled",
1466
+ "description": "If set to true, renders all checkboxes in the group in a disabled state.",
1466
1467
  "value": {
1467
1468
  "kind": "expression",
1468
- "type": "Array<number | string | null>"
1469
+ "type": "boolean"
1469
1470
  },
1470
- "default": "() => []"
1471
+ "default": "false"
1471
1472
  },
1472
1473
  {
1473
- "name": "variant",
1474
- "description": "The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.",
1474
+ "name": "errorMessage",
1475
+ "description": "Renders all checkboxes in an error state with an error message.",
1475
1476
  "value": {
1476
1477
  "kind": "expression",
1477
- "type": "BentoCheckboxGroupVariant | `${BentoCheckboxGroupVariant}`"
1478
+ "type": "string"
1478
1479
  },
1479
- "default": "BentoCheckboxGroupVariant.VERTICAL"
1480
+ "default": "null"
1480
1481
  },
1481
1482
  {
1482
1483
  "name": "formId",
@@ -1488,8 +1489,53 @@
1488
1489
  "default": "null"
1489
1490
  },
1490
1491
  {
1491
- "name": "disabled",
1492
- "description": "If set to true, renders all checkboxes in the group in a disabled state.",
1492
+ "name": "hasError",
1493
+ "description": "If set to true, renders all checkboxes in the group in an error state.",
1494
+ "value": {
1495
+ "kind": "expression",
1496
+ "type": "boolean"
1497
+ },
1498
+ "default": "false"
1499
+ },
1500
+ {
1501
+ "name": "hideLabel",
1502
+ "description": "Shows/hides the group label.",
1503
+ "value": {
1504
+ "kind": "expression",
1505
+ "type": "boolean"
1506
+ },
1507
+ "default": "null"
1508
+ },
1509
+ {
1510
+ "name": "items",
1511
+ "required": true,
1512
+ "description": "The checkbox group's items.",
1513
+ "value": {
1514
+ "kind": "expression",
1515
+ "type": "BentoCheckboxGroupItems"
1516
+ }
1517
+ },
1518
+ {
1519
+ "name": "label",
1520
+ "required": true,
1521
+ "description": "The name associated with the group. Required for accessibility purposes.",
1522
+ "value": {
1523
+ "kind": "expression",
1524
+ "type": "string"
1525
+ }
1526
+ },
1527
+ {
1528
+ "name": "modelValue",
1529
+ "description": "Determines the initially selected value of the group. Corresponds to the BentoCheckboxButtonItem's value.\nDefaults to no value selected.",
1530
+ "value": {
1531
+ "kind": "expression",
1532
+ "type": "Array<number | string | null>"
1533
+ },
1534
+ "default": "() => []"
1535
+ },
1536
+ {
1537
+ "name": "optional",
1538
+ "description": "Indicates the field is optional.",
1493
1539
  "value": {
1494
1540
  "kind": "expression",
1495
1541
  "type": "boolean"
@@ -1506,8 +1552,8 @@
1506
1552
  "default": "false"
1507
1553
  },
1508
1554
  {
1509
- "name": "hasError",
1510
- "description": "If set to true, renders all checkboxes in the group in an error state.",
1555
+ "name": "required",
1556
+ "description": "Indicates the field is required.",
1511
1557
  "value": {
1512
1558
  "kind": "expression",
1513
1559
  "type": "boolean"
@@ -1515,8 +1561,8 @@
1515
1561
  "default": "false"
1516
1562
  },
1517
1563
  {
1518
- "name": "errorMessage",
1519
- "description": "Renders all checkboxes in an error state with an error message.",
1564
+ "name": "tooltipText",
1565
+ "description": "Tooltip message.",
1520
1566
  "value": {
1521
1567
  "kind": "expression",
1522
1568
  "type": "string"
@@ -1524,13 +1570,13 @@
1524
1570
  "default": "null"
1525
1571
  },
1526
1572
  {
1527
- "name": "label",
1528
- "required": true,
1529
- "description": "The name associated with the group. Required for accessibility purposes.",
1573
+ "name": "variant",
1574
+ "description": "The checkbox group's layout. It can be vertical or horizontal. Defaults to vertical.",
1530
1575
  "value": {
1531
1576
  "kind": "expression",
1532
- "type": "string"
1533
- }
1577
+ "type": "BentoCheckboxGroupVariant | `${BentoCheckboxGroupVariant}`"
1578
+ },
1579
+ "default": "BentoCheckboxGroupVariant.VERTICAL"
1534
1580
  }
1535
1581
  ],
1536
1582
  "source": {
@@ -1618,7 +1664,7 @@
1618
1664
  },
1619
1665
  {
1620
1666
  "name": "bento-country",
1621
- "description": "A component to display a country's flag and label.\nThe label comes in four variates: iso code, country name, phone number code or capital city.",
1667
+ "description": "A component to display a country's label.\nThe label comes in four variates: iso code, country name, phone number code or capital city.",
1622
1668
  "attributes": [
1623
1669
  {
1624
1670
  "name": "code",
@@ -1631,7 +1677,7 @@
1631
1677
  },
1632
1678
  {
1633
1679
  "name": "label",
1634
- "description": "Custom label text for next to the flag.",
1680
+ "description": "Custom label text.",
1635
1681
  "value": {
1636
1682
  "kind": "expression",
1637
1683
  "type": "string"
@@ -2136,6 +2182,15 @@
2136
2182
  },
2137
2183
  "default": "false"
2138
2184
  },
2185
+ {
2186
+ "name": "readonly",
2187
+ "description": "The Boolean readonly property, when present, makes the element not mutable, meaning the user can not edit the date picker.",
2188
+ "value": {
2189
+ "kind": "expression",
2190
+ "type": "boolean"
2191
+ },
2192
+ "default": "false"
2193
+ },
2139
2194
  {
2140
2195
  "name": "required",
2141
2196
  "description": "Highlights the dropdown is required.",
@@ -2298,6 +2353,15 @@
2298
2353
  },
2299
2354
  "default": "false"
2300
2355
  },
2356
+ {
2357
+ "name": "readonly",
2358
+ "description": "The Boolean readonly property, when present, makes the element not mutable, meaning the user can not edit the date range picker.",
2359
+ "value": {
2360
+ "kind": "expression",
2361
+ "type": "boolean"
2362
+ },
2363
+ "default": "false"
2364
+ },
2301
2365
  {
2302
2366
  "name": "required",
2303
2367
  "description": "Highlights the dropdown is required.",
@@ -3294,7 +3358,7 @@
3294
3358
  "description": "State of the button.",
3295
3359
  "value": {
3296
3360
  "kind": "expression",
3297
- "type": "BentoLoadingButtonState"
3361
+ "type": "BentoLoadingButtonState | `${BentoLoadingButtonState}`"
3298
3362
  },
3299
3363
  "default": "BentoLoadingButtonState.START"
3300
3364
  },
@@ -4197,6 +4261,15 @@
4197
4261
  "name": "bento-radio-group",
4198
4262
  "description": "A radio group component should be used whenever it is necessary to use a set of radio buttons\nThis component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/\n\nimport { BentoRadioGroup, BentoRadioGroupVariant } from '@adyen/bento-vue2/';\n\nexport default {\n components: { BentoRadioGroup },\n template: `\n <bento-radio-group\n label=\"Your group label\"\n :items=\"[\n { value: 1, label: 'Your label' },\n { value: 2, label: 'Another label', description: 'Your descriptive sub label' },\n ]\"\n :variant=\"BentoRadioGroupVariant.HORIZONTAL\"\n />\n `\n};",
4199
4263
  "attributes": [
4264
+ {
4265
+ "name": "description",
4266
+ "description": "Descriptive supporting text visbile underneath the label.",
4267
+ "value": {
4268
+ "kind": "expression",
4269
+ "type": "string"
4270
+ },
4271
+ "default": "null"
4272
+ },
4200
4273
  {
4201
4274
  "name": "disabled",
4202
4275
  "description": "If set to true, renders all radio-buttons in the group in a disabled state.",
@@ -4233,6 +4306,15 @@
4233
4306
  },
4234
4307
  "default": "false"
4235
4308
  },
4309
+ {
4310
+ "name": "hideLabel",
4311
+ "description": "Shows/hides the group label.",
4312
+ "value": {
4313
+ "kind": "expression",
4314
+ "type": "boolean"
4315
+ },
4316
+ "default": "null"
4317
+ },
4236
4318
  {
4237
4319
  "name": "items",
4238
4320
  "required": true,
@@ -4251,6 +4333,24 @@
4251
4333
  "type": "string"
4252
4334
  }
4253
4335
  },
4336
+ {
4337
+ "name": "modelValue",
4338
+ "description": "Determines the initially selected value of the group. Corresponds to the BentoRadioButtonItem's value.\nDefaults to no value selected.",
4339
+ "value": {
4340
+ "kind": "expression",
4341
+ "type": "number|string|null"
4342
+ },
4343
+ "default": "null"
4344
+ },
4345
+ {
4346
+ "name": "optional",
4347
+ "description": "Indicates the field is optional.",
4348
+ "value": {
4349
+ "kind": "expression",
4350
+ "type": "boolean"
4351
+ },
4352
+ "default": "false"
4353
+ },
4254
4354
  {
4255
4355
  "name": "readonly",
4256
4356
  "description": "If set to true, renders all radio-buttons in the group in a readonly state.",
@@ -4261,11 +4361,20 @@
4261
4361
  "default": "false"
4262
4362
  },
4263
4363
  {
4264
- "name": "modelValue",
4265
- "description": "Determines the initially selected value of the group. Corresponds to the BentoRadioButtonItem's value.\nDefaults to no value selected.",
4364
+ "name": "required",
4365
+ "description": "Indicates the field is required.",
4266
4366
  "value": {
4267
4367
  "kind": "expression",
4268
- "type": "number|string|null"
4368
+ "type": "boolean"
4369
+ },
4370
+ "default": "false"
4371
+ },
4372
+ {
4373
+ "name": "tooltipText",
4374
+ "description": "Tooltip message.",
4375
+ "value": {
4376
+ "kind": "expression",
4377
+ "type": "string"
4269
4378
  },
4270
4379
  "default": "null"
4271
4380
  },
@@ -5936,20 +6045,20 @@
5936
6045
  },
5937
6046
  {
5938
6047
  "name": "controls-group",
5939
- "description": "A controls group components should be used whenever it is necessary to group a set of controls (i.e. radio buttons or checkboxes)\nThis component conforms to the official WAI-ARIA guidelines for grouping controls: https://www.w3.org/WAI/tutorials/forms/grouping/\n\nNOTE: This component should not be used by itself but more implemented by other exported components",
6048
+ "description": "",
5940
6049
  "attributes": [
5941
6050
  {
5942
- "name": "label",
5943
- "required": true,
5944
- "description": "The name associated with the group. Required for accessibility purposes.",
6051
+ "name": "description",
6052
+ "description": "Descriptive supporting text visbile underneath the label.",
5945
6053
  "value": {
5946
6054
  "kind": "expression",
5947
6055
  "type": "string"
5948
- }
6056
+ },
6057
+ "default": "null"
5949
6058
  },
5950
6059
  {
5951
- "name": "showLabel",
5952
- "description": "Shows/hides the group label.",
6060
+ "name": "disabled",
6061
+ "description": "Sets all child controls of the <fieldset> as disabled.",
5953
6062
  "value": {
5954
6063
  "kind": "expression",
5955
6064
  "type": "boolean"
@@ -5966,13 +6075,49 @@
5966
6075
  "default": "null"
5967
6076
  },
5968
6077
  {
5969
- "name": "disabled",
5970
- "description": "Sets all child controls of the <fieldset> as disabled.",
6078
+ "name": "hideLabel",
6079
+ "description": "Shows/hides the group label.",
6080
+ "value": {
6081
+ "kind": "expression",
6082
+ "type": "boolean"
6083
+ },
6084
+ "default": "null"
6085
+ },
6086
+ {
6087
+ "name": "label",
6088
+ "required": true,
6089
+ "description": "The name associated with the group. Required for accessibility purposes.\nThe label is shown when `hideLabel` is set to `true` or if `description` is passed",
6090
+ "value": {
6091
+ "kind": "expression",
6092
+ "type": "string"
6093
+ }
6094
+ },
6095
+ {
6096
+ "name": "optional",
6097
+ "description": "Indicates the field is optional.",
5971
6098
  "value": {
5972
6099
  "kind": "expression",
5973
6100
  "type": "boolean"
5974
6101
  },
5975
6102
  "default": "false"
6103
+ },
6104
+ {
6105
+ "name": "required",
6106
+ "description": "Indicates the field is required.",
6107
+ "value": {
6108
+ "kind": "expression",
6109
+ "type": "boolean"
6110
+ },
6111
+ "default": "false"
6112
+ },
6113
+ {
6114
+ "name": "tooltipText",
6115
+ "description": "Tooltip message.",
6116
+ "value": {
6117
+ "kind": "expression",
6118
+ "type": "string"
6119
+ },
6120
+ "default": "null"
5976
6121
  }
5977
6122
  ],
5978
6123
  "slots": [
@@ -6885,6 +7030,124 @@
6885
7030
  "symbol": "default"
6886
7031
  }
6887
7032
  },
7033
+ {
7034
+ "name": "form-layout",
7035
+ "description": "",
7036
+ "attributes": [
7037
+ {
7038
+ "name": "form",
7039
+ "description": "Renders the form layout as an HTML `form`",
7040
+ "value": {
7041
+ "kind": "expression",
7042
+ "type": "boolean"
7043
+ },
7044
+ "default": "false"
7045
+ },
7046
+ {
7047
+ "name": "loading",
7048
+ "description": "Sets the state of the form and its fields to\na read only status.",
7049
+ "value": {
7050
+ "kind": "expression",
7051
+ "type": "boolean"
7052
+ },
7053
+ "default": "false"
7054
+ }
7055
+ ],
7056
+ "slots": [
7057
+ {
7058
+ "name": "error-message"
7059
+ },
7060
+ {
7061
+ "name": "default"
7062
+ },
7063
+ {
7064
+ "name": "actions-left"
7065
+ },
7066
+ {
7067
+ "name": "actions-right"
7068
+ }
7069
+ ],
7070
+ "source": {
7071
+ "module": "./src/components/form-layout/form-layout.vue",
7072
+ "symbol": "default"
7073
+ }
7074
+ },
7075
+ {
7076
+ "name": "form-layout-field-tip",
7077
+ "description": "",
7078
+ "slots": [
7079
+ {
7080
+ "name": "default"
7081
+ },
7082
+ {
7083
+ "name": "message"
7084
+ }
7085
+ ],
7086
+ "source": {
7087
+ "module": "./src/components/form-layout/components/form-layout-field-tip/form-layout-field-tip.vue",
7088
+ "symbol": "default"
7089
+ }
7090
+ },
7091
+ {
7092
+ "name": "form-layout-group",
7093
+ "description": "",
7094
+ "attributes": [
7095
+ {
7096
+ "name": "layout",
7097
+ "description": "The layout of the pair group of components.\nThis will render the components within the width of the proportions.\nOnly two colums are available.\n\nIf only one value is entered, then it will assume there's only one child in the group.\nIf two values are entered, the first value will be use for the first child and the second\nvalue for the second child.\n\nIf the value entered is not listed in the example\nlist below it will use 100% by default.",
7098
+ "value": {
7099
+ "kind": "expression",
7100
+ "type": "BentoLayoutGroupProportions"
7101
+ },
7102
+ "default": "'100'"
7103
+ }
7104
+ ],
7105
+ "slots": [
7106
+ {
7107
+ "name": "default"
7108
+ }
7109
+ ],
7110
+ "source": {
7111
+ "module": "./src/components/form-layout/components/form-layout-group/form-layout-group.vue",
7112
+ "symbol": "default"
7113
+ }
7114
+ },
7115
+ {
7116
+ "name": "form-layout-title",
7117
+ "description": "",
7118
+ "attributes": [
7119
+ {
7120
+ "name": "subsection",
7121
+ "description": "Defines if the Form Layout title is\na \"section\" or a \"subsection\".\nDefault is \"section\" (false). Turn into \"true\" for \"subsection\"",
7122
+ "value": {
7123
+ "kind": "expression",
7124
+ "type": "boolean"
7125
+ },
7126
+ "default": "false"
7127
+ },
7128
+ {
7129
+ "name": "el",
7130
+ "required": true,
7131
+ "description": "Sets the HTML DOM element.",
7132
+ "value": {
7133
+ "kind": "expression",
7134
+ "type": "BentoTypography.props.el.type"
7135
+ }
7136
+ }
7137
+ ],
7138
+ "slots": [
7139
+ {
7140
+ "name": "default"
7141
+ },
7142
+ {
7143
+ "name": "description"
7144
+ }
7145
+ ],
7146
+ "source": {
7147
+ "module": "./src/components/form-layout/components/form-layout-title/form-layout-title.vue",
7148
+ "symbol": "default"
7149
+ }
7150
+ },
6888
7151
  {
6889
7152
  "name": "grid-layout",
6890
7153
  "description": "Component used to render the grid layout in the bento-summary-grid. For internal use only",
@@ -7598,6 +7861,125 @@
7598
7861
  "symbol": "default"
7599
7862
  }
7600
7863
  },
7864
+ {
7865
+ "name": "sidepanel",
7866
+ "description": "",
7867
+ "attributes": [
7868
+ {
7869
+ "name": "activePage",
7870
+ "description": "The id of the current active page\nShould be the same id as the BentoSidepanelPage to be displayed\nIf the component only has one page, it can be left null/undefined.",
7871
+ "value": {
7872
+ "kind": "expression",
7873
+ "type": "string"
7874
+ },
7875
+ "default": "null"
7876
+ },
7877
+ {
7878
+ "name": "isDismissible",
7879
+ "description": "If set to true, it allows the sidepanel to be closed",
7880
+ "value": {
7881
+ "kind": "expression",
7882
+ "type": "boolean"
7883
+ },
7884
+ "default": "false"
7885
+ },
7886
+ {
7887
+ "name": "isOpen",
7888
+ "description": "Controls the sidepanel's state from the outside. Set it to true to open the sidepanel",
7889
+ "value": {
7890
+ "kind": "expression",
7891
+ "type": "boolean"
7892
+ },
7893
+ "default": "null"
7894
+ }
7895
+ ],
7896
+ "slots": [
7897
+ {
7898
+ "name": "default"
7899
+ }
7900
+ ],
7901
+ "source": {
7902
+ "module": "./src/components/sidepanel/sidepanel.vue",
7903
+ "symbol": "default"
7904
+ }
7905
+ },
7906
+ {
7907
+ "name": "sidepanel-mock",
7908
+ "description": "",
7909
+ "source": {
7910
+ "module": "./src/components/sidepanel/__tests__/sidepanel-mock.vue",
7911
+ "symbol": "default"
7912
+ }
7913
+ },
7914
+ {
7915
+ "name": "sidepanel-page",
7916
+ "description": "",
7917
+ "attributes": [
7918
+ {
7919
+ "name": "actions",
7920
+ "description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
7921
+ "value": {
7922
+ "kind": "expression",
7923
+ "type": "BentoButtonActionsList"
7924
+ },
7925
+ "default": "null"
7926
+ },
7927
+ {
7928
+ "name": "actionsLabel",
7929
+ "description": "Text label that is displayed left to the action buttons",
7930
+ "value": {
7931
+ "kind": "expression",
7932
+ "type": "string"
7933
+ },
7934
+ "default": "null"
7935
+ },
7936
+ {
7937
+ "name": "destructiveActions",
7938
+ "description": "If passed - sets first button color to red",
7939
+ "value": {
7940
+ "kind": "expression",
7941
+ "type": "boolean"
7942
+ },
7943
+ "default": "false"
7944
+ },
7945
+ {
7946
+ "name": "pageId",
7947
+ "description": "Identifier of the page, used with activePage prop to handle sidepanel navigation",
7948
+ "value": {
7949
+ "kind": "expression",
7950
+ "type": "string"
7951
+ },
7952
+ "default": "undefined"
7953
+ },
7954
+ {
7955
+ "name": "previousPage",
7956
+ "description": "ID of the page for the back button to navigate to. Only use it to overwrite the default back behavior\nUsed when the back button should not take the user to the natural previous page\nSet to `null` to hide back button in the page",
7957
+ "value": {
7958
+ "kind": "expression",
7959
+ "type": "string"
7960
+ },
7961
+ "default": "undefined"
7962
+ },
7963
+ {
7964
+ "name": "title",
7965
+ "description": "Title of the sidepanel page",
7966
+ "value": {
7967
+ "kind": "expression",
7968
+ "type": "string"
7969
+ },
7970
+ "default": "null"
7971
+ }
7972
+ ],
7973
+ "slots": [
7974
+ {
7975
+ "name": "default"
7976
+ }
7977
+ ],
7978
+ "source": {
7979
+ "module": "./src/components/sidepanel/components/sidepanel-page.vue",
7980
+ "symbol": "default"
7981
+ }
7982
+ },
7601
7983
  {
7602
7984
  "name": "structured-list-mock",
7603
7985
  "description": "",