@openeventkit/event-site 2.0.66 → 2.0.68
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
|
@@ -138,6 +138,9 @@ export const getShareLink = (filters, view) => {
|
|
|
138
138
|
hashValue = encodeURIComponent(value.values);
|
|
139
139
|
}
|
|
140
140
|
hashVars[key] = hashValue;
|
|
141
|
+
} else {
|
|
142
|
+
// remove filters if don't have any value
|
|
143
|
+
fragmentParser.deleteParams(key);
|
|
141
144
|
}
|
|
142
145
|
});
|
|
143
146
|
}
|
|
@@ -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":
|
|
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":[]}]
|
package/src/styles/colors.scss
CHANGED
|
@@ -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"] {
|