likec4 1.47.0 → 1.49.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.
- package/LICENSE +1 -1
- package/README.md +11 -1
- package/__app__/src/const.js +0 -25
- package/__app__/src/fonts.css +1 -1
- package/__app__/src/likec4.js +10947 -8598
- package/__app__/src/main.js +27 -2041
- package/__app__/src/routes/index.js +250 -0
- package/__app__/src/routes/projects.js +189 -0
- package/__app__/src/routes/single.js +1525 -0
- package/__app__/src/style.css +1 -1
- package/__app__/src/vendors.js +20346 -11811
- package/__app__/src/webcomponent.js +1 -1
- package/config/schema.json +211 -197
- package/dist/THIRD-PARTY-LICENSES.md +1739 -0
- package/dist/_chunks/GraphvizBinaryAdapter.mjs +72 -0
- package/dist/_chunks/filenames.mjs +14 -0
- package/dist/_chunks/index.d.mts +584 -0
- package/dist/_chunks/index2.d.mts +3442 -0
- package/dist/_chunks/libs/@chevrotain/gast.mjs +1 -0
- package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +9 -0
- package/dist/_chunks/libs/@chevrotain/utils.mjs +1 -0
- package/dist/_chunks/libs/@hono/mcp.mjs +34 -0
- package/dist/_chunks/libs/@hono/node-server.mjs +1 -0
- package/dist/_chunks/libs/@logtape/logtape.d.mts +741 -0
- package/dist/_chunks/libs/@logtape/logtape.mjs +6 -0
- package/dist/_chunks/libs/@lume/kiwi.mjs +1 -0
- package/dist/_chunks/libs/@modelcontextprotocol/sdk.d.mts +8625 -0
- package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +12 -0
- package/dist/_chunks/libs/@msgpack/msgpack.mjs +1 -0
- package/dist/_chunks/libs/@nanostores/react.d.mts +258 -0
- package/dist/_chunks/libs/@nanostores/react.mjs +1 -0
- package/dist/_chunks/libs/@smithy/util-base64.mjs +1 -0
- package/dist/_chunks/libs/ajv.mjs +1 -0
- package/dist/_chunks/libs/atomically.mjs +1 -0
- package/dist/_chunks/libs/birpc.mjs +1 -0
- package/dist/_chunks/libs/chevrotain-allstar.mjs +2 -0
- package/dist/_chunks/libs/chevrotain.mjs +58 -0
- package/dist/_chunks/libs/conf.mjs +1 -0
- package/dist/_chunks/libs/defu.mjs +1 -0
- package/dist/_chunks/libs/esm-env.mjs +1 -0
- package/dist/_chunks/libs/eventemitter3.mjs +1 -0
- package/dist/_chunks/libs/fast-equals.mjs +1 -0
- package/dist/_chunks/libs/find-up-simple.mjs +1 -0
- package/dist/_chunks/libs/get-port.mjs +1 -0
- package/dist/_chunks/libs/is-docker.mjs +1 -0
- package/dist/_chunks/libs/is-error-instance.mjs +1 -0
- package/dist/_chunks/libs/is-inside-container.mjs +1 -0
- package/dist/_chunks/libs/is-plain-obj.mjs +1 -0
- package/dist/_chunks/libs/isexe.mjs +1 -0
- package/dist/_chunks/libs/json5.mjs +14 -0
- package/dist/_chunks/libs/khroma.mjs +1 -0
- package/dist/_chunks/libs/ky.mjs +3 -0
- package/dist/_chunks/libs/langium.d.mts +12099 -0
- package/dist/_chunks/libs/langium.mjs +32 -0
- package/dist/_chunks/libs/merge-error-cause.mjs +2 -0
- package/dist/_chunks/libs/nanostores.d.mts +63 -0
- package/dist/_chunks/libs/nanostores.mjs +1 -0
- package/dist/_chunks/libs/p-limit.mjs +1 -0
- package/dist/_chunks/libs/p-queue.mjs +1 -0
- package/dist/_chunks/libs/package-manager-detector.mjs +1 -0
- package/dist/_chunks/libs/package-up.mjs +1 -0
- package/dist/_chunks/libs/parse-ms.mjs +1 -0
- package/dist/_chunks/libs/pathe.mjs +1 -0
- package/dist/_chunks/libs/picomatch.mjs +1 -0
- package/dist/_chunks/libs/pretty-ms.mjs +1 -0
- package/dist/_chunks/libs/remeda.mjs +1 -0
- package/dist/_chunks/libs/safe-stringify.mjs +1 -0
- package/dist/_chunks/libs/strip-indent.mjs +1 -0
- package/dist/_chunks/libs/tinyrainbow.mjs +1 -0
- package/dist/_chunks/libs/ts-graphviz.d.mts +10 -0
- package/dist/_chunks/libs/ts-graphviz.mjs +4 -0
- package/dist/_chunks/libs/ufo.mjs +1 -0
- package/dist/_chunks/libs/which.mjs +1 -0
- package/dist/_chunks/libs/word-wrap.mjs +12 -0
- package/dist/_chunks/node.mjs +481 -0
- package/dist/_chunks/plugin.mjs +322 -0
- package/dist/_chunks/rolldown-runtime.mjs +1 -0
- package/dist/_chunks/sequence-view.mjs +1 -0
- package/dist/cli/index.d.mts +1 -2
- package/dist/cli/index.mjs +130 -432
- package/dist/config/index.d.mts +3 -6
- package/dist/config/index.mjs +1 -1
- package/dist/index.d.mts +144 -162
- package/dist/index.mjs +1 -1
- package/dist/model/builder.d.mts +1 -1
- package/dist/model/builder.mjs +1 -1
- package/dist/model/index.d.mts +45 -43
- package/dist/model/index.mjs +1 -2
- package/dist/vite-plugin/index.d.mts +60 -59
- package/dist/vite-plugin/index.mjs +1 -1
- package/dist/vite-plugin/internal.d.mts +33 -405
- package/dist/vite-plugin/internal.mjs +1 -7
- package/package.json +86 -72
- package/react/index.d.mts +4535 -0
- package/react/index.mjs +53894 -0
- package/react/package.json +2 -3
- package/vite-plugin/internal/package.json +4 -0
- package/vite-plugin-modules.d.ts +30 -94
- package/dist/shared/likec4.CB2-Uaub.mjs +0 -47
- package/dist/shared/likec4.CDVXAxDx.mjs +0 -3573
- package/dist/shared/likec4.CRP-WAuw.mjs +0 -330
- package/dist/shared/likec4.CXTvqtC-.mjs +0 -207
- package/dist/shared/likec4.DOUP9ptn.mjs +0 -1
- package/dist/shared/likec4.DO_7oUns.mjs +0 -2
- package/dist/shared/likec4.DqDU0qex.d.mts +0 -4660
- package/dist/shared/likec4.iedqayBZ.d.mts +0 -25982
- package/icons/all/package.json +0 -4
- package/icons/all.d.ts +0 -5241
- package/icons/all.js +0 -10413
- package/icons/aws/activate.js +0 -1
- package/icons/aws/alexa-for-business.js +0 -1
- package/icons/aws/amplify.js +0 -1
- package/icons/aws/apache-mxnet-on-aws.js +0 -1
- package/icons/aws/api-gateway.js +0 -1
- package/icons/aws/app-config.js +0 -1
- package/icons/aws/app-flow.js +0 -1
- package/icons/aws/app-mesh.js +0 -1
- package/icons/aws/app-runner.js +0 -1
- package/icons/aws/app-stream.js +0 -1
- package/icons/aws/app-sync.js +0 -1
- package/icons/aws/application-auto-scaling.js +0 -1
- package/icons/aws/application-composer.js +0 -1
- package/icons/aws/application-cost-profiler.js +0 -1
- package/icons/aws/application-discovery-service.js +0 -1
- package/icons/aws/application-migration-service.js +0 -1
- package/icons/aws/artifact.js +0 -1
- package/icons/aws/athena.js +0 -1
- package/icons/aws/audit-manager.js +0 -1
- package/icons/aws/augmented-ai-a2i.js +0 -1
- package/icons/aws/aurora.js +0 -1
- package/icons/aws/auto-scaling.js +0 -1
- package/icons/aws/backint-agent.js +0 -1
- package/icons/aws/backup.js +0 -1
- package/icons/aws/batch.js +0 -1
- package/icons/aws/billing-conductor.js +0 -1
- package/icons/aws/bottlerocket.js +0 -1
- package/icons/aws/braket.js +0 -1
- package/icons/aws/budgets.js +0 -1
- package/icons/aws/certificate-manager.js +0 -1
- package/icons/aws/chatbot.js +0 -1
- package/icons/aws/chime-sdk.js +0 -1
- package/icons/aws/chime-voice-connector.js +0 -1
- package/icons/aws/chime.js +0 -1
- package/icons/aws/clean-rooms.js +0 -1
- package/icons/aws/client-vpn.js +0 -1
- package/icons/aws/cloud-control-api.js +0 -1
- package/icons/aws/cloud-development-kit.js +0 -1
- package/icons/aws/cloud-directory.js +0 -1
- package/icons/aws/cloud-formation.js +0 -1
- package/icons/aws/cloud-front.js +0 -1
- package/icons/aws/cloud-hsm.js +0 -1
- package/icons/aws/cloud-map.js +0 -1
- package/icons/aws/cloud-search.js +0 -1
- package/icons/aws/cloud-shell.js +0 -1
- package/icons/aws/cloud-trail.js +0 -1
- package/icons/aws/cloud-wan.js +0 -1
- package/icons/aws/cloud-watch.js +0 -1
- package/icons/aws/cloud9.js +0 -1
- package/icons/aws/code-artifact.js +0 -1
- package/icons/aws/code-build.js +0 -1
- package/icons/aws/code-catalyst.js +0 -1
- package/icons/aws/code-commit.js +0 -1
- package/icons/aws/code-deploy.js +0 -1
- package/icons/aws/code-guru.js +0 -1
- package/icons/aws/code-pipeline.js +0 -1
- package/icons/aws/code-star.js +0 -1
- package/icons/aws/code-whisperer.js +0 -1
- package/icons/aws/cognito.js +0 -1
- package/icons/aws/command-line-interface.js +0 -1
- package/icons/aws/comprehend-medical.js +0 -1
- package/icons/aws/comprehend.js +0 -1
- package/icons/aws/compute-optimizer.js +0 -1
- package/icons/aws/config.js +0 -1
- package/icons/aws/connect.js +0 -1
- package/icons/aws/console-mobile-application.js +0 -1
- package/icons/aws/control-tower.js +0 -1
- package/icons/aws/corretto.js +0 -1
- package/icons/aws/cost-and-usage-report.js +0 -1
- package/icons/aws/cost-explorer.js +0 -1
- package/icons/aws/data-exchange.js +0 -1
- package/icons/aws/data-pipeline.js +0 -1
- package/icons/aws/data-sync.js +0 -1
- package/icons/aws/data-zone.js +0 -1
- package/icons/aws/database-migration-service.js +0 -1
- package/icons/aws/deep-composer.js +0 -1
- package/icons/aws/deep-learning-amis.js +0 -1
- package/icons/aws/deep-learning-containers.js +0 -1
- package/icons/aws/deep-lens.js +0 -1
- package/icons/aws/deep-racer.js +0 -1
- package/icons/aws/detective.js +0 -1
- package/icons/aws/dev-ops-guru.js +0 -1
- package/icons/aws/device-farm.js +0 -1
- package/icons/aws/direct-connect.js +0 -1
- package/icons/aws/directory-service.js +0 -1
- package/icons/aws/distro-for-open-telemetry.js +0 -1
- package/icons/aws/document-db.js +0 -1
- package/icons/aws/dynamo-db.js +0 -1
- package/icons/aws/ec2-auto-scaling.js +0 -1
- package/icons/aws/ec2-image-builder.js +0 -1
- package/icons/aws/ec2.js +0 -1
- package/icons/aws/ecs-anywhere.js +0 -1
- package/icons/aws/efs.js +0 -1
- package/icons/aws/eks-anywhere.js +0 -1
- package/icons/aws/eks-cloud.js +0 -1
- package/icons/aws/eks-distro.js +0 -1
- package/icons/aws/elasti-cache.js +0 -1
- package/icons/aws/elastic-beanstalk.js +0 -1
- package/icons/aws/elastic-block-store.js +0 -1
- package/icons/aws/elastic-container-registry.js +0 -1
- package/icons/aws/elastic-container-service.js +0 -1
- package/icons/aws/elastic-disaster-recovery.js +0 -1
- package/icons/aws/elastic-fabric-adapter.js +0 -1
- package/icons/aws/elastic-inference.js +0 -1
- package/icons/aws/elastic-kubernetes-service.js +0 -1
- package/icons/aws/elastic-load-balancing.js +0 -1
- package/icons/aws/elastic-transcoder.js +0 -1
- package/icons/aws/elemental-appliances-software.js +0 -1
- package/icons/aws/elemental-conductor.js +0 -1
- package/icons/aws/elemental-delta.js +0 -1
- package/icons/aws/elemental-link.js +0 -1
- package/icons/aws/elemental-live.js +0 -1
- package/icons/aws/elemental-media-connect.js +0 -1
- package/icons/aws/elemental-media-convert.js +0 -1
- package/icons/aws/elemental-media-live.js +0 -1
- package/icons/aws/elemental-media-package.js +0 -1
- package/icons/aws/elemental-media-store.js +0 -1
- package/icons/aws/elemental-media-tailor.js +0 -1
- package/icons/aws/elemental-server.js +0 -1
- package/icons/aws/emr.js +0 -1
- package/icons/aws/event-bridge.js +0 -1
- package/icons/aws/express-workflows.js +0 -1
- package/icons/aws/fargate.js +0 -1
- package/icons/aws/fault-injection-simulator.js +0 -1
- package/icons/aws/file-cache.js +0 -1
- package/icons/aws/fin-space.js +0 -1
- package/icons/aws/firewall-manager.js +0 -1
- package/icons/aws/forecast.js +0 -1
- package/icons/aws/fraud-detector.js +0 -1
- package/icons/aws/free-rtos.js +0 -1
- package/icons/aws/fsx-for-lustre.js +0 -1
- package/icons/aws/fsx-for-net-app-ontap.js +0 -1
- package/icons/aws/fsx-for-open-zfs.js +0 -1
- package/icons/aws/fsx-for-wfs.js +0 -1
- package/icons/aws/fsx.js +0 -1
- package/icons/aws/game-kit.js +0 -1
- package/icons/aws/game-lift.js +0 -1
- package/icons/aws/game-sparks.js +0 -1
- package/icons/aws/genomics-cli.js +0 -1
- package/icons/aws/global-accelerator.js +0 -1
- package/icons/aws/glue-data-brew.js +0 -1
- package/icons/aws/glue-elastic-views.js +0 -1
- package/icons/aws/glue.js +0 -1
- package/icons/aws/ground-station.js +0 -1
- package/icons/aws/guard-duty.js +0 -1
- package/icons/aws/health-lake.js +0 -1
- package/icons/aws/honeycode.js +0 -1
- package/icons/aws/iam-identity-center.js +0 -1
- package/icons/aws/identity-and-access-management.js +0 -1
- package/icons/aws/inspector.js +0 -1
- package/icons/aws/interactive-video-service.js +0 -1
- package/icons/aws/io-t-1-click.js +0 -1
- package/icons/aws/io-t-analytics.js +0 -1
- package/icons/aws/io-t-button.js +0 -1
- package/icons/aws/io-t-core.js +0 -1
- package/icons/aws/io-t-device-defender.js +0 -1
- package/icons/aws/io-t-device-management.js +0 -1
- package/icons/aws/io-t-edu-kit.js +0 -1
- package/icons/aws/io-t-events.js +0 -1
- package/icons/aws/io-t-express-link.js +0 -1
- package/icons/aws/io-t-fleet-wise.js +0 -1
- package/icons/aws/io-t-greengrass.js +0 -1
- package/icons/aws/io-t-robo-runner.js +0 -1
- package/icons/aws/io-t-site-wise.js +0 -1
- package/icons/aws/io-t-things-graph.js +0 -1
- package/icons/aws/io-t-twin-maker.js +0 -1
- package/icons/aws/iq.js +0 -1
- package/icons/aws/kendra.js +0 -1
- package/icons/aws/key-management-service.js +0 -1
- package/icons/aws/keyspaces.js +0 -1
- package/icons/aws/kinesis-data-analytics.js +0 -1
- package/icons/aws/kinesis-data-streams.js +0 -1
- package/icons/aws/kinesis-firehose.js +0 -1
- package/icons/aws/kinesis-video-streams.js +0 -1
- package/icons/aws/kinesis.js +0 -1
- package/icons/aws/lake-formation.js +0 -1
- package/icons/aws/lambda.js +0 -1
- package/icons/aws/launch-wizard.js +0 -1
- package/icons/aws/lex.js +0 -1
- package/icons/aws/license-manager.js +0 -1
- package/icons/aws/lightsail.js +0 -1
- package/icons/aws/local-zones.js +0 -1
- package/icons/aws/location-service.js +0 -1
- package/icons/aws/lookout-for-equipment.js +0 -1
- package/icons/aws/lookout-for-metrics.js +0 -1
- package/icons/aws/lookout-for-vision.js +0 -1
- package/icons/aws/lumberyard.js +0 -1
- package/icons/aws/macie.js +0 -1
- package/icons/aws/mainframe-modernization.js +0 -1
- package/icons/aws/managed-blockchain.js +0 -1
- package/icons/aws/managed-grafana.js +0 -1
- package/icons/aws/managed-service-for-prometheus.js +0 -1
- package/icons/aws/managed-services.js +0 -1
- package/icons/aws/managed-streaming-for-apache-kafka.js +0 -1
- package/icons/aws/managed-workflows-for-apache-airflow.js +0 -1
- package/icons/aws/management-console.js +0 -1
- package/icons/aws/marketplace-dark.js +0 -1
- package/icons/aws/marketplace-light.js +0 -1
- package/icons/aws/memory-db-for-redis.js +0 -1
- package/icons/aws/migration-evaluator.js +0 -1
- package/icons/aws/migration-hub.js +0 -1
- package/icons/aws/monitron.js +0 -1
- package/icons/aws/mq.js +0 -1
- package/icons/aws/neptune.js +0 -1
- package/icons/aws/network-firewall.js +0 -1
- package/icons/aws/neuron.js +0 -1
- package/icons/aws/nice-dcv.js +0 -1
- package/icons/aws/nice-engin-frame.js +0 -1
- package/icons/aws/nimble-studio.js +0 -1
- package/icons/aws/nitro-enclaves.js +0 -1
- package/icons/aws/omics.js +0 -1
- package/icons/aws/open-3d-engine.js +0 -1
- package/icons/aws/open-search-service.js +0 -1
- package/icons/aws/ops-works.js +0 -1
- package/icons/aws/organizations.js +0 -1
- package/icons/aws/outposts-family.js +0 -1
- package/icons/aws/outposts-rack.js +0 -1
- package/icons/aws/outposts-servers.js +0 -1
- package/icons/aws/panorama.js +0 -1
- package/icons/aws/parallel-cluster.js +0 -1
- package/icons/aws/personal-health-dashboard.js +0 -1
- package/icons/aws/personalize.js +0 -1
- package/icons/aws/pinpoint-apis.js +0 -1
- package/icons/aws/pinpoint.js +0 -1
- package/icons/aws/polly.js +0 -1
- package/icons/aws/private-5g.js +0 -1
- package/icons/aws/private-certificate-authority.js +0 -1
- package/icons/aws/private-link.js +0 -1
- package/icons/aws/professional-services.js +0 -1
- package/icons/aws/proton.js +0 -1
- package/icons/aws/quantum-ledger-database.js +0 -1
- package/icons/aws/quick-sight.js +0 -1
- package/icons/aws/rds-on-vmware.js +0 -1
- package/icons/aws/rds.js +0 -1
- package/icons/aws/re-post.js +0 -1
- package/icons/aws/red-hat-open-shift-service-on-aws.js +0 -1
- package/icons/aws/redshift.js +0 -1
- package/icons/aws/rekognition.js +0 -1
- package/icons/aws/reserved-instance-reporting.js +0 -1
- package/icons/aws/resilience-hub.js +0 -1
- package/icons/aws/resource-access-manager.js +0 -1
- package/icons/aws/resource-explorer.js +0 -1
- package/icons/aws/robo-maker.js +0 -1
- package/icons/aws/route-53.js +0 -1
- package/icons/aws/s3-on-outposts.js +0 -1
- package/icons/aws/sage-maker-ground-truth.js +0 -1
- package/icons/aws/sage-maker-studio-lab.js +0 -1
- package/icons/aws/sage-maker.js +0 -1
- package/icons/aws/savings-plans.js +0 -1
- package/icons/aws/secrets-manager.js +0 -1
- package/icons/aws/security-hub.js +0 -1
- package/icons/aws/security-lake.js +0 -1
- package/icons/aws/server-migration-service.js +0 -1
- package/icons/aws/serverless-application-repository.js +0 -1
- package/icons/aws/service-catalog.js +0 -1
- package/icons/aws/service-management-connector.js +0 -1
- package/icons/aws/shield.js +0 -1
- package/icons/aws/signer.js +0 -1
- package/icons/aws/sim-space-weaver.js +0 -1
- package/icons/aws/simple-email-service.js +0 -1
- package/icons/aws/simple-notification-service.js +0 -1
- package/icons/aws/simple-queue-service.js +0 -1
- package/icons/aws/simple-storage-service-glacier.js +0 -1
- package/icons/aws/simple-storage-service.js +0 -1
- package/icons/aws/site-to-site-vpn.js +0 -1
- package/icons/aws/snowball-edge.js +0 -1
- package/icons/aws/snowball.js +0 -1
- package/icons/aws/snowcone.js +0 -1
- package/icons/aws/snowmobile.js +0 -1
- package/icons/aws/step-functions.js +0 -1
- package/icons/aws/storage-gateway.js +0 -1
- package/icons/aws/sumerian.js +0 -1
- package/icons/aws/supply-chain.js +0 -1
- package/icons/aws/support.js +0 -1
- package/icons/aws/systems-manager.js +0 -1
- package/icons/aws/tensor-flow-on-aws.js +0 -1
- package/icons/aws/textract.js +0 -1
- package/icons/aws/thinkbox-deadline.js +0 -1
- package/icons/aws/thinkbox-frost.js +0 -1
- package/icons/aws/thinkbox-krakatoa.js +0 -1
- package/icons/aws/thinkbox-sequoia.js +0 -1
- package/icons/aws/thinkbox-stoke.js +0 -1
- package/icons/aws/thinkbox-xmesh.js +0 -1
- package/icons/aws/timestream.js +0 -1
- package/icons/aws/tools-and-sdks.js +0 -1
- package/icons/aws/torch-serve.js +0 -1
- package/icons/aws/training-certification.js +0 -1
- package/icons/aws/transcribe.js +0 -1
- package/icons/aws/transfer-family.js +0 -1
- package/icons/aws/transit-gateway.js +0 -1
- package/icons/aws/translate.js +0 -1
- package/icons/aws/trusted-advisor.js +0 -1
- package/icons/aws/verified-access.js +0 -1
- package/icons/aws/verified-permissions.js +0 -1
- package/icons/aws/virtual-private-cloud.js +0 -1
- package/icons/aws/vmware-cloud-on-aws.js +0 -1
- package/icons/aws/vpc-lattice.js +0 -1
- package/icons/aws/waf.js +0 -1
- package/icons/aws/wavelength.js +0 -1
- package/icons/aws/well-architected-tool.js +0 -1
- package/icons/aws/wickr.js +0 -1
- package/icons/aws/work-docs-sdk.js +0 -1
- package/icons/aws/work-docs.js +0 -1
- package/icons/aws/work-link.js +0 -1
- package/icons/aws/work-mail.js +0 -1
- package/icons/aws/work-spaces-family.js +0 -1
- package/icons/aws/x-ray.js +0 -1
- package/icons/azure/abs-member.js +0 -1
- package/icons/azure/active-directory-connect-health.js +0 -1
- package/icons/azure/activity-log.js +0 -1
- package/icons/azure/administrative-units.js +0 -1
- package/icons/azure/advisor.js +0 -1
- package/icons/azure/ai-at-edge.js +0 -1
- package/icons/azure/ai-studio.js +0 -1
- package/icons/azure/aks-automatic.js +0 -1
- package/icons/azure/aks-istio.js +0 -1
- package/icons/azure/alerts.js +0 -1
- package/icons/azure/all-resources.js +0 -1
- package/icons/azure/analysis-services.js +0 -1
- package/icons/azure/anomaly-detector.js +0 -1
- package/icons/azure/api-center.js +0 -1
- package/icons/azure/api-connections.js +0 -1
- package/icons/azure/api-management-services.js +0 -1
- package/icons/azure/api-proxy.js +0 -1
- package/icons/azure/app-compliance-automation.js +0 -1
- package/icons/azure/app-configuration.js +0 -1
- package/icons/azure/app-registrations.js +0 -1
- package/icons/azure/app-service-certificates.js +0 -1
- package/icons/azure/app-service-domains.js +0 -1
- package/icons/azure/app-service-environments.js +0 -1
- package/icons/azure/app-service-plans.js +0 -1
- package/icons/azure/app-services.js +0 -1
- package/icons/azure/app-space-component.js +0 -1
- package/icons/azure/app-space.js +0 -1
- package/icons/azure/applens.js +0 -1
- package/icons/azure/application-gateway-containers.js +0 -1
- package/icons/azure/application-gateways.js +0 -1
- package/icons/azure/application-group.js +0 -1
- package/icons/azure/application-insights.js +0 -1
- package/icons/azure/application-security-groups.js +0 -1
- package/icons/azure/aquila.js +0 -1
- package/icons/azure/arc-data-services.js +0 -1
- package/icons/azure/arc-kubernetes.js +0 -1
- package/icons/azure/arc-machines.js +0 -1
- package/icons/azure/arc-postgre-sql.js +0 -1
- package/icons/azure/arc-sql-managed-instance.js +0 -1
- package/icons/azure/arc-sql-server.js +0 -1
- package/icons/azure/atm-multistack.js +0 -1
- package/icons/azure/auto-scale.js +0 -1
- package/icons/azure/automanaged-vm.js +0 -1
- package/icons/azure/automation-accounts.js +0 -1
- package/icons/azure/availability-sets.js +0 -1
- package/icons/azure/avs-vm.js +0 -1
- package/icons/azure/azure-a.js +0 -1
- package/icons/azure/azure-ad-b2c.js +0 -1
- package/icons/azure/azure-api-for-fhir.js +0 -1
- package/icons/azure/azure-applied-ai-services.js +0 -1
- package/icons/azure/azure-arc.js +0 -1
- package/icons/azure/azure-attestation.js +0 -1
- package/icons/azure/azure-backup-center.js +0 -1
- package/icons/azure/azure-blockchain-service.js +0 -1
- package/icons/azure/azure-center-for-sap.js +0 -1
- package/icons/azure/azure-chaos-studio.js +0 -1
- package/icons/azure/azure-cloud-shell.js +0 -1
- package/icons/azure/azure-communication-services.js +0 -1
- package/icons/azure/azure-communications-gateway.js +0 -1
- package/icons/azure/azure-compute-galleries.js +0 -1
- package/icons/azure/azure-consumption-commitment.js +0 -1
- package/icons/azure/azure-cosmos-db.js +0 -1
- package/icons/azure/azure-data-catalog.js +0 -1
- package/icons/azure/azure-data-explorer-clusters.js +0 -1
- package/icons/azure/azure-database-maria-db-server.js +0 -1
- package/icons/azure/azure-database-migration-services.js +0 -1
- package/icons/azure/azure-database-my-sql-server.js +0 -1
- package/icons/azure/azure-database-postgre-sql-server-group.js +0 -1
- package/icons/azure/azure-database-postgre-sql-server.js +0 -1
- package/icons/azure/azure-databox-gateway.js +0 -1
- package/icons/azure/azure-databricks.js +0 -1
- package/icons/azure/azure-deployment-environments.js +0 -1
- package/icons/azure/azure-dev-ops.js +0 -1
- package/icons/azure/azure-dev-tunnels.js +0 -1
- package/icons/azure/azure-edge-hardware-center.js +0 -1
- package/icons/azure/azure-experimentation-studio.js +0 -1
- package/icons/azure/azure-fileshares.js +0 -1
- package/icons/azure/azure-firewall-manager.js +0 -1
- package/icons/azure/azure-firewall-policy.js +0 -1
- package/icons/azure/azure-hcp-cache.js +0 -1
- package/icons/azure/azure-hpc-workbenches.js +0 -1
- package/icons/azure/azure-hybrid-center.js +0 -1
- package/icons/azure/azure-information-protection.js +0 -1
- package/icons/azure/azure-io-t-operations.js +0 -1
- package/icons/azure/azure-lighthouse.js +0 -1
- package/icons/azure/azure-load-testing.js +0 -1
- package/icons/azure/azure-managed-grafana.js +0 -1
- package/icons/azure/azure-managed-redis.js +0 -1
- package/icons/azure/azure-maps-accounts.js +0 -1
- package/icons/azure/azure-media-service.js +0 -1
- package/icons/azure/azure-migrate.js +0 -1
- package/icons/azure/azure-monitor-dashboard.js +0 -1
- package/icons/azure/azure-monitor-pipeline.js +0 -1
- package/icons/azure/azure-monitors-for-sap-solutions.js +0 -1
- package/icons/azure/azure-net-app-files.js +0 -1
- package/icons/azure/azure-network-function-manager-functions.js +0 -1
- package/icons/azure/azure-network-function-manager.js +0 -1
- package/icons/azure/azure-object-understanding.js +0 -1
- package/icons/azure/azure-open-ai.js +0 -1
- package/icons/azure/azure-operator-5g-core.js +0 -1
- package/icons/azure/azure-operator-insights.js +0 -1
- package/icons/azure/azure-operator-nexus.js +0 -1
- package/icons/azure/azure-operator-service-manager.js +0 -1
- package/icons/azure/azure-orbital.js +0 -1
- package/icons/azure/azure-programmable-connectivity.js +0 -1
- package/icons/azure/azure-purview-accounts.js +0 -1
- package/icons/azure/azure-quotas.js +0 -1
- package/icons/azure/azure-red-hat-open-shift.js +0 -1
- package/icons/azure/azure-sentinel.js +0 -1
- package/icons/azure/azure-service-bus.js +0 -1
- package/icons/azure/azure-sphere.js +0 -1
- package/icons/azure/azure-spring-apps.js +0 -1
- package/icons/azure/azure-sql-edge.js +0 -1
- package/icons/azure/azure-sql-server-stretch-databases.js +0 -1
- package/icons/azure/azure-sql-vm.js +0 -1
- package/icons/azure/azure-sql.js +0 -1
- package/icons/azure/azure-stack-edge.js +0 -1
- package/icons/azure/azure-stack-hci-sizer.js +0 -1
- package/icons/azure/azure-stack.js +0 -1
- package/icons/azure/azure-storage-mover.js +0 -1
- package/icons/azure/azure-support-center-blue.js +0 -1
- package/icons/azure/azure-sustainability.js +0 -1
- package/icons/azure/azure-synapse-analytics.js +0 -1
- package/icons/azure/azure-token-service.js +0 -1
- package/icons/azure/azure-video-indexer.js +0 -1
- package/icons/azure/azure-virtual-desktop.js +0 -1
- package/icons/azure/azure-vmware-solution.js +0 -1
- package/icons/azure/azure-workbooks.js +0 -1
- package/icons/azure/azurite.js +0 -1
- package/icons/azure/backlog.js +0 -1
- package/icons/azure/backup-vault.js +0 -1
- package/icons/azure/bare-metal-infrastructure.js +0 -1
- package/icons/azure/bastions.js +0 -1
- package/icons/azure/batch-accounts.js +0 -1
- package/icons/azure/batch-ai.js +0 -1
- package/icons/azure/biz-talk.js +0 -1
- package/icons/azure/blob-block.js +0 -1
- package/icons/azure/blob-page.js +0 -1
- package/icons/azure/blockchain-applications.js +0 -1
- package/icons/azure/blueprints.js +0 -1
- package/icons/azure/bonsai.js +0 -1
- package/icons/azure/bot-services.js +0 -1
- package/icons/azure/branch.js +0 -1
- package/icons/azure/breeze.js +0 -1
- package/icons/azure/browser.js +0 -1
- package/icons/azure/bug.js +0 -1
- package/icons/azure/builds.js +0 -1
- package/icons/azure/business-process-tracking.js +0 -1
- package/icons/azure/cache-redis.js +0 -1
- package/icons/azure/cache.js +0 -1
- package/icons/azure/capacity-reservation-groups.js +0 -1
- package/icons/azure/capacity.js +0 -1
- package/icons/azure/cdn-profiles.js +0 -1
- package/icons/azure/central-service-instance-for-sap.js +0 -1
- package/icons/azure/ceres.js +0 -1
- package/icons/azure/change-analysis.js +0 -1
- package/icons/azure/client-apps.js +0 -1
- package/icons/azure/cloud-services-classic.js +0 -1
- package/icons/azure/cloud-services-extended-support.js +0 -1
- package/icons/azure/cloud-test.js +0 -1
- package/icons/azure/code-optimization.js +0 -1
- package/icons/azure/code.js +0 -1
- package/icons/azure/cognitive-search.js +0 -1
- package/icons/azure/cognitive-services-decisions.js +0 -1
- package/icons/azure/cognitive-services.js +0 -1
- package/icons/azure/collaborative-service.js +0 -1
- package/icons/azure/commit.js +0 -1
- package/icons/azure/community-images.js +0 -1
- package/icons/azure/compliance-center.js +0 -1
- package/icons/azure/compliance.js +0 -1
- package/icons/azure/compute-fleet.js +0 -1
- package/icons/azure/computer-vision.js +0 -1
- package/icons/azure/conditional-access.js +0 -1
- package/icons/azure/confidential-ledgers.js +0 -1
- package/icons/azure/connected-cache.js +0 -1
- package/icons/azure/connected-vehicle-platform.js +0 -1
- package/icons/azure/connections.js +0 -1
- package/icons/azure/consortium.js +0 -1
- package/icons/azure/container-apps-environments.js +0 -1
- package/icons/azure/container-instances.js +0 -1
- package/icons/azure/container-registries.js +0 -1
- package/icons/azure/container-services-deprecated.js +0 -1
- package/icons/azure/content-moderators.js +0 -1
- package/icons/azure/content-safety.js +0 -1
- package/icons/azure/controls-horizontal.js +0 -1
- package/icons/azure/controls.js +0 -1
- package/icons/azure/cost-alerts.js +0 -1
- package/icons/azure/cost-analysis.js +0 -1
- package/icons/azure/cost-budgets.js +0 -1
- package/icons/azure/cost-export.js +0 -1
- package/icons/azure/cost-management-and-billing.js +0 -1
- package/icons/azure/cost-management.js +0 -1
- package/icons/azure/counter.js +0 -1
- package/icons/azure/cubes.js +0 -1
- package/icons/azure/custom-ip-prefix.js +0 -1
- package/icons/azure/custom-vision.js +0 -1
- package/icons/azure/customer-lockbox-for-microsoft-azure.js +0 -1
- package/icons/azure/dashboard-hub.js +0 -1
- package/icons/azure/dashboard.js +0 -1
- package/icons/azure/data-box.js +0 -1
- package/icons/azure/data-collection-rules.js +0 -1
- package/icons/azure/data-factories.js +0 -1
- package/icons/azure/data-lake-analytics.js +0 -1
- package/icons/azure/data-lake-storage-gen1.js +0 -1
- package/icons/azure/data-lake-store-gen1.js +0 -1
- package/icons/azure/data-share-invitations.js +0 -1
- package/icons/azure/data-shares.js +0 -1
- package/icons/azure/data-virtualization.js +0 -1
- package/icons/azure/database-instance-for-sap.js +0 -1
- package/icons/azure/ddo-s-protection-plans.js +0 -1
- package/icons/azure/dedicated-hsm.js +0 -1
- package/icons/azure/defender-cm-local-manager.js +0 -1
- package/icons/azure/defender-dcs-controller.js +0 -1
- package/icons/azure/defender-distributer-control-system.js +0 -1
- package/icons/azure/defender-engineering-station.js +0 -1
- package/icons/azure/defender-external-management.js +0 -1
- package/icons/azure/defender-freezer-monitor.js +0 -1
- package/icons/azure/defender-historian.js +0 -1
- package/icons/azure/defender-hmi.js +0 -1
- package/icons/azure/defender-industrial-packaging-system.js +0 -1
- package/icons/azure/defender-industrial-printer.js +0 -1
- package/icons/azure/defender-industrial-robot.js +0 -1
- package/icons/azure/defender-industrial-scale-system.js +0 -1
- package/icons/azure/defender-marquee.js +0 -1
- package/icons/azure/defender-meter.js +0 -1
- package/icons/azure/defender-plc.js +0 -1
- package/icons/azure/defender-pneumatic-device.js +0 -1
- package/icons/azure/defender-programable-board.js +0 -1
- package/icons/azure/defender-relay.js +0 -1
- package/icons/azure/defender-robot-controller.js +0 -1
- package/icons/azure/defender-rtu.js +0 -1
- package/icons/azure/defender-sensor.js +0 -1
- package/icons/azure/defender-slot.js +0 -1
- package/icons/azure/defender-web-guiding-system.js +0 -1
- package/icons/azure/detonation.js +0 -1
- package/icons/azure/dev-console.js +0 -1
- package/icons/azure/dev-ops-starter.js +0 -1
- package/icons/azure/dev-test-labs.js +0 -1
- package/icons/azure/device-compliance.js +0 -1
- package/icons/azure/device-configuration.js +0 -1
- package/icons/azure/device-enrollment.js +0 -1
- package/icons/azure/device-provisioning-services.js +0 -1
- package/icons/azure/device-security-apple.js +0 -1
- package/icons/azure/device-security-google.js +0 -1
- package/icons/azure/device-security-windows.js +0 -1
- package/icons/azure/device-update-io-t-hub.js +0 -1
- package/icons/azure/devices.js +0 -1
- package/icons/azure/diagnostics-settings.js +0 -1
- package/icons/azure/digital-twins.js +0 -1
- package/icons/azure/disk-encryption-sets.js +0 -1
- package/icons/azure/disk-pool.js +0 -1
- package/icons/azure/disks-classic.js +0 -1
- package/icons/azure/disks-snapshots.js +0 -1
- package/icons/azure/disks.js +0 -1
- package/icons/azure/dns-multistack.js +0 -1
- package/icons/azure/dns-private-resolver.js +0 -1
- package/icons/azure/dns-security-policy.js +0 -1
- package/icons/azure/dns-zones.js +0 -1
- package/icons/azure/download.js +0 -1
- package/icons/azure/e-books.js +0 -1
- package/icons/azure/edge-actions.js +0 -1
- package/icons/azure/edge-management.js +0 -1
- package/icons/azure/edge-storage-accelerator.js +0 -1
- package/icons/azure/education.js +0 -1
- package/icons/azure/elastic-job-agents.js +0 -1
- package/icons/azure/elastic-san.js +0 -1
- package/icons/azure/endpoint-analytics.js +0 -1
- package/icons/azure/engage-center-connect.js +0 -1
- package/icons/azure/enterprise-applications.js +0 -1
- package/icons/azure/entra-connect-health.js +0 -1
- package/icons/azure/entra-connect-sync.js +0 -1
- package/icons/azure/entra-connect.js +0 -1
- package/icons/azure/entra-domain-services.js +0 -1
- package/icons/azure/entra-global-secure-access.js +0 -1
- package/icons/azure/entra-id-protection.js +0 -1
- package/icons/azure/entra-identity-custom-roles.js +0 -1
- package/icons/azure/entra-identity-licenses.js +0 -1
- package/icons/azure/entra-identity-risky-signins.js +0 -1
- package/icons/azure/entra-identity-risky-users.js +0 -1
- package/icons/azure/entra-identity-roles-and-administrators.js +0 -1
- package/icons/azure/entra-internet-access.js +0 -1
- package/icons/azure/entra-managed-identities.js +0 -1
- package/icons/azure/entra-private-access.js +0 -1
- package/icons/azure/entra-privleged-identity-management.js +0 -1
- package/icons/azure/entra-verified-id.js +0 -1
- package/icons/azure/error.js +0 -1
- package/icons/azure/event-grid-domains.js +0 -1
- package/icons/azure/event-grid-subscriptions.js +0 -1
- package/icons/azure/event-grid-topics.js +0 -1
- package/icons/azure/event-hub-clusters.js +0 -1
- package/icons/azure/event-hubs.js +0 -1
- package/icons/azure/exchange-access.js +0 -1
- package/icons/azure/exchange-on-premises-access.js +0 -1
- package/icons/azure/express-route-circuits.js +0 -1
- package/icons/azure/express-route-direct.js +0 -1
- package/icons/azure/express-route-traffic-collector.js +0 -1
- package/icons/azure/extended-security-updates.js +0 -1
- package/icons/azure/extensions.js +0 -1
- package/icons/azure/external-id-modified.js +0 -1
- package/icons/azure/external-id.js +0 -1
- package/icons/azure/external-identities.js +0 -1
- package/icons/azure/face-apis.js +0 -1
- package/icons/azure/feature-previews.js +0 -1
- package/icons/azure/fhir-service.js +0 -1
- package/icons/azure/fiji.js +0 -1
- package/icons/azure/file.js +0 -1
- package/icons/azure/files.js +0 -1
- package/icons/azure/firewalls.js +0 -1
- package/icons/azure/folder-blank.js +0 -1
- package/icons/azure/folder-website.js +0 -1
- package/icons/azure/form-recognizers.js +0 -1
- package/icons/azure/frd-qa.js +0 -1
- package/icons/azure/free-services.js +0 -1
- package/icons/azure/front-door-and-cdn-profiles.js +0 -1
- package/icons/azure/ftp.js +0 -1
- package/icons/azure/function-apps.js +0 -1
- package/icons/azure/gear.js +0 -1
- package/icons/azure/genomics-accounts.js +0 -1
- package/icons/azure/genomics.js +0 -1
- package/icons/azure/globe-error.js +0 -1
- package/icons/azure/globe-success.js +0 -1
- package/icons/azure/globe-warning.js +0 -1
- package/icons/azure/groups.js +0 -1
- package/icons/azure/guide.js +0 -1
- package/icons/azure/hd-insight-clusters.js +0 -1
- package/icons/azure/hdi-aks-cluster.js +0 -1
- package/icons/azure/heart.js +0 -1
- package/icons/azure/help-and-support.js +0 -1
- package/icons/azure/host-groups.js +0 -1
- package/icons/azure/host-pools.js +0 -1
- package/icons/azure/hosts.js +0 -1
- package/icons/azure/hybrid-connectivity-hub.js +0 -1
- package/icons/azure/ic-m-troubleshooting.js +0 -1
- package/icons/azure/identity-governance.js +0 -1
- package/icons/azure/identity-multi-factor-authentication.js +0 -1
- package/icons/azure/identity-secure-score.js +0 -1
- package/icons/azure/image-definitions.js +0 -1
- package/icons/azure/image-templates.js +0 -1
- package/icons/azure/image-versions.js +0 -1
- package/icons/azure/image.js +0 -1
- package/icons/azure/images.js +0 -1
- package/icons/azure/immersive-readers.js +0 -1
- package/icons/azure/import-export-jobs.js +0 -1
- package/icons/azure/industrial-io-t.js +0 -1
- package/icons/azure/information.js +0 -1
- package/icons/azure/infrastructure-backup.js +0 -1
- package/icons/azure/input-output.js +0 -1
- package/icons/azure/instance-pools.js +0 -1
- package/icons/azure/integration-accounts.js +0 -1
- package/icons/azure/integration-environments.js +0 -1
- package/icons/azure/integration-service-environments.js +0 -1
- package/icons/azure/internet-analyzer-profiles.js +0 -1
- package/icons/azure/intune-app-protection.js +0 -1
- package/icons/azure/intune-for-education.js +0 -1
- package/icons/azure/intune-trends.js +0 -1
- package/icons/azure/intune.js +0 -1
- package/icons/azure/io-t-central-applications.js +0 -1
- package/icons/azure/io-t-edge.js +0 -1
- package/icons/azure/io-t-hub.js +0 -1
- package/icons/azure/ip-address-manager.js +0 -1
- package/icons/azure/ip-groups.js +0 -1
- package/icons/azure/journey-hub.js +0 -1
- package/icons/azure/key-vaults.js +0 -1
- package/icons/azure/keys.js +0 -1
- package/icons/azure/kubernetes-fleet-manager.js +0 -1
- package/icons/azure/kubernetes-services.js +0 -1
- package/icons/azure/lab-accounts.js +0 -1
- package/icons/azure/lab-services.js +0 -1
- package/icons/azure/landing-zone.js +0 -1
- package/icons/azure/language-understanding.js +0 -1
- package/icons/azure/language.js +0 -1
- package/icons/azure/launch-portal.js +0 -1
- package/icons/azure/learn.js +0 -1
- package/icons/azure/load-balancer-hub.js +0 -1
- package/icons/azure/load-balancers.js +0 -1
- package/icons/azure/load-test.js +0 -1
- package/icons/azure/load-testing.js +0 -1
- package/icons/azure/local-network-gateways.js +0 -1
- package/icons/azure/location.js +0 -1
- package/icons/azure/log-analytics-query-pack.js +0 -1
- package/icons/azure/log-analytics-workspaces.js +0 -1
- package/icons/azure/log-streaming.js +0 -1
- package/icons/azure/logic-apps-custom-connector.js +0 -1
- package/icons/azure/logic-apps-template.js +0 -1
- package/icons/azure/logic-apps.js +0 -1
- package/icons/azure/machine-learning-studio-classic-web-services.js +0 -1
- package/icons/azure/machine-learning-studio-web-service-plans.js +0 -1
- package/icons/azure/machine-learning-studio-workspaces.js +0 -1
- package/icons/azure/machine-learning.js +0 -1
- package/icons/azure/machines-azure-arc.js +0 -1
- package/icons/azure/maintenance-configuration.js +0 -1
- package/icons/azure/managed-applications-center.js +0 -1
- package/icons/azure/managed-database.js +0 -1
- package/icons/azure/managed-desktop.js +0 -1
- package/icons/azure/managed-dev-ops-pools.js +0 -1
- package/icons/azure/managed-file-shares.js +0 -1
- package/icons/azure/managed-identities.js +0 -1
- package/icons/azure/managed-instance-apache-cassandra.js +0 -1
- package/icons/azure/managed-service-fabric.js +0 -1
- package/icons/azure/management-groups.js +0 -1
- package/icons/azure/management-portal.js +0 -1
- package/icons/azure/marketplace-management.js +0 -1
- package/icons/azure/marketplace.js +0 -1
- package/icons/azure/med-tech-service.js +0 -1
- package/icons/azure/media-file.js +0 -1
- package/icons/azure/media.js +0 -1
- package/icons/azure/mesh-applications.js +0 -1
- package/icons/azure/metrics-advisor.js +0 -1
- package/icons/azure/metrics.js +0 -1
- package/icons/azure/microsoft-defender-easm.js +0 -1
- package/icons/azure/microsoft-defender-for-cloud.js +0 -1
- package/icons/azure/microsoft-defender-for-io-t.js +0 -1
- package/icons/azure/microsoft-dev-box.js +0 -1
- package/icons/azure/mindaro.js +0 -1
- package/icons/azure/mission-landing-zone.js +0 -1
- package/icons/azure/mobile-engagement.js +0 -1
- package/icons/azure/mobile-networks.js +0 -1
- package/icons/azure/mobile.js +0 -1
- package/icons/azure/modular-data-center.js +0 -1
- package/icons/azure/module.js +0 -1
- package/icons/azure/monitor-health-models.js +0 -1
- package/icons/azure/monitor.js +0 -1
- package/icons/azure/multi-tenancy.js +0 -1
- package/icons/azure/multifactor-authentication.js +0 -1
- package/icons/azure/my-customers.js +0 -1
- package/icons/azure/nat.js +0 -1
- package/icons/azure/network-foundation-hub.js +0 -1
- package/icons/azure/network-interfaces.js +0 -1
- package/icons/azure/network-managers.js +0 -1
- package/icons/azure/network-security-groups.js +0 -1
- package/icons/azure/network-security-hub.js +0 -1
- package/icons/azure/network-security-perimeters.js +0 -1
- package/icons/azure/network-watcher.js +0 -1
- package/icons/azure/notification-hub-namespaces.js +0 -1
- package/icons/azure/notification-hubs.js +0 -1
- package/icons/azure/offers.js +0 -1
- package/icons/azure/on-premises-data-gateways.js +0 -1
- package/icons/azure/open-supply-chain-platform.js +0 -1
- package/icons/azure/operation-log-classic.js +0 -1
- package/icons/azure/oracle-database.js +0 -1
- package/icons/azure/os-images-classic.js +0 -1
- package/icons/azure/osconfig.js +0 -1
- package/icons/azure/outbound-connection.js +0 -1
- package/icons/azure/partner-namespace.js +0 -1
- package/icons/azure/partner-registration.js +0 -1
- package/icons/azure/partner-topic.js +0 -1
- package/icons/azure/peering-service.js +0 -1
- package/icons/azure/peerings.js +0 -1
- package/icons/azure/personalizers.js +0 -1
- package/icons/azure/planetary-computer-pro.js +0 -1
- package/icons/azure/plans.js +0 -1
- package/icons/azure/policy.js +0 -1
- package/icons/azure/power-bi-embedded.js +0 -1
- package/icons/azure/power-platform.js +0 -1
- package/icons/azure/power-up.js +0 -1
- package/icons/azure/power.js +0 -1
- package/icons/azure/powershell.js +0 -1
- package/icons/azure/preview-features.js +0 -1
- package/icons/azure/private-endpoints.js +0 -1
- package/icons/azure/private-link-service.js +0 -1
- package/icons/azure/private-link-services.js +0 -1
- package/icons/azure/private-link.js +0 -1
- package/icons/azure/process-explorer.js +0 -1
- package/icons/azure/production-ready-database.js +0 -1
- package/icons/azure/promethus.js +0 -1
- package/icons/azure/proximity-placement-groups.js +0 -1
- package/icons/azure/public-ip-addresses-classic.js +0 -1
- package/icons/azure/public-ip-addresses.js +0 -1
- package/icons/azure/public-ip-prefixes.js +0 -1
- package/icons/azure/qn-a-makers.js +0 -1
- package/icons/azure/quickstart-center.js +0 -1
- package/icons/azure/recent.js +0 -1
- package/icons/azure/recovery-services-vaults.js +0 -1
- package/icons/azure/region-management.js +0 -1
- package/icons/azure/relays.js +0 -1
- package/icons/azure/remote-rendering.js +0 -1
- package/icons/azure/reservations.js +0 -1
- package/icons/azure/reserved-capacity.js +0 -1
- package/icons/azure/reserved-ip-addresses-classic.js +0 -1
- package/icons/azure/resource-explorer.js +0 -1
- package/icons/azure/resource-graph-explorer.js +0 -1
- package/icons/azure/resource-group-list.js +0 -1
- package/icons/azure/resource-groups.js +0 -1
- package/icons/azure/resource-guard.js +0 -1
- package/icons/azure/resource-linked.js +0 -1
- package/icons/azure/resource-management-private-link.js +0 -1
- package/icons/azure/resource-mover.js +0 -1
- package/icons/azure/resources-provider.js +0 -1
- package/icons/azure/restore-points-collections.js +0 -1
- package/icons/azure/restore-points.js +0 -1
- package/icons/azure/route-filters.js +0 -1
- package/icons/azure/route-tables.js +0 -1
- package/icons/azure/rtos.js +0 -1
- package/icons/azure/savings-plans.js +0 -1
- package/icons/azure/scheduler-job-collections.js +0 -1
- package/icons/azure/scheduler.js +0 -1
- package/icons/azure/scvmm-management-servers.js +0 -1
- package/icons/azure/search-grid.js +0 -1
- package/icons/azure/search.js +0 -1
- package/icons/azure/security-baselines.js +0 -1
- package/icons/azure/security.js +0 -1
- package/icons/azure/send-grid-accounts.js +0 -1
- package/icons/azure/server-farm.js +0 -1
- package/icons/azure/serverless-search.js +0 -1
- package/icons/azure/service-catalog-mad.js +0 -1
- package/icons/azure/service-endpoint-policies.js +0 -1
- package/icons/azure/service-fabric-clusters.js +0 -1
- package/icons/azure/service-group-relationships.js +0 -1
- package/icons/azure/service-groups.js +0 -1
- package/icons/azure/service-health.js +0 -1
- package/icons/azure/service-providers.js +0 -1
- package/icons/azure/shared-image-galleries.js +0 -1
- package/icons/azure/signal-r.js +0 -1
- package/icons/azure/software-as-a-service.js +0 -1
- package/icons/azure/software-updates.js +0 -1
- package/icons/azure/solutions.js +0 -1
- package/icons/azure/sonic-dash.js +0 -1
- package/icons/azure/spatial-anchor-accounts.js +0 -1
- package/icons/azure/speech-services.js +0 -1
- package/icons/azure/spot-vm.js +0 -1
- package/icons/azure/spot-vmss.js +0 -1
- package/icons/azure/sql-data-warehouses.js +0 -1
- package/icons/azure/sql-database-fleet-manager.js +0 -1
- package/icons/azure/sql-database.js +0 -1
- package/icons/azure/sql-elastic-pools.js +0 -1
- package/icons/azure/sql-managed-instance.js +0 -1
- package/icons/azure/sql-server-registries.js +0 -1
- package/icons/azure/sql-server.js +0 -1
- package/icons/azure/ssd.js +0 -1
- package/icons/azure/ssh-keys.js +0 -1
- package/icons/azure/ssis-lift-and-shift-ir.js +0 -1
- package/icons/azure/stack-hci-premium.js +0 -1
- package/icons/azure/static-apps.js +0 -1
- package/icons/azure/stor-simple-data-managers.js +0 -1
- package/icons/azure/stor-simple-device-managers.js +0 -1
- package/icons/azure/storage-accounts-classic.js +0 -1
- package/icons/azure/storage-accounts.js +0 -1
- package/icons/azure/storage-actions.js +0 -1
- package/icons/azure/storage-azure-files.js +0 -1
- package/icons/azure/storage-container.js +0 -1
- package/icons/azure/storage-explorer.js +0 -1
- package/icons/azure/storage-functions.js +0 -1
- package/icons/azure/storage-hubs.js +0 -1
- package/icons/azure/storage-queue.js +0 -1
- package/icons/azure/storage-sync-services.js +0 -1
- package/icons/azure/stream-analytics-jobs.js +0 -1
- package/icons/azure/subnet.js +0 -1
- package/icons/azure/subscriptions.js +0 -1
- package/icons/azure/system-topic.js +0 -1
- package/icons/azure/table.js +0 -1
- package/icons/azure/tag.js +0 -1
- package/icons/azure/tags.js +0 -1
- package/icons/azure/targets-management.js +0 -1
- package/icons/azure/template-specs.js +0 -1
- package/icons/azure/templates.js +0 -1
- package/icons/azure/tenant-properties.js +0 -1
- package/icons/azure/tenant-status.js +0 -1
- package/icons/azure/test-base.js +0 -1
- package/icons/azure/tfs-vc-repository.js +0 -1
- package/icons/azure/time-series-data-sets.js +0 -1
- package/icons/azure/time-series-insights-access-policies.js +0 -1
- package/icons/azure/time-series-insights-environments.js +0 -1
- package/icons/azure/time-series-insights-event-sources.js +0 -1
- package/icons/azure/toolbox.js +0 -1
- package/icons/azure/toolchain-orchestrator.js +0 -1
- package/icons/azure/traffic-manager-profiles.js +0 -1
- package/icons/azure/translator-text.js +0 -1
- package/icons/azure/troubleshoot.js +0 -1
- package/icons/azure/universal-print.js +0 -1
- package/icons/azure/update-management-center.js +0 -1
- package/icons/azure/updates.js +0 -1
- package/icons/azure/user-privacy.js +0 -1
- package/icons/azure/user-settings.js +0 -1
- package/icons/azure/user-subscriptions.js +0 -1
- package/icons/azure/users.js +0 -1
- package/icons/azure/verifiable-credentials.js +0 -1
- package/icons/azure/verification-as-a-service.js +0 -1
- package/icons/azure/versions.js +0 -1
- package/icons/azure/video-analyzers.js +0 -1
- package/icons/azure/virtual-clusters.js +0 -1
- package/icons/azure/virtual-enclaves.js +0 -1
- package/icons/azure/virtual-instance-for-sap.js +0 -1
- package/icons/azure/virtual-machine.js +0 -1
- package/icons/azure/virtual-machines-classic.js +0 -1
- package/icons/azure/virtual-network-gateways.js +0 -1
- package/icons/azure/virtual-networks-classic.js +0 -1
- package/icons/azure/virtual-networks.js +0 -1
- package/icons/azure/virtual-router.js +0 -1
- package/icons/azure/virtual-visits-builder.js +0 -1
- package/icons/azure/virtual-wan-hub.js +0 -1
- package/icons/azure/virtual-wans.js +0 -1
- package/icons/azure/vm-app-definitions.js +0 -1
- package/icons/azure/vm-app-versions.js +0 -1
- package/icons/azure/vm-image-version.js +0 -1
- package/icons/azure/vm-images-classic.js +0 -1
- package/icons/azure/vm-scale-sets.js +0 -1
- package/icons/azure/vpnclient-windows.js +0 -1
- package/icons/azure/wac-installer.js +0 -1
- package/icons/azure/wac.js +0 -1
- package/icons/azure/web-app-database.js +0 -1
- package/icons/azure/web-application-firewall-policies-waf.js +0 -1
- package/icons/azure/web-jobs.js +0 -1
- package/icons/azure/web-slots.js +0 -1
- package/icons/azure/web-test.js +0 -1
- package/icons/azure/website-power.js +0 -1
- package/icons/azure/website-staging.js +0 -1
- package/icons/azure/windows-notification-services.js +0 -1
- package/icons/azure/windows10-core-services.js +0 -1
- package/icons/azure/workbooks.js +0 -1
- package/icons/azure/worker-container-app.js +0 -1
- package/icons/azure/workflow.js +0 -1
- package/icons/azure/workload-orchestration.js +0 -1
- package/icons/azure/workspace-gateway.js +0 -1
- package/icons/azure/workspaces.js +0 -1
- package/icons/bootstrap/0-circle-fill.js +0 -1
- package/icons/bootstrap/0-circle.js +0 -1
- package/icons/bootstrap/0-square-fill.js +0 -1
- package/icons/bootstrap/0-square.js +0 -1
- package/icons/bootstrap/1-circle-fill.js +0 -1
- package/icons/bootstrap/1-circle.js +0 -1
- package/icons/bootstrap/1-square-fill.js +0 -1
- package/icons/bootstrap/1-square.js +0 -1
- package/icons/bootstrap/123.js +0 -1
- package/icons/bootstrap/2-circle-fill.js +0 -1
- package/icons/bootstrap/2-circle.js +0 -1
- package/icons/bootstrap/2-square-fill.js +0 -1
- package/icons/bootstrap/2-square.js +0 -1
- package/icons/bootstrap/3-circle-fill.js +0 -1
- package/icons/bootstrap/3-circle.js +0 -1
- package/icons/bootstrap/3-square-fill.js +0 -1
- package/icons/bootstrap/3-square.js +0 -1
- package/icons/bootstrap/4-circle-fill.js +0 -1
- package/icons/bootstrap/4-circle.js +0 -1
- package/icons/bootstrap/4-square-fill.js +0 -1
- package/icons/bootstrap/4-square.js +0 -1
- package/icons/bootstrap/5-circle-fill.js +0 -1
- package/icons/bootstrap/5-circle.js +0 -1
- package/icons/bootstrap/5-square-fill.js +0 -1
- package/icons/bootstrap/5-square.js +0 -1
- package/icons/bootstrap/6-circle-fill.js +0 -1
- package/icons/bootstrap/6-circle.js +0 -1
- package/icons/bootstrap/6-square-fill.js +0 -1
- package/icons/bootstrap/6-square.js +0 -1
- package/icons/bootstrap/7-circle-fill.js +0 -1
- package/icons/bootstrap/7-circle.js +0 -1
- package/icons/bootstrap/7-square-fill.js +0 -1
- package/icons/bootstrap/7-square.js +0 -1
- package/icons/bootstrap/8-circle-fill.js +0 -1
- package/icons/bootstrap/8-circle.js +0 -1
- package/icons/bootstrap/8-square-fill.js +0 -1
- package/icons/bootstrap/8-square.js +0 -1
- package/icons/bootstrap/9-circle-fill.js +0 -1
- package/icons/bootstrap/9-circle.js +0 -1
- package/icons/bootstrap/9-square-fill.js +0 -1
- package/icons/bootstrap/9-square.js +0 -1
- package/icons/bootstrap/activity.js +0 -1
- package/icons/bootstrap/airplane-engines-fill.js +0 -1
- package/icons/bootstrap/airplane-engines.js +0 -1
- package/icons/bootstrap/airplane-fill.js +0 -1
- package/icons/bootstrap/airplane.js +0 -1
- package/icons/bootstrap/alarm-fill.js +0 -1
- package/icons/bootstrap/alarm.js +0 -1
- package/icons/bootstrap/alexa.js +0 -1
- package/icons/bootstrap/align-bottom.js +0 -1
- package/icons/bootstrap/align-center.js +0 -1
- package/icons/bootstrap/align-end.js +0 -1
- package/icons/bootstrap/align-middle.js +0 -1
- package/icons/bootstrap/align-start.js +0 -1
- package/icons/bootstrap/align-top.js +0 -1
- package/icons/bootstrap/alipay.js +0 -1
- package/icons/bootstrap/alphabet-uppercase.js +0 -1
- package/icons/bootstrap/alphabet.js +0 -1
- package/icons/bootstrap/alt.js +0 -1
- package/icons/bootstrap/amazon.js +0 -1
- package/icons/bootstrap/amd.js +0 -1
- package/icons/bootstrap/android.js +0 -1
- package/icons/bootstrap/android2.js +0 -1
- package/icons/bootstrap/app-indicator.js +0 -1
- package/icons/bootstrap/app.js +0 -1
- package/icons/bootstrap/apple.js +0 -1
- package/icons/bootstrap/archive-fill.js +0 -1
- package/icons/bootstrap/archive.js +0 -1
- package/icons/bootstrap/arrow-90deg-down.js +0 -1
- package/icons/bootstrap/arrow-90deg-left.js +0 -1
- package/icons/bootstrap/arrow-90deg-right.js +0 -1
- package/icons/bootstrap/arrow-90deg-up.js +0 -1
- package/icons/bootstrap/arrow-bar-down.js +0 -1
- package/icons/bootstrap/arrow-bar-left.js +0 -1
- package/icons/bootstrap/arrow-bar-right.js +0 -1
- package/icons/bootstrap/arrow-bar-up.js +0 -1
- package/icons/bootstrap/arrow-clockwise.js +0 -1
- package/icons/bootstrap/arrow-counterclockwise.js +0 -1
- package/icons/bootstrap/arrow-down-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-down-circle.js +0 -1
- package/icons/bootstrap/arrow-down-left-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-down-left-circle.js +0 -1
- package/icons/bootstrap/arrow-down-left-square-fill.js +0 -1
- package/icons/bootstrap/arrow-down-left-square.js +0 -1
- package/icons/bootstrap/arrow-down-left.js +0 -1
- package/icons/bootstrap/arrow-down-right-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-down-right-circle.js +0 -1
- package/icons/bootstrap/arrow-down-right-square-fill.js +0 -1
- package/icons/bootstrap/arrow-down-right-square.js +0 -1
- package/icons/bootstrap/arrow-down-right.js +0 -1
- package/icons/bootstrap/arrow-down-short.js +0 -1
- package/icons/bootstrap/arrow-down-square-fill.js +0 -1
- package/icons/bootstrap/arrow-down-square.js +0 -1
- package/icons/bootstrap/arrow-down-up.js +0 -1
- package/icons/bootstrap/arrow-down.js +0 -1
- package/icons/bootstrap/arrow-left-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-left-circle.js +0 -1
- package/icons/bootstrap/arrow-left-right.js +0 -1
- package/icons/bootstrap/arrow-left-short.js +0 -1
- package/icons/bootstrap/arrow-left-square-fill.js +0 -1
- package/icons/bootstrap/arrow-left-square.js +0 -1
- package/icons/bootstrap/arrow-left.js +0 -1
- package/icons/bootstrap/arrow-repeat.js +0 -1
- package/icons/bootstrap/arrow-return-left.js +0 -1
- package/icons/bootstrap/arrow-return-right.js +0 -1
- package/icons/bootstrap/arrow-right-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-right-circle.js +0 -1
- package/icons/bootstrap/arrow-right-short.js +0 -1
- package/icons/bootstrap/arrow-right-square-fill.js +0 -1
- package/icons/bootstrap/arrow-right-square.js +0 -1
- package/icons/bootstrap/arrow-right.js +0 -1
- package/icons/bootstrap/arrow-through-heart-fill.js +0 -1
- package/icons/bootstrap/arrow-through-heart.js +0 -1
- package/icons/bootstrap/arrow-up-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-up-circle.js +0 -1
- package/icons/bootstrap/arrow-up-left-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-up-left-circle.js +0 -1
- package/icons/bootstrap/arrow-up-left-square-fill.js +0 -1
- package/icons/bootstrap/arrow-up-left-square.js +0 -1
- package/icons/bootstrap/arrow-up-left.js +0 -1
- package/icons/bootstrap/arrow-up-right-circle-fill.js +0 -1
- package/icons/bootstrap/arrow-up-right-circle.js +0 -1
- package/icons/bootstrap/arrow-up-right-square-fill.js +0 -1
- package/icons/bootstrap/arrow-up-right-square.js +0 -1
- package/icons/bootstrap/arrow-up-right.js +0 -1
- package/icons/bootstrap/arrow-up-short.js +0 -1
- package/icons/bootstrap/arrow-up-square-fill.js +0 -1
- package/icons/bootstrap/arrow-up-square.js +0 -1
- package/icons/bootstrap/arrow-up.js +0 -1
- package/icons/bootstrap/arrows-angle-contract.js +0 -1
- package/icons/bootstrap/arrows-angle-expand.js +0 -1
- package/icons/bootstrap/arrows-collapse-vertical.js +0 -1
- package/icons/bootstrap/arrows-collapse.js +0 -1
- package/icons/bootstrap/arrows-expand-vertical.js +0 -1
- package/icons/bootstrap/arrows-expand.js +0 -1
- package/icons/bootstrap/arrows-fullscreen.js +0 -1
- package/icons/bootstrap/arrows-move.js +0 -1
- package/icons/bootstrap/arrows-vertical.js +0 -1
- package/icons/bootstrap/arrows.js +0 -1
- package/icons/bootstrap/aspect-ratio-fill.js +0 -1
- package/icons/bootstrap/aspect-ratio.js +0 -1
- package/icons/bootstrap/asterisk.js +0 -1
- package/icons/bootstrap/at.js +0 -1
- package/icons/bootstrap/award-fill.js +0 -1
- package/icons/bootstrap/award.js +0 -1
- package/icons/bootstrap/back.js +0 -1
- package/icons/bootstrap/backpack-fill.js +0 -1
- package/icons/bootstrap/backpack.js +0 -1
- package/icons/bootstrap/backpack2-fill.js +0 -1
- package/icons/bootstrap/backpack2.js +0 -1
- package/icons/bootstrap/backpack3-fill.js +0 -1
- package/icons/bootstrap/backpack3.js +0 -1
- package/icons/bootstrap/backpack4-fill.js +0 -1
- package/icons/bootstrap/backpack4.js +0 -1
- package/icons/bootstrap/backspace-fill.js +0 -1
- package/icons/bootstrap/backspace-reverse-fill.js +0 -1
- package/icons/bootstrap/backspace-reverse.js +0 -1
- package/icons/bootstrap/backspace.js +0 -1
- package/icons/bootstrap/badge-3d-fill.js +0 -1
- package/icons/bootstrap/badge-3d.js +0 -1
- package/icons/bootstrap/badge-4k-fill.js +0 -1
- package/icons/bootstrap/badge-4k.js +0 -1
- package/icons/bootstrap/badge-8k-fill.js +0 -1
- package/icons/bootstrap/badge-8k.js +0 -1
- package/icons/bootstrap/badge-ad-fill.js +0 -1
- package/icons/bootstrap/badge-ad.js +0 -1
- package/icons/bootstrap/badge-ar-fill.js +0 -1
- package/icons/bootstrap/badge-ar.js +0 -1
- package/icons/bootstrap/badge-cc-fill.js +0 -1
- package/icons/bootstrap/badge-cc.js +0 -1
- package/icons/bootstrap/badge-hd-fill.js +0 -1
- package/icons/bootstrap/badge-hd.js +0 -1
- package/icons/bootstrap/badge-sd-fill.js +0 -1
- package/icons/bootstrap/badge-sd.js +0 -1
- package/icons/bootstrap/badge-tm-fill.js +0 -1
- package/icons/bootstrap/badge-tm.js +0 -1
- package/icons/bootstrap/badge-vo-fill.js +0 -1
- package/icons/bootstrap/badge-vo.js +0 -1
- package/icons/bootstrap/badge-vr-fill.js +0 -1
- package/icons/bootstrap/badge-vr.js +0 -1
- package/icons/bootstrap/badge-wc-fill.js +0 -1
- package/icons/bootstrap/badge-wc.js +0 -1
- package/icons/bootstrap/bag-check-fill.js +0 -1
- package/icons/bootstrap/bag-check.js +0 -1
- package/icons/bootstrap/bag-dash-fill.js +0 -1
- package/icons/bootstrap/bag-dash.js +0 -1
- package/icons/bootstrap/bag-fill.js +0 -1
- package/icons/bootstrap/bag-heart-fill.js +0 -1
- package/icons/bootstrap/bag-heart.js +0 -1
- package/icons/bootstrap/bag-plus-fill.js +0 -1
- package/icons/bootstrap/bag-plus.js +0 -1
- package/icons/bootstrap/bag-x-fill.js +0 -1
- package/icons/bootstrap/bag-x.js +0 -1
- package/icons/bootstrap/bag.js +0 -1
- package/icons/bootstrap/balloon-fill.js +0 -1
- package/icons/bootstrap/balloon-heart-fill.js +0 -1
- package/icons/bootstrap/balloon-heart.js +0 -1
- package/icons/bootstrap/balloon.js +0 -1
- package/icons/bootstrap/ban-fill.js +0 -1
- package/icons/bootstrap/ban.js +0 -1
- package/icons/bootstrap/bandaid-fill.js +0 -1
- package/icons/bootstrap/bandaid.js +0 -1
- package/icons/bootstrap/bank.js +0 -1
- package/icons/bootstrap/bank2.js +0 -1
- package/icons/bootstrap/bar-chart-fill.js +0 -1
- package/icons/bootstrap/bar-chart-line-fill.js +0 -1
- package/icons/bootstrap/bar-chart-line.js +0 -1
- package/icons/bootstrap/bar-chart-steps.js +0 -1
- package/icons/bootstrap/bar-chart.js +0 -1
- package/icons/bootstrap/basket-fill.js +0 -1
- package/icons/bootstrap/basket.js +0 -1
- package/icons/bootstrap/basket2-fill.js +0 -1
- package/icons/bootstrap/basket2.js +0 -1
- package/icons/bootstrap/basket3-fill.js +0 -1
- package/icons/bootstrap/basket3.js +0 -1
- package/icons/bootstrap/battery-charging.js +0 -1
- package/icons/bootstrap/battery-full.js +0 -1
- package/icons/bootstrap/battery-half.js +0 -1
- package/icons/bootstrap/battery.js +0 -1
- package/icons/bootstrap/behance.js +0 -1
- package/icons/bootstrap/bell-fill.js +0 -1
- package/icons/bootstrap/bell-slash-fill.js +0 -1
- package/icons/bootstrap/bell-slash.js +0 -1
- package/icons/bootstrap/bell.js +0 -1
- package/icons/bootstrap/bezier.js +0 -1
- package/icons/bootstrap/bezier2.js +0 -1
- package/icons/bootstrap/bicycle.js +0 -1
- package/icons/bootstrap/bing.js +0 -1
- package/icons/bootstrap/binoculars-fill.js +0 -1
- package/icons/bootstrap/binoculars.js +0 -1
- package/icons/bootstrap/blockquote-left.js +0 -1
- package/icons/bootstrap/blockquote-right.js +0 -1
- package/icons/bootstrap/bluetooth.js +0 -1
- package/icons/bootstrap/body-text.js +0 -1
- package/icons/bootstrap/book-fill.js +0 -1
- package/icons/bootstrap/book-half.js +0 -1
- package/icons/bootstrap/book.js +0 -1
- package/icons/bootstrap/bookmark-check-fill.js +0 -1
- package/icons/bootstrap/bookmark-check.js +0 -1
- package/icons/bootstrap/bookmark-dash-fill.js +0 -1
- package/icons/bootstrap/bookmark-dash.js +0 -1
- package/icons/bootstrap/bookmark-fill.js +0 -1
- package/icons/bootstrap/bookmark-heart-fill.js +0 -1
- package/icons/bootstrap/bookmark-heart.js +0 -1
- package/icons/bootstrap/bookmark-plus-fill.js +0 -1
- package/icons/bootstrap/bookmark-plus.js +0 -1
- package/icons/bootstrap/bookmark-star-fill.js +0 -1
- package/icons/bootstrap/bookmark-star.js +0 -1
- package/icons/bootstrap/bookmark-x-fill.js +0 -1
- package/icons/bootstrap/bookmark-x.js +0 -1
- package/icons/bootstrap/bookmark.js +0 -1
- package/icons/bootstrap/bookmarks-fill.js +0 -1
- package/icons/bootstrap/bookmarks.js +0 -1
- package/icons/bootstrap/bookshelf.js +0 -1
- package/icons/bootstrap/boombox-fill.js +0 -1
- package/icons/bootstrap/boombox.js +0 -1
- package/icons/bootstrap/bootstrap-fill.js +0 -1
- package/icons/bootstrap/bootstrap-icons.js +0 -1
- package/icons/bootstrap/bootstrap-reboot.js +0 -1
- package/icons/bootstrap/bootstrap.js +0 -1
- package/icons/bootstrap/border-all.js +0 -1
- package/icons/bootstrap/border-bottom.js +0 -1
- package/icons/bootstrap/border-center.js +0 -1
- package/icons/bootstrap/border-inner.js +0 -1
- package/icons/bootstrap/border-left.js +0 -1
- package/icons/bootstrap/border-middle.js +0 -1
- package/icons/bootstrap/border-outer.js +0 -1
- package/icons/bootstrap/border-right.js +0 -1
- package/icons/bootstrap/border-style.js +0 -1
- package/icons/bootstrap/border-top.js +0 -1
- package/icons/bootstrap/border-width.js +0 -1
- package/icons/bootstrap/border.js +0 -1
- package/icons/bootstrap/bounding-box-circles.js +0 -1
- package/icons/bootstrap/bounding-box.js +0 -1
- package/icons/bootstrap/box-arrow-down-left.js +0 -1
- package/icons/bootstrap/box-arrow-down-right.js +0 -1
- package/icons/bootstrap/box-arrow-down.js +0 -1
- package/icons/bootstrap/box-arrow-in-down-left.js +0 -1
- package/icons/bootstrap/box-arrow-in-down-right.js +0 -1
- package/icons/bootstrap/box-arrow-in-down.js +0 -1
- package/icons/bootstrap/box-arrow-in-left.js +0 -1
- package/icons/bootstrap/box-arrow-in-right.js +0 -1
- package/icons/bootstrap/box-arrow-in-up-left.js +0 -1
- package/icons/bootstrap/box-arrow-in-up-right.js +0 -1
- package/icons/bootstrap/box-arrow-in-up.js +0 -1
- package/icons/bootstrap/box-arrow-left.js +0 -1
- package/icons/bootstrap/box-arrow-right.js +0 -1
- package/icons/bootstrap/box-arrow-up-left.js +0 -1
- package/icons/bootstrap/box-arrow-up-right.js +0 -1
- package/icons/bootstrap/box-arrow-up.js +0 -1
- package/icons/bootstrap/box-fill.js +0 -1
- package/icons/bootstrap/box-seam-fill.js +0 -1
- package/icons/bootstrap/box-seam.js +0 -1
- package/icons/bootstrap/box.js +0 -1
- package/icons/bootstrap/box2-fill.js +0 -1
- package/icons/bootstrap/box2-heart-fill.js +0 -1
- package/icons/bootstrap/box2-heart.js +0 -1
- package/icons/bootstrap/box2.js +0 -1
- package/icons/bootstrap/boxes.js +0 -1
- package/icons/bootstrap/braces-asterisk.js +0 -1
- package/icons/bootstrap/braces.js +0 -1
- package/icons/bootstrap/bricks.js +0 -1
- package/icons/bootstrap/briefcase-fill.js +0 -1
- package/icons/bootstrap/briefcase.js +0 -1
- package/icons/bootstrap/brightness-alt-high-fill.js +0 -1
- package/icons/bootstrap/brightness-alt-high.js +0 -1
- package/icons/bootstrap/brightness-alt-low-fill.js +0 -1
- package/icons/bootstrap/brightness-alt-low.js +0 -1
- package/icons/bootstrap/brightness-high-fill.js +0 -1
- package/icons/bootstrap/brightness-high.js +0 -1
- package/icons/bootstrap/brightness-low-fill.js +0 -1
- package/icons/bootstrap/brightness-low.js +0 -1
- package/icons/bootstrap/brilliance.js +0 -1
- package/icons/bootstrap/broadcast-pin.js +0 -1
- package/icons/bootstrap/broadcast.js +0 -1
- package/icons/bootstrap/browser-chrome.js +0 -1
- package/icons/bootstrap/browser-edge.js +0 -1
- package/icons/bootstrap/browser-firefox.js +0 -1
- package/icons/bootstrap/browser-safari.js +0 -1
- package/icons/bootstrap/brush-fill.js +0 -1
- package/icons/bootstrap/brush.js +0 -1
- package/icons/bootstrap/bucket-fill.js +0 -1
- package/icons/bootstrap/bucket.js +0 -1
- package/icons/bootstrap/bug-fill.js +0 -1
- package/icons/bootstrap/bug.js +0 -1
- package/icons/bootstrap/building-add.js +0 -1
- package/icons/bootstrap/building-check.js +0 -1
- package/icons/bootstrap/building-dash.js +0 -1
- package/icons/bootstrap/building-down.js +0 -1
- package/icons/bootstrap/building-exclamation.js +0 -1
- package/icons/bootstrap/building-fill-add.js +0 -1
- package/icons/bootstrap/building-fill-check.js +0 -1
- package/icons/bootstrap/building-fill-dash.js +0 -1
- package/icons/bootstrap/building-fill-down.js +0 -1
- package/icons/bootstrap/building-fill-exclamation.js +0 -1
- package/icons/bootstrap/building-fill-gear.js +0 -1
- package/icons/bootstrap/building-fill-lock.js +0 -1
- package/icons/bootstrap/building-fill-slash.js +0 -1
- package/icons/bootstrap/building-fill-up.js +0 -1
- package/icons/bootstrap/building-fill-x.js +0 -1
- package/icons/bootstrap/building-fill.js +0 -1
- package/icons/bootstrap/building-gear.js +0 -1
- package/icons/bootstrap/building-lock.js +0 -1
- package/icons/bootstrap/building-slash.js +0 -1
- package/icons/bootstrap/building-up.js +0 -1
- package/icons/bootstrap/building-x.js +0 -1
- package/icons/bootstrap/building.js +0 -1
- package/icons/bootstrap/buildings-fill.js +0 -1
- package/icons/bootstrap/buildings.js +0 -1
- package/icons/bootstrap/bullseye.js +0 -1
- package/icons/bootstrap/bus-front-fill.js +0 -1
- package/icons/bootstrap/bus-front.js +0 -1
- package/icons/bootstrap/c-circle-fill.js +0 -1
- package/icons/bootstrap/c-circle.js +0 -1
- package/icons/bootstrap/c-square-fill.js +0 -1
- package/icons/bootstrap/c-square.js +0 -1
- package/icons/bootstrap/cake-fill.js +0 -1
- package/icons/bootstrap/cake.js +0 -1
- package/icons/bootstrap/cake2-fill.js +0 -1
- package/icons/bootstrap/cake2.js +0 -1
- package/icons/bootstrap/calculator-fill.js +0 -1
- package/icons/bootstrap/calculator.js +0 -1
- package/icons/bootstrap/calendar-check-fill.js +0 -1
- package/icons/bootstrap/calendar-check.js +0 -1
- package/icons/bootstrap/calendar-date-fill.js +0 -1
- package/icons/bootstrap/calendar-date.js +0 -1
- package/icons/bootstrap/calendar-day-fill.js +0 -1
- package/icons/bootstrap/calendar-day.js +0 -1
- package/icons/bootstrap/calendar-event-fill.js +0 -1
- package/icons/bootstrap/calendar-event.js +0 -1
- package/icons/bootstrap/calendar-fill.js +0 -1
- package/icons/bootstrap/calendar-heart-fill.js +0 -1
- package/icons/bootstrap/calendar-heart.js +0 -1
- package/icons/bootstrap/calendar-minus-fill.js +0 -1
- package/icons/bootstrap/calendar-minus.js +0 -1
- package/icons/bootstrap/calendar-month-fill.js +0 -1
- package/icons/bootstrap/calendar-month.js +0 -1
- package/icons/bootstrap/calendar-plus-fill.js +0 -1
- package/icons/bootstrap/calendar-plus.js +0 -1
- package/icons/bootstrap/calendar-range-fill.js +0 -1
- package/icons/bootstrap/calendar-range.js +0 -1
- package/icons/bootstrap/calendar-week-fill.js +0 -1
- package/icons/bootstrap/calendar-week.js +0 -1
- package/icons/bootstrap/calendar-x-fill.js +0 -1
- package/icons/bootstrap/calendar-x.js +0 -1
- package/icons/bootstrap/calendar.js +0 -1
- package/icons/bootstrap/calendar2-check-fill.js +0 -1
- package/icons/bootstrap/calendar2-check.js +0 -1
- package/icons/bootstrap/calendar2-date-fill.js +0 -1
- package/icons/bootstrap/calendar2-date.js +0 -1
- package/icons/bootstrap/calendar2-day-fill.js +0 -1
- package/icons/bootstrap/calendar2-day.js +0 -1
- package/icons/bootstrap/calendar2-event-fill.js +0 -1
- package/icons/bootstrap/calendar2-event.js +0 -1
- package/icons/bootstrap/calendar2-fill.js +0 -1
- package/icons/bootstrap/calendar2-heart-fill.js +0 -1
- package/icons/bootstrap/calendar2-heart.js +0 -1
- package/icons/bootstrap/calendar2-minus-fill.js +0 -1
- package/icons/bootstrap/calendar2-minus.js +0 -1
- package/icons/bootstrap/calendar2-month-fill.js +0 -1
- package/icons/bootstrap/calendar2-month.js +0 -1
- package/icons/bootstrap/calendar2-plus-fill.js +0 -1
- package/icons/bootstrap/calendar2-plus.js +0 -1
- package/icons/bootstrap/calendar2-range-fill.js +0 -1
- package/icons/bootstrap/calendar2-range.js +0 -1
- package/icons/bootstrap/calendar2-week-fill.js +0 -1
- package/icons/bootstrap/calendar2-week.js +0 -1
- package/icons/bootstrap/calendar2-x-fill.js +0 -1
- package/icons/bootstrap/calendar2-x.js +0 -1
- package/icons/bootstrap/calendar2.js +0 -1
- package/icons/bootstrap/calendar3-event-fill.js +0 -1
- package/icons/bootstrap/calendar3-event.js +0 -1
- package/icons/bootstrap/calendar3-fill.js +0 -1
- package/icons/bootstrap/calendar3-range-fill.js +0 -1
- package/icons/bootstrap/calendar3-range.js +0 -1
- package/icons/bootstrap/calendar3-week-fill.js +0 -1
- package/icons/bootstrap/calendar3-week.js +0 -1
- package/icons/bootstrap/calendar3.js +0 -1
- package/icons/bootstrap/calendar4-event.js +0 -1
- package/icons/bootstrap/calendar4-range.js +0 -1
- package/icons/bootstrap/calendar4-week.js +0 -1
- package/icons/bootstrap/calendar4.js +0 -1
- package/icons/bootstrap/camera-fill.js +0 -1
- package/icons/bootstrap/camera-reels-fill.js +0 -1
- package/icons/bootstrap/camera-reels.js +0 -1
- package/icons/bootstrap/camera-video-fill.js +0 -1
- package/icons/bootstrap/camera-video-off-fill.js +0 -1
- package/icons/bootstrap/camera-video-off.js +0 -1
- package/icons/bootstrap/camera-video.js +0 -1
- package/icons/bootstrap/camera.js +0 -1
- package/icons/bootstrap/camera2.js +0 -1
- package/icons/bootstrap/capslock-fill.js +0 -1
- package/icons/bootstrap/capslock.js +0 -1
- package/icons/bootstrap/capsule-pill.js +0 -1
- package/icons/bootstrap/capsule.js +0 -1
- package/icons/bootstrap/car-front-fill.js +0 -1
- package/icons/bootstrap/car-front.js +0 -1
- package/icons/bootstrap/card-checklist.js +0 -1
- package/icons/bootstrap/card-heading.js +0 -1
- package/icons/bootstrap/card-image.js +0 -1
- package/icons/bootstrap/card-list.js +0 -1
- package/icons/bootstrap/card-text.js +0 -1
- package/icons/bootstrap/caret-down-fill.js +0 -1
- package/icons/bootstrap/caret-down-square-fill.js +0 -1
- package/icons/bootstrap/caret-down-square.js +0 -1
- package/icons/bootstrap/caret-down.js +0 -1
- package/icons/bootstrap/caret-left-fill.js +0 -1
- package/icons/bootstrap/caret-left-square-fill.js +0 -1
- package/icons/bootstrap/caret-left-square.js +0 -1
- package/icons/bootstrap/caret-left.js +0 -1
- package/icons/bootstrap/caret-right-fill.js +0 -1
- package/icons/bootstrap/caret-right-square-fill.js +0 -1
- package/icons/bootstrap/caret-right-square.js +0 -1
- package/icons/bootstrap/caret-right.js +0 -1
- package/icons/bootstrap/caret-up-fill.js +0 -1
- package/icons/bootstrap/caret-up-square-fill.js +0 -1
- package/icons/bootstrap/caret-up-square.js +0 -1
- package/icons/bootstrap/caret-up.js +0 -1
- package/icons/bootstrap/cart-check-fill.js +0 -1
- package/icons/bootstrap/cart-check.js +0 -1
- package/icons/bootstrap/cart-dash-fill.js +0 -1
- package/icons/bootstrap/cart-dash.js +0 -1
- package/icons/bootstrap/cart-fill.js +0 -1
- package/icons/bootstrap/cart-plus-fill.js +0 -1
- package/icons/bootstrap/cart-plus.js +0 -1
- package/icons/bootstrap/cart-x-fill.js +0 -1
- package/icons/bootstrap/cart-x.js +0 -1
- package/icons/bootstrap/cart.js +0 -1
- package/icons/bootstrap/cart2.js +0 -1
- package/icons/bootstrap/cart3.js +0 -1
- package/icons/bootstrap/cart4.js +0 -1
- package/icons/bootstrap/cash-coin.js +0 -1
- package/icons/bootstrap/cash-stack.js +0 -1
- package/icons/bootstrap/cash.js +0 -1
- package/icons/bootstrap/cassette-fill.js +0 -1
- package/icons/bootstrap/cassette.js +0 -1
- package/icons/bootstrap/cast.js +0 -1
- package/icons/bootstrap/cc-circle-fill.js +0 -1
- package/icons/bootstrap/cc-circle.js +0 -1
- package/icons/bootstrap/cc-square-fill.js +0 -1
- package/icons/bootstrap/cc-square.js +0 -1
- package/icons/bootstrap/chat-dots-fill.js +0 -1
- package/icons/bootstrap/chat-dots.js +0 -1
- package/icons/bootstrap/chat-fill.js +0 -1
- package/icons/bootstrap/chat-heart-fill.js +0 -1
- package/icons/bootstrap/chat-heart.js +0 -1
- package/icons/bootstrap/chat-left-dots-fill.js +0 -1
- package/icons/bootstrap/chat-left-dots.js +0 -1
- package/icons/bootstrap/chat-left-fill.js +0 -1
- package/icons/bootstrap/chat-left-heart-fill.js +0 -1
- package/icons/bootstrap/chat-left-heart.js +0 -1
- package/icons/bootstrap/chat-left-quote-fill.js +0 -1
- package/icons/bootstrap/chat-left-quote.js +0 -1
- package/icons/bootstrap/chat-left-text-fill.js +0 -1
- package/icons/bootstrap/chat-left-text.js +0 -1
- package/icons/bootstrap/chat-left.js +0 -1
- package/icons/bootstrap/chat-quote-fill.js +0 -1
- package/icons/bootstrap/chat-quote.js +0 -1
- package/icons/bootstrap/chat-right-dots-fill.js +0 -1
- package/icons/bootstrap/chat-right-dots.js +0 -1
- package/icons/bootstrap/chat-right-fill.js +0 -1
- package/icons/bootstrap/chat-right-heart-fill.js +0 -1
- package/icons/bootstrap/chat-right-heart.js +0 -1
- package/icons/bootstrap/chat-right-quote-fill.js +0 -1
- package/icons/bootstrap/chat-right-quote.js +0 -1
- package/icons/bootstrap/chat-right-text-fill.js +0 -1
- package/icons/bootstrap/chat-right-text.js +0 -1
- package/icons/bootstrap/chat-right.js +0 -1
- package/icons/bootstrap/chat-square-dots-fill.js +0 -1
- package/icons/bootstrap/chat-square-dots.js +0 -1
- package/icons/bootstrap/chat-square-fill.js +0 -1
- package/icons/bootstrap/chat-square-heart-fill.js +0 -1
- package/icons/bootstrap/chat-square-heart.js +0 -1
- package/icons/bootstrap/chat-square-quote-fill.js +0 -1
- package/icons/bootstrap/chat-square-quote.js +0 -1
- package/icons/bootstrap/chat-square-text-fill.js +0 -1
- package/icons/bootstrap/chat-square-text.js +0 -1
- package/icons/bootstrap/chat-square.js +0 -1
- package/icons/bootstrap/chat-text-fill.js +0 -1
- package/icons/bootstrap/chat-text.js +0 -1
- package/icons/bootstrap/chat.js +0 -1
- package/icons/bootstrap/check-all.js +0 -1
- package/icons/bootstrap/check-circle-fill.js +0 -1
- package/icons/bootstrap/check-circle.js +0 -1
- package/icons/bootstrap/check-lg.js +0 -1
- package/icons/bootstrap/check-square-fill.js +0 -1
- package/icons/bootstrap/check-square.js +0 -1
- package/icons/bootstrap/check.js +0 -1
- package/icons/bootstrap/check2-all.js +0 -1
- package/icons/bootstrap/check2-circle.js +0 -1
- package/icons/bootstrap/check2-square.js +0 -1
- package/icons/bootstrap/check2.js +0 -1
- package/icons/bootstrap/chevron-bar-contract.js +0 -1
- package/icons/bootstrap/chevron-bar-down.js +0 -1
- package/icons/bootstrap/chevron-bar-expand.js +0 -1
- package/icons/bootstrap/chevron-bar-left.js +0 -1
- package/icons/bootstrap/chevron-bar-right.js +0 -1
- package/icons/bootstrap/chevron-bar-up.js +0 -1
- package/icons/bootstrap/chevron-compact-down.js +0 -1
- package/icons/bootstrap/chevron-compact-left.js +0 -1
- package/icons/bootstrap/chevron-compact-right.js +0 -1
- package/icons/bootstrap/chevron-compact-up.js +0 -1
- package/icons/bootstrap/chevron-contract.js +0 -1
- package/icons/bootstrap/chevron-double-down.js +0 -1
- package/icons/bootstrap/chevron-double-left.js +0 -1
- package/icons/bootstrap/chevron-double-right.js +0 -1
- package/icons/bootstrap/chevron-double-up.js +0 -1
- package/icons/bootstrap/chevron-down.js +0 -1
- package/icons/bootstrap/chevron-expand.js +0 -1
- package/icons/bootstrap/chevron-left.js +0 -1
- package/icons/bootstrap/chevron-right.js +0 -1
- package/icons/bootstrap/chevron-up.js +0 -1
- package/icons/bootstrap/circle-fill.js +0 -1
- package/icons/bootstrap/circle-half.js +0 -1
- package/icons/bootstrap/circle-square.js +0 -1
- package/icons/bootstrap/circle.js +0 -1
- package/icons/bootstrap/clipboard-check-fill.js +0 -1
- package/icons/bootstrap/clipboard-check.js +0 -1
- package/icons/bootstrap/clipboard-data-fill.js +0 -1
- package/icons/bootstrap/clipboard-data.js +0 -1
- package/icons/bootstrap/clipboard-fill.js +0 -1
- package/icons/bootstrap/clipboard-heart-fill.js +0 -1
- package/icons/bootstrap/clipboard-heart.js +0 -1
- package/icons/bootstrap/clipboard-minus-fill.js +0 -1
- package/icons/bootstrap/clipboard-minus.js +0 -1
- package/icons/bootstrap/clipboard-plus-fill.js +0 -1
- package/icons/bootstrap/clipboard-plus.js +0 -1
- package/icons/bootstrap/clipboard-pulse.js +0 -1
- package/icons/bootstrap/clipboard-x-fill.js +0 -1
- package/icons/bootstrap/clipboard-x.js +0 -1
- package/icons/bootstrap/clipboard.js +0 -1
- package/icons/bootstrap/clipboard2-check-fill.js +0 -1
- package/icons/bootstrap/clipboard2-check.js +0 -1
- package/icons/bootstrap/clipboard2-data-fill.js +0 -1
- package/icons/bootstrap/clipboard2-data.js +0 -1
- package/icons/bootstrap/clipboard2-fill.js +0 -1
- package/icons/bootstrap/clipboard2-heart-fill.js +0 -1
- package/icons/bootstrap/clipboard2-heart.js +0 -1
- package/icons/bootstrap/clipboard2-minus-fill.js +0 -1
- package/icons/bootstrap/clipboard2-minus.js +0 -1
- package/icons/bootstrap/clipboard2-plus-fill.js +0 -1
- package/icons/bootstrap/clipboard2-plus.js +0 -1
- package/icons/bootstrap/clipboard2-pulse-fill.js +0 -1
- package/icons/bootstrap/clipboard2-pulse.js +0 -1
- package/icons/bootstrap/clipboard2-x-fill.js +0 -1
- package/icons/bootstrap/clipboard2-x.js +0 -1
- package/icons/bootstrap/clipboard2.js +0 -1
- package/icons/bootstrap/clock-fill.js +0 -1
- package/icons/bootstrap/clock-history.js +0 -1
- package/icons/bootstrap/clock.js +0 -1
- package/icons/bootstrap/cloud-arrow-down-fill.js +0 -1
- package/icons/bootstrap/cloud-arrow-down.js +0 -1
- package/icons/bootstrap/cloud-arrow-up-fill.js +0 -1
- package/icons/bootstrap/cloud-arrow-up.js +0 -1
- package/icons/bootstrap/cloud-check-fill.js +0 -1
- package/icons/bootstrap/cloud-check.js +0 -1
- package/icons/bootstrap/cloud-download-fill.js +0 -1
- package/icons/bootstrap/cloud-download.js +0 -1
- package/icons/bootstrap/cloud-drizzle-fill.js +0 -1
- package/icons/bootstrap/cloud-drizzle.js +0 -1
- package/icons/bootstrap/cloud-fill.js +0 -1
- package/icons/bootstrap/cloud-fog-fill.js +0 -1
- package/icons/bootstrap/cloud-fog.js +0 -1
- package/icons/bootstrap/cloud-fog2-fill.js +0 -1
- package/icons/bootstrap/cloud-fog2.js +0 -1
- package/icons/bootstrap/cloud-hail-fill.js +0 -1
- package/icons/bootstrap/cloud-hail.js +0 -1
- package/icons/bootstrap/cloud-haze-fill.js +0 -1
- package/icons/bootstrap/cloud-haze.js +0 -1
- package/icons/bootstrap/cloud-haze2-fill.js +0 -1
- package/icons/bootstrap/cloud-haze2.js +0 -1
- package/icons/bootstrap/cloud-lightning-fill.js +0 -1
- package/icons/bootstrap/cloud-lightning-rain-fill.js +0 -1
- package/icons/bootstrap/cloud-lightning-rain.js +0 -1
- package/icons/bootstrap/cloud-lightning.js +0 -1
- package/icons/bootstrap/cloud-minus-fill.js +0 -1
- package/icons/bootstrap/cloud-minus.js +0 -1
- package/icons/bootstrap/cloud-moon-fill.js +0 -1
- package/icons/bootstrap/cloud-moon.js +0 -1
- package/icons/bootstrap/cloud-plus-fill.js +0 -1
- package/icons/bootstrap/cloud-plus.js +0 -1
- package/icons/bootstrap/cloud-rain-fill.js +0 -1
- package/icons/bootstrap/cloud-rain-heavy-fill.js +0 -1
- package/icons/bootstrap/cloud-rain-heavy.js +0 -1
- package/icons/bootstrap/cloud-rain.js +0 -1
- package/icons/bootstrap/cloud-slash-fill.js +0 -1
- package/icons/bootstrap/cloud-slash.js +0 -1
- package/icons/bootstrap/cloud-sleet-fill.js +0 -1
- package/icons/bootstrap/cloud-sleet.js +0 -1
- package/icons/bootstrap/cloud-snow-fill.js +0 -1
- package/icons/bootstrap/cloud-snow.js +0 -1
- package/icons/bootstrap/cloud-sun-fill.js +0 -1
- package/icons/bootstrap/cloud-sun.js +0 -1
- package/icons/bootstrap/cloud-upload-fill.js +0 -1
- package/icons/bootstrap/cloud-upload.js +0 -1
- package/icons/bootstrap/cloud.js +0 -1
- package/icons/bootstrap/clouds-fill.js +0 -1
- package/icons/bootstrap/clouds.js +0 -1
- package/icons/bootstrap/cloudy-fill.js +0 -1
- package/icons/bootstrap/cloudy.js +0 -1
- package/icons/bootstrap/code-slash.js +0 -1
- package/icons/bootstrap/code-square.js +0 -1
- package/icons/bootstrap/code.js +0 -1
- package/icons/bootstrap/coin.js +0 -1
- package/icons/bootstrap/collection-fill.js +0 -1
- package/icons/bootstrap/collection-play-fill.js +0 -1
- package/icons/bootstrap/collection-play.js +0 -1
- package/icons/bootstrap/collection.js +0 -1
- package/icons/bootstrap/columns-gap.js +0 -1
- package/icons/bootstrap/columns.js +0 -1
- package/icons/bootstrap/command.js +0 -1
- package/icons/bootstrap/compass-fill.js +0 -1
- package/icons/bootstrap/compass.js +0 -1
- package/icons/bootstrap/cone-striped.js +0 -1
- package/icons/bootstrap/cone.js +0 -1
- package/icons/bootstrap/controller.js +0 -1
- package/icons/bootstrap/cookie.js +0 -1
- package/icons/bootstrap/copy.js +0 -1
- package/icons/bootstrap/cpu-fill.js +0 -1
- package/icons/bootstrap/cpu.js +0 -1
- package/icons/bootstrap/credit-card-2-back-fill.js +0 -1
- package/icons/bootstrap/credit-card-2-back.js +0 -1
- package/icons/bootstrap/credit-card-2-front-fill.js +0 -1
- package/icons/bootstrap/credit-card-2-front.js +0 -1
- package/icons/bootstrap/credit-card-fill.js +0 -1
- package/icons/bootstrap/credit-card.js +0 -1
- package/icons/bootstrap/crop.js +0 -1
- package/icons/bootstrap/crosshair.js +0 -1
- package/icons/bootstrap/crosshair2.js +0 -1
- package/icons/bootstrap/cup-fill.js +0 -1
- package/icons/bootstrap/cup-hot-fill.js +0 -1
- package/icons/bootstrap/cup-hot.js +0 -1
- package/icons/bootstrap/cup-straw.js +0 -1
- package/icons/bootstrap/cup.js +0 -1
- package/icons/bootstrap/currency-bitcoin.js +0 -1
- package/icons/bootstrap/currency-dollar.js +0 -1
- package/icons/bootstrap/currency-euro.js +0 -1
- package/icons/bootstrap/currency-exchange.js +0 -1
- package/icons/bootstrap/currency-pound.js +0 -1
- package/icons/bootstrap/currency-rupee.js +0 -1
- package/icons/bootstrap/currency-yen.js +0 -1
- package/icons/bootstrap/cursor-fill.js +0 -1
- package/icons/bootstrap/cursor-text.js +0 -1
- package/icons/bootstrap/cursor.js +0 -1
- package/icons/bootstrap/dash-circle-dotted.js +0 -1
- package/icons/bootstrap/dash-circle-fill.js +0 -1
- package/icons/bootstrap/dash-circle.js +0 -1
- package/icons/bootstrap/dash-lg.js +0 -1
- package/icons/bootstrap/dash-square-dotted.js +0 -1
- package/icons/bootstrap/dash-square-fill.js +0 -1
- package/icons/bootstrap/dash-square.js +0 -1
- package/icons/bootstrap/dash.js +0 -1
- package/icons/bootstrap/database-add.js +0 -1
- package/icons/bootstrap/database-check.js +0 -1
- package/icons/bootstrap/database-dash.js +0 -1
- package/icons/bootstrap/database-down.js +0 -1
- package/icons/bootstrap/database-exclamation.js +0 -1
- package/icons/bootstrap/database-fill-add.js +0 -1
- package/icons/bootstrap/database-fill-check.js +0 -1
- package/icons/bootstrap/database-fill-dash.js +0 -1
- package/icons/bootstrap/database-fill-down.js +0 -1
- package/icons/bootstrap/database-fill-exclamation.js +0 -1
- package/icons/bootstrap/database-fill-gear.js +0 -1
- package/icons/bootstrap/database-fill-lock.js +0 -1
- package/icons/bootstrap/database-fill-slash.js +0 -1
- package/icons/bootstrap/database-fill-up.js +0 -1
- package/icons/bootstrap/database-fill-x.js +0 -1
- package/icons/bootstrap/database-fill.js +0 -1
- package/icons/bootstrap/database-gear.js +0 -1
- package/icons/bootstrap/database-lock.js +0 -1
- package/icons/bootstrap/database-slash.js +0 -1
- package/icons/bootstrap/database-up.js +0 -1
- package/icons/bootstrap/database-x.js +0 -1
- package/icons/bootstrap/database.js +0 -1
- package/icons/bootstrap/device-hdd-fill.js +0 -1
- package/icons/bootstrap/device-hdd.js +0 -1
- package/icons/bootstrap/device-ssd-fill.js +0 -1
- package/icons/bootstrap/device-ssd.js +0 -1
- package/icons/bootstrap/diagram-2-fill.js +0 -1
- package/icons/bootstrap/diagram-2.js +0 -1
- package/icons/bootstrap/diagram-3-fill.js +0 -1
- package/icons/bootstrap/diagram-3.js +0 -1
- package/icons/bootstrap/diamond-fill.js +0 -1
- package/icons/bootstrap/diamond-half.js +0 -1
- package/icons/bootstrap/diamond.js +0 -1
- package/icons/bootstrap/dice-1-fill.js +0 -1
- package/icons/bootstrap/dice-1.js +0 -1
- package/icons/bootstrap/dice-2-fill.js +0 -1
- package/icons/bootstrap/dice-2.js +0 -1
- package/icons/bootstrap/dice-3-fill.js +0 -1
- package/icons/bootstrap/dice-3.js +0 -1
- package/icons/bootstrap/dice-4-fill.js +0 -1
- package/icons/bootstrap/dice-4.js +0 -1
- package/icons/bootstrap/dice-5-fill.js +0 -1
- package/icons/bootstrap/dice-5.js +0 -1
- package/icons/bootstrap/dice-6-fill.js +0 -1
- package/icons/bootstrap/dice-6.js +0 -1
- package/icons/bootstrap/disc-fill.js +0 -1
- package/icons/bootstrap/disc.js +0 -1
- package/icons/bootstrap/discord.js +0 -1
- package/icons/bootstrap/display-fill.js +0 -1
- package/icons/bootstrap/display.js +0 -1
- package/icons/bootstrap/displayport-fill.js +0 -1
- package/icons/bootstrap/displayport.js +0 -1
- package/icons/bootstrap/distribute-horizontal.js +0 -1
- package/icons/bootstrap/distribute-vertical.js +0 -1
- package/icons/bootstrap/door-closed-fill.js +0 -1
- package/icons/bootstrap/door-closed.js +0 -1
- package/icons/bootstrap/door-open-fill.js +0 -1
- package/icons/bootstrap/door-open.js +0 -1
- package/icons/bootstrap/dot.js +0 -1
- package/icons/bootstrap/download.js +0 -1
- package/icons/bootstrap/dpad-fill.js +0 -1
- package/icons/bootstrap/dpad.js +0 -1
- package/icons/bootstrap/dribbble.js +0 -1
- package/icons/bootstrap/dropbox.js +0 -1
- package/icons/bootstrap/droplet-fill.js +0 -1
- package/icons/bootstrap/droplet-half.js +0 -1
- package/icons/bootstrap/droplet.js +0 -1
- package/icons/bootstrap/duffle-fill.js +0 -1
- package/icons/bootstrap/duffle.js +0 -1
- package/icons/bootstrap/ear-fill.js +0 -1
- package/icons/bootstrap/ear.js +0 -1
- package/icons/bootstrap/earbuds.js +0 -1
- package/icons/bootstrap/easel-fill.js +0 -1
- package/icons/bootstrap/easel.js +0 -1
- package/icons/bootstrap/easel2-fill.js +0 -1
- package/icons/bootstrap/easel2.js +0 -1
- package/icons/bootstrap/easel3-fill.js +0 -1
- package/icons/bootstrap/easel3.js +0 -1
- package/icons/bootstrap/egg-fill.js +0 -1
- package/icons/bootstrap/egg-fried.js +0 -1
- package/icons/bootstrap/egg.js +0 -1
- package/icons/bootstrap/eject-fill.js +0 -1
- package/icons/bootstrap/eject.js +0 -1
- package/icons/bootstrap/emoji-angry-fill.js +0 -1
- package/icons/bootstrap/emoji-angry.js +0 -1
- package/icons/bootstrap/emoji-astonished-fill.js +0 -1
- package/icons/bootstrap/emoji-astonished.js +0 -1
- package/icons/bootstrap/emoji-dizzy-fill.js +0 -1
- package/icons/bootstrap/emoji-dizzy.js +0 -1
- package/icons/bootstrap/emoji-expressionless-fill.js +0 -1
- package/icons/bootstrap/emoji-expressionless.js +0 -1
- package/icons/bootstrap/emoji-frown-fill.js +0 -1
- package/icons/bootstrap/emoji-frown.js +0 -1
- package/icons/bootstrap/emoji-grimace-fill.js +0 -1
- package/icons/bootstrap/emoji-grimace.js +0 -1
- package/icons/bootstrap/emoji-grin-fill.js +0 -1
- package/icons/bootstrap/emoji-grin.js +0 -1
- package/icons/bootstrap/emoji-heart-eyes-fill.js +0 -1
- package/icons/bootstrap/emoji-heart-eyes.js +0 -1
- package/icons/bootstrap/emoji-kiss-fill.js +0 -1
- package/icons/bootstrap/emoji-kiss.js +0 -1
- package/icons/bootstrap/emoji-laughing-fill.js +0 -1
- package/icons/bootstrap/emoji-laughing.js +0 -1
- package/icons/bootstrap/emoji-neutral-fill.js +0 -1
- package/icons/bootstrap/emoji-neutral.js +0 -1
- package/icons/bootstrap/emoji-smile-fill.js +0 -1
- package/icons/bootstrap/emoji-smile-upside-down-fill.js +0 -1
- package/icons/bootstrap/emoji-smile-upside-down.js +0 -1
- package/icons/bootstrap/emoji-smile.js +0 -1
- package/icons/bootstrap/emoji-sunglasses-fill.js +0 -1
- package/icons/bootstrap/emoji-sunglasses.js +0 -1
- package/icons/bootstrap/emoji-surprise-fill.js +0 -1
- package/icons/bootstrap/emoji-surprise.js +0 -1
- package/icons/bootstrap/emoji-tear-fill.js +0 -1
- package/icons/bootstrap/emoji-tear.js +0 -1
- package/icons/bootstrap/emoji-wink-fill.js +0 -1
- package/icons/bootstrap/emoji-wink.js +0 -1
- package/icons/bootstrap/envelope-arrow-down-fill.js +0 -1
- package/icons/bootstrap/envelope-arrow-down.js +0 -1
- package/icons/bootstrap/envelope-arrow-up-fill.js +0 -1
- package/icons/bootstrap/envelope-arrow-up.js +0 -1
- package/icons/bootstrap/envelope-at-fill.js +0 -1
- package/icons/bootstrap/envelope-at.js +0 -1
- package/icons/bootstrap/envelope-check-fill.js +0 -1
- package/icons/bootstrap/envelope-check.js +0 -1
- package/icons/bootstrap/envelope-dash-fill.js +0 -1
- package/icons/bootstrap/envelope-dash.js +0 -1
- package/icons/bootstrap/envelope-exclamation-fill.js +0 -1
- package/icons/bootstrap/envelope-exclamation.js +0 -1
- package/icons/bootstrap/envelope-fill.js +0 -1
- package/icons/bootstrap/envelope-heart-fill.js +0 -1
- package/icons/bootstrap/envelope-heart.js +0 -1
- package/icons/bootstrap/envelope-open-fill.js +0 -1
- package/icons/bootstrap/envelope-open-heart-fill.js +0 -1
- package/icons/bootstrap/envelope-open-heart.js +0 -1
- package/icons/bootstrap/envelope-open.js +0 -1
- package/icons/bootstrap/envelope-paper-fill.js +0 -1
- package/icons/bootstrap/envelope-paper-heart-fill.js +0 -1
- package/icons/bootstrap/envelope-paper-heart.js +0 -1
- package/icons/bootstrap/envelope-paper.js +0 -1
- package/icons/bootstrap/envelope-plus-fill.js +0 -1
- package/icons/bootstrap/envelope-plus.js +0 -1
- package/icons/bootstrap/envelope-slash-fill.js +0 -1
- package/icons/bootstrap/envelope-slash.js +0 -1
- package/icons/bootstrap/envelope-x-fill.js +0 -1
- package/icons/bootstrap/envelope-x.js +0 -1
- package/icons/bootstrap/envelope.js +0 -1
- package/icons/bootstrap/eraser-fill.js +0 -1
- package/icons/bootstrap/eraser.js +0 -1
- package/icons/bootstrap/escape.js +0 -1
- package/icons/bootstrap/ethernet.js +0 -1
- package/icons/bootstrap/ev-front-fill.js +0 -1
- package/icons/bootstrap/ev-front.js +0 -1
- package/icons/bootstrap/ev-station-fill.js +0 -1
- package/icons/bootstrap/ev-station.js +0 -1
- package/icons/bootstrap/exclamation-circle-fill.js +0 -1
- package/icons/bootstrap/exclamation-circle.js +0 -1
- package/icons/bootstrap/exclamation-diamond-fill.js +0 -1
- package/icons/bootstrap/exclamation-diamond.js +0 -1
- package/icons/bootstrap/exclamation-lg.js +0 -1
- package/icons/bootstrap/exclamation-octagon-fill.js +0 -1
- package/icons/bootstrap/exclamation-octagon.js +0 -1
- package/icons/bootstrap/exclamation-square-fill.js +0 -1
- package/icons/bootstrap/exclamation-square.js +0 -1
- package/icons/bootstrap/exclamation-triangle-fill.js +0 -1
- package/icons/bootstrap/exclamation-triangle.js +0 -1
- package/icons/bootstrap/exclamation.js +0 -1
- package/icons/bootstrap/exclude.js +0 -1
- package/icons/bootstrap/explicit-fill.js +0 -1
- package/icons/bootstrap/explicit.js +0 -1
- package/icons/bootstrap/exposure.js +0 -1
- package/icons/bootstrap/eye-fill.js +0 -1
- package/icons/bootstrap/eye-slash-fill.js +0 -1
- package/icons/bootstrap/eye-slash.js +0 -1
- package/icons/bootstrap/eye.js +0 -1
- package/icons/bootstrap/eyedropper.js +0 -1
- package/icons/bootstrap/eyeglasses.js +0 -1
- package/icons/bootstrap/facebook.js +0 -1
- package/icons/bootstrap/fan.js +0 -1
- package/icons/bootstrap/fast-forward-btn-fill.js +0 -1
- package/icons/bootstrap/fast-forward-btn.js +0 -1
- package/icons/bootstrap/fast-forward-circle-fill.js +0 -1
- package/icons/bootstrap/fast-forward-circle.js +0 -1
- package/icons/bootstrap/fast-forward-fill.js +0 -1
- package/icons/bootstrap/fast-forward.js +0 -1
- package/icons/bootstrap/feather.js +0 -1
- package/icons/bootstrap/feather2.js +0 -1
- package/icons/bootstrap/file-arrow-down-fill.js +0 -1
- package/icons/bootstrap/file-arrow-down.js +0 -1
- package/icons/bootstrap/file-arrow-up-fill.js +0 -1
- package/icons/bootstrap/file-arrow-up.js +0 -1
- package/icons/bootstrap/file-bar-graph-fill.js +0 -1
- package/icons/bootstrap/file-bar-graph.js +0 -1
- package/icons/bootstrap/file-binary-fill.js +0 -1
- package/icons/bootstrap/file-binary.js +0 -1
- package/icons/bootstrap/file-break-fill.js +0 -1
- package/icons/bootstrap/file-break.js +0 -1
- package/icons/bootstrap/file-check-fill.js +0 -1
- package/icons/bootstrap/file-check.js +0 -1
- package/icons/bootstrap/file-code-fill.js +0 -1
- package/icons/bootstrap/file-code.js +0 -1
- package/icons/bootstrap/file-diff-fill.js +0 -1
- package/icons/bootstrap/file-diff.js +0 -1
- package/icons/bootstrap/file-earmark-arrow-down-fill.js +0 -1
- package/icons/bootstrap/file-earmark-arrow-down.js +0 -1
- package/icons/bootstrap/file-earmark-arrow-up-fill.js +0 -1
- package/icons/bootstrap/file-earmark-arrow-up.js +0 -1
- package/icons/bootstrap/file-earmark-bar-graph-fill.js +0 -1
- package/icons/bootstrap/file-earmark-bar-graph.js +0 -1
- package/icons/bootstrap/file-earmark-binary-fill.js +0 -1
- package/icons/bootstrap/file-earmark-binary.js +0 -1
- package/icons/bootstrap/file-earmark-break-fill.js +0 -1
- package/icons/bootstrap/file-earmark-break.js +0 -1
- package/icons/bootstrap/file-earmark-check-fill.js +0 -1
- package/icons/bootstrap/file-earmark-check.js +0 -1
- package/icons/bootstrap/file-earmark-code-fill.js +0 -1
- package/icons/bootstrap/file-earmark-code.js +0 -1
- package/icons/bootstrap/file-earmark-diff-fill.js +0 -1
- package/icons/bootstrap/file-earmark-diff.js +0 -1
- package/icons/bootstrap/file-earmark-easel-fill.js +0 -1
- package/icons/bootstrap/file-earmark-easel.js +0 -1
- package/icons/bootstrap/file-earmark-excel-fill.js +0 -1
- package/icons/bootstrap/file-earmark-excel.js +0 -1
- package/icons/bootstrap/file-earmark-fill.js +0 -1
- package/icons/bootstrap/file-earmark-font-fill.js +0 -1
- package/icons/bootstrap/file-earmark-font.js +0 -1
- package/icons/bootstrap/file-earmark-image-fill.js +0 -1
- package/icons/bootstrap/file-earmark-image.js +0 -1
- package/icons/bootstrap/file-earmark-lock-fill.js +0 -1
- package/icons/bootstrap/file-earmark-lock.js +0 -1
- package/icons/bootstrap/file-earmark-lock2-fill.js +0 -1
- package/icons/bootstrap/file-earmark-lock2.js +0 -1
- package/icons/bootstrap/file-earmark-medical-fill.js +0 -1
- package/icons/bootstrap/file-earmark-medical.js +0 -1
- package/icons/bootstrap/file-earmark-minus-fill.js +0 -1
- package/icons/bootstrap/file-earmark-minus.js +0 -1
- package/icons/bootstrap/file-earmark-music-fill.js +0 -1
- package/icons/bootstrap/file-earmark-music.js +0 -1
- package/icons/bootstrap/file-earmark-pdf-fill.js +0 -1
- package/icons/bootstrap/file-earmark-pdf.js +0 -1
- package/icons/bootstrap/file-earmark-person-fill.js +0 -1
- package/icons/bootstrap/file-earmark-person.js +0 -1
- package/icons/bootstrap/file-earmark-play-fill.js +0 -1
- package/icons/bootstrap/file-earmark-play.js +0 -1
- package/icons/bootstrap/file-earmark-plus-fill.js +0 -1
- package/icons/bootstrap/file-earmark-plus.js +0 -1
- package/icons/bootstrap/file-earmark-post-fill.js +0 -1
- package/icons/bootstrap/file-earmark-post.js +0 -1
- package/icons/bootstrap/file-earmark-ppt-fill.js +0 -1
- package/icons/bootstrap/file-earmark-ppt.js +0 -1
- package/icons/bootstrap/file-earmark-richtext-fill.js +0 -1
- package/icons/bootstrap/file-earmark-richtext.js +0 -1
- package/icons/bootstrap/file-earmark-ruled-fill.js +0 -1
- package/icons/bootstrap/file-earmark-ruled.js +0 -1
- package/icons/bootstrap/file-earmark-slides-fill.js +0 -1
- package/icons/bootstrap/file-earmark-slides.js +0 -1
- package/icons/bootstrap/file-earmark-spreadsheet-fill.js +0 -1
- package/icons/bootstrap/file-earmark-spreadsheet.js +0 -1
- package/icons/bootstrap/file-earmark-text-fill.js +0 -1
- package/icons/bootstrap/file-earmark-text.js +0 -1
- package/icons/bootstrap/file-earmark-word-fill.js +0 -1
- package/icons/bootstrap/file-earmark-word.js +0 -1
- package/icons/bootstrap/file-earmark-x-fill.js +0 -1
- package/icons/bootstrap/file-earmark-x.js +0 -1
- package/icons/bootstrap/file-earmark-zip-fill.js +0 -1
- package/icons/bootstrap/file-earmark-zip.js +0 -1
- package/icons/bootstrap/file-earmark.js +0 -1
- package/icons/bootstrap/file-easel-fill.js +0 -1
- package/icons/bootstrap/file-easel.js +0 -1
- package/icons/bootstrap/file-excel-fill.js +0 -1
- package/icons/bootstrap/file-excel.js +0 -1
- package/icons/bootstrap/file-fill.js +0 -1
- package/icons/bootstrap/file-font-fill.js +0 -1
- package/icons/bootstrap/file-font.js +0 -1
- package/icons/bootstrap/file-image-fill.js +0 -1
- package/icons/bootstrap/file-image.js +0 -1
- package/icons/bootstrap/file-lock-fill.js +0 -1
- package/icons/bootstrap/file-lock.js +0 -1
- package/icons/bootstrap/file-lock2-fill.js +0 -1
- package/icons/bootstrap/file-lock2.js +0 -1
- package/icons/bootstrap/file-medical-fill.js +0 -1
- package/icons/bootstrap/file-medical.js +0 -1
- package/icons/bootstrap/file-minus-fill.js +0 -1
- package/icons/bootstrap/file-minus.js +0 -1
- package/icons/bootstrap/file-music-fill.js +0 -1
- package/icons/bootstrap/file-music.js +0 -1
- package/icons/bootstrap/file-pdf-fill.js +0 -1
- package/icons/bootstrap/file-pdf.js +0 -1
- package/icons/bootstrap/file-person-fill.js +0 -1
- package/icons/bootstrap/file-person.js +0 -1
- package/icons/bootstrap/file-play-fill.js +0 -1
- package/icons/bootstrap/file-play.js +0 -1
- package/icons/bootstrap/file-plus-fill.js +0 -1
- package/icons/bootstrap/file-plus.js +0 -1
- package/icons/bootstrap/file-post-fill.js +0 -1
- package/icons/bootstrap/file-post.js +0 -1
- package/icons/bootstrap/file-ppt-fill.js +0 -1
- package/icons/bootstrap/file-ppt.js +0 -1
- package/icons/bootstrap/file-richtext-fill.js +0 -1
- package/icons/bootstrap/file-richtext.js +0 -1
- package/icons/bootstrap/file-ruled-fill.js +0 -1
- package/icons/bootstrap/file-ruled.js +0 -1
- package/icons/bootstrap/file-slides-fill.js +0 -1
- package/icons/bootstrap/file-slides.js +0 -1
- package/icons/bootstrap/file-spreadsheet-fill.js +0 -1
- package/icons/bootstrap/file-spreadsheet.js +0 -1
- package/icons/bootstrap/file-text-fill.js +0 -1
- package/icons/bootstrap/file-text.js +0 -1
- package/icons/bootstrap/file-word-fill.js +0 -1
- package/icons/bootstrap/file-word.js +0 -1
- package/icons/bootstrap/file-x-fill.js +0 -1
- package/icons/bootstrap/file-x.js +0 -1
- package/icons/bootstrap/file-zip-fill.js +0 -1
- package/icons/bootstrap/file-zip.js +0 -1
- package/icons/bootstrap/file.js +0 -1
- package/icons/bootstrap/files-alt.js +0 -1
- package/icons/bootstrap/files.js +0 -1
- package/icons/bootstrap/filetype-aac.js +0 -1
- package/icons/bootstrap/filetype-ai.js +0 -1
- package/icons/bootstrap/filetype-bmp.js +0 -1
- package/icons/bootstrap/filetype-cs.js +0 -1
- package/icons/bootstrap/filetype-css.js +0 -1
- package/icons/bootstrap/filetype-csv.js +0 -1
- package/icons/bootstrap/filetype-doc.js +0 -1
- package/icons/bootstrap/filetype-docx.js +0 -1
- package/icons/bootstrap/filetype-exe.js +0 -1
- package/icons/bootstrap/filetype-gif.js +0 -1
- package/icons/bootstrap/filetype-heic.js +0 -1
- package/icons/bootstrap/filetype-html.js +0 -1
- package/icons/bootstrap/filetype-java.js +0 -1
- package/icons/bootstrap/filetype-jpg.js +0 -1
- package/icons/bootstrap/filetype-js.js +0 -1
- package/icons/bootstrap/filetype-json.js +0 -1
- package/icons/bootstrap/filetype-jsx.js +0 -1
- package/icons/bootstrap/filetype-key.js +0 -1
- package/icons/bootstrap/filetype-m4p.js +0 -1
- package/icons/bootstrap/filetype-md.js +0 -1
- package/icons/bootstrap/filetype-mdx.js +0 -1
- package/icons/bootstrap/filetype-mov.js +0 -1
- package/icons/bootstrap/filetype-mp3.js +0 -1
- package/icons/bootstrap/filetype-mp4.js +0 -1
- package/icons/bootstrap/filetype-otf.js +0 -1
- package/icons/bootstrap/filetype-pdf.js +0 -1
- package/icons/bootstrap/filetype-php.js +0 -1
- package/icons/bootstrap/filetype-png.js +0 -1
- package/icons/bootstrap/filetype-ppt.js +0 -1
- package/icons/bootstrap/filetype-pptx.js +0 -1
- package/icons/bootstrap/filetype-psd.js +0 -1
- package/icons/bootstrap/filetype-py.js +0 -1
- package/icons/bootstrap/filetype-raw.js +0 -1
- package/icons/bootstrap/filetype-rb.js +0 -1
- package/icons/bootstrap/filetype-sass.js +0 -1
- package/icons/bootstrap/filetype-scss.js +0 -1
- package/icons/bootstrap/filetype-sh.js +0 -1
- package/icons/bootstrap/filetype-sql.js +0 -1
- package/icons/bootstrap/filetype-svg.js +0 -1
- package/icons/bootstrap/filetype-tiff.js +0 -1
- package/icons/bootstrap/filetype-tsx.js +0 -1
- package/icons/bootstrap/filetype-ttf.js +0 -1
- package/icons/bootstrap/filetype-txt.js +0 -1
- package/icons/bootstrap/filetype-wav.js +0 -1
- package/icons/bootstrap/filetype-woff.js +0 -1
- package/icons/bootstrap/filetype-xls.js +0 -1
- package/icons/bootstrap/filetype-xlsx.js +0 -1
- package/icons/bootstrap/filetype-xml.js +0 -1
- package/icons/bootstrap/filetype-yml.js +0 -1
- package/icons/bootstrap/film.js +0 -1
- package/icons/bootstrap/filter-circle-fill.js +0 -1
- package/icons/bootstrap/filter-circle.js +0 -1
- package/icons/bootstrap/filter-left.js +0 -1
- package/icons/bootstrap/filter-right.js +0 -1
- package/icons/bootstrap/filter-square-fill.js +0 -1
- package/icons/bootstrap/filter-square.js +0 -1
- package/icons/bootstrap/filter.js +0 -1
- package/icons/bootstrap/fingerprint.js +0 -1
- package/icons/bootstrap/fire.js +0 -1
- package/icons/bootstrap/flag-fill.js +0 -1
- package/icons/bootstrap/flag.js +0 -1
- package/icons/bootstrap/floppy-fill.js +0 -1
- package/icons/bootstrap/floppy.js +0 -1
- package/icons/bootstrap/floppy2-fill.js +0 -1
- package/icons/bootstrap/floppy2.js +0 -1
- package/icons/bootstrap/flower1.js +0 -1
- package/icons/bootstrap/flower2.js +0 -1
- package/icons/bootstrap/flower3.js +0 -1
- package/icons/bootstrap/folder-check.js +0 -1
- package/icons/bootstrap/folder-fill.js +0 -1
- package/icons/bootstrap/folder-minus.js +0 -1
- package/icons/bootstrap/folder-plus.js +0 -1
- package/icons/bootstrap/folder-symlink-fill.js +0 -1
- package/icons/bootstrap/folder-symlink.js +0 -1
- package/icons/bootstrap/folder-x.js +0 -1
- package/icons/bootstrap/folder.js +0 -1
- package/icons/bootstrap/folder2-open.js +0 -1
- package/icons/bootstrap/folder2.js +0 -1
- package/icons/bootstrap/fonts.js +0 -1
- package/icons/bootstrap/forward-fill.js +0 -1
- package/icons/bootstrap/forward.js +0 -1
- package/icons/bootstrap/front.js +0 -1
- package/icons/bootstrap/fuel-pump-diesel-fill.js +0 -1
- package/icons/bootstrap/fuel-pump-diesel.js +0 -1
- package/icons/bootstrap/fuel-pump-fill.js +0 -1
- package/icons/bootstrap/fuel-pump.js +0 -1
- package/icons/bootstrap/fullscreen-exit.js +0 -1
- package/icons/bootstrap/fullscreen.js +0 -1
- package/icons/bootstrap/funnel-fill.js +0 -1
- package/icons/bootstrap/funnel.js +0 -1
- package/icons/bootstrap/gear-fill.js +0 -1
- package/icons/bootstrap/gear-wide-connected.js +0 -1
- package/icons/bootstrap/gear-wide.js +0 -1
- package/icons/bootstrap/gear.js +0 -1
- package/icons/bootstrap/gem.js +0 -1
- package/icons/bootstrap/gender-ambiguous.js +0 -1
- package/icons/bootstrap/gender-female.js +0 -1
- package/icons/bootstrap/gender-male.js +0 -1
- package/icons/bootstrap/gender-neuter.js +0 -1
- package/icons/bootstrap/gender-trans.js +0 -1
- package/icons/bootstrap/geo-alt-fill.js +0 -1
- package/icons/bootstrap/geo-alt.js +0 -1
- package/icons/bootstrap/geo-fill.js +0 -1
- package/icons/bootstrap/geo.js +0 -1
- package/icons/bootstrap/gift-fill.js +0 -1
- package/icons/bootstrap/gift.js +0 -1
- package/icons/bootstrap/git.js +0 -1
- package/icons/bootstrap/github.js +0 -1
- package/icons/bootstrap/gitlab.js +0 -1
- package/icons/bootstrap/globe-americas.js +0 -1
- package/icons/bootstrap/globe-asia-australia.js +0 -1
- package/icons/bootstrap/globe-central-south-asia.js +0 -1
- package/icons/bootstrap/globe-europe-africa.js +0 -1
- package/icons/bootstrap/globe.js +0 -1
- package/icons/bootstrap/globe2.js +0 -1
- package/icons/bootstrap/google-play.js +0 -1
- package/icons/bootstrap/google.js +0 -1
- package/icons/bootstrap/gpu-card.js +0 -1
- package/icons/bootstrap/graph-down-arrow.js +0 -1
- package/icons/bootstrap/graph-down.js +0 -1
- package/icons/bootstrap/graph-up-arrow.js +0 -1
- package/icons/bootstrap/graph-up.js +0 -1
- package/icons/bootstrap/grid-1x2-fill.js +0 -1
- package/icons/bootstrap/grid-1x2.js +0 -1
- package/icons/bootstrap/grid-3x2-gap-fill.js +0 -1
- package/icons/bootstrap/grid-3x2-gap.js +0 -1
- package/icons/bootstrap/grid-3x2.js +0 -1
- package/icons/bootstrap/grid-3x3-gap-fill.js +0 -1
- package/icons/bootstrap/grid-3x3-gap.js +0 -1
- package/icons/bootstrap/grid-3x3.js +0 -1
- package/icons/bootstrap/grid-fill.js +0 -1
- package/icons/bootstrap/grid.js +0 -1
- package/icons/bootstrap/grip-horizontal.js +0 -1
- package/icons/bootstrap/grip-vertical.js +0 -1
- package/icons/bootstrap/h-circle-fill.js +0 -1
- package/icons/bootstrap/h-circle.js +0 -1
- package/icons/bootstrap/h-square-fill.js +0 -1
- package/icons/bootstrap/h-square.js +0 -1
- package/icons/bootstrap/hammer.js +0 -1
- package/icons/bootstrap/hand-index-fill.js +0 -1
- package/icons/bootstrap/hand-index-thumb-fill.js +0 -1
- package/icons/bootstrap/hand-index-thumb.js +0 -1
- package/icons/bootstrap/hand-index.js +0 -1
- package/icons/bootstrap/hand-thumbs-down-fill.js +0 -1
- package/icons/bootstrap/hand-thumbs-down.js +0 -1
- package/icons/bootstrap/hand-thumbs-up-fill.js +0 -1
- package/icons/bootstrap/hand-thumbs-up.js +0 -1
- package/icons/bootstrap/handbag-fill.js +0 -1
- package/icons/bootstrap/handbag.js +0 -1
- package/icons/bootstrap/hash.js +0 -1
- package/icons/bootstrap/hdd-fill.js +0 -1
- package/icons/bootstrap/hdd-network-fill.js +0 -1
- package/icons/bootstrap/hdd-network.js +0 -1
- package/icons/bootstrap/hdd-rack-fill.js +0 -1
- package/icons/bootstrap/hdd-rack.js +0 -1
- package/icons/bootstrap/hdd-stack-fill.js +0 -1
- package/icons/bootstrap/hdd-stack.js +0 -1
- package/icons/bootstrap/hdd.js +0 -1
- package/icons/bootstrap/hdmi-fill.js +0 -1
- package/icons/bootstrap/hdmi.js +0 -1
- package/icons/bootstrap/headphones.js +0 -1
- package/icons/bootstrap/headset-vr.js +0 -1
- package/icons/bootstrap/headset.js +0 -1
- package/icons/bootstrap/heart-arrow.js +0 -1
- package/icons/bootstrap/heart-fill.js +0 -1
- package/icons/bootstrap/heart-half.js +0 -1
- package/icons/bootstrap/heart-pulse-fill.js +0 -1
- package/icons/bootstrap/heart-pulse.js +0 -1
- package/icons/bootstrap/heart.js +0 -1
- package/icons/bootstrap/heartbreak-fill.js +0 -1
- package/icons/bootstrap/heartbreak.js +0 -1
- package/icons/bootstrap/hearts.js +0 -1
- package/icons/bootstrap/heptagon-fill.js +0 -1
- package/icons/bootstrap/heptagon-half.js +0 -1
- package/icons/bootstrap/heptagon.js +0 -1
- package/icons/bootstrap/hexagon-fill.js +0 -1
- package/icons/bootstrap/hexagon-half.js +0 -1
- package/icons/bootstrap/hexagon.js +0 -1
- package/icons/bootstrap/highlighter.js +0 -1
- package/icons/bootstrap/highlights.js +0 -1
- package/icons/bootstrap/hospital-fill.js +0 -1
- package/icons/bootstrap/hospital.js +0 -1
- package/icons/bootstrap/hourglass-bottom.js +0 -1
- package/icons/bootstrap/hourglass-split.js +0 -1
- package/icons/bootstrap/hourglass-top.js +0 -1
- package/icons/bootstrap/hourglass.js +0 -1
- package/icons/bootstrap/house-add-fill.js +0 -1
- package/icons/bootstrap/house-add.js +0 -1
- package/icons/bootstrap/house-check-fill.js +0 -1
- package/icons/bootstrap/house-check.js +0 -1
- package/icons/bootstrap/house-dash-fill.js +0 -1
- package/icons/bootstrap/house-dash.js +0 -1
- package/icons/bootstrap/house-door-fill.js +0 -1
- package/icons/bootstrap/house-door.js +0 -1
- package/icons/bootstrap/house-down-fill.js +0 -1
- package/icons/bootstrap/house-down.js +0 -1
- package/icons/bootstrap/house-exclamation-fill.js +0 -1
- package/icons/bootstrap/house-exclamation.js +0 -1
- package/icons/bootstrap/house-fill.js +0 -1
- package/icons/bootstrap/house-gear-fill.js +0 -1
- package/icons/bootstrap/house-gear.js +0 -1
- package/icons/bootstrap/house-heart-fill.js +0 -1
- package/icons/bootstrap/house-heart.js +0 -1
- package/icons/bootstrap/house-lock-fill.js +0 -1
- package/icons/bootstrap/house-lock.js +0 -1
- package/icons/bootstrap/house-slash-fill.js +0 -1
- package/icons/bootstrap/house-slash.js +0 -1
- package/icons/bootstrap/house-up-fill.js +0 -1
- package/icons/bootstrap/house-up.js +0 -1
- package/icons/bootstrap/house-x-fill.js +0 -1
- package/icons/bootstrap/house-x.js +0 -1
- package/icons/bootstrap/house.js +0 -1
- package/icons/bootstrap/houses-fill.js +0 -1
- package/icons/bootstrap/houses.js +0 -1
- package/icons/bootstrap/hr.js +0 -1
- package/icons/bootstrap/hurricane.js +0 -1
- package/icons/bootstrap/hypnotize.js +0 -1
- package/icons/bootstrap/image-alt.js +0 -1
- package/icons/bootstrap/image-fill.js +0 -1
- package/icons/bootstrap/image.js +0 -1
- package/icons/bootstrap/images.js +0 -1
- package/icons/bootstrap/inbox-fill.js +0 -1
- package/icons/bootstrap/inbox.js +0 -1
- package/icons/bootstrap/inboxes-fill.js +0 -1
- package/icons/bootstrap/inboxes.js +0 -1
- package/icons/bootstrap/incognito.js +0 -1
- package/icons/bootstrap/indent.js +0 -1
- package/icons/bootstrap/infinity.js +0 -1
- package/icons/bootstrap/info-circle-fill.js +0 -1
- package/icons/bootstrap/info-circle.js +0 -1
- package/icons/bootstrap/info-lg.js +0 -1
- package/icons/bootstrap/info-square-fill.js +0 -1
- package/icons/bootstrap/info-square.js +0 -1
- package/icons/bootstrap/info.js +0 -1
- package/icons/bootstrap/input-cursor-text.js +0 -1
- package/icons/bootstrap/input-cursor.js +0 -1
- package/icons/bootstrap/instagram.js +0 -1
- package/icons/bootstrap/intersect.js +0 -1
- package/icons/bootstrap/journal-album.js +0 -1
- package/icons/bootstrap/journal-arrow-down.js +0 -1
- package/icons/bootstrap/journal-arrow-up.js +0 -1
- package/icons/bootstrap/journal-bookmark-fill.js +0 -1
- package/icons/bootstrap/journal-bookmark.js +0 -1
- package/icons/bootstrap/journal-check.js +0 -1
- package/icons/bootstrap/journal-code.js +0 -1
- package/icons/bootstrap/journal-medical.js +0 -1
- package/icons/bootstrap/journal-minus.js +0 -1
- package/icons/bootstrap/journal-plus.js +0 -1
- package/icons/bootstrap/journal-richtext.js +0 -1
- package/icons/bootstrap/journal-text.js +0 -1
- package/icons/bootstrap/journal-x.js +0 -1
- package/icons/bootstrap/journal.js +0 -1
- package/icons/bootstrap/journals.js +0 -1
- package/icons/bootstrap/joystick.js +0 -1
- package/icons/bootstrap/justify-left.js +0 -1
- package/icons/bootstrap/justify-right.js +0 -1
- package/icons/bootstrap/justify.js +0 -1
- package/icons/bootstrap/kanban-fill.js +0 -1
- package/icons/bootstrap/kanban.js +0 -1
- package/icons/bootstrap/key-fill.js +0 -1
- package/icons/bootstrap/key.js +0 -1
- package/icons/bootstrap/keyboard-fill.js +0 -1
- package/icons/bootstrap/keyboard.js +0 -1
- package/icons/bootstrap/ladder.js +0 -1
- package/icons/bootstrap/lamp-fill.js +0 -1
- package/icons/bootstrap/lamp.js +0 -1
- package/icons/bootstrap/laptop-fill.js +0 -1
- package/icons/bootstrap/laptop.js +0 -1
- package/icons/bootstrap/layer-backward.js +0 -1
- package/icons/bootstrap/layer-forward.js +0 -1
- package/icons/bootstrap/layers-fill.js +0 -1
- package/icons/bootstrap/layers-half.js +0 -1
- package/icons/bootstrap/layers.js +0 -1
- package/icons/bootstrap/layout-sidebar-inset-reverse.js +0 -1
- package/icons/bootstrap/layout-sidebar-inset.js +0 -1
- package/icons/bootstrap/layout-sidebar-reverse.js +0 -1
- package/icons/bootstrap/layout-sidebar.js +0 -1
- package/icons/bootstrap/layout-split.js +0 -1
- package/icons/bootstrap/layout-text-sidebar-reverse.js +0 -1
- package/icons/bootstrap/layout-text-sidebar.js +0 -1
- package/icons/bootstrap/layout-text-window-reverse.js +0 -1
- package/icons/bootstrap/layout-text-window.js +0 -1
- package/icons/bootstrap/layout-three-columns.js +0 -1
- package/icons/bootstrap/layout-wtf.js +0 -1
- package/icons/bootstrap/life-preserver.js +0 -1
- package/icons/bootstrap/lightbulb-fill.js +0 -1
- package/icons/bootstrap/lightbulb-off-fill.js +0 -1
- package/icons/bootstrap/lightbulb-off.js +0 -1
- package/icons/bootstrap/lightbulb.js +0 -1
- package/icons/bootstrap/lightning-charge-fill.js +0 -1
- package/icons/bootstrap/lightning-charge.js +0 -1
- package/icons/bootstrap/lightning-fill.js +0 -1
- package/icons/bootstrap/lightning.js +0 -1
- package/icons/bootstrap/line.js +0 -1
- package/icons/bootstrap/link-45deg.js +0 -1
- package/icons/bootstrap/link.js +0 -1
- package/icons/bootstrap/linkedin.js +0 -1
- package/icons/bootstrap/list-check.js +0 -1
- package/icons/bootstrap/list-columns-reverse.js +0 -1
- package/icons/bootstrap/list-columns.js +0 -1
- package/icons/bootstrap/list-nested.js +0 -1
- package/icons/bootstrap/list-ol.js +0 -1
- package/icons/bootstrap/list-stars.js +0 -1
- package/icons/bootstrap/list-task.js +0 -1
- package/icons/bootstrap/list-ul.js +0 -1
- package/icons/bootstrap/list.js +0 -1
- package/icons/bootstrap/lock-fill.js +0 -1
- package/icons/bootstrap/lock.js +0 -1
- package/icons/bootstrap/luggage-fill.js +0 -1
- package/icons/bootstrap/luggage.js +0 -1
- package/icons/bootstrap/lungs-fill.js +0 -1
- package/icons/bootstrap/lungs.js +0 -1
- package/icons/bootstrap/magic.js +0 -1
- package/icons/bootstrap/magnet-fill.js +0 -1
- package/icons/bootstrap/magnet.js +0 -1
- package/icons/bootstrap/mailbox-flag.js +0 -1
- package/icons/bootstrap/mailbox.js +0 -1
- package/icons/bootstrap/mailbox2-flag.js +0 -1
- package/icons/bootstrap/mailbox2.js +0 -1
- package/icons/bootstrap/map-fill.js +0 -1
- package/icons/bootstrap/map.js +0 -1
- package/icons/bootstrap/markdown-fill.js +0 -1
- package/icons/bootstrap/markdown.js +0 -1
- package/icons/bootstrap/marker-tip.js +0 -1
- package/icons/bootstrap/mask.js +0 -1
- package/icons/bootstrap/mastodon.js +0 -1
- package/icons/bootstrap/medium.js +0 -1
- package/icons/bootstrap/megaphone-fill.js +0 -1
- package/icons/bootstrap/megaphone.js +0 -1
- package/icons/bootstrap/memory.js +0 -1
- package/icons/bootstrap/menu-app-fill.js +0 -1
- package/icons/bootstrap/menu-app.js +0 -1
- package/icons/bootstrap/menu-button-fill.js +0 -1
- package/icons/bootstrap/menu-button-wide-fill.js +0 -1
- package/icons/bootstrap/menu-button-wide.js +0 -1
- package/icons/bootstrap/menu-button.js +0 -1
- package/icons/bootstrap/menu-down.js +0 -1
- package/icons/bootstrap/menu-up.js +0 -1
- package/icons/bootstrap/messenger.js +0 -1
- package/icons/bootstrap/meta.js +0 -1
- package/icons/bootstrap/mic-fill.js +0 -1
- package/icons/bootstrap/mic-mute-fill.js +0 -1
- package/icons/bootstrap/mic-mute.js +0 -1
- package/icons/bootstrap/mic.js +0 -1
- package/icons/bootstrap/microsoft-teams.js +0 -1
- package/icons/bootstrap/microsoft.js +0 -1
- package/icons/bootstrap/minecart-loaded.js +0 -1
- package/icons/bootstrap/minecart.js +0 -1
- package/icons/bootstrap/modem-fill.js +0 -1
- package/icons/bootstrap/modem.js +0 -1
- package/icons/bootstrap/moisture.js +0 -1
- package/icons/bootstrap/moon-fill.js +0 -1
- package/icons/bootstrap/moon-stars-fill.js +0 -1
- package/icons/bootstrap/moon-stars.js +0 -1
- package/icons/bootstrap/moon.js +0 -1
- package/icons/bootstrap/mortarboard-fill.js +0 -1
- package/icons/bootstrap/mortarboard.js +0 -1
- package/icons/bootstrap/motherboard-fill.js +0 -1
- package/icons/bootstrap/motherboard.js +0 -1
- package/icons/bootstrap/mouse-fill.js +0 -1
- package/icons/bootstrap/mouse.js +0 -1
- package/icons/bootstrap/mouse2-fill.js +0 -1
- package/icons/bootstrap/mouse2.js +0 -1
- package/icons/bootstrap/mouse3-fill.js +0 -1
- package/icons/bootstrap/mouse3.js +0 -1
- package/icons/bootstrap/music-note-beamed.js +0 -1
- package/icons/bootstrap/music-note-list.js +0 -1
- package/icons/bootstrap/music-note.js +0 -1
- package/icons/bootstrap/music-player-fill.js +0 -1
- package/icons/bootstrap/music-player.js +0 -1
- package/icons/bootstrap/newspaper.js +0 -1
- package/icons/bootstrap/nintendo-switch.js +0 -1
- package/icons/bootstrap/node-minus-fill.js +0 -1
- package/icons/bootstrap/node-minus.js +0 -1
- package/icons/bootstrap/node-plus-fill.js +0 -1
- package/icons/bootstrap/node-plus.js +0 -1
- package/icons/bootstrap/noise-reduction.js +0 -1
- package/icons/bootstrap/nut-fill.js +0 -1
- package/icons/bootstrap/nut.js +0 -1
- package/icons/bootstrap/nvidia.js +0 -1
- package/icons/bootstrap/nvme-fill.js +0 -1
- package/icons/bootstrap/nvme.js +0 -1
- package/icons/bootstrap/octagon-fill.js +0 -1
- package/icons/bootstrap/octagon-half.js +0 -1
- package/icons/bootstrap/octagon.js +0 -1
- package/icons/bootstrap/opencollective.js +0 -1
- package/icons/bootstrap/optical-audio-fill.js +0 -1
- package/icons/bootstrap/optical-audio.js +0 -1
- package/icons/bootstrap/option.js +0 -1
- package/icons/bootstrap/outlet.js +0 -1
- package/icons/bootstrap/p-circle-fill.js +0 -1
- package/icons/bootstrap/p-circle.js +0 -1
- package/icons/bootstrap/p-square-fill.js +0 -1
- package/icons/bootstrap/p-square.js +0 -1
- package/icons/bootstrap/paint-bucket.js +0 -1
- package/icons/bootstrap/palette-fill.js +0 -1
- package/icons/bootstrap/palette.js +0 -1
- package/icons/bootstrap/palette2.js +0 -1
- package/icons/bootstrap/paperclip.js +0 -1
- package/icons/bootstrap/paragraph.js +0 -1
- package/icons/bootstrap/pass-fill.js +0 -1
- package/icons/bootstrap/pass.js +0 -1
- package/icons/bootstrap/passport-fill.js +0 -1
- package/icons/bootstrap/passport.js +0 -1
- package/icons/bootstrap/patch-check-fill.js +0 -1
- package/icons/bootstrap/patch-check.js +0 -1
- package/icons/bootstrap/patch-exclamation-fill.js +0 -1
- package/icons/bootstrap/patch-exclamation.js +0 -1
- package/icons/bootstrap/patch-minus-fill.js +0 -1
- package/icons/bootstrap/patch-minus.js +0 -1
- package/icons/bootstrap/patch-plus-fill.js +0 -1
- package/icons/bootstrap/patch-plus.js +0 -1
- package/icons/bootstrap/patch-question-fill.js +0 -1
- package/icons/bootstrap/patch-question.js +0 -1
- package/icons/bootstrap/pause-btn-fill.js +0 -1
- package/icons/bootstrap/pause-btn.js +0 -1
- package/icons/bootstrap/pause-circle-fill.js +0 -1
- package/icons/bootstrap/pause-circle.js +0 -1
- package/icons/bootstrap/pause-fill.js +0 -1
- package/icons/bootstrap/pause.js +0 -1
- package/icons/bootstrap/paypal.js +0 -1
- package/icons/bootstrap/pc-display-horizontal.js +0 -1
- package/icons/bootstrap/pc-display.js +0 -1
- package/icons/bootstrap/pc-horizontal.js +0 -1
- package/icons/bootstrap/pc.js +0 -1
- package/icons/bootstrap/pci-card-network.js +0 -1
- package/icons/bootstrap/pci-card-sound.js +0 -1
- package/icons/bootstrap/pci-card.js +0 -1
- package/icons/bootstrap/peace-fill.js +0 -1
- package/icons/bootstrap/peace.js +0 -1
- package/icons/bootstrap/pen-fill.js +0 -1
- package/icons/bootstrap/pen.js +0 -1
- package/icons/bootstrap/pencil-fill.js +0 -1
- package/icons/bootstrap/pencil-square.js +0 -1
- package/icons/bootstrap/pencil.js +0 -1
- package/icons/bootstrap/pentagon-fill.js +0 -1
- package/icons/bootstrap/pentagon-half.js +0 -1
- package/icons/bootstrap/pentagon.js +0 -1
- package/icons/bootstrap/people-fill.js +0 -1
- package/icons/bootstrap/people.js +0 -1
- package/icons/bootstrap/percent.js +0 -1
- package/icons/bootstrap/person-add.js +0 -1
- package/icons/bootstrap/person-arms-up.js +0 -1
- package/icons/bootstrap/person-badge-fill.js +0 -1
- package/icons/bootstrap/person-badge.js +0 -1
- package/icons/bootstrap/person-bounding-box.js +0 -1
- package/icons/bootstrap/person-check-fill.js +0 -1
- package/icons/bootstrap/person-check.js +0 -1
- package/icons/bootstrap/person-circle.js +0 -1
- package/icons/bootstrap/person-dash-fill.js +0 -1
- package/icons/bootstrap/person-dash.js +0 -1
- package/icons/bootstrap/person-down.js +0 -1
- package/icons/bootstrap/person-exclamation.js +0 -1
- package/icons/bootstrap/person-fill-add.js +0 -1
- package/icons/bootstrap/person-fill-check.js +0 -1
- package/icons/bootstrap/person-fill-dash.js +0 -1
- package/icons/bootstrap/person-fill-down.js +0 -1
- package/icons/bootstrap/person-fill-exclamation.js +0 -1
- package/icons/bootstrap/person-fill-gear.js +0 -1
- package/icons/bootstrap/person-fill-lock.js +0 -1
- package/icons/bootstrap/person-fill-slash.js +0 -1
- package/icons/bootstrap/person-fill-up.js +0 -1
- package/icons/bootstrap/person-fill-x.js +0 -1
- package/icons/bootstrap/person-fill.js +0 -1
- package/icons/bootstrap/person-gear.js +0 -1
- package/icons/bootstrap/person-heart.js +0 -1
- package/icons/bootstrap/person-hearts.js +0 -1
- package/icons/bootstrap/person-lines-fill.js +0 -1
- package/icons/bootstrap/person-lock.js +0 -1
- package/icons/bootstrap/person-plus-fill.js +0 -1
- package/icons/bootstrap/person-plus.js +0 -1
- package/icons/bootstrap/person-raised-hand.js +0 -1
- package/icons/bootstrap/person-rolodex.js +0 -1
- package/icons/bootstrap/person-slash.js +0 -1
- package/icons/bootstrap/person-square.js +0 -1
- package/icons/bootstrap/person-standing-dress.js +0 -1
- package/icons/bootstrap/person-standing.js +0 -1
- package/icons/bootstrap/person-up.js +0 -1
- package/icons/bootstrap/person-vcard-fill.js +0 -1
- package/icons/bootstrap/person-vcard.js +0 -1
- package/icons/bootstrap/person-video.js +0 -1
- package/icons/bootstrap/person-video2.js +0 -1
- package/icons/bootstrap/person-video3.js +0 -1
- package/icons/bootstrap/person-walking.js +0 -1
- package/icons/bootstrap/person-wheelchair.js +0 -1
- package/icons/bootstrap/person-workspace.js +0 -1
- package/icons/bootstrap/person-x-fill.js +0 -1
- package/icons/bootstrap/person-x.js +0 -1
- package/icons/bootstrap/person.js +0 -1
- package/icons/bootstrap/phone-fill.js +0 -1
- package/icons/bootstrap/phone-flip.js +0 -1
- package/icons/bootstrap/phone-landscape-fill.js +0 -1
- package/icons/bootstrap/phone-landscape.js +0 -1
- package/icons/bootstrap/phone-vibrate-fill.js +0 -1
- package/icons/bootstrap/phone-vibrate.js +0 -1
- package/icons/bootstrap/phone.js +0 -1
- package/icons/bootstrap/pie-chart-fill.js +0 -1
- package/icons/bootstrap/pie-chart.js +0 -1
- package/icons/bootstrap/piggy-bank-fill.js +0 -1
- package/icons/bootstrap/piggy-bank.js +0 -1
- package/icons/bootstrap/pin-angle-fill.js +0 -1
- package/icons/bootstrap/pin-angle.js +0 -1
- package/icons/bootstrap/pin-fill.js +0 -1
- package/icons/bootstrap/pin-map-fill.js +0 -1
- package/icons/bootstrap/pin-map.js +0 -1
- package/icons/bootstrap/pin.js +0 -1
- package/icons/bootstrap/pinterest.js +0 -1
- package/icons/bootstrap/pip-fill.js +0 -1
- package/icons/bootstrap/pip.js +0 -1
- package/icons/bootstrap/play-btn-fill.js +0 -1
- package/icons/bootstrap/play-btn.js +0 -1
- package/icons/bootstrap/play-circle-fill.js +0 -1
- package/icons/bootstrap/play-circle.js +0 -1
- package/icons/bootstrap/play-fill.js +0 -1
- package/icons/bootstrap/play.js +0 -1
- package/icons/bootstrap/playstation.js +0 -1
- package/icons/bootstrap/plug-fill.js +0 -1
- package/icons/bootstrap/plug.js +0 -1
- package/icons/bootstrap/plugin.js +0 -1
- package/icons/bootstrap/plus-circle-dotted.js +0 -1
- package/icons/bootstrap/plus-circle-fill.js +0 -1
- package/icons/bootstrap/plus-circle.js +0 -1
- package/icons/bootstrap/plus-lg.js +0 -1
- package/icons/bootstrap/plus-slash-minus.js +0 -1
- package/icons/bootstrap/plus-square-dotted.js +0 -1
- package/icons/bootstrap/plus-square-fill.js +0 -1
- package/icons/bootstrap/plus-square.js +0 -1
- package/icons/bootstrap/plus.js +0 -1
- package/icons/bootstrap/postage-fill.js +0 -1
- package/icons/bootstrap/postage-heart-fill.js +0 -1
- package/icons/bootstrap/postage-heart.js +0 -1
- package/icons/bootstrap/postage.js +0 -1
- package/icons/bootstrap/postcard-fill.js +0 -1
- package/icons/bootstrap/postcard-heart-fill.js +0 -1
- package/icons/bootstrap/postcard-heart.js +0 -1
- package/icons/bootstrap/postcard.js +0 -1
- package/icons/bootstrap/power.js +0 -1
- package/icons/bootstrap/prescription.js +0 -1
- package/icons/bootstrap/prescription2.js +0 -1
- package/icons/bootstrap/printer-fill.js +0 -1
- package/icons/bootstrap/printer.js +0 -1
- package/icons/bootstrap/projector-fill.js +0 -1
- package/icons/bootstrap/projector.js +0 -1
- package/icons/bootstrap/puzzle-fill.js +0 -1
- package/icons/bootstrap/puzzle.js +0 -1
- package/icons/bootstrap/qr-code-scan.js +0 -1
- package/icons/bootstrap/qr-code.js +0 -1
- package/icons/bootstrap/question-circle-fill.js +0 -1
- package/icons/bootstrap/question-circle.js +0 -1
- package/icons/bootstrap/question-diamond-fill.js +0 -1
- package/icons/bootstrap/question-diamond.js +0 -1
- package/icons/bootstrap/question-lg.js +0 -1
- package/icons/bootstrap/question-octagon-fill.js +0 -1
- package/icons/bootstrap/question-octagon.js +0 -1
- package/icons/bootstrap/question-square-fill.js +0 -1
- package/icons/bootstrap/question-square.js +0 -1
- package/icons/bootstrap/question.js +0 -1
- package/icons/bootstrap/quora.js +0 -1
- package/icons/bootstrap/quote.js +0 -1
- package/icons/bootstrap/r-circle-fill.js +0 -1
- package/icons/bootstrap/r-circle.js +0 -1
- package/icons/bootstrap/r-square-fill.js +0 -1
- package/icons/bootstrap/r-square.js +0 -1
- package/icons/bootstrap/radar.js +0 -1
- package/icons/bootstrap/radioactive.js +0 -1
- package/icons/bootstrap/rainbow.js +0 -1
- package/icons/bootstrap/receipt-cutoff.js +0 -1
- package/icons/bootstrap/receipt.js +0 -1
- package/icons/bootstrap/reception-0.js +0 -1
- package/icons/bootstrap/reception-1.js +0 -1
- package/icons/bootstrap/reception-2.js +0 -1
- package/icons/bootstrap/reception-3.js +0 -1
- package/icons/bootstrap/reception-4.js +0 -1
- package/icons/bootstrap/record-btn-fill.js +0 -1
- package/icons/bootstrap/record-btn.js +0 -1
- package/icons/bootstrap/record-circle-fill.js +0 -1
- package/icons/bootstrap/record-circle.js +0 -1
- package/icons/bootstrap/record-fill.js +0 -1
- package/icons/bootstrap/record.js +0 -1
- package/icons/bootstrap/record2-fill.js +0 -1
- package/icons/bootstrap/record2.js +0 -1
- package/icons/bootstrap/recycle.js +0 -1
- package/icons/bootstrap/reddit.js +0 -1
- package/icons/bootstrap/regex.js +0 -1
- package/icons/bootstrap/repeat-1.js +0 -1
- package/icons/bootstrap/repeat.js +0 -1
- package/icons/bootstrap/reply-all-fill.js +0 -1
- package/icons/bootstrap/reply-all.js +0 -1
- package/icons/bootstrap/reply-fill.js +0 -1
- package/icons/bootstrap/reply.js +0 -1
- package/icons/bootstrap/rewind-btn-fill.js +0 -1
- package/icons/bootstrap/rewind-btn.js +0 -1
- package/icons/bootstrap/rewind-circle-fill.js +0 -1
- package/icons/bootstrap/rewind-circle.js +0 -1
- package/icons/bootstrap/rewind-fill.js +0 -1
- package/icons/bootstrap/rewind.js +0 -1
- package/icons/bootstrap/robot.js +0 -1
- package/icons/bootstrap/rocket-fill.js +0 -1
- package/icons/bootstrap/rocket-takeoff-fill.js +0 -1
- package/icons/bootstrap/rocket-takeoff.js +0 -1
- package/icons/bootstrap/rocket.js +0 -1
- package/icons/bootstrap/router-fill.js +0 -1
- package/icons/bootstrap/router.js +0 -1
- package/icons/bootstrap/rss-fill.js +0 -1
- package/icons/bootstrap/rss.js +0 -1
- package/icons/bootstrap/rulers.js +0 -1
- package/icons/bootstrap/safe-fill.js +0 -1
- package/icons/bootstrap/safe.js +0 -1
- package/icons/bootstrap/safe2-fill.js +0 -1
- package/icons/bootstrap/safe2.js +0 -1
- package/icons/bootstrap/save-fill.js +0 -1
- package/icons/bootstrap/save.js +0 -1
- package/icons/bootstrap/save2-fill.js +0 -1
- package/icons/bootstrap/save2.js +0 -1
- package/icons/bootstrap/scissors.js +0 -1
- package/icons/bootstrap/scooter.js +0 -1
- package/icons/bootstrap/screwdriver.js +0 -1
- package/icons/bootstrap/sd-card-fill.js +0 -1
- package/icons/bootstrap/sd-card.js +0 -1
- package/icons/bootstrap/search-heart-fill.js +0 -1
- package/icons/bootstrap/search-heart.js +0 -1
- package/icons/bootstrap/search.js +0 -1
- package/icons/bootstrap/segmented-nav.js +0 -1
- package/icons/bootstrap/send-arrow-down-fill.js +0 -1
- package/icons/bootstrap/send-arrow-down.js +0 -1
- package/icons/bootstrap/send-arrow-up-fill.js +0 -1
- package/icons/bootstrap/send-arrow-up.js +0 -1
- package/icons/bootstrap/send-check-fill.js +0 -1
- package/icons/bootstrap/send-check.js +0 -1
- package/icons/bootstrap/send-dash-fill.js +0 -1
- package/icons/bootstrap/send-dash.js +0 -1
- package/icons/bootstrap/send-exclamation-fill.js +0 -1
- package/icons/bootstrap/send-exclamation.js +0 -1
- package/icons/bootstrap/send-fill.js +0 -1
- package/icons/bootstrap/send-plus-fill.js +0 -1
- package/icons/bootstrap/send-plus.js +0 -1
- package/icons/bootstrap/send-slash-fill.js +0 -1
- package/icons/bootstrap/send-slash.js +0 -1
- package/icons/bootstrap/send-x-fill.js +0 -1
- package/icons/bootstrap/send-x.js +0 -1
- package/icons/bootstrap/send.js +0 -1
- package/icons/bootstrap/server.js +0 -1
- package/icons/bootstrap/shadows.js +0 -1
- package/icons/bootstrap/share-fill.js +0 -1
- package/icons/bootstrap/share.js +0 -1
- package/icons/bootstrap/shield-check.js +0 -1
- package/icons/bootstrap/shield-exclamation.js +0 -1
- package/icons/bootstrap/shield-fill-check.js +0 -1
- package/icons/bootstrap/shield-fill-exclamation.js +0 -1
- package/icons/bootstrap/shield-fill-minus.js +0 -1
- package/icons/bootstrap/shield-fill-plus.js +0 -1
- package/icons/bootstrap/shield-fill-x.js +0 -1
- package/icons/bootstrap/shield-fill.js +0 -1
- package/icons/bootstrap/shield-lock-fill.js +0 -1
- package/icons/bootstrap/shield-lock.js +0 -1
- package/icons/bootstrap/shield-minus.js +0 -1
- package/icons/bootstrap/shield-plus.js +0 -1
- package/icons/bootstrap/shield-shaded.js +0 -1
- package/icons/bootstrap/shield-slash-fill.js +0 -1
- package/icons/bootstrap/shield-slash.js +0 -1
- package/icons/bootstrap/shield-x.js +0 -1
- package/icons/bootstrap/shield.js +0 -1
- package/icons/bootstrap/shift-fill.js +0 -1
- package/icons/bootstrap/shift.js +0 -1
- package/icons/bootstrap/shop-window.js +0 -1
- package/icons/bootstrap/shop.js +0 -1
- package/icons/bootstrap/shuffle.js +0 -1
- package/icons/bootstrap/sign-dead-end-fill.js +0 -1
- package/icons/bootstrap/sign-dead-end.js +0 -1
- package/icons/bootstrap/sign-do-not-enter-fill.js +0 -1
- package/icons/bootstrap/sign-do-not-enter.js +0 -1
- package/icons/bootstrap/sign-intersection-fill.js +0 -1
- package/icons/bootstrap/sign-intersection-side-fill.js +0 -1
- package/icons/bootstrap/sign-intersection-side.js +0 -1
- package/icons/bootstrap/sign-intersection-t-fill.js +0 -1
- package/icons/bootstrap/sign-intersection-t.js +0 -1
- package/icons/bootstrap/sign-intersection-y-fill.js +0 -1
- package/icons/bootstrap/sign-intersection-y.js +0 -1
- package/icons/bootstrap/sign-intersection.js +0 -1
- package/icons/bootstrap/sign-merge-left-fill.js +0 -1
- package/icons/bootstrap/sign-merge-left.js +0 -1
- package/icons/bootstrap/sign-merge-right-fill.js +0 -1
- package/icons/bootstrap/sign-merge-right.js +0 -1
- package/icons/bootstrap/sign-no-left-turn-fill.js +0 -1
- package/icons/bootstrap/sign-no-left-turn.js +0 -1
- package/icons/bootstrap/sign-no-parking-fill.js +0 -1
- package/icons/bootstrap/sign-no-parking.js +0 -1
- package/icons/bootstrap/sign-no-right-turn-fill.js +0 -1
- package/icons/bootstrap/sign-no-right-turn.js +0 -1
- package/icons/bootstrap/sign-railroad-fill.js +0 -1
- package/icons/bootstrap/sign-railroad.js +0 -1
- package/icons/bootstrap/sign-stop-fill.js +0 -1
- package/icons/bootstrap/sign-stop-lights-fill.js +0 -1
- package/icons/bootstrap/sign-stop-lights.js +0 -1
- package/icons/bootstrap/sign-stop.js +0 -1
- package/icons/bootstrap/sign-turn-left-fill.js +0 -1
- package/icons/bootstrap/sign-turn-left.js +0 -1
- package/icons/bootstrap/sign-turn-right-fill.js +0 -1
- package/icons/bootstrap/sign-turn-right.js +0 -1
- package/icons/bootstrap/sign-turn-slight-left-fill.js +0 -1
- package/icons/bootstrap/sign-turn-slight-left.js +0 -1
- package/icons/bootstrap/sign-turn-slight-right-fill.js +0 -1
- package/icons/bootstrap/sign-turn-slight-right.js +0 -1
- package/icons/bootstrap/sign-yield-fill.js +0 -1
- package/icons/bootstrap/sign-yield.js +0 -1
- package/icons/bootstrap/signal.js +0 -1
- package/icons/bootstrap/signpost-2-fill.js +0 -1
- package/icons/bootstrap/signpost-2.js +0 -1
- package/icons/bootstrap/signpost-fill.js +0 -1
- package/icons/bootstrap/signpost-split-fill.js +0 -1
- package/icons/bootstrap/signpost-split.js +0 -1
- package/icons/bootstrap/signpost.js +0 -1
- package/icons/bootstrap/sim-fill.js +0 -1
- package/icons/bootstrap/sim-slash-fill.js +0 -1
- package/icons/bootstrap/sim-slash.js +0 -1
- package/icons/bootstrap/sim.js +0 -1
- package/icons/bootstrap/sina-weibo.js +0 -1
- package/icons/bootstrap/skip-backward-btn-fill.js +0 -1
- package/icons/bootstrap/skip-backward-btn.js +0 -1
- package/icons/bootstrap/skip-backward-circle-fill.js +0 -1
- package/icons/bootstrap/skip-backward-circle.js +0 -1
- package/icons/bootstrap/skip-backward-fill.js +0 -1
- package/icons/bootstrap/skip-backward.js +0 -1
- package/icons/bootstrap/skip-end-btn-fill.js +0 -1
- package/icons/bootstrap/skip-end-btn.js +0 -1
- package/icons/bootstrap/skip-end-circle-fill.js +0 -1
- package/icons/bootstrap/skip-end-circle.js +0 -1
- package/icons/bootstrap/skip-end-fill.js +0 -1
- package/icons/bootstrap/skip-end.js +0 -1
- package/icons/bootstrap/skip-forward-btn-fill.js +0 -1
- package/icons/bootstrap/skip-forward-btn.js +0 -1
- package/icons/bootstrap/skip-forward-circle-fill.js +0 -1
- package/icons/bootstrap/skip-forward-circle.js +0 -1
- package/icons/bootstrap/skip-forward-fill.js +0 -1
- package/icons/bootstrap/skip-forward.js +0 -1
- package/icons/bootstrap/skip-start-btn-fill.js +0 -1
- package/icons/bootstrap/skip-start-btn.js +0 -1
- package/icons/bootstrap/skip-start-circle-fill.js +0 -1
- package/icons/bootstrap/skip-start-circle.js +0 -1
- package/icons/bootstrap/skip-start-fill.js +0 -1
- package/icons/bootstrap/skip-start.js +0 -1
- package/icons/bootstrap/skype.js +0 -1
- package/icons/bootstrap/slack.js +0 -1
- package/icons/bootstrap/slash-circle-fill.js +0 -1
- package/icons/bootstrap/slash-circle.js +0 -1
- package/icons/bootstrap/slash-lg.js +0 -1
- package/icons/bootstrap/slash-square-fill.js +0 -1
- package/icons/bootstrap/slash-square.js +0 -1
- package/icons/bootstrap/slash.js +0 -1
- package/icons/bootstrap/sliders.js +0 -1
- package/icons/bootstrap/sliders2-vertical.js +0 -1
- package/icons/bootstrap/sliders2.js +0 -1
- package/icons/bootstrap/smartwatch.js +0 -1
- package/icons/bootstrap/snapchat.js +0 -1
- package/icons/bootstrap/snow.js +0 -1
- package/icons/bootstrap/snow2.js +0 -1
- package/icons/bootstrap/snow3.js +0 -1
- package/icons/bootstrap/sort-alpha-down-alt.js +0 -1
- package/icons/bootstrap/sort-alpha-down.js +0 -1
- package/icons/bootstrap/sort-alpha-up-alt.js +0 -1
- package/icons/bootstrap/sort-alpha-up.js +0 -1
- package/icons/bootstrap/sort-down-alt.js +0 -1
- package/icons/bootstrap/sort-down.js +0 -1
- package/icons/bootstrap/sort-numeric-down-alt.js +0 -1
- package/icons/bootstrap/sort-numeric-down.js +0 -1
- package/icons/bootstrap/sort-numeric-up-alt.js +0 -1
- package/icons/bootstrap/sort-numeric-up.js +0 -1
- package/icons/bootstrap/sort-up-alt.js +0 -1
- package/icons/bootstrap/sort-up.js +0 -1
- package/icons/bootstrap/soundwave.js +0 -1
- package/icons/bootstrap/sourceforge.js +0 -1
- package/icons/bootstrap/speaker-fill.js +0 -1
- package/icons/bootstrap/speaker.js +0 -1
- package/icons/bootstrap/speedometer.js +0 -1
- package/icons/bootstrap/speedometer2.js +0 -1
- package/icons/bootstrap/spellcheck.js +0 -1
- package/icons/bootstrap/spotify.js +0 -1
- package/icons/bootstrap/square-fill.js +0 -1
- package/icons/bootstrap/square-half.js +0 -1
- package/icons/bootstrap/square.js +0 -1
- package/icons/bootstrap/stack-overflow.js +0 -1
- package/icons/bootstrap/stack.js +0 -1
- package/icons/bootstrap/star-fill.js +0 -1
- package/icons/bootstrap/star-half.js +0 -1
- package/icons/bootstrap/star.js +0 -1
- package/icons/bootstrap/stars.js +0 -1
- package/icons/bootstrap/steam.js +0 -1
- package/icons/bootstrap/stickies-fill.js +0 -1
- package/icons/bootstrap/stickies.js +0 -1
- package/icons/bootstrap/sticky-fill.js +0 -1
- package/icons/bootstrap/sticky.js +0 -1
- package/icons/bootstrap/stop-btn-fill.js +0 -1
- package/icons/bootstrap/stop-btn.js +0 -1
- package/icons/bootstrap/stop-circle-fill.js +0 -1
- package/icons/bootstrap/stop-circle.js +0 -1
- package/icons/bootstrap/stop-fill.js +0 -1
- package/icons/bootstrap/stop.js +0 -1
- package/icons/bootstrap/stoplights-fill.js +0 -1
- package/icons/bootstrap/stoplights.js +0 -1
- package/icons/bootstrap/stopwatch-fill.js +0 -1
- package/icons/bootstrap/stopwatch.js +0 -1
- package/icons/bootstrap/strava.js +0 -1
- package/icons/bootstrap/stripe.js +0 -1
- package/icons/bootstrap/subscript.js +0 -1
- package/icons/bootstrap/substack.js +0 -1
- package/icons/bootstrap/subtract.js +0 -1
- package/icons/bootstrap/suit-club-fill.js +0 -1
- package/icons/bootstrap/suit-club.js +0 -1
- package/icons/bootstrap/suit-diamond-fill.js +0 -1
- package/icons/bootstrap/suit-diamond.js +0 -1
- package/icons/bootstrap/suit-heart-fill.js +0 -1
- package/icons/bootstrap/suit-heart.js +0 -1
- package/icons/bootstrap/suit-spade-fill.js +0 -1
- package/icons/bootstrap/suit-spade.js +0 -1
- package/icons/bootstrap/suitcase-fill.js +0 -1
- package/icons/bootstrap/suitcase-lg-fill.js +0 -1
- package/icons/bootstrap/suitcase-lg.js +0 -1
- package/icons/bootstrap/suitcase.js +0 -1
- package/icons/bootstrap/suitcase2-fill.js +0 -1
- package/icons/bootstrap/suitcase2.js +0 -1
- package/icons/bootstrap/sun-fill.js +0 -1
- package/icons/bootstrap/sun.js +0 -1
- package/icons/bootstrap/sunglasses.js +0 -1
- package/icons/bootstrap/sunrise-fill.js +0 -1
- package/icons/bootstrap/sunrise.js +0 -1
- package/icons/bootstrap/sunset-fill.js +0 -1
- package/icons/bootstrap/sunset.js +0 -1
- package/icons/bootstrap/superscript.js +0 -1
- package/icons/bootstrap/symmetry-horizontal.js +0 -1
- package/icons/bootstrap/symmetry-vertical.js +0 -1
- package/icons/bootstrap/table.js +0 -1
- package/icons/bootstrap/tablet-fill.js +0 -1
- package/icons/bootstrap/tablet-landscape-fill.js +0 -1
- package/icons/bootstrap/tablet-landscape.js +0 -1
- package/icons/bootstrap/tablet.js +0 -1
- package/icons/bootstrap/tag-fill.js +0 -1
- package/icons/bootstrap/tag.js +0 -1
- package/icons/bootstrap/tags-fill.js +0 -1
- package/icons/bootstrap/tags.js +0 -1
- package/icons/bootstrap/taxi-front-fill.js +0 -1
- package/icons/bootstrap/taxi-front.js +0 -1
- package/icons/bootstrap/telegram.js +0 -1
- package/icons/bootstrap/telephone-fill.js +0 -1
- package/icons/bootstrap/telephone-forward-fill.js +0 -1
- package/icons/bootstrap/telephone-forward.js +0 -1
- package/icons/bootstrap/telephone-inbound-fill.js +0 -1
- package/icons/bootstrap/telephone-inbound.js +0 -1
- package/icons/bootstrap/telephone-minus-fill.js +0 -1
- package/icons/bootstrap/telephone-minus.js +0 -1
- package/icons/bootstrap/telephone-outbound-fill.js +0 -1
- package/icons/bootstrap/telephone-outbound.js +0 -1
- package/icons/bootstrap/telephone-plus-fill.js +0 -1
- package/icons/bootstrap/telephone-plus.js +0 -1
- package/icons/bootstrap/telephone-x-fill.js +0 -1
- package/icons/bootstrap/telephone-x.js +0 -1
- package/icons/bootstrap/telephone.js +0 -1
- package/icons/bootstrap/tencent-qq.js +0 -1
- package/icons/bootstrap/terminal-dash.js +0 -1
- package/icons/bootstrap/terminal-fill.js +0 -1
- package/icons/bootstrap/terminal-plus.js +0 -1
- package/icons/bootstrap/terminal-split.js +0 -1
- package/icons/bootstrap/terminal-x.js +0 -1
- package/icons/bootstrap/terminal.js +0 -1
- package/icons/bootstrap/text-center.js +0 -1
- package/icons/bootstrap/text-indent-left.js +0 -1
- package/icons/bootstrap/text-indent-right.js +0 -1
- package/icons/bootstrap/text-left.js +0 -1
- package/icons/bootstrap/text-paragraph.js +0 -1
- package/icons/bootstrap/text-right.js +0 -1
- package/icons/bootstrap/text-wrap.js +0 -1
- package/icons/bootstrap/textarea-resize.js +0 -1
- package/icons/bootstrap/textarea-t.js +0 -1
- package/icons/bootstrap/textarea.js +0 -1
- package/icons/bootstrap/thermometer-half.js +0 -1
- package/icons/bootstrap/thermometer-high.js +0 -1
- package/icons/bootstrap/thermometer-low.js +0 -1
- package/icons/bootstrap/thermometer-snow.js +0 -1
- package/icons/bootstrap/thermometer-sun.js +0 -1
- package/icons/bootstrap/thermometer.js +0 -1
- package/icons/bootstrap/threads-fill.js +0 -1
- package/icons/bootstrap/threads.js +0 -1
- package/icons/bootstrap/three-dots-vertical.js +0 -1
- package/icons/bootstrap/three-dots.js +0 -1
- package/icons/bootstrap/thunderbolt-fill.js +0 -1
- package/icons/bootstrap/thunderbolt.js +0 -1
- package/icons/bootstrap/ticket-detailed-fill.js +0 -1
- package/icons/bootstrap/ticket-detailed.js +0 -1
- package/icons/bootstrap/ticket-fill.js +0 -1
- package/icons/bootstrap/ticket-perforated-fill.js +0 -1
- package/icons/bootstrap/ticket-perforated.js +0 -1
- package/icons/bootstrap/ticket.js +0 -1
- package/icons/bootstrap/tiktok.js +0 -1
- package/icons/bootstrap/toggle-off.js +0 -1
- package/icons/bootstrap/toggle-on.js +0 -1
- package/icons/bootstrap/toggle2-off.js +0 -1
- package/icons/bootstrap/toggle2-on.js +0 -1
- package/icons/bootstrap/toggles.js +0 -1
- package/icons/bootstrap/toggles2.js +0 -1
- package/icons/bootstrap/tools.js +0 -1
- package/icons/bootstrap/tornado.js +0 -1
- package/icons/bootstrap/train-freight-front-fill.js +0 -1
- package/icons/bootstrap/train-freight-front.js +0 -1
- package/icons/bootstrap/train-front-fill.js +0 -1
- package/icons/bootstrap/train-front.js +0 -1
- package/icons/bootstrap/train-lightrail-front-fill.js +0 -1
- package/icons/bootstrap/train-lightrail-front.js +0 -1
- package/icons/bootstrap/translate.js +0 -1
- package/icons/bootstrap/transparency.js +0 -1
- package/icons/bootstrap/trash-fill.js +0 -1
- package/icons/bootstrap/trash.js +0 -1
- package/icons/bootstrap/trash2-fill.js +0 -1
- package/icons/bootstrap/trash2.js +0 -1
- package/icons/bootstrap/trash3-fill.js +0 -1
- package/icons/bootstrap/trash3.js +0 -1
- package/icons/bootstrap/tree-fill.js +0 -1
- package/icons/bootstrap/tree.js +0 -1
- package/icons/bootstrap/trello.js +0 -1
- package/icons/bootstrap/triangle-fill.js +0 -1
- package/icons/bootstrap/triangle-half.js +0 -1
- package/icons/bootstrap/triangle.js +0 -1
- package/icons/bootstrap/trophy-fill.js +0 -1
- package/icons/bootstrap/trophy.js +0 -1
- package/icons/bootstrap/tropical-storm.js +0 -1
- package/icons/bootstrap/truck-flatbed.js +0 -1
- package/icons/bootstrap/truck-front-fill.js +0 -1
- package/icons/bootstrap/truck-front.js +0 -1
- package/icons/bootstrap/truck.js +0 -1
- package/icons/bootstrap/tsunami.js +0 -1
- package/icons/bootstrap/tv-fill.js +0 -1
- package/icons/bootstrap/tv.js +0 -1
- package/icons/bootstrap/twitch.js +0 -1
- package/icons/bootstrap/twitter-x.js +0 -1
- package/icons/bootstrap/twitter.js +0 -1
- package/icons/bootstrap/type-bold.js +0 -1
- package/icons/bootstrap/type-h1.js +0 -1
- package/icons/bootstrap/type-h2.js +0 -1
- package/icons/bootstrap/type-h3.js +0 -1
- package/icons/bootstrap/type-h4.js +0 -1
- package/icons/bootstrap/type-h5.js +0 -1
- package/icons/bootstrap/type-h6.js +0 -1
- package/icons/bootstrap/type-italic.js +0 -1
- package/icons/bootstrap/type-strikethrough.js +0 -1
- package/icons/bootstrap/type-underline.js +0 -1
- package/icons/bootstrap/type.js +0 -1
- package/icons/bootstrap/ubuntu.js +0 -1
- package/icons/bootstrap/ui-checks-grid.js +0 -1
- package/icons/bootstrap/ui-checks.js +0 -1
- package/icons/bootstrap/ui-radios-grid.js +0 -1
- package/icons/bootstrap/ui-radios.js +0 -1
- package/icons/bootstrap/umbrella-fill.js +0 -1
- package/icons/bootstrap/umbrella.js +0 -1
- package/icons/bootstrap/unindent.js +0 -1
- package/icons/bootstrap/union.js +0 -1
- package/icons/bootstrap/unity.js +0 -1
- package/icons/bootstrap/universal-access-circle.js +0 -1
- package/icons/bootstrap/universal-access.js +0 -1
- package/icons/bootstrap/unlock-fill.js +0 -1
- package/icons/bootstrap/unlock.js +0 -1
- package/icons/bootstrap/upc-scan.js +0 -1
- package/icons/bootstrap/upc.js +0 -1
- package/icons/bootstrap/upload.js +0 -1
- package/icons/bootstrap/usb-c-fill.js +0 -1
- package/icons/bootstrap/usb-c.js +0 -1
- package/icons/bootstrap/usb-drive-fill.js +0 -1
- package/icons/bootstrap/usb-drive.js +0 -1
- package/icons/bootstrap/usb-fill.js +0 -1
- package/icons/bootstrap/usb-micro-fill.js +0 -1
- package/icons/bootstrap/usb-micro.js +0 -1
- package/icons/bootstrap/usb-mini-fill.js +0 -1
- package/icons/bootstrap/usb-mini.js +0 -1
- package/icons/bootstrap/usb-plug-fill.js +0 -1
- package/icons/bootstrap/usb-plug.js +0 -1
- package/icons/bootstrap/usb-symbol.js +0 -1
- package/icons/bootstrap/usb.js +0 -1
- package/icons/bootstrap/valentine.js +0 -1
- package/icons/bootstrap/valentine2.js +0 -1
- package/icons/bootstrap/vector-pen.js +0 -1
- package/icons/bootstrap/view-list.js +0 -1
- package/icons/bootstrap/view-stacked.js +0 -1
- package/icons/bootstrap/vignette.js +0 -1
- package/icons/bootstrap/vimeo.js +0 -1
- package/icons/bootstrap/vinyl-fill.js +0 -1
- package/icons/bootstrap/vinyl.js +0 -1
- package/icons/bootstrap/virus.js +0 -1
- package/icons/bootstrap/virus2.js +0 -1
- package/icons/bootstrap/voicemail.js +0 -1
- package/icons/bootstrap/volume-down-fill.js +0 -1
- package/icons/bootstrap/volume-down.js +0 -1
- package/icons/bootstrap/volume-mute-fill.js +0 -1
- package/icons/bootstrap/volume-mute.js +0 -1
- package/icons/bootstrap/volume-off-fill.js +0 -1
- package/icons/bootstrap/volume-off.js +0 -1
- package/icons/bootstrap/volume-up-fill.js +0 -1
- package/icons/bootstrap/volume-up.js +0 -1
- package/icons/bootstrap/vr.js +0 -1
- package/icons/bootstrap/wallet-fill.js +0 -1
- package/icons/bootstrap/wallet.js +0 -1
- package/icons/bootstrap/wallet2.js +0 -1
- package/icons/bootstrap/watch.js +0 -1
- package/icons/bootstrap/water.js +0 -1
- package/icons/bootstrap/webcam-fill.js +0 -1
- package/icons/bootstrap/webcam.js +0 -1
- package/icons/bootstrap/wechat.js +0 -1
- package/icons/bootstrap/whatsapp.js +0 -1
- package/icons/bootstrap/wifi-1.js +0 -1
- package/icons/bootstrap/wifi-2.js +0 -1
- package/icons/bootstrap/wifi-off.js +0 -1
- package/icons/bootstrap/wifi.js +0 -1
- package/icons/bootstrap/wikipedia.js +0 -1
- package/icons/bootstrap/wind.js +0 -1
- package/icons/bootstrap/window-dash.js +0 -1
- package/icons/bootstrap/window-desktop.js +0 -1
- package/icons/bootstrap/window-dock.js +0 -1
- package/icons/bootstrap/window-fullscreen.js +0 -1
- package/icons/bootstrap/window-plus.js +0 -1
- package/icons/bootstrap/window-sidebar.js +0 -1
- package/icons/bootstrap/window-split.js +0 -1
- package/icons/bootstrap/window-stack.js +0 -1
- package/icons/bootstrap/window-x.js +0 -1
- package/icons/bootstrap/window.js +0 -1
- package/icons/bootstrap/windows.js +0 -1
- package/icons/bootstrap/wordpress.js +0 -1
- package/icons/bootstrap/wrench-adjustable-circle-fill.js +0 -1
- package/icons/bootstrap/wrench-adjustable-circle.js +0 -1
- package/icons/bootstrap/wrench-adjustable.js +0 -1
- package/icons/bootstrap/wrench.js +0 -1
- package/icons/bootstrap/x-circle-fill.js +0 -1
- package/icons/bootstrap/x-circle.js +0 -1
- package/icons/bootstrap/x-diamond-fill.js +0 -1
- package/icons/bootstrap/x-diamond.js +0 -1
- package/icons/bootstrap/x-lg.js +0 -1
- package/icons/bootstrap/x-octagon-fill.js +0 -1
- package/icons/bootstrap/x-octagon.js +0 -1
- package/icons/bootstrap/x-square-fill.js +0 -1
- package/icons/bootstrap/x-square.js +0 -1
- package/icons/bootstrap/x.js +0 -1
- package/icons/bootstrap/xbox.js +0 -1
- package/icons/bootstrap/yelp.js +0 -1
- package/icons/bootstrap/yin-yang.js +0 -1
- package/icons/bootstrap/youtube.js +0 -1
- package/icons/bootstrap/zoom-in.js +0 -1
- package/icons/bootstrap/zoom-out.js +0 -1
- package/icons/gcp/access-context-manager.js +0 -1
- package/icons/gcp/administration.js +0 -1
- package/icons/gcp/advanced-agent-modeling.js +0 -1
- package/icons/gcp/advanced-solutions-lab.js +0 -1
- package/icons/gcp/agent-assist.js +0 -1
- package/icons/gcp/ai-hub.js +0 -1
- package/icons/gcp/ai-platform-unified.js +0 -1
- package/icons/gcp/ai-platform.js +0 -1
- package/icons/gcp/analytics-hub.js +0 -1
- package/icons/gcp/anthos-config-management.js +0 -1
- package/icons/gcp/anthos-service-mesh.js +0 -1
- package/icons/gcp/anthos.js +0 -1
- package/icons/gcp/api-analytics.js +0 -1
- package/icons/gcp/api-monetization.js +0 -1
- package/icons/gcp/api.js +0 -1
- package/icons/gcp/apigee-api-platform.js +0 -1
- package/icons/gcp/apigee-sense.js +0 -1
- package/icons/gcp/app-engine.js +0 -1
- package/icons/gcp/artifact-registry.js +0 -1
- package/icons/gcp/asset-inventory.js +0 -1
- package/icons/gcp/assured-workloads.js +0 -1
- package/icons/gcp/auto-ml-natural-language.js +0 -1
- package/icons/gcp/auto-ml-tables.js +0 -1
- package/icons/gcp/auto-ml-translation.js +0 -1
- package/icons/gcp/auto-ml-video-intelligence.js +0 -1
- package/icons/gcp/auto-ml-vision.js +0 -1
- package/icons/gcp/auto-ml.js +0 -1
- package/icons/gcp/bare-metal-solutions.js +0 -1
- package/icons/gcp/batch.js +0 -1
- package/icons/gcp/beyondcorp.js +0 -1
- package/icons/gcp/big-query.js +0 -1
- package/icons/gcp/bigtable.js +0 -1
- package/icons/gcp/billing.js +0 -1
- package/icons/gcp/binary-authorization.js +0 -1
- package/icons/gcp/catalog.js +0 -1
- package/icons/gcp/certificate-authority-service.js +0 -1
- package/icons/gcp/certificate-manager.js +0 -1
- package/icons/gcp/cloud-api-gateway.js +0 -1
- package/icons/gcp/cloud-apis.js +0 -1
- package/icons/gcp/cloud-armor.js +0 -1
- package/icons/gcp/cloud-asset-inventory.js +0 -1
- package/icons/gcp/cloud-audit-logs.js +0 -1
- package/icons/gcp/cloud-build.js +0 -1
- package/icons/gcp/cloud-cdn.js +0 -1
- package/icons/gcp/cloud-code.js +0 -1
- package/icons/gcp/cloud-composer.js +0 -1
- package/icons/gcp/cloud-data-fusion.js +0 -1
- package/icons/gcp/cloud-deploy.js +0 -1
- package/icons/gcp/cloud-deployment-manager.js +0 -1
- package/icons/gcp/cloud-dns.js +0 -1
- package/icons/gcp/cloud-domains.js +0 -1
- package/icons/gcp/cloud-ekm.js +0 -1
- package/icons/gcp/cloud-endpoints.js +0 -1
- package/icons/gcp/cloud-external-ip-addresses.js +0 -1
- package/icons/gcp/cloud-firewall-rules.js +0 -1
- package/icons/gcp/cloud-for-marketing.js +0 -1
- package/icons/gcp/cloud-functions.js +0 -1
- package/icons/gcp/cloud-generic.js +0 -1
- package/icons/gcp/cloud-gpu.js +0 -1
- package/icons/gcp/cloud-healthcare-api.js +0 -1
- package/icons/gcp/cloud-healthcare-marketplace.js +0 -1
- package/icons/gcp/cloud-hsm.js +0 -1
- package/icons/gcp/cloud-ids.js +0 -1
- package/icons/gcp/cloud-inference-api.js +0 -1
- package/icons/gcp/cloud-interconnect.js +0 -1
- package/icons/gcp/cloud-jobs-api.js +0 -1
- package/icons/gcp/cloud-load-balancing.js +0 -1
- package/icons/gcp/cloud-logging.js +0 -1
- package/icons/gcp/cloud-media-edge.js +0 -1
- package/icons/gcp/cloud-monitoring.js +0 -1
- package/icons/gcp/cloud-nat.js +0 -1
- package/icons/gcp/cloud-natural-language-api.js +0 -1
- package/icons/gcp/cloud-network.js +0 -1
- package/icons/gcp/cloud-ops.js +0 -1
- package/icons/gcp/cloud-optimization-ai-fleet-routing-api.js +0 -1
- package/icons/gcp/cloud-optimization-ai.js +0 -1
- package/icons/gcp/cloud-router.js +0 -1
- package/icons/gcp/cloud-routes.js +0 -1
- package/icons/gcp/cloud-run-for-anthos.js +0 -1
- package/icons/gcp/cloud-run.js +0 -1
- package/icons/gcp/cloud-scheduler.js +0 -1
- package/icons/gcp/cloud-security-scanner.js +0 -1
- package/icons/gcp/cloud-shell.js +0 -1
- package/icons/gcp/cloud-spanner.js +0 -1
- package/icons/gcp/cloud-sql.js +0 -1
- package/icons/gcp/cloud-storage.js +0 -1
- package/icons/gcp/cloud-tasks.js +0 -1
- package/icons/gcp/cloud-test-lab.js +0 -1
- package/icons/gcp/cloud-tpu.js +0 -1
- package/icons/gcp/cloud-translation-api.js +0 -1
- package/icons/gcp/cloud-vision-api.js +0 -1
- package/icons/gcp/cloud-vpn.js +0 -1
- package/icons/gcp/compute-engine.js +0 -1
- package/icons/gcp/configuration-management.js +0 -1
- package/icons/gcp/connectivity-test.js +0 -1
- package/icons/gcp/connectors.js +0 -1
- package/icons/gcp/contact-center-ai.js +0 -1
- package/icons/gcp/container-optimized-os.js +0 -1
- package/icons/gcp/container-registry.js +0 -1
- package/icons/gcp/data-catalog.js +0 -1
- package/icons/gcp/data-labeling.js +0 -1
- package/icons/gcp/data-layers.js +0 -1
- package/icons/gcp/data-loss-prevention-api.js +0 -1
- package/icons/gcp/data-qn-a.js +0 -1
- package/icons/gcp/data-studio.js +0 -1
- package/icons/gcp/data-transfer.js +0 -1
- package/icons/gcp/database-migration-service.js +0 -1
- package/icons/gcp/dataflow.js +0 -1
- package/icons/gcp/datalab.js +0 -1
- package/icons/gcp/dataplex.js +0 -1
- package/icons/gcp/datapol.js +0 -1
- package/icons/gcp/dataprep.js +0 -1
- package/icons/gcp/dataproc-metastore.js +0 -1
- package/icons/gcp/dataproc.js +0 -1
- package/icons/gcp/datashare.js +0 -1
- package/icons/gcp/datastore.js +0 -1
- package/icons/gcp/datastream.js +0 -1
- package/icons/gcp/debugger.js +0 -1
- package/icons/gcp/developer-portal.js +0 -1
- package/icons/gcp/dialogflow-cx.js +0 -1
- package/icons/gcp/dialogflow-insights.js +0 -1
- package/icons/gcp/dialogflow.js +0 -1
- package/icons/gcp/document-ai.js +0 -1
- package/icons/gcp/early-access-center.js +0 -1
- package/icons/gcp/error-reporting.js +0 -1
- package/icons/gcp/eventarc.js +0 -1
- package/icons/gcp/filestore.js +0 -1
- package/icons/gcp/financial-services-marketplace.js +0 -1
- package/icons/gcp/firestore.js +0 -1
- package/icons/gcp/fleet-engine.js +0 -1
- package/icons/gcp/free-trial.js +0 -1
- package/icons/gcp/game-servers.js +0 -1
- package/icons/gcp/gce-systems-management.js +0 -1
- package/icons/gcp/genomics.js +0 -1
- package/icons/gcp/gke-on-prem.js +0 -1
- package/icons/gcp/google-cloud-marketplace.js +0 -1
- package/icons/gcp/google-kubernetes-engine.js +0 -1
- package/icons/gcp/google-maps-platform.js +0 -1
- package/icons/gcp/healthcare-nlp-api.js +0 -1
- package/icons/gcp/home.js +0 -1
- package/icons/gcp/identity-and-access-management.js +0 -1
- package/icons/gcp/identity-aware-proxy.js +0 -1
- package/icons/gcp/identity-platform.js +0 -1
- package/icons/gcp/iot-core.js +0 -1
- package/icons/gcp/iot-edge.js +0 -1
- package/icons/gcp/key-access-justifications.js +0 -1
- package/icons/gcp/key-management-service.js +0 -1
- package/icons/gcp/kuberun.js +0 -1
- package/icons/gcp/launcher.js +0 -1
- package/icons/gcp/local-ssd.js +0 -1
- package/icons/gcp/looker.js +0 -1
- package/icons/gcp/managed-service-for-microsoft-active-directory.js +0 -1
- package/icons/gcp/media-translation-api.js +0 -1
- package/icons/gcp/memorystore.js +0 -1
- package/icons/gcp/migrate-for-anthos.js +0 -1
- package/icons/gcp/migrate-for-compute-engine.js +0 -1
- package/icons/gcp/my-cloud.js +0 -1
- package/icons/gcp/network-connectivity-center.js +0 -1
- package/icons/gcp/network-intelligence-center.js +0 -1
- package/icons/gcp/network-security.js +0 -1
- package/icons/gcp/network-tiers.js +0 -1
- package/icons/gcp/network-topology.js +0 -1
- package/icons/gcp/onboarding.js +0 -1
- package/icons/gcp/os-configuration-management.js +0 -1
- package/icons/gcp/os-inventory-management.js +0 -1
- package/icons/gcp/os-patch-management.js +0 -1
- package/icons/gcp/partner-interconnect.js +0 -1
- package/icons/gcp/partner-portal.js +0 -1
- package/icons/gcp/performance-dashboard.js +0 -1
- package/icons/gcp/permissions.js +0 -1
- package/icons/gcp/persistent-disk.js +0 -1
- package/icons/gcp/phishing-protection.js +0 -1
- package/icons/gcp/policy-analyzer.js +0 -1
- package/icons/gcp/premium-network-tier.js +0 -1
- package/icons/gcp/private-connectivity.js +0 -1
- package/icons/gcp/private-service-connect.js +0 -1
- package/icons/gcp/producer-portal.js +0 -1
- package/icons/gcp/profiler.js +0 -1
- package/icons/gcp/project.js +0 -1
- package/icons/gcp/pub-sub.js +0 -1
- package/icons/gcp/quantum-engine.js +0 -1
- package/icons/gcp/quotas.js +0 -1
- package/icons/gcp/real-world-insights.js +0 -1
- package/icons/gcp/recommendations-ai.js +0 -1
- package/icons/gcp/release-notes.js +0 -1
- package/icons/gcp/retail-api.js +0 -1
- package/icons/gcp/risk-manager.js +0 -1
- package/icons/gcp/runtime-config.js +0 -1
- package/icons/gcp/secret-manager.js +0 -1
- package/icons/gcp/security-command-center.js +0 -1
- package/icons/gcp/security-health-advisor.js +0 -1
- package/icons/gcp/security-key-enforcement.js +0 -1
- package/icons/gcp/security.js +0 -1
- package/icons/gcp/service-discovery.js +0 -1
- package/icons/gcp/speech-to-text.js +0 -1
- package/icons/gcp/stackdriver.js +0 -1
- package/icons/gcp/standard-network-tier.js +0 -1
- package/icons/gcp/stream-suite.js +0 -1
- package/icons/gcp/support.js +0 -1
- package/icons/gcp/tensorflow-enterprise.js +0 -1
- package/icons/gcp/text-to-speech.js +0 -1
- package/icons/gcp/tools-for-powershell.js +0 -1
- package/icons/gcp/trace.js +0 -1
- package/icons/gcp/traffic-director.js +0 -1
- package/icons/gcp/transfer-appliance.js +0 -1
- package/icons/gcp/transfer.js +0 -1
- package/icons/gcp/user-preferences.js +0 -1
- package/icons/gcp/vertex-ai.js +0 -1
- package/icons/gcp/video-intelligence-api.js +0 -1
- package/icons/gcp/virtual-private-cloud.js +0 -1
- package/icons/gcp/visual-inspection.js +0 -1
- package/icons/gcp/vmware-engine.js +0 -1
- package/icons/gcp/web-risk.js +0 -1
- package/icons/gcp/web-security-scanner.js +0 -1
- package/icons/gcp/workflows.js +0 -1
- package/icons/gcp/workload-identity-pool.js +0 -1
- package/icons/icon.d.ts +0 -2
- package/icons/tech/100tb.js +0 -1
- package/icons/tech/500px.js +0 -1
- package/icons/tech/aarch64.js +0 -1
- package/icons/tech/active-campaign-icon.js +0 -1
- package/icons/tech/active-campaign.js +0 -1
- package/icons/tech/adobe-after-effects.js +0 -1
- package/icons/tech/adobe-animate.js +0 -1
- package/icons/tech/adobe-dreamweaver.js +0 -1
- package/icons/tech/adobe-icon.js +0 -1
- package/icons/tech/adobe-illustrator.js +0 -1
- package/icons/tech/adobe-incopy.js +0 -1
- package/icons/tech/adobe-indesign.js +0 -1
- package/icons/tech/adobe-lightroom.js +0 -1
- package/icons/tech/adobe-photoshop.js +0 -1
- package/icons/tech/adobe-premiere-pro.js +0 -1
- package/icons/tech/adobe-premiere.js +0 -1
- package/icons/tech/adobe-xd.js +0 -1
- package/icons/tech/adobe.js +0 -1
- package/icons/tech/adonis-js.js +0 -1
- package/icons/tech/adonisjs-icon.js +0 -1
- package/icons/tech/adroll.js +0 -1
- package/icons/tech/adyen.js +0 -1
- package/icons/tech/aerogear.js +0 -1
- package/icons/tech/aerospike-icon.js +0 -1
- package/icons/tech/aerospike.js +0 -1
- package/icons/tech/after-effects.js +0 -1
- package/icons/tech/aha.js +0 -1
- package/icons/tech/airbnb-icon.js +0 -1
- package/icons/tech/airbnb.js +0 -1
- package/icons/tech/airbrake.js +0 -1
- package/icons/tech/airflow-icon.js +0 -1
- package/icons/tech/airflow.js +0 -1
- package/icons/tech/airtable.js +0 -1
- package/icons/tech/aix.js +0 -1
- package/icons/tech/akamai.js +0 -1
- package/icons/tech/akka.js +0 -1
- package/icons/tech/alfresco.js +0 -1
- package/icons/tech/algolia.js +0 -1
- package/icons/tech/alpinejs-icon.js +0 -1
- package/icons/tech/alpinejs.js +0 -1
- package/icons/tech/altair.js +0 -1
- package/icons/tech/amazon-chime.js +0 -1
- package/icons/tech/amazon-connect.js +0 -1
- package/icons/tech/amazon-web-services.js +0 -1
- package/icons/tech/amd.js +0 -1
- package/icons/tech/amex-digital.js +0 -1
- package/icons/tech/amex.js +0 -1
- package/icons/tech/amp-icon.js +0 -1
- package/icons/tech/amp.js +0 -1
- package/icons/tech/ampersand.js +0 -1
- package/icons/tech/amplication-icon.js +0 -1
- package/icons/tech/amplication.js +0 -1
- package/icons/tech/amplitude-icon.js +0 -1
- package/icons/tech/amplitude.js +0 -1
- package/icons/tech/anaconda.js +0 -1
- package/icons/tech/analog.js +0 -1
- package/icons/tech/android-icon.js +0 -1
- package/icons/tech/android-studio.js +0 -1
- package/icons/tech/android-vertical.js +0 -1
- package/icons/tech/android.js +0 -1
- package/icons/tech/angellist.js +0 -1
- package/icons/tech/angular-icon.js +0 -1
- package/icons/tech/angular-js.js +0 -1
- package/icons/tech/angular.js +0 -1
- package/icons/tech/ansible.js +0 -1
- package/icons/tech/ant-design.js +0 -1
- package/icons/tech/anthropic-icon.js +0 -1
- package/icons/tech/anthropic.js +0 -1
- package/icons/tech/apache-camel.js +0 -1
- package/icons/tech/apache-cloudstack.js +0 -1
- package/icons/tech/apache-flink-icon.js +0 -1
- package/icons/tech/apache-flink.js +0 -1
- package/icons/tech/apache-spark.js +0 -1
- package/icons/tech/apache-superset-icon.js +0 -1
- package/icons/tech/apache-superset.js +0 -1
- package/icons/tech/apache.js +0 -1
- package/icons/tech/apiary.js +0 -1
- package/icons/tech/apidog-icon.js +0 -1
- package/icons/tech/apidog.js +0 -1
- package/icons/tech/apl.js +0 -1
- package/icons/tech/apollostack.js +0 -1
- package/icons/tech/apostrophe.js +0 -1
- package/icons/tech/appbaseio-icon.js +0 -1
- package/icons/tech/appbaseio.js +0 -1
- package/icons/tech/appcelerator.js +0 -1
- package/icons/tech/appcenter-icon.js +0 -1
- package/icons/tech/appcenter.js +0 -1
- package/icons/tech/appcircle-icon.js +0 -1
- package/icons/tech/appcircle.js +0 -1
- package/icons/tech/appcode.js +0 -1
- package/icons/tech/appdynamics-icon.js +0 -1
- package/icons/tech/appdynamics.js +0 -1
- package/icons/tech/appium.js +0 -1
- package/icons/tech/apple-app-store.js +0 -1
- package/icons/tech/apple-pay.js +0 -1
- package/icons/tech/apple-safari.js +0 -1
- package/icons/tech/apple.js +0 -1
- package/icons/tech/applitools-icon.js +0 -1
- package/icons/tech/applitools.js +0 -1
- package/icons/tech/appsignal-icon.js +0 -1
- package/icons/tech/appsignal.js +0 -1
- package/icons/tech/apptentive.js +0 -1
- package/icons/tech/appveyor.js +0 -1
- package/icons/tech/appwrite-icon.js +0 -1
- package/icons/tech/appwrite.js +0 -1
- package/icons/tech/arangodb-icon.js +0 -1
- package/icons/tech/arangodb.js +0 -1
- package/icons/tech/arc.js +0 -1
- package/icons/tech/architect-icon.js +0 -1
- package/icons/tech/architect.js +0 -1
- package/icons/tech/archlinux.js +0 -1
- package/icons/tech/arduino.js +0 -1
- package/icons/tech/argo-icon.js +0 -1
- package/icons/tech/argo.js +0 -1
- package/icons/tech/argocd.js +0 -1
- package/icons/tech/arm.js +0 -1
- package/icons/tech/armory-icon.js +0 -1
- package/icons/tech/armory.js +0 -1
- package/icons/tech/asana-icon.js +0 -1
- package/icons/tech/asana.js +0 -1
- package/icons/tech/asciidoctor.js +0 -1
- package/icons/tech/assembla-icon.js +0 -1
- package/icons/tech/assembla.js +0 -1
- package/icons/tech/astro-icon.js +0 -1
- package/icons/tech/astro.js +0 -1
- package/icons/tech/astronomer.js +0 -1
- package/icons/tech/async-api-icon.js +0 -1
- package/icons/tech/async-api.js +0 -1
- package/icons/tech/atlassian.js +0 -1
- package/icons/tech/atom-icon.js +0 -1
- package/icons/tech/atom.js +0 -1
- package/icons/tech/atomic-icon.js +0 -1
- package/icons/tech/atomic.js +0 -1
- package/icons/tech/atomicojs-icon.js +0 -1
- package/icons/tech/atomicojs.js +0 -1
- package/icons/tech/aurelia.js +0 -1
- package/icons/tech/aurora.js +0 -1
- package/icons/tech/auth0-icon.js +0 -1
- package/icons/tech/auth0.js +0 -1
- package/icons/tech/authy.js +0 -1
- package/icons/tech/autodesk-maya.js +0 -1
- package/icons/tech/autodesk-shot-grid.js +0 -1
- package/icons/tech/autoit.js +0 -1
- package/icons/tech/autoprefixer.js +0 -1
- package/icons/tech/ava.js +0 -1
- package/icons/tech/awesome.js +0 -1
- package/icons/tech/awk.js +0 -1
- package/icons/tech/aws-amplify.js +0 -1
- package/icons/tech/aws-api-gateway.js +0 -1
- package/icons/tech/aws-app-mesh.js +0 -1
- package/icons/tech/aws-appflow.js +0 -1
- package/icons/tech/aws-appsync.js +0 -1
- package/icons/tech/aws-athena.js +0 -1
- package/icons/tech/aws-aurora.js +0 -1
- package/icons/tech/aws-backup.js +0 -1
- package/icons/tech/aws-batch.js +0 -1
- package/icons/tech/aws-certificate-manager.js +0 -1
- package/icons/tech/aws-cloudformation.js +0 -1
- package/icons/tech/aws-cloudfront.js +0 -1
- package/icons/tech/aws-cloudsearch.js +0 -1
- package/icons/tech/aws-cloudtrail.js +0 -1
- package/icons/tech/aws-cloudwatch.js +0 -1
- package/icons/tech/aws-codebuild.js +0 -1
- package/icons/tech/aws-codecommit.js +0 -1
- package/icons/tech/aws-codedeploy.js +0 -1
- package/icons/tech/aws-codepipeline.js +0 -1
- package/icons/tech/aws-codestar.js +0 -1
- package/icons/tech/aws-cognito.js +0 -1
- package/icons/tech/aws-config.js +0 -1
- package/icons/tech/aws-documentdb.js +0 -1
- package/icons/tech/aws-dynamodb.js +0 -1
- package/icons/tech/aws-ec2.js +0 -1
- package/icons/tech/aws-ecs.js +0 -1
- package/icons/tech/aws-eks.js +0 -1
- package/icons/tech/aws-elastic-beanstalk.js +0 -1
- package/icons/tech/aws-elasticache.js +0 -1
- package/icons/tech/aws-elb.js +0 -1
- package/icons/tech/aws-eventbridge.js +0 -1
- package/icons/tech/aws-fargate.js +0 -1
- package/icons/tech/aws-glacier.js +0 -1
- package/icons/tech/aws-glue.js +0 -1
- package/icons/tech/aws-iam.js +0 -1
- package/icons/tech/aws-keyspaces.js +0 -1
- package/icons/tech/aws-kinesis.js +0 -1
- package/icons/tech/aws-kms.js +0 -1
- package/icons/tech/aws-lake-formation.js +0 -1
- package/icons/tech/aws-lambda.js +0 -1
- package/icons/tech/aws-lightsail.js +0 -1
- package/icons/tech/aws-mq.js +0 -1
- package/icons/tech/aws-msk.js +0 -1
- package/icons/tech/aws-neptune.js +0 -1
- package/icons/tech/aws-open-search.js +0 -1
- package/icons/tech/aws-opsworks.js +0 -1
- package/icons/tech/aws-quicksight.js +0 -1
- package/icons/tech/aws-rds.js +0 -1
- package/icons/tech/aws-redshift.js +0 -1
- package/icons/tech/aws-route53.js +0 -1
- package/icons/tech/aws-s3.js +0 -1
- package/icons/tech/aws-secrets-manager.js +0 -1
- package/icons/tech/aws-ses.js +0 -1
- package/icons/tech/aws-shield.js +0 -1
- package/icons/tech/aws-sns.js +0 -1
- package/icons/tech/aws-sqs.js +0 -1
- package/icons/tech/aws-step-functions.js +0 -1
- package/icons/tech/aws-systems-manager.js +0 -1
- package/icons/tech/aws-timestream.js +0 -1
- package/icons/tech/aws-vpc.js +0 -1
- package/icons/tech/aws-waf.js +0 -1
- package/icons/tech/aws-xray.js +0 -1
- package/icons/tech/aws.js +0 -1
- package/icons/tech/axios.js +0 -1
- package/icons/tech/azios.js +0 -1
- package/icons/tech/azure-devops.js +0 -1
- package/icons/tech/azure-sql-database.js +0 -1
- package/icons/tech/azure.js +0 -1
- package/icons/tech/babel.js +0 -1
- package/icons/tech/backbone-icon.js +0 -1
- package/icons/tech/backbone-js.js +0 -1
- package/icons/tech/backbone.js +0 -1
- package/icons/tech/backerkit.js +0 -1
- package/icons/tech/baker-street.js +0 -1
- package/icons/tech/balena.js +0 -1
- package/icons/tech/ballerina.js +0 -1
- package/icons/tech/bamboo.js +0 -1
- package/icons/tech/basecamp-icon.js +0 -1
- package/icons/tech/basecamp.js +0 -1
- package/icons/tech/basekit.js +0 -1
- package/icons/tech/baseline.js +0 -1
- package/icons/tech/bash-icon.js +0 -1
- package/icons/tech/bash.js +0 -1
- package/icons/tech/batch.js +0 -1
- package/icons/tech/beats.js +0 -1
- package/icons/tech/behance.js +0 -1
- package/icons/tech/bem-2.js +0 -1
- package/icons/tech/bem.js +0 -1
- package/icons/tech/bigpanda.js +0 -1
- package/icons/tech/bing.js +0 -1
- package/icons/tech/biomejs-icon.js +0 -1
- package/icons/tech/biomejs.js +0 -1
- package/icons/tech/bitbar.js +0 -1
- package/icons/tech/bitbucket.js +0 -1
- package/icons/tech/bitcoin.js +0 -1
- package/icons/tech/bitnami.js +0 -1
- package/icons/tech/bitrise-icon.js +0 -1
- package/icons/tech/bitrise.js +0 -1
- package/icons/tech/blender.js +0 -1
- package/icons/tech/blitzjs-icon.js +0 -1
- package/icons/tech/blitzjs.js +0 -1
- package/icons/tech/blocs.js +0 -1
- package/icons/tech/blogger.js +0 -1
- package/icons/tech/blossom.js +0 -1
- package/icons/tech/blueprint.js +0 -1
- package/icons/tech/bluesky.js +0 -1
- package/icons/tech/bluetooth.js +0 -1
- package/icons/tech/booqable-icon.js +0 -1
- package/icons/tech/booqable.js +0 -1
- package/icons/tech/bootstrap.js +0 -1
- package/icons/tech/bosun.js +0 -1
- package/icons/tech/botanalytics.js +0 -1
- package/icons/tech/bourbon.js +0 -1
- package/icons/tech/bower.js +0 -1
- package/icons/tech/box.js +0 -1
- package/icons/tech/brackets.js +0 -1
- package/icons/tech/brainjs.js +0 -1
- package/icons/tech/branch-icon.js +0 -1
- package/icons/tech/branch.js +0 -1
- package/icons/tech/brandfolder-icon.js +0 -1
- package/icons/tech/brandfolder.js +0 -1
- package/icons/tech/brave.js +0 -1
- package/icons/tech/braze-icon.js +0 -1
- package/icons/tech/braze.js +0 -1
- package/icons/tech/broadcom-icon.js +0 -1
- package/icons/tech/broadcom.js +0 -1
- package/icons/tech/broccoli.js +0 -1
- package/icons/tech/brotli.js +0 -1
- package/icons/tech/browserify-icon.js +0 -1
- package/icons/tech/browserify.js +0 -1
- package/icons/tech/browserling.js +0 -1
- package/icons/tech/browserslist.js +0 -1
- package/icons/tech/browserstack.js +0 -1
- package/icons/tech/browsersync.js +0 -1
- package/icons/tech/brunch.js +0 -1
- package/icons/tech/bubble-icon.js +0 -1
- package/icons/tech/bubble.js +0 -1
- package/icons/tech/buck.js +0 -1
- package/icons/tech/buddy.js +0 -1
- package/icons/tech/buffer.js +0 -1
- package/icons/tech/bugherd-icon.js +0 -1
- package/icons/tech/bugherd.js +0 -1
- package/icons/tech/bugsee.js +0 -1
- package/icons/tech/bugsnag.js +0 -1
- package/icons/tech/builder-io-icon.js +0 -1
- package/icons/tech/builder-io.js +0 -1
- package/icons/tech/buildkite-icon.js +0 -1
- package/icons/tech/buildkite.js +0 -1
- package/icons/tech/bulma.js +0 -1
- package/icons/tech/bun.js +0 -1
- package/icons/tech/bunny-net-icon.js +0 -1
- package/icons/tech/bunny-net.js +0 -1
- package/icons/tech/c.js +0 -1
- package/icons/tech/cachet.js +0 -1
- package/icons/tech/cairo-graphics.js +0 -1
- package/icons/tech/cake-php.js +0 -1
- package/icons/tech/cakephp-icon.js +0 -1
- package/icons/tech/calibre-icon.js +0 -1
- package/icons/tech/calibre.js +0 -1
- package/icons/tech/campaignmonitor-icon.js +0 -1
- package/icons/tech/campaignmonitor.js +0 -1
- package/icons/tech/canjs.js +0 -1
- package/icons/tech/canva.js +0 -1
- package/icons/tech/capacitor.js +0 -1
- package/icons/tech/capacitorjs-icon.js +0 -1
- package/icons/tech/capacitorjs.js +0 -1
- package/icons/tech/capistrano.js +0 -1
- package/icons/tech/carbide.js +0 -1
- package/icons/tech/cardano-icon.js +0 -1
- package/icons/tech/cardano.js +0 -1
- package/icons/tech/cassandra.js +0 -1
- package/icons/tech/cent-os.js +0 -1
- package/icons/tech/centos-icon.js +0 -1
- package/icons/tech/certbot.js +0 -1
- package/icons/tech/ceylon.js +0 -1
- package/icons/tech/chai.js +0 -1
- package/icons/tech/chalk.js +0 -1
- package/icons/tech/chargebee-icon.js +0 -1
- package/icons/tech/chargebee.js +0 -1
- package/icons/tech/chartjs.js +0 -1
- package/icons/tech/chef.js +0 -1
- package/icons/tech/chevereto.js +0 -1
- package/icons/tech/chroma.js +0 -1
- package/icons/tech/chromatic-icon.js +0 -1
- package/icons/tech/chromatic.js +0 -1
- package/icons/tech/chrome-web-store.js +0 -1
- package/icons/tech/chrome.js +0 -1
- package/icons/tech/cinder.js +0 -1
- package/icons/tech/circle-ci.js +0 -1
- package/icons/tech/cirrus-ci.js +0 -1
- package/icons/tech/cirrus.js +0 -1
- package/icons/tech/clarity.js +0 -1
- package/icons/tech/claude-icon.js +0 -1
- package/icons/tech/claude.js +0 -1
- package/icons/tech/clio-lang.js +0 -1
- package/icons/tech/clion.js +0 -1
- package/icons/tech/cljs.js +0 -1
- package/icons/tech/clojure-script.js +0 -1
- package/icons/tech/clojure.js +0 -1
- package/icons/tech/close.js +0 -1
- package/icons/tech/cloud9.js +0 -1
- package/icons/tech/cloudacademy-icon.js +0 -1
- package/icons/tech/cloudacademy.js +0 -1
- package/icons/tech/cloudcraft.js +0 -1
- package/icons/tech/cloudflare-icon.js +0 -1
- package/icons/tech/cloudflare-workers-icon.js +0 -1
- package/icons/tech/cloudflare-workers.js +0 -1
- package/icons/tech/cloudflare.js +0 -1
- package/icons/tech/cloudinary-icon.js +0 -1
- package/icons/tech/cloudinary.js +0 -1
- package/icons/tech/cloudlinux.js +0 -1
- package/icons/tech/cmake.js +0 -1
- package/icons/tech/cobalt.js +0 -1
- package/icons/tech/cockpit.js +0 -1
- package/icons/tech/cocoapods.js +0 -1
- package/icons/tech/coda-icon.js +0 -1
- package/icons/tech/coda.js +0 -1
- package/icons/tech/codacy.js +0 -1
- package/icons/tech/code-igniter.js +0 -1
- package/icons/tech/code-pen.js +0 -1
- package/icons/tech/codeac.js +0 -1
- package/icons/tech/codebase.js +0 -1
- package/icons/tech/codebeat.js +0 -1
- package/icons/tech/codecademy.js +0 -1
- package/icons/tech/codeception.js +0 -1
- package/icons/tech/codeclimate-icon.js +0 -1
- package/icons/tech/codeclimate.js +0 -1
- package/icons/tech/codecov-icon.js +0 -1
- package/icons/tech/codecov.js +0 -1
- package/icons/tech/codefactor-icon.js +0 -1
- package/icons/tech/codefactor.js +0 -1
- package/icons/tech/codeigniter-icon.js +0 -1
- package/icons/tech/codepen-icon.js +0 -1
- package/icons/tech/codersrank-icon.js +0 -1
- package/icons/tech/codersrank.js +0 -1
- package/icons/tech/coderwall.js +0 -1
- package/icons/tech/codesandbox-icon.js +0 -1
- package/icons/tech/codesandbox.js +0 -1
- package/icons/tech/codesee-icon.js +0 -1
- package/icons/tech/codesee.js +0 -1
- package/icons/tech/codio.js +0 -1
- package/icons/tech/codium-icon.js +0 -1
- package/icons/tech/codium.js +0 -1
- package/icons/tech/coffee-script.js +0 -1
- package/icons/tech/commitizen.js +0 -1
- package/icons/tech/compass.js +0 -1
- package/icons/tech/componentkit.js +0 -1
- package/icons/tech/compose-multiplatform.js +0 -1
- package/icons/tech/compose.js +0 -1
- package/icons/tech/composer.js +0 -1
- package/icons/tech/conan-io.js +0 -1
- package/icons/tech/concourse.js +0 -1
- package/icons/tech/concretecms-icon.js +0 -1
- package/icons/tech/concretecms.js +0 -1
- package/icons/tech/conda.js +0 -1
- package/icons/tech/confluence.js +0 -1
- package/icons/tech/consul.js +0 -1
- package/icons/tech/contao.js +0 -1
- package/icons/tech/contentful.js +0 -1
- package/icons/tech/convox-icon.js +0 -1
- package/icons/tech/convox.js +0 -1
- package/icons/tech/copyleft-pirate.js +0 -1
- package/icons/tech/copyleft.js +0 -1
- package/icons/tech/corda.js +0 -1
- package/icons/tech/cordova.js +0 -1
- package/icons/tech/cosmosdb.js +0 -1
- package/icons/tech/couchbase.js +0 -1
- package/icons/tech/couchdb-icon.js +0 -1
- package/icons/tech/couchdb.js +0 -1
- package/icons/tech/coursera.js +0 -1
- package/icons/tech/coveralls.js +0 -1
- package/icons/tech/cpanel.js +0 -1
- package/icons/tech/cplusplus.js +0 -1
- package/icons/tech/craftcms.js +0 -1
- package/icons/tech/crashlytics.js +0 -1
- package/icons/tech/crateio.js +0 -1
- package/icons/tech/create-react-app.js +0 -1
- package/icons/tech/createjs.js +0 -1
- package/icons/tech/crossplane-icon.js +0 -1
- package/icons/tech/crossplane.js +0 -1
- package/icons/tech/crucible.js +0 -1
- package/icons/tech/crystal.js +0 -1
- package/icons/tech/csharp.js +0 -1
- package/icons/tech/css3-official.js +0 -1
- package/icons/tech/css3.js +0 -1
- package/icons/tech/cssnext.js +0 -1
- package/icons/tech/cube-icon.js +0 -1
- package/icons/tech/cube.js +0 -1
- package/icons/tech/cucumber.js +0 -1
- package/icons/tech/curl.js +0 -1
- package/icons/tech/customerio-icon.js +0 -1
- package/icons/tech/customerio.js +0 -1
- package/icons/tech/cyclejs.js +0 -1
- package/icons/tech/cypress-icon.js +0 -1
- package/icons/tech/cypress.js +0 -1
- package/icons/tech/d3.js +0 -1
- package/icons/tech/d3js.js +0 -1
- package/icons/tech/dailydev-icon.js +0 -1
- package/icons/tech/dailydev.js +0 -1
- package/icons/tech/daisy-ui-icon.js +0 -1
- package/icons/tech/daisy-ui.js +0 -1
- package/icons/tech/danfo.js +0 -1
- package/icons/tech/dart.js +0 -1
- package/icons/tech/dashlane-icon.js +0 -1
- package/icons/tech/dashlane.js +0 -1
- package/icons/tech/data-grip.js +0 -1
- package/icons/tech/data-spell.js +0 -1
- package/icons/tech/data-station.js +0 -1
- package/icons/tech/database-labs.js +0 -1
- package/icons/tech/datadog-icon.js +0 -1
- package/icons/tech/datadog.js +0 -1
- package/icons/tech/datasette-icon.js +0 -1
- package/icons/tech/datasette.js +0 -1
- package/icons/tech/datocms-icon.js +0 -1
- package/icons/tech/datocms.js +0 -1
- package/icons/tech/dbeaver.js +0 -1
- package/icons/tech/dbt-icon.js +0 -1
- package/icons/tech/dbt.js +0 -1
- package/icons/tech/dcos-icon.js +0 -1
- package/icons/tech/dcos.js +0 -1
- package/icons/tech/debian.js +0 -1
- package/icons/tech/delighted-icon.js +0 -1
- package/icons/tech/delighted.js +0 -1
- package/icons/tech/deno.js +0 -1
- package/icons/tech/dependabot.js +0 -1
- package/icons/tech/deployhq-icon.js +0 -1
- package/icons/tech/deployhq.js +0 -1
- package/icons/tech/derby.js +0 -1
- package/icons/tech/descript-icon.js +0 -1
- package/icons/tech/descript.js +0 -1
- package/icons/tech/designernews.js +0 -1
- package/icons/tech/deviantart-icon.js +0 -1
- package/icons/tech/deviantart.js +0 -1
- package/icons/tech/devicon.js +0 -1
- package/icons/tech/dgraph-icon.js +0 -1
- package/icons/tech/dgraph.js +0 -1
- package/icons/tech/dialogflow.js +0 -1
- package/icons/tech/digital-ocean-icon.js +0 -1
- package/icons/tech/digital-ocean.js +0 -1
- package/icons/tech/dimer.js +0 -1
- package/icons/tech/dinersclub.js +0 -1
- package/icons/tech/discord-icon.js +0 -1
- package/icons/tech/discord-js.js +0 -1
- package/icons/tech/discord.js +0 -1
- package/icons/tech/discourse-icon.js +0 -1
- package/icons/tech/discourse.js +0 -1
- package/icons/tech/discover.js +0 -1
- package/icons/tech/disqus.js +0 -1
- package/icons/tech/django-icon.js +0 -1
- package/icons/tech/django-rest.js +0 -1
- package/icons/tech/django.js +0 -1
- package/icons/tech/dockbit.js +0 -1
- package/icons/tech/docker-icon.js +0 -1
- package/icons/tech/docker.js +0 -1
- package/icons/tech/doctrine.js +0 -1
- package/icons/tech/docusaurus.js +0 -1
- package/icons/tech/dojo-icon.js +0 -1
- package/icons/tech/dojo-toolkit.js +0 -1
- package/icons/tech/dojo.js +0 -1
- package/icons/tech/dolt.js +0 -1
- package/icons/tech/dotnet.js +0 -1
- package/icons/tech/dovetail-icon.js +0 -1
- package/icons/tech/dovetail.js +0 -1
- package/icons/tech/dreamhost.js +0 -1
- package/icons/tech/dribbble-icon.js +0 -1
- package/icons/tech/dribbble.js +0 -1
- package/icons/tech/drift.js +0 -1
- package/icons/tech/drip.js +0 -1
- package/icons/tech/drizzle-icon.js +0 -1
- package/icons/tech/drizzle.js +0 -1
- package/icons/tech/drone-icon.js +0 -1
- package/icons/tech/drone.js +0 -1
- package/icons/tech/drools-icon.js +0 -1
- package/icons/tech/drools.js +0 -1
- package/icons/tech/dropbox.js +0 -1
- package/icons/tech/dropmark.js +0 -1
- package/icons/tech/dropwizard.js +0 -1
- package/icons/tech/dropzone.js +0 -1
- package/icons/tech/drupal-icon.js +0 -1
- package/icons/tech/drupal.js +0 -1
- package/icons/tech/duckduckgo.js +0 -1
- package/icons/tech/dynatrace-icon.js +0 -1
- package/icons/tech/dynatrace.js +0 -1
- package/icons/tech/dyndns.js +0 -1
- package/icons/tech/ebanx.js +0 -1
- package/icons/tech/eclipse-ceylon.js +0 -1
- package/icons/tech/eclipse-icon.js +0 -1
- package/icons/tech/eclipse-ide.js +0 -1
- package/icons/tech/eclipse-vert-x.js +0 -1
- package/icons/tech/eclipse.js +0 -1
- package/icons/tech/ecma.js +0 -1
- package/icons/tech/edgedb.js +0 -1
- package/icons/tech/edgio-icon.js +0 -1
- package/icons/tech/edgio.js +0 -1
- package/icons/tech/editorconfig.js +0 -1
- package/icons/tech/effect-icon.js +0 -1
- package/icons/tech/effect.js +0 -1
- package/icons/tech/effector.js +0 -1
- package/icons/tech/egghead.js +0 -1
- package/icons/tech/elasticbeats.js +0 -1
- package/icons/tech/elasticpath-icon.js +0 -1
- package/icons/tech/elasticpath.js +0 -1
- package/icons/tech/elasticsearch.js +0 -1
- package/icons/tech/electron.js +0 -1
- package/icons/tech/element.js +0 -1
- package/icons/tech/elemental-ui.js +0 -1
- package/icons/tech/elementary.js +0 -1
- package/icons/tech/eleventy-11ty.js +0 -1
- package/icons/tech/eleventy.js +0 -1
- package/icons/tech/elixir.js +0 -1
- package/icons/tech/ello.js +0 -1
- package/icons/tech/elm-classic.js +0 -1
- package/icons/tech/elm.js +0 -1
- package/icons/tech/elo.js +0 -1
- package/icons/tech/emacs-classic.js +0 -1
- package/icons/tech/emacs.js +0 -1
- package/icons/tech/embedded-c.js +0 -1
- package/icons/tech/embedly.js +0 -1
- package/icons/tech/ember-js.js +0 -1
- package/icons/tech/ember-tomster.js +0 -1
- package/icons/tech/ember.js +0 -1
- package/icons/tech/emmet.js +0 -1
- package/icons/tech/enact.js +0 -1
- package/icons/tech/engine-yard-icon.js +0 -1
- package/icons/tech/engine-yard.js +0 -1
- package/icons/tech/envato.js +0 -1
- package/icons/tech/envoy-icon.js +0 -1
- package/icons/tech/envoy.js +0 -1
- package/icons/tech/envoyer.js +0 -1
- package/icons/tech/eraser-icon.js +0 -1
- package/icons/tech/eraser.js +0 -1
- package/icons/tech/erlang.js +0 -1
- package/icons/tech/esbuild.js +0 -1
- package/icons/tech/esdoc.js +0 -1
- package/icons/tech/eslint-old.js +0 -1
- package/icons/tech/eslint.js +0 -1
- package/icons/tech/eta-icon.js +0 -1
- package/icons/tech/eta.js +0 -1
- package/icons/tech/etcd.js +0 -1
- package/icons/tech/ethereum-color.js +0 -1
- package/icons/tech/ethereum.js +0 -1
- package/icons/tech/ethers.js +0 -1
- package/icons/tech/ethnio.js +0 -1
- package/icons/tech/eventbrite-icon.js +0 -1
- package/icons/tech/eventbrite.js +0 -1
- package/icons/tech/eventsentry.js +0 -1
- package/icons/tech/evergreen-icon.js +0 -1
- package/icons/tech/evergreen.js +0 -1
- package/icons/tech/expo-icon.js +0 -1
- package/icons/tech/expo.js +0 -1
- package/icons/tech/express.js +0 -1
- package/icons/tech/fabric.js +0 -1
- package/icons/tech/facebook.js +0 -1
- package/icons/tech/faker.js +0 -1
- package/icons/tech/falcor.js +0 -1
- package/icons/tech/fast-api.js +0 -1
- package/icons/tech/fastapi-icon.js +0 -1
- package/icons/tech/fastify-icon.js +0 -1
- package/icons/tech/fastify.js +0 -1
- package/icons/tech/fastlane.js +0 -1
- package/icons/tech/fastly.js +0 -1
- package/icons/tech/fauna-icon.js +0 -1
- package/icons/tech/fauna.js +0 -1
- package/icons/tech/feathers.js +0 -1
- package/icons/tech/feathersjs.js +0 -1
- package/icons/tech/fedora.js +0 -1
- package/icons/tech/fetch.js +0 -1
- package/icons/tech/ffmpeg-icon.js +0 -1
- package/icons/tech/ffmpeg.js +0 -1
- package/icons/tech/figma.js +0 -1
- package/icons/tech/file-zilla.js +0 -1
- package/icons/tech/firebase-icon.js +0 -1
- package/icons/tech/firebase.js +0 -1
- package/icons/tech/firefox.js +0 -1
- package/icons/tech/flannel.js +0 -1
- package/icons/tech/flarum.js +0 -1
- package/icons/tech/flask.js +0 -1
- package/icons/tech/flat-ui.js +0 -1
- package/icons/tech/flattr-icon.js +0 -1
- package/icons/tech/flattr.js +0 -1
- package/icons/tech/fleep.js +0 -1
- package/icons/tech/flickr-icon.js +0 -1
- package/icons/tech/flickr.js +0 -1
- package/icons/tech/flight.js +0 -1
- package/icons/tech/floodio.js +0 -1
- package/icons/tech/flow.js +0 -1
- package/icons/tech/flowxo.js +0 -1
- package/icons/tech/floydhub.js +0 -1
- package/icons/tech/flutter.js +0 -1
- package/icons/tech/flux.js +0 -1
- package/icons/tech/fluxxor.js +0 -1
- package/icons/tech/fly-icon.js +0 -1
- package/icons/tech/fly.js +0 -1
- package/icons/tech/fogbugz-icon.js +0 -1
- package/icons/tech/fogbugz.js +0 -1
- package/icons/tech/fomo-icon.js +0 -1
- package/icons/tech/fomo.js +0 -1
- package/icons/tech/font-awesome.js +0 -1
- package/icons/tech/forestadmin-icon.js +0 -1
- package/icons/tech/forestadmin.js +0 -1
- package/icons/tech/forever.js +0 -1
- package/icons/tech/formkeep.js +0 -1
- package/icons/tech/fortran.js +0 -1
- package/icons/tech/foundation.js +0 -1
- package/icons/tech/foundationdb-icon.js +0 -1
- package/icons/tech/foundationdb.js +0 -1
- package/icons/tech/framer.js +0 -1
- package/icons/tech/framework7-icon.js +0 -1
- package/icons/tech/framework7.js +0 -1
- package/icons/tech/freebsd.js +0 -1
- package/icons/tech/freedcamp-icon.js +0 -1
- package/icons/tech/freedcamp.js +0 -1
- package/icons/tech/freedomdefined.js +0 -1
- package/icons/tech/fresh.js +0 -1
- package/icons/tech/frontapp.js +0 -1
- package/icons/tech/fsharp.js +0 -1
- package/icons/tech/fuchsia.js +0 -1
- package/icons/tech/galliumos.js +0 -1
- package/icons/tech/game-analytics-icon.js +0 -1
- package/icons/tech/game-analytics.js +0 -1
- package/icons/tech/ganache-icon.js +0 -1
- package/icons/tech/ganache.js +0 -1
- package/icons/tech/gatling.js +0 -1
- package/icons/tech/gatsby.js +0 -1
- package/icons/tech/gazebo.js +0 -1
- package/icons/tech/gcc.js +0 -1
- package/icons/tech/geekbot.js +0 -1
- package/icons/tech/geetest-icon.js +0 -1
- package/icons/tech/geetest.js +0 -1
- package/icons/tech/gentoo.js +0 -1
- package/icons/tech/getyourguide.js +0 -1
- package/icons/tech/ghost.js +0 -1
- package/icons/tech/giantswarm.js +0 -1
- package/icons/tech/gimp.js +0 -1
- package/icons/tech/gin.js +0 -1
- package/icons/tech/git-icon.js +0 -1
- package/icons/tech/git.js +0 -1
- package/icons/tech/gitboard.js +0 -1
- package/icons/tech/gitbook.js +0 -1
- package/icons/tech/github-actions.js +0 -1
- package/icons/tech/github-codespaces.js +0 -1
- package/icons/tech/github-copilot.js +0 -1
- package/icons/tech/github-icon.js +0 -1
- package/icons/tech/github-octocat.js +0 -1
- package/icons/tech/github.js +0 -1
- package/icons/tech/gitkraken.js +0 -1
- package/icons/tech/gitlab-icon.js +0 -1
- package/icons/tech/gitlab.js +0 -1
- package/icons/tech/gitpod.js +0 -1
- package/icons/tech/gitter.js +0 -1
- package/icons/tech/gitup.js +0 -1
- package/icons/tech/glamorous-icon.js +0 -1
- package/icons/tech/glamorous.js +0 -1
- package/icons/tech/gleam.js +0 -1
- package/icons/tech/glimmerjs.js +0 -1
- package/icons/tech/glint.js +0 -1
- package/icons/tech/glitch-icon.js +0 -1
- package/icons/tech/glitch.js +0 -1
- package/icons/tech/gnome-icon.js +0 -1
- package/icons/tech/gnome.js +0 -1
- package/icons/tech/gnu-emacs.js +0 -1
- package/icons/tech/gnu-net.js +0 -1
- package/icons/tech/gnu.js +0 -1
- package/icons/tech/gnupg-icon.js +0 -1
- package/icons/tech/gnupg.js +0 -1
- package/icons/tech/go-land.js +0 -1
- package/icons/tech/go.js +0 -1
- package/icons/tech/gocd.js +0 -1
- package/icons/tech/godot-engine.js +0 -1
- package/icons/tech/godot-icon.js +0 -1
- package/icons/tech/godot.js +0 -1
- package/icons/tech/gohorse.js +0 -1
- package/icons/tech/google-360suite.js +0 -1
- package/icons/tech/google-admob.js +0 -1
- package/icons/tech/google-ads.js +0 -1
- package/icons/tech/google-adsense.js +0 -1
- package/icons/tech/google-analytics.js +0 -1
- package/icons/tech/google-bard-icon.js +0 -1
- package/icons/tech/google-bard.js +0 -1
- package/icons/tech/google-calendar.js +0 -1
- package/icons/tech/google-cloud-functions.js +0 -1
- package/icons/tech/google-cloud-run.js +0 -1
- package/icons/tech/google-cloud.js +0 -1
- package/icons/tech/google-data-studio.js +0 -1
- package/icons/tech/google-developers.js +0 -1
- package/icons/tech/google-domains-icon.js +0 -1
- package/icons/tech/google-domains.js +0 -1
- package/icons/tech/google-drive.js +0 -1
- package/icons/tech/google-fit.js +0 -1
- package/icons/tech/google-gemini.js +0 -1
- package/icons/tech/google-gmail.js +0 -1
- package/icons/tech/google-home.js +0 -1
- package/icons/tech/google-icon.js +0 -1
- package/icons/tech/google-keep.js +0 -1
- package/icons/tech/google-maps.js +0 -1
- package/icons/tech/google-marketing-platform.js +0 -1
- package/icons/tech/google-meet.js +0 -1
- package/icons/tech/google-one.js +0 -1
- package/icons/tech/google-optimize.js +0 -1
- package/icons/tech/google-palm.js +0 -1
- package/icons/tech/google-pay.js +0 -1
- package/icons/tech/google-photos.js +0 -1
- package/icons/tech/google-play-console-icon.js +0 -1
- package/icons/tech/google-play-console.js +0 -1
- package/icons/tech/google-play-icon.js +0 -1
- package/icons/tech/google-play.js +0 -1
- package/icons/tech/google-search-console.js +0 -1
- package/icons/tech/google-tag-manager.js +0 -1
- package/icons/tech/google-workspace.js +0 -1
- package/icons/tech/google.js +0 -1
- package/icons/tech/gopher.js +0 -1
- package/icons/tech/gradio-icon.js +0 -1
- package/icons/tech/gradio.js +0 -1
- package/icons/tech/gradle.js +0 -1
- package/icons/tech/grafana.js +0 -1
- package/icons/tech/grails.js +0 -1
- package/icons/tech/grammarly-icon.js +0 -1
- package/icons/tech/grammarly.js +0 -1
- package/icons/tech/graphene.js +0 -1
- package/icons/tech/graphql.js +0 -1
- package/icons/tech/grav.js +0 -1
- package/icons/tech/gravatar-icon.js +0 -1
- package/icons/tech/gravatar.js +0 -1
- package/icons/tech/graylog-icon.js +0 -1
- package/icons/tech/graylog.js +0 -1
- package/icons/tech/greensock-icon.js +0 -1
- package/icons/tech/greensock.js +0 -1
- package/icons/tech/gridsome-icon.js +0 -1
- package/icons/tech/gridsome.js +0 -1
- package/icons/tech/grommet.js +0 -1
- package/icons/tech/groovehq.js +0 -1
- package/icons/tech/groovy.js +0 -1
- package/icons/tech/grove.js +0 -1
- package/icons/tech/growth-book-icon.js +0 -1
- package/icons/tech/growth-book.js +0 -1
- package/icons/tech/grpc.js +0 -1
- package/icons/tech/grunt.js +0 -1
- package/icons/tech/gruntjs.js +0 -1
- package/icons/tech/gulp.js +0 -1
- package/icons/tech/gulpjs.js +0 -1
- package/icons/tech/gunicorn.js +0 -1
- package/icons/tech/gunjs.js +0 -1
- package/icons/tech/gusto.js +0 -1
- package/icons/tech/gwt.js +0 -1
- package/icons/tech/hack.js +0 -1
- package/icons/tech/hacker-one.js +0 -1
- package/icons/tech/hadoop.js +0 -1
- package/icons/tech/haiku-icon.js +0 -1
- package/icons/tech/haiku.js +0 -1
- package/icons/tech/haml.js +0 -1
- package/icons/tech/hanami.js +0 -1
- package/icons/tech/handlebars.js +0 -1
- package/icons/tech/hapi.js +0 -1
- package/icons/tech/hardhat-icon.js +0 -1
- package/icons/tech/hardhat.js +0 -1
- package/icons/tech/harness-icon.js +0 -1
- package/icons/tech/harness.js +0 -1
- package/icons/tech/harvester.js +0 -1
- package/icons/tech/hashicorp-icon.js +0 -1
- package/icons/tech/hashicorp-vault.js +0 -1
- package/icons/tech/hashicorp.js +0 -1
- package/icons/tech/hashnode-icon.js +0 -1
- package/icons/tech/hashnode.js +0 -1
- package/icons/tech/haskell-icon.js +0 -1
- package/icons/tech/haskell.js +0 -1
- package/icons/tech/hasura-icon.js +0 -1
- package/icons/tech/hasura.js +0 -1
- package/icons/tech/haxe.js +0 -1
- package/icons/tech/haxl.js +0 -1
- package/icons/tech/hbase.js +0 -1
- package/icons/tech/hcaptcha-icon.js +0 -1
- package/icons/tech/hcaptcha.js +0 -1
- package/icons/tech/headlessui-icon.js +0 -1
- package/icons/tech/headlessui.js +0 -1
- package/icons/tech/heap-icon.js +0 -1
- package/icons/tech/heap.js +0 -1
- package/icons/tech/helm.js +0 -1
- package/icons/tech/helpscout-icon.js +0 -1
- package/icons/tech/helpscout.js +0 -1
- package/icons/tech/hermes.js +0 -1
- package/icons/tech/heroku-icon.js +0 -1
- package/icons/tech/heroku-redis.js +0 -1
- package/icons/tech/heroku.js +0 -1
- package/icons/tech/hexo.js +0 -1
- package/icons/tech/hhvm.js +0 -1
- package/icons/tech/hibernate.js +0 -1
- package/icons/tech/highcharts.js +0 -1
- package/icons/tech/hipercard.js +0 -1
- package/icons/tech/homebrew.js +0 -1
- package/icons/tech/hono.js +0 -1
- package/icons/tech/hookstate.js +0 -1
- package/icons/tech/hootsuite-icon.js +0 -1
- package/icons/tech/hootsuite.js +0 -1
- package/icons/tech/hosted-graphite.js +0 -1
- package/icons/tech/hostgator-icon.js +0 -1
- package/icons/tech/hostgator.js +0 -1
- package/icons/tech/hotjar-icon.js +0 -1
- package/icons/tech/hotjar.js +0 -1
- package/icons/tech/houndci.js +0 -1
- package/icons/tech/html5-boilerplate.js +0 -1
- package/icons/tech/html5.js +0 -1
- package/icons/tech/htmx-icon.js +0 -1
- package/icons/tech/htmx.js +0 -1
- package/icons/tech/httpie-icon.js +0 -1
- package/icons/tech/httpie.js +0 -1
- package/icons/tech/hubspot.js +0 -1
- package/icons/tech/hugging-face-icon.js +0 -1
- package/icons/tech/hugging-face.js +0 -1
- package/icons/tech/huggy.js +0 -1
- package/icons/tech/hugo.js +0 -1
- package/icons/tech/humongous.js +0 -1
- package/icons/tech/hyper.js +0 -1
- package/icons/tech/hyperapp.js +0 -1
- package/icons/tech/ibm-spss-statistics.js +0 -1
- package/icons/tech/ibm.js +0 -1
- package/icons/tech/ie10.js +0 -1
- package/icons/tech/ieee.js +0 -1
- package/icons/tech/ietf.js +0 -1
- package/icons/tech/ifttt.js +0 -1
- package/icons/tech/imagemin.js +0 -1
- package/icons/tech/imba-icon.js +0 -1
- package/icons/tech/imba.js +0 -1
- package/icons/tech/immer-icon.js +0 -1
- package/icons/tech/immer.js +0 -1
- package/icons/tech/immutable.js +0 -1
- package/icons/tech/impala.js +0 -1
- package/icons/tech/importio-icon.js +0 -1
- package/icons/tech/importio.js +0 -1
- package/icons/tech/incident-icon.js +0 -1
- package/icons/tech/incident.js +0 -1
- package/icons/tech/infer.js +0 -1
- package/icons/tech/inferno.js +0 -1
- package/icons/tech/influxdb-icon.js +0 -1
- package/icons/tech/influxdb.js +0 -1
- package/icons/tech/ink.js +0 -1
- package/icons/tech/inkscape.js +0 -1
- package/icons/tech/insomnia.js +0 -1
- package/icons/tech/instagram-icon.js +0 -1
- package/icons/tech/instagram.js +0 -1
- package/icons/tech/intel.js +0 -1
- package/icons/tech/intellij-idea.js +0 -1
- package/icons/tech/intercom-icon.js +0 -1
- package/icons/tech/intercom.js +0 -1
- package/icons/tech/internet-computer-icon.js +0 -1
- package/icons/tech/internet-computer.js +0 -1
- package/icons/tech/internetexplorer.js +0 -1
- package/icons/tech/invision-icon.js +0 -1
- package/icons/tech/invision.js +0 -1
- package/icons/tech/ionic-icon.js +0 -1
- package/icons/tech/ionic.js +0 -1
- package/icons/tech/ios.js +0 -1
- package/icons/tech/iron-icon.js +0 -1
- package/icons/tech/iron.js +0 -1
- package/icons/tech/itsalive-icon.js +0 -1
- package/icons/tech/itsalive.js +0 -1
- package/icons/tech/jade.js +0 -1
- package/icons/tech/jaeger.js +0 -1
- package/icons/tech/jamstack-icon.js +0 -1
- package/icons/tech/jamstack.js +0 -1
- package/icons/tech/jasmine.js +0 -1
- package/icons/tech/java.js +0 -1
- package/icons/tech/javascript.js +0 -1
- package/icons/tech/jcb.js +0 -1
- package/icons/tech/jeet.js +0 -1
- package/icons/tech/jekyll.js +0 -1
- package/icons/tech/jenkins.js +0 -1
- package/icons/tech/jest.js +0 -1
- package/icons/tech/jetbrains-icon.js +0 -1
- package/icons/tech/jetbrains-space-icon.js +0 -1
- package/icons/tech/jetbrains-space.js +0 -1
- package/icons/tech/jetbrains.js +0 -1
- package/icons/tech/jfrog.js +0 -1
- package/icons/tech/jhipster-icon.js +0 -1
- package/icons/tech/jhipster.js +0 -1
- package/icons/tech/jira-align.js +0 -1
- package/icons/tech/jira.js +0 -1
- package/icons/tech/joomla.js +0 -1
- package/icons/tech/jotai.js +0 -1
- package/icons/tech/jquery-mobile.js +0 -1
- package/icons/tech/jquery.js +0 -1
- package/icons/tech/jruby.js +0 -1
- package/icons/tech/jsbin.js +0 -1
- package/icons/tech/jsdelivr.js +0 -1
- package/icons/tech/jsdom.js +0 -1
- package/icons/tech/jsfiddle.js +0 -1
- package/icons/tech/json-ld.js +0 -1
- package/icons/tech/json-schema-icon.js +0 -1
- package/icons/tech/json-schema.js +0 -1
- package/icons/tech/json.js +0 -1
- package/icons/tech/jspm.js +0 -1
- package/icons/tech/jss.js +0 -1
- package/icons/tech/juju.js +0 -1
- package/icons/tech/jule.js +0 -1
- package/icons/tech/julia.js +0 -1
- package/icons/tech/junit.js +0 -1
- package/icons/tech/jupyter.js +0 -1
- package/icons/tech/jwt-icon.js +0 -1
- package/icons/tech/jwt.js +0 -1
- package/icons/tech/k3os.js +0 -1
- package/icons/tech/k3s.js +0 -1
- package/icons/tech/kafka-icon.js +0 -1
- package/icons/tech/kafka.js +0 -1
- package/icons/tech/kaggle.js +0 -1
- package/icons/tech/kaios.js +0 -1
- package/icons/tech/kallithea.js +0 -1
- package/icons/tech/karate.js +0 -1
- package/icons/tech/karma.js +0 -1
- package/icons/tech/katalon-icon.js +0 -1
- package/icons/tech/katalon.js +0 -1
- package/icons/tech/kde.js +0 -1
- package/icons/tech/keen.js +0 -1
- package/icons/tech/kemal.js +0 -1
- package/icons/tech/keras.js +0 -1
- package/icons/tech/keycdn-icon.js +0 -1
- package/icons/tech/keycdn.js +0 -1
- package/icons/tech/keydb-icon.js +0 -1
- package/icons/tech/keydb.js +0 -1
- package/icons/tech/keystonejs.js +0 -1
- package/icons/tech/khan-academy-icon.js +0 -1
- package/icons/tech/khan-academy.js +0 -1
- package/icons/tech/kibana.js +0 -1
- package/icons/tech/kickstarter-icon.js +0 -1
- package/icons/tech/kickstarter.js +0 -1
- package/icons/tech/kinto-icon.js +0 -1
- package/icons/tech/kinto.js +0 -1
- package/icons/tech/kirby-icon.js +0 -1
- package/icons/tech/kirby.js +0 -1
- package/icons/tech/knex-js.js +0 -1
- package/icons/tech/knex.js +0 -1
- package/icons/tech/knockout.js +0 -1
- package/icons/tech/koa.js +0 -1
- package/icons/tech/kong-icon.js +0 -1
- package/icons/tech/kong.js +0 -1
- package/icons/tech/kops.js +0 -1
- package/icons/tech/koreio.js +0 -1
- package/icons/tech/kotlin-icon.js +0 -1
- package/icons/tech/kotlin.js +0 -1
- package/icons/tech/kraken.js +0 -1
- package/icons/tech/krakenjs.js +0 -1
- package/icons/tech/ktor-icon.js +0 -1
- package/icons/tech/ktor.js +0 -1
- package/icons/tech/kubernetes.js +0 -1
- package/icons/tech/kustomer.js +0 -1
- package/icons/tech/labview.js +0 -1
- package/icons/tech/languagetool.js +0 -1
- package/icons/tech/laravel.js +0 -1
- package/icons/tech/lastfm.js +0 -1
- package/icons/tech/lateral-icon.js +0 -1
- package/icons/tech/lateral.js +0 -1
- package/icons/tech/latex.js +0 -1
- package/icons/tech/launchdarkly-icon.js +0 -1
- package/icons/tech/launchdarkly.js +0 -1
- package/icons/tech/launchrock.js +0 -1
- package/icons/tech/leaflet.js +0 -1
- package/icons/tech/leankit-icon.js +0 -1
- package/icons/tech/leankit.js +0 -1
- package/icons/tech/lerna.js +0 -1
- package/icons/tech/less-js.js +0 -1
- package/icons/tech/less.js +0 -1
- package/icons/tech/lets-cloud.js +0 -1
- package/icons/tech/letsencrypt.js +0 -1
- package/icons/tech/leveldb.js +0 -1
- package/icons/tech/lexical-icon.js +0 -1
- package/icons/tech/lexical.js +0 -1
- package/icons/tech/liftweb.js +0 -1
- package/icons/tech/lighthouse.js +0 -1
- package/icons/tech/lightstep-icon.js +0 -1
- package/icons/tech/lightstep.js +0 -1
- package/icons/tech/lighttpd.js +0 -1
- package/icons/tech/linear-icon.js +0 -1
- package/icons/tech/linear.js +0 -1
- package/icons/tech/linkedin-icon.js +0 -1
- package/icons/tech/linkedin.js +0 -1
- package/icons/tech/linkerd.js +0 -1
- package/icons/tech/linode.js +0 -1
- package/icons/tech/linux-mint.js +0 -1
- package/icons/tech/linux-tux.js +0 -1
- package/icons/tech/linux.js +0 -1
- package/icons/tech/liquibase.js +0 -1
- package/icons/tech/lit-icon.js +0 -1
- package/icons/tech/lit.js +0 -1
- package/icons/tech/litmus.js +0 -1
- package/icons/tech/livewire.js +0 -1
- package/icons/tech/llvm.js +0 -1
- package/icons/tech/loader.js +0 -1
- package/icons/tech/lodash.js +0 -1
- package/icons/tech/logentries.js +0 -1
- package/icons/tech/logstash.js +0 -1
- package/icons/tech/lookback.js +0 -1
- package/icons/tech/looker-icon.js +0 -1
- package/icons/tech/looker.js +0 -1
- package/icons/tech/loom-icon.js +0 -1
- package/icons/tech/loom.js +0 -1
- package/icons/tech/loopback-icon.js +0 -1
- package/icons/tech/loopback.js +0 -1
- package/icons/tech/losant.js +0 -1
- package/icons/tech/lua.js +0 -1
- package/icons/tech/lucene-net.js +0 -1
- package/icons/tech/lucene.js +0 -1
- package/icons/tech/lumen.js +0 -1
- package/icons/tech/mac-os.js +0 -1
- package/icons/tech/madge.js +0 -1
- package/icons/tech/maestro.js +0 -1
- package/icons/tech/mageia.js +0 -1
- package/icons/tech/magento.js +0 -1
- package/icons/tech/mailchimp-freddie.js +0 -1
- package/icons/tech/mailchimp.js +0 -1
- package/icons/tech/maildeveloper.js +0 -1
- package/icons/tech/mailgun-icon.js +0 -1
- package/icons/tech/mailgun.js +0 -1
- package/icons/tech/mailjet-icon.js +0 -1
- package/icons/tech/mailjet.js +0 -1
- package/icons/tech/malinajs.js +0 -1
- package/icons/tech/manjaro.js +0 -1
- package/icons/tech/mantine-icon.js +0 -1
- package/icons/tech/mantine.js +0 -1
- package/icons/tech/mapbox-icon.js +0 -1
- package/icons/tech/mapbox.js +0 -1
- package/icons/tech/maps-me.js +0 -1
- package/icons/tech/mapzen-icon.js +0 -1
- package/icons/tech/mapzen.js +0 -1
- package/icons/tech/mariadb-icon.js +0 -1
- package/icons/tech/mariadb.js +0 -1
- package/icons/tech/marionette.js +0 -1
- package/icons/tech/markdown.js +0 -1
- package/icons/tech/marko.js +0 -1
- package/icons/tech/marvel.js +0 -1
- package/icons/tech/mastercard.js +0 -1
- package/icons/tech/mastodon-icon.js +0 -1
- package/icons/tech/mastodon.js +0 -1
- package/icons/tech/material-ui.js +0 -1
- package/icons/tech/materialize.js +0 -1
- package/icons/tech/materializecss.js +0 -1
- package/icons/tech/matlab.js +0 -1
- package/icons/tech/matomo-icon.js +0 -1
- package/icons/tech/matomo.js +0 -1
- package/icons/tech/matplotlib-icon.js +0 -1
- package/icons/tech/matplotlib.js +0 -1
- package/icons/tech/matter-icon.js +0 -1
- package/icons/tech/matter.js +0 -1
- package/icons/tech/mattermost-icon.js +0 -1
- package/icons/tech/mattermost.js +0 -1
- package/icons/tech/mautic-icon.js +0 -1
- package/icons/tech/mautic.js +0 -1
- package/icons/tech/maven.js +0 -1
- package/icons/tech/mdn.js +0 -1
- package/icons/tech/mdx.js +0 -1
- package/icons/tech/medium-icon.js +0 -1
- package/icons/tech/medium.js +0 -1
- package/icons/tech/medusa-icon.js +0 -1
- package/icons/tech/medusa.js +0 -1
- package/icons/tech/meilisearch.js +0 -1
- package/icons/tech/memcached.js +0 -1
- package/icons/tech/memgraph.js +0 -1
- package/icons/tech/mention.js +0 -1
- package/icons/tech/mercurial.js +0 -1
- package/icons/tech/mesos.js +0 -1
- package/icons/tech/messenger.js +0 -1
- package/icons/tech/meta-icon.js +0 -1
- package/icons/tech/meta.js +0 -1
- package/icons/tech/metabase.js +0 -1
- package/icons/tech/metamask-icon.js +0 -1
- package/icons/tech/metamask.js +0 -1
- package/icons/tech/meteor-icon.js +0 -1
- package/icons/tech/meteor-js.js +0 -1
- package/icons/tech/meteor.js +0 -1
- package/icons/tech/micro-icon.js +0 -1
- package/icons/tech/micro-python.js +0 -1
- package/icons/tech/micro.js +0 -1
- package/icons/tech/microcosm.js +0 -1
- package/icons/tech/micron-icon.js +0 -1
- package/icons/tech/micron.js +0 -1
- package/icons/tech/microsoft-azure.js +0 -1
- package/icons/tech/microsoft-edge.js +0 -1
- package/icons/tech/microsoft-icon.js +0 -1
- package/icons/tech/microsoft-onedrive.js +0 -1
- package/icons/tech/microsoft-power-bi.js +0 -1
- package/icons/tech/microsoft-sql-server.js +0 -1
- package/icons/tech/microsoft-teams.js +0 -1
- package/icons/tech/microsoft-windows-icon.js +0 -1
- package/icons/tech/microsoft-windows.js +0 -1
- package/icons/tech/microsoft.js +0 -1
- package/icons/tech/mida-icon.js +0 -1
- package/icons/tech/mida.js +0 -1
- package/icons/tech/middleman.js +0 -1
- package/icons/tech/midjourney.js +0 -1
- package/icons/tech/milligram.js +0 -1
- package/icons/tech/million-icon.js +0 -1
- package/icons/tech/million.js +0 -1
- package/icons/tech/milvus-icon.js +0 -1
- package/icons/tech/milvus.js +0 -1
- package/icons/tech/mindsdb-icon.js +0 -1
- package/icons/tech/mindsdb.js +0 -1
- package/icons/tech/minitab.js +0 -1
- package/icons/tech/mint-lang.js +0 -1
- package/icons/tech/mio.js +0 -1
- package/icons/tech/miro-icon.js +0 -1
- package/icons/tech/miro.js +0 -1
- package/icons/tech/mist.js +0 -1
- package/icons/tech/mistral-ai-icon.js +0 -1
- package/icons/tech/mistral-ai.js +0 -1
- package/icons/tech/mithril.js +0 -1
- package/icons/tech/mixmax.js +0 -1
- package/icons/tech/mixpanel.js +0 -1
- package/icons/tech/mlab.js +0 -1
- package/icons/tech/mob-x.js +0 -1
- package/icons/tech/mocha.js +0 -1
- package/icons/tech/mockflow-icon.js +0 -1
- package/icons/tech/mockflow.js +0 -1
- package/icons/tech/modernizr.js +0 -1
- package/icons/tech/modx-icon.js +0 -1
- package/icons/tech/modx.js +0 -1
- package/icons/tech/moleculer.js +0 -1
- package/icons/tech/momentjs.js +0 -1
- package/icons/tech/monday-icon.js +0 -1
- package/icons/tech/monday.js +0 -1
- package/icons/tech/monero.js +0 -1
- package/icons/tech/mongodb-icon.js +0 -1
- package/icons/tech/mongodb.js +0 -1
- package/icons/tech/mongoose-js.js +0 -1
- package/icons/tech/mono.js +0 -1
- package/icons/tech/moodle.js +0 -1
- package/icons/tech/moon.js +0 -1
- package/icons/tech/mootools.js +0 -1
- package/icons/tech/morpheus-icon.js +0 -1
- package/icons/tech/morpheus.js +0 -1
- package/icons/tech/mozilla.js +0 -1
- package/icons/tech/mparticle-icon.js +0 -1
- package/icons/tech/mparticle.js +0 -1
- package/icons/tech/mps-icon.js +0 -1
- package/icons/tech/mps.js +0 -1
- package/icons/tech/ms-dos.js +0 -1
- package/icons/tech/msw-icon.js +0 -1
- package/icons/tech/msw.js +0 -1
- package/icons/tech/multipass.js +0 -1
- package/icons/tech/mysql-icon.js +0 -1
- package/icons/tech/mysql.js +0 -1
- package/icons/tech/naiveui.js +0 -1
- package/icons/tech/namecheap.js +0 -1
- package/icons/tech/nano.js +0 -1
- package/icons/tech/nanonets.js +0 -1
- package/icons/tech/nasm.js +0 -1
- package/icons/tech/nativescript.js +0 -1
- package/icons/tech/nats-icon.js +0 -1
- package/icons/tech/nats.js +0 -1
- package/icons/tech/neat.js +0 -1
- package/icons/tech/neo4j.js +0 -1
- package/icons/tech/neon-icon.js +0 -1
- package/icons/tech/neon.js +0 -1
- package/icons/tech/neovim.js +0 -1
- package/icons/tech/nerog.js +0 -1
- package/icons/tech/nestjs.js +0 -1
- package/icons/tech/net-core.js +0 -1
- package/icons/tech/net.js +0 -1
- package/icons/tech/netbeans.js +0 -1
- package/icons/tech/netflix-icon.js +0 -1
- package/icons/tech/netflix.js +0 -1
- package/icons/tech/netlify-icon.js +0 -1
- package/icons/tech/netlify.js +0 -1
- package/icons/tech/network-x.js +0 -1
- package/icons/tech/neverinstall-icon.js +0 -1
- package/icons/tech/neverinstall.js +0 -1
- package/icons/tech/new-relic-icon.js +0 -1
- package/icons/tech/new-relic.js +0 -1
- package/icons/tech/new4j.js +0 -1
- package/icons/tech/nextjs-icon.js +0 -1
- package/icons/tech/nextjs.js +0 -1
- package/icons/tech/nginx.js +0 -1
- package/icons/tech/ngrok.js +0 -1
- package/icons/tech/nhibernate.js +0 -1
- package/icons/tech/nhost-icon.js +0 -1
- package/icons/tech/nhost.js +0 -1
- package/icons/tech/nightwatch.js +0 -1
- package/icons/tech/nim-lang.js +0 -1
- package/icons/tech/nim.js +0 -1
- package/icons/tech/nimble.js +0 -1
- package/icons/tech/nix.js +0 -1
- package/icons/tech/nocodb.js +0 -1
- package/icons/tech/nodal.js +0 -1
- package/icons/tech/node-sass.js +0 -1
- package/icons/tech/nodebots.js +0 -1
- package/icons/tech/nodejs-icon-alt.js +0 -1
- package/icons/tech/nodejs-icon.js +0 -1
- package/icons/tech/nodejs.js +0 -1
- package/icons/tech/nodemon.js +0 -1
- package/icons/tech/nodeos.js +0 -1
- package/icons/tech/nodewebkit.js +0 -1
- package/icons/tech/nomad-icon.js +0 -1
- package/icons/tech/nomad.js +0 -1
- package/icons/tech/notion-icon.js +0 -1
- package/icons/tech/notion.js +0 -1
- package/icons/tech/noysi.js +0 -1
- package/icons/tech/npm-icon.js +0 -1
- package/icons/tech/npm.js +0 -1
- package/icons/tech/nuclide.js +0 -1
- package/icons/tech/nuget.js +0 -1
- package/icons/tech/num-py.js +0 -1
- package/icons/tech/nuxt-icon.js +0 -1
- package/icons/tech/nuxt-js.js +0 -1
- package/icons/tech/nuxt.js +0 -1
- package/icons/tech/nvidia.js +0 -1
- package/icons/tech/nvm.js +0 -1
- package/icons/tech/nx.js +0 -1
- package/icons/tech/oauth.js +0 -1
- package/icons/tech/objective-c.js +0 -1
- package/icons/tech/observablehq.js +0 -1
- package/icons/tech/obsidian-icon.js +0 -1
- package/icons/tech/obsidian.js +0 -1
- package/icons/tech/ocaml.js +0 -1
- package/icons/tech/octodns.js +0 -1
- package/icons/tech/octopus-deploy.js +0 -1
- package/icons/tech/oh-my-zsh.js +0 -1
- package/icons/tech/okta-icon.js +0 -1
- package/icons/tech/okta.js +0 -1
- package/icons/tech/olark.js +0 -1
- package/icons/tech/onesignal.js +0 -1
- package/icons/tech/open-al.js +0 -1
- package/icons/tech/open-api.js +0 -1
- package/icons/tech/open-cl.js +0 -1
- package/icons/tech/open-cv.js +0 -1
- package/icons/tech/open-gl.js +0 -1
- package/icons/tech/open-graph.js +0 -1
- package/icons/tech/open-stack.js +0 -1
- package/icons/tech/open-suse.js +0 -1
- package/icons/tech/open-telemetry.js +0 -1
- package/icons/tech/open-zeppelin-icon.js +0 -1
- package/icons/tech/open-zeppelin.js +0 -1
- package/icons/tech/openai-icon.js +0 -1
- package/icons/tech/openai.js +0 -1
- package/icons/tech/openapi-icon.js +0 -1
- package/icons/tech/opencart.js +0 -1
- package/icons/tech/opencollective.js +0 -1
- package/icons/tech/openframeworks.js +0 -1
- package/icons/tech/openjs-foundation-icon.js +0 -1
- package/icons/tech/openjs-foundation.js +0 -1
- package/icons/tech/openlayers.js +0 -1
- package/icons/tech/opensearch-icon.js +0 -1
- package/icons/tech/opensearch.js +0 -1
- package/icons/tech/openshift.js +0 -1
- package/icons/tech/opensource.js +0 -1
- package/icons/tech/openstack-icon.js +0 -1
- package/icons/tech/opentelemetry-icon.js +0 -1
- package/icons/tech/opera.js +0 -1
- package/icons/tech/opsgenie.js +0 -1
- package/icons/tech/optimizely-icon.js +0 -1
- package/icons/tech/optimizely.js +0 -1
- package/icons/tech/oracle.js +0 -1
- package/icons/tech/oreilly.js +0 -1
- package/icons/tech/origami.js +0 -1
- package/icons/tech/origin.js +0 -1
- package/icons/tech/oshw.js +0 -1
- package/icons/tech/osquery.js +0 -1
- package/icons/tech/overloop-icon.js +0 -1
- package/icons/tech/overloop.js +0 -1
- package/icons/tech/p5js.js +0 -1
- package/icons/tech/packer.js +0 -1
- package/icons/tech/pagekit.js +0 -1
- package/icons/tech/pagekite.js +0 -1
- package/icons/tech/pagerduty-icon.js +0 -1
- package/icons/tech/pagerduty.js +0 -1
- package/icons/tech/panda.js +0 -1
- package/icons/tech/pandacss-icon.js +0 -1
- package/icons/tech/pandacss.js +0 -1
- package/icons/tech/pandas-icon.js +0 -1
- package/icons/tech/pandas.js +0 -1
- package/icons/tech/parcel-icon.js +0 -1
- package/icons/tech/parcel.js +0 -1
- package/icons/tech/parse.js +0 -1
- package/icons/tech/parsehub.js +0 -1
- package/icons/tech/partytown-icon.js +0 -1
- package/icons/tech/partytown.js +0 -1
- package/icons/tech/passbolt-icon.js +0 -1
- package/icons/tech/passbolt.js +0 -1
- package/icons/tech/passport.js +0 -1
- package/icons/tech/patreon.js +0 -1
- package/icons/tech/payload.js +0 -1
- package/icons/tech/paypal.js +0 -1
- package/icons/tech/peer5.js +0 -1
- package/icons/tech/pepperoni.js +0 -1
- package/icons/tech/percona.js +0 -1
- package/icons/tech/percy-icon.js +0 -1
- package/icons/tech/percy.js +0 -1
- package/icons/tech/perf-rocks.js +0 -1
- package/icons/tech/perl.js +0 -1
- package/icons/tech/perplexity-icon.js +0 -1
- package/icons/tech/perplexity.js +0 -1
- package/icons/tech/pf-sense.js +0 -1
- package/icons/tech/phalcon.js +0 -1
- package/icons/tech/phoenix-framework.js +0 -1
- package/icons/tech/phoenix.js +0 -1
- package/icons/tech/photon-engine.js +0 -1
- package/icons/tech/php-alt.js +0 -1
- package/icons/tech/php-storm.js +0 -1
- package/icons/tech/php.js +0 -1
- package/icons/tech/pinecone-icon.js +0 -1
- package/icons/tech/pinecone.js +0 -1
- package/icons/tech/pinia.js +0 -1
- package/icons/tech/pinterest.js +0 -1
- package/icons/tech/pipedream.js +0 -1
- package/icons/tech/pipedrive.js +0 -1
- package/icons/tech/pipefy.js +0 -1
- package/icons/tech/pivotal-tracker.js +0 -1
- package/icons/tech/pixijs.js +0 -1
- package/icons/tech/pkg.js +0 -1
- package/icons/tech/planetscale.js +0 -1
- package/icons/tech/planless-icon.js +0 -1
- package/icons/tech/planless.js +0 -1
- package/icons/tech/plasmic.js +0 -1
- package/icons/tech/plastic-scm.js +0 -1
- package/icons/tech/platformio.js +0 -1
- package/icons/tech/play.js +0 -1
- package/icons/tech/playwright.js +0 -1
- package/icons/tech/playwrite.js +0 -1
- package/icons/tech/ploty.js +0 -1
- package/icons/tech/pluralsight-icon.js +0 -1
- package/icons/tech/pluralsight.js +0 -1
- package/icons/tech/pm2-icon.js +0 -1
- package/icons/tech/pm2.js +0 -1
- package/icons/tech/pnpm.js +0 -1
- package/icons/tech/pocket-base.js +0 -1
- package/icons/tech/podman.js +0 -1
- package/icons/tech/poeditor.js +0 -1
- package/icons/tech/polygon.js +0 -1
- package/icons/tech/polymer.js +0 -1
- package/icons/tech/portainer.js +0 -1
- package/icons/tech/postcss.js +0 -1
- package/icons/tech/postgraphile.js +0 -1
- package/icons/tech/postgresql.js +0 -1
- package/icons/tech/posthog-icon.js +0 -1
- package/icons/tech/posthog.js +0 -1
- package/icons/tech/postman-icon.js +0 -1
- package/icons/tech/postman.js +0 -1
- package/icons/tech/pouchdb.js +0 -1
- package/icons/tech/powershell.js +0 -1
- package/icons/tech/preact.js +0 -1
- package/icons/tech/precursor.js +0 -1
- package/icons/tech/prerender-icon.js +0 -1
- package/icons/tech/prerender.js +0 -1
- package/icons/tech/prestashop-icon.js +0 -1
- package/icons/tech/prestashop.js +0 -1
- package/icons/tech/presto-icon.js +0 -1
- package/icons/tech/presto.js +0 -1
- package/icons/tech/prettier.js +0 -1
- package/icons/tech/prisma.js +0 -1
- package/icons/tech/prismic-icon.js +0 -1
- package/icons/tech/prismic.js +0 -1
- package/icons/tech/processing.js +0 -1
- package/icons/tech/processwire-icon.js +0 -1
- package/icons/tech/processwire.js +0 -1
- package/icons/tech/productboard-icon.js +0 -1
- package/icons/tech/productboard.js +0 -1
- package/icons/tech/producthunt.js +0 -1
- package/icons/tech/progress.js +0 -1
- package/icons/tech/prometheus.js +0 -1
- package/icons/tech/promises.js +0 -1
- package/icons/tech/proofy.js +0 -1
- package/icons/tech/protoio.js +0 -1
- package/icons/tech/protonet.js +0 -1
- package/icons/tech/protractor.js +0 -1
- package/icons/tech/prott.js +0 -1
- package/icons/tech/pug.js +0 -1
- package/icons/tech/pulumi-icon.js +0 -1
- package/icons/tech/pulumi.js +0 -1
- package/icons/tech/pumpkindb.js +0 -1
- package/icons/tech/puppet-icon.js +0 -1
- package/icons/tech/puppet.js +0 -1
- package/icons/tech/puppeteer.js +0 -1
- package/icons/tech/purescript-icon.js +0 -1
- package/icons/tech/purescript.js +0 -1
- package/icons/tech/pushbullet.js +0 -1
- package/icons/tech/pusher-icon.js +0 -1
- package/icons/tech/pusher.js +0 -1
- package/icons/tech/putty.js +0 -1
- package/icons/tech/pwa.js +0 -1
- package/icons/tech/pycharm.js +0 -1
- package/icons/tech/pypi.js +0 -1
- package/icons/tech/pyscript.js +0 -1
- package/icons/tech/pytest.js +0 -1
- package/icons/tech/python-poetry.js +0 -1
- package/icons/tech/python.js +0 -1
- package/icons/tech/pytorch-icon.js +0 -1
- package/icons/tech/pytorch.js +0 -1
- package/icons/tech/pyup.js +0 -1
- package/icons/tech/q.js +0 -1
- package/icons/tech/qdrant-icon.js +0 -1
- package/icons/tech/qdrant.js +0 -1
- package/icons/tech/qlik.js +0 -1
- package/icons/tech/qodana.js +0 -1
- package/icons/tech/qt.js +0 -1
- package/icons/tech/qualcomm.js +0 -1
- package/icons/tech/quarkus-icon.js +0 -1
- package/icons/tech/quarkus.js +0 -1
- package/icons/tech/quasar.js +0 -1
- package/icons/tech/quay.js +0 -1
- package/icons/tech/quobyte.js +0 -1
- package/icons/tech/quora.js +0 -1
- package/icons/tech/qwik-icon.js +0 -1
- package/icons/tech/qwik.js +0 -1
- package/icons/tech/r-lang.js +0 -1
- package/icons/tech/r.js +0 -1
- package/icons/tech/rabbitmq-icon.js +0 -1
- package/icons/tech/rabbitmq.js +0 -1
- package/icons/tech/rackspace-icon.js +0 -1
- package/icons/tech/rackspace.js +0 -1
- package/icons/tech/rails.js +0 -1
- package/icons/tech/ramda.js +0 -1
- package/icons/tech/raml.js +0 -1
- package/icons/tech/rancher-icon.js +0 -1
- package/icons/tech/rancher.js +0 -1
- package/icons/tech/raphael.js +0 -1
- package/icons/tech/raspberry-pi.js +0 -1
- package/icons/tech/rax.js +0 -1
- package/icons/tech/reach.js +0 -1
- package/icons/tech/react-bootstrap.js +0 -1
- package/icons/tech/react-query-icon.js +0 -1
- package/icons/tech/react-query.js +0 -1
- package/icons/tech/react-router.js +0 -1
- package/icons/tech/react-spring.js +0 -1
- package/icons/tech/react-styleguidist.js +0 -1
- package/icons/tech/react.js +0 -1
- package/icons/tech/reactivex.js +0 -1
- package/icons/tech/realm.js +0 -1
- package/icons/tech/reapp.js +0 -1
- package/icons/tech/reasonml-icon.js +0 -1
- package/icons/tech/reasonml.js +0 -1
- package/icons/tech/recaptcha.js +0 -1
- package/icons/tech/recoil-icon.js +0 -1
- package/icons/tech/recoil.js +0 -1
- package/icons/tech/red-cube-s-epic-compiler-thingy-programming-re-ct.js +0 -1
- package/icons/tech/reddit-icon.js +0 -1
- package/icons/tech/reddit.js +0 -1
- package/icons/tech/redhat-icon.js +0 -1
- package/icons/tech/redhat.js +0 -1
- package/icons/tech/redis.js +0 -1
- package/icons/tech/redsmin.js +0 -1
- package/icons/tech/redux-observable.js +0 -1
- package/icons/tech/redux-saga.js +0 -1
- package/icons/tech/redux.js +0 -1
- package/icons/tech/redwoodjs.js +0 -1
- package/icons/tech/reindex.js +0 -1
- package/icons/tech/relay.js +0 -1
- package/icons/tech/release.js +0 -1
- package/icons/tech/remix-icon.js +0 -1
- package/icons/tech/remix.js +0 -1
- package/icons/tech/ren-py.js +0 -1
- package/icons/tech/renovatebot.js +0 -1
- package/icons/tech/replay-icon.js +0 -1
- package/icons/tech/replay.js +0 -1
- package/icons/tech/replit-icon.js +0 -1
- package/icons/tech/replit.js +0 -1
- package/icons/tech/require.js +0 -1
- package/icons/tech/rescript-icon.js +0 -1
- package/icons/tech/rescript.js +0 -1
- package/icons/tech/rest-li.js +0 -1
- package/icons/tech/rethinkdb.js +0 -1
- package/icons/tech/retool-icon.js +0 -1
- package/icons/tech/retool.js +0 -1
- package/icons/tech/riak.js +0 -1
- package/icons/tech/rider.js +0 -1
- package/icons/tech/riot.js +0 -1
- package/icons/tech/risingwave-icon.js +0 -1
- package/icons/tech/risingwave.js +0 -1
- package/icons/tech/robot-operating-system-ros.js +0 -1
- package/icons/tech/rocket-chat-icon.js +0 -1
- package/icons/tech/rocket-chat.js +0 -1
- package/icons/tech/rocksdb.js +0 -1
- package/icons/tech/rocky-linux-icon.js +0 -1
- package/icons/tech/rocky-linux.js +0 -1
- package/icons/tech/rollbar-icon.js +0 -1
- package/icons/tech/rollbar.js +0 -1
- package/icons/tech/rollupjs.js +0 -1
- package/icons/tech/rome-icon.js +0 -1
- package/icons/tech/rome.js +0 -1
- package/icons/tech/ros.js +0 -1
- package/icons/tech/rsa.js +0 -1
- package/icons/tech/rsmq.js +0 -1
- package/icons/tech/rspec.js +0 -1
- package/icons/tech/rstudio.js +0 -1
- package/icons/tech/rubocop.js +0 -1
- package/icons/tech/ruby-mine.js +0 -1
- package/icons/tech/ruby-on-rails.js +0 -1
- package/icons/tech/ruby.js +0 -1
- package/icons/tech/rubygems.js +0 -1
- package/icons/tech/rum.js +0 -1
- package/icons/tech/runscope.js +0 -1
- package/icons/tech/rush-icon.js +0 -1
- package/icons/tech/rush.js +0 -1
- package/icons/tech/rust.js +0 -1
- package/icons/tech/rxdb.js +0 -1
- package/icons/tech/safari.js +0 -1
- package/icons/tech/sagui.js +0 -1
- package/icons/tech/sails.js +0 -1
- package/icons/tech/salesforce.js +0 -1
- package/icons/tech/sameroom.js +0 -1
- package/icons/tech/samsung.js +0 -1
- package/icons/tech/sanity.js +0 -1
- package/icons/tech/sap.js +0 -1
- package/icons/tech/sass-doc.js +0 -1
- package/icons/tech/sass.js +0 -1
- package/icons/tech/saucelabs.js +0 -1
- package/icons/tech/scala.js +0 -1
- package/icons/tech/scaledrone.js +0 -1
- package/icons/tech/scalingo.js +0 -1
- package/icons/tech/scribd-icon.js +0 -1
- package/icons/tech/scribd.js +0 -1
- package/icons/tech/sdl.js +0 -1
- package/icons/tech/seaborn-icon.js +0 -1
- package/icons/tech/seaborn.js +0 -1
- package/icons/tech/section-icon.js +0 -1
- package/icons/tech/section.js +0 -1
- package/icons/tech/segment-icon.js +0 -1
- package/icons/tech/segment.js +0 -1
- package/icons/tech/selenium.js +0 -1
- package/icons/tech/sema-software.js +0 -1
- package/icons/tech/semantic-release.js +0 -1
- package/icons/tech/semantic-ui.js +0 -1
- package/icons/tech/semaphoreci.js +0 -1
- package/icons/tech/sencha.js +0 -1
- package/icons/tech/sendgrid-icon.js +0 -1
- package/icons/tech/sendgrid.js +0 -1
- package/icons/tech/seneca.js +0 -1
- package/icons/tech/sensu-icon.js +0 -1
- package/icons/tech/sensu.js +0 -1
- package/icons/tech/sentry-icon.js +0 -1
- package/icons/tech/sentry.js +0 -1
- package/icons/tech/sequelize.js +0 -1
- package/icons/tech/serverless.js +0 -1
- package/icons/tech/sherlock-icon.js +0 -1
- package/icons/tech/sherlock.js +0 -1
- package/icons/tech/shields.js +0 -1
- package/icons/tech/shipit.js +0 -1
- package/icons/tech/shogun.js +0 -1
- package/icons/tech/shopify.js +0 -1
- package/icons/tech/shopware.js +0 -1
- package/icons/tech/shortcut-icon.js +0 -1
- package/icons/tech/shortcut.js +0 -1
- package/icons/tech/sidekiq-icon.js +0 -1
- package/icons/tech/sidekiq.js +0 -1
- package/icons/tech/signal.js +0 -1
- package/icons/tech/sigstore-icon.js +0 -1
- package/icons/tech/sigstore.js +0 -1
- package/icons/tech/sinatra.js +0 -1
- package/icons/tech/singlestore-icon.js +0 -1
- package/icons/tech/singlestore.js +0 -1
- package/icons/tech/sitepoint.js +0 -1
- package/icons/tech/sk-hynix.js +0 -1
- package/icons/tech/skaffolder.js +0 -1
- package/icons/tech/sketch.js +0 -1
- package/icons/tech/skylight.js +0 -1
- package/icons/tech/skype.js +0 -1
- package/icons/tech/slack-icon.js +0 -1
- package/icons/tech/slack.js +0 -1
- package/icons/tech/slides.js +0 -1
- package/icons/tech/slidev.js +0 -1
- package/icons/tech/slim.js +0 -1
- package/icons/tech/smartling.js +0 -1
- package/icons/tech/smashingmagazine.js +0 -1
- package/icons/tech/snap-svg.js +0 -1
- package/icons/tech/snaplet-icon.js +0 -1
- package/icons/tech/snaplet.js +0 -1
- package/icons/tech/snowflake-icon.js +0 -1
- package/icons/tech/snowflake.js +0 -1
- package/icons/tech/snowpack.js +0 -1
- package/icons/tech/snyk.js +0 -1
- package/icons/tech/socket-io.js +0 -1
- package/icons/tech/solarwinds.js +0 -1
- package/icons/tech/solid.js +0 -1
- package/icons/tech/solidity.js +0 -1
- package/icons/tech/solidjs-icon.js +0 -1
- package/icons/tech/solidjs.js +0 -1
- package/icons/tech/solr.js +0 -1
- package/icons/tech/sonarcloud-icon.js +0 -1
- package/icons/tech/sonarcloud.js +0 -1
- package/icons/tech/sonarlint-icon.js +0 -1
- package/icons/tech/sonarlint.js +0 -1
- package/icons/tech/sonarqube.js +0 -1
- package/icons/tech/soundcloud.js +0 -1
- package/icons/tech/sourcegraph.js +0 -1
- package/icons/tech/sourcetree.js +0 -1
- package/icons/tech/spark.js +0 -1
- package/icons/tech/sparkpost.js +0 -1
- package/icons/tech/speakerdeck.js +0 -1
- package/icons/tech/speedcurve.js +0 -1
- package/icons/tech/spidermonkey-icon.js +0 -1
- package/icons/tech/spidermonkey.js +0 -1
- package/icons/tech/spinnaker.js +0 -1
- package/icons/tech/splunk.js +0 -1
- package/icons/tech/spotify-icon.js +0 -1
- package/icons/tech/spotify.js +0 -1
- package/icons/tech/spree.js +0 -1
- package/icons/tech/spring-icon.js +0 -1
- package/icons/tech/spring.js +0 -1
- package/icons/tech/sql-developer.js +0 -1
- package/icons/tech/sqlalchemy.js +0 -1
- package/icons/tech/sqlite.js +0 -1
- package/icons/tech/square.js +0 -1
- package/icons/tech/squarespace.js +0 -1
- package/icons/tech/ssh.js +0 -1
- package/icons/tech/sst-icon.js +0 -1
- package/icons/tech/sst.js +0 -1
- package/icons/tech/stability-ai-icon.js +0 -1
- package/icons/tech/stability-ai.js +0 -1
- package/icons/tech/stackbit-icon.js +0 -1
- package/icons/tech/stackbit.js +0 -1
- package/icons/tech/stackblitz-icon.js +0 -1
- package/icons/tech/stackblitz.js +0 -1
- package/icons/tech/stackoverflow-icon.js +0 -1
- package/icons/tech/stackoverflow.js +0 -1
- package/icons/tech/stackshare.js +0 -1
- package/icons/tech/stata.js +0 -1
- package/icons/tech/stately-icon.js +0 -1
- package/icons/tech/stately.js +0 -1
- package/icons/tech/statuspage.js +0 -1
- package/icons/tech/stdlib-icon.js +0 -1
- package/icons/tech/stdlib.js +0 -1
- package/icons/tech/steam.js +0 -1
- package/icons/tech/stenciljs-icon.js +0 -1
- package/icons/tech/stenciljs.js +0 -1
- package/icons/tech/stetho.js +0 -1
- package/icons/tech/stickermule.js +0 -1
- package/icons/tech/stigg-icon.js +0 -1
- package/icons/tech/stigg.js +0 -1
- package/icons/tech/stimulus-icon.js +0 -1
- package/icons/tech/stimulus.js +0 -1
- package/icons/tech/stitch.js +0 -1
- package/icons/tech/stoplight.js +0 -1
- package/icons/tech/storyblocks-icon.js +0 -1
- package/icons/tech/storyblocks.js +0 -1
- package/icons/tech/storyblok-icon.js +0 -1
- package/icons/tech/storyblok.js +0 -1
- package/icons/tech/storybook-icon.js +0 -1
- package/icons/tech/storybook.js +0 -1
- package/icons/tech/strapi-icon.js +0 -1
- package/icons/tech/strapi.js +0 -1
- package/icons/tech/streamlit.js +0 -1
- package/icons/tech/strider.js +0 -1
- package/icons/tech/stripe.js +0 -1
- package/icons/tech/struts.js +0 -1
- package/icons/tech/styleci.js +0 -1
- package/icons/tech/stylefmt.js +0 -1
- package/icons/tech/stylelint.js +0 -1
- package/icons/tech/stylis.js +0 -1
- package/icons/tech/stylus.js +0 -1
- package/icons/tech/stytch.js +0 -1
- package/icons/tech/sublimetext-icon.js +0 -1
- package/icons/tech/sublimetext.js +0 -1
- package/icons/tech/subversion.js +0 -1
- package/icons/tech/sugarss.js +0 -1
- package/icons/tech/supabase-icon.js +0 -1
- package/icons/tech/supabase.js +0 -1
- package/icons/tech/supertokens-icon.js +0 -1
- package/icons/tech/supertokens.js +0 -1
- package/icons/tech/surge.js +0 -1
- package/icons/tech/surrealdb-icon.js +0 -1
- package/icons/tech/surrealdb.js +0 -1
- package/icons/tech/survicate-icon.js +0 -1
- package/icons/tech/survicate.js +0 -1
- package/icons/tech/suse.js +0 -1
- package/icons/tech/susy.js +0 -1
- package/icons/tech/svelte-icon.js +0 -1
- package/icons/tech/svelte-kit.js +0 -1
- package/icons/tech/svelte.js +0 -1
- package/icons/tech/svg.js +0 -1
- package/icons/tech/svgator.js +0 -1
- package/icons/tech/swagger.js +0 -1
- package/icons/tech/swc.js +0 -1
- package/icons/tech/swift.js +0 -1
- package/icons/tech/swiftype.js +0 -1
- package/icons/tech/swimm.js +0 -1
- package/icons/tech/swr.js +0 -1
- package/icons/tech/symfony.js +0 -1
- package/icons/tech/sysdig-icon.js +0 -1
- package/icons/tech/sysdig.js +0 -1
- package/icons/tech/t3.js +0 -1
- package/icons/tech/tableau-icon.js +0 -1
- package/icons/tech/tableau.js +0 -1
- package/icons/tech/taiga.js +0 -1
- package/icons/tech/tailwindcss-icon.js +0 -1
- package/icons/tech/tailwindcss.js +0 -1
- package/icons/tech/tapcart-icon.js +0 -1
- package/icons/tech/tapcart.js +0 -1
- package/icons/tech/taskade-icon.js +0 -1
- package/icons/tech/taskade.js +0 -1
- package/icons/tech/tastejs.js +0 -1
- package/icons/tech/tauri.js +0 -1
- package/icons/tech/tealium.js +0 -1
- package/icons/tech/teamcity.js +0 -1
- package/icons/tech/teamgrid.js +0 -1
- package/icons/tech/teamwork-icon.js +0 -1
- package/icons/tech/teamwork.js +0 -1
- package/icons/tech/telegram.js +0 -1
- package/icons/tech/tensorflow.js +0 -1
- package/icons/tech/terminal.js +0 -1
- package/icons/tech/terraform-icon.js +0 -1
- package/icons/tech/terraform.js +0 -1
- package/icons/tech/terser-icon.js +0 -1
- package/icons/tech/terser.js +0 -1
- package/icons/tech/testcafe.js +0 -1
- package/icons/tech/testing-library.js +0 -1
- package/icons/tech/testlodge.js +0 -1
- package/icons/tech/tex.js +0 -1
- package/icons/tech/the-algorithms.js +0 -1
- package/icons/tech/threejs.js +0 -1
- package/icons/tech/thymeleaf-icon.js +0 -1
- package/icons/tech/thymeleaf.js +0 -1
- package/icons/tech/tidal-icon.js +0 -1
- package/icons/tech/tidal.js +0 -1
- package/icons/tech/tiktok-icon.js +0 -1
- package/icons/tech/tiktok.js +0 -1
- package/icons/tech/titanium-sdk.js +0 -1
- package/icons/tech/tnw.js +0 -1
- package/icons/tech/todoist-icon.js +0 -1
- package/icons/tech/todoist.js +0 -1
- package/icons/tech/todomvc.js +0 -1
- package/icons/tech/tomcat.js +0 -1
- package/icons/tech/toml.js +0 -1
- package/icons/tech/tor-browser.js +0 -1
- package/icons/tech/tor.js +0 -1
- package/icons/tech/tortoise-git.js +0 -1
- package/icons/tech/tower.js +0 -1
- package/icons/tech/traackr.js +0 -1
- package/icons/tech/trac.js +0 -1
- package/icons/tech/traefik-mesh.js +0 -1
- package/icons/tech/traefik-proxy.js +0 -1
- package/icons/tech/travis-ci-monochrome.js +0 -1
- package/icons/tech/travis-ci.js +0 -1
- package/icons/tech/treasuredata-icon.js +0 -1
- package/icons/tech/treasuredata.js +0 -1
- package/icons/tech/treehouse-icon.js +0 -1
- package/icons/tech/treehouse.js +0 -1
- package/icons/tech/trello.js +0 -1
- package/icons/tech/trpc.js +0 -1
- package/icons/tech/truffle-icon.js +0 -1
- package/icons/tech/truffle.js +0 -1
- package/icons/tech/tsmc.js +0 -1
- package/icons/tech/tsnode.js +0 -1
- package/icons/tech/tsuru.js +0 -1
- package/icons/tech/tumblr-icon.js +0 -1
- package/icons/tech/tumblr.js +0 -1
- package/icons/tech/tunein.js +0 -1
- package/icons/tech/tuple.js +0 -1
- package/icons/tech/turbopack-icon.js +0 -1
- package/icons/tech/turbopack.js +0 -1
- package/icons/tech/turborepo-icon.js +0 -1
- package/icons/tech/turborepo.js +0 -1
- package/icons/tech/turret.js +0 -1
- package/icons/tech/twilio-icon.js +0 -1
- package/icons/tech/twilio.js +0 -1
- package/icons/tech/twitch.js +0 -1
- package/icons/tech/twitter.js +0 -1
- package/icons/tech/typeform-icon.js +0 -1
- package/icons/tech/typeform.js +0 -1
- package/icons/tech/typeorm.js +0 -1
- package/icons/tech/typescript-icon-round.js +0 -1
- package/icons/tech/typescript-icon.js +0 -1
- package/icons/tech/typescript.js +0 -1
- package/icons/tech/typesense-icon.js +0 -1
- package/icons/tech/typesense.js +0 -1
- package/icons/tech/typo3-icon.js +0 -1
- package/icons/tech/typo3.js +0 -1
- package/icons/tech/ubuntu.js +0 -1
- package/icons/tech/udacity-icon.js +0 -1
- package/icons/tech/udacity.js +0 -1
- package/icons/tech/udemy-icon.js +0 -1
- package/icons/tech/udemy.js +0 -1
- package/icons/tech/uikit.js +0 -1
- package/icons/tech/uml.js +0 -1
- package/icons/tech/umu.js +0 -1
- package/icons/tech/unbounce-icon.js +0 -1
- package/icons/tech/unbounce.js +0 -1
- package/icons/tech/undertow.js +0 -1
- package/icons/tech/unionpay.js +0 -1
- package/icons/tech/unitjs.js +0 -1
- package/icons/tech/unito-icon.js +0 -1
- package/icons/tech/unito.js +0 -1
- package/icons/tech/unity.js +0 -1
- package/icons/tech/unix.js +0 -1
- package/icons/tech/unjs.js +0 -1
- package/icons/tech/unocss.js +0 -1
- package/icons/tech/unrealengine-icon.js +0 -1
- package/icons/tech/unrealengine.js +0 -1
- package/icons/tech/upcase.js +0 -1
- package/icons/tech/upstash-icon.js +0 -1
- package/icons/tech/upstash.js +0 -1
- package/icons/tech/upwork.js +0 -1
- package/icons/tech/user-testing-icon.js +0 -1
- package/icons/tech/user-testing.js +0 -1
- package/icons/tech/uservoice-icon.js +0 -1
- package/icons/tech/uservoice.js +0 -1
- package/icons/tech/uwsgi.js +0 -1
- package/icons/tech/v8-ignition.js +0 -1
- package/icons/tech/v8-turbofan.js +0 -1
- package/icons/tech/v8.js +0 -1
- package/icons/tech/vaadin.js +0 -1
- package/icons/tech/vaddy.js +0 -1
- package/icons/tech/vagrant-icon.js +0 -1
- package/icons/tech/vagrant.js +0 -1
- package/icons/tech/vala.js +0 -1
- package/icons/tech/vault-icon.js +0 -1
- package/icons/tech/vault.js +0 -1
- package/icons/tech/vector.js +0 -1
- package/icons/tech/vercel-icon.js +0 -1
- package/icons/tech/vercel.js +0 -1
- package/icons/tech/verdaccio-icon.js +0 -1
- package/icons/tech/verdaccio.js +0 -1
- package/icons/tech/vernemq.js +0 -1
- package/icons/tech/veutify.js +0 -1
- package/icons/tech/vim.js +0 -1
- package/icons/tech/vimeo-icon.js +0 -1
- package/icons/tech/vimeo.js +0 -1
- package/icons/tech/visa.js +0 -1
- package/icons/tech/visaelectron.js +0 -1
- package/icons/tech/visual-studio-code.js +0 -1
- package/icons/tech/visual-studio.js +0 -1
- package/icons/tech/vite.js +0 -1
- package/icons/tech/vitejs.js +0 -1
- package/icons/tech/vitess.js +0 -1
- package/icons/tech/vitest.js +0 -1
- package/icons/tech/vivaldi-icon.js +0 -1
- package/icons/tech/vivaldi.js +0 -1
- package/icons/tech/vlang.js +0 -1
- package/icons/tech/vmware.js +0 -1
- package/icons/tech/void.js +0 -1
- package/icons/tech/volar.js +0 -1
- package/icons/tech/vorejs.js +0 -1
- package/icons/tech/vscode.js +0 -1
- package/icons/tech/vsphere.js +0 -1
- package/icons/tech/vue-storefront.js +0 -1
- package/icons/tech/vue.js +0 -1
- package/icons/tech/vuetifyjs.js +0 -1
- package/icons/tech/vueuse.js +0 -1
- package/icons/tech/vulkan.js +0 -1
- package/icons/tech/vultr-icon.js +0 -1
- package/icons/tech/vultr.js +0 -1
- package/icons/tech/vwo.js +0 -1
- package/icons/tech/vyper.js +0 -1
- package/icons/tech/w3c.js +0 -1
- package/icons/tech/waffle-icon.js +0 -1
- package/icons/tech/waffle.js +0 -1
- package/icons/tech/wagtail.js +0 -1
- package/icons/tech/wakatime.js +0 -1
- package/icons/tech/walkme.js +0 -1
- package/icons/tech/watchman.js +0 -1
- package/icons/tech/waypoint-icon.js +0 -1
- package/icons/tech/waypoint.js +0 -1
- package/icons/tech/wayscript-icon.js +0 -1
- package/icons/tech/wayscript.js +0 -1
- package/icons/tech/wearos.js +0 -1
- package/icons/tech/weave.js +0 -1
- package/icons/tech/web-dev-icon.js +0 -1
- package/icons/tech/web-dev.js +0 -1
- package/icons/tech/web3js.js +0 -1
- package/icons/tech/webassembly.js +0 -1
- package/icons/tech/webcomponents.js +0 -1
- package/icons/tech/webdriverio.js +0 -1
- package/icons/tech/webflow.js +0 -1
- package/icons/tech/webgpu.js +0 -1
- package/icons/tech/webhint-icon.js +0 -1
- package/icons/tech/webhint.js +0 -1
- package/icons/tech/webhooks.js +0 -1
- package/icons/tech/webix-icon.js +0 -1
- package/icons/tech/webix.js +0 -1
- package/icons/tech/webkit.js +0 -1
- package/icons/tech/weblate.js +0 -1
- package/icons/tech/webmin.js +0 -1
- package/icons/tech/webpack.js +0 -1
- package/icons/tech/webplatform.js +0 -1
- package/icons/tech/webrtc.js +0 -1
- package/icons/tech/websocket.js +0 -1
- package/icons/tech/webstorm.js +0 -1
- package/icons/tech/webtorrent.js +0 -1
- package/icons/tech/weebly.js +0 -1
- package/icons/tech/whalar-icon.js +0 -1
- package/icons/tech/whalar.js +0 -1
- package/icons/tech/whatsapp-icon.js +0 -1
- package/icons/tech/whatsapp-monochrome-icon.js +0 -1
- package/icons/tech/whatsapp.js +0 -1
- package/icons/tech/whatwg.js +0 -1
- package/icons/tech/wicket-icon.js +0 -1
- package/icons/tech/wicket.js +0 -1
- package/icons/tech/wifi.js +0 -1
- package/icons/tech/wildfly.js +0 -1
- package/icons/tech/windi-css.js +0 -1
- package/icons/tech/windows11.js +0 -1
- package/icons/tech/windows8.js +0 -1
- package/icons/tech/winglang-icon.js +0 -1
- package/icons/tech/winglang.js +0 -1
- package/icons/tech/wire.js +0 -1
- package/icons/tech/wix.js +0 -1
- package/icons/tech/wmr.js +0 -1
- package/icons/tech/woo-commerce.js +0 -1
- package/icons/tech/woocommerce-icon.js +0 -1
- package/icons/tech/woopra.js +0 -1
- package/icons/tech/wordpress-icon-alt.js +0 -1
- package/icons/tech/wordpress-icon.js +0 -1
- package/icons/tech/wordpress.js +0 -1
- package/icons/tech/workboard.js +0 -1
- package/icons/tech/workos-icon.js +0 -1
- package/icons/tech/workos.js +0 -1
- package/icons/tech/workplace-icon.js +0 -1
- package/icons/tech/workplace.js +0 -1
- package/icons/tech/wpengine.js +0 -1
- package/icons/tech/wufoo.js +0 -1
- package/icons/tech/x.js +0 -1
- package/icons/tech/xamarin.js +0 -1
- package/icons/tech/xampp.js +0 -1
- package/icons/tech/xata-icon.js +0 -1
- package/icons/tech/xata.js +0 -1
- package/icons/tech/xcart.js +0 -1
- package/icons/tech/xcode.js +0 -1
- package/icons/tech/xero.js +0 -1
- package/icons/tech/xml.js +0 -1
- package/icons/tech/xray-for-jira.js +0 -1
- package/icons/tech/xstate.js +0 -1
- package/icons/tech/xtend.js +0 -1
- package/icons/tech/xwiki-icon.js +0 -1
- package/icons/tech/xwiki.js +0 -1
- package/icons/tech/yahoo.js +0 -1
- package/icons/tech/yaml.js +0 -1
- package/icons/tech/yammer.js +0 -1
- package/icons/tech/yandex-ru.js +0 -1
- package/icons/tech/yarn.js +0 -1
- package/icons/tech/ycombinator.js +0 -1
- package/icons/tech/yeoman.js +0 -1
- package/icons/tech/yii-framework.js +0 -1
- package/icons/tech/yii.js +0 -1
- package/icons/tech/youtrack.js +0 -1
- package/icons/tech/youtube-icon.js +0 -1
- package/icons/tech/youtube.js +0 -1
- package/icons/tech/yugabyte-icon.js +0 -1
- package/icons/tech/yugabyte.js +0 -1
- package/icons/tech/yuno-host.js +0 -1
- package/icons/tech/zabbix.js +0 -1
- package/icons/tech/zapier.js +0 -1
- package/icons/tech/zend-framework.js +0 -1
- package/icons/tech/zendesk-icon.js +0 -1
- package/icons/tech/zendesk.js +0 -1
- package/icons/tech/zenhub-icon.js +0 -1
- package/icons/tech/zenhub.js +0 -1
- package/icons/tech/zeplin.js +0 -1
- package/icons/tech/zeroheight-icon.js +0 -1
- package/icons/tech/zeroheight.js +0 -1
- package/icons/tech/zig.js +0 -1
- package/icons/tech/zod.js +0 -1
- package/icons/tech/zoho.js +0 -1
- package/icons/tech/zoom-icon.js +0 -1
- package/icons/tech/zoom.js +0 -1
- package/icons/tech/zorin-os.js +0 -1
- package/icons/tech/zsh.js +0 -1
- package/icons/tech/zube.js +0 -1
- package/icons/tech/zulip-icon.js +0 -1
- package/icons/tech/zulip.js +0 -1
- package/icons/tech/zwave.js +0 -1
- package/react/index.d.ts +0 -5016
- package/react/index.js +0 -54032
package/dist/cli/index.mjs
CHANGED
|
@@ -1,135 +1,51 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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&>!=="/")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"}';
|
|
2
|
+
import{s as __toESM}from"../_chunks/rolldown-runtime.mjs";import{C as e$3,E as e,G as r,J as t$4,O as e$1,Q as t$5,S as e$4,U as n,X as t$1,k as e$2,t,x as t$3,y as t$2}from"../_chunks/libs/remeda.mjs";import{_ as getAnsiColorFormatter,h as getConsoleSink,m as logger$2,p as configureLogger,v as getConsoleFormatter,y as loggable}from"../_chunks/GraphvizBinaryAdapter.mjs";import"../_chunks/libs/defu.mjs";import{t as u}from"../_chunks/libs/tinyrainbow.mjs";import{t as lib}from"../_chunks/libs/json5.mjs";import"../_chunks/libs/@hono/mcp.mjs";import{B as URI,a as expandToNode,i as toString,n as CompositeGeneratorNode,r as NL,t as joinToNode,z as UriUtils}from"../_chunks/libs/langium.mjs";import"../_chunks/libs/@chevrotain/regexp-to-ast.mjs";import"../_chunks/libs/chevrotain.mjs";import"../_chunks/libs/chevrotain-allstar.mjs";import"../_chunks/libs/eventemitter3.mjs";import"../_chunks/libs/@lume/kiwi.mjs";import"../_chunks/libs/ts-graphviz.mjs";import"../_chunks/libs/word-wrap.mjs";import{t as require_picomatch}from"../_chunks/libs/picomatch.mjs";import{c as withQuery,l as withTrailingSlash,o as joinURL,r as hasProtocol,s as withLeadingSlash}from"../_chunks/libs/ufo.mjs";import{t as prettyMilliseconds}from"../_chunks/libs/pretty-ms.mjs";import{n as stripIndent}from"../_chunks/libs/strip-indent.mjs";import"../_chunks/libs/isexe.mjs";import"../_chunks/libs/which.mjs";import{a as fromWorkspace,i as generateD2,n as generatePuml,r as generateMermaid,t as LikeC4VitePlugin}from"../_chunks/plugin.mjs";import{LikeC4Model as LikeC4Model$1}from"../model/index.mjs";import{t as false_default}from"../_chunks/libs/esm-env.mjs";import"../_chunks/libs/is-docker.mjs";import{t as isInsideContainer}from"../_chunks/libs/is-inside-container.mjs";import{n as fromWorkspace$1}from"../_chunks/node.mjs";import"../_chunks/libs/@modelcontextprotocol/sdk.mjs";import"../_chunks/libs/@hono/node-server.mjs";import"../_chunks/libs/find-up-simple.mjs";import{t as packageUpSync}from"../_chunks/libs/package-up.mjs";import{n as resolveCommand,t as detect}from"../_chunks/libs/package-manager-detector.mjs";import{n as require_semver,t as Conf}from"../_chunks/libs/conf.mjs";import"../_chunks/libs/atomically.mjs";import"../_chunks/libs/ajv.mjs";import{t as ky}from"../_chunks/libs/ky.mjs";import{n as portNumbers,t as getPorts}from"../_chunks/libs/get-port.mjs";import module from"node:module";import{isDeploymentElementModel,isDeploymentRelationModel,isElementModel,isLikeC4ViewModel,isRelationModel}from"@likec4/core/model";import{invariant,nonexhaustive}from"@likec4/core";import{flattenMarkdownOrString}from"@likec4/core/types";import{copyFile,mkdir,mkdtemp,readFile,rm,stat,writeFile}from"node:fs/promises";import{basename,dirname,extname,isAbsolute,join,relative,resolve,sep}from"node:path";import{copyFileSync,existsSync,readdirSync,rmSync,statSync}from"node:fs";import{compareNatural,invariant as invariant$1,sortNaturalByFqn}from"@likec4/core/utils";import{resolve as resolve$1}from"path";import spawn from"nano-spawn";import{tmpdir}from"node:os";import{argv,cwd,exit,hrtime,stdout}from"node:process";import{env,isDevelopment,isMinimal,nodeENV}from"std-env";import yargs from"yargs";import{hideBin}from"yargs/helpers";import _boxen from"boxen";import{fileURLToPath}from"node:url";import react from"@vitejs/plugin-react";import{viteSingleFile}from"vite-plugin-singlefile";import{build,createServer,preview}from"vite";import{setTimeout}from"node:timers/promises";const DEFAULT_ELEMENT_COLORS={primary:{fill:`#3b82f6`,stroke:`#2563eb`},gray:{fill:`#6b7280`,stroke:`#4b5563`},green:{fill:`#22c55e`,stroke:`#16a34a`},red:{fill:`#ef4444`,stroke:`#dc2626`},blue:{fill:`#3b82f6`,stroke:`#2563eb`},indigo:{fill:`#6366f1`,stroke:`#4f46e5`},muted:{fill:`#9ca3af`,stroke:`#6b7280`}};function escapeXml(i){return i.replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`).replace(/'/g,`'`)}function drawioShape(i){switch(i){case`person`:return`shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;`;case`rectangle`:return`shape=rectangle;`;case`browser`:return`shape=rectangle;rounded=1;`;case`mobile`:return`shape=rectangle;rounded=1;`;case`cylinder`:return`shape=cylinder3;whiteSpace=wrap;boundedLbl=1;backgroundOutline=1;size=15;`;case`queue`:return`shape=cylinder3;whiteSpace=wrap;boundedLbl=1;backgroundOutline=1;size=15;`;case`storage`:return`shape=cylinder3;whiteSpace=wrap;boundedLbl=1;backgroundOutline=1;size=15;`;case`bucket`:return`shape=rectangle;rounded=1;`;case`document`:return`shape=document;whiteSpace=wrap;html=1;boundedLbl=1;`;case`component`:return`shape=component;`;default:return`shape=rectangle;`}}function getElementColors(i,a){let o=`$styles`in i&&i.$styles?i.$styles:null;if(o)try{let i=o.colors(a);return{fill:i.elements.fill,stroke:i.elements.stroke}}catch{}return DEFAULT_ELEMENT_COLORS[a]??DEFAULT_ELEMENT_COLORS.primary}function getEdgeStrokeColor(i,a){let o=`$styles`in i&&i.$styles?i.$styles:null;if(o)try{return o.colors(a).relationships.line}catch{}return`#6b7280`}function generateDrawio(i){let a=i.$view,{nodes:s,edges:c}=a,d=new Map,f=2,p=i=>{let a=d.get(i);return a||(a=String(f++),d.set(i,a)),a},m=[],h=[],g=[...s].sort((i,a)=>e(i.parent)&&e(a.parent)?0:e(i.parent)?-1:e(a.parent)?1:i.parent===a.parent?0:i.id.startsWith(a.id+`.`)?1:a.id.startsWith(i.id+`.`)?-1:0),_=i=>{let a=i;return{x:typeof a.x==`number`?a.x:Array.isArray(a.position)?a.position[0]:0,y:typeof a.y==`number`?a.y:Array.isArray(a.position)?a.position[1]:0,width:typeof a.width==`number`?a.width:a.size?.width??120,height:typeof a.height==`number`?a.height:a.size?.height??60}};for(let a of g){let o=p(a.id),s=a.parent?p(a.parent):`1`,c=escapeXml(a.title),d=drawioShape(a.shape),{x:f,y:h,width:g,height:v}=_(a),y=getElementColors(i,a.color),b=y==null?``:`fillColor=${y.fill};strokeColor=${y.stroke};fontColor=${y.stroke};`,x=a.description&&flattenMarkdownOrString(a.description),S=e$1(x)?``:escapeXml(x),C=a.technology&&flattenMarkdownOrString(a.technology),w=e$1(C)?``:escapeXml(C),T=S!==``||w!==``?`<mxUserObject><data key="likec4Description">${S}</data><data key="likec4Technology">${w}</data></mxUserObject>\n `:``;m.push(`<mxCell id="${o}" value="${c}" style="${d}${b}verticalAlign=middle;align=center;overflow=fill;spacingLeft=2;spacingRight=2;spacingTop=2;spacingBottom=2;" vertex="1" parent="${s}">
|
|
3
|
+
${T}<mxGeometry x="${Math.round(f)}" y="${Math.round(h)}" width="${Math.round(g)}" height="${Math.round(v)}" as="geometry" />
|
|
4
|
+
</mxCell>`)}for(let a of c){let o=String(f++),s=p(a.source),c=p(a.target),l=a.label?escapeXml(a.label):``,d=getEdgeStrokeColor(i,a.color),m=a.line===`dashed`?`dashed=1;`:a.line===`dotted`?`dashed=1;dashPattern=1 1;`:``;h.push(`<mxCell id="${o}" value="${l}" style="endArrow=block;html=1;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;strokeColor=${d};${m}" edge="1" parent="1" source="${s}" target="${c}">
|
|
5
|
+
<mxGeometry relative="1" as="geometry" />
|
|
6
|
+
</mxCell>`)}let v={x:0,y:0,width:800,height:600};try{let a=i.bounds;a!=null&&typeof a.x==`number`&&(v=a)}catch{}let y=[`<mxCell id="1" vertex="1" parent="0">
|
|
7
|
+
<mxGeometry x="${v.x}" y="${v.y}" width="${v.width}" height="${v.height}" as="geometry" />
|
|
8
|
+
</mxCell>`,...m,...h].join(`
|
|
9
|
+
`);return`<?xml version="1.0" encoding="UTF-8"?>
|
|
10
|
+
<mxfile host="LikeC4" modified="${new Date().toISOString()}" agent="LikeC4" version="1.0" etag="" type="device">
|
|
11
|
+
<diagram name="${escapeXml(a.id)}" id="likec4-${escapeXml(a.id)}">
|
|
12
|
+
<mxGraphModel dx="800" dy="800" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale=1 pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
|
13
|
+
<root>
|
|
14
|
+
<mxCell id="0" />
|
|
15
|
+
${y}
|
|
16
|
+
</root>
|
|
17
|
+
</mxGraphModel>
|
|
18
|
+
</diagram>
|
|
19
|
+
</mxfile>
|
|
20
|
+
`}function getAttr(i,a){let o=RegExp(`${a}="([^"]*)"`,`i`),s=i.match(o);return s?s[1]:void 0}function parseNum(i){if(i===void 0||i===``)return;let a=Number.parseFloat(i);return Number.isNaN(a)?void 0:a}function parseStyle(i){let a=new Map;if(!i)return a;for(let o of i.split(`;`)){let i=o.indexOf(`=`);if(i>0){let s=o.slice(0,i).trim(),c=o.slice(i+1).trim();s&&c&&a.set(s.toLowerCase(),c)}}return a}function parseUserData(i){let a={},o=i.match(/<data\s+key="likec4Description"[^>]*>([\s\S]*?)<\/data>/i);o?.[1]&&(a.description=decodeXmlEntities(o[1].trim()));let s=i.match(/<data\s+key="likec4Technology"[^>]*>([\s\S]*?)<\/data>/i);return s?.[1]&&(a.technology=decodeXmlEntities(s[1].trim())),a}function parseDrawioXml(i){let a=[],o=/<mxCell\s+([^>]+?)(?:\s*\/>|>([\s\S]*?)<\/mxCell>)/gi,s=(i,a)=>getAttr(i,a),c;for(;(c=o.exec(i))!==null;){let i=c[1]??``,o=c[2]??``,l=getAttr(i,`id`);if(!l)continue;let d=getAttr(i,`value`),f=getAttr(i,`parent`),p=getAttr(i,`source`),m=getAttr(i,`target`),h=getAttr(i,`vertex`)===`1`,g=getAttr(i,`edge`)===`1`,_=getAttr(i,`style`),v=c[0].match(/<mxGeometry[^>]*>/i),y=v?v[0]:``,b=parseStyle(_??void 0),x=parseUserData(o),S=parseNum(s(y,`x`)),C=parseNum(s(y,`y`)),w=parseNum(s(y,`width`)),T=parseNum(s(y,`height`)),E=b.get(`fillcolor`)??b.get(`fillColor`),D=b.get(`strokecolor`)??b.get(`strokeColor`),O={id:l,...d!=null&&d!==``?{value:decodeXmlEntities(d)}:{},...f!=null&&f!==``?{parent:f}:{},...p!=null&&p!==``?{source:p}:{},...m!=null&&m!==``?{target:m}:{},vertex:h,edge:g,..._!=null&&_!==``?{style:_}:{},...S===void 0?{}:{x:S},...C===void 0?{}:{y:C},...w===void 0?{}:{width:w},...T===void 0?{}:{height:T},...E===void 0?{}:{fillColor:E},...D===void 0?{}:{strokeColor:D},...x.description==null?{}:{description:x.description},...x.technology==null?{}:{technology:x.technology}};a.push(O)}return a}function decodeXmlEntities(i){return i.replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`).replace(/'/g,`'`).replace(/&/g,`&`)}function inferKind(i){if(!i)return`container`;let a=i.toLowerCase();return a.includes(`umlactor`)||a.includes(`shape=person`)?`actor`:a.includes(`swimlane`)||a.includes(`shape=rectangle`)&&a.includes(`rounded`)?`system`:`container`}function toId(i){return i.trim().replace(/\s+/g,`_`).replace(/[^a-zA-Z0-9_.-]/g,``).replace(/^[0-9]/,`_$&`)||`element`}function parseDrawioToLikeC4(i){let a=parseDrawioXml(i),o=new Map;for(let i of a)o.set(i.id,i);let s=a.filter(i=>i.vertex&&i.id!==`1`),c=a.filter(i=>i.edge&&i.source&&i.target),l=new Map,d=new Map;for(let i of s)d.set(i.id,i);let f=new Set;function p(i){let a=toId(i||`element`),o=a,s=0;for(;f.has(o);)o=`${a}_${++s}`;return f.add(o),o}for(let i of s)if(i.parent===`1`||!i.parent){let a=p(i.value??i.id);l.set(i.id,a)}let m=!0;for(;m;){m=!1;for(let i of s){if(l.has(i.id))continue;let a=i.parent?l.get(i.parent):null;if(a!=null){let o=p(i.value??i.id);l.set(i.id,`${a}.${o}`),m=!0}}}for(let i of s)l.has(i.id)||l.set(i.id,p(i.value??i.id));let h=new Map,g=0;for(let i of s){let a=i.fillColor?.trim();a&&/^#[0-9A-Fa-f]{3,8}$/.test(a)&&(h.has(a)||h.set(a,`drawio_color_${++g}`))}let _=[];if(h.size>0){_.push(`specification {`);for(let[i,a]of h)_.push(` color ${a} ${i}`);_.push(`}`),_.push(``)}_.push(`model {`),_.push(``);let v=new Map,y=[];for(let[i,a]of l){let o=d.get(i);if(o)if(o.parent===`1`||!o.parent)y.push({cellId:i,fqn:a});else{let s=l.get(o.parent);if(s!=null){let o=v.get(s)??[];o.push({cellId:i,fqn:a}),v.set(s,o)}else y.push({cellId:i,fqn:a})}}function b(i,a,o){let s=d.get(i);if(!s)return;let c=inferKind(s.style),l=s.value&&s.value.trim()||a.split(`.`).pop()||`Element`,f=a.split(`.`).pop(),p=` `.repeat(o),m=s.description?.trim(),g=s.technology?.trim(),y=s.fillColor&&/^#[0-9A-Fa-f]{3,8}$/.test(s.fillColor.trim())?h.get(s.fillColor.trim()):void 0;c===`actor`?_.push(`${p}${f} = actor '${l.replace(/'/g,`''`)}'`):c===`system`?_.push(`${p}${f} = system '${l.replace(/'/g,`''`)}'`):_.push(`${p}${f} = container '${l.replace(/'/g,`''`)}'`);let x=v.get(a);if(x&&x.length>0||m||g||y){if(_.push(`${p}{`),y&&_.push(`${p} style { color ${y} }`),m&&_.push(`${p} description '${m.replace(/'/g,`''`)}'`),g&&_.push(`${p} technology '${g.replace(/'/g,`''`)}'`),x&&x.length>0)for(let i of x)b(i.cellId,i.fqn,o+1);_.push(`${p}}`)}else _.push(`${p}{`),_.push(`${p}}`);_.push(``)}for(let{cellId:i,fqn:a}of y)b(i,a,1);for(let i of c){let a=l.get(i.source),o=l.get(i.target);if(!a||!o)continue;let s=i.value&&i.value.trim()?` '${i.value.replace(/'/g,`''`)}'`:``;_.push(` ${a} -> ${o}${s}`)}return _.push(`}`),_.push(``),_.push(`views {`),_.push(` view index {`),_.push(` include *`),_.push(` }`),_.push(`}`),_.push(``),_.join(`
|
|
21
|
+
`)}function toUnion(i){return i.length===0?`never`:i.sort(compareNatural).map(i=>` | ${JSON.stringify(i)}`).join(`
|
|
22
|
+
`).trimStart()}function elementIdToUnion(i){let a=t(i);return a.length===0?`never`:t$1(a,sortNaturalByFqn,t$2(i=>` | ${JSON.stringify(i.id)}`)).join(`
|
|
23
|
+
`).trimStart()}function generateAux(i,a={}){let{useCorePackage:o=!1}=a;return`
|
|
24
|
+
import type { Aux, SpecAux } from '${o?`@likec4/core/types`:`likec4/model`}';
|
|
109
25
|
|
|
110
26
|
export type $Specs = SpecAux<
|
|
111
27
|
// Element kinds
|
|
112
|
-
${
|
|
28
|
+
${toUnion(t$3(i.specification.elements))},
|
|
113
29
|
// Deployment kinds
|
|
114
|
-
${
|
|
30
|
+
${toUnion(t$3(i.specification.deployments??{}))},
|
|
115
31
|
// Relationship kinds
|
|
116
|
-
${
|
|
32
|
+
${toUnion(t$3(i.specification.relationships??{}))},
|
|
117
33
|
// Tags
|
|
118
|
-
${
|
|
34
|
+
${toUnion(t$3(i.specification.tags??{}))},
|
|
119
35
|
// Metadata keys
|
|
120
|
-
${
|
|
36
|
+
${toUnion(i.specification.metadataKeys??[])}
|
|
121
37
|
>
|
|
122
38
|
|
|
123
39
|
export type $Aux = Aux<
|
|
124
|
-
${JSON.stringify(
|
|
40
|
+
${JSON.stringify(i.stage)},
|
|
125
41
|
// Elements
|
|
126
|
-
${
|
|
42
|
+
${elementIdToUnion(i.$data.elements)},
|
|
127
43
|
// Deployments
|
|
128
|
-
${
|
|
44
|
+
${elementIdToUnion(i.$data.deployments.elements)},
|
|
129
45
|
// Views
|
|
130
|
-
${
|
|
46
|
+
${toUnion(t$3(i.$data.views))},
|
|
131
47
|
// Project ID
|
|
132
|
-
${JSON.stringify(
|
|
48
|
+
${JSON.stringify(i.projectId)},
|
|
133
49
|
$Specs
|
|
134
50
|
>
|
|
135
51
|
|
|
@@ -143,7 +59,7 @@ export type $DeploymentKind = $Aux['DeploymentKind']
|
|
|
143
59
|
export type $Tag = $Aux['Tag']
|
|
144
60
|
export type $Tags = readonly $Aux['Tag'][]
|
|
145
61
|
export type $MetadataKey = $Aux['MetadataKey']
|
|
146
|
-
`.trimStart()}function
|
|
62
|
+
`.trimStart()}function generateLikeC4Model(i,a={}){let o=generateAux(i,a),{useCorePackage:s=!1}=a;return`
|
|
147
63
|
/* prettier-ignore-start */
|
|
148
64
|
/* eslint-disable */
|
|
149
65
|
|
|
@@ -152,13 +68,13 @@ export type $MetadataKey = $Aux['MetadataKey']
|
|
|
152
68
|
* DO NOT EDIT MANUALLY!
|
|
153
69
|
******************************************************************************/
|
|
154
70
|
|
|
155
|
-
import { LikeC4Model } from '${
|
|
156
|
-
${
|
|
71
|
+
import { LikeC4Model } from '${s?`@likec4/core`:`likec4`}/model'
|
|
72
|
+
${o}
|
|
157
73
|
|
|
158
|
-
export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${
|
|
74
|
+
export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${lib.stringify(i.$data,{space:2,quote:`'`})} as any) as any
|
|
159
75
|
|
|
160
76
|
/* prettier-ignore-end */
|
|
161
|
-
`.trimStart()}function
|
|
77
|
+
`.trimStart()}function generateViewId(i){return joinToNode(i,i=>expandToNode`${lib.stringify(i.id)}`,{separator:` | `})}function generateViewsDataTs(i){let a=Array.from(i),o=new CompositeGeneratorNode;return o.appendTemplate`
|
|
162
78
|
/******************************************************************************
|
|
163
79
|
* This file was generated
|
|
164
80
|
* DO NOT EDIT MANUALLY!
|
|
@@ -169,10 +85,10 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
|
|
|
169
85
|
// @ts-nocheck
|
|
170
86
|
|
|
171
87
|
import type { DiagramView } from 'likec4'
|
|
172
|
-
`.append(
|
|
173
|
-
export type LikeC4ViewId = ${
|
|
88
|
+
`.append(NL,NL),a.length===0?(o.append(`export {}`,NL),toString(o)):(o.appendTemplate`
|
|
89
|
+
export type LikeC4ViewId = ${generateViewId(a)};
|
|
174
90
|
export const LikeC4Views = {
|
|
175
|
-
`.indent({indentation:2,indentedChildren(
|
|
91
|
+
`.indent({indentation:2,indentedChildren(i){i.appendNewLineIf(a.length>1).append(joinToNode(a,i=>expandToNode`${lib.stringify(i.id)}: (${lib.stringify(i)} as unknown) as DiagramView`,{separator:`,`,appendNewLineIfNotEmpty:!0}))}}).append(`} as const satisfies Record<LikeC4ViewId, DiagramView>`,NL,NL).appendTemplate`
|
|
176
92
|
export type LikeC4Views = typeof LikeC4Views
|
|
177
93
|
|
|
178
94
|
export function isLikeC4ViewId(value: unknown): value is LikeC4ViewId {
|
|
@@ -184,7 +100,7 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
|
|
|
184
100
|
}
|
|
185
101
|
|
|
186
102
|
/* prettier-ignore-end */
|
|
187
|
-
`.append(
|
|
103
|
+
`.append(NL),toString(o))}function generateReactTypes(i,a={}){let{useCorePackage:o=!1}=a;invariant$1(!i.isParsed(),`can not generate react types for parsed model`);let s=generateAux(i,a);return`
|
|
188
104
|
/* prettier-ignore-start */
|
|
189
105
|
/* eslint-disable */
|
|
190
106
|
|
|
@@ -195,20 +111,20 @@ export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(${Xe.stringify(t.$
|
|
|
195
111
|
|
|
196
112
|
import type { PropsWithChildren } from 'react'
|
|
197
113
|
import type { JSX } from 'react/jsx-runtime'
|
|
198
|
-
import type { LikeC4Model } from '${
|
|
199
|
-
import type {
|
|
114
|
+
import type { LikeC4Model } from '${o?`@likec4/core`:`likec4`}/model'
|
|
115
|
+
import type { LayoutedView } from '${o?`@likec4/core/types`:`likec4/model`}'
|
|
200
116
|
import type {
|
|
201
117
|
LikeC4ViewProps as GenericLikeC4ViewProps,
|
|
202
118
|
ReactLikeC4Props as GenericReactLikeC4Props
|
|
203
119
|
} from 'likec4/react'
|
|
204
120
|
|
|
205
|
-
${
|
|
121
|
+
${s}
|
|
206
122
|
|
|
207
123
|
declare function isLikeC4ViewId(value: unknown): value is $ViewId;
|
|
208
124
|
|
|
209
125
|
declare const likec4model: LikeC4Model<$Aux>;
|
|
210
126
|
declare function useLikeC4Model(): LikeC4Model<$Aux>;
|
|
211
|
-
declare function useLikeC4View(viewId: $ViewId):
|
|
127
|
+
declare function useLikeC4View(viewId: $ViewId): LayoutedView<$Aux>;
|
|
212
128
|
|
|
213
129
|
declare function LikeC4ModelProvider(props: PropsWithChildren): JSX.Element;
|
|
214
130
|
|
|
@@ -240,277 +156,40 @@ export {
|
|
|
240
156
|
ReactLikeC4
|
|
241
157
|
}
|
|
242
158
|
/* prettier-ignore-end */
|
|
243
|
-
`.trimStart()}const
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
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
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
{
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
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:")}
|
|
159
|
+
`.trimStart()}var name=`likec4`,version=`1.49.0`;const logger$1=logger$2.getChild(`cli`);function createLikeC4Logger(i){let a=logger$2.getChild(i);return{info(i){a.info(i)},warn(i){if(i instanceof Error){a.warn(`${u.red(i.name+` `+i.message)}`,{msg:i});return}if(typeof i==`string`){a.warn(i);return}a.warn`${i}`},warnOnce(i){a.warn(i)},error(i,o){let s=o?.error??i;if(s instanceof Error){if(i===s){a.error(`${u.red(s.name+` `+s.message)}`,{error:s});return}a.error(u.red(i),{error:s});return}if(typeof i==`string`){a.error(u.red(i));return}a.error`${i}`},clearScreen:function(i){},hasErrorLogged:function(i){throw Error(`Function not implemented.`)},hasWarned:!1}}function inMillis(i){let[a,o]=hrtime(i),s=a*1e3+o/1e6;return{ms:s,pretty:prettyMilliseconds(s)}}function startTimer(i){let a=hrtime();return{stopAndLog(o=`done in `){o=u.green(`${o}${inMillis(a).pretty}`),(i||logger$1).info(o)}}}function boxen(i,a){console.log(_boxen(i,{padding:1,margin:1,dimBorder:!0,...a}))}const viteLogger=createLikeC4Logger(`vite`),_dirname=dirname(fileURLToPath(import.meta.url)),JsBanners={banner:`/* prettier-ignore-start */
|
|
160
|
+
/* eslint-disable */
|
|
161
|
+
|
|
162
|
+
/******************************************************************************
|
|
163
|
+
* This file was generated
|
|
164
|
+
* DO NOT EDIT MANUALLY!
|
|
165
|
+
******************************************************************************/
|
|
166
|
+
|
|
167
|
+
`,footer:`
|
|
168
|
+
|
|
169
|
+
/* prettier-ignore-end */
|
|
170
|
+
`};function findPkgRoot(){let i=packageUpSync({cwd:_dirname});if(!i)throw Error(`likec4 package folder not found`);return dirname(i)}function viteAppRoot(){let i=[resolve(findPkgRoot(),`__app__`),resolve(_dirname,`../__app__`),resolve(_dirname,`../../__app__`),resolve(_dirname,`../../dist/__app__`)],a=r(i,existsSync);if(!a)throw logger$2.error(`likec4 app root does not exist, tried:\n${i.join(`
|
|
171
|
+
`)}`),Error(`likec4 app root does not exist`);return a}async function mkTempPublicDir(){let i=await mkdtemp(join(tmpdir(),`.likec4-public-`));return await writeFile(join(i,`likec4-views.js`),`// generated by likec4
|
|
172
|
+
`),i}function relativeToCwd(i){return relative(cwd(),i)}const chunkSizeWarningLimit=1e4;function viteAliases(){let i=findPkgRoot();return{"likec4/icons":`@likec4/icons`,"likec4/react":resolve(i,`react/index.mjs`),"likec4/model":resolve(i,`dist/model/index.mjs`),"likec4/vite-plugin/internal":resolve(i,`dist/vite-plugin/internal.mjs`)}}const viteConfig=async({languageServices:i,likec4AssetsDir:a,...o})=>{let s=o.customLogger??viteLogger,c=viteAppRoot();s.info(`${u.cyan(`likec4 app root`)} ${u.dim(relativeToCwd(c))}`);let l=o.outputDir??resolve(i.workspace,`dist`);s.info(u.cyan(`outDir`)+` `+u.dim(relativeToCwd(l)));let d=`/`;o.base&&(d=withTrailingSlash(o.base),!hasProtocol(d)&&d!==`./`&&(d=withLeadingSlash(d))),d!==`/`&&s.info(`${u.green(`app base url`)} ${u.dim(d)}`);let f=o.webcomponentPrefix??`likec4`,p=o.title??`LikeC4`,m=o.outputSingleFile??!1;return{isDev:!1,likec4AssetsDir:a,webcomponentPrefix:f,title:p,root:c,languageServices:i,clearScreen:!1,base:d,resolve:{conditions:[`production`],dedupe:[`react`,`react-dom`,`react/jsx-runtime`,`react/jsx-dev-runtime`,`react-dom/client`],alias:{...viteAliases(),"likec4/previews":a}},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/utils`,`@likec4/core`,`likec4/vite-plugin/internal`],noDiscovery:!0},esbuild:{tsconfigRaw:{compilerOptions:{target:`ESNext`,jsx:`react-jsx`}}},define:{WEBCOMPONENT_PREFIX:JSON.stringify(f),PAGE_TITLE:JSON.stringify(p),__USE_HASH_HISTORY__:o?.useHashHistory===!0?`true`:`false`,"process.env.NODE_ENV":`"production"`},build:{outDir:l,emptyOutDir:!1,sourcemap:!1,cssMinify:!1,minify:!0,copyPublicDir:!0,chunkSizeWarningLimit,assetsInlineLimit:1e5,rollupOptions:{treeshake:{preset:`recommended`},...!m&&{input:[resolve(c,`index.html`),resolve(c,`src`,`main.js`),resolve(c,`src`,`fonts.css`),resolve(c,`src`,`style.css`)],output:{manualChunks:i=>{if(!(i.endsWith(`.css`)||i.endsWith(`.html`)||i.includes(`likec4/icons`)||i.includes(`const.js`))){if(i.includes(`__app__`)){let a=i.match(/__app__\/src\/([\w]+)\.js/)?.[1];return a?a[1]:void 0}if(i.includes(`likec4`))return`likec4`;if(i.includes(`node_modules`))return`vendors`}}}}}},customLogger:s,plugins:[react(),LikeC4VitePlugin({languageServices:i.languageServices}),m?viteSingleFile():void 0]}};async function viteWebcomponentConfig({languageServices:i,outDir:a,base:o,webcomponentPrefix:s=`likec4`,filename:c=`likec4-views.js`}){let l=createLikeC4Logger([`vite`,`webcomponent`]),d=viteAppRoot();return l.info(u.cyan(`outDir`)+` `+u.dim(a)),{root:d,clearScreen:!1,base:o,configFile:!1,publicDir:!1,mode:`production`,resolve:{conditions:[`production`],alias:viteAliases(),dedupe:[`react`,`react-dom`,`react/jsx-runtime`,`react/jsx-dev-runtime`,`react-dom/client`]},define:{WEBCOMPONENT_PREFIX:JSON.stringify(s),"process.env.NODE_ENV":`"production"`},esbuild:{...JsBanners,tsconfigRaw:{compilerOptions:{target:`ESNext`,jsx:`react-jsx`}}},build:{outDir:a,emptyOutDir:!1,sourcemap:!1,minify:!0,assetsInlineLimit:1024*1024,chunkSizeWarningLimit,lib:{entry:`src/webcomponent.js`,fileName(i,a){return c},formats:[`iife`],name:`LikeC4Views`},rollupOptions:{treeshake:{preset:`recommended`},output:{format:`iife`,hoistTransitiveImports:!1,compact:!0}}},customLogger:l,plugins:[react(),LikeC4VitePlugin({languageServices:i.languageServices})]}}const Assets=[`favicon.ico`,`robots.txt`];async function viteBuild({buildWebcomponent:i=!0,webcomponentPrefix:a=`likec4`,title:o,languageServices:s,likec4AssetsDir:c,outputSingleFile:l,...d}){c??=await mkdtemp(join(tmpdir(),`.likec4-assets-`));let f=await viteConfig({...d,languageServices:s,likec4AssetsDir:c,webcomponentPrefix:a,title:o,outputSingleFile:l}),p=!existsSync(f.build.outDir)||readdirSync(f.build.outDir).length===0,m=await mkTempPublicDir();for(let i of Assets){let a=resolve(f.root,i);existsSync(a)&©FileSync(a,resolve(m,i))}let h=s.languageServices.projects();if(h.length===1){let i=await s.viewsService.computedViews(),a=await s.diagrams();if(a.length===0)throw process.exitCode=1,Error(`no views found`);a.length===i.length?f.customLogger.info(`${u.dim(`workspace:`)} ${u.green(`✓ all views layouted`)}`):f.customLogger.warn(`${u.dim(`workspace:`)} ${u.yellow(`✗ layouted ${a.length} of ${i.length} views`)}`),a.forEach(i=>{(i.hasLayoutDrift||i.drifts&&i.drifts.length>0)&&f.customLogger.warn(u.dim(`view`)+` `+u.red(i.id)+` `+u.yellow(`is out of date, layout drift detected`))})}else for(let i of h){let a=await s.viewsService.computedViews(i.id);a.length===0?f.customLogger.warn(`${u.dim(`project:`)} ${i.id} ${u.yellow(`✗ no views found`)}`):f.customLogger.info(`${u.dim(`project:`)} ${i.id} ${u.green(`${a.length} views`)}`)}if(i&&!l&&await build(await viteWebcomponentConfig({webcomponentPrefix:a,languageServices:s,outDir:m,base:f.base})),await build({...f,publicDir:m,mode:`production`}),l){if(!p){f.customLogger.warn(u.yellow(`outDir was not empty, skipping cleanup`));return}for(let i of readdirSync(resolve(f.build.outDir)).filter(i=>i!==`index.html`))rmSync(resolve(f.build.outDir,i),{recursive:!0})}let g=resolve(f.build.outDir,`index.html`);existsSync(g)&©FileSync(g,resolve(f.build.outDir,`404.html`))}function isInstalled(i){try{return!!module.createRequire(import.meta.url).resolve(i)}catch(i){return logger$1.debug(loggable(i)),!1}}async function ensureReact(){if(isInstalled(`react`)&&isInstalled(`react-dom`)){logger$1.debug(`react already installed`);return}logger$1.debug(`react not installed`);let i=await detect();i||(logger$1.error`Package manager not detected, please install dependencies manually: ${`react`} ${`react-dom`}`,process.exit(1));let a=resolveCommand(i.agent,`add`,[`react`,`react-dom`]);a||(logger$1.error`Please install dependencies manually: ${`react`} ${`react-dom`}`,process.exit(1));try{await spawn(a.command,a.args,{stdio:`inherit`})}catch(i){logger$1.debug(loggable(i)),logger$1.error`Please install dependencies manually: ${`react`} ${`react-dom`}`,process.exit(1)}}const path$1={type:`string`,desc:`<directory> with LikeC4 sources (default is current directory)`,normalize:!0,default:`.`,coerce:resolve},useDotBin={alias:`use-dot-bin`,boolean:!0,type:`boolean`,desc:isInsideContainer()?`enabled in container, disable by --no-use-dot`:`use graphviz binaries ("dot" should be on PATH)`,default:isInsideContainer()},useCorePackage={boolean:!0,type:`boolean`,desc:"use `@likec4/core` package in types",default:!1},useHashHistory={boolean:!0,type:`boolean`,desc:`use hash history for navigation, e.g. "/#/view" instead of "/view"`},outdir={alias:`o`,type:`string`,desc:`output directory`,normalize:!0,nargs:1,coerce:resolve},webcomponentPrefix={alias:`w`,type:`string`,desc:`prefix for Webcomponents, e.g "c4" generates <c4-view ../>`,default:`likec4`,nargs:1},title={alias:`t`,type:`string`,desc:`base title of the app pages (default is "LikeC4")`,default:`LikeC4`,nargs:1},base={alias:[`base-url`],type:`string`,desc:`base url the app is being served from, e.g. "/" or "/pages/"`,nargs:1},outputSingleFile={boolean:!0,type:`boolean`,desc:`outputs a single self-contained HTML file with all required resources inlined`},listen={alias:`l`,type:`string`,...isInsideContainer()?{desc:`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},port={type:`number`,desc:`port number for the dev server (default is 5173, or PORT environment variable)`,nargs:1},project={alias:`p`,type:`string`,desc:`select LikeC4 project by name (e.g. "my-project") or by path`,nargs:1};function _usingCtx(){var i=typeof SuppressedError==`function`?SuppressedError:function(i,a){var o=Error();return o.name=`SuppressedError`,o.error=i,o.suppressed=a,o},a={},o=[];function s(i,a){if(a!=null){if(Object(a)!==a)throw TypeError(`using declarations can only be used with objects, functions, null, or undefined.`);if(i)var s=a[Symbol.asyncDispose||Symbol.for(`Symbol.asyncDispose`)];if(s===void 0&&(s=a[Symbol.dispose||Symbol.for(`Symbol.dispose`)],i))var c=s;if(typeof s!=`function`)throw TypeError(`Object is not disposable.`);c&&(s=function i(){try{c.call(a)}catch(i){return Promise.reject(i)}}),o.push({v:a,d:s,a:i})}else i&&o.push({d:a,a:i});return a}return{e:a,u:s.bind(null,!1),a:s.bind(null,!0),d:function s(){var c,l=this.e,d=0;function f(){for(;c=o.pop();)try{if(!c.a&&d===1)return d=0,o.push(c),Promise.resolve().then(f);if(c.d){var i=c.d.call(c.v);if(c.a)return d|=2,Promise.resolve(i).then(f,p)}else d|=1}catch(i){return p(i)}if(d===1)return l===a?Promise.resolve():Promise.reject(l);if(l!==a)throw l}function p(o){return l=l===a?o:new i(o,l),f()}return f()}}}const buildCmd=i=>i.command({command:`build [path]`,aliases:[`bundle`],describe:`Build a static website`,builder:i=>i.positional(`path`,path$1).option(`output`,{alias:`o`,type:`string`,desc:`output directory for production build`,normalize:!0,coerce:resolve}).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'`)),handler:async i=>{try{var a=_usingCtx();let o={useHashHistory:i[`use-hash-history`]??!1,useDotBin:i[`use-dot`],webcomponentPrefix:i[`webcomponent-prefix`],outputSingleFile:i[`output-single-file`]??!1};await ensureReact();let s=createLikeC4Logger(`c4:build`),c=a.a(await fromWorkspace$1(i.path,{graphviz:i[`use-dot`]?`binary`:`wasm`,watch:!1})),l=i.output??resolve(c.workspace,`dist`),d=resolve(l,`assets`);await viteBuild({base:i.base,useHashHistory:o.outputSingleFile||o.useHashHistory,customLogger:s,webcomponentPrefix:o.webcomponentPrefix,title:i.title,languageServices:c,likec4AssetsDir:d,outputDir:l,outputSingleFile:o.outputSingleFile})}catch(i){a.e=i}finally{await a.d()}}});var import_semver=__toESM(require_semver(),1);const conf=new Conf({projectName:name,serialize:i=>lib.stringify(i,null,2),deserialize:i=>lib.parse(i)}),ENV_CHECK_UPDATE=`check-update`;function notifyAvailableUpdate(){if(isMinimal||nodeENV===ENV_CHECK_UPDATE)return;let i=conf.get(`lastUpdateCheck`),a=conf.get(`latestVersion`);if(e$2(a)||e(i)||i+864e5<Date.now())try{spawn(`likec4`,[`check-update`],{stdio:`ignore`,preferLocal:!0,detached:!0,env:{NODE_ENV:ENV_CHECK_UPDATE}}).catch(()=>{})}catch{}a&&(0,import_semver.gt)(a,version)&&boxen([`Update available: `,u.dim(version),u.reset(` → `),u.green(a)].join(``))}async function checkAvailableUpdate(){try{let i=await fetchLatestVersion();invariant(i,`No version found in latest npm`),conf.set({lastUpdateCheck:Date.now(),latestVersion:i}),(0,import_semver.gt)(i,version)?boxen([`Update available: `,u.dim(version),u.reset(` → `),u.green(i)].join(``)):boxen(u.dim(`Up to date: `)+` `+u.green(version))}catch(i){logger$1.error(loggable(i))}}async function fetchLatestVersion(){return(await ky(`https://registry.npmjs.org/likec4/latest`,{headers:{accept:`application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*`},keepalive:!0}).json()).version}const checkUpdateCmd=i=>i.command({command:`check-update`,describe:`Check for updates`,handler:async()=>{await checkAvailableUpdate()}});function ensureProjectId(i,a){if(!a)return i.languageServices.projectsManager.ensureProjectId();let o=resolve(a);if(o===i.workspace)return i.languageServices.projectsManager.ensureProjectId();if(existsSync(o)&&statSync(o).isDirectory()){logger$1.debug`Project path exists: ${o}`;let a=URI.file(o.endsWith(sep)?o:o+sep),s=i.languageServices.projects().find(i=>i.folder.fsPath===a.fsPath);if(s)return logger$1.debug`Found project ${s.id} at path: ${o}`,s.id;logger$1.debug`No project registered at path: ${o}`}return i.languageServices.projectsManager.ensureProjectId(a)}function ensureProject(i,a){let o=ensureProjectId(i,a),s=i.languageServices.projectsManager.getProject(o);return i.languageServices.projectsManager.defaultProjectId=o,{projectId:o,projectFolder:s.folderUri.fsPath,config:s.config}}const logger=logger$1.getChild(`generator`);async function customHandler({name:i,path:a,useDotBin:o,project:s}){try{var c=_usingCtx();let l=startTimer(logger),d=c.a(await fromWorkspace(a,{graphviz:o?`binary`:`wasm`,watch:!1})),{projectId:f,config:p}=ensureProject(d,s);s&&logger.info(`${u.dim(`project`)} ${u.green(f)}`);let m=p.generators?.[i];if(!m)throw logger.error(u.red(`generator ${i} does not exist in project config`)),Error(`generator ${i} does not exist in project config`);logger.info(`${u.dim(`generator`)} ${u.green(i)}`),await runCustomGenerator({likec4:d,model:await d.layoutedModel(f),generator:m,logger:logger.getChild(i)}),l.stopAndLog()}catch(i){c.e=i}finally{await c.d()}}async function runCustomGenerator({likec4:i,model:a,generator:o,logger:s}){let c=i.languageServices,l=new Set,d=c.project(a.project.id),f=a.project.id;s.debug(`${u.dim(`runnig for project:`)} ${u.green(d.id)}`),await Promise.resolve().then(()=>o({likec4model:a,ctx:{workspace:i.languageServices.workspaceUri,project:d,locate:i=>{let a=null;switch(!0){case isElementModel(i):a=c.locate({element:i.id,projectId:f});break;case isLikeC4ViewModel(i):a=c.locate({view:i.id,projectId:f});break;case isDeploymentElementModel(i):a=c.locate({deployment:i.id,projectId:f});break;case isRelationModel(i):case isDeploymentRelationModel(i):a=c.locate({relation:i.id,projectId:f});break;default:nonexhaustive(i)}if(!a)throw s.error(`Cannot locate ${i.id}`,{target:i}),Error(`Cannot locate ${i.id}`);let o=URI.parse(a.uri);return{range:a.range,document:o,relativePath:UriUtils.relative(d.folder,o),folder:UriUtils.dirname(o).fsPath,filename:UriUtils.basename(o)}},write:async({path:i,content:a})=>{let o;o=Array.isArray(i)?resolve(d.folder.fsPath,...i):URI.isUri(i)?i.fsPath:resolve(d.folder.fsPath,`${i}`);let c=dirname(o);l.has(c)||(existsSync(c)||(s.debug(`${u.dim(`create directory`)} ${c}`),await mkdir(c,{recursive:!0})),l.add(c)),s.debug(`${u.dim(`write`)} ${o}`),await writeFile(o,a)},abort:i=>{throw s.error(i||`Generator aborted`),Error(i||`Generator aborted`)}}}))}async function singleFileCodegenAction(i,a,o){a??=resolve(i.workspace,`likec4.generated.ts`),extname(a)!==`.ts`&&(a+=`.ts`),await mkdir(dirname(a),{recursive:!0});let s=generateViewsDataTs([...await i.diagrams()]);await writeFile(a,s),o.info(`${u.dim(`generated`)} ${relative(process.cwd(),a)}`)}async function dotCodegenAction(i,a,o){await mkdir(a,{recursive:!0}),o.info(`${u.dim(`format`)} ${u.green(`dot`)}`),o.info(`${u.dim(`outdir`)} ${a}`);let s=new Set,c=await i.computedModel(),l=t(c.$data.views),d=0;for(let f of l)try{let l=await i.viewsService.layouter.dot({view:f,styles:c.$styles}),p=`.`;f.sourcePath&&(p=dirname(f.sourcePath)),p=resolve(a,p),s.has(p)||(await mkdir(p,{recursive:!0}),s.add(p));let m=resolve(p,f.id+`.dot`);await writeFile(m,l),o.info(`${u.dim(`generated`)} ${relative(process.cwd(),m)}`),d++}catch(i){logger$1.error(`error while generating ${f.id}`,{error:i})}d>0&&o.info(`${u.dim(`total`)} ${d} files`)}async function multipleFilesCodegenAction(i,a,o,s){await mkdir(o,{recursive:!0}),s.info(`${u.dim(`format`)} ${u.green(a)}`),s.info(`${u.dim(`outdir`)} ${o}`);let c,l;switch(a){case`d2`:c=`.d2`,l=generateD2;break;case`mermaid`:c=`.mmd`,l=generateMermaid;break;case`plantuml`:c=`.puml`,l=generatePuml;break;default:nonexhaustive(a)}let d=new Set,f=await i.layoutedModel(),p=0;for(let i of f.views()){let a=i.$view;try{let f=`.`;a.sourcePath&&(f=dirname(a.sourcePath)),f=resolve(o,f),d.has(f)||(await mkdir(f,{recursive:!0}),d.add(f));let m=resolve(f,a.id+c);await writeFile(m,l(i)),s.info(`${u.dim(`generated`)} ${relative(process.cwd(),m)}`),p++}catch(i){s.error(`error while generating ${a.id}`,{error:i})}}p>0&&s.info(`${u.dim(`total`)} ${p} files`)}async function legacyHandler({path:i,useDotBin:a,...o}){let s=createLikeC4Logger(`c4:codegen`),c=startTimer(s),l=await fromWorkspace(i,{graphviz:a?`binary`:`wasm`,watch:!1});if(l.ensureSingleProject(),(await l.viewsService.computedViews()).length===0)throw s.warn(`no views found`),process.exitCode=1,Error(`no views found`);switch(o.format){case`views`:await singleFileCodegenAction(l,o.outfile,s);break;case`dot`:await dotCodegenAction(l,o.outdir??i,s);break;case`d2`:case`mermaid`:case`plantuml`:await multipleFilesCodegenAction(l,o.format,o.outdir??i,s);break;default:nonexhaustive(o)}c.stopAndLog()}async function modelHandler({path:i,useDotBin:a,useCorePackage:o,outfile:s,project:c}){try{var l=_usingCtx();let d=createLikeC4Logger(`c4:codegen`),f=startTimer(d),p=l.a(await fromWorkspace(i,{graphviz:a?`binary`:`wasm`,watch:!1})),{projectId:m,projectFolder:h}=ensureProject(p,c);c&&d.info(`${u.dim(`project`)} ${u.green(m)}`),d.info(`${u.dim(`format`)} ${u.green(`model`)}`);let g=await p.layoutedModel(m);for(let i of g.views())i.hasLayoutDrifts&&d.warn(u.yellow(`layout drift detected, view:`)+` `+u.red(i.id));let _=resolve(p.projectsManager.hasMultipleProjects()?h:p.workspace,`likec4-model.ts`);if(s&&(_=isAbsolute(s)?s:resolve(s),existsSync(s)&&(await stat(s)).isDirectory()))throw Error(`output file is a directory: ${s}`);let v=basename(_);d.info(`${u.dim(`filename`)} ${v}`);let y=extname(v).toLocaleLowerCase();if(![`.ts`,`.mts`,`.cts`].includes(y))throw d.error(`output file ${s} has extension "${y}"`),Error(`output file ${s} must be a .ts, .mts or .cts file`);let b=dirname(_);d.info(`${u.dim(`outdir`)} ${b}`),await mkdir(b,{recursive:!0}),await writeFile(_,generateLikeC4Model(g,{useCorePackage:o}),{encoding:`utf-8`}),f.stopAndLog(),boxen(stripIndent(`
|
|
173
|
+
${u.dim(`Source generated:`)}
|
|
174
|
+
${relative(cwd(),_)}
|
|
175
|
+
|
|
176
|
+
${u.dim(`How to use:`)}
|
|
177
|
+
${u.underline(`https://likec4.dev/tooling/code-generation/model/`)}
|
|
178
|
+
`).trim(),{padding:1,borderColor:`green`,borderStyle:`round`})}catch(i){l.e=i}finally{await l.d()}}async function viteReactConfig({languageServices:i,outDir:a,filename:o=`likec4-react.mjs`}){let s=createLikeC4Logger([`vite`,`react`]),c=viteAppRoot();return s.info(`${u.cyan(`likec4 app root`)} ${u.dim(relativeToCwd(c))}`),s.info(u.cyan(`outDir`)+` `+u.dim(relativeToCwd(a))),{customLogger:s,root:c,configFile:!1,clearScreen:!1,publicDir:!1,mode:`production`,resolve:{conditions:[`production`],alias:viteAliases()},esbuild:{banner:`'use client'
|
|
179
|
+
`+JsBanners.banner,footer:JsBanners.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:a,emptyOutDir:!1,sourcemap:!1,minify:!1,copyPublicDir:!1,chunkSizeWarningLimit,assetsInlineLimit:5e5,lib:{entry:`react/likec4.tsx`,fileName(i,a){return o},formats:[`es`]},rollupOptions:{output:{compact:!1,exports:`named`},external:[`likec4/react`,`likec4/model`,`react`,`react-dom`,`react/jsx-runtime`,`react/jsx-dev-runtime`,`react-dom/client`,/@likec4\/core.*/],onwarn(i,a){i.code!==`SOURCEMAP_ERROR`&&a(i)}}},plugins:[react({}),LikeC4VitePlugin({languageServices:i.languageServices})]}}async function reactHandler({path:i,useDotBin:a,useCorePackage:o,outfile:s,project:c}){try{var l=_usingCtx();await ensureReact();let d=createLikeC4Logger(`c4:codegen`),f=startTimer(d),p=l.a(await fromWorkspace(i,{graphviz:a?`binary`:`wasm`,watch:!1})),{projectId:m,projectFolder:h}=ensureProject(p,c);c&&d.info(`${u.dim(`project`)} ${u.green(m)}`),d.info(`${u.dim(`format`)} ${u.green(`react`)}`);let g=await p.diagrams(m);if(g.length===0)throw process.exitCode=1,Error(`no views found`);g.forEach(i=>{if(i.drifts&&i.drifts.length>0){d.info(u.yellow(`layout drift detected, view:`)+` `+u.red(i.id));return}if(i.hasLayoutDrift){d.warn(u.yellow(`drift detected, manual layout can not be applied, view:`)+` `+u.red(i.id));return}});let _=resolve(p.projectsManager.hasMultipleProjects()?h:p.workspace,`likec4-views.js`);if(s&&(_=isAbsolute(s)?s:resolve(s),existsSync(s)&&(await stat(s)).isDirectory()))throw Error(`output file is a directory: ${s}`);let v=dirname(_);d.info(`${u.dim(`outdir`)} ${v}`);let y=basename(_);d.info(`${u.dim(`filename`)} ${y}`);let b=extname(y).toLocaleLowerCase();if(![`.js`,`.mjs`,`.jsx`].includes(b))throw d.error(`output file ${s} has extension "${b}"`),Error(`output file ${s} must be a .js, .jsx or .mjs`);await build({...await viteReactConfig({languageServices:p,outDir:v,filename:y}),logLevel:`warn`});let x=await p.layoutedModel(m),S=resolve(v,basename(_,b)+(b===`.mjs`?`.d.mts`:`.d.ts`));await writeFile(S,generateReactTypes(x,{useCorePackage:o})),f.stopAndLog(),boxen(stripIndent(`
|
|
180
|
+
${u.dim(`Sources generated:`)}
|
|
181
|
+
${relative(cwd(),_)}
|
|
182
|
+
${relative(cwd(),S)}
|
|
183
|
+
|
|
184
|
+
${u.dim(`How to use:`)}
|
|
185
|
+
${u.underline(`https://likec4.dev/tooling/code-generation/react/`)}
|
|
186
|
+
`),{padding:1,borderColor:`green`,borderStyle:`round`})}catch(i){l.e=i}finally{await l.d()}}async function webcomponentHandler({project:i,path:a,useDotBin:o,webcomponentPrefix:s=`likec4`,outfile:l}){try{var d=_usingCtx();await ensureReact();let f=createLikeC4Logger(`c4:codegen`),p=startTimer(f),m=d.a(await fromWorkspace(a,{graphviz:o?`binary`:`wasm`,watch:!1})),{projectId:h,projectFolder:g}=ensureProject(m,i);i&&f.info(`${u.dim(`project`)} ${u.green(h)}`),f.info(`${u.dim(`format`)} ${u.green(`webcomponent`)}`);let _=await m.diagrams(h);if(!t$4(_,1))throw f.warn(`no views found`),process.exitCode=1,Error(`no views found`);_.forEach(i=>{i.hasLayoutDrift&&f.warn(u.yellow(`drift detected, manual layout can not be applied, view:`)+` `+u.red(i.id))});let v=resolve(m.projectsManager.hasMultipleProjects()?g:m.workspace,`likec4-views.js`);if(l&&(v=isAbsolute(l)?l:resolve(l),existsSync(l)&&(await stat(l)).isDirectory()))throw Error(`output file is a directory: ${l}`);logger$2.debug(`${u.dim(`outfilepath`)} ${v}`);let y=basename(v);logger$2.debug(`${u.dim(`filename`)} ${y}`);let b=extname(y).toLocaleLowerCase();if(b!==`.js`&&b!==`.mjs`)throw logger$2.warn(`output file ${l} has extension "${b}"`),Error(`output file ${l} must be a .js or .mjs`);let S=await mkTempPublicDir();logger$2.debug(`${u.dim(`created temp public`)} ${S}`);let C=await viteWebcomponentConfig({languageServices:m,outDir:S,filename:y,webcomponentPrefix:s,base:`/`});logger$2.debug(`${u.dim(`vite build webcomponent`)}`),await build({...C,logLevel:`warn`});let w=resolve(S,y);if(!existsSync(w))throw Error(`output file not found: ${w}`);await mkdir(dirname(v),{recursive:!0}),await copyFile(w,v),f.info(`${u.dim(`generated`)} ${v}`),logger$2.debug(`${u.dim(`remove temp public`)}`),await rm(S,{recursive:!0,force:!0}),p.stopAndLog(),boxen(stripIndent(`
|
|
187
|
+
${u.dim(`Webcomponents generated to:`)}
|
|
188
|
+
${relative(cwd(),v)}
|
|
189
|
+
|
|
190
|
+
${u.dim(`Setup and usage instructions:`)}
|
|
191
|
+
${u.blue(`https://likec4.dev/tooling/code-generation/webcomponent/`)}
|
|
192
|
+
`))}catch(i){d.e=i}finally{await d.d()}}const codegenCmd=i=>i.command({command:`gen <command> [path]`,aliases:[`generate`,`codegen`],describe:`Generate various artifacts from LikeC4 sources`,builder:i=>i.positional(`path`,path$1).command(`react [path]`,`generate react component to render likec4 view`,i=>i.positional(`path`,path$1).option(`project`,project).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> path to output file (.jsx, .mjs or .js)`,normalize:!0,coerce:resolve$1}).option(`use-dot`,useDotBin).option(`use-core-package`,useCorePackage),async i=>{await reactHandler({project:i.project,useDotBin:i.useDotBin,path:i.path,outfile:i.outfile,useCorePackage:i.useCorePackage})}).command({command:`webcomponent [path]`,aliases:[`wc`,`webcomp`],describe:`generate js with webcomponents`,builder:i=>i.positional(`path`,path$1).option(`project`,project).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> path to output file (.mjs or .js)`,normalize:!0,coerce:resolve$1}).option(`webcomponent-prefix`,webcomponentPrefix).option(`use-dot`,useDotBin),handler:async i=>{await webcomponentHandler({project:i.project,useDotBin:i.useDotBin,path:i.path,outfile:i.outfile,webcomponentPrefix:i.webcomponentPrefix})}}).command({command:`model [path]`,aliases:[`ts`],describe:`generate LikeC4Model (.ts)`,builder:i=>i.positional(`path`,path$1).option(`project`,project).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> path to output file (.ts)`,normalize:!0,coerce:resolve$1}).option(`use-dot`,useDotBin).option(`use-core-package`,useCorePackage),handler:async i=>{await modelHandler({path:i.path,useDotBin:i.useDotBin,useCorePackage:i.useCorePackage,outfile:i.outfile,project:i.project})}}).command({command:`views-data [path]`,aliases:[`views`],describe:`{deprecated} use codegen model`,deprecated:!0,builder:i=>i.positional(`path`,path$1).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> output .ts file`,normalize:!0,coerce:resolve$1}).option(`use-dot`,useDotBin),handler:async i=>{await legacyHandler({format:`views`,path:i.path,useDotBin:i.useDotBin,outfile:i.outfile})}}).command({command:`dot [path]`,describe:`generate graphviz files (.dot)`,builder:i=>i.positional(`path`,path$1).option(`outdir`,outdir).option(`use-dot`,useDotBin),handler:async i=>{await legacyHandler({format:`dot`,path:i.path,useDotBin:i.useDotBin,outdir:i.outdir})}}).command({command:`d2 [path]`,describe:`generate D2 files (.d2)`,builder:i=>i.positional(`path`,path$1).option(`outdir`,outdir).option(`use-dot`,useDotBin),handler:async i=>{await legacyHandler({format:`d2`,path:i.path,useDotBin:i.useDotBin,outdir:i.outdir})}}).command({command:`mermaid [path]`,aliases:[`mmd`],describe:`generate Mermaid files (.mmd)`,builder:i=>i.positional(`path`,path$1).option(`outdir`,outdir).option(`use-dot`,useDotBin),handler:async i=>{await legacyHandler({format:`mermaid`,useDotBin:i.useDotBin,path:i.path,outdir:i.outdir})}}).command({command:`plantuml [path]`,aliases:[`puml`],describe:`generate PlantUML files (.puml)`,builder:i=>i.positional(`path`,path$1).option(`outdir`,outdir).option(`use-dot`,useDotBin),handler:async i=>{await legacyHandler({format:`plantuml`,useDotBin:i.useDotBin,path:i.path,outdir:i.outdir})}}).command({command:`<custom> [path]`,describe:`run custom generator from likec4 config`,builder:i=>i.positional(`path`,path$1).option(`project`,project).option(`use-dot`,useDotBin),handler:async i=>{await customHandler({name:`custom`,path:i.path,project:i.project,useDotBin:i.useDotBin})}}).epilog(`${u.bold(`Examples:`)}
|
|
514
193
|
likec4 gen react -o dist/likec4-views.mjs ./src/likec4
|
|
515
194
|
likec4 gen model -o likec4-model.ts
|
|
516
195
|
likec4 gen ts --outfile likec4-model.ts
|
|
@@ -518,42 +197,61 @@ positional("path",ce).option("outdir",Rt).option("use-dot",de),handler:async r=>
|
|
|
518
197
|
likec4 gen mmd --outdir assets/
|
|
519
198
|
likec4 gen plantuml --outdir assets/
|
|
520
199
|
likec4 gen dot -o out .
|
|
521
|
-
`),handler:async
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
${
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
${y.
|
|
537
|
-
|
|
538
|
-
`),
|
|
200
|
+
`),handler:async i=>{await customHandler({name:i.command,path:i.path,project:i.project,useDotBin:i.useDotBin})}});function drawioCmd$1(i){return i.command({command:`drawio [path]`,describe:`export view(s) to DrawIO (.drawio) for editing in draw.io`,builder:i=>i.positional(`path`,path$1).option(`outdir`,{alias:`o`,type:`string`,desc:`<dir> output directory for .drawio files`,normalize:!0,coerce:resolve}).options({project,"use-dot":useDotBin}).epilog(`${u.bold(`Examples:`)}
|
|
201
|
+
${u.green(`$0 export drawio`)}
|
|
202
|
+
${u.gray(`Export all views to DrawIO in current directory`)}
|
|
203
|
+
|
|
204
|
+
${u.green(`$0 export drawio -o ./diagrams src/`)}
|
|
205
|
+
${u.gray(`Export views to ./diagrams/`)}
|
|
206
|
+
`),handler:async i=>{let a=i.outdir??i.path,o=i.project,s=createLikeC4Logger(`c4:export`),c=startTimer(s),l=await fromWorkspace(i.path,{graphviz:useDotBin?`binary`:`wasm`,watch:!1});l.ensureSingleProject();let d=o==null?void 0:l.languageServices.projectsManager.ensureProjectId(o),f=await l.layoutedModel(d);if(f===LikeC4Model$1.EMPTY)throw s.error(`No project or empty model`),Error(`No project or empty model`);await mkdir(a,{recursive:!0});let p=0;for(let i of f.views()){let o=i.$view;try{let c=generateDrawio(i),l=resolve(a,o.id+`.drawio`);await writeFile(l,c),s.info(`${u.dim(`generated`)} ${relative(process.cwd(),l)}`),p++}catch(i){s.error(`Failed to export view ${o.id}`,{error:i instanceof Error?i:Error(String(i))})}}p>0&&s.info(`${u.dim(`total`)} ${p} DrawIO file(s)`),c.stopAndLog(`✓ export drawio in `)}})}function jsonCmd(i){return i.command({command:`json [path]`,describe:`export model(s) to JSON`,builder:i=>i.positional(`path`,path$1).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> output .json file`,default:`likec4.json`,normalize:!0,coerce:resolve}).options({project,"use-dot":useDotBin,"skip-layout":{type:`boolean`,desc:`skip layouting (only compute model)`},pretty:{type:`boolean`,desc:`indented JSON output`}}).epilog(`${u.bold(`Examples:`)}
|
|
207
|
+
${u.green(`$0 export json --skip-layout`)}
|
|
208
|
+
${u.gray(`Search for likec4 files in current directory and output JSON to likec4.json (no layout)`)}
|
|
209
|
+
|
|
210
|
+
${u.green(`$0 export json --pretty -o ./generated/likec4.json src/likec4 `)}
|
|
211
|
+
${u.gray(`Search for likec4 files in src/likec4 and output JSON to generated/likec4.json`)}
|
|
212
|
+
`),handler:async i=>{let a=i.outfile,o=i.project,s=createLikeC4Logger(`c4:export`),l=startTimer(s),d=await fromWorkspace(i.path,{graphviz:useDotBin?`binary`:`wasm`,watch:!1}),f=[...d.projectsManager.all];if(o){if(f=f.filter(i=>i===o),!t$4(f,1))throw s.error(`project not found: ${o}`),Error(`project not found: ${o}`)}else{if(!t$4(f,1))throw s.error(`No projects found`),Error(`No projects found`);s.info(`${u.dim(`workspace:`)} Found ${f.length} projects`)}let p=[];for(let a of f){let o;if(i.skipLayout?(s.info(`Generate model for project ${u.green(a)} ${u.dim(`(skip layout)`)}`),o=await d.computedModel(a)):(s.info(`Generating layouted model for project ${u.green(a)}`),o=await d.layoutedModel(a)),o===LikeC4Model$1.EMPTY){s.warn(u.yellow(`Project ${a} is empty, skipping`));continue}p.push(o.$data)}extname(a)!==`.json`&&(a+=`.json`),await mkdir(dirname(a),{recursive:!0});let m=p.length===1?p[0]:p,h=i.pretty?JSON.stringify(m,void 0,2):JSON.stringify(m);await writeFile(a,h);let g=a.startsWith(i.path)?relative(i.path,a):a;s.info(`${u.dim(`generated`)} ${g}`),l.stopAndLog(`✓ export in `)}})}var import_picomatch=__toESM(require_picomatch(),1);function resolveServerUrl(i){if(i.resolvedUrls)return n(i.resolvedUrls.network)??n(i.resolvedUrls.local)}function printServerUrls(i){if(!i.resolvedUrls)throw Error(`Vite server is not ready, no resolvedUrls`);boxen([u.green(`LikeC4 served at:`),``,u.dim(`Local: `)+i.resolvedUrls.local.join(`
|
|
213
|
+
`+``.padEnd(9,` `)),i.resolvedUrls.network.length?u.dim(`Network: `)+i.resolvedUrls.network.join(`
|
|
214
|
+
`+``.padEnd(9,` `)):void 0].filter(i=>e$3(i)).join(`
|
|
215
|
+
`))}async function viteDev({buildWebcomponent:i=!0,hmr:a=!0,webcomponentPrefix:o=`likec4`,title:s,languageServices:c,likec4AssetsDir:l,openBrowser:d,listen:f,port:p,...m}){l??=await mkdtemp(join(tmpdir(),`.likec4-assets-`));let{isDev:h,...g}=await viteConfig({...m,languageServices:c,likec4AssetsDir:l,webcomponentPrefix:o,title:s}),_=g.customLogger;p??=env.PORT?parseInt(env.PORT,10):void 0,p||=await getPorts({port:[5173,5174,...portNumbers(61e3,61010),...portNumbers(62002,62010)]});let v=24678,y=await mkTempPublicDir(),b=f??(isInsideContainer()?`0.0.0.0`:`localhost`);a?(v=await getPorts({port:portNumbers(24678,24690)}),_.info(`Enabling HMR: localhost:${v}`),isInsideContainer()&&_.info(u.yellow(`ensure port ${v} is published from container`))):_.info(`Disabling HMR`);let x=await createServer({...g,define:a?{...g.define,"process.env.NODE_ENV":`"development"`}:g.define,mode:a?`development`:g.mode,publicDir:y,server:{host:b,allowedHosts:!0,port:p,hmr:a&&{overlay:!0,port:v},fs:{strict:!1},open:d??(!h&&!isInsideContainer())}});return i?(_.info(`Building webcomponent`),viteWebcomponentConfig({webcomponentPrefix:o,languageServices:c,outDir:y,base:g.base}).then(i=>build({...i,logLevel:`warn`})).catch(i=>{_.warn(loggable(i)),_.warn(`webcomponent build failed, ignoring error and continue`)})):_.info(`Skip webcomponent build`),await x.listen(),x}async function takeScreenshot({browserContext:i,views:a,output:o,logger:s,timeout:c,maxAttempts:l,dynamicVariant:p,outputType:m,theme:h}){let g,_=a.map(i=>({view:i,attempt:1})),v=[],y;for(;y=_.shift();){let{view:a,attempt:b}=y,x=`export/${encodeURIComponent(a.id)}/`;try{if(b>1){g&&=(g.close({runBeforeUnload:!0}).catch(i=>s.error(`failed to close page: ${i}`)),void 0);let i=t$5(b*200,{min:200,max:1e3});s.info(u.cyan(x)+u.dim(` attempt ${b} of ${l} after ${i}ms`)),await setTimeout(i)}else a.hasLayoutDrift&&s.warn(u.yellow(`Drift detected, manual layout can not be applied, view may be invalid: `)+u.red(a.id));let _=`.`;m===`relative`&&(_=a.sourcePath??`.`,_=_.includes(`/`)?_.slice(0,_.lastIndexOf(`/`)):`.`);let y=resolve(o,_,`${a.id}.png`);g??=await i.newPage();let S=a.bounds;p===`sequence`&&a._type===`dynamic`&&(S=a.sequenceLayout.bounds),await g.setViewportSize({width:S.width+40+20,height:S.height+40+20}),await g.goto(withQuery(x,{padding:20,theme:h,dynamic:p})),s.info(u.cyan(x)+u.dim(` -> ${relative(o,y)}`)),await g.waitForSelector(`.react-flow.initialized`),a.nodes.some(i=>e$4(i.icon)&&i.icon.toLowerCase().startsWith(`http`))&&await waitAllImages(g,c),await g.getByTestId(`export-page`).screenshot({animations:`disabled`,path:y,omitBackground:!0}),v.push({view:a,path:y})}catch(i){g?.close({runBeforeUnload:!0}).catch(i=>s.error(`failed to close page: ${i}`)),s.error(u.red(`failed `+x+`
|
|
216
|
+
`+i)),b<l&&(_.push({view:a,attempt:b+1}),s.info(u.dim(`retry ${x}`))),g=void 0}}return v}async function waitAllImages(i,a){let o=await i.locator(`//img`).all();if(!o.length)return;let s=o.map(i=>i.evaluate(i=>i.complete||new Promise(a=>{i.onload=a,i.onerror=a}),{timeout:Math.max(15e3,a)}));await Promise.allSettled(s)}async function exportViewsToPNG({logger:i,serverUrl:a,theme:o=`light`,timeoutMs:s=15e3,views:c,output:l,outputType:d=`relative`,maxAttempts:f=3,chromiumSandbox:p=!1,sequence:m=!1}){i.info(`${u.dim(`output`)} ${l}`),i.info(`${u.dim(`base url`)} ${a}\n`);let{chromium:h}=await import(`playwright`),g=h.executablePath();i.info(u.cyan(`Start chromium`)+` `+u.dim(g));let _=await h.launch({chromiumSandbox:p,headless:!0});i.info(u.cyan(`Color scheme: `)+o+`
|
|
217
|
+
`);let v=await _.newContext({deviceScaleFactor:2,colorScheme:o,baseURL:a,bypassCSP:!0,ignoreHTTPSErrors:!0,isMobile:!1});v.setDefaultNavigationTimeout(s),v.setDefaultTimeout(s);try{return await takeScreenshot({browserContext:v,views:c,output:l,outputType:d,logger:i,maxAttempts:f,dynamicVariant:m?`sequence`:`diagram`,timeout:s,theme:o})}finally{i.info(u.cyan(`close chromium`)),await v.close(),await _.close()}}async function pngHandler({path:i,useDotBin:a,project:o,theme:s=`light`,output:l,outputType:d,serverUrl:f,ignore:p=!1,timeoutMs:m=1e4,maxAttempts:h=3,filter:g,sequence:_=!1,chromiumSandbox:v=!1}){try{var y=_usingCtx();let b=createLikeC4Logger(`export`),x=hrtime(),S=y.a(await fromWorkspace(i,{graphviz:a?`binary`:`wasm`,watch:!1}));l??=S.workspace;let C,w=[...S.languageServices.projects()];if(o&&!w.some(i=>i.id===o))throw b.error(`project not found: ${o}`),Error(`project not found: ${o}`);if(!f&&(b.info(u.cyan(`start preview server`)),C=await viteDev({languageServices:S,buildWebcomponent:!1,openBrowser:!1,hmr:!1}),f=resolveServerUrl(C),!f))throw b.error(`Vite server is not ready, no resolvedUrls`),Error(`Vite server is not ready, no resolvedUrls`);for(let i of w){if(o&&i.id!==o)continue;w.length>1&&(b.info(u.dim(`---------`)),b.info(`${u.dim(`project:`)} ${i.id}`),b.info(`${u.dim(`folder:`)} ${i.folder.fsPath}`));let a=await S.diagrams(i.id);if(g&&t$4(g,1)&&t$4(a,1)){let i=(0,import_picomatch.default)(g);b.info(`${u.cyan(`filter`)} ${u.dim(JSON.stringify(g))}`),a=a.filter(a=>i(a.id)?(b.info(`${u.green(`include`)} ${a.id} ✅`),!0):(b.info(`${u.gray(`skip`)} ${u.dim(a.id)}`),!1))}if(!t$4(a,1)){b.warn(`no views found`);continue}let y=w.length>1?withTrailingSlash(joinURL(f,`project`,i.id)):f,C=w.length>1?joinURL(l,i.id):l,E=await exportViewsToPNG({logger:b,serverUrl:y,theme:s,timeoutMs:m,views:a,output:C,outputType:d,maxAttempts:h,sequence:_,chromiumSandbox:v}),{pretty:D}=inMillis(x);if(E.length>0&&b.info(u.green(`exported ${E.length} views in ${D}`)+`
|
|
218
|
+
`),E.length!==a.length&&(p&&E.length>0?b.info(u.dim(`ignore`)+` `+u.red(`failed ${a.length-E.length} out of ${a.length} views`)):b.error(u.red(`failed ${a.length-E.length} out of ${a.length} views`))),E.length!==a.length&&(E.length===0||!p))throw Error(`Failed ${a.length-E.length} out of ${a.length} views`)}C&&(b.info(u.cyan(`stop server`)),await C.close().catch(i=>{b.error(i)}))}catch(i){y.e=i}finally{await y.d()}}function pngCmd(i){return i.command({command:`png [path]`,describe:`export views to PNG`,builder:i=>i.positional(`path`,path$1).options({output:{alias:[`o`,`outdir`],type:`string`,desc:`output directory, if not specified, images are saved next to sources`,normalize:!0,nargs:1,coerce:resolve},project,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 --theme=light`,conflicts:[`theme`,`dark`]},"use-dot":useDotBin,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
|
|
219
|
+
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)`,default:!1}}).epilog(`${u.bold(`Examples:`)}
|
|
220
|
+
${u.green(`$0 export png`)}
|
|
221
|
+
${u.gray(`Search for likec4 files in current directory and output PNG next to sources`)}
|
|
222
|
+
|
|
223
|
+
${u.green(`$0 export png --theme dark -o ./png src/likec4`)}
|
|
224
|
+
${u.gray(`Search for likec4 files in src/likec4 and output PNG with dark theme to png folder`)}
|
|
225
|
+
|
|
226
|
+
${u.green(`$0 export png -f "team1*" -f "team2*" --flat -o ./png src/likec4`)}
|
|
227
|
+
${u.gray(`Export views matching team1* or team2* only`)}
|
|
228
|
+
|
|
229
|
+
${u.green(`$0 export png -f "use-case*" --sequence src/likec4`)}
|
|
230
|
+
${u.gray(`Export views matching use-case* using sequence layout`)}
|
|
231
|
+
`),handler:async i=>{invariant(i.timeout>=1,`timeout must be >= 1`),invariant(i[`max-attempts`]>=1,`max-attempts must be >= 1`),await ensureReact();let a=i.theme??(i.dark?`dark`:`light`);await pngHandler({path:i.path,useDotBin:i[`use-dot`],output:i.output,project:i.project,timeoutMs:i.timeout*1e3,maxAttempts:i.maxAttempts,ignore:i.ignore===!0,outputType:i.flat?`flat`:`relative`,serverUrl:i.serverUrl,theme:a,filter:i.filter,sequence:i.seq,chromiumSandbox:i[`chromium-sandbox`]})}})}const exportCmd=i=>i.command({command:`export <format> [path]`,describe:`Export to images, JSON, or DrawIO`,builder:i=>t$1(i.usage(`${u.bold(`Usage:`)} $0 export <format> [path]`),pngCmd,jsonCmd,drawioCmd$1).updateStrings({"Commands:":u.bold(`Formats:`)}),handler:()=>void 0});function drawioCmd(i){return i.command({command:`drawio <input>`,describe:`convert DrawIO (.drawio) to LikeC4 source (.c4)`,builder:i=>i.positional(`input`,{type:`string`,describe:`path to .drawio or .drawio.xml file`,normalize:!0,coerce:resolve}).option(`outfile`,{alias:`o`,type:`string`,desc:`<file> output .c4 file (default: same name as input with .c4)`,normalize:!0,coerce:resolve}).epilog(`${u.bold(`Examples:`)}
|
|
232
|
+
${u.green(`$0 import drawio diagram.drawio`)}
|
|
233
|
+
${u.gray(`Convert diagram.drawio to diagram.c4`)}
|
|
234
|
+
|
|
235
|
+
${u.green(`$0 import drawio diagram.drawio -o src/model.c4`)}
|
|
236
|
+
${u.gray(`Convert and write to src/model.c4`)}
|
|
237
|
+
`),handler:async i=>{let a=createLikeC4Logger(`c4:import`),o=startTimer(a),s=i.input;if(!s)throw Error(`Missing required argument: input`);let c=parseDrawioToLikeC4(await readFile(s,`utf-8`)),l=i.outfile;l?extname(l)!==`.c4`&&(l+=`.c4`):l=s.replace(/\.drawio(\.xml)?$/i,``)+`.c4`,await writeFile(l,c),a.info(`${u.dim(`generated`)} ${relative(process.cwd(),l)}`),o.stopAndLog(`✓ import drawio in `)}})}const importCmd=i=>i.command({command:`import <format> <input>`,describe:`Convert external diagram formats to LikeC4`,builder:i=>t$1(i.usage(`${u.bold(`Usage:`)} $0 import <format> <input> [options]`),drawioCmd).updateStrings({"Commands:":u.bold(`Formats:`)}),handler:()=>void 0}),mcpCmd=i=>i.command({command:`mcp [path]`,aliases:[],describe:`Start MCP server`,builder:i=>i.usage(`${u.bold(`Usage:`)} $0 mcp [path]`).positional(`path`,path$1).option(`stdio`,{boolean:!0,description:`use stdio 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`,useDotBin).epilog(`${u.bold(`Examples:`)}
|
|
238
|
+
${u.green(`$0 mcp`)}
|
|
239
|
+
${u.gray(`Start MCP with default stdio transport`)}
|
|
240
|
+
${u.green(`$0 mcp --http ./src`)}
|
|
241
|
+
${u.gray(`Start MCP with streamable http transport on port 33335 at ./src folder`)}
|
|
242
|
+
${u.green(`$0 mcp -p 1234`)}
|
|
243
|
+
${u.gray(`Start MCP with streamable http transport on port 1234`)}
|
|
244
|
+
`),handler:async i=>{i.http||i.port?await startHttpMcp(i.path,i.useDot,i.port):await startStdioMcp(i.path,i.useDot)}});async function startHttpMcp(i,a,o=33335){await fromWorkspace$1(i,{mcp:{port:o},watch:!0,graphviz:a?`binary`:`wasm`}),boxen([u.green(`LikeC4 MCP served at:`),`
|
|
539
245
|
{
|
|
540
246
|
"mcpServers": {
|
|
541
247
|
"likec4": {
|
|
542
|
-
"url": "http://localhost:${
|
|
248
|
+
"url": "http://localhost:${o}/mcp"
|
|
543
249
|
}
|
|
544
250
|
}
|
|
545
251
|
}
|
|
546
252
|
|
|
547
|
-
${
|
|
548
|
-
${
|
|
253
|
+
${u.dim(`Documentation:`)}
|
|
254
|
+
${u.underline(`https://likec4.dev/tooling/mcp/#using-extension`)}
|
|
549
255
|
`].join(`
|
|
550
|
-
`))}async function
|
|
551
|
-
|
|
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)});
|
|
256
|
+
`))}async function startStdioMcp(i,a){await fromWorkspace$1(i,{mcp:`stdio`,watch:!0,graphviz:a?`binary`:`wasm`})}async function vitePreview(i){let a=await viteConfig({...i,likec4AssetsDir:``,webcomponentPrefix:void 0}),o=await getPorts({port:portNumbers(62001,62010)}),s=i?.open??!1;return await preview({...a,mode:`production`,preview:{host:i.listen??`127.0.0.1`,allowedHosts:!0,port:o,open:s}})}async function handler$1({path:i,output:a,base:o,listen:s}){printServerUrls(await vitePreview({base:o,languageServices:await fromWorkspace(i,{watch:!1}),outputDir:a,open:!isInsideContainer(),listen:s}))}const previewCmd=i=>i.command({command:`preview [path]`,describe:`Start local server to preview production build`,builder:i=>i.positional(`path`,{type:`string`,desc:`Directory with LikeC4 source files
|
|
257
|
+
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`],resolve$1).default(`path`,resolve$1(`.`),`.`).default(`listen`,`127.0.0.1`,`localhost`),handler:async i=>{await handler$1(i)}});async function handler({path:i,useDotBin:a,webcomponentPrefix:o,title:s,useHashHistory:c,enableWebcomponent:l=!0,enableHMR:d=!0,base:f,listen:p,port:m}){d&&(process.env.NODE_ENV=`development`);let h=await viteDev({buildWebcomponent:l,hmr:d,base:f,webcomponentPrefix:o,title:s,languageServices:await fromWorkspace(i,{graphviz:a?`binary`:`wasm`,watch:d}),useHashHistory:c,likec4AssetsDir:await mkdtemp(join(tmpdir(),`.likec4-assets-`)),listen:p,port:m});h.config.logger.clearScreen(`info`),printServerUrls(h)}const serveCmd=i=>i.command({command:`start [path]`,aliases:[`serve`,`dev`],describe:`Start local dev server to preview LikeC4 views`,builder:i=>i.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({"react-hmr":{type:`boolean`,default:!0,describe:`Enable/Disable React HMR`},"build-webcomponent":{type:`boolean`,default:!0,describe:`Enable/Disable Webcomponent build`}}),handler:async i=>{await ensureReact(),await handler({path:i.path,useDotBin:i[`use-dot`],base:i.base,webcomponentPrefix:i[`webcomponent-prefix`],title:i.title,useHashHistory:i[`use-hash-history`],listen:i.listen,port:i.port,enableHMR:i[`react-hmr`],enableWebcomponent:i[`build-webcomponent`]})}});function validateModel(i){return i.getErrors().length===0}async function validateLayout(i,a,o){let s=await a.diagrams(),c=!1;for(let a of s)a.drifts&&a.drifts.length>0&&(c=!0,o.error(u.red(`Layout drift detected on view '${a.id}' at ${resolve(i,a.sourcePath??`.`)}`)));return!c}const validateCmd=i=>i.command({command:`validate [path]`,aliases:[],describe:`Validate model syntax and manual layout`,builder:i=>i.positional(`path`,path$1).option(`ignore-layout`,{alias:[`skip-layout`],boolean:!0,default:!1,description:`do not validate layout of views`}),handler:async i=>{let a=createLikeC4Logger(`c4:validate`),o=i[`ignore-layout`],s=await fromWorkspace(i.path,{watch:!1}),c=validateModel(s);c&&=o||await validateLayout(i.path,s,a)}});function configurelogger(i=isDevelopment){configureLogger({sinks:{console:getConsoleSink({formatter:u.isColorSupported?getAnsiColorFormatter():getConsoleFormatter()})},loggers:[{category:`likec4`,sinks:[`console`],lowestLevel:i?`debug`:`info`}]})}async function main(){!false_default&&!isInsideContainer()&¬ifyAvailableUpdate(),await t$1(yargs(hideBin(argv)),serveCmd,buildCmd,codegenCmd,exportCmd,importCmd,previewCmd,validateCmd,mcpCmd,checkUpdateCmd,i=>i.command({command:`completion`,describe:`Generate completion script`,handler:()=>{i.showCompletionScript()}})).scriptName(`likec4`).usage(`Usage: $0 <command>`).version(version).alias(`v`,`version`).alias(`h`,`help`).help(`help`).option(`verbose`,{type:`boolean`,describe:`verbose logging`,global:!0}).demandCommand(1,`Please run with valid command`).recommendCommands().showHelpOnFail(!0).updateStrings({"Options:":u.bold(`Options:`),"Positionals:":u.bold(`Arguments:`),"Commands:":u.bold(`Commands:`),"Examples:":u.bold(`Examples:`)}).wrap(t$5(stdout.columns-10,{min:80,max:150})).middleware(i=>{configurelogger(i.verbose||isDevelopment)}).parseAsync()}main().catch(()=>{exit(1)}),process.on(`unhandledRejection`,i=>{console.error(`Unhandled rejection`,i)});export{};
|