@elliemae/ds-indeterminate-progress-indicator 3.17.0-next.9 → 3.17.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
declare const DSIndeterminateProgressIndicator: {
|
3
2
|
({ containerProps, title, complete, failed, processing, processingComplete, processingCompleteTitle, processingFail, processingFailTitle, animated, percent, lineOnly, }: {
|
4
3
|
containerProps: any;
|
@@ -13,7 +12,7 @@ declare const DSIndeterminateProgressIndicator: {
|
|
13
12
|
animated: any;
|
14
13
|
percent: any;
|
15
14
|
lineOnly: any;
|
16
|
-
}): JSX.Element;
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
17
16
|
defaultProps: {
|
18
17
|
containerProps: {};
|
19
18
|
title: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-indeterminate-progress-indicator",
|
3
|
-
"version": "3.17.0-
|
3
|
+
"version": "3.17.0-rc.0",
|
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.17.0-
|
43
|
-
"@elliemae/ds-props-helpers": "3.17.0-
|
44
|
-
"@elliemae/ds-truncated-tooltip-text": "3.17.0-
|
42
|
+
"@elliemae/ds-classnames": "3.17.0-rc.0",
|
43
|
+
"@elliemae/ds-props-helpers": "3.17.0-rc.0",
|
44
|
+
"@elliemae/ds-truncated-tooltip-text": "3.17.0-rc.0"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
47
|
"react": "^17.0.2",
|