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(icon-view): fixed CDNIcon size #890

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

v-gevak
Copy link
Contributor

@v-gevak v-gevak commented Oct 3, 2023

Пример -

render(() => {
    return (
        <Space direction='horizontal'>
            {['128', '80', '64', '48', '40', '32', '24', '20'].map((size) => (
                <SuperEllipse size={size}>
                    <CDNIcon name='glyph_debt_m' />
                </SuperEllipse>
            ))}
        </Space>
    );
});

@changeset-bot
Copy link

changeset-bot bot commented Oct 3, 2023

🦋 Changeset detected

Latest commit: 79f4fc6

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

This PR includes changesets to release 2 packages
Name Type
@alfalab/core-components-cdn-icon Patch
@alfalab/core-components-icon-view 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

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

@v-gevak v-gevak merged commit f83ccb5 into master Oct 10, 2023
11 checks passed
@v-gevak v-gevak deleted the fix/cdn_icon_full_width branch October 10, 2023 07:12
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