@20minutes/hela 1.16.0 → 1.16.1
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.es.js +5 -5
- package/dist/index.umd.js +1 -1
- package/dist/js/scripts.es.js +2 -2
- package/dist/js/scripts.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/src/components/molecules/MediaLink/MediaLink.stories.d.ts +33 -0
- package/dist/src/types/Window.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/dist/index.es.js
CHANGED
|
@@ -6169,11 +6169,11 @@ const Ol = (e) => l.Children.map(e.children, (i) => {
|
|
|
6169
6169
|
[`list-with-diode--rubric-${e.rubricColor}`]: !!e.rubricColor
|
|
6170
6170
|
}) : r == null ? void 0 : r.className, __self: void 0, __source: {
|
|
6171
6171
|
fileName: _l,
|
|
6172
|
-
lineNumber:
|
|
6172
|
+
lineNumber: 21,
|
|
6173
6173
|
columnNumber: 9
|
|
6174
6174
|
} }, i.type === "li" && /* @__PURE__ */ l.createElement(f, { name: "diode", size: 16, mr: "xs", __self: void 0, __source: {
|
|
6175
6175
|
fileName: _l,
|
|
6176
|
-
lineNumber:
|
|
6176
|
+
lineNumber: 31,
|
|
6177
6177
|
columnNumber: 35
|
|
6178
6178
|
} }), c ? Ol({
|
|
6179
6179
|
rubricColor: e.rubricColor,
|
|
@@ -11302,11 +11302,11 @@ const R0 = ({
|
|
|
11302
11302
|
columnNumber: 3
|
|
11303
11303
|
} }, a && /* @__PURE__ */ l.createElement(_, { ...a, as: "span", whiteSpace: "nowrap", className: v("c-media-link__text", {
|
|
11304
11304
|
"c-media-link__text--is-hidden-under-xxl": o
|
|
11305
|
-
}, a
|
|
11305
|
+
}, a.className), __self: void 0, __source: {
|
|
11306
11306
|
fileName: Nl,
|
|
11307
11307
|
lineNumber: 38,
|
|
11308
11308
|
columnNumber: 7
|
|
11309
|
-
} }, a
|
|
11309
|
+
} }, a.children));
|
|
11310
11310
|
var E = "/home/travis/build/20minutes/hela/src/components/molecules/Menu/Menu.tsx";
|
|
11311
11311
|
const Ue = ({
|
|
11312
11312
|
categories: e,
|
|
@@ -13139,7 +13139,7 @@ const o5 = ({
|
|
|
13139
13139
|
liveTime: p.liveTime
|
|
13140
13140
|
}, cardTitleProps: {
|
|
13141
13141
|
size: {
|
|
13142
|
-
xs: "xxs-
|
|
13142
|
+
xs: "xxs-2",
|
|
13143
13143
|
md: "xxs-3"
|
|
13144
13144
|
},
|
|
13145
13145
|
cartridge: p.cartridge
|