@vonage/vivid-react 5.23.0 → 5.24.0

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 (223) 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/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +7 -9
  62. package/package.json +5 -4
  63. package/types/index.d.ts +7 -0
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/index.d.ts +2 -0
  66. package/v3/VwcAccordionItem/index.js +1 -0
  67. package/v3/VwcAccordionItem/package.json +2 -2
  68. package/v3/VwcActionGroup/package.json +2 -2
  69. package/v3/VwcAlert/package.json +2 -2
  70. package/v3/VwcAriaBindingDirective/package.json +2 -2
  71. package/v3/VwcAudioPlayer/package.json +2 -2
  72. package/v3/VwcAvatar/package.json +2 -2
  73. package/v3/VwcBadge/package.json +2 -2
  74. package/v3/VwcBanner/package.json +2 -2
  75. package/v3/VwcBaseProgress/package.json +2 -2
  76. package/v3/VwcBreadcrumb/package.json +2 -2
  77. package/v3/VwcBreadcrumbItem/package.json +2 -2
  78. package/v3/VwcButton/package.json +2 -2
  79. package/v3/VwcCalendar/package.json +2 -2
  80. package/v3/VwcCalendarEvent/package.json +2 -2
  81. package/v3/VwcCard/package.json +2 -2
  82. package/v3/VwcCheckbox/package.json +2 -2
  83. package/v3/VwcColorPicker/package.json +2 -2
  84. package/v3/VwcCombobox/index.d.ts +4 -5
  85. package/v3/VwcCombobox/package.json +2 -2
  86. package/v3/VwcContextualHelp/package.json +2 -2
  87. package/v3/VwcCountry/package.json +2 -2
  88. package/v3/VwcCountryGroup/package.json +2 -2
  89. package/v3/VwcDataGrid/index.js +12 -24
  90. package/v3/VwcDataGrid/package.json +2 -2
  91. package/v3/VwcDataGridCell/index.d.ts +2 -0
  92. package/v3/VwcDataGridCell/index.js +1 -0
  93. package/v3/VwcDataGridCell/package.json +2 -2
  94. package/v3/VwcDataGridRow/index.d.ts +2 -0
  95. package/v3/VwcDataGridRow/index.js +1 -0
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/package.json +2 -2
  98. package/v3/VwcDateRangePicker/package.json +2 -2
  99. package/v3/VwcDateTimePicker/package.json +2 -2
  100. package/v3/VwcDialPad/index.d.ts +2 -0
  101. package/v3/VwcDialPad/index.js +1 -0
  102. package/v3/VwcDialPad/package.json +2 -2
  103. package/v3/VwcDialog/package.json +2 -2
  104. package/v3/VwcDivider/package.json +2 -2
  105. package/v3/VwcElevation/package.json +2 -2
  106. package/v3/VwcEmptyState/package.json +2 -2
  107. package/v3/VwcFab/package.json +2 -2
  108. package/v3/VwcFeatureState/package.json +2 -2
  109. package/v3/VwcFeedbackMessage/package.json +2 -2
  110. package/v3/VwcFilePicker/package.json +2 -2
  111. package/v3/VwcFlag/package.json +2 -2
  112. package/v3/VwcHeader/package.json +2 -2
  113. package/v3/VwcIcon/package.json +2 -2
  114. package/v3/VwcIdrefsController/package.json +2 -2
  115. package/v3/VwcInlineTimePicker/package.json +2 -2
  116. package/v3/VwcKbdKey/package.json +2 -2
  117. package/v3/VwcKbdShortcut/package.json +2 -2
  118. package/v3/VwcLayout/package.json +2 -2
  119. package/v3/VwcListbox/index.d.ts +1 -1
  120. package/v3/VwcListbox/package.json +2 -2
  121. package/v3/VwcMenu/package.json +2 -2
  122. package/v3/VwcMenuItem/package.json +2 -2
  123. package/v3/VwcNav/package.json +2 -2
  124. package/v3/VwcNavDisclosure/package.json +2 -2
  125. package/v3/VwcNavItem/index.d.ts +1 -2
  126. package/v3/VwcNavItem/package.json +2 -2
  127. package/v3/VwcNote/package.json +2 -2
  128. package/v3/VwcNumberField/index.d.ts +2 -1
  129. package/v3/VwcNumberField/package.json +2 -2
  130. package/v3/VwcOptgroup/index.d.ts +20 -0
  131. package/v3/VwcOptgroup/index.js +16 -0
  132. package/v3/VwcOptgroup/package.json +11 -0
  133. package/v3/VwcOption/index.d.ts +1 -2
  134. package/v3/VwcOption/package.json +2 -2
  135. package/v3/VwcOptionTag/package.json +2 -2
  136. package/v3/VwcPagination/package.json +2 -2
  137. package/v3/VwcPickerField/package.json +2 -2
  138. package/v3/VwcPlatformSwitch/package.json +2 -2
  139. package/v3/VwcPopover/package.json +2 -2
  140. package/v3/VwcPopup/package.json +2 -2
  141. package/v3/VwcProgress/package.json +2 -2
  142. package/v3/VwcProgressRing/package.json +2 -2
  143. package/v3/VwcRadio/package.json +2 -2
  144. package/v3/VwcRadioGroup/package.json +2 -2
  145. package/v3/VwcRangeSlider/package.json +2 -2
  146. package/v3/VwcRichTextEditor/package.json +2 -2
  147. package/v3/VwcRichTextView/package.json +2 -2
  148. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  149. package/v3/VwcRteBaseImpl/package.json +2 -2
  150. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  151. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  152. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  153. package/v3/VwcRteConfig/package.json +2 -2
  154. package/v3/VwcRteConfigImpl/package.json +2 -2
  155. package/v3/VwcRteCoreImpl/package.json +2 -2
  156. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  157. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  158. package/v3/VwcRteFeature/package.json +2 -2
  159. package/v3/VwcRteFeatureImpl/package.json +2 -2
  160. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  161. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  162. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  163. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  164. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  165. package/v3/VwcRteHtmlParser/package.json +2 -2
  166. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  167. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  168. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  169. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  170. package/v3/VwcRteInstance/package.json +2 -2
  171. package/v3/VwcRteInstanceImpl/package.json +2 -2
  172. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  173. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  174. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  175. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  176. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  177. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  178. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  179. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  180. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  181. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  182. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  183. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  184. package/v3/VwcSearchableSelect/package.json +2 -2
  185. package/v3/VwcSelect/index.d.ts +1 -1
  186. package/v3/VwcSelect/package.json +2 -2
  187. package/v3/VwcSelectableBox/package.json +2 -2
  188. package/v3/VwcSideDrawer/package.json +2 -2
  189. package/v3/VwcSimpleColorPicker/package.json +2 -2
  190. package/v3/VwcSlider/package.json +2 -2
  191. package/v3/VwcSplitButton/package.json +2 -2
  192. package/v3/VwcStatus/package.json +2 -2
  193. package/v3/VwcSwitch/package.json +2 -2
  194. package/v3/VwcTab/package.json +2 -2
  195. package/v3/VwcTabPanel/package.json +2 -2
  196. package/v3/VwcTable/package.json +2 -2
  197. package/v3/VwcTableBody/package.json +2 -2
  198. package/v3/VwcTableCell/package.json +2 -2
  199. package/v3/VwcTableHead/package.json +2 -2
  200. package/v3/VwcTableHeaderCell/package.json +2 -2
  201. package/v3/VwcTableRow/package.json +2 -2
  202. package/v3/VwcTableSortingButton/package.json +2 -2
  203. package/v3/VwcTabs/package.json +2 -2
  204. package/v3/VwcTag/package.json +2 -2
  205. package/v3/VwcTagGroup/package.json +2 -2
  206. package/v3/VwcTextArea/index.d.ts +2 -1
  207. package/v3/VwcTextArea/package.json +2 -2
  208. package/v3/VwcTextField/index.d.ts +3 -1
  209. package/v3/VwcTextField/package.json +2 -2
  210. package/v3/VwcTextblockAttrs/package.json +2 -2
  211. package/v3/VwcTextblockMarks/package.json +2 -2
  212. package/v3/VwcTimePicker/package.json +2 -2
  213. package/v3/VwcToggletip/package.json +2 -2
  214. package/v3/VwcTooltip/package.json +2 -2
  215. package/v3/VwcTreeItem/package.json +2 -2
  216. package/v3/VwcTreeView/package.json +2 -2
  217. package/v3/VwcUiCtx/package.json +2 -2
  218. package/v3/VwcVideoPlayer/package.json +2 -2
  219. package/v3/VwcVisuallyHidden/package.json +2 -2
  220. package/v3/VwcVividElement/package.json +2 -2
  221. package/v3/VwcVividFoundationButton/package.json +2 -2
  222. package/v3/VwcVvdHexInput/package.json +2 -2
  223. package/v3/VwcVvdHexPicker/package.json +2 -2
package/types/index.d.ts CHANGED
@@ -13,6 +13,7 @@ declare namespace JSX {
13
13
  "expanded": boolean;
14
14
  "id": string;
15
15
  "heading": string | undefined;
16
+ "secondary-text": string | undefined;
16
17
  "no-indicator": boolean;
17
18
  "meta": string | undefined;
18
19
  "size": AccordionItemSize | undefined;
@@ -255,10 +256,12 @@ declare namespace JSX {
255
256
  "grid-column": string;
256
257
  "selected": boolean;
257
258
  "sort-direction": DataGridCellSortStates | undefined;
259
+ "connotation": DataGridConnotation | undefined;
258
260
  }>;
259
261
  "vvd3-data-grid-row": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
260
262
  "grid-template-columns": string;
261
263
  "row-type": DataGridRowTypes;
264
+ "connotation": DataGridConnotation | undefined;
262
265
  "selected": boolean | undefined;
263
266
  }>;
264
267
  "vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
@@ -324,6 +327,7 @@ declare namespace JSX {
324
327
  "call-active": boolean;
325
328
  "no-call": boolean;
326
329
  "no-input": boolean;
330
+ "no-letters": boolean;
327
331
  "size": DialPadSize | undefined;
328
332
  "end-call-button-label": | string
329
333
  | null;
@@ -566,6 +570,9 @@ declare namespace JSX {
566
570
  "disabled": boolean;
567
571
  "name": string;
568
572
  "required": boolean;
573
+ }>;
574
+ "vvd3-optgroup": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
575
+
569
576
  }>;
570
577
  "vvd3-option-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
571
578
  "shape": OptionTagShape | undefined;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -7,6 +7,7 @@ heading element. **attribute** `heading-level`
7
7
  * @param {boolean} expanded - Expands or collapses the item. **attribute** `expanded`
8
8
  * @param {string} id - The item ID **attribute** `id`
9
9
  * @param {string | undefined} heading **attribute** `heading`
10
+ * @param {string | undefined} secondaryText - Optional supporting text shown below the heading text. **attribute** `secondary-text`
10
11
  * @param {boolean} noIndicator - Indicates whether the accordion-item has indicator **attribute** `no-indicator`
11
12
  * @param {string | undefined} meta **attribute** `meta`
12
13
  * @param {AccordionItemSize | undefined} size - The size the accordion-item should have. **attribute** `size`
@@ -30,6 +31,7 @@ declare const VwcAccordionItem: {
30
31
  "expanded"?: boolean;
31
32
  "id"?: string;
32
33
  "heading"?: string | undefined;
34
+ "secondaryText"?: string | undefined;
33
35
  "noIndicator"?: boolean;
34
36
  "meta"?: string | undefined;
35
37
  "size"?: any;
@@ -18,6 +18,7 @@ var VwcAccordionItem = require_index_es.g(`vvd3-accordion-item`, {
18
18
  "expanded",
19
19
  "id",
20
20
  "heading",
21
+ "secondaryText",
21
22
  "noIndicator",
22
23
  "meta",
23
24
  "size",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-accordion-item",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-action-group",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-alert",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-aria-binding-directive",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-audio-player",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-avatar",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-base-progress",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-color-picker",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -6,13 +6,12 @@ import React, { ReactNode, SyntheticEvent } from 'react';
6
6
  * @param {ComboboxAppearance | undefined} appearance - Sets the element's appearance **attribute** `appearance`
7
7
  * @param {ComboboxShape | undefined} shape - Sets the shape of the combobox element **attribute** `shape`
8
8
  * @param {ComboboxSize | undefined} scale - Sets the display size of the input element **attribute** `scale`
9
- * @param {PopupPlacement | undefined} placement - the placement of the combobox
10
-
11
- HTML Attribute: string **attribute** `placement`
9
+ * @param {PopupPlacement | undefined} placement - the placement of the combobox **attribute** `placement`
12
10
  * @param {boolean} fixedDropdown - Sets the position strategy of the dropdown to fixed **attribute** `fixed-dropdown`
13
11
  * @param {boolean} open - Sets the element's menu to be open **attribute** `open`
14
12
  * @param {ListboxOption[]} options - A read-only list of options.
15
- * @param {string} placeholder - Sets the placeholder value of the element, generally used to provide a hint to the user. **attribute** `placeholder`
13
+ * @param {string} placeholder - Sets the placeholder value of the element, generally used to provide a hint to the user.
14
+ Using this attribute is not a valid substitute for a labeling element. **attribute** `placeholder`
16
15
  * @param {string | undefined} helperText - Provides additional information to help the user enter the correct information.
17
16
  To add HTML to the helper text, use the helper-text slot instead. **attribute** `helper-text`
18
17
  * @param {string | undefined} errorText - Provides a custom error message. Any current error state will be overridden. **attribute** `error-text`
@@ -29,7 +28,7 @@ only when the `value` property has not been explicitly set. **attribute** `value
29
28
  * @param {boolean} required - Require the field to be completed prior to form submission. **attribute** `required`
30
29
  * @param {number} selectedIndex - The index of the selected option.
31
30
  * @param {ListboxOption[]} selectedOptions - A collection of the selected options.
32
- * @param slottedOptionFilter - A static filter to include only selectable options.
31
+ * @param slottedOptionFilter - A static filter to include selectable options and optgroups.
33
32
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
34
33
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
35
34
  * @param {string} componentName - Core component name, without prefix
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-contextual-help",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-country",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-country-group",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -45,8 +45,7 @@ Code in this file were generated using following JSON:
45
45
  "text": "boolean"
46
46
  },
47
47
  "default": "false",
48
- "description": "Remove the grid from the tab order",
49
- "privacy": "public"
48
+ "description": "Remove the grid from the tab order"
50
49
  },
51
50
  {
52
51
  "kind": "method",
@@ -58,8 +57,7 @@ Code in this file were generated using following JSON:
58
57
  "type": {
59
58
  "text": "GenerateHeaderOptions"
60
59
  },
61
- "description": "Whether the grid should automatically generate a header row and its type",
62
- "privacy": "public"
60
+ "description": "Whether the grid should automatically generate a header row and its type"
63
61
  },
64
62
  {
65
63
  "kind": "field",
@@ -67,8 +65,7 @@ Code in this file were generated using following JSON:
67
65
  "type": {
68
66
  "text": "string"
69
67
  },
70
- "description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
71
- "privacy": "public"
68
+ "description": "String that gets applied to the css gridTemplateColumns attribute of child rows"
72
69
  },
73
70
  {
74
71
  "kind": "field",
@@ -77,8 +74,7 @@ Code in this file were generated using following JSON:
77
74
  "text": "object[]"
78
75
  },
79
76
  "default": "[]",
80
- "description": "Content of the grid in data format",
81
- "privacy": "public"
77
+ "description": "Content of the grid in data format"
82
78
  },
83
79
  {
84
80
  "kind": "field",
@@ -87,8 +83,7 @@ Code in this file were generated using following JSON:
87
83
  "text": "ColumnDefinition[] | null"
88
84
  },
89
85
  "default": "null",
90
- "description": "Configure the grid header columns",
91
- "privacy": "public"
86
+ "description": "Configure the grid header columns"
92
87
  },
93
88
  {
94
89
  "kind": "field",
@@ -96,8 +91,7 @@ Code in this file were generated using following JSON:
96
91
  "type": {
97
92
  "text": "ViewTemplate"
98
93
  },
99
- "description": "Templete to use when rendering rows",
100
- "privacy": "public"
94
+ "description": "Templete to use when rendering rows"
101
95
  },
102
96
  {
103
97
  "kind": "field",
@@ -105,8 +99,7 @@ Code in this file were generated using following JSON:
105
99
  "type": {
106
100
  "text": "ViewTemplate | undefined"
107
101
  },
108
- "description": "Templete to use when rendering cells",
109
- "privacy": "public"
102
+ "description": "Templete to use when rendering cells"
110
103
  },
111
104
  {
112
105
  "kind": "field",
@@ -114,8 +107,7 @@ Code in this file were generated using following JSON:
114
107
  "type": {
115
108
  "text": "ViewTemplate | undefined"
116
109
  },
117
- "description": "Templete to use when rendering grid header cells",
118
- "privacy": "public"
110
+ "description": "Templete to use when rendering grid header cells"
119
111
  },
120
112
  {
121
113
  "kind": "field",
@@ -124,8 +116,7 @@ Code in this file were generated using following JSON:
124
116
  "text": "number"
125
117
  },
126
118
  "default": "0",
127
- "description": "Index of row to be focused on when the Data Grid receives focus",
128
- "privacy": "public"
119
+ "description": "Index of row to be focused on when the Data Grid receives focus"
129
120
  },
130
121
  {
131
122
  "kind": "field",
@@ -134,8 +125,7 @@ Code in this file were generated using following JSON:
134
125
  "text": "number"
135
126
  },
136
127
  "default": "0",
137
- "description": "Index of column to be focused on when the Data Grid receives focus",
138
- "privacy": "public"
128
+ "description": "Index of column to be focused on when the Data Grid receives focus"
139
129
  },
140
130
  {
141
131
  "kind": "field",
@@ -143,8 +133,7 @@ Code in this file were generated using following JSON:
143
133
  "type": {
144
134
  "text": "number | undefined"
145
135
  },
146
- "description": "Sets the number of columns fixed to the left when horizontal scrolling",
147
- "privacy": "public"
136
+ "description": "Sets the number of columns fixed to the left when horizontal scrolling"
148
137
  },
149
138
  {
150
139
  "kind": "field",
@@ -289,8 +278,7 @@ Code in this file were generated using following JSON:
289
278
  "type": {
290
279
  "text": "DataGridSelectionMode | undefined"
291
280
  },
292
- "description": "Set the selection mode",
293
- "privacy": "public"
281
+ "description": "Set the selection mode"
294
282
  },
295
283
  {
296
284
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -12,6 +12,7 @@ applied to the cell **attribute** `grid-column`
12
12
  * @param {string | null} ariaSelected - Indicates the selected status.
13
13
  * @param {string | null} ariaSort - Indicates the sort status.
14
14
  * @param {DataGridCellSortStates | undefined} sortDirection - Sets the sorting direction. **attribute** `sort-direction`
15
+ * @param {DataGridConnotation | undefined} connotation - The connotation of the cell, affecting hover and selected colors. **attribute** `connotation`
15
16
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
16
17
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
17
18
  * @param {string} componentName - Core component name, without prefix
@@ -34,6 +35,7 @@ declare const VwcDataGridCell: {
34
35
  "selected"?: boolean;
35
36
  "ariaSort"?: string | null;
36
37
  "sortDirection"?: any;
38
+ "connotation"?: any;
37
39
  "VIVID_VERSION"?: string;
38
40
  "componentName"?: string;
39
41
  }): JSX.Element;
@@ -29,6 +29,7 @@ var VwcDataGridCell = require("../../index.es-CX858N60.js").g(`vvd3-data-grid-ce
29
29
  "ariaSelected",
30
30
  "ariaSort",
31
31
  "sortDirection",
32
+ "connotation",
32
33
  "VIVID_VERSION",
33
34
  "componentName"
34
35
  ]
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -10,6 +10,7 @@ x **attribute** `grid-template-columns`
10
10
  * @param {ViewTemplate | undefined} headerCellItemTemplate - The template used to render header cells in generated rows.
11
11
  * @param {number} rowIndex - The index of the row in the parent grid.
12
12
  This is typically set programmatically by the parent grid.
13
+ * @param {DataGridConnotation | undefined} connotation - The connotation of the row, affecting hover and selected colors. **attribute** `connotation`
13
14
  * @param {string | null} ariaSelected - Indicates the selected status.
14
15
  * @param {boolean | undefined} selected - Reflects selected state of the row **attribute** `selected`
15
16
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
@@ -32,6 +33,7 @@ declare const VwcDataGridRow: {
32
33
  "cellItemTemplate"?: any;
33
34
  "headerCellItemTemplate"?: any;
34
35
  "rowIndex"?: number;
36
+ "connotation"?: any;
35
37
  "ariaSelected"?: string | null;
36
38
  "selected"?: boolean | undefined;
37
39
  "VIVID_VERSION"?: string;
@@ -20,6 +20,7 @@ var VwcDataGridRow = require("../../index.es-CX858N60.js").g(`vvd3-data-grid-row
20
20
  "cellItemTemplate",
21
21
  "headerCellItemTemplate",
22
22
  "rowIndex",
23
+ "connotation",
23
24
  "ariaSelected",
24
25
  "selected",
25
26
  "VIVID_VERSION",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "5.23.0",
3
+ "version": "5.24.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": "5.23.0"
9
+ "@vonage/vivid": "5.24.0"
10
10
  }
11
11
  }