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

deps: braid-design-system 33.3.0 #762

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
braid-design-system (source) 33.2.2 -> 33.3.0 age adoption passing confidence

Release Notes

seek-oss/braid-design-system (braid-design-system)

v33.3.0

Compare Source

Minor Changes
  • Table: Add component (#​1673)

    EXAMPLE USAGE:

    <Table label="Table example">
      <TableHeader>
        <TableRow>
          <TableHeaderCell>...</TableHeaderCell>
          <TableHeaderCell>...</TableHeaderCell>
          <TableHeaderCell>...</TableHeaderCell>
        </TableRow>
      </TableHeader>
      <TableBody>
        <TableRow>
          <TableCell>...</TableCell>
          <TableCell>...</TableCell>
          <TableCell>...</TableCell>
        </TableRow>
        ...
      </TableBody>
    </Table>
  • MenuRenderer, OverflowMenu: Add small size. (#​1675)

    Introduce a new small size for MenuRenderer and OverflowMenu.
    This is available via the size prop, which supports the existing standard (default) and small.

    EXAMPLE USAGE:

    <MenuRenderer size="small" ... />
Patch Changes
  • Tiles: Fixes a bug where nested Tiles components could calculate their columns incorrectly. (#​1667)

    Previously, when using a Tiles component inside another Tiles 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 and AccordionItem components at certain sizes, ensuring the content is better associated with the correct AccordionItem.

    Within the Accordion component, the default space between AccordionItem components has been reduced for size large with dividers, and sizes small and xsmall without dividers.
    Within the AccordionItem component, the space between the label and content has been reduced for sizes large and small.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Dec 24, 2024

⚠️ No Changeset found

Latest commit: 3e074a7

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

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@AhmedMagedElhawary AhmedMagedElhawary merged commit c731278 into master Dec 26, 2024
5 checks passed
@AhmedMagedElhawary AhmedMagedElhawary deleted the renovate-braid-design-system-33.x branch December 26, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant