@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 +0 -3
- package/dist/index.js +2 -6
- package/dist/index.mjs +2 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
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
|
|
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
|
|
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
|
}
|