@20minutes/hela 0.1.73 → 0.1.74
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 +2 -2
- package/dist/index.es.js +2 -1
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HeadingProps } from '../../../../components';
|
|
3
|
-
import { CardType, LayoutType, SpacingSystemProps } from '../../../../types';
|
|
4
|
-
export interface CardSmallProps extends CardType, SpacingSystemProps {
|
|
3
|
+
import { CardType, FlexBoxSystemProps, LayoutType, SpacingSystemProps } from '../../../../types';
|
|
4
|
+
export interface CardSmallProps extends CardType, FlexBoxSystemProps, SpacingSystemProps {
|
|
5
5
|
layout: LayoutType;
|
|
6
6
|
headingProps?: Pick<HeadingProps, 'color' | 'weight'>;
|
|
7
7
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -44298,7 +44298,7 @@ const BW = ({
|
|
|
44298
44298
|
lineNumber: 71,
|
|
44299
44299
|
columnNumber: 13
|
|
44300
44300
|
} }, R.name)
|
|
44301
|
-
))), /* @__PURE__ */ k.createElement(m9, { colsNumber: 3, gap: "l", __self: void 0, __source: {
|
|
44301
|
+
))), /* @__PURE__ */ k.createElement(m9, { className: "c-sub-menu__cards", colsNumber: 3, gap: "l", __self: void 0, __source: {
|
|
44302
44302
|
fileName: eu,
|
|
44303
44303
|
lineNumber: 76,
|
|
44304
44304
|
columnNumber: 9
|
|
@@ -44318,6 +44318,7 @@ const BW = ({
|
|
|
44318
44318
|
},
|
|
44319
44319
|
title: R.title,
|
|
44320
44320
|
layout: Mr.DESKTOP,
|
|
44321
|
+
justifyContent: "start",
|
|
44321
44322
|
__self: void 0,
|
|
44322
44323
|
__source: {
|
|
44323
44324
|
fileName: eu,
|