@trafilea/afrodita-components 6.36.13 → 6.36.15
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/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/build/theme/truekind.theme.js +3 -3
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -20025,7 +20025,7 @@ var templateObject_1$m, templateObject_2$f, templateObject_3$d, templateObject_4
|
|
|
20025
20025
|
|
|
20026
20026
|
function Card(_a) {
|
|
20027
20027
|
var children = _a.children, link = _a.link, icon = _a.icon, _b = _a.isChecked, isChecked = _b === void 0 ? false : _b, bodyCopy = _a.bodyCopy, titleCopy = _a.titleCopy, style = _a.style;
|
|
20028
|
-
return (jsxs$1(ContainerWrapper, __assign$1({ "$checked": isChecked, style: style }, { children: [jsxs$1(CardHeaderWrapper, { children: [jsxs$1(ClubCopyWrapper, { children: [icon, jsx$1(ClubCopyTextWrapper, { children: titleCopy }, void 0)] }, void 0), jsx$1("div", { children: children }, void 0)] }, void 0), jsxs$1(CardBody, __assign$1({ id: "joinClubCardBody" }, { children: [bodyCopy, ' ', jsx$1("a", __assign$1({ href: link, target: "_blank", rel: "noreferrer" }, { children: "Terms here." }), void 0)] }), void 0)] }), void 0));
|
|
20028
|
+
return (jsxs$1(ContainerWrapper, __assign$1({ "$checked": isChecked, style: style }, { children: [jsxs$1(CardHeaderWrapper, { children: [jsxs$1(ClubCopyWrapper, { children: [icon, jsx$1(ClubCopyTextWrapper, { children: titleCopy }, void 0)] }, void 0), jsx$1("div", { children: children }, void 0)] }, void 0), !isChecked && (jsxs$1(CardBody, __assign$1({ id: "joinClubCardBody" }, { children: [bodyCopy, ' ', jsx$1("a", __assign$1({ href: link, target: "_blank", rel: "noreferrer" }, { children: "Terms here." }), void 0)] }), void 0))] }), void 0));
|
|
20029
20029
|
}
|
|
20030
20030
|
|
|
20031
20031
|
var JoinClubCard = function (_a) {
|
package/build/index.js
CHANGED
|
@@ -20051,7 +20051,7 @@ var templateObject_1$m, templateObject_2$f, templateObject_3$d, templateObject_4
|
|
|
20051
20051
|
|
|
20052
20052
|
function Card(_a) {
|
|
20053
20053
|
var children = _a.children, link = _a.link, icon = _a.icon, _b = _a.isChecked, isChecked = _b === void 0 ? false : _b, bodyCopy = _a.bodyCopy, titleCopy = _a.titleCopy, style = _a.style;
|
|
20054
|
-
return (jsxRuntime.jsxs(ContainerWrapper, __assign$1({ "$checked": isChecked, style: style }, { children: [jsxRuntime.jsxs(CardHeaderWrapper, { children: [jsxRuntime.jsxs(ClubCopyWrapper, { children: [icon, jsxRuntime.jsx(ClubCopyTextWrapper, { children: titleCopy }, void 0)] }, void 0), jsxRuntime.jsx("div", { children: children }, void 0)] }, void 0), jsxRuntime.jsxs(CardBody, __assign$1({ id: "joinClubCardBody" }, { children: [bodyCopy, ' ', jsxRuntime.jsx("a", __assign$1({ href: link, target: "_blank", rel: "noreferrer" }, { children: "Terms here." }), void 0)] }), void 0)] }), void 0));
|
|
20054
|
+
return (jsxRuntime.jsxs(ContainerWrapper, __assign$1({ "$checked": isChecked, style: style }, { children: [jsxRuntime.jsxs(CardHeaderWrapper, { children: [jsxRuntime.jsxs(ClubCopyWrapper, { children: [icon, jsxRuntime.jsx(ClubCopyTextWrapper, { children: titleCopy }, void 0)] }, void 0), jsxRuntime.jsx("div", { children: children }, void 0)] }, void 0), !isChecked && (jsxRuntime.jsxs(CardBody, __assign$1({ id: "joinClubCardBody" }, { children: [bodyCopy, ' ', jsxRuntime.jsx("a", __assign$1({ href: link, target: "_blank", rel: "noreferrer" }, { children: "Terms here." }), void 0)] }), void 0))] }), void 0));
|
|
20055
20055
|
}
|
|
20056
20056
|
|
|
20057
20057
|
var JoinClubCard = function (_a) {
|
|
@@ -500,9 +500,9 @@ var truekind = {
|
|
|
500
500
|
label: {
|
|
501
501
|
color: '--colors-pallete-secondary-color',
|
|
502
502
|
fontSize: {
|
|
503
|
-
small: '0.
|
|
504
|
-
medium: '
|
|
505
|
-
large: '
|
|
503
|
+
small: '0.875rem',
|
|
504
|
+
medium: '1rem',
|
|
505
|
+
large: '1rem',
|
|
506
506
|
},
|
|
507
507
|
lineHeight: {
|
|
508
508
|
small: '0.875rem',
|
package/package.json
CHANGED