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.2.2
->33.3.0
Release Notes
seek-oss/braid-design-system (braid-design-system)
v33.3.0
Compare Source
Minor Changes
Table: Add component (#1673)
EXAMPLE USAGE:
MenuRenderer, OverflowMenu: Add
small
size. (#1675)Introduce a new
small
size forMenuRenderer
andOverflowMenu
.This is available via the
size
prop, which supports the existingstandard
(default) andsmall
.EXAMPLE USAGE:
Patch Changes
Tiles: Fixes a bug where nested
Tiles
components could calculate their columns incorrectly. (#1667)Previously, when using a
Tiles
component inside anotherTiles
component, the responsive column calculation could be incorrect in certain scenarios.This change ensures nested
Tiles
elements always calculate their columns correctly.Button, ButtonLink: Ensure inner label is full width (#1671)
Ensuring the inner label element is full width to maintain backwards compatibility with previous block layout.
Columns: Ensure component occupies available height (#1672)
Enables
Columns
content to occupy the available height of the parent container.AccordionItem: Simplify internal layout. (#1674)
Accordion, AccordionItem: Adjust spacing values for improved visual balance. (#1674)
This change reduces the default spacing within
Accordion
andAccordionItem
components at certain sizes, ensuring the content is better associated with the correctAccordionItem
.Within the
Accordion
component, the default space betweenAccordionItem
components has been reduced for sizelarge
with dividers, and sizessmall
andxsmall
without dividers.Within the
AccordionItem
component, the space between thelabel
and content has been reduced for sizeslarge
andsmall
.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.