genesys-spark-components-react 3.88.0 → 3.89.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
|
@@ -101,6 +101,7 @@ export declare const GuxPaginationBeta: import("react").ForwardRefExoticComponen
|
|
|
101
101
|
export declare const GuxPaginationButtons: import("react").ForwardRefExoticComponent<JSX.GuxPaginationButtons & Omit<import("react").HTMLAttributes<HTMLGuxPaginationButtonsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationButtonsElement>>;
|
|
102
102
|
export declare const GuxPaginationButtonsBeta: import("react").ForwardRefExoticComponent<JSX.GuxPaginationButtonsBeta & Omit<import("react").HTMLAttributes<HTMLGuxPaginationButtonsBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationButtonsBetaElement>>;
|
|
103
103
|
export declare const GuxPaginationCursor: import("react").ForwardRefExoticComponent<JSX.GuxPaginationCursor & Omit<import("react").HTMLAttributes<HTMLGuxPaginationCursorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationCursorElement>>;
|
|
104
|
+
export declare const GuxPaginationEllipsisButton: import("react").ForwardRefExoticComponent<JSX.GuxPaginationEllipsisButton & Omit<import("react").HTMLAttributes<HTMLGuxPaginationEllipsisButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationEllipsisButtonElement>>;
|
|
104
105
|
export declare const GuxPaginationItemCounts: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemCounts & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemCountsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemCountsElement>>;
|
|
105
106
|
export declare const GuxPaginationItemCountsBeta: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemCountsBeta & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemCountsBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemCountsBetaElement>>;
|
|
106
107
|
export declare const GuxPaginationItemsPerPage: import("react").ForwardRefExoticComponent<JSX.GuxPaginationItemsPerPage & Omit<import("react").HTMLAttributes<HTMLGuxPaginationItemsPerPageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLGuxPaginationItemsPerPageElement>>;
|
package/dist/index.js
CHANGED
|
@@ -103,6 +103,7 @@ export const GuxPaginationBeta = /*@__PURE__*/ createReactComponent('gux-paginat
|
|
|
103
103
|
export const GuxPaginationButtons = /*@__PURE__*/ createReactComponent('gux-pagination-buttons');
|
|
104
104
|
export const GuxPaginationButtonsBeta = /*@__PURE__*/ createReactComponent('gux-pagination-buttons-beta');
|
|
105
105
|
export const GuxPaginationCursor = /*@__PURE__*/ createReactComponent('gux-pagination-cursor');
|
|
106
|
+
export const GuxPaginationEllipsisButton = /*@__PURE__*/ createReactComponent('gux-pagination-ellipsis-button');
|
|
106
107
|
export const GuxPaginationItemCounts = /*@__PURE__*/ createReactComponent('gux-pagination-item-counts');
|
|
107
108
|
export const GuxPaginationItemCountsBeta = /*@__PURE__*/ createReactComponent('gux-pagination-item-counts-beta');
|
|
108
109
|
export const GuxPaginationItemsPerPage = /*@__PURE__*/ createReactComponent('gux-pagination-items-per-page');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-components-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.89.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": "3.
|
|
22
|
+
"genesys-spark-components": "3.89.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@types/react": "16 - 18",
|