@elliemae/ds-mobile 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-mobile",
3
- "version": "3.57.0-next.30",
3
+ "version": "3.57.0-next.33",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -35,55 +35,56 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
+ "scripts": {
39
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
40
+ "lint": "node ../../../scripts/lint.mjs --fix",
41
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
42
+ "dts": "exit 0 | echo",
43
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
44
+ "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
45
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
46
+ },
38
47
  "publishConfig": {
39
48
  "access": "public",
40
49
  "typeSafety": false
41
50
  },
42
51
  "dependencies": {
43
- "react-window": "~1.8.8",
44
- "react-window-infinite-loader": "~1.0.8",
45
- "@elliemae/ds-accordion": "3.57.0-next.30",
46
- "@elliemae/ds-backdrop": "3.57.0-next.30",
47
- "@elliemae/ds-button": "3.57.0-next.30",
48
- "@elliemae/ds-button-v2": "3.57.0-next.30",
49
- "@elliemae/ds-circular-progress-indicator": "3.57.0-next.30",
50
- "@elliemae/ds-form": "3.57.0-next.30",
51
- "@elliemae/ds-form-checkbox": "3.57.0-next.30",
52
- "@elliemae/ds-grid": "3.57.0-next.30",
53
- "@elliemae/ds-icon": "3.57.0-next.30",
54
- "@elliemae/ds-icons": "3.57.0-next.30",
55
- "@elliemae/ds-indeterminate-progress-indicator": "3.57.0-next.30",
56
- "@elliemae/ds-props-helpers": "3.57.0-next.30",
57
- "@elliemae/ds-system": "3.57.0-next.30",
58
- "@elliemae/ds-shared": "3.57.0-next.30",
59
- "@elliemae/ds-tabs": "3.57.0-next.30",
60
- "@elliemae/ds-truncated-expandable-text": "3.57.0-next.30"
52
+ "@elliemae/ds-accordion": "3.57.0-next.33",
53
+ "@elliemae/ds-backdrop": "3.57.0-next.33",
54
+ "@elliemae/ds-button": "3.57.0-next.33",
55
+ "@elliemae/ds-button-v2": "3.57.0-next.33",
56
+ "@elliemae/ds-circular-progress-indicator": "3.57.0-next.33",
57
+ "@elliemae/ds-form": "3.57.0-next.33",
58
+ "@elliemae/ds-form-checkbox": "3.57.0-next.33",
59
+ "@elliemae/ds-grid": "3.57.0-next.33",
60
+ "@elliemae/ds-icon": "3.57.0-next.33",
61
+ "@elliemae/ds-icons": "3.57.0-next.33",
62
+ "@elliemae/ds-indeterminate-progress-indicator": "3.57.0-next.33",
63
+ "@elliemae/ds-props-helpers": "3.57.0-next.33",
64
+ "@elliemae/ds-shared": "3.57.0-next.33",
65
+ "@elliemae/ds-system": "3.57.0-next.33",
66
+ "@elliemae/ds-tabs": "3.57.0-next.33",
67
+ "@elliemae/ds-truncated-expandable-text": "3.57.0-next.33",
68
+ "react-window": "catalog:",
69
+ "react-window-infinite-loader": "catalog:"
61
70
  },
62
71
  "devDependencies": {
63
- "@elliemae/pui-cli": "9.0.0-next.65",
64
- "@elliemae/pui-theme": "~2.13.0",
65
- "jest": "~29.7.0",
66
- "jest-cli": "~29.7.0",
67
- "styled-components": "~5.3.9",
68
- "styled-system": "^5.1.5",
69
- "@elliemae/ds-monorepo-devops": "3.57.0-next.30",
70
- "@elliemae/ds-test-utils": "3.57.0-next.30"
72
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.33",
73
+ "@elliemae/ds-test-utils": "3.57.0-next.33",
74
+ "@elliemae/pui-cli": "catalog:",
75
+ "@elliemae/pui-theme": "catalog:",
76
+ "jest": "catalog:",
77
+ "jest-cli": "catalog:",
78
+ "styled-components": "catalog:",
79
+ "styled-system": "catalog:"
71
80
  },
72
81
  "peerDependencies": {
73
- "@elliemae/pui-theme": "~2.13.0",
74
- "lodash-es": "^4.17.21",
75
- "react": "^18.3.1",
76
- "react-dom": "^18.3.1",
77
- "styled-components": "~5.3.9",
78
- "styled-system": "^5.1.5"
82
+ "@elliemae/pui-theme": "catalog:",
83
+ "lodash-es": "catalog:",
84
+ "react": "catalog:",
85
+ "react-dom": "catalog:",
86
+ "styled-components": "catalog:",
87
+ "styled-system": "catalog:"
79
88
  },
80
- "scripts": {
81
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
82
- "lint": "node ../../../scripts/lint.mjs --fix",
83
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
84
- "dts": "exit 0 | echo",
85
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
86
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
87
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
88
- }
89
- }
89
+ "gitHead": "c41497037cc7983b298289a5d0d02bc3a3cfc911"
90
+ }