@pandacss/preset-panda 1.3.0 → 1.4.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
|
@@ -1011,6 +1011,9 @@ declare const preset: {
|
|
|
1011
1011
|
5: {
|
|
1012
1012
|
value: string;
|
|
1013
1013
|
};
|
|
1014
|
+
5.5: {
|
|
1015
|
+
value: string;
|
|
1016
|
+
};
|
|
1014
1017
|
6: {
|
|
1015
1018
|
value: string;
|
|
1016
1019
|
};
|
|
@@ -1169,6 +1172,9 @@ declare const preset: {
|
|
|
1169
1172
|
5: {
|
|
1170
1173
|
value: string;
|
|
1171
1174
|
};
|
|
1175
|
+
5.5: {
|
|
1176
|
+
value: string;
|
|
1177
|
+
};
|
|
1172
1178
|
6: {
|
|
1173
1179
|
value: string;
|
|
1174
1180
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1011,6 +1011,9 @@ declare const preset: {
|
|
|
1011
1011
|
5: {
|
|
1012
1012
|
value: string;
|
|
1013
1013
|
};
|
|
1014
|
+
5.5: {
|
|
1015
|
+
value: string;
|
|
1016
|
+
};
|
|
1014
1017
|
6: {
|
|
1015
1018
|
value: string;
|
|
1016
1019
|
};
|
|
@@ -1169,6 +1172,9 @@ declare const preset: {
|
|
|
1169
1172
|
5: {
|
|
1170
1173
|
value: string;
|
|
1171
1174
|
};
|
|
1175
|
+
5.5: {
|
|
1176
|
+
value: string;
|
|
1177
|
+
};
|
|
1172
1178
|
6: {
|
|
1173
1179
|
value: string;
|
|
1174
1180
|
};
|
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.
|
|
3
|
+
"version": "1.4.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.
|
|
35
|
+
"@pandacss/types": "1.4.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsup src/index.ts --format=esm,cjs --dts",
|