reykit 1.0.210 → 1.0.211
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/index.js +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49139,7 +49139,9 @@ function K4({
|
|
|
49139
49139
|
render: /* @__PURE__ */ x.jsx(
|
|
49140
49140
|
"img",
|
|
49141
49141
|
{
|
|
49142
|
-
src: a
|
|
49142
|
+
src: a,
|
|
49143
|
+
loading: "lazy",
|
|
49144
|
+
className: "size-full"
|
|
49143
49145
|
}
|
|
49144
49146
|
),
|
|
49145
49147
|
...i,
|
|
@@ -49154,7 +49156,6 @@ function K4({
|
|
|
49154
49156
|
"img",
|
|
49155
49157
|
{
|
|
49156
49158
|
src: a,
|
|
49157
|
-
loading: "lazy",
|
|
49158
49159
|
className: "block max-w-[90vw] max-h-[90vh] w-auto h-auto object-contain"
|
|
49159
49160
|
}
|
|
49160
49161
|
)
|
|
@@ -49176,7 +49177,8 @@ function $4({
|
|
|
49176
49177
|
{
|
|
49177
49178
|
src: a,
|
|
49178
49179
|
preload: "metadata",
|
|
49179
|
-
playsInline: !0
|
|
49180
|
+
playsInline: !0,
|
|
49181
|
+
className: "size-full"
|
|
49180
49182
|
}
|
|
49181
49183
|
),
|
|
49182
49184
|
...i,
|
|
@@ -49243,7 +49245,7 @@ function vk({
|
|
|
49243
49245
|
M_,
|
|
49244
49246
|
{
|
|
49245
49247
|
className: ie(
|
|
49246
|
-
"basis-1/2 overflow-hidden border max-h-[50vh] place-items-center flex p-0 rounded-2xl shadow-md",
|
|
49248
|
+
"basis-1/2 h-[50vh] overflow-hidden border max-h-[50vh] place-items-center flex p-0 rounded-2xl shadow-md",
|
|
49247
49249
|
"my-1 md:mx-2"
|
|
49248
49250
|
),
|
|
49249
49251
|
children: T === "image" ? /* @__PURE__ */ x.jsx(K4, { path: R }) : T === "video" ? /* @__PURE__ */ x.jsx($4, { path: R }) : void 0
|