@elliemae/ds-circular-progress-indicator 3.25.0-next.1 → 3.25.0-next.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
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, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
- export declare const StyledSvg: import("styled-components").StyledComponent<"svg", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
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, 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>;
3
+ 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>;
4
4
  export declare const StyledPath: import("styled-components").StyledComponent<"path", import("@elliemae/ds-system").Theme, {
5
5
  r: number;
6
- } & import("@elliemae/ds-system").OwnerInterface, never>;
7
- export declare const StyledRect: import("styled-components").StyledComponent<"rect", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
+ } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"path">, never>;
7
+ 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>;
8
8
  export declare const StyledCircle: import("styled-components").StyledComponent<"circle", import("@elliemae/ds-system").Theme, {
9
9
  r: number;
10
- } & import("@elliemae/ds-system").OwnerInterface, never>;
11
- export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
10
+ } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"circle">, never>;
11
+ 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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-circular-progress-indicator",
3
- "version": "3.25.0-next.1",
3
+ "version": "3.25.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Circular progress indicator",
6
6
  "files": [
@@ -53,16 +53,16 @@
53
53
  "dependencies": {
54
54
  "styled-components": "~5.3.9",
55
55
  "uid": "~2.0.1",
56
- "@elliemae/ds-classnames": "3.25.0-next.1",
57
- "@elliemae/ds-grid": "3.25.0-next.1",
58
- "@elliemae/ds-props-helpers": "3.25.0-next.1",
59
- "@elliemae/ds-system": "3.25.0-next.1",
60
- "@elliemae/ds-utilities": "3.25.0-next.1",
61
- "@elliemae/ds-tooltip": "3.25.0-next.1"
56
+ "@elliemae/ds-grid": "3.25.0-next.3",
57
+ "@elliemae/ds-utilities": "3.25.0-next.3",
58
+ "@elliemae/ds-system": "3.25.0-next.3",
59
+ "@elliemae/ds-props-helpers": "3.25.0-next.3",
60
+ "@elliemae/ds-tooltip": "3.25.0-next.3",
61
+ "@elliemae/ds-classnames": "3.25.0-next.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@elliemae/pui-cli": "~9.0.0-next.31",
65
- "@elliemae/ds-monorepo-devops": "3.25.0-next.1"
65
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.3"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "lodash": "^4.17.21",