@fileverse-dev/ddoc 3.0.72-patch-1 → 3.0.73-patch-1

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -182241,7 +182241,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
182241
182241
  transform: o,
182242
182242
  transition: i,
182243
182243
  isDragging: s
182244
- } = GJ({ id: e.id });
182244
+ } = GJ({ id: e.id }), { tabIndex: a, ...l } = t;
182245
182245
  return /* @__PURE__ */ F.jsx(
182246
182246
  "div",
182247
182247
  {
@@ -182256,7 +182256,7 @@ const K$e = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
182256
182256
  {
182257
182257
  ...e,
182258
182258
  dragHandleProps: {
182259
- ...t,
182259
+ ...l,
182260
182260
  ...n
182261
182261
  }
182262
182262
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.72-patch-1",
5
+ "version": "3.0.73-patch-1",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {