@logora/debate 0.3.74 → 0.3.75

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.
Files changed (47) hide show
  1. package/dist/assets/components/argument/argument/Argument.module-QZdPjj_i.css +1 -0
  2. package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-D2an6OmR.css +1 -0
  3. package/dist/assets/components/input/text_editor/{TextEditor.module-DePSfOvG.css → TextEditor.module-CxuSL3l3.css} +1 -1
  4. package/dist/assets/components/section/section_box/SectionBox.module-qQs4B6bf.css +1 -0
  5. package/dist/assets/components/source/context_source_list/ContextSourceList.module-DUPbI-wb.css +1 -0
  6. package/dist/assets/components/source/source_list_item/SourceListItem.module-fm_uHuY4.css +1 -0
  7. package/dist/assets/components/summary/summary/Summary.module-2bnx3egy.css +1 -0
  8. package/dist/assets/components/summary/summary_box/SummaryBox.module-Dr9PevSJ.css +1 -0
  9. package/dist/assets/components/vote/vote_box/VoteBox.module-C9Q6gBw3.css +1 -0
  10. package/dist/components/argument/argument/Argument.js +112 -108
  11. package/dist/components/argument/argument/Argument.module.scss.js +31 -31
  12. package/dist/components/consultation/consultation_box/ConsultationBox.js +80 -111
  13. package/dist/components/consultation/consultation_box/ConsultationBox.module.scss.js +23 -21
  14. package/dist/components/dialog/dropdown/Dropdown.js +35 -28
  15. package/dist/components/icons/spiegel_icons/Downvote.js +6 -0
  16. package/dist/components/icons/spiegel_icons/Upvote.js +6 -0
  17. package/dist/components/icons/spiegel_icons/index.js +46 -46
  18. package/dist/components/icons/stern_icons/index.js +100 -70
  19. package/dist/components/input/argument_input/ArgumentInput.js +142 -142
  20. package/dist/components/input/select/Select.js +19 -19
  21. package/dist/components/input/text_editor/TextEditor.js +135 -124
  22. package/dist/components/input/text_editor/TextEditor.module.scss.js +5 -5
  23. package/dist/components/input/text_editor/plugins/SetContentPlugin.js +13 -13
  24. package/dist/components/input/text_editor/plugins/SetRichContentPlugin.js +10 -10
  25. package/dist/components/list/paginated_list/PaginatedList.js +112 -110
  26. package/dist/components/notification/notification_menu/NotificationMenu.js +23 -22
  27. package/dist/components/proposal/proposal_box/ProposalBox.js +8 -10
  28. package/dist/components/section/section_box/SectionBox.js +10 -10
  29. package/dist/components/section/section_box/SectionBox.module.scss.js +9 -9
  30. package/dist/components/source/context_source_list/ContextSourceList.js +8 -7
  31. package/dist/components/source/context_source_list/ContextSourceList.module.scss.js +14 -12
  32. package/dist/components/source/source_list_item/SourceListItem.js +42 -28
  33. package/dist/components/source/source_list_item/SourceListItem.module.scss.js +8 -6
  34. package/dist/components/summary/summary/Summary.js +41 -63
  35. package/dist/components/summary/summary/Summary.module.scss.js +10 -6
  36. package/dist/components/summary/summary_box/SummaryBox.module.scss.js +9 -9
  37. package/dist/components/vote/vote_box/VoteBox.js +123 -145
  38. package/dist/components/vote/vote_box/VoteBox.module.scss.js +50 -50
  39. package/package.json +1 -1
  40. package/dist/assets/components/argument/argument/Argument.module-gLfNRLks.css +0 -1
  41. package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-BnTr5IaF.css +0 -1
  42. package/dist/assets/components/section/section_box/SectionBox.module-DUeUtdWr.css +0 -1
  43. package/dist/assets/components/source/context_source_list/ContextSourceList.module-D6X_0dB7.css +0 -1
  44. package/dist/assets/components/source/source_list_item/SourceListItem.module-mTxHhXPV.css +0 -1
  45. package/dist/assets/components/summary/summary/Summary.module-DjfmUlkW.css +0 -1
  46. package/dist/assets/components/summary/summary_box/SummaryBox.module-DQVkA8l7.css +0 -1
  47. package/dist/assets/components/vote/vote_box/VoteBox.module-CDrqb2SZ.css +0 -1
@@ -1,75 +1,55 @@
1
- import { jsx as t, Fragment as d, jsxs as n } from "react/jsx-runtime";
2
- import l from "classnames";
1
+ import { jsx as t, Fragment as g, jsxs as s } from "react/jsx-runtime";
2
+ import i from "classnames";
3
3
  import { useMemo as p } from "react";
4
- import { useIntl as f, FormattedMessage as a } from "react-intl";
4
+ import { useIntl as f, FormattedMessage as h } from "react-intl";
5
5
  import o from "./ConsultationBox.module.scss.js";
6
- import { useRelativeTime as _ } from "../../hooks/use_relative_time/useRelativeTime.js";
7
6
  import { useRoutes as v } from "../../data/config_provider/useRoutes.js";
8
7
  import { useResponsive as N } from "../../hooks/use_responsive/useResponsive.js";
9
- import { Link as c } from "../../action/link/Link.js";
10
- import { TranslatedContent as w } from "../../translation/translated_content/TranslatedContent.js";
11
- import { Icon as m } from "../../icons/icon/Icon.js";
8
+ import { Link as r } from "../../action/link/Link.js";
9
+ import { TranslatedContent as _ } from "../../translation/translated_content/TranslatedContent.js";
10
+ import { Tooltip as m } from "../../dialog/tooltip/Tooltip.js";
11
+ import { Icon as d } from "../../icons/icon/Icon.js";
12
12
  import { ProgressBar as x } from "../../progress/progress_bar/ProgressBar.js";
13
- const D = ({ consultation: e }) => {
14
- const u = f(), i = p(() => /* @__PURE__ */ new Date()), s = new Date(e.ends_at), g = _(s.getTime()), r = v(), { isMobile: C } = N(), h = () => s < i ? /* @__PURE__ */ t("span", { children: /* @__PURE__ */ t(
15
- a,
16
- {
17
- id: "consultation.consultation_box.consultation_ended",
18
- defaultMessage: "Consultation ended"
19
- }
20
- ) }) : /* @__PURE__ */ n(d, { children: [
21
- /* @__PURE__ */ n("span", { children: [
13
+ const P = ({ consultation: e, showVoteProgress: u = !0 }) => {
14
+ const a = f(), l = p(() => /* @__PURE__ */ new Date()), c = new Date(e.ends_at), n = v(), { isMobile: I } = N();
15
+ return /* @__PURE__ */ t(g, { children: /* @__PURE__ */ s("div", { className: o.container, children: [
16
+ /* @__PURE__ */ s("div", { className: o.consultationImageBox, children: [
22
17
  /* @__PURE__ */ t(
23
- a,
18
+ r,
24
19
  {
25
- id: "consultation.consultation_box.in_progress",
26
- defaultMessage: "Consultation in progress"
20
+ to: n.consultationShowLocation.toUrl({
21
+ consultationSlug: e.slug
22
+ }),
23
+ children: /* @__PURE__ */ t(
24
+ "img",
25
+ {
26
+ loading: "lazy",
27
+ className: o.consultationImage,
28
+ src: e.image_url,
29
+ alt: a.formatMessage({
30
+ id: "consultation.consultation_box.alt",
31
+ defaultMessage: "Presentation image for the consultation"
32
+ })
33
+ }
34
+ )
27
35
  }
28
36
  ),
29
- " ",
30
- "-",
31
- " "
37
+ e.ends_at && c < l && /* @__PURE__ */ t("div", { className: i(o.consultationTime, o.ended), children: /* @__PURE__ */ t("span", { children: /* @__PURE__ */ t(
38
+ h,
39
+ {
40
+ id: "consultation.consultation_box.consultation_ended",
41
+ defaultMessage: "Consultation ended"
42
+ }
43
+ ) }) })
32
44
  ] }),
33
- /* @__PURE__ */ t("span", { children: g })
34
- ] });
35
- return /* @__PURE__ */ t(d, { children: /* @__PURE__ */ n("div", { className: o.container, children: [
36
45
  /* @__PURE__ */ t(
37
- c,
46
+ r,
38
47
  {
39
- to: r.consultationShowLocation.toUrl({
40
- consultationSlug: e.slug
41
- }),
42
- children: /* @__PURE__ */ t(
43
- "img",
44
- {
45
- loading: "lazy",
46
- className: o.consultationImage,
47
- src: e.image_url,
48
- alt: u.formatMessage({
49
- id: "consultation.consultation_box.alt",
50
- defaultMessage: "Presentation image for the consultation"
51
- })
52
- }
53
- )
54
- }
55
- ),
56
- e.ends_at && /* @__PURE__ */ t(
57
- "div",
58
- {
59
- className: l(o.consultationTime, {
60
- [o.ended]: s < i
61
- }),
62
- children: h()
63
- }
64
- ),
65
- /* @__PURE__ */ t(
66
- c,
67
- {
68
- to: r.consultationShowLocation.toUrl({
48
+ to: n.consultationShowLocation.toUrl({
69
49
  consultationSlug: e.slug
70
50
  }),
71
51
  children: /* @__PURE__ */ t("div", { className: o.consultationTitle, children: /* @__PURE__ */ t(
72
- w,
52
+ _,
73
53
  {
74
54
  originalContent: e.title,
75
55
  originalLanguage: e.language,
@@ -80,72 +60,61 @@ const D = ({ consultation: e }) => {
80
60
  }
81
61
  ),
82
62
  /* @__PURE__ */ t(
83
- c,
63
+ r,
84
64
  {
85
- to: r.consultationShowLocation.toUrl({
65
+ to: n.consultationShowLocation.toUrl({
86
66
  consultationSlug: e.slug
87
- }),
88
- children: /* @__PURE__ */ n("div", { className: o.consultationButtonContainer, children: [
89
- e.ends_at && s < i ? /* @__PURE__ */ t("span", { children: /* @__PURE__ */ t(
90
- a,
91
- {
92
- id: "consultation.consultation_box.action_show_result",
93
- defaultMessage: "Show result"
94
- }
95
- ) }) : /* @__PURE__ */ t("span", { children: /* @__PURE__ */ t(
96
- a,
97
- {
98
- id: "consultation.consultation_box.action_consultation_participate",
99
- defaultMessage: "Participate"
100
- }
101
- ) }),
102
- /* @__PURE__ */ t(
103
- m,
104
- {
105
- name: "arrow",
106
- width: 18,
107
- height: 18,
108
- className: o.arrowIcon
109
- }
110
- )
111
- ] })
67
+ })
112
68
  }
113
69
  ),
114
- /* @__PURE__ */ n("div", { className: o.consultationInformations, children: [
115
- /* @__PURE__ */ n("div", { className: o.consultationLeft, children: [
116
- /* @__PURE__ */ n(
117
- "div",
70
+ /* @__PURE__ */ s("div", { className: o.consultationInformations, children: [
71
+ /* @__PURE__ */ s("div", { className: o.consultationLeft, children: [
72
+ /* @__PURE__ */ t(
73
+ m,
118
74
  {
119
- className: l(
120
- o.consultationGroupInformation,
121
- o.consultationGroupRight
122
- ),
123
- children: [
124
- /* @__PURE__ */ t("span", { className: o.consultationTextInformation, children: e.proposals_count }),
125
- /* @__PURE__ */ t(m, { name: "chat", width: 15, height: 20 })
126
- ]
75
+ text: a.formatMessage({
76
+ id: "info.votes_count",
77
+ defaultMessage: "Number of votes"
78
+ }),
79
+ position: "top",
80
+ children: /* @__PURE__ */ s(
81
+ "div",
82
+ {
83
+ className: i(
84
+ o.consultationGroupInformation,
85
+ o.consultationGroupRight
86
+ ),
87
+ children: [
88
+ /* @__PURE__ */ t("span", { className: o.consultationTextInformation, children: e.total_votes }),
89
+ /* @__PURE__ */ t(d, { name: "votebox", width: 15, height: 20, className: o.iconVote })
90
+ ]
91
+ }
92
+ )
127
93
  }
128
94
  ),
129
- /* @__PURE__ */ n("div", { className: o.consultationGroupInformation, children: [
130
- /* @__PURE__ */ t("span", { className: o.consultationTextInformation, children: e.total_participants }),
131
- /* @__PURE__ */ t(m, { name: "user", width: 15, height: 20 })
132
- ] })
95
+ /* @__PURE__ */ t(
96
+ m,
97
+ {
98
+ text: a.formatMessage({
99
+ id: "info.proposals_count",
100
+ defaultMessage: "Number of proposals"
101
+ }),
102
+ position: "top",
103
+ children: /* @__PURE__ */ s("div", { className: o.consultationGroupInformation, children: [
104
+ /* @__PURE__ */ t("span", { className: o.consultationTextInformation, children: e.proposals_count }),
105
+ /* @__PURE__ */ t(d, { name: "chat", width: 15, height: 20, className: o.iconChat })
106
+ ] })
107
+ }
108
+ )
133
109
  ] }),
134
- e.vote_goal > 0 && /* @__PURE__ */ t(
110
+ u && e.vote_goal > 0 && c > l && /* @__PURE__ */ t(
135
111
  "div",
136
112
  {
137
- className: l(
113
+ className: i(
138
114
  o.consultationGroupInformation,
139
115
  o.progressBarContainer
140
116
  ),
141
- children: s < i ? /* @__PURE__ */ t(
142
- a,
143
- {
144
- id: "consultation.consultation_box.stats_votes",
145
- values: { votesCount: e.total_votes },
146
- defaultMessage: "{votesCount} votes"
147
- }
148
- ) : /* @__PURE__ */ t(
117
+ children: /* @__PURE__ */ t(
149
118
  x,
150
119
  {
151
120
  className: o.progress,
@@ -162,5 +131,5 @@ const D = ({ consultation: e }) => {
162
131
  ] }) });
163
132
  };
164
133
  export {
165
- D as ConsultationBox
134
+ P as ConsultationBox
166
135
  };
@@ -1,35 +1,37 @@
1
- import '../../../assets/components/consultation/consultation_box/ConsultationBox.module-BnTr5IaF.css';const o = "_container_1k9w3_3", n = "_consultationImage_1k9w3_18", t = "_consultationTime_1k9w3_26", s = "_ended_1k9w3_36", a = "_consultationTitle_1k9w3_40", i = "_consultationButtonContainer_1k9w3_49", c = "_arrowIcon_1k9w3_61", r = "_consultationInformations_1k9w3_67", _ = "_consultationLeft_1k9w3_78", e = "_consultationGroupInformation_1k9w3_81", u = "_consultationGroupRight_1k9w3_85", l = "_progressBarContainer_1k9w3_88", w = "_progress_1k9w3_88", k = "_bar_1k9w3_102", m = "_consultationTextInformation_1k9w3_111", I = {
1
+ import '../../../assets/components/consultation/consultation_box/ConsultationBox.module-D2an6OmR.css';const o = "_container_1fmcx_3", n = "_consultationImageBox_1fmcx_18", t = "_consultationImage_1fmcx_18", c = "_consultationTime_1fmcx_31", s = "_ended_1fmcx_53", a = "_consultationTitle_1fmcx_57", i = "_iconVote_1fmcx_66", _ = "_iconChat_1fmcx_70", e = "_consultationInformations_1fmcx_94", r = "_consultationLeft_1fmcx_104", m = "_consultationGroupInformation_1fmcx_107", u = "_consultationGroupRight_1fmcx_111", l = "_progressBarContainer_1fmcx_114", f = "_progress_1fmcx_114", x = "_bar_1fmcx_128", g = "_consultationTextInformation_1fmcx_137", I = {
2
2
  container: o,
3
- consultationImage: n,
4
- consultationTime: t,
3
+ consultationImageBox: n,
4
+ consultationImage: t,
5
+ consultationTime: c,
5
6
  ended: s,
6
7
  consultationTitle: a,
7
- consultationButtonContainer: i,
8
- arrowIcon: c,
9
- consultationInformations: r,
10
- consultationLeft: _,
11
- consultationGroupInformation: e,
8
+ iconVote: i,
9
+ iconChat: _,
10
+ consultationInformations: e,
11
+ consultationLeft: r,
12
+ consultationGroupInformation: m,
12
13
  consultationGroupRight: u,
13
14
  progressBarContainer: l,
14
- progress: w,
15
- bar: k,
16
- consultationTextInformation: m
15
+ progress: f,
16
+ bar: x,
17
+ consultationTextInformation: g
17
18
  };
18
19
  export {
19
- c as arrowIcon,
20
- k as bar,
21
- i as consultationButtonContainer,
22
- e as consultationGroupInformation,
20
+ x as bar,
21
+ m as consultationGroupInformation,
23
22
  u as consultationGroupRight,
24
- n as consultationImage,
25
- r as consultationInformations,
26
- _ as consultationLeft,
27
- m as consultationTextInformation,
28
- t as consultationTime,
23
+ t as consultationImage,
24
+ n as consultationImageBox,
25
+ e as consultationInformations,
26
+ r as consultationLeft,
27
+ g as consultationTextInformation,
28
+ c as consultationTime,
29
29
  a as consultationTitle,
30
30
  o as container,
31
31
  I as default,
32
32
  s as ended,
33
- w as progress,
33
+ _ as iconChat,
34
+ i as iconVote,
35
+ f as progress,
34
36
  l as progressBarContainer
35
37
  };
@@ -1,43 +1,50 @@
1
- import { jsxs as m, jsx as c } from "react/jsx-runtime";
2
- import l from "classnames";
3
- import { useState as u, useRef as x } from "react";
4
- import v from "use-onclickoutside";
5
- import e from "./Dropdown.module.scss.js";
6
- const y = ({
7
- onClick: t,
8
- horizontalPosition: s = "left",
9
- disabled: p = !1,
10
- className: i,
11
- dropdownClassName: n,
12
- children: d
1
+ import { jsxs as w, jsx as i } from "react/jsx-runtime";
2
+ import u from "classnames";
3
+ import { useState as g, useRef as x, useEffect as E } from "react";
4
+ import t from "./Dropdown.module.scss.js";
5
+ const k = ({
6
+ onClick: s,
7
+ horizontalPosition: c = "left",
8
+ disabled: l = !1,
9
+ closeOnContentClick: m = !1,
10
+ className: d,
11
+ dropdownClassName: a,
12
+ children: f
13
13
  }) => {
14
- const [o, r] = u(!1), f = x(null), a = () => {
15
- p || (t && t(), r(!o));
14
+ const [r, o] = g(!1), n = x(null), p = () => {
15
+ l || (s && s(), o(!r));
16
16
  };
17
- return v(f, () => r(!1)), /* @__PURE__ */ m(
17
+ return E(() => {
18
+ const e = (v) => {
19
+ n.current && !n.current.contains(v.target) && o(!1);
20
+ };
21
+ return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
22
+ }, []), /* @__PURE__ */ w(
18
23
  "div",
19
24
  {
20
- ref: f,
21
- className: l(e.dropdownWrapper, { [i]: i }),
25
+ ref: n,
26
+ className: u(t.dropdownWrapper, { [d]: d }),
22
27
  children: [
23
- /* @__PURE__ */ c(
28
+ /* @__PURE__ */ i(
24
29
  "button",
25
30
  {
26
31
  type: "button",
27
- "aria-expanded": o,
28
- className: e.dropdownHeader,
29
- onClick: a,
30
- children: d[0]
32
+ "aria-expanded": r,
33
+ className: t.dropdownHeader,
34
+ onClick: p,
35
+ children: f[0]
31
36
  }
32
37
  ),
33
- o && /* @__PURE__ */ c(
38
+ r && /* @__PURE__ */ i(
34
39
  "div",
35
40
  {
36
- className: n || l(e.dropdownList, {
37
- [e[s]]: s
41
+ className: a || u(t.dropdownList, {
42
+ [t[c]]: c
38
43
  }),
39
- onClick: () => r(!1),
40
- children: d[1]
44
+ onClick: (e) => {
45
+ (m || e.target === e.currentTarget) && o(!1);
46
+ },
47
+ children: f[1]
41
48
  }
42
49
  )
43
50
  ]
@@ -45,5 +52,5 @@ const y = ({
45
52
  );
46
53
  };
47
54
  export {
48
- y as Dropdown
55
+ k as Dropdown
49
56
  };
@@ -0,0 +1,6 @@
1
+ import { jsx as L } from "react/jsx-runtime";
2
+ import "react";
3
+ const e = (C) => /* @__PURE__ */ L("svg", { viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C, children: /* @__PURE__ */ L("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.1109 48.0906C29.3616 48.0903 32.8082 44.644 32.8082 40.3933V32.697H41.2457C44.8599 32.6967 47.5856 29.4125 46.9195 25.8601L43.3121 6.61792L43.2584 6.36401C42.6504 3.76613 40.329 1.9092 37.6383 1.90894H25.0035L24.5572 1.92261C23.6651 1.97446 22.7885 2.18144 21.9674 2.53394L21.5621 2.72241L16.3023 5.35132C15.835 5.58497 15.3253 5.72136 14.8053 5.75171L14.5816 5.75757H9.71738L2.01953 5.7578V28.8484L9.71738 28.8484H15.4898L19.0963 34.2576C19.2556 34.4966 19.3594 34.7691 19.4 35.0535L21.0269 46.4382C21.1624 47.3861 21.9738 48.0904 22.9312 48.0906H25.1109ZM21.5924 32.5935C22.0001 33.2052 22.2657 33.9009 22.3697 34.6287L23.8648 45.0906H25.1109C27.7047 45.0903 29.8082 42.9872 29.8082 40.3933V29.697H41.2457C42.9815 29.6967 44.2911 28.119 43.9713 26.4128L40.3629 7.17065C40.1169 5.85969 38.9721 4.90921 37.6383 4.90894H25.0035C24.2746 4.90899 23.5549 5.07912 22.9029 5.40503L17.6441 8.03491C16.6934 8.51025 15.6446 8.75748 14.5816 8.75757H12.7174V25.8484H17.0953L21.5924 32.5935Z", fill: "black" }) });
4
+ export {
5
+ e as Downvote
6
+ };
@@ -0,0 +1,6 @@
1
+ import { jsx as L } from "react/jsx-runtime";
2
+ import "react";
3
+ const o = (C) => /* @__PURE__ */ L("svg", { viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C, children: /* @__PURE__ */ L("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.8082 9.60669C32.8082 5.35599 29.3616 1.90969 25.1109 1.90942H22.9312C21.9738 1.90957 21.1624 2.61392 21.0269 3.56177L19.4 14.9465C19.3594 15.2309 19.2556 15.5034 19.0963 15.7424L15.4898 21.1516H9.7164L2.01953 21.1516V44.2422L9.7164 44.2424H14.5816L14.8053 44.2483C15.3253 44.2786 15.835 44.415 16.3023 44.6487L21.5621 47.2776L21.9674 47.4661C22.7885 47.8186 23.6651 48.0255 24.5572 48.0774L25.0035 48.0911H37.6383C40.329 48.0908 42.6504 46.2339 43.2584 43.636L43.3121 43.3821L46.9195 24.1399C47.5856 20.5875 44.8599 17.3033 41.2457 17.303H32.8082V9.60669ZM21.5924 17.4065C22.0001 16.7948 22.2657 16.0991 22.3697 15.3713L23.8648 4.90942H25.1109C27.7047 4.90969 29.8082 7.01284 29.8082 9.60669V20.303H41.2457C42.9815 20.3033 44.2911 21.881 43.9713 23.5872L40.3629 42.8293C40.1169 44.1403 38.9721 45.0908 37.6383 45.0911H25.0035C24.2746 45.091 23.5549 44.9209 22.9029 44.595L17.6441 41.9651C16.6934 41.4897 15.6446 41.2425 14.5816 41.2424H12.7164V24.1516H17.0953L21.5924 17.4065Z", fill: "black" }) });
4
+ export {
5
+ o as Upvote
6
+ };
@@ -24,79 +24,79 @@ import { Suggestion as J } from "./Suggestion.js";
24
24
  import { Underline as W } from "./Underline.js";
25
25
  import { Votebox as Y } from "./Votebox.js";
26
26
  import { CheckCircle as _ } from "./CheckCircle.js";
27
- import { MinusCircle as oo } from "./MinusCircle.js";
28
- import { Flag as eo } from "./Flag.js";
29
- import { PauseCircle as mo } from "./PauseCircle.js";
30
- import { Alarm as xo } from "../regular_icons/Alarm.js";
31
- import { Announcement as lo } from "../regular_icons/Announcement.js";
32
- import { Arrow as no } from "../regular_icons/Arrow.js";
33
- import { Camera as Co } from "../regular_icons/Camera.js";
34
- import { Check as so } from "../regular_icons/Check.js";
35
- import { Code as ho } from "../regular_icons/Code.js";
36
- import { Community as go } from "../regular_icons/Community.js";
37
- import { Downvote as So } from "../regular_icons/Downvote.js";
38
- import { Home as Ao } from "../regular_icons/Home.js";
39
- import { Logora as Mo } from "../regular_icons/Logora.js";
40
- import { MobileMenu as Uo } from "../regular_icons/MobileMenu.js";
41
- import { Next as yo } from "../regular_icons/Next.js";
42
- import { OpenBlank as Fo } from "../regular_icons/OpenBlank.js";
43
- import { Point as Po } from "../regular_icons/Point.js";
44
- import { Refresh as qo } from "../regular_icons/Refresh.js";
45
- import { Search as Ho } from "../regular_icons/Search.js";
46
- import { Send as No } from "../regular_icons/Send.js";
47
- import { Source as To } from "../regular_icons/Source.js";
48
- import { Twitter as jo } from "../regular_icons/Twitter.js";
49
- import { Upvote as Go } from "../regular_icons/Upvote.js";
27
+ import { Downvote as oo } from "./Downvote.js";
28
+ import { MinusCircle as eo } from "./MinusCircle.js";
29
+ import { Upvote as mo } from "./Upvote.js";
30
+ import { Flag as xo } from "./Flag.js";
31
+ import { PauseCircle as lo } from "./PauseCircle.js";
32
+ import { Alarm as no } from "../regular_icons/Alarm.js";
33
+ import { Announcement as Co } from "../regular_icons/Announcement.js";
34
+ import { Arrow as so } from "../regular_icons/Arrow.js";
35
+ import { Camera as ho } from "../regular_icons/Camera.js";
36
+ import { Check as go } from "../regular_icons/Check.js";
37
+ import { Code as So } from "../regular_icons/Code.js";
38
+ import { Community as Ao } from "../regular_icons/Community.js";
39
+ import { Home as Mo } from "../regular_icons/Home.js";
40
+ import { Logora as Uo } from "../regular_icons/Logora.js";
41
+ import { MobileMenu as yo } from "../regular_icons/MobileMenu.js";
42
+ import { Next as Fo } from "../regular_icons/Next.js";
43
+ import { OpenBlank as Po } from "../regular_icons/OpenBlank.js";
44
+ import { Point as qo } from "../regular_icons/Point.js";
45
+ import { Refresh as Ho } from "../regular_icons/Refresh.js";
46
+ import { Search as No } from "../regular_icons/Search.js";
47
+ import { Send as To } from "../regular_icons/Send.js";
48
+ import { Source as jo } from "../regular_icons/Source.js";
49
+ import { Twitter as Go } from "../regular_icons/Twitter.js";
50
50
  import { User as Ko } from "../regular_icons/User.js";
51
51
  export {
52
- xo as Alarm,
53
- lo as Announcement,
54
- no as Arrow,
52
+ no as Alarm,
53
+ Co as Announcement,
54
+ so as Arrow,
55
55
  e as Blockquote,
56
56
  m as Bold,
57
- Co as Camera,
57
+ ho as Camera,
58
58
  x as Chat,
59
- so as Check,
59
+ go as Check,
60
60
  _ as CheckCircle,
61
61
  l as Checkbox,
62
62
  n as Clap,
63
63
  C as Clock,
64
64
  s as Close,
65
- ho as Code,
66
- go as Community,
65
+ So as Code,
66
+ Ao as Community,
67
67
  h as Crown,
68
- So as Downvote,
68
+ oo as Downvote,
69
69
  d as Ellipsis,
70
70
  w as ExpertBadge,
71
71
  b as Facebook,
72
- eo as Flag,
73
- Ao as Home,
72
+ xo as Flag,
73
+ Mo as Home,
74
74
  L as Italic,
75
75
  B as LightArrow,
76
76
  v as Link,
77
77
  E as Login,
78
- Mo as Logora,
78
+ Uo as Logora,
79
79
  O as Mail,
80
- oo as MinusCircle,
80
+ eo as MinusCircle,
81
81
  R as MobileClose,
82
- Uo as MobileMenu,
83
- yo as Next,
84
- Fo as OpenBlank,
82
+ yo as MobileMenu,
83
+ Fo as Next,
84
+ Po as OpenBlank,
85
85
  D as OrderedList,
86
- mo as PauseCircle,
87
- Po as Point,
86
+ lo as PauseCircle,
87
+ qo as Point,
88
88
  I as Question,
89
- qo as Refresh,
89
+ Ho as Refresh,
90
90
  Q as Reply,
91
- Ho as Search,
92
- No as Send,
91
+ No as Search,
92
+ To as Send,
93
93
  V as Share,
94
94
  z as SmallArrow,
95
- To as Source,
95
+ jo as Source,
96
96
  J as Suggestion,
97
- jo as Twitter,
97
+ Go as Twitter,
98
98
  W as Underline,
99
- Go as Upvote,
99
+ mo as Upvote,
100
100
  Ko as User,
101
101
  Y as Votebox
102
102
  };