reykit 1.0.212 → 1.0.213
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49262,7 +49262,7 @@ 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: N === "image" ? /* @__PURE__ */ x.jsx(K4, { path: A }) : N === "video" ? /* @__PURE__ */ x.jsx($4, { path: A }) :
|
|
49265
|
+
children: N === "image" ? /* @__PURE__ */ x.jsx(K4, { path: A }) : N === "video" ? /* @__PURE__ */ x.jsx($4, { path: A }) : null
|
|
49266
49266
|
},
|
|
49267
49267
|
M
|
|
49268
49268
|
)) }),
|
|
@@ -50161,7 +50161,7 @@ function Ok({
|
|
|
50161
50161
|
{
|
|
50162
50162
|
className: ie(
|
|
50163
50163
|
"grid place-content-center size-full transition group-data-[open=false]:opacity-0 absolute",
|
|
50164
|
-
m ? "group-data-[open=false]:-rotate-90" :
|
|
50164
|
+
m ? "group-data-[open=false]:-rotate-90" : null
|
|
50165
50165
|
),
|
|
50166
50166
|
children: a
|
|
50167
50167
|
}
|
|
@@ -50171,7 +50171,7 @@ function Ok({
|
|
|
50171
50171
|
{
|
|
50172
50172
|
className: ie(
|
|
50173
50173
|
"grid place-content-center size-full transition group-data-[open=true]:opacity-0 absolute",
|
|
50174
|
-
m ? "group-data-[open=true]:rotate-90" :
|
|
50174
|
+
m ? "group-data-[open=true]:rotate-90" : null
|
|
50175
50175
|
),
|
|
50176
50176
|
children: i
|
|
50177
50177
|
}
|