@vezham/shared-varaints 0.0.1-poc-test

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.
@@ -0,0 +1,3 @@
1
+ import { tva } from './variant';
2
+
3
+ export { tva as SheetSection };
@@ -0,0 +1,387 @@
1
+ declare const tva: import('../../../../../../../node_modules/tailwind-variants').TVReturnType<{
2
+ color: {
3
+ transparent: string;
4
+ default: {
5
+ wrapper_super_title: string;
6
+ wrapper_title: string;
7
+ wrapper_description: string;
8
+ wrapper_cta_hint: string;
9
+ };
10
+ primary: {
11
+ wrapper_super_title: string;
12
+ wrapper_title: string;
13
+ wrapper_description: string;
14
+ wrapper_cta_hint: string;
15
+ };
16
+ success: {
17
+ wrapper_super_title: string;
18
+ wrapper_title: string;
19
+ wrapper_description: string;
20
+ wrapper_cta_hint: string;
21
+ };
22
+ warning: {
23
+ wrapper_super_title: string;
24
+ wrapper_title: string;
25
+ wrapper_description: string;
26
+ wrapper_cta_hint: string;
27
+ };
28
+ danger: {
29
+ wrapper_super_title: string;
30
+ wrapper_title: string;
31
+ wrapper_description: string;
32
+ wrapper_cta_hint: string;
33
+ };
34
+ info: {
35
+ wrapper_super_title: string;
36
+ wrapper_title: string;
37
+ wrapper_description: string;
38
+ wrapper_cta_hint: string;
39
+ };
40
+ };
41
+ bg_effect: {
42
+ solid: string;
43
+ flat: string;
44
+ faded: string;
45
+ gallery: string;
46
+ };
47
+ dir_effect: {
48
+ top: string;
49
+ bottom: string;
50
+ left: string;
51
+ right: string;
52
+ };
53
+ }, {
54
+ base: string;
55
+ wrapper_super_title: string;
56
+ wrapper_title: string;
57
+ wrapper_description: string;
58
+ wrapper_cta: string;
59
+ wrapper_cta_hint: string;
60
+ }, undefined, import('tailwind-variants/dist/config').TVConfig<{
61
+ color: {
62
+ transparent: string;
63
+ default: {
64
+ wrapper_super_title: string;
65
+ wrapper_title: string;
66
+ wrapper_description: string;
67
+ wrapper_cta_hint: string;
68
+ };
69
+ primary: {
70
+ wrapper_super_title: string;
71
+ wrapper_title: string;
72
+ wrapper_description: string;
73
+ wrapper_cta_hint: string;
74
+ };
75
+ success: {
76
+ wrapper_super_title: string;
77
+ wrapper_title: string;
78
+ wrapper_description: string;
79
+ wrapper_cta_hint: string;
80
+ };
81
+ warning: {
82
+ wrapper_super_title: string;
83
+ wrapper_title: string;
84
+ wrapper_description: string;
85
+ wrapper_cta_hint: string;
86
+ };
87
+ danger: {
88
+ wrapper_super_title: string;
89
+ wrapper_title: string;
90
+ wrapper_description: string;
91
+ wrapper_cta_hint: string;
92
+ };
93
+ info: {
94
+ wrapper_super_title: string;
95
+ wrapper_title: string;
96
+ wrapper_description: string;
97
+ wrapper_cta_hint: string;
98
+ };
99
+ };
100
+ bg_effect: {
101
+ solid: string;
102
+ flat: string;
103
+ faded: string;
104
+ gallery: string;
105
+ };
106
+ dir_effect: {
107
+ top: string;
108
+ bottom: string;
109
+ left: string;
110
+ right: string;
111
+ };
112
+ }, {
113
+ color: {
114
+ transparent: string;
115
+ default: {
116
+ wrapper_super_title: string;
117
+ wrapper_title: string;
118
+ wrapper_description: string;
119
+ wrapper_cta_hint: string;
120
+ };
121
+ primary: {
122
+ wrapper_super_title: string;
123
+ wrapper_title: string;
124
+ wrapper_description: string;
125
+ wrapper_cta_hint: string;
126
+ };
127
+ success: {
128
+ wrapper_super_title: string;
129
+ wrapper_title: string;
130
+ wrapper_description: string;
131
+ wrapper_cta_hint: string;
132
+ };
133
+ warning: {
134
+ wrapper_super_title: string;
135
+ wrapper_title: string;
136
+ wrapper_description: string;
137
+ wrapper_cta_hint: string;
138
+ };
139
+ danger: {
140
+ wrapper_super_title: string;
141
+ wrapper_title: string;
142
+ wrapper_description: string;
143
+ wrapper_cta_hint: string;
144
+ };
145
+ info: {
146
+ wrapper_super_title: string;
147
+ wrapper_title: string;
148
+ wrapper_description: string;
149
+ wrapper_cta_hint: string;
150
+ };
151
+ };
152
+ bg_effect: {
153
+ solid: string;
154
+ flat: string;
155
+ faded: string;
156
+ gallery: string;
157
+ };
158
+ dir_effect: {
159
+ top: string;
160
+ bottom: string;
161
+ left: string;
162
+ right: string;
163
+ };
164
+ }>, {
165
+ color: {
166
+ transparent: string;
167
+ default: {
168
+ wrapper_super_title: string;
169
+ wrapper_title: string;
170
+ wrapper_description: string;
171
+ wrapper_cta_hint: string;
172
+ };
173
+ primary: {
174
+ wrapper_super_title: string;
175
+ wrapper_title: string;
176
+ wrapper_description: string;
177
+ wrapper_cta_hint: string;
178
+ };
179
+ success: {
180
+ wrapper_super_title: string;
181
+ wrapper_title: string;
182
+ wrapper_description: string;
183
+ wrapper_cta_hint: string;
184
+ };
185
+ warning: {
186
+ wrapper_super_title: string;
187
+ wrapper_title: string;
188
+ wrapper_description: string;
189
+ wrapper_cta_hint: string;
190
+ };
191
+ danger: {
192
+ wrapper_super_title: string;
193
+ wrapper_title: string;
194
+ wrapper_description: string;
195
+ wrapper_cta_hint: string;
196
+ };
197
+ info: {
198
+ wrapper_super_title: string;
199
+ wrapper_title: string;
200
+ wrapper_description: string;
201
+ wrapper_cta_hint: string;
202
+ };
203
+ };
204
+ bg_effect: {
205
+ solid: string;
206
+ flat: string;
207
+ faded: string;
208
+ gallery: string;
209
+ };
210
+ dir_effect: {
211
+ top: string;
212
+ bottom: string;
213
+ left: string;
214
+ right: string;
215
+ };
216
+ }, {
217
+ base: string;
218
+ wrapper_super_title: string;
219
+ wrapper_title: string;
220
+ wrapper_description: string;
221
+ wrapper_cta: string;
222
+ wrapper_cta_hint: string;
223
+ }, import('../../../../../../../node_modules/tailwind-variants').TVReturnType<{
224
+ color: {
225
+ transparent: string;
226
+ default: {
227
+ wrapper_super_title: string;
228
+ wrapper_title: string;
229
+ wrapper_description: string;
230
+ wrapper_cta_hint: string;
231
+ };
232
+ primary: {
233
+ wrapper_super_title: string;
234
+ wrapper_title: string;
235
+ wrapper_description: string;
236
+ wrapper_cta_hint: string;
237
+ };
238
+ success: {
239
+ wrapper_super_title: string;
240
+ wrapper_title: string;
241
+ wrapper_description: string;
242
+ wrapper_cta_hint: string;
243
+ };
244
+ warning: {
245
+ wrapper_super_title: string;
246
+ wrapper_title: string;
247
+ wrapper_description: string;
248
+ wrapper_cta_hint: string;
249
+ };
250
+ danger: {
251
+ wrapper_super_title: string;
252
+ wrapper_title: string;
253
+ wrapper_description: string;
254
+ wrapper_cta_hint: string;
255
+ };
256
+ info: {
257
+ wrapper_super_title: string;
258
+ wrapper_title: string;
259
+ wrapper_description: string;
260
+ wrapper_cta_hint: string;
261
+ };
262
+ };
263
+ bg_effect: {
264
+ solid: string;
265
+ flat: string;
266
+ faded: string;
267
+ gallery: string;
268
+ };
269
+ dir_effect: {
270
+ top: string;
271
+ bottom: string;
272
+ left: string;
273
+ right: string;
274
+ };
275
+ }, {
276
+ base: string;
277
+ wrapper_super_title: string;
278
+ wrapper_title: string;
279
+ wrapper_description: string;
280
+ wrapper_cta: string;
281
+ wrapper_cta_hint: string;
282
+ }, undefined, import('tailwind-variants/dist/config').TVConfig<{
283
+ color: {
284
+ transparent: string;
285
+ default: {
286
+ wrapper_super_title: string;
287
+ wrapper_title: string;
288
+ wrapper_description: string;
289
+ wrapper_cta_hint: string;
290
+ };
291
+ primary: {
292
+ wrapper_super_title: string;
293
+ wrapper_title: string;
294
+ wrapper_description: string;
295
+ wrapper_cta_hint: string;
296
+ };
297
+ success: {
298
+ wrapper_super_title: string;
299
+ wrapper_title: string;
300
+ wrapper_description: string;
301
+ wrapper_cta_hint: string;
302
+ };
303
+ warning: {
304
+ wrapper_super_title: string;
305
+ wrapper_title: string;
306
+ wrapper_description: string;
307
+ wrapper_cta_hint: string;
308
+ };
309
+ danger: {
310
+ wrapper_super_title: string;
311
+ wrapper_title: string;
312
+ wrapper_description: string;
313
+ wrapper_cta_hint: string;
314
+ };
315
+ info: {
316
+ wrapper_super_title: string;
317
+ wrapper_title: string;
318
+ wrapper_description: string;
319
+ wrapper_cta_hint: string;
320
+ };
321
+ };
322
+ bg_effect: {
323
+ solid: string;
324
+ flat: string;
325
+ faded: string;
326
+ gallery: string;
327
+ };
328
+ dir_effect: {
329
+ top: string;
330
+ bottom: string;
331
+ left: string;
332
+ right: string;
333
+ };
334
+ }, {
335
+ color: {
336
+ transparent: string;
337
+ default: {
338
+ wrapper_super_title: string;
339
+ wrapper_title: string;
340
+ wrapper_description: string;
341
+ wrapper_cta_hint: string;
342
+ };
343
+ primary: {
344
+ wrapper_super_title: string;
345
+ wrapper_title: string;
346
+ wrapper_description: string;
347
+ wrapper_cta_hint: string;
348
+ };
349
+ success: {
350
+ wrapper_super_title: string;
351
+ wrapper_title: string;
352
+ wrapper_description: string;
353
+ wrapper_cta_hint: string;
354
+ };
355
+ warning: {
356
+ wrapper_super_title: string;
357
+ wrapper_title: string;
358
+ wrapper_description: string;
359
+ wrapper_cta_hint: string;
360
+ };
361
+ danger: {
362
+ wrapper_super_title: string;
363
+ wrapper_title: string;
364
+ wrapper_description: string;
365
+ wrapper_cta_hint: string;
366
+ };
367
+ info: {
368
+ wrapper_super_title: string;
369
+ wrapper_title: string;
370
+ wrapper_description: string;
371
+ wrapper_cta_hint: string;
372
+ };
373
+ };
374
+ bg_effect: {
375
+ solid: string;
376
+ flat: string;
377
+ faded: string;
378
+ gallery: string;
379
+ };
380
+ dir_effect: {
381
+ top: string;
382
+ bottom: string;
383
+ left: string;
384
+ right: string;
385
+ };
386
+ }>, unknown, unknown, undefined>>;
387
+ export { tva };
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@vezham/shared-varaints",
3
+ "version": "0.0.1-poc-test",
4
+ "description": "A package for managing shared-varaints",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/vezham/v0xFE-kit.git",
8
+ "directory": "packages/common/shared-varaints"
9
+ },
10
+ "exports": {
11
+ ".": {
12
+ "import": "./index.mjs",
13
+ "require": "./index.js",
14
+ "types": "./index.d.ts"
15
+ }
16
+ },
17
+ "main": "./index.js",
18
+ "types": "./index.d.ts",
19
+ "dependencies": {
20
+ "@vezham/react-utils": "0.0.1-poc-test"
21
+ }
22
+ }
package/style.css ADDED
@@ -0,0 +1 @@
1
+ .vs-section.vgallery.vcv-success{background:linear-gradient(90deg,#00b887,#00805e) border-box}.vs-section.vgallery.vcv-warning{background:linear-gradient(90deg,#ffc105,#f90) border-box}.vs-section.vgallery.vcv-danger{background:linear-gradient(90deg,#ec8e8e,#e20312) border-box}.vs-section.vgallery.vcv-danger .vc-text{@apply text-black;}.vs-section.vgallery.vcv-info{background:linear-gradient(90deg,#1dc8fc,#1e72f1) border-box}.vs-section.vgallery.vcv-info .vc-text{@apply text-black;}.vs-section.vgallery.vcv-default{background:linear-gradient(90deg,#b2b7bd,#99a2ad) border-box}.vs-section.vgallery.vcv-default .vc-text{@apply text-black;}.vs-section.vgallery.vcv-primary{background:linear-gradient(90deg,#6cf,#3e89e0)}.vs-section.vgallery.vcv-primary .vc-text{@apply text-black;}.vcolor-blue .vs-section.vgallery.vcv-primary{background:linear-gradient(90deg,#6cf,#3e89e0)}.vcolor-blue .vs-section.vgallery.vcv-primary .vc-text,.vcolor-blue.vmode-light .vs-section.vfaded .vc-text,.vcolor-purple.vmode-light .vs-section.vfaded .vc-text{@apply text-black;}.vcolor-pink.vmode-dark .vs-section.vfaded .vc-text,.vcolor-red.vmode-dark .vs-section.vfaded .vc-text,.vcolor-orange.vmode-dark .vs-section.vfaded .vc-text,.vcolor-yellow.vmode-dark .vs-section.vfaded .vc-text,.vcolor-green.vmode-dark .vs-section.vfaded .vc-text{@apply text-white;}