From ccb09851e789502107f2206757d8212935761154 Mon Sep 17 00:00:00 2001 From: kenji-arata Date: Mon, 20 Oct 2025 21:44:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?CalloutVariants=E3=81=AB=E3=81=8A=E3=81=91?= =?UTF-8?q?=E3=82=8Bwip=E3=82=BF=E3=82=B0=E3=81=AETitle=E3=82=92=E6=BA=96?= =?UTF-8?q?=E5=82=99=E4=B8=AD=E3=81=AB=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MDX/ExpandableCallout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/ExpandableCallout.tsx b/src/components/MDX/ExpandableCallout.tsx index 2dfefd30d..116355e2f 100644 --- a/src/components/MDX/ExpandableCallout.tsx +++ b/src/components/MDX/ExpandableCallout.tsx @@ -70,7 +70,7 @@ const variantMap = { 'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)', }, wip: { - title: 'Under Construction', + title: '準備中', Icon: IconNote, containerClasses: 'bg-yellow-5 dark:bg-yellow-60 dark:bg-opacity-20', textColor: 'text-yellow-50 dark:text-yellow-40', From 1498936ecbf58a18bd2a2088711071d5217a867f Mon Sep 17 00:00:00 2001 From: kenji-arata Date: Mon, 20 Oct 2025 21:48:37 +0900 Subject: [PATCH 2/2] =?UTF-8?q?CalloutVariants=E3=81=AB=E3=81=8A=E3=81=91?= =?UTF-8?q?=E3=82=8Bexperimental=E3=82=BF=E3=82=B0=E3=81=AETitle=E3=82=92?= =?UTF-8?q?=E5=AE=9F=E9=A8=93=E7=9A=84=E6=A9=9F=E8=83=BD=E3=81=AB=E7=BF=BB?= =?UTF-8?q?=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MDX/ExpandableCallout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/ExpandableCallout.tsx b/src/components/MDX/ExpandableCallout.tsx index 116355e2f..676770897 100644 --- a/src/components/MDX/ExpandableCallout.tsx +++ b/src/components/MDX/ExpandableCallout.tsx @@ -53,7 +53,7 @@ const variantMap = { 'linear-gradient(rgba(245, 249, 248, 0), rgba(245, 249, 248, 1)', }, experimental: { - title: 'Experimental Feature', + title: '実験的機能', Icon: IconCanary, containerClasses: 'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg',