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

feat(popup-sheet): new component #791

Merged
merged 1 commit into from
Aug 16, 2023
Merged

feat(popup-sheet): new component #791

merged 1 commit into from
Aug 16, 2023

Conversation

v-gevak
Copy link
Contributor

@v-gevak v-gevak commented Aug 14, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 14, 2023

🦋 Changeset detected

Latest commit: ceaceb5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 55 packages
Name Type
@alfalab/core-components-navigation-bar Minor
@alfalab/core-components-shared Minor
@alfalab/core-components-base-modal Minor
@alfalab/core-components-popup-sheet Major
@alfalab/core-components-bottom-sheet Patch
@alfalab/core-components-modal Patch
@alfalab/core-components-side-panel Patch
@alfalab/core-components-action-button Patch
@alfalab/core-components-button Patch
@alfalab/core-components-markdown Patch
@alfalab/core-components-pass-code Patch
@alfalab/core-components-pattern-lock Patch
@alfalab/core-components-pure-cell Patch
@alfalab/core-components-select Patch
@alfalab/core-components-sortable-list Patch
@alfalab/core-components-system-message Patch
@alfalab/core-components-tabs Patch
@alfalab/core-components-drawer Patch
@alfalab/core-components-gallery Patch
@alfalab/core-components-tooltip Patch
@alfalab/core-components-calendar Patch
@alfalab/core-components-attach Patch
@alfalab/core-components-confirmation-v1 Patch
@alfalab/core-components-confirmation Patch
@alfalab/core-components-custom-button Patch
@alfalab/core-components-icon-button Patch
@alfalab/core-components-input-autocomplete Patch
@alfalab/core-components-input Patch
@alfalab/core-components-picker-button Patch
@alfalab/core-components-plate Patch
@alfalab/core-components-table Patch
@alfalab/core-components-custom-picker-button Patch
@alfalab/core-components-intl-phone-input Patch
@alfalab/core-components-select-with-tags Patch
@alfalab/core-components-calendar-input Patch
@alfalab/core-components-calendar-range Patch
@alfalab/core-components-calendar-with-skeleton Patch
@alfalab/core-components-date-range-input Patch
@alfalab/core-components-date-time-input Patch
@alfalab/core-components-file-upload-item Patch
@alfalab/core-components-password-input Patch
@alfalab/core-components-toast-plate Patch
@alfalab/core-components-amount-input Patch
@alfalab/core-components-date-input Patch
@alfalab/core-components-masked-input Patch
@alfalab/core-components-number-input Patch
@alfalab/core-components-slider-input Patch
@alfalab/core-components-time-input Patch
@alfalab/core-components-with-suffix Patch
@alfalab/core-components-alert Patch
@alfalab/core-components-notification Patch
@alfalab/core-components-toast Patch
@alfalab/core-components-bank-card Patch
@alfalab/core-components-phone-input Patch
@alfalab/core-components-notification-manager Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@core-ds-bot
Copy link
Collaborator

core-ds-bot commented Aug 14, 2023

Bundle size report

Entry point Size (minified)
navigation-bar/shared.js 14.17 (+14.17 KB🔺)
popup-sheet/index.js 57.89 (+57.89 KB🔺)

@v-gevak v-gevak force-pushed the feat/popup-sheet branch 3 times, most recently from aade73c to 281ce69 Compare August 16, 2023 05:36
@core-ds core-ds deleted a comment from core-ds-bot Aug 16, 2023
@core-ds core-ds deleted a comment from core-ds-bot Aug 16, 2023
@core-ds core-ds deleted a comment from core-ds-bot Aug 16, 2023
@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@SiebenSieben
Copy link
Contributor

Тут нет лишнего отступа сверху?
image

@v-gevak
Copy link
Contributor Author

v-gevak commented Aug 16, 2023

Тут нет лишнего отступа сверху? image

По макетам делал - https://www.figma.com/file/MqpSYcvpzj0NG58uLTGJKK/Web-%3A%3A-Storybook-Docs?type=design&node-id=3703-44051&mode=design&t=TuU8WSdxOwXW55s9-0

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

margin: auto var(--gap-xs) var(--gap-xs);
width: calc(100% - 2 * var(--gap-xs));
max-width: 600px;
border-radius: 36px;
Copy link
Contributor

Choose a reason for hiding this comment

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

@Oladii 😱

}

.exitBySwipe {
transform: translateY(calc(100% + 100px));
Copy link
Contributor

Choose a reason for hiding this comment

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

Не сразу понятно, что за 100px

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Добавил коммент

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@v-gevak v-gevak merged commit ec3fd9b into master Aug 16, 2023
8 checks passed
@v-gevak v-gevak deleted the feat/popup-sheet branch August 16, 2023 11:25
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.

None yet

5 participants