@vonage/vivid-react 2.10.84 → 2.10.86

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 (271) 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/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +5 -5
  65. package/package.json +2 -2
  66. package/types/index.d.ts +64 -19
  67. package/v3/VwcAccordion/index.d.ts +1 -1
  68. package/v3/VwcAccordion/index.js +5 -1
  69. package/v3/VwcAccordion/package.json +2 -2
  70. package/v3/VwcAccordionItem/index.js +4 -0
  71. package/v3/VwcAccordionItem/package.json +2 -2
  72. package/v3/VwcActionGroup/index.d.ts +1 -1
  73. package/v3/VwcActionGroup/index.js +5 -1
  74. package/v3/VwcActionGroup/package.json +2 -2
  75. package/v3/VwcAlert/index.d.ts +4 -3
  76. package/v3/VwcAlert/index.js +7 -3
  77. package/v3/VwcAlert/package.json +2 -2
  78. package/v3/VwcAppearanceUi/index.d.ts +1 -1
  79. package/v3/VwcAppearanceUi/index.js +32 -1
  80. package/v3/VwcAppearanceUi/package.json +2 -2
  81. package/v3/VwcAudioPlayer/index.d.ts +7 -5
  82. package/v3/VwcAudioPlayer/index.js +9 -5
  83. package/v3/VwcAudioPlayer/package.json +2 -2
  84. package/v3/VwcAvatar/index.js +12 -0
  85. package/v3/VwcAvatar/package.json +2 -2
  86. package/v3/VwcBadge/index.d.ts +1 -1
  87. package/v3/VwcBadge/index.js +12 -8
  88. package/v3/VwcBadge/package.json +2 -2
  89. package/v3/VwcBanner/index.d.ts +4 -3
  90. package/v3/VwcBanner/index.js +7 -3
  91. package/v3/VwcBanner/package.json +2 -2
  92. package/v3/VwcBreadcrumb/index.d.ts +1 -1
  93. package/v3/VwcBreadcrumb/index.js +5 -1
  94. package/v3/VwcBreadcrumb/package.json +2 -2
  95. package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
  96. package/v3/VwcBreadcrumbItem/index.js +5 -1
  97. package/v3/VwcBreadcrumbItem/package.json +2 -2
  98. package/v3/VwcButton/index.d.ts +17 -1
  99. package/v3/VwcButton/index.js +144 -2
  100. package/v3/VwcButton/package.json +2 -2
  101. package/v3/VwcCalendar/index.d.ts +1 -1
  102. package/v3/VwcCalendar/index.js +5 -1
  103. package/v3/VwcCalendar/package.json +2 -2
  104. package/v3/VwcCalendarEvent/index.d.ts +1 -1
  105. package/v3/VwcCalendarEvent/index.js +5 -1
  106. package/v3/VwcCalendarEvent/package.json +2 -2
  107. package/v3/VwcCard/index.d.ts +1 -1
  108. package/v3/VwcCard/index.js +5 -1
  109. package/v3/VwcCard/package.json +2 -2
  110. package/v3/VwcCheckbox/index.d.ts +1 -1
  111. package/v3/VwcCheckbox/index.js +19 -1
  112. package/v3/VwcCheckbox/package.json +2 -2
  113. package/v3/VwcCombobox/index.d.ts +1 -1
  114. package/v3/VwcCombobox/index.js +13 -1
  115. package/v3/VwcCombobox/package.json +2 -2
  116. package/v3/VwcDataGrid/index.d.ts +1 -1
  117. package/v3/VwcDataGrid/index.js +6 -2
  118. package/v3/VwcDataGrid/package.json +2 -2
  119. package/v3/VwcDataGridCell/index.d.ts +1 -1
  120. package/v3/VwcDataGridCell/index.js +21 -1
  121. package/v3/VwcDataGridCell/package.json +2 -2
  122. package/v3/VwcDataGridRow/index.d.ts +1 -1
  123. package/v3/VwcDataGridRow/index.js +21 -1
  124. package/v3/VwcDataGridRow/package.json +2 -2
  125. package/v3/VwcDatePicker/index.js +18 -0
  126. package/v3/VwcDatePicker/package.json +2 -2
  127. package/v3/VwcDatePickerBase/index.js +4 -0
  128. package/v3/VwcDatePickerBase/package.json +2 -2
  129. package/v3/VwcDateRangePicker/index.d.ts +1 -1
  130. package/v3/VwcDateRangePicker/index.js +25 -1
  131. package/v3/VwcDateRangePicker/package.json +2 -2
  132. package/v3/VwcDialPad/index.d.ts +106 -0
  133. package/v3/VwcDialPad/index.js +285 -0
  134. package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
  135. package/v3/VwcDialog/index.d.ts +4 -3
  136. package/v3/VwcDialog/index.js +7 -3
  137. package/v3/VwcDialog/package.json +2 -2
  138. package/v3/VwcDivider/index.d.ts +1 -1
  139. package/v3/VwcDivider/index.js +5 -1
  140. package/v3/VwcDivider/package.json +2 -2
  141. package/v3/VwcElevation/index.d.ts +1 -1
  142. package/v3/VwcElevation/index.js +4 -1
  143. package/v3/VwcElevation/package.json +2 -2
  144. package/v3/VwcEmptyState/index.js +4 -0
  145. package/v3/VwcEmptyState/package.json +2 -2
  146. package/v3/VwcFab/index.d.ts +1 -1
  147. package/v3/VwcFab/index.js +5 -1
  148. package/v3/VwcFab/package.json +2 -2
  149. package/v3/VwcFilePicker/index.d.ts +1 -1
  150. package/v3/VwcFilePicker/index.js +11 -1
  151. package/v3/VwcFilePicker/package.json +2 -2
  152. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  153. package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
  154. package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
  155. package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
  156. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  157. package/v3/VwcHeader/index.d.ts +1 -1
  158. package/v3/VwcHeader/index.js +5 -1
  159. package/v3/VwcHeader/package.json +2 -2
  160. package/v3/VwcIcon/index.js +4 -0
  161. package/v3/VwcIcon/package.json +2 -2
  162. package/v3/VwcLayout/index.d.ts +1 -3
  163. package/v3/VwcLayout/index.js +5 -1
  164. package/v3/VwcLayout/package.json +2 -2
  165. package/v3/VwcListbox/index.d.ts +1 -1
  166. package/v3/VwcListbox/index.js +4 -1
  167. package/v3/VwcListbox/package.json +2 -2
  168. package/v3/VwcMenu/index.d.ts +1 -1
  169. package/v3/VwcMenu/index.js +22 -3
  170. package/v3/VwcMenu/package.json +2 -2
  171. package/v3/VwcMenuItem/index.d.ts +3 -1
  172. package/v3/VwcMenuItem/index.js +67 -2
  173. package/v3/VwcMenuItem/package.json +2 -2
  174. package/v3/VwcNav/index.d.ts +1 -2
  175. package/v3/VwcNav/index.js +5 -1
  176. package/v3/VwcNav/package.json +2 -2
  177. package/v3/VwcNavDisclosure/index.d.ts +1 -2
  178. package/v3/VwcNavDisclosure/index.js +5 -1
  179. package/v3/VwcNavDisclosure/package.json +2 -2
  180. package/v3/VwcNavItem/index.d.ts +4 -0
  181. package/v3/VwcNavItem/index.js +55 -1
  182. package/v3/VwcNavItem/package.json +2 -2
  183. package/v3/VwcNote/index.d.ts +1 -1
  184. package/v3/VwcNote/index.js +5 -1
  185. package/v3/VwcNote/package.json +2 -2
  186. package/v3/VwcNumberField/index.d.ts +7 -5
  187. package/v3/VwcNumberField/index.js +23 -5
  188. package/v3/VwcNumberField/package.json +2 -2
  189. package/v3/VwcOption/index.d.ts +1 -1
  190. package/v3/VwcOption/index.js +9 -1
  191. package/v3/VwcOption/package.json +2 -2
  192. package/v3/VwcPagination/index.d.ts +1 -1
  193. package/v3/VwcPagination/index.js +5 -1
  194. package/v3/VwcPagination/package.json +2 -2
  195. package/v3/VwcProgress/index.d.ts +1 -1
  196. package/v3/VwcProgress/index.js +5 -1
  197. package/v3/VwcProgress/package.json +2 -2
  198. package/v3/VwcProgressRing/index.d.ts +1 -1
  199. package/v3/VwcProgressRing/index.js +5 -1
  200. package/v3/VwcProgressRing/package.json +2 -2
  201. package/v3/VwcRadio/index.d.ts +1 -1
  202. package/v3/VwcRadio/index.js +5 -1
  203. package/v3/VwcRadio/package.json +2 -2
  204. package/v3/VwcRadioGroup/index.d.ts +1 -1
  205. package/v3/VwcRadioGroup/index.js +13 -1
  206. package/v3/VwcRadioGroup/package.json +2 -2
  207. package/v3/VwcRangeSlider/index.d.ts +65 -0
  208. package/v3/VwcRangeSlider/index.js +486 -0
  209. package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
  210. package/v3/VwcSelect/index.d.ts +1 -1
  211. package/v3/VwcSelect/index.js +17 -1
  212. package/v3/VwcSelect/package.json +2 -2
  213. package/v3/VwcSelectableBox/index.d.ts +1 -1
  214. package/v3/VwcSelectableBox/index.js +8 -4
  215. package/v3/VwcSelectableBox/package.json +2 -2
  216. package/v3/VwcSideDrawer/index.d.ts +1 -1
  217. package/v3/VwcSideDrawer/index.js +5 -1
  218. package/v3/VwcSideDrawer/package.json +2 -2
  219. package/v3/VwcSlider/index.d.ts +1 -1
  220. package/v3/VwcSlider/index.js +13 -1
  221. package/v3/VwcSlider/package.json +2 -2
  222. package/v3/VwcSplitButton/index.d.ts +4 -3
  223. package/v3/VwcSplitButton/index.js +7 -3
  224. package/v3/VwcSplitButton/package.json +2 -2
  225. package/v3/VwcSwitch/index.d.ts +2 -1
  226. package/v3/VwcSwitch/index.js +30 -2
  227. package/v3/VwcSwitch/package.json +2 -2
  228. package/v3/VwcTab/index.d.ts +1 -1
  229. package/v3/VwcTab/index.js +5 -1
  230. package/v3/VwcTab/package.json +2 -2
  231. package/v3/VwcTabPanel/index.d.ts +1 -1
  232. package/v3/VwcTabPanel/index.js +5 -1
  233. package/v3/VwcTabPanel/package.json +2 -2
  234. package/v3/VwcTabs/index.d.ts +1 -1
  235. package/v3/VwcTabs/index.js +5 -1
  236. package/v3/VwcTabs/package.json +2 -2
  237. package/v3/VwcTag/index.d.ts +1 -1
  238. package/v3/VwcTag/index.js +8 -4
  239. package/v3/VwcTag/package.json +2 -2
  240. package/v3/VwcTagGroup/index.d.ts +1 -1
  241. package/v3/VwcTagGroup/index.js +5 -1
  242. package/v3/VwcTagGroup/package.json +2 -2
  243. package/v3/VwcTextAnchor/index.d.ts +5 -1
  244. package/v3/VwcTextAnchor/index.js +39 -2
  245. package/v3/VwcTextAnchor/package.json +2 -2
  246. package/v3/VwcTextArea/index.d.ts +1 -1
  247. package/v3/VwcTextArea/index.js +19 -1
  248. package/v3/VwcTextArea/package.json +2 -2
  249. package/v3/VwcTextField/index.js +16 -0
  250. package/v3/VwcTextField/package.json +2 -2
  251. package/v3/VwcTimePicker/index.d.ts +1 -1
  252. package/v3/VwcTimePicker/index.js +23 -1
  253. package/v3/VwcTimePicker/package.json +2 -2
  254. package/v3/VwcToggletip/index.d.ts +1 -1
  255. package/v3/VwcToggletip/index.js +9 -1
  256. package/v3/VwcToggletip/package.json +2 -2
  257. package/v3/VwcTooltip/index.d.ts +1 -1
  258. package/v3/VwcTooltip/index.js +11 -1
  259. package/v3/VwcTooltip/package.json +2 -2
  260. package/v3/VwcTreeItem/index.d.ts +1 -1
  261. package/v3/VwcTreeItem/index.js +5 -1
  262. package/v3/VwcTreeItem/package.json +2 -2
  263. package/v3/VwcTreeView/index.d.ts +1 -1
  264. package/v3/VwcTreeView/index.js +5 -1
  265. package/v3/VwcTreeView/package.json +2 -2
  266. package/v3/VwcVideoPlayer/index.d.ts +30 -0
  267. package/v3/VwcVideoPlayer/index.js +212 -0
  268. package/v3/VwcVideoPlayer/package.json +11 -0
  269. package/v3/VwcFocus/index.js +0 -29
  270. package/v3/VwcPopup/index.d.ts +0 -33
  271. package/v3/VwcPopup/index.js +0 -279
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for elevation",
8
+ "description": "",
9
9
  "name": "Elevation",
10
10
  "slots": [
11
11
  {
@@ -54,6 +54,9 @@ Code in this file were generated using following JSON:
54
54
  "superclass": {
55
55
  "name": "FoundationElement",
56
56
  "package": "@microsoft/fast-foundation"
57
+ },
58
+ "vividComponent": {
59
+ "name": "elevation"
57
60
  }
58
61
  }
59
62
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -62,6 +62,10 @@ Code in this file were generated using following JSON:
62
62
  "superclass": {
63
63
  "name": "FoundationElement",
64
64
  "package": "@microsoft/fast-foundation"
65
+ },
66
+ "vividComponent": {
67
+ "public": true,
68
+ "name": "empty-state"
65
69
  }
66
70
  }
67
71
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for fab
2
+ /** VwcFab
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/fab
4
4
  * @param {FabConnotation | undefined} connotation - The connotation the fab should have. **attribute** `connotation`
5
5
  * @param {FABSize | undefined} size - The size the FAB should have. **attribute** `size`
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for fab",
8
+ "description": "",
9
9
  "name": "Fab",
10
10
  "cssProperties": [
11
11
  {
@@ -121,6 +121,10 @@ Code in this file were generated using following JSON:
121
121
  "superclass": {
122
122
  "name": "FoundationButton",
123
123
  "package": "@microsoft/fast-foundation"
124
+ },
125
+ "vividComponent": {
126
+ "public": true,
127
+ "name": "fab"
124
128
  }
125
129
  }
126
130
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** File-picker component
2
+ /** VwcFilePicker
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/file-picker
4
4
  * @param {number | undefined} maxFiles - The max files that can be selected. **attribute** `max-files`
5
5
  * @param {number} maxFileSize - The max file size that can be selected. **attribute** `max-file-size`
@@ -5,8 +5,14 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "File-picker component",
8
+ "description": "",
9
9
  "name": "FilePicker",
10
+ "slots": [
11
+ {
12
+ "description": "Describes how to use the file-picker. Alternative to the `helper-text` attribute.",
13
+ "name": "helper-text"
14
+ }
15
+ ],
10
16
  "members": [
11
17
  {
12
18
  "kind": "field",
@@ -281,6 +287,10 @@ Code in this file were generated using following JSON:
281
287
  "superclass": {
282
288
  "name": "FormAssociatedFilePicker",
283
289
  "module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
290
+ },
291
+ "vividComponent": {
292
+ "public": true,
293
+ "name": "file-picker"
284
294
  }
285
295
  }
286
296
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,16 +1,17 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for focus
3
- * For more info on this Vivid element please visit https://vivid.deno.dev/components/focus
4
-
2
+ /** VwcFormAssociatedRangeSlider
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-range-slider
4
+ * @param proxy
5
5
  */
6
- declare const VwcFocus: {
6
+ declare const VwcFormAssociatedRangeSlider: {
7
7
  (props: {
8
8
  children?: ReactNode;
9
9
  slot?: string | undefined;
10
10
  id?: string | undefined;
11
11
  style?: React.CSSProperties | undefined;
12
12
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
+ proxy?: any;
13
14
  }): JSX.Element;
14
15
  displayName: string;
15
16
  };
16
- export default VwcFocus;
17
+ export default VwcFormAssociatedRangeSlider;
@@ -0,0 +1,41 @@
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": "FormAssociatedRangeSlider",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "proxy"
14
+ }
15
+ ],
16
+ "mixins": [
17
+ {
18
+ "name": "FormAssociated",
19
+ "package": "@microsoft/fast-foundation"
20
+ }
21
+ ],
22
+ "superclass": {
23
+ "name": "_RangeSlider",
24
+ "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
25
+ }
26
+ }
27
+ */
28
+ import wrapper from '@vonage/vivid-react-wrapper'
29
+ import { registerFormAssociatedRangeSlider } from '@vonage/vivid'
30
+
31
+ registerFormAssociatedRangeSlider('vvd3')
32
+
33
+ const VwcFormAssociatedRangeSlider = wrapper(`vvd3-form-associated-range-slider`, {
34
+ events: [],
35
+ attributes: [],
36
+ properties: ['proxy']
37
+ })
38
+
39
+ VwcFormAssociatedRangeSlider.displayName = 'VwcFormAssociatedRangeSlider'
40
+
41
+ export default VwcFormAssociatedRangeSlider
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-form-associated-range-slider",
3
+ "version": "3.53.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.53.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for header
2
+ /** VwcHeader
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/header
4
4
  * @param {boolean} elevationShadow - header elevation shadow **attribute** `elevation-shadow`
5
5
  * @param {boolean} alternate - applies scheme alternate to header region **attribute** `alternate`
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for header",
8
+ "description": "",
9
9
  "name": "Header",
10
10
  "slots": [
11
11
  {
@@ -65,6 +65,10 @@ Code in this file were generated using following JSON:
65
65
  "superclass": {
66
66
  "name": "FoundationElement",
67
67
  "package": "@microsoft/fast-foundation"
68
+ },
69
+ "vividComponent": {
70
+ "public": true,
71
+ "name": "header"
68
72
  }
69
73
  }
70
74
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -112,6 +112,10 @@ Code in this file were generated using following JSON:
112
112
  "superclass": {
113
113
  "name": "FoundationElement",
114
114
  "package": "@microsoft/fast-foundation"
115
+ },
116
+ "vividComponent": {
117
+ "public": true,
118
+ "name": "icon"
115
119
  }
116
120
  }
117
121
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,7 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for layout
3
-
4
- [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
2
+ /** [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
5
3
  minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
6
4
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/layout
7
5
  * @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for layout\n\n[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
8
+ "description": "[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
9
9
  "name": "Layout",
10
10
  "slots": [
11
11
  {
@@ -105,6 +105,10 @@ Code in this file were generated using following JSON:
105
105
  "superclass": {
106
106
  "name": "FoundationElement",
107
107
  "package": "@microsoft/fast-foundation"
108
+ },
109
+ "vividComponent": {
110
+ "public": true,
111
+ "name": "layout"
108
112
  }
109
113
  }
110
114
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for listbox
2
+ /** VwcListbox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/listbox
4
4
  * @param {LisboxAppearance | undefined} appearance - The appearance the listbox should have. **attribute** `appearance`
5
5
  * @param {'horizontal' | 'vertical' | undefined} orientation - The direction the listbox options should flow. **attribute** `orientation`
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for listbox",
8
+ "description": "",
9
9
  "name": "Listbox",
10
10
  "cssProperties": [
11
11
  {
@@ -121,6 +121,9 @@ Code in this file were generated using following JSON:
121
121
  "superclass": {
122
122
  "name": "FoundationListboxElement",
123
123
  "package": "@microsoft/fast-foundation"
124
+ },
125
+ "vividComponent": {
126
+ "name": "listbox"
124
127
  }
125
128
  }
126
129
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** Base class for menu
2
+ /** VwcMenu
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
@@ -5,13 +5,17 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for menu",
8
+ "description": "",
9
9
  "name": "Menu",
10
10
  "slots": [
11
11
  {
12
12
  "description": "Default slot.",
13
13
  "name": ""
14
14
  },
15
+ {
16
+ "description": "Used to set the anchor element for the menu.",
17
+ "name": "anchor"
18
+ },
15
19
  {
16
20
  "description": "Used to add additional content to the top of the menu.",
17
21
  "name": "header"
@@ -139,12 +143,23 @@ Code in this file were generated using following JSON:
139
143
  },
140
144
  {
141
145
  "kind": "field",
142
- "name": "#updateClickOutsideListener",
146
+ "name": "#updateClickOutsideListeners",
147
+ "privacy": "private"
148
+ },
149
+ {
150
+ "kind": "field",
151
+ "name": "#wasOpenBeforeClick",
152
+ "privacy": "private",
153
+ "default": "new WeakMap<Event, boolean>()"
154
+ },
155
+ {
156
+ "kind": "field",
157
+ "name": "#onClickOutsideCapture",
143
158
  "privacy": "private"
144
159
  },
145
160
  {
146
161
  "kind": "field",
147
- "name": "#closeOnClickOutside",
162
+ "name": "#onClickOutside",
148
163
  "privacy": "private"
149
164
  },
150
165
  {
@@ -207,6 +222,10 @@ Code in this file were generated using following JSON:
207
222
  "superclass": {
208
223
  "name": "FastMenu",
209
224
  "package": "@microsoft/fast-foundation"
225
+ },
226
+ "vividComponent": {
227
+ "public": true,
228
+ "name": "menu"
210
229
  }
211
230
  }
212
231
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,8 +1,9 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** Base class for menu-item
2
+ /** VwcMenuItem
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu-item
4
4
  * @param {string | undefined} text - Indicates the menu item's text. **attribute** `text`
5
5
  * @param {string | undefined} textSecondary - Indicates the menu item's secondary text. **attribute** `text-secondary`
6
+ * @param {MenuItemConnotation | undefined} connotation - The connotation the fab should have. **attribute** `connotation`
6
7
  * @param {boolean} checkTrailing - Controls the placement of the menu item's checkmark or radio icon. **attribute** `check-trailing`
7
8
  * @param {CheckAppearance | undefined} checkedAppearance - Controls the appearance of the check indicator. **attribute** `check-appearance`
8
9
  * @param {HTMLElement[] | undefined} trailingMetaSlottedContent
@@ -19,6 +20,7 @@ declare const VwcMenuItem: {
19
20
  onChange?: ((event: SyntheticEvent) => void) | undefined;
20
21
  text?: string | undefined;
21
22
  textSecondary?: string | undefined;
23
+ connotation?: any;
22
24
  checkTrailing?: boolean | undefined;
23
25
  checkedAppearance?: any;
24
26
  trailingMetaSlottedContent?: any;
@@ -5,9 +5,41 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for menu-item",
8
+ "description": "",
9
9
  "name": "MenuItem",
10
10
  "cssProperties": [
11
+ {
12
+ "name": "--vvd-menu-item-cta-primary",
13
+ "default": "var(--vvd-color-cta-500)"
14
+ },
15
+ {
16
+ "name": "--vvd-menu-item-cta-primary-text",
17
+ "default": "var(--vvd-color-canvas)"
18
+ },
19
+ {
20
+ "name": "--vvd-menu-item-cta-primary-increment",
21
+ "default": "var(--vvd-color-cta-600)"
22
+ },
23
+ {
24
+ "name": "--vvd-menu-item-cta-firm",
25
+ "default": "var(--vvd-color-cta-600)"
26
+ },
27
+ {
28
+ "name": "--vvd-menu-item-cta-faint",
29
+ "default": "var(--vvd-color-cta-50)"
30
+ },
31
+ {
32
+ "name": "--vvd-menu-item-cta-soft",
33
+ "default": "var(--vvd-color-cta-100)"
34
+ },
35
+ {
36
+ "name": "--vvd-menu-item-cta-pale",
37
+ "default": "var(--vvd-color-cta-300)"
38
+ },
39
+ {
40
+ "name": "--vvd-menu-item-cta-dim",
41
+ "default": "var(--vvd-color-cta-200)"
42
+ },
11
43
  {
12
44
  "name": "--vvd-menu-item-accent-primary",
13
45
  "default": "var(--vvd-color-canvas-text)"
@@ -20,6 +52,10 @@ Code in this file were generated using following JSON:
20
52
  "name": "--vvd-menu-item-accent-primary-increment",
21
53
  "default": "var(--vvd-color-neutral-800)"
22
54
  },
55
+ {
56
+ "name": "--vvd-menu-item-accent-firm",
57
+ "default": "var(--vvd-color-canvas-text)"
58
+ },
23
59
  {
24
60
  "name": "--vvd-menu-item-accent-faint",
25
61
  "default": "var(--vvd-color-neutral-50)"
@@ -70,6 +106,15 @@ Code in this file were generated using following JSON:
70
106
  "description": "Indicates the menu item's secondary text.",
71
107
  "privacy": "public"
72
108
  },
109
+ {
110
+ "kind": "field",
111
+ "name": "connotation",
112
+ "type": {
113
+ "text": "MenuItemConnotation | undefined"
114
+ },
115
+ "description": "The connotation the fab should have.",
116
+ "privacy": "public"
117
+ },
73
118
  {
74
119
  "kind": "field",
75
120
  "name": "checkTrailing",
@@ -139,6 +184,14 @@ Code in this file were generated using following JSON:
139
184
  "description": "Indicates the menu item's secondary text.",
140
185
  "fieldName": "textSecondary"
141
186
  },
187
+ {
188
+ "name": "connotation",
189
+ "type": {
190
+ "text": "MenuItemConnotation | undefined"
191
+ },
192
+ "description": "The connotation the fab should have.",
193
+ "fieldName": "connotation"
194
+ },
142
195
  {
143
196
  "name": "check-trailing",
144
197
  "type": {
@@ -160,6 +213,18 @@ Code in this file were generated using following JSON:
160
213
  "superclass": {
161
214
  "name": "FastMenuItem",
162
215
  "package": "@microsoft/fast-foundation"
216
+ },
217
+ "vividComponent": {
218
+ "public": true,
219
+ "name": "menu-item",
220
+ "vueModels": [
221
+ {
222
+ "name": "modelValue",
223
+ "attributeName": "checked",
224
+ "eventName": "change",
225
+ "valueMapping": "(event.target as HTMLInputElement).checked"
226
+ }
227
+ ]
163
228
  }
164
229
  }
165
230
  */
@@ -171,7 +236,7 @@ registerMenuItem('vvd3')
171
236
  const VwcMenuItem = wrapper(`vvd3-menu-item`, {
172
237
  events: [{"name":"change","propName":"onChange"}],
173
238
  attributes: [],
174
- properties: ['text', 'textSecondary', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
239
+ properties: ['text', 'textSecondary', 'connotation', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
175
240
  })
176
241
 
177
242
  VwcMenuItem.displayName = 'VwcMenuItem'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu-item",
3
- "version": "3.50.1",
3
+ "version": "3.53.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": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,6 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** A Nav Item Custom HTML Element.
3
- Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
2
+ /** VwcNav
4
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/nav
5
4
 
6
5
  */