@vygruppen/spor-react 12.11.0 → 12.11.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-postinstall.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.11.
|
2
|
+
> @vygruppen/spor-react@12.11.1 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
@@ -11,17 +11,17 @@ CLI Cleaning output folder
|
|
11
11
|
ESM Build start
|
12
12
|
CJS Build start
|
13
13
|
DTS Build start
|
14
|
-
|
14
|
+
CJS dist/icons/index.cjs 381.00 B
|
15
|
+
CJS dist/index.cjs 315.45 KB
|
16
|
+
CJS dist/icons/index.cjs.map 157.00 B
|
17
|
+
CJS dist/index.cjs.map 630.12 KB
|
18
|
+
CJS ⚡️ Build success in 2639ms
|
15
19
|
ESM dist/icons/index.mjs 110.00 B
|
20
|
+
ESM dist/index.mjs 294.05 KB
|
16
21
|
ESM dist/icons/index.mjs.map 157.00 B
|
17
22
|
ESM dist/index.mjs.map 630.12 KB
|
18
|
-
ESM ⚡️ Build success in
|
19
|
-
|
20
|
-
CJS dist/icons/index.cjs 381.00 B
|
21
|
-
CJS dist/index.cjs.map 630.12 KB
|
22
|
-
CJS dist/icons/index.cjs.map 157.00 B
|
23
|
-
CJS ⚡️ Build success in 2550ms
|
24
|
-
DTS ⚡️ Build success in 18729ms
|
23
|
+
ESM ⚡️ Build success in 2643ms
|
24
|
+
DTS ⚡️ Build success in 18315ms
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
26
26
|
DTS dist/index.d.ts 156.18 KB
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
3
|
"type": "module",
|
4
|
-
"version": "12.11.
|
4
|
+
"version": "12.11.1",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
7
7
|
"types": "./dist/index.d.ts",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"react-stately": "^3.31.1",
|
47
47
|
"react-swipeable": "^7.0.1",
|
48
48
|
"usehooks-ts": "^3.1.0",
|
49
|
-
"@vygruppen/spor-design-tokens": "4.0.
|
49
|
+
"@vygruppen/spor-design-tokens": "4.0.9",
|
50
50
|
"@vygruppen/spor-icon-react": "4.2.1",
|
51
51
|
"@vygruppen/spor-loader": "0.7.0"
|
52
52
|
},
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"vitest": "^0.26.3",
|
69
69
|
"vitest-axe": "^0.1.0",
|
70
70
|
"vitest-canvas-mock": "^0.2.2",
|
71
|
-
"@vygruppen/
|
72
|
-
"@vygruppen/
|
71
|
+
"@vygruppen/eslint-config": "1.2.3",
|
72
|
+
"@vygruppen/tsconfig": "0.1.1"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"react": ">=18.0.0 <19.0.0",
|