@manamerge/mana-atomic-ui 1.0.194 → 1.0.196

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.
Files changed (25) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +57 -62
  3. package/dist/index.js.map +1 -1
  4. package/dist/themes/themes/davidWeb/fonts/Gilmer-Bold.woff2 +0 -0
  5. package/dist/themes/themes/davidWeb/fonts/Gilmer-Heavy.woff2 +0 -0
  6. package/dist/themes/themes/davidWeb/fonts/Gilmer-Light.woff2 +0 -0
  7. package/dist/themes/themes/davidWeb/fonts/Gilmer-Medium.woff2 +0 -0
  8. package/dist/themes/themes/davidWeb/fonts/Gilmer-Regular.woff2 +0 -0
  9. package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Italic.woff2 +0 -0
  10. package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Regular.woff2 +0 -0
  11. package/dist/themes/themes/davidWeb/molecules/cardTeaser.ts +3 -2
  12. package/dist/themes/themes/manamerge/atoms/button.ts +3 -3
  13. package/dist/themes/themes/manamerge/molecules/accordion.ts +1 -6
  14. package/dist/themes/themes/manamerge/molecules/cardTeaser.ts +20 -22
  15. package/dist/themes/themes/manamerge/molecules/footer.ts +6 -1
  16. package/dist/themes/themes/manamerge/molecules/header.ts +1 -1
  17. package/dist/themes/themes/manamerge/molecules/navigation.ts +6 -1
  18. package/dist/types/components/Molecules/CardTeaser/CardTeaser.css.d.ts +6 -0
  19. package/dist/types/components/Molecules/CardTeaser/CardTeaser.d.ts +1 -0
  20. package/dist/types/themes/DavidWebTheme.d.ts +1 -5
  21. package/dist/types/themes/ManamergeTheme.d.ts +11 -9
  22. package/dist/types/themes/davidWeb/molecules/cardTeaser.d.ts +1 -0
  23. package/dist/types/themes/manamerge/molecules/accordion.d.ts +0 -5
  24. package/dist/types/themes/manamerge/molecules/cardTeaser.d.ts +11 -4
  25. package/package.json +1 -1
@@ -58,12 +58,13 @@ const cardTeaser = {
58
58
  },
59
59
 
60
60
  headingTitle: {
61
- variant: "h2",
61
+ variant: "primary",
62
62
  color: "#ccc"
63
63
  },
64
64
 
65
65
  headingCompanyDate: {
66
- variant: "h5",
66
+ variant: "primary",
67
+ asTag: "h1",
67
68
  color: "#ccc",
68
69
  textTransform: "uppercase"
69
70
  }
@@ -29,7 +29,7 @@ const button = {
29
29
  default: {
30
30
  text: colors.one.h,
31
31
  border: "none",
32
- background: colors.one.c,
32
+ background: colors.one.b,
33
33
  opacity: 1 // Ensures full opacity by default
34
34
  },
35
35
  hover: {
@@ -65,7 +65,7 @@ const button = {
65
65
  borderRadius: "15px",
66
66
  lineHeight: "18px",
67
67
  fontFamily: "ManamergeGilmer",
68
- fontWeight: 500,
68
+ fontWeight: 700,
69
69
  letterSpacing: "0.5px", // Ensures text has spacing for readability
70
70
  padding: "0 30px",
71
71
  fontSize: "14px",
@@ -119,7 +119,7 @@ const button = {
119
119
  borderRadius: "15px",
120
120
  lineHeight: "18px",
121
121
  fontFamily: "ManamergeGilmer",
122
- fontWeight: 500,
122
+ fontWeight: 700,
123
123
  letterSpacing: "0.5px", // Ensures text has spacing for readability
124
124
  padding: "0 30px",
125
125
  fontSize: "14px",
@@ -22,12 +22,7 @@ const accordion = {
22
22
  size: "12px",
23
23
  color: colors.one.b,
24
24
  fill: colors.one.b,
25
- stroke: colors.one.b,
26
- hover: {
27
- color: colors.one.b,
28
- fill: colors.one.b,
29
- stroke: colors.one.b
30
- }
25
+ stroke: colors.one.b
31
26
  },
32
27
  atomHeading: {
33
28
  variant: "primary",
@@ -1,27 +1,22 @@
1
+ import colors from "../miscellaneous/colorpalette";
2
+
1
3
  const cardTeaser = {
2
4
  "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%)`,
5
+ gradientBackground: `radial-gradient(farthest-corner at 840px 520px, #80C3BA 10%, #000000 90%)`,
16
6
  borderRadius: "25px",
17
7
  maxWidth: "850px",
18
8
  text: {
19
- variant: "primary-medium",
20
- color: "#ccc",
9
+ variant: "primary-light",
21
10
  margin: " 8px 0"
22
11
  },
23
12
  icon: {
24
- variant: "md"
13
+ variant: "xs",
14
+ fill: colors.one.b,
15
+ stroke: colors.one.b,
16
+ hover: {
17
+ fill: colors.one.b,
18
+ stroke: colors.one.b
19
+ }
25
20
  },
26
21
  button: {
27
22
  variant: "primary"
@@ -53,19 +48,22 @@ const cardTeaser = {
53
48
  }
54
49
  },
55
50
  separator: {
56
- padding: "10px 0 0 0",
57
- border: "1px solid #ccc"
51
+ padding: "18px 0 10px 0",
52
+ border: "0.5px solid #cccccc5e"
58
53
  },
59
54
 
60
55
  headingTitle: {
61
- variant: "primary-h2",
62
- color: "#ccc"
56
+ variant: "primary",
57
+ asTag: "h2"
63
58
  },
64
59
 
65
60
  headingCompanyDate: {
66
- variant: "primary-h5",
67
- color: "#ccc",
61
+ variant: "secondary",
62
+ asTag: "h3",
68
63
  textTransform: "uppercase"
64
+ },
65
+ gradient: {
66
+ variant: "primary"
69
67
  }
70
68
  }
71
69
  };
@@ -2,7 +2,12 @@ import colors from "../miscellaneous/colorpalette";
2
2
 
3
3
  const footer = {
4
4
  "Footer-primary": {
5
- background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
5
+ background: `linear-gradient(
6
+ 180deg,
7
+ rgba(59, 60, 63, 0.6) 0%,
8
+ rgba(38, 38, 38, 0.8) 43.75%
9
+ ),
10
+ rgba(59, 60, 63, 0.8);`,
6
11
  padding: "10px",
7
12
  gap: "20px",
8
13
  text: {
@@ -58,7 +58,7 @@ const header = {
58
58
  },
59
59
  "Header-secondary": {
60
60
  height: "380px",
61
- backgroundColor: "rgba(186, 250, 97, 0.49)",
61
+ backgroundColor: colors.transparent,
62
62
  justifyContent: "flex-start",
63
63
  bannerColor: "lightgray",
64
64
  wrapperHeader: {
@@ -3,7 +3,12 @@ import colors from "../miscellaneous/colorpalette";
3
3
  const navigation = {
4
4
  "Navigation-primary": {
5
5
  gap: "50px",
6
- background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
6
+ background: `linear-gradient(
7
+ 180deg,
8
+ rgba(59, 60, 63, 0.6) 0%,
9
+ rgba(38, 38, 38, 0.8) 43.75%
10
+ ),
11
+ rgba(59, 60, 63, 0.8);`,
7
12
  padding: "13px",
8
13
  atomIcon: {
9
14
  variant: "md",
@@ -37,3 +37,9 @@ export declare const ButtonCard: import("styled-components/dist/types").IStyledC
37
37
  export declare const CardBackgroundColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
38
38
  moleculeVariant: string;
39
39
  }>> & string;
40
+ export declare const GradientStyle: 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/Gradient/Gradient").GradientTypes, import("../../Atoms/Gradient/Gradient").GradientTypes>, {
41
+ moleculeVariant: string;
42
+ }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Gradient/Gradient").GradientTypes>, keyof import("react").Component<any, {}, any>>;
43
+ export declare const BackgroundSvg: 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>, {
44
+ moleculeVariant: string;
45
+ }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
@@ -8,6 +8,7 @@ export interface CardTeaserTypes {
8
8
  onClick?: React.MouseEventHandler<HTMLElement>;
9
9
  checks?: string[];
10
10
  svg?: FunctionComponent<SVGProps<SVGSVGElement>>;
11
+ backgroundSvg?: FunctionComponent<SVGProps<SVGSVGElement>>;
11
12
  cardImageSrc?: string;
12
13
  separator?: boolean;
13
14
  }
@@ -1151,6 +1151,7 @@ export declare const DavidWebTheme: {
1151
1151
  };
1152
1152
  headingCompanyDate: {
1153
1153
  variant: string;
1154
+ asTag: string;
1154
1155
  color: string;
1155
1156
  textTransform: string;
1156
1157
  };
@@ -1266,11 +1267,6 @@ export declare const DavidWebTheme: {
1266
1267
  color: string;
1267
1268
  fill: string;
1268
1269
  stroke: string;
1269
- hover: {
1270
- color: string;
1271
- fill: string;
1272
- stroke: string;
1273
- };
1274
1270
  };
1275
1271
  atomHeading: {
1276
1272
  variant: string;
@@ -1213,17 +1213,21 @@ export declare const ManamergeTheme: {
1213
1213
  };
1214
1214
  cardTeaser: {
1215
1215
  "CardTeaser-primary": {
1216
- background: string;
1217
1216
  gradientBackground: string;
1218
1217
  borderRadius: string;
1219
1218
  maxWidth: string;
1220
1219
  text: {
1221
1220
  variant: string;
1222
- color: string;
1223
1221
  margin: string;
1224
1222
  };
1225
1223
  icon: {
1226
1224
  variant: string;
1225
+ fill: string;
1226
+ stroke: string;
1227
+ hover: {
1228
+ fill: string;
1229
+ stroke: string;
1230
+ };
1227
1231
  };
1228
1232
  button: {
1229
1233
  variant: string;
@@ -1259,13 +1263,16 @@ export declare const ManamergeTheme: {
1259
1263
  };
1260
1264
  headingTitle: {
1261
1265
  variant: string;
1262
- color: string;
1266
+ asTag: string;
1263
1267
  };
1264
1268
  headingCompanyDate: {
1265
1269
  variant: string;
1266
- color: string;
1270
+ asTag: string;
1267
1271
  textTransform: string;
1268
1272
  };
1273
+ gradient: {
1274
+ variant: string;
1275
+ };
1269
1276
  };
1270
1277
  };
1271
1278
  breakerTape: {
@@ -1388,11 +1395,6 @@ export declare const ManamergeTheme: {
1388
1395
  color: string;
1389
1396
  fill: string;
1390
1397
  stroke: string;
1391
- hover: {
1392
- color: string;
1393
- fill: string;
1394
- stroke: string;
1395
- };
1396
1398
  };
1397
1399
  atomHeading: {
1398
1400
  variant: string;
@@ -50,6 +50,7 @@ declare const cardTeaser: {
50
50
  };
51
51
  headingCompanyDate: {
52
52
  variant: string;
53
+ asTag: string;
53
54
  color: string;
54
55
  textTransform: string;
55
56
  };
@@ -21,11 +21,6 @@ declare const accordion: {
21
21
  color: string;
22
22
  fill: string;
23
23
  stroke: string;
24
- hover: {
25
- color: string;
26
- fill: string;
27
- stroke: string;
28
- };
29
24
  };
30
25
  atomHeading: {
31
26
  variant: string;
@@ -1,16 +1,20 @@
1
1
  declare const cardTeaser: {
2
2
  "CardTeaser-primary": {
3
- background: string;
4
3
  gradientBackground: string;
5
4
  borderRadius: string;
6
5
  maxWidth: string;
7
6
  text: {
8
7
  variant: string;
9
- color: string;
10
8
  margin: string;
11
9
  };
12
10
  icon: {
13
11
  variant: string;
12
+ fill: string;
13
+ stroke: string;
14
+ hover: {
15
+ fill: string;
16
+ stroke: string;
17
+ };
14
18
  };
15
19
  button: {
16
20
  variant: string;
@@ -46,13 +50,16 @@ declare const cardTeaser: {
46
50
  };
47
51
  headingTitle: {
48
52
  variant: string;
49
- color: string;
53
+ asTag: string;
50
54
  };
51
55
  headingCompanyDate: {
52
56
  variant: string;
53
- color: string;
57
+ asTag: string;
54
58
  textTransform: string;
55
59
  };
60
+ gradient: {
61
+ variant: string;
62
+ };
56
63
  };
57
64
  };
58
65
  export default cardTeaser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.194",
3
+ "version": "1.0.196",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",