reykit 1.0.216 → 1.0.217
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 +13 -23
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49153,15 +49153,13 @@ function K4({
|
|
|
49153
49153
|
mR,
|
|
49154
49154
|
{
|
|
49155
49155
|
showCloseButton: !1,
|
|
49156
|
-
className:
|
|
49157
|
-
"!max-w-none w-auto h-auto p-0 border-0 bg-transparent shadow-none rounded-none",
|
|
49158
|
-
"block max-w-[90vw] max-h-[90vh] w-auto h-auto object-contain cursor-pointer"
|
|
49159
|
-
),
|
|
49156
|
+
className: "!max-w-none w-auto h-auto p-0 border-0 bg-transparent shadow-none rounded-none cursor-pointer",
|
|
49160
49157
|
children: /* @__PURE__ */ x.jsx(
|
|
49161
49158
|
"img",
|
|
49162
49159
|
{
|
|
49163
49160
|
src: a,
|
|
49164
|
-
onClick: () => m(!1)
|
|
49161
|
+
onClick: () => m(!1),
|
|
49162
|
+
className: "block max-w-[90vw] max-h-[90vh] w-auto h-auto object-contain"
|
|
49165
49163
|
}
|
|
49166
49164
|
)
|
|
49167
49165
|
}
|
|
@@ -49190,25 +49188,17 @@ function $4({
|
|
|
49190
49188
|
nativeButton: !1
|
|
49191
49189
|
}
|
|
49192
49190
|
),
|
|
49193
|
-
/* @__PURE__ */ x.jsx(
|
|
49194
|
-
|
|
49191
|
+
/* @__PURE__ */ x.jsx(mR, { className: "!max-w-none w-auto h-auto p-0 border-0 bg-transparent shadow-none rounded-none cursor-pointer", children: /* @__PURE__ */ x.jsx(
|
|
49192
|
+
"video",
|
|
49195
49193
|
{
|
|
49196
|
-
|
|
49197
|
-
|
|
49198
|
-
|
|
49199
|
-
|
|
49200
|
-
|
|
49201
|
-
|
|
49202
|
-
|
|
49203
|
-
|
|
49204
|
-
controls: !0,
|
|
49205
|
-
muted: !0,
|
|
49206
|
-
autoPlay: !0,
|
|
49207
|
-
playsInline: !0
|
|
49208
|
-
}
|
|
49209
|
-
)
|
|
49210
|
-
}
|
|
49211
|
-
)
|
|
49194
|
+
src: a,
|
|
49195
|
+
controls: !0,
|
|
49196
|
+
muted: !0,
|
|
49197
|
+
autoPlay: !0,
|
|
49198
|
+
playsInline: !0,
|
|
49199
|
+
className: "block max-w-[90vw] max-h-[90vh] w-auto h-auto object-contain"
|
|
49200
|
+
}
|
|
49201
|
+
) })
|
|
49212
49202
|
] });
|
|
49213
49203
|
}
|
|
49214
49204
|
function vk({
|