@kopexa/theme 1.7.4 → 1.7.6

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.
Files changed (52) hide show
  1. package/dist/chunk-7BZAMXH2.mjs +14 -0
  2. package/dist/{chunk-CQZMQVAO.mjs → chunk-JHKTRIIA.mjs} +1 -1
  3. package/dist/{chunk-CWX7ZJ4B.mjs → chunk-JQ74U2S3.mjs} +2 -2
  4. package/dist/{chunk-QDDPXEQO.mjs → chunk-OLYO7UPH.mjs} +1 -1
  5. package/dist/chunk-QOW6FLZ6.mjs +26 -0
  6. package/dist/{chunk-KRTETJ33.mjs → chunk-ROZ24JVQ.mjs} +1 -1
  7. package/dist/chunk-SHHD2WUZ.mjs +99 -0
  8. package/dist/chunk-TPFAZH22.mjs +17 -0
  9. package/dist/{chunk-HALNIEC7.mjs → chunk-U32YEQZ5.mjs} +1 -1
  10. package/dist/{chunk-V5U46MEN.mjs → chunk-WSEO3MLK.mjs} +1 -1
  11. package/dist/{chunk-HU3STCSK.mjs → chunk-ZL6FAOXE.mjs} +1 -1
  12. package/dist/components/avatar.js +2 -2
  13. package/dist/components/avatar.mjs +2 -2
  14. package/dist/components/button.js +1 -1
  15. package/dist/components/button.mjs +2 -2
  16. package/dist/components/chip.js +1 -1
  17. package/dist/components/chip.mjs +2 -2
  18. package/dist/components/code.js +1 -1
  19. package/dist/components/code.mjs +2 -2
  20. package/dist/components/framework-row.d.mts +48 -0
  21. package/dist/components/framework-row.d.ts +48 -0
  22. package/dist/components/framework-row.js +41 -0
  23. package/dist/components/framework-row.mjs +6 -0
  24. package/dist/components/index.d.mts +4 -0
  25. package/dist/components/index.d.ts +4 -0
  26. package/dist/components/index.js +196 -48
  27. package/dist/components/index.mjs +48 -32
  28. package/dist/components/integration-card.d.mts +111 -0
  29. package/dist/components/integration-card.d.ts +111 -0
  30. package/dist/components/integration-card.js +50 -0
  31. package/dist/components/integration-card.mjs +6 -0
  32. package/dist/components/related-control-chip.d.mts +38 -0
  33. package/dist/components/related-control-chip.d.ts +38 -0
  34. package/dist/components/related-control-chip.js +38 -0
  35. package/dist/components/related-control-chip.mjs +6 -0
  36. package/dist/components/skeleton-avatar.js +2 -2
  37. package/dist/components/skeleton-avatar.mjs +3 -3
  38. package/dist/components/standard-chip.d.mts +575 -0
  39. package/dist/components/standard-chip.d.ts +575 -0
  40. package/dist/components/standard-chip.js +491 -0
  41. package/dist/components/standard-chip.mjs +8 -0
  42. package/dist/components/tooltip.js +1 -1
  43. package/dist/components/tooltip.mjs +1 -1
  44. package/dist/index.css +41 -0
  45. package/dist/index.d.mts +4 -0
  46. package/dist/index.d.ts +4 -0
  47. package/dist/index.js +196 -48
  48. package/dist/index.mjs +48 -32
  49. package/dist/utils/variants.js +1 -1
  50. package/dist/utils/variants.mjs +1 -1
  51. package/package.json +3 -3
  52. /package/dist/{chunk-MVXKHHAX.mjs → chunk-MA4DKK64.mjs} +0 -0
@@ -0,0 +1,575 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const standardChip: tailwind_variants.TVReturnType<{
5
+ standard: {
6
+ "ISO 27001": {
7
+ hexagon: string;
8
+ };
9
+ "ISO/IEC 27001:2017": {
10
+ hexagon: string;
11
+ };
12
+ "ISO 9001": {
13
+ hexagon: string;
14
+ };
15
+ "ISO 14001": {
16
+ hexagon: string;
17
+ };
18
+ "NIS 2": {
19
+ hexagon: string;
20
+ };
21
+ "NIST 800-53": {
22
+ hexagon: string;
23
+ };
24
+ "NIST CSF": {
25
+ hexagon: string;
26
+ };
27
+ "SOC 2": {
28
+ hexagon: string;
29
+ };
30
+ "NIST SSDF": {
31
+ hexagon: string;
32
+ };
33
+ GDPR: {
34
+ hexagon: string;
35
+ };
36
+ "CIS Benchmarks": {
37
+ hexagon: string;
38
+ };
39
+ CCM: {
40
+ hexagon: string;
41
+ };
42
+ HIPAA: {
43
+ hexagon: string;
44
+ };
45
+ HIPPA: {
46
+ hexagon: string;
47
+ };
48
+ SOX: {
49
+ hexagon: string;
50
+ };
51
+ DORA: {
52
+ hexagon: string;
53
+ };
54
+ "Cyber Resilience Act": {
55
+ hexagon: string;
56
+ };
57
+ "EU AI Act": {
58
+ hexagon: string;
59
+ };
60
+ "eIDAS 2.0": {
61
+ hexagon: string;
62
+ };
63
+ "BSI IT-Grundschutz": {
64
+ hexagon: string;
65
+ };
66
+ "KRITIS / IT-SiG 2.0": {
67
+ hexagon: string;
68
+ };
69
+ "BSI C5": {
70
+ hexagon: string;
71
+ };
72
+ TISAX: {
73
+ hexagon: string;
74
+ };
75
+ "PCI DSS": {
76
+ hexagon: string;
77
+ };
78
+ "IEC 62443": {
79
+ hexagon: string;
80
+ };
81
+ "ISO 27701": {
82
+ hexagon: string;
83
+ };
84
+ "ISO 27017": {
85
+ hexagon: string;
86
+ };
87
+ "ISO 27018": {
88
+ hexagon: string;
89
+ };
90
+ "ISO 22301": {
91
+ hexagon: string;
92
+ };
93
+ "ISO 20000-1": {
94
+ hexagon: string;
95
+ };
96
+ CUSTOM: {
97
+ hexagon: string;
98
+ };
99
+ };
100
+ size: {
101
+ sm: {};
102
+ md: {};
103
+ lg: {};
104
+ };
105
+ }, {
106
+ root: string[];
107
+ hexagon: string[];
108
+ }, undefined, {
109
+ variant: {
110
+ solid: {};
111
+ bordered: {
112
+ root: string;
113
+ };
114
+ faded: {
115
+ root: string;
116
+ };
117
+ flat: {};
118
+ };
119
+ color: {
120
+ default: {
121
+ status: string;
122
+ };
123
+ primary: {
124
+ status: string;
125
+ };
126
+ secondary: {
127
+ status: string;
128
+ };
129
+ success: {
130
+ status: string;
131
+ };
132
+ destructive: {
133
+ status: string;
134
+ };
135
+ warning: {
136
+ status: string;
137
+ };
138
+ };
139
+ indicatorColor: {
140
+ default: {
141
+ indicatorDot: string;
142
+ };
143
+ primary: {
144
+ indicatorDot: string;
145
+ };
146
+ secondary: {
147
+ indicatorDot: string;
148
+ };
149
+ success: {
150
+ indicatorDot: string;
151
+ };
152
+ warning: {
153
+ indicatorDot: string;
154
+ };
155
+ destructive: {
156
+ indicatorDot: string;
157
+ };
158
+ info: {
159
+ indicatorDot: string;
160
+ };
161
+ };
162
+ indicator: {
163
+ true: {};
164
+ false: {};
165
+ };
166
+ indicatorVariant: {
167
+ pulse: {};
168
+ };
169
+ size: {
170
+ sm: {
171
+ root: string;
172
+ status: string;
173
+ content: string;
174
+ closeButton: string[];
175
+ };
176
+ md: {
177
+ root: string;
178
+ status: string;
179
+ content: string;
180
+ closeButton: string[];
181
+ };
182
+ lg: {
183
+ root: string;
184
+ status: string;
185
+ content: string;
186
+ closeButton: string[];
187
+ };
188
+ };
189
+ isCloseable: {
190
+ true: {};
191
+ false: {};
192
+ };
193
+ radius: {
194
+ none: {
195
+ root: string;
196
+ };
197
+ sm: {
198
+ root: string;
199
+ };
200
+ md: {
201
+ root: string;
202
+ };
203
+ lg: {
204
+ root: string;
205
+ };
206
+ full: {
207
+ root: string;
208
+ };
209
+ };
210
+ disabled: {
211
+ true: {
212
+ root: string;
213
+ };
214
+ false: {};
215
+ };
216
+ }, {
217
+ root: string[];
218
+ content: string;
219
+ indicator: string;
220
+ indicatorPulse: string;
221
+ indicatorDot: string;
222
+ status: string;
223
+ closeButton: string[];
224
+ }, tailwind_variants.TVReturnType<{
225
+ variant: {
226
+ solid: {};
227
+ bordered: {
228
+ root: string;
229
+ };
230
+ faded: {
231
+ root: string;
232
+ };
233
+ flat: {};
234
+ };
235
+ color: {
236
+ default: {
237
+ status: string;
238
+ };
239
+ primary: {
240
+ status: string;
241
+ };
242
+ secondary: {
243
+ status: string;
244
+ };
245
+ success: {
246
+ status: string;
247
+ };
248
+ destructive: {
249
+ status: string;
250
+ };
251
+ warning: {
252
+ status: string;
253
+ };
254
+ };
255
+ indicatorColor: {
256
+ default: {
257
+ indicatorDot: string;
258
+ };
259
+ primary: {
260
+ indicatorDot: string;
261
+ };
262
+ secondary: {
263
+ indicatorDot: string;
264
+ };
265
+ success: {
266
+ indicatorDot: string;
267
+ };
268
+ warning: {
269
+ indicatorDot: string;
270
+ };
271
+ destructive: {
272
+ indicatorDot: string;
273
+ };
274
+ info: {
275
+ indicatorDot: string;
276
+ };
277
+ };
278
+ indicator: {
279
+ true: {};
280
+ false: {};
281
+ };
282
+ indicatorVariant: {
283
+ pulse: {};
284
+ };
285
+ size: {
286
+ sm: {
287
+ root: string;
288
+ status: string;
289
+ content: string;
290
+ closeButton: string[];
291
+ };
292
+ md: {
293
+ root: string;
294
+ status: string;
295
+ content: string;
296
+ closeButton: string[];
297
+ };
298
+ lg: {
299
+ root: string;
300
+ status: string;
301
+ content: string;
302
+ closeButton: string[];
303
+ };
304
+ };
305
+ isCloseable: {
306
+ true: {};
307
+ false: {};
308
+ };
309
+ radius: {
310
+ none: {
311
+ root: string;
312
+ };
313
+ sm: {
314
+ root: string;
315
+ };
316
+ md: {
317
+ root: string;
318
+ };
319
+ lg: {
320
+ root: string;
321
+ };
322
+ full: {
323
+ root: string;
324
+ };
325
+ };
326
+ disabled: {
327
+ true: {
328
+ root: string;
329
+ };
330
+ false: {};
331
+ };
332
+ }, {
333
+ root: string[];
334
+ content: string;
335
+ indicator: string;
336
+ indicatorPulse: string;
337
+ indicatorDot: string;
338
+ status: string;
339
+ closeButton: string[];
340
+ }, undefined, {
341
+ variant: {
342
+ solid: {};
343
+ bordered: {
344
+ root: string;
345
+ };
346
+ faded: {
347
+ root: string;
348
+ };
349
+ flat: {};
350
+ };
351
+ color: {
352
+ default: {
353
+ status: string;
354
+ };
355
+ primary: {
356
+ status: string;
357
+ };
358
+ secondary: {
359
+ status: string;
360
+ };
361
+ success: {
362
+ status: string;
363
+ };
364
+ destructive: {
365
+ status: string;
366
+ };
367
+ warning: {
368
+ status: string;
369
+ };
370
+ };
371
+ indicatorColor: {
372
+ default: {
373
+ indicatorDot: string;
374
+ };
375
+ primary: {
376
+ indicatorDot: string;
377
+ };
378
+ secondary: {
379
+ indicatorDot: string;
380
+ };
381
+ success: {
382
+ indicatorDot: string;
383
+ };
384
+ warning: {
385
+ indicatorDot: string;
386
+ };
387
+ destructive: {
388
+ indicatorDot: string;
389
+ };
390
+ info: {
391
+ indicatorDot: string;
392
+ };
393
+ };
394
+ indicator: {
395
+ true: {};
396
+ false: {};
397
+ };
398
+ indicatorVariant: {
399
+ pulse: {};
400
+ };
401
+ size: {
402
+ sm: {
403
+ root: string;
404
+ status: string;
405
+ content: string;
406
+ closeButton: string[];
407
+ };
408
+ md: {
409
+ root: string;
410
+ status: string;
411
+ content: string;
412
+ closeButton: string[];
413
+ };
414
+ lg: {
415
+ root: string;
416
+ status: string;
417
+ content: string;
418
+ closeButton: string[];
419
+ };
420
+ };
421
+ isCloseable: {
422
+ true: {};
423
+ false: {};
424
+ };
425
+ radius: {
426
+ none: {
427
+ root: string;
428
+ };
429
+ sm: {
430
+ root: string;
431
+ };
432
+ md: {
433
+ root: string;
434
+ };
435
+ lg: {
436
+ root: string;
437
+ };
438
+ full: {
439
+ root: string;
440
+ };
441
+ };
442
+ disabled: {
443
+ true: {
444
+ root: string;
445
+ };
446
+ false: {};
447
+ };
448
+ }, {
449
+ root: string[];
450
+ content: string;
451
+ indicator: string;
452
+ indicatorPulse: string;
453
+ indicatorDot: string;
454
+ status: string;
455
+ closeButton: string[];
456
+ }, tailwind_variants.TVReturnType<{
457
+ variant: {
458
+ solid: {};
459
+ bordered: {
460
+ root: string;
461
+ };
462
+ faded: {
463
+ root: string;
464
+ };
465
+ flat: {};
466
+ };
467
+ color: {
468
+ default: {
469
+ status: string;
470
+ };
471
+ primary: {
472
+ status: string;
473
+ };
474
+ secondary: {
475
+ status: string;
476
+ };
477
+ success: {
478
+ status: string;
479
+ };
480
+ destructive: {
481
+ status: string;
482
+ };
483
+ warning: {
484
+ status: string;
485
+ };
486
+ };
487
+ indicatorColor: {
488
+ default: {
489
+ indicatorDot: string;
490
+ };
491
+ primary: {
492
+ indicatorDot: string;
493
+ };
494
+ secondary: {
495
+ indicatorDot: string;
496
+ };
497
+ success: {
498
+ indicatorDot: string;
499
+ };
500
+ warning: {
501
+ indicatorDot: string;
502
+ };
503
+ destructive: {
504
+ indicatorDot: string;
505
+ };
506
+ info: {
507
+ indicatorDot: string;
508
+ };
509
+ };
510
+ indicator: {
511
+ true: {};
512
+ false: {};
513
+ };
514
+ indicatorVariant: {
515
+ pulse: {};
516
+ };
517
+ size: {
518
+ sm: {
519
+ root: string;
520
+ status: string;
521
+ content: string;
522
+ closeButton: string[];
523
+ };
524
+ md: {
525
+ root: string;
526
+ status: string;
527
+ content: string;
528
+ closeButton: string[];
529
+ };
530
+ lg: {
531
+ root: string;
532
+ status: string;
533
+ content: string;
534
+ closeButton: string[];
535
+ };
536
+ };
537
+ isCloseable: {
538
+ true: {};
539
+ false: {};
540
+ };
541
+ radius: {
542
+ none: {
543
+ root: string;
544
+ };
545
+ sm: {
546
+ root: string;
547
+ };
548
+ md: {
549
+ root: string;
550
+ };
551
+ lg: {
552
+ root: string;
553
+ };
554
+ full: {
555
+ root: string;
556
+ };
557
+ };
558
+ disabled: {
559
+ true: {
560
+ root: string;
561
+ };
562
+ false: {};
563
+ };
564
+ }, {
565
+ root: string[];
566
+ content: string;
567
+ indicator: string;
568
+ indicatorPulse: string;
569
+ indicatorDot: string;
570
+ status: string;
571
+ closeButton: string[];
572
+ }, undefined, unknown, unknown, undefined>>>;
573
+ type StandardChipVariants = VariantProps<typeof standardChip>;
574
+
575
+ export { type StandardChipVariants, standardChip };