@igo2/core 1.13.2 → 1.13.3
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/__ivy_ngcc__/locale/en.geo.json +6 -1
- package/__ivy_ngcc__/locale/en.json +6 -1
- package/__ivy_ngcc__/locale/fr.geo.json +6 -1
- package/__ivy_ngcc__/locale/fr.json +6 -1
- package/esm2020/lib/config/version.mjs +3 -3
- package/fesm2015/igo2-core.mjs +2 -2
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +2 -2
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/locale/en.geo.json +6 -1
- package/locale/en.json +6 -1
- package/locale/fr.geo.json +6 -1
- package/locale/fr.json +6 -1
- package/package.json +2 -2
- package/style/index.theming.scss +20 -21
package/style/index.theming.scss
CHANGED
|
@@ -927,29 +927,28 @@ button.toast-close-button {
|
|
|
927
927
|
}
|
|
928
928
|
|
|
929
929
|
@mixin igo-draw-theming($theme, $typography) {
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
930
|
+
$foreground: map-get($theme, foreground);
|
|
931
|
+
|
|
932
|
+
.igo-map-tooltip {
|
|
933
|
+
position: relative;
|
|
934
|
+
border-radius: 4px;
|
|
935
|
+
padding: 4px 8px;
|
|
936
|
+
white-space: nowrap;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.igo-map-tooltip-draw {
|
|
940
|
+
color: mat.get-color-from-palette($foreground, text);
|
|
941
|
+
font-weight: bold;
|
|
942
|
+
font-size: mat.font-size($typography, subheading-2);
|
|
943
|
+
}
|
|
938
944
|
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
font-
|
|
942
|
-
font-
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
igo-draw-popup-component {
|
|
946
|
-
h1 {
|
|
947
|
-
font-size: mat.font-size($typography, display-1);
|
|
948
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
949
|
-
}
|
|
945
|
+
igo-draw-popup-component {
|
|
946
|
+
h1 {
|
|
947
|
+
font-size: mat.font-size($typography, display-1);
|
|
948
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
950
949
|
}
|
|
951
|
-
|
|
952
|
-
|
|
950
|
+
}
|
|
951
|
+
}
|
|
953
952
|
@mixin igo-feature-theming($theme) {
|
|
954
953
|
@include igo-feature-details-theming($theme);
|
|
955
954
|
}
|