@carbon/themes 11.29.0-rc.0 → 11.29.1
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/es/index.js +189 -39
- package/lib/index.js +200 -37
- package/package.json +2 -2
- package/scss/generated/_themes.scss +58 -6
- package/scss/generated/_tokens.scss +43 -0
- package/src/g10.js +29 -5
- package/src/g100.js +28 -5
- package/src/g90.js +29 -5
- package/src/tokens/v11TokenGroup.js +16 -0
- package/src/white.js +29 -5
- package/umd/index.js +200 -37
package/lib/index.js
CHANGED
|
@@ -696,10 +696,6 @@ var slugGradient$3 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").co
|
|
|
696
696
|
var slugBackgroundHover$3 = colors$1.gray60;
|
|
697
697
|
var slugGradientHover$3 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").concat(colors$1.gray20Hover, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
698
698
|
var slugHollowHover$3 = colors$1.gray80Hover;
|
|
699
|
-
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
700
|
-
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
701
|
-
var slugCalloutAuraStart$3 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
702
|
-
var slugCalloutAuraEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
703
699
|
var slugCalloutGradientTopHover$3 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
704
700
|
var slugCalloutGradientBottomHover$3 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
705
701
|
var slugCalloutAuraStartHover01$3 = colors$1.rgba(colors$1.white, 0.5);
|
|
@@ -710,11 +706,38 @@ var slugCalloutGradientTopSelected$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
|
710
706
|
var slugCalloutGradientBottomSelected$3 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
711
707
|
var slugCalloutAuraStartSelected$3 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
712
708
|
var slugCalloutAuraEndSelected$3 = colors$1.rgba(colors$1.white, 0);
|
|
713
|
-
|
|
709
|
+
|
|
710
|
+
//// Phase 2 - new \\\\
|
|
711
|
+
// Shared
|
|
712
|
+
var aiInnerShadow$3 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
713
|
+
var aiAuraStart$3 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
714
|
+
var aiAuraEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
715
|
+
var aiBorderStrong$3 = colors$1.blue50;
|
|
716
|
+
var aiBorderStart$3 = colors$1.blue40;
|
|
717
|
+
var aiBorderEnd$3 = colors$1.blue20;
|
|
718
|
+
var aiDropShadow$3 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
719
|
+
|
|
720
|
+
// Callout
|
|
721
|
+
var slugCalloutShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
722
|
+
var slugCalloutShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
723
|
+
|
|
724
|
+
//// Changed
|
|
725
|
+
var slugCalloutAuraStart$3 = aiAuraStart$3;
|
|
726
|
+
var slugCalloutAuraEnd$3 = aiAuraEnd$3;
|
|
727
|
+
|
|
728
|
+
//// Not used in phase 2 / possibly remove?
|
|
729
|
+
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
730
|
+
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
714
731
|
var aiGradientStart01$3 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
715
732
|
var aiGradientStart02$3 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
716
733
|
var aiGradientEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
717
734
|
|
|
735
|
+
// One off tokens for caret
|
|
736
|
+
var slugCalloutCaretCenter$3 = '#A7C7FF';
|
|
737
|
+
var slugCalloutCaretBottom$3 = colors$1.blue20;
|
|
738
|
+
var slugCalloutCaretBottomBackgroundActions$3 = '#DAE5F8';
|
|
739
|
+
var slugCalloutCaretBottomBackground$3 = '#D5E5FF';
|
|
740
|
+
|
|
718
741
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
719
742
|
__proto__: null,
|
|
720
743
|
background: background$8,
|
|
@@ -822,10 +845,6 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
822
845
|
slugBackgroundHover: slugBackgroundHover$3,
|
|
823
846
|
slugGradientHover: slugGradientHover$3,
|
|
824
847
|
slugHollowHover: slugHollowHover$3,
|
|
825
|
-
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
826
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
827
|
-
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
828
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
829
848
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$3,
|
|
830
849
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$3,
|
|
831
850
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$3,
|
|
@@ -836,9 +855,26 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
836
855
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$3,
|
|
837
856
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$3,
|
|
838
857
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$3,
|
|
858
|
+
aiInnerShadow: aiInnerShadow$3,
|
|
859
|
+
aiAuraStart: aiAuraStart$3,
|
|
860
|
+
aiAuraEnd: aiAuraEnd$3,
|
|
861
|
+
aiBorderStrong: aiBorderStrong$3,
|
|
862
|
+
aiBorderStart: aiBorderStart$3,
|
|
863
|
+
aiBorderEnd: aiBorderEnd$3,
|
|
864
|
+
aiDropShadow: aiDropShadow$3,
|
|
865
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
866
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
867
|
+
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
868
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
869
|
+
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
870
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
839
871
|
aiGradientStart01: aiGradientStart01$3,
|
|
840
872
|
aiGradientStart02: aiGradientStart02$3,
|
|
841
873
|
aiGradientEnd: aiGradientEnd$3,
|
|
874
|
+
slugCalloutCaretCenter: slugCalloutCaretCenter$3,
|
|
875
|
+
slugCalloutCaretBottom: slugCalloutCaretBottom$3,
|
|
876
|
+
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$3,
|
|
877
|
+
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$3,
|
|
842
878
|
caption01: type$2.caption01,
|
|
843
879
|
caption02: type$2.caption02,
|
|
844
880
|
label01: type$2.label01,
|
|
@@ -1083,10 +1119,6 @@ var slugGradient$2 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").co
|
|
|
1083
1119
|
var slugBackgroundHover$2 = colors$1.gray60;
|
|
1084
1120
|
var slugGradientHover$2 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").concat(colors$1.gray20Hover, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1085
1121
|
var slugHollowHover$2 = colors$1.gray80Hover;
|
|
1086
|
-
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1087
|
-
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1088
|
-
var slugCalloutAuraStart$2 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
1089
|
-
var slugCalloutAuraEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1090
1122
|
var slugCalloutGradientTopHover$2 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
1091
1123
|
var slugCalloutGradientBottomHover$2 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
1092
1124
|
var slugCalloutAuraStartHover01$2 = colors$1.rgba(colors$1.white, 0.5);
|
|
@@ -1097,11 +1129,38 @@ var slugCalloutGradientTopSelected$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
|
1097
1129
|
var slugCalloutGradientBottomSelected$2 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
1098
1130
|
var slugCalloutAuraStartSelected$2 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
1099
1131
|
var slugCalloutAuraEndSelected$2 = colors$1.rgba(colors$1.white, 0);
|
|
1100
|
-
|
|
1132
|
+
|
|
1133
|
+
//// Phase 2 - new \\\\
|
|
1134
|
+
// Shared
|
|
1135
|
+
var aiInnerShadow$2 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1136
|
+
var aiAuraStart$2 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1137
|
+
var aiAuraEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1138
|
+
var aiBorderStrong$2 = colors$1.blue50;
|
|
1139
|
+
var aiBorderStart$2 = colors$1.blue40;
|
|
1140
|
+
var aiBorderEnd$2 = colors$1.blue20;
|
|
1141
|
+
var aiDropShadow$2 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
1142
|
+
|
|
1143
|
+
// Callout
|
|
1144
|
+
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1145
|
+
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1146
|
+
|
|
1147
|
+
//// Changed
|
|
1148
|
+
var slugCalloutAuraStart$2 = aiAuraStart$2;
|
|
1149
|
+
var slugCalloutAuraEnd$2 = aiAuraEnd$2;
|
|
1150
|
+
|
|
1151
|
+
//// Not used in phase 2 / possibly remove?
|
|
1152
|
+
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1153
|
+
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1101
1154
|
var aiGradientStart01$2 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
1102
1155
|
var aiGradientStart02$2 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
1103
1156
|
var aiGradientEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1104
1157
|
|
|
1158
|
+
// One off tokens for caret
|
|
1159
|
+
var slugCalloutCaretCenter$2 = '#A7C7FF';
|
|
1160
|
+
var slugCalloutCaretBottom$2 = colors$1.blue20;
|
|
1161
|
+
var slugCalloutCaretBottomBackgroundActions$2 = '#D2DCEE';
|
|
1162
|
+
var slugCalloutCaretBottomBackground$2 = '#CCDBF8';
|
|
1163
|
+
|
|
1105
1164
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1106
1165
|
__proto__: null,
|
|
1107
1166
|
background: background$7,
|
|
@@ -1209,10 +1268,6 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1209
1268
|
slugBackgroundHover: slugBackgroundHover$2,
|
|
1210
1269
|
slugGradientHover: slugGradientHover$2,
|
|
1211
1270
|
slugHollowHover: slugHollowHover$2,
|
|
1212
|
-
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1213
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1214
|
-
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1215
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1216
1271
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$2,
|
|
1217
1272
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$2,
|
|
1218
1273
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$2,
|
|
@@ -1223,9 +1278,26 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1223
1278
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$2,
|
|
1224
1279
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$2,
|
|
1225
1280
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$2,
|
|
1281
|
+
aiInnerShadow: aiInnerShadow$2,
|
|
1282
|
+
aiAuraStart: aiAuraStart$2,
|
|
1283
|
+
aiAuraEnd: aiAuraEnd$2,
|
|
1284
|
+
aiBorderStrong: aiBorderStrong$2,
|
|
1285
|
+
aiBorderStart: aiBorderStart$2,
|
|
1286
|
+
aiBorderEnd: aiBorderEnd$2,
|
|
1287
|
+
aiDropShadow: aiDropShadow$2,
|
|
1288
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1289
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1290
|
+
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1291
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1292
|
+
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1293
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1226
1294
|
aiGradientStart01: aiGradientStart01$2,
|
|
1227
1295
|
aiGradientStart02: aiGradientStart02$2,
|
|
1228
1296
|
aiGradientEnd: aiGradientEnd$2,
|
|
1297
|
+
slugCalloutCaretCenter: slugCalloutCaretCenter$2,
|
|
1298
|
+
slugCalloutCaretBottom: slugCalloutCaretBottom$2,
|
|
1299
|
+
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$2,
|
|
1300
|
+
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$2,
|
|
1229
1301
|
caption01: type$2.caption01,
|
|
1230
1302
|
caption02: type$2.caption02,
|
|
1231
1303
|
label01: type$2.label01,
|
|
@@ -1470,10 +1542,6 @@ var slugGradient$1 = "".concat(colors$1.gray50, " linear-gradient(135deg, ").con
|
|
|
1470
1542
|
var slugBackgroundHover$1 = colors$1.gray20;
|
|
1471
1543
|
var slugGradientHover$1 = "".concat(colors$1.gray40, " linear-gradient(135deg, ").concat(colors$1.white, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1472
1544
|
var slugHollowHover$1 = colors$1.gray30Hover;
|
|
1473
|
-
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1474
|
-
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1475
|
-
var slugCalloutAuraStart$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1476
|
-
var slugCalloutAuraEnd$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1477
1545
|
var slugCalloutGradientTopHover$1 = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1478
1546
|
var slugCalloutGradientBottomHover$1 = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1479
1547
|
var slugCalloutAuraStartHover01$1 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
@@ -1484,11 +1552,38 @@ var slugCalloutGradientTopSelected$1 = colors$1.rgba(colors$1.gray80, 0.85);
|
|
|
1484
1552
|
var slugCalloutGradientBottomSelected$1 = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1485
1553
|
var slugCalloutAuraStartSelected$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1486
1554
|
var slugCalloutAuraEndSelected$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1487
|
-
|
|
1555
|
+
|
|
1556
|
+
//// Phase 2 - new \\\\
|
|
1557
|
+
// Shared
|
|
1558
|
+
var aiInnerShadow$1 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1559
|
+
var aiAuraStart$1 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1560
|
+
var aiAuraEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1561
|
+
var aiBorderStrong$1 = colors$1.blue40;
|
|
1562
|
+
var aiBorderStart$1 = colors$1.blue50;
|
|
1563
|
+
var aiBorderEnd$1 = colors$1.rgba(colors$1.blue30, 0.24);
|
|
1564
|
+
var aiDropShadow$1 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
1565
|
+
|
|
1566
|
+
// Callout
|
|
1567
|
+
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1568
|
+
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1569
|
+
|
|
1570
|
+
//// Changed
|
|
1571
|
+
var slugCalloutAuraStart$1 = aiAuraStart$1;
|
|
1572
|
+
var slugCalloutAuraEnd$1 = aiAuraEnd$1;
|
|
1573
|
+
|
|
1574
|
+
//// Not used in phase 2 / possibly remove?
|
|
1575
|
+
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1576
|
+
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1488
1577
|
var aiGradientStart01$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1489
1578
|
var aiGradientStart02$1 = 'transparent';
|
|
1490
1579
|
var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
|
|
1491
1580
|
|
|
1581
|
+
// One off tokens for caret
|
|
1582
|
+
var slugCalloutCaretCenter$1 = '#456FB5';
|
|
1583
|
+
var slugCalloutCaretBottom$1 = '#465060';
|
|
1584
|
+
var slugCalloutCaretBottomBackgroundActions$1 = '#253042';
|
|
1585
|
+
var slugCalloutCaretBottomBackground$1 = '#2D3F5C';
|
|
1586
|
+
|
|
1492
1587
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1493
1588
|
__proto__: null,
|
|
1494
1589
|
background: background$6,
|
|
@@ -1596,10 +1691,6 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1596
1691
|
slugBackgroundHover: slugBackgroundHover$1,
|
|
1597
1692
|
slugGradientHover: slugGradientHover$1,
|
|
1598
1693
|
slugHollowHover: slugHollowHover$1,
|
|
1599
|
-
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1600
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1601
|
-
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1602
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1603
1694
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$1,
|
|
1604
1695
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$1,
|
|
1605
1696
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$1,
|
|
@@ -1610,9 +1701,26 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1610
1701
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$1,
|
|
1611
1702
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$1,
|
|
1612
1703
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$1,
|
|
1704
|
+
aiInnerShadow: aiInnerShadow$1,
|
|
1705
|
+
aiAuraStart: aiAuraStart$1,
|
|
1706
|
+
aiAuraEnd: aiAuraEnd$1,
|
|
1707
|
+
aiBorderStrong: aiBorderStrong$1,
|
|
1708
|
+
aiBorderStart: aiBorderStart$1,
|
|
1709
|
+
aiBorderEnd: aiBorderEnd$1,
|
|
1710
|
+
aiDropShadow: aiDropShadow$1,
|
|
1711
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1712
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1713
|
+
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1714
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1715
|
+
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1716
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1613
1717
|
aiGradientStart01: aiGradientStart01$1,
|
|
1614
1718
|
aiGradientStart02: aiGradientStart02$1,
|
|
1615
1719
|
aiGradientEnd: aiGradientEnd$1,
|
|
1720
|
+
slugCalloutCaretCenter: slugCalloutCaretCenter$1,
|
|
1721
|
+
slugCalloutCaretBottom: slugCalloutCaretBottom$1,
|
|
1722
|
+
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$1,
|
|
1723
|
+
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$1,
|
|
1616
1724
|
caption01: type$2.caption01,
|
|
1617
1725
|
caption02: type$2.caption02,
|
|
1618
1726
|
label01: type$2.label01,
|
|
@@ -1857,10 +1965,6 @@ var slugGradient = "".concat(colors$1.gray50, " linear-gradient(135deg, ").conca
|
|
|
1857
1965
|
var slugBackgroundHover = colors$1.gray20;
|
|
1858
1966
|
var slugGradientHover = "".concat(colors$1.gray40, " linear-gradient(135deg, ").concat(colors$1.white, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1859
1967
|
var slugHollowHover = colors$1.gray30Hover;
|
|
1860
|
-
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1861
|
-
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1862
|
-
var slugCalloutAuraStart = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1863
|
-
var slugCalloutAuraEnd = colors$1.rgba(colors$1.gray100, 0);
|
|
1864
1968
|
var slugCalloutGradientTopHover = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1865
1969
|
var slugCalloutGradientBottomHover = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1866
1970
|
var slugCalloutAuraStartHover01 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
@@ -1871,11 +1975,38 @@ var slugCalloutGradientTopSelected = colors$1.rgba(colors$1.gray80, 0.85);
|
|
|
1871
1975
|
var slugCalloutGradientBottomSelected = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1872
1976
|
var slugCalloutAuraStartSelected = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1873
1977
|
var slugCalloutAuraEndSelected = colors$1.rgba(colors$1.gray100, 0);
|
|
1874
|
-
|
|
1978
|
+
|
|
1979
|
+
//// Phase 2 - new \\\\
|
|
1980
|
+
// Shared
|
|
1981
|
+
var aiInnerShadow = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1982
|
+
var aiAuraStart = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1983
|
+
var aiAuraEnd = colors$1.rgba(colors$1.black, 0);
|
|
1984
|
+
var aiBorderStrong = colors$1.blue40;
|
|
1985
|
+
var aiBorderStart = colors$1.blue50;
|
|
1986
|
+
var aiBorderEnd = colors$1.rgba(colors$1.blue30, 0.24);
|
|
1987
|
+
var aiDropShadow = colors$1.rgba(colors$1.blue60, 0.32);
|
|
1988
|
+
|
|
1989
|
+
// Callout
|
|
1990
|
+
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1991
|
+
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
1992
|
+
|
|
1993
|
+
//// Changed
|
|
1994
|
+
var slugCalloutAuraStart = aiAuraStart;
|
|
1995
|
+
var slugCalloutAuraEnd = aiAuraEnd;
|
|
1996
|
+
|
|
1997
|
+
//// Not used in phase 2 / possibly remove?
|
|
1998
|
+
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1999
|
+
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1875
2000
|
var aiGradientStart01 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1876
2001
|
var aiGradientStart02 = 'transparent';
|
|
1877
2002
|
var aiGradientEnd = 'rgba(38, 38, 38, 0)';
|
|
1878
2003
|
|
|
2004
|
+
// One off tokens for caret
|
|
2005
|
+
var slugCalloutCaretCenter = '#3F68AF';
|
|
2006
|
+
var slugCalloutCaretBottom = '#3D4655';
|
|
2007
|
+
var slugCalloutCaretBottomBackgroundActions = '#192436';
|
|
2008
|
+
var slugCalloutCaretBottomBackground = '#213250';
|
|
2009
|
+
|
|
1879
2010
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
1880
2011
|
__proto__: null,
|
|
1881
2012
|
background: background$5,
|
|
@@ -1983,10 +2114,6 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
1983
2114
|
slugBackgroundHover: slugBackgroundHover,
|
|
1984
2115
|
slugGradientHover: slugGradientHover,
|
|
1985
2116
|
slugHollowHover: slugHollowHover,
|
|
1986
|
-
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
1987
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
1988
|
-
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
1989
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
1990
2117
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover,
|
|
1991
2118
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover,
|
|
1992
2119
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01,
|
|
@@ -1997,9 +2124,26 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
1997
2124
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected,
|
|
1998
2125
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected,
|
|
1999
2126
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected,
|
|
2127
|
+
aiInnerShadow: aiInnerShadow,
|
|
2128
|
+
aiAuraStart: aiAuraStart,
|
|
2129
|
+
aiAuraEnd: aiAuraEnd,
|
|
2130
|
+
aiBorderStrong: aiBorderStrong,
|
|
2131
|
+
aiBorderStart: aiBorderStart,
|
|
2132
|
+
aiBorderEnd: aiBorderEnd,
|
|
2133
|
+
aiDropShadow: aiDropShadow,
|
|
2134
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2135
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2136
|
+
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
2137
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
2138
|
+
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2139
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2000
2140
|
aiGradientStart01: aiGradientStart01,
|
|
2001
2141
|
aiGradientStart02: aiGradientStart02,
|
|
2002
2142
|
aiGradientEnd: aiGradientEnd,
|
|
2143
|
+
slugCalloutCaretCenter: slugCalloutCaretCenter,
|
|
2144
|
+
slugCalloutCaretBottom: slugCalloutCaretBottom,
|
|
2145
|
+
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions,
|
|
2146
|
+
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground,
|
|
2003
2147
|
caption01: type$2.caption01,
|
|
2004
2148
|
caption02: type$2.caption02,
|
|
2005
2149
|
label01: type$2.label01,
|
|
@@ -4896,7 +5040,13 @@ var contextual = TokenGroup.create({
|
|
|
4896
5040
|
var ai = TokenGroup.create({
|
|
4897
5041
|
name: 'AI',
|
|
4898
5042
|
properties: ['background'],
|
|
4899
|
-
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover', 'slug-callout-gradient-top', 'slug-callout-gradient-bottom', 'slug-callout-aura-start', 'slug-callout-aura-end', 'slug-callout-gradient-top-hover', 'slug-callout-gradient-bottom-hover', 'slug-callout-aura-start-hover-01', 'slug-callout-aura-start-hover-02', 'slug-callout-aura-end-hover-01', 'slug-callout-aura-end-hover-02', 'slug-callout-gradient-top-selected', 'slug-callout-gradient-bottom-selected', 'slug-callout-aura-start-selected', 'slug-callout-aura-end-selected', 'ai-gradient-start-01', 'ai-gradient-start-02', 'ai-gradient-end'
|
|
5043
|
+
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover', 'slug-callout-gradient-top', 'slug-callout-gradient-bottom', 'slug-callout-aura-start', 'slug-callout-aura-end', 'slug-callout-gradient-top-hover', 'slug-callout-gradient-bottom-hover', 'slug-callout-aura-start-hover-01', 'slug-callout-aura-start-hover-02', 'slug-callout-aura-end-hover-01', 'slug-callout-aura-end-hover-02', 'slug-callout-gradient-top-selected', 'slug-callout-gradient-bottom-selected', 'slug-callout-aura-start-selected', 'slug-callout-aura-end-selected', 'ai-gradient-start-01', 'ai-gradient-start-02', 'ai-gradient-end',
|
|
5044
|
+
// Phase 2
|
|
5045
|
+
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5046
|
+
// Linear gradient refactor
|
|
5047
|
+
'ai-inner-shadow', 'ai-aura-start', 'ai-aura-end', 'ai-border-strong', 'ai-border-start', 'ai-border-end', 'ai-drop-shadow',
|
|
5048
|
+
// Caret tokens
|
|
5049
|
+
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions']
|
|
4900
5050
|
});
|
|
4901
5051
|
var group = TokenGroup.create({
|
|
4902
5052
|
name: 'All',
|
|
@@ -5336,9 +5486,16 @@ Object.defineProperty(exports, 'spacing13', {
|
|
|
5336
5486
|
enumerable: true,
|
|
5337
5487
|
get: function () { return layout$2.spacing13; }
|
|
5338
5488
|
});
|
|
5489
|
+
exports.aiAuraEnd = aiAuraEnd$3;
|
|
5490
|
+
exports.aiAuraStart = aiAuraStart$3;
|
|
5491
|
+
exports.aiBorderEnd = aiBorderEnd$3;
|
|
5492
|
+
exports.aiBorderStart = aiBorderStart$3;
|
|
5493
|
+
exports.aiBorderStrong = aiBorderStrong$3;
|
|
5494
|
+
exports.aiDropShadow = aiDropShadow$3;
|
|
5339
5495
|
exports.aiGradientEnd = aiGradientEnd$3;
|
|
5340
5496
|
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5341
5497
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5498
|
+
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5342
5499
|
exports.background = background$8;
|
|
5343
5500
|
exports.backgroundActive = backgroundActive$7;
|
|
5344
5501
|
exports.backgroundBrand = backgroundBrand$7;
|
|
@@ -5434,12 +5591,18 @@ exports.slugCalloutAuraStart = slugCalloutAuraStart$3;
|
|
|
5434
5591
|
exports.slugCalloutAuraStartHover01 = slugCalloutAuraStartHover01$3;
|
|
5435
5592
|
exports.slugCalloutAuraStartHover02 = slugCalloutAuraStartHover02$3;
|
|
5436
5593
|
exports.slugCalloutAuraStartSelected = slugCalloutAuraStartSelected$3;
|
|
5594
|
+
exports.slugCalloutCaretBottom = slugCalloutCaretBottom$3;
|
|
5595
|
+
exports.slugCalloutCaretBottomBackground = slugCalloutCaretBottomBackground$3;
|
|
5596
|
+
exports.slugCalloutCaretBottomBackgroundActions = slugCalloutCaretBottomBackgroundActions$3;
|
|
5597
|
+
exports.slugCalloutCaretCenter = slugCalloutCaretCenter$3;
|
|
5437
5598
|
exports.slugCalloutGradientBottom = slugCalloutGradientBottom$3;
|
|
5438
5599
|
exports.slugCalloutGradientBottomHover = slugCalloutGradientBottomHover$3;
|
|
5439
5600
|
exports.slugCalloutGradientBottomSelected = slugCalloutGradientBottomSelected$3;
|
|
5440
5601
|
exports.slugCalloutGradientTop = slugCalloutGradientTop$3;
|
|
5441
5602
|
exports.slugCalloutGradientTopHover = slugCalloutGradientTopHover$3;
|
|
5442
5603
|
exports.slugCalloutGradientTopSelected = slugCalloutGradientTopSelected$3;
|
|
5604
|
+
exports.slugCalloutShadowOuter01 = slugCalloutShadowOuter01$3;
|
|
5605
|
+
exports.slugCalloutShadowOuter02 = slugCalloutShadowOuter02$3;
|
|
5443
5606
|
exports.slugGradient = slugGradient$3;
|
|
5444
5607
|
exports.slugGradientHover = slugGradientHover$3;
|
|
5445
5608
|
exports.slugHollowHover = slugHollowHover$3;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.29.
|
|
4
|
+
"version": "11.29.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rimraf": "^5.0.0"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "68c58d98fe0c287eb4456c8b5153f6cb7b58c5bf"
|
|
53
53
|
}
|
|
@@ -12,9 +12,16 @@
|
|
|
12
12
|
@use '../utilities';
|
|
13
13
|
|
|
14
14
|
$white: (
|
|
15
|
+
ai-aura-end: rgba(255, 255, 255, 0),
|
|
16
|
+
ai-aura-start: rgba(69, 137, 255, 0.1),
|
|
17
|
+
ai-border-end: #d0e2ff,
|
|
18
|
+
ai-border-start: #78a9ff,
|
|
19
|
+
ai-border-strong: #4589ff,
|
|
20
|
+
ai-drop-shadow: rgba(15, 98, 254, 0.32),
|
|
15
21
|
ai-gradient-end: rgba(255, 255, 255, 0),
|
|
16
22
|
ai-gradient-start-01: rgba(242, 244, 248, 0.5),
|
|
17
23
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
24
|
+
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
18
25
|
background: #ffffff,
|
|
19
26
|
background-active: rgba(141, 141, 141, 0.5),
|
|
20
27
|
background-brand: #0f62fe,
|
|
@@ -100,16 +107,22 @@ $white: (
|
|
|
100
107
|
slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0),
|
|
101
108
|
slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0),
|
|
102
109
|
slug-callout-aura-end-selected: rgba(255, 255, 255, 0),
|
|
103
|
-
slug-callout-aura-start: rgba(
|
|
110
|
+
slug-callout-aura-start: rgba(69, 137, 255, 0.1),
|
|
104
111
|
slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5),
|
|
105
112
|
slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5),
|
|
106
113
|
slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6),
|
|
114
|
+
slug-callout-caret-bottom: #d0e2ff,
|
|
115
|
+
slug-callout-caret-bottom-background: #d5e5ff,
|
|
116
|
+
slug-callout-caret-bottom-background-actions: #dae5f8,
|
|
117
|
+
slug-callout-caret-center: #a7c7ff,
|
|
107
118
|
slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85),
|
|
108
119
|
slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55),
|
|
109
120
|
slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85),
|
|
110
121
|
slug-callout-gradient-top: rgba(244, 244, 244, 0.85),
|
|
111
122
|
slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55),
|
|
112
123
|
slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85),
|
|
124
|
+
slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25),
|
|
125
|
+
slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1),
|
|
113
126
|
slug-gradient: #161616
|
|
114
127
|
linear-gradient(135deg, #a8a8a8 0%, rgba(#ffffff, 0) 100%),
|
|
115
128
|
slug-gradient-hover: #161616
|
|
@@ -145,9 +158,16 @@ $white: utilities.merge(
|
|
|
145
158
|
);
|
|
146
159
|
|
|
147
160
|
$g10: (
|
|
161
|
+
ai-aura-end: rgba(255, 255, 255, 0),
|
|
162
|
+
ai-aura-start: rgba(69, 137, 255, 0.1),
|
|
163
|
+
ai-border-end: #d0e2ff,
|
|
164
|
+
ai-border-start: #78a9ff,
|
|
165
|
+
ai-border-strong: #4589ff,
|
|
166
|
+
ai-drop-shadow: rgba(15, 98, 254, 0.32),
|
|
148
167
|
ai-gradient-end: rgba(255, 255, 255, 0),
|
|
149
168
|
ai-gradient-start-01: rgba(242, 244, 248, 0.5),
|
|
150
169
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
170
|
+
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
151
171
|
background: #f4f4f4,
|
|
152
172
|
background-active: rgba(141, 141, 141, 0.5),
|
|
153
173
|
background-brand: #0f62fe,
|
|
@@ -233,16 +253,22 @@ $g10: (
|
|
|
233
253
|
slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0),
|
|
234
254
|
slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0),
|
|
235
255
|
slug-callout-aura-end-selected: rgba(255, 255, 255, 0),
|
|
236
|
-
slug-callout-aura-start: rgba(
|
|
256
|
+
slug-callout-aura-start: rgba(69, 137, 255, 0.1),
|
|
237
257
|
slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5),
|
|
238
258
|
slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5),
|
|
239
259
|
slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6),
|
|
260
|
+
slug-callout-caret-bottom: #d0e2ff,
|
|
261
|
+
slug-callout-caret-bottom-background: #ccdbf8,
|
|
262
|
+
slug-callout-caret-bottom-background-actions: #d2dcee,
|
|
263
|
+
slug-callout-caret-center: #a7c7ff,
|
|
240
264
|
slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85),
|
|
241
265
|
slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55),
|
|
242
266
|
slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85),
|
|
243
267
|
slug-callout-gradient-top: rgba(244, 244, 244, 0.85),
|
|
244
268
|
slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55),
|
|
245
269
|
slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85),
|
|
270
|
+
slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25),
|
|
271
|
+
slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1),
|
|
246
272
|
slug-gradient: #161616
|
|
247
273
|
linear-gradient(135deg, #a8a8a8 0%, rgba(#ffffff, 0) 100%),
|
|
248
274
|
slug-gradient-hover: #161616
|
|
@@ -278,9 +304,16 @@ $g10: utilities.merge(
|
|
|
278
304
|
);
|
|
279
305
|
|
|
280
306
|
$g90: (
|
|
307
|
+
ai-aura-end: rgba(0, 0, 0, 0),
|
|
308
|
+
ai-aura-start: rgba(69, 137, 255, 0.1),
|
|
309
|
+
ai-border-end: rgba(166, 200, 255, 0.24),
|
|
310
|
+
ai-border-start: #4589ff,
|
|
311
|
+
ai-border-strong: #78a9ff,
|
|
312
|
+
ai-drop-shadow: rgba(15, 98, 254, 0.32),
|
|
281
313
|
ai-gradient-end: rgba(38, 38, 38, 0),
|
|
282
314
|
ai-gradient-start-01: rgba(208, 226, 255, 0.2),
|
|
283
315
|
ai-gradient-start-02: unquote('transparent'),
|
|
316
|
+
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
284
317
|
background: #262626,
|
|
285
318
|
background-active: rgba(141, 141, 141, 0.4),
|
|
286
319
|
background-brand: #0f62fe,
|
|
@@ -362,20 +395,26 @@ $g90: (
|
|
|
362
395
|
skeleton-element: #525252,
|
|
363
396
|
slug-background: #c6c6c6,
|
|
364
397
|
slug-background-hover: #e0e0e0,
|
|
365
|
-
slug-callout-aura-end: rgba(
|
|
398
|
+
slug-callout-aura-end: rgba(0, 0, 0, 0),
|
|
366
399
|
slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0),
|
|
367
400
|
slug-callout-aura-end-hover-02: unquote('transparent'),
|
|
368
401
|
slug-callout-aura-end-selected: rgba(22, 22, 22, 0),
|
|
369
|
-
slug-callout-aura-start: rgba(
|
|
402
|
+
slug-callout-aura-start: rgba(69, 137, 255, 0.1),
|
|
370
403
|
slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3),
|
|
371
404
|
slug-callout-aura-start-hover-02: unquote('transparent'),
|
|
372
405
|
slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2),
|
|
406
|
+
slug-callout-caret-bottom: #465060,
|
|
407
|
+
slug-callout-caret-bottom-background: #2d3f5c,
|
|
408
|
+
slug-callout-caret-bottom-background-actions: #253042,
|
|
409
|
+
slug-callout-caret-center: #456fb5,
|
|
373
410
|
slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85),
|
|
374
411
|
slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55),
|
|
375
412
|
slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85),
|
|
376
413
|
slug-callout-gradient-top: rgba(22, 22, 22, 0.85),
|
|
377
414
|
slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55),
|
|
378
415
|
slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85),
|
|
416
|
+
slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25),
|
|
417
|
+
slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65),
|
|
379
418
|
slug-gradient: #8d8d8d
|
|
380
419
|
linear-gradient(135deg, #f4f4f4 0%, rgba(#ffffff, 0) 100%),
|
|
381
420
|
slug-gradient-hover: #a8a8a8
|
|
@@ -411,9 +450,16 @@ $g90: utilities.merge(
|
|
|
411
450
|
);
|
|
412
451
|
|
|
413
452
|
$g100: (
|
|
453
|
+
ai-aura-end: rgba(0, 0, 0, 0),
|
|
454
|
+
ai-aura-start: rgba(69, 137, 255, 0.1),
|
|
455
|
+
ai-border-end: rgba(166, 200, 255, 0.24),
|
|
456
|
+
ai-border-start: #4589ff,
|
|
457
|
+
ai-border-strong: #78a9ff,
|
|
458
|
+
ai-drop-shadow: rgba(15, 98, 254, 0.32),
|
|
414
459
|
ai-gradient-end: rgba(38, 38, 38, 0),
|
|
415
460
|
ai-gradient-start-01: rgba(208, 226, 255, 0.2),
|
|
416
461
|
ai-gradient-start-02: unquote('transparent'),
|
|
462
|
+
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
417
463
|
background: #161616,
|
|
418
464
|
background-active: rgba(141, 141, 141, 0.4),
|
|
419
465
|
background-brand: #0f62fe,
|
|
@@ -495,20 +541,26 @@ $g100: (
|
|
|
495
541
|
skeleton-element: #393939,
|
|
496
542
|
slug-background: #c6c6c6,
|
|
497
543
|
slug-background-hover: #e0e0e0,
|
|
498
|
-
slug-callout-aura-end: rgba(
|
|
544
|
+
slug-callout-aura-end: rgba(0, 0, 0, 0),
|
|
499
545
|
slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0),
|
|
500
546
|
slug-callout-aura-end-hover-02: unquote('transparent'),
|
|
501
547
|
slug-callout-aura-end-selected: rgba(22, 22, 22, 0),
|
|
502
|
-
slug-callout-aura-start: rgba(
|
|
548
|
+
slug-callout-aura-start: rgba(69, 137, 255, 0.1),
|
|
503
549
|
slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3),
|
|
504
550
|
slug-callout-aura-start-hover-02: unquote('transparent'),
|
|
505
551
|
slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2),
|
|
552
|
+
slug-callout-caret-bottom: #3d4655,
|
|
553
|
+
slug-callout-caret-bottom-background: #213250,
|
|
554
|
+
slug-callout-caret-bottom-background-actions: #192436,
|
|
555
|
+
slug-callout-caret-center: #3f68af,
|
|
506
556
|
slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85),
|
|
507
557
|
slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55),
|
|
508
558
|
slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85),
|
|
509
559
|
slug-callout-gradient-top: rgba(22, 22, 22, 0.85),
|
|
510
560
|
slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55),
|
|
511
561
|
slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85),
|
|
562
|
+
slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25),
|
|
563
|
+
slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65),
|
|
512
564
|
slug-gradient: #8d8d8d
|
|
513
565
|
linear-gradient(135deg, #f4f4f4 0%, rgba(#ffffff, 0) 100%),
|
|
514
566
|
slug-gradient-hover: #a8a8a8
|
|
@@ -378,6 +378,49 @@ $ai-gradient-start-02: _get('ai-gradient-start-02') !default;
|
|
|
378
378
|
/// The CSS Custom Property for the `ai-gradient-end` token
|
|
379
379
|
$ai-gradient-end: _get('ai-gradient-end') !default;
|
|
380
380
|
|
|
381
|
+
/// The CSS Custom Property for the `slug-callout-shadow-outer-01` token
|
|
382
|
+
$slug-callout-shadow-outer-01: _get('slug-callout-shadow-outer-01') !default;
|
|
383
|
+
|
|
384
|
+
/// The CSS Custom Property for the `slug-callout-shadow-outer-02` token
|
|
385
|
+
$slug-callout-shadow-outer-02: _get('slug-callout-shadow-outer-02') !default;
|
|
386
|
+
|
|
387
|
+
/// The CSS Custom Property for the `ai-inner-shadow` token
|
|
388
|
+
$ai-inner-shadow: _get('ai-inner-shadow') !default;
|
|
389
|
+
|
|
390
|
+
/// The CSS Custom Property for the `ai-aura-start` token
|
|
391
|
+
$ai-aura-start: _get('ai-aura-start') !default;
|
|
392
|
+
|
|
393
|
+
/// The CSS Custom Property for the `ai-aura-end` token
|
|
394
|
+
$ai-aura-end: _get('ai-aura-end') !default;
|
|
395
|
+
|
|
396
|
+
/// The CSS Custom Property for the `ai-border-strong` token
|
|
397
|
+
$ai-border-strong: _get('ai-border-strong') !default;
|
|
398
|
+
|
|
399
|
+
/// The CSS Custom Property for the `ai-border-start` token
|
|
400
|
+
$ai-border-start: _get('ai-border-start') !default;
|
|
401
|
+
|
|
402
|
+
/// The CSS Custom Property for the `ai-border-end` token
|
|
403
|
+
$ai-border-end: _get('ai-border-end') !default;
|
|
404
|
+
|
|
405
|
+
/// The CSS Custom Property for the `ai-drop-shadow` token
|
|
406
|
+
$ai-drop-shadow: _get('ai-drop-shadow') !default;
|
|
407
|
+
|
|
408
|
+
/// The CSS Custom Property for the `slug-callout-caret-center` token
|
|
409
|
+
$slug-callout-caret-center: _get('slug-callout-caret-center') !default;
|
|
410
|
+
|
|
411
|
+
/// The CSS Custom Property for the `slug-callout-caret-bottom` token
|
|
412
|
+
$slug-callout-caret-bottom: _get('slug-callout-caret-bottom') !default;
|
|
413
|
+
|
|
414
|
+
/// The CSS Custom Property for the `slug-callout-caret-bottom-background` token
|
|
415
|
+
$slug-callout-caret-bottom-background: _get(
|
|
416
|
+
'slug-callout-caret-bottom-background'
|
|
417
|
+
) !default;
|
|
418
|
+
|
|
419
|
+
/// The CSS Custom Property for the `slug-callout-caret-bottom-background-actions` token
|
|
420
|
+
$slug-callout-caret-bottom-background-actions: _get(
|
|
421
|
+
'slug-callout-caret-bottom-background-actions'
|
|
422
|
+
) !default;
|
|
423
|
+
|
|
381
424
|
/// The CSS Custom Property for the `highlight` token
|
|
382
425
|
$highlight: _get('highlight') !default;
|
|
383
426
|
|