@spartan-ng/cli 0.0.1-alpha.716 → 0.0.1-alpha.717
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/alert-dialog/files/lib/hlm-alert-dialog-cancel.ts.template +1 -4
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete-search.ts.template +3 -15
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete.ts.template +3 -15
- package/src/generators/ui/libs/combobox/files/lib/hlm-combobox-multiple.ts.template +3 -15
- package/src/generators/ui/libs/combobox/files/lib/hlm-combobox.ts.template +3 -15
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-picker-anchor.ts.template +5 -12
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-picker-multi.ts.template +2 -2
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-picker.ts.template +2 -3
- package/src/generators/ui/libs/date-picker/files/lib/hlm-date-range-picker.ts.template +2 -2
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-close.ts.template +1 -1
- package/src/generators/ui/libs/dialog/files/lib/hlm-dialog-content.ts.template +8 -1
- package/src/generators/ui/libs/drawer/files/lib/hlm-drawer-close.ts.template +1 -1
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu-content.ts.template +10 -3
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu-item.ts.template +4 -1
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu-link.ts.template +4 -4
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu-list.ts.template +4 -1
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu-trigger.ts.template +15 -4
- package/src/generators/ui/libs/navigation-menu/files/lib/hlm-navigation-menu.ts.template +6 -1
- package/src/generators/ui/libs/popover/files/index.ts.template +15 -1
- package/src/generators/ui/libs/popover/files/lib/hlm-popover-description.ts.template +12 -0
- package/src/generators/ui/libs/popover/files/lib/hlm-popover-header.ts.template +12 -0
- package/src/generators/ui/libs/popover/files/lib/hlm-popover-title.ts.template +12 -0
- package/src/generators/ui/libs/popover/files/lib/hlm-popover-trigger.ts.template +1 -3
- package/src/generators/ui/libs/popover/files/lib/hlm-popover.ts.template +1 -11
- package/src/generators/ui/libs/select/files/lib/hlm-select-multiple.ts.template +3 -15
- package/src/generators/ui/libs/select/files/lib/hlm-select.ts.template +3 -15
- package/src/generators/ui/libs/sheet/files/lib/hlm-sheet-close.ts.template +1 -1
- package/src/generators/ui/style-luma.css +2 -42
- package/src/generators/ui/style-lyra.css +2 -42
- package/src/generators/ui/style-maia.css +2 -42
- package/src/generators/ui/style-mira.css +2 -42
- package/src/generators/ui/style-nova.css +2 -42
- package/src/generators/ui/style-vega.css +2 -42
- package/src/generators/ui/supported-ui-libraries.json +45 -42
|
@@ -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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717"
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717"
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
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.717",
|
|
196
196
|
"clsx": "^2.1.1"
|
|
197
197
|
}
|
|
198
198
|
},
|
|
@@ -203,7 +203,7 @@
|
|
|
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
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
206
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
207
207
|
"rxjs": "^7.8.0"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
@@ -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.717",
|
|
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.717"
|
|
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.717"
|
|
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.717"
|
|
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.717"
|
|
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.717"
|
|
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.717",
|
|
292
292
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
293
293
|
"rxjs": "^7.8.0"
|
|
294
294
|
}
|
|
@@ -301,15 +301,18 @@
|
|
|
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.717",
|
|
305
305
|
"clsx": "^2.1.1"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"navigation-menu": {
|
|
309
309
|
"name": "navigation-menu",
|
|
310
310
|
"peerDependencies": {
|
|
311
|
+
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
311
312
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
312
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
313
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
314
|
+
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
315
|
+
"@ng-icons/lucide": ">=32.0.0 <34.0.0"
|
|
313
316
|
}
|
|
314
317
|
},
|
|
315
318
|
"pagination": {
|
|
@@ -326,9 +329,9 @@
|
|
|
326
329
|
"popover": {
|
|
327
330
|
"name": "popover",
|
|
328
331
|
"peerDependencies": {
|
|
332
|
+
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
329
333
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
330
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
331
|
-
"@angular/cdk": ">=21.0.0 <23.0.0"
|
|
334
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
332
335
|
}
|
|
333
336
|
},
|
|
334
337
|
"progress": {
|
|
@@ -336,7 +339,7 @@
|
|
|
336
339
|
"peerDependencies": {
|
|
337
340
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
338
341
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
339
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
342
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
340
343
|
}
|
|
341
344
|
},
|
|
342
345
|
"radio-group": {
|
|
@@ -344,7 +347,7 @@
|
|
|
344
347
|
"peerDependencies": {
|
|
345
348
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
346
349
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
347
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
350
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
348
351
|
"clsx": "^2.1.1",
|
|
349
352
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
350
353
|
"@angular/common": ">=21.0.0 <23.0.0"
|
|
@@ -354,7 +357,7 @@
|
|
|
354
357
|
"name": "resizable",
|
|
355
358
|
"peerDependencies": {
|
|
356
359
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
357
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
360
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
358
361
|
}
|
|
359
362
|
},
|
|
360
363
|
"scroll-area": {
|
|
@@ -370,7 +373,7 @@
|
|
|
370
373
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
371
374
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
372
375
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
373
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
376
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
374
377
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
375
378
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
376
379
|
"clsx": "^2.1.1"
|
|
@@ -380,14 +383,14 @@
|
|
|
380
383
|
"name": "separator",
|
|
381
384
|
"peerDependencies": {
|
|
382
385
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
383
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
386
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
384
387
|
}
|
|
385
388
|
},
|
|
386
389
|
"sheet": {
|
|
387
390
|
"name": "sheet",
|
|
388
391
|
"peerDependencies": {
|
|
389
392
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
390
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
393
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
391
394
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
392
395
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
393
396
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -399,7 +402,7 @@
|
|
|
399
402
|
"peerDependencies": {
|
|
400
403
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
401
404
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
402
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
405
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
403
406
|
"class-variance-authority": "^0.7.0",
|
|
404
407
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
405
408
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
@@ -418,7 +421,7 @@
|
|
|
418
421
|
"peerDependencies": {
|
|
419
422
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
420
423
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
421
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
424
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
422
425
|
}
|
|
423
426
|
},
|
|
424
427
|
"sonner": {
|
|
@@ -428,7 +431,7 @@
|
|
|
428
431
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
429
432
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
430
433
|
"@ng-icons/lucide": ">=32.0.0 <34.0.0",
|
|
431
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
434
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
432
435
|
"clsx": "^2.1.1"
|
|
433
436
|
}
|
|
434
437
|
},
|
|
@@ -446,7 +449,7 @@
|
|
|
446
449
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
447
450
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
448
451
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
449
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
452
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
450
453
|
"clsx": "^2.1.1"
|
|
451
454
|
}
|
|
452
455
|
},
|
|
@@ -460,7 +463,7 @@
|
|
|
460
463
|
"name": "tabs",
|
|
461
464
|
"peerDependencies": {
|
|
462
465
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
463
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
466
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
464
467
|
"class-variance-authority": "^0.7.0",
|
|
465
468
|
"@angular/cdk": ">=21.0.0 <23.0.0",
|
|
466
469
|
"@ng-icons/core": ">=32.0.0 <34.0.0",
|
|
@@ -474,14 +477,14 @@
|
|
|
474
477
|
"peerDependencies": {
|
|
475
478
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
476
479
|
"@angular/forms": ">=21.0.0 <23.0.0",
|
|
477
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
480
|
+
"@spartan-ng/brain": "0.0.1-alpha.717"
|
|
478
481
|
}
|
|
479
482
|
},
|
|
480
483
|
"toggle": {
|
|
481
484
|
"name": "toggle",
|
|
482
485
|
"peerDependencies": {
|
|
483
486
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
484
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
487
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
485
488
|
"class-variance-authority": "^0.7.0"
|
|
486
489
|
}
|
|
487
490
|
},
|
|
@@ -489,7 +492,7 @@
|
|
|
489
492
|
"name": "toggle-group",
|
|
490
493
|
"peerDependencies": {
|
|
491
494
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
492
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
495
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
493
496
|
"@angular/cdk": ">=21.0.0 <23.0.0"
|
|
494
497
|
}
|
|
495
498
|
},
|
|
@@ -497,7 +500,7 @@
|
|
|
497
500
|
"name": "tooltip",
|
|
498
501
|
"peerDependencies": {
|
|
499
502
|
"@angular/core": ">=21.0.0 <23.0.0",
|
|
500
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
503
|
+
"@spartan-ng/brain": "0.0.1-alpha.717",
|
|
501
504
|
"class-variance-authority": "^0.7.0"
|
|
502
505
|
}
|
|
503
506
|
},
|