@vygruppen/spor-react 12.3.2 → 12.3.3
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
CHANGED
@@ -1,27 +1,6 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
3
|
-
>
|
4
|
-
|
5
|
-
|
6
|
-
> @vygruppen/spor-react@12.3.2 typegen /home/runner/work/spor/spor/packages/spor-react
|
7
|
-
> npx @chakra-ui/cli typegen src/theme/index.ts
|
8
|
-
|
9
|
-
[90m┌[39m Chakra CLI ⚡️
|
10
|
-
[?25l[90m│[39m
|
11
|
-
[35m◒[39m Generating conditions types...
|
12
|
-
[999D[J[32m◇[39m ✅ Generated conditions typings
|
13
|
-
[?25h[?25l[90m│[39m
|
14
|
-
[35m◒[39m Generating recipe types...
|
15
|
-
[999D[J[32m◇[39m ✅ Generated recipe typings
|
16
|
-
[?25h[?25l[90m│[39m
|
17
|
-
[32m◇[39m ✅ Generated utility typings
|
18
|
-
[?25h[?25l[90m│[39m
|
19
|
-
[32m◇[39m ✅ Generated token typings
|
20
|
-
[?25h[?25l[90m│[39m
|
21
|
-
[35m◒[39m Generating system types...
|
22
|
-
[999D[J[32m◇[39m ✅ Generated system types
|
23
|
-
[?25h[90m│[39m
|
24
|
-
[90m└[39m 🎉 Done!
|
2
|
+
> @vygruppen/spor-react@12.3.3 build /home/runner/work/spor/spor/packages/spor-react
|
3
|
+
> tsup
|
25
4
|
|
26
5
|
CLI Building entry: src/index.tsx
|
27
6
|
CLI Using tsconfig: tsconfig.json
|
@@ -33,10 +12,10 @@ ESM Build start
|
|
33
12
|
DTS Build start
|
34
13
|
CJS dist/index.js 315.42 KB
|
35
14
|
CJS dist/index.js.map 633.63 KB
|
36
|
-
CJS ⚡️ Build success in
|
15
|
+
CJS ⚡️ Build success in 2799ms
|
37
16
|
ESM dist/index.mjs 294.79 KB
|
38
17
|
ESM dist/index.mjs.map 633.63 KB
|
39
|
-
ESM ⚡️ Build success in
|
40
|
-
DTS ⚡️ Build success in
|
18
|
+
ESM ⚡️ Build success in 2799ms
|
19
|
+
DTS ⚡️ Build success in 23435ms
|
41
20
|
DTS dist/index.d.ts 129.65 KB
|
42
21
|
DTS dist/index.d.mts 129.65 KB
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
3
|
-
>
|
2
|
+
> @vygruppen/spor-react@12.3.3 postinstall /home/runner/work/spor/spor/packages/spor-react
|
3
|
+
> chakra typegen src/theme/index.ts
|
4
4
|
|
5
5
|
[90m┌[39m Chakra CLI ⚡️
|
6
6
|
[?25l[90m│[39m
|
@@ -10,11 +10,9 @@
|
|
10
10
|
[35m◒[39m Generating recipe types...
|
11
11
|
[999D[J[32m◇[39m ✅ Generated recipe typings
|
12
12
|
[?25h[?25l[90m│[39m
|
13
|
-
[
|
14
|
-
[999D[J[32m◇[39m ✅ Generated utility typings
|
13
|
+
[32m◇[39m ✅ Generated utility typings
|
15
14
|
[?25h[?25l[90m│[39m
|
16
|
-
[
|
17
|
-
[999D[J[32m◇[39m ✅ Generated token typings
|
15
|
+
[32m◇[39m ✅ Generated token typings
|
18
16
|
[?25h[?25l[90m│[39m
|
19
17
|
[35m◒[39m Generating system types...
|
20
18
|
[999D[J[32m◇[39m ✅ Generated system types
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "12.3.
|
3
|
+
"version": "12.3.3",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
|
-
"types": "./
|
6
|
+
"types": "./src/index.d.ts",
|
7
7
|
"license": "MIT",
|
8
8
|
"sideEffects": false,
|
9
9
|
"homepage": "https://github.com/nsbno/spor/tree/main/packages/spor-react",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"react-stately": "^3.31.1",
|
36
36
|
"react-swipeable": "^7.0.1",
|
37
37
|
"usehooks-ts": "^3.1.0",
|
38
|
-
"@vygruppen/spor-icon-react": "4.0.4",
|
39
38
|
"@vygruppen/spor-design-tokens": "4.0.6",
|
39
|
+
"@vygruppen/spor-icon-react": "4.0.4",
|
40
40
|
"@vygruppen/spor-loader": "0.6.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
@@ -48,6 +48,7 @@
|
|
48
48
|
"@types/node": "^22.13.4",
|
49
49
|
"@types/react": "^18.3.3",
|
50
50
|
"@types/react-dom": "^18.3.0",
|
51
|
+
"concurrently": "^9.1.2",
|
51
52
|
"eslint": "^9.25.1",
|
52
53
|
"react": "^18.3.1",
|
53
54
|
"react-dom": "^18.3.1",
|
@@ -56,16 +57,17 @@
|
|
56
57
|
"vitest": "^0.26.3",
|
57
58
|
"vitest-axe": "^0.1.0",
|
58
59
|
"vitest-canvas-mock": "^0.2.2",
|
59
|
-
"@vygruppen/
|
60
|
-
"@vygruppen/
|
60
|
+
"@vygruppen/eslint-config": "1.0.1",
|
61
|
+
"@vygruppen/tsconfig": "0.1.0"
|
61
62
|
},
|
62
63
|
"peerDependencies": {
|
63
64
|
"react": ">=18.0.0 <19.0.0",
|
64
65
|
"react-dom": ">=18.0.0 <19.0.0"
|
65
66
|
},
|
66
67
|
"scripts": {
|
67
|
-
"build": "
|
68
|
-
"dev": "tsup --watch",
|
68
|
+
"build": "tsup",
|
69
|
+
"dev": "concurrently \"tsup --watch\" \"npx @chakra-ui/cli typegen src/theme/index.ts --watch\"",
|
70
|
+
"postinstall": "chakra typegen src/theme/index.ts",
|
69
71
|
"typegen": "npx @chakra-ui/cli typegen src/theme/index.ts",
|
70
72
|
"typegen:watch": "npx @chakra-ui/cli typegen src/theme/index.ts --watch",
|
71
73
|
"typegen:strict": "npx @chakra-ui/cli typegen /src/theme/index.ts --strict",
|