-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4d79738
commit b02be17
Showing
40 changed files
with
221 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pandacss/astro-plugin-studio", | ||
"version": "0.40.1", | ||
"version": "0.41.0", | ||
"description": "Vite plugin for Pandacss Studio", | ||
"author": "Segun Adebayo <[email protected]>", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# @pandacss/generator | ||
|
||
## 0.41.0 | ||
|
||
### Minor Changes | ||
|
||
- af8a29a: Annotate config recipe default variants with the `@default` js doc comment. This makes it easy to know the | ||
default value of a variant. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [2750261] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @pandacss/is-valid-prop | ||
|
||
## 0.41.0 | ||
|
||
## 0.40.1 | ||
|
||
## 0.40.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @pandacss/logger | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# @pandacss/node | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [af8a29a] | ||
- Updated dependencies [2750261] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
# @pandacss/parser | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- 2750261: Fix an issue where spreading an identifier in a sva `slots` array would prevent expected CSS from being | ||
generated | ||
|
||
```ts | ||
import { sva } from 'styled-system/css' | ||
const parts = ['positioner', 'content'] | ||
|
||
const card = sva({ | ||
slots: [...parts], // <- spreading here was causing the below CSS not to be generated, it's now fixed ✅ | ||
base: { | ||
root: { | ||
p: '6', | ||
}, | ||
}, | ||
}) | ||
``` | ||
|
||
- Updated dependencies [2750261] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @pandacss/postcss | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @pandacss/preset-atlaskit | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @pandacss/preset-base | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.40.1", | ||
"version": "0.41.0", | ||
"description": "The base preset for Panda CSS that contains the conditions and utilities", | ||
"author": "Segun Adebayo <[email protected]>", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @pandacss/preset-open-props | ||
|
||
## 0.41.0 | ||
|
||
### Patch Changes | ||
|
||
- @pandacss/[email protected] | ||
|
||
## 0.40.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.