@spartan-ng/cli 0.0.1-alpha.715 → 0.0.1-alpha.716
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/package.json +1 -1
- package/src/generators/migrate-module-imports/import-map.js +1 -1
- package/src/generators/ui/libs/avatar/files/lib/hlm-avatar-fallback.ts.template +1 -1
- package/src/generators/ui/libs/avatar/files/lib/hlm-avatar-image.ts.template +1 -1
- package/src/generators/ui/libs/breadcrumb/files/index.ts.template +0 -5
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar-multi.ts.template +1 -0
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar-range.ts.template +1 -0
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar.ts.template +1 -0
- package/src/generators/ui/libs/command/files/lib/hlm-command-dialog.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command-empty.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-group-label.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-group.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-input.ts.template +7 -6
- package/src/generators/ui/libs/command/files/lib/hlm-command-item.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-list.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-separator.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-shortcut.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command.ts.template +1 -1
- package/src/generators/ui/libs/context-menu/files/lib/hlm-context-menu-trigger.ts.template +3 -0
- package/src/generators/ui/libs/dropdown-menu/files/index.ts.template +3 -0
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-checkbox-indicator.ts.template +3 -2
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-checkbox.ts.template +30 -10
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-group.ts.template +1 -3
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-item-sub-indicator.ts.template +2 -2
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-item.ts.template +1 -1
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-label.ts.template +4 -4
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-radio-indicator.ts.template +5 -4
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-radio.ts.template +24 -9
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-separator.ts.template +2 -4
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-shortcut.ts.template +2 -4
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-sub-trigger.ts.template +44 -0
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-sub.ts.template +1 -4
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu-trigger.ts.template +1 -3
- package/src/generators/ui/libs/dropdown-menu/files/lib/hlm-dropdown-menu.ts.template +1 -1
- package/src/generators/ui/libs/input/files/lib/hlm-input.ts.template +1 -0
- package/src/generators/ui/libs/popover/files/lib/hlm-popover-content.ts.template +1 -0
- package/src/generators/ui/libs/popover/files/lib/hlm-popover.ts.template +1 -0
- package/src/generators/ui/libs/progress/files/lib/hlm-progress-indicator.ts.template +5 -1
- package/src/generators/ui/libs/progress/files/lib/hlm-progress.ts.template +1 -0
- package/src/generators/ui/libs/switch/files/lib/hlm-switch-thumb.ts.template +1 -0
- package/src/generators/ui/libs/switch/files/lib/hlm-switch.ts.template +1 -0
- package/src/generators/ui/primitive-deps.js +1 -0
- package/src/generators/ui/primitive-deps.js.map +1 -1
- package/src/generators/ui/primitives.d.ts +1 -1
- package/src/generators/ui/style-luma.css +13 -123
- package/src/generators/ui/style-lyra.css +11 -121
- package/src/generators/ui/style-maia.css +12 -122
- package/src/generators/ui/style-mira.css +11 -121
- package/src/generators/ui/style-nova.css +13 -123
- package/src/generators/ui/style-vega.css +14 -124
- package/src/generators/ui/supported-ui-libraries.json +42 -42
|
@@ -384,11 +384,7 @@
|
|
|
384
384
|
|
|
385
385
|
/* MARK: Command */
|
|
386
386
|
&.spartan-command {
|
|
387
|
-
@apply bg-popover text-popover-foreground rounded-xl
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
&.spartan-command-dialog {
|
|
391
|
-
@apply rounded-xl!;
|
|
387
|
+
@apply bg-popover text-popover-foreground rounded-xl p-1;
|
|
392
388
|
}
|
|
393
389
|
|
|
394
390
|
&.spartan-command-input-wrapper {
|
|
@@ -400,7 +396,7 @@
|
|
|
400
396
|
}
|
|
401
397
|
|
|
402
398
|
&.spartan-command-input-icon {
|
|
403
|
-
@apply
|
|
399
|
+
@apply shrink-0 text-[calc(var(--spacing)*4)] opacity-50;
|
|
404
400
|
}
|
|
405
401
|
|
|
406
402
|
&.spartan-command-input {
|
|
@@ -416,7 +412,7 @@
|
|
|
416
412
|
}
|
|
417
413
|
|
|
418
414
|
&.spartan-command-group {
|
|
419
|
-
@apply text-foreground **:[
|
|
415
|
+
@apply text-foreground **:data-[slot=command-group-label]:text-muted-foreground overflow-hidden p-1 **:data-[slot=command-group-label]:px-2 **:data-[slot=command-group-label]:py-1.5 **:data-[slot=command-group-label]:text-xs **:data-[slot=command-group-label]:font-medium;
|
|
420
416
|
}
|
|
421
417
|
|
|
422
418
|
&.spartan-command-separator {
|
|
@@ -424,61 +420,15 @@
|
|
|
424
420
|
}
|
|
425
421
|
|
|
426
422
|
&.spartan-command-item {
|
|
427
|
-
@apply data-selected:bg-muted data-selected:text-foreground
|
|
423
|
+
@apply data-selected:bg-muted data-selected:text-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none in-data-[slot=dialog-content]:rounded-lg! [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
428
424
|
}
|
|
429
425
|
|
|
430
426
|
&.spartan-command-shortcut {
|
|
431
|
-
@apply text-muted-foreground group-data-selected/command-item:text-foreground
|
|
427
|
+
@apply text-muted-foreground group-data-[selected]/command-item:text-foreground ms-auto text-xs tracking-widest;
|
|
432
428
|
}
|
|
433
429
|
|
|
434
430
|
/* MARK: Context Menu */
|
|
435
|
-
|
|
436
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-36 rounded-md p-1 shadow-md ring-1 duration-100;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
&.spartan-context-menu-content-logical {
|
|
440
|
-
@apply data-[side=inline-start]:slide-in-from-right-2 data-[side=inline-end]:slide-in-from-left-2;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&.spartan-context-menu-item {
|
|
444
|
-
@apply focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[ng-icon]:text-destructive focus:*:[ng-icon]:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
&.spartan-context-menu-checkbox-item {
|
|
448
|
-
@apply focus:bg-accent focus:text-accent-foreground gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
&.spartan-context-menu-radio-item {
|
|
452
|
-
@apply focus:bg-accent focus:text-accent-foreground gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
&.spartan-context-menu-item-indicator {
|
|
456
|
-
@apply absolute end-2;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
&.spartan-context-menu-label {
|
|
460
|
-
@apply text-muted-foreground px-2 py-1.5 text-xs font-medium data-inset:pl-8;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
&.spartan-context-menu-separator {
|
|
464
|
-
@apply bg-border -mx-1 my-1 h-px;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
&.spartan-context-menu-shortcut {
|
|
468
|
-
@apply text-muted-foreground group-focus/context-menu-item:text-accent-foreground ml-auto text-xs tracking-widest;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
&.spartan-context-menu-sub-trigger {
|
|
472
|
-
@apply focus:bg-accent focus:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground rounded-sm px-2 py-1.5 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
&.spartan-context-menu-sub-content {
|
|
476
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 bg-popover text-popover-foreground min-w-32 rounded-md border p-1 shadow-lg duration-100;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
&.spartan-context-menu-subcontent {
|
|
480
|
-
@apply shadow-lg;
|
|
481
|
-
}
|
|
431
|
+
/* uses dropdown menu styles */
|
|
482
432
|
|
|
483
433
|
/* MARK: Date Picker */
|
|
484
434
|
&.spartan-date-picker-trigger {
|
|
@@ -549,28 +499,24 @@
|
|
|
549
499
|
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-md p-1 shadow-md ring-1 duration-100;
|
|
550
500
|
}
|
|
551
501
|
|
|
552
|
-
&.spartan-dropdown-menu-content-logical {
|
|
553
|
-
@apply data-[side=inline-start]:slide-in-from-right-2 data-[side=inline-end]:slide-in-from-left-2;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
502
|
&.spartan-dropdown-menu-item {
|
|
557
|
-
@apply focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[ng-icon]:text-destructive not-data-[variant=destructive]:focus:**:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-inset:
|
|
503
|
+
@apply hover:bg-accent focus:bg-accent hover:text-accent-foreground focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:hover:bg-destructive/10 data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:hover:bg-destructive/20 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:hover:text-destructive data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[ng-icon]:text-destructive not-data-[variant=destructive]:hover:**:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-inset:ps-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
558
504
|
}
|
|
559
505
|
|
|
560
506
|
&.spartan-dropdown-menu-checkbox-item {
|
|
561
|
-
@apply
|
|
507
|
+
@apply hover:bg-accent focus:bg-accent hover:text-accent-foreground focus:text-accent-foreground gap-2 rounded-sm py-1.5 ps-2 pe-8 text-sm data-inset:ps-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
562
508
|
}
|
|
563
509
|
|
|
564
510
|
&.spartan-dropdown-menu-radio-item {
|
|
565
|
-
@apply
|
|
511
|
+
@apply hover:bg-accent focus:bg-accent hover:text-accent-foreground focus:text-accent-foreground gap-2 rounded-sm py-1.5 ps-2 pe-8 text-sm data-inset:ps-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
566
512
|
}
|
|
567
513
|
|
|
568
514
|
&.spartan-dropdown-menu-item-indicator {
|
|
569
|
-
@apply absolute end-2 flex items-center justify-center;
|
|
515
|
+
@apply absolute end-2 flex items-center justify-center [&_ng-icon]:text-[calc(var(--spacing)*4)];
|
|
570
516
|
}
|
|
571
517
|
|
|
572
518
|
&.spartan-dropdown-menu-label {
|
|
573
|
-
@apply text-muted-foreground px-2 py-1.5 text-xs font-medium data-inset:
|
|
519
|
+
@apply text-muted-foreground px-2 py-1.5 text-xs font-medium data-inset:ps-8;
|
|
574
520
|
}
|
|
575
521
|
|
|
576
522
|
&.spartan-dropdown-menu-separator {
|
|
@@ -578,19 +524,11 @@
|
|
|
578
524
|
}
|
|
579
525
|
|
|
580
526
|
&.spartan-dropdown-menu-shortcut {
|
|
581
|
-
@apply text-muted-foreground group-focus/dropdown-menu-item:text-accent-foreground
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
&.spartan-dropdown-menu-sub-trigger {
|
|
585
|
-
@apply focus:bg-accent focus:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
527
|
+
@apply text-muted-foreground group-focus/dropdown-menu-item:text-accent-foreground ms-auto text-xs tracking-widest;
|
|
586
528
|
}
|
|
587
529
|
|
|
588
530
|
&.spartan-dropdown-menu-sub-content {
|
|
589
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
&.spartan-dropdown-menu-subcontent {
|
|
593
|
-
@apply shadow-lg;
|
|
531
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-24 rounded-md p-1 shadow-lg ring-1 duration-100;
|
|
594
532
|
}
|
|
595
533
|
|
|
596
534
|
/* MARK: Empty */
|
|
@@ -806,54 +744,6 @@
|
|
|
806
744
|
@apply hover:bg-muted aria-expanded:bg-muted rounded-sm px-2 py-1 text-sm font-medium;
|
|
807
745
|
}
|
|
808
746
|
|
|
809
|
-
&.spartan-menubar-content {
|
|
810
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-36 rounded-md p-1 shadow-md ring-1 duration-100;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
&.spartan-menubar-content-logical {
|
|
814
|
-
@apply data-[side=inline-start]:slide-in-from-right-2 data-[side=inline-end]:slide-in-from-left-2;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
&.spartan-menubar-item {
|
|
818
|
-
@apply focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[ng-icon]:text-destructive! not-data-[variant=destructive]:focus:**:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-disabled:opacity-50 data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
&.spartan-menubar-checkbox-item {
|
|
822
|
-
@apply focus:bg-accent focus:text-accent-foreground focus:**:text-accent-foreground gap-2 rounded-md py-1.5 pr-2 pl-8 text-sm data-inset:pl-8;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
&.spartan-menubar-checkbox-item-indicator {
|
|
826
|
-
@apply start-2 size-4 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
&.spartan-menubar-radio-item {
|
|
830
|
-
@apply focus:bg-accent focus:text-accent-foreground focus:**:text-accent-foreground gap-2 rounded-md py-1.5 pr-2 pl-8 text-sm data-disabled:opacity-50 data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
&.spartan-menubar-radio-item-indicator {
|
|
834
|
-
@apply start-2 size-4 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
&.spartan-menubar-label {
|
|
838
|
-
@apply px-2 py-1.5 text-sm font-medium data-inset:pl-8;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
&.spartan-menubar-separator {
|
|
842
|
-
@apply bg-border;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
&.spartan-menubar-shortcut {
|
|
846
|
-
@apply text-muted-foreground group-focus/menubar-item:text-accent-foreground text-xs tracking-widest;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
&.spartan-menubar-sub-trigger {
|
|
850
|
-
@apply focus:bg-accent focus:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground gap-2 rounded-sm px-2 py-1.5 text-sm data-inset:pl-8 [&_ng-icon:not([class*='text-'])]:text-[calc(var(--spacing)*4)];
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
&.spartan-menubar-sub-content {
|
|
854
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-32 rounded-md p-1 shadow-lg ring-1 duration-100;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
747
|
/* MARK: Navigation Menu */
|
|
858
748
|
&.spartan-navigation-menu {
|
|
859
749
|
@apply max-w-max;
|
|
@@ -964,7 +854,7 @@
|
|
|
964
854
|
}
|
|
965
855
|
|
|
966
856
|
&.spartan-progress-value {
|
|
967
|
-
@apply text-muted-foreground
|
|
857
|
+
@apply text-muted-foreground ms-auto text-sm tabular-nums;
|
|
968
858
|
}
|
|
969
859
|
|
|
970
860
|
/* MARK: Radio Group */
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "accordion",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
6
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
6
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
7
7
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
8
8
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
9
9
|
"clsx": "^2.1.1"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"name": "alert-dialog",
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
23
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
23
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
24
24
|
"clsx": "^2.1.1"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
38
38
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
39
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
39
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
40
40
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
41
41
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
42
42
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "avatar",
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
49
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
49
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"badge": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"name": "button",
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
73
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
73
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
74
74
|
"class-variance-authority": "^0.7.0",
|
|
75
75
|
"clsx": "^2.1.1"
|
|
76
76
|
}
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"name": "button-group",
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
82
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
82
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
83
83
|
"class-variance-authority": "^0.7.0"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
92
92
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
93
93
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
94
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
94
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
95
95
|
"clsx": "^2.1.1"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
122
122
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
123
123
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
124
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
124
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
125
125
|
"clsx": "^2.1.1"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"name": "collapsible",
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
132
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
132
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"combobox": {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
139
139
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
140
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
140
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
141
141
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
142
142
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
143
143
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
151
151
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
152
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
152
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
153
153
|
"clsx": "^2.1.1",
|
|
154
154
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
155
155
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0"
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"name": "context-menu",
|
|
160
160
|
"peerDependencies": {
|
|
161
161
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
162
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
162
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
163
163
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
164
164
|
"rxjs": "^7.8.0"
|
|
165
165
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
171
171
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
172
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
172
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
173
173
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
174
174
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
175
175
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"name": "dialog",
|
|
181
181
|
"peerDependencies": {
|
|
182
182
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
183
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
183
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
184
184
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
185
185
|
"@angular/common": ">=21.0.0 <23.0.0",
|
|
186
186
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"name": "drawer",
|
|
193
193
|
"peerDependencies": {
|
|
194
194
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
195
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
195
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
196
196
|
"clsx": "^2.1.1"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
204
204
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
205
205
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
206
|
-
"
|
|
207
|
-
"
|
|
206
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
207
|
+
"rxjs": "^7.8.0"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"empty": {
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"name": "field",
|
|
219
219
|
"peerDependencies": {
|
|
220
220
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
221
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
221
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
222
222
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
223
223
|
"class-variance-authority": "^0.7.0"
|
|
224
224
|
}
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"name": "hover-card",
|
|
228
228
|
"peerDependencies": {
|
|
229
229
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
230
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
230
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
"icon": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"peerDependencies": {
|
|
244
244
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
245
245
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
246
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
246
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
"input-group": {
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
261
261
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
262
262
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
263
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
263
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"item": {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"peerDependencies": {
|
|
269
269
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
270
270
|
"class-variance-authority": "^0.7.0",
|
|
271
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
271
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"kbd": {
|
|
@@ -281,14 +281,14 @@
|
|
|
281
281
|
"name": "label",
|
|
282
282
|
"peerDependencies": {
|
|
283
283
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
284
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
284
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"menubar": {
|
|
288
288
|
"name": "menubar",
|
|
289
289
|
"peerDependencies": {
|
|
290
290
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
291
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
291
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
292
292
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
293
293
|
"rxjs": "^7.8.0"
|
|
294
294
|
}
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
302
302
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
303
303
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
304
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
304
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
305
305
|
"clsx": "^2.1.1"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"name": "navigation-menu",
|
|
310
310
|
"peerDependencies": {
|
|
311
311
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
312
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
312
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
313
313
|
}
|
|
314
314
|
},
|
|
315
315
|
"pagination": {
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"name": "popover",
|
|
328
328
|
"peerDependencies": {
|
|
329
329
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
330
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
330
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
331
331
|
"@angular/cdk": ">=21.0.0 <23.0.0"
|
|
332
332
|
}
|
|
333
333
|
},
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"peerDependencies": {
|
|
337
337
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
338
338
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
339
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
339
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
342
|
"radio-group": {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"peerDependencies": {
|
|
345
345
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
346
346
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
347
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
347
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
348
348
|
"clsx": "^2.1.1",
|
|
349
349
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
350
350
|
"@angular/common": ">=21.0.0 <23.0.0"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"name": "resizable",
|
|
355
355
|
"peerDependencies": {
|
|
356
356
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
357
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
357
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"scroll-area": {
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
371
371
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
372
372
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
373
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
373
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
374
374
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
375
375
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
376
376
|
"clsx": "^2.1.1"
|
|
@@ -380,14 +380,14 @@
|
|
|
380
380
|
"name": "separator",
|
|
381
381
|
"peerDependencies": {
|
|
382
382
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
383
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
383
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"sheet": {
|
|
387
387
|
"name": "sheet",
|
|
388
388
|
"peerDependencies": {
|
|
389
389
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
390
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
390
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
391
391
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
392
392
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
393
393
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"peerDependencies": {
|
|
400
400
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
401
401
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
402
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
402
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
403
403
|
"class-variance-authority": "^0.7.0",
|
|
404
404
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
405
405
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"peerDependencies": {
|
|
419
419
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
420
420
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
421
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
421
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
422
422
|
}
|
|
423
423
|
},
|
|
424
424
|
"sonner": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
429
429
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
430
430
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
431
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
431
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
432
432
|
"clsx": "^2.1.1"
|
|
433
433
|
}
|
|
434
434
|
},
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
447
447
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
448
448
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
449
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
449
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
450
450
|
"clsx": "^2.1.1"
|
|
451
451
|
}
|
|
452
452
|
},
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"name": "tabs",
|
|
461
461
|
"peerDependencies": {
|
|
462
462
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
463
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
463
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
464
464
|
"class-variance-authority": "^0.7.0",
|
|
465
465
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
466
466
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
@@ -474,14 +474,14 @@
|
|
|
474
474
|
"peerDependencies": {
|
|
475
475
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
476
476
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
477
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
477
|
+
"@spartan-ng/brain": "0.0.1-alpha.716"
|
|
478
478
|
}
|
|
479
479
|
},
|
|
480
480
|
"toggle": {
|
|
481
481
|
"name": "toggle",
|
|
482
482
|
"peerDependencies": {
|
|
483
483
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
484
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
484
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
485
485
|
"class-variance-authority": "^0.7.0"
|
|
486
486
|
}
|
|
487
487
|
},
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"name": "toggle-group",
|
|
490
490
|
"peerDependencies": {
|
|
491
491
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
492
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
492
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
493
493
|
"@angular/cdk": ">=21.0.0 <23.0.0"
|
|
494
494
|
}
|
|
495
495
|
},
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"name": "tooltip",
|
|
498
498
|
"peerDependencies": {
|
|
499
499
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
500
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
500
|
+
"@spartan-ng/brain": "0.0.1-alpha.716",
|
|
501
501
|
"class-variance-authority": "^0.7.0"
|
|
502
502
|
}
|
|
503
503
|
},
|