-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release v2.1.3 #1474
Merged
Merged
Release v2.1.3 #1474
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
…to allow JSX.Element types
DSD-1607: Updates zIndex for searchbar select icon
DSD-624: hasVisitedState prop
…TML heading elements are passed
DSD-1628: font weight for subtitle styles
DSD-1633: spacing for FeaturedContent
…YPL/nypl-design-system into DSD-1634/campaign-hero-spacing
DSD-1634 & DSD-1100: campaign hero spacing and background image styles
DSD-1521: Add sizeBasedOn prop to Image
Prep for Release v2.1.3
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* release:
EdwinGuzman
approved these changes
Dec 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR does the following:
Adds
hasVisitedStyles
prop toLink
which is used to include or omit the visited state styles. Default value is true.useDSHeading
hook to render a default H2 heading or a custom heading element.sizeBasedOn
prop to theImage
component.isDarkBackgroundImage
prop to theHero
component.Updates
disabled
variant fromLink
theme file, as it isn't being used.font-weight
to"regular"
for thesubtitle1
andsubtitle2
text styles."digitalCollectionsBlack"
variant of theLogo
component to use NYPL color design tokens.JSX.Element
type values into their"title"
prop:List
,NewsletterSignup
,JSX.Element
type values into their"headingText"
prop:AlphabetFilter
,AudioPlayer
,ComponentWrapper
,SearchBar
,VideoPlayer
Notification
component to acceptJSX.Element
type values into its"notificationHeading"
prop.StructuredContent
component to acceptJSX.Element
type values into its"headingText"
and"calloutText"
props.FeaturedContent
component by adjusting the spacing in the"fullScreen"
variant to better align the component text content with the page text content."campaign"
variant of theHero
component to improve the spacing around the component.Fixes
SearchBar
's select icon so it no longer disappears.DatePicker
's calendar container so that the helper text does not shift when the calendar opens.