genesys-spark-components-react 4.0.0-beta.3 → 4.0.0-beta.31
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 +19 -22
- package/dist/index.js +19 -22
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -4,35 +4,34 @@ export declare const GuxAccordion: import("react").ForwardRefExoticComponent<JSX
|
|
|
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
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
|
-
export declare const
|
|
7
|
+
export declare const GuxAdvancedDropdownLegacy: import("react").ForwardRefExoticComponent<JSX.GuxAdvancedDropdownLegacy & Omit<import("react").HTMLAttributes<HTMLGuxAdvancedDropdownLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAdvancedDropdownLegacyElement>>;
|
|
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>>;
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
10
|
+
export declare const GuxBadge: import("react").ForwardRefExoticComponent<JSX.GuxBadge & Omit<import("react").HTMLAttributes<HTMLGuxBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBadgeElement>>;
|
|
11
|
+
export declare const GuxBlankState: import("react").ForwardRefExoticComponent<JSX.GuxBlankState & Omit<import("react").HTMLAttributes<HTMLGuxBlankStateElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBlankStateElement>>;
|
|
12
12
|
export declare const GuxBreadcrumbItem: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbItem & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbItemElement>>;
|
|
13
13
|
export declare const GuxBreadcrumbs: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbs & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbsElement>>;
|
|
14
14
|
export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.GuxButton & Omit<import("react").HTMLAttributes<HTMLGuxButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonElement>>;
|
|
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
|
-
export declare const
|
|
16
|
+
export declare const GuxButtonSlot: import("react").ForwardRefExoticComponent<JSX.GuxButtonSlot & Omit<import("react").HTMLAttributes<HTMLGuxButtonSlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonSlotElement>>;
|
|
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
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>>;
|
|
19
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>>;
|
|
20
|
-
export declare const
|
|
20
|
+
export declare const GuxColumnManager: import("react").ForwardRefExoticComponent<JSX.GuxColumnManager & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerElement>>;
|
|
21
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>>;
|
|
22
22
|
export declare const GuxContentSearch: import("react").ForwardRefExoticComponent<JSX.GuxContentSearch & Omit<import("react").HTMLAttributes<HTMLGuxContentSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxContentSearchElement>>;
|
|
23
|
-
export declare const
|
|
23
|
+
export declare const GuxContextMenu: import("react").ForwardRefExoticComponent<JSX.GuxContextMenu & Omit<import("react").HTMLAttributes<HTMLGuxContextMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxContextMenuElement>>;
|
|
24
24
|
export declare const GuxCopyToClipboard: import("react").ForwardRefExoticComponent<JSX.GuxCopyToClipboard & Omit<import("react").HTMLAttributes<HTMLGuxCopyToClipboardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCopyToClipboardElement>>;
|
|
25
25
|
export declare const GuxCreateOption: import("react").ForwardRefExoticComponent<JSX.GuxCreateOption & Omit<import("react").HTMLAttributes<HTMLGuxCreateOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCreateOptionElement>>;
|
|
26
26
|
export declare const GuxDateBeta: import("react").ForwardRefExoticComponent<JSX.GuxDateBeta & Omit<import("react").HTMLAttributes<HTMLGuxDateBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDateBetaElement>>;
|
|
27
27
|
export declare const GuxDateTimeBeta: import("react").ForwardRefExoticComponent<JSX.GuxDateTimeBeta & Omit<import("react").HTMLAttributes<HTMLGuxDateTimeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDateTimeBetaElement>>;
|
|
28
28
|
export declare const GuxDatepicker: import("react").ForwardRefExoticComponent<JSX.GuxDatepicker & Omit<import("react").HTMLAttributes<HTMLGuxDatepickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDatepickerElement>>;
|
|
29
|
-
export declare const
|
|
29
|
+
export declare const GuxDisclosureButtonLegacy: import("react").ForwardRefExoticComponent<JSX.GuxDisclosureButtonLegacy & Omit<import("react").HTMLAttributes<HTMLGuxDisclosureButtonLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDisclosureButtonLegacyElement>>;
|
|
30
30
|
export declare const GuxDismissButton: import("react").ForwardRefExoticComponent<JSX.GuxDismissButton & Omit<import("react").HTMLAttributes<HTMLGuxDismissButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDismissButtonElement>>;
|
|
31
31
|
export declare const GuxDropdown: import("react").ForwardRefExoticComponent<JSX.GuxDropdown & Omit<import("react").HTMLAttributes<HTMLGuxDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownElement>>;
|
|
32
|
-
export declare const
|
|
32
|
+
export declare const GuxDropdownMulti: import("react").ForwardRefExoticComponent<JSX.GuxDropdownMulti & Omit<import("react").HTMLAttributes<HTMLGuxDropdownMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownMultiElement>>;
|
|
33
33
|
export declare const GuxDropdownMultiTag: import("react").ForwardRefExoticComponent<JSX.GuxDropdownMultiTag & Omit<import("react").HTMLAttributes<HTMLGuxDropdownMultiTagElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownMultiTagElement>>;
|
|
34
34
|
export declare const GuxDropdownOption: import("react").ForwardRefExoticComponent<JSX.GuxDropdownOption & Omit<import("react").HTMLAttributes<HTMLGuxDropdownOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxDropdownOptionElement>>;
|
|
35
|
-
export declare const GuxErrorMessageBeta: import("react").ForwardRefExoticComponent<JSX.GuxErrorMessageBeta & Omit<import("react").HTMLAttributes<HTMLGuxErrorMessageBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxErrorMessageBetaElement>>;
|
|
36
35
|
export declare const GuxFlyoutMenuBeta: import("react").ForwardRefExoticComponent<JSX.GuxFlyoutMenuBeta & Omit<import("react").HTMLAttributes<HTMLGuxFlyoutMenuBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFlyoutMenuBetaElement>>;
|
|
37
36
|
export declare const GuxFormFieldCheckbox: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldCheckbox & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldCheckboxElement>>;
|
|
38
37
|
export declare const GuxFormFieldColor: import("react").ForwardRefExoticComponent<JSX.GuxFormFieldColor & Omit<import("react").HTMLAttributes<HTMLGuxFormFieldColorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxFormFieldColorElement>>;
|
|
@@ -54,7 +53,7 @@ export declare const GuxListDivider: import("react").ForwardRefExoticComponent<J
|
|
|
54
53
|
export declare const GuxListItem: import("react").ForwardRefExoticComponent<JSX.GuxListItem & Omit<import("react").HTMLAttributes<HTMLGuxListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListItemElement>>;
|
|
55
54
|
export declare const GuxListbox: import("react").ForwardRefExoticComponent<JSX.GuxListbox & Omit<import("react").HTMLAttributes<HTMLGuxListboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListboxElement>>;
|
|
56
55
|
export declare const GuxListboxMulti: import("react").ForwardRefExoticComponent<JSX.GuxListboxMulti & Omit<import("react").HTMLAttributes<HTMLGuxListboxMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxListboxMultiElement>>;
|
|
57
|
-
export declare const
|
|
56
|
+
export declare const GuxLoadingMessage: import("react").ForwardRefExoticComponent<JSX.GuxLoadingMessage & Omit<import("react").HTMLAttributes<HTMLGuxLoadingMessageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLoadingMessageElement>>;
|
|
58
57
|
export declare const GuxMenu: import("react").ForwardRefExoticComponent<JSX.GuxMenu & Omit<import("react").HTMLAttributes<HTMLGuxMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMenuElement>>;
|
|
59
58
|
export declare const GuxMenuOption: import("react").ForwardRefExoticComponent<JSX.GuxMenuOption & Omit<import("react").HTMLAttributes<HTMLGuxMenuOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxMenuOptionElement>>;
|
|
60
59
|
export declare const GuxModal: import("react").ForwardRefExoticComponent<JSX.GuxModal & Omit<import("react").HTMLAttributes<HTMLGuxModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxModalElement>>;
|
|
@@ -68,20 +67,18 @@ export declare const GuxOptionIcon: import("react").ForwardRefExoticComponent<JS
|
|
|
68
67
|
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>>;
|
|
69
68
|
export declare const GuxPageLoadingSpinner: import("react").ForwardRefExoticComponent<JSX.GuxPageLoadingSpinner & Omit<import("react").HTMLAttributes<HTMLGuxPageLoadingSpinnerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPageLoadingSpinnerElement>>;
|
|
70
69
|
export declare const GuxPagination: import("react").ForwardRefExoticComponent<JSX.GuxPagination & Omit<import("react").HTMLAttributes<HTMLGuxPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationElement>>;
|
|
71
|
-
export declare const GuxPaginationBeta: import("react").ForwardRefExoticComponent<JSX.GuxPaginationBeta & Omit<import("react").HTMLAttributes<HTMLGuxPaginationBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationBetaElement>>;
|
|
72
70
|
export declare const GuxPaginationButtons: import("react").ForwardRefExoticComponent<JSX.GuxPaginationButtons & Omit<import("react").HTMLAttributes<HTMLGuxPaginationButtonsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationButtonsElement>>;
|
|
73
|
-
export declare const
|
|
71
|
+
export declare const GuxPaginationButtonsLegacy: import("react").ForwardRefExoticComponent<JSX.GuxPaginationButtonsLegacy & Omit<import("react").HTMLAttributes<HTMLGuxPaginationButtonsLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationButtonsLegacyElement>>;
|
|
74
72
|
export declare const GuxPaginationCursor: import("react").ForwardRefExoticComponent<JSX.GuxPaginationCursor & Omit<import("react").HTMLAttributes<HTMLGuxPaginationCursorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationCursorElement>>;
|
|
75
73
|
export declare const GuxPaginationEllipsisButton: import("react").ForwardRefExoticComponent<JSX.GuxPaginationEllipsisButton & Omit<import("react").HTMLAttributes<HTMLGuxPaginationEllipsisButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationEllipsisButtonElement>>;
|
|
76
74
|
export declare const GuxPaginationItemCounts: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemCounts & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemCountsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemCountsElement>>;
|
|
77
|
-
export declare const
|
|
75
|
+
export declare const GuxPaginationItemCountsLegacy: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemCountsLegacy & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemCountsLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemCountsLegacyElement>>;
|
|
78
76
|
export declare const GuxPaginationItemsPerPage: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemsPerPage & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemsPerPageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemsPerPageElement>>;
|
|
79
|
-
export declare const
|
|
77
|
+
export declare const GuxPaginationItemsPerPageLegacy: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemsPerPageLegacy & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemsPerPageLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemsPerPageLegacyElement>>;
|
|
78
|
+
export declare const GuxPaginationLegacy: import("react").ForwardRefExoticComponent<JSX.GuxPaginationLegacy & Omit<import("react").HTMLAttributes<HTMLGuxPaginationLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationLegacyElement>>;
|
|
80
79
|
export declare const GuxPhoneInputBeta: import("react").ForwardRefExoticComponent<JSX.GuxPhoneInputBeta & Omit<import("react").HTMLAttributes<HTMLGuxPhoneInputBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPhoneInputBetaElement>>;
|
|
81
80
|
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>>;
|
|
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>>;
|
|
83
81
|
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>>;
|
|
84
|
-
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>>;
|
|
85
82
|
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>>;
|
|
86
83
|
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>>;
|
|
87
84
|
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>>;
|
|
@@ -91,7 +88,7 @@ export declare const GuxRowSelect: import("react").ForwardRefExoticComponent<JSX
|
|
|
91
88
|
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>>;
|
|
92
89
|
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>>;
|
|
93
90
|
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>>;
|
|
94
|
-
export declare const
|
|
91
|
+
export declare const GuxSkipNavigationList: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationList & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationListElement>>;
|
|
95
92
|
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>>;
|
|
96
93
|
export declare const GuxSubmenu: import("react").ForwardRefExoticComponent<JSX.GuxSubmenu & Omit<import("react").HTMLAttributes<HTMLGuxSubmenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSubmenuElement>>;
|
|
97
94
|
export declare const GuxSwitch: import("react").ForwardRefExoticComponent<JSX.GuxSwitch & Omit<import("react").HTMLAttributes<HTMLGuxSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSwitchElement>>;
|
|
@@ -102,20 +99,20 @@ export declare const GuxTabAdvancedList: import("react").ForwardRefExoticCompone
|
|
|
102
99
|
export declare const GuxTabAdvancedPanel: import("react").ForwardRefExoticComponent<JSX.GuxTabAdvancedPanel & Omit<import("react").HTMLAttributes<HTMLGuxTabAdvancedPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabAdvancedPanelElement>>;
|
|
103
100
|
export declare const GuxTabList: import("react").ForwardRefExoticComponent<JSX.GuxTabList & Omit<import("react").HTMLAttributes<HTMLGuxTabListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabListElement>>;
|
|
104
101
|
export declare const GuxTabPanel: import("react").ForwardRefExoticComponent<JSX.GuxTabPanel & Omit<import("react").HTMLAttributes<HTMLGuxTabPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabPanelElement>>;
|
|
105
|
-
export declare const
|
|
106
|
-
export declare const GuxTableBeta: import("react").ForwardRefExoticComponent<JSX.GuxTableBeta & Omit<import("react").HTMLAttributes<HTMLGuxTableBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableBetaElement>>;
|
|
102
|
+
export declare const GuxTable: import("react").ForwardRefExoticComponent<JSX.GuxTable & Omit<import("react").HTMLAttributes<HTMLGuxTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableElement>>;
|
|
107
103
|
export declare const GuxTableSelectMenu: import("react").ForwardRefExoticComponent<JSX.GuxTableSelectMenu & Omit<import("react").HTMLAttributes<HTMLGuxTableSelectMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableSelectMenuElement>>;
|
|
108
104
|
export declare const GuxTableSelectPopover: import("react").ForwardRefExoticComponent<JSX.GuxTableSelectPopover & Omit<import("react").HTMLAttributes<HTMLGuxTableSelectPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableSelectPopoverElement>>;
|
|
105
|
+
export declare const GuxTableToolbar: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbar & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarElement>>;
|
|
109
106
|
export declare const GuxTableToolbarAction: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbarAction & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarActionElement>>;
|
|
110
|
-
export declare const GuxTableToolbarBeta: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbarBeta & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarBetaElement>>;
|
|
111
107
|
export declare const GuxTableToolbarCustomAction: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbarCustomAction & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarCustomActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarCustomActionElement>>;
|
|
112
108
|
export declare const GuxTableToolbarMenuButton: import("react").ForwardRefExoticComponent<JSX.GuxTableToolbarMenuButton & Omit<import("react").HTMLAttributes<HTMLGuxTableToolbarMenuButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTableToolbarMenuButtonElement>>;
|
|
113
109
|
export declare const GuxTabs: import("react").ForwardRefExoticComponent<JSX.GuxTabs & Omit<import("react").HTMLAttributes<HTMLGuxTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabsElement>>;
|
|
114
110
|
export declare const GuxTabsAdvanced: import("react").ForwardRefExoticComponent<JSX.GuxTabsAdvanced & Omit<import("react").HTMLAttributes<HTMLGuxTabsAdvancedElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTabsAdvancedElement>>;
|
|
115
|
-
export declare const
|
|
111
|
+
export declare const GuxTag: import("react").ForwardRefExoticComponent<JSX.GuxTag & Omit<import("react").HTMLAttributes<HTMLGuxTagElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTagElement>>;
|
|
116
112
|
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>>;
|
|
117
113
|
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>>;
|
|
118
|
-
export declare const
|
|
114
|
+
export declare const GuxTimePicker: import("react").ForwardRefExoticComponent<JSX.GuxTimePicker & Omit<import("react").HTMLAttributes<HTMLGuxTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimePickerElement>>;
|
|
115
|
+
export declare const GuxTimeZonePickerBeta: import("react").ForwardRefExoticComponent<JSX.GuxTimeZonePickerBeta & Omit<import("react").HTMLAttributes<HTMLGuxTimeZonePickerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTimeZonePickerBetaElement>>;
|
|
119
116
|
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>>;
|
|
120
117
|
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>>;
|
|
121
118
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -6,35 +6,34 @@ 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
8
|
export const GuxActionToastLegacy = /*@__PURE__*/ createReactComponent('gux-action-toast-legacy');
|
|
9
|
-
export const
|
|
9
|
+
export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown-legacy');
|
|
10
10
|
export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
|
|
11
11
|
export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
12
|
+
export const GuxBadge = /*@__PURE__*/ createReactComponent('gux-badge');
|
|
13
|
+
export const GuxBlankState = /*@__PURE__*/ createReactComponent('gux-blank-state');
|
|
14
14
|
export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcrumb-item');
|
|
15
15
|
export const GuxBreadcrumbs = /*@__PURE__*/ createReactComponent('gux-breadcrumbs');
|
|
16
16
|
export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
|
|
17
17
|
export const GuxButtonMulti = /*@__PURE__*/ createReactComponent('gux-button-multi');
|
|
18
|
-
export const
|
|
18
|
+
export const GuxButtonSlot = /*@__PURE__*/ createReactComponent('gux-button-slot');
|
|
19
19
|
export const GuxCalendar = /*@__PURE__*/ createReactComponent('gux-calendar');
|
|
20
20
|
export const GuxCalendarBeta = /*@__PURE__*/ createReactComponent('gux-calendar-beta');
|
|
21
21
|
export const GuxCard = /*@__PURE__*/ createReactComponent('gux-card');
|
|
22
|
-
export const
|
|
22
|
+
export const GuxColumnManager = /*@__PURE__*/ createReactComponent('gux-column-manager');
|
|
23
23
|
export const GuxColumnManagerItem = /*@__PURE__*/ createReactComponent('gux-column-manager-item');
|
|
24
24
|
export const GuxContentSearch = /*@__PURE__*/ createReactComponent('gux-content-search');
|
|
25
|
-
export const
|
|
25
|
+
export const GuxContextMenu = /*@__PURE__*/ createReactComponent('gux-context-menu');
|
|
26
26
|
export const GuxCopyToClipboard = /*@__PURE__*/ createReactComponent('gux-copy-to-clipboard');
|
|
27
27
|
export const GuxCreateOption = /*@__PURE__*/ createReactComponent('gux-create-option');
|
|
28
28
|
export const GuxDateBeta = /*@__PURE__*/ createReactComponent('gux-date-beta');
|
|
29
29
|
export const GuxDateTimeBeta = /*@__PURE__*/ createReactComponent('gux-date-time-beta');
|
|
30
30
|
export const GuxDatepicker = /*@__PURE__*/ createReactComponent('gux-datepicker');
|
|
31
|
-
export const
|
|
31
|
+
export const GuxDisclosureButtonLegacy = /*@__PURE__*/ createReactComponent('gux-disclosure-button-legacy');
|
|
32
32
|
export const GuxDismissButton = /*@__PURE__*/ createReactComponent('gux-dismiss-button');
|
|
33
33
|
export const GuxDropdown = /*@__PURE__*/ createReactComponent('gux-dropdown');
|
|
34
|
-
export const
|
|
34
|
+
export const GuxDropdownMulti = /*@__PURE__*/ createReactComponent('gux-dropdown-multi');
|
|
35
35
|
export const GuxDropdownMultiTag = /*@__PURE__*/ createReactComponent('gux-dropdown-multi-tag');
|
|
36
36
|
export const GuxDropdownOption = /*@__PURE__*/ createReactComponent('gux-dropdown-option');
|
|
37
|
-
export const GuxErrorMessageBeta = /*@__PURE__*/ createReactComponent('gux-error-message-beta');
|
|
38
37
|
export const GuxFlyoutMenuBeta = /*@__PURE__*/ createReactComponent('gux-flyout-menu-beta');
|
|
39
38
|
export const GuxFormFieldCheckbox = /*@__PURE__*/ createReactComponent('gux-form-field-checkbox');
|
|
40
39
|
export const GuxFormFieldColor = /*@__PURE__*/ createReactComponent('gux-form-field-color');
|
|
@@ -56,7 +55,7 @@ export const GuxListDivider = /*@__PURE__*/ createReactComponent('gux-list-divid
|
|
|
56
55
|
export const GuxListItem = /*@__PURE__*/ createReactComponent('gux-list-item');
|
|
57
56
|
export const GuxListbox = /*@__PURE__*/ createReactComponent('gux-listbox');
|
|
58
57
|
export const GuxListboxMulti = /*@__PURE__*/ createReactComponent('gux-listbox-multi');
|
|
59
|
-
export const
|
|
58
|
+
export const GuxLoadingMessage = /*@__PURE__*/ createReactComponent('gux-loading-message');
|
|
60
59
|
export const GuxMenu = /*@__PURE__*/ createReactComponent('gux-menu');
|
|
61
60
|
export const GuxMenuOption = /*@__PURE__*/ createReactComponent('gux-menu-option');
|
|
62
61
|
export const GuxModal = /*@__PURE__*/ createReactComponent('gux-modal');
|
|
@@ -70,20 +69,18 @@ export const GuxOptionIcon = /*@__PURE__*/ createReactComponent('gux-option-icon
|
|
|
70
69
|
export const GuxOptionMulti = /*@__PURE__*/ createReactComponent('gux-option-multi');
|
|
71
70
|
export const GuxPageLoadingSpinner = /*@__PURE__*/ createReactComponent('gux-page-loading-spinner');
|
|
72
71
|
export const GuxPagination = /*@__PURE__*/ createReactComponent('gux-pagination');
|
|
73
|
-
export const GuxPaginationBeta = /*@__PURE__*/ createReactComponent('gux-pagination-beta');
|
|
74
72
|
export const GuxPaginationButtons = /*@__PURE__*/ createReactComponent('gux-pagination-buttons');
|
|
75
|
-
export const
|
|
73
|
+
export const GuxPaginationButtonsLegacy = /*@__PURE__*/ createReactComponent('gux-pagination-buttons-legacy');
|
|
76
74
|
export const GuxPaginationCursor = /*@__PURE__*/ createReactComponent('gux-pagination-cursor');
|
|
77
75
|
export const GuxPaginationEllipsisButton = /*@__PURE__*/ createReactComponent('gux-pagination-ellipsis-button');
|
|
78
76
|
export const GuxPaginationItemCounts = /*@__PURE__*/ createReactComponent('gux-pagination-item-counts');
|
|
79
|
-
export const
|
|
77
|
+
export const GuxPaginationItemCountsLegacy = /*@__PURE__*/ createReactComponent('gux-pagination-item-counts-legacy');
|
|
80
78
|
export const GuxPaginationItemsPerPage = /*@__PURE__*/ createReactComponent('gux-pagination-items-per-page');
|
|
81
|
-
export const
|
|
79
|
+
export const GuxPaginationItemsPerPageLegacy = /*@__PURE__*/ createReactComponent('gux-pagination-items-per-page-legacy');
|
|
80
|
+
export const GuxPaginationLegacy = /*@__PURE__*/ createReactComponent('gux-pagination-legacy');
|
|
82
81
|
export const GuxPhoneInputBeta = /*@__PURE__*/ createReactComponent('gux-phone-input-beta');
|
|
83
82
|
export const GuxPopover = /*@__PURE__*/ createReactComponent('gux-popover');
|
|
84
|
-
export const GuxPopoverBeta = /*@__PURE__*/ createReactComponent('gux-popover-beta');
|
|
85
83
|
export const GuxPopoverList = /*@__PURE__*/ createReactComponent('gux-popover-list');
|
|
86
|
-
export const GuxPopoverListBeta = /*@__PURE__*/ createReactComponent('gux-popover-list-beta');
|
|
87
84
|
export const GuxPopup = /*@__PURE__*/ createReactComponent('gux-popup');
|
|
88
85
|
export const GuxRadialLoading = /*@__PURE__*/ createReactComponent('gux-radial-loading');
|
|
89
86
|
export const GuxRadialProgress = /*@__PURE__*/ createReactComponent('gux-radial-progress');
|
|
@@ -93,7 +90,7 @@ export const GuxRowSelect = /*@__PURE__*/ createReactComponent('gux-row-select')
|
|
|
93
90
|
export const GuxScreenReaderBeta = /*@__PURE__*/ createReactComponent('gux-screen-reader-beta');
|
|
94
91
|
export const GuxSimpleToastLegacy = /*@__PURE__*/ createReactComponent('gux-simple-toast-legacy');
|
|
95
92
|
export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-skip-navigation-item');
|
|
96
|
-
export const
|
|
93
|
+
export const GuxSkipNavigationList = /*@__PURE__*/ createReactComponent('gux-skip-navigation-list');
|
|
97
94
|
export const GuxSortControl = /*@__PURE__*/ createReactComponent('gux-sort-control');
|
|
98
95
|
export const GuxSubmenu = /*@__PURE__*/ createReactComponent('gux-submenu');
|
|
99
96
|
export const GuxSwitch = /*@__PURE__*/ createReactComponent('gux-switch');
|
|
@@ -104,20 +101,20 @@ export const GuxTabAdvancedList = /*@__PURE__*/ createReactComponent('gux-tab-ad
|
|
|
104
101
|
export const GuxTabAdvancedPanel = /*@__PURE__*/ createReactComponent('gux-tab-advanced-panel');
|
|
105
102
|
export const GuxTabList = /*@__PURE__*/ createReactComponent('gux-tab-list');
|
|
106
103
|
export const GuxTabPanel = /*@__PURE__*/ createReactComponent('gux-tab-panel');
|
|
107
|
-
export const
|
|
108
|
-
export const GuxTableBeta = /*@__PURE__*/ createReactComponent('gux-table-beta');
|
|
104
|
+
export const GuxTable = /*@__PURE__*/ createReactComponent('gux-table');
|
|
109
105
|
export const GuxTableSelectMenu = /*@__PURE__*/ createReactComponent('gux-table-select-menu');
|
|
110
106
|
export const GuxTableSelectPopover = /*@__PURE__*/ createReactComponent('gux-table-select-popover');
|
|
107
|
+
export const GuxTableToolbar = /*@__PURE__*/ createReactComponent('gux-table-toolbar');
|
|
111
108
|
export const GuxTableToolbarAction = /*@__PURE__*/ createReactComponent('gux-table-toolbar-action');
|
|
112
|
-
export const GuxTableToolbarBeta = /*@__PURE__*/ createReactComponent('gux-table-toolbar-beta');
|
|
113
109
|
export const GuxTableToolbarCustomAction = /*@__PURE__*/ createReactComponent('gux-table-toolbar-custom-action');
|
|
114
110
|
export const GuxTableToolbarMenuButton = /*@__PURE__*/ createReactComponent('gux-table-toolbar-menu-button');
|
|
115
111
|
export const GuxTabs = /*@__PURE__*/ createReactComponent('gux-tabs');
|
|
116
112
|
export const GuxTabsAdvanced = /*@__PURE__*/ createReactComponent('gux-tabs-advanced');
|
|
117
|
-
export const
|
|
113
|
+
export const GuxTag = /*@__PURE__*/ createReactComponent('gux-tag');
|
|
118
114
|
export const GuxTextHighlight = /*@__PURE__*/ createReactComponent('gux-text-highlight');
|
|
119
115
|
export const GuxTimeBeta = /*@__PURE__*/ createReactComponent('gux-time-beta');
|
|
120
|
-
export const
|
|
116
|
+
export const GuxTimePicker = /*@__PURE__*/ createReactComponent('gux-time-picker');
|
|
117
|
+
export const GuxTimeZonePickerBeta = /*@__PURE__*/ createReactComponent('gux-time-zone-picker-beta');
|
|
121
118
|
export const GuxToast = /*@__PURE__*/ createReactComponent('gux-toast');
|
|
122
119
|
export const GuxToggle = /*@__PURE__*/ createReactComponent('gux-toggle');
|
|
123
120
|
export const GuxToggleSlider = /*@__PURE__*/ createReactComponent('gux-toggle-slider');
|
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.31",
|
|
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.31"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|