@elliemae/ds-form-native-select 3.46.4 → 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,9 +1,3 @@
1
- /// <reference types="react" />
2
- interface StyledControlsWrapperT {
3
- hasError: boolean;
4
- disabled: boolean;
5
- }
6
- 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
7
- export declare const StyledDropDownButton: 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 & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
8
- export declare const StyledSelect: import("styled-components").StyledComponent<"select", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"select">, never>;
9
- export {};
1
+ export declare const StyledControlsWrapper: any;
2
+ export declare const StyledDropDownButton: any;
3
+ export declare const StyledSelect: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-native-select",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Native Select",
6
6
  "files": [
@@ -36,18 +36,18 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-form-combobox": "3.46.4",
40
- "@elliemae/ds-grid": "3.46.4",
41
- "@elliemae/ds-props-helpers": "3.46.4",
42
- "@elliemae/ds-icons": "3.46.4",
43
- "@elliemae/ds-system": "3.46.4"
39
+ "@elliemae/ds-form-combobox": "3.46.6",
40
+ "@elliemae/ds-grid": "3.46.6",
41
+ "@elliemae/ds-icons": "3.46.6",
42
+ "@elliemae/ds-props-helpers": "3.46.6",
43
+ "@elliemae/ds-system": "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
49
  "styled-system": "~5.1.5",
50
- "@elliemae/ds-monorepo-devops": "3.46.4"
50
+ "@elliemae/ds-monorepo-devops": "3.46.6"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@elliemae/pui-theme": "~2.10.0",