sass-template-common 0.1.86 → 0.1.88

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.
@@ -844,6 +844,8 @@ export declare const ImageOffline: FC<ImageProps_3>;
844
844
 
845
845
  export declare const ImageOnline: FC<ImageProps_2>;
846
846
 
847
+ export declare const ImageOnlineClient: FC<ImageProps_4>;
848
+
847
849
  declare interface ImageProps {
848
850
  copyright: boolean;
849
851
  description: string | false;
@@ -878,6 +880,13 @@ declare interface ImageProps_3 {
878
880
  cookies?: any;
879
881
  }
880
882
 
883
+ declare interface ImageProps_4 {
884
+ preview: Preview;
885
+ isVideo?: boolean;
886
+ isLarge?: boolean;
887
+ priorityHigh?: boolean;
888
+ }
889
+
881
890
  export declare interface Info {
882
891
  type?: string;
883
892
  section?: {
@@ -4669,7 +4669,7 @@ const Tt = (e) => {
4669
4669
  ] }) }) : /* @__PURE__ */ a("figure", { className: se.figure, children: /* @__PURE__ */ h("span", { className: se.backdrop, children: [
4670
4670
  /* @__PURE__ */ a("span", { className: se.backdropAux }),
4671
4671
  /* @__PURE__ */ h("picture", { children: [
4672
- o.map(async (s, i) => {
4672
+ o.map((s, i) => {
4673
4673
  if (e.isLarge)
4674
4674
  return s.width >= 580 ? /* @__PURE__ */ a(
4675
4675
  "source",
@@ -14264,6 +14264,7 @@ export {
14264
14264
  g0 as IframeHeader,
14265
14265
  tl as ImageOffline,
14266
14266
  Ue as ImageOnline,
14267
+ Zc as ImageOnlineClient,
14267
14268
  G9 as IssuuServices,
14268
14269
  Es as ItemListSchema,
14269
14270
  ym as JournalistArticule2,