easy-email-pro-theme 1.56.1 → 1.56.3

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/index.js CHANGED
@@ -33012,7 +33012,7 @@ function AttributesContainer$b({
33012
33012
  tabPosition: "top",
33013
33013
  name: `children`,
33014
33014
  label: "",
33015
- renderItem: (item2, index2) => /* @__PURE__ */ React__default.createElement(NavbarLink$1, { index: index2, path: [...nodePath, index2] }),
33015
+ renderItem: (item2, index2) => /* @__PURE__ */ React__default.createElement(SharedComponents.NavbarLink, { index: index2, path: [...nodePath, index2] }),
33016
33016
  renderHeader: (item2, index2) => {
33017
33017
  return get(item2, "children.0.text") || "Custom";
33018
33018
  }
@@ -33273,7 +33273,7 @@ function AttributesContainer$a({
33273
33273
  tabPosition: "top",
33274
33274
  name: `children`,
33275
33275
  label: "",
33276
- renderItem: (_item, index2) => /* @__PURE__ */ React__default.createElement(SocialItem$2, { path: [...nodePath, index2], key: index2 }),
33276
+ renderItem: (_item, index2) => /* @__PURE__ */ React__default.createElement(SharedComponents.SocialItem, { path: [...nodePath, index2], key: index2 }),
33277
33277
  renderHeader: (item2) => {
33278
33278
  var _a;
33279
33279
  if (item2.attributes.mode === "prebuilt") {
@@ -41104,7 +41104,9 @@ const SharedComponents = {
41104
41104
  StandaloneElementSaveButtonPortal,
41105
41105
  BlocksDrawer,
41106
41106
  BlocksModal,
41107
- TableTools
41107
+ TableTools,
41108
+ SocialItem: SocialItem$2,
41109
+ NavbarLink: NavbarLink$1
41108
41110
  };
41109
41111
  const stopEvent$1 = (ev) => {
41110
41112
  ev.stopPropagation();
@@ -3,3 +3,7 @@ import { Path } from "slate";
3
3
  export declare const Navbar: ({ nodePath }: {
4
4
  nodePath: Path;
5
5
  }) => React.JSX.Element;
6
+ export declare function NavbarLink({ index, path }: {
7
+ index: number;
8
+ path: Path;
9
+ }): React.JSX.Element;
@@ -3,3 +3,6 @@ import { Path } from "slate";
3
3
  export declare const Social: ({ nodePath }: {
4
4
  nodePath: Path;
5
5
  }) => React.JSX.Element;
6
+ export declare function SocialItem({ path }: {
7
+ path: Path;
8
+ }): React.JSX.Element;
@@ -4,6 +4,8 @@ import { AIAssistant } from "./HoveringToolbar/componens/AIAssistant";
4
4
  import { ElementStyleGallery } from "./ElementStyleGallery";
5
5
  export { enhancer } from "./Form";
6
6
  export * from "./Providers";
7
+ import { SocialItem } from "./ConfigurationPanel/Elements/Social";
8
+ import { NavbarLink } from "./ConfigurationPanel/Elements/Navbar";
7
9
  export declare const SharedComponents: {
8
10
  PreviewEmailDrawer: ({ children, }: {
9
11
  children: import("react").ReactNode;
@@ -160,6 +162,8 @@ export declare const SharedComponents: {
160
162
  nodeElement: HTMLElement;
161
163
  path: import("slate").Path;
162
164
  }>;
165
+ SocialItem: typeof SocialItem;
166
+ NavbarLink: typeof NavbarLink;
163
167
  };
164
168
  export { CollapseWrapper } from "./ConfigurationPanel/components/CollapseWrapper";
165
169
  export { AttributesPanelWrapper } from "./ConfigurationPanel/components/AttributesPanelWrapper";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-theme",
3
- "version": "1.56.1",
3
+ "version": "1.56.3",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"