@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
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
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-slider",
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
  }
@@ -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.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-switch",
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-tab",
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-tab-panel",
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-tabs",
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-tag",
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-tag-group",
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-text-anchor",
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-text-area",
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-text-field",
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-toggletip",
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-tooltip",
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-tree-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
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
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
  }