@adyen/bento-vue2 1.7.0 → 1.8.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 (223) hide show
  1. package/dist/@types/components.d.ts +2 -0
  2. package/dist/@types/packages/core/src/components/button/button.types.d.ts +1 -1
  3. package/dist/@types/packages/vue2/src/components/action-bar/action-bar.vue.d.ts +11 -0
  4. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -1
  5. package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +7 -2
  6. package/dist/@types/packages/vue2/src/components/button/components/loading-button/loading-button.vue.d.ts +28 -18
  7. package/dist/@types/packages/vue2/src/components/checkbox/checkbox.vue.d.ts +25 -0
  8. package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +13 -1
  9. package/dist/@types/packages/vue2/src/components/date-picker/date-picker.vue.d.ts +9 -0
  10. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.types.d.ts +6 -2
  11. package/dist/@types/packages/vue2/src/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue.d.ts +153 -12
  12. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.types.d.ts +1 -1
  13. package/dist/@types/packages/vue2/src/components/date-range-picker/date-range-picker.vue.d.ts +18 -0
  14. package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +320 -21
  15. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +9 -0
  16. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +9 -0
  17. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +9 -0
  18. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +9 -0
  19. package/dist/@types/packages/vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +9 -0
  20. package/dist/@types/packages/vue2/src/components/dropdown/dropdown.vue.d.ts +12 -3
  21. package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +30 -24
  22. package/dist/@types/packages/vue2/src/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +1 -0
  23. package/dist/@types/packages/vue2/src/components/input-field/input-field.vue.d.ts +9 -0
  24. package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.types.d.ts +12 -0
  25. package/dist/@types/packages/vue2/src/components/internal/calendar/calendar.vue.d.ts +11 -1
  26. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.d.ts +2 -0
  27. package/dist/@types/packages/vue2/src/components/internal/calendar/components/calendar-month/composables/granular-min-max-date.types.d.ts +13 -0
  28. package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.d.ts +2 -0
  29. package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-adjustments.types.d.ts +14 -0
  30. package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.d.ts +2 -0
  31. package/dist/@types/packages/vue2/src/components/internal/calendar/composables/use-granularity-memory.types.d.ts +22 -0
  32. package/dist/@types/packages/vue2/src/components/internal/controls-group/controls-group.vue.d.ts +1 -1
  33. package/dist/@types/packages/vue2/src/components/internal/field-label/field-label.vue.d.ts +48 -0
  34. package/dist/@types/packages/vue2/src/components/internal/field-label/index.d.ts +1 -0
  35. package/dist/@types/packages/vue2/src/components/internal/grid-layout/grid-layout.vue.d.ts +11 -0
  36. package/dist/@types/packages/vue2/src/components/internal/index.d.ts +1 -0
  37. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/base-modal.vue.d.ts +2 -1
  38. package/dist/@types/packages/vue2/src/components/popover/popover.keys.d.ts +1 -0
  39. package/dist/@types/packages/vue2/src/components/popover/popover.vue.d.ts +16 -22
  40. package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +1 -0
  41. package/dist/@types/packages/vue2/src/components/structured-list/structured-list.keys.d.ts +1 -0
  42. package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +20 -1
  43. package/dist/@types/packages/vue2/src/components/summary-grid/summary-grid.types.d.ts +4 -4
  44. package/dist/@types/packages/vue2/src/components/textarea/textarea.vue.d.ts +9 -0
  45. package/dist/@types/packages/vue2/src/components/timeline/components/timeline-item/timeline-item.vue.d.ts +19 -2
  46. package/dist/@types/packages/vue2/src/components/timeline/timeline.types.d.ts +4 -2
  47. package/dist/@types/packages/vue2/src/components/timeline/timeline.vue.d.ts +18 -2
  48. package/dist/@types/packages/vue2/src/index.d.ts +1 -0
  49. package/dist/accordion.js +1 -1
  50. package/dist/action-bar.js +112 -93
  51. package/dist/action-bar.js.map +1 -1
  52. package/dist/alert.js +1 -1
  53. package/dist/assets/base-modal.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/dropdown.css +1 -1
  58. package/dist/assets/field-label.css +1 -0
  59. package/dist/assets/grid-layout.css +1 -1
  60. package/dist/assets/index.css +1 -1
  61. package/dist/assets/index11.css +1 -1
  62. package/dist/assets/index12.css +1 -1
  63. package/dist/assets/index13.css +1 -1
  64. package/dist/assets/index14.css +1 -1
  65. package/dist/assets/index15.css +1 -1
  66. package/dist/assets/index16.css +1 -1
  67. package/dist/assets/index17.css +1 -1
  68. package/dist/assets/index18.css +1 -1
  69. package/dist/assets/index19.css +1 -1
  70. package/dist/assets/index2.css +1 -1
  71. package/dist/assets/index20.css +1 -1
  72. package/dist/assets/index21.css +1 -1
  73. package/dist/assets/index22.css +1 -1
  74. package/dist/assets/index23.css +1 -1
  75. package/dist/assets/index24.css +1 -1
  76. package/dist/assets/index25.css +1 -1
  77. package/dist/assets/index26.css +1 -1
  78. package/dist/assets/index27.css +1 -1
  79. package/dist/assets/index28.css +1 -1
  80. package/dist/assets/index29.css +1 -1
  81. package/dist/assets/index3.css +1 -1
  82. package/dist/assets/index30.css +1 -1
  83. package/dist/assets/index32.css +1 -1
  84. package/dist/assets/index33.css +1 -1
  85. package/dist/assets/index34.css +1 -1
  86. package/dist/assets/index35.css +1 -1
  87. package/dist/assets/index36.css +1 -1
  88. package/dist/assets/index37.css +1 -1
  89. package/dist/assets/index38.css +1 -1
  90. package/dist/assets/index39.css +1 -1
  91. package/dist/assets/index4.css +1 -1
  92. package/dist/assets/index40.css +1 -1
  93. package/dist/assets/index41.css +1 -1
  94. package/dist/assets/index42.css +1 -1
  95. package/dist/assets/index43.css +1 -1
  96. package/dist/assets/index44.css +1 -1
  97. package/dist/assets/index45.css +1 -1
  98. package/dist/assets/index5.css +1 -1
  99. package/dist/assets/index6.css +1 -1
  100. package/dist/assets/index7.css +1 -1
  101. package/dist/assets/index8.css +1 -1
  102. package/dist/assets/index9.css +1 -1
  103. package/dist/assets/loading-button.css +1 -1
  104. package/dist/avatar-image.js +1 -1
  105. package/dist/badge.js +1 -1
  106. package/dist/button.js +38 -35
  107. package/dist/button.js.map +1 -1
  108. package/dist/card.js +1 -1
  109. package/dist/checkbox.js +5 -5
  110. package/dist/chunks/{base-modal.88e7b9d4.js → base-modal.31634fe8.js} +60 -49
  111. package/dist/chunks/base-modal.31634fe8.js.map +1 -0
  112. package/dist/chunks/{button-actions-with-menu.a5413243.js → button-actions-with-menu.5faea13e.js} +5 -5
  113. package/dist/chunks/{button-actions-with-menu.a5413243.js.map → button-actions-with-menu.5faea13e.js.map} +1 -1
  114. package/dist/chunks/button.e09d5980.js.map +1 -1
  115. package/dist/chunks/calendar.47e9e755.js +959 -0
  116. package/dist/chunks/calendar.47e9e755.js.map +1 -0
  117. package/dist/chunks/{checkbox.5343e28e.js → checkbox.2277450e.js} +67 -56
  118. package/dist/chunks/checkbox.2277450e.js.map +1 -0
  119. package/dist/chunks/controls-group.6c5bfccd.js +79 -0
  120. package/dist/chunks/controls-group.6c5bfccd.js.map +1 -0
  121. package/dist/chunks/{copy.346eadb1.js → copy.a85c2e9f.js} +3 -3
  122. package/dist/chunks/{copy.346eadb1.js.map → copy.a85c2e9f.js.map} +1 -1
  123. package/dist/chunks/{dropdown.f1253a54.js → dropdown.ce937989.js} +200 -196
  124. package/dist/chunks/dropdown.ce937989.js.map +1 -0
  125. package/dist/chunks/field-label.330edb60.js +107 -0
  126. package/dist/chunks/field-label.330edb60.js.map +1 -0
  127. package/dist/chunks/{grid-layout.b7e0d964.js → grid-layout.a806acb2.js} +36 -27
  128. package/dist/chunks/grid-layout.a806acb2.js.map +1 -0
  129. package/dist/chunks/index.210d2169.js +290 -0
  130. package/dist/chunks/index.210d2169.js.map +1 -0
  131. package/dist/chunks/{index.8ac70774.js → index.66503760.js} +3 -3
  132. package/dist/chunks/{index.8ac70774.js.map → index.66503760.js.map} +1 -1
  133. package/dist/chunks/{index.2625175a.js → index.86fc63ca.js} +30 -28
  134. package/dist/chunks/{index.2625175a.js.map → index.86fc63ca.js.map} +1 -1
  135. package/dist/chunks/{index.a201f750.js → index.89942d3a.js} +4 -5
  136. package/dist/chunks/{index.a201f750.js.map → index.89942d3a.js.map} +1 -1
  137. package/dist/chunks/index.a5de5242.js +130 -0
  138. package/dist/chunks/index.a5de5242.js.map +1 -0
  139. package/dist/chunks/index.a99ffd48.js +634 -0
  140. package/dist/chunks/index.a99ffd48.js.map +1 -0
  141. package/dist/chunks/index.d80206ed.js +10 -0
  142. package/dist/chunks/index.d80206ed.js.map +1 -0
  143. package/dist/chunks/{index.37283390.js → index.d8bd7596.js} +96 -99
  144. package/dist/chunks/{index.37283390.js.map → index.d8bd7596.js.map} +1 -1
  145. package/dist/chunks/{listbox-option-tag.6a09e8e2.js → listbox-option-tag.97af47fc.js} +6 -7
  146. package/dist/chunks/{listbox-option-tag.6a09e8e2.js.map → listbox-option-tag.97af47fc.js.map} +1 -1
  147. package/dist/chunks/{listbox.73c38f38.js → listbox.d039b178.js} +5 -6
  148. package/dist/chunks/{listbox.73c38f38.js.map → listbox.d039b178.js.map} +1 -1
  149. package/dist/chunks/loading-button.9a9cbbad.js +89 -0
  150. package/dist/chunks/loading-button.9a9cbbad.js.map +1 -0
  151. package/dist/chunks/{tooltip.104e5fac.js → tooltip.ecd0f707.js} +2 -2
  152. package/dist/chunks/{tooltip.104e5fac.js.map → tooltip.ecd0f707.js.map} +1 -1
  153. package/dist/code-snippet.js +4 -4
  154. package/dist/code-snippet.js.map +1 -1
  155. package/dist/country.js +1 -1
  156. package/dist/data-grid.js +563 -541
  157. package/dist/data-grid.js.map +1 -1
  158. package/dist/date-picker.js +83 -80
  159. package/dist/date-picker.js.map +1 -1
  160. package/dist/date-range-picker.js +2 -2
  161. package/dist/divider.js +1 -1
  162. package/dist/dropdown.js +3 -3
  163. package/dist/empty-state.js +1 -1
  164. package/dist/filter-bar.js +13 -12
  165. package/dist/filter-bar.js.map +1 -1
  166. package/dist/focus-trap.js +1 -1
  167. package/dist/form-layout.js +1 -1
  168. package/dist/header.js +63 -67
  169. package/dist/header.js.map +1 -1
  170. package/dist/index.js +211 -209
  171. package/dist/index.js.map +1 -1
  172. package/dist/info-icon.js +3 -3
  173. package/dist/input-field.js +57 -55
  174. package/dist/input-field.js.map +1 -1
  175. package/dist/internal.js +13 -12
  176. package/dist/link.js +1 -1
  177. package/dist/loading-indicator.js +1 -1
  178. package/dist/menu.js +1 -1
  179. package/dist/modal.js +2 -2
  180. package/dist/modal.js.map +1 -1
  181. package/dist/pagination.js +2 -2
  182. package/dist/payment-method.js +1 -1
  183. package/dist/popover.js +3 -305
  184. package/dist/popover.js.map +1 -1
  185. package/dist/popper-container.js +1 -1
  186. package/dist/radio-group.js +3 -3
  187. package/dist/search-bar.js +2 -2
  188. package/dist/segmented-control.js +2 -2
  189. package/dist/sidepanel.js +2 -2
  190. package/dist/status.js +1 -1
  191. package/dist/stepper.js +1 -1
  192. package/dist/structured-list.js +1 -1
  193. package/dist/summary-grid.js +3 -3
  194. package/dist/summary-grid.js.map +1 -1
  195. package/dist/tabs.js +1 -1
  196. package/dist/tag.js +2 -2
  197. package/dist/textarea.js +59 -56
  198. package/dist/textarea.js.map +1 -1
  199. package/dist/timeline.js +226 -173
  200. package/dist/timeline.js.map +1 -1
  201. package/dist/toast.js +1 -1
  202. package/dist/toggle.js +1 -1
  203. package/dist/tutorial.js +7 -7
  204. package/dist/web-types.json +519 -393
  205. package/package.json +3 -3
  206. package/dist/@types/packages/vue2/src/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +0 -118
  207. package/dist/assets/error-message.css +0 -1
  208. package/dist/chunks/base-modal.88e7b9d4.js.map +0 -1
  209. package/dist/chunks/calendar.24d0ac04.js +0 -821
  210. package/dist/chunks/calendar.24d0ac04.js.map +0 -1
  211. package/dist/chunks/checkbox.5343e28e.js.map +0 -1
  212. package/dist/chunks/controls-group.2a21bd83.js +0 -87
  213. package/dist/chunks/controls-group.2a21bd83.js.map +0 -1
  214. package/dist/chunks/dropdown.f1253a54.js.map +0 -1
  215. package/dist/chunks/error-message.8302a46c.js +0 -47
  216. package/dist/chunks/error-message.8302a46c.js.map +0 -1
  217. package/dist/chunks/grid-layout.b7e0d964.js.map +0 -1
  218. package/dist/chunks/index.d6b5f5e1.js +0 -112
  219. package/dist/chunks/index.d6b5f5e1.js.map +0 -1
  220. package/dist/chunks/index.e566354f.js +0 -532
  221. package/dist/chunks/index.e566354f.js.map +0 -1
  222. package/dist/chunks/loading-button.c65682d6.js +0 -86
  223. package/dist/chunks/loading-button.c65682d6.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@adyen/bento-vue2",
4
- "version": "1.7.0",
4
+ "version": "1.8.0",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -101,6 +101,15 @@
101
101
  "type": "BentoButtonActionsList"
102
102
  }
103
103
  },
104
+ {
105
+ "name": "visibleActions",
106
+ "description": "How many actions should be visible outside the menu, cannot be more than 4",
107
+ "value": {
108
+ "kind": "expression",
109
+ "type": "number"
110
+ },
111
+ "default": "4"
112
+ },
104
113
  {
105
114
  "name": "extraBottomSpacing",
106
115
  "description": "Use when there are sticky elements at the bottom, like sticky pagination",
@@ -140,6 +149,14 @@
140
149
  "symbol": "default"
141
150
  }
142
151
  },
152
+ {
153
+ "name": "action-bar-stub",
154
+ "description": "",
155
+ "source": {
156
+ "module": "./src/components/action-bar/__tests__/action-bar-stub.vue",
157
+ "symbol": "default"
158
+ }
159
+ },
143
160
  {
144
161
  "name": "adl-badge",
145
162
  "description": "",
@@ -517,6 +534,15 @@
517
534
  },
518
535
  "default": "BentoDropdownSize.DEFAULT"
519
536
  },
537
+ {
538
+ "name": "tooltipText",
539
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
540
+ "value": {
541
+ "kind": "expression",
542
+ "type": "string"
543
+ },
544
+ "default": "null"
545
+ },
520
546
  {
521
547
  "name": "value",
522
548
  "description": "The `input` value.\nProviding an empty string will select no options.\nSet to an empty string `''` if you don't want any of the available options to be selected.",
@@ -859,114 +885,6 @@
859
885
  "symbol": "default"
860
886
  }
861
887
  },
862
- {
863
- "name": "base-modal",
864
- "description": "",
865
- "attributes": [
866
- {
867
- "name": "modalRole",
868
- "description": "Defines whether the modal will be an alert modal",
869
- "value": {
870
- "kind": "expression",
871
- "type": "string"
872
- },
873
- "default": "BentoModalRole.DIALOG"
874
- },
875
- {
876
- "name": "isDismissible",
877
- "required": true,
878
- "description": "If set to true, it allows the modal to be closed by clicking outside of it",
879
- "value": {
880
- "kind": "expression",
881
- "type": "boolean"
882
- }
883
- },
884
- {
885
- "name": "hideCloseButton",
886
- "required": true,
887
- "description": "Hides a cross icon on the right side of the title",
888
- "value": {
889
- "kind": "expression",
890
- "type": "boolean"
891
- }
892
- },
893
- {
894
- "name": "customPadding",
895
- "description": "If provided, manages the padding of the whole modal container",
896
- "value": {
897
- "kind": "expression",
898
- "type": "string"
899
- },
900
- "default": "null"
901
- },
902
- {
903
- "name": "withColumnLayout",
904
- "description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
905
- "value": {
906
- "kind": "expression",
907
- "type": "boolean"
908
- },
909
- "default": "false"
910
- },
911
- {
912
- "name": "columnsSize",
913
- "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.",
914
- "value": {
915
- "kind": "expression",
916
- "type": "BentoModalColumnLayoutVariant"
917
- },
918
- "default": "BentoModalColumnLayoutVariant.SMALLER"
919
- },
920
- {
921
- "name": "isOpen",
922
- "required": true,
923
- "description": "Controls the modal's state from the outside. Set it to true to open the modal",
924
- "value": {
925
- "kind": "expression",
926
- "type": "boolean"
927
- }
928
- },
929
- {
930
- "name": "size",
931
- "description": "Sets the width of the modal",
932
- "value": {
933
- "kind": "expression",
934
- "type": "BentoModalSize"
935
- },
936
- "default": "BentoModalSize.SMALL"
937
- },
938
- {
939
- "name": "initiallyOpen",
940
- "description": "Sets the open attribute on the dialog element, use isOpen instead to toggle modal visbility.",
941
- "value": {
942
- "kind": "expression",
943
- "type": "boolean"
944
- },
945
- "default": "false"
946
- }
947
- ],
948
- "slots": [
949
- {
950
- "name": "default"
951
- },
952
- {
953
- "name": "content-col-1"
954
- },
955
- {
956
- "name": "content-col-2"
957
- },
958
- {
959
- "name": "content"
960
- },
961
- {
962
- "name": "actions"
963
- }
964
- ],
965
- "source": {
966
- "module": "./src/components/modal/components/base-modal/__mocks__/base-modal.vue",
967
- "symbol": "default"
968
- }
969
- },
970
888
  {
971
889
  "name": "bento-alert",
972
890
  "description": "An Alert component is used to display a persistent\nnotification containing information important to the user",
@@ -1493,6 +1411,15 @@
1493
1411
  },
1494
1412
  "default": "false"
1495
1413
  },
1414
+ {
1415
+ "name": "required",
1416
+ "description": "Highlights the checkbox is required.",
1417
+ "value": {
1418
+ "kind": "expression",
1419
+ "type": "boolean"
1420
+ },
1421
+ "default": "false"
1422
+ },
1496
1423
  {
1497
1424
  "name": "readonly",
1498
1425
  "description": "Setting this property to true will set the checkbox to read only state.",
@@ -1537,6 +1464,15 @@
1537
1464
  "type": "string"
1538
1465
  },
1539
1466
  "default": "null"
1467
+ },
1468
+ {
1469
+ "name": "optional",
1470
+ "description": "Highlights the checkbox is optional.",
1471
+ "value": {
1472
+ "kind": "expression",
1473
+ "type": "boolean"
1474
+ },
1475
+ "default": "false"
1540
1476
  }
1541
1477
  ],
1542
1478
  "slots": [
@@ -1861,6 +1797,15 @@
1861
1797
  "name": "bento-data-grid",
1862
1798
  "description": "",
1863
1799
  "attributes": [
1800
+ {
1801
+ "name": "bulkActions",
1802
+ "description": "List of actions that will be rendered in the action bar when user selects items.\n\nEach object in the list should have a `title`, an `event` and,\noptionally, an `icon`.\n\nThe component will display 4 actions and the hide the rest inside a menu.",
1803
+ "value": {
1804
+ "kind": "expression",
1805
+ "type": "BentoButtonActionsList"
1806
+ },
1807
+ "default": "null"
1808
+ },
1864
1809
  {
1865
1810
  "name": "allowRowClicks",
1866
1811
  "description": "When true, will emit a 'rowClick' event when a row is clicked. Will add cursor: pointer to rows.",
@@ -2383,6 +2328,15 @@
2383
2328
  },
2384
2329
  "default": "false"
2385
2330
  },
2331
+ {
2332
+ "name": "tooltipText",
2333
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
2334
+ "value": {
2335
+ "kind": "expression",
2336
+ "type": "string"
2337
+ },
2338
+ "default": "null"
2339
+ },
2386
2340
  {
2387
2341
  "name": "value",
2388
2342
  "description": "Selected date",
@@ -2510,6 +2464,14 @@
2510
2464
  "type": "DateRangePickerCalendar.props.firstDayOfWeek"
2511
2465
  }
2512
2466
  },
2467
+ {
2468
+ "name": "granularities",
2469
+ "description": "A list of available granularities.\nIf present, the date picker will display a segmented control to change granularity.",
2470
+ "value": {
2471
+ "kind": "expression",
2472
+ "type": "DateRangePickerCalendar.props.granularities"
2473
+ }
2474
+ },
2513
2475
  {
2514
2476
  "name": "isDateDisabled",
2515
2477
  "description": "Indicate if a date should be disabled or not",
@@ -2554,6 +2516,15 @@
2554
2516
  },
2555
2517
  "default": "false"
2556
2518
  },
2519
+ {
2520
+ "name": "tooltipText",
2521
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
2522
+ "value": {
2523
+ "kind": "expression",
2524
+ "type": "string"
2525
+ },
2526
+ "default": "null"
2527
+ },
2557
2528
  {
2558
2529
  "name": "quickSelectRanges",
2559
2530
  "description": "Enables the range selector.\nIf provided, must be an array that sets the custom range dropdown items. Items are of the structure:\n`label` - label of custom range item.\n`value` - a unique key of the custom range item.\n`data` - an object `{ startDate: Date; endDate: Date }` to set the date picker range to upon selecting.",
@@ -3451,57 +3422,6 @@
3451
3422
  "symbol": "default"
3452
3423
  }
3453
3424
  },
3454
- {
3455
- "name": "bento-loading-button",
3456
- "description": "",
3457
- "attributes": [
3458
- {
3459
- "name": "condensed",
3460
- "description": "Reduces sizing of button",
3461
- "value": {
3462
- "kind": "expression",
3463
- "type": "BentoButton.props.condensed.type"
3464
- },
3465
- "default": "false"
3466
- },
3467
- {
3468
- "name": "disabled",
3469
- "description": "Disables button functonality",
3470
- "value": {
3471
- "kind": "expression",
3472
- "type": "BentoButton.props.disabled.type"
3473
- },
3474
- "default": "false"
3475
- },
3476
- {
3477
- "name": "state",
3478
- "description": "State of the button.",
3479
- "value": {
3480
- "kind": "expression",
3481
- "type": "BentoLoadingButtonState | `${BentoLoadingButtonState}`"
3482
- },
3483
- "default": "BentoLoadingButtonState.START"
3484
- },
3485
- {
3486
- "name": "variant",
3487
- "description": "Types of flavour of Button",
3488
- "value": {
3489
- "kind": "expression",
3490
- "type": "BentoButton.props.variant.type"
3491
- },
3492
- "default": "BentoButtonVariant.PRIMARY"
3493
- }
3494
- ],
3495
- "slots": [
3496
- {
3497
- "name": "default"
3498
- }
3499
- ],
3500
- "source": {
3501
- "module": "./src/components/button/components/loading-button/loading-button.vue",
3502
- "symbol": "default"
3503
- }
3504
- },
3505
3425
  {
3506
3426
  "name": "bento-loading-indicator",
3507
3427
  "description": "",
@@ -3627,7 +3547,7 @@
3627
3547
  },
3628
3548
  {
3629
3549
  "name": "isDismissible",
3630
- "description": "If set to true, it allows the modal to be closed by clicking outside of it",
3550
+ "description": "If set to true, it allows the modal to be closed without performing an action",
3631
3551
  "value": {
3632
3552
  "kind": "expression",
3633
3553
  "type": "boolean"
@@ -4184,217 +4104,36 @@
4184
4104
  }
4185
4105
  },
4186
4106
  {
4187
- "name": "bento-popover",
4188
- "description": "Example description of the component...",
4107
+ "name": "bento-popover-dismiss-button",
4108
+ "description": "",
4189
4109
  "attributes": [
4190
4110
  {
4191
- "name": "actions",
4192
- "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\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
4111
+ "name": "onImage",
4193
4112
  "value": {
4194
4113
  "kind": "expression",
4195
- "type": "BentoButtonActionsList"
4114
+ "type": "boolean"
4196
4115
  },
4197
- "default": "null"
4198
- },
4116
+ "default": "false"
4117
+ }
4118
+ ],
4119
+ "events": [
4199
4120
  {
4200
- "name": "actionsLayout",
4201
- "description": "Defines the layout in which the button actions is presented.\nIt can be one of:",
4202
- "value": {
4203
- "kind": "expression",
4204
- "type": "BentoButtonActionsLayout | `${BentoButtonActionsLayout}`"
4205
- },
4206
- "default": "BentoButtonActionsLayout.BUTTONS_END"
4207
- },
4208
- {
4209
- "name": "ariaLabel",
4210
- "description": "Defines a string value that provides an accessible name for the popover.",
4211
- "value": {
4212
- "kind": "expression",
4213
- "type": "string"
4214
- },
4215
- "default": "null"
4216
- },
4217
- {
4218
- "name": "divider",
4219
- "description": "Adds a divider line to the actions section, reduces the top/bottom paddings and removes all padding in the \"default\" slot.",
4220
- "value": {
4221
- "kind": "expression",
4222
- "type": "boolean"
4223
- },
4224
- "default": "false"
4225
- },
4226
- {
4227
- "name": "disableFocusTrap",
4228
- "description": "Supports disabling focus trap functionality to avoid scroll into view behavior when we don't need it.",
4229
- "value": {
4230
- "kind": "expression",
4231
- "type": "boolean"
4232
- },
4233
- "default": "false"
4234
- },
4235
- {
4236
- "name": "dismissible",
4237
- "description": "Adds a \"dismiss\" icon that triggers the \"dismiss\" event. Requires the `title` prop to be set.",
4238
- "value": {
4239
- "kind": "expression",
4240
- "type": "boolean"
4241
- },
4242
- "default": "false"
4243
- },
4244
- {
4245
- "name": "fallbackPosition",
4246
- "description": "Allows to configure to fallback position to the one specified, it could be ['right', 'top', ...].\nUseful when not using auto as starting placement.\nhttps://floating-ui.com/docs/flip#fallbackplacements",
4247
- "value": {
4248
- "kind": "expression",
4249
- "type": "Placement[]"
4250
- },
4251
- "default": "() => ['bottom-start', 'right-start', 'top-start', 'left-start']"
4252
- },
4253
- {
4254
- "name": "fitContent",
4255
- "description": "Sets the size of the container to fit its content",
4256
- "value": {
4257
- "kind": "expression",
4258
- "type": "boolean"
4259
- },
4260
- "default": "false"
4261
- },
4262
- {
4263
- "name": "fixedPositioning",
4264
- "description": "Instructs popover to be visible outside of the containing container.\nUseful when component would be used in limited containers like Modal, Side panel, etc.",
4265
- "value": {
4266
- "kind": "expression",
4267
- "type": "boolean"
4268
- },
4269
- "default": "false"
4270
- },
4271
- {
4272
- "name": "open",
4273
- "description": "Toggles the popover open and closed",
4274
- "value": {
4275
- "kind": "expression",
4276
- "type": "boolean"
4277
- },
4278
- "default": "false"
4279
- },
4280
- {
4281
- "name": "large",
4282
- "description": "Displays the popover in a large size.",
4283
- "value": {
4284
- "kind": "expression",
4285
- "type": "boolean"
4286
- },
4287
- "default": "false"
4288
- },
4289
- {
4290
- "name": "modifiers",
4291
- "value": {
4292
- "kind": "expression",
4293
- "type": "array"
4294
- },
4295
- "default": "null"
4296
- },
4297
- {
4298
- "name": "position",
4299
- "description": "Popover's position relative to the target element.\nPossible values are:\n'auto', 'auto-start', 'auto-end',\n'top', 'top-start', 'top-end'\n'right', 'right-start', 'right-end'\n'bottom', 'bottom-start', 'bottom-end'\n'left', 'left-start', 'left-end'",
4300
- "value": {
4301
- "kind": "expression",
4302
- "type": "BentoPopoverPositions | `${BentoPopoverPositions}`"
4303
- },
4304
- "default": "BentoPopoverPositions.BOTTOM_START"
4305
- },
4306
- {
4307
- "name": "small",
4308
- "description": "Displays the popover in a small size.",
4309
- "value": {
4310
- "kind": "expression",
4311
- "type": "boolean"
4312
- },
4313
- "default": "false"
4314
- },
4315
- {
4316
- "name": "title",
4317
- "description": "Indicates the title you want to give the popover.",
4318
- "value": {
4319
- "kind": "expression",
4320
- "type": "string"
4321
- },
4322
- "default": "null"
4323
- },
4324
- {
4325
- "name": "targetElement",
4326
- "required": true,
4327
- "description": "Popover's target element.\nThe popover will position itself relatively to target element, in specified position.",
4328
- "value": {
4329
- "kind": "expression",
4330
- "type": "PopperContainer.props?.targetElement.type"
4331
- }
4332
- },
4333
- {
4334
- "name": "withoutSpace",
4335
- "description": "Displays the popover without padding.",
4336
- "value": {
4337
- "kind": "expression",
4338
- "type": "boolean"
4339
- },
4340
- "default": "false"
4341
- }
4342
- ],
4343
- "events": [
4344
- {
4345
- "name": "placement"
4346
- },
4347
- {
4348
- "name": "dismiss"
4349
- }
4350
- ],
4351
- "slots": [
4352
- {
4353
- "name": "image"
4354
- },
4355
- {
4356
- "name": "headerIcon"
4357
- },
4358
- {
4359
- "name": "default"
4360
- }
4361
- ],
4362
- "source": {
4363
- "module": "./src/components/popover/popover.vue",
4364
- "symbol": "default"
4365
- }
4366
- },
4367
- {
4368
- "name": "bento-popover-dismiss-button",
4369
- "description": "",
4370
- "attributes": [
4371
- {
4372
- "name": "onImage",
4373
- "value": {
4374
- "kind": "expression",
4375
- "type": "boolean"
4376
- },
4377
- "default": "false"
4378
- }
4379
- ],
4380
- "events": [
4381
- {
4382
- "name": "click"
4383
- }
4384
- ],
4385
- "source": {
4386
- "module": "./src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue",
4387
- "symbol": "default"
4388
- }
4389
- },
4390
- {
4391
- "name": "bento-popover-image",
4392
- "description": "",
4393
- "attributes": [
4394
- {
4395
- "name": "src",
4396
- "required": true,
4397
- "description": "URL to image.\nFor more details, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-src",
4121
+ "name": "click"
4122
+ }
4123
+ ],
4124
+ "source": {
4125
+ "module": "./src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue",
4126
+ "symbol": "default"
4127
+ }
4128
+ },
4129
+ {
4130
+ "name": "bento-popover-image",
4131
+ "description": "",
4132
+ "attributes": [
4133
+ {
4134
+ "name": "src",
4135
+ "required": true,
4136
+ "description": "URL to image.\nFor more details, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-src",
4398
4137
  "value": {
4399
4138
  "kind": "expression",
4400
4139
  "type": "string"
@@ -4956,19 +4695,6 @@
4956
4695
  "symbol": "default"
4957
4696
  }
4958
4697
  },
4959
- {
4960
- "name": "bento-structured-list",
4961
- "description": "This is a list used to display pairs of information in a clear and organized manner.\n`BentoStructureListItem` should be used to pass the label/value pairs to the list.",
4962
- "slots": [
4963
- {
4964
- "name": "default"
4965
- }
4966
- ],
4967
- "source": {
4968
- "module": "./src/components/structured-list/structured-list.vue",
4969
- "symbol": "default"
4970
- }
4971
- },
4972
4698
  {
4973
4699
  "name": "bento-structured-list-item",
4974
4700
  "description": "This is an item of the `BentoStructuredList` meant to be used only with that component.\nIt consists of a label/value pair, and also the optional copy and search modifiers.",
@@ -5556,6 +5282,15 @@
5556
5282
  "name": "bento-timeline",
5557
5283
  "description": "Timeline displays a collection of events in a reverse chronological order (newest event is displayed on the top).",
5558
5284
  "attributes": [
5285
+ {
5286
+ "name": "addNote",
5287
+ "description": "If set to true, gives the possibility to manually add notes to the timeline via a textarea",
5288
+ "value": {
5289
+ "kind": "expression",
5290
+ "type": "boolean"
5291
+ },
5292
+ "default": "false"
5293
+ },
5559
5294
  {
5560
5295
  "name": "showMore",
5561
5296
  "description": "Object that determines the max number of items to show without clicking the show more button\nand where in the timeline is the show more button placed",
@@ -5575,6 +5310,11 @@
5575
5310
  "default": "null"
5576
5311
  }
5577
5312
  ],
5313
+ "events": [
5314
+ {
5315
+ "name": "add-timeline-note"
5316
+ }
5317
+ ],
5578
5318
  "slots": [
5579
5319
  {
5580
5320
  "name": "default"
@@ -5636,12 +5376,21 @@
5636
5376
  },
5637
5377
  {
5638
5378
  "name": "title",
5639
- "required": true,
5640
5379
  "description": "Title of the event",
5641
5380
  "value": {
5642
5381
  "kind": "expression",
5643
5382
  "type": "BentoTimelineItemTitle | string"
5644
- }
5383
+ },
5384
+ "default": "null"
5385
+ },
5386
+ {
5387
+ "name": "type",
5388
+ "description": "Type of the timeline item. If set to 'note', it renders a note item in the timeline. Defaults to 'milestone'.",
5389
+ "value": {
5390
+ "kind": "expression",
5391
+ "type": "string"
5392
+ },
5393
+ "default": "'milestone'"
5645
5394
  },
5646
5395
  {
5647
5396
  "name": "variant",
@@ -5875,6 +5624,15 @@
5875
5624
  "type": "CalendarMonth.props.firstDayOfWeek"
5876
5625
  }
5877
5626
  },
5627
+ {
5628
+ "name": "granularity",
5629
+ "description": "The selected granularity configuration",
5630
+ "value": {
5631
+ "kind": "expression",
5632
+ "type": "CalendarGranularityConfig"
5633
+ },
5634
+ "default": "null"
5635
+ },
5878
5636
  {
5879
5637
  "name": "isDateDisabled",
5880
5638
  "description": "Indicate if a date should be disabled or not",
@@ -6450,6 +6208,15 @@
6450
6208
  "type": "Calendar.props.firstDayOfWeek"
6451
6209
  }
6452
6210
  },
6211
+ {
6212
+ "name": "granularities",
6213
+ "description": "A list of available granularities.\nIf present, the date picker will display a segmented control to change granularity.",
6214
+ "value": {
6215
+ "kind": "expression",
6216
+ "type": "Array<BentoDateRangePickerGranularityConfig>"
6217
+ },
6218
+ "default": "null"
6219
+ },
6453
6220
  {
6454
6221
  "name": "isDateDisabled",
6455
6222
  "description": "Indicate if a date should be disabled or not",
@@ -7153,21 +6920,21 @@
7153
6920
  }
7154
6921
  },
7155
6922
  {
7156
- "name": "filter-bar-button",
6923
+ "name": "field-label",
7157
6924
  "description": "",
7158
6925
  "attributes": [
7159
6926
  {
7160
- "name": "appliedFiltersCount",
7161
- "description": "The number of applied values within the filter.\nText can also be applied here such as 'All'.\ne.g. if 2 items in a dropdown filter have been applied, the number 2 will be shown here.",
6927
+ "name": "label",
6928
+ "description": "Field label",
7162
6929
  "value": {
7163
6930
  "kind": "expression",
7164
- "type": "string|number"
6931
+ "type": "string"
7165
6932
  },
7166
6933
  "default": "null"
7167
6934
  },
7168
6935
  {
7169
- "name": "disabled",
7170
- "description": "Disables button functionality.",
6936
+ "name": "optional",
6937
+ "description": "Sets the field as optional",
7171
6938
  "value": {
7172
6939
  "kind": "expression",
7173
6940
  "type": "boolean"
@@ -7175,8 +6942,8 @@
7175
6942
  "default": "false"
7176
6943
  },
7177
6944
  {
7178
- "name": "isFilterOpen",
7179
- "description": "Signifies if the filter is open or closed.",
6945
+ "name": "required",
6946
+ "description": "Sets the field as required",
7180
6947
  "value": {
7181
6948
  "kind": "expression",
7182
6949
  "type": "boolean"
@@ -7184,13 +6951,64 @@
7184
6951
  "default": "false"
7185
6952
  },
7186
6953
  {
7187
- "name": "hasChevron",
7188
- "description": "Toggles if a chevron icon should be displayed in the button.\nThe chevron will change depending on the open state of the filter.",
6954
+ "name": "tooltipText",
6955
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
7189
6956
  "value": {
7190
6957
  "kind": "expression",
7191
- "type": "boolean"
6958
+ "type": "string"
7192
6959
  },
7193
- "default": "false"
6960
+ "default": "null"
6961
+ }
6962
+ ],
6963
+ "slots": [
6964
+ {
6965
+ "name": "default"
6966
+ }
6967
+ ],
6968
+ "source": {
6969
+ "module": "./src/components/internal/field-label/field-label.vue",
6970
+ "symbol": "default"
6971
+ }
6972
+ },
6973
+ {
6974
+ "name": "filter-bar-button",
6975
+ "description": "",
6976
+ "attributes": [
6977
+ {
6978
+ "name": "appliedFiltersCount",
6979
+ "description": "The number of applied values within the filter.\nText can also be applied here such as 'All'.\ne.g. if 2 items in a dropdown filter have been applied, the number 2 will be shown here.",
6980
+ "value": {
6981
+ "kind": "expression",
6982
+ "type": "string|number"
6983
+ },
6984
+ "default": "null"
6985
+ },
6986
+ {
6987
+ "name": "disabled",
6988
+ "description": "Disables button functionality.",
6989
+ "value": {
6990
+ "kind": "expression",
6991
+ "type": "boolean"
6992
+ },
6993
+ "default": "false"
6994
+ },
6995
+ {
6996
+ "name": "isFilterOpen",
6997
+ "description": "Signifies if the filter is open or closed.",
6998
+ "value": {
6999
+ "kind": "expression",
7000
+ "type": "boolean"
7001
+ },
7002
+ "default": "false"
7003
+ },
7004
+ {
7005
+ "name": "hasChevron",
7006
+ "description": "Toggles if a chevron icon should be displayed in the button.\nThe chevron will change depending on the open state of the filter.",
7007
+ "value": {
7008
+ "kind": "expression",
7009
+ "type": "boolean"
7010
+ },
7011
+ "default": "false"
7194
7012
  },
7195
7013
  {
7196
7014
  "name": "secondaryLabel",
@@ -7501,6 +7319,15 @@
7501
7319
  "type": "GridLayoutContainerType"
7502
7320
  },
7503
7321
  "default": "GridLayoutContainerType.INLINE"
7322
+ },
7323
+ {
7324
+ "name": "noGap",
7325
+ "description": "Sets the gap in the grid to 0.",
7326
+ "value": {
7327
+ "kind": "expression",
7328
+ "type": "boolean"
7329
+ },
7330
+ "default": "false"
7504
7331
  }
7505
7332
  ],
7506
7333
  "slots": [
@@ -7658,6 +7485,15 @@
7658
7485
  },
7659
7486
  "default": "BentoInputFieldElementPosition.START"
7660
7487
  },
7488
+ {
7489
+ "name": "tooltipText",
7490
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
7491
+ "value": {
7492
+ "kind": "expression",
7493
+ "type": "string"
7494
+ },
7495
+ "default": "null"
7496
+ },
7661
7497
  {
7662
7498
  "name": "type",
7663
7499
  "description": "A string specifying the type of control to render.",
@@ -7904,6 +7740,72 @@
7904
7740
  "symbol": "default"
7905
7741
  }
7906
7742
  },
7743
+ {
7744
+ "name": "loading-button",
7745
+ "description": "",
7746
+ "attributes": [
7747
+ {
7748
+ "name": "condensed",
7749
+ "description": "Reduces sizing of button",
7750
+ "value": {
7751
+ "kind": "expression",
7752
+ "type": "BentoButton.props.condensed.type"
7753
+ },
7754
+ "default": "false"
7755
+ },
7756
+ {
7757
+ "name": "disabled",
7758
+ "description": "Disables button functonality",
7759
+ "value": {
7760
+ "kind": "expression",
7761
+ "type": "BentoButton.props.disabled.type"
7762
+ },
7763
+ "default": "false"
7764
+ },
7765
+ {
7766
+ "name": "inverse",
7767
+ "description": "Sets color set to inverse",
7768
+ "value": {
7769
+ "kind": "expression",
7770
+ "type": "boolean"
7771
+ },
7772
+ "default": "false"
7773
+ },
7774
+ {
7775
+ "name": "state",
7776
+ "description": "State of the button.",
7777
+ "value": {
7778
+ "kind": "expression",
7779
+ "type": "BentoLoadingButtonState | `${BentoLoadingButtonState}`"
7780
+ },
7781
+ "default": "BentoLoadingButtonState.START"
7782
+ },
7783
+ {
7784
+ "name": "variant",
7785
+ "description": "Types of flavour of Button",
7786
+ "value": {
7787
+ "kind": "expression",
7788
+ "type": "BentoButton.props.variant.type"
7789
+ },
7790
+ "default": "'primary'"
7791
+ }
7792
+ ],
7793
+ "events": [
7794
+ {
7795
+ "name": "click",
7796
+ "description": "Click event handler"
7797
+ }
7798
+ ],
7799
+ "slots": [
7800
+ {
7801
+ "name": "default"
7802
+ }
7803
+ ],
7804
+ "source": {
7805
+ "module": "./src/components/button/components/loading-button/loading-button.vue",
7806
+ "symbol": "default"
7807
+ }
7808
+ },
7907
7809
  {
7908
7810
  "name": "menu-item",
7909
7811
  "description": "Menu item component to render items in a menu. For internal use only.",
@@ -8102,6 +8004,189 @@
8102
8004
  "symbol": "default"
8103
8005
  }
8104
8006
  },
8007
+ {
8008
+ "name": "popover",
8009
+ "description": "",
8010
+ "attributes": [
8011
+ {
8012
+ "name": "actions",
8013
+ "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\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
8014
+ "value": {
8015
+ "kind": "expression",
8016
+ "type": "BentoButtonActionsList"
8017
+ },
8018
+ "default": "null"
8019
+ },
8020
+ {
8021
+ "name": "actionsLayout",
8022
+ "description": "Defines the layout in which the button actions is presented.\nIt can be one of:",
8023
+ "value": {
8024
+ "kind": "expression",
8025
+ "type": "BentoButtonActionsLayout | `${BentoButtonActionsLayout}`"
8026
+ },
8027
+ "default": "BentoButtonActionsLayout.BUTTONS_END"
8028
+ },
8029
+ {
8030
+ "name": "ariaLabel",
8031
+ "description": "Defines a string value that provides an accessible name for the popover.",
8032
+ "value": {
8033
+ "kind": "expression",
8034
+ "type": "string"
8035
+ },
8036
+ "default": "null"
8037
+ },
8038
+ {
8039
+ "name": "divider",
8040
+ "description": "Adds a divider line to the actions section, reduces the top/bottom paddings and removes all padding in the \"default\" slot.",
8041
+ "value": {
8042
+ "kind": "expression",
8043
+ "type": "boolean"
8044
+ },
8045
+ "default": "false"
8046
+ },
8047
+ {
8048
+ "name": "disableFocusTrap",
8049
+ "description": "Supports disabling focus trap functionality to avoid scroll into view behavior when we don't need it.",
8050
+ "value": {
8051
+ "kind": "expression",
8052
+ "type": "boolean"
8053
+ },
8054
+ "default": "false"
8055
+ },
8056
+ {
8057
+ "name": "dismissible",
8058
+ "description": "Adds a \"dismiss\" icon that triggers the \"dismiss\" event. Requires the `title` prop to be set.",
8059
+ "value": {
8060
+ "kind": "expression",
8061
+ "type": "boolean"
8062
+ },
8063
+ "default": "false"
8064
+ },
8065
+ {
8066
+ "name": "fallbackPosition",
8067
+ "description": "Allows to configure to fallback position to the one specified, it could be ['right', 'top', ...].\nUseful when not using auto as starting placement.\nhttps://floating-ui.com/docs/flip#fallbackplacements",
8068
+ "value": {
8069
+ "kind": "expression",
8070
+ "type": "Placement[]"
8071
+ },
8072
+ "default": "() => ['bottom-start', 'right-start', 'top-start', 'left-start']"
8073
+ },
8074
+ {
8075
+ "name": "fitContent",
8076
+ "description": "Sets the size of the container to fit its content",
8077
+ "value": {
8078
+ "kind": "expression",
8079
+ "type": "boolean"
8080
+ },
8081
+ "default": "false"
8082
+ },
8083
+ {
8084
+ "name": "fixedPositioning",
8085
+ "description": "Instructs popover to be visible outside of the containing container.\nUseful when component would be used in limited containers like Modal, Side panel, etc.",
8086
+ "value": {
8087
+ "kind": "expression",
8088
+ "type": "boolean"
8089
+ },
8090
+ "default": "false"
8091
+ },
8092
+ {
8093
+ "name": "open",
8094
+ "description": "Toggles the popover open and closed",
8095
+ "value": {
8096
+ "kind": "expression",
8097
+ "type": "boolean"
8098
+ },
8099
+ "default": "false"
8100
+ },
8101
+ {
8102
+ "name": "large",
8103
+ "description": "Displays the popover in a large size.",
8104
+ "value": {
8105
+ "kind": "expression",
8106
+ "type": "boolean"
8107
+ },
8108
+ "default": "false"
8109
+ },
8110
+ {
8111
+ "name": "modifiers",
8112
+ "value": {
8113
+ "kind": "expression",
8114
+ "type": "array"
8115
+ },
8116
+ "default": "null"
8117
+ },
8118
+ {
8119
+ "name": "position",
8120
+ "description": "Popover's position relative to the target element.\nPossible values are:\n'auto', 'auto-start', 'auto-end',\n'top', 'top-start', 'top-end'\n'right', 'right-start', 'right-end'\n'bottom', 'bottom-start', 'bottom-end'\n'left', 'left-start', 'left-end'",
8121
+ "value": {
8122
+ "kind": "expression",
8123
+ "type": "BentoPopoverPositions | `${BentoPopoverPositions}`"
8124
+ },
8125
+ "default": "BentoPopoverPositions.BOTTOM_START"
8126
+ },
8127
+ {
8128
+ "name": "small",
8129
+ "description": "Displays the popover in a small size.",
8130
+ "value": {
8131
+ "kind": "expression",
8132
+ "type": "boolean"
8133
+ },
8134
+ "default": "false"
8135
+ },
8136
+ {
8137
+ "name": "title",
8138
+ "description": "Indicates the title you want to give the popover.",
8139
+ "value": {
8140
+ "kind": "expression",
8141
+ "type": "string"
8142
+ },
8143
+ "default": "null"
8144
+ },
8145
+ {
8146
+ "name": "targetElement",
8147
+ "required": true,
8148
+ "description": "Popover's target element.\nThe popover will position itself relatively to target element, in specified position.",
8149
+ "value": {
8150
+ "kind": "expression",
8151
+ "type": "PopperContainer.props?.targetElement.type"
8152
+ }
8153
+ },
8154
+ {
8155
+ "name": "withoutSpace",
8156
+ "description": "Displays the popover without padding.",
8157
+ "value": {
8158
+ "kind": "expression",
8159
+ "type": "boolean"
8160
+ },
8161
+ "default": "false"
8162
+ }
8163
+ ],
8164
+ "events": [
8165
+ {
8166
+ "name": "placement",
8167
+ "description": "Triggered when the popover `placement` changes"
8168
+ },
8169
+ {
8170
+ "name": "dismiss",
8171
+ "description": "Triggered when the `dismiss` button is clicked"
8172
+ }
8173
+ ],
8174
+ "slots": [
8175
+ {
8176
+ "name": "image"
8177
+ },
8178
+ {
8179
+ "name": "headerIcon"
8180
+ },
8181
+ {
8182
+ "name": "default"
8183
+ }
8184
+ ],
8185
+ "source": {
8186
+ "module": "./src/components/popover/popover.vue",
8187
+ "symbol": "default"
8188
+ }
8189
+ },
8105
8190
  {
8106
8191
  "name": "popover-stub",
8107
8192
  "description": "",
@@ -8203,6 +8288,14 @@
8203
8288
  "kind": "expression",
8204
8289
  "type": "BentoPopover.props.withoutSpace"
8205
8290
  }
8291
+ },
8292
+ {
8293
+ "name": "injectedOffset",
8294
+ "value": {
8295
+ "kind": "expression",
8296
+ "type": "number"
8297
+ },
8298
+ "default": "null"
8206
8299
  }
8207
8300
  ],
8208
8301
  "events": [
@@ -8767,6 +8860,30 @@
8767
8860
  "symbol": "default"
8768
8861
  }
8769
8862
  },
8863
+ {
8864
+ "name": "structured-list",
8865
+ "description": "",
8866
+ "attributes": [
8867
+ {
8868
+ "name": "labelsWidth",
8869
+ "description": "Width of the labels container, in pixels. Default is 180 (px).",
8870
+ "value": {
8871
+ "kind": "expression",
8872
+ "type": "number"
8873
+ },
8874
+ "default": "180"
8875
+ }
8876
+ ],
8877
+ "slots": [
8878
+ {
8879
+ "name": "default"
8880
+ }
8881
+ ],
8882
+ "source": {
8883
+ "module": "./src/components/structured-list/structured-list.vue",
8884
+ "symbol": "default"
8885
+ }
8886
+ },
8770
8887
  {
8771
8888
  "name": "structured-list-mock",
8772
8889
  "description": "",
@@ -9161,6 +9278,15 @@
9161
9278
  },
9162
9279
  "default": "false"
9163
9280
  },
9281
+ {
9282
+ "name": "tooltipText",
9283
+ "description": "Adds a info icon next to the label to display the passed tooltip message.",
9284
+ "value": {
9285
+ "kind": "expression",
9286
+ "type": "string"
9287
+ },
9288
+ "default": "null"
9289
+ },
9164
9290
  {
9165
9291
  "name": "value",
9166
9292
  "description": "Text displayed as the value of the textarea",