From c3564ecbad41accba8d6ce173ddba27fa132aa9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:16:54 +0000 Subject: [PATCH 1/2] docs(jp/bootstrap-theme): sync with EN article improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove width="100%" from Image components (igxCards, igxDialog, ngbAccordion, darkVariant) - Update SCSS selectors: .card-header → .accordion-header/.accordion-button, .card → .accordion-item - Remove
after API リファレンス heading - Change 関連トピック: plain text to ## 関連トピック heading Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../themes/misc/bootstrap-theming.mdx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx b/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx index 2ae5a29973..19dcdead31 100644 --- a/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx +++ b/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx @@ -89,19 +89,18 @@ import { IgxAvatarModule } from 'igniteui-angular/avatar'; デモ サンプルの実行方法を見てみましょう。Ignite UI コンポーネントと NG Bootstrap コンポーネントを組み合わせたもので、1 つのアプリケーションにうまく収まります。この例のナビゲーションは、 および とともに bootstrap [`navbar`](https://getbootstrap.com/docs/4.0/components/navbar/) を使用して作成されます。[Campaigns] ボタンの下の [`dropdown`](https://ng-bootstrap.github.io/#/components/dropdown/examples) も bootstrap ライブラリから取得されます。ナビゲーションの下で、 コンポーネントを使用して統計を表示します。カード内に複数の項目を配置しました - 、[`buttons`](https://getbootstrap.com/docs/4.0/components/buttons/) および [`ngb-ratings`](https://ng-bootstrap.github.io/#/components/rating/examples)。 -Ignite UI for Angular Cards +Ignite UI for Angular Cards `[More]` ボタンをクリックすると、 が表示されます。 -Ignite UI for Angular Dialog +Ignite UI for Angular Dialog 次に、クレジット カードに関する情報を表示する [`ngb-accordion`](https://ng-bootstrap.github.io/#/components/accordion/examples) を追加しました。コンテンツの中には、 と `igx-button` があります。 -NG Bootstrap Accordion - +NG Bootstrap Accordion 最後に、右上隅に Ignite UI for Angular `アイコン ボタン`を挿入し、アプリ全体のテーマを変更します。 -Dark Variant Theme +Dark Variant Theme ## スタイル設定 @@ -264,12 +263,13 @@ Ignite UI for Angular のすべてのコンポーネントは渡されたパレ // Overriding ngb-accordion colors with colors from the custom dark palette .accordion { - .card-header { + .accordion-header, + .accordion-button { background-color: color($custom-dark-palette, 'gray', 200); color: color($custom-dark-palette, 'gray', 900); } - .card { + .accordion-item { background-color: color($custom-dark-palette, 'surface'); border-color: color($custom-dark-palette, 'gray', 300); } @@ -355,8 +355,6 @@ Ignite UI for Angular は、テーマごとに 4 つのデフォルト タイプ ## API リファレンス -
- - - - @@ -364,7 +362,7 @@ Ignite UI for Angular は、テーマごとに 4 つのデフォルト タイプ - - -関連トピック: +## 関連トピック - [パレット](../sass/palettes.md) - [コンポーネント テーマ](../sass/component-themes.md) From 3e2957a5ae1915e18b683721a7aae12c116b75d8 Mon Sep 17 00:00:00 2001 From: jsakamotoIGJP Date: Wed, 8 Jul 2026 17:51:45 +0900 Subject: [PATCH 2/2] fix(jp/bootstrap-theme): remove leftover English links in Additional Resources --- .../content/jp/components/themes/misc/bootstrap-theming.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx b/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx index 19dcdead31..d390d0874a 100644 --- a/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx +++ b/docs/angular/src/content/jp/components/themes/misc/bootstrap-theming.mdx @@ -380,6 +380,3 @@ Ignite UI for Angular は、テーマごとに 4 つのデフォルト タイプ コミュニティに参加して新しいアイデアをご提案ください。 - [Ignite UI for Angular **フォーラム** (英語)](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular) - [Ignite UI for Angular **GitHub** (英語)](https://github.com/IgniteUI/igniteui-angular) - -- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular) -- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)