@yimingliao/cms 0.0.82 → 0.0.83

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.
@@ -346,7 +346,7 @@ type ShadcnButtonProps = React$1.ComponentProps<"button"> & VariantProps<typeof
346
346
  asChild?: boolean;
347
347
  };
348
348
 
349
- interface ButtonProps extends Omit<ShadcnButtonProps, "className">, UIStates {
349
+ interface ButtonProps extends ShadcnButtonProps, UIStates {
350
350
  icon?: LucideIcon;
351
351
  href?: string;
352
352
  openNewTab?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yimingliao/cms",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "author": "Yiming Liao",
5
5
  "license": "MIT",
6
6
  "type": "module",