@manamerge/mana-atomic-ui 1.0.206 → 1.0.207

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.
@@ -9,7 +9,7 @@ const cardSimpleRender = {
9
9
  gradientColor: colors.two.a,
10
10
  outline: `2px solid ${colors.two.b}40`,
11
11
  borderRadius: "20px",
12
- padding: "0px",
12
+ padding: "20px",
13
13
  height: "100%",
14
14
  maxWidth: "550px",
15
15
  minWidth: "250px",
@@ -29,16 +29,18 @@ const cardSimpleRender = {
29
29
  atomIcon: {
30
30
  variant: "sm",
31
31
  fill: colors.two.a,
32
- stroke: colors.two.a
32
+ stroke: colors.two.a,
33
+ hover: {
34
+ fill: colors.two.a,
35
+ stroke: colors.two.a
36
+ }
33
37
  },
34
38
  atomHeading: {
35
39
  variant: "primary",
36
- asTag: "h3",
37
- margin: "20px 0 0 20px"
40
+ asTag: "h3"
38
41
  },
39
42
  atomText: {
40
- variant: "primary-light",
41
- margin: "0 0 0 20px"
43
+ variant: "primary-light"
42
44
  }
43
45
  }
44
46
  };
@@ -17,11 +17,7 @@ const footer = {
17
17
  icons: {
18
18
  variant: "xs",
19
19
  stroke: colors.one.b,
20
- fill: colors.one.b,
21
- hover: {
22
- stroke: colors.one.b,
23
- fill: colors.one.b
24
- }
20
+ fill: colors.one.b
25
21
  }
26
22
  }
27
23
  };
@@ -4,9 +4,7 @@ export declare const Card: import("styled-components/dist/types").IStyledCompone
4
4
  cardHover: boolean;
5
5
  gradientPosition?: string | undefined;
6
6
  }>> & string;
7
- export declare const WrapperLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
8
- moleculeVariant: string;
9
- }>> & string;
7
+ export declare const WrapperLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
8
  export declare const AtomIcon: 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>, {
11
9
  moleculeVariant: string;
12
10
  }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
@@ -16,4 +14,3 @@ export declare const AtomHeading: import("styled-components/dist/types").IStyled
16
14
  export declare const AtomText: 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>, {
17
15
  moleculeVariant: string;
18
16
  }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Text/Text").TextTypes>, keyof import("react").Component<any, {}, any>>;
19
- export declare const BackgroundSvg: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../../Atoms/Icon/Icon").IconTypes, never>> & string & Omit<import("react").FC<import("../../Atoms/Icon/Icon").IconTypes>, keyof import("react").Component<any, {}, any>>;
@@ -2,7 +2,6 @@ import React, { ReactNode, FunctionComponent, SVGProps } from "react";
2
2
  export interface CardSimpleRenderTypes {
3
3
  moleculeVariant?: string;
4
4
  icon?: FunctionComponent<SVGProps<SVGSVGElement>>;
5
- backgroundSvg?: FunctionComponent<SVGProps<SVGSVGElement>>;
6
5
  title?: string;
7
6
  description?: string;
8
7
  gradientPosition?: "center" | "top" | "bottom" | "left" | "right" | "top left" | "top right" | "bottom left" | "bottom right";
@@ -1242,10 +1242,6 @@ export declare const ManamergeTheme: {
1242
1242
  variant: string;
1243
1243
  stroke: string;
1244
1244
  fill: string;
1245
- hover: {
1246
- stroke: string;
1247
- fill: string;
1248
- };
1249
1245
  };
1250
1246
  };
1251
1247
  };
@@ -1372,15 +1368,17 @@ export declare const ManamergeTheme: {
1372
1368
  variant: string;
1373
1369
  fill: string;
1374
1370
  stroke: string;
1371
+ hover: {
1372
+ fill: string;
1373
+ stroke: string;
1374
+ };
1375
1375
  };
1376
1376
  atomHeading: {
1377
1377
  variant: string;
1378
1378
  asTag: string;
1379
- margin: string;
1380
1379
  };
1381
1380
  atomText: {
1382
1381
  variant: string;
1383
- margin: string;
1384
1382
  };
1385
1383
  };
1386
1384
  };
@@ -27,15 +27,17 @@ declare const cardSimpleRender: {
27
27
  variant: string;
28
28
  fill: string;
29
29
  stroke: string;
30
+ hover: {
31
+ fill: string;
32
+ stroke: string;
33
+ };
30
34
  };
31
35
  atomHeading: {
32
36
  variant: string;
33
37
  asTag: string;
34
- margin: string;
35
38
  };
36
39
  atomText: {
37
40
  variant: string;
38
- margin: string;
39
41
  };
40
42
  };
41
43
  };
@@ -16,10 +16,6 @@ declare const footer: {
16
16
  variant: string;
17
17
  stroke: string;
18
18
  fill: string;
19
- hover: {
20
- stroke: string;
21
- fill: string;
22
- };
23
19
  };
24
20
  };
25
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.206",
3
+ "version": "1.0.207",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",