@elliemae/ds-dropdownmenu-v2 3.53.0-beta.7 → 3.53.0-beta.8

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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { DSDropdownMenuT } from './react-desc-prop-types.js';
3
2
  export declare const DSDropdownMenuContext: import("react").Context<DSDropdownMenuT.CTX>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const useReferenceConfig: () => {
3
2
  triggerReferenceElement: HTMLDivElement | null;
4
3
  setTriggerReferenceElement: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null>>;
@@ -1,9 +1,9 @@
1
1
  import { type DSMenuButtonT } from '@elliemae/ds-menu-button';
2
2
  import { type DSDropdownV2BridgeT } from './types.js';
3
- export declare const checkIfOptionsCanBeConverted: (options: DSDropdownV2BridgeT.InternalProps['options']) => DSDropdownV2BridgeT.ReportMutableT;
3
+ export declare const checkIfOptionsCanBeConverted: (options: DSDropdownV2BridgeT.InternalProps["options"]) => DSDropdownV2BridgeT.ReportMutableT;
4
4
  type CheckAndConvertOptionsRT = {
5
5
  convertedOptions: DSMenuButtonT.MenuItemInterface[];
6
6
  report: DSDropdownV2BridgeT.ReportMutableT;
7
7
  };
8
- export declare const checkAndConvertOptions: (options: DSDropdownV2BridgeT.InternalProps['options']) => CheckAndConvertOptionsRT;
8
+ export declare const checkAndConvertOptions: (options: DSDropdownV2BridgeT.InternalProps["options"]) => CheckAndConvertOptionsRT;
9
9
  export {};
@@ -3,7 +3,7 @@ import { type DSDropdownV2BridgeT } from './types.js';
3
3
  export declare const mutableUpdateReportPostIteration: (args: {
4
4
  mutableReport: DSDropdownV2BridgeT.ReportMutableT;
5
5
  option?: DSDropdownMenuT.Item;
6
- options?: DSDropdownV2BridgeT.InternalProps['options'];
6
+ options?: DSDropdownV2BridgeT.InternalProps["options"];
7
7
  }) => void;
8
8
  export declare const mutableUpdateReportPerIteration: (iteration: {
9
9
  mutableReport: DSDropdownV2BridgeT.ReportMutableT;
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import type React from 'react';
3
2
  import type { useVirtual } from 'react-virtual';
4
3
  import { type GlobalAttributesT, type XstyledProps, type ValidationMap } from '@elliemae/ds-props-helpers';
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import type { LayoutProps, SpaceProps, SizingProps, PositionProps } from '@elliemae/ds-system';
3
2
  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
3
  export declare const StyledListBoxWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
5
- minWidth: SizingProps['minWidth'];
6
- maxHeight: SizingProps['maxHeight'];
4
+ minWidth: SizingProps["minWidth"];
5
+ maxHeight: SizingProps["maxHeight"];
7
6
  hasHeader: boolean;
8
7
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
9
8
  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>;
@@ -11,8 +10,8 @@ export declare const StyledLoadingWrapper: import("styled-components").StyledCom
11
10
  minWidth: number;
12
11
  } & 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
12
  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'];
13
+ minWidth: SizingProps["minWidth"];
14
+ maxHeight: SizingProps["maxHeight"];
16
15
  } & 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
16
  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
17
  hasHeader: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dropdownmenu-v2",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dropdown Menu V2",
6
6
  "files": [
@@ -38,20 +38,20 @@
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.7.3",
40
40
  "react-virtual": "~2.10.4",
41
- "@elliemae/ds-circular-progress-indicator": "3.53.0-beta.7",
42
- "@elliemae/ds-form-input-text": "3.53.0-beta.7",
43
- "@elliemae/ds-menu-button": "3.53.0-beta.7",
44
- "@elliemae/ds-menu-items": "3.53.0-beta.7",
45
- "@elliemae/ds-grid": "3.53.0-beta.7",
46
- "@elliemae/ds-popperjs": "3.53.0-beta.7",
47
- "@elliemae/ds-system": "3.53.0-beta.7",
48
- "@elliemae/ds-props-helpers": "3.53.0-beta.7"
41
+ "@elliemae/ds-circular-progress-indicator": "3.53.0-beta.8",
42
+ "@elliemae/ds-form-input-text": "3.53.0-beta.8",
43
+ "@elliemae/ds-grid": "3.53.0-beta.8",
44
+ "@elliemae/ds-menu-button": "3.53.0-beta.8",
45
+ "@elliemae/ds-menu-items": "3.53.0-beta.8",
46
+ "@elliemae/ds-popperjs": "3.53.0-beta.8",
47
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
48
+ "@elliemae/ds-system": "3.53.0-beta.8"
49
49
  },
50
50
  "devDependencies": {
51
- "@elliemae/pui-cli": "9.0.0-next.63",
51
+ "@elliemae/pui-cli": "9.0.0-next.65",
52
52
  "jest": "~29.7.0",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
54
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@xstyled/styled-components": "~3.7.3",