genesys-spark-components-react 4.231.2 → 4.232.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/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const GuxActionButton: import("react").ForwardRefExoticComponent<
|
|
|
5
5
|
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>>;
|
|
6
6
|
export declare const GuxActionableInlineAlertBeta: import("react").ForwardRefExoticComponent<JSX.GuxActionableInlineAlertBeta & Omit<import("react").HTMLAttributes<HTMLGuxActionableInlineAlertBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxActionableInlineAlertBetaElement>>;
|
|
7
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
|
+
export declare const GuxAiIndicatorBeta: import("react").ForwardRefExoticComponent<JSX.GuxAiIndicatorBeta & Omit<import("react").HTMLAttributes<HTMLGuxAiIndicatorBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAiIndicatorBetaElement>>;
|
|
8
9
|
export declare const GuxAiPoweredBadgeBeta: import("react").ForwardRefExoticComponent<JSX.GuxAiPoweredBadgeBeta & Omit<import("react").HTMLAttributes<HTMLGuxAiPoweredBadgeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAiPoweredBadgeBetaElement>>;
|
|
9
10
|
export declare const GuxAiSpinnerLoaderBeta: import("react").ForwardRefExoticComponent<JSX.GuxAiSpinnerLoaderBeta & Omit<import("react").HTMLAttributes<HTMLGuxAiSpinnerLoaderBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAiSpinnerLoaderBetaElement>>;
|
|
10
11
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,7 @@ export const GuxActionButton = /*@__PURE__*/ createReactComponent('gux-action-bu
|
|
|
8
8
|
export const GuxActionToastLegacy = /*@__PURE__*/ createReactComponent('gux-action-toast-legacy');
|
|
9
9
|
export const GuxActionableInlineAlertBeta = /*@__PURE__*/ createReactComponent('gux-actionable-inline-alert-beta');
|
|
10
10
|
export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown-legacy');
|
|
11
|
+
export const GuxAiIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-ai-indicator-beta');
|
|
11
12
|
export const GuxAiPoweredBadgeBeta = /*@__PURE__*/ createReactComponent('gux-ai-powered-badge-beta');
|
|
12
13
|
export const GuxAiSpinnerLoaderBeta = /*@__PURE__*/ createReactComponent('gux-ai-spinner-loader-beta');
|
|
13
14
|
export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.232.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"version-sync": "npm version --no-git-tag-version --allow-same-version"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"genesys-spark-components": "4.
|
|
21
|
+
"genesys-spark-components": "4.232.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@types/react": "16 - 19",
|