@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": "Base class for side-drawer",
8
+ "description": "",
9
9
  "name": "SideDrawer",
10
10
  "slots": [
11
11
  {
@@ -124,6 +124,10 @@ Code in this file were generated using following JSON:
124
124
  "superclass": {
125
125
  "name": "FoundationElement",
126
126
  "package": "@microsoft/fast-foundation"
127
+ },
128
+ "vividComponent": {
129
+ "public": true,
130
+ "name": "side-drawer"
127
131
  }
128
132
  }
129
133
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
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 slider
2
+ /** VwcSlider
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/slider
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {string | null} ariaValuetext **attribute** `aria-valuetext`
@@ -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 slider",
8
+ "description": "",
9
9
  "name": "Slider",
10
10
  "cssProperties": [
11
11
  {
@@ -91,6 +91,18 @@ Code in this file were generated using following JSON:
91
91
  "superclass": {
92
92
  "name": "FastSlider",
93
93
  "package": "@microsoft/fast-foundation"
94
+ },
95
+ "vividComponent": {
96
+ "public": true,
97
+ "name": "slider",
98
+ "vueModels": [
99
+ {
100
+ "name": "modelValue",
101
+ "attributeName": "current-value",
102
+ "eventName": "change",
103
+ "valueMapping": "(event.target as HTMLInputElement).value"
104
+ }
105
+ ]
94
106
  }
95
107
  }
96
108
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
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 split button
2
+ /** VwcSplitButton
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/split-button
4
4
  * @param {HTMLButtonElement} _action - Action HTML button element
5
5
  * @param {HTMLButtonElement} _indicator - Indicator HTML button element
@@ -13,7 +13,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
13
13
  * @param {boolean} disabled - Indicates if the button is disabled. **attribute** `disabled`
14
14
  * @param {string | null} ariaLabel **attribute** `aria-label`
15
15
  * @param {string | null} ariaExpanded **attribute** `aria-expanded`
16
- * @param {string | null} indicatorAriaLabel - Defines a string value that labels the indicator element.
16
+ * @param {| string
17
+ | null} indicatorAriaLabel - Defines a string value that labels the indicator element.
17
18
 
18
19
  https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `indicator-aria-label`
19
20
  */
@@ -39,7 +40,7 @@ declare const VwcSplitButton: {
39
40
  disabled?: boolean | undefined;
40
41
  ariaLabel?: string | null | undefined;
41
42
  ariaExpanded?: string | null | undefined;
42
- indicatorAriaLabel?: string | null | undefined;
43
+ indicatorAriaLabel?: any;
43
44
  }): JSX.Element;
44
45
  displayName: string;
45
46
  };
@@ -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 split button",
8
+ "description": "",
9
9
  "name": "SplitButton",
10
10
  "cssProperties": [
11
11
  {
@@ -276,7 +276,7 @@ Code in this file were generated using following JSON:
276
276
  "kind": "field",
277
277
  "name": "indicatorAriaLabel",
278
278
  "type": {
279
- "text": "string | null"
279
+ "text": "| string\n\t\t| null"
280
280
  },
281
281
  "default": "null",
282
282
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
@@ -379,7 +379,7 @@ Code in this file were generated using following JSON:
379
379
  {
380
380
  "name": "indicator-aria-label",
381
381
  "type": {
382
- "text": "string | null"
382
+ "text": "| string\n\t\t| null"
383
383
  },
384
384
  "default": "null",
385
385
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
@@ -389,6 +389,10 @@ Code in this file were generated using following JSON:
389
389
  "superclass": {
390
390
  "name": "FoundationElement",
391
391
  "package": "@microsoft/fast-foundation"
392
+ },
393
+ "vividComponent": {
394
+ "public": true,
395
+ "name": "split-button"
392
396
  }
393
397
  }
394
398
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
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 switch
2
+ /** VwcSwitch
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
4
4
  * @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
5
5
  * @param {SwitchConnotation | undefined} connotation - Indicates the switch's 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 switch",
8
+ "description": "",
9
9
  "name": "Switch",
10
10
  "cssProperties": [
11
11
  {
@@ -28,6 +28,10 @@ Code in this file were generated using following JSON:
28
28
  "name": "--vvd-switch-cta-intermediate",
29
29
  "default": "var(--vvd-color-cta-500)"
30
30
  },
31
+ {
32
+ "name": "--vvd-switch-cta-fierce",
33
+ "default": "var(--vvd-color-cta-700)"
34
+ },
31
35
  {
32
36
  "name": "--vvd-switch-alert-primary-text",
33
37
  "default": "var(--vvd-color-canvas)"
@@ -48,6 +52,10 @@ Code in this file were generated using following JSON:
48
52
  "name": "--vvd-switch-alert-intermediate",
49
53
  "default": "var(--vvd-color-alert-500)"
50
54
  },
55
+ {
56
+ "name": "--vvd-switch-alert-fierce",
57
+ "default": "var(--vvd-color-alert-700)"
58
+ },
51
59
  {
52
60
  "name": "--vvd-switch-success-primary-text",
53
61
  "default": "var(--vvd-color-canvas)"
@@ -68,6 +76,10 @@ Code in this file were generated using following JSON:
68
76
  "name": "--vvd-switch-success-intermediate",
69
77
  "default": "var(--vvd-color-success-500)"
70
78
  },
79
+ {
80
+ "name": "--vvd-switch-success-fierce",
81
+ "default": "var(--vvd-color-success-700)"
82
+ },
71
83
  {
72
84
  "name": "--vvd-switch-accent-primary-text",
73
85
  "default": "var(--vvd-color-canvas)"
@@ -87,6 +99,10 @@ Code in this file were generated using following JSON:
87
99
  {
88
100
  "name": "--vvd-switch-accent-intermediate",
89
101
  "default": "var(--vvd-color-neutral-500)"
102
+ },
103
+ {
104
+ "name": "--vvd-switch-accent-fierce",
105
+ "default": "var(--vvd-color-neutral-700)"
90
106
  }
91
107
  ],
92
108
  "members": [
@@ -130,6 +146,18 @@ Code in this file were generated using following JSON:
130
146
  "superclass": {
131
147
  "name": "FoundationSwitch",
132
148
  "package": "@microsoft/fast-foundation"
149
+ },
150
+ "vividComponent": {
151
+ "public": true,
152
+ "name": "switch",
153
+ "vueModels": [
154
+ {
155
+ "name": "modelValue",
156
+ "attributeName": "current-checked",
157
+ "eventName": "change",
158
+ "valueMapping": "(event.target as HTMLInputElement).checked"
159
+ }
160
+ ]
133
161
  }
134
162
  }
135
163
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
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 tab
2
+ /** VwcTab
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tab
4
4
  * @param {TabConnotation | undefined} connotation - The connotation the tab should have. **attribute** `connotation`
5
5
  * @param {TabShape | undefined} shape - The shape the tab 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 tab",
8
+ "description": "",
9
9
  "name": "Tab",
10
10
  "cssProperties": [
11
11
  {
@@ -152,6 +152,10 @@ Code in this file were generated using following JSON:
152
152
  "superclass": {
153
153
  "name": "FoundationTab",
154
154
  "package": "@microsoft/fast-foundation"
155
+ },
156
+ "vividComponent": {
157
+ "public": true,
158
+ "name": "tab"
155
159
  }
156
160
  }
157
161
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
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 tab-panel
2
+ /** VwcTabPanel
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tab-panel
4
4
 
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 tab-panel",
8
+ "description": "",
9
9
  "name": "TabPanel",
10
10
  "slots": [
11
11
  {
@@ -16,6 +16,10 @@ Code in this file were generated using following JSON:
16
16
  "superclass": {
17
17
  "name": "FoundationTabPanel",
18
18
  "package": "@microsoft/fast-foundation"
19
+ },
20
+ "vividComponent": {
21
+ "public": true,
22
+ "name": "tab-panel"
19
23
  }
20
24
  }
21
25
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
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 tabs
2
+ /** VwcTabs
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
4
4
  * @param {HTMLElement | undefined} tablist
5
5
  * @param {TabsConnotation | undefined} connotation - The connotation the tabs should have. **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 tabs",
8
+ "description": "",
9
9
  "name": "Tabs",
10
10
  "cssProperties": [
11
11
  {
@@ -174,6 +174,10 @@ Code in this file were generated using following JSON:
174
174
  "superclass": {
175
175
  "name": "FoundationTabs",
176
176
  "package": "@microsoft/fast-foundation"
177
+ },
178
+ "vividComponent": {
179
+ "public": true,
180
+ "name": "tabs"
177
181
  }
178
182
  }
179
183
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
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 tag.
2
+ /** VwcTag
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tag
4
4
  * @param {TagConnotation | undefined} connotation - The connotation the tag should have. **attribute** `connotation`
5
5
  * @param {TagShape | undefined} shape - The shape the tag 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 tag.",
8
+ "description": "",
9
9
  "name": "Tag",
10
10
  "cssProperties": [
11
11
  {
@@ -25,7 +25,7 @@ Code in this file were generated using following JSON:
25
25
  "default": "var(--vvd-color-cta-700)"
26
26
  },
27
27
  {
28
- "name": "--vvd-tag-cta-firm",
28
+ "name": "--vvd-tag-cta-firm-all",
29
29
  "default": "var(--vvd-color-cta-600)"
30
30
  },
31
31
  {
@@ -53,8 +53,8 @@ Code in this file were generated using following JSON:
53
53
  "default": "var(--vvd-color-neutral-700)"
54
54
  },
55
55
  {
56
- "name": "--vvd-tag-accent-firm",
57
- "default": "var(--vvd-color-canvas-text)"
56
+ "name": "--vvd-tag-accent-firm-all",
57
+ "default": "var(--vvd-color-neutral-600)"
58
58
  },
59
59
  {
60
60
  "name": "--vvd-tag-accent-faint",
@@ -253,6 +253,10 @@ Code in this file were generated using following JSON:
253
253
  "superclass": {
254
254
  "name": "FoundationElement",
255
255
  "package": "@microsoft/fast-foundation"
256
+ },
257
+ "vividComponent": {
258
+ "public": true,
259
+ "name": "tag"
256
260
  }
257
261
  }
258
262
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
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 tag-group
2
+ /** VwcTagGroup
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tag-group
4
4
  * @param {string | null} ariaLabel **attribute** `aria-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 tag-group",
8
+ "description": "",
9
9
  "name": "TagGroup",
10
10
  "slots": [
11
11
  {
@@ -36,6 +36,10 @@ Code in this file were generated using following JSON:
36
36
  "superclass": {
37
37
  "name": "FoundationElement",
38
38
  "package": "@microsoft/fast-foundation"
39
+ },
40
+ "vividComponent": {
41
+ "public": true,
42
+ "name": "tag-group"
39
43
  }
40
44
  }
41
45
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-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
  }
@@ -1,7 +1,9 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for text-anchor
2
+ /** VwcTextAnchor
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/text-anchor
4
4
  * @param {string | undefined} text - Indicates the text anchor's text. **attribute** `text`
5
+ * @param {TextAnchorConnotation | undefined} connotation - The connotation Text-Anchor should have. **attribute** `connotation`
6
+ * @param {TextAnchorAppearance | undefined} appearance - The appearance Text-Anchor should have. **attribute** `appearance`
5
7
  */
6
8
  declare const VwcTextAnchor: {
7
9
  (props: {
@@ -11,6 +13,8 @@ declare const VwcTextAnchor: {
11
13
  style?: React.CSSProperties | undefined;
12
14
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
15
  text?: string | undefined;
16
+ connotation?: any;
17
+ appearance?: any;
14
18
  }): JSX.Element;
15
19
  displayName: string;
16
20
  };
@@ -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 text-anchor",
8
+ "description": "",
9
9
  "name": "TextAnchor",
10
10
  "slots": [
11
11
  {
@@ -22,6 +22,24 @@ Code in this file were generated using following JSON:
22
22
  },
23
23
  "description": "Indicates the text anchor's text.",
24
24
  "privacy": "public"
25
+ },
26
+ {
27
+ "kind": "field",
28
+ "name": "connotation",
29
+ "type": {
30
+ "text": "TextAnchorConnotation | undefined"
31
+ },
32
+ "description": "The connotation Text-Anchor should have.",
33
+ "privacy": "public"
34
+ },
35
+ {
36
+ "kind": "field",
37
+ "name": "appearance",
38
+ "type": {
39
+ "text": "TextAnchorAppearance | undefined"
40
+ },
41
+ "description": "The appearance Text-Anchor should have.",
42
+ "privacy": "public"
25
43
  }
26
44
  ],
27
45
  "attributes": [
@@ -32,11 +50,30 @@ Code in this file were generated using following JSON:
32
50
  },
33
51
  "description": "Indicates the text anchor's text.",
34
52
  "fieldName": "text"
53
+ },
54
+ {
55
+ "name": "connotation",
56
+ "type": {
57
+ "text": "TextAnchorConnotation | undefined"
58
+ },
59
+ "description": "The connotation Text-Anchor should have.",
60
+ "fieldName": "connotation"
61
+ },
62
+ {
63
+ "name": "appearance",
64
+ "type": {
65
+ "text": "TextAnchorAppearance | undefined"
66
+ },
67
+ "description": "The appearance Text-Anchor should have.",
68
+ "fieldName": "appearance"
35
69
  }
36
70
  ],
37
71
  "superclass": {
38
72
  "name": "Anchor",
39
73
  "package": "@microsoft/fast-foundation"
74
+ },
75
+ "vividComponent": {
76
+ "name": "text-anchor"
40
77
  }
41
78
  }
42
79
  */
@@ -48,7 +85,7 @@ registerTextAnchor('vvd3')
48
85
  const VwcTextAnchor = wrapper(`vvd3-text-anchor`, {
49
86
  events: [],
50
87
  attributes: [],
51
- properties: ['text']
88
+ properties: ['text', 'connotation', 'appearance']
52
89
  })
53
90
 
54
91
  VwcTextAnchor.displayName = 'VwcTextAnchor'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
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 text-area
2
+ /** VwcTextArea
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
4
4
  * @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
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 text-area",
8
+ "description": "",
9
9
  "name": "TextArea",
10
10
  "cssProperties": [
11
11
  {
@@ -105,6 +105,12 @@ Code in this file were generated using following JSON:
105
105
  "default": "var(--vvd-color-neutral-100)"
106
106
  }
107
107
  ],
108
+ "slots": [
109
+ {
110
+ "description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
111
+ "name": "helper-text"
112
+ }
113
+ ],
108
114
  "members": [
109
115
  {
110
116
  "kind": "field",
@@ -137,6 +143,18 @@ Code in this file were generated using following JSON:
137
143
  "superclass": {
138
144
  "name": "FoundationTextArea",
139
145
  "package": "@microsoft/fast-foundation"
146
+ },
147
+ "vividComponent": {
148
+ "public": true,
149
+ "name": "text-area",
150
+ "vueModels": [
151
+ {
152
+ "name": "modelValue",
153
+ "attributeName": "current-value",
154
+ "eventName": "input",
155
+ "valueMapping": "(event.target as HTMLInputElement).value"
156
+ }
157
+ ]
140
158
  }
141
159
  }
142
160
  */