codexly-ui 0.0.89 → 0.0.90
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
|
@@ -12327,8 +12327,8 @@ class ClxTableComponent {
|
|
|
12327
12327
|
|
|
12328
12328
|
@if (loading()) {
|
|
12329
12329
|
<!-- ── Loading State ───────────────────────────────────────────────── -->
|
|
12330
|
-
<div class="
|
|
12331
|
-
@for (row of [1, 2, 3, 4, 5]; track row) {
|
|
12330
|
+
<div class="flex flex-col gap-3 min-h-[calc(100vh-220px)]">
|
|
12331
|
+
@for (row of [1, 2, 3, 4, 5, 6, 7, 8]; track row) {
|
|
12332
12332
|
<div class="flex items-center gap-4">
|
|
12333
12333
|
@if (selectable()) {
|
|
12334
12334
|
<clx-skeleton variant="circular" size="xs"></clx-skeleton>
|
|
@@ -12479,8 +12479,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
12479
12479
|
|
|
12480
12480
|
@if (loading()) {
|
|
12481
12481
|
<!-- ── Loading State ───────────────────────────────────────────────── -->
|
|
12482
|
-
<div class="
|
|
12483
|
-
@for (row of [1, 2, 3, 4, 5]; track row) {
|
|
12482
|
+
<div class="flex flex-col gap-3 min-h-[calc(100vh-220px)]">
|
|
12483
|
+
@for (row of [1, 2, 3, 4, 5, 6, 7, 8]; track row) {
|
|
12484
12484
|
<div class="flex items-center gap-4">
|
|
12485
12485
|
@if (selectable()) {
|
|
12486
12486
|
<clx-skeleton variant="circular" size="xs"></clx-skeleton>
|