@elliemae/ds-page-header-v2 3.57.0-next.30 → 3.57.0-next.34

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-page-header-v2",
3
- "version": "3.57.0-next.30",
3
+ "version": "3.57.0-next.34",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header V2",
6
6
  "files": [
@@ -35,43 +35,44 @@
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-breadcrumb": "3.57.0-next.30",
40
- "@elliemae/ds-form-input-text": "3.57.0-next.30",
41
- "@elliemae/ds-button": "3.57.0-next.30",
42
- "@elliemae/ds-form": "3.57.0-next.30",
43
- "@elliemae/ds-icons": "3.57.0-next.30",
44
- "@elliemae/ds-props-helpers": "3.57.0-next.30",
45
- "@elliemae/ds-icon": "3.57.0-next.30",
46
- "@elliemae/ds-grid": "3.57.0-next.30",
47
- "@elliemae/ds-system": "3.57.0-next.30",
48
- "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.30",
49
- "@elliemae/ds-skeleton": "3.57.0-next.30"
48
+ "@elliemae/ds-breadcrumb": "3.57.0-next.34",
49
+ "@elliemae/ds-button": "3.57.0-next.34",
50
+ "@elliemae/ds-form": "3.57.0-next.34",
51
+ "@elliemae/ds-form-input-text": "3.57.0-next.34",
52
+ "@elliemae/ds-grid": "3.57.0-next.34",
53
+ "@elliemae/ds-icon": "3.57.0-next.34",
54
+ "@elliemae/ds-icons": "3.57.0-next.34",
55
+ "@elliemae/ds-props-helpers": "3.57.0-next.34",
56
+ "@elliemae/ds-skeleton": "3.57.0-next.34",
57
+ "@elliemae/ds-system": "3.57.0-next.34",
58
+ "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.34"
50
59
  },
51
60
  "devDependencies": {
52
- "@elliemae/pui-cli": "9.0.0-next.65",
53
- "jest": "~29.7.0",
54
- "styled-components": "~5.3.9",
55
- "@elliemae/ds-test-utils": "3.57.0-next.30",
56
- "@elliemae/ds-monorepo-devops": "3.57.0-next.30"
61
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.34",
62
+ "@elliemae/ds-test-utils": "3.57.0-next.34",
63
+ "@elliemae/pui-cli": "catalog:",
64
+ "jest": "catalog:",
65
+ "styled-components": "catalog:"
57
66
  },
58
67
  "peerDependencies": {
59
- "lodash-es": "^4.17.21",
60
- "react": "^18.3.1",
61
- "react-dom": "^18.3.1",
62
- "styled-components": "~5.3.9"
68
+ "lodash-es": "catalog:",
69
+ "react": "catalog:",
70
+ "react-dom": "catalog:",
71
+ "styled-components": "catalog:"
63
72
  },
64
73
  "publishConfig": {
65
74
  "access": "public",
66
75
  "typeSafety": true
67
76
  },
68
- "scripts": {
69
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
70
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
71
- "lint": "node ../../../scripts/lint.mjs --fix",
72
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
73
- "dts": "node ../../../scripts/dts.mjs",
74
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
75
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
76
- }
77
- }
77
+ "gitHead": "725e232aa57d9c53d609bca458994c64eb74f994"
78
+ }