@groovymedia/easy-email-extensions 4.14.5 → 4.14.6
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/lib/index2.js +0 -12
- package/lib/index2.js.map +1 -1
- package/package.json +1 -1
package/lib/index2.js
CHANGED
|
@@ -34487,24 +34487,12 @@ const options$7 = [
|
|
|
34487
34487
|
return t("Underline");
|
|
34488
34488
|
}
|
|
34489
34489
|
},
|
|
34490
|
-
{
|
|
34491
|
-
value: "overline",
|
|
34492
|
-
get label() {
|
|
34493
|
-
return t("Overline");
|
|
34494
|
-
}
|
|
34495
|
-
},
|
|
34496
34490
|
{
|
|
34497
34491
|
value: "line-through",
|
|
34498
34492
|
get label() {
|
|
34499
34493
|
return t("Line through");
|
|
34500
34494
|
}
|
|
34501
34495
|
},
|
|
34502
|
-
{
|
|
34503
|
-
value: "blink",
|
|
34504
|
-
get label() {
|
|
34505
|
-
return t("Blink");
|
|
34506
|
-
}
|
|
34507
|
-
},
|
|
34508
34496
|
{
|
|
34509
34497
|
value: "inherit",
|
|
34510
34498
|
get label() {
|