@obosbbl/grunnmuren-react 1.4.5 → 1.4.6

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.
@@ -242,7 +242,7 @@ const AccordionItem = (props) => {
242
242
  onChange
243
243
  }, collapseContext),
244
244
  children: /* @__PURE__ */ jsx("div", __spreadValues({
245
- className: cx(className, "border-b-gray-concrete overflow-hidden rounded-sm border-b-2 border-l-4 border-solid", collapseContext.isExpanded ? "border-l-green-dark" : "border-l-green")
245
+ className: cx(className, "border-b-gray-concrete rounded-sm border-b-2 border-l-4 border-solid", collapseContext.isExpanded ? "border-l-green-dark" : "border-l-green")
246
246
  }, rest))
247
247
  });
248
248
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "OBOS Grunnmuren design system React components",
5
5
  "license": "MIT",
6
6
  "repository": {