@lctafrica/ui 1.2.4 → 1.2.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.
@@ -11,7 +11,7 @@ export declare function ButtonGroupText({ className, asChild, ...props }: React.
11
11
  export declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
12
12
  export type ButtonGroupOption<T> = {
13
13
  label: string;
14
- Icon?: ReactNode;
14
+ optionLeft?: ReactNode;
15
15
  value: T;
16
16
  };
17
17
  export type ButtonGroupProps<T> = {
package/dist/index.js CHANGED
@@ -11625,7 +11625,7 @@ function FM({
11625
11625
  "rounded-t-xl!": s === 0 && !i
11626
11626
  }),
11627
11627
  children: [
11628
- a.Icon,
11628
+ a.optionLeft,
11629
11629
  a.label
11630
11630
  ]
11631
11631
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",