@elliemae/ds-progress-indicator 3.14.11 → 3.14.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSProgressIndicator: {
2
3
  ({ containerProps, innerRef, title, counterRenderer, now, min, max, disabled, segments, style, }: {
3
4
  containerProps?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const ProgressBar: {
3
4
  ({ variant, now, min, max, children: progressSegments, }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ProgressCounter: ({ now, max, min, renderer }: {
2
3
  now: any;
3
4
  max: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-progress-indicator",
3
- "version": "3.14.11",
3
+ "version": "3.14.13",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Progress Indicator",
6
6
  "files": [
@@ -56,9 +56,9 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "prop-types": "~15.8.1",
59
- "@elliemae/ds-classnames": "3.14.11",
60
- "@elliemae/ds-truncated-tooltip-text": "3.14.11",
61
- "@elliemae/ds-utilities": "3.14.11"
59
+ "@elliemae/ds-classnames": "3.14.13",
60
+ "@elliemae/ds-truncated-tooltip-text": "3.14.13",
61
+ "@elliemae/ds-utilities": "3.14.13"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^17.0.2",