codexly-ui 0.0.88 → 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.
@@ -5031,7 +5031,7 @@ class ClxAlertComponent {
5031
5031
  <!-- Title -->
5032
5032
  @if (_title()) {
5033
5033
  <h2
5034
- class="text-lg font-bold text-gray-800 leading-snug"
5034
+ class="text-lg font-bold text-slate-700 leading-snug"
5035
5035
  [innerHTML]="_title()">
5036
5036
  </h2>
5037
5037
  }
@@ -5103,7 +5103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
5103
5103
  <!-- Title -->
5104
5104
  @if (_title()) {
5105
5105
  <h2
5106
- class="text-lg font-bold text-gray-800 leading-snug"
5106
+ class="text-lg font-bold text-slate-700 leading-snug"
5107
5107
  [innerHTML]="_title()">
5108
5108
  </h2>
5109
5109
  }
@@ -6474,7 +6474,7 @@ class ClxStepperComponent {
6474
6474
  if (status === 'completed')
6475
6475
  return `font-medium ${t.textSubtle} ${size}`;
6476
6476
  if (status === 'active')
6477
- return `font-semibold text-slate-800 ${size}`;
6477
+ return `font-semibold text-slate-700 ${size}`;
6478
6478
  if (status === 'error')
6479
6479
  return `font-medium text-red-500 ${size}`;
6480
6480
  return `font-normal text-slate-400 ${size}`;
@@ -6775,7 +6775,7 @@ class ClxTimelineItemComponent {
6775
6775
 
6776
6776
  <div [class]="'flex-1 min-w-0 ' + _ctx.sizeTokens().contentPb">
6777
6777
  <div class="flex items-start justify-between gap-2">
6778
- <p [class]="'font-semibold text-slate-800 leading-snug ' + _ctx.sizeTokens().title">
6778
+ <p [class]="'font-semibold text-slate-700 leading-snug ' + _ctx.sizeTokens().title">
6779
6779
  {{ title() }}
6780
6780
  </p>
6781
6781
  @if (time()) {
@@ -6807,7 +6807,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
6807
6807
 
6808
6808
  <div [class]="'flex-1 min-w-0 ' + _ctx.sizeTokens().contentPb">
6809
6809
  <div class="flex items-start justify-between gap-2">
6810
- <p [class]="'font-semibold text-slate-800 leading-snug ' + _ctx.sizeTokens().title">
6810
+ <p [class]="'font-semibold text-slate-700 leading-snug ' + _ctx.sizeTokens().title">
6811
6811
  {{ title() }}
6812
6812
  </p>
6813
6813
  @if (time()) {
@@ -12327,8 +12327,8 @@ class ClxTableComponent {
12327
12327
 
12328
12328
  @if (loading()) {
12329
12329
  <!-- ── Loading State ───────────────────────────────────────────────── -->
12330
- <div class="space-y-3">
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="space-y-3">
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>