@cieloazul310/digital-go-pandacss-plugin 0.2.2 → 0.3.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.cjs +768 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +5 -3
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +714 -669
- package/dist/index.mjs.map +1 -0
- package/package.json +13 -9
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -727
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;cAUM,MAAA,EAaJ,gBAAA,CAbU,MAAA;AAAA"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
declare const preset: _pandacss_types.Preset;
|
|
1
|
+
import * as _pandacss_types0 from "@pandacss/types";
|
|
4
2
|
|
|
3
|
+
//#region src/index.d.ts
|
|
4
|
+
declare const preset: _pandacss_types0.Preset;
|
|
5
|
+
//#endregion
|
|
5
6
|
export { preset as default };
|
|
7
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;cAUM,MAAA,EAaJ,gBAAA,CAbU,MAAA"}
|