@elliemae/ds-indeterminate-progress-indicator 3.46.5 → 3.46.7
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,2 @@
|
|
1
|
-
import type { WeakValidationMap } from 'react';
|
2
1
|
import { type DSIndeterminateProgressIndicatorT } from '../react-desc-prop-types.js';
|
3
2
|
export declare const useValidateProps: (props: DSIndeterminateProgressIndicatorT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
|
@@ -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/dist/types/styled.d.ts
CHANGED
@@ -1,47 +1,4 @@
|
|
1
|
-
|
2
|
-
export declare const
|
3
|
-
export declare const
|
4
|
-
|
5
|
-
[x: string]: any;
|
6
|
-
containerProps?: {} | undefined;
|
7
|
-
value?: string | undefined;
|
8
|
-
zIndex?: number | undefined;
|
9
|
-
}): string | import("react/jsx-runtime.js").JSX.Element;
|
10
|
-
defaultProps: {
|
11
|
-
value: string;
|
12
|
-
zIndex: number;
|
13
|
-
containerProps?: undefined;
|
14
|
-
tooltipPlacement?: undefined;
|
15
|
-
tooltipDelay?: undefined;
|
16
|
-
} | {
|
17
|
-
containerProps: {};
|
18
|
-
value: string;
|
19
|
-
tooltipPlacement: undefined;
|
20
|
-
tooltipDelay: undefined;
|
21
|
-
zIndex?: undefined;
|
22
|
-
};
|
23
|
-
displayName: string;
|
24
|
-
}, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
|
25
|
-
({ containerProps, value, zIndex, ...otherTextProps }: {
|
26
|
-
[x: string]: any;
|
27
|
-
containerProps?: {} | undefined;
|
28
|
-
value?: string | undefined;
|
29
|
-
zIndex?: number | undefined;
|
30
|
-
}): string | import("react/jsx-runtime.js").JSX.Element;
|
31
|
-
defaultProps: {
|
32
|
-
value: string;
|
33
|
-
zIndex: number;
|
34
|
-
containerProps?: undefined;
|
35
|
-
tooltipPlacement?: undefined;
|
36
|
-
tooltipDelay?: undefined;
|
37
|
-
} | {
|
38
|
-
containerProps: {};
|
39
|
-
value: string;
|
40
|
-
tooltipPlacement: undefined;
|
41
|
-
tooltipDelay: undefined;
|
42
|
-
zIndex?: undefined;
|
43
|
-
};
|
44
|
-
displayName: string;
|
45
|
-
}>, never>;
|
46
|
-
export declare const Bar: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
47
|
-
export declare const BarIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSIndeterminateProgressIndicatorT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
1
|
+
export declare const Container: any;
|
2
|
+
export declare const StyledTruncatedTooltipText: any;
|
3
|
+
export declare const Bar: any;
|
4
|
+
export declare const BarIndicator: any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-indeterminate-progress-indicator",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.7",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
6
6
|
"files": [
|
@@ -40,15 +40,15 @@
|
|
40
40
|
"indent": 4
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@elliemae/ds-classnames": "3.46.
|
44
|
-
"@elliemae/ds-props-helpers": "3.46.
|
45
|
-
"@elliemae/ds-system": "3.46.
|
46
|
-
"@elliemae/ds-truncated-tooltip-text": "3.46.
|
43
|
+
"@elliemae/ds-classnames": "3.46.7",
|
44
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
45
|
+
"@elliemae/ds-system": "3.46.7",
|
46
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.7"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
50
50
|
"styled-components": "~5.3.9",
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"react": "^17.0.2",
|