@gooddata/sdk-ui-geo 11.57.0-alpha.0 → 11.57.0-alpha.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.
@@ -1,5 +1,5 @@
1
1
  // (C) 2026 GoodData Corporation
2
- /* oxlint-disable no-barrel-files/no-barrel-files */
2
+ // oxlint-disable no-barrel-files/no-barrel-files
3
3
  /**
4
4
  * Internal entrypoint for `@gooddata/sdk-ui-geo`.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-geo",
3
- "version": "11.57.0-alpha.0",
3
+ "version": "11.57.0-alpha.2",
4
4
  "description": "GoodData.UI SDK - Geo Charts",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -43,12 +43,12 @@
43
43
  "ts-invariant": "0.10.3",
44
44
  "tslib": "2.8.1",
45
45
  "uuid": "11.1.1",
46
- "@gooddata/sdk-backend-spi": "11.57.0-alpha.0",
47
- "@gooddata/sdk-ui": "11.57.0-alpha.0",
48
- "@gooddata/sdk-model": "11.57.0-alpha.0",
49
- "@gooddata/sdk-ui-kit": "11.57.0-alpha.0",
50
- "@gooddata/sdk-ui-theme-provider": "11.57.0-alpha.0",
51
- "@gooddata/sdk-ui-vis-commons": "11.57.0-alpha.0"
46
+ "@gooddata/sdk-backend-spi": "11.57.0-alpha.2",
47
+ "@gooddata/sdk-model": "11.57.0-alpha.2",
48
+ "@gooddata/sdk-ui": "11.57.0-alpha.2",
49
+ "@gooddata/sdk-ui-theme-provider": "11.57.0-alpha.2",
50
+ "@gooddata/sdk-ui-kit": "11.57.0-alpha.2",
51
+ "@gooddata/sdk-ui-vis-commons": "11.57.0-alpha.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-documenter": "7.30.10",
@@ -77,20 +77,21 @@
77
77
  "eslint-plugin-sonarjs": "3.0.6",
78
78
  "npm-run-all": "4.1.5",
79
79
  "oxfmt": "0.66.0",
80
- "oxlint": "1.57.0",
81
- "oxlint-tsgolint": "0.15.0",
80
+ "oxlint": "1.66.0",
81
+ "oxlint-plugin-eslint": "1.82.0",
82
+ "oxlint-tsgolint": "0.18.1",
82
83
  "raf": "3.4.1",
83
84
  "react": "19.1.1",
84
85
  "react-dom": "19.1.1",
85
- "sass": "1.100.0",
86
+ "sass": "1.104.0",
86
87
  "stylelint": "16.26.1",
87
88
  "typescript": "7.0.2",
88
89
  "vitest": "4.1.8",
89
90
  "vitest-dom": "0.1.1",
90
- "@gooddata/eslint-config": "11.57.0-alpha.0",
91
- "@gooddata/sdk-backend-mockingbird": "11.57.0-alpha.0",
92
- "@gooddata/stylelint-config": "11.57.0-alpha.0",
93
- "@gooddata/oxlint-config": "11.57.0-alpha.0"
91
+ "@gooddata/eslint-config": "11.57.0-alpha.2",
92
+ "@gooddata/oxlint-config": "11.57.0-alpha.2",
93
+ "@gooddata/stylelint-config": "11.57.0-alpha.2",
94
+ "@gooddata/sdk-backend-mockingbird": "11.57.0-alpha.2"
94
95
  },
95
96
  "peerDependencies": {
96
97
  "react": "^18.0.0 || ^19.0.0",
@@ -1522,7 +1522,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
1522
1522
  width: 12px;
1523
1523
  }
1524
1524
  .legend-popup-dialog-content .legend-close[class*=gd-icon-]:active::before {
1525
- color: var(--gd-palette-primary-base-d06, rgb(17.512195122, 155.8585365854, 197.887804878));
1525
+ color: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
1526
1526
  }
1527
1527
  .legend-popup-dialog-content .legend-close[class*=gd-icon-]:focus::before, .legend-popup-dialog-content .legend-close[class*=gd-icon-]:hover::before {
1528
1528
  color: var(--gd-palette-primary-base, #14b2e2);