@mvn-ui/react 0.1.2 → 0.1.3
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 +27 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +16 -6
- package/dist/index.d.ts +16 -6
- package/dist/index.js +206 -110
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +206 -110
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1426,9 +1426,15 @@ body {
|
|
|
1426
1426
|
.overflow-y-auto {
|
|
1427
1427
|
overflow-y: auto;
|
|
1428
1428
|
}
|
|
1429
|
+
.\!overflow-x-hidden {
|
|
1430
|
+
overflow-x: hidden !important;
|
|
1431
|
+
}
|
|
1429
1432
|
.overflow-x-hidden {
|
|
1430
1433
|
overflow-x: hidden;
|
|
1431
1434
|
}
|
|
1435
|
+
.\!overflow-y-hidden {
|
|
1436
|
+
overflow-y: hidden !important;
|
|
1437
|
+
}
|
|
1432
1438
|
.truncate {
|
|
1433
1439
|
overflow: hidden;
|
|
1434
1440
|
text-overflow: ellipsis;
|
|
@@ -2058,6 +2064,9 @@ body {
|
|
|
2058
2064
|
.text-primary {
|
|
2059
2065
|
color: var(--primary);
|
|
2060
2066
|
}
|
|
2067
|
+
.text-primary-50 {
|
|
2068
|
+
color: var(--primary-50);
|
|
2069
|
+
}
|
|
2061
2070
|
.text-primary-foreground {
|
|
2062
2071
|
color: var(--primary-foreground);
|
|
2063
2072
|
}
|
|
@@ -2525,6 +2534,9 @@ body {
|
|
|
2525
2534
|
.hover\:bg-muted:hover {
|
|
2526
2535
|
background-color: var(--muted);
|
|
2527
2536
|
}
|
|
2537
|
+
.hover\:bg-muted-foreground:hover {
|
|
2538
|
+
background-color: var(--muted-foreground);
|
|
2539
|
+
}
|
|
2528
2540
|
.hover\:bg-mvn-blue-600:hover {
|
|
2529
2541
|
background-color: var(--blue-600);
|
|
2530
2542
|
}
|
|
@@ -2810,9 +2822,6 @@ body {
|
|
|
2810
2822
|
.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical] {
|
|
2811
2823
|
width: 100%;
|
|
2812
2824
|
}
|
|
2813
|
-
.data-\[orientation\=horizontal\]\:flex-1[data-orientation=horizontal] {
|
|
2814
|
-
flex: 1 1 0%;
|
|
2815
|
-
}
|
|
2816
2825
|
.data-\[orientation\=vertical\]\:shrink-0[data-orientation=vertical] {
|
|
2817
2826
|
flex-shrink: 0;
|
|
2818
2827
|
}
|
|
@@ -2903,9 +2912,6 @@ body {
|
|
|
2903
2912
|
border-top-left-radius: 8px;
|
|
2904
2913
|
border-top-right-radius: 8px;
|
|
2905
2914
|
}
|
|
2906
|
-
.data-\[orientation\=horizontal\]\:border-b[data-orientation=horizontal] {
|
|
2907
|
-
border-bottom-width: 1px;
|
|
2908
|
-
}
|
|
2909
2915
|
.data-\[orientation\=horizontal\]\:border-b-2[data-orientation=horizontal] {
|
|
2910
2916
|
border-bottom-width: 2px;
|
|
2911
2917
|
}
|
|
@@ -2915,7 +2921,9 @@ body {
|
|
|
2915
2921
|
.data-\[orientation\=vertical\]\:border-r[data-orientation=vertical] {
|
|
2916
2922
|
border-right-width: 1px;
|
|
2917
2923
|
}
|
|
2918
|
-
.data-\[orientation\=horizontal\]\:border-
|
|
2924
|
+
.data-\[orientation\=horizontal\]\:border-transparent[data-orientation=horizontal] {
|
|
2925
|
+
border-color: transparent;
|
|
2926
|
+
}
|
|
2919
2927
|
.data-\[orientation\=vertical\]\:border-border[data-orientation=vertical] {
|
|
2920
2928
|
border-color: var(--border);
|
|
2921
2929
|
}
|
|
@@ -3216,6 +3224,12 @@ body {
|
|
|
3216
3224
|
.group[data-state=open] .group-data-\[state\=open\]\:rotate-180 {
|
|
3217
3225
|
--tw-rotate:180deg;
|
|
3218
3226
|
}
|
|
3227
|
+
.group[data-state=checked] .group-data-\[state\=checked\]\:opacity-0 {
|
|
3228
|
+
opacity: 0;
|
|
3229
|
+
}
|
|
3230
|
+
.group[data-state=checked] .group-data-\[state\=checked\]\:opacity-100 {
|
|
3231
|
+
opacity: 1;
|
|
3232
|
+
}
|
|
3219
3233
|
.group\/day[data-focused=true] .group-data-\[focused\=true\]\/day\:ring-2 {
|
|
3220
3234
|
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3221
3235
|
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -3290,6 +3304,9 @@ body {
|
|
|
3290
3304
|
.dark\:bg-green-950\/30:is(.dark *) {
|
|
3291
3305
|
background-color: rgba(5, 46, 22, .3);
|
|
3292
3306
|
}
|
|
3307
|
+
.dark\:bg-primary-50:is(.dark *) {
|
|
3308
|
+
background-color: var(--primary-50);
|
|
3309
|
+
}
|
|
3293
3310
|
.dark\:bg-yellow-900\/20:is(.dark *) {
|
|
3294
3311
|
background-color: rgba(113, 63, 18, .2);
|
|
3295
3312
|
}
|
|
@@ -3311,6 +3328,9 @@ body {
|
|
|
3311
3328
|
.dark\:text-mvn-blue-400:is(.dark *) {
|
|
3312
3329
|
color: var(--blue-400);
|
|
3313
3330
|
}
|
|
3331
|
+
.dark\:text-mvn-gray-900:is(.dark *) {
|
|
3332
|
+
color: var(--gray-900);
|
|
3333
|
+
}
|
|
3314
3334
|
.dark\:text-yellow-100:is(.dark *) {
|
|
3315
3335
|
--tw-text-opacity:1;
|
|
3316
3336
|
color: rgb(254 249 195/var(--tw-text-opacity,1));
|