@polymorphism-tech/morph-spec 2.3.0 → 3.0.0

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.
Files changed (166) hide show
  1. package/CLAUDE.md +446 -1730
  2. package/README.md +515 -516
  3. package/bin/morph-spec.js +366 -294
  4. package/bin/task-manager.js +429 -368
  5. package/bin/validate.js +369 -268
  6. package/content/.claude/commands/morph-apply.md +221 -158
  7. package/content/.claude/commands/morph-deploy.md +529 -0
  8. package/content/.claude/commands/morph-preflight.md +227 -0
  9. package/content/.claude/commands/morph-proposal.md +122 -101
  10. package/content/.claude/commands/morph-status.md +86 -86
  11. package/content/.claude/commands/morph-troubleshoot.md +122 -0
  12. package/content/.claude/skills/infra/azure-deploy-specialist.md +699 -0
  13. package/content/.claude/skills/level-0-meta/README.md +7 -0
  14. package/content/.claude/skills/level-0-meta/code-review.md +226 -0
  15. package/content/.claude/skills/level-0-meta/morph-checklist.md +117 -0
  16. package/content/.claude/skills/level-0-meta/simulation-checklist.md +77 -0
  17. package/content/.claude/skills/level-1-workflows/README.md +7 -0
  18. package/content/.claude/skills/level-1-workflows/morph-replicate.md +213 -0
  19. package/content/.claude/{commands/morph-clarify.md → skills/level-1-workflows/phase-clarify.md} +131 -184
  20. package/content/.claude/{commands/morph-design.md → skills/level-1-workflows/phase-design.md} +213 -275
  21. package/content/.claude/skills/level-1-workflows/phase-setup.md +106 -0
  22. package/content/.claude/skills/level-1-workflows/phase-tasks.md +164 -0
  23. package/content/.claude/{commands/morph-uiux.md → skills/level-1-workflows/phase-uiux.md} +169 -211
  24. package/content/.claude/skills/level-2-domains/README.md +14 -0
  25. package/content/.claude/skills/level-2-domains/ai-agents/ai-system-architect.md +192 -0
  26. package/content/.claude/skills/{specialists → level-2-domains/architecture}/po-pm-advisor.md +197 -197
  27. package/content/.claude/skills/level-2-domains/architecture/standards-architect.md +156 -0
  28. package/content/.claude/skills/level-2-domains/backend/dotnet-senior.md +287 -0
  29. package/content/.claude/skills/level-2-domains/backend/ef-modeler.md +113 -0
  30. package/content/.claude/skills/level-2-domains/backend/hangfire-orchestrator.md +126 -0
  31. package/content/.claude/skills/level-2-domains/backend/ms-agent-expert.md +109 -0
  32. package/content/.claude/skills/level-2-domains/frontend/blazor-builder.md +210 -0
  33. package/content/.claude/skills/level-2-domains/frontend/nextjs-expert.md +154 -0
  34. package/content/.claude/skills/level-2-domains/frontend/ui-ux-designer.md +191 -0
  35. package/content/.claude/skills/{specialists → level-2-domains/infrastructure}/azure-architect.md +142 -142
  36. package/content/.claude/skills/level-2-domains/infrastructure/bicep-architect.md +126 -0
  37. package/content/.claude/skills/level-2-domains/infrastructure/container-specialist.md +131 -0
  38. package/content/.claude/skills/level-2-domains/infrastructure/devops-engineer.md +119 -0
  39. package/content/.claude/skills/level-2-domains/integrations/asaas-financial.md +130 -0
  40. package/content/.claude/skills/level-2-domains/integrations/azure-identity.md +142 -0
  41. package/content/.claude/skills/level-2-domains/integrations/clerk-auth.md +108 -0
  42. package/content/.claude/skills/level-2-domains/integrations/resend-email.md +119 -0
  43. package/content/.claude/skills/level-2-domains/quality/code-analyzer.md +235 -0
  44. package/content/.claude/skills/level-2-domains/quality/testing-specialist.md +126 -0
  45. package/content/.claude/skills/level-3-technologies/README.md +7 -0
  46. package/content/.claude/skills/level-4-patterns/README.md +7 -0
  47. package/content/.claude/skills/specialists/prompt-engineer.md +189 -0
  48. package/content/.claude/skills/specialists/seo-growth-hacker.md +320 -0
  49. package/content/.morph/config/agents.json +762 -242
  50. package/content/.morph/config/config.template.json +122 -108
  51. package/content/.morph/docs/workflows/design-impl.md +37 -0
  52. package/content/.morph/docs/workflows/enforcement-pipeline.md +668 -0
  53. package/content/.morph/docs/workflows/fast-track.md +29 -0
  54. package/content/.morph/docs/workflows/full-morph.md +76 -0
  55. package/content/.morph/docs/workflows/standard.md +44 -0
  56. package/content/.morph/docs/workflows/ui-refresh.md +39 -0
  57. package/content/.morph/examples/scheduled-reports/decisions.md +158 -0
  58. package/content/.morph/examples/scheduled-reports/proposal.md +95 -0
  59. package/content/.morph/examples/scheduled-reports/spec.md +267 -0
  60. package/content/.morph/hooks/README.md +348 -239
  61. package/content/.morph/hooks/pre-commit-agents.sh +24 -24
  62. package/content/.morph/hooks/task-completed.js +73 -0
  63. package/content/.morph/hooks/teammate-idle.js +68 -0
  64. package/content/.morph/schemas/tasks.schema.json +220 -0
  65. package/content/.morph/standards/agent-framework-blazor-ui.md +359 -0
  66. package/content/.morph/standards/agent-framework-production.md +410 -0
  67. package/content/.morph/standards/agent-framework-setup.md +413 -453
  68. package/content/.morph/standards/agent-framework-workflows.md +349 -0
  69. package/content/.morph/standards/agent-teams-workflow.md +474 -0
  70. package/content/.morph/standards/architecture.md +325 -325
  71. package/content/.morph/standards/azure.md +605 -379
  72. package/content/.morph/standards/dotnet10-migration.md +520 -494
  73. package/content/.morph/templates/CONTEXT-FEATURE.md +276 -0
  74. package/content/.morph/templates/CONTEXT.md +170 -0
  75. package/content/.morph/templates/agent.cs +163 -172
  76. package/content/.morph/templates/clarify-questions.md +159 -0
  77. package/content/.morph/templates/contracts/Commands.cs +74 -0
  78. package/content/.morph/templates/contracts/Entities.cs +25 -0
  79. package/content/.morph/templates/contracts/Queries.cs +74 -0
  80. package/content/.morph/templates/contracts/README.md +74 -0
  81. package/content/.morph/templates/decisions.md +123 -106
  82. package/content/.morph/templates/infra/azure-pipelines-deploy.yml +480 -0
  83. package/content/.morph/templates/infra/deploy-checklist.md +426 -0
  84. package/content/.morph/templates/proposal.md +141 -155
  85. package/content/.morph/templates/recap.md +94 -105
  86. package/content/.morph/templates/simulation.md +353 -0
  87. package/content/.morph/templates/spec.md +149 -148
  88. package/content/.morph/templates/state.template.json +222 -222
  89. package/content/.morph/templates/tasks.md +257 -235
  90. package/content/.morph/templates/ui-components.md +362 -276
  91. package/content/CLAUDE.md +150 -442
  92. package/detectors/structure-detector.js +245 -250
  93. package/docs/README.md +144 -149
  94. package/docs/getting-started.md +301 -302
  95. package/docs/installation.md +361 -361
  96. package/docs/validation-checklist.md +265 -266
  97. package/package.json +80 -80
  98. package/src/commands/advance-phase.js +266 -0
  99. package/src/commands/analyze-blazor-concurrency.js +193 -0
  100. package/src/commands/deploy.js +780 -0
  101. package/src/commands/detect-agents.js +167 -0
  102. package/src/commands/doctor.js +356 -280
  103. package/src/commands/generate-context.js +40 -0
  104. package/src/commands/init.js +258 -245
  105. package/src/commands/lint-fluent.js +352 -0
  106. package/src/commands/rollback-phase.js +185 -0
  107. package/src/commands/session-summary.js +291 -0
  108. package/src/commands/task.js +78 -75
  109. package/src/commands/troubleshoot.js +222 -0
  110. package/src/commands/update.js +192 -159
  111. package/src/commands/validate-blazor-state.js +210 -0
  112. package/src/commands/validate-blazor.js +156 -0
  113. package/src/commands/validate-css.js +84 -0
  114. package/src/commands/validate-phase.js +221 -0
  115. package/src/lib/blazor-concurrency-analyzer.js +288 -0
  116. package/src/lib/blazor-state-validator.js +291 -0
  117. package/src/lib/blazor-validator.js +374 -0
  118. package/src/lib/complexity-analyzer.js +441 -292
  119. package/src/lib/context-generator.js +513 -0
  120. package/src/lib/continuous-validator.js +421 -440
  121. package/src/lib/css-validator.js +352 -0
  122. package/src/lib/decision-constraint-loader.js +109 -0
  123. package/src/lib/design-system-detector.js +187 -0
  124. package/src/lib/design-system-scaffolder.js +299 -0
  125. package/src/lib/hook-executor.js +256 -0
  126. package/src/lib/recap-generator.js +205 -0
  127. package/src/lib/spec-validator.js +258 -0
  128. package/src/lib/standards-context-injector.js +287 -0
  129. package/src/lib/state-manager.js +397 -340
  130. package/src/lib/team-orchestrator.js +322 -0
  131. package/src/lib/troubleshoot-grep.js +194 -0
  132. package/src/lib/troubleshoot-index.js +144 -0
  133. package/src/lib/validation-runner.js +283 -0
  134. package/src/lib/validators/contract-compliance-validator.js +273 -0
  135. package/src/lib/validators/design-system-validator.js +231 -0
  136. package/src/utils/file-copier.js +187 -139
  137. package/content/.claude/commands/morph-costs.md +0 -206
  138. package/content/.claude/commands/morph-setup.md +0 -100
  139. package/content/.claude/commands/morph-tasks.md +0 -319
  140. package/content/.claude/skills/infra/bicep-architect.md +0 -419
  141. package/content/.claude/skills/infra/container-specialist.md +0 -437
  142. package/content/.claude/skills/infra/devops-engineer.md +0 -405
  143. package/content/.claude/skills/integrations/asaas-financial.md +0 -333
  144. package/content/.claude/skills/integrations/azure-identity.md +0 -309
  145. package/content/.claude/skills/integrations/clerk-auth.md +0 -290
  146. package/content/.claude/skills/specialists/ai-system-architect.md +0 -604
  147. package/content/.claude/skills/specialists/cost-guardian.md +0 -110
  148. package/content/.claude/skills/specialists/ef-modeler.md +0 -211
  149. package/content/.claude/skills/specialists/hangfire-orchestrator.md +0 -255
  150. package/content/.claude/skills/specialists/ms-agent-expert.md +0 -263
  151. package/content/.claude/skills/specialists/standards-architect.md +0 -78
  152. package/content/.claude/skills/specialists/ui-ux-designer.md +0 -1100
  153. package/content/.claude/skills/stacks/dotnet-blazor.md +0 -606
  154. package/content/.claude/skills/stacks/dotnet-nextjs.md +0 -402
  155. package/content/.claude/skills/stacks/shopify.md +0 -445
  156. package/content/.morph/config/azure-pricing.json +0 -70
  157. package/content/.morph/config/azure-pricing.schema.json +0 -50
  158. package/content/.morph/hooks/pre-commit-costs.sh +0 -91
  159. package/docs/api/cost-calculator.js.html +0 -513
  160. package/docs/api/design-system-generator.js.html +0 -382
  161. package/docs/api/global.html +0 -5263
  162. package/docs/api/index.html +0 -96
  163. package/docs/api/state-manager.js.html +0 -423
  164. package/src/commands/cost.js +0 -181
  165. package/src/commands/update-pricing.js +0 -206
  166. package/src/lib/cost-calculator.js +0 -429
@@ -0,0 +1,374 @@
1
+ /**
2
+ * Blazor Validator - Fluent UI Blazor Pattern Validation
3
+ *
4
+ * Validates Blazor/Razor files for common Fluent UI patterns and issues.
5
+ *
6
+ * @module blazor-validator
7
+ */
8
+
9
+ // Valid icon sizes in Fluent UI Blazor
10
+ export const VALID_ICON_SIZES = [20, 24, 28, 32, 48];
11
+
12
+ // Icons that don't exist and their alternatives
13
+ export const ICON_ALTERNATIVES = {
14
+ Compass: 'CompassNorthwest',
15
+ Instagram: 'Camera',
16
+ WhatsApp: 'Chat',
17
+ Facebook: 'Share',
18
+ Twitter: 'Share',
19
+ X: 'Share',
20
+ LinkedIn: 'Person',
21
+ };
22
+
23
+ // Async methods that don't exist in IToastService
24
+ export const INVALID_TOAST_METHODS = [
25
+ 'ShowSuccessAsync',
26
+ 'ShowErrorAsync',
27
+ 'ShowWarningAsync',
28
+ 'ShowInfoAsync',
29
+ ];
30
+
31
+ // Async methods that don't exist in FluentDialog
32
+ export const INVALID_DIALOG_METHODS = ['ShowAsync', 'HideAsync'];
33
+
34
+ /**
35
+ * @typedef {Object} ValidationIssue
36
+ * @property {'error' | 'warning'} type - Severity of the issue
37
+ * @property {string} message - Description of the issue
38
+ * @property {string} [suggestion] - How to fix the issue
39
+ * @property {string} file - File path
40
+ * @property {number} [line] - Line number (1-indexed)
41
+ * @property {string} [code] - The problematic code snippet
42
+ */
43
+
44
+ /**
45
+ * Validates icon usage in Fluent UI Blazor files.
46
+ * Detects invalid sizes and non-existent icons.
47
+ *
48
+ * @param {string} content - File content
49
+ * @param {string} filePath - Path to the file
50
+ * @returns {ValidationIssue[]} Array of validation issues
51
+ */
52
+ export function validateIconUsage(content, filePath) {
53
+ const issues = [];
54
+ const lines = content.split('\n');
55
+
56
+ // Pattern: Icons.(Regular|Filled).Size{N}.{IconName}()
57
+ const iconRegex = /Icons\.(Regular|Filled)\.Size(\d+)\.(\w+)\(\)/g;
58
+
59
+ lines.forEach((line, index) => {
60
+ const lineNumber = index + 1;
61
+ let match;
62
+
63
+ // Reset regex lastIndex for each line
64
+ iconRegex.lastIndex = 0;
65
+
66
+ while ((match = iconRegex.exec(line)) !== null) {
67
+ const [fullMatch, type, sizeStr, iconName] = match;
68
+ const size = parseInt(sizeStr, 10);
69
+
70
+ // Check for invalid size
71
+ if (!VALID_ICON_SIZES.includes(size)) {
72
+ issues.push({
73
+ type: 'error',
74
+ message: `Icons.${type}.Size${size} - Size${size} nao e valido`,
75
+ suggestion: `Use Size20, Size24, Size28, Size32 ou Size48`,
76
+ file: filePath,
77
+ line: lineNumber,
78
+ code: fullMatch,
79
+ });
80
+ }
81
+
82
+ // Check for non-existent icons
83
+ if (ICON_ALTERNATIVES[iconName]) {
84
+ issues.push({
85
+ type: 'error',
86
+ message: `Icons.${type}.Size${size}.${iconName} - Icone nao existe`,
87
+ suggestion: `Use ${ICON_ALTERNATIVES[iconName]} como alternativa`,
88
+ file: filePath,
89
+ line: lineNumber,
90
+ code: fullMatch,
91
+ });
92
+ }
93
+ }
94
+ });
95
+
96
+ return issues;
97
+ }
98
+
99
+ /**
100
+ * Validates FluentDialog patterns.
101
+ * Detects missing Hidden="true" and invalid async methods.
102
+ *
103
+ * @param {string} content - File content
104
+ * @param {string} filePath - Path to the file
105
+ * @returns {ValidationIssue[]} Array of validation issues
106
+ */
107
+ export function validateDialogPatterns(content, filePath) {
108
+ const issues = [];
109
+ const lines = content.split('\n');
110
+
111
+ lines.forEach((line, index) => {
112
+ const lineNumber = index + 1;
113
+
114
+ // Check for FluentDialog without Hidden="true"
115
+ // Match <FluentDialog that has @ref but no Hidden="true"
116
+ if (line.includes('<FluentDialog') && !line.includes('Hidden=')) {
117
+ // Check if it's a self-closing tag or opening tag
118
+ if (line.includes('@ref=') || line.includes('Modal=')) {
119
+ issues.push({
120
+ type: 'warning',
121
+ message: `FluentDialog sem Hidden="true" - modal sera visivel ao carregar`,
122
+ suggestion: `Adicione Hidden="true" ao FluentDialog`,
123
+ file: filePath,
124
+ line: lineNumber,
125
+ code: line.trim(),
126
+ });
127
+ }
128
+ }
129
+
130
+ // Check for invalid async methods
131
+ INVALID_DIALOG_METHODS.forEach((method) => {
132
+ if (line.includes(`_dialog.${method}`) || line.includes(`.${method}(`)) {
133
+ if (line.includes('dialog') || line.includes('Dialog')) {
134
+ issues.push({
135
+ type: 'error',
136
+ message: `FluentDialog.${method}() nao existe`,
137
+ suggestion:
138
+ method === 'ShowAsync'
139
+ ? `Use Show() (sincrono)`
140
+ : `Use CloseAsync() em vez de HideAsync()`,
141
+ file: filePath,
142
+ line: lineNumber,
143
+ code: line.trim(),
144
+ });
145
+ }
146
+ }
147
+ });
148
+ });
149
+
150
+ return issues;
151
+ }
152
+
153
+ /**
154
+ * Validates Toast Service usage.
155
+ * Detects non-existent async methods.
156
+ *
157
+ * @param {string} content - File content
158
+ * @param {string} filePath - Path to the file
159
+ * @returns {ValidationIssue[]} Array of validation issues
160
+ */
161
+ export function validateToastUsage(content, filePath) {
162
+ const issues = [];
163
+ const lines = content.split('\n');
164
+
165
+ lines.forEach((line, index) => {
166
+ const lineNumber = index + 1;
167
+
168
+ INVALID_TOAST_METHODS.forEach((method) => {
169
+ if (line.includes(method)) {
170
+ const syncMethod = method.replace('Async', '');
171
+ issues.push({
172
+ type: 'error',
173
+ message: `ToastService.${method}() nao existe`,
174
+ suggestion: `Use ToastService.${syncMethod}() (sincrono)`,
175
+ file: filePath,
176
+ line: lineNumber,
177
+ code: line.trim(),
178
+ });
179
+ }
180
+ });
181
+ });
182
+
183
+ return issues;
184
+ }
185
+
186
+ /**
187
+ * Validates Icon namespace usage.
188
+ * Detects missing alias requirement.
189
+ *
190
+ * @param {string} content - File content
191
+ * @param {string} filePath - Path to the file
192
+ * @returns {ValidationIssue[]} Array of validation issues
193
+ */
194
+ export function validateNamespaceAlias(content, filePath) {
195
+ const issues = [];
196
+ const lines = content.split('\n');
197
+
198
+ // Check if using icons without alias
199
+ const usesIcons =
200
+ content.includes('Icons.Regular') || content.includes('Icons.Filled');
201
+
202
+ if (usesIcons) {
203
+ // Check for proper alias
204
+ const hasCorrectAlias = content.includes(
205
+ '@using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons'
206
+ );
207
+
208
+ // Check for incorrect using (without alias)
209
+ const hasIncorrectUsing =
210
+ content.includes('@using Microsoft.FluentUI.AspNetCore.Components.Icons') &&
211
+ !hasCorrectAlias;
212
+
213
+ if (hasIncorrectUsing) {
214
+ // Find the line with the incorrect using
215
+ lines.forEach((line, index) => {
216
+ if (
217
+ line.includes('@using Microsoft.FluentUI.AspNetCore.Components.Icons') &&
218
+ !line.includes('Icons =')
219
+ ) {
220
+ issues.push({
221
+ type: 'error',
222
+ message: `Namespace de Icons sem alias`,
223
+ suggestion: `Use @using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons`,
224
+ file: filePath,
225
+ line: index + 1,
226
+ code: line.trim(),
227
+ });
228
+ }
229
+ });
230
+ }
231
+
232
+ // Check if uses icons but has no using at all (might be in _Imports.razor)
233
+ if (
234
+ !hasCorrectAlias &&
235
+ !hasIncorrectUsing &&
236
+ !content.includes('@using Icons =')
237
+ ) {
238
+ // This is just informational - might be defined in _Imports.razor
239
+ // Don't flag as error, but could be a warning
240
+ }
241
+ }
242
+
243
+ return issues;
244
+ }
245
+
246
+ /**
247
+ * Validates FluentToastProvider and FluentDialogProvider presence.
248
+ * Only checks layout files.
249
+ *
250
+ * @param {string} content - File content
251
+ * @param {string} filePath - Path to the file
252
+ * @returns {ValidationIssue[]} Array of validation issues
253
+ */
254
+ export function validateProviders(content, filePath) {
255
+ const issues = [];
256
+ const isLayout =
257
+ filePath.toLowerCase().includes('layout') ||
258
+ filePath.toLowerCase().includes('app.razor');
259
+
260
+ if (!isLayout) {
261
+ return issues;
262
+ }
263
+
264
+ if (
265
+ content.includes('FluentDialog') &&
266
+ !content.includes('<FluentDialogProvider')
267
+ ) {
268
+ issues.push({
269
+ type: 'warning',
270
+ message: `FluentDialogProvider nao encontrado no layout`,
271
+ suggestion: `Adicione <FluentDialogProvider /> ao layout`,
272
+ file: filePath,
273
+ line: 1,
274
+ });
275
+ }
276
+
277
+ if (
278
+ content.includes('ToastService') &&
279
+ !content.includes('<FluentToastProvider')
280
+ ) {
281
+ issues.push({
282
+ type: 'warning',
283
+ message: `FluentToastProvider nao encontrado no layout`,
284
+ suggestion: `Adicione <FluentToastProvider /> ao layout`,
285
+ file: filePath,
286
+ line: 1,
287
+ });
288
+ }
289
+
290
+ return issues;
291
+ }
292
+
293
+ /**
294
+ * Runs all validations on a Blazor file.
295
+ *
296
+ * @param {string} content - File content
297
+ * @param {string} filePath - Path to the file
298
+ * @returns {ValidationIssue[]} Array of all validation issues
299
+ */
300
+ export function validateBlazorFile(content, filePath) {
301
+ const issues = [];
302
+
303
+ issues.push(...validateIconUsage(content, filePath));
304
+ issues.push(...validateDialogPatterns(content, filePath));
305
+ issues.push(...validateToastUsage(content, filePath));
306
+ issues.push(...validateNamespaceAlias(content, filePath));
307
+ issues.push(...validateProviders(content, filePath));
308
+
309
+ return issues;
310
+ }
311
+
312
+ /**
313
+ * Formats validation issues for console output.
314
+ *
315
+ * @param {ValidationIssue[]} issues - Array of validation issues
316
+ * @returns {string} Formatted output string
317
+ */
318
+ export function formatIssues(issues) {
319
+ if (issues.length === 0) {
320
+ return '';
321
+ }
322
+
323
+ const lines = [];
324
+
325
+ issues.forEach((issue) => {
326
+ const icon = issue.type === 'error' ? '\u274C' : '\u26A0\uFE0F';
327
+ const label = issue.type === 'error' ? 'Error' : 'Warning';
328
+
329
+ lines.push(`${icon} ${label}: ${issue.message}`);
330
+
331
+ if (issue.suggestion) {
332
+ lines.push(` Sugestao: ${issue.suggestion}`);
333
+ }
334
+
335
+ const location = issue.line ? `${issue.file}:${issue.line}` : issue.file;
336
+ lines.push(` Arquivo: ${location}`);
337
+
338
+ if (issue.code) {
339
+ lines.push(` Codigo: ${issue.code}`);
340
+ }
341
+
342
+ lines.push('');
343
+ });
344
+
345
+ return lines.join('\n');
346
+ }
347
+
348
+ /**
349
+ * Counts issues by type.
350
+ *
351
+ * @param {ValidationIssue[]} issues - Array of validation issues
352
+ * @returns {{ errors: number, warnings: number }} Count by type
353
+ */
354
+ export function countIssues(issues) {
355
+ return {
356
+ errors: issues.filter((i) => i.type === 'error').length,
357
+ warnings: issues.filter((i) => i.type === 'warning').length,
358
+ };
359
+ }
360
+
361
+ export default {
362
+ VALID_ICON_SIZES,
363
+ ICON_ALTERNATIVES,
364
+ INVALID_TOAST_METHODS,
365
+ INVALID_DIALOG_METHODS,
366
+ validateIconUsage,
367
+ validateDialogPatterns,
368
+ validateToastUsage,
369
+ validateNamespaceAlias,
370
+ validateProviders,
371
+ validateBlazorFile,
372
+ formatIssues,
373
+ countIssues,
374
+ };