@vonage/vivid-react 2.10.77 → 2.10.78

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 (160) 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 +4 -4
  65. package/package.json +2 -2
  66. package/types/index.d.ts +13 -4
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.d.ts +2 -0
  71. package/v3/VwcAlert/index.js +18 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAppearanceUi/index.d.ts +29 -0
  74. package/v3/VwcAppearanceUi/index.js +528 -0
  75. package/v3/VwcAppearanceUi/package.json +11 -0
  76. package/v3/VwcAudioPlayer/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/package.json +2 -2
  79. package/v3/VwcBanner/package.json +2 -2
  80. package/v3/VwcBreadcrumb/package.json +2 -2
  81. package/v3/VwcBreadcrumbItem/package.json +2 -2
  82. package/v3/VwcButton/package.json +2 -2
  83. package/v3/VwcCalendar/package.json +2 -2
  84. package/v3/VwcCalendarEvent/package.json +2 -2
  85. package/v3/VwcCard/package.json +2 -2
  86. package/v3/VwcCheckbox/package.json +2 -2
  87. package/v3/VwcCombobox/package.json +2 -2
  88. package/v3/VwcDataGrid/index.d.ts +4 -1
  89. package/v3/VwcDataGrid/index.js +21 -2
  90. package/v3/VwcDataGrid/package.json +2 -2
  91. package/v3/VwcDataGridCell/index.d.ts +1 -0
  92. package/v3/VwcDataGridCell/index.js +9 -1
  93. package/v3/VwcDataGridCell/package.json +2 -2
  94. package/v3/VwcDataGridRow/index.d.ts +2 -1
  95. package/v3/VwcDataGridRow/index.js +7 -1
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/package.json +2 -2
  98. package/v3/VwcDatePickerBase/package.json +2 -2
  99. package/v3/VwcDateRangePicker/package.json +2 -2
  100. package/v3/VwcDialog/index.d.ts +2 -4
  101. package/v3/VwcDialog/index.js +17 -38
  102. package/v3/VwcDialog/package.json +2 -2
  103. package/v3/VwcDivider/package.json +2 -2
  104. package/v3/VwcElevation/package.json +2 -2
  105. package/v3/VwcEmptyState/package.json +2 -2
  106. package/v3/VwcFab/package.json +2 -2
  107. package/v3/VwcFilePicker/package.json +2 -2
  108. package/v3/VwcFocus/package.json +2 -2
  109. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  110. package/v3/VwcHeader/package.json +2 -2
  111. package/v3/VwcIcon/package.json +2 -2
  112. package/v3/VwcLayout/package.json +2 -2
  113. package/v3/VwcListbox/package.json +2 -2
  114. package/v3/VwcMenu/index.d.ts +2 -2
  115. package/v3/VwcMenu/index.js +29 -69
  116. package/v3/VwcMenu/package.json +2 -2
  117. package/v3/VwcMenuItem/package.json +2 -2
  118. package/v3/VwcNav/package.json +2 -2
  119. package/v3/VwcNavDisclosure/package.json +2 -2
  120. package/v3/VwcNavItem/package.json +2 -2
  121. package/v3/VwcNote/package.json +2 -2
  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/VwcPopup/index.d.ts +1 -1
  126. package/v3/VwcPopup/index.js +6 -11
  127. package/v3/VwcPopup/package.json +2 -2
  128. package/v3/VwcProgress/package.json +2 -2
  129. package/v3/VwcProgressRing/package.json +2 -2
  130. package/v3/VwcRadio/package.json +2 -2
  131. package/v3/VwcRadioGroup/package.json +2 -2
  132. package/v3/VwcSelect/index.d.ts +0 -4
  133. package/v3/VwcSelect/index.js +1 -15
  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/package.json +2 -2
  138. package/v3/VwcSplitButton/index.d.ts +2 -0
  139. package/v3/VwcSplitButton/index.js +11 -1
  140. package/v3/VwcSplitButton/package.json +2 -2
  141. package/v3/VwcSwitch/package.json +2 -2
  142. package/v3/VwcTab/package.json +2 -2
  143. package/v3/VwcTabPanel/package.json +2 -2
  144. package/v3/VwcTabs/index.d.ts +2 -0
  145. package/v3/VwcTabs/index.js +18 -1
  146. package/v3/VwcTabs/package.json +2 -2
  147. package/v3/VwcTag/package.json +2 -2
  148. package/v3/VwcTagGroup/package.json +2 -2
  149. package/v3/VwcTextAnchor/package.json +2 -2
  150. package/v3/VwcTextArea/index.js +1 -1
  151. package/v3/VwcTextArea/package.json +2 -2
  152. package/v3/VwcTextField/package.json +2 -2
  153. package/v3/VwcToggletip/index.d.ts +0 -2
  154. package/v3/VwcToggletip/index.js +17 -59
  155. package/v3/VwcToggletip/package.json +2 -2
  156. package/v3/VwcTooltip/index.d.ts +0 -2
  157. package/v3/VwcTooltip/index.js +16 -91
  158. package/v3/VwcTooltip/package.json +2 -2
  159. package/v3/VwcTreeItem/package.json +2 -2
  160. package/v3/VwcTreeView/package.json +2 -2
@@ -40,6 +40,15 @@ Code in this file were generated using following JSON:
40
40
  "description": "The connotation the tabs should have.",
41
41
  "privacy": "public"
42
42
  },
43
+ {
44
+ "kind": "field",
45
+ "name": "gutters",
46
+ "type": {
47
+ "text": "Gutters | undefined"
48
+ },
49
+ "description": "sets the initial preferred margin from predefined available options",
50
+ "privacy": "public"
51
+ },
43
52
  {
44
53
  "kind": "method",
45
54
  "name": "connotationChanged"
@@ -133,6 +142,14 @@ Code in this file were generated using following JSON:
133
142
  },
134
143
  "description": "The connotation the tabs should have.",
135
144
  "fieldName": "connotation"
145
+ },
146
+ {
147
+ "name": "gutters",
148
+ "type": {
149
+ "text": "Gutters | undefined"
150
+ },
151
+ "description": "sets the initial preferred margin from predefined available options",
152
+ "fieldName": "gutters"
136
153
  }
137
154
  ],
138
155
  "superclass": {
@@ -149,7 +166,7 @@ registerTabs('vvd3')
149
166
  const VwcTabs = wrapper(`vvd3-tabs`, {
150
167
  events: [{"name":"change","propName":"onChange"}],
151
168
  attributes: [],
152
- properties: ['tablist', 'connotation']
169
+ properties: ['tablist', 'connotation', 'gutters']
153
170
  })
154
171
 
155
172
  VwcTabs.displayName = 'VwcTabs'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -111,7 +111,7 @@ Code in this file were generated using following JSON:
111
111
  }
112
112
  ],
113
113
  "superclass": {
114
- "name": "FoundationElement",
114
+ "name": "FoundationTextArea",
115
115
  "package": "@microsoft/fast-foundation"
116
116
  }
117
117
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -4,7 +4,6 @@ import React, { ReactNode } from 'react';
4
4
  * @param {string | undefined} headline - the optional title of the toggletip **attribute** `headline`
5
5
  * @param {boolean} alternate - toggle color scheme **attribute** `alternate`
6
6
  * @param {Placement | undefined} placement - placement of the toggletip **attribute** `placement`
7
- * @param {AnchorType} anchor - id or direct reference to the toggletip's anchor element **attribute** `anchor`
8
7
  * @param {boolean} open - indicates whether the toggletip is open **attribute** `open`
9
8
  */
10
9
  declare const VwcToggletip: {
@@ -17,7 +16,6 @@ declare const VwcToggletip: {
17
16
  headline?: string | undefined;
18
17
  alternate?: boolean | undefined;
19
18
  placement?: any;
20
- anchor?: any;
21
19
  open?: boolean | undefined;
22
20
  }): JSX.Element;
23
21
  displayName: string;
@@ -18,28 +18,6 @@ Code in this file were generated using following JSON:
18
18
  }
19
19
  ],
20
20
  "members": [
21
- {
22
- "kind": "field",
23
- "name": "#observer",
24
- "privacy": "private",
25
- "type": {
26
- "text": "MutationObserver | undefined"
27
- }
28
- },
29
- {
30
- "kind": "field",
31
- "name": "#anchorEl",
32
- "privacy": "private",
33
- "type": {
34
- "text": "HTMLElement | null"
35
- },
36
- "default": "null"
37
- },
38
- {
39
- "kind": "field",
40
- "name": "#observeMissingAnchor",
41
- "privacy": "private"
42
- },
43
21
  {
44
22
  "kind": "field",
45
23
  "name": "#ANCHOR_ARIA_LABEL_SUFFIX",
@@ -78,34 +56,6 @@ Code in this file were generated using following JSON:
78
56
  "description": "placement of the toggletip",
79
57
  "privacy": "public"
80
58
  },
81
- {
82
- "kind": "field",
83
- "name": "anchor",
84
- "type": {
85
- "text": "AnchorType"
86
- },
87
- "default": "''",
88
- "description": "id or direct reference to the toggletip's anchor element",
89
- "privacy": "public"
90
- },
91
- {
92
- "kind": "method",
93
- "name": "anchorChanged",
94
- "parameters": [
95
- {
96
- "name": "_",
97
- "type": {
98
- "text": "AnchorType"
99
- }
100
- },
101
- {
102
- "name": "newValue",
103
- "type": {
104
- "text": "AnchorType"
105
- }
106
- }
107
- ]
108
- },
109
59
  {
110
60
  "kind": "field",
111
61
  "name": "open",
@@ -151,6 +101,18 @@ Code in this file were generated using following JSON:
151
101
  }
152
102
  ]
153
103
  },
104
+ {
105
+ "kind": "method",
106
+ "name": "#updateAnchor",
107
+ "parameters": [
108
+ {
109
+ "name": "a",
110
+ "type": {
111
+ "text": "HTMLElement"
112
+ }
113
+ }
114
+ ]
115
+ },
154
116
  {
155
117
  "kind": "method",
156
118
  "name": "#cleanupAnchor",
@@ -168,6 +130,10 @@ Code in this file were generated using following JSON:
168
130
  "name": "#openIfClosed",
169
131
  "privacy": "private"
170
132
  },
133
+ {
134
+ "kind": "method",
135
+ "name": "#updateListeners"
136
+ },
171
137
  {
172
138
  "kind": "field",
173
139
  "name": "#closeOnClickOutside",
@@ -204,14 +170,6 @@ Code in this file were generated using following JSON:
204
170
  "description": "placement of the toggletip",
205
171
  "fieldName": "placement"
206
172
  },
207
- {
208
- "type": {
209
- "text": "AnchorType"
210
- },
211
- "default": "''",
212
- "description": "id or direct reference to the toggletip's anchor element",
213
- "fieldName": "anchor"
214
- },
215
173
  {
216
174
  "type": {
217
175
  "text": "boolean"
@@ -235,7 +193,7 @@ registerToggletip('vvd3')
235
193
  const VwcToggletip = wrapper(`vvd3-toggletip`, {
236
194
  events: [],
237
195
  attributes: [],
238
- properties: ['headline', 'alternate', 'placement', 'anchor', 'open']
196
+ properties: ['headline', 'alternate', 'placement', 'open']
239
197
  })
240
198
 
241
199
  VwcToggletip.displayName = 'VwcToggletip'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -5,7 +5,6 @@ import React, { ReactNode } from 'react';
5
5
  accepts string **attribute** `text`
6
6
  * @param {Placement | undefined} placement **attribute** `placement`
7
7
  * @param {boolean} open **attribute** `open`
8
- * @param {anchorType | undefined} anchor **attribute** `anchor`
9
8
  */
10
9
  declare const VwcTooltip: {
11
10
  (props: {
@@ -17,7 +16,6 @@ declare const VwcTooltip: {
17
16
  text?: string | undefined;
18
17
  placement?: any;
19
18
  open?: boolean | undefined;
20
- anchor?: any;
21
19
  }): JSX.Element;
22
20
  displayName: string;
23
21
  };
@@ -8,15 +8,6 @@ Code in this file were generated using following JSON:
8
8
  "description": "Base class for tooltip",
9
9
  "name": "Tooltip",
10
10
  "members": [
11
- {
12
- "kind": "field",
13
- "name": "#anchorEl",
14
- "privacy": "private",
15
- "type": {
16
- "text": "HTMLElement | null"
17
- },
18
- "default": "null"
19
- },
20
11
  {
21
12
  "kind": "field",
22
13
  "name": "text",
@@ -41,70 +32,29 @@ Code in this file were generated using following JSON:
41
32
  },
42
33
  "default": "false"
43
34
  },
44
- {
45
- "kind": "field",
46
- "name": "anchor",
47
- "type": {
48
- "text": "anchorType | undefined"
49
- }
50
- },
51
- {
52
- "kind": "field",
53
- "name": "#observer",
54
- "privacy": "private",
55
- "type": {
56
- "text": "MutationObserver | undefined"
57
- }
58
- },
59
35
  {
60
36
  "kind": "method",
61
- "name": "anchorChanged",
37
+ "name": "#setupAnchor",
62
38
  "parameters": [
63
39
  {
64
- "name": "_",
40
+ "name": "a",
65
41
  "type": {
66
- "text": "anchorType"
67
- }
68
- },
69
- {
70
- "name": "newValue",
71
- "type": {
72
- "text": "anchorType"
42
+ "text": "HTMLElement"
73
43
  }
74
44
  }
75
45
  ]
76
46
  },
77
- {
78
- "kind": "field",
79
- "name": "#observeMissingAnchor",
80
- "privacy": "private"
81
- },
82
47
  {
83
48
  "kind": "method",
84
- "name": "#anchorUpdated",
85
- "return": {
86
- "type": {
87
- "text": "void"
88
- }
89
- }
90
- },
91
- {
92
- "kind": "method",
93
- "name": "#addEventListener",
94
- "return": {
95
- "type": {
96
- "text": "void"
97
- }
98
- }
99
- },
100
- {
101
- "kind": "method",
102
- "name": "#removeEventListener",
103
- "return": {
104
- "type": {
105
- "text": "void"
49
+ "name": "#cleanupAnchor",
50
+ "parameters": [
51
+ {
52
+ "name": "a",
53
+ "type": {
54
+ "text": "HTMLElement"
55
+ }
106
56
  }
107
- }
57
+ ]
108
58
  },
109
59
  {
110
60
  "kind": "field",
@@ -116,33 +66,14 @@ Code in this file were generated using following JSON:
116
66
  "name": "#hide",
117
67
  "privacy": "private"
118
68
  },
69
+ {
70
+ "kind": "method",
71
+ "name": "#updateListeners"
72
+ },
119
73
  {
120
74
  "kind": "field",
121
75
  "name": "#closeOnEscape",
122
76
  "privacy": "private"
123
- },
124
- {
125
- "kind": "method",
126
- "name": "openChanged",
127
- "return": {
128
- "type": {
129
- "text": "void"
130
- }
131
- },
132
- "parameters": [
133
- {
134
- "name": "_",
135
- "type": {
136
- "text": "boolean"
137
- }
138
- },
139
- {
140
- "name": "newValue",
141
- "type": {
142
- "text": "boolean"
143
- }
144
- }
145
- ]
146
77
  }
147
78
  ],
148
79
  "attributes": [
@@ -166,12 +97,6 @@ Code in this file were generated using following JSON:
166
97
  },
167
98
  "default": "false",
168
99
  "fieldName": "open"
169
- },
170
- {
171
- "type": {
172
- "text": "anchorType | undefined"
173
- },
174
- "fieldName": "anchor"
175
100
  }
176
101
  ],
177
102
  "superclass": {
@@ -188,7 +113,7 @@ registerTooltip('vvd3')
188
113
  const VwcTooltip = wrapper(`vvd3-tooltip`, {
189
114
  events: [],
190
115
  attributes: [],
191
- properties: ['text', 'placement', 'open', 'anchor']
116
+ properties: ['text', 'placement', 'open']
192
117
  })
193
118
 
194
119
  VwcTooltip.displayName = 'VwcTooltip'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "3.43.0",
3
+ "version": "3.46.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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }