@manamerge/mana-atomic-ui 1.0.235 → 1.0.237

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.
@@ -15,13 +15,13 @@ const cardSimpleRender = {
15
15
  minWidth: "250px",
16
16
  focus: {
17
17
  border: "",
18
- outline: `2px dashed ${colors.two.c}`,
18
+ outline: `2px dashed ${colors.two.a}`,
19
19
  boxShadow: "",
20
20
  transition: "outline 0.5s ease"
21
21
  },
22
22
  hover: {
23
23
  border: "",
24
- outline: `2px solid ${colors.two.c}`,
24
+ outline: `2px solid ${colors.two.a}`,
25
25
  boxShadow: "",
26
26
  transition: "outline 0.5s ease"
27
27
  },
@@ -7,7 +7,7 @@ const navigation = {
7
7
  // background: `linear-gradient( to right, transparent 30%, ${colors.two.g} 60%, ${colors.two.g} 90%)`,
8
8
  padding: "13px 20px 13px 20px",
9
9
  atomIcon: {
10
- variant: "xl",
10
+ variant: "lg",
11
11
  color: colors.one.c,
12
12
  focus: {
13
13
  outline: "0px solid transparent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.235",
3
+ "version": "1.0.237",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",