@fluencypassdevs/cycle 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 (141) hide show
  1. package/README.md +36 -0
  2. package/dist/chunk-2MXR6RRJ.js +106 -0
  3. package/dist/chunk-2MXR6RRJ.js.map +1 -0
  4. package/dist/chunk-2WPH3IQP.js +48 -0
  5. package/dist/chunk-2WPH3IQP.js.map +1 -0
  6. package/dist/chunk-3LXU5C35.js +68 -0
  7. package/dist/chunk-3LXU5C35.js.map +1 -0
  8. package/dist/chunk-6LML23MS.js +347 -0
  9. package/dist/chunk-6LML23MS.js.map +1 -0
  10. package/dist/chunk-726XFHED.js +22 -0
  11. package/dist/chunk-726XFHED.js.map +1 -0
  12. package/dist/chunk-7UMEJDC3.js +62 -0
  13. package/dist/chunk-7UMEJDC3.js.map +1 -0
  14. package/dist/chunk-7XT6ISPQ.js +97 -0
  15. package/dist/chunk-7XT6ISPQ.js.map +1 -0
  16. package/dist/chunk-AL2ALTBH.js +115 -0
  17. package/dist/chunk-AL2ALTBH.js.map +1 -0
  18. package/dist/chunk-CIM6KJH5.js +59 -0
  19. package/dist/chunk-CIM6KJH5.js.map +1 -0
  20. package/dist/chunk-CSL4DRPW.js +39 -0
  21. package/dist/chunk-CSL4DRPW.js.map +1 -0
  22. package/dist/chunk-HZJRM5EK.js +97 -0
  23. package/dist/chunk-HZJRM5EK.js.map +1 -0
  24. package/dist/chunk-IJTNFN6N.js +61 -0
  25. package/dist/chunk-IJTNFN6N.js.map +1 -0
  26. package/dist/chunk-K567KZD5.js +63 -0
  27. package/dist/chunk-K567KZD5.js.map +1 -0
  28. package/dist/chunk-MSLQRGSP.js +113 -0
  29. package/dist/chunk-MSLQRGSP.js.map +1 -0
  30. package/dist/chunk-NGOZFA33.js +60 -0
  31. package/dist/chunk-NGOZFA33.js.map +1 -0
  32. package/dist/chunk-NVA4ZJOS.js +66 -0
  33. package/dist/chunk-NVA4ZJOS.js.map +1 -0
  34. package/dist/chunk-OT2HCBR2.js +37 -0
  35. package/dist/chunk-OT2HCBR2.js.map +1 -0
  36. package/dist/chunk-PM6ZUCMQ.js +73 -0
  37. package/dist/chunk-PM6ZUCMQ.js.map +1 -0
  38. package/dist/chunk-PXWCEJ2C.js +223 -0
  39. package/dist/chunk-PXWCEJ2C.js.map +1 -0
  40. package/dist/chunk-QTL6W4I2.js +57 -0
  41. package/dist/chunk-QTL6W4I2.js.map +1 -0
  42. package/dist/chunk-QZVQPUVT.js +129 -0
  43. package/dist/chunk-QZVQPUVT.js.map +1 -0
  44. package/dist/chunk-R4LITCVX.js +111 -0
  45. package/dist/chunk-R4LITCVX.js.map +1 -0
  46. package/dist/chunk-TYCPXAXF.js +10 -0
  47. package/dist/chunk-TYCPXAXF.js.map +1 -0
  48. package/dist/chunk-UEJLA7Q6.js +70 -0
  49. package/dist/chunk-UEJLA7Q6.js.map +1 -0
  50. package/dist/chunk-UVCEQOQR.js +104 -0
  51. package/dist/chunk-UVCEQOQR.js.map +1 -0
  52. package/dist/chunk-VECLN5AT.js +202 -0
  53. package/dist/chunk-VECLN5AT.js.map +1 -0
  54. package/dist/chunk-XX3I65LQ.js +435 -0
  55. package/dist/chunk-XX3I65LQ.js.map +1 -0
  56. package/dist/chunk-YINJ5YZ5.js +35 -0
  57. package/dist/chunk-YINJ5YZ5.js.map +1 -0
  58. package/dist/icons/index.d.ts +617 -0
  59. package/dist/icons/index.js +5 -0
  60. package/dist/icons/index.js.map +1 -0
  61. package/dist/index.d.ts +33 -0
  62. package/dist/index.js +30 -0
  63. package/dist/index.js.map +1 -0
  64. package/dist/lib/utils.d.ts +5 -0
  65. package/dist/lib/utils.js +4 -0
  66. package/dist/lib/utils.js.map +1 -0
  67. package/dist/styles/tailwind-theme.css +87 -0
  68. package/dist/styles/tokens.css +496 -0
  69. package/dist/ui/accordion.d.ts +10 -0
  70. package/dist/ui/accordion.js +5 -0
  71. package/dist/ui/accordion.js.map +1 -0
  72. package/dist/ui/audio-player.d.ts +30 -0
  73. package/dist/ui/audio-player.js +7 -0
  74. package/dist/ui/audio-player.js.map +1 -0
  75. package/dist/ui/avatar.d.ts +16 -0
  76. package/dist/ui/avatar.js +5 -0
  77. package/dist/ui/avatar.js.map +1 -0
  78. package/dist/ui/badge.d.ts +15 -0
  79. package/dist/ui/badge.js +5 -0
  80. package/dist/ui/badge.js.map +1 -0
  81. package/dist/ui/button.d.ts +15 -0
  82. package/dist/ui/button.js +5 -0
  83. package/dist/ui/button.js.map +1 -0
  84. package/dist/ui/chat-bubble.d.ts +21 -0
  85. package/dist/ui/chat-bubble.js +6 -0
  86. package/dist/ui/chat-bubble.js.map +1 -0
  87. package/dist/ui/chat-panel.d.ts +35 -0
  88. package/dist/ui/chat-panel.js +10 -0
  89. package/dist/ui/chat-panel.js.map +1 -0
  90. package/dist/ui/checkbox.d.ts +17 -0
  91. package/dist/ui/checkbox.js +5 -0
  92. package/dist/ui/checkbox.js.map +1 -0
  93. package/dist/ui/file-card.d.ts +27 -0
  94. package/dist/ui/file-card.js +5 -0
  95. package/dist/ui/file-card.js.map +1 -0
  96. package/dist/ui/input.d.ts +11 -0
  97. package/dist/ui/input.js +5 -0
  98. package/dist/ui/input.js.map +1 -0
  99. package/dist/ui/label.d.ts +9 -0
  100. package/dist/ui/label.js +5 -0
  101. package/dist/ui/label.js.map +1 -0
  102. package/dist/ui/like-dislike.d.ts +32 -0
  103. package/dist/ui/like-dislike.js +9 -0
  104. package/dist/ui/like-dislike.js.map +1 -0
  105. package/dist/ui/live-waiting.d.ts +16 -0
  106. package/dist/ui/live-waiting.js +8 -0
  107. package/dist/ui/live-waiting.js.map +1 -0
  108. package/dist/ui/progress-stage.d.ts +19 -0
  109. package/dist/ui/progress-stage.js +5 -0
  110. package/dist/ui/progress-stage.js.map +1 -0
  111. package/dist/ui/progress.d.ts +19 -0
  112. package/dist/ui/progress.js +5 -0
  113. package/dist/ui/progress.js.map +1 -0
  114. package/dist/ui/radio-group.d.ts +19 -0
  115. package/dist/ui/radio-group.js +5 -0
  116. package/dist/ui/radio-group.js.map +1 -0
  117. package/dist/ui/scroll-area.d.ts +8 -0
  118. package/dist/ui/scroll-area.js +5 -0
  119. package/dist/ui/scroll-area.js.map +1 -0
  120. package/dist/ui/sheet.d.ts +17 -0
  121. package/dist/ui/sheet.js +5 -0
  122. package/dist/ui/sheet.js.map +1 -0
  123. package/dist/ui/slider.d.ts +16 -0
  124. package/dist/ui/slider.js +5 -0
  125. package/dist/ui/slider.js.map +1 -0
  126. package/dist/ui/switch.d.ts +16 -0
  127. package/dist/ui/switch.js +5 -0
  128. package/dist/ui/switch.js.map +1 -0
  129. package/dist/ui/tabs.d.ts +15 -0
  130. package/dist/ui/tabs.js +5 -0
  131. package/dist/ui/tabs.js.map +1 -0
  132. package/dist/ui/textarea.d.ts +12 -0
  133. package/dist/ui/textarea.js +5 -0
  134. package/dist/ui/textarea.js.map +1 -0
  135. package/dist/ui/toggle.d.ts +17 -0
  136. package/dist/ui/toggle.js +5 -0
  137. package/dist/ui/toggle.js.map +1 -0
  138. package/dist/ui/video-player.d.ts +28 -0
  139. package/dist/ui/video-player.js +7 -0
  140. package/dist/ui/video-player.js.map +1 -0
  141. package/package.json +90 -0
@@ -0,0 +1,617 @@
1
+ import * as React from 'react';
2
+ import React__default, { SVGAttributes } from 'react';
3
+ import { LucideIcon } from 'lucide-react';
4
+
5
+ /**
6
+ * Cycle Design — Icon Size Map
7
+ *
8
+ * Fonte da verdade para componentes React.
9
+ * Derivado de: figma/Icons size/icon-{size}.json
10
+ *
11
+ * REGRA: strokeWidth nunca é prop — é sempre derivado de size.
12
+ * Isso garante consistência visual em todos os ícones.
13
+ */
14
+ declare const ICON_SIZES: {
15
+ readonly '2xs': {
16
+ readonly size: 12;
17
+ readonly stroke: 1;
18
+ };
19
+ readonly xs: {
20
+ readonly size: 16;
21
+ readonly stroke: 1.2;
22
+ };
23
+ readonly sm: {
24
+ readonly size: 24;
25
+ readonly stroke: 1.5;
26
+ };
27
+ readonly md: {
28
+ readonly size: 32;
29
+ readonly stroke: 1.8;
30
+ };
31
+ readonly lg: {
32
+ readonly size: 40;
33
+ readonly stroke: 2.1;
34
+ };
35
+ readonly xl: {
36
+ readonly size: 48;
37
+ readonly stroke: 2.4;
38
+ };
39
+ };
40
+ type IconSize = keyof typeof ICON_SIZES;
41
+
42
+ /**
43
+ * Props base compartilhada.
44
+ */
45
+ type BaseProps = {
46
+ icon: LucideIcon;
47
+ size?: IconSize;
48
+ className?: string;
49
+ };
50
+ /**
51
+ * Ícone semântico — comunica algo para o usuário.
52
+ * @example <CycleIcon icon={Home} size="sm" aria-label="Ir para home" />
53
+ */
54
+ type SemanticProps = BaseProps & {
55
+ decorative?: false;
56
+ 'aria-label': string;
57
+ };
58
+ /**
59
+ * Ícone decorativo — puramente visual.
60
+ * @example <CycleIcon icon={Home} size="sm" decorative />
61
+ */
62
+ type DecorativeProps = BaseProps & {
63
+ decorative: true;
64
+ 'aria-label'?: never;
65
+ };
66
+ type CycleIconProps = SemanticProps | DecorativeProps;
67
+ /**
68
+ * CycleIcon — wrapper para ícones Lucide com regras de size/stroke da Cycle.
69
+ *
70
+ * Aplica automaticamente width, height e strokeWidth baseado no size token.
71
+ * Use para todos os ícones Lucide no produto.
72
+ *
73
+ * @example
74
+ * import { Home, Search } from "lucide-react"
75
+ * import { CycleIcon } from "@/components/icons"
76
+ *
77
+ * <CycleIcon icon={Home} size="sm" decorative />
78
+ * <CycleIcon icon={Search} size="lg" aria-label="Buscar" />
79
+ */
80
+ declare const CycleIcon: React.ForwardRefExoticComponent<CycleIconProps & React.RefAttributes<SVGSVGElement>>;
81
+
82
+ /**
83
+ * Categorias de ícones — espelho da organização no Figma.
84
+ * Usado no manifest para documentação, não afeta imports.
85
+ */
86
+ type IconCategory = 'navigation' | 'actions' | 'status' | 'forms' | 'files' | 'video' | 'user' | 'language-learning' | 'learning-core' | 'lesson-formats' | 'schedule' | 'marketplace' | 'technology';
87
+ /**
88
+ * Status de publicação do ícone.
89
+ * - stable: publicado, seguro para uso em produção
90
+ * - experimental: criado, pode mudar — importar de /experimental
91
+ * - deprecated: não usar, será removido — ver substituto no manifest
92
+ */
93
+ type IconStatus = 'stable' | 'experimental' | 'deprecated';
94
+ /**
95
+ * Base de props compartilhada por todos os ícones.
96
+ */
97
+ type BaseIconSharedProps = Omit<SVGAttributes<SVGSVGElement>, 'aria-label'> & {
98
+ /** Tamanho visual. Define width, height e strokeWidth automaticamente. Default: 'sm' */
99
+ size?: IconSize;
100
+ };
101
+ /**
102
+ * Ícone SEMÂNTICO — comunica algo para o usuário.
103
+ * aria-label é obrigatório.
104
+ *
105
+ * @example <HomeIcon size="sm" aria-label="Ir para a home" />
106
+ */
107
+ type SemanticIconProps = BaseIconSharedProps & {
108
+ decorative?: false;
109
+ 'aria-label': string;
110
+ };
111
+ /**
112
+ * Ícone DECORATIVO — puramente visual, o contexto já comunica o significado.
113
+ * Escondido de leitores de tela via aria-hidden.
114
+ *
115
+ * @example <HomeIcon size="sm" decorative />
116
+ */
117
+ type DecorativeIconProps = BaseIconSharedProps & {
118
+ decorative: true;
119
+ 'aria-label'?: never;
120
+ };
121
+ /**
122
+ * Props de todos os ícones do Cycle Design.
123
+ * TypeScript força aria-label em ícones semânticos em tempo de compilação.
124
+ */
125
+ type IconProps = SemanticIconProps | DecorativeIconProps;
126
+
127
+ /**
128
+ * @example
129
+ * // Decorativo (ícone puramente visual)
130
+ * <Achievement size="sm" decorative />
131
+ *
132
+ * // Semântico (requer aria-label)
133
+ * <Achievement size="sm" aria-label="descrição do ícone" />
134
+ */
135
+ declare function Achievement(props: IconProps): React__default.JSX.Element;
136
+
137
+ /**
138
+ * @example
139
+ * // Decorativo (ícone puramente visual)
140
+ * <Answer size="sm" decorative />
141
+ *
142
+ * // Semântico (requer aria-label)
143
+ * <Answer size="sm" aria-label="descrição do ícone" />
144
+ */
145
+ declare function Answer(props: IconProps): React__default.JSX.Element;
146
+
147
+ /**
148
+ * @example
149
+ * // Decorativo (ícone puramente visual)
150
+ * <Badge size="sm" decorative />
151
+ *
152
+ * // Semântico (requer aria-label)
153
+ * <Badge size="sm" aria-label="descrição do ícone" />
154
+ */
155
+ declare function Badge(props: IconProps): React__default.JSX.Element;
156
+
157
+ /**
158
+ * @example
159
+ * // Decorativo (ícone puramente visual)
160
+ * <Certificate size="sm" decorative />
161
+ *
162
+ * // Semântico (requer aria-label)
163
+ * <Certificate size="sm" aria-label="descrição do ícone" />
164
+ */
165
+ declare function Certificate(props: IconProps): React__default.JSX.Element;
166
+
167
+ /**
168
+ * @example
169
+ * // Decorativo (ícone puramente visual)
170
+ * <Checkpoint size="sm" decorative />
171
+ *
172
+ * // Semântico (requer aria-label)
173
+ * <Checkpoint size="sm" aria-label="descrição do ícone" />
174
+ */
175
+ declare function Checkpoint(props: IconProps): React__default.JSX.Element;
176
+
177
+ /**
178
+ * @example
179
+ * // Decorativo (ícone puramente visual)
180
+ * <Completion size="sm" decorative />
181
+ *
182
+ * // Semântico (requer aria-label)
183
+ * <Completion size="sm" aria-label="descrição do ícone" />
184
+ */
185
+ declare function Completion(props: IconProps): React__default.JSX.Element;
186
+
187
+ /**
188
+ * @example
189
+ * // Decorativo (ícone puramente visual)
190
+ * <Course size="sm" decorative />
191
+ *
192
+ * // Semântico (requer aria-label)
193
+ * <Course size="sm" aria-label="descrição do ícone" />
194
+ */
195
+ declare function Course(props: IconProps): React__default.JSX.Element;
196
+
197
+ /**
198
+ * @example
199
+ * // Decorativo (ícone puramente visual)
200
+ * <Diploma size="sm" decorative />
201
+ *
202
+ * // Semântico (requer aria-label)
203
+ * <Diploma size="sm" aria-label="descrição do ícone" />
204
+ */
205
+ declare function Diploma(props: IconProps): React__default.JSX.Element;
206
+
207
+ /**
208
+ * @example
209
+ * // Decorativo (ícone puramente visual)
210
+ * <Exercise size="sm" decorative />
211
+ *
212
+ * // Semântico (requer aria-label)
213
+ * <Exercise size="sm" aria-label="descrição do ícone" />
214
+ */
215
+ declare function Exercise(props: IconProps): React__default.JSX.Element;
216
+
217
+ /**
218
+ * @example
219
+ * // Decorativo (ícone puramente visual)
220
+ * <Flashcard size="sm" decorative />
221
+ *
222
+ * // Semântico (requer aria-label)
223
+ * <Flashcard size="sm" aria-label="descrição do ícone" />
224
+ */
225
+ declare function Flashcard(props: IconProps): React__default.JSX.Element;
226
+
227
+ /**
228
+ * @example
229
+ * // Decorativo (ícone puramente visual)
230
+ * <Goal size="sm" decorative />
231
+ *
232
+ * // Semântico (requer aria-label)
233
+ * <Goal size="sm" aria-label="descrição do ícone" />
234
+ */
235
+ declare function Goal(props: IconProps): React__default.JSX.Element;
236
+
237
+ /**
238
+ * @example
239
+ * // Decorativo (ícone puramente visual)
240
+ * <Highlight size="sm" decorative />
241
+ *
242
+ * // Semântico (requer aria-label)
243
+ * <Highlight size="sm" aria-label="descrição do ícone" />
244
+ */
245
+ declare function Highlight(props: IconProps): React__default.JSX.Element;
246
+
247
+ /**
248
+ * @example
249
+ * // Decorativo (ícone puramente visual)
250
+ * <Lesson size="sm" decorative />
251
+ *
252
+ * // Semântico (requer aria-label)
253
+ * <Lesson size="sm" aria-label="descrição do ícone" />
254
+ */
255
+ declare function Lesson(props: IconProps): React__default.JSX.Element;
256
+
257
+ /**
258
+ * @example
259
+ * // Decorativo (ícone puramente visual)
260
+ * <Milestone size="sm" decorative />
261
+ *
262
+ * // Semântico (requer aria-label)
263
+ * <Milestone size="sm" aria-label="descrição do ícone" />
264
+ */
265
+ declare function Milestone(props: IconProps): React__default.JSX.Element;
266
+
267
+ /**
268
+ * @example
269
+ * // Decorativo (ícone puramente visual)
270
+ * <Module size="sm" decorative />
271
+ *
272
+ * // Semântico (requer aria-label)
273
+ * <Module size="sm" aria-label="descrição do ícone" />
274
+ */
275
+ declare function Module(props: IconProps): React__default.JSX.Element;
276
+
277
+ /**
278
+ * @example
279
+ * // Decorativo (ícone puramente visual)
280
+ * <Progress size="sm" decorative />
281
+ *
282
+ * // Semântico (requer aria-label)
283
+ * <Progress size="sm" aria-label="descrição do ícone" />
284
+ */
285
+ declare function Progress(props: IconProps): React__default.JSX.Element;
286
+
287
+ /**
288
+ * @example
289
+ * // Decorativo (ícone puramente visual)
290
+ * <Question size="sm" decorative />
291
+ *
292
+ * // Semântico (requer aria-label)
293
+ * <Question size="sm" aria-label="descrição do ícone" />
294
+ */
295
+ declare function Question(props: IconProps): React__default.JSX.Element;
296
+
297
+ /**
298
+ * @example
299
+ * // Decorativo (ícone puramente visual)
300
+ * <Quiz size="sm" decorative />
301
+ *
302
+ * // Semântico (requer aria-label)
303
+ * <Quiz size="sm" aria-label="descrição do ícone" />
304
+ */
305
+ declare function Quiz(props: IconProps): React__default.JSX.Element;
306
+
307
+ /**
308
+ * @example
309
+ * // Decorativo (ícone puramente visual)
310
+ * <Recap size="sm" decorative />
311
+ *
312
+ * // Semântico (requer aria-label)
313
+ * <Recap size="sm" aria-label="descrição do ícone" />
314
+ */
315
+ declare function Recap(props: IconProps): React__default.JSX.Element;
316
+
317
+ /**
318
+ * @example
319
+ * // Decorativo (ícone puramente visual)
320
+ * <Streak size="sm" decorative />
321
+ *
322
+ * // Semântico (requer aria-label)
323
+ * <Streak size="sm" aria-label="descrição do ícone" />
324
+ */
325
+ declare function Streak(props: IconProps): React__default.JSX.Element;
326
+
327
+ /**
328
+ * @example
329
+ * // Decorativo (ícone puramente visual)
330
+ * <Task size="sm" decorative />
331
+ *
332
+ * // Semântico (requer aria-label)
333
+ * <Task size="sm" aria-label="descrição do ícone" />
334
+ */
335
+ declare function Task(props: IconProps): React__default.JSX.Element;
336
+
337
+ /**
338
+ * @example
339
+ * // Decorativo (ícone puramente visual)
340
+ * <Unit size="sm" decorative />
341
+ *
342
+ * // Semântico (requer aria-label)
343
+ * <Unit size="sm" aria-label="descrição do ícone" />
344
+ */
345
+ declare function Unit(props: IconProps): React__default.JSX.Element;
346
+
347
+ /**
348
+ * @example
349
+ * // Decorativo (ícone puramente visual)
350
+ * <Chat size="sm" decorative />
351
+ *
352
+ * // Semântico (requer aria-label)
353
+ * <Chat size="sm" aria-label="descrição do ícone" />
354
+ */
355
+ declare function Chat(props: IconProps): React__default.JSX.Element;
356
+
357
+ /**
358
+ * @example
359
+ * // Decorativo (ícone puramente visual)
360
+ * <Conversation size="sm" decorative />
361
+ *
362
+ * // Semântico (requer aria-label)
363
+ * <Conversation size="sm" aria-label="descrição do ícone" />
364
+ */
365
+ declare function Conversation(props: IconProps): React__default.JSX.Element;
366
+
367
+ /**
368
+ * @example
369
+ * // Decorativo (ícone puramente visual)
370
+ * <Dialogue size="sm" decorative />
371
+ *
372
+ * // Semântico (requer aria-label)
373
+ * <Dialogue size="sm" aria-label="descrição do ícone" />
374
+ */
375
+ declare function Dialogue(props: IconProps): React__default.JSX.Element;
376
+
377
+ /**
378
+ * @example
379
+ * // Decorativo (ícone puramente visual)
380
+ * <Dictionary size="sm" decorative />
381
+ *
382
+ * // Semântico (requer aria-label)
383
+ * <Dictionary size="sm" aria-label="descrição do ícone" />
384
+ */
385
+ declare function Dictionary(props: IconProps): React__default.JSX.Element;
386
+
387
+ /**
388
+ * @example
389
+ * // Decorativo (ícone puramente visual)
390
+ * <Feedback size="sm" decorative />
391
+ *
392
+ * // Semântico (requer aria-label)
393
+ * <Feedback size="sm" aria-label="descrição do ícone" />
394
+ */
395
+ declare function Feedback(props: IconProps): React__default.JSX.Element;
396
+
397
+ /**
398
+ * @example
399
+ * // Decorativo (ícone puramente visual)
400
+ * <Fluency size="sm" decorative />
401
+ *
402
+ * // Semântico (requer aria-label)
403
+ * <Fluency size="sm" aria-label="descrição do ícone" />
404
+ */
405
+ declare function Fluency(props: IconProps): React__default.JSX.Element;
406
+
407
+ /**
408
+ * @example
409
+ * // Decorativo (ícone puramente visual)
410
+ * <Grammar size="sm" decorative />
411
+ *
412
+ * // Semântico (requer aria-label)
413
+ * <Grammar size="sm" aria-label="descrição do ícone" />
414
+ */
415
+ declare function Grammar(props: IconProps): React__default.JSX.Element;
416
+
417
+ /**
418
+ * @example
419
+ * // Decorativo (ícone puramente visual)
420
+ * <Language size="sm" decorative />
421
+ *
422
+ * // Semântico (requer aria-label)
423
+ * <Language size="sm" aria-label="descrição do ícone" />
424
+ */
425
+ declare function Language(props: IconProps): React__default.JSX.Element;
426
+
427
+ /**
428
+ * @example
429
+ * // Decorativo (ícone puramente visual)
430
+ * <Listening size="sm" decorative />
431
+ *
432
+ * // Semântico (requer aria-label)
433
+ * <Listening size="sm" aria-label="descrição do ícone" />
434
+ */
435
+ declare function Listening(props: IconProps): React__default.JSX.Element;
436
+
437
+ /**
438
+ * @example
439
+ * // Decorativo (ícone puramente visual)
440
+ * <MemoryCard size="sm" decorative />
441
+ *
442
+ * // Semântico (requer aria-label)
443
+ * <MemoryCard size="sm" aria-label="descrição do ícone" />
444
+ */
445
+ declare function MemoryCard(props: IconProps): React__default.JSX.Element;
446
+
447
+ /**
448
+ * @example
449
+ * // Decorativo (ícone puramente visual)
450
+ * <Reading size="sm" decorative />
451
+ *
452
+ * // Semântico (requer aria-label)
453
+ * <Reading size="sm" aria-label="descrição do ícone" />
454
+ */
455
+ declare function Reading(props: IconProps): React__default.JSX.Element;
456
+
457
+ /**
458
+ * @example
459
+ * // Decorativo (ícone puramente visual)
460
+ * <Repetition size="sm" decorative />
461
+ *
462
+ * // Semântico (requer aria-label)
463
+ * <Repetition size="sm" aria-label="descrição do ícone" />
464
+ */
465
+ declare function Repetition(props: IconProps): React__default.JSX.Element;
466
+
467
+ /**
468
+ * @example
469
+ * // Decorativo (ícone puramente visual)
470
+ * <Sentence size="sm" decorative />
471
+ *
472
+ * // Semântico (requer aria-label)
473
+ * <Sentence size="sm" aria-label="descrição do ícone" />
474
+ */
475
+ declare function Sentence(props: IconProps): React__default.JSX.Element;
476
+
477
+ /**
478
+ * @example
479
+ * // Decorativo (ícone puramente visual)
480
+ * <Translate size="sm" decorative />
481
+ *
482
+ * // Semântico (requer aria-label)
483
+ * <Translate size="sm" aria-label="descrição do ícone" />
484
+ */
485
+ declare function Translate(props: IconProps): React__default.JSX.Element;
486
+
487
+ /**
488
+ * @example
489
+ * // Decorativo (ícone puramente visual)
490
+ * <Vocabulary size="sm" decorative />
491
+ *
492
+ * // Semântico (requer aria-label)
493
+ * <Vocabulary size="sm" aria-label="descrição do ícone" />
494
+ */
495
+ declare function Vocabulary(props: IconProps): React__default.JSX.Element;
496
+
497
+ /**
498
+ * @example
499
+ * // Decorativo (ícone puramente visual)
500
+ * <GroupClass size="sm" decorative />
501
+ *
502
+ * // Semântico (requer aria-label)
503
+ * <GroupClass size="sm" aria-label="descrição do ícone" />
504
+ */
505
+ declare function GroupClass(props: IconProps): React__default.JSX.Element;
506
+
507
+ /**
508
+ * @example
509
+ * // Decorativo (ícone puramente visual)
510
+ * <Live size="sm" decorative />
511
+ *
512
+ * // Semântico (requer aria-label)
513
+ * <Live size="sm" aria-label="descrição do ícone" />
514
+ */
515
+ declare function Live(props: IconProps): React__default.JSX.Element;
516
+
517
+ /**
518
+ * @example
519
+ * // Decorativo (ícone puramente visual)
520
+ * <Presentation size="sm" decorative />
521
+ *
522
+ * // Semântico (requer aria-label)
523
+ * <Presentation size="sm" aria-label="descrição do ícone" />
524
+ */
525
+ declare function Presentation(props: IconProps): React__default.JSX.Element;
526
+
527
+ /**
528
+ * @example
529
+ * // Decorativo (ícone puramente visual)
530
+ * <PrivateClass size="sm" decorative />
531
+ *
532
+ * // Semântico (requer aria-label)
533
+ * <PrivateClass size="sm" aria-label="descrição do ícone" />
534
+ */
535
+ declare function PrivateClass(props: IconProps): React__default.JSX.Element;
536
+
537
+ /**
538
+ * @example
539
+ * // Decorativo (ícone puramente visual)
540
+ * <RecordedClass size="sm" decorative />
541
+ *
542
+ * // Semântico (requer aria-label)
543
+ * <RecordedClass size="sm" aria-label="descrição do ícone" />
544
+ */
545
+ declare function RecordedClass(props: IconProps): React__default.JSX.Element;
546
+
547
+ /**
548
+ * @example
549
+ * // Decorativo (ícone puramente visual)
550
+ * <Whiteboard size="sm" decorative />
551
+ *
552
+ * // Semântico (requer aria-label)
553
+ * <Whiteboard size="sm" aria-label="descrição do ícone" />
554
+ */
555
+ declare function Whiteboard(props: IconProps): React__default.JSX.Element;
556
+
557
+ /**
558
+ * @example
559
+ * // Decorativo (ícone puramente visual)
560
+ * <Deadline size="sm" decorative />
561
+ *
562
+ * // Semântico (requer aria-label)
563
+ * <Deadline size="sm" aria-label="descrição do ícone" />
564
+ */
565
+ declare function Deadline(props: IconProps): React__default.JSX.Element;
566
+
567
+ /**
568
+ * @example
569
+ * // Decorativo (ícone puramente visual)
570
+ * <Recurring size="sm" decorative />
571
+ *
572
+ * // Semântico (requer aria-label)
573
+ * <Recurring size="sm" aria-label="descrição do ícone" />
574
+ */
575
+ declare function Recurring(props: IconProps): React__default.JSX.Element;
576
+
577
+ /**
578
+ * @example
579
+ * // Decorativo (ícone puramente visual)
580
+ * <Schedule size="sm" decorative />
581
+ *
582
+ * // Semântico (requer aria-label)
583
+ * <Schedule size="sm" aria-label="descrição do ícone" />
584
+ */
585
+ declare function Schedule(props: IconProps): React__default.JSX.Element;
586
+
587
+ /**
588
+ * @example
589
+ * // Decorativo (ícone puramente visual)
590
+ * <DotLive size="sm" decorative />
591
+ *
592
+ * // Semântico (requer aria-label)
593
+ * <DotLive size="sm" aria-label="descrição do ícone" />
594
+ */
595
+ declare function DotLive(props: IconProps): React__default.JSX.Element;
596
+
597
+ /**
598
+ * @example
599
+ * // Decorativo (ícone puramente visual)
600
+ * <Required size="sm" decorative />
601
+ *
602
+ * // Semântico (requer aria-label)
603
+ * <Required size="sm" aria-label="descrição do ícone" />
604
+ */
605
+ declare function Required(props: IconProps): React__default.JSX.Element;
606
+
607
+ /**
608
+ * @example
609
+ * // Decorativo (ícone puramente visual)
610
+ * <Ray size="sm" decorative />
611
+ *
612
+ * // Semântico (requer aria-label)
613
+ * <Ray size="sm" aria-label="descrição do ícone" />
614
+ */
615
+ declare function Ray(props: IconProps): React__default.JSX.Element;
616
+
617
+ export { Achievement, Answer, Badge, Certificate, Chat, Checkpoint, Completion, Conversation, Course, CycleIcon, type CycleIconProps, Deadline, Dialogue, Dictionary, Diploma, DotLive, Exercise, Feedback, Flashcard, Fluency, Goal, Grammar, GroupClass, Highlight, ICON_SIZES, type IconCategory, type IconProps, type IconSize, type IconStatus, Language, Lesson, Listening, Live, MemoryCard, Milestone, Module, Presentation, PrivateClass, Progress, Question, Quiz, Ray, Reading, Recap, RecordedClass, Recurring, Repetition, Required, Schedule, Sentence, Streak, Task, Translate, Unit, Vocabulary, Whiteboard };
@@ -0,0 +1,5 @@
1
+ export { Achievement, Answer, Badge, Certificate, Chat, Checkpoint, Completion, Conversation, Course, Deadline, Dialogue, Dictionary, Diploma, DotLive, Exercise, Feedback, Flashcard, Fluency, Goal, Grammar, GroupClass, Highlight, Language, Lesson, Listening, Live, MemoryCard, Milestone, Module, Presentation, PrivateClass, Progress, Question, Quiz, Ray, Reading, Recap, RecordedClass, Recurring, Repetition, Required, Schedule, Sentence, Streak, Task, Translate, Unit, Vocabulary, Whiteboard } from '../chunk-6LML23MS.js';
2
+ export { CycleIcon, ICON_SIZES } from '../chunk-OT2HCBR2.js';
3
+ import '../chunk-YINJ5YZ5.js';
4
+ //# sourceMappingURL=index.js.map
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
@@ -0,0 +1,33 @@
1
+ export { cn } from './lib/utils.js';
2
+ export { Achievement, Answer, Badge as BadgeIcon, Certificate, Chat as ChatIcon, Checkpoint, Completion, Conversation, Course, CycleIcon, CycleIconProps, Deadline, Dialogue, Dictionary, Diploma, DotLive, Exercise, Feedback, Flashcard, Fluency, Goal, Grammar, GroupClass, Highlight, ICON_SIZES, IconCategory, IconProps, IconSize, IconStatus, Language, Lesson, Listening, Live, MemoryCard, Milestone, Module, Presentation, PrivateClass, Progress as ProgressIcon, Question, Quiz, Ray, Reading, Recap, RecordedClass, Recurring, Repetition, Required, Schedule, Sentence, Streak, Task, Translate, Unit, Vocabulary, Whiteboard } from './icons/index.js';
3
+ export { Button, ButtonProps, buttonVariants } from './ui/button.js';
4
+ export { Input, InputProps } from './ui/input.js';
5
+ export { Textarea, TextareaProps } from './ui/textarea.js';
6
+ export { Label, LabelProps } from './ui/label.js';
7
+ export { Badge, BadgeProps, badgeVariants } from './ui/badge.js';
8
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './ui/accordion.js';
9
+ export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants } from './ui/tabs.js';
10
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
11
+ export { ScrollArea, ScrollBar } from './ui/scroll-area.js';
12
+ export { Checkbox, CheckboxProps, checkboxVariants } from './ui/checkbox.js';
13
+ export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps, radioVariants } from './ui/radio-group.js';
14
+ export { Switch, SwitchProps, switchVariants } from './ui/switch.js';
15
+ export { Slider, SliderProps, sliderVariants } from './ui/slider.js';
16
+ export { Toggle, ToggleProps, toggleVariants } from './ui/toggle.js';
17
+ export { Progress, ProgressProps, indicatorVariants, progressVariants } from './ui/progress.js';
18
+ export { ProgressStage, ProgressStageProps } from './ui/progress-stage.js';
19
+ export { FileCard, FileCardProps, fileCardVariants } from './ui/file-card.js';
20
+ export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from './ui/avatar.js';
21
+ export { ChatBubble, ChatBubbleProps, chatBubbleVariants } from './ui/chat-bubble.js';
22
+ export { ChatMessage, ChatPanel, ChatPanelProps } from './ui/chat-panel.js';
23
+ export { LikeDislike, LikeDislikeProps, LikeDislikeValue, likeDislikeVariants } from './ui/like-dislike.js';
24
+ export { LiveWaiting, LiveWaitingProps } from './ui/live-waiting.js';
25
+ export { AudioPlayer, AudioPlayerProps } from './ui/audio-player.js';
26
+ export { VideoPlayer, VideoPlayerProps } from './ui/video-player.js';
27
+ import 'clsx';
28
+ import 'react';
29
+ import 'lucide-react';
30
+ import 'react/jsx-runtime';
31
+ import 'class-variance-authority/types';
32
+ import 'class-variance-authority';
33
+ import 'radix-ui';
package/dist/index.js ADDED
@@ -0,0 +1,30 @@
1
+ export { VideoPlayer } from './chunk-XX3I65LQ.js';
2
+ export { ProgressStage } from './chunk-QTL6W4I2.js';
3
+ export { FileCard, fileCardVariants } from './chunk-R4LITCVX.js';
4
+ export { ChatPanel } from './chunk-UVCEQOQR.js';
5
+ export { ChatBubble, chatBubbleVariants } from './chunk-HZJRM5EK.js';
6
+ export { LikeDislike, likeDislikeVariants } from './chunk-PXWCEJ2C.js';
7
+ export { LiveWaiting } from './chunk-7XT6ISPQ.js';
8
+ export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from './chunk-MSLQRGSP.js';
9
+ export { AudioPlayer } from './chunk-VECLN5AT.js';
10
+ export { Achievement, Answer, Badge as BadgeIcon, Certificate, Chat as ChatIcon, Checkpoint, Completion, Conversation, Course, Deadline, Dialogue, Dictionary, Diploma, DotLive, Exercise, Feedback, Flashcard, Fluency, Goal, Grammar, GroupClass, Highlight, Language, Lesson, Listening, Live, MemoryCard, Milestone, Module, Presentation, PrivateClass, Progress as ProgressIcon, Question, Quiz, Ray, Reading, Recap, RecordedClass, Recurring, Repetition, Required, Schedule, Sentence, Streak, Task, Translate, Unit, Vocabulary, Whiteboard } from './chunk-6LML23MS.js';
11
+ export { CycleIcon, ICON_SIZES } from './chunk-OT2HCBR2.js';
12
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-QZVQPUVT.js';
13
+ export { ScrollArea, ScrollBar } from './chunk-3LXU5C35.js';
14
+ export { Checkbox, checkboxVariants } from './chunk-IJTNFN6N.js';
15
+ export { RadioGroup, RadioGroupItem, radioVariants } from './chunk-K567KZD5.js';
16
+ export { Switch, switchVariants } from './chunk-NVA4ZJOS.js';
17
+ export { Slider, sliderVariants } from './chunk-AL2ALTBH.js';
18
+ export { Toggle, toggleVariants } from './chunk-CIM6KJH5.js';
19
+ export { Progress, indicatorVariants, progressVariants } from './chunk-PM6ZUCMQ.js';
20
+ export { Button, buttonVariants } from './chunk-7UMEJDC3.js';
21
+ export { Input } from './chunk-CSL4DRPW.js';
22
+ export { Textarea } from './chunk-2WPH3IQP.js';
23
+ export { Label } from './chunk-726XFHED.js';
24
+ export { Badge, badgeVariants } from './chunk-NGOZFA33.js';
25
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './chunk-UEJLA7Q6.js';
26
+ export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants } from './chunk-2MXR6RRJ.js';
27
+ export { cn } from './chunk-TYCPXAXF.js';
28
+ import './chunk-YINJ5YZ5.js';
29
+ //# sourceMappingURL=index.js.map
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}