genesys-spark-components-react 4.153.1 → 4.154.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 +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -139,6 +139,9 @@ export declare const GuxSkipNavigationItem: import("react").ForwardRefExoticComp
|
|
|
139
139
|
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>>;
|
|
140
140
|
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>>;
|
|
141
141
|
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>>;
|
|
142
|
+
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>>;
|
|
143
|
+
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>>;
|
|
144
|
+
export declare const GuxStepperBeta: import("react").ForwardRefExoticComponent<JSX.GuxStepperBeta & Omit<import("react").HTMLAttributes<HTMLGuxStepperBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxStepperBetaElement>>;
|
|
142
145
|
export declare const GuxSubmenu: import("react").ForwardRefExoticComponent<JSX.GuxSubmenu & Omit<import("react").HTMLAttributes<HTMLGuxSubmenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSubmenuElement>>;
|
|
143
146
|
export declare const GuxSwitchItem: import("react").ForwardRefExoticComponent<JSX.GuxSwitchItem & Omit<import("react").HTMLAttributes<HTMLGuxSwitchItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSwitchItemElement>>;
|
|
144
147
|
export declare const GuxSwitchLegacy: import("react").ForwardRefExoticComponent<JSX.GuxSwitchLegacy & Omit<import("react").HTMLAttributes<HTMLGuxSwitchLegacyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxSwitchLegacyElement>>;
|
package/dist/index.js
CHANGED
|
@@ -142,6 +142,9 @@ export const GuxSkipNavigationItem = /*@__PURE__*/ createReactComponent('gux-ski
|
|
|
142
142
|
export const GuxSkipNavigationList = /*@__PURE__*/ createReactComponent('gux-skip-navigation-list');
|
|
143
143
|
export const GuxSortControl = /*@__PURE__*/ createReactComponent('gux-sort-control');
|
|
144
144
|
export const GuxStatusIndicatorBeta = /*@__PURE__*/ createReactComponent('gux-status-indicator-beta');
|
|
145
|
+
export const GuxStep = /*@__PURE__*/ createReactComponent('gux-step');
|
|
146
|
+
export const GuxStepTitle = /*@__PURE__*/ createReactComponent('gux-step-title');
|
|
147
|
+
export const GuxStepperBeta = /*@__PURE__*/ createReactComponent('gux-stepper-beta');
|
|
145
148
|
export const GuxSubmenu = /*@__PURE__*/ createReactComponent('gux-submenu');
|
|
146
149
|
export const GuxSwitchItem = /*@__PURE__*/ createReactComponent('gux-switch-item');
|
|
147
150
|
export const GuxSwitchLegacy = /*@__PURE__*/ createReactComponent('gux-switch-legacy');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.154.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"version-sync": "npm version --no-git-tag-version --allow-same-version"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"genesys-spark-components": "4.
|
|
22
|
+
"genesys-spark-components": "4.154.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 19",
|