@elliemae/ds-dropdownmenu-v2 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.
@@ -2,6 +2,6 @@
2
2
  export declare const useReferenceConfig: () => {
3
3
  triggerReferenceElement: HTMLDivElement | null;
4
4
  setTriggerReferenceElement: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null>>;
5
- listboxReference: import("react").RefObject<HTMLDivElement>;
6
- inputReference: import("react").RefObject<HTMLInputElement>;
5
+ listboxReference: import("react").RefObject<HTMLDivElement | null>;
6
+ inputReference: import("react").RefObject<HTMLInputElement | null>;
7
7
  };
@@ -1,20 +1,7 @@
1
- /// <reference types="react" />
2
- import type { LayoutProps, SpaceProps, SizingProps, PositionProps } from '@elliemae/ds-system';
3
- export declare const StyledTriggerWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, LayoutProps<import("@xstyled/system").Theme> & SpaceProps & SizingProps<import("@xstyled/system").Theme> & PositionProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
- export declare const StyledListBoxWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
5
- minWidth: SizingProps['minWidth'];
6
- maxHeight: SizingProps['maxHeight'];
7
- hasHeader: boolean;
8
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
9
- export declare const StyledOptionListWrapper: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"ul">, never>;
10
- export declare const StyledLoadingWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
11
- minWidth: number;
12
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
13
- export declare const StyledEmptyStateWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
14
- minWidth: SizingProps['minWidth'];
15
- maxHeight: SizingProps['maxHeight'];
16
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
17
- export declare const StyledInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
18
- hasHeader: boolean;
19
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
20
- export declare const StyledHeaderWrapper: 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>;
1
+ export declare const StyledTriggerWrapper: any;
2
+ export declare const StyledListBoxWrapper: any;
3
+ export declare const StyledOptionListWrapper: any;
4
+ export declare const StyledLoadingWrapper: any;
5
+ export declare const StyledEmptyStateWrapper: any;
6
+ export declare const StyledInputWrapper: any;
7
+ export declare const StyledHeaderWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dropdownmenu-v2",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dropdown Menu V2",
6
6
  "files": [
@@ -38,19 +38,19 @@
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.7.3",
40
40
  "react-virtual": "~2.10.4",
41
- "@elliemae/ds-circular-progress-indicator": "3.46.4",
42
- "@elliemae/ds-form-input-text": "3.46.4",
43
- "@elliemae/ds-grid": "3.46.4",
44
- "@elliemae/ds-menu-items": "3.46.4",
45
- "@elliemae/ds-popperjs": "3.46.4",
46
- "@elliemae/ds-props-helpers": "3.46.4",
47
- "@elliemae/ds-menu-button": "3.46.4",
48
- "@elliemae/ds-system": "3.46.4"
41
+ "@elliemae/ds-circular-progress-indicator": "3.46.6",
42
+ "@elliemae/ds-form-input-text": "3.46.6",
43
+ "@elliemae/ds-grid": "3.46.6",
44
+ "@elliemae/ds-menu-button": "3.46.6",
45
+ "@elliemae/ds-menu-items": "3.46.6",
46
+ "@elliemae/ds-popperjs": "3.46.6",
47
+ "@elliemae/ds-props-helpers": "3.46.6",
48
+ "@elliemae/ds-system": "3.46.6"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@elliemae/pui-cli": "9.0.0-next.50",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.46.4"
53
+ "@elliemae/ds-monorepo-devops": "3.46.6"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@xstyled/styled-components": "~3.6.0",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public",
63
- "typeSafety": true
63
+ "typeSafety": false
64
64
  },
65
65
  "scripts": {
66
66
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",