genesys-spark-components-react 4.0.0-beta.0 → 4.0.0-beta.10
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/dist/index.d.ts +5 -4
- package/dist/index.js +5 -4
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { JSX } from 'genesys-spark-components';
|
|
|
3
3
|
export declare const GuxAccordion: import("react").ForwardRefExoticComponent<JSX.GuxAccordion & Omit<import("react").HTMLAttributes<HTMLGuxAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAccordionElement>>;
|
|
4
4
|
export declare const GuxAccordionSection: import("react").ForwardRefExoticComponent<JSX.GuxAccordionSection & Omit<import("react").HTMLAttributes<HTMLGuxAccordionSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAccordionSectionElement>>;
|
|
5
5
|
export declare const GuxActionButton: import("react").ForwardRefExoticComponent<JSX.GuxActionButton & Omit<import("react").HTMLAttributes<HTMLGuxActionButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionButtonElement>>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const GuxActionToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxActionToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxActionToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionToastLegacyElement>>;
|
|
7
7
|
export declare const GuxAdvancedDropdown: import("react").ForwardRefExoticComponent<JSX.GuxAdvancedDropdown & Omit<import("react").HTMLAttributes<HTMLGuxAdvancedDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAdvancedDropdownElement>>;
|
|
8
8
|
export declare const GuxAllRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxAllRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxAllRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAllRowSelectElement>>;
|
|
9
9
|
export declare const GuxAnnounceBeta: import("react").ForwardRefExoticComponent<JSX.GuxAnnounceBeta & Omit<import("react").HTMLAttributes<HTMLGuxAnnounceBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAnnounceBetaElement>>;
|
|
@@ -15,6 +15,7 @@ export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.Gu
|
|
|
15
15
|
export declare const GuxButtonMulti: import("react").ForwardRefExoticComponent<JSX.GuxButtonMulti & Omit<import("react").HTMLAttributes<HTMLGuxButtonMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonMultiElement>>;
|
|
16
16
|
export declare const GuxButtonSlotBeta: import("react").ForwardRefExoticComponent<JSX.GuxButtonSlotBeta & Omit<import("react").HTMLAttributes<HTMLGuxButtonSlotBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonSlotBetaElement>>;
|
|
17
17
|
export declare const GuxCalendar: import("react").ForwardRefExoticComponent<JSX.GuxCalendar & Omit<import("react").HTMLAttributes<HTMLGuxCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarElement>>;
|
|
18
|
+
export declare const GuxCalendarBeta: import("react").ForwardRefExoticComponent<JSX.GuxCalendarBeta & Omit<import("react").HTMLAttributes<HTMLGuxCalendarBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarBetaElement>>;
|
|
18
19
|
export declare const GuxCard: import("react").ForwardRefExoticComponent<JSX.GuxCard & Omit<import("react").HTMLAttributes<HTMLGuxCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCardElement>>;
|
|
19
20
|
export declare const GuxColumnManagerBeta: import("react").ForwardRefExoticComponent<JSX.GuxColumnManagerBeta & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerBetaElement>>;
|
|
20
21
|
export declare const GuxColumnManagerItem: import("react").ForwardRefExoticComponent<JSX.GuxColumnManagerItem & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerItemElement>>;
|
|
@@ -61,7 +62,7 @@ export declare const GuxMonthCalendar: import("react").ForwardRefExoticComponent
|
|
|
61
62
|
export declare const GuxMonthList: import("react").ForwardRefExoticComponent<JSX.GuxMonthList & Omit<import("react").HTMLAttributes<HTMLGuxMonthListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthListElement>>;
|
|
62
63
|
export declare const GuxMonthListItem: import("react").ForwardRefExoticComponent<JSX.GuxMonthListItem & Omit<import("react").HTMLAttributes<HTMLGuxMonthListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthListItemElement>>;
|
|
63
64
|
export declare const GuxMonthPickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxMonthPickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxMonthPickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMonthPickerBetaElement>>;
|
|
64
|
-
export declare const
|
|
65
|
+
export declare const GuxNotificationToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxNotificationToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxNotificationToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxNotificationToastLegacyElement>>;
|
|
65
66
|
export declare const GuxOption: import("react").ForwardRefExoticComponent<JSX.GuxOption & Omit<import("react").HTMLAttributes<HTMLGuxOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionElement>>;
|
|
66
67
|
export declare const GuxOptionIcon: import("react").ForwardRefExoticComponent<JSX.GuxOptionIcon & Omit<import("react").HTMLAttributes<HTMLGuxOptionIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionIconElement>>;
|
|
67
68
|
export declare const GuxOptionMulti: import("react").ForwardRefExoticComponent<JSX.GuxOptionMulti & Omit<import("react").HTMLAttributes<HTMLGuxOptionMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxOptionMultiElement>>;
|
|
@@ -80,7 +81,6 @@ export declare const GuxPhoneInputBeta: import("react").ForwardRefExoticComponen
|
|
|
80
81
|
export declare const GuxPopover: import("react").ForwardRefExoticComponent<JSX.GuxPopover & Omit<import("react").HTMLAttributes<HTMLGuxPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverElement>>;
|
|
81
82
|
export declare const GuxPopoverBeta: import("react").ForwardRefExoticComponent<JSX.GuxPopoverBeta & Omit<import("react").HTMLAttributes<HTMLGuxPopoverBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverBetaElement>>;
|
|
82
83
|
export declare const GuxPopoverList: import("react").ForwardRefExoticComponent<JSX.GuxPopoverList & Omit<import("react").HTMLAttributes<HTMLGuxPopoverListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverListElement>>;
|
|
83
|
-
export declare const GuxPopoverListBeta: import("react").ForwardRefExoticComponent<JSX.GuxPopoverListBeta & Omit<import("react").HTMLAttributes<HTMLGuxPopoverListBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopoverListBetaElement>>;
|
|
84
84
|
export declare const GuxPopup: import("react").ForwardRefExoticComponent<JSX.GuxPopup & Omit<import("react").HTMLAttributes<HTMLGuxPopupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPopupElement>>;
|
|
85
85
|
export declare const GuxRadialLoading: import("react").ForwardRefExoticComponent<JSX.GuxRadialLoading & Omit<import("react").HTMLAttributes<HTMLGuxRadialLoadingElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialLoadingElement>>;
|
|
86
86
|
export declare const GuxRadialProgress: import("react").ForwardRefExoticComponent<JSX.GuxRadialProgress & Omit<import("react").HTMLAttributes<HTMLGuxRadialProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRadialProgressElement>>;
|
|
@@ -88,7 +88,7 @@ export declare const GuxRating: import("react").ForwardRefExoticComponent<JSX.Gu
|
|
|
88
88
|
export declare const GuxRegionIcon: import("react").ForwardRefExoticComponent<JSX.GuxRegionIcon & Omit<import("react").HTMLAttributes<HTMLGuxRegionIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRegionIconElement>>;
|
|
89
89
|
export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX.GuxRowSelect & Omit<import("react").HTMLAttributes<HTMLGuxRowSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxRowSelectElement>>;
|
|
90
90
|
export declare const GuxScreenReaderBeta: import("react").ForwardRefExoticComponent<JSX.GuxScreenReaderBeta & Omit<import("react").HTMLAttributes<HTMLGuxScreenReaderBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxScreenReaderBetaElement>>;
|
|
91
|
-
export declare const
|
|
91
|
+
export declare const GuxSimpleToastLegacy: import("react").ForwardRefExoticComponent<JSX.GuxSimpleToastLegacy & Omit<import("react").HTMLAttributes<HTMLGuxSimpleToastLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSimpleToastLegacyElement>>;
|
|
92
92
|
export declare const GuxSkipNavigationItem: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationItem & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationItemElement>>;
|
|
93
93
|
export declare const GuxSkipNavigationListBeta: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationListBeta & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationListBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationListBetaElement>>;
|
|
94
94
|
export declare const GuxSortControl: import("react").ForwardRefExoticComponent<JSX.GuxSortControl & Omit<import("react").HTMLAttributes<HTMLGuxSortControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSortControlElement>>;
|
|
@@ -115,6 +115,7 @@ export declare const GuxTagBeta: import("react").ForwardRefExoticComponent<JSX.G
|
|
|
115
115
|
export declare const GuxTextHighlight: import("react").ForwardRefExoticComponent<JSX.GuxTextHighlight & Omit<import("react").HTMLAttributes<HTMLGuxTextHighlightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTextHighlightElement>>;
|
|
116
116
|
export declare const GuxTimeBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimeBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimeBetaElement>>;
|
|
117
117
|
export declare const GuxTimePickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimePickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimePickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimePickerBetaElement>>;
|
|
118
|
+
export declare const GuxToast: import("react").ForwardRefExoticComponent<JSX.GuxToast & Omit<import("react").HTMLAttributes<HTMLGuxToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToastElement>>;
|
|
118
119
|
export declare const GuxToggle: import("react").ForwardRefExoticComponent<JSX.GuxToggle & Omit<import("react").HTMLAttributes<HTMLGuxToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToggleElement>>;
|
|
119
120
|
export declare const GuxToggleSlider: import("react").ForwardRefExoticComponent<JSX.GuxToggleSlider & Omit<import("react").HTMLAttributes<HTMLGuxToggleSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxToggleSliderElement>>;
|
|
120
121
|
export declare const GuxTooltip: import("react").ForwardRefExoticComponent<JSX.GuxTooltip & Omit<import("react").HTMLAttributes<HTMLGuxTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTooltipElement>>;
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { createReactComponent } from './react-component-lib';
|
|
|
5
5
|
export const GuxAccordion = /*@__PURE__*/ createReactComponent('gux-accordion');
|
|
6
6
|
export const GuxAccordionSection = /*@__PURE__*/ createReactComponent('gux-accordion-section');
|
|
7
7
|
export const GuxActionButton = /*@__PURE__*/ createReactComponent('gux-action-button');
|
|
8
|
-
export const
|
|
8
|
+
export const GuxActionToastLegacy = /*@__PURE__*/ createReactComponent('gux-action-toast-legacy');
|
|
9
9
|
export const GuxAdvancedDropdown = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown');
|
|
10
10
|
export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
|
|
11
11
|
export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
|
|
@@ -17,6 +17,7 @@ export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
|
|
|
17
17
|
export const GuxButtonMulti = /*@__PURE__*/ createReactComponent('gux-button-multi');
|
|
18
18
|
export const GuxButtonSlotBeta = /*@__PURE__*/ createReactComponent('gux-button-slot-beta');
|
|
19
19
|
export const GuxCalendar = /*@__PURE__*/ createReactComponent('gux-calendar');
|
|
20
|
+
export const GuxCalendarBeta = /*@__PURE__*/ createReactComponent('gux-calendar-beta');
|
|
20
21
|
export const GuxCard = /*@__PURE__*/ createReactComponent('gux-card');
|
|
21
22
|
export const GuxColumnManagerBeta = /*@__PURE__*/ createReactComponent('gux-column-manager-beta');
|
|
22
23
|
export const GuxColumnManagerItem = /*@__PURE__*/ createReactComponent('gux-column-manager-item');
|
|
@@ -63,7 +64,7 @@ export const GuxMonthCalendar = /*@__PURE__*/ createReactComponent('gux-month-ca
|
|
|
63
64
|
export const GuxMonthList = /*@__PURE__*/ createReactComponent('gux-month-list');
|
|
64
65
|
export const GuxMonthListItem = /*@__PURE__*/ createReactComponent('gux-month-list-item');
|
|
65
66
|
export const GuxMonthPickerBeta = /*@__PURE__*/ createReactComponent('gux-month-picker-beta');
|
|
66
|
-
export const
|
|
67
|
+
export const GuxNotificationToastLegacy = /*@__PURE__*/ createReactComponent('gux-notification-toast-legacy');
|
|
67
68
|
export const GuxOption = /*@__PURE__*/ createReactComponent('gux-option');
|
|
68
69
|
export const GuxOptionIcon = /*@__PURE__*/ createReactComponent('gux-option-icon');
|
|
69
70
|
export const GuxOptionMulti = /*@__PURE__*/ createReactComponent('gux-option-multi');
|
|
@@ -82,7 +83,6 @@ export const GuxPhoneInputBeta = /*@__PURE__*/ createReactComponent('gux-phone-i
|
|
|
82
83
|
export const GuxPopover = /*@__PURE__*/ createReactComponent('gux-popover');
|
|
83
84
|
export const GuxPopoverBeta = /*@__PURE__*/ createReactComponent('gux-popover-beta');
|
|
84
85
|
export const GuxPopoverList = /*@__PURE__*/ createReactComponent('gux-popover-list');
|
|
85
|
-
export const GuxPopoverListBeta = /*@__PURE__*/ createReactComponent('gux-popover-list-beta');
|
|
86
86
|
export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
87
87
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
88
88
|
export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
|
|
@@ -90,7 +90,7 @@ export const GuxRating = /*@__PURE__*/ createReactComponent('gux-rating');
|
|
|
90
90
|
export const GuxRegionIcon = /*@__PURE__*/ createReactComponent('gux-region-icon');
|
|
91
91
|
export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select');
|
|
92
92
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
93
|
-
export const
|
|
93
|
+
export const GuxSimpleToastLegacy = /*@__PURE__*/ createReactComponent('gux-simple-toast-legacy');
|
|
94
94
|
export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-skip-navigation-item');
|
|
95
95
|
export const GuxSkipNavigationListBeta = /*@__PURE__*/ createReactComponent('gux-skip-navigation-list-beta');
|
|
96
96
|
export const GuxSortControl = /*@__PURE__*/ createReactComponent('gux-sort-control');
|
|
@@ -117,6 +117,7 @@ export const GuxTagBeta = /*@__PURE__*/ createReactComponent('gux-tag-beta');
|
|
|
117
117
|
export const GuxTextHighlight = /*@__PURE__*/ createReactComponent('gux-text-highlight');
|
|
118
118
|
export const GuxTimeBeta = /*@__PURE__*/ createReactComponent('gux-time-beta');
|
|
119
119
|
export const GuxTimePickerBeta = /*@__PURE__*/ createReactComponent('gux-time-picker-beta');
|
|
120
|
+
export const GuxToast = /*@__PURE__*/ createReactComponent('gux-toast');
|
|
120
121
|
export const GuxToggle = /*@__PURE__*/ createReactComponent('gux-toggle');
|
|
121
122
|
export const GuxToggleSlider = /*@__PURE__*/ createReactComponent('gux-toggle-slider');
|
|
122
123
|
export const GuxTooltip = /*@__PURE__*/ createReactComponent('gux-tooltip');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"version-sync": "npm version --no-git-tag-version --allow-same-version"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"genesys-spark-components": "4.0.0-beta.
|
|
22
|
+
"genesys-spark-components": "4.0.0-beta.10"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|