@vygruppen/spor-react 12.3.4 → 12.3.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 -6
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.3.
|
2
|
+
> @vygruppen/spor-react@12.3.5 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx
|
@@ -10,12 +10,12 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
-
ESM dist/index.mjs 294.85 KB
|
14
|
-
ESM dist/index.mjs.map 633.72 KB
|
15
|
-
ESM ⚡️ Build success in 2645ms
|
16
13
|
CJS dist/index.js 315.48 KB
|
17
14
|
CJS dist/index.js.map 633.72 KB
|
18
|
-
CJS ⚡️ Build success in
|
19
|
-
|
15
|
+
CJS ⚡️ Build success in 2757ms
|
16
|
+
ESM dist/index.mjs 294.85 KB
|
17
|
+
ESM dist/index.mjs.map 633.72 KB
|
18
|
+
ESM ⚡️ Build success in 2758ms
|
19
|
+
DTS ⚡️ Build success in 23171ms
|
20
20
|
DTS dist/index.d.ts 129.65 KB
|
21
21
|
DTS dist/index.d.mts 129.65 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "12.3.
|
3
|
+
"version": "12.3.5",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./src/index.d.ts",
|
@@ -15,6 +15,7 @@
|
|
15
15
|
"dependencies": {
|
16
16
|
"@ark-ui/react": "^4.9.2",
|
17
17
|
"@chakra-ui/anatomy": "^2.3.4",
|
18
|
+
"@chakra-ui/cli": "^3.8.0",
|
18
19
|
"@chakra-ui/react": "^3.9.0",
|
19
20
|
"@chakra-ui/react-use-size": "^2.1.0",
|
20
21
|
"@chakra-ui/styled-system": "^2.12.0",
|
@@ -40,7 +41,6 @@
|
|
40
41
|
"@vygruppen/spor-loader": "0.6.0"
|
41
42
|
},
|
42
43
|
"devDependencies": {
|
43
|
-
"@chakra-ui/cli": "^3.8.0",
|
44
44
|
"@react-types/datepicker": "^3.10.0",
|
45
45
|
"@react-types/shared": "^3.27.0",
|
46
46
|
"@testing-library/jest-dom": "^6.4.5",
|