@scalably/ui 0.14.8 → 0.14.10

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.d.cts CHANGED
@@ -3580,6 +3580,7 @@ type DropdownItem = {
3580
3580
  disableDrag?: boolean;
3581
3581
  disableEdit?: boolean;
3582
3582
  disableDelete?: boolean;
3583
+ disabledDrop?: boolean;
3583
3584
  icon?: ReactNode;
3584
3585
  [key: string]: any;
3585
3586
  };
package/dist/index.d.ts CHANGED
@@ -3580,6 +3580,7 @@ type DropdownItem = {
3580
3580
  disableDrag?: boolean;
3581
3581
  disableEdit?: boolean;
3582
3582
  disableDelete?: boolean;
3583
+ disabledDrop?: boolean;
3583
3584
  icon?: ReactNode;
3584
3585
  [key: string]: any;
3585
3586
  };