@redneckz/wildless-cms-uni-blocks 0.14.925 → 0.14.926

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 (37) hide show
  1. package/bundle/bundle.umd.js +5 -5
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/components/DebitForm/DebitFormStepsData.js +1 -1
  4. package/dist/components/DebitForm/DebitFormStepsData.js.map +1 -1
  5. package/dist/retail/components/Fields/LatinNameField.js +1 -1
  6. package/dist/retail/components/Fields/LatinSurnameField.js +1 -1
  7. package/dist/retail/hooks/useReferalProgramm.js +1 -1
  8. package/dist/retail/hooks/useReferalProgramm.js.map +1 -1
  9. package/lib/components/DebitForm/DebitFormStepsData.js +1 -1
  10. package/lib/components/DebitForm/DebitFormStepsData.js.map +1 -1
  11. package/lib/retail/components/Fields/LatinNameField.js +1 -1
  12. package/lib/retail/components/Fields/LatinSurnameField.js +1 -1
  13. package/lib/retail/hooks/useReferalProgramm.js +1 -1
  14. package/lib/retail/hooks/useReferalProgramm.js.map +1 -1
  15. package/mobile/bundle/bundle.umd.js +5 -5
  16. package/mobile/bundle/bundle.umd.min.js +1 -1
  17. package/mobile/dist/components/DebitForm/DebitFormStepsData.js +1 -1
  18. package/mobile/dist/components/DebitForm/DebitFormStepsData.js.map +1 -1
  19. package/mobile/dist/retail/components/Fields/LatinNameField.js +1 -1
  20. package/mobile/dist/retail/components/Fields/LatinSurnameField.js +1 -1
  21. package/mobile/dist/retail/hooks/useReferalProgramm.js +1 -1
  22. package/mobile/dist/retail/hooks/useReferalProgramm.js.map +1 -1
  23. package/mobile/lib/components/DebitForm/DebitFormStepsData.js +1 -1
  24. package/mobile/lib/components/DebitForm/DebitFormStepsData.js.map +1 -1
  25. package/mobile/lib/retail/components/Fields/LatinNameField.js +1 -1
  26. package/mobile/lib/retail/components/Fields/LatinSurnameField.js +1 -1
  27. package/mobile/lib/retail/hooks/useReferalProgramm.js +1 -1
  28. package/mobile/lib/retail/hooks/useReferalProgramm.js.map +1 -1
  29. package/mobile/src/components/DebitForm/DebitFormStepsData.tsx +1 -1
  30. package/mobile/src/retail/components/Fields/LatinNameField.tsx +1 -1
  31. package/mobile/src/retail/components/Fields/LatinSurnameField.tsx +1 -1
  32. package/mobile/src/retail/hooks/useReferalProgramm.ts +1 -1
  33. package/package.json +1 -1
  34. package/src/components/DebitForm/DebitFormStepsData.tsx +1 -1
  35. package/src/retail/components/Fields/LatinNameField.tsx +1 -1
  36. package/src/retail/components/Fields/LatinSurnameField.tsx +1 -1
  37. package/src/retail/hooks/useReferalProgramm.ts +1 -1
@@ -5351,7 +5351,7 @@
5351
5351
  };
5352
5352
  const autoTranslateToLatin = (str) => str.replace(/[А-ЯЁа-яё,. -]/g, (_) => REPLACER[_.toLowerCase()].toUpperCase() || '');
5353
5353
 
5354
- const MAX_LENGTH$1 = 20;
5354
+ const MAX_LENGTH$1 = 21;
5355
5355
  const LatinNameField = JSX(({ field, input }) => {
5356
5356
  const latinSurname = field('latinSurname')?.value;
5357
5357
  const name = field('name')?.value;
@@ -5367,7 +5367,7 @@
5367
5367
  return (jsx(InputControl, { label: "\u0418\u043C\u044F", placeholder: "\u0418\u043C\u044F \u043B\u0430\u0442\u0438\u043D\u0441\u043A\u0438\u043C\u0438 \u0431\u0443\u043A\u0432\u0430\u043C\u0438", maxLength: Math.max(MAX_LENGTH$1 - latinSurname?.length, 1), ...field(input?.name ?? ''), onChange: onChange, ...input }));
5368
5368
  });
5369
5369
 
5370
- const MAX_LENGTH = 20;
5370
+ const MAX_LENGTH = 21;
5371
5371
  const LatinSurnameField = JSX(({ field, input }) => {
5372
5372
  const latinName = field('latinName')?.value;
5373
5373
  const surname = field('surname')?.value;
@@ -6642,7 +6642,7 @@
6642
6642
  {
6643
6643
  aspectName: 'snowplowEvent',
6644
6644
  params: {
6645
- eventName: 'ownfin_referal_link_attributes',
6645
+ eventAction: 'ownfin_referal_link_attributes',
6646
6646
  eventJSON,
6647
6647
  },
6648
6648
  },
@@ -10293,7 +10293,7 @@
10293
10293
  name: 'infoCard',
10294
10294
  label:
10295
10295
  // eslint-disable-next-line max-len
10296
- 'Количество символов ограничивается 20. При этом, если фамилия и имя на карте содержит более 21 символа, то необходимо сократить имя и указывать на карте только первую букву имени и фамилию, если при таком сокращении фамилия и имя не умещается в количество символов – 20, то указывать только фамилию.',
10296
+ 'Количество символов ограничивается 21. При этом, если фамилия и имя на карте содержит более 22 символов, то необходимо сократить имя и указывать на карте только первую букву имени и фамилию, если при таком сокращении фамилия и имя не умещается в количество символов – 21, то указывать только фамилию.',
10297
10297
  },
10298
10298
  ],
10299
10299
  },
@@ -12196,7 +12196,7 @@
12196
12196
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12197
12197
  });
12198
12198
 
12199
- const packageVersion = "0.14.924";
12199
+ const packageVersion = "0.14.925";
12200
12200
 
12201
12201
  exports.Blocks = Blocks;
12202
12202
  exports.ContentPage = ContentPage;