@elementor/editor-controls 3.35.0-396 → 3.35.0-397
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
|
@@ -4054,7 +4054,7 @@ var BackgroundGradientColorControl = createControl(() => {
|
|
|
4054
4054
|
const { type, angle, stops, positions } = value;
|
|
4055
4055
|
return {
|
|
4056
4056
|
type: type.value,
|
|
4057
|
-
angle: angle
|
|
4057
|
+
angle: angle?.value || 0,
|
|
4058
4058
|
stops: stops.value.map(({ value: { color, offset } }) => ({
|
|
4059
4059
|
color: color.value,
|
|
4060
4060
|
offset: offset.value
|