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

Disp 140/button #467

Merged
merged 5 commits into from
Sep 13, 2024
Merged

Disp 140/button #467

merged 5 commits into from
Sep 13, 2024

Conversation

alatielle
Copy link
Contributor

@alatielle alatielle commented Sep 11, 2024

What

Button: Added all possible button states
Typography: Added loading the variable font and supported variable font-width

Media

Button

Screenshot 2024-09-13 at 15 49 59

Typography

before after
Screenshot 2024-09-13 at 15 43 08 Screenshot 2024-09-13 at 15 41 51

Why

​Resolves DISP-140

How

@alatielle alatielle changed the base branch from main to poc-experimental September 11, 2024 16:41
fontSize: theme.fontSizes[3],
fontWeight: theme.fontWeights.bold,
lineHeight: theme.lineHeights[3]
lineHeight: theme.lineHeights[3],
fontStretch: '50%'
Copy link
Contributor

Choose a reason for hiding this comment

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

💯 👏🏻 great that you noticed this in the designs!

@alatielle alatielle merged commit a6afc67 into poc-experimental Sep 13, 2024
4 of 5 checks passed
@alatielle alatielle deleted the DISP-140/button branch September 13, 2024 14:10
alatielle added a commit that referenced this pull request Sep 19, 2024
* feat(experimental): add Chip and Text

Add experimental theme and utils.

* feat(experimental): add Button WIP

* chore(storybook): upgrade to latest v8

* fix(raddi): fix order

* feat(font): load Roboto Flex in Storybook

* style(chip): remove commented/unused code

* feat(button): adjust style

* feat(text): add story

* feat(button): add secondary

* feat(storybook): re-order experimental folder

* feat(chip): remove react import from story

* feat(text): add kitchen sink

* feat(input): add input

* feat(input): export and fix story

* Disp 105/css colors (#466)

* feat: add experimental colors

* feat(button): use color variables

* feat(storybook): add experimental theme

* chore: update package-lock

---------

Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>

* Disp 140/button (#467)

* feat(storybook): add experimental themes for rider and driver

* feat(button): add styling

* feat(button): add pressed and focus states

* fix(text): fix typography

* feat(experimental): use rems in spaces

---------

Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>

* feat: add exports for experimental components (#464)

* feat: add exports for experimental components

* chore: rollback manual rc version

* feat(experimental): add color palette and global styles to export

* chore: put codemods back

---------

Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>

* Disp 139/input (#468)

* feat(input): replace base input with react-aria component

* feat(text-field): add basic styles and structure

* feat(text-field): add a flying label

* feat(text-field): add a flying label

* feat(text-field): add clearing

* chore(text-field): silence the style linter

* feat(text-field): add auto grow

* fix(text-field): fix overflow jump

---------

Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>

---------

Co-authored-by: Artur Miglio <artur.miglio@free-now.com>
Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>
Co-authored-by: martimalek <46452321+martimalek@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants