@entur/layout 2.3.15-beta.0 → 2.3.16
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 +31 -31
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -404,37 +404,6 @@
|
|
|
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. */
|
|
436
|
-
/* DO NOT CHANGE!*/
|
|
437
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
438
407
|
/* DO NOT CHANGE!*/
|
|
439
408
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
440
409
|
/* DO NOT CHANGE!*/
|
|
@@ -732,3 +701,34 @@
|
|
|
732
701
|
:root {
|
|
733
702
|
--eds-layout: 1;
|
|
734
703
|
}
|
|
704
|
+
/* DO NOT CHANGE!*/
|
|
705
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
706
|
+
.eds-tag {
|
|
707
|
+
background: #e9e9e9;
|
|
708
|
+
color: #181c56;
|
|
709
|
+
display: inline-block;
|
|
710
|
+
min-width: 2rem;
|
|
711
|
+
padding: 0.25rem 0.75rem;
|
|
712
|
+
font-size: 0.875rem;
|
|
713
|
+
line-height: 1.375rem;
|
|
714
|
+
}
|
|
715
|
+
.eds-tag--leading-icon .eds-icon {
|
|
716
|
+
margin-right: 0.5rem;
|
|
717
|
+
}
|
|
718
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
719
|
+
margin-left: 0.5rem;
|
|
720
|
+
}
|
|
721
|
+
.eds-tag--compact {
|
|
722
|
+
font-size: 0.75rem;
|
|
723
|
+
padding: 0.125rem 0.5rem;
|
|
724
|
+
line-height: 1.25rem;
|
|
725
|
+
height: 1.5rem;
|
|
726
|
+
}
|
|
727
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
728
|
+
margin-right: 0.25rem;
|
|
729
|
+
}
|
|
730
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
731
|
+
margin-left: 0.25rem;
|
|
732
|
+
}
|
|
733
|
+
/* DO NOT CHANGE!*/
|
|
734
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.16",
|
|
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": "^7.
|
|
30
|
+
"@entur/icons": "^7.4.0",
|
|
31
31
|
"@entur/tokens": "^3.17.0",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
33
|
-
"@entur/utils": "^0.11.2
|
|
32
|
+
"@entur/typography": "^1.8.45",
|
|
33
|
+
"@entur/utils": "^0.11.2",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "045cada5d95c62d8ddfc95d82b4526742ab07d0a"
|
|
37
37
|
}
|