@entur/alert 0.17.13-beta.8 → 0.17.13-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +47 -47
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -395,53 +395,6 @@
395
395
  }
396
396
  /* DO NOT CHANGE!*/
397
397
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
398
- .eds-expandable-alert-box .eds-alert-box__content {
399
- width: 100%;
400
- }
401
- .eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
402
- margin-top: 0.0625rem;
403
- }
404
- @media screen and (min-width: 50rem) {
405
- .eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
406
- margin-top: -0.375rem;
407
- }
408
- }
409
- .eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
410
- margin-top: 0.125rem;
411
- }
412
- @media screen and (min-width: 50rem) {
413
- .eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
414
- margin-top: 0.125rem;
415
- }
416
- }
417
- .eds-expandable-alert-box__title {
418
- display: flex;
419
- justify-content: space-between;
420
- align-items: baseline;
421
- }
422
- .eds-expandable-alert-box__button {
423
- color: var(--components-button-iconbutton-standard-text);
424
- background: none;
425
- border: none;
426
- cursor: pointer;
427
- font-family: inherit;
428
- font-size: inherit;
429
- line-height: 1.5rem;
430
- padding: 0 0.25rem;
431
- flex-shrink: 0;
432
- }
433
- .eds-expandable-alert-box__button:focus-visible {
434
- outline: 2px solid #181c56;
435
- outline-color: var(--basecolors-stroke-focus-standard);
436
- outline-offset: 0.125rem;
437
- }
438
- .eds-expandable-alert-box__button .eds-icon {
439
- font-size: 1rem;
440
- padding-left: 0.25rem;
441
- color: var(--components-button-iconbutton-standard-text);
442
- }
443
- /* DO NOT CHANGE!*/
444
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
445
398
  /* DO NOT CHANGE!*/
446
399
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
447
400
  /* DO NOT CHANGE!*/
@@ -725,3 +678,50 @@
725
678
  :root {
726
679
  --eds-alert: 1;
727
680
  }
681
+ /* DO NOT CHANGE!*/
682
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
683
+ .eds-expandable-alert-box .eds-alert-box__content {
684
+ width: 100%;
685
+ }
686
+ .eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
687
+ margin-top: 0.0625rem;
688
+ }
689
+ @media screen and (min-width: 50rem) {
690
+ .eds-expandable-alert-box.eds-alert-box--banner .eds-alert-box__icon {
691
+ margin-top: -0.375rem;
692
+ }
693
+ }
694
+ .eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
695
+ margin-top: 0.125rem;
696
+ }
697
+ @media screen and (min-width: 50rem) {
698
+ .eds-expandable-alert-box.eds-alert-box--small .eds-alert-box__icon {
699
+ margin-top: 0.125rem;
700
+ }
701
+ }
702
+ .eds-expandable-alert-box__title {
703
+ display: flex;
704
+ justify-content: space-between;
705
+ align-items: baseline;
706
+ }
707
+ .eds-expandable-alert-box__button {
708
+ color: var(--components-button-iconbutton-standard-text);
709
+ background: none;
710
+ border: none;
711
+ cursor: pointer;
712
+ font-family: inherit;
713
+ font-size: inherit;
714
+ line-height: 1.5rem;
715
+ padding: 0 0.25rem;
716
+ flex-shrink: 0;
717
+ }
718
+ .eds-expandable-alert-box__button:focus-visible {
719
+ outline: 2px solid #181c56;
720
+ outline-color: var(--basecolors-stroke-focus-standard);
721
+ outline-offset: 0.125rem;
722
+ }
723
+ .eds-expandable-alert-box__button .eds-icon {
724
+ font-size: 1rem;
725
+ padding-left: 0.25rem;
726
+ color: var(--components-button-iconbutton-standard-text);
727
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/alert",
3
- "version": "0.17.13-beta.8",
3
+ "version": "0.17.13-beta.9",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/alert.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.13-beta.8",
31
- "@entur/expand": "^3.6.13-beta.8",
30
+ "@entur/button": "^3.3.13-beta.9",
31
+ "@entur/expand": "^3.6.13-beta.9",
32
32
  "@entur/icons": "^8.0.0",
33
33
  "@entur/tokens": "^3.19.1",
34
- "@entur/tooltip": "^5.2.13-beta.8",
35
- "@entur/typography": "^1.10.0-beta.8",
34
+ "@entur/tooltip": "^5.2.13-beta.9",
35
+ "@entur/typography": "^1.10.0-beta.9",
36
36
  "@entur/utils": "^0.12.3",
37
37
  "classnames": "^2.3.1",
38
38
  "copy-text-to-clipboard": "^2.2"
@@ -40,5 +40,5 @@
40
40
  "devDependencies": {
41
41
  "dts-cli": "2.0.5"
42
42
  },
43
- "gitHead": "75f853e86839313d80d1ea5aa89fb133f42102de"
43
+ "gitHead": "6f685d2e4ac13bdaf9c6480f9e7922c9d8f4619c"
44
44
  }