@vygruppen/spor-react 12.3.0 → 12.3.1
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/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-typegen.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/theme/slot-recipes/table.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
2
|
+
> @vygruppen/spor-react@12.3.1 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> pnpm typegen && tsup
|
4
4
|
|
5
5
|
|
6
|
-
> @vygruppen/spor-react@12.3.
|
6
|
+
> @vygruppen/spor-react@12.3.1 typegen /home/runner/work/spor/spor/packages/spor-react
|
7
7
|
> npx @chakra-ui/cli typegen src/theme/index.ts
|
8
8
|
|
9
9
|
[90m┌[39m Chakra CLI ⚡️
|
@@ -31,12 +31,12 @@ CLI Target: node16
|
|
31
31
|
CJS Build start
|
32
32
|
ESM Build start
|
33
33
|
DTS Build start
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
DTS ⚡️ Build success in
|
34
|
+
ESM dist/index.mjs 294.73 KB
|
35
|
+
ESM dist/index.mjs.map 633.25 KB
|
36
|
+
ESM ⚡️ Build success in 2095ms
|
37
|
+
CJS dist/index.js 315.33 KB
|
38
|
+
CJS dist/index.js.map 633.25 KB
|
39
|
+
CJS ⚡️ Build success in 2098ms
|
40
|
+
DTS ⚡️ Build success in 21036ms
|
41
41
|
DTS dist/index.d.ts 129.93 KB
|
42
42
|
DTS dist/index.d.mts 129.93 KB
|
package/.turbo/turbo-typegen.log
CHANGED
package/CHANGELOG.md
CHANGED