@vonage/vivid-react 2.10.75 → 2.10.77
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.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDialog/package.json +1 -1
- package/VwcDrawer/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSideDrawer/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +16 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +2 -0
- package/v3/VwcAlert/index.js +22 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +29 -0
- package/v3/VwcAudioPlayer/index.js +150 -0
- package/v3/VwcAudioPlayer/package.json +11 -0
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +24 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -0
- package/v3/VwcBanner/index.js +17 -1
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +2 -0
- package/v3/VwcButton/index.js +1 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +2 -0
- package/v3/VwcCard/index.js +18 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +3 -0
- package/v3/VwcCheckbox/index.js +24 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +0 -4
- package/v3/VwcDialog/index.js +1 -33
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +18 -18
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +5 -5
- package/v3/VwcSelectableBox/index.js +51 -38
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +4 -0
- package/v3/VwcSplitButton/index.js +84 -1
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -13,6 +13,9 @@ 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.
|
|
17
|
+
|
|
18
|
+
https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `indicator-aria-label`
|
|
16
19
|
*/
|
|
17
20
|
declare const VwcSplitButton: {
|
|
18
21
|
(props: {
|
|
@@ -34,6 +37,7 @@ declare const VwcSplitButton: {
|
|
|
34
37
|
disabled?: boolean | undefined;
|
|
35
38
|
ariaLabel?: string | null | undefined;
|
|
36
39
|
ariaExpanded?: string | null | undefined;
|
|
40
|
+
indicatorAriaLabel?: string | null | undefined;
|
|
37
41
|
}): JSX.Element;
|
|
38
42
|
displayName: string;
|
|
39
43
|
};
|
|
@@ -40,6 +40,70 @@ Code in this file were generated using following JSON:
|
|
|
40
40
|
"name": "--vvd-split-button-cta-faint",
|
|
41
41
|
"default": "var(--vvd-color-cta-50)"
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--vvd-split-button-success-primary",
|
|
45
|
+
"default": "var(--vvd-color-success-500)"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
49
|
+
"default": "var(--vvd-color-canvas)"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
53
|
+
"default": "var(--vvd-color-success-600)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-split-button-success-contrast",
|
|
57
|
+
"default": "var(--vvd-color-success-800)"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--vvd-split-button-success-fierce",
|
|
61
|
+
"default": "var(--vvd-color-success-700)"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "--vvd-split-button-success-firm",
|
|
65
|
+
"default": "var(--vvd-color-success-600)"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--vvd-split-button-success-soft",
|
|
69
|
+
"default": "var(--vvd-color-success-100)"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-split-button-success-faint",
|
|
73
|
+
"default": "var(--vvd-color-success-50)"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "--vvd-split-button-alert-primary",
|
|
77
|
+
"default": "var(--vvd-color-alert-500)"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
81
|
+
"default": "var(--vvd-color-canvas)"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
85
|
+
"default": "var(--vvd-color-alert-600)"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
89
|
+
"default": "var(--vvd-color-alert-800)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
93
|
+
"default": "var(--vvd-color-alert-700)"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--vvd-split-button-alert-firm",
|
|
97
|
+
"default": "var(--vvd-color-alert-600)"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--vvd-split-button-alert-soft",
|
|
101
|
+
"default": "var(--vvd-color-alert-100)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-split-button-alert-faint",
|
|
105
|
+
"default": "var(--vvd-color-alert-50)"
|
|
106
|
+
},
|
|
43
107
|
{
|
|
44
108
|
"name": "--vvd-split-button-accent-primary",
|
|
45
109
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -203,6 +267,16 @@ Code in this file were generated using following JSON:
|
|
|
203
267
|
"text": "string | null"
|
|
204
268
|
},
|
|
205
269
|
"default": "null"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "field",
|
|
273
|
+
"name": "indicatorAriaLabel",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "string | null"
|
|
276
|
+
},
|
|
277
|
+
"default": "null",
|
|
278
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
279
|
+
"privacy": "public"
|
|
206
280
|
}
|
|
207
281
|
],
|
|
208
282
|
"attributes": [
|
|
@@ -287,6 +361,15 @@ Code in this file were generated using following JSON:
|
|
|
287
361
|
},
|
|
288
362
|
"default": "null",
|
|
289
363
|
"fieldName": "ariaExpanded"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "indicator-aria-label",
|
|
367
|
+
"type": {
|
|
368
|
+
"text": "string | null"
|
|
369
|
+
},
|
|
370
|
+
"default": "null",
|
|
371
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
372
|
+
"fieldName": "indicatorAriaLabel"
|
|
290
373
|
}
|
|
291
374
|
],
|
|
292
375
|
"superclass": {
|
|
@@ -303,7 +386,7 @@ registerSplitButton('vvd3')
|
|
|
303
386
|
const VwcSplitButton = wrapper(`vvd3-split-button`, {
|
|
304
387
|
events: [{"name":"click","propName":"onClick"}],
|
|
305
388
|
attributes: [],
|
|
306
|
-
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded']
|
|
389
|
+
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded', 'indicatorAriaLabel']
|
|
307
390
|
})
|
|
308
391
|
|
|
309
392
|
VwcSplitButton.displayName = 'VwcSplitButton'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab-panel",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-view",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.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.
|
|
9
|
+
"@vonage/vivid": "3.43.0"
|
|
10
10
|
}
|
|
11
11
|
}
|