@logora/debate 0.4.22 → 0.4.24
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/dist/assets/components/input/text_editor/plugins/ToolbarPlugin.module-CjkE3oe-.css +1 -0
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +133 -103
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.module.scss.js +16 -16
- package/package.json +1 -1
- package/dist/assets/components/input/text_editor/plugins/ToolbarPlugin.module-C3yG2biv.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._toolbar_13b6u_3{display:flex!important;justify-content:space-between!important;flex-wrap:wrap;background:var(--background-color-primary, white);padding-top:var(--spacer-md, calc(var(--space-unit, 1em) * .75))!important;vertical-align:middle;align-items:flex-start;gap:var(--space-unit, 1em)}._toolbar_13b6u_3._toolbarIsActive_13b6u_13{border-top:1px solid var(--text-tertiary, #fafafa)}._iconToolbar_13b6u_17{display:flex!important;gap:var(--spacer-lg, calc(var(--space-unit, 1em) * 1.5))}._iconToolbar_13b6u_17._shortBar_13b6u_21{gap:var(--spacer-md, calc(var(--space-unit, 1em) * .75))}._toolbarItem_13b6u_25{border:0;background:none;padding:0!important;cursor:pointer;vertical-align:middle;touch-action:manipulation;display:flex;align-items:center;justify-content:center}@media(max-width:576px){._toolbarItem_13b6u_25{min-width:44px;min-height:44px}}._toolbarItem_13b6u_25._disabled_13b6u_42{cursor:not-allowed}._toolbarItem_13b6u_25._active_13b6u_45{background-color:#bababa66;border-radius:50%}._toolbarItem_13b6u_25 ._format_13b6u_49{background-size:contain;display:inline-block;vertical-align:-.25em;display:flex!important}._actionButton_13b6u_56{display:flex!important;gap:var(--space-unit, 1em);margin-left:auto}._inputSubmitActionButton_13b6u_62{width:100%;height:35px;display:flex!important;justify-content:center!important;align-items:center!important;background-color:var(--call-primary-color, #434343)!important}._inputSubmitActionButton_13b6u_62._submitAction_13b6u_70 svg{fill:var(--text-light, white)!important}._inputSubmitActionButton_13b6u_62 ._inputSourceText_13b6u_73{display:none!important;margin-left:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;font-size:var(--font-size-small, 16px)}@container (min-width: 576px){._inputSubmitActionButton_13b6u_62 ._inputSourceText_13b6u_73{display:block!important}}._tooltip_13b6u_84{width:230px!important;margin-left:-117px!important}
|
|
@@ -1,99 +1,129 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { $isListNode as
|
|
3
|
-
import { useLexicalComposerContext as
|
|
4
|
-
import { $isHeadingNode as
|
|
5
|
-
import { $setBlocksType as
|
|
6
|
-
import { $getNearestNodeOfType as
|
|
1
|
+
import { jsxs as L, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { $isListNode as k, ListNode as z, INSERT_ORDERED_LIST_COMMAND as G, $isListItemNode as w, $createListNode as X } from "@lexical/list";
|
|
3
|
+
import { useLexicalComposerContext as J } from "@lexical/react/LexicalComposerContext";
|
|
4
|
+
import { $isHeadingNode as W, $createQuoteNode as A } from "@lexical/rich-text";
|
|
5
|
+
import { $setBlocksType as v } from "@lexical/selection";
|
|
6
|
+
import { $getNearestNodeOfType as Y, mergeRegister as Z } from "@lexical/utils";
|
|
7
7
|
import a from "classnames";
|
|
8
|
-
import { $getSelection as
|
|
9
|
-
import { useRef as
|
|
10
|
-
import { useIntl as
|
|
8
|
+
import { $getSelection as N, $isRangeSelection as _, SELECTION_CHANGE_COMMAND as ee, FORMAT_TEXT_COMMAND as te, $createParagraphNode as E } from "lexical";
|
|
9
|
+
import { useRef as oe, useState as g, useCallback as ie, useEffect as ae } from "react";
|
|
10
|
+
import { useIntl as ne } from "react-intl";
|
|
11
11
|
import e from "./ToolbarPlugin.module.scss.js";
|
|
12
|
-
import { Icon as
|
|
13
|
-
import { Button as
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const t =
|
|
17
|
-
if (
|
|
18
|
-
const
|
|
19
|
-
if (
|
|
20
|
-
if (
|
|
21
|
-
const
|
|
22
|
-
|
|
12
|
+
import { Icon as u } from "../../../icons/icon/Icon.js";
|
|
13
|
+
import { Button as le } from "../../../action/button/Button.js";
|
|
14
|
+
const ye = (l) => {
|
|
15
|
+
const r = ne(), D = 1, [n] = J(), O = oe(null), [h, I] = g("paragraph"), [se, P] = g(null), [B, R] = g(!1), [$, q] = g(!1), [K, F] = g(!1), S = l.hideSubmit && l.hideSourceAction && l.disableRichText, p = ie(() => {
|
|
16
|
+
const t = N();
|
|
17
|
+
if (_(t)) {
|
|
18
|
+
const c = t.anchor.getNode(), s = c.getKey() === "root" ? c : c.getTopLevelElementOrThrow(), d = s.getKey();
|
|
19
|
+
if (n.getElementByKey(d) !== null)
|
|
20
|
+
if (P(d), k(s)) {
|
|
21
|
+
const o = Y(c, z), f = o ? o.getTag() : s.getTag();
|
|
22
|
+
I(f);
|
|
23
23
|
} else {
|
|
24
|
-
const
|
|
25
|
-
|
|
24
|
+
const o = W(s) ? s.getTag() : s.getType();
|
|
25
|
+
I(o);
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
R(t.hasFormat("bold")), q(t.hasFormat("italic")), F(t.hasFormat("underline"));
|
|
28
28
|
}
|
|
29
|
-
}, [
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
}, [n]);
|
|
30
|
+
ae(() => Z(
|
|
31
|
+
n.registerUpdateListener(({ editorState: t }) => {
|
|
32
32
|
t.read(() => {
|
|
33
|
-
|
|
33
|
+
p();
|
|
34
34
|
});
|
|
35
35
|
}),
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
() => (
|
|
39
|
-
|
|
36
|
+
n.registerCommand(
|
|
37
|
+
ee,
|
|
38
|
+
() => (p(), !1),
|
|
39
|
+
D
|
|
40
40
|
)
|
|
41
|
-
), [
|
|
42
|
-
const
|
|
41
|
+
), [n, p]);
|
|
42
|
+
const b = (t) => {
|
|
43
43
|
t.pointerType !== "touch" && t.pointerType !== "pen" && t.preventDefault();
|
|
44
|
-
},
|
|
44
|
+
}, x = () => {
|
|
45
45
|
setTimeout(() => {
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
n.getEditorState().read(() => {
|
|
47
|
+
p();
|
|
48
48
|
});
|
|
49
49
|
}, 0);
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
50
|
+
}, T = (t) => {
|
|
51
|
+
n.dispatchCommand(te, t), n.focus();
|
|
52
|
+
}, U = () => {
|
|
53
|
+
n.update(() => {
|
|
54
|
+
const t = N();
|
|
55
|
+
if (!_(t))
|
|
56
|
+
return;
|
|
57
|
+
const c = t.getNodes(), s = /* @__PURE__ */ new Set();
|
|
58
|
+
for (const m of c) {
|
|
59
|
+
let o = m;
|
|
60
|
+
for (; o !== null && !w(o); )
|
|
61
|
+
o = o.getParent();
|
|
62
|
+
w(o) && s.add(o);
|
|
63
|
+
}
|
|
64
|
+
const d = Array.from(s).reverse();
|
|
65
|
+
for (const m of d) {
|
|
66
|
+
const o = m.getParent();
|
|
67
|
+
if (!k(o))
|
|
68
|
+
continue;
|
|
69
|
+
const f = E(), Q = m.getChildren();
|
|
70
|
+
for (const M of Q)
|
|
71
|
+
f.append(M);
|
|
72
|
+
const y = m.getNextSiblings();
|
|
73
|
+
if (o.insertAfter(f), y.length > 0) {
|
|
74
|
+
const M = y[0].getValue(), C = X(o.getListType(), M);
|
|
75
|
+
for (const V of y)
|
|
76
|
+
C.append(V);
|
|
77
|
+
f.insertAfter(C);
|
|
78
|
+
}
|
|
79
|
+
m.remove(), o.getChildrenSize() === 0 && o.remove();
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
}, j = () => {
|
|
83
|
+
h !== "ol" ? n.dispatchCommand(G) : U(), x();
|
|
84
|
+
}, H = () => {
|
|
85
|
+
h !== "quote" ? n.update(() => {
|
|
86
|
+
const t = N();
|
|
87
|
+
if (_(t))
|
|
58
88
|
if (t.isCollapsed()) {
|
|
59
|
-
const
|
|
60
|
-
|
|
89
|
+
const s = t.anchor.getNode().getTopLevelElementOrThrow(), d = A();
|
|
90
|
+
s.insertAfter(d), d.selectEnd();
|
|
61
91
|
} else
|
|
62
|
-
|
|
63
|
-
}) :
|
|
64
|
-
const t =
|
|
65
|
-
|
|
66
|
-
}),
|
|
92
|
+
v(t, () => A());
|
|
93
|
+
}) : n.update(() => {
|
|
94
|
+
const t = N();
|
|
95
|
+
_(t) && v(t, () => E());
|
|
96
|
+
}), x();
|
|
67
97
|
};
|
|
68
|
-
return
|
|
98
|
+
return S ? null : /* @__PURE__ */ L(
|
|
69
99
|
"div",
|
|
70
100
|
{
|
|
71
101
|
className: a(e.toolbar, {
|
|
72
|
-
[e.toolbarIsActive]:
|
|
102
|
+
[e.toolbarIsActive]: S ? !1 : l.isActive
|
|
73
103
|
}),
|
|
74
|
-
ref:
|
|
104
|
+
ref: O,
|
|
75
105
|
children: [
|
|
76
|
-
|
|
106
|
+
l.isActive ? !l.disableRichText && /* @__PURE__ */ L(
|
|
77
107
|
"div",
|
|
78
108
|
{
|
|
79
109
|
className: a(e.iconToolbar, {
|
|
80
|
-
[e.shortBar]:
|
|
110
|
+
[e.shortBar]: l.shortBar
|
|
81
111
|
}),
|
|
82
112
|
children: [
|
|
83
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ i(
|
|
84
114
|
"button",
|
|
85
115
|
{
|
|
86
|
-
onPointerDown:
|
|
87
|
-
onClick: () =>
|
|
116
|
+
onPointerDown: b,
|
|
117
|
+
onClick: () => T("bold"),
|
|
88
118
|
type: "button",
|
|
89
|
-
className: a(e.toolbarItem, { [e.active]:
|
|
119
|
+
className: a(e.toolbarItem, { [e.active]: B }),
|
|
90
120
|
"data-testid": "format-bold",
|
|
91
|
-
"aria-label":
|
|
121
|
+
"aria-label": r.formatMessage({
|
|
92
122
|
id: "input.text_editor.plugins.toolbar_plugin.bold.aria_label",
|
|
93
123
|
defaultMessage: "Make text bold"
|
|
94
124
|
}),
|
|
95
|
-
children: /* @__PURE__ */
|
|
96
|
-
|
|
125
|
+
children: /* @__PURE__ */ i(
|
|
126
|
+
u,
|
|
97
127
|
{
|
|
98
128
|
name: "bold",
|
|
99
129
|
width: 24,
|
|
@@ -103,21 +133,21 @@ const ge = (i) => {
|
|
|
103
133
|
)
|
|
104
134
|
}
|
|
105
135
|
),
|
|
106
|
-
/* @__PURE__ */
|
|
136
|
+
/* @__PURE__ */ i(
|
|
107
137
|
"button",
|
|
108
138
|
{
|
|
109
|
-
onPointerDown:
|
|
110
|
-
onClick: () =>
|
|
139
|
+
onPointerDown: b,
|
|
140
|
+
onClick: () => T("italic"),
|
|
111
141
|
type: "button",
|
|
112
142
|
className: a(e.toolbarItem, {
|
|
113
|
-
[e.active]:
|
|
143
|
+
[e.active]: $
|
|
114
144
|
}),
|
|
115
|
-
"aria-label":
|
|
145
|
+
"aria-label": r.formatMessage({
|
|
116
146
|
id: "input.text_editor.plugins.toolbar_plugin.italic.aria_label",
|
|
117
147
|
defaultMessage: "Make text italic"
|
|
118
148
|
}),
|
|
119
|
-
children: /* @__PURE__ */
|
|
120
|
-
|
|
149
|
+
children: /* @__PURE__ */ i(
|
|
150
|
+
u,
|
|
121
151
|
{
|
|
122
152
|
name: "italic",
|
|
123
153
|
width: 24,
|
|
@@ -127,21 +157,21 @@ const ge = (i) => {
|
|
|
127
157
|
)
|
|
128
158
|
}
|
|
129
159
|
),
|
|
130
|
-
/* @__PURE__ */
|
|
160
|
+
/* @__PURE__ */ i(
|
|
131
161
|
"button",
|
|
132
162
|
{
|
|
133
|
-
onPointerDown:
|
|
134
|
-
onClick: () =>
|
|
163
|
+
onPointerDown: b,
|
|
164
|
+
onClick: () => T("underline"),
|
|
135
165
|
type: "button",
|
|
136
166
|
className: a(e.toolbarItem, {
|
|
137
|
-
[e.active]:
|
|
167
|
+
[e.active]: K
|
|
138
168
|
}),
|
|
139
|
-
"aria-label":
|
|
169
|
+
"aria-label": r.formatMessage({
|
|
140
170
|
id: "input.text_editor.plugins.toolbar_plugin.underline.aria_label",
|
|
141
171
|
defaultMessage: "Underline text"
|
|
142
172
|
}),
|
|
143
|
-
children: /* @__PURE__ */
|
|
144
|
-
|
|
173
|
+
children: /* @__PURE__ */ i(
|
|
174
|
+
u,
|
|
145
175
|
{
|
|
146
176
|
name: "underline",
|
|
147
177
|
width: 24,
|
|
@@ -151,21 +181,21 @@ const ge = (i) => {
|
|
|
151
181
|
)
|
|
152
182
|
}
|
|
153
183
|
),
|
|
154
|
-
/* @__PURE__ */
|
|
184
|
+
/* @__PURE__ */ i(
|
|
155
185
|
"button",
|
|
156
186
|
{
|
|
157
|
-
onPointerDown:
|
|
158
|
-
onClick: () =>
|
|
187
|
+
onPointerDown: b,
|
|
188
|
+
onClick: () => H(),
|
|
159
189
|
type: "button",
|
|
160
190
|
className: a(e.toolbarItem, {
|
|
161
|
-
[e.active]:
|
|
191
|
+
[e.active]: h === "quote"
|
|
162
192
|
}),
|
|
163
|
-
"aria-label":
|
|
193
|
+
"aria-label": r.formatMessage({
|
|
164
194
|
id: "input.text_editor.plugins.toolbar_plugin.blockquote.aria_label",
|
|
165
195
|
defaultMessage: "Add a blockquote"
|
|
166
196
|
}),
|
|
167
|
-
children: /* @__PURE__ */
|
|
168
|
-
|
|
197
|
+
children: /* @__PURE__ */ i(
|
|
198
|
+
u,
|
|
169
199
|
{
|
|
170
200
|
name: "blockquote",
|
|
171
201
|
width: 24,
|
|
@@ -175,21 +205,21 @@ const ge = (i) => {
|
|
|
175
205
|
)
|
|
176
206
|
}
|
|
177
207
|
),
|
|
178
|
-
/* @__PURE__ */
|
|
208
|
+
/* @__PURE__ */ i(
|
|
179
209
|
"button",
|
|
180
210
|
{
|
|
181
|
-
onPointerDown:
|
|
182
|
-
onClick: () =>
|
|
211
|
+
onPointerDown: b,
|
|
212
|
+
onClick: () => j(),
|
|
183
213
|
type: "button",
|
|
184
214
|
className: a(e.toolbarItem, {
|
|
185
|
-
[e.active]:
|
|
215
|
+
[e.active]: h === "ol"
|
|
186
216
|
}),
|
|
187
|
-
"aria-label":
|
|
217
|
+
"aria-label": r.formatMessage({
|
|
188
218
|
id: "input.text_editor.plugins.toolbar_plugin.numbered_list.aria_label",
|
|
189
219
|
defaultMessage: "Insert a numbered list"
|
|
190
220
|
}),
|
|
191
|
-
children: /* @__PURE__ */
|
|
192
|
-
|
|
221
|
+
children: /* @__PURE__ */ i(
|
|
222
|
+
u,
|
|
193
223
|
{
|
|
194
224
|
name: "orderedList",
|
|
195
225
|
width: 24,
|
|
@@ -199,19 +229,19 @@ const ge = (i) => {
|
|
|
199
229
|
)
|
|
200
230
|
}
|
|
201
231
|
),
|
|
202
|
-
!
|
|
232
|
+
!l.hideSourceAction && /* @__PURE__ */ i(
|
|
203
233
|
"button",
|
|
204
234
|
{
|
|
205
|
-
onPointerDown:
|
|
206
|
-
onClick:
|
|
235
|
+
onPointerDown: b,
|
|
236
|
+
onClick: l.onAddSource,
|
|
207
237
|
type: "button",
|
|
208
238
|
className: e.toolbarItem,
|
|
209
|
-
"aria-label":
|
|
239
|
+
"aria-label": r.formatMessage({
|
|
210
240
|
id: "input.text_editor.plugins.toolbar_plugin.add_link.aria_label",
|
|
211
241
|
defaultMessage: "Add hyperlink"
|
|
212
242
|
}),
|
|
213
|
-
children: /* @__PURE__ */
|
|
214
|
-
|
|
243
|
+
children: /* @__PURE__ */ i(
|
|
244
|
+
u,
|
|
215
245
|
{
|
|
216
246
|
name: "link",
|
|
217
247
|
width: 20,
|
|
@@ -224,18 +254,18 @@ const ge = (i) => {
|
|
|
224
254
|
]
|
|
225
255
|
}
|
|
226
256
|
) : null,
|
|
227
|
-
/* @__PURE__ */
|
|
228
|
-
|
|
257
|
+
/* @__PURE__ */ i("div", { className: e.actionButton, children: l.hideSubmit ? null : /* @__PURE__ */ i(
|
|
258
|
+
le,
|
|
229
259
|
{
|
|
230
260
|
type: "button",
|
|
231
261
|
"data-testid": "submit-button",
|
|
232
|
-
handleClick:
|
|
262
|
+
handleClick: l.onSubmit,
|
|
233
263
|
className: a(e.inputSubmitActionButton, e.submitAction),
|
|
234
|
-
"aria-label":
|
|
264
|
+
"aria-label": r.formatMessage({
|
|
235
265
|
id: "input.text_editor.plugins.toolbar_plugin.submit_button.aria_label",
|
|
236
266
|
defaultMessage: "Send message"
|
|
237
267
|
}),
|
|
238
|
-
children: /* @__PURE__ */
|
|
268
|
+
children: /* @__PURE__ */ i(u, { name: "send", width: 20, height: 20 })
|
|
239
269
|
}
|
|
240
270
|
) })
|
|
241
271
|
]
|
|
@@ -243,5 +273,5 @@ const ge = (i) => {
|
|
|
243
273
|
);
|
|
244
274
|
};
|
|
245
275
|
export {
|
|
246
|
-
|
|
276
|
+
ye as ToolbarPlugin
|
|
247
277
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import '../../../../assets/components/input/text_editor/plugins/ToolbarPlugin.module-
|
|
1
|
+
import '../../../../assets/components/input/text_editor/plugins/ToolbarPlugin.module-CjkE3oe-.css';const t = "_toolbar_13b6u_3", o = "_toolbarIsActive_13b6u_13", n = "_iconToolbar_13b6u_17", _ = "_shortBar_13b6u_21", c = "_toolbarItem_13b6u_25", b = "_active_13b6u_45", i = "_format_13b6u_49", a = "_actionButton_13b6u_56", u = "_inputSubmitActionButton_13b6u_62", s = "_submitAction_13b6u_70", r = {
|
|
2
2
|
toolbar: t,
|
|
3
3
|
toolbarIsActive: o,
|
|
4
|
-
iconToolbar:
|
|
5
|
-
shortBar:
|
|
6
|
-
toolbarItem:
|
|
7
|
-
active:
|
|
4
|
+
iconToolbar: n,
|
|
5
|
+
shortBar: _,
|
|
6
|
+
toolbarItem: c,
|
|
7
|
+
active: b,
|
|
8
8
|
format: i,
|
|
9
|
-
actionButton:
|
|
10
|
-
inputSubmitActionButton:
|
|
11
|
-
submitAction:
|
|
9
|
+
actionButton: a,
|
|
10
|
+
inputSubmitActionButton: u,
|
|
11
|
+
submitAction: s
|
|
12
12
|
};
|
|
13
13
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
a as actionButton,
|
|
15
|
+
b as active,
|
|
16
|
+
r as default,
|
|
17
17
|
i as format,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
n as iconToolbar,
|
|
19
|
+
u as inputSubmitActionButton,
|
|
20
|
+
_ as shortBar,
|
|
21
|
+
s as submitAction,
|
|
22
22
|
t as toolbar,
|
|
23
23
|
o as toolbarIsActive,
|
|
24
|
-
|
|
24
|
+
c as toolbarItem
|
|
25
25
|
};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._toolbar_awaxp_3{display:flex!important;justify-content:space-between!important;flex-wrap:wrap;background:var(--background-color-primary, white);padding-top:var(--spacer-md, calc(var(--space-unit, 1em) * .75))!important;vertical-align:middle;align-items:flex-start;gap:var(--space-unit, 1em)}._toolbar_awaxp_3._toolbarIsActive_awaxp_13{border-top:1px solid var(--text-tertiary, #fafafa)}._iconToolbar_awaxp_17{display:flex!important;gap:var(--spacer-lg, calc(var(--space-unit, 1em) * 1.5))}._iconToolbar_awaxp_17._shortBar_awaxp_21{gap:var(--spacer-md, calc(var(--space-unit, 1em) * .75))}._toolbarItem_awaxp_25{border:0;background:none;padding:0!important;cursor:pointer;vertical-align:middle;touch-action:manipulation;display:flex;align-items:center;justify-content:center}@container (max-width: 575.98px){._toolbarItem_awaxp_25{min-width:44px;min-height:44px}}._toolbarItem_awaxp_25._disabled_awaxp_42{cursor:not-allowed}._toolbarItem_awaxp_25._active_awaxp_45{background-color:#bababa66;border-radius:50%}._toolbarItem_awaxp_25 ._format_awaxp_49{background-size:contain;display:inline-block;vertical-align:-.25em;display:flex!important}._actionButton_awaxp_56{display:flex!important;gap:var(--space-unit, 1em);margin-left:auto}._inputSubmitActionButton_awaxp_62{width:100%;height:35px;display:flex!important;justify-content:center!important;align-items:center!important;background-color:var(--call-primary-color, #434343)!important}._inputSubmitActionButton_awaxp_62._submitAction_awaxp_70 svg{fill:var(--text-light, white)!important}._inputSubmitActionButton_awaxp_62 ._inputSourceText_awaxp_73{display:none!important;margin-left:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;font-size:var(--font-size-small, 16px)}@container (min-width: 576px){._inputSubmitActionButton_awaxp_62 ._inputSourceText_awaxp_73{display:block!important}}._tooltip_awaxp_84{width:230px!important;margin-left:-117px!important}
|