@elliemae/ds-indeterminate-progress-indicator 3.15.0-rc.5 → 3.15.0-rc.7
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.
|
3
|
+
"version": "3.15.0-rc.7",
|
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.
|
43
|
-
"@elliemae/ds-truncated-tooltip-text": "3.15.0-rc.
|
44
|
-
"@elliemae/ds-utilities": "3.15.0-rc.
|
42
|
+
"@elliemae/ds-classnames": "3.15.0-rc.7",
|
43
|
+
"@elliemae/ds-truncated-tooltip-text": "3.15.0-rc.7",
|
44
|
+
"@elliemae/ds-utilities": "3.15.0-rc.7"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
47
|
"react": "^17.0.2",
|