@spartan-ng/cli 0.0.1-alpha.545 → 0.0.1-alpha.546
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/base/lib/build-dependency-array.js +1 -1
- package/src/generators/base/lib/build-dependency-array.js.map +1 -1
- package/src/generators/ui/libs/autocomplete/files/lib/hlm-autocomplete.ts.template +3 -3
- package/src/generators/ui/libs/button/files/lib/hlm-button.ts.template +2 -1
- package/src/generators/ui/libs/pagination/files/lib/hlm-numbered-pagination-query-params.ts.template +1 -1
- package/src/generators/ui/libs/pagination/files/lib/hlm-numbered-pagination.ts.template +1 -1
- package/src/generators/ui/libs/skeleton/files/lib/hlm-skeleton.ts.template +7 -6
- package/src/generators/ui/supported-ui-libraries.json +35 -35
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ const versions_1 = require("../versions");
|
|
|
8
8
|
function buildDependencyArray(tree, options, angularVersion, existingCdkVersion) {
|
|
9
9
|
let dependencies = {
|
|
10
10
|
'@angular/cdk': existingCdkVersion ?? angularVersion,
|
|
11
|
-
'@spartan-ng/brain': (0, version_utils_1.getInstalledPackageVersion)(tree, '@spartan-ng/cli'),
|
|
11
|
+
'@spartan-ng/brain': (0, version_utils_1.getInstalledPackageVersion)(tree, '@spartan-ng/cli', undefined, true),
|
|
12
12
|
'tailwind-merge': versions_1.TAILWIND_MERGE_VERSION,
|
|
13
13
|
};
|
|
14
14
|
if (options.peerDependencies) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-dependency-array.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/build-dependency-array.ts"],"names":[],"mappings":";;AAMA,oDAoBC;AAED,0DAKC;AAhCD,8EAAyE;AACzE,gEAA0E;AAE1E,0CAAuF;AAEvF,SAAgB,oBAAoB,CACnC,IAAU,EACV,OAA+B,EAC/B,cAAsB,EACtB,kBAA0B;IAE1B,IAAI,YAAY,GAA2B;QAC1C,cAAc,EAAE,kBAAkB,IAAI,cAAc;QACpD,mBAAmB,EAAE,IAAA,0CAA0B,EAAC,IAAI,EAAE,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"build-dependency-array.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/base/lib/build-dependency-array.ts"],"names":[],"mappings":";;AAMA,oDAoBC;AAED,0DAKC;AAhCD,8EAAyE;AACzE,gEAA0E;AAE1E,0CAAuF;AAEvF,SAAgB,oBAAoB,CACnC,IAAU,EACV,OAA+B,EAC/B,cAAsB,EACtB,kBAA0B;IAE1B,IAAI,YAAY,GAA2B;QAC1C,cAAc,EAAE,kBAAkB,IAAI,cAAc;QACpD,mBAAmB,EAAE,IAAA,0CAA0B,EAAC,IAAI,EAAE,iBAAiB,EAAE,SAAS,EAAE,IAAI,CAAC;QACzF,gBAAgB,EAAE,iCAAsB;KACxC,CAAC;IAEF,IAAI,OAAO,CAAC,gBAAgB,EAAE,CAAC;QAC9B,YAAY,GAAG,EAAE,GAAG,YAAY,EAAE,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IACjE,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,KAAK,MAAM,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;QAC3D,YAAY,CAAC,gBAAgB,CAAC,GAAG,2BAAgB,CAAC;IACnD,CAAC;IACD,OAAO,YAAY,CAAC;AACrB,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAU;IACjD,MAAM,eAAe,GAAG,IAAA,yCAAkB,EAAC,IAAI,CAAC,CAAC;IACjD,OAAO;QACN,GAAG,CAAC,eAAe,KAAK,CAAC,IAAI,EAAE,gBAAgB,EAAE,yBAAc,EAAE,CAAC;KAClE,CAAC;AACH,CAAC"}
|
|
@@ -96,7 +96,7 @@ export const HLM_AUTOCOMPLETE_VALUE_ACCESSOR = {
|
|
|
96
96
|
(input)="_searchChanged($event)"
|
|
97
97
|
/>
|
|
98
98
|
<div hlmInputGroupAddon>
|
|
99
|
-
<ng-icon
|
|
99
|
+
<ng-icon name="lucideSearch" />
|
|
100
100
|
</div>
|
|
101
101
|
<div hlmInputGroupAddon align="inline-end">
|
|
102
102
|
@if (showClearBtn() && value() !== undefined) {
|
|
@@ -109,7 +109,7 @@ export const HLM_AUTOCOMPLETE_VALUE_ACCESSOR = {
|
|
|
109
109
|
(click)="_selectionCleared()"
|
|
110
110
|
size="icon-xs"
|
|
111
111
|
>
|
|
112
|
-
<ng-icon name="lucideCircleX"
|
|
112
|
+
<ng-icon name="lucideCircleX" />
|
|
113
113
|
</button>
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -122,7 +122,7 @@ export const HLM_AUTOCOMPLETE_VALUE_ACCESSOR = {
|
|
|
122
122
|
(click)="_toggleOptions()"
|
|
123
123
|
size="icon-xs"
|
|
124
124
|
>
|
|
125
|
-
<ng-icon name="lucideChevronDown"
|
|
125
|
+
<ng-icon name="lucideChevronDown" />
|
|
126
126
|
</button>
|
|
127
127
|
</div>
|
|
128
128
|
</div>
|
|
@@ -6,7 +6,7 @@ import type { ClassValue } from 'clsx';
|
|
|
6
6
|
import { injectBrnButtonConfig } from './hlm-button.token';
|
|
7
7
|
|
|
8
8
|
export const buttonVariants = cva(
|
|
9
|
-
"focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive
|
|
9
|
+
"focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&_ng-icon]:pointer-events-none [&_ng-icon]:shrink-0 [&_ng-icon:not([class*='text-'])]:text-base",
|
|
10
10
|
{
|
|
11
11
|
variants: {
|
|
12
12
|
variant: {
|
|
@@ -42,6 +42,7 @@ export type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
|
42
42
|
exportAs: 'hlmBtn',
|
|
43
43
|
hostDirectives: [{ directive: BrnButton, inputs: ['disabled'] }],
|
|
44
44
|
host: {
|
|
45
|
+
'data-slot': 'button',
|
|
45
46
|
'[class]': '_computedClass()',
|
|
46
47
|
},
|
|
47
48
|
})
|
package/src/generators/ui/libs/pagination/files/lib/hlm-numbered-pagination-query-params.ts.template
CHANGED
|
@@ -28,7 +28,7 @@ import { HlmPaginationPrevious } from './hlm-pagination-previous';
|
|
|
28
28
|
<div class="flex items-center gap-1 text-sm text-nowrap text-gray-600">
|
|
29
29
|
<b>{{ totalItems() }}</b>
|
|
30
30
|
total items |
|
|
31
|
-
<b>{{
|
|
31
|
+
<b>{{ _lastPageNumber() }}</b>
|
|
32
32
|
pages
|
|
33
33
|
</div>
|
|
34
34
|
|
|
@@ -27,7 +27,7 @@ import { HlmPaginationPrevious } from './hlm-pagination-previous';
|
|
|
27
27
|
<div class="flex items-center gap-1 text-sm text-nowrap text-gray-600">
|
|
28
28
|
<b>{{ totalItems() }}</b>
|
|
29
29
|
total items |
|
|
30
|
-
<b>{{
|
|
30
|
+
<b>{{ _lastPageNumber() }}</b>
|
|
31
31
|
pages
|
|
32
32
|
</div>
|
|
33
33
|
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { computed, Directive, input } from '@angular/core';
|
|
2
2
|
import { hlm } from '<%- importAlias %>/utils';
|
|
3
3
|
import type { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
|
-
@
|
|
6
|
-
selector: 'hlm-skeleton',
|
|
7
|
-
template: '',
|
|
5
|
+
@Directive({
|
|
6
|
+
selector: '[hlmSkeleton],hlm-skeleton',
|
|
8
7
|
host: {
|
|
8
|
+
'data-slot': 'skeleton',
|
|
9
9
|
'[class]': '_computedClass()',
|
|
10
10
|
},
|
|
11
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12
11
|
})
|
|
13
12
|
export class HlmSkeleton {
|
|
14
13
|
public readonly userClass = input<ClassValue>('', { alias: 'class' });
|
|
15
|
-
protected readonly _computedClass = computed(() =>
|
|
14
|
+
protected readonly _computedClass = computed(() =>
|
|
15
|
+
hlm('bg-accent block rounded-md motion-safe:animate-pulse', this.userClass()),
|
|
16
|
+
);
|
|
16
17
|
}
|
|
@@ -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.546",
|
|
7
7
|
"clsx": "^2.1.1",
|
|
8
8
|
"@ng-icons/core": ">=32.0.0",
|
|
9
9
|
"@ng-icons/lucide": ">=32.0.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.546",
|
|
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.546",
|
|
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.546",
|
|
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.546",
|
|
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.546",
|
|
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": ">=32.0.0",
|
|
100
100
|
"@ng-icons/lucide": ">=32.0.0",
|
|
101
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
101
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
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": ">=32.0.0",
|
|
130
130
|
"@ng-icons/lucide": ">=32.0.0",
|
|
131
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
131
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
132
132
|
"clsx": "^2.1.1"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"name": "command",
|
|
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.546",
|
|
140
140
|
"clsx": "^2.1.1"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"@angular/forms": ">=19.0.0",
|
|
149
149
|
"@ng-icons/core": ">=32.0.0",
|
|
150
150
|
"@ng-icons/lucide": ">=32.0.0",
|
|
151
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
151
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
152
152
|
"clsx": "^2.1.1"
|
|
153
153
|
}
|
|
154
154
|
},
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@angular/common": ">=19.0.0",
|
|
161
161
|
"@ng-icons/core": ">=32.0.0",
|
|
162
162
|
"@ng-icons/lucide": ">=32.0.0",
|
|
163
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
163
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
164
164
|
"@angular/cdk": ">=19.0.0"
|
|
165
165
|
}
|
|
166
166
|
},
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"peerDependencies": {
|
|
186
186
|
"@angular/core": ">=19.0.0",
|
|
187
187
|
"@angular/forms": ">=19.0.0",
|
|
188
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
188
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
189
189
|
"clsx": "^2.1.1"
|
|
190
190
|
}
|
|
191
191
|
},
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"name": "hover-card",
|
|
194
194
|
"peerDependencies": {
|
|
195
195
|
"@angular/core": ">=19.0.0",
|
|
196
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
196
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
197
197
|
"clsx": "^2.1.1"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"peerDependencies": {
|
|
211
211
|
"@angular/core": ">=19.0.0",
|
|
212
212
|
"@angular/forms": ">=19.0.0",
|
|
213
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
213
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
214
214
|
"class-variance-authority": "^0.7.0",
|
|
215
215
|
"clsx": "^2.1.1"
|
|
216
216
|
}
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"@ng-icons/core": ">=32.0.0",
|
|
232
232
|
"@ng-icons/lucide": ">=32.0.0",
|
|
233
233
|
"@angular/cdk": ">=19.0.0",
|
|
234
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
234
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"item": {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"@angular/core": ">=19.0.0",
|
|
241
241
|
"clsx": "^2.1.1",
|
|
242
242
|
"class-variance-authority": "^0.7.0",
|
|
243
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
243
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
"kbd": {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"name": "label",
|
|
255
255
|
"peerDependencies": {
|
|
256
256
|
"@angular/core": ">=19.0.0",
|
|
257
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
257
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
258
258
|
"clsx": "^2.1.1"
|
|
259
259
|
}
|
|
260
260
|
},
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"name": "menu",
|
|
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.546",
|
|
266
266
|
"clsx": "^2.1.1",
|
|
267
267
|
"@ng-icons/core": ">=32.0.0",
|
|
268
268
|
"@ng-icons/lucide": ">=32.0.0",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"peerDependencies": {
|
|
276
276
|
"@angular/core": ">=19.0.0",
|
|
277
277
|
"clsx": "^2.1.1",
|
|
278
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
278
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"pagination": {
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"@angular/cdk": ">=19.0.0",
|
|
285
285
|
"@angular/core": ">=19.0.0",
|
|
286
286
|
"@angular/forms": ">=19.0.0",
|
|
287
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
287
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
288
288
|
"class-variance-authority": "^0.7.0",
|
|
289
289
|
"clsx": "^2.1.1",
|
|
290
290
|
"@ng-icons/core": ">=32.0.0",
|
|
@@ -297,14 +297,14 @@
|
|
|
297
297
|
"peerDependencies": {
|
|
298
298
|
"@angular/core": ">=19.0.0",
|
|
299
299
|
"clsx": "^2.1.1",
|
|
300
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
300
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
303
|
"progress": {
|
|
304
304
|
"name": "progress",
|
|
305
305
|
"peerDependencies": {
|
|
306
306
|
"@angular/core": ">=19.0.0",
|
|
307
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
307
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
308
308
|
"clsx": "^2.1.1"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"name": "radio-group",
|
|
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.546",
|
|
316
316
|
"clsx": "^2.1.1",
|
|
317
317
|
"@angular/common": ">=19.0.0"
|
|
318
318
|
}
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"name": "resizable",
|
|
322
322
|
"peerDependencies": {
|
|
323
323
|
"@angular/core": ">=19.0.0",
|
|
324
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
324
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
325
325
|
"clsx": "^2.1.1",
|
|
326
326
|
"@ng-icons/core": ">=32.0.0",
|
|
327
327
|
"@ng-icons/lucide": ">=32.0.0"
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"peerDependencies": {
|
|
340
340
|
"@angular/cdk": ">=19.0.0",
|
|
341
341
|
"@angular/core": ">=19.0.0",
|
|
342
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
342
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
343
343
|
"clsx": "^2.1.1",
|
|
344
344
|
"@ng-icons/core": ">=32.0.0",
|
|
345
345
|
"@ng-icons/lucide": ">=32.0.0",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"name": "separator",
|
|
351
351
|
"peerDependencies": {
|
|
352
352
|
"@angular/core": ">=19.0.0",
|
|
353
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
353
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
354
354
|
"clsx": "^2.1.1"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"clsx": "^2.1.1",
|
|
362
362
|
"@ng-icons/core": ">=32.0.0",
|
|
363
363
|
"@ng-icons/lucide": ">=32.0.0",
|
|
364
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
364
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
365
365
|
"class-variance-authority": "^0.7.0"
|
|
366
366
|
}
|
|
367
367
|
},
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"peerDependencies": {
|
|
371
371
|
"@angular/core": ">=19.0.0",
|
|
372
372
|
"clsx": "^2.1.1",
|
|
373
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
373
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
374
374
|
"class-variance-authority": "^0.7.0",
|
|
375
375
|
"@ng-icons/core": ">=32.0.0",
|
|
376
376
|
"@ng-icons/lucide": ">=32.0.0",
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"name": "slider",
|
|
389
389
|
"peerDependencies": {
|
|
390
390
|
"@angular/core": ">=19.0.0",
|
|
391
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
391
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
392
392
|
"clsx": "^2.1.1"
|
|
393
393
|
}
|
|
394
394
|
},
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"clsx": "^2.1.1",
|
|
417
417
|
"@angular/cdk": ">=19.0.0",
|
|
418
418
|
"@angular/forms": ">=19.0.0",
|
|
419
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
419
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
"table": {
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"name": "tabs",
|
|
431
431
|
"peerDependencies": {
|
|
432
432
|
"@angular/core": ">=19.0.0",
|
|
433
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
433
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
434
434
|
"clsx": "^2.1.1",
|
|
435
435
|
"class-variance-authority": "^0.7.0",
|
|
436
436
|
"@angular/cdk": ">=19.0.0",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"peerDependencies": {
|
|
445
445
|
"@angular/core": ">=19.0.0",
|
|
446
446
|
"@angular/forms": ">=19.0.0",
|
|
447
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
447
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
448
448
|
"class-variance-authority": "^0.7.0",
|
|
449
449
|
"clsx": "^2.1.1"
|
|
450
450
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"name": "toggle",
|
|
454
454
|
"peerDependencies": {
|
|
455
455
|
"@angular/core": ">=19.0.0",
|
|
456
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
456
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
457
457
|
"class-variance-authority": "^0.7.0",
|
|
458
458
|
"clsx": "^2.1.1"
|
|
459
459
|
}
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"name": "toggle-group",
|
|
463
463
|
"peerDependencies": {
|
|
464
464
|
"@angular/core": ">=19.0.0",
|
|
465
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
465
|
+
"@spartan-ng/brain": "0.0.1-alpha.546",
|
|
466
466
|
"clsx": "^2.1.1",
|
|
467
467
|
"@angular/cdk": ">=19.0.0"
|
|
468
468
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"name": "tooltip",
|
|
472
472
|
"peerDependencies": {
|
|
473
473
|
"@angular/core": ">=19.0.0",
|
|
474
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
474
|
+
"@spartan-ng/brain": "0.0.1-alpha.546"
|
|
475
475
|
}
|
|
476
476
|
},
|
|
477
477
|
"typography": {
|