@vygruppen/spor-react 12.4.10 → 12.4.12

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.
package/dist/index.mjs CHANGED
@@ -832,17 +832,7 @@ var Heading = forwardRef(
832
832
  ...rest
833
833
  } = props;
834
834
  const id = externalId ?? (autoId && typeof rest.children === "string") ? slugify(rest.children) : void 0;
835
- return /* @__PURE__ */ jsx(
836
- Text,
837
- {
838
- as,
839
- textStyle: variant,
840
- id,
841
- color: "text",
842
- ref,
843
- ...rest
844
- }
845
- );
835
+ return /* @__PURE__ */ jsx(Text, { as, textStyle: variant, id, ref, ...rest });
846
836
  }
847
837
  );
848
838
  var Text3 = forwardRef(
@@ -6893,7 +6883,6 @@ var alertSlotRecipe = defineSlotRecipe({
6893
6883
  borderRadius: "sm",
6894
6884
  padding: 2,
6895
6885
  display: "flex",
6896
- maxWidth: "300px",
6897
6886
  justifyContent: "space-between",
6898
6887
  alignItems: "flex-start",
6899
6888
  position: "relative",