@carbon/themes 11.31.0 → 11.32.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +19 -3
- package/lib/index.js +18 -1
- package/package.json +2 -2
- package/scss/generated/_themes.scss +4 -0
- package/scss/generated/_tokens.scss +3 -0
- package/src/g10.js +4 -0
- package/src/g100.js +4 -0
- package/src/g90.js +4 -0
- package/src/tokens/v11TokenGroup.js +1 -0
- package/src/white.js +4 -0
- package/umd/index.js +18 -1
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, coolGray10, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, gray30Hover, blue80, blue20Hover, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, blue70Hover, 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, coolGray10, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, gray30Hover, blue80, blue20Hover, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta80, magenta20Hover, magenta70Hover, purple20, purple70, purple80, purple20Hover, purple70Hover, blue70Hover, 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';
|
|
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';
|
|
@@ -709,6 +709,9 @@ var aiAuraHoverEnd$3 = rgba(white$2, 0);
|
|
|
709
709
|
var slugCalloutShadowOuter01$3 = rgba(blue70, 0.25);
|
|
710
710
|
var slugCalloutShadowOuter02$3 = rgba(black, 0.1);
|
|
711
711
|
|
|
712
|
+
// AI Modal tokens
|
|
713
|
+
var aiOverlay$3 = rgba(blue100, 0.5);
|
|
714
|
+
|
|
712
715
|
//// Not used in phase 2 / possibly remove?
|
|
713
716
|
var slugCalloutGradientTop$3 = rgba(gray10, 0.85);
|
|
714
717
|
var slugCalloutGradientBottom$3 = rgba(gray20, 0.85);
|
|
@@ -865,6 +868,7 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
865
868
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
866
869
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
867
870
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
871
|
+
aiOverlay: aiOverlay$3,
|
|
868
872
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
869
873
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
870
874
|
aiGradientStart01: aiGradientStart01$3,
|
|
@@ -1158,6 +1162,9 @@ var aiAuraHoverEnd$2 = rgba(white$2, 0);
|
|
|
1158
1162
|
var slugCalloutShadowOuter01$2 = rgba(blue70, 0.25);
|
|
1159
1163
|
var slugCalloutShadowOuter02$2 = rgba(black, 0.1);
|
|
1160
1164
|
|
|
1165
|
+
// AI Modal tokens
|
|
1166
|
+
var aiOverlay$2 = rgba(blue100, 0.5);
|
|
1167
|
+
|
|
1161
1168
|
//// Not used in phase 2 / possibly remove?
|
|
1162
1169
|
var slugCalloutGradientTop$2 = rgba(gray10, 0.85);
|
|
1163
1170
|
var slugCalloutGradientBottom$2 = rgba(gray20, 0.85);
|
|
@@ -1314,6 +1321,7 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1314
1321
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1315
1322
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1316
1323
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1324
|
+
aiOverlay: aiOverlay$2,
|
|
1317
1325
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1318
1326
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1319
1327
|
aiGradientStart01: aiGradientStart01$2,
|
|
@@ -1607,6 +1615,9 @@ var aiAuraHoverEnd$1 = rgba(black, 0);
|
|
|
1607
1615
|
var slugCalloutShadowOuter01$1 = rgba(blue80, 0.25);
|
|
1608
1616
|
var slugCalloutShadowOuter02$1 = rgba(black, 0.65);
|
|
1609
1617
|
|
|
1618
|
+
// AI Modal tokens
|
|
1619
|
+
var aiOverlay$1 = rgba(blue100, 0.5);
|
|
1620
|
+
|
|
1610
1621
|
//// Not used in phase 2 / possibly remove?
|
|
1611
1622
|
var slugCalloutGradientTop$1 = rgba(gray100, 0.85);
|
|
1612
1623
|
var slugCalloutGradientBottom$1 = rgba(gray90, 0.85);
|
|
@@ -1763,6 +1774,7 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1763
1774
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1764
1775
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1765
1776
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1777
|
+
aiOverlay: aiOverlay$1,
|
|
1766
1778
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1767
1779
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1768
1780
|
aiGradientStart01: aiGradientStart01$1,
|
|
@@ -2056,6 +2068,9 @@ var aiAuraHoverEnd = rgba(black, 0);
|
|
|
2056
2068
|
var slugCalloutShadowOuter01 = rgba(blue80, 0.25);
|
|
2057
2069
|
var slugCalloutShadowOuter02 = rgba(black, 0.65);
|
|
2058
2070
|
|
|
2071
|
+
// AI Modal tokens
|
|
2072
|
+
var aiOverlay = rgba(blue100, 0.5);
|
|
2073
|
+
|
|
2059
2074
|
//// Not used in phase 2 / possibly remove?
|
|
2060
2075
|
var slugCalloutGradientTop = rgba(gray100, 0.85);
|
|
2061
2076
|
var slugCalloutGradientBottom = rgba(gray90, 0.85);
|
|
@@ -2212,6 +2227,7 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2212
2227
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2213
2228
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2214
2229
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2230
|
+
aiOverlay: aiOverlay,
|
|
2215
2231
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2216
2232
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2217
2233
|
aiGradientStart01: aiGradientStart01,
|
|
@@ -5142,7 +5158,7 @@ var ai = TokenGroup.create({
|
|
|
5142
5158
|
// Phase 2
|
|
5143
5159
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5144
5160
|
// Linear gradient refactor
|
|
5145
|
-
'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',
|
|
5161
|
+
'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-overlay',
|
|
5146
5162
|
// Caret tokens
|
|
5147
5163
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5148
5164
|
// Chat tokens
|
|
@@ -5302,4 +5318,4 @@ var themes = {
|
|
|
5302
5318
|
g100: g100$1
|
|
5303
5319
|
};
|
|
5304
5320
|
|
|
5305
|
-
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, 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 };
|
|
5321
|
+
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, 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 };
|
package/lib/index.js
CHANGED
|
@@ -715,6 +715,9 @@ var aiAuraHoverEnd$3 = colors$1.rgba(colors$1.white, 0);
|
|
|
715
715
|
var slugCalloutShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
716
716
|
var slugCalloutShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
717
717
|
|
|
718
|
+
// AI Modal tokens
|
|
719
|
+
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
720
|
+
|
|
718
721
|
//// Not used in phase 2 / possibly remove?
|
|
719
722
|
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
720
723
|
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
@@ -871,6 +874,7 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
871
874
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
872
875
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
873
876
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
877
|
+
aiOverlay: aiOverlay$3,
|
|
874
878
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
875
879
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
876
880
|
aiGradientStart01: aiGradientStart01$3,
|
|
@@ -1164,6 +1168,9 @@ var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
|
1164
1168
|
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1165
1169
|
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1166
1170
|
|
|
1171
|
+
// AI Modal tokens
|
|
1172
|
+
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1173
|
+
|
|
1167
1174
|
//// Not used in phase 2 / possibly remove?
|
|
1168
1175
|
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1169
1176
|
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
@@ -1320,6 +1327,7 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1320
1327
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1321
1328
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1322
1329
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1330
|
+
aiOverlay: aiOverlay$2,
|
|
1323
1331
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1324
1332
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1325
1333
|
aiGradientStart01: aiGradientStart01$2,
|
|
@@ -1613,6 +1621,9 @@ var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
|
1613
1621
|
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1614
1622
|
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1615
1623
|
|
|
1624
|
+
// AI Modal tokens
|
|
1625
|
+
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1626
|
+
|
|
1616
1627
|
//// Not used in phase 2 / possibly remove?
|
|
1617
1628
|
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1618
1629
|
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
@@ -1769,6 +1780,7 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1769
1780
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1770
1781
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1771
1782
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1783
|
+
aiOverlay: aiOverlay$1,
|
|
1772
1784
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1773
1785
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1774
1786
|
aiGradientStart01: aiGradientStart01$1,
|
|
@@ -2062,6 +2074,9 @@ var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
|
2062
2074
|
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2063
2075
|
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2064
2076
|
|
|
2077
|
+
// AI Modal tokens
|
|
2078
|
+
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2079
|
+
|
|
2065
2080
|
//// Not used in phase 2 / possibly remove?
|
|
2066
2081
|
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
2067
2082
|
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
@@ -2218,6 +2233,7 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2218
2233
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2219
2234
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2220
2235
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2236
|
+
aiOverlay: aiOverlay,
|
|
2221
2237
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2222
2238
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2223
2239
|
aiGradientStart01: aiGradientStart01,
|
|
@@ -5148,7 +5164,7 @@ var ai = TokenGroup.create({
|
|
|
5148
5164
|
// Phase 2
|
|
5149
5165
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5150
5166
|
// Linear gradient refactor
|
|
5151
|
-
'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',
|
|
5167
|
+
'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-overlay',
|
|
5152
5168
|
// Caret tokens
|
|
5153
5169
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5154
5170
|
// Chat tokens
|
|
@@ -5606,6 +5622,7 @@ exports.aiGradientEnd = aiGradientEnd$3;
|
|
|
5606
5622
|
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5607
5623
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5608
5624
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5625
|
+
exports.aiOverlay = aiOverlay$3;
|
|
5609
5626
|
exports.background = background$8;
|
|
5610
5627
|
exports.backgroundActive = backgroundActive$7;
|
|
5611
5628
|
exports.backgroundBrand = backgroundBrand$7;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.32.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rimraf": "^5.0.0"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "c70f968d388bbf968269066402a741327b00ac1c"
|
|
53
53
|
}
|
|
@@ -26,6 +26,7 @@ $white: (
|
|
|
26
26
|
ai-gradient-start-01: rgba(242, 244, 248, 0.5),
|
|
27
27
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
28
28
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
29
|
+
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
29
30
|
background: #ffffff,
|
|
30
31
|
background-active: rgba(141, 141, 141, 0.5),
|
|
31
32
|
background-brand: #0f62fe,
|
|
@@ -185,6 +186,7 @@ $g10: (
|
|
|
185
186
|
ai-gradient-start-01: rgba(242, 244, 248, 0.5),
|
|
186
187
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
187
188
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
189
|
+
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
188
190
|
background: #f4f4f4,
|
|
189
191
|
background-active: rgba(141, 141, 141, 0.5),
|
|
190
192
|
background-brand: #0f62fe,
|
|
@@ -344,6 +346,7 @@ $g90: (
|
|
|
344
346
|
ai-gradient-start-01: rgba(208, 226, 255, 0.2),
|
|
345
347
|
ai-gradient-start-02: unquote('transparent'),
|
|
346
348
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
349
|
+
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
347
350
|
background: #262626,
|
|
348
351
|
background-active: rgba(141, 141, 141, 0.4),
|
|
349
352
|
background-brand: #0f62fe,
|
|
@@ -503,6 +506,7 @@ $g100: (
|
|
|
503
506
|
ai-gradient-start-01: rgba(208, 226, 255, 0.2),
|
|
504
507
|
ai-gradient-start-02: unquote('transparent'),
|
|
505
508
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
509
|
+
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
506
510
|
background: #161616,
|
|
507
511
|
background-active: rgba(141, 141, 141, 0.4),
|
|
508
512
|
background-brand: #0f62fe,
|
|
@@ -417,6 +417,9 @@ $ai-border-end: _get('ai-border-end') !default;
|
|
|
417
417
|
/// The CSS Custom Property for the `ai-drop-shadow` token
|
|
418
418
|
$ai-drop-shadow: _get('ai-drop-shadow') !default;
|
|
419
419
|
|
|
420
|
+
/// The CSS Custom Property for the `ai-overlay` token
|
|
421
|
+
$ai-overlay: _get('ai-overlay') !default;
|
|
422
|
+
|
|
420
423
|
/// The CSS Custom Property for the `slug-callout-caret-center` token
|
|
421
424
|
$slug-callout-caret-center: _get('slug-callout-caret-center') !default;
|
|
422
425
|
|
package/src/g10.js
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
blue40,
|
|
14
14
|
blue60,
|
|
15
15
|
blue70,
|
|
16
|
+
blue100,
|
|
16
17
|
|
|
17
18
|
// CoolGray
|
|
18
19
|
coolGray10,
|
|
@@ -232,6 +233,9 @@ export const aiAuraHoverEnd = rgba(white, 0);
|
|
|
232
233
|
export const slugCalloutShadowOuter01 = rgba(blue70, 0.25);
|
|
233
234
|
export const slugCalloutShadowOuter02 = rgba(black, 0.1);
|
|
234
235
|
|
|
236
|
+
// AI Modal tokens
|
|
237
|
+
export const aiOverlay = rgba(blue100, 0.5);
|
|
238
|
+
|
|
235
239
|
//// Not used in phase 2 / possibly remove?
|
|
236
240
|
export const slugCalloutGradientTop = rgba(gray10, 0.85);
|
|
237
241
|
export const slugCalloutGradientBottom = rgba(gray20, 0.85);
|
package/src/g100.js
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
blue60,
|
|
14
14
|
blue70,
|
|
15
15
|
blue80,
|
|
16
|
+
blue100,
|
|
16
17
|
|
|
17
18
|
// Gray
|
|
18
19
|
gray10,
|
|
@@ -237,6 +238,9 @@ export const aiAuraHoverEnd = rgba(black, 0);
|
|
|
237
238
|
export const slugCalloutShadowOuter01 = rgba(blue80, 0.25);
|
|
238
239
|
export const slugCalloutShadowOuter02 = rgba(black, 0.65);
|
|
239
240
|
|
|
241
|
+
// AI Modal tokens
|
|
242
|
+
export const aiOverlay = rgba(blue100, 0.5);
|
|
243
|
+
|
|
240
244
|
//// Not used in phase 2 / possibly remove?
|
|
241
245
|
export const slugCalloutGradientTop = rgba(gray100, 0.85);
|
|
242
246
|
export const slugCalloutGradientBottom = rgba(gray90, 0.85);
|
package/src/g90.js
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
blue60,
|
|
14
14
|
blue70,
|
|
15
15
|
blue80,
|
|
16
|
+
blue100,
|
|
16
17
|
|
|
17
18
|
// Gray
|
|
18
19
|
gray10,
|
|
@@ -238,6 +239,9 @@ export const aiAuraHoverEnd = rgba(black, 0);
|
|
|
238
239
|
export const slugCalloutShadowOuter01 = rgba(blue80, 0.25);
|
|
239
240
|
export const slugCalloutShadowOuter02 = rgba(black, 0.65);
|
|
240
241
|
|
|
242
|
+
// AI Modal tokens
|
|
243
|
+
export const aiOverlay = rgba(blue100, 0.5);
|
|
244
|
+
|
|
241
245
|
//// Not used in phase 2 / possibly remove?
|
|
242
246
|
export const slugCalloutGradientTop = rgba(gray100, 0.85);
|
|
243
247
|
export const slugCalloutGradientBottom = rgba(gray90, 0.85);
|
package/src/white.js
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
blue40,
|
|
14
14
|
blue60,
|
|
15
15
|
blue70,
|
|
16
|
+
blue100,
|
|
16
17
|
|
|
17
18
|
// CoolGray
|
|
18
19
|
coolGray10,
|
|
@@ -232,6 +233,9 @@ export const aiAuraHoverEnd = rgba(white, 0);
|
|
|
232
233
|
export const slugCalloutShadowOuter01 = rgba(blue70, 0.25);
|
|
233
234
|
export const slugCalloutShadowOuter02 = rgba(black, 0.1);
|
|
234
235
|
|
|
236
|
+
// AI Modal tokens
|
|
237
|
+
export const aiOverlay = rgba(blue100, 0.5);
|
|
238
|
+
|
|
235
239
|
//// Not used in phase 2 / possibly remove?
|
|
236
240
|
export const slugCalloutGradientTop = rgba(gray10, 0.85);
|
|
237
241
|
export const slugCalloutGradientBottom = rgba(gray20, 0.85);
|
package/umd/index.js
CHANGED
|
@@ -712,6 +712,9 @@
|
|
|
712
712
|
var slugCalloutShadowOuter01$3 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
713
713
|
var slugCalloutShadowOuter02$3 = colors$1.rgba(colors$1.black, 0.1);
|
|
714
714
|
|
|
715
|
+
// AI Modal tokens
|
|
716
|
+
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
717
|
+
|
|
715
718
|
//// Not used in phase 2 / possibly remove?
|
|
716
719
|
var slugCalloutGradientTop$3 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
717
720
|
var slugCalloutGradientBottom$3 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
@@ -868,6 +871,7 @@
|
|
|
868
871
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
869
872
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
870
873
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
874
|
+
aiOverlay: aiOverlay$3,
|
|
871
875
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
872
876
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
873
877
|
aiGradientStart01: aiGradientStart01$3,
|
|
@@ -1161,6 +1165,9 @@
|
|
|
1161
1165
|
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1162
1166
|
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1163
1167
|
|
|
1168
|
+
// AI Modal tokens
|
|
1169
|
+
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1170
|
+
|
|
1164
1171
|
//// Not used in phase 2 / possibly remove?
|
|
1165
1172
|
var slugCalloutGradientTop$2 = colors$1.rgba(colors$1.gray10, 0.85);
|
|
1166
1173
|
var slugCalloutGradientBottom$2 = colors$1.rgba(colors$1.gray20, 0.85);
|
|
@@ -1317,6 +1324,7 @@
|
|
|
1317
1324
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1318
1325
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1319
1326
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1327
|
+
aiOverlay: aiOverlay$2,
|
|
1320
1328
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1321
1329
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
1322
1330
|
aiGradientStart01: aiGradientStart01$2,
|
|
@@ -1610,6 +1618,9 @@
|
|
|
1610
1618
|
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1611
1619
|
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1612
1620
|
|
|
1621
|
+
// AI Modal tokens
|
|
1622
|
+
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1623
|
+
|
|
1613
1624
|
//// Not used in phase 2 / possibly remove?
|
|
1614
1625
|
var slugCalloutGradientTop$1 = colors$1.rgba(colors$1.gray100, 0.85);
|
|
1615
1626
|
var slugCalloutGradientBottom$1 = colors$1.rgba(colors$1.gray90, 0.85);
|
|
@@ -1766,6 +1777,7 @@
|
|
|
1766
1777
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1767
1778
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1768
1779
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1780
|
+
aiOverlay: aiOverlay$1,
|
|
1769
1781
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1770
1782
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
1771
1783
|
aiGradientStart01: aiGradientStart01$1,
|
|
@@ -2059,6 +2071,9 @@
|
|
|
2059
2071
|
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2060
2072
|
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2061
2073
|
|
|
2074
|
+
// AI Modal tokens
|
|
2075
|
+
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2076
|
+
|
|
2062
2077
|
//// Not used in phase 2 / possibly remove?
|
|
2063
2078
|
var slugCalloutGradientTop = colors$1.rgba(colors$1.gray100, 0.85);
|
|
2064
2079
|
var slugCalloutGradientBottom = colors$1.rgba(colors$1.gray90, 0.85);
|
|
@@ -2215,6 +2230,7 @@
|
|
|
2215
2230
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2216
2231
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2217
2232
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2233
|
+
aiOverlay: aiOverlay,
|
|
2218
2234
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2219
2235
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
2220
2236
|
aiGradientStart01: aiGradientStart01,
|
|
@@ -5145,7 +5161,7 @@
|
|
|
5145
5161
|
// Phase 2
|
|
5146
5162
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5147
5163
|
// Linear gradient refactor
|
|
5148
|
-
'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',
|
|
5164
|
+
'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-overlay',
|
|
5149
5165
|
// Caret tokens
|
|
5150
5166
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5151
5167
|
// Chat tokens
|
|
@@ -5603,6 +5619,7 @@
|
|
|
5603
5619
|
exports.aiGradientStart01 = aiGradientStart01$3;
|
|
5604
5620
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5605
5621
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5622
|
+
exports.aiOverlay = aiOverlay$3;
|
|
5606
5623
|
exports.background = background$8;
|
|
5607
5624
|
exports.backgroundActive = backgroundActive$7;
|
|
5608
5625
|
exports.backgroundBrand = backgroundBrand$7;
|