@elliemae/ds-form-toggle 3.27.0-next.1 → 3.27.0-next.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/styles.d.ts +2 -1
- package/package.json +7 -7
package/dist/types/styles.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
+
import type { DSButtonT } from '@elliemae/ds-button-v2';
|
2
3
|
import type { DSControlledToggleT } from './react-desc-prop-types.js';
|
3
4
|
interface StyledContainerT {
|
4
5
|
size: DSControlledToggleT.ToggleSize;
|
@@ -37,6 +38,6 @@ export declare const StyledLabel: import("styled-components").StyledComponent<"d
|
|
37
38
|
export declare const StyledVisibleContent: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Partial<StyledVisibleContentT>>;
|
38
39
|
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>;
|
39
40
|
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>;
|
40
|
-
export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme,
|
41
|
+
export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
41
42
|
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>;
|
42
43
|
export {};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-toggle",
|
3
|
-
"version": "3.27.0-next.
|
3
|
+
"version": "3.27.0-next.3",
|
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-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-tooltip": "3.27.0-next.
|
45
|
-
"@elliemae/ds-utilities": "3.27.0-next.
|
41
|
+
"@elliemae/ds-button-v2": "3.27.0-next.3",
|
42
|
+
"@elliemae/ds-system": "3.27.0-next.3",
|
43
|
+
"@elliemae/ds-props-helpers": "3.27.0-next.3",
|
44
|
+
"@elliemae/ds-tooltip": "3.27.0-next.3",
|
45
|
+
"@elliemae/ds-utilities": "3.27.0-next.3"
|
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.27.0-next.
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.27.0-next.3"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"@elliemae/pui-theme": "~2.7.0",
|