-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [ai][assistant] Create AI Assistant Icon, Avatar, Beacon (#203879…
…) (#204745) # Backport This will backport the following commits from `main` to `8.x`: - [[ai][assistant] Create AI Assistant Icon, Avatar, Beacon (#203879)](#203879) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Clint Andrew Hall","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-13T21:18:35Z","message":"[ai][assistant] Create AI Assistant Icon, Avatar, Beacon (#203879)","sha":"666a0cf9719a0af7c868a36f49b9d478b59a39a2","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","v9.0.0","Team:Obs AI Assistant","ci:project-deploy-observability","v8.18.0"],"number":203879,"url":"https://github.com/elastic/kibana/pull/203879","mergeCommit":{"message":"[ai][assistant] Create AI Assistant Icon, Avatar, Beacon (#203879)","sha":"666a0cf9719a0af7c868a36f49b9d478b59a39a2"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203879","number":203879,"mergeCommit":{"message":"[ai][assistant] Create AI Assistant Icon, Avatar, Beacon (#203879)","sha":"666a0cf9719a0af7c868a36f49b9d478b59a39a2"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
- Loading branch information
1 parent
d8c3ddf
commit 8e17323
Showing
50 changed files
with
513 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
import { defaultConfig } from '@kbn/storybook'; | ||
|
||
module.exports = { | ||
...defaultConfig, | ||
stories: [ | ||
'../**/*.stories.tsx', | ||
'../../../platform/packages/shared/ai-assistant/**/*.stories.tsx', | ||
], | ||
reactOptions: { | ||
strictMode: true, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
import { addons } from '@storybook/addons'; | ||
import { create } from '@storybook/theming'; | ||
import { PANEL_ID } from '@storybook/addon-actions'; | ||
|
||
addons.setConfig({ | ||
theme: create({ | ||
base: 'light', | ||
brandTitle: 'AI Assistant Storybook', | ||
brandUrl: 'https://github.com/elastic/kibana/tree/main/x-pack/packages/kbn-ai-assistant', | ||
}), | ||
showPanel: true.valueOf, | ||
selectedPanel: PANEL_ID, | ||
}); |
51 changes: 0 additions & 51 deletions
51
x-pack/packages/kbn-ai-assistant/src/buttons/ask_assistant_button.stories.tsx
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...ck/packages/kbn-ai-assistant/src/buttons/hide_expand_conversation_list_button.stories.tsx
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
x-pack/packages/kbn-ai-assistant/src/buttons/new_chat_button.stories.tsx
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
x-pack/packages/kbn-ai-assistant/src/chat/chat_body.stories.tsx
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.stories.tsx
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
x-pack/packages/kbn-ai-assistant/src/chat/chat_header.stories.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.