@bluepic/embed 0.4.0-next.163 → 0.4.0-next.164

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/main.mjs CHANGED
@@ -27919,12 +27919,23 @@ const Tu = /* @__PURE__ */ Ve({
27919
27919
  coverWidth: {},
27920
27920
  hoverable: { type: Boolean, default: !1 },
27921
27921
  dividers: { type: Boolean, default: !0 },
27922
+ radius: { default: "md" },
27923
+ contentGap: { default: "none" },
27922
27924
  state: { default: "default" }
27923
27925
  },
27924
27926
  setup(e) {
27925
27927
  const t = Dn();
27926
27928
  return (n, r) => (N(), X("div", {
27927
- class: We(["bx-card", { bordered: e.bordered, transculent: e.transculent, ["size-" + e.size]: !0, hoverable: e.hoverable, dividers: e.dividers, [`state-${e.state}`]: e.state !== "default" }])
27929
+ class: We(["bx-card", {
27930
+ bordered: e.bordered,
27931
+ transculent: e.transculent,
27932
+ ["size-" + e.size]: !0,
27933
+ hoverable: e.hoverable,
27934
+ dividers: e.dividers,
27935
+ [`radius-${e.radius}`]: !0,
27936
+ [`content-gap-${e.contentGap}`]: e.contentGap !== "none",
27937
+ [`state-${e.state}`]: e.state !== "default"
27938
+ }])
27928
27939
  }, [
27929
27940
  t.header || t.title || e.title ? (N(), X("div", pW, [
27930
27941
  G("div", mW, [
@@ -27952,7 +27963,7 @@ const Tu = /* @__PURE__ */ Ve({
27952
27963
  ])) : Fe("", !0)
27953
27964
  ], 2));
27954
27965
  }
27955
- }), Ih = /* @__PURE__ */ ft(_W, [["__scopeId", "data-v-3b4b80b4"]]), SW = { class: "bx-upload" }, kW = ["tabindex", "aria-label", "aria-busy", "aria-disabled"], EW = { class: "bx-upload__icon-wrapper" }, zW = { class: "bx-upload__title" }, IW = { class: "bx-upload__description" }, AW = /* @__PURE__ */ Ve({
27966
+ }), Ih = /* @__PURE__ */ ft(_W, [["__scopeId", "data-v-ba552816"]]), SW = { class: "bx-upload" }, kW = ["tabindex", "aria-label", "aria-busy", "aria-disabled"], EW = { class: "bx-upload__icon-wrapper" }, zW = { class: "bx-upload__title" }, IW = { class: "bx-upload__description" }, AW = /* @__PURE__ */ Ve({
27956
27967
  __name: "BxUpload",
27957
27968
  props: {
27958
27969
  type: {},
@@ -35787,16 +35798,18 @@ const uX = { class: "image-library-shared-drive" }, dX = {
35787
35798
  }), QC = /* @__PURE__ */ ft(kX, [["__scopeId", "data-v-61c69114"]]), EX = /* @__PURE__ */ Ve({
35788
35799
  __name: "BxList",
35789
35800
  props: {
35790
- divider: { type: Boolean, default: !0 }
35801
+ divider: { type: Boolean, default: !0 },
35802
+ bordered: { type: Boolean, default: !1 },
35803
+ variant: { default: "plain" }
35791
35804
  },
35792
35805
  setup(e) {
35793
35806
  return Dn(), (t, n) => (N(), X("div", {
35794
- class: We(["bx-list", { "has-divider": e.divider }])
35807
+ class: We(["bx-list", { "has-divider": e.divider && e.variant === "plain", bordered: e.bordered, [`variant-${e.variant}`]: !0 }])
35795
35808
  }, [
35796
35809
  St(t.$slots, "default", {}, void 0, !0)
35797
35810
  ], 2));
35798
35811
  }
35799
- }), zX = /* @__PURE__ */ ft(EX, [["__scopeId", "data-v-8ef24162"]]), IX = { class: "bx-list-item__inner" }, AX = {
35812
+ }), zX = /* @__PURE__ */ ft(EX, [["__scopeId", "data-v-53785398"]]), IX = { class: "bx-list-item__inner" }, AX = {
35800
35813
  key: 0,
35801
35814
  class: "bx-list-item__prefix"
35802
35815
  }, OX = { class: "bx-list-item__content" }, LX = {
@@ -35804,10 +35817,13 @@ const uX = { class: "image-library-shared-drive" }, dX = {
35804
35817
  class: "bx-list-item__suffix"
35805
35818
  }, PX = /* @__PURE__ */ Ve({
35806
35819
  __name: "BxListItem",
35820
+ props: {
35821
+ interactive: { type: Boolean, default: !0 }
35822
+ },
35807
35823
  setup(e) {
35808
35824
  const t = Dn(), n = de(() => !!t.prefix), r = de(() => !!t.suffix);
35809
35825
  return (a, i) => (N(), X("div", {
35810
- class: We(["bx-list-item", { "has-prefix": n.value, "has-suffix": r.value }])
35826
+ class: We(["bx-list-item", { "has-prefix": n.value, "has-suffix": r.value, interactive: e.interactive }])
35811
35827
  }, [
35812
35828
  G("div", IX, [
35813
35829
  t.prefix ? (N(), X("div", AX, [
@@ -35822,7 +35838,7 @@ const uX = { class: "image-library-shared-drive" }, dX = {
35822
35838
  ])
35823
35839
  ], 2));
35824
35840
  }
35825
- }), $X = /* @__PURE__ */ ft(PX, [["__scopeId", "data-v-637e586e"]]), MX = ["aria-label"], TX = ["onClick"], DX = { class: "icon" }, jX = { class: "label" }, BX = { class: "pullup-menu" }, RX = { class: "icon" }, FX = /* @__PURE__ */ Ve({
35841
+ }), $X = /* @__PURE__ */ ft(PX, [["__scopeId", "data-v-1048af22"]]), MX = ["aria-label"], TX = ["onClick"], DX = { class: "icon" }, jX = { class: "label" }, BX = { class: "pullup-menu" }, RX = { class: "icon" }, FX = /* @__PURE__ */ Ve({
35826
35842
  __name: "BxDropdown",
35827
35843
  props: /* @__PURE__ */ an({
35828
35844
  options: {},