@elementor/editor-editing-panel 4.1.0-805 → 4.1.0-807
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -21
- package/src/components/promotions/init.tsx +6 -7
package/dist/index.js
CHANGED
|
@@ -4970,12 +4970,12 @@ var CustomCssSection = () => {
|
|
|
4970
4970
|
|
|
4971
4971
|
// src/components/promotions/init.tsx
|
|
4972
4972
|
var init = () => {
|
|
4973
|
+
injectIntoStyleTab({
|
|
4974
|
+
id: "custom-css",
|
|
4975
|
+
component: CustomCssSection,
|
|
4976
|
+
options: { overwrite: true }
|
|
4977
|
+
});
|
|
4973
4978
|
if (!window.elementorPro) {
|
|
4974
|
-
injectIntoStyleTab({
|
|
4975
|
-
id: "custom-css",
|
|
4976
|
-
component: CustomCssSection,
|
|
4977
|
-
options: { overwrite: true }
|
|
4978
|
-
});
|
|
4979
4979
|
controlsRegistry.register("attributes", import_editor_controls51.AttributesControl, "two-columns");
|
|
4980
4980
|
controlsRegistry.register("display-conditions", import_editor_controls51.DisplayConditionsControl, "two-columns");
|
|
4981
4981
|
}
|