Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 470372c

Browse files
authored
Merge pull request #1953 from IgniteUI/jp-sync/theming-mcp-angular-content-2f8352930165bad9
[jp-sync] fix(jp/theming-mcp): sync Angular-specific content
2 parents 6b4704f + 5dc9151 commit 470372c

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

doc/jp/components/ai/theming-mcp.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ $my-palette: palette(
340340

341341
> 「デザイン システムでは、プライマリ グリーンの 14 個すべてのシェードに正確な 16 進数値が指定されています。値を貼り付けます — カスタム パレットを作成して。」
342342
343-
AI は、プライマリ カラーに `mode: "explicit"` を使用して `create_custom_palette` を呼び出し、残りは自動生成します。
343+
AI は、プライマリ カラーに `mode: "explicit"` を使用して `create_custom_palette` を呼び出し、残りは自動生成します。<!-- Angular --> シェード生成の詳細については、[パレット](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/sass/palettes)を参照してください。<!-- end: Angular-->
344344

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

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

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

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

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

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

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

383383
## その他のリソース
384384

385385
- [{ProductName} スキル](./skills.md)
386+
387+
<!-- Ideally these should be included once documentation is combined
388+
- [Theming Overview](../themes/index.md)
389+
- [Palettes](../themes/palettes.md)
390+
- [Typography](../themes/typography.md)
391+
- [Elevations](../themes/elevations.md)
392+
- [Spacing](../themes/spacing.md)
393+
- [Roundness](../themes/roundness.md)
394+
- [Theming with Sass](../themes/sass/index.md)
395+
-->
396+
397+
<div class="divider--half"></div>
398+
399+
コミュニティは常に活気があり、新しいアイデアを歓迎しています。
400+
386401
- [{ProductName} **フォーラム** (英語)]({ForumsLink})
387402
- [{ProductName} **GitHub** (英語)]({GithubLink})

0 commit comments

Comments
 (0)