@elementor/editor-controls 3.33.0-288 → 3.33.0-290
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.d.mts +17 -16
- package/dist/index.d.ts +17 -16
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/components/repeater/repeater-popover.tsx +1 -1
- package/src/control-adornments/control-adornments-context.tsx +5 -4
- package/src/index.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -1673,7 +1673,7 @@ var RepeaterPopover = ({ children, width, ...props }) => {
|
|
|
1673
1673
|
anchorOrigin: { vertical: "bottom", horizontal: "left" },
|
|
1674
1674
|
slotProps: {
|
|
1675
1675
|
paper: {
|
|
1676
|
-
sx: {
|
|
1676
|
+
sx: { marginBlockStart: 0.5, width, overflow: "visible" }
|
|
1677
1677
|
}
|
|
1678
1678
|
},
|
|
1679
1679
|
...props
|