From 9d7466e70e22fd921e8ce43d1d870b466a46730b Mon Sep 17 00:00:00 2001 From: TetsuhiroSato Date: Thu, 26 Dec 2024 18:10:51 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=82=92DropDownMenuButt?= =?UTF-8?q?on=E3=81=AE=E4=B8=AD=E3=81=AB=E5=85=A5=E3=82=8C=E3=82=8B?= =?UTF-8?q?=E3=81=93=E3=81=A8=E3=82=92=E6=8E=A8=E5=A5=A8=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=A6=E8=89=AF=E3=81=84=E3=81=AE=E3=81=A7=E3=80=81?= =?UTF-8?q?=E8=A8=98=E8=BF=B0=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../products/components/dropdown/dropdown-menu-button.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx index de7149ddb..9ef5c2a1b 100644 --- a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx +++ b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx @@ -18,7 +18,6 @@ DropdownMenuButtonは複数の操作をまとめて提供するためのコン ただし以下の場合には操作が1つの場合でも、あえてドロップダウンパネルの中に配置することがあります。 - 操作の優先度に依る視覚的優先度を付けたいとき - - 例: 操作はオブジェクトの削除しかないが、積極的にオブジェクトの削除をさせたくない場合 - 類似する画面とのレイアウトの一貫性を保ちたいとき ### 操作の順序 From 09410904989d3633ff08381a8dc76a21e32ed2a5 Mon Sep 17 00:00:00 2001 From: TetsuhiroSato Date: Thu, 26 Dec 2024 18:21:30 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=B7=E4=BD=93=E3=81=AF=E3=83=AF?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E3=81=AA=E6=93=8D=E4=BD=9C=E3=81=AB=E9=A3=9B=E3=81=B0?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../products/components/dropdown/dropdown-menu-button.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx index 9ef5c2a1b..68e380cb8 100644 --- a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx +++ b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx @@ -17,7 +17,8 @@ DropdownMenuButtonは複数の操作をまとめて提供するためのコン ただし以下の場合には操作が1つの場合でも、あえてドロップダウンパネルの中に配置することがあります。 -- 操作の優先度に依る視覚的優先度を付けたいとき +- 操作の優先度に依る視覚的優先度を付けたいとき + - 具体的な方法は、[視覚的表現で目立ちにくくする](/products/design-patterns/confirmation-step/#h3-3)を参照してください。 - 類似する画面とのレイアウトの一貫性を保ちたいとき ### 操作の順序 From db7a7d25874fff70b5106e6477a0b23a7efbb107 Mon Sep 17 00:00:00 2001 From: TetsuhiroSato Date: Thu, 26 Dec 2024 18:40:11 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E8=A6=96=E8=A6=9A=E7=9A=84=E5=84=AA?= =?UTF-8?q?=E5=85=88=E5=BA=A6=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E3=81=AE=E5=80=8B=E6=95=B0=E3=81=AB=E5=A4=89=E3=82=8F?= =?UTF-8?q?=E3=82=89=E3=81=9A=E3=81=93=E3=81=AE=E6=96=B9=E6=B3=95=E3=81=AF?= =?UTF-8?q?=E4=BD=BF=E3=81=88=E3=81=AA=E3=81=84=E3=81=AE=E3=81=A7=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../products/components/dropdown/dropdown-menu-button.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx index 68e380cb8..230a3ff69 100644 --- a/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx +++ b/src/content/articles/products/components/dropdown/dropdown-menu-button.mdx @@ -17,8 +17,6 @@ DropdownMenuButtonは複数の操作をまとめて提供するためのコン ただし以下の場合には操作が1つの場合でも、あえてドロップダウンパネルの中に配置することがあります。 -- 操作の優先度に依る視覚的優先度を付けたいとき - - 具体的な方法は、[視覚的表現で目立ちにくくする](/products/design-patterns/confirmation-step/#h3-3)を参照してください。 - 類似する画面とのレイアウトの一貫性を保ちたいとき ### 操作の順序