genesys-spark-components-react 4.171.6 → 4.173.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/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ export declare const GuxButtonSlot: import("react").ForwardRefExoticComponent<JS
|
|
|
24
24
|
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>>;
|
|
25
25
|
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>>;
|
|
26
26
|
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>>;
|
|
27
|
+
export declare const GuxCloudLogoBeta: import("react").ForwardRefExoticComponent<JSX.GuxCloudLogoBeta & Omit<import("react").HTMLAttributes<HTMLGuxCloudLogoBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCloudLogoBetaElement>>;
|
|
28
|
+
export declare const GuxCloudLogomarkBeta: import("react").ForwardRefExoticComponent<JSX.GuxCloudLogomarkBeta & Omit<import("react").HTMLAttributes<HTMLGuxCloudLogomarkBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCloudLogomarkBetaElement>>;
|
|
27
29
|
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>>;
|
|
28
30
|
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>>;
|
|
29
31
|
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>>;
|
|
@@ -80,6 +82,8 @@ export declare const GuxListItem: import("react").ForwardRefExoticComponent<JSX.
|
|
|
80
82
|
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>>;
|
|
81
83
|
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>>;
|
|
82
84
|
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>>;
|
|
85
|
+
export declare const GuxLogoBeta: import("react").ForwardRefExoticComponent<JSX.GuxLogoBeta & Omit<import("react").HTMLAttributes<HTMLGuxLogoBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLogoBetaElement>>;
|
|
86
|
+
export declare const GuxLogomarkBeta: import("react").ForwardRefExoticComponent<JSX.GuxLogomarkBeta & Omit<import("react").HTMLAttributes<HTMLGuxLogomarkBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxLogomarkBetaElement>>;
|
|
83
87
|
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>>;
|
|
84
88
|
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>>;
|
|
85
89
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -27,6 +27,8 @@ export const GuxButtonSlot = /*@__PURE__*/ createReactComponent('gux-button-slot
|
|
|
27
27
|
export const GuxCalendar = /*@__PURE__*/ createReactComponent('gux-calendar');
|
|
28
28
|
export const GuxCalendarBeta = /*@__PURE__*/ createReactComponent('gux-calendar-beta');
|
|
29
29
|
export const GuxCard = /*@__PURE__*/ createReactComponent('gux-card');
|
|
30
|
+
export const GuxCloudLogoBeta = /*@__PURE__*/ createReactComponent('gux-cloud-logo-beta');
|
|
31
|
+
export const GuxCloudLogomarkBeta = /*@__PURE__*/ createReactComponent('gux-cloud-logomark-beta');
|
|
30
32
|
export const GuxColumnManager = /*@__PURE__*/ createReactComponent('gux-column-manager');
|
|
31
33
|
export const GuxColumnManagerItem = /*@__PURE__*/ createReactComponent('gux-column-manager-item');
|
|
32
34
|
export const GuxContentSearch = /*@__PURE__*/ createReactComponent('gux-content-search');
|
|
@@ -83,6 +85,8 @@ export const GuxListItem = /*@__PURE__*/ createReactComponent('gux-list-item');
|
|
|
83
85
|
export const GuxListbox = /*@__PURE__*/ createReactComponent('gux-listbox');
|
|
84
86
|
export const GuxListboxMulti = /*@__PURE__*/ createReactComponent('gux-listbox-multi');
|
|
85
87
|
export const GuxLoadingMessage = /*@__PURE__*/ createReactComponent('gux-loading-message');
|
|
88
|
+
export const GuxLogoBeta = /*@__PURE__*/ createReactComponent('gux-logo-beta');
|
|
89
|
+
export const GuxLogomarkBeta = /*@__PURE__*/ createReactComponent('gux-logomark-beta');
|
|
86
90
|
export const GuxMenu = /*@__PURE__*/ createReactComponent('gux-menu');
|
|
87
91
|
export const GuxMenuOption = /*@__PURE__*/ createReactComponent('gux-menu-option');
|
|
88
92
|
export const GuxModal = /*@__PURE__*/ createReactComponent('gux-modal');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.173.0",
|
|
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.
|
|
22
|
+
"genesys-spark-components": "4.173.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 19",
|