@mindly/ui-components 5.17.0 → 5.18.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.
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare const IconCreditCard: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare const IconPaper: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare const IconQuestion: React.FC<React.SVGAttributes<SVGElement>>;
@@ -32,6 +32,10 @@ export * from './IconLetter';
32
32
  export * from './IconSpinner';
33
33
  export * from './IconEye';
34
34
  export * from './IconEyeOff';
35
+ export * from './IconGift';
36
+ export * from './IconCreditCard';
37
+ export * from './IconQuestion';
38
+ export * from './IconPaper';
35
39
  export * from './IconChat3d';
36
40
  export * from './IconNotficationMuted';
37
41
  export * from './IconCheckSmall';
@@ -3,11 +3,13 @@ type ListItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
3
3
  leftContent?: React.ReactNode;
4
4
  rightContent?: React.ReactNode;
5
5
  withBorders?: boolean;
6
+ isDisabled?: boolean;
6
7
  };
7
8
  export declare const ListItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLIonItemElement> & {
8
9
  leftContent?: React.ReactNode;
9
10
  rightContent?: React.ReactNode;
10
11
  withBorders?: boolean | undefined;
12
+ isDisabled?: boolean | undefined;
11
13
  } & React.RefAttributes<HTMLIonItemElement>>;
12
14
  declare const _default: React.NamedExoticComponent<ListItemProps>;
13
15
  export default _default;
@@ -2,6 +2,9 @@ export declare const listItemsStyles: import("tailwind-variants").TVReturnType<{
2
2
  withBorders: {
3
3
  true: "";
4
4
  };
5
+ isDisabled: {
6
+ true: "";
7
+ };
5
8
  }, {
6
9
  items: string;
7
10
  item: string;
@@ -12,14 +15,23 @@ export declare const listItemsStyles: import("tailwind-variants").TVReturnType<{
12
15
  withBorders: {
13
16
  true: "";
14
17
  };
18
+ isDisabled: {
19
+ true: "";
20
+ };
15
21
  }, {
16
22
  withBorders: {
17
23
  true: "";
18
24
  };
25
+ isDisabled: {
26
+ true: "";
27
+ };
19
28
  }>, {
20
29
  withBorders: {
21
30
  true: "";
22
31
  };
32
+ isDisabled: {
33
+ true: "";
34
+ };
23
35
  }, {
24
36
  items: string;
25
37
  item: string;
@@ -30,6 +42,9 @@ export declare const listItemsStyles: import("tailwind-variants").TVReturnType<{
30
42
  withBorders: {
31
43
  true: "";
32
44
  };
45
+ isDisabled: {
46
+ true: "";
47
+ };
33
48
  }, {
34
49
  items: string;
35
50
  item: string;
@@ -40,8 +55,14 @@ export declare const listItemsStyles: import("tailwind-variants").TVReturnType<{
40
55
  withBorders: {
41
56
  true: "";
42
57
  };
58
+ isDisabled: {
59
+ true: "";
60
+ };
43
61
  }, {
44
62
  withBorders: {
45
63
  true: "";
46
64
  };
65
+ isDisabled: {
66
+ true: "";
67
+ };
47
68
  }>, unknown, unknown, undefined>>;