@odx/websites-react 1.1.150 → 1.1.151

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.
@@ -11,7 +11,7 @@ const ProductFinderNavigationItem = ({ LinkComponent = 'a', isActive, ...props }
11
11
  return (_jsx(BodyText, { asChild: true, weight: isActive ? 'bold' : 'normal', tabIndex: 0, className: cn(productFinderNavigationItemClasses), children: _jsx(LinkComponent, { ...props }) }));
12
12
  };
13
13
  const ProductFinderNavigation = ({ children, ...props }) => {
14
- return (_jsx("ul", { ...props, className: cn('[&_ul]:pl-4 flex flex-col gap-2', props.className), children: children }));
14
+ return (_jsx("ul", { ...props, className: cn('[&_ul]:pl-6 flex flex-col gap-2', props.className), children: children }));
15
15
  };
16
16
  export { ProductFinderNavigation, ProductFinderNavigationItem };
17
17
  //# sourceMappingURL=ProductFinderNavigation.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/websites-react",
3
3
  "author": "Drägerwerk AG & Co. KGaA",
4
- "version": "1.1.150",
4
+ "version": "1.1.151",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "description": "ODX React component library for websites",
7
7
  "type": "module",