globalfy-design-system 1.50.0 → 1.51.1

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,114 +1,50 @@
1
1
  export declare const containerVariants: import('tailwind-variants').TVReturnType<{
2
2
  align: {
3
- left: "justify-start";
4
- right: "justify-end";
5
- center: "justify-center";
3
+ left: string;
4
+ right: string;
5
+ center: string;
6
6
  };
7
7
  allowSort: {
8
- true: "cursor-pointer";
9
- false: "";
8
+ true: string;
9
+ false: string;
10
10
  };
11
- }, undefined, "flex items-center gap-2 border-none", import('tailwind-variants/dist/config.js').TVConfig<{
11
+ }, undefined, "flex items-center gap-2 border-none", {
12
12
  align: {
13
- left: "justify-start";
14
- right: "justify-end";
15
- center: "justify-center";
13
+ left: string;
14
+ right: string;
15
+ center: string;
16
16
  };
17
17
  allowSort: {
18
- true: "cursor-pointer";
19
- false: "";
20
- };
21
- }, {
22
- align: {
23
- left: "justify-start";
24
- right: "justify-end";
25
- center: "justify-center";
26
- };
27
- allowSort: {
28
- true: "cursor-pointer";
29
- false: "";
30
- };
31
- }>, {
32
- align: {
33
- left: "justify-start";
34
- right: "justify-end";
35
- center: "justify-center";
36
- };
37
- allowSort: {
38
- true: "cursor-pointer";
39
- false: "";
18
+ true: string;
19
+ false: string;
40
20
  };
41
21
  }, undefined, import('tailwind-variants').TVReturnType<{
42
22
  align: {
43
- left: "justify-start";
44
- right: "justify-end";
45
- center: "justify-center";
46
- };
47
- allowSort: {
48
- true: "cursor-pointer";
49
- false: "";
50
- };
51
- }, undefined, "flex items-center gap-2 border-none", import('tailwind-variants/dist/config.js').TVConfig<{
52
- align: {
53
- left: "justify-start";
54
- right: "justify-end";
55
- center: "justify-center";
23
+ left: string;
24
+ right: string;
25
+ center: string;
56
26
  };
57
27
  allowSort: {
58
- true: "cursor-pointer";
59
- false: "";
28
+ true: string;
29
+ false: string;
60
30
  };
61
- }, {
62
- align: {
63
- left: "justify-start";
64
- right: "justify-end";
65
- center: "justify-center";
66
- };
67
- allowSort: {
68
- true: "cursor-pointer";
69
- false: "";
70
- };
71
- }>, unknown, unknown, undefined>>;
31
+ }, undefined, "flex items-center gap-2 border-none", unknown, unknown, undefined>>;
72
32
  export declare const headVariants: import('tailwind-variants').TVReturnType<{
73
33
  align: {
74
- left: "text-left";
75
- right: "text-right";
76
- center: "text-center";
77
- };
78
- }, undefined, "text-xs uppercase text-primary-grey-900", import('tailwind-variants/dist/config.js').TVConfig<{
79
- align: {
80
- left: "text-left";
81
- right: "text-right";
82
- center: "text-center";
34
+ left: string;
35
+ right: string;
36
+ center: string;
83
37
  };
84
- }, {
38
+ }, undefined, "text-xs uppercase text-primary-grey-900", {
85
39
  align: {
86
- left: "text-left";
87
- right: "text-right";
88
- center: "text-center";
89
- };
90
- }>, {
91
- align: {
92
- left: "text-left";
93
- right: "text-right";
94
- center: "text-center";
40
+ left: string;
41
+ right: string;
42
+ center: string;
95
43
  };
96
44
  }, undefined, import('tailwind-variants').TVReturnType<{
97
45
  align: {
98
- left: "text-left";
99
- right: "text-right";
100
- center: "text-center";
101
- };
102
- }, undefined, "text-xs uppercase text-primary-grey-900", import('tailwind-variants/dist/config.js').TVConfig<{
103
- align: {
104
- left: "text-left";
105
- right: "text-right";
106
- center: "text-center";
107
- };
108
- }, {
109
- align: {
110
- left: "text-left";
111
- right: "text-right";
112
- center: "text-center";
46
+ left: string;
47
+ right: string;
48
+ center: string;
113
49
  };
114
- }>, unknown, unknown, undefined>>;
50
+ }, undefined, "text-xs uppercase text-primary-grey-900", unknown, unknown, undefined>>;