@theroutingcompany/components 0.0.145-alpha.2 → 0.0.146

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.
@@ -3238,6 +3238,7 @@ const TD = G(function({ children: t, "aria-label": n = "View actions" }, r) {
3238
3238
  return /* @__PURE__ */ x(
3239
3239
  "button",
3240
3240
  {
3241
+ type: "button",
3241
3242
  ref: (c) => {
3242
3243
  a.current = c, typeof r == "function" ? r(c) : r && (r.current = c);
3243
3244
  },