@appcorp/kismaa-web-ui 0.1.84 → 0.1.86
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.
|
@@ -67,8 +67,15 @@ var Accordion = function (_a) {
|
|
|
67
67
|
react_1.default.createElement(solid_1.ChevronDownIcon, { className: "h-4 w-4 transition-all duration-300 ease-in-out lg:h-7 lg:w-7 ".concat(open[index] ? 'rotate-180' : ' ', " ") })))),
|
|
68
68
|
open[index] && (react_1.default.createElement("div", { className: "mt-7 w-[95%] text-black/45" },
|
|
69
69
|
typeof item.description === 'string' && (react_1.default.createElement(typography_1.Typography, { variant: typography_1.TYPOGRAPHY_VARIANTS.P1 }, item.description)),
|
|
70
|
-
typeof item.description === 'object' && (react_1.default.createElement("div", { className: "
|
|
71
|
-
react_1.default.createElement("
|
|
72
|
-
|
|
70
|
+
typeof item.description === 'object' && (react_1.default.createElement("div", { className: "flex flex-col gap-4" },
|
|
71
|
+
react_1.default.createElement("div", { className: "grid grid-cols-4 items-center justify-center" },
|
|
72
|
+
react_1.default.createElement("p", { className: "font-secondary col-span-1 font-bold text-gray-500" }, "Love & Relationship"),
|
|
73
|
+
react_1.default.createElement(typography_1.Typography, { className: "col-span-3", variant: typography_1.TYPOGRAPHY_VARIANTS.P1 }, item.description.loveRelationshipYearly)),
|
|
74
|
+
react_1.default.createElement("div", { className: "grid grid-cols-4 items-center justify-center" },
|
|
75
|
+
react_1.default.createElement("p", { className: "font-secondary col-span-1 font-bold text-gray-500" }, "Friends & Family"),
|
|
76
|
+
react_1.default.createElement(typography_1.Typography, { className: "col-span-3", variant: typography_1.TYPOGRAPHY_VARIANTS.P1 }, item.description.friendFamilyYearly)),
|
|
77
|
+
react_1.default.createElement("div", { className: "grid grid-cols-4 items-center justify-center" },
|
|
78
|
+
react_1.default.createElement("p", { className: "font-secondary col-span-1 font-bold text-gray-500" }, "Career"),
|
|
79
|
+
react_1.default.createElement(typography_1.Typography, { className: "col-span-3", variant: typography_1.TYPOGRAPHY_VARIANTS.P1 }, item.description.careerYearly)))))))); })));
|
|
73
80
|
};
|
|
74
81
|
exports.Accordion = Accordion;
|