@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.
@@ -1,27 +1,6 @@
1
1
 
2
- > @vygruppen/spor-react@12.3.2 build /home/runner/work/spor/spor/packages/spor-react
3
- > pnpm typegen && tsup
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
- ┌ Chakra CLI ⚡️
10
- [?25l│
11
- ◒ Generating conditions types...
12
- ◇ ✅ Generated conditions typings
13
- [?25h[?25l│
14
- ◒ Generating recipe types...
15
- ◇ ✅ Generated recipe typings
16
- [?25h[?25l│
17
- ◇ ✅ Generated utility typings
18
- [?25h[?25l│
19
- ◇ ✅ Generated token typings
20
- [?25h[?25l│
21
- ◒ Generating system types...
22
- ◇ ✅ Generated system types
23
- [?25h│
24
- └ 🎉 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 1999ms
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 1999ms
40
- DTS ⚡️ Build success in 20706ms
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.2 typegen /home/runner/work/spor/spor/packages/spor-react
3
- > npx @chakra-ui/cli typegen src/theme/index.ts
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
  ┌ Chakra CLI ⚡️
6
6
  [?25l│
@@ -10,11 +10,9 @@
10
10
  ◒ Generating recipe types...
11
11
  ◇ ✅ Generated recipe typings
12
12
  [?25h[?25l│
13
- ◒ Generating utility types...
14
- ◇ ✅ Generated utility typings
13
+ ◇ Generated utility typings
15
14
  [?25h[?25l│
16
- ◒ Generating token types...
17
- ◇ ✅ Generated token typings
15
+ ◇ Generated token typings
18
16
  [?25h[?25l│
19
17
  ◒ Generating system types...
20
18
  ◇ ✅ Generated system types
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b9fca8b: build: simplify typegen
8
+
3
9
  ## 12.3.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "12.3.2",
3
+ "version": "12.3.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
- "types": "./dist/index.d.ts",
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/tsconfig": "0.1.0",
60
- "@vygruppen/eslint-config": "1.0.1"
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": "pnpm typegen && tsup",
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",