@elliemae/ds-pagination 3.17.0-next.9 → 3.17.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.
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  interface PaginatorHeaderOptions {
3
2
  pageDetailsTitle: string;
4
3
  pageInfoWidth: number;
5
4
  }
6
- export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth }: PaginatorHeaderOptions) => () => JSX.Element;
5
+ export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth }: PaginatorHeaderOptions) => () => import("react/jsx-runtime.js").JSX.Element;
7
6
  export {};
@@ -508,6 +508,7 @@ export declare const DSPaginationStyledPartPropTypes: {
508
508
  radioGroup: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
509
509
  readOnly: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
510
510
  rel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
511
+ rev: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
511
512
  required: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
512
513
  resource: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
513
514
  results: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pagination",
3
- "version": "3.17.0-next.9",
3
+ "version": "3.17.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pagination",
6
6
  "files": [
@@ -76,15 +76,15 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@xstyled/system": "~3.7.3",
79
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.9",
80
- "@elliemae/ds-icons": "3.17.0-next.9",
81
- "@elliemae/ds-props-helpers": "3.17.0-next.9",
82
- "@elliemae/ds-system": "3.17.0-next.9",
83
- "@elliemae/ds-dropdownmenu": "3.17.0-next.9",
84
- "@elliemae/ds-utilities": "3.17.0-next.9",
85
- "@elliemae/ds-grid": "3.17.0-next.9",
86
- "@elliemae/ds-button-v2": "3.17.0-next.9",
87
- "@elliemae/ds-typography": "3.17.0-next.9"
79
+ "@elliemae/ds-button-v2": "3.17.0",
80
+ "@elliemae/ds-circular-progress-indicator": "3.17.0",
81
+ "@elliemae/ds-dropdownmenu": "3.17.0",
82
+ "@elliemae/ds-grid": "3.17.0",
83
+ "@elliemae/ds-icons": "3.17.0",
84
+ "@elliemae/ds-props-helpers": "3.17.0",
85
+ "@elliemae/ds-system": "3.17.0",
86
+ "@elliemae/ds-typography": "3.17.0",
87
+ "@elliemae/ds-utilities": "3.17.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@testing-library/jest-dom": "~5.16.5",