@openeventkit/event-site 2.0.66 → 2.0.67

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.66",
4
+ "version": "2.0.67",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -1 +1 @@
1
- {"widgets":{"chat":{"enabled":true,"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":1694806430635},{"file":"src/data/events.json","build_time":1694806433537},{"file":"src/data/events.idx.json","build_time":1694806433545},{"file":"src/data/speakers.json","build_time":1694806434055},{"file":"src/data/speakers.idx.json","build_time":1694806434057},{"file":"src/content/sponsors.json","build_time":1694806434308},{"file":"src/data/voteable-presentations.json","build_time":1694806434574}],"lastBuild":1694806434576}
1
+ {"widgets":{"chat":{"enabled": true, "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":1692386447666},{"file":"src/data/events.json","build_time":1692386451064},{"file":"src/data/events.idx.json","build_time":1692386451066},{"file":"src/data/speakers.json","build_time":1692386451884},{"file":"src/data/speakers.idx.json","build_time":1692386451884},{"file":"src/content/sponsors.json","build_time":1692386455106},{"file":"src/data/voteable-presentations.json","build_time":1692386457214}],"lastBuild":1692386457215}
@@ -1 +1 @@
1
- []
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":[616],"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":[]}]
@@ -14,7 +14,7 @@ $color_gray_light : #DFDFDF;
14
14
  $color_gray_lighter : #F2F2F2;
15
15
  $color_text_input_hints : #c4c4c4;
16
16
  $color_input_text_color_light: #363636;
17
-
17
+ $color_icon_light: #FFFFFF;
18
18
  $color_input_background_color_light:#fff;
19
19
  $color_input_border_color_light:#dbdbdb;
20
20
  $color_input_text_color_dark: #FFFFFF;
@@ -44,6 +44,7 @@ $color_text_input_hints_dark:#7B7B7B;
44
44
  --color_input_border_color: #{$color_input_border_color_light};
45
45
  --color_text_input_hints: #{$color_text_input_hints_light};
46
46
  --color_horizontal_rule: #{$color_horizontal_rule_light};
47
+ --color_icon_light: #{$color_icon_light};
47
48
  }
48
49
 
49
50
  html[data-theme="DARK"] {