@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 CHANGED
@@ -111,3 +111,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
111
111
  ## 📝 License
112
112
 
113
113
  Licensed under the [Apache 2.0 License](/LICENSE).
114
+
115
+ ## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
116
+
117
+ This package uses IBM Telemetry to collect metrics data. By installing this
118
+ package as a dependency you are agreeing to telemetry collection. To opt out,
119
+ see
120
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
121
+ For more information on the data being collected, please see the
122
+ [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue20Hover, blue100, coolGray10, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, gray30Hover, blue80, blue70Hover, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, cyan20, cyan70, cyan80, cyan20Hover, cyan70Hover, teal20, teal70, teal80, teal20Hover, teal70Hover, green20, green70, green80, green20Hover, green70Hover, coolGray20, coolGray70, coolGray80, coolGray20Hover, coolGray70Hover, warmGray20, warmGray70, warmGray80, warmGray20Hover, warmGray70Hover, red10, green10, white0 } from '@carbon/colors';
1
+ import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, gray30Hover, blue80, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, blue20Hover, blue70Hover, cyan20, cyan70, cyan80, cyan20Hover, cyan70Hover, teal20, teal70, teal80, teal20Hover, teal70Hover, green20, green70, green80, green20Hover, green70Hover, coolGray20, coolGray70, coolGray100, coolGray10, coolGray20Hover, coolGray70Hover, warmGray20, warmGray70, warmGray100, warmGray10, warmGray20Hover, warmGray70Hover, cyan40, cyan50, teal40, teal50, magenta40, magenta50, coolGray40, coolGray50, warmGray40, warmGray50, red10, green10, white0 } from '@carbon/colors';
2
2
  import Color from 'color';
3
3
  import { caption01, caption02, label01, label02, helperText01, helperText02, bodyShort01, bodyLong01, bodyShort02, bodyLong02, code01, code02, heading01, productiveHeading01, heading02, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, quotation01, quotation02, display01, display02, display03, display04, legal01, legal02, bodyCompact01, bodyCompact02, body01, body02, headingCompact01, headingCompact02, heading03, heading04, heading05, heading06, heading07, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, unstable_tokens } from '@carbon/type';
4
4
  export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
@@ -705,41 +705,22 @@ var aiAuraHoverBackground$3 = blue10;
705
705
  var aiAuraHoverStart$3 = rgba(blue50, 0.4);
706
706
  var aiAuraHoverEnd$3 = rgba(white$2, 0);
707
707
 
708
- // Callout
709
- var slugCalloutShadowOuter01$3 = rgba(blue70, 0.25);
710
- var slugCalloutShadowOuter02$3 = rgba(black, 0.1);
708
+ // AI Popover
709
+ var aiPopoverShadowOuter01$3 = rgba(blue70, 0.25);
710
+ var aiPopoverShadowOuter02$3 = rgba(black, 0.1);
711
711
 
712
712
  // AI skeleton
713
- var aiSkeletonBackground$3 = blue20Hover;
714
- var aiSkeletonElementBackground$3 = blue100;
713
+ var aiSkeletonBackground$3 = blue20;
714
+ var aiSkeletonElementBackground$3 = blue50;
715
715
 
716
716
  // AI Modal tokens
717
717
  var aiOverlay$3 = rgba(blue100, 0.5);
718
718
 
719
- //// Not used in phase 2 / possibly remove?
720
- var slugCalloutGradientTop$3 = rgba(gray10, 0.85);
721
- var slugCalloutGradientBottom$3 = rgba(gray20, 0.85);
722
- var aiGradientStart01$3 = rgba(coolGray10, 0.5);
723
- var aiGradientStart02$3 = rgba(blue10, 0.5);
724
- var aiGradientEnd$3 = rgba(white$2, 0);
725
- var slugCalloutAuraStart$3 = aiAuraStart$3;
726
- var slugCalloutAuraEnd$3 = aiAuraEnd$3;
727
- var slugCalloutGradientTopHover$3 = rgba(gray20, 0.55);
728
- var slugCalloutGradientBottomHover$3 = rgba(gray20Hover, 0.55);
729
- var slugCalloutAuraStartHover01$3 = rgba(white$2, 0.5);
730
- var slugCalloutAuraEndHover01$3 = rgba(white$2, 0);
731
- var slugCalloutAuraStartHover02$3 = rgba(blue20, 0.5);
732
- var slugCalloutAuraEndHover02$3 = rgba(white$2, 0);
733
- var slugCalloutGradientTopSelected$3 = rgba(gray20, 0.85);
734
- var slugCalloutGradientBottomSelected$3 = rgba(gray20Hover, 0.85);
735
- var slugCalloutAuraStartSelected$3 = rgba(blue10, 0.6);
736
- var slugCalloutAuraEndSelected$3 = rgba(white$2, 0);
737
-
738
719
  // One off tokens for caret
739
- var slugCalloutCaretCenter$3 = '#A7C7FF';
740
- var slugCalloutCaretBottom$3 = blue20;
741
- var slugCalloutCaretBottomBackgroundActions$3 = '#DAE5F8';
742
- var slugCalloutCaretBottomBackground$3 = '#D5E5FF';
720
+ var aiPopoverCaretCenter$3 = '#A7C7FF';
721
+ var aiPopoverCaretBottom$3 = blue20;
722
+ var aiPopoverCaretBottomBackgroundActions$3 = '#DAE5F8';
723
+ var aiPopoverCaretBottomBackground$3 = '#D5E5FF';
743
724
 
744
725
  // Chat tokens
745
726
  var chatPromptBackground$3 = white$2;
@@ -751,6 +732,8 @@ var chatBubbleAgentBorder$3 = gray20;
751
732
  var chatAvatarBot$3 = gray60;
752
733
  var chatAvatarAgent$3 = gray80;
753
734
  var chatAvatarUser$3 = blue60;
735
+ var chatShellBackground$3 = white$2;
736
+ var chatHeaderBackground$3 = white$2;
754
737
 
755
738
  var white$1 = /*#__PURE__*/Object.freeze({
756
739
  __proto__: null,
@@ -870,32 +853,15 @@ var white$1 = /*#__PURE__*/Object.freeze({
870
853
  aiAuraHoverBackground: aiAuraHoverBackground$3,
871
854
  aiAuraHoverStart: aiAuraHoverStart$3,
872
855
  aiAuraHoverEnd: aiAuraHoverEnd$3,
873
- slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
874
- slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
856
+ aiPopoverShadowOuter01: aiPopoverShadowOuter01$3,
857
+ aiPopoverShadowOuter02: aiPopoverShadowOuter02$3,
875
858
  aiSkeletonBackground: aiSkeletonBackground$3,
876
859
  aiSkeletonElementBackground: aiSkeletonElementBackground$3,
877
860
  aiOverlay: aiOverlay$3,
878
- slugCalloutGradientTop: slugCalloutGradientTop$3,
879
- slugCalloutGradientBottom: slugCalloutGradientBottom$3,
880
- aiGradientStart01: aiGradientStart01$3,
881
- aiGradientStart02: aiGradientStart02$3,
882
- aiGradientEnd: aiGradientEnd$3,
883
- slugCalloutAuraStart: slugCalloutAuraStart$3,
884
- slugCalloutAuraEnd: slugCalloutAuraEnd$3,
885
- slugCalloutGradientTopHover: slugCalloutGradientTopHover$3,
886
- slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$3,
887
- slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$3,
888
- slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$3,
889
- slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$3,
890
- slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$3,
891
- slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$3,
892
- slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$3,
893
- slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$3,
894
- slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$3,
895
- slugCalloutCaretCenter: slugCalloutCaretCenter$3,
896
- slugCalloutCaretBottom: slugCalloutCaretBottom$3,
897
- slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$3,
898
- slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$3,
861
+ aiPopoverCaretCenter: aiPopoverCaretCenter$3,
862
+ aiPopoverCaretBottom: aiPopoverCaretBottom$3,
863
+ aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$3,
864
+ aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$3,
899
865
  chatPromptBackground: chatPromptBackground$3,
900
866
  chatPromptBorderStart: chatPromptBorderStart$3,
901
867
  chatPromptBorderEnd: chatPromptBorderEnd$3,
@@ -905,6 +871,8 @@ var white$1 = /*#__PURE__*/Object.freeze({
905
871
  chatAvatarBot: chatAvatarBot$3,
906
872
  chatAvatarAgent: chatAvatarAgent$3,
907
873
  chatAvatarUser: chatAvatarUser$3,
874
+ chatShellBackground: chatShellBackground$3,
875
+ chatHeaderBackground: chatHeaderBackground$3,
908
876
  caption01: caption01,
909
877
  caption02: caption02,
910
878
  label01: label01,
@@ -1164,41 +1132,22 @@ var aiAuraHoverBackground$2 = blue10;
1164
1132
  var aiAuraHoverStart$2 = rgba(blue50, 0.4);
1165
1133
  var aiAuraHoverEnd$2 = rgba(white$2, 0);
1166
1134
 
1167
- // Callout
1168
- var slugCalloutShadowOuter01$2 = rgba(blue70, 0.25);
1169
- var slugCalloutShadowOuter02$2 = rgba(black, 0.1);
1135
+ // AI Popover
1136
+ var aiPopoverShadowOuter01$2 = rgba(blue70, 0.25);
1137
+ var aiPopoverShadowOuter02$2 = rgba(black, 0.1);
1170
1138
 
1171
1139
  // AI skeleton
1172
- var aiSkeletonBackground$2 = blue20Hover;
1173
- var aiSkeletonElementBackground$2 = blue100;
1140
+ var aiSkeletonBackground$2 = blue20;
1141
+ var aiSkeletonElementBackground$2 = blue50;
1174
1142
 
1175
1143
  // AI Modal tokens
1176
1144
  var aiOverlay$2 = rgba(blue100, 0.5);
1177
1145
 
1178
- //// Not used in phase 2 / possibly remove?
1179
- var slugCalloutGradientTop$2 = rgba(gray10, 0.85);
1180
- var slugCalloutGradientBottom$2 = rgba(gray20, 0.85);
1181
- var aiGradientStart01$2 = rgba(coolGray10, 0.5);
1182
- var aiGradientStart02$2 = rgba(blue10, 0.5);
1183
- var aiGradientEnd$2 = rgba(white$2, 0);
1184
- var slugCalloutAuraStart$2 = aiAuraStart$2;
1185
- var slugCalloutAuraEnd$2 = aiAuraEnd$2;
1186
- var slugCalloutGradientTopHover$2 = rgba(gray20, 0.55);
1187
- var slugCalloutGradientBottomHover$2 = rgba(gray20Hover, 0.55);
1188
- var slugCalloutAuraStartHover01$2 = rgba(white$2, 0.5);
1189
- var slugCalloutAuraEndHover01$2 = rgba(white$2, 0);
1190
- var slugCalloutAuraStartHover02$2 = rgba(blue20, 0.5);
1191
- var slugCalloutAuraEndHover02$2 = rgba(white$2, 0);
1192
- var slugCalloutGradientTopSelected$2 = rgba(gray20, 0.85);
1193
- var slugCalloutGradientBottomSelected$2 = rgba(gray20Hover, 0.85);
1194
- var slugCalloutAuraStartSelected$2 = rgba(blue10, 0.6);
1195
- var slugCalloutAuraEndSelected$2 = rgba(white$2, 0);
1196
-
1197
1146
  // One off tokens for caret
1198
- var slugCalloutCaretCenter$2 = '#A7C7FF';
1199
- var slugCalloutCaretBottom$2 = blue20;
1200
- var slugCalloutCaretBottomBackgroundActions$2 = '#D2DCEE';
1201
- var slugCalloutCaretBottomBackground$2 = '#CCDBF8';
1147
+ var aiPopoverCaretCenter$2 = '#A7C7FF';
1148
+ var aiPopoverCaretBottom$2 = blue20;
1149
+ var aiPopoverCaretBottomBackgroundActions$2 = '#D2DCEE';
1150
+ var aiPopoverCaretBottomBackground$2 = '#CCDBF8';
1202
1151
 
1203
1152
  // Chat tokens
1204
1153
  var chatPromptBackground$2 = white$2;
@@ -1210,6 +1159,8 @@ var chatBubbleAgentBorder$2 = gray20;
1210
1159
  var chatAvatarBot$2 = gray60;
1211
1160
  var chatAvatarAgent$2 = gray80;
1212
1161
  var chatAvatarUser$2 = blue60;
1162
+ var chatShellBackground$2 = white$2;
1163
+ var chatHeaderBackground$2 = white$2;
1213
1164
 
1214
1165
  var g10$1 = /*#__PURE__*/Object.freeze({
1215
1166
  __proto__: null,
@@ -1329,32 +1280,15 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1329
1280
  aiAuraHoverBackground: aiAuraHoverBackground$2,
1330
1281
  aiAuraHoverStart: aiAuraHoverStart$2,
1331
1282
  aiAuraHoverEnd: aiAuraHoverEnd$2,
1332
- slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
1333
- slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
1283
+ aiPopoverShadowOuter01: aiPopoverShadowOuter01$2,
1284
+ aiPopoverShadowOuter02: aiPopoverShadowOuter02$2,
1334
1285
  aiSkeletonBackground: aiSkeletonBackground$2,
1335
1286
  aiSkeletonElementBackground: aiSkeletonElementBackground$2,
1336
1287
  aiOverlay: aiOverlay$2,
1337
- slugCalloutGradientTop: slugCalloutGradientTop$2,
1338
- slugCalloutGradientBottom: slugCalloutGradientBottom$2,
1339
- aiGradientStart01: aiGradientStart01$2,
1340
- aiGradientStart02: aiGradientStart02$2,
1341
- aiGradientEnd: aiGradientEnd$2,
1342
- slugCalloutAuraStart: slugCalloutAuraStart$2,
1343
- slugCalloutAuraEnd: slugCalloutAuraEnd$2,
1344
- slugCalloutGradientTopHover: slugCalloutGradientTopHover$2,
1345
- slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$2,
1346
- slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$2,
1347
- slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$2,
1348
- slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$2,
1349
- slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$2,
1350
- slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$2,
1351
- slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$2,
1352
- slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$2,
1353
- slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$2,
1354
- slugCalloutCaretCenter: slugCalloutCaretCenter$2,
1355
- slugCalloutCaretBottom: slugCalloutCaretBottom$2,
1356
- slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$2,
1357
- slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$2,
1288
+ aiPopoverCaretCenter: aiPopoverCaretCenter$2,
1289
+ aiPopoverCaretBottom: aiPopoverCaretBottom$2,
1290
+ aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$2,
1291
+ aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$2,
1358
1292
  chatPromptBackground: chatPromptBackground$2,
1359
1293
  chatPromptBorderStart: chatPromptBorderStart$2,
1360
1294
  chatPromptBorderEnd: chatPromptBorderEnd$2,
@@ -1364,6 +1298,8 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1364
1298
  chatAvatarBot: chatAvatarBot$2,
1365
1299
  chatAvatarAgent: chatAvatarAgent$2,
1366
1300
  chatAvatarUser: chatAvatarUser$2,
1301
+ chatShellBackground: chatShellBackground$2,
1302
+ chatHeaderBackground: chatHeaderBackground$2,
1367
1303
  caption01: caption01,
1368
1304
  caption02: caption02,
1369
1305
  label01: label01,
@@ -1623,41 +1559,22 @@ var aiAuraHoverBackground$1 = layerHover01$1;
1623
1559
  var aiAuraHoverStart$1 = rgba(blue50, 0.4);
1624
1560
  var aiAuraHoverEnd$1 = rgba(black, 0);
1625
1561
 
1626
- // Callout
1627
- var slugCalloutShadowOuter01$1 = rgba(blue80, 0.25);
1628
- var slugCalloutShadowOuter02$1 = rgba(black, 0.65);
1562
+ // AI Popover
1563
+ var aiPopoverShadowOuter01$1 = rgba(blue80, 0.25);
1564
+ var aiPopoverShadowOuter02$1 = rgba(black, 0.65);
1629
1565
 
1630
1566
  // AI skeleton
1631
- var aiSkeletonBackground$1 = blue70Hover;
1632
- var aiSkeletonElementBackground$1 = blue100;
1567
+ var aiSkeletonBackground$1 = blue30;
1568
+ var aiSkeletonElementBackground$1 = blue80;
1633
1569
 
1634
1570
  // AI Modal tokens
1635
1571
  var aiOverlay$1 = rgba(blue100, 0.5);
1636
1572
 
1637
- //// Not used in phase 2 / possibly remove?
1638
- var slugCalloutGradientTop$1 = rgba(gray100, 0.85);
1639
- var slugCalloutGradientBottom$1 = rgba(gray90, 0.85);
1640
- var aiGradientStart01$1 = rgba(blue20, 0.2);
1641
- var aiGradientStart02$1 = 'transparent';
1642
- var aiGradientEnd$1 = 'rgba(38, 38, 38, 0)';
1643
- var slugCalloutAuraStart$1 = aiAuraStart$1;
1644
- var slugCalloutAuraEnd$1 = aiAuraEnd$1;
1645
- var slugCalloutGradientTopHover$1 = rgba(gray80, 0.55);
1646
- var slugCalloutGradientBottomHover$1 = rgba(gray80Hover, 0.55);
1647
- var slugCalloutAuraStartHover01$1 = rgba(blue20Hover, 0.3);
1648
- var slugCalloutAuraEndHover01$1 = rgba(gray100, 0);
1649
- var slugCalloutAuraStartHover02$1 = 'transparent';
1650
- var slugCalloutAuraEndHover02$1 = 'transparent';
1651
- var slugCalloutGradientTopSelected$1 = rgba(gray80, 0.85);
1652
- var slugCalloutGradientBottomSelected$1 = rgba(gray80Hover, 0.85);
1653
- var slugCalloutAuraStartSelected$1 = rgba(blue20, 0.2);
1654
- var slugCalloutAuraEndSelected$1 = rgba(gray100, 0);
1655
-
1656
1573
  // One off tokens for caret
1657
- var slugCalloutCaretCenter$1 = '#456FB5';
1658
- var slugCalloutCaretBottom$1 = '#465060';
1659
- var slugCalloutCaretBottomBackgroundActions$1 = '#253042';
1660
- var slugCalloutCaretBottomBackground$1 = '#2D3F5C';
1574
+ var aiPopoverCaretCenter$1 = '#456FB5';
1575
+ var aiPopoverCaretBottom$1 = '#465060';
1576
+ var aiPopoverCaretBottomBackgroundActions$1 = '#253042';
1577
+ var aiPopoverCaretBottomBackground$1 = '#2D3F5C';
1661
1578
 
1662
1579
  // Chat tokens
1663
1580
  var chatPromptBackground$1 = gray100;
@@ -1669,6 +1586,8 @@ var chatBubbleAgentBorder$1 = gray70;
1669
1586
  var chatAvatarBot$1 = gray50;
1670
1587
  var chatAvatarAgent$1 = gray30;
1671
1588
  var chatAvatarUser$1 = blue50;
1589
+ var chatShellBackground$1 = gray90;
1590
+ var chatHeaderBackground$1 = gray90;
1672
1591
 
1673
1592
  var g90$1 = /*#__PURE__*/Object.freeze({
1674
1593
  __proto__: null,
@@ -1788,32 +1707,15 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1788
1707
  aiAuraHoverBackground: aiAuraHoverBackground$1,
1789
1708
  aiAuraHoverStart: aiAuraHoverStart$1,
1790
1709
  aiAuraHoverEnd: aiAuraHoverEnd$1,
1791
- slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
1792
- slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
1710
+ aiPopoverShadowOuter01: aiPopoverShadowOuter01$1,
1711
+ aiPopoverShadowOuter02: aiPopoverShadowOuter02$1,
1793
1712
  aiSkeletonBackground: aiSkeletonBackground$1,
1794
1713
  aiSkeletonElementBackground: aiSkeletonElementBackground$1,
1795
1714
  aiOverlay: aiOverlay$1,
1796
- slugCalloutGradientTop: slugCalloutGradientTop$1,
1797
- slugCalloutGradientBottom: slugCalloutGradientBottom$1,
1798
- aiGradientStart01: aiGradientStart01$1,
1799
- aiGradientStart02: aiGradientStart02$1,
1800
- aiGradientEnd: aiGradientEnd$1,
1801
- slugCalloutAuraStart: slugCalloutAuraStart$1,
1802
- slugCalloutAuraEnd: slugCalloutAuraEnd$1,
1803
- slugCalloutGradientTopHover: slugCalloutGradientTopHover$1,
1804
- slugCalloutGradientBottomHover: slugCalloutGradientBottomHover$1,
1805
- slugCalloutAuraStartHover01: slugCalloutAuraStartHover01$1,
1806
- slugCalloutAuraEndHover01: slugCalloutAuraEndHover01$1,
1807
- slugCalloutAuraStartHover02: slugCalloutAuraStartHover02$1,
1808
- slugCalloutAuraEndHover02: slugCalloutAuraEndHover02$1,
1809
- slugCalloutGradientTopSelected: slugCalloutGradientTopSelected$1,
1810
- slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected$1,
1811
- slugCalloutAuraStartSelected: slugCalloutAuraStartSelected$1,
1812
- slugCalloutAuraEndSelected: slugCalloutAuraEndSelected$1,
1813
- slugCalloutCaretCenter: slugCalloutCaretCenter$1,
1814
- slugCalloutCaretBottom: slugCalloutCaretBottom$1,
1815
- slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions$1,
1816
- slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground$1,
1715
+ aiPopoverCaretCenter: aiPopoverCaretCenter$1,
1716
+ aiPopoverCaretBottom: aiPopoverCaretBottom$1,
1717
+ aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions$1,
1718
+ aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground$1,
1817
1719
  chatPromptBackground: chatPromptBackground$1,
1818
1720
  chatPromptBorderStart: chatPromptBorderStart$1,
1819
1721
  chatPromptBorderEnd: chatPromptBorderEnd$1,
@@ -1823,6 +1725,8 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1823
1725
  chatAvatarBot: chatAvatarBot$1,
1824
1726
  chatAvatarAgent: chatAvatarAgent$1,
1825
1727
  chatAvatarUser: chatAvatarUser$1,
1728
+ chatShellBackground: chatShellBackground$1,
1729
+ chatHeaderBackground: chatHeaderBackground$1,
1826
1730
  caption01: caption01,
1827
1731
  caption02: caption02,
1828
1732
  label01: label01,
@@ -2082,41 +1986,22 @@ var aiAuraHoverBackground = layerHover01;
2082
1986
  var aiAuraHoverStart = rgba(blue50, 0.4);
2083
1987
  var aiAuraHoverEnd = rgba(black, 0);
2084
1988
 
2085
- // Callout
2086
- var slugCalloutShadowOuter01 = rgba(blue80, 0.25);
2087
- var slugCalloutShadowOuter02 = rgba(black, 0.65);
1989
+ // AI Popover
1990
+ var aiPopoverShadowOuter01 = rgba(blue80, 0.25);
1991
+ var aiPopoverShadowOuter02 = rgba(black, 0.65);
2088
1992
 
2089
1993
  // AI skeleton
2090
- var aiSkeletonBackground = blue70Hover;
2091
- var aiSkeletonElementBackground = blue100;
1994
+ var aiSkeletonBackground = blue30;
1995
+ var aiSkeletonElementBackground = blue80;
2092
1996
 
2093
1997
  // AI Modal tokens
2094
1998
  var aiOverlay = rgba(blue100, 0.5);
2095
1999
 
2096
- //// Not used in phase 2 / possibly remove?
2097
- var slugCalloutGradientTop = rgba(gray100, 0.85);
2098
- var slugCalloutGradientBottom = rgba(gray90, 0.85);
2099
- var aiGradientStart01 = rgba(blue20, 0.2);
2100
- var aiGradientStart02 = 'transparent';
2101
- var aiGradientEnd = 'rgba(38, 38, 38, 0)';
2102
- var slugCalloutAuraStart = aiAuraStart;
2103
- var slugCalloutAuraEnd = aiAuraEnd;
2104
- var slugCalloutGradientTopHover = rgba(gray80, 0.55);
2105
- var slugCalloutGradientBottomHover = rgba(gray80Hover, 0.55);
2106
- var slugCalloutAuraStartHover01 = rgba(blue20Hover, 0.3);
2107
- var slugCalloutAuraEndHover01 = rgba(gray100, 0);
2108
- var slugCalloutAuraStartHover02 = 'transparent';
2109
- var slugCalloutAuraEndHover02 = 'transparent';
2110
- var slugCalloutGradientTopSelected = rgba(gray80, 0.85);
2111
- var slugCalloutGradientBottomSelected = rgba(gray80Hover, 0.85);
2112
- var slugCalloutAuraStartSelected = rgba(blue20, 0.2);
2113
- var slugCalloutAuraEndSelected = rgba(gray100, 0);
2114
-
2115
2000
  // One off tokens for caret
2116
- var slugCalloutCaretCenter = '#3F68AF';
2117
- var slugCalloutCaretBottom = '#3D4655';
2118
- var slugCalloutCaretBottomBackgroundActions = '#192436';
2119
- var slugCalloutCaretBottomBackground = '#213250';
2001
+ var aiPopoverCaretCenter = '#3F68AF';
2002
+ var aiPopoverCaretBottom = '#3D4655';
2003
+ var aiPopoverCaretBottomBackgroundActions = '#192436';
2004
+ var aiPopoverCaretBottomBackground = '#213250';
2120
2005
 
2121
2006
  // Chat tokens
2122
2007
  var chatPromptBackground = gray100;
@@ -2128,6 +2013,8 @@ var chatBubbleAgentBorder = gray70;
2128
2013
  var chatAvatarBot = gray50;
2129
2014
  var chatAvatarAgent = gray30;
2130
2015
  var chatAvatarUser = blue50;
2016
+ var chatShellBackground = gray90;
2017
+ var chatHeaderBackground = gray90;
2131
2018
 
2132
2019
  var g100$1 = /*#__PURE__*/Object.freeze({
2133
2020
  __proto__: null,
@@ -2247,32 +2134,15 @@ var g100$1 = /*#__PURE__*/Object.freeze({
2247
2134
  aiAuraHoverBackground: aiAuraHoverBackground,
2248
2135
  aiAuraHoverStart: aiAuraHoverStart,
2249
2136
  aiAuraHoverEnd: aiAuraHoverEnd,
2250
- slugCalloutShadowOuter01: slugCalloutShadowOuter01,
2251
- slugCalloutShadowOuter02: slugCalloutShadowOuter02,
2137
+ aiPopoverShadowOuter01: aiPopoverShadowOuter01,
2138
+ aiPopoverShadowOuter02: aiPopoverShadowOuter02,
2252
2139
  aiSkeletonBackground: aiSkeletonBackground,
2253
2140
  aiSkeletonElementBackground: aiSkeletonElementBackground,
2254
2141
  aiOverlay: aiOverlay,
2255
- slugCalloutGradientTop: slugCalloutGradientTop,
2256
- slugCalloutGradientBottom: slugCalloutGradientBottom,
2257
- aiGradientStart01: aiGradientStart01,
2258
- aiGradientStart02: aiGradientStart02,
2259
- aiGradientEnd: aiGradientEnd,
2260
- slugCalloutAuraStart: slugCalloutAuraStart,
2261
- slugCalloutAuraEnd: slugCalloutAuraEnd,
2262
- slugCalloutGradientTopHover: slugCalloutGradientTopHover,
2263
- slugCalloutGradientBottomHover: slugCalloutGradientBottomHover,
2264
- slugCalloutAuraStartHover01: slugCalloutAuraStartHover01,
2265
- slugCalloutAuraEndHover01: slugCalloutAuraEndHover01,
2266
- slugCalloutAuraStartHover02: slugCalloutAuraStartHover02,
2267
- slugCalloutAuraEndHover02: slugCalloutAuraEndHover02,
2268
- slugCalloutGradientTopSelected: slugCalloutGradientTopSelected,
2269
- slugCalloutGradientBottomSelected: slugCalloutGradientBottomSelected,
2270
- slugCalloutAuraStartSelected: slugCalloutAuraStartSelected,
2271
- slugCalloutAuraEndSelected: slugCalloutAuraEndSelected,
2272
- slugCalloutCaretCenter: slugCalloutCaretCenter,
2273
- slugCalloutCaretBottom: slugCalloutCaretBottom,
2274
- slugCalloutCaretBottomBackgroundActions: slugCalloutCaretBottomBackgroundActions,
2275
- slugCalloutCaretBottomBackground: slugCalloutCaretBottomBackground,
2142
+ aiPopoverCaretCenter: aiPopoverCaretCenter,
2143
+ aiPopoverCaretBottom: aiPopoverCaretBottom,
2144
+ aiPopoverCaretBottomBackgroundActions: aiPopoverCaretBottomBackgroundActions,
2145
+ aiPopoverCaretBottomBackground: aiPopoverCaretBottomBackground,
2276
2146
  chatPromptBackground: chatPromptBackground,
2277
2147
  chatPromptBorderStart: chatPromptBorderStart,
2278
2148
  chatPromptBorderEnd: chatPromptBorderEnd,
@@ -2282,6 +2152,8 @@ var g100$1 = /*#__PURE__*/Object.freeze({
2282
2152
  chatAvatarBot: chatAvatarBot,
2283
2153
  chatAvatarAgent: chatAvatarAgent,
2284
2154
  chatAvatarUser: chatAvatarUser,
2155
+ chatShellBackground: chatShellBackground,
2156
+ chatHeaderBackground: chatHeaderBackground,
2285
2157
  caption01: caption01,
2286
2158
  caption02: caption02,
2287
2159
  label01: label01,
@@ -4522,10 +4394,10 @@ var tagBackgroundGray = {
4522
4394
  g100: gray70
4523
4395
  };
4524
4396
  var tagColorGray = {
4525
- whiteTheme: gray80,
4526
- g10: gray80,
4527
- g90: gray20,
4528
- g100: gray20
4397
+ whiteTheme: gray100,
4398
+ g10: gray100,
4399
+ g90: gray10,
4400
+ g100: gray10
4529
4401
  };
4530
4402
  var tagHoverGray = {
4531
4403
  whiteTheme: gray20Hover,
@@ -4540,10 +4412,10 @@ var tagBackgroundCoolGray = {
4540
4412
  g100: coolGray70
4541
4413
  };
4542
4414
  var tagColorCoolGray = {
4543
- whiteTheme: coolGray80,
4544
- g10: coolGray80,
4545
- g90: coolGray20,
4546
- g100: coolGray20
4415
+ whiteTheme: coolGray100,
4416
+ g10: coolGray100,
4417
+ g90: coolGray10,
4418
+ g100: coolGray10
4547
4419
  };
4548
4420
  var tagHoverCoolGray = {
4549
4421
  whiteTheme: coolGray20Hover,
@@ -4558,10 +4430,10 @@ var tagBackgroundWarmGray = {
4558
4430
  g100: warmGray70
4559
4431
  };
4560
4432
  var tagColorWarmGray = {
4561
- whiteTheme: warmGray80,
4562
- g10: warmGray80,
4563
- g90: warmGray20,
4564
- g100: warmGray20
4433
+ whiteTheme: warmGray100,
4434
+ g10: warmGray100,
4435
+ g90: warmGray10,
4436
+ g100: warmGray10
4565
4437
  };
4566
4438
  var tagHoverWarmGray = {
4567
4439
  whiteTheme: warmGray20Hover,
@@ -4569,6 +4441,66 @@ var tagHoverWarmGray = {
4569
4441
  g90: warmGray70Hover,
4570
4442
  g100: warmGray70Hover
4571
4443
  };
4444
+ var tagBorderRed = {
4445
+ whiteTheme: red40,
4446
+ g10: red40,
4447
+ g90: red50,
4448
+ g100: red50
4449
+ };
4450
+ var tagBorderBlue = {
4451
+ whiteTheme: blue40,
4452
+ g10: blue40,
4453
+ g90: blue50,
4454
+ g100: blue50
4455
+ };
4456
+ var tagBorderCyan = {
4457
+ whiteTheme: cyan40,
4458
+ g10: cyan40,
4459
+ g90: cyan50,
4460
+ g100: cyan50
4461
+ };
4462
+ var tagBorderTeal = {
4463
+ whiteTheme: teal40,
4464
+ g10: teal40,
4465
+ g90: teal50,
4466
+ g100: teal50
4467
+ };
4468
+ var tagBorderGreen = {
4469
+ whiteTheme: green40,
4470
+ g10: green40,
4471
+ g90: green50,
4472
+ g100: green50
4473
+ };
4474
+ var tagBorderMagenta = {
4475
+ whiteTheme: magenta40,
4476
+ g10: magenta40,
4477
+ g90: magenta50,
4478
+ g100: magenta50
4479
+ };
4480
+ var tagBorderPurple = {
4481
+ whiteTheme: purple40,
4482
+ g10: purple40,
4483
+ g90: purple50,
4484
+ g100: purple50
4485
+ };
4486
+ var tagBorderGray = {
4487
+ whiteTheme: gray40,
4488
+ g10: gray40,
4489
+ g90: gray50,
4490
+ g100: gray50
4491
+ };
4492
+ var tagBorderCoolGray = {
4493
+ whiteTheme: coolGray40,
4494
+ g10: coolGray40,
4495
+ g90: coolGray50,
4496
+ g100: coolGray50
4497
+ };
4498
+ var tagBorderWarmGray = {
4499
+ whiteTheme: warmGray40,
4500
+ g10: warmGray40,
4501
+ g90: warmGray50,
4502
+ g100: warmGray50
4503
+ };
4572
4504
 
4573
4505
  var tokens$1 = /*#__PURE__*/Object.freeze({
4574
4506
  __proto__: null,
@@ -4601,7 +4533,17 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
4601
4533
  tagHoverCoolGray: tagHoverCoolGray,
4602
4534
  tagBackgroundWarmGray: tagBackgroundWarmGray,
4603
4535
  tagColorWarmGray: tagColorWarmGray,
4604
- tagHoverWarmGray: tagHoverWarmGray
4536
+ tagHoverWarmGray: tagHoverWarmGray,
4537
+ tagBorderRed: tagBorderRed,
4538
+ tagBorderBlue: tagBorderBlue,
4539
+ tagBorderCyan: tagBorderCyan,
4540
+ tagBorderTeal: tagBorderTeal,
4541
+ tagBorderGreen: tagBorderGreen,
4542
+ tagBorderMagenta: tagBorderMagenta,
4543
+ tagBorderPurple: tagBorderPurple,
4544
+ tagBorderGray: tagBorderGray,
4545
+ tagBorderCoolGray: tagBorderCoolGray,
4546
+ tagBorderWarmGray: tagBorderWarmGray
4605
4547
  });
4606
4548
 
4607
4549
  var index$1 = /*#__PURE__*/Object.freeze({
@@ -5178,15 +5120,15 @@ var contextual = TokenGroup.create({
5178
5120
  var ai = TokenGroup.create({
5179
5121
  name: 'AI',
5180
5122
  properties: ['background'],
5181
- tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover', 'slug-callout-gradient-top', 'slug-callout-gradient-bottom', 'slug-callout-aura-start', 'slug-callout-aura-end', 'slug-callout-gradient-top-hover', 'slug-callout-gradient-bottom-hover', 'slug-callout-aura-start-hover-01', 'slug-callout-aura-start-hover-02', 'slug-callout-aura-end-hover-01', 'slug-callout-aura-end-hover-02', 'slug-callout-gradient-top-selected', 'slug-callout-gradient-bottom-selected', 'slug-callout-aura-start-selected', 'slug-callout-aura-end-selected', 'ai-gradient-start-01', 'ai-gradient-start-02', 'ai-gradient-end',
5123
+ tokens: ['slug-background', 'slug-gradient', 'slug-background-hover', 'slug-gradient-hover', 'slug-hollow-hover',
5182
5124
  // Phase 2
5183
- 'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
5125
+ 'ai-popover-shadow-outer-01', 'ai-popover-shadow-outer-02',
5184
5126
  // Linear gradient refactor
5185
5127
  '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',
5186
5128
  // Caret tokens
5187
- 'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
5129
+ 'ai-popover-caret-center', 'ai-popover-caret-bottom', 'ai-popover-caret-bottom-background', 'ai-popover-caret-bottom-background-actions',
5188
5130
  // Chat tokens
5189
- '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']
5131
+ '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']
5190
5132
  });
5191
5133
  var group = TokenGroup.create({
5192
5134
  name: 'All',
@@ -5228,7 +5170,7 @@ var notification = TokenGroup.create({
5228
5170
  var tag = TokenGroup.create({
5229
5171
  name: 'Tag',
5230
5172
  properties: [],
5231
- 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']
5173
+ 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']
5232
5174
  });
5233
5175
 
5234
5176
  var components = /*#__PURE__*/Object.freeze({
@@ -5342,4 +5284,4 @@ var themes = {
5342
5284
  g100: g100$1
5343
5285
  };
5344
5286
 
5345
- export { aiAuraEnd$3 as aiAuraEnd, aiAuraHoverBackground$3 as aiAuraHoverBackground, aiAuraHoverEnd$3 as aiAuraHoverEnd, aiAuraHoverStart$3 as aiAuraHoverStart, aiAuraStart$3 as aiAuraStart, aiAuraStartTable$3 as aiAuraStartTable, aiBorderEnd$3 as aiBorderEnd, aiBorderStart$3 as aiBorderStart, aiBorderStrong$3 as aiBorderStrong, aiDropShadow$3 as aiDropShadow, aiGradientEnd$3 as aiGradientEnd, aiGradientStart01$3 as aiGradientStart01, aiGradientStart02$3 as aiGradientStart02, aiInnerShadow$3 as aiInnerShadow, aiOverlay$3 as aiOverlay, aiSkeletonBackground$3 as aiSkeletonBackground, aiSkeletonElementBackground$3 as aiSkeletonElementBackground, background$8 as background, backgroundActive$7 as backgroundActive, backgroundBrand$7 as backgroundBrand, backgroundHover$7 as backgroundHover, backgroundInverse$7 as backgroundInverse, backgroundInverseHover$7 as backgroundInverseHover, backgroundSelected$7 as backgroundSelected, backgroundSelectedHover$7 as backgroundSelectedHover, borderDisabled$7 as borderDisabled, borderInteractive$7 as borderInteractive, borderInverse$7 as borderInverse, borderStrong01$3 as borderStrong01, borderStrong02$3 as borderStrong02, borderStrong03$3 as borderStrong03, borderSubtle00$3 as borderSubtle00, borderSubtle01$3 as borderSubtle01, borderSubtle02$3 as borderSubtle02, borderSubtle03$3 as borderSubtle03, borderSubtleSelected01$3 as borderSubtleSelected01, borderSubtleSelected02$3 as borderSubtleSelected02, borderSubtleSelected03$3 as borderSubtleSelected03, borderTile01$3 as borderTile01, borderTile02$3 as borderTile02, borderTile03$3 as borderTile03, index$2 as buttonTokens, chatAvatarAgent$3 as chatAvatarAgent, chatAvatarBot$3 as chatAvatarBot, chatAvatarUser$3 as chatAvatarUser, chatBubbleAgent$3 as chatBubbleAgent, chatBubbleAgentBorder$3 as chatBubbleAgentBorder, chatBubbleUser$3 as chatBubbleUser, chatPromptBackground$3 as chatPromptBackground, chatPromptBorderEnd$3 as chatPromptBorderEnd, chatPromptBorderStart$3 as chatPromptBorderStart, field01$7 as field01, field02$7 as field02, field03$3 as field03, fieldHover01$3 as fieldHover01, fieldHover02$3 as fieldHover02, fieldHover03$3 as fieldHover03, focus$8 as focus, focusInset$7 as focusInset, focusInverse$7 as focusInverse, formatTokenName, g10$1 as g10, g100$1 as g100, g90$1 as g90, highlight$7 as highlight, iconDisabled$7 as iconDisabled, iconInteractive$3 as iconInteractive, iconInverse$7 as iconInverse, iconOnColor$7 as iconOnColor, iconOnColorDisabled$7 as iconOnColorDisabled, iconPrimary$7 as iconPrimary, iconSecondary$7 as iconSecondary, interactive$7 as interactive, layer01$3 as layer01, layer02$3 as layer02, layer03$3 as layer03, layerAccent01$3 as layerAccent01, layerAccent02$3 as layerAccent02, layerAccent03$3 as layerAccent03, layerAccentActive01$3 as layerAccentActive01, layerAccentActive02$3 as layerAccentActive02, layerAccentActive03$3 as layerAccentActive03, layerAccentHover01$3 as layerAccentHover01, layerAccentHover02$3 as layerAccentHover02, layerAccentHover03$3 as layerAccentHover03, layerActive01$3 as layerActive01, layerActive02$3 as layerActive02, layerActive03$3 as layerActive03, layerHover01$3 as layerHover01, layerHover02$3 as layerHover02, layerHover03$3 as layerHover03, layerSelected01$3 as layerSelected01, layerSelected02$3 as layerSelected02, layerSelected03$3 as layerSelected03, layerSelectedDisabled$7 as layerSelectedDisabled, layerSelectedHover01$3 as layerSelectedHover01, layerSelectedHover02$3 as layerSelectedHover02, layerSelectedHover03$3 as layerSelectedHover03, layerSelectedInverse$7 as layerSelectedInverse, linkInverse$7 as linkInverse, linkInverseActive$3 as linkInverseActive, linkInverseHover$3 as linkInverseHover, linkPrimary$7 as linkPrimary, linkPrimaryHover$7 as linkPrimaryHover, linkSecondary$7 as linkSecondary, linkVisited$7 as linkVisited, index as notificationTokens, overlay$7 as overlay, shadow$7 as shadow, skeletonBackground$7 as skeletonBackground, skeletonElement$7 as skeletonElement, slugBackground$3 as slugBackground, slugBackgroundHover$3 as slugBackgroundHover, slugCalloutAuraEnd$3 as slugCalloutAuraEnd, slugCalloutAuraEndHover01$3 as slugCalloutAuraEndHover01, slugCalloutAuraEndHover02$3 as slugCalloutAuraEndHover02, slugCalloutAuraEndSelected$3 as slugCalloutAuraEndSelected, slugCalloutAuraStart$3 as slugCalloutAuraStart, slugCalloutAuraStartHover01$3 as slugCalloutAuraStartHover01, slugCalloutAuraStartHover02$3 as slugCalloutAuraStartHover02, slugCalloutAuraStartSelected$3 as slugCalloutAuraStartSelected, slugCalloutCaretBottom$3 as slugCalloutCaretBottom, slugCalloutCaretBottomBackground$3 as slugCalloutCaretBottomBackground, slugCalloutCaretBottomBackgroundActions$3 as slugCalloutCaretBottomBackgroundActions, slugCalloutCaretCenter$3 as slugCalloutCaretCenter, slugCalloutGradientBottom$3 as slugCalloutGradientBottom, slugCalloutGradientBottomHover$3 as slugCalloutGradientBottomHover, slugCalloutGradientBottomSelected$3 as slugCalloutGradientBottomSelected, slugCalloutGradientTop$3 as slugCalloutGradientTop, slugCalloutGradientTopHover$3 as slugCalloutGradientTopHover, slugCalloutGradientTopSelected$3 as slugCalloutGradientTopSelected, slugCalloutShadowOuter01$3 as slugCalloutShadowOuter01, slugCalloutShadowOuter02$3 as slugCalloutShadowOuter02, slugGradient$3 as slugGradient, slugGradientHover$3 as slugGradientHover, slugHollowHover$3 as slugHollowHover, supportCautionMajor$3 as supportCautionMajor, supportCautionMinor$3 as supportCautionMinor, supportCautionUndefined$3 as supportCautionUndefined, supportError$7 as supportError, supportErrorInverse$7 as supportErrorInverse, supportInfo$7 as supportInfo, supportInfoInverse$7 as supportInfoInverse, supportSuccess$7 as supportSuccess, supportSuccessInverse$7 as supportSuccessInverse, supportWarning$7 as supportWarning, supportWarningInverse$7 as supportWarningInverse, index$1 as tagTokens, textDisabled$7 as textDisabled, textError$7 as textError, textHelper$7 as textHelper, textInverse$7 as textInverse, textOnColor$7 as textOnColor, textOnColorDisabled$7 as textOnColorDisabled, textPlaceholder$7 as textPlaceholder, textPrimary$7 as textPrimary, textSecondary$7 as textSecondary, themes, toggleOff$7 as toggleOff, unstable_metadata, index$3 as v10, white$1 as white };
5287
+ export { aiAuraEnd$3 as aiAuraEnd, aiAuraHoverBackground$3 as aiAuraHoverBackground, aiAuraHoverEnd$3 as aiAuraHoverEnd, aiAuraHoverStart$3 as aiAuraHoverStart, aiAuraStart$3 as aiAuraStart, aiAuraStartTable$3 as aiAuraStartTable, aiBorderEnd$3 as aiBorderEnd, aiBorderStart$3 as aiBorderStart, aiBorderStrong$3 as aiBorderStrong, aiDropShadow$3 as aiDropShadow, aiInnerShadow$3 as aiInnerShadow, aiOverlay$3 as aiOverlay, aiPopoverCaretBottom$3 as aiPopoverCaretBottom, aiPopoverCaretBottomBackground$3 as aiPopoverCaretBottomBackground, aiPopoverCaretBottomBackgroundActions$3 as aiPopoverCaretBottomBackgroundActions, aiPopoverCaretCenter$3 as aiPopoverCaretCenter, aiPopoverShadowOuter01$3 as aiPopoverShadowOuter01, aiPopoverShadowOuter02$3 as aiPopoverShadowOuter02, aiSkeletonBackground$3 as aiSkeletonBackground, aiSkeletonElementBackground$3 as aiSkeletonElementBackground, background$8 as background, backgroundActive$7 as backgroundActive, backgroundBrand$7 as backgroundBrand, backgroundHover$7 as backgroundHover, backgroundInverse$7 as backgroundInverse, backgroundInverseHover$7 as backgroundInverseHover, backgroundSelected$7 as backgroundSelected, backgroundSelectedHover$7 as backgroundSelectedHover, borderDisabled$7 as borderDisabled, borderInteractive$7 as borderInteractive, borderInverse$7 as borderInverse, borderStrong01$3 as borderStrong01, borderStrong02$3 as borderStrong02, borderStrong03$3 as borderStrong03, borderSubtle00$3 as borderSubtle00, borderSubtle01$3 as borderSubtle01, borderSubtle02$3 as borderSubtle02, borderSubtle03$3 as borderSubtle03, borderSubtleSelected01$3 as borderSubtleSelected01, borderSubtleSelected02$3 as borderSubtleSelected02, borderSubtleSelected03$3 as borderSubtleSelected03, borderTile01$3 as borderTile01, borderTile02$3 as borderTile02, borderTile03$3 as borderTile03, index$2 as buttonTokens, chatAvatarAgent$3 as chatAvatarAgent, chatAvatarBot$3 as chatAvatarBot, chatAvatarUser$3 as chatAvatarUser, chatBubbleAgent$3 as chatBubbleAgent, chatBubbleAgentBorder$3 as chatBubbleAgentBorder, chatBubbleUser$3 as chatBubbleUser, chatHeaderBackground$3 as chatHeaderBackground, chatPromptBackground$3 as chatPromptBackground, chatPromptBorderEnd$3 as chatPromptBorderEnd, chatPromptBorderStart$3 as chatPromptBorderStart, chatShellBackground$3 as chatShellBackground, field01$7 as field01, field02$7 as field02, field03$3 as field03, fieldHover01$3 as fieldHover01, fieldHover02$3 as fieldHover02, fieldHover03$3 as fieldHover03, focus$8 as focus, focusInset$7 as focusInset, focusInverse$7 as focusInverse, formatTokenName, g10$1 as g10, g100$1 as g100, g90$1 as g90, highlight$7 as highlight, iconDisabled$7 as iconDisabled, iconInteractive$3 as iconInteractive, iconInverse$7 as iconInverse, iconOnColor$7 as iconOnColor, iconOnColorDisabled$7 as iconOnColorDisabled, iconPrimary$7 as iconPrimary, iconSecondary$7 as iconSecondary, interactive$7 as interactive, layer01$3 as layer01, layer02$3 as layer02, layer03$3 as layer03, layerAccent01$3 as layerAccent01, layerAccent02$3 as layerAccent02, layerAccent03$3 as layerAccent03, layerAccentActive01$3 as layerAccentActive01, layerAccentActive02$3 as layerAccentActive02, layerAccentActive03$3 as layerAccentActive03, layerAccentHover01$3 as layerAccentHover01, layerAccentHover02$3 as layerAccentHover02, layerAccentHover03$3 as layerAccentHover03, layerActive01$3 as layerActive01, layerActive02$3 as layerActive02, layerActive03$3 as layerActive03, layerHover01$3 as layerHover01, layerHover02$3 as layerHover02, layerHover03$3 as layerHover03, layerSelected01$3 as layerSelected01, layerSelected02$3 as layerSelected02, layerSelected03$3 as layerSelected03, layerSelectedDisabled$7 as layerSelectedDisabled, layerSelectedHover01$3 as layerSelectedHover01, layerSelectedHover02$3 as layerSelectedHover02, layerSelectedHover03$3 as layerSelectedHover03, layerSelectedInverse$7 as layerSelectedInverse, linkInverse$7 as linkInverse, linkInverseActive$3 as linkInverseActive, linkInverseHover$3 as linkInverseHover, linkPrimary$7 as linkPrimary, linkPrimaryHover$7 as linkPrimaryHover, linkSecondary$7 as linkSecondary, linkVisited$7 as linkVisited, index as notificationTokens, overlay$7 as overlay, shadow$7 as shadow, skeletonBackground$7 as skeletonBackground, skeletonElement$7 as skeletonElement, slugBackground$3 as slugBackground, slugBackgroundHover$3 as slugBackgroundHover, slugGradient$3 as slugGradient, slugGradientHover$3 as slugGradientHover, slugHollowHover$3 as slugHollowHover, supportCautionMajor$3 as supportCautionMajor, supportCautionMinor$3 as supportCautionMinor, supportCautionUndefined$3 as supportCautionUndefined, supportError$7 as supportError, supportErrorInverse$7 as supportErrorInverse, supportInfo$7 as supportInfo, supportInfoInverse$7 as supportInfoInverse, supportSuccess$7 as supportSuccess, supportSuccessInverse$7 as supportSuccessInverse, supportWarning$7 as supportWarning, supportWarningInverse$7 as supportWarningInverse, index$1 as tagTokens, textDisabled$7 as textDisabled, textError$7 as textError, textHelper$7 as textHelper, textInverse$7 as textInverse, textOnColor$7 as textOnColor, textOnColorDisabled$7 as textOnColorDisabled, textPlaceholder$7 as textPlaceholder, textPrimary$7 as textPrimary, textSecondary$7 as textSecondary, themes, toggleOff$7 as toggleOff, unstable_metadata, index$3 as v10, white$1 as white };