@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/lib/index.js
CHANGED
|
@@ -711,41 +711,22 @@ var aiAuraHoverBackground$3 = colors$1.blue10;
|
|
|
711
711
|
var aiAuraHoverStart$3 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
712
712
|
var aiAuraHoverEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
713
713
|
|
|
714
|
-
//
|
|
715
|
-
var
|
|
716
|
-
var
|
|
714
|
+
// AI Popover
|
|
715
|
+
var aiPopoverShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
716
|
+
var aiPopoverShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
717
717
|
|
|
718
718
|
// AI skeleton
|
|
719
|
-
var aiSkeletonBackground$3 = colors$1.
|
|
720
|
-
var aiSkeletonElementBackground$3 = colors$1.
|
|
719
|
+
var aiSkeletonBackground$3 = colors$1.blue20;
|
|
720
|
+
var aiSkeletonElementBackground$3 = colors$1.blue50;
|
|
721
721
|
|
|
722
722
|
// AI Modal tokens
|
|
723
723
|
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
724
724
|
|
|
725
|
-
//// Not used in phase 2 / possibly remove?
|
|
726
|
-
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
727
|
-
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
728
|
-
var aiGradientStart01$3 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
729
|
-
var aiGradientStart02$3 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
730
|
-
var aiGradientEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
731
|
-
var slugCalloutAuraStart$3 = aiAuraStart$3;
|
|
732
|
-
var slugCalloutAuraEnd$3 = aiAuraEnd$3;
|
|
733
|
-
var slugCalloutGradientTopHover$3 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
734
|
-
var slugCalloutGradientBottomHover$3 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
735
|
-
var slugCalloutAuraStartHover01$3 = colors$1.rgba(colors$1.white, 0.5);
|
|
736
|
-
var slugCalloutAuraEndHover01$3 = colors$1.rgba(colors$1.white, 0);
|
|
737
|
-
var slugCalloutAuraStartHover02$3 = colors$1.rgba(colors$1.blue20, 0.5);
|
|
738
|
-
var slugCalloutAuraEndHover02$3 = colors$1.rgba(colors$1.white, 0);
|
|
739
|
-
var slugCalloutGradientTopSelected$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
740
|
-
var slugCalloutGradientBottomSelected$3 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
741
|
-
var slugCalloutAuraStartSelected$3 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
742
|
-
var slugCalloutAuraEndSelected$3 = colors$1.rgba(colors$1.white, 0);
|
|
743
|
-
|
|
744
725
|
// One off tokens for caret
|
|
745
|
-
var
|
|
746
|
-
var
|
|
747
|
-
var
|
|
748
|
-
var
|
|
726
|
+
var aiPopoverCaretCenter$3 = '#A7C7FF';
|
|
727
|
+
var aiPopoverCaretBottom$3 = colors$1.blue20;
|
|
728
|
+
var aiPopoverCaretBottomBackgroundActions$3 = '#DAE5F8';
|
|
729
|
+
var aiPopoverCaretBottomBackground$3 = '#D5E5FF';
|
|
749
730
|
|
|
750
731
|
// Chat tokens
|
|
751
732
|
var chatPromptBackground$3 = colors$1.white;
|
|
@@ -757,6 +738,8 @@ var chatBubbleAgentBorder$3 = colors$1.gray20;
|
|
|
757
738
|
var chatAvatarBot$3 = colors$1.gray60;
|
|
758
739
|
var chatAvatarAgent$3 = colors$1.gray80;
|
|
759
740
|
var chatAvatarUser$3 = colors$1.blue60;
|
|
741
|
+
var chatShellBackground$3 = colors$1.white;
|
|
742
|
+
var chatHeaderBackground$3 = colors$1.white;
|
|
760
743
|
|
|
761
744
|
var white$1 = /*#__PURE__*/Object.freeze({
|
|
762
745
|
__proto__: null,
|
|
@@ -876,32 +859,15 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
876
859
|
aiAuraHoverBackground: aiAuraHoverBackground$3,
|
|
877
860
|
aiAuraHoverStart: aiAuraHoverStart$3,
|
|
878
861
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
879
|
-
|
|
880
|
-
|
|
862
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
|
|
863
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
|
|
881
864
|
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
882
865
|
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
883
866
|
aiOverlay: aiOverlay$3,
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
aiGradientEnd: aiGradientEnd$3,
|
|
889
|
-
slugCalloutAuraStart: slugCalloutAuraStart$3,
|
|
890
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$3,
|
|
891
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$3,
|
|
892
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$3,
|
|
893
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$3,
|
|
894
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$3,
|
|
895
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$3,
|
|
896
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$3,
|
|
897
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$3,
|
|
898
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$3,
|
|
899
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$3,
|
|
900
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$3,
|
|
901
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$3,
|
|
902
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$3,
|
|
903
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$3,
|
|
904
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$3,
|
|
867
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$3,
|
|
868
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$3,
|
|
869
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
|
|
870
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
|
|
905
871
|
chatPromptBackground: chatPromptBackground$3,
|
|
906
872
|
chatPromptBorderStart: chatPromptBorderStart$3,
|
|
907
873
|
chatPromptBorderEnd: chatPromptBorderEnd$3,
|
|
@@ -911,6 +877,8 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
911
877
|
chatAvatarBot: chatAvatarBot$3,
|
|
912
878
|
chatAvatarAgent: chatAvatarAgent$3,
|
|
913
879
|
chatAvatarUser: chatAvatarUser$3,
|
|
880
|
+
chatShellBackground: chatShellBackground$3,
|
|
881
|
+
chatHeaderBackground: chatHeaderBackground$3,
|
|
914
882
|
caption01: type$2.caption01,
|
|
915
883
|
caption02: type$2.caption02,
|
|
916
884
|
label01: type$2.label01,
|
|
@@ -1170,41 +1138,22 @@ var aiAuraHoverBackground$2 = colors$1.blue10;
|
|
|
1170
1138
|
var aiAuraHoverStart$2 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1171
1139
|
var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1172
1140
|
|
|
1173
|
-
//
|
|
1174
|
-
var
|
|
1175
|
-
var
|
|
1141
|
+
// AI Popover
|
|
1142
|
+
var aiPopoverShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1143
|
+
var aiPopoverShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1176
1144
|
|
|
1177
1145
|
// AI skeleton
|
|
1178
|
-
var aiSkeletonBackground$2 = colors$1.
|
|
1179
|
-
var aiSkeletonElementBackground$2 = colors$1.
|
|
1146
|
+
var aiSkeletonBackground$2 = colors$1.blue20;
|
|
1147
|
+
var aiSkeletonElementBackground$2 = colors$1.blue50;
|
|
1180
1148
|
|
|
1181
1149
|
// AI Modal tokens
|
|
1182
1150
|
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1183
1151
|
|
|
1184
|
-
//// Not used in phase 2 / possibly remove?
|
|
1185
|
-
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1186
|
-
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1187
|
-
var aiGradientStart01$2 = colors$1.rgba(colors$1.coolGray10, 0.5);
|
|
1188
|
-
var aiGradientStart02$2 = colors$1.rgba(colors$1.blue10, 0.5);
|
|
1189
|
-
var aiGradientEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
1190
|
-
var slugCalloutAuraStart$2 = aiAuraStart$2;
|
|
1191
|
-
var slugCalloutAuraEnd$2 = aiAuraEnd$2;
|
|
1192
|
-
var slugCalloutGradientTopHover$2 = colors$1.rgba(colors$1.gray20, 0.55);
|
|
1193
|
-
var slugCalloutGradientBottomHover$2 = colors$1.rgba(colors$1.gray20Hover, 0.55);
|
|
1194
|
-
var slugCalloutAuraStartHover01$2 = colors$1.rgba(colors$1.white, 0.5);
|
|
1195
|
-
var slugCalloutAuraEndHover01$2 = colors$1.rgba(colors$1.white, 0);
|
|
1196
|
-
var slugCalloutAuraStartHover02$2 = colors$1.rgba(colors$1.blue20, 0.5);
|
|
1197
|
-
var slugCalloutAuraEndHover02$2 = colors$1.rgba(colors$1.white, 0);
|
|
1198
|
-
var slugCalloutGradientTopSelected$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
1199
|
-
var slugCalloutGradientBottomSelected$2 = colors$1.rgba(colors$1.gray20Hover, 0.85);
|
|
1200
|
-
var slugCalloutAuraStartSelected$2 = colors$1.rgba(colors$1.blue10, 0.6);
|
|
1201
|
-
var slugCalloutAuraEndSelected$2 = colors$1.rgba(colors$1.white, 0);
|
|
1202
|
-
|
|
1203
1152
|
// One off tokens for caret
|
|
1204
|
-
var
|
|
1205
|
-
var
|
|
1206
|
-
var
|
|
1207
|
-
var
|
|
1153
|
+
var aiPopoverCaretCenter$2 = '#A7C7FF';
|
|
1154
|
+
var aiPopoverCaretBottom$2 = colors$1.blue20;
|
|
1155
|
+
var aiPopoverCaretBottomBackgroundActions$2 = '#D2DCEE';
|
|
1156
|
+
var aiPopoverCaretBottomBackground$2 = '#CCDBF8';
|
|
1208
1157
|
|
|
1209
1158
|
// Chat tokens
|
|
1210
1159
|
var chatPromptBackground$2 = colors$1.white;
|
|
@@ -1216,6 +1165,8 @@ var chatBubbleAgentBorder$2 = colors$1.gray20;
|
|
|
1216
1165
|
var chatAvatarBot$2 = colors$1.gray60;
|
|
1217
1166
|
var chatAvatarAgent$2 = colors$1.gray80;
|
|
1218
1167
|
var chatAvatarUser$2 = colors$1.blue60;
|
|
1168
|
+
var chatShellBackground$2 = colors$1.white;
|
|
1169
|
+
var chatHeaderBackground$2 = colors$1.white;
|
|
1219
1170
|
|
|
1220
1171
|
var g10$1 = /*#__PURE__*/Object.freeze({
|
|
1221
1172
|
__proto__: null,
|
|
@@ -1335,32 +1286,15 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1335
1286
|
aiAuraHoverBackground: aiAuraHoverBackground$2,
|
|
1336
1287
|
aiAuraHoverStart: aiAuraHoverStart$2,
|
|
1337
1288
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1338
|
-
|
|
1339
|
-
|
|
1289
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
|
|
1290
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
|
|
1340
1291
|
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1341
1292
|
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1342
1293
|
aiOverlay: aiOverlay$2,
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
aiGradientEnd: aiGradientEnd$2,
|
|
1348
|
-
slugCalloutAuraStart: slugCalloutAuraStart$2,
|
|
1349
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$2,
|
|
1350
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$2,
|
|
1351
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$2,
|
|
1352
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$2,
|
|
1353
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$2,
|
|
1354
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$2,
|
|
1355
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$2,
|
|
1356
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$2,
|
|
1357
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$2,
|
|
1358
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$2,
|
|
1359
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$2,
|
|
1360
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$2,
|
|
1361
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$2,
|
|
1362
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$2,
|
|
1363
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$2,
|
|
1294
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$2,
|
|
1295
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$2,
|
|
1296
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
|
|
1297
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
|
|
1364
1298
|
chatPromptBackground: chatPromptBackground$2,
|
|
1365
1299
|
chatPromptBorderStart: chatPromptBorderStart$2,
|
|
1366
1300
|
chatPromptBorderEnd: chatPromptBorderEnd$2,
|
|
@@ -1370,6 +1304,8 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1370
1304
|
chatAvatarBot: chatAvatarBot$2,
|
|
1371
1305
|
chatAvatarAgent: chatAvatarAgent$2,
|
|
1372
1306
|
chatAvatarUser: chatAvatarUser$2,
|
|
1307
|
+
chatShellBackground: chatShellBackground$2,
|
|
1308
|
+
chatHeaderBackground: chatHeaderBackground$2,
|
|
1373
1309
|
caption01: type$2.caption01,
|
|
1374
1310
|
caption02: type$2.caption02,
|
|
1375
1311
|
label01: type$2.label01,
|
|
@@ -1629,41 +1565,22 @@ var aiAuraHoverBackground$1 = layerHover01$1;
|
|
|
1629
1565
|
var aiAuraHoverStart$1 = colors$1.rgba(colors$1.blue50, 0.4);
|
|
1630
1566
|
var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
1631
1567
|
|
|
1632
|
-
//
|
|
1633
|
-
var
|
|
1634
|
-
var
|
|
1568
|
+
// AI Popover
|
|
1569
|
+
var aiPopoverShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1570
|
+
var aiPopoverShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1635
1571
|
|
|
1636
1572
|
// AI skeleton
|
|
1637
|
-
var aiSkeletonBackground$1 = colors$1.
|
|
1638
|
-
var aiSkeletonElementBackground$1 = colors$1.
|
|
1573
|
+
var aiSkeletonBackground$1 = colors$1.blue30;
|
|
1574
|
+
var aiSkeletonElementBackground$1 = colors$1.blue80;
|
|
1639
1575
|
|
|
1640
1576
|
// AI Modal tokens
|
|
1641
1577
|
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1642
1578
|
|
|
1643
|
-
//// Not used in phase 2 / possibly remove?
|
|
1644
|
-
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1645
|
-
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
1646
|
-
var aiGradientStart01$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1647
|
-
var aiGradientStart02$1 = 'transparent';
|
|
1648
|
-
var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
|
|
1649
|
-
var slugCalloutAuraStart$1 = aiAuraStart$1;
|
|
1650
|
-
var slugCalloutAuraEnd$1 = aiAuraEnd$1;
|
|
1651
|
-
var slugCalloutGradientTopHover$1 = colors$1.rgba(colors$1.gray80, 0.55);
|
|
1652
|
-
var slugCalloutGradientBottomHover$1 = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
1653
|
-
var slugCalloutAuraStartHover01$1 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
1654
|
-
var slugCalloutAuraEndHover01$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1655
|
-
var slugCalloutAuraStartHover02$1 = 'transparent';
|
|
1656
|
-
var slugCalloutAuraEndHover02$1 = 'transparent';
|
|
1657
|
-
var slugCalloutGradientTopSelected$1 = colors$1.rgba(colors$1.gray80, 0.85);
|
|
1658
|
-
var slugCalloutGradientBottomSelected$1 = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
1659
|
-
var slugCalloutAuraStartSelected$1 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
1660
|
-
var slugCalloutAuraEndSelected$1 = colors$1.rgba(colors$1.gray100, 0);
|
|
1661
|
-
|
|
1662
1579
|
// One off tokens for caret
|
|
1663
|
-
var
|
|
1664
|
-
var
|
|
1665
|
-
var
|
|
1666
|
-
var
|
|
1580
|
+
var aiPopoverCaretCenter$1 = '#456FB5';
|
|
1581
|
+
var aiPopoverCaretBottom$1 = '#465060';
|
|
1582
|
+
var aiPopoverCaretBottomBackgroundActions$1 = '#253042';
|
|
1583
|
+
var aiPopoverCaretBottomBackground$1 = '#2D3F5C';
|
|
1667
1584
|
|
|
1668
1585
|
// Chat tokens
|
|
1669
1586
|
var chatPromptBackground$1 = colors$1.gray100;
|
|
@@ -1675,6 +1592,8 @@ var chatBubbleAgentBorder$1 = colors$1.gray70;
|
|
|
1675
1592
|
var chatAvatarBot$1 = colors$1.gray50;
|
|
1676
1593
|
var chatAvatarAgent$1 = colors$1.gray30;
|
|
1677
1594
|
var chatAvatarUser$1 = colors$1.blue50;
|
|
1595
|
+
var chatShellBackground$1 = colors$1.gray90;
|
|
1596
|
+
var chatHeaderBackground$1 = colors$1.gray90;
|
|
1678
1597
|
|
|
1679
1598
|
var g90$1 = /*#__PURE__*/Object.freeze({
|
|
1680
1599
|
__proto__: null,
|
|
@@ -1794,32 +1713,15 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1794
1713
|
aiAuraHoverBackground: aiAuraHoverBackground$1,
|
|
1795
1714
|
aiAuraHoverStart: aiAuraHoverStart$1,
|
|
1796
1715
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1797
|
-
|
|
1798
|
-
|
|
1716
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
|
|
1717
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
|
|
1799
1718
|
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1800
1719
|
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1801
1720
|
aiOverlay: aiOverlay$1,
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
aiGradientEnd: aiGradientEnd$1,
|
|
1807
|
-
slugCalloutAuraStart: slugCalloutAuraStart$1,
|
|
1808
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd$1,
|
|
1809
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover$1,
|
|
1810
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$1,
|
|
1811
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$1,
|
|
1812
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$1,
|
|
1813
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$1,
|
|
1814
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$1,
|
|
1815
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$1,
|
|
1816
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$1,
|
|
1817
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$1,
|
|
1818
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$1,
|
|
1819
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter$1,
|
|
1820
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom$1,
|
|
1821
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$1,
|
|
1822
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$1,
|
|
1721
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter$1,
|
|
1722
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom$1,
|
|
1723
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
|
|
1724
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
|
|
1823
1725
|
chatPromptBackground: chatPromptBackground$1,
|
|
1824
1726
|
chatPromptBorderStart: chatPromptBorderStart$1,
|
|
1825
1727
|
chatPromptBorderEnd: chatPromptBorderEnd$1,
|
|
@@ -1829,6 +1731,8 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1829
1731
|
chatAvatarBot: chatAvatarBot$1,
|
|
1830
1732
|
chatAvatarAgent: chatAvatarAgent$1,
|
|
1831
1733
|
chatAvatarUser: chatAvatarUser$1,
|
|
1734
|
+
chatShellBackground: chatShellBackground$1,
|
|
1735
|
+
chatHeaderBackground: chatHeaderBackground$1,
|
|
1832
1736
|
caption01: type$2.caption01,
|
|
1833
1737
|
caption02: type$2.caption02,
|
|
1834
1738
|
label01: type$2.label01,
|
|
@@ -2088,41 +1992,22 @@ var aiAuraHoverBackground = layerHover01;
|
|
|
2088
1992
|
var aiAuraHoverStart = colors$1.rgba(colors$1.blue50, 0.4);
|
|
2089
1993
|
var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
2090
1994
|
|
|
2091
|
-
//
|
|
2092
|
-
var
|
|
2093
|
-
var
|
|
1995
|
+
// AI Popover
|
|
1996
|
+
var aiPopoverShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1997
|
+
var aiPopoverShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2094
1998
|
|
|
2095
1999
|
// AI skeleton
|
|
2096
|
-
var aiSkeletonBackground = colors$1.
|
|
2097
|
-
var aiSkeletonElementBackground = colors$1.
|
|
2000
|
+
var aiSkeletonBackground = colors$1.blue30;
|
|
2001
|
+
var aiSkeletonElementBackground = colors$1.blue80;
|
|
2098
2002
|
|
|
2099
2003
|
// AI Modal tokens
|
|
2100
2004
|
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2101
2005
|
|
|
2102
|
-
//// Not used in phase 2 / possibly remove?
|
|
2103
|
-
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
2104
|
-
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
2105
|
-
var aiGradientStart01 = colors$1.rgba(colors$1.blue20, 0.2);
|
|
2106
|
-
var aiGradientStart02 = 'transparent';
|
|
2107
|
-
var aiGradientEnd = 'rgba(38, 38, 38, 0)';
|
|
2108
|
-
var slugCalloutAuraStart = aiAuraStart;
|
|
2109
|
-
var slugCalloutAuraEnd = aiAuraEnd;
|
|
2110
|
-
var slugCalloutGradientTopHover = colors$1.rgba(colors$1.gray80, 0.55);
|
|
2111
|
-
var slugCalloutGradientBottomHover = colors$1.rgba(colors$1.gray80Hover, 0.55);
|
|
2112
|
-
var slugCalloutAuraStartHover01 = colors$1.rgba(colors$1.blue20Hover, 0.3);
|
|
2113
|
-
var slugCalloutAuraEndHover01 = colors$1.rgba(colors$1.gray100, 0);
|
|
2114
|
-
var slugCalloutAuraStartHover02 = 'transparent';
|
|
2115
|
-
var slugCalloutAuraEndHover02 = 'transparent';
|
|
2116
|
-
var slugCalloutGradientTopSelected = colors$1.rgba(colors$1.gray80, 0.85);
|
|
2117
|
-
var slugCalloutGradientBottomSelected = colors$1.rgba(colors$1.gray80Hover, 0.85);
|
|
2118
|
-
var slugCalloutAuraStartSelected = colors$1.rgba(colors$1.blue20, 0.2);
|
|
2119
|
-
var slugCalloutAuraEndSelected = colors$1.rgba(colors$1.gray100, 0);
|
|
2120
|
-
|
|
2121
2006
|
// One off tokens for caret
|
|
2122
|
-
var
|
|
2123
|
-
var
|
|
2124
|
-
var
|
|
2125
|
-
var
|
|
2007
|
+
var aiPopoverCaretCenter = '#3F68AF';
|
|
2008
|
+
var aiPopoverCaretBottom = '#3D4655';
|
|
2009
|
+
var aiPopoverCaretBottomBackgroundActions = '#192436';
|
|
2010
|
+
var aiPopoverCaretBottomBackground = '#213250';
|
|
2126
2011
|
|
|
2127
2012
|
// Chat tokens
|
|
2128
2013
|
var chatPromptBackground = colors$1.gray100;
|
|
@@ -2134,6 +2019,8 @@ var chatBubbleAgentBorder = colors$1.gray70;
|
|
|
2134
2019
|
var chatAvatarBot = colors$1.gray50;
|
|
2135
2020
|
var chatAvatarAgent = colors$1.gray30;
|
|
2136
2021
|
var chatAvatarUser = colors$1.blue50;
|
|
2022
|
+
var chatShellBackground = colors$1.gray90;
|
|
2023
|
+
var chatHeaderBackground = colors$1.gray90;
|
|
2137
2024
|
|
|
2138
2025
|
var g100$1 = /*#__PURE__*/Object.freeze({
|
|
2139
2026
|
__proto__: null,
|
|
@@ -2253,32 +2140,15 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2253
2140
|
aiAuraHoverBackground: aiAuraHoverBackground,
|
|
2254
2141
|
aiAuraHoverStart: aiAuraHoverStart,
|
|
2255
2142
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2256
|
-
|
|
2257
|
-
|
|
2143
|
+
aiPopoverShadowOuter01: aiPopoverShadowOuter01,
|
|
2144
|
+
aiPopoverShadowOuter02: aiPopoverShadowOuter02,
|
|
2258
2145
|
aiSkeletonBackground: aiSkeletonBackground,
|
|
2259
2146
|
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2260
2147
|
aiOverlay: aiOverlay,
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
aiGradientEnd: aiGradientEnd,
|
|
2266
|
-
slugCalloutAuraStart: slugCalloutAuraStart,
|
|
2267
|
-
slugCalloutAuraEnd: slugCalloutAuraEnd,
|
|
2268
|
-
slugCalloutGradientTopHover: slugCalloutGradientTopHover,
|
|
2269
|
-
slugCalloutGradientBottomHover: slugCalloutGradientBottomHover,
|
|
2270
|
-
slugCalloutAuraStartHover01: slugCalloutAuraStartHover01,
|
|
2271
|
-
slugCalloutAuraEndHover01: slugCalloutAuraEndHover01,
|
|
2272
|
-
slugCalloutAuraStartHover02: slugCalloutAuraStartHover02,
|
|
2273
|
-
slugCalloutAuraEndHover02: slugCalloutAuraEndHover02,
|
|
2274
|
-
slugCalloutGradientTopSelected: slugCalloutGradientTopSelected,
|
|
2275
|
-
slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected,
|
|
2276
|
-
slugCalloutAuraStartSelected: slugCalloutAuraStartSelected,
|
|
2277
|
-
slugCalloutAuraEndSelected: slugCalloutAuraEndSelected,
|
|
2278
|
-
slugCalloutCaretCenter: slugCalloutCaretCenter,
|
|
2279
|
-
slugCalloutCaretBottom: slugCalloutCaretBottom,
|
|
2280
|
-
slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions,
|
|
2281
|
-
slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground,
|
|
2148
|
+
aiPopoverCaretCenter: aiPopoverCaretCenter,
|
|
2149
|
+
aiPopoverCaretBottom: aiPopoverCaretBottom,
|
|
2150
|
+
aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
|
|
2151
|
+
aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
|
|
2282
2152
|
chatPromptBackground: chatPromptBackground,
|
|
2283
2153
|
chatPromptBorderStart: chatPromptBorderStart,
|
|
2284
2154
|
chatPromptBorderEnd: chatPromptBorderEnd,
|
|
@@ -2288,6 +2158,8 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2288
2158
|
chatAvatarBot: chatAvatarBot,
|
|
2289
2159
|
chatAvatarAgent: chatAvatarAgent,
|
|
2290
2160
|
chatAvatarUser: chatAvatarUser,
|
|
2161
|
+
chatShellBackground: chatShellBackground,
|
|
2162
|
+
chatHeaderBackground: chatHeaderBackground,
|
|
2291
2163
|
caption01: type$2.caption01,
|
|
2292
2164
|
caption02: type$2.caption02,
|
|
2293
2165
|
label01: type$2.label01,
|
|
@@ -4528,10 +4400,10 @@ var tagBackgroundGray = {
|
|
|
4528
4400
|
g100: colors$1.gray70
|
|
4529
4401
|
};
|
|
4530
4402
|
var tagColorGray = {
|
|
4531
|
-
whiteTheme: colors$1.
|
|
4532
|
-
g10: colors$1.
|
|
4533
|
-
g90: colors$1.
|
|
4534
|
-
g100: colors$1.
|
|
4403
|
+
whiteTheme: colors$1.gray100,
|
|
4404
|
+
g10: colors$1.gray100,
|
|
4405
|
+
g90: colors$1.gray10,
|
|
4406
|
+
g100: colors$1.gray10
|
|
4535
4407
|
};
|
|
4536
4408
|
var tagHoverGray = {
|
|
4537
4409
|
whiteTheme: colors$1.gray20Hover,
|
|
@@ -4546,10 +4418,10 @@ var tagBackgroundCoolGray = {
|
|
|
4546
4418
|
g100: colors$1.coolGray70
|
|
4547
4419
|
};
|
|
4548
4420
|
var tagColorCoolGray = {
|
|
4549
|
-
whiteTheme: colors$1.
|
|
4550
|
-
g10: colors$1.
|
|
4551
|
-
g90: colors$1.
|
|
4552
|
-
g100: colors$1.
|
|
4421
|
+
whiteTheme: colors$1.coolGray100,
|
|
4422
|
+
g10: colors$1.coolGray100,
|
|
4423
|
+
g90: colors$1.coolGray10,
|
|
4424
|
+
g100: colors$1.coolGray10
|
|
4553
4425
|
};
|
|
4554
4426
|
var tagHoverCoolGray = {
|
|
4555
4427
|
whiteTheme: colors$1.coolGray20Hover,
|
|
@@ -4564,10 +4436,10 @@ var tagBackgroundWarmGray = {
|
|
|
4564
4436
|
g100: colors$1.warmGray70
|
|
4565
4437
|
};
|
|
4566
4438
|
var tagColorWarmGray = {
|
|
4567
|
-
whiteTheme: colors$1.
|
|
4568
|
-
g10: colors$1.
|
|
4569
|
-
g90: colors$1.
|
|
4570
|
-
g100: colors$1.
|
|
4439
|
+
whiteTheme: colors$1.warmGray100,
|
|
4440
|
+
g10: colors$1.warmGray100,
|
|
4441
|
+
g90: colors$1.warmGray10,
|
|
4442
|
+
g100: colors$1.warmGray10
|
|
4571
4443
|
};
|
|
4572
4444
|
var tagHoverWarmGray = {
|
|
4573
4445
|
whiteTheme: colors$1.warmGray20Hover,
|
|
@@ -4575,6 +4447,66 @@ var tagHoverWarmGray = {
|
|
|
4575
4447
|
g90: colors$1.warmGray70Hover,
|
|
4576
4448
|
g100: colors$1.warmGray70Hover
|
|
4577
4449
|
};
|
|
4450
|
+
var tagBorderRed = {
|
|
4451
|
+
whiteTheme: colors$1.red40,
|
|
4452
|
+
g10: colors$1.red40,
|
|
4453
|
+
g90: colors$1.red50,
|
|
4454
|
+
g100: colors$1.red50
|
|
4455
|
+
};
|
|
4456
|
+
var tagBorderBlue = {
|
|
4457
|
+
whiteTheme: colors$1.blue40,
|
|
4458
|
+
g10: colors$1.blue40,
|
|
4459
|
+
g90: colors$1.blue50,
|
|
4460
|
+
g100: colors$1.blue50
|
|
4461
|
+
};
|
|
4462
|
+
var tagBorderCyan = {
|
|
4463
|
+
whiteTheme: colors$1.cyan40,
|
|
4464
|
+
g10: colors$1.cyan40,
|
|
4465
|
+
g90: colors$1.cyan50,
|
|
4466
|
+
g100: colors$1.cyan50
|
|
4467
|
+
};
|
|
4468
|
+
var tagBorderTeal = {
|
|
4469
|
+
whiteTheme: colors$1.teal40,
|
|
4470
|
+
g10: colors$1.teal40,
|
|
4471
|
+
g90: colors$1.teal50,
|
|
4472
|
+
g100: colors$1.teal50
|
|
4473
|
+
};
|
|
4474
|
+
var tagBorderGreen = {
|
|
4475
|
+
whiteTheme: colors$1.green40,
|
|
4476
|
+
g10: colors$1.green40,
|
|
4477
|
+
g90: colors$1.green50,
|
|
4478
|
+
g100: colors$1.green50
|
|
4479
|
+
};
|
|
4480
|
+
var tagBorderMagenta = {
|
|
4481
|
+
whiteTheme: colors$1.magenta40,
|
|
4482
|
+
g10: colors$1.magenta40,
|
|
4483
|
+
g90: colors$1.magenta50,
|
|
4484
|
+
g100: colors$1.magenta50
|
|
4485
|
+
};
|
|
4486
|
+
var tagBorderPurple = {
|
|
4487
|
+
whiteTheme: colors$1.purple40,
|
|
4488
|
+
g10: colors$1.purple40,
|
|
4489
|
+
g90: colors$1.purple50,
|
|
4490
|
+
g100: colors$1.purple50
|
|
4491
|
+
};
|
|
4492
|
+
var tagBorderGray = {
|
|
4493
|
+
whiteTheme: colors$1.gray40,
|
|
4494
|
+
g10: colors$1.gray40,
|
|
4495
|
+
g90: colors$1.gray50,
|
|
4496
|
+
g100: colors$1.gray50
|
|
4497
|
+
};
|
|
4498
|
+
var tagBorderCoolGray = {
|
|
4499
|
+
whiteTheme: colors$1.coolGray40,
|
|
4500
|
+
g10: colors$1.coolGray40,
|
|
4501
|
+
g90: colors$1.coolGray50,
|
|
4502
|
+
g100: colors$1.coolGray50
|
|
4503
|
+
};
|
|
4504
|
+
var tagBorderWarmGray = {
|
|
4505
|
+
whiteTheme: colors$1.warmGray40,
|
|
4506
|
+
g10: colors$1.warmGray40,
|
|
4507
|
+
g90: colors$1.warmGray50,
|
|
4508
|
+
g100: colors$1.warmGray50
|
|
4509
|
+
};
|
|
4578
4510
|
|
|
4579
4511
|
var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
4580
4512
|
__proto__: null,
|
|
@@ -4607,7 +4539,17 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
|
4607
4539
|
tagHoverCoolGray: tagHoverCoolGray,
|
|
4608
4540
|
tagBackgroundWarmGray: tagBackgroundWarmGray,
|
|
4609
4541
|
tagColorWarmGray: tagColorWarmGray,
|
|
4610
|
-
tagHoverWarmGray: tagHoverWarmGray
|
|
4542
|
+
tagHoverWarmGray: tagHoverWarmGray,
|
|
4543
|
+
tagBorderRed: tagBorderRed,
|
|
4544
|
+
tagBorderBlue: tagBorderBlue,
|
|
4545
|
+
tagBorderCyan: tagBorderCyan,
|
|
4546
|
+
tagBorderTeal: tagBorderTeal,
|
|
4547
|
+
tagBorderGreen: tagBorderGreen,
|
|
4548
|
+
tagBorderMagenta: tagBorderMagenta,
|
|
4549
|
+
tagBorderPurple: tagBorderPurple,
|
|
4550
|
+
tagBorderGray: tagBorderGray,
|
|
4551
|
+
tagBorderCoolGray: tagBorderCoolGray,
|
|
4552
|
+
tagBorderWarmGray: tagBorderWarmGray
|
|
4611
4553
|
});
|
|
4612
4554
|
|
|
4613
4555
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -5184,15 +5126,15 @@ var contextual = TokenGroup.create({
|
|
|
5184
5126
|
var ai = TokenGroup.create({
|
|
5185
5127
|
name: 'AI',
|
|
5186
5128
|
properties: ['background'],
|
|
5187
|
-
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5129
|
+
tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
|
|
5188
5130
|
// Phase 2
|
|
5189
|
-
'
|
|
5131
|
+
'ai-popover-shadow-outer-01', 'ai-popover-shadow-outer-02',
|
|
5190
5132
|
// Linear gradient refactor
|
|
5191
5133
|
'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',
|
|
5192
5134
|
// Caret tokens
|
|
5193
|
-
'
|
|
5135
|
+
'ai-popover-caret-center', 'ai-popover-caret-bottom', 'ai-popover-caret-bottom-background', 'ai-popover-caret-bottom-background-actions',
|
|
5194
5136
|
// Chat tokens
|
|
5195
|
-
'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']
|
|
5137
|
+
'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']
|
|
5196
5138
|
});
|
|
5197
5139
|
var group = TokenGroup.create({
|
|
5198
5140
|
name: 'All',
|
|
@@ -5234,7 +5176,7 @@ var notification = TokenGroup.create({
|
|
|
5234
5176
|
var tag = TokenGroup.create({
|
|
5235
5177
|
name: 'Tag',
|
|
5236
5178
|
properties: [],
|
|
5237
|
-
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']
|
|
5179
|
+
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']
|
|
5238
5180
|
});
|
|
5239
5181
|
|
|
5240
5182
|
var components = /*#__PURE__*/Object.freeze({
|
|
@@ -5642,11 +5584,14 @@ exports.aiBorderEnd = aiBorderEnd$3;
|
|
|
5642
5584
|
exports.aiBorderStart = aiBorderStart$3;
|
|
5643
5585
|
exports.aiBorderStrong = aiBorderStrong$3;
|
|
5644
5586
|
exports.aiDropShadow = aiDropShadow$3;
|
|
5645
|
-
exports.aiGradientEnd = aiGradientEnd$3;
|
|
5646
|
-
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5647
|
-
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5648
5587
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5649
5588
|
exports.aiOverlay = aiOverlay$3;
|
|
5589
|
+
exports.aiPopoverCaretBottom = aiPopoverCaretBottom$3;
|
|
5590
|
+
exports.aiPopoverCaretBottomBackground = aiPopoverCaretBottomBackground$3;
|
|
5591
|
+
exports.aiPopoverCaretBottomBackgroundActions = aiPopoverCaretBottomBackgroundActions$3;
|
|
5592
|
+
exports.aiPopoverCaretCenter = aiPopoverCaretCenter$3;
|
|
5593
|
+
exports.aiPopoverShadowOuter01 = aiPopoverShadowOuter01$3;
|
|
5594
|
+
exports.aiPopoverShadowOuter02 = aiPopoverShadowOuter02$3;
|
|
5650
5595
|
exports.aiSkeletonBackground = aiSkeletonBackground$3;
|
|
5651
5596
|
exports.aiSkeletonElementBackground = aiSkeletonElementBackground$3;
|
|
5652
5597
|
exports.background = background$8;
|
|
@@ -5680,9 +5625,11 @@ exports.chatAvatarUser = chatAvatarUser$3;
|
|
|
5680
5625
|
exports.chatBubbleAgent = chatBubbleAgent$3;
|
|
5681
5626
|
exports.chatBubbleAgentBorder = chatBubbleAgentBorder$3;
|
|
5682
5627
|
exports.chatBubbleUser = chatBubbleUser$3;
|
|
5628
|
+
exports.chatHeaderBackground = chatHeaderBackground$3;
|
|
5683
5629
|
exports.chatPromptBackground = chatPromptBackground$3;
|
|
5684
5630
|
exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
|
|
5685
5631
|
exports.chatPromptBorderStart = chatPromptBorderStart$3;
|
|
5632
|
+
exports.chatShellBackground = chatShellBackground$3;
|
|
5686
5633
|
exports.field01 = field01$7;
|
|
5687
5634
|
exports.field02 = field02$7;
|
|
5688
5635
|
exports.field03 = field03$3;
|
|
@@ -5745,26 +5692,6 @@ exports.skeletonBackground = skeletonBackground$7;
|
|
|
5745
5692
|
exports.skeletonElement = skeletonElement$7;
|
|
5746
5693
|
exports.slugBackground = slugBackground$3;
|
|
5747
5694
|
exports.slugBackgroundHover = slugBackgroundHover$3;
|
|
5748
|
-
exports.slugCalloutAuraEnd = slugCalloutAuraEnd$3;
|
|
5749
|
-
exports.slugCalloutAuraEndHover01 = slugCalloutAuraEndHover01$3;
|
|
5750
|
-
exports.slugCalloutAuraEndHover02 = slugCalloutAuraEndHover02$3;
|
|
5751
|
-
exports.slugCalloutAuraEndSelected = slugCalloutAuraEndSelected$3;
|
|
5752
|
-
exports.slugCalloutAuraStart = slugCalloutAuraStart$3;
|
|
5753
|
-
exports.slugCalloutAuraStartHover01 = slugCalloutAuraStartHover01$3;
|
|
5754
|
-
exports.slugCalloutAuraStartHover02 = slugCalloutAuraStartHover02$3;
|
|
5755
|
-
exports.slugCalloutAuraStartSelected = slugCalloutAuraStartSelected$3;
|
|
5756
|
-
exports.slugCalloutCaretBottom = slugCalloutCaretBottom$3;
|
|
5757
|
-
exports.slugCalloutCaretBottomBackground = slugCalloutCaretBottomBackground$3;
|
|
5758
|
-
exports.slugCalloutCaretBottomBackgroundActions = slugCalloutCaretBottomBackgroundActions$3;
|
|
5759
|
-
exports.slugCalloutCaretCenter = slugCalloutCaretCenter$3;
|
|
5760
|
-
exports.slugCalloutGradientBottom = slugCalloutGradientBottom$3;
|
|
5761
|
-
exports.slugCalloutGradientBottomHover = slugCalloutGradientBottomHover$3;
|
|
5762
|
-
exports.slugCalloutGradientBottomSelected = slugCalloutGradientBottomSelected$3;
|
|
5763
|
-
exports.slugCalloutGradientTop = slugCalloutGradientTop$3;
|
|
5764
|
-
exports.slugCalloutGradientTopHover = slugCalloutGradientTopHover$3;
|
|
5765
|
-
exports.slugCalloutGradientTopSelected = slugCalloutGradientTopSelected$3;
|
|
5766
|
-
exports.slugCalloutShadowOuter01 = slugCalloutShadowOuter01$3;
|
|
5767
|
-
exports.slugCalloutShadowOuter02 = slugCalloutShadowOuter02$3;
|
|
5768
5695
|
exports.slugGradient = slugGradient$3;
|
|
5769
5696
|
exports.slugGradientHover = slugGradientHover$3;
|
|
5770
5697
|
exports.slugHollowHover = slugHollowHover$3;
|