@entur/layout 2.3.15 → 2.3.17
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 +50 -50
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-base-card {
|
|
4
|
+
display: flex;
|
|
5
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
6
|
+
background-color: var(--components-layout-card-standard-fill-default);
|
|
7
|
+
border: 0.0625rem solid var(--components-layout-card-standard-border-default);
|
|
8
|
+
color: var(--components-layout-card-standard-text);
|
|
9
|
+
border-radius: 0.25rem;
|
|
10
|
+
align-items: center;
|
|
11
|
+
-webkit-appearance: none;
|
|
12
|
+
-moz-appearance: none;
|
|
13
|
+
appearance: none;
|
|
14
|
+
text-decoration: none;
|
|
15
|
+
}
|
|
16
|
+
.eds-contrast .eds-base-card {
|
|
17
|
+
background-color: var(--components-layout-card-contrast-fill-default);
|
|
18
|
+
border-color: var(--components-layout-card-contrast-border-default);
|
|
19
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
20
|
+
color: var(--components-layout-card-contrast-text);
|
|
21
|
+
}
|
|
22
|
+
/* DO NOT CHANGE!*/
|
|
23
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
24
|
.eds-navigation-card {
|
|
4
25
|
display: flex;
|
|
5
26
|
flex-direction: column;
|
|
@@ -111,27 +132,6 @@
|
|
|
111
132
|
}
|
|
112
133
|
/* DO NOT CHANGE!*/
|
|
113
134
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
114
|
-
.eds-base-card {
|
|
115
|
-
display: flex;
|
|
116
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
117
|
-
background-color: var(--components-layout-card-standard-fill-default);
|
|
118
|
-
border: 0.0625rem solid var(--components-layout-card-standard-border-default);
|
|
119
|
-
color: var(--components-layout-card-standard-text);
|
|
120
|
-
border-radius: 0.25rem;
|
|
121
|
-
align-items: center;
|
|
122
|
-
-webkit-appearance: none;
|
|
123
|
-
-moz-appearance: none;
|
|
124
|
-
appearance: none;
|
|
125
|
-
text-decoration: none;
|
|
126
|
-
}
|
|
127
|
-
.eds-contrast .eds-base-card {
|
|
128
|
-
background-color: var(--components-layout-card-contrast-fill-default);
|
|
129
|
-
border-color: var(--components-layout-card-contrast-border-default);
|
|
130
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
131
|
-
color: var(--components-layout-card-contrast-text);
|
|
132
|
-
}
|
|
133
|
-
/* DO NOT CHANGE!*/
|
|
134
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
135
135
|
.eds-media-card {
|
|
136
136
|
flex-direction: column;
|
|
137
137
|
overflow: hidden;
|
|
@@ -222,6 +222,35 @@
|
|
|
222
222
|
}
|
|
223
223
|
/* DO NOT CHANGE!*/
|
|
224
224
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
|
+
.eds-tag {
|
|
226
|
+
background: #e9e9e9;
|
|
227
|
+
color: #181c56;
|
|
228
|
+
display: inline-block;
|
|
229
|
+
min-width: 2rem;
|
|
230
|
+
padding: 0.25rem 0.75rem;
|
|
231
|
+
font-size: 0.875rem;
|
|
232
|
+
line-height: 1.375rem;
|
|
233
|
+
}
|
|
234
|
+
.eds-tag--leading-icon .eds-icon {
|
|
235
|
+
margin-right: 0.5rem;
|
|
236
|
+
}
|
|
237
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
238
|
+
margin-left: 0.5rem;
|
|
239
|
+
}
|
|
240
|
+
.eds-tag--compact {
|
|
241
|
+
font-size: 0.75rem;
|
|
242
|
+
padding: 0.125rem 0.5rem;
|
|
243
|
+
line-height: 1.25rem;
|
|
244
|
+
height: 1.5rem;
|
|
245
|
+
}
|
|
246
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
247
|
+
margin-right: 0.25rem;
|
|
248
|
+
}
|
|
249
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
250
|
+
margin-left: 0.25rem;
|
|
251
|
+
}
|
|
252
|
+
/* DO NOT CHANGE!*/
|
|
253
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
254
|
.eds-badge {
|
|
226
255
|
display: flex;
|
|
227
256
|
justify-content: center;
|
|
@@ -404,35 +433,6 @@
|
|
|
404
433
|
}
|
|
405
434
|
/* DO NOT CHANGE!*/
|
|
406
435
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
407
|
-
.eds-tag {
|
|
408
|
-
background: #e9e9e9;
|
|
409
|
-
color: #181c56;
|
|
410
|
-
display: inline-block;
|
|
411
|
-
min-width: 2rem;
|
|
412
|
-
padding: 0.25rem 0.75rem;
|
|
413
|
-
font-size: 0.875rem;
|
|
414
|
-
line-height: 1.375rem;
|
|
415
|
-
}
|
|
416
|
-
.eds-tag--leading-icon .eds-icon {
|
|
417
|
-
margin-right: 0.5rem;
|
|
418
|
-
}
|
|
419
|
-
.eds-tag--trailing-icon .eds-icon {
|
|
420
|
-
margin-left: 0.5rem;
|
|
421
|
-
}
|
|
422
|
-
.eds-tag--compact {
|
|
423
|
-
font-size: 0.75rem;
|
|
424
|
-
padding: 0.125rem 0.5rem;
|
|
425
|
-
line-height: 1.25rem;
|
|
426
|
-
height: 1.5rem;
|
|
427
|
-
}
|
|
428
|
-
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
429
|
-
margin-right: 0.25rem;
|
|
430
|
-
}
|
|
431
|
-
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
432
|
-
margin-left: 0.25rem;
|
|
433
|
-
}
|
|
434
|
-
/* DO NOT CHANGE!*/
|
|
435
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
436
436
|
/* DO NOT CHANGE!*/
|
|
437
437
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
438
438
|
/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.17",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.
|
|
31
|
-
"@entur/tokens": "^3.17.
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
33
|
-
"@entur/utils": "^0.
|
|
30
|
+
"@entur/icons": "^7.4.1",
|
|
31
|
+
"@entur/tokens": "^3.17.1",
|
|
32
|
+
"@entur/typography": "^1.8.46",
|
|
33
|
+
"@entur/utils": "^0.12.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b038c9f7061c44765606ab8b7519c205ca633635"
|
|
37
37
|
}
|