@elliemae/ds-form-layout-autocomplete 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,5 +1,5 @@
1
1
  import React from 'react';
2
2
  export declare const useRefs: () => {
3
- inputRef: React.RefObject<HTMLInputElement>;
4
- listRef: React.RefObject<HTMLDivElement>;
3
+ inputRef: React.RefObject<HTMLInputElement | null>;
4
+ listRef: React.RefObject<HTMLDivElement | null>;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import type { DSAutocompleteT } from '../react-desc-prop-types.js';
3
3
  export declare const isSeparator: (el: unknown) => el is DSAutocompleteT.ItemSeparatorOptions;
4
- export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
4
+ export declare const StyledA11ySelectedValues: any;
5
5
  export declare const A11yFocusedOption: React.ComponentType;
@@ -1,3 +1,3 @@
1
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
2
- export declare const StyledPopperWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
- export declare const StyledHiddenDiv: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const StyledContainer: any;
2
+ export declare const StyledPopperWrapper: any;
3
+ export declare const StyledHiddenDiv: any;
@@ -1,7 +1,3 @@
1
- export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
2
- minWidth?: string | number | undefined;
3
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
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
- export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
6
- maxHeight?: number | undefined;
7
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
1
+ export declare const StyledListWrapper: any;
2
+ export declare const StyledList: any;
3
+ export declare const StyledVirtualListWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-autocomplete",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout - Autocomplete",
6
6
  "files": [
@@ -39,20 +39,20 @@
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.46.4",
43
- "@elliemae/ds-grid": "3.46.4",
44
- "@elliemae/ds-props-helpers": "3.46.4",
45
- "@elliemae/ds-menu-items": "3.46.4",
46
- "@elliemae/ds-system": "3.46.4",
47
- "@elliemae/ds-popperjs": "3.46.4"
42
+ "@elliemae/ds-form-input-text": "3.46.6",
43
+ "@elliemae/ds-grid": "3.46.6",
44
+ "@elliemae/ds-system": "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
48
  },
49
49
  "devDependencies": {
50
50
  "@elliemae/pui-cli": "9.0.0-next.50",
51
51
  "@elliemae/pui-theme": "~2.10.0",
52
52
  "styled-components": "~5.3.9",
53
53
  "styled-system": "~5.1.5",
54
- "@elliemae/ds-form-input-text": "3.46.4",
55
- "@elliemae/ds-monorepo-devops": "3.46.4"
54
+ "@elliemae/ds-form-input-text": "3.46.6",
55
+ "@elliemae/ds-monorepo-devops": "3.46.6"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@elliemae/pui-theme": "~2.10.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public",
66
- "typeSafety": true
66
+ "typeSafety": false
67
67
  },
68
68
  "scripts": {
69
69
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",