@tecsinapse/cortex-core 0.0.2 → 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,67 @@
|
|
|
1
|
+
export declare const tooltipContainer: 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, "group relative inline-block", 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, "group relative inline-block", 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 tooltip: import("tailwind-variants").TVReturnType<{
|
|
33
|
+
position: {
|
|
34
|
+
bottom: string[];
|
|
35
|
+
top: string[];
|
|
36
|
+
};
|
|
37
|
+
}, undefined, "h-8 mt-deca w-max h-fit invisible group-hover:visible opacity-0 group-hover:opacity-100 bg-secondary-dark text-white px-centi py-micro rounded-mili absolute", import("tailwind-variants/dist/config").TVConfig<{
|
|
38
|
+
position: {
|
|
39
|
+
bottom: string[];
|
|
40
|
+
top: string[];
|
|
41
|
+
};
|
|
42
|
+
}, {
|
|
43
|
+
position: {
|
|
44
|
+
bottom: string[];
|
|
45
|
+
top: string[];
|
|
46
|
+
};
|
|
47
|
+
}>, {
|
|
48
|
+
position: {
|
|
49
|
+
bottom: string[];
|
|
50
|
+
top: string[];
|
|
51
|
+
};
|
|
52
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
53
|
+
position: {
|
|
54
|
+
bottom: string[];
|
|
55
|
+
top: string[];
|
|
56
|
+
};
|
|
57
|
+
}, undefined, "h-8 mt-deca w-max h-fit invisible group-hover:visible opacity-0 group-hover:opacity-100 bg-secondary-dark text-white px-centi py-micro rounded-mili absolute", import("tailwind-variants/dist/config").TVConfig<{
|
|
58
|
+
position: {
|
|
59
|
+
bottom: string[];
|
|
60
|
+
top: string[];
|
|
61
|
+
};
|
|
62
|
+
}, {
|
|
63
|
+
position: {
|
|
64
|
+
bottom: string[];
|
|
65
|
+
top: string[];
|
|
66
|
+
};
|
|
67
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
declare const colors: {
|
|
2
|
+
primary: {
|
|
3
|
+
xlight: string;
|
|
4
|
+
light: string;
|
|
5
|
+
medium: string;
|
|
6
|
+
dark: string;
|
|
7
|
+
xdark: string;
|
|
8
|
+
};
|
|
9
|
+
secondary: {
|
|
10
|
+
xlight: string;
|
|
11
|
+
light: string;
|
|
12
|
+
medium: string;
|
|
13
|
+
dark: string;
|
|
14
|
+
xdark: string;
|
|
15
|
+
};
|
|
16
|
+
info: {
|
|
17
|
+
xlight: string;
|
|
18
|
+
light: string;
|
|
19
|
+
medium: string;
|
|
20
|
+
dark: string;
|
|
21
|
+
xdark: string;
|
|
22
|
+
};
|
|
23
|
+
success: {
|
|
24
|
+
xlight: string;
|
|
25
|
+
light: string;
|
|
26
|
+
medium: string;
|
|
27
|
+
dark: string;
|
|
28
|
+
xdark: string;
|
|
29
|
+
};
|
|
30
|
+
warning: {
|
|
31
|
+
xlight: string;
|
|
32
|
+
light: string;
|
|
33
|
+
medium: string;
|
|
34
|
+
dark: string;
|
|
35
|
+
xdark: string;
|
|
36
|
+
};
|
|
37
|
+
error: {
|
|
38
|
+
xlight: string;
|
|
39
|
+
light: string;
|
|
40
|
+
medium: string;
|
|
41
|
+
dark: string;
|
|
42
|
+
xdark: string;
|
|
43
|
+
};
|
|
44
|
+
miscellaneous: {
|
|
45
|
+
body: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
declare const spacing: {
|
|
49
|
+
nano: string;
|
|
50
|
+
micro: string;
|
|
51
|
+
mili: string;
|
|
52
|
+
centi: string;
|
|
53
|
+
deca: string;
|
|
54
|
+
kilo: string;
|
|
55
|
+
mega: string;
|
|
56
|
+
giga: string;
|
|
57
|
+
tera: string;
|
|
58
|
+
peta: string;
|
|
59
|
+
hexa: string;
|
|
60
|
+
};
|
|
61
|
+
declare const borderRadius: {
|
|
62
|
+
nano: string;
|
|
63
|
+
micro: string;
|
|
64
|
+
mili: string;
|
|
65
|
+
centi: string;
|
|
66
|
+
deca: string;
|
|
67
|
+
pill: string;
|
|
68
|
+
};
|
|
69
|
+
declare const borderWidth: {
|
|
70
|
+
pico: string;
|
|
71
|
+
nano: string;
|
|
72
|
+
};
|
|
73
|
+
declare const fontSize: {
|
|
74
|
+
h5: string[];
|
|
75
|
+
h4: string[];
|
|
76
|
+
h3: string[];
|
|
77
|
+
h2: string[];
|
|
78
|
+
h1: string[];
|
|
79
|
+
base: string[];
|
|
80
|
+
sub: string[];
|
|
81
|
+
label: string[];
|
|
82
|
+
micro: string;
|
|
83
|
+
mili: string;
|
|
84
|
+
centi: string;
|
|
85
|
+
deca: string;
|
|
86
|
+
kilo: string;
|
|
87
|
+
mega: string;
|
|
88
|
+
};
|
|
89
|
+
declare const boxShadow: {
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
declare const borderColor: {
|
|
93
|
+
'success-light': string;
|
|
94
|
+
};
|
|
95
|
+
declare const fontFamily: {
|
|
96
|
+
sans: string[];
|
|
97
|
+
mono: string;
|
|
98
|
+
};
|
|
99
|
+
declare const textColor: {
|
|
100
|
+
light: string;
|
|
101
|
+
medium: string;
|
|
102
|
+
dark: string;
|
|
103
|
+
orange: string;
|
|
104
|
+
};
|
|
105
|
+
export { colors, textColor, borderColor, borderWidth, boxShadow, borderRadius, spacing, fontSize, fontFamily, };
|