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

chore(deps): update dependency @ark-ui/react to v2.2.3 #3033

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ark-ui/react (source) 2.1.1 -> 2.2.3 age adoption passing confidence

Release Notes

chakra-ui/ark (@​ark-ui/react)

v2.2.3

Compare Source

Fixed
  • Resolved an issue with using Locale in Next.js projects.
  • Resolved an issue with Toast not updating its toasts and count properties when creating one or
    more toasts.

v2.2.2

Compare Source

Fixed
  • Resolved an issue that a disabled Accordion.Item could still be opened.

v2.2.1

Compare Source

  • Updated to latest @ark-ui/anatomy version.

v2.2.0

Compare Source

Added
  • Added Collapsible component.

  • Added support for defaultExpandedIds in the TreeView component.

  • Enhanced the performance of the Ark factory by utilizing memo to avoid unnecessary re-renders.

  • Integrated Collapsible into Accordion, allowing the Accordion component to utilize
    Collapsible for animating the opening and closing of content.d

@​keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: var(--height);
  }
}

@​keyframes slideUp {
  from {
    height: var(--height);
  }
  to {
    height: 0;
  }
}

[data-scope='accordion'][data-part='item-content'][data-state='open'] {
  animation: slideDown 250ms;
}

[data-scope='accordion'][data-part='item-content'][data-state='closed'] {
  animation: slideUp 200ms;
}
Fixed
  • Updated the return type of createToaster for comprehensive IntelliSense support when styling the
    Toaster component.
  • Revised TreeView to utilize defaultSelectedIds instead of defaultFocusedId.
  • Resolved an issue with using factory in Next.js projects.
  • Fixed a bug where the disabled Tooltip would flash upon hovering and clicking the trigger.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
panda-docs ✅ Ready (Inspect) Visit Preview Dec 25, 2024 7:19pm
panda-playground ✅ Ready (Inspect) Visit Preview Dec 25, 2024 7:19pm
panda-studio ✅ Ready (Inspect) Visit Preview Dec 25, 2024 7:19pm

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: a214619

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

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.

0 participants