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

fix(deps): update dependency @pandacss/dev to v0.49.0 #287

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pandacss/dev (source) 0.40.1 -> 0.49.0 age adoption passing confidence

Release Notes

chakra-ui/panda (@​pandacss/dev)

v0.49.0

Compare Source

Minor Changes
  • 97a0e4d: Add support for animation styles. Animation styles focus solely on animations, allowing you to orchestrate
    animation properties.

    Pairing animation styles with text styles and layer styles can make your styles a lot cleaner.

    Here's an example of this:

    import { defineAnimationStyles } from '@​pandacss/dev'
    
    export const animationStyles = defineAnimationStyles({
      'slide-fade-in': {
        value: {
          transformOrigin: 'var(--transform-origin)',
          animationDuration: 'fast',
          '&[data-placement^=top]': {
            animationName: 'slide-from-top, fade-in',
          },
          '&[data-placement^=bottom]': {
            animationName: 'slide-from-bottom, fade-in',
          },
          '&[data-placement^=left]': {
            animationName: 'slide-from-left, fade-in',
          },
          '&[data-placement^=right]': {
            animationName: 'slide-from-right, fade-in',
          },
        },
      },
    })

    With that defined, I can use it in my recipe or css like so:

    export const popoverSlotRecipe = defineSlotRecipe({
      slots: anatomy.keys(),
      base: {
        content: {
          _open: {
            animationStyle: 'scale-fade-in',
          },
          _closed: {
            animationStyle: 'scale-fade-out',
          },
        },
      },
    })

    This feature will drive consumers to lean in towards CSS for animations rather than JS. Composing animation names is a
    powerful feature we should encourage consumers to use.

Patch Changes

v0.48.1

Compare Source

Patch Changes

v0.48.0

Compare Source

Patch Changes

v0.47.1

Compare Source

Patch Changes

v0.47.0

Compare Source

Patch Changes

v0.46.1

Compare Source

Patch Changes

v0.46.0

Compare Source

Patch Changes

v0.45.2

Compare Source

Patch Changes

v0.45.1

Compare Source

Patch Changes

v0.45.0

Compare Source

Patch Changes

v0.44.0

Compare Source

Patch Changes

v0.43.0

Compare Source

Patch Changes

v0.42.0

Compare Source

Patch Changes

v0.41.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 Jun 16, 2024

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

Name Status Preview Comments Updated (UTC)
sweatpants ❌ Failed (Inspect) Dec 8, 2024 10:40pm

@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.41.0 chore(deps): update dependency @pandacss/dev to v0.42.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 8703a73 to f771eb4 Compare July 8, 2024 19:04
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from f771eb4 to 4175000 Compare July 20, 2024 02:02
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.42.0 chore(deps): update dependency @pandacss/dev to v0.43.0 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 4175000 to 8a286b0 Compare July 22, 2024 15:24
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.43.0 chore(deps): update dependency @pandacss/dev to v0.44.0 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 8a286b0 to 5fd45f2 Compare July 30, 2024 15:01
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 5fd45f2 to 7522462 Compare August 6, 2024 18:38
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.44.0 chore(deps): update dependency @pandacss/dev to v0.45.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 7522462 to 318b2ca Compare August 15, 2024 00:34
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.45.0 chore(deps): update dependency @pandacss/dev to v0.45.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 318b2ca to a2d71f7 Compare August 29, 2024 09:07
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.45.1 chore(deps): update dependency @pandacss/dev to v0.45.2 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from a2d71f7 to 2652d75 Compare September 9, 2024 19:51
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.45.2 chore(deps): update dependency @pandacss/dev to v0.46.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 2652d75 to 1271e3b Compare September 23, 2024 01:06
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.46.0 chore(deps): update dependency @pandacss/dev to v0.46.1 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 1271e3b to 4b548b7 Compare October 19, 2024 05:04
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.46.1 chore(deps): update dependency @pandacss/dev to v0.47.0 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from 4b548b7 to b44e242 Compare November 6, 2024 10:26
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.47.0 chore(deps): update dependency @pandacss/dev to v0.47.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from b44e242 to fbbe2f1 Compare November 14, 2024 04:05
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.47.1 chore(deps): update dependency @pandacss/dev to v0.48.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from fbbe2f1 to b8cc299 Compare December 7, 2024 19:19
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.48.0 chore(deps): update dependency @pandacss/dev to v0.48.1 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/panda-css-monorepo branch from b8cc299 to 50ad121 Compare December 8, 2024 22:39
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.48.1 chore(deps): update dependency @pandacss/dev to v0.49.0 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency @pandacss/dev to v0.49.0 fix(deps): update dependency @pandacss/dev to v0.49.0 Dec 10, 2024
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