@elliemae/ds-circular-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.
- package/dist/types/v2/styled.d.ts +6 -13
- package/package.json +7 -7
@@ -1,13 +1,6 @@
|
|
1
|
-
|
2
|
-
export declare const
|
3
|
-
|
4
|
-
|
5
|
-
export declare const
|
6
|
-
export declare const
|
7
|
-
r: number;
|
8
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"path">, never>;
|
9
|
-
export declare const StyledRect: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"rect">, never>;
|
10
|
-
export declare const StyledCircle: import("styled-components").StyledComponent<"circle", import("@elliemae/ds-system").Theme, {
|
11
|
-
r: number;
|
12
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"circle">, never>;
|
13
|
-
export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
1
|
+
export declare const StyledContainer: any;
|
2
|
+
export declare const StyledSvg: any;
|
3
|
+
export declare const StyledPath: any;
|
4
|
+
export declare const StyledRect: any;
|
5
|
+
export declare const StyledCircle: any;
|
6
|
+
export declare const StyledLabel: any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-circular-progress-indicator",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.7",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Circular progress indicator",
|
6
6
|
"files": [
|
@@ -54,15 +54,15 @@
|
|
54
54
|
"dependencies": {
|
55
55
|
"styled-components": "~5.3.9",
|
56
56
|
"uid": "~2.0.1",
|
57
|
-
"@elliemae/ds-classnames": "3.46.
|
58
|
-
"@elliemae/ds-grid": "3.46.
|
59
|
-
"@elliemae/ds-
|
60
|
-
"@elliemae/ds-
|
61
|
-
"@elliemae/ds-tooltip": "3.46.
|
57
|
+
"@elliemae/ds-classnames": "3.46.7",
|
58
|
+
"@elliemae/ds-grid": "3.46.7",
|
59
|
+
"@elliemae/ds-system": "3.46.7",
|
60
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
61
|
+
"@elliemae/ds-tooltip": "3.46.7"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
65
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
65
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"lodash": "^4.17.21",
|