@openeventkit/event-site 2.0.26 → 2.0.27

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.26",
4
+ "version": "2.0.27",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -42,7 +42,7 @@
42
42
  "font-awesome": "^4.7.0",
43
43
  "formik": "^2.2.9",
44
44
  "fs-extra": "^9.0.1",
45
- "full-schedule-widget": "3.0.0",
45
+ "full-schedule-widget": "3.0.1",
46
46
  "gatsby": "^5.8.1",
47
47
  "gatsby-alias-imports": "^1.0.6",
48
48
  "gatsby-plugin-image": "^3.8.0",
@@ -107,7 +107,7 @@
107
107
  "redux-thunk": "^2.4.1",
108
108
  "sanitize-html": "^2.7.0",
109
109
  "sass": "^1.49.9",
110
- "schedule-filter-widget": "3.0.0",
110
+ "schedule-filter-widget": "3.0.1",
111
111
  "simple-chat-widget": "^1.0.31",
112
112
  "simple-oauth2": "^4.1.0",
113
113
  "slick-carousel": "^1.8.1",
@@ -1 +1,17 @@
1
- {"widgets":{"chat":{"showQA":false,"showHelp":false,"defaultScope":"page"},"schedule":{"allowClick":true}},"favicons":{"favicon180":"/img/favicon.png","favicon32":"/img/favicon.png","favicon16":"/img/favicon.png"},"staticJsonFilesBuildTime":[{"file":"src/data/summit.json","build_time":1692024846709},{"file":"src/data/events.json","build_time":1692024849408},{"file":"src/data/events.idx.json","build_time":1692024849410},{"file":"src/data/speakers.json","build_time":1692024850245},{"file":"src/data/speakers.idx.json","build_time":1692024850245},{"file":"src/content/sponsors.json","build_time":1692024853691},{"file":"src/data/voteable-presentations.json","build_time":1692024855815}],"lastBuild":1692024855817}
1
+ {
2
+ "widgets": {
3
+ "chat": {
4
+ "showQA": false,
5
+ "showHelp": false,
6
+ "defaultScope": "page"
7
+ },
8
+ "schedule": {
9
+ "allowClick": true
10
+ }
11
+ },
12
+ "favicons": {
13
+ "favicon180": "/img/favicon.png",
14
+ "favicon32": "/img/favicon.png",
15
+ "favicon16": "/img/favicon.png"
16
+ }
17
+ }
@@ -19,6 +19,8 @@ $color_input_border_color_light:#dbdbdb;
19
19
  $color_input_text_color_dark: #FFFFFF;
20
20
  $color_input_background_color_dark:rgb(24, 26, 27);
21
21
  $color_input_border_color_dark:rgb(58, 63, 65);
22
+ $color_horizontal_rule_dark: #7B7B7B;
23
+ $color_horizontal_rule_light: #E5E5E5;
22
24
 
23
25
  :root {
24
26
  --color_primary: #{$color_primary};
@@ -38,6 +40,7 @@ $color_input_border_color_dark:rgb(58, 63, 65);
38
40
  --color_input_background_color: #{$color_input_background_color_light};
39
41
  --color_input_border_color: #{$color_input_border_color_light};
40
42
  --color_text_input_hints: #{$color_input_text_color_light};
43
+ --color_horizontal_rule: #{$color_horizontal_rule_light};
41
44
  }
42
45
 
43
46
  html[data-theme="DARK"] {
@@ -53,4 +56,5 @@ html[data-theme="DARK"] {
53
56
  --color_input_background_color: #{$color_input_background_color_dark} !important;
54
57
  --color_input_border_color: #{$color_input_border_color_dark} !important;
55
58
  --color_text_input_hints: #{$color_input_text_color_dark} !important;
59
+ --color_horizontal_rule: #{$color_horizontal_rule_dark};
56
60
  }
@@ -1,3 +1,5 @@
1
+ $font-family: 'Nunito Sans', sans-serif;
2
+
1
3
  %font-regular {
2
4
  font-family: 'Nunito Sans', sans-serif;
3
5
  font-weight: 400;
@@ -13,12 +13,12 @@
13
13
  background-color: var(--color_secondary_contrast);
14
14
  align-items: center;
15
15
  border: none;
16
- color: #fff;
16
+ color: var(--color_text_dark);
17
17
  height: 5rem;
18
18
  width: 15rem;
19
19
 
20
20
  i {
21
- color: #fff;
21
+ color: var(--color_text_dark);
22
22
  height: 1em;
23
23
  width: 2.5em;
24
24
  margin-right: auto;
@@ -60,7 +60,7 @@
60
60
  .button {
61
61
  width: 100%;
62
62
  background-color: var(--color_secondary);
63
- color: var(--color_text_light);
63
+ color: var(--color_text_dark);
64
64
  border: 0px;
65
65
  margin-bottom: 2em;
66
66
  }
@@ -1,9 +1,10 @@
1
1
  @import './colors.scss';
2
2
  @import './global-classes';
3
+ @import "./fonts.scss";
3
4
 
4
5
  html,
5
6
  body {
6
- font-family: "Nunito Sans", sans-serif !important;
7
+ font-family: $font-family !important;
7
8
  @extend %body_base;
8
9
  }
9
10
 
@@ -140,7 +141,7 @@ div.content {
140
141
  div.title {
141
142
  font-weight: 700 !important;
142
143
  color: #333333 !important;
143
- font-family: "Nunito Sans", sans-serif;
144
+ font-family: $font-family;
144
145
  }
145
146
 
146
147
  h2 {
@@ -335,7 +336,7 @@ h2 {
335
336
 
336
337
  .outerWrapper___lGus2 {
337
338
  .widget-title {
338
- font-family: "Nunito Sans", sans-serif;
339
+ font-family: $font-family;
339
340
  font-weight: 700;
340
341
  font-size: 30px;
341
342
  line-height: 33px;
@@ -345,7 +346,7 @@ h2 {
345
346
  }
346
347
 
347
348
  .widget-title {
348
- font-family: "Open Sans", sans-serif;
349
+ font-family: $font-family;
349
350
  font-size: 18px !important;
350
351
  }
351
352
 
@@ -377,15 +378,18 @@ div.event-feedback-container {
377
378
  }
378
379
 
379
380
  .disqus-container-lobby {
380
- border: 1px solid #eee;
381
+ border: 1px solid var(--color_input_border_color);
381
382
  display: flex;
382
383
  flex-direction: column;
383
384
  max-height: 1500px;
384
385
 
385
386
  .disqus-header {
386
- border-bottom: 1px solid #eee;
387
+ border-bottom: 1px solid var(--color_input_border_color);
387
388
  padding: 0 15px;
388
389
  position: relative;
390
+ #disqus-title {
391
+ color: var(--color_text_dark);
392
+ }
389
393
  /*
390
394
  Show Skip to next section link when focused
391
395
  */
@@ -1 +0,0 @@
1
- {}
@@ -1 +0,0 @@
1
- [{"id":228,"created":1691602669,"last_edited":1691602669,"order":1,"summit_id":49,"is_published":false,"side_image":null,"header_image":null,"header_image_mobile":null,"carousel_advertise_image":null,"marquee":"","intro":"","external_link":"","video_link":"","chat_link":"","featured_event_id":0,"header_image_alt_text":"","side_image_alt_text":"","header_image_mobile_alt_text":"","carousel_advertise_image_alt_text":"","show_logo_in_event_page":true,"members":[90654],"company":{"id":3,"created":1580138376,"last_edited":1580138376,"name":"Tipit , LLC","url":null,"display_on_site":false,"featured":false,"city":null,"state":null,"country":null,"description":null,"industry":null,"contributions":null,"contact_email":null,"member_level":"None","admin_email":null,"overview":null,"products":null,"commitment":null,"commitment_author":null,"logo":null,"big_logo":null,"color":"#f0f0ee","sponsorships":[],"project_sponsorships":[]},"sponsorship":{"id":2048,"widget_title":"","lobby_template":null,"expo_hall_template":null,"sponsor_page_template":null,"event_page_template":null,"sponsor_page_use_disqus_widget":false,"sponsor_page_use_live_event_widget":false,"sponsor_page_use_schedule_widget":false,"sponsor_page_use_banner_widget":false,"badge_image":null,"badge_image_alt_text":"","summit_id":49,"order":1,"should_display_on_expo_hall_page":false,"should_display_on_lobby_page":false,"type":{"id":3,"created":1579890943,"last_edited":1579890943,"name":"Gold","label":"not sure??","order":3,"size":"Medium"}},"ads":[],"materials":[],"social_networks":[]}]