@elliemae/ds-indeterminate-progress-indicator 3.51.0-next.2 → 3.51.0-next.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.51.0-next.2",
3
+ "version": "3.51.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -14,10 +14,6 @@
14
14
  "types": "./dist/types/index.d.ts",
15
15
  "import": "./dist/esm/index.js",
16
16
  "require": "./dist/cjs/index.js"
17
- },
18
- "./DSIndeterminateProgressIndicator": {
19
- "import": "./dist/esm/DSIndeterminateProgressIndicator.js",
20
- "require": "./dist/cjs/DSIndeterminateProgressIndicator.js"
21
17
  }
22
18
  },
23
19
  "sideEffects": [
@@ -40,16 +36,16 @@
40
36
  "indent": 4
41
37
  },
42
38
  "dependencies": {
43
- "@elliemae/ds-classnames": "3.51.0-next.2",
44
- "@elliemae/ds-system": "3.51.0-next.2",
45
- "@elliemae/ds-props-helpers": "3.51.0-next.2",
46
- "@elliemae/ds-truncated-tooltip-text": "3.51.0-next.2"
39
+ "@elliemae/ds-classnames": "3.51.0-next.3",
40
+ "@elliemae/ds-props-helpers": "3.51.0-next.3",
41
+ "@elliemae/ds-system": "3.51.0-next.3",
42
+ "@elliemae/ds-truncated-tooltip-text": "3.51.0-next.3"
47
43
  },
48
44
  "devDependencies": {
49
45
  "@elliemae/pui-cli": "9.0.0-next.50",
50
46
  "jest": "~29.7.0",
51
47
  "styled-components": "~5.3.9",
52
- "@elliemae/ds-monorepo-devops": "3.51.0-next.2"
48
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.3"
53
49
  },
54
50
  "peerDependencies": {
55
51
  "react": "^18.3.1",