@vonage/vivid-react 2.10.81 → 2.10.83

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 (179) hide show
  1. package/README.md +54 -54
  2. package/VwcAccordion/package.json +2 -2
  3. package/VwcActionGroup/package.json +2 -2
  4. package/VwcBadge/package.json +2 -2
  5. package/VwcBanner/package.json +2 -2
  6. package/VwcButton/package.json +2 -2
  7. package/VwcButtonToggleGroup/package.json +2 -2
  8. package/VwcCalendar/package.json +2 -2
  9. package/VwcCalendarEvent/package.json +2 -2
  10. package/VwcCard/package.json +2 -2
  11. package/VwcCarousel/package.json +2 -2
  12. package/VwcCarouselItem/package.json +2 -2
  13. package/VwcCheckListItem/package.json +2 -2
  14. package/VwcCheckbox/package.json +2 -2
  15. package/VwcChip/package.json +2 -2
  16. package/VwcChipSet/package.json +2 -2
  17. package/VwcCircularProgress/package.json +2 -2
  18. package/VwcDataGrid/package.json +2 -2
  19. package/VwcDataGridColumn/package.json +2 -2
  20. package/VwcDatepicker/package.json +2 -2
  21. package/VwcDialog/package.json +2 -2
  22. package/VwcDrawer/package.json +2 -2
  23. package/VwcDropdown/package.json +2 -2
  24. package/VwcElevation/package.json +2 -2
  25. package/VwcEmptyState/package.json +2 -2
  26. package/VwcExpansionPanel/package.json +2 -2
  27. package/VwcFab/package.json +2 -2
  28. package/VwcFilePicker/package.json +2 -2
  29. package/VwcFormfield/package.json +2 -2
  30. package/VwcHelperMessage/package.json +2 -2
  31. package/VwcIcon/package.json +2 -2
  32. package/VwcIconButton/package.json +2 -2
  33. package/VwcIconButtonToggle/package.json +2 -2
  34. package/VwcKeypad/package.json +2 -2
  35. package/VwcLayout/package.json +2 -2
  36. package/VwcLinearProgress/package.json +2 -2
  37. package/VwcList/package.json +2 -2
  38. package/VwcListExpansionPanel/package.json +2 -2
  39. package/VwcListItem/package.json +2 -2
  40. package/VwcMenu/package.json +2 -2
  41. package/VwcNotchedOutline/package.json +2 -2
  42. package/VwcNote/package.json +2 -2
  43. package/VwcPagination/package.json +2 -2
  44. package/VwcPopup/package.json +2 -2
  45. package/VwcRadio/package.json +2 -2
  46. package/VwcRadioListItem/package.json +2 -2
  47. package/VwcSchemeSelect/package.json +2 -2
  48. package/VwcScrubBar/package.json +2 -2
  49. package/VwcSelect/package.json +2 -2
  50. package/VwcSideDrawer/package.json +2 -2
  51. package/VwcSlider/package.json +2 -2
  52. package/VwcSnackbar/package.json +2 -2
  53. package/VwcSurface/package.json +2 -2
  54. package/VwcSwitch/package.json +2 -2
  55. package/VwcTab/package.json +2 -2
  56. package/VwcTabBar/package.json +2 -2
  57. package/VwcTag/package.json +2 -2
  58. package/VwcText/package.json +2 -2
  59. package/VwcTextarea/package.json +2 -2
  60. package/VwcTextfield/package.json +2 -2
  61. package/VwcThemeSwitch/package.json +2 -2
  62. package/VwcTooltip/package.json +2 -2
  63. package/VwcTopAppBar/package.json +2 -2
  64. package/VwcTopAppBarFixed/package.json +2 -2
  65. package/index.js +6 -6
  66. package/package.json +59 -59
  67. package/types/index.d.ts +13 -1
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/index.js +4 -0
  70. package/v3/VwcAccordionItem/package.json +2 -2
  71. package/v3/VwcActionGroup/index.js +0 -4
  72. package/v3/VwcActionGroup/package.json +2 -2
  73. package/v3/VwcAlert/index.js +4 -0
  74. package/v3/VwcAlert/package.json +2 -2
  75. package/v3/VwcAppearanceUi/index.js +0 -28
  76. package/v3/VwcAppearanceUi/package.json +2 -2
  77. package/v3/VwcAudioPlayer/package.json +2 -2
  78. package/v3/VwcAvatar/package.json +2 -2
  79. package/v3/VwcBadge/index.js +6 -0
  80. package/v3/VwcBadge/package.json +2 -2
  81. package/v3/VwcBanner/index.js +4 -0
  82. package/v3/VwcBanner/package.json +2 -2
  83. package/v3/VwcBreadcrumb/package.json +2 -2
  84. package/v3/VwcBreadcrumbItem/package.json +2 -2
  85. package/v3/VwcButton/index.js +6 -0
  86. package/v3/VwcButton/package.json +2 -2
  87. package/v3/VwcCalendar/package.json +2 -2
  88. package/v3/VwcCalendarEvent/package.json +2 -2
  89. package/v3/VwcCard/package.json +2 -2
  90. package/v3/VwcCheckbox/index.js +8 -8
  91. package/v3/VwcCheckbox/package.json +2 -2
  92. package/v3/VwcCombobox/index.js +0 -4
  93. package/v3/VwcCombobox/package.json +2 -2
  94. package/v3/VwcDataGrid/package.json +2 -2
  95. package/v3/VwcDataGridCell/index.js +6 -0
  96. package/v3/VwcDataGridCell/package.json +2 -2
  97. package/v3/VwcDataGridRow/index.js +6 -0
  98. package/v3/VwcDataGridRow/package.json +2 -2
  99. package/v3/VwcDatePicker/index.d.ts +2 -1
  100. package/v3/VwcDatePicker/index.js +11 -22
  101. package/v3/VwcDatePicker/package.json +2 -2
  102. package/v3/VwcDatePickerBase/index.d.ts +2 -1
  103. package/v3/VwcDatePickerBase/index.js +7 -14
  104. package/v3/VwcDatePickerBase/package.json +2 -2
  105. package/v3/VwcDateRangePicker/index.d.ts +1 -0
  106. package/v3/VwcDateRangePicker/index.js +9 -22
  107. package/v3/VwcDateRangePicker/package.json +2 -2
  108. package/v3/VwcDialog/package.json +2 -2
  109. package/v3/VwcDivider/package.json +2 -2
  110. package/v3/VwcElevation/package.json +2 -2
  111. package/v3/VwcEmptyState/package.json +2 -2
  112. package/v3/VwcFab/package.json +2 -2
  113. package/v3/VwcFilePicker/index.d.ts +1 -1
  114. package/v3/VwcFilePicker/index.js +2 -2
  115. package/v3/VwcFilePicker/package.json +2 -2
  116. package/v3/VwcFocus/package.json +2 -2
  117. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  118. package/v3/VwcFormAssociatedTimePicker/index.d.ts +17 -0
  119. package/v3/VwcFormAssociatedTimePicker/index.js +41 -0
  120. package/v3/VwcFormAssociatedTimePicker/package.json +11 -0
  121. package/v3/VwcHeader/package.json +2 -2
  122. package/v3/VwcIcon/package.json +2 -2
  123. package/v3/VwcLayout/package.json +2 -2
  124. package/v3/VwcListbox/index.js +0 -4
  125. package/v3/VwcListbox/package.json +2 -2
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/index.d.ts +2 -0
  128. package/v3/VwcMenuItem/index.js +12 -1
  129. package/v3/VwcMenuItem/package.json +2 -2
  130. package/v3/VwcNav/package.json +2 -2
  131. package/v3/VwcNavDisclosure/index.js +4 -0
  132. package/v3/VwcNavDisclosure/package.json +2 -2
  133. package/v3/VwcNavItem/index.js +4 -0
  134. package/v3/VwcNavItem/package.json +2 -2
  135. package/v3/VwcNote/index.js +4 -0
  136. package/v3/VwcNote/package.json +2 -2
  137. package/v3/VwcNumberField/index.js +9 -49
  138. package/v3/VwcNumberField/package.json +2 -2
  139. package/v3/VwcOption/package.json +2 -2
  140. package/v3/VwcPagination/index.d.ts +2 -1
  141. package/v3/VwcPagination/index.js +7 -1
  142. package/v3/VwcPagination/package.json +2 -2
  143. package/v3/VwcPopup/package.json +2 -2
  144. package/v3/VwcProgress/package.json +2 -2
  145. package/v3/VwcProgressRing/package.json +2 -2
  146. package/v3/VwcRadio/index.js +8 -8
  147. package/v3/VwcRadio/package.json +2 -2
  148. package/v3/VwcRadioGroup/package.json +2 -2
  149. package/v3/VwcSelect/index.js +9 -33
  150. package/v3/VwcSelect/package.json +2 -2
  151. package/v3/VwcSelectableBox/package.json +2 -2
  152. package/v3/VwcSideDrawer/package.json +2 -2
  153. package/v3/VwcSlider/package.json +2 -2
  154. package/v3/VwcSplitButton/index.js +4 -0
  155. package/v3/VwcSplitButton/package.json +2 -2
  156. package/v3/VwcSwitch/index.js +1 -17
  157. package/v3/VwcSwitch/package.json +2 -2
  158. package/v3/VwcTab/package.json +2 -2
  159. package/v3/VwcTabPanel/package.json +2 -2
  160. package/v3/VwcTabs/index.d.ts +2 -0
  161. package/v3/VwcTabs/index.js +20 -1
  162. package/v3/VwcTabs/package.json +2 -2
  163. package/v3/VwcTag/index.js +6 -0
  164. package/v3/VwcTag/package.json +2 -2
  165. package/v3/VwcTagGroup/package.json +2 -2
  166. package/v3/VwcTextAnchor/index.js +6 -0
  167. package/v3/VwcTextAnchor/package.json +2 -2
  168. package/v3/VwcTextArea/index.js +29 -5
  169. package/v3/VwcTextArea/package.json +2 -2
  170. package/v3/VwcTextField/index.js +9 -49
  171. package/v3/VwcTextField/package.json +2 -2
  172. package/v3/VwcTimePicker/index.d.ts +36 -0
  173. package/v3/VwcTimePicker/index.js +263 -0
  174. package/v3/VwcTimePicker/package.json +11 -0
  175. package/v3/VwcToggletip/package.json +2 -2
  176. package/v3/VwcTooltip/package.json +2 -2
  177. package/v3/VwcTreeItem/index.js +4 -0
  178. package/v3/VwcTreeItem/package.json +2 -2
  179. package/v3/VwcTreeView/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "description": "Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -26,65 +26,65 @@
26
26
  "CLI"
27
27
  ],
28
28
  "dependencies": {
29
- "@vonage/vivid": "3.46.0",
29
+ "@vonage/vivid": "3.50.1",
30
30
  "@vonage/vivid-react-wrapper": "1.2.9",
31
- "@vonage/vvd-context": "2.44.0",
32
- "@vonage/vvd-core": "2.44.0",
33
- "@vonage/vvd-fonts": "2.44.0",
34
- "@vonage/vwc-accordion": "2.44.0",
35
- "@vonage/vwc-action-group": "2.44.0",
36
- "@vonage/vwc-badge": "2.44.0",
37
- "@vonage/vwc-banner": "2.44.0",
38
- "@vonage/vwc-button": "2.44.0",
39
- "@vonage/vwc-button-toggle-group": "2.44.0",
40
- "@vonage/vwc-calendar": "2.44.0",
41
- "@vonage/vwc-card": "2.44.0",
42
- "@vonage/vwc-carousel": "2.44.0",
43
- "@vonage/vwc-checkbox": "2.44.0",
44
- "@vonage/vwc-chips": "2.44.0",
45
- "@vonage/vwc-circular-progress": "2.44.0",
46
- "@vonage/vwc-data-grid": "2.44.0",
47
- "@vonage/vwc-datepicker": "2.44.0",
48
- "@vonage/vwc-dialog": "2.44.0",
49
- "@vonage/vwc-drawer": "2.44.0",
50
- "@vonage/vwc-dropdown": "2.44.0",
51
- "@vonage/vwc-elevation": "2.44.0",
52
- "@vonage/vwc-empty-state": "2.44.0",
53
- "@vonage/vwc-expansion-panel": "2.44.0",
54
- "@vonage/vwc-fab": "2.44.0",
55
- "@vonage/vwc-file-picker": "2.44.0",
56
- "@vonage/vwc-formfield": "2.44.0",
57
- "@vonage/vwc-helper-message": "2.44.0",
58
- "@vonage/vwc-icon": "2.44.0",
59
- "@vonage/vwc-icon-button": "2.44.0",
60
- "@vonage/vwc-icon-button-toggle": "2.44.0",
61
- "@vonage/vwc-keypad": "2.44.0",
62
- "@vonage/vwc-layout": "2.44.0",
63
- "@vonage/vwc-linear-progress": "2.44.0",
64
- "@vonage/vwc-list": "2.44.0",
65
- "@vonage/vwc-media-controller": "2.44.0",
66
- "@vonage/vwc-menu": "2.44.0",
67
- "@vonage/vwc-notched-outline": "2.44.0",
68
- "@vonage/vwc-note": "2.44.0",
69
- "@vonage/vwc-pagination": "2.44.0",
70
- "@vonage/vwc-popup": "2.44.0",
71
- "@vonage/vwc-radio": "2.44.0",
72
- "@vonage/vwc-scheme-select": "2.44.0",
73
- "@vonage/vwc-select": "2.44.0",
74
- "@vonage/vwc-side-drawer": "2.44.0",
75
- "@vonage/vwc-slider": "2.44.0",
76
- "@vonage/vwc-snackbar": "2.44.0",
77
- "@vonage/vwc-surface": "2.44.0",
78
- "@vonage/vwc-switch": "2.44.0",
79
- "@vonage/vwc-tab-bar": "2.44.0",
80
- "@vonage/vwc-tags": "2.44.0",
81
- "@vonage/vwc-text": "2.44.0",
82
- "@vonage/vwc-textarea": "2.44.0",
83
- "@vonage/vwc-textfield": "2.44.0",
84
- "@vonage/vwc-theme-switch": "2.44.0",
85
- "@vonage/vwc-tooltip": "2.44.0",
86
- "@vonage/vwc-top-app-bar": "2.44.0",
87
- "@vonage/vwc-top-app-bar-fixed": "2.44.0"
31
+ "@vonage/vvd-context": "2.45.0",
32
+ "@vonage/vvd-core": "2.45.0",
33
+ "@vonage/vvd-fonts": "2.45.0",
34
+ "@vonage/vwc-accordion": "2.45.0",
35
+ "@vonage/vwc-action-group": "2.45.0",
36
+ "@vonage/vwc-badge": "2.45.0",
37
+ "@vonage/vwc-banner": "2.45.0",
38
+ "@vonage/vwc-button": "2.45.0",
39
+ "@vonage/vwc-button-toggle-group": "2.45.0",
40
+ "@vonage/vwc-calendar": "2.45.0",
41
+ "@vonage/vwc-card": "2.45.0",
42
+ "@vonage/vwc-carousel": "2.45.0",
43
+ "@vonage/vwc-checkbox": "2.45.0",
44
+ "@vonage/vwc-chips": "2.45.0",
45
+ "@vonage/vwc-circular-progress": "2.45.0",
46
+ "@vonage/vwc-data-grid": "2.45.0",
47
+ "@vonage/vwc-datepicker": "2.45.0",
48
+ "@vonage/vwc-dialog": "2.45.0",
49
+ "@vonage/vwc-drawer": "2.45.0",
50
+ "@vonage/vwc-dropdown": "2.45.0",
51
+ "@vonage/vwc-elevation": "2.45.0",
52
+ "@vonage/vwc-empty-state": "2.45.0",
53
+ "@vonage/vwc-expansion-panel": "2.45.0",
54
+ "@vonage/vwc-fab": "2.45.0",
55
+ "@vonage/vwc-file-picker": "2.45.0",
56
+ "@vonage/vwc-formfield": "2.45.0",
57
+ "@vonage/vwc-helper-message": "2.45.0",
58
+ "@vonage/vwc-icon": "2.45.0",
59
+ "@vonage/vwc-icon-button": "2.45.0",
60
+ "@vonage/vwc-icon-button-toggle": "2.45.0",
61
+ "@vonage/vwc-keypad": "2.45.0",
62
+ "@vonage/vwc-layout": "2.45.0",
63
+ "@vonage/vwc-linear-progress": "2.45.0",
64
+ "@vonage/vwc-list": "2.45.0",
65
+ "@vonage/vwc-media-controller": "2.45.0",
66
+ "@vonage/vwc-menu": "2.45.0",
67
+ "@vonage/vwc-notched-outline": "2.45.0",
68
+ "@vonage/vwc-note": "2.45.0",
69
+ "@vonage/vwc-pagination": "2.45.0",
70
+ "@vonage/vwc-popup": "2.45.0",
71
+ "@vonage/vwc-radio": "2.45.0",
72
+ "@vonage/vwc-scheme-select": "2.45.0",
73
+ "@vonage/vwc-select": "2.45.0",
74
+ "@vonage/vwc-side-drawer": "2.45.0",
75
+ "@vonage/vwc-slider": "2.45.0",
76
+ "@vonage/vwc-snackbar": "2.45.0",
77
+ "@vonage/vwc-surface": "2.45.0",
78
+ "@vonage/vwc-switch": "2.45.0",
79
+ "@vonage/vwc-tab-bar": "2.45.0",
80
+ "@vonage/vwc-tags": "2.45.0",
81
+ "@vonage/vwc-text": "2.45.0",
82
+ "@vonage/vwc-textarea": "2.45.0",
83
+ "@vonage/vwc-textfield": "2.45.0",
84
+ "@vonage/vwc-theme-switch": "2.45.0",
85
+ "@vonage/vwc-tooltip": "2.45.0",
86
+ "@vonage/vwc-top-app-bar": "2.45.0",
87
+ "@vonage/vwc-top-app-bar-fixed": "2.45.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@babel/core": "^7.15.5",
package/types/index.d.ts CHANGED
@@ -182,7 +182,7 @@ declare namespace JSX {
182
182
  "max-files": number | undefined;
183
183
  "max-file-size": number;
184
184
  "accept": string | undefined;
185
- "size": FileUploaderSize | undefined;
185
+ "size": FilePickerSize | undefined;
186
186
  }>;
187
187
  "vvd3-focus": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
188
188
 
@@ -337,6 +337,7 @@ declare namespace JSX {
337
337
  "vvd3-tabs": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
338
338
  "connotation": TabsConnotation | undefined;
339
339
  "gutters": Gutters | undefined;
340
+ "scrollable-panel": boolean;
340
341
  }>;
341
342
  "vvd3-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
342
343
  "connotation": TagConnotation | undefined;
@@ -362,6 +363,17 @@ declare namespace JSX {
362
363
  "shape": TextFieldShape | undefined;
363
364
  "autoComplete": string | undefined;
364
365
  }>;
366
+ "vvd3-form-associated-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
367
+
368
+ }>;
369
+ "vvd3-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
370
+ "readonly": boolean;
371
+ "minutes-step": number | null;
372
+ "seconds-step": number | null;
373
+ "clock": '12h' | '24h' | undefined;
374
+ "min": string;
375
+ "max": string;
376
+ }>;
365
377
  "vvd3-toggletip": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
366
378
  "headline": string | undefined;
367
379
  "alternate": boolean;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -25,6 +25,10 @@ Code in this file were generated using following JSON:
25
25
  {
26
26
  "description": "Default slot.",
27
27
  "name": ""
28
+ },
29
+ {
30
+ "description": "Add an icon to the component.",
31
+ "name": "icon"
28
32
  }
29
33
  ],
30
34
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion-item",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -8,10 +8,6 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for action-group",
9
9
  "name": "ActionGroup",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-action-group-accent-backdrop",
13
- "default": "var(--vvd-color-canvas)"
14
- },
15
11
  {
16
12
  "name": "--vvd-action-group-accent-primary",
17
13
  "default": "var(--vvd-color-canvas-text)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-action-group",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -57,6 +57,10 @@ Code in this file were generated using following JSON:
57
57
  {
58
58
  "description": "Add action items to alert using this slot.",
59
59
  "name": "action-items"
60
+ },
61
+ {
62
+ "description": "Add an icon to the component.",
63
+ "name": "icon"
60
64
  }
61
65
  ],
62
66
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-alert",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -52,10 +52,6 @@ Code in this file were generated using following JSON:
52
52
  "name": "--vvd-appearanceUI-cta-contrast",
53
53
  "default": "var(--vvd-color-cta-800)"
54
54
  },
55
- {
56
- "name": "--vvd-appearanceUI-cta-backdrop",
57
- "default": "var(--vvd-color-cta-50)"
58
- },
59
55
  {
60
56
  "name": "--vvd-appearanceUI-cta-intermediate",
61
57
  "default": "var(--vvd-color-cta-500)"
@@ -104,10 +100,6 @@ Code in this file were generated using following JSON:
104
100
  "name": "--vvd-appearanceUI-success-contrast",
105
101
  "default": "var(--vvd-color-success-800)"
106
102
  },
107
- {
108
- "name": "--vvd-appearanceUI-success-backdrop",
109
- "default": "var(--vvd-color-success-50)"
110
- },
111
103
  {
112
104
  "name": "--vvd-appearanceUI-success-intermediate",
113
105
  "default": "var(--vvd-color-success-500)"
@@ -156,10 +148,6 @@ Code in this file were generated using following JSON:
156
148
  "name": "--vvd-appearanceUI-alert-contrast",
157
149
  "default": "var(--vvd-color-alert-800)"
158
150
  },
159
- {
160
- "name": "--vvd-appearanceUI-alert-backdrop",
161
- "default": "var(--vvd-color-alert-50)"
162
- },
163
151
  {
164
152
  "name": "--vvd-appearanceUI-alert-intermediate",
165
153
  "default": "var(--vvd-color-alert-500)"
@@ -208,10 +196,6 @@ Code in this file were generated using following JSON:
208
196
  "name": "--vvd-appearanceUI-warning-contrast",
209
197
  "default": "var(--vvd-color-warning-800)"
210
198
  },
211
- {
212
- "name": "--vvd-appearanceUI-warning-backdrop",
213
- "default": "var(--vvd-color-warning-50)"
214
- },
215
199
  {
216
200
  "name": "--vvd-appearanceUI-warning-intermediate",
217
201
  "default": "var(--vvd-color-warning-300)"
@@ -260,10 +244,6 @@ Code in this file were generated using following JSON:
260
244
  "name": "--vvd-appearanceUI-information-contrast",
261
245
  "default": "var(--vvd-color-information-800)"
262
246
  },
263
- {
264
- "name": "--vvd-appearanceUI-information-backdrop",
265
- "default": "var(--vvd-color-information-50)"
266
- },
267
247
  {
268
248
  "name": "--vvd-appearanceUI-information-intermediate",
269
249
  "default": "var(--vvd-color-information-500)"
@@ -312,10 +292,6 @@ Code in this file were generated using following JSON:
312
292
  "name": "--vvd-appearanceUI-announcement-contrast",
313
293
  "default": "var(--vvd-color-announcement-800)"
314
294
  },
315
- {
316
- "name": "--vvd-appearanceUI-announcement-backdrop",
317
- "default": "var(--vvd-color-announcement-50)"
318
- },
319
295
  {
320
296
  "name": "--vvd-appearanceUI-announcement-intermediate",
321
297
  "default": "var(--vvd-color-announcement-500)"
@@ -364,10 +340,6 @@ Code in this file were generated using following JSON:
364
340
  "name": "--vvd-appearanceUI-accent-contrast",
365
341
  "default": "var(--vvd-color-neutral-800)"
366
342
  },
367
- {
368
- "name": "--vvd-appearanceUI-accent-backdrop",
369
- "default": "var(--vvd-color-canvas)"
370
- },
371
343
  {
372
344
  "name": "--vvd-appearanceUI-accent-intermediate",
373
345
  "default": "var(--vvd-color-neutral-500)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-appearance-ui",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-audio-player",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-avatar",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -201,6 +201,12 @@ Code in this file were generated using following JSON:
201
201
  "default": "var(--vvd-color-canvas-text)"
202
202
  }
203
203
  ],
204
+ "slots": [
205
+ {
206
+ "description": "Add an icon to the component.",
207
+ "name": "icon"
208
+ }
209
+ ],
204
210
  "members": [
205
211
  {
206
212
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -53,6 +53,10 @@ Code in this file were generated using following JSON:
53
53
  {
54
54
  "description": "Add action items to banner using this slot.",
55
55
  "name": "action-items"
56
+ },
57
+ {
58
+ "description": "Add an icon to the component.",
59
+ "name": "icon"
56
60
  }
57
61
  ],
58
62
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -137,6 +137,12 @@ Code in this file were generated using following JSON:
137
137
  "default": "var(--vvd-color-neutral-50)"
138
138
  }
139
139
  ],
140
+ "slots": [
141
+ {
142
+ "description": "Add an icon to the component.",
143
+ "name": "icon"
144
+ }
145
+ ],
140
146
  "members": [
141
147
  {
142
148
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -21,12 +21,12 @@ Code in this file were generated using following JSON:
21
21
  "default": "var(--vvd-color-cta-600)"
22
22
  },
23
23
  {
24
- "name": "--vvd-checkbox-cta-intermediate",
25
- "default": "var(--vvd-color-cta-500)"
24
+ "name": "--vvd-checkbox-cta-fierce",
25
+ "default": "var(--vvd-color-cta-700)"
26
26
  },
27
27
  {
28
- "name": "--vvd-checkbox-cta-backdrop",
29
- "default": "var(--vvd-color-cta-50)"
28
+ "name": "--vvd-checkbox-cta-intermediate",
29
+ "default": "var(--vvd-color-cta-500)"
30
30
  },
31
31
  {
32
32
  "name": "--vvd-checkbox-cta-firm",
@@ -45,12 +45,12 @@ Code in this file were generated using following JSON:
45
45
  "default": "var(--vvd-color-neutral-800)"
46
46
  },
47
47
  {
48
- "name": "--vvd-checkbox-accent-intermediate",
49
- "default": "var(--vvd-color-neutral-500)"
48
+ "name": "--vvd-checkbox-accent-fierce",
49
+ "default": "var(--vvd-color-neutral-700)"
50
50
  },
51
51
  {
52
- "name": "--vvd-checkbox-accent-backdrop",
53
- "default": "var(--vvd-color-canvas)"
52
+ "name": "--vvd-checkbox-accent-intermediate",
53
+ "default": "var(--vvd-color-neutral-500)"
54
54
  },
55
55
  {
56
56
  "name": "--vvd-checkbox-accent-firm",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -8,10 +8,6 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for combobox",
9
9
  "name": "Combobox",
10
10
  "cssProperties": [
11
- {
12
- "name": "--vvd-combobox-accent-backdrop",
13
- "default": "var(--vvd-color-canvas)"
14
- },
15
11
  {
16
12
  "name": "--vvd-combobox-accent-intermediate",
17
13
  "default": "var(--vvd-color-neutral-500)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "3.46.0",
3
+ "version": "3.50.1",
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.46.0"
9
+ "@vonage/vivid": "3.50.1"
10
10
  }
11
11
  }