@elliemae/ds-menu-tree-item 3.46.4 → 3.46.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
|
|
1
1
|
import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
2
2
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
3
3
|
import type { DSMenuTreeItemName, MENU_TREE_ITEM_SLOTS } from './constants/index.js';
|
4
|
-
import type { WeakValidationMap } from 'react';
|
5
4
|
export declare namespace DSMenuTreeItemT {
|
6
5
|
interface ItemT {
|
7
6
|
dsId: string;
|
package/dist/types/styled.d.ts
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
export declare const
|
3
|
-
export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV3T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV3T.Props>>, never>;
|
1
|
+
export declare const MenuItemWrapper: any;
|
2
|
+
export declare const StyledButton: any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-menu-tree-item",
|
3
|
-
"version": "3.46.
|
3
|
+
"version": "3.46.6",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Menu Tree Item",
|
6
6
|
"files": [
|
@@ -37,21 +37,21 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"@xstyled/styled-components": "~3.6.0",
|
40
|
-
"@elliemae/ds-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-props-helpers": "3.46.
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-
|
46
|
-
"@elliemae/ds-
|
47
|
-
"@elliemae/ds-
|
48
|
-
"@elliemae/ds-
|
49
|
-
"@elliemae/ds-
|
40
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
41
|
+
"@elliemae/ds-form-radio": "3.46.6",
|
42
|
+
"@elliemae/ds-icons": "3.46.6",
|
43
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
44
|
+
"@elliemae/ds-separator": "3.46.6",
|
45
|
+
"@elliemae/ds-system": "3.46.6",
|
46
|
+
"@elliemae/ds-typescript-helpers": "3.46.6",
|
47
|
+
"@elliemae/ds-typography": "3.46.6",
|
48
|
+
"@elliemae/ds-grid": "3.46.6",
|
49
|
+
"@elliemae/ds-form-checkbox": "3.46.6"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
53
53
|
"styled-components": "~5.3.9",
|
54
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
54
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
57
|
"@testing-library/jest-dom": "~5.16.4",
|