@vonage/vivid-react 2.10.76 → 2.10.78

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 (173) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +4 -4
  65. package/package.json +2 -2
  66. package/types/index.d.ts +29 -8
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.d.ts +4 -0
  71. package/v3/VwcAlert/index.js +39 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAppearanceUi/index.d.ts +29 -0
  74. package/v3/VwcAppearanceUi/index.js +528 -0
  75. package/v3/VwcAppearanceUi/package.json +11 -0
  76. package/v3/VwcAudioPlayer/index.d.ts +29 -0
  77. package/v3/VwcAudioPlayer/index.js +150 -0
  78. package/v3/VwcAudioPlayer/package.json +11 -0
  79. package/v3/VwcAvatar/index.js +8 -0
  80. package/v3/VwcAvatar/package.json +2 -2
  81. package/v3/VwcBadge/index.js +24 -0
  82. package/v3/VwcBadge/package.json +2 -2
  83. package/v3/VwcBanner/index.d.ts +2 -0
  84. package/v3/VwcBanner/index.js +17 -1
  85. package/v3/VwcBanner/package.json +2 -2
  86. package/v3/VwcBreadcrumb/package.json +2 -2
  87. package/v3/VwcBreadcrumbItem/package.json +2 -2
  88. package/v3/VwcButton/package.json +2 -2
  89. package/v3/VwcCalendar/package.json +2 -2
  90. package/v3/VwcCalendarEvent/package.json +2 -2
  91. package/v3/VwcCard/index.d.ts +2 -0
  92. package/v3/VwcCard/index.js +18 -1
  93. package/v3/VwcCard/package.json +2 -2
  94. package/v3/VwcCheckbox/index.d.ts +3 -0
  95. package/v3/VwcCheckbox/index.js +24 -2
  96. package/v3/VwcCheckbox/package.json +2 -2
  97. package/v3/VwcCombobox/package.json +2 -2
  98. package/v3/VwcDataGrid/index.d.ts +4 -1
  99. package/v3/VwcDataGrid/index.js +21 -2
  100. package/v3/VwcDataGrid/package.json +2 -2
  101. package/v3/VwcDataGridCell/index.d.ts +1 -0
  102. package/v3/VwcDataGridCell/index.js +9 -1
  103. package/v3/VwcDataGridCell/package.json +2 -2
  104. package/v3/VwcDataGridRow/index.d.ts +2 -1
  105. package/v3/VwcDataGridRow/index.js +7 -1
  106. package/v3/VwcDataGridRow/package.json +2 -2
  107. package/v3/VwcDatePicker/package.json +2 -2
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/package.json +2 -2
  110. package/v3/VwcDialog/index.d.ts +2 -8
  111. package/v3/VwcDialog/index.js +11 -64
  112. package/v3/VwcDialog/package.json +2 -2
  113. package/v3/VwcDivider/package.json +2 -2
  114. package/v3/VwcElevation/package.json +2 -2
  115. package/v3/VwcEmptyState/package.json +2 -2
  116. package/v3/VwcFab/package.json +2 -2
  117. package/v3/VwcFilePicker/package.json +2 -2
  118. package/v3/VwcFocus/package.json +2 -2
  119. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  120. package/v3/VwcHeader/package.json +2 -2
  121. package/v3/VwcIcon/package.json +2 -2
  122. package/v3/VwcLayout/package.json +2 -2
  123. package/v3/VwcListbox/package.json +2 -2
  124. package/v3/VwcMenu/index.d.ts +2 -2
  125. package/v3/VwcMenu/index.js +29 -69
  126. package/v3/VwcMenu/package.json +2 -2
  127. package/v3/VwcMenuItem/package.json +2 -2
  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/index.js +18 -18
  132. package/v3/VwcNote/package.json +2 -2
  133. package/v3/VwcNumberField/package.json +2 -2
  134. package/v3/VwcOption/package.json +2 -2
  135. package/v3/VwcPagination/package.json +2 -2
  136. package/v3/VwcPopup/index.d.ts +1 -1
  137. package/v3/VwcPopup/index.js +6 -11
  138. package/v3/VwcPopup/package.json +2 -2
  139. package/v3/VwcProgress/package.json +2 -2
  140. package/v3/VwcProgressRing/package.json +2 -2
  141. package/v3/VwcRadio/package.json +2 -2
  142. package/v3/VwcRadioGroup/package.json +2 -2
  143. package/v3/VwcSelect/index.d.ts +0 -4
  144. package/v3/VwcSelect/index.js +1 -15
  145. package/v3/VwcSelect/package.json +2 -2
  146. package/v3/VwcSelectableBox/index.d.ts +5 -5
  147. package/v3/VwcSelectableBox/index.js +51 -38
  148. package/v3/VwcSelectableBox/package.json +2 -2
  149. package/v3/VwcSideDrawer/package.json +2 -2
  150. package/v3/VwcSlider/package.json +2 -2
  151. package/v3/VwcSplitButton/index.d.ts +6 -0
  152. package/v3/VwcSplitButton/index.js +95 -2
  153. package/v3/VwcSplitButton/package.json +2 -2
  154. package/v3/VwcSwitch/package.json +2 -2
  155. package/v3/VwcTab/package.json +2 -2
  156. package/v3/VwcTabPanel/package.json +2 -2
  157. package/v3/VwcTabs/index.d.ts +2 -0
  158. package/v3/VwcTabs/index.js +18 -1
  159. package/v3/VwcTabs/package.json +2 -2
  160. package/v3/VwcTag/package.json +2 -2
  161. package/v3/VwcTagGroup/package.json +2 -2
  162. package/v3/VwcTextAnchor/package.json +2 -2
  163. package/v3/VwcTextArea/index.js +1 -1
  164. package/v3/VwcTextArea/package.json +2 -2
  165. package/v3/VwcTextField/package.json +2 -2
  166. package/v3/VwcToggletip/index.d.ts +0 -2
  167. package/v3/VwcToggletip/index.js +17 -59
  168. package/v3/VwcToggletip/package.json +2 -2
  169. package/v3/VwcTooltip/index.d.ts +0 -2
  170. package/v3/VwcTooltip/index.js +16 -91
  171. package/v3/VwcTooltip/package.json +2 -2
  172. package/v3/VwcTreeItem/package.json +2 -2
  173. package/v3/VwcTreeView/package.json +2 -2
@@ -0,0 +1,150 @@
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": "Base class for audio-player",
9
+ "name": "AudioPlayer",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "playButtonAriaLabel",
14
+ "type": {
15
+ "text": "string | null"
16
+ },
17
+ "default": "null"
18
+ },
19
+ {
20
+ "kind": "field",
21
+ "name": "pauseButtonAriaLabel",
22
+ "type": {
23
+ "text": "string | null"
24
+ },
25
+ "default": "null"
26
+ },
27
+ {
28
+ "kind": "field",
29
+ "name": "sliderAriaLabel",
30
+ "type": {
31
+ "text": "string | null"
32
+ },
33
+ "default": "null"
34
+ },
35
+ {
36
+ "kind": "field",
37
+ "name": "connotation",
38
+ "type": {
39
+ "text": "AudioPlayerConnotation | undefined"
40
+ },
41
+ "description": "The connotation the audio-player should have.",
42
+ "privacy": "public"
43
+ },
44
+ {
45
+ "kind": "field",
46
+ "name": "src",
47
+ "type": {
48
+ "text": "string | undefined"
49
+ },
50
+ "description": "Indicates the audio-player's src.",
51
+ "privacy": "public"
52
+ },
53
+ {
54
+ "kind": "field",
55
+ "name": "disabled",
56
+ "type": {
57
+ "text": "boolean"
58
+ },
59
+ "default": "false",
60
+ "description": "Indicates whether audio player is disabled.",
61
+ "privacy": "public"
62
+ },
63
+ {
64
+ "kind": "field",
65
+ "name": "notime",
66
+ "type": {
67
+ "text": "boolean"
68
+ },
69
+ "default": "false",
70
+ "privacy": "public",
71
+ "description": ""
72
+ }
73
+ ],
74
+ "attributes": [
75
+ {
76
+ "name": "play-button-aria-label",
77
+ "type": {
78
+ "text": "string | null"
79
+ },
80
+ "default": "null",
81
+ "fieldName": "playButtonAriaLabel"
82
+ },
83
+ {
84
+ "name": "pause-button-aria-label",
85
+ "type": {
86
+ "text": "string | null"
87
+ },
88
+ "default": "null",
89
+ "fieldName": "pauseButtonAriaLabel"
90
+ },
91
+ {
92
+ "name": "slider-aria-label",
93
+ "type": {
94
+ "text": "string | null"
95
+ },
96
+ "default": "null",
97
+ "fieldName": "sliderAriaLabel"
98
+ },
99
+ {
100
+ "name": "connotation",
101
+ "type": {
102
+ "text": "AudioPlayerConnotation | undefined"
103
+ },
104
+ "description": "The connotation the audio-player should have.",
105
+ "fieldName": "connotation"
106
+ },
107
+ {
108
+ "name": "src",
109
+ "type": {
110
+ "text": "string | undefined"
111
+ },
112
+ "description": "Indicates the audio-player's src.",
113
+ "fieldName": "src"
114
+ },
115
+ {
116
+ "type": {
117
+ "text": "boolean"
118
+ },
119
+ "default": "false",
120
+ "description": "Indicates whether audio player is disabled.",
121
+ "fieldName": "disabled"
122
+ },
123
+ {
124
+ "type": {
125
+ "text": "boolean"
126
+ },
127
+ "default": "false",
128
+ "fieldName": "notime"
129
+ }
130
+ ],
131
+ "superclass": {
132
+ "name": "FoundationElement",
133
+ "package": "@microsoft/fast-foundation"
134
+ }
135
+ }
136
+ */
137
+ import wrapper from '@vonage/vivid-react-wrapper'
138
+ import { registerAudioPlayer } from '@vonage/vivid'
139
+
140
+ registerAudioPlayer('vvd3')
141
+
142
+ const VwcAudioPlayer = wrapper(`vvd3-audio-player`, {
143
+ events: [],
144
+ attributes: [],
145
+ properties: ['playButtonAriaLabel', 'pauseButtonAriaLabel', 'sliderAriaLabel', 'connotation', 'src', 'disabled', 'notime']
146
+ })
147
+
148
+ VwcAudioPlayer.displayName = 'VwcAudioPlayer'
149
+
150
+ export default VwcAudioPlayer
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-audio-player",
3
+ "version": "3.46.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.46.0"
10
+ }
11
+ }
@@ -32,6 +32,10 @@ Code in this file were generated using following JSON:
32
32
  "name": "--vvd-avatar-cta-soft",
33
33
  "default": "var(--vvd-color-cta-100)"
34
34
  },
35
+ {
36
+ "name": "--vvd-avatar-cta-contrast",
37
+ "default": "var(--vvd-color-cta-800)"
38
+ },
35
39
  {
36
40
  "name": "--vvd-avatar-accent-primary",
37
41
  "default": "var(--vvd-color-canvas-text)"
@@ -55,6 +59,10 @@ Code in this file were generated using following JSON:
55
59
  {
56
60
  "name": "--vvd-avatar-accent-soft",
57
61
  "default": "var(--vvd-color-neutral-100)"
62
+ },
63
+ {
64
+ "name": "--vvd-avatar-accent-contrast",
65
+ "default": "var(--vvd-color-neutral-800)"
58
66
  }
59
67
  ],
60
68
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-avatar",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -36,6 +36,10 @@ Code in this file were generated using following JSON:
36
36
  "name": "--vvd-badge-cta-fierce",
37
37
  "default": "var(--vvd-color-cta-700)"
38
38
  },
39
+ {
40
+ "name": "--vvd-badge-cta-firm",
41
+ "default": "var(--vvd-color-cta-600)"
42
+ },
39
43
  {
40
44
  "name": "--vvd-badge-success-primary",
41
45
  "default": "var(--vvd-color-success-500)"
@@ -64,6 +68,10 @@ Code in this file were generated using following JSON:
64
68
  "name": "--vvd-badge-success-fierce",
65
69
  "default": "var(--vvd-color-success-700)"
66
70
  },
71
+ {
72
+ "name": "--vvd-badge-success-firm",
73
+ "default": "var(--vvd-color-success-600)"
74
+ },
67
75
  {
68
76
  "name": "--vvd-badge-alert-primary",
69
77
  "default": "var(--vvd-color-alert-500)"
@@ -92,6 +100,10 @@ Code in this file were generated using following JSON:
92
100
  "name": "--vvd-badge-alert-fierce",
93
101
  "default": "var(--vvd-color-alert-700)"
94
102
  },
103
+ {
104
+ "name": "--vvd-badge-alert-firm",
105
+ "default": "var(--vvd-color-alert-600)"
106
+ },
95
107
  {
96
108
  "name": "--vvd-badge-warning-primary",
97
109
  "default": "var(--vvd-color-warning-300)"
@@ -120,6 +132,10 @@ Code in this file were generated using following JSON:
120
132
  "name": "--vvd-badge-warning-fierce",
121
133
  "default": "var(--vvd-color-warning-700)"
122
134
  },
135
+ {
136
+ "name": "--vvd-badge-warning-firm",
137
+ "default": "var(--vvd-color-warning-600)"
138
+ },
123
139
  {
124
140
  "name": "--vvd-badge-information-primary",
125
141
  "default": "var(--vvd-color-information-500)"
@@ -148,6 +164,10 @@ Code in this file were generated using following JSON:
148
164
  "name": "--vvd-badge-information-fierce",
149
165
  "default": "var(--vvd-color-information-700)"
150
166
  },
167
+ {
168
+ "name": "--vvd-badge-information-firm",
169
+ "default": "var(--vvd-color-information-600)"
170
+ },
151
171
  {
152
172
  "name": "--vvd-badge-accent-primary",
153
173
  "default": "var(--vvd-color-canvas-text)"
@@ -175,6 +195,10 @@ Code in this file were generated using following JSON:
175
195
  {
176
196
  "name": "--vvd-badge-accent-fierce",
177
197
  "default": "var(--vvd-color-neutral-700)"
198
+ },
199
+ {
200
+ "name": "--vvd-badge-accent-firm",
201
+ "default": "var(--vvd-color-canvas-text)"
178
202
  }
179
203
  ],
180
204
  "members": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-badge",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for banner
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/banner
4
+ * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-aria-label`
4
5
  * @param {string | null} role **attribute** `role`
5
6
  * @param {string | undefined} actionHref **attribute** `action-href`
6
7
  * @param {string | undefined} actionText **attribute** `action-text`
@@ -16,6 +17,7 @@ declare const VwcBanner: {
16
17
  id?: string | undefined;
17
18
  style?: React.CSSProperties | undefined;
18
19
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
20
+ dismissButtonAriaLabel?: string | null | undefined;
19
21
  role?: string | null | undefined;
20
22
  actionHref?: string | undefined;
21
23
  actionText?: string | undefined;
@@ -56,6 +56,14 @@ Code in this file were generated using following JSON:
56
56
  }
57
57
  ],
58
58
  "members": [
59
+ {
60
+ "kind": "field",
61
+ "name": "dismissButtonAriaLabel",
62
+ "type": {
63
+ "text": "string | null"
64
+ },
65
+ "default": "null"
66
+ },
59
67
  {
60
68
  "kind": "field",
61
69
  "name": "role",
@@ -133,6 +141,14 @@ Code in this file were generated using following JSON:
133
141
  }
134
142
  ],
135
143
  "attributes": [
144
+ {
145
+ "name": "dismiss-aria-label",
146
+ "type": {
147
+ "text": "string | null"
148
+ },
149
+ "default": "null",
150
+ "fieldName": "dismissButtonAriaLabel"
151
+ },
136
152
  {
137
153
  "name": "role",
138
154
  "type": {
@@ -198,7 +214,7 @@ registerBanner('vvd3')
198
214
  const VwcBanner = wrapper(`vvd3-banner`, {
199
215
  events: [],
200
216
  attributes: [],
201
- properties: ['role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
217
+ properties: ['dismissButtonAriaLabel', 'role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
202
218
  })
203
219
 
204
220
  VwcBanner.displayName = 'VwcBanner'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-banner",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-breadcrumb-item",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-button",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-calendar-event",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for card
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/card
4
+ * @param {CardAppearance | undefined} appearance - The appearance the card should have. **attribute** `appearance`
4
5
  * @param {string | undefined} headline - the text of the card heading
5
6
  accepts string **attribute** `headline`
6
7
  * @param {string | undefined} subtitle - the text of the card sub-heading
@@ -19,6 +20,7 @@ declare const VwcCard: {
19
20
  id?: string | undefined;
20
21
  style?: React.CSSProperties | undefined;
21
22
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
23
+ appearance?: any;
22
24
  headline?: string | undefined;
23
25
  subtitle?: string | undefined;
24
26
  text?: string | undefined;
@@ -30,6 +30,15 @@ Code in this file were generated using following JSON:
30
30
  }
31
31
  ],
32
32
  "members": [
33
+ {
34
+ "kind": "field",
35
+ "name": "appearance",
36
+ "type": {
37
+ "text": "CardAppearance | undefined"
38
+ },
39
+ "description": "The appearance the card should have.",
40
+ "privacy": "public"
41
+ },
33
42
  {
34
43
  "kind": "field",
35
44
  "name": "headline",
@@ -91,6 +100,14 @@ Code in this file were generated using following JSON:
91
100
  }
92
101
  ],
93
102
  "attributes": [
103
+ {
104
+ "name": "appearance",
105
+ "type": {
106
+ "text": "CardAppearance | undefined"
107
+ },
108
+ "description": "The appearance the card should have.",
109
+ "fieldName": "appearance"
110
+ },
94
111
  {
95
112
  "name": "headline",
96
113
  "type": {
@@ -146,7 +163,7 @@ registerCard('vvd3')
146
163
  const VwcCard = wrapper(`vvd3-card`, {
147
164
  events: [],
148
165
  attributes: [],
149
- properties: ['headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
166
+ properties: ['appearance', 'headline', 'subtitle', 'text', 'icon', 'elevation', 'graphicSlottedContent', 'hasMetaSlottedContent']
150
167
  })
151
168
 
152
169
  VwcCard.displayName = 'VwcCard'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-card",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -2,6 +2,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for checkbox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/checkbox
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
+ * @param {string | null} tabindex **attribute** `tabindex`
5
6
  * @param {CheckboxConnotation | undefined} connotation - The connotation the checklist should have. **attribute** `connotation`
6
7
  * @param {boolean} checked
7
8
  * @param {any} onClick
@@ -13,8 +14,10 @@ declare const VwcCheckbox: {
13
14
  id?: string | undefined;
14
15
  style?: React.CSSProperties | undefined;
15
16
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
17
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
16
18
  onChange?: ((event: SyntheticEvent) => void) | undefined;
17
19
  ariaLabel?: string | null | undefined;
20
+ tabindex?: string | null | undefined;
18
21
  connotation?: any;
19
22
  checked?: boolean | undefined;
20
23
  onClick?: any;
@@ -66,6 +66,14 @@ Code in this file were generated using following JSON:
66
66
  },
67
67
  "default": "null"
68
68
  },
69
+ {
70
+ "kind": "field",
71
+ "name": "tabindex",
72
+ "type": {
73
+ "text": "string | null"
74
+ },
75
+ "default": "null"
76
+ },
69
77
  {
70
78
  "kind": "field",
71
79
  "name": "connotation",
@@ -76,6 +84,12 @@ Code in this file were generated using following JSON:
76
84
  "privacy": "public"
77
85
  }
78
86
  ],
87
+ "events": [
88
+ {
89
+ "description": "Event that emits when the component checked state changes",
90
+ "name": "input"
91
+ }
92
+ ],
79
93
  "attributes": [
80
94
  {
81
95
  "name": "aria-label",
@@ -85,6 +99,14 @@ Code in this file were generated using following JSON:
85
99
  "default": "null",
86
100
  "fieldName": "ariaLabel"
87
101
  },
102
+ {
103
+ "name": "tabindex",
104
+ "type": {
105
+ "text": "string | null"
106
+ },
107
+ "default": "null",
108
+ "fieldName": "tabindex"
109
+ },
88
110
  {
89
111
  "name": "connotation",
90
112
  "type": {
@@ -106,9 +128,9 @@ import { registerCheckbox } from '@vonage/vivid'
106
128
  registerCheckbox('vvd3')
107
129
 
108
130
  const VwcCheckbox = wrapper(`vvd3-checkbox`, {
109
- events: [{"name":"change","propName":"onChange"}],
131
+ events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
110
132
  attributes: [],
111
- properties: ['ariaLabel', 'connotation', 'checked', 'onClick']
133
+ properties: ['ariaLabel', 'tabindex', 'connotation', 'checked', 'onClick']
112
134
  })
113
135
 
114
136
  VwcCheckbox.displayName = 'VwcCheckbox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-checkbox",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-combobox",
3
- "version": "3.40.0",
3
+ "version": "3.46.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.40.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,7 +1,8 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for data-grid
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid
4
4
  * @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
5
+ * @param toggleGeneratedHeader
5
6
  */
6
7
  declare const VwcDataGrid: {
7
8
  (props: {
@@ -10,7 +11,9 @@ declare const VwcDataGrid: {
10
11
  id?: string | undefined;
11
12
  style?: React.CSSProperties | undefined;
12
13
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
14
+ onCellClick?: ((event: SyntheticEvent) => void) | undefined;
13
15
  selectionMode?: any;
16
+ toggleGeneratedHeader?: any;
14
17
  }): JSX.Element;
15
18
  displayName: string;
16
19
  };
@@ -73,6 +73,15 @@ Code in this file were generated using following JSON:
73
73
  "name": "#handleRowSelection",
74
74
  "privacy": "private"
75
75
  },
76
+ {
77
+ "kind": "field",
78
+ "name": "#changeHandler",
79
+ "privacy": "private",
80
+ "type": {
81
+ "text": "object"
82
+ },
83
+ "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}"
84
+ },
76
85
  {
77
86
  "kind": "field",
78
87
  "name": "#setSelectedState",
@@ -100,6 +109,16 @@ Code in this file were generated using following JSON:
100
109
  }
101
110
  }
102
111
  ]
112
+ },
113
+ {
114
+ "kind": "field",
115
+ "name": "toggleGeneratedHeader"
116
+ }
117
+ ],
118
+ "events": [
119
+ {
120
+ "description": "Event that fires when a cell is clicked",
121
+ "name": "cell-click"
103
122
  }
104
123
  ],
105
124
  "attributes": [
@@ -124,9 +143,9 @@ import { registerDataGrid } from '@vonage/vivid'
124
143
  registerDataGrid('vvd3')
125
144
 
126
145
  const VwcDataGrid = wrapper(`vvd3-data-grid`, {
127
- events: [],
146
+ events: [{"name":"cell-click","propName":"onCellClick"}],
128
147
  attributes: [],
129
- properties: ['selectionMode']
148
+ properties: ['selectionMode', 'toggleGeneratedHeader']
130
149
  })
131
150
 
132
151
  VwcDataGrid.displayName = 'VwcDataGrid'