@vonage/vivid-react 3.1.1 → 3.3.0

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 (159) 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/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +6 -0
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/package.json +2 -2
  66. package/v3/VwcActionGroup/package.json +2 -2
  67. package/v3/VwcAlert/package.json +2 -2
  68. package/v3/VwcAppearanceUi/package.json +2 -2
  69. package/v3/VwcAudioPlayer/package.json +2 -2
  70. package/v3/VwcAvatar/package.json +2 -2
  71. package/v3/VwcBadge/package.json +2 -2
  72. package/v3/VwcBanner/package.json +2 -2
  73. package/v3/VwcBreadcrumb/package.json +2 -2
  74. package/v3/VwcBreadcrumbItem/package.json +2 -2
  75. package/v3/VwcButton/index.d.ts +2 -0
  76. package/v3/VwcButton/index.js +20 -1
  77. package/v3/VwcButton/package.json +2 -2
  78. package/v3/VwcCalendar/package.json +2 -2
  79. package/v3/VwcCalendarEvent/package.json +2 -2
  80. package/v3/VwcCard/package.json +2 -2
  81. package/v3/VwcCheckbox/index.js +3 -1
  82. package/v3/VwcCheckbox/package.json +2 -2
  83. package/v3/VwcCombobox/index.js +3 -1
  84. package/v3/VwcCombobox/package.json +2 -2
  85. package/v3/VwcDataGrid/package.json +2 -2
  86. package/v3/VwcDataGridCell/package.json +2 -2
  87. package/v3/VwcDataGridRow/package.json +2 -2
  88. package/v3/VwcDatePicker/index.js +3 -1
  89. package/v3/VwcDatePicker/package.json +2 -2
  90. package/v3/VwcDatePickerBase/package.json +2 -2
  91. package/v3/VwcDateRangePicker/index.js +6 -2
  92. package/v3/VwcDateRangePicker/package.json +2 -2
  93. package/v3/VwcDialPad/index.js +3 -1
  94. package/v3/VwcDialPad/package.json +2 -2
  95. package/v3/VwcDialog/index.d.ts +3 -0
  96. package/v3/VwcDialog/index.js +39 -17
  97. package/v3/VwcDialog/package.json +2 -2
  98. package/v3/VwcDivider/package.json +2 -2
  99. package/v3/VwcElevation/package.json +2 -2
  100. package/v3/VwcEmptyState/index.d.ts +4 -0
  101. package/v3/VwcEmptyState/index.js +121 -1
  102. package/v3/VwcEmptyState/package.json +2 -2
  103. package/v3/VwcFab/package.json +2 -2
  104. package/v3/VwcFilePicker/package.json +2 -2
  105. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  106. package/v3/VwcFormAssociatedNumberField/package.json +2 -2
  107. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  108. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  109. package/v3/VwcHeader/package.json +2 -2
  110. package/v3/VwcIcon/package.json +2 -2
  111. package/v3/VwcLayout/package.json +2 -2
  112. package/v3/VwcListbox/package.json +2 -2
  113. package/v3/VwcMenu/package.json +2 -2
  114. package/v3/VwcMenuItem/index.d.ts +2 -0
  115. package/v3/VwcMenuItem/index.js +23 -2
  116. package/v3/VwcMenuItem/package.json +2 -2
  117. package/v3/VwcNav/package.json +2 -2
  118. package/v3/VwcNavDisclosure/package.json +2 -2
  119. package/v3/VwcNavItem/package.json +2 -2
  120. package/v3/VwcNote/package.json +2 -2
  121. package/v3/VwcNumberField/index.js +3 -1
  122. package/v3/VwcNumberField/package.json +2 -2
  123. package/v3/VwcOption/package.json +2 -2
  124. package/v3/VwcPagination/package.json +2 -2
  125. package/v3/VwcProgress/package.json +2 -2
  126. package/v3/VwcProgressRing/package.json +2 -2
  127. package/v3/VwcRadio/package.json +2 -2
  128. package/v3/VwcRadioGroup/index.js +3 -1
  129. package/v3/VwcRadioGroup/package.json +2 -2
  130. package/v3/VwcRangeSlider/index.d.ts +2 -0
  131. package/v3/VwcRangeSlider/index.js +98 -10
  132. package/v3/VwcRangeSlider/package.json +2 -2
  133. package/v3/VwcSelect/index.js +3 -1
  134. package/v3/VwcSelect/package.json +2 -2
  135. package/v3/VwcSelectableBox/package.json +2 -2
  136. package/v3/VwcSideDrawer/package.json +2 -2
  137. package/v3/VwcSlider/index.d.ts +23 -0
  138. package/v3/VwcSlider/index.js +61 -2
  139. package/v3/VwcSlider/package.json +2 -2
  140. package/v3/VwcSplitButton/package.json +2 -2
  141. package/v3/VwcSwitch/index.js +27 -1
  142. package/v3/VwcSwitch/package.json +2 -2
  143. package/v3/VwcTab/package.json +2 -2
  144. package/v3/VwcTabPanel/package.json +2 -2
  145. package/v3/VwcTabs/package.json +2 -2
  146. package/v3/VwcTag/package.json +2 -2
  147. package/v3/VwcTagGroup/package.json +2 -2
  148. package/v3/VwcTextAnchor/package.json +2 -2
  149. package/v3/VwcTextArea/index.js +3 -1
  150. package/v3/VwcTextArea/package.json +2 -2
  151. package/v3/VwcTextField/index.js +3 -1
  152. package/v3/VwcTextField/package.json +2 -2
  153. package/v3/VwcTimePicker/index.js +3 -1
  154. package/v3/VwcTimePicker/package.json +2 -2
  155. package/v3/VwcToggletip/package.json +2 -2
  156. package/v3/VwcTooltip/package.json +2 -2
  157. package/v3/VwcTreeItem/package.json +2 -2
  158. package/v3/VwcTreeView/package.json +2 -2
  159. package/v3/VwcVideoPlayer/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -160,7 +160,9 @@ Code in this file were generated using following JSON:
160
160
  {
161
161
  "name": "modelValue",
162
162
  "attributeName": "value",
163
- "eventName": "input",
163
+ "eventNames": [
164
+ "input"
165
+ ],
164
166
  "valueMapping": "(event.target as HTMLInputElement).value"
165
167
  }
166
168
  ]
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -176,7 +176,9 @@ Code in this file were generated using following JSON:
176
176
  {
177
177
  "name": "modelValue",
178
178
  "attributeName": "value",
179
- "eventName": "input",
179
+ "eventNames": [
180
+ "input"
181
+ ],
180
182
  "valueMapping": "(event.target as HTMLInputElement).value"
181
183
  }
182
184
  ]
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -272,7 +272,9 @@ Code in this file were generated using following JSON:
272
272
  {
273
273
  "name": "modelValue",
274
274
  "attributeName": "value",
275
- "eventName": "input",
275
+ "eventNames": [
276
+ "input"
277
+ ],
276
278
  "valueMapping": "(event.target as HTMLInputElement).value"
277
279
  }
278
280
  ]
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-time-picker",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-video-player",
3
- "version": "4.1.0",
3
+ "version": "4.4.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": "4.1.0"
9
+ "@vonage/vivid": "4.4.0"
10
10
  }
11
11
  }