agora-ui-foundation 1.0.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/lib/components/Icon-text/index.css +35 -0
- package/lib/components/Icon-text/index.d.ts +25 -0
- package/lib/components/Icon-text/index.js +78 -0
- package/lib/components/Icon-text/index.stories.d.ts +5 -0
- package/lib/components/Icon-text/index.stories.js +69 -0
- package/lib/components/action-bar/board/index.d.ts +4 -0
- package/lib/components/action-bar/board/index.js +34 -0
- package/lib/components/action-bar/breakout-room/index.d.ts +4 -0
- package/lib/components/action-bar/breakout-room/index.js +32 -0
- package/lib/components/action-bar/chat/index.css +67 -0
- package/lib/components/action-bar/chat/index.d.ts +5 -0
- package/lib/components/action-bar/chat/index.js +134 -0
- package/lib/components/action-bar/device/index.css +149 -0
- package/lib/components/action-bar/device/index.d.ts +9 -0
- package/lib/components/action-bar/device/index.js +419 -0
- package/lib/components/action-bar/end/index.d.ts +1 -0
- package/lib/components/action-bar/end/index.js +26 -0
- package/lib/components/action-bar/index.css +92 -0
- package/lib/components/action-bar/index.d.ts +20 -0
- package/lib/components/action-bar/index.js +166 -0
- package/lib/components/action-bar/index.stories.d.ts +6 -0
- package/lib/components/action-bar/index.stories.js +42 -0
- package/lib/components/action-bar/item-placement.d.ts +8 -0
- package/lib/components/action-bar/item-placement.js +18 -0
- package/lib/components/action-bar/item.d.ts +21 -0
- package/lib/components/action-bar/item.js +113 -0
- package/lib/components/action-bar/more/index.d.ts +4 -0
- package/lib/components/action-bar/more/index.js +48 -0
- package/lib/components/action-bar/participants/index.d.ts +4 -0
- package/lib/components/action-bar/participants/index.js +55 -0
- package/lib/components/action-bar/record/index.css +15 -0
- package/lib/components/action-bar/record/index.d.ts +5 -0
- package/lib/components/action-bar/record/index.js +34 -0
- package/lib/components/action-bar/respond/index.d.ts +4 -0
- package/lib/components/action-bar/respond/index.js +32 -0
- package/lib/components/action-bar/screen-share/index.d.ts +4 -0
- package/lib/components/action-bar/screen-share/index.js +32 -0
- package/lib/components/action-bar/security/index.d.ts +4 -0
- package/lib/components/action-bar/security/index.js +110 -0
- package/lib/components/action-bar/settings/index.d.ts +4 -0
- package/lib/components/action-bar/settings/index.js +32 -0
- package/lib/components/action-phone/index.css +55 -0
- package/lib/components/action-phone/index.d.ts +12 -0
- package/lib/components/action-phone/index.js +78 -0
- package/lib/components/action-phone/index.stories.d.ts +11 -0
- package/lib/components/action-phone/index.stories.js +55 -0
- package/lib/components/avatar/helper.d.ts +2 -0
- package/lib/components/avatar/helper.js +46 -0
- package/lib/components/avatar/index.css +9 -0
- package/lib/components/avatar/index.d.ts +11 -0
- package/lib/components/avatar/index.js +40 -0
- package/lib/components/avatar/index.stories.d.ts +13 -0
- package/lib/components/avatar/index.stories.js +50 -0
- package/lib/components/avatar-icon/index.css +13 -0
- package/lib/components/avatar-icon/index.d.ts +8 -0
- package/lib/components/avatar-icon/index.js +33 -0
- package/lib/components/avatar-icon/index.stories.d.ts +12 -0
- package/lib/components/avatar-icon/index.stories.js +37 -0
- package/lib/components/blinking-box/index.css +85 -0
- package/lib/components/blinking-box/index.d.ts +13 -0
- package/lib/components/blinking-box/index.js +47 -0
- package/lib/components/blinking-box/index.stories.d.ts +5 -0
- package/lib/components/blinking-box/index.stories.js +121 -0
- package/lib/components/button/action.d.ts +11 -0
- package/lib/components/button/action.js +50 -0
- package/lib/components/button/index.css +576 -0
- package/lib/components/button/index.d.ts +87 -0
- package/lib/components/button/index.js +132 -0
- package/lib/components/button/index.stories.d.ts +6 -0
- package/lib/components/button/index.stories.js +212 -0
- package/lib/components/card/index.css +74 -0
- package/lib/components/card/index.d.ts +13 -0
- package/lib/components/card/index.js +41 -0
- package/lib/components/chat-manager/index.css +39 -0
- package/lib/components/chat-manager/index.d.ts +10 -0
- package/lib/components/chat-manager/index.js +156 -0
- package/lib/components/chat-wrapper/chat-top.d.ts +2 -0
- package/lib/components/chat-wrapper/chat-top.js +59 -0
- package/lib/components/chat-wrapper/index.css +96 -0
- package/lib/components/chat-wrapper/index.d.ts +26 -0
- package/lib/components/chat-wrapper/index.js +228 -0
- package/lib/components/chat-wrapper/index.stories.d.ts +5 -0
- package/lib/components/chat-wrapper/index.stories.js +56 -0
- package/lib/components/checkbox/index.css +76 -0
- package/lib/components/checkbox/index.d.ts +13 -0
- package/lib/components/checkbox/index.js +93 -0
- package/lib/components/checkbox/index.stories.d.ts +6 -0
- package/lib/components/checkbox/index.stories.js +43 -0
- package/lib/components/confirm-content/index.css +79 -0
- package/lib/components/confirm-content/index.d.ts +48 -0
- package/lib/components/confirm-content/index.js +123 -0
- package/lib/components/confirm-content/index.stories.d.ts +4 -0
- package/lib/components/confirm-content/index.stories.js +25 -0
- package/lib/components/device-pretest/index.css +99 -0
- package/lib/components/device-pretest/index.d.ts +30 -0
- package/lib/components/device-pretest/index.js +134 -0
- package/lib/components/device-pretest-settings/index.css +0 -0
- package/lib/components/device-pretest-settings/index.d.ts +28 -0
- package/lib/components/device-pretest-settings/index.js +64 -0
- package/lib/components/device-settings/audio-settings/audio-settings.d.ts +3 -0
- package/lib/components/device-settings/audio-settings/audio-settings.js +227 -0
- package/lib/components/device-settings/audio-settings/index.css +113 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.js +71 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.js +71 -0
- package/lib/components/device-settings/common/advance-link.d.ts +3 -0
- package/lib/components/device-settings/common/advance-link.js +27 -0
- package/lib/components/device-settings/common/index.css +27 -0
- package/lib/components/device-settings/common/my-i18n.d.ts +52 -0
- package/lib/components/device-settings/common/my-i18n.js +62 -0
- package/lib/components/device-settings/common/useNamespace.d.ts +15 -0
- package/lib/components/device-settings/common/useNamespace.js +66 -0
- package/lib/components/device-settings/dialog-wrapper.d.ts +2 -0
- package/lib/components/device-settings/dialog-wrapper.js +59 -0
- package/lib/components/device-settings/index.css +89 -0
- package/lib/components/device-settings/index.stories.d.ts +6 -0
- package/lib/components/device-settings/index.stories.js +26 -0
- package/lib/components/device-settings/video-settings/camera-select.d.ts +2 -0
- package/lib/components/device-settings/video-settings/camera-select.js +41 -0
- package/lib/components/device-settings/video-settings/index.css +94 -0
- package/lib/components/device-settings/video-settings/local-video-player.d.ts +2 -0
- package/lib/components/device-settings/video-settings/local-video-player.js +16 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.d.ts +2 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.js +64 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.d.ts +2 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.js +86 -0
- package/lib/components/device-settings/video-settings/video-settings.d.ts +3 -0
- package/lib/components/device-settings/video-settings/video-settings.js +76 -0
- package/lib/components/device-settings/view.d.ts +3 -0
- package/lib/components/device-settings/view.js +84 -0
- package/lib/components/dialog/basic-confirm-dialog.css +34 -0
- package/lib/components/dialog/basic-confirm-dialog.d.ts +14 -0
- package/lib/components/dialog/basic-confirm-dialog.js +52 -0
- package/lib/components/dialog/class-dialog.css +41 -0
- package/lib/components/dialog/class-dialog.d.ts +51 -0
- package/lib/components/dialog/class-dialog.js +81 -0
- package/lib/components/dialog/confirm-dialog.css +38 -0
- package/lib/components/dialog/confirm-dialog.d.ts +70 -0
- package/lib/components/dialog/confirm-dialog.js +101 -0
- package/lib/components/dialog/confirm.d.ts +46 -0
- package/lib/components/dialog/confirm.js +159 -0
- package/lib/components/dialog/draggable-dialog.css +17 -0
- package/lib/components/dialog/draggable-dialog.d.ts +10 -0
- package/lib/components/dialog/draggable-dialog.js +48 -0
- package/lib/components/dialog/global-dialog.css +63 -0
- package/lib/components/dialog/global-dialog.d.ts +11 -0
- package/lib/components/dialog/global-dialog.js +49 -0
- package/lib/components/dialog/index.css +152 -0
- package/lib/components/dialog/index.d.ts +70 -0
- package/lib/components/dialog/index.js +117 -0
- package/lib/components/dialog/index.stories.d.ts +4 -0
- package/lib/components/dialog/index.stories.js +159 -0
- package/lib/components/divider/index.css +39 -0
- package/lib/components/divider/index.d.ts +11 -0
- package/lib/components/divider/index.js +65 -0
- package/lib/components/divider/index.stories.d.ts +6 -0
- package/lib/components/divider/index.stories.js +42 -0
- package/lib/components/drop-menu/index.css +93 -0
- package/lib/components/drop-menu/index.d.ts +23 -0
- package/lib/components/drop-menu/index.js +74 -0
- package/lib/components/drop-menu/index.stories.d.ts +6 -0
- package/lib/components/drop-menu/index.stories.js +108 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/icon/index.js +49 -0
- package/lib/components/icon/index.stories.d.ts +6 -0
- package/lib/components/icon/index.stories.js +55 -0
- package/lib/components/icon/mic.d.ts +7 -0
- package/lib/components/icon/mic.js +63 -0
- package/lib/components/icon/paths/fcr_alf2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_alf2.js +25 -0
- package/lib/components/icon/paths/fcr_all_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_mute.js +22 -0
- package/lib/components/icon/paths/fcr_all_unmute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_unmute.js +22 -0
- package/lib/components/icon/paths/fcr_allleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_allleave.js +34 -0
- package/lib/components/icon/paths/fcr_angle_tips.d.ts +3 -0
- package/lib/components/icon/paths/fcr_angle_tips.js +38 -0
- package/lib/components/icon/paths/fcr_attach.d.ts +3 -0
- package/lib/components/icon/paths/fcr_attach.js +26 -0
- package/lib/components/icon/paths/fcr_background2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_background2.js +22 -0
- package/lib/components/icon/paths/fcr_beauty.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty.js +22 -0
- package/lib/components/icon/paths/fcr_beauty_blush.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_blush.js +86 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.js +76 -0
- package/lib/components/icon/paths/fcr_bell.d.ts +3 -0
- package/lib/components/icon/paths/fcr_bell.js +62 -0
- package/lib/components/icon/paths/fcr_btn_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_btn_loading.js +44 -0
- package/lib/components/icon/paths/fcr_camera.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera.js +22 -0
- package/lib/components/icon/paths/fcr_camera3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera3.js +42 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_not.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.js +22 -0
- package/lib/components/icon/paths/fcr_cameracrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameracrash.js +28 -0
- package/lib/components/icon/paths/fcr_cameraoff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameraoff.js +28 -0
- package/lib/components/icon/paths/fcr_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat.js +23 -0
- package/lib/components/icon/paths/fcr_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_chat_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_on.js +23 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.js +55 -0
- package/lib/components/icon/paths/fcr_chat_reddot.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_reddot.js +32 -0
- package/lib/components/icon/paths/fcr_checkbox_check.d.ts +3 -0
- package/lib/components/icon/paths/fcr_checkbox_check.js +21 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.js +24 -0
- package/lib/components/icon/paths/fcr_chooseit.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chooseit.js +22 -0
- package/lib/components/icon/paths/fcr_clock.d.ts +3 -0
- package/lib/components/icon/paths/fcr_clock.js +27 -0
- package/lib/components/icon/paths/fcr_close.d.ts +3 -0
- package/lib/components/icon/paths/fcr_close.js +22 -0
- package/lib/components/icon/paths/fcr_cloudrecord.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cloudrecord.js +22 -0
- package/lib/components/icon/paths/fcr_colon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_colon.js +29 -0
- package/lib/components/icon/paths/fcr_computerdata.d.ts +3 -0
- package/lib/components/icon/paths/fcr_computerdata.js +22 -0
- package/lib/components/icon/paths/fcr_copy.d.ts +3 -0
- package/lib/components/icon/paths/fcr_copy.js +29 -0
- package/lib/components/icon/paths/fcr_countdown_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_down.js +33 -0
- package/lib/components/icon/paths/fcr_countdown_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_up.js +33 -0
- package/lib/components/icon/paths/fcr_delete3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_delete3.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.js +20 -0
- package/lib/components/icon/paths/fcr_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down.js +22 -0
- package/lib/components/icon/paths/fcr_down1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down1.js +23 -0
- package/lib/components/icon/paths/fcr_download.d.ts +3 -0
- package/lib/components/icon/paths/fcr_download.js +23 -0
- package/lib/components/icon/paths/fcr_dropdown.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown.js +20 -0
- package/lib/components/icon/paths/fcr_dropdown2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown2.js +33 -0
- package/lib/components/icon/paths/fcr_dropdown4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown4.js +20 -0
- package/lib/components/icon/paths/fcr_dropup4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropup4.js +20 -0
- package/lib/components/icon/paths/fcr_emo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_emo.js +37 -0
- package/lib/components/icon/paths/fcr_endmeeting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_endmeeting.js +20 -0
- package/lib/components/icon/paths/fcr_equalratio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_equalratio.js +22 -0
- package/lib/components/icon/paths/fcr_exclamationmask.d.ts +3 -0
- package/lib/components/icon/paths/fcr_exclamationmask.js +22 -0
- package/lib/components/icon/paths/fcr_file.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file.js +22 -0
- package/lib/components/icon/paths/fcr_file_ah5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ah5.js +26 -0
- package/lib/components/icon/paths/fcr_file_alf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_alf.js +32 -0
- package/lib/components/icon/paths/fcr_file_audio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_audio.js +26 -0
- package/lib/components/icon/paths/fcr_file_doc.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_doc.js +32 -0
- package/lib/components/icon/paths/fcr_file_excel.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_excel.js +26 -0
- package/lib/components/icon/paths/fcr_file_noformat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_noformat.js +28 -0
- package/lib/components/icon/paths/fcr_file_pdf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_pdf.js +32 -0
- package/lib/components/icon/paths/fcr_file_photo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_photo.js +28 -0
- package/lib/components/icon/paths/fcr_file_ppt.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ppt.js +32 -0
- package/lib/components/icon/paths/fcr_file_video.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_video.js +31 -0
- package/lib/components/icon/paths/fcr_focusonhim.d.ts +3 -0
- package/lib/components/icon/paths/fcr_focusonhim.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows2.js +21 -0
- package/lib/components/icon/paths/fcr_fullcoverage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fullcoverage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_not.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_on.js +22 -0
- package/lib/components/icon/paths/fcr_grid_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_grid_big.js +20 -0
- package/lib/components/icon/paths/fcr_head.d.ts +3 -0
- package/lib/components/icon/paths/fcr_head.js +20 -0
- package/lib/components/icon/paths/fcr_helpquestion.d.ts +3 -0
- package/lib/components/icon/paths/fcr_helpquestion.js +34 -0
- package/lib/components/icon/paths/fcr_hidevideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_hidevideo.js +27 -0
- package/lib/components/icon/paths/fcr_home_code2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_home_code2.js +27 -0
- package/lib/components/icon/paths/fcr_host.d.ts +3 -0
- package/lib/components/icon/paths/fcr_host.js +20 -0
- package/lib/components/icon/paths/fcr_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left.js +35 -0
- package/lib/components/icon/paths/fcr_left1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left1.js +35 -0
- package/lib/components/icon/paths/fcr_left3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left3.js +20 -0
- package/lib/components/icon/paths/fcr_left4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left4.js +22 -0
- package/lib/components/icon/paths/fcr_link.d.ts +3 -0
- package/lib/components/icon/paths/fcr_link.js +33 -0
- package/lib/components/icon/paths/fcr_list_delete.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_delete.js +25 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.js +20 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.js +21 -0
- package/lib/components/icon/paths/fcr_live.d.ts +3 -0
- package/lib/components/icon/paths/fcr_live.js +23 -0
- package/lib/components/icon/paths/fcr_liveicon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_liveicon.js +22 -0
- package/lib/components/icon/paths/fcr_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_loading.js +40 -0
- package/lib/components/icon/paths/fcr_lower_hand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_lower_hand.js +28 -0
- package/lib/components/icon/paths/fcr_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_minus.js +24 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.js +22 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.js +30 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.svg +4 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.js +34 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.js +36 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_more.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_more.js +32 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.js +22 -0
- package/lib/components/icon/paths/fcr_more2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_more2.js +22 -0
- package/lib/components/icon/paths/fcr_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_move.js +22 -0
- package/lib/components/icon/paths/fcr_moveto.d.ts +3 -0
- package/lib/components/icon/paths/fcr_moveto.js +22 -0
- package/lib/components/icon/paths/fcr_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mute.js +23 -0
- package/lib/components/icon/paths/fcr_mutecrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutecrash.js +35 -0
- package/lib/components/icon/paths/fcr_mutedefault.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutedefault.js +26 -0
- package/lib/components/icon/paths/fcr_nomute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_nomute.js +25 -0
- package/lib/components/icon/paths/fcr_notice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_notice.js +20 -0
- package/lib/components/icon/paths/fcr_oneleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_oneleave.js +22 -0
- package/lib/components/icon/paths/fcr_openfile.d.ts +3 -0
- package/lib/components/icon/paths/fcr_openfile.js +23 -0
- package/lib/components/icon/paths/fcr_order_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_down.js +20 -0
- package/lib/components/icon/paths/fcr_order_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_up.js +20 -0
- package/lib/components/icon/paths/fcr_pause2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pause2.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pensize.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize.js +27 -0
- package/lib/components/icon/paths/fcr_pensize_straight.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize_straight.js +26 -0
- package/lib/components/icon/paths/fcr_people.d.ts +3 -0
- package/lib/components/icon/paths/fcr_people.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall1.js +21 -0
- package/lib/components/icon/paths/fcr_phonecall2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall2.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall3.js +23 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.js +22 -0
- package/lib/components/icon/paths/fcr_picture.d.ts +3 -0
- package/lib/components/icon/paths/fcr_picture.js +28 -0
- package/lib/components/icon/paths/fcr_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pin.js +22 -0
- package/lib/components/icon/paths/fcr_pinpage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage.js +20 -0
- package/lib/components/icon/paths/fcr_pinpage2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage2.js +20 -0
- package/lib/components/icon/paths/fcr_platform.d.ts +3 -0
- package/lib/components/icon/paths/fcr_platform.js +20 -0
- package/lib/components/icon/paths/fcr_ppt_broken.d.ts +3 -0
- package/lib/components/icon/paths/fcr_ppt_broken.js +24 -0
- package/lib/components/icon/paths/fcr_question.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question.js +20 -0
- package/lib/components/icon/paths/fcr_question2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question2.js +23 -0
- package/lib/components/icon/paths/fcr_quit2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_quit2.js +22 -0
- package/lib/components/icon/paths/fcr_raisehands.d.ts +3 -0
- package/lib/components/icon/paths/fcr_raisehands.js +22 -0
- package/lib/components/icon/paths/fcr_recording_end.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_end.js +24 -0
- package/lib/components/icon/paths/fcr_recording_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_on.js +22 -0
- package/lib/components/icon/paths/fcr_recording_play.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play.js +20 -0
- package/lib/components/icon/paths/fcr_recording_play2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play2.js +22 -0
- package/lib/components/icon/paths/fcr_recording_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_stop.js +22 -0
- package/lib/components/icon/paths/fcr_remove_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_remove_pin.js +27 -0
- package/lib/components/icon/paths/fcr_rename.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rename.js +22 -0
- package/lib/components/icon/paths/fcr_reset.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reset.js +20 -0
- package/lib/components/icon/paths/fcr_reverseorder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reverseorder.js +20 -0
- package/lib/components/icon/paths/fcr_reward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reward.js +22 -0
- package/lib/components/icon/paths/fcr_rewardall.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rewardall.js +27 -0
- package/lib/components/icon/paths/fcr_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right.js +35 -0
- package/lib/components/icon/paths/fcr_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right2.js +35 -0
- package/lib/components/icon/paths/fcr_right3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right3.js +20 -0
- package/lib/components/icon/paths/fcr_right4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right4.js +22 -0
- package/lib/components/icon/paths/fcr_right5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right5.js +20 -0
- package/lib/components/icon/paths/fcr_rightwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rightwindows.js +22 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_1.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_on.js +22 -0
- package/lib/components/icon/paths/fcr_security.d.ts +3 -0
- package/lib/components/icon/paths/fcr_security.js +20 -0
- package/lib/components/icon/paths/fcr_send.d.ts +3 -0
- package/lib/components/icon/paths/fcr_send.js +20 -0
- package/lib/components/icon/paths/fcr_setting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting.js +20 -0
- package/lib/components/icon/paths/fcr_setting_none.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting_none.js +22 -0
- package/lib/components/icon/paths/fcr_share.d.ts +3 -0
- package/lib/components/icon/paths/fcr_share.js +22 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.js +20 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.js +20 -0
- package/lib/components/icon/paths/fcr_showvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_showvideo.js +22 -0
- package/lib/components/icon/paths/fcr_sipdevice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sipdevice.js +28 -0
- package/lib/components/icon/paths/fcr_smooth.d.ts +3 -0
- package/lib/components/icon/paths/fcr_smooth.js +70 -0
- package/lib/components/icon/paths/fcr_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_star.js +20 -0
- package/lib/components/icon/paths/fcr_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop.js +22 -0
- package/lib/components/icon/paths/fcr_stop3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop3.js +23 -0
- package/lib/components/icon/paths/fcr_stoplive.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stoplive.js +22 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.js +22 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.js +22 -0
- package/lib/components/icon/paths/fcr_subtract.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtract.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.js +39 -0
- package/lib/components/icon/paths/fcr_topwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_topwindows.js +22 -0
- package/lib/components/icon/paths/fcr_underline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_underline.js +34 -0
- package/lib/components/icon/paths/fcr_unpin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_unpin.js +25 -0
- package/lib/components/icon/paths/fcr_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up.js +22 -0
- package/lib/components/icon/paths/fcr_up2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up2.js +22 -0
- package/lib/components/icon/paths/fcr_uploadlist.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uploadlist.js +21 -0
- package/lib/components/icon/paths/fcr_uporder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uporder.js +20 -0
- package/lib/components/icon/paths/fcr_users.d.ts +3 -0
- package/lib/components/icon/paths/fcr_users.js +22 -0
- package/lib/components/icon/paths/fcr_v2_answer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_answer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.js +22 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.js +22 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.js +22 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.js +30 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.js +20 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.js +21 -0
- package/lib/components/icon/paths/fcr_v2_quite.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_quite.js +22 -0
- package/lib/components/icon/paths/fcr_v2_search.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_search.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.js +29 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.js +29 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_timer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_timer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.js +22 -0
- package/lib/components/icon/paths/fcr_v2_vote.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_vote.js +22 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_videoback.d.ts +3 -0
- package/lib/components/icon/paths/fcr_videoback.js +22 -0
- package/lib/components/icon/paths/fcr_web_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_chat.js +23 -0
- package/lib/components/icon/paths/fcr_web_connectsound.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_connectsound.js +29 -0
- package/lib/components/icon/paths/fcr_web_fullscream.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_fullscream.js +24 -0
- package/lib/components/icon/paths/fcr_web_move_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_move_page.js +25 -0
- package/lib/components/icon/paths/fcr_web_restoration.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_restoration.js +22 -0
- package/lib/components/icon/paths/fcr_web_scale_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_left.js +34 -0
- package/lib/components/icon/paths/fcr_web_scale_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_right.js +35 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.js +21 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.js +23 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.js +21 -0
- package/lib/components/icon/paths/fcr_web_smallest.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_smallest.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard2.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.js +29 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.js +24 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.js +35 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.js +28 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.js +31 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.js +25 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.js +22 -0
- package/lib/components/icon/paths/fcr_whitechoose.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whitechoose.js +28 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.js +22 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.js +22 -0
- package/lib/components/icon/paths/fcr_window_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_window_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_smaller.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.js +32 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.js +24 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.js +33 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.js +29 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.js +23 -0
- package/lib/components/icon/paths/fcr_wrong.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wrong.js +42 -0
- package/lib/components/icon/paths/fcr_zoomin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomin.js +22 -0
- package/lib/components/icon/paths/fcr_zoomout.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomout.js +22 -0
- package/lib/components/icon/svg-dict.d.ts +12 -0
- package/lib/components/icon/svg-dict.js +36 -0
- package/lib/components/icon/svg-exports.d.ts +269 -0
- package/lib/components/icon/svg-exports.js +556 -0
- package/lib/components/icon/type.d.ts +271 -0
- package/lib/components/icon/type.js +279 -0
- package/lib/components/icon-button/index.css +81 -0
- package/lib/components/icon-button/index.d.ts +24 -0
- package/lib/components/icon-button/index.js +53 -0
- package/lib/components/icon-button/index.stories.d.ts +6 -0
- package/lib/components/icon-button/index.stories.js +50 -0
- package/lib/components/icon-frame/index.css +0 -0
- package/lib/components/icon-frame/index.d.ts +10 -0
- package/lib/components/icon-frame/index.js +43 -0
- package/lib/components/icon-frame/index.stories.d.ts +5 -0
- package/lib/components/icon-frame/index.stories.js +39 -0
- package/lib/components/icon-phone-call/index.d.ts +9 -0
- package/lib/components/icon-phone-call/index.js +49 -0
- package/lib/components/icon-phone-call/index.stories.d.ts +5 -0
- package/lib/components/icon-phone-call/index.stories.js +41 -0
- package/lib/components/input/index.css +137 -0
- package/lib/components/input/index.d.ts +70 -0
- package/lib/components/input/index.js +147 -0
- package/lib/components/input/index.stories.d.ts +5 -0
- package/lib/components/input/index.stories.js +124 -0
- package/lib/components/input/input-password.d.ts +69 -0
- package/lib/components/input/input-password.js +156 -0
- package/lib/components/input-number/index.css +114 -0
- package/lib/components/input-number/index.d.ts +69 -0
- package/lib/components/input-number/index.js +196 -0
- package/lib/components/input-number/index.stories.d.ts +6 -0
- package/lib/components/input-number/index.stories.js +74 -0
- package/lib/components/latest-button/index.css +17 -0
- package/lib/components/latest-button/index.d.ts +14 -0
- package/lib/components/latest-button/index.js +79 -0
- package/lib/components/latest-button/index.stories.d.ts +5 -0
- package/lib/components/latest-button/index.stories.js +107 -0
- package/lib/components/line-copy-button/index.css +106 -0
- package/lib/components/line-copy-button/index.d.ts +24 -0
- package/lib/components/line-copy-button/index.js +262 -0
- package/lib/components/line-copy-button/index.stories.d.ts +5 -0
- package/lib/components/line-copy-button/index.stories.js +147 -0
- package/lib/components/live-streaming/container.css +58 -0
- package/lib/components/live-streaming/container.d.ts +11 -0
- package/lib/components/live-streaming/container.js +174 -0
- package/lib/components/live-streaming/index.stories.d.ts +6 -0
- package/lib/components/live-streaming/index.stories.js +69 -0
- package/lib/components/local-video-player/index.css +98 -0
- package/lib/components/local-video-player/index.d.ts +29 -0
- package/lib/components/local-video-player/index.js +158 -0
- package/lib/components/message-bar/index.css +62 -0
- package/lib/components/message-bar/index.d.ts +12 -0
- package/lib/components/message-bar/index.js +65 -0
- package/lib/components/message-bar/index.stories.d.ts +5 -0
- package/lib/components/message-bar/index.stories.js +63 -0
- package/lib/components/message-bubble/emoji-msg.d.ts +7 -0
- package/lib/components/message-bubble/emoji-msg.js +98 -0
- package/lib/components/message-bubble/index.css +71 -0
- package/lib/components/message-bubble/index.d.ts +14 -0
- package/lib/components/message-bubble/index.js +96 -0
- package/lib/components/message-bubble/index.stories.d.ts +5 -0
- package/lib/components/message-bubble/index.stories.js +194 -0
- package/lib/components/message-label/index.css +95 -0
- package/lib/components/message-label/index.d.ts +18 -0
- package/lib/components/message-label/index.js +91 -0
- package/lib/components/message-label/index.stories.d.ts +5 -0
- package/lib/components/message-label/index.stories.js +231 -0
- package/lib/components/message-textarea/handleUploadImag.d.ts +1 -0
- package/lib/components/message-textarea/handleUploadImag.js +63 -0
- package/lib/components/message-textarea/index.css +111 -0
- package/lib/components/message-textarea/index.d.ts +20 -0
- package/lib/components/message-textarea/index.js +250 -0
- package/lib/components/message-textarea/index.stories.d.ts +5 -0
- package/lib/components/message-textarea/index.stories.js +80 -0
- package/lib/components/microphone-indicator/index.d.ts +7 -0
- package/lib/components/microphone-indicator/index.js +59 -0
- package/lib/components/multi-select/index.css +63 -0
- package/lib/components/multi-select/index.d.ts +9 -0
- package/lib/components/multi-select/index.js +114 -0
- package/lib/components/multi-select/index.stories.d.ts +5 -0
- package/lib/components/multi-select/index.stories.js +43 -0
- package/lib/components/multi-select-checkbox/index.css +45 -0
- package/lib/components/multi-select-checkbox/index.d.ts +11 -0
- package/lib/components/multi-select-checkbox/index.js +42 -0
- package/lib/components/multi-select-checkbox/index.stories.d.ts +5 -0
- package/lib/components/multi-select-checkbox/index.stories.js +36 -0
- package/lib/components/participants/attendee/index.css +151 -0
- package/lib/components/participants/attendee/index.d.ts +24 -0
- package/lib/components/participants/attendee/index.js +190 -0
- package/lib/components/participants/data.d.ts +3 -0
- package/lib/components/participants/data.js +527 -0
- package/lib/components/participants/footer/index.css +14 -0
- package/lib/components/participants/footer/index.d.ts +11 -0
- package/lib/components/participants/footer/index.js +207 -0
- package/lib/components/participants/hover-perspective-attendee/index.d.ts +5 -0
- package/lib/components/participants/hover-perspective-attendee/index.js +22 -0
- package/lib/components/participants/index.css +88 -0
- package/lib/components/participants/index.d.ts +17 -0
- package/lib/components/participants/index.js +120 -0
- package/lib/components/participants/index.stories.d.ts +6 -0
- package/lib/components/participants/index.stories.js +66 -0
- package/lib/components/participants/participants-more/index.css +17 -0
- package/lib/components/participants/participants-more/index.d.ts +4 -0
- package/lib/components/participants/participants-more/index.js +194 -0
- package/lib/components/popover/index.css +17 -0
- package/lib/components/popover/index.d.ts +47 -0
- package/lib/components/popover/index.js +193 -0
- package/lib/components/popover/index.stories.d.ts +6 -0
- package/lib/components/popover/index.stories.js +46 -0
- package/lib/components/radio/index.css +76 -0
- package/lib/components/radio/index.d.ts +22 -0
- package/lib/components/radio/index.js +113 -0
- package/lib/components/radio/index.stories.d.ts +6 -0
- package/lib/components/radio/index.stories.js +39 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.js +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.css +27 -0
- package/lib/components/room-screen-share-state-bar/device/index.d.ts +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.js +256 -0
- package/lib/components/room-screen-share-state-bar/index.css +30 -0
- package/lib/components/room-screen-share-state-bar/index.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.js +31 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.d.ts +8 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.js +50 -0
- package/lib/components/room-screen-share-state-bar/more/index.css +3 -0
- package/lib/components/room-screen-share-state-bar/more/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/more/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/participants/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/participants/index.js +29 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.js +106 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.d.ts +13 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.js +46 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.js +33 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.css +137 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.js +71 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.css +66 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.d.ts +12 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.js +149 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.d.ts +5 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.js +28 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.js +35 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.js +49 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.css +3 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.js +31 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.css +39 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.d.ts +4 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.js +53 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.css +55 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.js +69 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.d.ts +11 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.js +46 -0
- package/lib/components/select/index.css +156 -0
- package/lib/components/select/index.d.ts +73 -0
- package/lib/components/select/index.js +125 -0
- package/lib/components/select/index.stories.d.ts +15 -0
- package/lib/components/select/index.stories.js +125 -0
- package/lib/components/select-phone/index.css +95 -0
- package/lib/components/select-phone/index.d.ts +59 -0
- package/lib/components/select-phone/index.js +102 -0
- package/lib/components/select-phone/index.stories.d.ts +15 -0
- package/lib/components/select-phone/index.stories.js +70 -0
- package/lib/components/share-selection/index.css +59 -0
- package/lib/components/share-selection/index.d.ts +11 -0
- package/lib/components/share-selection/index.js +104 -0
- package/lib/components/share-selection/index.stories.d.ts +6 -0
- package/lib/components/share-selection/index.stories.js +113 -0
- package/lib/components/slider/index.css +59 -0
- package/lib/components/slider/index.d.ts +50 -0
- package/lib/components/slider/index.js +167 -0
- package/lib/components/slider/index.stories.d.ts +6 -0
- package/lib/components/slider/index.stories.js +158 -0
- package/lib/components/state-bar/assets/fcr_grid_big.svg +3 -0
- package/lib/components/state-bar/assets/fcr_listontop_big.svg +3 -0
- package/lib/components/state-bar/assets/live-streaming.gif +0 -0
- package/lib/components/state-bar/assets/state-bar-logo.png +0 -0
- package/lib/components/state-bar/assets/step-gradient.svg +10 -0
- package/lib/components/state-bar/index.css +404 -0
- package/lib/components/state-bar/index.d.ts +1 -0
- package/lib/components/state-bar/index.js +37 -0
- package/lib/components/state-bar/index.stories.d.ts +6 -0
- package/lib/components/state-bar/index.stories.js +37 -0
- package/lib/components/state-bar/layout-config.d.ts +5 -0
- package/lib/components/state-bar/layout-config.js +131 -0
- package/lib/components/state-bar/meeting-time.d.ts +13 -0
- package/lib/components/state-bar/meeting-time.js +46 -0
- package/lib/components/state-bar/network-quality.d.ts +6 -0
- package/lib/components/state-bar/network-quality.js +27 -0
- package/lib/components/state-bar/view.d.ts +5 -0
- package/lib/components/state-bar/view.js +298 -0
- package/lib/components/switch/index.css +64 -0
- package/lib/components/switch/index.d.ts +30 -0
- package/lib/components/switch/index.js +49 -0
- package/lib/components/switch/index.stories.d.ts +6 -0
- package/lib/components/switch/index.stories.js +45 -0
- package/lib/components/tabs/index.css +88 -0
- package/lib/components/tabs/index.d.ts +13 -0
- package/lib/components/tabs/index.js +128 -0
- package/lib/components/tabs/index.stories.d.ts +5 -0
- package/lib/components/tabs/index.stories.js +103 -0
- package/lib/components/text-bubble/index.css +88 -0
- package/lib/components/text-bubble/index.d.ts +13 -0
- package/lib/components/text-bubble/index.js +61 -0
- package/lib/components/text-bubble/index.stories.d.ts +5 -0
- package/lib/components/text-bubble/index.stories.js +109 -0
- package/lib/components/textarea/helper.d.ts +2 -0
- package/lib/components/textarea/helper.js +63 -0
- package/lib/components/textarea/index.css +113 -0
- package/lib/components/textarea/index.d.ts +100 -0
- package/lib/components/textarea/index.js +195 -0
- package/lib/components/textarea/index.stories.d.ts +6 -0
- package/lib/components/textarea/index.stories.js +95 -0
- package/lib/components/toast/index.css +239 -0
- package/lib/components/toast/index.d.ts +123 -0
- package/lib/components/toast/index.js +352 -0
- package/lib/components/toast/index.stories.d.ts +6 -0
- package/lib/components/toast/index.stories.js +135 -0
- package/lib/components/tooltip/arrow.css +159 -0
- package/lib/components/tooltip/dialog.d.ts +18 -0
- package/lib/components/tooltip/dialog.js +83 -0
- package/lib/components/tooltip/guide.d.ts +26 -0
- package/lib/components/tooltip/guide.js +85 -0
- package/lib/components/tooltip/index.css +314 -0
- package/lib/components/tooltip/index.d.ts +90 -0
- package/lib/components/tooltip/index.js +110 -0
- package/lib/components/tooltip/index.stories.d.ts +14 -0
- package/lib/components/tooltip/index.stories.js +99 -0
- package/lib/components/tooltip/info.d.ts +6 -0
- package/lib/components/tooltip/info.js +59 -0
- package/lib/components/tooltips-button/index.d.ts +34 -0
- package/lib/components/tooltips-button/index.js +111 -0
- package/lib/components/tooltips-button/index.stories.d.ts +6 -0
- package/lib/components/tooltips-button/index.stories.js +57 -0
- package/lib/components/tooltips-button/tooltip-button.css +58 -0
- package/lib/components/volume-indicator/index.css +17 -0
- package/lib/components/volume-indicator/index.d.ts +20 -0
- package/lib/components/volume-indicator/index.js +33 -0
- package/lib/components/volume-indicator/index.stories.d.ts +6 -0
- package/lib/components/volume-indicator/index.stories.js +77 -0
- package/lib/components/window-header/index.css +66 -0
- package/lib/components/window-header/index.d.ts +19 -0
- package/lib/components/window-header/index.js +96 -0
- package/lib/components/window-header/index.stories.d.ts +6 -0
- package/lib/components/window-header/index.stories.js +51 -0
- package/lib/components/windows-control/index.css +34 -0
- package/lib/components/windows-control/index.d.ts +10 -0
- package/lib/components/windows-control/index.js +90 -0
- package/lib/components/windows-control/index.stories.d.ts +6 -0
- package/lib/components/windows-control/index.stories.js +41 -0
- package/lib/components/zone-phone/index.css +147 -0
- package/lib/components/zone-phone/index.d.ts +96 -0
- package/lib/components/zone-phone/index.js +197 -0
- package/lib/components/zone-phone/index.stories.d.ts +21 -0
- package/lib/components/zone-phone/index.stories.js +76 -0
- package/lib/global.d.ts +15 -0
- package/lib/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/hooks/use-click-anywhere.js +18 -0
- package/lib/i18n/index.d.ts +9 -0
- package/lib/i18n/index.js +116 -0
- package/lib/theme/context.d.ts +21 -0
- package/lib/theme/context.js +11 -0
- package/lib/theme/fcr-ui-config.d.ts +357 -0
- package/lib/theme/fcr-ui-config.js +373 -0
- package/lib/theme/generate.d.ts +4 -0
- package/lib/theme/generate.js +54 -0
- package/lib/utilities/click-anywhere.d.ts +1 -0
- package/lib/utilities/click-anywhere.js +39 -0
- package/lib/utilities/color-palette.d.ts +1 -0
- package/lib/utilities/color-palette.js +93 -0
- package/lib/utilities/global.css +686 -0
- package/lib/utilities/hooks/animations.d.ts +14 -0
- package/lib/utilities/hooks/animations.js +76 -0
- package/lib/utilities/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/utilities/hooks/use-click-anywhere.js +18 -0
- package/lib/utilities/use-namespace.d.ts +15 -0
- package/lib/utilities/use-namespace.js +66 -0
- package/package.json +64 -0
- package/patches/rc-util+5.39.1.patch +60 -0
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
.fcr-button {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
border: none;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
outline: none;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
position: relative;
|
|
11
|
+
width: fit-content;
|
|
12
|
+
flex-shrink: 0;
|
|
13
|
+
}
|
|
14
|
+
.fcr-button-block {
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.fcr-button:focus {
|
|
19
|
+
outline: none;
|
|
20
|
+
}
|
|
21
|
+
.fcr-button.fcr-button-disabled,
|
|
22
|
+
.fcr-button:disabled {
|
|
23
|
+
opacity: 0.4;
|
|
24
|
+
cursor: not-allowed;
|
|
25
|
+
}
|
|
26
|
+
.fcr-button-extra {
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
}
|
|
31
|
+
.fcr-button-extra-active {
|
|
32
|
+
pointer-events: none;
|
|
33
|
+
}
|
|
34
|
+
.fcr-button-extra-inner {
|
|
35
|
+
pointer-events: all;
|
|
36
|
+
}
|
|
37
|
+
/** primary button **/
|
|
38
|
+
.fcr-button-primary {
|
|
39
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
40
|
+
color: var(--fcr_ui_scene_white10);
|
|
41
|
+
--effect-color: var(--fcr_ui_scene_ramp_brand4);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fcr-button-primary:not(:disabled, .fcr-button-extra-active):hover {
|
|
45
|
+
background: var(--fcr_ui_scene_ramp_brand7);
|
|
46
|
+
}
|
|
47
|
+
.fcr-button-primary:not(:disabled, .fcr-button-extra-active):active {
|
|
48
|
+
background: var(--fcr_ui_scene_ramp_brand8);
|
|
49
|
+
}
|
|
50
|
+
.fcr-button-primary:not(:disabled) .fcr-button-extra-inner-active {
|
|
51
|
+
background: var(--fcr_ui_scene_ramp_brand7);
|
|
52
|
+
}
|
|
53
|
+
/** primary danger **/
|
|
54
|
+
.fcr-button-primary.fcr-button-danger {
|
|
55
|
+
color: var(--fcr_ui_scene_white10);
|
|
56
|
+
background: var(--fcr_ui_scene_ramp_red6);
|
|
57
|
+
--effect-color: var(--fcr_ui_scene_ramp_red4);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.fcr-button-primary.fcr-button-danger:not(:disabled, .fcr-button-extra-active):hover {
|
|
61
|
+
background: var(--fcr_ui_scene_ramp_red7);
|
|
62
|
+
}
|
|
63
|
+
.fcr-button-primary.fcr-button-danger:not(:disabled, .fcr-button-extra-active):active {
|
|
64
|
+
background: var(--fcr_ui_scene_ramp_red8);
|
|
65
|
+
}
|
|
66
|
+
.fcr-button-primary.fcr-button-danger:not(:disabled) .fcr-button-extra-inner-active {
|
|
67
|
+
background: var(--fcr_ui_scene_ramp_red7);
|
|
68
|
+
}
|
|
69
|
+
/** primary success **/
|
|
70
|
+
.fcr-button-primary.fcr-button-success {
|
|
71
|
+
color: var(--fcr_ui_scene_white10);
|
|
72
|
+
background: var(--fcr_ui_scene_ramp_green6);
|
|
73
|
+
--effect-color: var(--fcr_ui_scene_ramp_green6);
|
|
74
|
+
}
|
|
75
|
+
.fcr-button-primary.fcr-button-success:not(:disabled, .fcr-button-extra-active):hover {
|
|
76
|
+
background: var(--fcr_ui_scene_ramp_green7);
|
|
77
|
+
}
|
|
78
|
+
.fcr-button-primary.fcr-button-success:not(:disabled, .fcr-button-extra-active):active {
|
|
79
|
+
background: var(--fcr_ui_scene_ramp_green7);
|
|
80
|
+
}
|
|
81
|
+
.fcr-button-primary.fcr-button-success:not(:disabled) .fcr-button-extra-inner-active {
|
|
82
|
+
background: var(--fcr_ui_scene_ramp_green7);
|
|
83
|
+
}
|
|
84
|
+
/** primary white **/
|
|
85
|
+
.fcr-button-primary.fcr-button-white {
|
|
86
|
+
color: var(--fcrUiSceneBlack10);
|
|
87
|
+
background: var(--fcr_ui_scene_white10);
|
|
88
|
+
--effect-color: var(--fcr_ui_scene_ramp_brand7);
|
|
89
|
+
}
|
|
90
|
+
.fcr-button-primary.fcr-button-white:not(:disabled, .fcr-button-extra-active):hover {
|
|
91
|
+
color: var(--fcr_ui_scene_white10);
|
|
92
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
93
|
+
}
|
|
94
|
+
.fcr-button-primary.fcr-button-white:not(:disabled, .fcr-button-extra-active):active {
|
|
95
|
+
color: var(--fcr_ui_scene_white10);
|
|
96
|
+
background: var(--fcr_ui_scene_ramp_brand7);
|
|
97
|
+
}
|
|
98
|
+
.fcr-button-primary.fcr-button-white:not(:disabled) .fcr-button-extra-inner-active {
|
|
99
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
100
|
+
}
|
|
101
|
+
/** secondary button **/
|
|
102
|
+
|
|
103
|
+
.fcr-button-secondary {
|
|
104
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
105
|
+
box-shadow: 0 0 0 0.3px #ffffffcc;
|
|
106
|
+
background: transparent;
|
|
107
|
+
|
|
108
|
+
--effect-color: var(--fcr_ui_scene_ramp_brand4);
|
|
109
|
+
}
|
|
110
|
+
.fcr-button-secondary:not(:disabled):hover {
|
|
111
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
112
|
+
background: var(--fcr_web_ui_scene_hover);
|
|
113
|
+
}
|
|
114
|
+
.fcr-button-secondary:not(:disabled):active {
|
|
115
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
116
|
+
background: var(--fcr_web_ui_scene_click);
|
|
117
|
+
}
|
|
118
|
+
/** secondary-bordered button **/
|
|
119
|
+
|
|
120
|
+
.fcr-button-secondary-bordered {
|
|
121
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
122
|
+
border: 0.5px solid var(--fcr_web_ui_scene_line4);
|
|
123
|
+
background: var(--fcr_web_ui_scene_fill2);
|
|
124
|
+
}
|
|
125
|
+
.fcr-button-secondary-bordered:not(:disabled):hover {
|
|
126
|
+
border: 0.5px solid var(--fcr_ui_scene_ramp_brand6);
|
|
127
|
+
background: var(--fcr_web_ui_scene_hover);
|
|
128
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
129
|
+
}
|
|
130
|
+
.fcr-button-secondary-bordered:not(:disabled):active {
|
|
131
|
+
border: 0.5px solid var(--fcr_ui_scene_ramp_brand6);
|
|
132
|
+
background: var(--fcr_web_ui_scene_click);
|
|
133
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
134
|
+
}
|
|
135
|
+
/** gray button **/
|
|
136
|
+
|
|
137
|
+
.fcr-button-gray {
|
|
138
|
+
border: 0.5px solid var(--fcr_ui_scene_btn2);
|
|
139
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
140
|
+
background: var(--fcr_ui_scene_btn2);
|
|
141
|
+
}
|
|
142
|
+
.fcr-button-gray:not(:disabled):hover {
|
|
143
|
+
border: 0.5px solid var(--fcr_web_ui_scene_hover);
|
|
144
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
145
|
+
background: var(--fcr_web_ui_scene_hover);
|
|
146
|
+
}
|
|
147
|
+
.fcr-button-gray:not(:disabled):active {
|
|
148
|
+
border: 0.5px solid var(--fcr_web_ui_scene_click);
|
|
149
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
150
|
+
background: var(--fcr_web_ui_scene_click);
|
|
151
|
+
}
|
|
152
|
+
/** secondary danger **/
|
|
153
|
+
|
|
154
|
+
.fcr-button-secondary.fcr-button-danger {
|
|
155
|
+
color: var(--fcr_ui_scene_ramp_red6);
|
|
156
|
+
box-shadow: 0 0 0 0.3px var(--fcr_ui_scene_ramp_red6);
|
|
157
|
+
background: transparent;
|
|
158
|
+
--effect-color: var(--fcr_ui_scene_ramp_red4);
|
|
159
|
+
}
|
|
160
|
+
.fcr-button-secondary.fcr-button-danger:not(:disabled):hover {
|
|
161
|
+
box-shadow: 0 0 0 0.3px var(--fcr_ui_scene_ramp_red6);
|
|
162
|
+
color: var(--fcr_ui_scene_white10);
|
|
163
|
+
background: var(--fcr_ui_scene_ramp_red6);
|
|
164
|
+
}
|
|
165
|
+
.fcr-button-secondary.fcr-button-danger:not(:disabled):active {
|
|
166
|
+
box-shadow: 0 0 0 0.3px var(--fcr_ui_scene_ramp_red8);
|
|
167
|
+
background: var(--fcr_ui_scene_ramp_red8);
|
|
168
|
+
color: var(--fcr_ui_scene_white10);
|
|
169
|
+
}
|
|
170
|
+
/** secondary white **/
|
|
171
|
+
.fcr-button-secondary.fcr-button-white {
|
|
172
|
+
box-shadow: 0 0 0 0.3px #ffffffcc;
|
|
173
|
+
color: var(--fcr_ui_scene_white10);
|
|
174
|
+
background: transparent;
|
|
175
|
+
--effect-color: var(--fcr_ui_scene_ramp_brand7);
|
|
176
|
+
}
|
|
177
|
+
.fcr-button-secondary.fcr-button-white:not(:disabled):hover {
|
|
178
|
+
box-shadow: 0 0 0 0.3px var(--fcr_ui_scene_ramp_brand6);
|
|
179
|
+
color: var(--fcr_ui_scene_white10);
|
|
180
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
181
|
+
}
|
|
182
|
+
.fcr-button-secondary.fcr-button-white:not(:disabled):active {
|
|
183
|
+
box-shadow: 0 0 0 0.3px var(--fcr_ui_scene_ramp_brand8);
|
|
184
|
+
color: var(--fcr_ui_scene_white10);
|
|
185
|
+
background: var(--fcr_ui_scene_ramp_brand8);
|
|
186
|
+
}
|
|
187
|
+
/** text button **/
|
|
188
|
+
.fcr-button-text {
|
|
189
|
+
color: var(--fcr_ui_scene_white10);
|
|
190
|
+
}
|
|
191
|
+
.fcr-button-text:not(:disabled):hover {
|
|
192
|
+
background: var(--fcr_mobile_ui_scene_fill3);
|
|
193
|
+
}
|
|
194
|
+
.fcr-button-text.fcr-button-danger {
|
|
195
|
+
color: var(--fcr_ui_scene_ramp_red6);
|
|
196
|
+
}
|
|
197
|
+
.fcr-button-text.fcr-button-danger:not(:disabled):hover {
|
|
198
|
+
color: var(--fcr_ui_scene_white10);
|
|
199
|
+
background: var(--fcr_ui_scene_ramp_red6);
|
|
200
|
+
}
|
|
201
|
+
.fcr-button-text.fcr-button-gray {
|
|
202
|
+
color: var(--fcr_ui_scene_white8);
|
|
203
|
+
}
|
|
204
|
+
.fcr-button-text.fcr-button-gray:not(:disabled):hover {
|
|
205
|
+
color: var(--fcr_ui_scene_btn2);
|
|
206
|
+
}
|
|
207
|
+
/** link button **/
|
|
208
|
+
.fcr-button-link {
|
|
209
|
+
color: var(--fcr_ui_scene_ramp_brand6);
|
|
210
|
+
min-width: auto;
|
|
211
|
+
}
|
|
212
|
+
.fcr-button-link.fcr-button-danger {
|
|
213
|
+
color: var(--fcr_ui_scene_ramp_red6);
|
|
214
|
+
min-width: auto;
|
|
215
|
+
}
|
|
216
|
+
.fcr-button-link.fcr-button-gray {
|
|
217
|
+
color: var(--fcr_ui_scene_white8);
|
|
218
|
+
min-width: auto;
|
|
219
|
+
}
|
|
220
|
+
.fcr-button-link.fcr-button-white {
|
|
221
|
+
color: var(--fcr_ui_scene_white10);
|
|
222
|
+
min-width: auto;
|
|
223
|
+
}
|
|
224
|
+
.fcr-button-link:not(:disabled):hover {
|
|
225
|
+
text-decoration: underline;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/** Size **/
|
|
229
|
+
.fcr-button-XL > p {
|
|
230
|
+
font-weight: var(--fcr_font_weight_x);
|
|
231
|
+
line-height: 30px;
|
|
232
|
+
font-size: 20px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.fcr-button-XL:not(.fcr-button-link) {
|
|
236
|
+
min-width: 200px;
|
|
237
|
+
height: 56px;
|
|
238
|
+
padding: 0 24px;
|
|
239
|
+
}
|
|
240
|
+
.fcr-button-XL:not(.fcr-button-link).fcr-button-with-extra {
|
|
241
|
+
padding-right: 60px;
|
|
242
|
+
}
|
|
243
|
+
.fcr-button-XL:not(.fcr-button-icon-only) > div:first-child {
|
|
244
|
+
padding-right: 10px;
|
|
245
|
+
}
|
|
246
|
+
.fcr-button-XL:not(.fcr-button-icon-only) > div:last-child:not(.fcr-button-extra) {
|
|
247
|
+
padding-left: 10px;
|
|
248
|
+
}
|
|
249
|
+
.fcr-button-XL:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
250
|
+
width: 30px;
|
|
251
|
+
height: 30px;
|
|
252
|
+
}
|
|
253
|
+
.fcr-button-XL.fcr-button-icon-only svg.fcr-button-icon {
|
|
254
|
+
width: 56px;
|
|
255
|
+
height: 56px;
|
|
256
|
+
}
|
|
257
|
+
.fcr-button-XL .fcr-button-extra {
|
|
258
|
+
position: absolute;
|
|
259
|
+
top: 0;
|
|
260
|
+
bottom: 0;
|
|
261
|
+
margin: auto 0;
|
|
262
|
+
right: 5px;
|
|
263
|
+
height: 40px;
|
|
264
|
+
padding-left: 5px;
|
|
265
|
+
}
|
|
266
|
+
.fcr-button-XL .fcr-button-extra-inner {
|
|
267
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
268
|
+
width: 40px;
|
|
269
|
+
height: 40px;
|
|
270
|
+
display: flex;
|
|
271
|
+
align-items: center;
|
|
272
|
+
justify-content: center;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.fcr-button-L > p {
|
|
276
|
+
font-weight: var(--fcr_font_weight_x);
|
|
277
|
+
font-size: 16px;
|
|
278
|
+
line-height: 30px;
|
|
279
|
+
}
|
|
280
|
+
.fcr-button-L:not(.fcr-button-link) {
|
|
281
|
+
min-width: 100px;
|
|
282
|
+
height: 48px;
|
|
283
|
+
padding: 0 24px;
|
|
284
|
+
}
|
|
285
|
+
.fcr-button-L:not(.fcr-button-icon-only) > div:first-child {
|
|
286
|
+
padding-right: 10px;
|
|
287
|
+
}
|
|
288
|
+
.fcr-button-L:not(.fcr-button-icon-only, .fcr-button-with-extra) > div:last-child {
|
|
289
|
+
padding-left: 10px;
|
|
290
|
+
}
|
|
291
|
+
.fcr-button-L:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
292
|
+
width: 30px;
|
|
293
|
+
height: 30px;
|
|
294
|
+
}
|
|
295
|
+
.fcr-button-L.fcr-button-icon-only svg.fcr-button-icon {
|
|
296
|
+
width: 48px;
|
|
297
|
+
height: 48px;
|
|
298
|
+
}
|
|
299
|
+
.fcr-button-L:not(.fcr-button-link).fcr-button-with-extra {
|
|
300
|
+
min-width: 160px;
|
|
301
|
+
padding-right: 40px;
|
|
302
|
+
}
|
|
303
|
+
.fcr-button-L .fcr-button-extra {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
bottom: 0;
|
|
307
|
+
margin: auto 0;
|
|
308
|
+
right: 5px;
|
|
309
|
+
height: 40px;
|
|
310
|
+
padding-left: 5px;
|
|
311
|
+
}
|
|
312
|
+
.fcr-button-L .fcr-button-extra-inner {
|
|
313
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
314
|
+
width: 30px;
|
|
315
|
+
height: 30px;
|
|
316
|
+
display: flex;
|
|
317
|
+
align-items: center;
|
|
318
|
+
justify-content: center;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.fcr-button-M > p {
|
|
322
|
+
font-weight: var(--fcr_font_weight_s);
|
|
323
|
+
line-height: 24px;
|
|
324
|
+
font-size: 16px;
|
|
325
|
+
}
|
|
326
|
+
.fcr-button-M:not(.fcr-button-link) {
|
|
327
|
+
min-width: 100px;
|
|
328
|
+
height: 42px;
|
|
329
|
+
padding: 0 24px;
|
|
330
|
+
}
|
|
331
|
+
.fcr-button-M:not(.fcr-button-icon-only) > div:first-child {
|
|
332
|
+
padding-right: 10px;
|
|
333
|
+
}
|
|
334
|
+
.fcr-button-M:not(.fcr-button-icon-only) > div:last-child {
|
|
335
|
+
padding-left: 10px;
|
|
336
|
+
}
|
|
337
|
+
.fcr-button-M:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
338
|
+
width: 24px;
|
|
339
|
+
height: 24px;
|
|
340
|
+
}
|
|
341
|
+
.fcr-button-M.fcr-button-icon-only svg.fcr-button-icon {
|
|
342
|
+
width: 42px;
|
|
343
|
+
height: 42px;
|
|
344
|
+
}
|
|
345
|
+
.fcr-button-M:not(.fcr-button-link).fcr-button-with-extra {
|
|
346
|
+
min-width: 160px;
|
|
347
|
+
padding-right: 40px;
|
|
348
|
+
}
|
|
349
|
+
.fcr-button-M .fcr-button-extra {
|
|
350
|
+
position: absolute;
|
|
351
|
+
top: 0;
|
|
352
|
+
bottom: 0;
|
|
353
|
+
margin: auto 0;
|
|
354
|
+
right: 5px;
|
|
355
|
+
height: 30px;
|
|
356
|
+
padding-left: 5px;
|
|
357
|
+
}
|
|
358
|
+
.fcr-button-M .fcr-button-extra-inner {
|
|
359
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
360
|
+
width: 30px;
|
|
361
|
+
height: 30px;
|
|
362
|
+
display: flex;
|
|
363
|
+
align-items: center;
|
|
364
|
+
justify-content: center;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.fcr-button-S > p {
|
|
368
|
+
font-weight: 400;
|
|
369
|
+
line-height: 20px;
|
|
370
|
+
font-size: 13px;
|
|
371
|
+
}
|
|
372
|
+
.fcr-button-S:not(.fcr-button-link) {
|
|
373
|
+
min-width: 90px;
|
|
374
|
+
height: 36px;
|
|
375
|
+
padding: 0 20px;
|
|
376
|
+
}
|
|
377
|
+
.fcr-button-S:not(.fcr-button-icon-only) > div:first-child {
|
|
378
|
+
padding-right: 10px;
|
|
379
|
+
}
|
|
380
|
+
.fcr-button-S:not(.fcr-button-icon-only) > div:last-child {
|
|
381
|
+
padding-left: 10px;
|
|
382
|
+
}
|
|
383
|
+
.fcr-button-S:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
384
|
+
width: 24px;
|
|
385
|
+
height: 24px;
|
|
386
|
+
}
|
|
387
|
+
.fcr-button-S.fcr-button-icon-only svg.fcr-button-icon {
|
|
388
|
+
width: 36px;
|
|
389
|
+
height: 36px;
|
|
390
|
+
}
|
|
391
|
+
.fcr-button-S:not(.fcr-button-link).fcr-button-with-extra {
|
|
392
|
+
min-width: 160px;
|
|
393
|
+
padding-right: 40px;
|
|
394
|
+
}
|
|
395
|
+
.fcr-button-S .fcr-button-extra {
|
|
396
|
+
position: absolute;
|
|
397
|
+
top: 0;
|
|
398
|
+
bottom: 0;
|
|
399
|
+
margin: auto 0;
|
|
400
|
+
right: 5px;
|
|
401
|
+
height: 30px;
|
|
402
|
+
padding-left: 5px;
|
|
403
|
+
}
|
|
404
|
+
.fcr-button-S .fcr-button-extra-inner {
|
|
405
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
406
|
+
width: 30px;
|
|
407
|
+
height: 30px;
|
|
408
|
+
display: flex;
|
|
409
|
+
align-items: center;
|
|
410
|
+
justify-content: center;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.fcr-button-XS > p {
|
|
414
|
+
font-weight: 400;
|
|
415
|
+
line-height: 16px;
|
|
416
|
+
font-size: 12px;
|
|
417
|
+
}
|
|
418
|
+
.fcr-button-XS:not(.fcr-button-icon-only) > div:first-child {
|
|
419
|
+
padding-right: 8px;
|
|
420
|
+
}
|
|
421
|
+
.fcr-button-XS:not(.fcr-button-icon-only, .fcr-button-with-extra) > div:last-child {
|
|
422
|
+
padding-left: 8px;
|
|
423
|
+
}
|
|
424
|
+
.fcr-button-XS:not(.fcr-button-link) {
|
|
425
|
+
min-width: 90px;
|
|
426
|
+
height: 32px;
|
|
427
|
+
padding: 0 20px;
|
|
428
|
+
}
|
|
429
|
+
.fcr-button-XS:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
430
|
+
width: 20px;
|
|
431
|
+
height: 20px;
|
|
432
|
+
}
|
|
433
|
+
.fcr-button-XS.fcr-button-icon-only svg.fcr-button-icon {
|
|
434
|
+
width: 32px;
|
|
435
|
+
height: 32px;
|
|
436
|
+
}
|
|
437
|
+
.fcr-button-XS:not(.fcr-button-link).fcr-button-with-extra {
|
|
438
|
+
min-width: 140px;
|
|
439
|
+
padding-right: 36px;
|
|
440
|
+
padding-left: 10px;
|
|
441
|
+
}
|
|
442
|
+
.fcr-button-XS .fcr-button-extra {
|
|
443
|
+
position: absolute;
|
|
444
|
+
top: 0;
|
|
445
|
+
bottom: 0;
|
|
446
|
+
margin: auto 0;
|
|
447
|
+
right: 5px;
|
|
448
|
+
height: 26px;
|
|
449
|
+
padding-left: 5px;
|
|
450
|
+
}
|
|
451
|
+
.fcr-button-XS .fcr-button-extra-inner {
|
|
452
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
453
|
+
width: 26px;
|
|
454
|
+
height: 26px;
|
|
455
|
+
display: flex;
|
|
456
|
+
align-items: center;
|
|
457
|
+
justify-content: center;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.fcr-button-XXS > p {
|
|
461
|
+
line-height: 14px;
|
|
462
|
+
font-size: 12px;
|
|
463
|
+
}
|
|
464
|
+
.fcr-button-XXS:not(.fcr-button-link) {
|
|
465
|
+
min-width: 50px;
|
|
466
|
+
height: 28px;
|
|
467
|
+
padding: 0 10px;
|
|
468
|
+
}
|
|
469
|
+
.fcr-button-XXS:not(.fcr-button-link).fcr-button-rounded {
|
|
470
|
+
border-radius: var(--fcr_cornerradius_xs);
|
|
471
|
+
}
|
|
472
|
+
.fcr-button-XXS:not(.fcr-button-icon-only) > div:first-child {
|
|
473
|
+
padding-right: 2px;
|
|
474
|
+
}
|
|
475
|
+
.fcr-button-XXS:not(.fcr-button-icon-only) > div:last-child {
|
|
476
|
+
padding-left: 2px;
|
|
477
|
+
}
|
|
478
|
+
.fcr-button-XXS:not(.fcr-button-icon-only) svg.fcr-button-icon {
|
|
479
|
+
width: 14px;
|
|
480
|
+
height: 14px;
|
|
481
|
+
}
|
|
482
|
+
.fcr-button-XXS.fcr-button-icon-only svg.fcr-button-icon {
|
|
483
|
+
width: 24px;
|
|
484
|
+
height: 24px;
|
|
485
|
+
}
|
|
486
|
+
.fcr-button-XXS:not(.fcr-button-link).fcr-button-with-extra {
|
|
487
|
+
min-width: 160px;
|
|
488
|
+
padding-right: 40px;
|
|
489
|
+
}
|
|
490
|
+
.fcr-button-XXS .fcr-button-extra {
|
|
491
|
+
position: absolute;
|
|
492
|
+
top: 0;
|
|
493
|
+
bottom: 0;
|
|
494
|
+
margin: auto 0;
|
|
495
|
+
right: 5px;
|
|
496
|
+
height: 30px;
|
|
497
|
+
padding-left: 5px;
|
|
498
|
+
}
|
|
499
|
+
.fcr-button-XXS .fcr-button-extra-inner {
|
|
500
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
501
|
+
width: 30px;
|
|
502
|
+
height: 30px;
|
|
503
|
+
display: flex;
|
|
504
|
+
align-items: center;
|
|
505
|
+
justify-content: center;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/** rounded **/
|
|
509
|
+
.fcr-button-rounded {
|
|
510
|
+
border-radius: var(--fcr_cornerradius_s);
|
|
511
|
+
}
|
|
512
|
+
.fcr-button-circle {
|
|
513
|
+
border-radius: var(--fcr_cornerradius_round);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.fcr-button.fcr-button-icon-only {
|
|
517
|
+
max-width: none;
|
|
518
|
+
min-width: 0;
|
|
519
|
+
padding: 0 12px;
|
|
520
|
+
}
|
|
521
|
+
.fcr-button.fcr-button-XXS.fcr-button-icon-only,
|
|
522
|
+
.fcr-button.fcr-button-XS.fcr-button-icon-only {
|
|
523
|
+
max-width: none;
|
|
524
|
+
min-width: 0;
|
|
525
|
+
padding: 0 8px;
|
|
526
|
+
}
|
|
527
|
+
.fcr-button-loading {
|
|
528
|
+
animation: loadingCircle 1s infinite linear;
|
|
529
|
+
}
|
|
530
|
+
@keyframes loadingCircle {
|
|
531
|
+
100% {
|
|
532
|
+
transform: rotate(360deg);
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
/** action button **/
|
|
537
|
+
.fcr-button.fcr-action-button svg.fcr-button-icon {
|
|
538
|
+
width: 16px;
|
|
539
|
+
height: 16px;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.fcr-button.fcr-action-button {
|
|
543
|
+
background: var(--fcr_web_ui_scene_hover3);
|
|
544
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
545
|
+
box-shadow: var(--fcr_web_light_dropup);
|
|
546
|
+
}
|
|
547
|
+
.fcr-action-button.fcr-action-button.fcr-action-button-show-icon {
|
|
548
|
+
padding-right: 6px;
|
|
549
|
+
}
|
|
550
|
+
.fcr-button.fcr-action-button-small {
|
|
551
|
+
height: 26px;
|
|
552
|
+
padding: 0 6px;
|
|
553
|
+
}
|
|
554
|
+
.fcr-button.fcr-action-button:not(
|
|
555
|
+
.fcr-action-button-active,
|
|
556
|
+
.fcr-action-button.fcr-action-button-primary
|
|
557
|
+
):hover {
|
|
558
|
+
background: var(--fcr_web_ui_scene_hover3);
|
|
559
|
+
color: var(--fcr_web_ui_scene_mainicon2);
|
|
560
|
+
}
|
|
561
|
+
.fcr-action-button.fcr-action-button-active,
|
|
562
|
+
.fcr-action-button.fcr-action-button-primary {
|
|
563
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
564
|
+
color: var(--fcr_ui_scene_white10);
|
|
565
|
+
}
|
|
566
|
+
.fcr-action-button.fcr-action-button.fcr-action-button-icon-only svg.fcr-button-icon {
|
|
567
|
+
width: 20px;
|
|
568
|
+
height: 20px;
|
|
569
|
+
}
|
|
570
|
+
.fcr-action-button.fcr-action-button.fcr-action-button-icon-only {
|
|
571
|
+
padding: 6px;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.fcr-action-button.fcr-action-button.fcr-action-button-icon-only.fcr-action-button-small {
|
|
575
|
+
padding: 4px;
|
|
576
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import './index.css';
|
|
3
|
+
import { PopoverProps } from '../popover';
|
|
4
|
+
import { FcrIconProps } from '../icon';
|
|
5
|
+
import { FcrIconType } from '../icon/type';
|
|
6
|
+
export type ButtonSize = 'XL' | 'L' | 'M' | 'S' | 'XS' | 'XXS';
|
|
7
|
+
export type ButtonType = 'primary' | 'secondary' | 'secondary-bordered' | 'gray' | 'text' | 'link';
|
|
8
|
+
export type ButtonShape = 'circle' | 'rounded';
|
|
9
|
+
export type ButtonStyleType = 'danger' | 'white' | 'normal' | 'success';
|
|
10
|
+
export interface ButtonProps {
|
|
11
|
+
/**
|
|
12
|
+
* 按钮尺寸,可选值为 'XL' | 'L' | 'M' | 'S' | 'XS' | 'XXS',默认为'L'
|
|
13
|
+
*/
|
|
14
|
+
/** @en
|
|
15
|
+
* Set the size of button, can be set to 'XL' | 'L' | 'M' | 'S' | 'XS' | 'XXS', default value is 'L'.
|
|
16
|
+
*/
|
|
17
|
+
size?: ButtonSize;
|
|
18
|
+
/**
|
|
19
|
+
* 按钮类型,可选值为 'primary' | 'secondary' | 'secondary-bordered' | 'gray' | 'text' | 'link',默认为'primary'
|
|
20
|
+
*/
|
|
21
|
+
/** @en
|
|
22
|
+
* Set the type of button,can be set to 'primary' | 'secondary' | 'secondary-bordered' | 'gray' | 'text' | 'link', default value is 'primary'.
|
|
23
|
+
*/
|
|
24
|
+
type?: ButtonType;
|
|
25
|
+
/**
|
|
26
|
+
* 按钮形状,可选值为 'circle' | 'rounded',默认为'circle'
|
|
27
|
+
*/
|
|
28
|
+
/** @en
|
|
29
|
+
* Set the shape of button,can be set to 'circle' | 'rounded', default value is 'circle'.
|
|
30
|
+
*/
|
|
31
|
+
shape?: ButtonShape;
|
|
32
|
+
/**
|
|
33
|
+
* 按钮样式类型,可选值为 'danger' | 'white'
|
|
34
|
+
*/
|
|
35
|
+
/** @en
|
|
36
|
+
* Set the style type of button, can be set to 'danger' | 'white'.
|
|
37
|
+
*/
|
|
38
|
+
styleType?: ButtonStyleType;
|
|
39
|
+
/**
|
|
40
|
+
* 设置按钮前置图标
|
|
41
|
+
*/
|
|
42
|
+
/** @en
|
|
43
|
+
* Set the icon before the button text.
|
|
44
|
+
*/
|
|
45
|
+
preIcon?: FcrIconType;
|
|
46
|
+
preIconProps?: Omit<FcrIconProps, 'type'>;
|
|
47
|
+
/**
|
|
48
|
+
* 设置按钮后置图标
|
|
49
|
+
*/
|
|
50
|
+
/** @en
|
|
51
|
+
* Set the icon after the button text.
|
|
52
|
+
*/
|
|
53
|
+
postIcon?: FcrIconType;
|
|
54
|
+
postIconProps?: Omit<FcrIconProps, 'type'>;
|
|
55
|
+
/**
|
|
56
|
+
* 设置按钮加载状态
|
|
57
|
+
*/
|
|
58
|
+
/** @en
|
|
59
|
+
* Set the loading status of button.
|
|
60
|
+
*/
|
|
61
|
+
loading?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* 按钮禁用状态
|
|
64
|
+
*/
|
|
65
|
+
/** @en
|
|
66
|
+
* Disabled state of button.
|
|
67
|
+
*/
|
|
68
|
+
disabled?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* 点击按钮时的回调
|
|
71
|
+
*/
|
|
72
|
+
/** @en
|
|
73
|
+
* Set the handler to handle click event.
|
|
74
|
+
*/
|
|
75
|
+
onClick?: (e?: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
76
|
+
/**
|
|
77
|
+
* 将按钮宽度调整为其父宽度的选项,默认为false
|
|
78
|
+
*/
|
|
79
|
+
/** @en
|
|
80
|
+
* Option to fit button width to its parent width, default value is false.
|
|
81
|
+
*/
|
|
82
|
+
block?: boolean;
|
|
83
|
+
extra?: Partial<PopoverProps>;
|
|
84
|
+
className?: string;
|
|
85
|
+
onHover?: (hover: boolean) => void;
|
|
86
|
+
}
|
|
87
|
+
export declare const FcrButton: FC<React.PropsWithChildren<ButtonProps>>;
|