@fundamental-styles/common-css 0.26.0-rc.6 → 0.26.0-rc.7
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/dist/common-css.css +2 -2
- package/dist/sap-border-radius.css +1 -1
- package/dist/sap-colors.css +5 -0
- package/dist/sap-content-paddings.css +1 -1
- package/dist/sap-display.css +1 -1
- package/dist/sap-elevation.css +1 -1
- package/dist/sap-flex.css +1 -1
- package/dist/sap-margin.css +1 -1
- package/dist/sap-overflow.css +1 -1
- package/dist/sap-padding.css +1 -1
- package/dist/sap-shadow.css +1 -1
- package/dist/sap-sr-only.css +1 -1
- package/dist/sap-typography.css +1 -1
- package/dist/sass/_common-mixins.scss +604 -0
- package/package.json +1 -1
|
@@ -1067,3 +1067,607 @@ $sap-font-sizes: (
|
|
|
1067
1067
|
position: $position;
|
|
1068
1068
|
z-index: $index;
|
|
1069
1069
|
}
|
|
1070
|
+
|
|
1071
|
+
// COLORS
|
|
1072
|
+
/* stylelint-disable */
|
|
1073
|
+
$sap-colors:
|
|
1074
|
+
brandColor,
|
|
1075
|
+
highlightColor,
|
|
1076
|
+
baseColor,
|
|
1077
|
+
shellColor,
|
|
1078
|
+
backgroundColor,
|
|
1079
|
+
textColor,
|
|
1080
|
+
linkColor,
|
|
1081
|
+
link_Hover_Color,
|
|
1082
|
+
link_Active_Color,
|
|
1083
|
+
link_Visited_Color,
|
|
1084
|
+
link_InvertedColor,
|
|
1085
|
+
link_SubtleColor,
|
|
1086
|
+
selectedColor,
|
|
1087
|
+
activeColor,
|
|
1088
|
+
highlightTextColor,
|
|
1089
|
+
titleColor,
|
|
1090
|
+
negativeColor,
|
|
1091
|
+
criticalColor,
|
|
1092
|
+
positiveColor,
|
|
1093
|
+
informativeColor,
|
|
1094
|
+
neutralColor,
|
|
1095
|
+
negativeElementColor,
|
|
1096
|
+
criticalElementColor,
|
|
1097
|
+
positiveElementColor,
|
|
1098
|
+
informativeElementColor,
|
|
1099
|
+
neutralElementColor,
|
|
1100
|
+
negativeTextColor,
|
|
1101
|
+
positiveTextColor,
|
|
1102
|
+
criticalTextColor,
|
|
1103
|
+
informativeTextColor,
|
|
1104
|
+
neutralTextColor,
|
|
1105
|
+
neutralBorderColor,
|
|
1106
|
+
errorColor,
|
|
1107
|
+
errorBorderColor,
|
|
1108
|
+
warningColor,
|
|
1109
|
+
warningBorderColor,
|
|
1110
|
+
successColor,
|
|
1111
|
+
successBorderColor,
|
|
1112
|
+
informationColor,
|
|
1113
|
+
informationBorderColor,
|
|
1114
|
+
errorBackground,
|
|
1115
|
+
warningBackground,
|
|
1116
|
+
successBackground,
|
|
1117
|
+
informationBackground,
|
|
1118
|
+
neutralBackground,
|
|
1119
|
+
indicationColor_1,
|
|
1120
|
+
indicationColor_1_Background,
|
|
1121
|
+
indicationColor_1_BorderColor,
|
|
1122
|
+
indicationColor_1_Hover_Background,
|
|
1123
|
+
indicationColor_1_Active_Background,
|
|
1124
|
+
indicationColor_1_TextColor,
|
|
1125
|
+
indicationColor_2,
|
|
1126
|
+
indicationColor_2_Background,
|
|
1127
|
+
indicationColor_2_BorderColor,
|
|
1128
|
+
indicationColor_2_Hover_Background,
|
|
1129
|
+
indicationColor_2_Active_Background,
|
|
1130
|
+
indicationColor_2_TextColor,
|
|
1131
|
+
indicationColor_3,
|
|
1132
|
+
indicationColor_3_Background,
|
|
1133
|
+
indicationColor_3_BorderColor,
|
|
1134
|
+
indicationColor_3_Hover_Background,
|
|
1135
|
+
indicationColor_3_Active_Background,
|
|
1136
|
+
indicationColor_3_TextColor,
|
|
1137
|
+
indicationColor_4,
|
|
1138
|
+
indicationColor_4_Background,
|
|
1139
|
+
indicationColor_4_BorderColor,
|
|
1140
|
+
indicationColor_4_Hover_Background,
|
|
1141
|
+
indicationColor_4_Active_Background,
|
|
1142
|
+
indicationColor_4_TextColor,
|
|
1143
|
+
indicationColor_5,
|
|
1144
|
+
indicationColor_5_Background,
|
|
1145
|
+
indicationColor_5_BorderColor,
|
|
1146
|
+
indicationColor_5_Hover_Background,
|
|
1147
|
+
indicationColor_5_Active_Background,
|
|
1148
|
+
indicationColor_5_TextColor,
|
|
1149
|
+
indicationColor_6,
|
|
1150
|
+
indicationColor_6_Background,
|
|
1151
|
+
indicationColor_6_BorderColor,
|
|
1152
|
+
indicationColor_6_Hover_Background,
|
|
1153
|
+
indicationColor_6_Active_Background,
|
|
1154
|
+
indicationColor_6_TextColor,
|
|
1155
|
+
indicationColor_7,
|
|
1156
|
+
indicationColor_7_Background,
|
|
1157
|
+
indicationColor_7_BorderColor,
|
|
1158
|
+
indicationColor_7_Hover_Background,
|
|
1159
|
+
indicationColor_7_Active_Background,
|
|
1160
|
+
indicationColor_7_TextColor,
|
|
1161
|
+
indicationColor_8,
|
|
1162
|
+
indicationColor_8_Background,
|
|
1163
|
+
indicationColor_8_BorderColor,
|
|
1164
|
+
indicationColor_8_Hover_Background,
|
|
1165
|
+
indicationColor_8_Active_Background,
|
|
1166
|
+
indicationColor_8_TextColor,
|
|
1167
|
+
content_IconColor,
|
|
1168
|
+
content_ContrastIconColor,
|
|
1169
|
+
content_NonInteractiveIconColor,
|
|
1170
|
+
content_MarkerIconColor,
|
|
1171
|
+
content_MarkerTextColor,
|
|
1172
|
+
content_MeasureIndicatorColor,
|
|
1173
|
+
content_Selected_MeasureIndicatorColor,
|
|
1174
|
+
content_ImagePlaceholderBackground,
|
|
1175
|
+
content_ImagePlaceholderForegroundColor,
|
|
1176
|
+
content_RatedColor,
|
|
1177
|
+
content_UnratedColor,
|
|
1178
|
+
content_BusyColor,
|
|
1179
|
+
content_FocusColor,
|
|
1180
|
+
content_ContrastFocusColor,
|
|
1181
|
+
content_ShadowColor,
|
|
1182
|
+
content_ContrastShadowColor,
|
|
1183
|
+
content_SearchHighlightColor,
|
|
1184
|
+
content_HelpColor,
|
|
1185
|
+
content_LabelColor,
|
|
1186
|
+
content_ContrastTextColor,
|
|
1187
|
+
content_ForegroundColor,
|
|
1188
|
+
content_ForegroundBorderColor,
|
|
1189
|
+
content_ForegroundTextColor,
|
|
1190
|
+
content_BadgeBackground,
|
|
1191
|
+
content_BadgeTextColor,
|
|
1192
|
+
content_Placeholderloading_Background,
|
|
1193
|
+
content_DragAndDropActiveColor,
|
|
1194
|
+
content_Selected_Background,
|
|
1195
|
+
content_Selected_TextColor,
|
|
1196
|
+
content_Selected_Hover_Background,
|
|
1197
|
+
content_Selected_ForegroundColor,
|
|
1198
|
+
content_Illustrative_Color1,
|
|
1199
|
+
content_Illustrative_Color2,
|
|
1200
|
+
content_Illustrative_Color3,
|
|
1201
|
+
content_Illustrative_Color4,
|
|
1202
|
+
content_Illustrative_Color5,
|
|
1203
|
+
content_Illustrative_Color6,
|
|
1204
|
+
content_Illustrative_Color7,
|
|
1205
|
+
content_Illustrative_Color8,
|
|
1206
|
+
content_Illustrative_Color9,
|
|
1207
|
+
content_Illustrative_Color10,
|
|
1208
|
+
content_Illustrative_Color11,
|
|
1209
|
+
content_Illustrative_Color12,
|
|
1210
|
+
content_Illustrative_Color13,
|
|
1211
|
+
content_Illustrative_Color14,
|
|
1212
|
+
content_Illustrative_Color15,
|
|
1213
|
+
content_Illustrative_Color16,
|
|
1214
|
+
content_Illustrative_Color17,
|
|
1215
|
+
content_Illustrative_Color18,
|
|
1216
|
+
content_Illustrative_Color19,
|
|
1217
|
+
content_Illustrative_Color20,
|
|
1218
|
+
shell_Background,
|
|
1219
|
+
shell_BorderColor,
|
|
1220
|
+
shell_TextColor,
|
|
1221
|
+
shell_InteractiveBackground,
|
|
1222
|
+
shell_InteractiveTextColor,
|
|
1223
|
+
shell_InteractiveBorderColor,
|
|
1224
|
+
shell_GroupTitleTextColor,
|
|
1225
|
+
shell_Hover_Background,
|
|
1226
|
+
shell_Active_Background,
|
|
1227
|
+
shell_Active_TextColor,
|
|
1228
|
+
shell_Selected_Background,
|
|
1229
|
+
shell_Selected_TextColor,
|
|
1230
|
+
shell_Selected_Hover_Background,
|
|
1231
|
+
shell_Navigation_Background,
|
|
1232
|
+
shell_Navigation_SelectedColor,
|
|
1233
|
+
shell_Navigation_Selected_TextColor,
|
|
1234
|
+
shell_Navigation_TextColor,
|
|
1235
|
+
shell_Navigation_Hover_Background,
|
|
1236
|
+
shell_Navigation_Active_Background,
|
|
1237
|
+
shell_Navigation_Active_TextColor,
|
|
1238
|
+
shell_NegativeColor,
|
|
1239
|
+
shell_CriticalColor,
|
|
1240
|
+
shell_PositiveColor,
|
|
1241
|
+
shell_InformativeColor,
|
|
1242
|
+
shell_NeutralColor,
|
|
1243
|
+
avatar_1_Background,
|
|
1244
|
+
avatar_1_BorderColor,
|
|
1245
|
+
avatar_1_TextColor,
|
|
1246
|
+
avatar_2_Background,
|
|
1247
|
+
avatar_2_BorderColor,
|
|
1248
|
+
avatar_2_TextColor,
|
|
1249
|
+
avatar_3_Background,
|
|
1250
|
+
avatar_3_BorderColor,
|
|
1251
|
+
avatar_3_TextColor,
|
|
1252
|
+
avatar_4_Background,
|
|
1253
|
+
avatar_4_BorderColor,
|
|
1254
|
+
avatar_4_TextColor,
|
|
1255
|
+
avatar_5_Background,
|
|
1256
|
+
avatar_5_BorderColor,
|
|
1257
|
+
avatar_5_TextColor,
|
|
1258
|
+
avatar_6_Background,
|
|
1259
|
+
avatar_6_BorderColor,
|
|
1260
|
+
avatar_6_TextColor,
|
|
1261
|
+
avatar_7_Background,
|
|
1262
|
+
avatar_7_BorderColor,
|
|
1263
|
+
avatar_7_TextColor,
|
|
1264
|
+
avatar_8_Background,
|
|
1265
|
+
avatar_8_BorderColor,
|
|
1266
|
+
avatar_8_TextColor,
|
|
1267
|
+
avatar_9_Background,
|
|
1268
|
+
avatar_9_BorderColor,
|
|
1269
|
+
avatar_9_TextColor,
|
|
1270
|
+
avatar_10_Background,
|
|
1271
|
+
avatar_10_BorderColor,
|
|
1272
|
+
avatar_10_TextColor,
|
|
1273
|
+
button_Background,
|
|
1274
|
+
button_BorderColor,
|
|
1275
|
+
button_TextColor,
|
|
1276
|
+
button_Hover_Background,
|
|
1277
|
+
button_Hover_BorderColor,
|
|
1278
|
+
button_Hover_TextColor,
|
|
1279
|
+
button_IconColor,
|
|
1280
|
+
button_Active_Background,
|
|
1281
|
+
button_Active_BorderColor,
|
|
1282
|
+
button_Active_TextColor,
|
|
1283
|
+
button_Emphasized_Background,
|
|
1284
|
+
button_Emphasized_BorderColor,
|
|
1285
|
+
button_Emphasized_TextColor,
|
|
1286
|
+
button_Emphasized_Hover_Background,
|
|
1287
|
+
button_Emphasized_Hover_BorderColor,
|
|
1288
|
+
button_Emphasized_Hover_TextColor,
|
|
1289
|
+
button_Emphasized_Active_Background,
|
|
1290
|
+
button_Emphasized_Active_BorderColor,
|
|
1291
|
+
button_Emphasized_Active_TextColor,
|
|
1292
|
+
button_Reject_Background,
|
|
1293
|
+
button_Reject_BorderColor,
|
|
1294
|
+
button_Reject_Hover_Background,
|
|
1295
|
+
button_Reject_Hover_BorderColor,
|
|
1296
|
+
button_Reject_Hover_TextColor,
|
|
1297
|
+
button_Reject_Active_Background,
|
|
1298
|
+
button_Reject_Active_BorderColor,
|
|
1299
|
+
button_Reject_Active_TextColor,
|
|
1300
|
+
button_Reject_TextColor,
|
|
1301
|
+
button_Reject_Selected_Background,
|
|
1302
|
+
button_Reject_Selected_BorderColor,
|
|
1303
|
+
button_Reject_Selected_TextColor,
|
|
1304
|
+
button_Reject_Selected_Hover_Background,
|
|
1305
|
+
button_Reject_Selected_Hover_BorderColor,
|
|
1306
|
+
button_Accept_Background,
|
|
1307
|
+
button_Accept_BorderColor,
|
|
1308
|
+
button_Accept_Hover_Background,
|
|
1309
|
+
button_Accept_Hover_BorderColor,
|
|
1310
|
+
button_Accept_Hover_TextColor,
|
|
1311
|
+
button_Accept_Active_Background,
|
|
1312
|
+
button_Accept_Active_BorderColor,
|
|
1313
|
+
button_Accept_Active_TextColor,
|
|
1314
|
+
button_Accept_TextColor,
|
|
1315
|
+
button_Accept_Selected_Background,
|
|
1316
|
+
button_Accept_Selected_BorderColor,
|
|
1317
|
+
button_Accept_Selected_TextColor,
|
|
1318
|
+
button_Accept_Selected_Hover_Background,
|
|
1319
|
+
button_Accept_Selected_Hover_BorderColor,
|
|
1320
|
+
button_Lite_Background,
|
|
1321
|
+
button_Lite_BorderColor,
|
|
1322
|
+
button_Lite_TextColor,
|
|
1323
|
+
button_Lite_Hover_Background,
|
|
1324
|
+
button_Lite_Hover_BorderColor,
|
|
1325
|
+
button_Lite_Hover_TextColor,
|
|
1326
|
+
button_Lite_Active_Background,
|
|
1327
|
+
button_Lite_Active_BorderColor,
|
|
1328
|
+
button_Selected_Background,
|
|
1329
|
+
button_Selected_BorderColor,
|
|
1330
|
+
button_Selected_TextColor,
|
|
1331
|
+
button_Selected_Hover_Background,
|
|
1332
|
+
button_Selected_Hover_BorderColor,
|
|
1333
|
+
button_Attention_Background,
|
|
1334
|
+
button_Attention_BorderColor,
|
|
1335
|
+
button_Attention_TextColor,
|
|
1336
|
+
button_Attention_Hover_Background,
|
|
1337
|
+
button_Attention_Hover_BorderColor,
|
|
1338
|
+
button_Attention_Hover_TextColor,
|
|
1339
|
+
button_Attention_Active_Background,
|
|
1340
|
+
button_Attention_Active_BorderColor,
|
|
1341
|
+
button_Attention_Active_TextColor,
|
|
1342
|
+
button_Attention_Selected_Background,
|
|
1343
|
+
button_Attention_Selected_BorderColor,
|
|
1344
|
+
button_Attention_Selected_TextColor,
|
|
1345
|
+
button_Attention_Selected_Hover_Background,
|
|
1346
|
+
button_Attention_Selected_Hover_BorderColor,
|
|
1347
|
+
button_Negative_Background,
|
|
1348
|
+
button_Negative_BorderColor,
|
|
1349
|
+
button_Negative_TextColor,
|
|
1350
|
+
button_Negative_Hover_Background,
|
|
1351
|
+
button_Negative_Hover_BorderColor,
|
|
1352
|
+
button_Negative_Hover_TextColor,
|
|
1353
|
+
button_Negative_Active_Background,
|
|
1354
|
+
button_Negative_Active_BorderColor,
|
|
1355
|
+
button_Negative_Active_TextColor,
|
|
1356
|
+
button_Critical_Background,
|
|
1357
|
+
button_Critical_BorderColor,
|
|
1358
|
+
button_Critical_TextColor,
|
|
1359
|
+
button_Critical_Hover_Background,
|
|
1360
|
+
button_Critical_Hover_BorderColor,
|
|
1361
|
+
button_Critical_Hover_TextColor,
|
|
1362
|
+
button_Critical_Active_Background,
|
|
1363
|
+
button_Critical_Active_BorderColor,
|
|
1364
|
+
button_Critical_Active_TextColor,
|
|
1365
|
+
button_Success_Background,
|
|
1366
|
+
button_Success_BorderColor,
|
|
1367
|
+
button_Success_TextColor,
|
|
1368
|
+
button_Success_Hover_Background,
|
|
1369
|
+
button_Success_Hover_BorderColor,
|
|
1370
|
+
button_Success_Hover_TextColor,
|
|
1371
|
+
button_Success_Active_Background,
|
|
1372
|
+
button_Success_Active_BorderColor,
|
|
1373
|
+
button_Success_Active_TextColor,
|
|
1374
|
+
button_Information_Background,
|
|
1375
|
+
button_Information_BorderColor,
|
|
1376
|
+
button_Information_TextColor,
|
|
1377
|
+
button_Information_Hover_Background,
|
|
1378
|
+
button_Information_Hover_BorderColor,
|
|
1379
|
+
button_Information_Hover_TextColor,
|
|
1380
|
+
button_Information_Active_Background,
|
|
1381
|
+
button_Information_Active_BorderColor,
|
|
1382
|
+
button_Information_Active_TextColor,
|
|
1383
|
+
button_Neutral_Background,
|
|
1384
|
+
button_Neutral_BorderColor,
|
|
1385
|
+
button_Neutral_TextColor,
|
|
1386
|
+
button_Neutral_Hover_Background,
|
|
1387
|
+
button_Neutral_Hover_BorderColor,
|
|
1388
|
+
button_Neutral_Hover_TextColor,
|
|
1389
|
+
button_Neutral_Active_Background,
|
|
1390
|
+
button_Neutral_Active_BorderColor,
|
|
1391
|
+
button_Neutral_Active_TextColor,
|
|
1392
|
+
button_Track_Background,
|
|
1393
|
+
button_Track_BorderColor,
|
|
1394
|
+
button_Track_TextColor,
|
|
1395
|
+
button_Track_Hover_Background,
|
|
1396
|
+
button_Track_Hover_BorderColor,
|
|
1397
|
+
button_Track_Selected_Background,
|
|
1398
|
+
button_Track_Selected_BorderColor,
|
|
1399
|
+
button_Track_Selected_TextColor,
|
|
1400
|
+
button_Track_Selected_Hover_Background,
|
|
1401
|
+
button_Track_Selected_Hover_BorderColor,
|
|
1402
|
+
button_Handle_Background,
|
|
1403
|
+
button_Handle_BorderColor,
|
|
1404
|
+
button_Handle_TextColor,
|
|
1405
|
+
button_Handle_Hover_Background,
|
|
1406
|
+
button_Handle_Hover_BorderColor,
|
|
1407
|
+
button_Handle_Selected_Background,
|
|
1408
|
+
button_Handle_Selected_BorderColor,
|
|
1409
|
+
button_Handle_Selected_TextColor,
|
|
1410
|
+
button_Handle_Selected_Hover_Background,
|
|
1411
|
+
button_Handle_Selected_Hover_BorderColor,
|
|
1412
|
+
button_Track_Negative_Background,
|
|
1413
|
+
button_Track_Negative_BorderColor,
|
|
1414
|
+
button_Track_Negative_TextColor,
|
|
1415
|
+
button_Track_Negative_Hover_Background,
|
|
1416
|
+
button_Track_Negative_Hover_BorderColor,
|
|
1417
|
+
button_Handle_Negative_Background,
|
|
1418
|
+
button_Handle_Negative_BorderColor,
|
|
1419
|
+
button_Handle_Negative_TextColor,
|
|
1420
|
+
button_Handle_Negative_Hover_Background,
|
|
1421
|
+
button_Handle_Negative_Hover_BorderColor,
|
|
1422
|
+
button_Track_Positive_Background,
|
|
1423
|
+
button_Track_Positive_BorderColor,
|
|
1424
|
+
button_Track_Positive_TextColor,
|
|
1425
|
+
button_Track_Positive_Hover_Background,
|
|
1426
|
+
button_Track_Positive_Hover_BorderColor,
|
|
1427
|
+
button_Handle_Positive_Background,
|
|
1428
|
+
button_Handle_Positive_BorderColor,
|
|
1429
|
+
button_Handle_Positive_TextColor,
|
|
1430
|
+
button_Handle_Positive_Hover_Background,
|
|
1431
|
+
button_Handle_Positive_Hover_BorderColor,
|
|
1432
|
+
button_TokenBackground,
|
|
1433
|
+
button_TokenBorderColor,
|
|
1434
|
+
field_Background,
|
|
1435
|
+
field_TextColor,
|
|
1436
|
+
field_PlaceholderTextColor,
|
|
1437
|
+
field_BorderColor,
|
|
1438
|
+
field_HelpBackground,
|
|
1439
|
+
field_Hover_Background,
|
|
1440
|
+
field_Hover_BorderColor,
|
|
1441
|
+
field_Hover_HelpBackground,
|
|
1442
|
+
field_Active_BorderColor,
|
|
1443
|
+
field_Focus_Background,
|
|
1444
|
+
field_Focus_BorderColor,
|
|
1445
|
+
field_Focus_HelpBackground,
|
|
1446
|
+
field_ReadOnly_BorderColor,
|
|
1447
|
+
field_ReadOnly_HelpBackground,
|
|
1448
|
+
field_RequiredColor,
|
|
1449
|
+
field_InvalidColor,
|
|
1450
|
+
field_InvalidBackground,
|
|
1451
|
+
field_WarningColor,
|
|
1452
|
+
field_WarningBackground,
|
|
1453
|
+
field_SuccessColor,
|
|
1454
|
+
field_SuccessBackground,
|
|
1455
|
+
field_InformationColor,
|
|
1456
|
+
field_InformationBackground,
|
|
1457
|
+
group_TitleBackground,
|
|
1458
|
+
group_TitleBorderColor,
|
|
1459
|
+
group_TitleTextColor,
|
|
1460
|
+
group_ContentBackground,
|
|
1461
|
+
group_ContentBorderColor,
|
|
1462
|
+
group_FooterBackground,
|
|
1463
|
+
toolbar_Background,
|
|
1464
|
+
toolbar_SeparatorColor,
|
|
1465
|
+
list_HeaderBackground,
|
|
1466
|
+
list_HeaderBorderColor,
|
|
1467
|
+
list_HeaderTextColor,
|
|
1468
|
+
list_BorderColor,
|
|
1469
|
+
list_TextColor,
|
|
1470
|
+
list_Active_TextColor,
|
|
1471
|
+
list_Active_Background,
|
|
1472
|
+
list_SelectionBackgroundColor,
|
|
1473
|
+
list_SelectionBorderColor,
|
|
1474
|
+
list_Hover_SelectionBackground,
|
|
1475
|
+
list_Background,
|
|
1476
|
+
list_Hover_Background,
|
|
1477
|
+
list_AlternatingBackground,
|
|
1478
|
+
list_GroupHeaderBackground,
|
|
1479
|
+
list_GroupHeaderBorderColor,
|
|
1480
|
+
list_GroupHeaderTextColor,
|
|
1481
|
+
list_FooterBackground,
|
|
1482
|
+
list_FooterTextColor,
|
|
1483
|
+
list_TableGroupHeaderBackground,
|
|
1484
|
+
list_TableGroupHeaderBorderColor,
|
|
1485
|
+
list_TableGroupHeaderTextColor,
|
|
1486
|
+
list_TableFooterBorder,
|
|
1487
|
+
list_TableFixedBorderColor,
|
|
1488
|
+
message_ErrorBorderColor,
|
|
1489
|
+
message_WarningBorderColor,
|
|
1490
|
+
message_SuccessBorderColor,
|
|
1491
|
+
message_InformationBorderColor,
|
|
1492
|
+
progress_Background,
|
|
1493
|
+
progress_BorderColor,
|
|
1494
|
+
progress_TextColor,
|
|
1495
|
+
progress_NegativeBackground,
|
|
1496
|
+
progress_NegativeBorderColor,
|
|
1497
|
+
progress_NegativeTextColor,
|
|
1498
|
+
progress_CriticalBackground,
|
|
1499
|
+
progress_CriticalBorderColor,
|
|
1500
|
+
progress_CriticalTextColor,
|
|
1501
|
+
progress_PositiveBackground,
|
|
1502
|
+
progress_PositiveBorderColor,
|
|
1503
|
+
progress_PositiveTextColor,
|
|
1504
|
+
progress_InformationBackground,
|
|
1505
|
+
progress_InformationBorderColor,
|
|
1506
|
+
progress_InformationTextColor,
|
|
1507
|
+
progress_Value_Background,
|
|
1508
|
+
progress_Value_BorderColor,
|
|
1509
|
+
progress_Value_TextColor,
|
|
1510
|
+
progress_Value_NegativeBackground,
|
|
1511
|
+
progress_Value_NegativeBorderColor,
|
|
1512
|
+
progress_Value_NegativeTextColor,
|
|
1513
|
+
progress_Value_CriticalBackground,
|
|
1514
|
+
progress_Value_CriticalBorderColor,
|
|
1515
|
+
progress_Value_CriticalTextColor,
|
|
1516
|
+
progress_Value_PositiveBackground,
|
|
1517
|
+
progress_Value_PositiveBorderColor,
|
|
1518
|
+
progress_Value_PositiveTextColor,
|
|
1519
|
+
progress_Value_InformationBackground,
|
|
1520
|
+
progress_Value_InformationBorderColor,
|
|
1521
|
+
progress_Value_InformationTextColor,
|
|
1522
|
+
scrollBar_FaceColor,
|
|
1523
|
+
scrollBar_TrackColor,
|
|
1524
|
+
scrollBar_BorderColor,
|
|
1525
|
+
scrollBar_SymbolColor,
|
|
1526
|
+
scrollBar_Hover_FaceColor,
|
|
1527
|
+
slider_Background,
|
|
1528
|
+
slider_BorderColor,
|
|
1529
|
+
slider_Selected_Background,
|
|
1530
|
+
slider_Selected_BorderColor,
|
|
1531
|
+
slider_HandleBackground,
|
|
1532
|
+
slider_HandleBorderColor,
|
|
1533
|
+
slider_RangeHandleBackground,
|
|
1534
|
+
slider_Hover_HandleBackground,
|
|
1535
|
+
slider_Hover_HandleBorderColor,
|
|
1536
|
+
slider_Hover_RangeHandleBackground,
|
|
1537
|
+
slider_Active_HandleBackground,
|
|
1538
|
+
slider_Active_HandleBorderColor,
|
|
1539
|
+
slider_Active_RangeHandleBackground,
|
|
1540
|
+
pageHeader_Background,
|
|
1541
|
+
pageHeader_BorderColor,
|
|
1542
|
+
pageHeader_TextColor,
|
|
1543
|
+
pageFooter_Background,
|
|
1544
|
+
pageFooter_BorderColor,
|
|
1545
|
+
pageFooter_TextColor,
|
|
1546
|
+
infobar_Background,
|
|
1547
|
+
infobar_Hover_Background,
|
|
1548
|
+
infobar_Active_Background,
|
|
1549
|
+
infobar_NonInteractive_Background,
|
|
1550
|
+
infobar_TextColor,
|
|
1551
|
+
objectHeader_Background,
|
|
1552
|
+
objectHeader_BorderColor,
|
|
1553
|
+
objectHeader_Hover_Background,
|
|
1554
|
+
objectHeader_Title_TextColor,
|
|
1555
|
+
objectHeader_Subtitle_TextColor,
|
|
1556
|
+
blockLayer_Background,
|
|
1557
|
+
tile_Background,
|
|
1558
|
+
tile_Hover_Background,
|
|
1559
|
+
tile_Active_Background,
|
|
1560
|
+
tile_BorderColor,
|
|
1561
|
+
tile_TitleTextColor,
|
|
1562
|
+
tile_TextColor,
|
|
1563
|
+
tile_IconColor,
|
|
1564
|
+
tile_SeparatorColor,
|
|
1565
|
+
tile_Interactive_BorderColor,
|
|
1566
|
+
tile_OverlayBackground,
|
|
1567
|
+
tile_OverlayForegroundColor,
|
|
1568
|
+
accentColor1,
|
|
1569
|
+
accentColor2,
|
|
1570
|
+
accentColor3,
|
|
1571
|
+
accentColor4,
|
|
1572
|
+
accentColor5,
|
|
1573
|
+
accentColor6,
|
|
1574
|
+
accentColor7,
|
|
1575
|
+
accentColor8,
|
|
1576
|
+
accentColor9,
|
|
1577
|
+
accentColor10,
|
|
1578
|
+
accentBackgroundColor1,
|
|
1579
|
+
accentBackgroundColor2,
|
|
1580
|
+
accentBackgroundColor3,
|
|
1581
|
+
accentBackgroundColor4,
|
|
1582
|
+
accentBackgroundColor5,
|
|
1583
|
+
accentBackgroundColor6,
|
|
1584
|
+
accentBackgroundColor7,
|
|
1585
|
+
accentBackgroundColor8,
|
|
1586
|
+
accentBackgroundColor9,
|
|
1587
|
+
accentBackgroundColor10,
|
|
1588
|
+
legend_WorkingBackground,
|
|
1589
|
+
legend_NonWorkingBackground,
|
|
1590
|
+
legend_CurrentDateTime,
|
|
1591
|
+
legendColor1,
|
|
1592
|
+
legendColor2,
|
|
1593
|
+
legendColor3,
|
|
1594
|
+
legendColor4,
|
|
1595
|
+
legendColor5,
|
|
1596
|
+
legendColor6,
|
|
1597
|
+
legendColor7,
|
|
1598
|
+
legendColor8,
|
|
1599
|
+
legendColor9,
|
|
1600
|
+
legendColor10,
|
|
1601
|
+
legendColor11,
|
|
1602
|
+
legendColor12,
|
|
1603
|
+
legendColor13,
|
|
1604
|
+
legendColor14,
|
|
1605
|
+
legendColor15,
|
|
1606
|
+
legendColor16,
|
|
1607
|
+
legendColor17,
|
|
1608
|
+
legendColor18,
|
|
1609
|
+
legendColor19,
|
|
1610
|
+
legendColor20,
|
|
1611
|
+
legendBackgroundColor1,
|
|
1612
|
+
legendBackgroundColor2,
|
|
1613
|
+
legendBackgroundColor3,
|
|
1614
|
+
legendBackgroundColor4,
|
|
1615
|
+
legendBackgroundColor5,
|
|
1616
|
+
legendBackgroundColor6,
|
|
1617
|
+
legendBackgroundColor7,
|
|
1618
|
+
legendBackgroundColor8,
|
|
1619
|
+
legendBackgroundColor9,
|
|
1620
|
+
legendBackgroundColor10,
|
|
1621
|
+
legendBackgroundColor11,
|
|
1622
|
+
legendBackgroundColor12,
|
|
1623
|
+
legendBackgroundColor13,
|
|
1624
|
+
legendBackgroundColor14,
|
|
1625
|
+
legendBackgroundColor15,
|
|
1626
|
+
legendBackgroundColor16,
|
|
1627
|
+
legendBackgroundColor17,
|
|
1628
|
+
legendBackgroundColor18,
|
|
1629
|
+
legendBackgroundColor19,
|
|
1630
|
+
legendBackgroundColor20,
|
|
1631
|
+
chart_OrderedColor_1,
|
|
1632
|
+
chart_OrderedColor_2,
|
|
1633
|
+
chart_OrderedColor_3,
|
|
1634
|
+
chart_OrderedColor_4,
|
|
1635
|
+
chart_OrderedColor_5,
|
|
1636
|
+
chart_OrderedColor_6,
|
|
1637
|
+
chart_OrderedColor_7,
|
|
1638
|
+
chart_OrderedColor_8,
|
|
1639
|
+
chart_OrderedColor_9,
|
|
1640
|
+
chart_OrderedColor_10,
|
|
1641
|
+
chart_OrderedColor_11,
|
|
1642
|
+
chart_Bad,
|
|
1643
|
+
chart_Critical,
|
|
1644
|
+
chart_Good,
|
|
1645
|
+
chart_Neutral,
|
|
1646
|
+
chart_Sequence_1,
|
|
1647
|
+
chart_Sequence_2,
|
|
1648
|
+
chart_Sequence_3,
|
|
1649
|
+
chart_Sequence_4,
|
|
1650
|
+
chart_Sequence_5,
|
|
1651
|
+
chart_Sequence_6,
|
|
1652
|
+
chart_Sequence_7,
|
|
1653
|
+
chart_Sequence_8,
|
|
1654
|
+
chart_Sequence_9,
|
|
1655
|
+
chart_Sequence_10,
|
|
1656
|
+
chart_Sequence_11,
|
|
1657
|
+
chart_Sequence_Neutral;
|
|
1658
|
+
|
|
1659
|
+
@function capitalize($string) {
|
|
1660
|
+
@return to-upper-case(str-slice($string, 1, 1)) + str-slice($string, 2);
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
@mixin sap-color($color) {
|
|
1664
|
+
$colorVar: --sap + capitalize($color);
|
|
1665
|
+
|
|
1666
|
+
color: var($colorVar);
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
@mixin sap-bg-color($color) {
|
|
1670
|
+
$bgColorVar: --sap + capitalize($color);
|
|
1671
|
+
|
|
1672
|
+
background-color: var($bgColorVar);
|
|
1673
|
+
}
|
package/package.json
CHANGED