easy-email-pro-theme 1.19.0 → 1.19.1

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.
Files changed (138) hide show
  1. package/lib/{VariablesEditorContent-08997e30.mjs → VariablesEditorContent-1949d97c.mjs} +64 -22
  2. package/lib/{cssMode-e5b02650.mjs → cssMode-dde2eda5.mjs} +1 -1
  3. package/lib/{freemarker2-07352200.mjs → freemarker2-1cfd60a2.mjs} +1 -1
  4. package/lib/{handlebars-eb587af4.mjs → handlebars-d1c288d3.mjs} +1 -1
  5. package/lib/{html-805b20b1.mjs → html-8abd3319.mjs} +1 -1
  6. package/lib/{htmlMode-a339a06a.mjs → htmlMode-bab4a440.mjs} +1 -1
  7. package/lib/index.js +787 -736
  8. package/lib/{javascript-b5849f55.mjs → javascript-db88c96f.mjs} +2 -2
  9. package/lib/{jsonMode-1b509c19.mjs → jsonMode-86b850a7.mjs} +1 -1
  10. package/lib/{liquid-d5c8a287.mjs → liquid-2bc063dc.mjs} +1 -1
  11. package/lib/{python-7da9e073.mjs → python-2d23009f.mjs} +1 -1
  12. package/lib/{razor-c88b46b3.mjs → razor-80f54605.mjs} +1 -1
  13. package/lib/{tsMode-934544e6.mjs → tsMode-3c2db240.mjs} +1 -1
  14. package/lib/{typescript-049ec7b9.mjs → typescript-f42bae27.mjs} +1 -1
  15. package/lib/typings/components/AIAssistantDrawer/index.d.ts +1 -1
  16. package/lib/typings/components/BlockSideBar/BlockItem/index.d.ts +1 -1
  17. package/lib/typings/components/BlockSideBar/BlockLayer/SortableTree.d.ts +1 -1
  18. package/lib/typings/components/BlockSideBar/BlockLayer/components/TreeItem/Remove/Remove.d.ts +2 -2
  19. package/lib/typings/components/BlockSideBar/BlockLayer/components/TreeItem/SortableTreeItem.d.ts +2 -2
  20. package/lib/typings/components/BlockSideBar/BlockLayer/index.d.ts +2 -2
  21. package/lib/typings/components/BlockSideBar/BlockList/BlockList.d.ts +2 -2
  22. package/lib/typings/components/BlockSideBar/BlockList/UniversalList.d.ts +2 -2
  23. package/lib/typings/components/BlockSideBar/BlockList/UniversalListItem.d.ts +2 -2
  24. package/lib/typings/components/BlockSideBar/BlocksPanel/index.d.ts +2 -2
  25. package/lib/typings/components/BlockSideBar/LayoutItem/index.d.ts +2 -2
  26. package/lib/typings/components/BlockSideBar/index.d.ts +2 -2
  27. package/lib/typings/components/ColumnLayout/LayoutItemList.d.ts +2 -2
  28. package/lib/typings/components/ColumnLayout/index.d.ts +2 -2
  29. package/lib/typings/components/ConfigurationDrawer/index.d.ts +2 -2
  30. package/lib/typings/components/ConfigurationPanel/Elements/Button/index.d.ts +2 -2
  31. package/lib/typings/components/ConfigurationPanel/Elements/Column/index.d.ts +2 -2
  32. package/lib/typings/components/ConfigurationPanel/Elements/Divider/index.d.ts +2 -2
  33. package/lib/typings/components/ConfigurationPanel/Elements/Hero/index.d.ts +2 -2
  34. package/lib/typings/components/ConfigurationPanel/Elements/Image/index.d.ts +2 -2
  35. package/lib/typings/components/ConfigurationPanel/Elements/Navbar/index.d.ts +2 -2
  36. package/lib/typings/components/ConfigurationPanel/Elements/Page/index.d.ts +2 -2
  37. package/lib/typings/components/ConfigurationPanel/Elements/Section/index.d.ts +2 -2
  38. package/lib/typings/components/ConfigurationPanel/Elements/Social/index.d.ts +2 -2
  39. package/lib/typings/components/ConfigurationPanel/Elements/Spacer/index.d.ts +2 -2
  40. package/lib/typings/components/ConfigurationPanel/Elements/Text/index.d.ts +2 -2
  41. package/lib/typings/components/ConfigurationPanel/Elements/Widget/index.d.ts +2 -2
  42. package/lib/typings/components/ConfigurationPanel/Elements/Wrapper/index.d.ts +2 -2
  43. package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundColor.d.ts +1 -1
  44. package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundImage.d.ts +1 -1
  45. package/lib/typings/components/ConfigurationPanel/components/AttributeField/BackgroundPosition.d.ts +2 -2
  46. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Border.d.ts +1 -1
  47. package/lib/typings/components/ConfigurationPanel/components/AttributeField/BorderRadius.d.ts +1 -1
  48. package/lib/typings/components/ConfigurationPanel/components/AttributeField/ButtonCategory.d.ts +2 -2
  49. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Buttons.d.ts +2 -2
  50. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Columns.d.ts +2 -2
  51. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Direction.d.ts +1 -1
  52. package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Condition.d.ts +2 -2
  53. package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Iteration.d.ts +2 -2
  54. package/lib/typings/components/ConfigurationPanel/components/AttributeField/DisplayOptions/index.d.ts +2 -2
  55. package/lib/typings/components/ConfigurationPanel/components/AttributeField/DividerLine.d.ts +2 -2
  56. package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontFamily.d.ts +1 -1
  57. package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontSize.d.ts +1 -1
  58. package/lib/typings/components/ConfigurationPanel/components/AttributeField/FontWeight.d.ts +1 -1
  59. package/lib/typings/components/ConfigurationPanel/components/AttributeField/GlobalLink.d.ts +2 -2
  60. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Heading.d.ts +1 -1
  61. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Height.d.ts +1 -1
  62. package/lib/typings/components/ConfigurationPanel/components/AttributeField/ImageUrl.d.ts +1 -1
  63. package/lib/typings/components/ConfigurationPanel/components/AttributeField/ImageWidth.d.ts +1 -1
  64. package/lib/typings/components/ConfigurationPanel/components/AttributeField/LetterSpacing.d.ts +1 -1
  65. package/lib/typings/components/ConfigurationPanel/components/AttributeField/LineHeight.d.ts +1 -1
  66. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Link.d.ts +1 -1
  67. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Padding.d.ts +1 -1
  68. package/lib/typings/components/ConfigurationPanel/components/AttributeField/PixelAndPercentField.d.ts +1 -1
  69. package/lib/typings/components/ConfigurationPanel/components/AttributeField/StackOnMobile.d.ts +1 -1
  70. package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAlign.d.ts +1 -1
  71. package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAndHeadingList.d.ts +2 -2
  72. package/lib/typings/components/ConfigurationPanel/components/AttributeField/TextAndHeadingStyle.d.ts +1 -1
  73. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Typography.d.ts +2 -2
  74. package/lib/typings/components/ConfigurationPanel/components/AttributeField/VerticalAlign.d.ts +1 -1
  75. package/lib/typings/components/ConfigurationPanel/components/AttributeField/WebFonts.d.ts +2 -2
  76. package/lib/typings/components/ConfigurationPanel/components/AttributeField/Width.d.ts +1 -1
  77. package/lib/typings/components/ConfigurationPanel/components/AttributeField/index.d.ts +19 -17
  78. package/lib/typings/components/ConfigurationPanel/components/AttributePanel.d.ts +2 -2
  79. package/lib/typings/components/ConfigurationPanel/components/ResponsiveTabs/ResponsiveField.d.ts +1 -1
  80. package/lib/typings/components/ConfigurationPanel/components/ResponsiveTabs/index.d.ts +1 -1
  81. package/lib/typings/components/ConfigurationPanel/components/SourceCodePanel/index.d.ts +2 -2
  82. package/lib/typings/components/ConfigurationPanel/components/UniversalElementPanel/index.d.ts +2 -2
  83. package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/index.d.ts +2 -2
  84. package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/AddItems.d.ts +2 -2
  85. package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/index.d.ts +2 -2
  86. package/lib/typings/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/index.d.ts +5 -3
  87. package/lib/typings/components/ConfigurationPanel/index.d.ts +2 -2
  88. package/lib/typings/components/ConfigurationSideBar/index.d.ts +2 -2
  89. package/lib/typings/components/Controller/index.d.ts +2 -2
  90. package/lib/typings/components/EditorTabs/components/PreviewEmail/components/DesktopEmailPreview/index.d.ts +2 -2
  91. package/lib/typings/components/EditorTabs/components/PreviewEmail/components/MobilePreview/index.d.ts +2 -2
  92. package/lib/typings/components/EditorTabs/components/PreviewEmail/index.d.ts +2 -2
  93. package/lib/typings/components/EditorTabs/components/PreviewEmailDrawer/index.d.ts +1 -1
  94. package/lib/typings/components/Form/ButtonField.d.ts +1 -1
  95. package/lib/typings/components/Form/ButtonGroupField.d.ts +1 -1
  96. package/lib/typings/components/Form/ColorPicker/ColorPickerContent.d.ts +2 -2
  97. package/lib/typings/components/Form/ColorPicker/index.d.ts +2 -2
  98. package/lib/typings/components/Form/EditPanelListField.d.ts +2 -2
  99. package/lib/typings/components/Form/EditPanelTabsField.d.ts +2 -2
  100. package/lib/typings/components/Form/ImageUploaderField/index.d.ts +1 -1
  101. package/lib/typings/components/Form/PixelField.d.ts +2 -2
  102. package/lib/typings/components/Form/RichTextField/index.d.ts +3 -3
  103. package/lib/typings/components/Form/Select.d.ts +1 -1
  104. package/lib/typings/components/Form/SliderField.d.ts +4 -2
  105. package/lib/typings/components/Form/SwitchField/index.d.ts +2 -2
  106. package/lib/typings/components/Form/SyncChildrenField.d.ts +2 -2
  107. package/lib/typings/components/Form/VariablesEditor/index.d.ts +2 -2
  108. package/lib/typings/components/Form/WatchField.d.ts +2 -2
  109. package/lib/typings/components/Form/enhancer.d.ts +1 -1
  110. package/lib/typings/components/Form/index.d.ts +7 -7
  111. package/lib/typings/components/HoveringToolbar/RichTextBar.d.ts +1 -1
  112. package/lib/typings/components/HoveringToolbar/componens/BgColor.d.ts +2 -2
  113. package/lib/typings/components/HoveringToolbar/componens/FontColor.d.ts +2 -2
  114. package/lib/typings/components/HoveringToolbar/componens/FontFamily.d.ts +2 -2
  115. package/lib/typings/components/HoveringToolbar/componens/FontSize.d.ts +2 -2
  116. package/lib/typings/components/HoveringToolbar/componens/FormatButton.d.ts +2 -2
  117. package/lib/typings/components/HoveringToolbar/componens/MergeTag.d.ts +1 -1
  118. package/lib/typings/components/HoveringToolbar/componens/PreventFocusWrapper.d.ts +1 -1
  119. package/lib/typings/components/HoveringToolbar/componens/TextAlign.d.ts +2 -2
  120. package/lib/typings/components/HoveringToolbar/componens/TextLink.d.ts +2 -2
  121. package/lib/typings/components/HoveringToolbar/componens/TurnInto.d.ts +2 -2
  122. package/lib/typings/components/IconFont/index.d.ts +1 -1
  123. package/lib/typings/components/Providers/FormProvider.d.ts +1 -1
  124. package/lib/typings/components/UnsplashImages/index.d.ts +2 -2
  125. package/lib/typings/components/index.d.ts +14 -14
  126. package/lib/typings/hooks/useFontFamily.d.ts +2 -2
  127. package/lib/typings/themes/Minimalist/components/BlockMenusOverlay/index.d.ts +2 -2
  128. package/lib/typings/themes/Minimalist/components/BlockResizer/index.d.ts +2 -2
  129. package/lib/typings/themes/Minimalist/components/ColumnLayoutOverlay/index.d.ts +2 -2
  130. package/lib/typings/themes/Minimalist/components/ImageAction/MoreActionsMenusOverlay/index.d.ts +1 -1
  131. package/lib/typings/themes/Minimalist/components/ImageAction/MoreIcon/index.d.ts +2 -2
  132. package/lib/typings/themes/Minimalist/useOverlayMenuCapture.d.ts +2 -2
  133. package/lib/typings/themes/Retro/components/ElementInteract/AddIcon/index.d.ts +2 -2
  134. package/lib/typings/themes/Retro/components/ElementInteract/DragIcon/index.d.ts +1 -1
  135. package/lib/typings/utils/generateLogic.d.ts +2 -2
  136. package/lib/{xml-c6d1e274.mjs → xml-02fced98.mjs} +1 -1
  137. package/lib/{yaml-3c88ef61.mjs → yaml-55a866de.mjs} +1 -1
  138. package/package.json +1 -3
@@ -1,4 +1,9 @@
1
1
  var __defProp = Object.defineProperty;
2
+ var __knownSymbol = (name, symbol) => {
3
+ if (symbol = Symbol[name])
4
+ return symbol;
5
+ throw Error("Symbol." + name + " is not defined");
6
+ };
2
7
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
8
  var __publicField = (obj, key, value) => {
4
9
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
@@ -24,6 +29,43 @@ var __async = (__this, __arguments, generator) => {
24
29
  step((generator = generator.apply(__this, __arguments)).next());
25
30
  });
26
31
  };
32
+ var __await = function(promise, isYieldStar) {
33
+ this[0] = promise;
34
+ this[1] = isYieldStar;
35
+ };
36
+ var __yieldStar = (value) => {
37
+ var obj = value[__knownSymbol("asyncIterator")];
38
+ var isAwait = false;
39
+ var method;
40
+ var it = {};
41
+ if (obj == null) {
42
+ obj = value[__knownSymbol("iterator")]();
43
+ method = (k) => it[k] = (x) => obj[k](x);
44
+ } else {
45
+ obj = obj.call(value);
46
+ method = (k) => it[k] = (v) => {
47
+ if (isAwait) {
48
+ isAwait = false;
49
+ if (k === "throw")
50
+ throw v;
51
+ return v;
52
+ }
53
+ isAwait = true;
54
+ return {
55
+ done: false,
56
+ value: new __await(new Promise((resolve2) => {
57
+ var x = obj[k](v);
58
+ if (!(x instanceof Object))
59
+ throw TypeError("Object expected");
60
+ resolve2(x);
61
+ }), 1)
62
+ };
63
+ };
64
+ }
65
+ return it[__knownSymbol("iterator")] = () => it, method("next"), "throw" in obj ? method("throw") : it.throw = (x) => {
66
+ throw x;
67
+ }, "return" in obj && method("return"), it;
68
+ };
27
69
  import React__default, { useRef, useState, useEffect, Suspense } from "react";
28
70
  import { t } from "easy-email-pro-core";
29
71
  globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
@@ -82684,7 +82726,7 @@ class TernarySearchTree {
82684
82726
  }
82685
82727
  }
82686
82728
  *[Symbol.iterator]() {
82687
- yield* this._entries(this._root);
82729
+ yield* __yieldStar(this._entries(this._root));
82688
82730
  }
82689
82731
  _entries(node) {
82690
82732
  const result = [];
@@ -102568,7 +102610,7 @@ registerLanguage({
102568
102610
  aliases: ["FreeMarker2", "Apache FreeMarker2"],
102569
102611
  loader: () => {
102570
102612
  {
102571
- return import("./freemarker2-07352200.mjs").then((m) => m.TagAutoInterpolationDollar);
102613
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationDollar);
102572
102614
  }
102573
102615
  }
102574
102616
  });
@@ -102577,7 +102619,7 @@ registerLanguage({
102577
102619
  aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
102578
102620
  loader: () => {
102579
102621
  {
102580
- return import("./freemarker2-07352200.mjs").then((m) => m.TagAngleInterpolationDollar);
102622
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAngleInterpolationDollar);
102581
102623
  }
102582
102624
  }
102583
102625
  });
@@ -102586,7 +102628,7 @@ registerLanguage({
102586
102628
  aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
102587
102629
  loader: () => {
102588
102630
  {
102589
- return import("./freemarker2-07352200.mjs").then((m) => m.TagBracketInterpolationDollar);
102631
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagBracketInterpolationDollar);
102590
102632
  }
102591
102633
  }
102592
102634
  });
@@ -102595,7 +102637,7 @@ registerLanguage({
102595
102637
  aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
102596
102638
  loader: () => {
102597
102639
  {
102598
- return import("./freemarker2-07352200.mjs").then((m) => m.TagAngleInterpolationBracket);
102640
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAngleInterpolationBracket);
102599
102641
  }
102600
102642
  }
102601
102643
  });
@@ -102604,7 +102646,7 @@ registerLanguage({
102604
102646
  aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
102605
102647
  loader: () => {
102606
102648
  {
102607
- return import("./freemarker2-07352200.mjs").then((m) => m.TagBracketInterpolationBracket);
102649
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagBracketInterpolationBracket);
102608
102650
  }
102609
102651
  }
102610
102652
  });
@@ -102613,7 +102655,7 @@ registerLanguage({
102613
102655
  aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
102614
102656
  loader: () => {
102615
102657
  {
102616
- return import("./freemarker2-07352200.mjs").then((m) => m.TagAutoInterpolationDollar);
102658
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationDollar);
102617
102659
  }
102618
102660
  }
102619
102661
  });
@@ -102622,7 +102664,7 @@ registerLanguage({
102622
102664
  aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
102623
102665
  loader: () => {
102624
102666
  {
102625
- return import("./freemarker2-07352200.mjs").then((m) => m.TagAutoInterpolationBracket);
102667
+ return import("./freemarker2-1cfd60a2.mjs").then((m) => m.TagAutoInterpolationBracket);
102626
102668
  }
102627
102669
  }
102628
102670
  });
@@ -102672,7 +102714,7 @@ registerLanguage({
102672
102714
  mimetypes: ["text/x-handlebars-template"],
102673
102715
  loader: () => {
102674
102716
  {
102675
- return import("./handlebars-eb587af4.mjs");
102717
+ return import("./handlebars-d1c288d3.mjs");
102676
102718
  }
102677
102719
  }
102678
102720
  });
@@ -102705,7 +102747,7 @@ registerLanguage({
102705
102747
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
102706
102748
  loader: () => {
102707
102749
  {
102708
- return import("./html-805b20b1.mjs");
102750
+ return import("./html-8abd3319.mjs");
102709
102751
  }
102710
102752
  }
102711
102753
  });
@@ -102758,7 +102800,7 @@ registerLanguage({
102758
102800
  mimetypes: ["text/javascript"],
102759
102801
  loader: () => {
102760
102802
  {
102761
- return import("./javascript-b5849f55.mjs");
102803
+ return import("./javascript-db88c96f.mjs");
102762
102804
  }
102763
102805
  }
102764
102806
  });
@@ -102857,7 +102899,7 @@ registerLanguage({
102857
102899
  mimetypes: ["application/liquid"],
102858
102900
  loader: () => {
102859
102901
  {
102860
- return import("./liquid-d5c8a287.mjs");
102902
+ return import("./liquid-2bc063dc.mjs");
102861
102903
  }
102862
102904
  }
102863
102905
  });
@@ -103148,7 +103190,7 @@ registerLanguage({
103148
103190
  firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
103149
103191
  loader: () => {
103150
103192
  {
103151
- return import("./python-7da9e073.mjs");
103193
+ return import("./python-2d23009f.mjs");
103152
103194
  }
103153
103195
  }
103154
103196
  });
@@ -103197,7 +103239,7 @@ registerLanguage({
103197
103239
  mimetypes: ["text/x-cshtml"],
103198
103240
  loader: () => {
103199
103241
  {
103200
- return import("./razor-c88b46b3.mjs");
103242
+ return import("./razor-80f54605.mjs");
103201
103243
  }
103202
103244
  }
103203
103245
  });
@@ -103533,7 +103575,7 @@ registerLanguage({
103533
103575
  mimetypes: ["text/typescript"],
103534
103576
  loader: () => {
103535
103577
  {
103536
- return import("./typescript-049ec7b9.mjs");
103578
+ return import("./typescript-f42bae27.mjs");
103537
103579
  }
103538
103580
  }
103539
103581
  });
@@ -103583,7 +103625,7 @@ registerLanguage({
103583
103625
  mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
103584
103626
  loader: () => {
103585
103627
  {
103586
- return import("./xml-c6d1e274.mjs");
103628
+ return import("./xml-02fced98.mjs");
103587
103629
  }
103588
103630
  }
103589
103631
  });
@@ -103600,7 +103642,7 @@ registerLanguage({
103600
103642
  mimetypes: ["application/x-yaml", "text/x-yaml"],
103601
103643
  loader: () => {
103602
103644
  {
103603
- return import("./yaml-3c88ef61.mjs");
103645
+ return import("./yaml-55a866de.mjs");
103604
103646
  }
103605
103647
  }
103606
103648
  });
@@ -103715,7 +103757,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
103715
103757
  monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
103716
103758
  function getMode$3() {
103717
103759
  {
103718
- return import("./cssMode-e5b02650.mjs");
103760
+ return import("./cssMode-dde2eda5.mjs");
103719
103761
  }
103720
103762
  }
103721
103763
  monaco_editor_core_exports$3.languages.onLanguage("less", () => {
@@ -103834,7 +103876,7 @@ monaco_editor_core_exports$2.languages.html = {
103834
103876
  };
103835
103877
  function getMode$2() {
103836
103878
  {
103837
- return import("./htmlMode-a339a06a.mjs");
103879
+ return import("./htmlMode-bab4a440.mjs");
103838
103880
  }
103839
103881
  }
103840
103882
  function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
@@ -103930,7 +103972,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
103930
103972
  monaco_editor_core_exports$1.languages.json = { jsonDefaults };
103931
103973
  function getMode$1() {
103932
103974
  {
103933
- return import("./jsonMode-1b509c19.mjs");
103975
+ return import("./jsonMode-86b850a7.mjs");
103934
103976
  }
103935
103977
  }
103936
103978
  monaco_editor_core_exports$1.languages.register({
@@ -104203,7 +104245,7 @@ monaco_editor_core_exports.languages.typescript = {
104203
104245
  };
104204
104246
  function getMode() {
104205
104247
  {
104206
- return import("./tsMode-934544e6.mjs");
104248
+ return import("./tsMode-3c2db240.mjs");
104207
104249
  }
104208
104250
  }
104209
104251
  monaco_editor_core_exports.languages.onLanguage("typescript", () => {
@@ -105419,7 +105461,7 @@ function* getAdditionalDocumentationForShowingActions(registry, model, trigger,
105419
105461
  if (model && actionsToShow.length) {
105420
105462
  for (const provider of registry.all(model)) {
105421
105463
  if (provider._getAdditionalMenuItems) {
105422
- yield* (_a2 = provider._getAdditionalMenuItems) === null || _a2 === void 0 ? void 0 : _a2.call(provider, { trigger: trigger.type, only: (_c2 = (_b2 = trigger.filter) === null || _b2 === void 0 ? void 0 : _b2.include) === null || _c2 === void 0 ? void 0 : _c2.value }, actionsToShow.map((item) => item.action));
105464
+ yield* __yieldStar((_a2 = provider._getAdditionalMenuItems) === null || _a2 === void 0 ? void 0 : _a2.call(provider, { trigger: trigger.type, only: (_c2 = (_b2 = trigger.filter) === null || _b2 === void 0 ? void 0 : _b2.include) === null || _c2 === void 0 ? void 0 : _c2.value }, actionsToShow.map((item) => item.action)));
105423
105465
  }
105424
105466
  }
105425
105467
  }
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { m as monaco_editor_core_star } from "./VariablesEditorContent-08997e30.mjs";
7
+ import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
8
8
  import "react";
9
9
  import "easy-email-pro-core";
10
10
  /*!-----------------------------------------------------------------------------
@@ -17,7 +17,7 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { m as monaco_editor_core_star } from "./VariablesEditorContent-08997e30.mjs";
20
+ import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
21
21
  import "react";
22
22
  import "easy-email-pro-core";
23
23
  /*!-----------------------------------------------------------------------------
@@ -1,4 +1,4 @@
1
- import { m as monaco_editor_core_star } from "./VariablesEditorContent-08997e30.mjs";
1
+ import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
2
2
  import "react";
3
3
  import "easy-email-pro-core";
4
4
  /*!-----------------------------------------------------------------------------
@@ -1,4 +1,4 @@
1
- import { m as monaco_editor_core_star } from "./VariablesEditorContent-08997e30.mjs";
1
+ import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
2
2
  import "react";
3
3
  import "easy-email-pro-core";
4
4
  /*!-----------------------------------------------------------------------------
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { m as monaco_editor_core_star } from "./VariablesEditorContent-08997e30.mjs";
7
+ import { m as monaco_editor_core_star } from "./VariablesEditorContent-1949d97c.mjs";
8
8
  import "react";
9
9
  import "easy-email-pro-core";
10
10
  /*!-----------------------------------------------------------------------------