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: initial setup of button classes #48

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

fabiangaukler
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Oct 18, 2024

⚠️ No Changeset found

Latest commit: 038daa1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

stories: ["../src/**/*.mdx"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.ts"],
addons: ["@storybook/addon-essentials", "storybook-addon-pseudo-states"],
Copy link
Contributor

Choose a reason for hiding this comment

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

ist addon-links in den essentials enthalten, oder weshalb ist es rausgeflogen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Die Links verwenden wir momentan nicht, soweit ich weiß

};

// Hovered (Button Hovered)
export const HoveredStory: Story = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Brauchen wir die Stories für die einzelnen Zustände wirklich? Ist im Storybook nicht eigentlich spannender, wie die Buttons (oder andere Komponenten) aussehen und verhalten, wenn man sie in einer Anwendung einbaut?

Meine Auffassung einer einzelnen Story wäre genrell "das ist eine Möglichkeit, wie du diese Komponente nutzen kannst". In dem Moment wird dann auch der "view code" button richtig spannend für poentielle Nutzer des design systems.

font-size: var(--hap-typography-font-size-body-small);
font-weight: var(--hap-typography-font-weight-medium);
letter-spacing: var(--hap-typography-letter-spacing-lg);
/* has to be calculated because it's only accepted as a value of percentage */
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ich hatte da mal Probleme mit, aber nach deinem Kommentar hab ich es wieder probiert und es funktioniert mit px

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.

2 participants