@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.
- package/dist/es/index.css +8 -1
- package/dist/es/index.d.ts +1 -1
- package/dist/es/index.js +3 -2
- package/dist/es/index.js.map +1 -1
- package/dist/lib/index.cjs +1 -1
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.css +8 -1
- package/dist/lib/index.d.cts +1 -1
- package/package.json +14 -14
package/dist/lib/index.cjs
CHANGED
|
@@ -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)(
|
|
1475
|
+
values.isSelected && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_aria_components21.SelectionIndicator, { className: tabs_default.indicator })
|
|
1476
1476
|
] })
|
|
1477
1477
|
}
|
|
1478
1478
|
);
|