krl-alfred 2.17.24 → 2.17.25
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.
|
@@ -16,6 +16,6 @@ var props_1 = require("./props");
|
|
|
16
16
|
var BlogCard_styled_1 = require("./BlogCard.styled");
|
|
17
17
|
var BlogCard = function (props) {
|
|
18
18
|
var _a = props.authorTitle, authorTitle = _a === void 0 ? props_1.BlogCardDefault.authorTitle : _a, _b = props.authorImg, authorImg = _b === void 0 ? props_1.BlogCardDefault.authorImg : _b, _c = props.contentImg, contentImg = _c === void 0 ? props_1.BlogCardDefault.contentImg : _c, _d = props.tags, tags = _d === void 0 ? props_1.BlogCardDefault.tags : _d, _e = props.date, date = _e === void 0 ? props_1.BlogCardDefault.date : _e, _f = props.contentTitle, contentTitle = _f === void 0 ? props_1.BlogCardDefault.contentTitle : _f, _g = props.contentDesc, contentDesc = _g === void 0 ? props_1.BlogCardDefault.contentDesc : _g, _h = props.direction, direction = _h === void 0 ? props_1.BlogCardDefault.direction : _h, _j = props.size, size = _j === void 0 ? props_1.BlogCardDefault.size : _j;
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)(BlogCard_styled_1.BlogCardStyled, __assign({ "$direction": direction, "$size": size }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "author" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "img" }, { children: authorImg })), (0, jsx_runtime_1.jsx)("strong", __assign({ className: "title" }, { children: authorTitle }))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "content" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "contentImg" }, { children: contentImg })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "contentBottom" }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "tagWrapper" }, { children: [(0, jsx_runtime_1.jsx)("span", __assign({ className: "tags" }, { children: tags })), (0, jsx_runtime_1.jsx)("span", __assign({ className: "date" }, { children: date }))] })), (0, jsx_runtime_1.jsx)("strong",
|
|
19
|
+
return ((0, jsx_runtime_1.jsxs)(BlogCard_styled_1.BlogCardStyled, __assign({ "$direction": direction, "$size": size }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "author" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "img" }, { children: authorImg })), (0, jsx_runtime_1.jsx)("strong", __assign({ className: "title" }, { children: authorTitle }))] })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "content" }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: "contentImg" }, { children: contentImg })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: "contentBottom" }, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "tagWrapper" }, { children: [(0, jsx_runtime_1.jsx)("span", __assign({ className: "tags" }, { children: tags })), (0, jsx_runtime_1.jsx)("span", __assign({ className: "date" }, { children: date }))] })), (0, jsx_runtime_1.jsx)("strong", { className: "contentTitle", dangerouslySetInnerHTML: { __html: contentTitle } }), (0, jsx_runtime_1.jsx)("p", __assign({ className: "contentDesc" }, { children: contentDesc }))] }))] }))] })));
|
|
20
20
|
};
|
|
21
21
|
exports.default = BlogCard;
|
|
@@ -27,6 +27,6 @@ exports.Default = {
|
|
|
27
27
|
args: {
|
|
28
28
|
poster: "https://www.kiralarsin.com/Banners/kiralama-uzatmain-new.svg",
|
|
29
29
|
title: "Buharlı temizlik makinesini kullanmaya emin olamıyordum. ",
|
|
30
|
-
videoUrl: "https://
|
|
30
|
+
videoUrl: "https://kiralarsin.s3.eu-central-1.amazonaws.com/video/bugu%CC%88n-kiralarsin-dan-kiraladig%CC%86im-insta360-ile-keyifli-bi-motosiklet-gezisi-yaptim.mp4"
|
|
31
31
|
},
|
|
32
32
|
};
|