@manamerge/mana-atomic-ui 1.0.192 → 1.0.194
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 +40 -5
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/manamerge/molecules/accordion.ts +6 -1
- package/dist/themes/themes/manamerge/molecules/footer.ts +1 -6
- package/dist/themes/themes/manamerge/molecules/header.ts +1 -1
- package/dist/themes/themes/manamerge/molecules/navigation.ts +1 -6
- package/dist/types/themes/DavidWebTheme.d.ts +5 -0
- package/dist/types/themes/ManamergeTheme.d.ts +5 -0
- package/dist/types/themes/manamerge/molecules/accordion.d.ts +5 -0
- package/package.json +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
|
@@ -22,7 +22,12 @@ const accordion = {
|
|
|
22
22
|
size: "12px",
|
|
23
23
|
color: colors.one.b,
|
|
24
24
|
fill: colors.one.b,
|
|
25
|
-
stroke: 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
|
+
}
|
|
26
31
|
},
|
|
27
32
|
atomHeading: {
|
|
28
33
|
variant: "primary",
|
|
@@ -2,12 +2,7 @@ import colors from "../miscellaneous/colorpalette";
|
|
|
2
2
|
|
|
3
3
|
const footer = {
|
|
4
4
|
"Footer-primary": {
|
|
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);`,
|
|
5
|
+
background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
|
|
11
6
|
padding: "10px",
|
|
12
7
|
gap: "20px",
|
|
13
8
|
text: {
|
|
@@ -3,12 +3,7 @@ import colors from "../miscellaneous/colorpalette";
|
|
|
3
3
|
const navigation = {
|
|
4
4
|
"Navigation-primary": {
|
|
5
5
|
gap: "50px",
|
|
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);`,
|
|
6
|
+
background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
|
|
12
7
|
padding: "13px",
|
|
13
8
|
atomIcon: {
|
|
14
9
|
variant: "md",
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|