ngx-com 0.0.21 → 0.1.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 (114) hide show
  1. package/README.md +137 -33
  2. package/fesm2022/ngx-com-components-alert.mjs +21 -11
  3. package/fesm2022/ngx-com-components-alert.mjs.map +1 -1
  4. package/fesm2022/ngx-com-components-avatar.mjs +9 -7
  5. package/fesm2022/ngx-com-components-avatar.mjs.map +1 -1
  6. package/fesm2022/ngx-com-components-button.mjs +1 -1
  7. package/fesm2022/ngx-com-components-button.mjs.map +1 -1
  8. package/fesm2022/ngx-com-components-calendar.mjs +27 -3112
  9. package/fesm2022/ngx-com-components-calendar.mjs.map +1 -1
  10. package/fesm2022/ngx-com-components-card.mjs +8 -8
  11. package/fesm2022/ngx-com-components-card.mjs.map +1 -1
  12. package/fesm2022/ngx-com-components-carousel.mjs +16 -4
  13. package/fesm2022/ngx-com-components-carousel.mjs.map +1 -1
  14. package/fesm2022/ngx-com-components-checkbox.mjs +1 -1
  15. package/fesm2022/ngx-com-components-checkbox.mjs.map +1 -1
  16. package/fesm2022/ngx-com-components-code-block.mjs +9 -9
  17. package/fesm2022/ngx-com-components-code-block.mjs.map +1 -1
  18. package/fesm2022/ngx-com-components-collapsible.mjs +15 -13
  19. package/fesm2022/ngx-com-components-collapsible.mjs.map +1 -1
  20. package/fesm2022/ngx-com-components-confirm.mjs +4 -4
  21. package/fesm2022/ngx-com-components-confirm.mjs.map +1 -1
  22. package/fesm2022/ngx-com-components-datepicker.mjs +2334 -0
  23. package/fesm2022/ngx-com-components-datepicker.mjs.map +1 -0
  24. package/fesm2022/ngx-com-components-dialog.mjs +47 -45
  25. package/fesm2022/ngx-com-components-dialog.mjs.map +1 -1
  26. package/fesm2022/ngx-com-components-dropdown.mjs +446 -340
  27. package/fesm2022/ngx-com-components-dropdown.mjs.map +1 -1
  28. package/fesm2022/ngx-com-components-empty-state.mjs +5 -3
  29. package/fesm2022/ngx-com-components-empty-state.mjs.map +1 -1
  30. package/fesm2022/ngx-com-components-form-field.mjs +11 -6
  31. package/fesm2022/ngx-com-components-form-field.mjs.map +1 -1
  32. package/fesm2022/ngx-com-components-icon-lucide.mjs +41 -0
  33. package/fesm2022/ngx-com-components-icon-lucide.mjs.map +1 -0
  34. package/fesm2022/ngx-com-components-icon.mjs +89 -61
  35. package/fesm2022/ngx-com-components-icon.mjs.map +1 -1
  36. package/fesm2022/ngx-com-components-item.mjs +14 -4
  37. package/fesm2022/ngx-com-components-item.mjs.map +1 -1
  38. package/fesm2022/ngx-com-components-menu.mjs +61 -69
  39. package/fesm2022/ngx-com-components-menu.mjs.map +1 -1
  40. package/fesm2022/ngx-com-components-native-control.mjs +170 -0
  41. package/fesm2022/ngx-com-components-native-control.mjs.map +1 -0
  42. package/fesm2022/ngx-com-components-paginator.mjs +11 -3
  43. package/fesm2022/ngx-com-components-paginator.mjs.map +1 -1
  44. package/fesm2022/ngx-com-components-popover.mjs +58 -33
  45. package/fesm2022/ngx-com-components-popover.mjs.map +1 -1
  46. package/fesm2022/ngx-com-components-radio.mjs +4 -4
  47. package/fesm2022/ngx-com-components-radio.mjs.map +1 -1
  48. package/fesm2022/ngx-com-components-segmented-control.mjs +6 -4
  49. package/fesm2022/ngx-com-components-segmented-control.mjs.map +1 -1
  50. package/fesm2022/ngx-com-components-sort.mjs +63 -57
  51. package/fesm2022/ngx-com-components-sort.mjs.map +1 -1
  52. package/fesm2022/ngx-com-components-spinner.mjs +6 -6
  53. package/fesm2022/ngx-com-components-spinner.mjs.map +1 -1
  54. package/fesm2022/ngx-com-components-switch.mjs +18 -9
  55. package/fesm2022/ngx-com-components-switch.mjs.map +1 -1
  56. package/fesm2022/ngx-com-components-table.mjs +23 -9
  57. package/fesm2022/ngx-com-components-table.mjs.map +1 -1
  58. package/fesm2022/ngx-com-components-tabs.mjs +81 -58
  59. package/fesm2022/ngx-com-components-tabs.mjs.map +1 -1
  60. package/fesm2022/ngx-com-components-timepicker.mjs +1048 -0
  61. package/fesm2022/ngx-com-components-timepicker.mjs.map +1 -0
  62. package/fesm2022/ngx-com-components-toast.mjs +18 -14
  63. package/fesm2022/ngx-com-components-toast.mjs.map +1 -1
  64. package/fesm2022/ngx-com-components-tooltip.mjs +5 -5
  65. package/fesm2022/ngx-com-components-tooltip.mjs.map +1 -1
  66. package/fesm2022/ngx-com-components.mjs +0 -13
  67. package/fesm2022/ngx-com-components.mjs.map +1 -1
  68. package/fesm2022/ngx-com-tokens.mjs +0 -8
  69. package/fesm2022/ngx-com-tokens.mjs.map +1 -1
  70. package/fesm2022/ngx-com-utils.mjs +13 -1
  71. package/fesm2022/ngx-com-utils.mjs.map +1 -1
  72. package/fesm2022/ngx-com.mjs +1 -1
  73. package/fesm2022/ngx-com.mjs.map +1 -1
  74. package/package.json +51 -8
  75. package/styles/animations.css +38 -0
  76. package/styles/candy.css +121 -0
  77. package/styles/dark.css +159 -0
  78. package/styles/forest.css +117 -0
  79. package/styles/ocean.css +117 -0
  80. package/styles/themes.css +7 -0
  81. package/styles/tokens.css +277 -0
  82. package/styles/utilities.css +16 -0
  83. package/types/ngx-com-components-alert.d.ts +14 -4
  84. package/types/ngx-com-components-avatar.d.ts +2 -0
  85. package/types/ngx-com-components-calendar.d.ts +3 -747
  86. package/types/ngx-com-components-card.d.ts +2 -2
  87. package/types/ngx-com-components-carousel.d.ts +11 -1
  88. package/types/ngx-com-components-code-block.d.ts +4 -4
  89. package/types/ngx-com-components-collapsible.d.ts +10 -2
  90. package/types/ngx-com-components-confirm.d.ts +2 -2
  91. package/types/ngx-com-components-datepicker.d.ts +623 -0
  92. package/types/ngx-com-components-dialog.d.ts +5 -2
  93. package/types/ngx-com-components-dropdown.d.ts +22 -4
  94. package/types/ngx-com-components-empty-state.d.ts +2 -0
  95. package/types/ngx-com-components-form-field.d.ts +4 -1
  96. package/types/ngx-com-components-icon-lucide.d.ts +32 -0
  97. package/types/ngx-com-components-icon.d.ts +49 -35
  98. package/types/ngx-com-components-item.d.ts +12 -2
  99. package/types/ngx-com-components-menu.d.ts +38 -38
  100. package/types/ngx-com-components-native-control.d.ts +99 -0
  101. package/types/ngx-com-components-paginator.d.ts +2 -0
  102. package/types/ngx-com-components-popover.d.ts +19 -12
  103. package/types/ngx-com-components-segmented-control.d.ts +3 -1
  104. package/types/ngx-com-components-sort.d.ts +13 -10
  105. package/types/ngx-com-components-switch.d.ts +7 -2
  106. package/types/ngx-com-components-table.d.ts +16 -2
  107. package/types/ngx-com-components-tabs.d.ts +46 -34
  108. package/types/ngx-com-components-timepicker.d.ts +273 -0
  109. package/types/ngx-com-components-toast.d.ts +4 -2
  110. package/types/ngx-com-components-tooltip.d.ts +1 -1
  111. package/types/ngx-com-components.d.ts +6 -7
  112. package/types/ngx-com-tokens.d.ts +5 -3
  113. package/types/ngx-com-utils.d.ts +11 -1
  114. package/types/ngx-com.d.ts +1 -1
@@ -0,0 +1,277 @@
1
+ @theme {
2
+
3
+ /* ─── Colors ─── */
4
+
5
+ /* Primary */
6
+ --color-primary-50: oklch(0.97 0.014 264);
7
+ --color-primary-100: oklch(0.93 0.034 264);
8
+ --color-primary-200: oklch(0.86 0.068 264);
9
+ --color-primary-300: oklch(0.76 0.12 264);
10
+ --color-primary-400: oklch(0.66 0.18 264);
11
+ --color-primary-500: oklch(0.55 0.24 264);
12
+ --color-primary-600: oklch(0.48 0.22 264);
13
+ --color-primary-700: oklch(0.40 0.19 264);
14
+ --color-primary-800: oklch(0.33 0.15 264);
15
+ --color-primary-900: oklch(0.27 0.11 264);
16
+ --color-primary-950: oklch(0.20 0.08 264);
17
+
18
+ /* Accent */
19
+ --color-accent-50: oklch(0.97 0.014 333);
20
+ --color-accent-100: oklch(0.93 0.04 333);
21
+ --color-accent-200: oklch(0.86 0.09 333);
22
+ --color-accent-300: oklch(0.76 0.16 333);
23
+ --color-accent-400: oklch(0.69 0.22 333);
24
+ --color-accent-500: oklch(0.48 0.24 333);
25
+ --color-accent-600: oklch(0.42 0.22 333);
26
+ --color-accent-700: oklch(0.45 0.20 333);
27
+ --color-accent-800: oklch(0.37 0.16 333);
28
+ --color-accent-900: oklch(0.30 0.12 333);
29
+ --color-accent-950: oklch(0.22 0.08 333);
30
+
31
+ /* Warn */
32
+ --color-warn-50: oklch(0.97 0.014 25);
33
+ --color-warn-100: oklch(0.93 0.04 25);
34
+ --color-warn-200: oklch(0.86 0.09 25);
35
+ --color-warn-300: oklch(0.76 0.16 25);
36
+ --color-warn-400: oklch(0.66 0.21 25);
37
+ --color-warn-500: oklch(0.50 0.24 25);
38
+ --color-warn-600: oklch(0.44 0.21 25);
39
+ --color-warn-700: oklch(0.42 0.17 25);
40
+ --color-warn-800: oklch(0.35 0.13 25);
41
+ --color-warn-900: oklch(0.28 0.09 25);
42
+ --color-warn-950: oklch(0.21 0.06 25);
43
+
44
+ /* Neutral / Surface */
45
+ --color-surface-50: oklch(0.985 0.002 280);
46
+ --color-surface-100: oklch(0.965 0.004 280);
47
+ --color-surface-200: oklch(0.93 0.006 280);
48
+ --color-surface-300: oklch(0.87 0.008 280);
49
+ --color-surface-400: oklch(0.71 0.01 280);
50
+ --color-surface-500: oklch(0.55 0.012 280);
51
+ --color-surface-600: oklch(0.45 0.012 280);
52
+ --color-surface-700: oklch(0.37 0.012 280);
53
+ --color-surface-800: oklch(0.27 0.008 280);
54
+ --color-surface-900: oklch(0.21 0.006 280);
55
+ --color-surface-950: oklch(0.14 0.004 280);
56
+
57
+ /* Success */
58
+ --color-success-100: oklch(0.94 0.05 145);
59
+ --color-success-400: oklch(0.72 0.20 145);
60
+ --color-success-500: oklch(0.48 0.17 145);
61
+ --color-success-600: oklch(0.42 0.15 145);
62
+ --color-success-800: oklch(0.32 0.12 145);
63
+
64
+ /* ═══════════════════════════════════════════════════════════
65
+ Semantic tokens — component-level contracts
66
+ ═══════════════════════════════════════════════════════════ */
67
+
68
+ /* ─── Global ─── */
69
+ --color-background: var(--color-surface-50);
70
+ --color-foreground: var(--color-surface-900);
71
+
72
+ /* ─── Primary ─── */
73
+ --color-primary: var(--color-primary-500);
74
+ --color-primary-foreground: var(--color-primary-50);
75
+ --color-primary-hover: var(--color-primary-600);
76
+ --color-primary-subtle: var(--color-primary-100);
77
+ --color-primary-subtle-foreground: var(--color-primary-900);
78
+
79
+ /* ─── Accent ─── */
80
+ --color-accent: var(--color-accent-500);
81
+ --color-accent-foreground: oklch(1 0 0);
82
+ --color-accent-hover: var(--color-accent-600);
83
+ --color-accent-subtle: var(--color-accent-100);
84
+ --color-accent-subtle-foreground: var(--color-accent-800);
85
+
86
+ /* ─── Warn ─── */
87
+ --color-warn: var(--color-warn-500);
88
+ --color-warn-foreground: oklch(1 0 0);
89
+ --color-warn-hover: var(--color-warn-600);
90
+ --color-warn-subtle: var(--color-warn-100);
91
+ --color-warn-subtle-foreground: var(--color-warn-800);
92
+
93
+ /* ─── Success ─── */
94
+ --color-success: var(--color-success-500);
95
+ --color-success-foreground: oklch(1 0 0);
96
+ --color-success-hover: var(--color-success-600);
97
+ --color-success-subtle: var(--color-success-100);
98
+ --color-success-subtle-foreground: var(--color-success-800);
99
+
100
+ /* ─── Muted (for subdued UI elements) ─── */
101
+ --color-muted: var(--color-surface-200);
102
+ --color-muted-foreground: var(--color-surface-700);
103
+ --color-muted-hover: var(--color-surface-300);
104
+
105
+ /* ─── Colored Border Subtle (alerts, banners) ─── */
106
+ --color-primary-border-subtle: var(--color-primary-200);
107
+ --color-success-border-subtle: oklch(0.86 0.10 145);
108
+ --color-warn-border-subtle: var(--color-warn-200);
109
+
110
+ /* ─── Subtle Surface Hover (close buttons on subtle backgrounds) ─── */
111
+ --color-primary-subtle-hover: var(--color-primary-200);
112
+ --color-success-subtle-hover: oklch(0.86 0.08 145);
113
+ --color-warn-subtle-hover: var(--color-warn-200);
114
+
115
+ /* ─── Muted Foreground in Colored Contexts (close buttons, secondary text) ─── */
116
+ --color-primary-subtle-foreground-muted: var(--color-primary-600);
117
+ --color-success-subtle-foreground-muted: var(--color-success-600);
118
+ --color-warn-subtle-foreground-muted: var(--color-warn-600);
119
+ --color-warn-foreground-muted: oklch(1 0 0 / 0.65);
120
+ --color-success-foreground-muted: oklch(1 0 0 / 0.65);
121
+
122
+ /* ─── Foreground Wash (faint hover on solid-color surfaces) ─── */
123
+ --color-warn-foreground-wash: oklch(1 0 0 / 0.10);
124
+
125
+ /* ─── Progress Track (bar on colored surfaces) ─── */
126
+ --color-success-foreground-track: oklch(1 0 0 / 0.30);
127
+ --color-warn-subtle-foreground-track: var(--color-warn-500);
128
+ --color-warn-foreground-track: oklch(1 0 0 / 0.30);
129
+ --color-primary-subtle-foreground-track: var(--color-primary-500);
130
+
131
+ /* ─── Table ─── */
132
+ --color-muted-stripe: var(--color-surface-100);
133
+ --color-overlay: oklch(0.985 0.002 280 / 0.60);
134
+
135
+ /* ─── Border & Ring ─── */
136
+ --color-border: var(--color-surface-300);
137
+ --color-border-subtle: var(--color-surface-200);
138
+ --color-ring: var(--color-primary-500);
139
+
140
+ /* ─── Overlay / Popover ─── */
141
+ --color-backdrop: oklch(0 0 0 / 0.8);
142
+ --color-popover: var(--color-surface-50);
143
+ --color-popover-foreground: var(--color-surface-900);
144
+
145
+ /* ─── Card ─── */
146
+ --color-card: var(--color-surface-50);
147
+ --color-card-foreground: var(--color-surface-900);
148
+
149
+ /* ─── Tooltip (dark bg, light text) ─── */
150
+ --color-tooltip: var(--color-surface-900);
151
+ --color-tooltip-foreground: var(--color-surface-50);
152
+
153
+ /* ─── Input ─── */
154
+ --color-input-border: var(--color-surface-300);
155
+ --color-input-background: var(--color-surface-50);
156
+ --color-input-foreground: var(--color-surface-900);
157
+ --color-input-placeholder: var(--color-surface-500);
158
+ --color-input-disabled: var(--color-surface-100);
159
+
160
+ /* ─── Placeholder / Disabled ─── */
161
+ --color-placeholder: var(--color-surface-500);
162
+ --color-disabled: var(--color-surface-300);
163
+ --color-disabled-foreground: var(--color-surface-500);
164
+
165
+ /* ─── Typography ─── */
166
+
167
+ --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
168
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
169
+ --font-heading: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
170
+ Helvetica, Arial, sans-serif;
171
+ --font-mono: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', ui-monospace, SFMono-Regular,
172
+ Menlo, monospace;
173
+
174
+ --text-xs: 0.75rem;
175
+ --text-xs--line-height: 1rem;
176
+ --text-sm: 0.875rem;
177
+ --text-sm--line-height: 1.25rem;
178
+ --text-base: 1rem;
179
+ --text-base--line-height: 1.5rem;
180
+ --text-lg: 1.125rem;
181
+ --text-lg--line-height: 1.75rem;
182
+ --text-xl: 1.25rem;
183
+ --text-xl--line-height: 1.75rem;
184
+ --text-2xl: 1.5rem;
185
+ --text-2xl--line-height: 2rem;
186
+ --text-3xl: 1.875rem;
187
+ --text-3xl--line-height: 2.25rem;
188
+ --text-4xl: 2.25rem;
189
+ --text-4xl--line-height: 2.5rem;
190
+ --text-5xl: 3.125rem;
191
+ --text-5xl--line-height: 1;
192
+ --text-5xl--letter-spacing: -0.025em;
193
+
194
+ /* ─── Spacing ─── */
195
+
196
+ --spacing: 0.25rem;
197
+
198
+ /* ─── Border Radius (Primitive) ─── */
199
+
200
+ --radius-sm: 0.25rem;
201
+ --radius-md: 0.5rem;
202
+ --radius-lg: 0.75rem;
203
+ --radius-xl: 1rem;
204
+ --radius-2xl: 1.5rem;
205
+ --radius-pill: 9999px;
206
+
207
+ /* ─── Border Radius (Semantic) ─── */
208
+
209
+ /* Interactive Controls */
210
+ --radius-control-sm: var(--radius-md); /* Small buttons, footer buttons */
211
+ --radius-control: var(--radius-md); /* Default/large buttons, icon buttons */
212
+
213
+ /* Form Inputs */
214
+ --radius-input: var(--radius-md); /* Input fields, triggers, selects */
215
+
216
+ /* Containers */
217
+ --radius-card: var(--radius-lg); /* Cards, panels */
218
+ --radius-collapsible: var(--radius-md); /* Collapsible containers and triggers */
219
+
220
+ /* Overlays */
221
+ --radius-overlay: var(--radius-lg); /* Dropdown panels, datepicker panels */
222
+ --radius-popover: var(--radius-xl); /* Popovers, menus, tooltips */
223
+
224
+ /* Indicators */
225
+ --radius-badge: var(--radius-md); /* Badges (default/lg sizes) */
226
+ --radius-badge-sm: var(--radius-sm); /* Small badges */
227
+ --radius-tag: var(--radius-sm); /* Multi-select tags */
228
+
229
+ /* Calendar */
230
+ --radius-calendar: var(--radius-lg); /* Calendar container */
231
+ --radius-calendar-cell: var(--radius-lg); /* Year/multi-year cells */
232
+
233
+ /* Small Interactive Elements */
234
+ --radius-interactive-sm: var(--radius-sm); /* Checkboxes, close/clear buttons */
235
+
236
+ /* Tabs */
237
+ --radius-tab-list: var(--radius-lg); /* Tab header/list container */
238
+ --radius-tab: var(--radius-md); /* Individual tab items */
239
+
240
+ /* Media */
241
+ --radius-media: var(--radius-md); /* Media elements, inset images */
242
+
243
+ /* ─── Shadows ─── */
244
+
245
+ --shadow-xs: 0 1px 2px oklch(0.14 0.004 280 / 0.05);
246
+ --shadow-sm: 0 1px 3px oklch(0.14 0.004 280 / 0.1), 0 1px 2px oklch(0.14 0.004 280 / 0.06);
247
+ --shadow-md: 0 4px 6px oklch(0.14 0.004 280 / 0.1), 0 2px 4px oklch(0.14 0.004 280 / 0.06);
248
+ --shadow-lg: 0 10px 15px oklch(0.14 0.004 280 / 0.1), 0 4px 6px oklch(0.14 0.004 280 / 0.05);
249
+ --shadow-xl: 0 20px 25px oklch(0.14 0.004 280 / 0.1), 0 8px 10px oklch(0.14 0.004 280 / 0.04);
250
+
251
+ /* ─── Semantic Shadows ─── */
252
+ --shadow-card: var(--shadow-md);
253
+ --shadow-overlay: var(--shadow-lg);
254
+ --shadow-dialog: var(--shadow-xl);
255
+
256
+ /* ─── Icon Sizes ─── */
257
+ /* Used by com-icon CVA size variant. Values = Lucide's size prop (px). */
258
+ --size-icon-xs: 0.75rem; /* 12px — inline micro icons */
259
+ --size-icon-sm: 1rem; /* 16px — inline with text-sm */
260
+ --size-icon-md: 1.25rem; /* 20px — inline with text-base */
261
+ --size-icon-lg: 1.5rem; /* 24px — default standalone, Lucide default */
262
+ --size-icon-xl: 2rem; /* 32px — emphasis / hero */
263
+ --size-icon-2xl: 2.5rem; /* 40px — large feature icons */
264
+
265
+ /* ─── Transitions ─── */
266
+
267
+ --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
268
+
269
+ /* ─── Transition Durations ─── */
270
+ --duration-fast: 100ms;
271
+ --duration-normal: 150ms;
272
+ --duration-slow: 200ms;
273
+
274
+ --animate-fade-in: fade-in 0.3s ease-out;
275
+ --animate-slide-up: slide-up 0.3s ease-out;
276
+ --animate-scale-in: scale-in 0.2s var(--ease-spring);
277
+ }
@@ -0,0 +1,16 @@
1
+ /* Toast overlay pane — clicks pass through to content below */
2
+ .com-toast-overlay {
3
+ pointer-events: none;
4
+ }
5
+
6
+ /* ─── Standalone Text Color Overrides ─── */
7
+ /* text-success and text-warn need darker shades for text contrast on bg-background */
8
+
9
+ @layer utilities {
10
+ .text-success {
11
+ color: var(--color-success-600);
12
+ }
13
+ .text-warn {
14
+ color: var(--color-warn-600);
15
+ }
16
+ }
@@ -6,9 +6,9 @@ type AlertVariant = 'info' | 'success' | 'warning' | 'destructive';
6
6
  /**
7
7
  * CVA variants for the alert container.
8
8
  *
9
- * @tokens `--color-primary-subtle`, `--color-primary-subtle-foreground`,
10
- * `--color-success-subtle`, `--color-success-subtle-foreground`,
11
- * `--color-warn-subtle`, `--color-warn-subtle-foreground`,
9
+ * @tokens `--color-primary-subtle`, `--color-primary-subtle-foreground`, `--color-primary-border-subtle`,
10
+ * `--color-success-subtle`, `--color-success-subtle-foreground`, `--color-success-border-subtle`,
11
+ * `--color-warn-subtle`, `--color-warn-subtle-foreground`, `--color-warn-border-subtle`,
12
12
  * `--color-warn`, `--color-warn-foreground`,
13
13
  * `--radius-card`
14
14
  */
@@ -18,7 +18,11 @@ declare const alertVariants: (props?: {
18
18
  /**
19
19
  * CVA variants for the alert close button.
20
20
  *
21
- * @tokens `--color-ring`, `--radius-card`
21
+ * @tokens `--color-ring`, `--radius-card`,
22
+ * `--color-primary-subtle-foreground-muted`, `--color-primary-subtle-hover`,
23
+ * `--color-success-subtle-foreground-muted`, `--color-success-subtle-hover`,
24
+ * `--color-warn-subtle-foreground-muted`, `--color-warn-subtle-hover`,
25
+ * `--color-warn-foreground-muted`, `--color-warn-foreground-wash`
22
26
  */
23
27
  declare const alertCloseButtonVariants: (props?: {
24
28
  variant?: AlertVariant;
@@ -31,6 +35,8 @@ type AlertVariants = VariantProps<typeof alertVariants>;
31
35
  * When present, the alert suppresses the default auto-mapped icon
32
36
  * and renders this projected content instead.
33
37
  *
38
+ * @tokens none
39
+ *
34
40
  * @example
35
41
  * ```html
36
42
  * <com-alert variant="success">
@@ -129,6 +135,8 @@ declare class ComAlertTitle {
129
135
  *
130
136
  * Inherits text color from the parent alert variant.
131
137
  *
138
+ * @tokens none
139
+ *
132
140
  * @example
133
141
  * ```html
134
142
  * <com-alert>
@@ -146,6 +154,8 @@ declare class ComAlertDescription {
146
154
  *
147
155
  * Container for action buttons. Place buttons inside.
148
156
  *
157
+ * @tokens none
158
+ *
149
159
  * @example
150
160
  * ```html
151
161
  * <com-alert variant="destructive">
@@ -78,6 +78,8 @@ interface AvatarTemplateContext {
78
78
  * default icon fallback — the template has full control over the content.
79
79
  * Use this for company logos, emoji avatars, or custom graphics.
80
80
  *
81
+ * @tokens none
82
+ *
81
83
  * @example Company logo
82
84
  * ```html
83
85
  * <com-avatar name="Acme Corp" size="lg" color="primary">