@mlw-packages/react-components 1.10.19 → 1.10.20

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
@@ -1206,9 +1206,6 @@ body {
1206
1206
  .max-h-\[300px\] {
1207
1207
  max-height: 300px;
1208
1208
  }
1209
- .max-h-\[460px\] {
1210
- max-height: 460px;
1211
- }
1212
1209
  .max-h-\[95vh\] {
1213
1210
  max-height: 95vh;
1214
1211
  }
@@ -1218,6 +1215,9 @@ body {
1218
1215
  .max-h-\[calc\(100vh-200px\)\] {
1219
1216
  max-height: calc(100vh - 200px);
1220
1217
  }
1218
+ .max-h-\[calc\(85dvh-80px\)\] {
1219
+ max-height: calc(85dvh - 80px);
1220
+ }
1221
1221
  .max-h-\[var\(--radix-context-menu-content-available-height\)\] {
1222
1222
  max-height: var(--radix-context-menu-content-available-height);
1223
1223
  }
@@ -2210,6 +2210,10 @@ body {
2210
2210
  border-top-left-radius: 1rem;
2211
2211
  border-top-right-radius: 1rem;
2212
2212
  }
2213
+ .rounded-t-\[10px\] {
2214
+ border-top-left-radius: 10px;
2215
+ border-top-right-radius: 10px;
2216
+ }
2213
2217
  .rounded-t-lg {
2214
2218
  border-top-left-radius: var(--radius);
2215
2219
  border-top-right-radius: var(--radius);
@@ -2871,6 +2875,9 @@ body {
2871
2875
  .bg-muted-foreground\/20 {
2872
2876
  background-color: hsl(var(--muted-foreground) / 0.2);
2873
2877
  }
2878
+ .bg-muted-foreground\/30 {
2879
+ background-color: hsl(var(--muted-foreground) / 0.3);
2880
+ }
2874
2881
  .bg-muted\/10 {
2875
2882
  background-color: hsl(var(--muted) / 0.1);
2876
2883
  }
@@ -3127,6 +3134,9 @@ body {
3127
3134
  .bg-gradient-to-r {
3128
3135
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
3129
3136
  }
3137
+ .bg-gradient-to-t {
3138
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
3139
+ }
3130
3140
  .from-amber-400 {
3131
3141
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
3132
3142
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
@@ -3152,6 +3162,11 @@ body {
3152
3162
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
3153
3163
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3154
3164
  }
3165
+ .from-card {
3166
+ --tw-gradient-from: hsl(var(--card)) var(--tw-gradient-from-position);
3167
+ --tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);
3168
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3169
+ }
3155
3170
  .from-cyan-400 {
3156
3171
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
3157
3172
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
@@ -3433,6 +3448,9 @@ body {
3433
3448
  .to-teal-500 {
3434
3449
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
3435
3450
  }
3451
+ .to-transparent {
3452
+ --tw-gradient-to: transparent var(--tw-gradient-to-position);
3453
+ }
3436
3454
  .to-violet-600 {
3437
3455
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
3438
3456
  }
@@ -3758,8 +3776,8 @@ body {
3758
3776
  .pt-2 {
3759
3777
  padding-top: 0.5rem;
3760
3778
  }
3761
- .pt-2\.5 {
3762
- padding-top: 0.625rem;
3779
+ .pt-3 {
3780
+ padding-top: 0.75rem;
3763
3781
  }
3764
3782
  .pt-4 {
3765
3783
  padding-top: 1rem;
@@ -4839,6 +4857,12 @@ body {
4839
4857
  .ease-out {
4840
4858
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
4841
4859
  }
4860
+ .\!running {
4861
+ animation-play-state: running !important;
4862
+ }
4863
+ .running {
4864
+ animation-play-state: running;
4865
+ }
4842
4866
  .\[-ms-overflow-style\:none\] {
4843
4867
  -ms-overflow-style: none;
4844
4868
  }
@@ -8027,6 +8051,9 @@ body {
8027
8051
  .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-muted-foreground\/30::-webkit-scrollbar-thumb {
8028
8052
  background-color: hsl(var(--muted-foreground) / 0.3);
8029
8053
  }
8054
+ .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-primary\/20::-webkit-scrollbar-thumb {
8055
+ background-color: hsl(var(--primary) / 0.2);
8056
+ }
8030
8057
  .hover\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-muted-foreground\/40::-webkit-scrollbar-thumb:hover {
8031
8058
  background-color: hsl(var(--muted-foreground) / 0.4);
8032
8059
  }