@cieloazul310/digital-go-pandacss-plugin 0.0.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.
@@ -0,0 +1,20 @@
1
+
2
+ > @cieloazul310/digital-go-pandacss-plugin@0.0.0 build
3
+ > tsup
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Using tsup config: /home/runner/work/digital-go-design-system-with-panda/digital-go-design-system-with-panda/packages/preset-base/tsup.config.ts
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.mjs 31.75 KB
14
+ ESM ⚡️ Build success in 20ms
15
+ CJS dist/index.js 37.47 KB
16
+ CJS ⚡️ Build success in 21ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 2305ms
19
+ DTS dist/index.d.mts 130.00 B
20
+ DTS dist/index.d.ts 130.00 B
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_types from '@pandacss/types';
2
+
3
+ declare const preset: _pandacss_types.Preset;
4
+
5
+ export { preset as default };
@@ -0,0 +1,5 @@
1
+ import * as _pandacss_types from '@pandacss/types';
2
+
3
+ declare const preset: _pandacss_types.Preset;
4
+
5
+ export { preset as default };