genesys-spark-components-react 4.239.0 → 4.242.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
|
@@ -159,6 +159,7 @@ export declare const GuxSimpleToastLegacy: import("react").ForwardRefExoticCompo
|
|
|
159
159
|
export declare const GuxSkipNavigationItem: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationItem & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationItemElement>>;
|
|
160
160
|
export declare const GuxSkipNavigationList: import("react").ForwardRefExoticComponent<JSX.GuxSkipNavigationList & Omit<import("react").HTMLAttributes<HTMLGuxSkipNavigationListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSkipNavigationListElement>>;
|
|
161
161
|
export declare const GuxSortControl: import("react").ForwardRefExoticComponent<JSX.GuxSortControl & Omit<import("react").HTMLAttributes<HTMLGuxSortControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSortControlElement>>;
|
|
162
|
+
export declare const GuxSparkleIndicatorBeta: import("react").ForwardRefExoticComponent<JSX.GuxSparkleIndicatorBeta & Omit<import("react").HTMLAttributes<HTMLGuxSparkleIndicatorBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSparkleIndicatorBetaElement>>;
|
|
162
163
|
export declare const GuxStatusIndicatorBeta: import("react").ForwardRefExoticComponent<JSX.GuxStatusIndicatorBeta & Omit<import("react").HTMLAttributes<HTMLGuxStatusIndicatorBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxStatusIndicatorBetaElement>>;
|
|
163
164
|
export declare const GuxStep: import("react").ForwardRefExoticComponent<JSX.GuxStep & Omit<import("react").HTMLAttributes<HTMLGuxStepElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxStepElement>>;
|
|
164
165
|
export declare const GuxStepTitle: import("react").ForwardRefExoticComponent<JSX.GuxStepTitle & Omit<import("react").HTMLAttributes<HTMLGuxStepTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxStepTitleElement>>;
|
package/dist/index.js
CHANGED
|
@@ -162,6 +162,7 @@ export const GuxSimpleToastLegacy = /*@__PURE__*/ createReactComponent('gux-simp
|
|
|
162
162
|
export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-skip-navigation-item');
|
|
163
163
|
export const GuxSkipNavigationList = /*@__PURE__*/ createReactComponent('gux-skip-navigation-list');
|
|
164
164
|
export const GuxSortControl = /*@__PURE__*/ createReactComponent('gux-sort-control');
|
|
165
|
+
export const GuxSparkleIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-sparkle-indicator-beta');
|
|
165
166
|
export const GuxStatusIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-status-indicator-beta');
|
|
166
167
|
export const GuxStep = /*@__PURE__*/ createReactComponent('gux-step');
|
|
167
168
|
export const GuxStepTitle = /*@__PURE__*/ createReactComponent('gux-step-title');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.242.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.242.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@types/react": "16 - 19",
|