@tecsinapse/cortex-core 0.0.3 → 0.0.4
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.
- package/dist/cjs/components/modal/modal.js +9 -0
- package/dist/cjs/index.js +2 -0
- package/dist/esm/components/modal/modal.js +7 -0
- package/dist/esm/index.js +1 -0
- package/dist/types/components/badge/badge.d.ts +95 -0
- package/dist/types/components/button/button.d.ts +134 -0
- package/dist/types/components/card/card.d.ts +31 -0
- package/dist/types/components/checkbox/checkbox.d.ts +31 -0
- package/dist/types/components/drawer/drawer.d.ts +67 -0
- package/dist/types/components/hint/hint.d.ts +54 -0
- package/dist/types/components/index.d.ts +14 -0
- package/dist/types/components/input/index.d.ts +111 -0
- package/dist/types/components/modal/modal.d.ts +31 -0
- package/dist/types/components/radio-button/radio-button.d.ts +62 -0
- package/dist/types/components/select/select.d.ts +173 -0
- package/dist/types/components/snackbar/snackbar.d.ts +64 -0
- package/dist/types/components/table/table.d.ts +217 -0
- package/dist/types/components/tag/tag.d.ts +57 -0
- package/dist/types/components/toggle/toggle.d.ts +126 -0
- package/dist/types/components/tooltip/tooltip.d.ts +67 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/preset/index.d.ts +1 -0
- package/dist/types/tokens/definitions.d.ts +105 -0
- package/package.json +1 -1
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
export declare const buttonSelect: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
|
+
base?: import("tailwind-variants").ClassValue;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} | {
|
|
8
|
+
intent?: {
|
|
9
|
+
default?: import("tailwind-variants").ClassValue | {
|
|
10
|
+
base?: import("tailwind-variants").ClassValue;
|
|
11
|
+
};
|
|
12
|
+
success?: import("tailwind-variants").ClassValue | {
|
|
13
|
+
base?: import("tailwind-variants").ClassValue;
|
|
14
|
+
};
|
|
15
|
+
warning?: import("tailwind-variants").ClassValue | {
|
|
16
|
+
base?: import("tailwind-variants").ClassValue;
|
|
17
|
+
};
|
|
18
|
+
error?: import("tailwind-variants").ClassValue | {
|
|
19
|
+
base?: import("tailwind-variants").ClassValue;
|
|
20
|
+
};
|
|
21
|
+
} | undefined;
|
|
22
|
+
}, undefined, "w-full justify-between bg-white gap-[200px]", import("tailwind-variants/dist/config").TVConfig<{
|
|
23
|
+
[key: string]: {
|
|
24
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
25
|
+
base?: import("tailwind-variants").ClassValue;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
} | {
|
|
29
|
+
intent?: {
|
|
30
|
+
default?: import("tailwind-variants").ClassValue | {
|
|
31
|
+
base?: import("tailwind-variants").ClassValue;
|
|
32
|
+
};
|
|
33
|
+
success?: import("tailwind-variants").ClassValue | {
|
|
34
|
+
base?: import("tailwind-variants").ClassValue;
|
|
35
|
+
};
|
|
36
|
+
warning?: import("tailwind-variants").ClassValue | {
|
|
37
|
+
base?: import("tailwind-variants").ClassValue;
|
|
38
|
+
};
|
|
39
|
+
error?: import("tailwind-variants").ClassValue | {
|
|
40
|
+
base?: import("tailwind-variants").ClassValue;
|
|
41
|
+
};
|
|
42
|
+
} | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
intent: {
|
|
45
|
+
default: string[];
|
|
46
|
+
success: string[];
|
|
47
|
+
warning: string[];
|
|
48
|
+
error: string[];
|
|
49
|
+
};
|
|
50
|
+
}>, {
|
|
51
|
+
intent: {
|
|
52
|
+
default: string[];
|
|
53
|
+
success: string[];
|
|
54
|
+
warning: string[];
|
|
55
|
+
error: string[];
|
|
56
|
+
};
|
|
57
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
58
|
+
intent: {
|
|
59
|
+
default: string[];
|
|
60
|
+
success: string[];
|
|
61
|
+
warning: string[];
|
|
62
|
+
error: string[];
|
|
63
|
+
};
|
|
64
|
+
}, undefined, "relative min-h-[44px] h-auto flex px-centi py-1.5 focus-within:outline focus-within:outline-1 text-base font-bold items-center bg-transparent border rounded-mili", import("tailwind-variants/dist/config").TVConfig<{
|
|
65
|
+
intent: {
|
|
66
|
+
default: string[];
|
|
67
|
+
success: string[];
|
|
68
|
+
warning: string[];
|
|
69
|
+
error: string[];
|
|
70
|
+
};
|
|
71
|
+
}, {
|
|
72
|
+
intent: {
|
|
73
|
+
default: string[];
|
|
74
|
+
success: string[];
|
|
75
|
+
warning: string[];
|
|
76
|
+
error: string[];
|
|
77
|
+
};
|
|
78
|
+
}>, {
|
|
79
|
+
intent: {
|
|
80
|
+
default: string[];
|
|
81
|
+
success: string[];
|
|
82
|
+
warning: string[];
|
|
83
|
+
error: string[];
|
|
84
|
+
};
|
|
85
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
86
|
+
intent: {
|
|
87
|
+
default: string[];
|
|
88
|
+
success: string[];
|
|
89
|
+
warning: string[];
|
|
90
|
+
error: string[];
|
|
91
|
+
};
|
|
92
|
+
}, undefined, "relative min-h-[44px] h-auto flex px-centi py-1.5 focus-within:outline focus-within:outline-1 text-base font-bold items-center bg-transparent border rounded-mili", import("tailwind-variants/dist/config").TVConfig<{
|
|
93
|
+
intent: {
|
|
94
|
+
default: string[];
|
|
95
|
+
success: string[];
|
|
96
|
+
warning: string[];
|
|
97
|
+
error: string[];
|
|
98
|
+
};
|
|
99
|
+
}, {
|
|
100
|
+
intent: {
|
|
101
|
+
default: string[];
|
|
102
|
+
success: string[];
|
|
103
|
+
warning: string[];
|
|
104
|
+
error: string[];
|
|
105
|
+
};
|
|
106
|
+
}>, unknown, unknown, undefined>>>;
|
|
107
|
+
export declare const option: import("tailwind-variants").TVReturnType<{
|
|
108
|
+
[key: string]: {
|
|
109
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
110
|
+
base?: import("tailwind-variants").ClassValue;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
} | {
|
|
114
|
+
[x: string]: {
|
|
115
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
116
|
+
base?: import("tailwind-variants").ClassValue;
|
|
117
|
+
};
|
|
118
|
+
} | undefined;
|
|
119
|
+
} | {}, undefined, "text-base py-mili px-deca font-bold hover:bg-primary-xlight hover:text-primary-medium cursor-pointer active:text-primary-medium", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
120
|
+
[key: string]: {
|
|
121
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
122
|
+
base?: import("tailwind-variants").ClassValue;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
} | {}>, {
|
|
126
|
+
[key: string]: {
|
|
127
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
128
|
+
base?: import("tailwind-variants").ClassValue;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-base py-mili px-deca font-bold hover:bg-primary-xlight hover:text-primary-medium cursor-pointer active:text-primary-medium", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
132
|
+
[key: string]: {
|
|
133
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
134
|
+
base?: import("tailwind-variants").ClassValue;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
138
|
+
export declare const dropDown: import("tailwind-variants").TVReturnType<{
|
|
139
|
+
open: {
|
|
140
|
+
true: string;
|
|
141
|
+
false: string;
|
|
142
|
+
};
|
|
143
|
+
}, undefined, "text-base max-h-[200px] w-full bg-white mt-mili rounded-mili overflow-y-scroll py-mili transition-all duration-300 origin-top-left", import("tailwind-variants/dist/config").TVConfig<{
|
|
144
|
+
open: {
|
|
145
|
+
true: string;
|
|
146
|
+
false: string;
|
|
147
|
+
};
|
|
148
|
+
}, {
|
|
149
|
+
open: {
|
|
150
|
+
true: string;
|
|
151
|
+
false: string;
|
|
152
|
+
};
|
|
153
|
+
}>, {
|
|
154
|
+
open: {
|
|
155
|
+
true: string;
|
|
156
|
+
false: string;
|
|
157
|
+
};
|
|
158
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
159
|
+
open: {
|
|
160
|
+
true: string;
|
|
161
|
+
false: string;
|
|
162
|
+
};
|
|
163
|
+
}, undefined, "text-base max-h-[200px] w-full bg-white mt-mili rounded-mili overflow-y-scroll py-mili transition-all duration-300 origin-top-left", import("tailwind-variants/dist/config").TVConfig<{
|
|
164
|
+
open: {
|
|
165
|
+
true: string;
|
|
166
|
+
false: string;
|
|
167
|
+
};
|
|
168
|
+
}, {
|
|
169
|
+
open: {
|
|
170
|
+
true: string;
|
|
171
|
+
false: string;
|
|
172
|
+
};
|
|
173
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export declare const snackbar: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
intent: {
|
|
3
|
+
primary: string;
|
|
4
|
+
secondary: string;
|
|
5
|
+
success: string;
|
|
6
|
+
error: string;
|
|
7
|
+
info: string;
|
|
8
|
+
warning: string;
|
|
9
|
+
};
|
|
10
|
+
}, undefined, "animate-bottomToTop text-base font-bold p-mili flex justify-between fixed rounded-mili left-[50%] bottom-deca", import("tailwind-variants/dist/config").TVConfig<{
|
|
11
|
+
intent: {
|
|
12
|
+
primary: string;
|
|
13
|
+
secondary: string;
|
|
14
|
+
success: string;
|
|
15
|
+
error: string;
|
|
16
|
+
info: string;
|
|
17
|
+
warning: string;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
intent: {
|
|
21
|
+
primary: string;
|
|
22
|
+
secondary: string;
|
|
23
|
+
success: string;
|
|
24
|
+
error: string;
|
|
25
|
+
info: string;
|
|
26
|
+
warning: string;
|
|
27
|
+
};
|
|
28
|
+
}>, {
|
|
29
|
+
intent: {
|
|
30
|
+
primary: string;
|
|
31
|
+
secondary: string;
|
|
32
|
+
success: string;
|
|
33
|
+
error: string;
|
|
34
|
+
info: string;
|
|
35
|
+
warning: string;
|
|
36
|
+
};
|
|
37
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
38
|
+
intent: {
|
|
39
|
+
primary: string;
|
|
40
|
+
secondary: string;
|
|
41
|
+
success: string;
|
|
42
|
+
error: string;
|
|
43
|
+
info: string;
|
|
44
|
+
warning: string;
|
|
45
|
+
};
|
|
46
|
+
}, undefined, "animate-bottomToTop text-base font-bold p-mili flex justify-between fixed rounded-mili left-[50%] bottom-deca", import("tailwind-variants/dist/config").TVConfig<{
|
|
47
|
+
intent: {
|
|
48
|
+
primary: string;
|
|
49
|
+
secondary: string;
|
|
50
|
+
success: string;
|
|
51
|
+
error: string;
|
|
52
|
+
info: string;
|
|
53
|
+
warning: string;
|
|
54
|
+
};
|
|
55
|
+
}, {
|
|
56
|
+
intent: {
|
|
57
|
+
primary: string;
|
|
58
|
+
secondary: string;
|
|
59
|
+
success: string;
|
|
60
|
+
error: string;
|
|
61
|
+
info: string;
|
|
62
|
+
warning: string;
|
|
63
|
+
};
|
|
64
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
export declare const tHead: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
4
|
+
base?: import("tailwind-variants").ClassValue;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
} | {
|
|
8
|
+
[x: string]: {
|
|
9
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
10
|
+
base?: import("tailwind-variants").ClassValue;
|
|
11
|
+
};
|
|
12
|
+
} | undefined;
|
|
13
|
+
} | {}, undefined, "[&>tr]:rounded-none [&>tr]:shadow-none", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
14
|
+
[key: string]: {
|
|
15
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
16
|
+
base?: import("tailwind-variants").ClassValue;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
} | {}>, {
|
|
20
|
+
[key: string]: {
|
|
21
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
22
|
+
base?: import("tailwind-variants").ClassValue;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "[&>tr]:rounded-none [&>tr]:shadow-none", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
28
|
+
base?: import("tailwind-variants").ClassValue;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
32
|
+
export declare const tRow: import("tailwind-variants").TVReturnType<{
|
|
33
|
+
[key: string]: {
|
|
34
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
35
|
+
base?: import("tailwind-variants").ClassValue;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
} | {
|
|
39
|
+
[x: string]: {
|
|
40
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
41
|
+
base?: import("tailwind-variants").ClassValue;
|
|
42
|
+
};
|
|
43
|
+
} | undefined;
|
|
44
|
+
} | {}, undefined, "rounded-mili shadow-default", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
45
|
+
[key: string]: {
|
|
46
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
47
|
+
base?: import("tailwind-variants").ClassValue;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
} | {}>, {
|
|
51
|
+
[key: string]: {
|
|
52
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
53
|
+
base?: import("tailwind-variants").ClassValue;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "rounded-mili shadow-default", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
57
|
+
[key: string]: {
|
|
58
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
59
|
+
base?: import("tailwind-variants").ClassValue;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
63
|
+
export declare const tHeadCell: import("tailwind-variants").TVReturnType<{
|
|
64
|
+
[key: string]: {
|
|
65
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
66
|
+
base?: import("tailwind-variants").ClassValue;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
} | {
|
|
70
|
+
[x: string]: {
|
|
71
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
72
|
+
base?: import("tailwind-variants").ClassValue;
|
|
73
|
+
};
|
|
74
|
+
} | undefined;
|
|
75
|
+
} | {}, undefined, "truncate px-deca py-centi text-start text-sub font-bold text-medium", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
78
|
+
base?: import("tailwind-variants").ClassValue;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
} | {}>, {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
84
|
+
base?: import("tailwind-variants").ClassValue;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "truncate px-deca py-centi text-start text-sub font-bold text-medium", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
88
|
+
[key: string]: {
|
|
89
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
90
|
+
base?: import("tailwind-variants").ClassValue;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
94
|
+
export declare const tCell: import("tailwind-variants").TVReturnType<{
|
|
95
|
+
[key: string]: {
|
|
96
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
97
|
+
base?: import("tailwind-variants").ClassValue;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
} | {
|
|
101
|
+
[x: string]: {
|
|
102
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
103
|
+
base?: import("tailwind-variants").ClassValue;
|
|
104
|
+
};
|
|
105
|
+
} | undefined;
|
|
106
|
+
} | {}, undefined, "p-deca text-base font-bold text-dark", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
107
|
+
[key: string]: {
|
|
108
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
109
|
+
base?: import("tailwind-variants").ClassValue;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
} | {}>, {
|
|
113
|
+
[key: string]: {
|
|
114
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
115
|
+
base?: import("tailwind-variants").ClassValue;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "p-deca text-base font-bold text-dark", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
119
|
+
[key: string]: {
|
|
120
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
121
|
+
base?: import("tailwind-variants").ClassValue;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
125
|
+
export declare const tFoot: import("tailwind-variants").TVReturnType<{
|
|
126
|
+
[key: string]: {
|
|
127
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
128
|
+
base?: import("tailwind-variants").ClassValue;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
} | {
|
|
132
|
+
[x: string]: {
|
|
133
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
134
|
+
base?: import("tailwind-variants").ClassValue;
|
|
135
|
+
};
|
|
136
|
+
} | undefined;
|
|
137
|
+
} | {}, undefined, "[&>tr]:rounded-none [&>tr]:shadow-none", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
138
|
+
[key: string]: {
|
|
139
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
140
|
+
base?: import("tailwind-variants").ClassValue;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
} | {}>, {
|
|
144
|
+
[key: string]: {
|
|
145
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
146
|
+
base?: import("tailwind-variants").ClassValue;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "[&>tr]:rounded-none [&>tr]:shadow-none", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
150
|
+
[key: string]: {
|
|
151
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
152
|
+
base?: import("tailwind-variants").ClassValue;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
156
|
+
export declare const tRoot: import("tailwind-variants").TVReturnType<{
|
|
157
|
+
[key: string]: {
|
|
158
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
159
|
+
base?: import("tailwind-variants").ClassValue;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
} | {
|
|
163
|
+
[x: string]: {
|
|
164
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
165
|
+
base?: import("tailwind-variants").ClassValue;
|
|
166
|
+
};
|
|
167
|
+
} | undefined;
|
|
168
|
+
} | {}, undefined, "border-separate border-spacing-x-[22px] border-spacing-y-mili rounded-mili bg-white px-0 py-centi shadow-default", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
169
|
+
[key: string]: {
|
|
170
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
171
|
+
base?: import("tailwind-variants").ClassValue;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
} | {}>, {
|
|
175
|
+
[key: string]: {
|
|
176
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
177
|
+
base?: import("tailwind-variants").ClassValue;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "border-separate border-spacing-x-[22px] border-spacing-y-mili rounded-mili bg-white px-0 py-centi shadow-default", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
181
|
+
[key: string]: {
|
|
182
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
183
|
+
base?: import("tailwind-variants").ClassValue;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
187
|
+
export declare const hr: import("tailwind-variants").TVReturnType<{
|
|
188
|
+
[key: string]: {
|
|
189
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
190
|
+
base?: import("tailwind-variants").ClassValue;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
} | {
|
|
194
|
+
[x: string]: {
|
|
195
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
196
|
+
base?: import("tailwind-variants").ClassValue;
|
|
197
|
+
};
|
|
198
|
+
} | undefined;
|
|
199
|
+
} | {}, undefined, "-mx-[24px] -mb-[4px] -mt-[50px] h-[42px] border-0 bg-secondary-xlight", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
200
|
+
[key: string]: {
|
|
201
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
202
|
+
base?: import("tailwind-variants").ClassValue;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
} | {}>, {
|
|
206
|
+
[key: string]: {
|
|
207
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
208
|
+
base?: import("tailwind-variants").ClassValue;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "-mx-[24px] -mb-[4px] -mt-[50px] h-[42px] border-0 bg-secondary-xlight", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
212
|
+
[key: string]: {
|
|
213
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
214
|
+
base?: import("tailwind-variants").ClassValue;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const tag: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
intent: {
|
|
3
|
+
success: string;
|
|
4
|
+
primary: string;
|
|
5
|
+
secondary: string;
|
|
6
|
+
info: string;
|
|
7
|
+
white: string;
|
|
8
|
+
};
|
|
9
|
+
}, undefined, "rounded-micro px-micro py-nano w-fit font-bold text-label items-center flex", import("tailwind-variants/dist/config").TVConfig<{
|
|
10
|
+
intent: {
|
|
11
|
+
success: string;
|
|
12
|
+
primary: string;
|
|
13
|
+
secondary: string;
|
|
14
|
+
info: string;
|
|
15
|
+
white: string;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
intent: {
|
|
19
|
+
success: string;
|
|
20
|
+
primary: string;
|
|
21
|
+
secondary: string;
|
|
22
|
+
info: string;
|
|
23
|
+
white: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {
|
|
26
|
+
intent: {
|
|
27
|
+
success: string;
|
|
28
|
+
primary: string;
|
|
29
|
+
secondary: string;
|
|
30
|
+
info: string;
|
|
31
|
+
white: string;
|
|
32
|
+
};
|
|
33
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
34
|
+
intent: {
|
|
35
|
+
success: string;
|
|
36
|
+
primary: string;
|
|
37
|
+
secondary: string;
|
|
38
|
+
info: string;
|
|
39
|
+
white: string;
|
|
40
|
+
};
|
|
41
|
+
}, undefined, "rounded-micro px-micro py-nano w-fit font-bold text-label items-center flex", import("tailwind-variants/dist/config").TVConfig<{
|
|
42
|
+
intent: {
|
|
43
|
+
success: string;
|
|
44
|
+
primary: string;
|
|
45
|
+
secondary: string;
|
|
46
|
+
info: string;
|
|
47
|
+
white: string;
|
|
48
|
+
};
|
|
49
|
+
}, {
|
|
50
|
+
intent: {
|
|
51
|
+
success: string;
|
|
52
|
+
primary: string;
|
|
53
|
+
secondary: string;
|
|
54
|
+
info: string;
|
|
55
|
+
white: string;
|
|
56
|
+
};
|
|
57
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export declare const toggle: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
intent: {
|
|
3
|
+
primary: string;
|
|
4
|
+
secondary: string;
|
|
5
|
+
info: string;
|
|
6
|
+
success: string;
|
|
7
|
+
warning: string;
|
|
8
|
+
error: string;
|
|
9
|
+
};
|
|
10
|
+
}, undefined, "peer h-[22px] w-[40px] rounded-full bg-secondary-light after:absolute after:left-micro after:top-[3px] after:h-deca after:w-deca after:rounded-full after:border after:border-white after:bg-white after:transition-all after:content-[''] peer-checked:after:translate-x-full peer-checked:after:border-white peer-focus:outline-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
11
|
+
intent: {
|
|
12
|
+
primary: string;
|
|
13
|
+
secondary: string;
|
|
14
|
+
info: string;
|
|
15
|
+
success: string;
|
|
16
|
+
warning: string;
|
|
17
|
+
error: string;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
intent: {
|
|
21
|
+
primary: string;
|
|
22
|
+
secondary: string;
|
|
23
|
+
info: string;
|
|
24
|
+
success: string;
|
|
25
|
+
warning: string;
|
|
26
|
+
error: string;
|
|
27
|
+
};
|
|
28
|
+
}>, {
|
|
29
|
+
intent: {
|
|
30
|
+
primary: string;
|
|
31
|
+
secondary: string;
|
|
32
|
+
info: string;
|
|
33
|
+
success: string;
|
|
34
|
+
warning: string;
|
|
35
|
+
error: string;
|
|
36
|
+
};
|
|
37
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
38
|
+
intent: {
|
|
39
|
+
primary: string;
|
|
40
|
+
secondary: string;
|
|
41
|
+
info: string;
|
|
42
|
+
success: string;
|
|
43
|
+
warning: string;
|
|
44
|
+
error: string;
|
|
45
|
+
};
|
|
46
|
+
}, undefined, "peer h-[22px] w-[40px] rounded-full bg-secondary-light after:absolute after:left-micro after:top-[3px] after:h-deca after:w-deca after:rounded-full after:border after:border-white after:bg-white after:transition-all after:content-[''] peer-checked:after:translate-x-full peer-checked:after:border-white peer-focus:outline-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
47
|
+
intent: {
|
|
48
|
+
primary: string;
|
|
49
|
+
secondary: string;
|
|
50
|
+
info: string;
|
|
51
|
+
success: string;
|
|
52
|
+
warning: string;
|
|
53
|
+
error: string;
|
|
54
|
+
};
|
|
55
|
+
}, {
|
|
56
|
+
intent: {
|
|
57
|
+
primary: string;
|
|
58
|
+
secondary: string;
|
|
59
|
+
info: string;
|
|
60
|
+
success: string;
|
|
61
|
+
warning: string;
|
|
62
|
+
error: string;
|
|
63
|
+
};
|
|
64
|
+
}>, unknown, unknown, undefined>>;
|
|
65
|
+
export declare const styleLabelElement: import("tailwind-variants").TVReturnType<{
|
|
66
|
+
[key: string]: {
|
|
67
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
68
|
+
base?: import("tailwind-variants").ClassValue;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
} | {
|
|
72
|
+
[x: string]: {
|
|
73
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
74
|
+
base?: import("tailwind-variants").ClassValue;
|
|
75
|
+
};
|
|
76
|
+
} | undefined;
|
|
77
|
+
} | {}, undefined, "relative inline-flex cursor-pointer items-center", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
78
|
+
[key: string]: {
|
|
79
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
80
|
+
base?: import("tailwind-variants").ClassValue;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
} | {}>, {
|
|
84
|
+
[key: string]: {
|
|
85
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
86
|
+
base?: import("tailwind-variants").ClassValue;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "relative inline-flex cursor-pointer items-center", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
90
|
+
[key: string]: {
|
|
91
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
92
|
+
base?: import("tailwind-variants").ClassValue;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
96
|
+
export declare const styleInputElement: import("tailwind-variants").TVReturnType<{
|
|
97
|
+
[key: string]: {
|
|
98
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
99
|
+
base?: import("tailwind-variants").ClassValue;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
} | {
|
|
103
|
+
[x: string]: {
|
|
104
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
105
|
+
base?: import("tailwind-variants").ClassValue;
|
|
106
|
+
};
|
|
107
|
+
} | undefined;
|
|
108
|
+
} | {}, undefined, "peer sr-only", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
109
|
+
[key: string]: {
|
|
110
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
111
|
+
base?: import("tailwind-variants").ClassValue;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
} | {}>, {
|
|
115
|
+
[key: string]: {
|
|
116
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
117
|
+
base?: import("tailwind-variants").ClassValue;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "peer sr-only", import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
121
|
+
[key: string]: {
|
|
122
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
123
|
+
base?: import("tailwind-variants").ClassValue;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
} | {}>, unknown, unknown, undefined>>;
|