@carbon/themes 11.29.0 → 11.30.0-rc.0
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 +268 -128
- package/lib/index.js +285 -129
- package/package.json +2 -2
- package/scss/generated/_themes.scss +78 -14
- package/scss/generated/_tokens.scss +55 -7
- package/src/g10.js +37 -20
- package/src/g100.js +37 -20
- package/src/g90.js +38 -21
- package/src/tokens/v11TokenGroup.js +21 -3
- package/src/white.js +37 -20
- package/umd/index.js +285 -129
package/umd/index.js
CHANGED
|
@@ -693,6 +693,32 @@
|
|
|
693
693
|
var slugBackgroundHover$3 = colors$1.gray60;
|
|
694
694
|
var slugGradientHover$3 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").concat(colors$1.gray20Hover, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
695
695
|
var slugHollowHover$3 = colors$1.gray80Hover;
|
|
696
|
+
|
|
697
|
+
//// Phase 2 - new \\\\
|
|
698
|
+
// Shared
|
|
699
|
+
var aiInnerShadow$3 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
700
|
+
var aiAuraStart$3 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
701
|
+
var aiAuraEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
702
|
+
var aiBorderStrong$3 = colors$1.blue50;
|
|
703
|
+
var aiBorderStart$3 = colors$1.blue40;
|
|
704
|
+
var aiBorderEnd$3 = colors$1.blue20;
|
|
705
|
+
var aiDropShadow$3 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
706
|
+
var aiAuraHoverBackground$3 = colors$1.blue10;
|
|
707
|
+
var aiAuraHoverStart$3 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
708
|
+
var aiAuraHoverEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
709
|
+
|
|
710
|
+
// Callout
|
|
711
|
+
var slugCalloutShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
712
|
+
var slugCalloutShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
713
|
+
|
|
714
|
+
//// Not used in phase 2 / possibly remove?
|
|
715
|
+
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
716
|
+
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
717
|
+
var aiGradientStart01$3 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
718
|
+
var aiGradientStart02$3 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
719
|
+
var aiGradientEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
720
|
+
var slugCalloutAuraStart$3 = aiAuraStart$3;
|
|
721
|
+
var slugCalloutAuraEnd$3 = aiAuraEnd$3;
|
|
696
722
|
var slugCalloutGradientTopHover$3 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
697
723
|
var slugCalloutGradientBottomHover$3 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
698
724
|
var slugCalloutAuraStartHover01$3 = colors$1.rgba(colors$1.white, 0.5);
|
|
@@ -703,25 +729,6 @@
|
|
|
703
729
|
var slugCalloutGradientBottomSelected$3 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
704
730
|
var slugCalloutAuraStartSelected$3 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
705
731
|
var slugCalloutAuraEndSelected$3 = colors$1.rgba(colors$1.white, 0);
|
|
706
|
-
// Linear gradient tokens
|
|
707
|
-
var aiGradientStart01$3 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
708
|
-
var aiGradientStart02$3 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
709
|
-
var aiGradientEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
710
|
-
|
|
711
|
-
// Phase 2 - new
|
|
712
|
-
var slugCalloutShadowInner$3 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
713
|
-
var slugCalloutShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
714
|
-
var slugCalloutShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
715
|
-
var slugCalloutBorder01$3 = colors$1.blue40;
|
|
716
|
-
var slugCalloutBorder02$3 = colors$1.blue20;
|
|
717
|
-
|
|
718
|
-
// Changed
|
|
719
|
-
var slugCalloutAuraStart$3 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
720
|
-
var slugCalloutAuraEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
721
|
-
|
|
722
|
-
// Not used in phase 2 / possibly remove?
|
|
723
|
-
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
724
|
-
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
725
732
|
|
|
726
733
|
// One off tokens for caret
|
|
727
734
|
var slugCalloutCaretCenter$3 = '#A7C7FF';
|
|
@@ -729,6 +736,17 @@
|
|
|
729
736
|
var slugCalloutCaretBottomBackgroundActions$3 = '#DAE5F8';
|
|
730
737
|
var slugCalloutCaretBottomBackground$3 = '#D5E5FF';
|
|
731
738
|
|
|
739
|
+
// Chat tokens
|
|
740
|
+
var chatPromptBackground$3 = colors$1.white;
|
|
741
|
+
var chatPromptBorderStart$3 = colors$1.gray10;
|
|
742
|
+
var chatPromptBorderEnd$3 = colors$1.rgba(colors$1.gray10, 0);
|
|
743
|
+
var chatBubbleUser$3 = colors$1.gray20;
|
|
744
|
+
var chatBubbleAgent$3 = colors$1.white;
|
|
745
|
+
var chatBubbleAgentBorder$3 = colors$1.gray20;
|
|
746
|
+
var chatAvatarBot$3 = colors$1.blue60;
|
|
747
|
+
var chatAvatarAgent$3 = colors$1.gray100;
|
|
748
|
+
var chatAvatarUser$3 = colors$1.gray100;
|
|
749
|
+
|
|
732
750
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
733
751
|
__proto__: null,
|
|
734
752
|
background: background$8,
|
|
@@ -836,6 +854,25 @@
|
|
|
836
854
|
slugBackgroundHover: slugBackgroundHover$3,
|
|
837
855
|
slugGradientHover: slugGradientHover$3,
|
|
838
856
|
slugHollowHover: slugHollowHover$3,
|
|
857
|
+
aiInnerShadow: aiInnerShadow$3,
|
|
858
|
+
aiAuraStart: aiAuraStart$3,
|
|
859
|
+
aiAuraEnd: aiAuraEnd$3,
|
|
860
|
+
aiBorderStrong: aiBorderStrong$3,
|
|
861
|
+
aiBorderStart: aiBorderStart$3,
|
|
862
|
+
aiBorderEnd: aiBorderEnd$3,
|
|
863
|
+
aiDropShadow: aiDropShadow$3,
|
|
864
|
+
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
865
|
+
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
866
|
+
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
867
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
868
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
869
|
+
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
870
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
871
|
+
aiGradientStart01: aiGradientStart01$3,
|
|
872
|
+
aiGradientStart02: aiGradientStart02$3,
|
|
873
|
+
aiGradientEnd: aiGradientEnd$3,
|
|
874
|
+
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
875
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
839
876
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$3,
|
|
840
877
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$3,
|
|
841
878
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$3,
|
|
@@ -846,22 +883,19 @@
|
|
|
846
883
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$3,
|
|
847
884
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$3,
|
|
848
885
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$3,
|
|
849
|
-
aiGradientStart01: aiGradientStart01$3,
|
|
850
|
-
aiGradientStart02: aiGradientStart02$3,
|
|
851
|
-
aiGradientEnd: aiGradientEnd$3,
|
|
852
|
-
slugCalloutShadowInner: slugCalloutShadowInner$3,
|
|
853
|
-
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
854
|
-
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
855
|
-
slugCalloutBorder01: slugCalloutBorder01$3,
|
|
856
|
-
slugCalloutBorder02: slugCalloutBorder02$3,
|
|
857
|
-
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
858
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
859
|
-
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
860
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
861
886
|
slugCalloutCaretCenter: slugCalloutCaretCenter$3,
|
|
862
887
|
slugCalloutCaretBottom: slugCalloutCaretBottom$3,
|
|
863
888
|
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$3,
|
|
864
889
|
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$3,
|
|
890
|
+
chatPromptBackground: chatPromptBackground$3,
|
|
891
|
+
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
892
|
+
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
893
|
+
chatBubbleUser: chatBubbleUser$3,
|
|
894
|
+
chatBubbleAgent: chatBubbleAgent$3,
|
|
895
|
+
chatBubbleAgentBorder: chatBubbleAgentBorder$3,
|
|
896
|
+
chatAvatarBot: chatAvatarBot$3,
|
|
897
|
+
chatAvatarAgent: chatAvatarAgent$3,
|
|
898
|
+
chatAvatarUser: chatAvatarUser$3,
|
|
865
899
|
caption01: type$2.caption01,
|
|
866
900
|
caption02: type$2.caption02,
|
|
867
901
|
label01: type$2.label01,
|
|
@@ -1106,6 +1140,32 @@
|
|
|
1106
1140
|
var slugBackgroundHover$2 = colors$1.gray60;
|
|
1107
1141
|
var slugGradientHover$2 = "".concat(colors$1.gray100, " linear-gradient(135deg, ").concat(colors$1.gray20Hover, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1108
1142
|
var slugHollowHover$2 = colors$1.gray80Hover;
|
|
1143
|
+
|
|
1144
|
+
//// Phase 2 - new \\\\
|
|
1145
|
+
// Shared
|
|
1146
|
+
var aiInnerShadow$2 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1147
|
+
var aiAuraStart$2 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1148
|
+
var aiAuraEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1149
|
+
var aiBorderStrong$2 = colors$1.blue50;
|
|
1150
|
+
var aiBorderStart$2 = colors$1.blue40;
|
|
1151
|
+
var aiBorderEnd$2 = colors$1.blue20;
|
|
1152
|
+
var aiDropShadow$2 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
1153
|
+
var aiAuraHoverBackground$2 = colors$1.blue10;
|
|
1154
|
+
var aiAuraHoverStart$2 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1155
|
+
var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1156
|
+
|
|
1157
|
+
// Callout
|
|
1158
|
+
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1159
|
+
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1160
|
+
|
|
1161
|
+
//// Not used in phase 2 / possibly remove?
|
|
1162
|
+
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1163
|
+
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1164
|
+
var aiGradientStart01$2 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
1165
|
+
var aiGradientStart02$2 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
1166
|
+
var aiGradientEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1167
|
+
var slugCalloutAuraStart$2 = aiAuraStart$2;
|
|
1168
|
+
var slugCalloutAuraEnd$2 = aiAuraEnd$2;
|
|
1109
1169
|
var slugCalloutGradientTopHover$2 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
1110
1170
|
var slugCalloutGradientBottomHover$2 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
1111
1171
|
var slugCalloutAuraStartHover01$2 = colors$1.rgba(colors$1.white, 0.5);
|
|
@@ -1116,25 +1176,6 @@
|
|
|
1116
1176
|
var slugCalloutGradientBottomSelected$2 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
1117
1177
|
var slugCalloutAuraStartSelected$2 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
1118
1178
|
var slugCalloutAuraEndSelected$2 = colors$1.rgba(colors$1.white, 0);
|
|
1119
|
-
// Linear gradient tokens
|
|
1120
|
-
var aiGradientStart01$2 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
1121
|
-
var aiGradientStart02$2 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
1122
|
-
var aiGradientEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1123
|
-
|
|
1124
|
-
// Phase 2 - new
|
|
1125
|
-
var slugCalloutShadowInner$2 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1126
|
-
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1127
|
-
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1128
|
-
var slugCalloutBorder01$2 = colors$1.blue40;
|
|
1129
|
-
var slugCalloutBorder02$2 = colors$1.blue20;
|
|
1130
|
-
|
|
1131
|
-
// Changed
|
|
1132
|
-
var slugCalloutAuraStart$2 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1133
|
-
var slugCalloutAuraEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1134
|
-
|
|
1135
|
-
// Not used in phase 2 / possibly remove?
|
|
1136
|
-
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1137
|
-
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1138
1179
|
|
|
1139
1180
|
// One off tokens for caret
|
|
1140
1181
|
var slugCalloutCaretCenter$2 = '#A7C7FF';
|
|
@@ -1142,6 +1183,17 @@
|
|
|
1142
1183
|
var slugCalloutCaretBottomBackgroundActions$2 = '#D2DCEE';
|
|
1143
1184
|
var slugCalloutCaretBottomBackground$2 = '#CCDBF8';
|
|
1144
1185
|
|
|
1186
|
+
// Chat tokens
|
|
1187
|
+
var chatPromptBackground$2 = colors$1.white;
|
|
1188
|
+
var chatPromptBorderStart$2 = colors$1.gray10;
|
|
1189
|
+
var chatPromptBorderEnd$2 = colors$1.rgba(colors$1.gray10, 0);
|
|
1190
|
+
var chatBubbleUser$2 = colors$1.gray20;
|
|
1191
|
+
var chatBubbleAgent$2 = colors$1.white;
|
|
1192
|
+
var chatBubbleAgentBorder$2 = colors$1.gray20;
|
|
1193
|
+
var chatAvatarBot$2 = colors$1.blue60;
|
|
1194
|
+
var chatAvatarAgent$2 = colors$1.gray100;
|
|
1195
|
+
var chatAvatarUser$2 = colors$1.gray100;
|
|
1196
|
+
|
|
1145
1197
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1146
1198
|
__proto__: null,
|
|
1147
1199
|
background: background$7,
|
|
@@ -1249,6 +1301,25 @@
|
|
|
1249
1301
|
slugBackgroundHover: slugBackgroundHover$2,
|
|
1250
1302
|
slugGradientHover: slugGradientHover$2,
|
|
1251
1303
|
slugHollowHover: slugHollowHover$2,
|
|
1304
|
+
aiInnerShadow: aiInnerShadow$2,
|
|
1305
|
+
aiAuraStart: aiAuraStart$2,
|
|
1306
|
+
aiAuraEnd: aiAuraEnd$2,
|
|
1307
|
+
aiBorderStrong: aiBorderStrong$2,
|
|
1308
|
+
aiBorderStart: aiBorderStart$2,
|
|
1309
|
+
aiBorderEnd: aiBorderEnd$2,
|
|
1310
|
+
aiDropShadow: aiDropShadow$2,
|
|
1311
|
+
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1312
|
+
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1313
|
+
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1314
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1315
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1316
|
+
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1317
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1318
|
+
aiGradientStart01: aiGradientStart01$2,
|
|
1319
|
+
aiGradientStart02: aiGradientStart02$2,
|
|
1320
|
+
aiGradientEnd: aiGradientEnd$2,
|
|
1321
|
+
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1322
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1252
1323
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$2,
|
|
1253
1324
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$2,
|
|
1254
1325
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$2,
|
|
@@ -1259,22 +1330,19 @@
|
|
|
1259
1330
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$2,
|
|
1260
1331
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$2,
|
|
1261
1332
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$2,
|
|
1262
|
-
aiGradientStart01: aiGradientStart01$2,
|
|
1263
|
-
aiGradientStart02: aiGradientStart02$2,
|
|
1264
|
-
aiGradientEnd: aiGradientEnd$2,
|
|
1265
|
-
slugCalloutShadowInner: slugCalloutShadowInner$2,
|
|
1266
|
-
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1267
|
-
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1268
|
-
slugCalloutBorder01: slugCalloutBorder01$2,
|
|
1269
|
-
slugCalloutBorder02: slugCalloutBorder02$2,
|
|
1270
|
-
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1271
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1272
|
-
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1273
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1274
1333
|
slugCalloutCaretCenter: slugCalloutCaretCenter$2,
|
|
1275
1334
|
slugCalloutCaretBottom: slugCalloutCaretBottom$2,
|
|
1276
1335
|
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$2,
|
|
1277
1336
|
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$2,
|
|
1337
|
+
chatPromptBackground: chatPromptBackground$2,
|
|
1338
|
+
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1339
|
+
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
1340
|
+
chatBubbleUser: chatBubbleUser$2,
|
|
1341
|
+
chatBubbleAgent: chatBubbleAgent$2,
|
|
1342
|
+
chatBubbleAgentBorder: chatBubbleAgentBorder$2,
|
|
1343
|
+
chatAvatarBot: chatAvatarBot$2,
|
|
1344
|
+
chatAvatarAgent: chatAvatarAgent$2,
|
|
1345
|
+
chatAvatarUser: chatAvatarUser$2,
|
|
1278
1346
|
caption01: type$2.caption01,
|
|
1279
1347
|
caption02: type$2.caption02,
|
|
1280
1348
|
label01: type$2.label01,
|
|
@@ -1519,6 +1587,32 @@
|
|
|
1519
1587
|
var slugBackgroundHover$1 = colors$1.gray20;
|
|
1520
1588
|
var slugGradientHover$1 = "".concat(colors$1.gray40, " linear-gradient(135deg, ").concat(colors$1.white, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1521
1589
|
var slugHollowHover$1 = colors$1.gray30Hover;
|
|
1590
|
+
|
|
1591
|
+
//// Phase 2 - new \\\\
|
|
1592
|
+
// Shared
|
|
1593
|
+
var aiInnerShadow$1 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1594
|
+
var aiAuraStart$1 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1595
|
+
var aiAuraEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1596
|
+
var aiBorderStrong$1 = colors$1.blue40;
|
|
1597
|
+
var aiBorderStart$1 = colors$1.blue50;
|
|
1598
|
+
var aiBorderEnd$1 = colors$1.rgba(colors$1.blue30, 0.24);
|
|
1599
|
+
var aiDropShadow$1 = colors$1.rgba(colors$1.blue60, 0.32);
|
|
1600
|
+
var aiAuraHoverBackground$1 = layerHover01$1;
|
|
1601
|
+
var aiAuraHoverStart$1 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1602
|
+
var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1603
|
+
|
|
1604
|
+
// Callout
|
|
1605
|
+
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1606
|
+
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1607
|
+
|
|
1608
|
+
//// Not used in phase 2 / possibly remove?
|
|
1609
|
+
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1610
|
+
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1611
|
+
var aiGradientStart01$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1612
|
+
var aiGradientStart02$1 = 'transparent';
|
|
1613
|
+
var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
|
|
1614
|
+
var slugCalloutAuraStart$1 = aiAuraStart$1;
|
|
1615
|
+
var slugCalloutAuraEnd$1 = aiAuraEnd$1;
|
|
1522
1616
|
var slugCalloutGradientTopHover$1 = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1523
1617
|
var slugCalloutGradientBottomHover$1 = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1524
1618
|
var slugCalloutAuraStartHover01$1 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
@@ -1529,25 +1623,6 @@
|
|
|
1529
1623
|
var slugCalloutGradientBottomSelected$1 = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1530
1624
|
var slugCalloutAuraStartSelected$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1531
1625
|
var slugCalloutAuraEndSelected$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1532
|
-
// Linear gradient tokens
|
|
1533
|
-
var aiGradientStart01$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1534
|
-
var aiGradientStart02$1 = 'transparent';
|
|
1535
|
-
var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
|
|
1536
|
-
|
|
1537
|
-
// Phase 2 - new
|
|
1538
|
-
var slugCalloutShadowInner$1 = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1539
|
-
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1540
|
-
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1541
|
-
var slugCalloutBorder01$1 = colors$1.blue50;
|
|
1542
|
-
var slugCalloutBorder02$1 = colors$1.rgba(colors$1.blue30, 0.25);
|
|
1543
|
-
|
|
1544
|
-
// Changed
|
|
1545
|
-
var slugCalloutAuraStart$1 = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1546
|
-
var slugCalloutAuraEnd$1 = colors$1.rgba(colors$1.white, 0);
|
|
1547
|
-
|
|
1548
|
-
// Not used in phase 2 / possibly remove?
|
|
1549
|
-
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1550
|
-
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1551
1626
|
|
|
1552
1627
|
// One off tokens for caret
|
|
1553
1628
|
var slugCalloutCaretCenter$1 = '#456FB5';
|
|
@@ -1555,6 +1630,17 @@
|
|
|
1555
1630
|
var slugCalloutCaretBottomBackgroundActions$1 = '#253042';
|
|
1556
1631
|
var slugCalloutCaretBottomBackground$1 = '#2D3F5C';
|
|
1557
1632
|
|
|
1633
|
+
// Chat tokens
|
|
1634
|
+
var chatPromptBackground$1 = colors$1.gray100;
|
|
1635
|
+
var chatPromptBorderStart$1 = colors$1.gray90;
|
|
1636
|
+
var chatPromptBorderEnd$1 = colors$1.rgba(colors$1.gray90, 0);
|
|
1637
|
+
var chatBubbleUser$1 = colors$1.gray80;
|
|
1638
|
+
var chatBubbleAgent$1 = colors$1.gray90;
|
|
1639
|
+
var chatBubbleAgentBorder$1 = colors$1.gray70;
|
|
1640
|
+
var chatAvatarBot$1 = colors$1.blue50;
|
|
1641
|
+
var chatAvatarAgent$1 = colors$1.gray10;
|
|
1642
|
+
var chatAvatarUser$1 = colors$1.gray10;
|
|
1643
|
+
|
|
1558
1644
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1559
1645
|
__proto__: null,
|
|
1560
1646
|
background: background$6,
|
|
@@ -1662,6 +1748,25 @@
|
|
|
1662
1748
|
slugBackgroundHover: slugBackgroundHover$1,
|
|
1663
1749
|
slugGradientHover: slugGradientHover$1,
|
|
1664
1750
|
slugHollowHover: slugHollowHover$1,
|
|
1751
|
+
aiInnerShadow: aiInnerShadow$1,
|
|
1752
|
+
aiAuraStart: aiAuraStart$1,
|
|
1753
|
+
aiAuraEnd: aiAuraEnd$1,
|
|
1754
|
+
aiBorderStrong: aiBorderStrong$1,
|
|
1755
|
+
aiBorderStart: aiBorderStart$1,
|
|
1756
|
+
aiBorderEnd: aiBorderEnd$1,
|
|
1757
|
+
aiDropShadow: aiDropShadow$1,
|
|
1758
|
+
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1759
|
+
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1760
|
+
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1761
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1762
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1763
|
+
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1764
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1765
|
+
aiGradientStart01: aiGradientStart01$1,
|
|
1766
|
+
aiGradientStart02: aiGradientStart02$1,
|
|
1767
|
+
aiGradientEnd: aiGradientEnd$1,
|
|
1768
|
+
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1769
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1665
1770
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover$1,
|
|
1666
1771
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$1,
|
|
1667
1772
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$1,
|
|
@@ -1672,22 +1777,19 @@
|
|
|
1672
1777
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$1,
|
|
1673
1778
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$1,
|
|
1674
1779
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$1,
|
|
1675
|
-
aiGradientStart01: aiGradientStart01$1,
|
|
1676
|
-
aiGradientStart02: aiGradientStart02$1,
|
|
1677
|
-
aiGradientEnd: aiGradientEnd$1,
|
|
1678
|
-
slugCalloutShadowInner: slugCalloutShadowInner$1,
|
|
1679
|
-
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1680
|
-
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1681
|
-
slugCalloutBorder01: slugCalloutBorder01$1,
|
|
1682
|
-
slugCalloutBorder02: slugCalloutBorder02$1,
|
|
1683
|
-
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1684
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1685
|
-
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1686
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1687
1780
|
slugCalloutCaretCenter: slugCalloutCaretCenter$1,
|
|
1688
1781
|
slugCalloutCaretBottom: slugCalloutCaretBottom$1,
|
|
1689
1782
|
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$1,
|
|
1690
1783
|
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$1,
|
|
1784
|
+
chatPromptBackground: chatPromptBackground$1,
|
|
1785
|
+
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1786
|
+
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
1787
|
+
chatBubbleUser: chatBubbleUser$1,
|
|
1788
|
+
chatBubbleAgent: chatBubbleAgent$1,
|
|
1789
|
+
chatBubbleAgentBorder: chatBubbleAgentBorder$1,
|
|
1790
|
+
chatAvatarBot: chatAvatarBot$1,
|
|
1791
|
+
chatAvatarAgent: chatAvatarAgent$1,
|
|
1792
|
+
chatAvatarUser: chatAvatarUser$1,
|
|
1691
1793
|
caption01: type$2.caption01,
|
|
1692
1794
|
caption02: type$2.caption02,
|
|
1693
1795
|
label01: type$2.label01,
|
|
@@ -1932,6 +2034,32 @@
|
|
|
1932
2034
|
var slugBackgroundHover = colors$1.gray20;
|
|
1933
2035
|
var slugGradientHover = "".concat(colors$1.gray40, " linear-gradient(135deg, ").concat(colors$1.white, " 0%, rgba(").concat(colors$1.white, ", 0) 100%)");
|
|
1934
2036
|
var slugHollowHover = colors$1.gray30Hover;
|
|
2037
|
+
|
|
2038
|
+
//// Phase 2 - new \\\\
|
|
2039
|
+
// Shared
|
|
2040
|
+
var aiInnerShadow = colors$1.rgba(colors$1.blue50, 0.2);
|
|
2041
|
+
var aiAuraStart = colors$1.rgba(colors$1.blue50, 0.1);
|
|
2042
|
+
var aiAuraEnd = colors$1.rgba(colors$1.black, 0);
|
|
2043
|
+
var aiBorderStrong = colors$1.blue40;
|
|
2044
|
+
var aiBorderStart = colors$1.blue50;
|
|
2045
|
+
var aiBorderEnd = colors$1.rgba(colors$1.blue30, 0.24);
|
|
2046
|
+
var aiDropShadow = colors$1.rgba(colors$1.blue60, 0.32);
|
|
2047
|
+
var aiAuraHoverBackground = layerHover01;
|
|
2048
|
+
var aiAuraHoverStart = colors$1.rgba(colors$1.blue50, 0.4);
|
|
2049
|
+
var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
2050
|
+
|
|
2051
|
+
// Callout
|
|
2052
|
+
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2053
|
+
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2054
|
+
|
|
2055
|
+
//// Not used in phase 2 / possibly remove?
|
|
2056
|
+
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
2057
|
+
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
2058
|
+
var aiGradientStart01 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
2059
|
+
var aiGradientStart02 = 'transparent';
|
|
2060
|
+
var aiGradientEnd = 'rgba(38, 38, 38, 0)';
|
|
2061
|
+
var slugCalloutAuraStart = aiAuraStart;
|
|
2062
|
+
var slugCalloutAuraEnd = aiAuraEnd;
|
|
1935
2063
|
var slugCalloutGradientTopHover = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1936
2064
|
var slugCalloutGradientBottomHover = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1937
2065
|
var slugCalloutAuraStartHover01 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
@@ -1942,25 +2070,6 @@
|
|
|
1942
2070
|
var slugCalloutGradientBottomSelected = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1943
2071
|
var slugCalloutAuraStartSelected = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1944
2072
|
var slugCalloutAuraEndSelected = colors$1.rgba(colors$1.gray100, 0);
|
|
1945
|
-
// Linear gradient tokens
|
|
1946
|
-
var aiGradientStart01 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1947
|
-
var aiGradientStart02 = 'transparent';
|
|
1948
|
-
var aiGradientEnd = 'rgba(38, 38, 38, 0)';
|
|
1949
|
-
|
|
1950
|
-
// Phase 2 - new
|
|
1951
|
-
var slugCalloutShadowInner = colors$1.rgba(colors$1.blue50, 0.2);
|
|
1952
|
-
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1953
|
-
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
1954
|
-
var slugCalloutBorder01 = colors$1.blue50;
|
|
1955
|
-
var slugCalloutBorder02 = colors$1.rgba(colors$1.blue30, 0.25);
|
|
1956
|
-
|
|
1957
|
-
// Changed
|
|
1958
|
-
var slugCalloutAuraStart = colors$1.rgba(colors$1.blue50, 0.1);
|
|
1959
|
-
var slugCalloutAuraEnd = colors$1.rgba(colors$1.white, 0);
|
|
1960
|
-
|
|
1961
|
-
// Not used in phase 2 / possibly remove?
|
|
1962
|
-
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1963
|
-
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1964
2073
|
|
|
1965
2074
|
// One off tokens for caret
|
|
1966
2075
|
var slugCalloutCaretCenter = '#3F68AF';
|
|
@@ -1968,6 +2077,17 @@
|
|
|
1968
2077
|
var slugCalloutCaretBottomBackgroundActions = '#192436';
|
|
1969
2078
|
var slugCalloutCaretBottomBackground = '#213250';
|
|
1970
2079
|
|
|
2080
|
+
// Chat tokens
|
|
2081
|
+
var chatPromptBackground = colors$1.gray100;
|
|
2082
|
+
var chatPromptBorderStart = colors$1.gray90;
|
|
2083
|
+
var chatPromptBorderEnd = colors$1.rgba(colors$1.gray90, 0);
|
|
2084
|
+
var chatBubbleUser = colors$1.gray80;
|
|
2085
|
+
var chatBubbleAgent = colors$1.gray90;
|
|
2086
|
+
var chatBubbleAgentBorder = colors$1.gray70;
|
|
2087
|
+
var chatAvatarBot = colors$1.blue50;
|
|
2088
|
+
var chatAvatarAgent = colors$1.gray10;
|
|
2089
|
+
var chatAvatarUser = colors$1.gray10;
|
|
2090
|
+
|
|
1971
2091
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
1972
2092
|
__proto__: null,
|
|
1973
2093
|
background: background$5,
|
|
@@ -2075,6 +2195,25 @@
|
|
|
2075
2195
|
slugBackgroundHover: slugBackgroundHover,
|
|
2076
2196
|
slugGradientHover: slugGradientHover,
|
|
2077
2197
|
slugHollowHover: slugHollowHover,
|
|
2198
|
+
aiInnerShadow: aiInnerShadow,
|
|
2199
|
+
aiAuraStart: aiAuraStart,
|
|
2200
|
+
aiAuraEnd: aiAuraEnd,
|
|
2201
|
+
aiBorderStrong: aiBorderStrong,
|
|
2202
|
+
aiBorderStart: aiBorderStart,
|
|
2203
|
+
aiBorderEnd: aiBorderEnd,
|
|
2204
|
+
aiDropShadow: aiDropShadow,
|
|
2205
|
+
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
2206
|
+
aiAuraHoverStart: aiAuraHoverStart,
|
|
2207
|
+
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2208
|
+
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2209
|
+
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2210
|
+
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2211
|
+
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2212
|
+
aiGradientStart01: aiGradientStart01,
|
|
2213
|
+
aiGradientStart02: aiGradientStart02,
|
|
2214
|
+
aiGradientEnd: aiGradientEnd,
|
|
2215
|
+
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
2216
|
+
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
2078
2217
|
slugCalloutGradientTopHover: slugCalloutGradientTopHover,
|
|
2079
2218
|
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover,
|
|
2080
2219
|
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01,
|
|
@@ -2085,22 +2224,19 @@
|
|
|
2085
2224
|
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected,
|
|
2086
2225
|
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected,
|
|
2087
2226
|
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected,
|
|
2088
|
-
aiGradientStart01: aiGradientStart01,
|
|
2089
|
-
aiGradientStart02: aiGradientStart02,
|
|
2090
|
-
aiGradientEnd: aiGradientEnd,
|
|
2091
|
-
slugCalloutShadowInner: slugCalloutShadowInner,
|
|
2092
|
-
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2093
|
-
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2094
|
-
slugCalloutBorder01: slugCalloutBorder01,
|
|
2095
|
-
slugCalloutBorder02: slugCalloutBorder02,
|
|
2096
|
-
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
2097
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
2098
|
-
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2099
|
-
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2100
2227
|
slugCalloutCaretCenter: slugCalloutCaretCenter,
|
|
2101
2228
|
slugCalloutCaretBottom: slugCalloutCaretBottom,
|
|
2102
2229
|
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions,
|
|
2103
2230
|
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground,
|
|
2231
|
+
chatPromptBackground: chatPromptBackground,
|
|
2232
|
+
chatPromptBorderStart: chatPromptBorderStart,
|
|
2233
|
+
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
2234
|
+
chatBubbleUser: chatBubbleUser,
|
|
2235
|
+
chatBubbleAgent: chatBubbleAgent,
|
|
2236
|
+
chatBubbleAgentBorder: chatBubbleAgentBorder,
|
|
2237
|
+
chatAvatarBot: chatAvatarBot,
|
|
2238
|
+
chatAvatarAgent: chatAvatarAgent,
|
|
2239
|
+
chatAvatarUser: chatAvatarUser,
|
|
2104
2240
|
caption01: type$2.caption01,
|
|
2105
2241
|
caption02: type$2.caption02,
|
|
2106
2242
|
label01: type$2.label01,
|
|
@@ -4999,9 +5135,13 @@
|
|
|
4999
5135
|
properties: ['background'],
|
|
5000
5136
|
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',
|
|
5001
5137
|
// Phase 2
|
|
5002
|
-
'slug-callout-shadow-
|
|
5138
|
+
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5139
|
+
// Linear gradient refactor
|
|
5140
|
+
'ai-inner-shadow', 'ai-aura-start', 'ai-aura-end', 'ai-aura-hover-background', 'ai-aura-hover-start', 'ai-aura-hover-end', 'ai-border-strong', 'ai-border-start', 'ai-border-end', 'ai-drop-shadow',
|
|
5003
5141
|
// Caret tokens
|
|
5004
|
-
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions'
|
|
5142
|
+
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5143
|
+
// Chat tokens
|
|
5144
|
+
'chat-prompt-background', 'chat-prompt-border-start', 'chat-prompt-border-end', 'chat-bubble-user', 'chat-bubble-agent', 'chat-bubble-agent-border', 'chat-avatar-bot', 'chat-avatar-agent', 'chat-avatar-user']
|
|
5005
5145
|
});
|
|
5006
5146
|
var group = TokenGroup.create({
|
|
5007
5147
|
name: 'All',
|
|
@@ -5441,9 +5581,19 @@
|
|
|
5441
5581
|
enumerable: true,
|
|
5442
5582
|
get: function () { return layout$2.spacing13; }
|
|
5443
5583
|
});
|
|
5584
|
+
exports.aiAuraEnd = aiAuraEnd$3;
|
|
5585
|
+
exports.aiAuraHoverBackground = aiAuraHoverBackground$3;
|
|
5586
|
+
exports.aiAuraHoverEnd = aiAuraHoverEnd$3;
|
|
5587
|
+
exports.aiAuraHoverStart = aiAuraHoverStart$3;
|
|
5588
|
+
exports.aiAuraStart = aiAuraStart$3;
|
|
5589
|
+
exports.aiBorderEnd = aiBorderEnd$3;
|
|
5590
|
+
exports.aiBorderStart = aiBorderStart$3;
|
|
5591
|
+
exports.aiBorderStrong = aiBorderStrong$3;
|
|
5592
|
+
exports.aiDropShadow = aiDropShadow$3;
|
|
5444
5593
|
exports.aiGradientEnd = aiGradientEnd$3;
|
|
5445
5594
|
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5446
5595
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5596
|
+
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5447
5597
|
exports.background = background$8;
|
|
5448
5598
|
exports.backgroundActive = backgroundActive$7;
|
|
5449
5599
|
exports.backgroundBrand = backgroundBrand$7;
|
|
@@ -5469,6 +5619,15 @@
|
|
|
5469
5619
|
exports.borderTile02 = borderTile02$3;
|
|
5470
5620
|
exports.borderTile03 = borderTile03$3;
|
|
5471
5621
|
exports.buttonTokens = index$2;
|
|
5622
|
+
exports.chatAvatarAgent = chatAvatarAgent$3;
|
|
5623
|
+
exports.chatAvatarBot = chatAvatarBot$3;
|
|
5624
|
+
exports.chatAvatarUser = chatAvatarUser$3;
|
|
5625
|
+
exports.chatBubbleAgent = chatBubbleAgent$3;
|
|
5626
|
+
exports.chatBubbleAgentBorder = chatBubbleAgentBorder$3;
|
|
5627
|
+
exports.chatBubbleUser = chatBubbleUser$3;
|
|
5628
|
+
exports.chatPromptBackground = chatPromptBackground$3;
|
|
5629
|
+
exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
|
|
5630
|
+
exports.chatPromptBorderStart = chatPromptBorderStart$3;
|
|
5472
5631
|
exports.field01 = field01$7;
|
|
5473
5632
|
exports.field02 = field02$7;
|
|
5474
5633
|
exports.field03 = field03$3;
|
|
@@ -5539,8 +5698,6 @@
|
|
|
5539
5698
|
exports.slugCalloutAuraStartHover01 = slugCalloutAuraStartHover01$3;
|
|
5540
5699
|
exports.slugCalloutAuraStartHover02 = slugCalloutAuraStartHover02$3;
|
|
5541
5700
|
exports.slugCalloutAuraStartSelected = slugCalloutAuraStartSelected$3;
|
|
5542
|
-
exports.slugCalloutBorder01 = slugCalloutBorder01$3;
|
|
5543
|
-
exports.slugCalloutBorder02 = slugCalloutBorder02$3;
|
|
5544
5701
|
exports.slugCalloutCaretBottom = slugCalloutCaretBottom$3;
|
|
5545
5702
|
exports.slugCalloutCaretBottomBackground = slugCalloutCaretBottomBackground$3;
|
|
5546
5703
|
exports.slugCalloutCaretBottomBackgroundActions = slugCalloutCaretBottomBackgroundActions$3;
|
|
@@ -5551,7 +5708,6 @@
|
|
|
5551
5708
|
exports.slugCalloutGradientTop = slugCalloutGradientTop$3;
|
|
5552
5709
|
exports.slugCalloutGradientTopHover = slugCalloutGradientTopHover$3;
|
|
5553
5710
|
exports.slugCalloutGradientTopSelected = slugCalloutGradientTopSelected$3;
|
|
5554
|
-
exports.slugCalloutShadowInner = slugCalloutShadowInner$3;
|
|
5555
5711
|
exports.slugCalloutShadowOuter01 = slugCalloutShadowOuter01$3;
|
|
5556
5712
|
exports.slugCalloutShadowOuter02 = slugCalloutShadowOuter02$3;
|
|
5557
5713
|
exports.slugGradient = slugGradient$3;
|