@carbon/themes 11.32.0 → 11.33.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/README.md +9 -0
- package/es/index.js +166 -224
- package/lib/index.js +172 -245
- package/package.json +9 -7
- package/scss/generated/_tag-tokens.scss +82 -12
- package/scss/generated/_themes.scss +40 -100
- package/scss/generated/_tokens.scss +20 -85
- package/src/component-tokens/tag/tokens.js +108 -15
- package/src/g10.js +11 -32
- package/src/g100.js +11 -31
- package/src/g90.js +11 -31
- package/src/tokens/components.js +10 -0
- package/src/tokens/v11TokenGroup.js +8 -23
- package/src/white.js +11 -32
- package/telemetry.yml +7 -0
- package/umd/index.js +172 -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,8 @@
|
|
|
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;
|
|
757
740
|
|
|
758
741
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
759
742
|
__proto__: null,
|
|
@@ -873,32 +856,15 @@
|
|
|
873
856
|
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
874
857
|
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
875
858
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
876
|
-
|
|
877
|
-
|
|
859
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
|
|
860
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
|
|
878
861
|
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
879
862
|
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
880
863
|
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,
|
|
864
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$3,
|
|
865
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$3,
|
|
866
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
|
|
867
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
|
|
902
868
|
chatPromptBackground: chatPromptBackground$3,
|
|
903
869
|
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
904
870
|
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
@@ -908,6 +874,8 @@
|
|
|
908
874
|
chatAvatarBot: chatAvatarBot$3,
|
|
909
875
|
chatAvatarAgent: chatAvatarAgent$3,
|
|
910
876
|
chatAvatarUser: chatAvatarUser$3,
|
|
877
|
+
chatShellBackground: chatShellBackground$3,
|
|
878
|
+
chatHeaderBackground: chatHeaderBackground$3,
|
|
911
879
|
caption01: type$2.caption01,
|
|
912
880
|
caption02: type$2.caption02,
|
|
913
881
|
label01: type$2.label01,
|
|
@@ -1167,41 +1135,22 @@
|
|
|
1167
1135
|
var aiAuraHoverStart$2 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1168
1136
|
var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1169
1137
|
|
|
1170
|
-
//
|
|
1171
|
-
var
|
|
1172
|
-
var
|
|
1138
|
+
// AI Popover
|
|
1139
|
+
var aiPopoverShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1140
|
+
var aiPopoverShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1173
1141
|
|
|
1174
1142
|
// AI skeleton
|
|
1175
|
-
var aiSkeletonBackground$2 = colors$1.
|
|
1176
|
-
var aiSkeletonElementBackground$2 = colors$1.
|
|
1143
|
+
var aiSkeletonBackground$2 = colors$1.blue20;
|
|
1144
|
+
var aiSkeletonElementBackground$2 = colors$1.blue50;
|
|
1177
1145
|
|
|
1178
1146
|
// AI Modal tokens
|
|
1179
1147
|
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1180
1148
|
|
|
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
1149
|
// One off tokens for caret
|
|
1201
|
-
var
|
|
1202
|
-
var
|
|
1203
|
-
var
|
|
1204
|
-
var
|
|
1150
|
+
var aiPopoverCaretCenter$2 = '#A7C7FF';
|
|
1151
|
+
var aiPopoverCaretBottom$2 = colors$1.blue20;
|
|
1152
|
+
var aiPopoverCaretBottomBackgroundActions$2 = '#D2DCEE';
|
|
1153
|
+
var aiPopoverCaretBottomBackground$2 = '#CCDBF8';
|
|
1205
1154
|
|
|
1206
1155
|
// Chat tokens
|
|
1207
1156
|
var chatPromptBackground$2 = colors$1.white;
|
|
@@ -1213,6 +1162,8 @@
|
|
|
1213
1162
|
var chatAvatarBot$2 = colors$1.gray60;
|
|
1214
1163
|
var chatAvatarAgent$2 = colors$1.gray80;
|
|
1215
1164
|
var chatAvatarUser$2 = colors$1.blue60;
|
|
1165
|
+
var chatShellBackground$2 = colors$1.white;
|
|
1166
|
+
var chatHeaderBackground$2 = colors$1.white;
|
|
1216
1167
|
|
|
1217
1168
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1218
1169
|
__proto__: null,
|
|
@@ -1332,32 +1283,15 @@
|
|
|
1332
1283
|
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1333
1284
|
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1334
1285
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1335
|
-
|
|
1336
|
-
|
|
1286
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
|
|
1287
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
|
|
1337
1288
|
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1338
1289
|
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1339
1290
|
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,
|
|
1291
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$2,
|
|
1292
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$2,
|
|
1293
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
|
|
1294
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
|
|
1361
1295
|
chatPromptBackground: chatPromptBackground$2,
|
|
1362
1296
|
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1363
1297
|
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
@@ -1367,6 +1301,8 @@
|
|
|
1367
1301
|
chatAvatarBot: chatAvatarBot$2,
|
|
1368
1302
|
chatAvatarAgent: chatAvatarAgent$2,
|
|
1369
1303
|
chatAvatarUser: chatAvatarUser$2,
|
|
1304
|
+
chatShellBackground: chatShellBackground$2,
|
|
1305
|
+
chatHeaderBackground: chatHeaderBackground$2,
|
|
1370
1306
|
caption01: type$2.caption01,
|
|
1371
1307
|
caption02: type$2.caption02,
|
|
1372
1308
|
label01: type$2.label01,
|
|
@@ -1626,41 +1562,22 @@
|
|
|
1626
1562
|
var aiAuraHoverStart$1 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1627
1563
|
var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1628
1564
|
|
|
1629
|
-
//
|
|
1630
|
-
var
|
|
1631
|
-
var
|
|
1565
|
+
// AI Popover
|
|
1566
|
+
var aiPopoverShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1567
|
+
var aiPopoverShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1632
1568
|
|
|
1633
1569
|
// AI skeleton
|
|
1634
|
-
var aiSkeletonBackground$1 = colors$1.
|
|
1635
|
-
var aiSkeletonElementBackground$1 = colors$1.
|
|
1570
|
+
var aiSkeletonBackground$1 = colors$1.blue30;
|
|
1571
|
+
var aiSkeletonElementBackground$1 = colors$1.blue80;
|
|
1636
1572
|
|
|
1637
1573
|
// AI Modal tokens
|
|
1638
1574
|
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1639
1575
|
|
|
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
1576
|
// One off tokens for caret
|
|
1660
|
-
var
|
|
1661
|
-
var
|
|
1662
|
-
var
|
|
1663
|
-
var
|
|
1577
|
+
var aiPopoverCaretCenter$1 = '#456FB5';
|
|
1578
|
+
var aiPopoverCaretBottom$1 = '#465060';
|
|
1579
|
+
var aiPopoverCaretBottomBackgroundActions$1 = '#253042';
|
|
1580
|
+
var aiPopoverCaretBottomBackground$1 = '#2D3F5C';
|
|
1664
1581
|
|
|
1665
1582
|
// Chat tokens
|
|
1666
1583
|
var chatPromptBackground$1 = colors$1.gray100;
|
|
@@ -1672,6 +1589,8 @@
|
|
|
1672
1589
|
var chatAvatarBot$1 = colors$1.gray50;
|
|
1673
1590
|
var chatAvatarAgent$1 = colors$1.gray30;
|
|
1674
1591
|
var chatAvatarUser$1 = colors$1.blue50;
|
|
1592
|
+
var chatShellBackground$1 = colors$1.gray90;
|
|
1593
|
+
var chatHeaderBackground$1 = colors$1.gray90;
|
|
1675
1594
|
|
|
1676
1595
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1677
1596
|
__proto__: null,
|
|
@@ -1791,32 +1710,15 @@
|
|
|
1791
1710
|
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1792
1711
|
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1793
1712
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1794
|
-
|
|
1795
|
-
|
|
1713
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
|
|
1714
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
|
|
1796
1715
|
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1797
1716
|
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1798
1717
|
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,
|
|
1718
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$1,
|
|
1719
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$1,
|
|
1720
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
|
|
1721
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
|
|
1820
1722
|
chatPromptBackground: chatPromptBackground$1,
|
|
1821
1723
|
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1822
1724
|
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
@@ -1826,6 +1728,8 @@
|
|
|
1826
1728
|
chatAvatarBot: chatAvatarBot$1,
|
|
1827
1729
|
chatAvatarAgent: chatAvatarAgent$1,
|
|
1828
1730
|
chatAvatarUser: chatAvatarUser$1,
|
|
1731
|
+
chatShellBackground: chatShellBackground$1,
|
|
1732
|
+
chatHeaderBackground: chatHeaderBackground$1,
|
|
1829
1733
|
caption01: type$2.caption01,
|
|
1830
1734
|
caption02: type$2.caption02,
|
|
1831
1735
|
label01: type$2.label01,
|
|
@@ -2085,41 +1989,22 @@
|
|
|
2085
1989
|
var aiAuraHoverStart = colors$1.rgba(colors$1.blue50, 0.4);
|
|
2086
1990
|
var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
2087
1991
|
|
|
2088
|
-
//
|
|
2089
|
-
var
|
|
2090
|
-
var
|
|
1992
|
+
// AI Popover
|
|
1993
|
+
var aiPopoverShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1994
|
+
var aiPopoverShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2091
1995
|
|
|
2092
1996
|
// AI skeleton
|
|
2093
|
-
var aiSkeletonBackground = colors$1.
|
|
2094
|
-
var aiSkeletonElementBackground = colors$1.
|
|
1997
|
+
var aiSkeletonBackground = colors$1.blue30;
|
|
1998
|
+
var aiSkeletonElementBackground = colors$1.blue80;
|
|
2095
1999
|
|
|
2096
2000
|
// AI Modal tokens
|
|
2097
2001
|
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2098
2002
|
|
|
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
2003
|
// One off tokens for caret
|
|
2119
|
-
var
|
|
2120
|
-
var
|
|
2121
|
-
var
|
|
2122
|
-
var
|
|
2004
|
+
var aiPopoverCaretCenter = '#3F68AF';
|
|
2005
|
+
var aiPopoverCaretBottom = '#3D4655';
|
|
2006
|
+
var aiPopoverCaretBottomBackgroundActions = '#192436';
|
|
2007
|
+
var aiPopoverCaretBottomBackground = '#213250';
|
|
2123
2008
|
|
|
2124
2009
|
// Chat tokens
|
|
2125
2010
|
var chatPromptBackground = colors$1.gray100;
|
|
@@ -2131,6 +2016,8 @@
|
|
|
2131
2016
|
var chatAvatarBot = colors$1.gray50;
|
|
2132
2017
|
var chatAvatarAgent = colors$1.gray30;
|
|
2133
2018
|
var chatAvatarUser = colors$1.blue50;
|
|
2019
|
+
var chatShellBackground = colors$1.gray90;
|
|
2020
|
+
var chatHeaderBackground = colors$1.gray90;
|
|
2134
2021
|
|
|
2135
2022
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
2136
2023
|
__proto__: null,
|
|
@@ -2250,32 +2137,15 @@
|
|
|
2250
2137
|
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
2251
2138
|
aiAuraHoverStart: aiAuraHoverStart,
|
|
2252
2139
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2253
|
-
|
|
2254
|
-
|
|
2140
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01,
|
|
2141
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02,
|
|
2255
2142
|
aiSkeletonBackground: aiSkeletonBackground,
|
|
2256
2143
|
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2257
2144
|
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,
|
|
2145
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter,
|
|
2146
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom,
|
|
2147
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
|
|
2148
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
|
|
2279
2149
|
chatPromptBackground: chatPromptBackground,
|
|
2280
2150
|
chatPromptBorderStart: chatPromptBorderStart,
|
|
2281
2151
|
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
@@ -2285,6 +2155,8 @@
|
|
|
2285
2155
|
chatAvatarBot: chatAvatarBot,
|
|
2286
2156
|
chatAvatarAgent: chatAvatarAgent,
|
|
2287
2157
|
chatAvatarUser: chatAvatarUser,
|
|
2158
|
+
chatShellBackground: chatShellBackground,
|
|
2159
|
+
chatHeaderBackground: chatHeaderBackground,
|
|
2288
2160
|
caption01: type$2.caption01,
|
|
2289
2161
|
caption02: type$2.caption02,
|
|
2290
2162
|
label01: type$2.label01,
|
|
@@ -4525,10 +4397,10 @@
|
|
|
4525
4397
|
g100: colors$1.gray70
|
|
4526
4398
|
};
|
|
4527
4399
|
var tagColorGray = {
|
|
4528
|
-
whiteTheme: colors$1.
|
|
4529
|
-
g10: colors$1.
|
|
4530
|
-
g90: colors$1.
|
|
4531
|
-
g100: colors$1.
|
|
4400
|
+
whiteTheme: colors$1.gray100,
|
|
4401
|
+
g10: colors$1.gray100,
|
|
4402
|
+
g90: colors$1.gray10,
|
|
4403
|
+
g100: colors$1.gray10
|
|
4532
4404
|
};
|
|
4533
4405
|
var tagHoverGray = {
|
|
4534
4406
|
whiteTheme: colors$1.gray20Hover,
|
|
@@ -4543,10 +4415,10 @@
|
|
|
4543
4415
|
g100: colors$1.coolGray70
|
|
4544
4416
|
};
|
|
4545
4417
|
var tagColorCoolGray = {
|
|
4546
|
-
whiteTheme: colors$1.
|
|
4547
|
-
g10: colors$1.
|
|
4548
|
-
g90: colors$1.
|
|
4549
|
-
g100: colors$1.
|
|
4418
|
+
whiteTheme: colors$1.coolGray100,
|
|
4419
|
+
g10: colors$1.coolGray100,
|
|
4420
|
+
g90: colors$1.coolGray10,
|
|
4421
|
+
g100: colors$1.coolGray10
|
|
4550
4422
|
};
|
|
4551
4423
|
var tagHoverCoolGray = {
|
|
4552
4424
|
whiteTheme: colors$1.coolGray20Hover,
|
|
@@ -4561,10 +4433,10 @@
|
|
|
4561
4433
|
g100: colors$1.warmGray70
|
|
4562
4434
|
};
|
|
4563
4435
|
var tagColorWarmGray = {
|
|
4564
|
-
whiteTheme: colors$1.
|
|
4565
|
-
g10: colors$1.
|
|
4566
|
-
g90: colors$1.
|
|
4567
|
-
g100: colors$1.
|
|
4436
|
+
whiteTheme: colors$1.warmGray100,
|
|
4437
|
+
g10: colors$1.warmGray100,
|
|
4438
|
+
g90: colors$1.warmGray10,
|
|
4439
|
+
g100: colors$1.warmGray10
|
|
4568
4440
|
};
|
|
4569
4441
|
var tagHoverWarmGray = {
|
|
4570
4442
|
whiteTheme: colors$1.warmGray20Hover,
|
|
@@ -4572,6 +4444,66 @@
|
|
|
4572
4444
|
g90: colors$1.warmGray70Hover,
|
|
4573
4445
|
g100: colors$1.warmGray70Hover
|
|
4574
4446
|
};
|
|
4447
|
+
var tagBorderRed = {
|
|
4448
|
+
whiteTheme: colors$1.red40,
|
|
4449
|
+
g10: colors$1.red40,
|
|
4450
|
+
g90: colors$1.red50,
|
|
4451
|
+
g100: colors$1.red50
|
|
4452
|
+
};
|
|
4453
|
+
var tagBorderBlue = {
|
|
4454
|
+
whiteTheme: colors$1.blue40,
|
|
4455
|
+
g10: colors$1.blue40,
|
|
4456
|
+
g90: colors$1.blue50,
|
|
4457
|
+
g100: colors$1.blue50
|
|
4458
|
+
};
|
|
4459
|
+
var tagBorderCyan = {
|
|
4460
|
+
whiteTheme: colors$1.cyan40,
|
|
4461
|
+
g10: colors$1.cyan40,
|
|
4462
|
+
g90: colors$1.cyan50,
|
|
4463
|
+
g100: colors$1.cyan50
|
|
4464
|
+
};
|
|
4465
|
+
var tagBorderTeal = {
|
|
4466
|
+
whiteTheme: colors$1.teal40,
|
|
4467
|
+
g10: colors$1.teal40,
|
|
4468
|
+
g90: colors$1.teal50,
|
|
4469
|
+
g100: colors$1.teal50
|
|
4470
|
+
};
|
|
4471
|
+
var tagBorderGreen = {
|
|
4472
|
+
whiteTheme: colors$1.green40,
|
|
4473
|
+
g10: colors$1.green40,
|
|
4474
|
+
g90: colors$1.green50,
|
|
4475
|
+
g100: colors$1.green50
|
|
4476
|
+
};
|
|
4477
|
+
var tagBorderMagenta = {
|
|
4478
|
+
whiteTheme: colors$1.magenta40,
|
|
4479
|
+
g10: colors$1.magenta40,
|
|
4480
|
+
g90: colors$1.magenta50,
|
|
4481
|
+
g100: colors$1.magenta50
|
|
4482
|
+
};
|
|
4483
|
+
var tagBorderPurple = {
|
|
4484
|
+
whiteTheme: colors$1.purple40,
|
|
4485
|
+
g10: colors$1.purple40,
|
|
4486
|
+
g90: colors$1.purple50,
|
|
4487
|
+
g100: colors$1.purple50
|
|
4488
|
+
};
|
|
4489
|
+
var tagBorderGray = {
|
|
4490
|
+
whiteTheme: colors$1.gray40,
|
|
4491
|
+
g10: colors$1.gray40,
|
|
4492
|
+
g90: colors$1.gray50,
|
|
4493
|
+
g100: colors$1.gray50
|
|
4494
|
+
};
|
|
4495
|
+
var tagBorderCoolGray = {
|
|
4496
|
+
whiteTheme: colors$1.coolGray40,
|
|
4497
|
+
g10: colors$1.coolGray40,
|
|
4498
|
+
g90: colors$1.coolGray50,
|
|
4499
|
+
g100: colors$1.coolGray50
|
|
4500
|
+
};
|
|
4501
|
+
var tagBorderWarmGray = {
|
|
4502
|
+
whiteTheme: colors$1.warmGray40,
|
|
4503
|
+
g10: colors$1.warmGray40,
|
|
4504
|
+
g90: colors$1.warmGray50,
|
|
4505
|
+
g100: colors$1.warmGray50
|
|
4506
|
+
};
|
|
4575
4507
|
|
|
4576
4508
|
var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
4577
4509
|
__proto__: null,
|
|
@@ -4604,7 +4536,17 @@
|
|
|
4604
4536
|
tagHoverCoolGray: tagHoverCoolGray,
|
|
4605
4537
|
tagBackgroundWarmGray: tagBackgroundWarmGray,
|
|
4606
4538
|
tagColorWarmGray: tagColorWarmGray,
|
|
4607
|
-
tagHoverWarmGray: tagHoverWarmGray
|
|
4539
|
+
tagHoverWarmGray: tagHoverWarmGray,
|
|
4540
|
+
tagBorderRed: tagBorderRed,
|
|
4541
|
+
tagBorderBlue: tagBorderBlue,
|
|
4542
|
+
tagBorderCyan: tagBorderCyan,
|
|
4543
|
+
tagBorderTeal: tagBorderTeal,
|
|
4544
|
+
tagBorderGreen: tagBorderGreen,
|
|
4545
|
+
tagBorderMagenta: tagBorderMagenta,
|
|
4546
|
+
tagBorderPurple: tagBorderPurple,
|
|
4547
|
+
tagBorderGray: tagBorderGray,
|
|
4548
|
+
tagBorderCoolGray: tagBorderCoolGray,
|
|
4549
|
+
tagBorderWarmGray: tagBorderWarmGray
|
|
4608
4550
|
});
|
|
4609
4551
|
|
|
4610
4552
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -5181,15 +5123,15 @@
|
|
|
5181
5123
|
var ai = TokenGroup.create({
|
|
5182
5124
|
name: 'AI',
|
|
5183
5125
|
properties: ['background'],
|
|
5184
|
-
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5126
|
+
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5185
5127
|
// Phase 2
|
|
5186
|
-
'
|
|
5128
|
+
'ai-popover-shadow-outer-01', 'ai-popover-shadow-outer-02',
|
|
5187
5129
|
// Linear gradient refactor
|
|
5188
5130
|
'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
5131
|
// Caret tokens
|
|
5190
|
-
'
|
|
5132
|
+
'ai-popover-caret-center', 'ai-popover-caret-bottom', 'ai-popover-caret-bottom-background', 'ai-popover-caret-bottom-background-actions',
|
|
5191
5133
|
// 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']
|
|
5134
|
+
'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']
|
|
5193
5135
|
});
|
|
5194
5136
|
var group = TokenGroup.create({
|
|
5195
5137
|
name: 'All',
|
|
@@ -5231,7 +5173,7 @@
|
|
|
5231
5173
|
var tag = TokenGroup.create({
|
|
5232
5174
|
name: 'Tag',
|
|
5233
5175
|
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']
|
|
5176
|
+
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
5177
|
});
|
|
5236
5178
|
|
|
5237
5179
|
var components = /*#__PURE__*/Object.freeze({
|
|
@@ -5639,11 +5581,14 @@
|
|
|
5639
5581
|
exports.aiBorderStart = aiBorderStart$3;
|
|
5640
5582
|
exports.aiBorderStrong = aiBorderStrong$3;
|
|
5641
5583
|
exports.aiDropShadow = aiDropShadow$3;
|
|
5642
|
-
exports.aiGradientEnd = aiGradientEnd$3;
|
|
5643
|
-
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5644
|
-
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5645
5584
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5646
5585
|
exports.aiOverlay = aiOverlay$3;
|
|
5586
|
+
exports.aiPopoverCaretBottom = aiPopoverCaretBottom$3;
|
|
5587
|
+
exports.aiPopoverCaretBottomBackground = aiPopoverCaretBottomBackground$3;
|
|
5588
|
+
exports.aiPopoverCaretBottomBackgroundActions = aiPopoverCaretBottomBackgroundActions$3;
|
|
5589
|
+
exports.aiPopoverCaretCenter = aiPopoverCaretCenter$3;
|
|
5590
|
+
exports.aiPopoverShadowOuter01 = aiPopoverShadowOuter01$3;
|
|
5591
|
+
exports.aiPopoverShadowOuter02 = aiPopoverShadowOuter02$3;
|
|
5647
5592
|
exports.aiSkeletonBackground = aiSkeletonBackground$3;
|
|
5648
5593
|
exports.aiSkeletonElementBackground = aiSkeletonElementBackground$3;
|
|
5649
5594
|
exports.background = background$8;
|
|
@@ -5677,9 +5622,11 @@
|
|
|
5677
5622
|
exports.chatBubbleAgent = chatBubbleAgent$3;
|
|
5678
5623
|
exports.chatBubbleAgentBorder = chatBubbleAgentBorder$3;
|
|
5679
5624
|
exports.chatBubbleUser = chatBubbleUser$3;
|
|
5625
|
+
exports.chatHeaderBackground = chatHeaderBackground$3;
|
|
5680
5626
|
exports.chatPromptBackground = chatPromptBackground$3;
|
|
5681
5627
|
exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
|
|
5682
5628
|
exports.chatPromptBorderStart = chatPromptBorderStart$3;
|
|
5629
|
+
exports.chatShellBackground = chatShellBackground$3;
|
|
5683
5630
|
exports.field01 = field01$7;
|
|
5684
5631
|
exports.field02 = field02$7;
|
|
5685
5632
|
exports.field03 = field03$3;
|
|
@@ -5742,26 +5689,6 @@
|
|
|
5742
5689
|
exports.skeletonElement = skeletonElement$7;
|
|
5743
5690
|
exports.slugBackground = slugBackground$3;
|
|
5744
5691
|
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
5692
|
exports.slugGradient = slugGradient$3;
|
|
5766
5693
|
exports.slugGradientHover = slugGradientHover$3;
|
|
5767
5694
|
exports.slugHollowHover = slugHollowHover$3;
|