@pandacss/preset-panda 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1005,6 +1005,9 @@ declare const preset: {
|
|
|
1005
1005
|
4: {
|
|
1006
1006
|
value: string;
|
|
1007
1007
|
};
|
|
1008
|
+
4.5: {
|
|
1009
|
+
value: string;
|
|
1010
|
+
};
|
|
1008
1011
|
5: {
|
|
1009
1012
|
value: string;
|
|
1010
1013
|
};
|
|
@@ -1160,6 +1163,9 @@ declare const preset: {
|
|
|
1160
1163
|
4: {
|
|
1161
1164
|
value: string;
|
|
1162
1165
|
};
|
|
1166
|
+
4.5: {
|
|
1167
|
+
value: string;
|
|
1168
|
+
};
|
|
1163
1169
|
5: {
|
|
1164
1170
|
value: string;
|
|
1165
1171
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1005,6 +1005,9 @@ declare const preset: {
|
|
|
1005
1005
|
4: {
|
|
1006
1006
|
value: string;
|
|
1007
1007
|
};
|
|
1008
|
+
4.5: {
|
|
1009
|
+
value: string;
|
|
1010
|
+
};
|
|
1008
1011
|
5: {
|
|
1009
1012
|
value: string;
|
|
1010
1013
|
};
|
|
@@ -1160,6 +1163,9 @@ declare const preset: {
|
|
|
1160
1163
|
4: {
|
|
1161
1164
|
value: string;
|
|
1162
1165
|
};
|
|
1166
|
+
4.5: {
|
|
1167
|
+
value: string;
|
|
1168
|
+
};
|
|
1163
1169
|
5: {
|
|
1164
1170
|
value: string;
|
|
1165
1171
|
};
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/preset-panda",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "The preset for PandaCSS that contains the default theme",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@pandacss/types": "1.0
|
|
35
|
+
"@pandacss/types": "1.2.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsup src/index.ts --format=esm,cjs --dts",
|