Skip to content
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

Merged
merged 2 commits into from
Oct 10, 2024
Merged

docs: Text の Story を見直し #4995

merged 2 commits into from
Oct 10, 2024

Conversation

uknmr
Copy link
Collaborator

@uknmr uknmr commented Oct 9, 2024

関連URL

https://smarthr.atlassian.net/browse/SHRUI-1080

概要

#4949 の方針に沿って、Text の Story を見直しました。

変更内容

確認方法

Storybook や Chromatic で確認してください。

@uknmr uknmr requested a review from a team as a code owner October 9, 2024 20:41
@uknmr uknmr requested review from Qs-F and masa0527 and removed request for a team October 9, 2024 20:41
Copy link

pkg-pr-new bot commented Oct 9, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@4995

commit: 881e51a

title: 'Text(テキスト)/Text/VRT',
render: (args) => (
<Stack gap={0.5}>
{/* styleType ごとにペアワイズ法で抽出したパターンをあてる */}
Copy link
Collaborator Author

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 労働にまつわる社会課題をなくし、誰もがその人らしく働ける社会をつくる。',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

英字と日本語、カタカナが混じるような文章がほしいけど暫定。

Copy link
Collaborator Author

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>
),
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここ、デフォルトのテキストや画面サイズだと違いがまったくわからないので悩ましいですね 🤔

個別に幅を縮めた親要素でラップして折り返しの挙動の違いを見れるようにするとかしても良いかもですが、まぁCSS標準のプロパティなので伝わるから良いかなぁ。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ウィンドウ幅を狭めて別 Story で VRT 取るのは嫌だなぁと思ってたんですが、幅を固定して改行含めるだけで少しイメージできるやつが作れますね!
対応しました!! 881e51a

image

Copy link
Contributor

@s-sasaki-0529 s-sasaki-0529 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍️ VRT のカバー率がすごそう

@uknmr uknmr enabled auto-merge (squash) October 10, 2024 04:45
@uknmr uknmr merged commit 44d9bfb into master Oct 10, 2024
13 checks passed
@uknmr uknmr deleted the improve-Text-story branch October 10, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants