@elliemae/ds-indeterminate-progress-indicator 3.15.0-rc.1 → 3.15.0-rc.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSIndeterminateProgressIndicator: {
2
3
  ({ containerProps, title, complete, failed, processing, processingComplete, processingCompleteTitle, processingFail, processingFailTitle, animated, percent, lineOnly, }: {
3
4
  containerProps: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.15.0-rc.1",
3
+ "version": "3.15.0-rc.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -39,9 +39,9 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-classnames": "3.15.0-rc.1",
43
- "@elliemae/ds-truncated-tooltip-text": "3.15.0-rc.1",
44
- "@elliemae/ds-utilities": "3.15.0-rc.1"
42
+ "@elliemae/ds-truncated-tooltip-text": "3.15.0-rc.11",
43
+ "@elliemae/ds-classnames": "3.15.0-rc.11",
44
+ "@elliemae/ds-utilities": "3.15.0-rc.11"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^17.0.2",