ng-blatui 1.32.1 → 1.32.2
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/fesm2022/ng-blatui.mjs
CHANGED
|
@@ -19501,7 +19501,7 @@ class BuiRichTextEditor {
|
|
|
19501
19501
|
[attr.aria-label]="ariaLabel()"
|
|
19502
19502
|
[attr.data-placeholder]="placeholder()"
|
|
19503
19503
|
contenteditable="true"
|
|
19504
|
-
class="min-h-32 p-3 text-sm text-foreground outline-none empty:before:text-muted-foreground/60 empty:before:content-[attr(data-placeholder)]"
|
|
19504
|
+
class="min-h-32 p-3 text-sm text-foreground outline-none empty:before:text-muted-foreground/60 empty:before:content-[attr(data-placeholder)] [&_ol]:my-2 [&_ol]:list-decimal [&_ol]:pl-6 [&_ul]:my-2 [&_ul]:list-disc [&_ul]:pl-6"
|
|
19505
19505
|
(input)="sync()"
|
|
19506
19506
|
></div>
|
|
19507
19507
|
`, isInline: true });
|
|
@@ -19537,7 +19537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.2", ngImpor
|
|
|
19537
19537
|
[attr.aria-label]="ariaLabel()"
|
|
19538
19538
|
[attr.data-placeholder]="placeholder()"
|
|
19539
19539
|
contenteditable="true"
|
|
19540
|
-
class="min-h-32 p-3 text-sm text-foreground outline-none empty:before:text-muted-foreground/60 empty:before:content-[attr(data-placeholder)]"
|
|
19540
|
+
class="min-h-32 p-3 text-sm text-foreground outline-none empty:before:text-muted-foreground/60 empty:before:content-[attr(data-placeholder)] [&_ol]:my-2 [&_ol]:list-decimal [&_ol]:pl-6 [&_ul]:my-2 [&_ul]:list-disc [&_ul]:pl-6"
|
|
19541
19541
|
(input)="sync()"
|
|
19542
19542
|
></div>
|
|
19543
19543
|
`,
|