forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ai][assistant] Create AI Assistant Icon, Avatar, Beacon (elastic#203879
- Loading branch information
1 parent
d9fc226
commit 666a0cf
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.
Oops, something went wrong.