@mlw-packages/react-components 1.7.6 → 1.7.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.
package/dist/index.css CHANGED
@@ -445,30 +445,21 @@ body {
445
445
  top: 0px;
446
446
  bottom: 0px;
447
447
  }
448
- .-bottom-12 {
449
- bottom: -3rem;
450
- }
451
- .-left-12 {
452
- left: -3rem;
453
- }
454
448
  .-right-1 {
455
449
  right: -0.25rem;
456
450
  }
457
- .-right-12 {
458
- right: -3rem;
459
- }
460
451
  .-top-1 {
461
452
  top: -0.25rem;
462
453
  }
463
- .-top-12 {
464
- top: -3rem;
465
- }
466
454
  .bottom-0 {
467
455
  bottom: 0px;
468
456
  }
469
457
  .bottom-2 {
470
458
  bottom: 0.5rem;
471
459
  }
460
+ .bottom-64 {
461
+ bottom: 16rem;
462
+ }
472
463
  .left-0 {
473
464
  left: 0px;
474
465
  }
@@ -478,6 +469,12 @@ body {
478
469
  .left-1\/2 {
479
470
  left: 50%;
480
471
  }
472
+ .left-1\/3 {
473
+ left: 33.333333%;
474
+ }
475
+ .left-14 {
476
+ left: 3.5rem;
477
+ }
481
478
  .left-2 {
482
479
  left: 0.5rem;
483
480
  }
@@ -565,6 +562,9 @@ body {
565
562
  .z-30 {
566
563
  z-index: 30;
567
564
  }
565
+ .z-40 {
566
+ z-index: 40;
567
+ }
568
568
  .z-50 {
569
569
  z-index: 50;
570
570
  }
@@ -918,12 +918,6 @@ body {
918
918
  .h-\[34px\] {
919
919
  height: 34px;
920
920
  }
921
- .h-\[350px\] {
922
- height: 350px;
923
- }
924
- .h-\[400px\] {
925
- height: 400px;
926
- }
927
921
  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
928
922
  height: var(--radix-navigation-menu-viewport-height);
929
923
  }
@@ -951,6 +945,9 @@ body {
951
945
  .max-h-48 {
952
946
  max-height: 12rem;
953
947
  }
948
+ .max-h-56 {
949
+ max-height: 14rem;
950
+ }
954
951
  .max-h-96 {
955
952
  max-height: 24rem;
956
953
  }
@@ -1263,6 +1260,9 @@ body {
1263
1260
  .max-w-\[80px\] {
1264
1261
  max-width: 80px;
1265
1262
  }
1263
+ .max-w-\[90vw\] {
1264
+ max-width: 90vw;
1265
+ }
1266
1266
  .max-w-\[calc\(100\%-2rem\)\] {
1267
1267
  max-width: calc(100% - 2rem);
1268
1268
  }
@@ -1279,9 +1279,6 @@ body {
1279
1279
  .max-w-md {
1280
1280
  max-width: 28rem;
1281
1281
  }
1282
- .max-w-screen-2xl {
1283
- max-width: 1536px;
1284
- }
1285
1282
  .max-w-sm {
1286
1283
  max-width: 24rem;
1287
1284
  }
@@ -1381,6 +1378,9 @@ body {
1381
1378
  .transform {
1382
1379
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1383
1380
  }
1381
+ .transform-gpu {
1382
+ transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1383
+ }
1384
1384
  @keyframes pulse {
1385
1385
  50% {
1386
1386
  opacity: .5;
@@ -1570,11 +1570,6 @@ body {
1570
1570
  margin-right: calc(1rem * var(--tw-space-x-reverse));
1571
1571
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1572
1572
  }
1573
- .space-y-0 > :not([hidden]) ~ :not([hidden]) {
1574
- --tw-space-y-reverse: 0;
1575
- margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
1576
- margin-bottom: calc(0px * var(--tw-space-y-reverse));
1577
- }
1578
1573
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1579
1574
  --tw-space-y-reverse: 0;
1580
1575
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1720,6 +1715,10 @@ body {
1720
1715
  border-bottom-right-radius: 0.75rem;
1721
1716
  border-bottom-left-radius: 0.75rem;
1722
1717
  }
1718
+ .rounded-l-3xl {
1719
+ border-top-left-radius: 1.5rem;
1720
+ border-bottom-left-radius: 1.5rem;
1721
+ }
1723
1722
  .rounded-l-lg {
1724
1723
  border-top-left-radius: var(--radius);
1725
1724
  border-bottom-left-radius: var(--radius);
@@ -1728,6 +1727,10 @@ body {
1728
1727
  border-top-left-radius: calc(var(--radius) - 2px);
1729
1728
  border-bottom-left-radius: calc(var(--radius) - 2px);
1730
1729
  }
1730
+ .rounded-r-3xl {
1731
+ border-top-right-radius: 1.5rem;
1732
+ border-bottom-right-radius: 1.5rem;
1733
+ }
1731
1734
  .rounded-r-lg {
1732
1735
  border-top-right-radius: var(--radius);
1733
1736
  border-bottom-right-radius: var(--radius);
@@ -1756,9 +1759,6 @@ body {
1756
1759
  border-top-left-radius: 0.75rem;
1757
1760
  border-top-right-radius: 0.75rem;
1758
1761
  }
1759
- .rounded-bl-3xl {
1760
- border-bottom-left-radius: 1.5rem;
1761
- }
1762
1762
  .rounded-tl-sm {
1763
1763
  border-top-left-radius: calc(var(--radius) - 4px);
1764
1764
  }
@@ -1823,9 +1823,6 @@ body {
1823
1823
  .border-border\/20 {
1824
1824
  border-color: hsl(var(--border) / 0.2);
1825
1825
  }
1826
- .border-border\/40 {
1827
- border-color: hsl(var(--border) / 0.4);
1828
- }
1829
1826
  .border-border\/50 {
1830
1827
  border-color: hsl(var(--border) / 0.5);
1831
1828
  }
@@ -1913,10 +1910,6 @@ body {
1913
1910
  --tw-border-opacity: 1;
1914
1911
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
1915
1912
  }
1916
- .border-yellow-300 {
1917
- --tw-border-opacity: 1;
1918
- border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
1919
- }
1920
1913
  .border-zinc-300 {
1921
1914
  --tw-border-opacity: 1;
1922
1915
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
@@ -1949,12 +1942,12 @@ body {
1949
1942
  .bg-background\/50 {
1950
1943
  background-color: hsl(var(--background) / 0.5);
1951
1944
  }
1945
+ .bg-background\/70 {
1946
+ background-color: hsl(var(--background) / 0.7);
1947
+ }
1952
1948
  .bg-background\/80 {
1953
1949
  background-color: hsl(var(--background) / 0.8);
1954
1950
  }
1955
- .bg-background\/95 {
1956
- background-color: hsl(var(--background) / 0.95);
1957
- }
1958
1951
  .bg-black\/40 {
1959
1952
  background-color: rgb(0 0 0 / 0.4);
1960
1953
  }
@@ -2222,21 +2215,11 @@ body {
2222
2215
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
2223
2216
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2224
2217
  }
2225
- .from-primary\/5 {
2226
- --tw-gradient-from: hsl(var(--primary) / 0.05) var(--tw-gradient-from-position);
2227
- --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
2228
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2229
- }
2230
2218
  .from-ring\/20 {
2231
2219
  --tw-gradient-from: hsl(var(--ring) / 0.2) var(--tw-gradient-from-position);
2232
2220
  --tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);
2233
2221
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2234
2222
  }
2235
- .from-slate-50 {
2236
- --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
2237
- --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
2238
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2239
- }
2240
2223
  .via-ring\/10 {
2241
2224
  --tw-gradient-to: hsl(var(--ring) / 0) var(--tw-gradient-to-position);
2242
2225
  --tw-gradient-stops:
@@ -2247,27 +2230,24 @@ body {
2247
2230
  .to-muted {
2248
2231
  --tw-gradient-to: hsl(var(--muted)) var(--tw-gradient-to-position);
2249
2232
  }
2250
- .to-muted\/20 {
2251
- --tw-gradient-to: hsl(var(--muted) / 0.2) var(--tw-gradient-to-position);
2252
- }
2253
2233
  .to-primary\/70 {
2254
2234
  --tw-gradient-to: hsl(var(--primary) / 0.7) var(--tw-gradient-to-position);
2255
2235
  }
2256
2236
  .to-ring\/20 {
2257
2237
  --tw-gradient-to: hsl(var(--ring) / 0.2) var(--tw-gradient-to-position);
2258
2238
  }
2259
- .to-slate-100 {
2260
- --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
2261
- }
2262
- .to-transparent {
2263
- --tw-gradient-to: transparent var(--tw-gradient-to-position);
2264
- }
2265
2239
  .fill-current {
2266
2240
  fill: currentColor;
2267
2241
  }
2268
2242
  .fill-muted-foreground {
2269
2243
  fill: hsl(var(--muted-foreground));
2270
2244
  }
2245
+ .fill-popover {
2246
+ fill: hsl(var(--popover));
2247
+ }
2248
+ .stroke-\[rgba\(0\,0\,0\,0\.06\)\] {
2249
+ stroke: rgba(0, 0, 0, 0.06);
2250
+ }
2271
2251
  .object-cover {
2272
2252
  -o-object-fit: cover;
2273
2253
  object-fit: cover;
@@ -2461,9 +2441,6 @@ body {
2461
2441
  .pt-4 {
2462
2442
  padding-top: 1rem;
2463
2443
  }
2464
- .pt-6 {
2465
- padding-top: 1.5rem;
2466
- }
2467
2444
  .text-left {
2468
2445
  text-align: left;
2469
2446
  }
@@ -2812,14 +2789,6 @@ body {
2812
2789
  --tw-text-opacity: 1;
2813
2790
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
2814
2791
  }
2815
- .text-yellow-800 {
2816
- --tw-text-opacity: 1;
2817
- color: rgb(133 77 14 / var(--tw-text-opacity, 1));
2818
- }
2819
- .text-yellow-900 {
2820
- --tw-text-opacity: 1;
2821
- color: rgb(113 63 18 / var(--tw-text-opacity, 1));
2822
- }
2823
2792
  .text-zinc-100 {
2824
2793
  --tw-text-opacity: 1;
2825
2794
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
@@ -3208,6 +3177,9 @@ body {
3208
3177
  .zoom-in-95 {
3209
3178
  --tw-enter-scale: .95;
3210
3179
  }
3180
+ .slide-in-from-left-2 {
3181
+ --tw-enter-translate-x: -0.5rem;
3182
+ }
3211
3183
  .slide-in-from-top-2 {
3212
3184
  --tw-enter-translate-y: -0.5rem;
3213
3185
  }
@@ -4186,6 +4158,34 @@ body {
4186
4158
  .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right] {
4187
4159
  width: 75%;
4188
4160
  }
4161
+ .data-\[side\=bottom\]\:origin-top[data-side=bottom] {
4162
+ transform-origin: top;
4163
+ }
4164
+ .data-\[side\=left\]\:origin-right[data-side=left] {
4165
+ transform-origin: right;
4166
+ }
4167
+ .data-\[side\=right\]\:origin-left[data-side=right] {
4168
+ transform-origin: left;
4169
+ }
4170
+ .data-\[side\=top\]\:origin-bottom[data-side=top] {
4171
+ transform-origin: bottom;
4172
+ }
4173
+ .data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
4174
+ --tw-translate-y: 0.25rem;
4175
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4176
+ }
4177
+ .data-\[side\=left\]\:-translate-x-1[data-side=left] {
4178
+ --tw-translate-x: -0.25rem;
4179
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4180
+ }
4181
+ .data-\[side\=right\]\:translate-x-1[data-side=right] {
4182
+ --tw-translate-x: 0.25rem;
4183
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4184
+ }
4185
+ .data-\[side\=top\]\:-translate-y-1[data-side=top] {
4186
+ --tw-translate-y: -0.25rem;
4187
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4188
+ }
4189
4189
  .data-\[state\=checked\]\:translate-x-7[data-state=checked] {
4190
4190
  --tw-translate-x: 1.75rem;
4191
4191
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -4194,6 +4194,21 @@ body {
4194
4194
  --tw-translate-x: 0px;
4195
4195
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4196
4196
  }
4197
+ .data-\[state\=active\]\:scale-105[data-state=active] {
4198
+ --tw-scale-x: 1.05;
4199
+ --tw-scale-y: 1.05;
4200
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4201
+ }
4202
+ .data-\[state\=closed\]\:scale-95[data-state=closed] {
4203
+ --tw-scale-x: .95;
4204
+ --tw-scale-y: .95;
4205
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4206
+ }
4207
+ .data-\[state\=open\]\:scale-100[data-state=open] {
4208
+ --tw-scale-x: 1;
4209
+ --tw-scale-y: 1;
4210
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
4211
+ }
4197
4212
  @keyframes collapsible-up {
4198
4213
  from {
4199
4214
  height: var(--radix-collapsible-content-height);
@@ -4379,6 +4394,22 @@ body {
4379
4394
  var(--tw-ring-shadow, 0 0 #0000),
4380
4395
  var(--tw-shadow);
4381
4396
  }
4397
+ .data-\[state\=closed\]\:shadow-lg[data-state=closed] {
4398
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
4399
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
4400
+ box-shadow:
4401
+ var(--tw-ring-offset-shadow, 0 0 #0000),
4402
+ var(--tw-ring-shadow, 0 0 #0000),
4403
+ var(--tw-shadow);
4404
+ }
4405
+ .data-\[state\=open\]\:shadow-2xl[data-state=open] {
4406
+ --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
4407
+ --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
4408
+ box-shadow:
4409
+ var(--tw-ring-offset-shadow, 0 0 #0000),
4410
+ var(--tw-ring-shadow, 0 0 #0000),
4411
+ var(--tw-shadow);
4412
+ }
4382
4413
  .data-\[state\=checked\]\:shadow-primary\/30[data-state=checked] {
4383
4414
  --tw-shadow-color: hsl(var(--primary) / 0.3);
4384
4415
  --tw-shadow: var(--tw-shadow-colored);
@@ -4736,10 +4767,37 @@ body {
4736
4767
  .peer[data-variant=inset] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
4737
4768
  min-height: calc(100svh - 1rem);
4738
4769
  }
4770
+ @media (prefers-reduced-motion: no-preference) {
4771
+ .motion-safe\:transition-all {
4772
+ transition-property: all;
4773
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
4774
+ transition-duration: 150ms;
4775
+ }
4776
+ .motion-safe\:transition-transform {
4777
+ transition-property: transform;
4778
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
4779
+ transition-duration: 150ms;
4780
+ }
4781
+ .motion-safe\:duration-200 {
4782
+ transition-duration: 200ms;
4783
+ }
4784
+ .motion-safe\:ease-out {
4785
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
4786
+ }
4787
+ .motion-safe\:duration-200 {
4788
+ animation-duration: 200ms;
4789
+ }
4790
+ .motion-safe\:ease-out {
4791
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
4792
+ }
4793
+ }
4739
4794
  @media (prefers-reduced-motion: reduce) {
4740
4795
  .motion-reduce\:transform-none {
4741
4796
  transform: none;
4742
4797
  }
4798
+ .motion-reduce\:transition-none {
4799
+ transition-property: none;
4800
+ }
4743
4801
  }
4744
4802
  .dark\:border-gray-700:is(.dark *) {
4745
4803
  --tw-border-opacity: 1;
@@ -4834,13 +4892,8 @@ body {
4834
4892
  --tw-bg-opacity: 1;
4835
4893
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
4836
4894
  }
4837
- .dark\:from-slate-900:is(.dark *) {
4838
- --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
4839
- --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
4840
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
4841
- }
4842
- .dark\:to-slate-800:is(.dark *) {
4843
- --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
4895
+ .dark\:stroke-\[rgba\(255\,255\,255\,0\.06\)\]:is(.dark *) {
4896
+ stroke: rgba(255, 255, 255, 0.06);
4844
4897
  }
4845
4898
  .dark\:text-black:is(.dark *) {
4846
4899
  --tw-text-opacity: 1;
@@ -5103,9 +5156,6 @@ body {
5103
5156
  .sm\:p-3 {
5104
5157
  padding: 0.75rem;
5105
5158
  }
5106
- .sm\:p-6 {
5107
- padding: 1.5rem;
5108
- }
5109
5159
  .sm\:px-3 {
5110
5160
  padding-left: 0.75rem;
5111
5161
  padding-right: 0.75rem;
@@ -5196,6 +5246,9 @@ body {
5196
5246
  .md\:grid-cols-3 {
5197
5247
  grid-template-columns: repeat(3, minmax(0, 1fr));
5198
5248
  }
5249
+ .md\:grid-cols-4 {
5250
+ grid-template-columns: repeat(4, minmax(0, 1fr));
5251
+ }
5199
5252
  .md\:grid-cols-5 {
5200
5253
  grid-template-columns: repeat(5, minmax(0, 1fr));
5201
5254
  }
@@ -5205,9 +5258,6 @@ body {
5205
5258
  .md\:gap-1\.5 {
5206
5259
  gap: 0.375rem;
5207
5260
  }
5208
- .md\:gap-6 {
5209
- gap: 1.5rem;
5210
- }
5211
5261
  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
5212
5262
  --tw-space-x-reverse: 0;
5213
5263
  margin-right: calc(11rem * var(--tw-space-x-reverse));
@@ -5281,9 +5331,6 @@ body {
5281
5331
  }
5282
5332
  }
5283
5333
  @media (min-width: 1024px) {
5284
- .lg\:col-span-2 {
5285
- grid-column: span 2 / span 2;
5286
- }
5287
5334
  .lg\:w-\[500px\] {
5288
5335
  width: 500px;
5289
5336
  }
@@ -5293,24 +5340,12 @@ body {
5293
5340
  .lg\:basis-1\/3 {
5294
5341
  flex-basis: 33.333333%;
5295
5342
  }
5296
- .lg\:grid-cols-2 {
5297
- grid-template-columns: repeat(2, minmax(0, 1fr));
5298
- }
5299
5343
  .lg\:grid-cols-3 {
5300
5344
  grid-template-columns: repeat(3, minmax(0, 1fr));
5301
5345
  }
5302
- .lg\:grid-cols-4 {
5303
- grid-template-columns: repeat(4, minmax(0, 1fr));
5304
- }
5305
5346
  .lg\:grid-cols-\[\.75fr_1fr\] {
5306
5347
  grid-template-columns: .75fr 1fr;
5307
5348
  }
5308
- .lg\:gap-8 {
5309
- gap: 2rem;
5310
- }
5311
- .lg\:p-8 {
5312
- padding: 2rem;
5313
- }
5314
5349
  .lg\:px-8 {
5315
5350
  padding-left: 2rem;
5316
5351
  padding-right: 2rem;
package/dist/index.d.mts CHANGED
@@ -485,15 +485,14 @@ declare const AvatarFallbackBase: React$1.ForwardRefExoticComponent<Omit<AvatarP
485
485
  declare const badgeVariants: (props?: ({
486
486
  size?: "sm" | "lg" | "md" | null | undefined;
487
487
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
488
- type ColorType = "green" | "gray" | "red" | "yellow" | "blue" | "purple";
488
+ type BadgeColorType = "green" | "gray" | "red" | "yellow" | "blue" | "purple";
489
489
  interface BadgeBaseProps extends React$1.ComponentProps<"span">, VariantProps<typeof badgeVariants> {
490
490
  asChild?: boolean;
491
- color?: ColorType;
491
+ color?: BadgeColorType;
492
492
  size?: "sm" | "md" | "lg";
493
- /** status: usado em alguns lugares para indicar um badge-posicionado (ex: Avatar). Valor livre/legacy */
494
493
  status?: string;
495
494
  }
496
- declare function BadgeBase({ className, color, size, asChild, children, style, ...props }: BadgeBaseProps): react_jsx_runtime.JSX.Element;
495
+ declare function Badge({ className, color, size, asChild, children, style, ...props }: BadgeBaseProps): react_jsx_runtime.JSX.Element;
497
496
 
498
497
  type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
499
498
  declare function CalendarBase({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
@@ -703,21 +702,9 @@ declare const CollapsibleTriggerBase: React$1.ForwardRefExoticComponent<Omit<Col
703
702
  } & React$1.RefAttributes<HTMLButtonElement>>;
704
703
  declare const CollapsibleContentBase: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
705
704
 
706
- interface DebouncedInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value">, ErrorMessageProps {
707
- value: string;
708
- onChange: (value: string) => void;
709
- debounce?: number;
710
- label?: string;
711
- labelClassname?: string;
712
- leftIcon?: React.ReactNode;
713
- rightIcon?: React.ReactNode;
714
- showLoadingIndicator?: boolean;
715
- error?: string | undefined;
716
- }
717
-
718
705
  declare function HoverCardBase(props: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
719
706
  declare function HoverCardTriggerBase(props: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
720
- declare function HoverCardContentBase({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
707
+ declare const HoverCardContentBase: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
721
708
 
722
709
  declare function InputOTPBase({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
723
710
  containerClassName?: string;
@@ -822,7 +809,7 @@ type CarouselProps = {
822
809
  declare function CarouselBase({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime.JSX.Element;
823
810
  declare function CarouselContentBase({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
824
811
  declare function CarouselItemBase({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
825
- declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof ButtonBase>): react_jsx_runtime.JSX.Element;
812
+ declare function CarouselPreviousBase({ className, variant, size, ...props }: React$1.ComponentProps<typeof ButtonBase>): react_jsx_runtime.JSX.Element;
826
813
  declare function CarouselNextBase({ className, variant, size, ...props }: React$1.ComponentProps<typeof ButtonBase>): react_jsx_runtime.JSX.Element;
827
814
 
828
815
  declare const ScrollAreaBase: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
@@ -841,8 +828,14 @@ declare const TableCaptionBase: React$1.ForwardRefExoticComponent<React$1.HTMLAt
841
828
 
842
829
  declare const TabsBase: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
843
830
  declare const TabsListBase: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
844
- declare const TabsTriggerBase: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
845
- declare const TabsContentBase: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
831
+ type TabsTriggerAnimation = "default" | "none" | "scale" | "underline" | string;
832
+ declare const TabsTriggerBase: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & {
833
+ animation?: TabsTriggerAnimation;
834
+ } & React$1.RefAttributes<HTMLButtonElement>>;
835
+ type TabsContentAnimation = "default" | "fade" | "slide" | "none" | string;
836
+ declare const TabsContentBase: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
837
+ animation?: TabsContentAnimation;
838
+ } & React$1.RefAttributes<HTMLDivElement>>;
846
839
 
847
840
  declare function BreadcrumbBase({ ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
848
841
  declare function BreadcrumbListBase({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
@@ -1268,6 +1261,18 @@ interface StatusProps extends React$1.HTMLAttributes<HTMLDivElement> {
1268
1261
  }
1269
1262
  declare function StatusIndicator({ color, size, position, show, children, className, ...props }: StatusProps): react_jsx_runtime.JSX.Element;
1270
1263
 
1264
+ interface DebouncedInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value">, ErrorMessageProps {
1265
+ value: string;
1266
+ onChange: (value: string) => void;
1267
+ debounce?: number;
1268
+ label?: string;
1269
+ labelClassname?: string;
1270
+ leftIcon?: React.ReactNode;
1271
+ rightIcon?: React.ReactNode;
1272
+ showLoadingIndicator?: boolean;
1273
+ error?: string | undefined;
1274
+ }
1275
+
1271
1276
  declare function useIsMobile(): boolean;
1272
1277
 
1273
1278
  interface Position {
@@ -1287,4 +1292,4 @@ declare const useDrag: (options?: UseDragOptions) => {
1287
1292
  isDragging: boolean;
1288
1293
  };
1289
1294
 
1290
- export { AddButton, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BackButton, BadgeBase, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPrevious, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, type ColorType, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, type DebouncedInputProps, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, EditButton, ErrorMessage, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getArrowByType, getDateByType, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, toast, useChartHighlights, useDrag, useIsMobile, useTheme, type valueFormatter };
1295
+ export { AddButton, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, CheckButton, CheckboxBase, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, type DebouncedInputProps, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, EditButton, ErrorMessage, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, ViewButton, VisibilityButton, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getArrowByType, getDateByType, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, toast, useChartHighlights, useDrag, useIsMobile, useTheme, type valueFormatter };