@spartan-ng/cli 0.0.1-alpha.681 → 0.0.1-alpha.682

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spartan-ng/cli",
3
- "version": "0.0.1-alpha.681",
3
+ "version": "0.0.1-alpha.682",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/spartan-ng/spartan"
@@ -2,12 +2,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import { booleanAttribute, ChangeDetectionStrategy, Component, input } from '@angular/core';
3
3
  import { NgIcon, provideIcons } from '@ng-icons/core';
4
4
  import { lucideSearch, lucideX } from '@ng-icons/lucide';
5
- import {
6
- BrnAutocompleteAnchor,
7
- BrnAutocompleteClear,
8
- BrnAutocompleteInput,
9
- BrnAutocompleteInputWrapper,
10
- } from '@spartan-ng/brain/autocomplete';
5
+ import { BrnAutocompleteAnchor, BrnAutocompleteClear, BrnAutocompleteInput } from '@spartan-ng/brain/autocomplete';
11
6
  import { HlmInputGroupImports } from '<%- importAlias %>/input-group';
12
7
 
13
8
  @Component({
@@ -15,7 +10,6 @@ import { HlmInputGroupImports } from '<%- importAlias %>/input-group';
15
10
  imports: [HlmInputGroupImports, NgIcon, BrnAutocompleteAnchor, BrnAutocompleteClear, BrnAutocompleteInput],
16
11
  providers: [provideIcons({ lucideSearch, lucideX })],
17
12
  changeDetection: ChangeDetectionStrategy.OnPush,
18
- hostDirectives: [BrnAutocompleteInputWrapper],
19
13
  template: `
20
14
  <hlm-input-group brnAutocompleteAnchor class="w-auto">
21
15
  <input
@@ -1,15 +1,10 @@
1
1
  import { computed, Directive } from '@angular/core';
2
- import {
3
- BrnComboboxAnchor,
4
- BrnComboboxInputWrapper,
5
- BrnComboboxPopoverTrigger,
6
- injectBrnComboboxBase,
7
- } from '@spartan-ng/brain/combobox';
2
+ import { BrnComboboxAnchor, BrnComboboxPopoverTrigger, injectBrnComboboxBase } from '@spartan-ng/brain/combobox';
8
3
  import { classes } from '<%- importAlias %>/utils';
9
4
 
10
5
  @Directive({
11
6
  selector: '[hlmComboboxChips],hlm-combobox-chips',
12
- hostDirectives: [BrnComboboxInputWrapper, BrnComboboxAnchor, BrnComboboxPopoverTrigger],
7
+ hostDirectives: [BrnComboboxAnchor, BrnComboboxPopoverTrigger],
13
8
  host: {
14
9
  'data-slot': 'combobox-chips',
15
10
  },
@@ -2,7 +2,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import { booleanAttribute, ChangeDetectionStrategy, Component, input } from '@angular/core';
3
3
  import { NgIcon, provideIcons } from '@ng-icons/core';
4
4
  import { lucideChevronDown, lucideX } from '@ng-icons/lucide';
5
- import { BrnComboboxImports, BrnComboboxInputWrapper, BrnComboboxPopoverTrigger } from '@spartan-ng/brain/combobox';
5
+ import { BrnComboboxImports, BrnComboboxPopoverTrigger } from '@spartan-ng/brain/combobox';
6
6
  import { HlmInputGroupImports } from '<%- importAlias %>/input-group';
7
7
 
8
8
  @Component({
@@ -10,7 +10,6 @@ import { HlmInputGroupImports } from '<%- importAlias %>/input-group';
10
10
  imports: [HlmInputGroupImports, NgIcon, BrnComboboxImports, BrnComboboxPopoverTrigger],
11
11
  providers: [provideIcons({ lucideChevronDown, lucideX })],
12
12
  changeDetection: ChangeDetectionStrategy.OnPush,
13
- hostDirectives: [BrnComboboxInputWrapper],
14
13
  template: `
15
14
  <hlm-input-group brnComboboxAnchor class="w-auto">
16
15
  <input
@@ -1,12 +1,7 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
2
  import { NgIcon, provideIcons } from '@ng-icons/core';
3
3
  import { lucideChevronDown } from '@ng-icons/lucide';
4
- import {
5
- BrnComboboxAnchor,
6
- BrnComboboxInputWrapper,
7
- BrnComboboxPopoverTrigger,
8
- BrnComboboxTrigger,
9
- } from '@spartan-ng/brain/combobox';
4
+ import { BrnComboboxAnchor, BrnComboboxPopoverTrigger, BrnComboboxTrigger } from '@spartan-ng/brain/combobox';
10
5
  import { BrnFieldControlDescribedBy } from '@spartan-ng/brain/field';
11
6
  import { ButtonVariants, HlmButton } from '<%- importAlias %>/button';
12
7
  import { hlm } from '<%- importAlias %>/utils';
@@ -24,7 +19,6 @@ import type { ClassValue } from 'clsx';
24
19
  ],
25
20
  providers: [provideIcons({ lucideChevronDown })],
26
21
  changeDetection: ChangeDetectionStrategy.OnPush,
27
- hostDirectives: [BrnComboboxInputWrapper],
28
22
  template: `
29
23
  <button
30
24
  brnComboboxTrigger
@@ -9,6 +9,6 @@ import { classes } from '<%- importAlias %>/utils';
9
9
  })
10
10
  export class HlmPaginationContent {
11
11
  constructor() {
12
- classes(() => 'flex flex-row items-center gap-1');
12
+ classes(() => 'flex flex-row items-center gap-0.5');
13
13
  }
14
14
  }
@@ -11,19 +11,18 @@ import { classes } from '<%- importAlias %>/utils';
11
11
  changeDetection: ChangeDetectionStrategy.OnPush,
12
12
  host: {
13
13
  'data-slot': 'pagination-ellipsis',
14
+ 'aria-hidden': 'true',
14
15
  },
15
16
  template: `
16
- <span aria-hidden="true">
17
- <ng-icon hlm size="sm" name="lucideEllipsis" />
18
- <span class="sr-only">{{ srOnlyText() }}</span>
19
- </span>
17
+ <ng-icon hlm size="sm" name="lucideEllipsis" />
18
+ <span class="sr-only">{{ srOnlyText() }}</span>
20
19
  `,
21
20
  })
22
21
  export class HlmPaginationEllipsis {
22
+ /** Screen reader only text for the ellipsis */
23
+ public readonly srOnlyText = input<string>('More pages');
24
+
23
25
  constructor() {
24
26
  classes(() => 'flex size-9 items-center justify-center');
25
27
  }
26
-
27
- /** Screen reader only text for the ellipsis */
28
- public readonly srOnlyText = input<string>('More pages');
29
28
  }
@@ -5,7 +5,8 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
5
5
  import { lucideChevronRight } from '@ng-icons/lucide';
6
6
  import type { ButtonVariants } from '<%- importAlias %>/button';
7
7
  import { HlmIcon } from '<%- importAlias %>/icon';
8
- import { classes } from '<%- importAlias %>/utils';
8
+ import { hlm } from '<%- importAlias %>/utils';
9
+ import type { ClassValue } from 'clsx';
9
10
  import { HlmPaginationLink } from './hlm-pagination-link';
10
11
 
11
12
  @Component({
@@ -16,6 +17,7 @@ import { HlmPaginationLink } from './hlm-pagination-link';
16
17
  template: `
17
18
  <a
18
19
  hlmPaginationLink
20
+ [class]="_computedClass()"
19
21
  [link]="link()"
20
22
  [queryParams]="queryParams()"
21
23
  [queryParamsHandling]="queryParamsHandling()"
@@ -28,10 +30,7 @@ import { HlmPaginationLink } from './hlm-pagination-link';
28
30
  `,
29
31
  })
30
32
  export class HlmPaginationNext {
31
- constructor() {
32
- classes(() => ['gap-1 px-2.5', !this.iconOnly() ? 'sm:pr-2.5' : '']);
33
- }
34
-
33
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
35
34
  /** The link to navigate to the next page. */
36
35
  public readonly link = input<RouterLink['routerLink']>();
37
36
  /** The query parameters to pass to the next page. */
@@ -50,4 +49,8 @@ export class HlmPaginationNext {
50
49
  protected readonly _labelClass = computed(() => (this.iconOnly() ? 'sr-only' : 'hidden sm:block'));
51
50
 
52
51
  protected readonly _size = computed<ButtonVariants['size']>(() => (this.iconOnly() ? 'icon' : 'default'));
52
+
53
+ protected readonly _computedClass = computed(() =>
54
+ hlm('gap-1 px-2.5', !this.iconOnly() ? 'pr-1.5! sm:pr-2.5' : '', this.userClass()),
55
+ );
53
56
  }
@@ -5,7 +5,8 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
5
5
  import { lucideChevronLeft } from '@ng-icons/lucide';
6
6
  import type { ButtonVariants } from '<%- importAlias %>/button';
7
7
  import { HlmIcon } from '<%- importAlias %>/icon';
8
- import { classes } from '<%- importAlias %>/utils';
8
+ import { hlm } from '<%- importAlias %>/utils';
9
+ import type { ClassValue } from 'clsx';
9
10
  import { HlmPaginationLink } from './hlm-pagination-link';
10
11
 
11
12
  @Component({
@@ -16,6 +17,7 @@ import { HlmPaginationLink } from './hlm-pagination-link';
16
17
  template: `
17
18
  <a
18
19
  hlmPaginationLink
20
+ [class]="_computedClass()"
19
21
  [link]="link()"
20
22
  [queryParams]="queryParams()"
21
23
  [queryParamsHandling]="queryParamsHandling()"
@@ -28,6 +30,7 @@ import { HlmPaginationLink } from './hlm-pagination-link';
28
30
  `,
29
31
  })
30
32
  export class HlmPaginationPrevious {
33
+ public readonly userClass = input<ClassValue>('', { alias: 'class' });
31
34
  /** The link to navigate to the previous page. */
32
35
  public readonly link = input<RouterLink['routerLink']>();
33
36
  /** The query parameters to pass to the previous page. */
@@ -44,9 +47,10 @@ export class HlmPaginationPrevious {
44
47
  transform: booleanAttribute,
45
48
  });
46
49
  protected readonly _labelClass = computed(() => (this.iconOnly() ? 'sr-only' : 'hidden sm:block'));
50
+
47
51
  protected readonly _size = computed<ButtonVariants['size']>(() => (this.iconOnly() ? 'icon' : 'default'));
48
52
 
49
- constructor() {
50
- classes(() => ['gap-1 px-2.5', !this.iconOnly() ? 'sm:pl-2.5' : '']);
51
- }
53
+ protected readonly _computedClass = computed(() =>
54
+ hlm('gap-1 px-2.5', !this.iconOnly() ? 'pl-1.5! sm:pl-2.5' : '', this.userClass()),
55
+ );
52
56
  }
@@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component, computed, input } from '@angular/co
2
2
  import { NgIcon, provideIcons } from '@ng-icons/core';
3
3
  import { lucideChevronDown } from '@ng-icons/lucide';
4
4
  import { BrnFieldControlDescribedBy } from '@spartan-ng/brain/field';
5
- import { BrnSelectTrigger, BrnSelectTriggerWrapper } from '@spartan-ng/brain/select';
5
+ import { BrnSelectTrigger } from '@spartan-ng/brain/select';
6
6
  import { hlm } from '<%- importAlias %>/utils';
7
7
  import type { ClassValue } from 'clsx';
8
8
 
@@ -11,7 +11,6 @@ import type { ClassValue } from 'clsx';
11
11
  imports: [NgIcon, BrnSelectTrigger, BrnFieldControlDescribedBy],
12
12
  providers: [provideIcons({ lucideChevronDown })],
13
13
  changeDetection: ChangeDetectionStrategy.OnPush,
14
- hostDirectives: [BrnSelectTriggerWrapper],
15
14
  template: `
16
15
  <button
17
16
  brnSelectTrigger
@@ -3,7 +3,7 @@
3
3
  "name": "accordion",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=20.0.0 <22.0.0",
6
- "@spartan-ng/brain": "0.0.1-alpha.681",
6
+ "@spartan-ng/brain": "0.0.1-alpha.682",
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": ">=20.0.0 <22.0.0",
23
- "@spartan-ng/brain": "0.0.1-alpha.681",
23
+ "@spartan-ng/brain": "0.0.1-alpha.682",
24
24
  "clsx": "^2.1.1"
25
25
  }
26
26
  },
@@ -36,7 +36,7 @@
36
36
  "peerDependencies": {
37
37
  "@angular/core": ">=20.0.0 <22.0.0",
38
38
  "@angular/forms": ">=20.0.0 <22.0.0",
39
- "@spartan-ng/brain": "0.0.1-alpha.681",
39
+ "@spartan-ng/brain": "0.0.1-alpha.682",
40
40
  "@angular/cdk": ">=20.0.0 <22.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": ">=20.0.0 <22.0.0",
49
- "@spartan-ng/brain": "0.0.1-alpha.681"
49
+ "@spartan-ng/brain": "0.0.1-alpha.682"
50
50
  }
51
51
  },
52
52
  "badge": {
@@ -70,7 +70,7 @@
70
70
  "name": "button",
71
71
  "peerDependencies": {
72
72
  "@angular/core": ">=20.0.0 <22.0.0",
73
- "@spartan-ng/brain": "0.0.1-alpha.681",
73
+ "@spartan-ng/brain": "0.0.1-alpha.682",
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": ">=20.0.0 <22.0.0",
82
- "@spartan-ng/brain": "0.0.1-alpha.681",
82
+ "@spartan-ng/brain": "0.0.1-alpha.682",
83
83
  "class-variance-authority": "^0.7.0"
84
84
  }
85
85
  },
@@ -91,7 +91,7 @@
91
91
  "@angular/core": ">=20.0.0 <22.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.681",
94
+ "@spartan-ng/brain": "0.0.1-alpha.682",
95
95
  "clsx": "^2.1.1"
96
96
  }
97
97
  },
@@ -119,7 +119,7 @@
119
119
  "@angular/cdk": ">=20.0.0 <22.0.0",
120
120
  "@ng-icons/core": ">=32.0.0 <34.0.0",
121
121
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
122
- "@spartan-ng/brain": "0.0.1-alpha.681",
122
+ "@spartan-ng/brain": "0.0.1-alpha.682",
123
123
  "clsx": "^2.1.1"
124
124
  }
125
125
  },
@@ -127,7 +127,7 @@
127
127
  "name": "collapsible",
128
128
  "peerDependencies": {
129
129
  "@angular/core": ">=20.0.0 <22.0.0",
130
- "@spartan-ng/brain": "0.0.1-alpha.681"
130
+ "@spartan-ng/brain": "0.0.1-alpha.682"
131
131
  }
132
132
  },
133
133
  "combobox": {
@@ -135,7 +135,7 @@
135
135
  "peerDependencies": {
136
136
  "@angular/core": ">=20.0.0 <22.0.0",
137
137
  "@angular/forms": ">=20.0.0 <22.0.0",
138
- "@spartan-ng/brain": "0.0.1-alpha.681",
138
+ "@spartan-ng/brain": "0.0.1-alpha.682",
139
139
  "@angular/cdk": ">=20.0.0 <22.0.0",
140
140
  "@ng-icons/core": ">=32.0.0 <34.0.0",
141
141
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
@@ -147,7 +147,7 @@
147
147
  "peerDependencies": {
148
148
  "@angular/cdk": ">=20.0.0 <22.0.0",
149
149
  "@angular/core": ">=20.0.0 <22.0.0",
150
- "@spartan-ng/brain": "0.0.1-alpha.681",
150
+ "@spartan-ng/brain": "0.0.1-alpha.682",
151
151
  "clsx": "^2.1.1",
152
152
  "@ng-icons/core": ">=32.0.0 <34.0.0",
153
153
  "@ng-icons/lucide": ">=32.0.0 <34.0.0"
@@ -157,7 +157,7 @@
157
157
  "name": "context-menu",
158
158
  "peerDependencies": {
159
159
  "@angular/core": ">=20.0.0 <22.0.0",
160
- "@spartan-ng/brain": "0.0.1-alpha.681",
160
+ "@spartan-ng/brain": "0.0.1-alpha.682",
161
161
  "@angular/cdk": ">=20.0.0 <22.0.0",
162
162
  "rxjs": "^7.8.0"
163
163
  }
@@ -170,7 +170,7 @@
170
170
  "@angular/cdk": ">=20.0.0 <22.0.0",
171
171
  "@ng-icons/core": ">=32.0.0 <34.0.0",
172
172
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
173
- "@spartan-ng/brain": "0.0.1-alpha.681",
173
+ "@spartan-ng/brain": "0.0.1-alpha.682",
174
174
  "clsx": "^2.1.1"
175
175
  }
176
176
  },
@@ -178,7 +178,7 @@
178
178
  "name": "dialog",
179
179
  "peerDependencies": {
180
180
  "@angular/core": ">=20.0.0 <22.0.0",
181
- "@spartan-ng/brain": "0.0.1-alpha.681",
181
+ "@spartan-ng/brain": "0.0.1-alpha.682",
182
182
  "@angular/cdk": ">=20.0.0 <22.0.0",
183
183
  "@angular/common": ">=20.0.0 <22.0.0",
184
184
  "@ng-icons/core": ">=32.0.0 <34.0.0",
@@ -194,7 +194,7 @@
194
194
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
195
195
  "@angular/cdk": ">=20.0.0 <22.0.0",
196
196
  "rxjs": "^7.8.0",
197
- "@spartan-ng/brain": "0.0.1-alpha.681"
197
+ "@spartan-ng/brain": "0.0.1-alpha.682"
198
198
  }
199
199
  },
200
200
  "empty": {
@@ -208,7 +208,7 @@
208
208
  "name": "field",
209
209
  "peerDependencies": {
210
210
  "@angular/core": ">=20.0.0 <22.0.0",
211
- "@spartan-ng/brain": "0.0.1-alpha.681",
211
+ "@spartan-ng/brain": "0.0.1-alpha.682",
212
212
  "clsx": "^2.1.1",
213
213
  "@angular/cdk": ">=20.0.0 <22.0.0",
214
214
  "class-variance-authority": "^0.7.0"
@@ -218,7 +218,7 @@
218
218
  "name": "hover-card",
219
219
  "peerDependencies": {
220
220
  "@angular/core": ">=20.0.0 <22.0.0",
221
- "@spartan-ng/brain": "0.0.1-alpha.681"
221
+ "@spartan-ng/brain": "0.0.1-alpha.682"
222
222
  }
223
223
  },
224
224
  "icon": {
@@ -234,7 +234,7 @@
234
234
  "peerDependencies": {
235
235
  "@angular/core": ">=20.0.0 <22.0.0",
236
236
  "@angular/forms": ">=20.0.0 <22.0.0",
237
- "@spartan-ng/brain": "0.0.1-alpha.681",
237
+ "@spartan-ng/brain": "0.0.1-alpha.682",
238
238
  "class-variance-authority": "^0.7.0"
239
239
  }
240
240
  },
@@ -243,7 +243,7 @@
243
243
  "peerDependencies": {
244
244
  "@angular/core": ">=20.0.0 <22.0.0",
245
245
  "class-variance-authority": "^0.7.0",
246
- "@spartan-ng/brain": "0.0.1-alpha.681"
246
+ "@spartan-ng/brain": "0.0.1-alpha.682"
247
247
  }
248
248
  },
249
249
  "input-otp": {
@@ -253,7 +253,7 @@
253
253
  "@ng-icons/core": ">=32.0.0 <34.0.0",
254
254
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
255
255
  "@angular/cdk": ">=20.0.0 <22.0.0",
256
- "@spartan-ng/brain": "0.0.1-alpha.681"
256
+ "@spartan-ng/brain": "0.0.1-alpha.682"
257
257
  }
258
258
  },
259
259
  "item": {
@@ -261,7 +261,7 @@
261
261
  "peerDependencies": {
262
262
  "@angular/core": ">=20.0.0 <22.0.0",
263
263
  "class-variance-authority": "^0.7.0",
264
- "@spartan-ng/brain": "0.0.1-alpha.681"
264
+ "@spartan-ng/brain": "0.0.1-alpha.682"
265
265
  }
266
266
  },
267
267
  "kbd": {
@@ -274,14 +274,14 @@
274
274
  "name": "label",
275
275
  "peerDependencies": {
276
276
  "@angular/core": ">=20.0.0 <22.0.0",
277
- "@spartan-ng/brain": "0.0.1-alpha.681"
277
+ "@spartan-ng/brain": "0.0.1-alpha.682"
278
278
  }
279
279
  },
280
280
  "menubar": {
281
281
  "name": "menubar",
282
282
  "peerDependencies": {
283
283
  "@angular/core": ">=20.0.0 <22.0.0",
284
- "@spartan-ng/brain": "0.0.1-alpha.681",
284
+ "@spartan-ng/brain": "0.0.1-alpha.682",
285
285
  "@angular/cdk": ">=20.0.0 <22.0.0",
286
286
  "rxjs": "^7.8.0"
287
287
  }
@@ -294,7 +294,7 @@
294
294
  "@angular/forms": ">=20.0.0 <22.0.0",
295
295
  "@ng-icons/core": ">=32.0.0 <34.0.0",
296
296
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
297
- "@spartan-ng/brain": "0.0.1-alpha.681",
297
+ "@spartan-ng/brain": "0.0.1-alpha.682",
298
298
  "clsx": "^2.1.1"
299
299
  }
300
300
  },
@@ -302,7 +302,7 @@
302
302
  "name": "navigation-menu",
303
303
  "peerDependencies": {
304
304
  "@angular/core": ">=20.0.0 <22.0.0",
305
- "@spartan-ng/brain": "0.0.1-alpha.681"
305
+ "@spartan-ng/brain": "0.0.1-alpha.682"
306
306
  }
307
307
  },
308
308
  "pagination": {
@@ -313,21 +313,22 @@
313
313
  "@angular/forms": ">=20.0.0 <22.0.0",
314
314
  "@ng-icons/core": ">=32.0.0 <34.0.0",
315
315
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
316
- "@angular/router": ">=20.0.0 <22.0.0"
316
+ "@angular/router": ">=20.0.0 <22.0.0",
317
+ "clsx": "^2.1.1"
317
318
  }
318
319
  },
319
320
  "popover": {
320
321
  "name": "popover",
321
322
  "peerDependencies": {
322
323
  "@angular/core": ">=20.0.0 <22.0.0",
323
- "@spartan-ng/brain": "0.0.1-alpha.681"
324
+ "@spartan-ng/brain": "0.0.1-alpha.682"
324
325
  }
325
326
  },
326
327
  "progress": {
327
328
  "name": "progress",
328
329
  "peerDependencies": {
329
330
  "@angular/core": ">=20.0.0 <22.0.0",
330
- "@spartan-ng/brain": "0.0.1-alpha.681"
331
+ "@spartan-ng/brain": "0.0.1-alpha.682"
331
332
  }
332
333
  },
333
334
  "radio-group": {
@@ -335,7 +336,7 @@
335
336
  "peerDependencies": {
336
337
  "@angular/core": ">=20.0.0 <22.0.0",
337
338
  "@angular/forms": ">=20.0.0 <22.0.0",
338
- "@spartan-ng/brain": "0.0.1-alpha.681",
339
+ "@spartan-ng/brain": "0.0.1-alpha.682",
339
340
  "clsx": "^2.1.1",
340
341
  "@angular/cdk": ">=20.0.0 <22.0.0",
341
342
  "@angular/common": ">=20.0.0 <22.0.0"
@@ -345,7 +346,7 @@
345
346
  "name": "resizable",
346
347
  "peerDependencies": {
347
348
  "@angular/core": ">=20.0.0 <22.0.0",
348
- "@spartan-ng/brain": "0.0.1-alpha.681"
349
+ "@spartan-ng/brain": "0.0.1-alpha.682"
349
350
  }
350
351
  },
351
352
  "scroll-area": {
@@ -360,7 +361,7 @@
360
361
  "@angular/core": ">=20.0.0 <22.0.0",
361
362
  "@angular/forms": ">=20.0.0 <22.0.0",
362
363
  "@angular/cdk": ">=20.0.0 <22.0.0",
363
- "@spartan-ng/brain": "0.0.1-alpha.681",
364
+ "@spartan-ng/brain": "0.0.1-alpha.682",
364
365
  "@ng-icons/core": ">=32.0.0 <34.0.0",
365
366
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
366
367
  "clsx": "^2.1.1"
@@ -370,14 +371,14 @@
370
371
  "name": "separator",
371
372
  "peerDependencies": {
372
373
  "@angular/core": ">=20.0.0 <22.0.0",
373
- "@spartan-ng/brain": "0.0.1-alpha.681"
374
+ "@spartan-ng/brain": "0.0.1-alpha.682"
374
375
  }
375
376
  },
376
377
  "sheet": {
377
378
  "name": "sheet",
378
379
  "peerDependencies": {
379
380
  "@angular/core": ">=20.0.0 <22.0.0",
380
- "@spartan-ng/brain": "0.0.1-alpha.681",
381
+ "@spartan-ng/brain": "0.0.1-alpha.682",
381
382
  "@angular/cdk": ">=20.0.0 <22.0.0",
382
383
  "@ng-icons/core": ">=32.0.0 <34.0.0",
383
384
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
@@ -390,7 +391,7 @@
390
391
  "peerDependencies": {
391
392
  "@angular/core": ">=20.0.0 <22.0.0",
392
393
  "@angular/cdk": ">=20.0.0 <22.0.0",
393
- "@spartan-ng/brain": "0.0.1-alpha.681",
394
+ "@spartan-ng/brain": "0.0.1-alpha.682",
394
395
  "class-variance-authority": "^0.7.0",
395
396
  "@ng-icons/core": ">=32.0.0 <34.0.0",
396
397
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
@@ -409,7 +410,7 @@
409
410
  "peerDependencies": {
410
411
  "@angular/core": ">=20.0.0 <22.0.0",
411
412
  "@angular/forms": ">=20.0.0 <22.0.0",
412
- "@spartan-ng/brain": "0.0.1-alpha.681"
413
+ "@spartan-ng/brain": "0.0.1-alpha.682"
413
414
  }
414
415
  },
415
416
  "sonner": {
@@ -419,7 +420,7 @@
419
420
  "@angular/core": ">=20.0.0 <22.0.0",
420
421
  "@ng-icons/core": ">=32.0.0 <34.0.0",
421
422
  "@ng-icons/lucide": ">=32.0.0 <34.0.0",
422
- "@spartan-ng/brain": "0.0.1-alpha.681",
423
+ "@spartan-ng/brain": "0.0.1-alpha.682",
423
424
  "clsx": "^2.1.1"
424
425
  }
425
426
  },
@@ -437,7 +438,7 @@
437
438
  "@angular/core": ">=20.0.0 <22.0.0",
438
439
  "@angular/cdk": ">=20.0.0 <22.0.0",
439
440
  "@angular/forms": ">=20.0.0 <22.0.0",
440
- "@spartan-ng/brain": "0.0.1-alpha.681",
441
+ "@spartan-ng/brain": "0.0.1-alpha.682",
441
442
  "clsx": "^2.1.1"
442
443
  }
443
444
  },
@@ -451,7 +452,7 @@
451
452
  "name": "tabs",
452
453
  "peerDependencies": {
453
454
  "@angular/core": ">=20.0.0 <22.0.0",
454
- "@spartan-ng/brain": "0.0.1-alpha.681",
455
+ "@spartan-ng/brain": "0.0.1-alpha.682",
455
456
  "class-variance-authority": "^0.7.0",
456
457
  "@angular/cdk": ">=20.0.0 <22.0.0",
457
458
  "@ng-icons/core": ">=32.0.0 <34.0.0",
@@ -465,7 +466,7 @@
465
466
  "peerDependencies": {
466
467
  "@angular/core": ">=20.0.0 <22.0.0",
467
468
  "@angular/forms": ">=20.0.0 <22.0.0",
468
- "@spartan-ng/brain": "0.0.1-alpha.681",
469
+ "@spartan-ng/brain": "0.0.1-alpha.682",
469
470
  "class-variance-authority": "^0.7.0"
470
471
  }
471
472
  },
@@ -473,7 +474,7 @@
473
474
  "name": "toggle",
474
475
  "peerDependencies": {
475
476
  "@angular/core": ">=20.0.0 <22.0.0",
476
- "@spartan-ng/brain": "0.0.1-alpha.681",
477
+ "@spartan-ng/brain": "0.0.1-alpha.682",
477
478
  "class-variance-authority": "^0.7.0"
478
479
  }
479
480
  },
@@ -481,7 +482,7 @@
481
482
  "name": "toggle-group",
482
483
  "peerDependencies": {
483
484
  "@angular/core": ">=20.0.0 <22.0.0",
484
- "@spartan-ng/brain": "0.0.1-alpha.681",
485
+ "@spartan-ng/brain": "0.0.1-alpha.682",
485
486
  "@angular/cdk": ">=20.0.0 <22.0.0"
486
487
  }
487
488
  },
@@ -489,7 +490,7 @@
489
490
  "name": "tooltip",
490
491
  "peerDependencies": {
491
492
  "@angular/core": ">=20.0.0 <22.0.0",
492
- "@spartan-ng/brain": "0.0.1-alpha.681",
493
+ "@spartan-ng/brain": "0.0.1-alpha.682",
493
494
  "class-variance-authority": "^0.7.0"
494
495
  }
495
496
  },