@ui5/webcomponents-theming 0.0.0-a3eca7ade → 0.0.0-a8a75c830

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.
Files changed (103) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +2149 -0
  3. package/LICENSE.txt +201 -0
  4. package/README.md +7 -10
  5. package/css-vars-usage.json +407 -30
  6. package/dist/.tsbuildinfo +1 -0
  7. package/dist/Assets-fetch.d.ts +1 -0
  8. package/dist/Assets-fetch.js +3 -0
  9. package/dist/Assets-fetch.js.map +1 -0
  10. package/dist/Assets-node.d.ts +12 -0
  11. package/dist/Assets-node.js +13 -0
  12. package/dist/Assets-node.js.map +1 -0
  13. package/dist/Assets.d.ts +1 -0
  14. package/dist/Assets.js +1 -0
  15. package/dist/Assets.js.map +1 -0
  16. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
  17. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
  18. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
  19. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
  20. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -1
  21. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -0
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -0
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -0
  24. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  30. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  31. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  32. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  33. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  34. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  35. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  36. package/dist/generated/json-imports/Themes-node.js +25 -0
  37. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  38. package/dist/generated/json-imports/Themes.d.ts +1 -0
  39. package/dist/generated/json-imports/Themes.js +22 -24
  40. package/dist/generated/json-imports/Themes.js.map +1 -0
  41. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  42. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  45. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  48. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  51. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  54. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  57. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
  58. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  60. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
  61. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  63. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
  64. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  65. package/package-scripts.cjs +31 -0
  66. package/package.json +15 -20
  67. package/tsconfig.json +25 -0
  68. package/config/postcss.themes/postcss.config.js +0 -24
  69. package/dist/Assets-static.js +0 -2
  70. package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
  71. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  72. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  73. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  74. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
  75. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
  76. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
  77. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
  78. package/dist/generated/json-imports/Themes-static.js +0 -35
  79. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
  80. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
  81. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
  82. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
  83. package/dist/themes/sap_belize/css_variables.css +0 -585
  84. package/dist/themes/sap_belize/parameters-bundle.css +0 -1
  85. package/dist/themes/sap_belize_hcb/css_variables.css +0 -584
  86. package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  87. package/dist/themes/sap_belize_hcw/css_variables.css +0 -584
  88. package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  89. package/dist/themes/sap_fiori_3/css_variables.css +0 -584
  90. package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
  91. package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -584
  92. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
  93. package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -584
  94. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
  95. package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -584
  96. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
  97. package/dist/themes/sap_horizon/css_variables.css +0 -584
  98. package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
  99. package/dist/themes/sap_horizon_exp/css_variables.css +0 -584
  100. package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  101. package/hash.txt +0 -1
  102. package/lib/generate-css-vars-usage-report/index.js +0 -27
  103. package/package-scripts.js +0 -38
@@ -1,584 +0,0 @@
1
- /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- *
4
- * Theming Engine 1.51.0
5
- * data:{"Path": "Base.baseLib.sap_belize_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}
6
- */
7
-
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_belize_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "Version": { "Build":"11.1.34.20211012133552", "Source": "11.1.34", "Engine": "1.51.0"}}');}
9
- :root {
10
- --sapBrandColor: #7a5100;
11
- --sapHighlightColor: #7a5100;
12
- --sapBaseColor: #000;
13
- --sapShellColor: #000;
14
- --sapBackgroundColor: #000;
15
- --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
16
- --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
17
- --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
18
- --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
19
- --sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
20
- --sapFontSize: .875rem;
21
- --sapFontSmallSize: .75rem;
22
- --sapFontLargeSize: 1rem;
23
- --sapFontHeader1Size: 1.625rem;
24
- --sapFontHeader2Size: 1.375rem;
25
- --sapFontHeader3Size: 1.25rem;
26
- --sapFontHeader4Size: 1.125rem;
27
- --sapFontHeader5Size: 1rem;
28
- --sapFontHeader6Size: .875rem;
29
- --sapTextColor: #fff;
30
- --sapLinkColor: #fff;
31
- --sapLink_Hover_Color: #fff;
32
- --sapLink_Active_Color: #fff;
33
- --sapLink_Visited_Color: #fff;
34
- --sapLink_InvertedColor: #fff;
35
- --sapLink_SubtleColor: #fff;
36
- --sapCompanyLogo: none;
37
- --sapBackgroundImage: none;
38
- --sapBackgroundImageOpacity: 1.0;
39
- --sapBackgroundImageRepeat: false;
40
- --sapSelectedColor: #0f5d94;
41
- --sapActiveColor: #7a5100;
42
- --sapHighlightTextColor: #fff;
43
- --sapTitleColor: #fff;
44
- --sapNegativeColor: #ff5e5e;
45
- --sapCriticalColor: #ffab1d;
46
- --sapPositiveColor: #99cc99;
47
- --sapInformativeColor: #fff;
48
- --sapNeutralColor: #fff;
49
- --sapNegativeElementColor: #ff5e5e;
50
- --sapCriticalElementColor: #ffab1d;
51
- --sapPositiveElementColor: #99cc99;
52
- --sapInformativeElementColor: #fff;
53
- --sapNeutralElementColor: #fff;
54
- --sapNegativeTextColor: #ff5e5e;
55
- --sapPositiveTextColor: #99cc99;
56
- --sapCriticalTextColor: #ffab1d;
57
- --sapInformativeTextColor: #fff;
58
- --sapNeutralTextColor: #fff;
59
- --sapNeutralBorderColor: #fff;
60
- --sapErrorColor: #ff5e5e;
61
- --sapErrorBorderColor: #ff5e5e;
62
- --sapWarningColor: #ffab1d;
63
- --sapWarningBorderColor: #ffab1d;
64
- --sapSuccessColor: #99cc99;
65
- --sapSuccessBorderColor: #99cc99;
66
- --sapInformationColor: #fff;
67
- --sapInformationBorderColor: #fff;
68
- --sapErrorBackground: #000;
69
- --sapWarningBackground: #000;
70
- --sapSuccessBackground: #000;
71
- --sapInformationBackground: #000;
72
- --sapNeutralBackground: #000;
73
- --sapIndicationColor_1: #ff5e5e;
74
- --sapIndicationColor_1_Hover_Background: #7a5100;
75
- --sapIndicationColor_1_Active_Background: #7a5100;
76
- --sapIndicationColor_1_TextColor: #fff;
77
- --sapIndicationColor_2: #ff9191;
78
- --sapIndicationColor_2_Hover_Background: #7a5100;
79
- --sapIndicationColor_2_Active_Background: #7a5100;
80
- --sapIndicationColor_2_TextColor: #fff;
81
- --sapIndicationColor_3: #ffab1d;
82
- --sapIndicationColor_3_Hover_Background: #7a5100;
83
- --sapIndicationColor_3_Active_Background: #7a5100;
84
- --sapIndicationColor_3_TextColor: #fff;
85
- --sapIndicationColor_4: #99cc99;
86
- --sapIndicationColor_4_Hover_Background: #7a5100;
87
- --sapIndicationColor_4_Active_Background: #7a5100;
88
- --sapIndicationColor_4_TextColor: #fff;
89
- --sapIndicationColor_5: #6bd3ff;
90
- --sapIndicationColor_5_Hover_Background: #7a5100;
91
- --sapIndicationColor_5_Active_Background: #7a5100;
92
- --sapIndicationColor_5_TextColor: #fff;
93
- --sapIndicationColor_6: #7fc6c6;
94
- --sapIndicationColor_6_Hover_Background: #7a5100;
95
- --sapIndicationColor_6_Active_Background: #7a5100;
96
- --sapIndicationColor_6_TextColor: #fff;
97
- --sapIndicationColor_7: #b995e0;
98
- --sapIndicationColor_7_Hover_Background: #7a5100;
99
- --sapIndicationColor_7_Active_Background: #7a5100;
100
- --sapIndicationColor_7_TextColor: #fff;
101
- --sapIndicationColor_8: #e269c9;
102
- --sapIndicationColor_8_Hover_Background: #7a5100;
103
- --sapIndicationColor_8_Active_Background: #7a5100;
104
- --sapIndicationColor_8_TextColor: #fff;
105
- --sapElement_LineHeight: 3rem;
106
- --sapElement_Height: 2.5rem;
107
- --sapElement_BorderWidth: .0625rem;
108
- --sapElement_BorderCornerRadius: .25rem;
109
- --sapElement_Compact_LineHeight: 2rem;
110
- --sapElement_Compact_Height: 1.625rem;
111
- --sapElement_Condensed_LineHeight: 1.5rem;
112
- --sapElement_Condensed_Height: 1.375rem;
113
- --sapContent_LineHeight: 1.4;
114
- --sapContent_IconHeight: 1rem;
115
- --sapContent_IconColor: #fff;
116
- --sapContent_ContrastIconColor: #fff;
117
- --sapContent_NonInteractiveIconColor: #fff;
118
- --sapContent_MarkerIconColor: #fff;
119
- --sapContent_MarkerTextColor: #fff;
120
- --sapContent_ImagePlaceholderBackground: #000;
121
- --sapContent_ImagePlaceholderForegroundColor: #fff;
122
- --sapContent_RatedColor: #fff;
123
- --sapContent_UnratedColor: #999;
124
- --sapContent_FocusColor: #fff;
125
- --sapContent_FocusStyle: dotted;
126
- --sapContent_FocusWidth: .125rem;
127
- --sapContent_ContrastFocusColor: #fff;
128
- --sapContent_ShadowColor: #fff;
129
- --sapContent_ContrastShadowColor: #fff;
130
- --sapContent_Shadow0: 0 0 0 0.0625rem #fff;
131
- --sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,0.5), 0 0 0 0.125rem #fff;
132
- --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(255,255,255,0.6), 0 0 0 0.125rem #fff;
133
- --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(255,255,255,0.8), 0 0 0 0.125rem #fff;
134
- --sapContent_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
135
- --sapContent_ContrastTextShadow: none;
136
- --sapContent_HeaderShadow: inset 0 -0.125rem #fff;
137
- --sapContent_Interaction_Shadow: none;
138
- --sapContent_Selected_Shadow: none;
139
- --sapContent_Negative_Shadow: none;
140
- --sapContent_Critical_Shadow: none;
141
- --sapContent_Positive_Shadow: none;
142
- --sapContent_Informative_Shadow: none;
143
- --sapContent_Neutral_Shadow: none;
144
- --sapContent_SearchHighlightColor: #7a5100;
145
- --sapContent_HelpColor: #03b803;
146
- --sapContent_LabelColor: #fff;
147
- --sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
148
- --sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
149
- --sapContent_IconFontFamily: "SAP-icons";
150
- --sapContent_DisabledTextColor: #666;
151
- --sapContent_DisabledOpacity: 0.4;
152
- --sapContent_ContrastTextThreshold: 0.65;
153
- --sapContent_ContrastTextColor: #fff;
154
- --sapContent_ForegroundColor: #000;
155
- --sapContent_ForegroundBorderColor: #fff;
156
- --sapContent_ForegroundTextColor: #fff;
157
- --sapContent_BadgeBackground: #000;
158
- --sapContent_BadgeTextColor: #fff;
159
- --sapContent_Placeholderloading_Background: #666;
160
- --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);
161
- --sapContent_DragAndDropActiveColor: #03b803;
162
- --sapContent_Selected_Background: #0f5d94;
163
- --sapContent_Selected_TextColor: #fff;
164
- --sapContent_Selected_Hover_Background: #7a5100;
165
- --sapContent_Selected_ForegroundColor: #fff;
166
- --sapContent_Illustrative_Color1: #212628;
167
- --sapContent_Illustrative_Color2: #62737c;
168
- --sapContent_Illustrative_Color3: #62737c;
169
- --sapContent_Illustrative_Color4: #030303;
170
- --sapContent_Illustrative_Color5: #88979e;
171
- --sapContent_Illustrative_Color6: #88979e;
172
- --sapContent_Illustrative_Color7: #212628;
173
- --sapContent_Illustrative_Color8: #dbdbdb;
174
- --sapContent_Illustrative_Color9: #64edd2;
175
- --sapContent_Illustrative_Color10: #ebf8ff;
176
- --sapContent_Illustrative_Color11: #f31ded;
177
- --sapContent_Illustrative_Color12: #5dc122;
178
- --sapContent_Illustrative_Color13: #005dc9;
179
- --sapContent_Illustrative_Color14: #004da5;
180
- --sapContent_Illustrative_Color15: #cc7400;
181
- --sapContent_Illustrative_Color16: #3b0ac6;
182
- --sapContent_Illustrative_Color17: #00a58a;
183
- --sapContent_Illustrative_Color18: #d1efff;
184
- --sapContent_Illustrative_Color19: #b8e6ff;
185
- --sapContent_Illustrative_Color20: #9eddff;
186
- --sapShell_Background: #000;
187
- --sapShell_BackgroundImage: linear-gradient(to bottom, #000, #000);
188
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #000, #000);
189
- --sapShell_BackgroundImageOpacity: 1.0;
190
- --sapShell_BackgroundImageRepeat: false;
191
- --sapShell_BorderColor: #fff;
192
- --sapShell_TextColor: #fff;
193
- --sapShell_InteractiveBackground: #000;
194
- --sapShell_InteractiveTextColor: #fff;
195
- --sapShell_InteractiveBorderColor: #fff;
196
- --sapShell_GroupTitleTextColor: #fff;
197
- --sapShell_GroupTitleTextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
198
- --sapShell_Hover_Background: #7a5100;
199
- --sapShell_Active_Background: #7a5100;
200
- --sapShell_Active_TextColor: #fff;
201
- --sapShell_Selected_Background: #0f5d94;
202
- --sapShell_Selected_TextColor: #fff;
203
- --sapShell_Selected_Hover_Background: #7a5100;
204
- --sapShell_Favicon: none;
205
- --sapShell_Navigation_Background: #000;
206
- --sapShell_Navigation_SelectedColor: #fff;
207
- --sapShell_Navigation_Selected_TextColor: #fff;
208
- --sapShell_Navigation_TextColor: #fff;
209
- --sapShell_Navigation_Hover_Background: #7a5100;
210
- --sapShell_Navigation_Active_Background: #7a5100;
211
- --sapShell_Navigation_Active_TextColor: #fff;
212
- --sapShell_Shadow: 0 0.125rem 0 0 #fff;
213
- --sapShell_NegativeColor: #ff5e5e;
214
- --sapShell_CriticalColor: #ffab1d;
215
- --sapShell_PositiveColor: #99cc99;
216
- --sapShell_InformativeColor: #fff;
217
- --sapShell_NeutralColor: #fff;
218
- --sapButton_BorderWidth: .0625rem;
219
- --sapButton_BorderCornerRadius: .375rem;
220
- --sapButton_Background: #000;
221
- --sapButton_BorderColor: #fff;
222
- --sapButton_TextColor: #fff;
223
- --sapButton_Hover_Background: #7a5100;
224
- --sapButton_Hover_BorderColor: #fff;
225
- --sapButton_Hover_TextColor: #fff;
226
- --sapButton_IconColor: #fff;
227
- --sapButton_Active_Background: #7a5100;
228
- --sapButton_Active_BorderColor: #fff;
229
- --sapButton_Active_TextColor: #fff;
230
- --sapButton_Emphasized_Background: #000;
231
- --sapButton_Emphasized_BorderColor: #fff;
232
- --sapButton_Emphasized_TextColor: #fff;
233
- --sapButton_Emphasized_Hover_Background: #7a5100;
234
- --sapButton_Emphasized_Hover_BorderColor: #fff;
235
- --sapButton_Emphasized_Hover_TextColor: #fff;
236
- --sapButton_Emphasized_Active_Background: #7a5100;
237
- --sapButton_Emphasized_Active_BorderColor: #fff;
238
- --sapButton_Emphasized_Active_TextColor: #fff;
239
- --sapButton_Emphasized_TextShadow: transparent;
240
- --sapButton_Reject_Background: #000;
241
- --sapButton_Reject_BorderColor: #fff;
242
- --sapButton_Reject_Hover_Background: #7a5100;
243
- --sapButton_Reject_Hover_BorderColor: #fff;
244
- --sapButton_Reject_Hover_TextColor: #fff;
245
- --sapButton_Reject_Active_Background: #7a5100;
246
- --sapButton_Reject_Active_BorderColor: #fff;
247
- --sapButton_Reject_Active_TextColor: #fff;
248
- --sapButton_Reject_TextColor: #fff;
249
- --sapButton_Reject_Selected_Background: #0f5d94;
250
- --sapButton_Reject_Selected_BorderColor: #fff;
251
- --sapButton_Reject_Selected_TextColor: #fff;
252
- --sapButton_Reject_Selected_Hover_Background: #7a5100;
253
- --sapButton_Reject_Selected_Hover_BorderColor: #fff;
254
- --sapButton_Accept_Background: #000;
255
- --sapButton_Accept_BorderColor: #fff;
256
- --sapButton_Accept_Hover_Background: #7a5100;
257
- --sapButton_Accept_Hover_BorderColor: #fff;
258
- --sapButton_Accept_Hover_TextColor: #fff;
259
- --sapButton_Accept_Active_Background: #7a5100;
260
- --sapButton_Accept_Active_BorderColor: #fff;
261
- --sapButton_Accept_Active_TextColor: #fff;
262
- --sapButton_Accept_TextColor: #fff;
263
- --sapButton_Accept_Selected_Background: #0f5d94;
264
- --sapButton_Accept_Selected_BorderColor: #fff;
265
- --sapButton_Accept_Selected_TextColor: #fff;
266
- --sapButton_Accept_Selected_Hover_Background: #7a5100;
267
- --sapButton_Accept_Selected_Hover_BorderColor: #fff;
268
- --sapButton_Lite_Background: #000;
269
- --sapButton_Lite_BorderColor: #fff;
270
- --sapButton_Lite_TextColor: #fff;
271
- --sapButton_Lite_Hover_Background: #7a5100;
272
- --sapButton_Lite_Hover_BorderColor: #fff;
273
- --sapButton_Lite_Hover_TextColor: #fff;
274
- --sapButton_Lite_Active_Background: #7a5100;
275
- --sapButton_Lite_Active_BorderColor: #fff;
276
- --sapButton_Selected_Background: #0f5d94;
277
- --sapButton_Selected_BorderColor: #fff;
278
- --sapButton_Selected_TextColor: #fff;
279
- --sapButton_Selected_Hover_Background: #7a5100;
280
- --sapButton_Selected_Hover_BorderColor: #fff;
281
- --sapButton_Attention_Background: #000;
282
- --sapButton_Attention_BorderColor: #fff;
283
- --sapButton_Attention_TextColor: #fff;
284
- --sapButton_Attention_Hover_Background: #7a5100;
285
- --sapButton_Attention_Hover_BorderColor: #fff;
286
- --sapButton_Attention_Hover_TextColor: #fff;
287
- --sapButton_Attention_Active_Background: #7a5100;
288
- --sapButton_Attention_Active_BorderColor: #fff;
289
- --sapButton_Attention_Active_TextColor: #fff;
290
- --sapButton_Attention_Selected_Background: #0f5d94;
291
- --sapButton_Attention_Selected_BorderColor: #fff;
292
- --sapButton_Attention_Selected_TextColor: #fff;
293
- --sapButton_Attention_Selected_Hover_Background: #7a5100;
294
- --sapButton_Attention_Selected_Hover_BorderColor: #fff;
295
- --sapButton_Negative_Background: #000;
296
- --sapButton_Negative_BorderColor: #fff;
297
- --sapButton_Negative_TextColor: #fff;
298
- --sapButton_Negative_Hover_Background: #7a5100;
299
- --sapButton_Negative_Hover_BorderColor: #fff;
300
- --sapButton_Negative_Hover_TextColor: #fff;
301
- --sapButton_Negative_Active_Background: #7a5100;
302
- --sapButton_Negative_Active_BorderColor: #fff;
303
- --sapButton_Negative_Active_TextColor: #fff;
304
- --sapButton_Critical_Background: #000;
305
- --sapButton_Critical_BorderColor: #fff;
306
- --sapButton_Critical_TextColor: #fff;
307
- --sapButton_Critical_Hover_Background: #7a5100;
308
- --sapButton_Critical_Hover_BorderColor: #fff;
309
- --sapButton_Critical_Hover_TextColor: #fff;
310
- --sapButton_Critical_Active_Background: #7a5100;
311
- --sapButton_Critical_Active_BorderColor: #fff;
312
- --sapButton_Critical_Active_TextColor: #fff;
313
- --sapButton_Success_Background: #000;
314
- --sapButton_Success_BorderColor: #fff;
315
- --sapButton_Success_TextColor: #fff;
316
- --sapButton_Success_Hover_Background: #7a5100;
317
- --sapButton_Success_Hover_BorderColor: #fff;
318
- --sapButton_Success_Hover_TextColor: #fff;
319
- --sapButton_Success_Active_Background: #7a5100;
320
- --sapButton_Success_Active_BorderColor: #fff;
321
- --sapButton_Success_Active_TextColor: #fff;
322
- --sapButton_Information_Background: #000;
323
- --sapButton_Information_BorderColor: #fff;
324
- --sapButton_Information_TextColor: #fff;
325
- --sapButton_Information_Hover_Background: #7a5100;
326
- --sapButton_Information_Hover_BorderColor: #fff;
327
- --sapButton_Information_Hover_TextColor: #fff;
328
- --sapButton_Information_Active_Background: #7a5100;
329
- --sapButton_Information_Active_BorderColor: #fff;
330
- --sapButton_Neutral_Background: #000;
331
- --sapButton_Neutral_BorderColor: #fff;
332
- --sapButton_Neutral_TextColor: #fff;
333
- --sapButton_Neutral_Hover_Background: #7a5100;
334
- --sapButton_Neutral_Hover_BorderColor: #fff;
335
- --sapButton_Neutral_Hover_TextColor: #fff;
336
- --sapButton_Neutral_Active_Background: #7a5100;
337
- --sapButton_Neutral_Active_BorderColor: #fff;
338
- --sapButton_Neutral_Active_TextColor: #fff;
339
- --sapButton_Track_Selected_Background: #0f5d94;
340
- --sapButton_Track_Selected_TextColor: #fff;
341
- --sapButton_Track_Background: #000;
342
- --sapButton_Track_TextColor: #fff;
343
- --sapButton_TokenBackground: #000;
344
- --sapButton_TokenBorderColor: #fff;
345
- --sapField_Background: #000;
346
- --sapField_TextColor: #fff;
347
- --sapField_PlaceholderTextColor: #999;
348
- --sapField_BorderColor: #fff;
349
- --sapField_HelpBackground: #000;
350
- --sapField_BorderWidth: .0625rem;
351
- --sapField_BorderCornerRadius: 0;
352
- --sapField_Hover_Background: #000;
353
- --sapField_Hover_BorderColor: #fff;
354
- --sapField_Hover_HelpBackground: #000;
355
- --sapField_Active_BorderColor: #fff;
356
- --sapField_Focus_Background: #000;
357
- --sapField_Focus_BorderColor: #fff;
358
- --sapField_Focus_HelpBackground: #000;
359
- --sapField_ReadOnly_Background: #585858;
360
- --sapField_ReadOnly_BorderColor: #999;
361
- --sapField_ReadOnly_HelpBackground: #585858;
362
- --sapField_RequiredColor: #fff;
363
- --sapField_InvalidColor: #fff;
364
- --sapField_InvalidBackground: #7a5100;
365
- --sapField_InvalidBorderWidth: .125rem;
366
- --sapField_InvalidBorderStyle: dashed;
367
- --sapField_WarningColor: #fff;
368
- --sapField_WarningBackground: #000;
369
- --sapField_WarningBorderWidth: .125rem;
370
- --sapField_WarningBorderStyle: dashed;
371
- --sapField_SuccessColor: #fff;
372
- --sapField_SuccessBackground: #000;
373
- --sapField_SuccessBorderWidth: .0625rem;
374
- --sapField_SuccessBorderStyle: solid;
375
- --sapField_InformationColor: #fff;
376
- --sapField_InformationBackground: #000;
377
- --sapField_InformationBorderWidth: .0625rem;
378
- --sapField_InformationBorderStyle: dashed;
379
- --sapGroup_TitleBackground: #000;
380
- --sapGroup_TitleBorderColor: #fff;
381
- --sapGroup_TitleTextColor: #fff;
382
- --sapGroup_ContentBackground: #000;
383
- --sapGroup_ContentBorderColor: #fff;
384
- --sapGroup_BorderWidth: .0625rem;
385
- --sapGroup_BorderCornerRadius: 0;
386
- --sapGroup_FooterBackground: #000;
387
- --sapToolbar_Background: #000;
388
- --sapToolbar_SeparatorColor: #fff;
389
- --sapList_HeaderBackground: #000;
390
- --sapList_HeaderBorderColor: #fff;
391
- --sapList_HeaderTextColor: #fff;
392
- --sapList_BorderColor: #999;
393
- --sapList_TextColor: #fff;
394
- --sapList_Active_TextColor: #fff;
395
- --sapList_BorderWidth: .0625rem;
396
- --sapList_Active_Background: #7a5100;
397
- --sapList_SelectionBackgroundColor: #0f5d94;
398
- --sapList_SelectionBorderColor: #fff;
399
- --sapList_Hover_SelectionBackground: #7a5100;
400
- --sapList_Background: #000;
401
- --sapList_Hover_Background: #7a5100;
402
- --sapList_AlternatingBackground: #262626;
403
- --sapList_GroupHeaderBackground: #000;
404
- --sapList_GroupHeaderBorderColor: #fff;
405
- --sapList_GroupHeaderTextColor: #fff;
406
- --sapList_FooterBackground: #000;
407
- --sapList_FooterTextColor: #fff;
408
- --sapList_TableGroupHeaderBackground: #585858;
409
- --sapList_TableGroupHeaderBorderColor: #fff;
410
- --sapList_TableGroupHeaderTextColor: #fff;
411
- --sapList_TableFooterBorder: #fff;
412
- --sapList_TableFixedBorderColor: #fff;
413
- --sapList_Active_Background: #7a5100;
414
- --sapScrollBar_FaceColor: #999;
415
- --sapScrollBar_TrackColor: #000;
416
- --sapScrollBar_BorderColor: #999;
417
- --sapScrollBar_SymbolColor: #fff;
418
- --sapScrollBar_Dimension: .75rem;
419
- --sapScrollBar_Hover_FaceColor: #fff;
420
- --sapPageHeader_Background: #000;
421
- --sapPageHeader_BorderColor: #fff;
422
- --sapPageHeader_TextColor: #fff;
423
- --sapPageFooter_Background: #000;
424
- --sapPageFooter_BorderColor: #fff;
425
- --sapPageFooter_TextColor: #fff;
426
- --sapInfobar_Background: #000;
427
- --sapInfobar_Hover_Background: #7a5100;
428
- --sapInfobar_Active_Background: #7a5100;
429
- --sapInfobar_NonInteractive_Background: #585858;
430
- --sapInfobar_TextColor: #fff;
431
- --sapObjectHeader_Background: #000;
432
- --sapObjectHeader_BorderColor: #fff;
433
- --sapObjectHeader_Hover_Background: #7a5100;
434
- --sapBlockLayer_Background: #000;
435
- --sapTile_Background: #000;
436
- --sapTile_Hover_Background: #7a5100;
437
- --sapTile_Active_Background: #7a5100;
438
- --sapTile_BorderColor: #fff;
439
- --sapTile_TitleTextColor: #fff;
440
- --sapTile_TextColor: #fff;
441
- --sapTile_IconColor: #fff;
442
- --sapTile_SeparatorColor: #fff;
443
- --sapTile_Interactive_BorderColor: #fff;
444
- --sapTile_OverlayBackground: #000;
445
- --sapTile_OverlayForegroundColor: #fff;
446
- --sapAccentColor1: #ffc847;
447
- --sapAccentColor2: #ed884a;
448
- --sapAccentColor3: #db9292;
449
- --sapAccentColor4: #e269c9;
450
- --sapAccentColor5: #8ca7d5;
451
- --sapAccentColor6: #6bd3ff;
452
- --sapAccentColor7: #7fc6c6;
453
- --sapAccentColor8: #b2e484;
454
- --sapAccentColor9: #b995e0;
455
- --sapAccentColor10: #b0bcc5;
456
- --sapAccentBackgroundColor1: #fff3b8;
457
- --sapAccentBackgroundColor2: #ffd0e7;
458
- --sapAccentBackgroundColor3: #fff0fa;
459
- --sapAccentBackgroundColor4: #ffdcf3;
460
- --sapAccentBackgroundColor5: #ded3ff;
461
- --sapAccentBackgroundColor6: #d1efff;
462
- --sapAccentBackgroundColor7: #c2fcee;
463
- --sapAccentBackgroundColor8: #ebf5cb;
464
- --sapAccentBackgroundColor9: #dafdf5;
465
- --sapAccentBackgroundColor10: #eaecee;
466
- --sapLegend_WorkingBackground: #2e2e2e;
467
- --sapLegend_NonWorkingBackground: #4d4d4d;
468
- --sapLegend_CurrentDateTime: #e269c9;
469
- --sapLegendColor1: #ffc847;
470
- --sapLegendColor2: #ed884a;
471
- --sapLegendColor3: #db9292;
472
- --sapLegendColor4: #ff741f;
473
- --sapLegendColor5: #e269c9;
474
- --sapLegendColor6: #6bd3ff;
475
- --sapLegendColor7: #7fc6c6;
476
- --sapLegendColor8: #b2e484;
477
- --sapLegendColor9: #b0bcc5;
478
- --sapLegendColor10: #bb86b0;
479
- --sapLegendColor11: #ffe6ad;
480
- --sapLegendColor12: #cdaf9d;
481
- --sapLegendColor13: #ff8787;
482
- --sapLegendColor14: #ffb385;
483
- --sapLegendColor15: #ffb2ef;
484
- --sapLegendColor16: #9cabc5;
485
- --sapLegendColor17: #a4eeee;
486
- --sapLegendColor18: #8d9e7e;
487
- --sapLegendColor19: #addcf0;
488
- --sapLegendColor20: #629cff;
489
- --sapLegendBackgroundColor1: #000;
490
- --sapLegendBackgroundColor2: #000;
491
- --sapLegendBackgroundColor3: #000;
492
- --sapLegendBackgroundColor4: #000;
493
- --sapLegendBackgroundColor5: #000;
494
- --sapLegendBackgroundColor6: #000;
495
- --sapLegendBackgroundColor7: #000;
496
- --sapLegendBackgroundColor8: #000;
497
- --sapLegendBackgroundColor9: #000;
498
- --sapLegendBackgroundColor10: #000;
499
- --sapLegendBackgroundColor11: #000;
500
- --sapLegendBackgroundColor12: #000;
501
- --sapLegendBackgroundColor13: #000;
502
- --sapLegendBackgroundColor14: #000;
503
- --sapLegendBackgroundColor15: #000;
504
- --sapLegendBackgroundColor16: #000;
505
- --sapLegendBackgroundColor17: #000;
506
- --sapLegendBackgroundColor18: #000;
507
- --sapLegendBackgroundColor19: #000;
508
- --sapLegendBackgroundColor20: #000;
509
- --sapChart_OrderedColor_1: #4da2f6;
510
- --sapChart_OrderedColor_2: #e8743b;
511
- --sapChart_OrderedColor_3: #19a979;
512
- --sapChart_OrderedColor_4: #ed4a7b;
513
- --sapChart_OrderedColor_5: #945ecf;
514
- --sapChart_OrderedColor_6: #13a4b4;
515
- --sapChart_OrderedColor_7: #5c66f5;
516
- --sapChart_OrderedColor_8: #c63fa4;
517
- --sapChart_OrderedColor_9: #6c8893;
518
- --sapChart_OrderedColor_10: #ee6868;
519
- --sapChart_OrderedColor_11: #387bb7;
520
- --sapChart_Bad: #ff5e5e;
521
- --sapChart_Critical: #ffab1d;
522
- --sapChart_Good: #99cc99;
523
- --sapChart_Neutral: #fff;
524
- --sapChart_Sequence_1: #4da2f6;
525
- --sapChart_Sequence_2: #e8743b;
526
- --sapChart_Sequence_3: #19a979;
527
- --sapChart_Sequence_4: #ed4a7b;
528
- --sapChart_Sequence_5: #945ecf;
529
- --sapChart_Sequence_6: #13a4b4;
530
- --sapChart_Sequence_7: #5c66f5;
531
- --sapChart_Sequence_8: #c63fa4;
532
- --sapChart_Sequence_9: #6c8893;
533
- --sapChart_Sequence_10: #ee6868;
534
- --sapChart_Sequence_11: #387bb7;
535
- --sapChart_Sequence_Neutral: #fff;
536
- --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf');
537
- --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');
538
- --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');
539
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
540
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
541
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
542
- --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
543
- --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
544
- --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
545
- --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
546
- --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
547
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
548
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
549
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
550
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
551
- --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
552
- --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
553
- --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
554
- --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
555
- --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
556
- --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
557
- --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
558
- --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
559
- --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
560
- --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
561
- --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
562
- --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
563
- --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
564
- --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
565
- --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
566
- --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
567
- --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
568
- --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
569
- --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
570
- --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');
571
- --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');
572
- --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');
573
- --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');
574
- --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');
575
- }
576
- .background-image--sapCompanyLogo {
577
- background-image: var(--sapCompanyLogo);
578
- }
579
- .background-image--sapBackgroundImage {
580
- background-image: var(--sapBackgroundImage);
581
- }
582
- .background-image--sapShell_BackgroundImage {
583
- background-image: var(--sapShell_BackgroundImage);
584
- }
@@ -1 +0,0 @@
1
- @import "./css_variables.css";