@iclips/ui 1.0.11 → 1.0.12

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 (175) hide show
  1. package/dist/components/figma/ImageWithFallback.d.ts +3 -0
  2. package/dist/components/figma/ImageWithFallback.d.ts.map +1 -0
  3. package/dist/components/print-templates/ContractTemplate.d.ts +51 -0
  4. package/dist/components/print-templates/ContractTemplate.d.ts.map +1 -0
  5. package/dist/components/print-templates/ProposalTemplate.d.ts +41 -0
  6. package/dist/components/print-templates/ProposalTemplate.d.ts.map +1 -0
  7. package/dist/components/print-templates/index.d.ts +22 -0
  8. package/dist/components/print-templates/index.d.ts.map +1 -0
  9. package/dist/components/print-templates/shared/PrintFooter.d.ts +21 -0
  10. package/dist/components/print-templates/shared/PrintFooter.d.ts.map +1 -0
  11. package/dist/components/print-templates/shared/PrintHeader.d.ts +34 -0
  12. package/dist/components/print-templates/shared/PrintHeader.d.ts.map +1 -0
  13. package/dist/components/print-templates/shared/PrintInfoGrid.d.ts +22 -0
  14. package/dist/components/print-templates/shared/PrintInfoGrid.d.ts.map +1 -0
  15. package/dist/components/print-templates/shared/PrintSection.d.ts +29 -0
  16. package/dist/components/print-templates/shared/PrintSection.d.ts.map +1 -0
  17. package/dist/components/print-templates/shared/PrintSignature.d.ts +27 -0
  18. package/dist/components/print-templates/shared/PrintSignature.d.ts.map +1 -0
  19. package/dist/components/print-templates/shared/PrintTable.d.ts +36 -0
  20. package/dist/components/print-templates/shared/PrintTable.d.ts.map +1 -0
  21. package/dist/components/timeline-demo.d.ts +2 -0
  22. package/dist/components/timeline-demo.d.ts.map +1 -0
  23. package/dist/components/ui/accordion.d.ts +8 -0
  24. package/dist/components/ui/accordion.d.ts.map +1 -0
  25. package/dist/components/ui/alert-dialog.d.ts +15 -0
  26. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  27. package/dist/components/ui/alert.d.ts +10 -0
  28. package/dist/components/ui/alert.d.ts.map +1 -0
  29. package/dist/components/ui/app-layout.d.ts +31 -0
  30. package/dist/components/ui/app-layout.d.ts.map +1 -0
  31. package/dist/components/ui/aspect-ratio.d.ts +4 -0
  32. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  33. package/dist/components/ui/avatar.d.ts +7 -0
  34. package/dist/components/ui/avatar.d.ts.map +1 -0
  35. package/dist/components/ui/badge.d.ts +12 -0
  36. package/dist/components/ui/badge.d.ts.map +1 -0
  37. package/dist/components/ui/brand-logo.d.ts +7 -0
  38. package/dist/components/ui/brand-logo.d.ts.map +1 -0
  39. package/dist/components/ui/breadcrumb.d.ts +12 -0
  40. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  41. package/dist/components/ui/button.d.ts +14 -0
  42. package/dist/components/ui/button.d.ts.map +1 -0
  43. package/dist/components/ui/calendar.d.ts +31 -0
  44. package/dist/components/ui/calendar.d.ts.map +1 -0
  45. package/dist/components/ui/card.d.ts +10 -0
  46. package/dist/components/ui/card.d.ts.map +1 -0
  47. package/dist/components/ui/carousel.d.ts +20 -0
  48. package/dist/components/ui/carousel.d.ts.map +1 -0
  49. package/dist/components/ui/chart.d.ts +45 -0
  50. package/dist/components/ui/chart.d.ts.map +1 -0
  51. package/dist/components/ui/checkbox.d.ts +5 -0
  52. package/dist/components/ui/checkbox.d.ts.map +1 -0
  53. package/dist/components/ui/collapsible.d.ts +6 -0
  54. package/dist/components/ui/collapsible.d.ts.map +1 -0
  55. package/dist/components/ui/color-picker.d.ts +11 -0
  56. package/dist/components/ui/color-picker.d.ts.map +1 -0
  57. package/dist/components/ui/command.d.ts +17 -0
  58. package/dist/components/ui/command.d.ts.map +1 -0
  59. package/dist/components/ui/comment-system.d.ts +38 -0
  60. package/dist/components/ui/comment-system.d.ts.map +1 -0
  61. package/dist/components/ui/context-menu.d.ts +26 -0
  62. package/dist/components/ui/context-menu.d.ts.map +1 -0
  63. package/dist/components/ui/contract-print.d.ts +82 -0
  64. package/dist/components/ui/contract-print.d.ts.map +1 -0
  65. package/dist/components/ui/data-table-example.d.ts +5 -0
  66. package/dist/components/ui/data-table-example.d.ts.map +1 -0
  67. package/dist/components/ui/data-table.d.ts +19 -0
  68. package/dist/components/ui/data-table.d.ts.map +1 -0
  69. package/dist/components/ui/date-picker.d.ts +110 -0
  70. package/dist/components/ui/date-picker.d.ts.map +1 -0
  71. package/dist/components/ui/date-range-picker.d.ts +126 -0
  72. package/dist/components/ui/date-range-picker.d.ts.map +1 -0
  73. package/dist/components/ui/dialog.d.ts +14 -0
  74. package/dist/components/ui/dialog.d.ts.map +1 -0
  75. package/dist/components/ui/document-editor.d.ts +12 -0
  76. package/dist/components/ui/document-editor.d.ts.map +1 -0
  77. package/dist/components/ui/drawer.d.ts +14 -0
  78. package/dist/components/ui/drawer.d.ts.map +1 -0
  79. package/dist/components/ui/dropdown-menu.d.ts +26 -0
  80. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  81. package/dist/components/ui/editorial-calendar.d.ts +28 -0
  82. package/dist/components/ui/editorial-calendar.d.ts.map +1 -0
  83. package/dist/components/ui/filter-bar.d.ts +16 -0
  84. package/dist/components/ui/filter-bar.d.ts.map +1 -0
  85. package/dist/components/ui/filter-builder.d.ts +24 -0
  86. package/dist/components/ui/filter-builder.d.ts.map +1 -0
  87. package/dist/components/ui/filter-chip.d.ts +8 -0
  88. package/dist/components/ui/filter-chip.d.ts.map +1 -0
  89. package/dist/components/ui/form.d.ts +25 -0
  90. package/dist/components/ui/form.d.ts.map +1 -0
  91. package/dist/components/ui/gantt-chart.d.ts +39 -0
  92. package/dist/components/ui/gantt-chart.d.ts.map +1 -0
  93. package/dist/components/ui/hover-card.d.ts +7 -0
  94. package/dist/components/ui/hover-card.d.ts.map +1 -0
  95. package/dist/components/ui/illustrations.d.ts +54 -0
  96. package/dist/components/ui/illustrations.d.ts.map +1 -0
  97. package/dist/components/ui/index.d.ts +67 -0
  98. package/dist/components/ui/index.d.ts.map +1 -0
  99. package/dist/components/ui/input-otp.d.ts +12 -0
  100. package/dist/components/ui/input-otp.d.ts.map +1 -0
  101. package/dist/components/ui/input.d.ts +4 -0
  102. package/dist/components/ui/input.d.ts.map +1 -0
  103. package/dist/components/ui/kanban-card.d.ts +41 -0
  104. package/dist/components/ui/kanban-card.d.ts.map +1 -0
  105. package/dist/components/ui/label.d.ts +5 -0
  106. package/dist/components/ui/label.d.ts.map +1 -0
  107. package/dist/components/ui/mention-list.d.ts +7 -0
  108. package/dist/components/ui/mention-list.d.ts.map +1 -0
  109. package/dist/components/ui/menubar.d.ts +27 -0
  110. package/dist/components/ui/menubar.d.ts.map +1 -0
  111. package/dist/components/ui/navigation-menu.d.ts +15 -0
  112. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  113. package/dist/components/ui/pagination.d.ts +14 -0
  114. package/dist/components/ui/pagination.d.ts.map +1 -0
  115. package/dist/components/ui/popover.d.ts +8 -0
  116. package/dist/components/ui/popover.d.ts.map +1 -0
  117. package/dist/components/ui/progress.d.ts +5 -0
  118. package/dist/components/ui/progress.d.ts.map +1 -0
  119. package/dist/components/ui/radio-group.d.ts +6 -0
  120. package/dist/components/ui/radio-group.d.ts.map +1 -0
  121. package/dist/components/ui/resizable.d.ts +9 -0
  122. package/dist/components/ui/resizable.d.ts.map +1 -0
  123. package/dist/components/ui/saved-filters.d.ts +16 -0
  124. package/dist/components/ui/saved-filters.d.ts.map +1 -0
  125. package/dist/components/ui/scroll-area.d.ts +6 -0
  126. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  127. package/dist/components/ui/select.d.ts +16 -0
  128. package/dist/components/ui/select.d.ts.map +1 -0
  129. package/dist/components/ui/separator.d.ts +5 -0
  130. package/dist/components/ui/separator.d.ts.map +1 -0
  131. package/dist/components/ui/sheet.d.ts +14 -0
  132. package/dist/components/ui/sheet.d.ts.map +1 -0
  133. package/dist/components/ui/sidebar.d.ts +70 -0
  134. package/dist/components/ui/sidebar.d.ts.map +1 -0
  135. package/dist/components/ui/skeleton.d.ts +8 -0
  136. package/dist/components/ui/skeleton.d.ts.map +1 -0
  137. package/dist/components/ui/slider.d.ts +5 -0
  138. package/dist/components/ui/slider.d.ts.map +1 -0
  139. package/dist/components/ui/sonner.d.ts +4 -0
  140. package/dist/components/ui/sonner.d.ts.map +1 -0
  141. package/dist/components/ui/switch.d.ts +5 -0
  142. package/dist/components/ui/switch.d.ts.map +1 -0
  143. package/dist/components/ui/table-pagination.d.ts +130 -0
  144. package/dist/components/ui/table-pagination.d.ts.map +1 -0
  145. package/dist/components/ui/table-types.d.ts +217 -0
  146. package/dist/components/ui/table-types.d.ts.map +1 -0
  147. package/dist/components/ui/table.d.ts +27 -0
  148. package/dist/components/ui/table.d.ts.map +1 -0
  149. package/dist/components/ui/tabs.d.ts +8 -0
  150. package/dist/components/ui/tabs.d.ts.map +1 -0
  151. package/dist/components/ui/task-edit-dialog.d.ts +14 -0
  152. package/dist/components/ui/task-edit-dialog.d.ts.map +1 -0
  153. package/dist/components/ui/textarea.d.ts +4 -0
  154. package/dist/components/ui/textarea.d.ts.map +1 -0
  155. package/dist/components/ui/time-picker.d.ts +84 -0
  156. package/dist/components/ui/time-picker.d.ts.map +1 -0
  157. package/dist/components/ui/timeline.d.ts +27 -0
  158. package/dist/components/ui/timeline.d.ts.map +1 -0
  159. package/dist/components/ui/toggle-group.d.ts +8 -0
  160. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  161. package/dist/components/ui/toggle.d.ts +10 -0
  162. package/dist/components/ui/toggle.d.ts.map +1 -0
  163. package/dist/components/ui/tooltip.d.ts +8 -0
  164. package/dist/components/ui/tooltip.d.ts.map +1 -0
  165. package/dist/components/ui/underline-tabs.d.ts +29 -0
  166. package/dist/components/ui/underline-tabs.d.ts.map +1 -0
  167. package/dist/components/ui/use-mobile.d.ts +2 -0
  168. package/dist/components/ui/use-mobile.d.ts.map +1 -0
  169. package/dist/components/ui/use-print-contract.d.ts +37 -0
  170. package/dist/components/ui/use-print-contract.d.ts.map +1 -0
  171. package/dist/components/ui/utils.d.ts +3 -0
  172. package/dist/components/ui/utils.d.ts.map +1 -0
  173. package/dist/index.d.ts +91 -1
  174. package/dist/index.d.ts.map +1 -0
  175. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare function ImageWithFallback(props: React.ImgHTMLAttributes<HTMLImageElement>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ImageWithFallback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageWithFallback.d.ts","sourceRoot":"","sources":["../../../src/components/figma/ImageWithFallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAKvC,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,2CAqBjF"}
@@ -0,0 +1,51 @@
1
+ export interface DadosContrato {
2
+ numeroContrato: string;
3
+ dataEmissao: string;
4
+ dataInicio: string;
5
+ dataTermino: string;
6
+ cliente: {
7
+ nome: string;
8
+ cnpj?: string;
9
+ endereco?: string;
10
+ representante?: string;
11
+ email?: string;
12
+ telefone?: string;
13
+ };
14
+ agencia: {
15
+ nome: string;
16
+ cnpj?: string;
17
+ endereco?: string;
18
+ representante?: string;
19
+ email?: string;
20
+ telefone?: string;
21
+ };
22
+ valorFee: number;
23
+ totalHoras: number;
24
+ valorHora?: number;
25
+ condicoesPagamento: string;
26
+ formaPagamento?: string;
27
+ servicos?: Array<{
28
+ nome: string;
29
+ descricao?: string;
30
+ horasEstimadas?: number;
31
+ }>;
32
+ clausulas?: Array<{
33
+ titulo: string;
34
+ conteudo: string;
35
+ }>;
36
+ observacoes?: string;
37
+ }
38
+ interface ContractTemplateProps {
39
+ data: DadosContrato;
40
+ showPreview?: boolean;
41
+ logo?: string;
42
+ showServices?: boolean;
43
+ }
44
+ export declare function ContractTemplate({ data, showPreview, logo, showServices, }: ContractTemplateProps): import("react/jsx-runtime").JSX.Element;
45
+ /**
46
+ * Dados de exemplo para o contrato
47
+ * Use este objeto para testar o componente ContractTemplate
48
+ */
49
+ export declare const dadosContratoExemplo: DadosContrato;
50
+ export {};
51
+ //# sourceMappingURL=ContractTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContractTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/ContractTemplate.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,aAAa;IAE5B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAGpB,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAGF,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAGF,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,QAAQ,CAAC,EAAE,KAAK,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC,CAAC;IAGH,SAAS,CAAC,EAAE,KAAK,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC,CAAC;IAGH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,aAAa,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,WAAmB,EACnB,IAAI,EACJ,YAAmB,GACpB,EAAE,qBAAqB,2CA4PvB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAkGlC,CAAC"}
@@ -0,0 +1,41 @@
1
+ export interface ProposalData {
2
+ proposalNumber: string;
3
+ issueDate: string;
4
+ validUntil: string;
5
+ client: {
6
+ name: string;
7
+ contact?: string;
8
+ email?: string;
9
+ phone?: string;
10
+ };
11
+ agency: {
12
+ name: string;
13
+ representative?: string;
14
+ email?: string;
15
+ phone?: string;
16
+ };
17
+ projectTitle: string;
18
+ projectDescription?: string;
19
+ objectives?: string[];
20
+ items: Array<{
21
+ name: string;
22
+ description?: string;
23
+ quantity?: number;
24
+ unitPrice?: number;
25
+ totalPrice: number;
26
+ }>;
27
+ subtotal: number;
28
+ discount?: number;
29
+ total: number;
30
+ paymentConditions?: string;
31
+ deliveryTime?: string;
32
+ notes?: string;
33
+ }
34
+ interface ProposalTemplateProps {
35
+ data: ProposalData;
36
+ showPreview?: boolean;
37
+ logo?: string;
38
+ }
39
+ export declare function ProposalTemplate({ data, showPreview, logo, }: ProposalTemplateProps): import("react/jsx-runtime").JSX.Element;
40
+ export {};
41
+ //# sourceMappingURL=ProposalTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProposalTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/ProposalTemplate.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,YAAY;IAE3B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAGtB,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC,CAAC;IAGH,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IAGd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,WAAmB,EACnB,IAAI,GACL,EAAE,qBAAqB,2CA8MvB"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Print Templates - Sistema de Impressão iClips
3
+ *
4
+ * Este módulo exporta todos os templates e componentes compartilhados
5
+ * para impressão de documentos PDF.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * import { ContractTemplate, PrintHeader } from '@/components/print-templates';
10
+ * ```
11
+ */
12
+ export { ContractTemplate, dadosContratoExemplo } from './ContractTemplate';
13
+ export type { DadosContrato } from './ContractTemplate';
14
+ export { ProposalTemplate } from './ProposalTemplate';
15
+ export type { ProposalData } from './ProposalTemplate';
16
+ export { PrintHeader } from './shared/PrintHeader';
17
+ export { PrintFooter } from './shared/PrintFooter';
18
+ export { PrintSection } from './shared/PrintSection';
19
+ export { PrintTable } from './shared/PrintTable';
20
+ export { PrintSignature } from './shared/PrintSignature';
21
+ export { PrintInfoGrid } from './shared/PrintInfoGrid';
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGvD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,21 @@
1
+ interface PrintFooterProps {
2
+ /**
3
+ * Número da página atual
4
+ */
5
+ pageNumber?: number;
6
+ /**
7
+ * Total de páginas
8
+ */
9
+ totalPages?: number;
10
+ /**
11
+ * Texto de rodapé customizado
12
+ */
13
+ footerText?: string;
14
+ /**
15
+ * Mostrar data de geração
16
+ */
17
+ showGeneratedDate?: boolean;
18
+ }
19
+ export declare function PrintFooter({ pageNumber, totalPages, footerText, showGeneratedDate, }: PrintFooterProps): import("react/jsx-runtime").JSX.Element;
20
+ export {};
21
+ //# sourceMappingURL=PrintFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintFooter.tsx"],"names":[],"mappings":"AAAA,UAAU,gBAAgB;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,EACV,UAAU,EACV,iBAAwB,GACzB,EAAE,gBAAgB,2CA8BlB"}
@@ -0,0 +1,34 @@
1
+ interface PrintHeaderProps {
2
+ /**
3
+ * URL ou path do logo da empresa
4
+ */
5
+ logo?: string;
6
+ /**
7
+ * Nome da empresa
8
+ */
9
+ companyName?: string;
10
+ /**
11
+ * Informações de contato
12
+ */
13
+ contactInfo?: {
14
+ address?: string;
15
+ phone?: string;
16
+ email?: string;
17
+ website?: string;
18
+ };
19
+ /**
20
+ * Tipo de documento (aparece no canto direito)
21
+ */
22
+ documentType?: string;
23
+ /**
24
+ * Número do documento
25
+ */
26
+ documentNumber?: string;
27
+ /**
28
+ * Data de emissão
29
+ */
30
+ issueDate?: string;
31
+ }
32
+ export declare function PrintHeader({ logo, companyName, contactInfo, documentType, documentNumber, issueDate, }: PrintHeaderProps): import("react/jsx-runtime").JSX.Element;
33
+ export {};
34
+ //# sourceMappingURL=PrintHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintHeader.tsx"],"names":[],"mappings":"AAEA,UAAU,gBAAgB;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE;QACZ,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,WAAsB,EACtB,WAAW,EACX,YAAY,EACZ,cAAc,EACd,SAAS,GACV,EAAE,gBAAgB,2CAqDlB"}
@@ -0,0 +1,22 @@
1
+ interface InfoItem {
2
+ label: string;
3
+ value: string | React.ReactNode;
4
+ highlight?: boolean;
5
+ }
6
+ interface PrintInfoGridProps {
7
+ /**
8
+ * Lista de informações a serem exibidas
9
+ */
10
+ items: InfoItem[];
11
+ /**
12
+ * Número de colunas
13
+ */
14
+ columns?: 1 | 2 | 3 | 4;
15
+ /**
16
+ * Classe CSS adicional
17
+ */
18
+ className?: string;
19
+ }
20
+ export declare function PrintInfoGrid({ items, columns, className, }: PrintInfoGridProps): import("react/jsx-runtime").JSX.Element;
21
+ export {};
22
+ //# sourceMappingURL=PrintInfoGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintInfoGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintInfoGrid.tsx"],"names":[],"mappings":"AAEA,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,kBAAkB;IAC1B;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,OAAW,EACX,SAAS,GACV,EAAE,kBAAkB,2CAmCpB"}
@@ -0,0 +1,29 @@
1
+ interface PrintSectionProps {
2
+ /**
3
+ * Título da seção
4
+ */
5
+ title?: string;
6
+ /**
7
+ * Subtítulo da seção
8
+ */
9
+ subtitle?: string;
10
+ /**
11
+ * Conteúdo da seção
12
+ */
13
+ children: React.ReactNode;
14
+ /**
15
+ * Classe CSS adicional
16
+ */
17
+ className?: string;
18
+ /**
19
+ * Evitar quebra de página
20
+ */
21
+ avoidBreak?: boolean;
22
+ /**
23
+ * Forçar quebra de página antes
24
+ */
25
+ pageBreak?: boolean;
26
+ }
27
+ export declare function PrintSection({ title, subtitle, children, className, avoidBreak, pageBreak, }: PrintSectionProps): import("react/jsx-runtime").JSX.Element;
28
+ export {};
29
+ //# sourceMappingURL=PrintSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintSection.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintSection.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,UAAkB,EAClB,SAAiB,GAClB,EAAE,iBAAiB,2CA0BnB"}
@@ -0,0 +1,27 @@
1
+ interface SignatureField {
2
+ label: string;
3
+ name?: string;
4
+ role?: string;
5
+ date?: string;
6
+ }
7
+ interface PrintSignatureProps {
8
+ /**
9
+ * Lista de assinaturas necessárias
10
+ */
11
+ signatures: SignatureField[];
12
+ /**
13
+ * Layout das assinaturas
14
+ */
15
+ layout?: "horizontal" | "vertical";
16
+ /**
17
+ * Mostrar linha de assinatura
18
+ */
19
+ showLine?: boolean;
20
+ /**
21
+ * Texto de instrução
22
+ */
23
+ instructionText?: string;
24
+ }
25
+ export declare function PrintSignature({ signatures, layout, showLine, instructionText, }: PrintSignatureProps): import("react/jsx-runtime").JSX.Element;
26
+ export {};
27
+ //# sourceMappingURL=PrintSignature.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintSignature.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintSignature.tsx"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,mBAAmB;IAC3B;;OAEG;IACH,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,cAAc,CAAC,EAC7B,UAAU,EACV,MAAqB,EACrB,QAAe,EACf,eAAe,GAChB,EAAE,mBAAmB,2CA4CrB"}
@@ -0,0 +1,36 @@
1
+ interface Column {
2
+ header: string;
3
+ key: string;
4
+ align?: "left" | "center" | "right";
5
+ width?: string;
6
+ render?: (value: any, row: any) => React.ReactNode;
7
+ }
8
+ interface PrintTableProps {
9
+ /**
10
+ * Colunas da tabela
11
+ */
12
+ columns: Column[];
13
+ /**
14
+ * Dados da tabela
15
+ */
16
+ data: any[];
17
+ /**
18
+ * Título da tabela (opcional)
19
+ */
20
+ title?: string;
21
+ /**
22
+ * Mostrar zebra (linhas alternadas)
23
+ */
24
+ striped?: boolean;
25
+ /**
26
+ * Mostrar borda
27
+ */
28
+ bordered?: boolean;
29
+ /**
30
+ * Densidade (espaçamento)
31
+ */
32
+ density?: "compact" | "normal" | "comfortable";
33
+ }
34
+ export declare function PrintTable({ columns, data, title, striped, bordered, density, }: PrintTableProps): import("react/jsx-runtime").JSX.Element;
35
+ export {};
36
+ //# sourceMappingURL=PrintTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrintTable.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintTable.tsx"],"names":[],"mappings":"AAEA,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,KAAK,KAAK,CAAC,SAAS,CAAC;CACpD;AAED,UAAU,eAAe;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAC;CAChD;AAED,wBAAgB,UAAU,CAAC,EACzB,OAAO,EACP,IAAI,EACJ,KAAK,EACL,OAAc,EACd,QAAe,EACf,OAAkB,GACnB,EAAE,eAAe,2CA0EjB"}
@@ -0,0 +1,2 @@
1
+ export default function TimelineDemo(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=timeline-demo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-demo.d.ts","sourceRoot":"","sources":["../../src/components/timeline-demo.tsx"],"names":[],"mappings":"AAoEA,MAAM,CAAC,OAAO,UAAU,YAAY,4CAcnC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as AccordionPrimitive from "@radix-ui/react-accordion";
3
+ declare function Accordion({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
8
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/ui/accordion.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAKhE,iBAAS,SAAS,CAAC,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAEtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAQtD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAgBzD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAUzD;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
3
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare const AlertDialogOverlay: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ declare function AlertDialogContent({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
12
+ declare function AlertDialogAction({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AlertDialogCancel({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): import("react/jsx-runtime").JSX.Element;
14
+ export { AlertDialog, AlertDialogPortal, AlertDialogOverlay, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, };
15
+ //# sourceMappingURL=alert-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAKrE,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAI3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAI1D;AAED,QAAA,MAAM,kBAAkB,wKAetB,CAAC;AAGH,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAc3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,2CAQzD;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,WAAW,CAAC,2CAQ/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,GAClB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "default" | "destructive" | null | undefined;
5
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
6
+ declare function Alert({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ export { Alert, AlertTitle, AlertDescription };
10
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;mFAclB,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,2CASlE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { LucideIcon } from 'lucide-react';
2
+ import * as React from "react";
3
+ export interface PrimaryNavItem {
4
+ id: string;
5
+ label: string;
6
+ icon: LucideIcon;
7
+ }
8
+ export interface SecondaryNavItem {
9
+ label: string;
10
+ icon: LucideIcon;
11
+ badge?: string | number;
12
+ chevron?: boolean;
13
+ highlighted?: boolean;
14
+ }
15
+ export interface AppLayoutProps {
16
+ children: React.ReactNode;
17
+ title?: string;
18
+ theme?: "light" | "dark";
19
+ onThemeToggle?: () => void;
20
+ primaryNavItems?: PrimaryNavItem[];
21
+ secondaryNavItems?: SecondaryNavItem[];
22
+ secondaryNavTitle?: string;
23
+ activePrimaryItem?: string;
24
+ onPrimaryItemClick?: (id: string) => void;
25
+ logoComponent?: React.ReactNode;
26
+ hideSecondaryNav?: boolean;
27
+ defaultPrimaryNavPinned?: boolean;
28
+ defaultSecondaryNavOpen?: boolean;
29
+ }
30
+ export declare function AppLayout({ children, title, theme, onThemeToggle, primaryNavItems, secondaryNavItems, secondaryNavTitle, activePrimaryItem, onPrimaryItemClick, logoComponent, hideSecondaryNav, defaultPrimaryNavPinned, defaultSecondaryNavOpen }: AppLayoutProps): import("react/jsx-runtime").JSX.Element;
31
+ //# sourceMappingURL=app-layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-layout.d.ts","sourceRoot":"","sources":["../../../src/components/ui/app-layout.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAoBL,KAAK,UAAU,EAChB,MAAM,cAAc,CAAA;AAQrB,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,eAAe,CAAC,EAAE,cAAc,EAAE,CAAA;IAClC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,kBAAkB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAClC;AAsBD,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAAmB,EACnB,KAAe,EACf,aAAa,EACb,eAA2C,EAC3C,iBAA+C,EAC/C,iBAA0B,EAC1B,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,gBAAwB,EACxB,uBAA+B,EAC/B,uBAA8B,EAC/B,EAAE,cAAc,2CAgMhB"}
@@ -0,0 +1,4 @@
1
+ import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
2
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
3
+ export { AspectRatio };
4
+ //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/components/ui/aspect-ratio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import * as AvatarPrimitive from "@radix-ui/react-avatar";
3
+ declare function Avatar({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
6
+ export { Avatar, AvatarImage, AvatarFallback };
7
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAWnD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,2CAWvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ declare const badgeVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
5
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
6
+ declare const Badge: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
7
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
8
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string> & {
9
+ asChild?: boolean;
10
+ } & React.RefAttributes<HTMLSpanElement>>;
11
+ export { Badge, badgeVariants };
12
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;mFAmBlB,CAAC;AAEF,QAAA,MAAM,KAAK;;;cAG0C,OAAO;yCAY1D,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ export interface BrandLogoProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ variant?: "symbol" | "full";
4
+ mode?: "positive" | "negative";
5
+ }
6
+ export declare function BrandLogo({ variant, mode, className, ...props }: BrandLogoProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=brand-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brand-logo.d.ts","sourceRoot":"","sources":["../../../src/components/ui/brand-logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC1E,OAAO,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IAC3B,IAAI,CAAC,EAAE,UAAU,GAAG,UAAU,CAAA;CAC/B;AAED,wBAAgB,SAAS,CAAC,EAAE,OAAgB,EAAE,IAAiB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CA+ErG"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
3
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): import("react/jsx-runtime").JSX.Element;
4
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
5
+ declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & {
6
+ asChild?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
9
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
10
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
11
+ export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
12
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/ui/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAE5D;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAW1E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ1E;AAED,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,2CAUA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAW5E;AAED,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAY5B;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAa9B;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from "react";
3
+ declare const buttonVariants: (props?: ({
4
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
5
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
6
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
7
+ declare const Button: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLButtonElement> & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
8
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
9
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
10
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string> & {
11
+ asChild?: boolean;
12
+ }, "ref"> & React.RefAttributes<HTMLButtonElement>>;
13
+ export { Button, buttonVariants };
14
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;mFA4BnB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;cAII,OAAO;mDAarB,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { DayPicker } from 'react-day-picker';
2
+ import * as React from "react";
3
+ export type CalendarProps = React.ComponentProps<typeof DayPicker>;
4
+ /**
5
+ * Calendar - Componente base de calendário
6
+ *
7
+ * Grid de dias para seleção de datas. Usado internamente pelo DatePicker
8
+ * e DateRangePicker, mas também pode ser usado standalone.
9
+ *
10
+ * @example
11
+ * // Seleção única
12
+ * <Calendar
13
+ * mode="single"
14
+ * selected={date}
15
+ * onSelect={setDate}
16
+ * />
17
+ *
18
+ * @example
19
+ * // Seleção de intervalo
20
+ * <Calendar
21
+ * mode="range"
22
+ * selected={dateRange}
23
+ * onSelect={setDateRange}
24
+ * />
25
+ */
26
+ declare function Calendar({ className, classNames, showOutsideDays, locale, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
27
+ declare namespace Calendar {
28
+ var displayName: string;
29
+ }
30
+ export { Calendar };
31
+ //# sourceMappingURL=calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/calendar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAO7C,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAEnE;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,MAAa,EACb,GAAG,KAAK,EACT,EAAE,aAAa,2CAgDf;kBAtDQ,QAAQ;;;AA0DjB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ declare function Card({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
3
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
4
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
5
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
6
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
7
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ export { Card, CardHeader, CardFooter, CardTitle, CardAction, CardDescription, CardContent, };
10
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWjE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQtE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ5E;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQvE;AAED,OAAO,EACL,IAAI,EACJ,UAAU,EACV,UAAU,EACV,SAAS,EACT,UAAU,EACV,eAAe,EACf,WAAW,GACZ,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { default as useEmblaCarousel, UseEmblaCarouselType } from 'embla-carousel-react';
2
+ import { Button } from './button';
3
+ import * as React from "react";
4
+ type CarouselApi = UseEmblaCarouselType[1];
5
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
6
+ type CarouselOptions = UseCarouselParameters[0];
7
+ type CarouselPlugin = UseCarouselParameters[1];
8
+ type CarouselProps = {
9
+ opts?: CarouselOptions;
10
+ plugins?: CarouselPlugin;
11
+ orientation?: "horizontal" | "vertical";
12
+ setApi?: (api: CarouselApi) => void;
13
+ };
14
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
16
+ declare function CarouselItem({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
17
+ declare function CarouselPrevious({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
18
+ declare function CarouselNext({ className, variant, size, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
19
+ export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, };
20
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/ui/carousel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,gBAAgB,EAAE,EACvB,KAAK,oBAAoB,EAC1B,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,WAAW,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAAC;AAC3C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AACjE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAChD,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAC;AAE/C,KAAK,aAAa,GAAG;IACnB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;CACrC,CAAC;AAuBF,iBAAS,QAAQ,CAAC,EAChB,WAA0B,EAC1B,IAAI,EACJ,MAAM,EACN,OAAO,EACP,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,aAAa,2CAgF7C;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAmB5E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAgBzE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,2CAuBrC;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,OAAmB,EACnB,IAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,2CAuBrC;AAED,OAAO,EACL,KAAK,WAAW,EAChB,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,YAAY,GACb,CAAC"}