@elliemae/ds-form-combobox 3.23.1-rc.1 → 3.24.0-next.1
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.
|
@@ -5,9 +5,9 @@ interface StyledControlsWrapperT {
|
|
|
5
5
|
minWidth?: number;
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const StyledControlsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
8
|
+
export declare const StyledControlsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledControlsWrapperT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
9
9
|
export declare const StyledSelection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
10
|
-
export declare const StyledHeaderActionsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
10
|
+
export declare const StyledHeaderActionsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
11
11
|
export declare const StyleDropdownIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
12
12
|
export declare const StyleHeaderActionsSeparator: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, Partial<StyledControlsWrapperT> & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
13
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-combobox",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Combobox",
|
|
6
6
|
"files": [
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"react-virtual": "~2.10.4",
|
|
39
39
|
"uid": "~2.0.1",
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-popperjs": "3.
|
|
46
|
-
"@elliemae/ds-system": "3.
|
|
47
|
-
"@elliemae/ds-props-helpers": "3.
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button-v2": "3.24.0-next.1",
|
|
41
|
+
"@elliemae/ds-form-checkbox": "3.24.0-next.1",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.24.0-next.1",
|
|
43
|
+
"@elliemae/ds-icons": "3.24.0-next.1",
|
|
44
|
+
"@elliemae/ds-menu-items": "3.24.0-next.1",
|
|
45
|
+
"@elliemae/ds-popperjs": "3.24.0-next.1",
|
|
46
|
+
"@elliemae/ds-system": "3.24.0-next.1",
|
|
47
|
+
"@elliemae/ds-props-helpers": "3.24.0-next.1",
|
|
48
|
+
"@elliemae/ds-pills-v2": "3.24.0-next.1",
|
|
49
|
+
"@elliemae/ds-truncated-tooltip-text": "3.24.0-next.1",
|
|
50
|
+
"@elliemae/ds-utilities": "3.24.0-next.1",
|
|
51
|
+
"@elliemae/ds-grid": "3.24.0-next.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"jest-axe": "^7.0.1",
|
|
61
61
|
"styled-components": "~5.3.9",
|
|
62
62
|
"styled-system": "~5.1.5",
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
63
|
+
"@elliemae/ds-monorepo-devops": "3.24.0-next.1",
|
|
64
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.24.0-next.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@elliemae/pui-theme": "~2.7.0",
|