@entur/layout 2.1.54 → 2.1.55
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 +9 -9
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -350,15 +350,6 @@
|
|
|
350
350
|
}
|
|
351
351
|
/* DO NOT CHANGE!*/
|
|
352
352
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
353
|
-
.eds-contrast {
|
|
354
|
-
--primary-background-color: #181c56;
|
|
355
|
-
--primary-text-color: #ffffff;
|
|
356
|
-
--primary-label-color: #aeb7e2;
|
|
357
|
-
background-color: var(--primary-background-color);
|
|
358
|
-
color: var(--primary-text-color);
|
|
359
|
-
}
|
|
360
|
-
/* DO NOT CHANGE!*/
|
|
361
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
362
353
|
.eds-tag {
|
|
363
354
|
background: #e9e9e9;
|
|
364
355
|
color: #181c56;
|
|
@@ -389,3 +380,12 @@
|
|
|
389
380
|
:root {
|
|
390
381
|
--eds-layout: 1;
|
|
391
382
|
}
|
|
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.55",
|
|
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.
|
|
30
|
+
"@entur/icons": "^6.14.0",
|
|
31
31
|
"@entur/tokens": "^3.12.0",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/typography": "^1.8.22",
|
|
33
33
|
"@entur/utils": "^0.10.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "883677c25c50baf66df6f90c46759d186147921c"
|
|
37
37
|
}
|