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

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)
@@ -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;
@@ -24781,7 +24781,7 @@ const LC = ["src"], NC = {
24781
24781
  }, 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
24782
  __name: "PageBuilderSettings",
24783
24783
  setup(n) {
24784
- const e = "3.4.2", t = Se, r = I(() => t.getPageBuilderConfig);
24784
+ const e = "3.4.4", t = Se, r = I(() => t.getPageBuilderConfig);
24785
24785
  return (o, i) => {
24786
24786
  var s, l, a, p, c, u, f, h, b, m, x, v, C, S, g, O;
24787
24787
  return w(), E("div", uE, [