@entur/layout 2.1.43 → 2.1.45
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 +3 -3
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -377,9 +377,6 @@
|
|
|
377
377
|
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
378
378
|
margin-left: 0.25rem;
|
|
379
379
|
}
|
|
380
|
-
:root {
|
|
381
|
-
--eds-layout: 1;
|
|
382
|
-
}
|
|
383
380
|
/* DO NOT CHANGE!*/
|
|
384
381
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
385
382
|
.eds-contrast {
|
|
@@ -389,3 +386,6 @@
|
|
|
389
386
|
background-color: var(--primary-background-color);
|
|
390
387
|
color: var(--primary-text-color);
|
|
391
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.45",
|
|
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.10.0",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/typography": "^1.8.12",
|
|
33
33
|
"@entur/utils": "^0.9.5",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
|
|
37
37
|
}
|