@elliemae/ds-form-layout-blocks 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.
@@ -1,30 +1,7 @@
1
- interface DSFormLayoutBlockItemStyledMessageT {
2
- hasError?: boolean;
3
- leftLabel?: boolean;
4
- hideLabel?: boolean;
5
- }
6
- interface DSFormLayoutBlockItemStyledContainerT {
7
- leftLabel?: boolean;
8
- fitContent?: boolean;
9
- hideLabel?: boolean;
10
- withHighlight?: boolean;
11
- isGroup?: boolean;
12
- }
13
- interface DSFormLayoutBlockItemStyledLabelT {
14
- leftLabel?: boolean;
15
- hideLabel?: boolean;
16
- }
17
- interface DSFormLayoutBlockItemStyledMarkT {
18
- required?: boolean;
19
- }
20
- interface DSFormLayoutBlockItemStyledCharCounterT {
21
- hasError?: boolean;
22
- }
23
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
24
- export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledLabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"label">, never>;
25
- export declare const StyledMessage: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMessageT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
26
- export declare const StyledErrorMessage: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMessageT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
27
- export declare const StyledMark: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMarkT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
28
- export declare const ScreenReaderOnly: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
29
- export declare const StyledCharCount: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledCharCounterT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
30
- export {};
1
+ export declare const StyledContainer: any;
2
+ export declare const StyledLabel: any;
3
+ export declare const StyledMessage: any;
4
+ export declare const StyledErrorMessage: any;
5
+ export declare const StyledMark: any;
6
+ export declare const ScreenReaderOnly: any;
7
+ export declare const StyledCharCount: any;
@@ -1,6 +1 @@
1
- type DirectionsT = 'horizontal' | 'vertical';
2
- interface DSControlledCheckboxGroupStyledContainerT {
3
- direction: DirectionsT;
4
- }
5
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSControlledCheckboxGroupStyledContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
6
- export {};
1
+ export declare const StyledContainer: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -77,19 +77,19 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "uid": "~2.0.1",
80
- "@elliemae/ds-grid": "3.46.5",
81
- "@elliemae/ds-icons": "3.46.5",
82
- "@elliemae/ds-system": "3.46.5",
83
- "@elliemae/ds-typescript-helpers": "3.46.5",
84
- "@elliemae/ds-props-helpers": "3.46.5"
80
+ "@elliemae/ds-grid": "3.46.6",
81
+ "@elliemae/ds-icons": "3.46.6",
82
+ "@elliemae/ds-props-helpers": "3.46.6",
83
+ "@elliemae/ds-system": "3.46.6",
84
+ "@elliemae/ds-typescript-helpers": "3.46.6"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@elliemae/pui-cli": "9.0.0-next.50",
88
88
  "styled-components": "~5.3.9",
89
- "@elliemae/ds-form-checkbox": "3.46.5",
90
- "@elliemae/ds-form-input-text": "3.46.5",
91
- "@elliemae/ds-form-radio": "3.46.5",
92
- "@elliemae/ds-monorepo-devops": "3.46.5"
89
+ "@elliemae/ds-form-checkbox": "3.46.6",
90
+ "@elliemae/ds-form-input-text": "3.46.6",
91
+ "@elliemae/ds-form-radio": "3.46.6",
92
+ "@elliemae/ds-monorepo-devops": "3.46.6"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "react": "~17.0.2",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "publishConfig": {
100
100
  "access": "public",
101
- "typeSafety": true
101
+ "typeSafety": false
102
102
  },
103
103
  "scripts": {
104
104
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",