@elementor/editor-editing-panel 3.35.0-337 → 3.35.0-338
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.js
CHANGED
|
@@ -3116,17 +3116,7 @@ var blendModeOptions = [
|
|
|
3116
3116
|
{ label: (0, import_i18n14.__)("Hard light", "elementor"), value: "hard-light" }
|
|
3117
3117
|
];
|
|
3118
3118
|
var BlendModeField = () => {
|
|
3119
|
-
return /* @__PURE__ */ React38.createElement(StylesField, { bind: "mix-blend-mode", propDisplayName: BLEND_MODE_LABEL }, /* @__PURE__ */ React38.createElement(StylesFieldLayout, { label: BLEND_MODE_LABEL }, /* @__PURE__ */ React38.createElement(
|
|
3120
|
-
import_editor_controls14.SelectControl,
|
|
3121
|
-
{
|
|
3122
|
-
options: blendModeOptions,
|
|
3123
|
-
MenuProps: {
|
|
3124
|
-
sx: {
|
|
3125
|
-
maxHeight: "256px"
|
|
3126
|
-
}
|
|
3127
|
-
}
|
|
3128
|
-
}
|
|
3129
|
-
)));
|
|
3119
|
+
return /* @__PURE__ */ React38.createElement(StylesField, { bind: "mix-blend-mode", propDisplayName: BLEND_MODE_LABEL }, /* @__PURE__ */ React38.createElement(StylesFieldLayout, { label: BLEND_MODE_LABEL }, /* @__PURE__ */ React38.createElement(import_editor_controls14.SelectControl, { options: blendModeOptions })));
|
|
3130
3120
|
};
|
|
3131
3121
|
|
|
3132
3122
|
// src/components/style-sections/effects-section/opacity-control-field.tsx
|