@@ -24,11 +24,6 @@ import WordPressUI
24
24
return UIAppColor . neutral
25
25
}
26
26
27
- @available ( swift, obsoleted: 1.0 )
28
- public static func murielNeutral0( ) -> UIColor {
29
- return UIAppColor . neutral ( . shade0)
30
- }
31
-
32
27
@available ( swift, obsoleted: 1.0 )
33
28
public static func murielNeutral5( ) -> UIColor {
34
29
return UIAppColor . neutral ( . shade5)
@@ -39,11 +34,6 @@ import WordPressUI
39
34
return UIAppColor . neutral ( . shade10)
40
35
}
41
36
42
- @available ( swift, obsoleted: 1.0 )
43
- public static func murielNeutral20( ) -> UIColor {
44
- return UIAppColor . neutral ( . shade20)
45
- }
46
-
47
37
@available ( swift, obsoleted: 1.0 )
48
38
public static func murielNeutral30( ) -> UIColor {
49
39
return UIAppColor . neutral ( . shade30)
@@ -64,11 +54,6 @@ import WordPressUI
64
54
return UIAppColor . neutral ( . shade70)
65
55
}
66
56
67
- @available ( swift, obsoleted: 1.0 )
68
- public static func murielSuccess( ) -> UIColor {
69
- return UIAppColor . success
70
- }
71
-
72
57
@available ( swift, obsoleted: 1.0 )
73
58
public static func murielText( ) -> UIColor {
74
59
return . label
@@ -89,26 +74,11 @@ import WordPressUI
89
74
return UIAppColor . error
90
75
}
91
76
92
- @available ( swift, obsoleted: 1.0 )
93
- public static func murielBasicBackground( ) -> UIColor {
94
- return . systemBackground
95
- }
96
-
97
- @available ( swift, obsoleted: 1.0 )
98
- public static func murielTextPlaceholder( ) -> UIColor {
99
- return . tertiaryLabel
100
- }
101
-
102
77
@available ( swift, obsoleted: 1.0 )
103
78
public static func murielListForeground( ) -> UIColor {
104
79
return . secondarySystemGroupedBackground
105
80
}
106
81
107
- @available ( swift, obsoleted: 1.0 )
108
- public static func murielListBackground( ) -> UIColor {
109
- return . systemGroupedBackground
110
- }
111
-
112
82
@available ( swift, obsoleted: 1.0 )
113
83
public static func murielListIcon( ) -> UIColor {
114
84
return . secondaryLabel
@@ -118,9 +88,4 @@ import WordPressUI
118
88
public static func murielAppBarText( ) -> UIColor {
119
89
return UIAppColor . appBarText
120
90
}
121
-
122
- @available ( swift, obsoleted: 1.0 )
123
- public static func murielAppBarBackground( ) -> UIColor {
124
- return UIAppColor . appBarTint
125
- }
126
91
}
0 commit comments