@vonage/vivid-react 2.10.76 → 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 (173) 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 +29 -8
  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 +4 -0
  71. package/v3/VwcAlert/index.js +39 -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/index.d.ts +29 -0
  77. package/v3/VwcAudioPlayer/index.js +150 -0
  78. package/v3/VwcAudioPlayer/package.json +11 -0
  79. package/v3/VwcAvatar/index.js +8 -0
  80. package/v3/VwcAvatar/package.json +2 -2
  81. package/v3/VwcBadge/index.js +24 -0
  82. package/v3/VwcBadge/package.json +2 -2
  83. package/v3/VwcBanner/index.d.ts +2 -0
  84. package/v3/VwcBanner/index.js +17 -1
  85. package/v3/VwcBanner/package.json +2 -2
  86. package/v3/VwcBreadcrumb/package.json +2 -2
  87. package/v3/VwcBreadcrumbItem/package.json +2 -2
  88. package/v3/VwcButton/package.json +2 -2
  89. package/v3/VwcCalendar/package.json +2 -2
  90. package/v3/VwcCalendarEvent/package.json +2 -2
  91. package/v3/VwcCard/index.d.ts +2 -0
  92. package/v3/VwcCard/index.js +18 -1
  93. package/v3/VwcCard/package.json +2 -2
  94. package/v3/VwcCheckbox/index.d.ts +3 -0
  95. package/v3/VwcCheckbox/index.js +24 -2
  96. package/v3/VwcCheckbox/package.json +2 -2
  97. package/v3/VwcCombobox/package.json +2 -2
  98. package/v3/VwcDataGrid/index.d.ts +4 -1
  99. package/v3/VwcDataGrid/index.js +21 -2
  100. package/v3/VwcDataGrid/package.json +2 -2
  101. package/v3/VwcDataGridCell/index.d.ts +1 -0
  102. package/v3/VwcDataGridCell/index.js +9 -1
  103. package/v3/VwcDataGridCell/package.json +2 -2
  104. package/v3/VwcDataGridRow/index.d.ts +2 -1
  105. package/v3/VwcDataGridRow/index.js +7 -1
  106. package/v3/VwcDataGridRow/package.json +2 -2
  107. package/v3/VwcDatePicker/package.json +2 -2
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/package.json +2 -2
  110. package/v3/VwcDialog/index.d.ts +2 -8
  111. package/v3/VwcDialog/index.js +11 -64
  112. package/v3/VwcDialog/package.json +2 -2
  113. package/v3/VwcDivider/package.json +2 -2
  114. package/v3/VwcElevation/package.json +2 -2
  115. package/v3/VwcEmptyState/package.json +2 -2
  116. package/v3/VwcFab/package.json +2 -2
  117. package/v3/VwcFilePicker/package.json +2 -2
  118. package/v3/VwcFocus/package.json +2 -2
  119. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  120. package/v3/VwcHeader/package.json +2 -2
  121. package/v3/VwcIcon/package.json +2 -2
  122. package/v3/VwcLayout/package.json +2 -2
  123. package/v3/VwcListbox/package.json +2 -2
  124. package/v3/VwcMenu/index.d.ts +2 -2
  125. package/v3/VwcMenu/index.js +29 -69
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/package.json +2 -2
  128. package/v3/VwcNav/package.json +2 -2
  129. package/v3/VwcNavDisclosure/package.json +2 -2
  130. package/v3/VwcNavItem/package.json +2 -2
  131. package/v3/VwcNote/index.js +18 -18
  132. package/v3/VwcNote/package.json +2 -2
  133. package/v3/VwcNumberField/package.json +2 -2
  134. package/v3/VwcOption/package.json +2 -2
  135. package/v3/VwcPagination/package.json +2 -2
  136. package/v3/VwcPopup/index.d.ts +1 -1
  137. package/v3/VwcPopup/index.js +6 -11
  138. package/v3/VwcPopup/package.json +2 -2
  139. package/v3/VwcProgress/package.json +2 -2
  140. package/v3/VwcProgressRing/package.json +2 -2
  141. package/v3/VwcRadio/package.json +2 -2
  142. package/v3/VwcRadioGroup/package.json +2 -2
  143. package/v3/VwcSelect/index.d.ts +0 -4
  144. package/v3/VwcSelect/index.js +1 -15
  145. package/v3/VwcSelect/package.json +2 -2
  146. package/v3/VwcSelectableBox/index.d.ts +5 -5
  147. package/v3/VwcSelectableBox/index.js +51 -38
  148. package/v3/VwcSelectableBox/package.json +2 -2
  149. package/v3/VwcSideDrawer/package.json +2 -2
  150. package/v3/VwcSlider/package.json +2 -2
  151. package/v3/VwcSplitButton/index.d.ts +6 -0
  152. package/v3/VwcSplitButton/index.js +95 -2
  153. package/v3/VwcSplitButton/package.json +2 -2
  154. package/v3/VwcSwitch/package.json +2 -2
  155. package/v3/VwcTab/package.json +2 -2
  156. package/v3/VwcTabPanel/package.json +2 -2
  157. package/v3/VwcTabs/index.d.ts +2 -0
  158. package/v3/VwcTabs/index.js +18 -1
  159. package/v3/VwcTabs/package.json +2 -2
  160. package/v3/VwcTag/package.json +2 -2
  161. package/v3/VwcTagGroup/package.json +2 -2
  162. package/v3/VwcTextAnchor/package.json +2 -2
  163. package/v3/VwcTextArea/index.js +1 -1
  164. package/v3/VwcTextArea/package.json +2 -2
  165. package/v3/VwcTextField/package.json +2 -2
  166. package/v3/VwcToggletip/index.d.ts +0 -2
  167. package/v3/VwcToggletip/index.js +17 -59
  168. package/v3/VwcToggletip/package.json +2 -2
  169. package/v3/VwcTooltip/index.d.ts +0 -2
  170. package/v3/VwcTooltip/index.js +16 -91
  171. package/v3/VwcTooltip/package.json +2 -2
  172. package/v3/VwcTreeItem/package.json +2 -2
  173. package/v3/VwcTreeView/package.json +2 -2
@@ -16,6 +16,14 @@ Code in this file were generated using following JSON:
16
16
  "name": "--vvd-selectable-box-cta-pale",
17
17
  "default": "var(--vvd-color-cta-300)"
18
18
  },
19
+ {
20
+ "name": "--vvd-selectable-box-cta-fierce",
21
+ "default": "var(--vvd-color-cta-700)"
22
+ },
23
+ {
24
+ "name": "--vvd-selectable-box-cta-faint",
25
+ "default": "var(--vvd-color-cta-50)"
26
+ },
19
27
  {
20
28
  "name": "--vvd-selectable-box-cta-soft",
21
29
  "default": "var(--vvd-color-cta-100)"
@@ -28,6 +36,14 @@ Code in this file were generated using following JSON:
28
36
  "name": "--vvd-selectable-box-accent-pale",
29
37
  "default": "var(--vvd-color-neutral-300)"
30
38
  },
39
+ {
40
+ "name": "--vvd-selectable-box-accent-fierce",
41
+ "default": "var(--vvd-color-neutral-700)"
42
+ },
43
+ {
44
+ "name": "--vvd-selectable-box-accent-faint",
45
+ "default": "var(--vvd-color-neutral-50)"
46
+ },
31
47
  {
32
48
  "name": "--vvd-selectable-box-accent-soft",
33
49
  "default": "var(--vvd-color-neutral-100)"
@@ -42,51 +58,49 @@ Code in this file were generated using following JSON:
42
58
  "members": [
43
59
  {
44
60
  "kind": "field",
45
- "name": "checked",
61
+ "name": "ariaLabel",
46
62
  "type": {
47
- "text": "boolean"
63
+ "text": "string | null"
48
64
  },
49
- "default": "false",
50
- "description": "Controls the checked state of the box",
51
- "privacy": "public"
65
+ "default": "null"
52
66
  },
53
67
  {
54
68
  "kind": "field",
55
- "name": "clickable",
69
+ "name": "checked",
56
70
  "type": {
57
71
  "text": "boolean"
58
72
  },
59
73
  "default": "false",
60
- "description": "Makes the whole selectable box clickable",
74
+ "description": "Controls the checked state of the box",
61
75
  "privacy": "public"
62
76
  },
63
77
  {
64
78
  "kind": "field",
65
- "name": "connotation",
79
+ "name": "clickable",
66
80
  "type": {
67
- "text": "SelectableBoxConnotation | undefined"
81
+ "text": "boolean"
68
82
  },
69
- "description": "The connotation the selectable box should have.",
83
+ "default": "false",
84
+ "description": "DEPRECATED: Replaced by the clickable-box prop",
70
85
  "privacy": "public"
71
86
  },
72
87
  {
73
88
  "kind": "field",
74
- "name": "controlAriaLabel",
89
+ "name": "clickableBox",
75
90
  "type": {
76
- "text": "string | null"
91
+ "text": "boolean"
77
92
  },
78
- "default": "null",
79
- "description": "Adds an accessible label to selectable box",
93
+ "default": "false",
94
+ "description": "Makes the entire selectable box clickable",
80
95
  "privacy": "public"
81
96
  },
82
97
  {
83
98
  "kind": "field",
84
- "name": "controlAriaLabelledby",
99
+ "name": "connotation",
85
100
  "type": {
86
- "text": "string | null"
101
+ "text": "SelectableBoxConnotation | undefined"
87
102
  },
88
- "default": "null",
89
- "description": "Links a piece of content as an accessible label",
103
+ "description": "The connotation the selectable box should have.",
90
104
  "privacy": "public"
91
105
  },
92
106
  {
@@ -116,6 +130,14 @@ Code in this file were generated using following JSON:
116
130
  }
117
131
  ],
118
132
  "attributes": [
133
+ {
134
+ "name": "aria-label",
135
+ "type": {
136
+ "text": "string | null"
137
+ },
138
+ "default": "null",
139
+ "fieldName": "ariaLabel"
140
+ },
119
141
  {
120
142
  "type": {
121
143
  "text": "boolean"
@@ -129,34 +151,25 @@ Code in this file were generated using following JSON:
129
151
  "text": "boolean"
130
152
  },
131
153
  "default": "false",
132
- "description": "Makes the whole selectable box clickable",
154
+ "description": "DEPRECATED: Replaced by the clickable-box prop",
133
155
  "fieldName": "clickable"
134
156
  },
135
157
  {
136
- "name": "connotation",
137
- "type": {
138
- "text": "SelectableBoxConnotation | undefined"
139
- },
140
- "description": "The connotation the selectable box should have.",
141
- "fieldName": "connotation"
142
- },
143
- {
144
- "name": "control-aria-label",
158
+ "name": "clickable-box",
145
159
  "type": {
146
- "text": "string | null"
160
+ "text": "boolean"
147
161
  },
148
- "default": "null",
149
- "description": "Adds an accessible label to selectable box",
150
- "fieldName": "controlAriaLabel"
162
+ "default": "false",
163
+ "description": "Makes the entire selectable box clickable",
164
+ "fieldName": "clickableBox"
151
165
  },
152
166
  {
153
- "name": "control-aria-labelledby",
167
+ "name": "connotation",
154
168
  "type": {
155
- "text": "string | null"
169
+ "text": "SelectableBoxConnotation | undefined"
156
170
  },
157
- "default": "null",
158
- "description": "Links a piece of content as an accessible label",
159
- "fieldName": "controlAriaLabelledby"
171
+ "description": "The connotation the selectable box should have.",
172
+ "fieldName": "connotation"
160
173
  },
161
174
  {
162
175
  "name": "control-type",
@@ -189,7 +202,7 @@ registerSelectableBox('vvd3')
189
202
  const VwcSelectableBox = wrapper(`vvd3-selectable-box`, {
190
203
  events: [{"name":"change","propName":"onChange"}],
191
204
  attributes: [],
192
- properties: ['checked', 'clickable', 'connotation', 'controlAriaLabel', 'controlAriaLabelledby', 'controlType', 'tight']
205
+ properties: ['ariaLabel', 'checked', 'clickable', 'clickableBox', 'connotation', 'controlType', 'tight']
193
206
  })
194
207
 
195
208
  VwcSelectableBox.displayName = 'VwcSelectableBox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.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: {
@@ -21,6 +24,8 @@ declare const VwcSplitButton: {
21
24
  id?: string | undefined;
22
25
  style?: React.CSSProperties | undefined;
23
26
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
27
+ onActionClick?: ((event: SyntheticEvent) => void) | undefined;
28
+ onIndicatorClick?: ((event: SyntheticEvent) => void) | undefined;
24
29
  onClick?: ((event: SyntheticEvent) => void) | undefined;
25
30
  _action?: any;
26
31
  _indicator?: any;
@@ -34,6 +39,7 @@ declare const VwcSplitButton: {
34
39
  disabled?: boolean | undefined;
35
40
  ariaLabel?: string | null | undefined;
36
41
  ariaExpanded?: string | null | undefined;
42
+ indicatorAriaLabel?: string | null | undefined;
37
43
  }): JSX.Element;
38
44
  displayName: string;
39
45
  };
@@ -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,26 @@ 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"
280
+ }
281
+ ],
282
+ "events": [
283
+ {
284
+ "description": "Event emitted when the action button is clicked",
285
+ "name": "action-click"
286
+ },
287
+ {
288
+ "description": "Event emitted when the indicator button is clicked",
289
+ "name": "indicator-click"
206
290
  }
207
291
  ],
208
292
  "attributes": [
@@ -287,6 +371,15 @@ Code in this file were generated using following JSON:
287
371
  },
288
372
  "default": "null",
289
373
  "fieldName": "ariaExpanded"
374
+ },
375
+ {
376
+ "name": "indicator-aria-label",
377
+ "type": {
378
+ "text": "string | null"
379
+ },
380
+ "default": "null",
381
+ "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
382
+ "fieldName": "indicatorAriaLabel"
290
383
  }
291
384
  ],
292
385
  "superclass": {
@@ -301,9 +394,9 @@ import { registerSplitButton } from '@vonage/vivid'
301
394
  registerSplitButton('vvd3')
302
395
 
303
396
  const VwcSplitButton = wrapper(`vvd3-split-button`, {
304
- events: [{"name":"click","propName":"onClick"}],
397
+ events: [{"name":"click","propName":"onClick"},{"name":"indicator-click","propName":"onIndicatorClick"},{"name":"action-click","propName":"onActionClick"}],
305
398
  attributes: [],
306
- properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded']
399
+ properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded', 'indicatorAriaLabel']
307
400
  })
308
401
 
309
402
  VwcSplitButton.displayName = 'VwcSplitButton'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "3.40.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.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -3,6 +3,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
4
4
  * @param {HTMLElement | undefined} tablist
5
5
  * @param {TabsConnotation | undefined} connotation - The connotation the tabs should have. **attribute** `connotation`
6
+ * @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
6
7
  */
7
8
  declare const VwcTabs: {
8
9
  (props: {
@@ -14,6 +15,7 @@ declare const VwcTabs: {
14
15
  onChange?: ((event: SyntheticEvent) => void) | undefined;
15
16
  tablist?: any;
16
17
  connotation?: any;
18
+ gutters?: any;
17
19
  }): JSX.Element;
18
20
  displayName: string;
19
21
  };
@@ -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.40.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.40.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.40.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.40.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.40.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.40.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.40.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.40.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.40.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.40.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.40.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.40.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;