@mvn-ui/react 0.1.4 → 0.1.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.
package/dist/index.css CHANGED
@@ -558,6 +558,12 @@ body {
558
558
  .-right-0 {
559
559
  right: 0;
560
560
  }
561
+ .-right-2 {
562
+ right: -.5rem;
563
+ }
564
+ .-top-1 {
565
+ top: -.25rem;
566
+ }
561
567
  .bottom-0 {
562
568
  bottom: 0;
563
569
  }
@@ -685,6 +691,9 @@ body {
685
691
  margin-top: .5rem;
686
692
  margin-bottom: .5rem;
687
693
  }
694
+ .-ml-2 {
695
+ margin-left: -.5rem;
696
+ }
688
697
  .-ml-4 {
689
698
  margin-left: -1rem;
690
699
  }
@@ -833,9 +842,15 @@ body {
833
842
  .h-10 {
834
843
  height: 2.5rem;
835
844
  }
845
+ .h-11 {
846
+ height: 2.75rem;
847
+ }
836
848
  .h-12 {
837
849
  height: 3rem;
838
850
  }
851
+ .h-14 {
852
+ height: 3.5rem;
853
+ }
839
854
  .h-16 {
840
855
  height: 4rem;
841
856
  }
@@ -929,6 +944,12 @@ body {
929
944
  .min-h-\[400px\] {
930
945
  min-height: 400px;
931
946
  }
947
+ .min-h-\[44px\] {
948
+ min-height: 44px;
949
+ }
950
+ .min-h-\[48px\] {
951
+ min-height: 48px;
952
+ }
932
953
  .min-h-\[60px\] {
933
954
  min-height: 60px;
934
955
  }
@@ -1031,6 +1052,12 @@ body {
1031
1052
  .w-\[250px\] {
1032
1053
  width: 250px;
1033
1054
  }
1055
+ .w-\[280px\] {
1056
+ width: 280px;
1057
+ }
1058
+ .w-\[52px\] {
1059
+ width: 52px;
1060
+ }
1034
1061
  .w-\[var\(--radix-popover-trigger-width\)\] {
1035
1062
  width: var(--radix-popover-trigger-width);
1036
1063
  }
@@ -1078,15 +1105,27 @@ body {
1078
1105
  .min-w-\[12rem\] {
1079
1106
  min-width: 12rem;
1080
1107
  }
1108
+ .min-w-\[18px\] {
1109
+ min-width: 18px;
1110
+ }
1081
1111
  .min-w-\[240px\] {
1082
1112
  min-width: 240px;
1083
1113
  }
1114
+ .min-w-\[44px\] {
1115
+ min-width: 44px;
1116
+ }
1117
+ .min-w-\[64px\] {
1118
+ min-width: 64px;
1119
+ }
1084
1120
  .min-w-\[8rem\] {
1085
1121
  min-width: 8rem;
1086
1122
  }
1087
1123
  .min-w-\[var\(--radix-select-trigger-width\)\] {
1088
1124
  min-width: var(--radix-select-trigger-width);
1089
1125
  }
1126
+ .max-w-\[80vw\] {
1127
+ max-width: 80vw;
1128
+ }
1090
1129
  .max-w-full {
1091
1130
  max-width: 100%;
1092
1131
  }
@@ -1222,9 +1261,6 @@ body {
1222
1261
  .animate-spin {
1223
1262
  animation: spin 1s linear infinite;
1224
1263
  }
1225
- .cursor-col-resize {
1226
- cursor: col-resize;
1227
- }
1228
1264
  .cursor-default {
1229
1265
  cursor: default;
1230
1266
  }
@@ -1234,6 +1270,9 @@ body {
1234
1270
  .cursor-pointer {
1235
1271
  cursor: pointer;
1236
1272
  }
1273
+ .cursor-w-resize {
1274
+ cursor: w-resize;
1275
+ }
1237
1276
  .touch-none {
1238
1277
  touch-action: none;
1239
1278
  }
@@ -1320,6 +1359,9 @@ body {
1320
1359
  .justify-between {
1321
1360
  justify-content: space-between;
1322
1361
  }
1362
+ .justify-around {
1363
+ justify-content: space-around;
1364
+ }
1323
1365
  .justify-items-start {
1324
1366
  justify-items: start;
1325
1367
  }
@@ -1863,6 +1905,9 @@ body {
1863
1905
  .pb-8 {
1864
1906
  padding-bottom: 2rem;
1865
1907
  }
1908
+ .pb-\[var\(--mvn-safe-area-bottom\)\] {
1909
+ padding-bottom: var(--mvn-safe-area-bottom);
1910
+ }
1866
1911
  .pl-2\.5 {
1867
1912
  padding-left: .625rem;
1868
1913
  }
@@ -1905,6 +1950,9 @@ body {
1905
1950
  .pt-4 {
1906
1951
  padding-top: 1rem;
1907
1952
  }
1953
+ .pt-\[var\(--mvn-safe-area-top\)\] {
1954
+ padding-top: var(--mvn-safe-area-top);
1955
+ }
1908
1956
  .text-left {
1909
1957
  text-align: left;
1910
1958
  }
@@ -1958,6 +2006,12 @@ body {
1958
2006
  .text-\[0\.9375rem\] {
1959
2007
  font-size: .9375rem;
1960
2008
  }
2009
+ .text-\[10px\] {
2010
+ font-size: 10px;
2011
+ }
2012
+ .text-\[11px\] {
2013
+ font-size: 11px;
2014
+ }
1961
2015
  .text-\[16px\] {
1962
2016
  font-size: 16px;
1963
2017
  }
@@ -2219,6 +2273,9 @@ body {
2219
2273
  .ring-background {
2220
2274
  --tw-ring-color:var(--background);
2221
2275
  }
2276
+ .ring-primary {
2277
+ --tw-ring-color:var(--primary);
2278
+ }
2222
2279
  .ring-offset-background {
2223
2280
  --tw-ring-offset-color:var(--background);
2224
2281
  }
@@ -2280,6 +2337,11 @@ body {
2280
2337
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2281
2338
  transition-duration: .15s;
2282
2339
  }
2340
+ .transition-shadow {
2341
+ transition-property: box-shadow;
2342
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2343
+ transition-duration: .15s;
2344
+ }
2283
2345
  .transition-transform {
2284
2346
  transition-property: transform;
2285
2347
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
@@ -2445,22 +2507,6 @@ body {
2445
2507
  content: var(--tw-content);
2446
2508
  inset: 0;
2447
2509
  }
2448
- .before\:bottom-0:before {
2449
- content: var(--tw-content);
2450
- bottom: 0;
2451
- }
2452
- .before\:left-0:before {
2453
- content: var(--tw-content);
2454
- left: 0;
2455
- }
2456
- .before\:top-0:before {
2457
- content: var(--tw-content);
2458
- top: 0;
2459
- }
2460
- .before\:w-\[4px\]:before {
2461
- content: var(--tw-content);
2462
- width: 4px;
2463
- }
2464
2510
  .before\:-translate-x-full:before {
2465
2511
  content: var(--tw-content);
2466
2512
  --tw-translate-x:-100%;
@@ -2470,20 +2516,10 @@ body {
2470
2516
  content: var(--tw-content);
2471
2517
  animation: shimmer 2s infinite;
2472
2518
  }
2473
- .before\:bg-gradient-to-l:before {
2474
- content: var(--tw-content);
2475
- background-image: linear-gradient(to left, var(--tw-gradient-stops));
2476
- }
2477
2519
  .before\:bg-gradient-to-r:before {
2478
2520
  content: var(--tw-content);
2479
2521
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
2480
2522
  }
2481
- .before\:from-black\/10:before {
2482
- content: var(--tw-content);
2483
- --tw-gradient-from:rgba(0,0,0,.1) var(--tw-gradient-from-position);
2484
- --tw-gradient-to:transparent var(--tw-gradient-to-position);
2485
- --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
2486
- }
2487
2523
  .before\:from-transparent:before {
2488
2524
  content: var(--tw-content);
2489
2525
  --tw-gradient-from:transparent var(--tw-gradient-from-position);
@@ -2507,26 +2543,15 @@ body {
2507
2543
  content: var(--tw-content);
2508
2544
  inset: -.5rem;
2509
2545
  }
2510
- .after\:inset-y-0:after {
2511
- top: 0;
2512
- }
2513
- .after\:bottom-0:after,
2514
2546
  .after\:inset-y-0:after {
2515
2547
  content: var(--tw-content);
2548
+ top: 0;
2516
2549
  bottom: 0;
2517
2550
  }
2518
2551
  .after\:left-1\/2:after {
2519
2552
  content: var(--tw-content);
2520
2553
  left: 50%;
2521
2554
  }
2522
- .after\:right-0:after {
2523
- content: var(--tw-content);
2524
- right: 0;
2525
- }
2526
- .after\:top-0:after {
2527
- content: var(--tw-content);
2528
- top: 0;
2529
- }
2530
2555
  .after\:ml-0\.5:after {
2531
2556
  content: var(--tw-content);
2532
2557
  margin-left: .125rem;
@@ -2539,10 +2564,6 @@ body {
2539
2564
  content: var(--tw-content);
2540
2565
  width: 2px;
2541
2566
  }
2542
- .after\:w-\[4px\]:after {
2543
- content: var(--tw-content);
2544
- width: 4px;
2545
- }
2546
2567
  .after\:-translate-x-1\/2:after {
2547
2568
  content: var(--tw-content);
2548
2569
  --tw-translate-x:-50%;
@@ -2553,20 +2574,6 @@ body {
2553
2574
  --tw-bg-opacity:1;
2554
2575
  background-color: rgb(156 163 175/var(--tw-bg-opacity,1));
2555
2576
  }
2556
- .after\:bg-gradient-to-r:after {
2557
- content: var(--tw-content);
2558
- background-image: linear-gradient(to right, var(--tw-gradient-stops));
2559
- }
2560
- .after\:from-black\/10:after {
2561
- content: var(--tw-content);
2562
- --tw-gradient-from:rgba(0,0,0,.1) var(--tw-gradient-from-position);
2563
- --tw-gradient-to:transparent var(--tw-gradient-to-position);
2564
- --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
2565
- }
2566
- .after\:to-transparent:after {
2567
- content: var(--tw-content);
2568
- --tw-gradient-to:transparent var(--tw-gradient-to-position);
2569
- }
2570
2577
  .after\:text-destructive:after {
2571
2578
  content: var(--tw-content);
2572
2579
  color: var(--destructive);
@@ -2731,6 +2738,9 @@ body {
2731
2738
  .focus-visible\:bg-background:focus-visible {
2732
2739
  background-color: var(--background);
2733
2740
  }
2741
+ .focus-visible\:text-foreground:focus-visible {
2742
+ color: var(--foreground);
2743
+ }
2734
2744
  .focus-visible\:outline-none:focus-visible {
2735
2745
  outline: 2px solid transparent;
2736
2746
  outline-offset: 2px;
@@ -2791,9 +2801,6 @@ body {
2791
2801
  .active\:bg-mvn-gray-300:active {
2792
2802
  background-color: var(--gray-300);
2793
2803
  }
2794
- .active\:bg-primary:active {
2795
- background-color: var(--primary);
2796
- }
2797
2804
  .disabled\:pointer-events-none:disabled {
2798
2805
  pointer-events: none;
2799
2806
  }
@@ -2812,6 +2819,7 @@ body {
2812
2819
  .group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
2813
2820
  opacity: 1;
2814
2821
  }
2822
+ .group:hover .group-hover\:opacity-100,
2815
2823
  .group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
2816
2824
  opacity: 1;
2817
2825
  }
@@ -2924,10 +2932,20 @@ body {
2924
2932
  .data-\[side\=top\]\:-translate-y-1[data-side=top] {
2925
2933
  --tw-translate-y:-0.25rem;
2926
2934
  }
2935
+ .data-\[state\=checked\]\:translate-x-4[data-state=checked] {
2936
+ --tw-translate-x:1rem;
2937
+ }
2938
+ .data-\[state\=checked\]\:translate-x-4[data-state=checked],
2939
+ .data-\[state\=checked\]\:translate-x-5[data-state=checked] {
2940
+ 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));
2941
+ }
2927
2942
  .data-\[state\=checked\]\:translate-x-5[data-state=checked] {
2928
2943
  --tw-translate-x:1.25rem;
2929
2944
  }
2930
- .data-\[state\=checked\]\:translate-x-5[data-state=checked],
2945
+ .data-\[state\=checked\]\:translate-x-6[data-state=checked] {
2946
+ --tw-translate-x:1.5rem;
2947
+ }
2948
+ .data-\[state\=checked\]\:translate-x-6[data-state=checked],
2931
2949
  .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
2932
2950
  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));
2933
2951
  }
@@ -3481,6 +3499,9 @@ body {
3481
3499
  .md\:block {
3482
3500
  display: block;
3483
3501
  }
3502
+ .md\:hidden {
3503
+ display: none;
3504
+ }
3484
3505
  .md\:w-\[400px\] {
3485
3506
  width: 400px;
3486
3507
  }