@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.
- package/dist/index.js +7 -37
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Italic.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/miscellaneous/colorpalette.ts +1 -2
- package/dist/themes/themes/manamerge/molecules/accordion.ts +1 -6
- package/dist/themes/themes/manamerge/molecules/footer.ts +7 -2
- package/dist/themes/themes/manamerge/molecules/navigation.ts +6 -1
- package/dist/types/components/Molecules/Navigation/Navigation.css.d.ts +0 -3
- package/dist/types/themes/DavidWebTheme.d.ts +0 -5
- package/dist/types/themes/ManamergeTheme.d.ts +0 -6
- package/dist/types/themes/manamerge/miscellaneous/colorpalette.d.ts +0 -1
- package/dist/types/themes/manamerge/molecules/accordion.d.ts +0 -5
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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(
|
|
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: "
|
|
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(
|
|
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;
|
|
@@ -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;
|