@manamerge/mana-atomic-ui 1.0.44 → 1.0.45
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/index.d.ts +4 -3
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/themes/{themes/DavidWebTheme.ts → DavidWebTheme.js} +1 -27
- package/dist/themes/{themes/ManamergeTheme.ts → ManamergeTheme.js} +5 -36
- package/dist/themes/davidWeb/atoms/button.js +107 -0
- package/dist/themes/davidWeb/atoms/checkbox.js +72 -0
- package/dist/themes/davidWeb/atoms/divider.js +24 -0
- package/dist/themes/davidWeb/atoms/gradient.js +18 -0
- package/dist/themes/davidWeb/atoms/heading.js +141 -0
- package/dist/themes/davidWeb/atoms/icon.js +30 -0
- package/dist/themes/davidWeb/atoms/link.js +78 -0
- package/dist/themes/davidWeb/atoms/text.js +38 -0
- package/dist/themes/davidWeb/layouts/pint3.js +13 -0
- package/dist/themes/davidWeb/miscellaneous/breakpoints.js +14 -0
- package/dist/themes/davidWeb/molecules/accordion.js +29 -0
- package/dist/themes/davidWeb/molecules/breakerTape.js +30 -0
- package/dist/themes/davidWeb/molecules/cardBanner.js +26 -0
- package/dist/themes/davidWeb/molecules/cardSimpleRender.js +34 -0
- package/dist/themes/davidWeb/molecules/cardTeaser.js +69 -0
- package/dist/themes/davidWeb/molecules/footer.js +26 -0
- package/dist/themes/davidWeb/molecules/header.js +94 -0
- package/dist/themes/davidWeb/molecules/navigation.js +53 -0
- package/dist/themes/manamerge/atoms/button.js +108 -0
- package/dist/themes/manamerge/atoms/checkbox.js +72 -0
- package/dist/themes/manamerge/atoms/divider.js +25 -0
- package/dist/themes/manamerge/atoms/gradient.js +19 -0
- package/dist/themes/manamerge/atoms/heading.js +280 -0
- package/dist/themes/manamerge/atoms/icon.js +30 -0
- package/dist/themes/manamerge/atoms/link.js +124 -0
- package/dist/themes/manamerge/atoms/text.js +62 -0
- package/dist/themes/manamerge/layouts/pint3.js +13 -0
- package/dist/themes/manamerge/miscellaneous/breakpoints.js +14 -0
- package/dist/themes/manamerge/miscellaneous/colorpalette.js +31 -0
- package/dist/themes/manamerge/miscellaneous/fontsizes.js +11 -0
- package/dist/themes/manamerge/molecules/accordion.js +29 -0
- package/dist/themes/manamerge/molecules/breakerTape.js +30 -0
- package/dist/themes/manamerge/molecules/cardBanner.js +26 -0
- package/dist/themes/manamerge/molecules/cardSimpleRender.js +35 -0
- package/dist/themes/manamerge/molecules/cardTeaser.js +69 -0
- package/dist/themes/manamerge/molecules/footer.js +26 -0
- package/dist/themes/manamerge/molecules/header.js +86 -0
- package/dist/themes/manamerge/molecules/navigation.js +53 -0
- package/dist/themes/themes/davidWeb/fonts/index.js +44 -15
- package/dist/themes/themes/davidWeb/images/icons/modal/closeicon.svg.js +37 -42
- package/dist/themes/themes/davidWeb/images/icons/navigation/notification.svg.js +48 -49
- package/dist/themes/themes/davidWeb/images/icons/navigation/profile.svg.js +27 -31
- package/dist/themes/themes/davidWeb/images/icons/navigation/user.svg.js +29 -33
- package/dist/themes/themes/davidWeb/styling/chat-theme.css.js +80 -14
- package/dist/themes/themes/davidWeb/styling/filter-list-theme.css.js +47 -12
- package/dist/themes/themes/davidWeb/styling/notification-theme.css.js +166 -22
- package/dist/themes/themes/manamerge/fonts/index.js +55 -17
- package/dist/themes/themes/manamerge/images/icons/modal/closeicon.svg.js +37 -42
- package/dist/themes/themes/manamerge/images/icons/navigation/notification.svg.js +48 -49
- package/dist/themes/themes/manamerge/images/icons/navigation/profile.svg.js +27 -31
- package/dist/themes/themes/manamerge/images/icons/navigation/user.svg.js +29 -33
- package/dist/themes/themes/manamerge/miscellaneous/colorpalette.ts +6 -6
- package/dist/themes/themes/manamerge/miscellaneous/fontsizes.ts +1 -2
- package/dist/themes/themes/manamerge/styling/chat-theme.css.js +80 -14
- package/dist/themes/themes/manamerge/styling/filter-list-theme.css.js +47 -12
- package/dist/themes/themes/manamerge/styling/notification-theme.css.js +166 -22
- package/dist/types/components/Atoms/Heading/Heading.d.ts +1 -1
- package/dist/types/components/Atoms/Text/Text.d.ts +3 -2
- package/dist/types/themes/ManamergeTheme.d.ts +148 -148
- package/dist/types/themes/manamerge/atoms/button.d.ts +18 -18
- package/dist/types/themes/manamerge/atoms/divider.d.ts +3 -3
- package/dist/types/themes/manamerge/atoms/gradient.d.ts +6 -6
- package/dist/types/themes/manamerge/atoms/heading.d.ts +36 -36
- package/dist/types/themes/manamerge/atoms/link.d.ts +30 -30
- package/dist/types/themes/manamerge/atoms/text.d.ts +7 -7
- package/dist/types/themes/manamerge/miscellaneous/colorpalette.d.ts +29 -24
- package/dist/types/themes/manamerge/miscellaneous/fontsizes.d.ts +1 -0
- package/dist/types/themes/manamerge/molecules/cardBanner.d.ts +2 -2
- package/package.json +3 -2
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const cardSimpleRender = {
|
|
2
|
+
"CardSimpleRender-primary": {
|
|
3
|
+
flexDirection: "column",
|
|
4
|
+
justifyContent: "space-between",
|
|
5
|
+
gap: "20px",
|
|
6
|
+
background: `rgba(31, 216, 22, 0.5)`,
|
|
7
|
+
gradientBackground: `radial-gradient(circle at bottom right, rgba(237, 191, 222, 0.9) 5%, pink 10%, transparent 30%)`,
|
|
8
|
+
border: "2px solid rgb(210, 16, 16)",
|
|
9
|
+
borderRadius: "25px",
|
|
10
|
+
padding: "20px 20px 0 20px",
|
|
11
|
+
height: "100%",
|
|
12
|
+
maxWidth: "350px",
|
|
13
|
+
minWidth: "200px",
|
|
14
|
+
focus: {
|
|
15
|
+
border: "2px dashed rgb(169, 189, 80)",
|
|
16
|
+
boxShadow: "5px 5px 2px 1px rgba(255, 81, 0, 0.2)",
|
|
17
|
+
transition: "box-shadow 0.1s ease"
|
|
18
|
+
},
|
|
19
|
+
hover: {
|
|
20
|
+
border: "2px dashed rgb(189, 80, 80)",
|
|
21
|
+
boxShadow: "5px 5px 2px 1px rgba(0, 0, 255, 0.2)",
|
|
22
|
+
transition: "box-shadow 0.1s ease"
|
|
23
|
+
},
|
|
24
|
+
atomIcon: {
|
|
25
|
+
variant: "medium"
|
|
26
|
+
},
|
|
27
|
+
atomHeading: {
|
|
28
|
+
variant: "secondary-h3"
|
|
29
|
+
},
|
|
30
|
+
atomText: {
|
|
31
|
+
variant: "secondary-regular"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export default cardSimpleRender;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
const cardTeaser = {
|
|
2
|
+
"CardTeaser-primary": {
|
|
3
|
+
background: `repeating-linear-gradient(
|
|
4
|
+
0deg,
|
|
5
|
+
transparent,
|
|
6
|
+
transparent 0px,
|
|
7
|
+
rgb(9, 0, 131) 2px
|
|
8
|
+
),
|
|
9
|
+
repeating-linear-gradient(
|
|
10
|
+
90deg,
|
|
11
|
+
transparent,
|
|
12
|
+
transparent 0px,
|
|
13
|
+
rgb(9, 0, 131) 2px
|
|
14
|
+
)`,
|
|
15
|
+
gradientBackground: `radial-gradient(circle, red 10%, pink 50%)`,
|
|
16
|
+
borderRadius: "25px",
|
|
17
|
+
maxWidth: "850px",
|
|
18
|
+
text: {
|
|
19
|
+
variant: "primary-medium",
|
|
20
|
+
color: "#ccc",
|
|
21
|
+
margin: " 8px 0"
|
|
22
|
+
},
|
|
23
|
+
icon: {
|
|
24
|
+
variant: "medium"
|
|
25
|
+
},
|
|
26
|
+
button: {
|
|
27
|
+
variant: "primary"
|
|
28
|
+
},
|
|
29
|
+
image: {
|
|
30
|
+
borderRadius: "16px"
|
|
31
|
+
},
|
|
32
|
+
list: {
|
|
33
|
+
padding: "0",
|
|
34
|
+
margin: "0"
|
|
35
|
+
},
|
|
36
|
+
leftCardContainer: {
|
|
37
|
+
responsive: {
|
|
38
|
+
tinyMobileUp: {
|
|
39
|
+
padding: "30px",
|
|
40
|
+
maxWidth: "350px"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
listItem: {
|
|
45
|
+
responsive: {
|
|
46
|
+
tinyMobileUp: {
|
|
47
|
+
gap: "20px"
|
|
48
|
+
},
|
|
49
|
+
mobileUp: {
|
|
50
|
+
gap: "10px"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
separator: {
|
|
55
|
+
padding: "10px 0 0 0",
|
|
56
|
+
border: "1px solid #ccc"
|
|
57
|
+
},
|
|
58
|
+
headingTitle: {
|
|
59
|
+
variant: "primary-h2",
|
|
60
|
+
color: "#ccc"
|
|
61
|
+
},
|
|
62
|
+
headingCompanyDate: {
|
|
63
|
+
variant: "primary-h5",
|
|
64
|
+
color: "#ccc",
|
|
65
|
+
textTransform: "uppercase"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
export default cardTeaser;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const footer = {
|
|
2
|
+
"Footer-primary": {
|
|
3
|
+
background: `linear-gradient(
|
|
4
|
+
180deg,
|
|
5
|
+
rgba(59, 60, 63, 0.6) 0%,
|
|
6
|
+
rgba(38, 38, 38, 0.8) 43.75%
|
|
7
|
+
),
|
|
8
|
+
rgba(59, 60, 63, 0.8);`,
|
|
9
|
+
padding: "10px",
|
|
10
|
+
gap: "20px",
|
|
11
|
+
text: {
|
|
12
|
+
variant: "secondary-light",
|
|
13
|
+
color: "#1cc",
|
|
14
|
+
hover: {
|
|
15
|
+
color: "#f00"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
links: {
|
|
19
|
+
variant: "secondary-regular"
|
|
20
|
+
},
|
|
21
|
+
icons: {
|
|
22
|
+
variant: "medium"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export default footer;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
const header = {
|
|
2
|
+
"Header-primary": {
|
|
3
|
+
height: "350px",
|
|
4
|
+
backgroundColor: "rgba(250, 97, 97, 0.71)",
|
|
5
|
+
justifyContent: "center",
|
|
6
|
+
bannerColor: "lightgray",
|
|
7
|
+
wrapperHeader: {
|
|
8
|
+
alignItems: "center"
|
|
9
|
+
},
|
|
10
|
+
atomIconTop: {
|
|
11
|
+
variant: "large",
|
|
12
|
+
stroke: "none",
|
|
13
|
+
fill: "none",
|
|
14
|
+
hover: {
|
|
15
|
+
stroke: "gold",
|
|
16
|
+
fill: "gold"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
atomIconDot: {
|
|
20
|
+
variant: "small",
|
|
21
|
+
size: "10px",
|
|
22
|
+
fill: "green",
|
|
23
|
+
stroke: "none",
|
|
24
|
+
hover: {
|
|
25
|
+
stroke: "none"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
atomHeading: {
|
|
29
|
+
variant: "secondary-h1"
|
|
30
|
+
},
|
|
31
|
+
atomTextTitle: {
|
|
32
|
+
variant: "secondary-medium"
|
|
33
|
+
},
|
|
34
|
+
atomButtonLeft: {
|
|
35
|
+
variant: "primary",
|
|
36
|
+
flexDirection: "row"
|
|
37
|
+
},
|
|
38
|
+
atomButtonRight: {
|
|
39
|
+
variant: "secondary",
|
|
40
|
+
flexDirection: "row-reverse"
|
|
41
|
+
},
|
|
42
|
+
atomIconLeft: {
|
|
43
|
+
variant: "small"
|
|
44
|
+
},
|
|
45
|
+
atomIconRight: {
|
|
46
|
+
variant: "small"
|
|
47
|
+
},
|
|
48
|
+
wrapperTextTitle: {
|
|
49
|
+
alignItems: "center"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"Header-secondary": {
|
|
53
|
+
height: "300px",
|
|
54
|
+
backgroundColor: "rgba(186, 250, 97, 0.71)",
|
|
55
|
+
justifyContent: "flex-start",
|
|
56
|
+
bannerColor: "lightgray",
|
|
57
|
+
wrapperHeader: {
|
|
58
|
+
alignItems: "flex-start"
|
|
59
|
+
},
|
|
60
|
+
atomIconDot: {
|
|
61
|
+
variant: "small",
|
|
62
|
+
size: "10px",
|
|
63
|
+
fill: "green",
|
|
64
|
+
stroke: "none",
|
|
65
|
+
hover: {
|
|
66
|
+
stroke: "none"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
atomHeading: {
|
|
70
|
+
variant: "secondary-h1"
|
|
71
|
+
},
|
|
72
|
+
atomTextTitle: {
|
|
73
|
+
variant: "secondary-medium"
|
|
74
|
+
},
|
|
75
|
+
wrapperTextTitle: {
|
|
76
|
+
alignItems: "flex-start"
|
|
77
|
+
},
|
|
78
|
+
gradientStyles: {
|
|
79
|
+
orientation: "180deg",
|
|
80
|
+
primaryColor: "rgba(0, 128, 0, 0) 0%",
|
|
81
|
+
secondaryColor: "rgba(0, 55, 128, 0.4) 50%",
|
|
82
|
+
tertiaryColor: "rgba(128, 0, 0, 0.7) 100%"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
export default header;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const navigation = {
|
|
2
|
+
"Navigation-primary": {
|
|
3
|
+
gap: "30px",
|
|
4
|
+
background: `linear-gradient(
|
|
5
|
+
180deg,
|
|
6
|
+
rgba(59, 60, 63, 0.6) 0%,
|
|
7
|
+
rgba(38, 38, 38, 0.8) 43.75%
|
|
8
|
+
),
|
|
9
|
+
rgba(59, 60, 63, 0.8);`,
|
|
10
|
+
atomIcon: {
|
|
11
|
+
variant: "medium",
|
|
12
|
+
color: "white",
|
|
13
|
+
focus: {
|
|
14
|
+
outline: "2px solid darkblue",
|
|
15
|
+
outlineOffset: "2px",
|
|
16
|
+
boxShadow: "2px 2px 5px yellow",
|
|
17
|
+
color: "gold"
|
|
18
|
+
},
|
|
19
|
+
hover: {
|
|
20
|
+
color: "red",
|
|
21
|
+
transition: "color 0.3s ease"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
atomLink: {
|
|
25
|
+
variant: "primary-bold",
|
|
26
|
+
color: "#ccc",
|
|
27
|
+
fontWeight: "700",
|
|
28
|
+
currentPath: {
|
|
29
|
+
color: "green",
|
|
30
|
+
fontWeight: "900"
|
|
31
|
+
},
|
|
32
|
+
focus: {
|
|
33
|
+
color: "gold",
|
|
34
|
+
boxShadow: "2px 2px 5px yellow",
|
|
35
|
+
transform: "translateY(-5px)"
|
|
36
|
+
},
|
|
37
|
+
hover: {
|
|
38
|
+
color: "#f00",
|
|
39
|
+
transition: "color 0.3s ease"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
navLinks: {
|
|
43
|
+
responsive: {
|
|
44
|
+
largeMobileUp: {
|
|
45
|
+
gap: "30px",
|
|
46
|
+
justifyContent: "flex-start",
|
|
47
|
+
margin: "0 30px 0 0"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
export default navigation;
|
|
@@ -1,16 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
import { createGlobalStyle } from "styled-components";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
3
|
+
// Fonts
|
|
4
|
+
import ManamergeGilmerRegular from "./Gilmer-Regular.woff2";
|
|
5
|
+
import ManamergeGilmerBold from "./Gilmer-Bold.woff2";
|
|
6
|
+
import ManamergeGilmerHeavy from "./Gilmer-Heavy.woff2";
|
|
7
|
+
import ManamergeGilmerLight from "./Gilmer-Light.woff2";
|
|
8
|
+
import ManamergeGilmerMedium from "./Gilmer-Medium.woff2";
|
|
9
|
+
|
|
10
|
+
export const DavidWebStyles = createGlobalStyle`
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: ManamergeGilmer;
|
|
13
|
+
src: url(${ManamergeGilmerLight}) format('woff2');
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: 300;
|
|
16
|
+
}
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: ManamergeGilmer;
|
|
19
|
+
src: url(${ManamergeGilmerRegular}) format('woff2');
|
|
20
|
+
font-style: normal;
|
|
21
|
+
font-weight: 400;
|
|
22
|
+
}
|
|
23
|
+
@font-face {
|
|
24
|
+
font-family: ManamergeGilmer;
|
|
25
|
+
src: url(${ManamergeGilmerMedium}) format('woff2');
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: ManamergeGilmer;
|
|
31
|
+
src: url(${ManamergeGilmerBold}) format('woff2');
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: ManamergeGilmer;
|
|
38
|
+
src: url(${ManamergeGilmerHeavy}) format('woff2');
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 900;
|
|
41
|
+
}
|
|
42
|
+
* {
|
|
43
|
+
font-family: ManamergeGilmer, sans-serif;
|
|
44
|
+
}
|
|
45
|
+
`;
|
|
@@ -1,43 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
1
|
+
import React from "react";
|
|
9
2
|
// eslint-disable-next-line react/prop-types
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
3
|
+
const CheckIcon = ({ color, className = "" }) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
className={className}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fillRule="evenodd"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"
|
|
16
|
+
stroke={color}
|
|
17
|
+
strokeWidth="1.5"
|
|
18
|
+
strokeLinecap="round"
|
|
19
|
+
strokeLinejoin="round"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M15 9L9 15"
|
|
23
|
+
stroke={color}
|
|
24
|
+
strokeWidth="1.5"
|
|
25
|
+
strokeLinecap="round"
|
|
26
|
+
strokeLinejoin="round"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M9 9L15 15"
|
|
30
|
+
stroke={color}
|
|
31
|
+
strokeWidth="1.5"
|
|
32
|
+
strokeLinecap="round"
|
|
33
|
+
strokeLinejoin="round"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
export default CheckIcon;
|
|
@@ -1,50 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
1
|
+
import React from "react";
|
|
9
2
|
// eslint-disable-next-line react/prop-types
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
3
|
+
const NotificationIcon = ({ color }) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="25"
|
|
6
|
+
height="25"
|
|
7
|
+
viewBox="0 0 25 25"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M10.5467 4.6875C8.42301 5.29427 7.2915 7.44792 7.2915 9.67448V16.7253H7.28499C7.28499 18.0807 6.34229 18.582 4.95947 18.582V20.3255H20.0441V18.5859C18.6613 18.5859 17.7108 18.0859 17.7108 16.7292H17.7173V9.67969C17.7173 7.44792 16.7108 5.29167 14.5832 4.6888L10.5467 4.6875Z"
|
|
13
|
+
stroke={color}
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M10.9375 2.604H14.0625"
|
|
20
|
+
stroke={color}
|
|
21
|
+
strokeWidth="1.5"
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M12.5002 22.3958C12.8597 22.3958 13.1512 22.1044 13.1512 21.7448C13.1512 21.3852 12.8597 21.0938 12.5002 21.0938C12.1406 21.0938 11.8491 21.3852 11.8491 21.7448C11.8491 22.1044 12.1406 22.3958 12.5002 22.3958Z"
|
|
27
|
+
stroke={color}
|
|
28
|
+
strokeWidth="1.5"
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M12.4998 22.1525C12.7249 22.1525 12.9074 21.97 12.9074 21.745C12.9074 21.5199 12.7249 21.3374 12.4998 21.3374C12.2748 21.3374 12.0923 21.5199 12.0923 21.745C12.0923 21.97 12.2748 22.1525 12.4998 22.1525Z"
|
|
34
|
+
stroke={color}
|
|
35
|
+
strokeWidth="1.5"
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M12.5002 21.9076C12.5901 21.9076 12.6629 21.8347 12.6629 21.7448C12.6629 21.6549 12.5901 21.582 12.5002 21.582C12.4103 21.582 12.3374 21.6549 12.3374 21.7448C12.3374 21.8347 12.4103 21.9076 12.5002 21.9076Z"
|
|
41
|
+
stroke={color}
|
|
42
|
+
strokeWidth="1.5"
|
|
43
|
+
strokeLinecap="round"
|
|
44
|
+
strokeLinejoin="round"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
export default NotificationIcon;
|
|
@@ -1,32 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
1
|
+
import React from "react";
|
|
9
2
|
// eslint-disable-next-line react/prop-types
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
3
|
+
const ProfileIcon = ({ color }) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="25"
|
|
6
|
+
height="25"
|
|
7
|
+
viewBox="0 0 25 25"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z"
|
|
13
|
+
stroke={color}
|
|
14
|
+
strokeWidth="1.52"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M20 20C19.136 14.5346 15.5773 12 12.048 12C8.51867 12 4.86533 14.5334 4 19.9988"
|
|
20
|
+
stroke={color}
|
|
21
|
+
strokeWidth="1.52"
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export default ProfileIcon;
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
1
|
+
import React from "react";
|
|
9
2
|
// eslint-disable-next-line react/prop-types
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
3
|
+
const UserIcon = ({ color }) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="24"
|
|
6
|
+
height="25"
|
|
7
|
+
viewBox="0 0 24 25"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20 21.5V19.5C20 17.2909 18.2091 15.5 16 15.5L8 15.5C5.79086 15.5 4 17.2909 4 19.5V21.5"
|
|
13
|
+
stroke={color}
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M12 11.5C14.2091 11.5 16 9.70914 16 7.5C16 5.29086 14.2091 3.5 12 3.5C9.79086 3.5 8 5.29086 8 7.5C8 9.70914 9.79086 11.5 12 11.5Z"
|
|
22
|
+
stroke={color}
|
|
23
|
+
strokeWidth="1.5"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
export default UserIcon;
|