@elliemae/ds-form-toggle 3.25.0-next.2 → 3.25.0-next.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- import type { DSButtonT } from '@elliemae/ds-button-v2';
3
2
  import type { DSControlledToggleT } from './react-desc-prop-types.js';
4
3
  interface StyledContainerT {
5
4
  size: DSControlledToggleT.ToggleSize;
@@ -38,6 +37,6 @@ export declare const StyledLabel: import("styled-components").StyledComponent<"d
38
37
  export declare const StyledVisibleContent: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Partial<StyledVisibleContentT>>;
39
38
  export declare const StyledCircle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledCircleT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
40
39
  export declare const StyledText: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTextT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
41
- export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<DSButtonT.Props>, import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<DSButtonT.Props>>, never>;
40
+ export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, any, never>;
42
41
  export declare const SetLabelWidth: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, SetLabelWidthT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
43
42
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.25.0-next.2",
3
+ "version": "3.25.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -38,17 +38,17 @@
38
38
  "lodash": "~4.17.21",
39
39
  "styled-components": "~5.3.9",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.25.0-next.2",
42
- "@elliemae/ds-system": "3.25.0-next.2",
43
- "@elliemae/ds-props-helpers": "3.25.0-next.2",
44
- "@elliemae/ds-tooltip": "3.25.0-next.2",
45
- "@elliemae/ds-utilities": "3.25.0-next.2"
41
+ "@elliemae/ds-props-helpers": "3.25.0-next.4",
42
+ "@elliemae/ds-system": "3.25.0-next.4",
43
+ "@elliemae/ds-tooltip": "3.25.0-next.4",
44
+ "@elliemae/ds-utilities": "3.25.0-next.4",
45
+ "@elliemae/ds-button-v2": "3.25.0-next.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
49
  "@elliemae/pui-theme": "~2.7.0",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
51
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.4"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@elliemae/pui-theme": "~2.7.0",