@manamerge/mana-atomic-ui 1.0.224 → 1.0.225

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.
@@ -3,8 +3,9 @@ import colors from "../miscellaneous/colorpalette";
3
3
  const navigation = {
4
4
  "Navigation-primary": {
5
5
  gap: "50px",
6
- // background: `linear-gradient( to right, transparent 30%, ${colors.two.g} 60%, ${colors.two.g} 90%)`,
7
6
  background: colors.transparent,
7
+ // background: `linear-gradient( to right, transparent 30%, ${colors.two.g} 60%, ${colors.two.g} 90%)`,
8
+ padding: "13px 20px 13px 20px",
8
9
  atomIcon: {
9
10
  variant: "lg",
10
11
  color: colors.one.c,
@@ -1173,6 +1173,7 @@ export declare const ManamergeTheme: {
1173
1173
  "Navigation-primary": {
1174
1174
  gap: string;
1175
1175
  background: string;
1176
+ padding: string;
1176
1177
  atomIcon: {
1177
1178
  variant: string;
1178
1179
  color: string;
@@ -2,6 +2,7 @@ declare const navigation: {
2
2
  "Navigation-primary": {
3
3
  gap: string;
4
4
  background: string;
5
+ padding: string;
5
6
  atomIcon: {
6
7
  variant: string;
7
8
  color: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.224",
3
+ "version": "1.0.225",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",