@elliemae/ds-mini-toolbar 3.17.0-next.9 → 3.17.0
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.
|
@@ -12,7 +12,7 @@ export const testItems: ({
|
|
|
12
12
|
onClick: jest.Mock<null, [], any>;
|
|
13
13
|
};
|
|
14
14
|
sharedProps: {
|
|
15
|
-
Icon: (rest:
|
|
15
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
color: string[];
|
|
17
17
|
onClick?: undefined;
|
|
18
18
|
};
|
|
@@ -30,7 +30,7 @@ export const testItems: ({
|
|
|
30
30
|
onClick?: undefined;
|
|
31
31
|
};
|
|
32
32
|
sharedProps: {
|
|
33
|
-
Icon: (rest:
|
|
33
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
34
34
|
onClick: jest.Mock<null, [], any>;
|
|
35
35
|
color: string[];
|
|
36
36
|
};
|
|
@@ -48,7 +48,7 @@ export const testItems: ({
|
|
|
48
48
|
onClick: jest.Mock<null, [], any>;
|
|
49
49
|
};
|
|
50
50
|
sharedProps: {
|
|
51
|
-
Icon: (rest:
|
|
51
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
52
52
|
color: string[];
|
|
53
53
|
onClick: jest.Mock<null, [], any>;
|
|
54
54
|
};
|
|
@@ -72,7 +72,7 @@ export const testItems: ({
|
|
|
72
72
|
onClick?: undefined;
|
|
73
73
|
};
|
|
74
74
|
sharedProps: {
|
|
75
|
-
Icon: (rest:
|
|
75
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
76
76
|
color: string[];
|
|
77
77
|
onClick?: undefined;
|
|
78
78
|
};
|
|
@@ -91,7 +91,7 @@ export function addContextualRegionToItems(isOpen: any): ({
|
|
|
91
91
|
onClick: jest.Mock<null, [], any>;
|
|
92
92
|
};
|
|
93
93
|
sharedProps: {
|
|
94
|
-
Icon: (rest:
|
|
94
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
95
95
|
color: string[];
|
|
96
96
|
onClick?: undefined;
|
|
97
97
|
};
|
|
@@ -109,7 +109,7 @@ export function addContextualRegionToItems(isOpen: any): ({
|
|
|
109
109
|
onClick?: undefined;
|
|
110
110
|
};
|
|
111
111
|
sharedProps: {
|
|
112
|
-
Icon: (rest:
|
|
112
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
113
113
|
onClick: jest.Mock<null, [], any>;
|
|
114
114
|
color: string[];
|
|
115
115
|
};
|
|
@@ -127,7 +127,7 @@ export function addContextualRegionToItems(isOpen: any): ({
|
|
|
127
127
|
onClick: jest.Mock<null, [], any>;
|
|
128
128
|
};
|
|
129
129
|
sharedProps: {
|
|
130
|
-
Icon: (rest:
|
|
130
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
131
131
|
color: string[];
|
|
132
132
|
onClick: jest.Mock<null, [], any>;
|
|
133
133
|
};
|
|
@@ -151,7 +151,7 @@ export function addContextualRegionToItems(isOpen: any): ({
|
|
|
151
151
|
onClick?: undefined;
|
|
152
152
|
};
|
|
153
153
|
sharedProps: {
|
|
154
|
-
Icon: (rest:
|
|
154
|
+
Icon: (rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element;
|
|
155
155
|
color: string[];
|
|
156
156
|
onClick?: undefined;
|
|
157
157
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mini-toolbar",
|
|
3
|
-
"version": "3.17.0
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - MiniToolbar",
|
|
6
6
|
"files": [
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"uid": "~2.0.1",
|
|
79
|
-
"@elliemae/ds-
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
79
|
+
"@elliemae/ds-button": "3.17.0",
|
|
80
|
+
"@elliemae/ds-form": "3.17.0",
|
|
81
|
+
"@elliemae/ds-dropdownmenu": "3.17.0",
|
|
82
|
+
"@elliemae/ds-icons": "3.17.0",
|
|
83
|
+
"@elliemae/ds-props-helpers": "3.17.0",
|
|
84
|
+
"@elliemae/ds-system": "3.17.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@testing-library/react": "~12.1.3",
|