@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.cjs
CHANGED
|
@@ -67519,7 +67519,7 @@ var DragListItem = ({
|
|
|
67519
67519
|
{
|
|
67520
67520
|
ref,
|
|
67521
67521
|
className: clsx(
|
|
67522
|
-
"flex items-start gap-2
|
|
67522
|
+
"flex items-start gap-2 w-full cursor-grab active:cursor-grabbing",
|
|
67523
67523
|
"drag-list-item",
|
|
67524
67524
|
className
|
|
67525
67525
|
),
|
|
@@ -67602,7 +67602,7 @@ var DragList = ({
|
|
|
67602
67602
|
{
|
|
67603
67603
|
ref,
|
|
67604
67604
|
className: clsx(
|
|
67605
|
-
"flex flex-col items-stretch gap-3 p-3 border border-gray-200 rounded-md w-full",
|
|
67605
|
+
"flex flex-col items-stretch gap-3 bg-background p-3 border border-gray-200 rounded-md w-full",
|
|
67606
67606
|
"drag-list",
|
|
67607
67607
|
className
|
|
67608
67608
|
),
|