@selfcommunity/react-theme-default 0.1.0-alpha.160 → 0.1.0-alpha.161

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 (108) hide show
  1. package/lib/cjs/components/SCBaseItem.d.ts +17 -1
  2. package/lib/cjs/components/SCBaseItem.d.ts.map +1 -1
  3. package/lib/cjs/components/SCBaseItem.js +17 -1
  4. package/lib/cjs/components/SCBaseItem.js.map +1 -1
  5. package/lib/cjs/components/SCBaseItemButton.d.ts +15 -6
  6. package/lib/cjs/components/SCBaseItemButton.d.ts.map +1 -1
  7. package/lib/cjs/components/SCBaseItemButton.js +15 -6
  8. package/lib/cjs/components/SCBaseItemButton.js.map +1 -1
  9. package/lib/cjs/components/SCCategory.d.ts +0 -7
  10. package/lib/cjs/components/SCCategory.d.ts.map +1 -1
  11. package/lib/cjs/components/SCCategory.js +0 -7
  12. package/lib/cjs/components/SCCategory.js.map +1 -1
  13. package/lib/cjs/components/SCFeedObject.d.ts +3 -0
  14. package/lib/cjs/components/SCFeedObject.d.ts.map +1 -1
  15. package/lib/cjs/components/SCFeedObject.js +3 -0
  16. package/lib/cjs/components/SCFeedObject.js.map +1 -1
  17. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts +0 -1
  18. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -1
  19. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js +0 -1
  20. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js.map +1 -1
  21. package/lib/cjs/components/SCNavigationToolbar.d.ts +6 -4
  22. package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -1
  23. package/lib/cjs/components/SCNavigationToolbar.js +10 -8
  24. package/lib/cjs/components/SCNavigationToolbar.js.map +1 -1
  25. package/lib/cjs/components/SCPollObject.d.ts +30 -10
  26. package/lib/cjs/components/SCPollObject.d.ts.map +1 -1
  27. package/lib/cjs/components/SCPollObject.js +35 -12
  28. package/lib/cjs/components/SCPollObject.js.map +1 -1
  29. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +0 -1
  30. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
  31. package/lib/cjs/components/SCPrivateMessageThreadItem.js +1 -2
  32. package/lib/cjs/components/SCPrivateMessageThreadItem.js.map +1 -1
  33. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +1 -0
  34. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts.map +1 -1
  35. package/lib/cjs/components/SCPrizeItemSkeleton.js +2 -1
  36. package/lib/cjs/components/SCPrizeItemSkeleton.js.map +1 -1
  37. package/lib/cjs/components/SCUser.d.ts +0 -7
  38. package/lib/cjs/components/SCUser.d.ts.map +1 -1
  39. package/lib/cjs/components/SCUser.js +0 -7
  40. package/lib/cjs/components/SCUser.js.map +1 -1
  41. package/lib/cjs/fonts/community/icons.eot +0 -0
  42. package/lib/cjs/fonts/community/icons.svg +104 -102
  43. package/lib/cjs/fonts/community/icons.ttf +0 -0
  44. package/lib/cjs/fonts/community/icons.woff +0 -0
  45. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  46. package/lib/cjs/fonts/community-icons.css +124 -121
  47. package/lib/cjs/index.d.ts +74 -37
  48. package/lib/cjs/index.d.ts.map +1 -1
  49. package/lib/cjs/index.js +3 -1
  50. package/lib/cjs/index.js.map +1 -1
  51. package/lib/esm/components/SCBaseItem.d.ts +17 -1
  52. package/lib/esm/components/SCBaseItem.d.ts.map +1 -1
  53. package/lib/esm/components/SCBaseItem.js +17 -1
  54. package/lib/esm/components/SCBaseItem.js.map +1 -1
  55. package/lib/esm/components/SCBaseItemButton.d.ts +15 -6
  56. package/lib/esm/components/SCBaseItemButton.d.ts.map +1 -1
  57. package/lib/esm/components/SCBaseItemButton.js +15 -6
  58. package/lib/esm/components/SCBaseItemButton.js.map +1 -1
  59. package/lib/esm/components/SCCategory.d.ts +0 -7
  60. package/lib/esm/components/SCCategory.d.ts.map +1 -1
  61. package/lib/esm/components/SCCategory.js +0 -7
  62. package/lib/esm/components/SCCategory.js.map +1 -1
  63. package/lib/esm/components/SCFeedObject.d.ts +3 -0
  64. package/lib/esm/components/SCFeedObject.d.ts.map +1 -1
  65. package/lib/esm/components/SCFeedObject.js +3 -0
  66. package/lib/esm/components/SCFeedObject.js.map +1 -1
  67. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts +0 -1
  68. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -1
  69. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js +0 -1
  70. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js.map +1 -1
  71. package/lib/esm/components/SCNavigationToolbar.d.ts +6 -4
  72. package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -1
  73. package/lib/esm/components/SCNavigationToolbar.js +10 -8
  74. package/lib/esm/components/SCNavigationToolbar.js.map +1 -1
  75. package/lib/esm/components/SCPollObject.d.ts +30 -10
  76. package/lib/esm/components/SCPollObject.d.ts.map +1 -1
  77. package/lib/esm/components/SCPollObject.js +35 -12
  78. package/lib/esm/components/SCPollObject.js.map +1 -1
  79. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +0 -1
  80. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
  81. package/lib/esm/components/SCPrivateMessageThreadItem.js +1 -2
  82. package/lib/esm/components/SCPrivateMessageThreadItem.js.map +1 -1
  83. package/lib/esm/components/SCPrizeItemSkeleton.d.ts +1 -0
  84. package/lib/esm/components/SCPrizeItemSkeleton.d.ts.map +1 -1
  85. package/lib/esm/components/SCPrizeItemSkeleton.js +2 -1
  86. package/lib/esm/components/SCPrizeItemSkeleton.js.map +1 -1
  87. package/lib/esm/components/SCUser.d.ts +0 -7
  88. package/lib/esm/components/SCUser.d.ts.map +1 -1
  89. package/lib/esm/components/SCUser.js +0 -7
  90. package/lib/esm/components/SCUser.js.map +1 -1
  91. package/lib/esm/fonts/community/icons.eot +0 -0
  92. package/lib/esm/fonts/community/icons.svg +104 -102
  93. package/lib/esm/fonts/community/icons.ttf +0 -0
  94. package/lib/esm/fonts/community/icons.woff +0 -0
  95. package/lib/esm/fonts/community/icons.woff2 +0 -0
  96. package/lib/esm/fonts/community-icons.css +124 -121
  97. package/lib/esm/index.d.ts +74 -37
  98. package/lib/esm/index.d.ts.map +1 -1
  99. package/lib/esm/index.js +3 -1
  100. package/lib/esm/index.js.map +1 -1
  101. package/lib/umd/community/icons.eot +0 -0
  102. package/lib/umd/community/icons.svg +104 -102
  103. package/lib/umd/community/icons.ttf +0 -0
  104. package/lib/umd/community/icons.woff +0 -0
  105. package/lib/umd/community/icons.woff2 +0 -0
  106. package/lib/umd/react-theme-default.js +2 -2
  107. package/lib/umd/react-theme-default.js.map +1 -1
  108. package/package.json +4 -4
Binary file
Binary file
Binary file
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: 'community-icons';
3
- src: url('./community/icons.eot?xgaocv');
4
- src: url('./community/icons.eot?xgaocv#iefix') format('embedded-opentype'),
5
- url('./community/icons.woff2?xgaocv') format('woff2'),
6
- url('./community/icons.ttf?xgaocv') format('truetype'),
7
- url('./community/icons.woff?xgaocv') format('woff'),
8
- url('./community/icons.svg?xgaocv#community') format('svg');
3
+ src: url('./community/icons.eot?3aoca8');
4
+ src: url('./community/icons.eot?3aoca8#iefix') format('embedded-opentype'),
5
+ url('./community/icons.woff2?3aoca8') format('woff2'),
6
+ url('./community/icons.ttf?3aoca8') format('truetype'),
7
+ url('./community/icons.woff?3aoca8') format('woff'),
8
+ url('./community/icons.svg?3aoca8#community') format('svg');
9
9
  font-weight: normal;
10
10
  font-style: normal;
11
11
  font-display: block;
@@ -36,45 +36,6 @@
36
36
  -moz-osx-font-smoothing: grayscale;
37
37
  }
38
38
 
39
- .icon-CalendarIcon:before {
40
- content: "\e904";
41
- }
42
- .icon-format_align_justify:before {
43
- content: "\e90f";
44
- }
45
- .icon-format_heading_1:before {
46
- content: "\e917";
47
- }
48
- .icon-format_heading_2:before {
49
- content: "\e918";
50
- }
51
- .icon-format_heading_3:before {
52
- content: "\e958";
53
- }
54
- .icon-format_horizontal_rule:before {
55
- content: "\e959";
56
- }
57
- .icon-format_paragraph:before {
58
- content: "\e95a";
59
- }
60
- .icon-format_subscript:before {
61
- content: "\e95b";
62
- }
63
- .icon-format_superscript:before {
64
- content: "\e95c";
65
- }
66
- .icon-close:before {
67
- content: "\e95d";
68
- }
69
- .icon-expand_less:before {
70
- content: "\e95e";
71
- }
72
- .icon-expand_more:before {
73
- content: "\e95f";
74
- }
75
- .icon-arrow_back:before {
76
- content: "\e960";
77
- }
78
39
  .icon-access_time:before {
79
40
  content: "\e900";
80
41
  }
@@ -87,6 +48,9 @@
87
48
  .icon-add:before {
88
49
  content: "\e903";
89
50
  }
51
+ .icon-arrow_back:before {
52
+ content: "\e904";
53
+ }
90
54
  .icon-attach_file:before {
91
55
  content: "\e905";
92
56
  }
@@ -99,231 +63,270 @@
99
63
  .icon-bookmark_border:before {
100
64
  content: "\e908";
101
65
  }
102
- .icon-card_giftcard:before {
66
+ .icon-CalendarIcon:before {
103
67
  content: "\e909";
104
68
  }
105
- .icon-card_membership:before {
69
+ .icon-card_giftcard:before {
106
70
  content: "\e90a";
107
71
  }
108
- .icon-chat_bubble_outline:before {
72
+ .icon-card_membership:before {
109
73
  content: "\e90b";
110
74
  }
111
- .icon-check:before {
75
+ .icon-chat_bubble_outline:before {
112
76
  content: "\e90c";
113
77
  }
114
- .icon-chevron_left:before {
78
+ .icon-check:before {
115
79
  content: "\e90d";
116
80
  }
117
- .icon-chevron_right:before {
81
+ .icon-chevron_left:before {
118
82
  content: "\e90e";
119
83
  }
120
- .icon-code:before {
84
+ .icon-chevron_right:before {
85
+ content: "\e90f";
86
+ }
87
+ .icon-close:before {
121
88
  content: "\e910";
122
89
  }
123
- .icon-create:before {
90
+ .icon-code:before {
124
91
  content: "\e911";
125
92
  }
126
- .icon-delete:before {
93
+ .icon-create:before {
127
94
  content: "\e912";
128
95
  }
129
- .icon-download:before {
96
+ .icon-delete:before {
130
97
  content: "\e913";
131
98
  }
132
- .icon-edit:before {
99
+ .icon-download:before {
133
100
  content: "\e914";
134
101
  }
135
- .icon-email:before {
102
+ .icon-edit:before {
136
103
  content: "\e915";
137
104
  }
138
- .icon-error:before {
105
+ .icon-email:before {
139
106
  content: "\e916";
140
107
  }
141
- .icon-explore:before {
108
+ .icon-error:before {
109
+ content: "\e917";
110
+ }
111
+ .icon-expand_less:before {
112
+ content: "\e918";
113
+ }
114
+ .icon-expand_more:before {
142
115
  content: "\e919";
143
116
  }
144
- .icon-face:before {
117
+ .icon-explore:before {
145
118
  content: "\e91a";
146
119
  }
147
- .icon-facebook:before {
120
+ .icon-face:before {
148
121
  content: "\e91b";
149
122
  }
150
- .icon-fiber_manual_record:before {
123
+ .icon-facebook:before {
151
124
  content: "\e91c";
152
125
  }
153
- .icon-folder_open:before {
126
+ .icon-fiber_manual_record:before {
154
127
  content: "\e91d";
155
128
  }
156
- .icon-format_align_center:before {
129
+ .icon-folder_open:before {
157
130
  content: "\e91e";
158
131
  }
159
- .icon-format_align_left:before {
132
+ .icon-format_align_center:before {
160
133
  content: "\e91f";
161
134
  }
162
- .icon-format_align_right:before {
135
+ .icon-format_align_justify:before {
163
136
  content: "\e920";
164
137
  }
165
- .icon-format_bold:before {
138
+ .icon-format_align_left:before {
166
139
  content: "\e921";
167
140
  }
168
- .icon-format_clear:before {
141
+ .icon-format_align_right:before {
169
142
  content: "\e922";
170
143
  }
171
- .icon-format_italic:before {
144
+ .icon-format_bold:before {
172
145
  content: "\e923";
173
146
  }
174
- .icon-format_list_bulleted:before {
147
+ .icon-format_clear:before {
175
148
  content: "\e924";
176
149
  }
177
- .icon-format_list_numbered:before {
150
+ .icon-format_heading_1:before {
178
151
  content: "\e925";
179
152
  }
180
- .icon-format_quote:before {
153
+ .icon-format_heading_2:before {
181
154
  content: "\e926";
182
155
  }
183
- .icon-format_strikethrough:before {
156
+ .icon-format_heading_3:before {
184
157
  content: "\e927";
185
158
  }
186
- .icon-format_underline:before {
159
+ .icon-format_horizontal_rule:before {
187
160
  content: "\e928";
188
161
  }
189
- .icon-help_outline:before {
162
+ .icon-format_italic:before {
190
163
  content: "\e929";
191
164
  }
192
- .icon-hide_image:before {
165
+ .icon-format_list_bulleted:before {
193
166
  content: "\e92a";
194
167
  }
195
- .icon-highlight_off:before {
168
+ .icon-format_list_numbered:before {
196
169
  content: "\e92b";
197
170
  }
198
- .icon-highlight:before {
171
+ .icon-format_paragraph:before {
199
172
  content: "\e92c";
200
173
  }
201
- .icon-home:before {
174
+ .icon-format_quote:before {
202
175
  content: "\e92d";
203
176
  }
204
- .icon-image:before {
177
+ .icon-format_strikethrough:before {
205
178
  content: "\e92e";
206
179
  }
207
- .icon-info:before {
180
+ .icon-format_subscript:before {
208
181
  content: "\e92f";
209
182
  }
210
- .icon-insert_link:before {
183
+ .icon-format_superscript:before {
211
184
  content: "\e930";
212
185
  }
213
- .icon-instagram:before {
186
+ .icon-format_underline:before {
214
187
  content: "\e931";
215
188
  }
216
- .icon-label:before {
189
+ .icon-google_circle:before {
217
190
  content: "\e932";
218
191
  }
219
- .icon-link:before {
192
+ .icon-help_outline:before {
220
193
  content: "\e933";
221
194
  }
222
- .icon-linkedin:before {
195
+ .icon-hide_image:before {
223
196
  content: "\e934";
224
197
  }
225
- .icon-list:before {
198
+ .icon-highlight_off:before {
226
199
  content: "\e935";
227
200
  }
228
- .icon-more_circle:before {
201
+ .icon-highlight:before {
229
202
  content: "\e936";
230
203
  }
231
- .icon-more_vert:before {
204
+ .icon-home:before {
232
205
  content: "\e937";
233
206
  }
234
- .icon-movie:before {
207
+ .icon-image:before {
235
208
  content: "\e938";
236
209
  }
237
- .icon-notifications_active:before {
210
+ .icon-info:before {
238
211
  content: "\e939";
239
212
  }
240
- .icon-notifications_off:before {
213
+ .icon-insert_link:before {
241
214
  content: "\e93a";
242
215
  }
243
- .icon-outlined_flag:before {
216
+ .icon-instagram:before {
244
217
  content: "\e93b";
245
218
  }
246
- .icon-people_alt:before {
219
+ .icon-label:before {
247
220
  content: "\e93c";
248
221
  }
249
- .icon-person:before {
222
+ .icon-link:before {
250
223
  content: "\e93d";
251
224
  }
252
- .icon-photo_camera:before {
225
+ .icon-linkedin:before {
253
226
  content: "\e93e";
254
227
  }
255
- .icon-photo:before {
228
+ .icon-list:before {
256
229
  content: "\e93f";
257
230
  }
258
- .icon-picture_as_pdf:before {
231
+ .icon-more_circle:before {
259
232
  content: "\e940";
260
233
  }
261
- .icon-play_arrow:before {
234
+ .icon-more_vert:before {
262
235
  content: "\e941";
263
236
  }
264
- .icon-play_circle_outline:before {
237
+ .icon-movie:before {
265
238
  content: "\e942";
266
239
  }
267
- .icon-public:before {
240
+ .icon-notifications_active:before {
268
241
  content: "\e943";
269
242
  }
270
- .icon-redo:before {
243
+ .icon-notifications_off:before {
271
244
  content: "\e944";
272
245
  }
273
- .icon-restore_from_trash:before {
246
+ .icon-outlined_flag:before {
274
247
  content: "\e945";
275
248
  }
276
- .icon-restore:before {
249
+ .icon-people_alt:before {
277
250
  content: "\e946";
278
251
  }
279
- .icon-save:before {
252
+ .icon-person:before {
280
253
  content: "\e947";
281
254
  }
282
- .icon-search:before {
255
+ .icon-photo_camera:before {
283
256
  content: "\e948";
284
257
  }
285
- .icon-send:before {
258
+ .icon-photo:before {
286
259
  content: "\e949";
287
260
  }
288
- .icon-sentiment_satisfied_alt:before {
261
+ .icon-picture_as_pdf:before {
289
262
  content: "\e94a";
290
263
  }
291
- .icon-share:before {
264
+ .icon-play_arrow:before {
292
265
  content: "\e94b";
293
266
  }
294
- .icon-thumb_up_off_alt:before {
267
+ .icon-play_circle_outline:before {
295
268
  content: "\e94c";
296
269
  }
297
- .icon-thumb_up:before {
270
+ .icon-public:before {
298
271
  content: "\e94d";
299
272
  }
300
- .icon-title:before {
273
+ .icon-redo:before {
301
274
  content: "\e94e";
302
275
  }
303
- .icon-twitter:before {
276
+ .icon-restore_from_trash:before {
304
277
  content: "\e94f";
305
278
  }
306
- .icon-undo:before {
279
+ .icon-restore:before {
307
280
  content: "\e950";
308
281
  }
309
- .icon-upload:before {
282
+ .icon-save:before {
310
283
  content: "\e951";
311
284
  }
312
- .icon-visibility_off:before {
285
+ .icon-search:before {
313
286
  content: "\e952";
314
287
  }
315
- .icon-visibility:before {
288
+ .icon-send:before {
316
289
  content: "\e953";
317
290
  }
318
- .icon-whatsup:before {
291
+ .icon-sentiment_satisfied_alt:before {
319
292
  content: "\e954";
320
293
  }
321
- .icon-zoom_in:before {
294
+ .icon-share:before {
322
295
  content: "\e955";
323
296
  }
324
- .icon-zoom_out_map:before {
297
+ .icon-thumb_up_off_alt:before {
325
298
  content: "\e956";
326
299
  }
327
- .icon-zoom_out:before {
300
+ .icon-thumb_up:before {
328
301
  content: "\e957";
329
302
  }
303
+ .icon-title:before {
304
+ content: "\e958";
305
+ }
306
+ .icon-twitter_circle:before {
307
+ content: "\e959";
308
+ }
309
+ .icon-undo:before {
310
+ content: "\e95a";
311
+ }
312
+ .icon-upload:before {
313
+ content: "\e95b";
314
+ }
315
+ .icon-visibility_off:before {
316
+ content: "\e95c";
317
+ }
318
+ .icon-visibility:before {
319
+ content: "\e95d";
320
+ }
321
+ .icon-whatsup_circle:before {
322
+ content: "\e95e";
323
+ }
324
+ .icon-zoom_in:before {
325
+ content: "\e95f";
326
+ }
327
+ .icon-zoom_out_map:before {
328
+ content: "\e960";
329
+ }
330
+ .icon-zoom_out:before {
331
+ content: "\e961";
332
+ }
@@ -328,9 +328,25 @@ declare const theme: {
328
328
  color: any;
329
329
  };
330
330
  '& .SCBaseItem-secondary': {
331
+ color: any;
332
+ };
333
+ '& .SCBaseItem-primary, & .SCBaseItem-secondary': {
334
+ whiteSpace: string;
331
335
  overflow: string;
332
336
  textOverflow: string;
333
- color: any;
337
+ display: string;
338
+ };
339
+ '&.SCBaseItem-with-actions': {
340
+ '& .SCBaseItem-text < *': {
341
+ maxWidth: string;
342
+ };
343
+ '& .SCBaseItem-actions': {
344
+ position: string;
345
+ right: any;
346
+ top: string;
347
+ transform: string;
348
+ maxWidth: any;
349
+ };
334
350
  };
335
351
  };
336
352
  };
@@ -376,16 +392,25 @@ declare const theme: {
376
392
  color: any;
377
393
  };
378
394
  '& .SCBaseItemButton-secondary': {
395
+ color: any;
396
+ };
397
+ '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
379
398
  whiteSpace: string;
380
399
  overflow: string;
381
400
  textOverflow: string;
382
- color: any;
401
+ display: string;
383
402
  };
384
- '& .SCBaseItemButton-actions': {
385
- position: string;
386
- right: any;
387
- top: string;
388
- transform: string;
403
+ '&.SCBaseItemButton-with-actions': {
404
+ '& .SCBaseItemButton-text > *': {
405
+ maxWidth: string;
406
+ };
407
+ '& .SCBaseItemButton-actions': {
408
+ position: string;
409
+ right: any;
410
+ top: string;
411
+ transform: string;
412
+ maxWidth: any;
413
+ };
389
414
  };
390
415
  };
391
416
  };
@@ -483,13 +508,6 @@ declare const theme: {
483
508
  borderRadius: any;
484
509
  };
485
510
  };
486
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
487
- whiteSpace: string;
488
- overflow: string;
489
- textOverflow: string;
490
- display: string;
491
- width: string;
492
- };
493
511
  '& .SCBaseItemButton-primary': {
494
512
  fontWeight: any;
495
513
  };
@@ -1934,6 +1952,9 @@ declare const theme: {
1934
1952
  };
1935
1953
  '& .SCFeedObject-actions-section': {
1936
1954
  marginBottom: any;
1955
+ '&:last-of-type': {
1956
+ marginBottom: number;
1957
+ };
1937
1958
  '& .SCFeedObjectActions-root': {
1938
1959
  margin: number;
1939
1960
  padding: any;
@@ -2808,7 +2829,6 @@ declare const theme: {
2808
2829
  fontWeight: any;
2809
2830
  textAlign: string;
2810
2831
  '& .MuiButtonBase-root': {
2811
- padding: number;
2812
2832
  marginLeft: any;
2813
2833
  };
2814
2834
  };
@@ -2886,7 +2906,6 @@ declare const theme: {
2886
2906
  padding: any;
2887
2907
  '& .SCNavigationToolbar-navigation': {
2888
2908
  '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
2889
- padding: any;
2890
2909
  margin: any;
2891
2910
  };
2892
2911
  };
@@ -2907,7 +2926,10 @@ declare const theme: {
2907
2926
  textAlign: string;
2908
2927
  alignSelf: string;
2909
2928
  '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
2910
- padding: any;
2929
+ paddingTop: number;
2930
+ paddingLeft: any;
2931
+ paddingRight: any;
2932
+ paddingBottom: number;
2911
2933
  margin: any;
2912
2934
  color: any;
2913
2935
  borderRadius: number;
@@ -2937,8 +2959,8 @@ declare const theme: {
2937
2959
  height: any;
2938
2960
  };
2939
2961
  '& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
2940
- paddingTop: any;
2941
- paddingBottom: any;
2962
+ paddingTop: number;
2963
+ paddingBottom: number;
2942
2964
  borderRadius: number;
2943
2965
  borderBottom: string;
2944
2966
  color: any;
@@ -3106,34 +3128,54 @@ declare const theme: {
3106
3128
  SCPollObject: {
3107
3129
  styleOverrides: {
3108
3130
  root: ({ theme }: any) => {
3131
+ marginTop: any;
3132
+ marginBottom: any;
3133
+ borderTop: string;
3134
+ borderBottom: string;
3135
+ boxShadow: string;
3109
3136
  borderRadius: number;
3110
3137
  '& .MuiButton-root': {
3111
3138
  '&:focus:not(:focus-visible)': {
3112
- backgroundColor: string;
3113
- borderWidth: string;
3114
- borderColor: any;
3115
- };
3116
- '&:hover': {
3117
- borderWidth: string;
3139
+ borderColor: string;
3118
3140
  };
3119
3141
  };
3120
3142
  '& .MuiCardHeader-root': {
3121
- maxHeight: string;
3143
+ textAlign: string;
3122
3144
  padding: any;
3123
- '& .SCPollObject-toggleButton': {
3145
+ '& .SCPollObject-toggle-button': {
3124
3146
  fontSize: string;
3125
3147
  textTransform: string;
3126
3148
  '& .MuiButton-endIcon': {
3127
3149
  display: string;
3128
3150
  };
3151
+ '& .SCPollObject-expand-icon': {
3152
+ marginBottom: number;
3153
+ marginLeft: number;
3154
+ transition: any;
3155
+ };
3156
+ '& .SCPollObject-collapsed-icon': {
3157
+ transform: string;
3158
+ };
3129
3159
  };
3130
3160
  };
3131
3161
  '& .SCPollObject-title': {
3162
+ textAlign: string;
3132
3163
  color: any;
3133
- marginBottom: number;
3164
+ marginBottom: any;
3134
3165
  fontWeight: any;
3135
3166
  };
3167
+ '& .SCPollObject-voters, & .SCPollObject-votes': {
3168
+ display: string;
3169
+ margin: any;
3170
+ alignItems: string;
3171
+ justifyContent: string;
3172
+ '& .MuiIcon-root': {
3173
+ width: string;
3174
+ marginRight: any;
3175
+ };
3176
+ };
3136
3177
  '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
3178
+ textAlign: string;
3137
3179
  color: any;
3138
3180
  marginBottom: any;
3139
3181
  fontWeight: any;
@@ -3146,7 +3188,7 @@ declare const theme: {
3146
3188
  '& ul': {
3147
3189
  padding: any;
3148
3190
  marginBottom: any;
3149
- backgroundColor: any;
3191
+ backgroundColor: string;
3150
3192
  borderRadius: any;
3151
3193
  '& li': {
3152
3194
  padding: number;
@@ -3397,13 +3439,6 @@ declare const theme: {
3397
3439
  top: string;
3398
3440
  right: string;
3399
3441
  };
3400
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
3401
- whiteSpace: string;
3402
- overflow: string;
3403
- textOverflow: string;
3404
- display: string;
3405
- width: string;
3406
- };
3407
3442
  '& .SCBaseItemButton-primary': {
3408
3443
  fontWeight: any;
3409
3444
  };
@@ -3964,7 +3999,6 @@ declare const theme: {
3964
3999
  minHeight: any;
3965
4000
  display: string;
3966
4001
  alignItems: string;
3967
- maxWidth: string;
3968
4002
  '& .MuiTypography-root': {
3969
4003
  fontSize: string;
3970
4004
  whiteSpace: string;
@@ -4326,6 +4360,7 @@ declare const theme: {
4326
4360
  justifyContent: string;
4327
4361
  alignItems: string;
4328
4362
  marginTop: any;
4363
+ paddingBottom: any;
4329
4364
  };
4330
4365
  };
4331
4366
  '& .MuiCardActions-root': {
@@ -4346,7 +4381,9 @@ declare const theme: {
4346
4381
  };
4347
4382
  category: {
4348
4383
  icon: {
4384
+ sizeSmall: number;
4349
4385
  sizeMedium: number;
4386
+ sizeLarge: number;
4350
4387
  };
4351
4388
  };
4352
4389
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KV,CAAC;AACF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KV,CAAC;AACF,eAAe,KAAK,CAAC"}