@elliemae/ds-square-indicator 3.46.5 → 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
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare const StyledContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
7
|
-
export declare const StyledLineLeft: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"rect">, never>;
|
|
8
|
-
export declare const StyledLineTop: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"rect">, never>;
|
|
9
|
-
export declare const StyledLineRight: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"rect">, never>;
|
|
10
|
-
export declare const StyledLineBottom: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, RectProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"rect">, never>;
|
|
11
|
-
export {};
|
|
1
|
+
export declare const StyledContainer: any;
|
|
2
|
+
export declare const StyledLineLeft: any;
|
|
3
|
+
export declare const StyledLineTop: any;
|
|
4
|
+
export declare const StyledLineRight: any;
|
|
5
|
+
export declare const StyledLineBottom: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-square-indicator",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
|
|
6
6
|
"files": [
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"styled-components": "~5.3.9",
|
|
48
48
|
"uid": "^2.0.1",
|
|
49
|
-
"@elliemae/ds-grid": "3.46.
|
|
50
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
51
|
-
"@elliemae/ds-system": "3.46.
|
|
52
|
-
"@elliemae/ds-tooltip-v3": "3.46.
|
|
49
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
50
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
51
|
+
"@elliemae/ds-system": "3.46.6",
|
|
52
|
+
"@elliemae/ds-tooltip-v3": "3.46.6"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
56
56
|
"styled-components": "~5.3.9",
|
|
57
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
57
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "^17.0.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public",
|
|
65
|
-
"typeSafety":
|
|
65
|
+
"typeSafety": false
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|