@abyss-project/commons-front-core 1.0.136 → 1.0.141

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 (268) hide show
  1. package/README.md +30 -2
  2. package/declaration.d.ts +13 -13
  3. package/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
  4. package/dist/assets/index.d.ts +0 -1
  5. package/dist/assets/logo/index.d.ts +1 -0
  6. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
  7. package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
  8. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
  9. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  10. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
  11. package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
  12. package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
  13. package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
  14. package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
  15. package/dist/components/Avatars/index.d.ts +2 -0
  16. package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
  17. package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
  18. package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
  19. package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
  20. package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
  21. package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
  22. package/dist/components/Cards/index.d.ts +2 -0
  23. package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
  24. package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
  25. package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
  26. package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
  27. package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
  28. package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
  29. package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
  30. package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
  31. package/dist/components/Charts/index.d.ts +4 -0
  32. package/dist/components/Charts/useNivoTheme.d.ts +65 -0
  33. package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
  34. package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
  35. package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
  36. package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
  37. package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
  38. package/dist/components/CookieConsent/index.d.ts +8 -0
  39. package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
  40. package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
  41. package/dist/components/CookieConsent/types.d.ts +11 -0
  42. package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
  43. package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
  44. package/dist/components/Data/AbyssTable/index.d.ts +2 -0
  45. package/dist/components/Data/index.d.ts +1 -0
  46. package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
  47. package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
  48. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
  49. package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
  50. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
  51. package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
  52. package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
  53. package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
  54. package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
  55. package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
  56. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
  57. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
  58. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
  59. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
  60. package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
  61. package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
  62. package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
  63. package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
  64. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
  65. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  66. package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
  67. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
  68. package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
  69. package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
  70. package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
  71. package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
  72. package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
  73. package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
  74. package/dist/components/Inputs/index.d.ts +13 -6
  75. package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
  76. package/dist/components/Invitations/index.d.ts +2 -0
  77. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
  78. package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
  79. package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
  80. package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
  81. package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
  82. package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
  83. package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
  84. package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
  85. package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
  86. package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
  87. package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
  88. package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
  89. package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
  90. package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
  91. package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
  92. package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
  93. package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
  94. package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
  95. package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
  96. package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
  97. package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
  98. package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
  99. package/dist/components/Layouts/index.d.ts +8 -0
  100. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
  101. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
  102. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
  103. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
  104. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
  105. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
  106. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
  107. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
  108. package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
  109. package/dist/components/Modals/index.d.ts +2 -2
  110. package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
  111. package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
  112. package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
  113. package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
  114. package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
  115. package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
  116. package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
  117. package/dist/components/PdfEditor/index.d.ts +3 -0
  118. package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
  119. package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
  120. package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
  121. package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
  122. package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
  123. package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
  124. package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
  125. package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
  126. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
  127. package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
  128. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
  129. package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
  130. package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
  131. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
  132. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
  133. package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
  134. package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
  135. package/dist/components/PdfEditor/types.d.ts +217 -0
  136. package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
  137. package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
  138. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
  139. package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
  140. package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
  141. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
  142. package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
  143. package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
  144. package/dist/components/QuotaReached/index.d.ts +6 -0
  145. package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
  146. package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
  147. package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
  148. package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
  149. package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
  150. package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
  151. package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
  152. package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
  153. package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
  154. package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
  155. package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
  156. package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
  157. package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
  158. package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
  159. package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
  160. package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
  161. package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
  162. package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
  163. package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
  164. package/dist/components/Support/index.d.ts +18 -0
  165. package/dist/components/Support/types.d.ts +252 -0
  166. package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
  167. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
  168. package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
  169. package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
  170. package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
  171. package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
  172. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
  173. package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
  174. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
  175. package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
  176. package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
  177. package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
  178. package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
  179. package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
  180. package/dist/components/Utils/Toast/index.d.ts +1 -0
  181. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
  182. package/dist/components/Utils/index.d.ts +6 -3
  183. package/dist/components/index.d.ts +10 -8
  184. package/dist/cookie-consent.d.ts +2 -0
  185. package/dist/cookie-consent.js +16 -0
  186. package/dist/hooks/index.d.ts +4 -1
  187. package/dist/hooks/use-cloud.hook.d.ts +3 -3
  188. package/dist/hooks/use-public-users.hook.d.ts +13 -0
  189. package/dist/hooks/use-rich-intl.hook.d.ts +1370 -212
  190. package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
  191. package/dist/{index-CjCtN6N9.js → index-0jt8DKLf.js} +11 -11
  192. package/dist/{index-DsEAU1Su.js → index-B3Y7Rb_Q.js} +1 -1
  193. package/dist/{index-DrwZbK23.js → index-BLr1fOuq.js} +4 -4
  194. package/dist/{index-BirsZhiu.js → index-BWj4TKOS.js} +2 -2
  195. package/dist/{index-Bk2NQz31.js → index-B_fAiFZq.js} +3 -3
  196. package/dist/{index-DE33bhgE.js → index-Blqg9cwf.js} +3 -3
  197. package/dist/{index--QxdNiuT.js → index-BrSAVa-Q.js} +2 -2
  198. package/dist/{index-CzRcWnfQ.js → index-C70H1Rqy.js} +4 -4
  199. package/dist/{index-Vsp-9vGI.js → index-C9HpxdlC.js} +2 -2
  200. package/dist/{index-C9V6yx6I.js → index-CDvwJmU3.js} +8 -8
  201. package/dist/index-CI_ndLtL.js +114828 -0
  202. package/dist/{index-DufXsxfg.js → index-CQv4ue2W.js} +2 -2
  203. package/dist/{index-DyrkSLE1.js → index-CRlvyprK.js} +3 -3
  204. package/dist/{index-BN2zc6Mp.js → index-Cb3RkMZy.js} +2 -2
  205. package/dist/{index-C7YWMnUi.js → index-CkpUdKTG.js} +3 -3
  206. package/dist/{index-yhL2fUpe.js → index-CnuCwLCI.js} +2 -2
  207. package/dist/{index-Cr-guXyg.js → index-CxyWN2Jp.js} +2 -2
  208. package/dist/{index-CLLYU3Ob.js → index-DQJBss56.js} +2 -2
  209. package/dist/{index-CyMfYJL8.js → index-jiAI8FrN.js} +4 -4
  210. package/dist/{index-DdIC_a4G.js → index-prtXdje2.js} +2 -2
  211. package/dist/{index-D39o_sai.js → index-rNuCv1FV.js} +5 -5
  212. package/dist/{index-D4xMvqEH.js → index-tz9rZQUM.js} +8 -8
  213. package/dist/index.d.ts +1 -1
  214. package/dist/index.js +237 -117
  215. package/dist/theme/augmentation.d.ts +78 -0
  216. package/dist/theme/components/buttons.d.ts +35 -0
  217. package/dist/theme/components/data-display.d.ts +4 -0
  218. package/dist/theme/components/index.d.ts +2 -0
  219. package/dist/theme/components/inputs.d.ts +4 -0
  220. package/dist/theme/components/navigation.d.ts +4 -0
  221. package/dist/theme/components/surfaces.d.ts +4 -0
  222. package/dist/theme/create-theme.d.ts +3 -0
  223. package/dist/theme/index.d.ts +15 -0
  224. package/dist/theme/palettes/common.d.ts +61 -0
  225. package/dist/theme/palettes/dark.d.ts +66 -0
  226. package/dist/theme/palettes/light.d.ts +66 -0
  227. package/dist/theme/tokens/animations.d.ts +30 -0
  228. package/dist/theme/tokens/borders.d.ts +11 -0
  229. package/dist/theme/tokens/colors.d.ts +102 -0
  230. package/dist/theme/tokens/shadows.d.ts +45 -0
  231. package/dist/theme/tokens/transitions.d.ts +21 -0
  232. package/dist/theme/tokens/typography.d.ts +93 -0
  233. package/dist/translations/en.d.ts +668 -9
  234. package/dist/translations/fr.d.ts +668 -9
  235. package/dist/utils/billing.utils.d.ts +7 -0
  236. package/dist/utils/index.d.ts +5 -0
  237. package/dist/utils/locale.utils.d.ts +2 -0
  238. package/dist/utils/share-notification.utils.d.ts +1 -0
  239. package/dist/utils/space-display-name.utils.d.ts +9 -0
  240. package/package.json +36 -7
  241. package/tsconfig.json +35 -37
  242. package/vite.config.ts +75 -77
  243. package/vitest.config.ts +14 -0
  244. package/.eslintrc.cjs +0 -30
  245. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
  246. package/dist/components/AllCloudMetrics/index.d.ts +0 -1
  247. package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
  248. package/dist/components/FiltersBox/index.d.ts +0 -1
  249. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
  250. package/dist/components/FreepikSearch/index.d.ts +0 -1
  251. package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
  252. package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
  253. package/dist/components/Inputs/Toggle/index.d.ts +0 -1
  254. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
  255. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
  256. package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
  257. package/dist/components/Modals/UserSettings/index.d.ts +0 -2
  258. package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
  259. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
  260. package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
  261. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
  262. package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
  263. package/dist/hooks/use-theme.hook.d.ts +0 -1
  264. package/dist/index-_UVTFDmE.js +0 -122724
  265. package/dist/stylesheet.d.ts +0 -128
  266. package/dist/web-Bt2mRnhv.js +0 -18
  267. /package/dist/{index.css → commons-front-core.css} +0 -0
  268. /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
@@ -0,0 +1,35 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiButton' | 'MuiIconButton' | 'MuiListItemButton' | 'MuiToggleButton' | 'MuiToggleButtonGroup'>;
3
+ export declare const buttonOverrides: Overrides;
4
+ export declare const loadingButtonOverrides: {
5
+ MuiLoadingButton: {
6
+ variants: ({
7
+ props: {
8
+ variant: "text";
9
+ };
10
+ style: {
11
+ textTransform: string;
12
+ '&:hover': {
13
+ backgroundColor: string;
14
+ };
15
+ fontWeight?: undefined;
16
+ borderRadius?: undefined;
17
+ padding?: undefined;
18
+ fontSize?: undefined;
19
+ };
20
+ } | {
21
+ props: {
22
+ variant: "contained";
23
+ };
24
+ style: {
25
+ fontWeight: number;
26
+ borderRadius: "8px";
27
+ padding: string;
28
+ fontSize: number;
29
+ textTransform?: undefined;
30
+ '&:hover'?: undefined;
31
+ };
32
+ })[];
33
+ };
34
+ };
35
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiChip' | 'MuiTooltip' | 'MuiTableRow' | 'MuiLink'> & Record<string, unknown>;
3
+ export declare const dataDisplayOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,2 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ export declare const componentOverrides: Components<Theme> & Record<string, unknown>;
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiTextField' | 'MuiFilledInput' | 'MuiOutlinedInput' | 'MuiSelect' | 'MuiAutocomplete' | 'MuiSlider' | 'MuiInputLabel' | 'MuiInputBase' | 'MuiSwitch' | 'MuiCheckbox' | 'MuiRadio' | 'MuiFormControlLabel'>;
3
+ export declare const inputOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiMenu' | 'MuiPopover' | 'MuiMenuItem'>;
3
+ export declare const navigationOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ type Overrides = Pick<Components<Theme>, 'MuiPaper' | 'MuiDialog' | 'MuiDrawer' | 'MuiCard' | 'MuiCardContent' | 'MuiTableContainer' | 'MuiAlert'>;
3
+ export declare const surfaceOverrides: Overrides;
4
+ export {};
@@ -0,0 +1,3 @@
1
+ import { Theme } from '@mui/material';
2
+ export type ThemeMode = 'light' | 'dark';
3
+ export declare function createAbyssTheme(mode?: ThemeMode): Theme;
@@ -0,0 +1,15 @@
1
+ import { Theme } from '@mui/material';
2
+ export { createAbyssTheme } from './create-theme';
3
+ export type { ThemeMode } from './create-theme';
4
+ export declare const theme: Theme;
5
+ export * as colors from './tokens/colors';
6
+ export { indigo, neutral, cyan, amber, red, green, purple, chipColors, colorPool, colorPoolExtended, tagColorPool, getPoolColor, getPoolColorExtended } from './tokens/colors';
7
+ export { radius } from './tokens/borders';
8
+ export { transition, duration, easing } from './tokens/transitions';
9
+ export { shadow, shadowLight, glow, glowCyan, textShadow } from './tokens/shadows';
10
+ export { fontSize, fontWeight, fontFamily, iconSize, typographyVariants } from './tokens/typography';
11
+ export { shimmer, bioluminescentPulse } from './tokens/animations';
12
+ export { slideInUp, fadeIn, pulseGlow } from './tokens/animations';
13
+ export { brand, social, glassDark, glassLight, gradientsDark, gradientsLight } from './palettes/common';
14
+ export { darkPalette, darkCustom } from './palettes/dark';
15
+ export { lightPalette, lightCustom } from './palettes/light';
@@ -0,0 +1,61 @@
1
+ export declare const brand: {
2
+ readonly primary: "#6366F1";
3
+ readonly primaryLight: "#818CF8";
4
+ readonly primaryDark: "#4338CA";
5
+ readonly accent: "#22D3EE";
6
+ readonly accentLight: "#67E8F9";
7
+ readonly accentDark: "#0891B2";
8
+ readonly warm: "#FCA311";
9
+ readonly warmLight: "#FCD34D";
10
+ readonly warmDark: "#D97706";
11
+ readonly purple: "#9333EA";
12
+ readonly purpleLight: "#C084FC";
13
+ };
14
+ export declare const social: {
15
+ readonly discord: "#5865F2";
16
+ readonly discordHover: "#4752C4";
17
+ readonly google: "#4285F4";
18
+ readonly googleHover: "#3367D6";
19
+ readonly slack: "#4A154B";
20
+ readonly slackHover: "#3B1139";
21
+ };
22
+ export declare const glassDark: {
23
+ readonly background: "rgba(99, 102, 241, 0.06)";
24
+ readonly backgroundHover: "rgba(99, 102, 241, 0.10)";
25
+ readonly backgroundActive: "rgba(99, 102, 241, 0.14)";
26
+ readonly backgroundElevated: "rgba(99, 102, 241, 0.08)";
27
+ readonly border: "rgba(99, 102, 241, 0.20)";
28
+ readonly borderHover: "rgba(99, 102, 241, 0.35)";
29
+ readonly borderFocus: "rgba(99, 102, 241, 0.6)";
30
+ readonly blur: "blur(8px)";
31
+ readonly blurStrong: "blur(12px)";
32
+ };
33
+ export declare const glassLight: {
34
+ readonly background: "rgba(255, 255, 255, 0.70)";
35
+ readonly backgroundHover: "rgba(255, 255, 255, 0.85)";
36
+ readonly backgroundActive: "rgba(99, 102, 241, 0.06)";
37
+ readonly backgroundElevated: "rgba(255, 255, 255, 0.82)";
38
+ readonly border: "rgba(99, 102, 241, 0.12)";
39
+ readonly borderHover: "rgba(99, 102, 241, 0.30)";
40
+ readonly borderFocus: "rgba(99, 102, 241, 0.5)";
41
+ readonly blur: "blur(8px)";
42
+ readonly blurStrong: "blur(12px)";
43
+ };
44
+ export declare const gradientsDark: {
45
+ readonly surface: "linear-gradient(145deg, rgba(30, 27, 75, 0.5) 0%, rgba(9, 9, 11, 0.6) 100%)";
46
+ readonly brand: "linear-gradient(135deg, #4F46E5 0%, #6366F1 40%, #06B6D4 100%)";
47
+ readonly brandAlt: "linear-gradient(135deg, #6366F1 0%, #9333EA 100%)";
48
+ readonly brandSubtle: "linear-gradient(145deg, rgba(99, 102, 241, 0.12) 0%, rgba(34, 211, 238, 0.06) 100%)";
49
+ readonly warmSubtle: "linear-gradient(135deg, rgba(99, 102, 241, 0.10) 0%, rgba(252, 163, 17, 0.08) 100%)";
50
+ readonly bioluminescent: "radial-gradient(ellipse at top, rgba(34, 211, 238, 0.12) 0%, rgba(99, 102, 241, 0.04) 50%, transparent 70%)";
51
+ readonly abyss: "radial-gradient(ellipse at bottom, rgba(30, 27, 75, 0.4) 0%, rgba(9, 9, 11, 0) 70%)";
52
+ };
53
+ export declare const gradientsLight: {
54
+ readonly surface: "linear-gradient(145deg, rgba(99, 102, 241, 0.03) 0%, rgba(244, 246, 251, 0.5) 100%)";
55
+ readonly brand: "linear-gradient(135deg, #4F46E5 0%, #6366F1 40%, #06B6D4 100%)";
56
+ readonly brandAlt: "linear-gradient(135deg, #6366F1 0%, #9333EA 100%)";
57
+ readonly brandSubtle: "linear-gradient(145deg, rgba(99, 102, 241, 0.04) 0%, rgba(34, 211, 238, 0.02) 100%)";
58
+ readonly warmSubtle: "linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(252, 163, 17, 0.03) 100%)";
59
+ readonly bioluminescent: "radial-gradient(ellipse at top, rgba(34, 211, 238, 0.04) 0%, transparent 60%)";
60
+ readonly abyss: "radial-gradient(ellipse at bottom, rgba(99, 102, 241, 0.08) 0%, rgba(244, 246, 251, 0) 70%)";
61
+ };
@@ -0,0 +1,66 @@
1
+ import { ThemeOptions } from '@mui/material';
2
+ export declare const darkPalette: ThemeOptions['palette'];
3
+ export declare const darkCustom: {
4
+ readonly glass: {
5
+ readonly background: "rgba(99, 102, 241, 0.06)";
6
+ readonly backgroundHover: "rgba(99, 102, 241, 0.10)";
7
+ readonly backgroundActive: "rgba(99, 102, 241, 0.14)";
8
+ readonly backgroundElevated: "rgba(99, 102, 241, 0.08)";
9
+ readonly border: "rgba(99, 102, 241, 0.20)";
10
+ readonly borderHover: "rgba(99, 102, 241, 0.35)";
11
+ readonly borderFocus: "rgba(99, 102, 241, 0.6)";
12
+ readonly blur: "blur(8px)";
13
+ readonly blurStrong: "blur(12px)";
14
+ };
15
+ readonly gradients: {
16
+ readonly surface: "linear-gradient(145deg, rgba(30, 27, 75, 0.5) 0%, rgba(9, 9, 11, 0.6) 100%)";
17
+ readonly brand: "linear-gradient(135deg, #4F46E5 0%, #6366F1 40%, #06B6D4 100%)";
18
+ readonly brandAlt: "linear-gradient(135deg, #6366F1 0%, #9333EA 100%)";
19
+ readonly brandSubtle: "linear-gradient(145deg, rgba(99, 102, 241, 0.12) 0%, rgba(34, 211, 238, 0.06) 100%)";
20
+ readonly warmSubtle: "linear-gradient(135deg, rgba(99, 102, 241, 0.10) 0%, rgba(252, 163, 17, 0.08) 100%)";
21
+ readonly bioluminescent: "radial-gradient(ellipse at top, rgba(34, 211, 238, 0.12) 0%, rgba(99, 102, 241, 0.04) 50%, transparent 70%)";
22
+ readonly abyss: "radial-gradient(ellipse at bottom, rgba(30, 27, 75, 0.4) 0%, rgba(9, 9, 11, 0) 70%)";
23
+ };
24
+ readonly brand: {
25
+ readonly primary: "#6366F1";
26
+ readonly primaryLight: "#818CF8";
27
+ readonly primaryDark: "#4338CA";
28
+ readonly accent: "#22D3EE";
29
+ readonly accentLight: "#67E8F9";
30
+ readonly accentDark: "#0891B2";
31
+ readonly warm: "#FCA311";
32
+ readonly warmLight: "#FCD34D";
33
+ readonly warmDark: "#D97706";
34
+ readonly purple: "#9333EA";
35
+ readonly purpleLight: "#C084FC";
36
+ };
37
+ readonly shadow: {
38
+ readonly none: "none";
39
+ readonly xs: "0 1px 2px rgba(0, 0, 0, 0.3)";
40
+ readonly sm: "0 2px 4px rgba(0, 0, 0, 0.3)";
41
+ readonly md: "0 4px 8px rgba(0, 0, 0, 0.3)";
42
+ readonly lg: "0 8px 16px rgba(0, 0, 0, 0.3)";
43
+ readonly xl: "0 12px 24px rgba(0, 0, 0, 0.4)";
44
+ readonly '2xl': "0 20px 40px rgba(0, 0, 0, 0.5)";
45
+ readonly inner: "inset 0 2px 4px rgba(0, 0, 0, 0.3)";
46
+ readonly deep: "10px 0 10px rgba(0, 0, 0, 0.33)";
47
+ };
48
+ readonly glow: {
49
+ readonly sm: "0 0 5px 2px rgba(99, 102, 241, 0.3)";
50
+ readonly md: "0 0 10px 2px rgba(99, 102, 241, 0.3)";
51
+ readonly lg: "0 0 10px 2px rgba(99, 102, 241, 0.5)";
52
+ readonly xl: "0 0 20px 5px rgba(99, 102, 241, 0.4)";
53
+ readonly insetSm: "inset 0 0 5px 2px rgba(99, 102, 241, 0.3)";
54
+ readonly insetMd: "inset 0 0 10px 2px rgba(99, 102, 241, 0.3)";
55
+ readonly insetLg: "inset 0 0 10px 2px rgba(99, 102, 241, 0.5)";
56
+ readonly focus: "0 0 0 2px rgba(99, 102, 241, 0.3)";
57
+ };
58
+ readonly textShadow: {
59
+ readonly light: "rgba(255, 255, 255, 0.5) 0px 0 5px";
60
+ readonly lighter: "rgba(255, 255, 255, 0.5) 0px 0 10px";
61
+ readonly primary: "rgba(99, 102, 241, 0.5) 0px 0 5px";
62
+ readonly primaryLighter: "rgba(99, 102, 241, 0.5) 0px 0 10px";
63
+ readonly amber: "rgba(252, 163, 17, 0.5) 0px 0 5px";
64
+ readonly amberLighter: "rgba(252, 163, 17, 0.5) 0px 0 10px";
65
+ };
66
+ };
@@ -0,0 +1,66 @@
1
+ import { ThemeOptions } from '@mui/material';
2
+ export declare const lightPalette: ThemeOptions['palette'];
3
+ export declare const lightCustom: {
4
+ readonly glass: {
5
+ readonly background: "rgba(255, 255, 255, 0.70)";
6
+ readonly backgroundHover: "rgba(255, 255, 255, 0.85)";
7
+ readonly backgroundActive: "rgba(99, 102, 241, 0.06)";
8
+ readonly backgroundElevated: "rgba(255, 255, 255, 0.82)";
9
+ readonly border: "rgba(99, 102, 241, 0.12)";
10
+ readonly borderHover: "rgba(99, 102, 241, 0.30)";
11
+ readonly borderFocus: "rgba(99, 102, 241, 0.5)";
12
+ readonly blur: "blur(8px)";
13
+ readonly blurStrong: "blur(12px)";
14
+ };
15
+ readonly gradients: {
16
+ readonly surface: "linear-gradient(145deg, rgba(99, 102, 241, 0.03) 0%, rgba(244, 246, 251, 0.5) 100%)";
17
+ readonly brand: "linear-gradient(135deg, #4F46E5 0%, #6366F1 40%, #06B6D4 100%)";
18
+ readonly brandAlt: "linear-gradient(135deg, #6366F1 0%, #9333EA 100%)";
19
+ readonly brandSubtle: "linear-gradient(145deg, rgba(99, 102, 241, 0.04) 0%, rgba(34, 211, 238, 0.02) 100%)";
20
+ readonly warmSubtle: "linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(252, 163, 17, 0.03) 100%)";
21
+ readonly bioluminescent: "radial-gradient(ellipse at top, rgba(34, 211, 238, 0.04) 0%, transparent 60%)";
22
+ readonly abyss: "radial-gradient(ellipse at bottom, rgba(99, 102, 241, 0.08) 0%, rgba(244, 246, 251, 0) 70%)";
23
+ };
24
+ readonly brand: {
25
+ readonly primary: "#6366F1";
26
+ readonly primaryLight: "#818CF8";
27
+ readonly primaryDark: "#4338CA";
28
+ readonly accent: "#22D3EE";
29
+ readonly accentLight: "#67E8F9";
30
+ readonly accentDark: "#0891B2";
31
+ readonly warm: "#FCA311";
32
+ readonly warmLight: "#FCD34D";
33
+ readonly warmDark: "#D97706";
34
+ readonly purple: "#9333EA";
35
+ readonly purpleLight: "#C084FC";
36
+ };
37
+ readonly shadow: {
38
+ readonly none: "none";
39
+ readonly xs: "0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(99, 102, 241, 0.04)";
40
+ readonly sm: "0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(99, 102, 241, 0.05)";
41
+ readonly md: "0 4px 8px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(99, 102, 241, 0.06)";
42
+ readonly lg: "0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(99, 102, 241, 0.06)";
43
+ readonly xl: "0 12px 24px rgba(0, 0, 0, 0.1), 0 12px 32px rgba(99, 102, 241, 0.07)";
44
+ readonly '2xl': "0 20px 40px rgba(0, 0, 0, 0.12), 0 20px 48px rgba(99, 102, 241, 0.08)";
45
+ readonly inner: "inset 0 2px 4px rgba(0, 0, 0, 0.06)";
46
+ readonly deep: "10px 0 10px rgba(0, 0, 0, 0.08)";
47
+ };
48
+ readonly glow: {
49
+ readonly sm: "0 0 5px 2px rgba(99, 102, 241, 0.3)";
50
+ readonly md: "0 0 10px 2px rgba(99, 102, 241, 0.3)";
51
+ readonly lg: "0 0 10px 2px rgba(99, 102, 241, 0.5)";
52
+ readonly xl: "0 0 20px 5px rgba(99, 102, 241, 0.4)";
53
+ readonly insetSm: "inset 0 0 5px 2px rgba(99, 102, 241, 0.3)";
54
+ readonly insetMd: "inset 0 0 10px 2px rgba(99, 102, 241, 0.3)";
55
+ readonly insetLg: "inset 0 0 10px 2px rgba(99, 102, 241, 0.5)";
56
+ readonly focus: "0 0 0 2px rgba(99, 102, 241, 0.3)";
57
+ };
58
+ readonly textShadow: {
59
+ readonly light: "rgba(255, 255, 255, 0.5) 0px 0 5px";
60
+ readonly lighter: "rgba(255, 255, 255, 0.5) 0px 0 10px";
61
+ readonly primary: "rgba(99, 102, 241, 0.5) 0px 0 5px";
62
+ readonly primaryLighter: "rgba(99, 102, 241, 0.5) 0px 0 10px";
63
+ readonly amber: "rgba(252, 163, 17, 0.5) 0px 0 5px";
64
+ readonly amberLighter: "rgba(252, 163, 17, 0.5) 0px 0 10px";
65
+ };
66
+ };
@@ -0,0 +1,30 @@
1
+ export declare const slideInUp: {
2
+ name: string;
3
+ styles: string;
4
+ anim: 1;
5
+ toString: () => string;
6
+ } & string;
7
+ export declare const fadeIn: {
8
+ name: string;
9
+ styles: string;
10
+ anim: 1;
11
+ toString: () => string;
12
+ } & string;
13
+ export declare const pulseGlow: {
14
+ name: string;
15
+ styles: string;
16
+ anim: 1;
17
+ toString: () => string;
18
+ } & string;
19
+ export declare const shimmer: {
20
+ name: string;
21
+ styles: string;
22
+ anim: 1;
23
+ toString: () => string;
24
+ } & string;
25
+ export declare const bioluminescentPulse: {
26
+ name: string;
27
+ styles: string;
28
+ anim: 1;
29
+ toString: () => string;
30
+ } & string;
@@ -0,0 +1,11 @@
1
+ export declare const radius: {
2
+ readonly xs: "2px";
3
+ readonly sm: "4px";
4
+ readonly md: "6px";
5
+ readonly lg: "8px";
6
+ readonly xl: "12px";
7
+ readonly '2xl': "16px";
8
+ readonly '3xl': "20px";
9
+ readonly '4xl': "24px";
10
+ readonly full: "9999px";
11
+ };
@@ -0,0 +1,102 @@
1
+ export declare const indigo: {
2
+ readonly 50: "#EEF2FF";
3
+ readonly 100: "#E0E7FF";
4
+ readonly 200: "#C7D2FE";
5
+ readonly 300: "#A5B4FC";
6
+ readonly 400: "#818CF8";
7
+ readonly 500: "#6366F1";
8
+ readonly 600: "#4F46E5";
9
+ readonly 700: "#4338CA";
10
+ readonly 800: "#3730A3";
11
+ readonly 900: "#312E81";
12
+ readonly 950: "#1E1B4B";
13
+ };
14
+ export declare const neutral: {
15
+ readonly 0: "#FFFFFF";
16
+ readonly 50: "#FAFAFA";
17
+ readonly 100: "#F4F4F5";
18
+ readonly 200: "#E4E4E7";
19
+ readonly 300: "#D4D4D8";
20
+ readonly 400: "#A1A1AA";
21
+ readonly 500: "#71717A";
22
+ readonly 600: "#52525B";
23
+ readonly 700: "#3F3F46";
24
+ readonly 800: "#27272A";
25
+ readonly 850: "#1C1C1E";
26
+ readonly 900: "#18181B";
27
+ readonly 950: "#09090B";
28
+ };
29
+ export declare const cyan: {
30
+ readonly 50: "#ECFEFF";
31
+ readonly 100: "#CFFAFE";
32
+ readonly 200: "#A5F3FC";
33
+ readonly 300: "#67E8F9";
34
+ readonly 400: "#22D3EE";
35
+ readonly 500: "#06B6D4";
36
+ readonly 600: "#0891B2";
37
+ readonly 700: "#0E7490";
38
+ readonly 800: "#155E75";
39
+ readonly 900: "#164E63";
40
+ };
41
+ export declare const amber: {
42
+ readonly 50: "#FFFBEB";
43
+ readonly 100: "#FEF3C7";
44
+ readonly 200: "#FDE68A";
45
+ readonly 300: "#FCD34D";
46
+ readonly 400: "#FCA311";
47
+ readonly 500: "#F59E0B";
48
+ readonly 600: "#D97706";
49
+ readonly 700: "#B45309";
50
+ readonly 800: "#92400E";
51
+ readonly 900: "#78350F";
52
+ };
53
+ export declare const red: {
54
+ readonly 50: "#FEF2F2";
55
+ readonly 100: "#FEE2E2";
56
+ readonly 200: "#FECACA";
57
+ readonly 300: "#FCA5A5";
58
+ readonly 400: "#F87171";
59
+ readonly 500: "#EF4444";
60
+ readonly 600: "#DC2626";
61
+ readonly 700: "#B91C1C";
62
+ readonly 800: "#991B1B";
63
+ readonly 900: "#7F1D1D";
64
+ };
65
+ export declare const green: {
66
+ readonly 50: "#ECFDF5";
67
+ readonly 100: "#D1FAE5";
68
+ readonly 200: "#A7F3D0";
69
+ readonly 300: "#6EE7B7";
70
+ readonly 400: "#34D399";
71
+ readonly 500: "#10B981";
72
+ readonly 600: "#059669";
73
+ readonly 700: "#047857";
74
+ readonly 800: "#065F46";
75
+ readonly 900: "#064E3B";
76
+ };
77
+ export declare const purple: {
78
+ readonly 50: "#FAF5FF";
79
+ readonly 100: "#F3E8FF";
80
+ readonly 200: "#E9D5FF";
81
+ readonly 300: "#D8B4FE";
82
+ readonly 400: "#C084FC";
83
+ readonly 500: "#A855F7";
84
+ readonly 600: "#9333EA";
85
+ readonly 700: "#7C3AED";
86
+ readonly 800: "#6B21A8";
87
+ readonly 900: "#581C87";
88
+ };
89
+ export declare const social: {
90
+ readonly discord: "#5865F2";
91
+ readonly discordHover: "#4752C4";
92
+ readonly google: "#4285F4";
93
+ readonly googleHover: "#3367D6";
94
+ readonly slack: "#4A154B";
95
+ readonly slackHover: "#3B1139";
96
+ };
97
+ export declare const chipColors: Record<string, string>;
98
+ export declare const colorPool: readonly ["#6366F1", "#22D3EE", "#FCA311", "#10B981", "#F472B6", "#A78BFA", "#FB923C", "#34D399", "#F87171", "#38BDF8", "#FACC15", "#C084FC"];
99
+ export declare const colorPoolExtended: readonly ["#6366F1", "#22D3EE", "#FCA311", "#10B981", "#F472B6", "#A78BFA", "#FB923C", "#34D399", "#F87171", "#38BDF8", "#FACC15", "#C084FC", "#E879F9", "#2DD4BF", "#FB7185", "#818CF8", "#4ADE80", "#FCD34D", "#67E8F9", "#F9A8D4"];
100
+ export declare const tagColorPool: readonly ["#6366f1", "#8b5cf6", "#a855f7", "#d946ef", "#ec4899", "#f43f5e", "#ef4444", "#f97316", "#f59e0b", "#eab308", "#84cc16", "#22c55e", "#14b8a6", "#06b6d4", "#0ea5e9", "#3b82f6"];
101
+ export declare const getPoolColor: (index: number) => string;
102
+ export declare const getPoolColorExtended: (index: number) => string;
@@ -0,0 +1,45 @@
1
+ export declare const shadow: {
2
+ readonly none: "none";
3
+ readonly xs: "0 1px 2px rgba(0, 0, 0, 0.3)";
4
+ readonly sm: "0 2px 4px rgba(0, 0, 0, 0.3)";
5
+ readonly md: "0 4px 8px rgba(0, 0, 0, 0.3)";
6
+ readonly lg: "0 8px 16px rgba(0, 0, 0, 0.3)";
7
+ readonly xl: "0 12px 24px rgba(0, 0, 0, 0.4)";
8
+ readonly '2xl': "0 20px 40px rgba(0, 0, 0, 0.5)";
9
+ readonly inner: "inset 0 2px 4px rgba(0, 0, 0, 0.3)";
10
+ readonly deep: "10px 0 10px rgba(0, 0, 0, 0.33)";
11
+ };
12
+ export declare const shadowLight: {
13
+ readonly none: "none";
14
+ readonly xs: "0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(99, 102, 241, 0.04)";
15
+ readonly sm: "0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(99, 102, 241, 0.05)";
16
+ readonly md: "0 4px 8px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(99, 102, 241, 0.06)";
17
+ readonly lg: "0 8px 16px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(99, 102, 241, 0.06)";
18
+ readonly xl: "0 12px 24px rgba(0, 0, 0, 0.1), 0 12px 32px rgba(99, 102, 241, 0.07)";
19
+ readonly '2xl': "0 20px 40px rgba(0, 0, 0, 0.12), 0 20px 48px rgba(99, 102, 241, 0.08)";
20
+ readonly inner: "inset 0 2px 4px rgba(0, 0, 0, 0.06)";
21
+ readonly deep: "10px 0 10px rgba(0, 0, 0, 0.08)";
22
+ };
23
+ export declare const glow: {
24
+ readonly sm: "0 0 5px 2px rgba(99, 102, 241, 0.3)";
25
+ readonly md: "0 0 10px 2px rgba(99, 102, 241, 0.3)";
26
+ readonly lg: "0 0 10px 2px rgba(99, 102, 241, 0.5)";
27
+ readonly xl: "0 0 20px 5px rgba(99, 102, 241, 0.4)";
28
+ readonly insetSm: "inset 0 0 5px 2px rgba(99, 102, 241, 0.3)";
29
+ readonly insetMd: "inset 0 0 10px 2px rgba(99, 102, 241, 0.3)";
30
+ readonly insetLg: "inset 0 0 10px 2px rgba(99, 102, 241, 0.5)";
31
+ readonly focus: "0 0 0 2px rgba(99, 102, 241, 0.3)";
32
+ };
33
+ export declare const glowCyan: {
34
+ readonly sm: "0 0 5px 2px rgba(34, 211, 238, 0.2)";
35
+ readonly md: "0 0 10px 3px rgba(34, 211, 238, 0.25)";
36
+ readonly lg: "0 0 15px 5px rgba(34, 211, 238, 0.3)";
37
+ };
38
+ export declare const textShadow: {
39
+ readonly light: "rgba(255, 255, 255, 0.5) 0px 0 5px";
40
+ readonly lighter: "rgba(255, 255, 255, 0.5) 0px 0 10px";
41
+ readonly primary: "rgba(99, 102, 241, 0.5) 0px 0 5px";
42
+ readonly primaryLighter: "rgba(99, 102, 241, 0.5) 0px 0 10px";
43
+ readonly amber: "rgba(252, 163, 17, 0.5) 0px 0 5px";
44
+ readonly amberLighter: "rgba(252, 163, 17, 0.5) 0px 0 10px";
45
+ };
@@ -0,0 +1,21 @@
1
+ export declare const duration: {
2
+ readonly instant: "0.1s";
3
+ readonly fast: "0.15s";
4
+ readonly normal: "0.2s";
5
+ readonly slow: "0.3s";
6
+ readonly slower: "0.5s";
7
+ };
8
+ export declare const easing: {
9
+ readonly default: "ease-in-out";
10
+ readonly bounce: "cubic-bezier(0.34, 1.56, 0.64, 1)";
11
+ readonly smooth: "cubic-bezier(0.4, 0, 0.2, 1)";
12
+ };
13
+ export declare const transition: {
14
+ readonly instant: "all 0.1s ease-in-out";
15
+ readonly fast: "all 0.15s ease-in-out";
16
+ readonly normal: "all 0.2s ease-in-out";
17
+ readonly slow: "all 0.3s ease-in-out";
18
+ readonly color: "color 0.2s ease-in-out, background-color 0.2s ease-in-out";
19
+ readonly transform: "transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)";
20
+ readonly opacity: "opacity 0.2s ease-in-out";
21
+ };
@@ -0,0 +1,93 @@
1
+ export declare const fontFamily: string;
2
+ export declare const fontSize: {
3
+ readonly xxs: 10;
4
+ readonly xs: 11;
5
+ readonly sm: 12;
6
+ readonly md: 13;
7
+ readonly lg: 14;
8
+ readonly xl: 16;
9
+ readonly '2xl': 18;
10
+ readonly '3xl': 22;
11
+ readonly '4xl': 28;
12
+ readonly '5xl': 34;
13
+ };
14
+ export declare const fontWeight: {
15
+ readonly light: 300;
16
+ readonly regular: 400;
17
+ readonly medium: 500;
18
+ readonly semibold: 600;
19
+ readonly bold: 700;
20
+ readonly extrabold: 800;
21
+ };
22
+ export declare const lineHeight: {
23
+ readonly tight: 1.25;
24
+ readonly normal: 1.5;
25
+ readonly relaxed: 1.625;
26
+ };
27
+ export declare const typographyVariants: {
28
+ readonly fontFamily: string;
29
+ readonly fontSize: 13;
30
+ readonly h1: {
31
+ readonly fontSize: 34;
32
+ readonly fontWeight: 800;
33
+ readonly lineHeight: 1.25;
34
+ };
35
+ readonly h2: {
36
+ readonly fontSize: 28;
37
+ readonly fontWeight: 600;
38
+ readonly lineHeight: 1.25;
39
+ };
40
+ readonly h3: {
41
+ readonly fontSize: 22;
42
+ readonly fontWeight: 600;
43
+ readonly lineHeight: 1.25;
44
+ };
45
+ readonly h4: {
46
+ readonly fontSize: 18;
47
+ readonly fontWeight: 500;
48
+ readonly lineHeight: 1.5;
49
+ };
50
+ readonly h5: {
51
+ readonly fontSize: 16;
52
+ readonly fontWeight: 600;
53
+ readonly lineHeight: 1.5;
54
+ };
55
+ readonly h6: {
56
+ readonly fontSize: 14;
57
+ readonly fontWeight: 500;
58
+ readonly lineHeight: 1.5;
59
+ };
60
+ readonly body1: {
61
+ readonly fontSize: 13;
62
+ readonly fontWeight: 400;
63
+ readonly lineHeight: 1.5;
64
+ };
65
+ readonly body2: {
66
+ readonly fontSize: 12;
67
+ readonly fontWeight: 400;
68
+ readonly lineHeight: 1.5;
69
+ };
70
+ readonly caption: {
71
+ readonly fontSize: 11;
72
+ readonly fontWeight: 400;
73
+ readonly lineHeight: 1.5;
74
+ };
75
+ readonly overline: {
76
+ readonly fontSize: 10;
77
+ readonly fontWeight: 600;
78
+ readonly letterSpacing: "0.08em";
79
+ readonly textTransform: "uppercase";
80
+ };
81
+ readonly button: {
82
+ readonly fontSize: 12;
83
+ readonly fontWeight: 600;
84
+ readonly textTransform: "none";
85
+ };
86
+ };
87
+ export declare const iconSize: {
88
+ readonly sm: 16;
89
+ readonly md: 20;
90
+ readonly lg: 24;
91
+ readonly xl: 32;
92
+ readonly '2xl': 48;
93
+ };