@gooddata/sdk-ui-gen-ai 11.56.0-alpha.7 → 11.56.0-alpha.8
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/esm/components/messages/conversationContents/ConversationClarifyingQuestionsContent.js
CHANGED
|
@@ -20,7 +20,7 @@ export function ConversationClarifyingQuestionsContent(props) {
|
|
|
20
20
|
if (message.filled) {
|
|
21
21
|
return null;
|
|
22
22
|
}
|
|
23
|
-
return (_jsxs("div", { className: cx("gd-gen-ai-chat__conversation__item__content", bem.b()), tabIndex: 0, onKeyDown: keyboardHandler, ref: ref.ref, "aria-activedescendant": `${labelId}-option-${index}`, children: [_jsx("div", { className: bem.e("header"), id: labelId, children: question.text }), question.control.options.map((option, i) => (_jsxs("div", { id: `${labelId}-option-${i}`, className: bem.e("option", { focused: index === i }), "aria-selected": index === i, "aria-label": option.
|
|
23
|
+
return (_jsxs("div", { className: cx("gd-gen-ai-chat__conversation__item__content", bem.b()), tabIndex: 0, onKeyDown: keyboardHandler, ref: ref.ref, "aria-activedescendant": `${labelId}-option-${index}`, children: [_jsx("div", { className: bem.e("header"), id: labelId, children: question.text }), question.control.options.map((option, i) => (_jsxs("div", { id: `${labelId}-option-${i}`, className: bem.e("option", { focused: index === i }), "aria-selected": index === i, "aria-label": option.text, "aria-describedby": labelId, onClick: () => onSelectOption(question, i), children: [_jsx("div", { className: bem.e("option-index"), children: i + 1 }), _jsx("div", { className: bem.e("option-content"), children: _jsx(MarkdownComponent, { allowMarkdown: useMarkdown, references: objects, children: option.text }) }), _jsx("div", { className: bem.e("option-select"), children: _jsx(UiIcon, { type: "arrowRight", color: "complementary-7", size: 14 }) })] }, i))), _jsxs("div", { className: bem.e("footer"), children: [_jsx("div", { children: _jsx(FormattedMessage, { id: "gd.gen-ai.clarification-question.of", values: {
|
|
24
24
|
index: currentStep,
|
|
25
25
|
total: totalSteps,
|
|
26
26
|
} }) }), _jsx(UiButton, { dataId: SKIP_BUTTON_ID, label: intl.formatMessage({ id: "gd.gen-ai.clarification-question.skip-button" }), onClick: () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-gen-ai",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.8",
|
|
4
4
|
"description": "GoodData GenAI SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -57,18 +57,18 @@
|
|
|
57
57
|
"reselect": "5.1.1",
|
|
58
58
|
"tslib": "2.8.1",
|
|
59
59
|
"uuid": "11.1.1",
|
|
60
|
-
"@gooddata/api-client-tiger": "11.56.0-alpha.
|
|
61
|
-
"@gooddata/sdk-backend-spi": "11.56.0-alpha.
|
|
62
|
-
"@gooddata/sdk-model": "11.56.0-alpha.
|
|
63
|
-
"@gooddata/sdk-ui": "11.56.0-alpha.
|
|
64
|
-
"@gooddata/sdk-ui-charts": "11.56.0-alpha.
|
|
65
|
-
"@gooddata/sdk-ui-dashboard": "11.56.0-alpha.
|
|
66
|
-
"@gooddata/sdk-ui-filters": "11.56.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui-kit": "11.56.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/util": "11.56.0-alpha.
|
|
60
|
+
"@gooddata/api-client-tiger": "11.56.0-alpha.8",
|
|
61
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.8",
|
|
62
|
+
"@gooddata/sdk-model": "11.56.0-alpha.8",
|
|
63
|
+
"@gooddata/sdk-ui": "11.56.0-alpha.8",
|
|
64
|
+
"@gooddata/sdk-ui-charts": "11.56.0-alpha.8",
|
|
65
|
+
"@gooddata/sdk-ui-dashboard": "11.56.0-alpha.8",
|
|
66
|
+
"@gooddata/sdk-ui-filters": "11.56.0-alpha.8",
|
|
67
|
+
"@gooddata/sdk-ui-kit": "11.56.0-alpha.8",
|
|
68
|
+
"@gooddata/sdk-ui-pivot": "11.56.0-alpha.8",
|
|
69
|
+
"@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.8",
|
|
70
|
+
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.8",
|
|
71
|
+
"@gooddata/util": "11.56.0-alpha.8"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"typescript": "7.0.2",
|
|
108
108
|
"vitest": "4.1.8",
|
|
109
109
|
"vitest-dom": "0.1.1",
|
|
110
|
-
"@gooddata/
|
|
111
|
-
"@gooddata/
|
|
112
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
113
|
-
"@gooddata/reference-workspace": "11.56.0-alpha.
|
|
114
|
-
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.
|
|
115
|
-
"@gooddata/stylelint-config": "11.56.0-alpha.
|
|
110
|
+
"@gooddata/i18n-toolkit": "11.56.0-alpha.8",
|
|
111
|
+
"@gooddata/eslint-config": "11.56.0-alpha.8",
|
|
112
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.8",
|
|
113
|
+
"@gooddata/reference-workspace": "11.56.0-alpha.8",
|
|
114
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.8",
|
|
115
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.8"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"react": "^18.0.0 || ^19.0.0",
|