@cntrl-site/sdk-nextjs 1.9.5 → 1.9.7
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/lib/components/items/FileItem/ImageItem.js +2 -4
- package/lib/components/items/FileItem/VideoItem.js +2 -4
- package/lib/components/items/RectangleItem/RectangleItem.js +1 -1
- package/package.json +1 -1
- package/src/components/items/FileItem/ImageItem.tsx +24 -25
- package/src/components/items/FileItem/VideoItem.tsx +24 -25
- package/src/components/items/RectangleItem/RectangleItem.tsx +1 -0
|
@@ -75,13 +75,11 @@ const ImageItem = ({ item, sectionId, onResize, interactionCtrl, onVisibilityCha
|
|
|
75
75
|
'--stroke-background-repeat': strokeValue.behavior === 'repeat' ? 'repeat' : 'no-repeat'
|
|
76
76
|
} : {})) : {})), { willChange: blur !== 0 && blur !== undefined ? 'transform' : 'unset', transition: (_q = wrapperStateParams === null || wrapperStateParams === void 0 ? void 0 : wrapperStateParams.transition) !== null && _q !== void 0 ? _q : 'none' }), children: [hasGLEffect && isFXAllowed
|
|
77
77
|
? ((0, jsx_runtime_1.jsx)("canvas", { style: inlineStyles, ref: fxCanvas, className: `img-canvas image-${item.id}`, width: rectWidth, height: rectHeight }))
|
|
78
|
-
: ((0, jsx_runtime_1.jsx)("img", { alt: "", className: `image image-${item.id}`, style: inlineStyles, src: item.commonParams.url })), (0, jsx_runtime_1.jsx)("div", { className: `image-border-${item.id}`, style: Object.assign({ position: 'absolute', inset: 0, borderRadius: 'inherit', pointerEvents: 'none', zIndex: 2, WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)', WebkitMaskComposite: 'xor', maskComposite: 'exclude' }, (strokeWidth !== 0 && strokeValue ? Object.assign(Object.assign(Object.assign({}, (strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {})), (strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {})), (strokeValue.type === 'image' ? {
|
|
78
|
+
: ((0, jsx_runtime_1.jsx)("img", { alt: "", className: `image image-${item.id}`, style: inlineStyles, src: item.commonParams.url })), strokeWidth !== 0 && strokeValue && ((0, jsx_runtime_1.jsx)("div", { className: `image-border-${item.id}`, style: Object.assign({ position: 'absolute', inset: 0, borderRadius: 'inherit', pointerEvents: 'none', zIndex: 2, WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)', WebkitMaskComposite: 'xor', maskComposite: 'exclude' }, (strokeWidth !== 0 && strokeValue ? Object.assign(Object.assign(Object.assign({}, (strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {})), (strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {})), (strokeValue.type === 'image' ? {
|
|
79
79
|
backgroundPosition: 'center',
|
|
80
80
|
backgroundSize: strokeValue.behavior === 'repeat' ? `${strokeValue.backgroundSize}%` : strokeValue.behavior,
|
|
81
81
|
backgroundRepeat: strokeValue.behavior === 'repeat' ? 'repeat' : 'no-repeat'
|
|
82
|
-
} : {
|
|
83
|
-
background: stroke,
|
|
84
|
-
})) : { background: stroke })) })] }), (0, jsx_runtime_1.jsx)(style_1.default, { id: id, children: `
|
|
82
|
+
} : { background: stroke })) : {})) }))] }), (0, jsx_runtime_1.jsx)(style_1.default, { id: id, children: `
|
|
85
83
|
.image-wrapper-${item.id} {
|
|
86
84
|
position: absolute;
|
|
87
85
|
width: 100%;
|
|
@@ -138,13 +138,11 @@ const VideoItem = ({ item, sectionId, onResize, interactionCtrl, onVisibilityCha
|
|
|
138
138
|
else {
|
|
139
139
|
videoRef.play();
|
|
140
140
|
}
|
|
141
|
-
} })))] })), (0, jsx_runtime_1.jsx)("div", { className: `video-border-${item.id}`, style: Object.assign({ position: 'absolute', inset: 0, borderRadius: 'inherit', pointerEvents: 'none', zIndex: 2, WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)', WebkitMaskComposite: 'xor', maskComposite: 'exclude' }, (strokeWidth !== 0 && strokeValue ? Object.assign(Object.assign(Object.assign({}, (strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {})), (strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {})), (strokeValue.type === 'image' ? {
|
|
141
|
+
} })))] })), strokeWidth !== 0 && strokeValue && ((0, jsx_runtime_1.jsx)("div", { className: `video-border-${item.id}`, style: Object.assign({ position: 'absolute', inset: 0, borderRadius: 'inherit', pointerEvents: 'none', zIndex: 2, WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)', WebkitMaskComposite: 'xor', maskComposite: 'exclude' }, (strokeWidth !== 0 && strokeValue ? Object.assign(Object.assign(Object.assign({}, (strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {})), (strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {})), (strokeValue.type === 'image' ? {
|
|
142
142
|
backgroundPosition: 'center',
|
|
143
143
|
backgroundSize: strokeValue.behavior === 'repeat' ? `${strokeValue.backgroundSize}%` : strokeValue.behavior,
|
|
144
144
|
backgroundRepeat: strokeValue.behavior === 'repeat' ? 'repeat' : 'no-repeat'
|
|
145
|
-
} : {
|
|
146
|
-
background: stroke,
|
|
147
|
-
})) : { background: stroke })) })] }), (0, jsx_runtime_1.jsx)(style_1.default, { id: id, children: `
|
|
145
|
+
} : { background: stroke })) : {})) }))] }), (0, jsx_runtime_1.jsx)(style_1.default, { id: id, children: `
|
|
148
146
|
.video-wrapper-${item.id} {
|
|
149
147
|
position: absolute;
|
|
150
148
|
overflow: hidden;
|
|
@@ -125,6 +125,6 @@ function Fill({ fill, itemId, background, solidTransition }) {
|
|
|
125
125
|
backgroundRepeat: fill.behavior === 'repeat' ? 'repeat' : 'no-repeat',
|
|
126
126
|
opacity: fill.opacity
|
|
127
127
|
}
|
|
128
|
-
: { background })), { position: 'absolute', mixBlendMode: fill.blendMode, top: 0, left: 0, width: '100%', height: '100%', pointerEvents: 'none' }), (isRotatedImage ? { overflow: 'hidden' } : {})) }, fill.id));
|
|
128
|
+
: { background })), { position: 'absolute', borderRadius: 'inherit', mixBlendMode: fill.blendMode, top: 0, left: 0, width: '100%', height: '100%', pointerEvents: 'none' }), (isRotatedImage ? { overflow: 'hidden' } : {})) }, fill.id));
|
|
129
129
|
}
|
|
130
130
|
;
|
package/package.json
CHANGED
|
@@ -123,31 +123,30 @@ export const ImageItem: FC<ItemProps<TImageItem>> = ({ item, sectionId, onResize
|
|
|
123
123
|
src={item.commonParams.url}
|
|
124
124
|
/>
|
|
125
125
|
)}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
...(strokeWidth
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
background: stroke
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
/>
|
|
126
|
+
{strokeWidth !== 0 && strokeValue && (
|
|
127
|
+
<div
|
|
128
|
+
className={`image-border-${item.id}`}
|
|
129
|
+
style={{
|
|
130
|
+
position: 'absolute',
|
|
131
|
+
inset: 0,
|
|
132
|
+
borderRadius: 'inherit',
|
|
133
|
+
pointerEvents: 'none',
|
|
134
|
+
zIndex: 2,
|
|
135
|
+
WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)',
|
|
136
|
+
WebkitMaskComposite: 'xor',
|
|
137
|
+
maskComposite: 'exclude',
|
|
138
|
+
...(strokeWidth !== 0 && strokeValue ? {
|
|
139
|
+
...(strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {}),
|
|
140
|
+
...(strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {}),
|
|
141
|
+
...(strokeValue.type === 'image' ? {
|
|
142
|
+
backgroundPosition: 'center',
|
|
143
|
+
backgroundSize: strokeValue.behavior === 'repeat' ? `${strokeValue.backgroundSize}%` : strokeValue.behavior,
|
|
144
|
+
backgroundRepeat: strokeValue.behavior === 'repeat' ? 'repeat' : 'no-repeat'
|
|
145
|
+
} : { background: stroke })
|
|
146
|
+
} : {}),
|
|
147
|
+
}}
|
|
148
|
+
/>
|
|
149
|
+
)}
|
|
151
150
|
</div>
|
|
152
151
|
<JSXStyle id={id}>{`
|
|
153
152
|
.image-wrapper-${item.id} {
|
|
@@ -217,31 +217,30 @@ export const VideoItem: FC<ItemProps<TVideoItem>> = ({ item, sectionId, onResize
|
|
|
217
217
|
))}
|
|
218
218
|
</>
|
|
219
219
|
)}
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
...(strokeWidth
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
background: stroke
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
/>
|
|
220
|
+
{strokeWidth !== 0 && strokeValue && (
|
|
221
|
+
<div
|
|
222
|
+
className={`video-border-${item.id}`}
|
|
223
|
+
style={{
|
|
224
|
+
position: 'absolute',
|
|
225
|
+
inset: 0,
|
|
226
|
+
borderRadius: 'inherit',
|
|
227
|
+
pointerEvents: 'none',
|
|
228
|
+
zIndex: 2,
|
|
229
|
+
WebkitMask: 'linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0)',
|
|
230
|
+
WebkitMaskComposite: 'xor',
|
|
231
|
+
maskComposite: 'exclude',
|
|
232
|
+
...(strokeWidth !== 0 && strokeValue ? {
|
|
233
|
+
...(strokeWidth ? { padding: `${strokeWidth * 100}vw` } : {}),
|
|
234
|
+
...(strokeValue.type === 'solid' ? { transition: strokeSolidTransition, background: stroke } : {}),
|
|
235
|
+
...(strokeValue.type === 'image' ? {
|
|
236
|
+
backgroundPosition: 'center',
|
|
237
|
+
backgroundSize: strokeValue.behavior === 'repeat' ? `${strokeValue.backgroundSize}%` : strokeValue.behavior,
|
|
238
|
+
backgroundRepeat: strokeValue.behavior === 'repeat' ? 'repeat' : 'no-repeat'
|
|
239
|
+
} : { background: stroke })
|
|
240
|
+
} : {}),
|
|
241
|
+
}}
|
|
242
|
+
/>
|
|
243
|
+
)}
|
|
245
244
|
</div>
|
|
246
245
|
<JSXStyle id={id}>{`
|
|
247
246
|
.video-wrapper-${item.id} {
|