@entur/layout 2.1.56 → 2.1.57-beta.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.
- package/dist/styles.css +32 -31
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
border: 0.0625rem solid #e9e9e9;
|
|
7
|
+
border-radius: 0.25rem;
|
|
8
|
+
align-items: center;
|
|
9
|
+
-webkit-appearance: none;
|
|
10
|
+
-moz-appearance: none;
|
|
11
|
+
appearance: none;
|
|
12
|
+
text-decoration: none;
|
|
13
|
+
color: inherit;
|
|
14
|
+
}
|
|
15
|
+
.eds-contrast .eds-base-card {
|
|
16
|
+
background-color: #292b6a;
|
|
17
|
+
border-color: #54568c;
|
|
18
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
19
|
+
}
|
|
20
|
+
/* DO NOT CHANGE!*/
|
|
21
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
22
|
.eds-navigation-card {
|
|
4
23
|
display: flex;
|
|
5
24
|
flex-direction: column;
|
|
@@ -107,25 +126,6 @@
|
|
|
107
126
|
}
|
|
108
127
|
/* DO NOT CHANGE!*/
|
|
109
128
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
110
|
-
.eds-base-card {
|
|
111
|
-
display: flex;
|
|
112
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
113
|
-
border: 0.0625rem solid #e9e9e9;
|
|
114
|
-
border-radius: 0.25rem;
|
|
115
|
-
align-items: center;
|
|
116
|
-
-webkit-appearance: none;
|
|
117
|
-
-moz-appearance: none;
|
|
118
|
-
appearance: none;
|
|
119
|
-
text-decoration: none;
|
|
120
|
-
color: inherit;
|
|
121
|
-
}
|
|
122
|
-
.eds-contrast .eds-base-card {
|
|
123
|
-
background-color: #292b6a;
|
|
124
|
-
border-color: #54568c;
|
|
125
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
126
|
-
}
|
|
127
|
-
/* DO NOT CHANGE!*/
|
|
128
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
129
129
|
.eds-media-card {
|
|
130
130
|
flex-direction: column;
|
|
131
131
|
overflow: hidden;
|
|
@@ -307,9 +307,10 @@
|
|
|
307
307
|
display: block;
|
|
308
308
|
text-transform: uppercase;
|
|
309
309
|
border-radius: 0.25rem;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
height:
|
|
310
|
+
padding: 0.125rem 0.5rem 0;
|
|
311
|
+
line-height: 1rem;
|
|
312
|
+
height: auto;
|
|
313
|
+
height: initial;
|
|
313
314
|
border: 0.0625rem solid #181c56;
|
|
314
315
|
}
|
|
315
316
|
.eds-contrast .eds-badge--type-status {
|
|
@@ -348,6 +349,15 @@
|
|
|
348
349
|
width: 0.625rem;
|
|
349
350
|
border-radius: 50%;
|
|
350
351
|
}
|
|
352
|
+
/* DO NOT CHANGE!*/
|
|
353
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
354
|
+
.eds-contrast {
|
|
355
|
+
--primary-background-color: #181c56;
|
|
356
|
+
--primary-text-color: #ffffff;
|
|
357
|
+
--primary-label-color: #aeb7e2;
|
|
358
|
+
background-color: var(--primary-background-color);
|
|
359
|
+
color: var(--primary-text-color);
|
|
360
|
+
}
|
|
351
361
|
:root {
|
|
352
362
|
--eds-layout: 1;
|
|
353
363
|
}
|
|
@@ -380,12 +390,3 @@
|
|
|
380
390
|
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
381
391
|
margin-left: 0.25rem;
|
|
382
392
|
}
|
|
383
|
-
/* DO NOT CHANGE!*/
|
|
384
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
385
|
-
.eds-contrast {
|
|
386
|
-
--primary-background-color: #181c56;
|
|
387
|
-
--primary-text-color: #ffffff;
|
|
388
|
-
--primary-label-color: #aeb7e2;
|
|
389
|
-
background-color: var(--primary-background-color);
|
|
390
|
-
color: var(--primary-text-color);
|
|
391
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.57-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@entur/utils": "^0.10.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "453c823f5b935959f701f0c777236a8e0c23601e"
|
|
37
37
|
}
|