@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/README.md CHANGED
@@ -32,60 +32,60 @@ Adding the `resolutions` field when using `yarn` might help get the correct vers
32
32
 
33
33
  | Component Name | Package Name | Package Version |
34
34
  |----------------|--------------|-----------------|
35
- | VwcAccordion | @vonage/vwc-accordion | 2.44.0 |
36
- | VwcActionGroup | @vonage/vwc-action-group | 2.44.0 |
37
- | VwcBadge | @vonage/vwc-badge | 2.44.0 |
38
- | VwcBanner | @vonage/vwc-banner | 2.44.0 |
39
- | VwcButton | @vonage/vwc-button | 2.44.0 |
40
- | VwcButtonToggleGroup | @vonage/vwc-button-toggle-group | 2.44.0 |
41
- | VwcCalendar | @vonage/vwc-calendar | 2.44.0 |
42
- | VwcCard | @vonage/vwc-card | 2.44.0 |
43
- | VwcCarousel | @vonage/vwc-carousel | 2.44.0 |
44
- | VwcCheckbox | @vonage/vwc-checkbox | 2.44.0 |
45
- | VwcChips | @vonage/vwc-chips | 2.44.0 |
46
- | VwcCircularProgress | @vonage/vwc-circular-progress | 2.44.0 |
47
- | VwcDataGrid | @vonage/vwc-data-grid | 2.44.0 |
48
- | VwcDatepicker | @vonage/vwc-datepicker | 2.44.0 |
49
- | VwcDialog | @vonage/vwc-dialog | 2.44.0 |
50
- | VwcDrawer | @vonage/vwc-drawer | 2.44.0 |
51
- | VwcDropdown | @vonage/vwc-dropdown | 2.44.0 |
52
- | VwcElevation | @vonage/vwc-elevation | 2.44.0 |
53
- | VwcEmptyState | @vonage/vwc-empty-state | 2.44.0 |
54
- | VwcExpansionPanel | @vonage/vwc-expansion-panel | 2.44.0 |
55
- | VwcFab | @vonage/vwc-fab | 2.44.0 |
56
- | VwcFilePicker | @vonage/vwc-file-picker | 2.44.0 |
57
- | VwcFormfield | @vonage/vwc-formfield | 2.44.0 |
58
- | VwcHelperMessage | @vonage/vwc-helper-message | 2.44.0 |
59
- | VwcIcon | @vonage/vwc-icon | 2.44.0 |
60
- | VwcIconButton | @vonage/vwc-icon-button | 2.44.0 |
61
- | VwcIconButtonToggle | @vonage/vwc-icon-button-toggle | 2.44.0 |
62
- | VwcKeypad | @vonage/vwc-keypad | 2.44.0 |
63
- | VwcLayout | @vonage/vwc-layout | 2.44.0 |
64
- | VwcLinearProgress | @vonage/vwc-linear-progress | 2.44.0 |
65
- | VwcList | @vonage/vwc-list | 2.44.0 |
66
- | VwcMediaController | @vonage/vwc-media-controller | 2.44.0 |
67
- | VwcMenu | @vonage/vwc-menu | 2.44.0 |
68
- | VwcNotchedOutline | @vonage/vwc-notched-outline | 2.44.0 |
69
- | VwcNote | @vonage/vwc-note | 2.44.0 |
70
- | VwcPagination | @vonage/vwc-pagination | 2.44.0 |
71
- | VwcPopup | @vonage/vwc-popup | 2.44.0 |
72
- | VwcRadio | @vonage/vwc-radio | 2.44.0 |
73
- | VwcSchemeSelect | @vonage/vwc-scheme-select | 2.44.0 |
74
- | VwcSelect | @vonage/vwc-select | 2.44.0 |
75
- | VwcSideDrawer | @vonage/vwc-side-drawer | 2.44.0 |
76
- | VwcSlider | @vonage/vwc-slider | 2.44.0 |
77
- | VwcSnackbar | @vonage/vwc-snackbar | 2.44.0 |
78
- | VwcSurface | @vonage/vwc-surface | 2.44.0 |
79
- | VwcSwitch | @vonage/vwc-switch | 2.44.0 |
80
- | VwcTabBar | @vonage/vwc-tab-bar | 2.44.0 |
81
- | VwcTags | @vonage/vwc-tags | 2.44.0 |
82
- | VwcText | @vonage/vwc-text | 2.44.0 |
83
- | VwcTextarea | @vonage/vwc-textarea | 2.44.0 |
84
- | VwcTextfield | @vonage/vwc-textfield | 2.44.0 |
85
- | VwcThemeSwitch | @vonage/vwc-theme-switch | 2.44.0 |
86
- | VwcTooltip | @vonage/vwc-tooltip | 2.44.0 |
87
- | VwcTopAppBar | @vonage/vwc-top-app-bar | 2.44.0 |
88
- | VwcTopAppBarFixed | @vonage/vwc-top-app-bar-fixed | 2.44.0 |
35
+ | VwcAccordion | @vonage/vwc-accordion | 2.45.0 |
36
+ | VwcActionGroup | @vonage/vwc-action-group | 2.45.0 |
37
+ | VwcBadge | @vonage/vwc-badge | 2.45.0 |
38
+ | VwcBanner | @vonage/vwc-banner | 2.45.0 |
39
+ | VwcButton | @vonage/vwc-button | 2.45.0 |
40
+ | VwcButtonToggleGroup | @vonage/vwc-button-toggle-group | 2.45.0 |
41
+ | VwcCalendar | @vonage/vwc-calendar | 2.45.0 |
42
+ | VwcCard | @vonage/vwc-card | 2.45.0 |
43
+ | VwcCarousel | @vonage/vwc-carousel | 2.45.0 |
44
+ | VwcCheckbox | @vonage/vwc-checkbox | 2.45.0 |
45
+ | VwcChips | @vonage/vwc-chips | 2.45.0 |
46
+ | VwcCircularProgress | @vonage/vwc-circular-progress | 2.45.0 |
47
+ | VwcDataGrid | @vonage/vwc-data-grid | 2.45.0 |
48
+ | VwcDatepicker | @vonage/vwc-datepicker | 2.45.0 |
49
+ | VwcDialog | @vonage/vwc-dialog | 2.45.0 |
50
+ | VwcDrawer | @vonage/vwc-drawer | 2.45.0 |
51
+ | VwcDropdown | @vonage/vwc-dropdown | 2.45.0 |
52
+ | VwcElevation | @vonage/vwc-elevation | 2.45.0 |
53
+ | VwcEmptyState | @vonage/vwc-empty-state | 2.45.0 |
54
+ | VwcExpansionPanel | @vonage/vwc-expansion-panel | 2.45.0 |
55
+ | VwcFab | @vonage/vwc-fab | 2.45.0 |
56
+ | VwcFilePicker | @vonage/vwc-file-picker | 2.45.0 |
57
+ | VwcFormfield | @vonage/vwc-formfield | 2.45.0 |
58
+ | VwcHelperMessage | @vonage/vwc-helper-message | 2.45.0 |
59
+ | VwcIcon | @vonage/vwc-icon | 2.45.0 |
60
+ | VwcIconButton | @vonage/vwc-icon-button | 2.45.0 |
61
+ | VwcIconButtonToggle | @vonage/vwc-icon-button-toggle | 2.45.0 |
62
+ | VwcKeypad | @vonage/vwc-keypad | 2.45.0 |
63
+ | VwcLayout | @vonage/vwc-layout | 2.45.0 |
64
+ | VwcLinearProgress | @vonage/vwc-linear-progress | 2.45.0 |
65
+ | VwcList | @vonage/vwc-list | 2.45.0 |
66
+ | VwcMediaController | @vonage/vwc-media-controller | 2.45.0 |
67
+ | VwcMenu | @vonage/vwc-menu | 2.45.0 |
68
+ | VwcNotchedOutline | @vonage/vwc-notched-outline | 2.45.0 |
69
+ | VwcNote | @vonage/vwc-note | 2.45.0 |
70
+ | VwcPagination | @vonage/vwc-pagination | 2.45.0 |
71
+ | VwcPopup | @vonage/vwc-popup | 2.45.0 |
72
+ | VwcRadio | @vonage/vwc-radio | 2.45.0 |
73
+ | VwcSchemeSelect | @vonage/vwc-scheme-select | 2.45.0 |
74
+ | VwcSelect | @vonage/vwc-select | 2.45.0 |
75
+ | VwcSideDrawer | @vonage/vwc-side-drawer | 2.45.0 |
76
+ | VwcSlider | @vonage/vwc-slider | 2.45.0 |
77
+ | VwcSnackbar | @vonage/vwc-snackbar | 2.45.0 |
78
+ | VwcSurface | @vonage/vwc-surface | 2.45.0 |
79
+ | VwcSwitch | @vonage/vwc-switch | 2.45.0 |
80
+ | VwcTabBar | @vonage/vwc-tab-bar | 2.45.0 |
81
+ | VwcTags | @vonage/vwc-tags | 2.45.0 |
82
+ | VwcText | @vonage/vwc-text | 2.45.0 |
83
+ | VwcTextarea | @vonage/vwc-textarea | 2.45.0 |
84
+ | VwcTextfield | @vonage/vwc-textfield | 2.45.0 |
85
+ | VwcThemeSwitch | @vonage/vwc-theme-switch | 2.45.0 |
86
+ | VwcTooltip | @vonage/vwc-tooltip | 2.45.0 |
87
+ | VwcTopAppBar | @vonage/vwc-top-app-bar | 2.45.0 |
88
+ | VwcTopAppBarFixed | @vonage/vwc-top-app-bar-fixed | 2.45.0 |
89
89
 
90
90
  If the one you're looking for is missing, just [add a new one](#adding-a-component), so everyone can access them.
91
91
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-accordion",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-accordion": "2.44.0"
9
+ "@vonage/vwc-accordion": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-action-group",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-action-group": "2.44.0"
9
+ "@vonage/vwc-action-group": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-badge",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-badge": "2.44.0"
9
+ "@vonage/vwc-badge": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-banner",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-banner": "2.44.0"
9
+ "@vonage/vwc-banner": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-button",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-button": "2.44.0"
9
+ "@vonage/vwc-button": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-button-toggle-group",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-button-toggle-group": "2.44.0"
9
+ "@vonage/vwc-button-toggle-group": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-calendar",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-calendar": "2.44.0"
9
+ "@vonage/vwc-calendar": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-calendar-event",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-calendar": "2.44.0"
9
+ "@vonage/vwc-calendar": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-card",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-card": "2.44.0"
9
+ "@vonage/vwc-card": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-carousel",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-carousel": "2.44.0"
9
+ "@vonage/vwc-carousel": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-carousel-item",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-carousel": "2.44.0"
9
+ "@vonage/vwc-carousel": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-check-list-item",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-list": "2.44.0"
9
+ "@vonage/vwc-list": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-checkbox",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-checkbox": "2.44.0"
9
+ "@vonage/vwc-checkbox": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-chip",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-chips": "2.44.0"
9
+ "@vonage/vwc-chips": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-chip-set",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-chips": "2.44.0"
9
+ "@vonage/vwc-chips": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-circular-progress",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-circular-progress": "2.44.0"
9
+ "@vonage/vwc-circular-progress": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-data-grid",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-data-grid": "2.44.0"
9
+ "@vonage/vwc-data-grid": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-data-grid-column",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-data-grid": "2.44.0"
9
+ "@vonage/vwc-data-grid": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-datepicker",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-datepicker": "2.44.0"
9
+ "@vonage/vwc-datepicker": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-dialog",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-dialog": "2.44.0"
9
+ "@vonage/vwc-dialog": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-drawer",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-drawer": "2.44.0"
9
+ "@vonage/vwc-drawer": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-dropdown",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-dropdown": "2.44.0"
9
+ "@vonage/vwc-dropdown": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-elevation",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-elevation": "2.44.0"
9
+ "@vonage/vwc-elevation": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-empty-state",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-empty-state": "2.44.0"
9
+ "@vonage/vwc-empty-state": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-expansion-panel",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-expansion-panel": "2.44.0"
9
+ "@vonage/vwc-expansion-panel": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-fab",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-fab": "2.44.0"
9
+ "@vonage/vwc-fab": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-file-picker",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-file-picker": "2.44.0"
9
+ "@vonage/vwc-file-picker": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-formfield",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-formfield": "2.44.0"
9
+ "@vonage/vwc-formfield": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-helper-message",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-helper-message": "2.44.0"
9
+ "@vonage/vwc-helper-message": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-icon",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-icon": "2.44.0"
9
+ "@vonage/vwc-icon": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-icon-button",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-icon-button": "2.44.0"
9
+ "@vonage/vwc-icon-button": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-icon-button-toggle",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-icon-button-toggle": "2.44.0"
9
+ "@vonage/vwc-icon-button-toggle": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-keypad",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-keypad": "2.44.0"
9
+ "@vonage/vwc-keypad": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-layout",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-layout": "2.44.0"
9
+ "@vonage/vwc-layout": "2.45.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vwc-linear-progress",
3
- "version": "2.10.81",
3
+ "version": "2.10.83",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vwc-linear-progress": "2.44.0"
9
+ "@vonage/vwc-linear-progress": "2.45.0"
10
10
  }
11
11
  }