@openeventkit/event-site 2.0.149 → 2.0.150

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.149",
4
+ "version": "2.0.150",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
@@ -195,6 +195,7 @@ export const fetchSummitById = async(summitId, accessToken = null) => {
195
195
  'schedule_settings',
196
196
  'schedule_settings.filters',
197
197
  'schedule_settings.pre_filters',
198
+ "ticket_types",
198
199
  ]
199
200
 
200
201
  apiUrl.addQuery('expand', expand.join(','));
@@ -4,6 +4,7 @@
4
4
  .masonry {
5
5
  .grid {
6
6
  display: flex;
7
+ overflow: hidden;
7
8
  }
8
9
  .slider {
9
10
  margin-bottom: -5px;
@@ -13,6 +14,7 @@
13
14
  display: inline-block;
14
15
  width: 100%;
15
16
  font-size: 0;
17
+ transform: scale(1.002);
16
18
  .masonryImage {
17
19
  width: 100%;
18
20
  object-fit: cover;