@elliemae/ds-toast 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.
@@ -79,7 +79,7 @@ export declare const useToast: (props: DSToastT.Props) => {
79
79
  onBlurCapture?: import("react").FocusEventHandler<Element> | undefined;
80
80
  onChange?: import("react").FormEventHandler<Element> | undefined;
81
81
  onChangeCapture?: import("react").FormEventHandler<Element> | undefined;
82
- onBeforeInput?: import("react").FormEventHandler<Element> | undefined;
82
+ onBeforeInput?: import("react").InputEventHandler<Element> | undefined;
83
83
  onBeforeInputCapture?: import("react").FormEventHandler<Element> | undefined;
84
84
  onInput?: import("react").FormEventHandler<Element> | undefined;
85
85
  onInputCapture?: import("react").FormEventHandler<Element> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-toast",
3
- "version": "3.57.0-next.9",
3
+ "version": "3.57.0-rc.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Toast",
6
6
  "files": [
@@ -35,40 +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": "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
- "@xstyled/util": "~3.7.0",
41
- "react-toastify": "~6.2.0",
42
- "@elliemae/ds-button-v2": "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",
46
- "@elliemae/ds-typescript-helpers": "3.57.0-next.9"
48
+ "@elliemae/ds-button-v2": "3.57.0-rc.1",
49
+ "@elliemae/ds-icons": "3.57.0-rc.1",
50
+ "@elliemae/ds-props-helpers": "3.57.0-rc.1",
51
+ "@elliemae/ds-system": "3.57.0-rc.1",
52
+ "@elliemae/ds-typescript-helpers": "3.57.0-rc.1",
53
+ "@xstyled/system": "catalog:",
54
+ "@xstyled/util": "catalog:",
55
+ "react-toastify": "catalog:"
47
56
  },
48
57
  "devDependencies": {
49
- "@elliemae/pui-cli": "9.0.0-next.65",
50
- "jest": "~29.7.0",
51
- "styled-components": "~5.3.9",
52
- "@elliemae/ds-test-utils": "3.57.0-next.9",
53
- "@elliemae/ds-monorepo-devops": "3.57.0-next.9"
58
+ "@elliemae/ds-monorepo-devops": "3.57.0-rc.1",
59
+ "@elliemae/ds-test-utils": "3.57.0-rc.1",
60
+ "@elliemae/pui-cli": "catalog:",
61
+ "jest": "catalog:",
62
+ "styled-components": "catalog:"
54
63
  },
55
64
  "peerDependencies": {
56
- "lodash-es": "^4.17.21",
57
- "react": "^18.3.1",
58
- "react-dom": "^18.3.1",
59
- "styled-components": "~5.3.9"
65
+ "lodash-es": "catalog:",
66
+ "react": "catalog:",
67
+ "react-dom": "catalog:",
68
+ "styled-components": "catalog:"
60
69
  },
61
70
  "publishConfig": {
62
71
  "access": "public",
63
72
  "typeSafety": false
64
73
  },
65
- "scripts": {
66
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
67
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
68
- "lint": "node ../../../scripts/lint.mjs --fix",
69
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
70
- "dts": "node ../../../scripts/dts.mjs",
71
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
72
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
73
- }
74
- }
74
+ "gitHead": "d0d7cac7600d5ba2b1c5c80cba7573e6acc11a96"
75
+ }