@manamerge/mana-atomic-ui 1.0.254 → 1.0.256
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/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/molecules/accordion.ts +1 -1
- package/dist/themes/themes/manamerge/molecules/navigation.ts +2 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -46,11 +46,11 @@ const navigation = {
|
|
|
46
46
|
},
|
|
47
47
|
navLinks: {
|
|
48
48
|
mobileGap: "20px",
|
|
49
|
-
padding: "
|
|
49
|
+
padding: "7px 10px 7px 0",
|
|
50
50
|
responsive: {
|
|
51
51
|
largeMobileUp: {
|
|
52
52
|
gap: "50px",
|
|
53
|
-
padding: "10px",
|
|
53
|
+
padding: "10px 10px 10px 0",
|
|
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
|
}
|