@pegasusheavy/ngx-tailwindcss 0.3.1 → 0.3.3
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.
|
@@ -3848,8 +3848,8 @@ const BUTTON_VARIANTS = {
|
|
|
3848
3848
|
warning: 'bg-amber-500 hover:bg-amber-600 active:bg-amber-700 text-white shadow-sm hover:shadow focus-visible:ring-amber-500',
|
|
3849
3849
|
danger: 'bg-rose-600 hover:bg-rose-700 active:bg-rose-800 text-white shadow-sm hover:shadow focus-visible:ring-rose-500',
|
|
3850
3850
|
info: 'bg-cyan-600 hover:bg-cyan-700 active:bg-cyan-800 text-white shadow-sm hover:shadow focus-visible:ring-cyan-500',
|
|
3851
|
-
ghost: 'bg-transparent hover:bg-slate-100 active:bg-slate-200 text-slate-700 focus-visible:ring-slate-500',
|
|
3852
|
-
outline: 'bg-white border-2 border-slate-500 hover:border-slate-600 hover:bg-slate-100 active:bg-slate-200 text-slate-800 shadow-sm focus-visible:ring-slate-500',
|
|
3851
|
+
ghost: 'bg-transparent hover:bg-slate-100 dark:hover:bg-zinc-800 active:bg-slate-200 dark:active:bg-zinc-700 text-slate-700 dark:text-zinc-300 focus-visible:ring-slate-500',
|
|
3852
|
+
outline: 'bg-white dark:bg-zinc-800 border-2 border-slate-500 dark:border-zinc-500 hover:border-slate-600 dark:hover:border-zinc-400 hover:bg-slate-100 dark:hover:bg-zinc-700 active:bg-slate-200 dark:active:bg-zinc-600 text-slate-800 dark:text-zinc-200 shadow-sm focus-visible:ring-slate-500',
|
|
3853
3853
|
link: 'bg-transparent text-blue-600 hover:text-blue-700 hover:underline active:text-blue-800 focus-visible:ring-blue-500 p-0 shadow-none',
|
|
3854
3854
|
};
|
|
3855
3855
|
const BUTTON_SIZES = {
|
|
@@ -40178,7 +40178,7 @@ class TwTerminalComponent {
|
|
|
40178
40178
|
// Computed classes
|
|
40179
40179
|
containerClasses = computed(() => {
|
|
40180
40180
|
const variant = this.variant();
|
|
40181
|
-
const base = 'flex flex-col h-full overflow-hidden
|
|
40181
|
+
const base = 'flex flex-col h-full overflow-hidden';
|
|
40182
40182
|
const variantClasses = {
|
|
40183
40183
|
default: 'bg-gray-900 text-gray-100',
|
|
40184
40184
|
dark: 'bg-black text-gray-200',
|
|
@@ -40337,7 +40337,7 @@ class TwTerminalComponent {
|
|
|
40337
40337
|
<!-- Input area -->
|
|
40338
40338
|
@if (showInput()) {
|
|
40339
40339
|
<div
|
|
40340
|
-
class="flex items-center gap-2 px-4 py-2 border-t border-gray-700 bg-gray-800
|
|
40340
|
+
class="flex items-center gap-2 px-4 py-2 border-t border-gray-700 bg-gray-800"
|
|
40341
40341
|
>
|
|
40342
40342
|
<span class="text-green-400 font-mono">{{ prompt() }}</span>
|
|
40343
40343
|
<input
|
|
@@ -40435,7 +40435,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
40435
40435
|
<!-- Input area -->
|
|
40436
40436
|
@if (showInput()) {
|
|
40437
40437
|
<div
|
|
40438
|
-
class="flex items-center gap-2 px-4 py-2 border-t border-gray-700 bg-gray-800
|
|
40438
|
+
class="flex items-center gap-2 px-4 py-2 border-t border-gray-700 bg-gray-800"
|
|
40439
40439
|
>
|
|
40440
40440
|
<span class="text-green-400 font-mono">{{ prompt() }}</span>
|
|
40441
40441
|
<input
|
|
@@ -40565,7 +40565,7 @@ class TwLogViewerComponent {
|
|
|
40565
40565
|
}
|
|
40566
40566
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: TwLogViewerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40567
40567
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: TwLogViewerComponent, isStandalone: true, selector: "tw-log-viewer", inputs: { entries: { classPropertyName: "entries", publicName: "entries", isSignal: true, isRequired: false, transformFunction: null }, showSource: { classPropertyName: "showSource", publicName: "showSource", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { entrySelect: "entrySelect", clearLogs: "clearLogs", exportClick: "exportClick" }, host: { classAttribute: "tw-log-viewer block" }, ngImport: i0, template: `
|
|
40568
|
-
<div class="flex flex-col h-full bg-white dark:bg-gray-900
|
|
40568
|
+
<div class="flex flex-col h-full bg-white dark:bg-gray-900 overflow-hidden">
|
|
40569
40569
|
<!-- Toolbar -->
|
|
40570
40570
|
<div
|
|
40571
40571
|
class="flex items-center gap-2 px-3 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800"
|
|
@@ -40715,7 +40715,7 @@ class TwLogViewerComponent {
|
|
|
40715
40715
|
|
|
40716
40716
|
<!-- Status bar -->
|
|
40717
40717
|
<div
|
|
40718
|
-
class="flex items-center justify-between px-3 py-1.5 text-xs text-gray-500 dark:text-gray-400 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800
|
|
40718
|
+
class="flex items-center justify-between px-3 py-1.5 text-xs text-gray-500 dark:text-gray-400 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800"
|
|
40719
40719
|
>
|
|
40720
40720
|
<span>{{ filteredEntries().length }} / {{ entries().length }} entries</span>
|
|
40721
40721
|
<span>
|
|
@@ -40736,7 +40736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
40736
40736
|
standalone: true,
|
|
40737
40737
|
imports: [CommonModule, FormsModule],
|
|
40738
40738
|
template: `
|
|
40739
|
-
<div class="flex flex-col h-full bg-white dark:bg-gray-900
|
|
40739
|
+
<div class="flex flex-col h-full bg-white dark:bg-gray-900 overflow-hidden">
|
|
40740
40740
|
<!-- Toolbar -->
|
|
40741
40741
|
<div
|
|
40742
40742
|
class="flex items-center gap-2 px-3 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800"
|
|
@@ -40886,7 +40886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
40886
40886
|
|
|
40887
40887
|
<!-- Status bar -->
|
|
40888
40888
|
<div
|
|
40889
|
-
class="flex items-center justify-between px-3 py-1.5 text-xs text-gray-500 dark:text-gray-400 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800
|
|
40889
|
+
class="flex items-center justify-between px-3 py-1.5 text-xs text-gray-500 dark:text-gray-400 border-t border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800"
|
|
40890
40890
|
>
|
|
40891
40891
|
<span>{{ filteredEntries().length }} / {{ entries().length }} entries</span>
|
|
40892
40892
|
<span>
|