@mt-gloss/ui 0.1.135 → 0.1.137

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.
@@ -363,7 +363,7 @@ function be() {
363
363
  function Pe() {
364
364
  return W(V);
365
365
  }
366
- const De = K.number().min(7).max(90), xe = K.array(K.string().min(1)).max(3);
366
+ const De = K.number().min(7).max(90), xe = K.array(K.string().min(1)).max(6);
367
367
  function Ne(e, n) {
368
368
  if (e === "timeframe") {
369
369
  const t = De.safeParse(n);