@entur/layout 2.3.13 → 2.3.15-RC.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 +2 -2
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -222,6 +222,8 @@
|
|
|
222
222
|
}
|
|
223
223
|
/* DO NOT CHANGE!*/
|
|
224
224
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
|
+
/* DO NOT CHANGE!*/
|
|
226
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
227
|
.eds-badge {
|
|
226
228
|
display: flex;
|
|
227
229
|
justify-content: center;
|
|
@@ -730,5 +732,3 @@
|
|
|
730
732
|
:root {
|
|
731
733
|
--eds-layout: 1;
|
|
732
734
|
}
|
|
733
|
-
/* DO NOT CHANGE!*/
|
|
734
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.15-RC.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": "^7.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
33
|
-
"@entur/utils": "^0.11.
|
|
30
|
+
"@entur/icons": "^7.3.0-RC.0",
|
|
31
|
+
"@entur/tokens": "^3.17.0",
|
|
32
|
+
"@entur/typography": "^1.8.44-RC.0",
|
|
33
|
+
"@entur/utils": "^0.11.2-RC.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "f279e609e10d40dd3ff47b09bd2828edf2bbcb7b"
|
|
37
37
|
}
|