@elliemae/ds-form-layout-autocomplete 3.18.0-next.1 → 3.18.0-next.2

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.
@@ -6,7 +6,7 @@ interface StyledInputWrapperProps {
6
6
  isReadOnly: boolean;
7
7
  hasFocus: boolean;
8
8
  }
9
- export declare const StyledInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledInputWrapperProps, never>;
10
- export declare const StyledInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object, never>;
11
- export declare const StyledClearButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object, never>;
9
+ export declare const StyledInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledInputWrapperProps & import("@elliemae/ds-system").OwnerInterface, never>;
10
+ export declare const StyledInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
11
+ export declare const StyledClearButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
12
12
  export {};
@@ -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: DSAutocompleteT.OptionTypes | undefined) => el is DSAutocompleteT.ItemSeparatorOptions;
4
- export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
+ export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
5
  export declare const A11yFocusedOption: React.ComponentType;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const StyledContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
- export declare const StyledPopperWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
1
+ export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const StyledPopperWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
- export declare const StyledListWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
1
+ export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
3
2
  minWidth?: string | number | undefined;
4
- }, never>;
5
- export declare const StyledList: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
6
- export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & {
3
+ } & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const StyledList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
7
6
  maxHeight: number;
8
- }, never>;
7
+ } & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-autocomplete",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout - Autocomplete",
6
6
  "files": [
@@ -38,11 +38,11 @@
38
38
  "react-virtual": "~2.10.4",
39
39
  "styled-components": "~5.3.9",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-grid": "3.18.0-next.1",
42
- "@elliemae/ds-menu-items": "3.18.0-next.1",
43
- "@elliemae/ds-system": "3.18.0-next.1",
44
- "@elliemae/ds-popperjs": "3.18.0-next.1",
45
- "@elliemae/ds-props-helpers": "3.18.0-next.1"
41
+ "@elliemae/ds-grid": "3.18.0-next.2",
42
+ "@elliemae/ds-popperjs": "3.18.0-next.2",
43
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
44
+ "@elliemae/ds-system": "3.18.0-next.2",
45
+ "@elliemae/ds-menu-items": "3.18.0-next.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-theme": "~2.7.0",
@@ -53,13 +53,13 @@
53
53
  "jest-axe": "^7.0.1",
54
54
  "styled-components": "~5.3.9",
55
55
  "styled-system": "~5.1.5",
56
- "@elliemae/ds-form-input-text": "3.18.0-next.1"
56
+ "@elliemae/ds-form-input-text": "3.18.0-next.2"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@elliemae/pui-theme": "~2.7.0",
60
60
  "react": "^17.0.2",
61
61
  "react-dom": "^17.0.2",
62
- "styled-components": "~5.3.6",
62
+ "styled-components": "~5.3.9",
63
63
  "styled-system": "^5.1.5"
64
64
  },
65
65
  "publishConfig": {
@@ -75,6 +75,6 @@
75
75
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
76
76
  "dev:build": "pnpm --filter {.}... build",
77
77
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
78
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
78
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
79
79
  }
80
80
  }