@spartan-ng/cli 0.0.1-alpha.403 → 0.0.1-alpha.405
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/theme/libs/add-theme-to-application-styles.js +10 -0
- package/src/generators/theme/libs/add-theme-to-application-styles.js.map +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.component.ts.template +6 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.component.ts.template +6 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search-input.component.ts.template +1 -1
- package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command.component.ts.template +1 -0
- package/src/generators/ui/supported-ui-libraries.json +37 -37
package/package.json
CHANGED
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
// Check out the code here: https://github.com/nrwl/nx/blob/master/packages/angular/src/generators/setup-tailwind/lib/update-application-styles.ts
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.addThemeToApplicationStyles = addThemeToApplicationStyles;
|
|
6
|
+
const tslib_1 = require("tslib");
|
|
6
7
|
const devkit_1 = require("@nx/devkit");
|
|
8
|
+
const semver = tslib_1.__importStar(require("semver"));
|
|
7
9
|
const supported_theme_generator_map_1 = require("./supported-theme-generator-map");
|
|
8
10
|
function addThemeToApplicationStyles(tree, options, project) {
|
|
11
|
+
const packageJson = (0, devkit_1.readJson)(tree, 'package.json');
|
|
12
|
+
let tailwindVersion = 3;
|
|
13
|
+
if ('tailwindcss' in packageJson.devDependencies) {
|
|
14
|
+
const version = packageJson.devDependencies['tailwindcss'];
|
|
15
|
+
tailwindVersion = semver.coerce(version)?.major ?? 3;
|
|
16
|
+
}
|
|
17
|
+
const tailwindImport = tailwindVersion === 4 ? '@import "@spartan-ng/brain/hlm-tailwind-preset.css";' : '';
|
|
9
18
|
const prefix = options.prefix ? ` .${options.prefix}` : '';
|
|
10
19
|
let stylesEntryPoint = options.stylesEntryPoint;
|
|
11
20
|
if (stylesEntryPoint && !tree.exists(stylesEntryPoint)) {
|
|
@@ -30,6 +39,7 @@ function addThemeToApplicationStyles(tree, options, project) {
|
|
|
30
39
|
${ckdOverlayImport}
|
|
31
40
|
|
|
32
41
|
${stylesEntryPointContent}
|
|
42
|
+
${tailwindImport}
|
|
33
43
|
|
|
34
44
|
${rootFontSans}
|
|
35
45
|
${supported_theme_generator_map_1.SupportedThemeGeneratorMap[options.theme](options.radius, prefix)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-theme-to-application-styles.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/theme/libs/add-theme-to-application-styles.ts"],"names":[],"mappings":";AAAA,gHAAgH;AAChH,kJAAkJ;;
|
|
1
|
+
{"version":3,"file":"add-theme-to-application-styles.js","sourceRoot":"","sources":["../../../../../../../libs/cli/src/generators/theme/libs/add-theme-to-application-styles.ts"],"names":[],"mappings":"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"}
|
package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.component.ts.template
CHANGED
|
@@ -6,7 +6,12 @@ import { hlm } from '@spartan-ng/brain/core';
|
|
|
6
6
|
standalone: true,
|
|
7
7
|
selector: 'hlm-command-group',
|
|
8
8
|
template: '<ng-content />',
|
|
9
|
-
hostDirectives: [
|
|
9
|
+
hostDirectives: [
|
|
10
|
+
{
|
|
11
|
+
directive: BrnCommandGroupDirective,
|
|
12
|
+
inputs: ['id'],
|
|
13
|
+
},
|
|
14
|
+
],
|
|
10
15
|
host: {
|
|
11
16
|
'[class]': '_computedClass()',
|
|
12
17
|
},
|
package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.component.ts.template
CHANGED
|
@@ -9,7 +9,12 @@ import { hlm } from '@spartan-ng/brain/core';
|
|
|
9
9
|
host: {
|
|
10
10
|
'[class]': '_computedClass()',
|
|
11
11
|
},
|
|
12
|
-
hostDirectives: [
|
|
12
|
+
hostDirectives: [
|
|
13
|
+
{
|
|
14
|
+
directive: BrnCommandListDirective,
|
|
15
|
+
inputs: ['id'],
|
|
16
|
+
},
|
|
17
|
+
],
|
|
13
18
|
})
|
|
14
19
|
export class HlmCommandListComponent {
|
|
15
20
|
/** The user defined class */
|
|
@@ -6,7 +6,7 @@ import { hlm } from '@spartan-ng/brain/core';
|
|
|
6
6
|
standalone: true,
|
|
7
7
|
selector: 'input[hlm-command-search-input]',
|
|
8
8
|
template: '',
|
|
9
|
-
hostDirectives: [BrnCommandSearchInputDirective],
|
|
9
|
+
hostDirectives: [{ directive: BrnCommandSearchInputDirective, inputs: ['value'] }],
|
|
10
10
|
host: {
|
|
11
11
|
'[class]': '_computedClass()',
|
|
12
12
|
},
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
6
|
"@ng-icons/core": ">=29.0.0",
|
|
7
7
|
"@ng-icons/lucide": ">=29.0.0",
|
|
8
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
8
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
9
9
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
10
10
|
"clsx": "^2.1.1"
|
|
11
11
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"internalName": "ui-alert-helm",
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@angular/core": ">=18.0.0",
|
|
17
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
17
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
18
18
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
19
19
|
"class-variance-authority": "^0.7.0",
|
|
20
20
|
"clsx": "^2.1.1"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"internalName": "ui-alert-dialog-helm",
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@angular/core": ">=18.0.0",
|
|
27
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
27
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
28
28
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
29
29
|
"clsx": "^2.1.1"
|
|
30
30
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@angular/cdk": ">=18.0.0",
|
|
36
36
|
"@angular/core": ">=18.0.0",
|
|
37
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
37
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
38
38
|
"clsx": "^2.1.1"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"internalName": "ui-avatar-helm",
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@angular/core": ">=18.0.0",
|
|
45
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
45
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
46
46
|
"class-variance-authority": "^0.7.0",
|
|
47
47
|
"clsx": "^2.1.1"
|
|
48
48
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@angular/cdk": ">=18.0.0",
|
|
54
54
|
"@angular/core": ">=18.0.0",
|
|
55
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
55
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
56
56
|
"class-variance-authority": "^0.7.0",
|
|
57
57
|
"clsx": "^2.1.1"
|
|
58
58
|
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@angular/router": "18.2.5",
|
|
65
65
|
"@ng-icons/core": ">=29.0.0",
|
|
66
66
|
"@ng-icons/lucide": ">=29.0.0",
|
|
67
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
67
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
68
68
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
69
69
|
"clsx": "^2.1.1"
|
|
70
70
|
}
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"internalName": "ui-button-helm",
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@angular/core": ">=18.0.0",
|
|
76
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
76
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
77
77
|
"class-variance-authority": "^0.7.0",
|
|
78
78
|
"clsx": "^2.1.1"
|
|
79
79
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@angular/core": ">=18.0.0",
|
|
86
86
|
"@ng-icons/core": ">=29.0.0",
|
|
87
87
|
"@ng-icons/lucide": ">=29.0.0",
|
|
88
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
88
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
89
89
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
90
90
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
91
91
|
"clsx": "^2.1.1"
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"internalName": "ui-card-helm",
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@angular/core": ">=18.0.0",
|
|
98
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
98
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
99
99
|
"class-variance-authority": "^0.7.0",
|
|
100
100
|
"clsx": "^2.1.1"
|
|
101
101
|
}
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"@angular/cdk": ">=18.0.0",
|
|
107
107
|
"@angular/core": ">=18.0.0",
|
|
108
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
108
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
109
109
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
110
110
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
111
111
|
"clsx": "^2.1.1"
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@angular/forms": ">=18.0.0",
|
|
120
120
|
"@ng-icons/core": ">=29.0.0",
|
|
121
121
|
"@ng-icons/lucide": ">=29.0.0",
|
|
122
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
122
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
123
123
|
"@spartan-ng/ui-calendar-helm": "0.0.1-alpha.381",
|
|
124
124
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
125
125
|
"@spartan-ng/ui-popover-helm": "0.0.1-alpha.381",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@angular/core": ">=18.0.0",
|
|
135
135
|
"@ng-icons/core": ">=29.0.0",
|
|
136
136
|
"@ng-icons/lucide": ">=29.0.0",
|
|
137
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
137
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
138
138
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
139
139
|
"clsx": "^2.1.1"
|
|
140
140
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"peerDependencies": {
|
|
151
151
|
"@angular/core": ">=18.0.0",
|
|
152
152
|
"@angular/forms": ">=18.0.0",
|
|
153
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
153
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
154
154
|
"class-variance-authority": "^0.7.0",
|
|
155
155
|
"clsx": "^2.1.1"
|
|
156
156
|
}
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"internalName": "ui-label-helm",
|
|
160
160
|
"peerDependencies": {
|
|
161
161
|
"@angular/core": ">=18.0.0",
|
|
162
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
162
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
163
163
|
"class-variance-authority": "^0.7.0",
|
|
164
164
|
"clsx": "^2.1.1"
|
|
165
165
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@angular/core": ">=18.0.0",
|
|
171
171
|
"@ng-icons/core": ">=29.0.0",
|
|
172
172
|
"@ng-icons/lucide": ">=29.0.0",
|
|
173
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
173
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
174
174
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
175
175
|
"class-variance-authority": "^0.7.0",
|
|
176
176
|
"clsx": "^2.1.1"
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"internalName": "ui-popover-helm",
|
|
181
181
|
"peerDependencies": {
|
|
182
182
|
"@angular/core": ">=18.0.0",
|
|
183
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
183
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
184
184
|
"clsx": "^2.1.1"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"internalName": "ui-progress-helm",
|
|
189
189
|
"peerDependencies": {
|
|
190
190
|
"@angular/core": ">=18.0.0",
|
|
191
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
191
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
192
192
|
"clsx": "^2.1.1"
|
|
193
193
|
}
|
|
194
194
|
},
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"internalName": "ui-radio-group-helm",
|
|
197
197
|
"peerDependencies": {
|
|
198
198
|
"@angular/core": ">=18.0.0",
|
|
199
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
199
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
200
200
|
"clsx": "^2.1.1"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"internalName": "ui-scroll-area-helm",
|
|
205
205
|
"peerDependencies": {
|
|
206
206
|
"@angular/core": ">=18.0.0",
|
|
207
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
207
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
208
208
|
"clsx": "^2.1.1",
|
|
209
209
|
"ngx-scrollbar": ">=16.0.0"
|
|
210
210
|
}
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"internalName": "ui-separator-helm",
|
|
214
214
|
"peerDependencies": {
|
|
215
215
|
"@angular/core": ">=18.0.0",
|
|
216
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
216
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
217
217
|
"clsx": "^2.1.1"
|
|
218
218
|
}
|
|
219
219
|
},
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"@angular/core": ">=18.0.0",
|
|
224
224
|
"@ng-icons/core": ">=29.0.0",
|
|
225
225
|
"@ng-icons/lucide": ">=29.0.0",
|
|
226
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
226
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
227
227
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
228
228
|
"class-variance-authority": "^0.7.0",
|
|
229
229
|
"clsx": "^2.1.1"
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"internalName": "ui-skeleton-helm",
|
|
234
234
|
"peerDependencies": {
|
|
235
235
|
"@angular/core": ">=18.0.0",
|
|
236
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
236
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
237
237
|
"clsx": "^2.1.1"
|
|
238
238
|
}
|
|
239
239
|
},
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"internalName": "ui-spinner-helm",
|
|
242
242
|
"peerDependencies": {
|
|
243
243
|
"@angular/core": ">=18.0.0",
|
|
244
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
244
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
245
245
|
"class-variance-authority": "^0.7.0",
|
|
246
246
|
"clsx": "^2.1.1"
|
|
247
247
|
}
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"@angular/cdk": ">=18.0.0",
|
|
253
253
|
"@angular/core": ">=18.0.0",
|
|
254
254
|
"@angular/forms": ">=18.0.0",
|
|
255
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
255
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
256
256
|
"clsx": "^2.1.1"
|
|
257
257
|
}
|
|
258
258
|
},
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"@angular/core": ">=18.0.0",
|
|
264
264
|
"@ng-icons/core": ">=29.0.0",
|
|
265
265
|
"@ng-icons/lucide": ">=29.0.0",
|
|
266
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
266
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
267
267
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
268
268
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
269
269
|
"class-variance-authority": "^0.7.0",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"internalName": "ui-toggle-helm",
|
|
275
275
|
"peerDependencies": {
|
|
276
276
|
"@angular/core": ">=18.0.0",
|
|
277
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
277
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
278
278
|
"class-variance-authority": "^0.7.0",
|
|
279
279
|
"clsx": "^2.1.1"
|
|
280
280
|
}
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"internalName": "ui-typography-helm",
|
|
284
284
|
"peerDependencies": {
|
|
285
285
|
"@angular/core": ">=18.0.0",
|
|
286
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
286
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
287
287
|
"clsx": "^2.1.1"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"peerDependencies": {
|
|
293
293
|
"@angular/common": ">=18.0.0",
|
|
294
294
|
"@angular/core": ">=18.0.0",
|
|
295
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
295
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
296
296
|
"clsx": "^2.1.1"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"internalName": "ui-hover-card-helm",
|
|
301
301
|
"peerDependencies": {
|
|
302
302
|
"@angular/core": ">=18.0.0",
|
|
303
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
303
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
304
304
|
"clsx": "^2.1.1"
|
|
305
305
|
}
|
|
306
306
|
},
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"@angular/forms": ">=18.0.0",
|
|
312
312
|
"@ng-icons/core": ">=29.0.0",
|
|
313
313
|
"@ng-icons/lucide": ">=29.0.0",
|
|
314
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
314
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
315
315
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
316
316
|
"clsx": "^2.1.1"
|
|
317
317
|
}
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"internalName": "ui-tooltip-helm",
|
|
321
321
|
"peerDependencies": {
|
|
322
322
|
"@angular/core": ">=18.0.0",
|
|
323
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
323
|
+
"@spartan-ng/brain": "0.0.1-alpha.405"
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
326
|
"pagination": {
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"@angular/router": ">=18.0.0",
|
|
333
333
|
"@ng-icons/core": ">=29.0.0",
|
|
334
334
|
"@ng-icons/lucide": ">=29.0.0",
|
|
335
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
335
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
336
336
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
337
337
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
338
338
|
"@spartan-ng/ui-select-helm": "0.0.1-alpha.381",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"@angular/core": ">=18.0.0",
|
|
347
347
|
"@ng-icons/core": ">=29.0.0",
|
|
348
348
|
"@ng-icons/lucide": ">=29.0.0",
|
|
349
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
349
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
350
350
|
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
|
|
351
351
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
352
352
|
"clsx": "^2.1.1",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"@angular/core": ">=18.0.0",
|
|
360
360
|
"@ng-icons/core": ">=29.0.0",
|
|
361
361
|
"@ng-icons/lucide": ">=29.0.0",
|
|
362
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
362
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
363
363
|
"@spartan-ng/ui-icon-helm": "0.0.1-alpha.381",
|
|
364
364
|
"class-variance-authority": "^0.7.0",
|
|
365
365
|
"clsx": "^2.1.1"
|
|
@@ -380,14 +380,14 @@
|
|
|
380
380
|
"internalName": "ui-form-field-helm",
|
|
381
381
|
"peerDependencies": {
|
|
382
382
|
"@angular/core": ">=18.0.0",
|
|
383
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
383
|
+
"@spartan-ng/brain": "0.0.1-alpha.405"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"slider": {
|
|
387
387
|
"internalName": "ui-slider-helm",
|
|
388
388
|
"peerDependencies": {
|
|
389
389
|
"@angular/core": ">=18.0.0",
|
|
390
|
-
"@spartan-ng/brain": "0.0.1-alpha.
|
|
390
|
+
"@spartan-ng/brain": "0.0.1-alpha.405",
|
|
391
391
|
"clsx": "^2.1.1"
|
|
392
392
|
}
|
|
393
393
|
}
|