genesys-spark-components-react 4.233.1 → 4.234.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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -194,5 +194,6 @@ export declare const GuxTooltipBeta: import("react").ForwardRefExoticComponent<J
|
|
|
194
194
|
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
195
|
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
196
|
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>>;
|
|
197
|
+
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
198
|
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
199
|
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
|
@@ -197,5 +197,6 @@ export const GuxTooltipBeta = /*@__PURE__*/ createReactComponent('gux-tooltip-be
|
|
|
197
197
|
export const GuxTooltipPointerBeta = /*@__PURE__*/ createReactComponent('gux-tooltip-pointer-beta');
|
|
198
198
|
export const GuxTooltipTitle = /*@__PURE__*/ createReactComponent('gux-tooltip-title');
|
|
199
199
|
export const GuxTreeBeta = /*@__PURE__*/ createReactComponent('gux-tree-beta');
|
|
200
|
+
export const GuxTreeDropdownBeta = /*@__PURE__*/ createReactComponent('gux-tree-dropdown-beta');
|
|
200
201
|
export const GuxTreeMultiBeta = /*@__PURE__*/ createReactComponent('gux-tree-multi-beta');
|
|
201
202
|
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.234.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.234.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@types/react": "16 - 19",
|