@elliemae/ds-form-checkbox 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.
|
@@ -66,10 +66,6 @@ export declare const propTypes: {
|
|
|
66
66
|
withRelatedBlockLabel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
67
67
|
device: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
68
68
|
innerRef: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
69
|
-
dsCheckboxRoot: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
70
|
-
dsCheckboxInput: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
71
|
-
dsCheckboxInputWrapper: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
72
|
-
dsCheckboxLabel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
73
69
|
margin: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
74
70
|
m: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
75
71
|
marginTop: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
package/dist/types/styles.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
8
|
-
device?: "mobile" | "desktop" | undefined;
|
|
9
|
-
wrapLabel?: boolean | undefined;
|
|
10
|
-
hasLabel: boolean;
|
|
11
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledCheckBox: any;
|
|
2
|
+
export declare const StyledInput: any;
|
|
3
|
+
export declare const StyledInputMixed: any;
|
|
4
|
+
export declare const StyledLabel: any;
|
|
5
|
+
export declare const StyledWrapLabel: any;
|
|
6
|
+
export declare const StyledContainer: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-checkbox",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Checkbox",
|
|
6
6
|
"files": [
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"uid": "~2.0.1",
|
|
40
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
41
|
-
"@elliemae/ds-system": "3.46.
|
|
42
|
-
"@elliemae/ds-truncated-tooltip-text": "3.46.
|
|
43
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
|
40
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
41
|
+
"@elliemae/ds-system": "3.46.6",
|
|
42
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.46.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
47
47
|
"@elliemae/pui-theme": "~2.10.0",
|
|
48
48
|
"styled-components": "~5.3.9",
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@elliemae/pui-theme": "~2.10.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public",
|
|
60
|
-
"typeSafety":
|
|
60
|
+
"typeSafety": false
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|