From 16744f5b530b5471058d0d771383abe792c661f6 Mon Sep 17 00:00:00 2001 From: Anna Gonzales Date: Mon, 18 Nov 2024 16:34:14 -0600 Subject: [PATCH 1/3] Update broken links on Carbon for AI page Old experimental links were still being used and needed to be updated. --- src/pages/guidelines/carbon-for-ai/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/guidelines/carbon-for-ai/index.mdx b/src/pages/guidelines/carbon-for-ai/index.mdx index 94e1ed2a365..afd78378277 100644 --- a/src/pages/guidelines/carbon-for-ai/index.mdx +++ b/src/pages/guidelines/carbon-for-ai/index.mdx @@ -72,7 +72,7 @@ identify any instances of AI being used in an experience. | AI Asset | Status | Figma library | Code | | ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Experimental | [(v11) All themes]() | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) | -| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Experimental | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/story/experimental-slug--default) | +| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Experimental | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) | | [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/chat) | ## Style elements @@ -344,9 +344,9 @@ presence," followed by "All AI elements." Components in Carbon come with the AI style properties already available for use through a mix-in. For more details on how to use the AI label in code, see the -[React](https://react.carbondesignsystem.com/?path=/docs/experimental-unstable-slug--overview) +[React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview) and -[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/experimental-slug--default) +[Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) storybooks. From c3b673dc7230eedcd121ed472769922c99db54ea Mon Sep 17 00:00:00 2001 From: Anna Gonzales Date: Tue, 19 Nov 2024 15:40:38 -0600 Subject: [PATCH 2/3] Update index.mdx --- src/pages/guidelines/carbon-for-ai/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/guidelines/carbon-for-ai/index.mdx b/src/pages/guidelines/carbon-for-ai/index.mdx index afd78378277..ae38be88fd3 100644 --- a/src/pages/guidelines/carbon-for-ai/index.mdx +++ b/src/pages/guidelines/carbon-for-ai/index.mdx @@ -71,9 +71,9 @@ identify any instances of AI being used in an experience. | AI Asset | Status | Figma library | Code | | ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Experimental | [(v11) All themes]() | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) | -| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Experimental | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) | -| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/chat) | +| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Stable | [(v11) All themes]() | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) | +| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Stable | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) | +| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/web-components/src/components/chat) | ## Style elements From c98fb6ac99c2c64719a3d90b7635c40e3c0b3799 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Wed, 20 Nov 2024 12:21:23 -0600 Subject: [PATCH 3/3] chore: format --- src/pages/guidelines/carbon-for-ai/index.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/guidelines/carbon-for-ai/index.mdx b/src/pages/guidelines/carbon-for-ai/index.mdx index ae38be88fd3..e5c1cb75968 100644 --- a/src/pages/guidelines/carbon-for-ai/index.mdx +++ b/src/pages/guidelines/carbon-for-ai/index.mdx @@ -69,11 +69,11 @@ identify any instances of AI being used in an experience. ### Assets -| AI Asset | Status | Figma library | Code | -| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Stable | [(v11) All themes]() | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) | -| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Stable | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) | -| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/web-components/src/components/chat) | +| AI Asset | Status | Figma library | Code | +| ---------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [AI style elements](/guidelines/carbon-for-ai/#style-elements) | Stable | [(v11) All themes]() | [@carbon/themes](https://github.com/carbon-design-system/carbon/blob/cd57b295688aad843fc7d7b4585db4ee1987afe8/packages/themes/src/white.js#L209) | +| [AI Carbon components](/guidelines/carbon-for-ai/#ai-components) | Stable | [(v11) All themes]() | [React](https://react.carbondesignsystem.com/?path=/docs/components-ailabel--overview), [Web-components](https://web-components.carbondesignsystem.com/?path=/docs/components-ai-label--overview) | +| [AI chat](/guidelines/carbon-for-ai/#ai-chat) | Experimental | [Chat component library](https://www.figma.com/design/j6Wh5Ud6cDLwlx1i4pmQo7/Chat-Component-Library---Carbon-for-AI?m=auto) | [watsonx Assistant](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html), [@carbon-labs/ai-chat](https://github.com/carbon-design-system/carbon-labs/tree/main/packages/web-components/src/components/chat) | ## Style elements