@vonage/vivid-react 5.20.1 → 5.22.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.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +1088 -25
- package/package.json +12 -4
- package/types/index.d.ts +1 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAriaBindingDirective/package.json +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +9 -11
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcColorPicker/package.json +2 -2
- package/v3/VwcCombobox/index.js +1 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcContextualHelp/package.json +2 -2
- package/v3/VwcCountry/package.json +2 -2
- package/v3/VwcCountryGroup/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/package.json +2 -2
- package/v3/VwcDialPad/index.js +1 -1
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +9 -11
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeatureState/package.json +2 -2
- package/v3/VwcFeedbackMessage/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFlag/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcIdrefsController/package.json +2 -2
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcKbdKey/package.json +2 -2
- package/v3/VwcKbdShortcut/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.js +1 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.js +1 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +1 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/package.json +2 -2
- package/v3/VwcPlatformSwitch/package.json +2 -2
- package/v3/VwcPopover/index.d.ts +2 -2
- package/v3/VwcPopover/index.js +1 -1
- package/v3/VwcPopover/package.json +2 -2
- package/v3/VwcPopup/index.d.ts +2 -0
- package/v3/VwcPopup/index.js +21 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/package.json +2 -2
- package/v3/VwcRichTextView/package.json +2 -2
- package/v3/VwcRteAlignmentFeatureImpl/index.js +6 -6
- package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
- package/v3/VwcRteBaseImpl/index.js +5 -5
- package/v3/VwcRteBaseImpl/package.json +2 -2
- package/v3/VwcRteBasicTextBlocksImpl/index.js +3 -3
- package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
- package/v3/VwcRteBoldFeatureImpl/index.js +4 -4
- package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
- package/v3/VwcRteCharacterCountFeatureImpl/index.js +5 -5
- package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
- package/v3/VwcRteConfig/package.json +2 -2
- package/v3/VwcRteConfigImpl/package.json +2 -2
- package/v3/VwcRteCoreImpl/index.d.ts +4 -0
- package/v3/VwcRteCoreImpl/index.js +22 -6
- package/v3/VwcRteCoreImpl/package.json +2 -2
- package/v3/VwcRteCursorFixFeatureImpl/index.js +5 -5
- package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
- package/v3/VwcRteDropHandlerFeatureImpl/index.js +6 -6
- package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFeature/package.json +2 -2
- package/v3/VwcRteFeatureImpl/index.js +6 -6
- package/v3/VwcRteFeatureImpl/package.json +2 -2
- package/v3/VwcRteFileHandlerFeatureImpl/index.js +5 -5
- package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFontSizePickerFeatureImpl/index.js +5 -5
- package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteForeignHtmlFeatureImpl/index.js +5 -5
- package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
- package/v3/VwcRteHardBreakFeatureImpl/index.js +5 -5
- package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
- package/v3/VwcRteHistoryFeatureImpl/index.js +6 -6
- package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
- package/v3/VwcRteHtmlParser/package.json +2 -2
- package/v3/VwcRteHtmlSerializer/package.json +2 -2
- package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
- package/v3/VwcRteInlineImageFeatureImpl/index.js +5 -5
- package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
- package/v3/VwcRteInputRulesFeatureImpl/index.js +5 -5
- package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
- package/v3/VwcRteInstance/index.js +5 -0
- package/v3/VwcRteInstance/package.json +2 -2
- package/v3/VwcRteInstanceImpl/package.json +2 -2
- package/v3/VwcRteItalicFeatureImpl/index.js +4 -4
- package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
- package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +5 -5
- package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
- package/v3/VwcRteLinkFeatureImpl/index.js +4 -4
- package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
- package/v3/VwcRteListFeatureImpl/index.js +2 -2
- package/v3/VwcRteListFeatureImpl/package.json +2 -2
- package/v3/VwcRteMonospaceFeatureImpl/index.js +4 -4
- package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
- package/v3/VwcRtePlaceholderFeatureImpl/index.js +6 -6
- package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
- package/v3/VwcRteStrikethroughFeatureImpl/index.js +4 -4
- package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +5 -5
- package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextColorPickerFeatureImpl/index.js +6 -6
- package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextStyleFeatureImpl/index.js +6 -6
- package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
- package/v3/VwcRteToolbarFeatureImpl/index.js +4 -4
- package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
- package/v3/VwcRteUnderlineFeatureImpl/index.js +4 -4
- package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSimpleColorPicker/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcStatus/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTable/package.json +2 -2
- package/v3/VwcTableBody/package.json +2 -2
- package/v3/VwcTableCell/package.json +2 -2
- package/v3/VwcTableHead/package.json +2 -2
- package/v3/VwcTableHeaderCell/package.json +2 -2
- package/v3/VwcTableRow/package.json +2 -2
- package/v3/VwcTableSortingButton/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTextblockAttrs/package.json +2 -2
- package/v3/VwcTextblockMarks/package.json +2 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcUiCtx/package.json +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVisuallyHidden/package.json +2 -2
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/index.js +18 -20
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcVvdHexInput/package.json +2 -2
- package/v3/VwcVvdHexPicker/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/index.js
CHANGED
|
@@ -148,8 +148,8 @@ Code in this file were generated using following JSON:
|
|
|
148
148
|
"type": {
|
|
149
149
|
"text": "boolean"
|
|
150
150
|
},
|
|
151
|
-
"privacy": "public",
|
|
152
151
|
"description": "Determines if the element should receive document focus on page load.",
|
|
152
|
+
"privacy": "public",
|
|
153
153
|
"inheritedFrom": {
|
|
154
154
|
"name": "VividFoundationButton",
|
|
155
155
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -161,8 +161,8 @@ Code in this file were generated using following JSON:
|
|
|
161
161
|
"type": {
|
|
162
162
|
"text": "string"
|
|
163
163
|
},
|
|
164
|
-
"privacy": "public",
|
|
165
164
|
"description": "The id of a form to associate the element to.",
|
|
165
|
+
"privacy": "public",
|
|
166
166
|
"inheritedFrom": {
|
|
167
167
|
"name": "VividFoundationButton",
|
|
168
168
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -174,8 +174,8 @@ Code in this file were generated using following JSON:
|
|
|
174
174
|
"type": {
|
|
175
175
|
"text": "string"
|
|
176
176
|
},
|
|
177
|
-
"privacy": "public",
|
|
178
177
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
178
|
+
"privacy": "public",
|
|
179
179
|
"inheritedFrom": {
|
|
180
180
|
"name": "VividFoundationButton",
|
|
181
181
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -201,8 +201,8 @@ Code in this file were generated using following JSON:
|
|
|
201
201
|
"type": {
|
|
202
202
|
"text": "string"
|
|
203
203
|
},
|
|
204
|
-
"privacy": "public",
|
|
205
204
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
205
|
+
"privacy": "public",
|
|
206
206
|
"inheritedFrom": {
|
|
207
207
|
"name": "VividFoundationButton",
|
|
208
208
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -228,8 +228,8 @@ Code in this file were generated using following JSON:
|
|
|
228
228
|
"type": {
|
|
229
229
|
"text": "string"
|
|
230
230
|
},
|
|
231
|
-
"privacy": "public",
|
|
232
231
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
232
|
+
"privacy": "public",
|
|
233
233
|
"inheritedFrom": {
|
|
234
234
|
"name": "VividFoundationButton",
|
|
235
235
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -255,8 +255,8 @@ Code in this file were generated using following JSON:
|
|
|
255
255
|
"type": {
|
|
256
256
|
"text": "boolean"
|
|
257
257
|
},
|
|
258
|
-
"privacy": "public",
|
|
259
258
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
259
|
+
"privacy": "public",
|
|
260
260
|
"inheritedFrom": {
|
|
261
261
|
"name": "VividFoundationButton",
|
|
262
262
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -282,8 +282,8 @@ Code in this file were generated using following JSON:
|
|
|
282
282
|
"type": {
|
|
283
283
|
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
284
284
|
},
|
|
285
|
-
"privacy": "public",
|
|
286
285
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
286
|
+
"privacy": "public",
|
|
287
287
|
"inheritedFrom": {
|
|
288
288
|
"name": "VividFoundationButton",
|
|
289
289
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -309,8 +309,8 @@ Code in this file were generated using following JSON:
|
|
|
309
309
|
"type": {
|
|
310
310
|
"text": "'submit' | 'reset' | 'button'"
|
|
311
311
|
},
|
|
312
|
-
"privacy": "public",
|
|
313
312
|
"description": "The button type.",
|
|
313
|
+
"privacy": "public",
|
|
314
314
|
"inheritedFrom": {
|
|
315
315
|
"name": "VividFoundationButton",
|
|
316
316
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -329,7 +329,7 @@ Code in this file were generated using following JSON:
|
|
|
329
329
|
{
|
|
330
330
|
"name": "previous",
|
|
331
331
|
"type": {
|
|
332
|
-
"text": "'submit' | 'reset' | 'button' |
|
|
332
|
+
"text": "'submit' | 'reset' | 'button' | undefined"
|
|
333
333
|
}
|
|
334
334
|
},
|
|
335
335
|
{
|
|
@@ -347,7 +347,6 @@ Code in this file were generated using following JSON:
|
|
|
347
347
|
{
|
|
348
348
|
"kind": "method",
|
|
349
349
|
"name": "validate",
|
|
350
|
-
"privacy": "public",
|
|
351
350
|
"return": {
|
|
352
351
|
"type": {
|
|
353
352
|
"text": "void"
|
|
@@ -385,7 +384,6 @@ Code in this file were generated using following JSON:
|
|
|
385
384
|
"type": {
|
|
386
385
|
"text": "HTMLButtonElement"
|
|
387
386
|
},
|
|
388
|
-
"privacy": "public",
|
|
389
387
|
"inheritedFrom": {
|
|
390
388
|
"name": "VividFoundationButton",
|
|
391
389
|
"module": "src/shared/foundation/button/button.ts"
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-feature-state",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-feedback-message",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFlag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-flag",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-idrefs-controller",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-inline-time-picker",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-kbd-key",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-kbd-shortcut",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcListbox/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/index.js
CHANGED
package/v3/VwcMenu/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu-item",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcNav/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-disclosure",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-item",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcNote/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-note",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-number-field",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox-option",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-option-tag",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-pagination",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-picker-field",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-platform-switch",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcPopover/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** VwcPopover
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/popover
|
|
4
|
-
* @param {'default' | 'autocomplete'} kind
|
|
4
|
+
* @param {'default' | 'autocomplete' | 'imageOptions'} kind
|
|
5
5
|
* @param {number | undefined} offset
|
|
6
6
|
* @param {boolean} anchorBlocksPopover
|
|
7
7
|
* @param onAnchorBlockPopoverChanged
|
|
@@ -19,7 +19,7 @@ declare const VwcPopover: {
|
|
|
19
19
|
id?: string;
|
|
20
20
|
style?: React.CSSProperties;
|
|
21
21
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
-
"kind"?: "default" | "autocomplete";
|
|
22
|
+
"kind"?: "default" | "autocomplete" | "imageOptions";
|
|
23
23
|
"offset"?: number | undefined;
|
|
24
24
|
"anchorBlocksPopover"?: boolean;
|
|
25
25
|
"onAnchorBlockPopoverChanged"?: any;
|
package/v3/VwcPopover/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-popover",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.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.
|
|
9
|
+
"@vonage/vivid": "5.22.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcPopup/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import React, { ReactNode } from 'react';
|
|
|
10
10
|
* @param {Placement | undefined} placement - the placement of the popup **attribute** `placement`
|
|
11
11
|
* @param {PlacementStrategyId} placementStrategy - The placement strategy of the popup.
|
|
12
12
|
* @param {boolean} animationFrame - Whether to update the position of the floating element on every animation frame if required. **attribute** `animation-frame`
|
|
13
|
+
* @param {boolean} shiftCrossAxis - Whether shift can be applied on the cross axis, which may lead to the popup overlapping the anchor. **attribute** `shift-cross-axis`
|
|
13
14
|
* @param {Strategy | undefined} strategy - The strategy of the popup **attribute** `strategy`
|
|
14
15
|
* @param {number | null} offset - Adds offset to the popup **attribute** `offset`
|
|
15
16
|
* @param {HTMLElement | undefined} anchor - The element to anchor the popup to.
|
|
@@ -33,6 +34,7 @@ declare const VwcPopup: {
|
|
|
33
34
|
"placement"?: any;
|
|
34
35
|
"placementStrategy"?: any;
|
|
35
36
|
"animationFrame"?: boolean;
|
|
37
|
+
"shiftCrossAxis"?: boolean;
|
|
36
38
|
"strategy"?: any;
|
|
37
39
|
"offset"?: number | null;
|
|
38
40
|
"anchor"?: HTMLElement | undefined;
|