From 8fac7c892ac3e7889016ea64e40dcdf26f16bdd5 Mon Sep 17 00:00:00 2001 From: "shingo.sasaki" Date: Tue, 23 Jul 2024 13:43:25 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CompactInformationPanel=20=E3=81=AE=20?= =?UTF-8?q?Storybook=20=E3=81=8C=E9=87=8D=E8=A4=87=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#4797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VRTCompactInformationPanel.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smarthr-ui/src/components/CompactInformationPanel/VRTCompactInformationPanel.stories.tsx b/packages/smarthr-ui/src/components/CompactInformationPanel/VRTCompactInformationPanel.stories.tsx index 64984c79b5..f36182b2d0 100644 --- a/packages/smarthr-ui/src/components/CompactInformationPanel/VRTCompactInformationPanel.stories.tsx +++ b/packages/smarthr-ui/src/components/CompactInformationPanel/VRTCompactInformationPanel.stories.tsx @@ -9,7 +9,7 @@ import { Type } from './CompactInformationPanel.stories' import { CompactInformationPanel } from '.' export default { - title: 'Data Display(データ表示)/CompactInformationPanel', + title: 'Data Display(データ表示)/CompactInformationPanel(非推奨)', component: CompactInformationPanel, parameters: { withTheming: true,