@tecsinapse/cortex-core 0.0.10 → 0.0.11

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,130 +0,0 @@
1
- import { ClassProp, VariantProps } from 'tailwind-variants';
2
- declare const toggleStyles: import("tailwind-variants").TVReturnType<{
3
- intent: {
4
- primary: string;
5
- secondary: string;
6
- info: string;
7
- success: string;
8
- warning: string;
9
- error: string;
10
- };
11
- }, 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<{
12
- intent: {
13
- primary: string;
14
- secondary: string;
15
- info: string;
16
- success: string;
17
- warning: string;
18
- error: string;
19
- };
20
- }, {
21
- intent: {
22
- primary: string;
23
- secondary: string;
24
- info: string;
25
- success: string;
26
- warning: string;
27
- error: string;
28
- };
29
- }>, {
30
- intent: {
31
- primary: string;
32
- secondary: string;
33
- info: string;
34
- success: string;
35
- warning: string;
36
- error: string;
37
- };
38
- }, undefined, import("tailwind-variants").TVReturnType<{
39
- intent: {
40
- primary: string;
41
- secondary: string;
42
- info: string;
43
- success: string;
44
- warning: string;
45
- error: string;
46
- };
47
- }, 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<{
48
- intent: {
49
- primary: string;
50
- secondary: string;
51
- info: string;
52
- success: string;
53
- warning: string;
54
- error: string;
55
- };
56
- }, {
57
- intent: {
58
- primary: string;
59
- secondary: string;
60
- info: string;
61
- success: string;
62
- warning: string;
63
- error: string;
64
- };
65
- }>, unknown, unknown, undefined>>;
66
- export declare const styleLabelElement: import("tailwind-variants").TVReturnType<{
67
- [key: string]: {
68
- [key: string]: import("tailwind-variants").ClassValue | {
69
- base?: import("tailwind-variants").ClassValue;
70
- };
71
- };
72
- } | {
73
- [x: string]: {
74
- [x: string]: import("tailwind-variants").ClassValue | {
75
- base?: import("tailwind-variants").ClassValue;
76
- };
77
- } | undefined;
78
- } | {}, undefined, "relative inline-flex cursor-pointer items-center", import("tailwind-variants/dist/config").TVConfig<unknown, {
79
- [key: string]: {
80
- [key: string]: import("tailwind-variants").ClassValue | {
81
- base?: import("tailwind-variants").ClassValue;
82
- };
83
- };
84
- } | {}>, {
85
- [key: string]: {
86
- [key: string]: import("tailwind-variants").ClassValue | {
87
- base?: import("tailwind-variants").ClassValue;
88
- };
89
- };
90
- } | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "relative inline-flex cursor-pointer items-center", import("tailwind-variants/dist/config").TVConfig<unknown, {
91
- [key: string]: {
92
- [key: string]: import("tailwind-variants").ClassValue | {
93
- base?: import("tailwind-variants").ClassValue;
94
- };
95
- };
96
- } | {}>, unknown, unknown, undefined>>;
97
- export declare const styleInputElement: import("tailwind-variants").TVReturnType<{
98
- [key: string]: {
99
- [key: string]: import("tailwind-variants").ClassValue | {
100
- base?: import("tailwind-variants").ClassValue;
101
- };
102
- };
103
- } | {
104
- [x: string]: {
105
- [x: string]: import("tailwind-variants").ClassValue | {
106
- base?: import("tailwind-variants").ClassValue;
107
- };
108
- } | undefined;
109
- } | {}, undefined, "peer sr-only", import("tailwind-variants/dist/config").TVConfig<unknown, {
110
- [key: string]: {
111
- [key: string]: import("tailwind-variants").ClassValue | {
112
- base?: import("tailwind-variants").ClassValue;
113
- };
114
- };
115
- } | {}>, {
116
- [key: string]: {
117
- [key: string]: import("tailwind-variants").ClassValue | {
118
- base?: import("tailwind-variants").ClassValue;
119
- };
120
- };
121
- } | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "peer sr-only", import("tailwind-variants/dist/config").TVConfig<unknown, {
122
- [key: string]: {
123
- [key: string]: import("tailwind-variants").ClassValue | {
124
- base?: import("tailwind-variants").ClassValue;
125
- };
126
- };
127
- } | {}>, unknown, unknown, undefined>>;
128
- type ToggleVariants = VariantProps<typeof toggleStyles> & ClassProp;
129
- export declare const toggle: (props?: ToggleVariants) => string;
130
- export {};
@@ -1,71 +0,0 @@
1
- import { ClassProp, VariantProps } from 'tailwind-variants';
2
- export declare const tooltipContainer: import("tailwind-variants").TVReturnType<{
3
- [key: string]: {
4
- [key: string]: import("tailwind-variants").ClassValue | {
5
- base?: import("tailwind-variants").ClassValue;
6
- };
7
- };
8
- } | {
9
- [x: string]: {
10
- [x: string]: import("tailwind-variants").ClassValue | {
11
- base?: import("tailwind-variants").ClassValue;
12
- };
13
- } | undefined;
14
- } | {}, undefined, "group relative inline-block", import("tailwind-variants/dist/config").TVConfig<unknown, {
15
- [key: string]: {
16
- [key: string]: import("tailwind-variants").ClassValue | {
17
- base?: import("tailwind-variants").ClassValue;
18
- };
19
- };
20
- } | {}>, {
21
- [key: string]: {
22
- [key: string]: import("tailwind-variants").ClassValue | {
23
- base?: import("tailwind-variants").ClassValue;
24
- };
25
- };
26
- } | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "group relative inline-block", import("tailwind-variants/dist/config").TVConfig<unknown, {
27
- [key: string]: {
28
- [key: string]: import("tailwind-variants").ClassValue | {
29
- base?: import("tailwind-variants").ClassValue;
30
- };
31
- };
32
- } | {}>, unknown, unknown, undefined>>;
33
- declare const tooltipStyles: import("tailwind-variants").TVReturnType<{
34
- position: {
35
- bottom: string[];
36
- top: string[];
37
- };
38
- }, 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<{
39
- position: {
40
- bottom: string[];
41
- top: string[];
42
- };
43
- }, {
44
- position: {
45
- bottom: string[];
46
- top: string[];
47
- };
48
- }>, {
49
- position: {
50
- bottom: string[];
51
- top: string[];
52
- };
53
- }, undefined, import("tailwind-variants").TVReturnType<{
54
- position: {
55
- bottom: string[];
56
- top: string[];
57
- };
58
- }, 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<{
59
- position: {
60
- bottom: string[];
61
- top: string[];
62
- };
63
- }, {
64
- position: {
65
- bottom: string[];
66
- top: string[];
67
- };
68
- }>, unknown, unknown, undefined>>;
69
- type TooltipVariants = VariantProps<typeof tooltipStyles> & ClassProp;
70
- export declare const tooltip: (props: TooltipVariants) => string;
71
- export {};
@@ -1,3 +0,0 @@
1
- export * from './tokens/definitions';
2
- export * from './components';
3
- export * from './preset';
@@ -1 +0,0 @@
1
- export {};
@@ -1,105 +0,0 @@
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, };