@elliemae/ds-indeterminate-progress-indicator 3.17.0-next.2 → 3.17.0-next.21

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-next.2",
3
+ "version": "3.17.0-next.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -39,10 +39,9 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-classnames": "3.17.0-next.2",
43
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.2",
44
- "@elliemae/ds-utilities": "3.17.0-next.2",
45
- "@elliemae/ds-props-helpers": "3.17.0-next.2"
42
+ "@elliemae/ds-classnames": "3.17.0-next.21",
43
+ "@elliemae/ds-props-helpers": "3.17.0-next.21",
44
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.21"
46
45
  },
47
46
  "peerDependencies": {
48
47
  "react": "^17.0.2",