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

fix(ToolButton): mv gap to wrapper of children prop #7039

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

inomdzhon
Copy link
Contributor

@inomdzhon inomdzhon commented Jun 20, 2024

Описание

При ширине >= 768px включается десктопный режим, в этот момент показывается иконка для десктопа. Для этой иконки применяется отступ справа – это создаёт визуальный баг когда не передан children.

Переносим отступ на контейнер для children, т.к. отступ нужен только тогда, когда он передан.

Дополнительные изменения

  • добавил JSDoc для параметра rounded;
  • убрал динамический ключ в объекте sizeYClassNames.

При ширине >= 768px включается десктопный режим, в этот момент показывается иконка для десктопа. Для этой иконки применяется отступ справа – это создаёт визуальный баг когда не передан `children`.

Переносим отступ на контейнер для `children`, т.к. отступ нужен только тогда, когда он передан.
@inomdzhon inomdzhon added this to the v6.1.2 milestone Jun 20, 2024
@inomdzhon inomdzhon self-assigned this Jun 20, 2024
@inomdzhon inomdzhon requested a review from a team as a code owner June 20, 2024 15:47
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Jun 20, 2024
Copy link
Contributor

size-limit report 📦

Path Size
JS 363.58 KB (+0.01% 🔺)
JS (gzip) 111.24 KB (+0.01% 🔺)
JS (brotli) 91.55 KB (-0.02% 🔽)
JS import Div (tree shaking) 1.42 KB (0%)
CSS 285.04 KB (-0.03% 🔽)
CSS (gzip) 36.98 KB (-0.03% 🔽)
CSS (brotli) 29.93 KB (-0.01% 🔽)

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

e2e tests

Playwright Report

Copy link
Contributor

👀 Docs deployed

Commit d90d8c8

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.49%. Comparing base (feece10) to head (d90d8c8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7039   +/-   ##
=======================================
  Coverage   83.49%   83.49%           
=======================================
  Files         351      351           
  Lines       10501    10501           
  Branches     3477     3477           
=======================================
  Hits         8768     8768           
  Misses       1733     1733           
Flag Coverage Δ
unittests 83.49% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mendrew mendrew left a comment

Choose a reason for hiding this comment

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

👍

@inomdzhon inomdzhon merged commit 0f7194b into master Jun 21, 2024
26 checks passed
@inomdzhon inomdzhon deleted the imirzhamolov/fix/ToolButton-gap branch June 21, 2024 13:49
vkcom-publisher pushed a commit that referenced this pull request Jun 21, 2024
h2. Описание

При ширине >= 768px включается десктопный режим, в этот момент показывается иконка для десктопа. Для этой иконки применяется отступ справа – это создаёт визуальный баг когда не передан `children`.

Переносим отступ на контейнер для `children`, т.к. отступ нужен только тогда, когда он передан.

h2. Дополнительные изменения

- добавил JSDoc для параметра `rounded`;
- убрал динамический ключ в объекте `sizeYClassNames`.
@vkcom-publisher
Copy link
Contributor

v6.1.2 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:tool-button ToolButton patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча type:bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants