@fileverse-dev/ddoc 3.0.74 → 3.0.75
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.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -182244,7 +182244,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
182244
182244
|
transform: o,
|
|
182245
182245
|
transition: i,
|
|
182246
182246
|
isDragging: s
|
|
182247
|
-
} = GJ({ id: e.id });
|
|
182247
|
+
} = GJ({ id: e.id }), { tabIndex: a, ...l } = t;
|
|
182248
182248
|
return /* @__PURE__ */ F.jsx(
|
|
182249
182249
|
"div",
|
|
182250
182250
|
{
|
|
@@ -182259,7 +182259,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
182259
182259
|
{
|
|
182260
182260
|
...e,
|
|
182261
182261
|
dragHandleProps: {
|
|
182262
|
-
...
|
|
182262
|
+
...l,
|
|
182263
182263
|
...n
|
|
182264
182264
|
}
|
|
182265
182265
|
}
|