@sebgroup/green-core 3.21.0 → 3.21.1

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 (430) hide show
  1. package/components/context-menu/context-menu.component.js +3 -10
  2. package/components/context-menu/context-menu.trans.styles.js +6 -2
  3. package/components/dropdown/dropdown.component.d.ts +26 -4
  4. package/components/dropdown/dropdown.component.js +150 -67
  5. package/components/dropdown/dropdown.trans.styles.js +7 -2
  6. package/{primitives/listbox/listbox.trans.styles.scss.js → components/dropdown/dropdown.trans.styles.scss.js} +1 -1
  7. package/components/dropdown/index.d.ts +1 -1
  8. package/components/dropdown/index.js +1 -1
  9. package/{primitives/listbox → components/dropdown}/option.component.d.ts +1 -1
  10. package/{primitives/listbox → components/dropdown}/option.component.js +10 -4
  11. package/components/index.d.ts +1 -1
  12. package/components/index.js +1 -1
  13. package/custom-elements.json +35687 -35615
  14. package/gds-element.js +1 -1
  15. package/generated/mcp/components.json +1 -1
  16. package/generated/mcp/dropdown/api.md +1 -1
  17. package/generated/mcp/icons.json +1 -1
  18. package/generated/mcp/index.json +1 -1
  19. package/generated/mcp/tokens.json +1 -1
  20. package/generated/react/alert/index.d.ts +7 -7
  21. package/generated/react/avatar/index.d.ts +7 -7
  22. package/generated/react/avatar-group/index.d.ts +7 -7
  23. package/generated/react/backdrop/index.d.ts +7 -7
  24. package/generated/react/badge/index.d.ts +7 -7
  25. package/generated/react/blur/index.d.ts +7 -7
  26. package/generated/react/breadcrumb/index.d.ts +7 -7
  27. package/generated/react/breadcrumbs/index.d.ts +7 -7
  28. package/generated/react/button/index.d.ts +7 -7
  29. package/generated/react/calendar/index.d.ts +7 -7
  30. package/generated/react/card/index.d.ts +7 -7
  31. package/generated/react/card-linked/index.d.ts +7 -7
  32. package/generated/react/card-pattern-01/index.d.ts +7 -7
  33. package/generated/react/checkbox/index.d.ts +7 -7
  34. package/generated/react/checkbox-group/index.d.ts +7 -7
  35. package/generated/react/coachmark/index.d.ts +7 -7
  36. package/generated/react/context-menu/index.d.ts +7 -7
  37. package/generated/react/datepicker/index.d.ts +7 -7
  38. package/generated/react/details/index.d.ts +7 -7
  39. package/generated/react/dialog/index.d.ts +7 -7
  40. package/generated/react/div/index.d.ts +7 -7
  41. package/generated/react/divider/index.d.ts +7 -7
  42. package/generated/react/dropdown/index.d.ts +12 -11
  43. package/generated/react/fab/index.d.ts +7 -7
  44. package/generated/react/filter-chip/index.d.ts +7 -7
  45. package/generated/react/filter-chips/index.d.ts +7 -7
  46. package/generated/react/flex/index.d.ts +7 -7
  47. package/generated/react/form-summary/index.d.ts +7 -7
  48. package/generated/react/formatted-account/index.d.ts +7 -7
  49. package/generated/react/formatted-date/index.d.ts +7 -7
  50. package/generated/react/formatted-number/index.d.ts +7 -7
  51. package/generated/react/grid/index.d.ts +7 -7
  52. package/generated/react/grouped-list/index.d.ts +7 -7
  53. package/generated/react/icons/icon-ai/index.d.ts +7 -7
  54. package/generated/react/icons/icon-airplane-up/index.d.ts +7 -7
  55. package/generated/react/icons/icon-archive/index.d.ts +7 -7
  56. package/generated/react/icons/icon-arrow/index.d.ts +7 -7
  57. package/generated/react/icons/icon-arrow-bottom-top/index.d.ts +7 -7
  58. package/generated/react/icons/icon-arrow-box-left/index.d.ts +7 -7
  59. package/generated/react/icons/icon-arrow-box-left-alt/index.d.ts +7 -7
  60. package/generated/react/icons/icon-arrow-box-right/index.d.ts +7 -7
  61. package/generated/react/icons/icon-arrow-down/index.d.ts +7 -7
  62. package/generated/react/icons/icon-arrow-inbox/index.d.ts +7 -7
  63. package/generated/react/icons/icon-arrow-left/index.d.ts +7 -7
  64. package/generated/react/icons/icon-arrow-left-right/index.d.ts +7 -7
  65. package/generated/react/icons/icon-arrow-out-of-box/index.d.ts +7 -7
  66. package/generated/react/icons/icon-arrow-right/index.d.ts +7 -7
  67. package/generated/react/icons/icon-arrow-right-circle/index.d.ts +7 -7
  68. package/generated/react/icons/icon-arrow-right-down-circle/index.d.ts +7 -7
  69. package/generated/react/icons/icon-arrow-right-up-circle/index.d.ts +7 -7
  70. package/generated/react/icons/icon-arrow-rotate-clockwise/index.d.ts +7 -7
  71. package/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.d.ts +7 -7
  72. package/generated/react/icons/icon-arrow-rotate-left-right/index.d.ts +7 -7
  73. package/generated/react/icons/icon-arrow-rotate-right-left/index.d.ts +7 -7
  74. package/generated/react/icons/icon-arrow-share-left/index.d.ts +7 -7
  75. package/generated/react/icons/icon-arrow-share-right/index.d.ts +7 -7
  76. package/generated/react/icons/icon-arrow-split/index.d.ts +7 -7
  77. package/generated/react/icons/icon-arrow-up/index.d.ts +7 -7
  78. package/generated/react/icons/icon-arrow-wall-down/index.d.ts +7 -7
  79. package/generated/react/icons/icon-arrow-wall-left/index.d.ts +7 -7
  80. package/generated/react/icons/icon-arrow-wall-right/index.d.ts +7 -7
  81. package/generated/react/icons/icon-arrow-wall-up/index.d.ts +7 -7
  82. package/generated/react/icons/icon-arrows-repeat-right/index.d.ts +7 -7
  83. package/generated/react/icons/icon-asterisk/index.d.ts +7 -7
  84. package/generated/react/icons/icon-at/index.d.ts +7 -7
  85. package/generated/react/icons/icon-back/index.d.ts +7 -7
  86. package/generated/react/icons/icon-backward/index.d.ts +7 -7
  87. package/generated/react/icons/icon-bag/index.d.ts +7 -7
  88. package/generated/react/icons/icon-bank/index.d.ts +7 -7
  89. package/generated/react/icons/icon-banknote/index.d.ts +7 -7
  90. package/generated/react/icons/icon-banknote-2/index.d.ts +7 -7
  91. package/generated/react/icons/icon-barcode/index.d.ts +7 -7
  92. package/generated/react/icons/icon-bars-three/index.d.ts +7 -7
  93. package/generated/react/icons/icon-bars-two/index.d.ts +7 -7
  94. package/generated/react/icons/icon-basket/index.d.ts +7 -7
  95. package/generated/react/icons/icon-battery-loading/index.d.ts +7 -7
  96. package/generated/react/icons/icon-bell/index.d.ts +7 -7
  97. package/generated/react/icons/icon-block/index.d.ts +7 -7
  98. package/generated/react/icons/icon-book/index.d.ts +7 -7
  99. package/generated/react/icons/icon-bookmark/index.d.ts +7 -7
  100. package/generated/react/icons/icon-bookmark-check/index.d.ts +7 -7
  101. package/generated/react/icons/icon-bookmark-delete/index.d.ts +7 -7
  102. package/generated/react/icons/icon-bookmark-plus/index.d.ts +7 -7
  103. package/generated/react/icons/icon-bookmark-remove/index.d.ts +7 -7
  104. package/generated/react/icons/icon-books/index.d.ts +7 -7
  105. package/generated/react/icons/icon-brand-app-store/index.d.ts +7 -7
  106. package/generated/react/icons/icon-brand-apple-music/index.d.ts +7 -7
  107. package/generated/react/icons/icon-brand-bankid/index.d.ts +7 -7
  108. package/generated/react/icons/icon-brand-chrome/index.d.ts +7 -7
  109. package/generated/react/icons/icon-brand-facebook/index.d.ts +7 -7
  110. package/generated/react/icons/icon-brand-figma/index.d.ts +7 -7
  111. package/generated/react/icons/icon-brand-firefox/index.d.ts +7 -7
  112. package/generated/react/icons/icon-brand-github/index.d.ts +7 -7
  113. package/generated/react/icons/icon-brand-green/index.d.ts +7 -7
  114. package/generated/react/icons/icon-brand-instagram/index.d.ts +7 -7
  115. package/generated/react/icons/icon-brand-linkedin/index.d.ts +7 -7
  116. package/generated/react/icons/icon-brand-play-store/index.d.ts +7 -7
  117. package/generated/react/icons/icon-brand-rss-feed/index.d.ts +7 -7
  118. package/generated/react/icons/icon-brand-seb/index.d.ts +7 -7
  119. package/generated/react/icons/icon-brand-spotify/index.d.ts +7 -7
  120. package/generated/react/icons/icon-brand-storybook/index.d.ts +7 -7
  121. package/generated/react/icons/icon-brand-swish-word/index.d.ts +7 -7
  122. package/generated/react/icons/icon-brand-x/index.d.ts +7 -7
  123. package/generated/react/icons/icon-brush/index.d.ts +7 -7
  124. package/generated/react/icons/icon-bubble-annotation/index.d.ts +7 -7
  125. package/generated/react/icons/icon-bubbles/index.d.ts +7 -7
  126. package/generated/react/icons/icon-buildings/index.d.ts +7 -7
  127. package/generated/react/icons/icon-bullet-list/index.d.ts +7 -7
  128. package/generated/react/icons/icon-calculator/index.d.ts +7 -7
  129. package/generated/react/icons/icon-calendar/index.d.ts +7 -7
  130. package/generated/react/icons/icon-calendar-check/index.d.ts +7 -7
  131. package/generated/react/icons/icon-calendar-repeat/index.d.ts +7 -7
  132. package/generated/react/icons/icon-calender-add/index.d.ts +7 -7
  133. package/generated/react/icons/icon-call/index.d.ts +7 -7
  134. package/generated/react/icons/icon-car/index.d.ts +7 -7
  135. package/generated/react/icons/icon-carussel/index.d.ts +7 -7
  136. package/generated/react/icons/icon-chain-link/index.d.ts +7 -7
  137. package/generated/react/icons/icon-chain-link-broken/index.d.ts +7 -7
  138. package/generated/react/icons/icon-chart-two/index.d.ts +7 -7
  139. package/generated/react/icons/icon-checklist/index.d.ts +7 -7
  140. package/generated/react/icons/icon-checkmark/index.d.ts +7 -7
  141. package/generated/react/icons/icon-chevron-bottom/index.d.ts +7 -7
  142. package/generated/react/icons/icon-chevron-double-down/index.d.ts +7 -7
  143. package/generated/react/icons/icon-chevron-double-left/index.d.ts +7 -7
  144. package/generated/react/icons/icon-chevron-double-right/index.d.ts +7 -7
  145. package/generated/react/icons/icon-chevron-double-up/index.d.ts +7 -7
  146. package/generated/react/icons/icon-chevron-down-small/index.d.ts +7 -7
  147. package/generated/react/icons/icon-chevron-grabber-vertical/index.d.ts +7 -7
  148. package/generated/react/icons/icon-chevron-grabber-vertical-reversed/index.d.ts +7 -7
  149. package/generated/react/icons/icon-chevron-left/index.d.ts +7 -7
  150. package/generated/react/icons/icon-chevron-left-small/index.d.ts +7 -7
  151. package/generated/react/icons/icon-chevron-right/index.d.ts +7 -7
  152. package/generated/react/icons/icon-chevron-right-small/index.d.ts +7 -7
  153. package/generated/react/icons/icon-chevron-top/index.d.ts +7 -7
  154. package/generated/react/icons/icon-chevron-top-small/index.d.ts +7 -7
  155. package/generated/react/icons/icon-circle-ban/index.d.ts +7 -7
  156. package/generated/react/icons/icon-circle-check/index.d.ts +7 -7
  157. package/generated/react/icons/icon-circle-dots/index.d.ts +7 -7
  158. package/generated/react/icons/icon-circle-info/index.d.ts +7 -7
  159. package/generated/react/icons/icon-circle-minus/index.d.ts +7 -7
  160. package/generated/react/icons/icon-circle-placeholder-on/index.d.ts +7 -7
  161. package/generated/react/icons/icon-circle-plus/index.d.ts +7 -7
  162. package/generated/react/icons/icon-circle-questionmark/index.d.ts +7 -7
  163. package/generated/react/icons/icon-circle-x/index.d.ts +7 -7
  164. package/generated/react/icons/icon-circles-three/index.d.ts +7 -7
  165. package/generated/react/icons/icon-clock/index.d.ts +7 -7
  166. package/generated/react/icons/icon-cloud-download/index.d.ts +7 -7
  167. package/generated/react/icons/icon-cloud-upload/index.d.ts +7 -7
  168. package/generated/react/icons/icon-cloudy-sun/index.d.ts +7 -7
  169. package/generated/react/icons/icon-code/index.d.ts +7 -7
  170. package/generated/react/icons/icon-code-brackets/index.d.ts +7 -7
  171. package/generated/react/icons/icon-compass-round/index.d.ts +7 -7
  172. package/generated/react/icons/icon-cookies/index.d.ts +7 -7
  173. package/generated/react/icons/icon-copy/index.d.ts +7 -7
  174. package/generated/react/icons/icon-credit-card/index.d.ts +7 -7
  175. package/generated/react/icons/icon-credit-card-add/index.d.ts +7 -7
  176. package/generated/react/icons/icon-cross-large/index.d.ts +7 -7
  177. package/generated/react/icons/icon-cross-small/index.d.ts +7 -7
  178. package/generated/react/icons/icon-cup-hot/index.d.ts +7 -7
  179. package/generated/react/icons/icon-cursor/index.d.ts +7 -7
  180. package/generated/react/icons/icon-details/index.d.ts +7 -7
  181. package/generated/react/icons/icon-devices/index.d.ts +7 -7
  182. package/generated/react/icons/icon-direction/index.d.ts +7 -7
  183. package/generated/react/icons/icon-dollar/index.d.ts +7 -7
  184. package/generated/react/icons/icon-dot-grid-one-horizontal/index.d.ts +7 -7
  185. package/generated/react/icons/icon-dot-grid-one-vertical/index.d.ts +7 -7
  186. package/generated/react/icons/icon-dot-grid-three/index.d.ts +7 -7
  187. package/generated/react/icons/icon-dot-grid-two/index.d.ts +7 -7
  188. package/generated/react/icons/icon-email/index.d.ts +7 -7
  189. package/generated/react/icons/icon-emoji-angry/index.d.ts +7 -7
  190. package/generated/react/icons/icon-emoji-neutral/index.d.ts +7 -7
  191. package/generated/react/icons/icon-emoji-sad/index.d.ts +7 -7
  192. package/generated/react/icons/icon-emoji-smile/index.d.ts +7 -7
  193. package/generated/react/icons/icon-emoji-smiley/index.d.ts +7 -7
  194. package/generated/react/icons/icon-euro/index.d.ts +7 -7
  195. package/generated/react/icons/icon-expand/index.d.ts +7 -7
  196. package/generated/react/icons/icon-eye-open/index.d.ts +7 -7
  197. package/generated/react/icons/icon-eye-slash/index.d.ts +7 -7
  198. package/generated/react/icons/icon-fashion/index.d.ts +7 -7
  199. package/generated/react/icons/icon-fast-forward/index.d.ts +7 -7
  200. package/generated/react/icons/icon-file-bend/index.d.ts +7 -7
  201. package/generated/react/icons/icon-file-chart/index.d.ts +7 -7
  202. package/generated/react/icons/icon-file-text/index.d.ts +7 -7
  203. package/generated/react/icons/icon-files/index.d.ts +7 -7
  204. package/generated/react/icons/icon-filter/index.d.ts +7 -7
  205. package/generated/react/icons/icon-flag/index.d.ts +7 -7
  206. package/generated/react/icons/icon-floppy-disk/index.d.ts +7 -7
  207. package/generated/react/icons/icon-focus/index.d.ts +7 -7
  208. package/generated/react/icons/icon-folder/index.d.ts +7 -7
  209. package/generated/react/icons/icon-folder-add-right/index.d.ts +7 -7
  210. package/generated/react/icons/icon-fullscreen/index.d.ts +7 -7
  211. package/generated/react/icons/icon-gift/index.d.ts +7 -7
  212. package/generated/react/icons/icon-globus/index.d.ts +7 -7
  213. package/generated/react/icons/icon-graduate-cap/index.d.ts +7 -7
  214. package/generated/react/icons/icon-green-power/index.d.ts +7 -7
  215. package/generated/react/icons/icon-group/index.d.ts +7 -7
  216. package/generated/react/icons/icon-growth/index.d.ts +7 -7
  217. package/generated/react/icons/icon-headphones/index.d.ts +7 -7
  218. package/generated/react/icons/icon-heart/index.d.ts +7 -7
  219. package/generated/react/icons/icon-heart-beat/index.d.ts +7 -7
  220. package/generated/react/icons/icon-history/index.d.ts +7 -7
  221. package/generated/react/icons/icon-home-energy-one/index.d.ts +7 -7
  222. package/generated/react/icons/icon-home-energy-two/index.d.ts +7 -7
  223. package/generated/react/icons/icon-home-open/index.d.ts +7 -7
  224. package/generated/react/icons/icon-home-roof/index.d.ts +7 -7
  225. package/generated/react/icons/icon-horizontal-alignment-bottom/index.d.ts +7 -7
  226. package/generated/react/icons/icon-hourglass/index.d.ts +7 -7
  227. package/generated/react/icons/icon-images/index.d.ts +7 -7
  228. package/generated/react/icons/icon-inbox-empty/index.d.ts +7 -7
  229. package/generated/react/icons/icon-industry/index.d.ts +7 -7
  230. package/generated/react/icons/icon-jpg/index.d.ts +7 -7
  231. package/generated/react/icons/icon-key/index.d.ts +7 -7
  232. package/generated/react/icons/icon-knife-spoon/index.d.ts +7 -7
  233. package/generated/react/icons/icon-lab/index.d.ts +7 -7
  234. package/generated/react/icons/icon-law/index.d.ts +7 -7
  235. package/generated/react/icons/icon-leisure/index.d.ts +7 -7
  236. package/generated/react/icons/icon-light-bulb-simple/index.d.ts +7 -7
  237. package/generated/react/icons/icon-lightning/index.d.ts +7 -7
  238. package/generated/react/icons/icon-line-chart-four/index.d.ts +7 -7
  239. package/generated/react/icons/icon-line-chart-one/index.d.ts +7 -7
  240. package/generated/react/icons/icon-line-chart-three/index.d.ts +7 -7
  241. package/generated/react/icons/icon-line-chart-two/index.d.ts +7 -7
  242. package/generated/react/icons/icon-lock/index.d.ts +7 -7
  243. package/generated/react/icons/icon-macbook-air/index.d.ts +7 -7
  244. package/generated/react/icons/icon-magnifying-glass/index.d.ts +7 -7
  245. package/generated/react/icons/icon-map-pin/index.d.ts +7 -7
  246. package/generated/react/icons/icon-megaphone/index.d.ts +7 -7
  247. package/generated/react/icons/icon-menu-sidebar/index.d.ts +7 -7
  248. package/generated/react/icons/icon-mic-off/index.d.ts +7 -7
  249. package/generated/react/icons/icon-mic-on/index.d.ts +7 -7
  250. package/generated/react/icons/icon-minimize/index.d.ts +7 -7
  251. package/generated/react/icons/icon-minus-large/index.d.ts +7 -7
  252. package/generated/react/icons/icon-minus-small/index.d.ts +7 -7
  253. package/generated/react/icons/icon-money-hand/index.d.ts +7 -7
  254. package/generated/react/icons/icon-moneybag/index.d.ts +7 -7
  255. package/generated/react/icons/icon-moon/index.d.ts +7 -7
  256. package/generated/react/icons/icon-mute/index.d.ts +7 -7
  257. package/generated/react/icons/icon-newspaper/index.d.ts +7 -7
  258. package/generated/react/icons/icon-office/index.d.ts +7 -7
  259. package/generated/react/icons/icon-page-add/index.d.ts +7 -7
  260. package/generated/react/icons/icon-paper-plane-top-right/index.d.ts +7 -7
  261. package/generated/react/icons/icon-paperclip/index.d.ts +7 -7
  262. package/generated/react/icons/icon-pause/index.d.ts +7 -7
  263. package/generated/react/icons/icon-pdf/index.d.ts +7 -7
  264. package/generated/react/icons/icon-pencil-sign/index.d.ts +7 -7
  265. package/generated/react/icons/icon-pencil-sparkle/index.d.ts +7 -7
  266. package/generated/react/icons/icon-pencil-wave/index.d.ts +7 -7
  267. package/generated/react/icons/icon-pension/index.d.ts +7 -7
  268. package/generated/react/icons/icon-people/index.d.ts +7 -7
  269. package/generated/react/icons/icon-people-a11y/index.d.ts +7 -7
  270. package/generated/react/icons/icon-people-add/index.d.ts +7 -7
  271. package/generated/react/icons/icon-people-added/index.d.ts +7 -7
  272. package/generated/react/icons/icon-people-circle/index.d.ts +7 -7
  273. package/generated/react/icons/icon-people-copy/index.d.ts +7 -7
  274. package/generated/react/icons/icon-people-profile/index.d.ts +7 -7
  275. package/generated/react/icons/icon-people-remove/index.d.ts +7 -7
  276. package/generated/react/icons/icon-percent/index.d.ts +7 -7
  277. package/generated/react/icons/icon-phone/index.d.ts +7 -7
  278. package/generated/react/icons/icon-pie-chart/index.d.ts +7 -7
  279. package/generated/react/icons/icon-piggy-bank/index.d.ts +7 -7
  280. package/generated/react/icons/icon-pin/index.d.ts +7 -7
  281. package/generated/react/icons/icon-pinch/index.d.ts +7 -7
  282. package/generated/react/icons/icon-play/index.d.ts +7 -7
  283. package/generated/react/icons/icon-play-circle/index.d.ts +7 -7
  284. package/generated/react/icons/icon-plus-large/index.d.ts +7 -7
  285. package/generated/react/icons/icon-plus-small/index.d.ts +7 -7
  286. package/generated/react/icons/icon-png/index.d.ts +7 -7
  287. package/generated/react/icons/icon-poop/index.d.ts +7 -7
  288. package/generated/react/icons/icon-postcard/index.d.ts +7 -7
  289. package/generated/react/icons/icon-pound/index.d.ts +7 -7
  290. package/generated/react/icons/icon-power/index.d.ts +7 -7
  291. package/generated/react/icons/icon-power-plant/index.d.ts +7 -7
  292. package/generated/react/icons/icon-printer/index.d.ts +7 -7
  293. package/generated/react/icons/icon-push/index.d.ts +7 -7
  294. package/generated/react/icons/icon-qr-code/index.d.ts +7 -7
  295. package/generated/react/icons/icon-rainy/index.d.ts +7 -7
  296. package/generated/react/icons/icon-raising-hand/index.d.ts +7 -7
  297. package/generated/react/icons/icon-reading-list/index.d.ts +7 -7
  298. package/generated/react/icons/icon-receipt-bill/index.d.ts +7 -7
  299. package/generated/react/icons/icon-receiption-bell/index.d.ts +7 -7
  300. package/generated/react/icons/icon-record/index.d.ts +7 -7
  301. package/generated/react/icons/icon-refund/index.d.ts +7 -7
  302. package/generated/react/icons/icon-robot/index.d.ts +7 -7
  303. package/generated/react/icons/icon-rocket/index.d.ts +7 -7
  304. package/generated/react/icons/icon-run-shortcut/index.d.ts +7 -7
  305. package/generated/react/icons/icon-safari/index.d.ts +7 -7
  306. package/generated/react/icons/icon-school/index.d.ts +7 -7
  307. package/generated/react/icons/icon-scissors/index.d.ts +7 -7
  308. package/generated/react/icons/icon-search-menu/index.d.ts +7 -7
  309. package/generated/react/icons/icon-settings-gear/index.d.ts +7 -7
  310. package/generated/react/icons/icon-settings-slider-hor/index.d.ts +7 -7
  311. package/generated/react/icons/icon-settings-slider-ver/index.d.ts +7 -7
  312. package/generated/react/icons/icon-shapes/index.d.ts +7 -7
  313. package/generated/react/icons/icon-share/index.d.ts +7 -7
  314. package/generated/react/icons/icon-shield/index.d.ts +7 -7
  315. package/generated/react/icons/icon-shield-checked/index.d.ts +7 -7
  316. package/generated/react/icons/icon-shield-crossed/index.d.ts +7 -7
  317. package/generated/react/icons/icon-shopping-bag/index.d.ts +7 -7
  318. package/generated/react/icons/icon-signature/index.d.ts +7 -7
  319. package/generated/react/icons/icon-smartwatch/index.d.ts +7 -7
  320. package/generated/react/icons/icon-solar/index.d.ts +7 -7
  321. package/generated/react/icons/icon-sort/index.d.ts +7 -7
  322. package/generated/react/icons/icon-sort-ascending/index.d.ts +7 -7
  323. package/generated/react/icons/icon-sort-descending/index.d.ts +7 -7
  324. package/generated/react/icons/icon-sort-down/index.d.ts +7 -7
  325. package/generated/react/icons/icon-sort-up/index.d.ts +7 -7
  326. package/generated/react/icons/icon-square-arrow-top-right/index.d.ts +7 -7
  327. package/generated/react/icons/icon-square-behind-square/index.d.ts +7 -7
  328. package/generated/react/icons/icon-square-grid-circle/index.d.ts +7 -7
  329. package/generated/react/icons/icon-square-placeholder/index.d.ts +7 -7
  330. package/generated/react/icons/icon-star/index.d.ts +7 -7
  331. package/generated/react/icons/icon-store/index.d.ts +7 -7
  332. package/generated/react/icons/icon-sun/index.d.ts +7 -7
  333. package/generated/react/icons/icon-sunset-arrow-down/index.d.ts +7 -7
  334. package/generated/react/icons/icon-tag/index.d.ts +7 -7
  335. package/generated/react/icons/icon-target-arrow/index.d.ts +7 -7
  336. package/generated/react/icons/icon-television/index.d.ts +7 -7
  337. package/generated/react/icons/icon-tennis/index.d.ts +7 -7
  338. package/generated/react/icons/icon-text-edit/index.d.ts +7 -7
  339. package/generated/react/icons/icon-thermostat/index.d.ts +7 -7
  340. package/generated/react/icons/icon-thumbs-down/index.d.ts +7 -7
  341. package/generated/react/icons/icon-thumbs-up/index.d.ts +7 -7
  342. package/generated/react/icons/icon-ticket/index.d.ts +7 -7
  343. package/generated/react/icons/icon-trading-view-candles/index.d.ts +7 -7
  344. package/generated/react/icons/icon-trash-can/index.d.ts +7 -7
  345. package/generated/react/icons/icon-tree/index.d.ts +7 -7
  346. package/generated/react/icons/icon-trending-five/index.d.ts +7 -7
  347. package/generated/react/icons/icon-trending-four/index.d.ts +7 -7
  348. package/generated/react/icons/icon-trending-one/index.d.ts +7 -7
  349. package/generated/react/icons/icon-trending-three/index.d.ts +7 -7
  350. package/generated/react/icons/icon-trending-two/index.d.ts +7 -7
  351. package/generated/react/icons/icon-triangle-exclamation/index.d.ts +7 -7
  352. package/generated/react/icons/icon-truck/index.d.ts +7 -7
  353. package/generated/react/icons/icon-umbrella-security/index.d.ts +7 -7
  354. package/generated/react/icons/icon-unlocked/index.d.ts +7 -7
  355. package/generated/react/icons/icon-volume-full/index.d.ts +7 -7
  356. package/generated/react/icons/icon-volume-half/index.d.ts +7 -7
  357. package/generated/react/icons/icon-volume-off/index.d.ts +7 -7
  358. package/generated/react/icons/icon-wallet/index.d.ts +7 -7
  359. package/generated/react/icons/icon-warning-sign/index.d.ts +7 -7
  360. package/generated/react/icons/icon-wifi-full/index.d.ts +7 -7
  361. package/generated/react/icons/icon-youtube/index.d.ts +7 -7
  362. package/generated/react/icons/icon-zap/index.d.ts +7 -7
  363. package/generated/react/icons/icon-zoom-in/index.d.ts +7 -7
  364. package/generated/react/icons/icon-zoom-out/index.d.ts +7 -7
  365. package/generated/react/img/index.d.ts +7 -7
  366. package/generated/react/index.d.ts +9 -9
  367. package/generated/react/index.js +9 -9
  368. package/generated/react/input/index.d.ts +7 -7
  369. package/generated/react/link/index.d.ts +7 -7
  370. package/generated/react/list/index.d.ts +7 -7
  371. package/generated/react/list-item/index.d.ts +7 -7
  372. package/generated/react/list-item-pattern-01/index.d.ts +7 -7
  373. package/generated/react/mask/index.d.ts +7 -7
  374. package/generated/react/menu-button/index.d.ts +7 -7
  375. package/generated/react/menu-heading/index.d.ts +7 -7
  376. package/generated/react/menu-item/index.d.ts +7 -7
  377. package/generated/react/option/index.d.ts +9 -9
  378. package/generated/react/option/index.js +1 -1
  379. package/generated/react/pagination/index.d.ts +7 -7
  380. package/generated/react/popover/index.d.ts +7 -7
  381. package/generated/react/radio/index.d.ts +7 -7
  382. package/generated/react/radio-group/index.d.ts +7 -7
  383. package/generated/react/rich-text/index.d.ts +7 -7
  384. package/generated/react/segment/index.d.ts +7 -7
  385. package/generated/react/segmented-control/index.d.ts +7 -7
  386. package/generated/react/select/index.d.ts +7 -7
  387. package/generated/react/sensitive-account/index.d.ts +7 -7
  388. package/generated/react/sensitive-date/index.d.ts +7 -7
  389. package/generated/react/sensitive-number/index.d.ts +7 -7
  390. package/generated/react/signal/index.d.ts +7 -7
  391. package/generated/react/spinner/index.d.ts +7 -7
  392. package/generated/react/switch/index.d.ts +7 -7
  393. package/generated/react/tab/index.d.ts +7 -7
  394. package/generated/react/tab-panel/index.d.ts +7 -7
  395. package/generated/react/table/index.d.ts +7 -7
  396. package/generated/react/tabs/index.d.ts +7 -7
  397. package/generated/react/text/index.d.ts +7 -7
  398. package/generated/react/textarea/index.d.ts +7 -7
  399. package/generated/react/theme/index.d.ts +8 -8
  400. package/generated/react/video/index.d.ts +7 -7
  401. package/package.json +2 -4
  402. package/primitives/menu/menu-heading.trans.styles.js +14 -0
  403. package/primitives/menu/menu-item.component.js +1 -1
  404. package/primitives/menu/menu.component.js +2 -1
  405. package/pure.d.ts +1 -1
  406. package/pure.js +1 -1
  407. package/{primitives/listbox/option.styles.js → shared-styles/menu-listbox-item.style.js} +3 -3
  408. package/shared-styles/menu-listbox-item.trans.style.d.ts +2 -0
  409. package/shared-styles/menu-listbox-item.trans.style.js +15 -0
  410. package/shared-styles/menu-listbox.style.d.ts +11 -0
  411. package/{primitives/listbox/listbox.styles.js → shared-styles/menu-listbox.style.js} +5 -5
  412. package/shared-styles/menu-listbox.trans.style.d.ts +3 -0
  413. package/shared-styles/menu-listbox.trans.style.js +16 -0
  414. package/shared-styles/menu-listbox.trans.style.scss.js +2 -0
  415. package/utils/helpers/custom-element-scoping.js +1 -1
  416. package/utils/transitional-styles/transitional-styles.d.ts +7 -0
  417. package/utils/transitional-styles/transitional-styles.js +67 -35
  418. package/primitives/listbox/index.d.ts +0 -1
  419. package/primitives/listbox/index.js +0 -1
  420. package/primitives/listbox/listbox.component.d.ts +0 -59
  421. package/primitives/listbox/listbox.component.js +0 -129
  422. package/primitives/listbox/listbox.d.ts +0 -2
  423. package/primitives/listbox/listbox.js +0 -6
  424. package/primitives/listbox/listbox.trans.styles.js +0 -22
  425. package/primitives/listbox/option.styles.d.ts +0 -2
  426. /package/{primitives/listbox → components/dropdown}/option.d.ts +0 -0
  427. /package/{primitives/listbox → components/dropdown}/option.js +0 -0
  428. /package/primitives/{listbox/listbox.trans.styles.d.ts → menu/menu-heading.trans.styles.d.ts} +0 -0
  429. /package/{primitives/listbox/listbox.styles.d.ts → shared-styles/menu-listbox-item.style.d.ts} +0 -0
  430. /package/{primitives/listbox/option.trans.styles.scss.js → shared-styles/menu-listbox-item.trans.style.scss.js} +0 -0
@@ -391,18 +391,13 @@ export declare const GdsBreadcrumb: {
391
391
  tabIndex?: number | undefined;
392
392
  blur?: (() => void) | undefined;
393
393
  focus?: ((options?: FocusOptions) => void) | undefined;
394
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
394
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
395
395
  children?: React.ReactNode;
396
396
  } & {
397
397
  dir?: string | undefined | undefined;
398
398
  slot?: string | undefined | undefined;
399
399
  style?: import("react").CSSProperties | undefined;
400
400
  title?: string | undefined | undefined;
401
- role?: import("react").AriaRole | undefined;
402
- "aria-label"?: string | undefined | undefined;
403
- property?: string | undefined | undefined;
404
- content?: string | undefined | undefined;
405
- color?: string | undefined | undefined;
406
401
  accessKey?: string | undefined | undefined;
407
402
  draggable?: (boolean | "true" | "false") | undefined;
408
403
  hidden?: boolean | undefined | undefined;
@@ -413,11 +408,16 @@ export declare const GdsBreadcrumb: {
413
408
  className?: string | undefined | undefined;
414
409
  id?: string | undefined | undefined;
415
410
  prefix?: string | undefined | undefined;
411
+ role?: import("react").AriaRole | undefined;
416
412
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
417
413
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
418
414
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
419
415
  nonce?: string | undefined | undefined;
420
416
  tabIndex?: number | undefined | undefined;
417
+ "aria-label"?: string | undefined | undefined;
418
+ property?: string | undefined | undefined;
419
+ content?: string | undefined | undefined;
420
+ color?: string | undefined | undefined;
421
421
  "aria-selected"?: (boolean | "true" | "false") | undefined;
422
422
  defaultChecked?: boolean | undefined | undefined;
423
423
  defaultValue?: string | number | readonly string[] | undefined;
@@ -425,7 +425,6 @@ export declare const GdsBreadcrumb: {
425
425
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
426
426
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
427
427
  rel?: string | undefined | undefined;
428
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
429
428
  "aria-valuemin"?: number | undefined | undefined;
430
429
  "aria-valuemax"?: number | undefined | undefined;
431
430
  "aria-valuetext"?: string | undefined | undefined;
@@ -485,6 +484,7 @@ export declare const GdsBreadcrumb: {
485
484
  "aria-level"?: number | undefined | undefined;
486
485
  "aria-modal"?: (boolean | "true" | "false") | undefined;
487
486
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
487
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
488
488
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
489
489
  "aria-owns"?: string | undefined | undefined;
490
490
  "aria-placeholder"?: string | undefined | undefined;
@@ -406,18 +406,13 @@ export declare const GdsBreadcrumbs: {
406
406
  tabIndex?: number | undefined;
407
407
  blur?: (() => void) | undefined;
408
408
  focus?: ((options?: FocusOptions) => void) | undefined;
409
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
409
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
410
410
  children?: React.ReactNode;
411
411
  } & {
412
412
  dir?: string | undefined | undefined;
413
413
  slot?: string | undefined | undefined;
414
414
  style?: import("react").CSSProperties | undefined;
415
415
  title?: string | undefined | undefined;
416
- role?: import("react").AriaRole | undefined;
417
- "aria-label"?: string | undefined | undefined;
418
- property?: string | undefined | undefined;
419
- content?: string | undefined | undefined;
420
- color?: string | undefined | undefined;
421
416
  accessKey?: string | undefined | undefined;
422
417
  draggable?: (boolean | "true" | "false") | undefined;
423
418
  hidden?: boolean | undefined | undefined;
@@ -428,11 +423,16 @@ export declare const GdsBreadcrumbs: {
428
423
  className?: string | undefined | undefined;
429
424
  id?: string | undefined | undefined;
430
425
  prefix?: string | undefined | undefined;
426
+ role?: import("react").AriaRole | undefined;
431
427
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
432
428
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
433
429
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
434
430
  nonce?: string | undefined | undefined;
435
431
  tabIndex?: number | undefined | undefined;
432
+ "aria-label"?: string | undefined | undefined;
433
+ property?: string | undefined | undefined;
434
+ content?: string | undefined | undefined;
435
+ color?: string | undefined | undefined;
436
436
  "aria-selected"?: (boolean | "true" | "false") | undefined;
437
437
  defaultChecked?: boolean | undefined | undefined;
438
438
  defaultValue?: string | number | readonly string[] | undefined;
@@ -440,7 +440,6 @@ export declare const GdsBreadcrumbs: {
440
440
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
441
441
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
442
442
  rel?: string | undefined | undefined;
443
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
444
443
  "aria-valuemin"?: number | undefined | undefined;
445
444
  "aria-valuemax"?: number | undefined | undefined;
446
445
  "aria-valuetext"?: string | undefined | undefined;
@@ -500,6 +499,7 @@ export declare const GdsBreadcrumbs: {
500
499
  "aria-level"?: number | undefined | undefined;
501
500
  "aria-modal"?: (boolean | "true" | "false") | undefined;
502
501
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
502
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
503
503
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
504
504
  "aria-owns"?: string | undefined | undefined;
505
505
  "aria-placeholder"?: string | undefined | undefined;
@@ -439,18 +439,13 @@ export declare const GdsButton: {
439
439
  nonce?: string | undefined;
440
440
  tabIndex?: number | undefined;
441
441
  blur?: (() => void) | undefined;
442
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
442
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
443
443
  children?: React.ReactNode;
444
444
  } & {
445
445
  dir?: string | undefined | undefined;
446
446
  slot?: string | undefined | undefined;
447
447
  style?: import("react").CSSProperties | undefined;
448
448
  title?: string | undefined | undefined;
449
- role?: import("react").AriaRole | undefined;
450
- "aria-label"?: string | undefined | undefined;
451
- property?: string | undefined | undefined;
452
- content?: string | undefined | undefined;
453
- color?: string | undefined | undefined;
454
449
  accessKey?: string | undefined | undefined;
455
450
  draggable?: (boolean | "true" | "false") | undefined;
456
451
  hidden?: boolean | undefined | undefined;
@@ -461,11 +456,16 @@ export declare const GdsButton: {
461
456
  className?: string | undefined | undefined;
462
457
  id?: string | undefined | undefined;
463
458
  prefix?: string | undefined | undefined;
459
+ role?: import("react").AriaRole | undefined;
464
460
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
465
461
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
466
462
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
467
463
  nonce?: string | undefined | undefined;
468
464
  tabIndex?: number | undefined | undefined;
465
+ "aria-label"?: string | undefined | undefined;
466
+ property?: string | undefined | undefined;
467
+ content?: string | undefined | undefined;
468
+ color?: string | undefined | undefined;
469
469
  "aria-selected"?: (boolean | "true" | "false") | undefined;
470
470
  defaultChecked?: boolean | undefined | undefined;
471
471
  defaultValue?: string | number | readonly string[] | undefined;
@@ -473,7 +473,6 @@ export declare const GdsButton: {
473
473
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
474
474
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
475
475
  rel?: string | undefined | undefined;
476
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
477
476
  "aria-valuemin"?: number | undefined | undefined;
478
477
  "aria-valuemax"?: number | undefined | undefined;
479
478
  "aria-valuetext"?: string | undefined | undefined;
@@ -533,6 +532,7 @@ export declare const GdsButton: {
533
532
  "aria-level"?: number | undefined | undefined;
534
533
  "aria-modal"?: (boolean | "true" | "false") | undefined;
535
534
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
535
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
536
536
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
537
537
  "aria-owns"?: string | undefined | undefined;
538
538
  "aria-placeholder"?: string | undefined | undefined;
@@ -408,18 +408,13 @@ export declare const GdsCalendar: {
408
408
  nonce?: string | undefined;
409
409
  tabIndex?: number | undefined;
410
410
  blur?: (() => void) | undefined;
411
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
411
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
412
412
  children?: React.ReactNode;
413
413
  } & {
414
414
  dir?: string | undefined | undefined;
415
415
  slot?: string | undefined | undefined;
416
416
  style?: import("react").CSSProperties | undefined;
417
417
  title?: string | undefined | undefined;
418
- role?: import("react").AriaRole | undefined;
419
- "aria-label"?: string | undefined | undefined;
420
- property?: string | undefined | undefined;
421
- content?: string | undefined | undefined;
422
- color?: string | undefined | undefined;
423
418
  accessKey?: string | undefined | undefined;
424
419
  draggable?: (boolean | "true" | "false") | undefined;
425
420
  hidden?: boolean | undefined | undefined;
@@ -430,11 +425,16 @@ export declare const GdsCalendar: {
430
425
  className?: string | undefined | undefined;
431
426
  id?: string | undefined | undefined;
432
427
  prefix?: string | undefined | undefined;
428
+ role?: import("react").AriaRole | undefined;
433
429
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
434
430
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
435
431
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
436
432
  nonce?: string | undefined | undefined;
437
433
  tabIndex?: number | undefined | undefined;
434
+ "aria-label"?: string | undefined | undefined;
435
+ property?: string | undefined | undefined;
436
+ content?: string | undefined | undefined;
437
+ color?: string | undefined | undefined;
438
438
  "aria-selected"?: (boolean | "true" | "false") | undefined;
439
439
  defaultChecked?: boolean | undefined | undefined;
440
440
  defaultValue?: string | number | readonly string[] | undefined;
@@ -442,7 +442,6 @@ export declare const GdsCalendar: {
442
442
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
443
443
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
444
444
  rel?: string | undefined | undefined;
445
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
446
445
  "aria-valuemin"?: number | undefined | undefined;
447
446
  "aria-valuemax"?: number | undefined | undefined;
448
447
  "aria-valuetext"?: string | undefined | undefined;
@@ -502,6 +501,7 @@ export declare const GdsCalendar: {
502
501
  "aria-level"?: number | undefined | undefined;
503
502
  "aria-modal"?: (boolean | "true" | "false") | undefined;
504
503
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
504
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
505
505
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
506
506
  "aria-owns"?: string | undefined | undefined;
507
507
  "aria-placeholder"?: string | undefined | undefined;
@@ -452,18 +452,13 @@ export declare const GdsCard: {
452
452
  tabIndex?: number | undefined;
453
453
  blur?: (() => void) | undefined;
454
454
  focus?: ((options?: FocusOptions) => void) | undefined;
455
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
455
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
456
456
  children?: React.ReactNode;
457
457
  } & {
458
458
  dir?: string | undefined | undefined;
459
459
  slot?: string | undefined | undefined;
460
460
  style?: import("react").CSSProperties | undefined;
461
461
  title?: string | undefined | undefined;
462
- role?: import("react").AriaRole | undefined;
463
- "aria-label"?: string | undefined | undefined;
464
- property?: string | undefined | undefined;
465
- content?: string | undefined | undefined;
466
- color?: string | undefined | undefined;
467
462
  accessKey?: string | undefined | undefined;
468
463
  draggable?: (boolean | "true" | "false") | undefined;
469
464
  hidden?: boolean | undefined | undefined;
@@ -474,11 +469,16 @@ export declare const GdsCard: {
474
469
  className?: string | undefined | undefined;
475
470
  id?: string | undefined | undefined;
476
471
  prefix?: string | undefined | undefined;
472
+ role?: import("react").AriaRole | undefined;
477
473
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
478
474
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
479
475
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
480
476
  nonce?: string | undefined | undefined;
481
477
  tabIndex?: number | undefined | undefined;
478
+ "aria-label"?: string | undefined | undefined;
479
+ property?: string | undefined | undefined;
480
+ content?: string | undefined | undefined;
481
+ color?: string | undefined | undefined;
482
482
  "aria-selected"?: (boolean | "true" | "false") | undefined;
483
483
  defaultChecked?: boolean | undefined | undefined;
484
484
  defaultValue?: string | number | readonly string[] | undefined;
@@ -486,7 +486,6 @@ export declare const GdsCard: {
486
486
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
487
487
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
488
488
  rel?: string | undefined | undefined;
489
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
490
489
  "aria-valuemin"?: number | undefined | undefined;
491
490
  "aria-valuemax"?: number | undefined | undefined;
492
491
  "aria-valuetext"?: string | undefined | undefined;
@@ -546,6 +545,7 @@ export declare const GdsCard: {
546
545
  "aria-level"?: number | undefined | undefined;
547
546
  "aria-modal"?: (boolean | "true" | "false") | undefined;
548
547
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
548
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
549
549
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
550
550
  "aria-owns"?: string | undefined | undefined;
551
551
  "aria-placeholder"?: string | undefined | undefined;
@@ -453,18 +453,13 @@ export declare const GdsCardLinked: {
453
453
  tabIndex?: number | undefined;
454
454
  blur?: (() => void) | undefined;
455
455
  focus?: ((options?: FocusOptions) => void) | undefined;
456
- }, "dir" | "slot" | "style" | "title" | "role" | "aria-label" | "property" | "content" | "color" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-multiselectable" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
456
+ }, "dir" | "slot" | "style" | "title" | "accessKey" | "draggable" | "hidden" | "inert" | "lang" | "popover" | "translate" | "className" | "id" | "prefix" | "role" | "contentEditable" | "enterKeyHint" | "inputMode" | "nonce" | "tabIndex" | "aria-label" | "property" | "content" | "color" | "aria-selected" | "defaultChecked" | "defaultValue" | "popoverTargetAction" | "aria-haspopup" | "aria-expanded" | "rel" | "aria-valuemin" | "aria-valuemax" | "aria-valuetext" | "aria-checked" | "aria-disabled" | "aria-description" | "aria-invalid" | "aria-describedby" | "aria-live" | "onToggle" | "resource" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoCapitalize" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTarget" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-dropeffect" | "aria-errormessage" | "aria-flowto" | "aria-grabbed" | "aria-hidden" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-setsize" | "aria-sort" | "aria-valuenow" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, "children"> & {
457
457
  children?: React.ReactNode;
458
458
  } & {
459
459
  dir?: string | undefined | undefined;
460
460
  slot?: string | undefined | undefined;
461
461
  style?: import("react").CSSProperties | undefined;
462
462
  title?: string | undefined | undefined;
463
- role?: import("react").AriaRole | undefined;
464
- "aria-label"?: string | undefined | undefined;
465
- property?: string | undefined | undefined;
466
- content?: string | undefined | undefined;
467
- color?: string | undefined | undefined;
468
463
  accessKey?: string | undefined | undefined;
469
464
  draggable?: (boolean | "true" | "false") | undefined;
470
465
  hidden?: boolean | undefined | undefined;
@@ -475,11 +470,16 @@ export declare const GdsCardLinked: {
475
470
  className?: string | undefined | undefined;
476
471
  id?: string | undefined | undefined;
477
472
  prefix?: string | undefined | undefined;
473
+ role?: import("react").AriaRole | undefined;
478
474
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
479
475
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
480
476
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
481
477
  nonce?: string | undefined | undefined;
482
478
  tabIndex?: number | undefined | undefined;
479
+ "aria-label"?: string | undefined | undefined;
480
+ property?: string | undefined | undefined;
481
+ content?: string | undefined | undefined;
482
+ color?: string | undefined | undefined;
483
483
  "aria-selected"?: (boolean | "true" | "false") | undefined;
484
484
  defaultChecked?: boolean | undefined | undefined;
485
485
  defaultValue?: string | number | readonly string[] | undefined;
@@ -487,7 +487,6 @@ export declare const GdsCardLinked: {
487
487
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
488
488
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
489
489
  rel?: string | undefined | undefined;
490
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
491
490
  "aria-valuemin"?: number | undefined | undefined;
492
491
  "aria-valuemax"?: number | undefined | undefined;
493
492
  "aria-valuetext"?: string | undefined | undefined;
@@ -547,6 +546,7 @@ export declare const GdsCardLinked: {
547
546
  "aria-level"?: number | undefined | undefined;
548
547
  "aria-modal"?: (boolean | "true" | "false") | undefined;
549
548
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
549
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
550
550
  "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
551
551
  "aria-owns"?: string | undefined | undefined;
552
552
  "aria-placeholder"?: string | undefined | undefined;