Skip to content

Releases: chakra-ui/panda

@pandacss/types@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Minor Changes

  • 5e683ee: Add support for cursor token types. Useful for tokenizing cursor types for interactive components.

    Here's an example of how to define a cursor token in your panda.config.ts file:

    // panda.config.ts
    export default defineConfig({
      theme: {
        extend: {
          tokens: {
            cursor: {
              button: { value: 'pointer' },
              checkbox: { value: 'default' },
            },
          },
        },
      },
    })

    Then you can use the cursor token in your styles or recipes.

    <button className={css({ cursor: 'button' })}>Click me</button>

    This makes it easy to manage cursor styles across your application.

@pandacss/token-dictionary@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Minor Changes

  • 5e683ee: Add support for cursor token types. Useful for tokenizing cursor types for interactive components.

    Here's an example of how to define a cursor token in your panda.config.ts file:

    // panda.config.ts
    export default defineConfig({
      theme: {
        extend: {
          tokens: {
            cursor: {
              button: { value: 'pointer' },
              checkbox: { value: 'default' },
            },
          },
        },
      },
    })

    Then you can use the cursor token in your styles or recipes.

    <button className={css({ cursor: 'button' })}>Click me</button>

    This makes it easy to manage cursor styles across your application.

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0
    • @pandacss/logger@0.47.0
    • @pandacss/shared@0.47.0

@pandacss/studio@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/token-dictionary@0.47.0
    • @pandacss/types@0.47.0
    • @pandacss/config@0.47.0
    • @pandacss/logger@0.47.0
    • @pandacss/astro-plugin-studio@0.47.0
    • @pandacss/shared@0.47.0

@pandacss/shared@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare
@pandacss/shared@0.47.0

@pandacss/preset-panda@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0

@pandacss/preset-open-props@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0

@pandacss/preset-base@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0

@pandacss/preset-atlaskit@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0

@pandacss/postcss@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • @pandacss/node@0.47.0

@pandacss/parser@0.47.0

19 Oct 02:11
5324cb4
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5e683ee]
    • @pandacss/types@0.47.0
    • @pandacss/core@0.47.0
    • @pandacss/config@0.47.0
    • @pandacss/logger@0.47.0
    • @pandacss/extractor@0.47.0
    • @pandacss/shared@0.47.0