codexly-ui 0.1.8 → 0.1.9
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
|
@@ -5767,7 +5767,7 @@ class ClxModalComponent {
|
|
|
5767
5767
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxModalComponent, isStandalone: true, selector: "clx-modal", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, showClose: { classPropertyName: "showClose", publicName: "showClose", isSignal: true, isRequired: false, transformFunction: null }, confirmButton: { classPropertyName: "confirmButton", publicName: "confirmButton", isSignal: true, isRequired: false, transformFunction: null }, cancelButton: { classPropertyName: "cancelButton", publicName: "cancelButton", isSignal: true, isRequired: false, transformFunction: null }, showCancelButton: { classPropertyName: "showCancelButton", publicName: "showCancelButton", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { confirmClick: "confirmClick", cancelClick: "cancelClick" }, host: { properties: { "class": "_hostClass()" } }, ngImport: i0, template: `
|
|
5768
5768
|
<!-- Header -->
|
|
5769
5769
|
<div class="flex items-center gap-3 px-6 py-4 border-b border-clx-border-soft shrink-0">
|
|
5770
|
-
<div class="flex-1 min-w-0">
|
|
5770
|
+
<div class="flex-1 min-w-0 text-clx-text-label">
|
|
5771
5771
|
<ng-content select="[clx-modal-title]" />
|
|
5772
5772
|
</div>
|
|
5773
5773
|
@if (showClose()) {
|
|
@@ -5828,7 +5828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
5828
5828
|
template: `
|
|
5829
5829
|
<!-- Header -->
|
|
5830
5830
|
<div class="flex items-center gap-3 px-6 py-4 border-b border-clx-border-soft shrink-0">
|
|
5831
|
-
<div class="flex-1 min-w-0">
|
|
5831
|
+
<div class="flex-1 min-w-0 text-clx-text-label">
|
|
5832
5832
|
<ng-content select="[clx-modal-title]" />
|
|
5833
5833
|
</div>
|
|
5834
5834
|
@if (showClose()) {
|
|
@@ -12440,7 +12440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
12440
12440
|
// ── Base classes ─────────────────────────────────────────────────────────────
|
|
12441
12441
|
const TABLE_BASE_CLASS = 'w-full text-left border-collapse text-sm';
|
|
12442
12442
|
const TABLE_HEADER_CELL_CLASS = 'px-4 py-3 font-semibold whitespace-nowrap';
|
|
12443
|
-
const TABLE_CELL_CLASS = 'px-4 py-3 border-b border-
|
|
12443
|
+
const TABLE_CELL_CLASS = 'px-4 py-3 border-b border-clx-border-soft text-clx-text-label';
|
|
12444
12444
|
const TABLE_ROW_CLASS = '';
|
|
12445
12445
|
// ── Alignment ────────────────────────────────────────────────────────────────
|
|
12446
12446
|
const TABLE_ALIGN_MAP = {
|