@carbon/themes 11.32.0-rc.0 → 11.32.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 +27 -3
- package/lib/index.js +27 -1
- package/package.json +2 -2
- package/scss/generated/_themes.scss +8 -0
- package/scss/generated/_tokens.scss +8 -0
- package/src/g10.js +5 -0
- package/src/g100.js +5 -0
- package/src/g90.js +5 -0
- package/src/tokens/v11TokenGroup.js +2 -0
- package/src/white.js +5 -0
- package/umd/index.js +27 -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, blue100, coolGray10, gray90, gray70Hover, gray60Hover, gray50Hover, red30, purple40, red40, purple50, gray90Hover, gray30Hover, blue80,
|
|
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';
|
|
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,10 @@ 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 skeleton
|
|
713
|
+
var aiSkeletonBackground$3 = blue20Hover;
|
|
714
|
+
var aiSkeletonElementBackground$3 = blue100;
|
|
715
|
+
|
|
712
716
|
// AI Modal tokens
|
|
713
717
|
var aiOverlay$3 = rgba(blue100, 0.5);
|
|
714
718
|
|
|
@@ -868,6 +872,8 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
868
872
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
869
873
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
870
874
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
875
|
+
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
876
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
871
877
|
aiOverlay: aiOverlay$3,
|
|
872
878
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
873
879
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
@@ -1162,6 +1168,10 @@ var aiAuraHoverEnd$2 = rgba(white$2, 0);
|
|
|
1162
1168
|
var slugCalloutShadowOuter01$2 = rgba(blue70, 0.25);
|
|
1163
1169
|
var slugCalloutShadowOuter02$2 = rgba(black, 0.1);
|
|
1164
1170
|
|
|
1171
|
+
// AI skeleton
|
|
1172
|
+
var aiSkeletonBackground$2 = blue20Hover;
|
|
1173
|
+
var aiSkeletonElementBackground$2 = blue100;
|
|
1174
|
+
|
|
1165
1175
|
// AI Modal tokens
|
|
1166
1176
|
var aiOverlay$2 = rgba(blue100, 0.5);
|
|
1167
1177
|
|
|
@@ -1321,6 +1331,8 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1321
1331
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1322
1332
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1323
1333
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1334
|
+
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1335
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1324
1336
|
aiOverlay: aiOverlay$2,
|
|
1325
1337
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1326
1338
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
@@ -1615,6 +1627,10 @@ var aiAuraHoverEnd$1 = rgba(black, 0);
|
|
|
1615
1627
|
var slugCalloutShadowOuter01$1 = rgba(blue80, 0.25);
|
|
1616
1628
|
var slugCalloutShadowOuter02$1 = rgba(black, 0.65);
|
|
1617
1629
|
|
|
1630
|
+
// AI skeleton
|
|
1631
|
+
var aiSkeletonBackground$1 = blue70Hover;
|
|
1632
|
+
var aiSkeletonElementBackground$1 = blue100;
|
|
1633
|
+
|
|
1618
1634
|
// AI Modal tokens
|
|
1619
1635
|
var aiOverlay$1 = rgba(blue100, 0.5);
|
|
1620
1636
|
|
|
@@ -1774,6 +1790,8 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1774
1790
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1775
1791
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1776
1792
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1793
|
+
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1794
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1777
1795
|
aiOverlay: aiOverlay$1,
|
|
1778
1796
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1779
1797
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
@@ -2068,6 +2086,10 @@ var aiAuraHoverEnd = rgba(black, 0);
|
|
|
2068
2086
|
var slugCalloutShadowOuter01 = rgba(blue80, 0.25);
|
|
2069
2087
|
var slugCalloutShadowOuter02 = rgba(black, 0.65);
|
|
2070
2088
|
|
|
2089
|
+
// AI skeleton
|
|
2090
|
+
var aiSkeletonBackground = blue70Hover;
|
|
2091
|
+
var aiSkeletonElementBackground = blue100;
|
|
2092
|
+
|
|
2071
2093
|
// AI Modal tokens
|
|
2072
2094
|
var aiOverlay = rgba(blue100, 0.5);
|
|
2073
2095
|
|
|
@@ -2227,6 +2249,8 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2227
2249
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2228
2250
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2229
2251
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2252
|
+
aiSkeletonBackground: aiSkeletonBackground,
|
|
2253
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2230
2254
|
aiOverlay: aiOverlay,
|
|
2231
2255
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2232
2256
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
@@ -5158,7 +5182,7 @@ var ai = TokenGroup.create({
|
|
|
5158
5182
|
// Phase 2
|
|
5159
5183
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5160
5184
|
// Linear gradient refactor
|
|
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',
|
|
5185
|
+
'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',
|
|
5162
5186
|
// Caret tokens
|
|
5163
5187
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5164
5188
|
// Chat tokens
|
|
@@ -5318,4 +5342,4 @@ var themes = {
|
|
|
5318
5342
|
g100: g100$1
|
|
5319
5343
|
};
|
|
5320
5344
|
|
|
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 };
|
|
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 };
|
package/lib/index.js
CHANGED
|
@@ -715,6 +715,10 @@ 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 skeleton
|
|
719
|
+
var aiSkeletonBackground$3 = colors$1.blue20Hover;
|
|
720
|
+
var aiSkeletonElementBackground$3 = colors$1.blue100;
|
|
721
|
+
|
|
718
722
|
// AI Modal tokens
|
|
719
723
|
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
720
724
|
|
|
@@ -874,6 +878,8 @@ var white$1 = /*#__PURE__*/Object.freeze({
|
|
|
874
878
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
875
879
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
876
880
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
881
|
+
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
882
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
877
883
|
aiOverlay: aiOverlay$3,
|
|
878
884
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
879
885
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
@@ -1168,6 +1174,10 @@ var aiAuraHoverEnd$2 = colors$1.rgba(colors$1.white, 0);
|
|
|
1168
1174
|
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1169
1175
|
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1170
1176
|
|
|
1177
|
+
// AI skeleton
|
|
1178
|
+
var aiSkeletonBackground$2 = colors$1.blue20Hover;
|
|
1179
|
+
var aiSkeletonElementBackground$2 = colors$1.blue100;
|
|
1180
|
+
|
|
1171
1181
|
// AI Modal tokens
|
|
1172
1182
|
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1173
1183
|
|
|
@@ -1327,6 +1337,8 @@ var g10$1 = /*#__PURE__*/Object.freeze({
|
|
|
1327
1337
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1328
1338
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1329
1339
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1340
|
+
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1341
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1330
1342
|
aiOverlay: aiOverlay$2,
|
|
1331
1343
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1332
1344
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
@@ -1621,6 +1633,10 @@ var aiAuraHoverEnd$1 = colors$1.rgba(colors$1.black, 0);
|
|
|
1621
1633
|
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1622
1634
|
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1623
1635
|
|
|
1636
|
+
// AI skeleton
|
|
1637
|
+
var aiSkeletonBackground$1 = colors$1.blue70Hover;
|
|
1638
|
+
var aiSkeletonElementBackground$1 = colors$1.blue100;
|
|
1639
|
+
|
|
1624
1640
|
// AI Modal tokens
|
|
1625
1641
|
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1626
1642
|
|
|
@@ -1780,6 +1796,8 @@ var g90$1 = /*#__PURE__*/Object.freeze({
|
|
|
1780
1796
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1781
1797
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1782
1798
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1799
|
+
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1800
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1783
1801
|
aiOverlay: aiOverlay$1,
|
|
1784
1802
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1785
1803
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
@@ -2074,6 +2092,10 @@ var aiAuraHoverEnd = colors$1.rgba(colors$1.black, 0);
|
|
|
2074
2092
|
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2075
2093
|
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2076
2094
|
|
|
2095
|
+
// AI skeleton
|
|
2096
|
+
var aiSkeletonBackground = colors$1.blue70Hover;
|
|
2097
|
+
var aiSkeletonElementBackground = colors$1.blue100;
|
|
2098
|
+
|
|
2077
2099
|
// AI Modal tokens
|
|
2078
2100
|
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2079
2101
|
|
|
@@ -2233,6 +2255,8 @@ var g100$1 = /*#__PURE__*/Object.freeze({
|
|
|
2233
2255
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2234
2256
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2235
2257
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2258
|
+
aiSkeletonBackground: aiSkeletonBackground,
|
|
2259
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2236
2260
|
aiOverlay: aiOverlay,
|
|
2237
2261
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2238
2262
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
@@ -5164,7 +5188,7 @@ var ai = TokenGroup.create({
|
|
|
5164
5188
|
// Phase 2
|
|
5165
5189
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5166
5190
|
// Linear gradient refactor
|
|
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',
|
|
5191
|
+
'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',
|
|
5168
5192
|
// Caret tokens
|
|
5169
5193
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5170
5194
|
// Chat tokens
|
|
@@ -5623,6 +5647,8 @@ exports.aiGradientStart01 = aiGradientStart01$3;
|
|
|
5623
5647
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5624
5648
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5625
5649
|
exports.aiOverlay = aiOverlay$3;
|
|
5650
|
+
exports.aiSkeletonBackground = aiSkeletonBackground$3;
|
|
5651
|
+
exports.aiSkeletonElementBackground = aiSkeletonElementBackground$3;
|
|
5626
5652
|
exports.background = background$8;
|
|
5627
5653
|
exports.backgroundActive = backgroundActive$7;
|
|
5628
5654
|
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.32.0
|
|
4
|
+
"version": "11.32.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": "957667fa7f197b544f6cb336814daa7074daaaee"
|
|
53
53
|
}
|
|
@@ -27,6 +27,8 @@ $white: (
|
|
|
27
27
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
28
28
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
29
29
|
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
30
|
+
ai-skeleton-background: #b8d3ff,
|
|
31
|
+
ai-skeleton-element-background: #001141,
|
|
30
32
|
background: #ffffff,
|
|
31
33
|
background-active: rgba(141, 141, 141, 0.5),
|
|
32
34
|
background-brand: #0f62fe,
|
|
@@ -187,6 +189,8 @@ $g10: (
|
|
|
187
189
|
ai-gradient-start-02: rgba(237, 245, 255, 0.5),
|
|
188
190
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
189
191
|
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
192
|
+
ai-skeleton-background: #b8d3ff,
|
|
193
|
+
ai-skeleton-element-background: #001141,
|
|
190
194
|
background: #f4f4f4,
|
|
191
195
|
background-active: rgba(141, 141, 141, 0.5),
|
|
192
196
|
background-brand: #0f62fe,
|
|
@@ -347,6 +351,8 @@ $g90: (
|
|
|
347
351
|
ai-gradient-start-02: unquote('transparent'),
|
|
348
352
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
349
353
|
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
354
|
+
ai-skeleton-background: #0053ff,
|
|
355
|
+
ai-skeleton-element-background: #001141,
|
|
350
356
|
background: #262626,
|
|
351
357
|
background-active: rgba(141, 141, 141, 0.4),
|
|
352
358
|
background-brand: #0f62fe,
|
|
@@ -507,6 +513,8 @@ $g100: (
|
|
|
507
513
|
ai-gradient-start-02: unquote('transparent'),
|
|
508
514
|
ai-inner-shadow: rgba(69, 137, 255, 0.2),
|
|
509
515
|
ai-overlay: rgba(0, 17, 65, 0.5),
|
|
516
|
+
ai-skeleton-background: #0053ff,
|
|
517
|
+
ai-skeleton-element-background: #001141,
|
|
510
518
|
background: #161616,
|
|
511
519
|
background-active: rgba(141, 141, 141, 0.4),
|
|
512
520
|
background-brand: #0f62fe,
|
|
@@ -417,6 +417,14 @@ $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-skeleton-background` token
|
|
421
|
+
$ai-skeleton-background: _get('ai-skeleton-background') !default;
|
|
422
|
+
|
|
423
|
+
/// The CSS Custom Property for the `ai-skeleton-element-background` token
|
|
424
|
+
$ai-skeleton-element-background: _get(
|
|
425
|
+
'ai-skeleton-element-background'
|
|
426
|
+
) !default;
|
|
427
|
+
|
|
420
428
|
/// The CSS Custom Property for the `ai-overlay` token
|
|
421
429
|
$ai-overlay: _get('ai-overlay') !default;
|
|
422
430
|
|
package/src/g10.js
CHANGED
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
// Blue
|
|
10
10
|
blue10,
|
|
11
11
|
blue20,
|
|
12
|
+
blue20Hover,
|
|
12
13
|
blue30,
|
|
13
14
|
blue40,
|
|
14
15
|
blue60,
|
|
@@ -233,6 +234,10 @@ export const aiAuraHoverEnd = rgba(white, 0);
|
|
|
233
234
|
export const slugCalloutShadowOuter01 = rgba(blue70, 0.25);
|
|
234
235
|
export const slugCalloutShadowOuter02 = rgba(black, 0.1);
|
|
235
236
|
|
|
237
|
+
// AI skeleton
|
|
238
|
+
export const aiSkeletonBackground = blue20Hover;
|
|
239
|
+
export const aiSkeletonElementBackground = blue100;
|
|
240
|
+
|
|
236
241
|
// AI Modal tokens
|
|
237
242
|
export const aiOverlay = rgba(blue100, 0.5);
|
|
238
243
|
|
package/src/g100.js
CHANGED
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
blue40,
|
|
13
13
|
blue60,
|
|
14
14
|
blue70,
|
|
15
|
+
blue70Hover,
|
|
15
16
|
blue80,
|
|
16
17
|
blue100,
|
|
17
18
|
|
|
@@ -238,6 +239,10 @@ 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 skeleton
|
|
243
|
+
export const aiSkeletonBackground = blue70Hover;
|
|
244
|
+
export const aiSkeletonElementBackground = blue100;
|
|
245
|
+
|
|
241
246
|
// AI Modal tokens
|
|
242
247
|
export const aiOverlay = rgba(blue100, 0.5);
|
|
243
248
|
|
package/src/g90.js
CHANGED
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
blue40,
|
|
13
13
|
blue60,
|
|
14
14
|
blue70,
|
|
15
|
+
blue70Hover,
|
|
15
16
|
blue80,
|
|
16
17
|
blue100,
|
|
17
18
|
|
|
@@ -239,6 +240,10 @@ export const aiAuraHoverEnd = rgba(black, 0);
|
|
|
239
240
|
export const slugCalloutShadowOuter01 = rgba(blue80, 0.25);
|
|
240
241
|
export const slugCalloutShadowOuter02 = rgba(black, 0.65);
|
|
241
242
|
|
|
243
|
+
// AI skeleton
|
|
244
|
+
export const aiSkeletonBackground = blue70Hover;
|
|
245
|
+
export const aiSkeletonElementBackground = blue100;
|
|
246
|
+
|
|
242
247
|
// AI Modal tokens
|
|
243
248
|
export const aiOverlay = rgba(blue100, 0.5);
|
|
244
249
|
|
package/src/white.js
CHANGED
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
// Blue
|
|
10
10
|
blue10,
|
|
11
11
|
blue20,
|
|
12
|
+
blue20Hover,
|
|
12
13
|
blue30,
|
|
13
14
|
blue40,
|
|
14
15
|
blue60,
|
|
@@ -233,6 +234,10 @@ export const aiAuraHoverEnd = rgba(white, 0);
|
|
|
233
234
|
export const slugCalloutShadowOuter01 = rgba(blue70, 0.25);
|
|
234
235
|
export const slugCalloutShadowOuter02 = rgba(black, 0.1);
|
|
235
236
|
|
|
237
|
+
// AI skeleton
|
|
238
|
+
export const aiSkeletonBackground = blue20Hover;
|
|
239
|
+
export const aiSkeletonElementBackground = blue100;
|
|
240
|
+
|
|
236
241
|
// AI Modal tokens
|
|
237
242
|
export const aiOverlay = rgba(blue100, 0.5);
|
|
238
243
|
|
package/umd/index.js
CHANGED
|
@@ -712,6 +712,10 @@
|
|
|
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 skeleton
|
|
716
|
+
var aiSkeletonBackground$3 = colors$1.blue20Hover;
|
|
717
|
+
var aiSkeletonElementBackground$3 = colors$1.blue100;
|
|
718
|
+
|
|
715
719
|
// AI Modal tokens
|
|
716
720
|
var aiOverlay$3 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
717
721
|
|
|
@@ -871,6 +875,8 @@
|
|
|
871
875
|
aiAuraHoverEnd: aiAuraHoverEnd$3,
|
|
872
876
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$3,
|
|
873
877
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$3,
|
|
878
|
+
aiSkeletonBackground: aiSkeletonBackground$3,
|
|
879
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$3,
|
|
874
880
|
aiOverlay: aiOverlay$3,
|
|
875
881
|
slugCalloutGradientTop: slugCalloutGradientTop$3,
|
|
876
882
|
slugCalloutGradientBottom: slugCalloutGradientBottom$3,
|
|
@@ -1165,6 +1171,10 @@
|
|
|
1165
1171
|
var slugCalloutShadowOuter01$2 = colors$1.rgba(colors$1.blue70, 0.25);
|
|
1166
1172
|
var slugCalloutShadowOuter02$2 = colors$1.rgba(colors$1.black, 0.1);
|
|
1167
1173
|
|
|
1174
|
+
// AI skeleton
|
|
1175
|
+
var aiSkeletonBackground$2 = colors$1.blue20Hover;
|
|
1176
|
+
var aiSkeletonElementBackground$2 = colors$1.blue100;
|
|
1177
|
+
|
|
1168
1178
|
// AI Modal tokens
|
|
1169
1179
|
var aiOverlay$2 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1170
1180
|
|
|
@@ -1324,6 +1334,8 @@
|
|
|
1324
1334
|
aiAuraHoverEnd: aiAuraHoverEnd$2,
|
|
1325
1335
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$2,
|
|
1326
1336
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$2,
|
|
1337
|
+
aiSkeletonBackground: aiSkeletonBackground$2,
|
|
1338
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$2,
|
|
1327
1339
|
aiOverlay: aiOverlay$2,
|
|
1328
1340
|
slugCalloutGradientTop: slugCalloutGradientTop$2,
|
|
1329
1341
|
slugCalloutGradientBottom: slugCalloutGradientBottom$2,
|
|
@@ -1618,6 +1630,10 @@
|
|
|
1618
1630
|
var slugCalloutShadowOuter01$1 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
1619
1631
|
var slugCalloutShadowOuter02$1 = colors$1.rgba(colors$1.black, 0.65);
|
|
1620
1632
|
|
|
1633
|
+
// AI skeleton
|
|
1634
|
+
var aiSkeletonBackground$1 = colors$1.blue70Hover;
|
|
1635
|
+
var aiSkeletonElementBackground$1 = colors$1.blue100;
|
|
1636
|
+
|
|
1621
1637
|
// AI Modal tokens
|
|
1622
1638
|
var aiOverlay$1 = colors$1.rgba(colors$1.blue100, 0.5);
|
|
1623
1639
|
|
|
@@ -1777,6 +1793,8 @@
|
|
|
1777
1793
|
aiAuraHoverEnd: aiAuraHoverEnd$1,
|
|
1778
1794
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01$1,
|
|
1779
1795
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02$1,
|
|
1796
|
+
aiSkeletonBackground: aiSkeletonBackground$1,
|
|
1797
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground$1,
|
|
1780
1798
|
aiOverlay: aiOverlay$1,
|
|
1781
1799
|
slugCalloutGradientTop: slugCalloutGradientTop$1,
|
|
1782
1800
|
slugCalloutGradientBottom: slugCalloutGradientBottom$1,
|
|
@@ -2071,6 +2089,10 @@
|
|
|
2071
2089
|
var slugCalloutShadowOuter01 = colors$1.rgba(colors$1.blue80, 0.25);
|
|
2072
2090
|
var slugCalloutShadowOuter02 = colors$1.rgba(colors$1.black, 0.65);
|
|
2073
2091
|
|
|
2092
|
+
// AI skeleton
|
|
2093
|
+
var aiSkeletonBackground = colors$1.blue70Hover;
|
|
2094
|
+
var aiSkeletonElementBackground = colors$1.blue100;
|
|
2095
|
+
|
|
2074
2096
|
// AI Modal tokens
|
|
2075
2097
|
var aiOverlay = colors$1.rgba(colors$1.blue100, 0.5);
|
|
2076
2098
|
|
|
@@ -2230,6 +2252,8 @@
|
|
|
2230
2252
|
aiAuraHoverEnd: aiAuraHoverEnd,
|
|
2231
2253
|
slugCalloutShadowOuter01: slugCalloutShadowOuter01,
|
|
2232
2254
|
slugCalloutShadowOuter02: slugCalloutShadowOuter02,
|
|
2255
|
+
aiSkeletonBackground: aiSkeletonBackground,
|
|
2256
|
+
aiSkeletonElementBackground: aiSkeletonElementBackground,
|
|
2233
2257
|
aiOverlay: aiOverlay,
|
|
2234
2258
|
slugCalloutGradientTop: slugCalloutGradientTop,
|
|
2235
2259
|
slugCalloutGradientBottom: slugCalloutGradientBottom,
|
|
@@ -5161,7 +5185,7 @@
|
|
|
5161
5185
|
// Phase 2
|
|
5162
5186
|
'slug-callout-shadow-outer-01', 'slug-callout-shadow-outer-02',
|
|
5163
5187
|
// Linear gradient refactor
|
|
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',
|
|
5188
|
+
'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',
|
|
5165
5189
|
// Caret tokens
|
|
5166
5190
|
'slug-callout-caret-center', 'slug-callout-caret-bottom', 'slug-callout-caret-bottom-background', 'slug-callout-caret-bottom-background-actions',
|
|
5167
5191
|
// Chat tokens
|
|
@@ -5620,6 +5644,8 @@
|
|
|
5620
5644
|
exports.aiGradientStart02 = aiGradientStart02$3;
|
|
5621
5645
|
exports.aiInnerShadow = aiInnerShadow$3;
|
|
5622
5646
|
exports.aiOverlay = aiOverlay$3;
|
|
5647
|
+
exports.aiSkeletonBackground = aiSkeletonBackground$3;
|
|
5648
|
+
exports.aiSkeletonElementBackground = aiSkeletonElementBackground$3;
|
|
5623
5649
|
exports.background = background$8;
|
|
5624
5650
|
exports.backgroundActive = backgroundActive$7;
|
|
5625
5651
|
exports.backgroundBrand = backgroundBrand$7;
|