@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.13.4 build /home/runner/work/spor/spor/packages/spor-react
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.26 KB
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 dist/index.mjs.map 635.10 KB
18
- ESM ⚡️ Build success in 2617ms
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 635.10 KB
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 2618ms
24
- DTS ⚡️ Build success in 18619ms
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.4 postinstall /home/runner/work/spor/spor/packages/spor-react
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: ⚙️ enable debug logging with { debug: true }
5
+ [dotenv@17.2.2] injecting env (0) from .env -- tip: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ae25c85: Fix cover modal not handling overflow with scroll
8
+
3
9
  ## 12.13.4
4
10
 
5
11
  ### Patch Changes
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
- marginX: "auto"
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
- height: "100%",
7559
+ minHeight: "100%",
7563
7560
  "--dialog-margin": "0",
7564
7561
  margin: "0"
7565
7562
  }