codexly-ui 0.10.100 → 0.10.101
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/codexly-ui.mjs
CHANGED
|
@@ -10212,10 +10212,10 @@ class ClxBrandComponent {
|
|
|
10212
10212
|
@if (nameHtml()) {
|
|
10213
10213
|
<p class="text-sm font-semibold truncate leading-tight" [innerHTML]="_safeNameHtml()"></p>
|
|
10214
10214
|
} @else {
|
|
10215
|
-
<p class="text-
|
|
10215
|
+
<p class="text-clx-text-label text-sm font-semibold truncate leading-tight">{{ name() }}</p>
|
|
10216
10216
|
}
|
|
10217
10217
|
@if (description()) {
|
|
10218
|
-
<p class="text-
|
|
10218
|
+
<p class="text-clx-text-muted text-xs truncate leading-tight">{{ description() }}</p>
|
|
10219
10219
|
}
|
|
10220
10220
|
</div>
|
|
10221
10221
|
}
|
|
@@ -10235,10 +10235,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
10235
10235
|
@if (nameHtml()) {
|
|
10236
10236
|
<p class="text-sm font-semibold truncate leading-tight" [innerHTML]="_safeNameHtml()"></p>
|
|
10237
10237
|
} @else {
|
|
10238
|
-
<p class="text-
|
|
10238
|
+
<p class="text-clx-text-label text-sm font-semibold truncate leading-tight">{{ name() }}</p>
|
|
10239
10239
|
}
|
|
10240
10240
|
@if (description()) {
|
|
10241
|
-
<p class="text-
|
|
10241
|
+
<p class="text-clx-text-muted text-xs truncate leading-tight">{{ description() }}</p>
|
|
10242
10242
|
}
|
|
10243
10243
|
</div>
|
|
10244
10244
|
}
|