@julseb-lib/react 0.1.73 → 0.1.74
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67339,7 +67339,7 @@ var DragListItem = ({
|
|
|
67339
67339
|
{
|
|
67340
67340
|
ref,
|
|
67341
67341
|
className: clsx(
|
|
67342
|
-
"flex items-start gap-2
|
|
67342
|
+
"flex items-start gap-2 w-full cursor-grab active:cursor-grabbing",
|
|
67343
67343
|
"drag-list-item",
|
|
67344
67344
|
className
|
|
67345
67345
|
),
|
|
@@ -67422,7 +67422,7 @@ var DragList = ({
|
|
|
67422
67422
|
{
|
|
67423
67423
|
ref,
|
|
67424
67424
|
className: clsx(
|
|
67425
|
-
"flex flex-col items-stretch gap-3 p-3 border border-gray-200 rounded-md w-full",
|
|
67425
|
+
"flex flex-col items-stretch gap-3 bg-background p-3 border border-gray-200 rounded-md w-full",
|
|
67426
67426
|
"drag-list",
|
|
67427
67427
|
className
|
|
67428
67428
|
),
|