@elliemae/ds-pagination 3.53.0-alpha.1 → 3.53.0-beta.4

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.
@@ -111,7 +111,7 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
111
111
  onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
112
112
  onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
113
113
  onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
114
- onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
114
+ onBeforeInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
115
115
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
116
116
  onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
117
117
  onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
@@ -109,7 +109,7 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
109
109
  onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
110
110
  onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
111
111
  onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
112
- onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
112
+ onBeforeInput?: import("react").InputEventHandler<HTMLButtonElement> | undefined;
113
113
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
114
114
  onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
115
115
  onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pagination",
3
- "version": "3.53.0-alpha.1",
3
+ "version": "3.53.0-beta.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pagination",
6
6
  "files": [
@@ -37,21 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.7.3",
40
- "@elliemae/ds-button-v2": "3.53.0-alpha.1",
41
- "@elliemae/ds-dropdownmenu-v2": "3.53.0-alpha.1",
42
- "@elliemae/ds-circular-progress-indicator": "3.53.0-alpha.1",
43
- "@elliemae/ds-grid": "3.53.0-alpha.1",
44
- "@elliemae/ds-system": "3.53.0-alpha.1",
45
- "@elliemae/ds-icons": "3.53.0-alpha.1",
46
- "@elliemae/ds-props-helpers": "3.53.0-alpha.1",
47
- "@elliemae/ds-typography": "3.53.0-alpha.1"
40
+ "@elliemae/ds-button-v2": "3.53.0-beta.4",
41
+ "@elliemae/ds-circular-progress-indicator": "3.53.0-beta.4",
42
+ "@elliemae/ds-dropdownmenu-v2": "3.53.0-beta.4",
43
+ "@elliemae/ds-grid": "3.53.0-beta.4",
44
+ "@elliemae/ds-props-helpers": "3.53.0-beta.4",
45
+ "@elliemae/ds-icons": "3.53.0-beta.4",
46
+ "@elliemae/ds-typography": "3.53.0-beta.4",
47
+ "@elliemae/ds-system": "3.53.0-beta.4"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@elliemae/pui-cli": "9.0.0-next.63",
51
51
  "jest": "~29.7.0",
52
52
  "styled-components": "~5.3.9",
53
53
  "styled-system": "^5.1.5",
54
- "@elliemae/ds-monorepo-devops": "3.53.0-alpha.1"
54
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.4"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "lodash-es": "^4.17.21",