@manamerge/mana-atomic-ui 1.0.222 → 1.0.224

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