@scalably/ui 0.13.2 → 0.13.3

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
@@ -3536,6 +3536,10 @@ type DropdownItem = {
3536
3536
  children?: DropdownItem[];
3537
3537
  onClick?: () => void;
3538
3538
  className?: string;
3539
+ disabled?: boolean;
3540
+ disableDrag?: boolean;
3541
+ disableEdit?: boolean;
3542
+ disableDelete?: boolean;
3539
3543
  [key: string]: any;
3540
3544
  };
3541
3545
 
package/dist/index.d.ts CHANGED
@@ -3536,6 +3536,10 @@ type DropdownItem = {
3536
3536
  children?: DropdownItem[];
3537
3537
  onClick?: () => void;
3538
3538
  className?: string;
3539
+ disabled?: boolean;
3540
+ disableDrag?: boolean;
3541
+ disableEdit?: boolean;
3542
+ disableDelete?: boolean;
3539
3543
  [key: string]: any;
3540
3544
  };
3541
3545