From 09f6bae78768b103f794c4e27e4207ac9f619aff Mon Sep 17 00:00:00 2001 From: onlyexeption Date: Thu, 28 May 2026 13:29:04 +0300 Subject: [PATCH 1/3] feat(angular): add chip variants --- docs/angular/src/content/en/components/chip.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/angular/src/content/en/components/chip.mdx b/docs/angular/src/content/en/components/chip.mdx index 79b7cf8a23..6d02350102 100644 --- a/docs/angular/src/content/en/components/chip.mdx +++ b/docs/angular/src/content/en/components/chip.mdx @@ -98,6 +98,15 @@ The has an ``` +## Variants + +The Angular chip supports several pre-defined stylistic variants. You can change the variant by assigning one of the supported values - `primary`, `info`, `success`, `warning`, or `danger` to the input property. + +```html +Success +``` + + ### Selection From 2a53cdd26042d2bfc788b9463cf50e86f2d11cfb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 13:29:31 +0000 Subject: [PATCH 2/3] Add Variants section to Japanese chip documentation --- docs/angular/src/content/jp/components/chip.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/angular/src/content/jp/components/chip.mdx b/docs/angular/src/content/jp/components/chip.mdx index 1e7c7535a6..3029dc925e 100644 --- a/docs/angular/src/content/jp/components/chip.mdx +++ b/docs/angular/src/content/jp/components/chip.mdx @@ -99,6 +99,16 @@ Ignite UI for Angular Chips モジュールまたはディレクティブをイ ``` +## バリアント + +Angular チップは、いくつかの定義済みスタイル バリアントをサポートしています。 入力プロパティにサポートされている値 (`primary`、`info`、`success`、`warning`、または `danger`) のいずれかを割り当てることで、バリアントを変更できます。 + +```html +Success +``` + + + ### 選択 Selecting Default From 76dcf6c489c3c81c55806ce826885121b9e68949 Mon Sep 17 00:00:00 2001 From: TomoyaWashio <148823993+TomoyaWashio@users.noreply.github.com> Date: Fri, 29 May 2026 10:45:03 +0900 Subject: [PATCH 3/3] Fix typo in chip.mdx variant section --- docs/angular/src/content/jp/components/chip.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular/src/content/jp/components/chip.mdx b/docs/angular/src/content/jp/components/chip.mdx index 3029dc925e..ed321c4e41 100644 --- a/docs/angular/src/content/jp/components/chip.mdx +++ b/docs/angular/src/content/jp/components/chip.mdx @@ -101,7 +101,7 @@ Ignite UI for Angular Chips モジュールまたはディレクティブをイ ## バリアント -Angular チップは、いくつかの定義済みスタイル バリアントをサポートしています。 入力プロパティにサポートされている値 (`primary`、`info`、`success`、`warning`、または `danger`) のいずれかを割り当てることで、バリアントを変更できます。 +Angular チップは、いくつかの定義済みスタイル バリアントをサポートしています。 入力プロパティにサポートされている値のいずれか (`primary`、`info`、`success`、`warning`、または `danger`) を割り当てることで、バリアントを変更できます。 ```html Success