-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(plasma-ui): add labels for time pickers #749
Conversation
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
1f178f4
to
5e83e5c
Compare
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
color: ${whiteTertiary}; | ||
${footnote1}; | ||
font-weight: normal; | ||
font-size: ${({ size = DEFAULT_PICKER_SIZE }) => labelFontSize[size]}; |
Check warning
Code scanning / Semgrep
Semgrep Finding: gitlab.eslint.detect-object-injection
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.
@Yeti-or Ты про то что он кинул алерт?
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.
ну либо я не понял идею, типа можно заполютить object если в size прописать что-то не то
но это точно нам надо править?
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.
А ты понял где прочитать пример эксплоита?
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.
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
d029f9f
to
20b6374
Compare
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
color: ${whiteTertiary}; | ||
${footnote1}; | ||
font-weight: normal; | ||
font-size: ${({ size = DEFAULT_PICKER_SIZE }) => labelFontSize[size]}; |
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.
кажется это не кореектно в этом месте
20b6374
to
21c7e32
Compare
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
21c7e32
to
c6cf110
Compare
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
c6cf110
to
4ce30bd
Compare
Theme Builder app deployed! http://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-749/ |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr/pr-749/ |
Component performance testing Result: 🟢 Success Check out report in job artifacts! |
🚀 This PR is included in version: @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected], @salutejs/[email protected] 🚀 |
Release Notes
Добавлены
label
для компонентаTimePicker
.What/why Changed
Что бы было понятно с чем пользователь имеет дело было решено добавить label.
Стало
🐤 Download canary assets:
📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via:
Version
Published prerelease version:
@salutejs/[email protected]
@salutejs/[email protected]
@salutejs/[email protected]
@salutejs/[email protected]
Changelog
Release Notes
plasma-web: Pass
ref
to DropdownItem (#769)Добавлена возможность использовать свойство
ref
для компонентаDropdownItem
plasma-infra: Update version (#770)
Выключили sync package-lock's файлов для приватных пакетов.
What/why Changed
При попытке установить приватный пакет, получаем ошибку 404 - Not found.
Поэтому принято решение не запускать
npm i --package-lock-only
для приватнных пакетов.Добавлен флаг
--legacy-peer-deps
что бы исключить ошибки:plasma-infra: Update private packages version with @auto-it (#734)
Включили обновление версий для всех пакетов, включая приватные.
What/why Changed
Сделали патчи для
@auto-it/core
и@auto-it/npm
что бы можно было включить в обработку все пакеты.Как оказалось в
@auto-it/core
в методеgetLernaPackages(packages/core/src/utils/get-lerna-packages.ts)
была логика фильтрующая пакеты по полюprivate
:C помощью
patch-package
сделал патчи для изменения этой логики.В этом commit из песочнице можно посмотреть как это работает.
Запуск локально проекта
auto next --dry-run
(Report what command will do but do not actually do anything)при изменениях в пакете
plasma-web
:Так же откатили/удалили все что было связанно с ручным обновлением версий в приватных пакетах.
🚀 Enhancement
Link
component with new design and core #696 (@neretin-trike)@salutejs/plasma-ui
@salutejs/plasma-hope
Radiobox
component #775 (@neretin-trike)Spinner
component with new design and core #736 (@neretin-trike)Link
component with new design and core #696 (@neretin-trike)ref
to DropdownItem #769 (@Yakutoc)@salutejs/plasma-web
Radiobox
component with new design and core #775 (@neretin-trike)Checkbox
from plasma-new-hope and update snapshots #754 (@neretin-trike)Spinner
component with new design and core #736 (@neretin-trike)Link
component with new design and core #696 (@neretin-trike)@salutejs/plasma-b2c
Radiobox
component with new design and core #775 (@neretin-trike)Checkbox
component with new design and core #754 (@neretin-trike)Spinner
component with new design and core #736 (@neretin-trike)Link
component with new design and core #696 (@neretin-trike)@salutejs/plasma-new-hope
Radiobox
component with new design and core #775 (@neretin-trike)Checkbox
component with new design and core #754 (@neretin-trike)Spinner
component with new design and core #736 (@neretin-trike)Link
component with new design and core #696 (@neretin-trike)@salutejs/plasma-core
,@salutejs/plasma-new-hope
Spinner
component with new design and core #736 (@neretin-trike)@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-temple
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-sb-utils
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-web
@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-web
@salutejs/plasma-tokens
@salutejs/plasma-tokens-utils
@salutejs/plasma-tokens
,@salutejs/plasma-tokens-utils
🐛 Bug Fix
@salutejs/plasma-b2c
,@salutejs/plasma-hope
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-web
@salutejs/plasma-core
,@salutejs/plasma-hope
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-temple
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-sb-utils
@salutejs/plasma-core
dev
@salutejs/plasma-b2c
,@salutejs/plasma-hope
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-hope
,@salutejs/plasma-new-hope
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-new-hope
,@salutejs/plasma-web
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-new-hope
,@salutejs/plasma-temple
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-sb-utils
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-temple
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-sb-utils
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-temple
,@salutejs/plasma-tokens-b2b
,@salutejs/plasma-tokens-b2c
,@salutejs/plasma-tokens-web
,@salutejs/plasma-tokens
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-cy-utils
,@salutejs/plasma-sb-utils
,@salutejs/plasma-tokens-utils
@salutejs/plasma-b2c
,@salutejs/plasma-core
,@salutejs/plasma-hope
,@salutejs/plasma-icons
,@salutejs/plasma-temple
,@salutejs/plasma-tokens-web
,@salutejs/plasma-ui
,@salutejs/plasma-web
,@salutejs/plasma-sb-utils
,@salutejs/plasma-tokens-utils
@salutejs/plasma-new-hope
@salutejs/plasma-temple
,@salutejs/plasma-ui
Authors: 7