@mlw-packages/react-components 1.7.27 → 1.7.28

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
@@ -772,6 +772,9 @@ body {
772
772
  .mr-5 {
773
773
  margin-right: 1.25rem;
774
774
  }
775
+ .mr-8 {
776
+ margin-right: 2rem;
777
+ }
775
778
  .ms-6 {
776
779
  margin-inline-start: 1.5rem;
777
780
  }
@@ -985,6 +988,9 @@ body {
985
988
  .h-\[34px\] {
986
989
  height: 34px;
987
990
  }
991
+ .h-\[50vh\] {
992
+ height: 50vh;
993
+ }
988
994
  .h-\[calc\(var\(--week-cells-height\)\/4\)\] {
989
995
  height: calc(var(--week-cells-height) / 4);
990
996
  }
@@ -1045,6 +1051,9 @@ body {
1045
1051
  .max-h-\[90dvh\] {
1046
1052
  max-height: 90dvh;
1047
1053
  }
1054
+ .max-h-\[90vh\] {
1055
+ max-height: 90vh;
1056
+ }
1048
1057
  .max-h-\[var\(--radix-context-menu-content-available-height\)\] {
1049
1058
  max-height: var(--radix-context-menu-content-available-height);
1050
1059
  }
@@ -1290,9 +1299,6 @@ body {
1290
1299
  .min-w-\[200px\] {
1291
1300
  min-width: 200px;
1292
1301
  }
1293
- .min-w-\[250px\] {
1294
- min-width: 250px;
1295
- }
1296
1302
  .min-w-\[2rem\] {
1297
1303
  min-width: 2rem;
1298
1304
  }
@@ -1369,6 +1375,9 @@ body {
1369
1375
  .max-w-\[calc\(100vw-16px\)\] {
1370
1376
  max-width: calc(100vw - 16px);
1371
1377
  }
1378
+ .max-w-\[min\(95vw\,450px\)\] {
1379
+ max-width: min(95vw, 450px);
1380
+ }
1372
1381
  .max-w-full {
1373
1382
  max-width: 100%;
1374
1383
  }
@@ -1944,10 +1953,6 @@ body {
1944
1953
  border-top-width: 1px;
1945
1954
  border-bottom-width: 1px;
1946
1955
  }
1947
- .border-y-2 {
1948
- border-top-width: 2px;
1949
- border-bottom-width: 2px;
1950
- }
1951
1956
  .border-b {
1952
1957
  border-bottom-width: 1px;
1953
1958
  }
@@ -2132,6 +2137,9 @@ body {
2132
2137
  --tw-border-opacity: 1;
2133
2138
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
2134
2139
  }
2140
+ .border-b-transparent {
2141
+ border-bottom-color: transparent;
2142
+ }
2135
2143
  .border-l-transparent {
2136
2144
  border-left-color: transparent;
2137
2145
  }
@@ -2389,6 +2397,9 @@ body {
2389
2397
  .bg-primary\/20 {
2390
2398
  background-color: hsl(var(--primary) / 0.2);
2391
2399
  }
2400
+ .bg-primary\/5 {
2401
+ background-color: hsl(var(--primary) / 0.05);
2402
+ }
2392
2403
  .bg-purple-100 {
2393
2404
  --tw-bg-opacity: 1;
2394
2405
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
@@ -2668,6 +2679,10 @@ body {
2668
2679
  padding-left: 1.5rem;
2669
2680
  padding-right: 1.5rem;
2670
2681
  }
2682
+ .px-8 {
2683
+ padding-left: 2rem;
2684
+ padding-right: 2rem;
2685
+ }
2671
2686
  .px-96 {
2672
2687
  padding-left: 24rem;
2673
2688
  padding-right: 24rem;
@@ -2772,9 +2787,6 @@ body {
2772
2787
  .pr-2\.5 {
2773
2788
  padding-right: 0.625rem;
2774
2789
  }
2775
- .pr-3 {
2776
- padding-right: 0.75rem;
2777
- }
2778
2790
  .pr-4 {
2779
2791
  padding-right: 1rem;
2780
2792
  }
@@ -3025,6 +3037,9 @@ body {
3025
3037
  .text-foreground {
3026
3038
  color: hsl(var(--foreground));
3027
3039
  }
3040
+ .text-foreground\/90 {
3041
+ color: hsl(var(--foreground) / 0.9);
3042
+ }
3028
3043
  .text-gray-400 {
3029
3044
  --tw-text-opacity: 1;
3030
3045
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
@@ -4049,8 +4064,8 @@ body {
4049
4064
  .hover\:bg-background:hover {
4050
4065
  background-color: hsl(var(--background));
4051
4066
  }
4052
- .hover\:bg-background\/50:hover {
4053
- background-color: hsl(var(--background) / 0.5);
4067
+ .hover\:bg-background\/20:hover {
4068
+ background-color: hsl(var(--background) / 0.2);
4054
4069
  }
4055
4070
  .hover\:bg-blue-600:hover {
4056
4071
  --tw-bg-opacity: 1;
@@ -4207,6 +4222,9 @@ body {
4207
4222
  .hover\:text-primary:hover {
4208
4223
  color: hsl(var(--primary));
4209
4224
  }
4225
+ .hover\:text-primary\/90:hover {
4226
+ color: hsl(var(--primary) / 0.9);
4227
+ }
4210
4228
  .hover\:text-red-500:hover {
4211
4229
  --tw-text-opacity: 1;
4212
4230
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
@@ -5966,10 +5984,6 @@ body {
5966
5984
  .sm\:text-left {
5967
5985
  text-align: left;
5968
5986
  }
5969
- .sm\:text-3xl {
5970
- font-size: 1.875rem;
5971
- line-height: 2.25rem;
5972
- }
5973
5987
  .sm\:text-\[0\.95rem\] {
5974
5988
  font-size: 0.95rem;
5975
5989
  }
package/dist/index.d.mts CHANGED
@@ -1817,6 +1817,11 @@ interface NoDataProps {
1817
1817
  height?: number | string;
1818
1818
  message?: string;
1819
1819
  className?: string;
1820
+ title?: string;
1821
+ subtitle?: string;
1822
+ icon?: "chart" | "database" | "search";
1823
+ showSuggestion?: boolean;
1824
+ suggestionText?: string;
1820
1825
  }
1821
1826
  declare const NoData: React__default.FC<NoDataProps>;
1822
1827
 
package/dist/index.d.ts CHANGED
@@ -1817,6 +1817,11 @@ interface NoDataProps {
1817
1817
  height?: number | string;
1818
1818
  message?: string;
1819
1819
  className?: string;
1820
+ title?: string;
1821
+ subtitle?: string;
1822
+ icon?: "chart" | "database" | "search";
1823
+ showSuggestion?: boolean;
1824
+ suggestionText?: string;
1820
1825
  }
1821
1826
  declare const NoData: React__default.FC<NoDataProps>;
1822
1827