@kingsimba/nc-ui 0.1.12 → 0.1.13

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.ts CHANGED
@@ -381,7 +381,7 @@ export declare interface ContextMenuOption {
381
381
  icon?: default_2.ReactNode;
382
382
  onClick?: () => void;
383
383
  disabled?: boolean;
384
- variant?: 'default' | 'danger' | 'primary' | 'warning';
384
+ variant?: 'default' | 'danger' | 'primary' | 'warning' | 'success';
385
385
  type?: 'item' | 'separator';
386
386
  }
387
387