orbiq-neural-ui-kit 1.2.77 → 1.2.78
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.
|
@@ -16100,19 +16100,19 @@ class NeuralAuthShellComponent {
|
|
|
16100
16100
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: NeuralAuthShellComponent, isStandalone: true, selector: "neural-auth-shell", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, subtitlePrefix: { classPropertyName: "subtitlePrefix", publicName: "subtitlePrefix", isSignal: true, isRequired: false, transformFunction: null }, subtitleLinkText: { classPropertyName: "subtitleLinkText", publicName: "subtitleLinkText", isSignal: true, isRequired: false, transformFunction: null }, subtitleLinkHref: { classPropertyName: "subtitleLinkHref", publicName: "subtitleLinkHref", isSignal: true, isRequired: false, transformFunction: null }, logoIcon: { classPropertyName: "logoIcon", publicName: "logoIcon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
16101
16101
|
<div data-slot="auth-shell" class="min-h-screen flex bg-surface-base font-sans">
|
|
16102
16102
|
<!-- Branding / Image Side (Left) -->
|
|
16103
|
-
<div class="hidden lg:flex lg:w-1/2 xl:w-7/12 relative bg-
|
|
16104
|
-
<div class="absolute inset-0 bg-gradient-to-br from-primary/
|
|
16103
|
+
<div class="hidden lg:flex lg:w-1/2 xl:w-7/12 relative bg-gray-900 items-center justify-center overflow-hidden">
|
|
16104
|
+
<div class="absolute inset-0 bg-gradient-to-br from-primary/20 to-primary/5"></div>
|
|
16105
16105
|
<div class="relative z-10 p-12 text-center flex flex-col items-center max-w-lg">
|
|
16106
16106
|
@if (logoIcon()) {
|
|
16107
|
-
<div class="size-16 mb-8 flex items-center justify-center rounded-2xl bg-white/
|
|
16108
|
-
<neural-icon [name]="logoIcon()" class="
|
|
16107
|
+
<div class="size-16 mb-8 flex items-center justify-center rounded-2xl bg-white/10 backdrop-blur-md shadow-sm border border-white/10">
|
|
16108
|
+
<neural-icon [name]="logoIcon()" class="text-[32px] text-white"></neural-icon>
|
|
16109
16109
|
</div>
|
|
16110
16110
|
}
|
|
16111
|
-
<h1 class="text-4xl font-bold tracking-tight text-
|
|
16112
|
-
<p class="text-lg text-
|
|
16111
|
+
<h1 class="text-4xl font-bold tracking-tight text-white mb-4">{{ title() }}</h1>
|
|
16112
|
+
<p class="text-lg text-gray-300">
|
|
16113
16113
|
{{ subtitlePrefix() }}
|
|
16114
16114
|
@if (subtitleLinkText() && subtitleLinkHref()) {
|
|
16115
|
-
<a [href]="subtitleLinkHref()" class="font-semibold text-
|
|
16115
|
+
<a [href]="subtitleLinkHref()" class="font-semibold text-white hover:text-gray-200 transition-colors">{{ subtitleLinkText() }}</a>
|
|
16116
16116
|
}
|
|
16117
16117
|
</p>
|
|
16118
16118
|
</div>
|
|
@@ -16125,14 +16125,14 @@ class NeuralAuthShellComponent {
|
|
|
16125
16125
|
<div class="mb-8 flex flex-col items-start">
|
|
16126
16126
|
@if (logoIcon()) {
|
|
16127
16127
|
<div class="size-12 mb-6 flex items-center justify-center rounded-lg bg-gray-900 dark:bg-black shadow-sm">
|
|
16128
|
-
<neural-icon [name]="logoIcon()" class="
|
|
16128
|
+
<neural-icon [name]="logoIcon()" class="text-[24px] text-white"></neural-icon>
|
|
16129
16129
|
</div>
|
|
16130
16130
|
}
|
|
16131
|
-
<h2 class="text-[28px] leading-tight font-bold tracking-tight text-ink-
|
|
16132
|
-
<p class="text-base text-ink-
|
|
16131
|
+
<h2 class="text-[28px] leading-tight font-bold tracking-tight text-ink-gray-9 dark:text-white mb-2">{{ title() }}</h2>
|
|
16132
|
+
<p class="text-base text-ink-gray-6 dark:text-gray-400">
|
|
16133
16133
|
{{ subtitlePrefix() }}
|
|
16134
16134
|
@if (subtitleLinkText() && subtitleLinkHref()) {
|
|
16135
|
-
<a [href]="subtitleLinkHref()" class="font-medium text-ink-
|
|
16135
|
+
<a [href]="subtitleLinkHref()" class="font-medium text-ink-gray-9 dark:text-white hover:underline transition-colors">{{ subtitleLinkText() }}</a>
|
|
16136
16136
|
}
|
|
16137
16137
|
</p>
|
|
16138
16138
|
</div>
|
|
@@ -16153,19 +16153,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
16153
16153
|
template: `
|
|
16154
16154
|
<div data-slot="auth-shell" class="min-h-screen flex bg-surface-base font-sans">
|
|
16155
16155
|
<!-- Branding / Image Side (Left) -->
|
|
16156
|
-
<div class="hidden lg:flex lg:w-1/2 xl:w-7/12 relative bg-
|
|
16157
|
-
<div class="absolute inset-0 bg-gradient-to-br from-primary/
|
|
16156
|
+
<div class="hidden lg:flex lg:w-1/2 xl:w-7/12 relative bg-gray-900 items-center justify-center overflow-hidden">
|
|
16157
|
+
<div class="absolute inset-0 bg-gradient-to-br from-primary/20 to-primary/5"></div>
|
|
16158
16158
|
<div class="relative z-10 p-12 text-center flex flex-col items-center max-w-lg">
|
|
16159
16159
|
@if (logoIcon()) {
|
|
16160
|
-
<div class="size-16 mb-8 flex items-center justify-center rounded-2xl bg-white/
|
|
16161
|
-
<neural-icon [name]="logoIcon()" class="
|
|
16160
|
+
<div class="size-16 mb-8 flex items-center justify-center rounded-2xl bg-white/10 backdrop-blur-md shadow-sm border border-white/10">
|
|
16161
|
+
<neural-icon [name]="logoIcon()" class="text-[32px] text-white"></neural-icon>
|
|
16162
16162
|
</div>
|
|
16163
16163
|
}
|
|
16164
|
-
<h1 class="text-4xl font-bold tracking-tight text-
|
|
16165
|
-
<p class="text-lg text-
|
|
16164
|
+
<h1 class="text-4xl font-bold tracking-tight text-white mb-4">{{ title() }}</h1>
|
|
16165
|
+
<p class="text-lg text-gray-300">
|
|
16166
16166
|
{{ subtitlePrefix() }}
|
|
16167
16167
|
@if (subtitleLinkText() && subtitleLinkHref()) {
|
|
16168
|
-
<a [href]="subtitleLinkHref()" class="font-semibold text-
|
|
16168
|
+
<a [href]="subtitleLinkHref()" class="font-semibold text-white hover:text-gray-200 transition-colors">{{ subtitleLinkText() }}</a>
|
|
16169
16169
|
}
|
|
16170
16170
|
</p>
|
|
16171
16171
|
</div>
|
|
@@ -16178,14 +16178,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
16178
16178
|
<div class="mb-8 flex flex-col items-start">
|
|
16179
16179
|
@if (logoIcon()) {
|
|
16180
16180
|
<div class="size-12 mb-6 flex items-center justify-center rounded-lg bg-gray-900 dark:bg-black shadow-sm">
|
|
16181
|
-
<neural-icon [name]="logoIcon()" class="
|
|
16181
|
+
<neural-icon [name]="logoIcon()" class="text-[24px] text-white"></neural-icon>
|
|
16182
16182
|
</div>
|
|
16183
16183
|
}
|
|
16184
|
-
<h2 class="text-[28px] leading-tight font-bold tracking-tight text-ink-
|
|
16185
|
-
<p class="text-base text-ink-
|
|
16184
|
+
<h2 class="text-[28px] leading-tight font-bold tracking-tight text-ink-gray-9 dark:text-white mb-2">{{ title() }}</h2>
|
|
16185
|
+
<p class="text-base text-ink-gray-6 dark:text-gray-400">
|
|
16186
16186
|
{{ subtitlePrefix() }}
|
|
16187
16187
|
@if (subtitleLinkText() && subtitleLinkHref()) {
|
|
16188
|
-
<a [href]="subtitleLinkHref()" class="font-medium text-ink-
|
|
16188
|
+
<a [href]="subtitleLinkHref()" class="font-medium text-ink-gray-9 dark:text-white hover:underline transition-colors">{{ subtitleLinkText() }}</a>
|
|
16189
16189
|
}
|
|
16190
16190
|
</p>
|
|
16191
16191
|
</div>
|