@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.
Files changed (153) 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 +16 -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 +22 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAudioPlayer/index.d.ts +29 -0
  74. package/v3/VwcAudioPlayer/index.js +150 -0
  75. package/v3/VwcAudioPlayer/package.json +11 -0
  76. package/v3/VwcAvatar/index.js +8 -0
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/index.js +24 -0
  79. package/v3/VwcBadge/package.json +2 -2
  80. package/v3/VwcBanner/index.d.ts +2 -0
  81. package/v3/VwcBanner/index.js +17 -1
  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.d.ts +2 -0
  86. package/v3/VwcButton/index.js +1 -1
  87. package/v3/VwcButton/package.json +2 -2
  88. package/v3/VwcCalendar/package.json +2 -2
  89. package/v3/VwcCalendarEvent/package.json +2 -2
  90. package/v3/VwcCard/index.d.ts +2 -0
  91. package/v3/VwcCard/index.js +18 -1
  92. package/v3/VwcCard/package.json +2 -2
  93. package/v3/VwcCheckbox/index.d.ts +3 -0
  94. package/v3/VwcCheckbox/index.js +24 -2
  95. package/v3/VwcCheckbox/package.json +2 -2
  96. package/v3/VwcCombobox/package.json +2 -2
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/package.json +2 -2
  99. package/v3/VwcDataGridRow/package.json +2 -2
  100. package/v3/VwcDatePicker/package.json +2 -2
  101. package/v3/VwcDatePickerBase/package.json +2 -2
  102. package/v3/VwcDateRangePicker/package.json +2 -2
  103. package/v3/VwcDialog/index.d.ts +0 -4
  104. package/v3/VwcDialog/index.js +1 -33
  105. package/v3/VwcDialog/package.json +2 -2
  106. package/v3/VwcDivider/package.json +2 -2
  107. package/v3/VwcElevation/package.json +2 -2
  108. package/v3/VwcEmptyState/package.json +2 -2
  109. package/v3/VwcFab/package.json +2 -2
  110. package/v3/VwcFilePicker/package.json +2 -2
  111. package/v3/VwcFocus/package.json +2 -2
  112. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  113. package/v3/VwcHeader/package.json +2 -2
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcLayout/package.json +2 -2
  116. package/v3/VwcListbox/package.json +2 -2
  117. package/v3/VwcMenu/package.json +2 -2
  118. package/v3/VwcMenuItem/package.json +2 -2
  119. package/v3/VwcNav/package.json +2 -2
  120. package/v3/VwcNavDisclosure/package.json +2 -2
  121. package/v3/VwcNavItem/package.json +2 -2
  122. package/v3/VwcNote/index.js +18 -18
  123. package/v3/VwcNote/package.json +2 -2
  124. package/v3/VwcNumberField/package.json +2 -2
  125. package/v3/VwcOption/package.json +2 -2
  126. package/v3/VwcPagination/package.json +2 -2
  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/package.json +2 -2
  133. package/v3/VwcSelectableBox/index.d.ts +5 -5
  134. package/v3/VwcSelectableBox/index.js +51 -38
  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 +4 -0
  139. package/v3/VwcSplitButton/index.js +84 -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/package.json +2 -2
  145. package/v3/VwcTag/package.json +2 -2
  146. package/v3/VwcTagGroup/package.json +2 -2
  147. package/v3/VwcTextAnchor/package.json +2 -2
  148. package/v3/VwcTextArea/package.json +2 -2
  149. package/v3/VwcTextField/package.json +2 -2
  150. package/v3/VwcToggletip/package.json +2 -2
  151. package/v3/VwcTooltip/package.json +2 -2
  152. package/v3/VwcTreeItem/package.json +2 -2
  153. package/v3/VwcTreeView/package.json +2 -2
@@ -36,6 +36,10 @@ Code in this file were generated using following JSON:
36
36
  "name": "--vvd-badge-cta-fierce",
37
37
  "default": "var(--vvd-color-cta-700)"
38
38
  },
39
+ {
40
+ "name": "--vvd-badge-cta-firm",
41
+ "default": "var(--vvd-color-cta-600)"
42
+ },
39
43
  {
40
44
  "name": "--vvd-badge-success-primary",
41
45
  "default": "var(--vvd-color-success-500)"
@@ -64,6 +68,10 @@ Code in this file were generated using following JSON:
64
68
  "name": "--vvd-badge-success-fierce",
65
69
  "default": "var(--vvd-color-success-700)"
66
70
  },
71
+ {
72
+ "name": "--vvd-badge-success-firm",
73
+ "default": "var(--vvd-color-success-600)"
74
+ },
67
75
  {
68
76
  "name": "--vvd-badge-alert-primary",
69
77
  "default": "var(--vvd-color-alert-500)"
@@ -92,6 +100,10 @@ Code in this file were generated using following JSON:
92
100
  "name": "--vvd-badge-alert-fierce",
93
101
  "default": "var(--vvd-color-alert-700)"
94
102
  },
103
+ {
104
+ "name": "--vvd-badge-alert-firm",
105
+ "default": "var(--vvd-color-alert-600)"
106
+ },
95
107
  {
96
108
  "name": "--vvd-badge-warning-primary",
97
109
  "default": "var(--vvd-color-warning-300)"
@@ -120,6 +132,10 @@ Code in this file were generated using following JSON:
120
132
  "name": "--vvd-badge-warning-fierce",
121
133
  "default": "var(--vvd-color-warning-700)"
122
134
  },
135
+ {
136
+ "name": "--vvd-badge-warning-firm",
137
+ "default": "var(--vvd-color-warning-600)"
138
+ },
123
139
  {
124
140
  "name": "--vvd-badge-information-primary",
125
141
  "default": "var(--vvd-color-information-500)"
@@ -148,6 +164,10 @@ Code in this file were generated using following JSON:
148
164
  "name": "--vvd-badge-information-fierce",
149
165
  "default": "var(--vvd-color-information-700)"
150
166
  },
167
+ {
168
+ "name": "--vvd-badge-information-firm",
169
+ "default": "var(--vvd-color-information-600)"
170
+ },
151
171
  {
152
172
  "name": "--vvd-badge-accent-primary",
153
173
  "default": "var(--vvd-color-canvas-text)"
@@ -175,6 +195,10 @@ Code in this file were generated using following JSON:
175
195
  {
176
196
  "name": "--vvd-badge-accent-fierce",
177
197
  "default": "var(--vvd-color-neutral-700)"
198
+ },
199
+ {
200
+ "name": "--vvd-badge-accent-firm",
201
+ "default": "var(--vvd-color-canvas-text)"
178
202
  }
179
203
  ],
180
204
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for banner
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/banner
4
+ * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-aria-label`
4
5
  * @param {string | null} role **attribute** `role`
5
6
  * @param {string | undefined} actionHref **attribute** `action-href`
6
7
  * @param {string | undefined} actionText **attribute** `action-text`
@@ -16,6 +17,7 @@ declare const VwcBanner: {
16
17
  id?: string | undefined;
17
18
  style?: React.CSSProperties | undefined;
18
19
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
20
+ dismissButtonAriaLabel?: string | null | undefined;
19
21
  role?: string | null | undefined;
20
22
  actionHref?: string | undefined;
21
23
  actionText?: string | undefined;
@@ -56,6 +56,14 @@ Code in this file were generated using following JSON:
56
56
  }
57
57
  ],
58
58
  "members": [
59
+ {
60
+ "kind": "field",
61
+ "name": "dismissButtonAriaLabel",
62
+ "type": {
63
+ "text": "string | null"
64
+ },
65
+ "default": "null"
66
+ },
59
67
  {
60
68
  "kind": "field",
61
69
  "name": "role",
@@ -133,6 +141,14 @@ Code in this file were generated using following JSON:
133
141
  }
134
142
  ],
135
143
  "attributes": [
144
+ {
145
+ "name": "dismiss-aria-label",
146
+ "type": {
147
+ "text": "string | null"
148
+ },
149
+ "default": "null",
150
+ "fieldName": "dismissButtonAriaLabel"
151
+ },
136
152
  {
137
153
  "name": "role",
138
154
  "type": {
@@ -198,7 +214,7 @@ registerBanner('vvd3')
198
214
  const VwcBanner = wrapper(`vvd3-banner`, {
199
215
  events: [],
200
216
  attributes: [],
201
- properties: ['role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
217
+ properties: ['dismissButtonAriaLabel', 'role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
202
218
  })
203
219
 
204
220
  VwcBanner.displayName = 'VwcBanner'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -9,6 +9,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
9
9
  * @param {boolean} stacked - Indicates the icon is stacked. **attribute** `stacked`
10
10
  * @param {boolean} pending - Displays the button in pending state. **attribute** `pending`
11
11
  * @param {string | undefined} label - Indicates the button's label. **attribute** `label`
12
+ * @param {string | undefined} icon
12
13
  */
13
14
  declare const VwcButton: {
14
15
  (props: {
@@ -26,6 +27,7 @@ declare const VwcButton: {
26
27
  stacked?: boolean | undefined;
27
28
  pending?: boolean | undefined;
28
29
  label?: string | undefined;
30
+ icon?: string | undefined;
29
31
  }): JSX.Element;
30
32
  displayName: string;
31
33
  };
@@ -293,7 +293,7 @@ registerButton('vvd3')
293
293
  const VwcButton = wrapper(`vvd3-button`, {
294
294
  events: [{"name":"click","propName":"onClick"}],
295
295
  attributes: [],
296
- properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label']
296
+ properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label', 'icon']
297
297
  })
298
298
 
299
299
  VwcButton.displayName = 'VwcButton'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for card
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/card
4
+ * @param {CardAppearance | undefined} appearance - The appearance the card should have. **attribute** `appearance`
4
5
  * @param {string | undefined} headline - the text of the card heading
5
6
  accepts string **attribute** `headline`
6
7
  * @param {string | undefined} subtitle - the text of the card sub-heading
@@ -19,6 +20,7 @@ declare const VwcCard: {
19
20
  id?: string | undefined;
20
21
  style?: React.CSSProperties | undefined;
21
22
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
23
+ appearance?: any;
22
24
  headline?: string | undefined;
23
25
  subtitle?: string | undefined;
24
26
  text?: string | undefined;
@@ -30,6 +30,15 @@ Code in this file were generated using following JSON:
30
30
  }
31
31
  ],
32
32
  "members": [
33
+ {
34
+ "kind": "field",
35
+ "name": "appearance",
36
+ "type": {
37
+ "text": "CardAppearance | undefined"
38
+ },
39
+ "description": "The appearance the card should have.",
40
+ "privacy": "public"
41
+ },
33
42
  {
34
43
  "kind": "field",
35
44
  "name": "headline",
@@ -91,6 +100,14 @@ Code in this file were generated using following JSON:
91
100
  }
92
101
  ],
93
102
  "attributes": [
103
+ {
104
+ "name": "appearance",
105
+ "type": {
106
+ "text": "CardAppearance | undefined"
107
+ },
108
+ "description": "The appearance the card should have.",
109
+ "fieldName": "appearance"
110
+ },
94
111
  {
95
112
  "name": "headline",
96
113
  "type": {
@@ -146,7 +163,7 @@ registerCard('vvd3')
146
163
  const VwcCard = wrapper(`vvd3-card`, {
147
164
  events: [],
148
165
  attributes: [],
149
- properties: ['headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
166
+ properties: ['appearance', 'headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
150
167
  })
151
168
 
152
169
  VwcCard.displayName = 'VwcCard'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -2,6 +2,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for checkbox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/checkbox
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
+ * @param {string | null} tabindex **attribute** `tabindex`
5
6
  * @param {CheckboxConnotation | undefined} connotation - The connotation the checklist should have. **attribute** `connotation`
6
7
  * @param {boolean} checked
7
8
  * @param {any} onClick
@@ -13,8 +14,10 @@ declare const VwcCheckbox: {
13
14
  id?: string | undefined;
14
15
  style?: React.CSSProperties | undefined;
15
16
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
16
18
  onChange?: ((event: SyntheticEvent) => void) | undefined;
17
19
  ariaLabel?: string | null | undefined;
20
+ tabindex?: string | null | undefined;
18
21
  connotation?: any;
19
22
  checked?: boolean | undefined;
20
23
  onClick?: any;
@@ -66,6 +66,14 @@ Code in this file were generated using following JSON:
66
66
  },
67
67
  "default": "null"
68
68
  },
69
+ {
70
+ "kind": "field",
71
+ "name": "tabindex",
72
+ "type": {
73
+ "text": "string | null"
74
+ },
75
+ "default": "null"
76
+ },
69
77
  {
70
78
  "kind": "field",
71
79
  "name": "connotation",
@@ -76,6 +84,12 @@ Code in this file were generated using following JSON:
76
84
  "privacy": "public"
77
85
  }
78
86
  ],
87
+ "events": [
88
+ {
89
+ "description": "Event that emits when the component checked state changes",
90
+ "name": "input"
91
+ }
92
+ ],
79
93
  "attributes": [
80
94
  {
81
95
  "name": "aria-label",
@@ -85,6 +99,14 @@ Code in this file were generated using following JSON:
85
99
  "default": "null",
86
100
  "fieldName": "ariaLabel"
87
101
  },
102
+ {
103
+ "name": "tabindex",
104
+ "type": {
105
+ "text": "string | null"
106
+ },
107
+ "default": "null",
108
+ "fieldName": "tabindex"
109
+ },
88
110
  {
89
111
  "name": "connotation",
90
112
  "type": {
@@ -106,9 +128,9 @@ import { registerCheckbox } from '@vonage/vivid'
106
128
  registerCheckbox('vvd3')
107
129
 
108
130
  const VwcCheckbox = wrapper(`vvd3-checkbox`, {
109
- events: [{"name":"change","propName":"onChange"}],
131
+ events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
110
132
  attributes: [],
111
- properties: ['ariaLabel', 'connotation', 'checked', 'onClick']
133
+ properties: ['ariaLabel', 'tabindex', 'connotation', 'checked', 'onClick']
112
134
  })
113
135
 
114
136
  VwcCheckbox.displayName = 'VwcCheckbox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker-base",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-range-picker",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -7,9 +7,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
7
7
  * @param {string | undefined} subtitle **attribute** `subtitle`
8
8
  * @param {string | undefined} headline **attribute** `headline`
9
9
  * @param {boolean} fullWidthBody **attribute** `full-width-body`
10
- * @param {string | null} ariaLabelledBy **attribute** `aria-labelledby`
11
10
  * @param {string | null} ariaLabel **attribute** `aria-label`
12
- * @param {string | null} ariaDescribedBy **attribute** `aria-describedby`
13
11
  * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
14
12
  * @param {string} returnValue
15
13
  * @param {HTMLElement[] | undefined} footerSlottedContent
@@ -29,9 +27,7 @@ declare const VwcDialog: {
29
27
  subtitle?: string | undefined;
30
28
  headline?: string | undefined;
31
29
  fullWidthBody?: boolean | undefined;
32
- ariaLabelledBy?: string | null | undefined;
33
30
  ariaLabel?: string | null | undefined;
34
- ariaDescribedBy?: string | null | undefined;
35
31
  dismissButtonAriaLabel?: string | null | undefined;
36
32
  returnValue?: string | undefined;
37
33
  footerSlottedContent?: any;
@@ -76,14 +76,6 @@ Code in this file were generated using following JSON:
76
76
  },
77
77
  "default": "false"
78
78
  },
79
- {
80
- "kind": "field",
81
- "name": "ariaLabelledBy",
82
- "type": {
83
- "text": "string | null"
84
- },
85
- "default": "null"
86
- },
87
79
  {
88
80
  "kind": "field",
89
81
  "name": "ariaLabel",
@@ -92,14 +84,6 @@ Code in this file were generated using following JSON:
92
84
  },
93
85
  "default": "null"
94
86
  },
95
- {
96
- "kind": "field",
97
- "name": "ariaDescribedBy",
98
- "type": {
99
- "text": "string | null"
100
- },
101
- "default": "null"
102
- },
103
87
  {
104
88
  "kind": "field",
105
89
  "name": "dismissButtonAriaLabel",
@@ -261,14 +245,6 @@ Code in this file were generated using following JSON:
261
245
  "default": "false",
262
246
  "fieldName": "fullWidthBody"
263
247
  },
264
- {
265
- "name": "aria-labelledby",
266
- "type": {
267
- "text": "string | null"
268
- },
269
- "default": "null",
270
- "fieldName": "ariaLabelledBy"
271
- },
272
248
  {
273
249
  "name": "aria-label",
274
250
  "type": {
@@ -277,14 +253,6 @@ Code in this file were generated using following JSON:
277
253
  "default": "null",
278
254
  "fieldName": "ariaLabel"
279
255
  },
280
- {
281
- "name": "aria-describedby",
282
- "type": {
283
- "text": "string | null"
284
- },
285
- "default": "null",
286
- "fieldName": "ariaDescribedBy"
287
- },
288
256
  {
289
257
  "name": "dismiss-button-aria-label",
290
258
  "type": {
@@ -308,7 +276,7 @@ registerDialog('vvd3')
308
276
  const VwcDialog = wrapper(`vvd3-dialog`, {
309
277
  events: [{"name":"close","propName":"onClose"}],
310
278
  attributes: [],
311
- properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabelledBy', 'ariaLabel', 'ariaDescribedBy', 'dismissButtonAriaLabel', 'returnValue', 'footerSlottedContent', 'actionItemsSlottedContent']
279
+ properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'returnValue', 'footerSlottedContent', 'actionItemsSlottedContent']
312
280
  })
313
281
 
314
282
  VwcDialog.displayName = 'VwcDialog'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.40.0",
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.40.0"
9
+ "@vonage/vivid": "3.43.0"
10
10
  }
11
11
  }