@elliemae/ds-form-layout-autocomplete 3.53.0-alpha.1 → 3.53.0-beta.10

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { AutocompleteContextT } from './config/useAutocomplete.js';
3
2
  /** Context for cross component communication */
4
3
  export declare const AutocompleteContext: import("react").Context<AutocompleteContextT>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSAutocompleteT } from '../react-desc-prop-types.js';
3
2
  import { usePopoverLogic } from './usePopoverLogic.js';
4
3
  import { useRefs } from './useRefs.js';
@@ -3,7 +3,7 @@ import type { DSAutocompleteT } from '../react-desc-prop-types.js';
3
3
  import type { useRefs } from './useRefs.js';
4
4
  export declare const useVirtualization: ({ references, options, }: {
5
5
  references: ReturnType<typeof useRefs>;
6
- options: DSAutocompleteT.InternalProps['options'];
6
+ options: DSAutocompleteT.InternalProps["options"];
7
7
  }) => {
8
8
  virtualListHelpers: ReturnType<typeof useVirtual>;
9
9
  scrollOptionIntoView: (dsId: string, opts?: ScrollToIndexOptions) => void;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Container: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const MenuList: () => JSX.Element;
@@ -1,7 +1,7 @@
1
1
  export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
2
- minWidth?: string | number | undefined;
2
+ minWidth?: number | string;
3
3
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
4
  export declare const StyledList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
5
  export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
6
- maxHeight?: number | undefined;
6
+ maxHeight?: number;
7
7
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import type React from 'react';
3
2
  import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
4
3
  import type { DSInputTextT } from '@elliemae/ds-form-input-text';
@@ -1 +1 @@
1
- export declare const useOnElementResize: (targetRef: HTMLElement | null) => Record<'width' | 'height', number>;
1
+ export declare const useOnElementResize: (targetRef: HTMLElement | null) => Record<"width" | "height", number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-autocomplete",
3
- "version": "3.53.0-alpha.1",
3
+ "version": "3.53.0-beta.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout - Autocomplete",
6
6
  "files": [
@@ -39,24 +39,25 @@
39
39
  "react-virtual": "~2.10.4",
40
40
  "styled-components": "~5.3.9",
41
41
  "uid": "~2.0.1",
42
- "@elliemae/ds-form-input-text": "3.53.0-alpha.1",
43
- "@elliemae/ds-grid": "3.53.0-alpha.1",
44
- "@elliemae/ds-menu-items": "3.53.0-alpha.1",
45
- "@elliemae/ds-popperjs": "3.53.0-alpha.1",
46
- "@elliemae/ds-props-helpers": "3.53.0-alpha.1",
47
- "@elliemae/ds-system": "3.53.0-alpha.1"
42
+ "@elliemae/ds-form-input-text": "3.53.0-beta.10",
43
+ "@elliemae/ds-grid": "3.53.0-beta.10",
44
+ "@elliemae/ds-menu-items": "3.53.0-beta.10",
45
+ "@elliemae/ds-popperjs": "3.53.0-beta.10",
46
+ "@elliemae/ds-props-helpers": "3.53.0-beta.10",
47
+ "@elliemae/ds-system": "3.53.0-beta.10"
48
48
  },
49
49
  "devDependencies": {
50
- "@elliemae/pui-cli": "9.0.0-next.63",
51
- "@elliemae/pui-theme": "~2.12.0",
50
+ "@elliemae/pui-cli": "9.0.0-next.65",
51
+ "@elliemae/pui-theme": "~2.13.0",
52
52
  "jest": "~29.7.0",
53
53
  "styled-components": "~5.3.9",
54
54
  "styled-system": "^5.1.5",
55
- "@elliemae/ds-form-input-text": "3.53.0-alpha.1",
56
- "@elliemae/ds-monorepo-devops": "3.53.0-alpha.1"
55
+ "@elliemae/ds-form-input-text": "3.53.0-beta.10",
56
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.10",
57
+ "@elliemae/ds-test-utils": "3.53.0-beta.10"
57
58
  },
58
59
  "peerDependencies": {
59
- "@elliemae/pui-theme": "~2.12.0",
60
+ "@elliemae/pui-theme": "~2.13.0",
60
61
  "react": "^18.3.1",
61
62
  "react-dom": "^18.3.1",
62
63
  "styled-components": "~5.3.9",