@mindly/ui-components 5.54.1 → 5.54.2

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.
@@ -4,5 +4,8 @@ type TabProps<T> = {
4
4
  state: TabListState<T>;
5
5
  };
6
6
  export declare function Tab<T extends Record<string, unknown>>({ item, state, }: TabProps<T>): JSX.Element;
7
- export declare const TabItem: (props: ItemProps<unknown>) => JSX.Element;
7
+ export declare const TabItem: (props: ItemProps<unknown> & {
8
+ onClick?: () => void;
9
+ className?: string;
10
+ }) => JSX.Element;
8
11
  export {};
@@ -5,6 +5,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
5
5
  isFocusVisible: {
6
6
  true: {};
7
7
  };
8
+ isSelected: {
9
+ true: {};
10
+ };
8
11
  orientation: {
9
12
  vertical: {
10
13
  tabs: string;
@@ -25,6 +28,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
25
28
  isFocusVisible: {
26
29
  true: {};
27
30
  };
31
+ isSelected: {
32
+ true: {};
33
+ };
28
34
  orientation: {
29
35
  vertical: {
30
36
  tabs: string;
@@ -40,6 +46,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
40
46
  isFocusVisible: {
41
47
  true: {};
42
48
  };
49
+ isSelected: {
50
+ true: {};
51
+ };
43
52
  orientation: {
44
53
  vertical: {
45
54
  tabs: string;
@@ -55,6 +64,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
55
64
  isFocusVisible: {
56
65
  true: {};
57
66
  };
67
+ isSelected: {
68
+ true: {};
69
+ };
58
70
  orientation: {
59
71
  vertical: {
60
72
  tabs: string;
@@ -75,6 +87,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
75
87
  isFocusVisible: {
76
88
  true: {};
77
89
  };
90
+ isSelected: {
91
+ true: {};
92
+ };
78
93
  orientation: {
79
94
  vertical: {
80
95
  tabs: string;
@@ -95,6 +110,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
95
110
  isFocusVisible: {
96
111
  true: {};
97
112
  };
113
+ isSelected: {
114
+ true: {};
115
+ };
98
116
  orientation: {
99
117
  vertical: {
100
118
  tabs: string;
@@ -110,6 +128,9 @@ export declare const tabsStyles: import("tailwind-variants").TVReturnType<{
110
128
  isFocusVisible: {
111
129
  true: {};
112
130
  };
131
+ isSelected: {
132
+ true: {};
133
+ };
113
134
  orientation: {
114
135
  vertical: {
115
136
  tabs: string;
@@ -1,5 +1,6 @@
1
1
  declare const _default: {
2
2
  color: {
3
+ transparent: string;
3
4
  background: {
4
5
  white: string;
5
6
  anti: {