orbiq-neural-ui-kit 1.2.57 → 1.2.58
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.
|
@@ -14827,7 +14827,7 @@ class NeuralAppLauncherComponent {
|
|
|
14827
14827
|
</span>
|
|
14828
14828
|
|
|
14829
14829
|
<!-- We add a simple animation key to force re-render/animation on the grid when path changes -->
|
|
14830
|
-
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 p-4 animate-in fade-in slide-in-from-bottom-2 duration-200" [attr.data-level]="path().length">
|
|
14830
|
+
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 content-start gap-4 p-4 min-h-[400px] animate-in fade-in slide-in-from-bottom-2 duration-200" [attr.data-level]="path().length">
|
|
14831
14831
|
@for (module of currentModules(); track module.id) {
|
|
14832
14832
|
<div
|
|
14833
14833
|
class="flex flex-col items-center justify-center p-4 rounded-xl border border-outline-gray-2 hover:shadow-md transition-all cursor-pointer bg-surface-base group"
|
|
@@ -14865,7 +14865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
14865
14865
|
</span>
|
|
14866
14866
|
|
|
14867
14867
|
<!-- We add a simple animation key to force re-render/animation on the grid when path changes -->
|
|
14868
|
-
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 p-4 animate-in fade-in slide-in-from-bottom-2 duration-200" [attr.data-level]="path().length">
|
|
14868
|
+
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 content-start gap-4 p-4 min-h-[400px] animate-in fade-in slide-in-from-bottom-2 duration-200" [attr.data-level]="path().length">
|
|
14869
14869
|
@for (module of currentModules(); track module.id) {
|
|
14870
14870
|
<div
|
|
14871
14871
|
class="flex flex-col items-center justify-center p-4 rounded-xl border border-outline-gray-2 hover:shadow-md transition-all cursor-pointer bg-surface-base group"
|