@vonage/vivid-react 5.21.0 → 5.23.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 (409) hide show
  1. package/VwcAccordion/index.js +19 -54
  2. package/VwcAccordion/package.json +1 -1
  3. package/VwcActionGroup/index.js +22 -78
  4. package/VwcActionGroup/package.json +1 -1
  5. package/VwcBadge/index.js +29 -133
  6. package/VwcBadge/package.json +1 -1
  7. package/VwcBanner/index.js +26 -77
  8. package/VwcBanner/package.json +1 -1
  9. package/VwcButton/index.js +92 -142
  10. package/VwcButton/package.json +1 -1
  11. package/VwcButtonToggleGroup/index.js +29 -81
  12. package/VwcButtonToggleGroup/package.json +1 -1
  13. package/VwcCalendar/index.js +23 -62
  14. package/VwcCalendar/package.json +1 -1
  15. package/VwcCalendarEvent/index.js +26 -71
  16. package/VwcCalendarEvent/package.json +1 -1
  17. package/VwcCard/index.js +28 -67
  18. package/VwcCard/package.json +1 -1
  19. package/VwcCarousel/index.js +19 -41
  20. package/VwcCarousel/package.json +1 -1
  21. package/VwcCarouselItem/index.js +20 -45
  22. package/VwcCarouselItem/package.json +1 -1
  23. package/VwcCheckListItem/index.js +23 -41
  24. package/VwcCheckListItem/package.json +1 -1
  25. package/VwcCheckbox/index.js +22 -37
  26. package/VwcCheckbox/package.json +1 -1
  27. package/VwcChip/index.js +29 -92
  28. package/VwcChip/package.json +1 -1
  29. package/VwcChipSet/index.js +25 -54
  30. package/VwcChipSet/package.json +1 -1
  31. package/VwcCircularProgress/index.js +19 -40
  32. package/VwcCircularProgress/package.json +1 -1
  33. package/VwcDataGrid/index.js +38 -107
  34. package/VwcDataGrid/package.json +1 -1
  35. package/VwcDataGridColumn/index.js +39 -125
  36. package/VwcDataGridColumn/package.json +1 -1
  37. package/VwcDatepicker/index.js +24 -64
  38. package/VwcDatepicker/package.json +1 -1
  39. package/VwcDropdown/index.js +65 -194
  40. package/VwcDropdown/package.json +1 -1
  41. package/VwcElevation/index.js +19 -41
  42. package/VwcElevation/package.json +1 -1
  43. package/VwcEmptyState/index.js +22 -52
  44. package/VwcEmptyState/package.json +1 -1
  45. package/VwcExpansionPanel/index.js +40 -183
  46. package/VwcExpansionPanel/package.json +1 -1
  47. package/VwcFab/index.js +19 -49
  48. package/VwcFab/package.json +1 -1
  49. package/VwcFilePicker/index.js +25 -78
  50. package/VwcFilePicker/package.json +1 -1
  51. package/VwcFormfield/index.js +19 -34
  52. package/VwcFormfield/package.json +1 -1
  53. package/VwcHelperMessage/index.js +19 -45
  54. package/VwcHelperMessage/package.json +1 -1
  55. package/VwcIcon/index.js +24 -89
  56. package/VwcIcon/package.json +1 -1
  57. package/VwcIconButton/index.js +29 -65
  58. package/VwcIconButton/package.json +1 -1
  59. package/VwcIconButtonToggle/index.js +28 -71
  60. package/VwcIconButtonToggle/package.json +1 -1
  61. package/VwcKeypad/index.js +42 -163
  62. package/VwcKeypad/package.json +1 -1
  63. package/VwcLayout/index.js +29 -89
  64. package/VwcLayout/package.json +1 -1
  65. package/VwcLinearProgress/index.js +19 -46
  66. package/VwcLinearProgress/package.json +1 -1
  67. package/VwcList/index.js +19 -35
  68. package/VwcList/package.json +1 -1
  69. package/VwcListExpansionPanel/index.js +30 -61
  70. package/VwcListExpansionPanel/package.json +1 -1
  71. package/VwcListItem/index.js +30 -64
  72. package/VwcListItem/package.json +1 -1
  73. package/VwcMenu/index.js +21 -45
  74. package/VwcMenu/package.json +1 -1
  75. package/VwcNotchedOutline/index.js +19 -35
  76. package/VwcNotchedOutline/package.json +1 -1
  77. package/VwcNote/index.js +22 -51
  78. package/VwcNote/package.json +1 -1
  79. package/VwcPagination/index.js +25 -49
  80. package/VwcPagination/package.json +1 -1
  81. package/VwcPopup/index.js +32 -127
  82. package/VwcPopup/package.json +1 -1
  83. package/VwcRadio/index.js +22 -37
  84. package/VwcRadio/package.json +1 -1
  85. package/VwcRadioListItem/index.js +20 -36
  86. package/VwcRadioListItem/package.json +1 -1
  87. package/VwcSchemeSelect/index.js +23 -42
  88. package/VwcSchemeSelect/package.json +1 -1
  89. package/VwcScrubBar/index.js +23 -58
  90. package/VwcScrubBar/package.json +1 -1
  91. package/VwcSelect/index.js +24 -90
  92. package/VwcSelect/package.json +1 -1
  93. package/VwcSlider/index.js +25 -44
  94. package/VwcSlider/package.json +1 -1
  95. package/VwcSnackbar/index.js +47 -84
  96. package/VwcSnackbar/package.json +1 -1
  97. package/VwcSurface/index.js +19 -40
  98. package/VwcSurface/package.json +1 -1
  99. package/VwcSwitch/index.js +25 -62
  100. package/VwcSwitch/package.json +1 -1
  101. package/VwcTab/index.js +27 -59
  102. package/VwcTab/package.json +1 -1
  103. package/VwcTabBar/index.js +22 -39
  104. package/VwcTabBar/package.json +1 -1
  105. package/VwcTag/index.js +30 -96
  106. package/VwcTag/package.json +1 -1
  107. package/VwcText/index.js +22 -71
  108. package/VwcText/package.json +1 -1
  109. package/VwcTextarea/index.js +38 -59
  110. package/VwcTextarea/package.json +1 -1
  111. package/VwcTextfield/index.js +42 -81
  112. package/VwcTextfield/package.json +1 -1
  113. package/VwcThemeSwitch/index.js +19 -50
  114. package/VwcThemeSwitch/package.json +1 -1
  115. package/VwcTooltip/index.js +28 -92
  116. package/VwcTooltip/package.json +1 -1
  117. package/VwcTopAppBar/index.js +19 -45
  118. package/VwcTopAppBar/package.json +1 -1
  119. package/VwcTopAppBarFixed/index.js +19 -56
  120. package/VwcTopAppBarFixed/package.json +1 -1
  121. package/chunk-KmRHZBOW.js +35 -0
  122. package/index.es-CX858N60.js +14636 -0
  123. package/index.js +1067 -25
  124. package/package.json +7 -5
  125. package/types/index.d.ts +1 -1
  126. package/v3/VwcAccordion/index.js +26 -234
  127. package/v3/VwcAccordion/package.json +2 -2
  128. package/v3/VwcAccordionItem/index.js +32 -375
  129. package/v3/VwcAccordionItem/package.json +2 -2
  130. package/v3/VwcActionGroup/index.js +22 -143
  131. package/v3/VwcActionGroup/package.json +2 -2
  132. package/v3/VwcAlert/index.js +35 -397
  133. package/v3/VwcAlert/package.json +2 -2
  134. package/v3/VwcAriaBindingDirective/index.js +16 -71
  135. package/v3/VwcAriaBindingDirective/package.json +2 -2
  136. package/v3/VwcAudioPlayer/index.js +41 -471
  137. package/v3/VwcAudioPlayer/package.json +2 -2
  138. package/v3/VwcAvatar/index.js +35 -479
  139. package/v3/VwcAvatar/package.json +2 -2
  140. package/v3/VwcBadge/index.js +26 -495
  141. package/v3/VwcBadge/package.json +2 -2
  142. package/v3/VwcBanner/index.js +24 -268
  143. package/v3/VwcBanner/package.json +2 -2
  144. package/v3/VwcBaseProgress/index.js +23 -139
  145. package/v3/VwcBaseProgress/package.json +2 -2
  146. package/v3/VwcBreadcrumb/index.js +16 -132
  147. package/v3/VwcBreadcrumb/package.json +2 -2
  148. package/v3/VwcBreadcrumbItem/index.js +29 -296
  149. package/v3/VwcBreadcrumbItem/package.json +2 -2
  150. package/v3/VwcButton/index.js +61 -1341
  151. package/v3/VwcButton/package.json +2 -2
  152. package/v3/VwcCalendar/index.js +25 -255
  153. package/v3/VwcCalendar/package.json +2 -2
  154. package/v3/VwcCalendarEvent/index.js +26 -303
  155. package/v3/VwcCalendarEvent/package.json +2 -2
  156. package/v3/VwcCard/index.js +35 -464
  157. package/v3/VwcCard/package.json +2 -2
  158. package/v3/VwcCheckbox/index.js +51 -754
  159. package/v3/VwcCheckbox/package.json +2 -2
  160. package/v3/VwcColorPicker/index.js +42 -647
  161. package/v3/VwcColorPicker/package.json +2 -2
  162. package/v3/VwcCombobox/index.js +46 -954
  163. package/v3/VwcCombobox/package.json +2 -2
  164. package/v3/VwcContextualHelp/index.js +20 -131
  165. package/v3/VwcContextualHelp/package.json +2 -2
  166. package/v3/VwcCountry/index.js +21 -104
  167. package/v3/VwcCountry/package.json +2 -2
  168. package/v3/VwcCountryGroup/index.js +23 -268
  169. package/v3/VwcCountryGroup/package.json +2 -2
  170. package/v3/VwcDataGrid/index.js +467 -449
  171. package/v3/VwcDataGrid/package.json +2 -2
  172. package/v3/VwcDataGridCell/index.js +38 -328
  173. package/v3/VwcDataGridCell/package.json +2 -2
  174. package/v3/VwcDataGridRow/index.js +31 -290
  175. package/v3/VwcDataGridRow/package.json +2 -2
  176. package/v3/VwcDatePicker/index.js +41 -716
  177. package/v3/VwcDatePicker/package.json +2 -2
  178. package/v3/VwcDateRangePicker/index.js +56 -852
  179. package/v3/VwcDateRangePicker/package.json +2 -2
  180. package/v3/VwcDateTimePicker/index.js +48 -904
  181. package/v3/VwcDateTimePicker/package.json +2 -2
  182. package/v3/VwcDialPad/index.d.ts +0 -114
  183. package/v3/VwcDialPad/index.js +62 -492
  184. package/v3/VwcDialPad/package.json +2 -2
  185. package/v3/VwcDialog/index.js +46 -458
  186. package/v3/VwcDialog/package.json +2 -2
  187. package/v3/VwcDivider/index.js +22 -123
  188. package/v3/VwcDivider/package.json +2 -2
  189. package/v3/VwcElevation/index.js +22 -117
  190. package/v3/VwcElevation/package.json +2 -2
  191. package/v3/VwcEmptyState/index.js +25 -259
  192. package/v3/VwcEmptyState/package.json +2 -2
  193. package/v3/VwcFab/index.js +39 -862
  194. package/v3/VwcFab/package.json +2 -2
  195. package/v3/VwcFeatureState/index.js +16 -70
  196. package/v3/VwcFeatureState/package.json +2 -2
  197. package/v3/VwcFeedbackMessage/index.js +20 -98
  198. package/v3/VwcFeedbackMessage/package.json +2 -2
  199. package/v3/VwcFilePicker/index.js +40 -695
  200. package/v3/VwcFilePicker/package.json +2 -2
  201. package/v3/VwcFlag/index.js +22 -146
  202. package/v3/VwcFlag/package.json +2 -2
  203. package/v3/VwcHeader/index.js +21 -122
  204. package/v3/VwcHeader/package.json +2 -2
  205. package/v3/VwcIcon/index.js +23 -196
  206. package/v3/VwcIcon/package.json +2 -2
  207. package/v3/VwcIdrefsController/index.js +16 -230
  208. package/v3/VwcIdrefsController/package.json +2 -2
  209. package/v3/VwcInlineTimePicker/index.js +26 -195
  210. package/v3/VwcInlineTimePicker/package.json +2 -2
  211. package/v3/VwcKbdKey/index.js +24 -187
  212. package/v3/VwcKbdKey/package.json +2 -2
  213. package/v3/VwcKbdShortcut/index.js +16 -78
  214. package/v3/VwcKbdShortcut/package.json +2 -2
  215. package/v3/VwcLayout/index.js +24 -155
  216. package/v3/VwcLayout/package.json +2 -2
  217. package/v3/VwcListbox/index.js +24 -207
  218. package/v3/VwcListbox/package.json +2 -2
  219. package/v3/VwcMenu/index.js +33 -483
  220. package/v3/VwcMenu/package.json +2 -2
  221. package/v3/VwcMenuItem/index.js +37 -452
  222. package/v3/VwcMenuItem/package.json +2 -2
  223. package/v3/VwcNav/index.js +16 -74
  224. package/v3/VwcNav/package.json +2 -2
  225. package/v3/VwcNavDisclosure/index.js +29 -361
  226. package/v3/VwcNavDisclosure/package.json +2 -2
  227. package/v3/VwcNavItem/index.js +33 -509
  228. package/v3/VwcNavItem/package.json +2 -2
  229. package/v3/VwcNote/index.js +22 -210
  230. package/v3/VwcNote/package.json +2 -2
  231. package/v3/VwcNumberField/index.js +53 -1021
  232. package/v3/VwcNumberField/package.json +2 -2
  233. package/v3/VwcOption/index.js +36 -472
  234. package/v3/VwcOption/package.json +2 -2
  235. package/v3/VwcOptionTag/index.js +26 -165
  236. package/v3/VwcOptionTag/package.json +2 -2
  237. package/v3/VwcPagination/index.js +27 -241
  238. package/v3/VwcPagination/package.json +2 -2
  239. package/v3/VwcPickerField/index.js +31 -587
  240. package/v3/VwcPickerField/package.json +2 -2
  241. package/v3/VwcPlatformSwitch/index.js +16 -89
  242. package/v3/VwcPlatformSwitch/package.json +2 -2
  243. package/v3/VwcPopover/index.d.ts +2 -2
  244. package/v3/VwcPopover/index.js +26 -184
  245. package/v3/VwcPopover/package.json +2 -2
  246. package/v3/VwcPopup/index.d.ts +2 -0
  247. package/v3/VwcPopup/index.js +32 -380
  248. package/v3/VwcPopup/package.json +2 -2
  249. package/v3/VwcProgress/index.js +26 -276
  250. package/v3/VwcProgress/package.json +2 -2
  251. package/v3/VwcProgressRing/index.js +25 -235
  252. package/v3/VwcProgressRing/package.json +2 -2
  253. package/v3/VwcRadio/index.js +38 -662
  254. package/v3/VwcRadio/package.json +2 -2
  255. package/v3/VwcRadioGroup/index.js +31 -351
  256. package/v3/VwcRadioGroup/package.json +2 -2
  257. package/v3/VwcRangeSlider/index.js +61 -967
  258. package/v3/VwcRangeSlider/package.json +2 -2
  259. package/v3/VwcRichTextEditor/index.js +21 -178
  260. package/v3/VwcRichTextEditor/package.json +2 -2
  261. package/v3/VwcRichTextView/index.js +20 -195
  262. package/v3/VwcRichTextView/package.json +2 -2
  263. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  264. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  265. package/v3/VwcRteBaseImpl/index.js +16 -249
  266. package/v3/VwcRteBaseImpl/package.json +2 -2
  267. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  268. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  269. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  270. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  271. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  272. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteConfig/index.js +16 -73
  274. package/v3/VwcRteConfig/package.json +2 -2
  275. package/v3/VwcRteConfigImpl/index.js +23 -74
  276. package/v3/VwcRteConfigImpl/package.json +2 -2
  277. package/v3/VwcRteCoreImpl/index.d.ts +4 -0
  278. package/v3/VwcRteCoreImpl/index.js +22 -254
  279. package/v3/VwcRteCoreImpl/package.json +2 -2
  280. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  281. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  282. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  283. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  284. package/v3/VwcRteFeature/index.js +16 -25
  285. package/v3/VwcRteFeature/package.json +2 -2
  286. package/v3/VwcRteFeatureImpl/index.js +16 -196
  287. package/v3/VwcRteFeatureImpl/package.json +2 -2
  288. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  289. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  290. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  291. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  292. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  293. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  294. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  295. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  296. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  297. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  298. package/v3/VwcRteHtmlParser/index.js +16 -106
  299. package/v3/VwcRteHtmlParser/package.json +2 -2
  300. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  301. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  302. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  303. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  304. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  305. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  306. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  307. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  308. package/v3/VwcRteInstance/index.js +16 -103
  309. package/v3/VwcRteInstance/package.json +2 -2
  310. package/v3/VwcRteInstanceImpl/index.js +20 -249
  311. package/v3/VwcRteInstanceImpl/package.json +2 -2
  312. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  313. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  314. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  316. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  317. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  318. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  319. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  320. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  321. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  322. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  323. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  324. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  325. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  326. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  328. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  329. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  330. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  331. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  332. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  333. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  334. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  335. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  336. package/v3/VwcSearchableSelect/index.js +65 -1215
  337. package/v3/VwcSearchableSelect/package.json +2 -2
  338. package/v3/VwcSelect/index.js +61 -985
  339. package/v3/VwcSelect/package.json +2 -2
  340. package/v3/VwcSelectableBox/index.js +29 -301
  341. package/v3/VwcSelectableBox/package.json +2 -2
  342. package/v3/VwcSideDrawer/index.js +36 -191
  343. package/v3/VwcSideDrawer/package.json +2 -2
  344. package/v3/VwcSimpleColorPicker/index.js +37 -508
  345. package/v3/VwcSimpleColorPicker/package.json +2 -2
  346. package/v3/VwcSlider/index.js +48 -758
  347. package/v3/VwcSlider/package.json +2 -2
  348. package/v3/VwcSplitButton/index.js +43 -530
  349. package/v3/VwcSplitButton/package.json +2 -2
  350. package/v3/VwcStatus/index.js +22 -189
  351. package/v3/VwcStatus/package.json +2 -2
  352. package/v3/VwcSwitch/index.js +43 -610
  353. package/v3/VwcSwitch/package.json +2 -2
  354. package/v3/VwcTab/index.js +30 -333
  355. package/v3/VwcTab/package.json +2 -2
  356. package/v3/VwcTabPanel/index.js +16 -74
  357. package/v3/VwcTabPanel/package.json +2 -2
  358. package/v3/VwcTable/index.js +16 -68
  359. package/v3/VwcTable/package.json +2 -2
  360. package/v3/VwcTableBody/index.js +16 -68
  361. package/v3/VwcTableBody/package.json +2 -2
  362. package/v3/VwcTableCell/index.js +19 -149
  363. package/v3/VwcTableCell/package.json +2 -2
  364. package/v3/VwcTableHead/index.js +16 -68
  365. package/v3/VwcTableHead/package.json +2 -2
  366. package/v3/VwcTableHeaderCell/index.js +19 -166
  367. package/v3/VwcTableHeaderCell/package.json +2 -2
  368. package/v3/VwcTableRow/index.js +16 -140
  369. package/v3/VwcTableRow/package.json +2 -2
  370. package/v3/VwcTableSortingButton/index.js +23 -112
  371. package/v3/VwcTableSortingButton/package.json +2 -2
  372. package/v3/VwcTabs/index.js +29 -389
  373. package/v3/VwcTabs/package.json +2 -2
  374. package/v3/VwcTag/index.js +34 -651
  375. package/v3/VwcTag/package.json +2 -2
  376. package/v3/VwcTagGroup/index.js +16 -74
  377. package/v3/VwcTagGroup/package.json +2 -2
  378. package/v3/VwcTextArea/index.js +48 -905
  379. package/v3/VwcTextArea/package.json +2 -2
  380. package/v3/VwcTextField/index.js +74 -921
  381. package/v3/VwcTextField/package.json +2 -2
  382. package/v3/VwcTextblockAttrs/index.js +16 -95
  383. package/v3/VwcTextblockAttrs/package.json +2 -2
  384. package/v3/VwcTextblockMarks/index.js +16 -53
  385. package/v3/VwcTextblockMarks/package.json +2 -2
  386. package/v3/VwcTimePicker/index.js +44 -788
  387. package/v3/VwcTimePicker/package.json +2 -2
  388. package/v3/VwcToggletip/index.js +25 -318
  389. package/v3/VwcToggletip/package.json +2 -2
  390. package/v3/VwcTooltip/index.js +24 -262
  391. package/v3/VwcTooltip/package.json +2 -2
  392. package/v3/VwcTreeItem/index.js +30 -257
  393. package/v3/VwcTreeItem/package.json +2 -2
  394. package/v3/VwcTreeView/index.js +21 -184
  395. package/v3/VwcTreeView/package.json +2 -2
  396. package/v3/VwcUiCtx/index.js +16 -117
  397. package/v3/VwcUiCtx/package.json +2 -2
  398. package/v3/VwcVideoPlayer/index.js +38 -256
  399. package/v3/VwcVideoPlayer/package.json +2 -2
  400. package/v3/VwcVisuallyHidden/index.js +16 -61
  401. package/v3/VwcVisuallyHidden/package.json +2 -2
  402. package/v3/VwcVividElement/index.js +16 -116
  403. package/v3/VwcVividElement/package.json +2 -2
  404. package/v3/VwcVividFoundationButton/index.js +34 -552
  405. package/v3/VwcVividFoundationButton/package.json +2 -2
  406. package/v3/VwcVvdHexInput/index.js +16 -43
  407. package/v3/VwcVvdHexInput/package.json +2 -2
  408. package/v3/VwcVvdHexPicker/index.js +16 -43
  409. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,862 +1,39 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "kind": "class",
8
- "description": "",
9
- "name": "Fab",
10
- "cssProperties": [
11
- {
12
- "name": "--vvd-fab-accent-primary",
13
- "default": "var(--vvd-color-canvas-text)"
14
- },
15
- {
16
- "name": "--vvd-fab-accent-primary-text",
17
- "default": "var(--vvd-color-canvas)"
18
- },
19
- {
20
- "name": "--vvd-fab-accent-primary-increment",
21
- "default": "var(--vvd-color-neutral-800)"
22
- },
23
- {
24
- "name": "--vvd-fab-accent-contrast",
25
- "default": "var(--vvd-color-neutral-800)"
26
- },
27
- {
28
- "name": "--vvd-fab-accent-fierce",
29
- "default": "var(--vvd-color-neutral-700)"
30
- },
31
- {
32
- "name": "--vvd-fab-accent-firm",
33
- "default": "var(--vvd-color-canvas-text)"
34
- },
35
- {
36
- "name": "--vvd-fab-cta-primary",
37
- "default": "var(--vvd-color-cta-500)"
38
- },
39
- {
40
- "name": "--vvd-fab-cta-primary-text",
41
- "default": "var(--vvd-color-canvas)"
42
- },
43
- {
44
- "name": "--vvd-fab-cta-primary-increment",
45
- "default": "var(--vvd-color-cta-600)"
46
- },
47
- {
48
- "name": "--vvd-fab-cta-contrast",
49
- "default": "var(--vvd-color-cta-800)"
50
- },
51
- {
52
- "name": "--vvd-fab-cta-fierce",
53
- "default": "var(--vvd-color-cta-700)"
54
- },
55
- {
56
- "name": "--vvd-fab-cta-firm",
57
- "default": "var(--vvd-color-cta-600)"
58
- },
59
- {
60
- "name": "--vvd-fab-announcement-primary",
61
- "default": "var(--vvd-color-announcement-500)"
62
- },
63
- {
64
- "name": "--vvd-fab-announcement-primary-text",
65
- "default": "var(--vvd-color-canvas)"
66
- },
67
- {
68
- "name": "--vvd-fab-announcement-primary-increment",
69
- "default": "var(--vvd-color-announcement-600)"
70
- },
71
- {
72
- "name": "--vvd-fab-announcement-contrast",
73
- "default": "var(--vvd-color-announcement-800)"
74
- },
75
- {
76
- "name": "--vvd-fab-announcement-fierce",
77
- "default": "var(--vvd-color-announcement-700)"
78
- },
79
- {
80
- "name": "--vvd-fab-announcement-firm",
81
- "default": "var(--vvd-color-announcement-600)"
82
- }
83
- ],
84
- "slots": [
85
- {
86
- "description": "The preferred way to add an icon to the component.",
87
- "name": "icon"
88
- }
89
- ],
90
- "members": [
91
- {
92
- "kind": "field",
93
- "name": "connotation",
94
- "type": {
95
- "text": "FabConnotation | undefined"
96
- },
97
- "description": "The connotation the Fab should have.",
98
- "privacy": "public"
99
- },
100
- {
101
- "kind": "field",
102
- "name": "size",
103
- "type": {
104
- "text": "FABSize | undefined"
105
- },
106
- "description": "The size the Fab should have.",
107
- "privacy": "public"
108
- },
109
- {
110
- "kind": "field",
111
- "name": "label",
112
- "type": {
113
- "text": "string | undefined"
114
- },
115
- "description": "Indicates the Fab's label.",
116
- "privacy": "public"
117
- },
118
- {
119
- "kind": "field",
120
- "name": "iconTrailing",
121
- "type": {
122
- "text": "boolean"
123
- },
124
- "default": "false",
125
- "description": "Indicates the icon affix alignment.",
126
- "privacy": "public",
127
- "inheritedFrom": {
128
- "name": "AffixIconWithTrailing",
129
- "module": "src/shared/patterns/affix.ts"
130
- }
131
- },
132
- {
133
- "kind": "field",
134
- "name": "icon",
135
- "type": {
136
- "text": "string | undefined"
137
- },
138
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
139
- "privacy": "public",
140
- "inheritedFrom": {
141
- "name": "AffixIcon",
142
- "module": "src/shared/patterns/affix.ts"
143
- }
144
- },
145
- {
146
- "kind": "field",
147
- "name": "autofocus",
148
- "type": {
149
- "text": "boolean"
150
- },
151
- "privacy": "public",
152
- "description": "Determines if the element should receive document focus on page load.",
153
- "inheritedFrom": {
154
- "name": "VividFoundationButton",
155
- "module": "src/shared/foundation/button/button.ts"
156
- }
157
- },
158
- {
159
- "kind": "field",
160
- "name": "formId",
161
- "type": {
162
- "text": "string"
163
- },
164
- "privacy": "public",
165
- "description": "The id of a form to associate the element to.",
166
- "inheritedFrom": {
167
- "name": "VividFoundationButton",
168
- "module": "src/shared/foundation/button/button.ts"
169
- }
170
- },
171
- {
172
- "kind": "field",
173
- "name": "formaction",
174
- "type": {
175
- "text": "string"
176
- },
177
- "privacy": "public",
178
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
179
- "inheritedFrom": {
180
- "name": "VividFoundationButton",
181
- "module": "src/shared/foundation/button/button.ts"
182
- }
183
- },
184
- {
185
- "kind": "method",
186
- "name": "formactionChanged",
187
- "privacy": "private",
188
- "return": {
189
- "type": {
190
- "text": "void"
191
- }
192
- },
193
- "inheritedFrom": {
194
- "name": "VividFoundationButton",
195
- "module": "src/shared/foundation/button/button.ts"
196
- }
197
- },
198
- {
199
- "kind": "field",
200
- "name": "formenctype",
201
- "type": {
202
- "text": "string"
203
- },
204
- "privacy": "public",
205
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
206
- "inheritedFrom": {
207
- "name": "VividFoundationButton",
208
- "module": "src/shared/foundation/button/button.ts"
209
- }
210
- },
211
- {
212
- "kind": "method",
213
- "name": "formenctypeChanged",
214
- "privacy": "private",
215
- "return": {
216
- "type": {
217
- "text": "void"
218
- }
219
- },
220
- "inheritedFrom": {
221
- "name": "VividFoundationButton",
222
- "module": "src/shared/foundation/button/button.ts"
223
- }
224
- },
225
- {
226
- "kind": "field",
227
- "name": "formmethod",
228
- "type": {
229
- "text": "string"
230
- },
231
- "privacy": "public",
232
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
233
- "inheritedFrom": {
234
- "name": "VividFoundationButton",
235
- "module": "src/shared/foundation/button/button.ts"
236
- }
237
- },
238
- {
239
- "kind": "method",
240
- "name": "formmethodChanged",
241
- "privacy": "private",
242
- "return": {
243
- "type": {
244
- "text": "void"
245
- }
246
- },
247
- "inheritedFrom": {
248
- "name": "VividFoundationButton",
249
- "module": "src/shared/foundation/button/button.ts"
250
- }
251
- },
252
- {
253
- "kind": "field",
254
- "name": "formnovalidate",
255
- "type": {
256
- "text": "boolean"
257
- },
258
- "privacy": "public",
259
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
260
- "inheritedFrom": {
261
- "name": "VividFoundationButton",
262
- "module": "src/shared/foundation/button/button.ts"
263
- }
264
- },
265
- {
266
- "kind": "method",
267
- "name": "formnovalidateChanged",
268
- "privacy": "private",
269
- "return": {
270
- "type": {
271
- "text": "void"
272
- }
273
- },
274
- "inheritedFrom": {
275
- "name": "VividFoundationButton",
276
- "module": "src/shared/foundation/button/button.ts"
277
- }
278
- },
279
- {
280
- "kind": "field",
281
- "name": "formtarget",
282
- "type": {
283
- "text": "'_self' | '_blank' | '_parent' | '_top'"
284
- },
285
- "privacy": "public",
286
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
287
- "inheritedFrom": {
288
- "name": "VividFoundationButton",
289
- "module": "src/shared/foundation/button/button.ts"
290
- }
291
- },
292
- {
293
- "kind": "method",
294
- "name": "formtargetChanged",
295
- "privacy": "private",
296
- "return": {
297
- "type": {
298
- "text": "void"
299
- }
300
- },
301
- "inheritedFrom": {
302
- "name": "VividFoundationButton",
303
- "module": "src/shared/foundation/button/button.ts"
304
- }
305
- },
306
- {
307
- "kind": "field",
308
- "name": "type",
309
- "type": {
310
- "text": "'submit' | 'reset' | 'button'"
311
- },
312
- "privacy": "public",
313
- "description": "The button type.",
314
- "inheritedFrom": {
315
- "name": "VividFoundationButton",
316
- "module": "src/shared/foundation/button/button.ts"
317
- }
318
- },
319
- {
320
- "kind": "method",
321
- "name": "typeChanged",
322
- "privacy": "private",
323
- "return": {
324
- "type": {
325
- "text": "void"
326
- }
327
- },
328
- "parameters": [
329
- {
330
- "name": "previous",
331
- "type": {
332
- "text": "'submit' | 'reset' | 'button' | void"
333
- }
334
- },
335
- {
336
- "name": "next",
337
- "type": {
338
- "text": "'submit' | 'reset' | 'button'"
339
- }
340
- }
341
- ],
342
- "inheritedFrom": {
343
- "name": "VividFoundationButton",
344
- "module": "src/shared/foundation/button/button.ts"
345
- }
346
- },
347
- {
348
- "kind": "method",
349
- "name": "validate",
350
- "privacy": "public",
351
- "return": {
352
- "type": {
353
- "text": "void"
354
- }
355
- },
356
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
357
- "inheritedFrom": {
358
- "name": "VividFoundationButton",
359
- "module": "src/shared/foundation/button/button.ts"
360
- }
361
- },
362
- {
363
- "kind": "field",
364
- "name": "handleSubmission",
365
- "privacy": "private",
366
- "description": "Submits the parent form",
367
- "inheritedFrom": {
368
- "name": "VividFoundationButton",
369
- "module": "src/shared/foundation/button/button.ts"
370
- }
371
- },
372
- {
373
- "kind": "field",
374
- "name": "handleFormReset",
375
- "privacy": "private",
376
- "description": "Resets the parent form",
377
- "inheritedFrom": {
378
- "name": "VividFoundationButton",
379
- "module": "src/shared/foundation/button/button.ts"
380
- }
381
- },
382
- {
383
- "kind": "field",
384
- "name": "control",
385
- "type": {
386
- "text": "HTMLButtonElement"
387
- },
388
- "privacy": "public",
389
- "inheritedFrom": {
390
- "name": "VividFoundationButton",
391
- "module": "src/shared/foundation/button/button.ts"
392
- }
393
- },
394
- {
395
- "kind": "field",
396
- "name": "handleUnsupportedDelegatesFocus",
397
- "privacy": "private",
398
- "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",
399
- "inheritedFrom": {
400
- "name": "VividFoundationButton",
401
- "module": "src/shared/foundation/button/button.ts"
402
- }
403
- },
404
- {
405
- "kind": "field",
406
- "name": "validity",
407
- "type": {
408
- "text": "ValidityState"
409
- },
410
- "description": "Returns the validity state of the element",
411
- "readonly": true,
412
- "inheritedFrom": {
413
- "name": "FormAssociated",
414
- "module": "src/shared/foundation/form-associated/form-associated.ts"
415
- }
416
- },
417
- {
418
- "kind": "field",
419
- "name": "form",
420
- "type": {
421
- "text": "HTMLFormElement | null"
422
- },
423
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
424
- "readonly": true,
425
- "inheritedFrom": {
426
- "name": "FormAssociated",
427
- "module": "src/shared/foundation/form-associated/form-associated.ts"
428
- }
429
- },
430
- {
431
- "kind": "field",
432
- "name": "validationMessage",
433
- "type": {
434
- "text": "string"
435
- },
436
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
437
- "readonly": true,
438
- "inheritedFrom": {
439
- "name": "FormAssociated",
440
- "module": "src/shared/foundation/form-associated/form-associated.ts"
441
- }
442
- },
443
- {
444
- "kind": "field",
445
- "name": "willValidate",
446
- "type": {
447
- "text": "boolean"
448
- },
449
- "description": "Whether the element will be validated when the\nform is submitted",
450
- "readonly": true,
451
- "inheritedFrom": {
452
- "name": "FormAssociated",
453
- "module": "src/shared/foundation/form-associated/form-associated.ts"
454
- }
455
- },
456
- {
457
- "kind": "field",
458
- "name": "labels",
459
- "type": {
460
- "text": "ReadonlyArray<Node>"
461
- },
462
- "description": "A reference to all associated label elements",
463
- "readonly": true,
464
- "inheritedFrom": {
465
- "name": "FormAssociated",
466
- "module": "src/shared/foundation/form-associated/form-associated.ts"
467
- }
468
- },
469
- {
470
- "kind": "field",
471
- "name": "value",
472
- "type": {
473
- "text": "string"
474
- },
475
- "description": "The current value of the element.",
476
- "inheritedFrom": {
477
- "name": "FormAssociated",
478
- "module": "src/shared/foundation/form-associated/form-associated.ts"
479
- }
480
- },
481
- {
482
- "kind": "field",
483
- "name": "currentValue",
484
- "inheritedFrom": {
485
- "name": "FormAssociated",
486
- "module": "src/shared/foundation/form-associated/form-associated.ts"
487
- }
488
- },
489
- {
490
- "kind": "field",
491
- "name": "initialValue",
492
- "type": {
493
- "text": "string"
494
- },
495
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
496
- "inheritedFrom": {
497
- "name": "FormAssociated",
498
- "module": "src/shared/foundation/form-associated/form-associated.ts"
499
- }
500
- },
501
- {
502
- "kind": "field",
503
- "name": "disabled",
504
- "type": {
505
- "text": "boolean"
506
- },
507
- "default": "false",
508
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
509
- "inheritedFrom": {
510
- "name": "FormAssociated",
511
- "module": "src/shared/foundation/form-associated/form-associated.ts"
512
- }
513
- },
514
- {
515
- "kind": "field",
516
- "name": "name",
517
- "type": {
518
- "text": "string"
519
- },
520
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
521
- "inheritedFrom": {
522
- "name": "FormAssociated",
523
- "module": "src/shared/foundation/form-associated/form-associated.ts"
524
- }
525
- },
526
- {
527
- "kind": "field",
528
- "name": "required",
529
- "type": {
530
- "text": "boolean"
531
- },
532
- "description": "Require the field to be completed prior to form submission.",
533
- "default": "false",
534
- "inheritedFrom": {
535
- "name": "FormAssociated",
536
- "module": "src/shared/foundation/form-associated/form-associated.ts"
537
- }
538
- },
539
- {
540
- "kind": "method",
541
- "name": "checkValidity",
542
- "return": {
543
- "type": {
544
- "text": "boolean"
545
- }
546
- },
547
- "description": "Return the current validity of the element.",
548
- "inheritedFrom": {
549
- "name": "FormAssociated",
550
- "module": "src/shared/foundation/form-associated/form-associated.ts"
551
- }
552
- },
553
- {
554
- "kind": "method",
555
- "name": "reportValidity",
556
- "return": {
557
- "type": {
558
- "text": "boolean"
559
- }
560
- },
561
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
562
- "inheritedFrom": {
563
- "name": "FormAssociated",
564
- "module": "src/shared/foundation/form-associated/form-associated.ts"
565
- }
566
- },
567
- {
568
- "kind": "field",
569
- "name": "VIVID_VERSION",
570
- "static": true,
571
- "default": "__PACKAGE_VERSION__",
572
- "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`.",
573
- "type": {
574
- "text": "string"
575
- },
576
- "inheritedFrom": {
577
- "name": "VividElement",
578
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
579
- }
580
- },
581
- {
582
- "kind": "field",
583
- "name": "componentName",
584
- "type": {
585
- "text": "string"
586
- },
587
- "static": true,
588
- "description": "Core component name, without prefix",
589
- "inheritedFrom": {
590
- "name": "VividElement",
591
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
592
- }
593
- }
594
- ],
595
- "attributes": [
596
- {
597
- "name": "connotation",
598
- "type": {
599
- "text": "FabConnotation | undefined"
600
- },
601
- "description": "The connotation the Fab should have.",
602
- "fieldName": "connotation"
603
- },
604
- {
605
- "name": "size",
606
- "type": {
607
- "text": "FABSize | undefined"
608
- },
609
- "description": "The size the Fab should have.",
610
- "fieldName": "size"
611
- },
612
- {
613
- "name": "label",
614
- "type": {
615
- "text": "string | undefined"
616
- },
617
- "description": "Indicates the Fab's label.",
618
- "fieldName": "label"
619
- },
620
- {
621
- "name": "icon-trailing",
622
- "type": {
623
- "text": "boolean"
624
- },
625
- "default": "false",
626
- "description": "Indicates the icon affix alignment.",
627
- "fieldName": "iconTrailing",
628
- "inheritedFrom": {
629
- "name": "AffixIconWithTrailing",
630
- "module": "src/shared/patterns/affix.ts"
631
- }
632
- },
633
- {
634
- "name": "icon",
635
- "type": {
636
- "text": "string | undefined"
637
- },
638
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
639
- "fieldName": "icon",
640
- "inheritedFrom": {
641
- "name": "AffixIcon",
642
- "module": "src/shared/patterns/affix.ts"
643
- }
644
- },
645
- {
646
- "name": "autofocus",
647
- "type": {
648
- "text": "boolean"
649
- },
650
- "description": "Determines if the element should receive document focus on page load.",
651
- "fieldName": "autofocus",
652
- "inheritedFrom": {
653
- "name": "VividFoundationButton",
654
- "module": "src/shared/foundation/button/button.ts"
655
- }
656
- },
657
- {
658
- "name": "form",
659
- "type": {
660
- "text": "string"
661
- },
662
- "description": "The id of a form to associate the element to.",
663
- "fieldName": "formId",
664
- "inheritedFrom": {
665
- "name": "VividFoundationButton",
666
- "module": "src/shared/foundation/button/button.ts"
667
- }
668
- },
669
- {
670
- "name": "formaction",
671
- "type": {
672
- "text": "string"
673
- },
674
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
675
- "fieldName": "formaction",
676
- "inheritedFrom": {
677
- "name": "VividFoundationButton",
678
- "module": "src/shared/foundation/button/button.ts"
679
- }
680
- },
681
- {
682
- "name": "formenctype",
683
- "type": {
684
- "text": "string"
685
- },
686
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
687
- "fieldName": "formenctype",
688
- "inheritedFrom": {
689
- "name": "VividFoundationButton",
690
- "module": "src/shared/foundation/button/button.ts"
691
- }
692
- },
693
- {
694
- "name": "formmethod",
695
- "type": {
696
- "text": "string"
697
- },
698
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
699
- "fieldName": "formmethod",
700
- "inheritedFrom": {
701
- "name": "VividFoundationButton",
702
- "module": "src/shared/foundation/button/button.ts"
703
- }
704
- },
705
- {
706
- "name": "formnovalidate",
707
- "type": {
708
- "text": "boolean"
709
- },
710
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
711
- "fieldName": "formnovalidate",
712
- "inheritedFrom": {
713
- "name": "VividFoundationButton",
714
- "module": "src/shared/foundation/button/button.ts"
715
- }
716
- },
717
- {
718
- "name": "formtarget",
719
- "type": {
720
- "text": "'_self' | '_blank' | '_parent' | '_top'"
721
- },
722
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
723
- "fieldName": "formtarget",
724
- "inheritedFrom": {
725
- "name": "VividFoundationButton",
726
- "module": "src/shared/foundation/button/button.ts"
727
- }
728
- },
729
- {
730
- "name": "type",
731
- "type": {
732
- "text": "'submit' | 'reset' | 'button'"
733
- },
734
- "description": "The button type.",
735
- "fieldName": "type",
736
- "inheritedFrom": {
737
- "name": "VividFoundationButton",
738
- "module": "src/shared/foundation/button/button.ts"
739
- }
740
- },
741
- {
742
- "name": "current-value",
743
- "type": {
744
- "text": "string"
745
- },
746
- "description": "The current value of the element.",
747
- "fieldName": "value",
748
- "inheritedFrom": {
749
- "name": "FormAssociated",
750
- "module": "src/shared/foundation/form-associated/form-associated.ts"
751
- }
752
- },
753
- {
754
- "name": "value",
755
- "type": {
756
- "text": "string"
757
- },
758
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
759
- "fieldName": "initialValue",
760
- "inheritedFrom": {
761
- "name": "FormAssociated",
762
- "module": "src/shared/foundation/form-associated/form-associated.ts"
763
- }
764
- },
765
- {
766
- "name": "disabled",
767
- "type": {
768
- "text": "boolean"
769
- },
770
- "default": "false",
771
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
772
- "fieldName": "disabled",
773
- "inheritedFrom": {
774
- "name": "FormAssociated",
775
- "module": "src/shared/foundation/form-associated/form-associated.ts"
776
- }
777
- },
778
- {
779
- "name": "name",
780
- "type": {
781
- "text": "string"
782
- },
783
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
784
- "fieldName": "name",
785
- "inheritedFrom": {
786
- "name": "FormAssociated",
787
- "module": "src/shared/foundation/form-associated/form-associated.ts"
788
- }
789
- },
790
- {
791
- "name": "required",
792
- "type": {
793
- "text": "boolean"
794
- },
795
- "description": "Require the field to be completed prior to form submission.",
796
- "default": "false",
797
- "fieldName": "required",
798
- "inheritedFrom": {
799
- "name": "FormAssociated",
800
- "module": "src/shared/foundation/form-associated/form-associated.ts"
801
- }
802
- }
803
- ],
804
- "mixins": [
805
- {
806
- "name": "AffixIconWithTrailing",
807
- "module": "/src/shared/patterns/affix"
808
- }
809
- ],
810
- "superclass": {
811
- "name": "VividFoundationButton",
812
- "module": "/src/shared/foundation/button"
813
- },
814
- "vividComponent": {
815
- "public": true,
816
- "name": "fab"
817
- },
818
- "vividTesting": {
819
- "selectors": [
820
- {
821
- "name": "byLabel",
822
- "args": [
823
- "byLabel"
824
- ]
825
- }
826
- ],
827
- "actions": [
828
- {
829
- "name": "click",
830
- "args": [
831
- "click",
832
- "#control"
833
- ]
834
- }
835
- ],
836
- "queries": [],
837
- "refs": [
838
- {
839
- "name": "control",
840
- "args": [
841
- "shadow",
842
- "button.control"
843
- ]
844
- }
845
- ]
846
- }
847
- }
848
- */
849
- import wrapper from '@repo/react-component-wrapper'
850
- import { registerFab } from '@vonage/vivid'
851
-
852
- registerFab('vvd3')
853
-
854
- const VwcFab = wrapper(`vvd3-fab`, {
855
- events: [],
856
- attributes: [],
857
- properties: ['connotation', 'size', 'label', 'iconTrailing', 'icon', 'autofocus', 'formId', 'formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget', 'type', 'control', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
858
- })
859
-
860
- VwcFab.displayName = 'VwcFab'
861
-
862
- export default VwcFab
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ require("../../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../../index.es-CX858N60.js");
7
+ //#region dist/v3/VwcFab/index.js
8
+ (0, require("@vonage/vivid").registerFab)("vvd3");
9
+ var VwcFab = require_index_es.g(`vvd3-fab`, {
10
+ events: [],
11
+ attributes: [],
12
+ properties: [
13
+ "connotation",
14
+ "size",
15
+ "label",
16
+ "iconTrailing",
17
+ "icon",
18
+ "autofocus",
19
+ "formId",
20
+ "formaction",
21
+ "formenctype",
22
+ "formmethod",
23
+ "formnovalidate",
24
+ "formtarget",
25
+ "type",
26
+ "control",
27
+ "value",
28
+ "currentValue",
29
+ "initialValue",
30
+ "disabled",
31
+ "name",
32
+ "required",
33
+ "VIVID_VERSION",
34
+ "componentName"
35
+ ]
36
+ });
37
+ VwcFab.displayName = "VwcFab";
38
+ //#endregion
39
+ exports.default = VwcFab;