@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/retail/utils/latinFieldsUtils.js +1 -1
- package/dist/retail/utils/latinFieldsUtils.js.map +1 -1
- package/lib/retail/utils/latinFieldsUtils.js +1 -1
- package/lib/retail/utils/latinFieldsUtils.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/retail/utils/latinFieldsUtils.js +1 -1
- package/mobile/dist/retail/utils/latinFieldsUtils.js.map +1 -1
- package/mobile/lib/retail/utils/latinFieldsUtils.js +1 -1
- package/mobile/lib/retail/utils/latinFieldsUtils.js.map +1 -1
- package/mobile/src/retail/utils/latinFieldsUtils.ts +1 -1
- package/package.json +1 -1
- package/src/retail/utils/latinFieldsUtils.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -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.
|
|
12616
|
+
const packageVersion = "0.14.937";
|
|
12617
12617
|
|
|
12618
12618
|
exports.Blocks = Blocks;
|
|
12619
12619
|
exports.ContentPage = ContentPage;
|