mado-ui 0.5.4 → 0.5.7

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 (92) hide show
  1. package/css/index.css +283 -8
  2. package/dist/components/drop-down.d.ts +12 -12
  3. package/dist/components/drop-down.d.ts.map +1 -1
  4. package/dist/components/form/human-verification.d.ts +15 -0
  5. package/dist/components/form/human-verification.d.ts.map +1 -0
  6. package/dist/components/form/input/date/views/calendar-view.d.ts +2 -0
  7. package/dist/components/form/input/date/views/calendar-view.d.ts.map +1 -0
  8. package/dist/components/form/input/date/views/clock-view.d.ts +2 -0
  9. package/dist/components/form/input/date/views/clock-view.d.ts.map +1 -0
  10. package/dist/components/form/input/date/views/dropdown-view.d.ts +2 -0
  11. package/dist/components/form/input/date/views/dropdown-view.d.ts.map +1 -0
  12. package/dist/components/form/input/date/views/rotary-view.d.ts +2 -0
  13. package/dist/components/form/input/date/views/rotary-view.d.ts.map +1 -0
  14. package/dist/components/form/input/date/views/view-handler.d.ts +21 -0
  15. package/dist/components/form/input/date/views/view-handler.d.ts.map +1 -0
  16. package/dist/components/form/input/index.d.ts +24 -24
  17. package/dist/components/form/input/index.d.ts.map +1 -1
  18. package/dist/components/form/input/input-types.d.ts +102 -0
  19. package/dist/components/form/input/input-types.d.ts.map +1 -0
  20. package/dist/components/form/input/number-input.d.ts +4 -0
  21. package/dist/components/form/input/number-input.d.ts.map +1 -0
  22. package/dist/components/form/input/text-input.d.ts +36 -0
  23. package/dist/components/form/input/text-input.d.ts.map +1 -0
  24. package/dist/components/form/select.d.ts +41 -0
  25. package/dist/components/form/select.d.ts.map +1 -0
  26. package/dist/components/link.d.ts +14 -13
  27. package/dist/components/link.d.ts.map +1 -1
  28. package/dist/components/tooltip.d.ts +7 -7
  29. package/dist/components/tooltip.d.ts.map +1 -1
  30. package/dist/components/video.d.ts +6 -6
  31. package/dist/components/video.d.ts.map +1 -1
  32. package/dist/components.d.ts +50 -49
  33. package/dist/components.esm.js +600 -459
  34. package/dist/components.esm.js.map +1 -1
  35. package/dist/components.js +598 -456
  36. package/dist/components.js.map +1 -1
  37. package/dist/graphics/index.d.ts +2 -0
  38. package/dist/graphics/index.d.ts.map +1 -0
  39. package/dist/graphics/social-media/facebook-logo.d.ts +33 -0
  40. package/dist/graphics/social-media/facebook-logo.d.ts.map +1 -0
  41. package/dist/graphics/social-media/google-logo.d.ts +13 -0
  42. package/dist/graphics/social-media/google-logo.d.ts.map +1 -0
  43. package/dist/graphics/social-media/index.d.ts +8 -0
  44. package/dist/graphics/social-media/index.d.ts.map +1 -0
  45. package/dist/graphics/social-media/instagram-logo.d.ts +13 -0
  46. package/dist/graphics/social-media/instagram-logo.d.ts.map +1 -0
  47. package/dist/graphics/social-media/linkedin-logo.d.ts +26 -0
  48. package/dist/graphics/social-media/linkedin-logo.d.ts.map +1 -0
  49. package/dist/graphics/social-media/tiktok-logo.d.ts +26 -0
  50. package/dist/graphics/social-media/tiktok-logo.d.ts.map +1 -0
  51. package/dist/graphics/social-media/x-logo.d.ts +6 -0
  52. package/dist/graphics/social-media/x-logo.d.ts.map +1 -0
  53. package/dist/graphics/social-media/youtube-logo.d.ts +26 -0
  54. package/dist/graphics/social-media/youtube-logo.d.ts.map +1 -0
  55. package/dist/graphics.d.ts +141 -0
  56. package/dist/graphics.d.ts.map +1 -0
  57. package/dist/graphics.esm.js +241 -0
  58. package/dist/graphics.esm.js.map +1 -0
  59. package/dist/graphics.js +249 -0
  60. package/dist/graphics.js.map +1 -0
  61. package/dist/icons/index.d.ts +142 -143
  62. package/dist/icons/index.d.ts.map +1 -1
  63. package/dist/icons/square-and-arrow-up-right.d.ts +3 -0
  64. package/dist/icons/square-and-arrow-up-right.d.ts.map +1 -0
  65. package/dist/icons/square-and-pencil.d.ts +2 -2
  66. package/dist/icons/square-and-pencil.d.ts.map +1 -1
  67. package/dist/icons.d.ts +2 -4
  68. package/dist/icons.esm.js +2 -6
  69. package/dist/icons.esm.js.map +1 -1
  70. package/dist/icons.js +1 -6
  71. package/dist/icons.js.map +1 -1
  72. package/dist/index.d.ts +50 -49
  73. package/dist/index.esm.js +600 -459
  74. package/dist/index.esm.js.map +1 -1
  75. package/dist/index.js +598 -456
  76. package/dist/index.js.map +1 -1
  77. package/dist/utils/string-manipulation.d.ts +23 -1
  78. package/dist/utils/string-manipulation.d.ts.map +1 -1
  79. package/dist/utils.d.ts +24 -2
  80. package/dist/utils.esm.js +76 -18
  81. package/dist/utils.esm.js.map +1 -1
  82. package/dist/utils.js +78 -17
  83. package/dist/utils.js.map +1 -1
  84. package/package.json +24 -32
  85. package/dist/components/mado-ui-provider.d.ts +0 -1
  86. package/dist/hooks/use-anime-scope.d.ts +0 -15
  87. package/dist/icons/square-and-pencil-fill.d.ts +0 -3
  88. package/dist/icons/square-and-pencil-fill.d.ts.map +0 -1
  89. package/dist/types.esm.js +0 -2
  90. package/dist/types.esm.js.map +0 -1
  91. package/dist/types.js +0 -3
  92. package/dist/types.js.map +0 -1
package/css/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -11,17 +11,26 @@
11
11
  --color-orange-800: oklch(47% 0.157 37.304);
12
12
  --color-orange-950: oklch(26.6% 0.079 36.259);
13
13
  --color-yellow-600: oklch(68.1% 0.162 75.834);
14
+ --color-green-300: oklch(87.1% 0.15 154.449);
15
+ --color-green-700: oklch(52.7% 0.154 150.069);
14
16
  --color-cyan-500: oklch(71.5% 0.143 215.221);
15
17
  --color-cyan-950: oklch(30.2% 0.056 229.695);
16
18
  --color-blue-50: oklch(97% 0.014 254.604);
17
19
  --color-blue-200: oklch(88.2% 0.059 254.128);
18
20
  --color-blue-300: oklch(80.9% 0.105 251.813);
21
+ --color-blue-400: oklch(70.7% 0.165 254.624);
19
22
  --color-blue-500: oklch(62.3% 0.214 259.815);
20
23
  --color-blue-600: oklch(54.6% 0.245 262.881);
24
+ --color-violet-50: oklch(96.9% 0.016 293.756);
25
+ --color-violet-500: oklch(60.6% 0.25 292.717);
26
+ --color-violet-700: oklch(49.1% 0.27 292.581);
27
+ --color-violet-900: oklch(38% 0.189 293.745);
28
+ --color-rose-400: oklch(71.2% 0.194 13.428);
21
29
  --color-zinc-50: oklch(98.5% 0 0);
22
30
  --color-neutral-50: oklch(98.5% 0 0);
23
31
  --color-neutral-100: oklch(97% 0 0);
24
32
  --color-neutral-200: oklch(92.2% 0 0);
33
+ --color-neutral-300: oklch(87% 0 0);
25
34
  --color-neutral-400: oklch(70.8% 0 0);
26
35
  --color-neutral-500: oklch(55.6% 0 0);
27
36
  --color-neutral-600: oklch(43.9% 0 0);
@@ -74,6 +83,7 @@
74
83
  --radius-2xl: 1rem;
75
84
  --radius-3xl: 1.5rem;
76
85
  --radius-4xl: 2rem;
86
+ --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
77
87
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
78
88
  --animate-pulse: pulse var(--tw-animation-duration, 2s)
79
89
  var(--tw-animation-timing-function, cubic-bezier(0.4, 0, 0.6, 1)) var(--tw-animation-iteration-count, infinite);
@@ -242,6 +252,9 @@
242
252
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
243
253
  padding-block: 0;
244
254
  }
255
+ ::-webkit-calendar-picker-indicator {
256
+ line-height: 1;
257
+ }
245
258
  :-moz-ui-invalid {
246
259
  box-shadow: none;
247
260
  }
@@ -269,7 +282,7 @@
269
282
  padding: 0;
270
283
  margin: -1px;
271
284
  overflow: hidden;
272
- clip: rect(0, 0, 0, 0);
285
+ clip-path: inset(50%);
273
286
  white-space: nowrap;
274
287
  border-width: 0;
275
288
  }
@@ -342,6 +355,9 @@
342
355
  .left-0 {
343
356
  left: calc(var(--spacing) * 0);
344
357
  }
358
+ .left-1 {
359
+ left: calc(var(--spacing) * 1);
360
+ }
345
361
  .left-1\/2 {
346
362
  left: calc(1/2 * 100%);
347
363
  }
@@ -384,6 +400,24 @@
384
400
  .row-end-1 {
385
401
  grid-row-end: 1;
386
402
  }
403
+ .container {
404
+ width: 100%;
405
+ @media (width >= 40rem) {
406
+ max-width: 40rem;
407
+ }
408
+ @media (width >= 48rem) {
409
+ max-width: 48rem;
410
+ }
411
+ @media (width >= 64rem) {
412
+ max-width: 64rem;
413
+ }
414
+ @media (width >= 80rem) {
415
+ max-width: 80rem;
416
+ }
417
+ @media (width >= 96rem) {
418
+ max-width: 96rem;
419
+ }
420
+ }
387
421
  .mx-auto {
388
422
  margin-inline: auto;
389
423
  }
@@ -399,6 +433,9 @@
399
433
  .-mb-1\.5 {
400
434
  margin-bottom: calc(var(--spacing) * -1.5);
401
435
  }
436
+ .ml-1 {
437
+ margin-left: calc(var(--spacing) * 1);
438
+ }
402
439
  .ml-1\.5 {
403
440
  margin-left: calc(var(--spacing) * 1.5);
404
441
  }
@@ -426,6 +463,9 @@
426
463
  .field-sizing-content {
427
464
  field-sizing: content;
428
465
  }
466
+ .aspect-square {
467
+ aspect-ratio: 1 / 1;
468
+ }
429
469
  .aspect-video {
430
470
  aspect-ratio: var(--aspect-video);
431
471
  }
@@ -455,6 +495,9 @@
455
495
  .h-2\.5 {
456
496
  height: calc(var(--spacing) * 2.5);
457
497
  }
498
+ .h-3\.5 {
499
+ height: calc(var(--spacing) * 3.5);
500
+ }
458
501
  .h-4 {
459
502
  height: calc(var(--spacing) * 4);
460
503
  }
@@ -464,9 +507,15 @@
464
507
  .h-7 {
465
508
  height: calc(var(--spacing) * 7);
466
509
  }
510
+ .h-12 {
511
+ height: calc(var(--spacing) * 12);
512
+ }
467
513
  .h-24 {
468
514
  height: calc(var(--spacing) * 24);
469
515
  }
516
+ .h-\[calc\(100\%-\(var\(--spacing\)\*2\)\)\] {
517
+ height: calc(100% - (var(--spacing) * 2));
518
+ }
470
519
  .h-dvh {
471
520
  height: 100dvh;
472
521
  }
@@ -503,6 +552,9 @@
503
552
  .w-32 {
504
553
  width: calc(var(--spacing) * 32);
505
554
  }
555
+ .w-72 {
556
+ width: calc(var(--spacing) * 72);
557
+ }
506
558
  .w-fit {
507
559
  width: fit-content;
508
560
  }
@@ -527,9 +579,12 @@
527
579
  .min-w-fit {
528
580
  min-width: fit-content;
529
581
  }
530
- .flex-grow {
582
+ .grow {
531
583
  flex-grow: 1;
532
584
  }
585
+ .origin-bottom {
586
+ transform-origin: bottom;
587
+ }
533
588
  .-translate-x-1\/2 {
534
589
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
535
590
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -655,6 +710,9 @@
655
710
  .items-center {
656
711
  align-items: center;
657
712
  }
713
+ .justify-around {
714
+ justify-content: space-around;
715
+ }
658
716
  .justify-center {
659
717
  justify-content: center;
660
718
  }
@@ -682,6 +740,9 @@
682
740
  .overflow-hidden {
683
741
  overflow: hidden;
684
742
  }
743
+ .overflow-visible {
744
+ overflow: visible;
745
+ }
685
746
  .overflow-x-hidden {
686
747
  overflow-x: hidden;
687
748
  }
@@ -775,12 +836,18 @@
775
836
  .bg-neutral-100 {
776
837
  background-color: var(--color-neutral-100);
777
838
  }
839
+ .bg-neutral-300 {
840
+ background-color: var(--color-neutral-300);
841
+ }
778
842
  .bg-neutral-900\/50 {
779
843
  background-color: color-mix(in srgb, oklch(20.5% 0 0) 50%, transparent);
780
844
  @supports (color: color-mix(in lab, red, red)) {
781
845
  background-color: color-mix(in oklab, var(--color-neutral-900) 50%, transparent);
782
846
  }
783
847
  }
848
+ .bg-neutral-950 {
849
+ background-color: var(--color-neutral-950);
850
+ }
784
851
  .bg-neutral-950\/20 {
785
852
  background-color: color-mix(in srgb, oklch(14.5% 0 0) 20%, transparent);
786
853
  @supports (color: color-mix(in lab, red, red)) {
@@ -868,6 +935,13 @@
868
935
  --tw-gradient-from: currentcolor;
869
936
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
870
937
  }
938
+ .from-green-300\/25 {
939
+ --tw-gradient-from: color-mix(in srgb, oklch(87.1% 0.15 154.449) 25%, transparent);
940
+ @supports (color: color-mix(in lab, red, red)) {
941
+ --tw-gradient-from: color-mix(in oklab, var(--color-green-300) 25%, transparent);
942
+ }
943
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
944
+ }
871
945
  .from-neutral-700 {
872
946
  --tw-gradient-from: var(--color-neutral-700);
873
947
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -892,6 +966,10 @@
892
966
  --tw-gradient-from: var(--color-ui-sky-blue);
893
967
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
894
968
  }
969
+ .from-violet-900 {
970
+ --tw-gradient-from: var(--color-violet-900);
971
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
972
+ }
895
973
  .via-\(--theme-color\) {
896
974
  --tw-gradient-via: var(--theme-color);
897
975
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
@@ -902,6 +980,14 @@
902
980
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
903
981
  --tw-gradient-stops: var(--tw-gradient-via-stops);
904
982
  }
983
+ .via-green-300\/25 {
984
+ --tw-gradient-via: color-mix(in srgb, oklch(87.1% 0.15 154.449) 25%, transparent);
985
+ @supports (color: color-mix(in lab, red, red)) {
986
+ --tw-gradient-via: color-mix(in oklab, var(--color-green-300) 25%, transparent);
987
+ }
988
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
989
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
990
+ }
905
991
  .via-neutral-500 {
906
992
  --tw-gradient-via: var(--color-neutral-500);
907
993
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
@@ -922,6 +1008,14 @@
922
1008
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
923
1009
  --tw-gradient-stops: var(--tw-gradient-via-stops);
924
1010
  }
1011
+ .via-violet-500 {
1012
+ --tw-gradient-via: var(--color-violet-500);
1013
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
1014
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
1015
+ }
1016
+ .via-50\% {
1017
+ --tw-gradient-via-position: 50%;
1018
+ }
925
1019
  .to-\(--theme-color\) {
926
1020
  --tw-gradient-to: var(--theme-color);
927
1021
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -948,6 +1042,13 @@
948
1042
  --tw-gradient-to: currentcolor;
949
1043
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
950
1044
  }
1045
+ .to-green-700\/25 {
1046
+ --tw-gradient-to: color-mix(in srgb, oklch(52.7% 0.154 150.069) 25%, transparent);
1047
+ @supports (color: color-mix(in lab, red, red)) {
1048
+ --tw-gradient-to: color-mix(in oklab, var(--color-green-700) 25%, transparent);
1049
+ }
1050
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1051
+ }
951
1052
  .to-neutral-600 {
952
1053
  --tw-gradient-to: var(--color-neutral-600);
953
1054
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -964,16 +1065,26 @@
964
1065
  --tw-gradient-to: var(--color-ui-yellow);
965
1066
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
966
1067
  }
1068
+ .to-violet-700 {
1069
+ --tw-gradient-to: var(--color-violet-700);
1070
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1071
+ }
967
1072
  .to-white {
968
1073
  --tw-gradient-to: var(--color-white);
969
1074
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
970
1075
  }
1076
+ .to-50\% {
1077
+ --tw-gradient-to-position: 50%;
1078
+ }
971
1079
  .bg-\[size\:0\%_2px\] {
972
1080
  background-size: 0% 2px;
973
1081
  }
974
1082
  .bg-\[size\:0\%_100\%\] {
975
1083
  background-size: 0% 100%;
976
1084
  }
1085
+ .bg-\[size\:1rem_100\%\] {
1086
+ background-size: 1rem 100%;
1087
+ }
977
1088
  .bg-\[size\:50\%_0px\] {
978
1089
  background-size: 50% 0px;
979
1090
  }
@@ -1046,15 +1157,42 @@
1046
1157
  .bg-repeat-y {
1047
1158
  background-repeat: repeat-y;
1048
1159
  }
1160
+ .fill-\[rgb\(10_102_194\)\] {
1161
+ fill: rgb(10 102 194);
1162
+ }
1163
+ .fill-\[rgb\(255_0_0\)\] {
1164
+ fill: rgb(255 0 0);
1165
+ }
1166
+ .fill-\[url\(\#facebook-gradient\)\] {
1167
+ fill: url(#facebook-gradient);
1168
+ }
1169
+ .fill-black {
1170
+ fill: var(--color-black);
1171
+ }
1172
+ .fill-blue-500 {
1173
+ fill: var(--color-blue-500);
1174
+ }
1049
1175
  .fill-neutral-50 {
1050
1176
  fill: var(--color-neutral-50);
1051
1177
  }
1052
1178
  .fill-neutral-400 {
1053
1179
  fill: var(--color-neutral-400);
1054
1180
  }
1181
+ .fill-neutral-500 {
1182
+ fill: var(--color-neutral-500);
1183
+ }
1055
1184
  .fill-none {
1056
1185
  fill: none;
1057
1186
  }
1187
+ .fill-rose-400 {
1188
+ fill: var(--color-rose-400);
1189
+ }
1190
+ .fill-violet-50\/60 {
1191
+ fill: color-mix(in srgb, oklch(96.9% 0.016 293.756) 60%, transparent);
1192
+ @supports (color: color-mix(in lab, red, red)) {
1193
+ fill: color-mix(in oklab, var(--color-violet-50) 60%, transparent);
1194
+ }
1195
+ }
1058
1196
  .fill-white {
1059
1197
  fill: var(--color-white);
1060
1198
  }
@@ -1064,15 +1202,24 @@
1064
1202
  .stroke-1 {
1065
1203
  stroke-width: 1;
1066
1204
  }
1205
+ .stroke-2 {
1206
+ stroke-width: 2;
1207
+ }
1067
1208
  .object-cover {
1068
1209
  object-fit: cover;
1069
1210
  }
1211
+ .p-1 {
1212
+ padding: calc(var(--spacing) * 1);
1213
+ }
1070
1214
  .p-2 {
1071
1215
  padding: calc(var(--spacing) * 2);
1072
1216
  }
1073
1217
  .p-4 {
1074
1218
  padding: calc(var(--spacing) * 4);
1075
1219
  }
1220
+ .p-6 {
1221
+ padding: calc(var(--spacing) * 6);
1222
+ }
1076
1223
  .px-0\.5 {
1077
1224
  padding-inline: calc(var(--spacing) * 0.5);
1078
1225
  }
@@ -1124,6 +1271,9 @@
1124
1271
  .py-12 {
1125
1272
  padding-block: calc(var(--spacing) * 12);
1126
1273
  }
1274
+ .pt-1 {
1275
+ padding-top: calc(var(--spacing) * 1);
1276
+ }
1127
1277
  .pt-3 {
1128
1278
  padding-top: calc(var(--spacing) * 3);
1129
1279
  }
@@ -1163,6 +1313,9 @@
1163
1313
  .pl-2 {
1164
1314
  padding-left: calc(var(--spacing) * 2);
1165
1315
  }
1316
+ .pl-8 {
1317
+ padding-left: calc(var(--spacing) * 8);
1318
+ }
1166
1319
  .text-center {
1167
1320
  text-align: center;
1168
1321
  }
@@ -1209,7 +1362,7 @@
1209
1362
  .text-\[1px\] {
1210
1363
  font-size: 1px;
1211
1364
  }
1212
- .text-\[size\:larger\] {
1365
+ .text-\[larger\] {
1213
1366
  font-size: larger;
1214
1367
  }
1215
1368
  .leading-6 {
@@ -1279,6 +1432,9 @@
1279
1432
  .text-neutral-50 {
1280
1433
  color: var(--color-neutral-50);
1281
1434
  }
1435
+ .text-neutral-800 {
1436
+ color: var(--color-neutral-800);
1437
+ }
1282
1438
  .text-neutral-950 {
1283
1439
  color: var(--color-neutral-950);
1284
1440
  }
@@ -1349,6 +1505,9 @@
1349
1505
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-neutral-950) 25%, transparent) var(--tw-shadow-alpha), transparent);
1350
1506
  }
1351
1507
  }
1508
+ .ring-neutral-500 {
1509
+ --tw-ring-color: var(--color-neutral-500);
1510
+ }
1352
1511
  .outline-1 {
1353
1512
  outline-style: var(--tw-outline-style);
1354
1513
  outline-width: 1px;
@@ -1403,6 +1562,11 @@
1403
1562
  --tw-drop-shadow: var(--tw-drop-shadow-size);
1404
1563
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1405
1564
  }
1565
+ .drop-shadow-lg {
1566
+ --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
1567
+ --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
1568
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1569
+ }
1406
1570
  .drop-shadow-neutral-950\/75 {
1407
1571
  --tw-drop-shadow-color: color-mix(in srgb, oklch(14.5% 0 0) 75%, transparent);
1408
1572
  @supports (color: color-mix(in lab, red, red)) {
@@ -1468,7 +1632,7 @@
1468
1632
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1469
1633
  }
1470
1634
  .transition {
1471
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1635
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1472
1636
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1473
1637
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1474
1638
  }
@@ -1492,6 +1656,11 @@
1492
1656
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1493
1657
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1494
1658
  }
1659
+ .transition-\[fill\,scale\] {
1660
+ transition-property: fill,scale;
1661
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1662
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1663
+ }
1495
1664
  .transition-\[height\] {
1496
1665
  transition-property: height;
1497
1666
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1570,6 +1739,10 @@
1570
1739
  --tw-duration: 100ms;
1571
1740
  transition-duration: 100ms;
1572
1741
  }
1742
+ .duration-200 {
1743
+ --tw-duration: 200ms;
1744
+ transition-duration: 200ms;
1745
+ }
1573
1746
  .duration-300 {
1574
1747
  --tw-duration: 300ms;
1575
1748
  transition-duration: 300ms;
@@ -2005,13 +2178,13 @@
2005
2178
  .after\:origin-left {
2006
2179
  &::after {
2007
2180
  content: var(--tw-content);
2008
- transform-origin: left;
2181
+ transform-origin: 0;
2009
2182
  }
2010
2183
  }
2011
2184
  .after\:origin-right {
2012
2185
  &::after {
2013
2186
  content: var(--tw-content);
2014
- transform-origin: right;
2187
+ transform-origin: 100%;
2015
2188
  }
2016
2189
  }
2017
2190
  .after\:-translate-x-1\/2 {
@@ -2198,7 +2371,6 @@
2198
2371
  }
2199
2372
  .after\:content-\[\"_\*\"\] {
2200
2373
  &::after {
2201
- content: var(--tw-content);
2202
2374
  --tw-content: " *";
2203
2375
  content: var(--tw-content);
2204
2376
  }
@@ -2311,6 +2483,54 @@
2311
2483
  }
2312
2484
  }
2313
2485
  }
2486
+ .hover\:scale-125 {
2487
+ &:hover {
2488
+ @media (hover: hover) {
2489
+ --tw-scale-x: 125%;
2490
+ --tw-scale-y: 125%;
2491
+ --tw-scale-z: 125%;
2492
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2493
+ }
2494
+ }
2495
+ }
2496
+ .hover\:fill-violet-50\/90 {
2497
+ &:hover {
2498
+ @media (hover: hover) {
2499
+ fill: color-mix(in srgb, oklch(96.9% 0.016 293.756) 90%, transparent);
2500
+ @supports (color: color-mix(in lab, red, red)) {
2501
+ fill: color-mix(in oklab, var(--color-violet-50) 90%, transparent);
2502
+ }
2503
+ }
2504
+ }
2505
+ }
2506
+ .focus\:ring-3 {
2507
+ &:focus {
2508
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2509
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2510
+ }
2511
+ }
2512
+ .focus\:ring-blue-400 {
2513
+ &:focus {
2514
+ --tw-ring-color: var(--color-blue-400);
2515
+ }
2516
+ }
2517
+ .focus\:ring-offset-2 {
2518
+ &:focus {
2519
+ --tw-ring-offset-width: 2px;
2520
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2521
+ }
2522
+ }
2523
+ .focus\:ring-offset-neutral-500 {
2524
+ &:focus {
2525
+ --tw-ring-offset-color: var(--color-neutral-500);
2526
+ }
2527
+ }
2528
+ .focus\:outline-none {
2529
+ &:focus {
2530
+ --tw-outline-style: none;
2531
+ outline-style: none;
2532
+ }
2533
+ }
2314
2534
  .focus-visible\:bg-neutral-50 {
2315
2535
  &:focus-visible {
2316
2536
  background-color: var(--color-neutral-50);
@@ -3134,6 +3354,11 @@
3134
3354
  bottom: auto;
3135
3355
  }
3136
3356
  }
3357
+ .pointer-fine\:hidden {
3358
+ @media (pointer: fine) {
3359
+ display: none;
3360
+ }
3361
+ }
3137
3362
  .pointer-fine\:inline {
3138
3363
  @media (pointer: fine) {
3139
3364
  display: inline;
@@ -3627,6 +3852,56 @@
3627
3852
  }
3628
3853
  }
3629
3854
  }
3855
+ .\[\&_\[data-name\=\"background\"\]\]\:fill-\[rgb\(10_102_194\)\] {
3856
+ & [data-name="background"] {
3857
+ fill: rgb(10 102 194);
3858
+ }
3859
+ }
3860
+ .\[\&_\[data-name\=\"background\"\]\]\:fill-\[rgb\(255_0_0\)\] {
3861
+ & [data-name="background"] {
3862
+ fill: rgb(255 0 0);
3863
+ }
3864
+ }
3865
+ .\[\&_\[data-name\=\"background\"\]\]\:fill-\[url\(\#facebook-gradient\)\] {
3866
+ & [data-name="background"] {
3867
+ fill: url(#facebook-gradient);
3868
+ }
3869
+ }
3870
+ .\[\&_\[data-name\=\"background\"\]\]\:fill-blue-500 {
3871
+ & [data-name="background"] {
3872
+ fill: var(--color-blue-500);
3873
+ }
3874
+ }
3875
+ .\[\&_\[data-name\=\"bottom\"\]\]\:fill-\[rgb\(0_242_234\)\] {
3876
+ & [data-name="bottom"] {
3877
+ fill: rgb(0 242 234);
3878
+ }
3879
+ }
3880
+ .\[\&_\[data-name\=\"f\"\]\]\:fill-white {
3881
+ & [data-name="f"] {
3882
+ fill: var(--color-white);
3883
+ }
3884
+ }
3885
+ .\[\&_\[data-name\=\"in\"\]\]\:fill-white {
3886
+ & [data-name="in"] {
3887
+ fill: var(--color-white);
3888
+ }
3889
+ }
3890
+ .\[\&_\[data-name\=\"middle\"\]\]\:fill-black {
3891
+ & [data-name="middle"] {
3892
+ fill: var(--color-black);
3893
+ }
3894
+ }
3895
+ .\[\&_\[data-name\=\"play\"\]\]\:fill-white {
3896
+ & [data-name="play"] {
3897
+ fill: var(--color-white);
3898
+ }
3899
+ }
3900
+ .\[\&_\[data-name\=\"top\"\]\]\:fill-\[rgb\(255_0_79\)\] {
3901
+ & [data-name="top"] {
3902
+ fill: rgb(255 0 79);
3903
+ }
3904
+ }
3630
3905
  }
3631
3906
  @layer base {
3632
3907
  * {
@@ -1,31 +1,31 @@
1
- import { AnyElementProps } from '../types';
2
- import { ElementType, ReactElement, ReactNode } from 'react';
3
- export type DropDownButtonProps<TTag extends ElementType = 'button'> = Omit<MenuButtonProps<TTag>, 'as' | 'className'> & {
1
+ import { AnyElementProps } from "../types";
2
+ import { ElementType, ReactElement, ReactNode } from "react";
3
+ export type DropDownButtonProps<TTag extends ElementType = "button"> = Omit<MenuButtonProps<TTag>, "as" | "className"> & {
4
4
  arrow?: boolean | ReactNode;
5
5
  as?: TTag | ElementType;
6
6
  className?: string;
7
7
  };
8
- export type DropDownItemProps<TTag extends ElementType = 'div'> = Omit<MenuItemProps<TTag>, 'as'> & AnyElementProps<TTag>;
9
- export type DropDownItemsProps = Omit<MenuItemsProps, 'className' | 'transition'> & {
8
+ export type DropDownItemProps<TTag extends ElementType = "div"> = Omit<MenuItemProps<TTag>, "as"> & AnyElementProps<TTag>;
9
+ export type DropDownItemsProps = Omit<MenuItemsProps, "className" | "transition"> & {
10
10
  className?: string;
11
11
  containerClassName?: string;
12
12
  };
13
13
  export type DropDownProps = MenuProps;
14
14
  export type DropDownSectionProps = MenuSectionProps & {
15
- label?: string;
16
- labelProps?: Omit<MenuHeadingProps, 'children'> & {
15
+ label?: ReactNode;
16
+ labelProps?: Omit<MenuHeadingProps, "children"> & {
17
17
  /** @deprecated Use `label` instead. */
18
18
  children?: never;
19
19
  };
20
20
  separatorAbove?: boolean;
21
21
  separatorBelow?: boolean;
22
22
  };
23
- export type DropDownSeparatorProps<TTag extends ElementType = 'div'> = Omit<MenuSeparatorProps<TTag>, 'as'> & AnyElementProps<TTag>;
24
- import { MenuButtonProps, MenuHeadingProps, MenuItemProps, MenuItemsProps, MenuProps, MenuSectionProps, MenuSeparatorProps } from '@headlessui/react';
25
- export declare function DropDownButton<TTag extends ElementType = 'button'>({ arrow, as, children, className, ...props }: DropDownButtonProps<TTag>): ReactElement;
26
- export declare function DropDownItem<TTag extends ElementType = 'div'>({ as, ...props }: DropDownItemProps<TTag>): ReactElement;
23
+ export type DropDownSeparatorProps<TTag extends ElementType = "div"> = Omit<MenuSeparatorProps<TTag>, "as"> & AnyElementProps<TTag>;
24
+ import { MenuButtonProps, MenuHeadingProps, MenuItemProps, MenuItemsProps, MenuProps, MenuSectionProps, MenuSeparatorProps } from "@headlessui/react";
25
+ export declare function DropDownButton<TTag extends ElementType = "button">({ arrow, as, children, className, ...props }: DropDownButtonProps<TTag>): ReactElement;
26
+ export declare function DropDownItem<TTag extends ElementType = "div">({ as, ...props }: DropDownItemProps<TTag>): ReactElement;
27
27
  export declare function DropDownItems({ anchor, children, className, containerClassName, style, ...props }: DropDownItemsProps): ReactElement;
28
28
  export declare function DropDownSection({ children, label, labelProps, separatorAbove, separatorBelow, ...props }: DropDownSectionProps): ReactElement;
29
- export declare function DropDownSeparator<TTag extends ElementType = 'div'>({ as, className, ...props }: DropDownSeparatorProps<TTag>): ReactElement;
29
+ export declare function DropDownSeparator<TTag extends ElementType = "div">({ as, className, ...props }: DropDownSeparatorProps<TTag>): ReactElement;
30
30
  export declare function DropDown(props: DropDownProps): ReactElement;
31
31
  //# sourceMappingURL=drop-down.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"drop-down.d.ts","sourceRoot":"","sources":["../../src/components/drop-down.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAC1C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE5D,MAAM,MAAM,mBAAmB,CAAC,IAAI,SAAS,WAAW,GAAG,QAAQ,IAAI,IAAI,CAC1E,eAAe,CAAC,IAAI,CAAC,EACrB,IAAI,GAAG,WAAW,CAClB,GAAG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3B,EAAE,CAAC,EAAE,IAAI,GAAG,WAAW,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,iBAAiB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,IAAI,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,GAChG,eAAe,CAAC,IAAI,CAAC,CAAA;AAEtB,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,YAAY,CAAC,GAAG;IACnF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,SAAS,CAAA;AAErC,MAAM,MAAM,oBAAoB,GAAG,gBAAgB,GAAG;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG;QACjD,uCAAuC;QACvC,QAAQ,CAAC,EAAE,KAAK,CAAA;KAChB,CAAA;IACD,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,cAAc,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,sBAAsB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,IAAI,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,GAC1G,eAAe,CAAC,IAAI,CAAC,CAAA;AAGtB,OAAO,EAGN,eAAe,EAEf,gBAAgB,EAEhB,aAAa,EAEb,cAAc,EACd,SAAS,EAET,gBAAgB,EAEhB,kBAAkB,EAClB,MAAM,mBAAmB,CAAA;AAS1B,wBAAgB,cAAc,CAAC,IAAI,SAAS,WAAW,GAAG,QAAQ,EAAE,EACnE,KAAY,EACZ,EAAE,EACF,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACR,EAAE,mBAAmB,CAAC,IAAI,CAAC,GAAG,YAAY,CAa1C;AAED,wBAAgB,YAAY,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,EAAE,EAC9D,EAAE,EACF,GAAG,KAAK,EACR,EAAE,iBAAiB,CAAC,IAAI,CAAC,GAAG,YAAY,CAExC;AAED,wBAAgB,aAAa,CAAC,EAC7B,MAAM,EACN,QAAQ,EACR,SAAS,EACT,kBAAkB,EAClB,KAAK,EACL,GAAG,KAAK,EACR,EAAE,kBAAkB,GAAG,YAAY,CAyCnC;AAED,wBAAgB,eAAe,CAAC,EAC/B,QAAQ,EACR,KAAK,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,GAAG,KAAK,EACR,EAAE,oBAAoB,GAAG,YAAY,CA8BrC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,EAAE,EACnE,EAAE,EACF,SAAS,EACT,GAAG,KAAK,EACR,EAAE,sBAAsB,CAAC,IAAI,CAAC,GAAG,YAAY,CAa7C;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,YAAY,CAE3D"}
1
+ {"version":3,"file":"drop-down.d.ts","sourceRoot":"","sources":["../../src/components/drop-down.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7D,MAAM,MAAM,mBAAmB,CAAC,IAAI,SAAS,WAAW,GAAG,QAAQ,IAChE,IAAI,CACL,eAAe,CAAC,IAAI,CAAC,EACrB,IAAI,GAAG,WAAW,CAClB,GACC;IACD,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B,EAAE,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEH,MAAM,MAAM,iBAAiB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,IAC3D,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,GAC/B,eAAe,CAAC,IAAI,CAAC,CAAC;AAEzB,MAAM,MAAM,kBAAkB,GAC3B,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,YAAY,CAAC,GAChD;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,SAAS,CAAC;AAEtC,MAAM,MAAM,oBAAoB,GAAG,gBAAgB,GAAG;IACrD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,GAAG;QACjD,uCAAuC;QACvC,QAAQ,CAAC,EAAE,KAAK,CAAC;KACjB,CAAC;IACF,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,sBAAsB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,IAChE,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,GACpC,eAAe,CAAC,IAAI,CAAC,CAAC;AAGzB,OAAO,EAGN,eAAe,EAEf,gBAAgB,EAEhB,aAAa,EAEb,cAAc,EACd,SAAS,EAET,gBAAgB,EAEhB,kBAAkB,EAClB,MAAM,mBAAmB,CAAC;AAS3B,wBAAgB,cAAc,CAAC,IAAI,SAAS,WAAW,GAAG,QAAQ,EAAE,EACnE,KAAY,EACZ,EAAE,EACF,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACR,EAAE,mBAAmB,CAAC,IAAI,CAAC,GAAG,YAAY,CAiB1C;AAED,wBAAgB,YAAY,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,EAAE,EAC9D,EAAE,EACF,GAAG,KAAK,EACR,EAAE,iBAAiB,CAAC,IAAI,CAAC,GAAG,YAAY,CAExC;AAED,wBAAgB,aAAa,CAAC,EAC7B,MAAM,EACN,QAAQ,EACR,SAAS,EACT,kBAAkB,EAClB,KAAK,EACL,GAAG,KAAK,EACR,EAAE,kBAAkB,GAAG,YAAY,CA+CnC;AAED,wBAAgB,eAAe,CAAC,EAC/B,QAAQ,EACR,KAAK,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,GAAG,KAAK,EACR,EAAE,oBAAoB,GAAG,YAAY,CAkCrC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,SAAS,WAAW,GAAG,KAAK,EAAE,EACnE,EAAE,EACF,SAAS,EACT,GAAG,KAAK,EACR,EAAE,sBAAsB,CAAC,IAAI,CAAC,GAAG,YAAY,CAY7C;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,YAAY,CAE3D"}
@@ -0,0 +1,15 @@
1
+ type HumanVerificationProps = {
2
+ children?: string;
3
+ className?: string;
4
+ };
5
+ export declare function validateHuman(token: string): Promise<{
6
+ error: string;
7
+ success?: undefined;
8
+ } | {
9
+ success: boolean;
10
+ error?: undefined;
11
+ }>;
12
+ export declare function generateHumanValidationToken(): Promise<string>;
13
+ export declare function HumanVerification({ children, className }: HumanVerificationProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=human-verification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"human-verification.d.ts","sourceRoot":"","sources":["../../../src/components/form/human-verification.tsx"],"names":[],"mappings":"AACA,KAAK,sBAAsB,GAAG;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAyEF,wBAAsB,aAAa,CAAC,KAAK,EAAE,MAAM;;;;;;GA4ChD;AAED,wBAAsB,4BAA4B,oBAoFjD;AAED,wBAAgB,iBAAiB,CAChC,EAAE,QAAmB,EAAE,SAAS,EAAE,EAAE,sBAAsB,2CAsK1D"}
@@ -0,0 +1,2 @@
1
+ export declare function CalendarView(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=calendar-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form/input/date/views/calendar-view.tsx"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,4CAE3B"}
@@ -0,0 +1,2 @@
1
+ export declare function ClockView(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=clock-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clock-view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form/input/date/views/clock-view.tsx"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,4CAExB"}