From 37b44f0f53ba3884dd594723698b32986de8449f Mon Sep 17 00:00:00 2001 From: anuradha9712 Date: Fri, 26 Jul 2024 11:58:23 +0400 Subject: [PATCH] fix(AIResponse): remove beta from the AI Response stories --- core/ai-components/AIResponse/__stories__/custom.story.jsx | 2 +- .../AIResponse/__stories__/generatingContent.story.jsx | 2 +- .../AIResponse/__stories__/givingFeedback.story.jsx | 2 +- core/ai-components/AIResponse/__stories__/index.story.jsx | 2 +- core/ai-components/AIResponse/__stories__/loading.story.jsx | 2 +- docs/src/pages/components/AIResponse/code.mdx | 4 ++-- docs/src/pages/components/AIResponse/usage.mdx | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/ai-components/AIResponse/__stories__/custom.story.jsx b/core/ai-components/AIResponse/__stories__/custom.story.jsx index 5c7f0257ea..b7ce3aa6c7 100644 --- a/core/ai-components/AIResponse/__stories__/custom.story.jsx +++ b/core/ai-components/AIResponse/__stories__/custom.story.jsx @@ -25,7 +25,7 @@ export const CustomContent = () => { }; export default { - title: 'Components/AI/AI Response (Beta)/Custom Content', + title: 'Components/AI/AI Response/Custom Content', component: AIResponse, subcomponents: { 'AIResponse.Button': AIResponse.Button, diff --git a/core/ai-components/AIResponse/__stories__/generatingContent.story.jsx b/core/ai-components/AIResponse/__stories__/generatingContent.story.jsx index 8bbdc8495a..8ccc32d3ec 100644 --- a/core/ai-components/AIResponse/__stories__/generatingContent.story.jsx +++ b/core/ai-components/AIResponse/__stories__/generatingContent.story.jsx @@ -322,7 +322,7 @@ const customCode = `() => { }`; export default { - title: 'Components/AI/AI Response (Beta)/Generating Content', + title: 'Components/AI/AI Response/Generating Content', component: AIResponse, subcomponents: { 'AIResponse.Button': AIResponse.Button, diff --git a/core/ai-components/AIResponse/__stories__/givingFeedback.story.jsx b/core/ai-components/AIResponse/__stories__/givingFeedback.story.jsx index c450c6e13b..da6e300490 100644 --- a/core/ai-components/AIResponse/__stories__/givingFeedback.story.jsx +++ b/core/ai-components/AIResponse/__stories__/givingFeedback.story.jsx @@ -438,7 +438,7 @@ const customCode = `() => { }`; export default { - title: 'Components/AI/AI Response (Beta)/Giving Feedback', + title: 'Components/AI/AI Response/Giving Feedback', component: AIResponse, subcomponents: { 'AIResponse.Button': AIResponse.Button, diff --git a/core/ai-components/AIResponse/__stories__/index.story.jsx b/core/ai-components/AIResponse/__stories__/index.story.jsx index 680a8504f5..1a99c6b574 100644 --- a/core/ai-components/AIResponse/__stories__/index.story.jsx +++ b/core/ai-components/AIResponse/__stories__/index.story.jsx @@ -165,7 +165,7 @@ const customCode = `() => { }`; export default { - title: 'Components/AI/AI Response (Beta)/All', + title: 'Components/AI/AI Response/All', component: AIResponse, subcomponents: { 'AIResponse.Button': AIResponse.Button, diff --git a/core/ai-components/AIResponse/__stories__/loading.story.jsx b/core/ai-components/AIResponse/__stories__/loading.story.jsx index b71ace248a..1d28386499 100644 --- a/core/ai-components/AIResponse/__stories__/loading.story.jsx +++ b/core/ai-components/AIResponse/__stories__/loading.story.jsx @@ -11,7 +11,7 @@ export const GeneratingResponse = () => { }; export default { - title: 'Components/AI/AI Response (Beta)/Generating Response', + title: 'Components/AI/AI Response/Generating Response', component: AIResponse, subcomponents: { 'AIResponse.Button': AIResponse.Button, diff --git a/docs/src/pages/components/AIResponse/code.mdx b/docs/src/pages/components/AIResponse/code.mdx index 389fb1e14a..24ff80a5f6 100644 --- a/docs/src/pages/components/AIResponse/code.mdx +++ b/docs/src/pages/components/AIResponse/code.mdx @@ -1,7 +1,7 @@ #### Live Demo
- + #### Props - + diff --git a/docs/src/pages/components/AIResponse/usage.mdx b/docs/src/pages/components/AIResponse/usage.mdx index 14c979ed76..0121a2215f 100644 --- a/docs/src/pages/components/AIResponse/usage.mdx +++ b/docs/src/pages/components/AIResponse/usage.mdx @@ -8,7 +8,7 @@ keywords: ['Chat', 'Response', 'AI Chat', 'Chat box'] AI response is used to deliver information from Sara to the user. - + ### States @@ -99,7 +99,7 @@ It is recommended to display a tooltip when hovering over icon buttons within an Here is an example showcasing how content is generated inside AI Response. - + ### Usage @@ -115,4 +115,4 @@ AI responses are highly customizable and can incorporate a wide range of compone Users can share their feedback on the AI response by using the feedback buttons located at the bottom right corner of the response. - +