@elliemae/ds-indeterminate-progress-indicator 3.57.0-next.4 → 3.57.0-next.41

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-indeterminate-progress-indicator",
3
- "version": "3.57.0-next.4",
3
+ "version": "3.57.0-next.41",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -35,33 +35,34 @@
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-classnames": "3.57.0-next.4",
40
- "@elliemae/ds-props-helpers": "3.57.0-next.4",
41
- "@elliemae/ds-system": "3.57.0-next.4",
42
- "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.4"
48
+ "@elliemae/ds-classnames": "3.57.0-next.41",
49
+ "@elliemae/ds-props-helpers": "3.57.0-next.41",
50
+ "@elliemae/ds-system": "3.57.0-next.41",
51
+ "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.41"
43
52
  },
44
53
  "devDependencies": {
45
- "@elliemae/pui-cli": "9.0.0-next.65",
46
- "jest": "~29.7.0",
47
- "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.57.0-next.4"
54
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.41",
55
+ "@elliemae/pui-cli": "catalog:",
56
+ "jest": "catalog:",
57
+ "styled-components": "catalog:"
49
58
  },
50
59
  "peerDependencies": {
51
- "react": "^18.3.1",
52
- "react-dom": "^18.3.1"
60
+ "react": "catalog:",
61
+ "react-dom": "catalog:"
53
62
  },
54
63
  "publishConfig": {
55
64
  "access": "public",
56
65
  "typeSafety": false
57
66
  },
58
- "scripts": {
59
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
60
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
61
- "lint": "node ../../../scripts/lint.mjs --fix",
62
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
63
- "dts": "node ../../../scripts/dts.mjs",
64
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
65
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
66
- }
67
- }
67
+ "gitHead": "18ae25814ee005325f5acce1789ac2d97a919b20"
68
+ }