@obosbbl/grunnmuren-react 1.4.6 → 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.
@@ -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.6",
3
+ "version": "1.4.7",
4
4
  "description": "OBOS Grunnmuren design system React components",
5
5
  "license": "MIT",
6
6
  "repository": {