@entur/layout 2.2.1 → 2.2.2

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 +29 -29
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -404,6 +404,35 @@
404
404
  }
405
405
  /* DO NOT CHANGE!*/
406
406
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
407
+ .eds-tag {
408
+ background: #e9e9e9;
409
+ color: #181c56;
410
+ display: inline-block;
411
+ min-width: 2rem;
412
+ padding: 0.25rem 0.75rem;
413
+ font-size: 0.875rem;
414
+ line-height: 1.375rem;
415
+ }
416
+ .eds-tag--leading-icon .eds-icon {
417
+ margin-right: 0.5rem;
418
+ }
419
+ .eds-tag--trailing-icon .eds-icon {
420
+ margin-left: 0.5rem;
421
+ }
422
+ .eds-tag--compact {
423
+ font-size: 0.75rem;
424
+ padding: 0.125rem 0.5rem;
425
+ line-height: 1.25rem;
426
+ height: 1.5rem;
427
+ }
428
+ .eds-tag--compact.eds-tag--leading-icon .eds-icon {
429
+ margin-right: 0.25rem;
430
+ }
431
+ .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
432
+ margin-left: 0.25rem;
433
+ }
434
+ /* DO NOT CHANGE!*/
435
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
407
436
  @import '~@entur/tokens/dist/semantic.css';
408
437
  @import '~@entur/tokens/dist/base.css';
409
438
  /* DO NOT CHANGE!*/
@@ -566,32 +595,3 @@
566
595
  :root {
567
596
  --eds-layout: 1;
568
597
  }
569
- /* DO NOT CHANGE!*/
570
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
571
- .eds-tag {
572
- background: #e9e9e9;
573
- color: #181c56;
574
- display: inline-block;
575
- min-width: 2rem;
576
- padding: 0.25rem 0.75rem;
577
- font-size: 0.875rem;
578
- line-height: 1.375rem;
579
- }
580
- .eds-tag--leading-icon .eds-icon {
581
- margin-right: 0.5rem;
582
- }
583
- .eds-tag--trailing-icon .eds-icon {
584
- margin-left: 0.5rem;
585
- }
586
- .eds-tag--compact {
587
- font-size: 0.75rem;
588
- padding: 0.125rem 0.5rem;
589
- line-height: 1.25rem;
590
- height: 1.5rem;
591
- }
592
- .eds-tag--compact.eds-tag--leading-icon .eds-icon {
593
- margin-right: 0.25rem;
594
- }
595
- .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
596
- margin-left: 0.25rem;
597
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@entur/icons": "^6.15.2",
31
31
  "@entur/tokens": "^3.13.1",
32
- "@entur/typography": "^1.8.25",
32
+ "@entur/typography": "^1.8.26",
33
33
  "@entur/utils": "^0.10.0",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "d0a435264ccaf7ed8e6b7798c81e876176ce3d4d"
36
+ "gitHead": "c36e1121738a702fe5ed92cd3f26636d7a4ef026"
37
37
  }