zuljaman-banner-components 1.0.16 → 1.0.17

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.
@@ -372,7 +372,7 @@ const DraggableElement = ({ enabled, position, rotation, width, scale, elementId
372
372
  transition: isDragging || isRotating || isResizing ? "none" : "opacity 0.2s ease",
373
373
  display: "inline-block",
374
374
  position: "relative",
375
- transform: `translate(${currentPosition.x}px, ${currentPosition.y}px)`,
375
+ transform: enabled ? `translate(${currentPosition.x}px, ${currentPosition.y}px)` : undefined,
376
376
  }, children: (0, jsx_runtime_1.jsxs)("div", { style: {
377
377
  transform: centerOrigin ? 'translate(-50%, -50%)' : undefined,
378
378
  position: "relative"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuljaman-banner-components",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Shared banner components package for Next.js and AWS Lambda platforms",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",