@everchron/ec-shards 19.7.10 → 19.7.12

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/ec-shards.js CHANGED
@@ -234,7 +234,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
234
234
  "../assets/icons/format-strike.svg": () => import("./format-strike-DxM00Ur5.js"),
235
235
  "../assets/icons/format-ul.svg": () => import("./format-ul-xYIt9Ln7.js"),
236
236
  "../assets/icons/format-underline.svg": () => import("./format-underline-B9nuzsw4.js"),
237
- "../assets/icons/fullscreen-filled.svg": () => import("./fullscreen-filled-icAZQgvs.js"),
237
+ "../assets/icons/fullscreen-filled.svg": () => import("./fullscreen-filled-lXWjhO-U.js"),
238
238
  "../assets/icons/globe.svg": () => import("./globe-ComLW8MI.js"),
239
239
  "../assets/icons/hand.svg": () => import("./hand-CwZ93RCk.js"),
240
240
  "../assets/icons/header-footer.svg": () => import("./header-footer-BbB2KrJ9.js"),
@@ -283,7 +283,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
283
283
  "../assets/icons/page-rotate.svg": () => import("./page-rotate-CBnKD_gJ.js"),
284
284
  "../assets/icons/parties.svg": () => import("./parties-DFnNgN3F.js"),
285
285
  "../assets/icons/patch.svg": () => import("./patch-CANFmazW.js"),
286
- "../assets/icons/pause-filled.svg": () => import("./pause-filled-CEY1z4i3.js"),
286
+ "../assets/icons/pause-filled.svg": () => import("./pause-filled-5vjdhwUz.js"),
287
287
  "../assets/icons/pause.svg": () => import("./pause-D3ihsvqn.js"),
288
288
  "../assets/icons/pdf-document.svg": () => import("./pdf-document-B8QeQpnA.js"),
289
289
  "../assets/icons/person.svg": () => import("./person-Dff_ni0m.js"),
@@ -292,7 +292,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
292
292
  "../assets/icons/pin-active.svg": () => import("./pin-active-2QuJXwF8.js"),
293
293
  "../assets/icons/pin.svg": () => import("./pin-BMrkI3g0.js"),
294
294
  "../assets/icons/plane.svg": () => import("./plane-DwJxbOAc.js"),
295
- "../assets/icons/play-filled.svg": () => import("./play-filled-DILgarIA.js"),
295
+ "../assets/icons/play-filled.svg": () => import("./play-filled-BHLBqD1H.js"),
296
296
  "../assets/icons/play.svg": () => import("./play-fyfslW5Q.js"),
297
297
  "../assets/icons/playlist.svg": () => import("./playlist-DQrf7g-1.js"),
298
298
  "../assets/icons/preference.svg": () => import("./preference-BkMoYdO8.js"),
@@ -379,8 +379,8 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
379
379
  "../assets/icons/video-splitscreen.svg": () => import("./video-splitscreen-B3WHtj5n.js"),
380
380
  "../assets/icons/video.svg": () => import("./video-B1SBokQJ.js"),
381
381
  "../assets/icons/view.svg": () => import("./view-tAjWMcJ5.js"),
382
- "../assets/icons/volume-off-filled.svg": () => import("./volume-off-filled-CHXc6dH_.js"),
383
- "../assets/icons/volume-on-filled.svg": () => import("./volume-on-filled-YSQ5NyZe.js"),
382
+ "../assets/icons/volume-off-filled.svg": () => import("./volume-off-filled-DpOrVzoc.js"),
383
+ "../assets/icons/volume-on-filled.svg": () => import("./volume-on-filled-FfSf8Jh5.js"),
384
384
  "../assets/icons/warning-error.svg": () => import("./warning-error-BwbYQTmC.js"),
385
385
  "../assets/icons/warning.svg": () => import("./warning-CHVDo31E.js"),
386
386
  "../assets/icons/write-feather.svg": () => import("./write-feather-BzqRfhOh.js"),
@@ -773,6 +773,10 @@ var Ie = /* @__PURE__ */ V(je, [["render", Fe], ["__scopeId", "data-v-4e7ca115"]
773
773
  ai: {
774
774
  type: Boolean,
775
775
  default: !1
776
+ },
777
+ invert: {
778
+ type: Boolean,
779
+ default: !1
776
780
  }
777
781
  },
778
782
  computed: {
@@ -793,7 +797,10 @@ var Ie = /* @__PURE__ */ V(je, [["render", Fe], ["__scopeId", "data-v-4e7ca115"]
793
797
  function Ve(t, n, r, i, a, o) {
794
798
  return r.type === "rect" || r.type === "circle" ? (T(), c("div", {
795
799
  key: 0,
796
- class: b(["ecs-skeleton skeleton", [o.rectClass, { ai: r.ai }]]),
800
+ class: b(["ecs-skeleton skeleton", [o.rectClass, {
801
+ ai: r.ai,
802
+ invert: r.invert
803
+ }]]),
797
804
  style: S({
798
805
  width: o.calculatedWidth,
799
806
  height: r.height + "px"
@@ -801,15 +808,21 @@ function Ve(t, n, r, i, a, o) {
801
808
  }, null, 6)) : r.type === "multi" ? (T(), c("div", Be, [(T(!0), c(e, null, O(parseInt(r.count), (e) => (T(), c("div", {
802
809
  key: e,
803
810
  class: b(["skeleton-wrap", ["skeleton-line-height-" + r.lineHeight, o.alignmentClass]])
804
- }, [l("div", { class: b(["skeleton skeleton-single", { ai: r.ai }]) }, null, 2)], 2))), 128))])) : (T(), c("div", {
811
+ }, [l("div", { class: b(["skeleton skeleton-single", {
812
+ ai: r.ai,
813
+ invert: r.invert
814
+ }]) }, null, 2)], 2))), 128))])) : (T(), c("div", {
805
815
  key: 2,
806
816
  class: b(["ecs-skeleton skeleton-wrap", ["skeleton-line-height-" + r.lineHeight, o.alignmentClass]])
807
817
  }, [l("div", {
808
- class: b(["skeleton skeleton-single", { ai: r.ai }]),
818
+ class: b(["skeleton skeleton-single", {
819
+ ai: r.ai,
820
+ invert: r.invert
821
+ }]),
809
822
  style: S({ width: o.calculatedWidth })
810
823
  }, null, 6)], 2));
811
824
  }
812
- var W = /* @__PURE__ */ V(ze, [["render", Ve], ["__scopeId", "data-v-633f8342"]]), He = {
825
+ var W = /* @__PURE__ */ V(ze, [["render", Ve], ["__scopeId", "data-v-5a7d7926"]]), He = {
813
826
  name: "ecs-avatar",
814
827
  emits: ["avatar-initials"],
815
828
  components: {