@mlw-packages/react-components 1.7.22 → 1.7.24

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
@@ -688,6 +688,9 @@ body {
688
688
  .-ml-4 {
689
689
  margin-left: -1rem;
690
690
  }
691
+ .-mr-3 {
692
+ margin-right: -0.75rem;
693
+ }
691
694
  .-mt-1 {
692
695
  margin-top: -0.25rem;
693
696
  }
@@ -1908,6 +1911,9 @@ body {
1908
1911
  border-top-left-radius: 0.75rem;
1909
1912
  border-top-right-radius: 0.75rem;
1910
1913
  }
1914
+ .rounded-bl-md {
1915
+ border-bottom-left-radius: calc(var(--radius) - 2px);
1916
+ }
1911
1917
  .rounded-tl-sm {
1912
1918
  border-top-left-radius: calc(var(--radius) - 4px);
1913
1919
  }
@@ -4124,6 +4130,9 @@ body {
4124
4130
  --tw-bg-opacity: 1;
4125
4131
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
4126
4132
  }
4133
+ .hover\:bg-transparent:hover {
4134
+ background-color: transparent;
4135
+ }
4127
4136
  .hover\:bg-violet-200\/40:hover {
4128
4137
  background-color: rgb(221 214 254 / 0.4);
4129
4138
  }