@entur/layout 2.3.11-beta.0 → 2.3.11
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 +32 -32
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -406,35 +406,6 @@
|
|
|
406
406
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
407
407
|
/* DO NOT CHANGE!*/
|
|
408
408
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
409
|
-
.eds-tag {
|
|
410
|
-
background: #e9e9e9;
|
|
411
|
-
color: #181c56;
|
|
412
|
-
display: inline-block;
|
|
413
|
-
min-width: 2rem;
|
|
414
|
-
padding: 0.25rem 0.75rem;
|
|
415
|
-
font-size: 0.875rem;
|
|
416
|
-
line-height: 1.375rem;
|
|
417
|
-
}
|
|
418
|
-
.eds-tag--leading-icon .eds-icon {
|
|
419
|
-
margin-right: 0.5rem;
|
|
420
|
-
}
|
|
421
|
-
.eds-tag--trailing-icon .eds-icon {
|
|
422
|
-
margin-left: 0.5rem;
|
|
423
|
-
}
|
|
424
|
-
.eds-tag--compact {
|
|
425
|
-
font-size: 0.75rem;
|
|
426
|
-
padding: 0.125rem 0.5rem;
|
|
427
|
-
line-height: 1.25rem;
|
|
428
|
-
height: 1.5rem;
|
|
429
|
-
}
|
|
430
|
-
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
431
|
-
margin-right: 0.25rem;
|
|
432
|
-
}
|
|
433
|
-
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
434
|
-
margin-left: 0.25rem;
|
|
435
|
-
}
|
|
436
|
-
/* DO NOT CHANGE!*/
|
|
437
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
438
409
|
/* DO NOT CHANGE!*/
|
|
439
410
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
440
411
|
/* DO NOT CHANGE!*/
|
|
@@ -675,8 +646,8 @@
|
|
|
675
646
|
--basecolors-shape-accent: #e5e5e9;
|
|
676
647
|
--basecolors-shape-bicycle-contrast: #4db295;
|
|
677
648
|
--basecolors-shape-bicycle-default: #4db295;
|
|
678
|
-
--basecolors-shape-bus-contrast: #
|
|
679
|
-
--basecolors-shape-bus-default: #
|
|
649
|
+
--basecolors-shape-bus-contrast: #ef7398;
|
|
650
|
+
--basecolors-shape-bus-default: #ef7398;
|
|
680
651
|
--basecolors-shape-cableway-contrast: #b898e5;
|
|
681
652
|
--basecolors-shape-cableway-default: #b898e5;
|
|
682
653
|
--basecolors-shape-disabled: #b6b8ba;
|
|
@@ -719,7 +690,7 @@
|
|
|
719
690
|
--basecolors-stroke-highlight: #ff9494;
|
|
720
691
|
--basecolors-stroke-light: #b3b4bd;
|
|
721
692
|
--basecolors-stroke-subdued: #81828f;
|
|
722
|
-
--basecolors-stroke-subduedalt: #
|
|
693
|
+
--basecolors-stroke-subduedalt: #949699;
|
|
723
694
|
--basecolors-text-accent: #e5e5e9;
|
|
724
695
|
--basecolors-text-disabled: #b6b8ba;
|
|
725
696
|
--basecolors-text-disabledalt: #b6b8ba;
|
|
@@ -732,3 +703,32 @@
|
|
|
732
703
|
:root {
|
|
733
704
|
--eds-layout: 1;
|
|
734
705
|
}
|
|
706
|
+
/* DO NOT CHANGE!*/
|
|
707
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
708
|
+
.eds-tag {
|
|
709
|
+
background: #e9e9e9;
|
|
710
|
+
color: #181c56;
|
|
711
|
+
display: inline-block;
|
|
712
|
+
min-width: 2rem;
|
|
713
|
+
padding: 0.25rem 0.75rem;
|
|
714
|
+
font-size: 0.875rem;
|
|
715
|
+
line-height: 1.375rem;
|
|
716
|
+
}
|
|
717
|
+
.eds-tag--leading-icon .eds-icon {
|
|
718
|
+
margin-right: 0.5rem;
|
|
719
|
+
}
|
|
720
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
721
|
+
margin-left: 0.5rem;
|
|
722
|
+
}
|
|
723
|
+
.eds-tag--compact {
|
|
724
|
+
font-size: 0.75rem;
|
|
725
|
+
padding: 0.125rem 0.5rem;
|
|
726
|
+
line-height: 1.25rem;
|
|
727
|
+
height: 1.5rem;
|
|
728
|
+
}
|
|
729
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
730
|
+
margin-right: 0.25rem;
|
|
731
|
+
}
|
|
732
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
733
|
+
margin-left: 0.25rem;
|
|
734
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.11
|
|
3
|
+
"version": "2.3.11",
|
|
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": "^
|
|
31
|
-
"@entur/tokens": "^3.15.
|
|
32
|
-
"@entur/typography": "^1.8.40
|
|
30
|
+
"@entur/icons": "^6.18.1",
|
|
31
|
+
"@entur/tokens": "^3.15.2",
|
|
32
|
+
"@entur/typography": "^1.8.40",
|
|
33
33
|
"@entur/utils": "^0.11.1",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
|
|
37
37
|
}
|