@manamerge/mana-atomic-ui 1.0.192 → 1.0.194

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.
@@ -22,7 +22,12 @@ const accordion = {
22
22
  size: "12px",
23
23
  color: colors.one.b,
24
24
  fill: colors.one.b,
25
- stroke: colors.one.b
25
+ stroke: colors.one.b,
26
+ hover: {
27
+ color: colors.one.b,
28
+ fill: colors.one.b,
29
+ stroke: colors.one.b
30
+ }
26
31
  },
27
32
  atomHeading: {
28
33
  variant: "primary",
@@ -2,12 +2,7 @@ import colors from "../miscellaneous/colorpalette";
2
2
 
3
3
  const footer = {
4
4
  "Footer-primary": {
5
- background: `linear-gradient(
6
- 180deg,
7
- rgba(59, 60, 63, 0.6) 0%,
8
- rgba(38, 38, 38, 0.8) 43.75%
9
- ),
10
- rgba(59, 60, 63, 0.8);`,
5
+ background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
11
6
  padding: "10px",
12
7
  gap: "20px",
13
8
  text: {
@@ -58,7 +58,7 @@ const header = {
58
58
  },
59
59
  "Header-secondary": {
60
60
  height: "380px",
61
- backgroundColor: colors.transparent,
61
+ backgroundColor: "rgba(186, 250, 97, 0.49)",
62
62
  justifyContent: "flex-start",
63
63
  bannerColor: "lightgray",
64
64
  wrapperHeader: {
@@ -3,12 +3,7 @@ import colors from "../miscellaneous/colorpalette";
3
3
  const navigation = {
4
4
  "Navigation-primary": {
5
5
  gap: "50px",
6
- background: `linear-gradient(
7
- 180deg,
8
- rgba(59, 60, 63, 0.6) 0%,
9
- rgba(38, 38, 38, 0.8) 43.75%
10
- ),
11
- rgba(59, 60, 63, 0.8);`,
6
+ background: `linear-gradient( 180deg, ${colors.two.h}33 0%, ${colors.two.g}80 43.75%, ${colors.two.h}33 100%), ${colors.two.h}`,
12
7
  padding: "13px",
13
8
  atomIcon: {
14
9
  variant: "md",
@@ -1266,6 +1266,11 @@ export declare const DavidWebTheme: {
1266
1266
  color: string;
1267
1267
  fill: string;
1268
1268
  stroke: string;
1269
+ hover: {
1270
+ color: string;
1271
+ fill: string;
1272
+ stroke: string;
1273
+ };
1269
1274
  };
1270
1275
  atomHeading: {
1271
1276
  variant: string;
@@ -1388,6 +1388,11 @@ export declare const ManamergeTheme: {
1388
1388
  color: string;
1389
1389
  fill: string;
1390
1390
  stroke: string;
1391
+ hover: {
1392
+ color: string;
1393
+ fill: string;
1394
+ stroke: string;
1395
+ };
1391
1396
  };
1392
1397
  atomHeading: {
1393
1398
  variant: string;
@@ -21,6 +21,11 @@ declare const accordion: {
21
21
  color: string;
22
22
  fill: string;
23
23
  stroke: string;
24
+ hover: {
25
+ color: string;
26
+ fill: string;
27
+ stroke: string;
28
+ };
24
29
  };
25
30
  atomHeading: {
26
31
  variant: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.192",
3
+ "version": "1.0.194",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",