@galaxy-io/dls 1.0.3

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 (434) hide show
  1. package/README.md +42 -0
  2. package/dist/accordion/Accordion.d.ts +30 -0
  3. package/dist/accordion/Accordion.js +147 -0
  4. package/dist/animations/Fade.d.ts +6 -0
  5. package/dist/animations/Fade.js +22 -0
  6. package/dist/animations/Flashing.d.ts +3 -0
  7. package/dist/animations/Flashing.js +14 -0
  8. package/dist/animations/RotateWithTransition.d.ts +8 -0
  9. package/dist/animations/RotateWithTransition.js +28 -0
  10. package/dist/animations/ScaleFade.d.ts +6 -0
  11. package/dist/animations/ScaleFade.js +31 -0
  12. package/dist/animations/SpinAnimation.d.ts +7 -0
  13. package/dist/animations/SpinAnimation.js +20 -0
  14. package/dist/animations/SpinVerticalAnimation.d.ts +6 -0
  15. package/dist/animations/SpinVerticalAnimation.js +19 -0
  16. package/dist/assets/components/GalaxyLogomarkDark.d.ts +3 -0
  17. package/dist/assets/components/GalaxyLogomarkDark.js +11 -0
  18. package/dist/assets/components/GalaxyLogomarkLight.d.ts +3 -0
  19. package/dist/assets/components/GalaxyLogomarkLight.js +17 -0
  20. package/dist/assets/components/GalaxyWordmarkDark.d.ts +3 -0
  21. package/dist/assets/components/GalaxyWordmarkDark.js +15 -0
  22. package/dist/assets/components/GalaxyWordmarkLight.d.ts +3 -0
  23. package/dist/assets/components/GalaxyWordmarkLight.js +28 -0
  24. package/dist/assets/components/enrichment/PerplexityIcon.d.ts +3 -0
  25. package/dist/assets/components/enrichment/PerplexityIcon.js +35 -0
  26. package/dist/assets/components/enrichment/TavilyIcon.d.ts +3 -0
  27. package/dist/assets/components/enrichment/TavilyIcon.js +15 -0
  28. package/dist/assets/components/onboarding/TenantSetupDark.d.ts +3 -0
  29. package/dist/assets/components/onboarding/TenantSetupDark.js +498 -0
  30. package/dist/assets/components/onboarding/TenantSetupLight.d.ts +3 -0
  31. package/dist/assets/components/onboarding/TenantSetupLight.js +482 -0
  32. package/dist/assets/components/onboarding/UserSetupDark.d.ts +3 -0
  33. package/dist/assets/components/onboarding/UserSetupDark.js +1086 -0
  34. package/dist/assets/components/onboarding/UserSetupLight.d.ts +3 -0
  35. package/dist/assets/components/onboarding/UserSetupLight.js +1024 -0
  36. package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.d.ts +3 -0
  37. package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.js +466 -0
  38. package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.d.ts +3 -0
  39. package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.js +460 -0
  40. package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.d.ts +3 -0
  41. package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.js +336 -0
  42. package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.d.ts +3 -0
  43. package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.js +336 -0
  44. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.d.ts +3 -0
  45. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.js +153 -0
  46. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.d.ts +3 -0
  47. package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.js +153 -0
  48. package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.d.ts +3 -0
  49. package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.js +117 -0
  50. package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.d.ts +3 -0
  51. package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.js +117 -0
  52. package/dist/assets/components/projects/MappingMethodBlankDark.d.ts +3 -0
  53. package/dist/assets/components/projects/MappingMethodBlankDark.js +150 -0
  54. package/dist/assets/components/projects/MappingMethodBlankDarkHovered.d.ts +3 -0
  55. package/dist/assets/components/projects/MappingMethodBlankDarkHovered.js +150 -0
  56. package/dist/assets/components/projects/MappingMethodBlankLight.d.ts +3 -0
  57. package/dist/assets/components/projects/MappingMethodBlankLight.js +150 -0
  58. package/dist/assets/components/projects/MappingMethodBlankLightHovered.d.ts +3 -0
  59. package/dist/assets/components/projects/MappingMethodBlankLightHovered.js +150 -0
  60. package/dist/assets/components/projects/MappingMethodJsonDark.d.ts +3 -0
  61. package/dist/assets/components/projects/MappingMethodJsonDark.js +90 -0
  62. package/dist/assets/components/projects/MappingMethodJsonDarkHovered.d.ts +3 -0
  63. package/dist/assets/components/projects/MappingMethodJsonDarkHovered.js +90 -0
  64. package/dist/assets/components/projects/MappingMethodJsonLight.d.ts +3 -0
  65. package/dist/assets/components/projects/MappingMethodJsonLight.js +90 -0
  66. package/dist/assets/components/projects/MappingMethodJsonLightHovered.d.ts +3 -0
  67. package/dist/assets/components/projects/MappingMethodJsonLightHovered.js +90 -0
  68. package/dist/assets/components/projects/ProjectsEmptyStateDark.d.ts +3 -0
  69. package/dist/assets/components/projects/ProjectsEmptyStateDark.js +454 -0
  70. package/dist/assets/components/projects/ProjectsEmptyStateLight.d.ts +3 -0
  71. package/dist/assets/components/projects/ProjectsEmptyStateLight.js +456 -0
  72. package/dist/assets/components/root/CreateProjectActionCardDark.d.ts +3 -0
  73. package/dist/assets/components/root/CreateProjectActionCardDark.js +1796 -0
  74. package/dist/assets/components/root/CreateProjectActionCardDarkHovered.d.ts +3 -0
  75. package/dist/assets/components/root/CreateProjectActionCardDarkHovered.js +1796 -0
  76. package/dist/assets/components/root/CreateProjectActionCardLight.d.ts +3 -0
  77. package/dist/assets/components/root/CreateProjectActionCardLight.js +1786 -0
  78. package/dist/assets/components/root/CreateProjectActionCardLightHovered.d.ts +3 -0
  79. package/dist/assets/components/root/CreateProjectActionCardLightHovered.js +1786 -0
  80. package/dist/assets/components/root/CreateSourceActionCardDark.d.ts +3 -0
  81. package/dist/assets/components/root/CreateSourceActionCardDark.js +879 -0
  82. package/dist/assets/components/root/CreateSourceActionCardDarkHovered.d.ts +3 -0
  83. package/dist/assets/components/root/CreateSourceActionCardDarkHovered.js +879 -0
  84. package/dist/assets/components/root/CreateSourceActionCardLight.d.ts +3 -0
  85. package/dist/assets/components/root/CreateSourceActionCardLight.js +889 -0
  86. package/dist/assets/components/root/CreateSourceActionCardLightHovered.d.ts +3 -0
  87. package/dist/assets/components/root/CreateSourceActionCardLightHovered.js +889 -0
  88. package/dist/assets/components/sources/AttioIcon.d.ts +3 -0
  89. package/dist/assets/components/sources/AttioIcon.js +11 -0
  90. package/dist/assets/components/sources/BigquerySourceIcon.d.ts +3 -0
  91. package/dist/assets/components/sources/BigquerySourceIcon.js +39 -0
  92. package/dist/assets/components/sources/BrowserbaseSourceIcon.d.ts +3 -0
  93. package/dist/assets/components/sources/BrowserbaseSourceIcon.js +35 -0
  94. package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.d.ts +3 -0
  95. package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.js +13 -0
  96. package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.d.ts +3 -0
  97. package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.js +13 -0
  98. package/dist/assets/components/sources/ConfluenceSourceIcon.d.ts +3 -0
  99. package/dist/assets/components/sources/ConfluenceSourceIcon.js +30 -0
  100. package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.d.ts +3 -0
  101. package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.js +16 -0
  102. package/dist/assets/components/sources/GalaxyTextSourceIcon.d.ts +3 -0
  103. package/dist/assets/components/sources/GalaxyTextSourceIcon.js +16 -0
  104. package/dist/assets/components/sources/GalaxyWebhookSourceIcon.d.ts +3 -0
  105. package/dist/assets/components/sources/GalaxyWebhookSourceIcon.js +16 -0
  106. package/dist/assets/components/sources/GithubSourceIcon.d.ts +3 -0
  107. package/dist/assets/components/sources/GithubSourceIcon.js +27 -0
  108. package/dist/assets/components/sources/GoogleDriveIcon.d.ts +3 -0
  109. package/dist/assets/components/sources/GoogleDriveIcon.js +45 -0
  110. package/dist/assets/components/sources/HubspotSourceIcon.d.ts +3 -0
  111. package/dist/assets/components/sources/HubspotSourceIcon.js +14 -0
  112. package/dist/assets/components/sources/JiraSourceIcon.d.ts +3 -0
  113. package/dist/assets/components/sources/JiraSourceIcon.js +54 -0
  114. package/dist/assets/components/sources/LinearSourceIcon.d.ts +3 -0
  115. package/dist/assets/components/sources/LinearSourceIcon.js +14 -0
  116. package/dist/assets/components/sources/MysqlLogoSourceIconDark.d.ts +3 -0
  117. package/dist/assets/components/sources/MysqlLogoSourceIconDark.js +17 -0
  118. package/dist/assets/components/sources/MysqlLogoSourceIconLight.d.ts +3 -0
  119. package/dist/assets/components/sources/MysqlLogoSourceIconLight.js +17 -0
  120. package/dist/assets/components/sources/NetsuiteSourceIcon.d.ts +3 -0
  121. package/dist/assets/components/sources/NetsuiteSourceIcon.js +32 -0
  122. package/dist/assets/components/sources/NotionIcon.d.ts +3 -0
  123. package/dist/assets/components/sources/NotionIcon.js +20 -0
  124. package/dist/assets/components/sources/NotionLogoSourceIconDark.d.ts +3 -0
  125. package/dist/assets/components/sources/NotionLogoSourceIconDark.js +10 -0
  126. package/dist/assets/components/sources/NotionLogoSourceIconLight.d.ts +3 -0
  127. package/dist/assets/components/sources/NotionLogoSourceIconLight.js +13 -0
  128. package/dist/assets/components/sources/PostgresLogoSourceIconDark.d.ts +3 -0
  129. package/dist/assets/components/sources/PostgresLogoSourceIconDark.js +28 -0
  130. package/dist/assets/components/sources/PostgresLogoSourceIconLight.d.ts +3 -0
  131. package/dist/assets/components/sources/PostgresLogoSourceIconLight.js +28 -0
  132. package/dist/assets/components/sources/PostgresqlIcon.d.ts +3 -0
  133. package/dist/assets/components/sources/PostgresqlIcon.js +61 -0
  134. package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.d.ts +3 -0
  135. package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.js +10 -0
  136. package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.d.ts +3 -0
  137. package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.js +13 -0
  138. package/dist/assets/components/sources/S3Icon.d.ts +3 -0
  139. package/dist/assets/components/sources/S3Icon.js +76 -0
  140. package/dist/assets/components/sources/S3LogoSourceIconDark.d.ts +3 -0
  141. package/dist/assets/components/sources/S3LogoSourceIconDark.js +10 -0
  142. package/dist/assets/components/sources/S3LogoSourceIconLight.d.ts +3 -0
  143. package/dist/assets/components/sources/S3LogoSourceIconLight.js +13 -0
  144. package/dist/assets/components/sources/SalesforceSourceIcon.d.ts +3 -0
  145. package/dist/assets/components/sources/SalesforceSourceIcon.js +23 -0
  146. package/dist/assets/components/sources/SlackIcon.d.ts +3 -0
  147. package/dist/assets/components/sources/SlackIcon.js +32 -0
  148. package/dist/assets/components/sources/SlackLogoSourceIconDark.d.ts +3 -0
  149. package/dist/assets/components/sources/SlackLogoSourceIconDark.js +15 -0
  150. package/dist/assets/components/sources/SlackLogoSourceIconLight.d.ts +3 -0
  151. package/dist/assets/components/sources/SlackLogoSourceIconLight.js +15 -0
  152. package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.d.ts +3 -0
  153. package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.js +14 -0
  154. package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.d.ts +3 -0
  155. package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.js +14 -0
  156. package/dist/assets/components/sources/SourcesEmptyStateDark.d.ts +3 -0
  157. package/dist/assets/components/sources/SourcesEmptyStateDark.js +432 -0
  158. package/dist/assets/components/sources/SourcesEmptyStateLight.d.ts +3 -0
  159. package/dist/assets/components/sources/SourcesEmptyStateLight.js +434 -0
  160. package/dist/assets/components/sources/WikipediaSourceIcon.d.ts +3 -0
  161. package/dist/assets/components/sources/WikipediaSourceIcon.js +1490 -0
  162. package/dist/assets/models/galaxy-logomark.js +4 -0
  163. package/dist/avatar/Avatar.d.ts +9 -0
  164. package/dist/avatar/Avatar.js +52 -0
  165. package/dist/avatar/AvatarEmpty.d.ts +36 -0
  166. package/dist/avatar/AvatarEmpty.js +43 -0
  167. package/dist/avatar/AvatarShimmer.d.ts +28 -0
  168. package/dist/avatar/AvatarShimmer.js +21 -0
  169. package/dist/avatar/GalaxyAvatar.d.ts +6 -0
  170. package/dist/avatar/GalaxyAvatar.js +36 -0
  171. package/dist/avatar/types.d.ts +5 -0
  172. package/dist/avatar/types.js +9 -0
  173. package/dist/backgrounds/CellGridBackground.d.ts +13 -0
  174. package/dist/backgrounds/CellGridBackground.js +39 -0
  175. package/dist/backgrounds/CrossGridBackground.d.ts +14 -0
  176. package/dist/backgrounds/CrossGridBackground.js +45 -0
  177. package/dist/backgrounds/DotGridBackground.d.ts +13 -0
  178. package/dist/backgrounds/DotGridBackground.js +43 -0
  179. package/dist/badge/Badge.d.ts +30 -0
  180. package/dist/badge/Badge.js +92 -0
  181. package/dist/beacons/Beacon.d.ts +43 -0
  182. package/dist/beacons/Beacon.js +68 -0
  183. package/dist/buttons/Button.d.ts +30 -0
  184. package/dist/buttons/Button.js +173 -0
  185. package/dist/charts/BarChart.d.ts +21 -0
  186. package/dist/charts/BarChart.js +264 -0
  187. package/dist/charts/ChartAxis.d.ts +28 -0
  188. package/dist/charts/ChartAxis.js +94 -0
  189. package/dist/charts/ChartLegend.d.ts +7 -0
  190. package/dist/charts/ChartLegend.js +30 -0
  191. package/dist/charts/ChartTooltip.d.ts +7 -0
  192. package/dist/charts/ChartTooltip.js +66 -0
  193. package/dist/charts/LineChart.d.ts +22 -0
  194. package/dist/charts/LineChart.js +250 -0
  195. package/dist/charts/PieChart.d.ts +35 -0
  196. package/dist/charts/PieChart.js +183 -0
  197. package/dist/charts/constants.d.ts +22 -0
  198. package/dist/charts/constants.js +38 -0
  199. package/dist/charts/types.d.ts +80 -0
  200. package/dist/charts/types.js +0 -0
  201. package/dist/charts/utils.d.ts +29 -0
  202. package/dist/charts/utils.js +62 -0
  203. package/dist/chips/Chip.d.ts +39 -0
  204. package/dist/chips/Chip.js +185 -0
  205. package/dist/containers/FlexItem.d.ts +28 -0
  206. package/dist/containers/FlexItem.js +93 -0
  207. package/dist/containers/FlexWrapper.d.ts +147 -0
  208. package/dist/containers/FlexWrapper.js +122 -0
  209. package/dist/containers/GridWrapper.d.ts +120 -0
  210. package/dist/containers/GridWrapper.js +117 -0
  211. package/dist/containers/Spacing.d.ts +13 -0
  212. package/dist/containers/Spacing.js +52 -0
  213. package/dist/containers/Wrapper.d.ts +16 -0
  214. package/dist/containers/Wrapper.js +50 -0
  215. package/dist/dividers/HorizontalDivider.d.ts +2 -0
  216. package/dist/dividers/HorizontalDivider.js +17 -0
  217. package/dist/dividers/VerticalDivider.d.ts +2 -0
  218. package/dist/dividers/VerticalDivider.js +17 -0
  219. package/dist/drawer/Drawer.d.ts +13 -0
  220. package/dist/drawer/Drawer.js +70 -0
  221. package/dist/dropdown/Dropdown.d.ts +51 -0
  222. package/dist/dropdown/Dropdown.js +136 -0
  223. package/dist/dropdown/DropdownButton.d.ts +18 -0
  224. package/dist/dropdown/DropdownButton.js +179 -0
  225. package/dist/dropdown/DropdownFooter.d.ts +10 -0
  226. package/dist/dropdown/DropdownFooter.js +35 -0
  227. package/dist/dropdown/DropdownItem.d.ts +10 -0
  228. package/dist/dropdown/DropdownItem.js +38 -0
  229. package/dist/editor/CodeEditor.d.ts +68 -0
  230. package/dist/editor/CodeEditor.js +435 -0
  231. package/dist/editor/CodeEditorReactWidget.d.ts +35 -0
  232. package/dist/editor/CodeEditorReactWidget.js +47 -0
  233. package/dist/hooks/useDismiss.d.ts +27 -0
  234. package/dist/hooks/useDismiss.js +37 -0
  235. package/dist/hooks/useElementWidth.d.ts +22 -0
  236. package/dist/hooks/useElementWidth.js +44 -0
  237. package/dist/hooks/useResize.d.ts +83 -0
  238. package/dist/hooks/useResize.js +114 -0
  239. package/dist/hotkeys/HotKeyBindings.d.ts +7 -0
  240. package/dist/hotkeys/HotKeyBindings.js +23 -0
  241. package/dist/hotkeys/HotKeySymbol.d.ts +13 -0
  242. package/dist/hotkeys/HotKeySymbol.js +49 -0
  243. package/dist/icons/BackIcon.d.ts +3 -0
  244. package/dist/icons/BackIcon.js +13 -0
  245. package/dist/icons/CloseIcon.d.ts +3 -0
  246. package/dist/icons/CloseIcon.js +13 -0
  247. package/dist/icons/CreateIcon.d.ts +3 -0
  248. package/dist/icons/CreateIcon.js +13 -0
  249. package/dist/icons/ForwardIcon.d.ts +3 -0
  250. package/dist/icons/ForwardIcon.js +13 -0
  251. package/dist/icons/GalaxyLogomark.d.ts +5 -0
  252. package/dist/icons/GalaxyLogomark.js +21 -0
  253. package/dist/icons/GalaxyLogomark3D.d.ts +41 -0
  254. package/dist/icons/GalaxyLogomark3D.js +310 -0
  255. package/dist/icons/GalaxyWordmark.d.ts +5 -0
  256. package/dist/icons/GalaxyWordmark.js +21 -0
  257. package/dist/icons/HelpIcon.d.ts +3 -0
  258. package/dist/icons/HelpIcon.js +14 -0
  259. package/dist/icons/Icon.d.ts +41 -0
  260. package/dist/icons/Icon.js +51 -0
  261. package/dist/icons/ProjectsIcon.d.ts +3 -0
  262. package/dist/icons/ProjectsIcon.js +12 -0
  263. package/dist/icons/SearchIcon.d.ts +3 -0
  264. package/dist/icons/SearchIcon.js +12 -0
  265. package/dist/icons/SourcesIcon.d.ts +3 -0
  266. package/dist/icons/SourcesIcon.js +12 -0
  267. package/dist/icons/TextIcon.d.ts +4 -0
  268. package/dist/icons/TextIcon.js +22 -0
  269. package/dist/icons/WebScrapeIcon.d.ts +4 -0
  270. package/dist/icons/WebScrapeIcon.js +22 -0
  271. package/dist/icons/WebhookIcon.d.ts +4 -0
  272. package/dist/icons/WebhookIcon.js +22 -0
  273. package/dist/icons/sources/AttioLogomark.d.ts +4 -0
  274. package/dist/icons/sources/AttioLogomark.js +8 -0
  275. package/dist/icons/sources/BrowserbaseLogomark.d.ts +4 -0
  276. package/dist/icons/sources/BrowserbaseLogomark.js +8 -0
  277. package/dist/icons/sources/ClickhouseLogomark.d.ts +4 -0
  278. package/dist/icons/sources/ClickhouseLogomark.js +16 -0
  279. package/dist/icons/sources/ConfluenceLogomark.d.ts +4 -0
  280. package/dist/icons/sources/ConfluenceLogomark.js +8 -0
  281. package/dist/icons/sources/GithubLogomark.d.ts +4 -0
  282. package/dist/icons/sources/GithubLogomark.js +8 -0
  283. package/dist/icons/sources/GoogleBigqueryLogomark.d.ts +4 -0
  284. package/dist/icons/sources/GoogleBigqueryLogomark.js +8 -0
  285. package/dist/icons/sources/GoogleDriveLogomark.d.ts +4 -0
  286. package/dist/icons/sources/GoogleDriveLogomark.js +8 -0
  287. package/dist/icons/sources/HubspotLogomark.d.ts +4 -0
  288. package/dist/icons/sources/HubspotLogomark.js +8 -0
  289. package/dist/icons/sources/JiraLogomark.d.ts +4 -0
  290. package/dist/icons/sources/JiraLogomark.js +8 -0
  291. package/dist/icons/sources/LinearLogomark.d.ts +4 -0
  292. package/dist/icons/sources/LinearLogomark.js +8 -0
  293. package/dist/icons/sources/MySQLLogomark.d.ts +4 -0
  294. package/dist/icons/sources/MySQLLogomark.js +8 -0
  295. package/dist/icons/sources/NetsuiteLogomark.d.ts +4 -0
  296. package/dist/icons/sources/NetsuiteLogomark.js +8 -0
  297. package/dist/icons/sources/NotionLogomark.d.ts +4 -0
  298. package/dist/icons/sources/NotionLogomark.js +8 -0
  299. package/dist/icons/sources/PostgresLogomark.d.ts +4 -0
  300. package/dist/icons/sources/PostgresLogomark.js +8 -0
  301. package/dist/icons/sources/S3Logomark.d.ts +4 -0
  302. package/dist/icons/sources/S3Logomark.js +8 -0
  303. package/dist/icons/sources/SalesforceLogomark.d.ts +4 -0
  304. package/dist/icons/sources/SalesforceLogomark.js +8 -0
  305. package/dist/icons/sources/SlackLogoIconmark.d.ts +4 -0
  306. package/dist/icons/sources/SlackLogoIconmark.js +8 -0
  307. package/dist/icons/sources/SnowflakeLogomark.d.ts +4 -0
  308. package/dist/icons/sources/SnowflakeLogomark.js +16 -0
  309. package/dist/icons/sources/WikipediaLogomark.d.ts +4 -0
  310. package/dist/icons/sources/WikipediaLogomark.js +8 -0
  311. package/dist/inputs/CheckboxInput.d.ts +20 -0
  312. package/dist/inputs/CheckboxInput.js +97 -0
  313. package/dist/inputs/ColorInput.d.ts +20 -0
  314. package/dist/inputs/ColorInput.js +368 -0
  315. package/dist/inputs/CopyInput.d.ts +15 -0
  316. package/dist/inputs/CopyInput.js +46 -0
  317. package/dist/inputs/DateInput.d.ts +19 -0
  318. package/dist/inputs/DateInput.js +498 -0
  319. package/dist/inputs/Input.d.ts +91 -0
  320. package/dist/inputs/Input.js +205 -0
  321. package/dist/inputs/MultiSelectInput.d.ts +38 -0
  322. package/dist/inputs/MultiSelectInput.js +566 -0
  323. package/dist/inputs/MultiTextInput.d.ts +27 -0
  324. package/dist/inputs/MultiTextInput.js +178 -0
  325. package/dist/inputs/NumberInput.d.ts +4 -0
  326. package/dist/inputs/NumberInput.js +34 -0
  327. package/dist/inputs/PasswordInput.d.ts +4 -0
  328. package/dist/inputs/PasswordInput.js +40 -0
  329. package/dist/inputs/RadioInput.d.ts +20 -0
  330. package/dist/inputs/RadioInput.js +108 -0
  331. package/dist/inputs/SelectInput.d.ts +51 -0
  332. package/dist/inputs/SelectInput.js +528 -0
  333. package/dist/inputs/SliderInput.d.ts +16 -0
  334. package/dist/inputs/SliderInput.js +172 -0
  335. package/dist/inputs/TextAreaInput.d.ts +40 -0
  336. package/dist/inputs/TextAreaInput.js +238 -0
  337. package/dist/inputs/TextInput.d.ts +4 -0
  338. package/dist/inputs/TextInput.js +53 -0
  339. package/dist/inputs/ToggleInput.d.ts +11 -0
  340. package/dist/inputs/ToggleInput.js +100 -0
  341. package/dist/inputs/hooks.d.ts +10 -0
  342. package/dist/inputs/hooks.js +22 -0
  343. package/dist/links/Link.d.ts +2 -0
  344. package/dist/links/Link.js +10 -0
  345. package/dist/lists/BulletedList.d.ts +11 -0
  346. package/dist/lists/BulletedList.js +41 -0
  347. package/dist/metrics/MetricItem.d.ts +15 -0
  348. package/dist/metrics/MetricItem.js +53 -0
  349. package/dist/metrics/ProgressBar.d.ts +15 -0
  350. package/dist/metrics/ProgressBar.js +60 -0
  351. package/dist/modal/Modal.d.ts +7 -0
  352. package/dist/modal/Modal.js +52 -0
  353. package/dist/overlay/OverlayProvider.d.ts +26 -0
  354. package/dist/overlay/OverlayProvider.js +92 -0
  355. package/dist/overlay/constants.d.ts +27 -0
  356. package/dist/overlay/constants.js +36 -0
  357. package/dist/overlay/useOverlay.d.ts +7 -0
  358. package/dist/overlay/useOverlay.js +46 -0
  359. package/dist/resizable/HorizontalResizeHandle.d.ts +10 -0
  360. package/dist/resizable/HorizontalResizeHandle.js +32 -0
  361. package/dist/resizable/VerticalResizeHandle.d.ts +11 -0
  362. package/dist/resizable/VerticalResizeHandle.js +33 -0
  363. package/dist/shapes/Circle.d.ts +6 -0
  364. package/dist/shapes/Circle.js +25 -0
  365. package/dist/spreadsheet/InfiniteSpreadsheet.d.ts +3 -0
  366. package/dist/spreadsheet/InfiniteSpreadsheet.js +265 -0
  367. package/dist/spreadsheet/SpreadsheetAddColumnButton.d.ts +6 -0
  368. package/dist/spreadsheet/SpreadsheetAddColumnButton.js +32 -0
  369. package/dist/spreadsheet/SpreadsheetCell.d.ts +19 -0
  370. package/dist/spreadsheet/SpreadsheetCell.js +115 -0
  371. package/dist/spreadsheet/SpreadsheetCellEditor.d.ts +11 -0
  372. package/dist/spreadsheet/SpreadsheetCellEditor.js +95 -0
  373. package/dist/spreadsheet/SpreadsheetHeaderCell.d.ts +13 -0
  374. package/dist/spreadsheet/SpreadsheetHeaderCell.js +125 -0
  375. package/dist/spreadsheet/SpreadsheetRow.d.ts +21 -0
  376. package/dist/spreadsheet/SpreadsheetRow.js +68 -0
  377. package/dist/spreadsheet/SpreadsheetRowActionCell.d.ts +11 -0
  378. package/dist/spreadsheet/SpreadsheetRowActionCell.js +60 -0
  379. package/dist/spreadsheet/hooks/useColumnResize.d.ts +6 -0
  380. package/dist/spreadsheet/hooks/useColumnResize.js +46 -0
  381. package/dist/spreadsheet/hooks/useSpreadsheetEditing.d.ts +13 -0
  382. package/dist/spreadsheet/hooks/useSpreadsheetEditing.js +41 -0
  383. package/dist/spreadsheet/types.d.ts +92 -0
  384. package/dist/spreadsheet/types.js +21 -0
  385. package/dist/styles.css +213 -0
  386. package/dist/switcher/Switcher.d.ts +11 -0
  387. package/dist/switcher/Switcher.js +41 -0
  388. package/dist/table/InfiniteTable.d.ts +83 -0
  389. package/dist/table/InfiniteTable.js +711 -0
  390. package/dist/table/VirtualizedInfiniteTable.d.ts +28 -0
  391. package/dist/table/VirtualizedInfiniteTable.js +359 -0
  392. package/dist/text/Bold.d.ts +3 -0
  393. package/dist/text/Bold.js +17 -0
  394. package/dist/text/Code.d.ts +3 -0
  395. package/dist/text/Code.js +27 -0
  396. package/dist/text/EditableText.d.ts +7 -0
  397. package/dist/text/EditableText.js +141 -0
  398. package/dist/text/Ellipsis.d.ts +10 -0
  399. package/dist/text/Ellipsis.js +28 -0
  400. package/dist/text/MarkdownText.d.ts +7 -0
  401. package/dist/text/MarkdownText.js +295 -0
  402. package/dist/text/Paragraph.d.ts +16 -0
  403. package/dist/text/Paragraph.js +76 -0
  404. package/dist/text/RequiredMarker.d.ts +6 -0
  405. package/dist/text/RequiredMarker.js +44 -0
  406. package/dist/text/Selectable.d.ts +3 -0
  407. package/dist/text/Selectable.js +15 -0
  408. package/dist/text/Text.d.ts +47 -0
  409. package/dist/text/Text.js +104 -0
  410. package/dist/text/TextShimmer.d.ts +7 -0
  411. package/dist/text/TextShimmer.js +30 -0
  412. package/dist/theme/GalaxyTheme.d.ts +36 -0
  413. package/dist/theme/GalaxyTheme.js +107 -0
  414. package/dist/theme/constants.d.ts +13 -0
  415. package/dist/theme/constants.js +43 -0
  416. package/dist/theme/index.d.ts +6 -0
  417. package/dist/theme/index.js +6 -0
  418. package/dist/theme/types.d.ts +174 -0
  419. package/dist/theme/types.js +0 -0
  420. package/dist/theme/typography.d.ts +2 -0
  421. package/dist/theme/typography.js +73 -0
  422. package/dist/theme/variants/dark.d.ts +2 -0
  423. package/dist/theme/variants/dark.js +125 -0
  424. package/dist/theme/variants/light.d.ts +2 -0
  425. package/dist/theme/variants/light.js +125 -0
  426. package/dist/tooltip/Tooltip.d.ts +37 -0
  427. package/dist/tooltip/Tooltip.js +79 -0
  428. package/dist/utils/colors.d.ts +84 -0
  429. package/dist/utils/colors.js +323 -0
  430. package/dist/utils/linaria.d.ts +1 -0
  431. package/dist/utils/linaria.js +8 -0
  432. package/dist/widget/Widget.d.ts +28 -0
  433. package/dist/widget/Widget.js +99 -0
  434. package/package.json +268 -0
@@ -0,0 +1,456 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region src/assets/components/projects/ProjectsEmptyStateLight.tsx
3
+ var SvgProjectsEmptyStateLight = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ fill: "none",
6
+ viewBox: "0 0 329 300",
7
+ ...props,
8
+ children: [/* @__PURE__ */ jsxs("g", {
9
+ clipPath: "url(#projects-empty-state-light_svg__a)",
10
+ children: [/* @__PURE__ */ jsxs("g", {
11
+ clipPath: "url(#projects-empty-state-light_svg__b)",
12
+ opacity: .65,
13
+ children: [
14
+ /* @__PURE__ */ jsx("g", {
15
+ stroke: "#000",
16
+ strokeWidth: .476,
17
+ opacity: .2,
18
+ children: /* @__PURE__ */ jsx("path", { d: "M20.38 8.885h7.055M24.028 5.373v7.055M48.6 8.885h7.055M52.248 5.373v7.055M76.816 8.885h7.055M80.465 5.373v7.055M105.035 8.885h7.055M108.683 5.373v7.055M133.254 8.885h7.055M136.902 5.373v7.055M161.473 8.885h7.054M165.121 5.373v7.055M189.692 8.885h7.055M193.34 5.373v7.055M217.91 8.885h7.054M221.56 5.373v7.055M246.128 8.885h7.055M249.777 5.373v7.055M274.347 8.885h7.054M277.996 5.373v7.055M302.566 8.885h7.055M306.215 5.373v7.055M20.38 37.1h7.055M24.028 33.586v7.055M48.6 37.1h7.055M52.248 33.586v7.055M76.816 37.1h7.055M80.465 33.586v7.055M105.035 37.1h7.055M108.683 33.586v7.055M133.254 37.1h7.055M136.902 33.586v7.055M161.473 37.1h7.054M165.121 33.586v7.055M189.692 37.1h7.055M193.34 33.586v7.055M217.91 37.1h7.054M221.56 33.586v7.055M246.128 37.1h7.055M249.777 33.586v7.055M274.347 37.1h7.054M277.996 33.586v7.055M302.566 37.1h7.055M306.215 33.586v7.055M20.38 65.313h7.055M24.028 61.807v7.054M48.6 65.313h7.055M52.248 61.807v7.054M76.816 65.313h7.055M80.465 61.807v7.054M105.035 65.313h7.055M108.683 61.807v7.054M133.254 65.313h7.055M136.902 61.807v7.054M161.473 65.313h7.055M165.121 61.807v7.054M189.692 65.313h7.055M193.34 61.807v7.054M217.91 65.313h7.054M221.56 61.807v7.054M246.128 65.313h7.055M249.777 61.807v7.054M274.347 65.313h7.055M277.997 61.807v7.054M302.566 65.313h7.055M306.215 61.807v7.054M20.38 93.533h7.055M24.027 90.037v7.055M48.6 93.533h7.055M52.248 90.037v7.055M76.816 93.533h7.055M80.465 90.037v7.055M105.035 93.533h7.054M108.683 90.037v7.055M133.254 93.533h7.055M136.902 90.037v7.055M161.473 93.533h7.054M165.12 90.037v7.055M189.692 93.533h7.055M193.34 90.037v7.055M217.909 93.533h7.055M221.56 90.037v7.055M246.128 93.533h7.055M249.777 90.037v7.055M274.347 93.533h7.054M277.996 90.037v7.055M302.566 93.533h7.055M306.215 90.037v7.055M20.38 121.746h7.055M24.028 118.25v7.055M48.6 121.746h7.055M52.248 118.25v7.055M76.816 121.746h7.055M80.465 118.25v7.055M105.035 121.746h7.054M108.683 118.25v7.055M133.254 121.746h7.055M136.902 118.25v7.055M161.473 121.746h7.055M165.121 118.25v7.055M189.692 121.746h7.055M193.34 118.25v7.055M217.909 121.746h7.055M221.559 118.25v7.055M246.128 121.746h7.055M249.777 118.25v7.055M274.347 121.746h7.054M277.996 118.25v7.055M302.566 121.746h7.055M306.215 118.25v7.055M20.38 149.977h7.055M24.028 146.463v7.055M48.6 149.977h7.055M52.248 146.463v7.055M76.816 149.977h7.055M80.465 146.463v7.055M105.035 149.977h7.054M108.683 146.463v7.055M133.254 149.977h7.055M136.902 146.463v7.055M161.473 149.977h7.055M165.121 146.463v7.055M189.692 149.977h7.055M193.34 146.463v7.055M217.909 149.977h7.055M221.559 146.463v7.055M246.128 149.977h7.055M249.777 146.463v7.055M274.347 149.977h7.054M277.996 146.463v7.055M302.566 149.977h7.055M306.215 146.463v7.055M20.38 178.207h7.055M24.028 174.693v7.055M48.6 178.207h7.055M52.248 174.693v7.055M76.816 178.207h7.055M80.465 174.693v7.055M105.035 178.207h7.055M108.683 174.693v7.055M133.254 178.207h7.055M136.902 174.693v7.055M161.473 178.207h7.054M165.121 174.693v7.055M189.692 178.207h7.055M193.34 174.693v7.055M217.91 178.207h7.054M221.56 174.693v7.055M246.128 178.207h7.055M249.777 174.693v7.055M274.347 178.207h7.054M277.996 174.693v7.055M302.566 178.207h7.055M306.215 174.693v7.055M20.38 206.41h7.055M24.028 202.906v7.055M48.6 206.41h7.055M52.248 202.906v7.055M76.816 206.41h7.055M80.465 202.906v7.055M105.035 206.41h7.055M108.683 202.906v7.055M133.254 206.41h7.055M136.902 202.906v7.055M161.473 206.41h7.054M165.121 202.906v7.055M189.692 206.41h7.055M193.34 202.906v7.055M217.91 206.41h7.054M221.56 202.906v7.055M246.128 206.41h7.055M249.777 202.906v7.055M274.347 206.41h7.054M277.996 202.906v7.055M302.566 206.41h7.055M306.215 202.906v7.055M20.38 234.623h7.055M24.028 231.127v7.055M48.6 234.623h7.055M52.248 231.127v7.055M76.816 234.623h7.055M80.465 231.127v7.055M105.035 234.623h7.055M108.683 231.127v7.055M133.254 234.623h7.055M136.902 231.127v7.055M161.473 234.623h7.054M165.121 231.127v7.055M189.692 234.623h7.055M193.34 231.127v7.055M217.91 234.623h7.054M221.56 231.127v7.055M246.128 234.623h7.055M249.777 231.127v7.055M274.347 234.623h7.054M277.996 231.127v7.055M302.566 234.623h7.055M306.215 231.127v7.055M20.38 262.846h7.055M24.028 259.34v7.055M48.6 262.846h7.055M52.248 259.34v7.055M76.816 262.846h7.055M80.465 259.34v7.055M105.035 262.846h7.055M108.683 259.34v7.055M133.254 262.846h7.055M136.902 259.34v7.055M161.473 262.846h7.054M165.121 259.34v7.055M189.692 262.846h7.055M193.34 259.34v7.055M217.91 262.846h7.054M221.56 259.34v7.055M246.128 262.846h7.055M249.777 259.34v7.055M274.347 262.846h7.054M277.996 259.34v7.055M302.566 262.846h7.055M306.215 259.34v7.055M20.38 291.066h7.055M24.028 287.562v7.055M48.6 291.066h7.055M52.248 287.562v7.055M76.816 291.066h7.055M80.465 287.562v7.055M105.035 291.066h7.055M108.683 287.562v7.055M133.254 291.066h7.055M136.902 287.562v7.055M161.473 291.066h7.054M165.121 287.562v7.055M189.692 291.066h7.055M193.34 287.562v7.055M217.91 291.066h7.054M221.56 287.562v7.055M246.128 291.066h7.055M249.777 287.562v7.055M274.347 291.066h7.054M277.996 287.562v7.055M302.566 291.066h7.055M306.215 287.562v7.055" })
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ stroke: "#D2D2D2",
22
+ strokeWidth: .74,
23
+ d: "m105.558 190.482 59.563-4.984M224.046 190.482l-59.589-4.984M105.558 190.483 74.152 155.16M224.046 190.483l31.406-35.323M107.062 105.111l-32.91 50.049M222.543 105.785l32.909 49.375M107.062 105.111l57.74-34.95M222.543 105.785 164.802 70.16M105.558 190.483 164.802 70.16M224.046 190.483 164.802 70.16M105.558 190.483l59.244 39.767M224.046 190.483l-59.244 39.767M165.121 185.498l-58.307-80.049M164.5 185.498l58.042-80.049"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ fill: "url(#projects-empty-state-light_svg__c)",
27
+ d: "M0 0h638v50H0z",
28
+ transform: "translate(-5.048 250.205)"
29
+ }),
30
+ /* @__PURE__ */ jsx("path", {
31
+ fill: "url(#projects-empty-state-light_svg__d)",
32
+ d: "M0 0h439v79H0z",
33
+ transform: "rotate(90 98.375 -19.875)"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ fill: "url(#projects-empty-state-light_svg__e)",
37
+ d: "M0 0h439v79H0z",
38
+ transform: "matrix(0 1 1 0 250.5 -118.25)"
39
+ }),
40
+ /* @__PURE__ */ jsx("path", {
41
+ fill: "url(#projects-empty-state-light_svg__f)",
42
+ d: "M0 0h638v50H0z",
43
+ transform: "matrix(1 0 0 -1 -5.048 50.205)"
44
+ }),
45
+ /* @__PURE__ */ jsx("g", {
46
+ filter: "url(#projects-empty-state-light_svg__g)",
47
+ children: /* @__PURE__ */ jsx("rect", {
48
+ width: 6.552,
49
+ height: 6.552,
50
+ x: 161.724,
51
+ y: 182.223,
52
+ fill: "#000",
53
+ rx: 3.276
54
+ })
55
+ }),
56
+ /* @__PURE__ */ jsx("rect", {
57
+ width: 77.775,
58
+ height: 15.35,
59
+ x: 60.174,
60
+ y: 79.363,
61
+ fill: "#FAFAFA",
62
+ rx: 7.675
63
+ }),
64
+ /* @__PURE__ */ jsx("rect", {
65
+ width: 77.775,
66
+ height: 15.35,
67
+ x: 60.174,
68
+ y: 79.363,
69
+ stroke: "#363636",
70
+ strokeWidth: .55,
71
+ rx: 7.675
72
+ }),
73
+ /* @__PURE__ */ jsx("path", {
74
+ fill: "#101010",
75
+ d: "M66.435 90.037v-5.44h.656v4.832h2.672v.608zm7.293-1.08h.64c-.176.952-.464 1.16-1.584 1.16-1.504 0-1.832-.392-1.832-2.16 0-1.76.312-2.144 1.72-2.144 1.48 0 1.8.44 1.776 2.456H71.56c.032 1.024.248 1.248 1.2 1.248.64 0 .816-.104.968-.56m-2.16-1.264h2.264c-.032-1.048-.24-1.28-1.128-1.28-.904 0-1.112.232-1.136 1.28m5.91 2.424c-1.473 0-1.793-.392-1.793-2.16 0-1.76.32-2.144 1.792-2.144 1.464 0 1.784.384 1.784 2.144 0 1.768-.32 2.16-1.784 2.16m0-.6c.935 0 1.143-.28 1.143-1.56 0-1.264-.208-1.544-1.144-1.544-.944 0-1.152.28-1.152 1.544 0 1.28.208 1.56 1.152 1.56m3.124.52v-4.144h.6v.672h.04c.232-.616.464-.752 1.288-.752 1.152 0 1.408.288 1.408 1.584v2.64h-.64v-2.64c0-.792-.168-.968-.92-.968-.928 0-1.136.264-1.136 1.488v2.12zm9.786 0v-5.44h.656v2.6l1.936-2.6h.768l-1.976 2.672 2.304 2.768h-.824l-2.208-2.664v2.664zm6.277.08c-1.472 0-1.792-.392-1.792-2.16 0-1.76.32-2.144 1.792-2.144 1.464 0 1.784.384 1.784 2.144 0 1.768-.32 2.16-1.784 2.16m0-.6c.936 0 1.144-.28 1.144-1.56 0-1.264-.208-1.544-1.144-1.544-.944 0-1.152.28-1.152 1.544 0 1.28.208 1.56 1.152 1.56m3.188.52v-.592l2.497-2.976h-2.36v-.576h3.072v.592l-2.472 2.968 2.472-.008v.592zm4.765 0v-.568h1.44v-4.688h-1.36v-.568h1.984v5.256h1.336v.568zm6.437.08c-1.472 0-1.792-.392-1.792-2.16 0-1.76.32-2.144 1.792-2.144 1.464 0 1.784.384 1.784 2.144 0 1.768-.32 2.16-1.784 2.16m0-.6c.936 0 1.144-.28 1.144-1.56 0-1.264-.208-1.544-1.144-1.544-.944 0-1.152.28-1.152 1.544 0 1.28.208 1.56 1.152 1.56m3.341.52-.8-4.144h.64l.536 3.344h.056l.68-3.344h.696l.672 3.344h.056l.536-3.344h.64l-.8 4.144h-.76l-.672-3.432h-.04l-.68 3.432zm4.565-1.184h.64c.032.544.232.664 1.08.664.832 0 1.016-.104 1.016-.592s-.208-.624-1.136-.736c-1.264-.152-1.544-.392-1.544-1.264 0-.912.296-1.112 1.624-1.112 1.272 0 1.56.2 1.608 1.096h-.632c-.048-.408-.224-.496-.968-.496-.816 0-1 .096-1 .536 0 .416.192.528 1.056.656 1.336.192 1.632.424 1.632 1.344 0 .96-.304 1.168-1.688 1.168s-1.688-.224-1.688-1.264m5.109 1.184v-5.824h.64v3.472l1.72-1.792h.848l-1.792 1.832 2.056 2.312h-.88l-1.952-2.232v2.232zm5.813-4.992v-.88h.88v.88zm-1.136 4.992v-.568h1.384v-3.008h-1.304v-.568h1.92v3.576h1.304v.568z"
76
+ }),
77
+ /* @__PURE__ */ jsx("rect", {
78
+ width: 38.771,
79
+ height: 15.347,
80
+ x: 202.777,
81
+ y: 83.482,
82
+ fill: "#FAFAFA",
83
+ rx: 7.673
84
+ }),
85
+ /* @__PURE__ */ jsx("rect", {
86
+ width: 38.771,
87
+ height: 15.347,
88
+ x: 202.777,
89
+ y: 83.482,
90
+ stroke: "#363636",
91
+ strokeWidth: .553,
92
+ rx: 7.673
93
+ }),
94
+ /* @__PURE__ */ jsx("path", {
95
+ fill: "#101010",
96
+ d: "M210.299 91.826v-.592h1.728v2.616a3.8 3.8 0 0 1-1.672.384c-1.624 0-1.984-.512-1.984-2.832 0-2.272.344-2.768 1.912-2.768 1.336 0 1.656.24 1.744 1.352h-.664c-.072-.608-.264-.744-1.072-.744-1.04 0-1.264.392-1.264 2.168 0 1.816.24 2.216 1.328 2.216.44 0 .816-.128 1.032-.224v-1.576zm5.677 2.328v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m2.157 1.976v-.568h1.44v-4.688h-1.36v-.568h1.984v5.256h1.336v.568zm7.445 0v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m1.973 1.976 1.408-2.088-1.344-2.056h.76l1.008 1.624h.016l1.008-1.624h.768l-1.376 2.056 1.4 2.088h-.76l-1.056-1.624h-.024l-1.048 1.624zm5.765 1.752.728-2.056h-.336l-1.392-3.84h.68l1.192 3.32h.024l1.152-3.32h.656l-2.064 5.896z"
97
+ }),
98
+ /* @__PURE__ */ jsx("rect", {
99
+ width: 3.319,
100
+ height: 3.319,
101
+ fill: "#A0A0A0",
102
+ rx: 1.659,
103
+ transform: "matrix(-1 0 0 1 257.112 153.5)"
104
+ }),
105
+ /* @__PURE__ */ jsx("rect", {
106
+ width: 4.839,
107
+ height: 4.839,
108
+ x: 104.643,
109
+ y: 102.691,
110
+ fill: "#A0A0A0",
111
+ rx: 2.419
112
+ }),
113
+ /* @__PURE__ */ jsx("rect", {
114
+ width: 4.839,
115
+ height: 4.839,
116
+ fill: "#A0A0A0",
117
+ rx: 2.419,
118
+ transform: "matrix(-1 0 0 1 167.222 67.74)"
119
+ }),
120
+ /* @__PURE__ */ jsx("rect", {
121
+ width: 4.839,
122
+ height: 4.839,
123
+ x: 71.978,
124
+ y: 152.74,
125
+ fill: "#A0A0A0",
126
+ rx: 2.419
127
+ }),
128
+ /* @__PURE__ */ jsx("rect", {
129
+ width: 4.839,
130
+ height: 4.839,
131
+ fill: "#A0A0A0",
132
+ rx: 2.419,
133
+ transform: "matrix(-1 0 0 1 224.962 103.363)"
134
+ }),
135
+ /* @__PURE__ */ jsx("rect", {
136
+ width: 4.839,
137
+ height: 4.839,
138
+ x: 103.139,
139
+ y: 188.775,
140
+ fill: "#A0A0A0",
141
+ rx: 2.419
142
+ }),
143
+ /* @__PURE__ */ jsx("rect", {
144
+ width: 4.839,
145
+ height: 4.839,
146
+ fill: "#A0A0A0",
147
+ rx: 2.419,
148
+ transform: "matrix(-1 0 0 1 226.466 188.064)"
149
+ }),
150
+ /* @__PURE__ */ jsx("rect", {
151
+ width: 4.839,
152
+ height: 4.839,
153
+ x: 128.416,
154
+ y: 135.998,
155
+ fill: "#A0A0A0",
156
+ rx: 2.419
157
+ }),
158
+ /* @__PURE__ */ jsx("rect", {
159
+ width: 4.839,
160
+ height: 4.839,
161
+ fill: "#A0A0A0",
162
+ rx: 2.419,
163
+ transform: "matrix(-1 0 0 1 200.782 136.111)"
164
+ }),
165
+ /* @__PURE__ */ jsx("rect", {
166
+ width: 4.839,
167
+ height: 4.839,
168
+ x: 171.396,
169
+ y: 135.998,
170
+ fill: "#000",
171
+ opacity: .55,
172
+ rx: 2.419
173
+ }),
174
+ /* @__PURE__ */ jsx("rect", {
175
+ width: 4.839,
176
+ height: 4.839,
177
+ fill: "#000",
178
+ opacity: .55,
179
+ rx: 2.419,
180
+ transform: "matrix(-1 0 0 1 158.641 135.998)"
181
+ }),
182
+ /* @__PURE__ */ jsx("rect", {
183
+ width: 4.839,
184
+ height: 4.839,
185
+ fill: "#A0A0A0",
186
+ rx: 2.419,
187
+ transform: "matrix(-1 0 0 1 116.928 203.107)"
188
+ }),
189
+ /* @__PURE__ */ jsx("rect", {
190
+ width: 4.839,
191
+ height: 4.839,
192
+ fill: "#A0A0A0",
193
+ rx: 2.419,
194
+ transform: "matrix(-1 0 0 1 257.872 152.74)"
195
+ }),
196
+ /* @__PURE__ */ jsx("rect", {
197
+ width: 4.839,
198
+ height: 4.839,
199
+ x: 162.383,
200
+ y: 227.83,
201
+ fill: "#A0A0A0",
202
+ rx: 2.419
203
+ }),
204
+ /* @__PURE__ */ jsx("rect", {
205
+ width: 86.771,
206
+ height: 15.347,
207
+ x: 212.067,
208
+ y: 162.583,
209
+ fill: "#FAFAFA",
210
+ rx: 7.673
211
+ }),
212
+ /* @__PURE__ */ jsx("rect", {
213
+ width: 86.771,
214
+ height: 15.347,
215
+ x: 212.067,
216
+ y: 162.583,
217
+ stroke: "#363636",
218
+ strokeWidth: .553,
219
+ rx: 7.673
220
+ }),
221
+ /* @__PURE__ */ jsx("path", {
222
+ fill: "#101010",
223
+ d: "M217.525 173.256v-5.44h.912l1 2.736h.072l1-2.736h.912v5.44h-.64v-3.392l.072-1.36h-.024l-1.04 2.72h-.632l-1.04-2.72h-.024l.072 1.36v3.392zm6.389-4.992v-.88h.88v.88zm-1.136 4.992v-.568h1.384v-3.008h-1.304v-.568h1.92v3.576h1.304v.568zm4.517-3.592.16-.552h.944v-.936l.616-.264v1.2h1.48v.552h-1.488v2.304c0 .632.144.768.808.768.192 0 .352-.016.856-.072v.584c-.528.072-.704.088-.992.088-1.064 0-1.296-.24-1.296-1.336v-2.336zm7.725 2.432h.624c-.08 1.016-.36 1.24-1.52 1.24-1.528 0-1.864-.392-1.864-2.16 0-1.76.336-2.144 1.848-2.144 1.2 0 1.48.24 1.536 1.328h-.64c-.12-.616-.288-.752-.936-.752-.96 0-1.168.28-1.168 1.576s.216 1.576 1.192 1.576c.632 0 .8-.12.928-.664m1.997 1.16v-5.872h.64v2.36h.04c.224-.584.448-.712 1.232-.712 1.144 0 1.392.288 1.392 1.584v2.64h-.64v-2.64c0-.824-.168-1-.912-1-.912 0-1.112.272-1.112 1.52v2.12zm7.493-1.08h.64c-.176.952-.464 1.16-1.584 1.16-1.504 0-1.832-.392-1.832-2.16 0-1.76.312-2.144 1.72-2.144 1.48 0 1.8.44 1.776 2.456h-2.888c.032 1.024.248 1.248 1.2 1.248.64 0 .816-.104.968-.56m-2.16-1.264h2.264c-.032-1.048-.24-1.28-1.128-1.28-.904 0-1.112.232-1.136 1.28m4.268 2.344v-.568h1.44V168h-1.36v-.568h1.984v5.256h1.336v.568zm4.797 0v-.568h1.44V168h-1.36v-.568h1.984v5.256h1.336v.568zm9.626 0v-5.44c.496-.032.688-.04 1.088-.04 1.816 0 2.216.256 2.216 1.44 0 .816-.144 1.032-.784 1.176v.024c.824.232 1.008.48 1.008 1.4 0 1.232-.392 1.504-2.168 1.504-.384 0-.624-.008-1.36-.064m.64-3.096h1.008c.824 0 1-.168 1-.944 0-.584-.184-.744-1-.816a6 6 0 0 0-1.008-.016zm0 .592v1.92c.272.04.456.048 1.008.04 1-.016 1.224-.184 1.224-.896 0-.872-.224-1.064-1.224-1.064zm4.773 2.504v-4.144h.552l-.072.872h.04c.424-.832.48-.872 1.336-.88.44-.008.648 0 .984.04v.616a2.6 2.6 0 0 0-.592-.056c-1.336 0-1.632.344-1.632 1.896v1.656zm6.837-1.08h.64c-.176.952-.464 1.16-1.584 1.16-1.504 0-1.832-.392-1.832-2.16 0-1.76.312-2.144 1.72-2.144 1.48 0 1.8.44 1.776 2.456h-2.888c.032 1.024.248 1.248 1.2 1.248.64 0 .816-.104.968-.56m-2.16-1.264h2.264c-.032-1.048-.24-1.28-1.128-1.28-.904 0-1.112.232-1.136 1.28m4.301 2.84h.656c0 .536.16.656.904.656.944 0 1.152-.208 1.168-1.16v-.624h-.04c-.2.52-.408.632-1.168.632-1.368 0-1.672-.376-1.672-2.104 0-1.736.304-2.12 1.68-2.12.752 0 .96.112 1.152.624h.04v-.544h.616v4.224c-.008 1.344-.32 1.64-1.736 1.64-1.248 0-1.536-.224-1.6-1.224m1.608-1.072c.92 0 1.12-.272 1.12-1.528 0-1.264-.2-1.544-1.12-1.544s-1.12.28-1.12 1.544c0 1.256.2 1.528 1.12 1.528m2.789.576v-4.144h.56v.552h.04c.184-.496.368-.632.88-.632s.68.136.784.632h.04c.184-.496.36-.632.8-.632.736 0 .928.376.928 1.768v2.456h-.616V170.8c0-.92-.104-1.176-.504-1.176-.448 0-.576.328-.576 1.512v2.12h-.624l.016-2.456c.008-.92-.112-1.176-.528-1.176-.464 0-.584.328-.584 1.512v2.12zm7.812 0v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m2.125 1.976v-4.144h.6v.672h.04c.232-.616.464-.752 1.288-.752 1.152 0 1.408.288 1.408 1.584v2.64h-.64v-2.64c0-.792-.168-.968-.92-.968-.928 0-1.136.264-1.136 1.488v2.12z"
224
+ }),
225
+ /* @__PURE__ */ jsx("rect", {
226
+ width: 120.771,
227
+ height: 15.347,
228
+ x: 45.15,
229
+ y: 198.599,
230
+ fill: "#FAFAFA",
231
+ rx: 7.673
232
+ }),
233
+ /* @__PURE__ */ jsx("rect", {
234
+ width: 120.771,
235
+ height: 15.347,
236
+ x: 45.15,
237
+ y: 198.599,
238
+ stroke: "#363636",
239
+ strokeWidth: .553,
240
+ rx: 7.673
241
+ }),
242
+ /* @__PURE__ */ jsx("path", {
243
+ fill: "#101010",
244
+ d: "M51.403 209.271v-.608h1.04v-4.224h-.984v-.608h2.624v.608H53.1v4.224h1.032v.608zm4.493 0v-4.144h.6v.672h.04c.232-.616.464-.752 1.288-.752 1.152 0 1.408.288 1.408 1.584v2.64h-.64v-2.64c0-.792-.168-.968-.92-.968-.928 0-1.136.264-1.136 1.488v2.12zm4.693-3.592.16-.552h.944v-.936l.616-.264v1.2h1.48v.552H62.3v2.304c0 .632.144.768.808.768.192 0 .352-.016.856-.072v.584c-.528.072-.704.088-.992.088-1.064 0-1.296-.24-1.296-1.336v-2.336zm7.62 2.512h.64c-.175.952-.463 1.16-1.583 1.16-1.504 0-1.832-.392-1.832-2.16 0-1.76.312-2.144 1.72-2.144 1.48 0 1.8.44 1.776 2.456h-2.888c.032 1.024.248 1.248 1.2 1.248.64 0 .816-.104.968-.56m-2.16-1.264h2.265c-.032-1.048-.24-1.28-1.128-1.28-.904 0-1.112.232-1.136 1.28m4.918 2.344v-4.144h.552l-.072.872h.04c.424-.832.48-.872 1.336-.88.44-.008.648 0 .984.04v.616a2.6 2.6 0 0 0-.592-.056c-1.336 0-1.632.344-1.632 1.896v1.656zm4.18.496h.656c0 .536.16.656.904.656.945 0 1.153-.208 1.169-1.16v-.624h-.04c-.2.52-.409.632-1.168.632-1.369 0-1.672-.376-1.672-2.104 0-1.736.303-2.12 1.68-2.12.751 0 .96.112 1.151.624h.04v-.544h.617v4.224c-.008 1.344-.32 1.64-1.736 1.64-1.249 0-1.537-.224-1.6-1.224m1.608-1.072c.92 0 1.12-.272 1.12-1.528 0-1.264-.2-1.544-1.12-1.544s-1.12.28-1.12 1.544c0 1.256.2 1.528 1.12 1.528m5.805.576v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m2.157 1.976v-.568h1.44v-4.688h-1.36v-.568h1.984v5.256h1.336v.568zm7.445 0v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m4.949.816h.624c-.08 1.016-.36 1.24-1.52 1.24-1.528 0-1.864-.392-1.864-2.16 0-1.76.336-2.144 1.848-2.144 1.2 0 1.48.24 1.536 1.328h-.64c-.12-.616-.288-.752-.936-.752-.96 0-1.168.28-1.168 1.576s.216 1.576 1.192 1.576c.632 0 .8-.12.928-.664m1.869-2.432.16-.552h.944v-.936l.616-.264v1.2h1.48v.552h-1.488v2.304c0 .632.144.768.808.768.192 0 .352-.016.856-.072v.584c-.528.072-.704.088-.992.088-1.064 0-1.296-.24-1.296-1.336v-2.336zm6.213-1.4v-.88h.88v.88zm-1.136 4.992v-.568h1.384v-3.008h-1.304v-.568h1.92v3.576h1.304v.568zm7.445-1.16h.624c-.08 1.016-.36 1.24-1.52 1.24-1.528 0-1.864-.392-1.864-2.16 0-1.76.336-2.144 1.848-2.144 1.2 0 1.48.24 1.536 1.328h-.64c-.12-.616-.288-.752-.936-.752-.96 0-1.168.28-1.168 1.576s.216 1.576 1.192 1.576c.632 0 .8-.12.928-.664m6.705 1.16v-5.44c.512-.048.832-.072 1.424-.016 1.6.144 2.168.712 2.168 2.792 0 2.232-.464 2.72-2.584 2.72-.256 0-.44-.008-1.008-.056m.656-4.84v4.272c.552.032.752.032.992.016 1.048-.072 1.28-.44 1.28-2.08 0-1.608-.272-2-1.504-2.176-.224-.032-.52-.048-.768-.032m6.885 4.84v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m2.021-1.616.16-.552h.944v-.936l.616-.264v1.2h1.48v.552h-1.488v2.304c0 .632.144.768.808.768.192 0 .352-.016.856-.072v.584c-.528.072-.704.088-.992.088-1.064 0-1.296-.24-1.296-1.336v-2.336zm7.581 3.592v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m7.146 1.976v-5.44h.656v4.832h2.672v.608zm7.253 0v-.536h-.04c-.192.504-.416.616-1.24.616-1.12 0-1.368-.216-1.368-1.2 0-1.16.336-1.416 1.856-1.416h.792v-.176c0-.776-.184-.944-1.024-.944-.688 0-.848.112-.864.624h-.616c0-.976.264-1.192 1.456-1.192 1.328 0 1.624.272 1.624 1.512v2.712zm-.008-1.976h-.944c-.88 0-1.072.136-1.072.776 0 .568.152.696.824.696.976 0 1.192-.264 1.192-1.472m2.132 1.976.008-5.872h.624l-.008 2.184h.04c.168-.44.376-.536 1.16-.536 1.352 0 1.648.392 1.648 2.168 0 1.752-.296 2.136-1.632 2.136-.824 0-1.04-.096-1.216-.536h-.04v.456zm1.688-.504c.952 0 1.16-.28 1.16-1.552 0-1.304-.208-1.592-1.168-1.592-.896 0-1.088.288-1.088 1.592 0 1.272.2 1.552 1.096 1.552m3.085-.68h.64c.032.544.232.664 1.08.664.832 0 1.016-.104 1.016-.592s-.208-.624-1.136-.736c-1.264-.152-1.544-.392-1.544-1.264 0-.912.296-1.112 1.624-1.112 1.272 0 1.56.2 1.608 1.096h-.632c-.048-.408-.224-.496-.968-.496-.816 0-1 .096-1 .536 0 .416.192.528 1.056.656 1.336.192 1.632.424 1.632 1.344 0 .96-.304 1.168-1.688 1.168s-1.688-.224-1.688-1.264"
245
+ })
246
+ ]
247
+ }), /* @__PURE__ */ jsxs("g", {
248
+ filter: "url(#projects-empty-state-light_svg__h)",
249
+ children: [
250
+ /* @__PURE__ */ jsx("rect", {
251
+ width: 39.321,
252
+ height: 39.802,
253
+ x: 144.84,
254
+ y: 130.1,
255
+ fill: "#fff",
256
+ rx: 7.963,
257
+ shapeRendering: "crispEdges"
258
+ }),
259
+ /* @__PURE__ */ jsx("rect", {
260
+ width: 38.321,
261
+ height: 38.802,
262
+ x: 145.34,
263
+ y: 130.6,
264
+ stroke: "url(#projects-empty-state-light_svg__i)",
265
+ rx: 7.463,
266
+ shapeRendering: "crispEdges"
267
+ }),
268
+ /* @__PURE__ */ jsx("path", {
269
+ fill: "#000",
270
+ fillOpacity: .64,
271
+ d: "M159.195 148.911c2.338 0 4.24-1.945 4.24-4.336s-1.902-4.337-4.24-4.337-4.239 1.945-4.239 4.336 1.901 4.336 4.239 4.336M169.802 151.092c-2.338 0-4.24 1.945-4.24 4.336s1.902 4.336 4.24 4.336 4.24-1.945 4.24-4.336-1.902-4.336-4.24-4.336"
272
+ }),
273
+ /* @__PURE__ */ jsx("path", {
274
+ fill: "#000",
275
+ fillOpacity: .64,
276
+ d: "M163.326 156.403c.494-1.879 0-3.542 1.987-5.572 1.987-2.032 3.608-1.526 5.446-2.031q.214-.051.42-.123l.003-.001c1.665-.586 2.863-2.203 2.863-4.101-.001-2.392-1.902-4.337-4.24-4.337-1.856 0-3.437 1.226-4.01 2.928l-.002.005a4 4 0 0 0-.119.427c-.494 1.879-.013 3.553-1.984 5.569s-3.612 1.528-5.449 2.033a4 4 0 0 0-.418.122l-.004.002c-1.665.586-2.863 2.203-2.863 4.101 0 2.391 1.901 4.336 4.239 4.336 1.856 0 3.437-1.226 4.01-2.928q.044-.131.08-.265.022-.082.041-.165"
277
+ })
278
+ ]
279
+ })]
280
+ }), /* @__PURE__ */ jsxs("defs", { children: [
281
+ /* @__PURE__ */ jsxs("linearGradient", {
282
+ id: "projects-empty-state-light_svg__c",
283
+ x1: 319,
284
+ x2: 319,
285
+ y1: 0,
286
+ y2: 50,
287
+ gradientUnits: "userSpaceOnUse",
288
+ children: [/* @__PURE__ */ jsx("stop", {
289
+ stopColor: "#FAFAFA",
290
+ stopOpacity: 0
291
+ }), /* @__PURE__ */ jsx("stop", {
292
+ offset: 1,
293
+ stopColor: "#FAFAFA"
294
+ })]
295
+ }),
296
+ /* @__PURE__ */ jsxs("linearGradient", {
297
+ id: "projects-empty-state-light_svg__d",
298
+ x1: 219.5,
299
+ x2: 219.5,
300
+ y1: 0,
301
+ y2: 79,
302
+ gradientUnits: "userSpaceOnUse",
303
+ children: [/* @__PURE__ */ jsx("stop", {
304
+ stopColor: "#FAFAFA",
305
+ stopOpacity: 0
306
+ }), /* @__PURE__ */ jsx("stop", {
307
+ offset: 1,
308
+ stopColor: "#FAFAFA"
309
+ })]
310
+ }),
311
+ /* @__PURE__ */ jsxs("linearGradient", {
312
+ id: "projects-empty-state-light_svg__e",
313
+ x1: 219.5,
314
+ x2: 219.5,
315
+ y1: 0,
316
+ y2: 79,
317
+ gradientUnits: "userSpaceOnUse",
318
+ children: [/* @__PURE__ */ jsx("stop", {
319
+ stopColor: "#FAFAFA",
320
+ stopOpacity: 0
321
+ }), /* @__PURE__ */ jsx("stop", {
322
+ offset: 1,
323
+ stopColor: "#FAFAFA"
324
+ })]
325
+ }),
326
+ /* @__PURE__ */ jsxs("linearGradient", {
327
+ id: "projects-empty-state-light_svg__f",
328
+ x1: 319,
329
+ x2: 319,
330
+ y1: 0,
331
+ y2: 50,
332
+ gradientUnits: "userSpaceOnUse",
333
+ children: [/* @__PURE__ */ jsx("stop", {
334
+ stopColor: "#FAFAFA",
335
+ stopOpacity: 0
336
+ }), /* @__PURE__ */ jsx("stop", {
337
+ offset: 1,
338
+ stopColor: "#FAFAFA"
339
+ })]
340
+ }),
341
+ /* @__PURE__ */ jsxs("linearGradient", {
342
+ id: "projects-empty-state-light_svg__i",
343
+ x1: 147.605,
344
+ x2: 181.308,
345
+ y1: 132.987,
346
+ y2: 167.782,
347
+ gradientUnits: "userSpaceOnUse",
348
+ children: [
349
+ /* @__PURE__ */ jsx("stop", { stopColor: "#959595" }),
350
+ /* @__PURE__ */ jsx("stop", {
351
+ offset: .5,
352
+ stopColor: "#AAA",
353
+ stopOpacity: .15
354
+ }),
355
+ /* @__PURE__ */ jsx("stop", {
356
+ offset: 1,
357
+ stopColor: "#959595"
358
+ })
359
+ ]
360
+ }),
361
+ /* @__PURE__ */ jsx("clipPath", {
362
+ id: "projects-empty-state-light_svg__a",
363
+ children: /* @__PURE__ */ jsx("path", {
364
+ fill: "#fff",
365
+ d: "M0 0h329v300H0z"
366
+ })
367
+ }),
368
+ /* @__PURE__ */ jsx("clipPath", {
369
+ id: "projects-empty-state-light_svg__b",
370
+ children: /* @__PURE__ */ jsx("path", {
371
+ fill: "#fff",
372
+ d: "M-.5 8.205a8 8 0 0 1 8-8h314a8 8 0 0 1 8 8v284a8 8 0 0 1-8 8H7.5a8 8 0 0 1-8-8z"
373
+ })
374
+ }),
375
+ /* @__PURE__ */ jsxs("filter", {
376
+ id: "projects-empty-state-light_svg__g",
377
+ width: 25.552,
378
+ height: 25.553,
379
+ x: 156.974,
380
+ y: 177.472,
381
+ colorInterpolationFilters: "sRGB",
382
+ filterUnits: "userSpaceOnUse",
383
+ children: [
384
+ /* @__PURE__ */ jsx("feFlood", {
385
+ floodOpacity: 0,
386
+ result: "BackgroundImageFix"
387
+ }),
388
+ /* @__PURE__ */ jsx("feColorMatrix", {
389
+ in: "SourceAlpha",
390
+ result: "hardAlpha",
391
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
392
+ }),
393
+ /* @__PURE__ */ jsx("feOffset", {
394
+ dx: 4.75,
395
+ dy: 4.75
396
+ }),
397
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 4.75 }),
398
+ /* @__PURE__ */ jsx("feComposite", {
399
+ in2: "hardAlpha",
400
+ operator: "out"
401
+ }),
402
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0.15 0" }),
403
+ /* @__PURE__ */ jsx("feBlend", {
404
+ in2: "BackgroundImageFix",
405
+ result: "effect1_dropShadow_322_33887"
406
+ }),
407
+ /* @__PURE__ */ jsx("feBlend", {
408
+ in: "SourceGraphic",
409
+ in2: "effect1_dropShadow_322_33887",
410
+ result: "shape"
411
+ })
412
+ ]
413
+ }),
414
+ /* @__PURE__ */ jsxs("filter", {
415
+ id: "projects-empty-state-light_svg__h",
416
+ width: 51.517,
417
+ height: 51.996,
418
+ x: 141.791,
419
+ y: 127.051,
420
+ colorInterpolationFilters: "sRGB",
421
+ filterUnits: "userSpaceOnUse",
422
+ children: [
423
+ /* @__PURE__ */ jsx("feFlood", {
424
+ floodOpacity: 0,
425
+ result: "BackgroundImageFix"
426
+ }),
427
+ /* @__PURE__ */ jsx("feColorMatrix", {
428
+ in: "SourceAlpha",
429
+ result: "hardAlpha",
430
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
431
+ }),
432
+ /* @__PURE__ */ jsx("feOffset", {
433
+ dx: 3.049,
434
+ dy: 3.049
435
+ }),
436
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 3.049 }),
437
+ /* @__PURE__ */ jsx("feComposite", {
438
+ in2: "hardAlpha",
439
+ operator: "out"
440
+ }),
441
+ /* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0.15 0" }),
442
+ /* @__PURE__ */ jsx("feBlend", {
443
+ in2: "BackgroundImageFix",
444
+ result: "effect1_dropShadow_322_33887"
445
+ }),
446
+ /* @__PURE__ */ jsx("feBlend", {
447
+ in: "SourceGraphic",
448
+ in2: "effect1_dropShadow_322_33887",
449
+ result: "shape"
450
+ })
451
+ ]
452
+ })
453
+ ] })]
454
+ });
455
+ //#endregion
456
+ export { SvgProjectsEmptyStateLight as default };
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCreateProjectActionCardDark: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
3
+ export default SvgCreateProjectActionCardDark;