@gooddata/sdk-ui-geo 10.25.0-alpha.9 → 10.25.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-geo",
3
- "version": "10.25.0-alpha.9",
3
+ "version": "10.25.0",
4
4
  "description": "GoodData.UI SDK - Geo Charts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,12 +41,12 @@
41
41
  "ts-invariant": "^0.7.5",
42
42
  "tslib": "^2.5.0",
43
43
  "uuid": "^8.3.2",
44
- "@gooddata/sdk-backend-spi": "10.25.0-alpha.9",
45
- "@gooddata/sdk-model": "10.25.0-alpha.9",
46
- "@gooddata/sdk-ui-kit": "10.25.0-alpha.9",
47
- "@gooddata/sdk-ui": "10.25.0-alpha.9",
48
- "@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.9",
49
- "@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.9"
44
+ "@gooddata/sdk-backend-spi": "10.25.0",
45
+ "@gooddata/sdk-model": "10.25.0",
46
+ "@gooddata/sdk-ui": "10.25.0",
47
+ "@gooddata/sdk-ui-kit": "10.25.0",
48
+ "@gooddata/sdk-ui-theme-provider": "10.25.0",
49
+ "@gooddata/sdk-ui-vis-commons": "10.25.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -92,7 +92,7 @@
92
92
  "typescript": "5.3.3",
93
93
  "vitest": "3.0.8",
94
94
  "vitest-dom": "0.1.1",
95
- "@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.9"
95
+ "@gooddata/sdk-backend-mockingbird": "10.25.0"
96
96
  },
97
97
  "scripts": {
98
98
  "clean": "rm -rf ci dist esm styles/css coverage *.log tsconfig.tsbuildinfo",
@@ -963,7 +963,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
963
963
  .viz-legend .series-axis-indicator {
964
964
  display: flex;
965
965
  align-items: center;
966
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
966
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
967
967
  cursor: pointer;
968
968
  }
969
969
  .viz-legend .series-item .series-icon,
@@ -1149,13 +1149,13 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
1149
1149
  margin: 0 10px;
1150
1150
  font-size: 12px;
1151
1151
  color: var(--gd-palette-complementary-6, #94a1ad);
1152
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1152
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1153
1153
  }
1154
1154
  .viz-legend.static .paging span strong {
1155
1155
  color: var(--gd-palette-complementary-9, #000);
1156
1156
  }
1157
1157
  .viz-legend.color-legend {
1158
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1158
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1159
1159
  }
1160
1160
  .viz-legend.color-legend .labels {
1161
1161
  display: flex;
@@ -1317,7 +1317,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
1317
1317
  margin: 0 15px;
1318
1318
  }
1319
1319
  .legend-popup-dialog .legend-header .legend-header-title {
1320
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1320
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1321
1321
  color: var(--gd-palette-complementary-7, #6d7680);
1322
1322
  font-size: 12px;
1323
1323
  }
@@ -1863,7 +1863,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
1863
1863
  }
1864
1864
  .pushpin-size-legend .pushpin-size-legend-circle::after {
1865
1865
  color: var(--gd-palette-complementary-6-from-theme, #acaeae);
1866
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1866
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1867
1867
  }
1868
1868
  .pushpin-size-legend .pushpin-size-legend-circle:last-child::after {
1869
1869
  content: "";