@manamerge/mana-atomic-ui 1.0.45 → 1.0.46

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 (74) hide show
  1. package/dist/index.d.ts +3 -4
  2. package/dist/index.js +2 -4
  3. package/dist/index.js.map +1 -1
  4. package/dist/themes/{DavidWebTheme.js → themes/DavidWebTheme.ts} +27 -1
  5. package/dist/themes/{ManamergeTheme.js → themes/ManamergeTheme.ts} +36 -5
  6. package/dist/themes/themes/davidWeb/fonts/index.js +15 -44
  7. package/dist/themes/themes/davidWeb/images/icons/modal/closeicon.svg.js +42 -37
  8. package/dist/themes/themes/davidWeb/images/icons/navigation/notification.svg.js +49 -48
  9. package/dist/themes/themes/davidWeb/images/icons/navigation/profile.svg.js +31 -27
  10. package/dist/themes/themes/davidWeb/images/icons/navigation/user.svg.js +33 -29
  11. package/dist/themes/themes/davidWeb/styling/chat-theme.css.js +14 -80
  12. package/dist/themes/themes/davidWeb/styling/filter-list-theme.css.js +12 -47
  13. package/dist/themes/themes/davidWeb/styling/notification-theme.css.js +22 -166
  14. package/dist/themes/themes/manamerge/fonts/index.js +17 -55
  15. package/dist/themes/themes/manamerge/images/icons/modal/closeicon.svg.js +42 -37
  16. package/dist/themes/themes/manamerge/images/icons/navigation/notification.svg.js +49 -48
  17. package/dist/themes/themes/manamerge/images/icons/navigation/profile.svg.js +31 -27
  18. package/dist/themes/themes/manamerge/images/icons/navigation/user.svg.js +33 -29
  19. package/dist/themes/themes/manamerge/miscellaneous/colorpalette.ts +6 -6
  20. package/dist/themes/themes/manamerge/miscellaneous/fontsizes.ts +3 -2
  21. package/dist/themes/themes/manamerge/styling/chat-theme.css.js +14 -80
  22. package/dist/themes/themes/manamerge/styling/filter-list-theme.css.js +12 -47
  23. package/dist/themes/themes/manamerge/styling/notification-theme.css.js +22 -166
  24. package/dist/types/components/Atoms/Heading/Heading.d.ts +1 -1
  25. package/dist/types/components/Atoms/Text/Text.d.ts +2 -3
  26. package/dist/types/themes/ManamergeTheme.d.ts +155 -155
  27. package/dist/types/themes/manamerge/atoms/button.d.ts +18 -18
  28. package/dist/types/themes/manamerge/atoms/divider.d.ts +3 -3
  29. package/dist/types/themes/manamerge/atoms/gradient.d.ts +6 -6
  30. package/dist/types/themes/manamerge/atoms/heading.d.ts +36 -36
  31. package/dist/types/themes/manamerge/atoms/link.d.ts +30 -30
  32. package/dist/types/themes/manamerge/atoms/text.d.ts +14 -14
  33. package/dist/types/themes/manamerge/miscellaneous/colorpalette.d.ts +24 -29
  34. package/dist/types/themes/manamerge/miscellaneous/fontsizes.d.ts +8 -9
  35. package/dist/types/themes/manamerge/molecules/cardBanner.d.ts +2 -2
  36. package/package.json +2 -3
  37. package/dist/themes/davidWeb/atoms/button.js +0 -107
  38. package/dist/themes/davidWeb/atoms/checkbox.js +0 -72
  39. package/dist/themes/davidWeb/atoms/divider.js +0 -24
  40. package/dist/themes/davidWeb/atoms/gradient.js +0 -18
  41. package/dist/themes/davidWeb/atoms/heading.js +0 -141
  42. package/dist/themes/davidWeb/atoms/icon.js +0 -30
  43. package/dist/themes/davidWeb/atoms/link.js +0 -78
  44. package/dist/themes/davidWeb/atoms/text.js +0 -38
  45. package/dist/themes/davidWeb/layouts/pint3.js +0 -13
  46. package/dist/themes/davidWeb/miscellaneous/breakpoints.js +0 -14
  47. package/dist/themes/davidWeb/molecules/accordion.js +0 -29
  48. package/dist/themes/davidWeb/molecules/breakerTape.js +0 -30
  49. package/dist/themes/davidWeb/molecules/cardBanner.js +0 -26
  50. package/dist/themes/davidWeb/molecules/cardSimpleRender.js +0 -34
  51. package/dist/themes/davidWeb/molecules/cardTeaser.js +0 -69
  52. package/dist/themes/davidWeb/molecules/footer.js +0 -26
  53. package/dist/themes/davidWeb/molecules/header.js +0 -94
  54. package/dist/themes/davidWeb/molecules/navigation.js +0 -53
  55. package/dist/themes/manamerge/atoms/button.js +0 -108
  56. package/dist/themes/manamerge/atoms/checkbox.js +0 -72
  57. package/dist/themes/manamerge/atoms/divider.js +0 -25
  58. package/dist/themes/manamerge/atoms/gradient.js +0 -19
  59. package/dist/themes/manamerge/atoms/heading.js +0 -280
  60. package/dist/themes/manamerge/atoms/icon.js +0 -30
  61. package/dist/themes/manamerge/atoms/link.js +0 -124
  62. package/dist/themes/manamerge/atoms/text.js +0 -62
  63. package/dist/themes/manamerge/layouts/pint3.js +0 -13
  64. package/dist/themes/manamerge/miscellaneous/breakpoints.js +0 -14
  65. package/dist/themes/manamerge/miscellaneous/colorpalette.js +0 -31
  66. package/dist/themes/manamerge/miscellaneous/fontsizes.js +0 -11
  67. package/dist/themes/manamerge/molecules/accordion.js +0 -29
  68. package/dist/themes/manamerge/molecules/breakerTape.js +0 -30
  69. package/dist/themes/manamerge/molecules/cardBanner.js +0 -26
  70. package/dist/themes/manamerge/molecules/cardSimpleRender.js +0 -35
  71. package/dist/themes/manamerge/molecules/cardTeaser.js +0 -69
  72. package/dist/themes/manamerge/molecules/footer.js +0 -26
  73. package/dist/themes/manamerge/molecules/header.js +0 -86
  74. package/dist/themes/manamerge/molecules/navigation.js +0 -53
@@ -1,30 +0,0 @@
1
- const breakerTape = {
2
- "BreakerTape-primary": {
3
- icon: {
4
- variant: "medium",
5
- fill: "gold",
6
- stroke: "gold",
7
- hover: {
8
- stroke: "gold",
9
- fill: "gold"
10
- }
11
- },
12
- text: {
13
- variant: "bold",
14
- color: "#111"
15
- },
16
- tapeContent: {
17
- alignItems: "center",
18
- gap: "40px",
19
- slowness: "35s"
20
- },
21
- tapeContainer: {
22
- width: "100%",
23
- transform: "rotate(-3deg)",
24
- background: `linear-gradient(to right,rgba(255, 0, 0, 1),rgba(30, 0, 255, 1))`,
25
- padding: "10px 0",
26
- margin: "45px 0 0 0"
27
- }
28
- }
29
- };
30
- export default breakerTape;
@@ -1,26 +0,0 @@
1
- const cardBanner = {
2
- "CardBanner-primary": {
3
- flexDirection: "row",
4
- justifyContent: "space-between",
5
- background: `linear-gradient(to right, #ff7e5f, #feb47b)`,
6
- border: "2px solid rgb(210, 16, 16)",
7
- borderRadius: "25px",
8
- padding: "20px",
9
- atomHeading: {
10
- variant: "h3"
11
- },
12
- atomText: {
13
- variant: "regular"
14
- },
15
- atomButton: {
16
- variant: "primary"
17
- },
18
- atomTextButton: {
19
- variant: "regular"
20
- },
21
- atomIcon: {
22
- variant: "medium"
23
- }
24
- }
25
- };
26
- export default cardBanner;
@@ -1,34 +0,0 @@
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: "300px",
12
- maxWidth: "450px",
13
- focus: {
14
- border: "2px dashed rgb(169, 189, 80)",
15
- boxShadow: "5px 5px 2px 1px rgba(255, 81, 0, 0.2)",
16
- transition: "box-shadow 0.1s ease"
17
- },
18
- hover: {
19
- border: "2px dashed rgb(189, 80, 80)",
20
- boxShadow: "5px 5px 2px 1px rgba(0, 0, 255, 0.2)",
21
- transition: "box-shadow 0.1s ease"
22
- },
23
- atomIcon: {
24
- variant: "medium"
25
- },
26
- atomHeading: {
27
- variant: "h3"
28
- },
29
- atomText: {
30
- variant: "regular"
31
- }
32
- }
33
- };
34
- export default cardSimpleRender;
@@ -1,69 +0,0 @@
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: "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: "h2",
60
- color: "#ccc"
61
- },
62
- headingCompanyDate: {
63
- variant: "h5",
64
- color: "#ccc",
65
- textTransform: "uppercase"
66
- }
67
- }
68
- };
69
- export default cardTeaser;
@@ -1,26 +0,0 @@
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: "light",
13
- color: "#1cc",
14
- hover: {
15
- color: "#f00"
16
- }
17
- },
18
- links: {
19
- variant: "regular"
20
- },
21
- icons: {
22
- variant: "medium"
23
- }
24
- }
25
- };
26
- export default footer;
@@ -1,94 +0,0 @@
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: "h1"
30
- },
31
- atomTextTitle: {
32
- variant: "medium"
33
- },
34
- atomButtonLeft: {
35
- variant: "primary",
36
- flexDirection: "row",
37
- gap: "8px"
38
- },
39
- atomButtonRight: {
40
- variant: "secondary",
41
- flexDirection: "row-reverse",
42
- gap: "8px"
43
- },
44
- atomTextLeft: {
45
- variant: "light"
46
- },
47
- atomTextRight: {
48
- variant: "light"
49
- },
50
- atomIconLeft: {
51
- variant: "small"
52
- },
53
- atomIconRight: {
54
- variant: "small"
55
- },
56
- wrapperTextTitle: {
57
- alignItems: "center"
58
- }
59
- },
60
- "Header-secondary": {
61
- height: "300px",
62
- backgroundColor: "rgba(186, 250, 97, 0.71)",
63
- justifyContent: "flex-start",
64
- bannerColor: "lightgray",
65
- wrapperHeader: {
66
- alignItems: "flex-start"
67
- },
68
- atomIconDot: {
69
- variant: "small",
70
- size: "10px",
71
- fill: "green",
72
- stroke: "none",
73
- hover: {
74
- stroke: "none"
75
- }
76
- },
77
- atomHeading: {
78
- variant: "h1"
79
- },
80
- atomTextTitle: {
81
- variant: "medium"
82
- },
83
- wrapperTextTitle: {
84
- alignItems: "flex-start"
85
- },
86
- gradientStyles: {
87
- orientation: "180deg",
88
- primaryColor: "rgba(0, 128, 0, 0) 0%",
89
- secondaryColor: "rgba(128, 105, 0, 0.4) 50%",
90
- tertiaryColor: "rgba(0, 128, 58, 0.7) 100%"
91
- }
92
- }
93
- };
94
- export default header;
@@ -1,53 +0,0 @@
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: "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,108 +0,0 @@
1
- import colors from "../miscellaneous/colorpalette";
2
- const button = {
3
- "Button-primary": {
4
- textTransform: "none",
5
- height: "45px",
6
- width: "auto",
7
- maxWidth: "200px",
8
- maxHeight: "50px",
9
- borderRadius: "15px",
10
- lineHeight: "18px",
11
- fontFamily: "ManamergeGilmer",
12
- fontWeight: 500,
13
- letterSpacing: "0.5px",
14
- padding: "0 30px",
15
- fontSize: "14px",
16
- color: colors.one.a,
17
- textAlign: "center",
18
- display: "inline-flex",
19
- justifyContent: "center",
20
- alignItems: "center",
21
- cursor: "pointer",
22
- // shadow: `0px 4px 6px ${colors.one.h}`, // Default box-shadow
23
- transition: "all 0.3s ease-in-out",
24
- border: "none",
25
- overflow: "hidden",
26
- position: "relative",
27
- default: {
28
- text: colors.one.h,
29
- border: "none",
30
- background: colors.one.c,
31
- opacity: 1 // Ensures full opacity by default
32
- },
33
- hover: {
34
- text: colors.one.i,
35
- border: "none",
36
- background: colors.one.a,
37
- opacity: 1 // Slight brightness for hover effect
38
- },
39
- active: {
40
- text: colors.one.b,
41
- border: "none",
42
- background: colors.two.c,
43
- opacity: 1 // Darker shade for active state
44
- },
45
- disabled: {
46
- text: colors.one.a,
47
- border: "none",
48
- background: colors.one.f,
49
- opacity: 0.8
50
- }
51
- },
52
- "Button-secondary": {
53
- textTransform: "none",
54
- height: "45px",
55
- width: "auto",
56
- maxWidth: "200px",
57
- maxHeight: "50px",
58
- borderRadius: "15px",
59
- lineHeight: "18px",
60
- fontFamily: "ManamergeGilmer",
61
- fontWeight: 500,
62
- letterSpacing: "0.5px",
63
- padding: "0 30px",
64
- fontSize: "14px",
65
- color: colors.one.a,
66
- textAlign: "center",
67
- display: "inline-flex",
68
- justifyContent: "center",
69
- alignItems: "center",
70
- cursor: "pointer",
71
- // shadow: `0px 4px 6px ${colors.one.h}`, // Default box-shadow
72
- transition: "all 0.3s ease-in-out",
73
- overflow: "hidden",
74
- position: "relative",
75
- border: `1px solid ${colors.one.c}`,
76
- default: {
77
- text: colors.one.a,
78
- border: `1px solid ${colors.one.e}`,
79
- background: colors.two.d,
80
- opacity: 1 // Ensures full opacity by default
81
- },
82
- hover: {
83
- text: colors.one.a,
84
- border: `1px solid ${colors.one.a}`,
85
- background: colors.two.c,
86
- opacity: 1 // Slight brightness for hover effect
87
- },
88
- active: {
89
- text: colors.one.a,
90
- border: "1px solid transparent",
91
- background: colors.two.c,
92
- opacity: 1 // Darker shade for active state
93
- },
94
- disabled: {
95
- text: colors.one.a,
96
- border: "none",
97
- background: colors.one.f,
98
- opacity: 0.8
99
- }
100
- },
101
- "Button-icon": {
102
- default: {},
103
- hover: {},
104
- active: {},
105
- disabled: {}
106
- }
107
- };
108
- export default button;
@@ -1,72 +0,0 @@
1
- import checkWhite from "../images/icons/check/white.svg";
2
- const checkbox = {
3
- dark: {
4
- width: "20px",
5
- height: "20px",
6
- top: "4px",
7
- left: "4px",
8
- borderRadius: "1px",
9
- text: "#FFFFFF",
10
- default: {
11
- check: checkWhite,
12
- border: "#4C4C53",
13
- background: "#000000"
14
- },
15
- hover: {
16
- check: checkWhite,
17
- border: "#999999"
18
- },
19
- checked: {
20
- text: "#FFFFFF",
21
- check: checkWhite,
22
- border: "#4C4C53",
23
- background: "#1D1E23"
24
- },
25
- checkedhover: {
26
- check: checkWhite,
27
- border: "#4C4C53",
28
- background: "#1D1E23",
29
- opacity: 0.8
30
- },
31
- disabled: {
32
- check: checkWhite,
33
- border: "#4C4C53",
34
- background: "#000000",
35
- opacity: 0.5
36
- }
37
- },
38
- light: {
39
- width: "20px",
40
- height: "20px",
41
- top: "4px",
42
- left: "4px",
43
- borderRadius: "1px",
44
- text: "#333",
45
- default: {
46
- check: checkWhite,
47
- border: "#4C4C53",
48
- background: "#000000"
49
- },
50
- hover: {
51
- check: checkWhite,
52
- border: "#999999"
53
- },
54
- checked: {
55
- check: checkWhite,
56
- border: "transparent",
57
- background: "#1D1E23"
58
- },
59
- checkedhover: {
60
- check: checkWhite,
61
- border: "transparent",
62
- background: "#1D1E23"
63
- },
64
- disabled: {
65
- check: checkWhite,
66
- border: "#4C4C53",
67
- background: "#000000",
68
- opacity: 0.5
69
- }
70
- }
71
- };
72
- export default checkbox;
@@ -1,25 +0,0 @@
1
- import colors from "../miscellaneous/colorpalette";
2
- const divider = {
3
- "Divider-primary": {
4
- color: colors.one.b,
5
- height: "1px",
6
- width: "100%",
7
- borderRadius: "0px",
8
- margin: "0 auto"
9
- },
10
- "Divider-secondary": {
11
- color: colors.one.h,
12
- height: "5px",
13
- width: "75%",
14
- borderRadius: "50px",
15
- margin: "50px auto"
16
- },
17
- "Divider-tertiary": {
18
- color: colors.three.a,
19
- height: "20px",
20
- width: "50%",
21
- borderRadius: "3px",
22
- margin: "50px auto"
23
- }
24
- };
25
- export default divider;
@@ -1,19 +0,0 @@
1
- import colors from "../miscellaneous/colorpalette";
2
- const gradient = {
3
- "Gradient-primary": {
4
- orientation: "circle at 100%",
5
- primaryColor: colors.three.b,
6
- secondaryColor: colors.three.a
7
- },
8
- "Gradient-secondary": {
9
- orientation: "closest-side",
10
- primaryColor: colors.two.a,
11
- secondaryColor: colors.two.b
12
- },
13
- "Gradient-tertiary": {
14
- orientation: "farthest-corner at 40px 40px",
15
- primaryColor: colors.three.a,
16
- secondaryColor: colors.four.a
17
- }
18
- };
19
- export default gradient;