@embedreach/components 0.1.96 → 0.1.97
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/chunks/index.js +1 -0
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -68098,6 +68098,7 @@ const EmailPreview = ({ mergeFieldsResponse }) => {
|
|
|
68098
68098
|
/* @__PURE__ */ jsx(
|
|
68099
68099
|
Button$1,
|
|
68100
68100
|
{
|
|
68101
|
+
variant: "destructive",
|
|
68101
68102
|
onClick: () => {
|
|
68102
68103
|
setCancelClicked(true);
|
|
68103
68104
|
},
|