@lolmath/ui 8.0.0 → 8.1.0

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.
@@ -1472,7 +1472,7 @@ function Tab({ children, className, ...rest }) {
1472
1472
  ),
1473
1473
  children: (values) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
1474
1474
  typeof children === "function" ? children(values) : children,
1475
- values.isSelected && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: tabs_default.indicator })
1475
+ values.isSelected && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_aria_components21.SelectionIndicator, { className: tabs_default.indicator })
1476
1476
  ] })
1477
1477
  }
1478
1478
  );