@logora/debate 0.4.10 → 0.4.11
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._ltr_jd32k_3{text-align:left}._editorContainer_jd32k_7{color:var(--text-primary, #222222);line-height:var(--line-height-normal, 1.26em);font-weight:var(--font-weight-normal, 400);text-align:left}._editorInner_jd32k_14{background:var(--background-color-primary, white);position:relative}._editorInner_jd32k_14._editorInnerInactive_jd32k_18{display:flex!important;justify-content:space-between!important}._editorPlaceholder_jd32k_23{color:var(--text-primary, #222222);overflow:hidden;position:absolute;text-overflow:ellipsis;top:15px;font-size:var(--font-size-normal, 16px);-webkit-user-select:none;user-select:none;display:inline-block;pointer-events:none}._editorInput_jd32k_35{min-height:25px;resize:none;font-size:var(--font-size-normal, 16px);position:relative!important;top:auto!important;left:auto!important;tab-size:1;outline:0;padding-top:var(--space-unit, 1em)!important;padding-bottom:var(--space-unit, 1em)!important;caret-color:var(--text-primary, #222222)}._editorInput_jd32k_35._editorInputInactive_jd32k_48{min-width:180px;width:100%}._editorTextBold_jd32k_53{font-weight:var(--font-weight-bold, 700)}._editorTextItalic_jd32k_57{font-style:italic}._editorTextUnderline_jd32k_61{text-decoration:underline}._editorTextStrikethrough_jd32k_65{text-decoration:line-through}._editorTextUnderlineStrikethrough_jd32k_69{text-decoration:underline line-through}._editorParagraph_jd32k_73{margin:0!important;margin-bottom:var(--spacer-xxs, calc(var(--space-unit, 1em) * .25))!important;position:relative}._editorParagraph_jd32k_73:last-child{margin-bottom:0!important}._editorQuote_jd32k_83{margin:0!important;padding-left:var(--space-unit, 1em)!important;font-size:var(--font-size-normal, 16px);color:var(--text-secondary, #5F5F5F);border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid}._editorListOl_jd32k_93{margin:0!important;margin-left:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding:var(--spacer-xxs, calc(var(--space-unit, 1em) * .25))!important;list-style-type:decimal!important}._editorListItem_jd32k_100{margin-right:var(--space-unit, 1em)!important;margin-left:var(--space-unit, 1em)!important;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;margin-bottom:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._editorNestedListItem_jd32k_107{list-style-type:none}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:var(--text-secondary, #5F5F5F)}._sourcesBox_jd32k_120{display:flex!important;justify-content:flex-start!important;align-items:center!important;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding-right:0!important;padding-left:0!important;padding-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding-bottom:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._sourceList_jd32k_131{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;padding:0!important}._charactersCount_jd32k_142{align-self:center;font-size:var(--font-size-small, 16px);color:var(--text-secondary, #5F5F5F);white-space:nowrap;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._editorInput_jd32k_35 ol li::marker{content:normal!important}._editorInput_jd32k_35 ul li::marker{content:normal!important}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import '../../../assets/components/input/text_editor/TextEditor.module-
|
|
1
|
+
import '../../../assets/components/input/text_editor/TextEditor.module-CxUUCTSU.css';const t = "_ltr_jd32k_3", e = "_editorContainer_jd32k_7", o = "_editorInner_jd32k_14", r = "_editorInnerInactive_jd32k_18", d = "_editorPlaceholder_jd32k_23", i = "_editorInput_jd32k_35", n = "_editorInputInactive_jd32k_48", _ = "_editorTextBold_jd32k_53", s = "_editorTextItalic_jd32k_57", c = "_editorTextUnderline_jd32k_61", a = "_editorTextStrikethrough_jd32k_65", I = "_editorTextUnderlineStrikethrough_jd32k_69", k = "_editorParagraph_jd32k_73", l = "_editorQuote_jd32k_83", u = "_editorListOl_jd32k_93", h = "_editorListItem_jd32k_100", j = "_editorNestedListItem_jd32k_107", x = "_sourcesBox_jd32k_120", T = "_sourceList_jd32k_131", L = "_charactersCount_jd32k_142", p = {
|
|
2
2
|
ltr: t,
|
|
3
3
|
editorContainer: e,
|
|
4
4
|
editorInner: o,
|
|
5
5
|
editorInnerInactive: r,
|
|
6
|
-
editorPlaceholder:
|
|
7
|
-
editorInput:
|
|
8
|
-
editorInputInactive:
|
|
6
|
+
editorPlaceholder: d,
|
|
7
|
+
editorInput: i,
|
|
8
|
+
editorInputInactive: n,
|
|
9
9
|
editorTextBold: _,
|
|
10
10
|
editorTextItalic: s,
|
|
11
|
-
editorTextUnderline:
|
|
12
|
-
editorTextStrikethrough:
|
|
13
|
-
editorTextUnderlineStrikethrough:
|
|
14
|
-
editorParagraph:
|
|
15
|
-
editorQuote:
|
|
11
|
+
editorTextUnderline: c,
|
|
12
|
+
editorTextStrikethrough: a,
|
|
13
|
+
editorTextUnderlineStrikethrough: I,
|
|
14
|
+
editorParagraph: k,
|
|
15
|
+
editorQuote: l,
|
|
16
16
|
editorListOl: u,
|
|
17
17
|
editorListItem: h,
|
|
18
18
|
editorNestedListItem: j,
|
|
@@ -26,19 +26,19 @@ export {
|
|
|
26
26
|
e as editorContainer,
|
|
27
27
|
o as editorInner,
|
|
28
28
|
r as editorInnerInactive,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
i as editorInput,
|
|
30
|
+
n as editorInputInactive,
|
|
31
31
|
h as editorListItem,
|
|
32
32
|
u as editorListOl,
|
|
33
33
|
j as editorNestedListItem,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
k as editorParagraph,
|
|
35
|
+
d as editorPlaceholder,
|
|
36
|
+
l as editorQuote,
|
|
37
37
|
_ as editorTextBold,
|
|
38
38
|
s as editorTextItalic,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
a as editorTextStrikethrough,
|
|
40
|
+
c as editorTextUnderline,
|
|
41
|
+
I as editorTextUnderlineStrikethrough,
|
|
42
42
|
t as ltr,
|
|
43
43
|
T as sourceList,
|
|
44
44
|
x as sourcesBox
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._ltr_1k7lj_3{text-align:left}._editorContainer_1k7lj_7{color:var(--text-primary, #222222);line-height:var(--line-height-normal, 1.26em);font-weight:var(--font-weight-normal, 400);text-align:left}._editorInner_1k7lj_14{background:var(--background-color-primary, white);position:relative}._editorInner_1k7lj_14._editorInnerInactive_1k7lj_18{display:flex!important;justify-content:space-between!important}._editorPlaceholder_1k7lj_23{color:var(--text-primary, #222222);overflow:hidden;position:absolute;text-overflow:ellipsis;top:15px;font-size:var(--font-size-normal, 16px);-webkit-user-select:none;user-select:none;display:inline-block;pointer-events:none}._editorInput_1k7lj_35{min-height:25px;resize:none;font-size:var(--font-size-normal, 16px);position:relative;tab-size:1;outline:0;padding-top:var(--space-unit, 1em)!important;padding-bottom:var(--space-unit, 1em)!important;caret-color:var(--text-primary, #222222)}._editorInput_1k7lj_35._editorInputInactive_1k7lj_46{min-width:180px;width:100%}._editorTextBold_1k7lj_51{font-weight:var(--font-weight-bold, 700)}._editorTextItalic_1k7lj_55{font-style:italic}._editorTextUnderline_1k7lj_59{text-decoration:underline}._editorTextStrikethrough_1k7lj_63{text-decoration:line-through}._editorTextUnderlineStrikethrough_1k7lj_67{text-decoration:underline line-through}._editorParagraph_1k7lj_71{margin:0!important;margin-bottom:var(--spacer-xxs, calc(var(--space-unit, 1em) * .25))!important;position:relative}._editorParagraph_1k7lj_71:last-child{margin-bottom:0!important}._editorQuote_1k7lj_81{margin:0!important;padding-left:var(--space-unit, 1em)!important;font-size:var(--font-size-normal, 16px);color:var(--text-secondary, #5F5F5F);border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid}._editorListOl_1k7lj_91{margin:0!important;margin-left:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding:var(--spacer-xxs, calc(var(--space-unit, 1em) * .25))!important;list-style-type:decimal!important}._editorListItem_1k7lj_98{margin-right:var(--space-unit, 1em)!important;margin-left:var(--space-unit, 1em)!important;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;margin-bottom:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._editorNestedListItem_1k7lj_105{list-style-type:none}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:var(--text-secondary, #5F5F5F)}._sourcesBox_1k7lj_118{display:flex!important;justify-content:flex-start!important;align-items:center!important;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding-right:0!important;padding-left:0!important;padding-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important;padding-bottom:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._sourceList_1k7lj_129{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;padding:0!important}._charactersCount_1k7lj_140{align-self:center;font-size:var(--font-size-small, 16px);color:var(--text-secondary, #5F5F5F);white-space:nowrap;margin-top:var(--spacer-sm, calc(var(--space-unit, 1em) * .5))!important}._editorInput_1k7lj_35 ol li::marker{content:normal!important}._editorInput_1k7lj_35 ul li::marker{content:normal!important}
|