@redneckz/wildless-cms-uni-blocks 0.14.838 → 0.14.839

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.
@@ -2067,7 +2067,7 @@
2067
2067
  };
2068
2068
  };
2069
2069
 
2070
- const cyrillicPattern = /^[\u0400-\u04FF\d\s]+$/u;
2070
+ const cyrillicPattern = /^[а-яё-]*$/i;
2071
2071
  const isCyrillic = (_ = '') => cyrillicPattern.test(_);
2072
2072
 
2073
2073
  const required = validator((_) => _ !== null && _ !== undefined && _ !== '');
@@ -2102,7 +2102,7 @@
2102
2102
  sufferedFrom: defaultValidator(),
2103
2103
  applierType: defaultValidator(),
2104
2104
  surname: nameValidator('Укажите свою фамилию на кириллице'),
2105
- name: nameValidator('Укажите своё имя на кириллице'),
2105
+ name: nameValidator('Укажите своё имя на кириллице (без сокращений)'),
2106
2106
  middleName: nameValidator('Укажите своё отчество на кириллице'),
2107
2107
  birthday: defaultValidator('Укажите дату рождения'),
2108
2108
  phone: phoneValidator('Укажите номер телефона'),
@@ -11439,7 +11439,7 @@
11439
11439
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11440
11440
  });
11441
11441
 
11442
- const packageVersion = "0.14.837";
11442
+ const packageVersion = "0.14.838";
11443
11443
 
11444
11444
  exports.Blocks = Blocks;
11445
11445
  exports.ContentPage = ContentPage;