@vygruppen/spor-react 13.3.0 → 13.3.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 +10 -10
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/slot-recipes/datepicker.ts +1 -1
- package/src/theme/slot-recipes/popover.ts +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.3.
|
|
2
|
+
> @vygruppen/spor-react@13.3.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
|
-
|
|
15
|
-
ESM dist/index.mjs 349.79 KB
|
|
16
|
-
ESM dist/icons/index.mjs.map 157.00 B
|
|
17
|
-
ESM dist/index.mjs.map 743.47 KB
|
|
18
|
-
ESM ⚡️ Build success in 2804ms
|
|
19
|
-
CJS dist/index.cjs 374.32 KB
|
|
14
|
+
CJS dist/index.cjs 374.36 KB
|
|
20
15
|
CJS dist/icons/index.cjs 381.00 B
|
|
21
|
-
CJS dist/index.cjs.map 743.
|
|
16
|
+
CJS dist/index.cjs.map 743.53 KB
|
|
22
17
|
CJS dist/icons/index.cjs.map 157.00 B
|
|
23
|
-
CJS ⚡️ Build success in
|
|
24
|
-
|
|
18
|
+
CJS ⚡️ Build success in 2739ms
|
|
19
|
+
ESM dist/index.mjs 349.83 KB
|
|
20
|
+
ESM dist/icons/index.mjs 110.00 B
|
|
21
|
+
ESM dist/index.mjs.map 743.53 KB
|
|
22
|
+
ESM dist/icons/index.mjs.map 157.00 B
|
|
23
|
+
ESM ⚡️ Build success in 2740ms
|
|
24
|
+
DTS ⚡️ Build success in 22700ms
|
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
|
26
26
|
DTS dist/index.d.ts 150.54 KB
|
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.3.
|
|
2
|
+
> @vygruppen/spor-react@13.3.1 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
◇ injected env (0) from .env // tip:
|
|
5
|
+
◇ injected env (0) from .env // tip: ⌁ auth for agents [www.vestauth.com]
|
|
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
|
@@ -9070,7 +9070,7 @@ var datePickerSlotRecipe = react.defineSlotRecipe({
|
|
|
9070
9070
|
},
|
|
9071
9071
|
dateTimeSegment: {
|
|
9072
9072
|
_focus: {
|
|
9073
|
-
backgroundColor: "surface.
|
|
9073
|
+
backgroundColor: "surface.floating.active",
|
|
9074
9074
|
color: "text"
|
|
9075
9075
|
}
|
|
9076
9076
|
},
|
|
@@ -11070,6 +11070,7 @@ var popoverSlotRecipe = react.defineSlotRecipe({
|
|
|
11070
11070
|
outline: "0",
|
|
11071
11071
|
transformOrigin: "var(--transform-origin)",
|
|
11072
11072
|
maxHeight: "var(--available-height)",
|
|
11073
|
+
maxWidth: "var(--available-width)",
|
|
11073
11074
|
_open: {
|
|
11074
11075
|
animationStyle: "scale-fade-in",
|
|
11075
11076
|
animationDuration: "fast"
|