@20minutes/hela 0.1.78 → 0.1.80

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.
@@ -3,6 +3,6 @@ import { HeadingProps } from '../../../../components';
3
3
  import { CardType, FlexBoxSystemProps, LayoutType, SpacingSystemProps } from '../../../../types';
4
4
  export interface CardSmallProps extends CardType, FlexBoxSystemProps, SpacingSystemProps {
5
5
  layout: LayoutType;
6
- headingProps?: Pick<HeadingProps, 'color' | 'weight'>;
6
+ headingProps?: Pick<HeadingProps, 'color' | 'weight' | 'fontFamily' | 'size'>;
7
7
  }
8
8
  export declare const CardSmall: React.FC<CardSmallProps>;
@@ -13,7 +13,7 @@ export interface SubMenuProps {
13
13
  name: string;
14
14
  href: string;
15
15
  }[];
16
- cards: Omit<CardSmallProps, 'layout' | 'cardHeaderProps'>[];
16
+ cards: Omit<CardSmallProps, 'layout'>[];
17
17
  };
18
18
  color?: ColorType;
19
19
  className?: string;
package/dist/index.es.js CHANGED
@@ -43208,7 +43208,7 @@ const z4 = ({
43208
43208
  fileName: Ey,
43209
43209
  lineNumber: 30,
43210
43210
  columnNumber: 5
43211
- } }), /* @__PURE__ */ k.createElement(ca, { as: "h4", size: "xxs-2", fontFamily: "source-serif-pro", color: (v == null ? void 0 : v.color) || "black", weight: (v == null ? void 0 : v.weight) || "bold", __self: void 0, __source: {
43211
+ } }), /* @__PURE__ */ k.createElement(ca, { as: "h4", size: (v == null ? void 0 : v.size) || "xxs-2", fontFamily: (v == null ? void 0 : v.fontFamily) || "source-serif-pro", color: (v == null ? void 0 : v.color) || "black", weight: (v == null ? void 0 : v.weight) || "bold", __self: void 0, __source: {
43212
43212
  fileName: Ey,
43213
43213
  lineNumber: 31,
43214
43214
  columnNumber: 5
@@ -44449,7 +44449,7 @@ const HW = ({
44449
44449
  columnNumber: 9
44450
44450
  } }, (v = l.tags) == null ? void 0 : v.map((R, x) => (
44451
44451
  // eslint-disable-next-line react/no-array-index-key
44452
- /* @__PURE__ */ k.createElement(kp, { key: x, href: R.href, color: u, __self: void 0, __source: {
44452
+ /* @__PURE__ */ k.createElement(kp, { key: x, href: R.href, color: "ultramarine", __self: void 0, __source: {
44453
44453
  fileName: eu,
44454
44454
  lineNumber: 74,
44455
44455
  columnNumber: 13
@@ -44465,12 +44465,16 @@ const HW = ({
44465
44465
  key: x,
44466
44466
  cardHeaderProps: {
44467
44467
  headline: {
44468
- text: a,
44468
+ text: R.cardHeaderProps.headline.text,
44469
44469
  color: u
44470
44470
  }
44471
44471
  },
44472
44472
  layout: Mr.DESKTOP,
44473
44473
  justifyContent: "start",
44474
+ headingProps: {
44475
+ fontFamily: "oswald",
44476
+ size: "m"
44477
+ },
44474
44478
  __self: void 0,
44475
44479
  __source: {
44476
44480
  fileName: eu,