-
Notifications
You must be signed in to change notification settings - Fork 1
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(web, web-react): PartnerLogo
- prep for the stabilization
#1619
Merged
pavelklibani
merged 2 commits into
integration/BC-v3-design-tokens
from
feat/ds-1373-partner-logo-prep
Sep 10, 2024
Merged
Feat(web, web-react): PartnerLogo
- prep for the stabilization
#1619
pavelklibani
merged 2 commits into
integration/BC-v3-design-tokens
from
feat/ds-1373-partner-logo-prep
Sep 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pavelklibani
requested review from
literat,
adamkudrna,
crishpeen,
a team and
curdaj
as code owners
September 6, 2024 10:38
✅ Deploy Preview for spirit-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
👷 Deploy Preview for spirit-design-system-storybook processing.
|
pavelklibani
changed the base branch from
main
to
integration/BC-v3-design-tokens
September 6, 2024 10:38
pavelklibani
force-pushed
the
feat/ds-1373-partner-logo-prep
branch
from
September 6, 2024 10:39
72cf161
to
f17f65e
Compare
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
literat
approved these changes
Sep 6, 2024
curdaj
reviewed
Sep 10, 2024
...ges/web-react/src/components/UNSTABLE_PartnerLogo/__tests__/usePartnerLogoStyleProps.test.ts
Outdated
Show resolved
Hide resolved
...ges/web-react/src/components/UNSTABLE_PartnerLogo/__tests__/usePartnerLogoStyleProps.test.ts
Show resolved
Hide resolved
...ges/web-react/src/components/UNSTABLE_PartnerLogo/__tests__/usePartnerLogoStyleProps.test.ts
Outdated
Show resolved
Hide resolved
curdaj
approved these changes
Sep 10, 2024
crishpeen
approved these changes
Sep 10, 2024
packages/web-react/src/components/UNSTABLE_PartnerLogo/stories/UNSTABLE_PartnerLogo.stories.tsx
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_PartnerLogo/usePartnerLogoStyleProps.ts
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_PartnerLogo/usePartnerLogoStyleProps.ts
Outdated
Show resolved
Hide resolved
pavelklibani
force-pushed
the
feat/ds-1373-partner-logo-prep
branch
from
September 10, 2024 12:21
f17f65e
to
383d1b4
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/10792318014/artifacts/1914107636 |
… in `PartnerLogo` class - Preparation for stabilization of the `PartnerLogo` component - Solves #DS-1373
…in `PartnerLogo` component - Default value of `hasSafeArea` changed to `true` - Preparation for stabilization of the PartnerLogo component - Solves #DS-1373
pavelklibani
force-pushed
the
feat/ds-1373-partner-logo-prep
branch
from
September 10, 2024 13:39
383d1b4
to
c3144ae
Compare
ℹ️ rebased to actual integration/BC-v3-design-tokens |
pavelklibani
merged commit Sep 10, 2024
303f914
into
integration/BC-v3-design-tokens
21 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
safeArea
fromhasSafeAreaDisabled
hasSafeAreaDisabled
->hasSafeArea
and default value changed fromfalse
->true
Additional context
Issue reference
PartnerLogo - preparation for the stabilization