@vygruppen/spor-react 12.0.4 → 12.0.5
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 +6 -7
- package/.turbo/turbo-typegen.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.0.
|
2
|
+
> @vygruppen/spor-react@12.0.5 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.5 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,8 +16,7 @@
|
|
16
16
|
[?25h[?25l[90m│[39m
|
17
17
|
[32m◇[39m ✅ Generated utility typings
|
18
18
|
[?25h[?25l[90m│[39m
|
19
|
-
[
|
20
|
-
[999D[J[32m◇[39m ✅ Generated token typings
|
19
|
+
[32m◇[39m ✅ Generated token typings
|
21
20
|
[?25h[?25l[90m│[39m
|
22
21
|
[35m◒[39m Generating system types...
|
23
22
|
[999D[J[32m◇[39m ✅ Generated system types
|
@@ -34,10 +33,10 @@ ESM Build start
|
|
34
33
|
DTS Build start
|
35
34
|
ESM dist/index.mjs 292.82 KB
|
36
35
|
ESM dist/index.mjs.map 619.95 KB
|
37
|
-
ESM ⚡️ Build success in
|
36
|
+
ESM ⚡️ Build success in 1854ms
|
38
37
|
CJS dist/index.js 312.04 KB
|
39
38
|
CJS dist/index.js.map 619.95 KB
|
40
|
-
CJS ⚡️ Build success in
|
41
|
-
DTS ⚡️ Build success in
|
39
|
+
CJS ⚡️ Build success in 1855ms
|
40
|
+
DTS ⚡️ Build success in 22522ms
|
42
41
|
DTS dist/index.d.ts 133.66 KB
|
43
42
|
DTS dist/index.d.mts 133.66 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.5",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
"react-stately": "^3.31.1",
|
36
36
|
"react-swipeable": "^7.0.1",
|
37
37
|
"usehooks-ts": "^3.1.0",
|
38
|
-
"@vygruppen/spor-design-tokens": "4.0.
|
39
|
-
"@vygruppen/spor-
|
40
|
-
"@vygruppen/spor-
|
38
|
+
"@vygruppen/spor-design-tokens": "4.0.3",
|
39
|
+
"@vygruppen/spor-icon-react": "4.0.2",
|
40
|
+
"@vygruppen/spor-loader": "0.6.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
43
|
"@chakra-ui/cli": "^3.8.0",
|
@@ -56,8 +56,8 @@
|
|
56
56
|
"vitest": "^0.26.3",
|
57
57
|
"vitest-axe": "^0.1.0",
|
58
58
|
"vitest-canvas-mock": "^0.2.2",
|
59
|
-
"@vygruppen/
|
60
|
-
"@vygruppen/
|
59
|
+
"@vygruppen/eslint-config": "1.0.0",
|
60
|
+
"@vygruppen/tsconfig": "0.1.0"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
63
63
|
"react": ">=18.0.0 <19.0.0",
|