@gooddata/sdk-ui-gen-ai 11.44.0-alpha.1 → 11.44.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 +1 @@
1
- {"version":3,"file":"GenAIChatConversations.d.ts","sourceRoot":"","sources":["../../src/components/GenAIChatConversations.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEH,KAAK,EAAE,EAGP,KAAK,YAAY,EASpB,MAAM,OAAO,CAAC;AAkBf,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EACH,oBAAoB,EAEpB,qBAAqB,EACxB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACH,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EAC3B,MAAM,oCAAoC,CAAC;AAY5C,KAAK,gCAAgC,GAAG;IACpC,YAAY,EAAE,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;IACtD,aAAa,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;CAC3D,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACvC,kBAAkB,EAAE,OAAO,wBAAwB,CAAC;IACpD,eAAe,EAAE,OAAO,qBAAqB,CAAC;IAC9C,kBAAkB,EAAE,OAAO,wBAAwB,CAAC;CACvD,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACvC,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,YAAY,EAAE,sBAAsB,KAAK,IAAI,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,gCAAgC,GACtE,mCAAmC,GACnC,mCAAmC,CAAC;AA6qBxC,eAAO,MAAM,sBAAsB,EAAE,EAAE,CAAC,mCAAmC,CAGzC,CAAC"}
1
+ {"version":3,"file":"GenAIChatConversations.d.ts","sourceRoot":"","sources":["../../src/components/GenAIChatConversations.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEH,KAAK,EAAE,EAGP,KAAK,YAAY,EASpB,MAAM,OAAO,CAAC;AAkBf,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EACH,oBAAoB,EAEpB,qBAAqB,EACxB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACH,wBAAwB,EACxB,qBAAqB,EACrB,wBAAwB,EAC3B,MAAM,oCAAoC,CAAC;AAY5C,KAAK,gCAAgC,GAAG;IACpC,YAAY,EAAE,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;IACtD,aAAa,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;CAC3D,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACvC,kBAAkB,EAAE,OAAO,wBAAwB,CAAC;IACpD,eAAe,EAAE,OAAO,qBAAqB,CAAC;IAC9C,kBAAkB,EAAE,OAAO,wBAAwB,CAAC;CACvD,CAAC;AAEF,KAAK,mCAAmC,GAAG;IACvC,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,YAAY,EAAE,sBAAsB,KAAK,IAAI,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,gCAAgC,GACtE,mCAAmC,GACnC,mCAAmC,CAAC;AAkrBxC,eAAO,MAAM,sBAAsB,EAAE,EAAE,CAAC,mCAAmC,CAGzC,CAAC"}
@@ -41,7 +41,12 @@ function GenAIChatConversationsComponent({ onClose, onSelect, wrapper, deleteCon
41
41
  data: conversation,
42
42
  iconRight: (_jsx("div", { className: "gd-gen-ai-chat__window__conversations__list__delete-button", children: _jsx(Dropdown, { returnFocusTo: menuRef, onToggle: () => {
43
43
  setOpenedId(openedId ? undefined : conversation.localId);
44
- }, isOpen: openedId === conversation.localId, alignPoints: [{ align: "bl tl" }], renderButton: ({ toggleDropdown, buttonRef, ariaAttributes, accessibilityConfig, }) => (_jsx(UiIconButton, { ref: (element) => {
44
+ }, isOpen: openedId === conversation.localId, alignPoints: [
45
+ { align: "bl tl" },
46
+ { align: "br tr" },
47
+ { align: "tl bl" },
48
+ { align: "tr br" },
49
+ ], renderButton: ({ toggleDropdown, buttonRef, ariaAttributes, accessibilityConfig, }) => (_jsx(UiIconButton, { ref: (element) => {
45
50
  buttonRef.current = element;
46
51
  }, size: "medium", variant: "tertiary", label: intl.formatMessage({
47
52
  id: "gd.gen-ai.conversations.menu.aria-label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-gen-ai",
3
- "version": "11.44.0-alpha.1",
3
+ "version": "11.44.0-alpha.2",
4
4
  "description": "GoodData GenAI SDK",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -56,18 +56,18 @@
56
56
  "reselect": "5.1.1",
57
57
  "tslib": "2.8.1",
58
58
  "uuid": "11.1.1",
59
- "@gooddata/api-client-tiger": "11.44.0-alpha.1",
60
- "@gooddata/sdk-backend-spi": "11.44.0-alpha.1",
61
- "@gooddata/sdk-ui": "11.44.0-alpha.1",
62
- "@gooddata/sdk-model": "11.44.0-alpha.1",
63
- "@gooddata/sdk-ui-charts": "11.44.0-alpha.1",
64
- "@gooddata/sdk-ui-dashboard": "11.44.0-alpha.1",
65
- "@gooddata/sdk-ui-filters": "11.44.0-alpha.1",
66
- "@gooddata/sdk-ui-kit": "11.44.0-alpha.1",
67
- "@gooddata/sdk-ui-pivot": "11.44.0-alpha.1",
68
- "@gooddata/sdk-ui-semantic-search": "11.44.0-alpha.1",
69
- "@gooddata/util": "11.44.0-alpha.1",
70
- "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.1"
59
+ "@gooddata/api-client-tiger": "11.44.0-alpha.2",
60
+ "@gooddata/sdk-backend-spi": "11.44.0-alpha.2",
61
+ "@gooddata/sdk-ui": "11.44.0-alpha.2",
62
+ "@gooddata/sdk-ui-charts": "11.44.0-alpha.2",
63
+ "@gooddata/sdk-ui-dashboard": "11.44.0-alpha.2",
64
+ "@gooddata/sdk-model": "11.44.0-alpha.2",
65
+ "@gooddata/sdk-ui-filters": "11.44.0-alpha.2",
66
+ "@gooddata/sdk-ui-kit": "11.44.0-alpha.2",
67
+ "@gooddata/sdk-ui-pivot": "11.44.0-alpha.2",
68
+ "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.2",
69
+ "@gooddata/util": "11.44.0-alpha.2",
70
+ "@gooddata/sdk-ui-semantic-search": "11.44.0-alpha.2"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@microsoft/api-documenter": "^7.17.0",
@@ -110,13 +110,13 @@
110
110
  "typescript": "5.9.3",
111
111
  "vitest": "4.1.8",
112
112
  "vitest-dom": "0.1.1",
113
- "@gooddata/eslint-config": "11.44.0-alpha.1",
114
- "@gooddata/i18n-toolkit": "11.44.0-alpha.1",
115
- "@gooddata/oxlint-config": "11.44.0-alpha.1",
116
- "@gooddata/reference-workspace": "11.44.0-alpha.1",
117
- "@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.1",
118
- "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.1",
119
- "@gooddata/stylelint-config": "11.44.0-alpha.1"
113
+ "@gooddata/eslint-config": "11.44.0-alpha.2",
114
+ "@gooddata/i18n-toolkit": "11.44.0-alpha.2",
115
+ "@gooddata/oxlint-config": "11.44.0-alpha.2",
116
+ "@gooddata/reference-workspace": "11.44.0-alpha.2",
117
+ "@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.2",
118
+ "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.2",
119
+ "@gooddata/stylelint-config": "11.44.0-alpha.2"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "react": "^18.0.0 || ^19.0.0",