@entur/layout 2.1.23 → 2.1.25
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/README.md +2 -2
- package/dist/styles.css +29 -29
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the different layout components, and the powerful Contrast wrapper
|
|
4
4
|
|
|
5
|
-
> 💡 Looking for the [documentation](https://design.entur.
|
|
5
|
+
> 💡 Looking for the [documentation](https://design.entur.no/komponenter/layout-and-surfaces/contrast-sections)?
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ yarn add @entur/layout
|
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
|
-
Please refer to the [documentation](https://design.entur.
|
|
17
|
+
Please refer to the [documentation](https://design.entur.no/komponenter/layout-and-surfaces/alert-boxes) for usage information.
|
package/dist/styles.css
CHANGED
|
@@ -140,35 +140,6 @@
|
|
|
140
140
|
}
|
|
141
141
|
/* DO NOT CHANGE!*/
|
|
142
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
|
-
.eds-tag {
|
|
144
|
-
background: #e9e9e9;
|
|
145
|
-
color: #181c56;
|
|
146
|
-
display: inline-block;
|
|
147
|
-
min-width: 2rem;
|
|
148
|
-
padding: 0.25rem 0.75rem;
|
|
149
|
-
font-size: 0.875rem;
|
|
150
|
-
line-height: 1.375rem;
|
|
151
|
-
}
|
|
152
|
-
.eds-tag--leading-icon .eds-icon {
|
|
153
|
-
margin-right: 0.5rem;
|
|
154
|
-
}
|
|
155
|
-
.eds-tag--trailing-icon .eds-icon {
|
|
156
|
-
margin-left: 0.5rem;
|
|
157
|
-
}
|
|
158
|
-
.eds-tag--compact {
|
|
159
|
-
font-size: 0.75rem;
|
|
160
|
-
padding: 0.125rem 0.5rem;
|
|
161
|
-
line-height: 1.25rem;
|
|
162
|
-
height: 1.5rem;
|
|
163
|
-
}
|
|
164
|
-
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
165
|
-
margin-right: 0.25rem;
|
|
166
|
-
}
|
|
167
|
-
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
168
|
-
margin-left: 0.25rem;
|
|
169
|
-
}
|
|
170
|
-
/* DO NOT CHANGE!*/
|
|
171
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
172
143
|
.eds-media-card {
|
|
173
144
|
flex-direction: column;
|
|
174
145
|
overflow: hidden;
|
|
@@ -231,6 +202,35 @@
|
|
|
231
202
|
}
|
|
232
203
|
/* DO NOT CHANGE!*/
|
|
233
204
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
205
|
+
.eds-tag {
|
|
206
|
+
background: #e9e9e9;
|
|
207
|
+
color: #181c56;
|
|
208
|
+
display: inline-block;
|
|
209
|
+
min-width: 2rem;
|
|
210
|
+
padding: 0.25rem 0.75rem;
|
|
211
|
+
font-size: 0.875rem;
|
|
212
|
+
line-height: 1.375rem;
|
|
213
|
+
}
|
|
214
|
+
.eds-tag--leading-icon .eds-icon {
|
|
215
|
+
margin-right: 0.5rem;
|
|
216
|
+
}
|
|
217
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
218
|
+
margin-left: 0.5rem;
|
|
219
|
+
}
|
|
220
|
+
.eds-tag--compact {
|
|
221
|
+
font-size: 0.75rem;
|
|
222
|
+
padding: 0.125rem 0.5rem;
|
|
223
|
+
line-height: 1.25rem;
|
|
224
|
+
height: 1.5rem;
|
|
225
|
+
}
|
|
226
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
227
|
+
margin-right: 0.25rem;
|
|
228
|
+
}
|
|
229
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
230
|
+
margin-left: 0.25rem;
|
|
231
|
+
}
|
|
232
|
+
/* DO NOT CHANGE!*/
|
|
233
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
234
234
|
.eds-badge {
|
|
235
235
|
display: flex;
|
|
236
236
|
justify-content: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.25",
|
|
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.0.
|
|
31
|
-
"@entur/tokens": "^3.8.
|
|
32
|
-
"@entur/typography": "^1.7.
|
|
33
|
-
"@entur/utils": "^0.
|
|
30
|
+
"@entur/icons": "^6.0.1",
|
|
31
|
+
"@entur/tokens": "^3.8.1",
|
|
32
|
+
"@entur/typography": "^1.7.13",
|
|
33
|
+
"@entur/utils": "^0.6.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "34cd9b50251daa4fed6ec367451c5403162145bc"
|
|
37
37
|
}
|