@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/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
|
-
|
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
|
-
|
7539
|
+
minHeight: "100%",
|
7543
7540
|
"--dialog-margin": "0",
|
7544
7541
|
margin: "0"
|
7545
7542
|
}
|