@scbt-ecom/ui 0.9.2 → 0.9.3

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/dist/hybrid.js CHANGED
@@ -2548,7 +2548,7 @@ const Cn = (o, r = "dd.MM.yyyy") => _e(o, r, /* @__PURE__ */ new Date()), Ie = (
2548
2548
  message: q.FUTURE_DATE_NOT_ALLOWED
2549
2549
  });
2550
2550
  }), Rn = D.string().superRefine((o, r) => {
2551
- const e = o.charAt(1);
2551
+ const e = o.charAt(0);
2552
2552
  ["3", "4", "5", "6", "9"].includes(e) || r.addIssue({
2553
2553
  code: D.ZodIssueCode.custom,
2554
2554
  message: "Код города/оператора должен начинаться с цифры 3, 4, 5, 6 или 9"
@@ -2556,7 +2556,7 @@ const Cn = (o, r = "dd.MM.yyyy") => _e(o, r, /* @__PURE__ */ new Date()), Ie = (
2556
2556
  code: D.ZodIssueCode.custom,
2557
2557
  message: "Введите номер телефона полностью"
2558
2558
  });
2559
- }), R = {
2559
+ }).transform((o) => `7${o}`), R = {
2560
2560
  transparent: "transparent",
2561
2561
  current: "currentColor",
2562
2562
  inherit: "inherit",