@vonage/vivid-react 3.5.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/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 +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +46 -7
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/index.d.ts +2 -0
  66. package/v3/VwcAccordionItem/index.js +85 -1
  67. package/v3/VwcAccordionItem/package.json +2 -2
  68. package/v3/VwcActionGroup/package.json +2 -2
  69. package/v3/VwcAlert/index.js +28 -0
  70. package/v3/VwcAlert/package.json +2 -2
  71. package/v3/VwcAudioPlayer/index.js +53 -0
  72. package/v3/VwcAudioPlayer/package.json +2 -2
  73. package/v3/VwcAvatar/package.json +2 -2
  74. package/v3/VwcBadge/package.json +2 -2
  75. package/v3/VwcBanner/index.js +29 -0
  76. package/v3/VwcBanner/package.json +2 -2
  77. package/v3/VwcBaseProgress/package.json +2 -2
  78. package/v3/VwcBreadcrumb/package.json +2 -2
  79. package/v3/VwcBreadcrumbItem/package.json +2 -2
  80. package/v3/VwcButton/index.js +42 -0
  81. package/v3/VwcButton/package.json +2 -2
  82. package/v3/VwcCalendar/package.json +2 -2
  83. package/v3/VwcCalendarEvent/package.json +2 -2
  84. package/v3/VwcCard/index.js +13 -0
  85. package/v3/VwcCard/package.json +2 -2
  86. package/v3/VwcCheckbox/index.js +51 -4
  87. package/v3/VwcCheckbox/package.json +2 -2
  88. package/v3/VwcColorPicker/index.d.ts +61 -0
  89. package/v3/VwcColorPicker/index.js +651 -0
  90. package/v3/VwcColorPicker/package.json +11 -0
  91. package/v3/VwcCombobox/index.js +138 -0
  92. package/v3/VwcCombobox/package.json +2 -2
  93. package/v3/VwcContextualHelp/index.d.ts +22 -0
  94. package/v3/VwcContextualHelp/index.js +130 -0
  95. package/v3/VwcContextualHelp/package.json +11 -0
  96. package/v3/VwcDataGrid/index.js +2 -11
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/index.d.ts +5 -3
  99. package/v3/VwcDataGridCell/index.js +17 -25
  100. package/v3/VwcDataGridCell/package.json +2 -2
  101. package/v3/VwcDataGridRow/index.d.ts +3 -1
  102. package/v3/VwcDataGridRow/index.js +21 -21
  103. package/v3/VwcDataGridRow/package.json +2 -2
  104. package/v3/VwcDatePicker/index.js +14 -1
  105. package/v3/VwcDatePicker/package.json +2 -2
  106. package/v3/VwcDateRangePicker/index.js +21 -1
  107. package/v3/VwcDateRangePicker/package.json +2 -2
  108. package/v3/VwcDateTimePicker/index.js +15 -2
  109. package/v3/VwcDateTimePicker/package.json +2 -2
  110. package/v3/VwcDelegateAriaBehavior/index.js +5 -58
  111. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  112. package/v3/VwcDialPad/index.d.ts +6 -0
  113. package/v3/VwcDialPad/index.js +27 -3
  114. package/v3/VwcDialPad/package.json +2 -2
  115. package/v3/VwcDialog/index.js +50 -0
  116. package/v3/VwcDialog/package.json +2 -2
  117. package/v3/VwcDivider/index.d.ts +1 -1
  118. package/v3/VwcDivider/index.js +0 -8
  119. package/v3/VwcDivider/package.json +2 -2
  120. package/v3/VwcElevation/package.json +2 -2
  121. package/v3/VwcEmptyState/index.js +28 -0
  122. package/v3/VwcEmptyState/package.json +2 -2
  123. package/v3/VwcFab/index.js +42 -0
  124. package/v3/VwcFab/package.json +2 -2
  125. package/v3/VwcFeedbackMessage/index.d.ts +0 -2
  126. package/v3/VwcFeedbackMessage/index.js +1 -13
  127. package/v3/VwcFeedbackMessage/package.json +2 -2
  128. package/v3/VwcFilePicker/index.d.ts +5 -7
  129. package/v3/VwcFilePicker/index.js +55 -290
  130. package/v3/VwcFilePicker/package.json +2 -2
  131. package/v3/VwcHeader/package.json +2 -2
  132. package/v3/VwcHostSemanticsBehavior/index.js +11 -27
  133. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  134. package/v3/VwcIcon/index.js +22 -0
  135. package/v3/VwcIcon/package.json +2 -2
  136. package/v3/VwcImagePlaceholder/package.json +2 -2
  137. package/v3/VwcInlineTimePicker/index.d.ts +0 -2
  138. package/v3/VwcInlineTimePicker/index.js +1 -13
  139. package/v3/VwcInlineTimePicker/package.json +2 -2
  140. package/v3/VwcLayout/package.json +2 -2
  141. package/v3/VwcListbox/index.js +74 -0
  142. package/v3/VwcListbox/package.json +2 -2
  143. package/v3/VwcMenu/index.d.ts +2 -0
  144. package/v3/VwcMenu/index.js +48 -1
  145. package/v3/VwcMenu/package.json +2 -2
  146. package/v3/VwcMenuItem/index.d.ts +1 -1
  147. package/v3/VwcMenuItem/index.js +50 -8
  148. package/v3/VwcMenuItem/package.json +2 -2
  149. package/v3/VwcMenubar/package.json +2 -2
  150. package/v3/VwcNav/package.json +2 -2
  151. package/v3/VwcNavDisclosure/index.js +65 -0
  152. package/v3/VwcNavDisclosure/package.json +2 -2
  153. package/v3/VwcNavItem/index.js +44 -0
  154. package/v3/VwcNavItem/package.json +2 -2
  155. package/v3/VwcNote/package.json +2 -2
  156. package/v3/VwcNumberField/index.js +68 -0
  157. package/v3/VwcNumberField/package.json +2 -2
  158. package/v3/VwcOption/index.d.ts +3 -1
  159. package/v3/VwcOption/index.js +43 -1
  160. package/v3/VwcOption/package.json +2 -2
  161. package/v3/VwcOptionTag/package.json +2 -2
  162. package/v3/VwcPagination/index.js +66 -1
  163. package/v3/VwcPagination/package.json +2 -2
  164. package/v3/VwcPickerField/index.d.ts +0 -2
  165. package/v3/VwcPickerField/index.js +41 -14
  166. package/v3/VwcPickerField/package.json +2 -2
  167. package/v3/VwcPopup/package.json +2 -2
  168. package/v3/VwcProgress/package.json +2 -2
  169. package/v3/VwcProgressRing/package.json +2 -2
  170. package/v3/VwcProseMirrorFacade/package.json +2 -2
  171. package/v3/VwcRadio/index.d.ts +0 -2
  172. package/v3/VwcRadio/index.js +38 -17
  173. package/v3/VwcRadio/package.json +2 -2
  174. package/v3/VwcRadioGroup/package.json +2 -2
  175. package/v3/VwcRangeSlider/index.js +75 -0
  176. package/v3/VwcRangeSlider/package.json +2 -2
  177. package/v3/VwcRichTextEditor/package.json +2 -2
  178. package/v3/VwcSearchableSelect/index.d.ts +6 -0
  179. package/v3/VwcSearchableSelect/index.js +90 -1
  180. package/v3/VwcSearchableSelect/package.json +2 -2
  181. package/v3/VwcSelect/index.js +106 -2
  182. package/v3/VwcSelect/package.json +2 -2
  183. package/v3/VwcSelectableBox/index.d.ts +2 -2
  184. package/v3/VwcSelectableBox/index.js +65 -19
  185. package/v3/VwcSelectableBox/package.json +2 -2
  186. package/v3/VwcSideDrawer/package.json +2 -2
  187. package/v3/VwcSimpleColorPicker/index.d.ts +48 -0
  188. package/v3/VwcSimpleColorPicker/index.js +500 -0
  189. package/v3/VwcSimpleColorPicker/package.json +11 -0
  190. package/v3/VwcSlider/index.js +52 -0
  191. package/v3/VwcSlider/package.json +2 -2
  192. package/v3/VwcSplitButton/index.js +89 -0
  193. package/v3/VwcSplitButton/package.json +2 -2
  194. package/v3/VwcSwitch/index.js +51 -0
  195. package/v3/VwcSwitch/package.json +2 -2
  196. package/v3/VwcTab/index.js +44 -0
  197. package/v3/VwcTab/package.json +2 -2
  198. package/v3/VwcTabPanel/package.json +2 -2
  199. package/v3/VwcTabs/index.js +4 -0
  200. package/v3/VwcTabs/package.json +2 -2
  201. package/v3/VwcTag/index.js +114 -4
  202. package/v3/VwcTag/package.json +2 -2
  203. package/v3/VwcTagGroup/package.json +2 -2
  204. package/v3/VwcTextArea/index.js +33 -0
  205. package/v3/VwcTextArea/package.json +2 -2
  206. package/v3/VwcTextField/index.js +40 -0
  207. package/v3/VwcTextField/package.json +2 -2
  208. package/v3/VwcTimePicker/index.js +15 -2
  209. package/v3/VwcTimePicker/package.json +2 -2
  210. package/v3/VwcToggletip/index.js +35 -3
  211. package/v3/VwcToggletip/package.json +2 -2
  212. package/v3/VwcTooltip/index.js +28 -0
  213. package/v3/VwcTooltip/package.json +2 -2
  214. package/v3/VwcTreeItem/package.json +2 -2
  215. package/v3/VwcTreeView/package.json +2 -2
  216. package/v3/VwcVideoPlayer/package.json +2 -2
  217. package/v3/VwcVisuallyHidden/package.json +2 -2
  218. package/v3/VwcVividElement/index.d.ts +0 -2
  219. package/v3/VwcVividElement/index.js +36 -13
  220. package/v3/VwcVividElement/package.json +2 -2
  221. package/v3/VwcVividFoundationButton/package.json +2 -2
  222. package/v3/VwcVvdHexInput/index.d.ts +16 -0
  223. package/v3/VwcVvdHexInput/index.js +43 -0
  224. package/v3/VwcVvdHexInput/package.json +11 -0
  225. package/v3/VwcVvdHexPicker/index.d.ts +16 -0
  226. package/v3/VwcVvdHexPicker/index.js +43 -0
  227. package/v3/VwcVvdHexPicker/package.json +11 -0
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-time-picker",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -24,12 +24,12 @@ Code in this file were generated using following JSON:
24
24
  "members": [
25
25
  {
26
26
  "kind": "field",
27
- "name": "#ANCHOR_ARIA_LABEL_SUFFIX",
27
+ "name": "#originalAriaLabel",
28
28
  "privacy": "private",
29
29
  "type": {
30
- "text": "string"
30
+ "text": "string | null"
31
31
  },
32
- "default": "' ; Show more information'"
32
+ "default": "null"
33
33
  },
34
34
  {
35
35
  "kind": "field",
@@ -278,6 +278,10 @@ Code in this file were generated using following JSON:
278
278
  }
279
279
  ],
280
280
  "mixins": [
281
+ {
282
+ "name": "Localized",
283
+ "module": "/src/shared/patterns"
284
+ },
281
285
  {
282
286
  "name": "Anchored",
283
287
  "module": "/src/shared/patterns/anchored"
@@ -290,6 +294,34 @@ Code in this file were generated using following JSON:
290
294
  "vividComponent": {
291
295
  "public": true,
292
296
  "name": "toggletip"
297
+ },
298
+ "vividTesting": {
299
+ "selectors": [
300
+ {
301
+ "name": "byHeadline",
302
+ "args": [
303
+ "byHeadline"
304
+ ]
305
+ }
306
+ ],
307
+ "actions": [],
308
+ "queries": [
309
+ {
310
+ "name": "open",
311
+ "args": [
312
+ "open",
313
+ "true"
314
+ ]
315
+ },
316
+ {
317
+ "name": "closed",
318
+ "args": [
319
+ "open",
320
+ "false"
321
+ ]
322
+ }
323
+ ],
324
+ "refs": []
293
325
  }
294
326
  }
295
327
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -215,6 +215,34 @@ Code in this file were generated using following JSON:
215
215
  "vividComponent": {
216
216
  "public": true,
217
217
  "name": "tooltip"
218
+ },
219
+ "vividTesting": {
220
+ "selectors": [
221
+ {
222
+ "name": "byText",
223
+ "args": [
224
+ "byText"
225
+ ]
226
+ }
227
+ ],
228
+ "actions": [],
229
+ "queries": [
230
+ {
231
+ "name": "open",
232
+ "args": [
233
+ "open",
234
+ "true"
235
+ ]
236
+ },
237
+ {
238
+ "name": "closed",
239
+ "args": [
240
+ "open",
241
+ "false"
242
+ ]
243
+ }
244
+ ],
245
+ "refs": []
218
246
  }
219
247
  }
220
248
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-video-player",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-visually-hidden",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -4,7 +4,6 @@ import React, { ReactNode } from 'react';
4
4
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
5
5
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
6
6
  * @param {string} componentName - Core component name, without prefix
7
- * @param {boolean} specialHandling
8
7
  * @param {VividAriaBehaviour} _vividAriaBehaviour
9
8
  */
10
9
  declare const VwcVividElement: {
@@ -16,7 +15,6 @@ declare const VwcVividElement: {
16
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
16
  VIVID_VERSION?: string | undefined;
18
17
  componentName?: string | undefined;
19
- specialHandling?: boolean | undefined;
20
18
  _vividAriaBehaviour?: any;
21
19
  }): JSX.Element;
22
20
  displayName: string;
@@ -27,18 +27,6 @@ Code in this file were generated using following JSON:
27
27
  "static": true,
28
28
  "description": "Core component name, without prefix"
29
29
  },
30
- {
31
- "kind": "field",
32
- "name": "specialHandling",
33
- "type": {
34
- "text": "boolean"
35
- },
36
- "default": "false",
37
- "inheritedFrom": {
38
- "name": "AriaMixin",
39
- "module": "src/shared/aria/aria-mixin.ts"
40
- }
41
- },
42
30
  {
43
31
  "kind": "field",
44
32
  "name": "_vividAriaBehaviour",
@@ -82,6 +70,41 @@ Code in this file were generated using following JSON:
82
70
  "name": "FASTElement",
83
71
  "package": "@microsoft/fast-element"
84
72
  },
73
+ "vividTesting": {
74
+ "selectors": [
75
+ {
76
+ "name": "byTestId",
77
+ "args": [
78
+ "byTestId"
79
+ ]
80
+ }
81
+ ],
82
+ "actions": [
83
+ {
84
+ "name": "hover",
85
+ "args": [
86
+ "hover",
87
+ "#locator"
88
+ ]
89
+ },
90
+ {
91
+ "name": "focus",
92
+ "args": [
93
+ "focus",
94
+ "#locator"
95
+ ]
96
+ },
97
+ {
98
+ "name": "blur",
99
+ "args": [
100
+ "blur",
101
+ "#locator"
102
+ ]
103
+ }
104
+ ],
105
+ "queries": [],
106
+ "refs": []
107
+ },
85
108
  "customElement": true
86
109
  }
87
110
  */
@@ -93,7 +116,7 @@ registerVividElement('vvd3')
93
116
  const VwcVividElement = wrapper(`vvd3-vivid-element`, {
94
117
  events: [],
95
118
  attributes: [],
96
- properties: ['VIVID_VERSION', 'componentName', 'specialHandling', '_vividAriaBehaviour']
119
+ properties: ['VIVID_VERSION', 'componentName', '_vividAriaBehaviour']
97
120
  })
98
121
 
99
122
  VwcVividElement.displayName = 'VwcVividElement'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-element",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-vivid-foundation-button",
3
- "version": "4.29.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.29.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -0,0 +1,16 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** VwcVvdHexInput
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/vvd-hex-input
4
+
5
+ */
6
+ declare const VwcVvdHexInput: {
7
+ (props: {
8
+ children?: ReactNode;
9
+ slot?: string | undefined;
10
+ id?: string | undefined;
11
+ style?: React.CSSProperties | undefined;
12
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ }): JSX.Element;
14
+ displayName: string;
15
+ };
16
+ export default VwcVvdHexInput;
@@ -0,0 +1,43 @@
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": "VvdHexInput",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "displayName",
14
+ "type": {
15
+ "text": "string"
16
+ },
17
+ "static": true,
18
+ "default": "'VvdHexInput'",
19
+ "readonly": true
20
+ }
21
+ ],
22
+ "superclass": {
23
+ "name": "HexInput",
24
+ "package": "vanilla-colorful/hex-input.js"
25
+ },
26
+ "tagName": "VC_HEX_INPUT_TAG",
27
+ "customElement": true
28
+ }
29
+ */
30
+ import wrapper from '@vonage/vivid-react-wrapper'
31
+ import { registerVvdHexInput } from '@vonage/vivid'
32
+
33
+ registerVvdHexInput('vvd3')
34
+
35
+ const VwcVvdHexInput = wrapper(`vvd3-vvd-hex-input`, {
36
+ events: [],
37
+ attributes: [],
38
+ properties: []
39
+ })
40
+
41
+ VwcVvdHexInput.displayName = 'VwcVvdHexInput'
42
+
43
+ export default VwcVvdHexInput
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-vvd-hex-input",
3
+ "version": "5.5.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "5.5.0"
10
+ }
11
+ }
@@ -0,0 +1,16 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** VwcVvdHexPicker
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/vvd-hex-picker
4
+
5
+ */
6
+ declare const VwcVvdHexPicker: {
7
+ (props: {
8
+ children?: ReactNode;
9
+ slot?: string | undefined;
10
+ id?: string | undefined;
11
+ style?: React.CSSProperties | undefined;
12
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ }): JSX.Element;
14
+ displayName: string;
15
+ };
16
+ export default VwcVvdHexPicker;
@@ -0,0 +1,43 @@
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": "VvdHexPicker",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "displayName",
14
+ "type": {
15
+ "text": "string"
16
+ },
17
+ "static": true,
18
+ "default": "'VvdHexPicker'",
19
+ "readonly": true
20
+ }
21
+ ],
22
+ "superclass": {
23
+ "name": "HexColorPicker",
24
+ "package": "vanilla-colorful/hex-color-picker.js"
25
+ },
26
+ "tagName": "VC_HEX_PICKER_TAG",
27
+ "customElement": true
28
+ }
29
+ */
30
+ import wrapper from '@vonage/vivid-react-wrapper'
31
+ import { registerVvdHexPicker } from '@vonage/vivid'
32
+
33
+ registerVvdHexPicker('vvd3')
34
+
35
+ const VwcVvdHexPicker = wrapper(`vvd3-vvd-hex-picker`, {
36
+ events: [],
37
+ attributes: [],
38
+ properties: []
39
+ })
40
+
41
+ VwcVvdHexPicker.displayName = 'VwcVvdHexPicker'
42
+
43
+ export default VwcVvdHexPicker
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-vvd-hex-picker",
3
+ "version": "5.5.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "5.5.0"
10
+ }
11
+ }