@elliemae/ds-form-layout-autocomplete 3.70.0-next.53 → 3.70.0-next.58
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.
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED
|
@@ -8,5 +8,5 @@ interface SectionProps {
|
|
|
8
8
|
handleClick: (option: DSAutocompleteT.ItemOption, e: React.MouseEvent<HTMLInputElement>) => void;
|
|
9
9
|
focusOptionIdx: string;
|
|
10
10
|
}
|
|
11
|
-
export declare const Section: React.MemoExoticComponent<(props: SectionProps) =>
|
|
11
|
+
export declare const Section: React.MemoExoticComponent<(props: SectionProps) => React.JSX.Element>;
|
|
12
12
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const useItemRenderer: () => (React.JSX.Element | null)[] | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-autocomplete",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.58",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout - Autocomplete",
|
|
6
6
|
"files": [
|
|
@@ -38,29 +38,29 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"react-virtual": "~2.10.4",
|
|
40
40
|
"uid": "^2.0.2",
|
|
41
|
-
"@elliemae/ds-floating-context": "3.70.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
48
|
-
"@elliemae/ds-typography": "3.70.0-next.
|
|
41
|
+
"@elliemae/ds-floating-context": "3.70.0-next.58",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.58",
|
|
43
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.58",
|
|
44
|
+
"@elliemae/ds-menu-items": "3.70.0-next.58",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.58",
|
|
46
|
+
"@elliemae/ds-grid": "3.70.0-next.58",
|
|
47
|
+
"@elliemae/ds-system": "3.70.0-next.58",
|
|
48
|
+
"@elliemae/ds-typography": "3.70.0-next.58"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@elliemae/pui-theme": "~2.13.0",
|
|
52
52
|
"jest": "^30.0.0",
|
|
53
|
-
"styled-components": "~5.3.
|
|
53
|
+
"styled-components": "~5.3.11",
|
|
54
54
|
"styled-system": "^5.1.5",
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.58",
|
|
56
|
+
"@elliemae/ds-test-utils": "3.70.0-next.58",
|
|
57
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.58"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@elliemae/pui-theme": "~2.13.0",
|
|
61
61
|
"react": "^18.3.1",
|
|
62
62
|
"react-dom": "^18.3.1",
|
|
63
|
-
"styled-components": "~5.3.
|
|
63
|
+
"styled-components": "~5.3.11",
|
|
64
64
|
"styled-system": "^5.1.5"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
@@ -76,4 +76,4 @@
|
|
|
76
76
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
77
77
|
"checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
78
78
|
}
|
|
79
|
-
}
|
|
79
|
+
}
|