@elliemae/ds-card-v2-action-addon 3.57.0-next.9 → 3.57.0-rc.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.
@@ -85,7 +85,7 @@ export declare const useCardV2ActionAddon: (propsFromUser: DSCardV2ActionAddonT.
85
85
  onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
86
86
  onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
87
87
  onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
88
- onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
88
+ onBeforeInput?: React.InputEventHandler<HTMLDivElement> | undefined;
89
89
  onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
90
90
  onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
91
91
  onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-v2-action-addon",
3
- "version": "3.57.0-next.9",
3
+ "version": "3.57.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card V2 Action Addon",
6
6
  "files": [
@@ -35,39 +35,40 @@
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": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
+ },
38
47
  "dependencies": {
39
- "@xstyled/system": "~3.7.3",
40
- "uid": "^2.0.2",
41
- "@elliemae/ds-button-v2": "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-icons": "3.57.0-next.9",
45
- "@elliemae/ds-system": "3.57.0-next.9"
48
+ "@elliemae/ds-button-v2": "3.57.0-rc.0",
49
+ "@elliemae/ds-grid": "3.57.0-rc.0",
50
+ "@elliemae/ds-icons": "3.57.0-rc.0",
51
+ "@elliemae/ds-props-helpers": "3.57.0-rc.0",
52
+ "@elliemae/ds-system": "3.57.0-rc.0",
53
+ "@xstyled/system": "catalog:",
54
+ "uid": "catalog:"
46
55
  },
47
56
  "devDependencies": {
48
- "@elliemae/pui-cli": "9.0.0-next.65",
49
- "jest": "~29.7.0",
50
- "lodash-es": "^4.17.21",
51
- "styled-components": "~5.3.9",
52
- "@elliemae/ds-monorepo-devops": "3.57.0-next.9",
53
- "@elliemae/ds-test-utils": "3.57.0-next.9"
57
+ "@elliemae/ds-monorepo-devops": "3.57.0-rc.0",
58
+ "@elliemae/ds-test-utils": "3.57.0-rc.0",
59
+ "@elliemae/pui-cli": "catalog:",
60
+ "jest": "catalog:",
61
+ "lodash-es": "catalog:",
62
+ "styled-components": "catalog:"
54
63
  },
55
64
  "peerDependencies": {
56
- "react": "^18.3.1",
57
- "react-dom": "^18.3.1",
58
- "styled-components": "~5.3.9"
65
+ "react": "catalog:",
66
+ "react-dom": "catalog:",
67
+ "styled-components": "catalog:"
59
68
  },
60
69
  "publishConfig": {
61
70
  "access": "public",
62
71
  "typeSafety": false
63
72
  },
64
- "scripts": {
65
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
66
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
67
- "lint": "node ../../../scripts/lint.mjs --fix",
68
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
69
- "dts": "node ../../../scripts/dts.mjs",
70
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
71
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
72
- }
73
- }
73
+ "gitHead": "7e95aacd3d36427e4659f360714c3e0bbc4378bc"
74
+ }