@obosbbl/grunnmuren-react 1.4.5 → 1.4.7

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
  };
@@ -665,7 +665,7 @@ const Footer = (props) => {
665
665
  return /* @__PURE__ */ jsx(ButtonColorContext.Provider, {
666
666
  value: "white",
667
667
  children: /* @__PURE__ */ jsx("footer", __spreadProps(__spreadValues({
668
- className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before:top-0 before:left-0 before:right-0 before:h-6 before:rounded-b-3xl before:bg-white")
668
+ className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before:-top-px before:left-0 before:right-0 before:h-[calc(1.5rem_+_1px)] before:rounded-b-3xl before:bg-white ")
669
669
  }, rest), {
670
670
  children: /* @__PURE__ */ jsx("div", {
671
671
  className: "container",
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.7",
4
4
  "description": "OBOS Grunnmuren design system React components",
5
5
  "license": "MIT",
6
6
  "repository": {