@mindly/ui-components 6.0.0-dev.4 → 6.0.0-dev.6

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.
@@ -18,7 +18,4 @@ export type AvatarProps = {
18
18
  withBorder?: boolean;
19
19
  onClick?: () => void;
20
20
  };
21
- /**
22
- * @deprecated
23
- */
24
21
  export declare const Avatar: FC<AvatarProps>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ListTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
3
- export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "mode" | "fill" | "href" | "target" | "lines" | "routerAnimation" | "download" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
3
+ export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "mode" | "fill" | "lines" | "routerAnimation" | "href" | "target" | "download" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
4
4
  routerLink?: string | undefined;
5
5
  routerDirection?: "root" | "none" | "forward" | "back" | undefined;
6
6
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
@@ -5,5 +5,8 @@ type SkeletonProps = {
5
5
  heightPx?: number;
6
6
  style?: React.CSSProperties;
7
7
  } & Omit<JSX.IonSkeletonText, 'animated'>;
8
+ /**
9
+ * @deprecated
10
+ */
8
11
  declare const Skeleton: React.FC<SkeletonProps>;
9
12
  export default Skeleton;
@@ -1,2 +1,5 @@
1
+ /**
2
+ * @deprecated
3
+ */
1
4
  declare const Spinner: () => JSX.Element;
2
5
  export default Spinner;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "href" | "target" | "expand" | "routerAnimation" | "download" | "shape"> & {
2
+ export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "mode" | "onIonBlur" | "onIonFocus" | "size" | "fill" | "expand" | "routerAnimation" | "href" | "target" | "download" | "shape"> & {
3
3
  routerLink?: string | undefined;
4
4
  routerDirection?: "root" | "none" | "forward" | "back" | undefined;
5
5
  routerOptions?: import("@ionic/react").RouterOptions | undefined;