@mindly/ui-components 5.26.0 → 5.27.0

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,15 +1,3 @@
1
1
  import React from 'react';
2
- type ChatListItemProps = {
3
- name: string;
4
- message?: string;
5
- avatar?: string;
6
- newMessagesCount?: number;
7
- onClick?: () => void;
8
- status?: 'sent' | 'viewed';
9
- time?: number;
10
- timeZone?: string;
11
- lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
12
- locale?: string;
13
- };
14
- declare const _default: React.NamedExoticComponent<ChatListItemProps>;
2
+ declare const _default: React.NamedExoticComponent<any>;
15
3
  export default _default;
@@ -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" | "download" | "href" | "target" | "mode" | "fill" | "lines" | "shape" | "routerAnimation" | "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" | "download" | "href" | "target" | "mode" | "fill" | "lines" | "routerAnimation" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
4
4
  routerLink?: string | undefined;
5
5
  routerDirection?: "none" | "root" | "forward" | "back" | undefined;
6
6
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
@@ -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" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "shape" | "expand" | "routerAnimation"> & {
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" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "expand" | "routerAnimation" | "shape"> & {
3
3
  routerLink?: string | undefined;
4
4
  routerDirection?: "none" | "root" | "forward" | "back" | undefined;
5
5
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
package/dist/index.d.ts CHANGED
@@ -447,19 +447,7 @@ type RoundButtonPropsType = {
447
447
  };
448
448
  declare const RoundButton: React__default.FC<RoundButtonPropsType>;
449
449
 
450
- type ChatListItemProps = {
451
- name: string;
452
- message?: string;
453
- avatar?: string;
454
- newMessagesCount?: number;
455
- onClick?: () => void;
456
- status?: 'sent' | 'viewed';
457
- time?: number;
458
- timeZone?: string;
459
- lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
460
- locale?: string;
461
- };
462
- declare const _default$O: React__default.NamedExoticComponent<ChatListItemProps>;
450
+ declare const _default$O: React__default.NamedExoticComponent<any>;
463
451
 
464
452
  type ChatMessageProps = {
465
453
  message: string | File;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.26.0",
3
+ "version": "5.27.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",