@vygruppen/spor-react 12.0.6 → 12.0.7
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 +7 -6
- package/.turbo/turbo-typegen.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.0.
|
2
|
+
> @vygruppen/spor-react@12.0.7 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> pnpm typegen && tsup
|
4
4
|
|
5
5
|
|
6
|
-
> @vygruppen/spor-react@12.0.
|
6
|
+
> @vygruppen/spor-react@12.0.7 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 ⚡️
|
@@ -16,7 +16,8 @@
|
|
16
16
|
[?25h[?25l[90m│[39m
|
17
17
|
[32m◇[39m ✅ Generated utility typings
|
18
18
|
[?25h[?25l[90m│[39m
|
19
|
-
[
|
19
|
+
[35m◒[39m Generating token types...
|
20
|
+
[999D[J[32m◇[39m ✅ Generated token typings
|
20
21
|
[?25h[?25l[90m│[39m
|
21
22
|
[35m◒[39m Generating system types...
|
22
23
|
[999D[J[32m◇[39m ✅ Generated system types
|
@@ -33,10 +34,10 @@ ESM Build start
|
|
33
34
|
DTS Build start
|
34
35
|
CJS dist/index.js 312.51 KB
|
35
36
|
CJS dist/index.js.map 620.50 KB
|
36
|
-
CJS ⚡️ Build success in
|
37
|
+
CJS ⚡️ Build success in 1917ms
|
37
38
|
ESM dist/index.mjs 293.23 KB
|
38
39
|
ESM dist/index.mjs.map 620.50 KB
|
39
|
-
ESM ⚡️ Build success in
|
40
|
-
DTS ⚡️ Build success in
|
40
|
+
ESM ⚡️ Build success in 1920ms
|
41
|
+
DTS ⚡️ Build success in 21178ms
|
41
42
|
DTS dist/index.d.ts 134.71 KB
|
42
43
|
DTS dist/index.d.mts 134.71 KB
|
package/.turbo/turbo-typegen.log
CHANGED
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "12.0.
|
3
|
+
"version": "12.0.7",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"react-swipeable": "^7.0.1",
|
37
37
|
"usehooks-ts": "^3.1.0",
|
38
38
|
"@vygruppen/spor-design-tokens": "4.0.3",
|
39
|
-
"@vygruppen/spor-icon-react": "4.0.
|
39
|
+
"@vygruppen/spor-icon-react": "4.0.3",
|
40
40
|
"@vygruppen/spor-loader": "0.6.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|