@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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -1
  2. 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
- className: cx(className, 'flex-1 data-focus-visible:outline-focus-offset'),
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "description": "Grunnmuren components in React",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"