reykit 1.0.209 → 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 -3
- 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,
|
|
@@ -49175,7 +49177,8 @@ function $4({
|
|
|
49175
49177
|
{
|
|
49176
49178
|
src: a,
|
|
49177
49179
|
preload: "metadata",
|
|
49178
|
-
playsInline: !0
|
|
49180
|
+
playsInline: !0,
|
|
49181
|
+
className: "size-full"
|
|
49179
49182
|
}
|
|
49180
49183
|
),
|
|
49181
49184
|
...i,
|
|
@@ -49242,7 +49245,7 @@ function vk({
|
|
|
49242
49245
|
M_,
|
|
49243
49246
|
{
|
|
49244
49247
|
className: ie(
|
|
49245
|
-
"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",
|
|
49246
49249
|
"my-1 md:mx-2"
|
|
49247
49250
|
),
|
|
49248
49251
|
children: T === "image" ? /* @__PURE__ */ x.jsx(K4, { path: R }) : T === "video" ? /* @__PURE__ */ x.jsx($4, { path: R }) : void 0
|