@myissue/vue-website-page-builder 3.4.2 → 3.4.5

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.
@@ -3178,7 +3178,7 @@ const ub = { class: "pbx-flex pbx-flex-col pbx-items-center pbx-justify-center p
3178
3178
  onClick: C[1] || (C[1] = (S) => y(t).reorderComponent(-1)),
3179
3179
  disabled: !b.value,
3180
3180
  class: X(["pbx-h-10 pbx-w-10 pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square pbx-text-black", [
3181
- b.value ? "hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white focus-visible:pbx-ring-0" : "pbx-cursor-not-allowed pbx-bg-opacity-20 hover:pbx-bg-gray-200"
3181
+ b.value ? "hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white focus-visible:pbx-ring-0 pbx-cursor-pointer" : "pbx-cursor-not-allowed pbx-bg-opacity-20 hover:pbx-bg-gray-200"
3182
3182
  ]])
3183
3183
  }, C[5] || (C[5] = [
3184
3184
  d("span", { class: "material-symbols-outlined" }, " move_up ", -1)
@@ -3188,7 +3188,7 @@ const ub = { class: "pbx-flex pbx-flex-col pbx-items-center pbx-justify-center p
3188
3188
  onClick: C[2] || (C[2] = (S) => y(t).reorderComponent(1)),
3189
3189
  disabled: !m.value,
3190
3190
  class: X(["pbx-h-10 pbx-w-10 pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square pbx-text-black", [
3191
- m.value ? "hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white focus-visible:pbx-ring-0" : "pbx-cursor-not-allowed pbx-bg-opacity-20 hover:pbx-bg-gray-200"
3191
+ m.value ? "hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white focus-visible:pbx-ring-0 pbx-cursor-pointer" : "pbx-cursor-not-allowed pbx-bg-opacity-20 hover:pbx-bg-gray-200"
3192
3192
  ]])
3193
3193
  }, C[6] || (C[6] = [
3194
3194
  d("span", { class: "material-symbols-outlined" }, " move_down ", -1)
@@ -21360,7 +21360,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21360
21360
  ]),
21361
21361
  xe(d("input", {
21362
21362
  "onUpdate:modelValue": $[0] || ($[0] = (K) => O.value = K),
21363
- class: "pbx-myPrimaryInput pbx-mt-1",
21363
+ class: "pbx-myPrimaryInput pbx-mt-1 pbx-w-full",
21364
21364
  type: "url",
21365
21365
  placeholder: "url"
21366
21366
  }, null, 512), [
@@ -21385,7 +21385,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21385
21385
  d("button", {
21386
21386
  onClick: $[1] || ($[1] = (K) => y(e).toggleTipTapModal(!1)),
21387
21387
  type: "button",
21388
- class: "pbx-myPrimaryTag"
21388
+ class: "pbx-myPrimaryTag pbx-cursor-pointer"
21389
21389
  }, [
21390
21390
  $[8] || ($[8] = d("span", { class: "material-symbols-outlined" }, " save ", -1)),
21391
21391
  d("span", null, k(y(t)("Save")), 1)
@@ -21398,7 +21398,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21398
21398
  d("button", {
21399
21399
  onClick: $[2] || ($[2] = (K) => y(S).chain().focus().setHardBreak().run()),
21400
21400
  type: "button",
21401
- class: "pbx-myPrimaryTag"
21401
+ class: "pbx-myPrimaryTag pbx-cursor-pointer"
21402
21402
  }, [
21403
21403
  $[9] || ($[9] = d("span", { class: "material-symbols-outlined" }, " keyboard_return ", -1)),
21404
21404
  d("span", null, k(y(t)("Line break")), 1)
@@ -21408,7 +21408,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21408
21408
  d("button", {
21409
21409
  onClick: $[3] || ($[3] = (K) => y(S).chain().focus().toggleBold().run()),
21410
21410
  type: "button",
21411
- class: X(["pbx-myPrimaryTag", { "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("bold") }])
21411
+ class: X(["pbx-myPrimaryTag pbx-cursor-pointer", { "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("bold") }])
21412
21412
  }, [
21413
21413
  $[10] || ($[10] = d("span", { class: "material-symbols-outlined" }, " format_bold ", -1)),
21414
21414
  d("span", null, k(y(t)("Bold")), 1)
@@ -21418,7 +21418,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21418
21418
  d("button", {
21419
21419
  onClick: F,
21420
21420
  type: "button",
21421
- class: X(["pbx-myPrimaryTag", { "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("link") }])
21421
+ class: X(["pbx-myPrimaryTag pbx-cursor-pointer", { "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("link") }])
21422
21422
  }, [
21423
21423
  $[11] || ($[11] = d("span", { class: "material-symbols-outlined" }, " link ", -1)),
21424
21424
  d("span", null, k(y(t)("Link")), 1)
@@ -21428,7 +21428,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21428
21428
  d("button", {
21429
21429
  onClick: $[4] || ($[4] = (K) => y(S).chain().focus().toggleHeading({ level: 2 }).run()),
21430
21430
  type: "button",
21431
- class: X(["pbx-myPrimaryTag", {
21431
+ class: X(["pbx-myPrimaryTag pbx-cursor-pointer", {
21432
21432
  "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("heading", {
21433
21433
  level: 2
21434
21434
  })
@@ -21442,7 +21442,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21442
21442
  d("button", {
21443
21443
  onClick: $[5] || ($[5] = (K) => y(S).chain().focus().toggleHeading({ level: 3 }).run()),
21444
21444
  type: "button",
21445
- class: X(["pbx-myPrimaryTag", {
21445
+ class: X(["pbx-myPrimaryTag pbx-cursor-pointer", {
21446
21446
  "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("heading", {
21447
21447
  level: 3
21448
21448
  })
@@ -21456,7 +21456,7 @@ const Xw = /* @__PURE__ */ Yw("pageBuilderState", {
21456
21456
  d("button", {
21457
21457
  onClick: $[6] || ($[6] = (K) => y(S).chain().focus().toggleBulletList().run()),
21458
21458
  type: "button",
21459
- class: X(["pbx-myPrimaryTag", {
21459
+ class: X(["pbx-myPrimaryTag pbx-cursor-pointer", {
21460
21460
  "pbx-bg-myPrimaryLinkColor pbx-text-white": y(S).isActive("bulletList")
21461
21461
  }])
21462
21462
  }, [
@@ -22151,7 +22151,7 @@ const tk = { class: "pbx-relative" }, nk = { class: "pbx-flex pbx-justify-start
22151
22151
  }, [
22152
22152
  n.globalPageLayout ? (w(), ce(y(Tr), {
22153
22153
  key: 0,
22154
- class: "pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 hover:pbx-bg-myPrimaryLightGrayColor pbx-bg-white hover:pbx-text-black pbx-text-black pbx-font-sans pbx-font-medium"
22154
+ class: "pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 hover:pbx-bg-myPrimaryLightGrayColor pbx-bg-white hover:pbx-text-black pbx-text-black pbx-font-sans pbx-font-medium pbx-border-0"
22155
22155
  }, {
22156
22156
  default: V(() => {
22157
22157
  var a;
@@ -22273,7 +22273,7 @@ const tk = { class: "pbx-relative" }, nk = { class: "pbx-flex pbx-justify-start
22273
22273
  }, [
22274
22274
  n.globalPageLayout ? (w(), ce(y(Tr), {
22275
22275
  key: 0,
22276
- class: "pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 hover:pbx-bg-myPrimaryLightGrayColor pbx-bg-white hover:pbx-text-black pbx-text-black pbx-font-sans pbx-font-medium"
22276
+ class: "pbx-flex pbx-flex-row pbx-justify-between pbx-items-center pbx-pl-3 pbx-pr-3 pbx-py-5 pbx-cursor-pointer pbx-duration-200 hover:pbx-bg-myPrimaryLightGrayColor pbx-bg-white hover:pbx-text-black pbx-text-black pbx-font-sans pbx-font-medium pbx-border-0"
22277
22277
  }, {
22278
22278
  default: V(() => {
22279
22279
  var a;
@@ -23265,7 +23265,9 @@ function cC(n, e, t, r, o, i) {
23265
23265
  r.expanded ? A("", !0) : (w(), E("span", pC, " chevron_right "))
23266
23266
  ]),
23267
23267
  d("div", {
23268
- class: X([[r.expanded ? "pbx-block pbx-bg-sky-50" : "pbx-hidden"], "pbx-px-4 pbx-ease-linear pbx-duration-75 pbx-pb-8"])
23268
+ class: X([[
23269
+ r.expanded ? "pbx-block pbx-bg-indigo-50 pbx-border-0 pbx-border-solid pbx-border-t pbx-border-red-50" : "pbx-hidden"
23270
+ ], "pbx-px-4 pbx-ease-linear pbx-duration-75 pbx-pb-8"])
23269
23271
  }, [
23270
23272
  ar(n.$slots, "content")
23271
23273
  ], 2)
@@ -23512,7 +23514,7 @@ const LC = ["src"], NC = {
23512
23514
  },
23513
23515
  { immediate: !0 }
23514
23516
  ), (i, s) => (w(), E("div", DC, [
23515
- s[4] || (s[4] = d("label", {
23517
+ s[3] || (s[3] = d("label", {
23516
23518
  for: "bg-opacity",
23517
23519
  class: "pbx-myPrimaryInputLabel"
23518
23520
  }, " Background Opacity", -1)),
@@ -23541,13 +23543,9 @@ const LC = ["src"], NC = {
23541
23543
  d("span", {
23542
23544
  class: X(["pbx-block pbx-truncate", [(r.value !== "none", "")]])
23543
23545
  }, k(r.value === "none" ? "Transparent" : r.value), 3)
23544
- ]),
23545
- s[2] || (s[2] = d("span", { class: "pbx-pointer-events-none pbx-absolute pbx-inset-y-0 pbx-right-0 pbx-ml-3 pbx-flex pbx-items-center pbx-pr-2" }, [
23546
- d("span", { class: "material-symbols-outlined" }, " keyboard_arrow_down ")
23547
- ], -1))
23546
+ ])
23548
23547
  ]),
23549
- _: 1,
23550
- __: [2]
23548
+ _: 1
23551
23549
  }),
23552
23550
  j(oo, {
23553
23551
  "leave-active-class": "pbx-transition pbx-ease-in pbx-duration-100",
@@ -23571,7 +23569,7 @@ const LC = ["src"], NC = {
23571
23569
  ])
23572
23570
  }, [
23573
23571
  d("div", FC, [
23574
- l === "none" ? (w(), E("div", HC, s[3] || (s[3] = [
23572
+ l === "none" ? (w(), E("div", HC, s[2] || (s[2] = [
23575
23573
  d("div", { class: "pbx-myPrimaryColorPreview pbx-border-none" }, [
23576
23574
  d("span", { class: "material-symbols-outlined" }, " ev_shadow ")
23577
23575
  ], -1)
@@ -23616,7 +23614,7 @@ const LC = ["src"], NC = {
23616
23614
  },
23617
23615
  { immediate: !0 }
23618
23616
  ), (i, s) => (w(), E("div", WC, [
23619
- s[4] || (s[4] = d("label", {
23617
+ s[3] || (s[3] = d("label", {
23620
23618
  for: "default-opacity",
23621
23619
  class: "pbx-myPrimaryInputLabel"
23622
23620
  }, " Opacity", -1)),
@@ -23645,13 +23643,9 @@ const LC = ["src"], NC = {
23645
23643
  d("span", {
23646
23644
  class: X(["pbx-block pbx-truncate", [(r.value !== "none", "")]])
23647
23645
  }, k(r.value === "none" ? "Transparent" : r.value), 3)
23648
- ]),
23649
- s[2] || (s[2] = d("span", { class: "pbx-pointer-events-none pbx-absolute pbx-inset-y-0 pbx-right-0 pbx-ml-3 pbx-flex pbx-items-center pbx-pr-2" }, [
23650
- d("span", { class: "material-symbols-outlined" }, " keyboard_arrow_down ")
23651
- ], -1))
23646
+ ])
23652
23647
  ]),
23653
- _: 1,
23654
- __: [2]
23648
+ _: 1
23655
23649
  }),
23656
23650
  j(oo, {
23657
23651
  "leave-active-class": "pbx-transition pbx-ease-in pbx-duration-100",
@@ -23675,7 +23669,7 @@ const LC = ["src"], NC = {
23675
23669
  ])
23676
23670
  }, [
23677
23671
  d("div", GC, [
23678
- l === "none" ? (w(), E("div", JC, s[3] || (s[3] = [
23672
+ l === "none" ? (w(), E("div", JC, s[2] || (s[2] = [
23679
23673
  d("div", { class: "pbx-myPrimaryColorPreview pbx-border-none" }, [
23680
23674
  d("span", { class: "material-symbols-outlined" }, " ev_shadow ")
23681
23675
  ], -1)
@@ -24236,7 +24230,7 @@ const LC = ["src"], NC = {
24236
24230
  [Ue, o.value]
24237
24231
  ])
24238
24232
  ]),
24239
- u[9] || (u[9] = d("hr", null, null, -1)),
24233
+ u[8] || (u[8] = d("hr", null, null, -1)),
24240
24234
  d("div", Y2, [
24241
24235
  d("label", X2, k(y(e)("Border Width")), 1),
24242
24236
  xe(d("select", {
@@ -24251,7 +24245,7 @@ const LC = ["src"], NC = {
24251
24245
  [Ue, i.value]
24252
24246
  ])
24253
24247
  ]),
24254
- u[10] || (u[10] = d("hr", null, null, -1)),
24248
+ u[9] || (u[9] = d("hr", null, null, -1)),
24255
24249
  d("div", Z2, [
24256
24250
  d("label", eM, k(y(e)("Border Color")), 1),
24257
24251
  j(y(ii), {
@@ -24279,14 +24273,10 @@ const LC = ["src"], NC = {
24279
24273
  class: X(["pbx-aspect-square pbx-w-6 pbx-h-6 pbx-border-solid pbx-border pbx-border-gray-100 pbx-rounded-sm", `pbx-bg-${(f = s.value) == null ? void 0 : f.replace("pbx-border-", "")}`])
24280
24274
  }, null, 2)) : A("", !0),
24281
24275
  d("span", oM, k(s.value), 1)
24282
- ]),
24283
- u[7] || (u[7] = d("span", { class: "pbx-pointer-events-none pbx-absolute pbx-inset-y-0 pbx-right-0 pbx-ml-3 pbx-flex pbx-items-center pbx-pr-2" }, [
24284
- d("span", { class: "material-symbols-outlined" }, " keyboard_arrow_down ")
24285
- ], -1))
24276
+ ])
24286
24277
  ];
24287
24278
  }),
24288
- _: 1,
24289
- __: [7]
24279
+ _: 1
24290
24280
  }),
24291
24281
  j(oo, {
24292
24282
  "leave-active-class": "pbx-transition pbx-ease-in pbx-duration-100",
@@ -24310,7 +24300,7 @@ const LC = ["src"], NC = {
24310
24300
  ])
24311
24301
  }, [
24312
24302
  d("div", iM, [
24313
- f === "none" ? (w(), E("div", sM, u[8] || (u[8] = [
24303
+ f === "none" ? (w(), E("div", sM, u[7] || (u[7] = [
24314
24304
  d("div", { class: "pbx-myPrimaryColorPreview pbx-border-none" }, [
24315
24305
  d("span", { class: "material-symbols-outlined" }, " ev_shadow ")
24316
24306
  ], -1)
@@ -24513,7 +24503,10 @@ const LC = ["src"], NC = {
24513
24503
  }, EM = { class: "pbx-flex pbx-h-full pbx-flex-col" }, TM = { class: "pbx-flex pbx-flex-row pbx-justify-between pbx-pt-7 pbx-pr-4 pbx-pl-4 pbx-items-center pbx-mb-3" }, OM = { class: "pbx-font-medium pbx-text-sm" }, BM = { class: "pbx-lowercase" }, PM = { class: "pbx-mb-1" }, AM = { class: "pbx-mb-1" }, _M = { class: "pbx-my-1" }, LM = { class: "pbx-my-1" }, NM = { class: "pbx-my-1" }, DM = { class: "pbx-my-1" }, IM = { class: "pbx-my-1" }, $M = { class: "pbx-my-1" }, RM = { class: "pbx-my-1" }, FM = { class: "pbx-my-1" }, HM = { class: "pbx-my-1" }, jM = { class: "pbx-my-1" }, zM = { class: "pbx-myPrimaryInputLabel pbx-my-4" }, VM = { class: "pbx-my-2 pbx-py-2" }, WM = {
24514
24504
  key: 0,
24515
24505
  class: "pbx-my-1"
24516
- }, UM = { class: "pbx-myPrimaryInputLabel pbx-my-4" }, qM = { class: "pbx-my-2 pbx-py-2" }, KM = { class: "pbx-flex pbx-flex-col pbx-gap-2 pbx-pt-4 pbx-pb-2" }, GM = { key: 0 }, JM = { class: "pbx-flex pbx-items-center pbx-my-2 pbx-py-4 pbx-px-2 pbx-justify-center" }, YM = { class: "pbx-inline-block pbx-h-8 pbx-w-8 pbx-animate-spin pbx-rounded-full pbx-border-4 pbx-border-solid pbx-border-current pbx-border-r-transparent pbx-align-[-0.125em] motion-reduce:pbx-animate-[spin_1.5s_linear_infinite]" }, XM = { class: "!pbx-absolute !pbx-m-px !pbx-h-px !pbx-w-px !pbx-overflow-hidden !pbx-whitespace-nowrap !pbx-border-0 !pbx-p-0 !pbx-[clip:rect(0,0,0,0)]" }, QM = {
24506
+ }, UM = { class: "pbx-myPrimaryInputLabel pbx-my-4" }, qM = { class: "pbx-my-2 pbx-py-2" }, KM = {
24507
+ id: "pagebuilder-right-menu",
24508
+ class: "pbx-flex pbx-flex-col pbx-gap-2 pbx-pt-4 pbx-pb-2"
24509
+ }, GM = { key: 0 }, JM = { class: "pbx-flex pbx-items-center pbx-my-2 pbx-py-4 pbx-px-2 pbx-justify-center" }, YM = { class: "pbx-inline-block pbx-h-8 pbx-w-8 pbx-animate-spin pbx-rounded-full pbx-border-4 pbx-border-solid pbx-border-current pbx-border-r-transparent pbx-align-[-0.125em] motion-reduce:pbx-animate-[spin_1.5s_linear_infinite]" }, XM = { class: "!pbx-absolute !pbx-m-px !pbx-h-px !pbx-w-px !pbx-overflow-hidden !pbx-whitespace-nowrap !pbx-border-0 !pbx-p-0 !pbx-[clip:rect(0,0,0,0)]" }, QM = {
24517
24510
  key: 1,
24518
24511
  class: "pbx-pb-12"
24519
24512
  }, ZM = { class: "pbx-myPrimaryParagraph" }, eE = { class: "pbx-my-1" }, tE = { class: "pbx-my-1" }, nE = { class: "pbx-my-1" }, rE = { class: "pbx-my-1" }, oE = { class: "pbx-my-1" }, iE = { class: "pbx-my-1" }, sE = { class: "pbx-my-1" }, lE = { class: "pbx-my-1" }, aE = { class: "pbx-my-1" }, pE = { class: "pbx-my-1" }, cE = {
@@ -24781,7 +24774,7 @@ const LC = ["src"], NC = {
24781
24774
  }, MT = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, ET = { class: "pbx-overflow-x-auto" }, TT = { class: "pbx-w-max" }, OT = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, BT = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, PT = { class: "pbx-min-w-[30rem] pbx-w-max" }, AT = { key: 0 }, _T = { key: 1 }, LT = { key: 0 }, NT = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, DT = { class: "pbx-min-w-[30rem] pbx-w-max" }, IT = { class: "pbx-inline-flex pbx-items-center pbx-px-2.5 pbx-py-0.5 pbx-rounded-full pbx-text-xs pbx-font-medium" }, $T = { class: "pbx-mt-4 pbx-mb-4 pbx-py-8 pbx-px-2 pbx-border pbx-border-solid pbx-border-gray-600 pbx-rounded-xl" }, RT = { class: "pbx-mt-4 pbx-whitespace-pre-wrap pbx-text-white pbx-overflow-hidden pbx-bg-gray-900" }, FT = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-white pbx-text-xs pbx-break-all" }, HT = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-text-white" }, jT = {
24782
24775
  __name: "PageBuilderSettings",
24783
24776
  setup(n) {
24784
- const e = "3.4.2", t = Se, r = I(() => t.getPageBuilderConfig);
24777
+ const e = "3.4.5", t = Se, r = I(() => t.getPageBuilderConfig);
24785
24778
  return (o, i) => {
24786
24779
  var s, l, a, p, c, u, f, h, b, m, x, v, C, S, g, O;
24787
24780
  return w(), E("div", uE, [