@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,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgWorkspaceSetupBuildDark: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
3
+ export default SvgWorkspaceSetupBuildDark;
@@ -0,0 +1,466 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region src/assets/components/onboarding/WorkspaceSetupBuildDark.tsx
3
+ var SvgWorkspaceSetupBuildDark = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ fill: "none",
6
+ viewBox: "0 0 282 307",
7
+ ...props,
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", {
10
+ fill: "#131313",
11
+ d: "M0 0h281.351v263.767H0z"
12
+ }),
13
+ /* @__PURE__ */ jsx("mask", {
14
+ id: "workspace-setup-build-dark_svg__b",
15
+ width: 756,
16
+ height: 476,
17
+ x: -149,
18
+ y: -32,
19
+ maskUnits: "userSpaceOnUse",
20
+ style: { maskType: "alpha" },
21
+ children: /* @__PURE__ */ jsx("path", {
22
+ fill: "url(#workspace-setup-build-dark_svg__a)",
23
+ d: "M-148.324-31.73h754.907v475h-754.907z"
24
+ })
25
+ }),
26
+ /* @__PURE__ */ jsxs("g", {
27
+ mask: "url(#workspace-setup-build-dark_svg__b)",
28
+ children: [
29
+ /* @__PURE__ */ jsx("g", {
30
+ stroke: "#fff",
31
+ strokeWidth: .633,
32
+ opacity: .12,
33
+ children: /* @__PURE__ */ jsx("path", { d: "M8.81 26.767h7.907M12.898 22.837v7.907M40.44 26.767h7.907M44.528 22.837v7.907M72.07 26.767h7.907M76.159 22.837v7.907M103.697 26.767h7.908M107.786 22.837v7.907M135.326 26.767h7.908M139.415 22.837v7.907M166.956 26.767h7.907M171.045 22.837v7.907M198.586 26.767h7.907M202.675 22.837v7.907M230.215 26.767h7.908M234.305 22.837v7.907M261.844 26.767h7.907M265.935 22.837v7.907M8.81 58.4h7.907M12.898 54.47v7.907M40.44 58.4h7.907M44.528 54.47v7.907M72.07 58.4h7.907M76.159 54.47v7.907M103.697 58.4h7.908M107.786 54.47v7.907M135.326 58.4h7.908M139.415 54.47v7.907M166.956 58.4h7.907M171.045 54.47v7.907M198.586 58.4h7.907M202.675 54.47v7.907M230.215 58.4h7.908M234.305 54.47v7.907M261.844 58.4h7.907M265.935 54.47v7.907M8.81 90.032h7.907M12.898 86.103v7.907M40.44 90.032h7.907M44.528 86.103v7.907M72.07 90.032h7.907M76.159 86.103v7.907M103.697 90.032h7.908M107.786 86.103v7.907M135.326 90.032h7.908M139.415 86.103v7.907M166.956 90.032h7.907M171.045 86.103v7.907M198.586 90.032h7.907M202.675 86.103v7.907M230.215 90.032h7.908M234.305 86.103v7.907M261.844 90.032h7.907M265.935 86.103v7.907M8.81 121.657h7.907M12.898 117.728v7.907M40.44 121.657h7.907M44.528 117.728v7.907M72.07 121.657h7.907M76.159 117.728v7.907M103.697 121.657h7.908M107.786 117.728v7.907M135.326 121.657h7.908M139.415 117.728v7.907M166.956 121.657h7.907M171.045 117.728v7.907M198.586 121.657h7.907M202.675 117.728v7.907M230.215 121.657h7.908M234.305 117.728v7.907M261.844 121.657h7.907M265.935 117.728v7.907M8.81 153.29h7.907M12.898 149.36v7.908M40.44 153.29h7.907M44.528 149.36v7.908M72.07 153.29h7.907M76.159 149.36v7.908M103.697 153.29h7.908M107.786 149.36v7.908M135.326 153.29h7.908M139.415 149.36v7.908M166.956 153.29h7.907M171.045 149.36v7.908M198.586 153.29h7.907M202.675 149.36v7.908M230.215 153.29h7.908M234.305 149.36v7.908M261.844 153.29h7.907M265.935 149.36v7.908M8.81 184.915h7.907M12.898 180.985v7.908M40.44 184.915h7.907M44.528 180.985v7.908M72.07 184.915h7.907M76.159 180.985v7.908M103.697 184.915h7.908M107.786 180.985v7.908M135.326 184.915h7.908M139.415 180.985v7.908M166.956 184.915h7.907M171.045 180.985v7.908M198.586 184.915h7.907M202.675 180.985v7.908M230.215 184.915h7.908M234.304 180.985v7.908M261.844 184.915h7.907M265.935 180.985v7.908M8.81 216.548h7.907M12.898 212.618v7.908M40.44 216.548h7.907M44.528 212.618v7.908M72.07 216.548h7.907M76.159 212.618v7.908M103.697 216.548h7.908M107.786 212.618v7.908M135.326 216.548h7.908M139.415 212.618v7.908M166.956 216.548h7.907M171.045 212.618v7.908M198.586 216.548h7.907M202.675 212.618v7.908M230.215 216.548h7.908M234.305 212.618v7.908M261.844 216.548h7.907M265.935 212.618v7.908M8.81 248.173h7.907M12.898 244.243v7.908M40.44 248.173h7.907M44.528 244.243v7.908M72.07 248.173h7.907M76.159 244.243v7.908M103.697 248.173h7.908M107.786 244.243v7.908M135.326 248.173h7.908M139.415 244.243v7.908M166.956 248.173h7.907M171.045 244.243v7.908M198.586 248.173h7.907M202.675 244.243v7.908M230.215 248.173h7.908M234.305 244.243v7.908M261.844 248.173h7.907M265.935 244.243v7.908M8.81 279.806h7.907M12.898 275.876v7.907M40.44 279.806h7.907M44.528 275.876v7.907M72.07 279.806h7.907M76.159 275.876v7.907M103.697 279.806h7.908M107.786 275.876v7.907M135.326 279.806h7.908M139.415 275.876v7.907M166.956 279.806h7.907M171.045 275.876v7.907M198.586 279.806h7.907M202.675 275.876v7.907M230.215 279.806h7.908M234.305 275.876v7.907M261.844 279.806h7.907M265.935 275.876v7.907" })
34
+ }),
35
+ /* @__PURE__ */ jsx("g", {
36
+ stroke: "#646464",
37
+ opacity: .35,
38
+ children: /* @__PURE__ */ jsx("path", { d: "M52.94 65.705 165.06 44.47M52.94 65.705l.461 123.218M52.94 65.705l88.71 89.695M53.838 190.326 293.57 29.158M53.838 190.33l92.896 63.296M150.412 194.005l-3.678 59.621M141.683 155.704l61.008 36.017M385.367 373.087 146.734 253.626M385.367 373.084 200.888 191.281M513.912 420.181 201.473 190.696M445.623 43.341 201.588 192.164M292.648 29.158 202.633 191.64" })
39
+ }),
40
+ /* @__PURE__ */ jsx("g", {
41
+ stroke: "#000",
42
+ strokeOpacity: .64,
43
+ strokeWidth: .633,
44
+ opacity: .12,
45
+ children: /* @__PURE__ */ jsx("path", { d: "M8.906 26.705h7.908M12.995 22.775v7.907M40.536 26.705h7.907M44.625 22.775v7.907M72.166 26.705h7.907M76.255 22.775v7.907M103.794 26.705h7.907M107.883 22.775v7.907M135.423 26.705h7.907M139.512 22.775v7.907M167.053 26.705h7.907M171.142 22.775v7.907M198.683 26.705h7.907M202.771 22.775v7.907M230.312 26.705h7.907M234.401 22.775v7.907M261.94 26.705h7.908M266.031 22.775v7.907M8.906 58.337h7.908M12.995 54.408v7.907M40.536 58.337h7.907M44.625 54.408v7.907M72.166 58.337h7.907M76.255 54.408v7.907M103.794 58.337h7.907M107.883 54.408v7.907M135.423 58.337h7.907M139.512 54.408v7.907M167.053 58.337h7.907M171.142 54.408v7.907M198.683 58.337h7.907M202.771 54.408v7.907M230.312 58.337h7.907M234.401 54.408v7.907M261.94 58.337h7.908M266.031 54.408v7.907M8.906 89.97h7.908M12.995 86.04v7.908M40.536 89.97h7.907M44.625 86.04v7.908M72.166 89.97h7.907M76.255 86.04v7.908M103.794 89.97h7.907M107.883 86.04v7.908M135.423 89.97h7.907M139.512 86.04v7.908M167.053 89.97h7.907M171.142 86.04v7.908M198.683 89.97h7.907M202.771 86.04v7.908M230.312 89.97h7.907M234.401 86.04v7.908M261.94 89.97h7.908M266.031 86.04v7.908M8.906 121.595h7.908M12.995 117.666v7.907M40.536 121.595h7.907M44.625 117.666v7.907M72.166 121.595h7.907M76.255 117.666v7.907M103.794 121.595h7.907M107.883 117.666v7.907M135.423 121.595h7.907M139.512 117.666v7.907M167.053 121.595h7.907M171.142 117.666v7.907M198.683 121.595h7.907M202.771 117.666v7.907M230.312 121.595h7.907M234.401 117.666v7.907M261.94 121.595h7.908M266.031 117.666v7.907M8.906 153.228h7.908M12.995 149.298v7.908M40.536 153.228h7.907M44.625 149.298v7.908M72.166 153.228h7.907M76.255 149.298v7.908M103.794 153.228h7.907M107.883 149.298v7.908M135.423 153.228h7.907M139.512 149.298v7.908M167.053 153.228h7.907M171.142 149.298v7.908M198.683 153.228h7.907M202.771 149.298v7.908M230.312 153.228h7.907M234.401 149.298v7.908M261.94 153.228h7.908M266.031 149.298v7.908M8.906 184.853h7.908M12.995 180.923v7.908M40.536 184.853h7.907M44.625 180.923v7.908M72.166 184.853h7.907M76.255 180.923v7.908M103.794 184.853h7.907M107.883 180.923v7.908M135.423 184.853h7.907M139.512 180.923v7.908M167.053 184.853h7.907M171.142 180.923v7.908M198.683 184.853h7.907M202.771 180.923v7.908M230.312 184.853h7.907M234.401 180.923v7.908M261.94 184.853h7.908M266.031 180.923v7.908M8.906 216.486h7.908M12.995 212.556v7.908M40.536 216.486h7.907M44.625 212.556v7.908M72.166 216.486h7.907M76.255 212.556v7.908M103.794 216.486h7.907M107.883 212.556v7.908M135.423 216.486h7.907M139.512 212.556v7.908M167.053 216.486h7.907M171.142 212.556v7.908M198.683 216.486h7.907M202.771 212.556v7.908M230.312 216.486h7.907M234.401 212.556v7.908M261.94 216.486h7.908M266.031 212.556v7.908M8.906 248.111h7.908M12.995 244.181v7.908M40.536 248.111h7.907M44.625 244.181v7.908M72.166 248.111h7.907M76.255 244.181v7.908M103.794 248.111h7.907M107.883 244.181v7.908M135.423 248.111h7.907M139.512 244.181v7.908M167.053 248.111h7.907M171.142 244.181v7.908M198.683 248.111h7.907M202.771 244.181v7.908M230.312 248.111h7.907M234.401 244.181v7.908M261.94 248.111h7.908M266.031 244.181v7.908M8.906 279.744h7.908M12.995 275.814v7.907M40.536 279.744h7.907M44.625 275.814v7.907M72.166 279.744h7.907M76.255 275.814v7.907M103.794 279.744h7.907M107.883 275.814v7.907M135.423 279.744h7.907M139.512 275.814v7.907M167.053 279.744h7.907M171.142 275.814v7.907M198.683 279.744h7.907M202.771 275.814v7.907M230.312 279.744h7.907M234.401 275.814v7.907M261.94 279.744h7.908M266.031 275.814v7.907" })
46
+ }),
47
+ /* @__PURE__ */ jsx("rect", {
48
+ width: 8.918,
49
+ height: 8.918,
50
+ x: 137.816,
51
+ y: 151.447,
52
+ fill: "#6D7D4F",
53
+ rx: 4.459
54
+ }),
55
+ /* @__PURE__ */ jsx("rect", {
56
+ width: 131,
57
+ height: 25,
58
+ x: 79.816,
59
+ y: 217.955,
60
+ fill: "#060606",
61
+ rx: 11.5
62
+ }),
63
+ /* @__PURE__ */ jsx("rect", {
64
+ width: 131,
65
+ height: 25,
66
+ x: 79.816,
67
+ y: 217.955,
68
+ stroke: "#181818",
69
+ rx: 11.5
70
+ }),
71
+ /* @__PURE__ */ jsx("path", {
72
+ fill: "#767676",
73
+ fillOpacity: .64,
74
+ d: "M91.293 232.944h.999c.085.987.439 1.206 1.913 1.206 1.547 0 1.888-.255 1.888-1.449 0-.975-.34-1.268-1.864-1.596-2.364-.512-2.888-.926-2.888-2.352 0-1.803.512-2.205 2.852-2.205 2.156 0 2.643.329 2.716 1.84h-.999c-.06-.744-.377-.914-1.718-.914-1.522 0-1.851.231-1.851 1.291 0 .804.34 1.06 1.876 1.389 2.364.512 2.875.951 2.875 2.547 0 1.949-.536 2.375-2.985 2.375-2.302 0-2.814-.377-2.814-2.132m7.488-3.46.244-.841h1.437v-1.425l.939-.402v1.827h2.254v.841h-2.267v3.509c0 .963.22 1.17 1.231 1.17.292 0 .536-.025 1.304-.11v.889c-.805.11-1.073.134-1.511.134-1.621 0-1.974-.365-1.974-2.034v-3.558zm11.606 3.826h.975c-.268 1.45-.707 1.766-2.412 1.766-2.291 0-2.79-.597-2.79-3.289 0-2.681.475-3.265 2.619-3.265 2.254 0 2.742.67 2.705 3.74h-4.398c.048 1.56.377 1.901 1.827 1.901.975 0 1.243-.159 1.474-.853m-3.289-1.925h3.448c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.694.354-1.73 1.95m6.44 6.189v-8.931h.89v.695h.061c.255-.67.56-.816 1.681-.816 2.181 0 2.656.584 2.656 3.277s-.475 3.277-2.62 3.277c-1.108 0-1.401-.146-1.657-.816h-.06v3.314zm2.608-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.402 0-1.706.427-1.706 2.364s.304 2.364 1.706 2.364m4.746.792v-8.943h.975v3.594h.061c.341-.889.682-1.084 1.876-1.084 1.743 0 2.12.438 2.12 2.412v4.021h-.974v-4.021c0-1.255-.256-1.523-1.389-1.523-1.389 0-1.694.414-1.694 2.315v3.229zm11.412-1.645h.975c-.268 1.45-.707 1.766-2.413 1.766-2.29 0-2.79-.597-2.79-3.289 0-2.681.475-3.265 2.62-3.265 2.254 0 2.741.67 2.704 3.74h-4.398c.049 1.56.378 1.901 1.828 1.901.974 0 1.242-.159 1.474-.853m-3.29-1.925h3.448c-.048-1.596-.365-1.95-1.718-1.95-1.376 0-1.693.354-1.73 1.95m6.453 3.57v-6.312h.914v1.024h.061c.353-.938.706-1.145 1.961-1.145 1.755 0 2.145.438 2.145 2.412v4.021h-.975v-4.021c0-1.206-.256-1.474-1.401-1.474-1.414 0-1.73.402-1.73 2.266v3.229zm14.83 0-1.109-8.285h.963l.731 7.005h.073l.073-1.145.999-5.86h1.182l.999 5.86.085 1.145h.074l.718-7.005h.963l-1.097 8.285h-1.145l-1.145-7.457h-.073l-1.146 7.457zm9.633.121c-2.242 0-2.729-.597-2.729-3.289 0-2.681.487-3.265 2.729-3.265 2.229 0 2.717.584 2.717 3.265 0 2.692-.488 3.289-2.717 3.289m0-.913c1.425 0 1.742-.427 1.742-2.376 0-1.925-.317-2.352-1.742-2.352-1.438 0-1.755.427-1.755 2.352 0 1.949.317 2.376 1.755 2.376m4.856.792v-.902l3.802-4.532h-3.595v-.878h4.679v.902l-3.765 4.52 3.765-.012v.902zm7.208 0v-6.312h.914v1.024h.061c.353-.938.707-1.145 1.962-1.145 1.754 0 2.144.438 2.144 2.412v4.021h-.975v-4.021c0-1.206-.256-1.474-1.401-1.474-1.413 0-1.73.402-1.73 2.266v3.229zm9.304-7.603v-1.34h1.34v1.34zm-1.73 7.603v-.865h2.108v-4.582h-1.986v-.865h2.924v5.447h1.986v.865zm11.119 0v-.817h-.061c-.292.768-.634.938-1.889.938-1.705 0-2.083-.329-2.083-1.827 0-1.767.512-2.157 2.827-2.157h1.206v-.268c0-1.182-.28-1.437-1.56-1.437-1.047 0-1.291.17-1.315.95h-.939c0-1.486.402-1.815 2.218-1.815 2.022 0 2.473.414 2.473 2.302v4.131zm-.012-3.01h-1.438c-1.34 0-1.633.207-1.633 1.182 0 .865.232 1.06 1.255 1.06 1.487 0 1.816-.402 1.816-2.242m3.687 3.01v-8.87h.974v5.288l2.62-2.73h1.291l-2.729 2.79 3.131 3.522h-1.34l-2.973-3.4v3.4z"
75
+ }),
76
+ /* @__PURE__ */ jsx("rect", {
77
+ width: 65,
78
+ height: 25,
79
+ x: 20.412,
80
+ y: 28.908,
81
+ fill: "#060606",
82
+ rx: 11.5
83
+ }),
84
+ /* @__PURE__ */ jsx("rect", {
85
+ width: 65,
86
+ height: 25,
87
+ x: 20.412,
88
+ y: 28.908,
89
+ stroke: "#181818",
90
+ rx: 11.5
91
+ }),
92
+ /* @__PURE__ */ jsx("path", {
93
+ fill: "#767676",
94
+ fillOpacity: .64,
95
+ d: "M34.103 38.305v-1.34h1.34v1.34zm-1.73 7.603v-.865h2.107v-4.581h-1.986v-.866h2.924v5.447h1.986v.865zm9.072 0v-7.36h-2.267v-.925h5.544v.926h-2.278v7.359zm10.375 0h-.913v-1.024h-.061c-.354.938-.707 1.146-1.962 1.146-1.754 0-2.144-.44-2.144-2.413v-4.02h.974v4.02c0 1.206.256 1.474 1.401 1.474 1.414 0 1.73-.402 1.73-2.266v-3.229h.975zm2.2 0v-6.312h.915v1.024h.06c.354-.938.707-1.145 1.962-1.145 1.755 0 2.145.438 2.145 2.412v4.02h-.975v-4.02c0-1.206-.256-1.474-1.401-1.474-1.414 0-1.73.402-1.73 2.266v3.229zm11.449-1.645h.975c-.269 1.45-.707 1.767-2.413 1.767-2.29 0-2.79-.598-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.254 0 2.74.67 2.704 3.74h-4.398c.049 1.56.378 1.9 1.828 1.9.974 0 1.242-.158 1.474-.852m-3.29-1.925h3.448c-.049-1.596-.365-1.95-1.718-1.95-1.376 0-1.693.354-1.73 1.95m6.428 1.767h.975c.049.828.354 1.01 1.645 1.01 1.267 0 1.547-.158 1.547-.9 0-.744-.317-.951-1.73-1.122-1.925-.231-2.351-.597-2.351-1.925 0-1.389.45-1.693 2.473-1.693 1.937 0 2.376.304 2.449 1.669h-.963c-.073-.621-.34-.755-1.474-.755-1.242 0-1.523.146-1.523.816 0 .633.293.804 1.608.999 2.035.292 2.486.646 2.486 2.047 0 1.462-.463 1.779-2.57 1.779-2.109 0-2.572-.342-2.572-1.925"
96
+ }),
97
+ /* @__PURE__ */ jsx("rect", {
98
+ width: 109,
99
+ height: 25,
100
+ x: 110.09,
101
+ y: 9.251,
102
+ fill: "#060606",
103
+ rx: 11.5
104
+ }),
105
+ /* @__PURE__ */ jsx("rect", {
106
+ width: 109,
107
+ height: 25,
108
+ x: 110.09,
109
+ y: 9.251,
110
+ stroke: "#181818",
111
+ rx: 11.5
112
+ }),
113
+ /* @__PURE__ */ jsx("path", {
114
+ fill: "#767676",
115
+ fillOpacity: .64,
116
+ d: "M123.864 18.649v-1.34h1.34v1.34zm-1.73 7.602v-.865h2.107v-4.58h-1.985v-.866h2.924v5.446h1.986v.866zm9.072 0v-7.359h-2.266v-.925h5.543v.925h-2.278v7.36zm10.376 0h-.914v-1.023h-.061c-.353.938-.707 1.145-1.962 1.145-1.754 0-2.144-.438-2.144-2.412v-4.02h.975v4.02c0 1.206.256 1.474 1.401 1.474 1.413 0 1.73-.402 1.73-2.266V19.94h.975zm2.2 0v-6.31h.914v1.023h.061c.353-.938.706-1.146 1.961-1.146 1.755 0 2.145.44 2.145 2.413v4.02h-.975v-4.02c0-1.206-.256-1.474-1.401-1.474-1.413 0-1.73.402-1.73 2.266v3.229zm11.448-1.644h.975c-.268 1.45-.707 1.766-2.413 1.766-2.29 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.254 0 2.741.67 2.705 3.74h-4.399c.049 1.56.378 1.901 1.828 1.901.975 0 1.243-.158 1.474-.852m-3.29-1.925h3.448c-.048-1.596-.365-1.95-1.717-1.95-1.377 0-1.694.354-1.731 1.95m6.429 1.766h.974c.049.829.354 1.011 1.645 1.011 1.267 0 1.548-.158 1.548-.901s-.317-.95-1.731-1.121c-1.925-.232-2.351-.597-2.351-1.925 0-1.389.451-1.694 2.473-1.694 1.938 0 2.376.305 2.449 1.67h-.962c-.073-.622-.341-.756-1.475-.756-1.242 0-1.522.146-1.522.817 0 .633.292.804 1.608.999 2.034.292 2.485.645 2.485 2.047 0 1.462-.463 1.778-2.571 1.778s-2.57-.34-2.57-1.925m14.294-.207h.999c.085.987.439 1.206 1.913 1.206 1.547 0 1.888-.255 1.888-1.45 0-.974-.341-1.267-1.864-1.596-2.363-.511-2.887-.926-2.887-2.351 0-1.803.511-2.205 2.851-2.205 2.156 0 2.644.329 2.717 1.84h-.999c-.061-.744-.378-.914-1.718-.914-1.523 0-1.852.231-1.852 1.291 0 .804.341 1.06 1.876 1.39 2.364.51 2.875.95 2.875 2.545 0 1.95-.536 2.376-2.985 2.376-2.302 0-2.814-.377-2.814-2.132m7.488-3.46.244-.84h1.438v-1.426l.938-.402v1.827h2.254v.841h-2.267v3.509c0 .962.22 1.17 1.231 1.17.292 0 .536-.025 1.304-.11v.89c-.804.109-1.072.133-1.511.133-1.621 0-1.974-.365-1.974-2.034V20.78zm10.01 5.592c-2.241 0-2.729-.597-2.729-3.29 0-2.68.488-3.265 2.729-3.265 2.23 0 2.717.585 2.717 3.266 0 2.692-.487 3.29-2.717 3.29m0-.914c1.426 0 1.743-.426 1.743-2.375 0-1.925-.317-2.352-1.743-2.352-1.437 0-1.754.427-1.754 2.352 0 1.95.317 2.375 1.754 2.375m5.795.793V19.94h.841l-.11 1.328h.061c.646-1.267.731-1.328 2.035-1.34.67-.012.987 0 1.498.061v.938a4 4 0 0 0-.901-.085c-2.035 0-2.486.524-2.486 2.887v2.523zm10.412-1.645h.975c-.268 1.45-.706 1.766-2.412 1.766-2.291 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.619-3.265 2.254 0 2.742.67 2.705 3.74h-4.398c.048 1.56.377 1.901 1.827 1.901.975 0 1.243-.158 1.474-.852m-3.289-1.925h3.448c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.694.354-1.73 1.95"
117
+ }),
118
+ /* @__PURE__ */ jsx("rect", {
119
+ width: 81,
120
+ height: 25,
121
+ x: 12.412,
122
+ y: 153.783,
123
+ fill: "#060606",
124
+ rx: 11.5
125
+ }),
126
+ /* @__PURE__ */ jsx("rect", {
127
+ width: 81,
128
+ height: 25,
129
+ x: 12.412,
130
+ y: 153.783,
131
+ stroke: "#181818",
132
+ rx: 11.5
133
+ }),
134
+ /* @__PURE__ */ jsx("path", {
135
+ fill: "#767676",
136
+ fillOpacity: .64,
137
+ d: "m24.178 170.783 2.375-8.285h1.596l2.376 8.285h-.987l-.609-2.072h-3.168l-.597 2.072zm1.851-2.997h2.644l-1.255-4.399h-.134zm6.063 5.616v-8.93h.89v.694h.06c.256-.67.561-.816 1.682-.816 2.18 0 2.656.585 2.656 3.277s-.475 3.278-2.62 3.278c-1.108 0-1.4-.147-1.657-.817h-.06v3.314zm2.608-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.402 0-1.706.427-1.706 2.364s.304 2.364 1.706 2.364m4.698 3.411v-8.93h.89v.694h.06c.256-.67.56-.816 1.681-.816 2.181 0 2.656.585 2.656 3.277s-.475 3.278-2.62 3.278c-1.108 0-1.4-.147-1.656-.817h-.061v3.314zm2.607-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.401 0-1.706.427-1.706 2.364s.305 2.364 1.706 2.364m4.76.792v-.865h2.192v-7.14h-2.071v-.865h3.021v8.005h2.035v.865zm11.398-1.645h.975c-.268 1.45-.707 1.767-2.412 1.767-2.29 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.253 0 2.74.67 2.704 3.74h-4.398c.048 1.56.377 1.901 1.827 1.901.975 0 1.243-.159 1.474-.853m-3.29-1.925h3.449c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.694.354-1.73 1.95m14.222 3.57v-.926h1.584v-6.433H69.18v-.926h3.996v.926h-1.498v6.433h1.571v.926zm7.305 0v-.926h1.584v-6.433h-1.498v-.926h3.996v.926h-1.499v6.433h1.572v.926z"
138
+ }),
139
+ /* @__PURE__ */ jsx("rect", {
140
+ width: 43,
141
+ height: 25,
142
+ x: 121.09,
143
+ y: 119.783,
144
+ fill: "#060606",
145
+ rx: 11.5
146
+ }),
147
+ /* @__PURE__ */ jsx("rect", {
148
+ width: 43,
149
+ height: 25,
150
+ x: 121.09,
151
+ y: 119.783,
152
+ stroke: "#181818",
153
+ rx: 11.5
154
+ }),
155
+ /* @__PURE__ */ jsx("path", {
156
+ fill: "#767676",
157
+ fillOpacity: .64,
158
+ d: "M134.738 129.18v-1.34h1.341v1.34zm-1.73 7.603v-.865h2.108v-4.581h-1.986v-.865h2.924v5.446h1.986v.865zm9.584.122c-2.376 0-2.9-.768-2.9-4.265s.524-4.264 2.9-4.264c2.364 0 2.888.768 2.888 4.264s-.524 4.265-2.888 4.265m0-.926c1.535 0 1.877-.597 1.877-3.339s-.342-3.338-1.877-3.338c-1.547 0-1.888.597-1.888 3.338s.341 3.339 1.888 3.339m4.418-1.207h.999c.086.987.439 1.207 1.913 1.207 1.547 0 1.889-.256 1.889-1.45 0-.975-.342-1.267-1.865-1.596-2.363-.512-2.887-.926-2.887-2.352 0-1.803.512-2.205 2.851-2.205 2.156 0 2.644.329 2.717 1.84h-.999c-.061-.744-.378-.914-1.718-.914-1.523 0-1.852.231-1.852 1.291 0 .804.341 1.06 1.876 1.389 2.364.512 2.876.951 2.876 2.547 0 1.949-.536 2.376-2.985 2.376-2.303 0-2.815-.378-2.815-2.133"
159
+ }),
160
+ /* @__PURE__ */ jsx("g", {
161
+ filter: "url(#workspace-setup-build-dark_svg__c)",
162
+ children: /* @__PURE__ */ jsx("rect", {
163
+ width: 14.944,
164
+ height: 14.944,
165
+ x: 195.086,
166
+ y: 183.852,
167
+ fill: "#53C031",
168
+ rx: 7.472
169
+ })
170
+ }),
171
+ /* @__PURE__ */ jsx("rect", {
172
+ width: 6.368,
173
+ height: 6.368,
174
+ x: 97.426,
175
+ y: 194.001,
176
+ fill: "#3A7428",
177
+ rx: 3.184
178
+ }),
179
+ /* @__PURE__ */ jsx("rect", {
180
+ width: 7.791,
181
+ height: 7.791,
182
+ x: 143.332,
183
+ y: 249.72,
184
+ fill: "#3A7428",
185
+ rx: 3.896
186
+ }),
187
+ /* @__PURE__ */ jsx("rect", {
188
+ width: 7.355,
189
+ height: 7.355,
190
+ x: 49.234,
191
+ y: 186.642,
192
+ fill: "#6C7C4E",
193
+ rx: 3.677
194
+ }),
195
+ /* @__PURE__ */ jsx("rect", {
196
+ width: 7.355,
197
+ height: 7.355,
198
+ x: 49.234,
199
+ y: 61.252,
200
+ fill: "#6C7C4E",
201
+ rx: 3.677
202
+ }),
203
+ /* @__PURE__ */ jsx("rect", {
204
+ width: 7.355,
205
+ height: 7.355,
206
+ x: 160.912,
207
+ y: 40.923,
208
+ fill: "#6C7C4E",
209
+ rx: 3.677
210
+ }),
211
+ /* @__PURE__ */ jsx("rect", {
212
+ width: 7.355,
213
+ height: 7.355,
214
+ x: 146.734,
215
+ y: 190.322,
216
+ fill: "#787B3A",
217
+ rx: 3.677
218
+ }),
219
+ /* @__PURE__ */ jsxs("g", {
220
+ clipPath: "url(#workspace-setup-build-dark_svg__d)",
221
+ children: [
222
+ /* @__PURE__ */ jsx("mask", {
223
+ id: "workspace-setup-build-dark_svg__e",
224
+ width: 68,
225
+ height: 68,
226
+ x: 180,
227
+ y: 171,
228
+ maskUnits: "userSpaceOnUse",
229
+ style: { maskType: "luminance" },
230
+ children: /* @__PURE__ */ jsx("path", {
231
+ fill: "#fff",
232
+ d: "m232.098 171.502-51.848 15.417 15.417 51.848 51.848-15.417z"
233
+ })
234
+ }),
235
+ /* @__PURE__ */ jsx("g", {
236
+ mask: "url(#workspace-setup-build-dark_svg__e)",
237
+ children: /* @__PURE__ */ jsx("path", {
238
+ fill: "#fff",
239
+ d: "M208.387 214.527c-.678-.504-1.502-1.494-2.907-2.663-.727-.665-2.667-1.852-3.346-2.356-.517-.551-.613-.875-.644-1.572-.127-1.02.604-2.119 1.738-2.456.81-.241 1.813.166 2.606.459.42.228 1.099.732 1.52.959.42.228.468.39.889.618.468.389.726.665.372.065-.403-.762-.951-2.01-1.66-3.209-.451-.924-.661-1.038-1.016-1.638-.403-.762-.71-1.2-1.113-1.962-.306-.438-.854-1.686-1.208-2.286-.403-.762-.837-2.22-.381-3.061.341-.63 1.265-1.081 2.01-.95.954.245 1.778 1.235 2.084 1.673.565.713 1.226 1.751 1.774 2.999.806 1.524 2.014 3.81 2.159 4.296-.193-.648-.692-1.734-.723-2.43.018-.535.149-1.279.749-1.634.438-.306.924-.451 1.41-.595a3.7 3.7 0 0 1 1.537.424c.937.78 1.564 2.886 1.515 2.724-.03-.696-.416-1.992-.284-2.737.065-.372.617-.889.893-1.147a2.87 2.87 0 0 1 1.62-.482c.324-.096 1.117.197 1.375.473.469.39 1.113 1.962 1.467 2.561.049.163-.03-.696.149-1.278.359-1.165 2.531-2.164 3.368.057l.53 1.782.578 1.944c.193.648.464 2.155.495 2.851-.018.534-.167 1.813-.46 2.605 0 0-1.204 2.475-1.077 3.495s.127 1.02.32 1.668c.192.649.595 1.411.595 1.411s-1.248.547-1.944.578-1.844-.863-2.15-1.301c-.469-.39-.955-.245-1.134.337-.132.745-.604 2.12-1.253 2.313-1.086.499-3.402 1.011-5.022 1.493 0 0-.158-1.716-.999-2.172l-2.312-1.252z"
240
+ })
241
+ }),
242
+ /* @__PURE__ */ jsx("mask", {
243
+ id: "workspace-setup-build-dark_svg__f",
244
+ width: 68,
245
+ height: 68,
246
+ x: 180,
247
+ y: 171,
248
+ maskUnits: "userSpaceOnUse",
249
+ style: { maskType: "luminance" },
250
+ children: /* @__PURE__ */ jsx("path", {
251
+ fill: "#fff",
252
+ d: "m232.098 171.502-51.848 15.417 15.417 51.848 51.848-15.417z"
253
+ })
254
+ }),
255
+ /* @__PURE__ */ jsx("g", {
256
+ mask: "url(#workspace-setup-build-dark_svg__f)",
257
+ children: /* @__PURE__ */ jsx("path", {
258
+ stroke: "#000",
259
+ strokeLinecap: "round",
260
+ strokeLinejoin: "round",
261
+ strokeWidth: 1.268,
262
+ d: "M208.387 214.527c-.678-.504-1.502-1.494-2.907-2.663-.727-.665-2.667-1.852-3.346-2.356-.517-.551-.613-.875-.644-1.572-.127-1.02.604-2.119 1.738-2.456.81-.241 1.813.166 2.606.459.42.228 1.099.732 1.52.959.42.228.468.39.889.618.468.389.726.665.372.065-.403-.762-.951-2.01-1.66-3.209-.451-.924-.661-1.038-1.016-1.638-.403-.762-.71-1.2-1.113-1.962-.306-.438-.854-1.686-1.208-2.286-.403-.762-.837-2.22-.381-3.061.341-.63 1.265-1.081 2.01-.95.954.245 1.778 1.235 2.084 1.673.565.713 1.226 1.751 1.774 2.999.806 1.524 2.014 3.81 2.159 4.296-.193-.648-.692-1.734-.723-2.43.018-.535.149-1.279.749-1.634.438-.306.924-.451 1.41-.595a3.7 3.7 0 0 1 1.537.424c.937.78 1.564 2.886 1.515 2.724-.03-.696-.416-1.992-.284-2.737.065-.372.617-.889.893-1.147a2.87 2.87 0 0 1 1.62-.482c.324-.096 1.117.197 1.375.473.469.39 1.113 1.962 1.467 2.561.049.163-.03-.696.149-1.278.359-1.165 2.531-2.164 3.368.057l.53 1.782.578 1.944c.193.648.464 2.155.495 2.851-.018.534-.167 1.813-.46 2.605 0 0-1.204 2.475-1.077 3.495s.127 1.02.32 1.668c.192.649.595 1.411.595 1.411s-1.248.547-1.944.578-1.844-.863-2.15-1.301c-.469-.39-.955-.245-1.134.337-.132.745-.604 2.12-1.253 2.313-1.086.499-3.402 1.011-5.022 1.493 0 0-.158-1.716-.999-2.172l-2.312-1.252z"
263
+ })
264
+ }),
265
+ /* @__PURE__ */ jsx("mask", {
266
+ id: "workspace-setup-build-dark_svg__g",
267
+ width: 68,
268
+ height: 68,
269
+ x: 180,
270
+ y: 171,
271
+ maskUnits: "userSpaceOnUse",
272
+ style: { maskType: "luminance" },
273
+ children: /* @__PURE__ */ jsx("path", {
274
+ fill: "#fff",
275
+ d: "m232.098 171.502-51.848 15.417 15.417 51.848 51.848-15.417z"
276
+ })
277
+ }),
278
+ /* @__PURE__ */ jsx("g", {
279
+ mask: "url(#workspace-setup-build-dark_svg__g)",
280
+ children: /* @__PURE__ */ jsx("path", {
281
+ stroke: "#000",
282
+ strokeLinecap: "round",
283
+ strokeWidth: 1.268,
284
+ d: "m221.98 211.013-1.638-5.508"
285
+ })
286
+ }),
287
+ /* @__PURE__ */ jsx("mask", {
288
+ id: "workspace-setup-build-dark_svg__h",
289
+ width: 68,
290
+ height: 68,
291
+ x: 180,
292
+ y: 171,
293
+ maskUnits: "userSpaceOnUse",
294
+ style: { maskType: "luminance" },
295
+ children: /* @__PURE__ */ jsx("path", {
296
+ fill: "#fff",
297
+ d: "m232.098 171.502-51.848 15.417 15.417 51.848 51.848-15.417z"
298
+ })
299
+ }),
300
+ /* @__PURE__ */ jsx("g", {
301
+ mask: "url(#workspace-setup-build-dark_svg__h)",
302
+ children: /* @__PURE__ */ jsx("path", {
303
+ stroke: "#000",
304
+ strokeLinecap: "round",
305
+ strokeWidth: 1.268,
306
+ d: "m218.74 211.973-1.801-5.461"
307
+ })
308
+ }),
309
+ /* @__PURE__ */ jsx("mask", {
310
+ id: "workspace-setup-build-dark_svg__i",
311
+ width: 68,
312
+ height: 68,
313
+ x: 180,
314
+ y: 171,
315
+ maskUnits: "userSpaceOnUse",
316
+ style: { maskType: "luminance" },
317
+ children: /* @__PURE__ */ jsx("path", {
318
+ fill: "#fff",
319
+ d: "m232.098 171.502-51.848 15.417 15.417 51.848 51.848-15.417z"
320
+ })
321
+ }),
322
+ /* @__PURE__ */ jsx("g", {
323
+ mask: "url(#workspace-setup-build-dark_svg__i)",
324
+ children: /* @__PURE__ */ jsx("path", {
325
+ stroke: "#000",
326
+ strokeLinecap: "round",
327
+ strokeWidth: 1.268,
328
+ d: "m213.861 207.434 1.638 5.509"
329
+ })
330
+ })
331
+ ]
332
+ }),
333
+ /* @__PURE__ */ jsxs("g", {
334
+ filter: "url(#workspace-setup-build-dark_svg__j)",
335
+ children: [
336
+ /* @__PURE__ */ jsx("rect", {
337
+ width: 93.573,
338
+ height: 25.307,
339
+ x: 155.772,
340
+ y: 153.478,
341
+ fill: "#131313",
342
+ rx: 12.654,
343
+ shapeRendering: "crispEdges"
344
+ }),
345
+ /* @__PURE__ */ jsx("rect", {
346
+ width: 92.088,
347
+ height: 23.823,
348
+ x: 156.515,
349
+ y: 154.22,
350
+ stroke: "#226D0A",
351
+ strokeWidth: 1.485,
352
+ rx: 11.911,
353
+ shapeRendering: "crispEdges"
354
+ }),
355
+ /* @__PURE__ */ jsx("path", {
356
+ fill: "#fff",
357
+ d: "m164.874 171.132 2.484-8.663h1.669l2.484 8.663h-1.031l-.637-2.166h-3.313l-.624 2.166zm1.937-3.134h2.764l-1.312-4.599h-.14zm6.339 5.873v-9.338h.93v.726h.064c.267-.701.586-.854 1.758-.854 2.28 0 2.777.612 2.777 3.427s-.497 3.427-2.739 3.427c-1.159 0-1.465-.153-1.733-.853h-.063v3.465zm2.726-3.567c1.478 0 1.809-.446 1.809-2.446 0-2.051-.331-2.497-1.809-2.497-1.465 0-1.783.446-1.783 2.471s.318 2.472 1.783 2.472m4.913 3.567v-9.338h.93v.726h.063c.268-.701.586-.854 1.758-.854 2.281 0 2.778.612 2.778 3.427s-.497 3.427-2.739 3.427c-1.16 0-1.465-.153-1.733-.853h-.064v3.465zm2.726-3.567c1.478 0 1.809-.446 1.809-2.446 0-2.051-.331-2.497-1.809-2.497-1.465 0-1.784.446-1.784 2.471s.319 2.472 1.784 2.472m4.976.828v-.905h2.293v-7.465h-2.165v-.905h3.159v8.37h2.128v.905zm11.92-1.72h1.019c-.281 1.516-.739 1.847-2.523 1.847-2.395 0-2.917-.624-2.917-3.439 0-2.803.497-3.415 2.739-3.415 2.357 0 2.866.701 2.828 3.911h-4.599c.051 1.631.395 1.988 1.911 1.988 1.019 0 1.3-.166 1.542-.892m-3.44-2.013h3.605c-.051-1.669-.382-2.038-1.796-2.038-1.44 0-1.771.369-1.809 2.038m14.87 3.733v-.968h1.656v-6.727h-1.567v-.968h4.179v.968h-1.567v6.727h1.643v.968zm7.155 0v-6.599h.955v1.07h.064c.369-.981.739-1.198 2.051-1.198 1.834 0 2.242.459 2.242 2.523v4.204h-1.019v-4.204c0-1.261-.268-1.542-1.465-1.542-1.478 0-1.809.421-1.809 2.37v3.376zm12.135-1.847h.994c-.127 1.618-.573 1.974-2.42 1.974-2.434 0-2.969-.624-2.969-3.439 0-2.803.535-3.415 2.943-3.415 1.911 0 2.357.382 2.446 2.115h-1.019c-.191-.981-.459-1.197-1.491-1.197-1.528 0-1.86.445-1.86 2.509s.344 2.51 1.899 2.51c1.006 0 1.274-.191 1.477-1.057m4.951 1.847v-1.707h1.707v1.707z"
358
+ })
359
+ ]
360
+ })
361
+ ]
362
+ }),
363
+ /* @__PURE__ */ jsxs("defs", { children: [
364
+ /* @__PURE__ */ jsxs("filter", {
365
+ id: "workspace-setup-build-dark_svg__c",
366
+ width: 60.655,
367
+ height: 60.655,
368
+ x: 183.659,
369
+ y: 172.424,
370
+ colorInterpolationFilters: "sRGB",
371
+ filterUnits: "userSpaceOnUse",
372
+ children: [
373
+ /* @__PURE__ */ jsx("feFlood", {
374
+ floodOpacity: 0,
375
+ result: "BackgroundImageFix"
376
+ }),
377
+ /* @__PURE__ */ jsx("feColorMatrix", {
378
+ in: "SourceAlpha",
379
+ result: "hardAlpha",
380
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
381
+ }),
382
+ /* @__PURE__ */ jsx("feOffset", {
383
+ dx: 11.428,
384
+ dy: 11.428
385
+ }),
386
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 11.428 }),
387
+ /* @__PURE__ */ jsx("feComposite", {
388
+ in2: "hardAlpha",
389
+ operator: "out"
390
+ }),
391
+ /* @__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" }),
392
+ /* @__PURE__ */ jsx("feBlend", {
393
+ in2: "BackgroundImageFix",
394
+ result: "effect1_dropShadow_344_166976"
395
+ }),
396
+ /* @__PURE__ */ jsx("feBlend", {
397
+ in: "SourceGraphic",
398
+ in2: "effect1_dropShadow_344_166976",
399
+ result: "shape"
400
+ })
401
+ ]
402
+ }),
403
+ /* @__PURE__ */ jsxs("filter", {
404
+ id: "workspace-setup-build-dark_svg__j",
405
+ width: 117.329,
406
+ height: 49.063,
407
+ x: 149.833,
408
+ y: 147.539,
409
+ colorInterpolationFilters: "sRGB",
410
+ filterUnits: "userSpaceOnUse",
411
+ children: [
412
+ /* @__PURE__ */ jsx("feFlood", {
413
+ floodOpacity: 0,
414
+ result: "BackgroundImageFix"
415
+ }),
416
+ /* @__PURE__ */ jsx("feColorMatrix", {
417
+ in: "SourceAlpha",
418
+ result: "hardAlpha",
419
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
420
+ }),
421
+ /* @__PURE__ */ jsx("feOffset", {
422
+ dx: 5.939,
423
+ dy: 5.939
424
+ }),
425
+ /* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5.939 }),
426
+ /* @__PURE__ */ jsx("feComposite", {
427
+ in2: "hardAlpha",
428
+ operator: "out"
429
+ }),
430
+ /* @__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" }),
431
+ /* @__PURE__ */ jsx("feBlend", {
432
+ in2: "BackgroundImageFix",
433
+ result: "effect1_dropShadow_344_166976"
434
+ }),
435
+ /* @__PURE__ */ jsx("feBlend", {
436
+ in: "SourceGraphic",
437
+ in2: "effect1_dropShadow_344_166976",
438
+ result: "shape"
439
+ })
440
+ ]
441
+ }),
442
+ /* @__PURE__ */ jsxs("linearGradient", {
443
+ id: "workspace-setup-build-dark_svg__a",
444
+ x1: -60.345,
445
+ x2: -148.324,
446
+ y1: 205.77,
447
+ y2: 205.77,
448
+ gradientUnits: "userSpaceOnUse",
449
+ children: [/* @__PURE__ */ jsx("stop", { stopColor: "#D9D9D9" }), /* @__PURE__ */ jsx("stop", {
450
+ offset: 1,
451
+ stopColor: "#D9D9D9",
452
+ stopOpacity: 0
453
+ })]
454
+ }),
455
+ /* @__PURE__ */ jsx("clipPath", {
456
+ id: "workspace-setup-build-dark_svg__d",
457
+ children: /* @__PURE__ */ jsx("path", {
458
+ fill: "#fff",
459
+ d: "m194.926 195.2 29.333-8.722 8.495 28.57-29.333 8.723z"
460
+ })
461
+ })
462
+ ] })
463
+ ]
464
+ });
465
+ //#endregion
466
+ export { SvgWorkspaceSetupBuildDark as default };
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgWorkspaceSetupBuildLight: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
3
+ export default SvgWorkspaceSetupBuildLight;