@manamerge/mana-atomic-ui 1.0.198 → 1.0.199

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.
@@ -19,8 +19,7 @@ const colors = {
19
19
  e: "#5E876B",
20
20
  f: "#4D694C",
21
21
  g: "#01160e",
22
- h: "#012518",
23
- i: "#293630"
22
+ h: "#012518"
24
23
  },
25
24
  three: {
26
25
  a: "#FFD166",
@@ -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",
@@ -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: {
@@ -15,7 +20,7 @@ const footer = {
15
20
  variant: "primary-medium"
16
21
  },
17
22
  icons: {
18
- variant: "xs",
23
+ variant: "sm",
19
24
  stroke: colors.one.b,
20
25
  fill: colors.one.b
21
26
  }
@@ -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( to right, ${colors.two.f} 10%, ${colors.two.i} 40%, ${colors.two.i} 90%)`,
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",
@@ -14,6 +14,3 @@ export declare const StyledLink: import("styled-components/dist/types").IStyledC
14
14
  currentPath: boolean;
15
15
  moleculeVariant: string;
16
16
  }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Link/Link").LinkTypes>, keyof import("react").Component<any, {}, any>>;
17
- export declare const Backdrop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
18
- isOpen: boolean;
19
- }>> & string;
@@ -1267,11 +1267,6 @@ export declare const DavidWebTheme: {
1267
1267
  color: string;
1268
1268
  fill: string;
1269
1269
  stroke: string;
1270
- hover: {
1271
- color: string;
1272
- fill: string;
1273
- stroke: string;
1274
- };
1275
1270
  };
1276
1271
  atomHeading: {
1277
1272
  variant: string;
@@ -1395,11 +1395,6 @@ export declare const ManamergeTheme: {
1395
1395
  color: string;
1396
1396
  fill: string;
1397
1397
  stroke: string;
1398
- hover: {
1399
- color: string;
1400
- fill: string;
1401
- stroke: string;
1402
- };
1403
1398
  };
1404
1399
  atomHeading: {
1405
1400
  variant: string;
@@ -1481,7 +1476,6 @@ export declare const ManamergeTheme: {
1481
1476
  f: string;
1482
1477
  g: string;
1483
1478
  h: string;
1484
- i: string;
1485
1479
  };
1486
1480
  three: {
1487
1481
  a: string;
@@ -20,7 +20,6 @@ declare const colors: {
20
20
  f: string;
21
21
  g: string;
22
22
  h: string;
23
- i: string;
24
23
  };
25
24
  three: {
26
25
  a: string;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",