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(Breadcrumbs): export LinkBreadcrumbsItem & ButtonBreadcrumbsItem types #1435

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

smsochneg
Copy link
Contributor

No description provided.

@gravity-ui-bot
Copy link
Contributor

Playwright Test Component is ready.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@smsochneg smsochneg force-pushed the fix-breadcrumbs-typings branch from d986394 to d2f9af5 Compare March 21, 2024 11:18
@korvin89 korvin89 changed the title fix: typings for Breadcrumbs components fix(Breadcrumbs): fix typings Mar 21, 2024
@smsochneg smsochneg force-pushed the fix-breadcrumbs-typings branch from d2f9af5 to 80b08f6 Compare March 21, 2024 11:57
@smsochneg smsochneg force-pushed the fix-breadcrumbs-typings branch from 80b08f6 to f783290 Compare March 21, 2024 11:57
@korvin89 korvin89 changed the title fix(Breadcrumbs): fix typings feat(Breadcrumbs): export LinkBreadcrumbsItem & ButtonBreadcrumbsItem types Mar 21, 2024
@korvin89 korvin89 merged commit e5fde1b into main Mar 21, 2024
4 checks passed
@korvin89 korvin89 deleted the fix-breadcrumbs-typings branch March 21, 2024 12:08
@@ -24,12 +24,12 @@ type BaseBreadcrumbsItem = {
title?: string;
};

type LinkBreadcrumbsItem = {
export type LinkBreadcrumbsItem = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's rename them to BreadcrumbsLinkItem and BreadcrumbsButtonItem, that's Breadcrumbs name will be at the beginning

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.

4 participants