@m4l/layouts 9.3.13-JT22102025.beta.1 → 9.3.14-beta.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.
@@ -152,7 +152,7 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
152
152
  onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
153
153
  onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
154
154
  onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
155
- onBeforeInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
155
+ onBeforeInput?: import('react').InputEventHandler<HTMLDivElement> | undefined;
156
156
  onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
157
157
  onInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
158
158
  onInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.3.13-JT22102025.beta.1",
3
+ "version": "9.3.14-beta.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team",
6
6
  "lint-staged": {
7
7
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@m4l/components": "9.3.22-JT22102025.beta.1",
10
+ "@m4l/components": "9.3.25-beta.0",
11
11
  "@m4l/core": "^2.0.0",
12
12
  "@m4l/graphics": "^7.0.0",
13
13
  "@m4l/styles": "^7.0.0"