@elementor/editor-components 3.35.0-401 → 3.35.0-402
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 +13 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -22
- package/src/components/components-tab/component-introduction.tsx +13 -4
package/dist/index.js
CHANGED
|
@@ -794,13 +794,23 @@ var ComponentIntroduction = ({
|
|
|
794
794
|
src: "https://assets.elementor.com/packages/v1/images/components-properties-intro.png",
|
|
795
795
|
alt: ""
|
|
796
796
|
}
|
|
797
|
-
), /* @__PURE__ */ React.createElement(import_editor_controls.PopoverContent, null, /* @__PURE__ */ React.createElement(import_ui.Stack, {
|
|
797
|
+
), /* @__PURE__ */ React.createElement(import_editor_controls.PopoverContent, null, /* @__PURE__ */ React.createElement(import_ui.Stack, { sx: { p: 2 } }, /* @__PURE__ */ React.createElement(import_ui.Typography, { variant: "body2" }, (0, import_i18n2.__)("Properties make instances flexible.", "elementor")), /* @__PURE__ */ React.createElement(import_ui.Typography, { variant: "body2" }, (0, import_i18n2.__)(
|
|
798
798
|
"Click next to any setting you want users to customize - like text, images, or links.",
|
|
799
799
|
"elementor"
|
|
800
|
-
)), /* @__PURE__ */ React.createElement(import_ui.Typography, { variant: "body2" }, (0, import_i18n2.__)(
|
|
800
|
+
)), /* @__PURE__ */ React.createElement(import_ui.Typography, { variant: "body2", sx: { mt: 2 } }, (0, import_i18n2.__)(
|
|
801
801
|
"Your properties will appear in the Properties panel, where you can organize and manage them anytime.",
|
|
802
802
|
"elementor"
|
|
803
|
-
)), /* @__PURE__ */ React.createElement(
|
|
803
|
+
)), /* @__PURE__ */ React.createElement(
|
|
804
|
+
import_ui.Link,
|
|
805
|
+
{
|
|
806
|
+
href: "http://go.elementor.com/components-guide",
|
|
807
|
+
target: "_blank",
|
|
808
|
+
sx: { mt: 2 },
|
|
809
|
+
color: "info.main",
|
|
810
|
+
variant: "body2"
|
|
811
|
+
},
|
|
812
|
+
(0, import_i18n2.__)("Learn more", "elementor")
|
|
813
|
+
), /* @__PURE__ */ React.createElement(import_ui.Stack, { direction: "row", alignItems: "center", justifyContent: "flex-end", sx: { pt: 1 } }, /* @__PURE__ */ React.createElement(import_ui.Button, { size: "medium", variant: "contained", onClick: onClose }, (0, import_i18n2.__)("Got it", "elementor"))))))
|
|
804
814
|
);
|
|
805
815
|
};
|
|
806
816
|
|