@vonage/vivid-react 3.5.0 → 3.5.2

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 (182) 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 +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +12 -2
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/package.json +2 -2
  66. package/v3/VwcActionGroup/package.json +2 -2
  67. package/v3/VwcAlert/package.json +2 -2
  68. package/v3/VwcAudioPlayer/index.d.ts +2 -0
  69. package/v3/VwcAudioPlayer/index.js +54 -14
  70. package/v3/VwcAudioPlayer/package.json +2 -2
  71. package/v3/VwcAvatar/package.json +2 -2
  72. package/v3/VwcBadge/package.json +2 -2
  73. package/v3/VwcBanner/package.json +2 -2
  74. package/v3/VwcBaseProgress/package.json +2 -2
  75. package/v3/VwcBreadcrumb/package.json +2 -2
  76. package/v3/VwcBreadcrumbItem/package.json +2 -2
  77. package/v3/VwcButton/index.d.ts +8 -8
  78. package/v3/VwcButton/index.js +1 -1
  79. package/v3/VwcButton/package.json +2 -2
  80. package/v3/VwcCalendar/package.json +2 -2
  81. package/v3/VwcCalendarEvent/package.json +2 -2
  82. package/v3/VwcCard/package.json +2 -2
  83. package/v3/VwcCheckbox/index.d.ts +14 -14
  84. package/v3/VwcCheckbox/index.js +1 -1
  85. package/v3/VwcCheckbox/package.json +2 -2
  86. package/v3/VwcCombobox/package.json +2 -2
  87. package/v3/VwcDataGrid/index.d.ts +2 -0
  88. package/v3/VwcDataGrid/index.js +26 -1
  89. package/v3/VwcDataGrid/package.json +2 -2
  90. package/v3/VwcDataGridCell/index.d.ts +2 -1
  91. package/v3/VwcDataGridCell/index.js +1 -1
  92. package/v3/VwcDataGridCell/package.json +2 -2
  93. package/v3/VwcDataGridRow/package.json +2 -2
  94. package/v3/VwcDatePicker/index.d.ts +2 -2
  95. package/v3/VwcDatePicker/index.js +1 -1
  96. package/v3/VwcDatePicker/package.json +2 -2
  97. package/v3/VwcDateRangePicker/package.json +2 -2
  98. package/v3/VwcDateTimePicker/package.json +2 -2
  99. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  100. package/v3/VwcDialPad/package.json +2 -2
  101. package/v3/VwcDialog/package.json +2 -2
  102. package/v3/VwcDivider/index.d.ts +3 -1
  103. package/v3/VwcDivider/index.js +34 -7
  104. package/v3/VwcDivider/package.json +2 -2
  105. package/v3/VwcElevation/package.json +2 -2
  106. package/v3/VwcEmptyState/index.d.ts +4 -4
  107. package/v3/VwcEmptyState/index.js +1 -1
  108. package/v3/VwcEmptyState/package.json +2 -2
  109. package/v3/VwcFab/package.json +2 -2
  110. package/v3/VwcFeedbackMessage/package.json +2 -2
  111. package/v3/VwcFilePicker/package.json +2 -2
  112. package/v3/VwcHeader/package.json +2 -2
  113. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  116. package/v3/VwcImagePlaceholder/index.js +116 -0
  117. package/v3/VwcImagePlaceholder/package.json +11 -0
  118. package/v3/VwcInlineTimePicker/package.json +2 -2
  119. package/v3/VwcLayout/package.json +2 -2
  120. package/v3/VwcListbox/package.json +2 -2
  121. package/v3/VwcMenu/package.json +2 -2
  122. package/v3/VwcMenuItem/index.d.ts +2 -2
  123. package/v3/VwcMenuItem/index.js +1 -1
  124. package/v3/VwcMenuItem/package.json +2 -2
  125. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  126. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  127. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  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/package.json +2 -2
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/VwcOption/index.d.ts +6 -8
  134. package/v3/VwcOption/index.js +24 -48
  135. package/v3/VwcOption/package.json +2 -2
  136. package/v3/VwcOptionTag/package.json +2 -2
  137. package/v3/VwcPagination/package.json +2 -2
  138. package/v3/VwcPickerField/package.json +2 -2
  139. package/v3/VwcPopup/package.json +2 -2
  140. package/v3/VwcProgress/package.json +2 -2
  141. package/v3/VwcProgressRing/package.json +2 -2
  142. package/v3/VwcProseMirrorFacade/index.js +14 -1
  143. package/v3/VwcProseMirrorFacade/package.json +2 -2
  144. package/v3/VwcRadio/package.json +2 -2
  145. package/v3/VwcRadioGroup/package.json +2 -2
  146. package/v3/VwcRangeSlider/package.json +2 -2
  147. package/v3/VwcRichTextEditor/package.json +2 -2
  148. package/v3/VwcSearchableSelect/package.json +2 -2
  149. package/v3/VwcSelect/index.d.ts +22 -22
  150. package/v3/VwcSelect/index.js +1 -1
  151. package/v3/VwcSelect/package.json +2 -2
  152. package/v3/VwcSelectableBox/package.json +2 -2
  153. package/v3/VwcSideDrawer/package.json +2 -2
  154. package/v3/VwcSlider/index.d.ts +17 -17
  155. package/v3/VwcSlider/index.js +1 -1
  156. package/v3/VwcSlider/package.json +2 -2
  157. package/v3/VwcSplitButton/package.json +2 -2
  158. package/v3/VwcSwitch/index.d.ts +10 -10
  159. package/v3/VwcSwitch/index.js +1 -1
  160. package/v3/VwcSwitch/package.json +2 -2
  161. package/v3/VwcTab/package.json +2 -2
  162. package/v3/VwcTabPanel/package.json +2 -2
  163. package/v3/VwcTabs/package.json +2 -2
  164. package/v3/VwcTag/package.json +2 -2
  165. package/v3/VwcTagGroup/package.json +2 -2
  166. package/v3/VwcTextArea/package.json +2 -2
  167. package/v3/VwcTextField/index.d.ts +21 -21
  168. package/v3/VwcTextField/index.js +1 -1
  169. package/v3/VwcTextField/package.json +2 -2
  170. package/v3/VwcTimePicker/package.json +2 -2
  171. package/v3/VwcToggletip/index.d.ts +2 -2
  172. package/v3/VwcToggletip/index.js +1 -1
  173. package/v3/VwcToggletip/package.json +2 -2
  174. package/v3/VwcTooltip/index.d.ts +2 -2
  175. package/v3/VwcTooltip/index.js +5 -1
  176. package/v3/VwcTooltip/package.json +2 -2
  177. package/v3/VwcTreeItem/package.json +2 -2
  178. package/v3/VwcTreeView/package.json +2 -2
  179. package/v3/VwcVideoPlayer/package.json +2 -2
  180. package/v3/VwcVisuallyHidden/package.json +2 -2
  181. package/v3/VwcVividElement/package.json +2 -2
  182. package/v3/VwcVividFoundationButton/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,13 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcCheckbox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/checkbox
4
+ * @param {any} onClick
5
+ * @param {string | undefined} label **attribute** `label`
6
+ * @param {string | undefined} value **attribute** `current-value`
7
+ * @param {boolean | undefined} checked **attribute** `current-checked`
8
+ * @param {boolean | undefined} indeterminate **attribute** `indeterminate`
9
+ * @param {boolean | undefined} disabled **attribute** `disabled`
10
+ * @param {boolean | undefined} readonly
4
11
  * @param {string | null} tabindex **attribute** `tabindex`
5
12
  * @param {CheckboxConnotation | undefined} connotation - The connotation the checklist should have. **attribute** `connotation`
6
13
  * @param {boolean} readOnly - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information. **attribute** `readonly`
@@ -27,13 +34,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
27
34
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
28
35
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
29
36
  * @param {string} componentName - Core component name, without prefix
30
- * @param {any} onClick
31
- * @param {string | undefined} label **attribute** `label`
32
- * @param {string | undefined} value **attribute** `current-value`
33
- * @param {boolean | undefined} checked **attribute** `current-checked`
34
- * @param {boolean | undefined} indeterminate **attribute** `indeterminate`
35
- * @param {boolean | undefined} disabled **attribute** `disabled`
36
- * @param {boolean | undefined} readonly
37
37
  */
38
38
  declare const VwcCheckbox: {
39
39
  (props: {
@@ -44,30 +44,30 @@ declare const VwcCheckbox: {
44
44
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
45
45
  onChange?: ((event: SyntheticEvent) => void) | undefined;
46
46
  onInput?: ((event: SyntheticEvent) => void) | undefined;
47
+ onClick?: any;
48
+ label?: string | undefined;
49
+ value?: string | undefined;
50
+ checked?: any;
51
+ indeterminate?: any;
52
+ disabled?: any;
53
+ readonly?: any;
47
54
  tabindex?: string | null | undefined;
48
55
  connotation?: any;
49
56
  readOnly?: boolean | undefined;
50
- indeterminate?: boolean | undefined;
51
57
  _vividAriaBehaviour?: any;
52
58
  helperText?: string | undefined;
53
59
  errorText?: string | undefined;
54
60
  validate?: any;
55
61
  successText?: string | undefined;
56
- label?: string | undefined;
57
62
  defaultChecked?: boolean | undefined;
58
- checked?: boolean | undefined;
59
63
  checkedAttribute?: any;
60
64
  currentChecked?: any;
61
- value?: string | undefined;
62
65
  currentValue?: any;
63
66
  initialValue?: string | undefined;
64
- disabled?: boolean | undefined;
65
67
  name?: string | undefined;
66
68
  required?: boolean | undefined;
67
69
  VIVID_VERSION?: string | undefined;
68
70
  componentName?: string | undefined;
69
- onClick?: any;
70
- readonly?: any;
71
71
  }): JSX.Element;
72
72
  displayName: string;
73
73
  };
@@ -711,7 +711,7 @@ registerCheckbox('vvd3')
711
711
  const VwcCheckbox = wrapper(`vvd3-checkbox`, {
712
712
  events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
713
713
  attributes: [],
714
- properties: ['tabindex', 'connotation', 'readOnly', 'indeterminate', '_vividAriaBehaviour', 'helperText', 'errorText', 'validate', 'successText', 'label', 'defaultChecked', 'checked', 'checkedAttribute', 'currentChecked', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'onClick', 'label', 'value', 'checked', 'indeterminate', 'disabled', 'readonly']
714
+ properties: ['onClick', 'label', 'value', 'checked', 'indeterminate', 'disabled', 'readonly', 'tabindex', 'connotation', 'readOnly', 'indeterminate', '_vividAriaBehaviour', 'helperText', 'errorText', 'validate', 'successText', 'label', 'defaultChecked', 'checked', 'checkedAttribute', 'currentChecked', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
715
715
  })
716
716
 
717
717
  VwcCheckbox.displayName = 'VwcCheckbox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -18,6 +18,7 @@ within the grid moves focus to the specified row.
18
18
  grid is focused. This value changes as focus moves to different rows
19
19
  within the grid. Changing this value when focus is already within
20
20
  the grid moves focus to the specified column.
21
+ * @param {number | undefined} fixedColumns - Number of columns to be fixed when scrolling horizontally **attribute** `fixed-columns`
21
22
  * @param {string} rowElementTag - Set by the component templates.
22
23
  * @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
23
24
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
@@ -42,6 +43,7 @@ declare const VwcDataGrid: {
42
43
  headerCellItemTemplate?: any;
43
44
  focusRowIndex?: number | undefined;
44
45
  focusColumnIndex?: number | undefined;
46
+ fixedColumns?: any;
45
47
  rowElementTag?: string | undefined;
46
48
  selectionMode?: any;
47
49
  VIVID_VERSION?: string | undefined;
@@ -133,6 +133,15 @@ Code in this file were generated using following JSON:
133
133
  "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
134
134
  "privacy": "public"
135
135
  },
136
+ {
137
+ "kind": "field",
138
+ "name": "fixedColumns",
139
+ "type": {
140
+ "text": "number | undefined"
141
+ },
142
+ "description": "Number of columns to be fixed when scrolling horizontally",
143
+ "privacy": "public"
144
+ },
136
145
  {
137
146
  "kind": "field",
138
147
  "name": "rowElementTag",
@@ -186,6 +195,14 @@ Code in this file were generated using following JSON:
186
195
  "privacy": "private",
187
196
  "default": "false"
188
197
  },
198
+ {
199
+ "kind": "field",
200
+ "name": "resizeObserver",
201
+ "type": {
202
+ "text": "ResizeObserver | undefined"
203
+ },
204
+ "privacy": "private"
205
+ },
189
206
  {
190
207
  "kind": "field",
191
208
  "name": "observer",
@@ -415,6 +432,14 @@ Code in this file were generated using following JSON:
415
432
  "description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
416
433
  "fieldName": "gridTemplateColumns"
417
434
  },
435
+ {
436
+ "name": "fixed-columns",
437
+ "type": {
438
+ "text": "number | undefined"
439
+ },
440
+ "description": "Number of columns to be fixed when scrolling horizontally",
441
+ "fieldName": "fixedColumns"
442
+ },
418
443
  {
419
444
  "name": "selection-mode",
420
445
  "type": {
@@ -442,7 +467,7 @@ registerDataGrid('vvd3')
442
467
  const VwcDataGrid = wrapper(`vvd3-data-grid`, {
443
468
  events: [{"name":"cell-click","propName":"onCellClick"}],
444
469
  attributes: [],
445
- properties: ['noTabbing', 'generateHeader', 'gridTemplateColumns', 'rowsData', 'columnDefinitions', 'rowItemTemplate', 'cellItemTemplate', 'headerCellItemTemplate', 'focusRowIndex', 'focusColumnIndex', 'rowElementTag', 'selectionMode', 'VIVID_VERSION', 'componentName']
470
+ properties: ['noTabbing', 'generateHeader', 'gridTemplateColumns', 'rowsData', 'columnDefinitions', 'rowItemTemplate', 'cellItemTemplate', 'headerCellItemTemplate', 'focusRowIndex', 'focusColumnIndex', 'fixedColumns', 'rowElementTag', 'selectionMode', 'VIVID_VERSION', 'componentName']
446
471
  })
447
472
 
448
473
  VwcDataGrid.displayName = 'VwcDataGrid'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcDataGridCell
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid-cell
4
+ * @param {boolean | undefined} ariaSelected **attribute** `aria-selected`
4
5
  * @param {DataGridCellTypes} cellType - The type of cell **attribute** `cell-type`
5
6
  * @param {string} gridColumn - The column index of the cell.
6
7
  This will be applied to the css grid-column-index value
@@ -25,12 +26,12 @@ declare const VwcDataGridCell: {
25
26
  onSort?: ((event: SyntheticEvent) => void) | undefined;
26
27
  onCellClick?: ((event: SyntheticEvent) => void) | undefined;
27
28
  onCellFocused?: ((event: SyntheticEvent) => void) | undefined;
29
+ ariaSelected?: any;
28
30
  cellType?: any;
29
31
  gridColumn?: string | undefined;
30
32
  rowData?: any;
31
33
  columnDefinition?: any;
32
34
  selected?: boolean | undefined;
33
- ariaSelected?: string | null | undefined;
34
35
  ariaSort?: string | null | undefined;
35
36
  sortDirection?: any;
36
37
  VIVID_VERSION?: string | undefined;
@@ -387,7 +387,7 @@ import wrapper from '@vonage/vivid-react-wrapper'
387
387
  const VwcDataGridCell = wrapper(`vvd3-data-grid-cell`, {
388
388
  events: [{"name":"cell-focused","propName":"onCellFocused"},{"name":"cell-click","propName":"onCellClick"},{"name":"sort","propName":"onSort"}],
389
389
  attributes: [],
390
- properties: ['cellType', 'gridColumn', 'rowData', 'columnDefinition', 'selected', 'ariaSelected', 'ariaSort', 'sortDirection', 'VIVID_VERSION', 'componentName']
390
+ properties: ['ariaSelected', 'cellType', 'gridColumn', 'rowData', 'columnDefinition', 'selected', 'ariaSelected', 'ariaSort', 'sortDirection', 'VIVID_VERSION', 'componentName']
391
391
  })
392
392
 
393
393
  VwcDataGridCell.displayName = 'VwcDataGridCell'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-cell",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-data-grid-row",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Single date picker component.
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker
4
+ * @param {string | undefined} errorText **attribute** `error-text`
4
5
  * @param {string} type
5
6
  * @param {string} min - The earliest accepted date. **attribute** `min`
6
7
  * @param {string} max - The latest accepted date. **attribute** `max`
@@ -20,7 +21,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
20
21
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
21
22
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
22
23
  * @param {string} componentName - Core component name, without prefix
23
- * @param {string | undefined} errorText **attribute** `error-text`
24
24
  */
25
25
  declare const VwcDatePicker: {
26
26
  (props: {
@@ -31,13 +31,13 @@ declare const VwcDatePicker: {
31
31
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
32
32
  onInput?: ((event: SyntheticEvent) => void) | undefined;
33
33
  onChange?: ((event: SyntheticEvent) => void) | undefined;
34
+ errorText?: string | undefined;
34
35
  type?: string | undefined;
35
36
  min?: string | undefined;
36
37
  max?: string | undefined;
37
38
  value?: string | undefined;
38
39
  readOnly?: boolean | undefined;
39
40
  helperText?: string | undefined;
40
- errorText?: string | undefined;
41
41
  validate?: any;
42
42
  label?: string | undefined;
43
43
  currentValue?: any;
@@ -669,7 +669,7 @@ registerDatePicker('vvd3')
669
669
  const VwcDatePicker = wrapper(`vvd3-date-picker`, {
670
670
  events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
671
671
  attributes: [],
672
- properties: ['type', 'min', 'max', 'value', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'errorText']
672
+ properties: ['errorText', 'type', 'min', 'max', 'value', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
673
673
  })
674
674
 
675
675
  VwcDatePicker.displayName = 'VwcDatePicker'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-range-picker",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-time-picker",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-delegate-aria-behavior",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dial-pad",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -3,7 +3,8 @@ import React, { ReactNode } from 'react';
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/divider
4
4
  * @param {DividerRole} role - The role of the element. This property will be removed **attribute** `role`
5
5
  * @param {Orientation} orientation - The orientation of the divider. **attribute** `orientation`
6
- * @param {'delegate'} _vividAriaBehaviour
6
+ * @param {DividerAppearance | undefined} appearance - The appearance of the divider. **attribute** `appearance`
7
+ * @param {'host'} _vividAriaBehaviour
7
8
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
8
9
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
9
10
  * @param {string} componentName - Core component name, without prefix
@@ -17,6 +18,7 @@ declare const VwcDivider: {
17
18
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
18
19
  role?: any;
19
20
  orientation?: any;
21
+ appearance?: any;
20
22
  _vividAriaBehaviour?: any;
21
23
  VIVID_VERSION?: string | undefined;
22
24
  componentName?: string | undefined;
@@ -7,6 +7,16 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "",
9
9
  "name": "Divider",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-divider-accent-soft",
13
+ "default": "var(--vvd-color-neutral-100)"
14
+ },
15
+ {
16
+ "name": "--vvd-divider-accent-dim",
17
+ "default": "var(--vvd-color-neutral-200)"
18
+ }
19
+ ],
10
20
  "members": [
11
21
  {
12
22
  "kind": "field",
@@ -26,16 +36,25 @@ Code in this file were generated using following JSON:
26
36
  "description": "The orientation of the divider.",
27
37
  "privacy": "public"
28
38
  },
39
+ {
40
+ "kind": "field",
41
+ "name": "appearance",
42
+ "type": {
43
+ "text": "DividerAppearance | undefined"
44
+ },
45
+ "description": "The appearance of the divider.",
46
+ "privacy": "public"
47
+ },
29
48
  {
30
49
  "kind": "field",
31
50
  "name": "_vividAriaBehaviour",
32
- "default": "'delegate'",
51
+ "default": "'host'",
33
52
  "type": {
34
- "text": "'delegate'"
53
+ "text": "'host'"
35
54
  },
36
55
  "inheritedFrom": {
37
- "name": "DelegatesAria",
38
- "module": "src/shared/aria/delegates-aria.ts"
56
+ "name": "HostSemantics",
57
+ "module": "src/shared/aria/host-semantics.ts"
39
58
  }
40
59
  },
41
60
  {
@@ -82,12 +101,20 @@ Code in this file were generated using following JSON:
82
101
  },
83
102
  "description": "The orientation of the divider.",
84
103
  "fieldName": "orientation"
104
+ },
105
+ {
106
+ "name": "appearance",
107
+ "type": {
108
+ "text": "DividerAppearance | undefined"
109
+ },
110
+ "description": "The appearance of the divider.",
111
+ "fieldName": "appearance"
85
112
  }
86
113
  ],
87
114
  "mixins": [
88
115
  {
89
- "name": "DelegatesAria",
90
- "module": "/src/shared/aria/delegates-aria"
116
+ "name": "HostSemantics",
117
+ "module": "/src/shared/aria/host-semantics"
91
118
  }
92
119
  ],
93
120
  "superclass": {
@@ -108,7 +135,7 @@ registerDivider('vvd3')
108
135
  const VwcDivider = wrapper(`vvd3-divider`, {
109
136
  events: [],
110
137
  attributes: [],
111
- properties: ['role', 'orientation', '_vividAriaBehaviour', 'VIVID_VERSION', 'componentName']
138
+ properties: ['role', 'orientation', 'appearance', '_vividAriaBehaviour', 'VIVID_VERSION', 'componentName']
112
139
  })
113
140
 
114
141
  VwcDivider.displayName = 'VwcDivider'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,8 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** An empty state element. Used when there is no data to display to the user.
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/empty-state
4
+ * @param {string | undefined} iconDecoration **attribute** `icon-decoration`
5
+ * @param {string | undefined} connotation **attribute** `connotation`
4
6
  * @param {EmptyStateConnotation | undefined} connotation - The connotation the empty state should have. **attribute** `connotation`
5
7
  * @param {string | undefined} headline - An optional headline for the empty state. **attribute** `headline`
6
8
  * @param {string | undefined} icon - Icon for the empty state. **attribute** `icon`
@@ -8,8 +10,6 @@ import React, { ReactNode } from 'react';
8
10
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
9
11
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
10
12
  * @param {string} componentName - Core component name, without prefix
11
- * @param {string | undefined} iconDecoration **attribute** `icon-decoration`
12
- * @param {string | undefined} connotation **attribute** `connotation`
13
13
  */
14
14
  declare const VwcEmptyState: {
15
15
  (props: {
@@ -18,10 +18,10 @@ declare const VwcEmptyState: {
18
18
  id?: string | undefined;
19
19
  style?: React.CSSProperties | undefined;
20
20
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
21
- connotation?: any;
21
+ iconDecoration?: string | undefined;
22
+ connotation?: string | undefined;
22
23
  headline?: string | undefined;
23
24
  icon?: string | undefined;
24
- iconDecoration?: any;
25
25
  VIVID_VERSION?: string | undefined;
26
26
  componentName?: string | undefined;
27
27
  }): JSX.Element;
@@ -222,7 +222,7 @@ registerEmptyState('vvd3')
222
222
  const VwcEmptyState = wrapper(`vvd3-empty-state`, {
223
223
  events: [],
224
224
  attributes: [],
225
- properties: ['connotation', 'headline', 'icon', 'iconDecoration', 'VIVID_VERSION', 'componentName', 'iconDecoration', 'connotation']
225
+ properties: ['iconDecoration', 'connotation', 'connotation', 'headline', 'icon', 'iconDecoration', 'VIVID_VERSION', 'componentName']
226
226
  })
227
227
 
228
228
  VwcEmptyState.displayName = 'VwcEmptyState'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-feedback-message",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }