@entur/layout 2.1.38 → 2.1.39
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 +19 -19
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -121,6 +121,25 @@
|
|
|
121
121
|
}
|
|
122
122
|
/* DO NOT CHANGE!*/
|
|
123
123
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
124
|
+
.eds-base-card {
|
|
125
|
+
display: flex;
|
|
126
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
127
|
+
border: 0.0625rem solid #e9e9e9;
|
|
128
|
+
border-radius: 0.25rem;
|
|
129
|
+
align-items: center;
|
|
130
|
+
-webkit-appearance: none;
|
|
131
|
+
-moz-appearance: none;
|
|
132
|
+
appearance: none;
|
|
133
|
+
text-decoration: none;
|
|
134
|
+
color: inherit;
|
|
135
|
+
}
|
|
136
|
+
.eds-contrast .eds-base-card {
|
|
137
|
+
background-color: #292b6a;
|
|
138
|
+
border-color: #54568c;
|
|
139
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
140
|
+
}
|
|
141
|
+
/* DO NOT CHANGE!*/
|
|
142
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
124
143
|
.eds-media-card {
|
|
125
144
|
flex-direction: column;
|
|
126
145
|
overflow: hidden;
|
|
@@ -183,25 +202,6 @@
|
|
|
183
202
|
}
|
|
184
203
|
/* DO NOT CHANGE!*/
|
|
185
204
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
186
|
-
.eds-base-card {
|
|
187
|
-
display: flex;
|
|
188
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
189
|
-
border: 0.0625rem solid #e9e9e9;
|
|
190
|
-
border-radius: 0.25rem;
|
|
191
|
-
align-items: center;
|
|
192
|
-
-webkit-appearance: none;
|
|
193
|
-
-moz-appearance: none;
|
|
194
|
-
appearance: none;
|
|
195
|
-
text-decoration: none;
|
|
196
|
-
color: inherit;
|
|
197
|
-
}
|
|
198
|
-
.eds-contrast .eds-base-card {
|
|
199
|
-
background-color: #292b6a;
|
|
200
|
-
border-color: #54568c;
|
|
201
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
202
|
-
}
|
|
203
|
-
/* DO NOT CHANGE!*/
|
|
204
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
205
205
|
.eds-tag {
|
|
206
206
|
background: #e9e9e9;
|
|
207
207
|
color: #181c56;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.39",
|
|
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": "^6.4.
|
|
30
|
+
"@entur/icons": "^6.4.2",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/typography": "^1.8.6",
|
|
33
33
|
"@entur/utils": "^0.9.3",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "5fcad4b449082b80b796ab52e68f178977f2eba7"
|
|
37
37
|
}
|