@openeventkit/event-site 2.0.149 → 2.0.151

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.151",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
@@ -129,7 +129,7 @@
129
129
  "stream-browserify": "^3.0.0",
130
130
  "stream-chat": "^2.7.2",
131
131
  "stream-chat-react": "3.1.7",
132
- "summit-registration-lite": "5.0.43",
132
+ "summit-registration-lite": "5.0.44",
133
133
  "superagent": "8.0.9",
134
134
  "sweetalert2": "^9.17.0",
135
135
  "upcoming-events-widget": "3.0.7",
@@ -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.004);
16
18
  .masonryImage {
17
19
  width: 100%;
18
20
  object-fit: cover;