Skip to content

Commit

Permalink
fix(ChatButton): rename chat-bubble-agent-border to chat-bubble-border (
Browse files Browse the repository at this point in the history
#16005)

* fix(ChatButton): rename chat-bubble-agent-border to chat-bubble-border

* chore(yarn): run dedupe
  • Loading branch information
tw15egan committed Mar 19, 2024
1 parent efdac19 commit b904efa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Array [
"chatAvatarBot",
"chatAvatarUser",
"chatBubbleAgent",
"chatBubbleAgentBorder",
"chatBubbleBorder",
"chatBubbleUser",
"chatButton",
"chatButtonActive",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/__tests__/theme-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('@carbon/styles/scss/theme', () => {
"chat-prompt-border-end",
"chat-bubble-user",
"chat-bubble-agent",
"chat-bubble-agent-border",
"chat-bubble-border",
"chat-avatar-bot",
"chat-avatar-agent",
"chat-avatar-user",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g10.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const chatPromptBorderStart = gray10;
export const chatPromptBorderEnd = rgba(gray10, 0);
export const chatBubbleUser = gray20;
export const chatBubbleAgent = white;
export const chatBubbleAgentBorder = gray20;
export const chatBubbleBorder = gray20;
export const chatAvatarBot = gray60;
export const chatAvatarAgent = gray80;
export const chatAvatarUser = blue60;
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g100.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const chatPromptBorderStart = gray90;
export const chatPromptBorderEnd = rgba(gray90, 0);
export const chatBubbleUser = gray80;
export const chatBubbleAgent = gray90;
export const chatBubbleAgentBorder = gray70;
export const chatBubbleBorder = gray70;
export const chatAvatarBot = gray50;
export const chatAvatarAgent = gray30;
export const chatAvatarUser = blue50;
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g90.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const chatPromptBorderStart = gray90;
export const chatPromptBorderEnd = rgba(gray90, 0);
export const chatBubbleUser = gray80;
export const chatBubbleAgent = gray90;
export const chatBubbleAgentBorder = gray70;
export const chatBubbleBorder = gray70;
export const chatAvatarBot = gray50;
export const chatAvatarAgent = gray30;
export const chatAvatarUser = blue50;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Array [
"chat-prompt-border-end",
"chat-bubble-user",
"chat-bubble-agent",
"chat-bubble-agent-border",
"chat-bubble-border",
"chat-avatar-bot",
"chat-avatar-agent",
"chat-avatar-user",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/tokens/__tests__/metadata-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ test('metadata', () => {
"type": "color",
},
Object {
"name": "chat-bubble-agent-border",
"name": "chat-bubble-border",
"type": "color",
},
Object {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/tokens/v11TokenGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export const ai = TokenGroup.create({
'chat-prompt-border-end',
'chat-bubble-user',
'chat-bubble-agent',
'chat-bubble-agent-border',
'chat-bubble-border',
'chat-avatar-bot',
'chat-avatar-agent',
'chat-avatar-user',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/white.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const chatPromptBorderStart = gray10;
export const chatPromptBorderEnd = rgba(gray10, 0);
export const chatBubbleUser = gray20;
export const chatBubbleAgent = white;
export const chatBubbleAgentBorder = gray20;
export const chatBubbleBorder = gray20;
export const chatAvatarBot = gray60;
export const chatAvatarAgent = gray80;
export const chatAvatarUser = blue60;
Expand Down

0 comments on commit b904efa

Please sign in to comment.