codexly-ui 0.0.87 → 0.0.89

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()) {
@@ -7918,7 +7918,7 @@ class ClxDatepickerComponent {
7918
7918
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ClxDatepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7919
7919
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxDatepickerComponent, isStandalone: true, selector: "clx-datepicker", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, status: { classPropertyName: "status", publicName: "status", isSignal: true, isRequired: false, transformFunction: null }, statusMessage: { classPropertyName: "statusMessage", publicName: "statusMessage", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "keydown.escape": "onEscape()" }, classAttribute: "flex flex-col gap-1.5" }, providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ClxDatepickerComponent), multi: true }], viewQueries: [{ propertyName: "origin", first: true, predicate: ["origin"], descendants: true }], ngImport: i0, template: `
7920
7920
  @if (label()) {
7921
- <label [class]="_labelClass()">{{ label() }}</label>
7921
+ <span [class]="_labelClass()">{{ label() }}</span>
7922
7922
  }
7923
7923
 
7924
7924
  <div
@@ -8018,7 +8018,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
8018
8018
  providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ClxDatepickerComponent), multi: true }],
8019
8019
  template: `
8020
8020
  @if (label()) {
8021
- <label [class]="_labelClass()">{{ label() }}</label>
8021
+ <span [class]="_labelClass()">{{ label() }}</span>
8022
8022
  }
8023
8023
 
8024
8024
  <div
@@ -8243,7 +8243,7 @@ class ClxTimepickerComponent {
8243
8243
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ClxTimepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8244
8244
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxTimepickerComponent, isStandalone: true, selector: "clx-timepicker", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, status: { classPropertyName: "status", publicName: "status", isSignal: true, isRequired: false, transformFunction: null }, statusMessage: { classPropertyName: "statusMessage", publicName: "statusMessage", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "keydown.escape": "onEscape()" }, classAttribute: "flex flex-col gap-1.5" }, providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ClxTimepickerComponent), multi: true }], viewQueries: [{ propertyName: "origin", first: true, predicate: ["origin"], descendants: true }], ngImport: i0, template: `
8245
8245
  @if (label()) {
8246
- <label [class]="_labelClass()">{{ label() }}</label>
8246
+ <span [class]="_labelClass()">{{ label() }}</span>
8247
8247
  }
8248
8248
 
8249
8249
  <div
@@ -8330,7 +8330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
8330
8330
  providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ClxTimepickerComponent), multi: true }],
8331
8331
  template: `
8332
8332
  @if (label()) {
8333
- <label [class]="_labelClass()">{{ label() }}</label>
8333
+ <span [class]="_labelClass()">{{ label() }}</span>
8334
8334
  }
8335
8335
 
8336
8336
  <div