@ui5/webcomponents-theming 0.0.0-deac3098a → 0.0.0-e03cd01f3
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.
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +2050 -0
- package/LICENSE.txt +201 -0
- package/README.md +7 -10
- package/css-vars-usage.json +358 -29
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +1 -0
- package/dist/Assets-fetch.js +3 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +12 -0
- package/dist/Assets-node.js +13 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +1 -0
- package/dist/Assets.js +1 -0
- package/dist/Assets.js.map +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +22 -27
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/package-scripts.cjs +31 -0
- package/package.json +15 -20
- package/tsconfig.json +25 -0
- package/config/postcss.themes/postcss.config.js +0 -24
- package/dist/Assets-static.js +0 -2
- package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/json-imports/Themes-static.js +0 -41
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
- package/dist/themes/sap_belize/css_variables.css +0 -748
- package/dist/themes/sap_belize/parameters-bundle.css +0 -1
- package/dist/themes/sap_belize_hcb/css_variables.css +0 -747
- package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_belize_hcw/css_variables.css +0 -747
- package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3/css_variables.css +0 -747
- package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -747
- package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -747
- package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -747
- package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon/css_variables.css +0 -747
- package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_dark/css_variables.css +0 -747
- package/dist/themes/sap_horizon_dark/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_exp/css_variables.css +0 -747
- package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_hcb/css_variables.css +0 -747
- package/dist/themes/sap_horizon_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_hcw/css_variables.css +0 -747
- package/dist/themes/sap_horizon_hcw/parameters-bundle.css +0 -1
- package/hash.txt +0 -1
- package/lib/generate-css-vars-usage-report/index.js +0 -27
- package/package-scripts.js +0 -38
package/css-vars-usage.json
CHANGED
|
@@ -12,34 +12,46 @@
|
|
|
12
12
|
"--sapActiveColor",
|
|
13
13
|
"--sapAvatar_1_Background",
|
|
14
14
|
"--sapAvatar_1_BorderColor",
|
|
15
|
+
"--sapAvatar_1_Hover_Background",
|
|
15
16
|
"--sapAvatar_1_TextColor",
|
|
16
17
|
"--sapAvatar_2_Background",
|
|
17
18
|
"--sapAvatar_2_BorderColor",
|
|
19
|
+
"--sapAvatar_2_Hover_Background",
|
|
18
20
|
"--sapAvatar_2_TextColor",
|
|
19
21
|
"--sapAvatar_3_Background",
|
|
20
22
|
"--sapAvatar_3_BorderColor",
|
|
23
|
+
"--sapAvatar_3_Hover_Background",
|
|
21
24
|
"--sapAvatar_3_TextColor",
|
|
22
25
|
"--sapAvatar_4_Background",
|
|
23
26
|
"--sapAvatar_4_BorderColor",
|
|
27
|
+
"--sapAvatar_4_Hover_Background",
|
|
24
28
|
"--sapAvatar_4_TextColor",
|
|
25
29
|
"--sapAvatar_5_Background",
|
|
26
30
|
"--sapAvatar_5_BorderColor",
|
|
31
|
+
"--sapAvatar_5_Hover_Background",
|
|
27
32
|
"--sapAvatar_5_TextColor",
|
|
28
33
|
"--sapAvatar_6_Background",
|
|
29
34
|
"--sapAvatar_6_BorderColor",
|
|
35
|
+
"--sapAvatar_6_Hover_Background",
|
|
30
36
|
"--sapAvatar_6_TextColor",
|
|
31
37
|
"--sapAvatar_7_Background",
|
|
32
38
|
"--sapAvatar_7_BorderColor",
|
|
39
|
+
"--sapAvatar_7_Hover_Background",
|
|
33
40
|
"--sapAvatar_7_TextColor",
|
|
34
41
|
"--sapAvatar_8_Background",
|
|
35
42
|
"--sapAvatar_8_BorderColor",
|
|
43
|
+
"--sapAvatar_8_Hover_Background",
|
|
36
44
|
"--sapAvatar_8_TextColor",
|
|
37
45
|
"--sapAvatar_9_Background",
|
|
38
46
|
"--sapAvatar_9_BorderColor",
|
|
47
|
+
"--sapAvatar_9_Hover_Background",
|
|
39
48
|
"--sapAvatar_9_TextColor",
|
|
40
49
|
"--sapAvatar_10_Background",
|
|
41
50
|
"--sapAvatar_10_BorderColor",
|
|
51
|
+
"--sapAvatar_10_Hover_Background",
|
|
42
52
|
"--sapAvatar_10_TextColor",
|
|
53
|
+
"--sapAvatar_Hover_BorderColor",
|
|
54
|
+
"--sapAvatar_Lite_BorderColor",
|
|
43
55
|
"--sapBackgroundColor",
|
|
44
56
|
"--sapBaseColor",
|
|
45
57
|
"--sapBlockLayer_Background",
|
|
@@ -50,7 +62,11 @@
|
|
|
50
62
|
"--sapButton_Accept_BorderColor",
|
|
51
63
|
"--sapButton_Accept_Hover_Background",
|
|
52
64
|
"--sapButton_Accept_Hover_BorderColor",
|
|
65
|
+
"--sapButton_Accept_Hover_TextColor",
|
|
66
|
+
"--sapButton_Accept_Selected_Background",
|
|
67
|
+
"--sapButton_Accept_Selected_BorderColor",
|
|
53
68
|
"--sapButton_Accept_Selected_Hover_Background",
|
|
69
|
+
"--sapButton_Accept_Selected_Hover_BorderColor",
|
|
54
70
|
"--sapButton_Accept_Selected_TextColor",
|
|
55
71
|
"--sapButton_Accept_TextColor",
|
|
56
72
|
"--sapButton_Active_Background",
|
|
@@ -64,30 +80,88 @@
|
|
|
64
80
|
"--sapButton_Attention_Hover_Background",
|
|
65
81
|
"--sapButton_Attention_Hover_BorderColor",
|
|
66
82
|
"--sapButton_Attention_Hover_TextColor",
|
|
83
|
+
"--sapButton_Attention_Selected_Background",
|
|
84
|
+
"--sapButton_Attention_Selected_BorderColor",
|
|
85
|
+
"--sapButton_Attention_Selected_Hover_Background",
|
|
86
|
+
"--sapButton_Attention_Selected_Hover_BorderColor",
|
|
67
87
|
"--sapButton_Attention_Selected_TextColor",
|
|
68
88
|
"--sapButton_Attention_TextColor",
|
|
69
89
|
"--sapButton_Background",
|
|
70
90
|
"--sapButton_BorderColor",
|
|
71
91
|
"--sapButton_BorderCornerRadius",
|
|
92
|
+
"--sapButton_BorderWidth",
|
|
93
|
+
"--sapButton_Critical_Active_Background",
|
|
94
|
+
"--sapButton_Critical_Active_BorderColor",
|
|
95
|
+
"--sapButton_Critical_Background",
|
|
96
|
+
"--sapButton_Critical_BorderColor",
|
|
97
|
+
"--sapButton_Critical_Hover_Background",
|
|
98
|
+
"--sapButton_Critical_Hover_BorderColor",
|
|
99
|
+
"--sapButton_Critical_Hover_TextColor",
|
|
100
|
+
"--sapButton_Critical_TextColor",
|
|
72
101
|
"--sapButton_Emphasized_Active_Background",
|
|
73
102
|
"--sapButton_Emphasized_Active_BorderColor",
|
|
74
103
|
"--sapButton_Emphasized_Active_TextColor",
|
|
75
104
|
"--sapButton_Emphasized_Background",
|
|
76
105
|
"--sapButton_Emphasized_BorderColor",
|
|
106
|
+
"--sapButton_Emphasized_FontFamily",
|
|
77
107
|
"--sapButton_Emphasized_Hover_Background",
|
|
78
108
|
"--sapButton_Emphasized_Hover_BorderColor",
|
|
109
|
+
"--sapButton_Emphasized_Hover_TextColor",
|
|
79
110
|
"--sapButton_Emphasized_TextColor",
|
|
80
|
-
"--
|
|
111
|
+
"--sapButton_FontFamily",
|
|
112
|
+
"--sapButton_Handle_Background",
|
|
113
|
+
"--sapButton_Handle_BorderColor",
|
|
114
|
+
"--sapButton_Handle_Hover_Background",
|
|
115
|
+
"--sapButton_Handle_Hover_BorderColor",
|
|
116
|
+
"--sapButton_Handle_Negative_Background",
|
|
117
|
+
"--sapButton_Handle_Negative_BorderColor",
|
|
118
|
+
"--sapButton_Handle_Negative_Hover_Background",
|
|
119
|
+
"--sapButton_Handle_Negative_Hover_BorderColor",
|
|
120
|
+
"--sapButton_Handle_Negative_TextColor",
|
|
121
|
+
"--sapButton_Handle_Positive_Background",
|
|
122
|
+
"--sapButton_Handle_Positive_BorderColor",
|
|
123
|
+
"--sapButton_Handle_Positive_Hover_Background",
|
|
124
|
+
"--sapButton_Handle_Positive_Hover_BorderColor",
|
|
125
|
+
"--sapButton_Handle_Positive_TextColor",
|
|
126
|
+
"--sapButton_Handle_Selected_Background",
|
|
127
|
+
"--sapButton_Handle_Selected_BorderColor",
|
|
128
|
+
"--sapButton_Handle_Selected_Hover_Background",
|
|
129
|
+
"--sapButton_Handle_Selected_Hover_BorderColor",
|
|
130
|
+
"--sapButton_Handle_Selected_TextColor",
|
|
131
|
+
"--sapButton_Handle_TextColor",
|
|
81
132
|
"--sapButton_Hover_Background",
|
|
82
133
|
"--sapButton_Hover_BorderColor",
|
|
83
134
|
"--sapButton_Hover_TextColor",
|
|
135
|
+
"--sapButton_Information_Active_Background",
|
|
136
|
+
"--sapButton_Information_Active_BorderColor",
|
|
137
|
+
"--sapButton_Information_Background",
|
|
138
|
+
"--sapButton_Information_BorderColor",
|
|
139
|
+
"--sapButton_Information_Hover_Background",
|
|
140
|
+
"--sapButton_Information_Hover_BorderColor",
|
|
141
|
+
"--sapButton_Information_Hover_TextColor",
|
|
142
|
+
"--sapButton_Information_TextColor",
|
|
143
|
+
"--sapButton_Lite_Active_Background",
|
|
144
|
+
"--sapButton_Lite_Active_BorderColor",
|
|
84
145
|
"--sapButton_Lite_Background",
|
|
85
146
|
"--sapButton_Lite_BorderColor",
|
|
86
147
|
"--sapButton_Lite_Hover_Background",
|
|
87
148
|
"--sapButton_Lite_Hover_BorderColor",
|
|
149
|
+
"--sapButton_Lite_Hover_TextColor",
|
|
88
150
|
"--sapButton_Lite_TextColor",
|
|
151
|
+
"--sapButton_Negative_Active_Background",
|
|
152
|
+
"--sapButton_Negative_Active_BorderColor",
|
|
153
|
+
"--sapButton_Negative_Background",
|
|
89
154
|
"--sapButton_Negative_BorderColor",
|
|
155
|
+
"--sapButton_Negative_Hover_Background",
|
|
156
|
+
"--sapButton_Negative_Hover_BorderColor",
|
|
157
|
+
"--sapButton_Negative_Hover_TextColor",
|
|
158
|
+
"--sapButton_Negative_TextColor",
|
|
159
|
+
"--sapButton_Neutral_Active_Background",
|
|
160
|
+
"--sapButton_Neutral_Active_BorderColor",
|
|
90
161
|
"--sapButton_Neutral_Background",
|
|
162
|
+
"--sapButton_Neutral_Hover_Background",
|
|
163
|
+
"--sapButton_Neutral_Hover_BorderColor",
|
|
164
|
+
"--sapButton_Neutral_Hover_TextColor",
|
|
91
165
|
"--sapButton_Reject_Active_Background",
|
|
92
166
|
"--sapButton_Reject_Active_BorderColor",
|
|
93
167
|
"--sapButton_Reject_Active_TextColor",
|
|
@@ -95,42 +169,69 @@
|
|
|
95
169
|
"--sapButton_Reject_BorderColor",
|
|
96
170
|
"--sapButton_Reject_Hover_Background",
|
|
97
171
|
"--sapButton_Reject_Hover_BorderColor",
|
|
172
|
+
"--sapButton_Reject_Hover_TextColor",
|
|
173
|
+
"--sapButton_Reject_Selected_Background",
|
|
174
|
+
"--sapButton_Reject_Selected_BorderColor",
|
|
98
175
|
"--sapButton_Reject_Selected_Hover_Background",
|
|
176
|
+
"--sapButton_Reject_Selected_Hover_BorderColor",
|
|
99
177
|
"--sapButton_Reject_Selected_TextColor",
|
|
100
178
|
"--sapButton_Reject_TextColor",
|
|
179
|
+
"--sapButton_Segment_BorderCornerRadius",
|
|
101
180
|
"--sapButton_Selected_Background",
|
|
102
181
|
"--sapButton_Selected_BorderColor",
|
|
103
182
|
"--sapButton_Selected_Hover_Background",
|
|
104
183
|
"--sapButton_Selected_Hover_BorderColor",
|
|
105
184
|
"--sapButton_Selected_TextColor",
|
|
185
|
+
"--sapButton_Success_Active_Background",
|
|
186
|
+
"--sapButton_Success_Active_BorderColor",
|
|
187
|
+
"--sapButton_Success_Background",
|
|
188
|
+
"--sapButton_Success_BorderColor",
|
|
189
|
+
"--sapButton_Success_Hover_Background",
|
|
190
|
+
"--sapButton_Success_Hover_BorderColor",
|
|
191
|
+
"--sapButton_Success_Hover_TextColor",
|
|
192
|
+
"--sapButton_Success_TextColor",
|
|
106
193
|
"--sapButton_TextColor",
|
|
107
194
|
"--sapButton_TokenBackground",
|
|
108
195
|
"--sapButton_TokenBorderColor",
|
|
109
196
|
"--sapButton_Track_Background",
|
|
197
|
+
"--sapButton_Track_BorderColor",
|
|
198
|
+
"--sapButton_Track_Hover_Background",
|
|
199
|
+
"--sapButton_Track_Hover_BorderColor",
|
|
200
|
+
"--sapButton_Track_Negative_Background",
|
|
201
|
+
"--sapButton_Track_Negative_BorderColor",
|
|
202
|
+
"--sapButton_Track_Negative_Hover_Background",
|
|
203
|
+
"--sapButton_Track_Negative_Hover_BorderColor",
|
|
204
|
+
"--sapButton_Track_Positive_Background",
|
|
205
|
+
"--sapButton_Track_Positive_BorderColor",
|
|
206
|
+
"--sapButton_Track_Positive_Hover_Background",
|
|
207
|
+
"--sapButton_Track_Positive_Hover_BorderColor",
|
|
110
208
|
"--sapButton_Track_Selected_Background",
|
|
209
|
+
"--sapButton_Track_Selected_BorderColor",
|
|
210
|
+
"--sapButton_Track_Selected_Hover_Background",
|
|
211
|
+
"--sapButton_Track_Selected_Hover_BorderColor",
|
|
111
212
|
"--sapButton_Track_Selected_TextColor",
|
|
112
|
-
"--sapButton_Track_TextColor",
|
|
113
|
-
"--sapChart_Good",
|
|
114
|
-
"--sapChart_Sequence_6",
|
|
115
213
|
"--sapContent_BadgeBackground",
|
|
214
|
+
"--sapContent_BadgeBorderColor",
|
|
116
215
|
"--sapContent_BadgeTextColor",
|
|
117
216
|
"--sapContent_BusyColor",
|
|
217
|
+
"--sapContent_ContentColor",
|
|
118
218
|
"--sapContent_ContrastFocusColor",
|
|
119
219
|
"--sapContent_ContrastIconColor",
|
|
220
|
+
"--sapContent_ContrastShadowColor",
|
|
120
221
|
"--sapContent_ContrastTextColor",
|
|
222
|
+
"--sapContent_ContrastTextShadow",
|
|
121
223
|
"--sapContent_Critical_Shadow",
|
|
122
224
|
"--sapContent_DisabledOpacity",
|
|
123
|
-
"--sapContent_DisabledTextColor",
|
|
124
225
|
"--sapContent_DragAndDropActiveColor",
|
|
125
226
|
"--sapContent_FocusColor",
|
|
126
227
|
"--sapContent_FocusStyle",
|
|
127
228
|
"--sapContent_FocusWidth",
|
|
128
229
|
"--sapContent_ForegroundBorderColor",
|
|
129
230
|
"--sapContent_ForegroundColor",
|
|
130
|
-
"--sapContent_ForegroundTextColor",
|
|
131
231
|
"--sapContent_HeaderShadow",
|
|
132
232
|
"--sapContent_HelpColor",
|
|
133
233
|
"--sapContent_IconColor",
|
|
234
|
+
"--sapContent_IconFontFamily",
|
|
134
235
|
"--sapContent_Illustrative_Color1",
|
|
135
236
|
"--sapContent_Illustrative_Color2",
|
|
136
237
|
"--sapContent_Illustrative_Color3",
|
|
@@ -144,6 +245,8 @@
|
|
|
144
245
|
"--sapContent_Informative_Shadow",
|
|
145
246
|
"--sapContent_Interaction_Shadow",
|
|
146
247
|
"--sapContent_LabelColor",
|
|
248
|
+
"--sapContent_Lite_Shadow",
|
|
249
|
+
"--sapContent_MeasureIndicatorColor",
|
|
147
250
|
"--sapContent_Negative_Shadow",
|
|
148
251
|
"--sapContent_NonInteractiveIconColor",
|
|
149
252
|
"--sapContent_Positive_Shadow",
|
|
@@ -151,20 +254,24 @@
|
|
|
151
254
|
"--sapContent_Selected_Background",
|
|
152
255
|
"--sapContent_Selected_ForegroundColor",
|
|
153
256
|
"--sapContent_Selected_Hover_Background",
|
|
154
|
-
"--
|
|
257
|
+
"--sapContent_Selected_MeasureIndicatorColor",
|
|
155
258
|
"--sapContent_Selected_TextColor",
|
|
156
259
|
"--sapContent_Shadow0",
|
|
157
260
|
"--sapContent_Shadow1",
|
|
158
261
|
"--sapContent_Shadow2",
|
|
159
262
|
"--sapContent_Shadow3",
|
|
160
|
-
"--sapContent_ShadowColor",
|
|
161
263
|
"--sapContent_TextShadow",
|
|
162
264
|
"--sapContent_UnratedColor",
|
|
265
|
+
"--sapContentLabelColor",
|
|
163
266
|
"--sapCriticalColor",
|
|
164
267
|
"--sapCriticalElementColor",
|
|
165
268
|
"--sapCriticalTextColor",
|
|
166
269
|
"--sapElement_BorderCornerRadius",
|
|
167
270
|
"--sapElement_BorderWidth",
|
|
271
|
+
"--sapElement_Compact_Height",
|
|
272
|
+
"--sapElement_Condensed_Height",
|
|
273
|
+
"--sapElement_Height",
|
|
274
|
+
"--sapElement_LineHeight",
|
|
168
275
|
"--sapErrorBackground",
|
|
169
276
|
"--sapErrorBorderColor",
|
|
170
277
|
"--sapField_Active_BorderColor",
|
|
@@ -175,33 +282,48 @@
|
|
|
175
282
|
"--sapField_BorderStyle",
|
|
176
283
|
"--sapField_BorderWidth",
|
|
177
284
|
"--sapField_Focus_Background",
|
|
178
|
-
"--sapField_Focus_BorderColor",
|
|
179
285
|
"--sapField_Hover_Background",
|
|
180
286
|
"--sapField_Hover_BackgroundStyle",
|
|
181
287
|
"--sapField_Hover_BorderColor",
|
|
288
|
+
"--sapField_Hover_InformationShadow",
|
|
289
|
+
"--sapField_Hover_InvalidShadow",
|
|
290
|
+
"--sapField_Hover_Shadow",
|
|
291
|
+
"--sapField_Hover_SuccessShadow",
|
|
292
|
+
"--sapField_Hover_WarningShadow",
|
|
182
293
|
"--sapField_HoverBorderColor",
|
|
183
294
|
"--sapField_InformationBackground",
|
|
184
295
|
"--sapField_InformationBackgroundStyle",
|
|
185
296
|
"--sapField_InformationBorderWidth",
|
|
186
297
|
"--sapField_InformationColor",
|
|
298
|
+
"--sapField_InformationShadow",
|
|
187
299
|
"--sapField_InvalidBackground",
|
|
188
300
|
"--sapField_InvalidBackgroundStyle",
|
|
189
301
|
"--sapField_InvalidBorderWidth",
|
|
190
302
|
"--sapField_InvalidColor",
|
|
303
|
+
"--sapField_InvalidShadow",
|
|
304
|
+
"--sapField_Picker_BorderWidth",
|
|
191
305
|
"--sapField_PlaceholderTextColor",
|
|
192
306
|
"--sapField_ReadOnly_Background",
|
|
193
307
|
"--sapField_ReadOnly_BackgroundStyle",
|
|
194
308
|
"--sapField_ReadOnly_BorderColor",
|
|
195
309
|
"--sapField_RequiredColor",
|
|
310
|
+
"--sapField_Selector_Hover_Background",
|
|
311
|
+
"--sapField_Selector_Hover_InformationBackground",
|
|
312
|
+
"--sapField_Selector_Hover_InvalidBackground",
|
|
313
|
+
"--sapField_Selector_Hover_SuccessBackground",
|
|
314
|
+
"--sapField_Selector_Hover_WarningBackground",
|
|
315
|
+
"--sapField_Shadow",
|
|
196
316
|
"--sapField_SuccessBackground",
|
|
197
317
|
"--sapField_SuccessBackgroundStyle",
|
|
198
318
|
"--sapField_SuccessBorderWidth",
|
|
199
319
|
"--sapField_SuccessColor",
|
|
320
|
+
"--sapField_SuccessShadow",
|
|
200
321
|
"--sapField_TextColor",
|
|
201
322
|
"--sapField_WarningBackground",
|
|
202
323
|
"--sapField_WarningBackgroundStyle",
|
|
203
324
|
"--sapField_WarningBorderWidth",
|
|
204
325
|
"--sapField_WarningColor",
|
|
326
|
+
"--sapField_WarningShadow",
|
|
205
327
|
"--sapFontBoldFamily",
|
|
206
328
|
"--sapFontFamily",
|
|
207
329
|
"--sapFontHeader1Size",
|
|
@@ -213,18 +335,18 @@
|
|
|
213
335
|
"--sapFontHeaderFamily",
|
|
214
336
|
"--sapFontLargeSize",
|
|
215
337
|
"--sapFontMediumSize",
|
|
338
|
+
"--sapFontSemiboldDuplexFamily",
|
|
216
339
|
"--sapFontSize",
|
|
217
340
|
"--sapFontSmallSize",
|
|
341
|
+
"--sapGroup_BorderCornerRadius",
|
|
218
342
|
"--sapGroup_ContentBackground",
|
|
219
343
|
"--sapGroup_ContentBorderColor",
|
|
344
|
+
"--sapGroup_Title_FontSize",
|
|
220
345
|
"--sapGroup_TitleBackground",
|
|
221
346
|
"--sapGroup_TitleBorderColor",
|
|
347
|
+
"--sapGroup_TitleBorderWidth",
|
|
222
348
|
"--sapGroup_TitleTextColor",
|
|
223
|
-
"--sapHC_ReducedAltForeground",
|
|
224
|
-
"--sapHC_ReducedBackground",
|
|
225
|
-
"--sapHC_ReducedForeground",
|
|
226
349
|
"--sapHighlightColor",
|
|
227
|
-
"--sapHighlightTextColor",
|
|
228
350
|
"--sapIllus_AccentColor",
|
|
229
351
|
"--sapIllus_BackgroundColor",
|
|
230
352
|
"--sapIllus_BrandColorPrimary",
|
|
@@ -236,6 +358,136 @@
|
|
|
236
358
|
"--sapIllus_PatternHighlight",
|
|
237
359
|
"--sapIllus_PatternShadow",
|
|
238
360
|
"--sapIllus_StrokeDetailColor",
|
|
361
|
+
"--sapIndicationColor_1",
|
|
362
|
+
"--sapIndicationColor_1_Active_Background",
|
|
363
|
+
"--sapIndicationColor_1_Active_BorderColor",
|
|
364
|
+
"--sapIndicationColor_1_Active_TextColor",
|
|
365
|
+
"--sapIndicationColor_1_Background",
|
|
366
|
+
"--sapIndicationColor_1_BorderColor",
|
|
367
|
+
"--sapIndicationColor_1_Hover_Background",
|
|
368
|
+
"--sapIndicationColor_1_TextColor",
|
|
369
|
+
"--sapIndicationColor_1b",
|
|
370
|
+
"--sapIndicationColor_1b_Background",
|
|
371
|
+
"--sapIndicationColor_1b_BorderColor",
|
|
372
|
+
"--sapIndicationColor_1b_Hover_Background",
|
|
373
|
+
"--sapIndicationColor_1b_TextColor",
|
|
374
|
+
"--sapIndicationColor_2",
|
|
375
|
+
"--sapIndicationColor_2_Active_Background",
|
|
376
|
+
"--sapIndicationColor_2_Active_BorderColor",
|
|
377
|
+
"--sapIndicationColor_2_Active_TextColor",
|
|
378
|
+
"--sapIndicationColor_2_Background",
|
|
379
|
+
"--sapIndicationColor_2_BorderColor",
|
|
380
|
+
"--sapIndicationColor_2_Hover_Background",
|
|
381
|
+
"--sapIndicationColor_2_TextColor",
|
|
382
|
+
"--sapIndicationColor_2b",
|
|
383
|
+
"--sapIndicationColor_2b_Background",
|
|
384
|
+
"--sapIndicationColor_2b_BorderColor",
|
|
385
|
+
"--sapIndicationColor_2b_Hover_Background",
|
|
386
|
+
"--sapIndicationColor_2b_TextColor",
|
|
387
|
+
"--sapIndicationColor_3",
|
|
388
|
+
"--sapIndicationColor_3_Active_Background",
|
|
389
|
+
"--sapIndicationColor_3_Active_BorderColor",
|
|
390
|
+
"--sapIndicationColor_3_Active_TextColor",
|
|
391
|
+
"--sapIndicationColor_3_Background",
|
|
392
|
+
"--sapIndicationColor_3_BorderColor",
|
|
393
|
+
"--sapIndicationColor_3_Hover_Background",
|
|
394
|
+
"--sapIndicationColor_3_TextColor",
|
|
395
|
+
"--sapIndicationColor_3b",
|
|
396
|
+
"--sapIndicationColor_3b_Background",
|
|
397
|
+
"--sapIndicationColor_3b_BorderColor",
|
|
398
|
+
"--sapIndicationColor_3b_Hover_Background",
|
|
399
|
+
"--sapIndicationColor_3b_TextColor",
|
|
400
|
+
"--sapIndicationColor_4",
|
|
401
|
+
"--sapIndicationColor_4_Active_Background",
|
|
402
|
+
"--sapIndicationColor_4_Active_BorderColor",
|
|
403
|
+
"--sapIndicationColor_4_Active_TextColor",
|
|
404
|
+
"--sapIndicationColor_4_Background",
|
|
405
|
+
"--sapIndicationColor_4_BorderColor",
|
|
406
|
+
"--sapIndicationColor_4_Hover_Background",
|
|
407
|
+
"--sapIndicationColor_4_TextColor",
|
|
408
|
+
"--sapIndicationColor_4b",
|
|
409
|
+
"--sapIndicationColor_4b_Background",
|
|
410
|
+
"--sapIndicationColor_4b_BorderColor",
|
|
411
|
+
"--sapIndicationColor_4b_Hover_Background",
|
|
412
|
+
"--sapIndicationColor_4b_TextColor",
|
|
413
|
+
"--sapIndicationColor_5",
|
|
414
|
+
"--sapIndicationColor_5_Active_Background",
|
|
415
|
+
"--sapIndicationColor_5_Active_BorderColor",
|
|
416
|
+
"--sapIndicationColor_5_Active_TextColor",
|
|
417
|
+
"--sapIndicationColor_5_Background",
|
|
418
|
+
"--sapIndicationColor_5_BorderColor",
|
|
419
|
+
"--sapIndicationColor_5_Hover_Background",
|
|
420
|
+
"--sapIndicationColor_5_TextColor",
|
|
421
|
+
"--sapIndicationColor_5b",
|
|
422
|
+
"--sapIndicationColor_5b_Background",
|
|
423
|
+
"--sapIndicationColor_5b_BorderColor",
|
|
424
|
+
"--sapIndicationColor_5b_Hover_Background",
|
|
425
|
+
"--sapIndicationColor_5b_TextColor",
|
|
426
|
+
"--sapIndicationColor_6",
|
|
427
|
+
"--sapIndicationColor_6_Active_Background",
|
|
428
|
+
"--sapIndicationColor_6_Active_BorderColor",
|
|
429
|
+
"--sapIndicationColor_6_Active_TextColor",
|
|
430
|
+
"--sapIndicationColor_6_Background",
|
|
431
|
+
"--sapIndicationColor_6_BorderColor",
|
|
432
|
+
"--sapIndicationColor_6_Hover_Background",
|
|
433
|
+
"--sapIndicationColor_6_TextColor",
|
|
434
|
+
"--sapIndicationColor_6b",
|
|
435
|
+
"--sapIndicationColor_6b_Background",
|
|
436
|
+
"--sapIndicationColor_6b_BorderColor",
|
|
437
|
+
"--sapIndicationColor_6b_Hover_Background",
|
|
438
|
+
"--sapIndicationColor_6b_TextColor",
|
|
439
|
+
"--sapIndicationColor_7",
|
|
440
|
+
"--sapIndicationColor_7_Active_Background",
|
|
441
|
+
"--sapIndicationColor_7_Active_BorderColor",
|
|
442
|
+
"--sapIndicationColor_7_Active_TextColor",
|
|
443
|
+
"--sapIndicationColor_7_Background",
|
|
444
|
+
"--sapIndicationColor_7_BorderColor",
|
|
445
|
+
"--sapIndicationColor_7_Hover_Background",
|
|
446
|
+
"--sapIndicationColor_7_TextColor",
|
|
447
|
+
"--sapIndicationColor_7b",
|
|
448
|
+
"--sapIndicationColor_7b_Background",
|
|
449
|
+
"--sapIndicationColor_7b_BorderColor",
|
|
450
|
+
"--sapIndicationColor_7b_Hover_Background",
|
|
451
|
+
"--sapIndicationColor_7b_TextColor",
|
|
452
|
+
"--sapIndicationColor_8",
|
|
453
|
+
"--sapIndicationColor_8_Active_Background",
|
|
454
|
+
"--sapIndicationColor_8_Active_BorderColor",
|
|
455
|
+
"--sapIndicationColor_8_Active_TextColor",
|
|
456
|
+
"--sapIndicationColor_8_Background",
|
|
457
|
+
"--sapIndicationColor_8_BorderColor",
|
|
458
|
+
"--sapIndicationColor_8_Hover_Background",
|
|
459
|
+
"--sapIndicationColor_8_TextColor",
|
|
460
|
+
"--sapIndicationColor_8b",
|
|
461
|
+
"--sapIndicationColor_8b_Background",
|
|
462
|
+
"--sapIndicationColor_8b_BorderColor",
|
|
463
|
+
"--sapIndicationColor_8b_Hover_Background",
|
|
464
|
+
"--sapIndicationColor_8b_TextColor",
|
|
465
|
+
"--sapIndicationColor_9",
|
|
466
|
+
"--sapIndicationColor_9_Active_Background",
|
|
467
|
+
"--sapIndicationColor_9_Active_BorderColor",
|
|
468
|
+
"--sapIndicationColor_9_Active_TextColor",
|
|
469
|
+
"--sapIndicationColor_9_Background",
|
|
470
|
+
"--sapIndicationColor_9_BorderColor",
|
|
471
|
+
"--sapIndicationColor_9_Hover_Background",
|
|
472
|
+
"--sapIndicationColor_9_TextColor",
|
|
473
|
+
"--sapIndicationColor_9b",
|
|
474
|
+
"--sapIndicationColor_9b_Background",
|
|
475
|
+
"--sapIndicationColor_9b_BorderColor",
|
|
476
|
+
"--sapIndicationColor_9b_Hover_Background",
|
|
477
|
+
"--sapIndicationColor_9b_TextColor",
|
|
478
|
+
"--sapIndicationColor_10",
|
|
479
|
+
"--sapIndicationColor_10_Active_Background",
|
|
480
|
+
"--sapIndicationColor_10_Active_BorderColor",
|
|
481
|
+
"--sapIndicationColor_10_Active_TextColor",
|
|
482
|
+
"--sapIndicationColor_10_Background",
|
|
483
|
+
"--sapIndicationColor_10_BorderColor",
|
|
484
|
+
"--sapIndicationColor_10_Hover_Background",
|
|
485
|
+
"--sapIndicationColor_10_TextColor",
|
|
486
|
+
"--sapIndicationColor_10b",
|
|
487
|
+
"--sapIndicationColor_10b_Background",
|
|
488
|
+
"--sapIndicationColor_10b_BorderColor",
|
|
489
|
+
"--sapIndicationColor_10b_Hover_Background",
|
|
490
|
+
"--sapIndicationColor_10b_TextColor",
|
|
239
491
|
"--sapInformationBackground",
|
|
240
492
|
"--sapInformationBorderColor",
|
|
241
493
|
"--sapInformativeElementColor",
|
|
@@ -243,18 +495,32 @@
|
|
|
243
495
|
"--sapLegend_CurrentDateTime",
|
|
244
496
|
"--sapLegend_NonWorkingBackground",
|
|
245
497
|
"--sapLegend_WorkingBackground",
|
|
246
|
-
"--
|
|
247
|
-
"--
|
|
248
|
-
"--
|
|
249
|
-
"--
|
|
250
|
-
"--
|
|
251
|
-
"--
|
|
252
|
-
"--
|
|
253
|
-
"--
|
|
254
|
-
"--
|
|
255
|
-
"--
|
|
498
|
+
"--sapLegendColor1",
|
|
499
|
+
"--sapLegendColor2",
|
|
500
|
+
"--sapLegendColor3",
|
|
501
|
+
"--sapLegendColor4",
|
|
502
|
+
"--sapLegendColor5",
|
|
503
|
+
"--sapLegendColor6",
|
|
504
|
+
"--sapLegendColor7",
|
|
505
|
+
"--sapLegendColor8",
|
|
506
|
+
"--sapLegendColor9",
|
|
507
|
+
"--sapLegendColor10",
|
|
508
|
+
"--sapLegendColor11",
|
|
509
|
+
"--sapLegendColor12",
|
|
510
|
+
"--sapLegendColor13",
|
|
511
|
+
"--sapLegendColor14",
|
|
512
|
+
"--sapLegendColor15",
|
|
513
|
+
"--sapLegendColor16",
|
|
514
|
+
"--sapLegendColor17",
|
|
256
515
|
"--sapLegendColor18",
|
|
516
|
+
"--sapLegendColor19",
|
|
517
|
+
"--sapLegendColor20",
|
|
518
|
+
"--sapLink_Active_Color",
|
|
519
|
+
"--sapLink_Active_TextDecoration",
|
|
520
|
+
"--sapLink_Hover_Color",
|
|
521
|
+
"--sapLink_Hover_TextDecoration",
|
|
257
522
|
"--sapLink_SubtleColor",
|
|
523
|
+
"--sapLink_TextDecoration",
|
|
258
524
|
"--sapLinkColor",
|
|
259
525
|
"--sapList_Active_Background",
|
|
260
526
|
"--sapList_Active_TextColor",
|
|
@@ -268,6 +534,7 @@
|
|
|
268
534
|
"--sapList_GroupHeaderBorderColor",
|
|
269
535
|
"--sapList_HeaderBackground",
|
|
270
536
|
"--sapList_HeaderBorderColor",
|
|
537
|
+
"--sapList_HeaderTextColor",
|
|
271
538
|
"--sapList_Hover_Background",
|
|
272
539
|
"--sapList_Hover_SelectionBackground",
|
|
273
540
|
"--sapList_SelectionBackgroundColor",
|
|
@@ -276,6 +543,8 @@
|
|
|
276
543
|
"--sapList_TableGroupHeaderBorderColor",
|
|
277
544
|
"--sapList_TableGroupHeaderTextColor",
|
|
278
545
|
"--sapList_TextColor",
|
|
546
|
+
"--sapMessage_BorderWidth",
|
|
547
|
+
"--sapMessage_Button_Hover_Background",
|
|
279
548
|
"--sapMessage_ErrorBorderColor",
|
|
280
549
|
"--sapMessage_InformationBorderColor",
|
|
281
550
|
"--sapMessage_SuccessBorderColor",
|
|
@@ -285,11 +554,16 @@
|
|
|
285
554
|
"--sapNegativeTextColor",
|
|
286
555
|
"--sapNeutralBackground",
|
|
287
556
|
"--sapNeutralBorderColor",
|
|
288
|
-
"--sapNeutralColor",
|
|
289
557
|
"--sapNeutralElementColor",
|
|
290
558
|
"--sapNeutralTextColor",
|
|
291
559
|
"--sapObjectHeader_Background",
|
|
292
560
|
"--sapObjectHeader_BorderColor",
|
|
561
|
+
"--sapObjectHeader_Hover_Background",
|
|
562
|
+
"--sapObjectHeader_Subtitle_TextColor",
|
|
563
|
+
"--sapObjectHeader_Title_FontFamily",
|
|
564
|
+
"--sapObjectHeader_Title_FontSize",
|
|
565
|
+
"--sapObjectHeader_Title_SnappedFontSize",
|
|
566
|
+
"--sapObjectHeader_Title_TextColor",
|
|
293
567
|
"--sapPageFooter_Background",
|
|
294
568
|
"--sapPageFooter_BorderColor",
|
|
295
569
|
"--sapPageFooter_TextColor",
|
|
@@ -300,21 +574,77 @@
|
|
|
300
574
|
"--sapPositiveColor",
|
|
301
575
|
"--sapPositiveElementColor",
|
|
302
576
|
"--sapPositiveTextColor",
|
|
303
|
-
"--
|
|
304
|
-
"--
|
|
305
|
-
"--
|
|
306
|
-
"--
|
|
577
|
+
"--sapProgress_Background",
|
|
578
|
+
"--sapProgress_CriticalBackground",
|
|
579
|
+
"--sapProgress_FontSize",
|
|
580
|
+
"--sapProgress_InformationBackground",
|
|
581
|
+
"--sapProgress_NegativeBackground",
|
|
582
|
+
"--sapProgress_PositiveBackground",
|
|
583
|
+
"--sapProgress_TextColor",
|
|
584
|
+
"--sapProgress_Value_Background",
|
|
585
|
+
"--sapProgress_Value_CriticalBackground",
|
|
586
|
+
"--sapProgress_Value_CriticalTextColor",
|
|
587
|
+
"--sapProgress_Value_InformationBackground",
|
|
588
|
+
"--sapProgress_Value_InformationTextColor",
|
|
589
|
+
"--sapProgress_Value_NegativeBackground",
|
|
590
|
+
"--sapProgress_Value_NegativeTextColor",
|
|
591
|
+
"--sapProgress_Value_PositiveBackground",
|
|
592
|
+
"--sapProgress_Value_PositiveTextColor",
|
|
307
593
|
"--sapSelectedColor",
|
|
308
594
|
"--sapShell_Active_Background",
|
|
309
595
|
"--sapShell_Active_TextColor",
|
|
596
|
+
"--sapShell_Assistant_ForegroundColor",
|
|
310
597
|
"--sapShell_Background",
|
|
311
598
|
"--sapShell_Hover_Background",
|
|
599
|
+
"--sapShell_InteractiveBackground",
|
|
312
600
|
"--sapShell_InteractiveBorderColor",
|
|
313
601
|
"--sapShell_InteractiveTextColor",
|
|
602
|
+
"--sapShell_SubBrand_TextColor",
|
|
314
603
|
"--sapShell_TextColor",
|
|
315
604
|
"--sapShellColor",
|
|
605
|
+
"--sapSlider_Active_RangeHandleBackground",
|
|
606
|
+
"--sapSlider_Background",
|
|
607
|
+
"--sapSlider_HandleBackground",
|
|
608
|
+
"--sapSlider_HandleBorderColor",
|
|
609
|
+
"--sapSlider_Hover_HandleBackground",
|
|
610
|
+
"--sapSlider_Hover_HandleBorderColor",
|
|
611
|
+
"--sapSlider_RangeHandleBackground",
|
|
612
|
+
"--sapSlider_Selected_Background",
|
|
613
|
+
"--sapSlider_Selected_BorderColor",
|
|
316
614
|
"--sapSuccessBackground",
|
|
317
615
|
"--sapSuccessBorderColor",
|
|
616
|
+
"--sapTab_Background",
|
|
617
|
+
"--sapTab_Critical_ForegroundColor",
|
|
618
|
+
"--sapTab_Critical_IconColor",
|
|
619
|
+
"--sapTab_Critical_Selected_Background",
|
|
620
|
+
"--sapTab_Critical_Selected_IconColor",
|
|
621
|
+
"--sapTab_Critical_Selected_TextColor",
|
|
622
|
+
"--sapTab_Critical_TextColor",
|
|
623
|
+
"--sapTab_ForegroundColor",
|
|
624
|
+
"--sapTab_IconColor",
|
|
625
|
+
"--sapTab_Negative_ForegroundColor",
|
|
626
|
+
"--sapTab_Negative_IconColor",
|
|
627
|
+
"--sapTab_Negative_Selected_Background",
|
|
628
|
+
"--sapTab_Negative_Selected_IconColor",
|
|
629
|
+
"--sapTab_Negative_Selected_TextColor",
|
|
630
|
+
"--sapTab_Negative_TextColor",
|
|
631
|
+
"--sapTab_Neutral_ForegroundColor",
|
|
632
|
+
"--sapTab_Neutral_IconColor",
|
|
633
|
+
"--sapTab_Neutral_Selected_Background",
|
|
634
|
+
"--sapTab_Neutral_Selected_IconColor",
|
|
635
|
+
"--sapTab_Neutral_Selected_TextColor",
|
|
636
|
+
"--sapTab_Neutral_TextColor",
|
|
637
|
+
"--sapTab_Positive_ForegroundColor",
|
|
638
|
+
"--sapTab_Positive_IconColor",
|
|
639
|
+
"--sapTab_Positive_Selected_Background",
|
|
640
|
+
"--sapTab_Positive_Selected_IconColor",
|
|
641
|
+
"--sapTab_Positive_Selected_TextColor",
|
|
642
|
+
"--sapTab_Positive_TextColor",
|
|
643
|
+
"--sapTab_Selected_Background",
|
|
644
|
+
"--sapTab_Selected_IconColor",
|
|
645
|
+
"--sapTab_Selected_Indicator_Dimension",
|
|
646
|
+
"--sapTab_Selected_TextColor",
|
|
647
|
+
"--sapTab_TextColor",
|
|
318
648
|
"--sapTextColor",
|
|
319
649
|
"--sapTile_Active_Background",
|
|
320
650
|
"--sapTile_Background",
|
|
@@ -326,7 +656,6 @@
|
|
|
326
656
|
"--sapTile_SeparatorColor",
|
|
327
657
|
"--sapTile_TextColor",
|
|
328
658
|
"--sapTile_TitleTextColor",
|
|
329
|
-
"--sapTitleColor",
|
|
330
659
|
"--sapToolbar_SeparatorColor",
|
|
331
660
|
"--sapWarningBackground",
|
|
332
661
|
"--sapWarningBorderColor"
|