mozrest-sdk-react-dev 0.2.3 → 0.2.5
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/mozrest-sdk.es.js +4 -4
- package/package.json +1 -1
- package/style.css +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -50171,9 +50171,9 @@ const Header$2 = ({ onChangeFilter, filters: filters2, multiVenue, venueId }) =>
|
|
|
50171
50171
|
onChange: handleChangeVenueListing
|
|
50172
50172
|
})))));
|
|
50173
50173
|
};
|
|
50174
|
-
const content$4 = "
|
|
50175
|
-
const grid = "
|
|
50176
|
-
const footer$e = "
|
|
50174
|
+
const content$4 = "_content_3uivj_2";
|
|
50175
|
+
const grid = "_grid_3uivj_8";
|
|
50176
|
+
const footer$e = "_footer_3uivj_16";
|
|
50177
50177
|
var styles$1r = {
|
|
50178
50178
|
content: content$4,
|
|
50179
50179
|
grid,
|
|
@@ -77707,7 +77707,7 @@ const formatParams$2 = (params) => {
|
|
|
77707
77707
|
}
|
|
77708
77708
|
if (params == null ? void 0 : params.platform) {
|
|
77709
77709
|
Object.assign(all2, {
|
|
77710
|
-
[`filters[
|
|
77710
|
+
[`filters[platform]`]: params.platform
|
|
77711
77711
|
});
|
|
77712
77712
|
}
|
|
77713
77713
|
if (params == null ? void 0 : params.venueListing) {
|