@fundamental-styles/common-css 0.26.0-rc.4 → 0.26.0-rc.40

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