@lctafrica/ui 1.0.0 → 1.0.1

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.
@@ -8,6 +8,7 @@ type MemberCardProps = {
8
8
  onClick(): void;
9
9
  leftIcon?: ReactNode;
10
10
  className?: string;
11
+ disabled?: boolean;
11
12
  };
12
13
  privilege: "NORMAL" | "VIP" | "VVIP";
13
14
  containerClassName?: string;
@@ -10,3 +10,4 @@ export declare const LongContent: Story;
10
10
  export declare const WithLeftIcon: Story;
11
11
  export declare const ErrorMessage: Story;
12
12
  export declare const Interactive: Story;
13
+ export declare const DisabledAction: Story;
package/dist/index.js CHANGED
@@ -15295,6 +15295,7 @@ function kM({
15295
15295
  {
15296
15296
  className: P(o.className),
15297
15297
  onClick: o.onClick,
15298
+ disabled: o.disabled,
15298
15299
  children: [
15299
15300
  o.leftIcon,
15300
15301
  o.label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",