@entur/layout 2.1.54-beta.0 → 2.1.55-alpha.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 +12 -12
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -350,6 +350,18 @@
|
|
|
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
|
+
:root {
|
|
361
|
+
--eds-layout: 1;
|
|
362
|
+
}
|
|
363
|
+
/* DO NOT CHANGE!*/
|
|
364
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
353
365
|
.eds-tag {
|
|
354
366
|
background: #e9e9e9;
|
|
355
367
|
color: #181c56;
|
|
@@ -377,15 +389,3 @@
|
|
|
377
389
|
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
378
390
|
margin-left: 0.25rem;
|
|
379
391
|
}
|
|
380
|
-
/* DO NOT CHANGE!*/
|
|
381
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
382
|
-
.eds-contrast {
|
|
383
|
-
--primary-background-color: #181c56;
|
|
384
|
-
--primary-text-color: #ffffff;
|
|
385
|
-
--primary-label-color: #aeb7e2;
|
|
386
|
-
background-color: var(--primary-background-color);
|
|
387
|
-
color: var(--primary-text-color);
|
|
388
|
-
}
|
|
389
|
-
:root {
|
|
390
|
-
--eds-layout: 1;
|
|
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-alpha.0",
|
|
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.13.
|
|
31
|
-
"@entur/tokens": "^3.12.0",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
33
|
-
"@entur/utils": "^
|
|
30
|
+
"@entur/icons": "^6.13.3-alpha.0",
|
|
31
|
+
"@entur/tokens": "^3.12.1-alpha.0",
|
|
32
|
+
"@entur/typography": "^1.8.22-alpha.0",
|
|
33
|
+
"@entur/utils": "^0.10.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "d6797c03d0ad7c0629f3851445759d9552660dcd"
|
|
37
37
|
}
|