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