@rafal.lemieszewski/tide-ui 0.46.1 → 0.46.2
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -59844,7 +59844,7 @@ const yKe = m.forwardRef(
|
|
|
59844
59844
|
{
|
|
59845
59845
|
ref: r ? void 0 : a,
|
|
59846
59846
|
className: R(
|
|
59847
|
-
"flex
|
|
59847
|
+
"flex gap-[var(--space-sm)] items-start w-full [&>*:first-child]:translate-y-[1px]",
|
|
59848
59848
|
r && "cursor-pointer",
|
|
59849
59849
|
e
|
|
59850
59850
|
),
|