@elliemae/ds-pagination 3.70.0-next.53 → 3.70.0-next.58

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  interface PaginatorHeaderOptions {
2
3
  pageDetailsTitle: string;
3
4
  pageInfoWidth: number;
4
5
  ownerPropsConfig: Record<string, unknown>;
5
6
  checkMarkWidth: number;
6
7
  }
7
- export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth, ownerPropsConfig, checkMarkWidth, }: PaginatorHeaderOptions) => () => import("react/jsx-runtime.js").JSX.Element;
8
+ export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth, ownerPropsConfig, checkMarkWidth, }: PaginatorHeaderOptions) => () => React.JSX.Element;
8
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pagination",
3
- "version": "3.70.0-next.53",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pagination",
6
6
  "files": [
@@ -38,23 +38,23 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@xstyled/system": "~3.8.1",
41
- "@elliemae/ds-button-v2": "3.70.0-next.53",
42
- "@elliemae/ds-grid": "3.70.0-next.53",
43
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.53",
44
- "@elliemae/ds-props-helpers": "3.70.0-next.53",
45
- "@elliemae/ds-icons": "3.70.0-next.53",
46
- "@elliemae/ds-typescript-helpers": "3.70.0-next.53",
47
- "@elliemae/ds-typography": "3.70.0-next.53",
48
- "@elliemae/ds-system": "3.70.0-next.53",
49
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.53"
41
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.58",
42
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.58",
43
+ "@elliemae/ds-grid": "3.70.0-next.58",
44
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
45
+ "@elliemae/ds-button-v2": "3.70.0-next.58",
46
+ "@elliemae/ds-system": "3.70.0-next.58",
47
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.58",
48
+ "@elliemae/ds-typography": "3.70.0-next.58",
49
+ "@elliemae/ds-icons": "3.70.0-next.58"
50
50
  },
51
51
  "devDependencies": {
52
- "@playwright/experimental-ct-react": "^1.60.0",
52
+ "@playwright/experimental-ct-react": "1.61.1",
53
53
  "jest": "^30.0.0",
54
- "styled-components": "~5.3.9",
54
+ "styled-components": "~5.3.11",
55
55
  "styled-system": "^5.1.5",
56
- "@elliemae/ds-monorepo-devops": "3.70.0-next.53",
57
- "@elliemae/ds-test-utils": "3.70.0-next.53"
56
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58",
57
+ "@elliemae/ds-test-utils": "3.70.0-next.58"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@testing-library/react": "^16.0.1",
@@ -62,7 +62,7 @@
62
62
  "lodash-es": "^4.18.1",
63
63
  "react": "^18.3.1",
64
64
  "react-dom": "^18.3.1",
65
- "styled-components": "~5.3.9",
65
+ "styled-components": "~5.3.11",
66
66
  "styled-system": "^5.1.5"
67
67
  },
68
68
  "publishConfig": {
@@ -78,4 +78,4 @@
78
78
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
79
79
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
80
80
  }
81
- }
81
+ }