@djangocfg/ui-tools 2.1.290 → 2.1.292

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.
@@ -3247,7 +3247,7 @@ var DocsLayout = /* @__PURE__ */ __name(() => {
3247
3247
  const isMobile = !isDesktop;
3248
3248
  const grouping = config.schemaGrouping ?? "selector";
3249
3249
  const preloadAll = grouping === "sections";
3250
- const urlSyncEnabled = typeof config.urlSync === "boolean" ? config.urlSync : Boolean(config.urlSync?.enabled);
3250
+ const urlSyncEnabled = config.urlSync === void 0 ? true : typeof config.urlSync === "boolean" ? config.urlSync : Boolean(config.urlSync.enabled);
3251
3251
  const {
3252
3252
  endpoints,
3253
3253
  schemaInfo,
@@ -3453,5 +3453,5 @@ var DocsLayout = /* @__PURE__ */ __name(() => {
3453
3453
  }, "DocsLayout");
3454
3454
 
3455
3455
  export { DocsLayout };
3456
- //# sourceMappingURL=DocsLayout-JPXFUKAR.mjs.map
3457
- //# sourceMappingURL=DocsLayout-JPXFUKAR.mjs.map
3456
+ //# sourceMappingURL=DocsLayout-YZR5RLCJ.mjs.map
3457
+ //# sourceMappingURL=DocsLayout-YZR5RLCJ.mjs.map