@manamerge/mana-atomic-ui 1.0.242 → 1.0.244

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.
@@ -11,10 +11,6 @@ const Link = {
11
11
  hover: {
12
12
  color: colors.one.b
13
13
  },
14
- focusVisible: {
15
- outline: `2px solid ${colors.two.b}`,
16
- outlineOffset: "4px"
17
- },
18
14
  disabled: {
19
15
  color: colors.one.e
20
16
  }
@@ -28,10 +24,6 @@ const Link = {
28
24
  hover: {
29
25
  color: colors.one.b
30
26
  },
31
- focusVisible: {
32
- outline: `2px solid ${colors.two.b}`,
33
- outlineOffset: "4px"
34
- },
35
27
  disabled: {
36
28
  color: colors.one.e
37
29
  }
@@ -45,10 +37,6 @@ const Link = {
45
37
  hover: {
46
38
  color: colors.one.b
47
39
  },
48
- focusVisible: {
49
- outline: `2px solid ${colors.two.b}`,
50
- outlineOffset: "4px"
51
- },
52
40
  disabled: {
53
41
  color: colors.one.e
54
42
  }
@@ -62,10 +50,6 @@ const Link = {
62
50
  hover: {
63
51
  color: colors.one.b
64
52
  },
65
- focusVisible: {
66
- outline: `2px solid ${colors.two.b}`,
67
- outlineOffset: "4px"
68
- },
69
53
  disabled: {
70
54
  color: colors.one.e
71
55
  }
@@ -79,10 +63,6 @@ const Link = {
79
63
  hover: {
80
64
  color: colors.one.b
81
65
  },
82
- focusVisible: {
83
- outline: `2px solid ${colors.two.b}`,
84
- outlineOffset: "4px"
85
- },
86
66
  disabled: {
87
67
  color: colors.one.e
88
68
  }
@@ -96,10 +76,6 @@ const Link = {
96
76
  hover: {
97
77
  color: colors.two.a
98
78
  },
99
- focusVisible: {
100
- outline: `2px solid ${colors.two.b}`,
101
- outlineOffset: "4px"
102
- },
103
79
  disabled: {
104
80
  color: colors.one.e
105
81
  }
@@ -114,10 +90,6 @@ const Link = {
114
90
  hover: {
115
91
  color: colors.two.a
116
92
  },
117
- focusVisible: {
118
- outline: `2px solid ${colors.two.b}`,
119
- outlineOffset: "4px"
120
- },
121
93
  disabled: {
122
94
  color: colors.one.e
123
95
  }
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
+ export declare const BackgroundImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
2
3
  export declare const WrapperBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
4
  moleculeVariant: string;
4
- imageURLBackground?: string | undefined;
5
5
  withOverlay?: boolean | undefined;
6
6
  }>> & string;
7
7
  export declare const WrapperHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
@@ -10,10 +10,6 @@ export declare const ManamergeTheme: {
10
10
  hover: {
11
11
  color: string;
12
12
  };
13
- focusVisible: {
14
- outline: string;
15
- outlineOffset: string;
16
- };
17
13
  disabled: {
18
14
  color: string;
19
15
  };
@@ -27,10 +23,6 @@ export declare const ManamergeTheme: {
27
23
  hover: {
28
24
  color: string;
29
25
  };
30
- focusVisible: {
31
- outline: string;
32
- outlineOffset: string;
33
- };
34
26
  disabled: {
35
27
  color: string;
36
28
  };
@@ -44,10 +36,6 @@ export declare const ManamergeTheme: {
44
36
  hover: {
45
37
  color: string;
46
38
  };
47
- focusVisible: {
48
- outline: string;
49
- outlineOffset: string;
50
- };
51
39
  disabled: {
52
40
  color: string;
53
41
  };
@@ -61,10 +49,6 @@ export declare const ManamergeTheme: {
61
49
  hover: {
62
50
  color: string;
63
51
  };
64
- focusVisible: {
65
- outline: string;
66
- outlineOffset: string;
67
- };
68
52
  disabled: {
69
53
  color: string;
70
54
  };
@@ -78,10 +62,6 @@ export declare const ManamergeTheme: {
78
62
  hover: {
79
63
  color: string;
80
64
  };
81
- focusVisible: {
82
- outline: string;
83
- outlineOffset: string;
84
- };
85
65
  disabled: {
86
66
  color: string;
87
67
  };
@@ -95,10 +75,6 @@ export declare const ManamergeTheme: {
95
75
  hover: {
96
76
  color: string;
97
77
  };
98
- focusVisible: {
99
- outline: string;
100
- outlineOffset: string;
101
- };
102
78
  disabled: {
103
79
  color: string;
104
80
  };
@@ -113,10 +89,6 @@ export declare const ManamergeTheme: {
113
89
  hover: {
114
90
  color: string;
115
91
  };
116
- focusVisible: {
117
- outline: string;
118
- outlineOffset: string;
119
- };
120
92
  disabled: {
121
93
  color: string;
122
94
  };
@@ -8,10 +8,6 @@ declare const Link: {
8
8
  hover: {
9
9
  color: string;
10
10
  };
11
- focusVisible: {
12
- outline: string;
13
- outlineOffset: string;
14
- };
15
11
  disabled: {
16
12
  color: string;
17
13
  };
@@ -25,10 +21,6 @@ declare const Link: {
25
21
  hover: {
26
22
  color: string;
27
23
  };
28
- focusVisible: {
29
- outline: string;
30
- outlineOffset: string;
31
- };
32
24
  disabled: {
33
25
  color: string;
34
26
  };
@@ -42,10 +34,6 @@ declare const Link: {
42
34
  hover: {
43
35
  color: string;
44
36
  };
45
- focusVisible: {
46
- outline: string;
47
- outlineOffset: string;
48
- };
49
37
  disabled: {
50
38
  color: string;
51
39
  };
@@ -59,10 +47,6 @@ declare const Link: {
59
47
  hover: {
60
48
  color: string;
61
49
  };
62
- focusVisible: {
63
- outline: string;
64
- outlineOffset: string;
65
- };
66
50
  disabled: {
67
51
  color: string;
68
52
  };
@@ -76,10 +60,6 @@ declare const Link: {
76
60
  hover: {
77
61
  color: string;
78
62
  };
79
- focusVisible: {
80
- outline: string;
81
- outlineOffset: string;
82
- };
83
63
  disabled: {
84
64
  color: string;
85
65
  };
@@ -93,10 +73,6 @@ declare const Link: {
93
73
  hover: {
94
74
  color: string;
95
75
  };
96
- focusVisible: {
97
- outline: string;
98
- outlineOffset: string;
99
- };
100
76
  disabled: {
101
77
  color: string;
102
78
  };
@@ -111,10 +87,6 @@ declare const Link: {
111
87
  hover: {
112
88
  color: string;
113
89
  };
114
- focusVisible: {
115
- outline: string;
116
- outlineOffset: string;
117
- };
118
90
  disabled: {
119
91
  color: string;
120
92
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.242",
3
+ "version": "1.0.244",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",