genesys-spark-components-react 3.52.1 → 3.53.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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export declare const GuxChartLineBeta: import("react").ForwardRefExoticComponent
|
|
|
28
28
|
export declare const GuxChartPieBeta: import("react").ForwardRefExoticComponent<JSX.GuxChartPieBeta & Omit<import("react").HTMLAttributes<HTMLGuxChartPieBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxChartPieBetaElement>>;
|
|
29
29
|
export declare const GuxChartScatterPlotBeta: import("react").ForwardRefExoticComponent<JSX.GuxChartScatterPlotBeta & Omit<import("react").HTMLAttributes<HTMLGuxChartScatterPlotBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxChartScatterPlotBetaElement>>;
|
|
30
30
|
export declare const GuxColorSelect: import("react").ForwardRefExoticComponent<JSX.GuxColorSelect & Omit<import("react").HTMLAttributes<HTMLGuxColorSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColorSelectElement>>;
|
|
31
|
+
export declare const GuxColumnManagerBeta: import("react").ForwardRefExoticComponent<JSX.GuxColumnManagerBeta & Omit<import("react").HTMLAttributes<HTMLGuxColumnManagerBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxColumnManagerBetaElement>>;
|
|
32
|
+
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>>;
|
|
31
33
|
export declare const GuxCommandAction: import("react").ForwardRefExoticComponent<JSX.GuxCommandAction & Omit<import("react").HTMLAttributes<HTMLGuxCommandActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCommandActionElement>>;
|
|
32
34
|
export declare const GuxCommandPaletteLegacy: import("react").ForwardRefExoticComponent<JSX.GuxCommandPaletteLegacy & Omit<import("react").HTMLAttributes<HTMLGuxCommandPaletteLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCommandPaletteLegacyElement>>;
|
|
33
35
|
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>>;
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,8 @@ export const GuxChartLineBeta = /*@__PURE__*/ createReactComponent('gux-chart-li
|
|
|
30
30
|
export const GuxChartPieBeta = /*@__PURE__*/ createReactComponent('gux-chart-pie-beta');
|
|
31
31
|
export const GuxChartScatterPlotBeta = /*@__PURE__*/ createReactComponent('gux-chart-scatter-plot-beta');
|
|
32
32
|
export const GuxColorSelect = /*@__PURE__*/ createReactComponent('gux-color-select');
|
|
33
|
+
export const GuxColumnManagerBeta = /*@__PURE__*/ createReactComponent('gux-column-manager-beta');
|
|
34
|
+
export const GuxColumnManagerItem = /*@__PURE__*/ createReactComponent('gux-column-manager-item');
|
|
33
35
|
export const GuxCommandAction = /*@__PURE__*/ createReactComponent('gux-command-action');
|
|
34
36
|
export const GuxCommandPaletteLegacy = /*@__PURE__*/ createReactComponent('gux-command-palette-legacy');
|
|
35
37
|
export const GuxContentSearch = /*@__PURE__*/ createReactComponent('gux-content-search');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"genesys-spark-components": "3.
|
|
17
|
+
"genesys-spark-components": "3.53.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/react": "^17.0.37",
|