@ixo/editor 2.1.1 → 2.2.0

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.
@@ -12387,44 +12387,6 @@ var getExtraSlashMenuItems = (editor) => {
12387
12387
  group: "Basics",
12388
12388
  subtext: "Make HTTP requests and handle responses"
12389
12389
  },
12390
- {
12391
- title: "Notification",
12392
- onItemClick: () => {
12393
- editor.insertBlocks(
12394
- [
12395
- {
12396
- type: "notify",
12397
- props: {
12398
- title: "",
12399
- description: "",
12400
- icon: "bell",
12401
- channel: "email",
12402
- to: "[]",
12403
- cc: "[]",
12404
- bcc: "[]",
12405
- subject: "",
12406
- body: "",
12407
- bodyType: "text",
12408
- from: "",
12409
- replyTo: "",
12410
- templateId: "",
12411
- templateVariables: "{}",
12412
- status: "idle",
12413
- messageId: "",
12414
- sentAt: "",
12415
- errorMessage: "",
12416
- conditions: ""
12417
- }
12418
- }
12419
- ],
12420
- editor.getTextCursorPosition().block,
12421
- "after"
12422
- );
12423
- },
12424
- aliases: ["notify", "notification", "email", "alert", "message", "bird"],
12425
- group: "Basics",
12426
- subtext: "Send notifications via Email, SMS, or WhatsApp"
12427
- },
12428
12390
  {
12429
12391
  title: "Claim",
12430
12392
  onItemClick: () => {
@@ -13436,7 +13398,7 @@ function CoverImage({ coverImageUrl, logoUrl }) {
13436
13398
  paddingBottom: "70px",
13437
13399
  // Space for logo area (increased for 120px logo)
13438
13400
  cursor: isRepositioning ? "ns-resize" : "default",
13439
- backgroundColor: "#1f1f1f"
13401
+ backgroundColor: "transparent"
13440
13402
  },
13441
13403
  onMouseEnter: () => editable && setIsHovering(true),
13442
13404
  onMouseLeave: () => {
@@ -13879,4 +13841,4 @@ export {
13879
13841
  ixoGraphQLClient,
13880
13842
  getEntity
13881
13843
  };
13882
- //# sourceMappingURL=chunk-DYUWLMSF.mjs.map
13844
+ //# sourceMappingURL=chunk-YXM4UH6C.mjs.map