genesys-spark-components-react 4.0.0-beta.19 → 4.0.0-beta.20
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 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare const GuxBreadcrumbItem: import("react").ForwardRefExoticComponen
|
|
|
13
13
|
export declare const GuxBreadcrumbs: import("react").ForwardRefExoticComponent<JSX.GuxBreadcrumbs & Omit<import("react").HTMLAttributes<HTMLGuxBreadcrumbsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxBreadcrumbsElement>>;
|
|
14
14
|
export declare const GuxButton: import("react").ForwardRefExoticComponent<JSX.GuxButton & Omit<import("react").HTMLAttributes<HTMLGuxButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonElement>>;
|
|
15
15
|
export declare const GuxButtonMulti: import("react").ForwardRefExoticComponent<JSX.GuxButtonMulti & Omit<import("react").HTMLAttributes<HTMLGuxButtonMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonMultiElement>>;
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const GuxButtonSlot: import("react").ForwardRefExoticComponent<JSX.GuxButtonSlot & Omit<import("react").HTMLAttributes<HTMLGuxButtonSlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxButtonSlotElement>>;
|
|
17
17
|
export declare const GuxCalendar: import("react").ForwardRefExoticComponent<JSX.GuxCalendar & Omit<import("react").HTMLAttributes<HTMLGuxCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarElement>>;
|
|
18
18
|
export declare const GuxCalendarBeta: import("react").ForwardRefExoticComponent<JSX.GuxCalendarBeta & Omit<import("react").HTMLAttributes<HTMLGuxCalendarBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCalendarBetaElement>>;
|
|
19
19
|
export declare const GuxCard: import("react").ForwardRefExoticComponent<JSX.GuxCard & Omit<import("react").HTMLAttributes<HTMLGuxCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxCardElement>>;
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ export const GuxBreadcrumbItem = /*@__PURE__*/ createReactComponent('gux-breadcr
|
|
|
15
15
|
export const GuxBreadcrumbs = /*@__PURE__*/ createReactComponent('gux-breadcrumbs');
|
|
16
16
|
export const GuxButton = /*@__PURE__*/ createReactComponent('gux-button');
|
|
17
17
|
export const GuxButtonMulti = /*@__PURE__*/ createReactComponent('gux-button-multi');
|
|
18
|
-
export const
|
|
18
|
+
export const GuxButtonSlot = /*@__PURE__*/ createReactComponent('gux-button-slot');
|
|
19
19
|
export const GuxCalendar = /*@__PURE__*/ createReactComponent('gux-calendar');
|
|
20
20
|
export const GuxCalendarBeta = /*@__PURE__*/ createReactComponent('gux-calendar-beta');
|
|
21
21
|
export const GuxCard = /*@__PURE__*/ createReactComponent('gux-card');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.20",
|
|
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.0.0-beta.
|
|
22
|
+
"genesys-spark-components": "4.0.0-beta.20"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|