@entur/menu 5.1.8 → 5.1.9
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/styles.css +45 -45
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -230,6 +230,51 @@
|
|
|
230
230
|
}
|
|
231
231
|
/* DO NOT CHANGE!*/
|
|
232
232
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
233
|
+
.eds-overflow-menu__menu-list {
|
|
234
|
+
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
235
|
+
overflow: hidden;
|
|
236
|
+
border-radius: 0.25rem;
|
|
237
|
+
border: 0.0625rem solid var(--components-menu-overflowmenu-border);
|
|
238
|
+
z-index: 20;
|
|
239
|
+
}
|
|
240
|
+
.eds-overflow-menu__menu-list.eds-contrast {
|
|
241
|
+
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
242
|
+
}
|
|
243
|
+
.eds-overflow-menu__item {
|
|
244
|
+
display: block;
|
|
245
|
+
width: 100%;
|
|
246
|
+
-webkit-appearance: none;
|
|
247
|
+
-moz-appearance: none;
|
|
248
|
+
appearance: none;
|
|
249
|
+
padding: 0.75rem;
|
|
250
|
+
border: none;
|
|
251
|
+
outline: none;
|
|
252
|
+
font-size: 1rem;
|
|
253
|
+
line-height: 1.375rem;
|
|
254
|
+
text-align: left;
|
|
255
|
+
-webkit-text-decoration: none;
|
|
256
|
+
text-decoration: none;
|
|
257
|
+
color: var(--components-menu-overflowmenu-text);
|
|
258
|
+
background: var(--components-menu-overflowmenu-fill-default);
|
|
259
|
+
cursor: pointer;
|
|
260
|
+
}
|
|
261
|
+
.eds-overflow-menu__item--highlighted {
|
|
262
|
+
background: var(--components-menu-overflowmenu-fill-hover);
|
|
263
|
+
}
|
|
264
|
+
.eds-overflow-menu__item:active {
|
|
265
|
+
background: var(--components-menu-overflowmenu-fill-active);
|
|
266
|
+
color: var(--components-menu-overflowmenu-text-active);
|
|
267
|
+
}
|
|
268
|
+
.eds-overflow-menu__item--disabled {
|
|
269
|
+
background: var(--components-menu-overflowmenu-fill-default);
|
|
270
|
+
color: var(--components-menu-overflowmenu-text-disabled);
|
|
271
|
+
cursor: not-allowed;
|
|
272
|
+
}
|
|
273
|
+
.eds-overflow-menu__item svg {
|
|
274
|
+
margin-right: 0.75rem;
|
|
275
|
+
}
|
|
276
|
+
/* DO NOT CHANGE!*/
|
|
277
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
233
278
|
.eds-breadcrumb {
|
|
234
279
|
list-style: none;
|
|
235
280
|
margin: 0;
|
|
@@ -285,51 +330,6 @@
|
|
|
285
330
|
}
|
|
286
331
|
/* DO NOT CHANGE!*/
|
|
287
332
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
288
|
-
.eds-overflow-menu__menu-list {
|
|
289
|
-
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
290
|
-
overflow: hidden;
|
|
291
|
-
border-radius: 0.25rem;
|
|
292
|
-
border: 0.0625rem solid var(--components-menu-overflowmenu-border);
|
|
293
|
-
z-index: 20;
|
|
294
|
-
}
|
|
295
|
-
.eds-overflow-menu__menu-list.eds-contrast {
|
|
296
|
-
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
|
|
297
|
-
}
|
|
298
|
-
.eds-overflow-menu__item {
|
|
299
|
-
display: block;
|
|
300
|
-
width: 100%;
|
|
301
|
-
-webkit-appearance: none;
|
|
302
|
-
-moz-appearance: none;
|
|
303
|
-
appearance: none;
|
|
304
|
-
padding: 0.75rem;
|
|
305
|
-
border: none;
|
|
306
|
-
outline: none;
|
|
307
|
-
font-size: 1rem;
|
|
308
|
-
line-height: 1.375rem;
|
|
309
|
-
text-align: left;
|
|
310
|
-
-webkit-text-decoration: none;
|
|
311
|
-
text-decoration: none;
|
|
312
|
-
color: var(--components-menu-overflowmenu-text);
|
|
313
|
-
background: var(--components-menu-overflowmenu-fill-default);
|
|
314
|
-
cursor: pointer;
|
|
315
|
-
}
|
|
316
|
-
.eds-overflow-menu__item--highlighted {
|
|
317
|
-
background: var(--components-menu-overflowmenu-fill-hover);
|
|
318
|
-
}
|
|
319
|
-
.eds-overflow-menu__item:active {
|
|
320
|
-
background: var(--components-menu-overflowmenu-fill-active);
|
|
321
|
-
color: var(--components-menu-overflowmenu-text-active);
|
|
322
|
-
}
|
|
323
|
-
.eds-overflow-menu__item--disabled {
|
|
324
|
-
background: var(--components-menu-overflowmenu-fill-default);
|
|
325
|
-
color: var(--components-menu-overflowmenu-text-disabled);
|
|
326
|
-
cursor: not-allowed;
|
|
327
|
-
}
|
|
328
|
-
.eds-overflow-menu__item svg {
|
|
329
|
-
margin-right: 0.75rem;
|
|
330
|
-
}
|
|
331
|
-
/* DO NOT CHANGE!*/
|
|
332
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
333
333
|
.eds-pagination {
|
|
334
334
|
align-items: center;
|
|
335
335
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/menu",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/menu.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.3.
|
|
32
|
-
"@entur/expand": "^3.6.
|
|
33
|
-
"@entur/icons": "^7.
|
|
34
|
-
"@entur/layout": "^3.1.
|
|
35
|
-
"@entur/tokens": "^3.19.
|
|
36
|
-
"@entur/tooltip": "^5.2.
|
|
37
|
-
"@entur/typography": "^1.9.
|
|
30
|
+
"@entur/a11y": "^0.2.99",
|
|
31
|
+
"@entur/button": "^3.3.9",
|
|
32
|
+
"@entur/expand": "^3.6.9",
|
|
33
|
+
"@entur/icons": "^7.12.0",
|
|
34
|
+
"@entur/layout": "^3.1.5",
|
|
35
|
+
"@entur/tokens": "^3.19.1",
|
|
36
|
+
"@entur/tooltip": "^5.2.9",
|
|
37
|
+
"@entur/typography": "^1.9.9",
|
|
38
38
|
"@entur/utils": "^0.12.3",
|
|
39
39
|
"@floating-ui/react": "^0.26.23",
|
|
40
40
|
"classnames": "^2.3.1"
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"dts-cli": "2.0.5"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "db5f805386b0e22e938d3d0fbc6d283088502658"
|
|
46
46
|
}
|