@elliemae/ds-stepper 3.46.4 → 3.46.6
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.
- package/dist/types/styled.d.ts +4 -52
- package/package.json +8 -8
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,52 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
interface StepProps {
|
|
6
|
-
active: boolean;
|
|
7
|
-
visited: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const Step: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StepProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
10
|
-
export declare const Label: import("styled-components").StyledComponent<{
|
|
11
|
-
(props: import("@elliemae/ds-truncated-tooltip-text").SimpleTruncatedTooltipTextProps): import("react/jsx-runtime.js").JSX.Element;
|
|
12
|
-
propTypes: {
|
|
13
|
-
containerProps: import("prop-types").Requireable<object>;
|
|
14
|
-
tooltipOptions: import("prop-types").Requireable<object>;
|
|
15
|
-
textOptions: import("prop-types").Requireable<object>;
|
|
16
|
-
value: import("prop-types").Requireable<NonNullable<import("prop-types").ReactNodeLike>>;
|
|
17
|
-
placement: import("prop-types").Requireable<string>;
|
|
18
|
-
tooltipDelay: import("prop-types").Requireable<number>;
|
|
19
|
-
zIndex: import("prop-types").Requireable<number>;
|
|
20
|
-
};
|
|
21
|
-
defaultProps: {
|
|
22
|
-
containerProps: {};
|
|
23
|
-
tooltipOptions: {};
|
|
24
|
-
textOptions: {};
|
|
25
|
-
value: string;
|
|
26
|
-
placement: string;
|
|
27
|
-
tooltipDelay: number;
|
|
28
|
-
};
|
|
29
|
-
}, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
|
|
30
|
-
(props: import("@elliemae/ds-truncated-tooltip-text").SimpleTruncatedTooltipTextProps): import("react/jsx-runtime.js").JSX.Element;
|
|
31
|
-
propTypes: {
|
|
32
|
-
containerProps: import("prop-types").Requireable<object>;
|
|
33
|
-
tooltipOptions: import("prop-types").Requireable<object>;
|
|
34
|
-
textOptions: import("prop-types").Requireable<object>;
|
|
35
|
-
value: import("prop-types").Requireable<NonNullable<import("prop-types").ReactNodeLike>>;
|
|
36
|
-
placement: import("prop-types").Requireable<string>;
|
|
37
|
-
tooltipDelay: import("prop-types").Requireable<number>;
|
|
38
|
-
zIndex: import("prop-types").Requireable<number>;
|
|
39
|
-
};
|
|
40
|
-
defaultProps: {
|
|
41
|
-
containerProps: {};
|
|
42
|
-
tooltipOptions: {};
|
|
43
|
-
textOptions: {};
|
|
44
|
-
value: string;
|
|
45
|
-
placement: string;
|
|
46
|
-
tooltipDelay: number;
|
|
47
|
-
};
|
|
48
|
-
}>, never>;
|
|
49
|
-
export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, DSButtonV2T.Props & {
|
|
50
|
-
fontSize: ButtonSizesT;
|
|
51
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<DSButtonV2T.Props>>, never>;
|
|
52
|
-
export {};
|
|
1
|
+
export declare const StepperWrapper: any;
|
|
2
|
+
export declare const Step: any;
|
|
3
|
+
export declare const Label: any;
|
|
4
|
+
export declare const StyledButton: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-stepper",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Stepper",
|
|
6
6
|
"files": [
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"prop-types": "~15.8.1",
|
|
56
56
|
"uid": "~2.0.1",
|
|
57
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
60
|
-
"@elliemae/ds-system": "3.46.
|
|
61
|
-
"@elliemae/ds-
|
|
57
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
|
58
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6",
|
|
59
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
60
|
+
"@elliemae/ds-system": "3.46.6",
|
|
61
|
+
"@elliemae/ds-icons": "3.46.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
65
65
|
"styled-components": "~5.3.9",
|
|
66
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
66
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"react": "^17.0.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public",
|
|
76
|
-
"typeSafety":
|
|
76
|
+
"typeSafety": false
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|