codexly-ui 0.12.39 → 0.12.41

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,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.12.39",
3
+ "version": "0.12.41",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1779,10 +1779,10 @@ declare class ClxEditorComponent implements AfterViewInit, OnDestroy, ControlVal
1779
1779
  alt?: string;
1780
1780
  } | undefined | null>) | undefined>;
1781
1781
  /** Adds an extra toolbar button (only rendered when provided) that inserts a raw HTML block at
1782
- * the cursor — e.g. an ERP's "poster" template resolved against a chosen product/variant, where
1783
- * the result is a whole <table> block, not a single <img>, so imagePicker's fixed <img>-only
1784
- * output doesn't fit. The returned html is inserted as-is via insertHTML, no sanitization beyond
1785
- * what insertHTML/_sanitizePaste already does for pasted content. */
1782
+ * the cursor — e.g. an ERP's own "insert product card" flow, where the result is a whole
1783
+ * <table> block, not a single <img>, so imagePicker's fixed <img>-only output doesn't fit. The
1784
+ * returned html is inserted as-is via insertHTML, no sanitization beyond what
1785
+ * insertHTML/_sanitizePaste already does for pasted content. */
1786
1786
  readonly blockPicker: _angular_core.InputSignal<{
1787
1787
  icon: string;
1788
1788
  title: string;