@vonage/vivid-react 2.10.84 → 2.10.86
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/VwcDialog/package.json +1 -1
- package/VwcDrawer/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/VwcSideDrawer/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 +5 -5
- package/package.json +2 -2
- package/types/index.d.ts +64 -19
- package/v3/VwcAccordion/index.d.ts +1 -1
- package/v3/VwcAccordion/index.js +5 -1
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.js +4 -0
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +1 -1
- package/v3/VwcActionGroup/index.js +5 -1
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +4 -3
- package/v3/VwcAlert/index.js +7 -3
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +1 -1
- package/v3/VwcAppearanceUi/index.js +32 -1
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +7 -5
- package/v3/VwcAudioPlayer/index.js +9 -5
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +12 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.d.ts +1 -1
- package/v3/VwcBadge/index.js +12 -8
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +4 -3
- package/v3/VwcBanner/index.js +7 -3
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/index.d.ts +1 -1
- package/v3/VwcBreadcrumb/index.js +5 -1
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
- package/v3/VwcBreadcrumbItem/index.js +5 -1
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +17 -1
- package/v3/VwcButton/index.js +144 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.d.ts +1 -1
- package/v3/VwcCalendar/index.js +5 -1
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.d.ts +1 -1
- package/v3/VwcCalendarEvent/index.js +5 -1
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +1 -1
- package/v3/VwcCard/index.js +5 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +19 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +1 -1
- package/v3/VwcCombobox/index.js +13 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +6 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -1
- package/v3/VwcDataGridCell/index.js +21 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +21 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +18 -0
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +1 -1
- package/v3/VwcDateRangePicker/index.js +25 -1
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +106 -0
- package/v3/VwcDialPad/index.js +285 -0
- package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
- package/v3/VwcDialog/index.d.ts +4 -3
- package/v3/VwcDialog/index.js +7 -3
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +1 -1
- package/v3/VwcDivider/index.js +5 -1
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +1 -1
- package/v3/VwcElevation/index.js +4 -1
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +4 -0
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +1 -1
- package/v3/VwcFab/index.js +5 -1
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +1 -1
- package/v3/VwcFilePicker/index.js +11 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
- package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.d.ts +1 -1
- package/v3/VwcHeader/index.js +5 -1
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +4 -0
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +1 -3
- package/v3/VwcLayout/index.js +5 -1
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +1 -1
- package/v3/VwcListbox/index.js +4 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +1 -1
- package/v3/VwcMenu/index.js +22 -3
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +3 -1
- package/v3/VwcMenuItem/index.js +67 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.d.ts +1 -2
- package/v3/VwcNav/index.js +5 -1
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +1 -2
- package/v3/VwcNavDisclosure/index.js +5 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.d.ts +4 -0
- package/v3/VwcNavItem/index.js +55 -1
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.d.ts +1 -1
- package/v3/VwcNote/index.js +5 -1
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +7 -5
- package/v3/VwcNumberField/index.js +23 -5
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +1 -1
- package/v3/VwcOption/index.js +9 -1
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +1 -1
- package/v3/VwcPagination/index.js +5 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +1 -1
- package/v3/VwcProgress/index.js +5 -1
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +1 -1
- package/v3/VwcProgressRing/index.js +5 -1
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +1 -1
- package/v3/VwcRadio/index.js +5 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +1 -1
- package/v3/VwcRadioGroup/index.js +13 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +65 -0
- package/v3/VwcRangeSlider/index.js +486 -0
- package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
- package/v3/VwcSelect/index.d.ts +1 -1
- package/v3/VwcSelect/index.js +17 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +1 -1
- package/v3/VwcSelectableBox/index.js +8 -4
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -1
- package/v3/VwcSideDrawer/index.js +5 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +1 -1
- package/v3/VwcSlider/index.js +13 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +4 -3
- package/v3/VwcSplitButton/index.js +7 -3
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +2 -1
- package/v3/VwcSwitch/index.js +30 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +1 -1
- package/v3/VwcTab/index.js +5 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.d.ts +1 -1
- package/v3/VwcTabPanel/index.js +5 -1
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +1 -1
- package/v3/VwcTabs/index.js +5 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +1 -1
- package/v3/VwcTag/index.js +8 -4
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +1 -1
- package/v3/VwcTagGroup/index.js +5 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.d.ts +5 -1
- package/v3/VwcTextAnchor/index.js +39 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +19 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +16 -0
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -1
- package/v3/VwcTimePicker/index.js +23 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +1 -1
- package/v3/VwcToggletip/index.js +9 -1
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +1 -1
- package/v3/VwcTooltip/index.js +11 -1
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +1 -1
- package/v3/VwcTreeItem/index.js +5 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +1 -1
- package/v3/VwcTreeView/index.js +5 -1
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.d.ts +30 -0
- package/v3/VwcVideoPlayer/index.js +212 -0
- package/v3/VwcVideoPlayer/package.json +11 -0
- package/v3/VwcFocus/index.js +0 -29
- package/v3/VwcPopup/index.d.ts +0 -33
- package/v3/VwcPopup/index.js +0 -279
|
@@ -7,6 +7,12 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "Single date picker component.",
|
|
9
9
|
"name": "DatePicker",
|
|
10
|
+
"slots": [
|
|
11
|
+
{
|
|
12
|
+
"description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
|
|
13
|
+
"name": "helper-text"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
10
16
|
"members": [
|
|
11
17
|
{
|
|
12
18
|
"kind": "method",
|
|
@@ -236,6 +242,18 @@ Code in this file were generated using following JSON:
|
|
|
236
242
|
"name": "DatePickerBase",
|
|
237
243
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
238
244
|
},
|
|
245
|
+
"vividComponent": {
|
|
246
|
+
"public": true,
|
|
247
|
+
"name": "date-picker",
|
|
248
|
+
"vueModels": [
|
|
249
|
+
{
|
|
250
|
+
"name": "modelValue",
|
|
251
|
+
"attributeName": "value",
|
|
252
|
+
"eventName": "input",
|
|
253
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
},
|
|
239
257
|
"attributes": [
|
|
240
258
|
{
|
|
241
259
|
"type": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -12,6 +12,10 @@ Code in this file were generated using following JSON:
|
|
|
12
12
|
"name": "--vvd-date-picker-accent-primary",
|
|
13
13
|
"default": "var(--vvd-color-canvas-text)"
|
|
14
14
|
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-date-picker-accent-firm",
|
|
17
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18
|
+
},
|
|
15
19
|
{
|
|
16
20
|
"name": "--vvd-date-picker-accent-faint",
|
|
17
21
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcDateRangePicker
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/date-range-picker
|
|
4
4
|
* @param {string} initialStart - The initial start value. This value sets the `start` property
|
|
5
5
|
only when the `start` property has not been explicitly set. **attribute** `start`
|
|
@@ -5,8 +5,14 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "DateRangePicker",
|
|
10
|
+
"slots": [
|
|
11
|
+
{
|
|
12
|
+
"description": "Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.",
|
|
13
|
+
"name": "helper-text"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
10
16
|
"members": [
|
|
11
17
|
{
|
|
12
18
|
"kind": "field",
|
|
@@ -412,6 +418,24 @@ Code in this file were generated using following JSON:
|
|
|
412
418
|
"superclass": {
|
|
413
419
|
"name": "DatePickerBase",
|
|
414
420
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
421
|
+
},
|
|
422
|
+
"vividComponent": {
|
|
423
|
+
"public": true,
|
|
424
|
+
"name": "date-range-picker",
|
|
425
|
+
"vueModels": [
|
|
426
|
+
{
|
|
427
|
+
"name": "start",
|
|
428
|
+
"attributeName": "current-start",
|
|
429
|
+
"eventName": "input:start",
|
|
430
|
+
"valueMapping": "(event.target as any).start"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "end",
|
|
434
|
+
"attributeName": "current-end",
|
|
435
|
+
"eventName": "input:end",
|
|
436
|
+
"valueMapping": "(event.target as any).end"
|
|
437
|
+
}
|
|
438
|
+
]
|
|
415
439
|
}
|
|
416
440
|
}
|
|
417
441
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
+
/** Base class for dial-pad
|
|
3
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
|
|
4
|
+
* @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
|
|
5
|
+
* @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
|
|
6
|
+
* @param {string} value - Indicates the value's text. **attribute** `value`
|
|
7
|
+
* @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
|
|
8
|
+
* @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
|
|
9
|
+
* @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
|
|
10
|
+
* @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
|
|
11
|
+
*/
|
|
12
|
+
declare const VwcDialPad: {
|
|
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
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
21
|
+
onBlur?: ((event: SyntheticEvent) => void) | undefined;
|
|
22
|
+
onFocus?: ((event: SyntheticEvent) => void) | undefined;
|
|
23
|
+
onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
24
|
+
onDial?: ((event: SyntheticEvent) => void) | undefined;
|
|
25
|
+
onEndCall?: ((event: SyntheticEvent) => void) | undefined;
|
|
26
|
+
helperText?: string | null | undefined;
|
|
27
|
+
placeholder?: string | null | undefined;
|
|
28
|
+
value?: string | undefined;
|
|
29
|
+
pattern?: string | undefined;
|
|
30
|
+
disabled?: boolean | undefined;
|
|
31
|
+
callActive?: boolean | undefined;
|
|
32
|
+
noCall?: boolean | undefined;
|
|
33
|
+
}): JSX.Element;
|
|
34
|
+
displayName: string;
|
|
35
|
+
};
|
|
36
|
+
export default VwcDialPad;
|
|
37
|
+
/** Base class for dial-pad
|
|
38
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
|
|
39
|
+
* @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
|
|
40
|
+
* @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
|
|
41
|
+
* @param {string} value - Indicates the value's text. **attribute** `value`
|
|
42
|
+
* @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
|
|
43
|
+
* @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
|
|
44
|
+
* @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
|
|
45
|
+
* @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
|
|
46
|
+
*/
|
|
47
|
+
declare const VwcDialPad: {
|
|
48
|
+
(props: {
|
|
49
|
+
children?: ReactNode;
|
|
50
|
+
slot?: string | undefined;
|
|
51
|
+
id?: string | undefined;
|
|
52
|
+
style?: React.CSSProperties | undefined;
|
|
53
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
54
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
55
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
56
|
+
onBlur?: ((event: SyntheticEvent) => void) | undefined;
|
|
57
|
+
onFocus?: ((event: SyntheticEvent) => void) | undefined;
|
|
58
|
+
onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
59
|
+
onDial?: ((event: SyntheticEvent) => void) | undefined;
|
|
60
|
+
onEndCall?: ((event: SyntheticEvent) => void) | undefined;
|
|
61
|
+
helperText?: string | null | undefined;
|
|
62
|
+
placeholder?: string | null | undefined;
|
|
63
|
+
value?: string | undefined;
|
|
64
|
+
pattern?: string | undefined;
|
|
65
|
+
disabled?: boolean | undefined;
|
|
66
|
+
callActive?: boolean | undefined;
|
|
67
|
+
noCall?: boolean | undefined;
|
|
68
|
+
}): JSX.Element;
|
|
69
|
+
displayName: string;
|
|
70
|
+
};
|
|
71
|
+
export default VwcDialPad;
|
|
72
|
+
/** Base class for dial-pad
|
|
73
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
|
|
74
|
+
* @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
|
|
75
|
+
* @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
|
|
76
|
+
* @param {string} value - Indicates the value's text. **attribute** `value`
|
|
77
|
+
* @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
|
|
78
|
+
* @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
|
|
79
|
+
* @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
|
|
80
|
+
* @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
|
|
81
|
+
*/
|
|
82
|
+
declare const VwcDialPad: {
|
|
83
|
+
(props: {
|
|
84
|
+
children?: ReactNode;
|
|
85
|
+
slot?: string | undefined;
|
|
86
|
+
id?: string | undefined;
|
|
87
|
+
style?: React.CSSProperties | undefined;
|
|
88
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
89
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
90
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
91
|
+
onBlur?: ((event: SyntheticEvent) => void) | undefined;
|
|
92
|
+
onFocus?: ((event: SyntheticEvent) => void) | undefined;
|
|
93
|
+
onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
94
|
+
onDial?: ((event: SyntheticEvent) => void) | undefined;
|
|
95
|
+
onEndCall?: ((event: SyntheticEvent) => void) | undefined;
|
|
96
|
+
helperText?: string | null | undefined;
|
|
97
|
+
placeholder?: string | null | undefined;
|
|
98
|
+
value?: string | undefined;
|
|
99
|
+
pattern?: string | undefined;
|
|
100
|
+
disabled?: boolean | undefined;
|
|
101
|
+
callActive?: boolean | undefined;
|
|
102
|
+
noCall?: boolean | undefined;
|
|
103
|
+
}): JSX.Element;
|
|
104
|
+
displayName: string;
|
|
105
|
+
};
|
|
106
|
+
export default VwcDialPad;
|
|
@@ -0,0 +1,285 @@
|
|
|
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 dial-pad",
|
|
9
|
+
"name": "DialPad",
|
|
10
|
+
"cssProperties": [
|
|
11
|
+
{
|
|
12
|
+
"name": "--vvd-dial-pad-accent-contrast",
|
|
13
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-dial-pad-accent-soft",
|
|
17
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "--vvd-dial-pad-accent-pale",
|
|
21
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-dial-pad-accent-fierce",
|
|
25
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "--vvd-dial-pad-accent-firm-all",
|
|
29
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-dial-pad-accent-faint",
|
|
33
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "--vvd-dial-pad-accent-dim",
|
|
37
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"members": [
|
|
41
|
+
{
|
|
42
|
+
"kind": "field",
|
|
43
|
+
"name": "helperText",
|
|
44
|
+
"type": {
|
|
45
|
+
"text": "string | null"
|
|
46
|
+
},
|
|
47
|
+
"default": "null",
|
|
48
|
+
"description": "Indicates the helper-text's text.",
|
|
49
|
+
"privacy": "public"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"kind": "field",
|
|
53
|
+
"name": "placeholder",
|
|
54
|
+
"type": {
|
|
55
|
+
"text": "string | null"
|
|
56
|
+
},
|
|
57
|
+
"default": "null",
|
|
58
|
+
"description": "Indicates the placeholder's text.",
|
|
59
|
+
"privacy": "public"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"kind": "field",
|
|
63
|
+
"name": "value",
|
|
64
|
+
"type": {
|
|
65
|
+
"text": "string"
|
|
66
|
+
},
|
|
67
|
+
"default": "''",
|
|
68
|
+
"description": "Indicates the value's text.",
|
|
69
|
+
"privacy": "public"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"kind": "method",
|
|
73
|
+
"name": "valueChanged",
|
|
74
|
+
"parameters": [
|
|
75
|
+
{
|
|
76
|
+
"name": "_oldValue",
|
|
77
|
+
"type": {
|
|
78
|
+
"text": "string"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "newValue",
|
|
83
|
+
"type": {
|
|
84
|
+
"text": "string"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"kind": "field",
|
|
91
|
+
"name": "pattern",
|
|
92
|
+
"type": {
|
|
93
|
+
"text": "string"
|
|
94
|
+
},
|
|
95
|
+
"default": "'^[0-9#*]*
|
|
96
|
+
*/
|
|
97
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
98
|
+
import { registerDialPad } from '@vonage/vivid'
|
|
99
|
+
|
|
100
|
+
registerDialPad('vvd3')
|
|
101
|
+
|
|
102
|
+
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
103
|
+
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
104
|
+
attributes: [],
|
|
105
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
106
|
+
})
|
|
107
|
+
|
|
108
|
+
VwcDialPad.displayName = 'VwcDialPad'
|
|
109
|
+
|
|
110
|
+
export default VwcDialPad
|
|
111
|
+
",
|
|
112
|
+
"description": "Indicates the dial pad's pattern.",
|
|
113
|
+
"privacy": "public"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "field",
|
|
117
|
+
"name": "disabled",
|
|
118
|
+
"type": {
|
|
119
|
+
"text": "boolean"
|
|
120
|
+
},
|
|
121
|
+
"default": "false",
|
|
122
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
123
|
+
"privacy": "public"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"kind": "field",
|
|
127
|
+
"name": "callActive",
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "boolean"
|
|
130
|
+
},
|
|
131
|
+
"default": "false",
|
|
132
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
133
|
+
"privacy": "public"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "field",
|
|
137
|
+
"name": "noCall",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "boolean"
|
|
140
|
+
},
|
|
141
|
+
"default": "false",
|
|
142
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
143
|
+
"privacy": "public"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"events": [
|
|
147
|
+
{
|
|
148
|
+
"description": "Emitted when the text field value changes",
|
|
149
|
+
"name": "change"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"description": "Emitted when the text field value changes",
|
|
153
|
+
"name": "input"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"description": "Emitted when the text field loses focus",
|
|
157
|
+
"name": "blur"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"description": "Emitted when the text field receives focus",
|
|
161
|
+
"name": "focus"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"description": "Emitted when a digit button is clicked",
|
|
165
|
+
"name": "keypad-click"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"description": "Emitted when the call button is clicked",
|
|
169
|
+
"name": "dial"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"description": "Emitted when the end call button is clicked",
|
|
173
|
+
"name": "end-call"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"attributes": [
|
|
177
|
+
{
|
|
178
|
+
"name": "helper-text",
|
|
179
|
+
"type": {
|
|
180
|
+
"text": "string | null"
|
|
181
|
+
},
|
|
182
|
+
"default": "null",
|
|
183
|
+
"description": "Indicates the helper-text's text.",
|
|
184
|
+
"fieldName": "helperText"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "placeholder",
|
|
188
|
+
"type": {
|
|
189
|
+
"text": "string | null"
|
|
190
|
+
},
|
|
191
|
+
"default": "null",
|
|
192
|
+
"description": "Indicates the placeholder's text.",
|
|
193
|
+
"fieldName": "placeholder"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": {
|
|
197
|
+
"text": "string"
|
|
198
|
+
},
|
|
199
|
+
"default": "''",
|
|
200
|
+
"description": "Indicates the value's text.",
|
|
201
|
+
"fieldName": "value"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "string"
|
|
206
|
+
},
|
|
207
|
+
"default": "'^[0-9#*]*
|
|
208
|
+
*/
|
|
209
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
210
|
+
import { registerDialPad } from '@vonage/vivid'
|
|
211
|
+
|
|
212
|
+
registerDialPad('vvd3')
|
|
213
|
+
|
|
214
|
+
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
215
|
+
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
216
|
+
attributes: [],
|
|
217
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
218
|
+
})
|
|
219
|
+
|
|
220
|
+
VwcDialPad.displayName = 'VwcDialPad'
|
|
221
|
+
|
|
222
|
+
export default VwcDialPad
|
|
223
|
+
",
|
|
224
|
+
"description": "Indicates the dial pad's pattern.",
|
|
225
|
+
"fieldName": "pattern"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": {
|
|
229
|
+
"text": "boolean"
|
|
230
|
+
},
|
|
231
|
+
"default": "false",
|
|
232
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
233
|
+
"fieldName": "disabled"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "call-active",
|
|
237
|
+
"type": {
|
|
238
|
+
"text": "boolean"
|
|
239
|
+
},
|
|
240
|
+
"default": "false",
|
|
241
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
242
|
+
"fieldName": "callActive"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "no-call",
|
|
246
|
+
"type": {
|
|
247
|
+
"text": "boolean"
|
|
248
|
+
},
|
|
249
|
+
"default": "false",
|
|
250
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
251
|
+
"fieldName": "noCall"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"superclass": {
|
|
255
|
+
"name": "FoundationElement",
|
|
256
|
+
"package": "@microsoft/fast-foundation"
|
|
257
|
+
},
|
|
258
|
+
"vividComponent": {
|
|
259
|
+
"public": true,
|
|
260
|
+
"name": "dial-pad",
|
|
261
|
+
"vueModels": [
|
|
262
|
+
{
|
|
263
|
+
"name": "modelValue",
|
|
264
|
+
"attributeName": "value",
|
|
265
|
+
"eventName": "input",
|
|
266
|
+
"valueMapping": "(event.target as any).value"
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
*/
|
|
272
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
273
|
+
import { registerDialPad } from '@vonage/vivid'
|
|
274
|
+
|
|
275
|
+
registerDialPad('vvd3')
|
|
276
|
+
|
|
277
|
+
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
278
|
+
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
279
|
+
attributes: [],
|
|
280
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
281
|
+
})
|
|
282
|
+
|
|
283
|
+
VwcDialPad.displayName = 'VwcDialPad'
|
|
284
|
+
|
|
285
|
+
export default VwcDialPad
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@vonage/vivid-react-vvd3-
|
|
3
|
-
"version": "3.
|
|
2
|
+
"name": "@vonage/vivid-react-vvd3-dial-pad",
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcDialog
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/dialog
|
|
4
4
|
* @param {boolean} open - Indicates dialog's state **attribute** `open`
|
|
5
5
|
* @param {string | undefined} icon **attribute** `icon`
|
|
@@ -8,7 +8,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
8
8
|
* @param {string | undefined} headline **attribute** `headline`
|
|
9
9
|
* @param {boolean} fullWidthBody **attribute** `full-width-body`
|
|
10
10
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
11
|
-
* @param {
|
|
11
|
+
* @param {| string
|
|
12
|
+
| null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
|
|
12
13
|
* @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
|
|
13
14
|
* @param {string} returnValue
|
|
14
15
|
*/
|
|
@@ -27,7 +28,7 @@ declare const VwcDialog: {
|
|
|
27
28
|
headline?: string | undefined;
|
|
28
29
|
fullWidthBody?: boolean | undefined;
|
|
29
30
|
ariaLabel?: string | null | undefined;
|
|
30
|
-
dismissButtonAriaLabel?:
|
|
31
|
+
dismissButtonAriaLabel?: any;
|
|
31
32
|
noLightDismiss?: boolean | undefined;
|
|
32
33
|
returnValue?: string | undefined;
|
|
33
34
|
}): JSX.Element;
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Dialog",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -88,7 +88,7 @@ Code in this file were generated using following JSON:
|
|
|
88
88
|
"kind": "field",
|
|
89
89
|
"name": "dismissButtonAriaLabel",
|
|
90
90
|
"type": {
|
|
91
|
-
"text": "string
|
|
91
|
+
"text": "| string\n\t\t| null"
|
|
92
92
|
},
|
|
93
93
|
"default": "null"
|
|
94
94
|
},
|
|
@@ -227,7 +227,7 @@ Code in this file were generated using following JSON:
|
|
|
227
227
|
{
|
|
228
228
|
"name": "dismiss-button-aria-label",
|
|
229
229
|
"type": {
|
|
230
|
-
"text": "string
|
|
230
|
+
"text": "| string\n\t\t| null"
|
|
231
231
|
},
|
|
232
232
|
"default": "null",
|
|
233
233
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -244,6 +244,10 @@ Code in this file were generated using following JSON:
|
|
|
244
244
|
"superclass": {
|
|
245
245
|
"name": "FoundationElement",
|
|
246
246
|
"package": "@microsoft/fast-foundation"
|
|
247
|
+
},
|
|
248
|
+
"vividComponent": {
|
|
249
|
+
"public": true,
|
|
250
|
+
"name": "dialog"
|
|
247
251
|
}
|
|
248
252
|
}
|
|
249
253
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDivider/index.d.ts
CHANGED
package/v3/VwcDivider/index.js
CHANGED
|
@@ -5,11 +5,15 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Divider",
|
|
10
10
|
"superclass": {
|
|
11
11
|
"name": "FoundationDivider",
|
|
12
12
|
"package": "@microsoft/fast-foundation"
|
|
13
|
+
},
|
|
14
|
+
"vividComponent": {
|
|
15
|
+
"public": true,
|
|
16
|
+
"name": "divider"
|
|
13
17
|
}
|
|
14
18
|
}
|
|
15
19
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcElevation
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/elevation
|
|
4
4
|
* @param {0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined} dp - Indicates the elevation's dp. **attribute** `dp`
|
|
5
5
|
* @param {boolean | undefined} noShadow - toggles the elevation's shadow. **attribute** `no-shadow`
|