@vygruppen/spor-react 12.13.4 → 12.13.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 +8 -8
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/theme/slot-recipes/dialog.ts +2 -5
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.13.
|
2
|
+
> @vygruppen/spor-react@12.13.5 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
|
-
ESM dist/index.mjs 297.
|
14
|
+
ESM dist/index.mjs 297.20 KB
|
15
15
|
ESM dist/icons/index.mjs 110.00 B
|
16
|
+
ESM dist/index.mjs.map 634.99 KB
|
16
17
|
ESM dist/icons/index.mjs.map 157.00 B
|
17
|
-
ESM
|
18
|
-
|
19
|
-
CJS dist/index.cjs 318.74 KB
|
18
|
+
ESM ⚡️ Build success in 2645ms
|
19
|
+
CJS dist/index.cjs 318.68 KB
|
20
20
|
CJS dist/icons/index.cjs 381.00 B
|
21
|
-
CJS dist/index.cjs.map
|
21
|
+
CJS dist/index.cjs.map 634.99 KB
|
22
22
|
CJS dist/icons/index.cjs.map 157.00 B
|
23
|
-
CJS ⚡️ Build success in
|
24
|
-
DTS ⚡️ Build success in
|
23
|
+
CJS ⚡️ Build success in 2645ms
|
24
|
+
DTS ⚡️ Build success in 18409ms
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
26
26
|
DTS dist/index.d.ts 157.02 KB
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
@@ -1,8 +1,8 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.13.
|
2
|
+
> @vygruppen/spor-react@12.13.5 postinstall /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> chakra typegen src/theme/index.ts
|
4
4
|
|
5
|
-
[dotenv@17.2.2] injecting env (0) from .env -- tip:
|
5
|
+
[dotenv@17.2.2] injecting env (0) from .env -- tip: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
7
7
|
[?25l[90m│[39m
|
8
8
|
[35m◒[39m Generating conditions types...
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
@@ -7479,11 +7479,8 @@ var dialogSlotRecipe = react.defineSlotRecipe({
|
|
7479
7479
|
variants: {
|
7480
7480
|
placement: {
|
7481
7481
|
center: {
|
7482
|
-
positioner: {
|
7483
|
-
alignItems: "center"
|
7484
|
-
},
|
7485
7482
|
content: {
|
7486
|
-
|
7483
|
+
margin: "auto"
|
7487
7484
|
}
|
7488
7485
|
},
|
7489
7486
|
top: {
|
@@ -7559,7 +7556,7 @@ var dialogSlotRecipe = react.defineSlotRecipe({
|
|
7559
7556
|
},
|
7560
7557
|
content: {
|
7561
7558
|
width: "100%",
|
7562
|
-
|
7559
|
+
minHeight: "100%",
|
7563
7560
|
"--dialog-margin": "0",
|
7564
7561
|
margin: "0"
|
7565
7562
|
}
|