@manamerge/mana-atomic-ui 1.0.248 → 1.0.249

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.
@@ -50,7 +50,15 @@ const header = {
50
50
  variant: "sm"
51
51
  },
52
52
  atomIconRight: {
53
- variant: "sm"
53
+ variant: "sm",
54
+ fill: colors.one.a,
55
+ stroke: colors.one.a,
56
+ color: colors.one.a,
57
+ hover: {
58
+ fill: colors.one.b,
59
+ stroke: colors.one.b,
60
+ color: colors.one.b
61
+ }
54
62
  },
55
63
  wrapperTextTitle: {
56
64
  alignItems: "center"
@@ -46,11 +46,11 @@ const navigation = {
46
46
  },
47
47
  navLinks: {
48
48
  mobileGap: "20px",
49
- padding: "7px 10px 7px 0",
49
+ padding: "10px 10px 10px 0",
50
50
  responsive: {
51
51
  largeMobileUp: {
52
52
  gap: "50px",
53
- padding: "10px 10px 10px 0",
53
+ padding: "10px",
54
54
  justifyContent: "flex-end", // change here if you want the menu to aligned on the left/center/right
55
55
  margin: "0 30px 0 0"
56
56
  }
@@ -24,6 +24,7 @@ export declare const AtomHeading: import("styled-components/dist/types").IStyled
24
24
  }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Heading/Heading").HeadingTypes>, keyof import("react").Component<any, {}, any>>;
25
25
  export declare const AtomTextTitle: 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>, {
26
26
  moleculeVariant: string;
27
+ className: string;
27
28
  }>, never>> & string & Omit<import("react").FC<import("../../Atoms/Text/Text").TextTypes>, keyof import("react").Component<any, {}, any>>;
28
29
  export declare const WrapperLineBottom: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
29
30
  export declare const AtomButtonLeft: 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/Button/Button").ButtonTypes, import("../../Atoms/Button/Button").ButtonTypes>, {
@@ -1151,6 +1151,14 @@ export declare const ManamergeTheme: {
1151
1151
  };
1152
1152
  atomIconRight: {
1153
1153
  variant: string;
1154
+ fill: string;
1155
+ stroke: string;
1156
+ color: string;
1157
+ hover: {
1158
+ fill: string;
1159
+ stroke: string;
1160
+ color: string;
1161
+ };
1154
1162
  };
1155
1163
  wrapperTextTitle: {
1156
1164
  alignItems: string;
@@ -49,6 +49,14 @@ declare const header: {
49
49
  };
50
50
  atomIconRight: {
51
51
  variant: string;
52
+ fill: string;
53
+ stroke: string;
54
+ color: string;
55
+ hover: {
56
+ fill: string;
57
+ stroke: string;
58
+ color: string;
59
+ };
52
60
  };
53
61
  wrapperTextTitle: {
54
62
  alignItems: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.248",
3
+ "version": "1.0.249",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",