linkedunion-design-kit 1.4.6 → 1.4.8
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/README.md +20 -8
- package/dist/app/layout.d.ts +2 -2
- package/dist/app/layout.js +5 -5
- package/dist/app/page.js +2 -2
- package/dist/app/scripts.js +1 -1
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +2 -5
- package/dist/components/Avatar/Avatar.stories.js +15 -6
- package/dist/components/Border/BorderRadius/BorderRadius.stories.js +8 -2
- package/dist/components/Border/BorderRadius/BorderRadiusTable.js +1 -1
- package/dist/components/Border/BorderRadius/BorderRadiusView.js +1 -1
- package/dist/components/Border/BorderWidth/BorderWidth.stories.js +8 -2
- package/dist/components/Border/BorderWidth/BorderWidthTable.js +1 -1
- package/dist/components/Border/BorderWidth/ViewBorderWidth.js +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +8 -2
- package/dist/components/Button/Button.stories.js +56 -22
- package/dist/components/Color/BackgroundColor/Color.js +1 -1
- package/dist/components/Color/BackgroundColor/Color.stories.js +25 -13
- package/dist/components/Color/BackgroundColor/index.d.ts +7 -0
- package/dist/components/Color/BackgroundColor/index.js +15 -0
- package/dist/components/Color/TextColor.d.ts +1 -1
- package/dist/components/Color/TextColor.js +2 -2
- package/dist/components/Color/TextColor.stories.js +4 -1
- package/dist/components/Icons/IconView.stories.js +1 -1
- package/dist/components/Icons/LUIcon.js +1 -1
- package/dist/components/Icons/LUIcon.stories.js +16 -7
- package/dist/components/Images/LuImage.d.ts +1 -1
- package/dist/components/Images/LuImage.js +2 -2
- package/dist/components/Images/LuImage.stories.js +7 -9
- package/dist/components/MediaCard/Card.d.ts +1 -1
- package/dist/components/MediaCard/Card.js +30 -17
- package/dist/components/MediaCard/Card.stories.js +21 -9
- package/dist/components/MediaCard/ContactProfile/ContactProfile.js +23 -0
- package/dist/components/MediaCard/ContactProfile/ContactProfileTheme1.d.ts +2 -0
- package/dist/components/MediaCard/ContactProfile/ContactProfileTheme1.js +9 -0
- package/dist/components/MediaCard/ContactProfile/ContactProfileTheme2.d.ts +2 -0
- package/dist/components/MediaCard/ContactProfile/ContactProfileTheme2.js +9 -0
- package/dist/components/MediaCard/PostByCategory/PostByCategory.js +23 -0
- package/dist/components/MediaCard/PostByCategory/PostByCategoryTheme1.d.ts +2 -0
- package/dist/components/MediaCard/PostByCategory/PostByCategoryTheme1.js +9 -0
- package/dist/components/MediaCard/PostByCategory/PostByCategoryTheme2.d.ts +2 -0
- package/dist/components/MediaCard/PostByCategory/PostByCategoryTheme2.js +9 -0
- package/dist/components/MediaCard/card.module.css +52 -0
- package/dist/components/Size/MinWidthHeight.d.ts +1 -1
- package/dist/components/Size/MinWidthHeight.stories.js +11 -5
- package/dist/components/Size/Size.js +1 -1
- package/dist/components/Size/Size.stories.js +6 -8
- package/dist/components/Size/WidthHeight.stories.js +10 -4
- package/dist/components/Spacing/Margin/Margin.js +1 -1
- package/dist/components/Spacing/Margin/MarginBottom.js +1 -1
- package/dist/components/Spacing/Margin/MarginLeft.js +1 -1
- package/dist/components/Spacing/Margin/MarginRight.js +1 -1
- package/dist/components/Spacing/Margin/MarginToken.js +3 -1
- package/dist/components/Spacing/Margin/MarginTop.js +1 -1
- package/dist/components/Spacing/Margin/MarginX.d.ts +1 -0
- package/dist/components/Spacing/Margin/MarginX.js +5 -0
- package/dist/components/Spacing/Margin/MarginY.d.ts +1 -0
- package/dist/components/Spacing/Margin/MarginY.js +5 -0
- package/dist/components/Spacing/Padding/Padding.js +1 -1
- package/dist/components/Spacing/Padding/PaddingBottom.js +1 -1
- package/dist/components/Spacing/Padding/PaddingLeft.js +1 -1
- package/dist/components/Spacing/Padding/PaddingRight.js +1 -1
- package/dist/components/Spacing/Padding/PaddingToken.js +3 -1
- package/dist/components/Spacing/Padding/PaddingTop.js +1 -1
- package/dist/components/Spacing/Padding/PaddingX.d.ts +1 -0
- package/dist/components/Spacing/Padding/PaddingX.js +5 -0
- package/dist/components/Spacing/Padding/PaddingY.d.ts +1 -0
- package/dist/components/Spacing/Padding/PaddingY.js +5 -0
- package/dist/components/Title/Title.d.ts +6 -0
- package/dist/components/Title/Title.js +7 -0
- package/dist/components/Title/Title.module.css +56 -0
- package/dist/components/Title/Title.stories.d.ts +5 -0
- package/dist/components/Title/Title.stories.js +49 -0
- package/dist/components/Title/Title.test.d.ts +1 -0
- package/dist/components/Title/Title.test.js +24 -0
- package/dist/components/Typography/Body/Body.d.ts +2 -0
- package/dist/components/{MediaCard/Card.jsx → Typography/Body/Body.js} +6 -10
- package/dist/components/Typography/Body/Body.stories.d.ts +6 -0
- package/dist/components/Typography/Body/Body.stories.js +68 -0
- package/dist/components/Typography/Body/body.test.d.ts +1 -0
- package/dist/components/Typography/Body/body.test.js +44 -0
- package/dist/components/Typography/Body/index.d.ts +14 -0
- package/dist/components/Typography/Body/index.js +50 -0
- package/dist/components/Typography/Body/type.d.ts +7 -0
- package/dist/components/Typography/Body/type.js +1 -0
- package/dist/components/Typography/Display/Display.d.ts +2 -0
- package/dist/components/Typography/Display/Display.js +29 -0
- package/dist/components/Typography/Display/Display.stories.d.ts +6 -0
- package/dist/components/Typography/Display/Display.stories.js +72 -0
- package/dist/components/Typography/Display/Display.test.d.ts +1 -0
- package/dist/components/Typography/Display/Display.test.js +44 -0
- package/dist/components/Typography/Display/index.d.ts +38 -0
- package/dist/components/Typography/Display/index.js +61 -0
- package/dist/components/Typography/Display/type.d.ts +8 -0
- package/dist/components/Typography/Display/type.js +1 -0
- package/dist/components/Typography/Headings/Heading.test.d.ts +1 -0
- package/dist/components/Typography/Headings/Heading.test.js +44 -0
- package/dist/components/Typography/Headings/Headings.d.ts +2 -2
- package/dist/components/Typography/Headings/Headings.js +27 -3
- package/dist/components/Typography/Headings/Headings.stories.d.ts +4 -2
- package/dist/components/Typography/Headings/Headings.stories.js +39 -8
- package/dist/components/Typography/Headings/index.d.ts +21 -0
- package/dist/components/Typography/Headings/index.js +68 -0
- package/dist/components/Typography/Headings/type.d.ts +6 -0
- package/dist/components/Typography/Headings/type.js +1 -0
- package/dist/components/Typography/Typography.css +3002 -0
- package/dist/components/Typography/Typography.d.ts +1 -1
- package/dist/components/Typography/Typography.js +1 -1
- package/dist/components/Typography/Typography.stories.js +36 -15
- package/dist/global/components/Table/Table.d.ts +14 -0
- package/dist/global/components/Table/Table.js +12 -0
- package/dist/index.d.ts +13 -10
- package/dist/index.js +13 -10
- package/dist/styles/global.css +1151 -8030
- package/dist/tailwind.config.d.ts +1 -1
- package/dist/tailwind.config.js +85 -46
- package/dist/utils/colors.d.ts +7 -0
- package/dist/utils/colors.js +7 -0
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +2 -0
- package/dist/utils/enum.js +14 -14
- package/dist/utils/enums.d.ts +51 -0
- package/dist/utils/enums.js +56 -0
- package/dist/utils/iconList.js +479 -479
- package/dist/utils/index.d.ts +379 -472
- package/dist/utils/index.js +1383 -1527
- package/package.json +5 -2
- package/dist/app/layout.jsx +0 -13
- package/dist/app/page.jsx +0 -71
- package/dist/components/Avatar/Avatar.jsx +0 -15
- package/dist/components/Avatar/Avatar.stories.jsx +0 -25
- package/dist/components/Border/BorderRadius/BorderRadius.jsx +0 -12
- package/dist/components/Border/BorderRadius/BorderRadius.stories.jsx +0 -17
- package/dist/components/Border/BorderRadius/BorderRadiusTable.jsx +0 -61
- package/dist/components/Border/BorderRadius/BorderRadiusView.jsx +0 -8
- package/dist/components/Border/BorderWidth/BorderWidth.jsx +0 -12
- package/dist/components/Border/BorderWidth/BorderWidth.stories.jsx +0 -17
- package/dist/components/Border/BorderWidth/BorderWidthTable.jsx +0 -36
- package/dist/components/Border/BorderWidth/ViewBorderWidth.jsx +0 -8
- package/dist/components/Button/Button.jsx +0 -16
- package/dist/components/Button/Button.stories.jsx +0 -110
- package/dist/components/Color/BackgroundColor/Color.jsx +0 -16
- package/dist/components/Color/BackgroundColor/Color.stories.jsx +0 -76
- package/dist/components/Color/Color.d.ts +0 -2
- package/dist/components/Color/Color.js +0 -5
- package/dist/components/Color/Color.stories.d.ts +0 -10
- package/dist/components/Color/Color.stories.js +0 -88
- package/dist/components/Color/TextColor.jsx +0 -6
- package/dist/components/Color/TextColor.stories.jsx +0 -17
- package/dist/components/Icons/IconView.jsx +0 -23
- package/dist/components/Icons/IconView.stories.jsx +0 -8
- package/dist/components/Icons/LUIcon.jsx +0 -20
- package/dist/components/Icons/LUIcon.stories.jsx +0 -29
- package/dist/components/Images/LuImage.jsx +0 -7
- package/dist/components/Images/LuImage.stories.jsx +0 -39
- package/dist/components/MediaCard/Card.stories.jsx +0 -35
- package/dist/components/MediaCard/ContactProfile.js +0 -10
- package/dist/components/MediaCard/ContactProfile.jsx +0 -39
- package/dist/components/MediaCard/PostByCategory.js +0 -11
- package/dist/components/MediaCard/PostByCategory.jsx +0 -46
- package/dist/components/Navigation/TopNavigation/TopNavigation.d.ts +0 -2
- package/dist/components/Navigation/TopNavigation/TopNavigation.js +0 -8
- package/dist/components/Navigation/TopNavigation/TopNavigation.jsx +0 -45
- package/dist/components/Navigation/TopNavigation/TopNavigation.stories.d.ts +0 -4
- package/dist/components/Navigation/TopNavigation/TopNavigation.stories.js +0 -52
- package/dist/components/Navigation/TopNavigation/TopNavigation.stories.jsx +0 -40
- package/dist/components/Size/MinWidthHeight.jsx +0 -8
- package/dist/components/Size/MinWidthHeight.stories.jsx +0 -22
- package/dist/components/Size/Size.jsx +0 -6
- package/dist/components/Size/Size.stories.jsx +0 -22
- package/dist/components/Size/WidthHeight.jsx +0 -8
- package/dist/components/Size/WidthHeight.stories.jsx +0 -22
- package/dist/components/Spacing/Margin/Margin.jsx +0 -86
- package/dist/components/Spacing/Margin/MarginBottom.jsx +0 -86
- package/dist/components/Spacing/Margin/MarginLeft.jsx +0 -86
- package/dist/components/Spacing/Margin/MarginRight.jsx +0 -86
- package/dist/components/Spacing/Margin/MarginToken.jsx +0 -27
- package/dist/components/Spacing/Margin/MarginToken.stories.jsx +0 -7
- package/dist/components/Spacing/Margin/MarginTop.jsx +0 -87
- package/dist/components/Spacing/Padding/Padding.jsx +0 -87
- package/dist/components/Spacing/Padding/PaddingBottom.jsx +0 -86
- package/dist/components/Spacing/Padding/PaddingLeft.jsx +0 -86
- package/dist/components/Spacing/Padding/PaddingRight.jsx +0 -87
- package/dist/components/Spacing/Padding/PaddingToken.jsx +0 -27
- package/dist/components/Spacing/Padding/PaddingToken.stories.jsx +0 -7
- package/dist/components/Spacing/Padding/PaddingTop.jsx +0 -87
- package/dist/components/Typography/Headings/Headings.jsx +0 -6
- package/dist/components/Typography/Headings/Headings.stories.jsx +0 -19
- package/dist/components/Typography/Typography.jsx +0 -8
- package/dist/components/Typography/Typography.stories.jsx +0 -51
- /package/dist/components/MediaCard/{ContactProfile.d.ts → ContactProfile/ContactProfile.d.ts} +0 -0
- /package/dist/components/MediaCard/{PostByCategory.d.ts → PostByCategory/PostByCategory.d.ts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TypographyProps } from "@/types/interface";
|
|
2
|
-
export declare const Typography: ({ label, className, fontSize, fontWeight, lineHeight, textAlign, textTransform, textDecoration, textWrap }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const Typography: ({ label, className, fontSize, fontWeight, lineHeight, textAlign, textTransform, textDecoration, textWrap, }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
export var Typography = function (_a) {
|
|
3
|
-
var label = _a.label, _b = _a.className, className = _b === void 0 ?
|
|
3
|
+
var label = _a.label, _b = _a.className, className = _b === void 0 ? "" : _b, fontSize = _a.fontSize, fontWeight = _a.fontWeight, lineHeight = _a.lineHeight, textAlign = _a.textAlign, textTransform = _a.textTransform, textDecoration = _a.textDecoration, textWrap = _a.textWrap;
|
|
4
4
|
return (_jsx(_Fragment, { children: _jsx("div", { "data-testid": "basic-typography", children: _jsx("p", { className: "".concat(className, " ").concat(fontSize, " ").concat(fontWeight, " ").concat(lineHeight, " ").concat(textAlign, " ").concat(textTransform, " ").concat(textDecoration, " ").concat(textWrap), children: label }) }) }));
|
|
5
5
|
};
|
|
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Typography } from "./Typography";
|
|
14
|
-
import { fontSizes, fontWeights, lineHeights, text, textAlignment, textDecorations, textTransform, textWraps } from "../../utils";
|
|
14
|
+
import { fontSizes, fontWeights, lineHeights, text, textAlignment, textDecorations, textTransform, textWraps, } from "../../utils";
|
|
15
15
|
export default {
|
|
16
16
|
title: "Components/Typography",
|
|
17
17
|
component: Typography,
|
|
@@ -23,41 +23,62 @@ var Template = function (args) { return _jsx(Typography, __assign({}, args)); };
|
|
|
23
23
|
export var BasicTypography = Template.bind({});
|
|
24
24
|
BasicTypography.args = {
|
|
25
25
|
label: "".concat(text),
|
|
26
|
-
fontSize:
|
|
27
|
-
fontWeight:
|
|
28
|
-
lineHeight:
|
|
29
|
-
textAlign:
|
|
30
|
-
textTransform:
|
|
31
|
-
textDecoration:
|
|
32
|
-
textWrap:
|
|
26
|
+
fontSize: "lu-base-font-size",
|
|
27
|
+
fontWeight: "lu-font-weight-thin",
|
|
28
|
+
lineHeight: "lu-line-height-sm",
|
|
29
|
+
textAlign: "lu-text-justify",
|
|
30
|
+
textTransform: "lu-text-lowercase",
|
|
31
|
+
textDecoration: "lu-text-decoration-none",
|
|
32
|
+
textWrap: "lu-text-wrap",
|
|
33
33
|
};
|
|
34
34
|
BasicTypography.argTypes = {
|
|
35
35
|
fontSize: {
|
|
36
|
-
control: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "select",
|
|
38
|
+
labels: Object.fromEntries(fontSizes.map(function (size) { return [size.key, size.label]; })),
|
|
39
|
+
},
|
|
37
40
|
options: fontSizes.map(function (size) { return size.key; }),
|
|
38
41
|
},
|
|
39
42
|
fontWeight: {
|
|
40
|
-
control: {
|
|
43
|
+
control: {
|
|
44
|
+
type: "select",
|
|
45
|
+
labels: Object.fromEntries(fontWeights.map(function (size) { return [size.key, size.label]; })),
|
|
46
|
+
},
|
|
41
47
|
options: fontWeights.map(function (weight) { return weight.key; }),
|
|
42
48
|
},
|
|
43
49
|
lineHeight: {
|
|
44
|
-
control: {
|
|
50
|
+
control: {
|
|
51
|
+
type: "select",
|
|
52
|
+
labels: Object.fromEntries(lineHeights.map(function (size) { return [size.key, size.label]; })),
|
|
53
|
+
},
|
|
45
54
|
options: lineHeights.map(function (lineHeight) { return lineHeight.key; }),
|
|
46
55
|
},
|
|
47
56
|
textAlign: {
|
|
48
|
-
control: {
|
|
57
|
+
control: {
|
|
58
|
+
type: "select",
|
|
59
|
+
labels: Object.fromEntries(textAlignment.map(function (size) { return [size.key, size.label]; })),
|
|
60
|
+
},
|
|
49
61
|
options: textAlignment.map(function (alignment) { return alignment.key; }),
|
|
50
62
|
},
|
|
51
63
|
textTransform: {
|
|
52
|
-
control: {
|
|
64
|
+
control: {
|
|
65
|
+
type: "select",
|
|
66
|
+
labels: Object.fromEntries(textTransform.map(function (size) { return [size.key, size.label]; })),
|
|
67
|
+
},
|
|
53
68
|
options: textTransform.map(function (transform) { return transform.key; }),
|
|
54
69
|
},
|
|
55
70
|
textDecoration: {
|
|
56
|
-
control: {
|
|
71
|
+
control: {
|
|
72
|
+
type: "select",
|
|
73
|
+
labels: Object.fromEntries(textDecorations.map(function (size) { return [size.key, size.label]; })),
|
|
74
|
+
},
|
|
57
75
|
options: textDecorations.map(function (decoration) { return decoration.key; }),
|
|
58
76
|
},
|
|
59
77
|
textWrap: {
|
|
60
|
-
control: {
|
|
78
|
+
control: {
|
|
79
|
+
type: "select",
|
|
80
|
+
labels: Object.fromEntries(textWraps.map(function (size) { return [size.key, size.label]; })),
|
|
81
|
+
},
|
|
61
82
|
options: textWraps.map(function (wrap) { return wrap.key; }),
|
|
62
83
|
},
|
|
63
84
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Header {
|
|
3
|
+
title: string;
|
|
4
|
+
key: string;
|
|
5
|
+
}
|
|
6
|
+
interface TableProps {
|
|
7
|
+
headers: Header[];
|
|
8
|
+
rows: Record<string, any>[];
|
|
9
|
+
tableClassName?: string;
|
|
10
|
+
theadClassName?: string;
|
|
11
|
+
tbodyClassName?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const Table: React.FC<TableProps>;
|
|
14
|
+
export default Table;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { table_data_className, table_header_className, table_row_className, } from "../../../utils";
|
|
3
|
+
var Table = function (_a) {
|
|
4
|
+
var headers = _a.headers, rows = _a.rows, tableClassName = _a.tableClassName, _b = _a.theadClassName, theadClassName = _b === void 0 ? "bg-primary-100" : _b, _c = _a.tbodyClassName, tbodyClassName = _c === void 0 ? "" : _c;
|
|
5
|
+
return (_jsxs("table", { className: "lu-width-100 lu-font-size-x-small lu-font-weight-medium ".concat(tableClassName), children: [_jsx("thead", { className: theadClassName, children: _jsx("tr", { children: headers.map(function (header) { return (_jsx("th", { className: table_header_className, children: header.title }, header.key)); }) }) }), _jsx("tbody", { className: tbodyClassName, children: rows.map(function (row, rowIndex) {
|
|
6
|
+
var _a;
|
|
7
|
+
return (_jsx("tr", { children: headers.map(function (header) { return (_jsx("td", { className: table_row_className, children: _jsx("span", { className: table_data_className, children: row[header.key] !== undefined
|
|
8
|
+
? String(row[header.key])
|
|
9
|
+
: "-" }) }, header.key)); }) }, (_a = row.id) !== null && _a !== void 0 ? _a : rowIndex));
|
|
10
|
+
}) })] }));
|
|
11
|
+
};
|
|
12
|
+
export default Table;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
|
|
1
|
+
export { Heading } from "./components/Typography/Headings/Headings";
|
|
2
|
+
export { Display } from "./components/Typography/Display/Display";
|
|
3
|
+
export { Body } from "./components/Typography/Body/Body";
|
|
4
|
+
export { Size } from "./components/Size/Size";
|
|
5
|
+
export { WidthHeight } from "./components/Size/WidthHeight";
|
|
6
|
+
export { MinWidthHeight } from "./components/Size/MinWidthHeight";
|
|
7
|
+
export { LUIcon } from "./components/Icons/LUIcon";
|
|
8
|
+
export { Card } from "./components/MediaCard/Card";
|
|
9
|
+
export { Button } from "./components/Button/Button";
|
|
10
|
+
export { LuImage } from "./components/Images/LuImage";
|
|
11
|
+
export { Avatar } from "./components/Avatar/Avatar";
|
|
12
|
+
export { Title } from "./components/Title/Title";
|
|
13
|
+
import "./styles/global.css";
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
|
|
1
|
+
export { Heading } from "./components/Typography/Headings/Headings";
|
|
2
|
+
export { Display } from "./components/Typography/Display/Display";
|
|
3
|
+
export { Body } from "./components/Typography/Body/Body";
|
|
4
|
+
export { Size } from "./components/Size/Size";
|
|
5
|
+
export { WidthHeight } from "./components/Size/WidthHeight";
|
|
6
|
+
export { MinWidthHeight } from "./components/Size/MinWidthHeight";
|
|
7
|
+
export { LUIcon } from "./components/Icons/LUIcon";
|
|
8
|
+
export { Card } from "./components/MediaCard/Card";
|
|
9
|
+
export { Button } from "./components/Button/Button";
|
|
10
|
+
export { LuImage } from "./components/Images/LuImage";
|
|
11
|
+
export { Avatar } from "./components/Avatar/Avatar";
|
|
12
|
+
export { Title } from "./components/Title/Title";
|
|
13
|
+
import "./styles/global.css";
|