@openeventkit/event-site 2.0.37 → 2.0.39

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.37",
4
+ "version": "2.0.39",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -120,7 +120,7 @@
120
120
  "summit-registration-lite": "5.0.4",
121
121
  "superagent": "8.0.9",
122
122
  "sweetalert2": "^9.17.0",
123
- "upcoming-events-widget": "3.0.2",
123
+ "upcoming-events-widget": "3.0.4",
124
124
  "urijs": "^1.19.2",
125
125
  "use-fit-text": "^2.4.0",
126
126
  "uuid": "^7.0.0",
@@ -377,6 +377,10 @@ div.event-feedback-container {
377
377
  padding: 0 15px;
378
378
  }
379
379
 
380
+ #disqus-title {
381
+ color: var(--color_text_dark);
382
+ }
383
+
380
384
  .disqus-container-lobby {
381
385
  border: 1px solid var(--color_input_border_color);
382
386
  display: flex;
@@ -387,9 +391,6 @@ div.event-feedback-container {
387
391
  border-bottom: 1px solid var(--color_input_border_color);
388
392
  padding: 0 15px;
389
393
  position: relative;
390
- #disqus-title {
391
- color: var(--color_text_dark);
392
- }
393
394
  /*
394
395
  Show Skip to next section link when focused
395
396
  */