Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/js/im/v2/component/elements/button/src/const/ |
Upload File : |
export const ButtonSize = { S: 'S', // 18 M: 'M', // 26 L: 'L', // 31 XL: 'XL', // 39 XXL: 'XXL', // 47 }; export const ButtonColor = { Primary: 'primary', PrimaryLight: 'primary-light', Copilot: 'copilot', Success: 'success', Danger: 'danger', LightBorder: 'light-border', DangerBorder: 'danger-border', PrimaryBorder: 'primary-border', Link: 'link', Collab: 'collab', Delete: 'delete', Forward: 'forward', }; export const ButtonIcon = { Plus: 'plus', Link: 'link', Call: 'call', EndCall: 'end-call', AddUser: 'add-user', Camera: 'camera', Delete: 'delete', Forward: 'forward', }; export type CustomColorScheme = { borderColor: string, backgroundColor: string, iconColor: string, textColor: string, hoverColor: string };