@entur/layout 2.3.9-beta.0 → 2.3.9
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 +21 -21
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
-
.eds-base-card {
|
|
4
|
-
display: flex;
|
|
5
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
6
|
-
background-color: var(--components-layout-card-standard-fill-default);
|
|
7
|
-
border: 0.0625rem solid var(--components-layout-card-standard-border-default);
|
|
8
|
-
color: var(--components-layout-card-standard-text);
|
|
9
|
-
border-radius: 0.25rem;
|
|
10
|
-
align-items: center;
|
|
11
|
-
-webkit-appearance: none;
|
|
12
|
-
-moz-appearance: none;
|
|
13
|
-
appearance: none;
|
|
14
|
-
text-decoration: none;
|
|
15
|
-
}
|
|
16
|
-
.eds-contrast .eds-base-card {
|
|
17
|
-
background-color: var(--components-layout-card-contrast-fill-default);
|
|
18
|
-
border-color: var(--components-layout-card-contrast-border-default);
|
|
19
|
-
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
20
|
-
color: var(--components-layout-card-contrast-text);
|
|
21
|
-
}
|
|
22
|
-
/* DO NOT CHANGE!*/
|
|
23
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
24
3
|
.eds-navigation-card {
|
|
25
4
|
display: flex;
|
|
26
5
|
flex-direction: column;
|
|
@@ -132,6 +111,27 @@
|
|
|
132
111
|
}
|
|
133
112
|
/* DO NOT CHANGE!*/
|
|
134
113
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
114
|
+
.eds-base-card {
|
|
115
|
+
display: flex;
|
|
116
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
|
|
117
|
+
background-color: var(--components-layout-card-standard-fill-default);
|
|
118
|
+
border: 0.0625rem solid var(--components-layout-card-standard-border-default);
|
|
119
|
+
color: var(--components-layout-card-standard-text);
|
|
120
|
+
border-radius: 0.25rem;
|
|
121
|
+
align-items: center;
|
|
122
|
+
-webkit-appearance: none;
|
|
123
|
+
-moz-appearance: none;
|
|
124
|
+
appearance: none;
|
|
125
|
+
text-decoration: none;
|
|
126
|
+
}
|
|
127
|
+
.eds-contrast .eds-base-card {
|
|
128
|
+
background-color: var(--components-layout-card-contrast-fill-default);
|
|
129
|
+
border-color: var(--components-layout-card-contrast-border-default);
|
|
130
|
+
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
131
|
+
color: var(--components-layout-card-contrast-text);
|
|
132
|
+
}
|
|
133
|
+
/* DO NOT CHANGE!*/
|
|
134
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
135
135
|
.eds-media-card {
|
|
136
136
|
flex-direction: column;
|
|
137
137
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.9
|
|
3
|
+
"version": "2.3.9",
|
|
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.17.1
|
|
30
|
+
"@entur/icons": "^6.17.1",
|
|
31
31
|
"@entur/tokens": "^3.15.0",
|
|
32
|
-
"@entur/typography": "^1.8.38
|
|
32
|
+
"@entur/typography": "^1.8.38",
|
|
33
33
|
"@entur/utils": "^0.11.1",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "8f5dd2a35e3794050cdc8664efeb078254404632"
|
|
37
37
|
}
|