@elliemae/ds-form-toggle 3.57.0-next.30 → 3.57.0-next.33

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.
@@ -3,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
@@ -3,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.57.0-next.30",
3
+ "version": "3.57.0-next.33",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -35,38 +35,39 @@
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
- "lodash-es": "^4.17.21",
40
- "styled-components": "~5.3.9",
41
- "uid": "^2.0.2",
42
- "@elliemae/ds-button-v2": "3.57.0-next.30",
43
- "@elliemae/ds-system": "3.57.0-next.30",
44
- "@elliemae/ds-props-helpers": "3.57.0-next.30"
48
+ "@elliemae/ds-button-v2": "3.57.0-next.33",
49
+ "@elliemae/ds-props-helpers": "3.57.0-next.33",
50
+ "@elliemae/ds-system": "3.57.0-next.33",
51
+ "lodash-es": "catalog:",
52
+ "styled-components": "catalog:",
53
+ "uid": "catalog:"
45
54
  },
46
55
  "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.65",
48
- "@elliemae/pui-theme": "~2.13.0",
49
- "jest": "~29.7.0",
50
- "@elliemae/ds-test-utils": "3.57.0-next.30",
51
- "@elliemae/ds-monorepo-devops": "3.57.0-next.30"
56
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.33",
57
+ "@elliemae/ds-test-utils": "3.57.0-next.33",
58
+ "@elliemae/pui-cli": "catalog:",
59
+ "@elliemae/pui-theme": "catalog:",
60
+ "jest": "catalog:"
52
61
  },
53
62
  "peerDependencies": {
54
- "@elliemae/pui-theme": "~2.13.0",
55
- "react": "^18.3.1",
56
- "react-dom": "^18.3.1",
57
- "styled-system": "^5.1.5"
63
+ "@elliemae/pui-theme": "catalog:",
64
+ "react": "catalog:",
65
+ "react-dom": "catalog:",
66
+ "styled-system": "catalog:"
58
67
  },
59
68
  "publishConfig": {
60
69
  "access": "public",
61
70
  "typeSafety": false
62
71
  },
63
- "scripts": {
64
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
65
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
66
- "lint": "node ../../../scripts/lint.mjs --fix",
67
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
68
- "dts": "node ../../../scripts/dts.mjs",
69
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
70
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
71
- }
72
- }
72
+ "gitHead": "c41497037cc7983b298289a5d0d02bc3a3cfc911"
73
+ }