-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Text の Story を見直し #4995
docs: Text の Story を見直し #4995
Conversation
commit: |
321030d
to
1b9ea6e
Compare
title: 'Text(テキスト)/Text/VRT', | ||
render: (args) => ( | ||
<Stack gap={0.5}> | ||
{/* styleType ごとにペアワイズ法で抽出したパターンをあてる */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
パターンの数が多く、VRT ですべてが正しくあたっているかどうかの確認はしていません。信じる気持ち。
}, | ||
}, | ||
args: { | ||
children: 'well-working 労働にまつわる社会課題をなくし、誰もがその人らしく働ける社会をつくる。', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英字と日本語、カタカナが混じるような文章がほしいけど暫定。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
italic と whiteSpace は自分たちで定義していない、かつ利用頻度が少ないので除外しました。
weight も定義していませんが、利用頻度を鑑みて含めました。
<Text {...args} whiteSpace="pre-wrap" /> | ||
</Stack> | ||
), | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここ、デフォルトのテキストや画面サイズだと違いがまったくわからないので悩ましいですね 🤔
個別に幅を縮めた親要素でラップして折り返しの挙動の違いを見れるようにするとかしても良いかもですが、まぁCSS標準のプロパティなので伝わるから良いかなぁ。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ウィンドウ幅を狭めて別 Story で VRT 取るのは嫌だなぁと思ってたんですが、幅を固定して改行含めるだけで少しイメージできるやつが作れますね!
対応しました!! 881e51a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍️ VRT のカバー率がすごそう
関連URL
https://smarthr.atlassian.net/browse/SHRUI-1080
概要
#4949 の方針に沿って、Text の Story を見直しました。
変更内容
確認方法
Storybook や Chromatic で確認してください。