@elliemae/ds-left-navigation 3.51.0-next.2 → 3.51.0-next.4
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/package.json +10 -210
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.51.0-next.
|
|
3
|
+
"version": "3.51.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -14,206 +14,6 @@
|
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
|
15
15
|
"import": "./dist/esm/index.js",
|
|
16
16
|
"require": "./dist/cjs/index.js"
|
|
17
|
-
},
|
|
18
|
-
"./prop-types": {
|
|
19
|
-
"import": "./dist/esm/prop-types.js",
|
|
20
|
-
"require": "./dist/cjs/prop-types.js"
|
|
21
|
-
},
|
|
22
|
-
"./parts/OutOfTheBoxMapItem": {
|
|
23
|
-
"import": "./dist/esm/parts/OutOfTheBoxMapItem.js",
|
|
24
|
-
"require": "./dist/cjs/parts/OutOfTheBoxMapItem.js"
|
|
25
|
-
},
|
|
26
|
-
"./parts/LeftNavLoading": {
|
|
27
|
-
"import": "./dist/esm/parts/LeftNavLoading/index.js",
|
|
28
|
-
"require": "./dist/cjs/parts/LeftNavLoading/index.js"
|
|
29
|
-
},
|
|
30
|
-
"./parts/LeftNavFooterItem/styled": {
|
|
31
|
-
"import": "./dist/esm/parts/LeftNavFooterItem/styled.js",
|
|
32
|
-
"require": "./dist/cjs/parts/LeftNavFooterItem/styled.js"
|
|
33
|
-
},
|
|
34
|
-
"./parts/LeftNavFooterItem": {
|
|
35
|
-
"import": "./dist/esm/parts/LeftNavFooterItem/index.js",
|
|
36
|
-
"require": "./dist/cjs/parts/LeftNavFooterItem/index.js"
|
|
37
|
-
},
|
|
38
|
-
"./parts/LeftNavContentWithScrollbar": {
|
|
39
|
-
"import": "./dist/esm/parts/LeftNavContentWithScrollbar/index.js",
|
|
40
|
-
"require": "./dist/cjs/parts/LeftNavContentWithScrollbar/index.js"
|
|
41
|
-
},
|
|
42
|
-
"./parts/LeftNavContent/styled": {
|
|
43
|
-
"import": "./dist/esm/parts/LeftNavContent/styled.js",
|
|
44
|
-
"require": "./dist/cjs/parts/LeftNavContent/styled.js"
|
|
45
|
-
},
|
|
46
|
-
"./parts/LeftNavContent": {
|
|
47
|
-
"import": "./dist/esm/parts/LeftNavContent/index.js",
|
|
48
|
-
"require": "./dist/cjs/parts/LeftNavContent/index.js"
|
|
49
|
-
},
|
|
50
|
-
"./outOfTheBox/ItemWithDate/styled": {
|
|
51
|
-
"import": "./dist/esm/outOfTheBox/ItemWithDate/styled.js",
|
|
52
|
-
"require": "./dist/cjs/outOfTheBox/ItemWithDate/styled.js"
|
|
53
|
-
},
|
|
54
|
-
"./outOfTheBox/ItemWithDate": {
|
|
55
|
-
"import": "./dist/esm/outOfTheBox/ItemWithDate/index.js",
|
|
56
|
-
"require": "./dist/cjs/outOfTheBox/ItemWithDate/index.js"
|
|
57
|
-
},
|
|
58
|
-
"./outOfTheBox/ItemUncontrolledDrilldown/styled": {
|
|
59
|
-
"import": "./dist/esm/outOfTheBox/ItemUncontrolledDrilldown/styled.js",
|
|
60
|
-
"require": "./dist/cjs/outOfTheBox/ItemUncontrolledDrilldown/styled.js"
|
|
61
|
-
},
|
|
62
|
-
"./outOfTheBox/ItemUncontrolledDrilldown": {
|
|
63
|
-
"import": "./dist/esm/outOfTheBox/ItemUncontrolledDrilldown/index.js",
|
|
64
|
-
"require": "./dist/cjs/outOfTheBox/ItemUncontrolledDrilldown/index.js"
|
|
65
|
-
},
|
|
66
|
-
"./outOfTheBox/ItemTextLabel/styled": {
|
|
67
|
-
"import": "./dist/esm/outOfTheBox/ItemTextLabel/styled.js",
|
|
68
|
-
"require": "./dist/cjs/outOfTheBox/ItemTextLabel/styled.js"
|
|
69
|
-
},
|
|
70
|
-
"./outOfTheBox/ItemTextLabel": {
|
|
71
|
-
"import": "./dist/esm/outOfTheBox/ItemTextLabel/index.js",
|
|
72
|
-
"require": "./dist/cjs/outOfTheBox/ItemTextLabel/index.js"
|
|
73
|
-
},
|
|
74
|
-
"./outOfTheBox/ItemSubmenu/styled": {
|
|
75
|
-
"import": "./dist/esm/outOfTheBox/ItemSubmenu/styled.js",
|
|
76
|
-
"require": "./dist/cjs/outOfTheBox/ItemSubmenu/styled.js"
|
|
77
|
-
},
|
|
78
|
-
"./outOfTheBox/ItemSubmenu": {
|
|
79
|
-
"import": "./dist/esm/outOfTheBox/ItemSubmenu/index.js",
|
|
80
|
-
"require": "./dist/cjs/outOfTheBox/ItemSubmenu/index.js"
|
|
81
|
-
},
|
|
82
|
-
"./outOfTheBox/ItemSeparator": {
|
|
83
|
-
"import": "./dist/esm/outOfTheBox/ItemSeparator/index.js",
|
|
84
|
-
"require": "./dist/cjs/outOfTheBox/ItemSeparator/index.js"
|
|
85
|
-
},
|
|
86
|
-
"./outOfTheBox/ItemSection/styled": {
|
|
87
|
-
"import": "./dist/esm/outOfTheBox/ItemSection/styled.js",
|
|
88
|
-
"require": "./dist/cjs/outOfTheBox/ItemSection/styled.js"
|
|
89
|
-
},
|
|
90
|
-
"./outOfTheBox/ItemSection": {
|
|
91
|
-
"import": "./dist/esm/outOfTheBox/ItemSection/index.js",
|
|
92
|
-
"require": "./dist/cjs/outOfTheBox/ItemSection/index.js"
|
|
93
|
-
},
|
|
94
|
-
"./outOfTheBox/ItemLink/styled": {
|
|
95
|
-
"import": "./dist/esm/outOfTheBox/ItemLink/styled.js",
|
|
96
|
-
"require": "./dist/cjs/outOfTheBox/ItemLink/styled.js"
|
|
97
|
-
},
|
|
98
|
-
"./outOfTheBox/ItemLink": {
|
|
99
|
-
"import": "./dist/esm/outOfTheBox/ItemLink/index.js",
|
|
100
|
-
"require": "./dist/cjs/outOfTheBox/ItemLink/index.js"
|
|
101
|
-
},
|
|
102
|
-
"./outOfTheBox/ItemHeader/styled": {
|
|
103
|
-
"import": "./dist/esm/outOfTheBox/ItemHeader/styled.js",
|
|
104
|
-
"require": "./dist/cjs/outOfTheBox/ItemHeader/styled.js"
|
|
105
|
-
},
|
|
106
|
-
"./outOfTheBox/ItemHeader": {
|
|
107
|
-
"import": "./dist/esm/outOfTheBox/ItemHeader/index.js",
|
|
108
|
-
"require": "./dist/cjs/outOfTheBox/ItemHeader/index.js"
|
|
109
|
-
},
|
|
110
|
-
"./outOfTheBox/ItemControlledDrilldown/styled": {
|
|
111
|
-
"import": "./dist/esm/outOfTheBox/ItemControlledDrilldown/styled.js",
|
|
112
|
-
"require": "./dist/cjs/outOfTheBox/ItemControlledDrilldown/styled.js"
|
|
113
|
-
},
|
|
114
|
-
"./outOfTheBox/ItemControlledDrilldown": {
|
|
115
|
-
"import": "./dist/esm/outOfTheBox/ItemControlledDrilldown/index.js",
|
|
116
|
-
"require": "./dist/cjs/outOfTheBox/ItemControlledDrilldown/index.js"
|
|
117
|
-
},
|
|
118
|
-
"./outOfTheBox": {
|
|
119
|
-
"import": "./dist/esm/outOfTheBox/index.js",
|
|
120
|
-
"require": "./dist/cjs/outOfTheBox/index.js"
|
|
121
|
-
},
|
|
122
|
-
"./LeftNavigationContext": {
|
|
123
|
-
"import": "./dist/esm/LeftNavigationContext.js",
|
|
124
|
-
"require": "./dist/cjs/LeftNavigationContext.js"
|
|
125
|
-
},
|
|
126
|
-
"./LeftNavigation": {
|
|
127
|
-
"import": "./dist/esm/LeftNavigation.js",
|
|
128
|
-
"require": "./dist/cjs/LeftNavigation.js"
|
|
129
|
-
},
|
|
130
|
-
"./hooks/useSelectFirstBodyItem": {
|
|
131
|
-
"import": "./dist/esm/hooks/useSelectFirstBodyItem.js",
|
|
132
|
-
"require": "./dist/cjs/hooks/useSelectFirstBodyItem.js"
|
|
133
|
-
},
|
|
134
|
-
"./hooks/useOpenableOnClickHandler": {
|
|
135
|
-
"import": "./dist/esm/hooks/useOpenableOnClickHandler.js",
|
|
136
|
-
"require": "./dist/cjs/hooks/useOpenableOnClickHandler.js"
|
|
137
|
-
},
|
|
138
|
-
"./hooks/useKeyboardNavigation": {
|
|
139
|
-
"import": "./dist/esm/hooks/useKeyboardNavigation.js",
|
|
140
|
-
"require": "./dist/cjs/hooks/useKeyboardNavigation.js"
|
|
141
|
-
},
|
|
142
|
-
"./hooks/useExpandableOnClickHandler": {
|
|
143
|
-
"import": "./dist/esm/hooks/useExpandableOnClickHandler.js",
|
|
144
|
-
"require": "./dist/cjs/hooks/useExpandableOnClickHandler.js"
|
|
145
|
-
},
|
|
146
|
-
"./hooks": {
|
|
147
|
-
"import": "./dist/esm/hooks/index.js",
|
|
148
|
-
"require": "./dist/cjs/hooks/index.js"
|
|
149
|
-
},
|
|
150
|
-
"./exported-related/OpenWindowItem": {
|
|
151
|
-
"import": "./dist/esm/exported-related/OpenWindowItem/index.js",
|
|
152
|
-
"require": "./dist/cjs/exported-related/OpenWindowItem/index.js"
|
|
153
|
-
},
|
|
154
|
-
"./exported-related/Notifications": {
|
|
155
|
-
"import": "./dist/esm/exported-related/Notifications/index.js",
|
|
156
|
-
"require": "./dist/cjs/exported-related/Notifications/index.js"
|
|
157
|
-
},
|
|
158
|
-
"./exported-related/ItemRenderer/usePropsWithDefaults": {
|
|
159
|
-
"import": "./dist/esm/exported-related/ItemRenderer/usePropsWithDefaults.js",
|
|
160
|
-
"require": "./dist/cjs/exported-related/ItemRenderer/usePropsWithDefaults.js"
|
|
161
|
-
},
|
|
162
|
-
"./exported-related/ItemRenderer/styled": {
|
|
163
|
-
"import": "./dist/esm/exported-related/ItemRenderer/styled.js",
|
|
164
|
-
"require": "./dist/cjs/exported-related/ItemRenderer/styled.js"
|
|
165
|
-
},
|
|
166
|
-
"./exported-related/ItemRenderer": {
|
|
167
|
-
"import": "./dist/esm/exported-related/ItemRenderer/index.js",
|
|
168
|
-
"require": "./dist/cjs/exported-related/ItemRenderer/index.js"
|
|
169
|
-
},
|
|
170
|
-
"./exported-related": {
|
|
171
|
-
"import": "./dist/esm/exported-related/index.js",
|
|
172
|
-
"require": "./dist/cjs/exported-related/index.js"
|
|
173
|
-
},
|
|
174
|
-
"./exported-related/Icon": {
|
|
175
|
-
"import": "./dist/esm/exported-related/Icon/index.js",
|
|
176
|
-
"require": "./dist/cjs/exported-related/Icon/index.js"
|
|
177
|
-
},
|
|
178
|
-
"./exported-related/constants": {
|
|
179
|
-
"import": "./dist/esm/exported-related/constants.js",
|
|
180
|
-
"require": "./dist/cjs/exported-related/constants.js"
|
|
181
|
-
},
|
|
182
|
-
"./exported-related/ChevronItem": {
|
|
183
|
-
"import": "./dist/esm/exported-related/ChevronItem/index.js",
|
|
184
|
-
"require": "./dist/cjs/exported-related/ChevronItem/index.js"
|
|
185
|
-
},
|
|
186
|
-
"./configs/useLeftNavSmoothExpand": {
|
|
187
|
-
"import": "./dist/esm/configs/useLeftNavSmoothExpand.js",
|
|
188
|
-
"require": "./dist/cjs/configs/useLeftNavSmoothExpand.js"
|
|
189
|
-
},
|
|
190
|
-
"./configs/useLeftNavItems": {
|
|
191
|
-
"import": "./dist/esm/configs/useLeftNavItems.js",
|
|
192
|
-
"require": "./dist/cjs/configs/useLeftNavItems.js"
|
|
193
|
-
},
|
|
194
|
-
"./configs/useLeftNavConfig": {
|
|
195
|
-
"import": "./dist/esm/configs/useLeftNavConfig.js",
|
|
196
|
-
"require": "./dist/cjs/configs/useLeftNavConfig.js"
|
|
197
|
-
},
|
|
198
|
-
"./configs": {
|
|
199
|
-
"import": "./dist/esm/configs/index.js",
|
|
200
|
-
"require": "./dist/cjs/configs/index.js"
|
|
201
|
-
},
|
|
202
|
-
"./common": {
|
|
203
|
-
"import": "./dist/esm/common/index.js",
|
|
204
|
-
"require": "./dist/cjs/common/index.js"
|
|
205
|
-
},
|
|
206
|
-
"./common/getScrollbarStyle": {
|
|
207
|
-
"import": "./dist/esm/common/getScrollbarStyle.js",
|
|
208
|
-
"require": "./dist/cjs/common/getScrollbarStyle.js"
|
|
209
|
-
},
|
|
210
|
-
"./common/getLeftBorderStyle": {
|
|
211
|
-
"import": "./dist/esm/common/getLeftBorderStyle.js",
|
|
212
|
-
"require": "./dist/cjs/common/getLeftBorderStyle.js"
|
|
213
|
-
},
|
|
214
|
-
"./common/getItemBackgroundStyle": {
|
|
215
|
-
"import": "./dist/esm/common/getItemBackgroundStyle.js",
|
|
216
|
-
"require": "./dist/cjs/common/getItemBackgroundStyle.js"
|
|
217
17
|
}
|
|
218
18
|
},
|
|
219
19
|
"repository": {
|
|
@@ -236,20 +36,20 @@
|
|
|
236
36
|
"typeSafety": false
|
|
237
37
|
},
|
|
238
38
|
"dependencies": {
|
|
239
|
-
"@elliemae/ds-
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-
|
|
244
|
-
"@elliemae/ds-
|
|
245
|
-
"@elliemae/ds-
|
|
246
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-button-v2": "3.51.0-next.4",
|
|
40
|
+
"@elliemae/ds-circular-progress-indicator": "3.51.0-next.4",
|
|
41
|
+
"@elliemae/ds-grid": "3.51.0-next.4",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.4",
|
|
43
|
+
"@elliemae/ds-icons": "3.51.0-next.4",
|
|
44
|
+
"@elliemae/ds-skeleton": "3.51.0-next.4",
|
|
45
|
+
"@elliemae/ds-system": "3.51.0-next.4",
|
|
46
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.4"
|
|
247
47
|
},
|
|
248
48
|
"devDependencies": {
|
|
249
49
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
250
50
|
"jest": "~29.7.0",
|
|
251
51
|
"styled-components": "~5.3.9",
|
|
252
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.4"
|
|
253
53
|
},
|
|
254
54
|
"peerDependencies": {
|
|
255
55
|
"lodash": "^4.17.21",
|