@elliemae/ds-circular-progress-indicator 3.46.5 → 3.46.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,6 @@
1
- /// <reference types="react" />
2
- 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, {
3
- inline: boolean;
4
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
5
- export declare const StyledSvg: import("styled-components").StyledComponent<"svg", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"svg">, never>;
6
- export declare const StyledPath: import("styled-components").StyledComponent<"path", import("@elliemae/ds-system").Theme, {
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.5",
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.5",
58
- "@elliemae/ds-grid": "3.46.5",
59
- "@elliemae/ds-props-helpers": "3.46.5",
60
- "@elliemae/ds-system": "3.46.5",
61
- "@elliemae/ds-tooltip": "3.46.5"
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.5"
65
+ "@elliemae/ds-monorepo-devops": "3.46.7"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "lodash": "^4.17.21",