@fluid-app/rep-widgets 0.1.1 → 0.1.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.
@@ -6,7 +6,7 @@ import * as RechartsPrimitive from 'recharts';
6
6
 
7
7
  declare const buttonVariants: (props?: ({
8
8
  variant?: "link" | "secondary" | "destructive" | "default" | "ghost" | "outline" | null | undefined;
9
- size?: "xl" | "lg" | "sm" | "default" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
9
+ size?: "icon" | "xl" | "lg" | "sm" | "default" | "icon-sm" | "icon-lg" | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
12
12
  asChild?: boolean;
@@ -6,7 +6,7 @@ import * as RechartsPrimitive from 'recharts';
6
6
 
7
7
  declare const buttonVariants: (props?: ({
8
8
  variant?: "link" | "secondary" | "destructive" | "default" | "ghost" | "outline" | null | undefined;
9
- size?: "xl" | "lg" | "sm" | "default" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
9
+ size?: "icon" | "xl" | "lg" | "sm" | "default" | "icon-sm" | "icon-lg" | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
12
12
  asChild?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/rep-widgets",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Widget components for the Fluid rep platform",
5
5
  "type": "module",
6
6
  "exports": {
@@ -78,7 +78,7 @@
78
78
  "tailwind-merge": "^3.0.2",
79
79
  "tailwindcss": "^4.1.18",
80
80
  "tw-animate-css": "^1.4.0",
81
- "@fluid-app/rep-core": "0.1.1"
81
+ "@fluid-app/rep-core": "0.1.6"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "@tanstack/react-query": ">=5.0.0",
@@ -56,12 +56,6 @@ export default {
56
56
  ring: "var(--sidebar-ring)",
57
57
  },
58
58
  },
59
- borderRadius: {
60
- sm: "calc(var(--radius) - 4px)",
61
- md: "calc(var(--radius) - 2px)",
62
- lg: "var(--radius)",
63
- xl: "calc(var(--radius) + 4px)",
64
- },
65
59
  },
66
60
  },
67
61
  } satisfies Config;