@vonage/vivid-react 3.5.1 → 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 (159) 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/package.json +2 -2
  78. package/v3/VwcCalendar/package.json +2 -2
  79. package/v3/VwcCalendarEvent/package.json +2 -2
  80. package/v3/VwcCard/package.json +2 -2
  81. package/v3/VwcCheckbox/package.json +2 -2
  82. package/v3/VwcCombobox/package.json +2 -2
  83. package/v3/VwcDataGrid/index.d.ts +2 -0
  84. package/v3/VwcDataGrid/index.js +26 -1
  85. package/v3/VwcDataGrid/package.json +2 -2
  86. package/v3/VwcDataGridCell/package.json +2 -2
  87. package/v3/VwcDataGridRow/package.json +2 -2
  88. package/v3/VwcDatePicker/package.json +2 -2
  89. package/v3/VwcDateRangePicker/package.json +2 -2
  90. package/v3/VwcDateTimePicker/package.json +2 -2
  91. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  92. package/v3/VwcDialPad/package.json +2 -2
  93. package/v3/VwcDialog/package.json +2 -2
  94. package/v3/VwcDivider/index.d.ts +3 -1
  95. package/v3/VwcDivider/index.js +34 -7
  96. package/v3/VwcDivider/package.json +2 -2
  97. package/v3/VwcElevation/package.json +2 -2
  98. package/v3/VwcEmptyState/package.json +2 -2
  99. package/v3/VwcFab/package.json +2 -2
  100. package/v3/VwcFeedbackMessage/package.json +2 -2
  101. package/v3/VwcFilePicker/package.json +2 -2
  102. package/v3/VwcHeader/package.json +2 -2
  103. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  104. package/v3/VwcIcon/package.json +2 -2
  105. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  106. package/v3/VwcImagePlaceholder/index.js +116 -0
  107. package/v3/VwcImagePlaceholder/package.json +11 -0
  108. package/v3/VwcInlineTimePicker/package.json +2 -2
  109. package/v3/VwcLayout/package.json +2 -2
  110. package/v3/VwcListbox/package.json +2 -2
  111. package/v3/VwcMenu/package.json +2 -2
  112. package/v3/VwcMenuItem/package.json +2 -2
  113. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  114. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  115. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  116. package/v3/VwcNav/package.json +2 -2
  117. package/v3/VwcNavDisclosure/package.json +2 -2
  118. package/v3/VwcNavItem/package.json +2 -2
  119. package/v3/VwcNote/package.json +2 -2
  120. package/v3/VwcNumberField/package.json +2 -2
  121. package/v3/VwcOption/index.d.ts +6 -8
  122. package/v3/VwcOption/index.js +24 -48
  123. package/v3/VwcOption/package.json +2 -2
  124. package/v3/VwcOptionTag/package.json +2 -2
  125. package/v3/VwcPagination/package.json +2 -2
  126. package/v3/VwcPickerField/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/VwcProseMirrorFacade/index.js +14 -1
  131. package/v3/VwcProseMirrorFacade/package.json +2 -2
  132. package/v3/VwcRadio/package.json +2 -2
  133. package/v3/VwcRadioGroup/package.json +2 -2
  134. package/v3/VwcRangeSlider/package.json +2 -2
  135. package/v3/VwcRichTextEditor/package.json +2 -2
  136. package/v3/VwcSearchableSelect/package.json +2 -2
  137. package/v3/VwcSelect/package.json +2 -2
  138. package/v3/VwcSelectableBox/package.json +2 -2
  139. package/v3/VwcSideDrawer/package.json +2 -2
  140. package/v3/VwcSlider/package.json +2 -2
  141. package/v3/VwcSplitButton/package.json +2 -2
  142. package/v3/VwcSwitch/package.json +2 -2
  143. package/v3/VwcTab/package.json +2 -2
  144. package/v3/VwcTabPanel/package.json +2 -2
  145. package/v3/VwcTabs/package.json +2 -2
  146. package/v3/VwcTag/package.json +2 -2
  147. package/v3/VwcTagGroup/package.json +2 -2
  148. package/v3/VwcTextArea/package.json +2 -2
  149. package/v3/VwcTextField/package.json +2 -2
  150. package/v3/VwcTimePicker/package.json +2 -2
  151. package/v3/VwcToggletip/package.json +2 -2
  152. package/v3/VwcTooltip/index.js +4 -0
  153. package/v3/VwcTooltip/package.json +2 -2
  154. package/v3/VwcTreeItem/package.json +2 -2
  155. package/v3/VwcTreeView/package.json +2 -2
  156. package/v3/VwcVideoPlayer/package.json +2 -2
  157. package/v3/VwcVisuallyHidden/package.json +2 -2
  158. package/v3/VwcVividElement/package.json +2 -2
  159. package/v3/VwcVividFoundationButton/package.json +2 -2
@@ -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,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,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,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
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-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-header",
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-host-semantics-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-icon",
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
  }
@@ -0,0 +1,28 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** VwcImagePlaceholder
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/image-placeholder
4
+ * @param {string | undefined} fileName **attribute** `file-name`
5
+ * @param {string | undefined} size **attribute** `size`
6
+ * @param {string | undefined} errorMessage **attribute** `error-message`
7
+ * @param {string | undefined} icon **attribute** `icon`
8
+ * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
9
+ It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
10
+ * @param {string} componentName - Core component name, without prefix
11
+ */
12
+ declare const VwcImagePlaceholder: {
13
+ (props: {
14
+ children?: ReactNode;
15
+ slot?: string | undefined;
16
+ id?: string | undefined;
17
+ style?: React.CSSProperties | undefined;
18
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
+ fileName?: string | undefined;
20
+ size?: string | undefined;
21
+ errorMessage?: string | undefined;
22
+ icon?: string | undefined;
23
+ VIVID_VERSION?: string | undefined;
24
+ componentName?: string | undefined;
25
+ }): JSX.Element;
26
+ displayName: string;
27
+ };
28
+ export default VwcImagePlaceholder;
@@ -0,0 +1,116 @@
1
+ /*
2
+ * DO NOT EDIT THIS FILE. IT IS GENERATED
3
+ */
4
+ /*
5
+ Code in this file were generated using following JSON:
6
+ {
7
+ "kind": "class",
8
+ "description": "",
9
+ "name": "ImagePlaceholder",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "fileName",
14
+ "type": {
15
+ "text": "string | undefined"
16
+ }
17
+ },
18
+ {
19
+ "kind": "field",
20
+ "name": "size",
21
+ "type": {
22
+ "text": "string | undefined"
23
+ }
24
+ },
25
+ {
26
+ "kind": "field",
27
+ "name": "errorMessage",
28
+ "type": {
29
+ "text": "string | undefined"
30
+ }
31
+ },
32
+ {
33
+ "kind": "field",
34
+ "name": "icon",
35
+ "type": {
36
+ "text": "string | undefined"
37
+ }
38
+ },
39
+ {
40
+ "kind": "field",
41
+ "name": "VIVID_VERSION",
42
+ "static": true,
43
+ "default": "__PACKAGE_VERSION__",
44
+ "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
45
+ "type": {
46
+ "text": "string"
47
+ },
48
+ "inheritedFrom": {
49
+ "name": "VividElement",
50
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
51
+ }
52
+ },
53
+ {
54
+ "kind": "field",
55
+ "name": "componentName",
56
+ "type": {
57
+ "text": "string"
58
+ },
59
+ "static": true,
60
+ "description": "Core component name, without prefix",
61
+ "inheritedFrom": {
62
+ "name": "VividElement",
63
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
64
+ }
65
+ }
66
+ ],
67
+ "attributes": [
68
+ {
69
+ "name": "file-name",
70
+ "type": {
71
+ "text": "string | undefined"
72
+ },
73
+ "fieldName": "fileName"
74
+ },
75
+ {
76
+ "name": "size",
77
+ "type": {
78
+ "text": "string | undefined"
79
+ },
80
+ "fieldName": "size"
81
+ },
82
+ {
83
+ "name": "error-message",
84
+ "type": {
85
+ "text": "string | undefined"
86
+ },
87
+ "fieldName": "errorMessage"
88
+ },
89
+ {
90
+ "name": "icon",
91
+ "type": {
92
+ "text": "string | undefined"
93
+ },
94
+ "fieldName": "icon"
95
+ }
96
+ ],
97
+ "superclass": {
98
+ "name": "VividElement",
99
+ "module": "/src/shared/foundation/vivid-element/vivid-element"
100
+ }
101
+ }
102
+ */
103
+ import wrapper from '@vonage/vivid-react-wrapper'
104
+ import { registerImagePlaceholder } from '@vonage/vivid'
105
+
106
+ registerImagePlaceholder('vvd3')
107
+
108
+ const VwcImagePlaceholder = wrapper(`vvd3-image-placeholder`, {
109
+ events: [],
110
+ attributes: [],
111
+ properties: ['fileName', 'size', 'errorMessage', 'icon', 'VIVID_VERSION', 'componentName']
112
+ })
113
+
114
+ VwcImagePlaceholder.displayName = 'VwcImagePlaceholder'
115
+
116
+ export default VwcImagePlaceholder
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-image-placeholder",
3
+ "version": "4.29.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "4.29.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-inline-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-layout",
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-listbox",
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-menu",
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
  }