@elliemae/ds-pagination 2.4.17 → 2.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pagination",
3
- "version": "2.4.17",
3
+ "version": "2.4.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pagination",
6
6
  "module": "./esm/index.js",
@@ -72,14 +72,14 @@
72
72
  "build": "node ../../scripts/build/build.js"
73
73
  },
74
74
  "dependencies": {
75
- "@elliemae/ds-button": "2.4.17",
76
- "@elliemae/ds-dropdownmenu": "2.4.17",
77
- "@elliemae/ds-grid": "2.4.17",
78
- "@elliemae/ds-icons": "2.4.17",
79
- "@elliemae/ds-props-helpers": "2.4.17",
80
- "@elliemae/ds-system": "2.4.17",
81
- "@elliemae/ds-truncated-tooltip-text": "2.4.17",
82
- "@elliemae/ds-utilities": "2.4.17",
75
+ "@elliemae/ds-button": "2.4.20",
76
+ "@elliemae/ds-dropdownmenu": "2.4.20",
77
+ "@elliemae/ds-grid": "2.4.20",
78
+ "@elliemae/ds-icons": "2.4.20",
79
+ "@elliemae/ds-props-helpers": "2.4.20",
80
+ "@elliemae/ds-system": "2.4.20",
81
+ "@elliemae/ds-truncated-tooltip-text": "2.4.20",
82
+ "@elliemae/ds-utilities": "2.4.20",
83
83
  "@xstyled/styled-components": "~3.1.1",
84
84
  "memoize-one": "~5.1.1"
85
85
  },
package/types/styled.d.ts CHANGED
@@ -6,5 +6,5 @@ export declare const PaginationSeparator: import("styled-components").StyledComp
6
6
  export declare const PaginationBoldText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TypographyProps<import("@xstyled/system").Theme> & SpaceProps<import("@xstyled/system").Theme> & SizingProps<import("@xstyled/system").Theme> & LayoutProps<import("@xstyled/system").Theme>, never>;
7
7
  export declare const InvisibleDetail: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
8
8
  export declare const PaginationDetail: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
9
- export declare const PaginationDropdownButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button/types/v2/react-desc-prop-types").DSButtonT.Props>, import("styled-components").DefaultTheme, {}, never>;
10
- export declare const PreviousNextPageButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button/types/v2/react-desc-prop-types").DSButtonT.Props>, import("styled-components").DefaultTheme, {}, never>;
9
+ export declare const PaginationDropdownButton: import("styled-components").StyledComponent<any, import("styled-components").DefaultTheme, any, any>;
10
+ export declare const PreviousNextPageButton: import("styled-components").StyledComponent<any, import("styled-components").DefaultTheme, any, any>;