@elliemae/ds-indeterminate-progress-indicator 3.16.0-next.3 → 3.16.0-next.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ {
2
+ "type": "commonjs",
3
+ "sideEffects": [
4
+ "*.css",
5
+ "*.scss"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "type": "module",
3
+ "sideEffects": [
4
+ "*.css",
5
+ "*.scss"
6
+ ]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.16.0-next.3",
3
+ "version": "3.16.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -39,10 +39,10 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-classnames": "3.16.0-next.3",
43
- "@elliemae/ds-props-helpers": "3.16.0-next.3",
44
- "@elliemae/ds-truncated-tooltip-text": "3.16.0-next.3",
45
- "@elliemae/ds-utilities": "3.16.0-next.3"
42
+ "@elliemae/ds-classnames": "3.16.0-next.4",
43
+ "@elliemae/ds-props-helpers": "3.16.0-next.4",
44
+ "@elliemae/ds-truncated-tooltip-text": "3.16.0-next.4",
45
+ "@elliemae/ds-utilities": "3.16.0-next.4"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^17.0.2",