@entur/layout 2.1.19 → 2.1.20
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 +18 -18
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -10,6 +10,24 @@
|
|
|
10
10
|
--eds-layout: 1;
|
|
11
11
|
}/* DO NOT CHANGE!*/
|
|
12
12
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
13
|
+
.eds-base-card {
|
|
14
|
+
display: flex;
|
|
15
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
16
|
+
border: 0.0625rem solid #e9e9e9;
|
|
17
|
+
border-radius: 0.25rem;
|
|
18
|
+
align-items: center;
|
|
19
|
+
-webkit-appearance: none;
|
|
20
|
+
-moz-appearance: none;
|
|
21
|
+
appearance: none;
|
|
22
|
+
text-decoration: none;
|
|
23
|
+
color: inherit;
|
|
24
|
+
}
|
|
25
|
+
.eds-contrast .eds-base-card {
|
|
26
|
+
background-color: #292b6a;
|
|
27
|
+
border-color: #54568c;
|
|
28
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
29
|
+
}/* DO NOT CHANGE!*/
|
|
30
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
13
31
|
/* DO NOT CHANGE!*/
|
|
14
32
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
15
33
|
.eds-navigation-card {
|
|
@@ -118,24 +136,6 @@
|
|
|
118
136
|
font-size: 1rem;
|
|
119
137
|
}/* DO NOT CHANGE!*/
|
|
120
138
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
121
|
-
.eds-base-card {
|
|
122
|
-
display: flex;
|
|
123
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
124
|
-
border: 0.0625rem solid #e9e9e9;
|
|
125
|
-
border-radius: 0.25rem;
|
|
126
|
-
align-items: center;
|
|
127
|
-
-webkit-appearance: none;
|
|
128
|
-
-moz-appearance: none;
|
|
129
|
-
appearance: none;
|
|
130
|
-
text-decoration: none;
|
|
131
|
-
color: inherit;
|
|
132
|
-
}
|
|
133
|
-
.eds-contrast .eds-base-card {
|
|
134
|
-
background-color: #292b6a;
|
|
135
|
-
border-color: #54568c;
|
|
136
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
137
|
-
}/* DO NOT CHANGE!*/
|
|
138
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
139
139
|
.eds-media-card {
|
|
140
140
|
flex-direction: column;
|
|
141
141
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20",
|
|
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": "^5.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/typography": "^1.7.
|
|
33
|
-
"@entur/utils": "^0.5.
|
|
30
|
+
"@entur/icons": "^5.7.0",
|
|
31
|
+
"@entur/tokens": "^3.7.0",
|
|
32
|
+
"@entur/typography": "^1.7.9",
|
|
33
|
+
"@entur/utils": "^0.5.4",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "0488198c40c8c610f981c97c8a755a9a435044dd"
|
|
37
37
|
}
|