@entur/layout 3.1.9-beta.11 → 3.1.9-beta.13
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 +3 -3
package/dist/styles.css
CHANGED
|
@@ -739,6 +739,8 @@
|
|
|
739
739
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
740
740
|
/* DO NOT CHANGE!*/
|
|
741
741
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
742
|
+
/* DO NOT CHANGE!*/
|
|
743
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
742
744
|
[data-color-mode=light],
|
|
743
745
|
:root {
|
|
744
746
|
--components-layout-badge-information-contrast-border: rgba(255, 255, 255, 0);
|
|
@@ -1050,5 +1052,3 @@
|
|
|
1050
1052
|
:root {
|
|
1051
1053
|
--eds-layout: 1;
|
|
1052
1054
|
}
|
|
1053
|
-
/* DO NOT CHANGE!*/
|
|
1054
|
-
/* 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": "3.1.9-beta.
|
|
3
|
+
"version": "3.1.9-beta.13",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/icons": "^8.0.0",
|
|
31
31
|
"@entur/tokens": "^3.19.1",
|
|
32
|
-
"@entur/typography": "^1.10.0-beta.
|
|
32
|
+
"@entur/typography": "^1.10.0-beta.13",
|
|
33
33
|
"@entur/utils": "^0.12.3",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"dts-cli": "2.0.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c9b59ab0f79e2611a602951c89f4f2c8213e235f"
|
|
40
40
|
}
|