@elliemae/ds-indeterminate-progress-indicator 3.53.0-alpha.1 → 3.53.0-beta.10
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,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';
|
3
2
|
export declare namespace DSIndeterminateProgressIndicatorT {
|
4
3
|
interface RequiredProps {
|
@@ -25,4 +24,4 @@ export declare namespace DSIndeterminateProgressIndicatorT {
|
|
25
24
|
}
|
26
25
|
}
|
27
26
|
export declare const defaultProps: DSIndeterminateProgressIndicatorT.DefaultProps;
|
28
|
-
export declare const DSIndeterminateProgressIndicatorPropTypes:
|
27
|
+
export declare const DSIndeterminateProgressIndicatorPropTypes: React.WeakValidationMap<unknown>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-indeterminate-progress-indicator",
|
3
|
-
"version": "3.53.0-
|
3
|
+
"version": "3.53.0-beta.10",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
6
6
|
"files": [
|
@@ -36,16 +36,16 @@
|
|
36
36
|
"indent": 4
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@elliemae/ds-classnames": "3.53.0-
|
40
|
-
"@elliemae/ds-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
39
|
+
"@elliemae/ds-classnames": "3.53.0-beta.10",
|
40
|
+
"@elliemae/ds-system": "3.53.0-beta.10",
|
41
|
+
"@elliemae/ds-truncated-tooltip-text": "3.53.0-beta.10",
|
42
|
+
"@elliemae/ds-props-helpers": "3.53.0-beta.10"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
46
46
|
"jest": "~29.7.0",
|
47
47
|
"styled-components": "~5.3.9",
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-beta.10"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|
51
51
|
"react": "^18.3.1",
|