@redneckz/wildless-cms-uni-blocks 0.14.937 → 0.14.938

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.
@@ -5484,7 +5484,7 @@
5484
5484
  translatedName = '';
5485
5485
  }
5486
5486
  else if (translatedName.length + translatedSurame.length > MAX_LENGTH) {
5487
- translatedName.substring(0, 1);
5487
+ translatedName = translatedName.substring(0, 1);
5488
5488
  }
5489
5489
  return { translatedName, translatedSurame };
5490
5490
  };
@@ -12613,7 +12613,7 @@
12613
12613
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12614
12614
  });
12615
12615
 
12616
- const packageVersion = "0.14.936";
12616
+ const packageVersion = "0.14.937";
12617
12617
 
12618
12618
  exports.Blocks = Blocks;
12619
12619
  exports.ContentPage = ContentPage;