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 LinkButton stylesheet import path #5435

Merged

Conversation

mcwinter07
Copy link
Contributor

Why

Failed file resolution reported in in the release thread by Viet and Brendan here.

This is due to the import of the shared button styles using the ~ alias import instead of a relative import, which does not get compiled correctly.

What

Update import of the Button stylesheet to use a relative path.

Copy link

changeset-bot bot commented Jan 2, 2025

🦋 Changeset detected

Latest commit: 0c4bd86

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

This PR includes changesets to release 1 package
Name Type
@kaizen/components 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

@mcwinter07 mcwinter07 changed the title Kzn 2931/fix link button stylesheet import resolution Fix LinkButton stylesheet import path Jan 2, 2025
@mcwinter07 mcwinter07 changed the title Fix LinkButton stylesheet import path fix LinkButton stylesheet import path Jan 2, 2025
@mcwinter07 mcwinter07 marked this pull request as ready for review January 3, 2025 00:03
@mcwinter07 mcwinter07 requested a review from a team as a code owner January 3, 2025 00:03
Copy link
Contributor

github-actions bot commented Jan 3, 2025

✨ Here is your branch preview! ✨

Last updated for commit 0c4bd86: add changeset

@mcwinter07 mcwinter07 enabled auto-merge (squash) January 3, 2025 00:09
@mcwinter07 mcwinter07 disabled auto-merge January 3, 2025 00:09
@mcwinter07
Copy link
Contributor Author

Passes all the chromatic tests and is a pretty safe update so I'm going to merge this in

@mcwinter07 mcwinter07 merged commit 4bfcd3e into main Jan 3, 2025
22 checks passed
@mcwinter07 mcwinter07 deleted the KZN-2931/fix-LinkButton-stylesheet-import-resolution branch January 3, 2025 00:15
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.

1 participant