@entur/alert 0.16.14 → 0.16.15-beta.1
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 +45 -45
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -225,51 +225,6 @@
|
|
|
225
225
|
}
|
|
226
226
|
/* DO NOT CHANGE!*/
|
|
227
227
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
228
|
-
.eds-expandable-alert-box .eds-alert-box__content {
|
|
229
|
-
width: 100%;
|
|
230
|
-
}
|
|
231
|
-
.eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
|
|
232
|
-
margin-top: 0.0625rem;
|
|
233
|
-
}
|
|
234
|
-
@media screen and (min-width: 50rem) {
|
|
235
|
-
.eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
|
|
236
|
-
margin-top: -0.375rem;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
.eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
|
|
240
|
-
margin-top: 0.125rem;
|
|
241
|
-
}
|
|
242
|
-
@media screen and (min-width: 50rem) {
|
|
243
|
-
.eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
|
|
244
|
-
margin-top: 0.125rem;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
.eds-expandable-alert-box__title {
|
|
248
|
-
display: flex;
|
|
249
|
-
justify-content: space-between;
|
|
250
|
-
align-items: baseline;
|
|
251
|
-
}
|
|
252
|
-
.eds-expandable-alert-box__button {
|
|
253
|
-
color: inherit;
|
|
254
|
-
background: none;
|
|
255
|
-
border: none;
|
|
256
|
-
cursor: pointer;
|
|
257
|
-
font-family: inherit;
|
|
258
|
-
font-size: inherit;
|
|
259
|
-
line-height: 1.5rem;
|
|
260
|
-
padding: 0 0.25rem;
|
|
261
|
-
flex-shrink: 0;
|
|
262
|
-
}
|
|
263
|
-
.eds-expandable-alert-box__button:focus {
|
|
264
|
-
outline: 2px solid #181c56;
|
|
265
|
-
outline-offset: 0.125rem;
|
|
266
|
-
}
|
|
267
|
-
.eds-expandable-alert-box__button .eds-icon {
|
|
268
|
-
font-size: 1rem;
|
|
269
|
-
padding-left: 0.25rem;
|
|
270
|
-
}
|
|
271
|
-
/* DO NOT CHANGE!*/
|
|
272
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
273
228
|
.eds-copyable-text,
|
|
274
229
|
.eds-contrast .eds-copyable-text {
|
|
275
230
|
-webkit-appearance: none;
|
|
@@ -371,6 +326,51 @@
|
|
|
371
326
|
}
|
|
372
327
|
/* DO NOT CHANGE!*/
|
|
373
328
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
329
|
+
.eds-expandable-alert-box .eds-alert-box__content {
|
|
330
|
+
width: 100%;
|
|
331
|
+
}
|
|
332
|
+
.eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
|
|
333
|
+
margin-top: 0.0625rem;
|
|
334
|
+
}
|
|
335
|
+
@media screen and (min-width: 50rem) {
|
|
336
|
+
.eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
|
|
337
|
+
margin-top: -0.375rem;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
.eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
|
|
341
|
+
margin-top: 0.125rem;
|
|
342
|
+
}
|
|
343
|
+
@media screen and (min-width: 50rem) {
|
|
344
|
+
.eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
|
|
345
|
+
margin-top: 0.125rem;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
.eds-expandable-alert-box__title {
|
|
349
|
+
display: flex;
|
|
350
|
+
justify-content: space-between;
|
|
351
|
+
align-items: baseline;
|
|
352
|
+
}
|
|
353
|
+
.eds-expandable-alert-box__button {
|
|
354
|
+
color: inherit;
|
|
355
|
+
background: none;
|
|
356
|
+
border: none;
|
|
357
|
+
cursor: pointer;
|
|
358
|
+
font-family: inherit;
|
|
359
|
+
font-size: inherit;
|
|
360
|
+
line-height: 1.5rem;
|
|
361
|
+
padding: 0 0.25rem;
|
|
362
|
+
flex-shrink: 0;
|
|
363
|
+
}
|
|
364
|
+
.eds-expandable-alert-box__button:focus {
|
|
365
|
+
outline: 2px solid #181c56;
|
|
366
|
+
outline-offset: 0.125rem;
|
|
367
|
+
}
|
|
368
|
+
.eds-expandable-alert-box__button .eds-icon {
|
|
369
|
+
font-size: 1rem;
|
|
370
|
+
padding-left: 0.25rem;
|
|
371
|
+
}
|
|
372
|
+
/* DO NOT CHANGE!*/
|
|
373
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
374
374
|
/* DO NOT CHANGE!*/
|
|
375
375
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
376
376
|
/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/alert",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.15-beta.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/alert.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^3.2.
|
|
31
|
-
"@entur/expand": "^3.5.
|
|
30
|
+
"@entur/button": "^3.2.31-beta.0",
|
|
31
|
+
"@entur/expand": "^3.5.20-beta.0",
|
|
32
32
|
"@entur/icons": "^7.2.0",
|
|
33
33
|
"@entur/tokens": "^3.17.0",
|
|
34
|
-
"@entur/tooltip": "^
|
|
35
|
-
"@entur/typography": "^1.8.
|
|
36
|
-
"@entur/utils": "^0.11.
|
|
34
|
+
"@entur/tooltip": "^4.0.0-beta.1",
|
|
35
|
+
"@entur/typography": "^1.8.44-beta.0",
|
|
36
|
+
"@entur/utils": "^0.11.2-beta.0",
|
|
37
37
|
"classnames": "^2.3.1",
|
|
38
38
|
"copy-text-to-clipboard": "^2.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "bf6f8921dac8b869172f77ab6da76401e40bbc9b"
|
|
41
41
|
}
|