@mlw-packages/react-components 1.5.4 → 1.5.5

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
@@ -3853,9 +3853,6 @@ body {
3853
3853
  background-color: hsl(var(--destructive) / 0.2);
3854
3854
  }
3855
3855
  @media (min-width: 640px) {
3856
- .sm\:mt-0 {
3857
- margin-top: 0px;
3858
- }
3859
3856
  .sm\:flex {
3860
3857
  display: flex;
3861
3858
  }
package/dist/index.js CHANGED
@@ -838,7 +838,7 @@ var AlertDialogFooterBase = ({
838
838
  "div",
839
839
  {
840
840
  className: cn(
841
- "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
841
+ "flex flex-col-reverse sm:flex-row sm:justify-end",
842
842
  className
843
843
  ),
844
844
  ...props
@@ -879,11 +879,7 @@ var AlertDialogCancelBase = React2.forwardRef(({ className, testid = "alertdialo
879
879
  AlertDialogPrimitive.Cancel,
880
880
  {
881
881
  ref,
882
- className: cn(
883
- buttonVariantsBase({ variant: "outline" }),
884
- "mt-2 sm:mt-0",
885
- className
886
- ),
882
+ className: cn(buttonVariantsBase({ variant: "outline" }), className),
887
883
  "data-testid": testid,
888
884
  ...props
889
885
  }
package/dist/index.mjs CHANGED
@@ -620,7 +620,7 @@ var AlertDialogFooterBase = ({
620
620
  "div",
621
621
  {
622
622
  className: cn(
623
- "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
623
+ "flex flex-col-reverse sm:flex-row sm:justify-end",
624
624
  className
625
625
  ),
626
626
  ...props
@@ -661,11 +661,7 @@ var AlertDialogCancelBase = React2.forwardRef(({ className, testid = "alertdialo
661
661
  AlertDialogPrimitive.Cancel,
662
662
  {
663
663
  ref,
664
- className: cn(
665
- buttonVariantsBase({ variant: "outline" }),
666
- "mt-2 sm:mt-0",
667
- className
668
- ),
664
+ className: cn(buttonVariantsBase({ variant: "outline" }), className),
669
665
  "data-testid": testid,
670
666
  ...props
671
667
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlw-packages/react-components",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",