// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. export const REACTION_PICKER_HEIGHT = 72; export const SMALL_ICON_BREAKPOINT = 410; export const SMALL_CONTAINER_SIZE = 44; export const LARGE_CONTAINER_SIZE = 48; export const SMALL_ICON_SIZE = 28; export const LARGE_ICON_SIZE = 32; export const DEFAULT_EMOJIS = [ 'thumbsup', 'smiley', 'white_check_mark', 'heart', 'eyes', 'raised_hands', ];