-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: NbChatComponent 'accent' field removed. NbChatComponent sizes 'xxsmall' and 'xxlarge' removed. 'xsmall' size changed to 'tiny', 'xlarge' changed to 'giant'. Size class changed to 'size-[size-name]'. All size static fields removed (SIZE_XXSMALL, SIZE_XSMALL, SIZE_SMALL, SIZE_MEDIUM, SIZE_LARGE, SIZE_XLARGE, SIZE_XXLARGE). NbChatComponent 'active' status removed. Disabled status removed. Use disabled input instead. Status class names changed to 'status-[status-name]'. NbChatMessageComponent 'replyValue' changed to 'reply'. Following theme properties removed: chat-font-size -> chat-text-font-size chat-fg -> chat-text-color chat-bg -> chat-background-color chat-height-xsmall -> chat-tiny-height chat-height-small -> chat-small-height chat-height-medium -> chat-medium-height chat-height-large -> chat-large-height chat-height-xlarge -> chat-giant-height chat-separator -> chat-divider-color chat-message-fg -> chat-message-text-color chat-message-bg -> chat-message-background chat-message-reply-bg -> chat-message-reply-background-color chat-message-reply-fg -> chat-message-reply-text-color chat-message-avatar-bg -> chat-message-avatar-background-color chat-message-sender-fg -> chat-message-sender-text-color chat-message-quote-fg -> chat-message-quote-background-color chat-message-quote-bg -> chat-message-quote-text-color chat-message-file-fg -> chat-message-file-text-color chat-message-file-bg -> chat-message-file-background-color chat-primary-bg -> chat-primary-background-color chat-success-bg -> chat-success-background-color chat-info-bg -> chat-info-background-color chat-warning-bg -> chat-warning-background-color chat-danger-bg -> chat-danger-background-color Following theme properties removed: chat-fg-text chat-height-xxsmall chat-height-xxlarge chat-form-bg chat-form-fg chat-form-border chat-form-placeholder-fg chat-form-active-border chat-disabled-bg chat-disabled-fg chat-active-bg
- Loading branch information
Showing
17 changed files
with
543 additions
and
649 deletions.
There are no files selected for viewing
549 changes: 235 additions & 314 deletions
549
src/framework/theme/components/chat/_chat.component.theme.scss
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.