@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/dist/index.mjs CHANGED
@@ -7459,11 +7459,8 @@ var dialogSlotRecipe = defineSlotRecipe({
7459
7459
  variants: {
7460
7460
  placement: {
7461
7461
  center: {
7462
- positioner: {
7463
- alignItems: "center"
7464
- },
7465
7462
  content: {
7466
- marginX: "auto"
7463
+ margin: "auto"
7467
7464
  }
7468
7465
  },
7469
7466
  top: {
@@ -7539,7 +7536,7 @@ var dialogSlotRecipe = defineSlotRecipe({
7539
7536
  },
7540
7537
  content: {
7541
7538
  width: "100%",
7542
- height: "100%",
7539
+ minHeight: "100%",
7543
7540
  "--dialog-margin": "0",
7544
7541
  margin: "0"
7545
7542
  }