You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Remove the deprecated screen prop from the Hidden component.
For content designed to improve the screen reader experience, please use use the HiddenVisually component instead.
Alternatively, for content designed to be hidden unconditionally, remove the screen prop.
Remove the deprecated bleedY prop from the Toggle component.
Consumers should remove use of the bleedY prop, and if previously setting bleedY to false, should update their layout accordingly.
📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
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
This file contains hidden or 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
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 contains the following updates:
^33.0.0->^34.0.0Release Notes
seek-oss/braid-design-system (braid-design-system)
v34.0.0Compare Source
Major Changes
Hidden: Remove
screenprop (#1947)Remove the deprecated
screenprop from theHiddencomponent.For content designed to improve the screen reader experience, please use use the
HiddenVisuallycomponent instead.Alternatively, for content designed to be hidden unconditionally, remove the
screenprop.MIGRATION GUIDE:
Box, atoms: Remove deprecated
ratingvariable. (#1947)Consumers should use the
brandAccentorneutralvariables instead.MIGRATION GUIDE:
Card: Remove
roundedprop (#1947)The
roundedprop only affected deleted themes such asapacand has no effect on supported themes.MIGRATION GUIDE:
Box, atoms: Remove deprecated
outlinevaluenone, andboxShadowvalueoutlineFocus. (#1947)Braid leverages the
outlineproperty directly, managing focus rings of interactive elements as part of its scoped CSS reset.MIGRATION GUIDE:
For styling the focus ring via
Box:outline="none"andboxShadow="outlineFocus"focus outlinesfor guidance on leveraging Braid's focus outline styles.For styling the focus outline of an element based on the focus of another element, see
outlineStyle.apac: Remove in favour of
seekJobstheme (#1947)The previously deprecated
apactheme has been removed.Consumers should migrate to the
seekJobstheme.MIGRATION GUIDE:
IconList: Remove deprecated component, in favour of more specific list types:
IconBulletListandIconNumberedList. (#1947)MIGRATION GUIDE:
Toggle: Remove
bleedYprop (#1947)Remove the deprecated
bleedYprop from theTogglecomponent.Consumers should remove use of the
bleedYprop, and if previously settingbleedYto false, should update their layout accordingly.MIGRATION GUIDE:
Patch Changes
is-mobiledependency (#1945)Configuration
📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.