@spartan-ng/cli 0.0.1-alpha.506 → 0.0.1-alpha.507

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 (183) hide show
  1. package/generators.json +20 -0
  2. package/package.json +1 -1
  3. package/src/generators/base/lib/build-dependency-array.d.ts +0 -1
  4. package/src/generators/base/lib/build-dependency-array.js +1 -1
  5. package/src/generators/base/lib/build-dependency-array.js.map +1 -1
  6. package/src/generators/healthcheck/generator.js +2 -0
  7. package/src/generators/healthcheck/generator.js.map +1 -1
  8. package/src/generators/healthcheck/healthchecks/hlm.d.ts +2 -0
  9. package/src/generators/healthcheck/healthchecks/hlm.js +32 -0
  10. package/src/generators/healthcheck/healthchecks/hlm.js.map +1 -0
  11. package/src/generators/healthcheck/healthchecks.d.ts +1 -1
  12. package/src/generators/healthcheck/healthchecks.js.map +1 -1
  13. package/src/generators/migrate-hlm/compat.d.ts +2 -0
  14. package/src/generators/migrate-hlm/compat.js +7 -0
  15. package/src/generators/migrate-hlm/compat.js.map +1 -0
  16. package/src/generators/migrate-hlm/generator.d.ts +4 -0
  17. package/src/generators/migrate-hlm/generator.js +102 -0
  18. package/src/generators/migrate-hlm/generator.js.map +1 -0
  19. package/src/generators/migrate-hlm/schema.d.ts +4 -0
  20. package/src/generators/migrate-hlm/schema.json +14 -0
  21. package/src/generators/theme/__snapshots__/generator.spec.ts.snap +40 -20
  22. package/src/generators/theme/libs/add-theme-to-application-styles.js +7 -7
  23. package/src/generators/theme/libs/add-theme-to-application-styles.js.map +1 -1
  24. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-content.ts.template +1 -1
  25. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-icon.ts.template +1 -1
  26. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-item.ts.template +1 -1
  27. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion-trigger.ts.template +1 -1
  28. package/src/generators/ui/libs/ui-accordion-helm/files/lib/hlm-accordion.ts.template +1 -1
  29. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-content.ts.template +2 -1
  30. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-description.ts.template +1 -1
  31. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-footer.ts.template +1 -1
  32. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-header.ts.template +1 -1
  33. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-overlay.ts.template +2 -1
  34. package/src/generators/ui/libs/ui-alert-dialog-helm/files/lib/hlm-alert-dialog-title.ts.template +1 -1
  35. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-description.ts.template +1 -1
  36. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert-title.ts.template +1 -1
  37. package/src/generators/ui/libs/ui-alert-helm/files/lib/hlm-alert.ts.template +1 -1
  38. package/src/generators/ui/libs/ui-aspect-ratio-helm/files/lib/helm-aspect-ratio.ts.template +1 -1
  39. package/src/generators/ui/libs/ui-avatar-helm/files/lib/fallback/hlm-avatar-fallback.ts.template +1 -1
  40. package/src/generators/ui/libs/ui-avatar-helm/files/lib/hlm-avatar.ts.template +1 -1
  41. package/src/generators/ui/libs/ui-avatar-helm/files/lib/image/hlm-avatar-image.ts.template +1 -1
  42. package/src/generators/ui/libs/ui-badge-helm/files/lib/hlm-badge.ts.template +1 -1
  43. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-ellipsis.ts.template +1 -1
  44. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-item.ts.template +1 -1
  45. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-link.ts.template +1 -1
  46. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-list.ts.template +1 -1
  47. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-page.ts.template +1 -1
  48. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb-separator.ts.template +1 -1
  49. package/src/generators/ui/libs/ui-breadcrumb-helm/files/lib/hlm-breadcrumb.ts.template +1 -1
  50. package/src/generators/ui/libs/ui-button-helm/files/lib/hlm-button.ts.template +1 -1
  51. package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-multi.ts.template +12 -10
  52. package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar-range.ts.template +12 -10
  53. package/src/generators/ui/libs/ui-calendar-helm/files/lib/hlm-calendar.ts.template +12 -10
  54. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-action.ts.template +1 -1
  55. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-content.ts.template +1 -1
  56. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-description.ts.template +1 -1
  57. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-footer.ts.template +1 -1
  58. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-header.ts.template +1 -1
  59. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card-title.ts.template +1 -1
  60. package/src/generators/ui/libs/ui-card-helm/files/lib/hlm-card.ts.template +1 -1
  61. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-content.ts.template +1 -1
  62. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-item.ts.template +1 -1
  63. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-next.ts.template +1 -1
  64. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-previous.ts.template +1 -1
  65. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel-slide-display.ts.template +1 -1
  66. package/src/generators/ui/libs/ui-carousel-helm/files/lib/hlm-carousel.ts.template +1 -1
  67. package/src/generators/ui/libs/ui-checkbox-helm/files/lib/hlm-checkbox.ts.template +1 -1
  68. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog-close-button.ts.template +1 -1
  69. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-dialog.ts.template +2 -1
  70. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-empty.ts.template +1 -1
  71. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group-label.ts.template +1 -1
  72. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-group.ts.template +1 -1
  73. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-icon.ts.template +1 -1
  74. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-item.ts.template +1 -1
  75. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-list.ts.template +1 -1
  76. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search-input.ts.template +1 -1
  77. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-search.ts.template +1 -1
  78. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-separator.ts.template +1 -1
  79. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command-shortcut.ts.template +1 -1
  80. package/src/generators/ui/libs/ui-command-helm/files/lib/hlm-command.ts.template +1 -1
  81. package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker-multi.ts.template +1 -1
  82. package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-picker.ts.template +1 -1
  83. package/src/generators/ui/libs/ui-date-picker-helm/files/lib/hlm-date-range-picker.ts.template +1 -1
  84. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-close.ts.template +1 -1
  85. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-content.ts.template +1 -1
  86. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-description.ts.template +1 -1
  87. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-footer.ts.template +1 -1
  88. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-header.ts.template +1 -1
  89. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-overlay.ts.template +2 -1
  90. package/src/generators/ui/libs/ui-dialog-helm/files/lib/hlm-dialog-title.ts.template +1 -1
  91. package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-error.ts.template +1 -1
  92. package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-form-field.ts.template +1 -1
  93. package/src/generators/ui/libs/ui-form-field-helm/files/lib/hlm-hint.ts.template +1 -1
  94. package/src/generators/ui/libs/ui-hover-card-helm/files/lib/hlm-hover-card-content.ts.template +2 -1
  95. package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input-error.ts.template +1 -1
  96. package/src/generators/ui/libs/ui-input-helm/files/lib/hlm-input.ts.template +1 -1
  97. package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-group.ts.template +1 -1
  98. package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-separator.ts.template +1 -1
  99. package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp-slot.ts.template +1 -1
  100. package/src/generators/ui/libs/ui-input-otp-helm/files/lib/hlm-input-otp.ts.template +1 -1
  101. package/src/generators/ui/libs/ui-label-helm/files/lib/hlm-label.ts.template +1 -1
  102. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar-item.ts.template +1 -1
  103. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-bar.ts.template +1 -1
  104. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-check.ts.template +1 -1
  105. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-checkbox.ts.template +1 -1
  106. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-icon.ts.template +1 -1
  107. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio-indicator.ts.template +1 -1
  108. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-radio.ts.template +1 -1
  109. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item-sub-indicator.ts.template +1 -1
  110. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-item.ts.template +1 -1
  111. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-label.ts.template +1 -1
  112. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-separator.ts.template +1 -1
  113. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu-shortcut.ts.template +1 -1
  114. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-menu.ts.template +1 -1
  115. package/src/generators/ui/libs/ui-menu-helm/files/lib/hlm-sub-menu.ts.template +1 -1
  116. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-content.ts.template +1 -1
  117. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-ellipsis.ts.template +1 -1
  118. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-item.ts.template +1 -1
  119. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-link.ts.template +1 -1
  120. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-next.ts.template +1 -1
  121. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination-previous.ts.template +1 -1
  122. package/src/generators/ui/libs/ui-pagination-helm/files/lib/hlm-pagination.ts.template +1 -1
  123. package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-close.ts.template +1 -1
  124. package/src/generators/ui/libs/ui-popover-helm/files/lib/hlm-popover-content.ts.template +2 -1
  125. package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress-indicator.ts.template +1 -1
  126. package/src/generators/ui/libs/ui-progress-helm/files/lib/hlm-progress.ts.template +1 -1
  127. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-group.ts.template +1 -1
  128. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio-indicator.ts.template +1 -1
  129. package/src/generators/ui/libs/ui-radio-group-helm/files/lib/hlm-radio.ts.template +1 -1
  130. package/src/generators/ui/libs/ui-scroll-area-helm/files/lib/hlm-scroll-area.ts.template +1 -1
  131. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.ts.template +2 -1
  132. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-group.ts.template +1 -1
  133. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-label.ts.template +1 -1
  134. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-option.ts.template +2 -2
  135. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-down.ts.template +1 -1
  136. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-scroll-up.ts.template +1 -1
  137. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-trigger.ts.template +1 -1
  138. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-value.ts.template +1 -1
  139. package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select.ts.template +1 -1
  140. package/src/generators/ui/libs/ui-separator-helm/files/lib/hlm-separator.ts.template +1 -1
  141. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-close.ts.template +1 -1
  142. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-content.ts.template +2 -1
  143. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-description.ts.template +1 -1
  144. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-footer.ts.template +1 -1
  145. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-header.ts.template +1 -1
  146. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-overlay.ts.template +2 -1
  147. package/src/generators/ui/libs/ui-sheet-helm/files/lib/hlm-sheet-title.ts.template +1 -1
  148. package/src/generators/ui/libs/ui-skeleton-helm/files/lib/hlm-skeleton.ts.template +1 -1
  149. package/src/generators/ui/libs/ui-slider-helm/files/lib/hlm-slider.ts.template +1 -1
  150. package/src/generators/ui/libs/ui-sonner-helm/files/lib/hlm-toaster.ts.template +1 -1
  151. package/src/generators/ui/libs/ui-spinner-helm/files/lib/hlm-spinner.ts.template +1 -1
  152. package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch-thumb.ts.template +1 -1
  153. package/src/generators/ui/libs/ui-switch-helm/files/lib/hlm-switch.ts.template +1 -1
  154. package/src/generators/ui/libs/ui-table-helm/files/lib/hlm-table.ts.template +1 -1
  155. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-content.ts.template +1 -1
  156. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-list.ts.template +1 -1
  157. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-paginated-list.ts.template +1 -1
  158. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs-trigger.ts.template +1 -1
  159. package/src/generators/ui/libs/ui-tabs-helm/files/lib/hlm-tabs.ts.template +1 -1
  160. package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/hlm-toggle-group.ts.template +1 -1
  161. package/src/generators/ui/libs/ui-toggle-group-helm/files/lib/hlm-toggle-item.ts.template +1 -1
  162. package/src/generators/ui/libs/ui-toggle-helm/files/lib/hlm-toggle.ts.template +1 -1
  163. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-blockquote.ts.template +1 -1
  164. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-code.ts.template +1 -1
  165. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h1.ts.template +1 -1
  166. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h2.ts.template +1 -1
  167. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h3.ts.template +1 -1
  168. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-h4.ts.template +1 -1
  169. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-large.ts.template +1 -1
  170. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-lead.ts.template +1 -1
  171. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-muted.ts.template +1 -1
  172. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-p.ts.template +1 -1
  173. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-small.ts.template +1 -1
  174. package/src/generators/ui/libs/ui-typography-helm/files/lib/hlm-ul.ts.template +1 -1
  175. package/src/generators/ui/libs/ui-utils-helm/files/index.ts.template +1 -0
  176. package/src/generators/ui/libs/ui-utils-helm/files/lib/hlm.ts.template +6 -0
  177. package/src/generators/ui/libs/ui-utils-helm/generator.d.ts +3 -0
  178. package/src/generators/ui/libs/ui-utils-helm/generator.js +14 -0
  179. package/src/generators/ui/libs/ui-utils-helm/generator.js.map +1 -0
  180. package/src/generators/ui/primitive-deps.js +42 -41
  181. package/src/generators/ui/primitive-deps.js.map +1 -1
  182. package/src/generators/ui/primitives.d.ts +1 -1
  183. package/src/generators/ui/supported-ui-libraries.json +36 -44
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Directive({
@@ -11,9 +11,10 @@ import {
11
11
  } from '@angular/core';
12
12
  import { NgIcon, provideIcons } from '@ng-icons/core';
13
13
  import { lucideX } from '@ng-icons/lucide';
14
- import { hlm, injectExposedSideProvider, injectExposesStateProvider } from '@spartan-ng/brain/core';
14
+ import { injectExposedSideProvider, injectExposesStateProvider } from '@spartan-ng/brain/core';
15
15
  import { BrnSheetClose } from '@spartan-ng/brain/sheet';
16
16
  import { HlmIcon } from '@spartan-ng/helm/icon';
17
+ import { hlm } from '@spartan-ng/helm/utils';
17
18
  import { cva } from 'class-variance-authority';
18
19
  import type { ClassValue } from 'clsx';
19
20
  import { HlmSheetClose } from './hlm-sheet-close';
@@ -1,6 +1,6 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnSheetDescription } from '@spartan-ng/brain/sheet';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
6
6
  @Directive({
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Component({
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Component({
@@ -1,5 +1,6 @@
1
1
  import { Directive, computed, effect, input, untracked } from '@angular/core';
2
- import { hlm, injectCustomClassSettable } from '@spartan-ng/brain/core';
2
+ import { injectCustomClassSettable } from '@spartan-ng/brain/core';
3
+ import { hlm } from '@spartan-ng/helm/utils';
3
4
  import type { ClassValue } from 'clsx';
4
5
 
5
6
  @Directive({
@@ -1,6 +1,6 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnSheetTitle } from '@spartan-ng/brain/sheet';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
6
6
  @Directive({
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Component({
@@ -1,5 +1,4 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import {
4
3
  BrnSlider,
5
4
  BrnSliderRange,
@@ -8,6 +7,7 @@ import {
8
7
  BrnSliderTrack,
9
8
  injectBrnSlider,
10
9
  } from '@spartan-ng/brain/slider';
10
+ import { hlm } from '@spartan-ng/helm/utils';
11
11
  import type { ClassValue } from 'clsx';
12
12
 
13
13
  @Component({
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectionStrategy, Component, booleanAttribute, computed, input, numberAttribute } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
  import { NgxSonnerToaster, type ToasterProps } from 'ngx-sonner';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Component({
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  @Directive({
@@ -11,9 +11,9 @@ import {
11
11
  output,
12
12
  } from '@angular/core';
13
13
  import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
14
- import { hlm } from '@spartan-ng/brain/core';
15
14
  import { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
16
15
  import { BrnSwitch, BrnSwitchThumb } from '@spartan-ng/brain/switch';
16
+ import { hlm } from '@spartan-ng/helm/utils';
17
17
  import type { ClassValue } from 'clsx';
18
18
  import { HlmSwitchThumb } from './hlm-switch-thumb';
19
19
  export const HLM_SWITCH_VALUE_ACCESSOR = {
@@ -1,6 +1,6 @@
1
1
  // src/app/directives/hlm-table-directives.ts
2
2
  import { computed, Directive, inject, InjectionToken, input, ValueProvider } from '@angular/core';
3
- import { hlm } from '@spartan-ng/brain/core';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
6
6
  // Configuration Interface and InjectionToken
@@ -1,6 +1,6 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnTabsContent } from '@spartan-ng/brain/tabs';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
6
6
  @Directive({
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnTabsList } from '@spartan-ng/brain/tabs';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import { type VariantProps, cva } from 'class-variance-authority';
5
5
  import type { ClassValue } from 'clsx';
6
6
 
@@ -11,10 +11,10 @@ import {
11
11
  import { toObservable } from '@angular/core/rxjs-interop';
12
12
  import { NgIcon, provideIcons } from '@ng-icons/core';
13
13
  import { lucideChevronLeft, lucideChevronRight } from '@ng-icons/lucide';
14
- import { hlm } from '@spartan-ng/brain/core';
15
14
  import { type BrnPaginatedTabHeaderItem, BrnTabsPaginatedList, BrnTabsTrigger } from '@spartan-ng/brain/tabs';
16
15
  import { buttonVariants } from '@spartan-ng/helm/button';
17
16
  import { HlmIcon } from '@spartan-ng/helm/icon';
17
+ import { hlm } from '@spartan-ng/helm/utils';
18
18
  import type { ClassValue } from 'clsx';
19
19
  import type { Observable } from 'rxjs';
20
20
  import { listVariants } from './hlm-tabs-list';
@@ -1,6 +1,6 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnTabsTrigger } from '@spartan-ng/brain/tabs';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
6
6
  @Directive({
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
3
2
  import { BrnTabs } from '@spartan-ng/brain/tabs';
3
+ import { hlm } from '@spartan-ng/helm/utils';
4
4
  import { ClassValue } from 'clsx';
5
5
 
6
6
  @Component({
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
  import type { ClassValue } from 'clsx';
5
5
  import { provideHlmToggleGroup } from './hlm-toggle-group.token';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import { type VariantProps, cva } from 'class-variance-authority';
4
4
  import type { ClassValue } from 'clsx';
5
5
  import { injectHlmToggleGroup } from './hlm-toggle-group.token';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import { cva, type VariantProps } from 'class-variance-authority';
4
4
  import type { ClassValue } from 'clsx';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmBlockquote = 'mt-6 border-border border-l-2 pl-6 italic';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmCode = 'relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmH1 = 'scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmH2 =
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmH3 = 'scroll-m-20 text-2xl font-semibold tracking-tight';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmH4 = 'scroll-m-20 text-xl font-semibold tracking-tight';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmLarge = 'text-lg font-semibold';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmLead = 'text-xl text-muted-foreground';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmMuted = 'text-sm text-muted-foreground';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmP = 'leading-7 [&:not(:first-child)]:mt-6';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmSmall = 'text-sm font-medium leading-none';
@@ -1,5 +1,5 @@
1
1
  import { Directive, computed, input } from '@angular/core';
2
- import { hlm } from '@spartan-ng/brain/core';
2
+ import { hlm } from '@spartan-ng/helm/utils';
3
3
  import type { ClassValue } from 'clsx';
4
4
 
5
5
  export const hlmUl = 'my-6 ml-6 list-disc [&>li]:mt-2';
@@ -0,0 +1 @@
1
+ export * from './lib/hlm';
@@ -0,0 +1,6 @@
1
+ import { type ClassValue, clsx } from 'clsx';
2
+ import { twMerge } from 'tailwind-merge';
3
+
4
+ export function hlm(...inputs: ClassValue[]) {
5
+ return twMerge(clsx(inputs));
6
+ }
@@ -0,0 +1,3 @@
1
+ import { Tree } from '@nx/devkit';
2
+ import type { HlmBaseGeneratorSchema } from '../../../base/schema';
3
+ export declare function generator(tree: Tree, options: HlmBaseGeneratorSchema): Promise<import("@nx/devkit").GeneratorCallback>;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.generator = generator;
4
+ const tslib_1 = require("tslib");
5
+ const generator_1 = tslib_1.__importDefault(require("../../../base/generator"));
6
+ async function generator(tree, options) {
7
+ return await (0, generator_1.default)(tree, {
8
+ ...options,
9
+ primitiveName: 'utils',
10
+ internalName: 'ui-utils-helm',
11
+ publicName: 'ui-utils-helm',
12
+ });
13
+ }
14
+ //# sourceMappingURL=generator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-utils-helm/generator.ts"],"names":[],"mappings":";;AAIA,8BAOC;;AAVD,gFAAuD;AAGhD,KAAK,UAAU,SAAS,CAAC,IAAU,EAAE,OAA+B;IAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,EAAE;QACnC,GAAG,OAAO;QACV,aAAa,EAAE,OAAO;QACtB,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,eAAe;KAC3B,CAAC,CAAC;AACJ,CAAC"}
@@ -2,47 +2,48 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getDependentPrimitives = exports.primitiveDependencies = void 0;
4
4
  exports.primitiveDependencies = {
5
- accordion: ['icon'],
6
- alert: ['icon'],
7
- 'alert-dialog': ['button'],
8
- 'aspect-ratio': [],
9
- avatar: [],
10
- badge: [],
11
- breadcrumb: ['icon'],
12
- button: [],
13
- calendar: ['button', 'icon'],
14
- card: [],
15
- carousel: [],
16
- checkbox: ['icon'],
17
- collapsible: [],
18
- command: ['button', 'icon'],
19
- 'context-menu': [],
20
- 'date-picker': ['calendar', 'icon', 'popover'],
21
- dialog: [],
22
- 'form-field': [],
23
- 'hover-card': [],
24
- icon: [],
25
- input: ['form-field'],
26
- label: [],
27
- menu: ['icon'],
28
- menubar: [],
29
- pagination: ['button', 'icon'],
30
- popover: [],
31
- progress: [],
32
- 'radio-group': [],
33
- 'scroll-area': [],
34
- select: ['icon', 'form-field'],
35
- separator: [],
36
- sheet: [],
37
- skeleton: [],
38
- sonner: ['icon'],
39
- spinner: [],
40
- switch: [],
41
- table: [],
42
- tabs: [],
43
- toggle: [],
44
- 'toggle-group': [],
45
- tooltip: [],
5
+ accordion: ['utils', 'icon'],
6
+ alert: ['utils', 'icon'],
7
+ 'alert-dialog': ['utils', 'button'],
8
+ 'aspect-ratio': ['utils'],
9
+ avatar: ['utils'],
10
+ badge: ['utils'],
11
+ breadcrumb: ['utils', 'icon'],
12
+ button: ['utils'],
13
+ calendar: ['utils', 'button', 'icon'],
14
+ card: ['utils'],
15
+ carousel: ['utils'],
16
+ checkbox: ['utils', 'icon'],
17
+ collapsible: ['utils'],
18
+ command: ['utils', 'button', 'icon'],
19
+ 'context-menu': ['utils'],
20
+ 'date-picker': ['utils', 'calendar', 'icon', 'popover'],
21
+ dialog: ['utils'],
22
+ 'form-field': ['utils'],
23
+ 'hover-card': ['utils'],
24
+ icon: ['utils'],
25
+ input: ['utils', 'form-field'],
26
+ label: ['utils'],
27
+ menu: ['utils', 'icon'],
28
+ menubar: ['utils'],
29
+ pagination: ['utils', 'button', 'icon'],
30
+ popover: ['utils'],
31
+ progress: ['utils'],
32
+ 'radio-group': ['utils'],
33
+ 'scroll-area': ['utils'],
34
+ select: ['utils', 'icon', 'form-field'],
35
+ separator: ['utils'],
36
+ sheet: ['utils'],
37
+ skeleton: ['utils'],
38
+ sonner: ['utils', 'icon'],
39
+ spinner: ['utils'],
40
+ switch: ['utils'],
41
+ table: ['utils'],
42
+ tabs: ['utils'],
43
+ toggle: ['utils'],
44
+ 'toggle-group': ['utils'],
45
+ tooltip: ['utils'],
46
+ utils: [],
46
47
  };
47
48
  const getDependentPrimitives = (primitives) => {
48
49
  const dependentPrimitives = new Set();
@@ -1 +1 @@
1
- {"version":3,"file":"primitive-deps.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primitive-deps.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAmC;IACpE,SAAS,EAAE,CAAC,MAAM,CAAC;IACnB,KAAK,EAAE,CAAC,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,QAAQ,CAAC;IAC1B,cAAc,EAAE,EAAE;IAClB,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,UAAU,EAAE,CAAC,MAAM,CAAC;IACpB,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,EAAE;IAClB,aAAa,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,CAAC;IAC9C,MAAM,EAAE,EAAE;IACV,YAAY,EAAE,EAAE;IAChB,YAAY,EAAE,EAAE;IAChB,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,CAAC,YAAY,CAAC;IACrB,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,CAAC,MAAM,CAAC;IACd,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC9B,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,EAAE;IACZ,aAAa,EAAE,EAAE;IACjB,aAAa,EAAE,EAAE;IACjB,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,SAAS,EAAE,EAAE;IACb,KAAK,EAAE,EAAE;IACT,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,CAAC,MAAM,CAAC;IAChB,OAAO,EAAE,EAAE;IACX,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,EAAE;IACR,MAAM,EAAE,EAAE;IACV,cAAc,EAAE,EAAE;IAClB,OAAO,EAAE,EAAE;CACX,CAAC;AAEK,MAAM,sBAAsB,GAAG,CAAC,UAAuB,EAAe,EAAE;IAC9E,MAAM,mBAAmB,GAAG,IAAI,GAAG,EAAa,CAAC;IAEjD,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE,CAAC;QACpC,MAAM,IAAI,GAAG,6BAAqB,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;QACpD,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;YACxB,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC/B,2FAA2F;gBAC3F,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC9B,CAAC;QACF,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;AACxC,CAAC,CAAC;AAdW,QAAA,sBAAsB,0BAcjC"}
1
+ {"version":3,"file":"primitive-deps.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/primitive-deps.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAmC;IACpE,SAAS,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,CAAC,OAAO,EAAE,QAAQ,CAAC;IACnC,cAAc,EAAE,CAAC,OAAO,CAAC;IACzB,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,OAAO,CAAC;IAChB,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IAC7B,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAC;IACrC,IAAI,EAAE,CAAC,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,CAAC,OAAO,CAAC;IACtB,OAAO,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAC;IACpC,cAAc,EAAE,CAAC,OAAO,CAAC;IACzB,aAAa,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,CAAC;IACvD,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,YAAY,EAAE,CAAC,OAAO,CAAC;IACvB,YAAY,EAAE,CAAC,OAAO,CAAC;IACvB,IAAI,EAAE,CAAC,OAAO,CAAC;IACf,KAAK,EAAE,CAAC,OAAO,EAAE,YAAY,CAAC;IAC9B,KAAK,EAAE,CAAC,OAAO,CAAC;IAChB,IAAI,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,OAAO,CAAC;IAClB,UAAU,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAC;IACvC,OAAO,EAAE,CAAC,OAAO,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,aAAa,EAAE,CAAC,OAAO,CAAC;IACxB,aAAa,EAAE,CAAC,OAAO,CAAC;IACxB,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,CAAC;IACvC,SAAS,EAAE,CAAC,OAAO,CAAC;IACpB,KAAK,EAAE,CAAC,OAAO,CAAC;IAChB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,CAAC,OAAO,CAAC;IAClB,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,OAAO,CAAC;IAChB,IAAI,EAAE,CAAC,OAAO,CAAC;IACf,MAAM,EAAE,CAAC,OAAO,CAAC;IACjB,cAAc,EAAE,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,OAAO,CAAC;IAClB,KAAK,EAAE,EAAE;CACT,CAAC;AAEK,MAAM,sBAAsB,GAAG,CAAC,UAAuB,EAAe,EAAE;IAC9E,MAAM,mBAAmB,GAAG,IAAI,GAAG,EAAa,CAAC;IAEjD,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE,CAAC;QACpC,MAAM,IAAI,GAAG,6BAAqB,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;QACpD,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;YACxB,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC/B,2FAA2F;gBAC3F,mBAAmB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC9B,CAAC;QACF,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;AACxC,CAAC,CAAC;AAdW,QAAA,sBAAsB,0BAcjC"}
@@ -1 +1 @@
1
- export type Primitive = 'accordion' | 'alert' | 'alert-dialog' | 'aspect-ratio' | 'avatar' | 'badge' | 'breadcrumb' | 'button' | 'calendar' | 'card' | 'carousel' | 'checkbox' | 'collapsible' | 'command' | 'context-menu' | 'date-picker' | 'dialog' | 'form-field' | 'hover-card' | 'icon' | 'input' | 'label' | 'menu' | 'menubar' | 'pagination' | 'popover' | 'progress' | 'radio-group' | 'scroll-area' | 'select' | 'separator' | 'sheet' | 'skeleton' | 'sonner' | 'spinner' | 'switch' | 'table' | 'tabs' | 'toggle' | 'toggle-group' | 'tooltip';
1
+ export type Primitive = 'accordion' | 'alert' | 'alert-dialog' | 'aspect-ratio' | 'avatar' | 'badge' | 'breadcrumb' | 'button' | 'calendar' | 'card' | 'carousel' | 'checkbox' | 'collapsible' | 'command' | 'context-menu' | 'date-picker' | 'dialog' | 'form-field' | 'hover-card' | 'icon' | 'input' | 'label' | 'menu' | 'menubar' | 'pagination' | 'popover' | 'progress' | 'radio-group' | 'scroll-area' | 'select' | 'separator' | 'sheet' | 'skeleton' | 'sonner' | 'spinner' | 'switch' | 'table' | 'tabs' | 'toggle' | 'toggle-group' | 'tooltip' | 'utils';