@theroutingcompany/components 0.0.28-alpha.2 → 0.0.28

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.
@@ -14769,7 +14769,7 @@ function Z6(e) {
14769
14769
  ...e,
14770
14770
  locale: t
14771
14771
  }), n = F(null), { labelProps: o, fieldProps: a } = P6(e, r, n);
14772
- return console.log("state: ", r), /* @__PURE__ */ le(G6, { children: [
14772
+ return /* @__PURE__ */ le(G6, { children: [
14773
14773
  e.label ? /* @__PURE__ */ w(bt, { ...o, htmlFor: a.id, children: e.label }) : /* @__PURE__ */ w(bt, { srOnly: !0, ...o, children: "Select Time" }),
14774
14774
  /* @__PURE__ */ le(Y6, { ...a, ref: n, id: a.id, children: [
14775
14775
  r.segments.filter(
@@ -14781,7 +14781,7 @@ function Z6(e) {
14781
14781
  }
14782
14782
  function J6({ segment: e, state: t }) {
14783
14783
  const r = F(null), { segmentProps: n } = T6(e, t, r), o = {};
14784
- e.isPlaceholder && (o["data-placeholder"] = !0), console.log("segment.text: ", e.text), console.log("segment.type: ", e.type);
14784
+ e.isPlaceholder && (o["data-placeholder"] = !0);
14785
14785
  const a = e.isPlaceholder ? "" : ["hour", "minute"].includes(e.type) ? e.text.padStart(2, "0") : e.text;
14786
14786
  return /* @__PURE__ */ le(
14787
14787
  q6,