@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.
- package/dist/components/molecules/Card/CardSmall/CardSmall.d.ts +1 -1
- package/dist/components/molecules/SubMenu/SubMenu.d.ts +1 -1
- package/dist/index.es.js +7 -3
- package/dist/index.umd.js +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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>;
|
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:
|
|
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:
|
|
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,
|