@selfcommunity/react-theme-default 0.1.0-alpha.4 → 0.1.0-alpha.6
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/cjs/components/SCCommentObject.d.ts +8 -0
- package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
- package/lib/cjs/components/SCCommentObject.js +8 -0
- package/lib/cjs/components/SCCommentObject.js.map +1 -1
- package/lib/esm/components/SCCommentObject.d.ts +8 -0
- package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
- package/lib/esm/components/SCCommentObject.js +8 -0
- package/lib/esm/components/SCCommentObject.js.map +1 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +191 -0
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +284 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'community-icons';
|
|
3
|
+
src: url('./community/icons.eot?261q38');
|
|
4
|
+
src: url('./community/icons.eot?261q38#iefix') format('embedded-opentype'),
|
|
5
|
+
url('./community/icons.woff2?261q38') format('woff2'),
|
|
6
|
+
url('./community/icons.ttf?261q38') format('truetype'),
|
|
7
|
+
url('./community/icons.woff?261q38') format('woff'),
|
|
8
|
+
url('./community/icons.svg?261q38#icons') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: block;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.community-icons {
|
|
15
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
16
|
+
font-family: 'community-icons' !important;
|
|
17
|
+
speak: never;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-weight: normal;
|
|
20
|
+
font-variant: normal;
|
|
21
|
+
text-transform: none;
|
|
22
|
+
line-height: 1;
|
|
23
|
+
|
|
24
|
+
/* Enable Ligatures ================ */
|
|
25
|
+
letter-spacing: 0;
|
|
26
|
+
-webkit-font-feature-settings: "liga";
|
|
27
|
+
-moz-font-feature-settings: "liga=1";
|
|
28
|
+
-moz-font-feature-settings: "liga";
|
|
29
|
+
-ms-font-feature-settings: "liga" 1;
|
|
30
|
+
font-feature-settings: "liga";
|
|
31
|
+
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
32
|
+
font-variant-ligatures: discretionary-ligatures;
|
|
33
|
+
|
|
34
|
+
/* Better Font Rendering =========== */
|
|
35
|
+
-webkit-font-smoothing: antialiased;
|
|
36
|
+
-moz-osx-font-smoothing: grayscale;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.access_time:before {
|
|
40
|
+
content: "\e900";
|
|
41
|
+
}
|
|
42
|
+
.add_circle_outline:before {
|
|
43
|
+
content: "\e901";
|
|
44
|
+
}
|
|
45
|
+
.add_location_alt:before {
|
|
46
|
+
content: "\e902";
|
|
47
|
+
}
|
|
48
|
+
.add:before {
|
|
49
|
+
content: "\e903";
|
|
50
|
+
}
|
|
51
|
+
.arrow_back:before {
|
|
52
|
+
content: "\e904";
|
|
53
|
+
}
|
|
54
|
+
.attach_file:before {
|
|
55
|
+
content: "\e905";
|
|
56
|
+
}
|
|
57
|
+
.bar_chart:before {
|
|
58
|
+
content: "\e906";
|
|
59
|
+
}
|
|
60
|
+
.bookmark_added:before {
|
|
61
|
+
content: "\e907";
|
|
62
|
+
}
|
|
63
|
+
.bookmark_border:before {
|
|
64
|
+
content: "\e908";
|
|
65
|
+
}
|
|
66
|
+
.card_giftcard:before {
|
|
67
|
+
content: "\e909";
|
|
68
|
+
}
|
|
69
|
+
.card_membership:before {
|
|
70
|
+
content: "\e90a";
|
|
71
|
+
}
|
|
72
|
+
.chat_bubble_outline:before {
|
|
73
|
+
content: "\e90b";
|
|
74
|
+
}
|
|
75
|
+
.check:before {
|
|
76
|
+
content: "\e90c";
|
|
77
|
+
}
|
|
78
|
+
.chevron_left:before {
|
|
79
|
+
content: "\e90d";
|
|
80
|
+
}
|
|
81
|
+
.chevron_right:before {
|
|
82
|
+
content: "\e90e";
|
|
83
|
+
}
|
|
84
|
+
.close:before {
|
|
85
|
+
content: "\e90f";
|
|
86
|
+
}
|
|
87
|
+
.code:before {
|
|
88
|
+
content: "\e910";
|
|
89
|
+
}
|
|
90
|
+
.create:before {
|
|
91
|
+
content: "\e911";
|
|
92
|
+
}
|
|
93
|
+
.delete:before {
|
|
94
|
+
content: "\e912";
|
|
95
|
+
}
|
|
96
|
+
.download:before {
|
|
97
|
+
content: "\e913";
|
|
98
|
+
}
|
|
99
|
+
.edit:before {
|
|
100
|
+
content: "\e914";
|
|
101
|
+
}
|
|
102
|
+
.expand_less:before {
|
|
103
|
+
content: "\e915";
|
|
104
|
+
}
|
|
105
|
+
.expand_more:before {
|
|
106
|
+
content: "\e916";
|
|
107
|
+
}
|
|
108
|
+
.face:before {
|
|
109
|
+
content: "\e917";
|
|
110
|
+
}
|
|
111
|
+
.facebook_circle:before {
|
|
112
|
+
content: "\e918";
|
|
113
|
+
}
|
|
114
|
+
.fiber_manual_record:before {
|
|
115
|
+
content: "\e919";
|
|
116
|
+
}
|
|
117
|
+
.folder_open:before {
|
|
118
|
+
content: "\e91a";
|
|
119
|
+
}
|
|
120
|
+
.format_align_center:before {
|
|
121
|
+
content: "\e91b";
|
|
122
|
+
}
|
|
123
|
+
.format_align_left:before {
|
|
124
|
+
content: "\e91c";
|
|
125
|
+
}
|
|
126
|
+
.format_align_right:before {
|
|
127
|
+
content: "\e91d";
|
|
128
|
+
}
|
|
129
|
+
.format_bold:before {
|
|
130
|
+
content: "\e91e";
|
|
131
|
+
}
|
|
132
|
+
.format_clear:before {
|
|
133
|
+
content: "\e91f";
|
|
134
|
+
}
|
|
135
|
+
.format_italic:before {
|
|
136
|
+
content: "\e920";
|
|
137
|
+
}
|
|
138
|
+
.format_list_bulleted:before {
|
|
139
|
+
content: "\e921";
|
|
140
|
+
}
|
|
141
|
+
.format_list_numbered:before {
|
|
142
|
+
content: "\e922";
|
|
143
|
+
}
|
|
144
|
+
.format_quote:before {
|
|
145
|
+
content: "\e923";
|
|
146
|
+
}
|
|
147
|
+
.format_strikethrough:before {
|
|
148
|
+
content: "\e924";
|
|
149
|
+
}
|
|
150
|
+
.format_underline:before {
|
|
151
|
+
content: "\e925";
|
|
152
|
+
}
|
|
153
|
+
.help_outline:before {
|
|
154
|
+
content: "\e926";
|
|
155
|
+
}
|
|
156
|
+
.hide_image:before {
|
|
157
|
+
content: "\e927";
|
|
158
|
+
}
|
|
159
|
+
.highlight_off:before {
|
|
160
|
+
content: "\e928";
|
|
161
|
+
}
|
|
162
|
+
.highlight:before {
|
|
163
|
+
content: "\e929";
|
|
164
|
+
}
|
|
165
|
+
.image:before {
|
|
166
|
+
content: "\e92a";
|
|
167
|
+
}
|
|
168
|
+
.insert_link:before {
|
|
169
|
+
content: "\e92b";
|
|
170
|
+
}
|
|
171
|
+
.instagram_circle:before {
|
|
172
|
+
content: "\e92c";
|
|
173
|
+
}
|
|
174
|
+
.label:before {
|
|
175
|
+
content: "\e92d";
|
|
176
|
+
}
|
|
177
|
+
.link:before {
|
|
178
|
+
content: "\e92e";
|
|
179
|
+
}
|
|
180
|
+
.linkedin_circle:before {
|
|
181
|
+
content: "\e92f";
|
|
182
|
+
}
|
|
183
|
+
.list:before {
|
|
184
|
+
content: "\e930";
|
|
185
|
+
}
|
|
186
|
+
.more_circle:before {
|
|
187
|
+
content: "\e931";
|
|
188
|
+
}
|
|
189
|
+
.more_vert:before {
|
|
190
|
+
content: "\e932";
|
|
191
|
+
}
|
|
192
|
+
.movie:before {
|
|
193
|
+
content: "\e933";
|
|
194
|
+
}
|
|
195
|
+
.notifications_off:before {
|
|
196
|
+
content: "\e934";
|
|
197
|
+
}
|
|
198
|
+
.notifications:before {
|
|
199
|
+
content: "\e935";
|
|
200
|
+
}
|
|
201
|
+
.outlined_flag:before {
|
|
202
|
+
content: "\e936";
|
|
203
|
+
}
|
|
204
|
+
.people_alt:before {
|
|
205
|
+
content: "\e937";
|
|
206
|
+
}
|
|
207
|
+
.person:before {
|
|
208
|
+
content: "\e938";
|
|
209
|
+
}
|
|
210
|
+
.photo_camera:before {
|
|
211
|
+
content: "\e939";
|
|
212
|
+
}
|
|
213
|
+
.photo:before {
|
|
214
|
+
content: "\e93a";
|
|
215
|
+
}
|
|
216
|
+
.picture_as_pdf:before {
|
|
217
|
+
content: "\e93b";
|
|
218
|
+
}
|
|
219
|
+
.play_arrow:before {
|
|
220
|
+
content: "\e93c";
|
|
221
|
+
}
|
|
222
|
+
.play_circle_outline:before {
|
|
223
|
+
content: "\e93d";
|
|
224
|
+
}
|
|
225
|
+
.public:before {
|
|
226
|
+
content: "\e93e";
|
|
227
|
+
}
|
|
228
|
+
.redo:before {
|
|
229
|
+
content: "\e93f";
|
|
230
|
+
}
|
|
231
|
+
.restore_from_trash:before {
|
|
232
|
+
content: "\e940";
|
|
233
|
+
}
|
|
234
|
+
.restore:before {
|
|
235
|
+
content: "\e941";
|
|
236
|
+
}
|
|
237
|
+
.save:before {
|
|
238
|
+
content: "\e942";
|
|
239
|
+
}
|
|
240
|
+
.send:before {
|
|
241
|
+
content: "\e943";
|
|
242
|
+
}
|
|
243
|
+
.sentiment_satisfied_alt:before {
|
|
244
|
+
content: "\e944";
|
|
245
|
+
}
|
|
246
|
+
.share:before {
|
|
247
|
+
content: "\e945";
|
|
248
|
+
}
|
|
249
|
+
.thumb_up_off_alt:before {
|
|
250
|
+
content: "\e946";
|
|
251
|
+
}
|
|
252
|
+
.thumb_up:before {
|
|
253
|
+
content: "\e947";
|
|
254
|
+
}
|
|
255
|
+
.title:before {
|
|
256
|
+
content: "\e948";
|
|
257
|
+
}
|
|
258
|
+
.twitter_circle:before {
|
|
259
|
+
content: "\e949";
|
|
260
|
+
}
|
|
261
|
+
.undo:before {
|
|
262
|
+
content: "\e94a";
|
|
263
|
+
}
|
|
264
|
+
.upload:before {
|
|
265
|
+
content: "\e94b";
|
|
266
|
+
}
|
|
267
|
+
.visibility_off:before {
|
|
268
|
+
content: "\e94c";
|
|
269
|
+
}
|
|
270
|
+
.visibility:before {
|
|
271
|
+
content: "\e94d";
|
|
272
|
+
}
|
|
273
|
+
.whatsup_circle:before {
|
|
274
|
+
content: "\e94e";
|
|
275
|
+
}
|
|
276
|
+
.zoom_in:before {
|
|
277
|
+
content: "\e94f";
|
|
278
|
+
}
|
|
279
|
+
.zoom_out_map:before {
|
|
280
|
+
content: "\e950";
|
|
281
|
+
}
|
|
282
|
+
.zoom_out:before {
|
|
283
|
+
content: "\e951";
|
|
284
|
+
}
|