fcr-ui-scene 3.8.0 → 3.8.1-beta
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/base.js +2 -2
- package/lib/electron/bootstrap-sdk.js +6 -6
- package/lib/electron/exit-codes.js +11 -11
- package/lib/electron/hang-detection/manager.js +4 -4
- package/lib/electron/ipc-protocol.js +12 -12
- package/lib/electron/process-manager/event-manager.js +30 -30
- package/lib/electron/process-manager/index.js +88 -88
- package/lib/electron/process-manager/state-manager.js +57 -57
- package/lib/electron/process-manager/types.js +16 -16
- package/lib/electron/sdk-helper.js +3 -3
- package/lib/electron/window-proxy/browser-window-proxy.js +13 -13
- package/lib/electron/window-proxy/main-process-handler.js +14 -14
- package/lib/fragments/annotation/style.css +9 -9
- package/lib/fragments/annotation/toolbar/components/item/style.css +45 -45
- package/lib/fragments/annotation/toolbar/components/panel/style.css +24 -24
- package/lib/fragments/annotation/toolbar/components/tips/style.css +19 -19
- package/lib/fragments/annotation/toolbar/style.css +55 -55
- package/lib/fragments/whiteboard/cursor.css +77 -77
- package/lib/fragments/whiteboard/style.css +4 -4
- package/lib/global.css +62 -62
- package/lib/global.d.ts +27 -27
- package/lib/modules/action-bar/components/chat/index.css +88 -88
- package/lib/modules/action-bar/components/more/index.css +114 -114
- package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.css +58 -58
- package/lib/modules/action-bar/components/notification-bar/components/virtual-image/index.css +56 -56
- package/lib/modules/action-bar/components/notification-bar/index.css +74 -74
- package/lib/modules/action-bar/components/participants/index.css +21 -21
- package/lib/modules/action-bar/components/record/index.css +39 -39
- package/lib/modules/action-bar/components/trigger-output-language/index.css +86 -86
- package/lib/modules/action-bar/components/trigger-subscribe-language/guide-tooltip/index.css +22 -22
- package/lib/modules/action-bar/index.css +358 -358
- package/lib/modules/action-bar/main-scene/view.js +3 -3
- package/lib/modules/audio-stream/index.js +3 -3
- package/lib/modules/caption/draggable-container/index.css +10 -10
- package/lib/modules/caption/view.css +158 -158
- package/lib/modules/chat/components/chat-bar/index.css +89 -89
- package/lib/modules/chat/components/chat-select/index.css +185 -185
- package/lib/modules/chat/index.css +124 -124
- package/lib/modules/components/apps/app-item/index.css +49 -49
- package/lib/modules/components/apps/index.css +9 -9
- package/lib/modules/components/caption-menu/index.css +58 -58
- package/lib/modules/components/caption-menu/steps/index.css +73 -73
- package/lib/modules/components/control-bar/components/loading/index.css +76 -76
- package/lib/modules/components/control-bar/components/progress/style.css +51 -51
- package/lib/modules/components/control-bar/components/switch-theme/index.css +101 -101
- package/lib/modules/components/control-bar/index.css +99 -99
- package/lib/modules/components/device-control/index.css +177 -177
- package/lib/modules/components/leave-meeting/components/index.css +151 -151
- package/lib/modules/components/leave-meeting/style.css +9 -9
- package/lib/modules/components/member-window/components/member-actions/store.js +22 -22
- package/lib/modules/components/member-window/index.css +502 -502
- package/lib/modules/components/security-menu/index.css +42 -42
- package/lib/modules/components/tab-frame/index.css +40 -40
- package/lib/modules/components/toolbar/components/item/style.css +94 -94
- package/lib/modules/components/toolbar/components/panel/style.css +86 -86
- package/lib/modules/components/toolbar/style.css +85 -85
- package/lib/modules/connection-gateway/components/computer/index.css +12 -12
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +36 -36
- package/lib/modules/connection-gateway/components/phone/components/calling/index.css +72 -72
- package/lib/modules/connection-gateway/components/phone/components/remeber/index.css +10 -10
- package/lib/modules/connection-gateway/components/phone/components/useing/index.css +46 -46
- package/lib/modules/connection-gateway/components/phone/index.css +49 -49
- package/lib/modules/connection-gateway/index.css +6 -6
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
- package/lib/modules/control-bar/components/more-actions/index.css +103 -103
- package/lib/modules/control-bar/components/share-audio/index.css +90 -90
- package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
- package/lib/modules/control-bar/index.css +340 -340
- package/lib/modules/control-bar/index.js +4 -4
- package/lib/modules/control-bar/store.js +8 -8
- package/lib/modules/device-pretest/index.css +123 -123
- package/lib/modules/dialog/components/confirm/index.css +24 -24
- package/lib/modules/dialog/components/dialog-container/index.css +112 -112
- package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
- package/lib/modules/dialog/dialogs/device-setting/index.css +26 -26
- package/lib/modules/dialog/dialogs/interpreter/index.css +30 -30
- package/lib/modules/dialog/dialogs/mute-all/index.css +20 -20
- package/lib/modules/dialog/dialogs/system-preference/index.css +52 -52
- package/lib/modules/dialog/dialogs/widget/index.js +4 -4
- package/lib/modules/dialog/index.css +56 -56
- package/lib/modules/event-toast/index.css +25 -25
- package/lib/modules/interpreter/action/add-btn/index.css +4 -4
- package/lib/modules/interpreter/action/delete-btn/index.css +14 -14
- package/lib/modules/interpreter/action/switch-btn/index.css +3 -3
- package/lib/modules/interpreter/dialog-content/index.css +33 -33
- package/lib/modules/interpreter/footer/index.css +11 -11
- package/lib/modules/interpreter/index.css +4 -4
- package/lib/modules/interpreter/interpreter-list/index.css +8 -8
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/index.css +32 -32
- package/lib/modules/interpreter/loading-wrapper/index.css +53 -53
- package/lib/modules/invite/components/voip-invite.css +26 -26
- package/lib/modules/invite/index.css +331 -331
- package/lib/modules/layout/components/CommonVideoRenderer.js +4 -4
- package/lib/modules/layout/components/index.css +653 -653
- package/lib/modules/layout/index.css +59 -59
- package/lib/modules/layout/store.base.js +5 -5
- package/lib/modules/layout/type.js +5 -5
- package/lib/modules/notification/index.css +77 -77
- package/lib/modules/notification/interpreter-status/index.css +76 -76
- package/lib/modules/participant/components/confirm-input/index.css +4 -4
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +83 -83
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +87 -87
- package/lib/modules/participant/index.css +102 -102
- package/lib/modules/participant/store.base.js +175 -175
- package/lib/modules/pc-audio-connect/index.css +12 -12
- package/lib/modules/phone-audio-connect/components/callinfo/index.css +36 -36
- package/lib/modules/phone-audio-connect/components/calling/index.css +72 -72
- package/lib/modules/phone-audio-connect/components/remeber/index.css +10 -10
- package/lib/modules/phone-audio-connect/components/useing/index.css +46 -46
- package/lib/modules/phone-audio-connect/index.css +56 -56
- package/lib/modules/secondary-window/store.js +7 -7
- package/lib/modules/setting/audio-settings/index.css +195 -195
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +14 -14
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +6 -6
- package/lib/modules/setting/caption_and_transcribing/index.css +88 -88
- package/lib/modules/setting/general-settings/index.css +41 -41
- package/lib/modules/setting/index.css +112 -112
- package/lib/modules/setting/minutes-settings/index.css +65 -65
- package/lib/modules/setting/state/index.css +207 -207
- package/lib/modules/setting/storage-settings/index.css +91 -91
- package/lib/modules/setting/translate-settings/index.css +47 -47
- package/lib/modules/setting/video-settings/index.css +357 -357
- package/lib/modules/share-screen/components/control-bar/index.css +75 -75
- package/lib/modules/share-screen/components/selection/index.css +73 -73
- package/lib/modules/share-screen/components/share-state-bar/index.css +76 -76
- package/lib/modules/share-screen/index.js +10 -10
- package/lib/modules/share-screen/store.base.js +2 -2
- package/lib/modules/state-bar/assets/fcr_grid_big.svg +3 -3
- package/lib/modules/state-bar/assets/fcr_listontop_big.svg +3 -3
- package/lib/modules/state-bar/index.css +706 -706
- package/lib/modules/state-bar/main-scene/store.base.js +2 -2
- package/lib/modules/state-bar/meeting-detail.css +137 -137
- package/lib/modules/state-bar/meeting-network-state.css +150 -150
- package/lib/modules/state-bar/waiting-scene/store.base.js +2 -2
- package/lib/modules/subtitles-history/components/settings/index.css +5 -5
- package/lib/modules/subtitles-history/index.css +129 -129
- package/lib/modules/video-window/components/members/index.css +51 -51
- package/lib/modules/video-window/components/speaking/index.css +86 -86
- package/lib/modules/video-window/components/topControl/index.css +35 -35
- package/lib/modules/video-window/index.css +21 -21
- package/lib/modules/video-window/popover-watcher.js +3 -3
- package/lib/modules/video-window/store.js +10 -10
- package/lib/modules/waiting-room-layout/index.css +96 -96
- package/lib/modules/whiteboard/components/control-bar/index.css +52 -52
- package/lib/modules/whiteboard/components/loading/index.css +76 -76
- package/lib/modules/whiteboard/components/multi-window/index.css +63 -63
- package/lib/modules/whiteboard/components/pagination/index.css +228 -228
- package/lib/modules/whiteboard/components/progress/style.css +51 -51
- package/lib/modules/whiteboard/components/switch-theme/index.css +99 -99
- package/lib/modules/whiteboard/components/toolbar/style.css +591 -591
- package/lib/modules/whiteboard/style.css +140 -140
- package/lib/modules/widget/index.css +9 -9
- package/lib/object-manager.js +8 -8
- package/lib/plugins/module-dev-plugin.js +11 -11
- package/lib/providers/ability-provider.js +17 -17
- package/lib/providers/board-share/struct.js +6 -6
- package/lib/providers/dialog/provider.base.js +2 -2
- package/lib/providers/dialog/type.js +3 -3
- package/lib/providers/multi-display-provider.js +4 -4
- package/lib/providers/privilege-provider.js +7 -7
- package/lib/providers/screen-share/provider.base.js +23 -23
- package/lib/providers/screen-share/stream-state-sync.js +18 -18
- package/lib/providers/screen-share/struct.js +24 -24
- package/lib/providers/window/main-window.js +2 -2
- package/lib/providers/window/provider.js +5 -5
- package/lib/providers/window/renderer-window.js +2 -2
- package/lib/schema.js +26 -26
- package/lib/shared-data/meeting-time.js +8 -8
- package/lib/shared-data/setting.js +3 -3
- package/lib/translations/enUS.d.ts +12 -1
- package/lib/translations/enUS.js +22 -19
- package/lib/translations/zhCN.d.ts +12 -1
- package/lib/translations/zhCN.js +20 -17
- package/lib/type.js +21 -21
- package/lib/ui-scene-switch.js +2 -2
- package/lib/utilities/constant.js +6 -6
- package/lib/utilities/renderer.js +8 -8
- package/lib/utilities/shared-storage.js +2 -2
- package/lib/utilities/tools.js +14 -14
- package/package.json +79 -79
- package/public/assets/fcr_chat_reddot.svg +5 -5
- package/public/assets/fcr_grid_big.svg +3 -3
- package/public/assets/fcr_leave2.svg +58 -58
- package/public/assets/fcr_listontop_big.svg +3 -3
- package/public/assets/step-gradient.svg +10 -10
- package/public/fragment.html +10 -10
- package/public/index.html +183 -183
- package/public/meeting-manager.js +405 -405
|
@@ -25,9 +25,9 @@ var _deviceControl = _interopRequireDefault(require("../../components/device-con
|
|
|
25
25
|
var _leave = require("../components/leave");
|
|
26
26
|
var _constants = require("../constants");
|
|
27
27
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
28
|
-
/**
|
|
29
|
-
* @param toggleFold 用于点击折叠底部操作栏
|
|
30
|
-
* @returns
|
|
28
|
+
/**
|
|
29
|
+
* @param toggleFold 用于点击折叠底部操作栏
|
|
30
|
+
* @returns
|
|
31
31
|
*/var ToggleToolbarBtn = function ToggleToolbarBtn(_ref) {
|
|
32
32
|
var className = _ref.className,
|
|
33
33
|
toggleFold = _ref.toggleFold,
|
|
@@ -265,9 +265,9 @@ var AudioStreamUIModule = exports.AudioStreamUIModule = /*#__PURE__*/function (_
|
|
|
265
265
|
};
|
|
266
266
|
});
|
|
267
267
|
(0, _defineProperty2["default"])(_this, "_setMainRoomStreamVolume", function (volume) {
|
|
268
|
-
/**
|
|
269
|
-
* TODO 待音量增益的逻辑调整后,再使用
|
|
270
|
-
* const speakerVolume = (volume / 100) * this._deviceProvider.speakerVolume;
|
|
268
|
+
/**
|
|
269
|
+
* TODO 待音量增益的逻辑调整后,再使用
|
|
270
|
+
* const speakerVolume = (volume / 100) * this._deviceProvider.speakerVolume;
|
|
271
271
|
*/
|
|
272
272
|
var speakerVolume = volume;
|
|
273
273
|
var mainStreamControl = _this._streamControl;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
.fcr-draggable-subtitles-container {
|
|
2
|
-
width: calc(100% - 10px);
|
|
3
|
-
/* height: calc(100% - 34px - 55px); */
|
|
4
|
-
position: absolute;
|
|
5
|
-
/* top: 34px;
|
|
6
|
-
bottom: 55px; */
|
|
7
|
-
left: 5px;
|
|
8
|
-
right: 5px;
|
|
9
|
-
margin: auto 0;
|
|
10
|
-
}
|
|
1
|
+
.fcr-draggable-subtitles-container {
|
|
2
|
+
width: calc(100% - 10px);
|
|
3
|
+
/* height: calc(100% - 34px - 55px); */
|
|
4
|
+
position: absolute;
|
|
5
|
+
/* top: 34px;
|
|
6
|
+
bottom: 55px; */
|
|
7
|
+
left: 5px;
|
|
8
|
+
right: 5px;
|
|
9
|
+
margin: auto 0;
|
|
10
|
+
}
|
|
@@ -1,158 +1,158 @@
|
|
|
1
|
-
.fcr-caption-viewport {
|
|
2
|
-
position: relative;
|
|
3
|
-
min-height: 92px;
|
|
4
|
-
max-height: 132px;
|
|
5
|
-
height: 100%;
|
|
6
|
-
width: 100%;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
background: var(--fcr_ui_scene_black6);
|
|
9
|
-
border-radius: var(--fcr_cornerradius_l);
|
|
10
|
-
transition: all 0.3s ease;
|
|
11
|
-
box-sizing: border-box;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.fcr-caption-viewport.fcr-caption-hovered {
|
|
15
|
-
background: var(--fcr_ui_scene_black8);
|
|
16
|
-
outline: 2px solid var(--fcr_ui_scene_ramp_brand6);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.fcr-caption-message-item {
|
|
20
|
-
/* position: absolute; */
|
|
21
|
-
transition: all 0.5s ease;
|
|
22
|
-
/* width: 100%; */
|
|
23
|
-
display: flex;
|
|
24
|
-
/* height: 100%; */
|
|
25
|
-
padding: 15px 20px;
|
|
26
|
-
align-items: start;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fcr-caption-tips-container {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 50%;
|
|
32
|
-
left: 50%;
|
|
33
|
-
transform: translate(-50%, -50%);
|
|
34
|
-
font-size: 12px;
|
|
35
|
-
font-weight: 400;
|
|
36
|
-
line-height: 16px;
|
|
37
|
-
font-size: 500;
|
|
38
|
-
color: var(--fcr_ui_scene_white8);
|
|
39
|
-
color: var(--fcr_ui_scene_white10);
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
align-items: center;
|
|
43
|
-
gap: 10px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.fcr-caption-loading-icon {
|
|
47
|
-
animation: spin 1s linear infinite;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.fcr-caption-entering {
|
|
51
|
-
animation: enterAnimation 0.5s forwards;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.fcr-caption-exiting {
|
|
55
|
-
animation: exitAnimation 0.5s forwards;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@keyframes enterAnimation {
|
|
59
|
-
0% {
|
|
60
|
-
transform: translateY(100%);
|
|
61
|
-
opacity: 0;
|
|
62
|
-
}
|
|
63
|
-
100% {
|
|
64
|
-
transform: translateY(0);
|
|
65
|
-
opacity: 1;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@keyframes exitAnimation {
|
|
70
|
-
0% {
|
|
71
|
-
transform: translateY(0);
|
|
72
|
-
opacity: 1;
|
|
73
|
-
}
|
|
74
|
-
100% {
|
|
75
|
-
transform: translateY(-100%);
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.fcr-caption-avatar-container {
|
|
81
|
-
margin-right: 11px;
|
|
82
|
-
display: flex;
|
|
83
|
-
align-items: center;
|
|
84
|
-
}
|
|
85
|
-
.fcr-caption-avatar-container .fcr-avatar {
|
|
86
|
-
border-radius: var(--fcr_cornerradius_xs);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.fcr-caption-avatar {
|
|
90
|
-
width: 30px;
|
|
91
|
-
height: 30px;
|
|
92
|
-
border-radius: 50%;
|
|
93
|
-
object-fit: cover;
|
|
94
|
-
border: 1px solid #eee;
|
|
95
|
-
font-size: 12px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.fcr-caption-content-container {
|
|
99
|
-
flex: 1;
|
|
100
|
-
text-align: left;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.fcr-caption-username {
|
|
104
|
-
font-weight: 400;
|
|
105
|
-
color: #2c3e50;
|
|
106
|
-
margin-bottom: 5px;
|
|
107
|
-
font-size: 12px;
|
|
108
|
-
color: var(--fcr_app_white10, rgba(255, 255, 255, 1));
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.fcr-caption-text-content {
|
|
112
|
-
font-size: 14px;
|
|
113
|
-
line-height: 1.3;
|
|
114
|
-
font-size: 500;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.fcr-caption-original-text {
|
|
118
|
-
color: var(--fcr_app_white10, rgba(255, 255, 255, 1));
|
|
119
|
-
margin-bottom: 5px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.fcr-caption-translated-text {
|
|
123
|
-
color: var(--fcr_ui_scene_ramp_2yellow6, rgba(255, 199, 0, 1));
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.fcr-caption-action-buttons {
|
|
127
|
-
position: absolute;
|
|
128
|
-
top: 5px;
|
|
129
|
-
right: 5px;
|
|
130
|
-
display: flex;
|
|
131
|
-
gap: 12px;
|
|
132
|
-
z-index: 1;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.fcr-caption-icon-button {
|
|
136
|
-
display: flex;
|
|
137
|
-
align-items: center;
|
|
138
|
-
justify-content: center;
|
|
139
|
-
cursor: pointer;
|
|
140
|
-
transition: all 0.2s ease;
|
|
141
|
-
font-size: 14px;
|
|
142
|
-
color: #7f8c8d;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.fcr-caption-icon-button:hover {
|
|
146
|
-
background: var(--fcr_ui_scene_white2,);
|
|
147
|
-
border-radius: var(--fcr_cornerradius_s);
|
|
148
|
-
}
|
|
149
|
-
.fcr-caption-icon-button-close:hover {
|
|
150
|
-
border-radius: var(--fcr_cornerradius_s);
|
|
151
|
-
background: var(--fcr_homepage_red_6, rgba(245, 101, 92, 1));
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.fcr-caption-button-hovered {
|
|
155
|
-
background-color: #4a90e2;
|
|
156
|
-
color: white;
|
|
157
|
-
border-color: #4a90e2;
|
|
158
|
-
}
|
|
1
|
+
.fcr-caption-viewport {
|
|
2
|
+
position: relative;
|
|
3
|
+
min-height: 92px;
|
|
4
|
+
max-height: 132px;
|
|
5
|
+
height: 100%;
|
|
6
|
+
width: 100%;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
background: var(--fcr_ui_scene_black6);
|
|
9
|
+
border-radius: var(--fcr_cornerradius_l);
|
|
10
|
+
transition: all 0.3s ease;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.fcr-caption-viewport.fcr-caption-hovered {
|
|
15
|
+
background: var(--fcr_ui_scene_black8);
|
|
16
|
+
outline: 2px solid var(--fcr_ui_scene_ramp_brand6);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.fcr-caption-message-item {
|
|
20
|
+
/* position: absolute; */
|
|
21
|
+
transition: all 0.5s ease;
|
|
22
|
+
/* width: 100%; */
|
|
23
|
+
display: flex;
|
|
24
|
+
/* height: 100%; */
|
|
25
|
+
padding: 15px 20px;
|
|
26
|
+
align-items: start;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fcr-caption-tips-container {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 50%;
|
|
32
|
+
left: 50%;
|
|
33
|
+
transform: translate(-50%, -50%);
|
|
34
|
+
font-size: 12px;
|
|
35
|
+
font-weight: 400;
|
|
36
|
+
line-height: 16px;
|
|
37
|
+
font-size: 500;
|
|
38
|
+
color: var(--fcr_ui_scene_white8);
|
|
39
|
+
color: var(--fcr_ui_scene_white10);
|
|
40
|
+
display: flex;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
align-items: center;
|
|
43
|
+
gap: 10px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.fcr-caption-loading-icon {
|
|
47
|
+
animation: spin 1s linear infinite;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.fcr-caption-entering {
|
|
51
|
+
animation: enterAnimation 0.5s forwards;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.fcr-caption-exiting {
|
|
55
|
+
animation: exitAnimation 0.5s forwards;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@keyframes enterAnimation {
|
|
59
|
+
0% {
|
|
60
|
+
transform: translateY(100%);
|
|
61
|
+
opacity: 0;
|
|
62
|
+
}
|
|
63
|
+
100% {
|
|
64
|
+
transform: translateY(0);
|
|
65
|
+
opacity: 1;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@keyframes exitAnimation {
|
|
70
|
+
0% {
|
|
71
|
+
transform: translateY(0);
|
|
72
|
+
opacity: 1;
|
|
73
|
+
}
|
|
74
|
+
100% {
|
|
75
|
+
transform: translateY(-100%);
|
|
76
|
+
opacity: 0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.fcr-caption-avatar-container {
|
|
81
|
+
margin-right: 11px;
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
|
+
.fcr-caption-avatar-container .fcr-avatar {
|
|
86
|
+
border-radius: var(--fcr_cornerradius_xs);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.fcr-caption-avatar {
|
|
90
|
+
width: 30px;
|
|
91
|
+
height: 30px;
|
|
92
|
+
border-radius: 50%;
|
|
93
|
+
object-fit: cover;
|
|
94
|
+
border: 1px solid #eee;
|
|
95
|
+
font-size: 12px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.fcr-caption-content-container {
|
|
99
|
+
flex: 1;
|
|
100
|
+
text-align: left;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.fcr-caption-username {
|
|
104
|
+
font-weight: 400;
|
|
105
|
+
color: #2c3e50;
|
|
106
|
+
margin-bottom: 5px;
|
|
107
|
+
font-size: 12px;
|
|
108
|
+
color: var(--fcr_app_white10, rgba(255, 255, 255, 1));
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.fcr-caption-text-content {
|
|
112
|
+
font-size: 14px;
|
|
113
|
+
line-height: 1.3;
|
|
114
|
+
font-size: 500;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.fcr-caption-original-text {
|
|
118
|
+
color: var(--fcr_app_white10, rgba(255, 255, 255, 1));
|
|
119
|
+
margin-bottom: 5px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.fcr-caption-translated-text {
|
|
123
|
+
color: var(--fcr_ui_scene_ramp_2yellow6, rgba(255, 199, 0, 1));
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.fcr-caption-action-buttons {
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: 5px;
|
|
129
|
+
right: 5px;
|
|
130
|
+
display: flex;
|
|
131
|
+
gap: 12px;
|
|
132
|
+
z-index: 1;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.fcr-caption-icon-button {
|
|
136
|
+
display: flex;
|
|
137
|
+
align-items: center;
|
|
138
|
+
justify-content: center;
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
transition: all 0.2s ease;
|
|
141
|
+
font-size: 14px;
|
|
142
|
+
color: #7f8c8d;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.fcr-caption-icon-button:hover {
|
|
146
|
+
background: var(--fcr_ui_scene_white2,);
|
|
147
|
+
border-radius: var(--fcr_cornerradius_s);
|
|
148
|
+
}
|
|
149
|
+
.fcr-caption-icon-button-close:hover {
|
|
150
|
+
border-radius: var(--fcr_cornerradius_s);
|
|
151
|
+
background: var(--fcr_homepage_red_6, rgba(245, 101, 92, 1));
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.fcr-caption-button-hovered {
|
|
155
|
+
background-color: #4a90e2;
|
|
156
|
+
color: white;
|
|
157
|
+
border-color: #4a90e2;
|
|
158
|
+
}
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
.fcr-message-bar {
|
|
2
|
-
height: 100%;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 4px;
|
|
5
|
-
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
padding: 4px 8px 14px;
|
|
9
|
-
|
|
10
|
-
font-size: 10px;
|
|
11
|
-
color: var(--fcr_ui_scene_icontext1);
|
|
12
|
-
line-height: 10px;
|
|
13
|
-
|
|
14
|
-
border-top-left-radius: var(--fcr_cornerradius_m);
|
|
15
|
-
border-top-right-radius: var(--fcr_cornerradius_m);
|
|
16
|
-
|
|
17
|
-
margin-bottom: -10px;
|
|
18
|
-
|
|
19
|
-
background-color: var(--fcr_web_ui_scene_fill4_popup);
|
|
20
|
-
|
|
21
|
-
min-height: calc(32px + 10px);
|
|
22
|
-
|
|
23
|
-
position: relative;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.fcr-message-bar > span:first-child {
|
|
27
|
-
margin-right: 4px;
|
|
28
|
-
font-size: 12px;
|
|
29
|
-
font-weight: 300;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.fcr-message-bar > .fcr-select-wrapper {
|
|
33
|
-
height: 24px;
|
|
34
|
-
width: 35px;
|
|
35
|
-
}
|
|
36
|
-
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected {
|
|
37
|
-
height: 24px;
|
|
38
|
-
width: 35px;
|
|
39
|
-
display: flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
padding: 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.fcr-message-bar > .fcr-select-wrapper > .fcr-select {
|
|
46
|
-
justify-content: center;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected > .fcr-select__icon {
|
|
50
|
-
height: 16px;
|
|
51
|
-
width: 16px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected > span {
|
|
55
|
-
font-family: 'Helvetica Neue';
|
|
56
|
-
font-size: 12px;
|
|
57
|
-
font-weight: 300;
|
|
58
|
-
line-height: 12px;
|
|
59
|
-
display: flex;
|
|
60
|
-
justify-content: flex-end;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__options > .fcr-select__option {
|
|
64
|
-
display: flex;
|
|
65
|
-
padding: 4px 4px 4px 6px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.fcr-tip-all {
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.fcr-tip-private {
|
|
72
|
-
color: var(--fcr_ui_scene_ramp_yellow6);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.fcr-message-bar .fcr-icon-text-wrapper svg {
|
|
76
|
-
cursor: pointer;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.fcr-msg-bar-break-max-width {
|
|
80
|
-
max-width: 75px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.fcr-message-bar .fcr-text-bubble {
|
|
84
|
-
font-weight: 300;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.fcr-chat-select-popover .fcr-tooltip-inner {
|
|
88
|
-
transform: translateX(-13px);
|
|
89
|
-
}
|
|
1
|
+
.fcr-message-bar {
|
|
2
|
+
height: 100%;
|
|
3
|
+
width: 100%;
|
|
4
|
+
padding: 4px;
|
|
5
|
+
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
padding: 4px 8px 14px;
|
|
9
|
+
|
|
10
|
+
font-size: 10px;
|
|
11
|
+
color: var(--fcr_ui_scene_icontext1);
|
|
12
|
+
line-height: 10px;
|
|
13
|
+
|
|
14
|
+
border-top-left-radius: var(--fcr_cornerradius_m);
|
|
15
|
+
border-top-right-radius: var(--fcr_cornerradius_m);
|
|
16
|
+
|
|
17
|
+
margin-bottom: -10px;
|
|
18
|
+
|
|
19
|
+
background-color: var(--fcr_web_ui_scene_fill4_popup);
|
|
20
|
+
|
|
21
|
+
min-height: calc(32px + 10px);
|
|
22
|
+
|
|
23
|
+
position: relative;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.fcr-message-bar > span:first-child {
|
|
27
|
+
margin-right: 4px;
|
|
28
|
+
font-size: 12px;
|
|
29
|
+
font-weight: 300;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.fcr-message-bar > .fcr-select-wrapper {
|
|
33
|
+
height: 24px;
|
|
34
|
+
width: 35px;
|
|
35
|
+
}
|
|
36
|
+
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected {
|
|
37
|
+
height: 24px;
|
|
38
|
+
width: 35px;
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
padding: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.fcr-message-bar > .fcr-select-wrapper > .fcr-select {
|
|
46
|
+
justify-content: center;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected > .fcr-select__icon {
|
|
50
|
+
height: 16px;
|
|
51
|
+
width: 16px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__selected > span {
|
|
55
|
+
font-family: 'Helvetica Neue';
|
|
56
|
+
font-size: 12px;
|
|
57
|
+
font-weight: 300;
|
|
58
|
+
line-height: 12px;
|
|
59
|
+
display: flex;
|
|
60
|
+
justify-content: flex-end;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.fcr-message-bar > .fcr-select-wrapper > .fcr-select > .fcr-select__options > .fcr-select__option {
|
|
64
|
+
display: flex;
|
|
65
|
+
padding: 4px 4px 4px 6px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.fcr-tip-all {
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.fcr-tip-private {
|
|
72
|
+
color: var(--fcr_ui_scene_ramp_yellow6);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.fcr-message-bar .fcr-icon-text-wrapper svg {
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.fcr-msg-bar-break-max-width {
|
|
80
|
+
max-width: 75px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.fcr-message-bar .fcr-text-bubble {
|
|
84
|
+
font-weight: 300;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.fcr-chat-select-popover .fcr-tooltip-inner {
|
|
88
|
+
transform: translateX(-13px);
|
|
89
|
+
}
|