codexly-ui 0.0.23 → 0.0.24
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 +2 -2
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -10984,7 +10984,7 @@ class ClxAppLayoutComponent {
|
|
|
10984
10984
|
|
|
10985
10985
|
<!-- Brand slot -->
|
|
10986
10986
|
<div class="border-b border-slate-700/50 shrink-0 overflow-hidden">
|
|
10987
|
-
<ng-content select="
|
|
10987
|
+
<ng-content select="clx-brand"></ng-content>
|
|
10988
10988
|
</div>
|
|
10989
10989
|
|
|
10990
10990
|
<div class="flex-1 overflow-y-auto overflow-x-hidden">
|
|
@@ -11046,7 +11046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImpo
|
|
|
11046
11046
|
|
|
11047
11047
|
<!-- Brand slot -->
|
|
11048
11048
|
<div class="border-b border-slate-700/50 shrink-0 overflow-hidden">
|
|
11049
|
-
<ng-content select="
|
|
11049
|
+
<ng-content select="clx-brand"></ng-content>
|
|
11050
11050
|
</div>
|
|
11051
11051
|
|
|
11052
11052
|
<div class="flex-1 overflow-y-auto overflow-x-hidden">
|