@redneckz/wildless-cms-uni-blocks 0.14.905 → 0.14.906

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.
@@ -10965,7 +10965,7 @@
10965
10965
  locationStore.location = _;
10966
10966
  onClose?.();
10967
10967
  }, [locationStore, onClose]);
10968
- return (jsxs(Dialog, { head: renderHead(query, setQuery, branches), onClose: onClose, children: [query && query.length >= SEARCH_TERM_MIN_LENGTH ? (jsx("div", { children: regions
10968
+ return (jsxs(Dialog, { maxWidth: "none", head: renderHead(query, setQuery, branches), onClose: onClose, children: [query && query.length >= SEARCH_TERM_MIN_LENGTH ? (jsx("div", { children: regions
10969
10969
  .filter(({ name }) => name && jaroWinklerDistance(name.toLowerCase())(query.toLowerCase()) >= 0.8)
10970
10970
  .map(renderRegion(branches?.dataSelect, handleChangeLocation)) })) : (jsx("div", { className: "columns-1 sm:columns-3 md:columns-4 lg:columns-5", children: Array.from(regionsGroupByLetter.entries()).map(renderRegionGroup(handleChangeLocation, branches?.dataSelect)) })), renderForeignOffices(foreignOffices)] }));
10971
10971
  });
@@ -11950,7 +11950,7 @@
11950
11950
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11951
11951
  });
11952
11952
 
11953
- const packageVersion = "0.14.904";
11953
+ const packageVersion = "0.14.905";
11954
11954
 
11955
11955
  exports.Blocks = Blocks;
11956
11956
  exports.ContentPage = ContentPage;