-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2354f7
commit 7f68fd9
Showing
30 changed files
with
241 additions
and
245 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-30.1 KB
.yarn/cache/@pandacss-extractor-npm-0.11.1-457a4ec775-5c62eaa56e.zip
Binary file not shown.
Binary file removed
BIN
-315 KB
.yarn/cache/@pandacss-generator-npm-0.11.1-869763f948-a85e2c4527.zip
Binary file not shown.
Binary file removed
BIN
-8.19 KB
.yarn/cache/@pandacss-is-valid-prop-npm-0.11.1-b9d7f7f196-97c89f4c8a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-24 KB
.yarn/cache/@pandacss-preset-base-npm-0.11.1-ec7b0901a7-e11da10f26.zip
Binary file not shown.
Binary file removed
BIN
-11.9 KB
.yarn/cache/@pandacss-preset-panda-npm-0.11.1-8c5780b45f-916f2dd96a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-18.2 KB
.yarn/cache/@pandacss-token-dictionary-npm-0.11.1-af57ee96c7-df44ff20d2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+12.7 MB
...bo-darwin-64-npm-1.10.12-ed0f295391-8.zip → ...bo-darwin-64-npm-1.10.13-18892dfcb7-8.zip
Binary file not shown.
Binary file renamed
BIN
+12 MB
...darwin-arm64-npm-1.10.12-0c915df974-8.zip → ...darwin-arm64-npm-1.10.13-a32d7dd50e-8.zip
Binary file not shown.
Binary file renamed
BIN
+16 MB
...rbo-linux-64-npm-1.10.12-53615a61d2-8.zip → ...rbo-linux-64-npm-1.10.13-0379470c69-8.zip
Binary file not shown.
Binary file renamed
BIN
+15.5 MB
...-linux-arm64-npm-1.10.12-79e08aca0a-8.zip → ...-linux-arm64-npm-1.10.13-20efa222e9-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"directory": "packages/design-tokens" | ||
}, | ||
"bugs": "https://github.com/snowball-tech/fractal/issues", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].1", | ||
"engines": { | ||
"yarn": "^3.0.0", | ||
"node": "^18.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@snowball-tech/fractal", | ||
"version": "2.16.3", | ||
"version": "2.16.2", | ||
"description": "Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS", | ||
"author": "Snowball Engineering Team <[email protected]> (https://github.com/orgs/snowball-tech)", | ||
"contributors": [ | ||
|
@@ -24,7 +24,7 @@ | |
"directory": "packages/fractal" | ||
}, | ||
"bugs": "https://github.com/snowball-tech/fractal/issues", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].1", | ||
"engines": { | ||
"yarn": "^3.0.0", | ||
"node": "^18.0.0" | ||
|
@@ -82,8 +82,8 @@ | |
"update:fonts": "yarn run preupdate:fonts && ../../scripts/update-fonts.sh ./assets/" | ||
}, | ||
"devDependencies": { | ||
"@pandacss/dev": "^0.11.1", | ||
"@pandacss/preset-base": "^0.11.1", | ||
"@pandacss/dev": "^0.12.0", | ||
"@pandacss/preset-base": "^0.12.0", | ||
"@simbathesailor/use-what-changed": "^2.0.0", | ||
"@snowball-tech/eslint-config": "^5.2.2", | ||
"@storybook/addon-a11y": "^7.3.2", | ||
|
Oops, something went wrong.