@scalably/ui 0.12.3 → 0.12.5

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
@@ -3258,6 +3258,8 @@ type DropdownItem = {
3258
3258
  id: string;
3259
3259
  label: string;
3260
3260
  children?: DropdownItem[];
3261
+ onClick?: () => void;
3262
+ className?: string;
3261
3263
  [key: string]: any;
3262
3264
  };
3263
3265
 
package/dist/index.d.ts CHANGED
@@ -3258,6 +3258,8 @@ type DropdownItem = {
3258
3258
  id: string;
3259
3259
  label: string;
3260
3260
  children?: DropdownItem[];
3261
+ onClick?: () => void;
3262
+ className?: string;
3261
3263
  [key: string]: any;
3262
3264
  };
3263
3265