@obosbbl/grunnmuren-react 1.4.0 → 1.4.1

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.
@@ -666,7 +666,7 @@ const FormLabel = (props) => {
666
666
  }, rest), {
667
667
  children: [isRequired && /* @__PURE__ */ jsx("span", {
668
668
  "aria-hidden": true,
669
- className: cx("mr-px select-none", isInvalid ? "text-red" : "text-blue"),
669
+ className: cx("mr-1 select-none", isInvalid ? "text-red" : "text-blue"),
670
670
  children: "*"
671
671
  }), children]
672
672
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "OBOS Grunnmuren design system React components",
5
5
  "license": "MIT",
6
6
  "repository": {