@hybr1d-tech/charizard 0.6.15 → 0.6.16

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface CheckboxProps {
3
2
  /**
4
3
  * Checkbox id
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface ModalBodyProps {
3
2
  /**
4
3
  * Modal body children
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface ModalHeaderProps {
3
2
  /**
4
3
  * Modal header children
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface PopoverCloseButtonProps {
6
5
  /**
7
6
  * The content of the close button.
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface PopoverDescriptionProps {
6
5
  /**
7
6
  * The content of the PopoverDescription.
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface PopoverTitleProps {
6
5
  /**
7
6
  * The content of the PopoverTitle.
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface PopoverTriggerProps {
6
5
  /**
7
6
  * The content of the PopoverTrigger.
@@ -63,9 +63,7 @@ interface SelectProps {
63
63
  * The custom styles of the select container
64
64
  */
65
65
  customContainerStyles?: React.CSSProperties;
66
- /**
67
- * Whether the select is disabled
68
- */
66
+ customErrorStyles?: React.CSSProperties;
69
67
  isDisabled?: boolean;
70
68
  /**
71
69
  * Default placement of the menu in relation to the control. 'auto' will flip when there isn't enough space below the control.
@@ -85,5 +83,5 @@ interface SelectProps {
85
83
  CustomDropdownIndicator?: React.ReactNode;
86
84
  customValue?: any;
87
85
  }
88
- export declare function Select({ options, onChange, name, id, className, placeholder, selectStyles, defaultValue, formatGroupLabel, customContainerStyles, menuPlacement, errorMsg, extraprops, isDisabled, isSearchable, isMulti, isClearable, customValue, CustomDropdownIndicator, }: SelectProps): import("react/jsx-runtime").JSX.Element;
86
+ export declare function Select({ options, onChange, name, id, className, placeholder, selectStyles, defaultValue, formatGroupLabel, customContainerStyles, customErrorStyles, menuPlacement, errorMsg, extraprops, isDisabled, isSearchable, isMulti, isClearable, customValue, CustomDropdownIndicator, }: SelectProps): import("react/jsx-runtime").JSX.Element;
89
87
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type SVGProps = {
3
2
  path: string;
4
3
  width?: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type SwitchProps = {
3
2
  isToggled: boolean | any;
4
3
  handleToggleChange: (val: boolean) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface TagProps {
3
2
  text: string;
4
3
  status: STATUS_MAP;
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface TooltipContentProps {
6
5
  /**
7
6
  * tooltip content children
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @author Pratik Awaik <pratik@hybr1d.io>
3
3
  */
4
- /// <reference types="react" />
5
4
  interface TooltipTriggerProps {
6
5
  /**
7
6
  * tooltip trigger