@elliemae/ds-menu-items-action 3.57.0-next.9 → 3.57.0-rc.1

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.
@@ -97,7 +97,7 @@ export declare const useMenuItemsAction: (propsFromUser: DSMenuItemsActionT.Prop
97
97
  onBlurCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
98
98
  onChange?: React.FormEventHandler<HTMLLIElement> | undefined;
99
99
  onChangeCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
100
- onBeforeInput?: React.FormEventHandler<HTMLLIElement> | undefined;
100
+ onBeforeInput?: React.InputEventHandler<HTMLLIElement> | undefined;
101
101
  onBeforeInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
102
102
  onInput?: React.FormEventHandler<HTMLLIElement> | undefined;
103
103
  onInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-items-action",
3
- "version": "3.57.0-next.9",
3
+ "version": "3.57.0-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Items Action",
6
6
  "files": [
@@ -35,41 +35,41 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
+ "scripts": {
39
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
40
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
41
+ "lint": "node ../../../scripts/lint.mjs --fix",
42
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
43
+ "dts": "node ../../../scripts/dts.mjs",
44
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
45
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
+ },
38
47
  "dependencies": {
39
- "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-button": "3.57.0-next.9",
41
- "@elliemae/ds-menu-items-commons": "3.57.0-next.9",
42
- "@elliemae/ds-grid": "3.57.0-next.9",
43
- "@elliemae/ds-props-helpers": "3.57.0-next.9",
44
- "@elliemae/ds-system": "3.57.0-next.9"
48
+ "@elliemae/ds-button": "3.57.0-rc.1",
49
+ "@elliemae/ds-grid": "3.57.0-rc.1",
50
+ "@elliemae/ds-menu-items-commons": "3.57.0-rc.1",
51
+ "@elliemae/ds-props-helpers": "3.57.0-rc.1",
52
+ "@elliemae/ds-system": "3.57.0-rc.1"
45
53
  },
46
54
  "devDependencies": {
47
- "jest": "~29.7.0",
48
- "lodash-es": "^4.17.21",
49
- "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.57.0-next.9",
51
- "@elliemae/ds-test-utils": "3.57.0-next.9"
55
+ "@elliemae/ds-monorepo-devops": "3.57.0-rc.1",
56
+ "@elliemae/ds-test-utils": "3.57.0-rc.1",
57
+ "jest": "catalog:",
58
+ "lodash-es": "catalog:",
59
+ "styled-components": "catalog:"
52
60
  },
53
61
  "peerDependencies": {
54
- "@testing-library/jest-dom": "^6.6.3",
55
- "@testing-library/react": "^16.0.1",
56
- "@testing-library/user-event": "~14.5.2",
57
- "lodash-es": "^4.17.21",
58
- "react": "^18.3.1",
59
- "react-dom": "^18.3.1",
60
- "styled-components": "~5.3.9"
62
+ "@testing-library/jest-dom": "catalog:",
63
+ "@testing-library/react": "catalog:",
64
+ "@testing-library/user-event": "catalog:",
65
+ "lodash-es": "catalog:",
66
+ "react": "catalog:",
67
+ "react-dom": "catalog:",
68
+ "styled-components": "catalog:"
61
69
  },
62
70
  "publishConfig": {
63
71
  "access": "public",
64
72
  "typeSafety": true
65
73
  },
66
- "scripts": {
67
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
68
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
69
- "lint": "node ../../../scripts/lint.mjs --fix",
70
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
71
- "dts": "node ../../../scripts/dts.mjs",
72
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
73
- "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
74
- }
75
- }
74
+ "gitHead": "d0d7cac7600d5ba2b1c5c80cba7573e6acc11a96"
75
+ }