@elliemae/ds-form-layout-blocks 3.24.2 → 3.25.0-next.2

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.
@@ -20,11 +20,11 @@ interface DSFormLayoutBlockItemStyledMarkT {
20
20
  interface DSFormLayoutBlockItemStyledCharCounterT {
21
21
  hasError?: boolean;
22
22
  }
23
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledContainerT & import("@elliemae/ds-system").OwnerInterface, never>;
24
- export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledLabelT & import("@elliemae/ds-system").OwnerInterface, never>;
25
- export declare const StyledMessage: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMessageT & import("@elliemae/ds-system").OwnerInterface, never>;
26
- export declare const StyledErrorMessage: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMessageT & import("@elliemae/ds-system").OwnerInterface, never>;
27
- export declare const StyledMark: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledMarkT & import("@elliemae/ds-system").OwnerInterface, never>;
28
- export declare const ScreenReaderOnly: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
29
- export declare const StyledCharCount: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, DSFormLayoutBlockItemStyledCharCounterT & import("@elliemae/ds-system").OwnerInterface, never>;
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
30
  export {};
@@ -2,5 +2,5 @@ type DirectionsT = 'horizontal' | 'vertical';
2
2
  interface DSControlledCheckboxGroupStyledContainerT {
3
3
  direction: DirectionsT;
4
4
  }
5
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSControlledCheckboxGroupStyledContainerT & import("@elliemae/ds-system").OwnerInterface, never>;
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
6
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "3.24.2",
3
+ "version": "3.25.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -76,19 +76,19 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "uid": "~2.0.1",
79
- "@elliemae/ds-grid": "3.24.2",
80
- "@elliemae/ds-icons": "3.24.2",
81
- "@elliemae/ds-props-helpers": "3.24.2",
82
- "@elliemae/ds-system": "3.24.2",
83
- "@elliemae/ds-utilities": "3.24.2"
79
+ "@elliemae/ds-grid": "3.25.0-next.2",
80
+ "@elliemae/ds-props-helpers": "3.25.0-next.2",
81
+ "@elliemae/ds-system": "3.25.0-next.2",
82
+ "@elliemae/ds-icons": "3.25.0-next.2",
83
+ "@elliemae/ds-utilities": "3.25.0-next.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@elliemae/pui-cli": "~9.0.0-next.31",
87
87
  "styled-components": "~5.3.9",
88
- "@elliemae/ds-form-checkbox": "3.24.2",
89
- "@elliemae/ds-form-input-text": "3.24.2",
90
- "@elliemae/ds-form-radio": "3.24.2",
91
- "@elliemae/ds-monorepo-devops": "3.24.2"
88
+ "@elliemae/ds-form-checkbox": "3.25.0-next.2",
89
+ "@elliemae/ds-form-input-text": "3.25.0-next.2",
90
+ "@elliemae/ds-form-radio": "3.25.0-next.2",
91
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "react": "~17.0.2",