@spartan-ng/cli 0.0.1-alpha.557 → 0.0.1-alpha.559
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/ui/libs/accordion/files/lib/hlm-accordion-content.ts.template +1 -1
- package/src/generators/ui/libs/accordion/files/lib/hlm-accordion-item.ts.template +3 -3
- package/src/generators/ui/libs/accordion/files/lib/hlm-accordion-trigger.ts.template +1 -1
- package/src/generators/ui/libs/accordion/files/lib/hlm-accordion.ts.template +1 -1
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-cancel-button.ts.template +1 -1
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-content.ts.template +1 -1
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-description.ts.template +1 -1
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-footer.ts.template +4 -4
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-header.ts.template +4 -4
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog-title.ts.template +1 -1
- package/src/generators/ui/libs/alert-dialog/files/lib/hlm-alert-dialog.ts.template +6 -6
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete-group.ts.template +2 -2
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete-item.ts.template +4 -4
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete-list.ts.template +5 -5
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete.ts.template +1 -1
- package/src/generators/ui/libs/breadcrumb/files/lib/hlm-breadcrumb-ellipsis.ts.template +1 -1
- package/src/generators/ui/libs/breadcrumb/files/lib/hlm-breadcrumb-separator.ts.template +1 -1
- package/src/generators/ui/libs/button-group/files/lib/hlm-button-group-separator.ts.template +1 -1
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar-multi.ts.template +1 -1
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar-range.ts.template +1 -1
- package/src/generators/ui/libs/calendar/files/lib/hlm-calendar.ts.template +1 -1
- package/src/generators/ui/libs/carousel/files/lib/hlm-carousel-next.ts.template +3 -3
- package/src/generators/ui/libs/carousel/files/lib/hlm-carousel-previous.ts.template +3 -3
- package/src/generators/ui/libs/carousel/files/lib/hlm-carousel-slide-display.ts.template +4 -4
- package/src/generators/ui/libs/carousel/files/lib/hlm-carousel.ts.template +1 -1
- package/src/generators/ui/libs/checkbox/files/lib/hlm-checkbox.ts.template +11 -11
- package/src/generators/ui/libs/command/files/lib/hlm-command-dialog-close-button.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-group-label.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command-group.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command-icon.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-item.ts.template +4 -4
- package/src/generators/ui/libs/command/files/lib/hlm-command-list.ts.template +5 -5
- package/src/generators/ui/libs/command/files/lib/hlm-command-search-input.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command-search.ts.template +5 -5
- package/src/generators/ui/libs/command/files/lib/hlm-command-separator.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command-shortcut.ts.template +2 -2
- package/src/generators/ui/libs/command/files/lib/hlm-command.ts.template +4 -4
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-picker-multi.ts.template +4 -4
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-picker.ts.template +4 -4
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-range-picker.ts.template +4 -4
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-content.ts.template +1 -1
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-description.ts.template +1 -1
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-footer.ts.template +4 -4
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-header.ts.template +4 -4
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog.ts.template +2 -2
- package/src/generators/ui/libs/field/files/lib/hlm-field-error.ts.template +1 -1
- package/src/generators/ui/libs/field/files/lib/hlm-field-separator.ts.template +1 -1
- package/src/generators/ui/libs/form-field/files/lib/hlm-form-field.ts.template +4 -4
- package/src/generators/ui/libs/hover-card/files/lib/hlm-hover-card-content.ts.template +1 -1
- package/src/generators/ui/libs/input/files/lib/hlm-input.ts.template +3 -3
- package/src/generators/ui/libs/input-otp/files/lib/hlm-input-otp-fake-caret.ts.template +1 -1
- package/src/generators/ui/libs/input-otp/files/lib/hlm-input-otp-separator.ts.template +4 -4
- package/src/generators/ui/libs/input-otp/files/lib/hlm-input-otp-slot.ts.template +5 -5
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-bar-item.ts.template +1 -1
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-bar.ts.template +2 -2
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-group.ts.template +2 -2
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item-check.ts.template +5 -5
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item-checkbox.ts.template +3 -3
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item-radio-indicator.ts.template +5 -5
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item-radio.ts.template +3 -3
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item-sub-indicator.ts.template +5 -5
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item.ts.template +5 -5
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-label.ts.template +4 -4
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-separator.ts.template +2 -2
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-shortcut.ts.template +4 -4
- package/src/generators/ui/libs/menu/files/lib/hlm-menu.ts.template +2 -2
- package/src/generators/ui/libs/menu/files/lib/hlm-sub-menu.ts.template +2 -2
- package/src/generators/ui/libs/navigation-menu/files/hlm-navigation-menu-item.ts.template +1 -1
- package/src/generators/ui/libs/navigation-menu/files/hlm-navigation-menu-link.ts.template +1 -1
- package/src/generators/ui/libs/navigation-menu/files/hlm-navigation-menu-list.ts.template +3 -3
- package/src/generators/ui/libs/navigation-menu/files/hlm-navigation-menu-trigger.ts.template +1 -1
- package/src/generators/ui/libs/navigation-menu/files/hlm-navigation-menu.ts.template +3 -3
- package/src/generators/ui/libs/pagination/files/lib/hlm-numbered-pagination-query-params.ts.template +13 -13
- package/src/generators/ui/libs/pagination/files/lib/hlm-numbered-pagination.ts.template +13 -13
- package/src/generators/ui/libs/pagination/files/lib/hlm-pagination-ellipsis.ts.template +1 -1
- package/src/generators/ui/libs/pagination/files/lib/hlm-pagination-next.ts.template +1 -1
- package/src/generators/ui/libs/pagination/files/lib/hlm-pagination-previous.ts.template +1 -1
- package/src/generators/ui/libs/progress/files/lib/hlm-progress-indicator.ts.template +1 -1
- package/src/generators/ui/libs/progress/files/lib/hlm-progress.ts.template +1 -1
- package/src/generators/ui/libs/radio-group/files/lib/hlm-radio-group.ts.template +1 -1
- package/src/generators/ui/libs/radio-group/files/lib/hlm-radio-indicator.ts.template +1 -1
- package/src/generators/ui/libs/radio-group/files/lib/hlm-radio.ts.template +9 -9
- package/src/generators/ui/libs/resizable/files/lib/hlm-resizable-group.ts.template +4 -4
- package/src/generators/ui/libs/resizable/files/lib/hlm-resizable-handle.ts.template +5 -5
- package/src/generators/ui/libs/resizable/files/lib/hlm-resizable-panel.ts.template +4 -4
- package/src/generators/ui/libs/select/files/lib/hlm-select-option.ts.template +2 -2
- package/src/generators/ui/libs/select/files/lib/hlm-select-scroll-down.ts.template +1 -1
- package/src/generators/ui/libs/select/files/lib/hlm-select-scroll-up.ts.template +1 -1
- package/src/generators/ui/libs/select/files/lib/hlm-select-trigger.ts.template +1 -1
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-content.ts.template +1 -1
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-description.ts.template +1 -1
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-footer.ts.template +4 -4
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-header.ts.template +4 -4
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-title.ts.template +1 -1
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet.ts.template +2 -2
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-menu-action.ts.template +2 -1
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-menu-button.ts.template +2 -1
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-menu-skeleton.ts.template +10 -11
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-menu-sub-button.ts.template +2 -1
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-trigger.ts.template +4 -4
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar.ts.template +9 -9
- package/src/generators/ui/libs/slider/files/lib/hlm-slider.ts.template +4 -4
- package/src/generators/ui/libs/sonner/files/lib/hlm-toaster.ts.template +1 -1
- package/src/generators/ui/libs/spinner/files/lib/hlm-spinner.ts.template +1 -1
- package/src/generators/ui/libs/switch/files/lib/hlm-switch.ts.template +2 -2
- package/src/generators/ui/libs/table/files/lib/hlm-table.ts.template +0 -1
- package/src/generators/ui/libs/tabs/files/lib/hlm-tabs-list.ts.template +2 -2
- package/src/generators/ui/libs/tabs/files/lib/hlm-tabs-paginated-list.ts.template +4 -4
- package/src/generators/ui/libs/tabs/files/lib/hlm-tabs.ts.template +2 -2
- package/src/generators/ui/libs/textarea/files/lib/hlm-textarea.ts.template +4 -4
- package/src/generators/ui/libs/toggle-group/files/lib/hlm-toggle-group.ts.template +1 -1
- package/src/generators/ui/libs/tooltip/files/lib/hlm-tooltip.ts.template +1 -1
- package/src/generators/ui/supported-ui-libraries.json +37 -36
|
@@ -12,6 +12,7 @@ import type { ClassValue } from 'clsx';
|
|
|
12
12
|
|
|
13
13
|
@Component({
|
|
14
14
|
selector: 'hlm-slider, brn-slider [hlm]',
|
|
15
|
+
imports: [BrnSliderThumb, BrnSliderTrack, BrnSliderRange, BrnSliderTick],
|
|
15
16
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
16
17
|
hostDirectives: [
|
|
17
18
|
{
|
|
@@ -20,6 +21,9 @@ import type { ClassValue } from 'clsx';
|
|
|
20
21
|
outputs: ['valueChange'],
|
|
21
22
|
},
|
|
22
23
|
],
|
|
24
|
+
host: {
|
|
25
|
+
'[class]': '_computedClass()',
|
|
26
|
+
},
|
|
23
27
|
template: `
|
|
24
28
|
<div brnSliderTrack class="bg-muted relative h-1.5 w-full grow overflow-hidden rounded-full">
|
|
25
29
|
<div class="bg-primary absolute h-full" brnSliderRange></div>
|
|
@@ -42,10 +46,6 @@ import type { ClassValue } from 'clsx';
|
|
|
42
46
|
brnSliderThumb
|
|
43
47
|
></span>
|
|
44
48
|
`,
|
|
45
|
-
host: {
|
|
46
|
-
'[class]': '_computedClass()',
|
|
47
|
-
},
|
|
48
|
-
imports: [BrnSliderThumb, BrnSliderTrack, BrnSliderRange, BrnSliderTick],
|
|
49
49
|
})
|
|
50
50
|
export class HlmSlider {
|
|
51
51
|
protected readonly _slider = injectBrnSlider();
|
|
@@ -6,6 +6,7 @@ import { NgxSonnerToaster, type ToasterProps } from 'ngx-sonner';
|
|
|
6
6
|
@Component({
|
|
7
7
|
selector: 'hlm-toaster',
|
|
8
8
|
imports: [NgxSonnerToaster],
|
|
9
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9
10
|
template: `
|
|
10
11
|
<ngx-sonner-toaster
|
|
11
12
|
[class]="_computedClass()"
|
|
@@ -24,7 +25,6 @@ import { NgxSonnerToaster, type ToasterProps } from 'ngx-sonner';
|
|
|
24
25
|
[style]="userStyle()"
|
|
25
26
|
/>
|
|
26
27
|
`,
|
|
27
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
28
28
|
})
|
|
29
29
|
export class HlmToaster {
|
|
30
30
|
public readonly invert = input<ToasterProps['invert'], boolean | string>(false, {
|
|
@@ -8,6 +8,7 @@ import type { ClassValue } from 'clsx';
|
|
|
8
8
|
selector: 'hlm-spinner',
|
|
9
9
|
imports: [NgIcon],
|
|
10
10
|
providers: [provideIcons({ lucideLoader })],
|
|
11
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11
12
|
host: {
|
|
12
13
|
role: 'status',
|
|
13
14
|
'[attr.aria-label]': 'ariaLabel()',
|
|
@@ -16,7 +17,6 @@ import type { ClassValue } from 'clsx';
|
|
|
16
17
|
template: `
|
|
17
18
|
<ng-icon [name]="icon()" [class]="_computedClass()" />
|
|
18
19
|
`,
|
|
19
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
20
20
|
})
|
|
21
21
|
export class HlmSpinner {
|
|
22
22
|
/**
|
|
@@ -26,6 +26,8 @@ export const HLM_SWITCH_VALUE_ACCESSOR = {
|
|
|
26
26
|
@Component({
|
|
27
27
|
selector: 'hlm-switch',
|
|
28
28
|
imports: [BrnSwitchThumb, BrnSwitch, HlmSwitchThumb],
|
|
29
|
+
providers: [HLM_SWITCH_VALUE_ACCESSOR],
|
|
30
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
29
31
|
host: {
|
|
30
32
|
class: 'contents',
|
|
31
33
|
'[attr.id]': 'null',
|
|
@@ -48,8 +50,6 @@ export const HLM_SWITCH_VALUE_ACCESSOR = {
|
|
|
48
50
|
<brn-switch-thumb hlm />
|
|
49
51
|
</brn-switch>
|
|
50
52
|
`,
|
|
51
|
-
providers: [HLM_SWITCH_VALUE_ACCESSOR],
|
|
52
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
53
53
|
})
|
|
54
54
|
export class HlmSwitch implements ControlValueAccessor {
|
|
55
55
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
@@ -22,12 +22,12 @@ type ListVariants = VariantProps<typeof listVariants>;
|
|
|
22
22
|
|
|
23
23
|
@Component({
|
|
24
24
|
selector: 'hlm-tabs-list',
|
|
25
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
25
26
|
hostDirectives: [BrnTabsList],
|
|
26
|
-
template: '<ng-content/>',
|
|
27
27
|
host: {
|
|
28
28
|
'[class]': '_computedClass()',
|
|
29
29
|
},
|
|
30
|
-
|
|
30
|
+
template: '<ng-content/>',
|
|
31
31
|
})
|
|
32
32
|
export class HlmTabsList {
|
|
33
33
|
public readonly orientation = input<ListVariants['orientation']>('horizontal');
|
|
@@ -23,6 +23,10 @@ import { listVariants } from './hlm-tabs-list';
|
|
|
23
23
|
selector: 'hlm-paginated-tabs-list',
|
|
24
24
|
imports: [CdkObserveContent, NgIcon, HlmIcon],
|
|
25
25
|
providers: [provideIcons({ lucideChevronRight, lucideChevronLeft })],
|
|
26
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
27
|
+
host: {
|
|
28
|
+
'[class]': '_computedClass()',
|
|
29
|
+
},
|
|
26
30
|
template: `
|
|
27
31
|
<button
|
|
28
32
|
#previousPaginator
|
|
@@ -66,10 +70,6 @@ import { listVariants } from './hlm-tabs-list';
|
|
|
66
70
|
<ng-icon hlm size="base" name="lucideChevronRight" />
|
|
67
71
|
</button>
|
|
68
72
|
`,
|
|
69
|
-
host: {
|
|
70
|
-
'[class]': '_computedClass()',
|
|
71
|
-
},
|
|
72
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
73
73
|
})
|
|
74
74
|
export class HlmTabsPaginatedList extends BrnTabsPaginatedList {
|
|
75
75
|
public readonly items = contentChildren(BrnTabsTrigger, { descendants: false });
|
|
@@ -5,6 +5,7 @@ import type { ClassValue } from 'clsx';
|
|
|
5
5
|
|
|
6
6
|
@Component({
|
|
7
7
|
selector: 'hlm-tabs',
|
|
8
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8
9
|
hostDirectives: [
|
|
9
10
|
{
|
|
10
11
|
directive: BrnTabs,
|
|
@@ -12,11 +13,10 @@ import type { ClassValue } from 'clsx';
|
|
|
12
13
|
outputs: ['tabActivated'],
|
|
13
14
|
},
|
|
14
15
|
],
|
|
15
|
-
template: '<ng-content/>',
|
|
16
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
17
16
|
host: {
|
|
18
17
|
'[class]': '_computedClass()',
|
|
19
18
|
},
|
|
19
|
+
template: '<ng-content/>',
|
|
20
20
|
})
|
|
21
21
|
export class HlmTabs {
|
|
22
22
|
public readonly tab = input.required<string>();
|
|
@@ -36,16 +36,16 @@ type TextareaVariants = VariantProps<typeof textareaVariants>;
|
|
|
36
36
|
|
|
37
37
|
@Directive({
|
|
38
38
|
selector: '[hlmTextarea]',
|
|
39
|
-
host: {
|
|
40
|
-
'data-slot': 'textarea',
|
|
41
|
-
'[class]': '_computedClass()',
|
|
42
|
-
},
|
|
43
39
|
providers: [
|
|
44
40
|
{
|
|
45
41
|
provide: BrnFormFieldControl,
|
|
46
42
|
useExisting: forwardRef(() => HlmTextarea),
|
|
47
43
|
},
|
|
48
44
|
],
|
|
45
|
+
host: {
|
|
46
|
+
'data-slot': 'textarea',
|
|
47
|
+
'[class]': '_computedClass()',
|
|
48
|
+
},
|
|
49
49
|
})
|
|
50
50
|
export class HlmTextarea implements BrnFormFieldControl, DoCheck {
|
|
51
51
|
private readonly _injector = inject(Injector);
|
|
@@ -8,6 +8,7 @@ import { provideHlmToggleGroup } from './hlm-toggle-group.token';
|
|
|
8
8
|
|
|
9
9
|
@Directive({
|
|
10
10
|
selector: '[hlmToggleGroup],hlm-toggle-group',
|
|
11
|
+
providers: [provideHlmToggleGroup(HlmToggleGroup)],
|
|
11
12
|
hostDirectives: [
|
|
12
13
|
{
|
|
13
14
|
directive: BrnToggleGroup,
|
|
@@ -23,7 +24,6 @@ import { provideHlmToggleGroup } from './hlm-toggle-group.token';
|
|
|
23
24
|
'[attr.data-spacing]': 'spacing()',
|
|
24
25
|
'[style.--gap]': 'spacing()',
|
|
25
26
|
},
|
|
26
|
-
providers: [provideHlmToggleGroup(HlmToggleGroup)],
|
|
27
27
|
})
|
|
28
28
|
export class HlmToggleGroup {
|
|
29
29
|
public readonly variant = input<ToggleVariants['variant']>('default');
|
|
@@ -4,10 +4,10 @@ import { BrnTooltip } from '@spartan-ng/brain/tooltip';
|
|
|
4
4
|
@Component({
|
|
5
5
|
selector: 'hlm-tooltip',
|
|
6
6
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7
|
+
hostDirectives: [BrnTooltip],
|
|
7
8
|
host: {
|
|
8
9
|
'[style]': '{display: "contents"}',
|
|
9
10
|
},
|
|
10
|
-
hostDirectives: [BrnTooltip],
|
|
11
11
|
template: `
|
|
12
12
|
<ng-content />
|
|
13
13
|
`,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "accordion",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": "^19.0.0",
|
|
6
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
6
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
7
7
|
"clsx": "^2.1.1",
|
|
8
8
|
"@ng-icons/core": "^31.4.0",
|
|
9
9
|
"@ng-icons/lucide": "^31.4.0"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"name": "alert-dialog",
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@angular/core": "^19.0.0",
|
|
24
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
24
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
25
25
|
"clsx": "^2.1.1"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@angular/core": "^19.0.0",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
41
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
42
42
|
"@angular/cdk": "^19.0.0",
|
|
43
43
|
"@angular/common": "^19.0.0",
|
|
44
44
|
"@angular/forms": "^19.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"name": "avatar",
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@angular/core": "^19.0.0",
|
|
53
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
53
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
54
54
|
"clsx": "^2.1.1"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"name": "button",
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@angular/core": "^19.0.0",
|
|
79
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
79
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
80
80
|
"class-variance-authority": "^0.7.0",
|
|
81
81
|
"clsx": "^2.1.1"
|
|
82
82
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"name": "button-group",
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@angular/core": "^19.0.0",
|
|
88
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
88
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
89
89
|
"clsx": "^2.1.1",
|
|
90
90
|
"class-variance-authority": "^0.7.0"
|
|
91
91
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@angular/core": "^19.0.0",
|
|
99
99
|
"@ng-icons/core": "^31.4.0",
|
|
100
100
|
"@ng-icons/lucide": "^31.4.0",
|
|
101
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
101
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
102
102
|
"clsx": "^2.1.1"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@angular/cdk": "^19.0.0",
|
|
129
129
|
"@ng-icons/core": "^31.4.0",
|
|
130
130
|
"@ng-icons/lucide": "^31.4.0",
|
|
131
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
131
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
132
132
|
"clsx": "^2.1.1"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"name": "collapsible",
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"@angular/core": "^19.0.0",
|
|
139
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
139
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
140
140
|
"clsx": "^2.1.1"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"name": "command",
|
|
145
145
|
"peerDependencies": {
|
|
146
146
|
"@angular/core": "^19.0.0",
|
|
147
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
147
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
148
148
|
"clsx": "^2.1.1"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@angular/forms": "^19.0.0",
|
|
157
157
|
"@ng-icons/core": "^31.4.0",
|
|
158
158
|
"@ng-icons/lucide": "^31.4.0",
|
|
159
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
159
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
160
160
|
"clsx": "^2.1.1"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"@angular/common": "^19.0.0",
|
|
169
169
|
"@ng-icons/core": "^31.4.0",
|
|
170
170
|
"@ng-icons/lucide": "^31.4.0",
|
|
171
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
171
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
172
172
|
"@angular/cdk": "^19.0.0"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"peerDependencies": {
|
|
194
194
|
"@angular/core": "^19.0.0",
|
|
195
195
|
"@angular/forms": "^19.0.0",
|
|
196
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
196
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
197
197
|
"clsx": "^2.1.1"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"name": "hover-card",
|
|
202
202
|
"peerDependencies": {
|
|
203
203
|
"@angular/core": "^19.0.0",
|
|
204
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
204
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
205
205
|
"clsx": "^2.1.1"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"peerDependencies": {
|
|
219
219
|
"@angular/core": "^19.0.0",
|
|
220
220
|
"@angular/forms": "^19.0.0",
|
|
221
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
221
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
222
222
|
"class-variance-authority": "^0.7.0",
|
|
223
223
|
"clsx": "^2.1.1"
|
|
224
224
|
}
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"@ng-icons/core": "^31.4.0",
|
|
240
240
|
"@ng-icons/lucide": "^31.4.0",
|
|
241
241
|
"@angular/cdk": "^19.0.0",
|
|
242
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
242
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"item": {
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"@angular/core": "^19.0.0",
|
|
249
249
|
"clsx": "^2.1.1",
|
|
250
250
|
"class-variance-authority": "^0.7.0",
|
|
251
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
251
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"kbd": {
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"name": "label",
|
|
263
263
|
"peerDependencies": {
|
|
264
264
|
"@angular/core": "^19.0.0",
|
|
265
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
265
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
266
266
|
"clsx": "^2.1.1"
|
|
267
267
|
}
|
|
268
268
|
},
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"name": "menu",
|
|
271
271
|
"peerDependencies": {
|
|
272
272
|
"@angular/core": "^19.0.0",
|
|
273
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
273
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
274
274
|
"clsx": "^2.1.1",
|
|
275
275
|
"@ng-icons/core": "^31.4.0",
|
|
276
276
|
"@ng-icons/lucide": "^31.4.0",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"peerDependencies": {
|
|
284
284
|
"@angular/core": "^19.0.0",
|
|
285
285
|
"clsx": "^2.1.1",
|
|
286
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
286
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"pagination": {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"@angular/cdk": "^19.0.0",
|
|
293
293
|
"@angular/core": "^19.0.0",
|
|
294
294
|
"@angular/forms": "^19.0.0",
|
|
295
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
295
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
296
296
|
"class-variance-authority": "^0.7.0",
|
|
297
297
|
"clsx": "^2.1.1",
|
|
298
298
|
"@ng-icons/core": "^31.4.0",
|
|
@@ -305,14 +305,14 @@
|
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"@angular/core": "^19.0.0",
|
|
307
307
|
"clsx": "^2.1.1",
|
|
308
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
308
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
311
|
"progress": {
|
|
312
312
|
"name": "progress",
|
|
313
313
|
"peerDependencies": {
|
|
314
314
|
"@angular/core": "^19.0.0",
|
|
315
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
315
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
316
316
|
"clsx": "^2.1.1"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"name": "radio-group",
|
|
321
321
|
"peerDependencies": {
|
|
322
322
|
"@angular/core": "^19.0.0",
|
|
323
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
323
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
324
324
|
"clsx": "^2.1.1",
|
|
325
325
|
"@angular/common": "^19.0.0"
|
|
326
326
|
}
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"name": "resizable",
|
|
330
330
|
"peerDependencies": {
|
|
331
331
|
"@angular/core": "^19.0.0",
|
|
332
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
332
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
333
333
|
"clsx": "^2.1.1",
|
|
334
334
|
"@ng-icons/core": "^31.4.0",
|
|
335
335
|
"@ng-icons/lucide": "^31.4.0"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"peerDependencies": {
|
|
348
348
|
"@angular/cdk": "^19.0.0",
|
|
349
349
|
"@angular/core": "^19.0.0",
|
|
350
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
350
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
351
351
|
"clsx": "^2.1.1",
|
|
352
352
|
"@ng-icons/core": "^31.4.0",
|
|
353
353
|
"@ng-icons/lucide": "^31.4.0",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"name": "separator",
|
|
359
359
|
"peerDependencies": {
|
|
360
360
|
"@angular/core": "^19.0.0",
|
|
361
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
361
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
362
362
|
"clsx": "^2.1.1"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"clsx": "^2.1.1",
|
|
370
370
|
"@ng-icons/core": "^31.4.0",
|
|
371
371
|
"@ng-icons/lucide": "^31.4.0",
|
|
372
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
372
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
373
373
|
"class-variance-authority": "^0.7.0"
|
|
374
374
|
}
|
|
375
375
|
},
|
|
@@ -378,7 +378,8 @@
|
|
|
378
378
|
"peerDependencies": {
|
|
379
379
|
"@angular/core": "^19.0.0",
|
|
380
380
|
"clsx": "^2.1.1",
|
|
381
|
-
"@
|
|
381
|
+
"@angular/cdk": "^19.0.0",
|
|
382
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
382
383
|
"class-variance-authority": "^0.7.0",
|
|
383
384
|
"@ng-icons/core": "^31.4.0",
|
|
384
385
|
"@ng-icons/lucide": "^31.4.0",
|
|
@@ -396,7 +397,7 @@
|
|
|
396
397
|
"name": "slider",
|
|
397
398
|
"peerDependencies": {
|
|
398
399
|
"@angular/core": "^19.0.0",
|
|
399
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
400
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
400
401
|
"clsx": "^2.1.1"
|
|
401
402
|
}
|
|
402
403
|
},
|
|
@@ -424,7 +425,7 @@
|
|
|
424
425
|
"clsx": "^2.1.1",
|
|
425
426
|
"@angular/cdk": "^19.0.0",
|
|
426
427
|
"@angular/forms": "^19.0.0",
|
|
427
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
428
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
428
429
|
}
|
|
429
430
|
},
|
|
430
431
|
"table": {
|
|
@@ -438,7 +439,7 @@
|
|
|
438
439
|
"name": "tabs",
|
|
439
440
|
"peerDependencies": {
|
|
440
441
|
"@angular/core": "^19.0.0",
|
|
441
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
442
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
442
443
|
"clsx": "^2.1.1",
|
|
443
444
|
"class-variance-authority": "^0.7.0",
|
|
444
445
|
"@angular/cdk": "^19.0.0",
|
|
@@ -452,7 +453,7 @@
|
|
|
452
453
|
"peerDependencies": {
|
|
453
454
|
"@angular/core": "^19.0.0",
|
|
454
455
|
"@angular/forms": "^19.0.0",
|
|
455
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
456
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
456
457
|
"class-variance-authority": "^0.7.0",
|
|
457
458
|
"clsx": "^2.1.1"
|
|
458
459
|
}
|
|
@@ -461,7 +462,7 @@
|
|
|
461
462
|
"name": "toggle",
|
|
462
463
|
"peerDependencies": {
|
|
463
464
|
"@angular/core": "^19.0.0",
|
|
464
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
465
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
465
466
|
"class-variance-authority": "^0.7.0",
|
|
466
467
|
"clsx": "^2.1.1"
|
|
467
468
|
}
|
|
@@ -470,7 +471,7 @@
|
|
|
470
471
|
"name": "toggle-group",
|
|
471
472
|
"peerDependencies": {
|
|
472
473
|
"@angular/core": "^19.0.0",
|
|
473
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
474
|
+
"@spartan-ng/brain": "0.0.1-alpha.559",
|
|
474
475
|
"clsx": "^2.1.1",
|
|
475
476
|
"@angular/cdk": "^19.0.0"
|
|
476
477
|
}
|
|
@@ -479,7 +480,7 @@
|
|
|
479
480
|
"name": "tooltip",
|
|
480
481
|
"peerDependencies": {
|
|
481
482
|
"@angular/core": "^19.0.0",
|
|
482
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
483
|
+
"@spartan-ng/brain": "0.0.1-alpha.559"
|
|
483
484
|
}
|
|
484
485
|
},
|
|
485
486
|
"typography": {
|