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