reykit 1.0.212 → 1.0.214
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
|
@@ -49262,7 +49262,10 @@ function vk({
|
|
|
49262
49262
|
"overflow-hidden border md:h-[90%] md:max-h-[90%]",
|
|
49263
49263
|
"place-items-center flex p-0 rounded-2xl shadow-md my-1 md:mx-2"
|
|
49264
49264
|
),
|
|
49265
|
-
children:
|
|
49265
|
+
children: Math.min(
|
|
49266
|
+
Math.abs(M - v + 1),
|
|
49267
|
+
a.length - Math.abs(M - v + 1)
|
|
49268
|
+
) > 5 ? null : N === "image" ? /* @__PURE__ */ x.jsx(K4, { path: A }) : N === "video" ? /* @__PURE__ */ x.jsx($4, { path: A }) : null
|
|
49266
49269
|
},
|
|
49267
49270
|
M
|
|
49268
49271
|
)) }),
|
|
@@ -50161,7 +50164,7 @@ function Ok({
|
|
|
50161
50164
|
{
|
|
50162
50165
|
className: ie(
|
|
50163
50166
|
"grid place-content-center size-full transition group-data-[open=false]:opacity-0 absolute",
|
|
50164
|
-
m ? "group-data-[open=false]:-rotate-90" :
|
|
50167
|
+
m ? "group-data-[open=false]:-rotate-90" : null
|
|
50165
50168
|
),
|
|
50166
50169
|
children: a
|
|
50167
50170
|
}
|
|
@@ -50171,7 +50174,7 @@ function Ok({
|
|
|
50171
50174
|
{
|
|
50172
50175
|
className: ie(
|
|
50173
50176
|
"grid place-content-center size-full transition group-data-[open=true]:opacity-0 absolute",
|
|
50174
|
-
m ? "group-data-[open=true]:rotate-90" :
|
|
50177
|
+
m ? "group-data-[open=true]:rotate-90" : null
|
|
50175
50178
|
),
|
|
50176
50179
|
children: i
|
|
50177
50180
|
}
|