@gooddata/sdk-ui-pluggable-host 11.55.0-alpha.2 → 11.55.0-alpha.4

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.
Files changed (2) hide show
  1. package/esm/ui/GenAIChat.js +1 -1
  2. package/package.json +19 -20
@@ -26,7 +26,7 @@ export function GenAIChat({ workspaceId, open, disabled, onOpen, onClose, askedQ
26
26
  // type (only visualizations did anything). Non-embedded mode uses the connected wrapper's default
27
27
  // open/navigate handler instead.
28
28
  const onLinkClick = useCallback((link) => {
29
- if (!embedded) {
29
+ if (!embedded && link.action === "open") {
30
30
  const currentUrl = window.location.pathname + window.location.hash;
31
31
  const areUrlsEqual = currentUrl === link.itemUrl;
32
32
  if (link.newTab) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pluggable-host",
3
- "version": "11.55.0-alpha.2",
3
+ "version": "11.55.0-alpha.4",
4
4
  "description": "GoodData SDK runtime for hosting pluggable applications — registry, loader, routing, platform context, default UI chrome",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -29,20 +29,20 @@
29
29
  "dependencies": {
30
30
  "@module-federation/runtime": "2.6.0",
31
31
  "lodash-es": "^4.17.23",
32
- "@gooddata/sdk-backend-base": "11.55.0-alpha.2",
33
- "@gooddata/sdk-backend-tiger": "11.55.0-alpha.2",
34
- "@gooddata/sdk-backend-spi": "11.55.0-alpha.2",
35
- "@gooddata/sdk-embedding": "11.55.0-alpha.2",
36
- "@gooddata/sdk-model": "11.55.0-alpha.2",
37
- "@gooddata/sdk-pluggable-application-model": "11.55.0-alpha.2",
38
- "@gooddata/sdk-ui": "11.55.0-alpha.2",
39
- "@gooddata/sdk-ui-application-header": "11.55.0-alpha.2",
40
- "@gooddata/sdk-ui-ext": "11.55.0-alpha.2",
41
- "@gooddata/sdk-ui-gen-ai": "11.55.0-alpha.2",
42
- "@gooddata/sdk-ui-kit": "11.55.0-alpha.2",
43
- "@gooddata/sdk-ui-semantic-search": "11.55.0-alpha.2",
44
- "@gooddata/sdk-ui-theme-provider": "11.55.0-alpha.2",
45
- "@gooddata/util": "11.55.0-alpha.2"
32
+ "@gooddata/sdk-backend-spi": "11.55.0-alpha.4",
33
+ "@gooddata/sdk-backend-tiger": "11.55.0-alpha.4",
34
+ "@gooddata/sdk-embedding": "11.55.0-alpha.4",
35
+ "@gooddata/sdk-model": "11.55.0-alpha.4",
36
+ "@gooddata/sdk-backend-base": "11.55.0-alpha.4",
37
+ "@gooddata/sdk-pluggable-application-model": "11.55.0-alpha.4",
38
+ "@gooddata/sdk-ui": "11.55.0-alpha.4",
39
+ "@gooddata/sdk-ui-ext": "11.55.0-alpha.4",
40
+ "@gooddata/sdk-ui-gen-ai": "11.55.0-alpha.4",
41
+ "@gooddata/sdk-ui-application-header": "11.55.0-alpha.4",
42
+ "@gooddata/sdk-ui-kit": "11.55.0-alpha.4",
43
+ "@gooddata/sdk-ui-semantic-search": "11.55.0-alpha.4",
44
+ "@gooddata/sdk-ui-theme-provider": "11.55.0-alpha.4",
45
+ "@gooddata/util": "11.55.0-alpha.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-documenter": "7.30.10",
@@ -57,7 +57,6 @@
57
57
  "@typescript-eslint/parser": "8.58.0",
58
58
  "@typescript/native-preview": "7.0.0-dev.20260202.1",
59
59
  "@vitest/coverage-v8": "4.1.8",
60
- "@vitest/eslint-plugin": "1.6.19",
61
60
  "eslint": "^9.39.2",
62
61
  "eslint-plugin-headers": "1.3.3",
63
62
  "eslint-plugin-jsdoc": "62.1.0",
@@ -69,8 +68,8 @@
69
68
  "happy-dom": "20.9.0",
70
69
  "jiti": "2.6.1",
71
70
  "npm-run-all": "4.1.5",
72
- "oxfmt": "0.52.0",
73
- "oxlint": "1.51.0",
71
+ "oxfmt": "0.58.0",
72
+ "oxlint": "1.57.0",
74
73
  "oxlint-tsgolint": "0.15.0",
75
74
  "react": "19.1.1",
76
75
  "react-dom": "19.1.1",
@@ -83,8 +82,8 @@
83
82
  "vite": "8.0.16",
84
83
  "vitest": "4.1.8",
85
84
  "vitest-dom": "0.1.1",
86
- "@gooddata/eslint-config": "11.55.0-alpha.2",
87
- "@gooddata/oxlint-config": "11.55.0-alpha.2"
85
+ "@gooddata/oxlint-config": "11.55.0-alpha.4",
86
+ "@gooddata/eslint-config": "11.55.0-alpha.4"
88
87
  },
89
88
  "peerDependencies": {
90
89
  "react": ">=18.3.1",