likec4 1.47.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5315) hide show
  1. package/LICENSE +1 -1
  2. package/__app__/src/const.js +0 -25
  3. package/__app__/src/fonts.css +1 -1
  4. package/__app__/src/likec4.js +2252 -1371
  5. package/__app__/src/main.js +27 -2041
  6. package/__app__/src/routes/index.js +400 -0
  7. package/__app__/src/routes/projects.js +1255 -0
  8. package/__app__/src/routes/single.js +320 -0
  9. package/__app__/src/style.css +1 -1
  10. package/__app__/src/vendors.js +17403 -11481
  11. package/__app__/src/webcomponent.js +1 -1
  12. package/config/schema.json +85 -83
  13. package/dist/_chunks/LikeC4.d.mts +121 -0
  14. package/dist/_chunks/LikeC4.mjs +202 -0
  15. package/dist/_chunks/config-app.prod.d.mts +18 -0
  16. package/dist/_chunks/config-app.prod.mjs +188 -0
  17. package/dist/_chunks/config-webcomponent.prod.mjs +71 -0
  18. package/dist/_chunks/define-config.mjs +409 -0
  19. package/dist/_chunks/index.d.mts +489 -0
  20. package/dist/_chunks/index2.d.mts +3317 -0
  21. package/dist/_chunks/index3.d.mts +60 -0
  22. package/dist/_chunks/index4.d.mts +1 -0
  23. package/dist/_chunks/libs/@chevrotain/gast.mjs +3969 -0
  24. package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +785 -0
  25. package/dist/_chunks/libs/@chevrotain/utils.mjs +37 -0
  26. package/dist/_chunks/libs/@hono/node-server.mjs +436 -0
  27. package/dist/_chunks/libs/@logtape/logtape.mjs +1354 -0
  28. package/dist/_chunks/libs/@lume/kiwi.mjs +1355 -0
  29. package/dist/_chunks/libs/@modelcontextprotocol/sdk.d.mts +8625 -0
  30. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +25105 -0
  31. package/dist/_chunks/libs/@msgpack/msgpack.mjs +1503 -0
  32. package/dist/_chunks/libs/@nanostores/react.d.mts +258 -0
  33. package/dist/_chunks/libs/@nanostores/react.mjs +30 -0
  34. package/dist/_chunks/libs/@smithy/is-array-buffer.mjs +10 -0
  35. package/dist/_chunks/libs/@smithy/util-base64.mjs +100 -0
  36. package/dist/_chunks/libs/ajv.mjs +777 -0
  37. package/dist/_chunks/libs/atomically.mjs +362 -0
  38. package/dist/_chunks/libs/birpc.mjs +201 -0
  39. package/dist/_chunks/libs/chevrotain-allstar.mjs +850 -0
  40. package/dist/_chunks/libs/chevrotain.mjs +6232 -0
  41. package/dist/_chunks/libs/conf.mjs +2258 -0
  42. package/dist/_chunks/libs/defu.mjs +42 -0
  43. package/dist/_chunks/libs/esm-env.mjs +5 -0
  44. package/dist/_chunks/libs/eventemitter3.mjs +243 -0
  45. package/dist/_chunks/libs/fast-equals.mjs +446 -0
  46. package/dist/_chunks/libs/find-up-simple.mjs +24 -0
  47. package/dist/_chunks/libs/get-port.mjs +107 -0
  48. package/dist/_chunks/libs/hono.mjs +1829 -0
  49. package/dist/_chunks/libs/is-docker.mjs +26 -0
  50. package/dist/_chunks/libs/is-error-instance.mjs +26 -0
  51. package/dist/_chunks/libs/is-inside-container.mjs +20 -0
  52. package/dist/_chunks/libs/is-plain-obj.mjs +9 -0
  53. package/dist/_chunks/libs/isexe.mjs +127 -0
  54. package/dist/_chunks/libs/json5.mjs +959 -0
  55. package/dist/_chunks/libs/khroma.mjs +605 -0
  56. package/dist/_chunks/libs/ky.mjs +808 -0
  57. package/dist/_chunks/libs/langium.d.mts +12063 -0
  58. package/dist/_chunks/libs/langium.mjs +20351 -0
  59. package/dist/_chunks/libs/merge-error-cause.mjs +746 -0
  60. package/dist/_chunks/libs/nanoid.mjs +29 -0
  61. package/dist/_chunks/libs/nanostores.d.mts +63 -0
  62. package/dist/_chunks/libs/nanostores.mjs +198 -0
  63. package/dist/_chunks/libs/p-limit.mjs +120 -0
  64. package/dist/_chunks/libs/p-queue.mjs +449 -0
  65. package/dist/_chunks/libs/package-manager-detector.mjs +559 -0
  66. package/dist/_chunks/libs/package-up.mjs +10 -0
  67. package/dist/_chunks/libs/parse-ms.mjs +36 -0
  68. package/dist/_chunks/libs/picomatch.mjs +1673 -0
  69. package/dist/_chunks/libs/pretty-ms.mjs +80 -0
  70. package/dist/_chunks/libs/remeda.mjs +690 -0
  71. package/dist/_chunks/libs/safe-stringify.mjs +21 -0
  72. package/dist/_chunks/libs/strip-indent.mjs +15 -0
  73. package/dist/_chunks/libs/tinyrainbow.mjs +88 -0
  74. package/dist/_chunks/libs/ts-graphviz.d.mts +10 -0
  75. package/dist/_chunks/libs/ts-graphviz.mjs +725 -0
  76. package/dist/_chunks/libs/ufo.mjs +240 -0
  77. package/dist/_chunks/libs/which.mjs +84 -0
  78. package/dist/_chunks/libs/word-wrap.mjs +43 -0
  79. package/dist/_chunks/model.mjs +12 -0
  80. package/dist/_chunks/module.d.mts +71 -0
  81. package/dist/_chunks/module.mjs +18657 -0
  82. package/dist/_chunks/plugin.mjs +996 -0
  83. package/dist/_chunks/rolldown-runtime.mjs +48 -0
  84. package/dist/_chunks/sequence-view.mjs +575 -0
  85. package/dist/_chunks/vite-build.mjs +69 -0
  86. package/dist/_chunks/vite-dev.mjs +79 -0
  87. package/dist/_chunks/vite-preview.mjs +27 -0
  88. package/dist/cli/index.d.mts +1 -2
  89. package/dist/cli/index.mjs +1849 -432
  90. package/dist/config/index.d.mts +3 -6
  91. package/dist/config/index.mjs +6 -1
  92. package/dist/index.d.mts +10 -169
  93. package/dist/index.mjs +21 -1
  94. package/dist/language/module.d.mts +5 -0
  95. package/dist/language/module.mjs +20 -0
  96. package/dist/model/builder.d.mts +1 -1
  97. package/dist/model/builder.mjs +3 -1
  98. package/dist/model/index.d.mts +4 -56
  99. package/dist/model/index.mjs +5 -2
  100. package/dist/vite/vite-build.d.mts +26 -0
  101. package/dist/vite/vite-build.mjs +27 -0
  102. package/dist/vite/vite-dev.d.mts +34 -0
  103. package/dist/vite/vite-dev.mjs +29 -0
  104. package/dist/vite/vite-preview.d.mts +20 -0
  105. package/dist/vite/vite-preview.mjs +26 -0
  106. package/dist/vite-plugin/index.d.mts +59 -59
  107. package/dist/vite-plugin/index.mjs +22 -1
  108. package/dist/vite-plugin/internal.d.mts +31 -403
  109. package/dist/vite-plugin/internal.mjs +68 -7
  110. package/package.json +45 -50
  111. package/react/index.d.ts +138 -661
  112. package/react/index.js +5806 -5241
  113. package/react/package.json +2 -0
  114. package/vite-plugin/internal/package.json +4 -0
  115. package/vite-plugin-modules.d.ts +30 -94
  116. package/dist/shared/likec4.CB2-Uaub.mjs +0 -47
  117. package/dist/shared/likec4.CDVXAxDx.mjs +0 -3573
  118. package/dist/shared/likec4.CRP-WAuw.mjs +0 -330
  119. package/dist/shared/likec4.CXTvqtC-.mjs +0 -207
  120. package/dist/shared/likec4.DOUP9ptn.mjs +0 -1
  121. package/dist/shared/likec4.DO_7oUns.mjs +0 -2
  122. package/dist/shared/likec4.DqDU0qex.d.mts +0 -4660
  123. package/dist/shared/likec4.iedqayBZ.d.mts +0 -25982
  124. package/icons/all/package.json +0 -4
  125. package/icons/all.d.ts +0 -5241
  126. package/icons/all.js +0 -10413
  127. package/icons/aws/activate.js +0 -1
  128. package/icons/aws/alexa-for-business.js +0 -1
  129. package/icons/aws/amplify.js +0 -1
  130. package/icons/aws/apache-mxnet-on-aws.js +0 -1
  131. package/icons/aws/api-gateway.js +0 -1
  132. package/icons/aws/app-config.js +0 -1
  133. package/icons/aws/app-flow.js +0 -1
  134. package/icons/aws/app-mesh.js +0 -1
  135. package/icons/aws/app-runner.js +0 -1
  136. package/icons/aws/app-stream.js +0 -1
  137. package/icons/aws/app-sync.js +0 -1
  138. package/icons/aws/application-auto-scaling.js +0 -1
  139. package/icons/aws/application-composer.js +0 -1
  140. package/icons/aws/application-cost-profiler.js +0 -1
  141. package/icons/aws/application-discovery-service.js +0 -1
  142. package/icons/aws/application-migration-service.js +0 -1
  143. package/icons/aws/artifact.js +0 -1
  144. package/icons/aws/athena.js +0 -1
  145. package/icons/aws/audit-manager.js +0 -1
  146. package/icons/aws/augmented-ai-a2i.js +0 -1
  147. package/icons/aws/aurora.js +0 -1
  148. package/icons/aws/auto-scaling.js +0 -1
  149. package/icons/aws/backint-agent.js +0 -1
  150. package/icons/aws/backup.js +0 -1
  151. package/icons/aws/batch.js +0 -1
  152. package/icons/aws/billing-conductor.js +0 -1
  153. package/icons/aws/bottlerocket.js +0 -1
  154. package/icons/aws/braket.js +0 -1
  155. package/icons/aws/budgets.js +0 -1
  156. package/icons/aws/certificate-manager.js +0 -1
  157. package/icons/aws/chatbot.js +0 -1
  158. package/icons/aws/chime-sdk.js +0 -1
  159. package/icons/aws/chime-voice-connector.js +0 -1
  160. package/icons/aws/chime.js +0 -1
  161. package/icons/aws/clean-rooms.js +0 -1
  162. package/icons/aws/client-vpn.js +0 -1
  163. package/icons/aws/cloud-control-api.js +0 -1
  164. package/icons/aws/cloud-development-kit.js +0 -1
  165. package/icons/aws/cloud-directory.js +0 -1
  166. package/icons/aws/cloud-formation.js +0 -1
  167. package/icons/aws/cloud-front.js +0 -1
  168. package/icons/aws/cloud-hsm.js +0 -1
  169. package/icons/aws/cloud-map.js +0 -1
  170. package/icons/aws/cloud-search.js +0 -1
  171. package/icons/aws/cloud-shell.js +0 -1
  172. package/icons/aws/cloud-trail.js +0 -1
  173. package/icons/aws/cloud-wan.js +0 -1
  174. package/icons/aws/cloud-watch.js +0 -1
  175. package/icons/aws/cloud9.js +0 -1
  176. package/icons/aws/code-artifact.js +0 -1
  177. package/icons/aws/code-build.js +0 -1
  178. package/icons/aws/code-catalyst.js +0 -1
  179. package/icons/aws/code-commit.js +0 -1
  180. package/icons/aws/code-deploy.js +0 -1
  181. package/icons/aws/code-guru.js +0 -1
  182. package/icons/aws/code-pipeline.js +0 -1
  183. package/icons/aws/code-star.js +0 -1
  184. package/icons/aws/code-whisperer.js +0 -1
  185. package/icons/aws/cognito.js +0 -1
  186. package/icons/aws/command-line-interface.js +0 -1
  187. package/icons/aws/comprehend-medical.js +0 -1
  188. package/icons/aws/comprehend.js +0 -1
  189. package/icons/aws/compute-optimizer.js +0 -1
  190. package/icons/aws/config.js +0 -1
  191. package/icons/aws/connect.js +0 -1
  192. package/icons/aws/console-mobile-application.js +0 -1
  193. package/icons/aws/control-tower.js +0 -1
  194. package/icons/aws/corretto.js +0 -1
  195. package/icons/aws/cost-and-usage-report.js +0 -1
  196. package/icons/aws/cost-explorer.js +0 -1
  197. package/icons/aws/data-exchange.js +0 -1
  198. package/icons/aws/data-pipeline.js +0 -1
  199. package/icons/aws/data-sync.js +0 -1
  200. package/icons/aws/data-zone.js +0 -1
  201. package/icons/aws/database-migration-service.js +0 -1
  202. package/icons/aws/deep-composer.js +0 -1
  203. package/icons/aws/deep-learning-amis.js +0 -1
  204. package/icons/aws/deep-learning-containers.js +0 -1
  205. package/icons/aws/deep-lens.js +0 -1
  206. package/icons/aws/deep-racer.js +0 -1
  207. package/icons/aws/detective.js +0 -1
  208. package/icons/aws/dev-ops-guru.js +0 -1
  209. package/icons/aws/device-farm.js +0 -1
  210. package/icons/aws/direct-connect.js +0 -1
  211. package/icons/aws/directory-service.js +0 -1
  212. package/icons/aws/distro-for-open-telemetry.js +0 -1
  213. package/icons/aws/document-db.js +0 -1
  214. package/icons/aws/dynamo-db.js +0 -1
  215. package/icons/aws/ec2-auto-scaling.js +0 -1
  216. package/icons/aws/ec2-image-builder.js +0 -1
  217. package/icons/aws/ec2.js +0 -1
  218. package/icons/aws/ecs-anywhere.js +0 -1
  219. package/icons/aws/efs.js +0 -1
  220. package/icons/aws/eks-anywhere.js +0 -1
  221. package/icons/aws/eks-cloud.js +0 -1
  222. package/icons/aws/eks-distro.js +0 -1
  223. package/icons/aws/elasti-cache.js +0 -1
  224. package/icons/aws/elastic-beanstalk.js +0 -1
  225. package/icons/aws/elastic-block-store.js +0 -1
  226. package/icons/aws/elastic-container-registry.js +0 -1
  227. package/icons/aws/elastic-container-service.js +0 -1
  228. package/icons/aws/elastic-disaster-recovery.js +0 -1
  229. package/icons/aws/elastic-fabric-adapter.js +0 -1
  230. package/icons/aws/elastic-inference.js +0 -1
  231. package/icons/aws/elastic-kubernetes-service.js +0 -1
  232. package/icons/aws/elastic-load-balancing.js +0 -1
  233. package/icons/aws/elastic-transcoder.js +0 -1
  234. package/icons/aws/elemental-appliances-software.js +0 -1
  235. package/icons/aws/elemental-conductor.js +0 -1
  236. package/icons/aws/elemental-delta.js +0 -1
  237. package/icons/aws/elemental-link.js +0 -1
  238. package/icons/aws/elemental-live.js +0 -1
  239. package/icons/aws/elemental-media-connect.js +0 -1
  240. package/icons/aws/elemental-media-convert.js +0 -1
  241. package/icons/aws/elemental-media-live.js +0 -1
  242. package/icons/aws/elemental-media-package.js +0 -1
  243. package/icons/aws/elemental-media-store.js +0 -1
  244. package/icons/aws/elemental-media-tailor.js +0 -1
  245. package/icons/aws/elemental-server.js +0 -1
  246. package/icons/aws/emr.js +0 -1
  247. package/icons/aws/event-bridge.js +0 -1
  248. package/icons/aws/express-workflows.js +0 -1
  249. package/icons/aws/fargate.js +0 -1
  250. package/icons/aws/fault-injection-simulator.js +0 -1
  251. package/icons/aws/file-cache.js +0 -1
  252. package/icons/aws/fin-space.js +0 -1
  253. package/icons/aws/firewall-manager.js +0 -1
  254. package/icons/aws/forecast.js +0 -1
  255. package/icons/aws/fraud-detector.js +0 -1
  256. package/icons/aws/free-rtos.js +0 -1
  257. package/icons/aws/fsx-for-lustre.js +0 -1
  258. package/icons/aws/fsx-for-net-app-ontap.js +0 -1
  259. package/icons/aws/fsx-for-open-zfs.js +0 -1
  260. package/icons/aws/fsx-for-wfs.js +0 -1
  261. package/icons/aws/fsx.js +0 -1
  262. package/icons/aws/game-kit.js +0 -1
  263. package/icons/aws/game-lift.js +0 -1
  264. package/icons/aws/game-sparks.js +0 -1
  265. package/icons/aws/genomics-cli.js +0 -1
  266. package/icons/aws/global-accelerator.js +0 -1
  267. package/icons/aws/glue-data-brew.js +0 -1
  268. package/icons/aws/glue-elastic-views.js +0 -1
  269. package/icons/aws/glue.js +0 -1
  270. package/icons/aws/ground-station.js +0 -1
  271. package/icons/aws/guard-duty.js +0 -1
  272. package/icons/aws/health-lake.js +0 -1
  273. package/icons/aws/honeycode.js +0 -1
  274. package/icons/aws/iam-identity-center.js +0 -1
  275. package/icons/aws/identity-and-access-management.js +0 -1
  276. package/icons/aws/inspector.js +0 -1
  277. package/icons/aws/interactive-video-service.js +0 -1
  278. package/icons/aws/io-t-1-click.js +0 -1
  279. package/icons/aws/io-t-analytics.js +0 -1
  280. package/icons/aws/io-t-button.js +0 -1
  281. package/icons/aws/io-t-core.js +0 -1
  282. package/icons/aws/io-t-device-defender.js +0 -1
  283. package/icons/aws/io-t-device-management.js +0 -1
  284. package/icons/aws/io-t-edu-kit.js +0 -1
  285. package/icons/aws/io-t-events.js +0 -1
  286. package/icons/aws/io-t-express-link.js +0 -1
  287. package/icons/aws/io-t-fleet-wise.js +0 -1
  288. package/icons/aws/io-t-greengrass.js +0 -1
  289. package/icons/aws/io-t-robo-runner.js +0 -1
  290. package/icons/aws/io-t-site-wise.js +0 -1
  291. package/icons/aws/io-t-things-graph.js +0 -1
  292. package/icons/aws/io-t-twin-maker.js +0 -1
  293. package/icons/aws/iq.js +0 -1
  294. package/icons/aws/kendra.js +0 -1
  295. package/icons/aws/key-management-service.js +0 -1
  296. package/icons/aws/keyspaces.js +0 -1
  297. package/icons/aws/kinesis-data-analytics.js +0 -1
  298. package/icons/aws/kinesis-data-streams.js +0 -1
  299. package/icons/aws/kinesis-firehose.js +0 -1
  300. package/icons/aws/kinesis-video-streams.js +0 -1
  301. package/icons/aws/kinesis.js +0 -1
  302. package/icons/aws/lake-formation.js +0 -1
  303. package/icons/aws/lambda.js +0 -1
  304. package/icons/aws/launch-wizard.js +0 -1
  305. package/icons/aws/lex.js +0 -1
  306. package/icons/aws/license-manager.js +0 -1
  307. package/icons/aws/lightsail.js +0 -1
  308. package/icons/aws/local-zones.js +0 -1
  309. package/icons/aws/location-service.js +0 -1
  310. package/icons/aws/lookout-for-equipment.js +0 -1
  311. package/icons/aws/lookout-for-metrics.js +0 -1
  312. package/icons/aws/lookout-for-vision.js +0 -1
  313. package/icons/aws/lumberyard.js +0 -1
  314. package/icons/aws/macie.js +0 -1
  315. package/icons/aws/mainframe-modernization.js +0 -1
  316. package/icons/aws/managed-blockchain.js +0 -1
  317. package/icons/aws/managed-grafana.js +0 -1
  318. package/icons/aws/managed-service-for-prometheus.js +0 -1
  319. package/icons/aws/managed-services.js +0 -1
  320. package/icons/aws/managed-streaming-for-apache-kafka.js +0 -1
  321. package/icons/aws/managed-workflows-for-apache-airflow.js +0 -1
  322. package/icons/aws/management-console.js +0 -1
  323. package/icons/aws/marketplace-dark.js +0 -1
  324. package/icons/aws/marketplace-light.js +0 -1
  325. package/icons/aws/memory-db-for-redis.js +0 -1
  326. package/icons/aws/migration-evaluator.js +0 -1
  327. package/icons/aws/migration-hub.js +0 -1
  328. package/icons/aws/monitron.js +0 -1
  329. package/icons/aws/mq.js +0 -1
  330. package/icons/aws/neptune.js +0 -1
  331. package/icons/aws/network-firewall.js +0 -1
  332. package/icons/aws/neuron.js +0 -1
  333. package/icons/aws/nice-dcv.js +0 -1
  334. package/icons/aws/nice-engin-frame.js +0 -1
  335. package/icons/aws/nimble-studio.js +0 -1
  336. package/icons/aws/nitro-enclaves.js +0 -1
  337. package/icons/aws/omics.js +0 -1
  338. package/icons/aws/open-3d-engine.js +0 -1
  339. package/icons/aws/open-search-service.js +0 -1
  340. package/icons/aws/ops-works.js +0 -1
  341. package/icons/aws/organizations.js +0 -1
  342. package/icons/aws/outposts-family.js +0 -1
  343. package/icons/aws/outposts-rack.js +0 -1
  344. package/icons/aws/outposts-servers.js +0 -1
  345. package/icons/aws/panorama.js +0 -1
  346. package/icons/aws/parallel-cluster.js +0 -1
  347. package/icons/aws/personal-health-dashboard.js +0 -1
  348. package/icons/aws/personalize.js +0 -1
  349. package/icons/aws/pinpoint-apis.js +0 -1
  350. package/icons/aws/pinpoint.js +0 -1
  351. package/icons/aws/polly.js +0 -1
  352. package/icons/aws/private-5g.js +0 -1
  353. package/icons/aws/private-certificate-authority.js +0 -1
  354. package/icons/aws/private-link.js +0 -1
  355. package/icons/aws/professional-services.js +0 -1
  356. package/icons/aws/proton.js +0 -1
  357. package/icons/aws/quantum-ledger-database.js +0 -1
  358. package/icons/aws/quick-sight.js +0 -1
  359. package/icons/aws/rds-on-vmware.js +0 -1
  360. package/icons/aws/rds.js +0 -1
  361. package/icons/aws/re-post.js +0 -1
  362. package/icons/aws/red-hat-open-shift-service-on-aws.js +0 -1
  363. package/icons/aws/redshift.js +0 -1
  364. package/icons/aws/rekognition.js +0 -1
  365. package/icons/aws/reserved-instance-reporting.js +0 -1
  366. package/icons/aws/resilience-hub.js +0 -1
  367. package/icons/aws/resource-access-manager.js +0 -1
  368. package/icons/aws/resource-explorer.js +0 -1
  369. package/icons/aws/robo-maker.js +0 -1
  370. package/icons/aws/route-53.js +0 -1
  371. package/icons/aws/s3-on-outposts.js +0 -1
  372. package/icons/aws/sage-maker-ground-truth.js +0 -1
  373. package/icons/aws/sage-maker-studio-lab.js +0 -1
  374. package/icons/aws/sage-maker.js +0 -1
  375. package/icons/aws/savings-plans.js +0 -1
  376. package/icons/aws/secrets-manager.js +0 -1
  377. package/icons/aws/security-hub.js +0 -1
  378. package/icons/aws/security-lake.js +0 -1
  379. package/icons/aws/server-migration-service.js +0 -1
  380. package/icons/aws/serverless-application-repository.js +0 -1
  381. package/icons/aws/service-catalog.js +0 -1
  382. package/icons/aws/service-management-connector.js +0 -1
  383. package/icons/aws/shield.js +0 -1
  384. package/icons/aws/signer.js +0 -1
  385. package/icons/aws/sim-space-weaver.js +0 -1
  386. package/icons/aws/simple-email-service.js +0 -1
  387. package/icons/aws/simple-notification-service.js +0 -1
  388. package/icons/aws/simple-queue-service.js +0 -1
  389. package/icons/aws/simple-storage-service-glacier.js +0 -1
  390. package/icons/aws/simple-storage-service.js +0 -1
  391. package/icons/aws/site-to-site-vpn.js +0 -1
  392. package/icons/aws/snowball-edge.js +0 -1
  393. package/icons/aws/snowball.js +0 -1
  394. package/icons/aws/snowcone.js +0 -1
  395. package/icons/aws/snowmobile.js +0 -1
  396. package/icons/aws/step-functions.js +0 -1
  397. package/icons/aws/storage-gateway.js +0 -1
  398. package/icons/aws/sumerian.js +0 -1
  399. package/icons/aws/supply-chain.js +0 -1
  400. package/icons/aws/support.js +0 -1
  401. package/icons/aws/systems-manager.js +0 -1
  402. package/icons/aws/tensor-flow-on-aws.js +0 -1
  403. package/icons/aws/textract.js +0 -1
  404. package/icons/aws/thinkbox-deadline.js +0 -1
  405. package/icons/aws/thinkbox-frost.js +0 -1
  406. package/icons/aws/thinkbox-krakatoa.js +0 -1
  407. package/icons/aws/thinkbox-sequoia.js +0 -1
  408. package/icons/aws/thinkbox-stoke.js +0 -1
  409. package/icons/aws/thinkbox-xmesh.js +0 -1
  410. package/icons/aws/timestream.js +0 -1
  411. package/icons/aws/tools-and-sdks.js +0 -1
  412. package/icons/aws/torch-serve.js +0 -1
  413. package/icons/aws/training-certification.js +0 -1
  414. package/icons/aws/transcribe.js +0 -1
  415. package/icons/aws/transfer-family.js +0 -1
  416. package/icons/aws/transit-gateway.js +0 -1
  417. package/icons/aws/translate.js +0 -1
  418. package/icons/aws/trusted-advisor.js +0 -1
  419. package/icons/aws/verified-access.js +0 -1
  420. package/icons/aws/verified-permissions.js +0 -1
  421. package/icons/aws/virtual-private-cloud.js +0 -1
  422. package/icons/aws/vmware-cloud-on-aws.js +0 -1
  423. package/icons/aws/vpc-lattice.js +0 -1
  424. package/icons/aws/waf.js +0 -1
  425. package/icons/aws/wavelength.js +0 -1
  426. package/icons/aws/well-architected-tool.js +0 -1
  427. package/icons/aws/wickr.js +0 -1
  428. package/icons/aws/work-docs-sdk.js +0 -1
  429. package/icons/aws/work-docs.js +0 -1
  430. package/icons/aws/work-link.js +0 -1
  431. package/icons/aws/work-mail.js +0 -1
  432. package/icons/aws/work-spaces-family.js +0 -1
  433. package/icons/aws/x-ray.js +0 -1
  434. package/icons/azure/abs-member.js +0 -1
  435. package/icons/azure/active-directory-connect-health.js +0 -1
  436. package/icons/azure/activity-log.js +0 -1
  437. package/icons/azure/administrative-units.js +0 -1
  438. package/icons/azure/advisor.js +0 -1
  439. package/icons/azure/ai-at-edge.js +0 -1
  440. package/icons/azure/ai-studio.js +0 -1
  441. package/icons/azure/aks-automatic.js +0 -1
  442. package/icons/azure/aks-istio.js +0 -1
  443. package/icons/azure/alerts.js +0 -1
  444. package/icons/azure/all-resources.js +0 -1
  445. package/icons/azure/analysis-services.js +0 -1
  446. package/icons/azure/anomaly-detector.js +0 -1
  447. package/icons/azure/api-center.js +0 -1
  448. package/icons/azure/api-connections.js +0 -1
  449. package/icons/azure/api-management-services.js +0 -1
  450. package/icons/azure/api-proxy.js +0 -1
  451. package/icons/azure/app-compliance-automation.js +0 -1
  452. package/icons/azure/app-configuration.js +0 -1
  453. package/icons/azure/app-registrations.js +0 -1
  454. package/icons/azure/app-service-certificates.js +0 -1
  455. package/icons/azure/app-service-domains.js +0 -1
  456. package/icons/azure/app-service-environments.js +0 -1
  457. package/icons/azure/app-service-plans.js +0 -1
  458. package/icons/azure/app-services.js +0 -1
  459. package/icons/azure/app-space-component.js +0 -1
  460. package/icons/azure/app-space.js +0 -1
  461. package/icons/azure/applens.js +0 -1
  462. package/icons/azure/application-gateway-containers.js +0 -1
  463. package/icons/azure/application-gateways.js +0 -1
  464. package/icons/azure/application-group.js +0 -1
  465. package/icons/azure/application-insights.js +0 -1
  466. package/icons/azure/application-security-groups.js +0 -1
  467. package/icons/azure/aquila.js +0 -1
  468. package/icons/azure/arc-data-services.js +0 -1
  469. package/icons/azure/arc-kubernetes.js +0 -1
  470. package/icons/azure/arc-machines.js +0 -1
  471. package/icons/azure/arc-postgre-sql.js +0 -1
  472. package/icons/azure/arc-sql-managed-instance.js +0 -1
  473. package/icons/azure/arc-sql-server.js +0 -1
  474. package/icons/azure/atm-multistack.js +0 -1
  475. package/icons/azure/auto-scale.js +0 -1
  476. package/icons/azure/automanaged-vm.js +0 -1
  477. package/icons/azure/automation-accounts.js +0 -1
  478. package/icons/azure/availability-sets.js +0 -1
  479. package/icons/azure/avs-vm.js +0 -1
  480. package/icons/azure/azure-a.js +0 -1
  481. package/icons/azure/azure-ad-b2c.js +0 -1
  482. package/icons/azure/azure-api-for-fhir.js +0 -1
  483. package/icons/azure/azure-applied-ai-services.js +0 -1
  484. package/icons/azure/azure-arc.js +0 -1
  485. package/icons/azure/azure-attestation.js +0 -1
  486. package/icons/azure/azure-backup-center.js +0 -1
  487. package/icons/azure/azure-blockchain-service.js +0 -1
  488. package/icons/azure/azure-center-for-sap.js +0 -1
  489. package/icons/azure/azure-chaos-studio.js +0 -1
  490. package/icons/azure/azure-cloud-shell.js +0 -1
  491. package/icons/azure/azure-communication-services.js +0 -1
  492. package/icons/azure/azure-communications-gateway.js +0 -1
  493. package/icons/azure/azure-compute-galleries.js +0 -1
  494. package/icons/azure/azure-consumption-commitment.js +0 -1
  495. package/icons/azure/azure-cosmos-db.js +0 -1
  496. package/icons/azure/azure-data-catalog.js +0 -1
  497. package/icons/azure/azure-data-explorer-clusters.js +0 -1
  498. package/icons/azure/azure-database-maria-db-server.js +0 -1
  499. package/icons/azure/azure-database-migration-services.js +0 -1
  500. package/icons/azure/azure-database-my-sql-server.js +0 -1
  501. package/icons/azure/azure-database-postgre-sql-server-group.js +0 -1
  502. package/icons/azure/azure-database-postgre-sql-server.js +0 -1
  503. package/icons/azure/azure-databox-gateway.js +0 -1
  504. package/icons/azure/azure-databricks.js +0 -1
  505. package/icons/azure/azure-deployment-environments.js +0 -1
  506. package/icons/azure/azure-dev-ops.js +0 -1
  507. package/icons/azure/azure-dev-tunnels.js +0 -1
  508. package/icons/azure/azure-edge-hardware-center.js +0 -1
  509. package/icons/azure/azure-experimentation-studio.js +0 -1
  510. package/icons/azure/azure-fileshares.js +0 -1
  511. package/icons/azure/azure-firewall-manager.js +0 -1
  512. package/icons/azure/azure-firewall-policy.js +0 -1
  513. package/icons/azure/azure-hcp-cache.js +0 -1
  514. package/icons/azure/azure-hpc-workbenches.js +0 -1
  515. package/icons/azure/azure-hybrid-center.js +0 -1
  516. package/icons/azure/azure-information-protection.js +0 -1
  517. package/icons/azure/azure-io-t-operations.js +0 -1
  518. package/icons/azure/azure-lighthouse.js +0 -1
  519. package/icons/azure/azure-load-testing.js +0 -1
  520. package/icons/azure/azure-managed-grafana.js +0 -1
  521. package/icons/azure/azure-managed-redis.js +0 -1
  522. package/icons/azure/azure-maps-accounts.js +0 -1
  523. package/icons/azure/azure-media-service.js +0 -1
  524. package/icons/azure/azure-migrate.js +0 -1
  525. package/icons/azure/azure-monitor-dashboard.js +0 -1
  526. package/icons/azure/azure-monitor-pipeline.js +0 -1
  527. package/icons/azure/azure-monitors-for-sap-solutions.js +0 -1
  528. package/icons/azure/azure-net-app-files.js +0 -1
  529. package/icons/azure/azure-network-function-manager-functions.js +0 -1
  530. package/icons/azure/azure-network-function-manager.js +0 -1
  531. package/icons/azure/azure-object-understanding.js +0 -1
  532. package/icons/azure/azure-open-ai.js +0 -1
  533. package/icons/azure/azure-operator-5g-core.js +0 -1
  534. package/icons/azure/azure-operator-insights.js +0 -1
  535. package/icons/azure/azure-operator-nexus.js +0 -1
  536. package/icons/azure/azure-operator-service-manager.js +0 -1
  537. package/icons/azure/azure-orbital.js +0 -1
  538. package/icons/azure/azure-programmable-connectivity.js +0 -1
  539. package/icons/azure/azure-purview-accounts.js +0 -1
  540. package/icons/azure/azure-quotas.js +0 -1
  541. package/icons/azure/azure-red-hat-open-shift.js +0 -1
  542. package/icons/azure/azure-sentinel.js +0 -1
  543. package/icons/azure/azure-service-bus.js +0 -1
  544. package/icons/azure/azure-sphere.js +0 -1
  545. package/icons/azure/azure-spring-apps.js +0 -1
  546. package/icons/azure/azure-sql-edge.js +0 -1
  547. package/icons/azure/azure-sql-server-stretch-databases.js +0 -1
  548. package/icons/azure/azure-sql-vm.js +0 -1
  549. package/icons/azure/azure-sql.js +0 -1
  550. package/icons/azure/azure-stack-edge.js +0 -1
  551. package/icons/azure/azure-stack-hci-sizer.js +0 -1
  552. package/icons/azure/azure-stack.js +0 -1
  553. package/icons/azure/azure-storage-mover.js +0 -1
  554. package/icons/azure/azure-support-center-blue.js +0 -1
  555. package/icons/azure/azure-sustainability.js +0 -1
  556. package/icons/azure/azure-synapse-analytics.js +0 -1
  557. package/icons/azure/azure-token-service.js +0 -1
  558. package/icons/azure/azure-video-indexer.js +0 -1
  559. package/icons/azure/azure-virtual-desktop.js +0 -1
  560. package/icons/azure/azure-vmware-solution.js +0 -1
  561. package/icons/azure/azure-workbooks.js +0 -1
  562. package/icons/azure/azurite.js +0 -1
  563. package/icons/azure/backlog.js +0 -1
  564. package/icons/azure/backup-vault.js +0 -1
  565. package/icons/azure/bare-metal-infrastructure.js +0 -1
  566. package/icons/azure/bastions.js +0 -1
  567. package/icons/azure/batch-accounts.js +0 -1
  568. package/icons/azure/batch-ai.js +0 -1
  569. package/icons/azure/biz-talk.js +0 -1
  570. package/icons/azure/blob-block.js +0 -1
  571. package/icons/azure/blob-page.js +0 -1
  572. package/icons/azure/blockchain-applications.js +0 -1
  573. package/icons/azure/blueprints.js +0 -1
  574. package/icons/azure/bonsai.js +0 -1
  575. package/icons/azure/bot-services.js +0 -1
  576. package/icons/azure/branch.js +0 -1
  577. package/icons/azure/breeze.js +0 -1
  578. package/icons/azure/browser.js +0 -1
  579. package/icons/azure/bug.js +0 -1
  580. package/icons/azure/builds.js +0 -1
  581. package/icons/azure/business-process-tracking.js +0 -1
  582. package/icons/azure/cache-redis.js +0 -1
  583. package/icons/azure/cache.js +0 -1
  584. package/icons/azure/capacity-reservation-groups.js +0 -1
  585. package/icons/azure/capacity.js +0 -1
  586. package/icons/azure/cdn-profiles.js +0 -1
  587. package/icons/azure/central-service-instance-for-sap.js +0 -1
  588. package/icons/azure/ceres.js +0 -1
  589. package/icons/azure/change-analysis.js +0 -1
  590. package/icons/azure/client-apps.js +0 -1
  591. package/icons/azure/cloud-services-classic.js +0 -1
  592. package/icons/azure/cloud-services-extended-support.js +0 -1
  593. package/icons/azure/cloud-test.js +0 -1
  594. package/icons/azure/code-optimization.js +0 -1
  595. package/icons/azure/code.js +0 -1
  596. package/icons/azure/cognitive-search.js +0 -1
  597. package/icons/azure/cognitive-services-decisions.js +0 -1
  598. package/icons/azure/cognitive-services.js +0 -1
  599. package/icons/azure/collaborative-service.js +0 -1
  600. package/icons/azure/commit.js +0 -1
  601. package/icons/azure/community-images.js +0 -1
  602. package/icons/azure/compliance-center.js +0 -1
  603. package/icons/azure/compliance.js +0 -1
  604. package/icons/azure/compute-fleet.js +0 -1
  605. package/icons/azure/computer-vision.js +0 -1
  606. package/icons/azure/conditional-access.js +0 -1
  607. package/icons/azure/confidential-ledgers.js +0 -1
  608. package/icons/azure/connected-cache.js +0 -1
  609. package/icons/azure/connected-vehicle-platform.js +0 -1
  610. package/icons/azure/connections.js +0 -1
  611. package/icons/azure/consortium.js +0 -1
  612. package/icons/azure/container-apps-environments.js +0 -1
  613. package/icons/azure/container-instances.js +0 -1
  614. package/icons/azure/container-registries.js +0 -1
  615. package/icons/azure/container-services-deprecated.js +0 -1
  616. package/icons/azure/content-moderators.js +0 -1
  617. package/icons/azure/content-safety.js +0 -1
  618. package/icons/azure/controls-horizontal.js +0 -1
  619. package/icons/azure/controls.js +0 -1
  620. package/icons/azure/cost-alerts.js +0 -1
  621. package/icons/azure/cost-analysis.js +0 -1
  622. package/icons/azure/cost-budgets.js +0 -1
  623. package/icons/azure/cost-export.js +0 -1
  624. package/icons/azure/cost-management-and-billing.js +0 -1
  625. package/icons/azure/cost-management.js +0 -1
  626. package/icons/azure/counter.js +0 -1
  627. package/icons/azure/cubes.js +0 -1
  628. package/icons/azure/custom-ip-prefix.js +0 -1
  629. package/icons/azure/custom-vision.js +0 -1
  630. package/icons/azure/customer-lockbox-for-microsoft-azure.js +0 -1
  631. package/icons/azure/dashboard-hub.js +0 -1
  632. package/icons/azure/dashboard.js +0 -1
  633. package/icons/azure/data-box.js +0 -1
  634. package/icons/azure/data-collection-rules.js +0 -1
  635. package/icons/azure/data-factories.js +0 -1
  636. package/icons/azure/data-lake-analytics.js +0 -1
  637. package/icons/azure/data-lake-storage-gen1.js +0 -1
  638. package/icons/azure/data-lake-store-gen1.js +0 -1
  639. package/icons/azure/data-share-invitations.js +0 -1
  640. package/icons/azure/data-shares.js +0 -1
  641. package/icons/azure/data-virtualization.js +0 -1
  642. package/icons/azure/database-instance-for-sap.js +0 -1
  643. package/icons/azure/ddo-s-protection-plans.js +0 -1
  644. package/icons/azure/dedicated-hsm.js +0 -1
  645. package/icons/azure/defender-cm-local-manager.js +0 -1
  646. package/icons/azure/defender-dcs-controller.js +0 -1
  647. package/icons/azure/defender-distributer-control-system.js +0 -1
  648. package/icons/azure/defender-engineering-station.js +0 -1
  649. package/icons/azure/defender-external-management.js +0 -1
  650. package/icons/azure/defender-freezer-monitor.js +0 -1
  651. package/icons/azure/defender-historian.js +0 -1
  652. package/icons/azure/defender-hmi.js +0 -1
  653. package/icons/azure/defender-industrial-packaging-system.js +0 -1
  654. package/icons/azure/defender-industrial-printer.js +0 -1
  655. package/icons/azure/defender-industrial-robot.js +0 -1
  656. package/icons/azure/defender-industrial-scale-system.js +0 -1
  657. package/icons/azure/defender-marquee.js +0 -1
  658. package/icons/azure/defender-meter.js +0 -1
  659. package/icons/azure/defender-plc.js +0 -1
  660. package/icons/azure/defender-pneumatic-device.js +0 -1
  661. package/icons/azure/defender-programable-board.js +0 -1
  662. package/icons/azure/defender-relay.js +0 -1
  663. package/icons/azure/defender-robot-controller.js +0 -1
  664. package/icons/azure/defender-rtu.js +0 -1
  665. package/icons/azure/defender-sensor.js +0 -1
  666. package/icons/azure/defender-slot.js +0 -1
  667. package/icons/azure/defender-web-guiding-system.js +0 -1
  668. package/icons/azure/detonation.js +0 -1
  669. package/icons/azure/dev-console.js +0 -1
  670. package/icons/azure/dev-ops-starter.js +0 -1
  671. package/icons/azure/dev-test-labs.js +0 -1
  672. package/icons/azure/device-compliance.js +0 -1
  673. package/icons/azure/device-configuration.js +0 -1
  674. package/icons/azure/device-enrollment.js +0 -1
  675. package/icons/azure/device-provisioning-services.js +0 -1
  676. package/icons/azure/device-security-apple.js +0 -1
  677. package/icons/azure/device-security-google.js +0 -1
  678. package/icons/azure/device-security-windows.js +0 -1
  679. package/icons/azure/device-update-io-t-hub.js +0 -1
  680. package/icons/azure/devices.js +0 -1
  681. package/icons/azure/diagnostics-settings.js +0 -1
  682. package/icons/azure/digital-twins.js +0 -1
  683. package/icons/azure/disk-encryption-sets.js +0 -1
  684. package/icons/azure/disk-pool.js +0 -1
  685. package/icons/azure/disks-classic.js +0 -1
  686. package/icons/azure/disks-snapshots.js +0 -1
  687. package/icons/azure/disks.js +0 -1
  688. package/icons/azure/dns-multistack.js +0 -1
  689. package/icons/azure/dns-private-resolver.js +0 -1
  690. package/icons/azure/dns-security-policy.js +0 -1
  691. package/icons/azure/dns-zones.js +0 -1
  692. package/icons/azure/download.js +0 -1
  693. package/icons/azure/e-books.js +0 -1
  694. package/icons/azure/edge-actions.js +0 -1
  695. package/icons/azure/edge-management.js +0 -1
  696. package/icons/azure/edge-storage-accelerator.js +0 -1
  697. package/icons/azure/education.js +0 -1
  698. package/icons/azure/elastic-job-agents.js +0 -1
  699. package/icons/azure/elastic-san.js +0 -1
  700. package/icons/azure/endpoint-analytics.js +0 -1
  701. package/icons/azure/engage-center-connect.js +0 -1
  702. package/icons/azure/enterprise-applications.js +0 -1
  703. package/icons/azure/entra-connect-health.js +0 -1
  704. package/icons/azure/entra-connect-sync.js +0 -1
  705. package/icons/azure/entra-connect.js +0 -1
  706. package/icons/azure/entra-domain-services.js +0 -1
  707. package/icons/azure/entra-global-secure-access.js +0 -1
  708. package/icons/azure/entra-id-protection.js +0 -1
  709. package/icons/azure/entra-identity-custom-roles.js +0 -1
  710. package/icons/azure/entra-identity-licenses.js +0 -1
  711. package/icons/azure/entra-identity-risky-signins.js +0 -1
  712. package/icons/azure/entra-identity-risky-users.js +0 -1
  713. package/icons/azure/entra-identity-roles-and-administrators.js +0 -1
  714. package/icons/azure/entra-internet-access.js +0 -1
  715. package/icons/azure/entra-managed-identities.js +0 -1
  716. package/icons/azure/entra-private-access.js +0 -1
  717. package/icons/azure/entra-privleged-identity-management.js +0 -1
  718. package/icons/azure/entra-verified-id.js +0 -1
  719. package/icons/azure/error.js +0 -1
  720. package/icons/azure/event-grid-domains.js +0 -1
  721. package/icons/azure/event-grid-subscriptions.js +0 -1
  722. package/icons/azure/event-grid-topics.js +0 -1
  723. package/icons/azure/event-hub-clusters.js +0 -1
  724. package/icons/azure/event-hubs.js +0 -1
  725. package/icons/azure/exchange-access.js +0 -1
  726. package/icons/azure/exchange-on-premises-access.js +0 -1
  727. package/icons/azure/express-route-circuits.js +0 -1
  728. package/icons/azure/express-route-direct.js +0 -1
  729. package/icons/azure/express-route-traffic-collector.js +0 -1
  730. package/icons/azure/extended-security-updates.js +0 -1
  731. package/icons/azure/extensions.js +0 -1
  732. package/icons/azure/external-id-modified.js +0 -1
  733. package/icons/azure/external-id.js +0 -1
  734. package/icons/azure/external-identities.js +0 -1
  735. package/icons/azure/face-apis.js +0 -1
  736. package/icons/azure/feature-previews.js +0 -1
  737. package/icons/azure/fhir-service.js +0 -1
  738. package/icons/azure/fiji.js +0 -1
  739. package/icons/azure/file.js +0 -1
  740. package/icons/azure/files.js +0 -1
  741. package/icons/azure/firewalls.js +0 -1
  742. package/icons/azure/folder-blank.js +0 -1
  743. package/icons/azure/folder-website.js +0 -1
  744. package/icons/azure/form-recognizers.js +0 -1
  745. package/icons/azure/frd-qa.js +0 -1
  746. package/icons/azure/free-services.js +0 -1
  747. package/icons/azure/front-door-and-cdn-profiles.js +0 -1
  748. package/icons/azure/ftp.js +0 -1
  749. package/icons/azure/function-apps.js +0 -1
  750. package/icons/azure/gear.js +0 -1
  751. package/icons/azure/genomics-accounts.js +0 -1
  752. package/icons/azure/genomics.js +0 -1
  753. package/icons/azure/globe-error.js +0 -1
  754. package/icons/azure/globe-success.js +0 -1
  755. package/icons/azure/globe-warning.js +0 -1
  756. package/icons/azure/groups.js +0 -1
  757. package/icons/azure/guide.js +0 -1
  758. package/icons/azure/hd-insight-clusters.js +0 -1
  759. package/icons/azure/hdi-aks-cluster.js +0 -1
  760. package/icons/azure/heart.js +0 -1
  761. package/icons/azure/help-and-support.js +0 -1
  762. package/icons/azure/host-groups.js +0 -1
  763. package/icons/azure/host-pools.js +0 -1
  764. package/icons/azure/hosts.js +0 -1
  765. package/icons/azure/hybrid-connectivity-hub.js +0 -1
  766. package/icons/azure/ic-m-troubleshooting.js +0 -1
  767. package/icons/azure/identity-governance.js +0 -1
  768. package/icons/azure/identity-multi-factor-authentication.js +0 -1
  769. package/icons/azure/identity-secure-score.js +0 -1
  770. package/icons/azure/image-definitions.js +0 -1
  771. package/icons/azure/image-templates.js +0 -1
  772. package/icons/azure/image-versions.js +0 -1
  773. package/icons/azure/image.js +0 -1
  774. package/icons/azure/images.js +0 -1
  775. package/icons/azure/immersive-readers.js +0 -1
  776. package/icons/azure/import-export-jobs.js +0 -1
  777. package/icons/azure/industrial-io-t.js +0 -1
  778. package/icons/azure/information.js +0 -1
  779. package/icons/azure/infrastructure-backup.js +0 -1
  780. package/icons/azure/input-output.js +0 -1
  781. package/icons/azure/instance-pools.js +0 -1
  782. package/icons/azure/integration-accounts.js +0 -1
  783. package/icons/azure/integration-environments.js +0 -1
  784. package/icons/azure/integration-service-environments.js +0 -1
  785. package/icons/azure/internet-analyzer-profiles.js +0 -1
  786. package/icons/azure/intune-app-protection.js +0 -1
  787. package/icons/azure/intune-for-education.js +0 -1
  788. package/icons/azure/intune-trends.js +0 -1
  789. package/icons/azure/intune.js +0 -1
  790. package/icons/azure/io-t-central-applications.js +0 -1
  791. package/icons/azure/io-t-edge.js +0 -1
  792. package/icons/azure/io-t-hub.js +0 -1
  793. package/icons/azure/ip-address-manager.js +0 -1
  794. package/icons/azure/ip-groups.js +0 -1
  795. package/icons/azure/journey-hub.js +0 -1
  796. package/icons/azure/key-vaults.js +0 -1
  797. package/icons/azure/keys.js +0 -1
  798. package/icons/azure/kubernetes-fleet-manager.js +0 -1
  799. package/icons/azure/kubernetes-services.js +0 -1
  800. package/icons/azure/lab-accounts.js +0 -1
  801. package/icons/azure/lab-services.js +0 -1
  802. package/icons/azure/landing-zone.js +0 -1
  803. package/icons/azure/language-understanding.js +0 -1
  804. package/icons/azure/language.js +0 -1
  805. package/icons/azure/launch-portal.js +0 -1
  806. package/icons/azure/learn.js +0 -1
  807. package/icons/azure/load-balancer-hub.js +0 -1
  808. package/icons/azure/load-balancers.js +0 -1
  809. package/icons/azure/load-test.js +0 -1
  810. package/icons/azure/load-testing.js +0 -1
  811. package/icons/azure/local-network-gateways.js +0 -1
  812. package/icons/azure/location.js +0 -1
  813. package/icons/azure/log-analytics-query-pack.js +0 -1
  814. package/icons/azure/log-analytics-workspaces.js +0 -1
  815. package/icons/azure/log-streaming.js +0 -1
  816. package/icons/azure/logic-apps-custom-connector.js +0 -1
  817. package/icons/azure/logic-apps-template.js +0 -1
  818. package/icons/azure/logic-apps.js +0 -1
  819. package/icons/azure/machine-learning-studio-classic-web-services.js +0 -1
  820. package/icons/azure/machine-learning-studio-web-service-plans.js +0 -1
  821. package/icons/azure/machine-learning-studio-workspaces.js +0 -1
  822. package/icons/azure/machine-learning.js +0 -1
  823. package/icons/azure/machines-azure-arc.js +0 -1
  824. package/icons/azure/maintenance-configuration.js +0 -1
  825. package/icons/azure/managed-applications-center.js +0 -1
  826. package/icons/azure/managed-database.js +0 -1
  827. package/icons/azure/managed-desktop.js +0 -1
  828. package/icons/azure/managed-dev-ops-pools.js +0 -1
  829. package/icons/azure/managed-file-shares.js +0 -1
  830. package/icons/azure/managed-identities.js +0 -1
  831. package/icons/azure/managed-instance-apache-cassandra.js +0 -1
  832. package/icons/azure/managed-service-fabric.js +0 -1
  833. package/icons/azure/management-groups.js +0 -1
  834. package/icons/azure/management-portal.js +0 -1
  835. package/icons/azure/marketplace-management.js +0 -1
  836. package/icons/azure/marketplace.js +0 -1
  837. package/icons/azure/med-tech-service.js +0 -1
  838. package/icons/azure/media-file.js +0 -1
  839. package/icons/azure/media.js +0 -1
  840. package/icons/azure/mesh-applications.js +0 -1
  841. package/icons/azure/metrics-advisor.js +0 -1
  842. package/icons/azure/metrics.js +0 -1
  843. package/icons/azure/microsoft-defender-easm.js +0 -1
  844. package/icons/azure/microsoft-defender-for-cloud.js +0 -1
  845. package/icons/azure/microsoft-defender-for-io-t.js +0 -1
  846. package/icons/azure/microsoft-dev-box.js +0 -1
  847. package/icons/azure/mindaro.js +0 -1
  848. package/icons/azure/mission-landing-zone.js +0 -1
  849. package/icons/azure/mobile-engagement.js +0 -1
  850. package/icons/azure/mobile-networks.js +0 -1
  851. package/icons/azure/mobile.js +0 -1
  852. package/icons/azure/modular-data-center.js +0 -1
  853. package/icons/azure/module.js +0 -1
  854. package/icons/azure/monitor-health-models.js +0 -1
  855. package/icons/azure/monitor.js +0 -1
  856. package/icons/azure/multi-tenancy.js +0 -1
  857. package/icons/azure/multifactor-authentication.js +0 -1
  858. package/icons/azure/my-customers.js +0 -1
  859. package/icons/azure/nat.js +0 -1
  860. package/icons/azure/network-foundation-hub.js +0 -1
  861. package/icons/azure/network-interfaces.js +0 -1
  862. package/icons/azure/network-managers.js +0 -1
  863. package/icons/azure/network-security-groups.js +0 -1
  864. package/icons/azure/network-security-hub.js +0 -1
  865. package/icons/azure/network-security-perimeters.js +0 -1
  866. package/icons/azure/network-watcher.js +0 -1
  867. package/icons/azure/notification-hub-namespaces.js +0 -1
  868. package/icons/azure/notification-hubs.js +0 -1
  869. package/icons/azure/offers.js +0 -1
  870. package/icons/azure/on-premises-data-gateways.js +0 -1
  871. package/icons/azure/open-supply-chain-platform.js +0 -1
  872. package/icons/azure/operation-log-classic.js +0 -1
  873. package/icons/azure/oracle-database.js +0 -1
  874. package/icons/azure/os-images-classic.js +0 -1
  875. package/icons/azure/osconfig.js +0 -1
  876. package/icons/azure/outbound-connection.js +0 -1
  877. package/icons/azure/partner-namespace.js +0 -1
  878. package/icons/azure/partner-registration.js +0 -1
  879. package/icons/azure/partner-topic.js +0 -1
  880. package/icons/azure/peering-service.js +0 -1
  881. package/icons/azure/peerings.js +0 -1
  882. package/icons/azure/personalizers.js +0 -1
  883. package/icons/azure/planetary-computer-pro.js +0 -1
  884. package/icons/azure/plans.js +0 -1
  885. package/icons/azure/policy.js +0 -1
  886. package/icons/azure/power-bi-embedded.js +0 -1
  887. package/icons/azure/power-platform.js +0 -1
  888. package/icons/azure/power-up.js +0 -1
  889. package/icons/azure/power.js +0 -1
  890. package/icons/azure/powershell.js +0 -1
  891. package/icons/azure/preview-features.js +0 -1
  892. package/icons/azure/private-endpoints.js +0 -1
  893. package/icons/azure/private-link-service.js +0 -1
  894. package/icons/azure/private-link-services.js +0 -1
  895. package/icons/azure/private-link.js +0 -1
  896. package/icons/azure/process-explorer.js +0 -1
  897. package/icons/azure/production-ready-database.js +0 -1
  898. package/icons/azure/promethus.js +0 -1
  899. package/icons/azure/proximity-placement-groups.js +0 -1
  900. package/icons/azure/public-ip-addresses-classic.js +0 -1
  901. package/icons/azure/public-ip-addresses.js +0 -1
  902. package/icons/azure/public-ip-prefixes.js +0 -1
  903. package/icons/azure/qn-a-makers.js +0 -1
  904. package/icons/azure/quickstart-center.js +0 -1
  905. package/icons/azure/recent.js +0 -1
  906. package/icons/azure/recovery-services-vaults.js +0 -1
  907. package/icons/azure/region-management.js +0 -1
  908. package/icons/azure/relays.js +0 -1
  909. package/icons/azure/remote-rendering.js +0 -1
  910. package/icons/azure/reservations.js +0 -1
  911. package/icons/azure/reserved-capacity.js +0 -1
  912. package/icons/azure/reserved-ip-addresses-classic.js +0 -1
  913. package/icons/azure/resource-explorer.js +0 -1
  914. package/icons/azure/resource-graph-explorer.js +0 -1
  915. package/icons/azure/resource-group-list.js +0 -1
  916. package/icons/azure/resource-groups.js +0 -1
  917. package/icons/azure/resource-guard.js +0 -1
  918. package/icons/azure/resource-linked.js +0 -1
  919. package/icons/azure/resource-management-private-link.js +0 -1
  920. package/icons/azure/resource-mover.js +0 -1
  921. package/icons/azure/resources-provider.js +0 -1
  922. package/icons/azure/restore-points-collections.js +0 -1
  923. package/icons/azure/restore-points.js +0 -1
  924. package/icons/azure/route-filters.js +0 -1
  925. package/icons/azure/route-tables.js +0 -1
  926. package/icons/azure/rtos.js +0 -1
  927. package/icons/azure/savings-plans.js +0 -1
  928. package/icons/azure/scheduler-job-collections.js +0 -1
  929. package/icons/azure/scheduler.js +0 -1
  930. package/icons/azure/scvmm-management-servers.js +0 -1
  931. package/icons/azure/search-grid.js +0 -1
  932. package/icons/azure/search.js +0 -1
  933. package/icons/azure/security-baselines.js +0 -1
  934. package/icons/azure/security.js +0 -1
  935. package/icons/azure/send-grid-accounts.js +0 -1
  936. package/icons/azure/server-farm.js +0 -1
  937. package/icons/azure/serverless-search.js +0 -1
  938. package/icons/azure/service-catalog-mad.js +0 -1
  939. package/icons/azure/service-endpoint-policies.js +0 -1
  940. package/icons/azure/service-fabric-clusters.js +0 -1
  941. package/icons/azure/service-group-relationships.js +0 -1
  942. package/icons/azure/service-groups.js +0 -1
  943. package/icons/azure/service-health.js +0 -1
  944. package/icons/azure/service-providers.js +0 -1
  945. package/icons/azure/shared-image-galleries.js +0 -1
  946. package/icons/azure/signal-r.js +0 -1
  947. package/icons/azure/software-as-a-service.js +0 -1
  948. package/icons/azure/software-updates.js +0 -1
  949. package/icons/azure/solutions.js +0 -1
  950. package/icons/azure/sonic-dash.js +0 -1
  951. package/icons/azure/spatial-anchor-accounts.js +0 -1
  952. package/icons/azure/speech-services.js +0 -1
  953. package/icons/azure/spot-vm.js +0 -1
  954. package/icons/azure/spot-vmss.js +0 -1
  955. package/icons/azure/sql-data-warehouses.js +0 -1
  956. package/icons/azure/sql-database-fleet-manager.js +0 -1
  957. package/icons/azure/sql-database.js +0 -1
  958. package/icons/azure/sql-elastic-pools.js +0 -1
  959. package/icons/azure/sql-managed-instance.js +0 -1
  960. package/icons/azure/sql-server-registries.js +0 -1
  961. package/icons/azure/sql-server.js +0 -1
  962. package/icons/azure/ssd.js +0 -1
  963. package/icons/azure/ssh-keys.js +0 -1
  964. package/icons/azure/ssis-lift-and-shift-ir.js +0 -1
  965. package/icons/azure/stack-hci-premium.js +0 -1
  966. package/icons/azure/static-apps.js +0 -1
  967. package/icons/azure/stor-simple-data-managers.js +0 -1
  968. package/icons/azure/stor-simple-device-managers.js +0 -1
  969. package/icons/azure/storage-accounts-classic.js +0 -1
  970. package/icons/azure/storage-accounts.js +0 -1
  971. package/icons/azure/storage-actions.js +0 -1
  972. package/icons/azure/storage-azure-files.js +0 -1
  973. package/icons/azure/storage-container.js +0 -1
  974. package/icons/azure/storage-explorer.js +0 -1
  975. package/icons/azure/storage-functions.js +0 -1
  976. package/icons/azure/storage-hubs.js +0 -1
  977. package/icons/azure/storage-queue.js +0 -1
  978. package/icons/azure/storage-sync-services.js +0 -1
  979. package/icons/azure/stream-analytics-jobs.js +0 -1
  980. package/icons/azure/subnet.js +0 -1
  981. package/icons/azure/subscriptions.js +0 -1
  982. package/icons/azure/system-topic.js +0 -1
  983. package/icons/azure/table.js +0 -1
  984. package/icons/azure/tag.js +0 -1
  985. package/icons/azure/tags.js +0 -1
  986. package/icons/azure/targets-management.js +0 -1
  987. package/icons/azure/template-specs.js +0 -1
  988. package/icons/azure/templates.js +0 -1
  989. package/icons/azure/tenant-properties.js +0 -1
  990. package/icons/azure/tenant-status.js +0 -1
  991. package/icons/azure/test-base.js +0 -1
  992. package/icons/azure/tfs-vc-repository.js +0 -1
  993. package/icons/azure/time-series-data-sets.js +0 -1
  994. package/icons/azure/time-series-insights-access-policies.js +0 -1
  995. package/icons/azure/time-series-insights-environments.js +0 -1
  996. package/icons/azure/time-series-insights-event-sources.js +0 -1
  997. package/icons/azure/toolbox.js +0 -1
  998. package/icons/azure/toolchain-orchestrator.js +0 -1
  999. package/icons/azure/traffic-manager-profiles.js +0 -1
  1000. package/icons/azure/translator-text.js +0 -1
  1001. package/icons/azure/troubleshoot.js +0 -1
  1002. package/icons/azure/universal-print.js +0 -1
  1003. package/icons/azure/update-management-center.js +0 -1
  1004. package/icons/azure/updates.js +0 -1
  1005. package/icons/azure/user-privacy.js +0 -1
  1006. package/icons/azure/user-settings.js +0 -1
  1007. package/icons/azure/user-subscriptions.js +0 -1
  1008. package/icons/azure/users.js +0 -1
  1009. package/icons/azure/verifiable-credentials.js +0 -1
  1010. package/icons/azure/verification-as-a-service.js +0 -1
  1011. package/icons/azure/versions.js +0 -1
  1012. package/icons/azure/video-analyzers.js +0 -1
  1013. package/icons/azure/virtual-clusters.js +0 -1
  1014. package/icons/azure/virtual-enclaves.js +0 -1
  1015. package/icons/azure/virtual-instance-for-sap.js +0 -1
  1016. package/icons/azure/virtual-machine.js +0 -1
  1017. package/icons/azure/virtual-machines-classic.js +0 -1
  1018. package/icons/azure/virtual-network-gateways.js +0 -1
  1019. package/icons/azure/virtual-networks-classic.js +0 -1
  1020. package/icons/azure/virtual-networks.js +0 -1
  1021. package/icons/azure/virtual-router.js +0 -1
  1022. package/icons/azure/virtual-visits-builder.js +0 -1
  1023. package/icons/azure/virtual-wan-hub.js +0 -1
  1024. package/icons/azure/virtual-wans.js +0 -1
  1025. package/icons/azure/vm-app-definitions.js +0 -1
  1026. package/icons/azure/vm-app-versions.js +0 -1
  1027. package/icons/azure/vm-image-version.js +0 -1
  1028. package/icons/azure/vm-images-classic.js +0 -1
  1029. package/icons/azure/vm-scale-sets.js +0 -1
  1030. package/icons/azure/vpnclient-windows.js +0 -1
  1031. package/icons/azure/wac-installer.js +0 -1
  1032. package/icons/azure/wac.js +0 -1
  1033. package/icons/azure/web-app-database.js +0 -1
  1034. package/icons/azure/web-application-firewall-policies-waf.js +0 -1
  1035. package/icons/azure/web-jobs.js +0 -1
  1036. package/icons/azure/web-slots.js +0 -1
  1037. package/icons/azure/web-test.js +0 -1
  1038. package/icons/azure/website-power.js +0 -1
  1039. package/icons/azure/website-staging.js +0 -1
  1040. package/icons/azure/windows-notification-services.js +0 -1
  1041. package/icons/azure/windows10-core-services.js +0 -1
  1042. package/icons/azure/workbooks.js +0 -1
  1043. package/icons/azure/worker-container-app.js +0 -1
  1044. package/icons/azure/workflow.js +0 -1
  1045. package/icons/azure/workload-orchestration.js +0 -1
  1046. package/icons/azure/workspace-gateway.js +0 -1
  1047. package/icons/azure/workspaces.js +0 -1
  1048. package/icons/bootstrap/0-circle-fill.js +0 -1
  1049. package/icons/bootstrap/0-circle.js +0 -1
  1050. package/icons/bootstrap/0-square-fill.js +0 -1
  1051. package/icons/bootstrap/0-square.js +0 -1
  1052. package/icons/bootstrap/1-circle-fill.js +0 -1
  1053. package/icons/bootstrap/1-circle.js +0 -1
  1054. package/icons/bootstrap/1-square-fill.js +0 -1
  1055. package/icons/bootstrap/1-square.js +0 -1
  1056. package/icons/bootstrap/123.js +0 -1
  1057. package/icons/bootstrap/2-circle-fill.js +0 -1
  1058. package/icons/bootstrap/2-circle.js +0 -1
  1059. package/icons/bootstrap/2-square-fill.js +0 -1
  1060. package/icons/bootstrap/2-square.js +0 -1
  1061. package/icons/bootstrap/3-circle-fill.js +0 -1
  1062. package/icons/bootstrap/3-circle.js +0 -1
  1063. package/icons/bootstrap/3-square-fill.js +0 -1
  1064. package/icons/bootstrap/3-square.js +0 -1
  1065. package/icons/bootstrap/4-circle-fill.js +0 -1
  1066. package/icons/bootstrap/4-circle.js +0 -1
  1067. package/icons/bootstrap/4-square-fill.js +0 -1
  1068. package/icons/bootstrap/4-square.js +0 -1
  1069. package/icons/bootstrap/5-circle-fill.js +0 -1
  1070. package/icons/bootstrap/5-circle.js +0 -1
  1071. package/icons/bootstrap/5-square-fill.js +0 -1
  1072. package/icons/bootstrap/5-square.js +0 -1
  1073. package/icons/bootstrap/6-circle-fill.js +0 -1
  1074. package/icons/bootstrap/6-circle.js +0 -1
  1075. package/icons/bootstrap/6-square-fill.js +0 -1
  1076. package/icons/bootstrap/6-square.js +0 -1
  1077. package/icons/bootstrap/7-circle-fill.js +0 -1
  1078. package/icons/bootstrap/7-circle.js +0 -1
  1079. package/icons/bootstrap/7-square-fill.js +0 -1
  1080. package/icons/bootstrap/7-square.js +0 -1
  1081. package/icons/bootstrap/8-circle-fill.js +0 -1
  1082. package/icons/bootstrap/8-circle.js +0 -1
  1083. package/icons/bootstrap/8-square-fill.js +0 -1
  1084. package/icons/bootstrap/8-square.js +0 -1
  1085. package/icons/bootstrap/9-circle-fill.js +0 -1
  1086. package/icons/bootstrap/9-circle.js +0 -1
  1087. package/icons/bootstrap/9-square-fill.js +0 -1
  1088. package/icons/bootstrap/9-square.js +0 -1
  1089. package/icons/bootstrap/activity.js +0 -1
  1090. package/icons/bootstrap/airplane-engines-fill.js +0 -1
  1091. package/icons/bootstrap/airplane-engines.js +0 -1
  1092. package/icons/bootstrap/airplane-fill.js +0 -1
  1093. package/icons/bootstrap/airplane.js +0 -1
  1094. package/icons/bootstrap/alarm-fill.js +0 -1
  1095. package/icons/bootstrap/alarm.js +0 -1
  1096. package/icons/bootstrap/alexa.js +0 -1
  1097. package/icons/bootstrap/align-bottom.js +0 -1
  1098. package/icons/bootstrap/align-center.js +0 -1
  1099. package/icons/bootstrap/align-end.js +0 -1
  1100. package/icons/bootstrap/align-middle.js +0 -1
  1101. package/icons/bootstrap/align-start.js +0 -1
  1102. package/icons/bootstrap/align-top.js +0 -1
  1103. package/icons/bootstrap/alipay.js +0 -1
  1104. package/icons/bootstrap/alphabet-uppercase.js +0 -1
  1105. package/icons/bootstrap/alphabet.js +0 -1
  1106. package/icons/bootstrap/alt.js +0 -1
  1107. package/icons/bootstrap/amazon.js +0 -1
  1108. package/icons/bootstrap/amd.js +0 -1
  1109. package/icons/bootstrap/android.js +0 -1
  1110. package/icons/bootstrap/android2.js +0 -1
  1111. package/icons/bootstrap/app-indicator.js +0 -1
  1112. package/icons/bootstrap/app.js +0 -1
  1113. package/icons/bootstrap/apple.js +0 -1
  1114. package/icons/bootstrap/archive-fill.js +0 -1
  1115. package/icons/bootstrap/archive.js +0 -1
  1116. package/icons/bootstrap/arrow-90deg-down.js +0 -1
  1117. package/icons/bootstrap/arrow-90deg-left.js +0 -1
  1118. package/icons/bootstrap/arrow-90deg-right.js +0 -1
  1119. package/icons/bootstrap/arrow-90deg-up.js +0 -1
  1120. package/icons/bootstrap/arrow-bar-down.js +0 -1
  1121. package/icons/bootstrap/arrow-bar-left.js +0 -1
  1122. package/icons/bootstrap/arrow-bar-right.js +0 -1
  1123. package/icons/bootstrap/arrow-bar-up.js +0 -1
  1124. package/icons/bootstrap/arrow-clockwise.js +0 -1
  1125. package/icons/bootstrap/arrow-counterclockwise.js +0 -1
  1126. package/icons/bootstrap/arrow-down-circle-fill.js +0 -1
  1127. package/icons/bootstrap/arrow-down-circle.js +0 -1
  1128. package/icons/bootstrap/arrow-down-left-circle-fill.js +0 -1
  1129. package/icons/bootstrap/arrow-down-left-circle.js +0 -1
  1130. package/icons/bootstrap/arrow-down-left-square-fill.js +0 -1
  1131. package/icons/bootstrap/arrow-down-left-square.js +0 -1
  1132. package/icons/bootstrap/arrow-down-left.js +0 -1
  1133. package/icons/bootstrap/arrow-down-right-circle-fill.js +0 -1
  1134. package/icons/bootstrap/arrow-down-right-circle.js +0 -1
  1135. package/icons/bootstrap/arrow-down-right-square-fill.js +0 -1
  1136. package/icons/bootstrap/arrow-down-right-square.js +0 -1
  1137. package/icons/bootstrap/arrow-down-right.js +0 -1
  1138. package/icons/bootstrap/arrow-down-short.js +0 -1
  1139. package/icons/bootstrap/arrow-down-square-fill.js +0 -1
  1140. package/icons/bootstrap/arrow-down-square.js +0 -1
  1141. package/icons/bootstrap/arrow-down-up.js +0 -1
  1142. package/icons/bootstrap/arrow-down.js +0 -1
  1143. package/icons/bootstrap/arrow-left-circle-fill.js +0 -1
  1144. package/icons/bootstrap/arrow-left-circle.js +0 -1
  1145. package/icons/bootstrap/arrow-left-right.js +0 -1
  1146. package/icons/bootstrap/arrow-left-short.js +0 -1
  1147. package/icons/bootstrap/arrow-left-square-fill.js +0 -1
  1148. package/icons/bootstrap/arrow-left-square.js +0 -1
  1149. package/icons/bootstrap/arrow-left.js +0 -1
  1150. package/icons/bootstrap/arrow-repeat.js +0 -1
  1151. package/icons/bootstrap/arrow-return-left.js +0 -1
  1152. package/icons/bootstrap/arrow-return-right.js +0 -1
  1153. package/icons/bootstrap/arrow-right-circle-fill.js +0 -1
  1154. package/icons/bootstrap/arrow-right-circle.js +0 -1
  1155. package/icons/bootstrap/arrow-right-short.js +0 -1
  1156. package/icons/bootstrap/arrow-right-square-fill.js +0 -1
  1157. package/icons/bootstrap/arrow-right-square.js +0 -1
  1158. package/icons/bootstrap/arrow-right.js +0 -1
  1159. package/icons/bootstrap/arrow-through-heart-fill.js +0 -1
  1160. package/icons/bootstrap/arrow-through-heart.js +0 -1
  1161. package/icons/bootstrap/arrow-up-circle-fill.js +0 -1
  1162. package/icons/bootstrap/arrow-up-circle.js +0 -1
  1163. package/icons/bootstrap/arrow-up-left-circle-fill.js +0 -1
  1164. package/icons/bootstrap/arrow-up-left-circle.js +0 -1
  1165. package/icons/bootstrap/arrow-up-left-square-fill.js +0 -1
  1166. package/icons/bootstrap/arrow-up-left-square.js +0 -1
  1167. package/icons/bootstrap/arrow-up-left.js +0 -1
  1168. package/icons/bootstrap/arrow-up-right-circle-fill.js +0 -1
  1169. package/icons/bootstrap/arrow-up-right-circle.js +0 -1
  1170. package/icons/bootstrap/arrow-up-right-square-fill.js +0 -1
  1171. package/icons/bootstrap/arrow-up-right-square.js +0 -1
  1172. package/icons/bootstrap/arrow-up-right.js +0 -1
  1173. package/icons/bootstrap/arrow-up-short.js +0 -1
  1174. package/icons/bootstrap/arrow-up-square-fill.js +0 -1
  1175. package/icons/bootstrap/arrow-up-square.js +0 -1
  1176. package/icons/bootstrap/arrow-up.js +0 -1
  1177. package/icons/bootstrap/arrows-angle-contract.js +0 -1
  1178. package/icons/bootstrap/arrows-angle-expand.js +0 -1
  1179. package/icons/bootstrap/arrows-collapse-vertical.js +0 -1
  1180. package/icons/bootstrap/arrows-collapse.js +0 -1
  1181. package/icons/bootstrap/arrows-expand-vertical.js +0 -1
  1182. package/icons/bootstrap/arrows-expand.js +0 -1
  1183. package/icons/bootstrap/arrows-fullscreen.js +0 -1
  1184. package/icons/bootstrap/arrows-move.js +0 -1
  1185. package/icons/bootstrap/arrows-vertical.js +0 -1
  1186. package/icons/bootstrap/arrows.js +0 -1
  1187. package/icons/bootstrap/aspect-ratio-fill.js +0 -1
  1188. package/icons/bootstrap/aspect-ratio.js +0 -1
  1189. package/icons/bootstrap/asterisk.js +0 -1
  1190. package/icons/bootstrap/at.js +0 -1
  1191. package/icons/bootstrap/award-fill.js +0 -1
  1192. package/icons/bootstrap/award.js +0 -1
  1193. package/icons/bootstrap/back.js +0 -1
  1194. package/icons/bootstrap/backpack-fill.js +0 -1
  1195. package/icons/bootstrap/backpack.js +0 -1
  1196. package/icons/bootstrap/backpack2-fill.js +0 -1
  1197. package/icons/bootstrap/backpack2.js +0 -1
  1198. package/icons/bootstrap/backpack3-fill.js +0 -1
  1199. package/icons/bootstrap/backpack3.js +0 -1
  1200. package/icons/bootstrap/backpack4-fill.js +0 -1
  1201. package/icons/bootstrap/backpack4.js +0 -1
  1202. package/icons/bootstrap/backspace-fill.js +0 -1
  1203. package/icons/bootstrap/backspace-reverse-fill.js +0 -1
  1204. package/icons/bootstrap/backspace-reverse.js +0 -1
  1205. package/icons/bootstrap/backspace.js +0 -1
  1206. package/icons/bootstrap/badge-3d-fill.js +0 -1
  1207. package/icons/bootstrap/badge-3d.js +0 -1
  1208. package/icons/bootstrap/badge-4k-fill.js +0 -1
  1209. package/icons/bootstrap/badge-4k.js +0 -1
  1210. package/icons/bootstrap/badge-8k-fill.js +0 -1
  1211. package/icons/bootstrap/badge-8k.js +0 -1
  1212. package/icons/bootstrap/badge-ad-fill.js +0 -1
  1213. package/icons/bootstrap/badge-ad.js +0 -1
  1214. package/icons/bootstrap/badge-ar-fill.js +0 -1
  1215. package/icons/bootstrap/badge-ar.js +0 -1
  1216. package/icons/bootstrap/badge-cc-fill.js +0 -1
  1217. package/icons/bootstrap/badge-cc.js +0 -1
  1218. package/icons/bootstrap/badge-hd-fill.js +0 -1
  1219. package/icons/bootstrap/badge-hd.js +0 -1
  1220. package/icons/bootstrap/badge-sd-fill.js +0 -1
  1221. package/icons/bootstrap/badge-sd.js +0 -1
  1222. package/icons/bootstrap/badge-tm-fill.js +0 -1
  1223. package/icons/bootstrap/badge-tm.js +0 -1
  1224. package/icons/bootstrap/badge-vo-fill.js +0 -1
  1225. package/icons/bootstrap/badge-vo.js +0 -1
  1226. package/icons/bootstrap/badge-vr-fill.js +0 -1
  1227. package/icons/bootstrap/badge-vr.js +0 -1
  1228. package/icons/bootstrap/badge-wc-fill.js +0 -1
  1229. package/icons/bootstrap/badge-wc.js +0 -1
  1230. package/icons/bootstrap/bag-check-fill.js +0 -1
  1231. package/icons/bootstrap/bag-check.js +0 -1
  1232. package/icons/bootstrap/bag-dash-fill.js +0 -1
  1233. package/icons/bootstrap/bag-dash.js +0 -1
  1234. package/icons/bootstrap/bag-fill.js +0 -1
  1235. package/icons/bootstrap/bag-heart-fill.js +0 -1
  1236. package/icons/bootstrap/bag-heart.js +0 -1
  1237. package/icons/bootstrap/bag-plus-fill.js +0 -1
  1238. package/icons/bootstrap/bag-plus.js +0 -1
  1239. package/icons/bootstrap/bag-x-fill.js +0 -1
  1240. package/icons/bootstrap/bag-x.js +0 -1
  1241. package/icons/bootstrap/bag.js +0 -1
  1242. package/icons/bootstrap/balloon-fill.js +0 -1
  1243. package/icons/bootstrap/balloon-heart-fill.js +0 -1
  1244. package/icons/bootstrap/balloon-heart.js +0 -1
  1245. package/icons/bootstrap/balloon.js +0 -1
  1246. package/icons/bootstrap/ban-fill.js +0 -1
  1247. package/icons/bootstrap/ban.js +0 -1
  1248. package/icons/bootstrap/bandaid-fill.js +0 -1
  1249. package/icons/bootstrap/bandaid.js +0 -1
  1250. package/icons/bootstrap/bank.js +0 -1
  1251. package/icons/bootstrap/bank2.js +0 -1
  1252. package/icons/bootstrap/bar-chart-fill.js +0 -1
  1253. package/icons/bootstrap/bar-chart-line-fill.js +0 -1
  1254. package/icons/bootstrap/bar-chart-line.js +0 -1
  1255. package/icons/bootstrap/bar-chart-steps.js +0 -1
  1256. package/icons/bootstrap/bar-chart.js +0 -1
  1257. package/icons/bootstrap/basket-fill.js +0 -1
  1258. package/icons/bootstrap/basket.js +0 -1
  1259. package/icons/bootstrap/basket2-fill.js +0 -1
  1260. package/icons/bootstrap/basket2.js +0 -1
  1261. package/icons/bootstrap/basket3-fill.js +0 -1
  1262. package/icons/bootstrap/basket3.js +0 -1
  1263. package/icons/bootstrap/battery-charging.js +0 -1
  1264. package/icons/bootstrap/battery-full.js +0 -1
  1265. package/icons/bootstrap/battery-half.js +0 -1
  1266. package/icons/bootstrap/battery.js +0 -1
  1267. package/icons/bootstrap/behance.js +0 -1
  1268. package/icons/bootstrap/bell-fill.js +0 -1
  1269. package/icons/bootstrap/bell-slash-fill.js +0 -1
  1270. package/icons/bootstrap/bell-slash.js +0 -1
  1271. package/icons/bootstrap/bell.js +0 -1
  1272. package/icons/bootstrap/bezier.js +0 -1
  1273. package/icons/bootstrap/bezier2.js +0 -1
  1274. package/icons/bootstrap/bicycle.js +0 -1
  1275. package/icons/bootstrap/bing.js +0 -1
  1276. package/icons/bootstrap/binoculars-fill.js +0 -1
  1277. package/icons/bootstrap/binoculars.js +0 -1
  1278. package/icons/bootstrap/blockquote-left.js +0 -1
  1279. package/icons/bootstrap/blockquote-right.js +0 -1
  1280. package/icons/bootstrap/bluetooth.js +0 -1
  1281. package/icons/bootstrap/body-text.js +0 -1
  1282. package/icons/bootstrap/book-fill.js +0 -1
  1283. package/icons/bootstrap/book-half.js +0 -1
  1284. package/icons/bootstrap/book.js +0 -1
  1285. package/icons/bootstrap/bookmark-check-fill.js +0 -1
  1286. package/icons/bootstrap/bookmark-check.js +0 -1
  1287. package/icons/bootstrap/bookmark-dash-fill.js +0 -1
  1288. package/icons/bootstrap/bookmark-dash.js +0 -1
  1289. package/icons/bootstrap/bookmark-fill.js +0 -1
  1290. package/icons/bootstrap/bookmark-heart-fill.js +0 -1
  1291. package/icons/bootstrap/bookmark-heart.js +0 -1
  1292. package/icons/bootstrap/bookmark-plus-fill.js +0 -1
  1293. package/icons/bootstrap/bookmark-plus.js +0 -1
  1294. package/icons/bootstrap/bookmark-star-fill.js +0 -1
  1295. package/icons/bootstrap/bookmark-star.js +0 -1
  1296. package/icons/bootstrap/bookmark-x-fill.js +0 -1
  1297. package/icons/bootstrap/bookmark-x.js +0 -1
  1298. package/icons/bootstrap/bookmark.js +0 -1
  1299. package/icons/bootstrap/bookmarks-fill.js +0 -1
  1300. package/icons/bootstrap/bookmarks.js +0 -1
  1301. package/icons/bootstrap/bookshelf.js +0 -1
  1302. package/icons/bootstrap/boombox-fill.js +0 -1
  1303. package/icons/bootstrap/boombox.js +0 -1
  1304. package/icons/bootstrap/bootstrap-fill.js +0 -1
  1305. package/icons/bootstrap/bootstrap-icons.js +0 -1
  1306. package/icons/bootstrap/bootstrap-reboot.js +0 -1
  1307. package/icons/bootstrap/bootstrap.js +0 -1
  1308. package/icons/bootstrap/border-all.js +0 -1
  1309. package/icons/bootstrap/border-bottom.js +0 -1
  1310. package/icons/bootstrap/border-center.js +0 -1
  1311. package/icons/bootstrap/border-inner.js +0 -1
  1312. package/icons/bootstrap/border-left.js +0 -1
  1313. package/icons/bootstrap/border-middle.js +0 -1
  1314. package/icons/bootstrap/border-outer.js +0 -1
  1315. package/icons/bootstrap/border-right.js +0 -1
  1316. package/icons/bootstrap/border-style.js +0 -1
  1317. package/icons/bootstrap/border-top.js +0 -1
  1318. package/icons/bootstrap/border-width.js +0 -1
  1319. package/icons/bootstrap/border.js +0 -1
  1320. package/icons/bootstrap/bounding-box-circles.js +0 -1
  1321. package/icons/bootstrap/bounding-box.js +0 -1
  1322. package/icons/bootstrap/box-arrow-down-left.js +0 -1
  1323. package/icons/bootstrap/box-arrow-down-right.js +0 -1
  1324. package/icons/bootstrap/box-arrow-down.js +0 -1
  1325. package/icons/bootstrap/box-arrow-in-down-left.js +0 -1
  1326. package/icons/bootstrap/box-arrow-in-down-right.js +0 -1
  1327. package/icons/bootstrap/box-arrow-in-down.js +0 -1
  1328. package/icons/bootstrap/box-arrow-in-left.js +0 -1
  1329. package/icons/bootstrap/box-arrow-in-right.js +0 -1
  1330. package/icons/bootstrap/box-arrow-in-up-left.js +0 -1
  1331. package/icons/bootstrap/box-arrow-in-up-right.js +0 -1
  1332. package/icons/bootstrap/box-arrow-in-up.js +0 -1
  1333. package/icons/bootstrap/box-arrow-left.js +0 -1
  1334. package/icons/bootstrap/box-arrow-right.js +0 -1
  1335. package/icons/bootstrap/box-arrow-up-left.js +0 -1
  1336. package/icons/bootstrap/box-arrow-up-right.js +0 -1
  1337. package/icons/bootstrap/box-arrow-up.js +0 -1
  1338. package/icons/bootstrap/box-fill.js +0 -1
  1339. package/icons/bootstrap/box-seam-fill.js +0 -1
  1340. package/icons/bootstrap/box-seam.js +0 -1
  1341. package/icons/bootstrap/box.js +0 -1
  1342. package/icons/bootstrap/box2-fill.js +0 -1
  1343. package/icons/bootstrap/box2-heart-fill.js +0 -1
  1344. package/icons/bootstrap/box2-heart.js +0 -1
  1345. package/icons/bootstrap/box2.js +0 -1
  1346. package/icons/bootstrap/boxes.js +0 -1
  1347. package/icons/bootstrap/braces-asterisk.js +0 -1
  1348. package/icons/bootstrap/braces.js +0 -1
  1349. package/icons/bootstrap/bricks.js +0 -1
  1350. package/icons/bootstrap/briefcase-fill.js +0 -1
  1351. package/icons/bootstrap/briefcase.js +0 -1
  1352. package/icons/bootstrap/brightness-alt-high-fill.js +0 -1
  1353. package/icons/bootstrap/brightness-alt-high.js +0 -1
  1354. package/icons/bootstrap/brightness-alt-low-fill.js +0 -1
  1355. package/icons/bootstrap/brightness-alt-low.js +0 -1
  1356. package/icons/bootstrap/brightness-high-fill.js +0 -1
  1357. package/icons/bootstrap/brightness-high.js +0 -1
  1358. package/icons/bootstrap/brightness-low-fill.js +0 -1
  1359. package/icons/bootstrap/brightness-low.js +0 -1
  1360. package/icons/bootstrap/brilliance.js +0 -1
  1361. package/icons/bootstrap/broadcast-pin.js +0 -1
  1362. package/icons/bootstrap/broadcast.js +0 -1
  1363. package/icons/bootstrap/browser-chrome.js +0 -1
  1364. package/icons/bootstrap/browser-edge.js +0 -1
  1365. package/icons/bootstrap/browser-firefox.js +0 -1
  1366. package/icons/bootstrap/browser-safari.js +0 -1
  1367. package/icons/bootstrap/brush-fill.js +0 -1
  1368. package/icons/bootstrap/brush.js +0 -1
  1369. package/icons/bootstrap/bucket-fill.js +0 -1
  1370. package/icons/bootstrap/bucket.js +0 -1
  1371. package/icons/bootstrap/bug-fill.js +0 -1
  1372. package/icons/bootstrap/bug.js +0 -1
  1373. package/icons/bootstrap/building-add.js +0 -1
  1374. package/icons/bootstrap/building-check.js +0 -1
  1375. package/icons/bootstrap/building-dash.js +0 -1
  1376. package/icons/bootstrap/building-down.js +0 -1
  1377. package/icons/bootstrap/building-exclamation.js +0 -1
  1378. package/icons/bootstrap/building-fill-add.js +0 -1
  1379. package/icons/bootstrap/building-fill-check.js +0 -1
  1380. package/icons/bootstrap/building-fill-dash.js +0 -1
  1381. package/icons/bootstrap/building-fill-down.js +0 -1
  1382. package/icons/bootstrap/building-fill-exclamation.js +0 -1
  1383. package/icons/bootstrap/building-fill-gear.js +0 -1
  1384. package/icons/bootstrap/building-fill-lock.js +0 -1
  1385. package/icons/bootstrap/building-fill-slash.js +0 -1
  1386. package/icons/bootstrap/building-fill-up.js +0 -1
  1387. package/icons/bootstrap/building-fill-x.js +0 -1
  1388. package/icons/bootstrap/building-fill.js +0 -1
  1389. package/icons/bootstrap/building-gear.js +0 -1
  1390. package/icons/bootstrap/building-lock.js +0 -1
  1391. package/icons/bootstrap/building-slash.js +0 -1
  1392. package/icons/bootstrap/building-up.js +0 -1
  1393. package/icons/bootstrap/building-x.js +0 -1
  1394. package/icons/bootstrap/building.js +0 -1
  1395. package/icons/bootstrap/buildings-fill.js +0 -1
  1396. package/icons/bootstrap/buildings.js +0 -1
  1397. package/icons/bootstrap/bullseye.js +0 -1
  1398. package/icons/bootstrap/bus-front-fill.js +0 -1
  1399. package/icons/bootstrap/bus-front.js +0 -1
  1400. package/icons/bootstrap/c-circle-fill.js +0 -1
  1401. package/icons/bootstrap/c-circle.js +0 -1
  1402. package/icons/bootstrap/c-square-fill.js +0 -1
  1403. package/icons/bootstrap/c-square.js +0 -1
  1404. package/icons/bootstrap/cake-fill.js +0 -1
  1405. package/icons/bootstrap/cake.js +0 -1
  1406. package/icons/bootstrap/cake2-fill.js +0 -1
  1407. package/icons/bootstrap/cake2.js +0 -1
  1408. package/icons/bootstrap/calculator-fill.js +0 -1
  1409. package/icons/bootstrap/calculator.js +0 -1
  1410. package/icons/bootstrap/calendar-check-fill.js +0 -1
  1411. package/icons/bootstrap/calendar-check.js +0 -1
  1412. package/icons/bootstrap/calendar-date-fill.js +0 -1
  1413. package/icons/bootstrap/calendar-date.js +0 -1
  1414. package/icons/bootstrap/calendar-day-fill.js +0 -1
  1415. package/icons/bootstrap/calendar-day.js +0 -1
  1416. package/icons/bootstrap/calendar-event-fill.js +0 -1
  1417. package/icons/bootstrap/calendar-event.js +0 -1
  1418. package/icons/bootstrap/calendar-fill.js +0 -1
  1419. package/icons/bootstrap/calendar-heart-fill.js +0 -1
  1420. package/icons/bootstrap/calendar-heart.js +0 -1
  1421. package/icons/bootstrap/calendar-minus-fill.js +0 -1
  1422. package/icons/bootstrap/calendar-minus.js +0 -1
  1423. package/icons/bootstrap/calendar-month-fill.js +0 -1
  1424. package/icons/bootstrap/calendar-month.js +0 -1
  1425. package/icons/bootstrap/calendar-plus-fill.js +0 -1
  1426. package/icons/bootstrap/calendar-plus.js +0 -1
  1427. package/icons/bootstrap/calendar-range-fill.js +0 -1
  1428. package/icons/bootstrap/calendar-range.js +0 -1
  1429. package/icons/bootstrap/calendar-week-fill.js +0 -1
  1430. package/icons/bootstrap/calendar-week.js +0 -1
  1431. package/icons/bootstrap/calendar-x-fill.js +0 -1
  1432. package/icons/bootstrap/calendar-x.js +0 -1
  1433. package/icons/bootstrap/calendar.js +0 -1
  1434. package/icons/bootstrap/calendar2-check-fill.js +0 -1
  1435. package/icons/bootstrap/calendar2-check.js +0 -1
  1436. package/icons/bootstrap/calendar2-date-fill.js +0 -1
  1437. package/icons/bootstrap/calendar2-date.js +0 -1
  1438. package/icons/bootstrap/calendar2-day-fill.js +0 -1
  1439. package/icons/bootstrap/calendar2-day.js +0 -1
  1440. package/icons/bootstrap/calendar2-event-fill.js +0 -1
  1441. package/icons/bootstrap/calendar2-event.js +0 -1
  1442. package/icons/bootstrap/calendar2-fill.js +0 -1
  1443. package/icons/bootstrap/calendar2-heart-fill.js +0 -1
  1444. package/icons/bootstrap/calendar2-heart.js +0 -1
  1445. package/icons/bootstrap/calendar2-minus-fill.js +0 -1
  1446. package/icons/bootstrap/calendar2-minus.js +0 -1
  1447. package/icons/bootstrap/calendar2-month-fill.js +0 -1
  1448. package/icons/bootstrap/calendar2-month.js +0 -1
  1449. package/icons/bootstrap/calendar2-plus-fill.js +0 -1
  1450. package/icons/bootstrap/calendar2-plus.js +0 -1
  1451. package/icons/bootstrap/calendar2-range-fill.js +0 -1
  1452. package/icons/bootstrap/calendar2-range.js +0 -1
  1453. package/icons/bootstrap/calendar2-week-fill.js +0 -1
  1454. package/icons/bootstrap/calendar2-week.js +0 -1
  1455. package/icons/bootstrap/calendar2-x-fill.js +0 -1
  1456. package/icons/bootstrap/calendar2-x.js +0 -1
  1457. package/icons/bootstrap/calendar2.js +0 -1
  1458. package/icons/bootstrap/calendar3-event-fill.js +0 -1
  1459. package/icons/bootstrap/calendar3-event.js +0 -1
  1460. package/icons/bootstrap/calendar3-fill.js +0 -1
  1461. package/icons/bootstrap/calendar3-range-fill.js +0 -1
  1462. package/icons/bootstrap/calendar3-range.js +0 -1
  1463. package/icons/bootstrap/calendar3-week-fill.js +0 -1
  1464. package/icons/bootstrap/calendar3-week.js +0 -1
  1465. package/icons/bootstrap/calendar3.js +0 -1
  1466. package/icons/bootstrap/calendar4-event.js +0 -1
  1467. package/icons/bootstrap/calendar4-range.js +0 -1
  1468. package/icons/bootstrap/calendar4-week.js +0 -1
  1469. package/icons/bootstrap/calendar4.js +0 -1
  1470. package/icons/bootstrap/camera-fill.js +0 -1
  1471. package/icons/bootstrap/camera-reels-fill.js +0 -1
  1472. package/icons/bootstrap/camera-reels.js +0 -1
  1473. package/icons/bootstrap/camera-video-fill.js +0 -1
  1474. package/icons/bootstrap/camera-video-off-fill.js +0 -1
  1475. package/icons/bootstrap/camera-video-off.js +0 -1
  1476. package/icons/bootstrap/camera-video.js +0 -1
  1477. package/icons/bootstrap/camera.js +0 -1
  1478. package/icons/bootstrap/camera2.js +0 -1
  1479. package/icons/bootstrap/capslock-fill.js +0 -1
  1480. package/icons/bootstrap/capslock.js +0 -1
  1481. package/icons/bootstrap/capsule-pill.js +0 -1
  1482. package/icons/bootstrap/capsule.js +0 -1
  1483. package/icons/bootstrap/car-front-fill.js +0 -1
  1484. package/icons/bootstrap/car-front.js +0 -1
  1485. package/icons/bootstrap/card-checklist.js +0 -1
  1486. package/icons/bootstrap/card-heading.js +0 -1
  1487. package/icons/bootstrap/card-image.js +0 -1
  1488. package/icons/bootstrap/card-list.js +0 -1
  1489. package/icons/bootstrap/card-text.js +0 -1
  1490. package/icons/bootstrap/caret-down-fill.js +0 -1
  1491. package/icons/bootstrap/caret-down-square-fill.js +0 -1
  1492. package/icons/bootstrap/caret-down-square.js +0 -1
  1493. package/icons/bootstrap/caret-down.js +0 -1
  1494. package/icons/bootstrap/caret-left-fill.js +0 -1
  1495. package/icons/bootstrap/caret-left-square-fill.js +0 -1
  1496. package/icons/bootstrap/caret-left-square.js +0 -1
  1497. package/icons/bootstrap/caret-left.js +0 -1
  1498. package/icons/bootstrap/caret-right-fill.js +0 -1
  1499. package/icons/bootstrap/caret-right-square-fill.js +0 -1
  1500. package/icons/bootstrap/caret-right-square.js +0 -1
  1501. package/icons/bootstrap/caret-right.js +0 -1
  1502. package/icons/bootstrap/caret-up-fill.js +0 -1
  1503. package/icons/bootstrap/caret-up-square-fill.js +0 -1
  1504. package/icons/bootstrap/caret-up-square.js +0 -1
  1505. package/icons/bootstrap/caret-up.js +0 -1
  1506. package/icons/bootstrap/cart-check-fill.js +0 -1
  1507. package/icons/bootstrap/cart-check.js +0 -1
  1508. package/icons/bootstrap/cart-dash-fill.js +0 -1
  1509. package/icons/bootstrap/cart-dash.js +0 -1
  1510. package/icons/bootstrap/cart-fill.js +0 -1
  1511. package/icons/bootstrap/cart-plus-fill.js +0 -1
  1512. package/icons/bootstrap/cart-plus.js +0 -1
  1513. package/icons/bootstrap/cart-x-fill.js +0 -1
  1514. package/icons/bootstrap/cart-x.js +0 -1
  1515. package/icons/bootstrap/cart.js +0 -1
  1516. package/icons/bootstrap/cart2.js +0 -1
  1517. package/icons/bootstrap/cart3.js +0 -1
  1518. package/icons/bootstrap/cart4.js +0 -1
  1519. package/icons/bootstrap/cash-coin.js +0 -1
  1520. package/icons/bootstrap/cash-stack.js +0 -1
  1521. package/icons/bootstrap/cash.js +0 -1
  1522. package/icons/bootstrap/cassette-fill.js +0 -1
  1523. package/icons/bootstrap/cassette.js +0 -1
  1524. package/icons/bootstrap/cast.js +0 -1
  1525. package/icons/bootstrap/cc-circle-fill.js +0 -1
  1526. package/icons/bootstrap/cc-circle.js +0 -1
  1527. package/icons/bootstrap/cc-square-fill.js +0 -1
  1528. package/icons/bootstrap/cc-square.js +0 -1
  1529. package/icons/bootstrap/chat-dots-fill.js +0 -1
  1530. package/icons/bootstrap/chat-dots.js +0 -1
  1531. package/icons/bootstrap/chat-fill.js +0 -1
  1532. package/icons/bootstrap/chat-heart-fill.js +0 -1
  1533. package/icons/bootstrap/chat-heart.js +0 -1
  1534. package/icons/bootstrap/chat-left-dots-fill.js +0 -1
  1535. package/icons/bootstrap/chat-left-dots.js +0 -1
  1536. package/icons/bootstrap/chat-left-fill.js +0 -1
  1537. package/icons/bootstrap/chat-left-heart-fill.js +0 -1
  1538. package/icons/bootstrap/chat-left-heart.js +0 -1
  1539. package/icons/bootstrap/chat-left-quote-fill.js +0 -1
  1540. package/icons/bootstrap/chat-left-quote.js +0 -1
  1541. package/icons/bootstrap/chat-left-text-fill.js +0 -1
  1542. package/icons/bootstrap/chat-left-text.js +0 -1
  1543. package/icons/bootstrap/chat-left.js +0 -1
  1544. package/icons/bootstrap/chat-quote-fill.js +0 -1
  1545. package/icons/bootstrap/chat-quote.js +0 -1
  1546. package/icons/bootstrap/chat-right-dots-fill.js +0 -1
  1547. package/icons/bootstrap/chat-right-dots.js +0 -1
  1548. package/icons/bootstrap/chat-right-fill.js +0 -1
  1549. package/icons/bootstrap/chat-right-heart-fill.js +0 -1
  1550. package/icons/bootstrap/chat-right-heart.js +0 -1
  1551. package/icons/bootstrap/chat-right-quote-fill.js +0 -1
  1552. package/icons/bootstrap/chat-right-quote.js +0 -1
  1553. package/icons/bootstrap/chat-right-text-fill.js +0 -1
  1554. package/icons/bootstrap/chat-right-text.js +0 -1
  1555. package/icons/bootstrap/chat-right.js +0 -1
  1556. package/icons/bootstrap/chat-square-dots-fill.js +0 -1
  1557. package/icons/bootstrap/chat-square-dots.js +0 -1
  1558. package/icons/bootstrap/chat-square-fill.js +0 -1
  1559. package/icons/bootstrap/chat-square-heart-fill.js +0 -1
  1560. package/icons/bootstrap/chat-square-heart.js +0 -1
  1561. package/icons/bootstrap/chat-square-quote-fill.js +0 -1
  1562. package/icons/bootstrap/chat-square-quote.js +0 -1
  1563. package/icons/bootstrap/chat-square-text-fill.js +0 -1
  1564. package/icons/bootstrap/chat-square-text.js +0 -1
  1565. package/icons/bootstrap/chat-square.js +0 -1
  1566. package/icons/bootstrap/chat-text-fill.js +0 -1
  1567. package/icons/bootstrap/chat-text.js +0 -1
  1568. package/icons/bootstrap/chat.js +0 -1
  1569. package/icons/bootstrap/check-all.js +0 -1
  1570. package/icons/bootstrap/check-circle-fill.js +0 -1
  1571. package/icons/bootstrap/check-circle.js +0 -1
  1572. package/icons/bootstrap/check-lg.js +0 -1
  1573. package/icons/bootstrap/check-square-fill.js +0 -1
  1574. package/icons/bootstrap/check-square.js +0 -1
  1575. package/icons/bootstrap/check.js +0 -1
  1576. package/icons/bootstrap/check2-all.js +0 -1
  1577. package/icons/bootstrap/check2-circle.js +0 -1
  1578. package/icons/bootstrap/check2-square.js +0 -1
  1579. package/icons/bootstrap/check2.js +0 -1
  1580. package/icons/bootstrap/chevron-bar-contract.js +0 -1
  1581. package/icons/bootstrap/chevron-bar-down.js +0 -1
  1582. package/icons/bootstrap/chevron-bar-expand.js +0 -1
  1583. package/icons/bootstrap/chevron-bar-left.js +0 -1
  1584. package/icons/bootstrap/chevron-bar-right.js +0 -1
  1585. package/icons/bootstrap/chevron-bar-up.js +0 -1
  1586. package/icons/bootstrap/chevron-compact-down.js +0 -1
  1587. package/icons/bootstrap/chevron-compact-left.js +0 -1
  1588. package/icons/bootstrap/chevron-compact-right.js +0 -1
  1589. package/icons/bootstrap/chevron-compact-up.js +0 -1
  1590. package/icons/bootstrap/chevron-contract.js +0 -1
  1591. package/icons/bootstrap/chevron-double-down.js +0 -1
  1592. package/icons/bootstrap/chevron-double-left.js +0 -1
  1593. package/icons/bootstrap/chevron-double-right.js +0 -1
  1594. package/icons/bootstrap/chevron-double-up.js +0 -1
  1595. package/icons/bootstrap/chevron-down.js +0 -1
  1596. package/icons/bootstrap/chevron-expand.js +0 -1
  1597. package/icons/bootstrap/chevron-left.js +0 -1
  1598. package/icons/bootstrap/chevron-right.js +0 -1
  1599. package/icons/bootstrap/chevron-up.js +0 -1
  1600. package/icons/bootstrap/circle-fill.js +0 -1
  1601. package/icons/bootstrap/circle-half.js +0 -1
  1602. package/icons/bootstrap/circle-square.js +0 -1
  1603. package/icons/bootstrap/circle.js +0 -1
  1604. package/icons/bootstrap/clipboard-check-fill.js +0 -1
  1605. package/icons/bootstrap/clipboard-check.js +0 -1
  1606. package/icons/bootstrap/clipboard-data-fill.js +0 -1
  1607. package/icons/bootstrap/clipboard-data.js +0 -1
  1608. package/icons/bootstrap/clipboard-fill.js +0 -1
  1609. package/icons/bootstrap/clipboard-heart-fill.js +0 -1
  1610. package/icons/bootstrap/clipboard-heart.js +0 -1
  1611. package/icons/bootstrap/clipboard-minus-fill.js +0 -1
  1612. package/icons/bootstrap/clipboard-minus.js +0 -1
  1613. package/icons/bootstrap/clipboard-plus-fill.js +0 -1
  1614. package/icons/bootstrap/clipboard-plus.js +0 -1
  1615. package/icons/bootstrap/clipboard-pulse.js +0 -1
  1616. package/icons/bootstrap/clipboard-x-fill.js +0 -1
  1617. package/icons/bootstrap/clipboard-x.js +0 -1
  1618. package/icons/bootstrap/clipboard.js +0 -1
  1619. package/icons/bootstrap/clipboard2-check-fill.js +0 -1
  1620. package/icons/bootstrap/clipboard2-check.js +0 -1
  1621. package/icons/bootstrap/clipboard2-data-fill.js +0 -1
  1622. package/icons/bootstrap/clipboard2-data.js +0 -1
  1623. package/icons/bootstrap/clipboard2-fill.js +0 -1
  1624. package/icons/bootstrap/clipboard2-heart-fill.js +0 -1
  1625. package/icons/bootstrap/clipboard2-heart.js +0 -1
  1626. package/icons/bootstrap/clipboard2-minus-fill.js +0 -1
  1627. package/icons/bootstrap/clipboard2-minus.js +0 -1
  1628. package/icons/bootstrap/clipboard2-plus-fill.js +0 -1
  1629. package/icons/bootstrap/clipboard2-plus.js +0 -1
  1630. package/icons/bootstrap/clipboard2-pulse-fill.js +0 -1
  1631. package/icons/bootstrap/clipboard2-pulse.js +0 -1
  1632. package/icons/bootstrap/clipboard2-x-fill.js +0 -1
  1633. package/icons/bootstrap/clipboard2-x.js +0 -1
  1634. package/icons/bootstrap/clipboard2.js +0 -1
  1635. package/icons/bootstrap/clock-fill.js +0 -1
  1636. package/icons/bootstrap/clock-history.js +0 -1
  1637. package/icons/bootstrap/clock.js +0 -1
  1638. package/icons/bootstrap/cloud-arrow-down-fill.js +0 -1
  1639. package/icons/bootstrap/cloud-arrow-down.js +0 -1
  1640. package/icons/bootstrap/cloud-arrow-up-fill.js +0 -1
  1641. package/icons/bootstrap/cloud-arrow-up.js +0 -1
  1642. package/icons/bootstrap/cloud-check-fill.js +0 -1
  1643. package/icons/bootstrap/cloud-check.js +0 -1
  1644. package/icons/bootstrap/cloud-download-fill.js +0 -1
  1645. package/icons/bootstrap/cloud-download.js +0 -1
  1646. package/icons/bootstrap/cloud-drizzle-fill.js +0 -1
  1647. package/icons/bootstrap/cloud-drizzle.js +0 -1
  1648. package/icons/bootstrap/cloud-fill.js +0 -1
  1649. package/icons/bootstrap/cloud-fog-fill.js +0 -1
  1650. package/icons/bootstrap/cloud-fog.js +0 -1
  1651. package/icons/bootstrap/cloud-fog2-fill.js +0 -1
  1652. package/icons/bootstrap/cloud-fog2.js +0 -1
  1653. package/icons/bootstrap/cloud-hail-fill.js +0 -1
  1654. package/icons/bootstrap/cloud-hail.js +0 -1
  1655. package/icons/bootstrap/cloud-haze-fill.js +0 -1
  1656. package/icons/bootstrap/cloud-haze.js +0 -1
  1657. package/icons/bootstrap/cloud-haze2-fill.js +0 -1
  1658. package/icons/bootstrap/cloud-haze2.js +0 -1
  1659. package/icons/bootstrap/cloud-lightning-fill.js +0 -1
  1660. package/icons/bootstrap/cloud-lightning-rain-fill.js +0 -1
  1661. package/icons/bootstrap/cloud-lightning-rain.js +0 -1
  1662. package/icons/bootstrap/cloud-lightning.js +0 -1
  1663. package/icons/bootstrap/cloud-minus-fill.js +0 -1
  1664. package/icons/bootstrap/cloud-minus.js +0 -1
  1665. package/icons/bootstrap/cloud-moon-fill.js +0 -1
  1666. package/icons/bootstrap/cloud-moon.js +0 -1
  1667. package/icons/bootstrap/cloud-plus-fill.js +0 -1
  1668. package/icons/bootstrap/cloud-plus.js +0 -1
  1669. package/icons/bootstrap/cloud-rain-fill.js +0 -1
  1670. package/icons/bootstrap/cloud-rain-heavy-fill.js +0 -1
  1671. package/icons/bootstrap/cloud-rain-heavy.js +0 -1
  1672. package/icons/bootstrap/cloud-rain.js +0 -1
  1673. package/icons/bootstrap/cloud-slash-fill.js +0 -1
  1674. package/icons/bootstrap/cloud-slash.js +0 -1
  1675. package/icons/bootstrap/cloud-sleet-fill.js +0 -1
  1676. package/icons/bootstrap/cloud-sleet.js +0 -1
  1677. package/icons/bootstrap/cloud-snow-fill.js +0 -1
  1678. package/icons/bootstrap/cloud-snow.js +0 -1
  1679. package/icons/bootstrap/cloud-sun-fill.js +0 -1
  1680. package/icons/bootstrap/cloud-sun.js +0 -1
  1681. package/icons/bootstrap/cloud-upload-fill.js +0 -1
  1682. package/icons/bootstrap/cloud-upload.js +0 -1
  1683. package/icons/bootstrap/cloud.js +0 -1
  1684. package/icons/bootstrap/clouds-fill.js +0 -1
  1685. package/icons/bootstrap/clouds.js +0 -1
  1686. package/icons/bootstrap/cloudy-fill.js +0 -1
  1687. package/icons/bootstrap/cloudy.js +0 -1
  1688. package/icons/bootstrap/code-slash.js +0 -1
  1689. package/icons/bootstrap/code-square.js +0 -1
  1690. package/icons/bootstrap/code.js +0 -1
  1691. package/icons/bootstrap/coin.js +0 -1
  1692. package/icons/bootstrap/collection-fill.js +0 -1
  1693. package/icons/bootstrap/collection-play-fill.js +0 -1
  1694. package/icons/bootstrap/collection-play.js +0 -1
  1695. package/icons/bootstrap/collection.js +0 -1
  1696. package/icons/bootstrap/columns-gap.js +0 -1
  1697. package/icons/bootstrap/columns.js +0 -1
  1698. package/icons/bootstrap/command.js +0 -1
  1699. package/icons/bootstrap/compass-fill.js +0 -1
  1700. package/icons/bootstrap/compass.js +0 -1
  1701. package/icons/bootstrap/cone-striped.js +0 -1
  1702. package/icons/bootstrap/cone.js +0 -1
  1703. package/icons/bootstrap/controller.js +0 -1
  1704. package/icons/bootstrap/cookie.js +0 -1
  1705. package/icons/bootstrap/copy.js +0 -1
  1706. package/icons/bootstrap/cpu-fill.js +0 -1
  1707. package/icons/bootstrap/cpu.js +0 -1
  1708. package/icons/bootstrap/credit-card-2-back-fill.js +0 -1
  1709. package/icons/bootstrap/credit-card-2-back.js +0 -1
  1710. package/icons/bootstrap/credit-card-2-front-fill.js +0 -1
  1711. package/icons/bootstrap/credit-card-2-front.js +0 -1
  1712. package/icons/bootstrap/credit-card-fill.js +0 -1
  1713. package/icons/bootstrap/credit-card.js +0 -1
  1714. package/icons/bootstrap/crop.js +0 -1
  1715. package/icons/bootstrap/crosshair.js +0 -1
  1716. package/icons/bootstrap/crosshair2.js +0 -1
  1717. package/icons/bootstrap/cup-fill.js +0 -1
  1718. package/icons/bootstrap/cup-hot-fill.js +0 -1
  1719. package/icons/bootstrap/cup-hot.js +0 -1
  1720. package/icons/bootstrap/cup-straw.js +0 -1
  1721. package/icons/bootstrap/cup.js +0 -1
  1722. package/icons/bootstrap/currency-bitcoin.js +0 -1
  1723. package/icons/bootstrap/currency-dollar.js +0 -1
  1724. package/icons/bootstrap/currency-euro.js +0 -1
  1725. package/icons/bootstrap/currency-exchange.js +0 -1
  1726. package/icons/bootstrap/currency-pound.js +0 -1
  1727. package/icons/bootstrap/currency-rupee.js +0 -1
  1728. package/icons/bootstrap/currency-yen.js +0 -1
  1729. package/icons/bootstrap/cursor-fill.js +0 -1
  1730. package/icons/bootstrap/cursor-text.js +0 -1
  1731. package/icons/bootstrap/cursor.js +0 -1
  1732. package/icons/bootstrap/dash-circle-dotted.js +0 -1
  1733. package/icons/bootstrap/dash-circle-fill.js +0 -1
  1734. package/icons/bootstrap/dash-circle.js +0 -1
  1735. package/icons/bootstrap/dash-lg.js +0 -1
  1736. package/icons/bootstrap/dash-square-dotted.js +0 -1
  1737. package/icons/bootstrap/dash-square-fill.js +0 -1
  1738. package/icons/bootstrap/dash-square.js +0 -1
  1739. package/icons/bootstrap/dash.js +0 -1
  1740. package/icons/bootstrap/database-add.js +0 -1
  1741. package/icons/bootstrap/database-check.js +0 -1
  1742. package/icons/bootstrap/database-dash.js +0 -1
  1743. package/icons/bootstrap/database-down.js +0 -1
  1744. package/icons/bootstrap/database-exclamation.js +0 -1
  1745. package/icons/bootstrap/database-fill-add.js +0 -1
  1746. package/icons/bootstrap/database-fill-check.js +0 -1
  1747. package/icons/bootstrap/database-fill-dash.js +0 -1
  1748. package/icons/bootstrap/database-fill-down.js +0 -1
  1749. package/icons/bootstrap/database-fill-exclamation.js +0 -1
  1750. package/icons/bootstrap/database-fill-gear.js +0 -1
  1751. package/icons/bootstrap/database-fill-lock.js +0 -1
  1752. package/icons/bootstrap/database-fill-slash.js +0 -1
  1753. package/icons/bootstrap/database-fill-up.js +0 -1
  1754. package/icons/bootstrap/database-fill-x.js +0 -1
  1755. package/icons/bootstrap/database-fill.js +0 -1
  1756. package/icons/bootstrap/database-gear.js +0 -1
  1757. package/icons/bootstrap/database-lock.js +0 -1
  1758. package/icons/bootstrap/database-slash.js +0 -1
  1759. package/icons/bootstrap/database-up.js +0 -1
  1760. package/icons/bootstrap/database-x.js +0 -1
  1761. package/icons/bootstrap/database.js +0 -1
  1762. package/icons/bootstrap/device-hdd-fill.js +0 -1
  1763. package/icons/bootstrap/device-hdd.js +0 -1
  1764. package/icons/bootstrap/device-ssd-fill.js +0 -1
  1765. package/icons/bootstrap/device-ssd.js +0 -1
  1766. package/icons/bootstrap/diagram-2-fill.js +0 -1
  1767. package/icons/bootstrap/diagram-2.js +0 -1
  1768. package/icons/bootstrap/diagram-3-fill.js +0 -1
  1769. package/icons/bootstrap/diagram-3.js +0 -1
  1770. package/icons/bootstrap/diamond-fill.js +0 -1
  1771. package/icons/bootstrap/diamond-half.js +0 -1
  1772. package/icons/bootstrap/diamond.js +0 -1
  1773. package/icons/bootstrap/dice-1-fill.js +0 -1
  1774. package/icons/bootstrap/dice-1.js +0 -1
  1775. package/icons/bootstrap/dice-2-fill.js +0 -1
  1776. package/icons/bootstrap/dice-2.js +0 -1
  1777. package/icons/bootstrap/dice-3-fill.js +0 -1
  1778. package/icons/bootstrap/dice-3.js +0 -1
  1779. package/icons/bootstrap/dice-4-fill.js +0 -1
  1780. package/icons/bootstrap/dice-4.js +0 -1
  1781. package/icons/bootstrap/dice-5-fill.js +0 -1
  1782. package/icons/bootstrap/dice-5.js +0 -1
  1783. package/icons/bootstrap/dice-6-fill.js +0 -1
  1784. package/icons/bootstrap/dice-6.js +0 -1
  1785. package/icons/bootstrap/disc-fill.js +0 -1
  1786. package/icons/bootstrap/disc.js +0 -1
  1787. package/icons/bootstrap/discord.js +0 -1
  1788. package/icons/bootstrap/display-fill.js +0 -1
  1789. package/icons/bootstrap/display.js +0 -1
  1790. package/icons/bootstrap/displayport-fill.js +0 -1
  1791. package/icons/bootstrap/displayport.js +0 -1
  1792. package/icons/bootstrap/distribute-horizontal.js +0 -1
  1793. package/icons/bootstrap/distribute-vertical.js +0 -1
  1794. package/icons/bootstrap/door-closed-fill.js +0 -1
  1795. package/icons/bootstrap/door-closed.js +0 -1
  1796. package/icons/bootstrap/door-open-fill.js +0 -1
  1797. package/icons/bootstrap/door-open.js +0 -1
  1798. package/icons/bootstrap/dot.js +0 -1
  1799. package/icons/bootstrap/download.js +0 -1
  1800. package/icons/bootstrap/dpad-fill.js +0 -1
  1801. package/icons/bootstrap/dpad.js +0 -1
  1802. package/icons/bootstrap/dribbble.js +0 -1
  1803. package/icons/bootstrap/dropbox.js +0 -1
  1804. package/icons/bootstrap/droplet-fill.js +0 -1
  1805. package/icons/bootstrap/droplet-half.js +0 -1
  1806. package/icons/bootstrap/droplet.js +0 -1
  1807. package/icons/bootstrap/duffle-fill.js +0 -1
  1808. package/icons/bootstrap/duffle.js +0 -1
  1809. package/icons/bootstrap/ear-fill.js +0 -1
  1810. package/icons/bootstrap/ear.js +0 -1
  1811. package/icons/bootstrap/earbuds.js +0 -1
  1812. package/icons/bootstrap/easel-fill.js +0 -1
  1813. package/icons/bootstrap/easel.js +0 -1
  1814. package/icons/bootstrap/easel2-fill.js +0 -1
  1815. package/icons/bootstrap/easel2.js +0 -1
  1816. package/icons/bootstrap/easel3-fill.js +0 -1
  1817. package/icons/bootstrap/easel3.js +0 -1
  1818. package/icons/bootstrap/egg-fill.js +0 -1
  1819. package/icons/bootstrap/egg-fried.js +0 -1
  1820. package/icons/bootstrap/egg.js +0 -1
  1821. package/icons/bootstrap/eject-fill.js +0 -1
  1822. package/icons/bootstrap/eject.js +0 -1
  1823. package/icons/bootstrap/emoji-angry-fill.js +0 -1
  1824. package/icons/bootstrap/emoji-angry.js +0 -1
  1825. package/icons/bootstrap/emoji-astonished-fill.js +0 -1
  1826. package/icons/bootstrap/emoji-astonished.js +0 -1
  1827. package/icons/bootstrap/emoji-dizzy-fill.js +0 -1
  1828. package/icons/bootstrap/emoji-dizzy.js +0 -1
  1829. package/icons/bootstrap/emoji-expressionless-fill.js +0 -1
  1830. package/icons/bootstrap/emoji-expressionless.js +0 -1
  1831. package/icons/bootstrap/emoji-frown-fill.js +0 -1
  1832. package/icons/bootstrap/emoji-frown.js +0 -1
  1833. package/icons/bootstrap/emoji-grimace-fill.js +0 -1
  1834. package/icons/bootstrap/emoji-grimace.js +0 -1
  1835. package/icons/bootstrap/emoji-grin-fill.js +0 -1
  1836. package/icons/bootstrap/emoji-grin.js +0 -1
  1837. package/icons/bootstrap/emoji-heart-eyes-fill.js +0 -1
  1838. package/icons/bootstrap/emoji-heart-eyes.js +0 -1
  1839. package/icons/bootstrap/emoji-kiss-fill.js +0 -1
  1840. package/icons/bootstrap/emoji-kiss.js +0 -1
  1841. package/icons/bootstrap/emoji-laughing-fill.js +0 -1
  1842. package/icons/bootstrap/emoji-laughing.js +0 -1
  1843. package/icons/bootstrap/emoji-neutral-fill.js +0 -1
  1844. package/icons/bootstrap/emoji-neutral.js +0 -1
  1845. package/icons/bootstrap/emoji-smile-fill.js +0 -1
  1846. package/icons/bootstrap/emoji-smile-upside-down-fill.js +0 -1
  1847. package/icons/bootstrap/emoji-smile-upside-down.js +0 -1
  1848. package/icons/bootstrap/emoji-smile.js +0 -1
  1849. package/icons/bootstrap/emoji-sunglasses-fill.js +0 -1
  1850. package/icons/bootstrap/emoji-sunglasses.js +0 -1
  1851. package/icons/bootstrap/emoji-surprise-fill.js +0 -1
  1852. package/icons/bootstrap/emoji-surprise.js +0 -1
  1853. package/icons/bootstrap/emoji-tear-fill.js +0 -1
  1854. package/icons/bootstrap/emoji-tear.js +0 -1
  1855. package/icons/bootstrap/emoji-wink-fill.js +0 -1
  1856. package/icons/bootstrap/emoji-wink.js +0 -1
  1857. package/icons/bootstrap/envelope-arrow-down-fill.js +0 -1
  1858. package/icons/bootstrap/envelope-arrow-down.js +0 -1
  1859. package/icons/bootstrap/envelope-arrow-up-fill.js +0 -1
  1860. package/icons/bootstrap/envelope-arrow-up.js +0 -1
  1861. package/icons/bootstrap/envelope-at-fill.js +0 -1
  1862. package/icons/bootstrap/envelope-at.js +0 -1
  1863. package/icons/bootstrap/envelope-check-fill.js +0 -1
  1864. package/icons/bootstrap/envelope-check.js +0 -1
  1865. package/icons/bootstrap/envelope-dash-fill.js +0 -1
  1866. package/icons/bootstrap/envelope-dash.js +0 -1
  1867. package/icons/bootstrap/envelope-exclamation-fill.js +0 -1
  1868. package/icons/bootstrap/envelope-exclamation.js +0 -1
  1869. package/icons/bootstrap/envelope-fill.js +0 -1
  1870. package/icons/bootstrap/envelope-heart-fill.js +0 -1
  1871. package/icons/bootstrap/envelope-heart.js +0 -1
  1872. package/icons/bootstrap/envelope-open-fill.js +0 -1
  1873. package/icons/bootstrap/envelope-open-heart-fill.js +0 -1
  1874. package/icons/bootstrap/envelope-open-heart.js +0 -1
  1875. package/icons/bootstrap/envelope-open.js +0 -1
  1876. package/icons/bootstrap/envelope-paper-fill.js +0 -1
  1877. package/icons/bootstrap/envelope-paper-heart-fill.js +0 -1
  1878. package/icons/bootstrap/envelope-paper-heart.js +0 -1
  1879. package/icons/bootstrap/envelope-paper.js +0 -1
  1880. package/icons/bootstrap/envelope-plus-fill.js +0 -1
  1881. package/icons/bootstrap/envelope-plus.js +0 -1
  1882. package/icons/bootstrap/envelope-slash-fill.js +0 -1
  1883. package/icons/bootstrap/envelope-slash.js +0 -1
  1884. package/icons/bootstrap/envelope-x-fill.js +0 -1
  1885. package/icons/bootstrap/envelope-x.js +0 -1
  1886. package/icons/bootstrap/envelope.js +0 -1
  1887. package/icons/bootstrap/eraser-fill.js +0 -1
  1888. package/icons/bootstrap/eraser.js +0 -1
  1889. package/icons/bootstrap/escape.js +0 -1
  1890. package/icons/bootstrap/ethernet.js +0 -1
  1891. package/icons/bootstrap/ev-front-fill.js +0 -1
  1892. package/icons/bootstrap/ev-front.js +0 -1
  1893. package/icons/bootstrap/ev-station-fill.js +0 -1
  1894. package/icons/bootstrap/ev-station.js +0 -1
  1895. package/icons/bootstrap/exclamation-circle-fill.js +0 -1
  1896. package/icons/bootstrap/exclamation-circle.js +0 -1
  1897. package/icons/bootstrap/exclamation-diamond-fill.js +0 -1
  1898. package/icons/bootstrap/exclamation-diamond.js +0 -1
  1899. package/icons/bootstrap/exclamation-lg.js +0 -1
  1900. package/icons/bootstrap/exclamation-octagon-fill.js +0 -1
  1901. package/icons/bootstrap/exclamation-octagon.js +0 -1
  1902. package/icons/bootstrap/exclamation-square-fill.js +0 -1
  1903. package/icons/bootstrap/exclamation-square.js +0 -1
  1904. package/icons/bootstrap/exclamation-triangle-fill.js +0 -1
  1905. package/icons/bootstrap/exclamation-triangle.js +0 -1
  1906. package/icons/bootstrap/exclamation.js +0 -1
  1907. package/icons/bootstrap/exclude.js +0 -1
  1908. package/icons/bootstrap/explicit-fill.js +0 -1
  1909. package/icons/bootstrap/explicit.js +0 -1
  1910. package/icons/bootstrap/exposure.js +0 -1
  1911. package/icons/bootstrap/eye-fill.js +0 -1
  1912. package/icons/bootstrap/eye-slash-fill.js +0 -1
  1913. package/icons/bootstrap/eye-slash.js +0 -1
  1914. package/icons/bootstrap/eye.js +0 -1
  1915. package/icons/bootstrap/eyedropper.js +0 -1
  1916. package/icons/bootstrap/eyeglasses.js +0 -1
  1917. package/icons/bootstrap/facebook.js +0 -1
  1918. package/icons/bootstrap/fan.js +0 -1
  1919. package/icons/bootstrap/fast-forward-btn-fill.js +0 -1
  1920. package/icons/bootstrap/fast-forward-btn.js +0 -1
  1921. package/icons/bootstrap/fast-forward-circle-fill.js +0 -1
  1922. package/icons/bootstrap/fast-forward-circle.js +0 -1
  1923. package/icons/bootstrap/fast-forward-fill.js +0 -1
  1924. package/icons/bootstrap/fast-forward.js +0 -1
  1925. package/icons/bootstrap/feather.js +0 -1
  1926. package/icons/bootstrap/feather2.js +0 -1
  1927. package/icons/bootstrap/file-arrow-down-fill.js +0 -1
  1928. package/icons/bootstrap/file-arrow-down.js +0 -1
  1929. package/icons/bootstrap/file-arrow-up-fill.js +0 -1
  1930. package/icons/bootstrap/file-arrow-up.js +0 -1
  1931. package/icons/bootstrap/file-bar-graph-fill.js +0 -1
  1932. package/icons/bootstrap/file-bar-graph.js +0 -1
  1933. package/icons/bootstrap/file-binary-fill.js +0 -1
  1934. package/icons/bootstrap/file-binary.js +0 -1
  1935. package/icons/bootstrap/file-break-fill.js +0 -1
  1936. package/icons/bootstrap/file-break.js +0 -1
  1937. package/icons/bootstrap/file-check-fill.js +0 -1
  1938. package/icons/bootstrap/file-check.js +0 -1
  1939. package/icons/bootstrap/file-code-fill.js +0 -1
  1940. package/icons/bootstrap/file-code.js +0 -1
  1941. package/icons/bootstrap/file-diff-fill.js +0 -1
  1942. package/icons/bootstrap/file-diff.js +0 -1
  1943. package/icons/bootstrap/file-earmark-arrow-down-fill.js +0 -1
  1944. package/icons/bootstrap/file-earmark-arrow-down.js +0 -1
  1945. package/icons/bootstrap/file-earmark-arrow-up-fill.js +0 -1
  1946. package/icons/bootstrap/file-earmark-arrow-up.js +0 -1
  1947. package/icons/bootstrap/file-earmark-bar-graph-fill.js +0 -1
  1948. package/icons/bootstrap/file-earmark-bar-graph.js +0 -1
  1949. package/icons/bootstrap/file-earmark-binary-fill.js +0 -1
  1950. package/icons/bootstrap/file-earmark-binary.js +0 -1
  1951. package/icons/bootstrap/file-earmark-break-fill.js +0 -1
  1952. package/icons/bootstrap/file-earmark-break.js +0 -1
  1953. package/icons/bootstrap/file-earmark-check-fill.js +0 -1
  1954. package/icons/bootstrap/file-earmark-check.js +0 -1
  1955. package/icons/bootstrap/file-earmark-code-fill.js +0 -1
  1956. package/icons/bootstrap/file-earmark-code.js +0 -1
  1957. package/icons/bootstrap/file-earmark-diff-fill.js +0 -1
  1958. package/icons/bootstrap/file-earmark-diff.js +0 -1
  1959. package/icons/bootstrap/file-earmark-easel-fill.js +0 -1
  1960. package/icons/bootstrap/file-earmark-easel.js +0 -1
  1961. package/icons/bootstrap/file-earmark-excel-fill.js +0 -1
  1962. package/icons/bootstrap/file-earmark-excel.js +0 -1
  1963. package/icons/bootstrap/file-earmark-fill.js +0 -1
  1964. package/icons/bootstrap/file-earmark-font-fill.js +0 -1
  1965. package/icons/bootstrap/file-earmark-font.js +0 -1
  1966. package/icons/bootstrap/file-earmark-image-fill.js +0 -1
  1967. package/icons/bootstrap/file-earmark-image.js +0 -1
  1968. package/icons/bootstrap/file-earmark-lock-fill.js +0 -1
  1969. package/icons/bootstrap/file-earmark-lock.js +0 -1
  1970. package/icons/bootstrap/file-earmark-lock2-fill.js +0 -1
  1971. package/icons/bootstrap/file-earmark-lock2.js +0 -1
  1972. package/icons/bootstrap/file-earmark-medical-fill.js +0 -1
  1973. package/icons/bootstrap/file-earmark-medical.js +0 -1
  1974. package/icons/bootstrap/file-earmark-minus-fill.js +0 -1
  1975. package/icons/bootstrap/file-earmark-minus.js +0 -1
  1976. package/icons/bootstrap/file-earmark-music-fill.js +0 -1
  1977. package/icons/bootstrap/file-earmark-music.js +0 -1
  1978. package/icons/bootstrap/file-earmark-pdf-fill.js +0 -1
  1979. package/icons/bootstrap/file-earmark-pdf.js +0 -1
  1980. package/icons/bootstrap/file-earmark-person-fill.js +0 -1
  1981. package/icons/bootstrap/file-earmark-person.js +0 -1
  1982. package/icons/bootstrap/file-earmark-play-fill.js +0 -1
  1983. package/icons/bootstrap/file-earmark-play.js +0 -1
  1984. package/icons/bootstrap/file-earmark-plus-fill.js +0 -1
  1985. package/icons/bootstrap/file-earmark-plus.js +0 -1
  1986. package/icons/bootstrap/file-earmark-post-fill.js +0 -1
  1987. package/icons/bootstrap/file-earmark-post.js +0 -1
  1988. package/icons/bootstrap/file-earmark-ppt-fill.js +0 -1
  1989. package/icons/bootstrap/file-earmark-ppt.js +0 -1
  1990. package/icons/bootstrap/file-earmark-richtext-fill.js +0 -1
  1991. package/icons/bootstrap/file-earmark-richtext.js +0 -1
  1992. package/icons/bootstrap/file-earmark-ruled-fill.js +0 -1
  1993. package/icons/bootstrap/file-earmark-ruled.js +0 -1
  1994. package/icons/bootstrap/file-earmark-slides-fill.js +0 -1
  1995. package/icons/bootstrap/file-earmark-slides.js +0 -1
  1996. package/icons/bootstrap/file-earmark-spreadsheet-fill.js +0 -1
  1997. package/icons/bootstrap/file-earmark-spreadsheet.js +0 -1
  1998. package/icons/bootstrap/file-earmark-text-fill.js +0 -1
  1999. package/icons/bootstrap/file-earmark-text.js +0 -1
  2000. package/icons/bootstrap/file-earmark-word-fill.js +0 -1
  2001. package/icons/bootstrap/file-earmark-word.js +0 -1
  2002. package/icons/bootstrap/file-earmark-x-fill.js +0 -1
  2003. package/icons/bootstrap/file-earmark-x.js +0 -1
  2004. package/icons/bootstrap/file-earmark-zip-fill.js +0 -1
  2005. package/icons/bootstrap/file-earmark-zip.js +0 -1
  2006. package/icons/bootstrap/file-earmark.js +0 -1
  2007. package/icons/bootstrap/file-easel-fill.js +0 -1
  2008. package/icons/bootstrap/file-easel.js +0 -1
  2009. package/icons/bootstrap/file-excel-fill.js +0 -1
  2010. package/icons/bootstrap/file-excel.js +0 -1
  2011. package/icons/bootstrap/file-fill.js +0 -1
  2012. package/icons/bootstrap/file-font-fill.js +0 -1
  2013. package/icons/bootstrap/file-font.js +0 -1
  2014. package/icons/bootstrap/file-image-fill.js +0 -1
  2015. package/icons/bootstrap/file-image.js +0 -1
  2016. package/icons/bootstrap/file-lock-fill.js +0 -1
  2017. package/icons/bootstrap/file-lock.js +0 -1
  2018. package/icons/bootstrap/file-lock2-fill.js +0 -1
  2019. package/icons/bootstrap/file-lock2.js +0 -1
  2020. package/icons/bootstrap/file-medical-fill.js +0 -1
  2021. package/icons/bootstrap/file-medical.js +0 -1
  2022. package/icons/bootstrap/file-minus-fill.js +0 -1
  2023. package/icons/bootstrap/file-minus.js +0 -1
  2024. package/icons/bootstrap/file-music-fill.js +0 -1
  2025. package/icons/bootstrap/file-music.js +0 -1
  2026. package/icons/bootstrap/file-pdf-fill.js +0 -1
  2027. package/icons/bootstrap/file-pdf.js +0 -1
  2028. package/icons/bootstrap/file-person-fill.js +0 -1
  2029. package/icons/bootstrap/file-person.js +0 -1
  2030. package/icons/bootstrap/file-play-fill.js +0 -1
  2031. package/icons/bootstrap/file-play.js +0 -1
  2032. package/icons/bootstrap/file-plus-fill.js +0 -1
  2033. package/icons/bootstrap/file-plus.js +0 -1
  2034. package/icons/bootstrap/file-post-fill.js +0 -1
  2035. package/icons/bootstrap/file-post.js +0 -1
  2036. package/icons/bootstrap/file-ppt-fill.js +0 -1
  2037. package/icons/bootstrap/file-ppt.js +0 -1
  2038. package/icons/bootstrap/file-richtext-fill.js +0 -1
  2039. package/icons/bootstrap/file-richtext.js +0 -1
  2040. package/icons/bootstrap/file-ruled-fill.js +0 -1
  2041. package/icons/bootstrap/file-ruled.js +0 -1
  2042. package/icons/bootstrap/file-slides-fill.js +0 -1
  2043. package/icons/bootstrap/file-slides.js +0 -1
  2044. package/icons/bootstrap/file-spreadsheet-fill.js +0 -1
  2045. package/icons/bootstrap/file-spreadsheet.js +0 -1
  2046. package/icons/bootstrap/file-text-fill.js +0 -1
  2047. package/icons/bootstrap/file-text.js +0 -1
  2048. package/icons/bootstrap/file-word-fill.js +0 -1
  2049. package/icons/bootstrap/file-word.js +0 -1
  2050. package/icons/bootstrap/file-x-fill.js +0 -1
  2051. package/icons/bootstrap/file-x.js +0 -1
  2052. package/icons/bootstrap/file-zip-fill.js +0 -1
  2053. package/icons/bootstrap/file-zip.js +0 -1
  2054. package/icons/bootstrap/file.js +0 -1
  2055. package/icons/bootstrap/files-alt.js +0 -1
  2056. package/icons/bootstrap/files.js +0 -1
  2057. package/icons/bootstrap/filetype-aac.js +0 -1
  2058. package/icons/bootstrap/filetype-ai.js +0 -1
  2059. package/icons/bootstrap/filetype-bmp.js +0 -1
  2060. package/icons/bootstrap/filetype-cs.js +0 -1
  2061. package/icons/bootstrap/filetype-css.js +0 -1
  2062. package/icons/bootstrap/filetype-csv.js +0 -1
  2063. package/icons/bootstrap/filetype-doc.js +0 -1
  2064. package/icons/bootstrap/filetype-docx.js +0 -1
  2065. package/icons/bootstrap/filetype-exe.js +0 -1
  2066. package/icons/bootstrap/filetype-gif.js +0 -1
  2067. package/icons/bootstrap/filetype-heic.js +0 -1
  2068. package/icons/bootstrap/filetype-html.js +0 -1
  2069. package/icons/bootstrap/filetype-java.js +0 -1
  2070. package/icons/bootstrap/filetype-jpg.js +0 -1
  2071. package/icons/bootstrap/filetype-js.js +0 -1
  2072. package/icons/bootstrap/filetype-json.js +0 -1
  2073. package/icons/bootstrap/filetype-jsx.js +0 -1
  2074. package/icons/bootstrap/filetype-key.js +0 -1
  2075. package/icons/bootstrap/filetype-m4p.js +0 -1
  2076. package/icons/bootstrap/filetype-md.js +0 -1
  2077. package/icons/bootstrap/filetype-mdx.js +0 -1
  2078. package/icons/bootstrap/filetype-mov.js +0 -1
  2079. package/icons/bootstrap/filetype-mp3.js +0 -1
  2080. package/icons/bootstrap/filetype-mp4.js +0 -1
  2081. package/icons/bootstrap/filetype-otf.js +0 -1
  2082. package/icons/bootstrap/filetype-pdf.js +0 -1
  2083. package/icons/bootstrap/filetype-php.js +0 -1
  2084. package/icons/bootstrap/filetype-png.js +0 -1
  2085. package/icons/bootstrap/filetype-ppt.js +0 -1
  2086. package/icons/bootstrap/filetype-pptx.js +0 -1
  2087. package/icons/bootstrap/filetype-psd.js +0 -1
  2088. package/icons/bootstrap/filetype-py.js +0 -1
  2089. package/icons/bootstrap/filetype-raw.js +0 -1
  2090. package/icons/bootstrap/filetype-rb.js +0 -1
  2091. package/icons/bootstrap/filetype-sass.js +0 -1
  2092. package/icons/bootstrap/filetype-scss.js +0 -1
  2093. package/icons/bootstrap/filetype-sh.js +0 -1
  2094. package/icons/bootstrap/filetype-sql.js +0 -1
  2095. package/icons/bootstrap/filetype-svg.js +0 -1
  2096. package/icons/bootstrap/filetype-tiff.js +0 -1
  2097. package/icons/bootstrap/filetype-tsx.js +0 -1
  2098. package/icons/bootstrap/filetype-ttf.js +0 -1
  2099. package/icons/bootstrap/filetype-txt.js +0 -1
  2100. package/icons/bootstrap/filetype-wav.js +0 -1
  2101. package/icons/bootstrap/filetype-woff.js +0 -1
  2102. package/icons/bootstrap/filetype-xls.js +0 -1
  2103. package/icons/bootstrap/filetype-xlsx.js +0 -1
  2104. package/icons/bootstrap/filetype-xml.js +0 -1
  2105. package/icons/bootstrap/filetype-yml.js +0 -1
  2106. package/icons/bootstrap/film.js +0 -1
  2107. package/icons/bootstrap/filter-circle-fill.js +0 -1
  2108. package/icons/bootstrap/filter-circle.js +0 -1
  2109. package/icons/bootstrap/filter-left.js +0 -1
  2110. package/icons/bootstrap/filter-right.js +0 -1
  2111. package/icons/bootstrap/filter-square-fill.js +0 -1
  2112. package/icons/bootstrap/filter-square.js +0 -1
  2113. package/icons/bootstrap/filter.js +0 -1
  2114. package/icons/bootstrap/fingerprint.js +0 -1
  2115. package/icons/bootstrap/fire.js +0 -1
  2116. package/icons/bootstrap/flag-fill.js +0 -1
  2117. package/icons/bootstrap/flag.js +0 -1
  2118. package/icons/bootstrap/floppy-fill.js +0 -1
  2119. package/icons/bootstrap/floppy.js +0 -1
  2120. package/icons/bootstrap/floppy2-fill.js +0 -1
  2121. package/icons/bootstrap/floppy2.js +0 -1
  2122. package/icons/bootstrap/flower1.js +0 -1
  2123. package/icons/bootstrap/flower2.js +0 -1
  2124. package/icons/bootstrap/flower3.js +0 -1
  2125. package/icons/bootstrap/folder-check.js +0 -1
  2126. package/icons/bootstrap/folder-fill.js +0 -1
  2127. package/icons/bootstrap/folder-minus.js +0 -1
  2128. package/icons/bootstrap/folder-plus.js +0 -1
  2129. package/icons/bootstrap/folder-symlink-fill.js +0 -1
  2130. package/icons/bootstrap/folder-symlink.js +0 -1
  2131. package/icons/bootstrap/folder-x.js +0 -1
  2132. package/icons/bootstrap/folder.js +0 -1
  2133. package/icons/bootstrap/folder2-open.js +0 -1
  2134. package/icons/bootstrap/folder2.js +0 -1
  2135. package/icons/bootstrap/fonts.js +0 -1
  2136. package/icons/bootstrap/forward-fill.js +0 -1
  2137. package/icons/bootstrap/forward.js +0 -1
  2138. package/icons/bootstrap/front.js +0 -1
  2139. package/icons/bootstrap/fuel-pump-diesel-fill.js +0 -1
  2140. package/icons/bootstrap/fuel-pump-diesel.js +0 -1
  2141. package/icons/bootstrap/fuel-pump-fill.js +0 -1
  2142. package/icons/bootstrap/fuel-pump.js +0 -1
  2143. package/icons/bootstrap/fullscreen-exit.js +0 -1
  2144. package/icons/bootstrap/fullscreen.js +0 -1
  2145. package/icons/bootstrap/funnel-fill.js +0 -1
  2146. package/icons/bootstrap/funnel.js +0 -1
  2147. package/icons/bootstrap/gear-fill.js +0 -1
  2148. package/icons/bootstrap/gear-wide-connected.js +0 -1
  2149. package/icons/bootstrap/gear-wide.js +0 -1
  2150. package/icons/bootstrap/gear.js +0 -1
  2151. package/icons/bootstrap/gem.js +0 -1
  2152. package/icons/bootstrap/gender-ambiguous.js +0 -1
  2153. package/icons/bootstrap/gender-female.js +0 -1
  2154. package/icons/bootstrap/gender-male.js +0 -1
  2155. package/icons/bootstrap/gender-neuter.js +0 -1
  2156. package/icons/bootstrap/gender-trans.js +0 -1
  2157. package/icons/bootstrap/geo-alt-fill.js +0 -1
  2158. package/icons/bootstrap/geo-alt.js +0 -1
  2159. package/icons/bootstrap/geo-fill.js +0 -1
  2160. package/icons/bootstrap/geo.js +0 -1
  2161. package/icons/bootstrap/gift-fill.js +0 -1
  2162. package/icons/bootstrap/gift.js +0 -1
  2163. package/icons/bootstrap/git.js +0 -1
  2164. package/icons/bootstrap/github.js +0 -1
  2165. package/icons/bootstrap/gitlab.js +0 -1
  2166. package/icons/bootstrap/globe-americas.js +0 -1
  2167. package/icons/bootstrap/globe-asia-australia.js +0 -1
  2168. package/icons/bootstrap/globe-central-south-asia.js +0 -1
  2169. package/icons/bootstrap/globe-europe-africa.js +0 -1
  2170. package/icons/bootstrap/globe.js +0 -1
  2171. package/icons/bootstrap/globe2.js +0 -1
  2172. package/icons/bootstrap/google-play.js +0 -1
  2173. package/icons/bootstrap/google.js +0 -1
  2174. package/icons/bootstrap/gpu-card.js +0 -1
  2175. package/icons/bootstrap/graph-down-arrow.js +0 -1
  2176. package/icons/bootstrap/graph-down.js +0 -1
  2177. package/icons/bootstrap/graph-up-arrow.js +0 -1
  2178. package/icons/bootstrap/graph-up.js +0 -1
  2179. package/icons/bootstrap/grid-1x2-fill.js +0 -1
  2180. package/icons/bootstrap/grid-1x2.js +0 -1
  2181. package/icons/bootstrap/grid-3x2-gap-fill.js +0 -1
  2182. package/icons/bootstrap/grid-3x2-gap.js +0 -1
  2183. package/icons/bootstrap/grid-3x2.js +0 -1
  2184. package/icons/bootstrap/grid-3x3-gap-fill.js +0 -1
  2185. package/icons/bootstrap/grid-3x3-gap.js +0 -1
  2186. package/icons/bootstrap/grid-3x3.js +0 -1
  2187. package/icons/bootstrap/grid-fill.js +0 -1
  2188. package/icons/bootstrap/grid.js +0 -1
  2189. package/icons/bootstrap/grip-horizontal.js +0 -1
  2190. package/icons/bootstrap/grip-vertical.js +0 -1
  2191. package/icons/bootstrap/h-circle-fill.js +0 -1
  2192. package/icons/bootstrap/h-circle.js +0 -1
  2193. package/icons/bootstrap/h-square-fill.js +0 -1
  2194. package/icons/bootstrap/h-square.js +0 -1
  2195. package/icons/bootstrap/hammer.js +0 -1
  2196. package/icons/bootstrap/hand-index-fill.js +0 -1
  2197. package/icons/bootstrap/hand-index-thumb-fill.js +0 -1
  2198. package/icons/bootstrap/hand-index-thumb.js +0 -1
  2199. package/icons/bootstrap/hand-index.js +0 -1
  2200. package/icons/bootstrap/hand-thumbs-down-fill.js +0 -1
  2201. package/icons/bootstrap/hand-thumbs-down.js +0 -1
  2202. package/icons/bootstrap/hand-thumbs-up-fill.js +0 -1
  2203. package/icons/bootstrap/hand-thumbs-up.js +0 -1
  2204. package/icons/bootstrap/handbag-fill.js +0 -1
  2205. package/icons/bootstrap/handbag.js +0 -1
  2206. package/icons/bootstrap/hash.js +0 -1
  2207. package/icons/bootstrap/hdd-fill.js +0 -1
  2208. package/icons/bootstrap/hdd-network-fill.js +0 -1
  2209. package/icons/bootstrap/hdd-network.js +0 -1
  2210. package/icons/bootstrap/hdd-rack-fill.js +0 -1
  2211. package/icons/bootstrap/hdd-rack.js +0 -1
  2212. package/icons/bootstrap/hdd-stack-fill.js +0 -1
  2213. package/icons/bootstrap/hdd-stack.js +0 -1
  2214. package/icons/bootstrap/hdd.js +0 -1
  2215. package/icons/bootstrap/hdmi-fill.js +0 -1
  2216. package/icons/bootstrap/hdmi.js +0 -1
  2217. package/icons/bootstrap/headphones.js +0 -1
  2218. package/icons/bootstrap/headset-vr.js +0 -1
  2219. package/icons/bootstrap/headset.js +0 -1
  2220. package/icons/bootstrap/heart-arrow.js +0 -1
  2221. package/icons/bootstrap/heart-fill.js +0 -1
  2222. package/icons/bootstrap/heart-half.js +0 -1
  2223. package/icons/bootstrap/heart-pulse-fill.js +0 -1
  2224. package/icons/bootstrap/heart-pulse.js +0 -1
  2225. package/icons/bootstrap/heart.js +0 -1
  2226. package/icons/bootstrap/heartbreak-fill.js +0 -1
  2227. package/icons/bootstrap/heartbreak.js +0 -1
  2228. package/icons/bootstrap/hearts.js +0 -1
  2229. package/icons/bootstrap/heptagon-fill.js +0 -1
  2230. package/icons/bootstrap/heptagon-half.js +0 -1
  2231. package/icons/bootstrap/heptagon.js +0 -1
  2232. package/icons/bootstrap/hexagon-fill.js +0 -1
  2233. package/icons/bootstrap/hexagon-half.js +0 -1
  2234. package/icons/bootstrap/hexagon.js +0 -1
  2235. package/icons/bootstrap/highlighter.js +0 -1
  2236. package/icons/bootstrap/highlights.js +0 -1
  2237. package/icons/bootstrap/hospital-fill.js +0 -1
  2238. package/icons/bootstrap/hospital.js +0 -1
  2239. package/icons/bootstrap/hourglass-bottom.js +0 -1
  2240. package/icons/bootstrap/hourglass-split.js +0 -1
  2241. package/icons/bootstrap/hourglass-top.js +0 -1
  2242. package/icons/bootstrap/hourglass.js +0 -1
  2243. package/icons/bootstrap/house-add-fill.js +0 -1
  2244. package/icons/bootstrap/house-add.js +0 -1
  2245. package/icons/bootstrap/house-check-fill.js +0 -1
  2246. package/icons/bootstrap/house-check.js +0 -1
  2247. package/icons/bootstrap/house-dash-fill.js +0 -1
  2248. package/icons/bootstrap/house-dash.js +0 -1
  2249. package/icons/bootstrap/house-door-fill.js +0 -1
  2250. package/icons/bootstrap/house-door.js +0 -1
  2251. package/icons/bootstrap/house-down-fill.js +0 -1
  2252. package/icons/bootstrap/house-down.js +0 -1
  2253. package/icons/bootstrap/house-exclamation-fill.js +0 -1
  2254. package/icons/bootstrap/house-exclamation.js +0 -1
  2255. package/icons/bootstrap/house-fill.js +0 -1
  2256. package/icons/bootstrap/house-gear-fill.js +0 -1
  2257. package/icons/bootstrap/house-gear.js +0 -1
  2258. package/icons/bootstrap/house-heart-fill.js +0 -1
  2259. package/icons/bootstrap/house-heart.js +0 -1
  2260. package/icons/bootstrap/house-lock-fill.js +0 -1
  2261. package/icons/bootstrap/house-lock.js +0 -1
  2262. package/icons/bootstrap/house-slash-fill.js +0 -1
  2263. package/icons/bootstrap/house-slash.js +0 -1
  2264. package/icons/bootstrap/house-up-fill.js +0 -1
  2265. package/icons/bootstrap/house-up.js +0 -1
  2266. package/icons/bootstrap/house-x-fill.js +0 -1
  2267. package/icons/bootstrap/house-x.js +0 -1
  2268. package/icons/bootstrap/house.js +0 -1
  2269. package/icons/bootstrap/houses-fill.js +0 -1
  2270. package/icons/bootstrap/houses.js +0 -1
  2271. package/icons/bootstrap/hr.js +0 -1
  2272. package/icons/bootstrap/hurricane.js +0 -1
  2273. package/icons/bootstrap/hypnotize.js +0 -1
  2274. package/icons/bootstrap/image-alt.js +0 -1
  2275. package/icons/bootstrap/image-fill.js +0 -1
  2276. package/icons/bootstrap/image.js +0 -1
  2277. package/icons/bootstrap/images.js +0 -1
  2278. package/icons/bootstrap/inbox-fill.js +0 -1
  2279. package/icons/bootstrap/inbox.js +0 -1
  2280. package/icons/bootstrap/inboxes-fill.js +0 -1
  2281. package/icons/bootstrap/inboxes.js +0 -1
  2282. package/icons/bootstrap/incognito.js +0 -1
  2283. package/icons/bootstrap/indent.js +0 -1
  2284. package/icons/bootstrap/infinity.js +0 -1
  2285. package/icons/bootstrap/info-circle-fill.js +0 -1
  2286. package/icons/bootstrap/info-circle.js +0 -1
  2287. package/icons/bootstrap/info-lg.js +0 -1
  2288. package/icons/bootstrap/info-square-fill.js +0 -1
  2289. package/icons/bootstrap/info-square.js +0 -1
  2290. package/icons/bootstrap/info.js +0 -1
  2291. package/icons/bootstrap/input-cursor-text.js +0 -1
  2292. package/icons/bootstrap/input-cursor.js +0 -1
  2293. package/icons/bootstrap/instagram.js +0 -1
  2294. package/icons/bootstrap/intersect.js +0 -1
  2295. package/icons/bootstrap/journal-album.js +0 -1
  2296. package/icons/bootstrap/journal-arrow-down.js +0 -1
  2297. package/icons/bootstrap/journal-arrow-up.js +0 -1
  2298. package/icons/bootstrap/journal-bookmark-fill.js +0 -1
  2299. package/icons/bootstrap/journal-bookmark.js +0 -1
  2300. package/icons/bootstrap/journal-check.js +0 -1
  2301. package/icons/bootstrap/journal-code.js +0 -1
  2302. package/icons/bootstrap/journal-medical.js +0 -1
  2303. package/icons/bootstrap/journal-minus.js +0 -1
  2304. package/icons/bootstrap/journal-plus.js +0 -1
  2305. package/icons/bootstrap/journal-richtext.js +0 -1
  2306. package/icons/bootstrap/journal-text.js +0 -1
  2307. package/icons/bootstrap/journal-x.js +0 -1
  2308. package/icons/bootstrap/journal.js +0 -1
  2309. package/icons/bootstrap/journals.js +0 -1
  2310. package/icons/bootstrap/joystick.js +0 -1
  2311. package/icons/bootstrap/justify-left.js +0 -1
  2312. package/icons/bootstrap/justify-right.js +0 -1
  2313. package/icons/bootstrap/justify.js +0 -1
  2314. package/icons/bootstrap/kanban-fill.js +0 -1
  2315. package/icons/bootstrap/kanban.js +0 -1
  2316. package/icons/bootstrap/key-fill.js +0 -1
  2317. package/icons/bootstrap/key.js +0 -1
  2318. package/icons/bootstrap/keyboard-fill.js +0 -1
  2319. package/icons/bootstrap/keyboard.js +0 -1
  2320. package/icons/bootstrap/ladder.js +0 -1
  2321. package/icons/bootstrap/lamp-fill.js +0 -1
  2322. package/icons/bootstrap/lamp.js +0 -1
  2323. package/icons/bootstrap/laptop-fill.js +0 -1
  2324. package/icons/bootstrap/laptop.js +0 -1
  2325. package/icons/bootstrap/layer-backward.js +0 -1
  2326. package/icons/bootstrap/layer-forward.js +0 -1
  2327. package/icons/bootstrap/layers-fill.js +0 -1
  2328. package/icons/bootstrap/layers-half.js +0 -1
  2329. package/icons/bootstrap/layers.js +0 -1
  2330. package/icons/bootstrap/layout-sidebar-inset-reverse.js +0 -1
  2331. package/icons/bootstrap/layout-sidebar-inset.js +0 -1
  2332. package/icons/bootstrap/layout-sidebar-reverse.js +0 -1
  2333. package/icons/bootstrap/layout-sidebar.js +0 -1
  2334. package/icons/bootstrap/layout-split.js +0 -1
  2335. package/icons/bootstrap/layout-text-sidebar-reverse.js +0 -1
  2336. package/icons/bootstrap/layout-text-sidebar.js +0 -1
  2337. package/icons/bootstrap/layout-text-window-reverse.js +0 -1
  2338. package/icons/bootstrap/layout-text-window.js +0 -1
  2339. package/icons/bootstrap/layout-three-columns.js +0 -1
  2340. package/icons/bootstrap/layout-wtf.js +0 -1
  2341. package/icons/bootstrap/life-preserver.js +0 -1
  2342. package/icons/bootstrap/lightbulb-fill.js +0 -1
  2343. package/icons/bootstrap/lightbulb-off-fill.js +0 -1
  2344. package/icons/bootstrap/lightbulb-off.js +0 -1
  2345. package/icons/bootstrap/lightbulb.js +0 -1
  2346. package/icons/bootstrap/lightning-charge-fill.js +0 -1
  2347. package/icons/bootstrap/lightning-charge.js +0 -1
  2348. package/icons/bootstrap/lightning-fill.js +0 -1
  2349. package/icons/bootstrap/lightning.js +0 -1
  2350. package/icons/bootstrap/line.js +0 -1
  2351. package/icons/bootstrap/link-45deg.js +0 -1
  2352. package/icons/bootstrap/link.js +0 -1
  2353. package/icons/bootstrap/linkedin.js +0 -1
  2354. package/icons/bootstrap/list-check.js +0 -1
  2355. package/icons/bootstrap/list-columns-reverse.js +0 -1
  2356. package/icons/bootstrap/list-columns.js +0 -1
  2357. package/icons/bootstrap/list-nested.js +0 -1
  2358. package/icons/bootstrap/list-ol.js +0 -1
  2359. package/icons/bootstrap/list-stars.js +0 -1
  2360. package/icons/bootstrap/list-task.js +0 -1
  2361. package/icons/bootstrap/list-ul.js +0 -1
  2362. package/icons/bootstrap/list.js +0 -1
  2363. package/icons/bootstrap/lock-fill.js +0 -1
  2364. package/icons/bootstrap/lock.js +0 -1
  2365. package/icons/bootstrap/luggage-fill.js +0 -1
  2366. package/icons/bootstrap/luggage.js +0 -1
  2367. package/icons/bootstrap/lungs-fill.js +0 -1
  2368. package/icons/bootstrap/lungs.js +0 -1
  2369. package/icons/bootstrap/magic.js +0 -1
  2370. package/icons/bootstrap/magnet-fill.js +0 -1
  2371. package/icons/bootstrap/magnet.js +0 -1
  2372. package/icons/bootstrap/mailbox-flag.js +0 -1
  2373. package/icons/bootstrap/mailbox.js +0 -1
  2374. package/icons/bootstrap/mailbox2-flag.js +0 -1
  2375. package/icons/bootstrap/mailbox2.js +0 -1
  2376. package/icons/bootstrap/map-fill.js +0 -1
  2377. package/icons/bootstrap/map.js +0 -1
  2378. package/icons/bootstrap/markdown-fill.js +0 -1
  2379. package/icons/bootstrap/markdown.js +0 -1
  2380. package/icons/bootstrap/marker-tip.js +0 -1
  2381. package/icons/bootstrap/mask.js +0 -1
  2382. package/icons/bootstrap/mastodon.js +0 -1
  2383. package/icons/bootstrap/medium.js +0 -1
  2384. package/icons/bootstrap/megaphone-fill.js +0 -1
  2385. package/icons/bootstrap/megaphone.js +0 -1
  2386. package/icons/bootstrap/memory.js +0 -1
  2387. package/icons/bootstrap/menu-app-fill.js +0 -1
  2388. package/icons/bootstrap/menu-app.js +0 -1
  2389. package/icons/bootstrap/menu-button-fill.js +0 -1
  2390. package/icons/bootstrap/menu-button-wide-fill.js +0 -1
  2391. package/icons/bootstrap/menu-button-wide.js +0 -1
  2392. package/icons/bootstrap/menu-button.js +0 -1
  2393. package/icons/bootstrap/menu-down.js +0 -1
  2394. package/icons/bootstrap/menu-up.js +0 -1
  2395. package/icons/bootstrap/messenger.js +0 -1
  2396. package/icons/bootstrap/meta.js +0 -1
  2397. package/icons/bootstrap/mic-fill.js +0 -1
  2398. package/icons/bootstrap/mic-mute-fill.js +0 -1
  2399. package/icons/bootstrap/mic-mute.js +0 -1
  2400. package/icons/bootstrap/mic.js +0 -1
  2401. package/icons/bootstrap/microsoft-teams.js +0 -1
  2402. package/icons/bootstrap/microsoft.js +0 -1
  2403. package/icons/bootstrap/minecart-loaded.js +0 -1
  2404. package/icons/bootstrap/minecart.js +0 -1
  2405. package/icons/bootstrap/modem-fill.js +0 -1
  2406. package/icons/bootstrap/modem.js +0 -1
  2407. package/icons/bootstrap/moisture.js +0 -1
  2408. package/icons/bootstrap/moon-fill.js +0 -1
  2409. package/icons/bootstrap/moon-stars-fill.js +0 -1
  2410. package/icons/bootstrap/moon-stars.js +0 -1
  2411. package/icons/bootstrap/moon.js +0 -1
  2412. package/icons/bootstrap/mortarboard-fill.js +0 -1
  2413. package/icons/bootstrap/mortarboard.js +0 -1
  2414. package/icons/bootstrap/motherboard-fill.js +0 -1
  2415. package/icons/bootstrap/motherboard.js +0 -1
  2416. package/icons/bootstrap/mouse-fill.js +0 -1
  2417. package/icons/bootstrap/mouse.js +0 -1
  2418. package/icons/bootstrap/mouse2-fill.js +0 -1
  2419. package/icons/bootstrap/mouse2.js +0 -1
  2420. package/icons/bootstrap/mouse3-fill.js +0 -1
  2421. package/icons/bootstrap/mouse3.js +0 -1
  2422. package/icons/bootstrap/music-note-beamed.js +0 -1
  2423. package/icons/bootstrap/music-note-list.js +0 -1
  2424. package/icons/bootstrap/music-note.js +0 -1
  2425. package/icons/bootstrap/music-player-fill.js +0 -1
  2426. package/icons/bootstrap/music-player.js +0 -1
  2427. package/icons/bootstrap/newspaper.js +0 -1
  2428. package/icons/bootstrap/nintendo-switch.js +0 -1
  2429. package/icons/bootstrap/node-minus-fill.js +0 -1
  2430. package/icons/bootstrap/node-minus.js +0 -1
  2431. package/icons/bootstrap/node-plus-fill.js +0 -1
  2432. package/icons/bootstrap/node-plus.js +0 -1
  2433. package/icons/bootstrap/noise-reduction.js +0 -1
  2434. package/icons/bootstrap/nut-fill.js +0 -1
  2435. package/icons/bootstrap/nut.js +0 -1
  2436. package/icons/bootstrap/nvidia.js +0 -1
  2437. package/icons/bootstrap/nvme-fill.js +0 -1
  2438. package/icons/bootstrap/nvme.js +0 -1
  2439. package/icons/bootstrap/octagon-fill.js +0 -1
  2440. package/icons/bootstrap/octagon-half.js +0 -1
  2441. package/icons/bootstrap/octagon.js +0 -1
  2442. package/icons/bootstrap/opencollective.js +0 -1
  2443. package/icons/bootstrap/optical-audio-fill.js +0 -1
  2444. package/icons/bootstrap/optical-audio.js +0 -1
  2445. package/icons/bootstrap/option.js +0 -1
  2446. package/icons/bootstrap/outlet.js +0 -1
  2447. package/icons/bootstrap/p-circle-fill.js +0 -1
  2448. package/icons/bootstrap/p-circle.js +0 -1
  2449. package/icons/bootstrap/p-square-fill.js +0 -1
  2450. package/icons/bootstrap/p-square.js +0 -1
  2451. package/icons/bootstrap/paint-bucket.js +0 -1
  2452. package/icons/bootstrap/palette-fill.js +0 -1
  2453. package/icons/bootstrap/palette.js +0 -1
  2454. package/icons/bootstrap/palette2.js +0 -1
  2455. package/icons/bootstrap/paperclip.js +0 -1
  2456. package/icons/bootstrap/paragraph.js +0 -1
  2457. package/icons/bootstrap/pass-fill.js +0 -1
  2458. package/icons/bootstrap/pass.js +0 -1
  2459. package/icons/bootstrap/passport-fill.js +0 -1
  2460. package/icons/bootstrap/passport.js +0 -1
  2461. package/icons/bootstrap/patch-check-fill.js +0 -1
  2462. package/icons/bootstrap/patch-check.js +0 -1
  2463. package/icons/bootstrap/patch-exclamation-fill.js +0 -1
  2464. package/icons/bootstrap/patch-exclamation.js +0 -1
  2465. package/icons/bootstrap/patch-minus-fill.js +0 -1
  2466. package/icons/bootstrap/patch-minus.js +0 -1
  2467. package/icons/bootstrap/patch-plus-fill.js +0 -1
  2468. package/icons/bootstrap/patch-plus.js +0 -1
  2469. package/icons/bootstrap/patch-question-fill.js +0 -1
  2470. package/icons/bootstrap/patch-question.js +0 -1
  2471. package/icons/bootstrap/pause-btn-fill.js +0 -1
  2472. package/icons/bootstrap/pause-btn.js +0 -1
  2473. package/icons/bootstrap/pause-circle-fill.js +0 -1
  2474. package/icons/bootstrap/pause-circle.js +0 -1
  2475. package/icons/bootstrap/pause-fill.js +0 -1
  2476. package/icons/bootstrap/pause.js +0 -1
  2477. package/icons/bootstrap/paypal.js +0 -1
  2478. package/icons/bootstrap/pc-display-horizontal.js +0 -1
  2479. package/icons/bootstrap/pc-display.js +0 -1
  2480. package/icons/bootstrap/pc-horizontal.js +0 -1
  2481. package/icons/bootstrap/pc.js +0 -1
  2482. package/icons/bootstrap/pci-card-network.js +0 -1
  2483. package/icons/bootstrap/pci-card-sound.js +0 -1
  2484. package/icons/bootstrap/pci-card.js +0 -1
  2485. package/icons/bootstrap/peace-fill.js +0 -1
  2486. package/icons/bootstrap/peace.js +0 -1
  2487. package/icons/bootstrap/pen-fill.js +0 -1
  2488. package/icons/bootstrap/pen.js +0 -1
  2489. package/icons/bootstrap/pencil-fill.js +0 -1
  2490. package/icons/bootstrap/pencil-square.js +0 -1
  2491. package/icons/bootstrap/pencil.js +0 -1
  2492. package/icons/bootstrap/pentagon-fill.js +0 -1
  2493. package/icons/bootstrap/pentagon-half.js +0 -1
  2494. package/icons/bootstrap/pentagon.js +0 -1
  2495. package/icons/bootstrap/people-fill.js +0 -1
  2496. package/icons/bootstrap/people.js +0 -1
  2497. package/icons/bootstrap/percent.js +0 -1
  2498. package/icons/bootstrap/person-add.js +0 -1
  2499. package/icons/bootstrap/person-arms-up.js +0 -1
  2500. package/icons/bootstrap/person-badge-fill.js +0 -1
  2501. package/icons/bootstrap/person-badge.js +0 -1
  2502. package/icons/bootstrap/person-bounding-box.js +0 -1
  2503. package/icons/bootstrap/person-check-fill.js +0 -1
  2504. package/icons/bootstrap/person-check.js +0 -1
  2505. package/icons/bootstrap/person-circle.js +0 -1
  2506. package/icons/bootstrap/person-dash-fill.js +0 -1
  2507. package/icons/bootstrap/person-dash.js +0 -1
  2508. package/icons/bootstrap/person-down.js +0 -1
  2509. package/icons/bootstrap/person-exclamation.js +0 -1
  2510. package/icons/bootstrap/person-fill-add.js +0 -1
  2511. package/icons/bootstrap/person-fill-check.js +0 -1
  2512. package/icons/bootstrap/person-fill-dash.js +0 -1
  2513. package/icons/bootstrap/person-fill-down.js +0 -1
  2514. package/icons/bootstrap/person-fill-exclamation.js +0 -1
  2515. package/icons/bootstrap/person-fill-gear.js +0 -1
  2516. package/icons/bootstrap/person-fill-lock.js +0 -1
  2517. package/icons/bootstrap/person-fill-slash.js +0 -1
  2518. package/icons/bootstrap/person-fill-up.js +0 -1
  2519. package/icons/bootstrap/person-fill-x.js +0 -1
  2520. package/icons/bootstrap/person-fill.js +0 -1
  2521. package/icons/bootstrap/person-gear.js +0 -1
  2522. package/icons/bootstrap/person-heart.js +0 -1
  2523. package/icons/bootstrap/person-hearts.js +0 -1
  2524. package/icons/bootstrap/person-lines-fill.js +0 -1
  2525. package/icons/bootstrap/person-lock.js +0 -1
  2526. package/icons/bootstrap/person-plus-fill.js +0 -1
  2527. package/icons/bootstrap/person-plus.js +0 -1
  2528. package/icons/bootstrap/person-raised-hand.js +0 -1
  2529. package/icons/bootstrap/person-rolodex.js +0 -1
  2530. package/icons/bootstrap/person-slash.js +0 -1
  2531. package/icons/bootstrap/person-square.js +0 -1
  2532. package/icons/bootstrap/person-standing-dress.js +0 -1
  2533. package/icons/bootstrap/person-standing.js +0 -1
  2534. package/icons/bootstrap/person-up.js +0 -1
  2535. package/icons/bootstrap/person-vcard-fill.js +0 -1
  2536. package/icons/bootstrap/person-vcard.js +0 -1
  2537. package/icons/bootstrap/person-video.js +0 -1
  2538. package/icons/bootstrap/person-video2.js +0 -1
  2539. package/icons/bootstrap/person-video3.js +0 -1
  2540. package/icons/bootstrap/person-walking.js +0 -1
  2541. package/icons/bootstrap/person-wheelchair.js +0 -1
  2542. package/icons/bootstrap/person-workspace.js +0 -1
  2543. package/icons/bootstrap/person-x-fill.js +0 -1
  2544. package/icons/bootstrap/person-x.js +0 -1
  2545. package/icons/bootstrap/person.js +0 -1
  2546. package/icons/bootstrap/phone-fill.js +0 -1
  2547. package/icons/bootstrap/phone-flip.js +0 -1
  2548. package/icons/bootstrap/phone-landscape-fill.js +0 -1
  2549. package/icons/bootstrap/phone-landscape.js +0 -1
  2550. package/icons/bootstrap/phone-vibrate-fill.js +0 -1
  2551. package/icons/bootstrap/phone-vibrate.js +0 -1
  2552. package/icons/bootstrap/phone.js +0 -1
  2553. package/icons/bootstrap/pie-chart-fill.js +0 -1
  2554. package/icons/bootstrap/pie-chart.js +0 -1
  2555. package/icons/bootstrap/piggy-bank-fill.js +0 -1
  2556. package/icons/bootstrap/piggy-bank.js +0 -1
  2557. package/icons/bootstrap/pin-angle-fill.js +0 -1
  2558. package/icons/bootstrap/pin-angle.js +0 -1
  2559. package/icons/bootstrap/pin-fill.js +0 -1
  2560. package/icons/bootstrap/pin-map-fill.js +0 -1
  2561. package/icons/bootstrap/pin-map.js +0 -1
  2562. package/icons/bootstrap/pin.js +0 -1
  2563. package/icons/bootstrap/pinterest.js +0 -1
  2564. package/icons/bootstrap/pip-fill.js +0 -1
  2565. package/icons/bootstrap/pip.js +0 -1
  2566. package/icons/bootstrap/play-btn-fill.js +0 -1
  2567. package/icons/bootstrap/play-btn.js +0 -1
  2568. package/icons/bootstrap/play-circle-fill.js +0 -1
  2569. package/icons/bootstrap/play-circle.js +0 -1
  2570. package/icons/bootstrap/play-fill.js +0 -1
  2571. package/icons/bootstrap/play.js +0 -1
  2572. package/icons/bootstrap/playstation.js +0 -1
  2573. package/icons/bootstrap/plug-fill.js +0 -1
  2574. package/icons/bootstrap/plug.js +0 -1
  2575. package/icons/bootstrap/plugin.js +0 -1
  2576. package/icons/bootstrap/plus-circle-dotted.js +0 -1
  2577. package/icons/bootstrap/plus-circle-fill.js +0 -1
  2578. package/icons/bootstrap/plus-circle.js +0 -1
  2579. package/icons/bootstrap/plus-lg.js +0 -1
  2580. package/icons/bootstrap/plus-slash-minus.js +0 -1
  2581. package/icons/bootstrap/plus-square-dotted.js +0 -1
  2582. package/icons/bootstrap/plus-square-fill.js +0 -1
  2583. package/icons/bootstrap/plus-square.js +0 -1
  2584. package/icons/bootstrap/plus.js +0 -1
  2585. package/icons/bootstrap/postage-fill.js +0 -1
  2586. package/icons/bootstrap/postage-heart-fill.js +0 -1
  2587. package/icons/bootstrap/postage-heart.js +0 -1
  2588. package/icons/bootstrap/postage.js +0 -1
  2589. package/icons/bootstrap/postcard-fill.js +0 -1
  2590. package/icons/bootstrap/postcard-heart-fill.js +0 -1
  2591. package/icons/bootstrap/postcard-heart.js +0 -1
  2592. package/icons/bootstrap/postcard.js +0 -1
  2593. package/icons/bootstrap/power.js +0 -1
  2594. package/icons/bootstrap/prescription.js +0 -1
  2595. package/icons/bootstrap/prescription2.js +0 -1
  2596. package/icons/bootstrap/printer-fill.js +0 -1
  2597. package/icons/bootstrap/printer.js +0 -1
  2598. package/icons/bootstrap/projector-fill.js +0 -1
  2599. package/icons/bootstrap/projector.js +0 -1
  2600. package/icons/bootstrap/puzzle-fill.js +0 -1
  2601. package/icons/bootstrap/puzzle.js +0 -1
  2602. package/icons/bootstrap/qr-code-scan.js +0 -1
  2603. package/icons/bootstrap/qr-code.js +0 -1
  2604. package/icons/bootstrap/question-circle-fill.js +0 -1
  2605. package/icons/bootstrap/question-circle.js +0 -1
  2606. package/icons/bootstrap/question-diamond-fill.js +0 -1
  2607. package/icons/bootstrap/question-diamond.js +0 -1
  2608. package/icons/bootstrap/question-lg.js +0 -1
  2609. package/icons/bootstrap/question-octagon-fill.js +0 -1
  2610. package/icons/bootstrap/question-octagon.js +0 -1
  2611. package/icons/bootstrap/question-square-fill.js +0 -1
  2612. package/icons/bootstrap/question-square.js +0 -1
  2613. package/icons/bootstrap/question.js +0 -1
  2614. package/icons/bootstrap/quora.js +0 -1
  2615. package/icons/bootstrap/quote.js +0 -1
  2616. package/icons/bootstrap/r-circle-fill.js +0 -1
  2617. package/icons/bootstrap/r-circle.js +0 -1
  2618. package/icons/bootstrap/r-square-fill.js +0 -1
  2619. package/icons/bootstrap/r-square.js +0 -1
  2620. package/icons/bootstrap/radar.js +0 -1
  2621. package/icons/bootstrap/radioactive.js +0 -1
  2622. package/icons/bootstrap/rainbow.js +0 -1
  2623. package/icons/bootstrap/receipt-cutoff.js +0 -1
  2624. package/icons/bootstrap/receipt.js +0 -1
  2625. package/icons/bootstrap/reception-0.js +0 -1
  2626. package/icons/bootstrap/reception-1.js +0 -1
  2627. package/icons/bootstrap/reception-2.js +0 -1
  2628. package/icons/bootstrap/reception-3.js +0 -1
  2629. package/icons/bootstrap/reception-4.js +0 -1
  2630. package/icons/bootstrap/record-btn-fill.js +0 -1
  2631. package/icons/bootstrap/record-btn.js +0 -1
  2632. package/icons/bootstrap/record-circle-fill.js +0 -1
  2633. package/icons/bootstrap/record-circle.js +0 -1
  2634. package/icons/bootstrap/record-fill.js +0 -1
  2635. package/icons/bootstrap/record.js +0 -1
  2636. package/icons/bootstrap/record2-fill.js +0 -1
  2637. package/icons/bootstrap/record2.js +0 -1
  2638. package/icons/bootstrap/recycle.js +0 -1
  2639. package/icons/bootstrap/reddit.js +0 -1
  2640. package/icons/bootstrap/regex.js +0 -1
  2641. package/icons/bootstrap/repeat-1.js +0 -1
  2642. package/icons/bootstrap/repeat.js +0 -1
  2643. package/icons/bootstrap/reply-all-fill.js +0 -1
  2644. package/icons/bootstrap/reply-all.js +0 -1
  2645. package/icons/bootstrap/reply-fill.js +0 -1
  2646. package/icons/bootstrap/reply.js +0 -1
  2647. package/icons/bootstrap/rewind-btn-fill.js +0 -1
  2648. package/icons/bootstrap/rewind-btn.js +0 -1
  2649. package/icons/bootstrap/rewind-circle-fill.js +0 -1
  2650. package/icons/bootstrap/rewind-circle.js +0 -1
  2651. package/icons/bootstrap/rewind-fill.js +0 -1
  2652. package/icons/bootstrap/rewind.js +0 -1
  2653. package/icons/bootstrap/robot.js +0 -1
  2654. package/icons/bootstrap/rocket-fill.js +0 -1
  2655. package/icons/bootstrap/rocket-takeoff-fill.js +0 -1
  2656. package/icons/bootstrap/rocket-takeoff.js +0 -1
  2657. package/icons/bootstrap/rocket.js +0 -1
  2658. package/icons/bootstrap/router-fill.js +0 -1
  2659. package/icons/bootstrap/router.js +0 -1
  2660. package/icons/bootstrap/rss-fill.js +0 -1
  2661. package/icons/bootstrap/rss.js +0 -1
  2662. package/icons/bootstrap/rulers.js +0 -1
  2663. package/icons/bootstrap/safe-fill.js +0 -1
  2664. package/icons/bootstrap/safe.js +0 -1
  2665. package/icons/bootstrap/safe2-fill.js +0 -1
  2666. package/icons/bootstrap/safe2.js +0 -1
  2667. package/icons/bootstrap/save-fill.js +0 -1
  2668. package/icons/bootstrap/save.js +0 -1
  2669. package/icons/bootstrap/save2-fill.js +0 -1
  2670. package/icons/bootstrap/save2.js +0 -1
  2671. package/icons/bootstrap/scissors.js +0 -1
  2672. package/icons/bootstrap/scooter.js +0 -1
  2673. package/icons/bootstrap/screwdriver.js +0 -1
  2674. package/icons/bootstrap/sd-card-fill.js +0 -1
  2675. package/icons/bootstrap/sd-card.js +0 -1
  2676. package/icons/bootstrap/search-heart-fill.js +0 -1
  2677. package/icons/bootstrap/search-heart.js +0 -1
  2678. package/icons/bootstrap/search.js +0 -1
  2679. package/icons/bootstrap/segmented-nav.js +0 -1
  2680. package/icons/bootstrap/send-arrow-down-fill.js +0 -1
  2681. package/icons/bootstrap/send-arrow-down.js +0 -1
  2682. package/icons/bootstrap/send-arrow-up-fill.js +0 -1
  2683. package/icons/bootstrap/send-arrow-up.js +0 -1
  2684. package/icons/bootstrap/send-check-fill.js +0 -1
  2685. package/icons/bootstrap/send-check.js +0 -1
  2686. package/icons/bootstrap/send-dash-fill.js +0 -1
  2687. package/icons/bootstrap/send-dash.js +0 -1
  2688. package/icons/bootstrap/send-exclamation-fill.js +0 -1
  2689. package/icons/bootstrap/send-exclamation.js +0 -1
  2690. package/icons/bootstrap/send-fill.js +0 -1
  2691. package/icons/bootstrap/send-plus-fill.js +0 -1
  2692. package/icons/bootstrap/send-plus.js +0 -1
  2693. package/icons/bootstrap/send-slash-fill.js +0 -1
  2694. package/icons/bootstrap/send-slash.js +0 -1
  2695. package/icons/bootstrap/send-x-fill.js +0 -1
  2696. package/icons/bootstrap/send-x.js +0 -1
  2697. package/icons/bootstrap/send.js +0 -1
  2698. package/icons/bootstrap/server.js +0 -1
  2699. package/icons/bootstrap/shadows.js +0 -1
  2700. package/icons/bootstrap/share-fill.js +0 -1
  2701. package/icons/bootstrap/share.js +0 -1
  2702. package/icons/bootstrap/shield-check.js +0 -1
  2703. package/icons/bootstrap/shield-exclamation.js +0 -1
  2704. package/icons/bootstrap/shield-fill-check.js +0 -1
  2705. package/icons/bootstrap/shield-fill-exclamation.js +0 -1
  2706. package/icons/bootstrap/shield-fill-minus.js +0 -1
  2707. package/icons/bootstrap/shield-fill-plus.js +0 -1
  2708. package/icons/bootstrap/shield-fill-x.js +0 -1
  2709. package/icons/bootstrap/shield-fill.js +0 -1
  2710. package/icons/bootstrap/shield-lock-fill.js +0 -1
  2711. package/icons/bootstrap/shield-lock.js +0 -1
  2712. package/icons/bootstrap/shield-minus.js +0 -1
  2713. package/icons/bootstrap/shield-plus.js +0 -1
  2714. package/icons/bootstrap/shield-shaded.js +0 -1
  2715. package/icons/bootstrap/shield-slash-fill.js +0 -1
  2716. package/icons/bootstrap/shield-slash.js +0 -1
  2717. package/icons/bootstrap/shield-x.js +0 -1
  2718. package/icons/bootstrap/shield.js +0 -1
  2719. package/icons/bootstrap/shift-fill.js +0 -1
  2720. package/icons/bootstrap/shift.js +0 -1
  2721. package/icons/bootstrap/shop-window.js +0 -1
  2722. package/icons/bootstrap/shop.js +0 -1
  2723. package/icons/bootstrap/shuffle.js +0 -1
  2724. package/icons/bootstrap/sign-dead-end-fill.js +0 -1
  2725. package/icons/bootstrap/sign-dead-end.js +0 -1
  2726. package/icons/bootstrap/sign-do-not-enter-fill.js +0 -1
  2727. package/icons/bootstrap/sign-do-not-enter.js +0 -1
  2728. package/icons/bootstrap/sign-intersection-fill.js +0 -1
  2729. package/icons/bootstrap/sign-intersection-side-fill.js +0 -1
  2730. package/icons/bootstrap/sign-intersection-side.js +0 -1
  2731. package/icons/bootstrap/sign-intersection-t-fill.js +0 -1
  2732. package/icons/bootstrap/sign-intersection-t.js +0 -1
  2733. package/icons/bootstrap/sign-intersection-y-fill.js +0 -1
  2734. package/icons/bootstrap/sign-intersection-y.js +0 -1
  2735. package/icons/bootstrap/sign-intersection.js +0 -1
  2736. package/icons/bootstrap/sign-merge-left-fill.js +0 -1
  2737. package/icons/bootstrap/sign-merge-left.js +0 -1
  2738. package/icons/bootstrap/sign-merge-right-fill.js +0 -1
  2739. package/icons/bootstrap/sign-merge-right.js +0 -1
  2740. package/icons/bootstrap/sign-no-left-turn-fill.js +0 -1
  2741. package/icons/bootstrap/sign-no-left-turn.js +0 -1
  2742. package/icons/bootstrap/sign-no-parking-fill.js +0 -1
  2743. package/icons/bootstrap/sign-no-parking.js +0 -1
  2744. package/icons/bootstrap/sign-no-right-turn-fill.js +0 -1
  2745. package/icons/bootstrap/sign-no-right-turn.js +0 -1
  2746. package/icons/bootstrap/sign-railroad-fill.js +0 -1
  2747. package/icons/bootstrap/sign-railroad.js +0 -1
  2748. package/icons/bootstrap/sign-stop-fill.js +0 -1
  2749. package/icons/bootstrap/sign-stop-lights-fill.js +0 -1
  2750. package/icons/bootstrap/sign-stop-lights.js +0 -1
  2751. package/icons/bootstrap/sign-stop.js +0 -1
  2752. package/icons/bootstrap/sign-turn-left-fill.js +0 -1
  2753. package/icons/bootstrap/sign-turn-left.js +0 -1
  2754. package/icons/bootstrap/sign-turn-right-fill.js +0 -1
  2755. package/icons/bootstrap/sign-turn-right.js +0 -1
  2756. package/icons/bootstrap/sign-turn-slight-left-fill.js +0 -1
  2757. package/icons/bootstrap/sign-turn-slight-left.js +0 -1
  2758. package/icons/bootstrap/sign-turn-slight-right-fill.js +0 -1
  2759. package/icons/bootstrap/sign-turn-slight-right.js +0 -1
  2760. package/icons/bootstrap/sign-yield-fill.js +0 -1
  2761. package/icons/bootstrap/sign-yield.js +0 -1
  2762. package/icons/bootstrap/signal.js +0 -1
  2763. package/icons/bootstrap/signpost-2-fill.js +0 -1
  2764. package/icons/bootstrap/signpost-2.js +0 -1
  2765. package/icons/bootstrap/signpost-fill.js +0 -1
  2766. package/icons/bootstrap/signpost-split-fill.js +0 -1
  2767. package/icons/bootstrap/signpost-split.js +0 -1
  2768. package/icons/bootstrap/signpost.js +0 -1
  2769. package/icons/bootstrap/sim-fill.js +0 -1
  2770. package/icons/bootstrap/sim-slash-fill.js +0 -1
  2771. package/icons/bootstrap/sim-slash.js +0 -1
  2772. package/icons/bootstrap/sim.js +0 -1
  2773. package/icons/bootstrap/sina-weibo.js +0 -1
  2774. package/icons/bootstrap/skip-backward-btn-fill.js +0 -1
  2775. package/icons/bootstrap/skip-backward-btn.js +0 -1
  2776. package/icons/bootstrap/skip-backward-circle-fill.js +0 -1
  2777. package/icons/bootstrap/skip-backward-circle.js +0 -1
  2778. package/icons/bootstrap/skip-backward-fill.js +0 -1
  2779. package/icons/bootstrap/skip-backward.js +0 -1
  2780. package/icons/bootstrap/skip-end-btn-fill.js +0 -1
  2781. package/icons/bootstrap/skip-end-btn.js +0 -1
  2782. package/icons/bootstrap/skip-end-circle-fill.js +0 -1
  2783. package/icons/bootstrap/skip-end-circle.js +0 -1
  2784. package/icons/bootstrap/skip-end-fill.js +0 -1
  2785. package/icons/bootstrap/skip-end.js +0 -1
  2786. package/icons/bootstrap/skip-forward-btn-fill.js +0 -1
  2787. package/icons/bootstrap/skip-forward-btn.js +0 -1
  2788. package/icons/bootstrap/skip-forward-circle-fill.js +0 -1
  2789. package/icons/bootstrap/skip-forward-circle.js +0 -1
  2790. package/icons/bootstrap/skip-forward-fill.js +0 -1
  2791. package/icons/bootstrap/skip-forward.js +0 -1
  2792. package/icons/bootstrap/skip-start-btn-fill.js +0 -1
  2793. package/icons/bootstrap/skip-start-btn.js +0 -1
  2794. package/icons/bootstrap/skip-start-circle-fill.js +0 -1
  2795. package/icons/bootstrap/skip-start-circle.js +0 -1
  2796. package/icons/bootstrap/skip-start-fill.js +0 -1
  2797. package/icons/bootstrap/skip-start.js +0 -1
  2798. package/icons/bootstrap/skype.js +0 -1
  2799. package/icons/bootstrap/slack.js +0 -1
  2800. package/icons/bootstrap/slash-circle-fill.js +0 -1
  2801. package/icons/bootstrap/slash-circle.js +0 -1
  2802. package/icons/bootstrap/slash-lg.js +0 -1
  2803. package/icons/bootstrap/slash-square-fill.js +0 -1
  2804. package/icons/bootstrap/slash-square.js +0 -1
  2805. package/icons/bootstrap/slash.js +0 -1
  2806. package/icons/bootstrap/sliders.js +0 -1
  2807. package/icons/bootstrap/sliders2-vertical.js +0 -1
  2808. package/icons/bootstrap/sliders2.js +0 -1
  2809. package/icons/bootstrap/smartwatch.js +0 -1
  2810. package/icons/bootstrap/snapchat.js +0 -1
  2811. package/icons/bootstrap/snow.js +0 -1
  2812. package/icons/bootstrap/snow2.js +0 -1
  2813. package/icons/bootstrap/snow3.js +0 -1
  2814. package/icons/bootstrap/sort-alpha-down-alt.js +0 -1
  2815. package/icons/bootstrap/sort-alpha-down.js +0 -1
  2816. package/icons/bootstrap/sort-alpha-up-alt.js +0 -1
  2817. package/icons/bootstrap/sort-alpha-up.js +0 -1
  2818. package/icons/bootstrap/sort-down-alt.js +0 -1
  2819. package/icons/bootstrap/sort-down.js +0 -1
  2820. package/icons/bootstrap/sort-numeric-down-alt.js +0 -1
  2821. package/icons/bootstrap/sort-numeric-down.js +0 -1
  2822. package/icons/bootstrap/sort-numeric-up-alt.js +0 -1
  2823. package/icons/bootstrap/sort-numeric-up.js +0 -1
  2824. package/icons/bootstrap/sort-up-alt.js +0 -1
  2825. package/icons/bootstrap/sort-up.js +0 -1
  2826. package/icons/bootstrap/soundwave.js +0 -1
  2827. package/icons/bootstrap/sourceforge.js +0 -1
  2828. package/icons/bootstrap/speaker-fill.js +0 -1
  2829. package/icons/bootstrap/speaker.js +0 -1
  2830. package/icons/bootstrap/speedometer.js +0 -1
  2831. package/icons/bootstrap/speedometer2.js +0 -1
  2832. package/icons/bootstrap/spellcheck.js +0 -1
  2833. package/icons/bootstrap/spotify.js +0 -1
  2834. package/icons/bootstrap/square-fill.js +0 -1
  2835. package/icons/bootstrap/square-half.js +0 -1
  2836. package/icons/bootstrap/square.js +0 -1
  2837. package/icons/bootstrap/stack-overflow.js +0 -1
  2838. package/icons/bootstrap/stack.js +0 -1
  2839. package/icons/bootstrap/star-fill.js +0 -1
  2840. package/icons/bootstrap/star-half.js +0 -1
  2841. package/icons/bootstrap/star.js +0 -1
  2842. package/icons/bootstrap/stars.js +0 -1
  2843. package/icons/bootstrap/steam.js +0 -1
  2844. package/icons/bootstrap/stickies-fill.js +0 -1
  2845. package/icons/bootstrap/stickies.js +0 -1
  2846. package/icons/bootstrap/sticky-fill.js +0 -1
  2847. package/icons/bootstrap/sticky.js +0 -1
  2848. package/icons/bootstrap/stop-btn-fill.js +0 -1
  2849. package/icons/bootstrap/stop-btn.js +0 -1
  2850. package/icons/bootstrap/stop-circle-fill.js +0 -1
  2851. package/icons/bootstrap/stop-circle.js +0 -1
  2852. package/icons/bootstrap/stop-fill.js +0 -1
  2853. package/icons/bootstrap/stop.js +0 -1
  2854. package/icons/bootstrap/stoplights-fill.js +0 -1
  2855. package/icons/bootstrap/stoplights.js +0 -1
  2856. package/icons/bootstrap/stopwatch-fill.js +0 -1
  2857. package/icons/bootstrap/stopwatch.js +0 -1
  2858. package/icons/bootstrap/strava.js +0 -1
  2859. package/icons/bootstrap/stripe.js +0 -1
  2860. package/icons/bootstrap/subscript.js +0 -1
  2861. package/icons/bootstrap/substack.js +0 -1
  2862. package/icons/bootstrap/subtract.js +0 -1
  2863. package/icons/bootstrap/suit-club-fill.js +0 -1
  2864. package/icons/bootstrap/suit-club.js +0 -1
  2865. package/icons/bootstrap/suit-diamond-fill.js +0 -1
  2866. package/icons/bootstrap/suit-diamond.js +0 -1
  2867. package/icons/bootstrap/suit-heart-fill.js +0 -1
  2868. package/icons/bootstrap/suit-heart.js +0 -1
  2869. package/icons/bootstrap/suit-spade-fill.js +0 -1
  2870. package/icons/bootstrap/suit-spade.js +0 -1
  2871. package/icons/bootstrap/suitcase-fill.js +0 -1
  2872. package/icons/bootstrap/suitcase-lg-fill.js +0 -1
  2873. package/icons/bootstrap/suitcase-lg.js +0 -1
  2874. package/icons/bootstrap/suitcase.js +0 -1
  2875. package/icons/bootstrap/suitcase2-fill.js +0 -1
  2876. package/icons/bootstrap/suitcase2.js +0 -1
  2877. package/icons/bootstrap/sun-fill.js +0 -1
  2878. package/icons/bootstrap/sun.js +0 -1
  2879. package/icons/bootstrap/sunglasses.js +0 -1
  2880. package/icons/bootstrap/sunrise-fill.js +0 -1
  2881. package/icons/bootstrap/sunrise.js +0 -1
  2882. package/icons/bootstrap/sunset-fill.js +0 -1
  2883. package/icons/bootstrap/sunset.js +0 -1
  2884. package/icons/bootstrap/superscript.js +0 -1
  2885. package/icons/bootstrap/symmetry-horizontal.js +0 -1
  2886. package/icons/bootstrap/symmetry-vertical.js +0 -1
  2887. package/icons/bootstrap/table.js +0 -1
  2888. package/icons/bootstrap/tablet-fill.js +0 -1
  2889. package/icons/bootstrap/tablet-landscape-fill.js +0 -1
  2890. package/icons/bootstrap/tablet-landscape.js +0 -1
  2891. package/icons/bootstrap/tablet.js +0 -1
  2892. package/icons/bootstrap/tag-fill.js +0 -1
  2893. package/icons/bootstrap/tag.js +0 -1
  2894. package/icons/bootstrap/tags-fill.js +0 -1
  2895. package/icons/bootstrap/tags.js +0 -1
  2896. package/icons/bootstrap/taxi-front-fill.js +0 -1
  2897. package/icons/bootstrap/taxi-front.js +0 -1
  2898. package/icons/bootstrap/telegram.js +0 -1
  2899. package/icons/bootstrap/telephone-fill.js +0 -1
  2900. package/icons/bootstrap/telephone-forward-fill.js +0 -1
  2901. package/icons/bootstrap/telephone-forward.js +0 -1
  2902. package/icons/bootstrap/telephone-inbound-fill.js +0 -1
  2903. package/icons/bootstrap/telephone-inbound.js +0 -1
  2904. package/icons/bootstrap/telephone-minus-fill.js +0 -1
  2905. package/icons/bootstrap/telephone-minus.js +0 -1
  2906. package/icons/bootstrap/telephone-outbound-fill.js +0 -1
  2907. package/icons/bootstrap/telephone-outbound.js +0 -1
  2908. package/icons/bootstrap/telephone-plus-fill.js +0 -1
  2909. package/icons/bootstrap/telephone-plus.js +0 -1
  2910. package/icons/bootstrap/telephone-x-fill.js +0 -1
  2911. package/icons/bootstrap/telephone-x.js +0 -1
  2912. package/icons/bootstrap/telephone.js +0 -1
  2913. package/icons/bootstrap/tencent-qq.js +0 -1
  2914. package/icons/bootstrap/terminal-dash.js +0 -1
  2915. package/icons/bootstrap/terminal-fill.js +0 -1
  2916. package/icons/bootstrap/terminal-plus.js +0 -1
  2917. package/icons/bootstrap/terminal-split.js +0 -1
  2918. package/icons/bootstrap/terminal-x.js +0 -1
  2919. package/icons/bootstrap/terminal.js +0 -1
  2920. package/icons/bootstrap/text-center.js +0 -1
  2921. package/icons/bootstrap/text-indent-left.js +0 -1
  2922. package/icons/bootstrap/text-indent-right.js +0 -1
  2923. package/icons/bootstrap/text-left.js +0 -1
  2924. package/icons/bootstrap/text-paragraph.js +0 -1
  2925. package/icons/bootstrap/text-right.js +0 -1
  2926. package/icons/bootstrap/text-wrap.js +0 -1
  2927. package/icons/bootstrap/textarea-resize.js +0 -1
  2928. package/icons/bootstrap/textarea-t.js +0 -1
  2929. package/icons/bootstrap/textarea.js +0 -1
  2930. package/icons/bootstrap/thermometer-half.js +0 -1
  2931. package/icons/bootstrap/thermometer-high.js +0 -1
  2932. package/icons/bootstrap/thermometer-low.js +0 -1
  2933. package/icons/bootstrap/thermometer-snow.js +0 -1
  2934. package/icons/bootstrap/thermometer-sun.js +0 -1
  2935. package/icons/bootstrap/thermometer.js +0 -1
  2936. package/icons/bootstrap/threads-fill.js +0 -1
  2937. package/icons/bootstrap/threads.js +0 -1
  2938. package/icons/bootstrap/three-dots-vertical.js +0 -1
  2939. package/icons/bootstrap/three-dots.js +0 -1
  2940. package/icons/bootstrap/thunderbolt-fill.js +0 -1
  2941. package/icons/bootstrap/thunderbolt.js +0 -1
  2942. package/icons/bootstrap/ticket-detailed-fill.js +0 -1
  2943. package/icons/bootstrap/ticket-detailed.js +0 -1
  2944. package/icons/bootstrap/ticket-fill.js +0 -1
  2945. package/icons/bootstrap/ticket-perforated-fill.js +0 -1
  2946. package/icons/bootstrap/ticket-perforated.js +0 -1
  2947. package/icons/bootstrap/ticket.js +0 -1
  2948. package/icons/bootstrap/tiktok.js +0 -1
  2949. package/icons/bootstrap/toggle-off.js +0 -1
  2950. package/icons/bootstrap/toggle-on.js +0 -1
  2951. package/icons/bootstrap/toggle2-off.js +0 -1
  2952. package/icons/bootstrap/toggle2-on.js +0 -1
  2953. package/icons/bootstrap/toggles.js +0 -1
  2954. package/icons/bootstrap/toggles2.js +0 -1
  2955. package/icons/bootstrap/tools.js +0 -1
  2956. package/icons/bootstrap/tornado.js +0 -1
  2957. package/icons/bootstrap/train-freight-front-fill.js +0 -1
  2958. package/icons/bootstrap/train-freight-front.js +0 -1
  2959. package/icons/bootstrap/train-front-fill.js +0 -1
  2960. package/icons/bootstrap/train-front.js +0 -1
  2961. package/icons/bootstrap/train-lightrail-front-fill.js +0 -1
  2962. package/icons/bootstrap/train-lightrail-front.js +0 -1
  2963. package/icons/bootstrap/translate.js +0 -1
  2964. package/icons/bootstrap/transparency.js +0 -1
  2965. package/icons/bootstrap/trash-fill.js +0 -1
  2966. package/icons/bootstrap/trash.js +0 -1
  2967. package/icons/bootstrap/trash2-fill.js +0 -1
  2968. package/icons/bootstrap/trash2.js +0 -1
  2969. package/icons/bootstrap/trash3-fill.js +0 -1
  2970. package/icons/bootstrap/trash3.js +0 -1
  2971. package/icons/bootstrap/tree-fill.js +0 -1
  2972. package/icons/bootstrap/tree.js +0 -1
  2973. package/icons/bootstrap/trello.js +0 -1
  2974. package/icons/bootstrap/triangle-fill.js +0 -1
  2975. package/icons/bootstrap/triangle-half.js +0 -1
  2976. package/icons/bootstrap/triangle.js +0 -1
  2977. package/icons/bootstrap/trophy-fill.js +0 -1
  2978. package/icons/bootstrap/trophy.js +0 -1
  2979. package/icons/bootstrap/tropical-storm.js +0 -1
  2980. package/icons/bootstrap/truck-flatbed.js +0 -1
  2981. package/icons/bootstrap/truck-front-fill.js +0 -1
  2982. package/icons/bootstrap/truck-front.js +0 -1
  2983. package/icons/bootstrap/truck.js +0 -1
  2984. package/icons/bootstrap/tsunami.js +0 -1
  2985. package/icons/bootstrap/tv-fill.js +0 -1
  2986. package/icons/bootstrap/tv.js +0 -1
  2987. package/icons/bootstrap/twitch.js +0 -1
  2988. package/icons/bootstrap/twitter-x.js +0 -1
  2989. package/icons/bootstrap/twitter.js +0 -1
  2990. package/icons/bootstrap/type-bold.js +0 -1
  2991. package/icons/bootstrap/type-h1.js +0 -1
  2992. package/icons/bootstrap/type-h2.js +0 -1
  2993. package/icons/bootstrap/type-h3.js +0 -1
  2994. package/icons/bootstrap/type-h4.js +0 -1
  2995. package/icons/bootstrap/type-h5.js +0 -1
  2996. package/icons/bootstrap/type-h6.js +0 -1
  2997. package/icons/bootstrap/type-italic.js +0 -1
  2998. package/icons/bootstrap/type-strikethrough.js +0 -1
  2999. package/icons/bootstrap/type-underline.js +0 -1
  3000. package/icons/bootstrap/type.js +0 -1
  3001. package/icons/bootstrap/ubuntu.js +0 -1
  3002. package/icons/bootstrap/ui-checks-grid.js +0 -1
  3003. package/icons/bootstrap/ui-checks.js +0 -1
  3004. package/icons/bootstrap/ui-radios-grid.js +0 -1
  3005. package/icons/bootstrap/ui-radios.js +0 -1
  3006. package/icons/bootstrap/umbrella-fill.js +0 -1
  3007. package/icons/bootstrap/umbrella.js +0 -1
  3008. package/icons/bootstrap/unindent.js +0 -1
  3009. package/icons/bootstrap/union.js +0 -1
  3010. package/icons/bootstrap/unity.js +0 -1
  3011. package/icons/bootstrap/universal-access-circle.js +0 -1
  3012. package/icons/bootstrap/universal-access.js +0 -1
  3013. package/icons/bootstrap/unlock-fill.js +0 -1
  3014. package/icons/bootstrap/unlock.js +0 -1
  3015. package/icons/bootstrap/upc-scan.js +0 -1
  3016. package/icons/bootstrap/upc.js +0 -1
  3017. package/icons/bootstrap/upload.js +0 -1
  3018. package/icons/bootstrap/usb-c-fill.js +0 -1
  3019. package/icons/bootstrap/usb-c.js +0 -1
  3020. package/icons/bootstrap/usb-drive-fill.js +0 -1
  3021. package/icons/bootstrap/usb-drive.js +0 -1
  3022. package/icons/bootstrap/usb-fill.js +0 -1
  3023. package/icons/bootstrap/usb-micro-fill.js +0 -1
  3024. package/icons/bootstrap/usb-micro.js +0 -1
  3025. package/icons/bootstrap/usb-mini-fill.js +0 -1
  3026. package/icons/bootstrap/usb-mini.js +0 -1
  3027. package/icons/bootstrap/usb-plug-fill.js +0 -1
  3028. package/icons/bootstrap/usb-plug.js +0 -1
  3029. package/icons/bootstrap/usb-symbol.js +0 -1
  3030. package/icons/bootstrap/usb.js +0 -1
  3031. package/icons/bootstrap/valentine.js +0 -1
  3032. package/icons/bootstrap/valentine2.js +0 -1
  3033. package/icons/bootstrap/vector-pen.js +0 -1
  3034. package/icons/bootstrap/view-list.js +0 -1
  3035. package/icons/bootstrap/view-stacked.js +0 -1
  3036. package/icons/bootstrap/vignette.js +0 -1
  3037. package/icons/bootstrap/vimeo.js +0 -1
  3038. package/icons/bootstrap/vinyl-fill.js +0 -1
  3039. package/icons/bootstrap/vinyl.js +0 -1
  3040. package/icons/bootstrap/virus.js +0 -1
  3041. package/icons/bootstrap/virus2.js +0 -1
  3042. package/icons/bootstrap/voicemail.js +0 -1
  3043. package/icons/bootstrap/volume-down-fill.js +0 -1
  3044. package/icons/bootstrap/volume-down.js +0 -1
  3045. package/icons/bootstrap/volume-mute-fill.js +0 -1
  3046. package/icons/bootstrap/volume-mute.js +0 -1
  3047. package/icons/bootstrap/volume-off-fill.js +0 -1
  3048. package/icons/bootstrap/volume-off.js +0 -1
  3049. package/icons/bootstrap/volume-up-fill.js +0 -1
  3050. package/icons/bootstrap/volume-up.js +0 -1
  3051. package/icons/bootstrap/vr.js +0 -1
  3052. package/icons/bootstrap/wallet-fill.js +0 -1
  3053. package/icons/bootstrap/wallet.js +0 -1
  3054. package/icons/bootstrap/wallet2.js +0 -1
  3055. package/icons/bootstrap/watch.js +0 -1
  3056. package/icons/bootstrap/water.js +0 -1
  3057. package/icons/bootstrap/webcam-fill.js +0 -1
  3058. package/icons/bootstrap/webcam.js +0 -1
  3059. package/icons/bootstrap/wechat.js +0 -1
  3060. package/icons/bootstrap/whatsapp.js +0 -1
  3061. package/icons/bootstrap/wifi-1.js +0 -1
  3062. package/icons/bootstrap/wifi-2.js +0 -1
  3063. package/icons/bootstrap/wifi-off.js +0 -1
  3064. package/icons/bootstrap/wifi.js +0 -1
  3065. package/icons/bootstrap/wikipedia.js +0 -1
  3066. package/icons/bootstrap/wind.js +0 -1
  3067. package/icons/bootstrap/window-dash.js +0 -1
  3068. package/icons/bootstrap/window-desktop.js +0 -1
  3069. package/icons/bootstrap/window-dock.js +0 -1
  3070. package/icons/bootstrap/window-fullscreen.js +0 -1
  3071. package/icons/bootstrap/window-plus.js +0 -1
  3072. package/icons/bootstrap/window-sidebar.js +0 -1
  3073. package/icons/bootstrap/window-split.js +0 -1
  3074. package/icons/bootstrap/window-stack.js +0 -1
  3075. package/icons/bootstrap/window-x.js +0 -1
  3076. package/icons/bootstrap/window.js +0 -1
  3077. package/icons/bootstrap/windows.js +0 -1
  3078. package/icons/bootstrap/wordpress.js +0 -1
  3079. package/icons/bootstrap/wrench-adjustable-circle-fill.js +0 -1
  3080. package/icons/bootstrap/wrench-adjustable-circle.js +0 -1
  3081. package/icons/bootstrap/wrench-adjustable.js +0 -1
  3082. package/icons/bootstrap/wrench.js +0 -1
  3083. package/icons/bootstrap/x-circle-fill.js +0 -1
  3084. package/icons/bootstrap/x-circle.js +0 -1
  3085. package/icons/bootstrap/x-diamond-fill.js +0 -1
  3086. package/icons/bootstrap/x-diamond.js +0 -1
  3087. package/icons/bootstrap/x-lg.js +0 -1
  3088. package/icons/bootstrap/x-octagon-fill.js +0 -1
  3089. package/icons/bootstrap/x-octagon.js +0 -1
  3090. package/icons/bootstrap/x-square-fill.js +0 -1
  3091. package/icons/bootstrap/x-square.js +0 -1
  3092. package/icons/bootstrap/x.js +0 -1
  3093. package/icons/bootstrap/xbox.js +0 -1
  3094. package/icons/bootstrap/yelp.js +0 -1
  3095. package/icons/bootstrap/yin-yang.js +0 -1
  3096. package/icons/bootstrap/youtube.js +0 -1
  3097. package/icons/bootstrap/zoom-in.js +0 -1
  3098. package/icons/bootstrap/zoom-out.js +0 -1
  3099. package/icons/gcp/access-context-manager.js +0 -1
  3100. package/icons/gcp/administration.js +0 -1
  3101. package/icons/gcp/advanced-agent-modeling.js +0 -1
  3102. package/icons/gcp/advanced-solutions-lab.js +0 -1
  3103. package/icons/gcp/agent-assist.js +0 -1
  3104. package/icons/gcp/ai-hub.js +0 -1
  3105. package/icons/gcp/ai-platform-unified.js +0 -1
  3106. package/icons/gcp/ai-platform.js +0 -1
  3107. package/icons/gcp/analytics-hub.js +0 -1
  3108. package/icons/gcp/anthos-config-management.js +0 -1
  3109. package/icons/gcp/anthos-service-mesh.js +0 -1
  3110. package/icons/gcp/anthos.js +0 -1
  3111. package/icons/gcp/api-analytics.js +0 -1
  3112. package/icons/gcp/api-monetization.js +0 -1
  3113. package/icons/gcp/api.js +0 -1
  3114. package/icons/gcp/apigee-api-platform.js +0 -1
  3115. package/icons/gcp/apigee-sense.js +0 -1
  3116. package/icons/gcp/app-engine.js +0 -1
  3117. package/icons/gcp/artifact-registry.js +0 -1
  3118. package/icons/gcp/asset-inventory.js +0 -1
  3119. package/icons/gcp/assured-workloads.js +0 -1
  3120. package/icons/gcp/auto-ml-natural-language.js +0 -1
  3121. package/icons/gcp/auto-ml-tables.js +0 -1
  3122. package/icons/gcp/auto-ml-translation.js +0 -1
  3123. package/icons/gcp/auto-ml-video-intelligence.js +0 -1
  3124. package/icons/gcp/auto-ml-vision.js +0 -1
  3125. package/icons/gcp/auto-ml.js +0 -1
  3126. package/icons/gcp/bare-metal-solutions.js +0 -1
  3127. package/icons/gcp/batch.js +0 -1
  3128. package/icons/gcp/beyondcorp.js +0 -1
  3129. package/icons/gcp/big-query.js +0 -1
  3130. package/icons/gcp/bigtable.js +0 -1
  3131. package/icons/gcp/billing.js +0 -1
  3132. package/icons/gcp/binary-authorization.js +0 -1
  3133. package/icons/gcp/catalog.js +0 -1
  3134. package/icons/gcp/certificate-authority-service.js +0 -1
  3135. package/icons/gcp/certificate-manager.js +0 -1
  3136. package/icons/gcp/cloud-api-gateway.js +0 -1
  3137. package/icons/gcp/cloud-apis.js +0 -1
  3138. package/icons/gcp/cloud-armor.js +0 -1
  3139. package/icons/gcp/cloud-asset-inventory.js +0 -1
  3140. package/icons/gcp/cloud-audit-logs.js +0 -1
  3141. package/icons/gcp/cloud-build.js +0 -1
  3142. package/icons/gcp/cloud-cdn.js +0 -1
  3143. package/icons/gcp/cloud-code.js +0 -1
  3144. package/icons/gcp/cloud-composer.js +0 -1
  3145. package/icons/gcp/cloud-data-fusion.js +0 -1
  3146. package/icons/gcp/cloud-deploy.js +0 -1
  3147. package/icons/gcp/cloud-deployment-manager.js +0 -1
  3148. package/icons/gcp/cloud-dns.js +0 -1
  3149. package/icons/gcp/cloud-domains.js +0 -1
  3150. package/icons/gcp/cloud-ekm.js +0 -1
  3151. package/icons/gcp/cloud-endpoints.js +0 -1
  3152. package/icons/gcp/cloud-external-ip-addresses.js +0 -1
  3153. package/icons/gcp/cloud-firewall-rules.js +0 -1
  3154. package/icons/gcp/cloud-for-marketing.js +0 -1
  3155. package/icons/gcp/cloud-functions.js +0 -1
  3156. package/icons/gcp/cloud-generic.js +0 -1
  3157. package/icons/gcp/cloud-gpu.js +0 -1
  3158. package/icons/gcp/cloud-healthcare-api.js +0 -1
  3159. package/icons/gcp/cloud-healthcare-marketplace.js +0 -1
  3160. package/icons/gcp/cloud-hsm.js +0 -1
  3161. package/icons/gcp/cloud-ids.js +0 -1
  3162. package/icons/gcp/cloud-inference-api.js +0 -1
  3163. package/icons/gcp/cloud-interconnect.js +0 -1
  3164. package/icons/gcp/cloud-jobs-api.js +0 -1
  3165. package/icons/gcp/cloud-load-balancing.js +0 -1
  3166. package/icons/gcp/cloud-logging.js +0 -1
  3167. package/icons/gcp/cloud-media-edge.js +0 -1
  3168. package/icons/gcp/cloud-monitoring.js +0 -1
  3169. package/icons/gcp/cloud-nat.js +0 -1
  3170. package/icons/gcp/cloud-natural-language-api.js +0 -1
  3171. package/icons/gcp/cloud-network.js +0 -1
  3172. package/icons/gcp/cloud-ops.js +0 -1
  3173. package/icons/gcp/cloud-optimization-ai-fleet-routing-api.js +0 -1
  3174. package/icons/gcp/cloud-optimization-ai.js +0 -1
  3175. package/icons/gcp/cloud-router.js +0 -1
  3176. package/icons/gcp/cloud-routes.js +0 -1
  3177. package/icons/gcp/cloud-run-for-anthos.js +0 -1
  3178. package/icons/gcp/cloud-run.js +0 -1
  3179. package/icons/gcp/cloud-scheduler.js +0 -1
  3180. package/icons/gcp/cloud-security-scanner.js +0 -1
  3181. package/icons/gcp/cloud-shell.js +0 -1
  3182. package/icons/gcp/cloud-spanner.js +0 -1
  3183. package/icons/gcp/cloud-sql.js +0 -1
  3184. package/icons/gcp/cloud-storage.js +0 -1
  3185. package/icons/gcp/cloud-tasks.js +0 -1
  3186. package/icons/gcp/cloud-test-lab.js +0 -1
  3187. package/icons/gcp/cloud-tpu.js +0 -1
  3188. package/icons/gcp/cloud-translation-api.js +0 -1
  3189. package/icons/gcp/cloud-vision-api.js +0 -1
  3190. package/icons/gcp/cloud-vpn.js +0 -1
  3191. package/icons/gcp/compute-engine.js +0 -1
  3192. package/icons/gcp/configuration-management.js +0 -1
  3193. package/icons/gcp/connectivity-test.js +0 -1
  3194. package/icons/gcp/connectors.js +0 -1
  3195. package/icons/gcp/contact-center-ai.js +0 -1
  3196. package/icons/gcp/container-optimized-os.js +0 -1
  3197. package/icons/gcp/container-registry.js +0 -1
  3198. package/icons/gcp/data-catalog.js +0 -1
  3199. package/icons/gcp/data-labeling.js +0 -1
  3200. package/icons/gcp/data-layers.js +0 -1
  3201. package/icons/gcp/data-loss-prevention-api.js +0 -1
  3202. package/icons/gcp/data-qn-a.js +0 -1
  3203. package/icons/gcp/data-studio.js +0 -1
  3204. package/icons/gcp/data-transfer.js +0 -1
  3205. package/icons/gcp/database-migration-service.js +0 -1
  3206. package/icons/gcp/dataflow.js +0 -1
  3207. package/icons/gcp/datalab.js +0 -1
  3208. package/icons/gcp/dataplex.js +0 -1
  3209. package/icons/gcp/datapol.js +0 -1
  3210. package/icons/gcp/dataprep.js +0 -1
  3211. package/icons/gcp/dataproc-metastore.js +0 -1
  3212. package/icons/gcp/dataproc.js +0 -1
  3213. package/icons/gcp/datashare.js +0 -1
  3214. package/icons/gcp/datastore.js +0 -1
  3215. package/icons/gcp/datastream.js +0 -1
  3216. package/icons/gcp/debugger.js +0 -1
  3217. package/icons/gcp/developer-portal.js +0 -1
  3218. package/icons/gcp/dialogflow-cx.js +0 -1
  3219. package/icons/gcp/dialogflow-insights.js +0 -1
  3220. package/icons/gcp/dialogflow.js +0 -1
  3221. package/icons/gcp/document-ai.js +0 -1
  3222. package/icons/gcp/early-access-center.js +0 -1
  3223. package/icons/gcp/error-reporting.js +0 -1
  3224. package/icons/gcp/eventarc.js +0 -1
  3225. package/icons/gcp/filestore.js +0 -1
  3226. package/icons/gcp/financial-services-marketplace.js +0 -1
  3227. package/icons/gcp/firestore.js +0 -1
  3228. package/icons/gcp/fleet-engine.js +0 -1
  3229. package/icons/gcp/free-trial.js +0 -1
  3230. package/icons/gcp/game-servers.js +0 -1
  3231. package/icons/gcp/gce-systems-management.js +0 -1
  3232. package/icons/gcp/genomics.js +0 -1
  3233. package/icons/gcp/gke-on-prem.js +0 -1
  3234. package/icons/gcp/google-cloud-marketplace.js +0 -1
  3235. package/icons/gcp/google-kubernetes-engine.js +0 -1
  3236. package/icons/gcp/google-maps-platform.js +0 -1
  3237. package/icons/gcp/healthcare-nlp-api.js +0 -1
  3238. package/icons/gcp/home.js +0 -1
  3239. package/icons/gcp/identity-and-access-management.js +0 -1
  3240. package/icons/gcp/identity-aware-proxy.js +0 -1
  3241. package/icons/gcp/identity-platform.js +0 -1
  3242. package/icons/gcp/iot-core.js +0 -1
  3243. package/icons/gcp/iot-edge.js +0 -1
  3244. package/icons/gcp/key-access-justifications.js +0 -1
  3245. package/icons/gcp/key-management-service.js +0 -1
  3246. package/icons/gcp/kuberun.js +0 -1
  3247. package/icons/gcp/launcher.js +0 -1
  3248. package/icons/gcp/local-ssd.js +0 -1
  3249. package/icons/gcp/looker.js +0 -1
  3250. package/icons/gcp/managed-service-for-microsoft-active-directory.js +0 -1
  3251. package/icons/gcp/media-translation-api.js +0 -1
  3252. package/icons/gcp/memorystore.js +0 -1
  3253. package/icons/gcp/migrate-for-anthos.js +0 -1
  3254. package/icons/gcp/migrate-for-compute-engine.js +0 -1
  3255. package/icons/gcp/my-cloud.js +0 -1
  3256. package/icons/gcp/network-connectivity-center.js +0 -1
  3257. package/icons/gcp/network-intelligence-center.js +0 -1
  3258. package/icons/gcp/network-security.js +0 -1
  3259. package/icons/gcp/network-tiers.js +0 -1
  3260. package/icons/gcp/network-topology.js +0 -1
  3261. package/icons/gcp/onboarding.js +0 -1
  3262. package/icons/gcp/os-configuration-management.js +0 -1
  3263. package/icons/gcp/os-inventory-management.js +0 -1
  3264. package/icons/gcp/os-patch-management.js +0 -1
  3265. package/icons/gcp/partner-interconnect.js +0 -1
  3266. package/icons/gcp/partner-portal.js +0 -1
  3267. package/icons/gcp/performance-dashboard.js +0 -1
  3268. package/icons/gcp/permissions.js +0 -1
  3269. package/icons/gcp/persistent-disk.js +0 -1
  3270. package/icons/gcp/phishing-protection.js +0 -1
  3271. package/icons/gcp/policy-analyzer.js +0 -1
  3272. package/icons/gcp/premium-network-tier.js +0 -1
  3273. package/icons/gcp/private-connectivity.js +0 -1
  3274. package/icons/gcp/private-service-connect.js +0 -1
  3275. package/icons/gcp/producer-portal.js +0 -1
  3276. package/icons/gcp/profiler.js +0 -1
  3277. package/icons/gcp/project.js +0 -1
  3278. package/icons/gcp/pub-sub.js +0 -1
  3279. package/icons/gcp/quantum-engine.js +0 -1
  3280. package/icons/gcp/quotas.js +0 -1
  3281. package/icons/gcp/real-world-insights.js +0 -1
  3282. package/icons/gcp/recommendations-ai.js +0 -1
  3283. package/icons/gcp/release-notes.js +0 -1
  3284. package/icons/gcp/retail-api.js +0 -1
  3285. package/icons/gcp/risk-manager.js +0 -1
  3286. package/icons/gcp/runtime-config.js +0 -1
  3287. package/icons/gcp/secret-manager.js +0 -1
  3288. package/icons/gcp/security-command-center.js +0 -1
  3289. package/icons/gcp/security-health-advisor.js +0 -1
  3290. package/icons/gcp/security-key-enforcement.js +0 -1
  3291. package/icons/gcp/security.js +0 -1
  3292. package/icons/gcp/service-discovery.js +0 -1
  3293. package/icons/gcp/speech-to-text.js +0 -1
  3294. package/icons/gcp/stackdriver.js +0 -1
  3295. package/icons/gcp/standard-network-tier.js +0 -1
  3296. package/icons/gcp/stream-suite.js +0 -1
  3297. package/icons/gcp/support.js +0 -1
  3298. package/icons/gcp/tensorflow-enterprise.js +0 -1
  3299. package/icons/gcp/text-to-speech.js +0 -1
  3300. package/icons/gcp/tools-for-powershell.js +0 -1
  3301. package/icons/gcp/trace.js +0 -1
  3302. package/icons/gcp/traffic-director.js +0 -1
  3303. package/icons/gcp/transfer-appliance.js +0 -1
  3304. package/icons/gcp/transfer.js +0 -1
  3305. package/icons/gcp/user-preferences.js +0 -1
  3306. package/icons/gcp/vertex-ai.js +0 -1
  3307. package/icons/gcp/video-intelligence-api.js +0 -1
  3308. package/icons/gcp/virtual-private-cloud.js +0 -1
  3309. package/icons/gcp/visual-inspection.js +0 -1
  3310. package/icons/gcp/vmware-engine.js +0 -1
  3311. package/icons/gcp/web-risk.js +0 -1
  3312. package/icons/gcp/web-security-scanner.js +0 -1
  3313. package/icons/gcp/workflows.js +0 -1
  3314. package/icons/gcp/workload-identity-pool.js +0 -1
  3315. package/icons/icon.d.ts +0 -2
  3316. package/icons/tech/100tb.js +0 -1
  3317. package/icons/tech/500px.js +0 -1
  3318. package/icons/tech/aarch64.js +0 -1
  3319. package/icons/tech/active-campaign-icon.js +0 -1
  3320. package/icons/tech/active-campaign.js +0 -1
  3321. package/icons/tech/adobe-after-effects.js +0 -1
  3322. package/icons/tech/adobe-animate.js +0 -1
  3323. package/icons/tech/adobe-dreamweaver.js +0 -1
  3324. package/icons/tech/adobe-icon.js +0 -1
  3325. package/icons/tech/adobe-illustrator.js +0 -1
  3326. package/icons/tech/adobe-incopy.js +0 -1
  3327. package/icons/tech/adobe-indesign.js +0 -1
  3328. package/icons/tech/adobe-lightroom.js +0 -1
  3329. package/icons/tech/adobe-photoshop.js +0 -1
  3330. package/icons/tech/adobe-premiere-pro.js +0 -1
  3331. package/icons/tech/adobe-premiere.js +0 -1
  3332. package/icons/tech/adobe-xd.js +0 -1
  3333. package/icons/tech/adobe.js +0 -1
  3334. package/icons/tech/adonis-js.js +0 -1
  3335. package/icons/tech/adonisjs-icon.js +0 -1
  3336. package/icons/tech/adroll.js +0 -1
  3337. package/icons/tech/adyen.js +0 -1
  3338. package/icons/tech/aerogear.js +0 -1
  3339. package/icons/tech/aerospike-icon.js +0 -1
  3340. package/icons/tech/aerospike.js +0 -1
  3341. package/icons/tech/after-effects.js +0 -1
  3342. package/icons/tech/aha.js +0 -1
  3343. package/icons/tech/airbnb-icon.js +0 -1
  3344. package/icons/tech/airbnb.js +0 -1
  3345. package/icons/tech/airbrake.js +0 -1
  3346. package/icons/tech/airflow-icon.js +0 -1
  3347. package/icons/tech/airflow.js +0 -1
  3348. package/icons/tech/airtable.js +0 -1
  3349. package/icons/tech/aix.js +0 -1
  3350. package/icons/tech/akamai.js +0 -1
  3351. package/icons/tech/akka.js +0 -1
  3352. package/icons/tech/alfresco.js +0 -1
  3353. package/icons/tech/algolia.js +0 -1
  3354. package/icons/tech/alpinejs-icon.js +0 -1
  3355. package/icons/tech/alpinejs.js +0 -1
  3356. package/icons/tech/altair.js +0 -1
  3357. package/icons/tech/amazon-chime.js +0 -1
  3358. package/icons/tech/amazon-connect.js +0 -1
  3359. package/icons/tech/amazon-web-services.js +0 -1
  3360. package/icons/tech/amd.js +0 -1
  3361. package/icons/tech/amex-digital.js +0 -1
  3362. package/icons/tech/amex.js +0 -1
  3363. package/icons/tech/amp-icon.js +0 -1
  3364. package/icons/tech/amp.js +0 -1
  3365. package/icons/tech/ampersand.js +0 -1
  3366. package/icons/tech/amplication-icon.js +0 -1
  3367. package/icons/tech/amplication.js +0 -1
  3368. package/icons/tech/amplitude-icon.js +0 -1
  3369. package/icons/tech/amplitude.js +0 -1
  3370. package/icons/tech/anaconda.js +0 -1
  3371. package/icons/tech/analog.js +0 -1
  3372. package/icons/tech/android-icon.js +0 -1
  3373. package/icons/tech/android-studio.js +0 -1
  3374. package/icons/tech/android-vertical.js +0 -1
  3375. package/icons/tech/android.js +0 -1
  3376. package/icons/tech/angellist.js +0 -1
  3377. package/icons/tech/angular-icon.js +0 -1
  3378. package/icons/tech/angular-js.js +0 -1
  3379. package/icons/tech/angular.js +0 -1
  3380. package/icons/tech/ansible.js +0 -1
  3381. package/icons/tech/ant-design.js +0 -1
  3382. package/icons/tech/anthropic-icon.js +0 -1
  3383. package/icons/tech/anthropic.js +0 -1
  3384. package/icons/tech/apache-camel.js +0 -1
  3385. package/icons/tech/apache-cloudstack.js +0 -1
  3386. package/icons/tech/apache-flink-icon.js +0 -1
  3387. package/icons/tech/apache-flink.js +0 -1
  3388. package/icons/tech/apache-spark.js +0 -1
  3389. package/icons/tech/apache-superset-icon.js +0 -1
  3390. package/icons/tech/apache-superset.js +0 -1
  3391. package/icons/tech/apache.js +0 -1
  3392. package/icons/tech/apiary.js +0 -1
  3393. package/icons/tech/apidog-icon.js +0 -1
  3394. package/icons/tech/apidog.js +0 -1
  3395. package/icons/tech/apl.js +0 -1
  3396. package/icons/tech/apollostack.js +0 -1
  3397. package/icons/tech/apostrophe.js +0 -1
  3398. package/icons/tech/appbaseio-icon.js +0 -1
  3399. package/icons/tech/appbaseio.js +0 -1
  3400. package/icons/tech/appcelerator.js +0 -1
  3401. package/icons/tech/appcenter-icon.js +0 -1
  3402. package/icons/tech/appcenter.js +0 -1
  3403. package/icons/tech/appcircle-icon.js +0 -1
  3404. package/icons/tech/appcircle.js +0 -1
  3405. package/icons/tech/appcode.js +0 -1
  3406. package/icons/tech/appdynamics-icon.js +0 -1
  3407. package/icons/tech/appdynamics.js +0 -1
  3408. package/icons/tech/appium.js +0 -1
  3409. package/icons/tech/apple-app-store.js +0 -1
  3410. package/icons/tech/apple-pay.js +0 -1
  3411. package/icons/tech/apple-safari.js +0 -1
  3412. package/icons/tech/apple.js +0 -1
  3413. package/icons/tech/applitools-icon.js +0 -1
  3414. package/icons/tech/applitools.js +0 -1
  3415. package/icons/tech/appsignal-icon.js +0 -1
  3416. package/icons/tech/appsignal.js +0 -1
  3417. package/icons/tech/apptentive.js +0 -1
  3418. package/icons/tech/appveyor.js +0 -1
  3419. package/icons/tech/appwrite-icon.js +0 -1
  3420. package/icons/tech/appwrite.js +0 -1
  3421. package/icons/tech/arangodb-icon.js +0 -1
  3422. package/icons/tech/arangodb.js +0 -1
  3423. package/icons/tech/arc.js +0 -1
  3424. package/icons/tech/architect-icon.js +0 -1
  3425. package/icons/tech/architect.js +0 -1
  3426. package/icons/tech/archlinux.js +0 -1
  3427. package/icons/tech/arduino.js +0 -1
  3428. package/icons/tech/argo-icon.js +0 -1
  3429. package/icons/tech/argo.js +0 -1
  3430. package/icons/tech/argocd.js +0 -1
  3431. package/icons/tech/arm.js +0 -1
  3432. package/icons/tech/armory-icon.js +0 -1
  3433. package/icons/tech/armory.js +0 -1
  3434. package/icons/tech/asana-icon.js +0 -1
  3435. package/icons/tech/asana.js +0 -1
  3436. package/icons/tech/asciidoctor.js +0 -1
  3437. package/icons/tech/assembla-icon.js +0 -1
  3438. package/icons/tech/assembla.js +0 -1
  3439. package/icons/tech/astro-icon.js +0 -1
  3440. package/icons/tech/astro.js +0 -1
  3441. package/icons/tech/astronomer.js +0 -1
  3442. package/icons/tech/async-api-icon.js +0 -1
  3443. package/icons/tech/async-api.js +0 -1
  3444. package/icons/tech/atlassian.js +0 -1
  3445. package/icons/tech/atom-icon.js +0 -1
  3446. package/icons/tech/atom.js +0 -1
  3447. package/icons/tech/atomic-icon.js +0 -1
  3448. package/icons/tech/atomic.js +0 -1
  3449. package/icons/tech/atomicojs-icon.js +0 -1
  3450. package/icons/tech/atomicojs.js +0 -1
  3451. package/icons/tech/aurelia.js +0 -1
  3452. package/icons/tech/aurora.js +0 -1
  3453. package/icons/tech/auth0-icon.js +0 -1
  3454. package/icons/tech/auth0.js +0 -1
  3455. package/icons/tech/authy.js +0 -1
  3456. package/icons/tech/autodesk-maya.js +0 -1
  3457. package/icons/tech/autodesk-shot-grid.js +0 -1
  3458. package/icons/tech/autoit.js +0 -1
  3459. package/icons/tech/autoprefixer.js +0 -1
  3460. package/icons/tech/ava.js +0 -1
  3461. package/icons/tech/awesome.js +0 -1
  3462. package/icons/tech/awk.js +0 -1
  3463. package/icons/tech/aws-amplify.js +0 -1
  3464. package/icons/tech/aws-api-gateway.js +0 -1
  3465. package/icons/tech/aws-app-mesh.js +0 -1
  3466. package/icons/tech/aws-appflow.js +0 -1
  3467. package/icons/tech/aws-appsync.js +0 -1
  3468. package/icons/tech/aws-athena.js +0 -1
  3469. package/icons/tech/aws-aurora.js +0 -1
  3470. package/icons/tech/aws-backup.js +0 -1
  3471. package/icons/tech/aws-batch.js +0 -1
  3472. package/icons/tech/aws-certificate-manager.js +0 -1
  3473. package/icons/tech/aws-cloudformation.js +0 -1
  3474. package/icons/tech/aws-cloudfront.js +0 -1
  3475. package/icons/tech/aws-cloudsearch.js +0 -1
  3476. package/icons/tech/aws-cloudtrail.js +0 -1
  3477. package/icons/tech/aws-cloudwatch.js +0 -1
  3478. package/icons/tech/aws-codebuild.js +0 -1
  3479. package/icons/tech/aws-codecommit.js +0 -1
  3480. package/icons/tech/aws-codedeploy.js +0 -1
  3481. package/icons/tech/aws-codepipeline.js +0 -1
  3482. package/icons/tech/aws-codestar.js +0 -1
  3483. package/icons/tech/aws-cognito.js +0 -1
  3484. package/icons/tech/aws-config.js +0 -1
  3485. package/icons/tech/aws-documentdb.js +0 -1
  3486. package/icons/tech/aws-dynamodb.js +0 -1
  3487. package/icons/tech/aws-ec2.js +0 -1
  3488. package/icons/tech/aws-ecs.js +0 -1
  3489. package/icons/tech/aws-eks.js +0 -1
  3490. package/icons/tech/aws-elastic-beanstalk.js +0 -1
  3491. package/icons/tech/aws-elasticache.js +0 -1
  3492. package/icons/tech/aws-elb.js +0 -1
  3493. package/icons/tech/aws-eventbridge.js +0 -1
  3494. package/icons/tech/aws-fargate.js +0 -1
  3495. package/icons/tech/aws-glacier.js +0 -1
  3496. package/icons/tech/aws-glue.js +0 -1
  3497. package/icons/tech/aws-iam.js +0 -1
  3498. package/icons/tech/aws-keyspaces.js +0 -1
  3499. package/icons/tech/aws-kinesis.js +0 -1
  3500. package/icons/tech/aws-kms.js +0 -1
  3501. package/icons/tech/aws-lake-formation.js +0 -1
  3502. package/icons/tech/aws-lambda.js +0 -1
  3503. package/icons/tech/aws-lightsail.js +0 -1
  3504. package/icons/tech/aws-mq.js +0 -1
  3505. package/icons/tech/aws-msk.js +0 -1
  3506. package/icons/tech/aws-neptune.js +0 -1
  3507. package/icons/tech/aws-open-search.js +0 -1
  3508. package/icons/tech/aws-opsworks.js +0 -1
  3509. package/icons/tech/aws-quicksight.js +0 -1
  3510. package/icons/tech/aws-rds.js +0 -1
  3511. package/icons/tech/aws-redshift.js +0 -1
  3512. package/icons/tech/aws-route53.js +0 -1
  3513. package/icons/tech/aws-s3.js +0 -1
  3514. package/icons/tech/aws-secrets-manager.js +0 -1
  3515. package/icons/tech/aws-ses.js +0 -1
  3516. package/icons/tech/aws-shield.js +0 -1
  3517. package/icons/tech/aws-sns.js +0 -1
  3518. package/icons/tech/aws-sqs.js +0 -1
  3519. package/icons/tech/aws-step-functions.js +0 -1
  3520. package/icons/tech/aws-systems-manager.js +0 -1
  3521. package/icons/tech/aws-timestream.js +0 -1
  3522. package/icons/tech/aws-vpc.js +0 -1
  3523. package/icons/tech/aws-waf.js +0 -1
  3524. package/icons/tech/aws-xray.js +0 -1
  3525. package/icons/tech/aws.js +0 -1
  3526. package/icons/tech/axios.js +0 -1
  3527. package/icons/tech/azios.js +0 -1
  3528. package/icons/tech/azure-devops.js +0 -1
  3529. package/icons/tech/azure-sql-database.js +0 -1
  3530. package/icons/tech/azure.js +0 -1
  3531. package/icons/tech/babel.js +0 -1
  3532. package/icons/tech/backbone-icon.js +0 -1
  3533. package/icons/tech/backbone-js.js +0 -1
  3534. package/icons/tech/backbone.js +0 -1
  3535. package/icons/tech/backerkit.js +0 -1
  3536. package/icons/tech/baker-street.js +0 -1
  3537. package/icons/tech/balena.js +0 -1
  3538. package/icons/tech/ballerina.js +0 -1
  3539. package/icons/tech/bamboo.js +0 -1
  3540. package/icons/tech/basecamp-icon.js +0 -1
  3541. package/icons/tech/basecamp.js +0 -1
  3542. package/icons/tech/basekit.js +0 -1
  3543. package/icons/tech/baseline.js +0 -1
  3544. package/icons/tech/bash-icon.js +0 -1
  3545. package/icons/tech/bash.js +0 -1
  3546. package/icons/tech/batch.js +0 -1
  3547. package/icons/tech/beats.js +0 -1
  3548. package/icons/tech/behance.js +0 -1
  3549. package/icons/tech/bem-2.js +0 -1
  3550. package/icons/tech/bem.js +0 -1
  3551. package/icons/tech/bigpanda.js +0 -1
  3552. package/icons/tech/bing.js +0 -1
  3553. package/icons/tech/biomejs-icon.js +0 -1
  3554. package/icons/tech/biomejs.js +0 -1
  3555. package/icons/tech/bitbar.js +0 -1
  3556. package/icons/tech/bitbucket.js +0 -1
  3557. package/icons/tech/bitcoin.js +0 -1
  3558. package/icons/tech/bitnami.js +0 -1
  3559. package/icons/tech/bitrise-icon.js +0 -1
  3560. package/icons/tech/bitrise.js +0 -1
  3561. package/icons/tech/blender.js +0 -1
  3562. package/icons/tech/blitzjs-icon.js +0 -1
  3563. package/icons/tech/blitzjs.js +0 -1
  3564. package/icons/tech/blocs.js +0 -1
  3565. package/icons/tech/blogger.js +0 -1
  3566. package/icons/tech/blossom.js +0 -1
  3567. package/icons/tech/blueprint.js +0 -1
  3568. package/icons/tech/bluesky.js +0 -1
  3569. package/icons/tech/bluetooth.js +0 -1
  3570. package/icons/tech/booqable-icon.js +0 -1
  3571. package/icons/tech/booqable.js +0 -1
  3572. package/icons/tech/bootstrap.js +0 -1
  3573. package/icons/tech/bosun.js +0 -1
  3574. package/icons/tech/botanalytics.js +0 -1
  3575. package/icons/tech/bourbon.js +0 -1
  3576. package/icons/tech/bower.js +0 -1
  3577. package/icons/tech/box.js +0 -1
  3578. package/icons/tech/brackets.js +0 -1
  3579. package/icons/tech/brainjs.js +0 -1
  3580. package/icons/tech/branch-icon.js +0 -1
  3581. package/icons/tech/branch.js +0 -1
  3582. package/icons/tech/brandfolder-icon.js +0 -1
  3583. package/icons/tech/brandfolder.js +0 -1
  3584. package/icons/tech/brave.js +0 -1
  3585. package/icons/tech/braze-icon.js +0 -1
  3586. package/icons/tech/braze.js +0 -1
  3587. package/icons/tech/broadcom-icon.js +0 -1
  3588. package/icons/tech/broadcom.js +0 -1
  3589. package/icons/tech/broccoli.js +0 -1
  3590. package/icons/tech/brotli.js +0 -1
  3591. package/icons/tech/browserify-icon.js +0 -1
  3592. package/icons/tech/browserify.js +0 -1
  3593. package/icons/tech/browserling.js +0 -1
  3594. package/icons/tech/browserslist.js +0 -1
  3595. package/icons/tech/browserstack.js +0 -1
  3596. package/icons/tech/browsersync.js +0 -1
  3597. package/icons/tech/brunch.js +0 -1
  3598. package/icons/tech/bubble-icon.js +0 -1
  3599. package/icons/tech/bubble.js +0 -1
  3600. package/icons/tech/buck.js +0 -1
  3601. package/icons/tech/buddy.js +0 -1
  3602. package/icons/tech/buffer.js +0 -1
  3603. package/icons/tech/bugherd-icon.js +0 -1
  3604. package/icons/tech/bugherd.js +0 -1
  3605. package/icons/tech/bugsee.js +0 -1
  3606. package/icons/tech/bugsnag.js +0 -1
  3607. package/icons/tech/builder-io-icon.js +0 -1
  3608. package/icons/tech/builder-io.js +0 -1
  3609. package/icons/tech/buildkite-icon.js +0 -1
  3610. package/icons/tech/buildkite.js +0 -1
  3611. package/icons/tech/bulma.js +0 -1
  3612. package/icons/tech/bun.js +0 -1
  3613. package/icons/tech/bunny-net-icon.js +0 -1
  3614. package/icons/tech/bunny-net.js +0 -1
  3615. package/icons/tech/c.js +0 -1
  3616. package/icons/tech/cachet.js +0 -1
  3617. package/icons/tech/cairo-graphics.js +0 -1
  3618. package/icons/tech/cake-php.js +0 -1
  3619. package/icons/tech/cakephp-icon.js +0 -1
  3620. package/icons/tech/calibre-icon.js +0 -1
  3621. package/icons/tech/calibre.js +0 -1
  3622. package/icons/tech/campaignmonitor-icon.js +0 -1
  3623. package/icons/tech/campaignmonitor.js +0 -1
  3624. package/icons/tech/canjs.js +0 -1
  3625. package/icons/tech/canva.js +0 -1
  3626. package/icons/tech/capacitor.js +0 -1
  3627. package/icons/tech/capacitorjs-icon.js +0 -1
  3628. package/icons/tech/capacitorjs.js +0 -1
  3629. package/icons/tech/capistrano.js +0 -1
  3630. package/icons/tech/carbide.js +0 -1
  3631. package/icons/tech/cardano-icon.js +0 -1
  3632. package/icons/tech/cardano.js +0 -1
  3633. package/icons/tech/cassandra.js +0 -1
  3634. package/icons/tech/cent-os.js +0 -1
  3635. package/icons/tech/centos-icon.js +0 -1
  3636. package/icons/tech/certbot.js +0 -1
  3637. package/icons/tech/ceylon.js +0 -1
  3638. package/icons/tech/chai.js +0 -1
  3639. package/icons/tech/chalk.js +0 -1
  3640. package/icons/tech/chargebee-icon.js +0 -1
  3641. package/icons/tech/chargebee.js +0 -1
  3642. package/icons/tech/chartjs.js +0 -1
  3643. package/icons/tech/chef.js +0 -1
  3644. package/icons/tech/chevereto.js +0 -1
  3645. package/icons/tech/chroma.js +0 -1
  3646. package/icons/tech/chromatic-icon.js +0 -1
  3647. package/icons/tech/chromatic.js +0 -1
  3648. package/icons/tech/chrome-web-store.js +0 -1
  3649. package/icons/tech/chrome.js +0 -1
  3650. package/icons/tech/cinder.js +0 -1
  3651. package/icons/tech/circle-ci.js +0 -1
  3652. package/icons/tech/cirrus-ci.js +0 -1
  3653. package/icons/tech/cirrus.js +0 -1
  3654. package/icons/tech/clarity.js +0 -1
  3655. package/icons/tech/claude-icon.js +0 -1
  3656. package/icons/tech/claude.js +0 -1
  3657. package/icons/tech/clio-lang.js +0 -1
  3658. package/icons/tech/clion.js +0 -1
  3659. package/icons/tech/cljs.js +0 -1
  3660. package/icons/tech/clojure-script.js +0 -1
  3661. package/icons/tech/clojure.js +0 -1
  3662. package/icons/tech/close.js +0 -1
  3663. package/icons/tech/cloud9.js +0 -1
  3664. package/icons/tech/cloudacademy-icon.js +0 -1
  3665. package/icons/tech/cloudacademy.js +0 -1
  3666. package/icons/tech/cloudcraft.js +0 -1
  3667. package/icons/tech/cloudflare-icon.js +0 -1
  3668. package/icons/tech/cloudflare-workers-icon.js +0 -1
  3669. package/icons/tech/cloudflare-workers.js +0 -1
  3670. package/icons/tech/cloudflare.js +0 -1
  3671. package/icons/tech/cloudinary-icon.js +0 -1
  3672. package/icons/tech/cloudinary.js +0 -1
  3673. package/icons/tech/cloudlinux.js +0 -1
  3674. package/icons/tech/cmake.js +0 -1
  3675. package/icons/tech/cobalt.js +0 -1
  3676. package/icons/tech/cockpit.js +0 -1
  3677. package/icons/tech/cocoapods.js +0 -1
  3678. package/icons/tech/coda-icon.js +0 -1
  3679. package/icons/tech/coda.js +0 -1
  3680. package/icons/tech/codacy.js +0 -1
  3681. package/icons/tech/code-igniter.js +0 -1
  3682. package/icons/tech/code-pen.js +0 -1
  3683. package/icons/tech/codeac.js +0 -1
  3684. package/icons/tech/codebase.js +0 -1
  3685. package/icons/tech/codebeat.js +0 -1
  3686. package/icons/tech/codecademy.js +0 -1
  3687. package/icons/tech/codeception.js +0 -1
  3688. package/icons/tech/codeclimate-icon.js +0 -1
  3689. package/icons/tech/codeclimate.js +0 -1
  3690. package/icons/tech/codecov-icon.js +0 -1
  3691. package/icons/tech/codecov.js +0 -1
  3692. package/icons/tech/codefactor-icon.js +0 -1
  3693. package/icons/tech/codefactor.js +0 -1
  3694. package/icons/tech/codeigniter-icon.js +0 -1
  3695. package/icons/tech/codepen-icon.js +0 -1
  3696. package/icons/tech/codersrank-icon.js +0 -1
  3697. package/icons/tech/codersrank.js +0 -1
  3698. package/icons/tech/coderwall.js +0 -1
  3699. package/icons/tech/codesandbox-icon.js +0 -1
  3700. package/icons/tech/codesandbox.js +0 -1
  3701. package/icons/tech/codesee-icon.js +0 -1
  3702. package/icons/tech/codesee.js +0 -1
  3703. package/icons/tech/codio.js +0 -1
  3704. package/icons/tech/codium-icon.js +0 -1
  3705. package/icons/tech/codium.js +0 -1
  3706. package/icons/tech/coffee-script.js +0 -1
  3707. package/icons/tech/commitizen.js +0 -1
  3708. package/icons/tech/compass.js +0 -1
  3709. package/icons/tech/componentkit.js +0 -1
  3710. package/icons/tech/compose-multiplatform.js +0 -1
  3711. package/icons/tech/compose.js +0 -1
  3712. package/icons/tech/composer.js +0 -1
  3713. package/icons/tech/conan-io.js +0 -1
  3714. package/icons/tech/concourse.js +0 -1
  3715. package/icons/tech/concretecms-icon.js +0 -1
  3716. package/icons/tech/concretecms.js +0 -1
  3717. package/icons/tech/conda.js +0 -1
  3718. package/icons/tech/confluence.js +0 -1
  3719. package/icons/tech/consul.js +0 -1
  3720. package/icons/tech/contao.js +0 -1
  3721. package/icons/tech/contentful.js +0 -1
  3722. package/icons/tech/convox-icon.js +0 -1
  3723. package/icons/tech/convox.js +0 -1
  3724. package/icons/tech/copyleft-pirate.js +0 -1
  3725. package/icons/tech/copyleft.js +0 -1
  3726. package/icons/tech/corda.js +0 -1
  3727. package/icons/tech/cordova.js +0 -1
  3728. package/icons/tech/cosmosdb.js +0 -1
  3729. package/icons/tech/couchbase.js +0 -1
  3730. package/icons/tech/couchdb-icon.js +0 -1
  3731. package/icons/tech/couchdb.js +0 -1
  3732. package/icons/tech/coursera.js +0 -1
  3733. package/icons/tech/coveralls.js +0 -1
  3734. package/icons/tech/cpanel.js +0 -1
  3735. package/icons/tech/cplusplus.js +0 -1
  3736. package/icons/tech/craftcms.js +0 -1
  3737. package/icons/tech/crashlytics.js +0 -1
  3738. package/icons/tech/crateio.js +0 -1
  3739. package/icons/tech/create-react-app.js +0 -1
  3740. package/icons/tech/createjs.js +0 -1
  3741. package/icons/tech/crossplane-icon.js +0 -1
  3742. package/icons/tech/crossplane.js +0 -1
  3743. package/icons/tech/crucible.js +0 -1
  3744. package/icons/tech/crystal.js +0 -1
  3745. package/icons/tech/csharp.js +0 -1
  3746. package/icons/tech/css3-official.js +0 -1
  3747. package/icons/tech/css3.js +0 -1
  3748. package/icons/tech/cssnext.js +0 -1
  3749. package/icons/tech/cube-icon.js +0 -1
  3750. package/icons/tech/cube.js +0 -1
  3751. package/icons/tech/cucumber.js +0 -1
  3752. package/icons/tech/curl.js +0 -1
  3753. package/icons/tech/customerio-icon.js +0 -1
  3754. package/icons/tech/customerio.js +0 -1
  3755. package/icons/tech/cyclejs.js +0 -1
  3756. package/icons/tech/cypress-icon.js +0 -1
  3757. package/icons/tech/cypress.js +0 -1
  3758. package/icons/tech/d3.js +0 -1
  3759. package/icons/tech/d3js.js +0 -1
  3760. package/icons/tech/dailydev-icon.js +0 -1
  3761. package/icons/tech/dailydev.js +0 -1
  3762. package/icons/tech/daisy-ui-icon.js +0 -1
  3763. package/icons/tech/daisy-ui.js +0 -1
  3764. package/icons/tech/danfo.js +0 -1
  3765. package/icons/tech/dart.js +0 -1
  3766. package/icons/tech/dashlane-icon.js +0 -1
  3767. package/icons/tech/dashlane.js +0 -1
  3768. package/icons/tech/data-grip.js +0 -1
  3769. package/icons/tech/data-spell.js +0 -1
  3770. package/icons/tech/data-station.js +0 -1
  3771. package/icons/tech/database-labs.js +0 -1
  3772. package/icons/tech/datadog-icon.js +0 -1
  3773. package/icons/tech/datadog.js +0 -1
  3774. package/icons/tech/datasette-icon.js +0 -1
  3775. package/icons/tech/datasette.js +0 -1
  3776. package/icons/tech/datocms-icon.js +0 -1
  3777. package/icons/tech/datocms.js +0 -1
  3778. package/icons/tech/dbeaver.js +0 -1
  3779. package/icons/tech/dbt-icon.js +0 -1
  3780. package/icons/tech/dbt.js +0 -1
  3781. package/icons/tech/dcos-icon.js +0 -1
  3782. package/icons/tech/dcos.js +0 -1
  3783. package/icons/tech/debian.js +0 -1
  3784. package/icons/tech/delighted-icon.js +0 -1
  3785. package/icons/tech/delighted.js +0 -1
  3786. package/icons/tech/deno.js +0 -1
  3787. package/icons/tech/dependabot.js +0 -1
  3788. package/icons/tech/deployhq-icon.js +0 -1
  3789. package/icons/tech/deployhq.js +0 -1
  3790. package/icons/tech/derby.js +0 -1
  3791. package/icons/tech/descript-icon.js +0 -1
  3792. package/icons/tech/descript.js +0 -1
  3793. package/icons/tech/designernews.js +0 -1
  3794. package/icons/tech/deviantart-icon.js +0 -1
  3795. package/icons/tech/deviantart.js +0 -1
  3796. package/icons/tech/devicon.js +0 -1
  3797. package/icons/tech/dgraph-icon.js +0 -1
  3798. package/icons/tech/dgraph.js +0 -1
  3799. package/icons/tech/dialogflow.js +0 -1
  3800. package/icons/tech/digital-ocean-icon.js +0 -1
  3801. package/icons/tech/digital-ocean.js +0 -1
  3802. package/icons/tech/dimer.js +0 -1
  3803. package/icons/tech/dinersclub.js +0 -1
  3804. package/icons/tech/discord-icon.js +0 -1
  3805. package/icons/tech/discord-js.js +0 -1
  3806. package/icons/tech/discord.js +0 -1
  3807. package/icons/tech/discourse-icon.js +0 -1
  3808. package/icons/tech/discourse.js +0 -1
  3809. package/icons/tech/discover.js +0 -1
  3810. package/icons/tech/disqus.js +0 -1
  3811. package/icons/tech/django-icon.js +0 -1
  3812. package/icons/tech/django-rest.js +0 -1
  3813. package/icons/tech/django.js +0 -1
  3814. package/icons/tech/dockbit.js +0 -1
  3815. package/icons/tech/docker-icon.js +0 -1
  3816. package/icons/tech/docker.js +0 -1
  3817. package/icons/tech/doctrine.js +0 -1
  3818. package/icons/tech/docusaurus.js +0 -1
  3819. package/icons/tech/dojo-icon.js +0 -1
  3820. package/icons/tech/dojo-toolkit.js +0 -1
  3821. package/icons/tech/dojo.js +0 -1
  3822. package/icons/tech/dolt.js +0 -1
  3823. package/icons/tech/dotnet.js +0 -1
  3824. package/icons/tech/dovetail-icon.js +0 -1
  3825. package/icons/tech/dovetail.js +0 -1
  3826. package/icons/tech/dreamhost.js +0 -1
  3827. package/icons/tech/dribbble-icon.js +0 -1
  3828. package/icons/tech/dribbble.js +0 -1
  3829. package/icons/tech/drift.js +0 -1
  3830. package/icons/tech/drip.js +0 -1
  3831. package/icons/tech/drizzle-icon.js +0 -1
  3832. package/icons/tech/drizzle.js +0 -1
  3833. package/icons/tech/drone-icon.js +0 -1
  3834. package/icons/tech/drone.js +0 -1
  3835. package/icons/tech/drools-icon.js +0 -1
  3836. package/icons/tech/drools.js +0 -1
  3837. package/icons/tech/dropbox.js +0 -1
  3838. package/icons/tech/dropmark.js +0 -1
  3839. package/icons/tech/dropwizard.js +0 -1
  3840. package/icons/tech/dropzone.js +0 -1
  3841. package/icons/tech/drupal-icon.js +0 -1
  3842. package/icons/tech/drupal.js +0 -1
  3843. package/icons/tech/duckduckgo.js +0 -1
  3844. package/icons/tech/dynatrace-icon.js +0 -1
  3845. package/icons/tech/dynatrace.js +0 -1
  3846. package/icons/tech/dyndns.js +0 -1
  3847. package/icons/tech/ebanx.js +0 -1
  3848. package/icons/tech/eclipse-ceylon.js +0 -1
  3849. package/icons/tech/eclipse-icon.js +0 -1
  3850. package/icons/tech/eclipse-ide.js +0 -1
  3851. package/icons/tech/eclipse-vert-x.js +0 -1
  3852. package/icons/tech/eclipse.js +0 -1
  3853. package/icons/tech/ecma.js +0 -1
  3854. package/icons/tech/edgedb.js +0 -1
  3855. package/icons/tech/edgio-icon.js +0 -1
  3856. package/icons/tech/edgio.js +0 -1
  3857. package/icons/tech/editorconfig.js +0 -1
  3858. package/icons/tech/effect-icon.js +0 -1
  3859. package/icons/tech/effect.js +0 -1
  3860. package/icons/tech/effector.js +0 -1
  3861. package/icons/tech/egghead.js +0 -1
  3862. package/icons/tech/elasticbeats.js +0 -1
  3863. package/icons/tech/elasticpath-icon.js +0 -1
  3864. package/icons/tech/elasticpath.js +0 -1
  3865. package/icons/tech/elasticsearch.js +0 -1
  3866. package/icons/tech/electron.js +0 -1
  3867. package/icons/tech/element.js +0 -1
  3868. package/icons/tech/elemental-ui.js +0 -1
  3869. package/icons/tech/elementary.js +0 -1
  3870. package/icons/tech/eleventy-11ty.js +0 -1
  3871. package/icons/tech/eleventy.js +0 -1
  3872. package/icons/tech/elixir.js +0 -1
  3873. package/icons/tech/ello.js +0 -1
  3874. package/icons/tech/elm-classic.js +0 -1
  3875. package/icons/tech/elm.js +0 -1
  3876. package/icons/tech/elo.js +0 -1
  3877. package/icons/tech/emacs-classic.js +0 -1
  3878. package/icons/tech/emacs.js +0 -1
  3879. package/icons/tech/embedded-c.js +0 -1
  3880. package/icons/tech/embedly.js +0 -1
  3881. package/icons/tech/ember-js.js +0 -1
  3882. package/icons/tech/ember-tomster.js +0 -1
  3883. package/icons/tech/ember.js +0 -1
  3884. package/icons/tech/emmet.js +0 -1
  3885. package/icons/tech/enact.js +0 -1
  3886. package/icons/tech/engine-yard-icon.js +0 -1
  3887. package/icons/tech/engine-yard.js +0 -1
  3888. package/icons/tech/envato.js +0 -1
  3889. package/icons/tech/envoy-icon.js +0 -1
  3890. package/icons/tech/envoy.js +0 -1
  3891. package/icons/tech/envoyer.js +0 -1
  3892. package/icons/tech/eraser-icon.js +0 -1
  3893. package/icons/tech/eraser.js +0 -1
  3894. package/icons/tech/erlang.js +0 -1
  3895. package/icons/tech/esbuild.js +0 -1
  3896. package/icons/tech/esdoc.js +0 -1
  3897. package/icons/tech/eslint-old.js +0 -1
  3898. package/icons/tech/eslint.js +0 -1
  3899. package/icons/tech/eta-icon.js +0 -1
  3900. package/icons/tech/eta.js +0 -1
  3901. package/icons/tech/etcd.js +0 -1
  3902. package/icons/tech/ethereum-color.js +0 -1
  3903. package/icons/tech/ethereum.js +0 -1
  3904. package/icons/tech/ethers.js +0 -1
  3905. package/icons/tech/ethnio.js +0 -1
  3906. package/icons/tech/eventbrite-icon.js +0 -1
  3907. package/icons/tech/eventbrite.js +0 -1
  3908. package/icons/tech/eventsentry.js +0 -1
  3909. package/icons/tech/evergreen-icon.js +0 -1
  3910. package/icons/tech/evergreen.js +0 -1
  3911. package/icons/tech/expo-icon.js +0 -1
  3912. package/icons/tech/expo.js +0 -1
  3913. package/icons/tech/express.js +0 -1
  3914. package/icons/tech/fabric.js +0 -1
  3915. package/icons/tech/facebook.js +0 -1
  3916. package/icons/tech/faker.js +0 -1
  3917. package/icons/tech/falcor.js +0 -1
  3918. package/icons/tech/fast-api.js +0 -1
  3919. package/icons/tech/fastapi-icon.js +0 -1
  3920. package/icons/tech/fastify-icon.js +0 -1
  3921. package/icons/tech/fastify.js +0 -1
  3922. package/icons/tech/fastlane.js +0 -1
  3923. package/icons/tech/fastly.js +0 -1
  3924. package/icons/tech/fauna-icon.js +0 -1
  3925. package/icons/tech/fauna.js +0 -1
  3926. package/icons/tech/feathers.js +0 -1
  3927. package/icons/tech/feathersjs.js +0 -1
  3928. package/icons/tech/fedora.js +0 -1
  3929. package/icons/tech/fetch.js +0 -1
  3930. package/icons/tech/ffmpeg-icon.js +0 -1
  3931. package/icons/tech/ffmpeg.js +0 -1
  3932. package/icons/tech/figma.js +0 -1
  3933. package/icons/tech/file-zilla.js +0 -1
  3934. package/icons/tech/firebase-icon.js +0 -1
  3935. package/icons/tech/firebase.js +0 -1
  3936. package/icons/tech/firefox.js +0 -1
  3937. package/icons/tech/flannel.js +0 -1
  3938. package/icons/tech/flarum.js +0 -1
  3939. package/icons/tech/flask.js +0 -1
  3940. package/icons/tech/flat-ui.js +0 -1
  3941. package/icons/tech/flattr-icon.js +0 -1
  3942. package/icons/tech/flattr.js +0 -1
  3943. package/icons/tech/fleep.js +0 -1
  3944. package/icons/tech/flickr-icon.js +0 -1
  3945. package/icons/tech/flickr.js +0 -1
  3946. package/icons/tech/flight.js +0 -1
  3947. package/icons/tech/floodio.js +0 -1
  3948. package/icons/tech/flow.js +0 -1
  3949. package/icons/tech/flowxo.js +0 -1
  3950. package/icons/tech/floydhub.js +0 -1
  3951. package/icons/tech/flutter.js +0 -1
  3952. package/icons/tech/flux.js +0 -1
  3953. package/icons/tech/fluxxor.js +0 -1
  3954. package/icons/tech/fly-icon.js +0 -1
  3955. package/icons/tech/fly.js +0 -1
  3956. package/icons/tech/fogbugz-icon.js +0 -1
  3957. package/icons/tech/fogbugz.js +0 -1
  3958. package/icons/tech/fomo-icon.js +0 -1
  3959. package/icons/tech/fomo.js +0 -1
  3960. package/icons/tech/font-awesome.js +0 -1
  3961. package/icons/tech/forestadmin-icon.js +0 -1
  3962. package/icons/tech/forestadmin.js +0 -1
  3963. package/icons/tech/forever.js +0 -1
  3964. package/icons/tech/formkeep.js +0 -1
  3965. package/icons/tech/fortran.js +0 -1
  3966. package/icons/tech/foundation.js +0 -1
  3967. package/icons/tech/foundationdb-icon.js +0 -1
  3968. package/icons/tech/foundationdb.js +0 -1
  3969. package/icons/tech/framer.js +0 -1
  3970. package/icons/tech/framework7-icon.js +0 -1
  3971. package/icons/tech/framework7.js +0 -1
  3972. package/icons/tech/freebsd.js +0 -1
  3973. package/icons/tech/freedcamp-icon.js +0 -1
  3974. package/icons/tech/freedcamp.js +0 -1
  3975. package/icons/tech/freedomdefined.js +0 -1
  3976. package/icons/tech/fresh.js +0 -1
  3977. package/icons/tech/frontapp.js +0 -1
  3978. package/icons/tech/fsharp.js +0 -1
  3979. package/icons/tech/fuchsia.js +0 -1
  3980. package/icons/tech/galliumos.js +0 -1
  3981. package/icons/tech/game-analytics-icon.js +0 -1
  3982. package/icons/tech/game-analytics.js +0 -1
  3983. package/icons/tech/ganache-icon.js +0 -1
  3984. package/icons/tech/ganache.js +0 -1
  3985. package/icons/tech/gatling.js +0 -1
  3986. package/icons/tech/gatsby.js +0 -1
  3987. package/icons/tech/gazebo.js +0 -1
  3988. package/icons/tech/gcc.js +0 -1
  3989. package/icons/tech/geekbot.js +0 -1
  3990. package/icons/tech/geetest-icon.js +0 -1
  3991. package/icons/tech/geetest.js +0 -1
  3992. package/icons/tech/gentoo.js +0 -1
  3993. package/icons/tech/getyourguide.js +0 -1
  3994. package/icons/tech/ghost.js +0 -1
  3995. package/icons/tech/giantswarm.js +0 -1
  3996. package/icons/tech/gimp.js +0 -1
  3997. package/icons/tech/gin.js +0 -1
  3998. package/icons/tech/git-icon.js +0 -1
  3999. package/icons/tech/git.js +0 -1
  4000. package/icons/tech/gitboard.js +0 -1
  4001. package/icons/tech/gitbook.js +0 -1
  4002. package/icons/tech/github-actions.js +0 -1
  4003. package/icons/tech/github-codespaces.js +0 -1
  4004. package/icons/tech/github-copilot.js +0 -1
  4005. package/icons/tech/github-icon.js +0 -1
  4006. package/icons/tech/github-octocat.js +0 -1
  4007. package/icons/tech/github.js +0 -1
  4008. package/icons/tech/gitkraken.js +0 -1
  4009. package/icons/tech/gitlab-icon.js +0 -1
  4010. package/icons/tech/gitlab.js +0 -1
  4011. package/icons/tech/gitpod.js +0 -1
  4012. package/icons/tech/gitter.js +0 -1
  4013. package/icons/tech/gitup.js +0 -1
  4014. package/icons/tech/glamorous-icon.js +0 -1
  4015. package/icons/tech/glamorous.js +0 -1
  4016. package/icons/tech/gleam.js +0 -1
  4017. package/icons/tech/glimmerjs.js +0 -1
  4018. package/icons/tech/glint.js +0 -1
  4019. package/icons/tech/glitch-icon.js +0 -1
  4020. package/icons/tech/glitch.js +0 -1
  4021. package/icons/tech/gnome-icon.js +0 -1
  4022. package/icons/tech/gnome.js +0 -1
  4023. package/icons/tech/gnu-emacs.js +0 -1
  4024. package/icons/tech/gnu-net.js +0 -1
  4025. package/icons/tech/gnu.js +0 -1
  4026. package/icons/tech/gnupg-icon.js +0 -1
  4027. package/icons/tech/gnupg.js +0 -1
  4028. package/icons/tech/go-land.js +0 -1
  4029. package/icons/tech/go.js +0 -1
  4030. package/icons/tech/gocd.js +0 -1
  4031. package/icons/tech/godot-engine.js +0 -1
  4032. package/icons/tech/godot-icon.js +0 -1
  4033. package/icons/tech/godot.js +0 -1
  4034. package/icons/tech/gohorse.js +0 -1
  4035. package/icons/tech/google-360suite.js +0 -1
  4036. package/icons/tech/google-admob.js +0 -1
  4037. package/icons/tech/google-ads.js +0 -1
  4038. package/icons/tech/google-adsense.js +0 -1
  4039. package/icons/tech/google-analytics.js +0 -1
  4040. package/icons/tech/google-bard-icon.js +0 -1
  4041. package/icons/tech/google-bard.js +0 -1
  4042. package/icons/tech/google-calendar.js +0 -1
  4043. package/icons/tech/google-cloud-functions.js +0 -1
  4044. package/icons/tech/google-cloud-run.js +0 -1
  4045. package/icons/tech/google-cloud.js +0 -1
  4046. package/icons/tech/google-data-studio.js +0 -1
  4047. package/icons/tech/google-developers.js +0 -1
  4048. package/icons/tech/google-domains-icon.js +0 -1
  4049. package/icons/tech/google-domains.js +0 -1
  4050. package/icons/tech/google-drive.js +0 -1
  4051. package/icons/tech/google-fit.js +0 -1
  4052. package/icons/tech/google-gemini.js +0 -1
  4053. package/icons/tech/google-gmail.js +0 -1
  4054. package/icons/tech/google-home.js +0 -1
  4055. package/icons/tech/google-icon.js +0 -1
  4056. package/icons/tech/google-keep.js +0 -1
  4057. package/icons/tech/google-maps.js +0 -1
  4058. package/icons/tech/google-marketing-platform.js +0 -1
  4059. package/icons/tech/google-meet.js +0 -1
  4060. package/icons/tech/google-one.js +0 -1
  4061. package/icons/tech/google-optimize.js +0 -1
  4062. package/icons/tech/google-palm.js +0 -1
  4063. package/icons/tech/google-pay.js +0 -1
  4064. package/icons/tech/google-photos.js +0 -1
  4065. package/icons/tech/google-play-console-icon.js +0 -1
  4066. package/icons/tech/google-play-console.js +0 -1
  4067. package/icons/tech/google-play-icon.js +0 -1
  4068. package/icons/tech/google-play.js +0 -1
  4069. package/icons/tech/google-search-console.js +0 -1
  4070. package/icons/tech/google-tag-manager.js +0 -1
  4071. package/icons/tech/google-workspace.js +0 -1
  4072. package/icons/tech/google.js +0 -1
  4073. package/icons/tech/gopher.js +0 -1
  4074. package/icons/tech/gradio-icon.js +0 -1
  4075. package/icons/tech/gradio.js +0 -1
  4076. package/icons/tech/gradle.js +0 -1
  4077. package/icons/tech/grafana.js +0 -1
  4078. package/icons/tech/grails.js +0 -1
  4079. package/icons/tech/grammarly-icon.js +0 -1
  4080. package/icons/tech/grammarly.js +0 -1
  4081. package/icons/tech/graphene.js +0 -1
  4082. package/icons/tech/graphql.js +0 -1
  4083. package/icons/tech/grav.js +0 -1
  4084. package/icons/tech/gravatar-icon.js +0 -1
  4085. package/icons/tech/gravatar.js +0 -1
  4086. package/icons/tech/graylog-icon.js +0 -1
  4087. package/icons/tech/graylog.js +0 -1
  4088. package/icons/tech/greensock-icon.js +0 -1
  4089. package/icons/tech/greensock.js +0 -1
  4090. package/icons/tech/gridsome-icon.js +0 -1
  4091. package/icons/tech/gridsome.js +0 -1
  4092. package/icons/tech/grommet.js +0 -1
  4093. package/icons/tech/groovehq.js +0 -1
  4094. package/icons/tech/groovy.js +0 -1
  4095. package/icons/tech/grove.js +0 -1
  4096. package/icons/tech/growth-book-icon.js +0 -1
  4097. package/icons/tech/growth-book.js +0 -1
  4098. package/icons/tech/grpc.js +0 -1
  4099. package/icons/tech/grunt.js +0 -1
  4100. package/icons/tech/gruntjs.js +0 -1
  4101. package/icons/tech/gulp.js +0 -1
  4102. package/icons/tech/gulpjs.js +0 -1
  4103. package/icons/tech/gunicorn.js +0 -1
  4104. package/icons/tech/gunjs.js +0 -1
  4105. package/icons/tech/gusto.js +0 -1
  4106. package/icons/tech/gwt.js +0 -1
  4107. package/icons/tech/hack.js +0 -1
  4108. package/icons/tech/hacker-one.js +0 -1
  4109. package/icons/tech/hadoop.js +0 -1
  4110. package/icons/tech/haiku-icon.js +0 -1
  4111. package/icons/tech/haiku.js +0 -1
  4112. package/icons/tech/haml.js +0 -1
  4113. package/icons/tech/hanami.js +0 -1
  4114. package/icons/tech/handlebars.js +0 -1
  4115. package/icons/tech/hapi.js +0 -1
  4116. package/icons/tech/hardhat-icon.js +0 -1
  4117. package/icons/tech/hardhat.js +0 -1
  4118. package/icons/tech/harness-icon.js +0 -1
  4119. package/icons/tech/harness.js +0 -1
  4120. package/icons/tech/harvester.js +0 -1
  4121. package/icons/tech/hashicorp-icon.js +0 -1
  4122. package/icons/tech/hashicorp-vault.js +0 -1
  4123. package/icons/tech/hashicorp.js +0 -1
  4124. package/icons/tech/hashnode-icon.js +0 -1
  4125. package/icons/tech/hashnode.js +0 -1
  4126. package/icons/tech/haskell-icon.js +0 -1
  4127. package/icons/tech/haskell.js +0 -1
  4128. package/icons/tech/hasura-icon.js +0 -1
  4129. package/icons/tech/hasura.js +0 -1
  4130. package/icons/tech/haxe.js +0 -1
  4131. package/icons/tech/haxl.js +0 -1
  4132. package/icons/tech/hbase.js +0 -1
  4133. package/icons/tech/hcaptcha-icon.js +0 -1
  4134. package/icons/tech/hcaptcha.js +0 -1
  4135. package/icons/tech/headlessui-icon.js +0 -1
  4136. package/icons/tech/headlessui.js +0 -1
  4137. package/icons/tech/heap-icon.js +0 -1
  4138. package/icons/tech/heap.js +0 -1
  4139. package/icons/tech/helm.js +0 -1
  4140. package/icons/tech/helpscout-icon.js +0 -1
  4141. package/icons/tech/helpscout.js +0 -1
  4142. package/icons/tech/hermes.js +0 -1
  4143. package/icons/tech/heroku-icon.js +0 -1
  4144. package/icons/tech/heroku-redis.js +0 -1
  4145. package/icons/tech/heroku.js +0 -1
  4146. package/icons/tech/hexo.js +0 -1
  4147. package/icons/tech/hhvm.js +0 -1
  4148. package/icons/tech/hibernate.js +0 -1
  4149. package/icons/tech/highcharts.js +0 -1
  4150. package/icons/tech/hipercard.js +0 -1
  4151. package/icons/tech/homebrew.js +0 -1
  4152. package/icons/tech/hono.js +0 -1
  4153. package/icons/tech/hookstate.js +0 -1
  4154. package/icons/tech/hootsuite-icon.js +0 -1
  4155. package/icons/tech/hootsuite.js +0 -1
  4156. package/icons/tech/hosted-graphite.js +0 -1
  4157. package/icons/tech/hostgator-icon.js +0 -1
  4158. package/icons/tech/hostgator.js +0 -1
  4159. package/icons/tech/hotjar-icon.js +0 -1
  4160. package/icons/tech/hotjar.js +0 -1
  4161. package/icons/tech/houndci.js +0 -1
  4162. package/icons/tech/html5-boilerplate.js +0 -1
  4163. package/icons/tech/html5.js +0 -1
  4164. package/icons/tech/htmx-icon.js +0 -1
  4165. package/icons/tech/htmx.js +0 -1
  4166. package/icons/tech/httpie-icon.js +0 -1
  4167. package/icons/tech/httpie.js +0 -1
  4168. package/icons/tech/hubspot.js +0 -1
  4169. package/icons/tech/hugging-face-icon.js +0 -1
  4170. package/icons/tech/hugging-face.js +0 -1
  4171. package/icons/tech/huggy.js +0 -1
  4172. package/icons/tech/hugo.js +0 -1
  4173. package/icons/tech/humongous.js +0 -1
  4174. package/icons/tech/hyper.js +0 -1
  4175. package/icons/tech/hyperapp.js +0 -1
  4176. package/icons/tech/ibm-spss-statistics.js +0 -1
  4177. package/icons/tech/ibm.js +0 -1
  4178. package/icons/tech/ie10.js +0 -1
  4179. package/icons/tech/ieee.js +0 -1
  4180. package/icons/tech/ietf.js +0 -1
  4181. package/icons/tech/ifttt.js +0 -1
  4182. package/icons/tech/imagemin.js +0 -1
  4183. package/icons/tech/imba-icon.js +0 -1
  4184. package/icons/tech/imba.js +0 -1
  4185. package/icons/tech/immer-icon.js +0 -1
  4186. package/icons/tech/immer.js +0 -1
  4187. package/icons/tech/immutable.js +0 -1
  4188. package/icons/tech/impala.js +0 -1
  4189. package/icons/tech/importio-icon.js +0 -1
  4190. package/icons/tech/importio.js +0 -1
  4191. package/icons/tech/incident-icon.js +0 -1
  4192. package/icons/tech/incident.js +0 -1
  4193. package/icons/tech/infer.js +0 -1
  4194. package/icons/tech/inferno.js +0 -1
  4195. package/icons/tech/influxdb-icon.js +0 -1
  4196. package/icons/tech/influxdb.js +0 -1
  4197. package/icons/tech/ink.js +0 -1
  4198. package/icons/tech/inkscape.js +0 -1
  4199. package/icons/tech/insomnia.js +0 -1
  4200. package/icons/tech/instagram-icon.js +0 -1
  4201. package/icons/tech/instagram.js +0 -1
  4202. package/icons/tech/intel.js +0 -1
  4203. package/icons/tech/intellij-idea.js +0 -1
  4204. package/icons/tech/intercom-icon.js +0 -1
  4205. package/icons/tech/intercom.js +0 -1
  4206. package/icons/tech/internet-computer-icon.js +0 -1
  4207. package/icons/tech/internet-computer.js +0 -1
  4208. package/icons/tech/internetexplorer.js +0 -1
  4209. package/icons/tech/invision-icon.js +0 -1
  4210. package/icons/tech/invision.js +0 -1
  4211. package/icons/tech/ionic-icon.js +0 -1
  4212. package/icons/tech/ionic.js +0 -1
  4213. package/icons/tech/ios.js +0 -1
  4214. package/icons/tech/iron-icon.js +0 -1
  4215. package/icons/tech/iron.js +0 -1
  4216. package/icons/tech/itsalive-icon.js +0 -1
  4217. package/icons/tech/itsalive.js +0 -1
  4218. package/icons/tech/jade.js +0 -1
  4219. package/icons/tech/jaeger.js +0 -1
  4220. package/icons/tech/jamstack-icon.js +0 -1
  4221. package/icons/tech/jamstack.js +0 -1
  4222. package/icons/tech/jasmine.js +0 -1
  4223. package/icons/tech/java.js +0 -1
  4224. package/icons/tech/javascript.js +0 -1
  4225. package/icons/tech/jcb.js +0 -1
  4226. package/icons/tech/jeet.js +0 -1
  4227. package/icons/tech/jekyll.js +0 -1
  4228. package/icons/tech/jenkins.js +0 -1
  4229. package/icons/tech/jest.js +0 -1
  4230. package/icons/tech/jetbrains-icon.js +0 -1
  4231. package/icons/tech/jetbrains-space-icon.js +0 -1
  4232. package/icons/tech/jetbrains-space.js +0 -1
  4233. package/icons/tech/jetbrains.js +0 -1
  4234. package/icons/tech/jfrog.js +0 -1
  4235. package/icons/tech/jhipster-icon.js +0 -1
  4236. package/icons/tech/jhipster.js +0 -1
  4237. package/icons/tech/jira-align.js +0 -1
  4238. package/icons/tech/jira.js +0 -1
  4239. package/icons/tech/joomla.js +0 -1
  4240. package/icons/tech/jotai.js +0 -1
  4241. package/icons/tech/jquery-mobile.js +0 -1
  4242. package/icons/tech/jquery.js +0 -1
  4243. package/icons/tech/jruby.js +0 -1
  4244. package/icons/tech/jsbin.js +0 -1
  4245. package/icons/tech/jsdelivr.js +0 -1
  4246. package/icons/tech/jsdom.js +0 -1
  4247. package/icons/tech/jsfiddle.js +0 -1
  4248. package/icons/tech/json-ld.js +0 -1
  4249. package/icons/tech/json-schema-icon.js +0 -1
  4250. package/icons/tech/json-schema.js +0 -1
  4251. package/icons/tech/json.js +0 -1
  4252. package/icons/tech/jspm.js +0 -1
  4253. package/icons/tech/jss.js +0 -1
  4254. package/icons/tech/juju.js +0 -1
  4255. package/icons/tech/jule.js +0 -1
  4256. package/icons/tech/julia.js +0 -1
  4257. package/icons/tech/junit.js +0 -1
  4258. package/icons/tech/jupyter.js +0 -1
  4259. package/icons/tech/jwt-icon.js +0 -1
  4260. package/icons/tech/jwt.js +0 -1
  4261. package/icons/tech/k3os.js +0 -1
  4262. package/icons/tech/k3s.js +0 -1
  4263. package/icons/tech/kafka-icon.js +0 -1
  4264. package/icons/tech/kafka.js +0 -1
  4265. package/icons/tech/kaggle.js +0 -1
  4266. package/icons/tech/kaios.js +0 -1
  4267. package/icons/tech/kallithea.js +0 -1
  4268. package/icons/tech/karate.js +0 -1
  4269. package/icons/tech/karma.js +0 -1
  4270. package/icons/tech/katalon-icon.js +0 -1
  4271. package/icons/tech/katalon.js +0 -1
  4272. package/icons/tech/kde.js +0 -1
  4273. package/icons/tech/keen.js +0 -1
  4274. package/icons/tech/kemal.js +0 -1
  4275. package/icons/tech/keras.js +0 -1
  4276. package/icons/tech/keycdn-icon.js +0 -1
  4277. package/icons/tech/keycdn.js +0 -1
  4278. package/icons/tech/keydb-icon.js +0 -1
  4279. package/icons/tech/keydb.js +0 -1
  4280. package/icons/tech/keystonejs.js +0 -1
  4281. package/icons/tech/khan-academy-icon.js +0 -1
  4282. package/icons/tech/khan-academy.js +0 -1
  4283. package/icons/tech/kibana.js +0 -1
  4284. package/icons/tech/kickstarter-icon.js +0 -1
  4285. package/icons/tech/kickstarter.js +0 -1
  4286. package/icons/tech/kinto-icon.js +0 -1
  4287. package/icons/tech/kinto.js +0 -1
  4288. package/icons/tech/kirby-icon.js +0 -1
  4289. package/icons/tech/kirby.js +0 -1
  4290. package/icons/tech/knex-js.js +0 -1
  4291. package/icons/tech/knex.js +0 -1
  4292. package/icons/tech/knockout.js +0 -1
  4293. package/icons/tech/koa.js +0 -1
  4294. package/icons/tech/kong-icon.js +0 -1
  4295. package/icons/tech/kong.js +0 -1
  4296. package/icons/tech/kops.js +0 -1
  4297. package/icons/tech/koreio.js +0 -1
  4298. package/icons/tech/kotlin-icon.js +0 -1
  4299. package/icons/tech/kotlin.js +0 -1
  4300. package/icons/tech/kraken.js +0 -1
  4301. package/icons/tech/krakenjs.js +0 -1
  4302. package/icons/tech/ktor-icon.js +0 -1
  4303. package/icons/tech/ktor.js +0 -1
  4304. package/icons/tech/kubernetes.js +0 -1
  4305. package/icons/tech/kustomer.js +0 -1
  4306. package/icons/tech/labview.js +0 -1
  4307. package/icons/tech/languagetool.js +0 -1
  4308. package/icons/tech/laravel.js +0 -1
  4309. package/icons/tech/lastfm.js +0 -1
  4310. package/icons/tech/lateral-icon.js +0 -1
  4311. package/icons/tech/lateral.js +0 -1
  4312. package/icons/tech/latex.js +0 -1
  4313. package/icons/tech/launchdarkly-icon.js +0 -1
  4314. package/icons/tech/launchdarkly.js +0 -1
  4315. package/icons/tech/launchrock.js +0 -1
  4316. package/icons/tech/leaflet.js +0 -1
  4317. package/icons/tech/leankit-icon.js +0 -1
  4318. package/icons/tech/leankit.js +0 -1
  4319. package/icons/tech/lerna.js +0 -1
  4320. package/icons/tech/less-js.js +0 -1
  4321. package/icons/tech/less.js +0 -1
  4322. package/icons/tech/lets-cloud.js +0 -1
  4323. package/icons/tech/letsencrypt.js +0 -1
  4324. package/icons/tech/leveldb.js +0 -1
  4325. package/icons/tech/lexical-icon.js +0 -1
  4326. package/icons/tech/lexical.js +0 -1
  4327. package/icons/tech/liftweb.js +0 -1
  4328. package/icons/tech/lighthouse.js +0 -1
  4329. package/icons/tech/lightstep-icon.js +0 -1
  4330. package/icons/tech/lightstep.js +0 -1
  4331. package/icons/tech/lighttpd.js +0 -1
  4332. package/icons/tech/linear-icon.js +0 -1
  4333. package/icons/tech/linear.js +0 -1
  4334. package/icons/tech/linkedin-icon.js +0 -1
  4335. package/icons/tech/linkedin.js +0 -1
  4336. package/icons/tech/linkerd.js +0 -1
  4337. package/icons/tech/linode.js +0 -1
  4338. package/icons/tech/linux-mint.js +0 -1
  4339. package/icons/tech/linux-tux.js +0 -1
  4340. package/icons/tech/linux.js +0 -1
  4341. package/icons/tech/liquibase.js +0 -1
  4342. package/icons/tech/lit-icon.js +0 -1
  4343. package/icons/tech/lit.js +0 -1
  4344. package/icons/tech/litmus.js +0 -1
  4345. package/icons/tech/livewire.js +0 -1
  4346. package/icons/tech/llvm.js +0 -1
  4347. package/icons/tech/loader.js +0 -1
  4348. package/icons/tech/lodash.js +0 -1
  4349. package/icons/tech/logentries.js +0 -1
  4350. package/icons/tech/logstash.js +0 -1
  4351. package/icons/tech/lookback.js +0 -1
  4352. package/icons/tech/looker-icon.js +0 -1
  4353. package/icons/tech/looker.js +0 -1
  4354. package/icons/tech/loom-icon.js +0 -1
  4355. package/icons/tech/loom.js +0 -1
  4356. package/icons/tech/loopback-icon.js +0 -1
  4357. package/icons/tech/loopback.js +0 -1
  4358. package/icons/tech/losant.js +0 -1
  4359. package/icons/tech/lua.js +0 -1
  4360. package/icons/tech/lucene-net.js +0 -1
  4361. package/icons/tech/lucene.js +0 -1
  4362. package/icons/tech/lumen.js +0 -1
  4363. package/icons/tech/mac-os.js +0 -1
  4364. package/icons/tech/madge.js +0 -1
  4365. package/icons/tech/maestro.js +0 -1
  4366. package/icons/tech/mageia.js +0 -1
  4367. package/icons/tech/magento.js +0 -1
  4368. package/icons/tech/mailchimp-freddie.js +0 -1
  4369. package/icons/tech/mailchimp.js +0 -1
  4370. package/icons/tech/maildeveloper.js +0 -1
  4371. package/icons/tech/mailgun-icon.js +0 -1
  4372. package/icons/tech/mailgun.js +0 -1
  4373. package/icons/tech/mailjet-icon.js +0 -1
  4374. package/icons/tech/mailjet.js +0 -1
  4375. package/icons/tech/malinajs.js +0 -1
  4376. package/icons/tech/manjaro.js +0 -1
  4377. package/icons/tech/mantine-icon.js +0 -1
  4378. package/icons/tech/mantine.js +0 -1
  4379. package/icons/tech/mapbox-icon.js +0 -1
  4380. package/icons/tech/mapbox.js +0 -1
  4381. package/icons/tech/maps-me.js +0 -1
  4382. package/icons/tech/mapzen-icon.js +0 -1
  4383. package/icons/tech/mapzen.js +0 -1
  4384. package/icons/tech/mariadb-icon.js +0 -1
  4385. package/icons/tech/mariadb.js +0 -1
  4386. package/icons/tech/marionette.js +0 -1
  4387. package/icons/tech/markdown.js +0 -1
  4388. package/icons/tech/marko.js +0 -1
  4389. package/icons/tech/marvel.js +0 -1
  4390. package/icons/tech/mastercard.js +0 -1
  4391. package/icons/tech/mastodon-icon.js +0 -1
  4392. package/icons/tech/mastodon.js +0 -1
  4393. package/icons/tech/material-ui.js +0 -1
  4394. package/icons/tech/materialize.js +0 -1
  4395. package/icons/tech/materializecss.js +0 -1
  4396. package/icons/tech/matlab.js +0 -1
  4397. package/icons/tech/matomo-icon.js +0 -1
  4398. package/icons/tech/matomo.js +0 -1
  4399. package/icons/tech/matplotlib-icon.js +0 -1
  4400. package/icons/tech/matplotlib.js +0 -1
  4401. package/icons/tech/matter-icon.js +0 -1
  4402. package/icons/tech/matter.js +0 -1
  4403. package/icons/tech/mattermost-icon.js +0 -1
  4404. package/icons/tech/mattermost.js +0 -1
  4405. package/icons/tech/mautic-icon.js +0 -1
  4406. package/icons/tech/mautic.js +0 -1
  4407. package/icons/tech/maven.js +0 -1
  4408. package/icons/tech/mdn.js +0 -1
  4409. package/icons/tech/mdx.js +0 -1
  4410. package/icons/tech/medium-icon.js +0 -1
  4411. package/icons/tech/medium.js +0 -1
  4412. package/icons/tech/medusa-icon.js +0 -1
  4413. package/icons/tech/medusa.js +0 -1
  4414. package/icons/tech/meilisearch.js +0 -1
  4415. package/icons/tech/memcached.js +0 -1
  4416. package/icons/tech/memgraph.js +0 -1
  4417. package/icons/tech/mention.js +0 -1
  4418. package/icons/tech/mercurial.js +0 -1
  4419. package/icons/tech/mesos.js +0 -1
  4420. package/icons/tech/messenger.js +0 -1
  4421. package/icons/tech/meta-icon.js +0 -1
  4422. package/icons/tech/meta.js +0 -1
  4423. package/icons/tech/metabase.js +0 -1
  4424. package/icons/tech/metamask-icon.js +0 -1
  4425. package/icons/tech/metamask.js +0 -1
  4426. package/icons/tech/meteor-icon.js +0 -1
  4427. package/icons/tech/meteor-js.js +0 -1
  4428. package/icons/tech/meteor.js +0 -1
  4429. package/icons/tech/micro-icon.js +0 -1
  4430. package/icons/tech/micro-python.js +0 -1
  4431. package/icons/tech/micro.js +0 -1
  4432. package/icons/tech/microcosm.js +0 -1
  4433. package/icons/tech/micron-icon.js +0 -1
  4434. package/icons/tech/micron.js +0 -1
  4435. package/icons/tech/microsoft-azure.js +0 -1
  4436. package/icons/tech/microsoft-edge.js +0 -1
  4437. package/icons/tech/microsoft-icon.js +0 -1
  4438. package/icons/tech/microsoft-onedrive.js +0 -1
  4439. package/icons/tech/microsoft-power-bi.js +0 -1
  4440. package/icons/tech/microsoft-sql-server.js +0 -1
  4441. package/icons/tech/microsoft-teams.js +0 -1
  4442. package/icons/tech/microsoft-windows-icon.js +0 -1
  4443. package/icons/tech/microsoft-windows.js +0 -1
  4444. package/icons/tech/microsoft.js +0 -1
  4445. package/icons/tech/mida-icon.js +0 -1
  4446. package/icons/tech/mida.js +0 -1
  4447. package/icons/tech/middleman.js +0 -1
  4448. package/icons/tech/midjourney.js +0 -1
  4449. package/icons/tech/milligram.js +0 -1
  4450. package/icons/tech/million-icon.js +0 -1
  4451. package/icons/tech/million.js +0 -1
  4452. package/icons/tech/milvus-icon.js +0 -1
  4453. package/icons/tech/milvus.js +0 -1
  4454. package/icons/tech/mindsdb-icon.js +0 -1
  4455. package/icons/tech/mindsdb.js +0 -1
  4456. package/icons/tech/minitab.js +0 -1
  4457. package/icons/tech/mint-lang.js +0 -1
  4458. package/icons/tech/mio.js +0 -1
  4459. package/icons/tech/miro-icon.js +0 -1
  4460. package/icons/tech/miro.js +0 -1
  4461. package/icons/tech/mist.js +0 -1
  4462. package/icons/tech/mistral-ai-icon.js +0 -1
  4463. package/icons/tech/mistral-ai.js +0 -1
  4464. package/icons/tech/mithril.js +0 -1
  4465. package/icons/tech/mixmax.js +0 -1
  4466. package/icons/tech/mixpanel.js +0 -1
  4467. package/icons/tech/mlab.js +0 -1
  4468. package/icons/tech/mob-x.js +0 -1
  4469. package/icons/tech/mocha.js +0 -1
  4470. package/icons/tech/mockflow-icon.js +0 -1
  4471. package/icons/tech/mockflow.js +0 -1
  4472. package/icons/tech/modernizr.js +0 -1
  4473. package/icons/tech/modx-icon.js +0 -1
  4474. package/icons/tech/modx.js +0 -1
  4475. package/icons/tech/moleculer.js +0 -1
  4476. package/icons/tech/momentjs.js +0 -1
  4477. package/icons/tech/monday-icon.js +0 -1
  4478. package/icons/tech/monday.js +0 -1
  4479. package/icons/tech/monero.js +0 -1
  4480. package/icons/tech/mongodb-icon.js +0 -1
  4481. package/icons/tech/mongodb.js +0 -1
  4482. package/icons/tech/mongoose-js.js +0 -1
  4483. package/icons/tech/mono.js +0 -1
  4484. package/icons/tech/moodle.js +0 -1
  4485. package/icons/tech/moon.js +0 -1
  4486. package/icons/tech/mootools.js +0 -1
  4487. package/icons/tech/morpheus-icon.js +0 -1
  4488. package/icons/tech/morpheus.js +0 -1
  4489. package/icons/tech/mozilla.js +0 -1
  4490. package/icons/tech/mparticle-icon.js +0 -1
  4491. package/icons/tech/mparticle.js +0 -1
  4492. package/icons/tech/mps-icon.js +0 -1
  4493. package/icons/tech/mps.js +0 -1
  4494. package/icons/tech/ms-dos.js +0 -1
  4495. package/icons/tech/msw-icon.js +0 -1
  4496. package/icons/tech/msw.js +0 -1
  4497. package/icons/tech/multipass.js +0 -1
  4498. package/icons/tech/mysql-icon.js +0 -1
  4499. package/icons/tech/mysql.js +0 -1
  4500. package/icons/tech/naiveui.js +0 -1
  4501. package/icons/tech/namecheap.js +0 -1
  4502. package/icons/tech/nano.js +0 -1
  4503. package/icons/tech/nanonets.js +0 -1
  4504. package/icons/tech/nasm.js +0 -1
  4505. package/icons/tech/nativescript.js +0 -1
  4506. package/icons/tech/nats-icon.js +0 -1
  4507. package/icons/tech/nats.js +0 -1
  4508. package/icons/tech/neat.js +0 -1
  4509. package/icons/tech/neo4j.js +0 -1
  4510. package/icons/tech/neon-icon.js +0 -1
  4511. package/icons/tech/neon.js +0 -1
  4512. package/icons/tech/neovim.js +0 -1
  4513. package/icons/tech/nerog.js +0 -1
  4514. package/icons/tech/nestjs.js +0 -1
  4515. package/icons/tech/net-core.js +0 -1
  4516. package/icons/tech/net.js +0 -1
  4517. package/icons/tech/netbeans.js +0 -1
  4518. package/icons/tech/netflix-icon.js +0 -1
  4519. package/icons/tech/netflix.js +0 -1
  4520. package/icons/tech/netlify-icon.js +0 -1
  4521. package/icons/tech/netlify.js +0 -1
  4522. package/icons/tech/network-x.js +0 -1
  4523. package/icons/tech/neverinstall-icon.js +0 -1
  4524. package/icons/tech/neverinstall.js +0 -1
  4525. package/icons/tech/new-relic-icon.js +0 -1
  4526. package/icons/tech/new-relic.js +0 -1
  4527. package/icons/tech/new4j.js +0 -1
  4528. package/icons/tech/nextjs-icon.js +0 -1
  4529. package/icons/tech/nextjs.js +0 -1
  4530. package/icons/tech/nginx.js +0 -1
  4531. package/icons/tech/ngrok.js +0 -1
  4532. package/icons/tech/nhibernate.js +0 -1
  4533. package/icons/tech/nhost-icon.js +0 -1
  4534. package/icons/tech/nhost.js +0 -1
  4535. package/icons/tech/nightwatch.js +0 -1
  4536. package/icons/tech/nim-lang.js +0 -1
  4537. package/icons/tech/nim.js +0 -1
  4538. package/icons/tech/nimble.js +0 -1
  4539. package/icons/tech/nix.js +0 -1
  4540. package/icons/tech/nocodb.js +0 -1
  4541. package/icons/tech/nodal.js +0 -1
  4542. package/icons/tech/node-sass.js +0 -1
  4543. package/icons/tech/nodebots.js +0 -1
  4544. package/icons/tech/nodejs-icon-alt.js +0 -1
  4545. package/icons/tech/nodejs-icon.js +0 -1
  4546. package/icons/tech/nodejs.js +0 -1
  4547. package/icons/tech/nodemon.js +0 -1
  4548. package/icons/tech/nodeos.js +0 -1
  4549. package/icons/tech/nodewebkit.js +0 -1
  4550. package/icons/tech/nomad-icon.js +0 -1
  4551. package/icons/tech/nomad.js +0 -1
  4552. package/icons/tech/notion-icon.js +0 -1
  4553. package/icons/tech/notion.js +0 -1
  4554. package/icons/tech/noysi.js +0 -1
  4555. package/icons/tech/npm-icon.js +0 -1
  4556. package/icons/tech/npm.js +0 -1
  4557. package/icons/tech/nuclide.js +0 -1
  4558. package/icons/tech/nuget.js +0 -1
  4559. package/icons/tech/num-py.js +0 -1
  4560. package/icons/tech/nuxt-icon.js +0 -1
  4561. package/icons/tech/nuxt-js.js +0 -1
  4562. package/icons/tech/nuxt.js +0 -1
  4563. package/icons/tech/nvidia.js +0 -1
  4564. package/icons/tech/nvm.js +0 -1
  4565. package/icons/tech/nx.js +0 -1
  4566. package/icons/tech/oauth.js +0 -1
  4567. package/icons/tech/objective-c.js +0 -1
  4568. package/icons/tech/observablehq.js +0 -1
  4569. package/icons/tech/obsidian-icon.js +0 -1
  4570. package/icons/tech/obsidian.js +0 -1
  4571. package/icons/tech/ocaml.js +0 -1
  4572. package/icons/tech/octodns.js +0 -1
  4573. package/icons/tech/octopus-deploy.js +0 -1
  4574. package/icons/tech/oh-my-zsh.js +0 -1
  4575. package/icons/tech/okta-icon.js +0 -1
  4576. package/icons/tech/okta.js +0 -1
  4577. package/icons/tech/olark.js +0 -1
  4578. package/icons/tech/onesignal.js +0 -1
  4579. package/icons/tech/open-al.js +0 -1
  4580. package/icons/tech/open-api.js +0 -1
  4581. package/icons/tech/open-cl.js +0 -1
  4582. package/icons/tech/open-cv.js +0 -1
  4583. package/icons/tech/open-gl.js +0 -1
  4584. package/icons/tech/open-graph.js +0 -1
  4585. package/icons/tech/open-stack.js +0 -1
  4586. package/icons/tech/open-suse.js +0 -1
  4587. package/icons/tech/open-telemetry.js +0 -1
  4588. package/icons/tech/open-zeppelin-icon.js +0 -1
  4589. package/icons/tech/open-zeppelin.js +0 -1
  4590. package/icons/tech/openai-icon.js +0 -1
  4591. package/icons/tech/openai.js +0 -1
  4592. package/icons/tech/openapi-icon.js +0 -1
  4593. package/icons/tech/opencart.js +0 -1
  4594. package/icons/tech/opencollective.js +0 -1
  4595. package/icons/tech/openframeworks.js +0 -1
  4596. package/icons/tech/openjs-foundation-icon.js +0 -1
  4597. package/icons/tech/openjs-foundation.js +0 -1
  4598. package/icons/tech/openlayers.js +0 -1
  4599. package/icons/tech/opensearch-icon.js +0 -1
  4600. package/icons/tech/opensearch.js +0 -1
  4601. package/icons/tech/openshift.js +0 -1
  4602. package/icons/tech/opensource.js +0 -1
  4603. package/icons/tech/openstack-icon.js +0 -1
  4604. package/icons/tech/opentelemetry-icon.js +0 -1
  4605. package/icons/tech/opera.js +0 -1
  4606. package/icons/tech/opsgenie.js +0 -1
  4607. package/icons/tech/optimizely-icon.js +0 -1
  4608. package/icons/tech/optimizely.js +0 -1
  4609. package/icons/tech/oracle.js +0 -1
  4610. package/icons/tech/oreilly.js +0 -1
  4611. package/icons/tech/origami.js +0 -1
  4612. package/icons/tech/origin.js +0 -1
  4613. package/icons/tech/oshw.js +0 -1
  4614. package/icons/tech/osquery.js +0 -1
  4615. package/icons/tech/overloop-icon.js +0 -1
  4616. package/icons/tech/overloop.js +0 -1
  4617. package/icons/tech/p5js.js +0 -1
  4618. package/icons/tech/packer.js +0 -1
  4619. package/icons/tech/pagekit.js +0 -1
  4620. package/icons/tech/pagekite.js +0 -1
  4621. package/icons/tech/pagerduty-icon.js +0 -1
  4622. package/icons/tech/pagerduty.js +0 -1
  4623. package/icons/tech/panda.js +0 -1
  4624. package/icons/tech/pandacss-icon.js +0 -1
  4625. package/icons/tech/pandacss.js +0 -1
  4626. package/icons/tech/pandas-icon.js +0 -1
  4627. package/icons/tech/pandas.js +0 -1
  4628. package/icons/tech/parcel-icon.js +0 -1
  4629. package/icons/tech/parcel.js +0 -1
  4630. package/icons/tech/parse.js +0 -1
  4631. package/icons/tech/parsehub.js +0 -1
  4632. package/icons/tech/partytown-icon.js +0 -1
  4633. package/icons/tech/partytown.js +0 -1
  4634. package/icons/tech/passbolt-icon.js +0 -1
  4635. package/icons/tech/passbolt.js +0 -1
  4636. package/icons/tech/passport.js +0 -1
  4637. package/icons/tech/patreon.js +0 -1
  4638. package/icons/tech/payload.js +0 -1
  4639. package/icons/tech/paypal.js +0 -1
  4640. package/icons/tech/peer5.js +0 -1
  4641. package/icons/tech/pepperoni.js +0 -1
  4642. package/icons/tech/percona.js +0 -1
  4643. package/icons/tech/percy-icon.js +0 -1
  4644. package/icons/tech/percy.js +0 -1
  4645. package/icons/tech/perf-rocks.js +0 -1
  4646. package/icons/tech/perl.js +0 -1
  4647. package/icons/tech/perplexity-icon.js +0 -1
  4648. package/icons/tech/perplexity.js +0 -1
  4649. package/icons/tech/pf-sense.js +0 -1
  4650. package/icons/tech/phalcon.js +0 -1
  4651. package/icons/tech/phoenix-framework.js +0 -1
  4652. package/icons/tech/phoenix.js +0 -1
  4653. package/icons/tech/photon-engine.js +0 -1
  4654. package/icons/tech/php-alt.js +0 -1
  4655. package/icons/tech/php-storm.js +0 -1
  4656. package/icons/tech/php.js +0 -1
  4657. package/icons/tech/pinecone-icon.js +0 -1
  4658. package/icons/tech/pinecone.js +0 -1
  4659. package/icons/tech/pinia.js +0 -1
  4660. package/icons/tech/pinterest.js +0 -1
  4661. package/icons/tech/pipedream.js +0 -1
  4662. package/icons/tech/pipedrive.js +0 -1
  4663. package/icons/tech/pipefy.js +0 -1
  4664. package/icons/tech/pivotal-tracker.js +0 -1
  4665. package/icons/tech/pixijs.js +0 -1
  4666. package/icons/tech/pkg.js +0 -1
  4667. package/icons/tech/planetscale.js +0 -1
  4668. package/icons/tech/planless-icon.js +0 -1
  4669. package/icons/tech/planless.js +0 -1
  4670. package/icons/tech/plasmic.js +0 -1
  4671. package/icons/tech/plastic-scm.js +0 -1
  4672. package/icons/tech/platformio.js +0 -1
  4673. package/icons/tech/play.js +0 -1
  4674. package/icons/tech/playwright.js +0 -1
  4675. package/icons/tech/playwrite.js +0 -1
  4676. package/icons/tech/ploty.js +0 -1
  4677. package/icons/tech/pluralsight-icon.js +0 -1
  4678. package/icons/tech/pluralsight.js +0 -1
  4679. package/icons/tech/pm2-icon.js +0 -1
  4680. package/icons/tech/pm2.js +0 -1
  4681. package/icons/tech/pnpm.js +0 -1
  4682. package/icons/tech/pocket-base.js +0 -1
  4683. package/icons/tech/podman.js +0 -1
  4684. package/icons/tech/poeditor.js +0 -1
  4685. package/icons/tech/polygon.js +0 -1
  4686. package/icons/tech/polymer.js +0 -1
  4687. package/icons/tech/portainer.js +0 -1
  4688. package/icons/tech/postcss.js +0 -1
  4689. package/icons/tech/postgraphile.js +0 -1
  4690. package/icons/tech/postgresql.js +0 -1
  4691. package/icons/tech/posthog-icon.js +0 -1
  4692. package/icons/tech/posthog.js +0 -1
  4693. package/icons/tech/postman-icon.js +0 -1
  4694. package/icons/tech/postman.js +0 -1
  4695. package/icons/tech/pouchdb.js +0 -1
  4696. package/icons/tech/powershell.js +0 -1
  4697. package/icons/tech/preact.js +0 -1
  4698. package/icons/tech/precursor.js +0 -1
  4699. package/icons/tech/prerender-icon.js +0 -1
  4700. package/icons/tech/prerender.js +0 -1
  4701. package/icons/tech/prestashop-icon.js +0 -1
  4702. package/icons/tech/prestashop.js +0 -1
  4703. package/icons/tech/presto-icon.js +0 -1
  4704. package/icons/tech/presto.js +0 -1
  4705. package/icons/tech/prettier.js +0 -1
  4706. package/icons/tech/prisma.js +0 -1
  4707. package/icons/tech/prismic-icon.js +0 -1
  4708. package/icons/tech/prismic.js +0 -1
  4709. package/icons/tech/processing.js +0 -1
  4710. package/icons/tech/processwire-icon.js +0 -1
  4711. package/icons/tech/processwire.js +0 -1
  4712. package/icons/tech/productboard-icon.js +0 -1
  4713. package/icons/tech/productboard.js +0 -1
  4714. package/icons/tech/producthunt.js +0 -1
  4715. package/icons/tech/progress.js +0 -1
  4716. package/icons/tech/prometheus.js +0 -1
  4717. package/icons/tech/promises.js +0 -1
  4718. package/icons/tech/proofy.js +0 -1
  4719. package/icons/tech/protoio.js +0 -1
  4720. package/icons/tech/protonet.js +0 -1
  4721. package/icons/tech/protractor.js +0 -1
  4722. package/icons/tech/prott.js +0 -1
  4723. package/icons/tech/pug.js +0 -1
  4724. package/icons/tech/pulumi-icon.js +0 -1
  4725. package/icons/tech/pulumi.js +0 -1
  4726. package/icons/tech/pumpkindb.js +0 -1
  4727. package/icons/tech/puppet-icon.js +0 -1
  4728. package/icons/tech/puppet.js +0 -1
  4729. package/icons/tech/puppeteer.js +0 -1
  4730. package/icons/tech/purescript-icon.js +0 -1
  4731. package/icons/tech/purescript.js +0 -1
  4732. package/icons/tech/pushbullet.js +0 -1
  4733. package/icons/tech/pusher-icon.js +0 -1
  4734. package/icons/tech/pusher.js +0 -1
  4735. package/icons/tech/putty.js +0 -1
  4736. package/icons/tech/pwa.js +0 -1
  4737. package/icons/tech/pycharm.js +0 -1
  4738. package/icons/tech/pypi.js +0 -1
  4739. package/icons/tech/pyscript.js +0 -1
  4740. package/icons/tech/pytest.js +0 -1
  4741. package/icons/tech/python-poetry.js +0 -1
  4742. package/icons/tech/python.js +0 -1
  4743. package/icons/tech/pytorch-icon.js +0 -1
  4744. package/icons/tech/pytorch.js +0 -1
  4745. package/icons/tech/pyup.js +0 -1
  4746. package/icons/tech/q.js +0 -1
  4747. package/icons/tech/qdrant-icon.js +0 -1
  4748. package/icons/tech/qdrant.js +0 -1
  4749. package/icons/tech/qlik.js +0 -1
  4750. package/icons/tech/qodana.js +0 -1
  4751. package/icons/tech/qt.js +0 -1
  4752. package/icons/tech/qualcomm.js +0 -1
  4753. package/icons/tech/quarkus-icon.js +0 -1
  4754. package/icons/tech/quarkus.js +0 -1
  4755. package/icons/tech/quasar.js +0 -1
  4756. package/icons/tech/quay.js +0 -1
  4757. package/icons/tech/quobyte.js +0 -1
  4758. package/icons/tech/quora.js +0 -1
  4759. package/icons/tech/qwik-icon.js +0 -1
  4760. package/icons/tech/qwik.js +0 -1
  4761. package/icons/tech/r-lang.js +0 -1
  4762. package/icons/tech/r.js +0 -1
  4763. package/icons/tech/rabbitmq-icon.js +0 -1
  4764. package/icons/tech/rabbitmq.js +0 -1
  4765. package/icons/tech/rackspace-icon.js +0 -1
  4766. package/icons/tech/rackspace.js +0 -1
  4767. package/icons/tech/rails.js +0 -1
  4768. package/icons/tech/ramda.js +0 -1
  4769. package/icons/tech/raml.js +0 -1
  4770. package/icons/tech/rancher-icon.js +0 -1
  4771. package/icons/tech/rancher.js +0 -1
  4772. package/icons/tech/raphael.js +0 -1
  4773. package/icons/tech/raspberry-pi.js +0 -1
  4774. package/icons/tech/rax.js +0 -1
  4775. package/icons/tech/reach.js +0 -1
  4776. package/icons/tech/react-bootstrap.js +0 -1
  4777. package/icons/tech/react-query-icon.js +0 -1
  4778. package/icons/tech/react-query.js +0 -1
  4779. package/icons/tech/react-router.js +0 -1
  4780. package/icons/tech/react-spring.js +0 -1
  4781. package/icons/tech/react-styleguidist.js +0 -1
  4782. package/icons/tech/react.js +0 -1
  4783. package/icons/tech/reactivex.js +0 -1
  4784. package/icons/tech/realm.js +0 -1
  4785. package/icons/tech/reapp.js +0 -1
  4786. package/icons/tech/reasonml-icon.js +0 -1
  4787. package/icons/tech/reasonml.js +0 -1
  4788. package/icons/tech/recaptcha.js +0 -1
  4789. package/icons/tech/recoil-icon.js +0 -1
  4790. package/icons/tech/recoil.js +0 -1
  4791. package/icons/tech/red-cube-s-epic-compiler-thingy-programming-re-ct.js +0 -1
  4792. package/icons/tech/reddit-icon.js +0 -1
  4793. package/icons/tech/reddit.js +0 -1
  4794. package/icons/tech/redhat-icon.js +0 -1
  4795. package/icons/tech/redhat.js +0 -1
  4796. package/icons/tech/redis.js +0 -1
  4797. package/icons/tech/redsmin.js +0 -1
  4798. package/icons/tech/redux-observable.js +0 -1
  4799. package/icons/tech/redux-saga.js +0 -1
  4800. package/icons/tech/redux.js +0 -1
  4801. package/icons/tech/redwoodjs.js +0 -1
  4802. package/icons/tech/reindex.js +0 -1
  4803. package/icons/tech/relay.js +0 -1
  4804. package/icons/tech/release.js +0 -1
  4805. package/icons/tech/remix-icon.js +0 -1
  4806. package/icons/tech/remix.js +0 -1
  4807. package/icons/tech/ren-py.js +0 -1
  4808. package/icons/tech/renovatebot.js +0 -1
  4809. package/icons/tech/replay-icon.js +0 -1
  4810. package/icons/tech/replay.js +0 -1
  4811. package/icons/tech/replit-icon.js +0 -1
  4812. package/icons/tech/replit.js +0 -1
  4813. package/icons/tech/require.js +0 -1
  4814. package/icons/tech/rescript-icon.js +0 -1
  4815. package/icons/tech/rescript.js +0 -1
  4816. package/icons/tech/rest-li.js +0 -1
  4817. package/icons/tech/rethinkdb.js +0 -1
  4818. package/icons/tech/retool-icon.js +0 -1
  4819. package/icons/tech/retool.js +0 -1
  4820. package/icons/tech/riak.js +0 -1
  4821. package/icons/tech/rider.js +0 -1
  4822. package/icons/tech/riot.js +0 -1
  4823. package/icons/tech/risingwave-icon.js +0 -1
  4824. package/icons/tech/risingwave.js +0 -1
  4825. package/icons/tech/robot-operating-system-ros.js +0 -1
  4826. package/icons/tech/rocket-chat-icon.js +0 -1
  4827. package/icons/tech/rocket-chat.js +0 -1
  4828. package/icons/tech/rocksdb.js +0 -1
  4829. package/icons/tech/rocky-linux-icon.js +0 -1
  4830. package/icons/tech/rocky-linux.js +0 -1
  4831. package/icons/tech/rollbar-icon.js +0 -1
  4832. package/icons/tech/rollbar.js +0 -1
  4833. package/icons/tech/rollupjs.js +0 -1
  4834. package/icons/tech/rome-icon.js +0 -1
  4835. package/icons/tech/rome.js +0 -1
  4836. package/icons/tech/ros.js +0 -1
  4837. package/icons/tech/rsa.js +0 -1
  4838. package/icons/tech/rsmq.js +0 -1
  4839. package/icons/tech/rspec.js +0 -1
  4840. package/icons/tech/rstudio.js +0 -1
  4841. package/icons/tech/rubocop.js +0 -1
  4842. package/icons/tech/ruby-mine.js +0 -1
  4843. package/icons/tech/ruby-on-rails.js +0 -1
  4844. package/icons/tech/ruby.js +0 -1
  4845. package/icons/tech/rubygems.js +0 -1
  4846. package/icons/tech/rum.js +0 -1
  4847. package/icons/tech/runscope.js +0 -1
  4848. package/icons/tech/rush-icon.js +0 -1
  4849. package/icons/tech/rush.js +0 -1
  4850. package/icons/tech/rust.js +0 -1
  4851. package/icons/tech/rxdb.js +0 -1
  4852. package/icons/tech/safari.js +0 -1
  4853. package/icons/tech/sagui.js +0 -1
  4854. package/icons/tech/sails.js +0 -1
  4855. package/icons/tech/salesforce.js +0 -1
  4856. package/icons/tech/sameroom.js +0 -1
  4857. package/icons/tech/samsung.js +0 -1
  4858. package/icons/tech/sanity.js +0 -1
  4859. package/icons/tech/sap.js +0 -1
  4860. package/icons/tech/sass-doc.js +0 -1
  4861. package/icons/tech/sass.js +0 -1
  4862. package/icons/tech/saucelabs.js +0 -1
  4863. package/icons/tech/scala.js +0 -1
  4864. package/icons/tech/scaledrone.js +0 -1
  4865. package/icons/tech/scalingo.js +0 -1
  4866. package/icons/tech/scribd-icon.js +0 -1
  4867. package/icons/tech/scribd.js +0 -1
  4868. package/icons/tech/sdl.js +0 -1
  4869. package/icons/tech/seaborn-icon.js +0 -1
  4870. package/icons/tech/seaborn.js +0 -1
  4871. package/icons/tech/section-icon.js +0 -1
  4872. package/icons/tech/section.js +0 -1
  4873. package/icons/tech/segment-icon.js +0 -1
  4874. package/icons/tech/segment.js +0 -1
  4875. package/icons/tech/selenium.js +0 -1
  4876. package/icons/tech/sema-software.js +0 -1
  4877. package/icons/tech/semantic-release.js +0 -1
  4878. package/icons/tech/semantic-ui.js +0 -1
  4879. package/icons/tech/semaphoreci.js +0 -1
  4880. package/icons/tech/sencha.js +0 -1
  4881. package/icons/tech/sendgrid-icon.js +0 -1
  4882. package/icons/tech/sendgrid.js +0 -1
  4883. package/icons/tech/seneca.js +0 -1
  4884. package/icons/tech/sensu-icon.js +0 -1
  4885. package/icons/tech/sensu.js +0 -1
  4886. package/icons/tech/sentry-icon.js +0 -1
  4887. package/icons/tech/sentry.js +0 -1
  4888. package/icons/tech/sequelize.js +0 -1
  4889. package/icons/tech/serverless.js +0 -1
  4890. package/icons/tech/sherlock-icon.js +0 -1
  4891. package/icons/tech/sherlock.js +0 -1
  4892. package/icons/tech/shields.js +0 -1
  4893. package/icons/tech/shipit.js +0 -1
  4894. package/icons/tech/shogun.js +0 -1
  4895. package/icons/tech/shopify.js +0 -1
  4896. package/icons/tech/shopware.js +0 -1
  4897. package/icons/tech/shortcut-icon.js +0 -1
  4898. package/icons/tech/shortcut.js +0 -1
  4899. package/icons/tech/sidekiq-icon.js +0 -1
  4900. package/icons/tech/sidekiq.js +0 -1
  4901. package/icons/tech/signal.js +0 -1
  4902. package/icons/tech/sigstore-icon.js +0 -1
  4903. package/icons/tech/sigstore.js +0 -1
  4904. package/icons/tech/sinatra.js +0 -1
  4905. package/icons/tech/singlestore-icon.js +0 -1
  4906. package/icons/tech/singlestore.js +0 -1
  4907. package/icons/tech/sitepoint.js +0 -1
  4908. package/icons/tech/sk-hynix.js +0 -1
  4909. package/icons/tech/skaffolder.js +0 -1
  4910. package/icons/tech/sketch.js +0 -1
  4911. package/icons/tech/skylight.js +0 -1
  4912. package/icons/tech/skype.js +0 -1
  4913. package/icons/tech/slack-icon.js +0 -1
  4914. package/icons/tech/slack.js +0 -1
  4915. package/icons/tech/slides.js +0 -1
  4916. package/icons/tech/slidev.js +0 -1
  4917. package/icons/tech/slim.js +0 -1
  4918. package/icons/tech/smartling.js +0 -1
  4919. package/icons/tech/smashingmagazine.js +0 -1
  4920. package/icons/tech/snap-svg.js +0 -1
  4921. package/icons/tech/snaplet-icon.js +0 -1
  4922. package/icons/tech/snaplet.js +0 -1
  4923. package/icons/tech/snowflake-icon.js +0 -1
  4924. package/icons/tech/snowflake.js +0 -1
  4925. package/icons/tech/snowpack.js +0 -1
  4926. package/icons/tech/snyk.js +0 -1
  4927. package/icons/tech/socket-io.js +0 -1
  4928. package/icons/tech/solarwinds.js +0 -1
  4929. package/icons/tech/solid.js +0 -1
  4930. package/icons/tech/solidity.js +0 -1
  4931. package/icons/tech/solidjs-icon.js +0 -1
  4932. package/icons/tech/solidjs.js +0 -1
  4933. package/icons/tech/solr.js +0 -1
  4934. package/icons/tech/sonarcloud-icon.js +0 -1
  4935. package/icons/tech/sonarcloud.js +0 -1
  4936. package/icons/tech/sonarlint-icon.js +0 -1
  4937. package/icons/tech/sonarlint.js +0 -1
  4938. package/icons/tech/sonarqube.js +0 -1
  4939. package/icons/tech/soundcloud.js +0 -1
  4940. package/icons/tech/sourcegraph.js +0 -1
  4941. package/icons/tech/sourcetree.js +0 -1
  4942. package/icons/tech/spark.js +0 -1
  4943. package/icons/tech/sparkpost.js +0 -1
  4944. package/icons/tech/speakerdeck.js +0 -1
  4945. package/icons/tech/speedcurve.js +0 -1
  4946. package/icons/tech/spidermonkey-icon.js +0 -1
  4947. package/icons/tech/spidermonkey.js +0 -1
  4948. package/icons/tech/spinnaker.js +0 -1
  4949. package/icons/tech/splunk.js +0 -1
  4950. package/icons/tech/spotify-icon.js +0 -1
  4951. package/icons/tech/spotify.js +0 -1
  4952. package/icons/tech/spree.js +0 -1
  4953. package/icons/tech/spring-icon.js +0 -1
  4954. package/icons/tech/spring.js +0 -1
  4955. package/icons/tech/sql-developer.js +0 -1
  4956. package/icons/tech/sqlalchemy.js +0 -1
  4957. package/icons/tech/sqlite.js +0 -1
  4958. package/icons/tech/square.js +0 -1
  4959. package/icons/tech/squarespace.js +0 -1
  4960. package/icons/tech/ssh.js +0 -1
  4961. package/icons/tech/sst-icon.js +0 -1
  4962. package/icons/tech/sst.js +0 -1
  4963. package/icons/tech/stability-ai-icon.js +0 -1
  4964. package/icons/tech/stability-ai.js +0 -1
  4965. package/icons/tech/stackbit-icon.js +0 -1
  4966. package/icons/tech/stackbit.js +0 -1
  4967. package/icons/tech/stackblitz-icon.js +0 -1
  4968. package/icons/tech/stackblitz.js +0 -1
  4969. package/icons/tech/stackoverflow-icon.js +0 -1
  4970. package/icons/tech/stackoverflow.js +0 -1
  4971. package/icons/tech/stackshare.js +0 -1
  4972. package/icons/tech/stata.js +0 -1
  4973. package/icons/tech/stately-icon.js +0 -1
  4974. package/icons/tech/stately.js +0 -1
  4975. package/icons/tech/statuspage.js +0 -1
  4976. package/icons/tech/stdlib-icon.js +0 -1
  4977. package/icons/tech/stdlib.js +0 -1
  4978. package/icons/tech/steam.js +0 -1
  4979. package/icons/tech/stenciljs-icon.js +0 -1
  4980. package/icons/tech/stenciljs.js +0 -1
  4981. package/icons/tech/stetho.js +0 -1
  4982. package/icons/tech/stickermule.js +0 -1
  4983. package/icons/tech/stigg-icon.js +0 -1
  4984. package/icons/tech/stigg.js +0 -1
  4985. package/icons/tech/stimulus-icon.js +0 -1
  4986. package/icons/tech/stimulus.js +0 -1
  4987. package/icons/tech/stitch.js +0 -1
  4988. package/icons/tech/stoplight.js +0 -1
  4989. package/icons/tech/storyblocks-icon.js +0 -1
  4990. package/icons/tech/storyblocks.js +0 -1
  4991. package/icons/tech/storyblok-icon.js +0 -1
  4992. package/icons/tech/storyblok.js +0 -1
  4993. package/icons/tech/storybook-icon.js +0 -1
  4994. package/icons/tech/storybook.js +0 -1
  4995. package/icons/tech/strapi-icon.js +0 -1
  4996. package/icons/tech/strapi.js +0 -1
  4997. package/icons/tech/streamlit.js +0 -1
  4998. package/icons/tech/strider.js +0 -1
  4999. package/icons/tech/stripe.js +0 -1
  5000. package/icons/tech/struts.js +0 -1
  5001. package/icons/tech/styleci.js +0 -1
  5002. package/icons/tech/stylefmt.js +0 -1
  5003. package/icons/tech/stylelint.js +0 -1
  5004. package/icons/tech/stylis.js +0 -1
  5005. package/icons/tech/stylus.js +0 -1
  5006. package/icons/tech/stytch.js +0 -1
  5007. package/icons/tech/sublimetext-icon.js +0 -1
  5008. package/icons/tech/sublimetext.js +0 -1
  5009. package/icons/tech/subversion.js +0 -1
  5010. package/icons/tech/sugarss.js +0 -1
  5011. package/icons/tech/supabase-icon.js +0 -1
  5012. package/icons/tech/supabase.js +0 -1
  5013. package/icons/tech/supertokens-icon.js +0 -1
  5014. package/icons/tech/supertokens.js +0 -1
  5015. package/icons/tech/surge.js +0 -1
  5016. package/icons/tech/surrealdb-icon.js +0 -1
  5017. package/icons/tech/surrealdb.js +0 -1
  5018. package/icons/tech/survicate-icon.js +0 -1
  5019. package/icons/tech/survicate.js +0 -1
  5020. package/icons/tech/suse.js +0 -1
  5021. package/icons/tech/susy.js +0 -1
  5022. package/icons/tech/svelte-icon.js +0 -1
  5023. package/icons/tech/svelte-kit.js +0 -1
  5024. package/icons/tech/svelte.js +0 -1
  5025. package/icons/tech/svg.js +0 -1
  5026. package/icons/tech/svgator.js +0 -1
  5027. package/icons/tech/swagger.js +0 -1
  5028. package/icons/tech/swc.js +0 -1
  5029. package/icons/tech/swift.js +0 -1
  5030. package/icons/tech/swiftype.js +0 -1
  5031. package/icons/tech/swimm.js +0 -1
  5032. package/icons/tech/swr.js +0 -1
  5033. package/icons/tech/symfony.js +0 -1
  5034. package/icons/tech/sysdig-icon.js +0 -1
  5035. package/icons/tech/sysdig.js +0 -1
  5036. package/icons/tech/t3.js +0 -1
  5037. package/icons/tech/tableau-icon.js +0 -1
  5038. package/icons/tech/tableau.js +0 -1
  5039. package/icons/tech/taiga.js +0 -1
  5040. package/icons/tech/tailwindcss-icon.js +0 -1
  5041. package/icons/tech/tailwindcss.js +0 -1
  5042. package/icons/tech/tapcart-icon.js +0 -1
  5043. package/icons/tech/tapcart.js +0 -1
  5044. package/icons/tech/taskade-icon.js +0 -1
  5045. package/icons/tech/taskade.js +0 -1
  5046. package/icons/tech/tastejs.js +0 -1
  5047. package/icons/tech/tauri.js +0 -1
  5048. package/icons/tech/tealium.js +0 -1
  5049. package/icons/tech/teamcity.js +0 -1
  5050. package/icons/tech/teamgrid.js +0 -1
  5051. package/icons/tech/teamwork-icon.js +0 -1
  5052. package/icons/tech/teamwork.js +0 -1
  5053. package/icons/tech/telegram.js +0 -1
  5054. package/icons/tech/tensorflow.js +0 -1
  5055. package/icons/tech/terminal.js +0 -1
  5056. package/icons/tech/terraform-icon.js +0 -1
  5057. package/icons/tech/terraform.js +0 -1
  5058. package/icons/tech/terser-icon.js +0 -1
  5059. package/icons/tech/terser.js +0 -1
  5060. package/icons/tech/testcafe.js +0 -1
  5061. package/icons/tech/testing-library.js +0 -1
  5062. package/icons/tech/testlodge.js +0 -1
  5063. package/icons/tech/tex.js +0 -1
  5064. package/icons/tech/the-algorithms.js +0 -1
  5065. package/icons/tech/threejs.js +0 -1
  5066. package/icons/tech/thymeleaf-icon.js +0 -1
  5067. package/icons/tech/thymeleaf.js +0 -1
  5068. package/icons/tech/tidal-icon.js +0 -1
  5069. package/icons/tech/tidal.js +0 -1
  5070. package/icons/tech/tiktok-icon.js +0 -1
  5071. package/icons/tech/tiktok.js +0 -1
  5072. package/icons/tech/titanium-sdk.js +0 -1
  5073. package/icons/tech/tnw.js +0 -1
  5074. package/icons/tech/todoist-icon.js +0 -1
  5075. package/icons/tech/todoist.js +0 -1
  5076. package/icons/tech/todomvc.js +0 -1
  5077. package/icons/tech/tomcat.js +0 -1
  5078. package/icons/tech/toml.js +0 -1
  5079. package/icons/tech/tor-browser.js +0 -1
  5080. package/icons/tech/tor.js +0 -1
  5081. package/icons/tech/tortoise-git.js +0 -1
  5082. package/icons/tech/tower.js +0 -1
  5083. package/icons/tech/traackr.js +0 -1
  5084. package/icons/tech/trac.js +0 -1
  5085. package/icons/tech/traefik-mesh.js +0 -1
  5086. package/icons/tech/traefik-proxy.js +0 -1
  5087. package/icons/tech/travis-ci-monochrome.js +0 -1
  5088. package/icons/tech/travis-ci.js +0 -1
  5089. package/icons/tech/treasuredata-icon.js +0 -1
  5090. package/icons/tech/treasuredata.js +0 -1
  5091. package/icons/tech/treehouse-icon.js +0 -1
  5092. package/icons/tech/treehouse.js +0 -1
  5093. package/icons/tech/trello.js +0 -1
  5094. package/icons/tech/trpc.js +0 -1
  5095. package/icons/tech/truffle-icon.js +0 -1
  5096. package/icons/tech/truffle.js +0 -1
  5097. package/icons/tech/tsmc.js +0 -1
  5098. package/icons/tech/tsnode.js +0 -1
  5099. package/icons/tech/tsuru.js +0 -1
  5100. package/icons/tech/tumblr-icon.js +0 -1
  5101. package/icons/tech/tumblr.js +0 -1
  5102. package/icons/tech/tunein.js +0 -1
  5103. package/icons/tech/tuple.js +0 -1
  5104. package/icons/tech/turbopack-icon.js +0 -1
  5105. package/icons/tech/turbopack.js +0 -1
  5106. package/icons/tech/turborepo-icon.js +0 -1
  5107. package/icons/tech/turborepo.js +0 -1
  5108. package/icons/tech/turret.js +0 -1
  5109. package/icons/tech/twilio-icon.js +0 -1
  5110. package/icons/tech/twilio.js +0 -1
  5111. package/icons/tech/twitch.js +0 -1
  5112. package/icons/tech/twitter.js +0 -1
  5113. package/icons/tech/typeform-icon.js +0 -1
  5114. package/icons/tech/typeform.js +0 -1
  5115. package/icons/tech/typeorm.js +0 -1
  5116. package/icons/tech/typescript-icon-round.js +0 -1
  5117. package/icons/tech/typescript-icon.js +0 -1
  5118. package/icons/tech/typescript.js +0 -1
  5119. package/icons/tech/typesense-icon.js +0 -1
  5120. package/icons/tech/typesense.js +0 -1
  5121. package/icons/tech/typo3-icon.js +0 -1
  5122. package/icons/tech/typo3.js +0 -1
  5123. package/icons/tech/ubuntu.js +0 -1
  5124. package/icons/tech/udacity-icon.js +0 -1
  5125. package/icons/tech/udacity.js +0 -1
  5126. package/icons/tech/udemy-icon.js +0 -1
  5127. package/icons/tech/udemy.js +0 -1
  5128. package/icons/tech/uikit.js +0 -1
  5129. package/icons/tech/uml.js +0 -1
  5130. package/icons/tech/umu.js +0 -1
  5131. package/icons/tech/unbounce-icon.js +0 -1
  5132. package/icons/tech/unbounce.js +0 -1
  5133. package/icons/tech/undertow.js +0 -1
  5134. package/icons/tech/unionpay.js +0 -1
  5135. package/icons/tech/unitjs.js +0 -1
  5136. package/icons/tech/unito-icon.js +0 -1
  5137. package/icons/tech/unito.js +0 -1
  5138. package/icons/tech/unity.js +0 -1
  5139. package/icons/tech/unix.js +0 -1
  5140. package/icons/tech/unjs.js +0 -1
  5141. package/icons/tech/unocss.js +0 -1
  5142. package/icons/tech/unrealengine-icon.js +0 -1
  5143. package/icons/tech/unrealengine.js +0 -1
  5144. package/icons/tech/upcase.js +0 -1
  5145. package/icons/tech/upstash-icon.js +0 -1
  5146. package/icons/tech/upstash.js +0 -1
  5147. package/icons/tech/upwork.js +0 -1
  5148. package/icons/tech/user-testing-icon.js +0 -1
  5149. package/icons/tech/user-testing.js +0 -1
  5150. package/icons/tech/uservoice-icon.js +0 -1
  5151. package/icons/tech/uservoice.js +0 -1
  5152. package/icons/tech/uwsgi.js +0 -1
  5153. package/icons/tech/v8-ignition.js +0 -1
  5154. package/icons/tech/v8-turbofan.js +0 -1
  5155. package/icons/tech/v8.js +0 -1
  5156. package/icons/tech/vaadin.js +0 -1
  5157. package/icons/tech/vaddy.js +0 -1
  5158. package/icons/tech/vagrant-icon.js +0 -1
  5159. package/icons/tech/vagrant.js +0 -1
  5160. package/icons/tech/vala.js +0 -1
  5161. package/icons/tech/vault-icon.js +0 -1
  5162. package/icons/tech/vault.js +0 -1
  5163. package/icons/tech/vector.js +0 -1
  5164. package/icons/tech/vercel-icon.js +0 -1
  5165. package/icons/tech/vercel.js +0 -1
  5166. package/icons/tech/verdaccio-icon.js +0 -1
  5167. package/icons/tech/verdaccio.js +0 -1
  5168. package/icons/tech/vernemq.js +0 -1
  5169. package/icons/tech/veutify.js +0 -1
  5170. package/icons/tech/vim.js +0 -1
  5171. package/icons/tech/vimeo-icon.js +0 -1
  5172. package/icons/tech/vimeo.js +0 -1
  5173. package/icons/tech/visa.js +0 -1
  5174. package/icons/tech/visaelectron.js +0 -1
  5175. package/icons/tech/visual-studio-code.js +0 -1
  5176. package/icons/tech/visual-studio.js +0 -1
  5177. package/icons/tech/vite.js +0 -1
  5178. package/icons/tech/vitejs.js +0 -1
  5179. package/icons/tech/vitess.js +0 -1
  5180. package/icons/tech/vitest.js +0 -1
  5181. package/icons/tech/vivaldi-icon.js +0 -1
  5182. package/icons/tech/vivaldi.js +0 -1
  5183. package/icons/tech/vlang.js +0 -1
  5184. package/icons/tech/vmware.js +0 -1
  5185. package/icons/tech/void.js +0 -1
  5186. package/icons/tech/volar.js +0 -1
  5187. package/icons/tech/vorejs.js +0 -1
  5188. package/icons/tech/vscode.js +0 -1
  5189. package/icons/tech/vsphere.js +0 -1
  5190. package/icons/tech/vue-storefront.js +0 -1
  5191. package/icons/tech/vue.js +0 -1
  5192. package/icons/tech/vuetifyjs.js +0 -1
  5193. package/icons/tech/vueuse.js +0 -1
  5194. package/icons/tech/vulkan.js +0 -1
  5195. package/icons/tech/vultr-icon.js +0 -1
  5196. package/icons/tech/vultr.js +0 -1
  5197. package/icons/tech/vwo.js +0 -1
  5198. package/icons/tech/vyper.js +0 -1
  5199. package/icons/tech/w3c.js +0 -1
  5200. package/icons/tech/waffle-icon.js +0 -1
  5201. package/icons/tech/waffle.js +0 -1
  5202. package/icons/tech/wagtail.js +0 -1
  5203. package/icons/tech/wakatime.js +0 -1
  5204. package/icons/tech/walkme.js +0 -1
  5205. package/icons/tech/watchman.js +0 -1
  5206. package/icons/tech/waypoint-icon.js +0 -1
  5207. package/icons/tech/waypoint.js +0 -1
  5208. package/icons/tech/wayscript-icon.js +0 -1
  5209. package/icons/tech/wayscript.js +0 -1
  5210. package/icons/tech/wearos.js +0 -1
  5211. package/icons/tech/weave.js +0 -1
  5212. package/icons/tech/web-dev-icon.js +0 -1
  5213. package/icons/tech/web-dev.js +0 -1
  5214. package/icons/tech/web3js.js +0 -1
  5215. package/icons/tech/webassembly.js +0 -1
  5216. package/icons/tech/webcomponents.js +0 -1
  5217. package/icons/tech/webdriverio.js +0 -1
  5218. package/icons/tech/webflow.js +0 -1
  5219. package/icons/tech/webgpu.js +0 -1
  5220. package/icons/tech/webhint-icon.js +0 -1
  5221. package/icons/tech/webhint.js +0 -1
  5222. package/icons/tech/webhooks.js +0 -1
  5223. package/icons/tech/webix-icon.js +0 -1
  5224. package/icons/tech/webix.js +0 -1
  5225. package/icons/tech/webkit.js +0 -1
  5226. package/icons/tech/weblate.js +0 -1
  5227. package/icons/tech/webmin.js +0 -1
  5228. package/icons/tech/webpack.js +0 -1
  5229. package/icons/tech/webplatform.js +0 -1
  5230. package/icons/tech/webrtc.js +0 -1
  5231. package/icons/tech/websocket.js +0 -1
  5232. package/icons/tech/webstorm.js +0 -1
  5233. package/icons/tech/webtorrent.js +0 -1
  5234. package/icons/tech/weebly.js +0 -1
  5235. package/icons/tech/whalar-icon.js +0 -1
  5236. package/icons/tech/whalar.js +0 -1
  5237. package/icons/tech/whatsapp-icon.js +0 -1
  5238. package/icons/tech/whatsapp-monochrome-icon.js +0 -1
  5239. package/icons/tech/whatsapp.js +0 -1
  5240. package/icons/tech/whatwg.js +0 -1
  5241. package/icons/tech/wicket-icon.js +0 -1
  5242. package/icons/tech/wicket.js +0 -1
  5243. package/icons/tech/wifi.js +0 -1
  5244. package/icons/tech/wildfly.js +0 -1
  5245. package/icons/tech/windi-css.js +0 -1
  5246. package/icons/tech/windows11.js +0 -1
  5247. package/icons/tech/windows8.js +0 -1
  5248. package/icons/tech/winglang-icon.js +0 -1
  5249. package/icons/tech/winglang.js +0 -1
  5250. package/icons/tech/wire.js +0 -1
  5251. package/icons/tech/wix.js +0 -1
  5252. package/icons/tech/wmr.js +0 -1
  5253. package/icons/tech/woo-commerce.js +0 -1
  5254. package/icons/tech/woocommerce-icon.js +0 -1
  5255. package/icons/tech/woopra.js +0 -1
  5256. package/icons/tech/wordpress-icon-alt.js +0 -1
  5257. package/icons/tech/wordpress-icon.js +0 -1
  5258. package/icons/tech/wordpress.js +0 -1
  5259. package/icons/tech/workboard.js +0 -1
  5260. package/icons/tech/workos-icon.js +0 -1
  5261. package/icons/tech/workos.js +0 -1
  5262. package/icons/tech/workplace-icon.js +0 -1
  5263. package/icons/tech/workplace.js +0 -1
  5264. package/icons/tech/wpengine.js +0 -1
  5265. package/icons/tech/wufoo.js +0 -1
  5266. package/icons/tech/x.js +0 -1
  5267. package/icons/tech/xamarin.js +0 -1
  5268. package/icons/tech/xampp.js +0 -1
  5269. package/icons/tech/xata-icon.js +0 -1
  5270. package/icons/tech/xata.js +0 -1
  5271. package/icons/tech/xcart.js +0 -1
  5272. package/icons/tech/xcode.js +0 -1
  5273. package/icons/tech/xero.js +0 -1
  5274. package/icons/tech/xml.js +0 -1
  5275. package/icons/tech/xray-for-jira.js +0 -1
  5276. package/icons/tech/xstate.js +0 -1
  5277. package/icons/tech/xtend.js +0 -1
  5278. package/icons/tech/xwiki-icon.js +0 -1
  5279. package/icons/tech/xwiki.js +0 -1
  5280. package/icons/tech/yahoo.js +0 -1
  5281. package/icons/tech/yaml.js +0 -1
  5282. package/icons/tech/yammer.js +0 -1
  5283. package/icons/tech/yandex-ru.js +0 -1
  5284. package/icons/tech/yarn.js +0 -1
  5285. package/icons/tech/ycombinator.js +0 -1
  5286. package/icons/tech/yeoman.js +0 -1
  5287. package/icons/tech/yii-framework.js +0 -1
  5288. package/icons/tech/yii.js +0 -1
  5289. package/icons/tech/youtrack.js +0 -1
  5290. package/icons/tech/youtube-icon.js +0 -1
  5291. package/icons/tech/youtube.js +0 -1
  5292. package/icons/tech/yugabyte-icon.js +0 -1
  5293. package/icons/tech/yugabyte.js +0 -1
  5294. package/icons/tech/yuno-host.js +0 -1
  5295. package/icons/tech/zabbix.js +0 -1
  5296. package/icons/tech/zapier.js +0 -1
  5297. package/icons/tech/zend-framework.js +0 -1
  5298. package/icons/tech/zendesk-icon.js +0 -1
  5299. package/icons/tech/zendesk.js +0 -1
  5300. package/icons/tech/zenhub-icon.js +0 -1
  5301. package/icons/tech/zenhub.js +0 -1
  5302. package/icons/tech/zeplin.js +0 -1
  5303. package/icons/tech/zeroheight-icon.js +0 -1
  5304. package/icons/tech/zeroheight.js +0 -1
  5305. package/icons/tech/zig.js +0 -1
  5306. package/icons/tech/zod.js +0 -1
  5307. package/icons/tech/zoho.js +0 -1
  5308. package/icons/tech/zoom-icon.js +0 -1
  5309. package/icons/tech/zoom.js +0 -1
  5310. package/icons/tech/zorin-os.js +0 -1
  5311. package/icons/tech/zsh.js +0 -1
  5312. package/icons/tech/zube.js +0 -1
  5313. package/icons/tech/zulip-icon.js +0 -1
  5314. package/icons/tech/zulip.js +0 -1
  5315. package/icons/tech/zwave.js +0 -1
@@ -1,135 +1,100 @@
1
1
  #!/usr/bin/env node
2
- import{h as ve,r as Ac,k as He,l as us,m as st,u as y,w as ls,o as _c,p as Cc,q as ge,s as fs,v as yt,x as Te,y as xc,d as ps,z as ds,A as Tc,c as Ic,L as ye,_ as Oc,j as hs,B as Lc,C as it,D as sr,E as kc,F as ms,G as wt,H as gs,I as Nc,J as Pc,K as jc,M as Dc,O as qc,P as Ie,Q as Hc,R as Mc,S as Uc,U as Fc,V as Gc,W as Bc,X as Vc,Y as zc,e as Wc,Z as Be,$ as ir,a0 as Ve,a1 as or,a2 as ar,a3 as Xc,a4 as Kc,a5 as Yc,a6 as Jc}from"../shared/likec4.CDVXAxDx.mjs";import B,{existsSync as _e,copyFileSync as ys,
3
- readdirSync as Qc,rmSync as cr,statSync as Zc}from"node:fs";import re,{hrtime as eu,cwd as vt,exit as ws,argv as tu,stdout as ru}from"node:process";import{b as vs,t as ur,a as nu,d as Me}from"../shared/likec4.CB2-Uaub.mjs";import{env as $s,isMinimal as su,nodeENV as iu,isDevelopment as bs}from"std-env";import ou from"yargs";import{hideBin as au}from"yargs/helpers";import W,{resolve as z,dirname as Re,join as ot,relative as Ce,sep as Es,extname as at,isAbsolute as lr,basename as $t}from"node:path";
4
- import Rs,{mkdtemp as bt,writeFile as Oe,mkdir as Se,stat as fr,copyFile as cu,rm as uu}from"node:fs/promises";import ct,{tmpdir as Et}from"node:os";import{fileURLToPath as Ss}from"node:url";import pr from"@vitejs/plugin-react";import As from"util";import dr,{resolve as ze}from"path";import{j as _s,e as Cs,C as lu,t as xs,N as We,L as hr,g as fu,a as pu,b as du}from"../shared/likec4.CRP-WAuw.mjs";import{build as ut,createServer as hu,preview as mu}from"vite";import gu from"node:module";import{invariant as mr,
5
- nonexhaustive as gr}from"@likec4/core";import yu from"node:net";import{setTimeout as wu}from"node:timers/promises";import{promisify as ae,isDeepStrictEqual as Ts}from"node:util";import Ue from"node:crypto";import Is from"node:assert";import{a as Xe}from"../shared/likec4.CXTvqtC-.mjs";import{isDeploymentRelationModel as vu,isRelationModel as $u,isDeploymentElementModel as bu,isLikeC4ViewModel as Eu,isElementModel as Ru,LikeC4Model as Su}from"@likec4/core/model";import{compareNatural as Au,sortNaturalByFqn as _u,
6
- invariant as Cu,delay as Os}from"@likec4/core/utils";let yr;function xu(){try{return B.statSync("/.dockerenv"),!0}catch{return!1}}function Tu(){try{return B.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function Iu(){return yr===void 0&&(yr=xu()||Tu()),yr}let wr;const Ou=()=>{try{return B.statSync("/run/.containerenv"),!0}catch{return!1}};function Le(){return wr===void 0&&(wr=Ou()||Iu()),wr}const ce={type:"string",desc:"<directory> with LikeC4 sources (default is cu\
7
- rrent directory)",normalize:!0,default:".",coerce:z},de={alias:"use-dot-bin",boolean:!0,type:"boolean",desc:Le()?"enabled in container, disable by --no-use-dot":'use graphviz binaries ("dot" should be on PATH)',default:Le()},Ls={boolean:!0,type:"boolean",desc:"use `@likec4/core` package in types",default:!1},ks={boolean:!0,type:"boolean",desc:'use hash history for navigation, e.g. "/#/view" instead of "/view"'},Rt={alias:"o",type:"string",desc:"output directory",normalize:!0,nargs:1,coerce:z},vr={
8
- alias:"w",type:"string",desc:'prefix for Webcomponents, e.g "c4" generates <c4-view ../>',default:"likec4",nargs:1},Ns={alias:"t",type:"string",desc:'base title of the app pages (default is "LikeC4")',default:"LikeC4",nargs:1},Ps={alias:["base-url"],type:"string",desc:'base url the app is being served from, e.g. "/" or "/pages/"',nargs:1},Lu={boolean:!0,type:"boolean",desc:"outputs a single self-contained HTML file with all required resources inlined"},ku={alias:"l",type:"string",...Le()?{desc:"\
9
- listen 0.0.0.0 by default in container",default:"0.0.0.0"}:{desc:"ip address of the network interface to listen on"},nargs:1},Nu={type:"number",desc:"port number for the dev server (default is 5173, or PORT environment variable)",nargs:1},Ke={alias:"p",type:"string",desc:'select LikeC4 project by name (e.g. "my-project") or by path',nargs:1},js=t=>t instanceof URL?Ss(t):t;function Pu(t,{cwd:e=re.cwd(),type:r="file",stopAt:n}={}){let i=W.resolve(js(e)??"");const{root:a}=W.parse(i);for(n=W.resolve(
10
- i,js(n)??a);i&&i!==n&&i!==a;){const s=W.isAbsolute(t)?t:W.join(i,t);try{const o=B.statSync(s,{throwIfNoEntry:!1});if(r==="file"&&o?.isFile()||r==="directory"&&o?.isDirectory())return s}catch{}i=W.dirname(i)}}function ju({cwd:t=re.cwd()}={}){return Pu("package.json",{cwd:t})}const Du=ve("vite"),St=Re(Ss(import.meta.url)),qu=`
11
- /* prettier-ignore-start */
12
- /* eslint-disable */
2
+ import { s as __toESM } from "../_chunks/rolldown-runtime.mjs";
3
+ import "../_chunks/libs/defu.mjs";
4
+ import { L as UriUtils, R as URI, a as expandToNode, i as toString, n as CompositeGeneratorNode, r as NL, t as joinToNode } from "../_chunks/libs/langium.mjs";
5
+ import "../_chunks/libs/@chevrotain/regexp-to-ast.mjs";
6
+ import "../_chunks/libs/chevrotain.mjs";
7
+ import "../_chunks/libs/chevrotain-allstar.mjs";
8
+ import { B as n, G as t$4, S as e$1, T as e, Y as t$5, _ as t$3, h as t$2, q as t$1, t, v as e$3, y as e$2 } from "../_chunks/libs/remeda.mjs";
9
+ import { t as u } from "../_chunks/libs/tinyrainbow.mjs";
10
+ import { a as inMillis, c as name, d as logger$2, f as getConsoleSink, h as loggable, i as createLikeC4Logger, l as version, m as getConsoleFormatter, o as logger$1, p as getAnsiColorFormatter, r as boxen, s as startTimer, u as configureLogger } from "../_chunks/module.mjs";
11
+ import { t as require_lib } from "../_chunks/libs/json5.mjs";
12
+ import "../_chunks/libs/@modelcontextprotocol/sdk.mjs";
13
+ import "../_chunks/libs/eventemitter3.mjs";
14
+ import { t as require_picomatch } from "../_chunks/libs/picomatch.mjs";
15
+ import { l as withQuery, o as joinURL, u as withTrailingSlash } from "../_chunks/libs/ufo.mjs";
16
+ import "../_chunks/libs/@hono/node-server.mjs";
17
+ import "../_chunks/libs/hono.mjs";
18
+ import "../_chunks/libs/@lume/kiwi.mjs";
19
+ import "../_chunks/libs/ts-graphviz.mjs";
20
+ import "../_chunks/libs/word-wrap.mjs";
21
+ import { n as stripIndent } from "../_chunks/libs/strip-indent.mjs";
22
+ import "../_chunks/libs/isexe.mjs";
23
+ import "../_chunks/libs/which.mjs";
24
+ import { t as LikeC4 } from "../_chunks/LikeC4.mjs";
25
+ import { t as false_default } from "../_chunks/libs/esm-env.mjs";
26
+ import "../_chunks/libs/is-docker.mjs";
27
+ import { t as isInsideContainer } from "../_chunks/libs/is-inside-container.mjs";
28
+ import "../_chunks/libs/find-up-simple.mjs";
29
+ import "../_chunks/libs/package-up.mjs";
30
+ import { a as mkTempPublicDir, i as chunkSizeWarningLimit, n as viteAliases, o as viteAppRoot, r as JsBanners } from "../_chunks/config-app.prod.mjs";
31
+ import { i as generateD2, n as generatePuml, r as generateMermaid, t as LikeC4VitePlugin } from "../_chunks/plugin.mjs";
32
+ import { t as viteWebcomponentConfig } from "../_chunks/config-webcomponent.prod.mjs";
33
+ import { n as viteBuild } from "../_chunks/vite-build.mjs";
34
+ import { n as resolveCommand, t as detect } from "../_chunks/libs/package-manager-detector.mjs";
35
+ import { n as require_semver, t as Conf } from "../_chunks/libs/conf.mjs";
36
+ import "../_chunks/libs/atomically.mjs";
37
+ import "../_chunks/libs/ajv.mjs";
38
+ import { t as distribution_default } from "../_chunks/libs/ky.mjs";
39
+ import { u as LikeC4Model$1 } from "../_chunks/model.mjs";
40
+ import { t as viteDev } from "../_chunks/vite-dev.mjs";
41
+ import { t as vitePreview } from "../_chunks/vite-preview.mjs";
42
+ import module from "node:module";
43
+ import { existsSync, statSync } from "node:fs";
44
+ import { basename, dirname, extname, isAbsolute, join, relative, resolve, sep } from "node:path";
45
+ import { resolve as resolve$1 } from "path";
46
+ import { isDevelopment, isMinimal, nodeENV } from "std-env";
47
+ import { invariant, nonexhaustive } from "@likec4/core";
48
+ import { copyFile, mkdir, mkdtemp, rm, stat, writeFile } from "node:fs/promises";
49
+ import { compareNatural, invariant as invariant$1, sortNaturalByFqn } from "@likec4/core/utils";
50
+ import { isDeploymentElementModel, isDeploymentRelationModel, isElementModel, isLikeC4ViewModel, isRelationModel } from "@likec4/core/model";
51
+ import { argv, cwd, exit, hrtime, stdout } from "node:process";
52
+ import spawn from "nano-spawn";
53
+ import { tmpdir } from "node:os";
54
+ import yargs$1 from "yargs";
55
+ import { hideBin } from "yargs/helpers";
56
+ import react from "@vitejs/plugin-react";
57
+ import { build } from "vite";
58
+ import { setTimeout } from "node:timers/promises";
13
59
 
14
- /******************************************************************************
15
- * This file was generated
16
- * DO NOT EDIT MANUALLY!
17
- ******************************************************************************/
18
-
19
- `.trimStart(),Hu=`
20
-
21
- /* prettier-ignore-end */
22
- `,$r={banner:qu,footer:Hu};function Ds(){const t=ju({cwd:St});if(!t)throw new Error("likec4 package folder not found");return Re(t)}function br(){const t=Ds(),e=[z(t,"__app__"),z(St,"../__app__"),z(St,"../../__app__"),z(St,"../../dist/__app__")],r=Ac(e,_e);if(!r)throw He.error(`likec4 app root does not exist, tried:
23
- ${e.join(`
24
- `)}`),new Error("likec4 app root does not exist");return r}async function Er(){const t=await bt(ot(Et(),".likec4-public-"));return await Oe(ot(t,"likec4-views.js"),`// generated by likec4
25
- `),t}const Rr=1e4;function Sr(){const t=Ds();return{"likec4/icons":z(t,"icons"),"likec4/react":z(t,"react/index.js"),"likec4/model":z(t,"dist/model/index.mjs"),"likec4/vite-plugin/internal":z(t,"dist/vite-plugin/internal.mjs")}}var Ar={},qs;function _r(){return qs||(qs=1,(function(t){t.isInteger=e=>typeof e=="number"?Number.isInteger(e):typeof e=="string"&&e.trim()!==""?Number.isInteger(Number(e)):!1,t.find=(e,r)=>e.nodes.find(n=>n.type===r),t.exceedsLimit=(e,r,n=1,i)=>i===!1||!t.isInteger(e)||!t.
26
- isInteger(r)?!1:(Number(r)-Number(e))/Number(n)>=i,t.escapeNode=(e,r=0,n)=>{const i=e.nodes[r];i&&(n&&i.type===n||i.type==="open"||i.type==="close")&&i.escaped!==!0&&(i.value="\\"+i.value,i.escaped=!0)},t.encloseBrace=e=>e.type!=="brace"?!1:e.commas>>0+e.ranges>>0===0?(e.invalid=!0,!0):!1,t.isInvalidBrace=e=>e.type!=="brace"?!1:e.invalid===!0||e.dollar?!0:e.commas>>0+e.ranges>>0===0||e.open!==!0||e.close!==!0?(e.invalid=!0,!0):!1,t.isOpenOrClose=e=>e.type==="open"||e.type==="close"?!0:e.open===!0||
27
- e.close===!0,t.reduce=e=>e.reduce((r,n)=>(n.type==="text"&&r.push(n.value),n.type==="range"&&(n.type="text"),r),[]),t.flatten=(...e)=>{const r=[],n=i=>{for(let a=0;a<i.length;a++){const s=i[a];if(Array.isArray(s)){n(s);continue}s!==void 0&&r.push(s)}return r};return n(e),r}})(Ar)),Ar}var Cr,Hs;function xr(){if(Hs)return Cr;Hs=1;const t=_r();return Cr=(e,r={})=>{const n=(i,a={})=>{const s=r.escapeInvalid&&t.isInvalidBrace(a),o=i.invalid===!0&&r.escapeInvalid===!0;let c="";if(i.value)return(s||o)&&
28
- t.isOpenOrClose(i)?"\\"+i.value:i.value;if(i.value)return i.value;if(i.nodes)for(const u of i.nodes)c+=n(u);return c};return n(e)},Cr}var Tr,Ms;function Mu(){return Ms||(Ms=1,Tr=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}),Tr}var Ir,Us;function Uu(){if(Us)return Ir;Us=1;const t=Mu(),e=(m,g,T)=>{if(t(m)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(g===void 0||m===g)return String(
29
- m);if(t(g)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let h={relaxZeros:!0,...T};typeof h.strictZeros=="boolean"&&(h.relaxZeros=h.strictZeros===!1);let S=String(h.relaxZeros),E=String(h.shorthand),A=String(h.capture),b=String(h.wrap),x=m+":"+g+"="+S+E+A+b;if(e.cache.hasOwnProperty(x))return e.cache[x].result;let q=Math.min(m,g),M=Math.max(m,g);if(Math.abs(q-M)===1){let C=m+"|"+g;return h.capture?`(${C})`:h.wrap===!1?C:`(?:${C})`}let V=v(m)||v(g),F={min:m,
30
- max:g,a:q,b:M},L=[],I=[];if(V&&(F.isPadded=V,F.maxLen=String(F.max).length),q<0){let C=M<0?Math.abs(M):1;I=a(C,Math.abs(q),F,h),q=F.a=0}return M>=0&&(L=a(q,M,F,h)),F.negatives=I,F.positives=L,F.result=r(I,L),h.capture===!0?F.result=`(${F.result})`:h.wrap!==!1&&L.length+I.length>1&&(F.result=`(?:${F.result})`),e.cache[x]=F,F.result};function r(m,g,T){let h=s(m,g,"-",!1)||[],S=s(g,m,"",!1)||[],E=s(m,g,"-?",!0)||[];return h.concat(E).concat(S).join("|")}function n(m,g){let T=1,h=1,S=l(m,T),E=new Set(
31
- [g]);for(;m<=S&&S<=g;)E.add(S),T+=1,S=l(m,T);for(S=f(g+1,h)-1;m<S&&S<=g;)E.add(S),h+=1,S=f(g+1,h)-1;return E=[...E],E.sort(c),E}function i(m,g,T){if(m===g)return{pattern:m,count:[],digits:0};let h=o(m,g),S=h.length,E="",A=0;for(let b=0;b<S;b++){let[x,q]=h[b];x===q?E+=x:x!=="0"||q!=="9"?E+=d(x,q):A++}return A&&(E+=T.shorthand===!0?"\\d":"[0-9]"),{pattern:E,count:[A],digits:S}}function a(m,g,T,h){let S=n(m,g),E=[],A=m,b;for(let x=0;x<S.length;x++){let q=S[x],M=i(String(A),String(q),h),V="";if(!T.isPadded&&
32
- b&&b.pattern===M.pattern){b.count.length>1&&b.count.pop(),b.count.push(M.count[0]),b.string=b.pattern+p(b.count),A=q+1;continue}T.isPadded&&(V=w(q,T,h)),M.string=V+M.pattern+p(M.count),E.push(M),A=q+1,b=M}return E}function s(m,g,T,h,S){let E=[];for(let A of m){let{string:b}=A;!h&&!u(g,"string",b)&&E.push(T+b),h&&u(g,"string",b)&&E.push(T+b)}return E}function o(m,g){let T=[];for(let h=0;h<m.length;h++)T.push([m[h],g[h]]);return T}function c(m,g){return m>g?1:g>m?-1:0}function u(m,g,T){return m.some(
33
- h=>h[g]===T)}function l(m,g){return Number(String(m).slice(0,-g)+"9".repeat(g))}function f(m,g){return m-m%Math.pow(10,g)}function p(m){let[g=0,T=""]=m;return T||g>1?`{${g+(T?","+T:"")}}`:""}function d(m,g,T){return`[${m}${g-m===1?"":"-"}${g}]`}function v(m){return/^-?(0+)\d/.test(m)}function w(m,g,T){if(!g.isPadded)return m;let h=Math.abs(g.maxLen-String(m).length),S=T.relaxZeros!==!1;switch(h){case 0:return"";case 1:return S?"0?":"0";case 2:return S?"0{0,2}":"00";default:return S?`0{0,${h}}`:`\
34
- 0{${h}}`}}return e.cache={},e.clearCache=()=>e.cache={},Ir=e,Ir}var Or,Fs;function Gs(){if(Fs)return Or;Fs=1;const t=As,e=Uu(),r=h=>h!==null&&typeof h=="object"&&!Array.isArray(h),n=h=>S=>h===!0?Number(S):String(S),i=h=>typeof h=="number"||typeof h=="string"&&h!=="",a=h=>Number.isInteger(+h),s=h=>{let S=`${h}`,E=-1;if(S[0]==="-"&&(S=S.slice(1)),S==="0")return!1;for(;S[++E]==="0";);return E>0},o=(h,S,E)=>typeof h=="string"||typeof S=="string"?!0:E.stringify===!0,c=(h,S,E)=>{if(S>0){let A=h[0]==="\
35
- -"?"-":"";A&&(h=h.slice(1)),h=A+h.padStart(A?S-1:S,"0")}return E===!1?String(h):h},u=(h,S)=>{let E=h[0]==="-"?"-":"";for(E&&(h=h.slice(1),S--);h.length<S;)h="0"+h;return E?"-"+h:h},l=(h,S,E)=>{h.negatives.sort((M,V)=>M<V?-1:M>V?1:0),h.positives.sort((M,V)=>M<V?-1:M>V?1:0);let A=S.capture?"":"?:",b="",x="",q;return h.positives.length&&(b=h.positives.map(M=>u(String(M),E)).join("|")),h.negatives.length&&(x=`-(${A}${h.negatives.map(M=>u(String(M),E)).join("|")})`),b&&x?q=`${b}|${x}`:q=b||x,S.wrap?`\
36
- (${A}${q})`:q},f=(h,S,E,A)=>{if(E)return e(h,S,{wrap:!1,...A});let b=String.fromCharCode(h);if(h===S)return b;let x=String.fromCharCode(S);return`[${b}-${x}]`},p=(h,S,E)=>{if(Array.isArray(h)){let A=E.wrap===!0,b=E.capture?"":"?:";return A?`(${b}${h.join("|")})`:h.join("|")}return e(h,S,E)},d=(...h)=>new RangeError("Invalid range arguments: "+t.inspect(...h)),v=(h,S,E)=>{if(E.strictRanges===!0)throw d([h,S]);return[]},w=(h,S)=>{if(S.strictRanges===!0)throw new TypeError(`Expected step "${h}" to \
37
- be a number`);return[]},m=(h,S,E=1,A={})=>{let b=Number(h),x=Number(S);if(!Number.isInteger(b)||!Number.isInteger(x)){if(A.strictRanges===!0)throw d([h,S]);return[]}b===0&&(b=0),x===0&&(x=0);let q=b>x,M=String(h),V=String(S),F=String(E);E=Math.max(Math.abs(E),1);let L=s(M)||s(V)||s(F),I=L?Math.max(M.length,V.length,F.length):0,C=L===!1&&o(h,S,A)===!1,k=A.transform||n(C);if(A.toRegex&&E===1)return f(u(h,I),u(S,I),!0,A);let O={negatives:[],positives:[]},P=$=>O[$<0?"negatives":"positives"].push(Math.
38
- abs($)),D=[],H=0;for(;q?b>=x:b<=x;)A.toRegex===!0&&E>1?P(b):D.push(c(k(b,H),I,C)),b=q?b-E:b+E,H++;return A.toRegex===!0?E>1?l(O,A,I):p(D,null,{wrap:!1,...A}):D},g=(h,S,E=1,A={})=>{if(!a(h)&&h.length>1||!a(S)&&S.length>1)return v(h,S,A);let b=A.transform||(C=>String.fromCharCode(C)),x=`${h}`.charCodeAt(0),q=`${S}`.charCodeAt(0),M=x>q,V=Math.min(x,q),F=Math.max(x,q);if(A.toRegex&&E===1)return f(V,F,!1,A);let L=[],I=0;for(;M?x>=q:x<=q;)L.push(b(x,I)),x=M?x-E:x+E,I++;return A.toRegex===!0?p(L,null,{
39
- wrap:!1,options:A}):L},T=(h,S,E,A={})=>{if(S==null&&i(h))return[h];if(!i(h)||!i(S))return v(h,S,A);if(typeof E=="function")return T(h,S,1,{transform:E});if(r(E))return T(h,S,0,E);let b={...A};return b.capture===!0&&(b.wrap=!0),E=E||b.step||1,a(E)?a(h)&&a(S)?m(h,S,E,b):g(h,S,Math.max(Math.abs(E),1),b):E!=null&&!r(E)?w(E,b):T(h,S,1,E)};return Or=T,Or}var Lr,Bs;function Fu(){if(Bs)return Lr;Bs=1;const t=Gs(),e=_r();return Lr=(n,i={})=>{const a=(s,o={})=>{const c=e.isInvalidBrace(o),u=s.invalid===!0&&
40
- i.escapeInvalid===!0,l=c===!0||u===!0,f=i.escapeInvalid===!0?"\\":"";let p="";if(s.isOpen===!0)return f+s.value;if(s.isClose===!0)return console.log("node.isClose",f,s.value),f+s.value;if(s.type==="open")return l?f+s.value:"(";if(s.type==="close")return l?f+s.value:")";if(s.type==="comma")return s.prev.type==="comma"?"":l?s.value:"|";if(s.value)return s.value;if(s.nodes&&s.ranges>0){const d=e.reduce(s.nodes),v=t(...d,{...i,wrap:!1,toRegex:!0,strictZeros:!0});if(v.length!==0)return d.length>1&&v.
41
- length>1?`(${v})`:v}if(s.nodes)for(const d of s.nodes)p+=a(d,s);return p};return a(n)},Lr}var kr,Vs;function Gu(){if(Vs)return kr;Vs=1;const t=Gs(),e=xr(),r=_r(),n=(a="",s="",o=!1)=>{const c=[];if(a=[].concat(a),s=[].concat(s),!s.length)return a;if(!a.length)return o?r.flatten(s).map(u=>`{${u}}`):s;for(const u of a)if(Array.isArray(u))for(const l of u)c.push(n(l,s,o));else for(let l of s)o===!0&&typeof l=="string"&&(l=`{${l}}`),c.push(Array.isArray(l)?n(u,l,o):u+l);return r.flatten(c)};return kr=
42
- (a,s={})=>{const o=s.rangeLimit===void 0?1e3:s.rangeLimit,c=(u,l={})=>{u.queue=[];let f=l,p=l.queue;for(;f.type!=="brace"&&f.type!=="root"&&f.parent;)f=f.parent,p=f.queue;if(u.invalid||u.dollar){p.push(n(p.pop(),e(u,s)));return}if(u.type==="brace"&&u.invalid!==!0&&u.nodes.length===2){p.push(n(p.pop(),["{}"]));return}if(u.nodes&&u.ranges>0){const m=r.reduce(u.nodes);if(r.exceedsLimit(...m,s.step,o))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase\
43
- or disable the limit.");let g=t(...m,s);g.length===0&&(g=e(u,s)),p.push(n(p.pop(),g)),u.nodes=[];return}const d=r.encloseBrace(u);let v=u.queue,w=u;for(;w.type!=="brace"&&w.type!=="root"&&w.parent;)w=w.parent,v=w.queue;for(let m=0;m<u.nodes.length;m++){const g=u.nodes[m];if(g.type==="comma"&&u.type==="brace"){m===1&&v.push(""),v.push("");continue}if(g.type==="close"){p.push(n(p.pop(),v,d));continue}if(g.value&&g.type!=="open"){v.push(n(v.pop(),g.value));continue}g.nodes&&c(g,u)}return v};return r.
44
- flatten(c(a))},kr}var Nr,zs;function Bu(){return zs||(zs=1,Nr={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\
45
- \f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
46
- `,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}),Nr}var Pr,Ws;function Vu(){if(Ws)return Pr;Ws=1;const t=xr(),{MAX_LENGTH:e,CHAR_BACKSLASH:r,CHAR_BACKTICK:n,CHAR_COMMA:i,CHAR_DOT:a,CHAR_LEFT_PARENTHESES:s,CHAR_RIGHT_PARENTHESES:o,
47
- CHAR_LEFT_CURLY_BRACE:c,CHAR_RIGHT_CURLY_BRACE:u,CHAR_LEFT_SQUARE_BRACKET:l,CHAR_RIGHT_SQUARE_BRACKET:f,CHAR_DOUBLE_QUOTE:p,CHAR_SINGLE_QUOTE:d,CHAR_NO_BREAK_SPACE:v,CHAR_ZERO_WIDTH_NOBREAK_SPACE:w}=Bu();return Pr=(g,T={})=>{if(typeof g!="string")throw new TypeError("Expected a string");const h=T||{},S=typeof h.maxLength=="number"?Math.min(e,h.maxLength):e;if(g.length>S)throw new SyntaxError(`Input length (${g.length}), exceeds max characters (${S})`);const E={type:"root",input:g,nodes:[]},A=[E];
48
- let b=E,x=E,q=0;const M=g.length;let V=0,F=0,L;const I=()=>g[V++],C=k=>{if(k.type==="text"&&x.type==="dot"&&(x.type="text"),x&&x.type==="text"&&k.type==="text"){x.value+=k.value;return}return b.nodes.push(k),k.parent=b,k.prev=x,x=k,k};for(C({type:"bos"});V<M;)if(b=A[A.length-1],L=I(),!(L===w||L===v)){if(L===r){C({type:"text",value:(T.keepEscaping?L:"")+I()});continue}if(L===f){C({type:"text",value:"\\"+L});continue}if(L===l){q++;let k;for(;V<M&&(k=I());){if(L+=k,k===l){q++;continue}if(k===r){L+=
49
- I();continue}if(k===f&&(q--,q===0))break}C({type:"text",value:L});continue}if(L===s){b=C({type:"paren",nodes:[]}),A.push(b),C({type:"text",value:L});continue}if(L===o){if(b.type!=="paren"){C({type:"text",value:L});continue}b=A.pop(),C({type:"text",value:L}),b=A[A.length-1];continue}if(L===p||L===d||L===n){const k=L;let O;for(T.keepQuotes!==!0&&(L="");V<M&&(O=I());){if(O===r){L+=O+I();continue}if(O===k){T.keepQuotes===!0&&(L+=O);break}L+=O}C({type:"text",value:L});continue}if(L===c){F++;const O={
50
- type:"brace",open:!0,close:!1,dollar:x.value&&x.value.slice(-1)==="$"||b.dollar===!0,depth:F,commas:0,ranges:0,nodes:[]};b=C(O),A.push(b),C({type:"open",value:L});continue}if(L===u){if(b.type!=="brace"){C({type:"text",value:L});continue}const k="close";b=A.pop(),b.close=!0,C({type:k,value:L}),F--,b=A[A.length-1];continue}if(L===i&&F>0){if(b.ranges>0){b.ranges=0;const k=b.nodes.shift();b.nodes=[k,{type:"text",value:t(b)}]}C({type:"comma",value:L}),b.commas++;continue}if(L===a&&F>0&&b.commas===0){
51
- const k=b.nodes;if(F===0||k.length===0){C({type:"text",value:L});continue}if(x.type==="dot"){if(b.range=[],x.value+=L,x.type="range",b.nodes.length!==3&&b.nodes.length!==5){b.invalid=!0,b.ranges=0,x.type="text";continue}b.ranges++,b.args=[];continue}if(x.type==="range"){k.pop();const O=k[k.length-1];O.value+=x.value+L,x=O,b.ranges--;continue}C({type:"dot",value:L});continue}C({type:"text",value:L})}do if(b=A.pop(),b.type!=="root"){b.nodes.forEach(P=>{P.nodes||(P.type==="open"&&(P.isOpen=!0),P.type===
52
- "close"&&(P.isClose=!0),P.nodes||(P.type="text"),P.invalid=!0)});const k=A[A.length-1],O=k.nodes.indexOf(b);k.nodes.splice(O,1,...b.nodes)}while(A.length>0);return C({type:"eos"}),E},Pr}var jr,Xs;function zu(){if(Xs)return jr;Xs=1;const t=xr(),e=Fu(),r=Gu(),n=Vu(),i=(a,s={})=>{let o=[];if(Array.isArray(a))for(const c of a){const u=i.create(c,s);Array.isArray(u)?o.push(...u):o.push(u)}else o=[].concat(i.create(a,s));return s&&s.expand===!0&&s.nodupes===!0&&(o=[...new Set(o)]),o};return i.parse=(a,s={})=>n(
53
- a,s),i.stringify=(a,s={})=>t(typeof a=="string"?i.parse(a,s):a,s),i.compile=(a,s={})=>(typeof a=="string"&&(a=i.parse(a,s)),e(a,s)),i.expand=(a,s={})=>{typeof a=="string"&&(a=i.parse(a,s));let o=r(a,s);return s.noempty===!0&&(o=o.filter(Boolean)),s.nodupes===!0&&(o=[...new Set(o)]),o},i.create=(a,s={})=>a===""||a.length<3?[a]:s.expand!==!0?i.compile(a,s):i.expand(a,s),jr=i,jr}var Dr={},qr,Ks;function At(){if(Ks)return qr;Ks=1;const t=dr,e="\\\\/",r=`[^${e}]`,n="\\.",i="\\+",a="\\?",s="\\/",o="(?\
54
- =.)",c="[^/]",u=`(?:${s}|$)`,l=`(?:^|${s})`,f=`${n}{1,2}${u}`,p=`(?!${n})`,d=`(?!${l}${f})`,v=`(?!${n}{0,1}${u})`,w=`(?!${f})`,m=`[^.${s}]`,g=`${c}*?`,T={DOT_LITERAL:n,PLUS_LITERAL:i,QMARK_LITERAL:a,SLASH_LITERAL:s,ONE_CHAR:o,QMARK:c,END_ANCHOR:u,DOTS_SLASH:f,NO_DOT:p,NO_DOTS:d,NO_DOT_SLASH:v,NO_DOTS_SLASH:w,QMARK_NO_DOT:m,STAR:g,START_ANCHOR:l},h={...T,SLASH_LITERAL:`[${e}]`,QMARK:r,STAR:`${r}*?`,DOTS_SLASH:`${n}{1,2}(?:[${e}]|$)`,NO_DOT:`(?!${n})`,NO_DOTS:`(?!(?:^|[${e}])${n}{1,2}(?:[${e}]|$))`,
55
- NO_DOT_SLASH:`(?!${n}{0,1}(?:[${e}]|$))`,NO_DOTS_SLASH:`(?!${n}{1,2}(?:[${e}]|$))`,QMARK_NO_DOT:`[^.${e}]`,START_ANCHOR:`(?:^|[${e}])`,END_ANCHOR:`(?:[${e}]|$)`},S={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};return qr={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:S,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,
56
- REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,
57
- CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,
58
- CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:t.sep,extglobChars(E){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${E.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(E){return E===!0?h:T}},qr}var Ys;function _t(){return Ys||(Ys=1,(function(t){const e=dr,r=process.
59
- platform==="win32",{REGEX_BACKSLASH:n,REGEX_REMOVE_BACKSLASH:i,REGEX_SPECIAL_CHARS:a,REGEX_SPECIAL_CHARS_GLOBAL:s}=At();t.isObject=o=>o!==null&&typeof o=="object"&&!Array.isArray(o),t.hasRegexChars=o=>a.test(o),t.isRegexChar=o=>o.length===1&&t.hasRegexChars(o),t.escapeRegex=o=>o.replace(s,"\\$1"),t.toPosixSlashes=o=>o.replace(n,"/"),t.removeBackslashes=o=>o.replace(i,c=>c==="\\"?"":c),t.supportsLookbehinds=()=>{const o=process.version.slice(1).split(".").map(Number);return o.length===3&&o[0]>=9||
60
- o[0]===8&&o[1]>=10},t.isWindows=o=>o&&typeof o.windows=="boolean"?o.windows:r===!0||e.sep==="\\",t.escapeLast=(o,c,u)=>{const l=o.lastIndexOf(c,u);return l===-1?o:o[l-1]==="\\"?t.escapeLast(o,c,l-1):`${o.slice(0,l)}\\${o.slice(l)}`},t.removePrefix=(o,c={})=>{let u=o;return u.startsWith("./")&&(u=u.slice(2),c.prefix="./"),u},t.wrapOutput=(o,c={},u={})=>{const l=u.contains?"":"^",f=u.contains?"":"$";let p=`${l}(?:${o})${f}`;return c.negated===!0&&(p=`(?:^(?!${p}).*$)`),p}})(Dr)),Dr}var Hr,Js;function Wu(){
61
- if(Js)return Hr;Js=1;const t=_t(),{CHAR_ASTERISK:e,CHAR_AT:r,CHAR_BACKWARD_SLASH:n,CHAR_COMMA:i,CHAR_DOT:a,CHAR_EXCLAMATION_MARK:s,CHAR_FORWARD_SLASH:o,CHAR_LEFT_CURLY_BRACE:c,CHAR_LEFT_PARENTHESES:u,CHAR_LEFT_SQUARE_BRACKET:l,CHAR_PLUS:f,CHAR_QUESTION_MARK:p,CHAR_RIGHT_CURLY_BRACE:d,CHAR_RIGHT_PARENTHESES:v,CHAR_RIGHT_SQUARE_BRACKET:w}=At(),m=h=>h===o||h===n,g=h=>{h.isPrefix!==!0&&(h.depth=h.isGlobstar?1/0:1)};return Hr=(h,S)=>{const E=S||{},A=h.length-1,b=E.parts===!0||E.scanToEnd===!0,x=[],q=[],
62
- M=[];let V=h,F=-1,L=0,I=0,C=!1,k=!1,O=!1,P=!1,D=!1,H=!1,$=!1,U=!1,J=!1,Q=!1,R=0,_,K,X={value:"",depth:0,isGlob:!1};const me=()=>F>=A,Ae=()=>V.charCodeAt(F+1),ne=()=>(_=K,V.charCodeAt(++F));for(;F<A;){K=ne();let G;if(K===n){$=X.backslashes=!0,K=ne(),K===c&&(H=!0);continue}if(H===!0||K===c){for(R++;me()!==!0&&(K=ne());){if(K===n){$=X.backslashes=!0,ne();continue}if(K===c){R++;continue}if(H!==!0&&K===a&&(K=ne())===a){if(C=X.isBrace=!0,O=X.isGlob=!0,Q=!0,b===!0)continue;break}if(H!==!0&&K===i){if(C=
63
- X.isBrace=!0,O=X.isGlob=!0,Q=!0,b===!0)continue;break}if(K===d&&(R--,R===0)){H=!1,C=X.isBrace=!0,Q=!0;break}}if(b===!0)continue;break}if(K===o){if(x.push(F),q.push(X),X={value:"",depth:0,isGlob:!1},Q===!0)continue;if(_===a&&F===L+1){L+=2;continue}I=F+1;continue}if(E.noext!==!0&&(K===f||K===r||K===e||K===p||K===s)===!0&&Ae()===u){if(O=X.isGlob=!0,P=X.isExtglob=!0,Q=!0,K===s&&F===L&&(J=!0),b===!0){for(;me()!==!0&&(K=ne());){if(K===n){$=X.backslashes=!0,K=ne();continue}if(K===v){O=X.isGlob=!0,Q=!0;
64
- break}}continue}break}if(K===e){if(_===e&&(D=X.isGlobstar=!0),O=X.isGlob=!0,Q=!0,b===!0)continue;break}if(K===p){if(O=X.isGlob=!0,Q=!0,b===!0)continue;break}if(K===l){for(;me()!==!0&&(G=ne());){if(G===n){$=X.backslashes=!0,ne();continue}if(G===w){k=X.isBracket=!0,O=X.isGlob=!0,Q=!0;break}}if(b===!0)continue;break}if(E.nonegate!==!0&&K===s&&F===L){U=X.negated=!0,L++;continue}if(E.noparen!==!0&&K===u){if(O=X.isGlob=!0,b===!0){for(;me()!==!0&&(K=ne());){if(K===u){$=X.backslashes=!0,K=ne();continue}
65
- if(K===v){Q=!0;break}}continue}break}if(O===!0){if(Q=!0,b===!0)continue;break}}E.noext===!0&&(P=!1,O=!1);let se=V,nt="",$e="";L>0&&(nt=V.slice(0,L),V=V.slice(L),I-=L),se&&O===!0&&I>0?(se=V.slice(0,I),$e=V.slice(I)):O===!0?(se="",$e=V):se=V,se&&se!==""&&se!=="/"&&se!==V&&m(se.charCodeAt(se.length-1))&&(se=se.slice(0,-1)),E.unescape===!0&&($e&&($e=t.removeBackslashes($e)),se&&$===!0&&(se=t.removeBackslashes(se)));const fe={prefix:nt,input:h,start:L,base:se,glob:$e,isBrace:C,isBracket:k,isGlob:O,isExtglob:P,
66
- isGlobstar:D,negated:U,negatedExtglob:J};if(E.tokens===!0&&(fe.maxDepth=0,m(K)||q.push(X),fe.tokens=q),E.parts===!0||E.tokens===!0){let G;for(let ie=0;ie<x.length;ie++){const rr=G?G+1:L,j=x[ie],Z=h.slice(rr,j);E.tokens&&(ie===0&&L!==0?(q[ie].isPrefix=!0,q[ie].value=nt):q[ie].value=Z,g(q[ie]),fe.maxDepth+=q[ie].depth),(ie!==0||Z!=="")&&M.push(Z),G=j}if(G&&G+1<h.length){const ie=h.slice(G+1);M.push(ie),E.tokens&&(q[q.length-1].value=ie,g(q[q.length-1]),fe.maxDepth+=q[q.length-1].depth)}fe.slashes=
67
- x,fe.parts=M}return fe},Hr}var Mr,Qs;function Xu(){if(Qs)return Mr;Qs=1;const t=At(),e=_t(),{MAX_LENGTH:r,POSIX_REGEX_SOURCE:n,REGEX_NON_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_BACKREF:a,REPLACEMENTS:s}=t,o=(l,f)=>{if(typeof f.expandRange=="function")return f.expandRange(...l,f);l.sort();const p=`[${l.join("-")}]`;try{new RegExp(p)}catch{return l.map(v=>e.escapeRegex(v)).join("..")}return p},c=(l,f)=>`Missing ${l}: "${f}" - use "\\\\${f}" to match literal characters`,u=(l,f)=>{if(typeof l!="string")
68
- throw new TypeError("Expected a string");l=s[l]||l;const p={...f},d=typeof p.maxLength=="number"?Math.min(r,p.maxLength):r;let v=l.length;if(v>d)throw new SyntaxError(`Input length: ${v}, exceeds maximum allowed length: ${d}`);const w={type:"bos",value:"",output:p.prepend||""},m=[w],g=p.capture?"":"?:",T=e.isWindows(f),h=t.globChars(T),S=t.extglobChars(h),{DOT_LITERAL:E,PLUS_LITERAL:A,SLASH_LITERAL:b,ONE_CHAR:x,DOTS_SLASH:q,NO_DOT:M,NO_DOT_SLASH:V,NO_DOTS_SLASH:F,QMARK:L,QMARK_NO_DOT:I,STAR:C,START_ANCHOR:k}=h,
69
- O=j=>`(${g}(?:(?!${k}${j.dot?q:E}).)*?)`,P=p.dot?"":M,D=p.dot?L:I;let H=p.bash===!0?O(p):C;p.capture&&(H=`(${H})`),typeof p.noext=="boolean"&&(p.noextglob=p.noext);const $={input:l,index:-1,start:0,dot:p.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};l=e.removePrefix(l,$),v=l.length;const U=[],J=[],Q=[];let R=w,_;const K=()=>$.index===v-1,X=$.peek=(j=1)=>l[$.index+j],me=$.advance=()=>l[++$.index]||"",Ae=()=>l.slice($.index+
70
- 1),ne=(j="",Z=0)=>{$.consumed+=j,$.index+=Z},se=j=>{$.output+=j.output!=null?j.output:j.value,ne(j.value)},nt=()=>{let j=1;for(;X()==="!"&&(X(2)!=="("||X(3)==="?");)me(),$.start++,j++;return j%2===0?!1:($.negated=!0,$.start++,!0)},$e=j=>{$[j]++,Q.push(j)},fe=j=>{$[j]--,Q.pop()},G=j=>{if(R.type==="globstar"){const Z=$.braces>0&&(j.type==="comma"||j.type==="brace"),N=j.extglob===!0||U.length&&(j.type==="pipe"||j.type==="paren");j.type!=="slash"&&j.type!=="paren"&&!Z&&!N&&($.output=$.output.slice(0,
71
- -R.output.length),R.type="star",R.value="*",R.output=H,$.output+=R.output)}if(U.length&&j.type!=="paren"&&(U[U.length-1].inner+=j.value),(j.value||j.output)&&se(j),R&&R.type==="text"&&j.type==="text"){R.value+=j.value,R.output=(R.output||"")+j.value;return}j.prev=R,m.push(j),R=j},ie=(j,Z)=>{const N={...S[Z],conditions:1,inner:""};N.prev=R,N.parens=$.parens,N.output=$.output;const Y=(p.capture?"(":"")+N.open;$e("parens"),G({type:j,value:Z,output:$.output?"":x}),G({type:"paren",extglob:!0,value:me(),
72
- output:Y}),U.push(N)},rr=j=>{let Z=j.close+(p.capture?")":""),N;if(j.type==="negate"){let Y=H;if(j.inner&&j.inner.length>1&&j.inner.includes("/")&&(Y=O(p)),(Y!==H||K()||/^\)+$/.test(Ae()))&&(Z=j.close=`)$))${Y}`),j.inner.includes("*")&&(N=Ae())&&/^\.[^\\/.]+$/.test(N)){const te=u(N,{...f,fastpaths:!1}).output;Z=j.close=`)${te})${Y})`}j.prev.type==="bos"&&($.negatedExtglob=!0)}G({type:"paren",extglob:!0,value:_,output:Z}),fe("parens")};if(p.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(l)){let j=!1,
73
- Z=l.replace(a,(N,Y,te,pe,oe,nr)=>pe==="\\"?(j=!0,N):pe==="?"?Y?Y+pe+(oe?L.repeat(oe.length):""):nr===0?D+(oe?L.repeat(oe.length):""):L.repeat(te.length):pe==="."?E.repeat(te.length):pe==="*"?Y?Y+pe+(oe?H:""):H:Y?N:`\\${N}`);return j===!0&&(p.unescape===!0?Z=Z.replace(/\\/g,""):Z=Z.replace(/\\+/g,N=>N.length%2===0?"\\\\":N?"\\":"")),Z===l&&p.contains===!0?($.output=l,$):($.output=e.wrapOutput(Z,$,f),$)}for(;!K();){if(_=me(),_==="\0")continue;if(_==="\\"){const N=X();if(N==="/"&&p.bash!==!0||N==="\
74
- ."||N===";")continue;if(!N){_+="\\",G({type:"text",value:_});continue}const Y=/^\\+/.exec(Ae());let te=0;if(Y&&Y[0].length>2&&(te=Y[0].length,$.index+=te,te%2!==0&&(_+="\\")),p.unescape===!0?_=me():_+=me(),$.brackets===0){G({type:"text",value:_});continue}}if($.brackets>0&&(_!=="]"||R.value==="["||R.value==="[^")){if(p.posix!==!1&&_===":"){const N=R.value.slice(1);if(N.includes("[")&&(R.posix=!0,N.includes(":"))){const Y=R.value.lastIndexOf("["),te=R.value.slice(0,Y),pe=R.value.slice(Y+2),oe=n[pe];
75
- if(oe){R.value=te+oe,$.backtrack=!0,me(),!w.output&&m.indexOf(R)===1&&(w.output=x);continue}}}(_==="["&&X()!==":"||_==="-"&&X()==="]")&&(_=`\\${_}`),_==="]"&&(R.value==="["||R.value==="[^")&&(_=`\\${_}`),p.posix===!0&&_==="!"&&R.value==="["&&(_="^"),R.value+=_,se({value:_});continue}if($.quotes===1&&_!=='"'){_=e.escapeRegex(_),R.value+=_,se({value:_});continue}if(_==='"'){$.quotes=$.quotes===1?0:1,p.keepQuotes===!0&&G({type:"text",value:_});continue}if(_==="("){$e("parens"),G({type:"paren",value:_});
76
- continue}if(_===")"){if($.parens===0&&p.strictBrackets===!0)throw new SyntaxError(c("opening","("));const N=U[U.length-1];if(N&&$.parens===N.parens+1){rr(U.pop());continue}G({type:"paren",value:_,output:$.parens?")":"\\)"}),fe("parens");continue}if(_==="["){if(p.nobracket===!0||!Ae().includes("]")){if(p.nobracket!==!0&&p.strictBrackets===!0)throw new SyntaxError(c("closing","]"));_=`\\${_}`}else $e("brackets");G({type:"bracket",value:_});continue}if(_==="]"){if(p.nobracket===!0||R&&R.type==="bra\
77
- cket"&&R.value.length===1){G({type:"text",value:_,output:`\\${_}`});continue}if($.brackets===0){if(p.strictBrackets===!0)throw new SyntaxError(c("opening","["));G({type:"text",value:_,output:`\\${_}`});continue}fe("brackets");const N=R.value.slice(1);if(R.posix!==!0&&N[0]==="^"&&!N.includes("/")&&(_=`/${_}`),R.value+=_,se({value:_}),p.literalBrackets===!1||e.hasRegexChars(N))continue;const Y=e.escapeRegex(R.value);if($.output=$.output.slice(0,-R.value.length),p.literalBrackets===!0){$.output+=Y,
78
- R.value=Y;continue}R.value=`(${g}${Y}|${R.value})`,$.output+=R.value;continue}if(_==="{"&&p.nobrace!==!0){$e("braces");const N={type:"brace",value:_,output:"(",outputIndex:$.output.length,tokensIndex:$.tokens.length};J.push(N),G(N);continue}if(_==="}"){const N=J[J.length-1];if(p.nobrace===!0||!N){G({type:"text",value:_,output:_});continue}let Y=")";if(N.dots===!0){const te=m.slice(),pe=[];for(let oe=te.length-1;oe>=0&&(m.pop(),te[oe].type!=="brace");oe--)te[oe].type!=="dots"&&pe.unshift(te[oe].value);
79
- Y=o(pe,p),$.backtrack=!0}if(N.comma!==!0&&N.dots!==!0){const te=$.output.slice(0,N.outputIndex),pe=$.tokens.slice(N.tokensIndex);N.value=N.output="\\{",_=Y="\\}",$.output=te;for(const oe of pe)$.output+=oe.output||oe.value}G({type:"brace",value:_,output:Y}),fe("braces"),J.pop();continue}if(_==="|"){U.length>0&&U[U.length-1].conditions++,G({type:"text",value:_});continue}if(_===","){let N=_;const Y=J[J.length-1];Y&&Q[Q.length-1]==="braces"&&(Y.comma=!0,N="|"),G({type:"comma",value:_,output:N});continue}
80
- if(_==="/"){if(R.type==="dot"&&$.index===$.start+1){$.start=$.index+1,$.consumed="",$.output="",m.pop(),R=w;continue}G({type:"slash",value:_,output:b});continue}if(_==="."){if($.braces>0&&R.type==="dot"){R.value==="."&&(R.output=E);const N=J[J.length-1];R.type="dots",R.output+=_,R.value+=_,N.dots=!0;continue}if($.braces+$.parens===0&&R.type!=="bos"&&R.type!=="slash"){G({type:"text",value:_,output:E});continue}G({type:"dot",value:_,output:E});continue}if(_==="?"){if(!(R&&R.value==="(")&&p.noextglob!==
81
- !0&&X()==="("&&X(2)!=="?"){ie("qmark",_);continue}if(R&&R.type==="paren"){const Y=X();let te=_;if(Y==="<"&&!e.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(R.value==="("&&!/[!=<:]/.test(Y)||Y==="<"&&!/<([!=]|\w+>)/.test(Ae()))&&(te=`\\${_}`),G({type:"text",value:_,output:te});continue}if(p.dot!==!0&&(R.type==="slash"||R.type==="bos")){G({type:"qmark",value:_,output:I});continue}G({type:"qmark",value:_,output:L});continue}if(_==="!"){if(p.noextglob!==
82
- !0&&X()==="("&&(X(2)!=="?"||!/[!=<:]/.test(X(3)))){ie("negate",_);continue}if(p.nonegate!==!0&&$.index===0){nt();continue}}if(_==="+"){if(p.noextglob!==!0&&X()==="("&&X(2)!=="?"){ie("plus",_);continue}if(R&&R.value==="("||p.regex===!1){G({type:"plus",value:_,output:A});continue}if(R&&(R.type==="bracket"||R.type==="paren"||R.type==="brace")||$.parens>0){G({type:"plus",value:_});continue}G({type:"plus",value:A});continue}if(_==="@"){if(p.noextglob!==!0&&X()==="("&&X(2)!=="?"){G({type:"at",extglob:!0,
83
- value:_,output:""});continue}G({type:"text",value:_});continue}if(_!=="*"){(_==="$"||_==="^")&&(_=`\\${_}`);const N=i.exec(Ae());N&&(_+=N[0],$.index+=N[0].length),G({type:"text",value:_});continue}if(R&&(R.type==="globstar"||R.star===!0)){R.type="star",R.star=!0,R.value+=_,R.output=H,$.backtrack=!0,$.globstar=!0,ne(_);continue}let j=Ae();if(p.noextglob!==!0&&/^\([^?]/.test(j)){ie("star",_);continue}if(R.type==="star"){if(p.noglobstar===!0){ne(_);continue}const N=R.prev,Y=N.prev,te=N.type==="slas\
84
- h"||N.type==="bos",pe=Y&&(Y.type==="star"||Y.type==="globstar");if(p.bash===!0&&(!te||j[0]&&j[0]!=="/")){G({type:"star",value:_,output:""});continue}const oe=$.braces>0&&(N.type==="comma"||N.type==="brace"),nr=U.length&&(N.type==="pipe"||N.type==="paren");if(!te&&N.type!=="paren"&&!oe&&!nr){G({type:"star",value:_,output:""});continue}for(;j.slice(0,3)==="/**";){const gt=l[$.index+4];if(gt&&gt!=="/")break;j=j.slice(3),ne("/**",3)}if(N.type==="bos"&&K()){R.type="globstar",R.value+=_,R.output=O(p),
85
- $.output=R.output,$.globstar=!0,ne(_);continue}if(N.type==="slash"&&N.prev.type!=="bos"&&!pe&&K()){$.output=$.output.slice(0,-(N.output+R.output).length),N.output=`(?:${N.output}`,R.type="globstar",R.output=O(p)+(p.strictSlashes?")":"|$)"),R.value+=_,$.globstar=!0,$.output+=N.output+R.output,ne(_);continue}if(N.type==="slash"&&N.prev.type!=="bos"&&j[0]==="/"){const gt=j[1]!==void 0?"|$":"";$.output=$.output.slice(0,-(N.output+R.output).length),N.output=`(?:${N.output}`,R.type="globstar",R.output=
86
- `${O(p)}${b}|${b}${gt})`,R.value+=_,$.output+=N.output+R.output,$.globstar=!0,ne(_+me()),G({type:"slash",value:"/",output:""});continue}if(N.type==="bos"&&j[0]==="/"){R.type="globstar",R.value+=_,R.output=`(?:^|${b}|${O(p)}${b})`,$.output=R.output,$.globstar=!0,ne(_+me()),G({type:"slash",value:"/",output:""});continue}$.output=$.output.slice(0,-R.output.length),R.type="globstar",R.output=O(p),R.value+=_,$.output+=R.output,$.globstar=!0,ne(_);continue}const Z={type:"star",value:_,output:H};if(p.bash===
87
- !0){Z.output=".*?",(R.type==="bos"||R.type==="slash")&&(Z.output=P+Z.output),G(Z);continue}if(R&&(R.type==="bracket"||R.type==="paren")&&p.regex===!0){Z.output=_,G(Z);continue}($.index===$.start||R.type==="slash"||R.type==="dot")&&(R.type==="dot"?($.output+=V,R.output+=V):p.dot===!0?($.output+=F,R.output+=F):($.output+=P,R.output+=P),X()!=="*"&&($.output+=x,R.output+=x)),G(Z)}for(;$.brackets>0;){if(p.strictBrackets===!0)throw new SyntaxError(c("closing","]"));$.output=e.escapeLast($.output,"["),
88
- fe("brackets")}for(;$.parens>0;){if(p.strictBrackets===!0)throw new SyntaxError(c("closing",")"));$.output=e.escapeLast($.output,"("),fe("parens")}for(;$.braces>0;){if(p.strictBrackets===!0)throw new SyntaxError(c("closing","}"));$.output=e.escapeLast($.output,"{"),fe("braces")}if(p.strictSlashes!==!0&&(R.type==="star"||R.type==="bracket")&&G({type:"maybe_slash",value:"",output:`${b}?`}),$.backtrack===!0){$.output="";for(const j of $.tokens)$.output+=j.output!=null?j.output:j.value,j.suffix&&($.
89
- output+=j.suffix)}return $};return u.fastpaths=(l,f)=>{const p={...f},d=typeof p.maxLength=="number"?Math.min(r,p.maxLength):r,v=l.length;if(v>d)throw new SyntaxError(`Input length: ${v}, exceeds maximum allowed length: ${d}`);l=s[l]||l;const w=e.isWindows(f),{DOT_LITERAL:m,SLASH_LITERAL:g,ONE_CHAR:T,DOTS_SLASH:h,NO_DOT:S,NO_DOTS:E,NO_DOTS_SLASH:A,STAR:b,START_ANCHOR:x}=t.globChars(w),q=p.dot?E:S,M=p.dot?A:S,V=p.capture?"":"?:",F={negated:!1,prefix:""};let L=p.bash===!0?".*?":b;p.capture&&(L=`(${L}\
90
- )`);const I=P=>P.noglobstar===!0?L:`(${V}(?:(?!${x}${P.dot?h:m}).)*?)`,C=P=>{switch(P){case"*":return`${q}${T}${L}`;case".*":return`${m}${T}${L}`;case"*.*":return`${q}${L}${m}${T}${L}`;case"*/*":return`${q}${L}${g}${T}${M}${L}`;case"**":return q+I(p);case"**/*":return`(?:${q}${I(p)}${g})?${M}${T}${L}`;case"**/*.*":return`(?:${q}${I(p)}${g})?${M}${L}${m}${T}${L}`;case"**/.*":return`(?:${q}${I(p)}${g})?${m}${T}${L}`;default:{const D=/^(.*?)\.(\w+)$/.exec(P);if(!D)return;const H=C(D[1]);return H?H+
91
- m+D[2]:void 0}}},k=e.removePrefix(l,F);let O=C(k);return O&&p.strictSlashes!==!0&&(O+=`${g}?`),O},Mr=u,Mr}var Ur,Zs;function Ku(){if(Zs)return Ur;Zs=1;const t=dr,e=Wu(),r=Xu(),n=_t(),i=At(),a=o=>o&&typeof o=="object"&&!Array.isArray(o),s=(o,c,u=!1)=>{if(Array.isArray(o)){const g=o.map(h=>s(h,c,u));return h=>{for(const S of g){const E=S(h);if(E)return E}return!1}}const l=a(o)&&o.tokens&&o.input;if(o===""||typeof o!="string"&&!l)throw new TypeError("Expected pattern to be a non-empty string");const f=c||
92
- {},p=n.isWindows(c),d=l?s.compileRe(o,c):s.makeRe(o,c,!1,!0),v=d.state;delete d.state;let w=()=>!1;if(f.ignore){const g={...c,ignore:null,onMatch:null,onResult:null};w=s(f.ignore,g,u)}const m=(g,T=!1)=>{const{isMatch:h,match:S,output:E}=s.test(g,d,c,{glob:o,posix:p}),A={glob:o,state:v,regex:d,posix:p,input:g,output:E,match:S,isMatch:h};return typeof f.onResult=="function"&&f.onResult(A),h===!1?(A.isMatch=!1,T?A:!1):w(g)?(typeof f.onIgnore=="function"&&f.onIgnore(A),A.isMatch=!1,T?A:!1):(typeof f.
93
- onMatch=="function"&&f.onMatch(A),T?A:!0)};return u&&(m.state=v),m};return s.test=(o,c,u,{glob:l,posix:f}={})=>{if(typeof o!="string")throw new TypeError("Expected input to be a string");if(o==="")return{isMatch:!1,output:""};const p=u||{},d=p.format||(f?n.toPosixSlashes:null);let v=o===l,w=v&&d?d(o):o;return v===!1&&(w=d?d(o):o,v=w===l),(v===!1||p.capture===!0)&&(p.matchBase===!0||p.basename===!0?v=s.matchBase(o,c,u,f):v=c.exec(w)),{isMatch:!!v,match:v,output:w}},s.matchBase=(o,c,u,l=n.isWindows(
94
- u))=>(c instanceof RegExp?c:s.makeRe(c,u)).test(t.basename(o)),s.isMatch=(o,c,u)=>s(c,u)(o),s.parse=(o,c)=>Array.isArray(o)?o.map(u=>s.parse(u,c)):r(o,{...c,fastpaths:!1}),s.scan=(o,c)=>e(o,c),s.compileRe=(o,c,u=!1,l=!1)=>{if(u===!0)return o.output;const f=c||{},p=f.contains?"":"^",d=f.contains?"":"$";let v=`${p}(?:${o.output})${d}`;o&&o.negated===!0&&(v=`^(?!${v}).*$`);const w=s.toRegex(v,c);return l===!0&&(w.state=o),w},s.makeRe=(o,c={},u=!1,l=!1)=>{if(!o||typeof o!="string")throw new TypeError(
95
- "Expected a non-empty string");let f={negated:!1,fastpaths:!0};return c.fastpaths!==!1&&(o[0]==="."||o[0]==="*")&&(f.output=r.fastpaths(o,c)),f.output||(f=r(o,c)),s.compileRe(f,c,u,l)},s.toRegex=(o,c)=>{try{const u=c||{};return new RegExp(o,u.flags||(u.nocase?"i":""))}catch(u){if(c&&c.debug===!0)throw u;return/$^/}},s.constants=i,Ur=s,Ur}var Fr,ei;function Yu(){return ei||(ei=1,Fr=Ku()),Fr}var Gr,ti;function Ju(){if(ti)return Gr;ti=1;const t=As,e=zu(),r=Yu(),n=_t(),i=o=>o===""||o==="./",a=o=>{const c=o.
96
- indexOf("{");return c>-1&&o.indexOf("}",c)>-1},s=(o,c,u)=>{c=[].concat(c),o=[].concat(o);let l=new Set,f=new Set,p=new Set,d=0,v=g=>{p.add(g.output),u&&u.onResult&&u.onResult(g)};for(let g=0;g<c.length;g++){let T=r(String(c[g]),{...u,onResult:v},!0),h=T.state.negated||T.state.negatedExtglob;h&&d++;for(let S of o){let E=T(S,!0);(h?!E.isMatch:E.isMatch)&&(h?l.add(E.output):(l.delete(E.output),f.add(E.output)))}}let m=(d===c.length?[...p]:[...f]).filter(g=>!l.has(g));if(u&&m.length===0){if(u.failglob===
97
- !0)throw new Error(`No matches found for "${c.join(", ")}"`);if(u.nonull===!0||u.nullglob===!0)return u.unescape?c.map(g=>g.replace(/\\/g,"")):c}return m};return s.match=s,s.matcher=(o,c)=>r(o,c),s.isMatch=(o,c,u)=>r(c,u)(o),s.any=s.isMatch,s.not=(o,c,u={})=>{c=[].concat(c).map(String);let l=new Set,f=[],p=v=>{u.onResult&&u.onResult(v),f.push(v.output)},d=new Set(s(o,c,{...u,onResult:p}));for(let v of f)d.has(v)||l.add(v);return[...l]},s.contains=(o,c,u)=>{if(typeof o!="string")throw new TypeError(
98
- `Expected a string: "${t.inspect(o)}"`);if(Array.isArray(c))return c.some(l=>s.contains(o,l,u));if(typeof c=="string"){if(i(o)||i(c))return!1;if(o.includes(c)||o.startsWith("./")&&o.slice(2).includes(c))return!0}return s.isMatch(o,c,{...u,contains:!0})},s.matchKeys=(o,c,u)=>{if(!n.isObject(o))throw new TypeError("Expected the first argument to be an object");let l=s(Object.keys(o),c,u),f={};for(let p of l)f[p]=o[p];return f},s.some=(o,c,u)=>{let l=[].concat(o);for(let f of[].concat(c)){let p=r(String(
99
- f),u);if(l.some(d=>p(d)))return!0}return!1},s.every=(o,c,u)=>{let l=[].concat(o);for(let f of[].concat(c)){let p=r(String(f),u);if(!l.every(d=>p(d)))return!1}return!0},s.all=(o,c,u)=>{if(typeof o!="string")throw new TypeError(`Expected a string: "${t.inspect(o)}"`);return[].concat(c).every(l=>r(l,u)(o))},s.capture=(o,c,u)=>{let l=n.isWindows(u),p=r.makeRe(String(o),{...u,capture:!0}).exec(l?n.toPosixSlashes(c):c);if(p)return p.slice(1).map(d=>d===void 0?"":d)},s.makeRe=(...o)=>r.makeRe(...o),s.scan=
100
- (...o)=>r.scan(...o),s.parse=(o,c)=>{let u=[];for(let l of[].concat(o||[]))for(let f of e(String(l),c))u.push(r.parse(f,c));return u},s.braces=(o,c)=>{if(typeof o!="string")throw new TypeError("Expected a string");return c&&c.nobrace===!0||!a(o)?[o]:e(o,c)},s.braceExpand=(o,c)=>{if(typeof o!="string")throw new TypeError("Expected a string");return s.braces(o,{...c,expand:!0})},s.hasBraces=a,Gr=s,Gr}var Qu=Ju();const ri=us(Qu),Zu={useRecommendedBuildConfig:!0,removeViteModuleLoader:!1,deleteInlinedFiles:!0};
101
- function el(t,e,r,n=!1){const i=e.replaceAll(".","\\."),a=new RegExp(`<script([^>]*?) src="(?:[^"]*?/)?${i}"([^>]*)></script>`),s=/"?__VITE_PRELOAD__"?/g,o=r.replace(s,"void 0").replace(/<(\/script>|!--)/g,"\\x3C$1"),c=t.replace(a,(u,l,f)=>`<script${l}${f}>${o.trim()}</script>`);return n?ol(c):c}function tl(t,e,r){const n=e.replaceAll(".","\\."),i=new RegExp(`<link([^>]*?) href="(?:[^"]*?/)?${n}"([^>]*)>`),a=r.replace('@charset "UTF-8";',"");return t.replace(i,(o,c,u)=>`<style${c}${u}>${a.trim()}\
102
- </style>`)}const rl=/\.[mc]?js$/,nl=/\.css$/,sl=/\.html?$/;function il({useRecommendedBuildConfig:t=!0,removeViteModuleLoader:e=!1,inlinePattern:r=[],deleteInlinedFiles:n=!0,overrideConfig:i={}}=Zu){return{name:"vite:singlefile",config:t?s=>{s.build||(s.build={}),s.build.assetsInlineLimit=()=>!0,s.build.chunkSizeWarningLimit=1e8,s.build.cssCodeSplit=!1,s.base="./",s.build.assetsDir="",s.build.rollupOptions||(s.build.rollupOptions={}),s.build.rollupOptions.output||(s.build.rollupOptions.output={});
103
- const o=c=>{c.inlineDynamicImports=!0};if(Array.isArray(s.build.rollupOptions.output))for(const c of s.build.rollupOptions.output)o(c);else o(s.build.rollupOptions.output);Object.assign(s,i)}:void 0,enforce:"post",generateBundle(s,o){const c=f=>this.info(`NOTE: asset not inlined: ${f}`);this.info(`
104
- `);const u={html:[],css:[],js:[],other:[]};for(const f of Object.keys(o))sl.test(f)?u.html.push(f):nl.test(f)?u.css.push(f):rl.test(f)?u.js.push(f):u.other.push(f);const l=[];for(const f of u.html){const p=o[f];let d=p.source;for(const v of u.js){if(r.length&&!ri.isMatch(v,r)){c(v);continue}const w=o[v];w.code!=null&&(this.info(`Inlining: ${v}`),l.push(v),d=el(d,w.fileName,w.code,e))}for(const v of u.css){if(r.length&&!ri.isMatch(v,r)){c(v);continue}const w=o[v];this.info(`Inlining: ${v}`),l.push(
105
- v),d=tl(d,w.fileName,w.source)}p.source=d}if(n)for(const f of l)delete o[f];for(const f of u.other)c(f)}}}const ol=t=>t.replace(/(<script type="module" crossorigin>\s*)\(function(?: polyfill)?\(\)\s*\{[\s\S]*?\}\)\(\);/,'<script type="module">');function Ye(t){return t.length===0?"never":t.sort(Au).map(e=>` | ${JSON.stringify(e)}`).join(`
106
- `).trimStart()}function ni(t){const e=vs(t);return e.length===0?"never":ur(e,_u,nu(r=>` | ${JSON.stringify(r.id)}`)).join(`
107
- `).trimStart()}function si(t,e={}){const{useCorePackage:r=!1}=e;return`
108
- import type { Aux, SpecAux } from '${r?"@likec4/core/types":"likec4/model"}';
60
+ //#region ../generators/src/model/generate-aux.ts
61
+ function toUnion(elements) {
62
+ if (elements.length === 0) return "never";
63
+ return elements.sort(compareNatural).map((v) => ` | ${JSON.stringify(v)}`).join("\n").trimStart();
64
+ }
65
+ function elementIdToUnion(_elements) {
66
+ const elements = t(_elements);
67
+ if (elements.length === 0) return "never";
68
+ return t$1(elements, sortNaturalByFqn, t$2((v) => ` | ${JSON.stringify(v.id)}`)).join("\n").trimStart();
69
+ }
70
+ function generateAux(model, options = {}) {
71
+ const { useCorePackage = false } = options;
72
+ return `
73
+ import type { Aux, SpecAux } from '${useCorePackage ? "@likec4/core/types" : "likec4/model"}';
109
74
 
110
75
  export type $Specs = SpecAux<
111
76
  // Element kinds
112
- ${Ye(st(t.specification.elements))},
77
+ ${toUnion(t$3(model.specification.elements))},
113
78
  // Deployment kinds
114
- ${Ye(st(t.specification.deployments??{}))},
79
+ ${toUnion(t$3(model.specification.deployments ?? {}))},
115
80
  // Relationship kinds
116
- ${Ye(st(t.specification.relationships??{}))},
81
+ ${toUnion(t$3(model.specification.relationships ?? {}))},
117
82
  // Tags
118
- ${Ye(st(t.specification.tags??{}))},
83
+ ${toUnion(t$3(model.specification.tags ?? {}))},
119
84
  // Metadata keys
120
- ${Ye(t.specification.metadataKeys??[])}
85
+ ${toUnion(model.specification.metadataKeys ?? [])}
121
86
  >
122
87
 
123
88
  export type $Aux = Aux<
124
- ${JSON.stringify(t.stage)},
89
+ ${JSON.stringify(model.stage)},
125
90
  // Elements
126
- ${ni(t.$data.elements)},
91
+ ${elementIdToUnion(model.$data.elements)},
127
92
  // Deployments
128
- ${ni(t.$data.deployments.elements)},
93
+ ${elementIdToUnion(model.$data.deployments.elements)},
129
94
  // Views
130
- ${Ye(st(t.$data.views))},
95
+ ${toUnion(t$3(model.$data.views))},
131
96
  // Project ID
132
- ${JSON.stringify(t.projectId)},
97
+ ${JSON.stringify(model.projectId)},
133
98
  $Specs
134
99
  >
135
100
 
@@ -143,7 +108,16 @@ export type $DeploymentKind = $Aux['DeploymentKind']
143
108
  export type $Tag = $Aux['Tag']
144
109
  export type $Tags = readonly $Aux['Tag'][]
145
110
  export type $MetadataKey = $Aux['MetadataKey']
146
- `.trimStart()}function al(t,e={}){const r=si(t,e),{useCorePackage:n=!1}=e;return`
111
+ `.trimStart();
112
+ }
113
+
114
+ //#endregion
115
+ //#region ../generators/src/model/generate-likec4-model.ts
116
+ var import_lib = /* @__PURE__ */ __toESM(require_lib(), 1);
117
+ function generateLikeC4Model(model, options = {}) {
118
+ const aux = generateAux(model, options);
119
+ const { useCorePackage = false } = options;
120
+ return `
147
121
  /* prettier-ignore-start */
148
122
  /* eslint-disable */
149
123
 
@@ -152,13 +126,33 @@ export type $MetadataKey = $Aux['MetadataKey']
152
126
  * DO NOT EDIT MANUALLY!
153
127
  ******************************************************************************/
154
128
 
155
- import { LikeC4Model } from '${n?"@likec4/core":"likec4"}/model'
156
- ${r}
129
+ import { LikeC4Model } from '${useCorePackage ? "@likec4/core" : "likec4"}/model'
130
+ ${aux}
157
131
 
158
- export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$data,{space:2,quote:"'"})} as any) as any
132
+ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${import_lib.default.stringify(model.$data, {
133
+ space: 2,
134
+ quote: "'"
135
+ })} as any) as any
159
136
 
160
137
  /* prettier-ignore-end */
161
- `.trimStart()}function cl(t){return _s(t,e=>Cs`${Xe.stringify(e.id)}`,{separator:" | "})}function ul(t){const e=Array.from(t),r=new lu;return r.appendTemplate`
138
+ `.trimStart();
139
+ }
140
+
141
+ //#endregion
142
+ //#region ../generators/src/views-data-ts/generateViewId.ts
143
+ function generateViewId(views) {
144
+ return joinToNode(views, (view) => expandToNode`${import_lib.default.stringify(view.id)}`, { separator: " | " });
145
+ }
146
+
147
+ //#endregion
148
+ //#region ../generators/src/views-data-ts/generate-views-data.ts
149
+ /**
150
+ * Generate *.ts file with views data
151
+ */
152
+ function generateViewsDataTs(diagrams) {
153
+ const views = Array.from(diagrams);
154
+ const out = new CompositeGeneratorNode();
155
+ out.appendTemplate`
162
156
  /******************************************************************************
163
157
  * This file was generated
164
158
  * DO NOT EDIT MANUALLY!
@@ -169,10 +163,23 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
169
163
  // @ts-nocheck
170
164
 
171
165
  import type { DiagramView } from 'likec4'
172
- `.append(We,We),e.length===0?(r.append("export {}",We),xs(r)):(r.appendTemplate`
173
- export type LikeC4ViewId = ${cl(e)};
166
+ `.append(NL, NL);
167
+ if (views.length === 0) {
168
+ out.append("export {}", NL);
169
+ return toString(out);
170
+ }
171
+ out.appendTemplate`
172
+ export type LikeC4ViewId = ${generateViewId(views)};
174
173
  export const LikeC4Views = {
175
- `.indent({indentation:2,indentedChildren(n){n.appendNewLineIf(e.length>1).append(_s(e,i=>Cs`${Xe.stringify(i.id)}: (${Xe.stringify(i)} as unknown) as DiagramView`,{separator:",",appendNewLineIfNotEmpty:!0}))}}).append("} as const satisfies Record<LikeC4ViewId, DiagramView>",We,We).appendTemplate`
174
+ `.indent({
175
+ indentation: 2,
176
+ indentedChildren(indented) {
177
+ indented.appendNewLineIf(views.length > 1).append(joinToNode(views, (view) => expandToNode`${import_lib.default.stringify(view.id)}: (${import_lib.default.stringify(view)} as unknown) as DiagramView`, {
178
+ separator: ",",
179
+ appendNewLineIfNotEmpty: true
180
+ }));
181
+ }
182
+ }).append("} as const satisfies Record<LikeC4ViewId, DiagramView>", NL, NL).appendTemplate`
176
183
  export type LikeC4Views = typeof LikeC4Views
177
184
 
178
185
  export function isLikeC4ViewId(value: unknown): value is LikeC4ViewId {
@@ -184,7 +191,17 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
184
191
  }
185
192
 
186
193
  /* prettier-ignore-end */
187
- `.append(We),xs(r))}function ll(t,e={}){const{useCorePackage:r=!1}=e;Cu(!t.isParsed(),"can not generate react types for parsed model");const n=si(t,e);return`
194
+ `.append(NL);
195
+ return toString(out);
196
+ }
197
+
198
+ //#endregion
199
+ //#region ../generators/src/react/generate-react-types.ts
200
+ function generateReactTypes(model, options = {}) {
201
+ const { useCorePackage = false } = options;
202
+ invariant$1(!model.isParsed(), "can not generate react types for parsed model");
203
+ const aux = generateAux(model, options);
204
+ return `
188
205
  /* prettier-ignore-start */
189
206
  /* eslint-disable */
190
207
 
@@ -195,20 +212,20 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
195
212
 
196
213
  import type { PropsWithChildren } from 'react'
197
214
  import type { JSX } from 'react/jsx-runtime'
198
- import type { LikeC4Model } from '${r?"@likec4/core":"likec4"}/model'
199
- import type { DiagramView } from '${r?"@likec4/core/types":"likec4/model"}'
215
+ import type { LikeC4Model } from '${useCorePackage ? "@likec4/core" : "likec4"}/model'
216
+ import type { LayoutedView } from '${useCorePackage ? "@likec4/core/types" : "likec4/model"}'
200
217
  import type {
201
218
  LikeC4ViewProps as GenericLikeC4ViewProps,
202
219
  ReactLikeC4Props as GenericReactLikeC4Props
203
220
  } from 'likec4/react'
204
221
 
205
- ${n}
222
+ ${aux}
206
223
 
207
224
  declare function isLikeC4ViewId(value: unknown): value is $ViewId;
208
225
 
209
226
  declare const likec4model: LikeC4Model<$Aux>;
210
227
  declare function useLikeC4Model(): LikeC4Model<$Aux>;
211
- declare function useLikeC4View(viewId: $ViewId): DiagramView<$Aux>;
228
+ declare function useLikeC4View(viewId: $ViewId): LayoutedView<$Aux>;
212
229
 
213
230
  declare function LikeC4ModelProvider(props: PropsWithChildren): JSX.Element;
214
231
 
@@ -240,277 +257,993 @@ export {
240
257
  ReactLikeC4
241
258
  }
242
259
  /* prettier-ignore-end */
243
- `.trimStart()}const Br=async({languageServices:t,likec4AssetsDir:e,...r})=>{const n=r.customLogger??Du,i=br(),a=r?.useOverviewGraph===!0;n.info(`${y.cyan("likec4 app root")} ${y.dim(i)}`);const s=r.outputDir??z(t.workspace,"dist");n.info(y.cyan("outDir")+" "+y.dim(s));let o="/";r.base&&(o=ls(r.base),!_c(o)&&o!=="./"&&(o=Cc(o))),o!=="/"&&n.info(`${y.green("app base url")} ${y.dim(o)}`);const c=r.webcomponentPrefix??"likec4",u=r.title??"LikeC4",l=r.outputSingleFile??!1;return{isDev:!1,likec4AssetsDir:e,
244
- webcomponentPrefix:c,title:u,root:i,languageServices:t,clearScreen:!1,base:o,resolve:{conditions:["production"],dedupe:["react","react-dom","react/jsx-runtime","react/jsx-dev-runtime","react-dom/client"],alias:{...Sr(),"likec4/previews":e}},configFile:!1,mode:"production",optimizeDeps:{include:["react","react-dom","react/jsx-runtime","react/jsx-dev-runtime","react-dom/client","@likec4/core/types","@likec4/core/model","@likec4/core/styles","@likec4/core/compute-view/relationships","@likec4/core/u\
245
- tils","@likec4/core","likec4/model","likec4/react","likec4/vite-plugin/internal"],noDiscovery:!0},esbuild:{tsconfigRaw:{compilerOptions:{target:"ESNext",jsx:"react-jsx"}}},define:{WEBCOMPONENT_PREFIX:JSON.stringify(c),PAGE_TITLE:JSON.stringify(u),__USE_OVERVIEW_GRAPH__:a?"true":"false",__USE_HASH_HISTORY__:r?.useHashHistory===!0?"true":"false","process.env.NODE_ENV":'"production"'},build:{outDir:s,emptyOutDir:!1,sourcemap:!1,cssMinify:!1,minify:!0,copyPublicDir:!0,chunkSizeWarningLimit:Rr,rollupOptions:{
246
- treeshake:{preset:"recommended"},...!l&&{input:[z(i,"index.html"),z(i,"src","main.js"),z(i,"src","fonts.css"),z(i,"src","style.css")],output:{manualChunks:f=>{if(!(f.endsWith(".css")||f.endsWith(".html")||f.includes("likec4/icons"))){if(f.includes("__app__")){let p=f.match(/__app__\/src\/([\w]+)\.js/)?.[1];return p?p[1]:void 0}if(f.includes("node_modules/likec4")||f.includes("node_modules/@likec4"))return"likec4";if(f.includes("node_modules"))return"vendors"}}}}}},customLogger:n,plugins:[pr(),hr(
247
- {languageServices:t.languageServices,useOverviewGraph:a}),l?il():void 0].filter(Boolean)}};async function Vr({languageServices:t,outDir:e,base:r,webcomponentPrefix:n="likec4",filename:i="likec4-views.js"}){const a=ve(["vite","webcomponent"]),s=br();return a.info(y.cyan("outDir")+" "+y.dim(e)),{root:s,clearScreen:!1,base:r,configFile:!1,publicDir:!1,mode:"production",resolve:{conditions:["production"],alias:Sr(),dedupe:["react","react-dom","react/jsx-runtime","react/jsx-dev-runtime","react-dom/cl\
248
- ient"]},define:{WEBCOMPONENT_PREFIX:JSON.stringify(n),"process.env.NODE_ENV":'"production"'},esbuild:{...$r,tsconfigRaw:{compilerOptions:{target:"ESNext",jsx:"react-jsx"}}},build:{outDir:e,emptyOutDir:!1,sourcemap:!1,minify:!0,assetsInlineLimit:100*1024,chunkSizeWarningLimit:Rr,lib:{entry:"src/webcomponent.js",fileName(o,c){return i},formats:["iife"],name:"LikeC4Views"},rollupOptions:{treeshake:{preset:"recommended"},output:{format:"iife",hoistTransitiveImports:!1,compact:!0}}},customLogger:a,plugins:[
249
- pr(),hr({languageServices:t.languageServices,useOverviewGraph:!1})]}}const fl=["favicon.ico","robots.txt"],pl=async({buildWebcomponent:t=!0,webcomponentPrefix:e="likec4",title:r,languageServices:n,likec4AssetsDir:i,outputSingleFile:a,...s})=>{i??=await bt(ot(Et(),".likec4-assets-"));const o=await Br({...s,languageServices:n,likec4AssetsDir:i,webcomponentPrefix:e,title:r,outputSingleFile:a}),c=await Er();for(const l of fl){const f=z(o.root,l);_e(f)&&ys(f,z(c,l))}const u=n.languageServices.projects();
250
- if(u.length===1){const l=await n.viewsService.computedViews(),f=await n.diagrams();if(f.length===0)throw process.exitCode=1,new Error("no views found");f.length===l.length?o.customLogger.info(`${y.dim("workspace:")} ${y.green("\u2713 all views layouted")}`):o.customLogger.warn(`${y.dim("workspace:")} ${y.yellow(`\u2717 layouted ${f.length} of ${l.length} views`)}`),f.forEach(p=>{(p.hasLayoutDrift||p.drifts&&p.drifts.length>0)&&o.customLogger.warn(y.dim("view")+" "+y.red(p.id)+" "+y.yellow("is ou\
251
- t of date, layout drift detected"))})}else for(const l of u){const f=await n.viewsService.computedViews(l.id);f.length===0?o.customLogger.warn(`${y.dim("project:")} ${l.id} ${y.yellow("\u2717 no views found")}`):o.customLogger.info(`${y.dim("project:")} ${l.id} ${y.green(`${f.length} views`)}`)}if(t){const l=await Vr({webcomponentPrefix:e,languageServices:n,outDir:c,base:o.base});await ut(l)}if(await ut({...o,publicDir:c,mode:"production"}),a)for(let l of Qc(z(o.build.outDir)).filter(f=>f!=="ind\
252
- ex.html"))cr(z(o.build.outDir,l),{recursive:!0});else{const l=z(o.build.outDir,"index.html");_e(l)&&ys(l,z(o.build.outDir,"404.html"))}};function zr(t,e){return r=>r.length>1?[t,e,r[0],"--",...r.slice(1)]:[t,e,r[0]]}function dl(){return t=>["deno","run",`npm:${t[0]}`,...t.slice(1)]}const hl={agent:["npm",0],run:zr("npm","run"),install:["npm","i",0],frozen:["npm","ci",0],global:["npm","i","-g",0],add:["npm","i",0],upgrade:["npm","update",0],"upgrade-interactive":null,dedupe:["npm","dedupe",0],execute:[
253
- "npx",0],"execute-local":["npx",0],uninstall:["npm","uninstall",0],global_uninstall:["npm","uninstall","-g",0]},ii={agent:["yarn",0],run:["yarn","run",0],install:["yarn","install",0],frozen:["yarn","install","--frozen-lockfile",0],global:["yarn","global","add",0],add:["yarn","add",0],upgrade:["yarn","upgrade",0],"upgrade-interactive":["yarn","upgrade-interactive",0],dedupe:null,execute:["npx",0],"execute-local":zr("yarn","exec"),uninstall:["yarn","remove",0],global_uninstall:["yarn","global","re\
254
- move",0]},ml={...ii,frozen:["yarn","install","--immutable",0],upgrade:["yarn","up",0],"upgrade-interactive":["yarn","up","-i",0],dedupe:["yarn","dedupe",0],execute:["yarn","dlx",0],"execute-local":["yarn","exec",0],global:["npm","i","-g",0],global_uninstall:["npm","uninstall","-g",0]},oi={agent:["pnpm",0],run:["pnpm","run",0],install:["pnpm","i",0],frozen:["pnpm","i","--frozen-lockfile",0],global:["pnpm","add","-g",0],add:["pnpm","add",0],upgrade:["pnpm","update",0],"upgrade-interactive":["pnpm",
255
- "update","-i",0],dedupe:["pnpm","dedupe",0],execute:["pnpm","dlx",0],"execute-local":["pnpm","exec",0],uninstall:["pnpm","remove",0],global_uninstall:["pnpm","remove","--global",0]},gl={agent:["bun",0],run:["bun","run",0],install:["bun","install",0],frozen:["bun","install","--frozen-lockfile",0],global:["bun","add","-g",0],add:["bun","add",0],upgrade:["bun","update",0],"upgrade-interactive":["bun","update","-i",0],dedupe:null,execute:["bun","x",0],"execute-local":["bun","x",0],uninstall:["bun","\
256
- remove",0],global_uninstall:["bun","remove","-g",0]},yl={agent:["deno",0],run:["deno","task",0],install:["deno","install",0],frozen:["deno","install","--frozen",0],global:["deno","install","-g",0],add:["deno","add",0],upgrade:["deno","outdated","--update",0],"upgrade-interactive":["deno","outdated","--update",0],dedupe:null,execute:dl(),"execute-local":["deno","task","--eval",0],uninstall:["deno","remove",0],global_uninstall:["deno","uninstall","-g",0]},wl={npm:hl,yarn:ii,"yarn@berry":ml,pnpm:oi,
257
- "pnpm@6":{...oi,run:zr("pnpm","run")},bun:gl,deno:yl};function vl(t,e,r){const n=wl[t][e];return $l(n,r)}function $l(t,e){if(t==null)return null;const r=typeof t=="function"?t(e):t.flatMap(n=>typeof n=="number"?e:[n]);return{command:r[0],args:r.slice(1)}}const bl=["npm","yarn","yarn@berry","pnpm","pnpm@6","bun","deno"],ai={"bun.lock":"bun","bun.lockb":"bun","deno.lock":"deno","pnpm-lock.yaml":"pnpm","pnpm-workspace.yaml":"pnpm","yarn.lock":"yarn","package-lock.json":"npm","npm-shrinkwrap.json":"\
258
- npm"},ci={"node_modules/.deno/":"deno","node_modules/.pnpm/":"pnpm","node_modules/.yarn-state.yml":"yarn","node_modules/.yarn_integrity":"yarn","node_modules/.package-lock.json":"npm",".pnp.cjs":"yarn",".pnp.js":"yarn","bun.lock":"bun","bun.lockb":"bun"};async function Wr(t,e){try{const r=await Rs.stat(t);return e==="file"?r.isFile():r.isDirectory()}catch{return!1}}function*El(t=re.cwd()){let e=W.resolve(t);const{root:r}=W.parse(e);for(;e&&e!==r;)yield e,e=W.dirname(e)}async function ui(t,e){return!t||
259
- !await Wr(t,"file")?null:await Al(t,e)}async function Rl(t={}){const{cwd:e,strategies:r=["lockfile","packageManager-field","devEngines-field"]}=t;let n;if(typeof t.stopDir=="string"){const i=W.resolve(t.stopDir);n=a=>a===i}else n=t.stopDir;for(const i of El(e)){for(const a of r)switch(a){case"lockfile":{for(const s of Object.keys(ai))if(await Wr(W.join(i,s),"file")){const o=ai[s],c=await ui(W.join(i,"package.json"),t);return c||{name:o,agent:o}}break}case"packageManager-field":case"devEngines-fi\
260
- eld":{const s=await ui(W.join(i,"package.json"),t);if(s)return s;break}case"install-metadata":{for(const s of Object.keys(ci)){const o=s.endsWith("/")?"dir":"file";if(await Wr(W.join(i,s),o)){const c=ci[s],u=c==="yarn"?_l(s)?"yarn":"yarn@berry":c;return{name:c,agent:u}}}break}}if(n?.(i))break}return null}function Sl(t){const e=r=>r?.match(/\d+(\.\d+){0,2}/)?.[0]??r;if(typeof t.packageManager=="string"){const[r,n]=t.packageManager.replace(/^\^/,"").split("@");return{name:r,ver:e(n)}}if(typeof t.devEngines?.
261
- packageManager?.name=="string")return{name:t.devEngines.packageManager.name,ver:e(t.devEngines.packageManager.version)}}async function Al(t,e){try{const r=await Rs.readFile(t,"utf8"),n=e.packageJsonParser?await e.packageJsonParser(r,t):JSON.parse(r);let i;const a=Sl(n);if(a){const s=a.name,o=a.ver;let c=o;return s==="yarn"&&o&&Number.parseInt(o)>1?(i="yarn@berry",c="berry",{name:s,agent:i,version:c}):s==="pnpm"&&o&&Number.parseInt(o)<7?(i="pnpm@6",{name:s,agent:i,version:c}):bl.includes(s)?(i=s,
262
- {name:s,agent:i,version:c}):e.onUnknown?.(n.packageManager)??null}}catch{}return null}function _l(t){return t.endsWith(".yarn_integrity")}function li(t){try{return!!gu.createRequire(import.meta.url).resolve(t)}catch(e){return ge.debug(yt(e)),!1}}async function lt(){if(li("react")&&li("react-dom")){ge.debug("react already installed");return}ge.debug("react not installed");const t=await Rl();t||(ge.error`Package manager not detected, please install dependencies manually: ${"react"} ${"react-dom"}`,
263
- process.exit(1));const e=vl(t.agent,"add",["react","react-dom"]);e||(ge.error`Please install dependencies manually: ${"react"} ${"react-dom"}`,process.exit(1));try{await fs(e.command,e.args,{stdio:"inherit"})}catch(r){ge.debug(yt(r)),ge.error`Please install dependencies manually: ${"react"} ${"react-dom"}`,process.exit(1)}}function fi(t){if(t.resolvedUrls)return ps(t.resolvedUrls.network)??ps(t.resolvedUrls.local)}function pi(t){if(!t.resolvedUrls)throw new Error("Vite server is not ready, no re\
264
- solvedUrls");Te([y.green("LikeC4 served at:"),"",y.dim("Local: ")+t.resolvedUrls.local.join(`
265
- `+"".padEnd(9," ")),t.resolvedUrls.network.length?y.dim("Network: ")+t.resolvedUrls.network.join(`
266
- `+"".padEnd(9," ")):void 0].filter(e=>xc(e)).join(`
267
- `))}class di extends Error{constructor(e){super(`${e} is locked`)}}const Je={old:new Set,young:new Set},Cl=1e3*15,Ct=1024,xt=65535;let ft;const xl=()=>{const t=ct.networkInterfaces(),e=new Set([void 0,"0.0.0.0"]);for(const r of Object.values(t))for(const n of r)e.add(n.address);return e},hi=t=>new Promise((e,r)=>{const n=yu.createServer();n.unref(),n.on("error",r),n.listen(t,()=>{const{port:i}=n.address();n.close(()=>{e(i)})})}),mi=async(t,e)=>{if(t.host||t.port===0)return hi(t);for(const r of e)
268
- try{await hi({port:t.port,host:r})}catch(n){if(!["EADDRNOTAVAIL","EINVAL"].includes(n.code))throw n}return t.port},Tl=function*(t){t&&(yield*t),yield 0};async function Xr(t){let e,r=new Set;if(t&&(t.port&&(e=typeof t.port=="number"?[t.port]:t.port),t.exclude)){const i=t.exclude;if(typeof i[Symbol.iterator]!="function")throw new TypeError("The `exclude` option must be an iterable.");for(const a of i){if(typeof a!="number")throw new TypeError("Each item in the `exclude` option must be a number cor\
269
- responding to the port you want excluded.");if(!Number.isSafeInteger(a))throw new TypeError(`Number ${a} in the exclude option is not a safe integer and can't be used`)}r=new Set(i)}ft===void 0&&(ft=setTimeout(()=>{ft=void 0,Je.old=Je.young,Je.young=new Set},Cl),ft.unref&&ft.unref());const n=xl();for(const i of Tl(e))try{if(r.has(i))continue;let a=await mi({...t,port:i},n);for(;Je.old.has(a)||Je.young.has(a);){if(i!==0)throw new di(i);a=await mi({...t,port:i},n)}return Je.young.add(a),a}catch(a){
270
- if(!["EADDRINUSE","EACCES"].includes(a.code)&&!(a instanceof di))throw a}throw new Error("No available ports found")}function Tt(t,e){if(!Number.isInteger(t)||!Number.isInteger(e))throw new TypeError("`from` and `to` must be integer numbers");if(t<Ct||t>xt)throw new RangeError(`'from' must be between ${Ct} and ${xt}`);if(e<Ct||e>xt)throw new RangeError(`'to' must be between ${Ct} and ${xt}`);if(t>e)throw new RangeError("`to` must be greater than or equal to `from`");return function*(n,i){for(let a=n;a<=
271
- i;a++)yield a}(t,e)}async function gi({buildWebcomponent:t=!0,hmr:e=!0,webcomponentPrefix:r="likec4",title:n,languageServices:i,likec4AssetsDir:a,openBrowser:s,listen:o,port:c,...u}){a??=await bt(ot(Et(),".likec4-assets-"));const{isDev:l,...f}=await Br({...u,languageServices:i,likec4AssetsDir:a,webcomponentPrefix:r,title:n}),p=f.customLogger;c??=$s.PORT?parseInt($s.PORT,10):void 0,c||(c=await Xr({port:[5173,5174,...Tt(61e3,61010),...Tt(62002,62010)]}));const d=await Xr({port:Tt(24678,24690)}),v=await Er(),
272
- w=o??(Le()?"0.0.0.0":"localhost");e?(p.info(`Enabling HMR: localhost:${d}`),Le()&&p.info(y.yellow(`ensure port ${d} is published from container`))):p.info("Disabling HMR");const m=await hu({...f,define:e?{...f.define,"process.env.NODE_ENV":'"development"'}:f.define,mode:e?"development":f.mode,publicDir:v,server:{host:w,allowedHosts:!0,port:c,hmr:e&&{overlay:!0,port:d},fs:{strict:!1},open:s??(!l&&!Le())}});return t?(p.info("Building webcomponent"),Vr({webcomponentPrefix:r,languageServices:i,outDir:v,
273
- base:f.base}).then(g=>ut({...g,logLevel:"warn"})).catch(g=>{p.warn(yt(g)),p.warn("webcomponent build failed, ignoring error and continue")})):p.info("Skip webcomponent build"),await m.listen(),m}async function Il({browserContext:t,views:e,output:r,logger:n,timeout:i,maxAttempts:a,dynamicVariant:s,outputType:o,theme:c}){let u;const l=e.map(d=>({view:d,attempt:1})),f=[];let p;for(;p=l.shift();){const{view:d,attempt:v}=p,w=`export/${encodeURIComponent(d.id)}/`;try{if(v>1){u&&(u.close({runBeforeUnload:!0}).
274
- catch(E=>n.error(`failed to close page: ${E}`)),u=void 0);const S=ds(v*200,{min:200,max:1e3});n.info(y.cyan(w)+y.dim(` attempt ${v} of ${a} after ${S}ms`)),await wu(S)}else d.hasLayoutDrift&&n.warn(y.yellow("Drift detected, manual layout can not be applied, view may be invalid: ")+y.red(d.id));let m=".";o==="relative"&&(m=d.sourcePath??".",m.includes("/")?m=m.slice(0,m.lastIndexOf("/")):m=".");const g=z(r,m,`${d.id}.png`);u??=await t.newPage();let T=d.bounds;s==="sequence"&&d._type==="dynamic"&&
275
- (T=d.sequenceLayout.bounds);const h=20;await u.setViewportSize({width:T.width+40+h,height:T.height+40+h}),await u.goto(Tc(w,{padding:20,theme:c,dynamic:s})),n.info(y.cyan(w)+y.dim(` -> ${Ce(r,g)}`)),await u.waitForSelector(".react-flow.initialized"),d.nodes.some(S=>Ic(S.icon)&&S.icon.toLowerCase().startsWith("http"))&&await Ol(u,i),await u.getByTestId("export-page").screenshot({animations:"disabled",path:g,omitBackground:!0}),f.push({view:d,path:g})}catch(m){u?.close({runBeforeUnload:!0}).catch(
276
- g=>n.error(`failed to close page: ${g}`)),n.error(y.red("failed "+w+`
277
- `+m)),v<a&&(l.push({view:d,attempt:v+1}),n.info(y.dim(`retry ${w}`))),u=void 0}}return f}async function Ol(t,e){let r=await t.locator("//img").all();if(!r.length)return;const n=r.map(i=>i.evaluate(a=>a.complete||new Promise(s=>{a.onload=s,a.onerror=s}),{timeout:Math.max(15e3,e)}));await Promise.allSettled(n)}var yi=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),wi=t=>{throw TypeError(t)},Ll=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&wi("Object expected");var n,i;n=e[yi("asyn\
278
- cDispose")],n===void 0&&(n=e[yi("dispose")],i=n),typeof n!="function"&&wi("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push([r]);return e},kl=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&s[1].call(s[2]);if(s[0])
279
- return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){i(c)}if(r)throw e};return a()};async function vi({logger:t,serverUrl:e,theme:r="light",timeoutMs:n=15e3,views:i,output:a,outputType:s="relative",maxAttempts:o=3,chromiumSandbox:c=!1,sequence:u=!1}){t.info(`${y.dim("output")} ${a}`),t.info(`${y.dim("base url")} ${e}
280
- `);const{chromium:l}=await import("playwright"),f=l.executablePath();t.info(y.cyan("Start chromium")+" "+y.dim(f));const p=await l.launch({chromiumSandbox:c,headless:!0});t.info(y.cyan("Color scheme: ")+r+`
281
- `);const d=await p.newContext({deviceScaleFactor:2,colorScheme:r,baseURL:e,bypassCSP:!0,ignoreHTTPSErrors:!0,isMobile:!1});d.setDefaultNavigationTimeout(n),d.setDefaultTimeout(n);try{return await Il({browserContext:d,views:i,output:a,outputType:s,logger:t,maxAttempts:o,dynamicVariant:u?"sequence":"diagram",timeout:n,theme:r})}finally{t.info(y.cyan("close chromium")),await d.close(),await p.close()}}async function $i({path:t,useDotBin:e,project:r,theme:n="light",output:i,outputType:a,serverUrl:s,
282
- ignore:o=!1,timeoutMs:c=1e4,maxAttempts:u=3,filter:l,sequence:f=!1,chromiumSandbox:p=!1}){var d=[];try{const g=ve("export"),T=eu(),h=Ll(d,await ye.fromWorkspace(t,{logger:"vite",graphviz:e?"binary":"wasm",watch:!1}),!0);i??=h.workspace;let S,E=[...h.languageServices.projects()];if(r&&!E.some(A=>A.id===r))throw g.error(`project not found: ${r}`),new Error(`project not found: ${r}`);if(!s&&(g.info(y.cyan("start preview server")),S=await gi({languageServices:h,buildWebcomponent:!1,openBrowser:!1,useOverviewGraph:!1,
283
- hmr:!1}),s=fi(S),!s))throw g.error("Vite server is not ready, no resolvedUrls"),new Error("Vite server is not ready, no resolvedUrls");for(const A of E){if(r&&A.id!==r)continue;E.length>1&&(g.info(y.dim("---------")),g.info(`${y.dim("project:")} ${A.id}`),g.info(`${y.dim("folder:")} ${A.folder.fsPath}`));let b=await h.diagrams(A.id);if(l&&Me(l,1)&&Me(b,1)){const F=Oc(l);g.info(`${y.cyan("filter")} ${y.dim(JSON.stringify(l))}`),b=b.filter(L=>F(L.id)?(g.info(`${y.green("include")} ${L.id} \u2705`),
284
- !0):(g.info(`${y.gray("skip")} ${y.dim(L.id)}`),!1))}if(!Me(b,1)){g.warn("no views found");continue}let x=E.length>1?ls(hs(s,"project",A.id)):s,q=E.length>1?hs(i,A.id):i;const M=await vi({logger:g,serverUrl:x,theme:n,timeoutMs:c,views:b,output:q,outputType:a,maxAttempts:u,sequence:f,chromiumSandbox:p}),{pretty:V}=Lc(T);if(M.length>0&&g.info(y.green(`exported ${M.length} views in ${V}`)+`
285
- `),M.length!==b.length&&(o&&M.length>0?g.info(y.dim("ignore")+" "+y.red(`failed ${b.length-M.length} out of ${b.length} views`)):g.error(y.red(`failed ${b.length-M.length} out of ${b.length} views`))),M.length!==b.length&&(M.length===0||!o))throw new Error(`Failed ${b.length-M.length} out of ${b.length} views`)}S&&(g.info(y.cyan("stop server")),await S.close().catch(A=>{g.error(A)}))}catch(g){var v=g,w=!0}finally{var m=kl(d,v,w);m&&await m}}function Nl(t){return t.command({command:"png [path]",describe:"\
286
- export views to PNG",builder:e=>e.positional("path",ce).options({output:{alias:["o","outdir"],type:"string",desc:"output directory, if not specified, images are saved next to sources",normalize:!0,nargs:1,coerce:z},project:Ke,theme:{choices:["light","dark"],desc:"color-scheme to use, defaults to light",conflicts:["dark","light"],nargs:1},dark:{type:"boolean",desc:"use dark theme, shortcut for --theme=dark",conflicts:["theme","light"]},light:{type:"boolean",desc:"use light theme, shortcut for --t\
287
- heme=light",conflicts:["theme","dark"]},"use-dot":de,seq:{boolean:!0,alias:["sequence"],type:"boolean",desc:"use sequence layout for dynamic views"},flat:{alias:["flatten"],boolean:!0,type:"boolean",desc:"flatten all images in output directory ignoring sources structure"},filter:{alias:"f",array:!0,string:!0,desc:`include views with ids matching given patterns
288
- multiple patterns are combined with OR`},ignore:{boolean:!0,alias:"i",desc:"continue if export fails for some views"},timeout:{type:"number",alias:"t",desc:"timeout for playwright (in seconds)",default:15,nargs:1},"max-attempts":{type:"number",desc:"max attempts to export failing view, 1 means no retry",default:3,nargs:1},"server-url":{type:"string",desc:"use this url instead of starting new likec4 server",nargs:1},"chromium-sandbox":{boolean:!0,desc:"enable chromium sandbox (see Playwright docs\
289
- )",default:!1}}).epilog(`${y.bold("Examples:")}
290
- ${y.green("$0 export png")}
291
- ${y.gray("Search for likec4 files in current directory and output PNG next to sources")}
292
-
293
- ${y.green("$0 export png --theme dark -o ./png src/likec4")}
294
- ${y.gray("Search for likec4 files in src/likec4 and output PNG with dark theme to png folder")}
295
-
296
- ${y.green('$0 export png -f "team1*" -f "team2*" --flat -o ./png src/likec4')}
297
- ${y.gray("Export views matching team1* or team2* only")}
298
-
299
- ${y.green('$0 export png -f "use-case*" --sequence src/likec4')}
300
- ${y.gray("Export views matching use-case* using sequence layout")}
301
- `),handler:async e=>{mr(e.timeout>=1,"timeout must be >= 1"),mr(e["max-attempts"]>=1,"max-attempts must be >= 1"),await lt();const r=e.theme??(e.dark?"dark":"light");await $i({path:e.path,useDotBin:e["use-dot"],output:e.output,project:e.project,timeoutMs:e.timeout*1e3,maxAttempts:e.maxAttempts,ignore:e.ignore===!0,outputType:e.flat?"flat":"relative",serverUrl:e.serverUrl,theme:r,filter:e.filter,sequence:e.seq,chromiumSandbox:e["chromium-sandbox"]})}})}var bi=(t,e)=>(e=Symbol[t])?e:Symbol.for("Sy\
302
- mbol."+t),Ei=t=>{throw TypeError(t)},Pl=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&Ei("Object expected");var n,i;n=e[bi("asyncDispose")],n===void 0&&(n=e[bi("dispose")],i=n),typeof n!="function"&&Ei("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push([r]);return e},jl=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,
303
- u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){i(c)}if(r)throw e};return a()};const{cyan:Ri,dim:Si}=y;async function Dl({path:t,useDotBin:e,useHashHistory:r,webcomponentPrefix:n,title:i,useOverview:a=!1,output:s,outputSingleFile:o,base:c}){var u=[];try{await lt();const d=ve("c4:build"),v=Pl(u,await ye.fromWorkspace(t,{graphviz:e?"binary":
304
- "wasm",logger:"vite",watch:!1}),!0),w=s??z(v.workspace,"dist");let m=z(w,"assets");if(a)try{m=z(w,"assets","previews"),await Se(m,{recursive:!0}),d.info(`${Ri("Generate previews")} ${Si(m)}
305
- `),await $i({path:t,useDotBin:e,project:void 0,output:m,outputType:"flat",ignore:!0})}catch(g){d.error(y.red("Failed to generate previews")),d.error(g),d.warn(y.yellow("Ignore previews and continue build")),cr(m,{recursive:!0,force:!0}),a=!1}await pl({base:c,useHashHistory:o||r,customLogger:d,useOverviewGraph:a,webcomponentPrefix:n,title:i,languageServices:v,likec4AssetsDir:m,outputDir:s,outputSingleFile:o}),a&&(d.info(`${Ri("clean previews")} ${Si(m)}`),cr(m,{recursive:!0,force:!0}))}catch(d){var l=d,
306
- f=!0}finally{var p=jl(u,l,f);p&&await p}}const ql=t=>t.command({command:"build [path]",aliases:["bundle"],describe:"Build a static website",builder:e=>e.positional("path",ce).option("output",{alias:"o",type:"string",desc:"output directory for production build",normalize:!0,coerce:z}).option("base",Ps).option("use-hash-history",ks).option("use-dot",de).option("webcomponent-prefix",vr).option("title",Ns).option("output-single-file",Lu).example(`${y.green("$0 build -o ./build ./src")}`,y.gray("Sear\
307
- ch for likec4 files in 'src' and output static site to 'build'")),handler:async e=>{await Dl({path:e.path,output:e.output,base:e.base,useHashHistory:e["use-hash-history"],useDotBin:e["use-dot"],webcomponentPrefix:e["webcomponent-prefix"],title:e.title,outputSingleFile:e["output-single-file"]??!1})}}),Fe=t=>{const e=typeof t;return t!==null&&(e==="object"||e==="function")},Ai=new Set(["__proto__","prototype","constructor"]),_i=1e6,Hl=t=>t>="0"&&t<="9";function Ci(t){if(t==="0")return!0;if(/^[1-9]\d*$/.
308
- test(t)){const e=Number.parseInt(t,10);return e<=Number.MAX_SAFE_INTEGER&&e<=_i}return!1}function Kr(t,e){return Ai.has(t)?!1:(t&&Ci(t)?e.push(Number.parseInt(t,10)):e.push(t),!0)}function Ml(t){if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);const e=[];let r="",n="start",i=!1,a=0;for(const s of t){if(a++,i){r+=s,i=!1;continue}if(s==="\\"){if(n==="index")throw new Error(`Invalid character '${s}' in an index at position ${a}`);if(n==="indexEnd")throw new Error(`Inv\
309
- alid character '${s}' after an index at position ${a}`);i=!0,n=n==="start"?"property":n;continue}switch(s){case".":{if(n==="index")throw new Error(`Invalid character '${s}' in an index at position ${a}`);if(n==="indexEnd"){n="property";break}if(!Kr(r,e))return[];r="",n="property";break}case"[":{if(n==="index")throw new Error(`Invalid character '${s}' in an index at position ${a}`);if(n==="indexEnd"){n="index";break}if(n==="property"||n==="start"){if((r||n==="property")&&!Kr(r,e))return[];r=""}n=
310
- "index";break}case"]":{if(n==="index"){if(r==="")r=(e.pop()||"")+"[]",n="property";else{const o=Number.parseInt(r,10);!Number.isNaN(o)&&Number.isFinite(o)&&o>=0&&o<=Number.MAX_SAFE_INTEGER&&o<=_i&&r===String(o)?e.push(o):e.push(r),r="",n="indexEnd"}break}if(n==="indexEnd")throw new Error(`Invalid character '${s}' after an index at position ${a}`);r+=s;break}default:{if(n==="index"&&!Hl(s))throw new Error(`Invalid character '${s}' in an index at position ${a}`);if(n==="indexEnd")throw new Error(`\
311
- Invalid character '${s}' after an index at position ${a}`);n==="start"&&(n="property"),r+=s}}}switch(i&&(r+="\\"),n){case"property":{if(!Kr(r,e))return[];break}case"index":throw new Error("Index was not closed");case"start":{e.push("");break}}return e}function It(t){if(typeof t=="string")return Ml(t);if(Array.isArray(t)){const e=[];for(const[r,n]of t.entries()){if(typeof n!="string"&&typeof n!="number")throw new TypeError(`Expected a string or number for path segment at index ${r}, got ${typeof n}`);
312
- if(typeof n=="number"&&!Number.isFinite(n))throw new TypeError(`Path segment at index ${r} must be a finite number, got ${n}`);if(Ai.has(n))return[];typeof n=="string"&&Ci(n)?e.push(Number.parseInt(n,10)):e.push(n)}return e}return[]}function xi(t,e,r){if(!Fe(t)||typeof e!="string"&&!Array.isArray(e))return r===void 0?t:r;const n=It(e);if(n.length===0)return r;for(let i=0;i<n.length;i++){const a=n[i];if(t=t[a],t==null){if(i!==n.length-1)return r;break}}return t===void 0?r:t}function Ot(t,e,r){if(!Fe(
313
- t)||typeof e!="string"&&!Array.isArray(e))return t;const n=t,i=It(e);if(i.length===0)return t;for(let a=0;a<i.length;a++){const s=i[a];if(a===i.length-1)t[s]=r;else if(!Fe(t[s])){const c=typeof i[a+1]=="number";t[s]=c?[]:{}}t=t[s]}return n}function Ul(t,e){if(!Fe(t)||typeof e!="string"&&!Array.isArray(e))return!1;const r=It(e);if(r.length===0)return!1;for(let n=0;n<r.length;n++){const i=r[n];if(n===r.length-1)return Object.hasOwn(t,i)?(delete t[i],!0):!1;if(t=t[i],!Fe(t))return!1}}function Yr(t,e){
314
- if(!Fe(t)||typeof e!="string"&&!Array.isArray(e))return!1;const r=It(e);if(r.length===0)return!1;for(const n of r){if(!Fe(t)||!(n in t))return!1;t=t[n]}return!0}const ke=ct.homedir(),Jr=ct.tmpdir(),{env:Qe}=re,Fl=t=>{const e=W.join(ke,"Library");return{data:W.join(e,"Application Support",t),config:W.join(e,"Preferences",t),cache:W.join(e,"Caches",t),log:W.join(e,"Logs",t),temp:W.join(Jr,t)}},Gl=t=>{const e=Qe.APPDATA||W.join(ke,"AppData","Roaming"),r=Qe.LOCALAPPDATA||W.join(ke,"AppData","Local");
315
- return{data:W.join(r,t,"Data"),config:W.join(e,t,"Config"),cache:W.join(r,t,"Cache"),log:W.join(r,t,"Log"),temp:W.join(Jr,t)}},Bl=t=>{const e=W.basename(ke);return{data:W.join(Qe.XDG_DATA_HOME||W.join(ke,".local","share"),t),config:W.join(Qe.XDG_CONFIG_HOME||W.join(ke,".config"),t),cache:W.join(Qe.XDG_CACHE_HOME||W.join(ke,".cache"),t),log:W.join(Qe.XDG_STATE_HOME||W.join(ke,".local","state"),t),temp:W.join(Jr,e,t)}};function Vl(t,{suffix:e="nodejs"}={}){if(typeof t!="string")throw new TypeError(
316
- `Expected a string, got ${typeof t}`);return e&&(t+=`-${e}`),re.platform==="darwin"?Fl(t):re.platform==="win32"?Gl(t):Bl(t)}const Ne=(t,e)=>function(...n){return t.apply(void 0,n).catch(e)},xe=(t,e)=>function(...n){try{return t.apply(void 0,n)}catch(i){return e(i)}},zl=re.getuid?!re.getuid():!1,Wl=1e4,we=()=>{},ee={isChangeErrorOk:t=>{if(!ee.isNodeError(t))return!1;const{code:e}=t;return e==="ENOSYS"||!zl&&(e==="EINVAL"||e==="EPERM")},isNodeError:t=>t instanceof Error,isRetriableError:t=>{if(!ee.
317
- isNodeError(t))return!1;const{code:e}=t;return e==="EMFILE"||e==="ENFILE"||e==="EAGAIN"||e==="EBUSY"||e==="EACCESS"||e==="EACCES"||e==="EACCS"||e==="EPERM"},onChangeError:t=>{if(!ee.isNodeError(t))throw t;if(!ee.isChangeErrorOk(t))throw t}};class Xl{constructor(){this.interval=25,this.intervalId=void 0,this.limit=Wl,this.queueActive=new Set,this.queueWaiting=new Set,this.init=()=>{this.intervalId||(this.intervalId=setInterval(this.tick,this.interval))},this.reset=()=>{this.intervalId&&(clearInterval(
318
- this.intervalId),delete this.intervalId)},this.add=e=>{this.queueWaiting.add(e),this.queueActive.size<this.limit/2?this.tick():this.init()},this.remove=e=>{this.queueWaiting.delete(e),this.queueActive.delete(e)},this.schedule=()=>new Promise(e=>{const r=()=>this.remove(n),n=()=>e(r);this.add(n)}),this.tick=()=>{if(!(this.queueActive.size>=this.limit)){if(!this.queueWaiting.size)return this.reset();for(const e of this.queueWaiting){if(this.queueActive.size>=this.limit)break;this.queueWaiting.delete(
319
- e),this.queueActive.add(e),e()}}}}}const Kl=new Xl,Pe=(t,e)=>function(n){return function i(...a){return Kl.schedule().then(s=>{const o=u=>(s(),u),c=u=>{if(s(),Date.now()>=n)throw u;if(e(u)){const l=Math.round(100*Math.random());return new Promise(p=>setTimeout(p,l)).then(()=>i.apply(void 0,a))}throw u};return t.apply(void 0,a).then(o,c)})}},je=(t,e)=>function(n){return function i(...a){try{return t.apply(void 0,a)}catch(s){if(Date.now()>n)throw s;if(e(s))return i.apply(void 0,a);throw s}}},ue={attempt:{
320
- chmod:Ne(ae(B.chmod),ee.onChangeError),chown:Ne(ae(B.chown),ee.onChangeError),close:Ne(ae(B.close),we),fsync:Ne(ae(B.fsync),we),mkdir:Ne(ae(B.mkdir),we),realpath:Ne(ae(B.realpath),we),stat:Ne(ae(B.stat),we),unlink:Ne(ae(B.unlink),we),chmodSync:xe(B.chmodSync,ee.onChangeError),chownSync:xe(B.chownSync,ee.onChangeError),closeSync:xe(B.closeSync,we),existsSync:xe(B.existsSync,we),fsyncSync:xe(B.fsync,we),mkdirSync:xe(B.mkdirSync,we),realpathSync:xe(B.realpathSync,we),statSync:xe(B.statSync,we),unlinkSync:xe(
321
- B.unlinkSync,we)},retry:{close:Pe(ae(B.close),ee.isRetriableError),fsync:Pe(ae(B.fsync),ee.isRetriableError),open:Pe(ae(B.open),ee.isRetriableError),readFile:Pe(ae(B.readFile),ee.isRetriableError),rename:Pe(ae(B.rename),ee.isRetriableError),stat:Pe(ae(B.stat),ee.isRetriableError),write:Pe(ae(B.write),ee.isRetriableError),writeFile:Pe(ae(B.writeFile),ee.isRetriableError),closeSync:je(B.closeSync,ee.isRetriableError),fsyncSync:je(B.fsyncSync,ee.isRetriableError),openSync:je(B.openSync,ee.isRetriableError),
322
- readFileSync:je(B.readFileSync,ee.isRetriableError),renameSync:je(B.renameSync,ee.isRetriableError),statSync:je(B.statSync,ee.isRetriableError),writeSync:je(B.writeSync,ee.isRetriableError),writeFileSync:je(B.writeFileSync,ee.isRetriableError)}},Yl="utf8",Ti=438,Jl=511,Ql={},Zl=ct.userInfo().uid,ef=ct.userInfo().gid,tf=1e3,rf=!!re.getuid;re.getuid&&re.getuid();const Ii=128,nf=t=>t instanceof Error&&"code"in t,Oi=t=>typeof t=="string",Qr=t=>t===void 0,sf=re.platform==="linux",Li=re.platform==="wi\
323
- n32",Zr=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];Li||Zr.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),sf&&Zr.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED");class of{constructor(){this.callbacks=new Set,this.exited=!1,this.exit=e=>{if(!this.exited){this.exited=!0;for(const r of this.callbacks)r();e&&(Li&&e!=="SIGINT"&&e!=="SIGTERM"&&e!=="SIGKILL"?re.kill(re.pid,"SIGTERM"):re.kill(re.pid,e))}},this.hook=()=>{re.once("exit",()=>this.exit());
324
- for(const e of Zr)try{re.once(e,()=>this.exit(e))}catch{}},this.register=e=>(this.callbacks.add(e),()=>{this.callbacks.delete(e)}),this.hook()}}const af=new of,cf=af.register,le={store:{},create:t=>{const e=`000000${Math.floor(Math.random()*16777215).toString(16)}`.slice(-6),i=`.tmp-${Date.now().toString().slice(-10)}${e}`;return`${t}${i}`},get:(t,e,r=!0)=>{const n=le.truncate(e(t));return n in le.store?le.get(t,e,r):(le.store[n]=r,[n,()=>delete le.store[n]])},purge:t=>{le.store[t]&&(delete le.store[t],
325
- ue.attempt.unlink(t))},purgeSync:t=>{le.store[t]&&(delete le.store[t],ue.attempt.unlinkSync(t))},purgeSyncAll:()=>{for(const t in le.store)le.purgeSync(t)},truncate:t=>{const e=W.basename(t);if(e.length<=Ii)return t;const r=/^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(e);if(!r)return t;const n=e.length-Ii;return`${t.slice(0,-e.length)}${r[1]}${r[2].slice(0,-n)}${r[3]}`}};cf(le.purgeSyncAll);function ki(t,e,r=Ql){if(Oi(r))return ki(t,e,{encoding:r});const n=Date.now()+((r.timeout??
326
- tf)||-1);let i=null,a=null,s=null;try{const o=ue.attempt.realpathSync(t),c=!!o;t=o||t,[a,i]=le.get(t,r.tmpCreate||le.create,r.tmpPurge!==!1);const u=rf&&Qr(r.chown),l=Qr(r.mode);if(c&&(u||l)){const f=ue.attempt.statSync(t);f&&(r={...r},u&&(r.chown={uid:f.uid,gid:f.gid}),l&&(r.mode=f.mode))}if(!c){const f=W.dirname(t);ue.attempt.mkdirSync(f,{mode:Jl,recursive:!0})}s=ue.retry.openSync(n)(a,"w",r.mode||Ti),r.tmpCreated&&r.tmpCreated(a),Oi(e)?ue.retry.writeSync(n)(s,e,0,r.encoding||Yl):Qr(e)||ue.retry.
327
- writeSync(n)(s,e,0,e.length,0),r.fsync!==!1&&(r.fsyncWait!==!1?ue.retry.fsyncSync(n)(s):ue.attempt.fsync(s)),ue.retry.closeSync(n)(s),s=null,r.chown&&(r.chown.uid!==Zl||r.chown.gid!==ef)&&ue.attempt.chownSync(a,r.chown.uid,r.chown.gid),r.mode&&r.mode!==Ti&&ue.attempt.chmodSync(a,r.mode);try{ue.retry.renameSync(n)(a,t)}catch(f){if(!nf(f)||f.code!=="ENAMETOOLONG")throw f;ue.retry.renameSync(n)(a,le.truncate(t))}i(),a=null}finally{s&&ue.attempt.closeSync(s),a&&le.purge(a)}}var Lt={exports:{}},kt={},
328
- Nt={},Ze={},Ni;function Pi(){if(Ni)return Ze;Ni=1,Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.dynamicAnchor=void 0;const t=it(),e=sr(),r=kc(),n=ms(),i={keyword:"$dynamicAnchor",schemaType:"string",code:o=>a(o,o.schema)};function a(o,c){const{gen:u,it:l}=o;l.schemaEnv.root.dynamicAnchors[c]=!0;const f=(0,t._)`${e.default.dynamicAnchors}${(0,t.getProperty)(c)}`,p=l.errSchemaPath==="#"?l.validateName:s(o);u.if((0,t._)`!${f}`,()=>u.assign(f,p))}Ze.dynamicAnchor=a;function s(o){const{schemaEnv:c,
329
- schema:u,self:l}=o.it,{root:f,baseId:p,localRefs:d,meta:v}=c.root,{schemaId:w}=l.opts,m=new r.SchemaEnv({schema:u,schemaId:w,root:f,baseId:p,localRefs:d,meta:v});return r.compileSchema.call(l,m),(0,n.getValidate)(o,m)}return Ze.default=i,Ze}var et={},ji;function Di(){if(ji)return et;ji=1,Object.defineProperty(et,"__esModule",{value:!0}),et.dynamicRef=void 0;const t=it(),e=sr(),r=ms(),n={keyword:"$dynamicRef",schemaType:"string",code:a=>i(a,a.schema)};function i(a,s){const{gen:o,keyword:c,it:u}=a;
330
- if(s[0]!=="#")throw new Error(`"${c}" only supports hash fragment reference`);const l=s.slice(1);if(u.allErrors)f();else{const d=o.let("valid",!1);f(d),a.ok(d)}function f(d){if(u.schemaEnv.root.dynamicAnchors[l]){const v=o.let("_v",(0,t._)`${e.default.dynamicAnchors}${(0,t.getProperty)(l)}`);o.if(v,p(v,d),p(u.validateName,d))}else p(u.validateName,d)()}function p(d,v){return v?()=>o.block(()=>{(0,r.callRef)(a,d),o.let(v,!0)}):()=>(0,r.callRef)(a,d)}}return et.dynamicRef=i,et.default=n,et}var Pt={},
331
- qi;function uf(){if(qi)return Pt;qi=1,Object.defineProperty(Pt,"__esModule",{value:!0});const t=Pi(),e=wt(),r={keyword:"$recursiveAnchor",schemaType:"boolean",code(n){n.schema?(0,t.dynamicAnchor)(n,""):(0,e.checkStrictMode)(n.it,"$recursiveAnchor: false is ignored")}};return Pt.default=r,Pt}var jt={},Hi;function lf(){if(Hi)return jt;Hi=1,Object.defineProperty(jt,"__esModule",{value:!0});const t=Di(),e={keyword:"$recursiveRef",schemaType:"string",code:r=>(0,t.dynamicRef)(r,r.schema)};return jt.default=
332
- e,jt}var Mi;function ff(){if(Mi)return Nt;Mi=1,Object.defineProperty(Nt,"__esModule",{value:!0});const t=Pi(),e=Di(),r=uf(),n=lf(),i=[t.default,e.default,r.default,n.default];return Nt.default=i,Nt}var Dt={},qt={},Ui;function pf(){if(Ui)return qt;Ui=1,Object.defineProperty(qt,"__esModule",{value:!0});const t=gs(),e={keyword:"dependentRequired",type:"object",schemaType:"object",error:t.error,code:r=>(0,t.validatePropertyDeps)(r)};return qt.default=e,qt}var Ht={},Fi;function df(){if(Fi)return Ht;Fi=
333
- 1,Object.defineProperty(Ht,"__esModule",{value:!0});const t=gs(),e={keyword:"dependentSchemas",type:"object",schemaType:"object",code:r=>(0,t.validateSchemaDeps)(r)};return Ht.default=e,Ht}var Mt={},Gi;function hf(){if(Gi)return Mt;Gi=1,Object.defineProperty(Mt,"__esModule",{value:!0});const t=wt(),e={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:r,parentSchema:n,it:i}){n.contains===void 0&&(0,t.checkStrictMode)(i,`"${r}" without "contains" is ignored`)}};return Mt.
334
- default=e,Mt}var Bi;function mf(){if(Bi)return Dt;Bi=1,Object.defineProperty(Dt,"__esModule",{value:!0});const t=pf(),e=df(),r=hf(),n=[t.default,e.default,r.default];return Dt.default=n,Dt}var Ut={},Ft={},Vi;function gf(){if(Vi)return Ft;Vi=1,Object.defineProperty(Ft,"__esModule",{value:!0});const t=it(),e=wt(),r=sr(),i={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],trackErrors:!0,error:{message:"must NOT have unevaluated properties",params:({params:a})=>(0,t._)`{unevaluatedProperty: ${a.
335
- unevaluatedProperty}}`},code(a){const{gen:s,schema:o,data:c,errsCount:u,it:l}=a;if(!u)throw new Error("ajv implementation error");const{allErrors:f,props:p}=l;p instanceof t.Name?s.if((0,t._)`${p} !== true`,()=>s.forIn("key",c,m=>s.if(v(p,m),()=>d(m)))):p!==!0&&s.forIn("key",c,m=>p===void 0?d(m):s.if(w(p,m),()=>d(m))),l.props=!0,a.ok((0,t._)`${u} === ${r.default.errors}`);function d(m){if(o===!1){a.setParams({unevaluatedProperty:m}),a.error(),f||s.break();return}if(!(0,e.alwaysValidSchema)(l,o)){
336
- const g=s.name("valid");a.subschema({keyword:"unevaluatedProperties",dataProp:m,dataPropType:e.Type.Str},g),f||s.if((0,t.not)(g),()=>s.break())}}function v(m,g){return(0,t._)`!${m} || !${m}[${g}]`}function w(m,g){const T=[];for(const h in m)m[h]===!0&&T.push((0,t._)`${g} !== ${h}`);return(0,t.and)(...T)}}};return Ft.default=i,Ft}var Gt={},zi;function yf(){if(zi)return Gt;zi=1,Object.defineProperty(Gt,"__esModule",{value:!0});const t=it(),e=wt(),n={keyword:"unevaluatedItems",type:"array",schemaType:[
337
- "boolean","object"],error:{message:({params:{len:i}})=>(0,t.str)`must NOT have more than ${i} items`,params:({params:{len:i}})=>(0,t._)`{limit: ${i}}`},code(i){const{gen:a,schema:s,data:o,it:c}=i,u=c.items||0;if(u===!0)return;const l=a.const("len",(0,t._)`${o}.length`);if(s===!1)i.setParams({len:u}),i.fail((0,t._)`${l} > ${u}`);else if(typeof s=="object"&&!(0,e.alwaysValidSchema)(c,s)){const p=a.var("valid",(0,t._)`${l} <= ${u}`);a.if((0,t.not)(p),()=>f(p,u)),i.ok(p)}c.items=!0;function f(p,d){a.
338
- forRange("i",d,l,v=>{i.subschema({keyword:"unevaluatedItems",dataProp:v,dataPropType:e.Type.Num},p),c.allErrors||a.if((0,t.not)(p),()=>a.break())})}}};return Gt.default=n,Gt}var Wi;function wf(){if(Wi)return Ut;Wi=1,Object.defineProperty(Ut,"__esModule",{value:!0});const t=gf(),e=yf(),r=[t.default,e.default];return Ut.default=r,Ut}var Xi;function vf(){if(Xi)return kt;Xi=1,Object.defineProperty(kt,"__esModule",{value:!0});const t=Nc(),e=Pc(),r=jc(),n=ff(),i=mf(),a=wf(),s=Dc(),o=qc(),c=[n.default,
339
- t.default,e.default,(0,r.default)(!0),s.default,o.metadataVocabulary,o.contentVocabulary,i.default,a.default];return kt.default=c,kt}var Bt={};const Ki="https://json-schema.org/draft/2020-12/schema",Yi="https://json-schema.org/draft/2020-12/schema",Ji={"https://json-schema.org/draft/2020-12/vocab/core":!0,"https://json-schema.org/draft/2020-12/vocab/applicator":!0,"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0,"https://json-schema.org/draft/2020-12/vocab/validation":!0,"https://jso\
340
- n-schema.org/draft/2020-12/vocab/meta-data":!0,"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0,"https://json-schema.org/draft/2020-12/vocab/content":!0},Qi="meta",Zi="Core and Validation specifications meta-schema",eo=[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/unevaluated"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format-annotation"},{$ref:"meta/content"}],to=["object","boolean"],ro="This meta-schema also defines keywords that have appeared in\
341
- previous drafts in order to prevent incompatible extensions as they remain in common use.",no={definitions:{$comment:'"definitions" has been replaced by "$defs".',type:"object",additionalProperties:{$dynamicRef:"#meta"},deprecated:!0,default:{}},dependencies:{$comment:'"dependencies" has been split and replaced by "dependentSchemas" and "dependentRequired" in order to serve their differing semantics.',type:"object",additionalProperties:{anyOf:[{$dynamicRef:"#meta"},{$ref:"meta/validation#/$defs\
342
- /stringArray"}]},deprecated:!0,default:{}},$recursiveAnchor:{$comment:'"$recursiveAnchor" has been replaced by "$dynamicAnchor".',$ref:"meta/core#/$defs/anchorString",deprecated:!0},$recursiveRef:{$comment:'"$recursiveRef" has been replaced by "$dynamicRef".',$ref:"meta/core#/$defs/uriReferenceString",deprecated:!0}},$f={$schema:Ki,$id:Yi,$vocabulary:Ji,$dynamicAnchor:Qi,title:Zi,allOf:eo,type:to,$comment:ro,properties:no},bf={__proto__:null,$comment:ro,$dynamicAnchor:Qi,$id:Yi,$schema:Ki,$vocabulary:Ji,
343
- allOf:eo,default:$f,properties:no,title:Zi,type:to},Ef=Ie(bf),so="https://json-schema.org/draft/2020-12/schema",io="https://json-schema.org/draft/2020-12/meta/applicator",oo={"https://json-schema.org/draft/2020-12/vocab/applicator":!0},ao="meta",co="Applicator vocabulary meta-schema",uo=["object","boolean"],lo={prefixItems:{$ref:"#/$defs/schemaArray"},items:{$dynamicRef:"#meta"},contains:{$dynamicRef:"#meta"},additionalProperties:{$dynamicRef:"#meta"},properties:{type:"object",additionalProperties:{
344
- $dynamicRef:"#meta"},default:{}},patternProperties:{type:"object",additionalProperties:{$dynamicRef:"#meta"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$dynamicRef:"#meta"},default:{}},propertyNames:{$dynamicRef:"#meta"},if:{$dynamicRef:"#meta"},then:{$dynamicRef:"#meta"},else:{$dynamicRef:"#meta"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$dynamicRef:"#meta"}},fo={schemaArray:{
345
- type:"array",minItems:1,items:{$dynamicRef:"#meta"}}},Rf={$schema:so,$id:io,$vocabulary:oo,$dynamicAnchor:ao,title:co,type:uo,properties:lo,$defs:fo},Sf={__proto__:null,$defs:fo,$dynamicAnchor:ao,$id:io,$schema:so,$vocabulary:oo,default:Rf,properties:lo,title:co,type:uo},Af=Ie(Sf),po="https://json-schema.org/draft/2020-12/schema",ho="https://json-schema.org/draft/2020-12/meta/unevaluated",mo={"https://json-schema.org/draft/2020-12/vocab/unevaluated":!0},go="meta",yo="Unevaluated applicator vocab\
346
- ulary meta-schema",wo=["object","boolean"],vo={unevaluatedItems:{$dynamicRef:"#meta"},unevaluatedProperties:{$dynamicRef:"#meta"}},_f={$schema:po,$id:ho,$vocabulary:mo,$dynamicAnchor:go,title:yo,type:wo,properties:vo},Cf={__proto__:null,$dynamicAnchor:go,$id:ho,$schema:po,$vocabulary:mo,default:_f,properties:vo,title:yo,type:wo},xf=Ie(Cf),$o="https://json-schema.org/draft/2020-12/schema",bo="https://json-schema.org/draft/2020-12/meta/content",Eo={"https://json-schema.org/draft/2020-12/vocab/cont\
347
- ent":!0},Ro="meta",So="Content vocabulary meta-schema",Ao=["object","boolean"],_o={contentEncoding:{type:"string"},contentMediaType:{type:"string"},contentSchema:{$dynamicRef:"#meta"}},Tf={$schema:$o,$id:bo,$vocabulary:Eo,$dynamicAnchor:Ro,title:So,type:Ao,properties:_o},If={__proto__:null,$dynamicAnchor:Ro,$id:bo,$schema:$o,$vocabulary:Eo,default:Tf,properties:_o,title:So,type:Ao},Of=Ie(If),Co="https://json-schema.org/draft/2020-12/schema",xo="https://json-schema.org/draft/2020-12/meta/core",To={
348
- "https://json-schema.org/draft/2020-12/vocab/core":!0},Io="meta",Oo="Core vocabulary meta-schema",Lo=["object","boolean"],ko={$id:{$ref:"#/$defs/uriReferenceString",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{$ref:"#/$defs/uriString"},$ref:{$ref:"#/$defs/uriReferenceString"},$anchor:{$ref:"#/$defs/anchorString"},$dynamicRef:{$ref:"#/$defs/uriReferenceString"},$dynamicAnchor:{$ref:"#/$defs/anchorString"},$vocabulary:{type:"object",propertyNames:{$ref:"#/$defs/uriStri\
349
- ng"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$dynamicRef:"#meta"}}},No={anchorString:{type:"string",pattern:"^[A-Za-z_][-A-Za-z0-9._]*$"},uriString:{type:"string",format:"uri"},uriReferenceString:{type:"string",format:"uri-reference"}},Lf={$schema:Co,$id:xo,$vocabulary:To,$dynamicAnchor:Io,title:Oo,type:Lo,properties:ko,$defs:No},kf={__proto__:null,$defs:No,$dynamicAnchor:Io,$id:xo,$schema:Co,$vocabulary:To,default:Lf,properties:ko,
350
- title:Oo,type:Lo},Nf=Ie(kf),Po="https://json-schema.org/draft/2020-12/schema",jo="https://json-schema.org/draft/2020-12/meta/format-annotation",Do={"https://json-schema.org/draft/2020-12/vocab/format-annotation":!0},qo="meta",Ho="Format vocabulary meta-schema for annotation results",Mo=["object","boolean"],Uo={format:{type:"string"}},Pf={$schema:Po,$id:jo,$vocabulary:Do,$dynamicAnchor:qo,title:Ho,type:Mo,properties:Uo},jf={__proto__:null,$dynamicAnchor:qo,$id:jo,$schema:Po,$vocabulary:Do,default:Pf,
351
- properties:Uo,title:Ho,type:Mo},Df=Ie(jf),Fo="https://json-schema.org/draft/2020-12/schema",Go="https://json-schema.org/draft/2020-12/meta/meta-data",Bo={"https://json-schema.org/draft/2020-12/vocab/meta-data":!0},Vo="meta",zo="Meta-data vocabulary meta-schema",Wo=["object","boolean"],Xo={title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}},qf={
352
- $schema:Fo,$id:Go,$vocabulary:Bo,$dynamicAnchor:Vo,title:zo,type:Wo,properties:Xo},Hf={__proto__:null,$dynamicAnchor:Vo,$id:Go,$schema:Fo,$vocabulary:Bo,default:qf,properties:Xo,title:zo,type:Wo},Mf=Ie(Hf),Ko="https://json-schema.org/draft/2020-12/schema",Yo="https://json-schema.org/draft/2020-12/meta/validation",Jo={"https://json-schema.org/draft/2020-12/vocab/validation":!0},Qo="meta",Zo="Validation vocabulary meta-schema",ea=["object","boolean"],ta={type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{
353
- type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]},const:!0,enum:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntege\
354
- rDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}}},ra={nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",
355
- default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},Uf={$schema:Ko,$id:Yo,$vocabulary:Jo,$dynamicAnchor:Qo,title:Zo,type:ea,properties:ta,$defs:ra},Ff={__proto__:null,$defs:ra,$dynamicAnchor:Qo,$id:Yo,$schema:Ko,$vocabulary:Jo,default:Uf,properties:ta,title:Zo,type:ea},Gf=Ie(Ff);var na;function Bf(){if(na)return Bt;na=1,Object.defineProperty(Bt,"__esModule",{value:!0});const t=Ef,
356
- e=Af,r=xf,n=Of,i=Nf,a=Df,s=Mf,o=Gf,c=["/properties"];function u(l){return[t,e,r,n,i,f(this,a),s,f(this,o)].forEach(p=>this.addMetaSchema(p,void 0,!1)),this;function f(p,d){return l?p.$dataMetaSchema(d,c):d}}return Bt.default=u,Bt}var sa;function Vf(){return sa||(sa=1,(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv2020=void 0;const r=Hc(),n=vf(),i=Mc(),a=Bf(),s="https://json-schema.\
357
- org/draft/2020-12/schema";class o extends r.default{constructor(d={}){super({...d,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),n.default.forEach(d=>this.addVocabulary(d)),this.opts.discriminator&&this.addKeyword(i.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();const{$data:d,meta:v}=this.opts;v&&(a.default.call(this,d),this.refs["http://json-schema.org/schema"]=s)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(
358
- s)?s:void 0)}}e.Ajv2020=o,t.exports=e=o,t.exports.Ajv2020=o,Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var c=Uc();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return c.KeywordCxt}});var u=it();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return u._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(e,"nil",{
359
- enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return u.CodeGen}});var l=Fc();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return l.default}});var f=Gc();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return f.default}})})(Lt,Lt.exports)),Lt.exports}var zf=Vf();const Wf=(t,e,r,n)=>{if(r==="length"||r==="pro\
360
- totype"||r==="arguments"||r==="caller")return;const i=Object.getOwnPropertyDescriptor(t,r),a=Object.getOwnPropertyDescriptor(e,r);!Xf(i,a)&&n||Object.defineProperty(t,r,a)},Xf=function(t,e){return t===void 0||t.configurable||t.writable===e.writable&&t.enumerable===e.enumerable&&t.configurable===e.configurable&&(t.writable||t.value===e.value)},Kf=(t,e)=>{const r=Object.getPrototypeOf(e);r!==Object.getPrototypeOf(t)&&Object.setPrototypeOf(t,r)},Yf=(t,e)=>`/* Wrapped ${t}*/
361
- ${e}`,Jf=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),Qf=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),Zf=(t,e,r)=>{const n=r===""?"":`with ${r.trim()}() `,i=Yf.bind(null,n,e.toString());Object.defineProperty(i,"name",Qf);const{writable:a,enumerable:s,configurable:o}=Jf;Object.defineProperty(t,"toString",{value:i,writable:a,enumerable:s,configurable:o})};function ep(t,e,{ignoreNonConfigurable:r=!1}={}){const{name:n}=t;for(const i of Reflect.ownKeys(e))Wf(t,
362
- e,i,r);return Kf(t,e),Zf(t,e,n),t}const ia=(t,e={})=>{if(typeof t!="function")throw new TypeError(`Expected the first argument to be a function, got \`${typeof t}\``);const{wait:r=0,maxWait:n=Number.POSITIVE_INFINITY,before:i=!1,after:a=!0}=e;if(r<0||n<0)throw new RangeError("`wait` and `maxWait` must not be negative.");if(!i&&!a)throw new Error("Both `before` and `after` are false, function wouldn't be called.");let s,o,c;const u=function(...l){const f=this,p=()=>{s=void 0,o&&(clearTimeout(o),o=
363
- void 0),a&&(c=t.apply(f,l))},d=()=>{o=void 0,s&&(clearTimeout(s),s=void 0),a&&(c=t.apply(f,l))},v=i&&!s;return clearTimeout(s),s=setTimeout(p,r),n>0&&n!==Number.POSITIVE_INFINITY&&!o&&(o=setTimeout(d,n)),v&&(c=t.apply(f,l)),c};return ep(u,t),u.cancel=()=>{s&&(clearTimeout(s),s=void 0),o&&(clearTimeout(o),o=void 0)},u};var Vt={exports:{}},en,oa;function zt(){if(oa)return en;oa=1;const t="2.0.0",e=256,r=Number.MAX_SAFE_INTEGER||9007199254740991,n=16,i=e-6;return en={MAX_LENGTH:e,MAX_SAFE_COMPONENT_LENGTH:n,
364
- MAX_SAFE_BUILD_LENGTH:i,MAX_SAFE_INTEGER:r,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:t,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},en}var tn,aa;function Wt(){return aa||(aa=1,tn=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{}),tn}var ca;function pt(){return ca||(ca=1,(function(t,e){const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,
365
- MAX_LENGTH:i}=zt(),a=Wt();e=t.exports={};const s=e.re=[],o=e.safeRe=[],c=e.src=[],u=e.safeSrc=[],l=e.t={};let f=0;const p="[a-zA-Z0-9-]",d=[["\\s",1],["\\d",i],[p,n]],v=m=>{for(const[g,T]of d)m=m.split(`${g}*`).join(`${g}{0,${T}}`).split(`${g}+`).join(`${g}{1,${T}}`);return m},w=(m,g,T)=>{const h=v(g),S=f++;a(m,S,g),l[m]=S,c[S]=g,u[S]=h,s[S]=new RegExp(g,T?"g":void 0),o[S]=new RegExp(h,T?"g":void 0)};w("NUMERICIDENTIFIER","0|[1-9]\\d*"),w("NUMERICIDENTIFIERLOOSE","\\d+"),w("NONNUMERICIDENTIFIER",
366
- `\\d*[a-zA-Z-]${p}*`),w("MAINVERSION",`(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`),w("MAINVERSIONLOOSE",`(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`),w("PRERELEASEIDENTIFIER",`(?:${c[l.NONNUMERICIDENTIFIER]}|${c[l.NUMERICIDENTIFIER]})`),w("PRERELEASEIDENTIFIERLOOSE",`(?:${c[l.NONNUMERICIDENTIFIER]}|${c[l.NUMERICIDENTIFIERLOOSE]})`),w("PRERELEASE",`(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.
367
- PRERELEASEIDENTIFIER]})*))`),w("PRERELEASELOOSE",`(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`),w("BUILDIDENTIFIER",`${p}+`),w("BUILD",`(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`),w("FULLPLAIN",`v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`),w("FULL",`^${c[l.FULLPLAIN]}$`),w("LOOSEPLAIN",`[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`),w("LOOSE",`^${c[l.LOOSEPLAIN]}$`),w("GTLT","((?:<|>)?=?)"),w("XRAN\
368
- GEIDENTIFIERLOOSE",`${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),w("XRANGEIDENTIFIER",`${c[l.NUMERICIDENTIFIER]}|x|X|\\*`),w("XRANGEPLAIN",`[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`),w("XRANGEPLAINLOOSE",`[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`),w("XRANGE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}\
369
- $`),w("XRANGELOOSE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`),w("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),w("COERCE",`${c[l.COERCEPLAIN]}(?:$|[^\\d])`),w("COERCEFULL",c[l.COERCEPLAIN]+`(?:${c[l.PRERELEASE]})?(?:${c[l.BUILD]})?(?:$|[^\\d])`),w("COERCERTL",c[l.COERCE],!0),w("COERCERTLFULL",c[l.COERCEFULL],!0),w("LONETILDE","(?:~>?)"),w("TILDETRIM",`(\\s*)${c[l.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",w("TILDE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}\
370
- $`),w("TILDELOOSE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`),w("LONECARET","(?:\\^)"),w("CARETTRIM",`(\\s*)${c[l.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",w("CARET",`^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`),w("CARETLOOSE",`^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`),w("COMPARATORLOOSE",`^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`),w("COMPARATOR",`^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`),w("COMPARATORTRIM",`(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace=
371
- "$1$2$3",w("HYPHENRANGE",`^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`),w("HYPHENRANGELOOSE",`^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`),w("STAR","(<|>)?=?\\s*\\*"),w("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),w("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(Vt,Vt.exports)),Vt.exports}var rn,ua;function nn(){if(ua)return rn;ua=1;const t=Object.freeze({loose:!0}),e=Object.freeze({});return rn=n=>n?typeof n!="object"?t:n:e,rn}var sn,la;function fa(){if(la)return sn;
372
- la=1;const t=/^[0-9]+$/,e=(n,i)=>{if(typeof n=="number"&&typeof i=="number")return n===i?0:n<i?-1:1;const a=t.test(n),s=t.test(i);return a&&s&&(n=+n,i=+i),n===i?0:a&&!s?-1:s&&!a?1:n<i?-1:1};return sn={compareIdentifiers:e,rcompareIdentifiers:(n,i)=>e(i,n)},sn}var on,pa;function he(){if(pa)return on;pa=1;const t=Wt(),{MAX_LENGTH:e,MAX_SAFE_INTEGER:r}=zt(),{safeRe:n,t:i}=pt(),a=nn(),{compareIdentifiers:s}=fa();class o{constructor(u,l){if(l=a(l),u instanceof o){if(u.loose===!!l.loose&&u.includePrerelease===
373
- !!l.includePrerelease)return u;u=u.version}else if(typeof u!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof u}".`);if(u.length>e)throw new TypeError(`version is longer than ${e} characters`);t("SemVer",u,l),this.options=l,this.loose=!!l.loose,this.includePrerelease=!!l.includePrerelease;const f=u.trim().match(l.loose?n[i.LOOSE]:n[i.FULL]);if(!f)throw new TypeError(`Invalid Version: ${u}`);if(this.raw=u,this.major=+f[1],this.minor=+f[2],this.patch=+f[3],this.major>
374
- r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");f[4]?this.prerelease=f[4].split(".").map(p=>{if(/^[0-9]+$/.test(p)){const d=+p;if(d>=0&&d<r)return d}return p}):this.prerelease=[],this.build=f[5]?f[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=
375
- `-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(u){if(t("SemVer.compare",this.version,this.options,u),!(u instanceof o)){if(typeof u=="string"&&u===this.version)return 0;u=new o(u,this.options)}return u.version===this.version?0:this.compareMain(u)||this.comparePre(u)}compareMain(u){return u instanceof o||(u=new o(u,this.options)),this.major<u.major?-1:this.major>u.major?1:this.minor<u.minor?-1:this.minor>u.minor?1:this.patch<u.patch?-1:this.patch>u.patch?1:0}comparePre(u){
376
- if(u instanceof o||(u=new o(u,this.options)),this.prerelease.length&&!u.prerelease.length)return-1;if(!this.prerelease.length&&u.prerelease.length)return 1;if(!this.prerelease.length&&!u.prerelease.length)return 0;let l=0;do{const f=this.prerelease[l],p=u.prerelease[l];if(t("prerelease compare",l,f,p),f===void 0&&p===void 0)return 0;if(p===void 0)return 1;if(f===void 0)return-1;if(f===p)continue;return s(f,p)}while(++l)}compareBuild(u){u instanceof o||(u=new o(u,this.options));let l=0;do{const f=this.
377
- build[l],p=u.build[l];if(t("build compare",l,f,p),f===void 0&&p===void 0)return 0;if(p===void 0)return 1;if(f===void 0)return-1;if(f===p)continue;return s(f,p)}while(++l)}inc(u,l,f){if(u.startsWith("pre")){if(!l&&f===!1)throw new Error("invalid increment argument: identifier is empty");if(l){const p=`-${l}`.match(this.options.loose?n[i.PRERELEASELOOSE]:n[i.PRERELEASE]);if(!p||p[1]!==l)throw new Error(`invalid identifier: ${l}`)}}switch(u){case"premajor":this.prerelease.length=0,this.patch=0,this.
378
- minor=0,this.major++,this.inc("pre",l,f);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",l,f);break;case"prepatch":this.prerelease.length=0,this.inc("patch",l,f),this.inc("pre",l,f);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",l,f),this.inc("pre",l,f);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.
379
- prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const p=Number(f)?1:0;if(this.prerelease.length===0)this.prerelease=[p];else{let d=this.prerelease.length;for(;--d>=0;)typeof this.prerelease[d]=="number"&&(this.prerelease[d]++,d=-2);if(d===-1){if(l===this.prerelease.
380
- join(".")&&f===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(p)}}if(l){let d=[l,p];f===!1&&(d=[l]),s(this.prerelease[0],l)===0?isNaN(this.prerelease[1])&&(this.prerelease=d):this.prerelease=d}break}default:throw new Error(`invalid increment argument: ${u}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return on=o,on}var an,da;function tt(){if(da)return an;da=1;const t=he();return an=(r,n,i=!1)=>{if(r instanceof
381
- t)return r;try{return new t(r,n)}catch(a){if(!i)return null;throw a}},an}var cn,ha;function tp(){if(ha)return cn;ha=1;const t=tt();return cn=(r,n)=>{const i=t(r,n);return i?i.version:null},cn}var un,ma;function rp(){if(ma)return un;ma=1;const t=tt();return un=(r,n)=>{const i=t(r.trim().replace(/^[=v]+/,""),n);return i?i.version:null},un}var ln,ga;function np(){if(ga)return ln;ga=1;const t=he();return ln=(r,n,i,a,s)=>{typeof i=="string"&&(s=a,a=i,i=void 0);try{return new t(r instanceof t?r.version:
382
- r,i).inc(n,a,s).version}catch{return null}},ln}var fn,ya;function sp(){if(ya)return fn;ya=1;const t=tt();return fn=(r,n)=>{const i=t(r,null,!0),a=t(n,null,!0),s=i.compare(a);if(s===0)return null;const o=s>0,c=o?i:a,u=o?a:i,l=!!c.prerelease.length;if(!!u.prerelease.length&&!l){if(!u.patch&&!u.minor)return"major";if(u.compareMain(c)===0)return u.minor&&!u.patch?"minor":"patch"}const p=l?"pre":"";return i.major!==a.major?p+"major":i.minor!==a.minor?p+"minor":i.patch!==a.patch?p+"patch":"prerelease"},
383
- fn}var pn,wa;function ip(){if(wa)return pn;wa=1;const t=he();return pn=(r,n)=>new t(r,n).major,pn}var dn,va;function op(){if(va)return dn;va=1;const t=he();return dn=(r,n)=>new t(r,n).minor,dn}var hn,$a;function ap(){if($a)return hn;$a=1;const t=he();return hn=(r,n)=>new t(r,n).patch,hn}var mn,ba;function cp(){if(ba)return mn;ba=1;const t=tt();return mn=(r,n)=>{const i=t(r,n);return i&&i.prerelease.length?i.prerelease:null},mn}var gn,Ea;function be(){if(Ea)return gn;Ea=1;const t=he();return gn=(r,n,i)=>new t(
384
- r,i).compare(new t(n,i)),gn}var yn,Ra;function up(){if(Ra)return yn;Ra=1;const t=be();return yn=(r,n,i)=>t(n,r,i),yn}var wn,Sa;function lp(){if(Sa)return wn;Sa=1;const t=be();return wn=(r,n)=>t(r,n,!0),wn}var vn,Aa;function $n(){if(Aa)return vn;Aa=1;const t=he();return vn=(r,n,i)=>{const a=new t(r,i),s=new t(n,i);return a.compare(s)||a.compareBuild(s)},vn}var bn,_a;function fp(){if(_a)return bn;_a=1;const t=$n();return bn=(r,n)=>r.sort((i,a)=>t(i,a,n)),bn}var En,Ca;function pp(){if(Ca)return En;
385
- Ca=1;const t=$n();return En=(r,n)=>r.sort((i,a)=>t(a,i,n)),En}var Rn,xa;function Xt(){if(xa)return Rn;xa=1;const t=be();return Rn=(r,n,i)=>t(r,n,i)>0,Rn}var Sn,Ta;function An(){if(Ta)return Sn;Ta=1;const t=be();return Sn=(r,n,i)=>t(r,n,i)<0,Sn}var _n,Ia;function Oa(){if(Ia)return _n;Ia=1;const t=be();return _n=(r,n,i)=>t(r,n,i)===0,_n}var Cn,La;function ka(){if(La)return Cn;La=1;const t=be();return Cn=(r,n,i)=>t(r,n,i)!==0,Cn}var xn,Na;function Tn(){if(Na)return xn;Na=1;const t=be();return xn=(r,n,i)=>t(
386
- r,n,i)>=0,xn}var In,Pa;function On(){if(Pa)return In;Pa=1;const t=be();return In=(r,n,i)=>t(r,n,i)<=0,In}var Ln,ja;function Da(){if(ja)return Ln;ja=1;const t=Oa(),e=ka(),r=Xt(),n=Tn(),i=An(),a=On();return Ln=(o,c,u,l)=>{switch(c){case"===":return typeof o=="object"&&(o=o.version),typeof u=="object"&&(u=u.version),o===u;case"!==":return typeof o=="object"&&(o=o.version),typeof u=="object"&&(u=u.version),o!==u;case"":case"=":case"==":return t(o,u,l);case"!=":return e(o,u,l);case">":return r(o,u,l);case"\
387
- >=":return n(o,u,l);case"<":return i(o,u,l);case"<=":return a(o,u,l);default:throw new TypeError(`Invalid operator: ${c}`)}},Ln}var kn,qa;function dp(){if(qa)return kn;qa=1;const t=he(),e=tt(),{safeRe:r,t:n}=pt();return kn=(a,s)=>{if(a instanceof t)return a;if(typeof a=="number"&&(a=String(a)),typeof a!="string")return null;s=s||{};let o=null;if(!s.rtl)o=a.match(s.includePrerelease?r[n.COERCEFULL]:r[n.COERCE]);else{const d=s.includePrerelease?r[n.COERCERTLFULL]:r[n.COERCERTL];let v;for(;(v=d.exec(
388
- a))&&(!o||o.index+o[0].length!==a.length);)(!o||v.index+v[0].length!==o.index+o[0].length)&&(o=v),d.lastIndex=v.index+v[1].length+v[2].length;d.lastIndex=-1}if(o===null)return null;const c=o[2],u=o[3]||"0",l=o[4]||"0",f=s.includePrerelease&&o[5]?`-${o[5]}`:"",p=s.includePrerelease&&o[6]?`+${o[6]}`:"";return e(`${c}.${u}.${l}${f}${p}`,s)},kn}var Nn,Ha;function hp(){if(Ha)return Nn;Ha=1;class t{constructor(){this.max=1e3,this.map=new Map}get(r){const n=this.map.get(r);if(n!==void 0)return this.map.
389
- delete(r),this.map.set(r,n),n}delete(r){return this.map.delete(r)}set(r,n){if(!this.delete(r)&&n!==void 0){if(this.map.size>=this.max){const a=this.map.keys().next().value;this.delete(a)}this.map.set(r,n)}return this}}return Nn=t,Nn}var Pn,Ma;function Ee(){if(Ma)return Pn;Ma=1;const t=/\s+/g;class e{constructor(C,k){if(k=i(k),C instanceof e)return C.loose===!!k.loose&&C.includePrerelease===!!k.includePrerelease?C:new e(C.raw,k);if(C instanceof a)return this.raw=C.value,this.set=[[C]],this.formatted=
390
- void 0,this;if(this.options=k,this.loose=!!k.loose,this.includePrerelease=!!k.includePrerelease,this.raw=C.trim().replace(t," "),this.set=this.raw.split("||").map(O=>this.parseRange(O.trim())).filter(O=>O.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const O=this.set[0];if(this.set=this.set.filter(P=>!w(P[0])),this.set.length===0)this.set=[O];else if(this.set.length>1){for(const P of this.set)if(P.length===1&&m(P[0])){this.set=[P];break}}}
391
- this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let C=0;C<this.set.length;C++){C>0&&(this.formatted+="||");const k=this.set[C];for(let O=0;O<k.length;O++)O>0&&(this.formatted+=" "),this.formatted+=k[O].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(C){const O=((this.options.includePrerelease&&d)|(this.options.loose&&v))+":"+C,P=n.get(O);if(P)return P;const D=this.options.loose,H=D?c[u.HYPHENRANGELOOSE]:
392
- c[u.HYPHENRANGE];C=C.replace(H,F(this.options.includePrerelease)),s("hyphen replace",C),C=C.replace(c[u.COMPARATORTRIM],l),s("comparator trim",C),C=C.replace(c[u.TILDETRIM],f),s("tilde trim",C),C=C.replace(c[u.CARETTRIM],p),s("caret trim",C);let $=C.split(" ").map(R=>T(R,this.options)).join(" ").split(/\s+/).map(R=>V(R,this.options));D&&($=$.filter(R=>(s("loose invalid filter",R,this.options),!!R.match(c[u.COMPARATORLOOSE])))),s("range list",$);const U=new Map,J=$.map(R=>new a(R,this.options));for(const R of J){
393
- if(w(R))return[R];U.set(R.value,R)}U.size>1&&U.has("")&&U.delete("");const Q=[...U.values()];return n.set(O,Q),Q}intersects(C,k){if(!(C instanceof e))throw new TypeError("a Range is required");return this.set.some(O=>g(O,k)&&C.set.some(P=>g(P,k)&&O.every(D=>P.every(H=>D.intersects(H,k)))))}test(C){if(!C)return!1;if(typeof C=="string")try{C=new o(C,this.options)}catch{return!1}for(let k=0;k<this.set.length;k++)if(L(this.set[k],C,this.options))return!0;return!1}}Pn=e;const r=hp(),n=new r,i=nn(),a=Kt(),
394
- s=Wt(),o=he(),{safeRe:c,t:u,comparatorTrimReplace:l,tildeTrimReplace:f,caretTrimReplace:p}=pt(),{FLAG_INCLUDE_PRERELEASE:d,FLAG_LOOSE:v}=zt(),w=I=>I.value==="<0.0.0-0",m=I=>I.value==="",g=(I,C)=>{let k=!0;const O=I.slice();let P=O.pop();for(;k&&O.length;)k=O.every(D=>P.intersects(D,C)),P=O.pop();return k},T=(I,C)=>(I=I.replace(c[u.BUILD],""),s("comp",I,C),I=A(I,C),s("caret",I),I=S(I,C),s("tildes",I),I=x(I,C),s("xrange",I),I=M(I,C),s("stars",I),I),h=I=>!I||I.toLowerCase()==="x"||I==="*",S=(I,C)=>I.
395
- trim().split(/\s+/).map(k=>E(k,C)).join(" "),E=(I,C)=>{const k=C.loose?c[u.TILDELOOSE]:c[u.TILDE];return I.replace(k,(O,P,D,H,$)=>{s("tilde",I,O,P,D,H,$);let U;return h(P)?U="":h(D)?U=`>=${P}.0.0 <${+P+1}.0.0-0`:h(H)?U=`>=${P}.${D}.0 <${P}.${+D+1}.0-0`:$?(s("replaceTilde pr",$),U=`>=${P}.${D}.${H}-${$} <${P}.${+D+1}.0-0`):U=`>=${P}.${D}.${H} <${P}.${+D+1}.0-0`,s("tilde return",U),U})},A=(I,C)=>I.trim().split(/\s+/).map(k=>b(k,C)).join(" "),b=(I,C)=>{s("caret",I,C);const k=C.loose?c[u.CARETLOOSE]:
396
- c[u.CARET],O=C.includePrerelease?"-0":"";return I.replace(k,(P,D,H,$,U)=>{s("caret",I,P,D,H,$,U);let J;return h(D)?J="":h(H)?J=`>=${D}.0.0${O} <${+D+1}.0.0-0`:h($)?D==="0"?J=`>=${D}.${H}.0${O} <${D}.${+H+1}.0-0`:J=`>=${D}.${H}.0${O} <${+D+1}.0.0-0`:U?(s("replaceCaret pr",U),D==="0"?H==="0"?J=`>=${D}.${H}.${$}-${U} <${D}.${H}.${+$+1}-0`:J=`>=${D}.${H}.${$}-${U} <${D}.${+H+1}.0-0`:J=`>=${D}.${H}.${$}-${U} <${+D+1}.0.0-0`):(s("no pr"),D==="0"?H==="0"?J=`>=${D}.${H}.${$}${O} <${D}.${H}.${+$+1}-0`:J=
397
- `>=${D}.${H}.${$}${O} <${D}.${+H+1}.0-0`:J=`>=${D}.${H}.${$} <${+D+1}.0.0-0`),s("caret return",J),J})},x=(I,C)=>(s("replaceXRanges",I,C),I.split(/\s+/).map(k=>q(k,C)).join(" ")),q=(I,C)=>{I=I.trim();const k=C.loose?c[u.XRANGELOOSE]:c[u.XRANGE];return I.replace(k,(O,P,D,H,$,U)=>{s("xRange",I,O,P,D,H,$,U);const J=h(D),Q=J||h(H),R=Q||h($),_=R;return P==="="&&_&&(P=""),U=C.includePrerelease?"-0":"",J?P===">"||P==="<"?O="<0.0.0-0":O="*":P&&_?(Q&&(H=0),$=0,P===">"?(P=">=",Q?(D=+D+1,H=0,$=0):(H=+H+1,$=
398
- 0)):P==="<="&&(P="<",Q?D=+D+1:H=+H+1),P==="<"&&(U="-0"),O=`${P+D}.${H}.${$}${U}`):Q?O=`>=${D}.0.0${U} <${+D+1}.0.0-0`:R&&(O=`>=${D}.${H}.0${U} <${D}.${+H+1}.0-0`),s("xRange return",O),O})},M=(I,C)=>(s("replaceStars",I,C),I.trim().replace(c[u.STAR],"")),V=(I,C)=>(s("replaceGTE0",I,C),I.trim().replace(c[C.includePrerelease?u.GTE0PRE:u.GTE0],"")),F=I=>(C,k,O,P,D,H,$,U,J,Q,R,_)=>(h(O)?k="":h(P)?k=`>=${O}.0.0${I?"-0":""}`:h(D)?k=`>=${O}.${P}.0${I?"-0":""}`:H?k=`>=${k}`:k=`>=${k}${I?"-0":""}`,h(J)?U="":
399
- h(Q)?U=`<${+J+1}.0.0-0`:h(R)?U=`<${J}.${+Q+1}.0-0`:_?U=`<=${J}.${Q}.${R}-${_}`:I?U=`<${J}.${Q}.${+R+1}-0`:U=`<=${U}`,`${k} ${U}`.trim()),L=(I,C,k)=>{for(let O=0;O<I.length;O++)if(!I[O].test(C))return!1;if(C.prerelease.length&&!k.includePrerelease){for(let O=0;O<I.length;O++)if(s(I[O].semver),I[O].semver!==a.ANY&&I[O].semver.prerelease.length>0){const P=I[O].semver;if(P.major===C.major&&P.minor===C.minor&&P.patch===C.patch)return!0}return!1}return!0};return Pn}var jn,Ua;function Kt(){if(Ua)return jn;
400
- Ua=1;const t=Symbol("SemVer ANY");class e{static get ANY(){return t}constructor(l,f){if(f=r(f),l instanceof e){if(l.loose===!!f.loose)return l;l=l.value}l=l.trim().split(/\s+/).join(" "),s("comparator",l,f),this.options=f,this.loose=!!f.loose,this.parse(l),this.semver===t?this.value="":this.value=this.operator+this.semver.version,s("comp",this)}parse(l){const f=this.options.loose?n[i.COMPARATORLOOSE]:n[i.COMPARATOR],p=l.match(f);if(!p)throw new TypeError(`Invalid comparator: ${l}`);this.operator=
401
- p[1]!==void 0?p[1]:"",this.operator==="="&&(this.operator=""),p[2]?this.semver=new o(p[2],this.options.loose):this.semver=t}toString(){return this.value}test(l){if(s("Comparator.test",l,this.options.loose),this.semver===t||l===t)return!0;if(typeof l=="string")try{l=new o(l,this.options)}catch{return!1}return a(l,this.operator,this.semver,this.options)}intersects(l,f){if(!(l instanceof e))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new c(l.value,f).
402
- test(this.value):l.operator===""?l.value===""?!0:new c(this.value,f).test(l.semver):(f=r(f),f.includePrerelease&&(this.value==="<0.0.0-0"||l.value==="<0.0.0-0")||!f.includePrerelease&&(this.value.startsWith("<0.0.0")||l.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&l.operator.startsWith(">")||this.operator.startsWith("<")&&l.operator.startsWith("<")||this.semver.version===l.semver.version&&this.operator.includes("=")&&l.operator.includes("=")||a(this.semver,"<",l.semver,f)&&this.
403
- operator.startsWith(">")&&l.operator.startsWith("<")||a(this.semver,">",l.semver,f)&&this.operator.startsWith("<")&&l.operator.startsWith(">")))}}jn=e;const r=nn(),{safeRe:n,t:i}=pt(),a=Da(),s=Wt(),o=he(),c=Ee();return jn}var Dn,Fa;function Yt(){if(Fa)return Dn;Fa=1;const t=Ee();return Dn=(r,n,i)=>{try{n=new t(n,i)}catch{return!1}return n.test(r)},Dn}var qn,Ga;function mp(){if(Ga)return qn;Ga=1;const t=Ee();return qn=(r,n)=>new t(r,n).set.map(i=>i.map(a=>a.value).join(" ").trim().split(" ")),qn}
404
- var Hn,Ba;function gp(){if(Ba)return Hn;Ba=1;const t=he(),e=Ee();return Hn=(n,i,a)=>{let s=null,o=null,c=null;try{c=new e(i,a)}catch{return null}return n.forEach(u=>{c.test(u)&&(!s||o.compare(u)===-1)&&(s=u,o=new t(s,a))}),s},Hn}var Mn,Va;function yp(){if(Va)return Mn;Va=1;const t=he(),e=Ee();return Mn=(n,i,a)=>{let s=null,o=null,c=null;try{c=new e(i,a)}catch{return null}return n.forEach(u=>{c.test(u)&&(!s||o.compare(u)===1)&&(s=u,o=new t(s,a))}),s},Mn}var Un,za;function wp(){if(za)return Un;za=
405
- 1;const t=he(),e=Ee(),r=Xt();return Un=(i,a)=>{i=new e(i,a);let s=new t("0.0.0");if(i.test(s)||(s=new t("0.0.0-0"),i.test(s)))return s;s=null;for(let o=0;o<i.set.length;++o){const c=i.set[o];let u=null;c.forEach(l=>{const f=new t(l.semver.version);switch(l.operator){case">":f.prerelease.length===0?f.patch++:f.prerelease.push(0),f.raw=f.format();case"":case">=":(!u||r(f,u))&&(u=f);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${l.operator}`)}}),u&&(!s||r(s,u))&&(s=u)}
406
- return s&&i.test(s)?s:null},Un}var Fn,Wa;function vp(){if(Wa)return Fn;Wa=1;const t=Ee();return Fn=(r,n)=>{try{return new t(r,n).range||"*"}catch{return null}},Fn}var Gn,Xa;function Bn(){if(Xa)return Gn;Xa=1;const t=he(),e=Kt(),{ANY:r}=e,n=Ee(),i=Yt(),a=Xt(),s=An(),o=On(),c=Tn();return Gn=(l,f,p,d)=>{l=new t(l,d),f=new n(f,d);let v,w,m,g,T;switch(p){case">":v=a,w=o,m=s,g=">",T=">=";break;case"<":v=s,w=c,m=a,g="<",T="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(
407
- l,f,d))return!1;for(let h=0;h<f.set.length;++h){const S=f.set[h];let E=null,A=null;if(S.forEach(b=>{b.semver===r&&(b=new e(">=0.0.0")),E=E||b,A=A||b,v(b.semver,E.semver,d)?E=b:m(b.semver,A.semver,d)&&(A=b)}),E.operator===g||E.operator===T||(!A.operator||A.operator===g)&&w(l,A.semver))return!1;if(A.operator===T&&m(l,A.semver))return!1}return!0},Gn}var Vn,Ka;function $p(){if(Ka)return Vn;Ka=1;const t=Bn();return Vn=(r,n,i)=>t(r,n,">",i),Vn}var zn,Ya;function bp(){if(Ya)return zn;Ya=1;const t=Bn();
408
- return zn=(r,n,i)=>t(r,n,"<",i),zn}var Wn,Ja;function Ep(){if(Ja)return Wn;Ja=1;const t=Ee();return Wn=(r,n,i)=>(r=new t(r,i),n=new t(n,i),r.intersects(n,i)),Wn}var Xn,Qa;function Rp(){if(Qa)return Xn;Qa=1;const t=Yt(),e=be();return Xn=(r,n,i)=>{const a=[];let s=null,o=null;const c=r.sort((p,d)=>e(p,d,i));for(const p of c)t(p,n,i)?(o=p,s||(s=p)):(o&&a.push([s,o]),o=null,s=null);s&&a.push([s,null]);const u=[];for(const[p,d]of a)p===d?u.push(p):!d&&p===c[0]?u.push("*"):d?p===c[0]?u.push(`<=${d}`):
409
- u.push(`${p} - ${d}`):u.push(`>=${p}`);const l=u.join(" || "),f=typeof n.raw=="string"?n.raw:String(n);return l.length<f.length?l:n},Xn}var Kn,Za;function Sp(){if(Za)return Kn;Za=1;const t=Ee(),e=Kt(),{ANY:r}=e,n=Yt(),i=be(),a=(f,p,d={})=>{if(f===p)return!0;f=new t(f,d),p=new t(p,d);let v=!1;e:for(const w of f.set){for(const m of p.set){const g=c(w,m,d);if(v=v||g!==null,g)continue e}if(v)return!1}return!0},s=[new e(">=0.0.0-0")],o=[new e(">=0.0.0")],c=(f,p,d)=>{if(f===p)return!0;if(f.length===1&&
410
- f[0].semver===r){if(p.length===1&&p[0].semver===r)return!0;d.includePrerelease?f=s:f=o}if(p.length===1&&p[0].semver===r){if(d.includePrerelease)return!0;p=o}const v=new Set;let w,m;for(const x of f)x.operator===">"||x.operator===">="?w=u(w,x,d):x.operator==="<"||x.operator==="<="?m=l(m,x,d):v.add(x.semver);if(v.size>1)return null;let g;if(w&&m){if(g=i(w.semver,m.semver,d),g>0)return null;if(g===0&&(w.operator!==">="||m.operator!=="<="))return null}for(const x of v){if(w&&!n(x,String(w),d)||m&&!n(
411
- x,String(m),d))return null;for(const q of p)if(!n(x,String(q),d))return!1;return!0}let T,h,S,E,A=m&&!d.includePrerelease&&m.semver.prerelease.length?m.semver:!1,b=w&&!d.includePrerelease&&w.semver.prerelease.length?w.semver:!1;A&&A.prerelease.length===1&&m.operator==="<"&&A.prerelease[0]===0&&(A=!1);for(const x of p){if(E=E||x.operator===">"||x.operator===">=",S=S||x.operator==="<"||x.operator==="<=",w){if(b&&x.semver.prerelease&&x.semver.prerelease.length&&x.semver.major===b.major&&x.semver.minor===
412
- b.minor&&x.semver.patch===b.patch&&(b=!1),x.operator===">"||x.operator===">="){if(T=u(w,x,d),T===x&&T!==w)return!1}else if(w.operator===">="&&!n(w.semver,String(x),d))return!1}if(m){if(A&&x.semver.prerelease&&x.semver.prerelease.length&&x.semver.major===A.major&&x.semver.minor===A.minor&&x.semver.patch===A.patch&&(A=!1),x.operator==="<"||x.operator==="<="){if(h=l(m,x,d),h===x&&h!==m)return!1}else if(m.operator==="<="&&!n(m.semver,String(x),d))return!1}if(!x.operator&&(m||w)&&g!==0)return!1}return!(w&&
413
- S&&!m&&g!==0||m&&E&&!w&&g!==0||b||A)},u=(f,p,d)=>{if(!f)return p;const v=i(f.semver,p.semver,d);return v>0?f:v<0||p.operator===">"&&f.operator===">="?p:f},l=(f,p,d)=>{if(!f)return p;const v=i(f.semver,p.semver,d);return v<0?f:v>0||p.operator==="<"&&f.operator==="<="?p:f};return Kn=a,Kn}var Yn,ec;function Ap(){if(ec)return Yn;ec=1;const t=pt(),e=zt(),r=he(),n=fa(),i=tt(),a=tp(),s=rp(),o=np(),c=sp(),u=ip(),l=op(),f=ap(),p=cp(),d=be(),v=up(),w=lp(),m=$n(),g=fp(),T=pp(),h=Xt(),S=An(),E=Oa(),A=ka(),b=Tn(),
414
- x=On(),q=Da(),M=dp(),V=Kt(),F=Ee(),L=Yt(),I=mp(),C=gp(),k=yp(),O=wp(),P=vp(),D=Bn(),H=$p(),$=bp(),U=Ep(),J=Rp(),Q=Sp();return Yn={parse:i,valid:a,clean:s,inc:o,diff:c,major:u,minor:l,patch:f,prerelease:p,compare:d,rcompare:v,compareLoose:w,compareBuild:m,sort:g,rsort:T,gt:h,lt:S,eq:E,neq:A,gte:b,lte:x,cmp:q,coerce:M,Comparator:V,Range:F,satisfies:L,toComparators:I,maxSatisfying:C,minSatisfying:k,minVersion:O,validRange:P,outside:D,gtr:H,ltr:$,intersects:U,simplifyRange:J,subset:Q,SemVer:r,re:t.re,
415
- src:t.src,tokens:t.t,SEMVER_SPEC_VERSION:e.SEMVER_SPEC_VERSION,RELEASE_TYPES:e.RELEASE_TYPES,compareIdentifiers:n.compareIdentifiers,rcompareIdentifiers:n.rcompareIdentifiers},Yn}var Jn=Ap();const rt=us(Jn),_p=Object.prototype.toString,Cp="[object Uint8Array]",xp="[object ArrayBuffer]";function tc(t,e,r){return t?t.constructor===e?!0:_p.call(t)===r:!1}function rc(t){return tc(t,Uint8Array,Cp)}function Tp(t){return tc(t,ArrayBuffer,xp)}function Ip(t){return rc(t)||Tp(t)}function Op(t){if(!rc(t))throw new TypeError(
416
- `Expected \`Uint8Array\`, got \`${typeof t}\``)}function Lp(t){if(!Ip(t))throw new TypeError(`Expected \`Uint8Array\` or \`ArrayBuffer\`, got \`${typeof t}\``)}function Qn(t,e){if(t.length===0)return new Uint8Array(0);e??=t.reduce((i,a)=>i+a.length,0);const r=new Uint8Array(e);let n=0;for(const i of t)Op(i),r.set(i,n),n+=i.length;return r}const nc={utf8:new globalThis.TextDecoder("utf8")};function Jt(t,e="utf8"){return Lp(t),nc[e]??=new globalThis.TextDecoder(e),nc[e].decode(t)}function kp(t){if(typeof t!=
417
- "string")throw new TypeError(`Expected \`string\`, got \`${typeof t}\``)}const Np=new globalThis.TextEncoder;function Qt(t){return kp(t),Np.encode(t)}Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));const Zn="aes-256-cbc",De=()=>Object.create(null),sc=t=>t!==void 0,es=(t,e)=>{const r=new Set(["undefined","symbol","function"]),n=typeof e;if(r.has(n))throw new TypeError(`Setting a value of type \`${n}\` for key \`${t}\` is not allowed as it's not supported by JSON`)},qe="__internal__",
418
- ts=`${qe}.migrations.version`;class Pp{path;events;#a;#n;#r;#t={};#e=!1;#o;#i;#s;constructor(e={}){const r=this.#u(e);this.#r=r,this.#h(r),this.#p(r),this.#m(r),this.events=new EventTarget,this.#n=r.encryptionKey,this.path=this.#c(r),this.#l(r),r.watch&&this._watch()}get(e,r){if(this.#r.accessPropertiesByDotNotation)return this._get(e,r);const{store:n}=this;return e in n?n[e]:r}set(e,r){if(typeof e!="string"&&typeof e!="object")throw new TypeError(`Expected \`key\` to be of type \`string\` or \`objec\
419
- t\`, got ${typeof e}`);if(typeof e!="object"&&r===void 0)throw new TypeError("Use `delete()` to clear values");if(this._containsReservedKey(e))throw new TypeError(`Please don't use the ${qe} key, as it's used to manage this module internal operations.`);const{store:n}=this,i=(a,s)=>{if(es(a,s),this.#r.accessPropertiesByDotNotation)Ot(n,a,s);else{if(a==="__proto__"||a==="constructor"||a==="prototype")return;n[a]=s}};if(typeof e=="object"){const a=e;for(const[s,o]of Object.entries(a))i(s,o)}else i(
420
- e,r);this.store=n}has(e){return this.#r.accessPropertiesByDotNotation?Yr(this.store,e):e in this.store}appendToArray(e,r){es(e,r);const n=this.#r.accessPropertiesByDotNotation?this._get(e,[]):e in this.store?this.store[e]:[];if(!Array.isArray(n))throw new TypeError(`The key \`${e}\` is already set to a non-array value`);this.set(e,[...n,r])}reset(...e){for(const r of e)sc(this.#t[r])&&this.set(r,this.#t[r])}delete(e){const{store:r}=this;this.#r.accessPropertiesByDotNotation?Ul(r,e):delete r[e],this.
421
- store=r}clear(){const e=De();for(const r of Object.keys(this.#t))sc(this.#t[r])&&(es(r,this.#t[r]),this.#r.accessPropertiesByDotNotation?Ot(e,r,this.#t[r]):e[r]=this.#t[r]);this.store=e}onDidChange(e,r){if(typeof e!="string")throw new TypeError(`Expected \`key\` to be of type \`string\`, got ${typeof e}`);if(typeof r!="function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof r}`);return this._handleValueChange(()=>this.get(e),r)}onDidAnyChange(e){if(typeof e!=
422
- "function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof e}`);return this._handleStoreChange(e)}get size(){return Object.keys(this.store).filter(r=>!this._isReservedKeyPath(r)).length}get store(){try{const e=B.readFileSync(this.path,this.#n?null:"utf8"),r=this._decryptData(e),n=this._deserialize(r);return this.#e||this._validate(n),Object.assign(De(),n)}catch(e){if(e?.code==="ENOENT")return this._ensureDirectory(),De();if(this.#r.clearInvalidConfig){const r=e;
423
- if(r.name==="SyntaxError"||r.message?.startsWith("Config schema violation:"))return De()}throw e}}set store(e){if(this._ensureDirectory(),!Yr(e,qe))try{const r=B.readFileSync(this.path,this.#n?null:"utf8"),n=this._decryptData(r),i=this._deserialize(n);Yr(i,qe)&&Ot(e,qe,xi(i,qe))}catch{}this.#e||this._validate(e),this._write(e),this.events.dispatchEvent(new Event("change"))}*[Symbol.iterator](){for(const[e,r]of Object.entries(this.store))this._isReservedKeyPath(e)||(yield[e,r])}_closeWatcher(){this.#o&&
424
- (this.#o.close(),this.#o=void 0),this.#i&&(B.unwatchFile(this.path),this.#i=!1),this.#s=void 0}_decryptData(e){if(!this.#n)return typeof e=="string"?e:Jt(e);try{const r=e.slice(0,16),n=Ue.pbkdf2Sync(this.#n,r,1e4,32,"sha512"),i=Ue.createDecipheriv(Zn,n,r),a=e.slice(17),s=typeof a=="string"?Qt(a):a;return Jt(Qn([i.update(s),i.final()]))}catch{try{const r=e.slice(0,16),n=Ue.pbkdf2Sync(this.#n,r.toString(),1e4,32,"sha512"),i=Ue.createDecipheriv(Zn,n,r),a=e.slice(17),s=typeof a=="string"?Qt(a):a;return Jt(
425
- Qn([i.update(s),i.final()]))}catch{}}return typeof e=="string"?e:Jt(e)}_handleStoreChange(e){let r=this.store;const n=()=>{const i=r,a=this.store;Ts(a,i)||(r=a,e.call(this,a,i))};return this.events.addEventListener("change",n),()=>{this.events.removeEventListener("change",n)}}_handleValueChange(e,r){let n=e();const i=()=>{const a=n,s=e();Ts(s,a)||(n=s,r.call(this,s,a))};return this.events.addEventListener("change",i),()=>{this.events.removeEventListener("change",i)}}_deserialize=e=>JSON.parse(e);_serialize=e=>JSON.
426
- stringify(e,void 0," ");_validate(e){if(!this.#a||this.#a(e)||!this.#a.errors)return;const n=this.#a.errors.map(({instancePath:i,message:a=""})=>`\`${i.slice(1)}\` ${a}`);throw new Error("Config schema violation: "+n.join("; "))}_ensureDirectory(){B.mkdirSync(W.dirname(this.path),{recursive:!0})}_write(e){let r=this._serialize(e);if(this.#n){const n=Ue.randomBytes(16),i=Ue.pbkdf2Sync(this.#n,n,1e4,32,"sha512"),a=Ue.createCipheriv(Zn,i,n);r=Qn([n,Qt(":"),a.update(Qt(r)),a.final()])}if(re.env.SNAP)
427
- B.writeFileSync(this.path,r,{mode:this.#r.configFileMode});else try{ki(this.path,r,{mode:this.#r.configFileMode})}catch(n){if(n?.code==="EXDEV"){B.writeFileSync(this.path,r,{mode:this.#r.configFileMode});return}throw n}}_watch(){if(this._ensureDirectory(),B.existsSync(this.path)||this._write(De()),re.platform==="win32"||re.platform==="darwin"){this.#s??=ia(()=>{this.events.dispatchEvent(new Event("change"))},{wait:100});const e=W.dirname(this.path),r=W.basename(this.path);this.#o=B.watch(e,{persistent:!1,
428
- encoding:"utf8"},(n,i)=>{i&&i!==r||typeof this.#s=="function"&&this.#s()})}else this.#s??=ia(()=>{this.events.dispatchEvent(new Event("change"))},{wait:1e3}),B.watchFile(this.path,{persistent:!1},(e,r)=>{typeof this.#s=="function"&&this.#s()}),this.#i=!0}_migrate(e,r,n){let i=this._get(ts,"0.0.0");const a=Object.keys(e).filter(o=>this._shouldPerformMigration(o,i,r));let s=structuredClone(this.store);for(const o of a)try{n&&n(this,{fromVersion:i,toVersion:o,finalVersion:r,versions:a});const c=e[o];
429
- c?.(this),this._set(ts,o),i=o,s=structuredClone(this.store)}catch(c){this.store=s;try{this._write(s)}catch{}const u=c instanceof Error?c.message:String(c);throw new Error(`Something went wrong during the migration! Changes applied to the store until this failed migration will be restored. ${u}`)}(this._isVersionInRangeFormat(i)||!rt.eq(i,r))&&this._set(ts,r)}_containsReservedKey(e){return typeof e=="string"?this._isReservedKeyPath(e):!e||typeof e!="object"?!1:this._objectContainsReservedKey(e)}_objectContainsReservedKey(e){
430
- if(!e||typeof e!="object")return!1;for(const[r,n]of Object.entries(e))if(this._isReservedKeyPath(r)||this._objectContainsReservedKey(n))return!0;return!1}_isReservedKeyPath(e){return e===qe||e.startsWith(`${qe}.`)}_isVersionInRangeFormat(e){return rt.clean(e)===null}_shouldPerformMigration(e,r,n){return this._isVersionInRangeFormat(e)?r!=="0.0.0"&&rt.satisfies(r,e)?!1:rt.satisfies(n,e):!(rt.lte(e,r)||rt.gt(e,n))}_get(e,r){return xi(this.store,e,r)}_set(e,r){const{store:n}=this;Ot(n,e,r),this.store=
431
- n}#u(e){const r={configName:"config",fileExtension:"json",projectSuffix:"nodejs",clearInvalidConfig:!1,accessPropertiesByDotNotation:!0,configFileMode:438,...e};if(!r.cwd){if(!r.projectName)throw new Error("Please specify the `projectName` option.");r.cwd=Vl(r.projectName,{suffix:r.projectSuffix}).config}return typeof r.fileExtension=="string"&&(r.fileExtension=r.fileExtension.replace(/^\.+/,"")),r}#h(e){if(!(e.schema??e.ajvOptions??e.rootSchema))return;if(e.schema&&typeof e.schema!="object")throw new TypeError(
432
- "The `schema` option must be an object.");const r=Bc.default,n=new zf.Ajv2020({allErrors:!0,useDefaults:!0,...e.ajvOptions});r(n);const i={...e.rootSchema,type:"object",properties:e.schema};this.#a=n.compile(i),this.#f(e.schema)}#f(e){const r=Object.entries(e??{});for(const[n,i]of r){if(!i||typeof i!="object"||!Object.hasOwn(i,"default"))continue;const{default:a}=i;a!==void 0&&(this.#t[n]=a)}}#p(e){e.defaults&&Object.assign(this.#t,e.defaults)}#m(e){e.serialize&&(this._serialize=e.serialize),e.deserialize&&
433
- (this._deserialize=e.deserialize)}#c(e){const r=typeof e.fileExtension=="string"?e.fileExtension:void 0,n=r?`.${r}`:"";return W.resolve(e.cwd,`${e.configName??"config"}${n}`)}#l(e){if(e.migrations){this.#d(e),this._validate(this.store);return}const r=this.store,n=Object.assign(De(),e.defaults??{},r);this._validate(n);try{Is.deepEqual(r,n)}catch{this.store=n}}#d(e){const{migrations:r,projectVersion:n}=e;if(r){if(!n)throw new Error("Please specify the `projectVersion` option.");this.#e=!0;try{const i=this.
434
- store,a=Object.assign(De(),e.defaults??{},i);try{Is.deepEqual(i,a)}catch{this._write(a)}this._migrate(r,n,e.beforeEachMigration)}finally{this.#e=!1}}}}class rs extends Error{response;request;options;constructor(e,r,n){const i=e.status||e.status===0?e.status:"",a=e.statusText??"",s=`${i} ${a}`.trim(),o=s?`status code ${s}`:"an unknown error";super(`Request failed with ${o}: ${r.method} ${r.url}`),this.name="HTTPError",this.response=e,this.request=r,this.options=n}}class ic extends Error{name="Non\
435
- Error";value;constructor(e){let r="Non-error value was thrown";try{typeof e=="string"?r=e:e&&typeof e=="object"&&"message"in e&&typeof e.message=="string"&&(r=e.message)}catch{}super(r),this.value=e}}class ns extends Error{name="ForceRetryError";customDelay;code;customRequest;constructor(e){const r=e?.cause?e.cause instanceof Error?e.cause:new ic(e.cause):void 0;super(e?.code?`Forced retry: ${e.code}`:"Forced retry",r?{cause:r}:void 0),this.customDelay=e?.delay,this.code=e?.code,this.customRequest=
436
- e?.request}}const oc=(()=>{let t=!1,e=!1;const r=typeof globalThis.ReadableStream=="function",n=typeof globalThis.Request=="function";if(r&&n)try{e=new globalThis.Request("https://empty.invalid",{body:new globalThis.ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type")}catch(i){if(i instanceof Error&&i.message==="unsupported BodyInit type")return!1;throw i}return t&&!e})(),jp=typeof globalThis.AbortController=="function",ac=typeof globalThis.AbortSignal=="fu\
437
- nction"&&typeof globalThis.AbortSignal.any=="function",Dp=typeof globalThis.ReadableStream=="function",qp=typeof globalThis.FormData=="function",cc=["get","post","put","patch","head","delete"],Hp={json:"application/json",text:"text/*",formData:"multipart/form-data",arrayBuffer:"*/*",blob:"*/*",bytes:"*/*"},ss=2147483647,Mp=new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length,uc=Symbol("stop");class lc{options;constructor(e){this.options=e}}const Up=t=>new lc(t),Fp={json:!0,
438
- parseJson:!0,stringifyJson:!0,searchParams:!0,prefixUrl:!0,retry:!0,timeout:!0,hooks:!0,throwHttpErrors:!0,onDownloadProgress:!0,onUploadProgress:!0,fetch:!0,context:!0},Gp={next:!0},Bp={method:!0,headers:!0,body:!0,mode:!0,credentials:!0,cache:!0,redirect:!0,referrer:!0,referrerPolicy:!0,integrity:!0,keepalive:!0,signal:!0,window:!0,duplex:!0},Vp=t=>{if(!t)return 0;if(t instanceof FormData){let e=0;for(const[r,n]of t)e+=Mp,e+=new TextEncoder().encode(`Content-Disposition: form-data; name="${r}"`).
439
- length,e+=typeof n=="string"?new TextEncoder().encode(n).length:n.size;return e}if(t instanceof Blob)return t.size;if(t instanceof ArrayBuffer)return t.byteLength;if(typeof t=="string")return new TextEncoder().encode(t).length;if(t instanceof URLSearchParams)return new TextEncoder().encode(t.toString()).length;if("byteLength"in t)return t.byteLength;if(typeof t=="object"&&t!==null)try{const e=JSON.stringify(t);return new TextEncoder().encode(e).length}catch{return 0}return 0},fc=(t,e,r)=>{let n,
440
- i=0;return t.pipeThrough(new TransformStream({transform(a,s){if(s.enqueue(a),n){i+=n.byteLength;let o=e===0?0:i/e;o>=1&&(o=1-Number.EPSILON),r?.({percent:o,totalBytes:Math.max(e,i),transferredBytes:i},n)}n=a},flush(){n&&(i+=n.byteLength,r?.({percent:1,totalBytes:Math.max(e,i),transferredBytes:i},n))}}))},zp=(t,e)=>{if(!t.body)return t;if(t.status===204)return new Response(null,{status:t.status,statusText:t.statusText,headers:t.headers});const r=Math.max(0,Number(t.headers.get("content-length"))||
441
- 0);return new Response(fc(t.body,r,e),{status:t.status,statusText:t.statusText,headers:t.headers})},Wp=(t,e,r)=>{if(!t.body)return t;const n=Vp(r??t.body);return new Request(t,{duplex:"half",body:fc(t.body,n,e)})},Ge=t=>t!==null&&typeof t=="object",Zt=(...t)=>{for(const e of t)if((!Ge(e)||Array.isArray(e))&&e!==void 0)throw new TypeError("The `options` argument must be an object");return is({},...t)},pc=(t={},e={})=>{const r=new globalThis.Headers(t),n=e instanceof globalThis.Headers,i=new globalThis.
442
- Headers(e);for(const[a,s]of i.entries())n&&s==="undefined"||s===void 0?r.delete(a):r.set(a,s);return r};function er(t,e,r){return Object.hasOwn(e,r)&&e[r]===void 0?[]:is(t[r]??[],e[r]??[])}const dc=(t={},e={})=>({beforeRequest:er(t,e,"beforeRequest"),beforeRetry:er(t,e,"beforeRetry"),afterResponse:er(t,e,"afterResponse"),beforeError:er(t,e,"beforeError")}),Xp=(t,e)=>{const r=new URLSearchParams;for(const n of[t,e])if(n!==void 0)if(n instanceof URLSearchParams)for(const[i,a]of n.entries())r.append(
443
- i,a);else if(Array.isArray(n))for(const i of n){if(!Array.isArray(i)||i.length!==2)throw new TypeError("Array search parameters must be provided in [[key, value], ...] format");r.append(String(i[0]),String(i[1]))}else if(Ge(n))for(const[i,a]of Object.entries(n))a!==void 0&&r.append(i,String(a));else{const i=new URLSearchParams(n);for(const[a,s]of i.entries())r.append(a,s)}return r},is=(...t)=>{let e={},r={},n={},i;const a=[];for(const s of t)if(Array.isArray(s))Array.isArray(e)||(e=[]),e=[...e,...s];else if(Ge(
444
- s)){for(let[o,c]of Object.entries(s)){if(o==="signal"&&c instanceof globalThis.AbortSignal){a.push(c);continue}if(o==="context"){if(c!=null&&(!Ge(c)||Array.isArray(c)))throw new TypeError("The `context` option must be an object");e={...e,context:c==null?{}:{...e.context,...c}};continue}if(o==="searchParams"){c==null?i=void 0:i=i===void 0?c:Xp(i,c);continue}Ge(c)&&o in e&&(c=is(e[o],c)),e={...e,[o]:c}}Ge(s.hooks)&&(n=dc(n,s.hooks),e.hooks=n),Ge(s.headers)&&(r=pc(r,s.headers),e.headers=r)}return i!==
445
- void 0&&(e.searchParams=i),a.length>0&&(a.length===1?e.signal=a[0]:ac?e.signal=AbortSignal.any(a):e.signal=a.at(-1)),e.context===void 0&&(e.context={}),e},Kp=t=>cc.includes(t)?t.toUpperCase():t,Yp=["get","put","head","delete","options","trace"],Jp=[408,413,429,500,502,503,504],Qp=[413,429,503],hc={limit:2,methods:Yp,statusCodes:Jp,afterStatusCodes:Qp,maxRetryAfter:Number.POSITIVE_INFINITY,backoffLimit:Number.POSITIVE_INFINITY,delay:t=>.3*2**(t-1)*1e3,jitter:void 0,retryOnTimeout:!1},Zp=(t={})=>{
446
- if(typeof t=="number")return{...hc,limit:t};if(t.methods&&!Array.isArray(t.methods))throw new Error("retry.methods must be an array");if(t.statusCodes&&!Array.isArray(t.statusCodes))throw new Error("retry.statusCodes must be an array");const e=Object.fromEntries(Object.entries(t).filter(([,r])=>r!==void 0));return{...hc,...e}};class os extends Error{request;constructor(e){super(`Request timed out: ${e.method} ${e.url}`),this.name="TimeoutError",this.request=e}}async function ed(t,e,r,n){return new Promise(
447
- (i,a)=>{const s=setTimeout(()=>{r&&r.abort(),a(new os(t))},n.timeout);n.fetch(t,e).then(i).catch(a).then(()=>{clearTimeout(s)})})}async function td(t,{signal:e}){return new Promise((r,n)=>{e&&(e.throwIfAborted(),e.addEventListener("abort",i,{once:!0}));function i(){clearTimeout(a),n(e.reason)}const a=setTimeout(()=>{e?.removeEventListener("abort",i),r()},t)})}const rd=(t,e)=>{const r={};for(const n in e)Object.hasOwn(e,n)&&!(n in Bp)&&!(n in Fp)&&(!(n in t)||n in Gp)&&(r[n]=e[n]);return r},nd=t=>t===
448
- void 0?!1:Array.isArray(t)?t.length>0:t instanceof URLSearchParams?t.size>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!!t;function sd(t){return t instanceof rs||t?.name===rs.name}function id(t){return t instanceof os||t?.name===os.name}class mt{static create(e,r){const n=new mt(e,r),i=async()=>{if(typeof n.#e.timeout=="number"&&n.#e.timeout>ss)throw new RangeError(`The \`timeout\` option cannot be greater than ${ss}`);await Promise.resolve();let s=await n.#m();
449
- for(const o of n.#e.hooks.afterResponse){const c=n.#f(s.clone()),u=await o(n.request,n.#c(),c,{retryCount:n.#r});if(u instanceof globalThis.Response&&(s=u),u instanceof lc)throw await Promise.all([c.body?.cancel(),s.body?.cancel()]),new ns(u.options)}if(n.#f(s),!s.ok&&(typeof n.#e.throwHttpErrors=="function"?n.#e.throwHttpErrors(s.status):n.#e.throwHttpErrors)){let o=new rs(s,n.request,n.#c());for(const c of n.#e.hooks.beforeError)o=await c(o,{retryCount:n.#r});throw o}if(n.#e.onDownloadProgress){
450
- if(typeof n.#e.onDownloadProgress!="function")throw new TypeError("The `onDownloadProgress` option must be a function");if(!Dp)throw new Error("Streams are not supported in your environment. `ReadableStream` is missing.");return zp(s.clone(),n.#e.onDownloadProgress)}return s},a=n.#p(i).finally(async()=>{const s=n.#o,o=[];s&&!s.bodyUsed&&o.push(s.body?.cancel()),n.request.bodyUsed||o.push(n.request.body?.cancel()),await Promise.all(o)});for(const[s,o]of Object.entries(Hp))s==="bytes"&&typeof globalThis.
451
- Response?.prototype?.bytes!="function"||(a[s]=async()=>{n.request.headers.set("accept",n.request.headers.get("accept")||o);const c=await a;if(s==="json"){if(c.status===204)return"";const u=await c.text();return u===""?"":r.parseJson?r.parseJson(u):JSON.parse(u)}return c[s]()});return a}static#a(e){return e&&typeof e=="object"&&!Array.isArray(e)&&!(e instanceof URLSearchParams)?Object.fromEntries(Object.entries(e).filter(([,r])=>r!==void 0)):e}request;#n;#r=0;#t;#e;#o;#i;#s;constructor(e,r={}){if(this.#t=
452
- e,this.#e={...r,headers:pc(this.#t.headers,r.headers),hooks:dc({beforeRequest:[],beforeRetry:[],beforeError:[],afterResponse:[]},r.hooks),method:Kp(r.method??this.#t.method??"GET"),prefixUrl:String(r.prefixUrl||""),retry:Zp(r.retry),throwHttpErrors:r.throwHttpErrors??!0,timeout:r.timeout??1e4,fetch:r.fetch??globalThis.fetch.bind(globalThis),context:r.context??{}},typeof this.#t!="string"&&!(this.#t instanceof URL||this.#t instanceof globalThis.Request))throw new TypeError("`input` must be a stri\
453
- ng, URL, or Request");if(this.#e.prefixUrl&&typeof this.#t=="string"){if(this.#t.startsWith("/"))throw new Error("`input` must not begin with a slash when using `prefixUrl`");this.#e.prefixUrl.endsWith("/")||(this.#e.prefixUrl+="/"),this.#t=this.#e.prefixUrl+this.#t}jp&&ac&&(this.#i=this.#e.signal??this.#t.signal,this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal),oc&&(this.#e.duplex="half"),this.#e.json!==void 0&&(this.#e.body=
454
- this.#e.stringifyJson?.(this.#e.json)??JSON.stringify(this.#e.json),this.#e.headers.set("content-type",this.#e.headers.get("content-type")??"application/json"));const n=r.headers&&new globalThis.Headers(r.headers).has("content-type");if(this.#t instanceof globalThis.Request&&(qp&&this.#e.body instanceof globalThis.FormData||this.#e.body instanceof URLSearchParams)&&!n&&this.#e.headers.delete("content-type"),this.request=new globalThis.Request(this.#t,this.#e),nd(this.#e.searchParams)){const a="?"+
455
- (typeof this.#e.searchParams=="string"?this.#e.searchParams.replace(/^\?/,""):new URLSearchParams(mt.#a(this.#e.searchParams)).toString()),s=this.request.url.replace(/(?:\?.*?)?(?=#|$)/,a);this.request=new globalThis.Request(s,this.#e)}if(this.#e.onUploadProgress){if(typeof this.#e.onUploadProgress!="function")throw new TypeError("The `onUploadProgress` option must be a function");if(!oc)throw new Error("Request streams are not supported in your environment. The `duplex` option for `Request` is \
456
- not available.");this.request=this.#d(this.request,this.#e.body??void 0)}}#u(){const e=this.#e.retry.delay(this.#r);let r=e;this.#e.retry.jitter===!0?r=Math.random()*e:typeof this.#e.retry.jitter=="function"&&(r=this.#e.retry.jitter(e),(!Number.isFinite(r)||r<0)&&(r=e));const n=this.#e.retry.backoffLimit??Number.POSITIVE_INFINITY;return Math.min(n,r)}async#h(e){if(this.#r++,this.#r>this.#e.retry.limit)throw e;const r=e instanceof Error?e:new ic(e);if(r instanceof ns)return r.customDelay??this.#u();
457
- if(!this.#e.retry.methods.includes(this.request.method.toLowerCase()))throw e;if(this.#e.retry.shouldRetry!==void 0){const n=await this.#e.retry.shouldRetry({error:r,retryCount:this.#r});if(n===!1)throw e;if(n===!0)return this.#u()}if(id(e)&&!this.#e.retry.retryOnTimeout)throw e;if(sd(e)){if(!this.#e.retry.statusCodes.includes(e.response.status))throw e;const n=e.response.headers.get("Retry-After")??e.response.headers.get("RateLimit-Reset")??e.response.headers.get("X-RateLimit-Retry-After")??e.response.
458
- headers.get("X-RateLimit-Reset")??e.response.headers.get("X-Rate-Limit-Reset");if(n&&this.#e.retry.afterStatusCodes.includes(e.response.status)){let i=Number(n)*1e3;Number.isNaN(i)?i=Date.parse(n)-Date.now():i>=Date.parse("2024-01-01")&&(i-=Date.now());const a=this.#e.retry.maxRetryAfter??i;return i<a?i:a}if(e.response.status===413)throw e}return this.#u()}#f(e){return this.#e.parseJson&&(e.json=async()=>this.#e.parseJson(await e.text())),e}async#p(e){try{return await e()}catch(r){const n=Math.min(
459
- await this.#h(r),ss);if(this.#r<1)throw r;if(await td(n,this.#i?{signal:this.#i}:{}),r instanceof ns&&r.customRequest){const i=this.#e.signal?new globalThis.Request(r.customRequest,{signal:this.#e.signal}):new globalThis.Request(r.customRequest);this.#l(i)}for(const i of this.#e.hooks.beforeRetry){const a=await i({request:this.request,options:this.#c(),error:r,retryCount:this.#r});if(a instanceof globalThis.Request){this.#l(a);break}if(a instanceof globalThis.Response)return a;if(a===uc)return}return this.#p(
460
- e)}}async#m(){this.#n?.signal.aborted&&(this.#n=new globalThis.AbortController,this.#e.signal=this.#i?AbortSignal.any([this.#i,this.#n.signal]):this.#n.signal,this.request=new globalThis.Request(this.request,{signal:this.#e.signal}));for(const r of this.#e.hooks.beforeRequest){const n=await r(this.request,this.#c(),{retryCount:this.#r});if(n instanceof Response)return n;if(n instanceof globalThis.Request){this.#l(n);break}}const e=rd(this.request,this.#e);return this.#o=this.request,this.request=
461
- this.#o.clone(),this.#e.timeout===!1?this.#e.fetch(this.#o,e):ed(this.#o,e,this.#n,this.#e)}#c(){if(!this.#s){const{hooks:e,...r}=this.#e;this.#s=Object.freeze(r)}return this.#s}#l(e){this.#s=void 0,this.request=this.#d(e)}#d(e,r){return!this.#e.onUploadProgress||!e.body?e:Wp(e,this.#e.onUploadProgress,r??this.#e.body??void 0)}}const as=t=>{const e=(r,n)=>mt.create(r,Zt(t,n));for(const r of cc)e[r]=(n,i)=>mt.create(n,Zt(t,i,{method:r}));return e.create=r=>as(Zt(r)),e.extend=r=>(typeof r=="functi\
462
- on"&&(r=r(t??{})),as(Zt(t,r))),e.stop=uc,e.retry=Up,e},od=as(),cs=new Pp({projectName:Vc,serialize:t=>Xe.stringify(t,null,2),deserialize:t=>Xe.parse(t)}),ad=1e3*60*60*24,mc="check-update";function cd(){if(su||iu===mc)return;const t=cs.get("lastUpdateCheck"),e=cs.get("latestVersion");if(zc(e)||Wc(t)||t+ad<Date.now())try{fs("likec4",["check-update"],{stdio:"ignore",preferLocal:!0,detached:!0,env:{NODE_ENV:mc}}).catch(()=>{})}catch{}e&&Jn.gt(e,Be)&&Te(["Update available: ",y.dim(Be),y.reset(" \u2192 "),
463
- y.green(e)].join(""))}async function ud(){try{const t=await ld();mr(t,"No version found in latest npm"),cs.set({lastUpdateCheck:Date.now(),latestVersion:t}),Jn.gt(t,Be)?Te(["Update available: ",y.dim(Be),y.reset(" \u2192 "),y.green(t)].join("")):Te(y.dim("Up to date: ")+" "+y.green(Be))}catch(t){ge.error(yt(t))}}async function ld(){return(await od("https://registry.npmjs.org/likec4/latest",{headers:{accept:"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},keepalive:!0}).
464
- json()).version}const fd=t=>t.command({command:"check-update",describe:"Check for updates",handler:async()=>{await ud()}});function pd(t,e){if(!e)return t.languageServices.projectsManager.ensureProjectId();const r=z(e);if(r===t.workspace)return t.languageServices.projectsManager.ensureProjectId();if(_e(r)&&Zc(r).isDirectory()){ge.debug`Project path exists: ${r}`;const n=ir.file(r.endsWith(Es)?r:r+Es),i=t.languageServices.projects().find(a=>a.folder.fsPath===n.fsPath);if(i)return ge.debug`Found project ${i.
465
- id} at path: ${r}`,i.id;ge.debug`No project registered at path: ${r}`}return t.languageServices.projectsManager.ensureProjectId(e)}function tr(t,e){const r=pd(t,e),n=t.languageServices.projectsManager.getProject(r);return t.languageServices.projectsManager.defaultProjectId=r,{projectId:r,projectFolder:n.folderUri.fsPath,config:n.config}}var gc=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),yc=t=>{throw TypeError(t)},dd=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&yc("Object ex\
466
- pected");var n,i;n=e[gc("asyncDispose")],n===void 0&&(n=e[gc("dispose")],i=n),typeof n!="function"&&yc("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push([r]);return e},hd=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&
467
- s[1].call(s[2]);if(s[0])return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){i(c)}if(r)throw e};return a()};const dt=ge.getChild("generator");async function wc({name:t,path:e,useDotBin:r,project:n}){var i=[];try{const c=Ve(dt),u=dd(i,await ye.fromWorkspace(e,{logger:"vite",graphviz:r?"binary":"wasm",watch:!1}),!0),{projectId:l,config:f}=tr(u,n);n&&dt.info(`${y.dim("project")} ${y.green(l)}`);const p=f.generators?.[t];if(!p)throw dt.error(y.red(`generator ${t} does not exist in project config`)),
468
- new Error(`generator ${t} does not exist in project config`);dt.info(`${y.dim("generator")} ${y.green(t)}`);const d=await u.layoutedModel(l);await md({likec4:u,model:d,generator:p,logger:dt.getChild(t)}),c.stopAndLog()}catch(c){var a=c,s=!0}finally{var o=hd(i,a,s);o&&await o}}async function md({likec4:t,model:e,generator:r,logger:n}){const i=t.languageServices,a=new Set,s=i.project(e.project.id),o=e.project.id;n.debug(`${y.dim("runnig for project:")} ${y.green(s.id)}`),await Promise.resolve().then(
469
- ()=>r({likec4model:e,ctx:{workspace:t.languageServices.workspaceUri,project:s,locate:c=>{let u=null;switch(!0){case Ru(c):u=i.locate({element:c.id,projectId:o});break;case Eu(c):u=i.locate({view:c.id,projectId:o});break;case bu(c):u=i.locate({deployment:c.id,projectId:o});break;case $u(c):case vu(c):u=i.locate({relation:c.id,projectId:o});break;default:gr(c)}if(!u)throw n.error(`Cannot locate ${c.id}`,{target:c}),new Error(`Cannot locate ${c.id}`);const l=ir.parse(u.uri);return{range:u.range,document:l,
470
- relativePath:or.relative(s.folder,l),folder:or.dirname(l).fsPath,filename:or.basename(l)}},write:async({path:c,content:u})=>{let l;ir.isUri(c)?l=c.fsPath:l=z(s.folder.fsPath,...Array.isArray(c)?c:[c]);const f=Re(l);a.has(f)||(_e(f)||(n.debug(`${y.dim("create directory")} ${f}`),await Se(f,{recursive:!0})),a.add(f)),n.debug(`${y.dim("write")} ${l}`),await Oe(l,u)},abort:c=>{throw n.error(c||"Generator aborted"),new Error(c||"Generator aborted")}}}))}async function gd(t,e,r){e=e??z(t.workspace,"li\
471
- kec4.generated.ts"),at(e)!==".ts"&&(e=e+".ts"),await Se(Re(e),{recursive:!0});const n=await t.diagrams(),i=ul([...n]);await Oe(e,i),r.info(`${y.dim("generated")} ${Ce(process.cwd(),e)}`)}async function yd(t,e,r){await Se(e,{recursive:!0}),r.info(`${y.dim("format")} ${y.green("dot")}`),r.info(`${y.dim("outdir")} ${e}`);const n=new Set,i=await t.computedModel(),a=vs(i.$data.views);let s=0;for(const o of a)try{const c=await t.viewsService.layouter.dot({view:o,styles:i.$styles});let u=".";o.sourcePath&&
472
- (u=Re(o.sourcePath)),u=z(e,u),n.has(u)||(await Se(u,{recursive:!0}),n.add(u));const l=z(u,o.id+".dot");await Oe(l,c),r.info(`${y.dim("generated")} ${Ce(process.cwd(),l)}`),s++}catch(c){ge.error(`error while generating ${o.id}`,{error:c})}s>0&&r.info(`${y.dim("total")} ${s} files`)}async function wd(t,e,r,n){await Se(r,{recursive:!0}),n.info(`${y.dim("format")} ${y.green(e)}`),n.info(`${y.dim("outdir")} ${r}`);let i,a;switch(e){case"d2":i=".d2",a=du;break;case"mermaid":i=".mmd",a=pu;break;case"pl\
473
- antuml":i=".puml",a=fu;break;default:gr(e)}const s=new Set,o=await t.layoutedModel();let c=0;for(const u of o.views()){const l=u.$view;try{let f=".";l.sourcePath&&(f=Re(l.sourcePath)),f=z(r,f),s.has(f)||(await Se(f,{recursive:!0}),s.add(f));const p=z(f,l.id+i),d=a(u);await Oe(p,d),n.info(`${y.dim("generated")} ${Ce(process.cwd(),p)}`),c++}catch(f){n.error(`error while generating ${l.id}`,{error:f})}}c>0&&n.info(`${y.dim("total")} ${c} files`)}async function ht({path:t,useDotBin:e,...r}){const n=ve(
474
- "c4:codegen"),i=Ve(n),a=await ye.fromWorkspace(t,{logger:"vite",graphviz:e?"binary":"wasm"});if(a.ensureSingleProject(),(await a.viewsService.computedViews()).length===0)throw n.warn("no views found"),process.exitCode=1,new Error("no views found");switch(r.format){case"views":{await gd(a,r.outfile,n);break}case"dot":{await yd(a,r.outdir??t,n);break}case"d2":case"mermaid":case"plantuml":{await wd(a,r.format,r.outdir??t,n);break}default:gr(r)}i.stopAndLog()}var vc=(t,e)=>(e=Symbol[t])?e:Symbol.for(
475
- "Symbol."+t),$c=t=>{throw TypeError(t)},vd=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&$c("Object expected");var n,i;n=e[vc("asyncDispose")],n===void 0&&(n=e[vc("dispose")],i=n),typeof n!="function"&&$c("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push([r]);return e},$d=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=
476
- s,u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){i(c)}if(r)throw e};return a()};async function bd({path:t,useDotBin:e,useCorePackage:r,outfile:n,project:i}){var a=[];try{const u=ve("c4:codegen"),l=Ve(u),f=vd(a,await ye.fromWorkspace(t,{logger:"vite",graphviz:e?"binary":"wasm",watch:!1}),!0),{projectId:p,projectFolder:d}=tr(f,i);i&&u.info(
477
- `${y.dim("project")} ${y.green(p)}`),u.info(`${y.dim("format")} ${y.green("model")}`);const v=await f.layoutedModel(p);for(const h of v.views())h.hasLayoutDrifts&&u.warn(y.yellow("layout drift detected, view:")+" "+y.red(h.id));let w=z(f.projectsManager.hasMultipleProjects()?d:f.workspace,"likec4-model.ts");if(n&&(w=lr(n)?n:z(n),_e(n)&&(await fr(n)).isDirectory()))throw new Error(`output file is a directory: ${n}`);const m=$t(w);u.info(`${y.dim("filename")} ${m}`);const g=at(m).toLocaleLowerCase();
478
- if(![".ts",".mts",".cts"].includes(g))throw u.error(`output file ${n} has extension "${g}"`),new Error(`output file ${n} must be a .ts, .mts or .cts file`);const T=Re(w);u.info(`${y.dim("outdir")} ${T}`),await Se(T,{recursive:!0}),await Oe(w,al(v,{useCorePackage:r}),{encoding:"utf-8"}),l.stopAndLog(),Te(ar(`
479
- ${y.dim("Source generated:")}
480
- ${Ce(vt(),w)}
481
-
482
- ${y.dim("How to use:")}
483
- ${y.underline("https://likec4.dev/tooling/code-generation/model/")}
484
- `).trim(),{padding:1,borderColor:"green",borderStyle:"round"})}catch(u){var s=u,o=!0}finally{var c=$d(a,s,o);c&&await c}}async function Ed({languageServices:t,outDir:e,filename:r="likec4-react.mjs"}){const n=ve(["vite","react"]),i=br();return n.info(`${y.cyan("likec4 app root")} ${y.dim(i)}`),n.info(y.cyan("outDir")+" "+y.dim(e)),{customLogger:n,root:i,configFile:!1,clearScreen:!1,publicDir:!1,mode:"production",resolve:{conditions:["production"],alias:Sr()},esbuild:{banner:`'use client'
485
- `+$r.banner,footer:$r.footer,jsx:"transform",jsxDev:!1,jsxSideEffects:!1,minifyIdentifiers:!1,minifySyntax:!1,minifyWhitespace:!1,tsconfigRaw:{compilerOptions:{target:"ES2022",useDefineForClassFields:!0,verbatimModuleSyntax:!0,jsx:"react-jsx"}}},build:{outDir:e,emptyOutDir:!1,sourcemap:!1,minify:!1,copyPublicDir:!1,chunkSizeWarningLimit:Rr,lib:{entry:"react/likec4.tsx",fileName(a,s){return r},formats:["es"]},rollupOptions:{output:{compact:!1,exports:"named"},external:["likec4/react","likec4/mode\
486
- l","react","react-dom","react/jsx-runtime","react/jsx-dev-runtime","react-dom/client",/likec4\/icons\/.*/,/@likec4\/core.*/],onwarn(a,s){a.code!=="SOURCEMAP_ERROR"&&s(a)}}},plugins:[pr({}),hr({languageServices:t.languageServices,useOverviewGraph:!1})]}}var bc=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),Ec=t=>{throw TypeError(t)},Rd=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&Ec("Object expected");var n,i;n=e[bc("asyncDispose")],n===void 0&&(n=e[bc("dispose")],i=n),typeof n!=
487
- "function"&&Ec("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push([r]);return e},Sd=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){
488
- i(c)}if(r)throw e};return a()};async function Ad({path:t,useDotBin:e,useCorePackage:r,outfile:n,project:i}){var a=[];try{await lt();const u=ve("c4:codegen"),l=Ve(u),f=Rd(a,await ye.fromWorkspace(t,{logger:"vite",graphviz:e?"binary":"wasm",watch:!1}),!0),{projectId:p,projectFolder:d}=tr(f,i);i&&u.info(`${y.dim("project")} ${y.green(p)}`),u.info(`${y.dim("format")} ${y.green("react")}`);const v=await f.diagrams(p);if(v.length===0)throw process.exitCode=1,new Error("no views found");v.forEach(A=>{if(A.
489
- drifts&&A.drifts.length>0){u.info(y.yellow("layout drift detected, view:")+" "+y.red(A.id));return}if(A.hasLayoutDrift){u.warn(y.yellow("drift detected, manual layout can not be applied, view:")+" "+y.red(A.id));return}});let w=z(f.projectsManager.hasMultipleProjects()?d:f.workspace,"likec4-views.js");if(n&&(w=lr(n)?n:z(n),_e(n)&&(await fr(n)).isDirectory()))throw new Error(`output file is a directory: ${n}`);const m=Re(w);u.info(`${y.dim("outdir")} ${m}`);const g=$t(w);u.info(`${y.dim("filename")}\
490
- ${g}`);const T=at(g).toLocaleLowerCase();if(![".js",".mjs",".jsx"].includes(T))throw u.error(`output file ${n} has extension "${T}"`),new Error(`output file ${n} must be a .js, .jsx or .mjs`);const h=await Ed({languageServices:f,outDir:m,filename:g});await ut({...h,logLevel:"warn"});const S=await f.layoutedModel(p),E=z(m,$t(w,T)+(T===".mjs"?".d.mts":".d.ts"));await Oe(E,ll(S,{useCorePackage:r})),l.stopAndLog(),Te(ar(`
491
- ${y.dim("Sources generated:")}
492
- ${Ce(vt(),w)}
493
- ${Ce(vt(),E)}
494
-
495
- ${y.dim("How to use:")}
496
- ${y.underline("https://likec4.dev/tooling/code-generation/react/")}
497
- `),{padding:1,borderColor:"green",borderStyle:"round"})}catch(u){var s=u,o=!0}finally{var c=Sd(a,s,o);c&&await c}}var Rc=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),Sc=t=>{throw TypeError(t)},_d=(t,e,r)=>{if(e!=null){typeof e!="object"&&typeof e!="function"&&Sc("Object expected");var n,i;n=e[Rc("asyncDispose")],n===void 0&&(n=e[Rc("dispose")],i=n),typeof n!="function"&&Sc("Object not disposable"),i&&(n=function(){try{i.call(this)}catch(a){return Promise.reject(a)}}),t.push([r,n,e])}else t.push(
498
- [r]);return e},Cd=(t,e,r)=>{var n=typeof SuppressedError=="function"?SuppressedError:function(s,o,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=o,u},i=s=>e=r?new n(s,e,"An error was suppressed during disposal"):(r=!0,s),a=s=>{for(;s=t.pop();)try{var o=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(o).then(a,c=>(i(c),a()))}catch(c){i(c)}if(r)throw e};return a()};async function xd({project:t,path:e,useDotBin:r,webcomponentPrefix:n="likec4",outfile:i}){var a=[];try{await lt();
499
- const u=ve("c4:codegen"),l=Ve(u),f=_d(a,await ye.fromWorkspace(e,{logger:"vite",graphviz:r?"binary":"wasm",watch:!1}),!0),{projectId:p,projectFolder:d}=tr(f,t);t&&u.info(`${y.dim("project")} ${y.green(p)}`),u.info(`${y.dim("format")} ${y.green("webcomponent")}`);const v=await f.diagrams(p);if(!Me(v,1))throw u.warn("no views found"),process.exitCode=1,new Error("no views found");v.forEach(E=>{E.hasLayoutDrift&&u.warn(y.yellow("drift detected, manual layout can not be applied, view:")+" "+y.red(E.
500
- id))});let w=z(f.projectsManager.hasMultipleProjects()?d:f.workspace,"likec4-views.js");if(i&&(w=lr(i)?i:z(i),_e(i)&&(await fr(i)).isDirectory()))throw new Error(`output file is a directory: ${i}`);He.debug(`${y.dim("outfilepath")} ${w}`);const m=$t(w);He.debug(`${y.dim("filename")} ${m}`);const g=at(m).toLocaleLowerCase();if(g!==".js"&&g!==".mjs")throw He.warn(`output file ${i} has extension "${g}"`),new Error(`output file ${i} must be a .js or .mjs`);const T=await Er();He.debug(`${y.dim("creat\
501
- ed temp public")} ${T}`);const h=await Vr({languageServices:f,outDir:T,filename:m,webcomponentPrefix:n,base:"/"});He.debug(`${y.dim("vite build webcomponent")}`),await ut({...h,logLevel:"warn"});const S=z(T,m);if(!_e(S))throw new Error(`output file not found: ${S}`);await Se(Re(w),{recursive:!0}),await cu(S,w),u.info(`${y.dim("generated")} ${w}`),He.debug(`${y.dim("remove temp public")}`),await uu(T,{recursive:!0,force:!0}),l.stopAndLog(),Te(ar(`
502
- ${y.dim("Webcomponents generated to:")}
503
- ${Ce(vt(),w)}
504
-
505
- ${y.dim("Setup and usage instructions:")}
506
- ${y.blue("https://likec4.dev/tooling/code-generation/webcomponent/")}
507
- `))}catch(u){var s=u,o=!0}finally{var c=Cd(a,s,o);c&&await c}}const Td=t=>t.command({command:"gen <command> [path]",aliases:["generate","codegen"],describe:"Generate various artifacts from LikeC4 sources",builder:e=>e.positional("path",ce).command("react [path]","generate react component to render likec4 view",r=>r.positional("path",ce).option("project",Ke).option("outfile",{alias:"o",type:"string",desc:"<file> path to output file (.jsx, .mjs or .js)",normalize:!0,coerce:ze}).option("use-dot",
508
- de).option("use-core-package",Ls),async r=>{await Ad({project:r.project,useDotBin:r.useDotBin,path:r.path,outfile:r.outfile,useCorePackage:r.useCorePackage})}).command({command:"webcomponent [path]",aliases:["wc","webcomp"],describe:"generate js with webcomponents",builder:r=>r.positional("path",ce).option("project",Ke).option("outfile",{alias:"o",type:"string",desc:"<file> path to output file (.mjs or .js)",normalize:!0,coerce:ze}).option("webcomponent-prefix",vr).option("use-dot",de),handler:async r=>{
509
- await xd({project:r.project,useDotBin:r.useDotBin,path:r.path,outfile:r.outfile,webcomponentPrefix:r.webcomponentPrefix})}}).command({command:"model [path]",aliases:["ts"],describe:"generate LikeC4Model (.ts)",builder:r=>r.positional("path",ce).option("project",Ke).option("outfile",{alias:"o",type:"string",desc:"<file> path to output file (.ts)",normalize:!0,coerce:ze}).option("use-dot",de).option("use-core-package",Ls),handler:async r=>{await bd({path:r.path,useDotBin:r.useDotBin,useCorePackage:r.
510
- useCorePackage,outfile:r.outfile,project:r.project})}}).command({command:"views-data [path]",aliases:["views"],describe:"{deprecated} use codegen model",deprecated:!0,builder:r=>r.positional("path",ce).option("outfile",{alias:"o",type:"string",desc:"<file> output .ts file",normalize:!0,coerce:ze}).option("use-dot",de),handler:async r=>{await ht({format:"views",path:r.path,useDotBin:r.useDotBin,outfile:r.outfile})}}).command({command:"dot [path]",describe:"generate graphviz files (.dot)",builder:r=>r.
511
- positional("path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>{await ht({format:"dot",path:r.path,useDotBin:r.useDotBin,outdir:r.outdir})}}).command({command:"d2 [path]",describe:"generate D2 files (.d2)",builder:r=>r.positional("path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>{await ht({format:"d2",path:r.path,useDotBin:r.useDotBin,outdir:r.outdir})}}).command({command:"mermaid [path]",aliases:["mmd"],describe:"generate Mermaid files (.mmd)",builder:r=>r.positional(
512
- "path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>{await ht({format:"mermaid",useDotBin:r.useDotBin,path:r.path,outdir:r.outdir})}}).command({command:"plantuml [path]",aliases:["puml"],describe:"generate PlantUML files (.puml)",builder:r=>r.positional("path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>{await ht({format:"plantuml",useDotBin:r.useDotBin,path:r.path,outdir:r.outdir})}}).command({command:"<custom> [path]",describe:"run custom generator from likec\
513
- 4 config",builder:r=>r.positional("path",ce).option("project",Ke).option("use-dot",de),handler:async r=>{await wc({name:"custom",path:r.path,project:r.project,useDotBin:r.useDotBin})}}).epilog(`${y.bold("Examples:")}
260
+ `.trimStart();
261
+ }
262
+
263
+ //#endregion
264
+ //#region src/cli/ensure-react.ts
265
+ function isInstalled(name) {
266
+ try {
267
+ return !!module.createRequire(import.meta.url).resolve(name);
268
+ } catch (e) {
269
+ logger$1.debug(loggable(e));
270
+ return false;
271
+ }
272
+ }
273
+ async function ensureReact() {
274
+ if (isInstalled("react") && isInstalled("react-dom")) {
275
+ logger$1.debug("react already installed");
276
+ return;
277
+ }
278
+ logger$1.debug("react not installed");
279
+ const pm = await detect();
280
+ if (!pm) {
281
+ logger$1.error`Package manager not detected, please install dependencies manually: ${"react"} ${"react-dom"}`;
282
+ process.exit(1);
283
+ }
284
+ const cmd = resolveCommand(pm.agent, "add", ["react", "react-dom"]);
285
+ if (!cmd) {
286
+ logger$1.error`Please install dependencies manually: ${"react"} ${"react-dom"}`;
287
+ process.exit(1);
288
+ }
289
+ try {
290
+ await spawn(cmd.command, cmd.args, { stdio: "inherit" });
291
+ } catch (e) {
292
+ logger$1.debug(loggable(e));
293
+ logger$1.error`Please install dependencies manually: ${"react"} ${"react-dom"}`;
294
+ process.exit(1);
295
+ }
296
+ }
297
+
298
+ //#endregion
299
+ //#region src/cli/options.ts
300
+ const path$1 = {
301
+ type: "string",
302
+ desc: "<directory> with LikeC4 sources (default is current directory)",
303
+ normalize: true,
304
+ default: ".",
305
+ coerce: resolve
306
+ };
307
+ const useDotBin = {
308
+ alias: "use-dot-bin",
309
+ boolean: true,
310
+ type: "boolean",
311
+ desc: isInsideContainer() ? "enabled in container, disable by --no-use-dot" : "use graphviz binaries (\"dot\" should be on PATH)",
312
+ default: isInsideContainer()
313
+ };
314
+ const useCorePackage = {
315
+ boolean: true,
316
+ type: "boolean",
317
+ desc: "use `@likec4/core` package in types",
318
+ default: false
319
+ };
320
+ const useHashHistory = {
321
+ boolean: true,
322
+ type: "boolean",
323
+ desc: "use hash history for navigation, e.g. \"/#/view\" instead of \"/view\""
324
+ };
325
+ const outdir = {
326
+ alias: "o",
327
+ type: "string",
328
+ desc: "output directory",
329
+ normalize: true,
330
+ nargs: 1,
331
+ coerce: resolve
332
+ };
333
+ const webcomponentPrefix = {
334
+ alias: "w",
335
+ type: "string",
336
+ desc: "prefix for Webcomponents, e.g \"c4\" generates <c4-view ../>",
337
+ default: "likec4",
338
+ nargs: 1
339
+ };
340
+ const title = {
341
+ alias: "t",
342
+ type: "string",
343
+ desc: "base title of the app pages (default is \"LikeC4\")",
344
+ default: "LikeC4",
345
+ nargs: 1
346
+ };
347
+ const base = {
348
+ alias: ["base-url"],
349
+ type: "string",
350
+ desc: "base url the app is being served from, e.g. \"/\" or \"/pages/\"",
351
+ nargs: 1
352
+ };
353
+ const outputSingleFile = {
354
+ boolean: true,
355
+ type: "boolean",
356
+ desc: "outputs a single self-contained HTML file with all required resources inlined"
357
+ };
358
+ const listen = {
359
+ alias: "l",
360
+ type: "string",
361
+ ...isInsideContainer() ? {
362
+ desc: "listen 0.0.0.0 by default in container",
363
+ default: "0.0.0.0"
364
+ } : { desc: "ip address of the network interface to listen on" },
365
+ nargs: 1
366
+ };
367
+ const port = {
368
+ type: "number",
369
+ desc: "port number for the dev server (default is 5173, or PORT environment variable)",
370
+ nargs: 1
371
+ };
372
+ const project = {
373
+ alias: "p",
374
+ type: "string",
375
+ desc: "select LikeC4 project by name (e.g. \"my-project\") or by path",
376
+ nargs: 1
377
+ };
378
+
379
+ //#endregion
380
+ //#region \0@oxc-project+runtime@0.110.0/helpers/usingCtx.js
381
+ function _usingCtx() {
382
+ var r = "function" == typeof SuppressedError ? SuppressedError : function(r, e) {
383
+ var n = Error();
384
+ return n.name = "SuppressedError", n.error = r, n.suppressed = e, n;
385
+ }, e = {}, n = [];
386
+ function using(r, e) {
387
+ if (null != e) {
388
+ if (Object(e) !== e) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");
389
+ if (r) var o = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
390
+ if (void 0 === o && (o = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")], r)) var t = o;
391
+ if ("function" != typeof o) throw new TypeError("Object is not disposable.");
392
+ t && (o = function o() {
393
+ try {
394
+ t.call(e);
395
+ } catch (r) {
396
+ return Promise.reject(r);
397
+ }
398
+ }), n.push({
399
+ v: e,
400
+ d: o,
401
+ a: r
402
+ });
403
+ } else r && n.push({
404
+ d: e,
405
+ a: r
406
+ });
407
+ return e;
408
+ }
409
+ return {
410
+ e,
411
+ u: using.bind(null, !1),
412
+ a: using.bind(null, !0),
413
+ d: function d() {
414
+ var o, t = this.e, s = 0;
415
+ function next() {
416
+ for (; o = n.pop();) try {
417
+ if (!o.a && 1 === s) return s = 0, n.push(o), Promise.resolve().then(next);
418
+ if (o.d) {
419
+ var r = o.d.call(o.v);
420
+ if (o.a) return s |= 2, Promise.resolve(r).then(next, err);
421
+ } else s |= 1;
422
+ } catch (r) {
423
+ return err(r);
424
+ }
425
+ if (1 === s) return t !== e ? Promise.reject(t) : Promise.resolve();
426
+ if (t !== e) throw t;
427
+ }
428
+ function err(n) {
429
+ return t = t !== e ? new r(n, t) : n, next();
430
+ }
431
+ return next();
432
+ }
433
+ };
434
+ }
435
+
436
+ //#endregion
437
+ //#region src/cli/build/index.ts
438
+ const buildCmd = (yargs) => {
439
+ return yargs.command({
440
+ command: "build [path]",
441
+ aliases: ["bundle"],
442
+ describe: "Build a static website",
443
+ builder: (yargs) => yargs.positional("path", path$1).option("output", {
444
+ alias: "o",
445
+ type: "string",
446
+ desc: "output directory for production build",
447
+ normalize: true,
448
+ coerce: resolve
449
+ }).option("base", base).option("use-hash-history", useHashHistory).option("use-dot", useDotBin).option("webcomponent-prefix", webcomponentPrefix).option("title", title).option("output-single-file", outputSingleFile).example(`${u.green("$0 build -o ./build ./src")}`, u.gray("Search for likec4 files in 'src' and output static site to 'build'")),
450
+ handler: async (args) => {
451
+ try {
452
+ var _usingCtx$6 = _usingCtx();
453
+ const params = {
454
+ useHashHistory: args["use-hash-history"] ?? false,
455
+ useDotBin: args["use-dot"],
456
+ webcomponentPrefix: args["webcomponent-prefix"],
457
+ outputSingleFile: args["output-single-file"] ?? false
458
+ };
459
+ await ensureReact();
460
+ const logger = createLikeC4Logger("c4:build");
461
+ const languageServices = _usingCtx$6.a(await LikeC4.fromWorkspace(args.path, {
462
+ graphviz: args["use-dot"] ? "binary" : "wasm",
463
+ watch: false
464
+ }));
465
+ const outputDir = args.output ?? resolve(languageServices.workspace, "dist");
466
+ let likec4AssetsDir = resolve(outputDir, "assets");
467
+ await viteBuild({
468
+ base: args.base,
469
+ useHashHistory: params.outputSingleFile || params.useHashHistory,
470
+ customLogger: logger,
471
+ webcomponentPrefix: params.webcomponentPrefix,
472
+ title: args.title,
473
+ languageServices,
474
+ likec4AssetsDir,
475
+ outputDir,
476
+ outputSingleFile: params.outputSingleFile
477
+ });
478
+ } catch (_) {
479
+ _usingCtx$6.e = _;
480
+ } finally {
481
+ await _usingCtx$6.d();
482
+ }
483
+ }
484
+ });
485
+ };
486
+ var build_default = buildCmd;
487
+
488
+ //#endregion
489
+ //#region src/cli/check-update/utils.ts
490
+ var import_semver = /* @__PURE__ */ __toESM(require_semver(), 1);
491
+ const conf = new Conf({
492
+ projectName: name,
493
+ serialize: (value) => import_lib.default.stringify(value, null, 2),
494
+ deserialize: (value) => import_lib.default.parse(value)
495
+ });
496
+ const ONE_DAY = 1e3 * 60 * 60 * 24;
497
+ const ENV_CHECK_UPDATE = "check-update";
498
+ function notifyAvailableUpdate() {
499
+ if (isMinimal || nodeENV === ENV_CHECK_UPDATE) return;
500
+ const lastUpdateCheck = conf.get("lastUpdateCheck");
501
+ const latestVersion = conf.get("latestVersion");
502
+ if (e(latestVersion) || e$1(lastUpdateCheck) || lastUpdateCheck + ONE_DAY < Date.now()) try {
503
+ spawn("likec4", ["check-update"], {
504
+ stdio: "ignore",
505
+ preferLocal: true,
506
+ detached: true,
507
+ env: { "NODE_ENV": ENV_CHECK_UPDATE }
508
+ }).catch(() => {});
509
+ } catch {}
510
+ if (latestVersion && (0, import_semver.gt)(latestVersion, version)) boxen([
511
+ `Update available: `,
512
+ u.dim(version),
513
+ u.reset(""),
514
+ u.green(latestVersion)
515
+ ].join(""));
516
+ }
517
+ async function checkAvailableUpdate() {
518
+ try {
519
+ const latest = await fetchLatestVersion();
520
+ invariant(latest, "No version found in latest npm");
521
+ conf.set({
522
+ lastUpdateCheck: Date.now(),
523
+ latestVersion: latest
524
+ });
525
+ if ((0, import_semver.gt)(latest, version)) boxen([
526
+ `Update available: `,
527
+ u.dim(version),
528
+ u.reset(" "),
529
+ u.green(latest)
530
+ ].join(""));
531
+ else boxen(u.dim(`Up to date: `) + " " + u.green(version));
532
+ } catch (error) {
533
+ logger$1.error(loggable(error));
534
+ }
535
+ }
536
+ async function fetchLatestVersion() {
537
+ return (await distribution_default("https://registry.npmjs.org/likec4/latest", {
538
+ headers: { accept: "application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*" },
539
+ keepalive: true
540
+ }).json()).version;
541
+ }
542
+
543
+ //#endregion
544
+ //#region src/cli/check-update/index.ts
545
+ const checkUpdateCmd = (yargs) => {
546
+ return yargs.command({
547
+ command: "check-update",
548
+ describe: "Check for updates",
549
+ handler: async () => {
550
+ await checkAvailableUpdate();
551
+ }
552
+ });
553
+ };
554
+ var check_update_default = checkUpdateCmd;
555
+
556
+ //#endregion
557
+ //#region src/cli/utils.ts
558
+ function ensureProjectId(likec4, project) {
559
+ if (!project) return likec4.languageServices.projectsManager.ensureProjectId();
560
+ const projectFolder = resolve(project);
561
+ if (projectFolder === likec4.workspace) return likec4.languageServices.projectsManager.ensureProjectId();
562
+ if (existsSync(projectFolder) && statSync(projectFolder).isDirectory()) {
563
+ logger$1.debug`Project path exists: ${projectFolder}`;
564
+ const uri = URI.file(projectFolder.endsWith(sep) ? projectFolder : projectFolder + sep);
565
+ const foundProject = likec4.languageServices.projects().find((p) => p.folder.fsPath === uri.fsPath);
566
+ if (foundProject) {
567
+ logger$1.debug`Found project ${foundProject.id} at path: ${projectFolder}`;
568
+ return foundProject.id;
569
+ }
570
+ logger$1.debug`No project registered at path: ${projectFolder}`;
571
+ }
572
+ return likec4.languageServices.projectsManager.ensureProjectId(project);
573
+ }
574
+ function ensureProject(likec4, project) {
575
+ const projectId = ensureProjectId(likec4, project);
576
+ const p = likec4.languageServices.projectsManager.getProject(projectId);
577
+ likec4.languageServices.projectsManager.defaultProjectId = projectId;
578
+ return {
579
+ projectId,
580
+ projectFolder: p.folderUri.fsPath,
581
+ config: p.config
582
+ };
583
+ }
584
+
585
+ //#endregion
586
+ //#region src/cli/codegen/custom.ts
587
+ const logger = logger$1.getChild("generator");
588
+ async function customHandler({ name, path, useDotBin, project }) {
589
+ try {
590
+ var _usingCtx$5 = _usingCtx();
591
+ const timer = startTimer(logger);
592
+ const likec4 = _usingCtx$5.a(await LikeC4.fromWorkspace(path, {
593
+ logger: "vite",
594
+ graphviz: useDotBin ? "binary" : "wasm",
595
+ watch: false
596
+ }));
597
+ const { projectId, config } = ensureProject(likec4, project);
598
+ if (project) logger.info(`${u.dim("project")} ${u.green(projectId)}`);
599
+ const generator = config.generators?.[name];
600
+ if (!generator) {
601
+ logger.error(u.red(`generator ${name} does not exist in project config`));
602
+ throw new Error(`generator ${name} does not exist in project config`);
603
+ }
604
+ logger.info(`${u.dim("generator")} ${u.green(name)}`);
605
+ await runCustomGenerator({
606
+ likec4,
607
+ model: await likec4.layoutedModel(projectId),
608
+ generator,
609
+ logger: logger.getChild(name)
610
+ });
611
+ timer.stopAndLog();
612
+ } catch (_) {
613
+ _usingCtx$5.e = _;
614
+ } finally {
615
+ await _usingCtx$5.d();
616
+ }
617
+ }
618
+ async function runCustomGenerator({ likec4, model, generator, logger }) {
619
+ const languageServices = likec4.languageServices;
620
+ const createdDirs = /* @__PURE__ */ new Set();
621
+ const project = languageServices.project(model.project.id);
622
+ const projectId = model.project.id;
623
+ logger.debug(`${u.dim("runnig for project:")} ${u.green(project.id)}`);
624
+ await Promise.resolve().then(() => generator({
625
+ likec4model: model,
626
+ ctx: {
627
+ workspace: likec4.languageServices.workspaceUri,
628
+ project,
629
+ locate: (target) => {
630
+ let location = null;
631
+ switch (true) {
632
+ case isElementModel(target):
633
+ location = languageServices.locate({
634
+ element: target.id,
635
+ projectId
636
+ });
637
+ break;
638
+ case isLikeC4ViewModel(target):
639
+ location = languageServices.locate({
640
+ view: target.id,
641
+ projectId
642
+ });
643
+ break;
644
+ case isDeploymentElementModel(target):
645
+ location = languageServices.locate({
646
+ deployment: target.id,
647
+ projectId
648
+ });
649
+ break;
650
+ case isRelationModel(target):
651
+ case isDeploymentRelationModel(target):
652
+ location = languageServices.locate({
653
+ relation: target.id,
654
+ projectId
655
+ });
656
+ break;
657
+ default: nonexhaustive(target);
658
+ }
659
+ if (!location) {
660
+ logger.error(`Cannot locate ${target.id}`, { target });
661
+ throw new Error(`Cannot locate ${target.id}`);
662
+ }
663
+ const document = URI.parse(location.uri);
664
+ return {
665
+ range: location.range,
666
+ document,
667
+ relativePath: UriUtils.relative(project.folder, document),
668
+ folder: UriUtils.dirname(document).fsPath,
669
+ filename: UriUtils.basename(document)
670
+ };
671
+ },
672
+ write: async ({ path, content }) => {
673
+ let filepath;
674
+ if (Array.isArray(path)) filepath = resolve(project.folder.fsPath, ...path);
675
+ else if (URI.isUri(path)) filepath = path.fsPath;
676
+ else filepath = resolve(project.folder.fsPath, `${path}`);
677
+ const outDir = dirname(filepath);
678
+ if (!createdDirs.has(outDir)) {
679
+ if (!existsSync(outDir)) {
680
+ logger.debug(`${u.dim("create directory")} ${outDir}`);
681
+ await mkdir(outDir, { recursive: true });
682
+ }
683
+ createdDirs.add(outDir);
684
+ }
685
+ logger.debug(`${u.dim("write")} ${filepath}`);
686
+ await writeFile(filepath, content);
687
+ },
688
+ abort: (reason) => {
689
+ logger.error(reason || "Generator aborted");
690
+ throw new Error(reason || "Generator aborted");
691
+ }
692
+ }
693
+ }));
694
+ }
695
+
696
+ //#endregion
697
+ //#region src/cli/codegen/handler.ts
698
+ async function singleFileCodegenAction(languageServices, outfile, logger) {
699
+ const expectedExt = ".ts";
700
+ outfile = outfile ?? resolve(languageServices.workspace, "likec4.generated" + expectedExt);
701
+ if (extname(outfile) !== expectedExt) outfile = outfile + expectedExt;
702
+ await mkdir(dirname(outfile), { recursive: true });
703
+ const generatedSource = generateViewsDataTs([...await languageServices.diagrams()]);
704
+ await writeFile(outfile, generatedSource);
705
+ logger.info(`${u.dim("generated")} ${relative(process.cwd(), outfile)}`);
706
+ }
707
+ async function dotCodegenAction(languageServices, outdir, logger) {
708
+ await mkdir(outdir, { recursive: true });
709
+ logger.info(`${u.dim("format")} ${u.green("dot")}`);
710
+ logger.info(`${u.dim("outdir")} ${outdir}`);
711
+ const createdDirs = /* @__PURE__ */ new Set();
712
+ const model = await languageServices.computedModel();
713
+ const views = t(model.$data.views);
714
+ let succeeded = 0;
715
+ for (const view of views) try {
716
+ const dot = await languageServices.viewsService.layouter.dot({
717
+ view,
718
+ styles: model.$styles
719
+ });
720
+ let relativePath = ".";
721
+ if (view.sourcePath) relativePath = dirname(view.sourcePath);
722
+ relativePath = resolve(outdir, relativePath);
723
+ if (!createdDirs.has(relativePath)) {
724
+ await mkdir(relativePath, { recursive: true });
725
+ createdDirs.add(relativePath);
726
+ }
727
+ const outfile = resolve(relativePath, view.id + ".dot");
728
+ await writeFile(outfile, dot);
729
+ logger.info(`${u.dim("generated")} ${relative(process.cwd(), outfile)}`);
730
+ succeeded++;
731
+ } catch (error) {
732
+ logger$1.error(`error while generating ${view.id}`, { error });
733
+ }
734
+ if (succeeded > 0) logger.info(`${u.dim("total")} ${succeeded} files`);
735
+ }
736
+ async function multipleFilesCodegenAction(languageServices, format, outdir, logger) {
737
+ await mkdir(outdir, { recursive: true });
738
+ logger.info(`${u.dim("format")} ${u.green(format)}`);
739
+ logger.info(`${u.dim("outdir")} ${outdir}`);
740
+ let ext;
741
+ let generator;
742
+ switch (format) {
743
+ case "d2":
744
+ ext = ".d2";
745
+ generator = generateD2;
746
+ break;
747
+ case "mermaid":
748
+ ext = ".mmd";
749
+ generator = generateMermaid;
750
+ break;
751
+ case "plantuml":
752
+ ext = ".puml";
753
+ generator = generatePuml;
754
+ break;
755
+ default: nonexhaustive(format);
756
+ }
757
+ const createdDirs = /* @__PURE__ */ new Set();
758
+ const model = await languageServices.layoutedModel();
759
+ let succeeded = 0;
760
+ for (const vm of model.views()) {
761
+ const view = vm.$view;
762
+ try {
763
+ let relativePath = ".";
764
+ if (view.sourcePath) relativePath = dirname(view.sourcePath);
765
+ relativePath = resolve(outdir, relativePath);
766
+ if (!createdDirs.has(relativePath)) {
767
+ await mkdir(relativePath, { recursive: true });
768
+ createdDirs.add(relativePath);
769
+ }
770
+ const outfile = resolve(relativePath, view.id + ext);
771
+ await writeFile(outfile, generator(vm));
772
+ logger.info(`${u.dim("generated")} ${relative(process.cwd(), outfile)}`);
773
+ succeeded++;
774
+ } catch (error) {
775
+ logger.error(`error while generating ${view.id}`, { error });
776
+ }
777
+ }
778
+ if (succeeded > 0) logger.info(`${u.dim("total")} ${succeeded} files`);
779
+ }
780
+ async function legacyHandler({ path, useDotBin, ...outparams }) {
781
+ const logger = createLikeC4Logger("c4:codegen");
782
+ const timer = startTimer(logger);
783
+ const languageServices = await LikeC4.fromWorkspace(path, {
784
+ logger: "vite",
785
+ graphviz: useDotBin ? "binary" : "wasm"
786
+ });
787
+ languageServices.ensureSingleProject();
788
+ if ((await languageServices.viewsService.computedViews()).length === 0) {
789
+ logger.warn("no views found");
790
+ process.exitCode = 1;
791
+ throw new Error("no views found");
792
+ }
793
+ switch (outparams.format) {
794
+ case "views":
795
+ await singleFileCodegenAction(languageServices, outparams.outfile, logger);
796
+ break;
797
+ case "dot":
798
+ await dotCodegenAction(languageServices, outparams.outdir ?? path, logger);
799
+ break;
800
+ case "d2":
801
+ case "mermaid":
802
+ case "plantuml":
803
+ await multipleFilesCodegenAction(languageServices, outparams.format, outparams.outdir ?? path, logger);
804
+ break;
805
+ default: nonexhaustive(outparams);
806
+ }
807
+ timer.stopAndLog();
808
+ }
809
+
810
+ //#endregion
811
+ //#region src/cli/codegen/model/index.ts
812
+ async function modelHandler({ path, useDotBin, useCorePackage, outfile, project }) {
813
+ try {
814
+ var _usingCtx$4 = _usingCtx();
815
+ const logger = createLikeC4Logger("c4:codegen");
816
+ const timer = startTimer(logger);
817
+ const languageServices = _usingCtx$4.a(await LikeC4.fromWorkspace(path, {
818
+ logger: "vite",
819
+ graphviz: useDotBin ? "binary" : "wasm",
820
+ watch: false
821
+ }));
822
+ const { projectId, projectFolder } = ensureProject(languageServices, project);
823
+ if (project) logger.info(`${u.dim("project")} ${u.green(projectId)}`);
824
+ logger.info(`${u.dim("format")} ${u.green("model")}`);
825
+ const model = await languageServices.layoutedModel(projectId);
826
+ for (const view of model.views()) if (view.hasLayoutDrifts) logger.warn(u.yellow("layout drift detected, view:") + " " + u.red(view.id));
827
+ let outfilepath = resolve(languageServices.projectsManager.hasMultipleProjects() ? projectFolder : languageServices.workspace, "likec4-model.ts");
828
+ if (outfile) {
829
+ outfilepath = isAbsolute(outfile) ? outfile : resolve(outfile);
830
+ if (existsSync(outfile)) {
831
+ if ((await stat(outfile)).isDirectory()) throw new Error(`output file is a directory: ${outfile}`);
832
+ }
833
+ }
834
+ const filename = basename(outfilepath);
835
+ logger.info(`${u.dim("filename")} ${filename}`);
836
+ const ext = extname(filename).toLocaleLowerCase();
837
+ if (![
838
+ ".ts",
839
+ ".mts",
840
+ ".cts"
841
+ ].includes(ext)) {
842
+ logger.error(`output file ${outfile} has extension "${ext}"`);
843
+ throw new Error(`output file ${outfile} must be a .ts, .mts or .cts file`);
844
+ }
845
+ const outDir = dirname(outfilepath);
846
+ logger.info(`${u.dim("outdir")} ${outDir}`);
847
+ await mkdir(outDir, { recursive: true });
848
+ await writeFile(outfilepath, generateLikeC4Model(model, { useCorePackage }), { encoding: "utf-8" });
849
+ timer.stopAndLog();
850
+ boxen(stripIndent(`
851
+ ${u.dim("Source generated:")}
852
+ ${relative(cwd(), outfilepath)}
853
+
854
+ ${u.dim("How to use:")}
855
+ ${u.underline("https://likec4.dev/tooling/code-generation/model/")}
856
+ `).trim(), {
857
+ padding: 1,
858
+ borderColor: "green",
859
+ borderStyle: "round"
860
+ });
861
+ } catch (_) {
862
+ _usingCtx$4.e = _;
863
+ } finally {
864
+ await _usingCtx$4.d();
865
+ }
866
+ }
867
+
868
+ //#endregion
869
+ //#region src/vite/config-react.prod.ts
870
+ async function viteReactConfig({ languageServices, outDir, filename = "likec4-react.mjs" }) {
871
+ const customLogger = createLikeC4Logger(["vite", "react"]);
872
+ const root = viteAppRoot();
873
+ customLogger.info(`${u.cyan("likec4 app root")} ${u.dim(root)}`);
874
+ customLogger.info(u.cyan("outDir") + " " + u.dim(outDir));
875
+ return {
876
+ customLogger,
877
+ root,
878
+ configFile: false,
879
+ clearScreen: false,
880
+ publicDir: false,
881
+ mode: "production",
882
+ resolve: {
883
+ conditions: ["production"],
884
+ alias: viteAliases()
885
+ },
886
+ esbuild: {
887
+ banner: `'use client'\n` + JsBanners.banner,
888
+ footer: JsBanners.footer,
889
+ jsx: "transform",
890
+ jsxDev: false,
891
+ jsxSideEffects: false,
892
+ minifyIdentifiers: false,
893
+ minifySyntax: false,
894
+ minifyWhitespace: false,
895
+ tsconfigRaw: { compilerOptions: {
896
+ target: "ES2022",
897
+ useDefineForClassFields: true,
898
+ verbatimModuleSyntax: true,
899
+ jsx: "react-jsx"
900
+ } }
901
+ },
902
+ build: {
903
+ outDir,
904
+ emptyOutDir: false,
905
+ sourcemap: false,
906
+ minify: false,
907
+ copyPublicDir: false,
908
+ chunkSizeWarningLimit,
909
+ assetsInlineLimit: 5e5,
910
+ lib: {
911
+ entry: "react/likec4.tsx",
912
+ fileName(_format, _entryName) {
913
+ return filename;
914
+ },
915
+ formats: ["es"]
916
+ },
917
+ rollupOptions: {
918
+ output: {
919
+ compact: false,
920
+ exports: "named"
921
+ },
922
+ external: [
923
+ "likec4/react",
924
+ "likec4/model",
925
+ "react",
926
+ "react-dom",
927
+ "react/jsx-runtime",
928
+ "react/jsx-dev-runtime",
929
+ "react-dom/client",
930
+ /@likec4\/core.*/
931
+ ],
932
+ onwarn(warning, defaultHandler) {
933
+ if (warning.code === "SOURCEMAP_ERROR") return;
934
+ defaultHandler(warning);
935
+ }
936
+ }
937
+ },
938
+ plugins: [react({}), LikeC4VitePlugin({ languageServices: languageServices.languageServices })]
939
+ };
940
+ }
941
+
942
+ //#endregion
943
+ //#region src/cli/codegen/react/index.ts
944
+ async function reactHandler({ path, useDotBin, useCorePackage, outfile, project }) {
945
+ try {
946
+ var _usingCtx$3 = _usingCtx();
947
+ await ensureReact();
948
+ const logger = createLikeC4Logger("c4:codegen");
949
+ const timer = startTimer(logger);
950
+ const languageServices = _usingCtx$3.a(await LikeC4.fromWorkspace(path, {
951
+ logger: "vite",
952
+ graphviz: useDotBin ? "binary" : "wasm",
953
+ watch: false
954
+ }));
955
+ const { projectId, projectFolder } = ensureProject(languageServices, project);
956
+ if (project) logger.info(`${u.dim("project")} ${u.green(projectId)}`);
957
+ logger.info(`${u.dim("format")} ${u.green("react")}`);
958
+ const diagrams = await languageServices.diagrams(projectId);
959
+ if (diagrams.length === 0) {
960
+ process.exitCode = 1;
961
+ throw new Error("no views found");
962
+ }
963
+ diagrams.forEach((view) => {
964
+ if (view.drifts && view.drifts.length > 0) {
965
+ logger.info(u.yellow("layout drift detected, view:") + " " + u.red(view.id));
966
+ return;
967
+ }
968
+ if (view.hasLayoutDrift) {
969
+ logger.warn(u.yellow("drift detected, manual layout can not be applied, view:") + " " + u.red(view.id));
970
+ return;
971
+ }
972
+ });
973
+ let outfilepath = resolve(languageServices.projectsManager.hasMultipleProjects() ? projectFolder : languageServices.workspace, "likec4-views.js");
974
+ if (outfile) {
975
+ outfilepath = isAbsolute(outfile) ? outfile : resolve(outfile);
976
+ if (existsSync(outfile)) {
977
+ if ((await stat(outfile)).isDirectory()) throw new Error(`output file is a directory: ${outfile}`);
978
+ }
979
+ }
980
+ const outDir = dirname(outfilepath);
981
+ logger.info(`${u.dim("outdir")} ${outDir}`);
982
+ const filename = basename(outfilepath);
983
+ logger.info(`${u.dim("filename")} ${filename}`);
984
+ const ext = extname(filename).toLocaleLowerCase();
985
+ if (![
986
+ ".js",
987
+ ".mjs",
988
+ ".jsx"
989
+ ].includes(ext)) {
990
+ logger.error(`output file ${outfile} has extension "${ext}"`);
991
+ throw new Error(`output file ${outfile} must be a .js, .jsx or .mjs`);
992
+ }
993
+ await build({
994
+ ...await viteReactConfig({
995
+ languageServices,
996
+ outDir,
997
+ filename
998
+ }),
999
+ logLevel: "warn"
1000
+ });
1001
+ const model = await languageServices.layoutedModel(projectId);
1002
+ const dts = resolve(outDir, basename(outfilepath, ext) + (ext === ".mjs" ? ".d.mts" : ".d.ts"));
1003
+ await writeFile(dts, generateReactTypes(model, { useCorePackage }));
1004
+ timer.stopAndLog();
1005
+ boxen(stripIndent(`
1006
+ ${u.dim("Sources generated:")}
1007
+ ${relative(cwd(), outfilepath)}
1008
+ ${relative(cwd(), dts)}
1009
+
1010
+ ${u.dim("How to use:")}
1011
+ ${u.underline("https://likec4.dev/tooling/code-generation/react/")}
1012
+ `), {
1013
+ padding: 1,
1014
+ borderColor: "green",
1015
+ borderStyle: "round"
1016
+ });
1017
+ } catch (_) {
1018
+ _usingCtx$3.e = _;
1019
+ } finally {
1020
+ await _usingCtx$3.d();
1021
+ }
1022
+ }
1023
+
1024
+ //#endregion
1025
+ //#region src/cli/codegen/webcomponent/handler.ts
1026
+ async function webcomponentHandler({ project, path, useDotBin, webcomponentPrefix = "likec4", outfile }) {
1027
+ try {
1028
+ var _usingCtx$2 = _usingCtx();
1029
+ await ensureReact();
1030
+ const logger = createLikeC4Logger("c4:codegen");
1031
+ const timer = startTimer(logger);
1032
+ const languageServices = _usingCtx$2.a(await LikeC4.fromWorkspace(path, {
1033
+ logger: "vite",
1034
+ graphviz: useDotBin ? "binary" : "wasm",
1035
+ watch: false
1036
+ }));
1037
+ const { projectId, projectFolder } = ensureProject(languageServices, project);
1038
+ if (project) logger.info(`${u.dim("project")} ${u.green(projectId)}`);
1039
+ logger.info(`${u.dim("format")} ${u.green("webcomponent")}`);
1040
+ const diagrams = await languageServices.diagrams(projectId);
1041
+ if (!t$4(diagrams, 1)) {
1042
+ logger.warn("no views found");
1043
+ process.exitCode = 1;
1044
+ throw new Error("no views found");
1045
+ }
1046
+ diagrams.forEach((view) => {
1047
+ if (view.hasLayoutDrift) logger.warn(u.yellow("drift detected, manual layout can not be applied, view:") + " " + u.red(view.id));
1048
+ });
1049
+ let outfilepath = resolve(languageServices.projectsManager.hasMultipleProjects() ? projectFolder : languageServices.workspace, "likec4-views.js");
1050
+ if (outfile) {
1051
+ outfilepath = isAbsolute(outfile) ? outfile : resolve(outfile);
1052
+ if (existsSync(outfile)) {
1053
+ if ((await stat(outfile)).isDirectory()) throw new Error(`output file is a directory: ${outfile}`);
1054
+ }
1055
+ }
1056
+ logger$2.debug(`${u.dim("outfilepath")} ${outfilepath}`);
1057
+ const filename = basename(outfilepath);
1058
+ logger$2.debug(`${u.dim("filename")} ${filename}`);
1059
+ const ext = extname(filename).toLocaleLowerCase();
1060
+ if (ext !== ".js" && ext !== ".mjs") {
1061
+ logger$2.warn(`output file ${outfile} has extension "${ext}"`);
1062
+ throw new Error(`output file ${outfile} must be a .js or .mjs`);
1063
+ }
1064
+ const publicDir = await mkTempPublicDir();
1065
+ logger$2.debug(`${u.dim("created temp public")} ${publicDir}`);
1066
+ const webcomponentConfig = await viteWebcomponentConfig({
1067
+ languageServices,
1068
+ outDir: publicDir,
1069
+ filename,
1070
+ webcomponentPrefix,
1071
+ base: "/"
1072
+ });
1073
+ logger$2.debug(`${u.dim("vite build webcomponent")}`);
1074
+ await build({
1075
+ ...webcomponentConfig,
1076
+ logLevel: "warn"
1077
+ });
1078
+ const viteOutputFile = resolve(publicDir, filename);
1079
+ if (!existsSync(viteOutputFile)) throw new Error(`output file not found: ${viteOutputFile}`);
1080
+ await mkdir(dirname(outfilepath), { recursive: true });
1081
+ await copyFile(viteOutputFile, outfilepath);
1082
+ logger.info(`${u.dim("generated")} ${outfilepath}`);
1083
+ logger$2.debug(`${u.dim("remove temp public")}`);
1084
+ await rm(publicDir, {
1085
+ recursive: true,
1086
+ force: true
1087
+ });
1088
+ timer.stopAndLog();
1089
+ boxen(stripIndent(`
1090
+ ${u.dim("Webcomponents generated to:")}
1091
+ ${relative(cwd(), outfilepath)}
1092
+
1093
+ ${u.dim("Setup and usage instructions:")}
1094
+ ${u.blue("https://likec4.dev/tooling/code-generation/webcomponent/")}
1095
+ `));
1096
+ } catch (_) {
1097
+ _usingCtx$2.e = _;
1098
+ } finally {
1099
+ await _usingCtx$2.d();
1100
+ }
1101
+ }
1102
+
1103
+ //#endregion
1104
+ //#region src/cli/codegen/index.ts
1105
+ const codegenCmd = (yargs) => {
1106
+ return yargs.command({
1107
+ command: "gen <command> [path]",
1108
+ aliases: ["generate", "codegen"],
1109
+ describe: "Generate various artifacts from LikeC4 sources",
1110
+ builder: (yargs) => yargs.positional("path", path$1).command("react [path]", "generate react component to render likec4 view", (yargs) => yargs.positional("path", path$1).option("project", project).option("outfile", {
1111
+ alias: "o",
1112
+ type: "string",
1113
+ desc: "<file> path to output file (.jsx, .mjs or .js)",
1114
+ normalize: true,
1115
+ coerce: resolve$1
1116
+ }).option("use-dot", useDotBin).option("use-core-package", useCorePackage), async (args) => {
1117
+ await reactHandler({
1118
+ project: args.project,
1119
+ useDotBin: args.useDotBin,
1120
+ path: args.path,
1121
+ outfile: args.outfile,
1122
+ useCorePackage: args.useCorePackage
1123
+ });
1124
+ }).command({
1125
+ command: "webcomponent [path]",
1126
+ aliases: ["wc", "webcomp"],
1127
+ describe: "generate js with webcomponents",
1128
+ builder: (yargs) => yargs.positional("path", path$1).option("project", project).option("outfile", {
1129
+ alias: "o",
1130
+ type: "string",
1131
+ desc: "<file> path to output file (.mjs or .js)",
1132
+ normalize: true,
1133
+ coerce: resolve$1
1134
+ }).option("webcomponent-prefix", webcomponentPrefix).option("use-dot", useDotBin),
1135
+ handler: async (args) => {
1136
+ await webcomponentHandler({
1137
+ project: args.project,
1138
+ useDotBin: args.useDotBin,
1139
+ path: args.path,
1140
+ outfile: args.outfile,
1141
+ webcomponentPrefix: args.webcomponentPrefix
1142
+ });
1143
+ }
1144
+ }).command({
1145
+ command: "model [path]",
1146
+ aliases: ["ts"],
1147
+ describe: "generate LikeC4Model (.ts)",
1148
+ builder: (yargs) => yargs.positional("path", path$1).option("project", project).option("outfile", {
1149
+ alias: "o",
1150
+ type: "string",
1151
+ desc: "<file> path to output file (.ts)",
1152
+ normalize: true,
1153
+ coerce: resolve$1
1154
+ }).option("use-dot", useDotBin).option("use-core-package", useCorePackage),
1155
+ handler: async (args) => {
1156
+ await modelHandler({
1157
+ path: args.path,
1158
+ useDotBin: args.useDotBin,
1159
+ useCorePackage: args.useCorePackage,
1160
+ outfile: args.outfile,
1161
+ project: args.project
1162
+ });
1163
+ }
1164
+ }).command({
1165
+ command: "views-data [path]",
1166
+ aliases: ["views"],
1167
+ describe: "{deprecated} use codegen model",
1168
+ deprecated: true,
1169
+ builder: (yargs) => yargs.positional("path", path$1).option("outfile", {
1170
+ alias: "o",
1171
+ type: "string",
1172
+ desc: "<file> output .ts file",
1173
+ normalize: true,
1174
+ coerce: resolve$1
1175
+ }).option("use-dot", useDotBin),
1176
+ handler: async (args) => {
1177
+ await legacyHandler({
1178
+ format: "views",
1179
+ path: args.path,
1180
+ useDotBin: args.useDotBin,
1181
+ outfile: args.outfile
1182
+ });
1183
+ }
1184
+ }).command({
1185
+ command: "dot [path]",
1186
+ describe: "generate graphviz files (.dot)",
1187
+ builder: (yargs) => yargs.positional("path", path$1).option("outdir", outdir).option("use-dot", useDotBin),
1188
+ handler: async (args) => {
1189
+ await legacyHandler({
1190
+ format: "dot",
1191
+ path: args.path,
1192
+ useDotBin: args.useDotBin,
1193
+ outdir: args.outdir
1194
+ });
1195
+ }
1196
+ }).command({
1197
+ command: "d2 [path]",
1198
+ describe: "generate D2 files (.d2)",
1199
+ builder: (yargs) => yargs.positional("path", path$1).option("outdir", outdir).option("use-dot", useDotBin),
1200
+ handler: async (args) => {
1201
+ await legacyHandler({
1202
+ format: "d2",
1203
+ path: args.path,
1204
+ useDotBin: args.useDotBin,
1205
+ outdir: args.outdir
1206
+ });
1207
+ }
1208
+ }).command({
1209
+ command: "mermaid [path]",
1210
+ aliases: ["mmd"],
1211
+ describe: "generate Mermaid files (.mmd)",
1212
+ builder: (yargs) => yargs.positional("path", path$1).option("outdir", outdir).option("use-dot", useDotBin),
1213
+ handler: async (args) => {
1214
+ await legacyHandler({
1215
+ format: "mermaid",
1216
+ useDotBin: args.useDotBin,
1217
+ path: args.path,
1218
+ outdir: args.outdir
1219
+ });
1220
+ }
1221
+ }).command({
1222
+ command: "plantuml [path]",
1223
+ aliases: ["puml"],
1224
+ describe: "generate PlantUML files (.puml)",
1225
+ builder: (yargs) => yargs.positional("path", path$1).option("outdir", outdir).option("use-dot", useDotBin),
1226
+ handler: async (args) => {
1227
+ await legacyHandler({
1228
+ format: "plantuml",
1229
+ useDotBin: args.useDotBin,
1230
+ path: args.path,
1231
+ outdir: args.outdir
1232
+ });
1233
+ }
1234
+ }).command({
1235
+ command: "<custom> [path]",
1236
+ describe: "run custom generator from likec4 config",
1237
+ builder: (yargs) => yargs.positional("path", path$1).option("project", project).option("use-dot", useDotBin),
1238
+ handler: async (args) => {
1239
+ await customHandler({
1240
+ name: "custom",
1241
+ path: args.path,
1242
+ project: args.project,
1243
+ useDotBin: args.useDotBin
1244
+ });
1245
+ }
1246
+ }).epilog(`${u.bold("Examples:")}
514
1247
  likec4 gen react -o dist/likec4-views.mjs ./src/likec4
515
1248
  likec4 gen model -o likec4-model.ts
516
1249
  likec4 gen ts --outfile likec4-model.ts
@@ -518,42 +1251,726 @@ positional("path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>
518
1251
  likec4 gen mmd --outdir assets/
519
1252
  likec4 gen plantuml --outdir assets/
520
1253
  likec4 gen dot -o out .
521
- `),handler:async e=>{await wc({name:e.command,path:e.path,project:e.project,useDotBin:e.useDotBin})}});function Id(t){return t.command({command:"json [path]",describe:"export model(s) to JSON",builder:e=>e.positional("path",ce).option("outfile",{alias:"o",type:"string",desc:"<file> output .json file",default:"likec4.json",normalize:!0,coerce:z}).options({project:Ke,"use-dot":de,"skip-layout":{type:"boolean",desc:"skip layouting (only compute model)"},pretty:{type:"boolean",desc:"indented JSON ou\
522
- tput"}}).epilog(`${y.bold("Examples:")}
523
- ${y.green("$0 export json --skip-layout")}
524
- ${y.gray("Search for likec4 files in current directory and output JSON to likec4.json (no layout)")}
525
-
526
- ${y.green("$0 export json --pretty -o ./generated/likec4.json src/likec4 ")}
527
- ${y.gray("Search for likec4 files in src/likec4 and output JSON to generated/likec4.json")}
528
- `),handler:async e=>{let r=e.outfile,n=e.project;const i=ve("c4:export"),a=Ve(i),s=await ye.fromWorkspace(e.path,{logger:i,graphviz:de?"binary":"wasm",watch:!1});let o=[...s.projectsManager.all];if(n){if(o=o.filter(p=>p===n),!Me(o,1))throw i.error(`project not found: ${n}`),new Error(`project not found: ${n}`)}else{if(!Me(o,1))throw i.error("No projects found"),new Error("No projects found");i.info(`${y.dim("workspace:")} Found ${o.length} projects`)}const c=[];for(const p of o){let d;if(e.skipLayout?
529
- (i.info(`Generate model for project ${y.green(p)} ${y.dim("(skip layout)")}`),d=await s.computedModel(p)):(i.info(`Generating layouted model for project ${y.green(p)}`),d=await s.layoutedModel(p)),d===Su.EMPTY){i.warn(y.yellow(`Project ${p} is empty, skipping`));continue}c.push(d.$data)}at(r)!==".json"&&(r=r+".json"),await Se(Re(r),{recursive:!0});const u=c.length===1?c[0]:c,l=e.pretty?JSON.stringify(u,void 0,2):JSON.stringify(u);await Oe(r,l);const f=r.startsWith(e.path)?Ce(e.path,r):r;i.info(`${y.
530
- dim("generated")} ${f}`),a.stopAndLog("\u2713 export in ")}})}const Od=t=>t.command({command:"export <format> [path]",describe:"Export to images or JSON",builder:e=>ur(e.usage(`${y.bold("Usage:")} $0 export <format> [path]`),Nl,Id).updateStrings({"Commands:":y.bold("Formats:")}),handler:()=>{}}),Ld=t=>t.command({command:"mcp [path]",aliases:[],describe:"Start MCP server",builder:e=>e.usage(`${y.bold("Usage:")} $0 mcp [path]`).positional("path",ce).option("stdio",{boolean:!0,description:"use stdi\
531
- o transport",conflicts:["http","port"]}).option("http",{boolean:!0,description:"use streamable http transport (use 33335 port by default)",conflicts:"stdio"}).option("port",{alias:"p",number:!0,description:"enables http transport and sets the port",conflicts:"stdio"}).option("use-dot",de).epilog(`${y.bold("Examples:")}
532
- ${y.green("$0 mcp")}
533
- ${y.gray("Start MCP with default stdio transport")}
534
- ${y.green("$0 mcp --http ./src")}
535
- ${y.gray("Start MCP with streamable http transport on port 33335 at ./src folder")}
536
- ${y.green("$0 mcp -p 1234")}
537
- ${y.gray("Start MCP with streamable http transport on port 1234")}
538
- `),handler:async e=>{e.http||e.port?await kd(e.path,e.useDot,e.port):await Nd(e.path,e.useDot)}});async function kd(t,e,r=33335){await ye.fromWorkspace(t,{mcp:{port:r},watch:!0,graphviz:e?"binary":"wasm"}),Te([y.green("LikeC4 MCP served at:"),`
1254
+ `),
1255
+ handler: async (args) => {
1256
+ await customHandler({
1257
+ name: args.command,
1258
+ path: args.path,
1259
+ project: args.project,
1260
+ useDotBin: args.useDotBin
1261
+ });
1262
+ }
1263
+ });
1264
+ };
1265
+ var codegen_default = codegenCmd;
1266
+
1267
+ //#endregion
1268
+ //#region src/cli/export/json/handler.ts
1269
+ function jsonCmd(yargs) {
1270
+ return yargs.command({
1271
+ command: "json [path]",
1272
+ describe: "export model(s) to JSON",
1273
+ builder: (yargs) => yargs.positional("path", path$1).option("outfile", {
1274
+ alias: "o",
1275
+ type: "string",
1276
+ desc: "<file> output .json file",
1277
+ default: "likec4.json",
1278
+ normalize: true,
1279
+ coerce: resolve
1280
+ }).options({
1281
+ project,
1282
+ "use-dot": useDotBin,
1283
+ "skip-layout": {
1284
+ type: "boolean",
1285
+ desc: "skip layouting (only compute model)"
1286
+ },
1287
+ "pretty": {
1288
+ type: "boolean",
1289
+ desc: "indented JSON output"
1290
+ }
1291
+ }).epilog(`${u.bold("Examples:")}
1292
+ ${u.green("$0 export json --skip-layout")}
1293
+ ${u.gray("Search for likec4 files in current directory and output JSON to likec4.json (no layout)")}
1294
+
1295
+ ${u.green("$0 export json --pretty -o ./generated/likec4.json src/likec4 ")}
1296
+ ${u.gray("Search for likec4 files in src/likec4 and output JSON to generated/likec4.json")}
1297
+ `),
1298
+ handler: async (args) => {
1299
+ let outfile = args.outfile;
1300
+ let onlyProject = args.project;
1301
+ const logger = createLikeC4Logger("c4:export");
1302
+ const timer = startTimer(logger);
1303
+ const languageServices = await LikeC4.fromWorkspace(args.path, {
1304
+ logger,
1305
+ graphviz: useDotBin ? "binary" : "wasm",
1306
+ watch: false
1307
+ });
1308
+ let projects = [...languageServices.projectsManager.all];
1309
+ if (onlyProject) {
1310
+ projects = projects.filter((p) => p === onlyProject);
1311
+ if (!t$4(projects, 1)) {
1312
+ logger.error(`project not found: ${onlyProject}`);
1313
+ throw new Error(`project not found: ${onlyProject}`);
1314
+ }
1315
+ } else {
1316
+ if (!t$4(projects, 1)) {
1317
+ logger.error("No projects found");
1318
+ throw new Error("No projects found");
1319
+ }
1320
+ logger.info(`${u.dim("workspace:")} Found ${projects.length} projects`);
1321
+ }
1322
+ const projectsModels = [];
1323
+ for (const id of projects) {
1324
+ let model;
1325
+ if (args.skipLayout) {
1326
+ logger.info(`Generate model for project ${u.green(id)} ${u.dim("(skip layout)")}`);
1327
+ model = await languageServices.computedModel(id);
1328
+ } else {
1329
+ logger.info(`Generating layouted model for project ${u.green(id)}`);
1330
+ model = await languageServices.layoutedModel(id);
1331
+ }
1332
+ if (model === LikeC4Model$1.EMPTY) {
1333
+ logger.warn(u.yellow(`Project ${id} is empty, skipping`));
1334
+ continue;
1335
+ }
1336
+ projectsModels.push(model.$data);
1337
+ }
1338
+ if (extname(outfile) !== ".json") outfile = outfile + ".json";
1339
+ await mkdir(dirname(outfile), { recursive: true });
1340
+ const toGenerate = projectsModels.length === 1 ? projectsModels[0] : projectsModels;
1341
+ const generatedSource = args.pretty ? JSON.stringify(toGenerate, void 0, 2) : JSON.stringify(toGenerate);
1342
+ await writeFile(outfile, generatedSource);
1343
+ const tolog = outfile.startsWith(args.path) ? relative(args.path, outfile) : outfile;
1344
+ logger.info(`${u.dim("generated")} ${tolog}`);
1345
+ timer.stopAndLog(`✓ export in `);
1346
+ }
1347
+ });
1348
+ }
1349
+
1350
+ //#endregion
1351
+ //#region src/vite/printServerUrls.ts
1352
+ var import_picomatch = /* @__PURE__ */ __toESM(require_picomatch(), 1);
1353
+ function resolveServerUrl(server) {
1354
+ if (!server.resolvedUrls) return;
1355
+ return n(server.resolvedUrls.network) ?? n(server.resolvedUrls.local);
1356
+ }
1357
+ function printServerUrls(server) {
1358
+ if (!server.resolvedUrls) throw new Error("Vite server is not ready, no resolvedUrls");
1359
+ boxen([
1360
+ u.green("LikeC4 served at:"),
1361
+ "",
1362
+ u.dim("Local: ") + server.resolvedUrls.local.join("\n" + "".padEnd(9, " ")),
1363
+ server.resolvedUrls.network.length ? u.dim("Network: ") + server.resolvedUrls.network.join("\n" + "".padEnd(9, " ")) : void 0
1364
+ ].filter((l) => e$2(l)).join("\n"));
1365
+ }
1366
+
1367
+ //#endregion
1368
+ //#region src/cli/export/png/takeScreenshot.ts
1369
+ async function takeScreenshot({ browserContext, views, output, logger, timeout, maxAttempts, dynamicVariant, outputType, theme }) {
1370
+ const padding = 20;
1371
+ let page;
1372
+ const pending = views.map((view) => ({
1373
+ view,
1374
+ attempt: 1
1375
+ }));
1376
+ const succeed = [];
1377
+ let next;
1378
+ while (next = pending.shift()) {
1379
+ const { view, attempt } = next;
1380
+ const url = `export/${encodeURIComponent(view.id)}/`;
1381
+ try {
1382
+ if (attempt > 1) {
1383
+ if (page) {
1384
+ page.close({ runBeforeUnload: true }).catch((e) => logger.error(`failed to close page: ${e}`));
1385
+ page = void 0;
1386
+ }
1387
+ const sleepMs = t$5(attempt * 200, {
1388
+ min: 200,
1389
+ max: 1e3
1390
+ });
1391
+ logger.info(u.cyan(url) + u.dim(` attempt ${attempt} of ${maxAttempts} after ${sleepMs}ms`));
1392
+ await setTimeout(sleepMs);
1393
+ } else if (view.hasLayoutDrift) logger.warn(u.yellow("Drift detected, manual layout can not be applied, view may be invalid: ") + u.red(view.id));
1394
+ let relativePath = ".";
1395
+ if (outputType === "relative") {
1396
+ relativePath = view.sourcePath ?? ".";
1397
+ if (relativePath.includes("/")) relativePath = relativePath.slice(0, relativePath.lastIndexOf("/"));
1398
+ else relativePath = ".";
1399
+ }
1400
+ const path = resolve(output, relativePath, `${view.id}.png`);
1401
+ page ??= await browserContext.newPage();
1402
+ let bounds = view.bounds;
1403
+ if (dynamicVariant === "sequence" && view._type === "dynamic") bounds = view.sequenceLayout.bounds;
1404
+ const extraPadding = 20;
1405
+ await page.setViewportSize({
1406
+ width: bounds.width + padding * 2 + extraPadding,
1407
+ height: bounds.height + padding * 2 + extraPadding
1408
+ });
1409
+ await page.goto(withQuery(url, {
1410
+ padding,
1411
+ theme,
1412
+ dynamic: dynamicVariant
1413
+ }));
1414
+ logger.info(u.cyan(url) + u.dim(` -> ${relative(output, path)}`));
1415
+ await page.waitForSelector(".react-flow.initialized");
1416
+ if (view.nodes.some((n) => e$3(n.icon) && n.icon.toLowerCase().startsWith("http"))) await waitAllImages(page, timeout);
1417
+ await page.getByTestId("export-page").screenshot({
1418
+ animations: "disabled",
1419
+ path,
1420
+ omitBackground: true
1421
+ });
1422
+ succeed.push({
1423
+ view,
1424
+ path
1425
+ });
1426
+ } catch (error) {
1427
+ page?.close({ runBeforeUnload: true }).catch((e) => logger.error(`failed to close page: ${e}`));
1428
+ logger.error(u.red("failed " + url + "\n" + error));
1429
+ if (attempt < maxAttempts) {
1430
+ pending.push({
1431
+ view,
1432
+ attempt: attempt + 1
1433
+ });
1434
+ logger.info(u.dim(`retry ${url}`));
1435
+ }
1436
+ page = void 0;
1437
+ }
1438
+ }
1439
+ return succeed;
1440
+ }
1441
+ /**
1442
+ * https://stackoverflow.com/questions/77287441/how-to-wait-for-full-rendered-image-in-playwright
1443
+ */
1444
+ async function waitAllImages(page, timeout) {
1445
+ let locators = await page.locator("//img").all();
1446
+ if (!locators.length) return;
1447
+ const promises = locators.map((locator) => locator.evaluate((image) => image.complete || new Promise((resolve) => {
1448
+ image.onload = resolve;
1449
+ image.onerror = resolve;
1450
+ }), { timeout: Math.max(15e3, timeout) }));
1451
+ await Promise.allSettled(promises);
1452
+ }
1453
+
1454
+ //#endregion
1455
+ //#region src/cli/export/png/handler.ts
1456
+ async function exportViewsToPNG({ logger, serverUrl, theme = "light", timeoutMs = 15e3, views, output, outputType = "relative", maxAttempts = 3, chromiumSandbox = false, sequence = false }) {
1457
+ logger.info(`${u.dim("output")} ${output}`);
1458
+ logger.info(`${u.dim("base url")} ${serverUrl}\n`);
1459
+ const { chromium } = await import("playwright");
1460
+ const chromePath = chromium.executablePath();
1461
+ logger.info(u.cyan("Start chromium") + " " + u.dim(chromePath));
1462
+ const browser = await chromium.launch({
1463
+ chromiumSandbox,
1464
+ headless: true
1465
+ });
1466
+ logger.info(u.cyan(`Color scheme: `) + theme + "\n");
1467
+ const browserContext = await browser.newContext({
1468
+ deviceScaleFactor: 2,
1469
+ colorScheme: theme,
1470
+ baseURL: serverUrl,
1471
+ bypassCSP: true,
1472
+ ignoreHTTPSErrors: true,
1473
+ isMobile: false
1474
+ });
1475
+ browserContext.setDefaultNavigationTimeout(timeoutMs);
1476
+ browserContext.setDefaultTimeout(timeoutMs);
1477
+ try {
1478
+ return await takeScreenshot({
1479
+ browserContext,
1480
+ views,
1481
+ output,
1482
+ outputType,
1483
+ logger,
1484
+ maxAttempts,
1485
+ dynamicVariant: sequence ? "sequence" : "diagram",
1486
+ timeout: timeoutMs,
1487
+ theme
1488
+ });
1489
+ } finally {
1490
+ logger.info(u.cyan(`close chromium`));
1491
+ await browserContext.close();
1492
+ await browser.close();
1493
+ }
1494
+ }
1495
+ async function pngHandler({ path, useDotBin, project, theme = "light", output, outputType, serverUrl, ignore = false, timeoutMs = 1e4, maxAttempts = 3, filter, sequence = false, chromiumSandbox = false }) {
1496
+ try {
1497
+ var _usingCtx$1 = _usingCtx();
1498
+ const logger = createLikeC4Logger("export");
1499
+ const startTakeScreenshot = hrtime();
1500
+ const languageServices = _usingCtx$1.a(await LikeC4.fromWorkspace(path, {
1501
+ logger: "vite",
1502
+ graphviz: useDotBin ? "binary" : "wasm",
1503
+ watch: false
1504
+ }));
1505
+ output ??= languageServices.workspace;
1506
+ let server;
1507
+ let projects = [...languageServices.languageServices.projects()];
1508
+ if (project) {
1509
+ if (!projects.some((p) => p.id === project)) {
1510
+ logger.error(`project not found: ${project}`);
1511
+ throw new Error(`project not found: ${project}`);
1512
+ }
1513
+ }
1514
+ if (!serverUrl) {
1515
+ logger.info(u.cyan(`start preview server`));
1516
+ server = await viteDev({
1517
+ languageServices,
1518
+ buildWebcomponent: false,
1519
+ openBrowser: false,
1520
+ hmr: false
1521
+ });
1522
+ serverUrl = resolveServerUrl(server);
1523
+ if (!serverUrl) {
1524
+ logger.error("Vite server is not ready, no resolvedUrls");
1525
+ throw new Error("Vite server is not ready, no resolvedUrls");
1526
+ }
1527
+ }
1528
+ for (const prj of projects) {
1529
+ if (project && prj.id !== project) continue;
1530
+ if (projects.length > 1) {
1531
+ logger.info(u.dim("---------"));
1532
+ logger.info(`${u.dim("project:")} ${prj.id}`);
1533
+ logger.info(`${u.dim("folder:")} ${prj.folder.fsPath}`);
1534
+ }
1535
+ let views = await languageServices.diagrams(prj.id);
1536
+ if (filter && t$4(filter, 1) && t$4(views, 1)) {
1537
+ const matcher = (0, import_picomatch.default)(filter);
1538
+ logger.info(`${u.cyan("filter")} ${u.dim(JSON.stringify(filter))}`);
1539
+ views = views.filter((v) => {
1540
+ if (matcher(v.id)) {
1541
+ logger.info(`${u.green("include")} ${v.id} ✅`);
1542
+ return true;
1543
+ }
1544
+ logger.info(`${u.gray("skip")} ${u.dim(v.id)}`);
1545
+ return false;
1546
+ });
1547
+ }
1548
+ if (!t$4(views, 1)) {
1549
+ logger.warn("no views found");
1550
+ continue;
1551
+ }
1552
+ let _serverUrl = projects.length > 1 ? withTrailingSlash(joinURL(serverUrl, "project", prj.id)) : serverUrl;
1553
+ let _output = projects.length > 1 ? joinURL(output, prj.id) : output;
1554
+ const succeed = await exportViewsToPNG({
1555
+ logger,
1556
+ serverUrl: _serverUrl,
1557
+ theme,
1558
+ timeoutMs,
1559
+ views,
1560
+ output: _output,
1561
+ outputType,
1562
+ maxAttempts,
1563
+ sequence,
1564
+ chromiumSandbox
1565
+ });
1566
+ const { pretty } = inMillis(startTakeScreenshot);
1567
+ if (succeed.length > 0) logger.info(u.green(`exported ${succeed.length} views in ${pretty}`) + "\n");
1568
+ if (succeed.length !== views.length) if (ignore && succeed.length > 0) logger.info(u.dim("ignore") + " " + u.red(`failed ${views.length - succeed.length} out of ${views.length} views`));
1569
+ else logger.error(u.red(`failed ${views.length - succeed.length} out of ${views.length} views`));
1570
+ if (succeed.length !== views.length && (succeed.length === 0 || !ignore)) throw new Error(`Failed ${views.length - succeed.length} out of ${views.length} views`);
1571
+ }
1572
+ if (server) {
1573
+ logger.info(u.cyan(`stop server`));
1574
+ await server.close().catch((e) => {
1575
+ logger.error(e);
1576
+ });
1577
+ }
1578
+ } catch (_) {
1579
+ _usingCtx$1.e = _;
1580
+ } finally {
1581
+ await _usingCtx$1.d();
1582
+ }
1583
+ }
1584
+ function pngCmd(yargs) {
1585
+ return yargs.command({
1586
+ command: "png [path]",
1587
+ describe: "export views to PNG",
1588
+ builder: (yargs) => yargs.positional("path", path$1).options({
1589
+ "output": {
1590
+ alias: ["o", "outdir"],
1591
+ type: "string",
1592
+ desc: "output directory, if not specified, images are saved next to sources",
1593
+ normalize: true,
1594
+ nargs: 1,
1595
+ coerce: resolve
1596
+ },
1597
+ project,
1598
+ "theme": {
1599
+ choices: ["light", "dark"],
1600
+ desc: "color-scheme to use, defaults to light",
1601
+ conflicts: ["dark", "light"],
1602
+ nargs: 1
1603
+ },
1604
+ "dark": {
1605
+ type: "boolean",
1606
+ desc: "use dark theme, shortcut for --theme=dark",
1607
+ conflicts: ["theme", "light"]
1608
+ },
1609
+ "light": {
1610
+ type: "boolean",
1611
+ desc: "use light theme, shortcut for --theme=light",
1612
+ conflicts: ["theme", "dark"]
1613
+ },
1614
+ "use-dot": useDotBin,
1615
+ "seq": {
1616
+ boolean: true,
1617
+ alias: ["sequence"],
1618
+ type: "boolean",
1619
+ desc: "use sequence layout for dynamic views"
1620
+ },
1621
+ "flat": {
1622
+ alias: ["flatten"],
1623
+ boolean: true,
1624
+ type: "boolean",
1625
+ desc: "flatten all images in output directory ignoring sources structure"
1626
+ },
1627
+ "filter": {
1628
+ alias: "f",
1629
+ array: true,
1630
+ string: true,
1631
+ desc: "include views with ids matching given patterns\nmultiple patterns are combined with OR"
1632
+ },
1633
+ "ignore": {
1634
+ boolean: true,
1635
+ alias: "i",
1636
+ desc: "continue if export fails for some views"
1637
+ },
1638
+ timeout: {
1639
+ type: "number",
1640
+ alias: "t",
1641
+ desc: "timeout for playwright (in seconds)",
1642
+ default: 15,
1643
+ nargs: 1
1644
+ },
1645
+ "max-attempts": {
1646
+ type: "number",
1647
+ desc: "max attempts to export failing view, 1 means no retry",
1648
+ default: 3,
1649
+ nargs: 1
1650
+ },
1651
+ "server-url": {
1652
+ type: "string",
1653
+ desc: "use this url instead of starting new likec4 server",
1654
+ nargs: 1
1655
+ },
1656
+ "chromium-sandbox": {
1657
+ boolean: true,
1658
+ desc: "enable chromium sandbox (see Playwright docs)",
1659
+ default: false
1660
+ }
1661
+ }).epilog(`${u.bold("Examples:")}
1662
+ ${u.green("$0 export png")}
1663
+ ${u.gray("Search for likec4 files in current directory and output PNG next to sources")}
1664
+
1665
+ ${u.green("$0 export png --theme dark -o ./png src/likec4")}
1666
+ ${u.gray("Search for likec4 files in src/likec4 and output PNG with dark theme to png folder")}
1667
+
1668
+ ${u.green("$0 export png -f \"team1*\" -f \"team2*\" --flat -o ./png src/likec4")}
1669
+ ${u.gray("Export views matching team1* or team2* only")}
1670
+
1671
+ ${u.green("$0 export png -f \"use-case*\" --sequence src/likec4")}
1672
+ ${u.gray("Export views matching use-case* using sequence layout")}
1673
+ `),
1674
+ handler: async (args) => {
1675
+ invariant(args.timeout >= 1, "timeout must be >= 1");
1676
+ invariant(args["max-attempts"] >= 1, "max-attempts must be >= 1");
1677
+ await ensureReact();
1678
+ const theme = args.theme ?? (args.dark ? "dark" : "light");
1679
+ await pngHandler({
1680
+ path: args.path,
1681
+ useDotBin: args["use-dot"],
1682
+ output: args.output,
1683
+ project: args.project,
1684
+ timeoutMs: args.timeout * 1e3,
1685
+ maxAttempts: args.maxAttempts,
1686
+ ignore: args.ignore === true,
1687
+ outputType: args.flat ? "flat" : "relative",
1688
+ serverUrl: args.serverUrl,
1689
+ theme,
1690
+ filter: args.filter,
1691
+ sequence: args.seq,
1692
+ chromiumSandbox: args["chromium-sandbox"]
1693
+ });
1694
+ }
1695
+ });
1696
+ }
1697
+
1698
+ //#endregion
1699
+ //#region src/cli/export/index.ts
1700
+ const exportCmd = (yargs) => {
1701
+ return yargs.command({
1702
+ command: "export <format> [path]",
1703
+ describe: "Export to images or JSON",
1704
+ builder: (yargs) => t$1(yargs.usage(`${u.bold("Usage:")} $0 export <format> [path]`), pngCmd, jsonCmd).updateStrings({ "Commands:": u.bold("Formats:") }),
1705
+ handler: () => void 0
1706
+ });
1707
+ };
1708
+ var export_default = exportCmd;
1709
+
1710
+ //#endregion
1711
+ //#region src/cli/mcp/index.ts
1712
+ const mcpCmd = (yargs) => {
1713
+ return yargs.command({
1714
+ command: "mcp [path]",
1715
+ aliases: [],
1716
+ describe: "Start MCP server",
1717
+ builder: (y) => y.usage(`${u.bold("Usage:")} $0 mcp [path]`).positional("path", path$1).option("stdio", {
1718
+ boolean: true,
1719
+ description: "use stdio transport",
1720
+ conflicts: ["http", "port"]
1721
+ }).option("http", {
1722
+ boolean: true,
1723
+ description: "use streamable http transport (use 33335 port by default)",
1724
+ conflicts: "stdio"
1725
+ }).option("port", {
1726
+ alias: "p",
1727
+ number: true,
1728
+ description: "enables http transport and sets the port",
1729
+ conflicts: "stdio"
1730
+ }).option("use-dot", useDotBin).epilog(`${u.bold("Examples:")}
1731
+ ${u.green("$0 mcp")}
1732
+ ${u.gray("Start MCP with default stdio transport")}
1733
+ ${u.green("$0 mcp --http ./src")}
1734
+ ${u.gray("Start MCP with streamable http transport on port 33335 at ./src folder")}
1735
+ ${u.green("$0 mcp -p 1234")}
1736
+ ${u.gray("Start MCP with streamable http transport on port 1234")}
1737
+ `),
1738
+ handler: async (args) => {
1739
+ if (args.http || args.port) await startHttpMcp(args.path, args.useDot, args.port);
1740
+ else await startStdioMcp(args.path, args.useDot);
1741
+ }
1742
+ });
1743
+ };
1744
+ async function startHttpMcp(path, useDotBin, port = 33335) {
1745
+ await LikeC4.fromWorkspace(path, {
1746
+ mcp: { port },
1747
+ watch: true,
1748
+ graphviz: useDotBin ? "binary" : "wasm"
1749
+ });
1750
+ boxen([u.green("LikeC4 MCP served at:"), `
539
1751
  {
540
1752
  "mcpServers": {
541
1753
  "likec4": {
542
- "url": "http://localhost:${r}/mcp"
1754
+ "url": "http://localhost:${port}/mcp"
543
1755
  }
544
1756
  }
545
1757
  }
546
1758
 
547
- ${y.dim("Documentation:")}
548
- ${y.underline("https://likec4.dev/tooling/mcp/#using-extension")}
549
- `].join(`
550
- `))}async function Nd(t,e){await ye.fromWorkspace(t,{mcp:"stdio",watch:!0,graphviz:e?"binary":"wasm"})}async function Pd(t){const e=await Br({...t,likec4AssetsDir:"",webcomponentPrefix:void 0}),r=await Xr({port:Tt(62001,62010)}),n=t?.open??!1;return await mu({...e,mode:"production",preview:{host:t.listen??"127.0.0.1",allowedHosts:!0,port:r,open:n}})}async function jd({path:t,output:e,base:r,listen:n}){const i=await ye.fromWorkspace(t,{logger:"vite",watch:!1}),a=await Pd({base:r,languageServices:i,
551
- outputDir:e,open:!Le(),listen:n});pi(a)}const Dd=t=>t.command({command:"preview [path]",describe:"Start local server to preview production build",builder:e=>e.positional("path",{type:"string",desc:`Directory with LikeC4 source files
552
- if not specified search in current directory`,normalize:!0}).options({output:{alias:"o",type:"string",desc:"output directory from production build",normalize:!0},base:{type:"string",desc:"base url the app is being served from"},listen:{alias:"l",type:"string",desc:"ip address of the network interface to listen on"}}).coerce(["path","output"],ze).default("path",ze("."),".").default("listen","127.0.0.1","localhost"),handler:async e=>{await jd(e)}});async function qd({path:t,useDotBin:e,webcomponentPrefix:r,
553
- title:n,useHashHistory:i,useOverview:a=!1,enableWebcomponent:s=!0,enableHMR:o=!0,base:c,listen:u,port:l}){o&&(process.env.NODE_ENV="development");const f=await ye.fromWorkspace(t,{graphviz:e?"binary":"wasm",watch:o}),p=await bt(ot(Et(),".likec4-assets-")),d=await gi({buildWebcomponent:s,hmr:o,base:c,webcomponentPrefix:r,title:n,languageServices:f,useHashHistory:i,useOverviewGraph:a,likec4AssetsDir:p,listen:u,port:l});if(d.config.logger.clearScreen("info"),pi(d),!a)return;const v=await f.diagrams();
554
- if(Me(v,1)){const w=ve("c4:export"),m=fi(d);if(!m){w.error("no preview server url");return}w.info(y.cyan("wait 5sec before generating previews")),await Os(5e3);try{await vi({serverUrl:m,logger:w,views:v,theme:"light",output:p,outputType:"flat"}),await Os(1e3),w.info(y.yellow("Note: changes in sources do not trigger preview updates, restart is required"))}catch(g){w.error(y.red("Failed to generate previews")),w.error(g)}}else d.config.logger.warn("no views found, no previews generated")}const Hd=t=>t.
555
- command({command:"start [path]",aliases:["serve","dev"],describe:"Start local dev server to preview LikeC4 views",builder:e=>e.positional("path",ce).option("base",Ps).option("webcomponent-prefix",vr).option("title",Ns).option("use-hash-history",ks).option("use-dot",de).option("listen",ku).option("port",Nu).options({"react-hmr":{type:"boolean",default:!0,describe:"Enable/Disable React HMR"},"build-webcomponent":{type:"boolean",default:!0,describe:"Enable/Disable Webcomponent build"}}),handler:async e=>{
556
- await lt(),await qd({path:e.path,useDotBin:e["use-dot"],base:e.base,webcomponentPrefix:e["webcomponent-prefix"],title:e.title,useHashHistory:e["use-hash-history"],listen:e.listen,port:e.port,enableHMR:e["react-hmr"],enableWebcomponent:e["build-webcomponent"]})}});async function Md({path:t,ignoreLayout:e}){const r=await ye.fromWorkspace(t,{logger:"vite",watch:!1}),n=ve("c4:views");let i=a(r);return i=i&&(e||await s(r,n)),i?0:ws(1);function a(o){return o.getErrors().length===0}async function s(o,c){
557
- const u=await o.diagrams();let l=!1;for(const f of u)f.hasLayoutDrift===!0&&(l=!0,c.error(y.red(`Layout drift detected on view '${f.id}' at ${z(t,f.sourcePath??".")}`)));return!l}}const Ud=t=>t.command({command:"validate [path]",aliases:[],describe:"Validate model syntax and manual layout",builder:e=>e.positional("path",ce).option("ignore-layout",{alias:["skip-layout"],boolean:!0,default:!1,description:"do not validate layout of views"}),handler:async e=>{await Md({path:e.path,ignoreLayout:e["ig\
558
- nore-layout"]})}});function Fd(t=bs){Xc({sinks:{console:Kc({formatter:y.isColorSupported?Yc():Jc()})},loggers:[{category:"likec4",sinks:["console"],lowestLevel:t?"debug":"info"}]})}async function Gd(){!Le()&&cd(),await ur(ou(au(tu)),Hd,ql,Td,Od,Dd,Ud,Ld,fd,t=>t.command({command:"completion",describe:"Generate completion script",handler:()=>{t.showCompletionScript()}})).scriptName("likec4").usage("Usage: $0 <command>").version(Be).alias("v","version").alias("h","help").help("help").option("verbos\
559
- e",{type:"boolean",describe:"verbose logging",global:!0}).demandCommand(1,"Please run with valid command").recommendCommands().showHelpOnFail(!0).updateStrings({"Options:":y.bold("Options:"),"Positionals:":y.bold("Arguments:"),"Commands:":y.bold("Commands:"),"Examples:":y.bold("Examples:")}).wrap(ds(ru.columns-10,{min:80,max:150})).middleware(t=>{Fd(t.verbose||bs)}).parseAsync()}Gd().catch(()=>{ws(1)}),process.on("unhandledRejection",t=>{console.error("Unhandled rejection",t)});
1759
+ ${u.dim("Documentation:")}
1760
+ ${u.underline("https://likec4.dev/tooling/mcp/#using-extension")}
1761
+ `].join("\n"));
1762
+ }
1763
+ async function startStdioMcp(path, useDotBin) {
1764
+ await LikeC4.fromWorkspace(path, {
1765
+ mcp: "stdio",
1766
+ watch: true,
1767
+ graphviz: useDotBin ? "binary" : "wasm"
1768
+ });
1769
+ }
1770
+ var mcp_default = mcpCmd;
1771
+
1772
+ //#endregion
1773
+ //#region src/cli/preview/preview.ts
1774
+ async function handler$2({ path, output: outputDir, base, listen }) {
1775
+ printServerUrls(await vitePreview({
1776
+ base,
1777
+ languageServices: await LikeC4.fromWorkspace(path, {
1778
+ logger: "vite",
1779
+ watch: false
1780
+ }),
1781
+ outputDir,
1782
+ open: !isInsideContainer(),
1783
+ listen
1784
+ }));
1785
+ }
1786
+
1787
+ //#endregion
1788
+ //#region src/cli/preview/index.ts
1789
+ const previewCmd = (yargs) => {
1790
+ return yargs.command({
1791
+ command: "preview [path]",
1792
+ describe: "Start local server to preview production build",
1793
+ builder: (yargs) => yargs.positional("path", {
1794
+ type: "string",
1795
+ desc: "Directory with LikeC4 source files\nif not specified search in current directory",
1796
+ normalize: true
1797
+ }).options({
1798
+ output: {
1799
+ alias: "o",
1800
+ type: "string",
1801
+ desc: "output directory from production build",
1802
+ normalize: true
1803
+ },
1804
+ base: {
1805
+ type: "string",
1806
+ desc: "base url the app is being served from"
1807
+ },
1808
+ "listen": {
1809
+ alias: "l",
1810
+ type: "string",
1811
+ desc: "ip address of the network interface to listen on"
1812
+ }
1813
+ }).coerce(["path", "output"], resolve$1).default("path", resolve$1("."), ".").default("listen", "127.0.0.1", "localhost"),
1814
+ handler: async (args) => {
1815
+ await handler$2(args);
1816
+ }
1817
+ });
1818
+ };
1819
+ var preview_default = previewCmd;
1820
+
1821
+ //#endregion
1822
+ //#region src/cli/serve/serve.ts
1823
+ async function handler$1({ path, useDotBin, webcomponentPrefix, title, useHashHistory, enableWebcomponent = true, enableHMR = true, base, listen, port }) {
1824
+ if (enableHMR) process.env["NODE_ENV"] = "development";
1825
+ const server = await viteDev({
1826
+ buildWebcomponent: enableWebcomponent,
1827
+ hmr: enableHMR,
1828
+ base,
1829
+ webcomponentPrefix,
1830
+ title,
1831
+ languageServices: await LikeC4.fromWorkspace(path, {
1832
+ graphviz: useDotBin ? "binary" : "wasm",
1833
+ watch: enableHMR
1834
+ }),
1835
+ useHashHistory,
1836
+ likec4AssetsDir: await mkdtemp(join(tmpdir(), ".likec4-assets-")),
1837
+ listen,
1838
+ port
1839
+ });
1840
+ server.config.logger.clearScreen("info");
1841
+ printServerUrls(server);
1842
+ }
1843
+
1844
+ //#endregion
1845
+ //#region src/cli/serve/index.ts
1846
+ const serveCmd = (yargs) => {
1847
+ return yargs.command({
1848
+ command: "start [path]",
1849
+ aliases: ["serve", "dev"],
1850
+ describe: "Start local dev server to preview LikeC4 views",
1851
+ builder: (yargs) => yargs.positional("path", path$1).option("base", base).option("webcomponent-prefix", webcomponentPrefix).option("title", title).option("use-hash-history", useHashHistory).option("use-dot", useDotBin).option("listen", listen).option("port", port).options({
1852
+ "react-hmr": {
1853
+ type: "boolean",
1854
+ default: true,
1855
+ describe: "Enable/Disable React HMR"
1856
+ },
1857
+ "build-webcomponent": {
1858
+ type: "boolean",
1859
+ default: true,
1860
+ describe: "Enable/Disable Webcomponent build"
1861
+ }
1862
+ }),
1863
+ handler: async (args) => {
1864
+ await ensureReact();
1865
+ await handler$1({
1866
+ path: args.path,
1867
+ useDotBin: args["use-dot"],
1868
+ base: args.base,
1869
+ webcomponentPrefix: args["webcomponent-prefix"],
1870
+ title: args["title"],
1871
+ useHashHistory: args["use-hash-history"],
1872
+ listen: args["listen"],
1873
+ port: args["port"],
1874
+ enableHMR: args["react-hmr"],
1875
+ enableWebcomponent: args["build-webcomponent"]
1876
+ });
1877
+ }
1878
+ });
1879
+ };
1880
+ var serve_default = serveCmd;
1881
+
1882
+ //#endregion
1883
+ //#region src/cli/validate/validate.ts
1884
+ async function handler({ path, ignoreLayout }) {
1885
+ const languageServices = await LikeC4.fromWorkspace(path, {
1886
+ logger: "vite",
1887
+ watch: false
1888
+ });
1889
+ const viewsLogger = createLikeC4Logger("c4:views");
1890
+ let valid = validateModel(languageServices);
1891
+ valid = valid && (ignoreLayout || await validateLayout(languageServices, viewsLogger));
1892
+ return valid ? 0 : exit(1);
1893
+ function validateModel(languageServices) {
1894
+ if (languageServices.getErrors().length === 0) return true;
1895
+ return false;
1896
+ }
1897
+ async function validateLayout(languageServices, logger) {
1898
+ const views = await languageServices.diagrams();
1899
+ let hasLayoutDrift = false;
1900
+ for (const view of views) if (view.drifts && view.drifts.length > 0) {
1901
+ hasLayoutDrift = true;
1902
+ logger.error(u.red(`Layout drift detected on view '${view.id}' at ${resolve(path, view.sourcePath ?? ".")}`));
1903
+ }
1904
+ if (!hasLayoutDrift) return true;
1905
+ return false;
1906
+ }
1907
+ }
1908
+
1909
+ //#endregion
1910
+ //#region src/cli/validate/index.ts
1911
+ const validateCmd = (yargs) => {
1912
+ return yargs.command({
1913
+ command: "validate [path]",
1914
+ aliases: [],
1915
+ describe: "Validate model syntax and manual layout",
1916
+ builder: (yargs) => yargs.positional("path", path$1).option("ignore-layout", {
1917
+ alias: ["skip-layout"],
1918
+ boolean: true,
1919
+ default: false,
1920
+ description: "do not validate layout of views"
1921
+ }),
1922
+ handler: async (args) => {
1923
+ await handler({
1924
+ path: args.path,
1925
+ ignoreLayout: args["ignore-layout"]
1926
+ });
1927
+ }
1928
+ });
1929
+ };
1930
+ var validate_default = validateCmd;
1931
+
1932
+ //#endregion
1933
+ //#region src/cli/index.ts
1934
+ function configurelogger(isDebug = isDevelopment) {
1935
+ configureLogger({
1936
+ sinks: { console: getConsoleSink({ formatter: u.isColorSupported ? getAnsiColorFormatter() : getConsoleFormatter() }) },
1937
+ loggers: [{
1938
+ category: "likec4",
1939
+ sinks: ["console"],
1940
+ lowestLevel: isDebug ? "debug" : "info"
1941
+ }]
1942
+ });
1943
+ }
1944
+ async function main() {
1945
+ if (!false_default && !isInsideContainer()) notifyAvailableUpdate();
1946
+ await t$1(yargs$1(hideBin(argv)), serve_default, build_default, codegen_default, export_default, preview_default, validate_default, mcp_default, check_update_default, (yargs) => yargs.command({
1947
+ command: "completion",
1948
+ describe: "Generate completion script",
1949
+ handler: () => {
1950
+ yargs.showCompletionScript();
1951
+ }
1952
+ })).scriptName("likec4").usage(`Usage: $0 <command>`).version(version).alias("v", "version").alias("h", "help").help("help").option("verbose", {
1953
+ type: "boolean",
1954
+ describe: "verbose logging",
1955
+ global: true
1956
+ }).demandCommand(1, "Please run with valid command").recommendCommands().showHelpOnFail(true).updateStrings({
1957
+ "Options:": u.bold("Options:"),
1958
+ "Positionals:": u.bold("Arguments:"),
1959
+ "Commands:": u.bold("Commands:"),
1960
+ "Examples:": u.bold("Examples:")
1961
+ }).wrap(t$5(stdout.columns - 10, {
1962
+ min: 80,
1963
+ max: 150
1964
+ })).middleware((args) => {
1965
+ configurelogger(args.verbose || isDevelopment);
1966
+ }).parseAsync();
1967
+ }
1968
+ main().catch(() => {
1969
+ exit(1);
1970
+ });
1971
+ process.on("unhandledRejection", (err) => {
1972
+ console.error(`Unhandled rejection`, err);
1973
+ });
1974
+
1975
+ //#endregion
1976
+ export { };