denwa-web-shared 1.0.21 → 1.0.23
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/server/index.cjs.js +15 -15
- package/dist/server/index.es.js +15 -15
- package/package.json +1 -1
package/dist/server/index.cjs.js
CHANGED
|
@@ -6663,21 +6663,6 @@ const BasePicture = ({
|
|
|
6663
6663
|
mobileImage2xAvif
|
|
6664
6664
|
} = data;
|
|
6665
6665
|
return /* @__PURE__ */ jsxRuntime.jsxs("picture", { ...pictureProps, children: [
|
|
6666
|
-
image1xAvif && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6667
|
-
"source",
|
|
6668
|
-
{
|
|
6669
|
-
srcSet: `${image1xAvif} 1x${image2xAvif ? `, ${image2xAvif} 2x` : ""}`,
|
|
6670
|
-
type: "image/avif"
|
|
6671
|
-
}
|
|
6672
|
-
),
|
|
6673
|
-
image1xWebp && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6674
|
-
"source",
|
|
6675
|
-
{
|
|
6676
|
-
srcSet: `${image1xWebp} 1x${image2xWebp ? `, ${image2xWebp} 2x` : ""}`,
|
|
6677
|
-
type: "image/webp"
|
|
6678
|
-
}
|
|
6679
|
-
),
|
|
6680
|
-
/* @__PURE__ */ jsxRuntime.jsx("source", { srcSet: `${image1x} 1x${image2x ? `, ${image2x} 2x` : ""}`, type }),
|
|
6681
6666
|
mobileImage1xAvif && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6682
6667
|
"source",
|
|
6683
6668
|
{
|
|
@@ -6702,6 +6687,21 @@ const BasePicture = ({
|
|
|
6702
6687
|
type
|
|
6703
6688
|
}
|
|
6704
6689
|
),
|
|
6690
|
+
image1xAvif && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6691
|
+
"source",
|
|
6692
|
+
{
|
|
6693
|
+
srcSet: `${image1xAvif} 1x${image2xAvif ? `, ${image2xAvif} 2x` : ""}`,
|
|
6694
|
+
type: "image/avif"
|
|
6695
|
+
}
|
|
6696
|
+
),
|
|
6697
|
+
image1xWebp && /* @__PURE__ */ jsxRuntime.jsx(
|
|
6698
|
+
"source",
|
|
6699
|
+
{
|
|
6700
|
+
srcSet: `${image1xWebp} 1x${image2xWebp ? `, ${image2xWebp} 2x` : ""}`,
|
|
6701
|
+
type: "image/webp"
|
|
6702
|
+
}
|
|
6703
|
+
),
|
|
6704
|
+
/* @__PURE__ */ jsxRuntime.jsx("source", { srcSet: `${image1x} 1x${image2x ? `, ${image2x} 2x` : ""}`, type }),
|
|
6705
6705
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6706
6706
|
"img",
|
|
6707
6707
|
{
|
package/dist/server/index.es.js
CHANGED
|
@@ -6661,21 +6661,6 @@ const BasePicture = ({
|
|
|
6661
6661
|
mobileImage2xAvif
|
|
6662
6662
|
} = data;
|
|
6663
6663
|
return /* @__PURE__ */ jsxs("picture", { ...pictureProps, children: [
|
|
6664
|
-
image1xAvif && /* @__PURE__ */ jsx(
|
|
6665
|
-
"source",
|
|
6666
|
-
{
|
|
6667
|
-
srcSet: `${image1xAvif} 1x${image2xAvif ? `, ${image2xAvif} 2x` : ""}`,
|
|
6668
|
-
type: "image/avif"
|
|
6669
|
-
}
|
|
6670
|
-
),
|
|
6671
|
-
image1xWebp && /* @__PURE__ */ jsx(
|
|
6672
|
-
"source",
|
|
6673
|
-
{
|
|
6674
|
-
srcSet: `${image1xWebp} 1x${image2xWebp ? `, ${image2xWebp} 2x` : ""}`,
|
|
6675
|
-
type: "image/webp"
|
|
6676
|
-
}
|
|
6677
|
-
),
|
|
6678
|
-
/* @__PURE__ */ jsx("source", { srcSet: `${image1x} 1x${image2x ? `, ${image2x} 2x` : ""}`, type }),
|
|
6679
6664
|
mobileImage1xAvif && /* @__PURE__ */ jsx(
|
|
6680
6665
|
"source",
|
|
6681
6666
|
{
|
|
@@ -6700,6 +6685,21 @@ const BasePicture = ({
|
|
|
6700
6685
|
type
|
|
6701
6686
|
}
|
|
6702
6687
|
),
|
|
6688
|
+
image1xAvif && /* @__PURE__ */ jsx(
|
|
6689
|
+
"source",
|
|
6690
|
+
{
|
|
6691
|
+
srcSet: `${image1xAvif} 1x${image2xAvif ? `, ${image2xAvif} 2x` : ""}`,
|
|
6692
|
+
type: "image/avif"
|
|
6693
|
+
}
|
|
6694
|
+
),
|
|
6695
|
+
image1xWebp && /* @__PURE__ */ jsx(
|
|
6696
|
+
"source",
|
|
6697
|
+
{
|
|
6698
|
+
srcSet: `${image1xWebp} 1x${image2xWebp ? `, ${image2xWebp} 2x` : ""}`,
|
|
6699
|
+
type: "image/webp"
|
|
6700
|
+
}
|
|
6701
|
+
),
|
|
6702
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${image1x} 1x${image2x ? `, ${image2x} 2x` : ""}`, type }),
|
|
6703
6703
|
/* @__PURE__ */ jsx(
|
|
6704
6704
|
"img",
|
|
6705
6705
|
{
|