@rfdtech/components 1.21.0 → 2.0.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 (263) hide show
  1. package/README.md +244 -74
  2. package/dist/adapters/context-adapter.d.ts +18 -0
  3. package/dist/adapters/context-adapter.d.ts.map +1 -0
  4. package/dist/adapters/next-adapter.d.ts +23 -0
  5. package/dist/adapters/next-adapter.d.ts.map +1 -0
  6. package/dist/adapters/react-router-adapter.d.ts +9 -0
  7. package/dist/adapters/react-router-adapter.d.ts.map +1 -0
  8. package/dist/adapters/registry.d.ts +19 -0
  9. package/dist/adapters/registry.d.ts.map +1 -0
  10. package/dist/components/app-header/AppHeader.d.ts +3 -2
  11. package/dist/components/app-header/AppHeader.d.ts.map +1 -1
  12. package/dist/components/app-header/AppHeaderNotificationItem.d.ts +3 -0
  13. package/dist/components/app-header/AppHeaderNotificationItem.d.ts.map +1 -0
  14. package/dist/components/app-header/AppHeaderProfile.d.ts +5 -0
  15. package/dist/components/app-header/AppHeaderProfile.d.ts.map +1 -1
  16. package/dist/components/app-header/index.d.ts +4 -2
  17. package/dist/components/app-header/index.d.ts.map +1 -1
  18. package/dist/components/app-layout/AppLayout.d.ts +6 -0
  19. package/dist/components/app-layout/AppLayout.d.ts.map +1 -1
  20. package/dist/components/app-layout/AppLayoutInner.d.ts +1 -0
  21. package/dist/components/app-layout/AppLayoutInner.d.ts.map +1 -1
  22. package/dist/components/app-switcher/AppIconTile.d.ts +10 -0
  23. package/dist/components/app-switcher/AppIconTile.d.ts.map +1 -0
  24. package/dist/components/app-switcher/AppSwitcher.d.ts +1 -1
  25. package/dist/components/app-switcher/AppSwitcher.d.ts.map +1 -1
  26. package/dist/components/app-switcher/AppSwitcherItem.d.ts.map +1 -1
  27. package/dist/components/app-switcher/IconPatterns.d.ts +8 -0
  28. package/dist/components/app-switcher/IconPatterns.d.ts.map +1 -0
  29. package/dist/components/app-switcher/SystemAppIcon.d.ts.map +1 -1
  30. package/dist/components/app-switcher/index.d.ts +2 -0
  31. package/dist/components/app-switcher/index.d.ts.map +1 -1
  32. package/dist/components/avatar/Avatar.d.ts.map +1 -1
  33. package/dist/components/bulk-import-modal/BulkImportModal.d.ts.map +1 -1
  34. package/dist/components/bulk-import-modal/steps/ValidateDataStep.d.ts.map +1 -1
  35. package/dist/components/button/Button.d.ts +1 -1
  36. package/dist/components/button/Button.d.ts.map +1 -1
  37. package/dist/components/button/Spinner.d.ts.map +1 -1
  38. package/dist/components/combobox/Combobox.d.ts +4 -0
  39. package/dist/components/combobox/Combobox.d.ts.map +1 -0
  40. package/dist/components/combobox/Combobox.test.d.ts +2 -0
  41. package/dist/components/combobox/Combobox.test.d.ts.map +1 -0
  42. package/dist/components/combobox/index.d.ts +3 -0
  43. package/dist/components/combobox/index.d.ts.map +1 -0
  44. package/dist/components/country-selector/CountrySelector.d.ts +7 -0
  45. package/dist/components/country-selector/CountrySelector.d.ts.map +1 -1
  46. package/dist/components/country-selector/index.d.ts +1 -0
  47. package/dist/components/country-selector/index.d.ts.map +1 -1
  48. package/dist/components/date-range-selector/DateRangeSelector.d.ts +2 -2
  49. package/dist/components/date-range-selector/DateRangeSelector.d.ts.map +1 -1
  50. package/dist/components/date-range-selector/index.d.ts +1 -1
  51. package/dist/components/date-range-selector/index.d.ts.map +1 -1
  52. package/dist/components/date-selector/DateSelector.d.ts.map +1 -1
  53. package/dist/components/dropdown/Dropdown.d.ts +1 -1
  54. package/dist/components/dropdown/Dropdown.d.ts.map +1 -1
  55. package/dist/components/export-button/ExportButton.d.ts +3 -0
  56. package/dist/components/export-button/ExportButton.d.ts.map +1 -0
  57. package/dist/components/export-button/ExportButton.test.d.ts +2 -0
  58. package/dist/components/export-button/ExportButton.test.d.ts.map +1 -0
  59. package/dist/components/export-button/index.d.ts +3 -0
  60. package/dist/components/export-button/index.d.ts.map +1 -0
  61. package/dist/components/launchpad/Launchpad.d.ts +4 -0
  62. package/dist/components/launchpad/Launchpad.d.ts.map +1 -0
  63. package/dist/components/launchpad/Launchpad.test.d.ts +2 -0
  64. package/dist/components/launchpad/Launchpad.test.d.ts.map +1 -0
  65. package/dist/components/launchpad/LaunchpadGridIcon.d.ts +2 -0
  66. package/dist/components/launchpad/LaunchpadGridIcon.d.ts.map +1 -0
  67. package/dist/components/launchpad/LaunchpadIconTile.d.ts +10 -0
  68. package/dist/components/launchpad/LaunchpadIconTile.d.ts.map +1 -0
  69. package/dist/components/launchpad/LaunchpadItem.d.ts +8 -0
  70. package/dist/components/launchpad/LaunchpadItem.d.ts.map +1 -0
  71. package/dist/components/launchpad/LaunchpadOverlays.d.ts +3 -0
  72. package/dist/components/launchpad/LaunchpadOverlays.d.ts.map +1 -0
  73. package/dist/components/launchpad/SystemLaunchpadIcon.d.ts +5 -0
  74. package/dist/components/launchpad/SystemLaunchpadIcon.d.ts.map +1 -0
  75. package/dist/components/launchpad/hooks/useLaunchpad.d.ts +3 -0
  76. package/dist/components/launchpad/hooks/useLaunchpad.d.ts.map +1 -0
  77. package/dist/components/launchpad/index.d.ts +10 -0
  78. package/dist/components/launchpad/index.d.ts.map +1 -0
  79. package/dist/components/metric-card/MetricCard.d.ts.map +1 -1
  80. package/dist/components/metric-card/index.d.ts +1 -1
  81. package/dist/components/metric-card/index.d.ts.map +1 -1
  82. package/dist/components/network-operator/NetworkOperator.d.ts +4 -0
  83. package/dist/components/network-operator/NetworkOperator.d.ts.map +1 -1
  84. package/dist/components/network-operator/index.d.ts +1 -0
  85. package/dist/components/network-operator/index.d.ts.map +1 -1
  86. package/dist/components/notice/Notice.d.ts +4 -0
  87. package/dist/components/notice/Notice.d.ts.map +1 -0
  88. package/dist/components/notice/Notice.test.d.ts +2 -0
  89. package/dist/components/notice/Notice.test.d.ts.map +1 -0
  90. package/dist/components/notice/index.d.ts +3 -0
  91. package/dist/components/notice/index.d.ts.map +1 -0
  92. package/dist/components/phone-number-input/PhoneNumberInput.d.ts.map +1 -1
  93. package/dist/components/popup/Popup.d.ts +15 -0
  94. package/dist/components/popup/Popup.d.ts.map +1 -0
  95. package/dist/components/popup/Popup.test.d.ts +2 -0
  96. package/dist/components/popup/Popup.test.d.ts.map +1 -0
  97. package/dist/components/popup/index.d.ts +3 -0
  98. package/dist/components/popup/index.d.ts.map +1 -0
  99. package/dist/components/profile-popover/ProfilePopover.d.ts +4 -0
  100. package/dist/components/profile-popover/ProfilePopover.d.ts.map +1 -0
  101. package/dist/components/profile-popover/ProfilePopover.test.d.ts +2 -0
  102. package/dist/components/profile-popover/ProfilePopover.test.d.ts.map +1 -0
  103. package/dist/components/profile-popover/index.d.ts +3 -0
  104. package/dist/components/profile-popover/index.d.ts.map +1 -0
  105. package/dist/components/role-select/RoleSelect.d.ts +4 -0
  106. package/dist/components/role-select/RoleSelect.d.ts.map +1 -0
  107. package/dist/components/role-select/RoleSelect.test.d.ts +2 -0
  108. package/dist/components/role-select/RoleSelect.test.d.ts.map +1 -0
  109. package/dist/components/role-select/index.d.ts +3 -0
  110. package/dist/components/role-select/index.d.ts.map +1 -0
  111. package/dist/components/section-header/SectionHeader.d.ts +7 -0
  112. package/dist/components/section-header/SectionHeader.d.ts.map +1 -0
  113. package/dist/components/section-header/SectionHeader.test.d.ts +2 -0
  114. package/dist/components/section-header/SectionHeader.test.d.ts.map +1 -0
  115. package/dist/components/section-header/index.d.ts +3 -0
  116. package/dist/components/section-header/index.d.ts.map +1 -0
  117. package/dist/components/sidebar/Sidebar.d.ts +3 -3
  118. package/dist/components/sidebar/Sidebar.d.ts.map +1 -1
  119. package/dist/components/sidebar/SidebarContext.d.ts +6 -0
  120. package/dist/components/sidebar/SidebarContext.d.ts.map +1 -1
  121. package/dist/components/sidebar/index.d.ts +1 -1
  122. package/dist/components/sidebar/index.d.ts.map +1 -1
  123. package/dist/components/stepper/Stepper.d.ts +12 -0
  124. package/dist/components/stepper/Stepper.d.ts.map +1 -0
  125. package/dist/components/stepper/Stepper.test.d.ts +2 -0
  126. package/dist/components/stepper/Stepper.test.d.ts.map +1 -0
  127. package/dist/components/stepper/StepperContext.d.ts +4 -0
  128. package/dist/components/stepper/StepperContext.d.ts.map +1 -0
  129. package/dist/components/stepper/index.d.ts +3 -0
  130. package/dist/components/stepper/index.d.ts.map +1 -0
  131. package/dist/components/switch/Switch.d.ts +4 -0
  132. package/dist/components/switch/Switch.d.ts.map +1 -0
  133. package/dist/components/switch/Switch.test.d.ts +2 -0
  134. package/dist/components/switch/Switch.test.d.ts.map +1 -0
  135. package/dist/components/switch/index.d.ts +3 -0
  136. package/dist/components/switch/index.d.ts.map +1 -0
  137. package/dist/components/table/Table.d.ts +3 -6
  138. package/dist/components/table/Table.d.ts.map +1 -1
  139. package/dist/components/table/TableHeader.d.ts +3 -10
  140. package/dist/components/table/TableHeader.d.ts.map +1 -1
  141. package/dist/components/table/TablePagination.d.ts.map +1 -1
  142. package/dist/components/table/index.d.ts +1 -1
  143. package/dist/components/table/index.d.ts.map +1 -1
  144. package/dist/components/tabs/Tabs.d.ts.map +1 -1
  145. package/dist/components/tabs/hooks/useTabsLineIndicator.d.ts.map +1 -1
  146. package/dist/components/theme/ThemeProvider.d.ts.map +1 -1
  147. package/dist/components/theme/cletTheme.d.ts +11 -0
  148. package/dist/components/theme/cletTheme.d.ts.map +1 -0
  149. package/dist/components/theme/cletTheme.test-d.d.ts +2 -0
  150. package/dist/components/theme/cletTheme.test-d.d.ts.map +1 -0
  151. package/dist/components/theme/cletTheme.test.d.ts +2 -0
  152. package/dist/components/theme/cletTheme.test.d.ts.map +1 -0
  153. package/dist/components/theme/index.d.ts +3 -1
  154. package/dist/components/theme/index.d.ts.map +1 -1
  155. package/dist/components/timeline/Timeline.d.ts +8 -0
  156. package/dist/components/timeline/Timeline.d.ts.map +1 -0
  157. package/dist/components/timeline/Timeline.test.d.ts +2 -0
  158. package/dist/components/timeline/Timeline.test.d.ts.map +1 -0
  159. package/dist/components/timeline/index.d.ts +3 -0
  160. package/dist/components/timeline/index.d.ts.map +1 -0
  161. package/dist/components/upload-field/UploadField.d.ts +5 -0
  162. package/dist/components/upload-field/UploadField.d.ts.map +1 -1
  163. package/dist/components/upload-field/index.d.ts +2 -2
  164. package/dist/components/upload-field/index.d.ts.map +1 -1
  165. package/dist/contexts/router-adapter-context.d.ts +27 -0
  166. package/dist/contexts/router-adapter-context.d.ts.map +1 -0
  167. package/dist/generated/components.theme.d.ts +313 -0
  168. package/dist/generated/components.theme.d.ts.map +1 -0
  169. package/dist/hooks/index.d.ts +1 -0
  170. package/dist/hooks/index.d.ts.map +1 -1
  171. package/dist/hooks/useHasMounted.d.ts +10 -0
  172. package/dist/hooks/useHasMounted.d.ts.map +1 -0
  173. package/dist/hooks/useTableFilter.d.ts.map +1 -1
  174. package/dist/hooks/useTablePagination.d.ts.map +1 -1
  175. package/dist/hooks/useTableState.d.ts +1 -1
  176. package/dist/hooks/useTableState.d.ts.map +1 -1
  177. package/dist/index.cjs +85 -55
  178. package/dist/index.css +1 -1
  179. package/dist/index.d.ts +15 -1
  180. package/dist/index.d.ts.map +1 -1
  181. package/dist/index.js +19423 -31378
  182. package/dist/mcp/cli.js +75 -0
  183. package/dist/mcp/docs.js +122 -0
  184. package/dist/mcp/generated/components.json +3593 -0
  185. package/dist/mcp/generated/examples.json +1233 -0
  186. package/dist/mcp/generated/index.meta.json +252 -0
  187. package/dist/mcp/generated/rules.json +629 -0
  188. package/dist/mcp/generated/search.json +1618 -0
  189. package/dist/mcp/generated/tokens.json +1022 -0
  190. package/dist/mcp/index.js +337 -0
  191. package/dist/mcp/indexer.js +370 -0
  192. package/dist/mcp/installers/claude.js +37 -0
  193. package/dist/mcp/installers/codex.js +24 -0
  194. package/dist/mcp/installers/cursor.js +33 -0
  195. package/dist/mcp/installers/doctor.js +36 -0
  196. package/dist/mcp/installers/opencode.js +36 -0
  197. package/dist/mcp/installers/setup.js +34 -0
  198. package/dist/mcp/installers/util.js +41 -0
  199. package/dist/mcp/paths.js +63 -0
  200. package/dist/mcp/skill/SKILL.md +36 -0
  201. package/dist/mcp/skill/image-to-components.md +49 -0
  202. package/dist/next-index.d.ts +44 -0
  203. package/dist/next-index.d.ts.map +1 -0
  204. package/dist/next.cjs +282 -0
  205. package/dist/next.css +1 -0
  206. package/dist/next.d.ts +29 -0
  207. package/dist/next.js +37774 -0
  208. package/dist/types/app-header.d.ts +70 -10
  209. package/dist/types/app-header.d.ts.map +1 -1
  210. package/dist/types/app-switcher.d.ts +10 -1
  211. package/dist/types/app-switcher.d.ts.map +1 -1
  212. package/dist/types/avatar.d.ts +9 -0
  213. package/dist/types/avatar.d.ts.map +1 -1
  214. package/dist/types/combobox.d.ts +43 -0
  215. package/dist/types/combobox.d.ts.map +1 -0
  216. package/dist/types/country-selector.d.ts +4 -0
  217. package/dist/types/country-selector.d.ts.map +1 -1
  218. package/dist/types/date-range-selector.d.ts +11 -0
  219. package/dist/types/date-range-selector.d.ts.map +1 -1
  220. package/dist/types/dropdown.d.ts +8 -0
  221. package/dist/types/dropdown.d.ts.map +1 -1
  222. package/dist/types/export-button.d.ts +24 -0
  223. package/dist/types/export-button.d.ts.map +1 -0
  224. package/dist/types/launchpad.d.ts +79 -0
  225. package/dist/types/launchpad.d.ts.map +1 -0
  226. package/dist/types/metric-card.d.ts +7 -0
  227. package/dist/types/metric-card.d.ts.map +1 -1
  228. package/dist/types/network-operator.d.ts +8 -0
  229. package/dist/types/network-operator.d.ts.map +1 -1
  230. package/dist/types/notice.d.ts +24 -0
  231. package/dist/types/notice.d.ts.map +1 -0
  232. package/dist/types/popup.d.ts +43 -0
  233. package/dist/types/popup.d.ts.map +1 -0
  234. package/dist/types/profile-popover.d.ts +97 -0
  235. package/dist/types/profile-popover.d.ts.map +1 -0
  236. package/dist/types/role-select.d.ts +28 -0
  237. package/dist/types/role-select.d.ts.map +1 -0
  238. package/dist/types/router-adapter.d.ts +46 -0
  239. package/dist/types/router-adapter.d.ts.map +1 -0
  240. package/dist/types/section-header.d.ts +26 -0
  241. package/dist/types/section-header.d.ts.map +1 -0
  242. package/dist/types/sidebar.d.ts +16 -0
  243. package/dist/types/sidebar.d.ts.map +1 -1
  244. package/dist/types/stepper.d.ts +45 -0
  245. package/dist/types/stepper.d.ts.map +1 -0
  246. package/dist/types/switch.d.ts +24 -0
  247. package/dist/types/switch.d.ts.map +1 -0
  248. package/dist/types/table.d.ts +90 -1
  249. package/dist/types/table.d.ts.map +1 -1
  250. package/dist/types/tabs.d.ts +1 -1
  251. package/dist/types/tabs.d.ts.map +1 -1
  252. package/dist/types/theme.d.ts +28 -8
  253. package/dist/types/theme.d.ts.map +1 -1
  254. package/dist/types/timeline.d.ts +52 -0
  255. package/dist/types/timeline.d.ts.map +1 -0
  256. package/dist/types/upload-field.d.ts +23 -0
  257. package/dist/types/upload-field.d.ts.map +1 -1
  258. package/dist/utils/export.d.ts +15 -0
  259. package/dist/utils/export.d.ts.map +1 -0
  260. package/dist/utils/stringToColor.d.ts +25 -0
  261. package/dist/utils/stringToColor.d.ts.map +1 -1
  262. package/package.json +43 -7
  263. package/scripts/postinstall.mjs +40 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/notice/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,gBAAgB,EAChB,WAAW,EACX,aAAa,GACd,MAAM,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PhoneNumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/phone-number-input/PhoneNumberInput.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAG5E,OAAO,iCAAiC,CAAC;AAuCzC,eAAO,MAAM,gBAAgB,oHAmN3B,CAAC"}
1
+ {"version":3,"file":"PhoneNumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/phone-number-input/PhoneNumberInput.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAG5E,OAAO,iCAAiC,CAAC;AAqDzC,eAAO,MAAM,gBAAgB,oHAuN3B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
2
+ import type { PopupBodyProps, PopupContentProps, PopupDescriptionProps, PopupFooterProps, PopupHeaderProps, PopupTitleProps } from "../../types/popup";
3
+ import "./styles/popup.css";
4
+ export declare const Popup: import("react").FC<PopoverPrimitive.PopoverProps>;
5
+ export declare const PopupTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
6
+ export declare const PopupPortal: import("react").FC<PopoverPrimitive.PopoverPortalProps>;
7
+ export declare const PopupAnchor: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ export declare const PopupClose: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
9
+ export declare const PopupContent: import("react").ForwardRefExoticComponent<PopupContentProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ export declare const PopupHeader: import("react").ForwardRefExoticComponent<PopupHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ export declare const PopupTitle: import("react").ForwardRefExoticComponent<PopupTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
12
+ export declare const PopupDescription: import("react").ForwardRefExoticComponent<PopupDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
13
+ export declare const PopupBody: import("react").ForwardRefExoticComponent<PopupBodyProps & import("react").RefAttributes<HTMLDivElement>>;
14
+ export declare const PopupFooter: import("react").ForwardRefExoticComponent<PopupFooterProps & import("react").RefAttributes<HTMLDivElement>>;
15
+ //# sourceMappingURL=Popup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../src/components/popup/Popup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,oBAAoB,CAAC;AAE5B,eAAO,MAAM,KAAK,mDAAwB,CAAC;AAC3C,eAAO,MAAM,YAAY,oIAA2B,CAAC;AACrD,eAAO,MAAM,WAAW,yDAA0B,CAAC;AACnD,eAAO,MAAM,WAAW,gIAA0B,CAAC;AACnD,eAAO,MAAM,UAAU,kIAAyB,CAAC;AAEjD,eAAO,MAAM,YAAY,8GAgCxB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAYvB,CAAC;AAEF,eAAO,MAAM,UAAU,gHAUtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,wHAe3B,CAAC;AAEH,eAAO,MAAM,SAAS,2GAYrB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAoBvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Popup.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popup.test.d.ts","sourceRoot":"","sources":["../../../src/components/popup/Popup.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { Popup, PopupAnchor, PopupBody, PopupClose, PopupContent, PopupDescription, PopupFooter, PopupHeader, PopupPortal, PopupTitle, PopupTrigger, } from "./Popup";
2
+ export type { PopupBodyClassNames, PopupBodyProps, PopupContentClassNames, PopupContentProps, PopupDescriptionClassNames, PopupDescriptionProps, PopupFooterClassNames, PopupFooterLayout, PopupFooterProps, PopupHeaderClassNames, PopupHeaderProps, PopupTitleClassNames, PopupTitleProps, } from "../../types/popup";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,GACb,MAAM,SAAS,CAAC;AACjB,YAAY,EACV,mBAAmB,EACnB,cAAc,EACd,sBAAsB,EACtB,iBAAiB,EACjB,0BAA0B,EAC1B,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,GAChB,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ProfilePopoverProps } from "../../types/profile-popover";
2
+ import "./styles/profile-popover.css";
3
+ export declare const ProfilePopover: import("react").ForwardRefExoticComponent<ProfilePopoverProps & import("react").RefAttributes<HTMLElement>>;
4
+ //# sourceMappingURL=ProfilePopover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfilePopover.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/ProfilePopover.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAEV,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,8BAA8B,CAAC;AAEtC,eAAO,MAAM,cAAc,6GAgV1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ProfilePopover.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfilePopover.test.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/ProfilePopover.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { ProfilePopover } from "./ProfilePopover";
2
+ export type { ProfilePopoverProps, ProfilePopoverItem, AppUser, } from "../../types/profile-popover";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,mBAAmB,EACnB,kBAAkB,EAClB,OAAO,GACR,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { RoleSelectProps } from "../../types/role-select";
2
+ import "./styles/role-select.css";
3
+ export declare function RoleSelect({ title, roles, selectedRole, onClickRole, noConfirm, className, style, }: RoleSelectProps): import("react").JSX.Element;
4
+ //# sourceMappingURL=RoleSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoleSelect.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/RoleSelect.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAQ,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAErE,OAAO,0BAA0B,CAAC;AAElC,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,YAAY,EACZ,WAAW,EACX,SAAiB,EACjB,SAAS,EACT,KAAK,GACN,EAAE,eAAe,+BA8HjB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=RoleSelect.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoleSelect.test.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/RoleSelect.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { RoleSelect } from "./RoleSelect";
2
+ export type { Role, RoleSelectProps } from "../../types/role-select";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { SectionActionsProps, SectionDescriptionProps, SectionHeaderProps, SectionTitleProps } from "../../types/section-header";
2
+ import "./styles/section-header.css";
3
+ export declare const SectionHeader: import("react").ForwardRefExoticComponent<SectionHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ export declare const SectionTitle: import("react").ForwardRefExoticComponent<SectionTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
5
+ export declare const SectionDescription: import("react").ForwardRefExoticComponent<SectionDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
6
+ export declare const SectionActions: import("react").ForwardRefExoticComponent<SectionActionsProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ //# sourceMappingURL=SectionHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionHeader.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/SectionHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,6BAA6B,CAAC;AAErC,eAAO,MAAM,aAAa,+GAYzB,CAAC;AAEF,eAAO,MAAM,YAAY,kHAUxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,0HAe7B,CAAC;AAEH,eAAO,MAAM,cAAc,gHAgB1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SectionHeader.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionHeader.test.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/SectionHeader.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { SectionActions, SectionDescription, SectionHeader, SectionTitle, } from "./SectionHeader";
2
+ export type { SectionActionsClassNames, SectionActionsProps, SectionDescriptionClassNames, SectionDescriptionProps, SectionHeaderClassNames, SectionHeaderProps, SectionTitleClassNames, SectionTitleProps, } from "../../types/section-header";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,YAAY,GACb,MAAM,iBAAiB,CAAC;AACzB,YAAY,EACV,wBAAwB,EACxB,mBAAmB,EACnB,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,GAClB,MAAM,4BAA4B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { SidebarBadgeProps, SidebarBrandProps, SidebarCollapseProps, SidebarContentProps, SidebarFooterProps, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarLinkProps, SidebarNavProps, SidebarOverlayProps, SidebarProps, SidebarTriggerProps } from "../../types/sidebar";
2
2
  import "./styles/sidebar.css";
3
- export { SidebarProvider, useSidebar } from "./SidebarContext";
3
+ export { SidebarProvider, useSidebar, useSidebarOptional } from "./SidebarContext";
4
4
  export declare const Sidebar: import("react").ForwardRefExoticComponent<SidebarProps & import("react").RefAttributes<HTMLElement>>;
5
5
  export declare const SidebarOverlay: import("react").ForwardRefExoticComponent<SidebarOverlayProps & import("react").RefAttributes<HTMLButtonElement>>;
6
6
  export declare const SidebarTrigger: import("react").ForwardRefExoticComponent<SidebarTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -11,8 +11,8 @@ export declare const SidebarContent: import("react").ForwardRefExoticComponent<S
11
11
  export declare const SidebarFooter: import("react").ForwardRefExoticComponent<SidebarFooterProps & import("react").RefAttributes<HTMLDivElement>>;
12
12
  export declare const SidebarNav: import("react").ForwardRefExoticComponent<SidebarNavProps & import("react").RefAttributes<HTMLElement>>;
13
13
  export declare const SidebarGroup: import("react").ForwardRefExoticComponent<SidebarGroupProps & import("react").RefAttributes<HTMLDivElement>>;
14
- export declare const SidebarGroupLabel: import("react").ForwardRefExoticComponent<SidebarGroupLabelProps & import("react").RefAttributes<HTMLParagraphElement>>;
14
+ export declare const SidebarGroupLabel: import("react").ForwardRefExoticComponent<SidebarGroupLabelProps & import("react").RefAttributes<HTMLButtonElement | HTMLParagraphElement>>;
15
15
  export declare const SidebarItem: import("react").ForwardRefExoticComponent<SidebarItemProps & import("react").RefAttributes<HTMLDivElement>>;
16
16
  export declare const SidebarBadge: import("react").ForwardRefExoticComponent<SidebarBadgeProps & import("react").RefAttributes<HTMLSpanElement>>;
17
- export declare const SidebarLink: import("react").ForwardRefExoticComponent<SidebarLinkProps & import("react").RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
17
+ export declare const SidebarLink: import("react").ForwardRefExoticComponent<SidebarLinkProps & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
18
18
  //# sourceMappingURL=Sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/Sidebar.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,sBAAsB,CAAC;AAE9B,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAQ/D,eAAO,MAAM,OAAO,sGAuBlB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA2BzB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA+BzB,CAAC;AAEH,eAAO,MAAM,eAAe,oHA+B1B,CAAC;AAEH,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAWxB,CAAC;AAEF,eAAO,MAAM,cAAc,gHAuD1B,CAAC;AAEF,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,UAAU,yGAsBtB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAWxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,yHAgB5B,CAAC;AAEH,eAAO,MAAM,WAAW,6GAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,+GAiBxB,CAAC;AAkBF,eAAO,MAAM,WAAW,oIA6FvB,CAAC"}
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/Sidebar.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACV,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,sBAAsB,CAAC;AAE9B,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAqBnF,eAAO,MAAM,OAAO,sGAwBlB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA+BzB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA+BzB,CAAC;AAEH,eAAO,MAAM,eAAe,oHA+B1B,CAAC;AAEH,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAWxB,CAAC;AAEF,eAAO,MAAM,cAAc,gHA0D1B,CAAC;AAEF,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,UAAU,yGAsBtB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAmGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,6IA8C5B,CAAC;AAEH,eAAO,MAAM,WAAW,6GAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,+GAiBxB,CAAC;AAkBF,eAAO,MAAM,WAAW,oIA4HtB,CAAC"}
@@ -11,5 +11,11 @@ interface SidebarContextValue {
11
11
  }
12
12
  export declare function SidebarProvider({ open: openProp, defaultOpen, onOpenChange, collapsed: collapsedProp, defaultCollapsed, onCollapsedChange, breakpoint, classNames, className, children, }: SidebarProviderProps): import("react").JSX.Element;
13
13
  export declare function useSidebar(): SidebarContextValue;
14
+ /**
15
+ * Like useSidebar, but returns null instead of throwing when there is no
16
+ * SidebarProvider ancestor. For components (e.g. AppHeader) that adapt their
17
+ * rendering when a sidebar is present but must also work standalone.
18
+ */
19
+ export declare function useSidebarOptional(): SidebarContextValue | null;
14
20
  export {};
15
21
  //# sourceMappingURL=SidebarContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarContext.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/SidebarContext.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAIhE,UAAU,mBAAmB;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,SAAS,EAAE,aAAa,EACxB,gBAAwB,EACxB,iBAAiB,EACjB,UAAgB,EAChB,UAAU,EACV,SAAS,EACT,QAAQ,GACT,EAAE,oBAAoB,+BAyEtB;AAED,wBAAgB,UAAU,wBAQzB"}
1
+ {"version":3,"file":"SidebarContext.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/SidebarContext.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAIhE,UAAU,mBAAmB;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,SAAS,EAAE,aAAa,EACxB,gBAAwB,EACxB,iBAAiB,EACjB,UAAgB,EAChB,UAAU,EACV,SAAS,EACT,QAAQ,GACT,EAAE,oBAAoB,+BAyEtB;AAED,wBAAgB,UAAU,wBAQzB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,+BAEjC"}
@@ -1,3 +1,3 @@
1
- export { Sidebar, SidebarBadge, SidebarBrand, SidebarCollapse, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarItem, SidebarLink, SidebarNav, SidebarOverlay, SidebarProvider, SidebarTrigger, useSidebar, } from "./Sidebar";
1
+ export { Sidebar, SidebarBadge, SidebarBrand, SidebarCollapse, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarItem, SidebarLink, SidebarNav, SidebarOverlay, SidebarProvider, SidebarTrigger, useSidebar, useSidebarOptional, } from "./Sidebar";
2
2
  export type { SidebarBadgeClassNames, SidebarBadgeProps, SidebarBrandProps, SidebarClassNames, SidebarCollapseClassNames, SidebarCollapseProps, SidebarContentClassNames, SidebarContentProps, SidebarFooterClassNames, SidebarFooterProps, SidebarGroupClassNames, SidebarGroupLabelClassNames, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderClassNames, SidebarHeaderProps, SidebarItemClassNames, SidebarItemProps, SidebarLinkClassNames, SidebarLinkProps, SidebarNavClassNames, SidebarNavProps, SidebarOverlayClassNames, SidebarOverlayProps, SidebarProviderClassNames, SidebarProviderProps, SidebarTriggerClassNames, SidebarTriggerProps, SidebarProps, } from "../../types/sidebar";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,cAAc,EACd,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,eAAe,EACf,cAAc,EACd,UAAU,GACX,MAAM,WAAW,CAAC;AACnB,YAAY,EACV,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,2BAA2B,EAC3B,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,cAAc,EACd,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,eAAe,EACf,cAAc,EACd,UAAU,EACV,kBAAkB,GACnB,MAAM,WAAW,CAAC;AAEnB,YAAY,EACV,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,2BAA2B,EAC3B,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { StepLabelProps, StepProps, StepperProps } from "../../types/stepper";
2
+ import "./styles/stepper.css";
3
+ declare const StepperRoot: import("react").ForwardRefExoticComponent<StepperProps & import("react").RefAttributes<HTMLOListElement>>;
4
+ export declare const Step: import("react").ForwardRefExoticComponent<StepProps & import("react").RefAttributes<HTMLLIElement>>;
5
+ export declare const StepLabel: import("react").ForwardRefExoticComponent<StepLabelProps & import("react").RefAttributes<HTMLSpanElement>>;
6
+ type StepperComponent = typeof StepperRoot & {
7
+ Step: typeof Step;
8
+ StepLabel: typeof StepLabel;
9
+ };
10
+ export declare const Stepper: StepperComponent;
11
+ export {};
12
+ //# sourceMappingURL=Stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/Stepper.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACV,cAAc,EACd,SAAS,EAET,YAAY,EACb,MAAM,qBAAqB,CAAC;AAG7B,OAAO,sBAAsB,CAAC;AAuB9B,QAAA,MAAM,WAAW,2GAmCf,CAAC;AAEH,eAAO,MAAM,IAAI,qGAoFf,CAAC;AAEH,eAAO,MAAM,SAAS,4GAYrB,CAAC;AAEF,KAAK,gBAAgB,GAAG,OAAO,WAAW,GAAG;IAC3C,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,SAAS,EAAE,OAAO,SAAS,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAkB,gBAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Stepper.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.test.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/Stepper.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import type { StepperContextValue } from "../../types/stepper";
2
+ export declare const StepperContext: import("react").Context<StepperContextValue | null>;
3
+ export declare function useStepperContext(): StepperContextValue;
4
+ //# sourceMappingURL=StepperContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepperContext.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/StepperContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE/D,eAAO,MAAM,cAAc,qDAAkD,CAAC;AAE9E,wBAAgB,iBAAiB,IAAI,mBAAmB,CAQvD"}
@@ -0,0 +1,3 @@
1
+ export { Step, StepLabel, Stepper } from "./Stepper";
2
+ export type { StepClassNames, StepInternalProps, StepLabelClassNames, StepLabelProps, StepProps, StepState, StepperClassNames, StepperContextValue, StepperProps, } from "../../types/stepper";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACrD,YAAY,EACV,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SwitchProps } from "../../types/switch";
2
+ import "./styles/switch.css";
3
+ export declare function Switch({ checked, defaultChecked, onCheckedChange, label, labelPosition, disabled, invalid, required, name, value, id: idProp, "aria-label": ariaLabel, classNames, className, }: SwitchProps): import("react").JSX.Element;
4
+ //# sourceMappingURL=Switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,qBAAqB,CAAC;AAE7B,wBAAgB,MAAM,CAAC,EACrB,OAAO,EACP,cAAc,EACd,eAAe,EACf,KAAK,EACL,aAAuB,EACvB,QAAgB,EAChB,OAAe,EACf,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,EAAE,EAAE,MAAM,EACV,YAAY,EAAE,SAAS,EACvB,UAAU,EACV,SAAS,GACV,EAAE,WAAW,+BAmDb"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Switch.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.test.d.ts","sourceRoot":"","sources":["../../../src/components/switch/Switch.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { Switch } from "./Switch";
2
+ export type { SwitchClassNames, SwitchProps } from "../../types/switch";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,13 +1,10 @@
1
- import { type ReactNode, type Ref } from "react";
2
- import type { TableContentProps } from "../../types/table";
1
+ import { type Ref } from "react";
2
+ import type { TableContentProps, TableFooterProps } from "../../types/table";
3
3
  import type { TableProps } from "../../types/table";
4
4
  import "./styles/table.css";
5
5
  export declare const Table: import("react").ForwardRefExoticComponent<TableProps & import("react").RefAttributes<HTMLDivElement>>;
6
6
  export declare const TableContent: <T>(props: TableContentProps<T> & {
7
7
  ref?: Ref<HTMLDivElement>;
8
8
  }) => React.ReactElement;
9
- export declare const TableFooter: import("react").ForwardRefExoticComponent<{
10
- className?: string;
11
- children?: ReactNode;
12
- } & import("react").RefAttributes<HTMLDivElement>>;
9
+ export declare const TableFooter: import("react").ForwardRefExoticComponent<TableFooterProps & import("react").RefAttributes<HTMLDivElement>>;
13
10
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,SAAS,EAEd,KAAK,GAAG,EAET,MAAM,OAAO,CAAC;AAUf,OAAO,KAAK,EAAe,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,mBAAmB,CAAC;AAEnE,OAAO,oBAAoB,CAAC;AA4B5B,eAAO,MAAM,KAAK,uGAoBhB,CAAC;AA6ZH,eAAO,MAAM,YAAY,EAAqC,CAAC,CAAC,EAC9D,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,KACxD,KAAK,CAAC,YAAY,CAAC;AAIxB,eAAO,MAAM,WAAW;gBAER,MAAM;eAAa,SAAS;kDAO1C,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,GAAG,EAET,MAAM,OAAO,CAAC;AAkBf,OAAO,KAAK,EAEV,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,mBAAmB,CAAC;AAEnE,OAAO,oBAAoB,CAAC;AA0B5B,eAAO,MAAM,KAAK,uGAoBhB,CAAC;AAqoBH,eAAO,MAAM,YAAY,EAAqC,CAAC,CAAC,EAC9D,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,KACxD,KAAK,CAAC,YAAY,CAAC;AAExB,eAAO,MAAM,WAAW,6GAYvB,CAAC"}
@@ -1,14 +1,7 @@
1
- import { type ReactNode } from "react";
2
- import type { TableSearchProps, TableFilterProps } from "../../types/table";
1
+ import type { TableSearchProps, TableFilterProps, TableActionsProps, TableHeaderProps } from "../../types/table";
3
2
  import "./styles/table.css";
4
- export declare const TableActions: import("react").ForwardRefExoticComponent<{
5
- className?: string;
6
- children?: ReactNode;
7
- } & import("react").RefAttributes<HTMLDivElement>>;
8
- export declare const TableHeader: import("react").ForwardRefExoticComponent<{
9
- className?: string;
10
- children?: ReactNode;
11
- } & import("react").RefAttributes<HTMLDivElement>>;
3
+ export declare const TableActions: import("react").ForwardRefExoticComponent<TableActionsProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ export declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
12
5
  export declare const TableSearch: import("react").ForwardRefExoticComponent<TableSearchProps & import("react").RefAttributes<HTMLInputElement>>;
13
6
  export declare const TableFilter: import("react").ForwardRefExoticComponent<TableFilterProps & import("react").RefAttributes<HTMLDivElement>>;
14
7
  //# sourceMappingURL=TableHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/table/TableHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE5E,OAAO,oBAAoB,CAAC;AAc5B,eAAO,MAAM,YAAY;gBAET,MAAM;eAAa,SAAS;kDAW1C,CAAC;AAIH,eAAO,MAAM,WAAW;gBAER,MAAM;eAAa,SAAS;kDAW1C,CAAC;AAIH,eAAO,MAAM,WAAW,+GAiGvB,CAAC;AAIF,eAAO,MAAM,WAAW,6GAgIvB,CAAC"}
1
+ {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/table/TableHeader.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EACV,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,oBAAoB,CAAC;AAU5B,eAAO,MAAM,YAAY,8GAYxB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAYvB,CAAC;AAEF,eAAO,MAAM,WAAW,+GAkGvB,CAAC;AAEF,eAAO,MAAM,WAAW,6GA8NvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TablePagination.d.ts","sourceRoot":"","sources":["../../../src/components/table/TablePagination.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,oBAAoB,CAAC;AA4E5B,eAAO,MAAM,eAAe,oHAsH1B,CAAC"}
1
+ {"version":3,"file":"TablePagination.d.ts","sourceRoot":"","sources":["../../../src/components/table/TablePagination.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,oBAAoB,CAAC;AAsE5B,eAAO,MAAM,eAAe,oHAiI1B,CAAC"}
@@ -2,5 +2,5 @@ export { Table, TableContent, TableFooter } from "./Table";
2
2
  export { TableHeader, TableSearch, TableFilter, TableActions } from "./TableHeader";
3
3
  export { TablePagination } from "./TablePagination";
4
4
  export { TableBulkActions } from "./TableBulkActions";
5
- export type { TableClassNames, TableColumn, TableContentProps, TableFilterProps, TableFooterProps, TableHeaderProps, TableProps, TableSearchProps, PaginationControlsProps, TableBulkAction, TableBulkActionsClassNames, TableBulkActionsProps, TableRowAction, } from "../../types/table";
5
+ export type { TableClassNames, TableColumn, TableContentClassNames, TableContentProps, TableFilterClassNames, TableFilterProps, TableFilterVariant, TableFooterClassNames, TableFooterProps, TableHeaderClassNames, TableHeaderProps, TableProps, TableSearchClassNames, TableSearchProps, TableActionsClassNames, TableActionsProps, TablePaginationClassNames, PaginationControlsProps, TableBulkAction, TableBulkActionsClassNames, TableBulkActionsProps, TableRowAction, } from "../../types/table";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EACV,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,uBAAuB,EACvB,eAAe,EACf,0BAA0B,EAC1B,qBAAqB,EACrB,cAAc,GACf,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EACV,eAAe,EACf,WAAW,EACX,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,UAAU,EACV,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,eAAe,EACf,0BAA0B,EAC1B,qBAAqB,EACrB,cAAc,GACf,MAAM,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,mBAAmB,CAAC;AAE3B,eAAO,MAAM,IAAI,sGA0Bf,CAAC;AAEH,eAAO,MAAM,QAAQ,0GA0CpB,CAAC;AAEF,eAAO,MAAM,WAAW,gHAUvB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAUvB,CAAC"}
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,mBAAmB,CAAC;AAE3B,eAAO,MAAM,IAAI,sGAoBf,CAAC;AAEH,eAAO,MAAM,QAAQ,0GA0CpB,CAAC;AAEF,eAAO,MAAM,WAAW,gHAUvB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAUvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useTabsLineIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/hooks/useTabsLineIndicator.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,UAAU,sBAAsB;IAC9B,KAAK,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB;AAOD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,EACzC,OAAO,EAAE,OAAO,GACf,sBAAsB,CA6FxB"}
1
+ {"version":3,"file":"useTabsLineIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/hooks/useTabsLineIndicator.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,UAAU,sBAAsB;IAC9B,KAAK,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB;AASD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,EACzC,OAAO,EAAE,OAAO,GACf,sBAAsB,CAiGxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAY,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAItE,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EAAE,eAAe,EACtB,YAAuB,EACvB,aAAa,EACb,UAAwB,EACxB,SAAS,EACT,KAAK,EACL,QAAQ,GACT,EAAE,kBAAkB,+BAuFpB"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAa,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIvE,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EAAE,eAAe,EACtB,YAAuB,EACvB,aAAa,EACb,UAAyB,EACzB,SAAS,EACT,KAAK,EACL,QAAQ,GACT,EAAE,kBAAkB,+BA+FpB"}
@@ -0,0 +1,11 @@
1
+ import type { CletThemeConfig } from "../../types/theme";
2
+ /**
3
+ * Injects a <style> tag overriding --clet-* tokens for light/dark mode,
4
+ * globally and/or per component. Selectors are matched to the specificity
5
+ * the library's own CSS uses for that token, so the override wins via
6
+ * source order (this tag is appended after the library stylesheet)
7
+ * rather than needing !important. Keys are camelCase (e.g. "primary",
8
+ * "radiusBase") and are translated to their real --clet-* custom property.
9
+ */
10
+ export declare function cletTheme(config: CletThemeConfig): void;
11
+ //# sourceMappingURL=cletTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cletTheme.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAoCzD;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CAkDvD"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=cletTheme.test-d.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cletTheme.test-d.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.test-d.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=cletTheme.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cletTheme.test.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.test.ts"],"names":[],"mappings":""}
@@ -1,4 +1,6 @@
1
1
  export { ThemeProvider } from "./ThemeProvider";
2
2
  export { useTheme } from "./useTheme";
3
- export type { GslTheme, ResolvedGslTheme, ThemeProviderProps, UseThemeReturn, } from "../../types/theme";
3
+ export { cletTheme, cletTheme as gslTheme } from "./cletTheme";
4
+ export type { CletComponentThemeConfig, CletComponentThemeConfig as GslComponentThemeConfig, CletComponentThemeOverrides, CletComponentThemeOverrides as GslComponentThemeOverrides, CletTheme, CletTheme as GslTheme, CletThemeConfig, CletThemeConfig as GslThemeConfig, ResolvedCletTheme, ResolvedCletTheme as ResolvedGslTheme, ThemeProviderProps, UseThemeReturn, } from "../../types/theme";
5
+ export type { CletColorValue, CletColorValue as GslColorValue, CletComponentTokenMap, CletComponentTokenMap as GslComponentTokenMap, CletGlobalTokens, CletGlobalTokens as GslGlobalTokens, CletLengthValue, CletLengthValue as GslLengthValue, CletOpacityValue, CletOpacityValue as GslOpacityValue, CletShadowValue, CletShadowValue as GslShadowValue, CletStringValue, CletStringValue as GslStringValue, CletZIndexValue, CletZIndexValue as GslZIndexValue, } from "../../generated/components.theme";
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,QAAQ,EACR,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,GACf,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,SAAS,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC/D,YAAY,EACV,wBAAwB,EACxB,wBAAwB,IAAI,uBAAuB,EACnD,2BAA2B,EAC3B,2BAA2B,IAAI,0BAA0B,EACzD,SAAS,EACT,SAAS,IAAI,QAAQ,EACrB,eAAe,EACf,eAAe,IAAI,cAAc,EACjC,iBAAiB,EACjB,iBAAiB,IAAI,gBAAgB,EACrC,kBAAkB,EAClB,cAAc,GACf,MAAM,mBAAmB,CAAC;AAC3B,YAAY,EACV,cAAc,EACd,cAAc,IAAI,aAAa,EAC/B,qBAAqB,EACrB,qBAAqB,IAAI,oBAAoB,EAC7C,gBAAgB,EAChB,gBAAgB,IAAI,eAAe,EACnC,eAAe,EACf,eAAe,IAAI,cAAc,EACjC,gBAAgB,EAChB,gBAAgB,IAAI,eAAe,EACnC,eAAe,EACf,eAAe,IAAI,cAAc,EACjC,eAAe,EACf,eAAe,IAAI,cAAc,EACjC,eAAe,EACf,eAAe,IAAI,cAAc,GAClC,MAAM,kCAAkC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { TimelineDataProps, TimelineFooterProps, TimelineItemProps, TimelineProps, TimelineTitleProps } from "../../types/timeline";
2
+ import "./styles/timeline.css";
3
+ export declare const Timeline: import("react").ForwardRefExoticComponent<TimelineProps & import("react").RefAttributes<HTMLOListElement>>;
4
+ export declare const TimelineItem: import("react").ForwardRefExoticComponent<TimelineItemProps & import("react").RefAttributes<HTMLLIElement>>;
5
+ export declare const TimelineTitle: import("react").ForwardRefExoticComponent<TimelineTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
6
+ export declare const TimelineData: import("react").ForwardRefExoticComponent<TimelineDataProps & import("react").RefAttributes<HTMLParagraphElement>>;
7
+ export declare const TimelineFooter: import("react").ForwardRefExoticComponent<TimelineFooterProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ //# sourceMappingURL=Timeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/Timeline.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACV,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,aAAa,EACb,kBAAkB,EACnB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,uBAAuB,CAAC;AAE/B,eAAO,MAAM,QAAQ,4GAsBpB,CAAC;AAEF,eAAO,MAAM,YAAY,6GA4CxB,CAAC;AAEF,eAAO,MAAM,aAAa,mHAezB,CAAC;AAEF,eAAO,MAAM,YAAY,oHAYxB,CAAC;AAEF,eAAO,MAAM,cAAc,gHAY1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Timeline.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Timeline.test.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/Timeline.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { Timeline, TimelineData, TimelineFooter, TimelineItem, TimelineTitle } from "./Timeline";
2
+ export type { TimelineClassNames, TimelineDataClassNames, TimelineDataProps, TimelineFooterClassNames, TimelineFooterProps, TimelineItemClassNames, TimelineItemProps, TimelineItemMode, TimelineProps, TimelineTitleClassNames, TimelineTitleProps, } from "../../types/timeline";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACjG,YAAY,EACV,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACb,uBAAuB,EACvB,kBAAkB,GACnB,MAAM,sBAAsB,CAAC"}
@@ -1,4 +1,9 @@
1
1
  import type { UploadFieldProps } from "../../types/upload-field";
2
2
  import "./styles/upload-field.css";
3
+ /** File-type badge icon (PDF/image/video/generic) for a given `File`. Also used internally by `UploadField`'s file cards. */
4
+ export declare function FileFormatIcon({ file, size }: {
5
+ file: File;
6
+ size?: number;
7
+ }): import("react").JSX.Element;
3
8
  export declare const UploadField: import("react").ForwardRefExoticComponent<UploadFieldProps & import("react").RefAttributes<HTMLDivElement>>;
4
9
  //# sourceMappingURL=UploadField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UploadField.d.ts","sourceRoot":"","sources":["../../../src/components/upload-field/UploadField.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,OAAO,2BAA2B,CAAC;AA2DnC,eAAO,MAAM,WAAW,6GAmPvB,CAAC"}
1
+ {"version":3,"file":"UploadField.d.ts","sourceRoot":"","sources":["../../../src/components/upload-field/UploadField.tsx"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,OAAO,2BAA2B,CAAC;AAsBnC,6HAA6H;AAC7H,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,EAAE;IAAE,IAAI,EAAE,IAAI,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,+BAMhF;AAgCD,eAAO,MAAM,WAAW,6GA6UvB,CAAC"}
@@ -1,3 +1,3 @@
1
- export { UploadField } from "./UploadField";
2
- export type { UploadFieldClassNames, UploadFieldProps, } from "../../types/upload-field";
1
+ export { FileFormatIcon, UploadField } from "./UploadField";
2
+ export type { UploadFieldClassNames, UploadFieldFileStatus, UploadFieldFileStatusKind, UploadFieldProps, } from "../../types/upload-field";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/upload-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/upload-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5D,YAAY,EACV,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { type ReactNode } from "react";
2
+ import type { RouterAdapterValue } from "../types/router-adapter";
3
+ /**
4
+ * React context holding the current `RouterAdapterValue`.
5
+ * Populated by `<RouterAdapterProvider>`.
6
+ *
7
+ * When no provider is present, the default entry point
8
+ * (`src/index.ts`) uses `useReactRouterAdapter` directly
9
+ * (react-router-dom) — it does NOT read from this context.
10
+ *
11
+ * The Next.js entry (`src/next-index.ts`) REQUIRES a provider.
12
+ */
13
+ export declare const RouterAdapterContext: import("react").Context<RouterAdapterValue | null>;
14
+ /**
15
+ * Provider to inject a custom router adapter.
16
+ *
17
+ * ```tsx
18
+ * <RouterAdapterProvider value={adapter}>
19
+ * <App />
20
+ * </RouterAdapterProvider>
21
+ * ```
22
+ */
23
+ export declare function RouterAdapterProvider({ value, children, }: {
24
+ value: RouterAdapterValue;
25
+ children: ReactNode;
26
+ }): import("react").JSX.Element;
27
+ //# sourceMappingURL=router-adapter-context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router-adapter-context.d.ts","sourceRoot":"","sources":["../../src/contexts/router-adapter-context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAElE;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,oDAEhC,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CAAC,EACrC,KAAK,EACL,QAAQ,GACR,EAAE;IACF,KAAK,EAAE,kBAAkB,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACpB,+BAMA"}