@archieai/ui 1.4.2 → 2.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 (425) hide show
  1. package/README.md +16 -1
  2. package/dist/Search-DR0PlkBC.cjs +2 -0
  3. package/dist/Search-DR0PlkBC.cjs.map +1 -0
  4. package/dist/{Search-DLE-hZcu.js → Search-XtroVPea.js} +586 -559
  5. package/dist/Search-XtroVPea.js.map +1 -0
  6. package/dist/UIRenderer.d.ts +11 -0
  7. package/dist/UIRenderer.d.ts.map +1 -0
  8. package/dist/brands/index.d.ts +55 -0
  9. package/dist/brands/index.d.ts.map +1 -0
  10. package/dist/components/atoms/Avatar/Avatar.styles.d.ts +2 -2
  11. package/dist/components/atoms/Badge/Badge.d.ts +10 -0
  12. package/dist/components/atoms/Badge/Badge.d.ts.map +1 -0
  13. package/dist/components/atoms/Badge/Badge.styles.d.ts +4 -0
  14. package/dist/components/atoms/Badge/Badge.styles.d.ts.map +1 -0
  15. package/dist/components/atoms/DeltaPill/DeltaPill.d.ts +13 -0
  16. package/dist/components/atoms/DeltaPill/DeltaPill.d.ts.map +1 -0
  17. package/dist/components/atoms/DeltaPill/index.d.ts +13 -0
  18. package/dist/components/atoms/DeltaPill/index.d.ts.map +1 -0
  19. package/dist/components/atoms/FootnoteRef/FootnoteRef.d.ts +14 -0
  20. package/dist/components/atoms/FootnoteRef/FootnoteRef.d.ts.map +1 -0
  21. package/dist/components/atoms/SparklineCell/SparklineCell.d.ts +21 -0
  22. package/dist/components/atoms/SparklineCell/SparklineCell.d.ts.map +1 -0
  23. package/dist/components/atoms/StatusIndicator/StatusIndicator.styles.d.ts +2 -2
  24. package/dist/components/atoms/StatusPill/StatusPill.d.ts +16 -0
  25. package/dist/components/atoms/StatusPill/StatusPill.d.ts.map +1 -0
  26. package/dist/components/atoms/StatusPill/index.d.ts +11 -0
  27. package/dist/components/atoms/StatusPill/index.d.ts.map +1 -0
  28. package/dist/components/atoms/Typography/Typography.d.ts +2 -2
  29. package/dist/components/atoms/Typography/Typography.d.ts.map +1 -1
  30. package/dist/components/atoms/icons/Bug.d.ts +7 -0
  31. package/dist/components/atoms/icons/Bug.d.ts.map +1 -0
  32. package/dist/components/atoms/icons/Users.d.ts.map +1 -1
  33. package/dist/components/atoms/icons/index.d.ts +1 -0
  34. package/dist/components/atoms/icons/index.d.ts.map +1 -1
  35. package/dist/components/canvas/widgets/AnswerableListWidget.d.ts +3 -0
  36. package/dist/components/canvas/widgets/AnswerableListWidget.d.ts.map +1 -0
  37. package/dist/components/canvas/widgets/AssignmentWidget.d.ts +3 -0
  38. package/dist/components/canvas/widgets/AssignmentWidget.d.ts.map +1 -0
  39. package/dist/components/canvas/widgets/ConfirmationWidget.d.ts +3 -0
  40. package/dist/components/canvas/widgets/ConfirmationWidget.d.ts.map +1 -0
  41. package/dist/components/canvas/widgets/DraftApprovalWidget.d.ts +3 -0
  42. package/dist/components/canvas/widgets/DraftApprovalWidget.d.ts.map +1 -0
  43. package/dist/components/canvas/widgets/MultiChoiceWidget.d.ts +3 -0
  44. package/dist/components/canvas/widgets/MultiChoiceWidget.d.ts.map +1 -0
  45. package/dist/components/canvas/widgets/PlanApprovalWidget.d.ts +3 -0
  46. package/dist/components/canvas/widgets/PlanApprovalWidget.d.ts.map +1 -0
  47. package/dist/components/canvas/widgets/QuestionWidget.d.ts +3 -0
  48. package/dist/components/canvas/widgets/QuestionWidget.d.ts.map +1 -0
  49. package/dist/components/canvas/widgets/types.d.ts +18 -0
  50. package/dist/components/canvas/widgets/types.d.ts.map +1 -0
  51. package/dist/components/email/EmailEditor.d.ts +32 -0
  52. package/dist/components/email/EmailEditor.d.ts.map +1 -0
  53. package/dist/components/molecules/ArtifactCard/ArtifactCard.styles.d.ts +5 -5
  54. package/dist/components/molecules/AuditStamp/AuditStamp.d.ts +20 -0
  55. package/dist/components/molecules/AuditStamp/AuditStamp.d.ts.map +1 -0
  56. package/dist/components/molecules/Banner/Banner.d.ts +12 -0
  57. package/dist/components/molecules/Banner/Banner.d.ts.map +1 -0
  58. package/dist/components/molecules/Banner/Banner.styles.d.ts +10 -0
  59. package/dist/components/molecules/Banner/Banner.styles.d.ts.map +1 -0
  60. package/dist/components/molecules/BriefingCard/BriefingCard.d.ts +19 -0
  61. package/dist/components/molecules/BriefingCard/BriefingCard.d.ts.map +1 -0
  62. package/dist/components/molecules/BriefingCard/index.d.ts +16 -0
  63. package/dist/components/molecules/BriefingCard/index.d.ts.map +1 -0
  64. package/dist/components/molecules/Button/Button.d.ts +13 -8
  65. package/dist/components/molecules/Button/Button.d.ts.map +1 -1
  66. package/dist/components/molecules/Button/Button.styles.d.ts +3 -5
  67. package/dist/components/molecules/Button/Button.styles.d.ts.map +1 -1
  68. package/dist/components/molecules/Card/Card.d.ts +7 -0
  69. package/dist/components/molecules/Card/Card.d.ts.map +1 -0
  70. package/dist/components/molecules/Card/Card.styles.d.ts +5 -0
  71. package/dist/components/molecules/Card/Card.styles.d.ts.map +1 -0
  72. package/dist/components/molecules/Checkbox/Checkbox.d.ts +1 -0
  73. package/dist/components/molecules/Checkbox/Checkbox.d.ts.map +1 -1
  74. package/dist/components/molecules/Checkbox/Checkbox.styles.d.ts +1 -0
  75. package/dist/components/molecules/Checkbox/Checkbox.styles.d.ts.map +1 -1
  76. package/dist/components/molecules/Chip/Chip.d.ts +2 -1
  77. package/dist/components/molecules/Chip/Chip.d.ts.map +1 -1
  78. package/dist/components/molecules/Chip/Chip.styles.d.ts +9 -6
  79. package/dist/components/molecules/Chip/Chip.styles.d.ts.map +1 -1
  80. package/dist/components/molecules/Chip/Chip.types.d.ts +29 -1
  81. package/dist/components/molecules/Chip/Chip.types.d.ts.map +1 -1
  82. package/dist/components/molecules/Chip/components/ChipDeleteButton.d.ts.map +1 -1
  83. package/dist/components/molecules/Chip/components/ChipLeadingContent.d.ts.map +1 -1
  84. package/dist/components/molecules/Chip/index.d.ts +1 -1
  85. package/dist/components/molecules/Chip/index.d.ts.map +1 -1
  86. package/dist/components/molecules/CircularProgress/CircularProgress.styles.d.ts +1 -1
  87. package/dist/components/molecules/CommentaryBlock/CommentaryBlock.d.ts +22 -0
  88. package/dist/components/molecules/CommentaryBlock/CommentaryBlock.d.ts.map +1 -0
  89. package/dist/components/molecules/ComparisonToggle/ComparisonToggle.d.ts +22 -0
  90. package/dist/components/molecules/ComparisonToggle/ComparisonToggle.d.ts.map +1 -0
  91. package/dist/components/molecules/CopyButton/CopyButton.d.ts +8 -0
  92. package/dist/components/molecules/CopyButton/CopyButton.d.ts.map +1 -0
  93. package/dist/components/molecules/DataAccordion/DataAccordion.d.ts +13 -0
  94. package/dist/components/molecules/DataAccordion/DataAccordion.d.ts.map +1 -0
  95. package/dist/components/molecules/Dropdown/Dropdown.styles.d.ts +1 -1
  96. package/dist/components/molecules/EmptyState/EmptyState.d.ts +15 -0
  97. package/dist/components/molecules/EmptyState/EmptyState.d.ts.map +1 -0
  98. package/dist/components/molecules/EmptyState/index.d.ts +15 -0
  99. package/dist/components/molecules/EmptyState/index.d.ts.map +1 -0
  100. package/dist/components/molecules/ExportBar/ExportBar.d.ts +21 -0
  101. package/dist/components/molecules/ExportBar/ExportBar.d.ts.map +1 -0
  102. package/dist/components/molecules/FieldRow/FieldRow.d.ts +11 -0
  103. package/dist/components/molecules/FieldRow/FieldRow.d.ts.map +1 -0
  104. package/dist/components/molecules/FileIcon/FileIcon.styles.d.ts +1 -1
  105. package/dist/components/molecules/FootnoteList/FootnoteList.d.ts +14 -0
  106. package/dist/components/molecules/FootnoteList/FootnoteList.d.ts.map +1 -0
  107. package/dist/components/molecules/Input/Input.d.ts +5 -1
  108. package/dist/components/molecules/Input/Input.d.ts.map +1 -1
  109. package/dist/components/molecules/Input/Input.styles.d.ts +4 -4
  110. package/dist/components/molecules/Input/Input.styles.d.ts.map +1 -1
  111. package/dist/components/molecules/KpiStrip/KpiStrip.d.ts +22 -0
  112. package/dist/components/molecules/KpiStrip/KpiStrip.d.ts.map +1 -0
  113. package/dist/components/molecules/KpiStrip/index.d.ts +19 -0
  114. package/dist/components/molecules/KpiStrip/index.d.ts.map +1 -0
  115. package/dist/components/molecules/LoadingSpinner/LoadingSpinner.styles.d.ts +1 -1
  116. package/dist/components/molecules/MessageBubble/MessageBubble.d.ts +9 -1
  117. package/dist/components/molecules/MessageBubble/MessageBubble.d.ts.map +1 -1
  118. package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts +6 -1
  119. package/dist/components/molecules/MessageBubble/MessageBubble.styles.d.ts.map +1 -1
  120. package/dist/components/molecules/MessageBubble/useElapsedTime.d.ts +6 -0
  121. package/dist/components/molecules/MessageBubble/useElapsedTime.d.ts.map +1 -0
  122. package/dist/components/molecules/MetricCard/MetricCard.d.ts +19 -0
  123. package/dist/components/molecules/MetricCard/MetricCard.d.ts.map +1 -0
  124. package/dist/components/molecules/MetricCard/index.d.ts +16 -0
  125. package/dist/components/molecules/MetricCard/index.d.ts.map +1 -0
  126. package/dist/components/molecules/NumberInput/NumberInput.d.ts +15 -0
  127. package/dist/components/molecules/NumberInput/NumberInput.d.ts.map +1 -0
  128. package/dist/components/molecules/PasswordField/PasswordField.d.ts +15 -0
  129. package/dist/components/molecules/PasswordField/PasswordField.d.ts.map +1 -0
  130. package/dist/components/molecules/PeriodSelector/PeriodSelector.d.ts +24 -0
  131. package/dist/components/molecules/PeriodSelector/PeriodSelector.d.ts.map +1 -0
  132. package/dist/components/molecules/ProgressBar/ProgressBar.styles.d.ts +1 -1
  133. package/dist/components/molecules/ReportBanner/ReportBanner.d.ts +23 -0
  134. package/dist/components/molecules/ReportBanner/ReportBanner.d.ts.map +1 -0
  135. package/dist/components/molecules/ReportBanner/index.d.ts +20 -0
  136. package/dist/components/molecules/ReportBanner/index.d.ts.map +1 -0
  137. package/dist/components/molecules/ReportHeader/ReportHeader.d.ts +21 -0
  138. package/dist/components/molecules/ReportHeader/ReportHeader.d.ts.map +1 -0
  139. package/dist/components/molecules/ReportHeader/index.d.ts +16 -0
  140. package/dist/components/molecules/ReportHeader/index.d.ts.map +1 -0
  141. package/dist/components/molecules/ReportSection/ReportSection.d.ts +21 -0
  142. package/dist/components/molecules/ReportSection/ReportSection.d.ts.map +1 -0
  143. package/dist/components/molecules/Select/Select.d.ts +13 -0
  144. package/dist/components/molecules/Select/Select.d.ts.map +1 -0
  145. package/dist/components/molecules/SettingsNav/SettingsNav.d.ts +17 -0
  146. package/dist/components/molecules/SettingsNav/SettingsNav.d.ts.map +1 -0
  147. package/dist/components/molecules/StatusMessage/StatusMessage.styles.d.ts +2 -2
  148. package/dist/components/molecules/Tabs/Tabs.d.ts +3 -1
  149. package/dist/components/molecules/Tabs/Tabs.d.ts.map +1 -1
  150. package/dist/components/molecules/Tabs/Tabs.styles.d.ts +2 -2
  151. package/dist/components/molecules/Tabs/Tabs.styles.d.ts.map +1 -1
  152. package/dist/components/molecules/Tag/Tag.d.ts +1 -1
  153. package/dist/components/molecules/Tag/Tag.d.ts.map +1 -1
  154. package/dist/components/molecules/Tag/Tag.styles.d.ts +1 -1
  155. package/dist/components/molecules/Tag/Tag.styles.d.ts.map +1 -1
  156. package/dist/components/molecules/TextArea/TextArea.d.ts +4 -0
  157. package/dist/components/molecules/TextArea/TextArea.d.ts.map +1 -1
  158. package/dist/components/molecules/TextArea/TextArea.styles.d.ts +1 -1
  159. package/dist/components/molecules/Toast/Toast.d.ts +1 -0
  160. package/dist/components/molecules/Toast/Toast.d.ts.map +1 -1
  161. package/dist/components/molecules/Toast/Toast.styles.d.ts +3 -3
  162. package/dist/components/molecules/Toast/Toast.styles.d.ts.map +1 -1
  163. package/dist/components/molecules/Toggle/Toggle.d.ts +5 -0
  164. package/dist/components/molecules/Toggle/Toggle.d.ts.map +1 -1
  165. package/dist/components/molecules/Toggle/Toggle.styles.d.ts +11 -2
  166. package/dist/components/molecules/Toggle/Toggle.styles.d.ts.map +1 -1
  167. package/dist/components/molecules/Tooltip/Tooltip.styles.d.ts +2 -2
  168. package/dist/components/molecules/VarianceBand/VarianceBand.d.ts +18 -0
  169. package/dist/components/molecules/VarianceBand/VarianceBand.d.ts.map +1 -0
  170. package/dist/components/molecules/VarianceBand/index.d.ts +15 -0
  171. package/dist/components/molecules/VarianceBand/index.d.ts.map +1 -0
  172. package/dist/components/organisms/BudgetVarianceTable/BudgetVarianceTable.d.ts +31 -0
  173. package/dist/components/organisms/BudgetVarianceTable/BudgetVarianceTable.d.ts.map +1 -0
  174. package/dist/components/organisms/Charts/AreaChart/AreaChart.d.ts +19 -0
  175. package/dist/components/organisms/Charts/AreaChart/AreaChart.d.ts.map +1 -0
  176. package/dist/components/organisms/Charts/AreaChart/index.d.ts +3 -0
  177. package/dist/components/organisms/Charts/AreaChart/index.d.ts.map +1 -0
  178. package/dist/components/organisms/Charts/BarChart/BarChart.d.ts +18 -0
  179. package/dist/components/organisms/Charts/BarChart/BarChart.d.ts.map +1 -0
  180. package/dist/components/organisms/Charts/BarChart/index.d.ts +3 -0
  181. package/dist/components/organisms/Charts/BarChart/index.d.ts.map +1 -0
  182. package/dist/components/organisms/Charts/BulletChart/BulletChart.d.ts +33 -0
  183. package/dist/components/organisms/Charts/BulletChart/BulletChart.d.ts.map +1 -0
  184. package/dist/components/organisms/Charts/BulletChart/index.d.ts +2 -0
  185. package/dist/components/organisms/Charts/BulletChart/index.d.ts.map +1 -0
  186. package/dist/components/organisms/Charts/ChartSection/ChartSection.d.ts +21 -0
  187. package/dist/components/organisms/Charts/ChartSection/ChartSection.d.ts.map +1 -0
  188. package/dist/components/organisms/Charts/ChartSection/index.d.ts +3 -0
  189. package/dist/components/organisms/Charts/ChartSection/index.d.ts.map +1 -0
  190. package/dist/components/organisms/Charts/DonutChart/DonutChart.d.ts +24 -0
  191. package/dist/components/organisms/Charts/DonutChart/DonutChart.d.ts.map +1 -0
  192. package/dist/components/organisms/Charts/DonutChart/index.d.ts +3 -0
  193. package/dist/components/organisms/Charts/DonutChart/index.d.ts.map +1 -0
  194. package/dist/components/organisms/Charts/ForecastChart/ForecastChart.d.ts +22 -0
  195. package/dist/components/organisms/Charts/ForecastChart/ForecastChart.d.ts.map +1 -0
  196. package/dist/components/organisms/Charts/ForecastChart/index.d.ts +3 -0
  197. package/dist/components/organisms/Charts/ForecastChart/index.d.ts.map +1 -0
  198. package/dist/components/organisms/Charts/FunnelChart/FunnelChart.d.ts +28 -0
  199. package/dist/components/organisms/Charts/FunnelChart/FunnelChart.d.ts.map +1 -0
  200. package/dist/components/organisms/Charts/FunnelChart/index.d.ts +2 -0
  201. package/dist/components/organisms/Charts/FunnelChart/index.d.ts.map +1 -0
  202. package/dist/components/organisms/Charts/HeatMap/HeatMap.d.ts +23 -0
  203. package/dist/components/organisms/Charts/HeatMap/HeatMap.d.ts.map +1 -0
  204. package/dist/components/organisms/Charts/HeatMap/index.d.ts +3 -0
  205. package/dist/components/organisms/Charts/HeatMap/index.d.ts.map +1 -0
  206. package/dist/components/organisms/Charts/HorizontalBarChart/HorizontalBarChart.d.ts +20 -0
  207. package/dist/components/organisms/Charts/HorizontalBarChart/HorizontalBarChart.d.ts.map +1 -0
  208. package/dist/components/organisms/Charts/HorizontalBarChart/index.d.ts +3 -0
  209. package/dist/components/organisms/Charts/HorizontalBarChart/index.d.ts.map +1 -0
  210. package/dist/components/organisms/Charts/LineChart/LineChart.d.ts +26 -0
  211. package/dist/components/organisms/Charts/LineChart/LineChart.d.ts.map +1 -0
  212. package/dist/components/organisms/Charts/LineChart/index.d.ts +3 -0
  213. package/dist/components/organisms/Charts/LineChart/index.d.ts.map +1 -0
  214. package/dist/components/organisms/Charts/WaterfallChart/WaterfallChart.d.ts +17 -0
  215. package/dist/components/organisms/Charts/WaterfallChart/WaterfallChart.d.ts.map +1 -0
  216. package/dist/components/organisms/Charts/WaterfallChart/index.d.ts +3 -0
  217. package/dist/components/organisms/Charts/WaterfallChart/index.d.ts.map +1 -0
  218. package/dist/components/organisms/Charts/index.d.ts +27 -0
  219. package/dist/components/organisms/Charts/index.d.ts.map +1 -0
  220. package/dist/components/organisms/Charts/types.d.ts +54 -0
  221. package/dist/components/organisms/Charts/types.d.ts.map +1 -0
  222. package/dist/components/organisms/Charts/utils/colorScheme.d.ts +32 -0
  223. package/dist/components/organisms/Charts/utils/colorScheme.d.ts.map +1 -0
  224. package/dist/components/organisms/Charts/utils/format.d.ts +4 -0
  225. package/dist/components/organisms/Charts/utils/format.d.ts.map +1 -0
  226. package/dist/components/organisms/Charts/utils/path.d.ts +11 -0
  227. package/dist/components/organisms/Charts/utils/path.d.ts.map +1 -0
  228. package/dist/components/organisms/Charts/utils/scales.d.ts +10 -0
  229. package/dist/components/organisms/Charts/utils/scales.d.ts.map +1 -0
  230. package/dist/components/organisms/CoverPage/CoverPage.d.ts +40 -0
  231. package/dist/components/organisms/CoverPage/CoverPage.d.ts.map +1 -0
  232. package/dist/components/organisms/CoverPage/index.d.ts +3 -0
  233. package/dist/components/organisms/CoverPage/index.d.ts.map +1 -0
  234. package/dist/components/organisms/DataTable/DataTable.d.ts +32 -0
  235. package/dist/components/organisms/DataTable/DataTable.d.ts.map +1 -0
  236. package/dist/components/organisms/DrillDownRow/DrillDownRow.d.ts +29 -0
  237. package/dist/components/organisms/DrillDownRow/DrillDownRow.d.ts.map +1 -0
  238. package/dist/components/organisms/ExecutiveSummaryPage/ExecutiveSummaryPage.d.ts +25 -0
  239. package/dist/components/organisms/ExecutiveSummaryPage/ExecutiveSummaryPage.d.ts.map +1 -0
  240. package/dist/components/organisms/ExecutiveSummaryPage/index.d.ts +3 -0
  241. package/dist/components/organisms/ExecutiveSummaryPage/index.d.ts.map +1 -0
  242. package/dist/components/organisms/FinancialTable/FinancialTable.d.ts +50 -0
  243. package/dist/components/organisms/FinancialTable/FinancialTable.d.ts.map +1 -0
  244. package/dist/components/organisms/KpiObservations/KpiObservations.d.ts +25 -0
  245. package/dist/components/organisms/KpiObservations/KpiObservations.d.ts.map +1 -0
  246. package/dist/components/organisms/KpiObservations/index.d.ts +3 -0
  247. package/dist/components/organisms/KpiObservations/index.d.ts.map +1 -0
  248. package/dist/components/organisms/KpiResultsTable/KpiResultsTable.d.ts +34 -0
  249. package/dist/components/organisms/KpiResultsTable/KpiResultsTable.d.ts.map +1 -0
  250. package/dist/components/organisms/KpiResultsTable/index.d.ts +3 -0
  251. package/dist/components/organisms/KpiResultsTable/index.d.ts.map +1 -0
  252. package/dist/components/organisms/KpiStatCard/KpiStatCard.d.ts +25 -0
  253. package/dist/components/organisms/KpiStatCard/KpiStatCard.d.ts.map +1 -0
  254. package/dist/components/organisms/KpiWheel/KpiWheel.d.ts +19 -0
  255. package/dist/components/organisms/KpiWheel/KpiWheel.d.ts.map +1 -0
  256. package/dist/components/organisms/Modal/Modal.d.ts +1 -1
  257. package/dist/components/organisms/Modal/Modal.d.ts.map +1 -1
  258. package/dist/components/organisms/Modal/Modal.styles.d.ts +3 -2
  259. package/dist/components/organisms/Modal/Modal.styles.d.ts.map +1 -1
  260. package/dist/components/organisms/Modal/Modal.types.d.ts +3 -1
  261. package/dist/components/organisms/Modal/Modal.types.d.ts.map +1 -1
  262. package/dist/components/organisms/PivotTable/PivotTable.d.ts +32 -0
  263. package/dist/components/organisms/PivotTable/PivotTable.d.ts.map +1 -0
  264. package/dist/components/organisms/ReportPage/ReportPage.d.ts +24 -0
  265. package/dist/components/organisms/ReportPage/ReportPage.d.ts.map +1 -0
  266. package/dist/components/organisms/SettingsSectionCard/SettingsSectionCard.d.ts +17 -0
  267. package/dist/components/organisms/SettingsSectionCard/SettingsSectionCard.d.ts.map +1 -0
  268. package/dist/components/report/ApprovalCard.d.ts +3 -0
  269. package/dist/components/report/ApprovalCard.d.ts.map +1 -0
  270. package/dist/components/report/AuditStamp.d.ts +3 -0
  271. package/dist/components/report/AuditStamp.d.ts.map +1 -0
  272. package/dist/components/report/Banner.d.ts +3 -0
  273. package/dist/components/report/Banner.d.ts.map +1 -0
  274. package/dist/components/report/BriefingCard.d.ts +3 -0
  275. package/dist/components/report/BriefingCard.d.ts.map +1 -0
  276. package/dist/components/report/CommentaryBlock.d.ts +3 -0
  277. package/dist/components/report/CommentaryBlock.d.ts.map +1 -0
  278. package/dist/components/report/ComparisonToggle.d.ts +3 -0
  279. package/dist/components/report/ComparisonToggle.d.ts.map +1 -0
  280. package/dist/components/report/DataTable.d.ts +3 -0
  281. package/dist/components/report/DataTable.d.ts.map +1 -0
  282. package/dist/components/report/DeltaPill.d.ts +3 -0
  283. package/dist/components/report/DeltaPill.d.ts.map +1 -0
  284. package/dist/components/report/DrillDownRow.d.ts +3 -0
  285. package/dist/components/report/DrillDownRow.d.ts.map +1 -0
  286. package/dist/components/report/EmptyState.d.ts +3 -0
  287. package/dist/components/report/EmptyState.d.ts.map +1 -0
  288. package/dist/components/report/EntityCard.d.ts +3 -0
  289. package/dist/components/report/EntityCard.d.ts.map +1 -0
  290. package/dist/components/report/ExportBar.d.ts +3 -0
  291. package/dist/components/report/ExportBar.d.ts.map +1 -0
  292. package/dist/components/report/FilterBar.d.ts +3 -0
  293. package/dist/components/report/FilterBar.d.ts.map +1 -0
  294. package/dist/components/report/FinancialTable.d.ts +3 -0
  295. package/dist/components/report/FinancialTable.d.ts.map +1 -0
  296. package/dist/components/report/FootnoteList.d.ts +3 -0
  297. package/dist/components/report/FootnoteList.d.ts.map +1 -0
  298. package/dist/components/report/FootnoteRef.d.ts +3 -0
  299. package/dist/components/report/FootnoteRef.d.ts.map +1 -0
  300. package/dist/components/report/Grid.d.ts +6 -0
  301. package/dist/components/report/Grid.d.ts.map +1 -0
  302. package/dist/components/report/KpiStrip.d.ts +3 -0
  303. package/dist/components/report/KpiStrip.d.ts.map +1 -0
  304. package/dist/components/report/MetricCard.d.ts +3 -0
  305. package/dist/components/report/MetricCard.d.ts.map +1 -0
  306. package/dist/components/report/PeriodSelector.d.ts +3 -0
  307. package/dist/components/report/PeriodSelector.d.ts.map +1 -0
  308. package/dist/components/report/PivotTable.d.ts +3 -0
  309. package/dist/components/report/PivotTable.d.ts.map +1 -0
  310. package/dist/components/report/ProgressBar.d.ts +3 -0
  311. package/dist/components/report/ProgressBar.d.ts.map +1 -0
  312. package/dist/components/report/ReportBanner.d.ts +3 -0
  313. package/dist/components/report/ReportBanner.d.ts.map +1 -0
  314. package/dist/components/report/ReportHeader.d.ts +3 -0
  315. package/dist/components/report/ReportHeader.d.ts.map +1 -0
  316. package/dist/components/report/ReportPage.d.ts +6 -0
  317. package/dist/components/report/ReportPage.d.ts.map +1 -0
  318. package/dist/components/report/ReportSection.d.ts +6 -0
  319. package/dist/components/report/ReportSection.d.ts.map +1 -0
  320. package/dist/components/report/ReportToolbar.d.ts +3 -0
  321. package/dist/components/report/ReportToolbar.d.ts.map +1 -0
  322. package/dist/components/report/SectionCard.d.ts +6 -0
  323. package/dist/components/report/SectionCard.d.ts.map +1 -0
  324. package/dist/components/report/SparklineCell.d.ts +3 -0
  325. package/dist/components/report/SparklineCell.d.ts.map +1 -0
  326. package/dist/components/report/Stack.d.ts +6 -0
  327. package/dist/components/report/Stack.d.ts.map +1 -0
  328. package/dist/components/report/StackedBarChart.d.ts +3 -0
  329. package/dist/components/report/StackedBarChart.d.ts.map +1 -0
  330. package/dist/components/report/StatCard.d.ts +3 -0
  331. package/dist/components/report/StatCard.d.ts.map +1 -0
  332. package/dist/components/report/StatusPill.d.ts +3 -0
  333. package/dist/components/report/StatusPill.d.ts.map +1 -0
  334. package/dist/components/report/TaskCard.d.ts +3 -0
  335. package/dist/components/report/TaskCard.d.ts.map +1 -0
  336. package/dist/components/report/VarianceBand.d.ts +3 -0
  337. package/dist/components/report/VarianceBand.d.ts.map +1 -0
  338. package/dist/components/report/WorkstreamCard.d.ts +3 -0
  339. package/dist/components/report/WorkstreamCard.d.ts.map +1 -0
  340. package/dist/components/report/index.d.ts +35 -0
  341. package/dist/components/report/index.d.ts.map +1 -0
  342. package/dist/fonts/LICENSE.txt +92 -0
  343. package/dist/fonts/OFL.txt +93 -0
  344. package/dist/fonts/geist/Geist-Bold.woff2 +0 -0
  345. package/dist/fonts/geist/Geist-Medium.woff2 +0 -0
  346. package/dist/fonts/geist/Geist-Regular.woff2 +0 -0
  347. package/dist/fonts/geist/Geist-SemiBold.woff2 +0 -0
  348. package/dist/fonts/geist-mono/GeistMono-Medium.woff2 +0 -0
  349. package/dist/fonts/geist-mono/GeistMono-Regular.woff2 +0 -0
  350. package/dist/fonts/geist-mono/GeistMono-SemiBold.woff2 +0 -0
  351. package/dist/icons.cjs +1 -1
  352. package/dist/icons.cjs.map +1 -1
  353. package/dist/icons.js +311 -303
  354. package/dist/icons.js.map +1 -1
  355. package/dist/index.cjs +104 -46
  356. package/dist/index.cjs.map +1 -1
  357. package/dist/index.d.ts +96 -2
  358. package/dist/index.d.ts.map +1 -1
  359. package/dist/index.js +8291 -3639
  360. package/dist/index.js.map +1 -1
  361. package/dist/panes/archie/pages/design-studio/StudioContext.d.ts +9 -0
  362. package/dist/panes/archie/pages/design-studio/StudioContext.d.ts.map +1 -0
  363. package/dist/panes/archie/pages/design-studio/stories/archie-ui.d.ts +17 -0
  364. package/dist/panes/archie/pages/design-studio/stories/archie-ui.d.ts.map +1 -0
  365. package/dist/panes/archie/pages/design-studio/stories/buttons.d.ts +7 -0
  366. package/dist/panes/archie/pages/design-studio/stories/buttons.d.ts.map +1 -0
  367. package/dist/panes/archie/pages/design-studio/stories/charts-recharts.d.ts +15 -0
  368. package/dist/panes/archie/pages/design-studio/stories/charts-recharts.d.ts.map +1 -0
  369. package/dist/panes/archie/pages/design-studio/stories/charts.d.ts +16 -0
  370. package/dist/panes/archie/pages/design-studio/stories/charts.d.ts.map +1 -0
  371. package/dist/panes/archie/pages/design-studio/stories/colors.d.ts +6 -0
  372. package/dist/panes/archie/pages/design-studio/stories/colors.d.ts.map +1 -0
  373. package/dist/panes/archie/pages/design-studio/stories/conversation.d.ts +13 -0
  374. package/dist/panes/archie/pages/design-studio/stories/conversation.d.ts.map +1 -0
  375. package/dist/panes/archie/pages/design-studio/stories/data-display.d.ts +5 -0
  376. package/dist/panes/archie/pages/design-studio/stories/data-display.d.ts.map +1 -0
  377. package/dist/panes/archie/pages/design-studio/stories/email-editor.d.ts +8 -0
  378. package/dist/panes/archie/pages/design-studio/stories/email-editor.d.ts.map +1 -0
  379. package/dist/panes/archie/pages/design-studio/stories/feedback.d.ts +4 -0
  380. package/dist/panes/archie/pages/design-studio/stories/feedback.d.ts.map +1 -0
  381. package/dist/panes/archie/pages/design-studio/stories/form-controls.d.ts +7 -0
  382. package/dist/panes/archie/pages/design-studio/stories/form-controls.d.ts.map +1 -0
  383. package/dist/panes/archie/pages/design-studio/stories/icons.d.ts +6 -0
  384. package/dist/panes/archie/pages/design-studio/stories/icons.d.ts.map +1 -0
  385. package/dist/panes/archie/pages/design-studio/stories/management-report.d.ts +21 -0
  386. package/dist/panes/archie/pages/design-studio/stories/management-report.d.ts.map +1 -0
  387. package/dist/panes/archie/pages/design-studio/stories/navigation.d.ts +4 -0
  388. package/dist/panes/archie/pages/design-studio/stories/navigation.d.ts.map +1 -0
  389. package/dist/panes/archie/pages/design-studio/stories/platform/platform-controls.d.ts +6 -0
  390. package/dist/panes/archie/pages/design-studio/stories/platform/platform-controls.d.ts.map +1 -0
  391. package/dist/panes/archie/pages/design-studio/stories/platform/platform-typography.d.ts +5 -0
  392. package/dist/panes/archie/pages/design-studio/stories/platform/platform-typography.d.ts.map +1 -0
  393. package/dist/panes/archie/pages/design-studio/stories/platform/platform-window-chrome.d.ts +5 -0
  394. package/dist/panes/archie/pages/design-studio/stories/platform/platform-window-chrome.d.ts.map +1 -0
  395. package/dist/panes/archie/pages/design-studio/stories/reports-v2.d.ts +10 -0
  396. package/dist/panes/archie/pages/design-studio/stories/reports-v2.d.ts.map +1 -0
  397. package/dist/panes/archie/pages/design-studio/stories/reports.d.ts +10 -0
  398. package/dist/panes/archie/pages/design-studio/stories/reports.d.ts.map +1 -0
  399. package/dist/panes/archie/pages/design-studio/stories/sales-forecasts.d.ts +22 -0
  400. package/dist/panes/archie/pages/design-studio/stories/sales-forecasts.d.ts.map +1 -0
  401. package/dist/panes/archie/pages/design-studio/stories/settings-ui.d.ts +4 -0
  402. package/dist/panes/archie/pages/design-studio/stories/settings-ui.d.ts.map +1 -0
  403. package/dist/panes/archie/pages/design-studio/stories/tokens.d.ts +6 -0
  404. package/dist/panes/archie/pages/design-studio/stories/tokens.d.ts.map +1 -0
  405. package/dist/panes/archie/pages/design-studio/stories/topic-workspace.d.ts +13 -0
  406. package/dist/panes/archie/pages/design-studio/stories/topic-workspace.d.ts.map +1 -0
  407. package/dist/platform/PlatformProvider.d.ts +55 -0
  408. package/dist/platform/PlatformProvider.d.ts.map +1 -0
  409. package/dist/platform/index.d.ts +4 -0
  410. package/dist/platform/index.d.ts.map +1 -0
  411. package/dist/platform/tokens.d.ts +3 -0
  412. package/dist/platform/tokens.d.ts.map +1 -0
  413. package/dist/platform/types.d.ts +32 -0
  414. package/dist/platform/types.d.ts.map +1 -0
  415. package/dist/report-types.d.ts +431 -0
  416. package/dist/report-types.d.ts.map +1 -0
  417. package/dist/styles.css +1 -1
  418. package/dist/types/renderMode.d.ts +12 -0
  419. package/dist/types/renderMode.d.ts.map +1 -0
  420. package/package.json +7 -3
  421. package/dist/Search-BAtBAqQf.cjs +0 -2
  422. package/dist/Search-BAtBAqQf.cjs.map +0 -1
  423. package/dist/Search-DLE-hZcu.js.map +0 -1
  424. package/dist/fonts/signifier/signifier-extralight.woff2 +0 -0
  425. package/dist/fonts/signifier/signifier-light.woff2 +0 -0
@@ -0,0 +1,24 @@
1
+ import { ReactNode } from 'react';
2
+ import type { RenderMode } from '@/types/renderMode';
3
+ /**
4
+ * ReportPage — Full-page wrapper for financial reports.
5
+ * Handles print layout: page margins, page-number counter, sticky/repeated
6
+ * header and footer across printed pages, and A4 vs US Letter paper size.
7
+ *
8
+ * Wrap an entire report in this component. Add ReportSection children inside.
9
+ * Interactive elements (ExportBar, PeriodSelector) are hidden in print via .no-print.
10
+ */
11
+ export type PaperSize = 'a4' | 'letter' | 'a4-landscape' | 'letter-landscape';
12
+ export interface ReportPageProps {
13
+ /** Content rendered in the print header (repeated on every page) */
14
+ printHeader?: ReactNode;
15
+ /** Content rendered in the print footer (repeated on every page) */
16
+ printFooter?: ReactNode;
17
+ paperSize?: PaperSize;
18
+ /** Output target — pdf uses narrower margins and tighter gap */
19
+ renderMode?: RenderMode;
20
+ children: ReactNode;
21
+ className?: string;
22
+ }
23
+ export declare function ReportPage({ printHeader, printFooter, paperSize, renderMode, children, className, }: ReportPageProps): import("react/jsx-runtime").JSX.Element;
24
+ //# sourceMappingURL=ReportPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportPage.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/ReportPage/ReportPage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,QAAQ,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAE9E,MAAM,WAAW,eAAe;IAC9B,oEAAoE;IACpE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,oEAAoE;IACpE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gEAAgE;IAChE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AASD,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,WAAW,EACX,SAAgB,EAChB,UAAkB,EAClB,QAAQ,EACR,SAAS,GACV,EAAE,eAAe,2CAyGjB"}
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+ export interface SettingsSectionCardProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
3
+ /** Section title */
4
+ title: string;
5
+ /** Optional description below the title */
6
+ description?: string;
7
+ /** Content slot for field rows */
8
+ children: ReactNode;
9
+ /** Save handler */
10
+ onSave?: () => void;
11
+ /** Whether there are unsaved changes */
12
+ dirty?: boolean;
13
+ /** Custom save button label */
14
+ saveLabel?: string;
15
+ }
16
+ export declare const SettingsSectionCard: import("react").ForwardRefExoticComponent<SettingsSectionCardProps & import("react").RefAttributes<HTMLDivElement>>;
17
+ //# sourceMappingURL=SettingsSectionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsSectionCard.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/SettingsSectionCard/SettingsSectionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAG9D,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC7F,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,2CAA2C;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,wCAAwC;IACxC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+BAA+B;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,qHAmD/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { ApprovalCardProps } from '../../report-types';
2
+ export declare function ApprovalCard({ title, description, context, approveLabel, rejectLabel }: ApprovalCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ApprovalCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApprovalCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/ApprovalCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,EAAE,iBAAiB,2CAoBzG"}
@@ -0,0 +1,3 @@
1
+ import type { AuditStampProps } from '../../report-types';
2
+ export declare function AuditStamp({ firmName, preparedBy, reviewedBy, date, reference, status, className }: AuditStampProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AuditStamp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditStamp.d.ts","sourceRoot":"","sources":["../../../src/components/report/AuditStamp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAS1D,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,MAAgB,EAAE,SAAS,EAAE,EAAE,eAAe,2CAgB7H"}
@@ -0,0 +1,3 @@
1
+ import type { BannerProps } from '../../report-types';
2
+ export declare function Banner({ variant, title, message, action }: BannerProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../src/components/report/Banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAStD,wBAAgB,MAAM,CAAC,EAAE,OAAgB,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,WAAW,2CAiB/E"}
@@ -0,0 +1,3 @@
1
+ import type { BriefingCardProps } from '../../report-types';
2
+ export declare function BriefingCard({ title, body, actions }: BriefingCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=BriefingCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BriefingCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/BriefingCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,iBAAiB,2CAgBvE"}
@@ -0,0 +1,3 @@
1
+ import type { CommentaryBlockProps } from '../../report-types';
2
+ export declare function CommentaryBlock({ content, author, authorRole, date, sectionLabel, expandable, defaultExpanded, variant, className }: CommentaryBlockProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CommentaryBlock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentaryBlock.d.ts","sourceRoot":"","sources":["../../../src/components/report/CommentaryBlock.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAQ/D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,eAAsB,EAAE,OAAmB,EAAE,SAAS,EAAE,EAAE,oBAAoB,2CAuC5K"}
@@ -0,0 +1,3 @@
1
+ import type { ComparisonToggleProps } from '../../report-types';
2
+ export declare function ComparisonToggle({ modes, activeMode, onModeChange, variant, compact, className }: ComparisonToggleProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ComparisonToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComparisonToggle.d.ts","sourceRoot":"","sources":["../../../src/components/report/ComparisonToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,OAAmB,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,qBAAqB,2CAmBnI"}
@@ -0,0 +1,3 @@
1
+ import type { DataTableProps } from '../../report-types';
2
+ export declare function DataTable({ columns, rows }: DataTableProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DataTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../src/components/report/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIzD,wBAAgB,SAAS,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,cAAc,2CA2B1D"}
@@ -0,0 +1,3 @@
1
+ import type { DeltaPillProps } from '../../report-types';
2
+ export declare function DeltaPill({ value, direction }: DeltaPillProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DeltaPill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeltaPill.d.ts","sourceRoot":"","sources":["../../../src/components/report/DeltaPill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AASzD,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,cAAc,2CAO7D"}
@@ -0,0 +1,3 @@
1
+ import type { DrillDownRowProps } from '../../report-types';
2
+ export declare function DrillDownRow({ cells, drillRows, colCount: _colCount, defaultExpanded, onToggle, rowClassName, drillRowClassName }: DrillDownRowProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DrillDownRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DrillDownRow.d.ts","sourceRoot":"","sources":["../../../src/components/report/DrillDownRow.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAuB,EAAE,QAAQ,EAAE,YAAY,EAAE,iBAAiB,EAAE,EAAE,iBAAiB,2CA4C5J"}
@@ -0,0 +1,3 @@
1
+ import type { EmptyStateProps } from '../../report-types';
2
+ export declare function EmptyState({ title, description, action }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=EmptyState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../src/components/report/EmptyState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,eAAe,2CAiBzE"}
@@ -0,0 +1,3 @@
1
+ import type { EntityCardProps } from '../../report-types';
2
+ export declare function EntityCard({ name, type, status, meta }: EntityCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=EntityCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/EntityCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAS1D,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,eAAe,2CAuBvE"}
@@ -0,0 +1,3 @@
1
+ import type { ExportBarProps } from '../../report-types';
2
+ export declare function ExportBar({ actions, label, size, className }: ExportBarProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ExportBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExportBar.d.ts","sourceRoot":"","sources":["../../../src/components/report/ExportBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AASzD,wBAAgB,SAAS,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,cAAc,2CAgBnF"}
@@ -0,0 +1,3 @@
1
+ import type { FilterBarProps } from '../../report-types';
2
+ export declare function FilterBar({ periods, activePeriod, compareEnabled }: FilterBarProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FilterBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterBar.d.ts","sourceRoot":"","sources":["../../../src/components/report/FilterBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,wBAAgB,SAAS,CAAC,EAAE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,EAAE,cAAc,2CAuBlF"}
@@ -0,0 +1,3 @@
1
+ import type { FinancialTableProps } from '../../report-types';
2
+ export declare function FinancialTable({ columns, groups, rows, totals }: FinancialTableProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FinancialTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinancialTable.d.ts","sourceRoot":"","sources":["../../../src/components/report/FinancialTable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAY,MAAM,oBAAoB,CAAC;AAyBxE,wBAAgB,cAAc,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,mBAAmB,2CAwDpF"}
@@ -0,0 +1,3 @@
1
+ import type { FootnoteListProps } from '../../report-types';
2
+ export declare function FootnoteList({ footnotes, className }: FootnoteListProps): import("react/jsx-runtime").JSX.Element | null;
3
+ //# sourceMappingURL=FootnoteList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FootnoteList.d.ts","sourceRoot":"","sources":["../../../src/components/report/FootnoteList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,iBAAiB,kDAavE"}
@@ -0,0 +1,3 @@
1
+ import type { FootnoteRefProps } from '../../report-types';
2
+ export declare function FootnoteRef({ number, onClick, className }: FootnoteRefProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FootnoteRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FootnoteRef.d.ts","sourceRoot":"","sources":["../../../src/components/report/FootnoteRef.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,gBAAgB,2CAY3E"}
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { GridProps } from '../../report-types';
3
+ export declare function Grid({ columns, gap, children }: GridProps & {
4
+ children?: ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/report/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,wBAAgB,IAAI,CAAC,EAAE,OAAW,EAAE,GAAO,EAAE,QAAQ,EAAE,EAAE,SAAS,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAM5F"}
@@ -0,0 +1,3 @@
1
+ import type { KpiStripProps } from '../../report-types';
2
+ export declare function KpiStrip({ items, columns }: KpiStripProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=KpiStrip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KpiStrip.d.ts","sourceRoot":"","sources":["../../../src/components/report/KpiStrip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,OAAW,EAAE,EAAE,aAAa,2CAsC7D"}
@@ -0,0 +1,3 @@
1
+ import type { MetricCardProps } from '../../report-types';
2
+ export declare function MetricCard({ label, value, delta, deltaDir }: MetricCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=MetricCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetricCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/MetricCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAW1D,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,eAAe,2CA0B5E"}
@@ -0,0 +1,3 @@
1
+ import type { PeriodSelectorProps } from '../../report-types';
2
+ export declare function PeriodSelector({ current, available, format, availableFormats, onPeriodChange, onFormatChange, hasPrev, hasNext, compact, className }: PeriodSelectorProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PeriodSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeriodSelector.d.ts","sourceRoot":"","sources":["../../../src/components/report/PeriodSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAY9D,wBAAgB,cAAc,CAAC,EAAE,OAAO,EAAE,SAAc,EAAE,MAAM,EAAE,gBAAqB,EAAE,cAAc,EAAE,cAAc,EAAE,OAAc,EAAE,OAAe,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,mBAAmB,2CA2BlM"}
@@ -0,0 +1,3 @@
1
+ import type { PivotTableProps } from '../../report-types';
2
+ export declare function PivotTable({ rowLabel, columns, rows }: PivotTableProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=PivotTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PivotTable.d.ts","sourceRoot":"","sources":["../../../src/components/report/PivotTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAI1D,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,eAAe,2CA+BtE"}
@@ -0,0 +1,3 @@
1
+ import type { ProgressBarProps } from '../../report-types';
2
+ export declare function ProgressBar({ value, label }: ProgressBarProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ProgressBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/report/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,gBAAgB,2CAe7D"}
@@ -0,0 +1,3 @@
1
+ import type { ReportBannerProps } from '../../report-types';
2
+ export declare function ReportBanner({ variant, title, message, action, className }: ReportBannerProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ReportBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportBanner.d.ts","sourceRoot":"","sources":["../../../src/components/report/ReportBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAQ5D,wBAAgB,YAAY,CAAC,EAAE,OAAgB,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,iBAAiB,2CAgBtG"}
@@ -0,0 +1,3 @@
1
+ import type { ReportHeaderProps } from '../../report-types';
2
+ export declare function ReportHeader({ title, subtitle, period, generatedAt, status }: ReportHeaderProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ReportHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportHeader.d.ts","sourceRoot":"","sources":["../../../src/components/report/ReportHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAQ5D,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,iBAAiB,2CAgB/F"}
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { ReportPageProps } from '../../report-types';
3
+ export declare function ReportPage({ printHeader, printFooter, children, className }: ReportPageProps & {
4
+ children?: ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=ReportPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportPage.d.ts","sourceRoot":"","sources":["../../../src/components/report/ReportPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAS1D,wBAAgB,UAAU,CAAC,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,eAAe,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAWvH"}
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { ReportSectionProps } from '../../report-types';
3
+ export declare function ReportSection({ label, description, sectionNumber, children, noBorder, className }: ReportSectionProps & {
4
+ children?: ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=ReportSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportSection.d.ts","sourceRoot":"","sources":["../../../src/components/report/ReportSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,kBAAkB,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAWhJ"}
@@ -0,0 +1,3 @@
1
+ import type { ReportToolbarProps } from '../../report-types';
2
+ export declare function ReportToolbar({ period, prevPeriod, nextPeriod, actions }: ReportToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ReportToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/report/ReportToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAmB5F"}
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { SectionCardProps } from '../../report-types';
3
+ export declare function SectionCard({ title, description, children }: SectionCardProps & {
4
+ children?: ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=SectionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/SectionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,EAAE,gBAAgB,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAYxG"}
@@ -0,0 +1,3 @@
1
+ import type { SparklineCellProps } from '../../report-types';
2
+ export declare function SparklineCell({ data, direction, width, height, showLastDot, className }: SparklineCellProps): import("react/jsx-runtime").JSX.Element | null;
3
+ //# sourceMappingURL=SparklineCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SparklineCell.d.ts","sourceRoot":"","sources":["../../../src/components/report/SparklineCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAiB7D,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAU,EAAE,MAAW,EAAE,WAAkB,EAAE,SAAS,EAAE,EAAE,kBAAkB,kDA0B5H"}
@@ -0,0 +1,6 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { StackProps } from '../../report-types';
3
+ export declare function Stack({ gap, direction, children }: StackProps & {
4
+ children?: ReactNode;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Stack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../src/components/report/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,wBAAgB,KAAK,CAAC,EAAE,GAAO,EAAE,SAAsB,EAAE,QAAQ,EAAE,EAAE,UAAU,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,2CAMzG"}
@@ -0,0 +1,3 @@
1
+ import type { StackedBarChartProps } from '../../report-types';
2
+ export declare function StackedBarChart({ data, series, height, formatYTick, formatXTick, formatTooltipHeader, formatTooltipValue, referenceLine, className, }: StackedBarChartProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=StackedBarChart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StackedBarChart.d.ts","sourceRoot":"","sources":["../../../src/components/report/StackedBarChart.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAyC,MAAM,oBAAoB,CAAC;AAoBtG,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EACJ,MAAM,EACN,MAAY,EACZ,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,aAAa,EACb,SAAS,GACV,EAAE,oBAAoB,2CAmNtB"}
@@ -0,0 +1,3 @@
1
+ import type { StatCardProps } from '../../report-types';
2
+ export declare function StatCard({ label, value, trend, delta }: StatCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=StatCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/StatCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAUxD,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,aAAa,2CA0BrE"}
@@ -0,0 +1,3 @@
1
+ import type { StatusPillProps } from '../../report-types';
2
+ export declare function StatusPill({ label, variant }: StatusPillProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=StatusPill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusPill.d.ts","sourceRoot":"","sources":["../../../src/components/report/StatusPill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAU1D,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,OAAmB,EAAE,EAAE,eAAe,2CAOzE"}
@@ -0,0 +1,3 @@
1
+ import type { TaskCardProps } from '../../report-types';
2
+ export declare function TaskCard({ name, status, type, outputSummary }: TaskCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TaskCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/TaskCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAgBxD,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,EAAE,aAAa,2CAe5E"}
@@ -0,0 +1,3 @@
1
+ import type { VarianceBandProps } from '../../report-types';
2
+ export declare function VarianceBand({ items }: VarianceBandProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=VarianceBand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VarianceBand.d.ts","sourceRoot":"","sources":["../../../src/components/report/VarianceBand.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAU5D,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE,iBAAiB,2CAWxD"}
@@ -0,0 +1,3 @@
1
+ import type { WorkstreamCardProps } from '../../report-types';
2
+ export declare function WorkstreamCard({ name, status, progressPct, currentStep, completedSteps, totalSteps, clientName }: WorkstreamCardProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=WorkstreamCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkstreamCard.d.ts","sourceRoot":"","sources":["../../../src/components/report/WorkstreamCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAU9D,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,EAAE,mBAAmB,2CA0BrI"}
@@ -0,0 +1,35 @@
1
+ export * from './ApprovalCard';
2
+ export * from './AuditStamp';
3
+ export * from './Banner';
4
+ export * from './BriefingCard';
5
+ export * from './CommentaryBlock';
6
+ export * from './ComparisonToggle';
7
+ export * from './DataTable';
8
+ export * from './DeltaPill';
9
+ export * from './DrillDownRow';
10
+ export * from './EmptyState';
11
+ export * from './EntityCard';
12
+ export * from './ExportBar';
13
+ export * from './FilterBar';
14
+ export * from './FinancialTable';
15
+ export * from './FootnoteList';
16
+ export * from './FootnoteRef';
17
+ export * from './KpiStrip';
18
+ export * from './MetricCard';
19
+ export * from './PeriodSelector';
20
+ export * from './PivotTable';
21
+ export * from './ReportBanner';
22
+ export * from './ReportHeader';
23
+ export * from './ReportPage';
24
+ export * from './ReportSection';
25
+ export * from './ReportToolbar';
26
+ export * from './SectionCard';
27
+ export * from './SparklineCell';
28
+ export * from './StackedBarChart';
29
+ export * from './Stack';
30
+ export * from './StatCard';
31
+ export * from './StatusPill';
32
+ export * from './TaskCard';
33
+ export * from './VarianceBand';
34
+ export * from './WorkstreamCard';
35
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/report/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAG9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAG7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,92 @@
1
+ Copyright (c) 2023 Vercel, in collaboration with basement.studio
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+ -----------------------------------------------------------
8
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9
+ -----------------------------------------------------------
10
+
11
+ PREAMBLE
12
+ The goals of the Open Font License (OFL) are to stimulate worldwide
13
+ development of collaborative font projects, to support the font creation
14
+ efforts of academic and linguistic communities, and to provide a free and
15
+ open framework in which fonts may be shared and improved in partnership
16
+ with others.
17
+
18
+ The OFL allows the licensed fonts to be used, studied, modified and
19
+ redistributed freely as long as they are not sold by themselves. The
20
+ fonts, including any derivative works, can be bundled, embedded,
21
+ redistributed and/or sold with any software provided that any reserved
22
+ names are not used by derivative works. The fonts and derivatives,
23
+ however, cannot be released under any other type of license. The
24
+ requirement for fonts to remain under this license does not apply
25
+ to any document created using the fonts or their derivatives.
26
+
27
+ DEFINITIONS
28
+ "Font Software" refers to the set of files released by the Copyright
29
+ Holder(s) under this license and clearly marked as such. This may
30
+ include source files, build scripts and documentation.
31
+
32
+ "Reserved Font Name" refers to any names specified as such after the
33
+ copyright statement(s).
34
+
35
+ "Original Version" refers to the collection of Font Software components as
36
+ distributed by the Copyright Holder(s).
37
+
38
+ "Modified Version" refers to any derivative made by adding to, deleting,
39
+ or substituting -- in part or in whole -- any of the components of the
40
+ Original Version, by changing formats or by porting the Font Software to a
41
+ new environment.
42
+
43
+ "Author" refers to any designer, engineer, programmer, technical
44
+ writer or other person who contributed to the Font Software.
45
+
46
+ PERMISSION AND CONDITIONS
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
49
+ redistribute, and sell modified and unmodified copies of the Font
50
+ Software, subject to the following conditions:
51
+
52
+ 1) Neither the Font Software nor any of its individual components,
53
+ in Original or Modified Versions, may be sold by itself.
54
+
55
+ 2) Original or Modified Versions of the Font Software may be bundled,
56
+ redistributed and/or sold with any software, provided that each copy
57
+ contains the above copyright notice and this license. These can be
58
+ included either as stand-alone text files, human-readable headers or
59
+ in the appropriate machine-readable metadata fields within text or
60
+ binary files as long as those fields can be easily viewed by the user.
61
+
62
+ 3) No Modified Version of the Font Software may use the Reserved Font
63
+ Name(s) unless explicit written permission is granted by the corresponding
64
+ Copyright Holder. This restriction only applies to the primary font name as
65
+ presented to the users.
66
+
67
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
68
+ Software shall not be used to promote, endorse or advertise any
69
+ Modified Version, except to acknowledge the contribution(s) of the
70
+ Copyright Holder(s) and the Author(s) or with their explicit written
71
+ permission.
72
+
73
+ 5) The Font Software, modified or unmodified, in part or in whole,
74
+ must be distributed entirely under this license, and must not be
75
+ distributed under any other license. The requirement for fonts to
76
+ remain under this license does not apply to any document created
77
+ using the Font Software.
78
+
79
+ TERMINATION
80
+ This license becomes null and void if any of the above conditions are
81
+ not met.
82
+
83
+ DISCLAIMER
84
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
85
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
86
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
87
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
88
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
89
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
90
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
92
+ OTHER DEALINGS IN THE FONT SOFTWARE.