@mlw-packages/react-components 1.7.22 → 1.7.23

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
  }
@@ -4124,6 +4127,9 @@ body {
4124
4127
  --tw-bg-opacity: 1;
4125
4128
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
4126
4129
  }
4130
+ .hover\:bg-transparent:hover {
4131
+ background-color: transparent;
4132
+ }
4127
4133
  .hover\:bg-violet-200\/40:hover {
4128
4134
  background-color: rgb(221 214 254 / 0.4);
4129
4135
  }