@carbon/themes 11.32.0 → 11.33.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/README.md +9 -0
- package/es/index.js +224 -224
- package/lib/index.js +236 -245
- package/package.json +9 -7
- package/scss/generated/_tag-tokens.scss +82 -12
- package/scss/generated/_themes.scss +64 -100
- package/scss/generated/_tokens.scss +38 -85
- package/src/component-tokens/tag/tokens.js +108 -15
- package/src/g10.js +19 -32
- package/src/g100.js +19 -31
- package/src/g90.js +19 -31
- package/src/tokens/components.js +10 -0
- package/src/tokens/v11TokenGroup.js +15 -23
- package/src/white.js +19 -32
- package/telemetry.yml +7 -0
- package/umd/index.js +236 -245
package/umd/index.js
CHANGED
|
@@ -708,41 +708,22 @@
|
|
|
708
708
|
var aiAuraHoverStart$3 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
709
709
|
var aiAuraHoverEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
710
710
|
|
|
711
|
-
//
|
|
712
|
-
var
|
|
713
|
-
var
|
|
711
|
+
// AI Popover
|
|
712
|
+
var aiPopoverShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
713
|
+
var aiPopoverShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
714
714
|
|
|
715
715
|
// AI skeleton
|
|
716
|
-
var aiSkeletonBackground$3 = colors$1.
|
|
717
|
-
var aiSkeletonElementBackground$3 = colors$1.
|
|
716
|
+
var aiSkeletonBackground$3 = colors$1.blue20;
|
|
717
|
+
var aiSkeletonElementBackground$3 = colors$1.blue50;
|
|
718
718
|
|
|
719
719
|
// AI Modal tokens
|
|
720
720
|
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
721
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
|
-
var aiGradientStart01$3 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
726
|
-
var aiGradientStart02$3 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
727
|
-
var aiGradientEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
728
|
-
var slugCalloutAuraStart$3 = aiAuraStart$3;
|
|
729
|
-
var slugCalloutAuraEnd$3 = aiAuraEnd$3;
|
|
730
|
-
var slugCalloutGradientTopHover$3 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
731
|
-
var slugCalloutGradientBottomHover$3 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
732
|
-
var slugCalloutAuraStartHover01$3 = colors$1.rgba(colors$1.white, 0.5);
|
|
733
|
-
var slugCalloutAuraEndHover01$3 = colors$1.rgba(colors$1.white, 0);
|
|
734
|
-
var slugCalloutAuraStartHover02$3 = colors$1.rgba(colors$1.blue20, 0.5);
|
|
735
|
-
var slugCalloutAuraEndHover02$3 = colors$1.rgba(colors$1.white, 0);
|
|
736
|
-
var slugCalloutGradientTopSelected$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
737
|
-
var slugCalloutGradientBottomSelected$3 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
738
|
-
var slugCalloutAuraStartSelected$3 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
739
|
-
var slugCalloutAuraEndSelected$3 = colors$1.rgba(colors$1.white, 0);
|
|
740
|
-
|
|
741
722
|
// One off tokens for caret
|
|
742
|
-
var
|
|
743
|
-
var
|
|
744
|
-
var
|
|
745
|
-
var
|
|
723
|
+
var aiPopoverCaretCenter$3 = '#A7C7FF';
|
|
724
|
+
var aiPopoverCaretBottom$3 = colors$1.blue20;
|
|
725
|
+
var aiPopoverCaretBottomBackgroundActions$3 = '#DAE5F8';
|
|
726
|
+
var aiPopoverCaretBottomBackground$3 = '#D5E5FF';
|
|
746
727
|
|
|
747
728
|
// Chat tokens
|
|
748
729
|
var chatPromptBackground$3 = colors$1.white;
|
|
@@ -754,6 +735,16 @@
|
|
|
754
735
|
var chatAvatarBot$3 = colors$1.gray60;
|
|
755
736
|
var chatAvatarAgent$3 = colors$1.gray80;
|
|
756
737
|
var chatAvatarUser$3 = colors$1.blue60;
|
|
738
|
+
var chatShellBackground$3 = colors$1.white;
|
|
739
|
+
var chatHeaderBackground$3 = colors$1.white;
|
|
740
|
+
|
|
741
|
+
// Chat button tokens
|
|
742
|
+
var chatButton$3 = linkPrimary$7;
|
|
743
|
+
var chatButtonHover$3 = backgroundHover$7;
|
|
744
|
+
var chatButtonTextHover$3 = linkPrimaryHover$7;
|
|
745
|
+
var chatButtonActive$3 = backgroundActive$7;
|
|
746
|
+
var chatButtonSelected$3 = backgroundSelected$7;
|
|
747
|
+
var chatButtonTextSelected$3 = textSecondary$7;
|
|
757
748
|
|
|
758
749
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
759
750
|
__proto__: null,
|
|
@@ -873,32 +864,15 @@
|
|
|
873
864
|
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
874
865
|
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
875
866
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
876
|
-
|
|
877
|
-
|
|
867
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
|
|
868
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
|
|
878
869
|
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
879
870
|
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
880
871
|
aiOverlay: aiOverlay$3,
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
aiGradientEnd: aiGradientEnd$3,
|
|
886
|
-
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
887
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
888
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$3,
|
|
889
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$3,
|
|
890
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$3,
|
|
891
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$3,
|
|
892
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$3,
|
|
893
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$3,
|
|
894
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$3,
|
|
895
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$3,
|
|
896
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$3,
|
|
897
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$3,
|
|
898
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$3,
|
|
899
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$3,
|
|
900
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$3,
|
|
901
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$3,
|
|
872
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$3,
|
|
873
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$3,
|
|
874
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
|
|
875
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
|
|
902
876
|
chatPromptBackground: chatPromptBackground$3,
|
|
903
877
|
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
904
878
|
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
@@ -908,6 +882,14 @@
|
|
|
908
882
|
chatAvatarBot: chatAvatarBot$3,
|
|
909
883
|
chatAvatarAgent: chatAvatarAgent$3,
|
|
910
884
|
chatAvatarUser: chatAvatarUser$3,
|
|
885
|
+
chatShellBackground: chatShellBackground$3,
|
|
886
|
+
chatHeaderBackground: chatHeaderBackground$3,
|
|
887
|
+
chatButton: chatButton$3,
|
|
888
|
+
chatButtonHover: chatButtonHover$3,
|
|
889
|
+
chatButtonTextHover: chatButtonTextHover$3,
|
|
890
|
+
chatButtonActive: chatButtonActive$3,
|
|
891
|
+
chatButtonSelected: chatButtonSelected$3,
|
|
892
|
+
chatButtonTextSelected: chatButtonTextSelected$3,
|
|
911
893
|
caption01: type$2.caption01,
|
|
912
894
|
caption02: type$2.caption02,
|
|
913
895
|
label01: type$2.label01,
|
|
@@ -1167,41 +1149,22 @@
|
|
|
1167
1149
|
var aiAuraHoverStart$2 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1168
1150
|
var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1169
1151
|
|
|
1170
|
-
//
|
|
1171
|
-
var
|
|
1172
|
-
var
|
|
1152
|
+
// AI Popover
|
|
1153
|
+
var aiPopoverShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1154
|
+
var aiPopoverShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1173
1155
|
|
|
1174
1156
|
// AI skeleton
|
|
1175
|
-
var aiSkeletonBackground$2 = colors$1.
|
|
1176
|
-
var aiSkeletonElementBackground$2 = colors$1.
|
|
1157
|
+
var aiSkeletonBackground$2 = colors$1.blue20;
|
|
1158
|
+
var aiSkeletonElementBackground$2 = colors$1.blue50;
|
|
1177
1159
|
|
|
1178
1160
|
// AI Modal tokens
|
|
1179
1161
|
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1180
1162
|
|
|
1181
|
-
//// Not used in phase 2 / possibly remove?
|
|
1182
|
-
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1183
|
-
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1184
|
-
var aiGradientStart01$2 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
1185
|
-
var aiGradientStart02$2 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
1186
|
-
var aiGradientEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1187
|
-
var slugCalloutAuraStart$2 = aiAuraStart$2;
|
|
1188
|
-
var slugCalloutAuraEnd$2 = aiAuraEnd$2;
|
|
1189
|
-
var slugCalloutGradientTopHover$2 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
1190
|
-
var slugCalloutGradientBottomHover$2 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
1191
|
-
var slugCalloutAuraStartHover01$2 = colors$1.rgba(colors$1.white, 0.5);
|
|
1192
|
-
var slugCalloutAuraEndHover01$2 = colors$1.rgba(colors$1.white, 0);
|
|
1193
|
-
var slugCalloutAuraStartHover02$2 = colors$1.rgba(colors$1.blue20, 0.5);
|
|
1194
|
-
var slugCalloutAuraEndHover02$2 = colors$1.rgba(colors$1.white, 0);
|
|
1195
|
-
var slugCalloutGradientTopSelected$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1196
|
-
var slugCalloutGradientBottomSelected$2 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
1197
|
-
var slugCalloutAuraStartSelected$2 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
1198
|
-
var slugCalloutAuraEndSelected$2 = colors$1.rgba(colors$1.white, 0);
|
|
1199
|
-
|
|
1200
1163
|
// One off tokens for caret
|
|
1201
|
-
var
|
|
1202
|
-
var
|
|
1203
|
-
var
|
|
1204
|
-
var
|
|
1164
|
+
var aiPopoverCaretCenter$2 = '#A7C7FF';
|
|
1165
|
+
var aiPopoverCaretBottom$2 = colors$1.blue20;
|
|
1166
|
+
var aiPopoverCaretBottomBackgroundActions$2 = '#D2DCEE';
|
|
1167
|
+
var aiPopoverCaretBottomBackground$2 = '#CCDBF8';
|
|
1205
1168
|
|
|
1206
1169
|
// Chat tokens
|
|
1207
1170
|
var chatPromptBackground$2 = colors$1.white;
|
|
@@ -1213,6 +1176,16 @@
|
|
|
1213
1176
|
var chatAvatarBot$2 = colors$1.gray60;
|
|
1214
1177
|
var chatAvatarAgent$2 = colors$1.gray80;
|
|
1215
1178
|
var chatAvatarUser$2 = colors$1.blue60;
|
|
1179
|
+
var chatShellBackground$2 = colors$1.white;
|
|
1180
|
+
var chatHeaderBackground$2 = colors$1.white;
|
|
1181
|
+
|
|
1182
|
+
// Chat button tokens
|
|
1183
|
+
var chatButton$2 = linkPrimary$6;
|
|
1184
|
+
var chatButtonHover$2 = backgroundHover$6;
|
|
1185
|
+
var chatButtonTextHover$2 = linkPrimaryHover$6;
|
|
1186
|
+
var chatButtonActive$2 = backgroundActive$6;
|
|
1187
|
+
var chatButtonSelected$2 = backgroundSelected$6;
|
|
1188
|
+
var chatButtonTextSelected$2 = textSecondary$6;
|
|
1216
1189
|
|
|
1217
1190
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1218
1191
|
__proto__: null,
|
|
@@ -1332,32 +1305,15 @@
|
|
|
1332
1305
|
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1333
1306
|
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1334
1307
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1335
|
-
|
|
1336
|
-
|
|
1308
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
|
|
1309
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
|
|
1337
1310
|
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1338
1311
|
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1339
1312
|
aiOverlay: aiOverlay$2,
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
aiGradientEnd: aiGradientEnd$2,
|
|
1345
|
-
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1346
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1347
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$2,
|
|
1348
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$2,
|
|
1349
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$2,
|
|
1350
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$2,
|
|
1351
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$2,
|
|
1352
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$2,
|
|
1353
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$2,
|
|
1354
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$2,
|
|
1355
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$2,
|
|
1356
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$2,
|
|
1357
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$2,
|
|
1358
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$2,
|
|
1359
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$2,
|
|
1360
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$2,
|
|
1313
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$2,
|
|
1314
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$2,
|
|
1315
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
|
|
1316
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
|
|
1361
1317
|
chatPromptBackground: chatPromptBackground$2,
|
|
1362
1318
|
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1363
1319
|
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
@@ -1367,6 +1323,14 @@
|
|
|
1367
1323
|
chatAvatarBot: chatAvatarBot$2,
|
|
1368
1324
|
chatAvatarAgent: chatAvatarAgent$2,
|
|
1369
1325
|
chatAvatarUser: chatAvatarUser$2,
|
|
1326
|
+
chatShellBackground: chatShellBackground$2,
|
|
1327
|
+
chatHeaderBackground: chatHeaderBackground$2,
|
|
1328
|
+
chatButton: chatButton$2,
|
|
1329
|
+
chatButtonHover: chatButtonHover$2,
|
|
1330
|
+
chatButtonTextHover: chatButtonTextHover$2,
|
|
1331
|
+
chatButtonActive: chatButtonActive$2,
|
|
1332
|
+
chatButtonSelected: chatButtonSelected$2,
|
|
1333
|
+
chatButtonTextSelected: chatButtonTextSelected$2,
|
|
1370
1334
|
caption01: type$2.caption01,
|
|
1371
1335
|
caption02: type$2.caption02,
|
|
1372
1336
|
label01: type$2.label01,
|
|
@@ -1626,41 +1590,22 @@
|
|
|
1626
1590
|
var aiAuraHoverStart$1 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1627
1591
|
var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1628
1592
|
|
|
1629
|
-
//
|
|
1630
|
-
var
|
|
1631
|
-
var
|
|
1593
|
+
// AI Popover
|
|
1594
|
+
var aiPopoverShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1595
|
+
var aiPopoverShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1632
1596
|
|
|
1633
1597
|
// AI skeleton
|
|
1634
|
-
var aiSkeletonBackground$1 = colors$1.
|
|
1635
|
-
var aiSkeletonElementBackground$1 = colors$1.
|
|
1598
|
+
var aiSkeletonBackground$1 = colors$1.blue30;
|
|
1599
|
+
var aiSkeletonElementBackground$1 = colors$1.blue80;
|
|
1636
1600
|
|
|
1637
1601
|
// AI Modal tokens
|
|
1638
1602
|
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1639
1603
|
|
|
1640
|
-
//// Not used in phase 2 / possibly remove?
|
|
1641
|
-
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1642
|
-
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1643
|
-
var aiGradientStart01$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1644
|
-
var aiGradientStart02$1 = 'transparent';
|
|
1645
|
-
var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
|
|
1646
|
-
var slugCalloutAuraStart$1 = aiAuraStart$1;
|
|
1647
|
-
var slugCalloutAuraEnd$1 = aiAuraEnd$1;
|
|
1648
|
-
var slugCalloutGradientTopHover$1 = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1649
|
-
var slugCalloutGradientBottomHover$1 = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1650
|
-
var slugCalloutAuraStartHover01$1 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
1651
|
-
var slugCalloutAuraEndHover01$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1652
|
-
var slugCalloutAuraStartHover02$1 = 'transparent';
|
|
1653
|
-
var slugCalloutAuraEndHover02$1 = 'transparent';
|
|
1654
|
-
var slugCalloutGradientTopSelected$1 = colors$1.rgba(colors$1.gray80, 0.85);
|
|
1655
|
-
var slugCalloutGradientBottomSelected$1 = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1656
|
-
var slugCalloutAuraStartSelected$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1657
|
-
var slugCalloutAuraEndSelected$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1658
|
-
|
|
1659
1604
|
// One off tokens for caret
|
|
1660
|
-
var
|
|
1661
|
-
var
|
|
1662
|
-
var
|
|
1663
|
-
var
|
|
1605
|
+
var aiPopoverCaretCenter$1 = '#456FB5';
|
|
1606
|
+
var aiPopoverCaretBottom$1 = '#465060';
|
|
1607
|
+
var aiPopoverCaretBottomBackgroundActions$1 = '#253042';
|
|
1608
|
+
var aiPopoverCaretBottomBackground$1 = '#2D3F5C';
|
|
1664
1609
|
|
|
1665
1610
|
// Chat tokens
|
|
1666
1611
|
var chatPromptBackground$1 = colors$1.gray100;
|
|
@@ -1672,6 +1617,16 @@
|
|
|
1672
1617
|
var chatAvatarBot$1 = colors$1.gray50;
|
|
1673
1618
|
var chatAvatarAgent$1 = colors$1.gray30;
|
|
1674
1619
|
var chatAvatarUser$1 = colors$1.blue50;
|
|
1620
|
+
var chatShellBackground$1 = colors$1.gray90;
|
|
1621
|
+
var chatHeaderBackground$1 = colors$1.gray90;
|
|
1622
|
+
|
|
1623
|
+
// Chat button tokens
|
|
1624
|
+
var chatButton$1 = linkPrimary$5;
|
|
1625
|
+
var chatButtonHover$1 = backgroundHover$5;
|
|
1626
|
+
var chatButtonTextHover$1 = linkPrimaryHover$5;
|
|
1627
|
+
var chatButtonActive$1 = backgroundActive$5;
|
|
1628
|
+
var chatButtonSelected$1 = backgroundSelected$5;
|
|
1629
|
+
var chatButtonTextSelected$1 = textSecondary$5;
|
|
1675
1630
|
|
|
1676
1631
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1677
1632
|
__proto__: null,
|
|
@@ -1791,32 +1746,15 @@
|
|
|
1791
1746
|
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1792
1747
|
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1793
1748
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1794
|
-
|
|
1795
|
-
|
|
1749
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
|
|
1750
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
|
|
1796
1751
|
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1797
1752
|
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1798
1753
|
aiOverlay: aiOverlay$1,
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
aiGradientEnd: aiGradientEnd$1,
|
|
1804
|
-
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1805
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1806
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$1,
|
|
1807
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$1,
|
|
1808
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$1,
|
|
1809
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$1,
|
|
1810
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$1,
|
|
1811
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$1,
|
|
1812
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$1,
|
|
1813
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$1,
|
|
1814
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$1,
|
|
1815
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$1,
|
|
1816
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$1,
|
|
1817
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$1,
|
|
1818
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$1,
|
|
1819
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$1,
|
|
1754
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$1,
|
|
1755
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$1,
|
|
1756
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
|
|
1757
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
|
|
1820
1758
|
chatPromptBackground: chatPromptBackground$1,
|
|
1821
1759
|
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1822
1760
|
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
@@ -1826,6 +1764,14 @@
|
|
|
1826
1764
|
chatAvatarBot: chatAvatarBot$1,
|
|
1827
1765
|
chatAvatarAgent: chatAvatarAgent$1,
|
|
1828
1766
|
chatAvatarUser: chatAvatarUser$1,
|
|
1767
|
+
chatShellBackground: chatShellBackground$1,
|
|
1768
|
+
chatHeaderBackground: chatHeaderBackground$1,
|
|
1769
|
+
chatButton: chatButton$1,
|
|
1770
|
+
chatButtonHover: chatButtonHover$1,
|
|
1771
|
+
chatButtonTextHover: chatButtonTextHover$1,
|
|
1772
|
+
chatButtonActive: chatButtonActive$1,
|
|
1773
|
+
chatButtonSelected: chatButtonSelected$1,
|
|
1774
|
+
chatButtonTextSelected: chatButtonTextSelected$1,
|
|
1829
1775
|
caption01: type$2.caption01,
|
|
1830
1776
|
caption02: type$2.caption02,
|
|
1831
1777
|
label01: type$2.label01,
|
|
@@ -2085,41 +2031,22 @@
|
|
|
2085
2031
|
var aiAuraHoverStart = colors$1.rgba(colors$1.blue50, 0.4);
|
|
2086
2032
|
var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
2087
2033
|
|
|
2088
|
-
//
|
|
2089
|
-
var
|
|
2090
|
-
var
|
|
2034
|
+
// AI Popover
|
|
2035
|
+
var aiPopoverShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2036
|
+
var aiPopoverShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2091
2037
|
|
|
2092
2038
|
// AI skeleton
|
|
2093
|
-
var aiSkeletonBackground = colors$1.
|
|
2094
|
-
var aiSkeletonElementBackground = colors$1.
|
|
2039
|
+
var aiSkeletonBackground = colors$1.blue30;
|
|
2040
|
+
var aiSkeletonElementBackground = colors$1.blue80;
|
|
2095
2041
|
|
|
2096
2042
|
// AI Modal tokens
|
|
2097
2043
|
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2098
2044
|
|
|
2099
|
-
//// Not used in phase 2 / possibly remove?
|
|
2100
|
-
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
2101
|
-
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
2102
|
-
var aiGradientStart01 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
2103
|
-
var aiGradientStart02 = 'transparent';
|
|
2104
|
-
var aiGradientEnd = 'rgba(38, 38, 38, 0)';
|
|
2105
|
-
var slugCalloutAuraStart = aiAuraStart;
|
|
2106
|
-
var slugCalloutAuraEnd = aiAuraEnd;
|
|
2107
|
-
var slugCalloutGradientTopHover = colors$1.rgba(colors$1.gray80, 0.55);
|
|
2108
|
-
var slugCalloutGradientBottomHover = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
2109
|
-
var slugCalloutAuraStartHover01 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
2110
|
-
var slugCalloutAuraEndHover01 = colors$1.rgba(colors$1.gray100, 0);
|
|
2111
|
-
var slugCalloutAuraStartHover02 = 'transparent';
|
|
2112
|
-
var slugCalloutAuraEndHover02 = 'transparent';
|
|
2113
|
-
var slugCalloutGradientTopSelected = colors$1.rgba(colors$1.gray80, 0.85);
|
|
2114
|
-
var slugCalloutGradientBottomSelected = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
2115
|
-
var slugCalloutAuraStartSelected = colors$1.rgba(colors$1.blue20, 0.2);
|
|
2116
|
-
var slugCalloutAuraEndSelected = colors$1.rgba(colors$1.gray100, 0);
|
|
2117
|
-
|
|
2118
2045
|
// One off tokens for caret
|
|
2119
|
-
var
|
|
2120
|
-
var
|
|
2121
|
-
var
|
|
2122
|
-
var
|
|
2046
|
+
var aiPopoverCaretCenter = '#3F68AF';
|
|
2047
|
+
var aiPopoverCaretBottom = '#3D4655';
|
|
2048
|
+
var aiPopoverCaretBottomBackgroundActions = '#192436';
|
|
2049
|
+
var aiPopoverCaretBottomBackground = '#213250';
|
|
2123
2050
|
|
|
2124
2051
|
// Chat tokens
|
|
2125
2052
|
var chatPromptBackground = colors$1.gray100;
|
|
@@ -2131,6 +2058,16 @@
|
|
|
2131
2058
|
var chatAvatarBot = colors$1.gray50;
|
|
2132
2059
|
var chatAvatarAgent = colors$1.gray30;
|
|
2133
2060
|
var chatAvatarUser = colors$1.blue50;
|
|
2061
|
+
var chatShellBackground = colors$1.gray90;
|
|
2062
|
+
var chatHeaderBackground = colors$1.gray90;
|
|
2063
|
+
|
|
2064
|
+
// Chat button tokens
|
|
2065
|
+
var chatButton = linkPrimary$4;
|
|
2066
|
+
var chatButtonHover = backgroundHover$4;
|
|
2067
|
+
var chatButtonTextHover = linkPrimaryHover$4;
|
|
2068
|
+
var chatButtonActive = backgroundActive$4;
|
|
2069
|
+
var chatButtonSelected = backgroundSelected$4;
|
|
2070
|
+
var chatButtonTextSelected = textSecondary$4;
|
|
2134
2071
|
|
|
2135
2072
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
2136
2073
|
__proto__: null,
|
|
@@ -2250,32 +2187,15 @@
|
|
|
2250
2187
|
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
2251
2188
|
aiAuraHoverStart: aiAuraHoverStart,
|
|
2252
2189
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2253
|
-
|
|
2254
|
-
|
|
2190
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01,
|
|
2191
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02,
|
|
2255
2192
|
aiSkeletonBackground: aiSkeletonBackground,
|
|
2256
2193
|
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2257
2194
|
aiOverlay: aiOverlay,
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
aiGradientEnd: aiGradientEnd,
|
|
2263
|
-
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
2264
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
2265
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover,
|
|
2266
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover,
|
|
2267
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01,
|
|
2268
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01,
|
|
2269
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02,
|
|
2270
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02,
|
|
2271
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected,
|
|
2272
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected,
|
|
2273
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected,
|
|
2274
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected,
|
|
2275
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter,
|
|
2276
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom,
|
|
2277
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions,
|
|
2278
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground,
|
|
2195
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter,
|
|
2196
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom,
|
|
2197
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
|
|
2198
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
|
|
2279
2199
|
chatPromptBackground: chatPromptBackground,
|
|
2280
2200
|
chatPromptBorderStart: chatPromptBorderStart,
|
|
2281
2201
|
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
@@ -2285,6 +2205,14 @@
|
|
|
2285
2205
|
chatAvatarBot: chatAvatarBot,
|
|
2286
2206
|
chatAvatarAgent: chatAvatarAgent,
|
|
2287
2207
|
chatAvatarUser: chatAvatarUser,
|
|
2208
|
+
chatShellBackground: chatShellBackground,
|
|
2209
|
+
chatHeaderBackground: chatHeaderBackground,
|
|
2210
|
+
chatButton: chatButton,
|
|
2211
|
+
chatButtonHover: chatButtonHover,
|
|
2212
|
+
chatButtonTextHover: chatButtonTextHover,
|
|
2213
|
+
chatButtonActive: chatButtonActive,
|
|
2214
|
+
chatButtonSelected: chatButtonSelected,
|
|
2215
|
+
chatButtonTextSelected: chatButtonTextSelected,
|
|
2288
2216
|
caption01: type$2.caption01,
|
|
2289
2217
|
caption02: type$2.caption02,
|
|
2290
2218
|
label01: type$2.label01,
|
|
@@ -4525,10 +4453,10 @@
|
|
|
4525
4453
|
g100: colors$1.gray70
|
|
4526
4454
|
};
|
|
4527
4455
|
var tagColorGray = {
|
|
4528
|
-
whiteTheme: colors$1.
|
|
4529
|
-
g10: colors$1.
|
|
4530
|
-
g90: colors$1.
|
|
4531
|
-
g100: colors$1.
|
|
4456
|
+
whiteTheme: colors$1.gray100,
|
|
4457
|
+
g10: colors$1.gray100,
|
|
4458
|
+
g90: colors$1.gray10,
|
|
4459
|
+
g100: colors$1.gray10
|
|
4532
4460
|
};
|
|
4533
4461
|
var tagHoverGray = {
|
|
4534
4462
|
whiteTheme: colors$1.gray20Hover,
|
|
@@ -4543,10 +4471,10 @@
|
|
|
4543
4471
|
g100: colors$1.coolGray70
|
|
4544
4472
|
};
|
|
4545
4473
|
var tagColorCoolGray = {
|
|
4546
|
-
whiteTheme: colors$1.
|
|
4547
|
-
g10: colors$1.
|
|
4548
|
-
g90: colors$1.
|
|
4549
|
-
g100: colors$1.
|
|
4474
|
+
whiteTheme: colors$1.coolGray100,
|
|
4475
|
+
g10: colors$1.coolGray100,
|
|
4476
|
+
g90: colors$1.coolGray10,
|
|
4477
|
+
g100: colors$1.coolGray10
|
|
4550
4478
|
};
|
|
4551
4479
|
var tagHoverCoolGray = {
|
|
4552
4480
|
whiteTheme: colors$1.coolGray20Hover,
|
|
@@ -4561,10 +4489,10 @@
|
|
|
4561
4489
|
g100: colors$1.warmGray70
|
|
4562
4490
|
};
|
|
4563
4491
|
var tagColorWarmGray = {
|
|
4564
|
-
whiteTheme: colors$1.
|
|
4565
|
-
g10: colors$1.
|
|
4566
|
-
g90: colors$1.
|
|
4567
|
-
g100: colors$1.
|
|
4492
|
+
whiteTheme: colors$1.warmGray100,
|
|
4493
|
+
g10: colors$1.warmGray100,
|
|
4494
|
+
g90: colors$1.warmGray10,
|
|
4495
|
+
g100: colors$1.warmGray10
|
|
4568
4496
|
};
|
|
4569
4497
|
var tagHoverWarmGray = {
|
|
4570
4498
|
whiteTheme: colors$1.warmGray20Hover,
|
|
@@ -4572,6 +4500,66 @@
|
|
|
4572
4500
|
g90: colors$1.warmGray70Hover,
|
|
4573
4501
|
g100: colors$1.warmGray70Hover
|
|
4574
4502
|
};
|
|
4503
|
+
var tagBorderRed = {
|
|
4504
|
+
whiteTheme: colors$1.red40,
|
|
4505
|
+
g10: colors$1.red40,
|
|
4506
|
+
g90: colors$1.red50,
|
|
4507
|
+
g100: colors$1.red50
|
|
4508
|
+
};
|
|
4509
|
+
var tagBorderBlue = {
|
|
4510
|
+
whiteTheme: colors$1.blue40,
|
|
4511
|
+
g10: colors$1.blue40,
|
|
4512
|
+
g90: colors$1.blue50,
|
|
4513
|
+
g100: colors$1.blue50
|
|
4514
|
+
};
|
|
4515
|
+
var tagBorderCyan = {
|
|
4516
|
+
whiteTheme: colors$1.cyan40,
|
|
4517
|
+
g10: colors$1.cyan40,
|
|
4518
|
+
g90: colors$1.cyan50,
|
|
4519
|
+
g100: colors$1.cyan50
|
|
4520
|
+
};
|
|
4521
|
+
var tagBorderTeal = {
|
|
4522
|
+
whiteTheme: colors$1.teal40,
|
|
4523
|
+
g10: colors$1.teal40,
|
|
4524
|
+
g90: colors$1.teal50,
|
|
4525
|
+
g100: colors$1.teal50
|
|
4526
|
+
};
|
|
4527
|
+
var tagBorderGreen = {
|
|
4528
|
+
whiteTheme: colors$1.green40,
|
|
4529
|
+
g10: colors$1.green40,
|
|
4530
|
+
g90: colors$1.green50,
|
|
4531
|
+
g100: colors$1.green50
|
|
4532
|
+
};
|
|
4533
|
+
var tagBorderMagenta = {
|
|
4534
|
+
whiteTheme: colors$1.magenta40,
|
|
4535
|
+
g10: colors$1.magenta40,
|
|
4536
|
+
g90: colors$1.magenta50,
|
|
4537
|
+
g100: colors$1.magenta50
|
|
4538
|
+
};
|
|
4539
|
+
var tagBorderPurple = {
|
|
4540
|
+
whiteTheme: colors$1.purple40,
|
|
4541
|
+
g10: colors$1.purple40,
|
|
4542
|
+
g90: colors$1.purple50,
|
|
4543
|
+
g100: colors$1.purple50
|
|
4544
|
+
};
|
|
4545
|
+
var tagBorderGray = {
|
|
4546
|
+
whiteTheme: colors$1.gray40,
|
|
4547
|
+
g10: colors$1.gray40,
|
|
4548
|
+
g90: colors$1.gray50,
|
|
4549
|
+
g100: colors$1.gray50
|
|
4550
|
+
};
|
|
4551
|
+
var tagBorderCoolGray = {
|
|
4552
|
+
whiteTheme: colors$1.coolGray40,
|
|
4553
|
+
g10: colors$1.coolGray40,
|
|
4554
|
+
g90: colors$1.coolGray50,
|
|
4555
|
+
g100: colors$1.coolGray50
|
|
4556
|
+
};
|
|
4557
|
+
var tagBorderWarmGray = {
|
|
4558
|
+
whiteTheme: colors$1.warmGray40,
|
|
4559
|
+
g10: colors$1.warmGray40,
|
|
4560
|
+
g90: colors$1.warmGray50,
|
|
4561
|
+
g100: colors$1.warmGray50
|
|
4562
|
+
};
|
|
4575
4563
|
|
|
4576
4564
|
var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
4577
4565
|
__proto__: null,
|
|
@@ -4604,7 +4592,17 @@
|
|
|
4604
4592
|
tagHoverCoolGray: tagHoverCoolGray,
|
|
4605
4593
|
tagBackgroundWarmGray: tagBackgroundWarmGray,
|
|
4606
4594
|
tagColorWarmGray: tagColorWarmGray,
|
|
4607
|
-
tagHoverWarmGray: tagHoverWarmGray
|
|
4595
|
+
tagHoverWarmGray: tagHoverWarmGray,
|
|
4596
|
+
tagBorderRed: tagBorderRed,
|
|
4597
|
+
tagBorderBlue: tagBorderBlue,
|
|
4598
|
+
tagBorderCyan: tagBorderCyan,
|
|
4599
|
+
tagBorderTeal: tagBorderTeal,
|
|
4600
|
+
tagBorderGreen: tagBorderGreen,
|
|
4601
|
+
tagBorderMagenta: tagBorderMagenta,
|
|
4602
|
+
tagBorderPurple: tagBorderPurple,
|
|
4603
|
+
tagBorderGray: tagBorderGray,
|
|
4604
|
+
tagBorderCoolGray: tagBorderCoolGray,
|
|
4605
|
+
tagBorderWarmGray: tagBorderWarmGray
|
|
4608
4606
|
});
|
|
4609
4607
|
|
|
4610
4608
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -5181,15 +5179,17 @@
|
|
|
5181
5179
|
var ai = TokenGroup.create({
|
|
5182
5180
|
name: 'AI',
|
|
5183
5181
|
properties: ['background'],
|
|
5184
|
-
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5182
|
+
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5185
5183
|
// Phase 2
|
|
5186
|
-
'
|
|
5184
|
+
'ai-popover-shadow-outer-01', 'ai-popover-shadow-outer-02',
|
|
5187
5185
|
// Linear gradient refactor
|
|
5188
5186
|
'ai-inner-shadow', 'ai-aura-start', 'ai-aura-start-table', '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', 'ai-skeleton-background', 'ai-skeleton-element-background', 'ai-overlay',
|
|
5189
5187
|
// Caret tokens
|
|
5190
|
-
'
|
|
5188
|
+
'ai-popover-caret-center', 'ai-popover-caret-bottom', 'ai-popover-caret-bottom-background', 'ai-popover-caret-bottom-background-actions',
|
|
5191
5189
|
// Chat tokens
|
|
5192
|
-
'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'
|
|
5190
|
+
'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', 'chat-shell-background', 'chat-header-background',
|
|
5191
|
+
// Chat button tokens
|
|
5192
|
+
'chat-button', 'chat-button-hover', 'chat-button-text-hover', 'chat-button-active', 'chat-button-selected', 'chat-button-text-selected']
|
|
5193
5193
|
});
|
|
5194
5194
|
var group = TokenGroup.create({
|
|
5195
5195
|
name: 'All',
|
|
@@ -5231,7 +5231,7 @@
|
|
|
5231
5231
|
var tag = TokenGroup.create({
|
|
5232
5232
|
name: 'Tag',
|
|
5233
5233
|
properties: [],
|
|
5234
|
-
tokens: ['tag-background-red', 'tag-color-red', 'tag-hover-red', 'tag-background-magenta', 'tag-color-magenta', 'tag-hover-magenta', 'tag-background-purple', 'tag-color-purple', 'tag-hover-purple', 'tag-background-blue', 'tag-color-blue', 'tag-hover-blue', 'tag-background-cyan', 'tag-color-cyan', 'tag-hover-cyan', 'tag-background-teal', 'tag-color-teal', 'tag-hover-teal', 'tag-background-green', 'tag-color-green', 'tag-hover-green', 'tag-background-gray', 'tag-color-gray', 'tag-hover-gray', 'tag-background-cool-gray', 'tag-color-cool-gray', 'tag-hover-cool-gray', 'tag-background-warm-gray', 'tag-color-warm-gray', 'tag-hover-warm-gray']
|
|
5234
|
+
tokens: ['tag-background-red', 'tag-color-red', 'tag-hover-red', 'tag-background-magenta', 'tag-color-magenta', 'tag-hover-magenta', 'tag-background-purple', 'tag-color-purple', 'tag-hover-purple', 'tag-background-blue', 'tag-color-blue', 'tag-hover-blue', 'tag-background-cyan', 'tag-color-cyan', 'tag-hover-cyan', 'tag-background-teal', 'tag-color-teal', 'tag-hover-teal', 'tag-background-green', 'tag-color-green', 'tag-hover-green', 'tag-background-gray', 'tag-color-gray', 'tag-hover-gray', 'tag-border-red', 'tag-border-blue', 'tag-border-cyan', 'tag-border-teal', 'tag-border-green', 'tag-border-magenta', 'tag-border-purple', 'tag-border-gray', 'tag-border-cool-gray', 'tag-border-warm-gray', 'tag-background-cool-gray', 'tag-color-cool-gray', 'tag-hover-cool-gray', 'tag-background-warm-gray', 'tag-color-warm-gray', 'tag-hover-warm-gray']
|
|
5235
5235
|
});
|
|
5236
5236
|
|
|
5237
5237
|
var components = /*#__PURE__*/Object.freeze({
|
|
@@ -5639,11 +5639,14 @@
|
|
|
5639
5639
|
exports.aiBorderStart = aiBorderStart$3;
|
|
5640
5640
|
exports.aiBorderStrong = aiBorderStrong$3;
|
|
5641
5641
|
exports.aiDropShadow = aiDropShadow$3;
|
|
5642
|
-
exports.aiGradientEnd = aiGradientEnd$3;
|
|
5643
|
-
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5644
|
-
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5645
5642
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5646
5643
|
exports.aiOverlay = aiOverlay$3;
|
|
5644
|
+
exports.aiPopoverCaretBottom = aiPopoverCaretBottom$3;
|
|
5645
|
+
exports.aiPopoverCaretBottomBackground = aiPopoverCaretBottomBackground$3;
|
|
5646
|
+
exports.aiPopoverCaretBottomBackgroundActions = aiPopoverCaretBottomBackgroundActions$3;
|
|
5647
|
+
exports.aiPopoverCaretCenter = aiPopoverCaretCenter$3;
|
|
5648
|
+
exports.aiPopoverShadowOuter01 = aiPopoverShadowOuter01$3;
|
|
5649
|
+
exports.aiPopoverShadowOuter02 = aiPopoverShadowOuter02$3;
|
|
5647
5650
|
exports.aiSkeletonBackground = aiSkeletonBackground$3;
|
|
5648
5651
|
exports.aiSkeletonElementBackground = aiSkeletonElementBackground$3;
|
|
5649
5652
|
exports.background = background$8;
|
|
@@ -5677,9 +5680,17 @@
|
|
|
5677
5680
|
exports.chatBubbleAgent = chatBubbleAgent$3;
|
|
5678
5681
|
exports.chatBubbleAgentBorder = chatBubbleAgentBorder$3;
|
|
5679
5682
|
exports.chatBubbleUser = chatBubbleUser$3;
|
|
5683
|
+
exports.chatButton = chatButton$3;
|
|
5684
|
+
exports.chatButtonActive = chatButtonActive$3;
|
|
5685
|
+
exports.chatButtonHover = chatButtonHover$3;
|
|
5686
|
+
exports.chatButtonSelected = chatButtonSelected$3;
|
|
5687
|
+
exports.chatButtonTextHover = chatButtonTextHover$3;
|
|
5688
|
+
exports.chatButtonTextSelected = chatButtonTextSelected$3;
|
|
5689
|
+
exports.chatHeaderBackground = chatHeaderBackground$3;
|
|
5680
5690
|
exports.chatPromptBackground = chatPromptBackground$3;
|
|
5681
5691
|
exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
|
|
5682
5692
|
exports.chatPromptBorderStart = chatPromptBorderStart$3;
|
|
5693
|
+
exports.chatShellBackground = chatShellBackground$3;
|
|
5683
5694
|
exports.field01 = field01$7;
|
|
5684
5695
|
exports.field02 = field02$7;
|
|
5685
5696
|
exports.field03 = field03$3;
|
|
@@ -5742,26 +5753,6 @@
|
|
|
5742
5753
|
exports.skeletonElement = skeletonElement$7;
|
|
5743
5754
|
exports.slugBackground = slugBackground$3;
|
|
5744
5755
|
exports.slugBackgroundHover = slugBackgroundHover$3;
|
|
5745
|
-
exports.slugCalloutAuraEnd = slugCalloutAuraEnd$3;
|
|
5746
|
-
exports.slugCalloutAuraEndHover01 = slugCalloutAuraEndHover01$3;
|
|
5747
|
-
exports.slugCalloutAuraEndHover02 = slugCalloutAuraEndHover02$3;
|
|
5748
|
-
exports.slugCalloutAuraEndSelected = slugCalloutAuraEndSelected$3;
|
|
5749
|
-
exports.slugCalloutAuraStart = slugCalloutAuraStart$3;
|
|
5750
|
-
exports.slugCalloutAuraStartHover01 = slugCalloutAuraStartHover01$3;
|
|
5751
|
-
exports.slugCalloutAuraStartHover02 = slugCalloutAuraStartHover02$3;
|
|
5752
|
-
exports.slugCalloutAuraStartSelected = slugCalloutAuraStartSelected$3;
|
|
5753
|
-
exports.slugCalloutCaretBottom = slugCalloutCaretBottom$3;
|
|
5754
|
-
exports.slugCalloutCaretBottomBackground = slugCalloutCaretBottomBackground$3;
|
|
5755
|
-
exports.slugCalloutCaretBottomBackgroundActions = slugCalloutCaretBottomBackgroundActions$3;
|
|
5756
|
-
exports.slugCalloutCaretCenter = slugCalloutCaretCenter$3;
|
|
5757
|
-
exports.slugCalloutGradientBottom = slugCalloutGradientBottom$3;
|
|
5758
|
-
exports.slugCalloutGradientBottomHover = slugCalloutGradientBottomHover$3;
|
|
5759
|
-
exports.slugCalloutGradientBottomSelected = slugCalloutGradientBottomSelected$3;
|
|
5760
|
-
exports.slugCalloutGradientTop = slugCalloutGradientTop$3;
|
|
5761
|
-
exports.slugCalloutGradientTopHover = slugCalloutGradientTopHover$3;
|
|
5762
|
-
exports.slugCalloutGradientTopSelected = slugCalloutGradientTopSelected$3;
|
|
5763
|
-
exports.slugCalloutShadowOuter01 = slugCalloutShadowOuter01$3;
|
|
5764
|
-
exports.slugCalloutShadowOuter02 = slugCalloutShadowOuter02$3;
|
|
5765
5756
|
exports.slugGradient = slugGradient$3;
|
|
5766
5757
|
exports.slugGradientHover = slugGradientHover$3;
|
|
5767
5758
|
exports.slugHollowHover = slugHollowHover$3;
|