genesys-spark-components-react 4.233.1 → 4.235.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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare const GuxActionableInlineAlertBeta: import("react").ForwardRefExo
|
|
|
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
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>>;
|
|
9
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>>;
|
|
10
|
+
export declare const GuxAiPoweredButtonBeta: import("react").ForwardRefExoticComponent<JSX.GuxAiPoweredButtonBeta & Omit<import("react").HTMLAttributes<HTMLGuxAiPoweredButtonBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxAiPoweredButtonBetaElement>>;
|
|
10
11
|
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>>;
|
|
11
12
|
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>>;
|
|
12
13
|
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>>;
|
|
@@ -194,5 +195,6 @@ export declare const GuxTooltipBeta: import("react").ForwardRefExoticComponent<J
|
|
|
194
195
|
export declare const GuxTooltipPointerBeta: import("react").ForwardRefExoticComponent<JSX.GuxTooltipPointerBeta & Omit<import("react").HTMLAttributes<HTMLGuxTooltipPointerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTooltipPointerBetaElement>>;
|
|
195
196
|
export declare const GuxTooltipTitle: import("react").ForwardRefExoticComponent<JSX.GuxTooltipTitle & Omit<import("react").HTMLAttributes<HTMLGuxTooltipTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTooltipTitleElement>>;
|
|
196
197
|
export declare const GuxTreeBeta: import("react").ForwardRefExoticComponent<JSX.GuxTreeBeta & Omit<import("react").HTMLAttributes<HTMLGuxTreeBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTreeBetaElement>>;
|
|
198
|
+
export declare const GuxTreeDropdownBeta: import("react").ForwardRefExoticComponent<JSX.GuxTreeDropdownBeta & Omit<import("react").HTMLAttributes<HTMLGuxTreeDropdownBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTreeDropdownBetaElement>>;
|
|
197
199
|
export declare const GuxTreeMultiBeta: import("react").ForwardRefExoticComponent<JSX.GuxTreeMultiBeta & Omit<import("react").HTMLAttributes<HTMLGuxTreeMultiBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTreeMultiBetaElement>>;
|
|
198
200
|
export declare const GuxTruncate: import("react").ForwardRefExoticComponent<JSX.GuxTruncate & Omit<import("react").HTMLAttributes<HTMLGuxTruncateElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxTruncateElement>>;
|
package/dist/index.js
CHANGED
|
@@ -10,6 +10,7 @@ export const GuxActionableInlineAlertBeta = /*@__PURE__*/ createReactComponent('
|
|
|
10
10
|
export const GuxAdvancedDropdownLegacy = /*@__PURE__*/ createReactComponent('gux-advanced-dropdown-legacy');
|
|
11
11
|
export const GuxAiIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-ai-indicator-beta');
|
|
12
12
|
export const GuxAiPoweredBadgeBeta = /*@__PURE__*/ createReactComponent('gux-ai-powered-badge-beta');
|
|
13
|
+
export const GuxAiPoweredButtonBeta = /*@__PURE__*/ createReactComponent('gux-ai-powered-button-beta');
|
|
13
14
|
export const GuxAiSpinnerLoaderBeta = /*@__PURE__*/ createReactComponent('gux-ai-spinner-loader-beta');
|
|
14
15
|
export const GuxAllRowSelect = /*@__PURE__*/ createReactComponent('gux-all-row-select');
|
|
15
16
|
export const GuxAnnounceBeta = /*@__PURE__*/ createReactComponent('gux-announce-beta');
|
|
@@ -197,5 +198,6 @@ export const GuxTooltipBeta = /*@__PURE__*/ createReactComponent('gux-tooltip-be
|
|
|
197
198
|
export const GuxTooltipPointerBeta = /*@__PURE__*/ createReactComponent('gux-tooltip-pointer-beta');
|
|
198
199
|
export const GuxTooltipTitle = /*@__PURE__*/ createReactComponent('gux-tooltip-title');
|
|
199
200
|
export const GuxTreeBeta = /*@__PURE__*/ createReactComponent('gux-tree-beta');
|
|
201
|
+
export const GuxTreeDropdownBeta = /*@__PURE__*/ createReactComponent('gux-tree-dropdown-beta');
|
|
200
202
|
export const GuxTreeMultiBeta = /*@__PURE__*/ createReactComponent('gux-tree-multi-beta');
|
|
201
203
|
export const GuxTruncate = /*@__PURE__*/ createReactComponent('gux-truncate');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.235.0",
|
|
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.235.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@types/react": "16 - 19",
|