atenea-components 1.4.17
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/atoms/ActionDropdown.d.ts +20 -0
- package/dist/components/atoms/ActionDropdown.js +56 -0
- package/dist/components/atoms/Button.d.ts +10 -0
- package/dist/components/atoms/Button.js +55 -0
- package/dist/components/atoms/Checkbox.d.ts +13 -0
- package/dist/components/atoms/Checkbox.js +60 -0
- package/dist/components/atoms/Dropdown.d.ts +18 -0
- package/dist/components/atoms/Dropdown.js +116 -0
- package/dist/components/atoms/Input.d.ts +15 -0
- package/dist/components/atoms/Input.js +118 -0
- package/dist/components/atoms/IntroIllustration.d.ts +6 -0
- package/dist/components/atoms/IntroIllustration.js +12 -0
- package/dist/components/atoms/List.d.ts +7 -0
- package/dist/components/atoms/List.js +13 -0
- package/dist/components/atoms/ListItem.d.ts +9 -0
- package/dist/components/atoms/ListItem.js +12 -0
- package/dist/components/atoms/MenuItem.d.ts +12 -0
- package/dist/components/atoms/MenuItem.js +47 -0
- package/dist/components/atoms/Radio.d.ts +13 -0
- package/dist/components/atoms/Radio.js +52 -0
- package/dist/components/atoms/SelectDropdown.d.ts +19 -0
- package/dist/components/atoms/SelectDropdown.js +146 -0
- package/dist/components/atoms/Toggle.d.ts +11 -0
- package/dist/components/atoms/Toggle.js +59 -0
- package/dist/components/icons/IconArrowDown.d.ts +2 -0
- package/dist/components/icons/IconArrowDown.js +10 -0
- package/dist/components/icons/IconArrowLeft.d.ts +2 -0
- package/dist/components/icons/IconArrowLeft.js +10 -0
- package/dist/components/icons/IconArrowRight.d.ts +2 -0
- package/dist/components/icons/IconArrowRight.js +10 -0
- package/dist/components/icons/IconArrowUp.d.ts +2 -0
- package/dist/components/icons/IconArrowUp.js +10 -0
- package/dist/components/icons/IconBase.d.ts +10 -0
- package/dist/components/icons/IconBase.js +30 -0
- package/dist/components/icons/IconBook.d.ts +2 -0
- package/dist/components/icons/IconBook.js +10 -0
- package/dist/components/icons/IconBookmark.d.ts +2 -0
- package/dist/components/icons/IconBookmark.js +10 -0
- package/dist/components/icons/IconCalendar.d.ts +2 -0
- package/dist/components/icons/IconCalendar.js +10 -0
- package/dist/components/icons/IconCancel.d.ts +2 -0
- package/dist/components/icons/IconCancel.js +10 -0
- package/dist/components/icons/IconCheck.d.ts +2 -0
- package/dist/components/icons/IconCheck.js +10 -0
- package/dist/components/icons/IconCheckCircle.d.ts +2 -0
- package/dist/components/icons/IconCheckCircle.js +10 -0
- package/dist/components/icons/IconChevronDown.d.ts +2 -0
- package/dist/components/icons/IconChevronDown.js +10 -0
- package/dist/components/icons/IconChevronLeft.d.ts +2 -0
- package/dist/components/icons/IconChevronLeft.js +10 -0
- package/dist/components/icons/IconChevronRight.d.ts +2 -0
- package/dist/components/icons/IconChevronRight.js +10 -0
- package/dist/components/icons/IconChevronUp.d.ts +2 -0
- package/dist/components/icons/IconChevronUp.js +10 -0
- package/dist/components/icons/IconClipboard.d.ts +2 -0
- package/dist/components/icons/IconClipboard.js +10 -0
- package/dist/components/icons/IconCreditCard.d.ts +2 -0
- package/dist/components/icons/IconCreditCard.js +10 -0
- package/dist/components/icons/IconExclamationOctagon.d.ts +2 -0
- package/dist/components/icons/IconExclamationOctagon.js +10 -0
- package/dist/components/icons/IconExclamationTriangle.d.ts +2 -0
- package/dist/components/icons/IconExclamationTriangle.js +10 -0
- package/dist/components/icons/IconFile.d.ts +2 -0
- package/dist/components/icons/IconFile.js +10 -0
- package/dist/components/icons/IconFileScan.d.ts +2 -0
- package/dist/components/icons/IconFileScan.js +10 -0
- package/dist/components/icons/IconHouse.d.ts +2 -0
- package/dist/components/icons/IconHouse.js +10 -0
- package/dist/components/icons/IconInformationCircle.d.ts +2 -0
- package/dist/components/icons/IconInformationCircle.js +10 -0
- package/dist/components/icons/IconKanban.d.ts +2 -0
- package/dist/components/icons/IconKanban.js +10 -0
- package/dist/components/icons/IconLayout.d.ts +2 -0
- package/dist/components/icons/IconLayout.js +10 -0
- package/dist/components/icons/IconList.d.ts +2 -0
- package/dist/components/icons/IconList.js +10 -0
- package/dist/components/icons/IconListArrow.d.ts +2 -0
- package/dist/components/icons/IconListArrow.js +10 -0
- package/dist/components/icons/IconLogout.d.ts +2 -0
- package/dist/components/icons/IconLogout.js +10 -0
- package/dist/components/icons/IconMessage.d.ts +2 -0
- package/dist/components/icons/IconMessage.js +10 -0
- package/dist/components/icons/IconMessagePlus.d.ts +2 -0
- package/dist/components/icons/IconMessagePlus.js +10 -0
- package/dist/components/icons/IconPause.d.ts +2 -0
- package/dist/components/icons/IconPause.js +10 -0
- package/dist/components/icons/IconPencil.d.ts +2 -0
- package/dist/components/icons/IconPencil.js +10 -0
- package/dist/components/icons/IconPlay.d.ts +2 -0
- package/dist/components/icons/IconPlay.js +10 -0
- package/dist/components/icons/IconSidebar.d.ts +2 -0
- package/dist/components/icons/IconSidebar.js +10 -0
- package/dist/components/icons/IconSidebarCollapse.d.ts +2 -0
- package/dist/components/icons/IconSidebarCollapse.js +10 -0
- package/dist/components/icons/IconSidebarExpand.d.ts +2 -0
- package/dist/components/icons/IconSidebarExpand.js +10 -0
- package/dist/components/icons/IconTimer.d.ts +2 -0
- package/dist/components/icons/IconTimer.js +10 -0
- package/dist/components/icons/IconTrash.d.ts +2 -0
- package/dist/components/icons/IconTrash.js +10 -0
- package/dist/components/icons/IconUser.d.ts +2 -0
- package/dist/components/icons/IconUser.js +10 -0
- package/dist/components/icons/IconVerticalDots.d.ts +2 -0
- package/dist/components/icons/IconVerticalDots.js +10 -0
- package/dist/components/molecules/AnswerOption.d.ts +15 -0
- package/dist/components/molecules/AnswerOption.js +49 -0
- package/dist/components/molecules/Avatar.d.ts +15 -0
- package/dist/components/molecules/Avatar.js +39 -0
- package/dist/components/molecules/Breadcrumb.d.ts +26 -0
- package/dist/components/molecules/Breadcrumb.js +20 -0
- package/dist/components/molecules/Card.d.ts +46 -0
- package/dist/components/molecules/Card.js +16 -0
- package/dist/components/molecules/CommentCard.d.ts +9 -0
- package/dist/components/molecules/CommentCard.js +9 -0
- package/dist/components/molecules/CountdownCard.d.ts +14 -0
- package/dist/components/molecules/CountdownCard.js +30 -0
- package/dist/components/molecules/DashboardCard.d.ts +13 -0
- package/dist/components/molecules/DashboardCard.js +9 -0
- package/dist/components/molecules/FilterBar.d.ts +19 -0
- package/dist/components/molecules/FilterBar.js +15 -0
- package/dist/components/molecules/Flashcard.d.ts +13 -0
- package/dist/components/molecules/Flashcard.js +20 -0
- package/dist/components/molecules/GlobalProgressCard.d.ts +22 -0
- package/dist/components/molecules/GlobalProgressCard.js +36 -0
- package/dist/components/molecules/MoodTracker.d.ts +13 -0
- package/dist/components/molecules/MoodTracker.js +25 -0
- package/dist/components/molecules/NewsItem.d.ts +12 -0
- package/dist/components/molecules/NewsItem.js +10 -0
- package/dist/components/molecules/PercentageItem.d.ts +10 -0
- package/dist/components/molecules/PercentageItem.js +27 -0
- package/dist/components/molecules/SleepTracker.d.ts +13 -0
- package/dist/components/molecules/SleepTracker.js +25 -0
- package/dist/components/molecules/StreakCard.d.ts +11 -0
- package/dist/components/molecules/StreakCard.js +12 -0
- package/dist/components/molecules/StudyMaterialIntro.d.ts +13 -0
- package/dist/components/molecules/StudyMaterialIntro.js +9 -0
- package/dist/components/molecules/TaskItem.d.ts +25 -0
- package/dist/components/molecules/TaskItem.js +33 -0
- package/dist/components/molecules/Timer.d.ts +13 -0
- package/dist/components/molecules/Timer.js +60 -0
- package/dist/components/molecules/WeekDaySelector.d.ts +23 -0
- package/dist/components/molecules/WeekDaySelector.js +17 -0
- package/dist/components/molecules/WeeklyObjectivesCard.d.ts +11 -0
- package/dist/components/molecules/WeeklyObjectivesCard.js +12 -0
- package/dist/components/organisms/FeatureList.d.ts +12 -0
- package/dist/components/organisms/FeatureList.js +14 -0
- package/dist/components/organisms/NewsList.d.ts +20 -0
- package/dist/components/organisms/NewsList.js +45 -0
- package/dist/components/organisms/PercentageCard.d.ts +14 -0
- package/dist/components/organisms/PercentageCard.js +26 -0
- package/dist/index.d.ts +74 -0
- package/dist/index.js +86 -0
- package/dist/tokens/borders.d.ts +8 -0
- package/dist/tokens/borders.js +12 -0
- package/dist/tokens/colors.d.ts +116 -0
- package/dist/tokens/colors.js +120 -0
- package/dist/tokens/index.d.ts +5 -0
- package/dist/tokens/index.js +21 -0
- package/dist/tokens/spacing.d.ts +3 -0
- package/dist/tokens/spacing.js +7 -0
- package/dist/tokens/theme.d.ts +247 -0
- package/dist/tokens/theme.js +17 -0
- package/dist/tokens/typography.d.ts +120 -0
- package/dist/tokens/typography.js +87 -0
- package/package.json +69 -0
- package/readme.md +88 -0
- package/theme.js +335 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconFile = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconFile = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuFile }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconFile = IconFile;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconFileScan = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconFileScan = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuFileScan }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconFileScan = IconFileScan;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconHouse = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconHouse = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuHouse }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconHouse = IconHouse;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconInformationCircle = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconInformationCircle = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuInfo }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconInformationCircle = IconInformationCircle;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconKanban = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconKanban = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuSquareKanban }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconKanban = IconKanban;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconLayout = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconLayout = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuLayoutDashboard }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconLayout = IconLayout;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconList = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconList = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuList }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconList = IconList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconListArrow = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconListArrow = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuListStart }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconListArrow = IconListArrow;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconLogout = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconLogout = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuLogOut }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconLogout = IconLogout;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconMessage = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconMessage = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuMessageSquareText }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconMessage = IconMessage;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconMessagePlus = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconMessagePlus = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuMessageCirclePlus }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconMessagePlus = IconMessagePlus;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconPause = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconPause = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuPause }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconPause = IconPause;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconPencil = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconPencil = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuPencil }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconPencil = IconPencil;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconPlay = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconPlay = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuPlay }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconPlay = IconPlay;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconSidebar = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const go_1 = require("react-icons/go");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconSidebar = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: go_1.GoSidebarExpand }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconSidebar = IconSidebar;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconSidebarCollapse = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const go_1 = require("react-icons/go");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconSidebarCollapse = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: go_1.GoSidebarCollapse }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconSidebarCollapse = IconSidebarCollapse;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconSidebarExpand = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const go_1 = require("react-icons/go");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconSidebarExpand = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: go_1.GoSidebarExpand }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconSidebarExpand = IconSidebarExpand;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTimer = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconTimer = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuTimer }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconTimer = IconTimer;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTrash2 = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconTrash2 = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuTrash2 }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconTrash2 = IconTrash2;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconUser = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconUser = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuUserRound }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconUser = IconUser;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconVerticalDots = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const lu_1 = require("react-icons/lu");
|
|
6
|
+
const IconBase_1 = require("./IconBase");
|
|
7
|
+
const IconVerticalDots = (props) => {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(IconBase_1.IconBase, Object.assign({ icon: lu_1.LuEllipsisVertical }, props));
|
|
9
|
+
};
|
|
10
|
+
exports.IconVerticalDots = IconVerticalDots;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type OptionState = "default" | "hover" | "selected";
|
|
3
|
+
type Correctness = "none" | "correct" | "incorrect";
|
|
4
|
+
export interface AnswerOptionProps {
|
|
5
|
+
label: string;
|
|
6
|
+
letter?: string;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
state?: OptionState;
|
|
9
|
+
correctness?: Correctness;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const AnswerOption: React.FC<AnswerOptionProps>;
|
|
15
|
+
export default AnswerOption;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AnswerOption = void 0;
|
|
7
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
+
const clsx_1 = __importDefault(require("clsx"));
|
|
9
|
+
const IconCheck_1 = require("../icons/IconCheck");
|
|
10
|
+
const IconCancel_1 = require("../icons/IconCancel");
|
|
11
|
+
const baseContainer = "w-full rounded-lg border transition-colors flex items-start gap-3 p-4 cursor-pointer group";
|
|
12
|
+
function getContainerClasses(state, disabled, correctness) {
|
|
13
|
+
const defaultClasses = "bg-white-100 border-grey-200 hover:border-grey-300";
|
|
14
|
+
const selectedClasses = "bg-grey-50 border-grey-400";
|
|
15
|
+
const hoverOnly = "border-grey-400";
|
|
16
|
+
const disabledClasses = "opacity-60 cursor-not-allowed";
|
|
17
|
+
const correctClasses = "bg-primary-50 border-green-300";
|
|
18
|
+
const incorrectClasses = "bg-redDanger-50 border-red-300";
|
|
19
|
+
if (disabled)
|
|
20
|
+
return (0, clsx_1.default)(defaultClasses, disabledClasses);
|
|
21
|
+
if (correctness === "correct")
|
|
22
|
+
return correctClasses;
|
|
23
|
+
if (correctness === "incorrect")
|
|
24
|
+
return incorrectClasses;
|
|
25
|
+
if (state === "selected")
|
|
26
|
+
return selectedClasses;
|
|
27
|
+
if (state === "hover")
|
|
28
|
+
return hoverOnly;
|
|
29
|
+
return defaultClasses;
|
|
30
|
+
}
|
|
31
|
+
const circleBase = "flex-shrink-0 rounded-full w-6 h-6 transition-colors flex items-center justify-center text-textAtenea-900";
|
|
32
|
+
function getCircleClasses(state, correctness) {
|
|
33
|
+
const neutral = "border border-grey-300 group-hover:border-grey-400";
|
|
34
|
+
const selected = "border border-grey-400";
|
|
35
|
+
const correct = "bg-green-500 text-white border border-green-500";
|
|
36
|
+
const incorrect = "bg-redDanger-500 text-white border border-redDanger-500";
|
|
37
|
+
if (correctness === "correct")
|
|
38
|
+
return correct;
|
|
39
|
+
if (correctness === "incorrect")
|
|
40
|
+
return incorrect;
|
|
41
|
+
if (state === "hover")
|
|
42
|
+
return selected;
|
|
43
|
+
return state === "selected" ? selected : neutral;
|
|
44
|
+
}
|
|
45
|
+
const AnswerOption = ({ label, letter, icon, state = "default", correctness = "none", onClick, disabled = false, className, }) => {
|
|
46
|
+
return ((0, jsx_runtime_1.jsxs)("button", { type: "button", onClick: onClick, disabled: disabled, className: (0, clsx_1.default)(baseContainer, getContainerClasses(state, disabled, correctness), className), children: [(0, jsx_runtime_1.jsx)("span", { className: (0, clsx_1.default)(circleBase, getCircleClasses(state, correctness)), children: correctness === "correct" ? ((0, jsx_runtime_1.jsx)(IconCheck_1.IconCheck, { color: "white" })) : correctness === "incorrect" ? ((0, jsx_runtime_1.jsx)(IconCancel_1.IconCancel, { color: "white" })) : icon ? (icon) : (letter) }), (0, jsx_runtime_1.jsx)("span", { className: "text-textAtenea-900 text-b3 text-left", children: label })] }));
|
|
47
|
+
};
|
|
48
|
+
exports.AnswerOption = AnswerOption;
|
|
49
|
+
exports.default = exports.AnswerOption;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type AvatarSize = "medium" | "small";
|
|
3
|
+
type PresenceStatus = "online" | "offline";
|
|
4
|
+
export interface AvatarProps {
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
size?: AvatarSize;
|
|
8
|
+
icon?: React.ReactNode;
|
|
9
|
+
status?: PresenceStatus;
|
|
10
|
+
backgroundColor?: string;
|
|
11
|
+
showInfo?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const Avatar: React.FC<AvatarProps>;
|
|
15
|
+
export default Avatar;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Avatar = void 0;
|
|
7
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
+
const clsx_1 = __importDefault(require("clsx"));
|
|
9
|
+
const containerGapBySize = {
|
|
10
|
+
medium: "gap-4",
|
|
11
|
+
small: "gap-3",
|
|
12
|
+
};
|
|
13
|
+
const avatarDimensionBySize = {
|
|
14
|
+
medium: "w-12 h-12 text-xl",
|
|
15
|
+
small: "w-9 h-9 text-base",
|
|
16
|
+
};
|
|
17
|
+
const nameTextBySize = {
|
|
18
|
+
medium: "text-b2",
|
|
19
|
+
small: "text-b4",
|
|
20
|
+
};
|
|
21
|
+
const descTextBySize = {
|
|
22
|
+
medium: "text-b3",
|
|
23
|
+
small: "text-c1",
|
|
24
|
+
};
|
|
25
|
+
const Avatar = ({ name, description, size = "medium", icon, status, backgroundColor = "bg-primary-300", showInfo = true, className, }) => {
|
|
26
|
+
var _a, _b;
|
|
27
|
+
const initial = (_b = (_a = name === null || name === void 0 ? void 0 : name.trim()) === null || _a === void 0 ? void 0 : _a.charAt(0)) === null || _b === void 0 ? void 0 : _b.toUpperCase();
|
|
28
|
+
const showStatus = Boolean(status);
|
|
29
|
+
const isOnline = status === "online";
|
|
30
|
+
const circle = ((0, jsx_runtime_1.jsxs)("div", { className: "relative inline-block", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, clsx_1.default)("rounded-full flex items-center justify-center text-textAtenea-900", backgroundColor, avatarDimensionBySize[size]), children: icon ? ((0, jsx_runtime_1.jsx)("span", { className: "flex items-center justify-center", children: icon })) : ((0, jsx_runtime_1.jsx)("span", { className: "font-medium", children: initial })) }), showStatus && ((0, jsx_runtime_1.jsx)("span", { className: (0, clsx_1.default)("absolute rounded-full border-2 border-white-100", size === "medium"
|
|
31
|
+
? "w-4 h-4 -right-0 -bottom-0"
|
|
32
|
+
: "w-3 h-3 -right-0 -bottom-0", isOnline ? "bg-green-500" : "bg-gray-300") }))] }));
|
|
33
|
+
if (!showInfo) {
|
|
34
|
+
return circle;
|
|
35
|
+
}
|
|
36
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: (0, clsx_1.default)("flex items-center", containerGapBySize[size], className), children: [circle, (0, jsx_runtime_1.jsxs)("div", { className: "min-w-0 flex-1 text-left", children: [(0, jsx_runtime_1.jsx)("p", { className: (0, clsx_1.default)("text-textAtenea-900 font-medium truncate", nameTextBySize[size]), children: name }), description && ((0, jsx_runtime_1.jsx)("p", { className: (0, clsx_1.default)("text-textAtenea-500 truncate", descTextBySize[size]), children: description }))] })] }));
|
|
37
|
+
};
|
|
38
|
+
exports.Avatar = Avatar;
|
|
39
|
+
exports.default = exports.Avatar;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
export interface BreadcrumbItem {
|
|
3
|
+
label: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
icon?: ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export interface BreadcrumbProps {
|
|
8
|
+
items: BreadcrumbItem[];
|
|
9
|
+
separator?: ReactNode;
|
|
10
|
+
className?: string;
|
|
11
|
+
itemClassName?: string;
|
|
12
|
+
linkClassName?: string;
|
|
13
|
+
activeItemClassName?: string;
|
|
14
|
+
showHomeIcon?: boolean;
|
|
15
|
+
homeIcon?: ReactNode;
|
|
16
|
+
homeLabel?: string;
|
|
17
|
+
homeHref?: string;
|
|
18
|
+
currentPath?: string;
|
|
19
|
+
maxLength?: number;
|
|
20
|
+
LinkComponent?: React.ComponentType<{
|
|
21
|
+
href: string;
|
|
22
|
+
className?: string;
|
|
23
|
+
children: ReactNode;
|
|
24
|
+
}>;
|
|
25
|
+
}
|
|
26
|
+
export default function Breadcrumb({ items, separator, className, itemClassName, linkClassName, activeItemClassName, showHomeIcon, homeIcon, homeLabel, homeHref, currentPath, maxLength, LinkComponent, }: BreadcrumbProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = Breadcrumb;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function Breadcrumb({ items, separator = "/", className = "flex items-center space-x-2 text-sm text-gray-600 mb-4 px-4 pt-4", itemClassName = "flex items-center", linkClassName = "text-gray-500 hover:text-gray-700 transition-colors", activeItemClassName = "text-gray-900 font-medium", showHomeIcon = false, homeIcon, homeLabel = "Inicio", homeHref = "/", currentPath = "", maxLength = 8, LinkComponent, }) {
|
|
6
|
+
const truncateLabel = (label) => {
|
|
7
|
+
if (maxLength && label.length > maxLength) {
|
|
8
|
+
return label.substring(0, maxLength) + "...";
|
|
9
|
+
}
|
|
10
|
+
return label;
|
|
11
|
+
};
|
|
12
|
+
const allItems = showHomeIcon
|
|
13
|
+
? [{ label: homeLabel, href: homeHref, icon: homeIcon }, ...items]
|
|
14
|
+
: items;
|
|
15
|
+
return ((0, jsx_runtime_1.jsx)("nav", { className: className, children: allItems.map((item, index) => {
|
|
16
|
+
const isLast = index === allItems.length - 1;
|
|
17
|
+
const isActive = !item.href || currentPath === item.href;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: itemClassName, children: [item.href && !isActive ? (LinkComponent ? ((0, jsx_runtime_1.jsxs)(LinkComponent, { href: item.href, className: `${linkClassName} flex items-center justify-center`, children: [item.icon && ((0, jsx_runtime_1.jsx)("span", { className: "mr-1 flex items-center", children: item.icon })), (0, jsx_runtime_1.jsx)("span", { className: "flex items-center", title: item.label, children: truncateLabel(item.label) })] })) : ((0, jsx_runtime_1.jsxs)("a", { href: item.href, className: `${linkClassName} flex items-center justify-center`, children: [item.icon && ((0, jsx_runtime_1.jsx)("span", { className: "mr-1 flex items-center", children: item.icon })), (0, jsx_runtime_1.jsx)("span", { className: "flex items-center", title: item.label, children: truncateLabel(item.label) })] }))) : ((0, jsx_runtime_1.jsxs)("span", { className: `${isActive ? activeItemClassName : ""} flex items-center justify-center`, children: [item.icon && ((0, jsx_runtime_1.jsx)("span", { className: "mr-1 flex items-center", children: item.icon })), (0, jsx_runtime_1.jsx)("span", { className: `flex items-center ${isActive ? "truncate max-w-md" : ""}`, title: item.label, children: truncateLabel(item.label) })] })), !isLast && (0, jsx_runtime_1.jsx)("span", { className: "text-gray-400 mx-2", children: separator })] }, index));
|
|
19
|
+
}) }));
|
|
20
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface CardProps {
|
|
3
|
+
icon?: React.ReactNode;
|
|
4
|
+
image?: string;
|
|
5
|
+
title: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
date?: string;
|
|
8
|
+
time?: string;
|
|
9
|
+
author?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
link?: {
|
|
12
|
+
label: string;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
};
|
|
15
|
+
button?: {
|
|
16
|
+
label: string;
|
|
17
|
+
onClick: () => void;
|
|
18
|
+
isLoading?: boolean;
|
|
19
|
+
};
|
|
20
|
+
checkbox?: {
|
|
21
|
+
label: string;
|
|
22
|
+
checked: boolean;
|
|
23
|
+
onChange: (checked: boolean) => void;
|
|
24
|
+
};
|
|
25
|
+
dropdown?: {
|
|
26
|
+
options: {
|
|
27
|
+
label: string;
|
|
28
|
+
value: string;
|
|
29
|
+
}[];
|
|
30
|
+
value: string;
|
|
31
|
+
onChange: (value: string) => void;
|
|
32
|
+
relatedButton?: {
|
|
33
|
+
label: string;
|
|
34
|
+
onClick: (selectedValue: string) => void;
|
|
35
|
+
isLoading?: boolean;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
tag?: {
|
|
39
|
+
text: string;
|
|
40
|
+
backgroundColor?: string;
|
|
41
|
+
textColor?: string;
|
|
42
|
+
};
|
|
43
|
+
verySoon?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export declare const Card: React.FC<CardProps>;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Card = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const Button_1 = require("../atoms/Button");
|
|
6
|
+
const SelectDropdown_1 = require("../atoms/SelectDropdown");
|
|
7
|
+
const Checkbox_1 = require("../atoms/Checkbox");
|
|
8
|
+
const IconCalendar_1 = require("../icons/IconCalendar");
|
|
9
|
+
const IconUser_1 = require("../icons/IconUser");
|
|
10
|
+
const __1 = require("../..");
|
|
11
|
+
const Card = ({ icon, title, description, date, time, author, disabled, link, button, checkbox, dropdown, image, tag, verySoon, }) => {
|
|
12
|
+
// Use disabled prop directly
|
|
13
|
+
const isDisabled = disabled || false;
|
|
14
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: `border border-gray-200 rounded-md overflow-hidden flex flex-col h-full max-w-sm min-w-[260px] ${isDisabled ? "opacity-60" : ""}`, children: [image && ((0, jsx_runtime_1.jsx)("img", { src: image, alt: title, className: "w-full h-48 object-cover" })), (tag || isDisabled) && ((0, jsx_runtime_1.jsxs)("div", { className: "px-4 pt-3", children: [verySoon && ((0, jsx_runtime_1.jsx)("span", { className: "inline-block px-3 py-1 text-xs font-medium rounded-md bg-orange-100 text-orange-600", children: "Muy pronto" })), tag && !isDisabled && ((0, jsx_runtime_1.jsx)("span", { className: `inline-block px-3 py-1 text-xs font-medium rounded-md ${tag.backgroundColor || "bg-gray-100"} ${tag.textColor || "text-gray-600"}`, children: tag.text }))] })), (0, jsx_runtime_1.jsxs)("div", { className: "p-4 flex flex-col gap-3 flex-1", children: [icon && (0, jsx_runtime_1.jsx)("div", { className: "text-xl", children: icon }), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("p", { className: "text-textAtenea-900 text-s2", children: title }), description && ((0, jsx_runtime_1.jsx)("p", { className: "text-textAtenea-500 text-b1 mt-1", children: description }))] }), (date || time || author) && ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col gap-2", children: [date && ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-2 text-c2 text-textAtenea-500", children: [(0, jsx_runtime_1.jsx)(IconCalendar_1.IconCalendar, { color: "primary-500" }), (0, jsx_runtime_1.jsx)("span", { className: "text-textAtenea-500", children: date })] })), time && ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-2 text-c2 text-textAtenea-500", children: [(0, jsx_runtime_1.jsx)(__1.IconTimer, { color: "primary-500" }), (0, jsx_runtime_1.jsx)("span", { className: "text-textAtenea-500", children: time })] })), author && ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-2 text-c2 text-textAtenea-500", children: [(0, jsx_runtime_1.jsx)(IconUser_1.IconUser, { color: "primary-500" }), (0, jsx_runtime_1.jsx)("span", { className: "text-textAtenea-500", children: author })] }))] })), link && ((0, jsx_runtime_1.jsx)("button", { onClick: link.onClick, className: "text-primary-600 text-b1 self-start hover:text-primary-800 transition-colors", children: link.label }))] }), (dropdown || checkbox || button) && ((0, jsx_runtime_1.jsxs)("div", { className: "px-4 pb-4 flex flex-col gap-3", children: [dropdown && ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col sm:flex-row gap-2 sm:items-center", children: [(0, jsx_runtime_1.jsx)(SelectDropdown_1.SelectDropdown, { value: dropdown.value, onChange: dropdown.onChange, options: dropdown.options, size: "small", className: "sm:min-w-[180px] w-full" }), dropdown.relatedButton && ((0, jsx_runtime_1.jsx)(Button_1.Button, { onClick: () => { var _a; return (_a = dropdown.relatedButton) === null || _a === void 0 ? void 0 : _a.onClick(dropdown.value); }, variant: "primary", size: "small", isLoading: dropdown.relatedButton.isLoading, className: "sm:w-auto w-full", disabled: isDisabled, children: dropdown.relatedButton.label }))] })), checkbox && ((0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { checked: checkbox.checked, onChange: checkbox.onChange, label: checkbox.label, size: "small" })), button && ((0, jsx_runtime_1.jsx)(Button_1.Button, { onClick: button.onClick, variant: "primary", className: "w-full", isLoading: button.isLoading, disabled: isDisabled, children: button.isLoading ? "Cargando..." : button.label }))] }))] }));
|
|
15
|
+
};
|
|
16
|
+
exports.Card = Card;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommentCard = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconTrash_1 = require("../icons/IconTrash");
|
|
6
|
+
const CommentCard = ({ title = "Cambio sugerido", content, onDelete, className = "", }) => {
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: `bg-gray-100 rounded-g-mg rounded-b-lg rounded-tr-lg p-4 ${className}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex items-center justify-between mb-3", children: [(0, jsx_runtime_1.jsx)("h3", { className: "text-gray-500 text-b4", children: title }), onDelete && ((0, jsx_runtime_1.jsx)("button", { onClick: onDelete, className: "text-gray-400 hover:bg-gray-200 hover:text-gray-600 transition-colors w-8 h-8 flex items-center justify-center rounded-md border border-transparent", children: (0, jsx_runtime_1.jsx)(IconTrash_1.IconTrash2, { size: 20 }) }))] }), (0, jsx_runtime_1.jsx)("div", { className: "text-textAtenea-900 text-b3 leading-relaxed", children: content.split("\n").map((line, index) => ((0, jsx_runtime_1.jsx)("div", { children: line }, index))) })] }));
|
|
8
|
+
};
|
|
9
|
+
exports.CommentCard = CommentCard;
|