@vonage/vivid-react 5.23.0 → 5.24.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 +7 -9
- package/package.json +5 -4
- package/types/index.d.ts +7 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -0
- package/v3/VwcAccordionItem/index.js +1 -0
- 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/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.d.ts +4 -5
- 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/index.js +12 -24
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +2 -0
- package/v3/VwcDataGridCell/index.js +1 -0
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +2 -0
- package/v3/VwcDataGridRow/index.js +1 -0
- 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.d.ts +2 -0
- package/v3/VwcDialPad/index.js +1 -0
- 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/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.d.ts +1 -1
- package/v3/VwcListbox/package.json +2 -2
- 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/index.d.ts +1 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +2 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOptgroup/index.d.ts +20 -0
- package/v3/VwcOptgroup/index.js +16 -0
- package/v3/VwcOptgroup/package.json +11 -0
- package/v3/VwcOption/index.d.ts +1 -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/package.json +2 -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/package.json +2 -2
- package/v3/VwcRteBaseImpl/package.json +2 -2
- package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
- package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
- package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
- package/v3/VwcRteConfig/package.json +2 -2
- package/v3/VwcRteConfigImpl/package.json +2 -2
- package/v3/VwcRteCoreImpl/package.json +2 -2
- package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
- package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFeature/package.json +2 -2
- package/v3/VwcRteFeatureImpl/package.json +2 -2
- package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
- package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
- package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
- 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/package.json +2 -2
- package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
- package/v3/VwcRteInstance/package.json +2 -2
- package/v3/VwcRteInstanceImpl/package.json +2 -2
- package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
- package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
- package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
- package/v3/VwcRteListFeatureImpl/package.json +2 -2
- package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
- package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
- package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
- package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
- package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
- package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +1 -1
- 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/index.d.ts +2 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +3 -1
- 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/package.json +2 -2
- package/v3/VwcVvdHexInput/package.json +2 -2
- package/v3/VwcVvdHexPicker/package.json +2 -2
package/VwcBadge/package.json
CHANGED
package/VwcBanner/package.json
CHANGED
package/VwcButton/package.json
CHANGED
package/VwcCalendar/package.json
CHANGED
package/VwcCard/package.json
CHANGED
package/VwcCarousel/package.json
CHANGED
package/VwcCheckbox/package.json
CHANGED
package/VwcChip/package.json
CHANGED
package/VwcChipSet/package.json
CHANGED
package/VwcDataGrid/package.json
CHANGED
package/VwcDropdown/package.json
CHANGED
package/VwcFab/package.json
CHANGED
package/VwcIcon/package.json
CHANGED
package/VwcKeypad/package.json
CHANGED
package/VwcLayout/package.json
CHANGED
package/VwcList/package.json
CHANGED
package/VwcListItem/package.json
CHANGED
package/VwcMenu/package.json
CHANGED
package/VwcNote/package.json
CHANGED
package/VwcPopup/package.json
CHANGED
package/VwcRadio/package.json
CHANGED
package/VwcScrubBar/package.json
CHANGED
package/VwcSelect/package.json
CHANGED
package/VwcSlider/package.json
CHANGED
package/VwcSnackbar/package.json
CHANGED
package/VwcSurface/package.json
CHANGED
package/VwcSwitch/package.json
CHANGED
package/VwcTab/package.json
CHANGED
package/VwcTabBar/package.json
CHANGED
package/VwcTag/package.json
CHANGED
package/VwcText/package.json
CHANGED
package/VwcTextarea/package.json
CHANGED
package/VwcTooltip/package.json
CHANGED
package/index.js
CHANGED
|
@@ -7,13 +7,7 @@ let react_dom_client = require("react-dom/client");
|
|
|
7
7
|
//#region src/generated/style.core.all.js
|
|
8
8
|
var style_core_all_default = {
|
|
9
9
|
id: "core.all",
|
|
10
|
-
css:
|
|
11
|
-
* Do not edit directly, this file was auto-generated.
|
|
12
|
-
*/
|
|
13
|
-
/**
|
|
14
|
-
* Do not edit directly, this file was auto-generated.
|
|
15
|
-
*/
|
|
16
|
-
.vvd-root {
|
|
10
|
+
css: `.vvd-root {
|
|
17
11
|
color: var(--vvd-color-canvas-text);
|
|
18
12
|
color-scheme: var(--vvd-color-scheme);
|
|
19
13
|
}
|
|
@@ -24,7 +18,11 @@ var style_core_all_default = {
|
|
|
24
18
|
|
|
25
19
|
.vvd-scrollbar {
|
|
26
20
|
--scrollbar-track-color: transparent;
|
|
27
|
-
--scrollbar-thumb-color: color-mix(
|
|
21
|
+
--scrollbar-thumb-color: color-mix(
|
|
22
|
+
in sRGB,
|
|
23
|
+
var(--vvd-color-neutral-950),
|
|
24
|
+
transparent 70%
|
|
25
|
+
);
|
|
28
26
|
}
|
|
29
27
|
.vvd-scrollbar {
|
|
30
28
|
scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
|
|
@@ -850,7 +848,7 @@ var style_font_spezia_default = {
|
|
|
850
848
|
//#region src/generated/vivid.version.js
|
|
851
849
|
var vivid_version_default = {
|
|
852
850
|
v2: "2.46.3",
|
|
853
|
-
v3: `5.
|
|
851
|
+
v3: `5.24.0`
|
|
854
852
|
};
|
|
855
853
|
//#endregion
|
|
856
854
|
//#region src/initialization/initVivid.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.24.0",
|
|
4
4
|
"description": "Vivid wrappers for React with IDE autocomplete support and TypeScript typings.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Vivid",
|
|
@@ -78,9 +78,8 @@
|
|
|
78
78
|
"@vonage/vwc-tooltip": "2.46.3",
|
|
79
79
|
"@vonage/vwc-top-app-bar": "2.46.3",
|
|
80
80
|
"@vonage/vwc-top-app-bar-fixed": "2.46.3",
|
|
81
|
-
"globals": "^17.6.0",
|
|
82
81
|
"prop-types": "^15.8.1",
|
|
83
|
-
"@vonage/vivid": "^5.
|
|
82
|
+
"@vonage/vivid": "^5.24.0"
|
|
84
83
|
},
|
|
85
84
|
"devDependencies": {
|
|
86
85
|
"@chromatic-com/storybook": "^5.1.2",
|
|
@@ -95,6 +94,7 @@
|
|
|
95
94
|
"eslint": "^10.3.0",
|
|
96
95
|
"eslint-plugin-storybook": "^10.3.6",
|
|
97
96
|
"fs-extra": "^9.1.0",
|
|
97
|
+
"globals": "^17.6.0",
|
|
98
98
|
"lodash": "^4.18.1",
|
|
99
99
|
"mkdirp": "1.0.4",
|
|
100
100
|
"ora": "^5.4.1",
|
|
@@ -105,12 +105,13 @@
|
|
|
105
105
|
"tsx": "^4.21.0",
|
|
106
106
|
"typescript": "5.9.3",
|
|
107
107
|
"vite": "^8.0.12",
|
|
108
|
-
"vitest": "^4.1.
|
|
108
|
+
"vitest": "^4.1.8",
|
|
109
109
|
"web-component-analyzer": "2.0.0-next.4",
|
|
110
110
|
"@repo/eslint-config": "1.0.0",
|
|
111
111
|
"@repo/react-component-wrapper": "^1.3.0",
|
|
112
112
|
"@repo/tools": "1.0.0",
|
|
113
113
|
"@repo/typescript-config": "1.0.0",
|
|
114
|
+
"@repo/utils": "1.0.0",
|
|
114
115
|
"@repo/vite-config": "1.0.0",
|
|
115
116
|
"@repo/vitest-config": "1.0.0"
|
|
116
117
|
},
|