@telia/teddy 0.1.7 → 0.1.9
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.
|
@@ -8,7 +8,7 @@ const components_heading_heading = require("../heading/heading.cjs");
|
|
|
8
8
|
const Heading = React.forwardRef(
|
|
9
9
|
({ className, as = "h2", ...props }, forwardRef) => {
|
|
10
10
|
const classes = clsx([components_card_card.styles[`${components_card_card.rootClassName}__heading`]], className);
|
|
11
|
-
const variant = props.variant ?? "title-
|
|
11
|
+
const variant = props.variant ?? "title-300";
|
|
12
12
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
13
13
|
components_heading_heading.Heading,
|
|
14
14
|
{
|
|
@@ -6,7 +6,7 @@ import { Heading as Heading$1 } from "../heading/heading.js";
|
|
|
6
6
|
const Heading = React__default.forwardRef(
|
|
7
7
|
({ className, as = "h2", ...props }, forwardRef) => {
|
|
8
8
|
const classes = clsx([styles[`${rootClassName}__heading`]], className);
|
|
9
|
-
const variant = props.variant ?? "title-
|
|
9
|
+
const variant = props.variant ?? "title-300";
|
|
10
10
|
return /* @__PURE__ */ jsx(
|
|
11
11
|
Heading$1,
|
|
12
12
|
{
|