@vonage/vivid-react 3.4.1 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +5 -5
  62. package/package.json +2 -2
  63. package/types/index.d.ts +312 -158
  64. package/v3/VwcAccordion/index.d.ts +5 -0
  65. package/v3/VwcAccordion/index.js +29 -2
  66. package/v3/VwcAccordion/package.json +2 -2
  67. package/v3/VwcAccordionItem/index.d.ts +9 -0
  68. package/v3/VwcAccordionItem/index.js +97 -3
  69. package/v3/VwcAccordionItem/package.json +2 -2
  70. package/v3/VwcActionGroup/index.d.ts +7 -4
  71. package/v3/VwcActionGroup/index.js +37 -23
  72. package/v3/VwcActionGroup/package.json +2 -2
  73. package/v3/VwcAlert/index.d.ts +7 -2
  74. package/v3/VwcAlert/index.js +69 -20
  75. package/v3/VwcAlert/package.json +2 -2
  76. package/v3/VwcAudioPlayer/index.d.ts +6 -1
  77. package/v3/VwcAudioPlayer/index.js +39 -4
  78. package/v3/VwcAudioPlayer/package.json +2 -2
  79. package/v3/VwcAvatar/index.d.ts +28 -1
  80. package/v3/VwcAvatar/index.js +284 -5
  81. package/v3/VwcAvatar/package.json +2 -2
  82. package/v3/VwcBadge/index.d.ts +11 -0
  83. package/v3/VwcBadge/index.js +105 -3
  84. package/v3/VwcBadge/package.json +2 -2
  85. package/v3/VwcBanner/index.d.ts +9 -4
  86. package/v3/VwcBanner/index.js +82 -33
  87. package/v3/VwcBanner/package.json +2 -2
  88. package/v3/VwcBaseProgress/index.d.ts +5 -0
  89. package/v3/VwcBaseProgress/index.js +33 -2
  90. package/v3/VwcBaseProgress/package.json +2 -2
  91. package/v3/VwcBreadcrumb/index.d.ts +7 -1
  92. package/v3/VwcBreadcrumb/index.js +47 -2
  93. package/v3/VwcBreadcrumb/package.json +2 -2
  94. package/v3/VwcBreadcrumbItem/index.d.ts +25 -0
  95. package/v3/VwcBreadcrumbItem/index.js +259 -2
  96. package/v3/VwcBreadcrumbItem/package.json +2 -2
  97. package/v3/VwcButton/index.d.ts +40 -20
  98. package/v3/VwcButton/index.js +492 -92
  99. package/v3/VwcButton/package.json +2 -2
  100. package/v3/VwcCalendar/index.d.ts +7 -0
  101. package/v3/VwcCalendar/index.js +52 -2
  102. package/v3/VwcCalendar/package.json +2 -2
  103. package/v3/VwcCalendarEvent/index.d.ts +7 -0
  104. package/v3/VwcCalendarEvent/index.js +49 -2
  105. package/v3/VwcCalendarEvent/package.json +2 -2
  106. package/v3/VwcCard/index.d.ts +27 -0
  107. package/v3/VwcCard/index.js +300 -2
  108. package/v3/VwcCard/package.json +2 -2
  109. package/v3/VwcCheckbox/index.d.ts +45 -15
  110. package/v3/VwcCheckbox/index.js +531 -41
  111. package/v3/VwcCheckbox/package.json +2 -2
  112. package/v3/VwcCombobox/index.d.ts +28 -5
  113. package/v3/VwcCombobox/index.js +458 -31
  114. package/v3/VwcCombobox/package.json +2 -2
  115. package/v3/VwcDataGrid/index.d.ts +6 -1
  116. package/v3/VwcDataGrid/index.js +31 -19
  117. package/v3/VwcDataGrid/package.json +2 -2
  118. package/v3/VwcDataGridCell/index.d.ts +9 -0
  119. package/v3/VwcDataGridCell/index.js +76 -19
  120. package/v3/VwcDataGridCell/package.json +2 -2
  121. package/v3/VwcDataGridRow/index.d.ts +7 -0
  122. package/v3/VwcDataGridRow/index.js +48 -2
  123. package/v3/VwcDataGridRow/package.json +2 -2
  124. package/v3/VwcDatePicker/index.d.ts +29 -12
  125. package/v3/VwcDatePicker/index.js +436 -150
  126. package/v3/VwcDatePicker/package.json +2 -2
  127. package/v3/VwcDateRangePicker/index.d.ts +29 -13
  128. package/v3/VwcDateRangePicker/index.js +430 -144
  129. package/v3/VwcDateRangePicker/package.json +2 -2
  130. package/v3/VwcDateTimePicker/index.d.ts +68 -0
  131. package/v3/VwcDateTimePicker/index.js +885 -0
  132. package/v3/{VwcDatePickerBase → VwcDateTimePicker}/package.json +3 -3
  133. package/v3/{VwcFormAssociatedSlider → VwcDelegateAriaBehavior}/index.d.ts +5 -6
  134. package/v3/VwcDelegateAriaBehavior/index.js +208 -0
  135. package/v3/{VwcDelegatesARIAButton → VwcDelegateAriaBehavior}/package.json +3 -3
  136. package/v3/VwcDialPad/index.d.ts +21 -0
  137. package/v3/VwcDialPad/index.js +73 -6
  138. package/v3/VwcDialPad/package.json +2 -2
  139. package/v3/VwcDialog/index.d.ts +9 -2
  140. package/v3/VwcDialog/index.js +73 -20
  141. package/v3/VwcDialog/package.json +2 -2
  142. package/v3/VwcDivider/index.d.ts +8 -1
  143. package/v3/VwcDivider/index.js +49 -4
  144. package/v3/VwcDivider/package.json +2 -2
  145. package/v3/VwcElevation/index.d.ts +5 -0
  146. package/v3/VwcElevation/index.js +29 -2
  147. package/v3/VwcElevation/package.json +2 -2
  148. package/v3/VwcEmptyState/index.d.ts +8 -1
  149. package/v3/VwcEmptyState/index.js +30 -5
  150. package/v3/VwcEmptyState/package.json +2 -2
  151. package/v3/VwcFab/index.d.ts +25 -3
  152. package/v3/VwcFab/index.js +359 -32
  153. package/v3/VwcFab/package.json +2 -2
  154. package/v3/VwcFeedbackMessage/index.d.ts +26 -0
  155. package/v3/VwcFeedbackMessage/index.js +122 -0
  156. package/v3/{VwcDelegatesARIALink → VwcFeedbackMessage}/package.json +3 -3
  157. package/v3/VwcFilePicker/index.d.ts +27 -2
  158. package/v3/VwcFilePicker/index.js +442 -7
  159. package/v3/VwcFilePicker/package.json +2 -2
  160. package/v3/VwcHeader/index.d.ts +7 -0
  161. package/v3/VwcHeader/index.js +48 -2
  162. package/v3/VwcHeader/package.json +2 -2
  163. package/v3/{VwcFormAssociatedSwitch → VwcHostSemanticsBehavior}/index.d.ts +5 -6
  164. package/v3/VwcHostSemanticsBehavior/index.js +107 -0
  165. package/v3/VwcHostSemanticsBehavior/package.json +11 -0
  166. package/v3/VwcIcon/index.d.ts +7 -0
  167. package/v3/VwcIcon/index.js +47 -2
  168. package/v3/VwcIcon/package.json +2 -2
  169. package/v3/VwcInlineTimePicker/index.d.ts +11 -0
  170. package/v3/VwcInlineTimePicker/index.js +96 -2
  171. package/v3/VwcInlineTimePicker/package.json +2 -2
  172. package/v3/VwcLayout/index.d.ts +6 -1
  173. package/v3/VwcLayout/index.js +31 -4
  174. package/v3/VwcLayout/package.json +2 -2
  175. package/v3/VwcListbox/index.d.ts +5 -0
  176. package/v3/VwcListbox/index.js +30 -2
  177. package/v3/VwcListbox/package.json +2 -2
  178. package/v3/VwcMenu/index.d.ts +9 -2
  179. package/v3/VwcMenu/index.js +118 -47
  180. package/v3/VwcMenu/package.json +2 -2
  181. package/v3/VwcMenuBar/index.d.ts +22 -0
  182. package/v3/VwcMenuBar/index.js +95 -0
  183. package/v3/{VwcTextAnchor → VwcMenuBar}/package.json +3 -3
  184. package/v3/VwcMenuItem/index.d.ts +13 -2
  185. package/v3/VwcMenuItem/index.js +106 -28
  186. package/v3/VwcMenuItem/package.json +2 -2
  187. package/v3/VwcNav/index.d.ts +7 -1
  188. package/v3/VwcNav/index.js +50 -3
  189. package/v3/VwcNav/package.json +2 -2
  190. package/v3/VwcNavDisclosure/index.d.ts +11 -2
  191. package/v3/VwcNavDisclosure/index.js +88 -10
  192. package/v3/VwcNavDisclosure/package.json +2 -2
  193. package/v3/VwcNavItem/index.d.ts +32 -3
  194. package/v3/VwcNavItem/index.js +320 -43
  195. package/v3/VwcNavItem/package.json +2 -2
  196. package/v3/VwcNote/index.d.ts +7 -0
  197. package/v3/VwcNote/index.js +61 -3
  198. package/v3/VwcNote/package.json +2 -2
  199. package/v3/VwcNumberField/index.d.ts +31 -2
  200. package/v3/VwcNumberField/index.js +500 -9
  201. package/v3/VwcNumberField/package.json +2 -2
  202. package/v3/VwcOption/index.d.ts +15 -0
  203. package/v3/VwcOption/index.js +143 -31
  204. package/v3/VwcOption/package.json +2 -2
  205. package/v3/VwcOptionTag/index.d.ts +7 -0
  206. package/v3/VwcOptionTag/index.js +48 -2
  207. package/v3/VwcOptionTag/package.json +2 -2
  208. package/v3/VwcPagination/index.d.ts +5 -0
  209. package/v3/VwcPagination/index.js +46 -2
  210. package/v3/VwcPagination/package.json +2 -2
  211. package/v3/VwcPickerField/index.d.ts +49 -0
  212. package/v3/VwcPickerField/index.js +555 -0
  213. package/v3/VwcPickerField/package.json +11 -0
  214. package/v3/VwcPopup/index.d.ts +44 -0
  215. package/v3/VwcPopup/index.js +380 -0
  216. package/v3/{VwcAnchor → VwcPopup}/package.json +3 -3
  217. package/v3/VwcProgress/index.d.ts +11 -6
  218. package/v3/VwcProgress/index.js +100 -26
  219. package/v3/VwcProgress/package.json +2 -2
  220. package/v3/VwcProgressRing/index.d.ts +10 -5
  221. package/v3/VwcProgressRing/index.js +91 -25
  222. package/v3/VwcProgressRing/package.json +2 -2
  223. package/v3/{VwcDelegatesARIATextbox → VwcProseMirrorFacade}/index.d.ts +4 -4
  224. package/v3/VwcProseMirrorFacade/index.js +231 -0
  225. package/v3/VwcProseMirrorFacade/package.json +11 -0
  226. package/v3/VwcRadio/index.d.ts +33 -6
  227. package/v3/VwcRadio/index.js +452 -47
  228. package/v3/VwcRadio/package.json +2 -2
  229. package/v3/VwcRadioGroup/index.d.ts +13 -1
  230. package/v3/VwcRadioGroup/index.js +106 -8
  231. package/v3/VwcRadioGroup/package.json +2 -2
  232. package/v3/VwcRangeSlider/index.d.ts +20 -2
  233. package/v3/VwcRangeSlider/index.js +306 -10
  234. package/v3/VwcRangeSlider/package.json +2 -2
  235. package/v3/VwcRichTextEditor/index.d.ts +28 -0
  236. package/v3/VwcRichTextEditor/index.js +254 -0
  237. package/v3/VwcRichTextEditor/package.json +11 -0
  238. package/v3/VwcSearchableSelect/index.d.ts +45 -2
  239. package/v3/VwcSearchableSelect/index.js +581 -15
  240. package/v3/VwcSearchableSelect/package.json +2 -2
  241. package/v3/VwcSelect/index.d.ts +46 -26
  242. package/v3/VwcSelect/index.js +519 -59
  243. package/v3/VwcSelect/package.json +2 -2
  244. package/v3/VwcSelectableBox/index.d.ts +8 -3
  245. package/v3/VwcSelectableBox/index.js +52 -21
  246. package/v3/VwcSelectableBox/package.json +2 -2
  247. package/v3/VwcSideDrawer/index.d.ts +5 -0
  248. package/v3/VwcSideDrawer/index.js +33 -2
  249. package/v3/VwcSideDrawer/package.json +2 -2
  250. package/v3/VwcSlider/index.d.ts +21 -9
  251. package/v3/VwcSlider/index.js +283 -40
  252. package/v3/VwcSlider/package.json +2 -2
  253. package/v3/VwcSplitButton/index.d.ts +9 -6
  254. package/v3/VwcSplitButton/index.js +74 -45
  255. package/v3/VwcSplitButton/package.json +2 -2
  256. package/v3/VwcSwitch/index.d.ts +31 -13
  257. package/v3/VwcSwitch/index.js +329 -33
  258. package/v3/VwcSwitch/package.json +2 -2
  259. package/v3/VwcTab/index.d.ts +12 -3
  260. package/v3/VwcTab/index.js +109 -17
  261. package/v3/VwcTab/package.json +2 -2
  262. package/v3/VwcTabPanel/index.d.ts +7 -1
  263. package/v3/VwcTabPanel/index.js +50 -3
  264. package/v3/VwcTabPanel/package.json +2 -2
  265. package/v3/VwcTabs/index.d.ts +7 -4
  266. package/v3/VwcTabs/index.js +110 -178
  267. package/v3/VwcTabs/package.json +2 -2
  268. package/v3/VwcTag/index.d.ts +9 -0
  269. package/v3/VwcTag/index.js +85 -3
  270. package/v3/VwcTag/package.json +2 -2
  271. package/v3/VwcTagGroup/index.d.ts +7 -2
  272. package/v3/VwcTagGroup/index.js +47 -20
  273. package/v3/VwcTagGroup/package.json +2 -2
  274. package/v3/VwcTextArea/index.d.ts +31 -4
  275. package/v3/VwcTextArea/index.js +495 -27
  276. package/v3/VwcTextArea/package.json +2 -2
  277. package/v3/VwcTextField/index.d.ts +42 -6
  278. package/v3/VwcTextField/index.js +500 -27
  279. package/v3/VwcTextField/package.json +2 -2
  280. package/v3/VwcTimePicker/index.d.ts +35 -12
  281. package/v3/VwcTimePicker/index.js +545 -110
  282. package/v3/VwcTimePicker/package.json +2 -2
  283. package/v3/VwcToggletip/index.d.ts +7 -1
  284. package/v3/VwcToggletip/index.js +102 -2
  285. package/v3/VwcToggletip/package.json +2 -2
  286. package/v3/VwcTooltip/index.d.ts +7 -1
  287. package/v3/VwcTooltip/index.js +101 -2
  288. package/v3/VwcTooltip/package.json +2 -2
  289. package/v3/VwcTreeItem/index.d.ts +9 -0
  290. package/v3/VwcTreeItem/index.js +80 -3
  291. package/v3/VwcTreeItem/package.json +2 -2
  292. package/v3/VwcTreeView/index.d.ts +7 -0
  293. package/v3/VwcTreeView/index.js +47 -2
  294. package/v3/VwcTreeView/package.json +2 -2
  295. package/v3/VwcVideoPlayer/index.d.ts +6 -1
  296. package/v3/VwcVideoPlayer/index.js +40 -5
  297. package/v3/VwcVideoPlayer/package.json +2 -2
  298. package/v3/VwcVisuallyHidden/index.d.ts +20 -0
  299. package/v3/VwcVisuallyHidden/index.js +61 -0
  300. package/v3/VwcVisuallyHidden/package.json +11 -0
  301. package/v3/VwcVividElement/index.d.ts +9 -1
  302. package/v3/VwcVividElement/index.js +72 -1
  303. package/v3/VwcVividElement/package.json +2 -2
  304. package/v3/VwcVividFoundationButton/index.d.ts +20 -2
  305. package/v3/VwcVividFoundationButton/index.js +274 -6
  306. package/v3/VwcVividFoundationButton/package.json +2 -2
  307. package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +0 -122
  308. package/v3/VwcARIAGlobalStatesAndProperties/index.js +0 -352
  309. package/v3/VwcARIAGlobalStatesAndProperties/package.json +0 -11
  310. package/v3/VwcAnchor/index.d.ts +0 -33
  311. package/v3/VwcAnchor/index.js +0 -173
  312. package/v3/VwcDatePickerBase/index.d.ts +0 -30
  313. package/v3/VwcDatePickerBase/index.js +0 -275
  314. package/v3/VwcDelegatesARIAButton/index.d.ts +0 -19
  315. package/v3/VwcDelegatesARIAButton/index.js +0 -63
  316. package/v3/VwcDelegatesARIALink/index.d.ts +0 -17
  317. package/v3/VwcDelegatesARIALink/index.js +0 -46
  318. package/v3/VwcDelegatesARIAListbox/index.d.ts +0 -23
  319. package/v3/VwcDelegatesARIAListbox/index.js +0 -63
  320. package/v3/VwcDelegatesARIAListbox/package.json +0 -11
  321. package/v3/VwcDelegatesARIAListboxOption/index.d.ts +0 -23
  322. package/v3/VwcDelegatesARIAListboxOption/index.js +0 -97
  323. package/v3/VwcDelegatesARIAListboxOption/package.json +0 -11
  324. package/v3/VwcDelegatesARIASelect/index.d.ts +0 -17
  325. package/v3/VwcDelegatesARIASelect/index.js +0 -70
  326. package/v3/VwcDelegatesARIASelect/package.json +0 -11
  327. package/v3/VwcDelegatesARIATextbox/index.js +0 -59
  328. package/v3/VwcDelegatesARIATextbox/package.json +0 -11
  329. package/v3/VwcFormAssociatedCheckbox/index.d.ts +0 -17
  330. package/v3/VwcFormAssociatedCheckbox/index.js +0 -41
  331. package/v3/VwcFormAssociatedCheckbox/package.json +0 -11
  332. package/v3/VwcFormAssociatedFilePicker/index.d.ts +0 -17
  333. package/v3/VwcFormAssociatedFilePicker/index.js +0 -44
  334. package/v3/VwcFormAssociatedFilePicker/package.json +0 -11
  335. package/v3/VwcFormAssociatedNumberField/index.d.ts +0 -17
  336. package/v3/VwcFormAssociatedNumberField/index.js +0 -41
  337. package/v3/VwcFormAssociatedNumberField/package.json +0 -11
  338. package/v3/VwcFormAssociatedRadio/index.d.ts +0 -19
  339. package/v3/VwcFormAssociatedRadio/index.js +0 -64
  340. package/v3/VwcFormAssociatedRadio/package.json +0 -11
  341. package/v3/VwcFormAssociatedRangeSlider/index.d.ts +0 -17
  342. package/v3/VwcFormAssociatedRangeSlider/index.js +0 -41
  343. package/v3/VwcFormAssociatedRangeSlider/package.json +0 -11
  344. package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +0 -17
  345. package/v3/VwcFormAssociatedSearchableSelect/index.js +0 -41
  346. package/v3/VwcFormAssociatedSearchableSelect/package.json +0 -11
  347. package/v3/VwcFormAssociatedSelect/index.d.ts +0 -27
  348. package/v3/VwcFormAssociatedSelect/index.js +0 -164
  349. package/v3/VwcFormAssociatedSelect/package.json +0 -11
  350. package/v3/VwcFormAssociatedSlider/index.js +0 -41
  351. package/v3/VwcFormAssociatedSlider/package.json +0 -11
  352. package/v3/VwcFormAssociatedSwitch/index.js +0 -41
  353. package/v3/VwcFormAssociatedSwitch/package.json +0 -11
  354. package/v3/VwcFormAssociatedTextArea/index.d.ts +0 -17
  355. package/v3/VwcFormAssociatedTextArea/index.js +0 -41
  356. package/v3/VwcFormAssociatedTextArea/package.json +0 -11
  357. package/v3/VwcFormAssociatedTextField/index.d.ts +0 -17
  358. package/v3/VwcFormAssociatedTextField/index.js +0 -41
  359. package/v3/VwcFormAssociatedTextField/package.json +0 -11
  360. package/v3/VwcFormAssociatedTimePicker/index.d.ts +0 -17
  361. package/v3/VwcFormAssociatedTimePicker/index.js +0 -41
  362. package/v3/VwcFormAssociatedTimePicker/package.json +0 -11
  363. package/v3/VwcTextAnchor/index.d.ts +0 -21
  364. package/v3/VwcTextAnchor/index.js +0 -93
@@ -191,7 +191,7 @@ Code in this file were generated using following JSON:
191
191
  ],
192
192
  "slots": [
193
193
  {
194
- "description": "Add an icon to the component.",
194
+ "description": "The preferred way to add an icon to the component.",
195
195
  "name": "icon"
196
196
  }
197
197
  ],
@@ -292,12 +292,30 @@ Code in this file were generated using following JSON:
292
292
  },
293
293
  {
294
294
  "kind": "field",
295
- "name": "href",
295
+ "name": "iconTrailing",
296
+ "type": {
297
+ "text": "boolean"
298
+ },
299
+ "default": "false",
300
+ "description": "Indicates the icon affix alignment.",
301
+ "privacy": "public",
302
+ "inheritedFrom": {
303
+ "name": "AffixIconWithTrailing",
304
+ "module": "src/shared/patterns/affix.ts"
305
+ }
306
+ },
307
+ {
308
+ "kind": "field",
309
+ "name": "icon",
296
310
  "type": {
297
311
  "text": "string | undefined"
298
312
  },
299
- "description": "Indicates the button's href.",
300
- "privacy": "public"
313
+ "description": "A decorative icon the custom element should have.",
314
+ "privacy": "public",
315
+ "inheritedFrom": {
316
+ "name": "AffixIcon",
317
+ "module": "src/shared/patterns/affix.ts"
318
+ }
301
319
  },
302
320
  {
303
321
  "kind": "field",
@@ -305,8 +323,25 @@ Code in this file were generated using following JSON:
305
323
  "type": {
306
324
  "text": "string | undefined"
307
325
  },
308
- "description": "Indicates the button's download.",
309
- "privacy": "public"
326
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
327
+ "privacy": "public",
328
+ "inheritedFrom": {
329
+ "name": "Linkable",
330
+ "module": "src/shared/patterns/linkable.ts"
331
+ }
332
+ },
333
+ {
334
+ "kind": "field",
335
+ "name": "href",
336
+ "type": {
337
+ "text": "string | undefined"
338
+ },
339
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
340
+ "privacy": "public",
341
+ "inheritedFrom": {
342
+ "name": "Linkable",
343
+ "module": "src/shared/patterns/linkable.ts"
344
+ }
310
345
  },
311
346
  {
312
347
  "kind": "field",
@@ -314,8 +349,12 @@ Code in this file were generated using following JSON:
314
349
  "type": {
315
350
  "text": "string | undefined"
316
351
  },
317
- "description": "Indicates the button's hreflang.",
318
- "privacy": "public"
352
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
353
+ "privacy": "public",
354
+ "inheritedFrom": {
355
+ "name": "Linkable",
356
+ "module": "src/shared/patterns/linkable.ts"
357
+ }
319
358
  },
320
359
  {
321
360
  "kind": "field",
@@ -323,8 +362,12 @@ Code in this file were generated using following JSON:
323
362
  "type": {
324
363
  "text": "string | undefined"
325
364
  },
326
- "description": "Indicates the button's ping.",
327
- "privacy": "public"
365
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
366
+ "privacy": "public",
367
+ "inheritedFrom": {
368
+ "name": "Linkable",
369
+ "module": "src/shared/patterns/linkable.ts"
370
+ }
328
371
  },
329
372
  {
330
373
  "kind": "field",
@@ -332,8 +375,12 @@ Code in this file were generated using following JSON:
332
375
  "type": {
333
376
  "text": "string | undefined"
334
377
  },
335
- "description": "Indicates the button's referrerpolicy.",
336
- "privacy": "public"
378
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
379
+ "privacy": "public",
380
+ "inheritedFrom": {
381
+ "name": "Linkable",
382
+ "module": "src/shared/patterns/linkable.ts"
383
+ }
337
384
  },
338
385
  {
339
386
  "kind": "field",
@@ -341,8 +388,12 @@ Code in this file were generated using following JSON:
341
388
  "type": {
342
389
  "text": "string | undefined"
343
390
  },
344
- "description": "Indicates the button's rel.",
345
- "privacy": "public"
391
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
392
+ "privacy": "public",
393
+ "inheritedFrom": {
394
+ "name": "Linkable",
395
+ "module": "src/shared/patterns/linkable.ts"
396
+ }
346
397
  },
347
398
  {
348
399
  "kind": "field",
@@ -350,8 +401,50 @@ Code in this file were generated using following JSON:
350
401
  "type": {
351
402
  "text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
352
403
  },
353
- "description": "Indicates the target's rel.",
354
- "privacy": "public"
404
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
405
+ "privacy": "public",
406
+ "inheritedFrom": {
407
+ "name": "Linkable",
408
+ "module": "src/shared/patterns/linkable.ts"
409
+ }
410
+ },
411
+ {
412
+ "kind": "field",
413
+ "name": "type",
414
+ "type": {
415
+ "text": "'submit' | 'reset' | 'button'"
416
+ },
417
+ "privacy": "public",
418
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
419
+ "inheritedFrom": {
420
+ "name": "VividFoundationButton",
421
+ "module": "src/shared/foundation/button/button.ts"
422
+ }
423
+ },
424
+ {
425
+ "kind": "field",
426
+ "name": "control",
427
+ "type": {
428
+ "text": "HTMLButtonElement"
429
+ },
430
+ "privacy": "public",
431
+ "description": "References the root element",
432
+ "inheritedFrom": {
433
+ "name": "VividFoundationButton",
434
+ "module": "src/shared/foundation/button/button.ts"
435
+ }
436
+ },
437
+ {
438
+ "kind": "field",
439
+ "name": "_vividAriaBehaviour",
440
+ "default": "'delegate'",
441
+ "type": {
442
+ "text": "'delegate'"
443
+ },
444
+ "inheritedFrom": {
445
+ "name": "DelegatesAria",
446
+ "module": "src/shared/aria/delegates-aria.ts"
447
+ }
355
448
  },
356
449
  {
357
450
  "kind": "field",
@@ -363,7 +456,7 @@ Code in this file were generated using following JSON:
363
456
  "description": "Determines if the element should receive document focus on page load.",
364
457
  "inheritedFrom": {
365
458
  "name": "VividFoundationButton",
366
- "module": "libs/components/src/shared/foundation/button/button.ts"
459
+ "module": "src/shared/foundation/button/button.ts"
367
460
  }
368
461
  },
369
462
  {
@@ -376,7 +469,7 @@ Code in this file were generated using following JSON:
376
469
  "description": "The id of a form to associate the element to.",
377
470
  "inheritedFrom": {
378
471
  "name": "VividFoundationButton",
379
- "module": "libs/components/src/shared/foundation/button/button.ts"
472
+ "module": "src/shared/foundation/button/button.ts"
380
473
  }
381
474
  },
382
475
  {
@@ -389,7 +482,7 @@ Code in this file were generated using following JSON:
389
482
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
390
483
  "inheritedFrom": {
391
484
  "name": "VividFoundationButton",
392
- "module": "libs/components/src/shared/foundation/button/button.ts"
485
+ "module": "src/shared/foundation/button/button.ts"
393
486
  }
394
487
  },
395
488
  {
@@ -403,7 +496,7 @@ Code in this file were generated using following JSON:
403
496
  },
404
497
  "inheritedFrom": {
405
498
  "name": "VividFoundationButton",
406
- "module": "libs/components/src/shared/foundation/button/button.ts"
499
+ "module": "src/shared/foundation/button/button.ts"
407
500
  }
408
501
  },
409
502
  {
@@ -416,7 +509,7 @@ Code in this file were generated using following JSON:
416
509
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
417
510
  "inheritedFrom": {
418
511
  "name": "VividFoundationButton",
419
- "module": "libs/components/src/shared/foundation/button/button.ts"
512
+ "module": "src/shared/foundation/button/button.ts"
420
513
  }
421
514
  },
422
515
  {
@@ -430,7 +523,7 @@ Code in this file were generated using following JSON:
430
523
  },
431
524
  "inheritedFrom": {
432
525
  "name": "VividFoundationButton",
433
- "module": "libs/components/src/shared/foundation/button/button.ts"
526
+ "module": "src/shared/foundation/button/button.ts"
434
527
  }
435
528
  },
436
529
  {
@@ -443,7 +536,7 @@ Code in this file were generated using following JSON:
443
536
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
444
537
  "inheritedFrom": {
445
538
  "name": "VividFoundationButton",
446
- "module": "libs/components/src/shared/foundation/button/button.ts"
539
+ "module": "src/shared/foundation/button/button.ts"
447
540
  }
448
541
  },
449
542
  {
@@ -457,7 +550,7 @@ Code in this file were generated using following JSON:
457
550
  },
458
551
  "inheritedFrom": {
459
552
  "name": "VividFoundationButton",
460
- "module": "libs/components/src/shared/foundation/button/button.ts"
553
+ "module": "src/shared/foundation/button/button.ts"
461
554
  }
462
555
  },
463
556
  {
@@ -470,7 +563,7 @@ Code in this file were generated using following JSON:
470
563
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
471
564
  "inheritedFrom": {
472
565
  "name": "VividFoundationButton",
473
- "module": "libs/components/src/shared/foundation/button/button.ts"
566
+ "module": "src/shared/foundation/button/button.ts"
474
567
  }
475
568
  },
476
569
  {
@@ -484,7 +577,7 @@ Code in this file were generated using following JSON:
484
577
  },
485
578
  "inheritedFrom": {
486
579
  "name": "VividFoundationButton",
487
- "module": "libs/components/src/shared/foundation/button/button.ts"
580
+ "module": "src/shared/foundation/button/button.ts"
488
581
  }
489
582
  },
490
583
  {
@@ -497,7 +590,7 @@ Code in this file were generated using following JSON:
497
590
  "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
498
591
  "inheritedFrom": {
499
592
  "name": "VividFoundationButton",
500
- "module": "libs/components/src/shared/foundation/button/button.ts"
593
+ "module": "src/shared/foundation/button/button.ts"
501
594
  }
502
595
  },
503
596
  {
@@ -511,20 +604,7 @@ Code in this file were generated using following JSON:
511
604
  },
512
605
  "inheritedFrom": {
513
606
  "name": "VividFoundationButton",
514
- "module": "libs/components/src/shared/foundation/button/button.ts"
515
- }
516
- },
517
- {
518
- "kind": "field",
519
- "name": "type",
520
- "type": {
521
- "text": "'submit' | 'reset' | 'button'"
522
- },
523
- "privacy": "public",
524
- "description": "The button type.",
525
- "inheritedFrom": {
526
- "name": "VividFoundationButton",
527
- "module": "libs/components/src/shared/foundation/button/button.ts"
607
+ "module": "src/shared/foundation/button/button.ts"
528
608
  }
529
609
  },
530
610
  {
@@ -552,7 +632,7 @@ Code in this file were generated using following JSON:
552
632
  ],
553
633
  "inheritedFrom": {
554
634
  "name": "VividFoundationButton",
555
- "module": "libs/components/src/shared/foundation/button/button.ts"
635
+ "module": "src/shared/foundation/button/button.ts"
556
636
  }
557
637
  },
558
638
  {
@@ -567,7 +647,7 @@ Code in this file were generated using following JSON:
567
647
  "description": "{@inheritDoc (FormAssociated:interface).validate}",
568
648
  "inheritedFrom": {
569
649
  "name": "VividFoundationButton",
570
- "module": "libs/components/src/shared/foundation/button/button.ts"
650
+ "module": "src/shared/foundation/button/button.ts"
571
651
  }
572
652
  },
573
653
  {
@@ -577,7 +657,7 @@ Code in this file were generated using following JSON:
577
657
  "description": "Submits the parent form",
578
658
  "inheritedFrom": {
579
659
  "name": "VividFoundationButton",
580
- "module": "libs/components/src/shared/foundation/button/button.ts"
660
+ "module": "src/shared/foundation/button/button.ts"
581
661
  }
582
662
  },
583
663
  {
@@ -587,52 +667,219 @@ Code in this file were generated using following JSON:
587
667
  "description": "Resets the parent form",
588
668
  "inheritedFrom": {
589
669
  "name": "VividFoundationButton",
590
- "module": "libs/components/src/shared/foundation/button/button.ts"
670
+ "module": "src/shared/foundation/button/button.ts"
591
671
  }
592
672
  },
593
673
  {
594
674
  "kind": "field",
595
- "name": "control",
675
+ "name": "handleUnsupportedDelegatesFocus",
676
+ "privacy": "private",
677
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
678
+ "inheritedFrom": {
679
+ "name": "VividFoundationButton",
680
+ "module": "src/shared/foundation/button/button.ts"
681
+ }
682
+ },
683
+ {
684
+ "kind": "field",
685
+ "name": "validity",
596
686
  "type": {
597
- "text": "HTMLButtonElement"
687
+ "text": "ValidityState"
598
688
  },
599
- "privacy": "public",
689
+ "description": "Returns the validity state of the element",
690
+ "readonly": true,
600
691
  "inheritedFrom": {
601
- "name": "VividFoundationButton",
602
- "module": "libs/components/src/shared/foundation/button/button.ts"
692
+ "name": "FormAssociated",
693
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
603
694
  }
604
695
  },
605
696
  {
606
697
  "kind": "field",
607
- "name": "handleUnsupportedDelegatesFocus",
608
- "privacy": "private",
609
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
698
+ "name": "form",
699
+ "type": {
700
+ "text": "HTMLFormElement | null"
701
+ },
702
+ "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
703
+ "readonly": true,
610
704
  "inheritedFrom": {
611
- "name": "VividFoundationButton",
612
- "module": "libs/components/src/shared/foundation/button/button.ts"
705
+ "name": "FormAssociated",
706
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
707
+ }
708
+ },
709
+ {
710
+ "kind": "field",
711
+ "name": "validationMessage",
712
+ "type": {
713
+ "text": "string"
714
+ },
715
+ "description": "Retrieve the localized validation message,\nor custom validation message if set.",
716
+ "readonly": true,
717
+ "inheritedFrom": {
718
+ "name": "FormAssociated",
719
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
613
720
  }
614
721
  },
615
722
  {
616
723
  "kind": "field",
617
- "name": "proxy",
724
+ "name": "willValidate",
725
+ "type": {
726
+ "text": "boolean"
727
+ },
728
+ "description": "Whether the element will be validated when the\nform is submitted",
729
+ "readonly": true,
618
730
  "inheritedFrom": {
619
- "name": "FormAssociatedButton",
620
- "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
731
+ "name": "FormAssociated",
732
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
733
+ }
734
+ },
735
+ {
736
+ "kind": "field",
737
+ "name": "labels",
738
+ "type": {
739
+ "text": "ReadonlyArray<Node>"
740
+ },
741
+ "description": "A reference to all associated label elements",
742
+ "readonly": true,
743
+ "inheritedFrom": {
744
+ "name": "FormAssociated",
745
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
746
+ }
747
+ },
748
+ {
749
+ "kind": "field",
750
+ "name": "value",
751
+ "type": {
752
+ "text": "string"
753
+ },
754
+ "description": "The current value of the element.",
755
+ "inheritedFrom": {
756
+ "name": "FormAssociated",
757
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
758
+ }
759
+ },
760
+ {
761
+ "kind": "field",
762
+ "name": "currentValue",
763
+ "inheritedFrom": {
764
+ "name": "FormAssociated",
765
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
766
+ }
767
+ },
768
+ {
769
+ "kind": "field",
770
+ "name": "initialValue",
771
+ "type": {
772
+ "text": "string"
773
+ },
774
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
775
+ "inheritedFrom": {
776
+ "name": "FormAssociated",
777
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
778
+ }
779
+ },
780
+ {
781
+ "kind": "field",
782
+ "name": "disabled",
783
+ "type": {
784
+ "text": "boolean"
785
+ },
786
+ "default": "false",
787
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
788
+ "inheritedFrom": {
789
+ "name": "FormAssociated",
790
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
791
+ }
792
+ },
793
+ {
794
+ "kind": "field",
795
+ "name": "name",
796
+ "type": {
797
+ "text": "string"
798
+ },
799
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
800
+ "inheritedFrom": {
801
+ "name": "FormAssociated",
802
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
803
+ }
804
+ },
805
+ {
806
+ "kind": "field",
807
+ "name": "required",
808
+ "type": {
809
+ "text": "boolean"
810
+ },
811
+ "description": "Require the field to be completed prior to form submission.",
812
+ "default": "false",
813
+ "inheritedFrom": {
814
+ "name": "FormAssociated",
815
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
816
+ }
817
+ },
818
+ {
819
+ "kind": "method",
820
+ "name": "checkValidity",
821
+ "return": {
822
+ "type": {
823
+ "text": "boolean"
824
+ }
825
+ },
826
+ "description": "Return the current validity of the element.",
827
+ "inheritedFrom": {
828
+ "name": "FormAssociated",
829
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
830
+ }
831
+ },
832
+ {
833
+ "kind": "method",
834
+ "name": "reportValidity",
835
+ "return": {
836
+ "type": {
837
+ "text": "boolean"
838
+ }
839
+ },
840
+ "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
841
+ "inheritedFrom": {
842
+ "name": "FormAssociated",
843
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
844
+ }
845
+ },
846
+ {
847
+ "kind": "field",
848
+ "name": "VIVID_VERSION",
849
+ "static": true,
850
+ "default": "__PACKAGE_VERSION__",
851
+ "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
852
+ "type": {
853
+ "text": "string"
854
+ },
855
+ "inheritedFrom": {
856
+ "name": "VividElement",
857
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
858
+ }
859
+ },
860
+ {
861
+ "kind": "field",
862
+ "name": "componentName",
863
+ "type": {
864
+ "text": "string"
865
+ },
866
+ "static": true,
867
+ "description": "Core component name, without prefix",
868
+ "inheritedFrom": {
869
+ "name": "VividElement",
870
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
621
871
  }
622
872
  }
623
873
  ],
624
874
  "attributes": [
625
875
  {
876
+ "name": "title",
626
877
  "type": {
627
- "text": "boolean"
878
+ "text": "string"
628
879
  },
629
880
  "description": "Specifies extra information about the button. This information is typically used by browsers to display a tooltip.",
630
- "fieldName": "title",
631
881
  "default": "''",
632
- "inheritedFrom": {
633
- "name": "VividFoundationButton",
634
- "module": "libs/components/src/shared/foundation/button/button.ts"
635
- }
882
+ "fieldName": "title"
636
883
  },
637
884
  {
638
885
  "name": "connotation",
@@ -711,60 +958,137 @@ Code in this file were generated using following JSON:
711
958
  "fieldName": "label"
712
959
  },
713
960
  {
714
- "name": "href",
961
+ "name": "icon-trailing",
962
+ "type": {
963
+ "text": "boolean"
964
+ },
965
+ "default": "false",
966
+ "description": "Indicates the icon affix alignment.",
967
+ "fieldName": "iconTrailing",
968
+ "inheritedFrom": {
969
+ "name": "AffixIconWithTrailing",
970
+ "module": "src/shared/patterns/affix.ts"
971
+ }
972
+ },
973
+ {
974
+ "name": "icon",
715
975
  "type": {
716
976
  "text": "string | undefined"
717
977
  },
718
- "description": "Indicates the button's href.",
719
- "fieldName": "href"
978
+ "description": "A decorative icon the custom element should have.",
979
+ "fieldName": "icon",
980
+ "inheritedFrom": {
981
+ "name": "AffixIcon",
982
+ "module": "src/shared/patterns/affix.ts"
983
+ }
720
984
  },
721
985
  {
722
986
  "name": "download",
723
987
  "type": {
724
988
  "text": "string | undefined"
725
989
  },
726
- "description": "Indicates the button's download.",
727
- "fieldName": "download"
990
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
991
+ "fieldName": "download",
992
+ "inheritedFrom": {
993
+ "name": "Linkable",
994
+ "module": "src/shared/patterns/linkable.ts"
995
+ }
996
+ },
997
+ {
998
+ "name": "href",
999
+ "type": {
1000
+ "text": "string | undefined"
1001
+ },
1002
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1003
+ "fieldName": "href",
1004
+ "inheritedFrom": {
1005
+ "name": "Linkable",
1006
+ "module": "src/shared/patterns/linkable.ts"
1007
+ }
728
1008
  },
729
1009
  {
730
1010
  "name": "hreflang",
731
1011
  "type": {
732
1012
  "text": "string | undefined"
733
1013
  },
734
- "description": "Indicates the button's hreflang.",
735
- "fieldName": "hreflang"
1014
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1015
+ "fieldName": "hreflang",
1016
+ "inheritedFrom": {
1017
+ "name": "Linkable",
1018
+ "module": "src/shared/patterns/linkable.ts"
1019
+ }
736
1020
  },
737
1021
  {
738
1022
  "name": "ping",
739
1023
  "type": {
740
1024
  "text": "string | undefined"
741
1025
  },
742
- "description": "Indicates the button's ping.",
743
- "fieldName": "ping"
1026
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1027
+ "fieldName": "ping",
1028
+ "inheritedFrom": {
1029
+ "name": "Linkable",
1030
+ "module": "src/shared/patterns/linkable.ts"
1031
+ }
744
1032
  },
745
1033
  {
746
1034
  "name": "referrerpolicy",
747
1035
  "type": {
748
1036
  "text": "string | undefined"
749
1037
  },
750
- "description": "Indicates the button's referrerpolicy.",
751
- "fieldName": "referrerpolicy"
1038
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1039
+ "fieldName": "referrerpolicy",
1040
+ "inheritedFrom": {
1041
+ "name": "Linkable",
1042
+ "module": "src/shared/patterns/linkable.ts"
1043
+ }
752
1044
  },
753
1045
  {
754
1046
  "name": "rel",
755
1047
  "type": {
756
1048
  "text": "string | undefined"
757
1049
  },
758
- "description": "Indicates the button's rel.",
759
- "fieldName": "rel"
1050
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1051
+ "fieldName": "rel",
1052
+ "inheritedFrom": {
1053
+ "name": "Linkable",
1054
+ "module": "src/shared/patterns/linkable.ts"
1055
+ }
760
1056
  },
761
1057
  {
762
1058
  "name": "target",
763
1059
  "type": {
764
1060
  "text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
765
1061
  },
766
- "description": "Indicates the target's rel.",
767
- "fieldName": "target"
1062
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1063
+ "fieldName": "target",
1064
+ "inheritedFrom": {
1065
+ "name": "Linkable",
1066
+ "module": "src/shared/patterns/linkable.ts"
1067
+ }
1068
+ },
1069
+ {
1070
+ "name": "type",
1071
+ "type": {
1072
+ "text": "'submit' | 'reset' | 'button'"
1073
+ },
1074
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1075
+ "fieldName": "type",
1076
+ "inheritedFrom": {
1077
+ "name": "VividFoundationButton",
1078
+ "module": "src/shared/foundation/button/button.ts"
1079
+ }
1080
+ },
1081
+ {
1082
+ "name": "autofocus",
1083
+ "type": {
1084
+ "text": "boolean"
1085
+ },
1086
+ "description": "Determines if the element should receive document focus on page load.",
1087
+ "fieldName": "autofocus",
1088
+ "inheritedFrom": {
1089
+ "name": "VividFoundationButton",
1090
+ "module": "src/shared/foundation/button/button.ts"
1091
+ }
768
1092
  },
769
1093
  {
770
1094
  "name": "form",
@@ -775,7 +1099,7 @@ Code in this file were generated using following JSON:
775
1099
  "fieldName": "formId",
776
1100
  "inheritedFrom": {
777
1101
  "name": "VividFoundationButton",
778
- "module": "libs/components/src/shared/foundation/button/button.ts"
1102
+ "module": "src/shared/foundation/button/button.ts"
779
1103
  }
780
1104
  },
781
1105
  {
@@ -787,7 +1111,7 @@ Code in this file were generated using following JSON:
787
1111
  "fieldName": "formaction",
788
1112
  "inheritedFrom": {
789
1113
  "name": "VividFoundationButton",
790
- "module": "libs/components/src/shared/foundation/button/button.ts"
1114
+ "module": "src/shared/foundation/button/button.ts"
791
1115
  }
792
1116
  },
793
1117
  {
@@ -799,7 +1123,7 @@ Code in this file were generated using following JSON:
799
1123
  "fieldName": "formenctype",
800
1124
  "inheritedFrom": {
801
1125
  "name": "VividFoundationButton",
802
- "module": "libs/components/src/shared/foundation/button/button.ts"
1126
+ "module": "src/shared/foundation/button/button.ts"
803
1127
  }
804
1128
  },
805
1129
  {
@@ -811,7 +1135,19 @@ Code in this file were generated using following JSON:
811
1135
  "fieldName": "formmethod",
812
1136
  "inheritedFrom": {
813
1137
  "name": "VividFoundationButton",
814
- "module": "libs/components/src/shared/foundation/button/button.ts"
1138
+ "module": "src/shared/foundation/button/button.ts"
1139
+ }
1140
+ },
1141
+ {
1142
+ "name": "formnovalidate",
1143
+ "type": {
1144
+ "text": "boolean"
1145
+ },
1146
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
1147
+ "fieldName": "formnovalidate",
1148
+ "inheritedFrom": {
1149
+ "name": "VividFoundationButton",
1150
+ "module": "src/shared/foundation/button/button.ts"
815
1151
  }
816
1152
  },
817
1153
  {
@@ -823,25 +1159,89 @@ Code in this file were generated using following JSON:
823
1159
  "fieldName": "formtarget",
824
1160
  "inheritedFrom": {
825
1161
  "name": "VividFoundationButton",
826
- "module": "libs/components/src/shared/foundation/button/button.ts"
1162
+ "module": "src/shared/foundation/button/button.ts"
827
1163
  }
828
1164
  },
829
1165
  {
830
- "name": "type",
1166
+ "name": "current-value",
831
1167
  "type": {
832
- "text": "'submit' | 'reset' | 'button'"
1168
+ "text": "string"
833
1169
  },
834
- "description": "The button type.",
835
- "fieldName": "type",
1170
+ "description": "The current value of the element.",
1171
+ "fieldName": "value",
836
1172
  "inheritedFrom": {
837
- "name": "VividFoundationButton",
838
- "module": "libs/components/src/shared/foundation/button/button.ts"
1173
+ "name": "FormAssociated",
1174
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
1175
+ }
1176
+ },
1177
+ {
1178
+ "name": "value",
1179
+ "type": {
1180
+ "text": "string"
1181
+ },
1182
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
1183
+ "fieldName": "initialValue",
1184
+ "inheritedFrom": {
1185
+ "name": "FormAssociated",
1186
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
1187
+ }
1188
+ },
1189
+ {
1190
+ "name": "disabled",
1191
+ "type": {
1192
+ "text": "boolean"
1193
+ },
1194
+ "default": "false",
1195
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
1196
+ "fieldName": "disabled",
1197
+ "inheritedFrom": {
1198
+ "name": "FormAssociated",
1199
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
839
1200
  }
1201
+ },
1202
+ {
1203
+ "name": "name",
1204
+ "type": {
1205
+ "text": "string"
1206
+ },
1207
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
1208
+ "fieldName": "name",
1209
+ "inheritedFrom": {
1210
+ "name": "FormAssociated",
1211
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
1212
+ }
1213
+ },
1214
+ {
1215
+ "name": "required",
1216
+ "type": {
1217
+ "text": "boolean"
1218
+ },
1219
+ "description": "Require the field to be completed prior to form submission.",
1220
+ "default": "false",
1221
+ "fieldName": "required",
1222
+ "inheritedFrom": {
1223
+ "name": "FormAssociated",
1224
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
1225
+ }
1226
+ }
1227
+ ],
1228
+ "mixins": [
1229
+ {
1230
+ "name": "AffixIconWithTrailing",
1231
+ "module": "/src/shared/patterns"
1232
+ },
1233
+ {
1234
+ "name": "Localized",
1235
+ "module": "/src/shared/patterns"
1236
+ },
1237
+ {
1238
+ "name": "Linkable",
1239
+ "module": "/src/shared/patterns"
840
1240
  }
841
1241
  ],
842
1242
  "superclass": {
843
1243
  "name": "VividFoundationButton",
844
- "module": "/libs/components/src/shared/foundation/button/button.js"
1244
+ "module": "/src/shared/foundation/button/button.js"
845
1245
  },
846
1246
  "vividComponent": {
847
1247
  "public": true,
@@ -857,7 +1257,7 @@ registerButton('vvd3')
857
1257
  const VwcButton = wrapper(`vvd3-button`, {
858
1258
  events: [{"name":"click","propName":"onClick"}],
859
1259
  attributes: [],
860
- properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'dropdownIndicator', 'active', 'label', 'href', 'download', 'hreflang', 'ping', 'referrerpolicy', 'rel', 'target', 'autofocus', 'formId', 'formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget', 'type', 'control', 'proxy', 'icon', 'disabled', 'type', 'icon-trailing']
1260
+ properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'dropdownIndicator', 'active', 'label', 'iconTrailing', 'icon', 'download', 'href', 'hreflang', 'ping', 'referrerpolicy', 'rel', 'target', 'type', 'control', '_vividAriaBehaviour', 'autofocus', 'formId', 'formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'icon', 'disabled', 'type', 'icon-trailing']
861
1261
  })
862
1262
 
863
1263
  VwcButton.displayName = 'VwcButton'