@obosbbl/grunnmuren-react 3.0.14 → 3.0.15
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/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2523,7 +2523,8 @@ const tabsVariants = cva({
|
|
|
2523
2523
|
const { className, children, ...restProps } = props;
|
|
2524
2524
|
return /*#__PURE__*/ jsx(TabPanel$1, {
|
|
2525
2525
|
...restProps,
|
|
2526
|
-
|
|
2526
|
+
shouldForceMount: true,
|
|
2527
|
+
className: cx(className, 'flex-1 data-inert:hidden data-focus-visible:outline-focus-offset'),
|
|
2527
2528
|
children: children
|
|
2528
2529
|
});
|
|
2529
2530
|
}
|