Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions doc/jp/components/ai/theming-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ $my-palette: palette(

> 「デザイン システムでは、プライマリ グリーンの 14 個すべてのシェードに正確な 16 進数値が指定されています。値を貼り付けます — カスタム パレットを作成して。」

AI は、プライマリ カラーに `mode: "explicit"` を使用して `create_custom_palette` を呼び出し、残りは自動生成します。
AI は、プライマリ カラーに `mode: "explicit"` を使用して `create_custom_palette` を呼び出し、残りは自動生成します。<!-- Angular --> シェード生成の詳細については、[パレット](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/sass/palettes)を参照してください。<!-- end: Angular-->

### コンポーネント レベルのカスタマイズ

Expand All @@ -358,7 +358,7 @@ AI は、カレンダー コンポーネントにスコープされた `set_spac

**プラットフォームが検出されない**

`detect_platform` が `null` または `generic` を返す場合は、`package.json` に Ignite UI パッケージ (例: `igniteui-react`) が依存関係としてリストされていることを確認してください。AI に明示的に伝えることもできます: 「{ProductName} を使用して。」
`detect_platform` が `null` または `generic` を返す場合は、`package.json` に Ignite UI パッケージ (例: `{PackageCommon}`) が依存関係としてリストされていることを確認してください。AI に明示的に伝えることもできます: 「{Platform} プラットフォームを使用して。」

**カラーの輝度警告**

Expand All @@ -377,11 +377,26 @@ AI がカラーの輝度について警告した場合、選択したカラー
ng add igniteui-angular
```

また、`styles.scss` で他のテーマ mixin の前に `core()` が呼び出されていることを確認してください。
また、`styles.scss` で他のテーマ mixin の前に `core()` が呼び出されていることを確認してください。正しいファイルのセットアップについては、「[Sass を使用したテーマ設定](<a href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/sass/index">)」を参照してください。
<!-- end: Angular -->

## その他のリソース

- [{ProductName} スキル](./skills.md)

<!-- Ideally these should be included once documentation is combined
- [Theming Overview](../themes/index.md)
- [Palettes](../themes/palettes.md)
- [Typography](../themes/typography.md)
- [Elevations](../themes/elevations.md)
- [Spacing](../themes/spacing.md)
- [Roundness](../themes/roundness.md)
- [Theming with Sass](../themes/sass/index.md)
-->

<div class="divider--half"></div>

コミュニティは常に活気があり、新しいアイデアを歓迎しています。

- [{ProductName} **フォーラム** (英語)]({ForumsLink})
- [{ProductName} **GitHub** (英語)]({GithubLink})
Loading