@elliemae/ds-shuttle-v2 3.57.1 → 3.60.0-next.2

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-shuttle-v2",
3
- "version": "3.57.1",
3
+ "version": "3.60.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle v2",
6
6
  "files": [
@@ -45,33 +45,33 @@
45
45
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
46
  },
47
47
  "dependencies": {
48
- "@elliemae/ds-button-v2": "3.57.1",
49
- "@elliemae/ds-circular-progress-indicator": "3.57.1",
50
- "@elliemae/ds-drag-and-drop": "3.57.1",
51
- "@elliemae/ds-fast-list": "3.57.1",
52
- "@elliemae/ds-form-checkbox": "3.57.1",
53
- "@elliemae/ds-form-input-text": "3.57.1",
54
- "@elliemae/ds-grid": "3.57.1",
55
- "@elliemae/ds-hooks-fontsize-detector": "3.57.1",
56
- "@elliemae/ds-hooks-headless-tooltip": "3.57.1",
57
- "@elliemae/ds-hooks-on-blur-out": "3.57.1",
58
- "@elliemae/ds-icons": "3.57.1",
59
- "@elliemae/ds-indeterminate-progress-indicator": "3.57.1",
60
- "@elliemae/ds-popperjs": "3.57.1",
61
- "@elliemae/ds-props-helpers": "3.57.1",
62
- "@elliemae/ds-system": "3.57.1",
63
- "@elliemae/ds-typescript-helpers": "3.57.1",
64
- "@elliemae/ds-typography": "3.57.1",
65
- "@elliemae/ds-zustand-helpers": "3.57.1",
48
+ "@elliemae/ds-button-v2": "3.60.0-next.2",
49
+ "@elliemae/ds-circular-progress-indicator": "3.60.0-next.2",
50
+ "@elliemae/ds-drag-and-drop": "3.60.0-next.2",
51
+ "@elliemae/ds-fast-list": "3.60.0-next.2",
52
+ "@elliemae/ds-form-checkbox": "3.60.0-next.2",
53
+ "@elliemae/ds-form-input-text": "3.60.0-next.2",
54
+ "@elliemae/ds-grid": "3.60.0-next.2",
55
+ "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.2",
56
+ "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.2",
57
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.2",
58
+ "@elliemae/ds-icons": "3.60.0-next.2",
59
+ "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.2",
60
+ "@elliemae/ds-popperjs": "3.60.0-next.2",
61
+ "@elliemae/ds-props-helpers": "3.60.0-next.2",
62
+ "@elliemae/ds-system": "3.60.0-next.2",
63
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.2",
64
+ "@elliemae/ds-typography": "3.60.0-next.2",
65
+ "@elliemae/ds-zustand-helpers": "3.60.0-next.2",
66
66
  "@xstyled/styled-components": "catalog:",
67
67
  "fast-deep-equal": "catalog:",
68
68
  "uid": "catalog:"
69
69
  },
70
70
  "devDependencies": {
71
- "@elliemae/ds-breadcrumb": "3.57.1",
72
- "@elliemae/ds-monorepo-devops": "3.57.1",
73
- "@elliemae/ds-test-utils": "3.57.1",
74
- "@elliemae/ds-tree-model": "3.57.1",
71
+ "@elliemae/ds-breadcrumb": "3.60.0-next.2",
72
+ "@elliemae/ds-monorepo-devops": "3.60.0-next.2",
73
+ "@elliemae/ds-test-utils": "3.60.0-next.2",
74
+ "@elliemae/ds-tree-model": "3.60.0-next.2",
75
75
  "@elliemae/pui-cli": "catalog:",
76
76
  "jest": "catalog:",
77
77
  "lodash-es": "catalog:",
@@ -87,5 +87,5 @@
87
87
  "access": "public",
88
88
  "typeSafety": true
89
89
  },
90
- "gitHead": "460ca54f7b46d6d2ab2bab5a65ac1f399bb5e018"
90
+ "gitHead": "a9ff7492ac8a5acc283cb1f59cb8c153823b24ec"
91
91
  }