cekat-ui 1.3.2 → 1.3.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.
package/dist/index.d.mts CHANGED
@@ -493,7 +493,7 @@ declare interface MultiSelectOption {
493
493
  avatar?: string;
494
494
  }
495
495
 
496
- declare type NativeButtonProps = Pick<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'title' | 'value'>;
496
+ declare type NativeButtonProps = Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'className' | 'style'>;
497
497
 
498
498
  export declare function PhoneInput({ size, label, required, hint, error, disabled, placeholder, rightIcon, value, onChange, className, wrapperClassName, }: PhoneInputProps): JSX_2.Element;
499
499
 
package/dist/index.d.ts CHANGED
@@ -493,7 +493,7 @@ declare interface MultiSelectOption {
493
493
  avatar?: string;
494
494
  }
495
495
 
496
- declare type NativeButtonProps = Pick<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'title' | 'value'>;
496
+ declare type NativeButtonProps = Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'className' | 'style'>;
497
497
 
498
498
  export declare function PhoneInput({ size, label, required, hint, error, disabled, placeholder, rightIcon, value, onChange, className, wrapperClassName, }: PhoneInputProps): JSX_2.Element;
499
499
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cekat-ui",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Cekat UI Component Library",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.mjs",