@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.
package/README.md CHANGED
@@ -38,7 +38,7 @@ This package contains heavy components that are loaded lazily to keep your initi
38
38
  | `PrettyCode` | ~500KB | Code syntax highlighting (read-only) |
39
39
  | `OpenapiViewer` | ~400KB | OpenAPI schema viewer & playground |
40
40
  | `JsonForm` | ~300KB | JSON Schema form generator |
41
- | `MarkdownEditor` | ~200KB | WYSIWYG markdown editor with Tiptap |
41
+ | `MarkdownEditor` | ~200KB | WYSIWYG markdown editor with Tiptap, `@`-mentions (auto-flip popup), customizable markdown serialization via presets |
42
42
  | `LottiePlayer` | ~200KB | Lottie animation player |
43
43
  | `AudioPlayer` | ~200KB | Audio player with WaveSurfer.js |
44
44
  | `VideoPlayer` | ~150KB | Professional video player with Vidstack |
@@ -71,7 +71,8 @@ import { FlowDiagram, SequenceDiagram, JourneyDiagram } from '@djangocfg/ui-tool
71
71
  | `@djangocfg/ui-tools/gallery` | Gallery components & hooks |
72
72
  | `@djangocfg/ui-tools/map` | Map components & utilities |
73
73
  | `@djangocfg/ui-tools/mermaid` | Mermaid component & declarative builders |
74
- | `@djangocfg/ui-tools/styles` | CSS styles |
74
+ | `@djangocfg/ui-tools/styles` | Tailwind source CSS (for Tailwind apps) |
75
+ | `@djangocfg/ui-tools/dist.css` | Pre-compiled CSS (for plain Vite/webpack apps without Tailwind) |
75
76
 
76
77
  ## Gallery
77
78
 
@@ -3254,7 +3254,7 @@ var DocsLayout = /* @__PURE__ */ chunkWGEGR3DF_cjs.__name(() => {
3254
3254
  const isMobile = !isDesktop;
3255
3255
  const grouping = config.schemaGrouping ?? "selector";
3256
3256
  const preloadAll = grouping === "sections";
3257
- const urlSyncEnabled = typeof config.urlSync === "boolean" ? config.urlSync : Boolean(config.urlSync?.enabled);
3257
+ const urlSyncEnabled = config.urlSync === void 0 ? true : typeof config.urlSync === "boolean" ? config.urlSync : Boolean(config.urlSync.enabled);
3258
3258
  const {
3259
3259
  endpoints,
3260
3260
  schemaInfo,
@@ -3460,5 +3460,5 @@ var DocsLayout = /* @__PURE__ */ chunkWGEGR3DF_cjs.__name(() => {
3460
3460
  }, "DocsLayout");
3461
3461
 
3462
3462
  exports.DocsLayout = DocsLayout;
3463
- //# sourceMappingURL=DocsLayout-IKH7BLSU.cjs.map
3464
- //# sourceMappingURL=DocsLayout-IKH7BLSU.cjs.map
3463
+ //# sourceMappingURL=DocsLayout-5WTQR3BR.cjs.map
3464
+ //# sourceMappingURL=DocsLayout-5WTQR3BR.cjs.map