@vonage/vivid-react 3.2.0 → 3.3.1
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 +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +260 -29
- package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +122 -0
- package/v3/VwcARIAGlobalStatesAndProperties/index.js +352 -0
- package/v3/VwcARIAGlobalStatesAndProperties/package.json +11 -0
- package/v3/VwcAccordion/index.d.ts +7 -1
- package/v3/VwcAccordion/index.js +142 -3
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +6 -0
- package/v3/VwcAccordionItem/index.js +62 -3
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.js +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +10 -14
- package/v3/VwcAlert/index.js +28 -25
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAnchor/index.d.ts +33 -0
- package/v3/VwcAnchor/index.js +173 -0
- package/v3/{VwcAppearanceUi → VwcAnchor}/package.json +3 -3
- package/v3/VwcAudioPlayer/index.js +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +58 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.js +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/index.d.ts +24 -0
- package/v3/VwcBaseProgress/index.js +108 -0
- package/v3/VwcBaseProgress/package.json +11 -0
- package/v3/VwcBreadcrumb/index.js +62 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.js +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +24 -3
- package/v3/VwcButton/index.js +369 -5
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.js +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.js +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.js +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +8 -1
- package/v3/VwcCheckbox/index.js +67 -4
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +26 -0
- package/v3/VwcCombobox/index.js +286 -4
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +29 -2
- package/v3/VwcDataGrid/index.js +286 -8
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +10 -2
- package/v3/VwcDataGridCell/index.js +143 -23
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +16 -0
- package/v3/VwcDataGridRow/index.js +168 -3
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +42 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +27 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +45 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDelegatesARIAButton/index.d.ts +19 -0
- package/v3/VwcDelegatesARIAButton/index.js +63 -0
- package/v3/VwcDelegatesARIAButton/package.json +11 -0
- package/v3/VwcDelegatesARIALink/index.d.ts +17 -0
- package/v3/VwcDelegatesARIALink/index.js +46 -0
- package/v3/VwcDelegatesARIALink/package.json +11 -0
- package/v3/VwcDelegatesARIAListbox/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListbox/index.js +63 -0
- package/v3/VwcDelegatesARIAListbox/package.json +11 -0
- package/v3/VwcDelegatesARIAListboxOption/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListboxOption/index.js +97 -0
- package/v3/VwcDelegatesARIAListboxOption/package.json +11 -0
- package/v3/VwcDelegatesARIASelect/index.d.ts +17 -0
- package/v3/VwcDelegatesARIASelect/index.js +70 -0
- package/v3/VwcDelegatesARIASelect/package.json +11 -0
- package/v3/VwcDelegatesARIATextbox/index.d.ts +16 -0
- package/v3/VwcDelegatesARIATextbox/index.js +59 -0
- package/v3/VwcDelegatesARIATextbox/package.json +11 -0
- package/v3/VwcDialPad/index.js +5 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +11 -1
- package/v3/VwcDialog/index.js +122 -20
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +4 -1
- package/v3/VwcDivider/index.js +41 -3
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +2 -0
- package/v3/VwcElevation/index.js +17 -3
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +4 -0
- package/v3/VwcEmptyState/index.js +123 -3
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +20 -0
- package/v3/VwcFab/index.js +353 -3
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +8 -0
- package/v3/VwcFilePicker/index.js +181 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedCheckbox/index.d.ts +17 -0
- package/v3/VwcFormAssociatedCheckbox/index.js +41 -0
- package/v3/VwcFormAssociatedCheckbox/package.json +11 -0
- package/v3/VwcFormAssociatedFilePicker/index.js +1 -1
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.js +1 -1
- package/v3/VwcFormAssociatedNumberField/package.json +2 -2
- package/v3/VwcFormAssociatedRadio/index.d.ts +19 -0
- package/v3/VwcFormAssociatedRadio/index.js +64 -0
- package/v3/VwcFormAssociatedRadio/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/index.js +1 -1
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSearchableSelect/index.js +41 -0
- package/v3/VwcFormAssociatedSearchableSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSelect/index.d.ts +27 -0
- package/v3/VwcFormAssociatedSelect/index.js +164 -0
- package/v3/VwcFormAssociatedSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSlider/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSlider/index.js +41 -0
- package/v3/VwcFormAssociatedSlider/package.json +11 -0
- package/v3/VwcFormAssociatedSwitch/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSwitch/index.js +41 -0
- package/v3/VwcFormAssociatedSwitch/package.json +11 -0
- package/v3/VwcFormAssociatedTextArea/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextArea/index.js +41 -0
- package/v3/VwcFormAssociatedTextArea/package.json +11 -0
- package/v3/VwcFormAssociatedTextField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextField/index.js +41 -0
- package/v3/VwcFormAssociatedTextField/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/index.js +1 -1
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.js +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +15 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +27 -0
- package/v3/VwcInlineTimePicker/index.js +125 -0
- package/v3/VwcInlineTimePicker/package.json +11 -0
- package/v3/VwcLayout/index.js +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +10 -6
- package/v3/VwcListbox/index.js +51 -76
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -4
- package/v3/VwcMenu/index.js +148 -11
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +8 -2
- package/v3/VwcMenuItem/index.js +93 -6
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.js +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +2 -0
- package/v3/VwcNumberField/index.js +21 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +24 -5
- package/v3/VwcOption/index.js +199 -12
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/index.d.ts +25 -0
- package/v3/VwcOptionTag/index.js +109 -0
- package/v3/VwcOptionTag/package.json +11 -0
- package/v3/VwcPagination/index.js +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +8 -0
- package/v3/VwcProgress/index.js +79 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +8 -0
- package/v3/VwcProgressRing/index.js +84 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +8 -0
- package/v3/VwcRadio/index.js +93 -3
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +11 -0
- package/v3/VwcRadioGroup/index.js +180 -4
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -0
- package/v3/VwcRangeSlider/index.js +98 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSearchableSelect/index.d.ts +46 -0
- package/v3/VwcSearchableSelect/index.js +551 -0
- package/v3/VwcSearchableSelect/package.json +11 -0
- package/v3/VwcSelect/index.d.ts +20 -0
- package/v3/VwcSelect/index.js +208 -4
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -0
- package/v3/VwcSideDrawer/index.js +10 -3
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +24 -11
- package/v3/VwcSlider/index.js +338 -8
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +10 -1
- package/v3/VwcSwitch/index.js +93 -4
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +4 -0
- package/v3/VwcTab/index.js +61 -3
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.js +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +11 -1
- package/v3/VwcTabs/index.js +284 -34
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.js +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.js +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +27 -0
- package/v3/VwcTextArea/index.js +229 -4
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +28 -2
- package/v3/VwcTextField/index.js +224 -4
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +20 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.js +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.js +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +6 -0
- package/v3/VwcTreeItem/index.js +107 -3
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +5 -1
- package/v3/VwcTreeView/index.js +124 -3
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVividElement/index.d.ts +16 -0
- package/v3/VwcVividElement/index.js +30 -0
- package/v3/VwcVividElement/package.json +11 -0
- package/v3/VwcVividFoundationButton/index.d.ts +36 -0
- package/v3/VwcVividFoundationButton/index.js +296 -0
- package/v3/VwcVividFoundationButton/package.json +11 -0
- package/v3/VwcAppearanceUi/index.d.ts +0 -29
- package/v3/VwcAppearanceUi/index.js +0 -559
package/v3/VwcBadge/index.js
CHANGED
|
@@ -36,6 +36,14 @@ 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-fierce-primary",
|
|
41
|
+
"default": "var(--vvd-color-cta-700)"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--vvd-badge-cta-firm",
|
|
45
|
+
"default": "var(--vvd-color-cta-600)"
|
|
46
|
+
},
|
|
39
47
|
{
|
|
40
48
|
"name": "--vvd-badge-cta-firm-all",
|
|
41
49
|
"default": "var(--vvd-color-cta-600)"
|
|
@@ -68,6 +76,14 @@ Code in this file were generated using following JSON:
|
|
|
68
76
|
"name": "--vvd-badge-success-fierce",
|
|
69
77
|
"default": "var(--vvd-color-success-700)"
|
|
70
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-badge-success-fierce-primary",
|
|
81
|
+
"default": "var(--vvd-color-success-700)"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-badge-success-firm",
|
|
85
|
+
"default": "var(--vvd-color-success-600)"
|
|
86
|
+
},
|
|
71
87
|
{
|
|
72
88
|
"name": "--vvd-badge-success-firm-all",
|
|
73
89
|
"default": "var(--vvd-color-success-600)"
|
|
@@ -100,6 +116,14 @@ Code in this file were generated using following JSON:
|
|
|
100
116
|
"name": "--vvd-badge-alert-fierce",
|
|
101
117
|
"default": "var(--vvd-color-alert-700)"
|
|
102
118
|
},
|
|
119
|
+
{
|
|
120
|
+
"name": "--vvd-badge-alert-fierce-primary",
|
|
121
|
+
"default": "var(--vvd-color-alert-700)"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "--vvd-badge-alert-firm",
|
|
125
|
+
"default": "var(--vvd-color-alert-600)"
|
|
126
|
+
},
|
|
103
127
|
{
|
|
104
128
|
"name": "--vvd-badge-alert-firm-all",
|
|
105
129
|
"default": "var(--vvd-color-alert-600)"
|
|
@@ -132,6 +156,14 @@ Code in this file were generated using following JSON:
|
|
|
132
156
|
"name": "--vvd-badge-warning-fierce",
|
|
133
157
|
"default": "var(--vvd-color-warning-700)"
|
|
134
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"name": "--vvd-badge-warning-fierce-primary",
|
|
161
|
+
"default": "var(--vvd-color-warning-300)"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "--vvd-badge-warning-firm",
|
|
165
|
+
"default": "var(--vvd-color-warning-600)"
|
|
166
|
+
},
|
|
135
167
|
{
|
|
136
168
|
"name": "--vvd-badge-warning-firm-all",
|
|
137
169
|
"default": "var(--vvd-color-warning-600)"
|
|
@@ -164,6 +196,14 @@ Code in this file were generated using following JSON:
|
|
|
164
196
|
"name": "--vvd-badge-information-fierce",
|
|
165
197
|
"default": "var(--vvd-color-information-700)"
|
|
166
198
|
},
|
|
199
|
+
{
|
|
200
|
+
"name": "--vvd-badge-information-fierce-primary",
|
|
201
|
+
"default": "var(--vvd-color-information-700)"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "--vvd-badge-information-firm",
|
|
205
|
+
"default": "var(--vvd-color-information-600)"
|
|
206
|
+
},
|
|
167
207
|
{
|
|
168
208
|
"name": "--vvd-badge-information-firm-all",
|
|
169
209
|
"default": "var(--vvd-color-information-600)"
|
|
@@ -196,6 +236,14 @@ Code in this file were generated using following JSON:
|
|
|
196
236
|
"name": "--vvd-badge-announcement-fierce",
|
|
197
237
|
"default": "var(--vvd-color-announcement-700)"
|
|
198
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"name": "--vvd-badge-announcement-fierce-primary",
|
|
241
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "--vvd-badge-announcement-firm",
|
|
245
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
246
|
+
},
|
|
199
247
|
{
|
|
200
248
|
"name": "--vvd-badge-announcement-firm-all",
|
|
201
249
|
"default": "var(--vvd-color-announcement-600)"
|
|
@@ -228,6 +276,14 @@ Code in this file were generated using following JSON:
|
|
|
228
276
|
"name": "--vvd-badge-accent-fierce",
|
|
229
277
|
"default": "var(--vvd-color-neutral-700)"
|
|
230
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"name": "--vvd-badge-accent-fierce-primary",
|
|
281
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "--vvd-badge-accent-firm",
|
|
285
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
286
|
+
},
|
|
231
287
|
{
|
|
232
288
|
"name": "--vvd-badge-accent-firm-all",
|
|
233
289
|
"default": "var(--vvd-color-neutral-600)"
|
|
@@ -312,8 +368,8 @@ Code in this file were generated using following JSON:
|
|
|
312
368
|
}
|
|
313
369
|
],
|
|
314
370
|
"superclass": {
|
|
315
|
-
"name": "
|
|
316
|
-
"
|
|
371
|
+
"name": "VividElement",
|
|
372
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
317
373
|
},
|
|
318
374
|
"vividComponent": {
|
|
319
375
|
"public": true,
|
package/v3/VwcBadge/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-badge",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -205,8 +205,8 @@ Code in this file were generated using following JSON:
|
|
|
205
205
|
}
|
|
206
206
|
],
|
|
207
207
|
"superclass": {
|
|
208
|
-
"name": "
|
|
209
|
-
"
|
|
208
|
+
"name": "VividElement",
|
|
209
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
210
210
|
},
|
|
211
211
|
"vividComponent": {
|
|
212
212
|
"public": true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
/** An Progress HTML Element.
|
|
3
|
+
Implements the https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar .
|
|
4
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/base-progress
|
|
5
|
+
* @param {number | null} value - The value of the progress **attribute** `value`
|
|
6
|
+
* @param {number} min - The minimum value **attribute** `min`
|
|
7
|
+
* @param {number} max - The maximum value **attribute** `max`
|
|
8
|
+
* @param {boolean} paused - Indicates the progress is paused **attribute** `paused`
|
|
9
|
+
*/
|
|
10
|
+
declare const VwcBaseProgress: {
|
|
11
|
+
(props: {
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
slot?: string | undefined;
|
|
14
|
+
id?: string | undefined;
|
|
15
|
+
style?: React.CSSProperties | undefined;
|
|
16
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
|
+
value?: number | undefined;
|
|
18
|
+
min?: number | undefined;
|
|
19
|
+
max?: number | undefined;
|
|
20
|
+
paused?: boolean | undefined;
|
|
21
|
+
}): JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
24
|
+
export default VwcBaseProgress;
|
|
@@ -0,0 +1,108 @@
|
|
|
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": "An Progress HTML Element.\nImplements the https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar .",
|
|
9
|
+
"name": "BaseProgress",
|
|
10
|
+
"members": [
|
|
11
|
+
{
|
|
12
|
+
"kind": "field",
|
|
13
|
+
"name": "value",
|
|
14
|
+
"type": {
|
|
15
|
+
"text": "number | null"
|
|
16
|
+
},
|
|
17
|
+
"description": "The value of the progress",
|
|
18
|
+
"privacy": "public"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"kind": "field",
|
|
22
|
+
"name": "min",
|
|
23
|
+
"type": {
|
|
24
|
+
"text": "number"
|
|
25
|
+
},
|
|
26
|
+
"description": "The minimum value",
|
|
27
|
+
"privacy": "public"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "max",
|
|
32
|
+
"type": {
|
|
33
|
+
"text": "number"
|
|
34
|
+
},
|
|
35
|
+
"description": "The maximum value",
|
|
36
|
+
"privacy": "public"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"kind": "method",
|
|
40
|
+
"name": "maxChanged",
|
|
41
|
+
"privacy": "private",
|
|
42
|
+
"description": ""
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"kind": "field",
|
|
46
|
+
"name": "paused",
|
|
47
|
+
"type": {
|
|
48
|
+
"text": "boolean"
|
|
49
|
+
},
|
|
50
|
+
"description": "Indicates the progress is paused",
|
|
51
|
+
"privacy": "public"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "method",
|
|
55
|
+
"name": "updatePercentComplete",
|
|
56
|
+
"privacy": "private"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"attributes": [
|
|
60
|
+
{
|
|
61
|
+
"type": {
|
|
62
|
+
"text": "number | null"
|
|
63
|
+
},
|
|
64
|
+
"description": "The value of the progress",
|
|
65
|
+
"fieldName": "value"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": {
|
|
69
|
+
"text": "number"
|
|
70
|
+
},
|
|
71
|
+
"description": "The minimum value",
|
|
72
|
+
"fieldName": "min"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": {
|
|
76
|
+
"text": "number"
|
|
77
|
+
},
|
|
78
|
+
"description": "The maximum value",
|
|
79
|
+
"fieldName": "max"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": {
|
|
83
|
+
"text": "boolean"
|
|
84
|
+
},
|
|
85
|
+
"description": "Indicates the progress is paused",
|
|
86
|
+
"fieldName": "paused"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"superclass": {
|
|
90
|
+
"name": "VividElement",
|
|
91
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
*/
|
|
95
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
96
|
+
import { registerBaseProgress } from '@vonage/vivid'
|
|
97
|
+
|
|
98
|
+
registerBaseProgress('vvd3')
|
|
99
|
+
|
|
100
|
+
const VwcBaseProgress = wrapper(`vvd3-base-progress`, {
|
|
101
|
+
events: [],
|
|
102
|
+
attributes: [],
|
|
103
|
+
properties: ['value', 'min', 'max', 'paused']
|
|
104
|
+
})
|
|
105
|
+
|
|
106
|
+
VwcBaseProgress.displayName = 'VwcBaseProgress'
|
|
107
|
+
|
|
108
|
+
export default VwcBaseProgress
|
|
@@ -13,9 +13,69 @@ Code in this file were generated using following JSON:
|
|
|
13
13
|
"name": ""
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
+
"members": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "method",
|
|
19
|
+
"name": "setItemSeparator",
|
|
20
|
+
"privacy": "private",
|
|
21
|
+
"parameters": [
|
|
22
|
+
{
|
|
23
|
+
"name": "item",
|
|
24
|
+
"type": {
|
|
25
|
+
"text": "HTMLElement"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "isLastNode",
|
|
30
|
+
"type": {
|
|
31
|
+
"text": "boolean"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "method",
|
|
38
|
+
"name": "findChildWithHref",
|
|
39
|
+
"privacy": "private",
|
|
40
|
+
"return": {
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "HTMLElement | null"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"parameters": [
|
|
46
|
+
{
|
|
47
|
+
"name": "node",
|
|
48
|
+
"type": {
|
|
49
|
+
"text": "HTMLElement"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"kind": "method",
|
|
57
|
+
"name": "setAriaCurrent",
|
|
58
|
+
"privacy": "private",
|
|
59
|
+
"parameters": [
|
|
60
|
+
{
|
|
61
|
+
"name": "item",
|
|
62
|
+
"type": {
|
|
63
|
+
"text": "HTMLElement"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "isLastNode",
|
|
68
|
+
"type": {
|
|
69
|
+
"text": "boolean"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
16
76
|
"superclass": {
|
|
17
|
-
"name": "
|
|
18
|
-
"
|
|
77
|
+
"name": "VividElement",
|
|
78
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
19
79
|
},
|
|
20
80
|
"vividComponent": {
|
|
21
81
|
"public": true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -26,8 +26,8 @@ Code in this file were generated using following JSON:
|
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
28
|
"superclass": {
|
|
29
|
-
"name": "
|
|
30
|
-
"
|
|
29
|
+
"name": "VividElement",
|
|
30
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
31
31
|
},
|
|
32
32
|
"vividComponent": {
|
|
33
33
|
"public": true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb-item",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcButton
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/button
|
|
4
|
-
* @param {string} title
|
|
4
|
+
* @param {string} title - Specifies extra information about the button. This information is typically used by browsers to display a tooltip. **attribute** `title`
|
|
5
5
|
* @param {ButtonConnotation | undefined} connotation - The connotation the button should have. **attribute** `connotation`
|
|
6
6
|
* @param {ButtonShape | undefined} shape - The shape the button should have. **attribute** `shape`
|
|
7
7
|
* @param {ButtonAppearance | undefined} appearance - The appearance the button should have. **attribute** `appearance`
|
|
8
8
|
* @param {ButtonSize | undefined} size - The size the button should have. **attribute** `size`
|
|
9
9
|
* @param {boolean} stacked - Indicates the icon is stacked. **attribute** `stacked`
|
|
10
10
|
* @param {boolean} pending - Displays the button in pending state. **attribute** `pending`
|
|
11
|
+
* @param {boolean} dropdownIndicator - Display a chevron to indicate that the button opens a dropdown. **attribute** `dropdown-indicator`
|
|
11
12
|
* @param {boolean} active - Displays the button in active state. **attribute** `active`
|
|
12
13
|
* @param {string | undefined} label - Indicates the button's label. **attribute** `label`
|
|
13
14
|
* @param {string | undefined} href - Indicates the button's href. **attribute** `href`
|
|
@@ -17,9 +18,19 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
17
18
|
* @param {string | undefined} referrerpolicy - Indicates the button's referrerpolicy. **attribute** `referrerpolicy`
|
|
18
19
|
* @param {string | undefined} rel - Indicates the button's rel. **attribute** `rel`
|
|
19
20
|
* @param {'_self' | '_blank' | '_parent' | '_top' | undefined} target - Indicates the target's rel. **attribute** `target`
|
|
21
|
+
* @param {boolean} autofocus - Determines if the element should receive document focus on page load.
|
|
22
|
+
* @param {string} formId - The id of a form to associate the element to. **attribute** `form`
|
|
23
|
+
* @param {string} formaction - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details. **attribute** `formaction`
|
|
24
|
+
* @param {string} formenctype - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details. **attribute** `formenctype`
|
|
25
|
+
* @param {string} formmethod - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details. **attribute** `formmethod`
|
|
26
|
+
* @param {boolean} formnovalidate - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
27
|
+
* @param {'_self' | '_blank' | '_parent' | '_top'} formtarget - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details. **attribute** `formtarget`
|
|
28
|
+
* @param {'submit' | 'reset' | 'button'} type - The button type. **attribute** `type`
|
|
29
|
+
* @param {HTMLButtonElement} control
|
|
30
|
+
* @param proxy
|
|
20
31
|
* @param {string | undefined} icon
|
|
21
32
|
* @param {boolean | undefined} disabled
|
|
22
|
-
* @param {string | undefined} type
|
|
33
|
+
* @param {string | undefined} type **attribute** `type`
|
|
23
34
|
* @param {boolean | undefined} icon-trailing
|
|
24
35
|
*/
|
|
25
36
|
declare const VwcButton: {
|
|
@@ -37,6 +48,7 @@ declare const VwcButton: {
|
|
|
37
48
|
size?: any;
|
|
38
49
|
stacked?: boolean | undefined;
|
|
39
50
|
pending?: boolean | undefined;
|
|
51
|
+
dropdownIndicator?: boolean | undefined;
|
|
40
52
|
active?: boolean | undefined;
|
|
41
53
|
label?: string | undefined;
|
|
42
54
|
href?: string | undefined;
|
|
@@ -46,9 +58,18 @@ declare const VwcButton: {
|
|
|
46
58
|
referrerpolicy?: string | undefined;
|
|
47
59
|
rel?: string | undefined;
|
|
48
60
|
target?: any;
|
|
61
|
+
autofocus?: boolean | undefined;
|
|
62
|
+
formId?: string | undefined;
|
|
63
|
+
formaction?: string | undefined;
|
|
64
|
+
formenctype?: string | undefined;
|
|
65
|
+
formmethod?: string | undefined;
|
|
66
|
+
formnovalidate?: boolean | undefined;
|
|
67
|
+
formtarget?: any;
|
|
68
|
+
type?: any;
|
|
69
|
+
control?: any;
|
|
70
|
+
proxy?: any;
|
|
49
71
|
icon?: string | undefined;
|
|
50
72
|
disabled?: any;
|
|
51
|
-
type?: string | undefined;
|
|
52
73
|
}, icon: any): any;
|
|
53
74
|
displayName: string;
|
|
54
75
|
};
|