@spartan-ng/cli 0.0.1-alpha.564 → 0.0.1-alpha.565
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/autocomplete/files/lib/hlm-autocomplete-item.ts.template +1 -1
- package/src/generators/ui/libs/command/files/lib/hlm-command-item.ts.template +1 -1
- package/src/generators/ui/libs/menu/files/lib/hlm-menu-item.ts.template +1 -1
- package/src/generators/ui/libs/select/files/lib/hlm-select-option.ts.template +1 -1
- package/src/generators/ui/libs/select/files/lib/hlm-select-trigger.ts.template +1 -1
- package/src/generators/ui/libs/sidebar/files/lib/hlm-sidebar-menu-sub-button.ts.template +1 -1
- package/src/generators/ui/libs/tabs/files/lib/hlm-tabs-trigger.ts.template +2 -2
- package/src/generators/ui/supported-ui-libraries.json +36 -36
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@ export class HlmAutocompleteItem {
|
|
|
26
26
|
/** The styles to apply */
|
|
27
27
|
protected readonly _computedClass = computed(() =>
|
|
28
28
|
hlm(
|
|
29
|
-
|
|
29
|
+
`data-[selected]:bg-accent data-[selected=true]:text-accent-foreground [&>ng-icon:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-start text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[hidden]:hidden [&>ng-icon]:pointer-events-none [&>ng-icon]:shrink-0 [&>ng-icon:not([class*='text-'])]:text-base`,
|
|
30
30
|
this.userClass(),
|
|
31
31
|
),
|
|
32
32
|
);
|
|
@@ -26,7 +26,7 @@ export class HlmCommandItem {
|
|
|
26
26
|
/** The styles to apply */
|
|
27
27
|
protected readonly _computedClass = computed(() =>
|
|
28
28
|
hlm(
|
|
29
|
-
|
|
29
|
+
`data-[selected]:bg-accent data-[selected=true]:text-accent-foreground [&>ng-icon:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[hidden]:hidden [&>ng-icon]:pointer-events-none [&>ng-icon]:shrink-0 [&>ng-icon:not([class*='text-'])]:text-base`,
|
|
30
30
|
this.userClass(),
|
|
31
31
|
),
|
|
32
32
|
);
|
|
@@ -29,7 +29,7 @@ export class HlmMenuItem {
|
|
|
29
29
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
30
30
|
protected readonly _computedClass = computed(() =>
|
|
31
31
|
hlm(
|
|
32
|
-
`hover:bg-accent focus-visible: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 [&_ng-icon]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_ng-icon]:pointer-events-none [&_ng-icon]:shrink-0`,
|
|
32
|
+
`hover:bg-accent focus-visible: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 [&_ng-icon:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_ng-icon]:pointer-events-none [&_ng-icon]:shrink-0`,
|
|
33
33
|
this.userClass(),
|
|
34
34
|
),
|
|
35
35
|
);
|
|
@@ -30,7 +30,7 @@ export class HlmSelectOption {
|
|
|
30
30
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
31
31
|
protected readonly _computedClass = computed(() =>
|
|
32
32
|
hlm(
|
|
33
|
-
|
|
33
|
+
`data-[active]:bg-accent data-[active]:text-accent-foreground [&>ng-icon:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2 [&>ng-icon]:pointer-events-none [&>ng-icon]:size-4 [&>ng-icon]:shrink-0`,
|
|
34
34
|
this.userClass(),
|
|
35
35
|
),
|
|
36
36
|
);
|
|
@@ -8,7 +8,7 @@ import { cva } from 'class-variance-authority';
|
|
|
8
8
|
import type { ClassValue } from 'clsx';
|
|
9
9
|
|
|
10
10
|
export const selectTriggerVariants = cva(
|
|
11
|
-
`border-input [&>ng-icon]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 [&>ng-icon]:pointer-events-none [&>ng-icon]:size-4 [&>ng-icon]:shrink-0`,
|
|
11
|
+
`border-input [&>ng-icon:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 [&>ng-icon]:pointer-events-none [&>ng-icon]:size-4 [&>ng-icon]:shrink-0`,
|
|
12
12
|
{
|
|
13
13
|
variants: {
|
|
14
14
|
error: {
|
|
@@ -19,7 +19,7 @@ export class HlmSidebarMenuSubButton {
|
|
|
19
19
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
20
20
|
protected readonly _computedClass = computed(() =>
|
|
21
21
|
hlm(
|
|
22
|
-
|
|
22
|
+
`text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>_ng-icon:not([class*='text-'])]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-none hover:cursor-pointer focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 disabled:hover:cursor-default aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>_ng-icon]:size-4 [&>_ng-icon]:shrink-0 [&>span:last-child]:truncate`,
|
|
23
23
|
'data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground',
|
|
24
24
|
this.size() === 'sm' && 'text-xs',
|
|
25
25
|
this.size() === 'md' && 'text-sm',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { computed, Directive, input } from '@angular/core';
|
|
2
2
|
import { BrnTabsTrigger } from '@spartan-ng/brain/tabs';
|
|
3
3
|
import { hlm } from '<%- importAlias %>/utils';
|
|
4
4
|
import type { ClassValue } from 'clsx';
|
|
@@ -15,7 +15,7 @@ export class HlmTabsTrigger {
|
|
|
15
15
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
16
16
|
protected readonly _computedClass = computed(() =>
|
|
17
17
|
hlm(
|
|
18
|
-
|
|
18
|
+
`data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_ng-icon]:pointer-events-none [&_ng-icon]:shrink-0 [&_ng-icon:not([class*='text-'])]:text-base`,
|
|
19
19
|
this.userClass(),
|
|
20
20
|
),
|
|
21
21
|
);
|
|
@@ -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.
|
|
6
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
7
7
|
"clsx": "^2.1.1",
|
|
8
8
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
9
9
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"name": "alert-dialog",
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
24
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
24
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
25
25
|
"clsx": "^2.1.1"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
41
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
42
42
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
43
43
|
"@angular/common": ">=20.0.0 <22.0.0",
|
|
44
44
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"name": "avatar",
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
53
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
53
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
79
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
79
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
88
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
88
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
89
89
|
"clsx": "^2.1.1",
|
|
90
90
|
"class-variance-authority": "^0.7.0"
|
|
91
91
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
99
99
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
100
100
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
101
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
101
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
102
102
|
"clsx": "^2.1.1"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
129
129
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
130
130
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
131
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
131
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
139
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
139
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
147
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
147
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
148
148
|
"clsx": "^2.1.1"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
157
157
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
158
158
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
159
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
159
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
160
160
|
"clsx": "^2.1.1"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"@angular/common": ">=20.0.0 <22.0.0",
|
|
169
169
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
170
170
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
171
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
171
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
172
172
|
"@angular/cdk": ">=20.0.0 <22.0.0"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"peerDependencies": {
|
|
194
194
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
195
195
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
196
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
196
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
204
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
204
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
205
205
|
"clsx": "^2.1.1"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"peerDependencies": {
|
|
219
219
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
220
220
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
221
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
221
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=32.0.0 <34.0.0",
|
|
240
240
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
241
241
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
242
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
242
|
+
"@spartan-ng/brain": "0.0.1-alpha.565"
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"item": {
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"@angular/core": ">=20.0.0 <22.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.565"
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"kbd": {
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"name": "label",
|
|
263
263
|
"peerDependencies": {
|
|
264
264
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
265
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
265
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
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": ">=20.0.0 <22.0.0",
|
|
273
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
273
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
274
274
|
"clsx": "^2.1.1",
|
|
275
275
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
276
276
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"peerDependencies": {
|
|
284
284
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
285
285
|
"clsx": "^2.1.1",
|
|
286
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
286
|
+
"@spartan-ng/brain": "0.0.1-alpha.565"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"pagination": {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
293
293
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
294
294
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
295
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
295
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
296
296
|
"clsx": "^2.1.1",
|
|
297
297
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
298
298
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
"peerDependencies": {
|
|
305
305
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
306
306
|
"clsx": "^2.1.1",
|
|
307
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
307
|
+
"@spartan-ng/brain": "0.0.1-alpha.565"
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
310
|
"progress": {
|
|
311
311
|
"name": "progress",
|
|
312
312
|
"peerDependencies": {
|
|
313
313
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
314
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
314
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
315
315
|
"clsx": "^2.1.1"
|
|
316
316
|
}
|
|
317
317
|
},
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"name": "radio-group",
|
|
320
320
|
"peerDependencies": {
|
|
321
321
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
322
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
322
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
323
323
|
"clsx": "^2.1.1",
|
|
324
324
|
"@angular/common": ">=20.0.0 <22.0.0"
|
|
325
325
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"name": "resizable",
|
|
329
329
|
"peerDependencies": {
|
|
330
330
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
331
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
331
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
332
332
|
"clsx": "^2.1.1",
|
|
333
333
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
334
334
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0"
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"peerDependencies": {
|
|
347
347
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
348
348
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
349
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
349
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
350
350
|
"clsx": "^2.1.1",
|
|
351
351
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
352
352
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"name": "separator",
|
|
358
358
|
"peerDependencies": {
|
|
359
359
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
360
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
360
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
361
361
|
"clsx": "^2.1.1"
|
|
362
362
|
}
|
|
363
363
|
},
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"clsx": "^2.1.1",
|
|
369
369
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
370
370
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
371
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
371
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
372
372
|
"class-variance-authority": "^0.7.0"
|
|
373
373
|
}
|
|
374
374
|
},
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
379
379
|
"clsx": "^2.1.1",
|
|
380
380
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
381
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
381
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
382
382
|
"class-variance-authority": "^0.7.0",
|
|
383
383
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
384
384
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"name": "slider",
|
|
397
397
|
"peerDependencies": {
|
|
398
398
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
399
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
399
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
400
400
|
"clsx": "^2.1.1"
|
|
401
401
|
}
|
|
402
402
|
},
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"clsx": "^2.1.1",
|
|
425
425
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
426
426
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
427
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
427
|
+
"@spartan-ng/brain": "0.0.1-alpha.565"
|
|
428
428
|
}
|
|
429
429
|
},
|
|
430
430
|
"table": {
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"name": "tabs",
|
|
439
439
|
"peerDependencies": {
|
|
440
440
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
441
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
441
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
442
442
|
"clsx": "^2.1.1",
|
|
443
443
|
"class-variance-authority": "^0.7.0",
|
|
444
444
|
"@angular/cdk": ">=20.0.0 <22.0.0",
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
"peerDependencies": {
|
|
453
453
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
454
454
|
"@angular/forms": ">=20.0.0 <22.0.0",
|
|
455
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
455
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
456
456
|
"class-variance-authority": "^0.7.0",
|
|
457
457
|
"clsx": "^2.1.1"
|
|
458
458
|
}
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"name": "toggle",
|
|
462
462
|
"peerDependencies": {
|
|
463
463
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
464
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
464
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
465
465
|
"class-variance-authority": "^0.7.0",
|
|
466
466
|
"clsx": "^2.1.1"
|
|
467
467
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"name": "toggle-group",
|
|
471
471
|
"peerDependencies": {
|
|
472
472
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
473
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
473
|
+
"@spartan-ng/brain": "0.0.1-alpha.565",
|
|
474
474
|
"clsx": "^2.1.1",
|
|
475
475
|
"@angular/cdk": ">=20.0.0 <22.0.0"
|
|
476
476
|
}
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"name": "tooltip",
|
|
480
480
|
"peerDependencies": {
|
|
481
481
|
"@angular/core": ">=20.0.0 <22.0.0",
|
|
482
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
482
|
+
"@spartan-ng/brain": "0.0.1-alpha.565"
|
|
483
483
|
}
|
|
484
484
|
},
|
|
485
485
|
"typography": {
|