@manamerge/mana-atomic-ui 1.0.158 → 1.0.160
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 +2 -1
- package/dist/index.js +34 -8
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/ManamergeTheme.ts +5 -0
- package/dist/themes/themes/manamerge/atoms/text.ts +14 -14
- package/dist/themes/themes/manamerge/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/molecules/breakerTape.ts +7 -11
- package/dist/themes/themes/manamerge/molecules/header.ts +11 -5
- package/dist/types/components/Atoms/Text/Text.d.ts +2 -1
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts +11 -0
- package/dist/types/components/Molecules/Header/Header.css.d.ts +3 -0
- package/dist/types/themes/ManamergeTheme.d.ts +50 -17
- package/dist/types/themes/manamerge/atoms/text.d.ts +14 -14
- package/dist/types/themes/manamerge/molecules/breakerTape.d.ts +1 -2
- package/dist/types/themes/manamerge/molecules/header.d.ts +5 -1
- package/package.json +1 -1
|
@@ -27,6 +27,9 @@ import pint3 from "./manamerge/layouts/pint3";
|
|
|
27
27
|
// vSizes
|
|
28
28
|
import fontsizes from "./manamerge/miscellaneous/fontsizes";
|
|
29
29
|
|
|
30
|
+
// colorPalette
|
|
31
|
+
import colors from "./manamerge/miscellaneous/colorpalette";
|
|
32
|
+
|
|
30
33
|
// Styling
|
|
31
34
|
// import filterListTheme from "./manamerge/styling/filter-list-theme.css.js";
|
|
32
35
|
// import chatTheme from "./manamerge/styling/chat-theme.css.js";
|
|
@@ -144,6 +147,8 @@ export const ManamergeTheme = {
|
|
|
144
147
|
breakpoints,
|
|
145
148
|
// vSizes
|
|
146
149
|
fontsizes,
|
|
150
|
+
// colorPalette
|
|
151
|
+
colors,
|
|
147
152
|
|
|
148
153
|
pages: {
|
|
149
154
|
vod: {
|
|
@@ -3,60 +3,60 @@ import fontsizes from "../miscellaneous/fontsizes";
|
|
|
3
3
|
|
|
4
4
|
const text = {
|
|
5
5
|
"Text-primary-light": {
|
|
6
|
-
|
|
6
|
+
vFontSize: fontsizes.xs,
|
|
7
7
|
lineHeight: "18px",
|
|
8
8
|
fontWeight: 300,
|
|
9
|
-
|
|
9
|
+
vColor: colors.one.b,
|
|
10
10
|
margin: "0px",
|
|
11
11
|
fontFamily: "ManamergeGilmer"
|
|
12
12
|
},
|
|
13
13
|
"Text-primary-regular": {
|
|
14
|
-
|
|
14
|
+
vFontSize: fontsizes.sm,
|
|
15
15
|
lineHeight: "25px",
|
|
16
16
|
fontWeight: 400,
|
|
17
|
-
|
|
17
|
+
vColor: colors.one.b,
|
|
18
18
|
margin: "0px",
|
|
19
19
|
fontFamily: "ManamergeGilmer"
|
|
20
20
|
},
|
|
21
21
|
"Text-primary-medium": {
|
|
22
|
-
|
|
22
|
+
vFontSize: fontsizes.md,
|
|
23
23
|
lineHeight: "28px",
|
|
24
24
|
fontWeight: 500,
|
|
25
|
-
|
|
25
|
+
vColor: colors.one.b,
|
|
26
26
|
margin: "0px",
|
|
27
27
|
fontFamily: "ManamergeGilmer"
|
|
28
28
|
},
|
|
29
29
|
"Text-primary-bold": {
|
|
30
|
-
|
|
30
|
+
vFontSize: fontsizes.lg,
|
|
31
31
|
lineHeight: "28px",
|
|
32
32
|
fontWeight: 700,
|
|
33
|
-
|
|
33
|
+
vColor: colors.one.b,
|
|
34
34
|
margin: "0px",
|
|
35
35
|
fontFamily: "ManamergeGilmer"
|
|
36
36
|
},
|
|
37
37
|
"Text-primary-heavy": {
|
|
38
|
-
|
|
38
|
+
vFontSize: fontsizes.xl,
|
|
39
39
|
lineHeight: "28px",
|
|
40
40
|
fontWeight: 900,
|
|
41
|
-
|
|
41
|
+
vColor: colors.one.b,
|
|
42
42
|
margin: "0px",
|
|
43
43
|
fontFamily: "ManamergeGilmer"
|
|
44
44
|
},
|
|
45
45
|
|
|
46
46
|
"Text-secondary-regular": {
|
|
47
|
-
|
|
47
|
+
vFontSize: fontsizes.sm,
|
|
48
48
|
lineHeight: "25px",
|
|
49
49
|
fontWeight: 400,
|
|
50
|
-
|
|
50
|
+
vColor: colors.one.h,
|
|
51
51
|
margin: "0px",
|
|
52
52
|
fontFamily: "Springwood"
|
|
53
53
|
},
|
|
54
54
|
"Text-secondary-italic": {
|
|
55
|
-
|
|
55
|
+
vFontSize: fontsizes.lg,
|
|
56
56
|
lineHeight: "25px",
|
|
57
57
|
fontWeight: 400,
|
|
58
58
|
fontStyle: "italic",
|
|
59
|
-
|
|
59
|
+
vColor: colors.one.h,
|
|
60
60
|
margin: "0px",
|
|
61
61
|
fontFamily: "Springwood"
|
|
62
62
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
import colors from "../miscellaneous/colorpalette";
|
|
2
|
-
import vFontSizes from "../miscellaneous/fontsizes";
|
|
3
|
-
|
|
4
1
|
const breakerTape = {
|
|
5
2
|
"BreakerTape-primary": {
|
|
6
3
|
icon: {
|
|
7
4
|
variant: "medium",
|
|
8
|
-
fill:
|
|
9
|
-
stroke:
|
|
5
|
+
fill: "gold",
|
|
6
|
+
stroke: "gold",
|
|
10
7
|
hover: {
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
stroke: "gold",
|
|
9
|
+
fill: "gold"
|
|
13
10
|
}
|
|
14
11
|
},
|
|
15
12
|
text: {
|
|
16
|
-
variant: "
|
|
17
|
-
color:
|
|
18
|
-
fontSize: vFontSizes.sm
|
|
13
|
+
variant: "secondary-bold",
|
|
14
|
+
color: "#111"
|
|
19
15
|
},
|
|
20
16
|
tapeContent: {
|
|
21
17
|
alignItems: "center",
|
|
@@ -25,7 +21,7 @@ const breakerTape = {
|
|
|
25
21
|
tapeContainer: {
|
|
26
22
|
width: "100%",
|
|
27
23
|
transform: "rotate(-3deg)",
|
|
28
|
-
background: `linear-gradient(to right
|
|
24
|
+
background: `linear-gradient(to right,rgb(255, 120, 120),rgb(255, 101, 247))`,
|
|
29
25
|
padding: "10px 0",
|
|
30
26
|
margin: "45px 0 0 0"
|
|
31
27
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import colors from "../miscellaneous/colorpalette";
|
|
2
|
+
|
|
1
3
|
const header = {
|
|
2
4
|
"Header-primary": {
|
|
3
|
-
height: "
|
|
4
|
-
backgroundColor: "rgba(250, 97, 97, 0.71)",
|
|
5
|
+
height: "550px",
|
|
5
6
|
justifyContent: "center",
|
|
6
7
|
bannerColor: "lightgray",
|
|
7
8
|
wrapperHeader: {
|
|
@@ -25,11 +26,16 @@ const header = {
|
|
|
25
26
|
stroke: "none"
|
|
26
27
|
}
|
|
27
28
|
},
|
|
29
|
+
atomTextBanner: {
|
|
30
|
+
variant: "primary-medium",
|
|
31
|
+
color: colors.one.h
|
|
32
|
+
},
|
|
28
33
|
atomHeading: {
|
|
29
|
-
variant: "secondary
|
|
34
|
+
variant: "secondary",
|
|
35
|
+
as: "h1"
|
|
30
36
|
},
|
|
31
37
|
atomTextTitle: {
|
|
32
|
-
variant: "
|
|
38
|
+
variant: "primary-medium"
|
|
33
39
|
},
|
|
34
40
|
atomButtonLeft: {
|
|
35
41
|
variant: "primary",
|
|
@@ -37,7 +43,7 @@ const header = {
|
|
|
37
43
|
},
|
|
38
44
|
atomButtonRight: {
|
|
39
45
|
variant: "secondary",
|
|
40
|
-
flexDirection: "row
|
|
46
|
+
flexDirection: "row"
|
|
41
47
|
},
|
|
42
48
|
atomIconLeft: {
|
|
43
49
|
variant: "small"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface TextTypes {
|
|
3
|
-
variant?:
|
|
3
|
+
variant?: string;
|
|
4
4
|
children?: string;
|
|
5
5
|
htmlFor?: string;
|
|
6
6
|
margin?: string;
|
|
7
|
+
color?: string;
|
|
7
8
|
lineHeight?: string;
|
|
8
9
|
fontWeight?: string | number;
|
|
9
10
|
tag?: keyof JSX.IntrinsicElements;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { CardSimpleRenderTypes } from "./CardSimpleRender";
|
|
3
|
+
declare const meta: Meta<CardSimpleRenderTypes>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<CardSimpleRenderTypes>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Hover: Story;
|
|
8
|
+
export declare const Flex: Story;
|
|
9
|
+
export declare const FlexExtra: Story;
|
|
10
|
+
export declare const Flex2: Story;
|
|
11
|
+
export declare const Isolado: Story;
|
|
@@ -16,6 +16,9 @@ export declare const AtomIconTop: import("styled-components/dist/types").IStyled
|
|
|
16
16
|
export declare const AtomIconDot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("../../Atoms/Icon/Icon").IconTypes, import("../../Atoms/Icon/Icon").IconTypes>, {
|
|
17
17
|
moleculeVariant: string;
|
|
18
18
|
}>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
|
|
19
|
+
export declare const AtomTextBanner: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("../../Atoms/Text/Text").TextTypes, import("../../Atoms/Text/Text").TextTypes>, {
|
|
20
|
+
moleculeVariant: string;
|
|
21
|
+
}>, never>> & string & Omit<import("react").FC<import("../../Atoms/Text/Text").TextTypes>, keyof import("react").Component<any, {}, any>>;
|
|
19
22
|
export declare const AtomHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("../../Atoms/Heading/Heading").HeadingTypes, import("../../Atoms/Heading/Heading").HeadingTypes>, {
|
|
20
23
|
moleculeVariant: string;
|
|
21
24
|
}>, never>> & string & Omit<import("react").FC<import("../../Atoms/Heading/Heading").HeadingTypes>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -506,59 +506,59 @@ export declare const ManamergeTheme: {
|
|
|
506
506
|
};
|
|
507
507
|
text: {
|
|
508
508
|
"Text-primary-light": {
|
|
509
|
-
|
|
509
|
+
vFontSize: string;
|
|
510
510
|
lineHeight: string;
|
|
511
511
|
fontWeight: number;
|
|
512
|
-
|
|
512
|
+
vColor: string;
|
|
513
513
|
margin: string;
|
|
514
514
|
fontFamily: string;
|
|
515
515
|
};
|
|
516
516
|
"Text-primary-regular": {
|
|
517
|
-
|
|
517
|
+
vFontSize: string;
|
|
518
518
|
lineHeight: string;
|
|
519
519
|
fontWeight: number;
|
|
520
|
-
|
|
520
|
+
vColor: string;
|
|
521
521
|
margin: string;
|
|
522
522
|
fontFamily: string;
|
|
523
523
|
};
|
|
524
524
|
"Text-primary-medium": {
|
|
525
|
-
|
|
525
|
+
vFontSize: string;
|
|
526
526
|
lineHeight: string;
|
|
527
527
|
fontWeight: number;
|
|
528
|
-
|
|
528
|
+
vColor: string;
|
|
529
529
|
margin: string;
|
|
530
530
|
fontFamily: string;
|
|
531
531
|
};
|
|
532
532
|
"Text-primary-bold": {
|
|
533
|
-
|
|
533
|
+
vFontSize: string;
|
|
534
534
|
lineHeight: string;
|
|
535
535
|
fontWeight: number;
|
|
536
|
-
|
|
536
|
+
vColor: string;
|
|
537
537
|
margin: string;
|
|
538
538
|
fontFamily: string;
|
|
539
539
|
};
|
|
540
540
|
"Text-primary-heavy": {
|
|
541
|
-
|
|
541
|
+
vFontSize: string;
|
|
542
542
|
lineHeight: string;
|
|
543
543
|
fontWeight: number;
|
|
544
|
-
|
|
544
|
+
vColor: string;
|
|
545
545
|
margin: string;
|
|
546
546
|
fontFamily: string;
|
|
547
547
|
};
|
|
548
548
|
"Text-secondary-regular": {
|
|
549
|
-
|
|
549
|
+
vFontSize: string;
|
|
550
550
|
lineHeight: string;
|
|
551
551
|
fontWeight: number;
|
|
552
|
-
|
|
552
|
+
vColor: string;
|
|
553
553
|
margin: string;
|
|
554
554
|
fontFamily: string;
|
|
555
555
|
};
|
|
556
556
|
"Text-secondary-italic": {
|
|
557
|
-
|
|
557
|
+
vFontSize: string;
|
|
558
558
|
lineHeight: string;
|
|
559
559
|
fontWeight: number;
|
|
560
560
|
fontStyle: string;
|
|
561
|
-
|
|
561
|
+
vColor: string;
|
|
562
562
|
margin: string;
|
|
563
563
|
fontFamily: string;
|
|
564
564
|
};
|
|
@@ -913,7 +913,6 @@ export declare const ManamergeTheme: {
|
|
|
913
913
|
header: {
|
|
914
914
|
"Header-primary": {
|
|
915
915
|
height: string;
|
|
916
|
-
backgroundColor: string;
|
|
917
916
|
justifyContent: string;
|
|
918
917
|
bannerColor: string;
|
|
919
918
|
wrapperHeader: {
|
|
@@ -937,8 +936,13 @@ export declare const ManamergeTheme: {
|
|
|
937
936
|
stroke: string;
|
|
938
937
|
};
|
|
939
938
|
};
|
|
939
|
+
atomTextBanner: {
|
|
940
|
+
variant: string;
|
|
941
|
+
color: string;
|
|
942
|
+
};
|
|
940
943
|
atomHeading: {
|
|
941
944
|
variant: string;
|
|
945
|
+
as: string;
|
|
942
946
|
};
|
|
943
947
|
atomTextTitle: {
|
|
944
948
|
variant: string;
|
|
@@ -1125,14 +1129,13 @@ export declare const ManamergeTheme: {
|
|
|
1125
1129
|
fill: string;
|
|
1126
1130
|
stroke: string;
|
|
1127
1131
|
hover: {
|
|
1128
|
-
fill: string;
|
|
1129
1132
|
stroke: string;
|
|
1133
|
+
fill: string;
|
|
1130
1134
|
};
|
|
1131
1135
|
};
|
|
1132
1136
|
text: {
|
|
1133
1137
|
variant: string;
|
|
1134
1138
|
color: string;
|
|
1135
|
-
fontSize: string;
|
|
1136
1139
|
};
|
|
1137
1140
|
tapeContent: {
|
|
1138
1141
|
alignItems: string;
|
|
@@ -1281,6 +1284,36 @@ export declare const ManamergeTheme: {
|
|
|
1281
1284
|
xxxl: string;
|
|
1282
1285
|
xxxxl: string;
|
|
1283
1286
|
};
|
|
1287
|
+
colors: {
|
|
1288
|
+
one: {
|
|
1289
|
+
a: string;
|
|
1290
|
+
b: string;
|
|
1291
|
+
c: string;
|
|
1292
|
+
d: string;
|
|
1293
|
+
e: string;
|
|
1294
|
+
f: string;
|
|
1295
|
+
g: string;
|
|
1296
|
+
h: string;
|
|
1297
|
+
i: string;
|
|
1298
|
+
};
|
|
1299
|
+
two: {
|
|
1300
|
+
a: string;
|
|
1301
|
+
b: string;
|
|
1302
|
+
c: string;
|
|
1303
|
+
d: string;
|
|
1304
|
+
e: string;
|
|
1305
|
+
f: string;
|
|
1306
|
+
};
|
|
1307
|
+
three: {
|
|
1308
|
+
a: string;
|
|
1309
|
+
b: string;
|
|
1310
|
+
c: string;
|
|
1311
|
+
};
|
|
1312
|
+
four: {
|
|
1313
|
+
a: string;
|
|
1314
|
+
b: string;
|
|
1315
|
+
};
|
|
1316
|
+
};
|
|
1284
1317
|
pages: {
|
|
1285
1318
|
vod: {
|
|
1286
1319
|
top: {
|
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
declare const text: {
|
|
2
2
|
"Text-primary-light": {
|
|
3
|
-
|
|
3
|
+
vFontSize: string;
|
|
4
4
|
lineHeight: string;
|
|
5
5
|
fontWeight: number;
|
|
6
|
-
|
|
6
|
+
vColor: string;
|
|
7
7
|
margin: string;
|
|
8
8
|
fontFamily: string;
|
|
9
9
|
};
|
|
10
10
|
"Text-primary-regular": {
|
|
11
|
-
|
|
11
|
+
vFontSize: string;
|
|
12
12
|
lineHeight: string;
|
|
13
13
|
fontWeight: number;
|
|
14
|
-
|
|
14
|
+
vColor: string;
|
|
15
15
|
margin: string;
|
|
16
16
|
fontFamily: string;
|
|
17
17
|
};
|
|
18
18
|
"Text-primary-medium": {
|
|
19
|
-
|
|
19
|
+
vFontSize: string;
|
|
20
20
|
lineHeight: string;
|
|
21
21
|
fontWeight: number;
|
|
22
|
-
|
|
22
|
+
vColor: string;
|
|
23
23
|
margin: string;
|
|
24
24
|
fontFamily: string;
|
|
25
25
|
};
|
|
26
26
|
"Text-primary-bold": {
|
|
27
|
-
|
|
27
|
+
vFontSize: string;
|
|
28
28
|
lineHeight: string;
|
|
29
29
|
fontWeight: number;
|
|
30
|
-
|
|
30
|
+
vColor: string;
|
|
31
31
|
margin: string;
|
|
32
32
|
fontFamily: string;
|
|
33
33
|
};
|
|
34
34
|
"Text-primary-heavy": {
|
|
35
|
-
|
|
35
|
+
vFontSize: string;
|
|
36
36
|
lineHeight: string;
|
|
37
37
|
fontWeight: number;
|
|
38
|
-
|
|
38
|
+
vColor: string;
|
|
39
39
|
margin: string;
|
|
40
40
|
fontFamily: string;
|
|
41
41
|
};
|
|
42
42
|
"Text-secondary-regular": {
|
|
43
|
-
|
|
43
|
+
vFontSize: string;
|
|
44
44
|
lineHeight: string;
|
|
45
45
|
fontWeight: number;
|
|
46
|
-
|
|
46
|
+
vColor: string;
|
|
47
47
|
margin: string;
|
|
48
48
|
fontFamily: string;
|
|
49
49
|
};
|
|
50
50
|
"Text-secondary-italic": {
|
|
51
|
-
|
|
51
|
+
vFontSize: string;
|
|
52
52
|
lineHeight: string;
|
|
53
53
|
fontWeight: number;
|
|
54
54
|
fontStyle: string;
|
|
55
|
-
|
|
55
|
+
vColor: string;
|
|
56
56
|
margin: string;
|
|
57
57
|
fontFamily: string;
|
|
58
58
|
};
|
|
@@ -5,14 +5,13 @@ declare const breakerTape: {
|
|
|
5
5
|
fill: string;
|
|
6
6
|
stroke: string;
|
|
7
7
|
hover: {
|
|
8
|
-
fill: string;
|
|
9
8
|
stroke: string;
|
|
9
|
+
fill: string;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
text: {
|
|
13
13
|
variant: string;
|
|
14
14
|
color: string;
|
|
15
|
-
fontSize: string;
|
|
16
15
|
};
|
|
17
16
|
tapeContent: {
|
|
18
17
|
alignItems: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
declare const header: {
|
|
2
2
|
"Header-primary": {
|
|
3
3
|
height: string;
|
|
4
|
-
backgroundColor: string;
|
|
5
4
|
justifyContent: string;
|
|
6
5
|
bannerColor: string;
|
|
7
6
|
wrapperHeader: {
|
|
@@ -25,8 +24,13 @@ declare const header: {
|
|
|
25
24
|
stroke: string;
|
|
26
25
|
};
|
|
27
26
|
};
|
|
27
|
+
atomTextBanner: {
|
|
28
|
+
variant: string;
|
|
29
|
+
color: string;
|
|
30
|
+
};
|
|
28
31
|
atomHeading: {
|
|
29
32
|
variant: string;
|
|
33
|
+
as: string;
|
|
30
34
|
};
|
|
31
35
|
atomTextTitle: {
|
|
32
36
|
variant: string;
|