@manamerge/mana-atomic-ui 1.0.211 → 1.0.213

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.
@@ -4,7 +4,7 @@ const cardSimpleRender = {
4
4
  "CardSimpleRender-primary": {
5
5
  flexDirection: "column",
6
6
  justifyContent: "space-between",
7
- gap: "20px",
7
+ gap: "0px",
8
8
  background: colors.two.g,
9
9
  gradientColor: colors.two.a,
10
10
  outline: `2px solid ${colors.two.b}40`,
@@ -38,11 +38,11 @@ const cardSimpleRender = {
38
38
  atomHeading: {
39
39
  variant: "primary",
40
40
  asTag: "h3",
41
- margin: "20px 20px 5px 20px"
41
+ margin: "20px 20px 20px 20px"
42
42
  },
43
43
  atomText: {
44
44
  variant: "primary-light",
45
- margin: "0 20px 20px 20px"
45
+ margin: "-15px 20px 20px 20px"
46
46
  }
47
47
  }
48
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.211",
3
+ "version": "1.0.213",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",