@vonage/vivid-react 2.10.84 → 2.10.85

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 +1 -1
  226. package/v3/VwcSwitch/index.js +29 -1
  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": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
8
+ "description": "",
9
9
  "name": "Nav",
10
10
  "slots": [
11
11
  {
@@ -16,6 +16,10 @@ Code in this file were generated using following JSON:
16
16
  "superclass": {
17
17
  "name": "FoundationElement",
18
18
  "package": "@microsoft/fast-foundation"
19
+ },
20
+ "vividComponent": {
21
+ "public": true,
22
+ "name": "nav"
19
23
  }
20
24
  }
21
25
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav",
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, SyntheticEvent } 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
+ /** VwcNavDisclosure
4
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/nav-disclosure
5
4
  * @param {HTMLDetailsElement} details
6
5
  * @param {string | undefined} label **attribute** `label`
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
8
+ "description": "",
9
9
  "name": "NavDisclosure",
10
10
  "cssProperties": [
11
11
  {
@@ -118,6 +118,10 @@ Code in this file were generated using following JSON:
118
118
  "superclass": {
119
119
  "name": "FoundationElement",
120
120
  "package": "@microsoft/fast-foundation"
121
+ },
122
+ "vividComponent": {
123
+ "public": true,
124
+ "name": "nav-disclosure"
121
125
  }
122
126
  }
123
127
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-disclosure",
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
  }
@@ -3,6 +3,8 @@ import React, { ReactNode } from 'react';
3
3
  Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
4
4
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/nav-item
5
5
  * @param {string | undefined} text - Indicates the text anchor's text. **attribute** `text`
6
+ * @param {TextAnchorConnotation | undefined} connotation - The connotation Text-Anchor should have. **attribute** `connotation`
7
+ * @param {TextAnchorAppearance | undefined} appearance - The appearance Text-Anchor should have. **attribute** `appearance`
6
8
  */
7
9
  declare const VwcNavItem: {
8
10
  (props: {
@@ -12,6 +14,8 @@ declare const VwcNavItem: {
12
14
  style?: React.CSSProperties | undefined;
13
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
14
16
  text?: string | undefined;
17
+ connotation?: any;
18
+ appearance?: any;
15
19
  }): JSX.Element;
16
20
  displayName: string;
17
21
  };
@@ -56,12 +56,42 @@ Code in this file were generated using following JSON:
56
56
  "name": "TextAnchor",
57
57
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
58
58
  }
59
+ },
60
+ {
61
+ "kind": "field",
62
+ "name": "connotation",
63
+ "type": {
64
+ "text": "TextAnchorConnotation | undefined"
65
+ },
66
+ "description": "The connotation Text-Anchor should have.",
67
+ "privacy": "public",
68
+ "inheritedFrom": {
69
+ "name": "TextAnchor",
70
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
71
+ }
72
+ },
73
+ {
74
+ "kind": "field",
75
+ "name": "appearance",
76
+ "type": {
77
+ "text": "TextAnchorAppearance | undefined"
78
+ },
79
+ "description": "The appearance Text-Anchor should have.",
80
+ "privacy": "public",
81
+ "inheritedFrom": {
82
+ "name": "TextAnchor",
83
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
84
+ }
59
85
  }
60
86
  ],
61
87
  "superclass": {
62
88
  "name": "TextAnchor",
63
89
  "module": "/libs/components/src/lib/text-anchor/text-anchor"
64
90
  },
91
+ "vividComponent": {
92
+ "public": true,
93
+ "name": "nav-item"
94
+ },
65
95
  "attributes": [
66
96
  {
67
97
  "name": "text",
@@ -74,6 +104,30 @@ Code in this file were generated using following JSON:
74
104
  "name": "TextAnchor",
75
105
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
76
106
  }
107
+ },
108
+ {
109
+ "name": "connotation",
110
+ "type": {
111
+ "text": "TextAnchorConnotation | undefined"
112
+ },
113
+ "description": "The connotation Text-Anchor should have.",
114
+ "fieldName": "connotation",
115
+ "inheritedFrom": {
116
+ "name": "TextAnchor",
117
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
118
+ }
119
+ },
120
+ {
121
+ "name": "appearance",
122
+ "type": {
123
+ "text": "TextAnchorAppearance | undefined"
124
+ },
125
+ "description": "The appearance Text-Anchor should have.",
126
+ "fieldName": "appearance",
127
+ "inheritedFrom": {
128
+ "name": "TextAnchor",
129
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
130
+ }
77
131
  }
78
132
  ]
79
133
  }
@@ -86,7 +140,7 @@ registerNavItem('vvd3')
86
140
  const VwcNavItem = wrapper(`vvd3-nav-item`, {
87
141
  events: [],
88
142
  attributes: [],
89
- properties: ['text']
143
+ properties: ['text', 'connotation', 'appearance']
90
144
  })
91
145
 
92
146
  VwcNavItem.displayName = 'VwcNavItem'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-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,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for note
2
+ /** VwcNote
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/note
4
4
  * @param {string | undefined} headline - Indicates the note's headline text **attribute** `headline`
5
5
  * @param {NoteConnotation | undefined} connotation **attribute** `connotation`
@@ -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 note",
8
+ "description": "",
9
9
  "name": "Note",
10
10
  "cssProperties": [
11
11
  {
@@ -117,6 +117,10 @@ Code in this file were generated using following JSON:
117
117
  "superclass": {
118
118
  "name": "FoundationElement",
119
119
  "package": "@microsoft/fast-foundation"
120
+ },
121
+ "vividComponent": {
122
+ "public": true,
123
+ "name": "note"
120
124
  }
121
125
  }
122
126
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-note",
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,10 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** Base class for number-field
2
+ /** VwcNumberField
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/number-field
4
- * @param {string | null} incrementButtonAriaLabel **attribute** `increment-button-aria-label`
5
- * @param {string | null} decrementButtonAriaLabel **attribute** `decrement-button-aria-label`
4
+ * @param {| string
5
+ | null} incrementButtonAriaLabel **attribute** `increment-button-aria-label`
6
+ * @param {| string
7
+ | null} decrementButtonAriaLabel **attribute** `decrement-button-aria-label`
6
8
  * @param {NumberFieldAppearance | undefined} appearance **attribute** `appearance`
7
9
  * @param {NumberFieldShape | undefined} shape **attribute** `shape`
8
10
  * @param {string | undefined} autoComplete **attribute** `autoComplete`
@@ -16,8 +18,8 @@ declare const VwcNumberField: {
16
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
19
  onChange?: ((event: SyntheticEvent) => void) | undefined;
18
20
  onInput?: ((event: SyntheticEvent) => void) | undefined;
19
- incrementButtonAriaLabel?: string | null | undefined;
20
- decrementButtonAriaLabel?: string | null | undefined;
21
+ incrementButtonAriaLabel?: any;
22
+ decrementButtonAriaLabel?: any;
21
23
  appearance?: any;
22
24
  shape?: any;
23
25
  autoComplete?: string | undefined;
@@ -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 number-field",
8
+ "description": "",
9
9
  "name": "NumberField",
10
10
  "cssProperties": [
11
11
  {
@@ -41,12 +41,18 @@ Code in this file were generated using following JSON:
41
41
  "default": "var(--vvd-color-neutral-100)"
42
42
  }
43
43
  ],
44
+ "slots": [
45
+ {
46
+ "description": "Describes how to use the number-field. Alternative to the `helper-text` attribute.",
47
+ "name": "helper-text"
48
+ }
49
+ ],
44
50
  "members": [
45
51
  {
46
52
  "kind": "field",
47
53
  "name": "incrementButtonAriaLabel",
48
54
  "type": {
49
- "text": "string | null"
55
+ "text": "| string\n\t\t| null"
50
56
  },
51
57
  "default": "null"
52
58
  },
@@ -54,7 +60,7 @@ Code in this file were generated using following JSON:
54
60
  "kind": "field",
55
61
  "name": "decrementButtonAriaLabel",
56
62
  "type": {
57
- "text": "string | null"
63
+ "text": "| string\n\t\t| null"
58
64
  },
59
65
  "default": "null"
60
66
  },
@@ -115,7 +121,7 @@ Code in this file were generated using following JSON:
115
121
  {
116
122
  "name": "increment-button-aria-label",
117
123
  "type": {
118
- "text": "string | null"
124
+ "text": "| string\n\t\t| null"
119
125
  },
120
126
  "default": "null",
121
127
  "fieldName": "incrementButtonAriaLabel"
@@ -123,7 +129,7 @@ Code in this file were generated using following JSON:
123
129
  {
124
130
  "name": "decrement-button-aria-label",
125
131
  "type": {
126
- "text": "string | null"
132
+ "text": "| string\n\t\t| null"
127
133
  },
128
134
  "default": "null",
129
135
  "fieldName": "decrementButtonAriaLabel"
@@ -153,6 +159,18 @@ Code in this file were generated using following JSON:
153
159
  "superclass": {
154
160
  "name": "FastNumberField",
155
161
  "package": "@microsoft/fast-foundation"
162
+ },
163
+ "vividComponent": {
164
+ "public": true,
165
+ "name": "number-field",
166
+ "vueModels": [
167
+ {
168
+ "name": "modelValue",
169
+ "attributeName": "current-value",
170
+ "eventName": "input",
171
+ "valueMapping": "(event.target as HTMLInputElement).value"
172
+ }
173
+ ]
156
174
  }
157
175
  }
158
176
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-number-field",
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 option
2
+ /** VwcOption
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/option
4
4
  * @param {string | undefined} _text **attribute** `text`
5
5
  * @param text
@@ -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 option",
8
+ "description": "",
9
9
  "name": "ListboxOption",
10
10
  "cssProperties": [
11
11
  {
@@ -20,6 +20,10 @@ Code in this file were generated using following JSON:
20
20
  "name": "--vvd-option-accent-primary-increment",
21
21
  "default": "var(--vvd-color-neutral-800)"
22
22
  },
23
+ {
24
+ "name": "--vvd-option-accent-firm",
25
+ "default": "var(--vvd-color-canvas-text)"
26
+ },
23
27
  {
24
28
  "name": "--vvd-option-accent-faint",
25
29
  "default": "var(--vvd-color-neutral-50)"
@@ -91,6 +95,10 @@ Code in this file were generated using following JSON:
91
95
  "superclass": {
92
96
  "name": "FoundationListboxOption",
93
97
  "package": "@microsoft/fast-foundation"
98
+ },
99
+ "vividComponent": {
100
+ "public": true,
101
+ "name": "option"
94
102
  }
95
103
  }
96
104
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
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 pagination
2
+ /** VwcPagination
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/pagination
4
4
  * @param {PaginationSize | undefined} size - The size the pagination should have. **attribute** `size`
5
5
  * @param {PaginationShape | undefined} shape - The shape the pagination should have. **attribute** `shape`
@@ -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 pagination",
8
+ "description": "",
9
9
  "name": "Pagination",
10
10
  "members": [
11
11
  {
@@ -181,6 +181,10 @@ Code in this file were generated using following JSON:
181
181
  "superclass": {
182
182
  "name": "FoundationElement",
183
183
  "package": "@microsoft/fast-foundation"
184
+ },
185
+ "vividComponent": {
186
+ "public": true,
187
+ "name": "pagination"
184
188
  }
185
189
  }
186
190
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
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 progress
2
+ /** VwcProgress
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/progress
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {ProgressShape | undefined} shape - Indicates the progress' shape. **attribute** `shape`
@@ -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 progress",
8
+ "description": "",
9
9
  "name": "Progress",
10
10
  "cssProperties": [
11
11
  {
@@ -116,6 +116,10 @@ Code in this file were generated using following JSON:
116
116
  "superclass": {
117
117
  "name": "BaseProgress",
118
118
  "package": "@microsoft/fast-foundation"
119
+ },
120
+ "vividComponent": {
121
+ "public": true,
122
+ "name": "progress"
119
123
  }
120
124
  }
121
125
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
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 progress-ring
2
+ /** VwcProgressRing
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/progress-ring
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {ProgressRingConnotation | undefined} connotation **attribute** `connotation`
@@ -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 progress-ring",
8
+ "description": "",
9
9
  "name": "ProgressRing",
10
10
  "cssProperties": [
11
11
  {
@@ -76,6 +76,10 @@ Code in this file were generated using following JSON:
76
76
  "superclass": {
77
77
  "name": "BaseProgress",
78
78
  "package": "@microsoft/fast-foundation"
79
+ },
80
+ "vividComponent": {
81
+ "public": true,
82
+ "name": "progress-ring"
79
83
  }
80
84
  }
81
85
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
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 radio
2
+ /** VwcRadio
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/radio
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {string | undefined} label - Indicates the radio's label. **attribute** `label`
@@ -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 radio",
8
+ "description": "",
9
9
  "name": "Radio",
10
10
  "cssProperties": [
11
11
  {
@@ -114,6 +114,10 @@ Code in this file were generated using following JSON:
114
114
  "superclass": {
115
115
  "name": "FastRadio",
116
116
  "package": "@microsoft/fast-foundation"
117
+ },
118
+ "vividComponent": {
119
+ "public": true,
120
+ "name": "radio"
117
121
  }
118
122
  }
119
123
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
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 radio-group
2
+ /** VwcRadioGroup
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/radio-group
4
4
  * @param {string | undefined} label - Indicates the group's label. **attribute** `label`
5
5
  */
@@ -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 radio-group",
8
+ "description": "",
9
9
  "name": "RadioGroup",
10
10
  "slots": [
11
11
  {
@@ -37,6 +37,18 @@ Code in this file were generated using following JSON:
37
37
  "superclass": {
38
38
  "name": "FastRadioGroup",
39
39
  "package": "@microsoft/fast-foundation"
40
+ },
41
+ "vividComponent": {
42
+ "public": true,
43
+ "name": "radio-group",
44
+ "vueModels": [
45
+ {
46
+ "name": "modelValue",
47
+ "attributeName": "value",
48
+ "eventName": "change",
49
+ "valueMapping": "(event.target as HTMLInputElement).value"
50
+ }
51
+ ]
40
52
  }
41
53
  }
42
54
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
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
  }