@elliemae/ds-skeleton 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.
@@ -102,7 +102,7 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
102
102
  onBlurCapture?: import("react").FocusEventHandler<Element> | undefined;
103
103
  onChange?: import("react").FormEventHandler<Element> | undefined;
104
104
  onChangeCapture?: import("react").FormEventHandler<Element> | undefined;
105
- onBeforeInput?: import("react").FormEventHandler<Element> | undefined;
105
+ onBeforeInput?: import("react").InputEventHandler<Element> | undefined;
106
106
  onBeforeInputCapture?: import("react").FormEventHandler<Element> | undefined;
107
107
  onInput?: import("react").FormEventHandler<Element> | undefined;
108
108
  onInputCapture?: import("react").FormEventHandler<Element> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-skeleton",
3
- "version": "3.57.0-next.9",
3
+ "version": "3.57.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Skeleton UI",
6
6
  "files": [
@@ -35,32 +35,33 @@
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
- "@elliemae/ds-props-helpers": "3.57.0-next.9",
40
- "@elliemae/ds-system": "3.57.0-next.9"
48
+ "@elliemae/ds-props-helpers": "3.57.0-rc.0",
49
+ "@elliemae/ds-system": "3.57.0-rc.0"
41
50
  },
42
51
  "devDependencies": {
43
- "@elliemae/pui-cli": "9.0.0-next.65",
44
- "jest": "~29.7.0",
45
- "styled-components": "~5.3.9",
46
- "@elliemae/ds-monorepo-devops": "3.57.0-next.9"
52
+ "@elliemae/ds-monorepo-devops": "3.57.0-rc.0",
53
+ "@elliemae/pui-cli": "catalog:",
54
+ "jest": "catalog:",
55
+ "styled-components": "catalog:"
47
56
  },
48
57
  "peerDependencies": {
49
- "react": "^18.3.1",
50
- "react-dom": "^18.3.1",
51
- "styled-components": "~5.3.9"
58
+ "react": "catalog:",
59
+ "react-dom": "catalog:",
60
+ "styled-components": "catalog:"
52
61
  },
53
62
  "publishConfig": {
54
63
  "access": "public",
55
64
  "typeSafety": true
56
65
  },
57
- "scripts": {
58
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
59
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
60
- "lint": "node ../../../scripts/lint.mjs --fix",
61
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
62
- "dts": "node ../../../scripts/dts.mjs",
63
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
64
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
65
- }
66
- }
66
+ "gitHead": "7e95aacd3d36427e4659f360714c3e0bbc4378bc"
67
+ }