m0saic 0.0.0 → 0.2.1
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 +126 -0
- package/README.md +162 -2
- package/dist/browseE2e.js +1 -0
- package/dist/connectionsFromEnv.js +1 -0
- package/dist/e2eTemplateVariants.js +1 -0
- package/dist/frontDoor.js +1 -0
- package/dist/index.js +2 -0
- package/dist/inlineDsl.js +1 -0
- package/dist/mosaicxRunner.js +1 -0
- package/dist/outputPattern.js +1 -0
- package/dist/showcaseFeed.js +1 -0
- package/dist/templateDoctor.js +1 -0
- package/dist/utils/checkFeasibility.js +1 -0
- package/dist/utils/collectRenderErrors.js +1 -0
- package/dist/utils/enrichImageAlphaFromDoc.js +1 -0
- package/dist/utils/ensureFfmpeg.js +1 -0
- package/dist/utils/extractLayoutMeta.js +1 -0
- package/dist/utils/failureHints.js +1 -0
- package/dist/utils/ffmpegProbe.js +1 -0
- package/dist/utils/formatM0saicForCli.js +1 -0
- package/dist/utils/hashFile.js +1 -0
- package/dist/utils/helpGroups.js +1 -0
- package/dist/utils/invocation.js +1 -0
- package/dist/utils/mosaicSpinner.js +1 -0
- package/dist/utils/parseDimensions.js +1 -0
- package/dist/utils/pathInfo.js +1 -0
- package/dist/utils/readJsonArg.js +1 -0
- package/dist/utils/renderOutcome.js +1 -0
- package/dist/utils/renderReport.js +1 -0
- package/dist/utils/renderSignals.js +1 -0
- package/dist/utils/renderWorkspace.js +1 -0
- package/dist/utils/setupFfmpeg.js +1 -0
- package/dist/utils/telemetry.js +1 -0
- package/dist/utils/telemetryFlushWorker.js +1 -0
- package/dist/utils/telemetryUpstream.js +1 -0
- package/dist/utils/telemetryUsage.js +1 -0
- package/dist/utils/toolchainConfig.js +1 -0
- package/dist/utils/tutorialDuration.js +1 -0
- package/dist/utils/updateCheck.js +1 -0
- package/dist/utils/updateCheckWorker.js +1 -0
- package/dist/utils/validateSourceCounts.js +1 -0
- package/dist/utils/versions.js +1 -0
- package/dist/webCustomizeLink.js +1 -0
- package/node_modules/@m0saic/community-m/CONTRIBUTING.md +108 -0
- package/node_modules/@m0saic/community-m/LICENSE +28 -0
- package/node_modules/@m0saic/community-m/README.md +102 -0
- package/node_modules/@m0saic/community-m/geometry/m-33-tiles.json +270 -0
- package/node_modules/@m0saic/community-m/geometry/m-33.m0c +265 -0
- package/node_modules/@m0saic/community-m/index.json +148 -0
- package/node_modules/@m0saic/community-m/ms/001/community-m-001.m0p +346 -0
- package/node_modules/@m0saic/community-m/ms/001/m.json +12 -0
- package/node_modules/@m0saic/community-m/ms/001/root/assets/.gitkeep +0 -0
- package/node_modules/@m0saic/community-m/ms/001/root/piece.mosaic +105 -0
- package/node_modules/@m0saic/community-m/ms/001/root/portrait.jpg +0 -0
- package/node_modules/@m0saic/community-m/ms/001/root/slot.json +18 -0
- package/node_modules/@m0saic/community-m/ms/001/root/slot.m0c +296 -0
- package/node_modules/@m0saic/community-m/ms/001/root/tile.png +0 -0
- package/node_modules/@m0saic/community-m/ms/002/community-m-002.m0p +324 -0
- package/node_modules/@m0saic/community-m/ms/002/m.json +7 -0
- package/node_modules/@m0saic/community-m/package.json +5 -0
- package/node_modules/@m0saic/community-m/release.json +4 -0
- package/node_modules/@m0saic/community-m/tools/assemble.mjs +87 -0
- package/node_modules/@m0saic/community-m/tools/claim-order.mjs +42 -0
- package/node_modules/@m0saic/community-m/tools/lib.mjs +208 -0
- package/node_modules/@m0saic/community-m/tools/new-slot.mjs +123 -0
- package/node_modules/@m0saic/community-m/tools/validate.mjs +203 -0
- package/node_modules/@m0saic/core/LICENSE +7 -0
- package/node_modules/@m0saic/core/assets/pill_mask_1024.png +0 -0
- package/node_modules/@m0saic/core/assets/rounded_mask_1024.png +0 -0
- package/node_modules/@m0saic/core/dist/core/buildChildMosaicSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildChunkCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildEncodeCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildLavfiSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMediaSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMosaicNode.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildMosaicPlanFromFile.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildSvgTextSource.js +1 -0
- package/node_modules/@m0saic/core/dist/core/buildTextRenderCommand.js +1 -0
- package/node_modules/@m0saic/core/dist/core/collectRefTargets.js +1 -0
- package/node_modules/@m0saic/core/dist/core/index.js +1 -0
- package/node_modules/@m0saic/core/dist/core/maskCacheDir.js +1 -0
- package/node_modules/@m0saic/core/dist/core/maskWorkerBridge.js +1 -0
- package/node_modules/@m0saic/core/dist/core/playbackPlaySpeed.js +1 -0
- package/node_modules/@m0saic/core/dist/core/prepareProps.js +1 -0
- package/node_modules/@m0saic/core/dist/core/primaryOutput.js +1 -0
- package/node_modules/@m0saic/core/dist/core/rasterizeMaskPng.js +1 -0
- package/node_modules/@m0saic/core/dist/core/rasterizeSvgMediaPng.js +1 -0
- package/node_modules/@m0saic/core/dist/core/refTargetTap.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveMasks.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveMasksSync.js +1 -0
- package/node_modules/@m0saic/core/dist/core/resolveStrokeRingsSync.js +1 -0
- package/node_modules/@m0saic/core/dist/core/roundedRectMask.js +1 -0
- package/node_modules/@m0saic/core/dist/core/strokeRing.js +1 -0
- package/node_modules/@m0saic/core/dist/core/svgRaster.js +1 -0
- package/node_modules/@m0saic/core/dist/defaults.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/backgroundImageInput.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/bufferGuard.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/ffmpegCommands.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBackdropBlur.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBlur.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyBorderRadius.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyCamera.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyChromaKey.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyFade.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyGrade.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyMask.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyNoise.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyPixelize.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyRotate.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyStroke.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/applyTileEffects.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/coverCrop.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/index.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/filters/sourceRectCrop.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/gridLowering.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/index.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/splitAvMux.js +1 -0
- package/node_modules/@m0saic/core/dist/ffmpeg/threadGuard.js +1 -0
- package/node_modules/@m0saic/core/dist/flatten/index.js +1 -0
- package/node_modules/@m0saic/core/dist/fs/index.js +1 -0
- package/node_modules/@m0saic/core/dist/fs/tempWorkspace.js +1 -0
- package/node_modules/@m0saic/core/dist/index.js +1 -0
- package/node_modules/@m0saic/core/dist/media/buildAssetManifestFromInputs.js +1 -0
- package/node_modules/@m0saic/core/dist/media/buildMediaRegistryFromInput.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromInvocationProps.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromMosaicRenderableFile.js +1 -0
- package/node_modules/@m0saic/core/dist/media/collectMediaInputsFromProps.js +1 -0
- package/node_modules/@m0saic/core/dist/media/index.js +1 -0
- package/node_modules/@m0saic/core/dist/media/internalMintAsset.js +1 -0
- package/node_modules/@m0saic/core/dist/media/remoteUrl.js +1 -0
- package/node_modules/@m0saic/core/dist/media/stageUnsafeFilenames.js +1 -0
- package/node_modules/@m0saic/core/dist/media/types.js +1 -0
- package/node_modules/@m0saic/core/dist/output/index.js +1 -0
- package/node_modules/@m0saic/core/dist/output/resolveOutputFormat.js +1 -0
- package/node_modules/@m0saic/core/dist/output/types.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/cellLuminanceProbe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/extractSubtitleCues.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/helpers.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/index.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/luminanceProbe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/probeMedia.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/runFFprobe.js +1 -0
- package/node_modules/@m0saic/core/dist/probe/types.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/engineRedaction.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/ffmpegFailure.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/filterPreflight.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/hashFile.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/index.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/pathInfo.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/perfHeatmap.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/perfReport.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/pipelineM0p.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderCostModel.constants.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderCostModel.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderReport.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/renderSidecars.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/resolveMosaicx.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/runPlan.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/types.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/upstream.js +1 -0
- package/node_modules/@m0saic/core/dist/runtime/writeSidecars.js +1 -0
- package/node_modules/@m0saic/core/dist/types/chunk.js +1 -0
- package/node_modules/@m0saic/core/dist/types/index.js +1 -0
- package/node_modules/@m0saic/core/dist/types/mosaic-plan.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/assertTiming.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/command.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/createEngineContext.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/createTemplateRenderCache.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/ffmpegColor.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/formatDuration.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/fsSafeId.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/index.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/lowerRenderableToMosaicDocument.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/movSafeCodec.js +1 -0
- package/node_modules/@m0saic/core/dist/utils/resolveBoxFrac.js +1 -0
- package/node_modules/@m0saic/core/dist/validate/index.js +1 -0
- package/node_modules/@m0saic/core/package.json +6 -0
- package/node_modules/@m0saic/core/scripts/mask-rasterize-core.js +1 -0
- package/node_modules/@m0saic/core/scripts/mask-rasterize-worker.js +1 -0
- package/node_modules/@m0saic/core/scripts/mask-worker-thread.js +1 -0
- package/node_modules/@m0saic/dictionary/LICENSE +13 -0
- package/node_modules/@m0saic/dictionary/dist/browser.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/__generated__.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic.m0c +265 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual.txt +274 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual_areas.txt +272 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/m0saic_visual_art.txt +272 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/metadata.json +300 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/m0saic.m0 +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m-33_bitmap/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic.m0c +205 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/metadata.json +247 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic.m0c +366 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/metadata.json +406 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/m0saic-pattern/preview.png +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0.json +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic.m0c +24 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/m0saic_src.m0 +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/brand/qr/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic_pretty.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/m0saic_tree.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x2/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/2x3/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic_pretty.txt +12 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/m0saic_tree.txt +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x2/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic_pretty.txt +17 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/m0saic_tree.txt +13 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/3x3/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic_pretty.txt +26 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/m0saic_tree.txt +21 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/4x4/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/grids/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic_pretty.txt +13 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/bottom-feature/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic_pretty.txt +16 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/column-grid/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic_pretty.txt +20 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/m0saic_tree.txt +16 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/dense-dashboard/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/m0saic_tree.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/feature-sidebar/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1280x720.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-bottom-strip/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-sidebar/wireframe_2560x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/hero-top-strip/metadata.json +52 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic_pretty.txt +10 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/m0saic_tree.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/l-shape/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic_pretty.txt +8 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/m0saic_tree.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/main-two-supporting/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/sidebar-main/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic_pretty.txt +15 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/stacked-pairs/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic_pretty.txt +12 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/m0saic_tree.txt +9 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/t-shape/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic_pretty.txt +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/three-up/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic_pretty.txt +14 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/m0saic_tree.txt +11 -0
- package/node_modules/@m0saic/dictionary/dist/entries/layouts/wide-feature/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-col/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/1-2-row/metadata.json +51 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-col/metadata.json +50 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-1-row/metadata.json +51 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic_pretty.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/m0saic_tree.txt +3 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-col/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic_pretty.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/m0saic_tree.txt +3 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/2-row/metadata.json +49 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_1920x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-col/wireframe_2560x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic_pretty.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/m0saic_tree.txt +4 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/metadata.json +54 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1080.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1350.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/3-row/wireframe_1080x1920.mp4 +0 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic_pretty.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-col/metadata.json +48 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic.m0 +7 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic_pretty.txt +6 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/m0saic_tree.txt +5 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/4-row/metadata.json +53 -0
- package/node_modules/@m0saic/dictionary/dist/entries/splits/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/aspectFit.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/aspectSafeGrid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/barcodeGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/bentoGridGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/comparisonGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/goldenLayout.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/goldenSpiralGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/grid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/labelTier.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/magazine.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/magazineGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/placeRect.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/qrCodeGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/quantizationFix.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/rankedListGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/safeCanvas.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/snapGrid.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/spotlightGenerator.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/generators/types.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/loadEntryM0.js +2 -0
- package/node_modules/@m0saic/dictionary/dist/operations/descriptors.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/operations/index.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/operations/types.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/registry.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/resolve.js +1 -0
- package/node_modules/@m0saic/dictionary/dist/sourceOrder.js +1 -0
- package/node_modules/@m0saic/dictionary/package.json +6 -0
- package/node_modules/@m0saic/dsl/LICENSE +201 -0
- package/node_modules/@m0saic/dsl/NOTICE +13 -0
- package/node_modules/@m0saic/dsl/README.md +417 -0
- package/node_modules/@m0saic/dsl/dist/cjs/complexity/complexity.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/complexity/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/equality/equality.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/equality/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/errors/errors.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/errors/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/feasibility/computeFeasibility.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/feasibility/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/m0StringCompact.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/format/m0StringFormat.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/internal/m0LexUtils.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/m0StringParser.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/parse/sortDeferredOverlays.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/validate/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/validate/m0StringValidator.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/warnings/index.js +1 -0
- package/node_modules/@m0saic/dsl/dist/cjs/warnings/warnings.js +1 -0
- package/node_modules/@m0saic/dsl/package.json +14 -0
- package/node_modules/@m0saic/dsl-file-formats/LICENSE +201 -0
- package/node_modules/@m0saic/dsl-file-formats/NOTICE +13 -0
- package/node_modules/@m0saic/dsl-file-formats/README.md +241 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0c.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0p.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/assets/icons/m0v.svg +29 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/conversions.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/derive.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/edit/editFileMeta.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/edit/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/parseM0File.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0/serializeM0File.js +3 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0Validation.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0c/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0c/m0cFile.js +5 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0p/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0p/m0pFile.js +2 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0v/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/m0v/m0vFile.js +2 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/index.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/types.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateFill.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateInsets.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validateLabels.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/dist/cjs/validate/validatePack.js +1 -0
- package/node_modules/@m0saic/dsl-file-formats/package.json +14 -0
- package/node_modules/@m0saic/dsl-stdlib/LICENSE +201 -0
- package/node_modules/@m0saic/dsl-stdlib/NOTICE +13 -0
- package/node_modules/@m0saic/dsl-stdlib/README.md +388 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/_internal/barSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/_internal/packLeafRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/aspectFit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/aspectSafeGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/bakeInsets.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/compactDocument.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/compactLossless.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/comparison.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/container.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/equalSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/golden.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/grid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeInsetRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeOptimizedRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeRect.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/placeRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/rankedList.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/rebuildRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/safeCanvas.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/scale.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/snapGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/snapRectPrecision.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/spotlight.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/strip.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/weightedSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/builders/weightedTokens.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/toM0FileText.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/constructors/toM0String.js +4 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeChannels.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToBars.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToM0c.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/barcodeToRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/code128.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/ean13.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/eanShared.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/barcode/upca.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/binaryGridToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/classifyPixels.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/despeckleGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/labelAreas.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/bitmap/visualSidecars.js +13 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/mask-shapes/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/encoder.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/mask.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/matrix.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/packDarkCells.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrPayloads.js +2 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToM0c.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToMatrix.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/qrToRects.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/reedSolomon.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/qr/version.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/customRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/customStableKeyRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/generateRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/generateStableKeyRankSet.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/rankFramesFromM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/ranks/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/enumerateSvgToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/extractGeometry.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/generateMasks.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/generateMasksByStableKey.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/inferGrid.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/parseSvg.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/rectsToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/svgToM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/libraries/svg/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/mirroredTypes.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/evaluateM0.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/extractNodeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/findFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/getLayerCount.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/hasOverlayAtSpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/quantizationSpread.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/queryFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/queries/withinBounds.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/constants.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/lexUtils.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/output.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/resolveSpanByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/_internal/walkByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/compose.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/_internal/buildMeasureFragment.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/measure/measureSplitByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/overlay/addOverlayToAllFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/overlay/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/swap/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/composed/swap/swapFramesByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/pipe.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/frame/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/frame/setFrameTypeByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/addOverlayLayer.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removeOverlayByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/removePureNullLayers.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/overlay/wrapBelowByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/replace/replaceNodeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/_internal/buildSplitFragment.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/reduceSplitCounts.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitByLogicalIndex.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/split/splitByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/setTileTypeBySpan.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/primitives/tile/setTileTypeByStableId.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/rewriteOverlayChains.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/addOverlay.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/measureSplit.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/removeOverlay.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/replace.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/setTileType.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/split.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/unified/swapFrames.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/withHistory.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/transforms/withInverse.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/types.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/abs-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/is-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/normalize-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/parse-svg-path/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/svg-arc-to-cubic-bezier/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/dist/cjs/vendor/svg-path-bounds/index.js +1 -0
- package/node_modules/@m0saic/dsl-stdlib/package.json +14 -0
- package/node_modules/@m0saic/momo-types/LICENSE +201 -0
- package/node_modules/@m0saic/momo-types/NOTICE +13 -0
- package/node_modules/@m0saic/momo-types/dist/agent.js +6 -0
- package/node_modules/@m0saic/momo-types/dist/candidate.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/category.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/context.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/index.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/party.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/region.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/scoring.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/session-summary.js +1 -0
- package/node_modules/@m0saic/momo-types/dist/session.js +1 -0
- package/node_modules/@m0saic/momo-types/package.json +16 -0
- package/node_modules/@m0saic/platform/LICENSE +201 -0
- package/node_modules/@m0saic/platform/NOTICE +13 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/resolveAsset.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/asset/slugifyAssetKey.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/bridges/protocol.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/claimOrder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/mTiles.generated.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/hostCommunityDir.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/loadCommunityManifestFromDir.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/node/validateCommunityPiece.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/parseCommunityMManifest.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/placeholderArt.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/communityM/tileState.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/balance.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/compile.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/ffmpeg.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/guards.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/macros.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/overlay.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/time.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/ffexpr/window.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/host-connections/fileConnectionResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/host-connections/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/jobs/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/jobs/types.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/language/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/language/language.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/media/expandFolder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/media/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/absolutizeManifestPathsWeb.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/applyRectEditToMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/bakeDocumentInsets.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/edit/rebuildDocumentGeometry.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/flatten/flattenMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/flatten/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/layoutFloors/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/layoutFloors/layoutFloors.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/loadMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/loadMosaicXDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/outputKind/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/outputKind/outputKind.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/propBindings/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/propBindings/propBindings.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/serializeMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateAssetManifest.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateLavfiSource.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicOutput.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateMosaicXDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateSerializedMosaicDocument.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateSources.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/mosaic/validate/validateVariableSchema.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/output/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/output/validateOutputConfig.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/m0saicRoot.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/paths/tempPrefix.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/envSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/keychainSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/secrets/schemeSecretResolver.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/mosaicxLink.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/payloadCodec.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/portableProps.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/share/shareQuery.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/system/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/system/systemInfo.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/hostFingerprint.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/lifecycle.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/machineFactor.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/outbox.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/paths.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/preview.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/recordStore.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/recorder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/redactor.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/renderRecord.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/rollup.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/scrambler.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/sender.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/settingsStore.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/status.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/summary.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/upstreamDefaults.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/usageRecorder.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/telemetry/usageStore.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/depAllowlist.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/hostFirstResolution.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/loadTemplateRepoFromPath.js +6 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/resolveTemplatePreview.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/template-repos/validateTemplateRoles.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/templateId/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/templateId/parseTemplateId.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/childEnv.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/defaultBinaries.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/baseline.json +211 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/install.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/ffmpeg/release-dates.json +387 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/goldenFfmpeg.js +7 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/index.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/liveChildren.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/metadata.js +2 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/probe.js +1 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/probeChild.js +3 -0
- package/node_modules/@m0saic/platform/dist/cjs/toolchain/versionCompare.js +1 -0
- package/node_modules/@m0saic/platform/package.json +117 -0
- package/node_modules/@m0saic/product/LICENSE +7 -0
- package/node_modules/@m0saic/product/dist/communityRelease.js +1 -0
- package/node_modules/@m0saic/product/dist/freeTierLicense.js +1 -0
- package/node_modules/@m0saic/product/dist/index.js +1 -0
- package/node_modules/@m0saic/product/dist/licenseToken.js +1 -0
- package/node_modules/@m0saic/product/dist/postRenderWrapper.js +1 -0
- package/node_modules/@m0saic/product/dist/publicKeys.js +1 -0
- package/node_modules/@m0saic/product/dist/revokedKeys.js +1 -0
- package/node_modules/@m0saic/product/dist/upstreamDefaults.js +1 -0
- package/node_modules/@m0saic/product/package.json +6 -0
- package/node_modules/@m0saic/template-utils/LICENSE +201 -0
- package/node_modules/@m0saic/template-utils/NOTICE +13 -0
- package/node_modules/@m0saic/template-utils/README.md +3 -0
- package/node_modules/@m0saic/template-utils/assets/core/m-33_1024x1024.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-blue.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-gray.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-green.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder-red.png +0 -0
- package/node_modules/@m0saic/template-utils/assets/core/placeholder.mp4 +0 -0
- package/node_modules/@m0saic/template-utils/assets/starter/avatar.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/facecam.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/landscape.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/logo.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/portrait.svg +1 -0
- package/node_modules/@m0saic/template-utils/assets/starter/square.svg +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/camera.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/keyframes.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/motion.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/timing.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/anim/tracks.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/assertTiming.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/brandGlyphs.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/field-data.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/helloWorld.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/m-rects.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/hello-world/wordmark.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/onboarding-cover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-cover-assets.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-cover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/screencap-grid-tutorial.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/brand/onboarding-cover/theme-tokens.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/barcodeToRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/makeQrEyeChildDoc.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/qrStampExpressions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/qrToRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/stampQr.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/codes/styledQr.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/connectionOptionsRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/hostConnectionRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/data/upstream.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecated/gridCellInset.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecated/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/deprecation.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/layoutFingerprintFs.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/dev/renderTemplatePackToMosaicFiles.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/dev/renderTemplateToMosaicFile.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/ffexpr/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/alphaPerCell.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/bch.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/decoder.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/encoder.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/gf.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/mask.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/forensic/slotPlanner.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry/polyline.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/assertGeometry.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/checkDocGeometry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/frameResolution.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/latticeRelations.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/layoutConstraint.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/types.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/violationWireframe.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/withGeometryContract.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/geometry-contract/withLayoutContract.js +5 -0
- package/node_modules/@m0saic/template-utils/dist/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/latticeReport.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/smooth.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/lattice/splitCounts.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/latticeCellInset.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/parseMosaicLayout.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/placeInsetPieces.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/layout/placeOptimizedPieces.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/assetPath.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/build-overlay-stack.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/loadSession.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/readLayoutFile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/m0saic/utils.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/buildStepNames.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/canvasRegions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/computeFrameCount.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/defaultMedia.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/determineMediaType.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/timeRanges.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/media/timedCues.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/girdlines.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/lavfiStrip.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/primitives/transparentSlot.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/compliance.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/dieline.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/dpiCheck.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/latticeSnap.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/print/units.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/processRegistry.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/autoCompactRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/createDesignContext.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/finalizeRenderable.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderNestedTemplate.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateCover.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateLite.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateToRenderableFile.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/render/renderTemplateTutorial.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/render/stampOutput.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/seededRng.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeColorTile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeErrorMosaic.js +2 -0
- package/node_modules/@m0saic/template-utils/dist/sources/makeStubMosaic.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/solidBackground.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/sources/svgTextSource.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampLayout.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampOnMedia.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/stamp/stampWindows.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditDefaultProps.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditRenderedTemplate.js +5 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditRepoConventions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/auditSchemaConventions.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/defineMosaicTemplate.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/definePropsSchema.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/layoutFingerprintFile.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/resolveTemplateOutputHints.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateConventions.js +6 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateOriginScope.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/template/templateRegistry.js +3 -0
- package/node_modules/@m0saic/template-utils/dist/template/validateTemplateProps.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/fitText.js +10 -0
- package/node_modules/@m0saic/template-utils/dist/text/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/textToPath.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/text/wrapText.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/index.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/resolveThemeTokens.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/theming/theming.js +1 -0
- package/node_modules/@m0saic/template-utils/dist/transitions.js +1 -0
- package/node_modules/@m0saic/template-utils/package.json +6 -0
- package/node_modules/@m0saic/templates/LICENSE +13 -0
- package/node_modules/@m0saic/templates/dist/freeze.js +8 -0
- package/node_modules/@m0saic/templates/dist/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/onboarding-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/raster.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/_shared/svgRaster.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/v1/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/commit-feed/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/agents/trace-timeline/v1/trace-timeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/_shared/alpine-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/bar-graph/v1/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/bar-graph/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v1/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v2/commit-feed.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/commit-feed/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/assets/layout-lite.m0 +9 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/assets/layout-standard.m0 +9 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/contributor-table.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/contributor-table/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v1/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v2/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v3/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/donut/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v1/heatmap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v2/heatmap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/heatmap/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v1/kpi-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/kpi-card/v2/kpi-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/leaderboard/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/leaderboard/v1/leaderboard.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v1/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/line-chart/v2/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/progress-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/progress-card/v1/progress-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/stat-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/stat-card/v1/stat-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v1/timeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/timeline/v2/timeline.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v1/treemap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/alpine/treemap/v2/treemap.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/battery/manifest.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/assets/m-logo.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/assets/sample-session/benchmark.json +41 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/report/v1/report.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/benchmarkRun.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/confirmation.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/renderScenario.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/benchmark/run/v1/runner.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/back-catalog.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/business-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/business-card/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/camera.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/caption.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/community-m.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/community-m.web.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/gen-seed-piece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/imageSize.node.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/loadPiece.node.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/manifest.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/mark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/paths.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/piece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/preview.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/reveal.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/seedPiece.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/target.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/timing.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/webPiece.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/community-m/v1/wordmark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v1/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v2/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/logo/v3/logo_runner.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/brand-qr-with-logo.svg +8 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.dark.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.dark.static.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.light.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/assets/qr-animate.light.static.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/still/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/still/v1/qr-stamp-still.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/qr-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/brand/qr-stamp/video/v2/windows.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/line.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/_shared/scale.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/axis.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/defaults.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/format.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bar-cell.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bar-fill.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/bars-stack.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/chart-frame.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/labels.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/internal/plot-area.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v1/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v2/bar-graph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/bar-graph/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v2/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v3/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v4/donut.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/donut/v4/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/anim.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/axis.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/chrome-spec.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/defaults.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/format.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/frame.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/line-chart.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/line-series.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/line-chart/v1/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/stat-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/charts/stat-card/v1/stat-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-diff.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-lexer.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-metrics.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/_shared/code-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/internal/steps.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/code/snippet-morph/v1/snippet-morph.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/demo-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/emit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/image-collage.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/candidates.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/classify.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/paging.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/score.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/solve.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/tiler.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/packer/types.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/image-collage/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/grid-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/collage/spread-grid-mock/v1/spread-grid-mock.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/brand-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/m0saic-logo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/node-kit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/_shared/text-fit.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/dsl-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/canvas/v1/dsl-canvas.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/chrome/v1/dsl-chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/dsl-string/v1/dsl-string.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/panels/inspector/v1/dsl-inspector.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/buildSteps.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/camera.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/cursor.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/dslString.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/inspector.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/pipeline/timing.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/dsl-tutorial/v1/theme/tokens.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/_shared/cellLuminance.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/decode.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/report.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/verify/v1/verify.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/forensic-watermark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/maskAsset.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/forensic/watermark/video/v1/probeHost.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/client.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/connection.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/build-facts.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/facts.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/repo-facts-fetcher.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/repo-facts-fetcher/v1/sample-facts.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/week-math.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse/v1/weekly-pulse.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/v1/derive-pulse.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/weekly-pulse-adapter/v1/weekly-pulse-adapter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/github/year-card/v1/year-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/v1/hello-world.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hello-world/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/ffmpeg-logo.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/ffmpeg_logo_480x480.svg +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/m-hero.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/qr-fin.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-desktop.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-layout.m0p +5146 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-mobile.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/scatter-square.mp4 +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/assets/title-layout.m0p +130 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-chrome.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-data.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-glyphs.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/pulse-theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/_shared/scatter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/activity-trend/v1/activity-trend.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/activity-trend/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/changes-breakdown/v1/changes-breakdown.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/changes-breakdown/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/contributions/v1/contributions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/contributions/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/fin/v1/fin.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/fin/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/kpi-overview/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/kpi-overview/v1/kpi-overview.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/notable-commits/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/notable-commits/v1/notable-commits.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/runner/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/runner/v1/runner.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/scatter-bake/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/scatter-bake/v1/scatter-bake.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/title/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/title/v1/title.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/top-contributors/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/ffmpeg-pulse/top-contributors/v1/top-contributors.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/hero/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/barcode/v1/barcode.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/barcode/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/blur-regions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/blur-regions/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/highlights.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/highlights/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/default-logo.js +35 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/logo-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/svg-source.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/logo-animate/v1/tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/format-date.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/metadata-stamp/v1/metadata-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/_shared/brandMCenter.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v1/qr-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/animate/v2/qr-animate.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/basic/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/basic/v1/qr.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/code/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/code/v1/qr-code.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/rounded/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/rounded/v1/qr-rounded.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp/v1/qr-stamp-custom.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/expressions.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/gleamBand.js +19 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/qr/stamp-video/v1/qr-stamp.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/internal/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/internal/info_pane.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v1/screencap-grid.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/assets/tutorial-sheet.jpg +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-cover-assets.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid/v2/screencap-grid.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/assets/pair-sheet.jpg +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe-tutorial.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/screencap_grid_aspect_safe/v1/screencap-grid-aspect-safe.js +3 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/geometry.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/motion.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/scroll_wall/v1/scroll-wall.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/subtitle-burn-cover.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/subtitle-burn/v1/subtitle-burn.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/plan.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/sidecars.js +7 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/trickplay/v1/trickplay.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/video_to_png_sequence/v1/video-to-png-sequence.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/adaptive.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/content.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/geometry.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/pageGrid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/media/watermark/v1/watermark.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/camera-debug/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/camera-debug/v1/camera-debug.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/fixture-fetcher/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/fixture-fetcher/v1/fixture-fetcher.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/hot-reload-smoke/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/hot-reload-smoke/v1/hot-reload-smoke.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/assets/human.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/assets/robot.png +0 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/post-mortem/v1/post-mortem.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/upstream-echo/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/meta/upstream-echo/v1/upstream-echo.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/v1/grid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/grid/v2/grid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/primitives/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/layout.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/social/quote-card/v1/quote-card.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/captions.js +5 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/demo-fixture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/kenburns.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/narrated-chapters.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/pipeline.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/plan.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/scenes/body.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/scenes/card.js +4 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/narrated-chapters/v1/theme.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/document.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/page.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/pages.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/pipeline.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/placeholder.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/props.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/story/scrapbook/v1/scrapbook.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/brand-m-glyph.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/theme-tokens.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/theming.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/theming/v1/token-sheet.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/capture/capture-snippet-source.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/layout.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/page-skeleton.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/sample-capture.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/web/page-skeleton/v1/schema.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/animated/v1/animated-wireframe.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/animated/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v1/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v1/wireframe.js +2 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v2/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/base/v2/wireframe.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/index.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/utils/paperGrid.js +1 -0
- package/node_modules/@m0saic/templates/dist/m0saic/wireframe/utils/wireframeCell.js +2 -0
- package/node_modules/@m0saic/templates/dist/registry.js +1 -0
- package/node_modules/@m0saic/templates/dist/repo.js +1 -0
- package/node_modules/@m0saic/templates/dist/template-registry.js +1 -0
- package/node_modules/@m0saic/templates/dist/web.js +1 -0
- package/node_modules/@m0saic/templates/dist/webTemplateIds.js +1 -0
- package/node_modules/@m0saic/templates/package.json +6 -0
- package/node_modules/@m0saic/templates/template-manifest.json +2015 -0
- package/node_modules/@m0saic/templates/web-template-ids.json +84 -0
- package/node_modules/@m0saic/templates-advanced/LICENSE +13 -0
- package/node_modules/@m0saic/templates-advanced/README.md +5 -0
- package/node_modules/@m0saic/templates-advanced/dist/index.js +1 -0
- package/node_modules/@m0saic/templates-advanced/package.json +6 -0
- package/node_modules/@m0saic/text/LICENSE +201 -0
- package/node_modules/@m0saic/text/NOTICE +18 -0
- package/node_modules/@m0saic/text/README.md +34 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Bold.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-BoldItalic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Italic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-OFL-1.1.txt +93 -0
- package/node_modules/@m0saic/text/assets/fonts/JetBrainsMono-Regular.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Bold.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-BoldItalic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Italic.ttf +0 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Regular.LICENSE.txt +18 -0
- package/node_modules/@m0saic/text/assets/fonts/Roboto-Regular.ttf +0 -0
- package/node_modules/@m0saic/text/dist/bundledFonts.js +1 -0
- package/node_modules/@m0saic/text/dist/fontCache.js +1 -0
- package/node_modules/@m0saic/text/dist/fontRegistry.js +1 -0
- package/node_modules/@m0saic/text/dist/index.js +1 -0
- package/node_modules/@m0saic/text/dist/runsToPaths.js +1 -0
- package/node_modules/@m0saic/text/dist/textToPath.js +3 -0
- package/node_modules/@m0saic/text/package.json +6 -0
- package/node_modules/@m0saic/types/LICENSE +201 -0
- package/node_modules/@m0saic/types/NOTICE +13 -0
- package/node_modules/@m0saic/types/README.md +28 -0
- package/node_modules/@m0saic/types/assets/icons/mosaic.svg +36 -0
- package/node_modules/@m0saic/types/assets/icons/mosaicx.svg +32 -0
- package/node_modules/@m0saic/types/dist/analytics/consent.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/event.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/index.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/redaction.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/redactor.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/sink.js +1 -0
- package/node_modules/@m0saic/types/dist/analytics/usageMetrics.js +1 -0
- package/node_modules/@m0saic/types/dist/asset/asset.js +1 -0
- package/node_modules/@m0saic/types/dist/asset/index.js +1 -0
- package/node_modules/@m0saic/types/dist/benchmark/index.js +1 -0
- package/node_modules/@m0saic/types/dist/benchmark/session.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/ffmpegNamedColors.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/index.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/mosaicColor.js +1 -0
- package/node_modules/@m0saic/types/dist/colors/parseMosaicColors.js +1 -0
- package/node_modules/@m0saic/types/dist/community-m/community-m.js +1 -0
- package/node_modules/@m0saic/types/dist/community-m/index.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/audio.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/color.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/effects.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/index.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/media.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/output-target.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/pipeline.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/placement.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/text.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/timing.js +1 -0
- package/node_modules/@m0saic/types/dist/defaults/visual.js +1 -0
- package/node_modules/@m0saic/types/dist/diagnostic/diagnostic.js +1 -0
- package/node_modules/@m0saic/types/dist/diagnostic/index.js +1 -0
- package/node_modules/@m0saic/types/dist/dictionary/dictionary.js +1 -0
- package/node_modules/@m0saic/types/dist/dictionary/index.js +1 -0
- package/node_modules/@m0saic/types/dist/document/document-pipeline.js +1 -0
- package/node_modules/@m0saic/types/dist/document/document.js +1 -0
- package/node_modules/@m0saic/types/dist/document/index.js +1 -0
- package/node_modules/@m0saic/types/dist/document/mosaicx-document.js +1 -0
- package/node_modules/@m0saic/types/dist/document/pipeline-helpers.js +1 -0
- package/node_modules/@m0saic/types/dist/document/sidecars.js +1 -0
- package/node_modules/@m0saic/types/dist/document/xfadeModes.js +1 -0
- package/node_modules/@m0saic/types/dist/engine-context/engine-context.js +1 -0
- package/node_modules/@m0saic/types/dist/engine-context/index.js +1 -0
- package/node_modules/@m0saic/types/dist/host-connections/host-connections.js +1 -0
- package/node_modules/@m0saic/types/dist/host-connections/index.js +1 -0
- package/node_modules/@m0saic/types/dist/identifiers/identifiers.js +1 -0
- package/node_modules/@m0saic/types/dist/identifiers/index.js +1 -0
- package/node_modules/@m0saic/types/dist/index.js +1 -0
- package/node_modules/@m0saic/types/dist/language/index.js +1 -0
- package/node_modules/@m0saic/types/dist/language/language.js +1 -0
- package/node_modules/@m0saic/types/dist/luminance/LuminanceBucket.js +1 -0
- package/node_modules/@m0saic/types/dist/luminance/index.js +1 -0
- package/node_modules/@m0saic/types/dist/meta/index.js +1 -0
- package/node_modules/@m0saic/types/dist/meta/meta.js +1 -0
- package/node_modules/@m0saic/types/dist/output/audio-config.js +1 -0
- package/node_modules/@m0saic/types/dist/output/color-config.js +1 -0
- package/node_modules/@m0saic/types/dist/output/container-metadata.js +1 -0
- package/node_modules/@m0saic/types/dist/output/encode.js +1 -0
- package/node_modules/@m0saic/types/dist/output/format.js +1 -0
- package/node_modules/@m0saic/types/dist/output/index.js +1 -0
- package/node_modules/@m0saic/types/dist/output/output.js +1 -0
- package/node_modules/@m0saic/types/dist/output/target.js +1 -0
- package/node_modules/@m0saic/types/dist/primitives/index.js +1 -0
- package/node_modules/@m0saic/types/dist/primitives/primitives.js +1 -0
- package/node_modules/@m0saic/types/dist/secrets/index.js +1 -0
- package/node_modules/@m0saic/types/dist/secrets/secrets.js +1 -0
- package/node_modules/@m0saic/types/dist/source/effectKeys.js +1 -0
- package/node_modules/@m0saic/types/dist/source/index.js +1 -0
- package/node_modules/@m0saic/types/dist/source/source.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/category.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/emit.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/event.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/ffmpegFailure.js +4 -0
- package/node_modules/@m0saic/types/dist/telemetry/index.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/level.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/personas.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/record.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/sink.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry/usage.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/index.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/mode.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/settings.js +1 -0
- package/node_modules/@m0saic/types/dist/telemetry-settings/upstream.js +1 -0
- package/node_modules/@m0saic/types/dist/template/forensic-watermark-check.js +1 -0
- package/node_modules/@m0saic/types/dist/template/forensic-watermark.js +1 -0
- package/node_modules/@m0saic/types/dist/template/index.js +1 -0
- package/node_modules/@m0saic/types/dist/template/region.js +1 -0
- package/node_modules/@m0saic/types/dist/template/template.js +1 -0
- package/node_modules/@m0saic/types/dist/template/time-range.js +1 -0
- package/node_modules/@m0saic/types/dist/template/time-window.js +1 -0
- package/node_modules/@m0saic/types/dist/template/timed-cue.js +1 -0
- package/node_modules/@m0saic/types/dist/template-repo/index.js +1 -0
- package/node_modules/@m0saic/types/dist/template-repo/template-repo.js +1 -0
- package/node_modules/@m0saic/types/dist/theme/index.js +1 -0
- package/node_modules/@m0saic/types/dist/theme/theme.js +1 -0
- package/node_modules/@m0saic/types/package.json +6 -0
- package/node_modules/@m0saic/types/schemas/mosaic.schema.json +771 -0
- package/node_modules/@m0saic/types-internal/LICENSE +7 -0
- package/node_modules/@m0saic/types-internal/dist/analytics/featureKeys.js +1 -0
- package/node_modules/@m0saic/types-internal/dist/analytics/webEvent.js +1 -0
- package/node_modules/@m0saic/types-internal/dist/index.js +1 -0
- package/node_modules/@m0saic/types-internal/package.json +6 -0
- package/package.json +49 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0xf7823a=_0x366c;(function(_0x4dad6b,_0x23eada){var _0x941a7b=_0x366c,_0x3e62c6=_0x4dad6b();while(!![]){try{var _0x25c48f=-parseInt(_0x941a7b(0xfe))/0x1+-parseInt(_0x941a7b(0x126))/0x2+-parseInt(_0x941a7b(0xee))/0x3+parseInt(_0x941a7b(0xed))/0x4*(parseInt(_0x941a7b(0x11d))/0x5)+parseInt(_0x941a7b(0xf3))/0x6+parseInt(_0x941a7b(0x122))/0x7+parseInt(_0x941a7b(0x10c))/0x8;if(_0x25c48f===_0x23eada)break;else _0x3e62c6['push'](_0x3e62c6['shift']());}catch(_0x4ec27d){_0x3e62c6['push'](_0x3e62c6['shift']());}}}(_0x24c9,0x1cf54));function _0x366c(_0x18c647,_0x26571b){_0x18c647=_0x18c647-0xe2;var _0x24c916=_0x24c9();var _0x366cc8=_0x24c916[_0x18c647];if(_0x366c['dYzOkm']===undefined){var _0x5a38c5=function(_0x654174){var _0x57d2db='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x108659='',_0x192352='';for(var _0x25621a=0x0,_0x4c9bdb,_0x16658f,_0x3f48f1=0x0;_0x16658f=_0x654174['charAt'](_0x3f48f1++);~_0x16658f&&(_0x4c9bdb=_0x25621a%0x4?_0x4c9bdb*0x40+_0x16658f:_0x16658f,_0x25621a++%0x4)?_0x108659+=String['fromCharCode'](0xff&_0x4c9bdb>>(-0x2*_0x25621a&0x6)):0x0){_0x16658f=_0x57d2db['indexOf'](_0x16658f);}for(var _0xba7c19=0x0,_0x277486=_0x108659['length'];_0xba7c19<_0x277486;_0xba7c19++){_0x192352+='%'+('00'+_0x108659['charCodeAt'](_0xba7c19)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x192352);};_0x366c['pdhPMC']=_0x5a38c5,_0x366c['CzonFe']={},_0x366c['dYzOkm']=!![];}var _0x2b7bf3=_0x24c916[0x0],_0x16edaa=_0x18c647+_0x2b7bf3,_0x57718f=_0x366c['CzonFe'][_0x16edaa];return!_0x57718f?(_0x366cc8=_0x366c['pdhPMC'](_0x366cc8),_0x366c['CzonFe'][_0x16edaa]=_0x366cc8):_0x366cc8=_0x57718f,_0x366cc8;}var _0x108659=this&&this[_0xf7823a(0x10e)]||(Object[_0xf7823a(0x108)]?function(_0x2d7b88,_0x29f492,_0x8d38e4,_0x16b706){var _0x29b086=_0xf7823a;_0x16b706===void 0x0&&(_0x16b706=_0x8d38e4);var _0x387c88=Object[_0x29b086(0x113)](_0x29f492,_0x8d38e4);(!_0x387c88||(_0x29b086(0x11b)in _0x387c88?!_0x29f492[_0x29b086(0x11a)]:_0x387c88[_0x29b086(0x121)]||_0x387c88[_0x29b086(0x10f)]))&&(_0x387c88={'enumerable':!0x0,'get':function(){return _0x29f492[_0x8d38e4];}}),Object[_0x29b086(0x125)](_0x2d7b88,_0x16b706,_0x387c88);}:function(_0x4dd7e3,_0x3a6758,_0x5805dc,_0x38a6db){_0x38a6db===void 0x0&&(_0x38a6db=_0x5805dc),_0x4dd7e3[_0x38a6db]=_0x3a6758[_0x5805dc];}),_0x192352=this&&this[_0xf7823a(0x111)]||(Object[_0xf7823a(0x108)]?function(_0x14e535,_0x3ec052){var _0x32cba7=_0xf7823a;Object[_0x32cba7(0x125)](_0x14e535,_0x32cba7(0xef),{'enumerable':!0x0,'value':_0x3ec052});}:function(_0x348074,_0x4eea68){var _0x14b3f2=_0xf7823a;_0x348074[_0x14b3f2(0xef)]=_0x4eea68;}),_0x25621a=this&&this[_0xf7823a(0xec)]||(function(){var _0x16d889=function(_0x2c5dae){var _0x4c5639=_0x366c;return _0x16d889=Object[_0x4c5639(0x10a)]||function(_0xba2fc7){var _0x30f4f2=_0x4c5639,_0x2e83bf=[];for(var _0x35e4ad in _0xba2fc7)Object[_0x30f4f2(0xf6)][_0x30f4f2(0xfa)][_0x30f4f2(0x101)](_0xba2fc7,_0x35e4ad)&&(_0x2e83bf[_0x2e83bf[_0x30f4f2(0xe3)]]=_0x35e4ad);return _0x2e83bf;},_0x16d889(_0x2c5dae);};return function(_0x11b36e){var _0x226d5e=_0x366c;if(_0x11b36e&&_0x11b36e[_0x226d5e(0x11a)])return _0x11b36e;var _0x2f52eb={};if(_0x11b36e!=null){for(var _0x2133bc=_0x16d889(_0x11b36e),_0x265eae=0x0;_0x265eae<_0x2133bc[_0x226d5e(0xe3)];_0x265eae++)_0x2133bc[_0x265eae]!==_0x226d5e(0xef)&&_0x108659(_0x2f52eb,_0x11b36e,_0x2133bc[_0x265eae]);}return _0x192352(_0x2f52eb,_0x11b36e),_0x2f52eb;};}());Object[_0xf7823a(0x125)](exports,_0xf7823a(0x11a),{'value':!0x0}),exports[_0xf7823a(0xe4)]=_0x523fd4,exports[_0xf7823a(0x11f)]=_0x352a24;const _0x4c9bdb=_0x25621a(require('fs')),_0x16658f=_0x25621a(require(_0xf7823a(0x124))),_0x3f48f1=require(_0xf7823a(0xf9)),_0xba7c19=require(_0xf7823a(0xfc)),_0x277486=_0xf7823a(0xf7);function _0x369216(_0x23a5e5){var _0x179ea9=_0xf7823a;try{const _0x571605=_0x4c9bdb[_0x179ea9(0x109)](_0x23a5e5,_0x179ea9(0xe8)),_0x3e97db=JSON[_0x179ea9(0xf4)](_0x571605);return _0x3e97db&&typeof _0x3e97db==_0x179ea9(0x103)?_0x3e97db:null;}catch{return null;}}function _0x21627f(_0x270a85,_0x5fba6d,_0x43da05,_0x1842fa){var _0x3910b3=_0xf7823a;const _0x392743=(0x0,_0xba7c19[_0x3910b3(0xe6)])(_0x270a85,{'publicKeys':_0x1842fa?.[_0x3910b3(0x107)],'revokedKeyIds':_0x1842fa?.[_0x3910b3(0xeb)],'now':_0x1842fa?.[_0x3910b3(0xf0)]}),_0x6ccb81=_0x392743[_0x3910b3(0x10b)],_0xb4626d={'source':_0x5fba6d,'state':_0x392743[_0x3910b3(0x123)],..._0x6ccb81?{'email':_0x6ccb81[_0x3910b3(0x110)],..._0x6ccb81[_0x3910b3(0x118)]?{'name':_0x6ccb81[_0x3910b3(0x118)]}:{},'plan':_0x6ccb81[_0x3910b3(0x114)],'keyId':_0x6ccb81[_0x3910b3(0x116)],..._0x6ccb81[_0x3910b3(0x128)]!==void 0x0?{'expiresAt':_0x6ccb81[_0x3910b3(0x128)]}:{}}:{}};switch(_0x392743[_0x3910b3(0x123)]){case _0x3910b3(0xe5):return{'tier':_0x3910b3(0x11e),..._0xb4626d,'reason':_0x43da05};case _0x3910b3(0xf8):return{'tier':_0x3910b3(0x11e),..._0xb4626d,'reason':_0x43da05+_0x3910b3(0xe9)+_0x392743[_0x3910b3(0x115)]+')'};case _0x3910b3(0xf5):return{'tier':_0x3910b3(0x117),..._0xb4626d,'reason':_0x3910b3(0x127)+_0x392743[_0x3910b3(0x115)]};case _0x3910b3(0x104):return{'tier':_0x3910b3(0x117),..._0xb4626d,'reason':_0x3910b3(0xfb)};case _0x3910b3(0xe2):case _0x3910b3(0x105):return{'tier':_0x3910b3(0x117),..._0xb4626d,'reason':_0x3910b3(0x11c)+_0x392743[_0x3910b3(0x115)]+')'};}}function _0x523fd4(_0x43c75a){var _0x2092ce=_0xf7823a,_0x12003d,_0x265b2e,_0x351c29,_0x39d7e8,_0x3b7142;const _0x50de22=((_0x265b2e=((_0x12003d=_0x43c75a?.[_0x2092ce(0x112)])!==null&&_0x12003d!==void 0x0?_0x12003d:process.env)[_0x2092ce(0xfd)])!==null&&_0x265b2e!==void 0x0?_0x265b2e:'')[_0x2092ce(0x120)]();if(_0x50de22[_0x2092ce(0xe3)]>0x0)return _0x21627f(_0x50de22,_0x2092ce(0x112),_0x2092ce(0x129),_0x43c75a);const _0x1d4534=(_0x351c29=_0x43c75a?.[_0x2092ce(0xf1)])!==null&&_0x351c29!==void 0x0?_0x351c29:_0x16658f[_0x2092ce(0xea)]((0x0,_0x3f48f1[_0x2092ce(0x102)])(),_0x277486),_0x76a946=((_0x3b7142=(_0x39d7e8=_0x369216(_0x1d4534))===null||_0x39d7e8===void 0x0?void 0x0:_0x39d7e8[_0x2092ce(0xe7)])!==null&&_0x3b7142!==void 0x0?_0x3b7142:'')[_0x2092ce(0x120)]();return _0x76a946[_0x2092ce(0xe3)]>0x0?_0x21627f(_0x76a946,_0x2092ce(0x106),_0x2092ce(0x100)+_0x277486,_0x43c75a):{'tier':_0x2092ce(0x117),'source':_0x2092ce(0x10d),'reason':_0x2092ce(0xf2)};}function _0x24c9(){var _0x2bbbe5=['z2v0ttbZywLJuM9VDa','B2jQzwn0','CMv2B2TLza','BwfSzM9YBwvK','zMLSzq','ChvIBgLJs2v5CW','y3jLyxrL','CMvHzezPBgvtEw5J','z2v0t3DUuhjVCgvYDhLoyw1LCW','Cgf5Bg9Hza','mZmYnZeYmfP3Ben3ua','BM9Uzq','x19JCMvHDgvcAw5KAw5N','y29UzMLNDxjHyMXL','zw1HAwW','x19ZzxrnB2r1BgvezwzHDwX0','zw52','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','CgXHBG','zgv0ywLS','A2v5swq','zNjLzq','BMfTzq','DgLLCG','x19LC01VzhvSzq','z2v0','Aw52ywXPzcbSAwnLBNnLigTLEsaO','mtbvBMzyt1e','CgfPza','y2HLy2TmAwnLBNnLu3rHDhvZ','DhjPBq','D3jPDgfIBgu','mZKZnZvZDg14Aw8','C3rHDgu','Cgf0Aa','zgvMAw5LuhjVCgvYDhK','mtqXnda2z1LgrMzw','BgLJzw5Zzsa','zxHW','zw52oK0Wu0fjq19quK9evunux0Tfwq','Aw52ywXPzc1ZAwDUyxr1CMu','BgvUz3rO','z2v0tgLJzw5ZzuLUzM8','DMfSAwq','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','ChjVzhvJDeTLEq','DxrMoa','icHNCMfJztOG','AM9PBG','CMv2B2TLzeTLEuLKCW','x19PBxbVCNrtDgfY','mJa5ntKYAKfIAK1q','ntyWmZqWr1jHsKDv','zgvMyxvSDa','BM93','BgLJzw5ZzuzPBgvqyxrO','BM8GA2v5igzVDw5K','mJmZmdCWwxn4vwXh','CgfYC2u','zxHWAxjLza','ChjVDg90ExbL','BgLJzw5Zzs5QC29U','zxHWAxjLzc1NCMfJzq','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','AgfZt3DUuhjVCgvYDhK','BgLJzw5ZzsbRzxKGCMv2B2TLza','lI9SAwnLBNnLvg9Rzw4','ttbtquLdx1bst0rvq1rFs0vz','mtG5mdyXteHVs0Pv','CMvHC29U','y29UzMLNoG','y2fSBa'];_0x24c9=function(){return _0x2bbbe5;};return _0x24c9();}function _0x352a24(_0x4c0fe3){var _0x4b068c=_0xf7823a;const _0x5b5307=_0x523fd4(_0x4c0fe3);return{'isFreeTier':_0x5b5307[_0x4b068c(0x119)]===_0x4b068c(0x117),'reason':_0x5b5307[_0x4b068c(0xff)]};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x5652e9=_0x4409;(function(_0x3837d8,_0x1adcf6){var _0x4ee70c=_0x4409,_0x43aa03=_0x3837d8();while(!![]){try{var _0x20f847=-parseInt(_0x4ee70c(0xbe))/0x1+parseInt(_0x4ee70c(0xdc))/0x2*(parseInt(_0x4ee70c(0xc8))/0x3)+parseInt(_0x4ee70c(0xdb))/0x4+parseInt(_0x4ee70c(0xc4))/0x5*(-parseInt(_0x4ee70c(0xbc))/0x6)+parseInt(_0x4ee70c(0xdf))/0x7+parseInt(_0x4ee70c(0xd0))/0x8+parseInt(_0x4ee70c(0xe0))/0x9*(-parseInt(_0x4ee70c(0xca))/0xa);if(_0x20f847===_0x1adcf6)break;else _0x43aa03['push'](_0x43aa03['shift']());}catch(_0x58f82f){_0x43aa03['push'](_0x43aa03['shift']());}}}(_0x2bf1,0x2a094));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xcc),{'value':!0x0}),exports[_0x5652e9(0xc6)]=exports[_0x5652e9(0xd1)]=exports[_0x5652e9(0xd9)]=exports[_0x5652e9(0xbd)]=exports[_0x5652e9(0xbf)]=exports[_0x5652e9(0xce)]=exports[_0x5652e9(0xde)]=exports[_0x5652e9(0xd6)]=exports[_0x5652e9(0xe2)]=exports[_0x5652e9(0xc2)]=exports[_0x5652e9(0xbb)]=exports[_0x5652e9(0xe4)]=exports[_0x5652e9(0xdd)]=exports[_0x5652e9(0xcd)]=exports[_0x5652e9(0xc7)]=exports[_0x5652e9(0xc5)]=exports[_0x5652e9(0xda)]=exports[_0x5652e9(0xd5)]=exports[_0x5652e9(0xba)]=exports[_0x5652e9(0xd2)]=exports[_0x5652e9(0xd8)]=exports[_0x5652e9(0xe3)]=exports[_0x5652e9(0xcf)]=exports[_0x5652e9(0xd7)]=exports[_0x5652e9(0xd3)]=void 0x0;var _0x40b99c=require(_0x5652e9(0xc3));function _0x4409(_0x36c0d7,_0x3d7c85){_0x36c0d7=_0x36c0d7-0xba;var _0x2bf1e0=_0x2bf1();var _0x4409b3=_0x2bf1e0[_0x36c0d7];if(_0x4409['rKqYqj']===undefined){var _0x3970c1=function(_0x2e176a){var _0x22edd0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x40b99c='',_0x482039='';for(var _0x26b7db=0x0,_0x2842df,_0x4086ad,_0x10d69f=0x0;_0x4086ad=_0x2e176a['charAt'](_0x10d69f++);~_0x4086ad&&(_0x2842df=_0x26b7db%0x4?_0x2842df*0x40+_0x4086ad:_0x4086ad,_0x26b7db++%0x4)?_0x40b99c+=String['fromCharCode'](0xff&_0x2842df>>(-0x2*_0x26b7db&0x6)):0x0){_0x4086ad=_0x22edd0['indexOf'](_0x4086ad);}for(var _0x6284a7=0x0,_0x7a841e=_0x40b99c['length'];_0x6284a7<_0x7a841e;_0x6284a7++){_0x482039+='%'+('00'+_0x40b99c['charCodeAt'](_0x6284a7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x482039);};_0x4409['VxAPOG']=_0x3970c1,_0x4409['rwrIuk']={},_0x4409['rKqYqj']=!![];}var _0x25c3ee=_0x2bf1e0[0x0],_0x9c5a6a=_0x36c0d7+_0x25c3ee,_0x1c5b40=_0x4409['rwrIuk'][_0x9c5a6a];return!_0x1c5b40?(_0x4409b3=_0x4409['VxAPOG'](_0x4409b3),_0x4409['rwrIuk'][_0x9c5a6a]=_0x4409b3):_0x4409b3=_0x1c5b40,_0x4409b3;}Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd3),{'enumerable':!0x0,'get':function(){var _0x10d59e=_0x5652e9;return _0x40b99c[_0x10d59e(0xd3)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd7),{'enumerable':!0x0,'get':function(){var _0x50fb2d=_0x5652e9;return _0x40b99c[_0x50fb2d(0xd7)];}});function _0x2bf1(){var _0x53a687=['lI9WB3n0uMvUzgvYv3jHChbLCG','nvrOvhH5Da','yNvPBgrvBNnPz25LzenVBw11BML0EvjLBgvHC2u','ttbtquLdx1vqu1rsrufnx0rfrKfvtfrt','y29TChv0zvjLBgvHC2vuCMvLu2HHmJu2','otq2mJiXBxzNyuj5','lI9WDwjSAwnlzxLZ','nduZme1hywvsrq','lI9MCMvLvgLLCKXPy2vUC2u','x19LC01VzhvSzq','AgfZAfjLBgvHC2vgAwXL','q09ntvvosvrzx1jftevbu0vFu0niru1bx1zfuLnjt04','y2HLy2TmAwnLBNnLu3rHDhvZ','mJyZnJCYmgrKAKrHuW','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','teLdru5trv9huKfdrv9trunptKrt','yxbWBhLrCLn0yw1WswzgCMvLvgLLCG','lI91Chn0CMvHBurLzMf1BhrZ','yNvPBgrszwXLyxnLugf5Bg9Hza','q09ntvvosvrzx1jftevbu0vFrKLmrq','zNjLzvrPzxjtDgfTCevUywjSzwq','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','teLdru5trv9qvujmsunFs0vzuW','yNvPBgrszwXLyxnLvhjLzuXPC3rPBMC','mteXmJGWofjStMXKzq','mMj1uKnYtq','Aw5ZCgvJDfjLBgvHC2vuCMvL','q09ntvvosvrzx1jftevbu0vFuefzte9brf9quKvgsvG','mJm0nZuYn2TytgPOEa','otC3nerNDgr4DG','lI9JB21TDw5PDhLszwXLyxnL','uMvSzwfZzvrYzwvfCNjVCG','z2v0tgLJzw5ZzuLUzM8','BgLZDfjLBgvHC2vuCMvL','zgvMAw5LuhjVCgvYDhK','teLdru5trv9ut0TftL9quKvgsvG','C2LNBKnVBw11BML0EvjLBgvHC2u','mtC5nZG1oeTJEKHisq','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0zjtevt','mJK0nZC5tLzMDuDw','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0rjuG','lI9YzxzVA2vKs2v5CW','lI9SAwnLBNnLvg9Rzw4','DMvYAwz5q29TBxvUAxr5uMvSzwfZzq'];_0x2bf1=function(){return _0x53a687;};return _0x2bf1();}var _0x482039=require(_0x5652e9(0xcb));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xcf),{'enumerable':!0x0,'get':function(){var _0x406fe9=_0x5652e9;return _0x482039[_0x406fe9(0xcf)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xe3),{'enumerable':!0x0,'get':function(){var _0x4da1d9=_0x5652e9;return _0x482039[_0x4da1d9(0xe3)];}});var _0x26b7db=require(_0x5652e9(0xc1));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd8),{'enumerable':!0x0,'get':function(){var _0x1019ac=_0x5652e9;return _0x26b7db[_0x1019ac(0xd8)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd2),{'enumerable':!0x0,'get':function(){var _0x58abac=_0x5652e9;return _0x26b7db[_0x58abac(0xd2)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xba),{'enumerable':!0x0,'get':function(){var _0x287c8d=_0x5652e9;return _0x26b7db[_0x287c8d(0xba)];}});var _0x2842df=require(_0x5652e9(0xe1));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd5),{'enumerable':!0x0,'get':function(){var _0x505a2b=_0x5652e9;return _0x2842df[_0x505a2b(0xd5)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xda),{'enumerable':!0x0,'get':function(){var _0x5beffa=_0x5652e9;return _0x2842df[_0x5beffa(0xda)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xc5),{'enumerable':!0x0,'get':function(){var _0x5e4946=_0x5652e9;return _0x2842df[_0x5e4946(0xc5)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xc7),{'enumerable':!0x0,'get':function(){var _0x22646e=_0x5652e9;return _0x2842df[_0x22646e(0xc7)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xcd),{'enumerable':!0x0,'get':function(){var _0x15c144=_0x5652e9;return _0x2842df[_0x15c144(0xcd)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xdd),{'enumerable':!0x0,'get':function(){var _0x205910=_0x5652e9;return _0x2842df[_0x205910(0xdd)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xe4),{'enumerable':!0x0,'get':function(){var _0x1e725a=_0x5652e9;return _0x2842df[_0x1e725a(0xe4)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xbb),{'enumerable':!0x0,'get':function(){var _0x59c89e=_0x5652e9;return _0x2842df[_0x59c89e(0xbb)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xc2),{'enumerable':!0x0,'get':function(){var _0x21d6b7=_0x5652e9;return _0x2842df[_0x21d6b7(0xc2)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xe2),{'enumerable':!0x0,'get':function(){var _0x2300f1=_0x5652e9;return _0x2842df[_0x2300f1(0xe2)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd6),{'enumerable':!0x0,'get':function(){var _0xfbef4=_0x5652e9;return _0x2842df[_0xfbef4(0xd6)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xde),{'enumerable':!0x0,'get':function(){var _0x8b54fe=_0x5652e9;return _0x2842df[_0x8b54fe(0xde)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xce),{'enumerable':!0x0,'get':function(){var _0x350f70=_0x5652e9;return _0x2842df[_0x350f70(0xce)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xbf),{'enumerable':!0x0,'get':function(){var _0x267582=_0x5652e9;return _0x2842df[_0x267582(0xbf)];}}),Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xbd),{'enumerable':!0x0,'get':function(){var _0x54505f=_0x5652e9;return _0x2842df[_0x54505f(0xbd)];}});var _0x4086ad=require(_0x5652e9(0xc9));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd9),{'enumerable':!0x0,'get':function(){var _0x5d433f=_0x5652e9;return _0x4086ad[_0x5d433f(0xd9)];}});var _0x10d69f=require(_0x5652e9(0xc0));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xd1),{'enumerable':!0x0,'get':function(){var _0xe17dd7=_0x5652e9;return _0x10d69f[_0xe17dd7(0xd1)];}});var _0x6284a7=require(_0x5652e9(0xd4));Object[_0x5652e9(0xe5)](exports,_0x5652e9(0xc6),{'enumerable':!0x0,'get':function(){var _0x38d4e5=_0x5652e9;return _0x6284a7[_0x38d4e5(0xc6)];}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x352044=_0x1cca;(function(_0x3ba3a9,_0x5a355b){var _0xc7d569=_0x1cca,_0x44de15=_0x3ba3a9();while(!![]){try{var _0x17e982=-parseInt(_0xc7d569(0x187))/0x1+parseInt(_0xc7d569(0x172))/0x2+parseInt(_0xc7d569(0x154))/0x3*(-parseInt(_0xc7d569(0x147))/0x4)+parseInt(_0xc7d569(0x17b))/0x5*(-parseInt(_0xc7d569(0x15c))/0x6)+parseInt(_0xc7d569(0x150))/0x7+-parseInt(_0xc7d569(0x162))/0x8+parseInt(_0xc7d569(0x17c))/0x9*(parseInt(_0xc7d569(0x159))/0xa);if(_0x17e982===_0x5a355b)break;else _0x44de15['push'](_0x44de15['shift']());}catch(_0x28b05e){_0x44de15['push'](_0x44de15['shift']());}}}(_0x1e26,0x8a909));function _0x1e26(){var _0x518b8d=['lI9YzxzVA2vKs2v5CW','A2v5swq','A2LK','AgfZt3DUuhjVCgvYDhK','zxHWAxjLzca','DMfSAwq','igrHEsHZksbVzIbNCMfJzsbYzw1HAw5PBMC','lI9WDwjSAwnlzxLZ','odbYy2fOtwu','BtaTDJe','zw1HAwW','x19PBxbVCNrtDgfY','BM93','zxHWAxjLza','BwfSzM9YBwvK','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','CMv2B2TLzeTLEuLKCW','nJu3mtqZowvOvunlyW','iIdIGjqGDxbKyxrLig0WC2fPyYbVCIbYzs1JAgvJAYb0AguGA2v5','y3j5ChrV','zgv2','nJGXmhDwr2P0AG','z2v0t3DUuhjVCgvYDhLoyw1LCW','Dw5YzwnVz25PEMvKigTLEsbWyxLSB2fK','C2XPy2u','A2v5ia','ndCWvhrPvgPd','DMvYAwz5','Dg9tDhjPBMC','mZi4nZrjAKzZBLi','ChjV','BMfTzq','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','Awf0','zxHWAxjLzcdIGjqG','nJe0ntq0ognjqxLOCW','BM90igfUig0WlxyXigXPy2vUC2uGA2v5','Dw5RBM93BIbZAwDUAw5NigTLEsaI','zgvMyxvSDa','y2fSBa','zMXVB3i','y3jLyxrLuhvIBgLJs2v5','x19ZzxrnB2r1BgvezwzHDwX0','y2vPBa','CgXHBG','C2LNBMf0DxjLignOzwnRigzHAwXLza','Aw5JBhvKzxm','teLdru5trv9huKfdrv9trunptKrt','ChjVDg90ExbL','BNvTyMvY','zNjVBq','otyYmJu4yMzTugHg','zgvMAw5LuhjVCgvYDhK','DhjPBq','teLdru5trv9qvujmsunFs0vzuW','B2jQzwn0','CgfYC2u','zxHWAxjLzc1NCMfJzq','Dg9ju09tDhjPBMC','CMv2B2TLza','nZG1DKHtvefZ','mtyZnJm4EuvbwKPz','y29UzMLNDxjHyMXL','BgvUz3rO','DxrMoa','x19LC01VzhvSzq','C3rYAw5N','z2v0','Aw52ywXPzc1ZAwDUyxr1CMu','Dw5KzwnVzgfIBguGA2v5igjVzhK','zxHW','C3bSAxq','mZmXmtv0Ee9gBey','x19JCMvHDgvcAw5KAw5N','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','D3jPDgfIBgu','ChvIBgLJs2v5CW','igHHCYbIzwvUihjLDM9Rzwq','teLdru5trv9ut0TftL9quKvgsvG','zw1WDhK','yMfZzty0DxjS','y3jLyxrL','C2LNBMf0DxjLicSGDMfSAwrPDhKGDMvYAwzPzwq'];_0x1e26=function(){return _0x518b8d;};return _0x1e26();}var _0x3299ec=this&&this[_0x352044(0x188)]||(Object[_0x352044(0x190)]?function(_0x2f524a,_0x159858,_0x3902df,_0x4b7c18){var _0x42dfee=_0x352044;_0x4b7c18===void 0x0&&(_0x4b7c18=_0x3902df);var _0x313247=Object[_0x42dfee(0x14e)](_0x159858,_0x3902df);(!_0x313247||(_0x42dfee(0x182)in _0x313247?!_0x159858[_0x42dfee(0x180)]:_0x313247[_0x42dfee(0x18a)]||_0x313247[_0x42dfee(0x17d)]))&&(_0x313247={'enumerable':!0x0,'get':function(){return _0x159858[_0x3902df];}}),Object[_0x42dfee(0x173)](_0x2f524a,_0x4b7c18,_0x313247);}:function(_0x2e2f99,_0x4c70fc,_0x2722fe,_0x5c15cc){_0x5c15cc===void 0x0&&(_0x5c15cc=_0x2722fe),_0x2e2f99[_0x5c15cc]=_0x4c70fc[_0x2722fe];}),_0x3af218=this&&this[_0x352044(0x169)]||(Object[_0x352044(0x190)]?function(_0x5ada58,_0x487046){var _0x378934=_0x352044;Object[_0x378934(0x173)](_0x5ada58,_0x378934(0x165),{'enumerable':!0x0,'value':_0x487046});}:function(_0x4b9f81,_0x45da96){var _0x811a8a=_0x352044;_0x4b9f81[_0x811a8a(0x165)]=_0x45da96;}),_0x440313=this&&this[_0x352044(0x14a)]||(function(){var _0x2f1071=function(_0x157691){var _0x306b7e=_0x1cca;return _0x2f1071=Object[_0x306b7e(0x155)]||function(_0x388725){var _0x1ed702=_0x306b7e,_0x1a2141=[];for(var _0x27f56d in _0x388725)Object[_0x1ed702(0x16f)][_0x1ed702(0x142)][_0x1ed702(0x166)](_0x388725,_0x27f56d)&&(_0x1a2141[_0x1a2141[_0x1ed702(0x17e)]]=_0x27f56d);return _0x1a2141;},_0x2f1071(_0x157691);};return function(_0x4d6185){var _0x299447=_0x1cca;if(_0x4d6185&&_0x4d6185[_0x299447(0x180)])return _0x4d6185;var _0x681cf4={};if(_0x4d6185!=null){for(var _0x2d82b0=_0x2f1071(_0x4d6185),_0x124c21=0x0;_0x124c21<_0x2d82b0[_0x299447(0x17e)];_0x124c21++)_0x2d82b0[_0x124c21]!==_0x299447(0x165)&&_0x3299ec(_0x681cf4,_0x4d6185,_0x2d82b0[_0x124c21]);}return _0x3af218(_0x681cf4,_0x4d6185),_0x681cf4;};}());Object[_0x352044(0x173)](exports,_0x352044(0x180),{'value':!0x0}),exports[_0x352044(0x16e)]=exports[_0x352044(0x18d)]=void 0x0,exports[_0x352044(0x189)]=_0x5ab301;const _0x502445=_0x440313(require(_0x352044(0x152))),_0xbd4a0c=require(_0x352044(0x146)),_0x4b546c=require(_0x352044(0x192));exports[_0x352044(0x18d)]=_0x352044(0x148),exports[_0x352044(0x16e)]=0x150*0xe10;function _0x1cca(_0x9d427c,_0x516d90){_0x9d427c=_0x9d427c-0x140;var _0x1e269b=_0x1e26();var _0x1cca77=_0x1e269b[_0x9d427c];if(_0x1cca['smUlcB']===undefined){var _0x2c670f=function(_0x22663d){var _0x50c9cc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3299ec='',_0x3af218='';for(var _0x440313=0x0,_0x502445,_0xbd4a0c,_0x4b546c=0x0;_0xbd4a0c=_0x22663d['charAt'](_0x4b546c++);~_0xbd4a0c&&(_0x502445=_0x440313%0x4?_0x502445*0x40+_0xbd4a0c:_0xbd4a0c,_0x440313++%0x4)?_0x3299ec+=String['fromCharCode'](0xff&_0x502445>>(-0x2*_0x440313&0x6)):0x0){_0xbd4a0c=_0x50c9cc['indexOf'](_0xbd4a0c);}for(var _0x192927=0x0,_0x5ab301=_0x3299ec['length'];_0x192927<_0x5ab301;_0x192927++){_0x3af218+='%'+('00'+_0x3299ec['charCodeAt'](_0x192927)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x3af218);};_0x1cca['rtrfUB']=_0x2c670f,_0x1cca['mqCpEm']={},_0x1cca['smUlcB']=!![];}var _0x152c18=_0x1e269b[0x0],_0x13b7b4=_0x9d427c+_0x152c18,_0x362f44=_0x1cca['mqCpEm'][_0x13b7b4];return!_0x362f44?(_0x1cca77=_0x1cca['rtrfUB'](_0x1cca77),_0x1cca['mqCpEm'][_0x13b7b4]=_0x1cca77):_0x1cca77=_0x362f44,_0x1cca77;}function _0x192927(_0x46c5e2){var _0xe319e2=_0x352044;let _0x35cdc2;try{_0x35cdc2=JSON[_0xe319e2(0x177)](_0x46c5e2[_0xe319e2(0x15b)](_0xe319e2(0x17f)));}catch{return;}if(!_0x35cdc2||typeof _0x35cdc2!=_0xe319e2(0x176))return;const _0x52eb88=_0x35cdc2;if(!(_0x52eb88['v']!==0x1||typeof _0x52eb88[_0xe319e2(0x141)]!=_0xe319e2(0x181)||typeof _0x52eb88[_0xe319e2(0x140)]!=_0xe319e2(0x181)||_0x52eb88[_0xe319e2(0x16b)]!==_0xe319e2(0x15d)&&_0x52eb88[_0xe319e2(0x16b)]!==_0xe319e2(0x153)||typeof _0x52eb88[_0xe319e2(0x149)]!=_0xe319e2(0x181)||typeof _0x52eb88[_0xe319e2(0x160)]!=_0xe319e2(0x170)||_0x52eb88[_0xe319e2(0x185)]!==void 0x0&&typeof _0x52eb88[_0xe319e2(0x185)]!=_0xe319e2(0x170)||_0x52eb88[_0xe319e2(0x15e)]!==void 0x0&&typeof _0x52eb88[_0xe319e2(0x15e)]!=_0xe319e2(0x181)))return _0x52eb88;}function _0x5ab301(_0xf77a42,_0x1fec96){var _0x4d12e6=_0x352044,_0x3fb814,_0x17b822,_0x13ce57;const _0x16a080=(_0x3fb814=_0x1fec96?.[_0x4d12e6(0x18b)])!==null&&_0x3fb814!==void 0x0?_0x3fb814:_0xbd4a0c[_0x4d12e6(0x175)],_0x1ea669=(_0x17b822=_0x1fec96?.[_0x4d12e6(0x14f)])!==null&&_0x17b822!==void 0x0?_0x17b822:_0x4b546c[_0x4d12e6(0x15f)],_0x2b41c3=(_0x13ce57=_0x1fec96?.[_0x4d12e6(0x14b)])!==null&&_0x13ce57!==void 0x0?_0x13ce57:Math[_0x4d12e6(0x167)](Date[_0x4d12e6(0x14b)]()/0x3e8),_0x50d3fd=(_0xf77a42??'')[_0x4d12e6(0x174)]()[_0x4d12e6(0x186)]('.');if(_0x50d3fd[_0x4d12e6(0x17e)]!==0x3||_0x50d3fd[0x0]!==exports[_0x4d12e6(0x18d)])return{'state':_0x4d12e6(0x14d),'detail':_0x4d12e6(0x163)};let _0x199ec5,_0x3a2b5e;try{if(_0x199ec5=Buffer[_0x4d12e6(0x171)](_0x50d3fd[0x1],_0x4d12e6(0x18f)),_0x3a2b5e=Buffer[_0x4d12e6(0x171)](_0x50d3fd[0x2],_0x4d12e6(0x18f)),_0x199ec5[_0x4d12e6(0x17e)]===0x0||_0x3a2b5e[_0x4d12e6(0x17e)]===0x0)throw new Error(_0x4d12e6(0x18e));}catch{return{'state':_0x4d12e6(0x14d),'detail':_0x4d12e6(0x184)};}const _0x527aab=_0x192927(_0x199ec5);if(!_0x527aab)return{'state':_0x4d12e6(0x14d),'detail':_0x4d12e6(0x156)};const _0x51f26a=_0x16a080[_0x527aab[_0x4d12e6(0x141)]];if(!_0x51f26a)return{'state':_0x4d12e6(0x183),'detail':_0x4d12e6(0x164)+_0x527aab[_0x4d12e6(0x141)]+_0x4d12e6(0x151)};let _0x3a8705=!0x1;try{_0x3a8705=_0x502445[_0x4d12e6(0x15a)](null,_0x199ec5,_0x502445[_0x4d12e6(0x168)](_0x51f26a),_0x3a2b5e);}catch{_0x3a8705=!0x1;}if(!_0x3a8705)return{'state':_0x4d12e6(0x183),'detail':_0x4d12e6(0x16c)};if(_0x1ea669[_0x4d12e6(0x16d)](_0x527aab[_0x4d12e6(0x140)]))return{'state':_0x4d12e6(0x17a),'payload':_0x527aab,'detail':_0x4d12e6(0x158)+_0x527aab[_0x4d12e6(0x140)]+_0x4d12e6(0x18c)};if(typeof _0x527aab[_0x4d12e6(0x185)]==_0x4d12e6(0x170)){if(_0x2b41c3>_0x527aab[_0x4d12e6(0x185)]+exports[_0x4d12e6(0x16e)])return{'state':_0x4d12e6(0x14c),'payload':_0x527aab,'detail':_0x4d12e6(0x143)+new Date(_0x527aab[_0x4d12e6(0x185)]*0x3e8)[_0x4d12e6(0x179)]()[_0x4d12e6(0x157)](0x0,0xa)};if(_0x2b41c3>_0x527aab[_0x4d12e6(0x185)]){const _0x26b2e1=Math[_0x4d12e6(0x16a)]((_0x527aab[_0x4d12e6(0x185)]+exports[_0x4d12e6(0x16e)]-_0x2b41c3)/0x15180);return{'state':_0x4d12e6(0x178),'payload':_0x527aab,'detail':_0x4d12e6(0x161)+_0x26b2e1+_0x4d12e6(0x145)};}}return{'state':_0x4d12e6(0x144),'payload':_0x527aab,'detail':_0x4d12e6(0x191)};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x37a597=_0x25d0;(function(_0x2c6b2a,_0x2ba77c){const _0x226181=_0x25d0,_0x260f1f=_0x2c6b2a();while(!![]){try{const _0x3bed27=-parseInt(_0x226181(0x10c))/0x1*(-parseInt(_0x226181(0x161))/0x2)+parseInt(_0x226181(0x173))/0x3*(parseInt(_0x226181(0x187))/0x4)+-parseInt(_0x226181(0x143))/0x5*(-parseInt(_0x226181(0x153))/0x6)+-parseInt(_0x226181(0x183))/0x7+parseInt(_0x226181(0x137))/0x8*(parseInt(_0x226181(0x12d))/0x9)+-parseInt(_0x226181(0x15a))/0xa+-parseInt(_0x226181(0x146))/0xb*(parseInt(_0x226181(0x130))/0xc);if(_0x3bed27===_0x2ba77c)break;else _0x260f1f['push'](_0x260f1f['shift']());}catch(_0x960cf8){_0x260f1f['push'](_0x260f1f['shift']());}}}(_0x303b,0x77164));var _0x1a794a=this&&this[_0x37a597(0x140)]||(Object[_0x37a597(0x114)]?function(_0x3021cc,_0x5cecd9,_0x1e9328,_0x10f5bd){const _0xa5945e=_0x37a597;_0x10f5bd===void 0x0&&(_0x10f5bd=_0x1e9328);var _0x429a0c=Object[_0xa5945e(0x133)](_0x5cecd9,_0x1e9328);(!_0x429a0c||(_0xa5945e(0x16f)in _0x429a0c?!_0x5cecd9[_0xa5945e(0x145)]:_0x429a0c[_0xa5945e(0x16e)]||_0x429a0c[_0xa5945e(0x14f)]))&&(_0x429a0c={'enumerable':!0x0,'get':function(){return _0x5cecd9[_0x1e9328];}}),Object[_0xa5945e(0x12a)](_0x3021cc,_0x10f5bd,_0x429a0c);}:function(_0x5a403d,_0xdddcca,_0x5f2400,_0x417348){_0x417348===void 0x0&&(_0x417348=_0x5f2400),_0x5a403d[_0x417348]=_0xdddcca[_0x5f2400];}),_0x4bb79c=this&&this[_0x37a597(0x185)]||(Object[_0x37a597(0x114)]?function(_0x5bc04d,_0x1b0769){const _0x3da9cf=_0x37a597;Object[_0x3da9cf(0x12a)](_0x5bc04d,_0x3da9cf(0x12f),{'enumerable':!0x0,'value':_0x1b0769});}:function(_0x2b3c95,_0x27df66){const _0xad2605=_0x37a597;_0x2b3c95[_0xad2605(0x12f)]=_0x27df66;}),_0x410734=this&&this[_0x37a597(0x122)]||(function(){var _0x4d6198=function(_0x53eabf){const _0x58f8d9=_0x25d0;return _0x4d6198=Object[_0x58f8d9(0x17e)]||function(_0x1e6def){const _0x2f93dc=_0x58f8d9;var _0xe292c0=[];for(var _0x289799 in _0x1e6def)Object[_0x2f93dc(0x184)][_0x2f93dc(0x178)][_0x2f93dc(0x141)](_0x1e6def,_0x289799)&&(_0xe292c0[_0xe292c0[_0x2f93dc(0x123)]]=_0x289799);return _0xe292c0;},_0x4d6198(_0x53eabf);};return function(_0x153362){const _0x12cada=_0x25d0;if(_0x153362&&_0x153362[_0x12cada(0x145)])return _0x153362;var _0x58a593={};if(_0x153362!=null){for(var _0x9f4f92=_0x4d6198(_0x153362),_0x4ad49c=0x0;_0x4ad49c<_0x9f4f92[_0x12cada(0x123)];_0x4ad49c++)_0x9f4f92[_0x4ad49c]!==_0x12cada(0x12f)&&_0x1a794a(_0x58a593,_0x153362,_0x9f4f92[_0x4ad49c]);}return _0x4bb79c(_0x58a593,_0x153362),_0x58a593;};}());function _0x303b(){const _0x519841=['rvHervy','yNvPBgrnB3nHAwnqBgfUrNjVBvjLBMrLCMfIBgu','D29YA3nWywnLrgLY','y29SBgvJDe1LzgLHsw5WDxrZrNjVBu1VC2fPy1jLBMrLCMfIBgvgAwXL','Dw5SAw5R','zNbZ','mtaWnJi3mg1tEfzptG','y2f0y2G','CMvUyw1L','BwTKDgvTCa','Aw5JBhvKzxm','yNvPBgrnzwrPyvjLz2LZDhj5rNjVBuLUChv0CW','Dw5ZDxbWB3j0zwqGB3v0Chv0igTPBMq6ia','mZiXotrRBvzqBhy','DgvTCgXHDgvjza','qg0WC2fPyY90zw1WBgf0zxm','CMvUzgvYx2vUza','zhvYyxrPB25nCW','zNjLzsb0AwvYlca','CMvSzwfZzvDVCMTZCgfJzuv4AxrtD2vLCa','x3bHDgnOvMLKzw9xCMfWu3bLzwrgBgfNCW','CMvXDwLYzvrLBxbSyxrL','CMvZB2X2zu91Dhb1DezVCM1HDa','ihjLBMrLCIbMywLSzwqGD2L0AcbLEgL0ignVzguG','ChjVyMvszwDPB25mDw1PBMfUy2u','CMvZB2X2zwrpDxrWDxrgB3jTyxq','D3jPDgfIBgu','z2v0','C2L6zq','C3bSAwnL','C291CMnLigzPBguGBwLZC2LUzYbVCIbLBxb0EtOG','mJm3B3PevKff','lM91Da','yxjNCW','Bw9ZywLJx2rVy3vTzw50','AgvPz2H0','AgfZt3DUuhjVCgvYDhK','CMvUzgvYx3n0yxj0','A2LUza','C3rHBxbLza','C3rHz2u','x3jLCgXHy2vgAwXLqxrVBwLJ','z2v0t3DUuhjVCgvYDhLoyw1LCW','y29TBwfUzhm','CxiTC3rHBxa','AxngCMvLvgLLCG','DwX0CMfMyxn0','mti5mdqWoePQC2PrCa','ChjVDg90ExbL','x19ZzxrnB2r1BgvezwzHDwX0','C3rHCNrZv2L0Aa','mZy0nJbXrgzpqMy','CM1tEw5J','C3rHDa','zNmVChjVBwLZzxm','mJLqwMX1r3G','CMvHC29U','CxjFC3rHBxa','ChjVChm','qg0WC2fPyY9ICMfUzc9XCI1ZDgfTCc9ZDgLSBc92mq','w3fYlxn0yw1Wxsb0zw1WBgf0zsa','y29Kzq','y29WEuzPBgu','y3jLyxrL','CgfPzdOG','C2LNBMfS','C3rYAw5N','zM9YBwf0','ChvZAa','B3v0Chv0s2LUza','y29TBwfUzf9ZDgrLCNi','B3zLCMfSBef2z0X1Bwe','DhLWzq','lxbYzxnLDa','zgvMyxvSDfbYB3bZ','DMLKzw8','C3rHBxa','x19PBxbVCNrtDgfY','BgvUz3rO','y2HLy2TmAwnLBNnLu3rHDhvZ','AxnbCNjHEq','yxbWBhLrCLn0yw1WswzgCMvLvgLLCG','y3jLyxrLrw5NAw5Lq29UDgv4Da','zw5HyMXLza','Aw1Hz2u','zgvMAw5LuhjVCgvYDhK','lI9MCMvLvgLLCKXPy2vUC2u','Dg1WzgLY','mJDJyLrxufm','D2LKDgG','zgvMyxvSDa','mJGZmZj2AwfVq2G','yNvJA2v0CW','yxv0BW','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','Aw5WDxrqyxrO','x3jLC29SDMvtDgfTCe91Dhb1DezVCM1HDa','cI0TlsbMzM1WzwCGC3rKzxjYicH0ywLSksaTls0k','mtqWnJq3mNPosefdyq','yxbWBhLtCgvLzezSywDZ','zxzLBNrZ','qg0WC2fPyY9ICMfUzc9XCI1ZDgfTCc92AwrLBY92mG','zxH0BMfTzq','zNjLzsb0AwvYicG','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','zNjLzvrPzxjtDgfTCevUywjSzwq','zMzTCgvNugf0Aa','x19JCMvHDgvcAw5KAw5N','y2fSBa','BwfRzu0WC2fPy1rLBxbqCMvMAxG','mJyYodu1thnAyNbP','ihn0yw1WigfWCgXPzwq','x19LC01VzhvSzq','nZmYnMfYrw1msG','AM9PBG','zMzWCM9IzvbHDgG','CMvNAxn0zxjxB3jRC3bHy2vfEgL0u3DLzxa','BgLUzxm','C2XPy2u','CMvUzgvY','zgLZCgXHEuzPBMfSt3v0Chv0','B3v0Chv0ugf0Aa','y29UzMLNDxjHyMXL','qg0WC2fPyY9JB3jL','Cgf0Aa','CMvUzgvYugXHBLrVrMLSzq','nZj5sePsvKu'];_0x303b=function(){return _0x519841;};return _0x303b();}Object[_0x37a597(0x12a)](exports,_0x37a597(0x145),{'value':!0x0}),exports[_0x37a597(0x124)]=void 0x0,exports[_0x37a597(0x13e)]=_0x3423f7,exports[_0x37a597(0x135)]=_0x244f7f,exports[_0x37a597(0x126)]=_0x390ec5,exports[_0x37a597(0x17d)]=_0xcee4f3,exports[_0x37a597(0x168)]=_0x4adbfa;const _0x54f013=_0x410734(require('fs')),_0x5c563f=_0x410734(require(_0x37a597(0x18a))),_0x481432=_0x410734(require('os')),_0x4790c2=_0x410734(require(_0x37a597(0x151))),_0x1f2581=require(_0x37a597(0x150)),_0x320c9a=require(_0x37a597(0x13d)),_0x2e4beb=require(_0x37a597(0x163)),_0x575854=require(_0x37a597(0x12b));Object[_0x37a597(0x12a)](exports,_0x37a597(0x124),{'enumerable':!0x0,'get':function(){const _0xacbb60=_0x37a597;return _0x575854[_0xacbb60(0x124)];}});function _0x25d0(_0x4b81f6,_0x11fa81){_0x4b81f6=_0x4b81f6-0x10c;const _0x303b8a=_0x303b();let _0x25d04b=_0x303b8a[_0x4b81f6];if(_0x25d0['wiQeio']===undefined){var _0x1acbef=function(_0x4774a8){const _0x3ba0bc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1a794a='',_0x4bb79c='';for(let _0x410734=0x0,_0x54f013,_0x5c563f,_0x481432=0x0;_0x5c563f=_0x4774a8['charAt'](_0x481432++);~_0x5c563f&&(_0x54f013=_0x410734%0x4?_0x54f013*0x40+_0x5c563f:_0x5c563f,_0x410734++%0x4)?_0x1a794a+=String['fromCharCode'](0xff&_0x54f013>>(-0x2*_0x410734&0x6)):0x0){_0x5c563f=_0x3ba0bc['indexOf'](_0x5c563f);}for(let _0x4790c2=0x0,_0x1f2581=_0x1a794a['length'];_0x4790c2<_0x1f2581;_0x4790c2++){_0x4bb79c+='%'+('00'+_0x1a794a['charCodeAt'](_0x4790c2)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4bb79c);};_0x25d0['IxYjEl']=_0x1acbef,_0x25d0['qmSApJ']={},_0x25d0['wiQeio']=!![];}const _0xcd7d56=_0x303b8a[0x0],_0x4d10bc=_0x4b81f6+_0xcd7d56,_0x2c06b5=_0x25d0['qmSApJ'][_0x4d10bc];return!_0x2c06b5?(_0x25d04b=_0x25d0['IxYjEl'](_0x25d04b),_0x25d0['qmSApJ'][_0x4d10bc]=_0x25d04b):_0x25d04b=_0x2c06b5,_0x25d04b;}const _0x910cf7=_0x37a597(0x13a),_0x3d19d7=_0x37a597(0x110),_0x4c95b0={'xPct':0.78,'yPct':0.78,'wPct':0.2,'hPct':0.2};function _0x3423f7(_0xcd7696){const _0x442784=_0x37a597,_0x50af37=(0x0,_0x575854[_0x442784(0x124)])(_0xcd7696);return _0x50af37[_0x442784(0x181)]?{'enabled':!0x0,'reason':_0x442784(0x13c)+_0x50af37[_0x442784(0x10d)]+')'}:{'enabled':!0x1,'reason':_0x442784(0x115)+_0x50af37[_0x442784(0x10d)]};}async function _0xcee4f3(_0x12054c,_0x1fc5f2){const _0x1532d7=_0x37a597;try{await _0x5c563f[_0x1532d7(0x15c)](_0x12054c,_0x1fc5f2);}catch(_0x4ec884){if(_0x4ec884[_0x1532d7(0x112)]===_0x1532d7(0x154)){await _0x5c563f[_0x1532d7(0x113)](_0x12054c,_0x1fc5f2),await _0x5c563f[_0x1532d7(0x158)](_0x12054c)[_0x1532d7(0x15b)](()=>{});return;}throw _0x4ec884;}}function _0x4adbfa(_0xa59873){const _0x557dfa=_0x37a597,_0x883347=[];for(let _0x2435ec=0x0;_0x2435ec<_0xa59873[_0x557dfa(0x123)];_0x2435ec+=0x1){const _0x595856=_0xa59873[_0x2435ec];if(_0x595856===_0x557dfa(0x11e)&&_0x2435ec+0x1<_0xa59873[_0x557dfa(0x123)]){_0x883347[_0x557dfa(0x119)](_0x557dfa(0x11e),_0x557dfa(0x182)),_0x2435ec+=0x1;continue;}_0x883347[_0x557dfa(0x119)](_0x595856);}if(!_0x883347[_0x557dfa(0x15e)](_0x557dfa(0x11e))){const _0x230b32=_0x883347[_0x557dfa(0x123)]-0x1,_0x2ea9e7=_0x230b32>=0x0&&!_0x883347[_0x230b32][_0x557dfa(0x186)]('-')?_0x230b32:_0x883347[_0x557dfa(0x123)];_0x883347[_0x557dfa(0x171)](_0x2ea9e7,0x0,_0x557dfa(0x11e),_0x557dfa(0x182));}return _0x883347;}function _0x244f7f(_0x51c570,_0x3031e1){const _0x52d598=_0x37a597;if(_0x3031e1)return _0x3031e1;const _0xe4b0b8=(0x0,_0x1f2581[_0x52d598(0x16a)])({'outputPath':_0x51c570});return _0xe4b0b8['ok']?_0xe4b0b8[_0x52d598(0x118)]:void 0x0;}async function _0x31794e(_0x10f79b){const _0x5f3f6e=_0x37a597;var _0x360c54,_0x30a06f;const _0x4634d6=(0x0,_0x2e4beb[_0x5f3f6e(0x169)])(_0x10f79b[_0x5f3f6e(0x162)]),_0x127be5={...(_0x360c54=_0x4634d6[_0x5f3f6e(0x11f)])!==null&&_0x360c54!==void 0x0?_0x360c54:{},..._0x10f79b[_0x5f3f6e(0x10f)]},_0x7efd78=(0x0,_0x1f2581[_0x5f3f6e(0x127)])({'width':_0x10f79b[_0x5f3f6e(0x12e)],'height':_0x10f79b[_0x5f3f6e(0x177)],'workspaceDir':_0x10f79b[_0x5f3f6e(0x156)],'fps':_0x10f79b[_0x5f3f6e(0x159)],'durationMs':_0x10f79b[_0x5f3f6e(0x165)],'media':{}}),_0x420d9=await _0x4634d6[_0x5f3f6e(0x14c)](_0x127be5,_0x7efd78),_0xe14120=_0x420d9[_0x5f3f6e(0x17a)]===_0x5f3f6e(0x176)&&typeof _0x420d9['m0']==_0x5f3f6e(0x117)?_0x420d9['m0']:void 0x0,_0x283c9c=(0x0,_0x1f2581[_0x5f3f6e(0x157)])(_0x420d9),_0x3b725b=await(0x0,_0x1f2581[_0x5f3f6e(0x15f)])(_0x283c9c,_0x10f79b[_0x5f3f6e(0x148)]?{'ffprobePath':_0x10f79b[_0x5f3f6e(0x148)]}:void 0x0),_0x2c3d2e=_0x244f7f(_0x10f79b[_0x5f3f6e(0x14e)],_0x10f79b[_0x5f3f6e(0x16d)]),_0x15bc0f={'width':_0x10f79b[_0x5f3f6e(0x12e)],'height':_0x10f79b[_0x5f3f6e(0x177)],'outputBasename':_0x5f3f6e(0x10e),'mediaRegistry':_0x3b725b,..._0x2c3d2e?{'resolvedOutputFormat':_0x2c3d2e}:{}},_0x4fcbeb=(0x0,_0x1f2581[_0x5f3f6e(0x155)])(_0x420d9,_0x15bc0f);if(_0x10f79b[_0x5f3f6e(0x138)]&&_0x4fcbeb[_0x5f3f6e(0x17f)][_0x5f3f6e(0x123)]>0x0){const _0x39235d=_0x4fcbeb[_0x5f3f6e(0x17f)][_0x5f3f6e(0x123)]-0x1;_0x4fcbeb[_0x5f3f6e(0x17f)][_0x39235d]={..._0x4fcbeb[_0x5f3f6e(0x17f)][_0x39235d],'args':_0x4adbfa(_0x4fcbeb[_0x5f3f6e(0x17f)][_0x39235d][_0x5f3f6e(0x175)])};}const _0x632043=[],_0x57a253=0x50,_0x5c058f=(_0x30a06f=_0x10f79b[_0x5f3f6e(0x14d)])!==null&&_0x30a06f!==void 0x0?_0x30a06f:_0x10f79b[_0x5f3f6e(0x14e)],_0x3038f4=_0x3b5e6e=>{const _0x1fa13e=_0x5f3f6e;if(_0x3b5e6e[_0x1fa13e(0x11d)]===_0x1fa13e(0x11b)&&Array[_0x1fa13e(0x125)](_0x3b5e6e[_0x1fa13e(0x14a)])){for(const _0x180fb7 of _0x3b5e6e[_0x1fa13e(0x14a)])typeof _0x180fb7==_0x1fa13e(0x117)&&_0x180fb7[_0x1fa13e(0x123)]>0x0&&_0x632043[_0x1fa13e(0x119)](_0x180fb7);_0x632043[_0x1fa13e(0x123)]>_0x57a253&&_0x632043[_0x1fa13e(0x171)](0x0,_0x632043[_0x1fa13e(0x123)]-_0x57a253);}if(_0x10f79b[_0x1fa13e(0x139)]&&typeof _0x3b5e6e[_0x1fa13e(0x11d)]==_0x1fa13e(0x117)){const _0x82d48=_0x10f79b[_0x1fa13e(0x139)];_0x3b5e6e[_0x1fa13e(0x11d)]===_0x1fa13e(0x179)?_0x82d48({..._0x3b5e6e,'type':_0x3b5e6e[_0x1fa13e(0x11d)],'finalOutput':_0x5c058f,'stage':_0x10f79b[_0x1fa13e(0x17c)],..._0xe14120?{'stageM0':_0xe14120,'stageWidth':_0x10f79b[_0x1fa13e(0x12e)],'stageHeight':_0x10f79b[_0x1fa13e(0x177)]}:{}}):_0x3b5e6e[_0x1fa13e(0x11d)]===_0x1fa13e(0x164)?_0x82d48({..._0x3b5e6e,'type':_0x3b5e6e[_0x1fa13e(0x11d)],'finalOutput':_0x5c058f,'stage':_0x10f79b[_0x1fa13e(0x17c)]}):_0x82d48({..._0x3b5e6e,'type':_0x3b5e6e[_0x1fa13e(0x11d)]});}},_0x45393e=await(0x0,_0x1f2581[_0x5f3f6e(0x152)])(_0x4fcbeb[_0x5f3f6e(0x17f)],_0x10f79b[_0x5f3f6e(0x14e)],{'workspaceDir':_0x10f79b[_0x5f3f6e(0x156)],'quiet':!0x0,'captureStderr':!0x0,..._0x10f79b[_0x5f3f6e(0x13f)]?{'ffmpegPath':_0x10f79b[_0x5f3f6e(0x13f)]}:{},..._0x10f79b[_0x5f3f6e(0x116)]?{'signal':_0x10f79b[_0x5f3f6e(0x116)]}:{},'events':_0x3038f4});if(_0x45393e!==0x0){const _0x474a97=_0x632043[_0x5f3f6e(0x14b)](-0x14)[_0x5f3f6e(0x147)]('\x0a'),_0x278cf1=_0x474a97?_0x5f3f6e(0x136)+_0x474a97:'';throw new Error(_0x5f3f6e(0x111)+_0x10f79b[_0x5f3f6e(0x162)]+_0x5f3f6e(0x16b)+_0x45393e+_0x278cf1);}}async function _0x390ec5(_0x272546,_0x282942){const _0x33d187=_0x37a597;var _0x24a93d;const _0x42f565=_0x3423f7(_0x282942);if(!_0x42f565[_0x33d187(0x128)])return{'stampedPath':_0x272546[_0x33d187(0x14e)],'applied':!0x1,'reason':_0x42f565[_0x33d187(0x10d)]};if(_0x272546[_0x33d187(0x11a)]!==_0x33d187(0x120)&&_0x272546[_0x33d187(0x11a)]!==_0x33d187(0x129))return{'stampedPath':_0x272546[_0x33d187(0x14e)],'applied':!0x1,'reason':_0x33d187(0x160)+_0x272546[_0x33d187(0x11a)]};const _0x5be7df=(_0x24a93d=_0x272546[_0x33d187(0x134)])!==null&&_0x24a93d!==void 0x0?_0x24a93d:_0x272546[_0x33d187(0x14e)],_0x5ef330=await _0x5c563f[_0x33d187(0x189)](_0x5be7df)[_0x33d187(0x15b)](()=>null);if(!_0x5ef330||_0x5ef330[_0x33d187(0x170)]===0x0)return{'stampedPath':_0x272546[_0x33d187(0x14e)],'applied':!0x1,'reason':_0x33d187(0x172)+_0x5be7df};const _0x24e1c8=await _0x5c563f[_0x33d187(0x15d)](_0x4790c2[_0x33d187(0x147)](_0x481432[_0x33d187(0x12c)](),(0x0,_0x320c9a[_0x33d187(0x142)])(_0x33d187(0x180))));(0x0,_0x1f2581[_0x33d187(0x149)])(_0x24e1c8);const _0x537654=_0x4790c2[_0x33d187(0x147)](_0x24e1c8,_0x33d187(0x17b)+(_0x4790c2[_0x33d187(0x13b)](_0x272546[_0x33d187(0x14e)])||_0x33d187(0x174)));try{if(_0x272546[_0x33d187(0x11a)]===_0x33d187(0x120)){const _0x49a48c=await(0x0,_0x1f2581[_0x33d187(0x16c)])(_0x5be7df,_0x4c95b0,{'bucketMs':0x1f4,'smoothingMs':0x5dc,..._0x272546[_0x33d187(0x13f)]?{'ffmpegPath':_0x272546[_0x33d187(0x13f)]}:{}});await _0x31794e({'templateId':_0x910cf7,'props':{'videoPath':_0x5be7df,'videoDurationMs':_0x49a48c[_0x33d187(0x165)],'luminanceBuckets':_0x49a48c[_0x33d187(0x131)]},'width':_0x272546[_0x33d187(0x12e)],'height':_0x272546[_0x33d187(0x177)],'fps':_0x272546[_0x33d187(0x159)],'durationMs':_0x272546[_0x33d187(0x165)],'workspaceDir':_0x272546[_0x33d187(0x156)],'outputPath':_0x537654,'applySpeedFlags':!0x0,..._0x272546[_0x33d187(0x16d)]?{'resolvedOutputFormat':_0x272546[_0x33d187(0x16d)]}:{},..._0x272546[_0x33d187(0x13f)]?{'ffmpegPath':_0x272546[_0x33d187(0x13f)]}:{},..._0x272546[_0x33d187(0x148)]?{'ffprobePath':_0x272546[_0x33d187(0x148)]}:{},..._0x272546[_0x33d187(0x139)]?{'events':_0x272546[_0x33d187(0x139)]}:{},..._0x272546[_0x33d187(0x116)]?{'signal':_0x272546[_0x33d187(0x116)]}:{},'displayFinalOutput':_0x272546[_0x33d187(0x14e)],'stage':_0x33d187(0x121)});}else{const _0x50ce9c=await(0x0,_0x1f2581[_0x33d187(0x16c)])(_0x5be7df,_0x4c95b0,{'bucketMs':0x1f4,'smoothingMs':0x1f4,..._0x272546[_0x33d187(0x13f)]?{'ffmpegPath':_0x272546[_0x33d187(0x13f)]}:{}});await _0x31794e({'templateId':_0x3d19d7,'props':{'imagePath':_0x5be7df,'mode':_0x33d187(0x132),'overallLumaForAuto':_0x50ce9c[_0x33d187(0x11c)]},'width':_0x272546[_0x33d187(0x12e)],'height':_0x272546[_0x33d187(0x177)],'workspaceDir':_0x272546[_0x33d187(0x156)],'outputPath':_0x537654,..._0x272546[_0x33d187(0x16d)]?{'resolvedOutputFormat':_0x272546[_0x33d187(0x16d)]}:{},..._0x272546[_0x33d187(0x13f)]?{'ffmpegPath':_0x272546[_0x33d187(0x13f)]}:{},..._0x272546[_0x33d187(0x148)]?{'ffprobePath':_0x272546[_0x33d187(0x148)]}:{},..._0x272546[_0x33d187(0x139)]?{'events':_0x272546[_0x33d187(0x139)]}:{},..._0x272546[_0x33d187(0x116)]?{'signal':_0x272546[_0x33d187(0x116)]}:{},'displayFinalOutput':_0x272546[_0x33d187(0x14e)],'stage':_0x33d187(0x121)});}return await _0xcee4f3(_0x537654,_0x272546[_0x33d187(0x14e)]),{'stampedPath':_0x272546[_0x33d187(0x14e)],'applied':!0x0,'reason':_0x33d187(0x166)+_0x272546[_0x33d187(0x11a)]+_0x33d187(0x144)};}finally{try{_0x54f013[_0x33d187(0x188)](_0x24e1c8,{'recursive':!0x0,'force':!0x0});}catch{}(0x0,_0x1f2581[_0x33d187(0x167)])(_0x24e1c8);}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x6788e8=_0x4975;(function(_0x5bd651,_0x2b94fa){var _0x8f9770=_0x4975,_0x1ffae9=_0x5bd651();while(!![]){try{var _0x544dbb=-parseInt(_0x8f9770(0xd1))/0x1*(-parseInt(_0x8f9770(0xcf))/0x2)+parseInt(_0x8f9770(0xc6))/0x3*(parseInt(_0x8f9770(0xce))/0x4)+-parseInt(_0x8f9770(0xd0))/0x5+parseInt(_0x8f9770(0xd2))/0x6*(parseInt(_0x8f9770(0xc4))/0x7)+-parseInt(_0x8f9770(0xca))/0x8*(-parseInt(_0x8f9770(0xcb))/0x9)+-parseInt(_0x8f9770(0xcc))/0xa*(parseInt(_0x8f9770(0xc9))/0xb)+parseInt(_0x8f9770(0xc7))/0xc*(-parseInt(_0x8f9770(0xc2))/0xd);if(_0x544dbb===_0x2b94fa)break;else _0x1ffae9['push'](_0x1ffae9['shift']());}catch(_0x94dc31){_0x1ffae9['push'](_0x1ffae9['shift']());}}}(_0x1d70,0x670d7));function _0x4975(_0x4dd617,_0x5ab46a){_0x4dd617=_0x4dd617-0xc2;var _0x1d70cb=_0x1d70();var _0x497569=_0x1d70cb[_0x4dd617];if(_0x4975['oLWUmh']===undefined){var _0x54130e=function(_0x6c2eea){var _0x454530='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x22232c='',_0x577e4d='';for(var _0x561ff3=0x0,_0x25cdff,_0x51d90d,_0x55c7ce=0x0;_0x51d90d=_0x6c2eea['charAt'](_0x55c7ce++);~_0x51d90d&&(_0x25cdff=_0x561ff3%0x4?_0x25cdff*0x40+_0x51d90d:_0x51d90d,_0x561ff3++%0x4)?_0x22232c+=String['fromCharCode'](0xff&_0x25cdff>>(-0x2*_0x561ff3&0x6)):0x0){_0x51d90d=_0x454530['indexOf'](_0x51d90d);}for(var _0x59bd3=0x0,_0x49addc=_0x22232c['length'];_0x59bd3<_0x49addc;_0x59bd3++){_0x577e4d+='%'+('00'+_0x22232c['charCodeAt'](_0x59bd3)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x577e4d);};_0x4975['IrXraR']=_0x54130e,_0x4975['WGZbcl']={},_0x4975['oLWUmh']=!![];}var _0x4846f4=_0x1d70cb[0x0],_0x1935d4=_0x4dd617+_0x4846f4,_0x2cfa40=_0x4975['WGZbcl'][_0x1935d4];return!_0x2cfa40?(_0x497569=_0x4975['IrXraR'](_0x497569),_0x4975['WGZbcl'][_0x1935d4]=_0x497569):_0x497569=_0x2cfa40,_0x497569;}function _0x1d70(){var _0x3608a1=['mJHrqLzls3m','odC1mde1s05gu3De','ntaZndjhBuL0sLO','ndj4q1nVsey','mtC5nty5rLvxBgnj','ls0Tls1cruDjtIbqvujmsumGs0vzls0Tls0ktunVD0jrwurlmLz3qxLfqwPOsgjvvMiWm2uXB3rizMPWCfbPC2TRugTAyMfNqMj4AKr4vM9ftwXKAK09cI0Tls0Tru5eifbvqKXjqYblrvKTls0TlqO','nJa0odi4wMncrvfc','teLdru5trv9qvujmsunFs0vzuW','mJa0mty2ohjArhH4Aq','mta2og1SvKPxvq','x19LC01VzhvSzq','otiXotG1owjpvLnyCa','mtq5odGWzwzWDgng','mZi0vxLfzgrb','mtbtBwHuzMW','zgvMAw5LuhjVCgvYDhK','nhvzA2PIsq'];_0x1d70=function(){return _0x3608a1;};return _0x1d70();}Object[_0x6788e8(0xcd)](exports,_0x6788e8(0xc8),{'value':!0x0}),exports[_0x6788e8(0xc5)]=void 0x0,exports[_0x6788e8(0xc5)]={'k1':_0x6788e8(0xc3)};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';function _0x10fe(){var _0x1dba63=['zgvMAw5LuhjVCgvYDhK','mZi2nJC5nw15B2rbsG','ndyYndKZtvnyvfbT','x19LC01VzhvSzq','mJeWnZHruePtwKy','BgTFnwTFxZvgtwjeEM0W','mtfRwe5kseS','BgTFzhjiELzOlwP2Cgzy','mJDyEMfRsKW','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','otC0mvvrqNv5AG','nde4D3LwBNPW','mZG5ndi4mZbuDgHyBxK','mJG5odi4B1zUs0vR','mZq2ody4mgn1zNDTBG','mJa3nwfNrhrTsW'];_0x10fe=function(){return _0x1dba63;};return _0x10fe();}function _0x3e4a(_0x48f306,_0x3cf2b9){_0x48f306=_0x48f306-0x15e;var _0x10fec2=_0x10fe();var _0x3e4a7b=_0x10fec2[_0x48f306];if(_0x3e4a['uEqgru']===undefined){var _0x5641f9=function(_0x5d529e){var _0x28a463='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x5ade37='',_0x242c86='';for(var _0x40957f=0x0,_0x317e0f,_0xb64472,_0x2411cf=0x0;_0xb64472=_0x5d529e['charAt'](_0x2411cf++);~_0xb64472&&(_0x317e0f=_0x40957f%0x4?_0x317e0f*0x40+_0xb64472:_0xb64472,_0x40957f++%0x4)?_0x5ade37+=String['fromCharCode'](0xff&_0x317e0f>>(-0x2*_0x40957f&0x6)):0x0){_0xb64472=_0x28a463['indexOf'](_0xb64472);}for(var _0xf4dd11=0x0,_0x3f07d9=_0x5ade37['length'];_0xf4dd11<_0x3f07d9;_0xf4dd11++){_0x242c86+='%'+('00'+_0x5ade37['charCodeAt'](_0xf4dd11)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x242c86);};_0x3e4a['vCAcEi']=_0x5641f9,_0x3e4a['mgYfaF']={},_0x3e4a['uEqgru']=!![];}var _0x4c0562=_0x10fec2[0x0],_0x5435bd=_0x48f306+_0x4c0562,_0x3e3be5=_0x3e4a['mgYfaF'][_0x5435bd];return!_0x3e3be5?(_0x3e4a7b=_0x3e4a['vCAcEi'](_0x3e4a7b),_0x3e4a['mgYfaF'][_0x5435bd]=_0x3e4a7b):_0x3e4a7b=_0x3e3be5,_0x3e4a7b;}var _0x2ec235=_0x3e4a;(function(_0xc91f8f,_0xf7b7f8){var _0x4f477f=_0x3e4a,_0x1f1c74=_0xc91f8f();while(!![]){try{var _0x669f8=-parseInt(_0x4f477f(0x15f))/0x1+parseInt(_0x4f477f(0x168))/0x2*(parseInt(_0x4f477f(0x167))/0x3)+parseInt(_0x4f477f(0x16a))/0x4+-parseInt(_0x4f477f(0x16c))/0x5*(parseInt(_0x4f477f(0x161))/0x6)+-parseInt(_0x4f477f(0x15e))/0x7+-parseInt(_0x4f477f(0x16b))/0x8*(parseInt(_0x4f477f(0x165))/0x9)+-parseInt(_0x4f477f(0x169))/0xa*(-parseInt(_0x4f477f(0x163))/0xb);if(_0x669f8===_0xf7b7f8)break;else _0x1f1c74['push'](_0x1f1c74['shift']());}catch(_0x28e532){_0x1f1c74['push'](_0x1f1c74['shift']());}}}(_0x10fe,0xe9c5f));Object[_0x2ec235(0x16d)](exports,_0x2ec235(0x160),{'value':!0x0}),exports[_0x2ec235(0x166)]=void 0x0,exports[_0x2ec235(0x166)]=[_0x2ec235(0x162),_0x2ec235(0x164)];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0xc9744=_0x2745;(function(_0x5ab14d,_0x415017){var _0x38b492=_0x2745,_0x42c89f=_0x5ab14d();while(!![]){try{var _0x15b51a=-parseInt(_0x38b492(0x170))/0x1+-parseInt(_0x38b492(0x16e))/0x2*(-parseInt(_0x38b492(0x16d))/0x3)+-parseInt(_0x38b492(0x171))/0x4+parseInt(_0x38b492(0x16c))/0x5*(parseInt(_0x38b492(0x16b))/0x6)+-parseInt(_0x38b492(0x175))/0x7+parseInt(_0x38b492(0x174))/0x8+-parseInt(_0x38b492(0x176))/0x9;if(_0x15b51a===_0x415017)break;else _0x42c89f['push'](_0x42c89f['shift']());}catch(_0x2255bd){_0x42c89f['push'](_0x42c89f['shift']());}}}(_0x4363,0x36c62));function _0x2745(_0x3ebc27,_0x22483a){_0x3ebc27=_0x3ebc27-0x16b;var _0x43636f=_0x4363();var _0x274501=_0x43636f[_0x3ebc27];if(_0x2745['wvxkIF']===undefined){var _0x5b44ee=function(_0x3e359b){var _0x1e7c76='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0xd2f6fb='',_0x268746='';for(var _0x43f171=0x0,_0x1b256c,_0x48ef13,_0x1996d3=0x0;_0x48ef13=_0x3e359b['charAt'](_0x1996d3++);~_0x48ef13&&(_0x1b256c=_0x43f171%0x4?_0x1b256c*0x40+_0x48ef13:_0x48ef13,_0x43f171++%0x4)?_0xd2f6fb+=String['fromCharCode'](0xff&_0x1b256c>>(-0x2*_0x43f171&0x6)):0x0){_0x48ef13=_0x1e7c76['indexOf'](_0x48ef13);}for(var _0x564a7b=0x0,_0x26a142=_0xd2f6fb['length'];_0x564a7b<_0x26a142;_0x564a7b++){_0x268746+='%'+('00'+_0xd2f6fb['charCodeAt'](_0x564a7b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x268746);};_0x2745['nkLKNf']=_0x5b44ee,_0x2745['JvQVEH']={},_0x2745['wvxkIF']=!![];}var _0xdd08a=_0x43636f[0x0],_0x5559cc=_0x3ebc27+_0xdd08a,_0x59adbe=_0x2745['JvQVEH'][_0x5559cc];return!_0x59adbe?(_0x274501=_0x2745['nkLKNf'](_0x274501),_0x2745['JvQVEH'][_0x5559cc]=_0x274501):_0x274501=_0x59adbe,_0x274501;}function _0x4363(){var _0x3e9b68=['nZe1mtu1owvLzwi0mwq3nMnIzMm2ngvLmgy4m2y0oty5owi5otfKodHMndrMnZLInMzMmgi0yZe0m2iWytaYza','mJKWnJmXmMnNA1ndEa','mtq1ntG0nNDRqxnlyq','nZe2nJyXDLv6D3Lr','x19LC01VzhvSzq','zgvMAw5LuhjVCgvYDhK','otbYt3HTv2K','nZKXotvNAxD2qLi','mJGXn3feD0zXDq','nda2whDRDgvR','ttbtquLdx1vqu1rsrufnx0rfrKfvtfrt','odyYmdzouvzKCKK','nZCZmJK2DvnUEfPl','Ahr0Chm6lY9TmhnHAwmUAw8VyxbPl3rLBgvTzxrYEq'];_0x4363=function(){return _0x3e9b68;};return _0x4363();}Object[_0xc9744(0x178)](exports,_0xc9744(0x177),{'value':!0x0}),exports[_0xc9744(0x16f)]=void 0x0,exports[_0xc9744(0x16f)]={'endpoint':_0xc9744(0x172),'ingestKey':_0xc9744(0x173)};
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
m0saic — Deterministic rectangle layout DSL and tooling
|
|
2
|
+
Copyright (c) 2026 m0saic LLC
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at:
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
m0saic and the m0saic logo are trademarks of m0saic LLC.
|
|
11
|
+
This license does not grant permission to use the trade names, trademarks,
|
|
12
|
+
service marks, or product names of m0saic LLC, except as required for
|
|
13
|
+
reasonable and customary use in describing the origin of the work.
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><clipPath id="disc"><circle cx="512" cy="512" r="500"/></clipPath><circle cx="512" cy="512" r="500" fill="#17171F"/><g clip-path="url(#disc)"><path d="M152 1024C152 761.5 316.5 693.5 512 693.5C707.5 693.5 872 761.5 872 1024Z" fill="#2C2C3A"/><circle cx="512" cy="430" r="170" fill="#2C2C3A"/></g><circle cx="512" cy="512" r="494" fill="none" stroke="#EF7525" stroke-width="12"/><g transform="translate(476 44) scale(0.26)" fill="#EF7525" opacity="0.9"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 1600"><rect width="900" height="1600" fill="#0B0B10"/><rect x="24" y="24" width="852" height="1552" rx="28" fill="#17171F"/><clipPath id="win"><rect x="24" y="24" width="852" height="1552" rx="28"/></clipPath><g clip-path="url(#win)"><path d="M130 1600C130 892.5 277.5 832.5 450 832.5C622.5 832.5 770 892.5 770 1600Z" fill="#2C2C3A"/><circle cx="450" cy="600" r="150" fill="#2C2C3A"/></g><circle cx="84" cy="84" r="13" fill="#EF7525"/><circle cx="84" cy="84" r="22" fill="none" stroke="#EF7525" stroke-width="3" opacity="0.45"/><g transform="translate(772 1472) scale(0.26)" fill="#EF7525" opacity="0.9"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 900"><defs><linearGradient id="sheen" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#ffffff" stop-opacity="0.045"/><stop offset="0.55" stop-color="#ffffff" stop-opacity="0"/></linearGradient></defs><rect width="1600" height="900" fill="#0B0B10"/><rect x="16" y="16" width="928" height="868" rx="10" fill="#17171F"/><rect x="16" y="16" width="928" height="868" rx="10" fill="url(#sheen)"/><rect x="960" y="16" width="624" height="426" rx="10" fill="#1E1E27"/><rect x="960" y="458" width="624" height="426" rx="10" fill="#14141B"/><g transform="translate(1448 748) scale(0.35)" fill="#EF7525"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 272 272"><g fill="#EF7525"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 1600"><defs><linearGradient id="sheen" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#ffffff" stop-opacity="0.045"/><stop offset="0.55" stop-color="#ffffff" stop-opacity="0"/></linearGradient></defs><rect width="900" height="1600" fill="#0B0B10"/><rect x="16" y="16" width="868" height="1000" rx="10" fill="#17171F"/><rect x="16" y="16" width="868" height="1000" rx="10" fill="url(#sheen)"/><rect x="16" y="1032" width="426" height="552" rx="10" fill="#14141B"/><rect x="458" y="1032" width="426" height="552" rx="10" fill="#1E1E27"/><g transform="translate(748 1448) scale(0.35)" fill="#EF7525"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1200"><defs><linearGradient id="sheen" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="#ffffff" stop-opacity="0.045"/><stop offset="0.55" stop-color="#ffffff" stop-opacity="0"/></linearGradient></defs><rect width="1200" height="1200" fill="#0B0B10"/><rect x="16" y="16" width="776" height="776" rx="10" fill="#17171F"/><rect x="16" y="16" width="776" height="776" rx="10" fill="url(#sheen)"/><rect x="808" y="16" width="376" height="776" rx="10" fill="#1E1E27"/><rect x="16" y="808" width="1168" height="376" rx="10" fill="#14141B"/><g transform="translate(1048 1048) scale(0.35)" fill="#EF7525"><path d="M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z"/><path d="M34.9327 55.9604H0V104.067H34.9327V55.9604Z"/><path d="M62.2438 111.931H34.9327V160.038H62.2438V111.931Z"/><path d="M27.3212 111.931H0V160.038H27.3212V111.931Z"/><path d="M34.9327 167.912H0V216.019H34.9327V167.912Z"/><path d="M62.1336 223.893H27.3712V272H62.1336V223.893Z"/><path d="M19.7197 223.893H0.0100098V272H19.7197V223.893Z"/><path d="M131.799 111.931H103.496V160.038H131.799V111.931Z"/><path d="M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z"/><path d="M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z"/><path d="M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z"/><path d="M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z"/><path d="M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z"/><path d="M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z"/><path d="M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z"/><path d="M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z"/><path d="M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z"/><path d="M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z"/><path d="M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z"/><path d="M62.0736 167.912H42.5141V187.629H62.0736V167.912Z"/><path d="M62.0736 195.494H42.5141V216.019H62.0736V195.494Z"/><path d="M271.95 223.883H252.28V271.99H271.95V223.883Z"/><path d="M272 167.933H237.067V216.04H272V167.933Z"/><path d="M237.067 111.952H209.756V160.059H237.067V111.952Z"/><path d="M272 111.952H244.679V160.059H272V111.952Z"/><path d="M272 55.9707H237.067V104.077H272V55.9707Z"/><path d="M244.629 0H209.866V48.1067H244.629V0Z"/><path d="M271.99 0H252.28V48.1067H271.99V0Z"/><path d="M229.426 196.322H209.826V216.04H229.426V196.322Z"/><path d="M229.426 167.933H209.826V188.458H229.426V167.933Z"/><path d="M244.679 223.883H209.826V271.99H244.679V223.883Z"/><path d="M229.486 84.3602H209.926V104.077H229.486V84.3602Z"/><path d="M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var p=Object.defineProperty;var h=(o,e)=>p(o,"name",{value:e,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.CAMERA_HOLD_TARGET_SEC=exports.CAMERA_MAX_AUTO_ZOOM=exports.CAMERA_MIN_WORTH_ZOOM=exports.CAMERA_LEGIBLE_PX=void 0,exports.autoZoomForLegibility=autoZoomForLegibility,exports.centerFocus=centerFocus,exports.resolvePullBackEnvelope=resolvePullBackEnvelope,exports.cameraViewportRect=cameraViewportRect,exports.followCamera=followCamera;const keyframes_1=require("./keyframes");exports.CAMERA_LEGIBLE_PX=104,exports.CAMERA_MIN_WORTH_ZOOM=1.05,exports.CAMERA_MAX_AUTO_ZOOM=4,exports.CAMERA_HOLD_TARGET_SEC=2;function autoZoomForLegibility(o,e,n,r,c,t){var i,s,a;const E=(i=t?.legiblePx)!==null&&i!==void 0?i:exports.CAMERA_LEGIBLE_PX,A=(s=t?.minWorthZoom)!==null&&s!==void 0?s:exports.CAMERA_MIN_WORTH_ZOOM,u=(a=t?.maxZoom)!==null&&a!==void 0?a:exports.CAMERA_MAX_AUTO_ZOOM;if(e<=0||n<=0||r<=0||c<=0||o.length===0)return 1;let x=1/0,_=0,M=0;for(const l of o){const m=l.width/e*r,d=l.height/n*c;x=Math.min(x,m,d),_=Math.max(_,l.width),M=Math.max(M,l.height)}if(!(x>0))return 1;const v=Math.min(_>0?e/_:1/0,M>0?n/M:1/0),f=Math.min(E/x,v);return f<A?1:Math.min(u,f)}h(autoZoomForLegibility,"autoZoomForLegibility");function centerFocus(o,e){const n=(o*e-.5)/(e-1);return Math.max(0,Math.min(1,n))}h(centerFocus,"centerFocus");function resolvePullBackEnvelope(o){var e;const n=o.endSec,r=(e=o.holdTargetSec)!==null&&e!==void 0?e:exports.CAMERA_HOLD_TARGET_SEC,c=Math.max(o.earliestStartSec,Math.min(o.settleOutSec,n-r-.6)),t=Math.min(n,Math.max(c+.3,n-r));return{outStartSec:c,zoomEndSec:t,active:n>c+.001}}h(resolvePullBackEnvelope,"resolvePullBackEnvelope");function cameraViewportRect(o,e,n,r,c){const t=r/n,i=c/n;return{x:o*(r-t),y:e*(c-i),width:t,height:i}}h(cameraViewportRect,"cameraViewportRect");function followCamera(o,e,n,r,c){if(!(r>1)||e<=0||n<=0||o.length===0)return;const t=[],i=[];for(const u of o){const x=(u.rect.x+u.rect.width/2)/e,_=(u.rect.y+u.rect.height/2)/n;t.push({t:u.atSec,v:centerFocus(x,r)}),i.push({t:u.atSec,v:centerFocus(_,r)})}if(!c)return{zoom:r,focusX:(0,keyframes_1.keyframeExpr)(t),focusY:(0,keyframes_1.keyframeExpr)(i)};const{outStartSec:s,zoomEndSec:a,active:E}=resolvePullBackEnvelope(c);return E&&(t.push({t:s,v:t[t.length-1].v}),i.push({t:s,v:i[i.length-1].v}),t.push({t:a,v:.5}),i.push({t:a,v:.5})),{zoom:E?(0,keyframes_1.keyframeExpr)([{t:s,v:r},{t:a,v:1}]):(0,keyframes_1.keyframeExpr)([{t:s,v:r}]),focusX:(0,keyframes_1.keyframeExpr)(t),focusY:(0,keyframes_1.keyframeExpr)(i)}}h(followCamera,"followCamera");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var f=Object.defineProperty;var e=(t,n)=>f(t,"name",{value:n,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.MASK_SUBPATH_BUDGET=exports.DASH_SEGMENT_BUDGET=exports.GATED_BOX_BUDGET=exports.maskAtlasSource=exports.roundedRectPathD=exports.gatedEnableExpr=exports.dashedGuideBoxes=exports.curtainSource=exports.gatedBoxTrackSource=exports.CAMERA_HOLD_TARGET_SEC=exports.CAMERA_MAX_AUTO_ZOOM=exports.CAMERA_MIN_WORTH_ZOOM=exports.CAMERA_LEGIBLE_PX=exports.cameraViewportRect=exports.resolvePullBackEnvelope=exports.followCamera=exports.centerFocus=exports.autoZoomForLegibility=exports.DEFAULT_WINDOW_FRACTION=exports.resolveWindow=exports.resolveOutputDurationMs=exports.resolvePinnedDurationMs=exports.stepNumberExpr=exports.computeTimeline=exports.keyframeExpr=exports.RISE_SINK_DISTANCE_FRAC=exports.composeMotion=exports.exit=exports.entrance=void 0,exports.easingExpr=easingExpr,exports.progressExpr=progressExpr,exports.countUpExpr=countUpExpr,exports.fadeInExpr=fadeInExpr,exports.animateNumbersInText=animateNumbersInText;function easingExpr(t,n){const r=`(${n})`;switch(t){case"smoothstep":case"easeInOut":return`${r}*${r}*(3-2*${r})`;case"easeOut":return`(1-(1-${r})*(1-${r}))`;case"linear":default:return r}}e(easingExpr,"easingExpr");function progressExpr(t,n,r=","){const o=n<=0?1e-4:n;return`min(1${r}max(0${r}(t-${t})/${o}))`}e(progressExpr,"progressExpr");function countUpExpr(t){const{to:n,durationSec:r,startSec:o=0,ease:u="easeOut",suffix:i=""}=t,c=easingExpr(u,progressExpr(o,r,"\\,"));return`%{eif\\:${n}*(${c})+0.5\\:d}${i}`}e(countUpExpr,"countUpExpr");function fadeInExpr(t,n,r="smoothstep"){return easingExpr(r,progressExpr(t,n,","))}e(fadeInExpr,"fadeInExpr");function escapeExprLiteral(t){return t.replace(/%/g,"\\%").replace(/\{/g,"\\{").replace(/\}/g,"\\}")}e(escapeExprLiteral,"escapeExprLiteral");function numberCountUp(t,n,r){const o=t.indexOf("."),u=parseFloat(t);if(o<0)return r!=null?`%{eif\\:${u}*(${n})+0.5\\:d\\:${r}}`:`%{eif\\:${u}*(${n})+0.5\\:d}`;const i=t.length-o-1,c=Math.pow(10,i),p=`%{eif\\:${u}*(${n})\\:d}`,a=`%{eif\\:mod(${u}*(${n})*${c}\\,${c})\\:d\\:${i}}`;return`${p}.${a}`}e(numberCountUp,"numberCountUp");function animateNumbersInText(t,n){const{durationSec:r,startSec:o=0,ease:u="easeOut"}=n,i=easingExpr(u,progressExpr(o,r,"\\,")),c=/\d+(?:\.\d+)?/g;let p="",a=0,s;for(;(s=c.exec(t))!==null;){const x=t.slice(a,s.index);p+=escapeExprLiteral(x);const l=/,\s*$/.test(x)&&!s[0].includes(".");p+=numberCountUp(s[0],i,l?s[0].length:void 0),a=s.index+s[0].length}return p+=escapeExprLiteral(t.slice(a)),p}e(animateNumbersInText,"animateNumbersInText");var motion_1=require("./motion");Object.defineProperty(exports,"entrance",{enumerable:!0,get:e(function(){return motion_1.entrance},"get")}),Object.defineProperty(exports,"exit",{enumerable:!0,get:e(function(){return motion_1.exit},"get")}),Object.defineProperty(exports,"composeMotion",{enumerable:!0,get:e(function(){return motion_1.composeMotion},"get")}),Object.defineProperty(exports,"RISE_SINK_DISTANCE_FRAC",{enumerable:!0,get:e(function(){return motion_1.RISE_SINK_DISTANCE_FRAC},"get")});var keyframes_1=require("./keyframes");Object.defineProperty(exports,"keyframeExpr",{enumerable:!0,get:e(function(){return keyframes_1.keyframeExpr},"get")});var timing_1=require("./timing");Object.defineProperty(exports,"computeTimeline",{enumerable:!0,get:e(function(){return timing_1.computeTimeline},"get")}),Object.defineProperty(exports,"stepNumberExpr",{enumerable:!0,get:e(function(){return timing_1.stepNumberExpr},"get")}),Object.defineProperty(exports,"resolvePinnedDurationMs",{enumerable:!0,get:e(function(){return timing_1.resolvePinnedDurationMs},"get")}),Object.defineProperty(exports,"resolveOutputDurationMs",{enumerable:!0,get:e(function(){return timing_1.resolveOutputDurationMs},"get")}),Object.defineProperty(exports,"resolveWindow",{enumerable:!0,get:e(function(){return timing_1.resolveWindow},"get")}),Object.defineProperty(exports,"DEFAULT_WINDOW_FRACTION",{enumerable:!0,get:e(function(){return timing_1.DEFAULT_WINDOW_FRACTION},"get")});var camera_1=require("./camera");Object.defineProperty(exports,"autoZoomForLegibility",{enumerable:!0,get:e(function(){return camera_1.autoZoomForLegibility},"get")}),Object.defineProperty(exports,"centerFocus",{enumerable:!0,get:e(function(){return camera_1.centerFocus},"get")}),Object.defineProperty(exports,"followCamera",{enumerable:!0,get:e(function(){return camera_1.followCamera},"get")}),Object.defineProperty(exports,"resolvePullBackEnvelope",{enumerable:!0,get:e(function(){return camera_1.resolvePullBackEnvelope},"get")}),Object.defineProperty(exports,"cameraViewportRect",{enumerable:!0,get:e(function(){return camera_1.cameraViewportRect},"get")}),Object.defineProperty(exports,"CAMERA_LEGIBLE_PX",{enumerable:!0,get:e(function(){return camera_1.CAMERA_LEGIBLE_PX},"get")}),Object.defineProperty(exports,"CAMERA_MIN_WORTH_ZOOM",{enumerable:!0,get:e(function(){return camera_1.CAMERA_MIN_WORTH_ZOOM},"get")}),Object.defineProperty(exports,"CAMERA_MAX_AUTO_ZOOM",{enumerable:!0,get:e(function(){return camera_1.CAMERA_MAX_AUTO_ZOOM},"get")}),Object.defineProperty(exports,"CAMERA_HOLD_TARGET_SEC",{enumerable:!0,get:e(function(){return camera_1.CAMERA_HOLD_TARGET_SEC},"get")});var tracks_1=require("./tracks");Object.defineProperty(exports,"gatedBoxTrackSource",{enumerable:!0,get:e(function(){return tracks_1.gatedBoxTrackSource},"get")}),Object.defineProperty(exports,"curtainSource",{enumerable:!0,get:e(function(){return tracks_1.curtainSource},"get")}),Object.defineProperty(exports,"dashedGuideBoxes",{enumerable:!0,get:e(function(){return tracks_1.dashedGuideBoxes},"get")}),Object.defineProperty(exports,"gatedEnableExpr",{enumerable:!0,get:e(function(){return tracks_1.gatedEnableExpr},"get")}),Object.defineProperty(exports,"roundedRectPathD",{enumerable:!0,get:e(function(){return tracks_1.roundedRectPathD},"get")}),Object.defineProperty(exports,"maskAtlasSource",{enumerable:!0,get:e(function(){return tracks_1.maskAtlasSource},"get")}),Object.defineProperty(exports,"GATED_BOX_BUDGET",{enumerable:!0,get:e(function(){return tracks_1.GATED_BOX_BUDGET},"get")}),Object.defineProperty(exports,"DASH_SEGMENT_BUDGET",{enumerable:!0,get:e(function(){return tracks_1.DASH_SEGMENT_BUDGET},"get")}),Object.defineProperty(exports,"MASK_SUBPATH_BUDGET",{enumerable:!0,get:e(function(){return tracks_1.MASK_SUBPATH_BUDGET},"get")});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var g=Object.defineProperty;var a=(e,s)=>g(e,"name",{value:s,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.keyframeExpr=keyframeExpr;const index_1=require("./index");function keyframeExpr(e,s={}){var $,c;const{ease:p="smoothstep",timeVar:m="t",precision:v=5}=s,t=a(n=>n.toFixed(v),"f");if(e.length===0){const n=($=s.emptyValue)!==null&&$!==void 0?$:"0";return typeof n=="number"?t(n):n}if(e.length===1)return t(e[0].v);const o=m,i=[];i.push(`lt(${o},${t(e[0].t)})*(${t(e[0].v)})`);for(let n=0;n<e.length-1;n++){const r=e[n],u=e[n+1],x=Math.max(1e-4,u.t-r.t),d=`min(1,max(0,(${o}-${t(r.t)})/${t(x)}))`,f=(0,index_1.easingExpr)((c=r.ease)!==null&&c!==void 0?c:p,d),h=`(${t(r.v)}+(${t(u.v)}-${t(r.v)})*${f})`;i.push(`(gte(${o},${t(r.t)})*lt(${o},${t(u.t)}))*${h}`)}const l=e[e.length-1];return i.push(`gte(${o},${t(l.t)})*(${t(l.v)})`),i.join("+")}a(keyframeExpr,"keyframeExpr");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var f=Object.defineProperty;var d=(t,e)=>f(t,"name",{value:e,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.RISE_SINK_DISTANCE_FRAC=void 0,exports.entrance=entrance,exports.exit=exit,exports.composeMotion=composeMotion;const index_1=require("./index");exports.RISE_SINK_DISTANCE_FRAC=.15;function durSec(t){return Number((t/1e3).toFixed(3))}d(durSec,"durSec");function entrance(t){var e;const i=durSec(t.durationMs),n=(0,index_1.easingExpr)((e=t.ease)!==null&&e!==void 0?e:"linear",(0,index_1.progressExpr)(t.atSec,i)),a={startSec:t.atSec};switch(t.kind){case"fade":return{alpha:n,startAtSec:t.atSec,window:a};case"slide-left":return{xExpr:`(1-${n})*W`,enable:`gte(t,${t.atSec})`,startAtSec:t.atSec,window:a};case"slide-up":return{yExpr:`(1-${n})*H`,enable:`gte(t,${t.atSec})`,startAtSec:t.atSec,window:a};case"rise":return{alpha:n,yExpr:`(1-${n})*${exports.RISE_SINK_DISTANCE_FRAC}*H`,startAtSec:t.atSec,window:a}}}d(entrance,"entrance");function exit(t){var e;const i=durSec(t.durationMs),n=(0,index_1.easingExpr)((e=t.ease)!==null&&e!==void 0?e:"linear",(0,index_1.progressExpr)(t.atSec,i)),a=Number((t.atSec+i).toFixed(3)),s={endSec:a};switch(t.kind){case"fade":return{alpha:`(1-${n})`,startAtSec:t.atSec,window:s};case"slide-right":return{xExpr:`${n}*W`,enable:`lt(t,${a})`,startAtSec:t.atSec,window:s};case"slide-down":return{yExpr:`${n}*H`,enable:`lt(t,${a})`,startAtSec:t.atSec,window:s};case"sink":return{alpha:`(1-${n})`,yExpr:`${n}*${exports.RISE_SINK_DISTANCE_FRAC}*H`,startAtSec:t.atSec,window:s}}}d(exit,"exit");function composeMotion(...t){const e={},i=d((r,o)=>{const l=t.map(c=>c[r]).filter(c=>typeof c=="string"&&c.length>0);if(l.length!==0)return l.length===1?l[0]:l.map(c=>`(${c})`).join(o)},"joined"),n=i("xExpr","+"),a=i("yExpr","+"),s=i("alpha","*"),x=i("enable","*");n!==void 0&&(e.xExpr=n),a!==void 0&&(e.yExpr=a),s!==void 0&&(e.alpha=s),x!==void 0&&(e.enable=x);const p=t.map(r=>r.startAtSec).filter(r=>typeof r=="number");p.length>0&&(e.startAtSec=Math.min(...p));const S=t.map(r=>{var o;return(o=r.window)===null||o===void 0?void 0:o.startSec}).filter(r=>typeof r=="number"),u=t.map(r=>{var o;return(o=r.window)===null||o===void 0?void 0:o.endSec}).filter(r=>typeof r=="number");return(S.length>0||u.length>0)&&(e.window={...S.length>0?{startSec:Math.max(...S)}:{},...u.length>0?{endSec:Math.min(...u)}:{}}),e}d(composeMotion,"composeMotion");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var m=Object.defineProperty;var o=(t,n)=>m(t,"name",{value:n,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.DEFAULT_WINDOW_FRACTION=void 0,exports.computeTimeline=computeTimeline,exports.stepNumberExpr=stepNumberExpr,exports.resolvePinnedDurationMs=resolvePinnedDurationMs,exports.resolveOutputDurationMs=resolveOutputDurationMs,exports.resolveWindow=resolveWindow;const DEFAULT_BASE_STEP_SEC=.9,DEFAULT_LEAD_SEC=.5,DEFAULT_TRAIL_SEC=.9,DEFAULT_TRANSITION_FRAC=.45,DEFAULT_TRANSITION_MAX_SEC=.35;function computeTimeline(t){const{speedMultiplier:n=1,targetDurationMs:e,baseStepSec:r=DEFAULT_BASE_STEP_SEC,leadSec:s=DEFAULT_LEAD_SEC,trailSec:a=DEFAULT_TRAIL_SEC,transitionFrac:i=DEFAULT_TRANSITION_FRAC,transitionMaxSec:p=DEFAULT_TRANSITION_MAX_SEC}=t,M=n>0?n:1,v=Math.max(1,Math.round(t.stepCount));let l=r/M,_=Math.min(l*i,p/M),c=s,S=a,d=c+v*l+S;if(e!=null&&e>0&&d>0){const u=e/1e3/d;l*=u,_*=u,c*=u,S*=u,d=e/1e3}return{stepCount:v,stepDurSec:l,transitionSec:_,leadSec:c,trailSec:S,durationMs:Math.round(d*1e3),stepStartSec:o(u=>c+(Math.max(1,u)-1)*l,"stepStartSec")}}o(computeTimeline,"computeTimeline");function stepNumberExpr(t,n="",e=""){const r=t.leadSec.toFixed(4),s=t.stepDurSec.toFixed(4),i=`min(${t.stepCount}\\,max(0\\,1+(t-${r})/${s}))`;return`${n}%{eif\\:${i}\\:d}${e}`}o(stepNumberExpr,"stepNumberExpr");function resolvePinnedDurationMs(t){var n;const e=(n=t.userIntent)===null||n===void 0?void 0:n.durationMs;return typeof e=="number"&&Number.isFinite(e)&&e>0?e:void 0}o(resolvePinnedDurationMs,"resolvePinnedDurationMs");function resolveOutputDurationMs(t,n={}){const e=resolvePinnedDurationMs(t);if(e!==void 0)return e;const r=n.naturalMs;return typeof r=="number"&&Number.isFinite(r)&&r>0?Math.round(r):t.target.durationMs}o(resolveOutputDurationMs,"resolveOutputDurationMs"),exports.DEFAULT_WINDOW_FRACTION=.7;function resolveWindow(t,n){var e,r,s,a;const i=Math.max(0,n)/1e3,p=t?.ms!=null?Math.max(0,t.ms)/1e3:Math.min(1,Math.max(0,(e=t?.fraction)!==null&&e!==void 0?e:exports.DEFAULT_WINDOW_FRACTION))*i;return{startSec:Math.max(0,(r=t?.delayMs)!==null&&r!==void 0?r:0)/1e3,durationSec:p,staggerSec:Math.max(0,(s=t?.staggerMs)!==null&&s!==void 0?s:0)/1e3,ease:(a=t?.ease)!==null&&a!==void 0?a:"easeOut"}}o(resolveWindow,"resolveWindow");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var E=Object.defineProperty;var d=(t,e)=>E(t,"name",{value:e,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.MASK_SUBPATH_BUDGET=exports.DASH_SEGMENT_BUDGET=exports.GATED_BOX_BUDGET=void 0,exports.gatedEnableExpr=gatedEnableExpr,exports.gatedBoxTrackSource=gatedBoxTrackSource,exports.curtainSource=curtainSource,exports.dashedGuideBoxes=dashedGuideBoxes,exports.roundedRectPathD=roundedRectPathD,exports.maskAtlasSource=maskAtlasSource;const makeColorTile_1=require("../sources/makeColorTile");exports.GATED_BOX_BUDGET=500,exports.DASH_SEGMENT_BUDGET=700,exports.MASK_SUBPATH_BUDGET=260;function gatedEnableExpr(t,e){const n=t!=null&&t>0?t:void 0;return n!=null&&e!=null?`between(t\\,${n.toFixed(3)}\\,${e.toFixed(3)})`:e!=null?`lt(t\\,${e.toFixed(3)})`:n!=null?`gte(t\\,${n.toFixed(3)})`:null}d(gatedEnableExpr,"gatedEnableExpr");function gatedBoxTrackSource(t,e){var n;const a=(n=e.budget)!==null&&n!==void 0?n:exports.GATED_BOX_BUDGET;if(t.length>a)throw new Error(`gatedBoxTrackSource: ${t.length} boxes exceeds the argv budget (${a}); split the track or reduce density`);const c=t.map(r=>{var i;const x=r.thicknessPx!=null?String(r.thicknessPx):"fill",f=(i=r.color)!==null&&i!==void 0?i:e.color,$=gatedEnableExpr(r.fromSec,r.toSec);return`drawbox=x=${r.x}:y=${r.y}:w=${r.w}:h=${r.h}:color=${f}:t=${x}:replace=1`+($?`:enable=${$}`:"")}),o=t.map(r=>r.fromSec!=null&&r.fromSec>0?r.fromSec:void 0),u=t.map(r=>r.toSec),s={...o.every(r=>r!=null)?{startSec:Number(Math.min(...o).toFixed(3))}:{},...u.every(r=>r!=null)?{endSec:Number(Math.max(...u).toFixed(3))}:{}};return{type:"lavfi",lavfi:["color=black@0",...c].join(","),...s.startSec!=null||s.endSec!=null?{overlay:{window:s}}:{}}}d(gatedBoxTrackSource,"gatedBoxTrackSource");function curtainSource(t,e,n){const a=[];for(const c of t)c.revealAtSec>0&&a.push({x:c.x,y:c.y,w:c.w,h:c.h,toSec:c.revealAtSec});return a.length===0?null:gatedBoxTrackSource(a,{color:e,budget:n?.budget})}d(curtainSource,"curtainSource");function dashedGuideBoxes(t,e){var n,a,c,o;const{canvasW:u,canvasH:s}=e,r=(n=e.lineWidthPx)!==null&&n!==void 0?n:Math.max(2,Math.round(Math.min(u,s)*.003)),i=(a=e.dashPx)!==null&&a!==void 0?a:Math.max(6,Math.round(Math.min(u,s)*.016)),x=(c=e.gapPx)!==null&&c!==void 0?c:Math.max(4,Math.round(i*.7)),f=(o=e.budget)!==null&&o!==void 0?o:exports.DASH_SEGMENT_BUDGET,p=t.reduce((l,S)=>l+Math.max(0,S.to-S.from),0)/(i+x),M=p>f?p/f:1,T=(i+x)*M,g=Math.max(2,Math.round(i*M)),_=r/2,v=[];for(const l of t)if(l.to-l.from>0)for(let h=l.from;h<l.to;h+=T){const m=Math.min(g,l.to-h);if(m<1)break;v.push({x:Math.round(l.vertical?l.fixed-_:h),y:Math.round(l.vertical?h:l.fixed-_),w:Math.round(l.vertical?r:m),h:Math.round(l.vertical?m:r),fromSec:l.fromSec,toSec:l.toSec})}return v}d(dashedGuideBoxes,"dashedGuideBoxes");function roundedRectPathD(t,e,n,a,c){const o=Math.max(0,Math.min(c,Math.floor(n/2),Math.floor(a/2))),u=t+n,s=e+a;return o<=0?`M${t} ${e} H${u} V${s} H${t} Z`:[`M${t+o} ${e}`,`H${u-o}`,`A${o} ${o} 0 0 1 ${u} ${e+o}`,`V${s-o}`,`A${o} ${o} 0 0 1 ${u-o} ${s}`,`H${t+o}`,`A${o} ${o} 0 0 1 ${t} ${s-o}`,`V${e+o}`,`A${o} ${o} 0 0 1 ${t+o} ${e}`,"Z"].join(" ")}d(roundedRectPathD,"roundedRectPathD");function maskAtlasSource(t,e,n){const a=t.filter(Boolean);if(a.length>exports.MASK_SUBPATH_BUDGET)throw new Error(`maskAtlasSource: ${a.length} subpaths exceeds MASK_SUBPATH_BUDGET (${exports.MASK_SUBPATH_BUDGET}) \u2014 the mask resolver's argv arg would overflow; split into multiple atlases or reduce density`);return(0,makeColorTile_1.makeColorTile)(e,{mask:{kind:"inline-mask",localPath:a.join(" "),bounds:{x:0,y:0,width:n.width,height:n.height}}})}d(maskAtlasSource,"maskAtlasSource");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var $=Object.defineProperty;var w=(i,t)=>$(i,"name",{value:t,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.assertTiming=assertTiming;const types_1=require("@m0saic/types");function assertTiming(i,t,n){var a,d,c;const l=t.target.fps,h=t.target.durationMs;if(i.kind==="mosaic_document"){const M=i,v=M.fps,u=M.durationMs;if(v!==l)throw new Error(`${n} must return MosaicDocument with fps matching ctx.target (got fps=${v} expected fps=${l})`);if(typeof u!="number"||!Number.isFinite(u)||u<=0)throw new Error(`${n} must return MosaicDocument with a valid durationMs (got dur=${u}; target was ${h})`);return}const e=i,r=e.fps;if(r!==void 0&&!(Number.isFinite(r)&&r>0))throw new Error(`${n} returned mosaic_pipeline with invalid fps=${r} (expected a positive finite number or undefined)`);if(e.emit==="multi")return;const p=(0,types_1.computePipelineTimeline)(e,{targetSize:{width:t.target.width,height:t.target.height}}),m=(a=p?.naturalDurationMs)!==null&&a!==void 0?a:0,s=(d=t.userIntent)===null||d===void 0?void 0:d.durationMs,o=typeof s=="number"&&Number.isFinite(s)&&s>0?s:void 0,f=typeof e.durationMs=="number"&&Number.isFinite(e.durationMs)&&e.durationMs>0?e.durationMs:void 0,g=(c=o??f)!==null&&c!==void 0?c:h,b=o!=null?"the pinned ctx.userIntent.durationMs":f!=null?"its own declared durationMs":"ctx.target.durationMs";if(m!==g)throw new Error(`${n} mosaic_pipeline must stitch to ${b} (got ${m} expected ${g}). The stitched length is \u03A3 output-step durationMs \u2212 \u03A3 transition overlap \u2014 a step that transitions out has to carry that overlap on top of its visible time.`)}w(assertTiming,"assertTiming");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var Z=Object.defineProperty;var M=(V,H)=>Z(V,"name",{value:H,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.STATUS_M0_GLYPH=exports.HEADER_M_GLYPH=exports.BRAND_ORANGE=void 0,exports.brandGlyphTile=brandGlyphTile;const makeColorTile_1=require("../sources/makeColorTile");exports.BRAND_ORANGE="#EF7525",exports.HEADER_M_GLYPH={bounds:{x:0,y:0,width:272,height:272},path:"M19.7296 0.010376H0.0599976V48.117H19.7296V0.010376Z M34.9327 55.9604H0V104.067H34.9327V55.9604Z M62.2438 111.931H34.9327V160.038H62.2438V111.931Z M27.3212 111.931H0V160.038H27.3212V111.931Z M34.9327 167.912H0V216.019H34.9327V167.912Z M62.1336 223.893H27.3712V272H62.1336V223.893Z M19.7197 223.893H0.0100098V272H19.7197V223.893Z M131.799 111.931H103.496V160.038H131.799V111.931Z M174.503 56.0122L163.737 55.9915L139.49 89.6651V104.088L174.503 104.119V56.0122Z M118.248 104.067H131.799V89.52L107.582 55.9604H69.675V104.067H115.614H118.248Z M91.3477 33.9223L69.675 3.38805V48.1067H101.924L91.3477 33.9223Z M180.422 32.8758L169.886 48.1067H180.051H181.574H201.754V3.34662L180.422 32.9172V32.8758Z M139.49 160.069H165.81L200.512 111.962H139.49V160.069Z M95.8845 148.278L95.8946 111.931H69.675L95.8845 148.278Z M135.054 202.612L160.151 167.912L110.036 167.902L135.054 202.612Z M62.1738 55.9604H42.5742V75.6776H62.1738V55.9604Z M62.1738 83.5313H42.5742V104.057H62.1738V83.5313Z M182.185 104.088L201.714 104.067V55.9604L182.185 55.9915V104.088Z M62.1837 0.010376H27.3312V48.117H62.1837V0.010376Z M62.0736 167.912H42.5141V187.629H62.0736V167.912Z M62.0736 195.494H42.5141V216.019H62.0736V195.494Z M271.95 223.883H252.28V271.99H271.95V223.883Z M272 167.933H237.067V216.04H272V167.933Z M237.067 111.952H209.756V160.059H237.067V111.952Z M272 111.952H244.679V160.059H272V111.952Z M272 55.9707H237.067V104.077H272V55.9707Z M244.629 0H209.866V48.1067H244.629V0Z M271.99 0H252.28V48.1067H271.99V0Z M229.426 196.322H209.826V216.04H229.426V196.322Z M229.426 167.933H209.826V188.458H229.426V167.933Z M244.679 223.883H209.826V271.99H244.679V223.883Z M229.486 84.3602H209.926V104.077H229.486V84.3602Z M229.486 55.9707H209.926V76.4961H229.486V55.9707Z"},exports.STATUS_M0_GLYPH={bounds:{x:0,y:0,width:1024,height:1024},path:"M623.553 598.302C623.571 612.203 625.962 625.507 630.009 638.06L681.826 638.111V596.255L623.571 596.204V598.302H623.553Z M693.952 713.773C704.318 719.146 715.556 722.967 727.306 725.406V650.75H634.655C646.678 677.887 667.685 700.162 693.952 713.773Z M727.204 596.204V638.043L694.481 638.111V596.272L727.204 596.204Z M831.383 650.767H798.541V728.322H831.383V650.767Z M785.834 650.767H740.013V728.322H785.834V650.767Z M773.145 294H740.303V371.555H773.145V294Z M831.673 294H785.852V371.555H831.673V294Z M623.656 423.731V426.05L681.894 426.101V384.245L630.043 384.194C626.013 396.679 623.707 409.932 623.673 423.731H623.656Z M694.652 384.262V426.153L727.374 426.101V384.194L694.652 384.262Z M727.392 371.538V296.832C698.648 302.784 673.355 318.084 654.944 339.541C646.746 349.092 640.017 359.889 634.859 371.538H727.392Z M831.656 384.228H740.013V426.118H831.656V384.228Z M831.486 596.204H740.03V638.094H831.486V596.204Z M948.44 598.166C948.423 612.066 946.032 625.37 941.984 637.924L890.168 637.975V596.119L948.423 596.068V598.166H948.44Z M878.025 713.637C867.658 719.01 856.42 722.83 844.67 725.269V650.614H937.322C925.298 677.75 904.292 700.026 878.025 713.637Z M844.773 596.068V637.924L877.513 637.975V596.136L844.773 596.068Z M948.321 423.611V425.931L890.083 425.982V384.126L941.933 384.074C945.964 396.56 948.269 409.812 948.303 423.611H948.321Z M877.325 384.126V426.016L844.602 425.965V384.074L877.325 384.126Z M844.585 371.402V296.695C873.328 302.648 898.622 317.947 917.032 339.404C925.23 348.956 931.959 359.752 937.117 371.402H844.585Z M948.44 438.621H902.806V504.799H948.44V438.621Z M948.44 517.438H890.031V583.344H948.44V517.438Z M890.1 438.621H844.482V504.799H890.1V438.621Z M844.482 517.421V583.327L877.325 583.378V517.472L844.482 517.421Z M681.894 517.421H623.553V583.463H681.894V517.421Z M669.188 438.74H623.553V504.782H669.188V438.74Z M727.494 438.74H681.877V504.782H727.494V438.74Z M727.494 517.421H694.583V583.463H727.494V517.421Z M76.0171 378.556H143.2V419.868C143.2 427.631 153.084 430.64 157.564 424.314C177.228 396.51 209.101 374.008 245.522 374.008C293.52 374.008 326.539 397.211 342.219 435.394H345.964C363.285 398.118 402.152 374.008 453.894 374.008C518.974 374.008 564.869 413.798 564.869 493.583V727.741H494.847V499.944C494.847 452.664 464.41 432.658 427.425 432.658C381.787 432.658 355.317 463.129 355.317 505.176V727.741H285.535V495.618C285.535 457.657 258.62 432.658 219.754 432.658C180.887 432.658 146.004 465.386 146.004 512.443V727.741H76V378.556H76.0171Z"};function brandGlyphTile(V,H){return(0,makeColorTile_1.makeColorTile)(H,{mask:{kind:"inline-mask",localPath:V.path,bounds:V.bounds}})}M(brandGlyphTile,"brandGlyphTile");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.FIELD_RECTS=exports.FIELD_NATIVE_GUTTER=exports.FIELD_NATIVE_H=exports.FIELD_NATIVE_W=void 0,exports.FIELD_NATIVE_W=2177,exports.FIELD_NATIVE_H=1008,exports.FIELD_NATIVE_GUTTER=14,exports.FIELD_RECTS=[[0,0,105,154],[119,0,84,154],[217,0,105,154],[336,0,63,154],[413,0,196,154],[623,0,196,154],[833,0,63,154],[910,0,196,154],[1197,0,63,154],[1274,0,112,154],[1400,0,245,154],[1736,0,63,154],[2135,0,42,154],[0,168,112,154],[203,168,112,154],[406,168,84,154],[504,168,196,154],[791,168,112,154],[917,168,84,154],[1169,168,63,154],[1246,168,196,154],[1533,168,112,154],[1659,168,56,154],[1729,168,329,154],[2072,168,105,154],[0,336,196,154],[210,336,196,154],[420,336,112,154],[546,336,63,154],[623,336,112,154],[749,336,84,154],[847,336,84,154],[945,336,112,154],[1071,336,112,154],[1197,336,245,154],[1456,336,112,154],[1582,336,63,154],[1659,336,196,154],[1869,336,112,154],[1995,336,84,154],[2093,336,84,154],[0,504,112,154],[203,504,112,154],[329,504,112,154],[455,504,112,154],[581,504,84,154],[679,504,245,154],[938,504,245,154],[1197,504,84,154],[1295,504,105,154],[1414,504,329,154],[1757,504,63,154],[1834,504,196,154],[0,672,63,154],[154,672,63,154],[231,672,105,154],[350,672,112,154],[476,672,196,154],[686,672,329,154],[1029,672,112,154],[1155,672,105,154],[1435,672,91,154],[1540,672,56,154],[1610,672,112,154],[1736,672,196,154],[2023,672,154,154],[0,840,56,168],[70,840,56,168],[217,840,84,168],[315,840,63,168],[392,840,112,168],[518,840,112,168],[644,840,196,168],[931,840,105,168],[1050,840,84,168],[1148,840,105,168],[1267,840,63,168],[1344,840,196,168],[1554,840,196,168],[1764,840,63,168],[1841,840,196,168],[2128,840,49,168],[1120,0,63,70],[1659,0,63,70],[1813,0,147,70],[1974,0,147,70],[1120,84,63,70],[1659,84,63,70],[1813,84,147,70],[1974,84,147,70],[126,168,63,70],[329,168,63,70],[714,168,63,70],[1015,168,63,70],[1092,168,63,70],[1456,168,63,70],[126,252,63,70],[329,252,63,70],[714,252,63,70],[1015,252,63,70],[1092,252,63,70],[1456,252,63,70],[126,504,63,63],[126,581,63,77],[77,672,63,70],[1274,672,147,70],[1946,672,63,70],[77,756,63,70],[1274,756,147,70],[1946,756,63,70],[140,840,63,77],[854,840,63,77],[2051,840,63,77],[140,931,63,77],[854,931,63,77],[2051,931,63,77],[2044,504,63,70],[2121,504,56,70],[2044,588,63,70],[2121,588,56,70]];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var j=Object.defineProperty;var s=(t,r)=>j(t,"name",{value:r,configurable:!0});Object.defineProperty(exports,"__esModule",{value:!0}),exports.HELLO_WORLD_TAGS=exports.HELLO_WORLD_DESCRIPTION=exports.HELLO_WORLD_LABEL=exports.ASSEMBLE_BOXES_PER_TRACK=exports.DEFAULT_FIELD_OPACITY=exports.NAVY_SOFT=exports.NAVY=exports.HELLO_WORLD_PROPS_SCHEMA=exports.HELLO_MARK_REVEALS=exports.HELLO_SWEEPS=void 0,exports.mixHex=mixHex,exports.coverFitField=coverFitField,exports.isPortraitField=isPortraitField,exports.buildHelloGeometry=buildHelloGeometry,exports.markRectsIn=markRectsIn,exports.inverseSmoothstep=inverseSmoothstep,exports.sweepStripPx=sweepStripPx,exports.fieldWipe=fieldWipe,exports.markAssembly=markAssembly,exports.assemblyTracks=assemblyTracks,exports.helloTimeline=helloTimeline,exports.helloWorldDefaultProps=helloWorldDefaultProps,exports.defineHelloWorldTemplate=defineHelloWorldTemplate,exports.helloLayoutConstraints=helloLayoutConstraints;const types_1=require("@m0saic/types"),dsl_stdlib_1=require("@m0saic/dsl-stdlib"),text_1=require("@m0saic/text"),tracks_1=require("../../anim/tracks"),anim_1=require("../../anim"),layoutConstraint_1=require("../../geometry-contract/layoutConstraint"),withLayoutContract_1=require("../../geometry-contract/withLayoutContract"),placeInsetPieces_1=require("../../layout/placeInsetPieces"),makeColorTile_1=require("../../sources/makeColorTile"),definePropsSchema_1=require("../../template/definePropsSchema"),brandGlyphs_1=require("../brandGlyphs"),field_data_1=require("./field-data"),m_rects_1=require("./m-rects"),wordmark_1=require("./wordmark"),smooth_1=require("../../lattice/smooth");exports.HELLO_SWEEPS=["left","right","top","bottom"],exports.HELLO_MARK_REVEALS=["assemble","fade"],exports.HELLO_WORLD_PROPS_SCHEMA=(0,definePropsSchema_1.definePropsSchema)({greeting:{type:"string",required:!1,description:"The line under the wordmark \u2014 the tagline slot of the Home screen.",meta:{ui:{label:"Greeting",order:1,primary:!0}}},caption:{type:"string",required:!1,description:"Optional muted second line under the greeting (a URL, a name). Empty removes it.",meta:{control:{placeholder:"none"},ui:{label:"Caption",order:2}}},accent:{type:"string",required:!1,description:"Accent colour \u2014 paints the M and the wordmark's 0.",meta:{constraints:{isColor:!0},control:{colorPicker:!0},ui:{label:"Accent",order:3}}},fieldOpacity:{type:"number",required:!1,description:"Opacity of the brand-pattern field over the navy canvas (the Home screen uses 0.16).",meta:{constraints:{min:0,max:.6},control:{flavor:"slider",step:.01},ui:{label:"Field opacity",order:4}}},sweep:{type:"string",required:!1,description:"Edge the field wipes in from \u2014 the Home screen rolls one of the four each pass.",meta:{constraints:{oneOf:[...exports.HELLO_SWEEPS]},ui:{label:"Sweep from",order:5}}},markReveal:{type:"string",required:!1,description:"How the M arrives: assembled from its 26 rectangles (the field's own language), or a plain fade.",meta:{constraints:{oneOf:[...exports.HELLO_MARK_REVEALS]},ui:{label:"Mark reveal",order:6}}},animate:{type:"boolean",required:!1,description:"Animate the build \u2014 the field wipes in, then the card, M, wordmark and greeting rise. Off renders the still poster.",meta:{ui:{label:"Animate",order:7}}},debugLayout:{type:"boolean",required:!1,description:"Dev-only: draw the layout contract (card, mark, wordmark and greeting fit their cells) instead of the card.",meta:{ui:{label:"Debug layout",order:9}}}}),exports.NAVY="#050314",exports.NAVY_SOFT="#3A394F";const INK="#FFFFFF",GREETING_INK="#E6E6F0",CAPTION_INK="#8A89A3";exports.DEFAULT_FIELD_OPACITY=.16;const CARD_BORDER_MIX=.35,ASSEMBLE_START_MIX=.55,MONO_FAMILY="JetBrains Mono",MIN_FONT_PX=10,LINE_HEIGHT=1.25,PORTRAIT_RATIO=1.25;function mixHex(t,r,e){const n=Math.min(1,Math.max(0,e)),a=s(o=>Math.round(parseInt(t.slice(o,o+2),16)*(1-n)+parseInt(r.slice(o,o+2),16)*n),"ch"),m=s(o=>o.toString(16).padStart(2,"0"),"hex");return`#${m(a(1))}${m(a(3))}${m(a(5))}`.toUpperCase()}s(mixHex,"mixHex");function coverFitField(t,r,e=!1,n=4){const a=e?field_data_1.FIELD_NATIVE_H:field_data_1.FIELD_NATIVE_W,m=e?field_data_1.FIELD_NATIVE_W:field_data_1.FIELD_NATIVE_H,o=Math.max(t/a,r/m),d=(a*o-t)/2,h=(m*o-r)/2,g=[];for(const p of field_data_1.FIELD_RECTS){const[x,y,E,_]=e?[p[1],p[0],p[3],p[2]]:p,I=Math.max(0,Math.round(x*o-d)),k=Math.max(0,Math.round(y*o-h)),S=Math.min(t,Math.round((x+E)*o-d)),C=Math.min(r,Math.round((y+_)*o-h));S-I>=n&&C-k>=n&&g.push({x:I,y:k,w:S-I,h:C-k})}return g}s(coverFitField,"coverFitField");function isPortraitField(t,r){return r>t*PORTRAIT_RATIO}s(isPortraitField,"isPortraitField");function monoFontPath(){var t;return(t=(0,text_1.resolveFontFile)({family:MONO_FAMILY}))===null||t===void 0?void 0:t.path}s(monoFontPath,"monoFontPath");function widthAt(t,r,e){return(0,text_1.measureText)(t,{fontSize:r,fontPath:e}).width}s(widthAt,"widthAt");function fitLine(t,r,e,n){const a=widthAt(t,100,n),m=a>0?Math.max(MIN_FONT_PX,Math.min(e,Math.floor(100*r/a))):e;if(widthAt(t,m,n)<=r)return{text:t,fontSize:m};let o=1,d=Math.max(1,t.length-1);for(;o<d;){const h=Math.ceil((o+d)/2);widthAt(`${t.slice(0,h).trimEnd()}\u2026`,MIN_FONT_PX,n)<=r?o=h:d=h-1}return{text:`${t.slice(0,o).trimEnd()}\u2026`,fontSize:MIN_FONT_PX}}s(fitLine,"fitLine");function buildHelloGeometry(t){const r=Math.max(1,Math.round(t.W)),e=Math.max(1,Math.round(t.H)),n=Math.min(r,e),a=s(M=>Math.max(1,Math.round(M*n)),"r"),m=monoFontPath(),o=a(.06),d=a(.062),h=a(.008),g=a(.64),p=a(.032),x=a(.02),y=s((M,W)=>M?Math.ceil(widthAt(M,Math.max(MIN_FONT_PX,W),m))+2*h:0,"lineNeed"),E=Math.max(y(t.greeting,p),t.caption?y(t.caption,x):0),_=Math.max(g,Math.round(r*.92)),I=s((M,W,b)=>{const q=(0,smooth_1.nearestSmooth)(M,b);if(q>=W)return q;const K=(0,smooth_1.ceilToSmooth)(M);return K<=b?K:M},"smoothSize"),k=Math.min(_,Math.max(g,E+2*o)),S=I(k,Math.min(k,E+2*o),_),C=Math.max(8,S-2*o),v=a(.165),i=a(.036),u=Math.max(1,Math.round(a(.19)*wordmark_1.WORDMARK_BOUNDS.height/wordmark_1.WORDMARK_BOUNDS.width)),c=Math.max(1,Math.round(u*wordmark_1.WORDMARK_BOUNDS.width/wordmark_1.WORDMARK_BOUNDS.height)),B=a(.032),O=a(.014),A=s((M,W)=>{const b=fitLine(M,Math.max(4,C-2*h),W,m),q=Math.min(C,Math.ceil(widthAt(b.text,b.fontSize,m))+2*h),K=Math.round(b.fontSize*LINE_HEIGHT)+2;return{rect:{x:0,y:0,w:Math.max(1,q),h:K},text:b.text,fontSize:b.fontSize}},"fitText"),L=A(t.greeting,p),l=t.caption?A(t.caption,x):null,w=v+i+u+B+L.rect.h+(l?O+l.rect.h:0),D=d+w+d,T=I(D,D,e),Y={x:Math.round((r-S)/2),y:Math.round((e-T)/2),w:S,h:T},P=r/2,N=s((M,W,b)=>({x:Math.round(P-M/2),y:b,w:M,h:W}),"centred");let R=Y.y+d+Math.floor((T-D)/2);const H=N(v,v,R);R+=v+i;const G=N(c,u,R);R+=u+B,L.rect=N(L.rect.w,L.rect.h,R),R+=L.rect.h,l&&(R+=O,l.rect=N(l.rect.w,l.rect.h,R));const F=isPortraitField(r,e),V=coverFitField(r,e,F);return{S:n,card:Y,cardRadiusPx:a(.028),mark:H,wordmark:G,greeting:L,caption:l,field:V,fieldTransposed:F}}s(buildHelloGeometry,"buildHelloGeometry");function markRectsIn(t){const r=t.w/m_rects_1.M_VIEWBOX;return m_rects_1.M_RECTS.map(([e,n,a,m])=>{const o=Math.round(t.x+e*r),d=Math.round(t.y+n*r),h=Math.round(t.x+(e+a)*r),g=Math.round(t.y+(n+m)*r);return{x:o,y:d,w:Math.max(1,h-o),h:Math.max(1,g-d)}})}s(markRectsIn,"markRectsIn");const r3=s(t=>Number(t.toFixed(3)),"r3");function ramp(t,r){return(0,anim_1.easingExpr)("easeOut",(0,anim_1.progressExpr)(r3(t),Math.max(.001,r3(r))))}s(ramp,"ramp");function riseIn(t,r,e){const n=ramp(t,r);return{alpha:n,yExpr:`(1-${n})*${e}`,startAtSec:r3(t),window:{startSec:r3(t)}}}s(riseIn,"riseIn");function fadeIn(t,r){return{alpha:ramp(t,r),startAtSec:r3(t),window:{startSec:r3(t)}}}s(fadeIn,"fadeIn");function inverseSmoothstep(t){const r=Math.min(1,Math.max(0,t));let e=0,n=1;for(let a=0;a<32;a++){const m=(e+n)/2;m*m*(3-2*m)<r?e=m:n=m}return(e+n)/2}s(inverseSmoothstep,"inverseSmoothstep");const easeOut=s(t=>1-(1-Math.min(1,Math.max(0,t)))**2,"easeOut");function sweepStripPx(t){return Math.max(8,Math.ceil(t/240))}s(sweepStripPx,"sweepStripPx");function fieldWipe(t,r,e,n,a){const m=e==="left"||e==="right",o=m?t:r,d=sweepStripPx(o),h=Math.max(1,Math.ceil(o/d)),g=[];for(let p=0;p<h;p++){const x=p*d,y=Math.min(d,o-x),E=e==="left"||e==="top"?p:h-1-p,_=r3(n+a*inverseSmoothstep((E+1)/h));g.push(m?{x,y:0,w:y,h:r,revealAtSec:_}:{x:0,y:x,w:t,h:y,revealAtSec:_})}return(0,tracks_1.curtainSource)(g,exports.NAVY)}s(fieldWipe,"fieldWipe"),exports.ASSEMBLE_BOXES_PER_TRACK=500;function markAssembly(t){const{W:r,H:e,S:n,mark:a,startSec:m,durSec:o,fps:d,fromColor:h,toColor:g}=t,p=markRectsIn(a),x=Math.max(2,Math.round(o*d)),y=.35,E=.26*n,_=a.x+a.w/2,I=a.y+a.h/2,k=m_rects_1.M_RECTS.map((i,u)=>({i:u,k:i[0]+i[2]/2+i[1]+i[3]/2})).sort((i,u)=>i.k-u.k),S=new Array(m_rects_1.M_RECTS.length);k.forEach((i,u)=>S[i.i]=k.length>1?u/(k.length-1):0);const C=s((i,u,c,B)=>{const O=Math.max(0,Math.min(r,Math.round(i))),A=Math.max(0,Math.min(e,Math.round(u))),L=Math.max(0,Math.min(r,Math.round(i+c))),l=Math.max(0,Math.min(e,Math.round(u+B)));return L-O>=1&&l-A>=1?{x:O,y:A,w:L-O,h:l-A}:null},"clip"),v=[];return p.forEach((i,u)=>{const c=i.x+i.w/2,B=i.y+i.h/2;let O=c-_,A=B-I;const L=Math.hypot(O,A)||1,l=O/L,w=A/L,D=2,T=l>0?(r-D-(i.x+i.w))/l:l<0?(i.x-D)/-l:1/0,Y=w>0?(e-D-(i.y+i.h))/w:w<0?(i.y-D)/-w:1/0,P=Math.max(0,Math.min(E,T,Y));O=l*P,A=w*P;const N=S[u]*y,R=Math.max(.05,1-y);for(let H=0;H<x;H++){const G=(H+1)/x,F=easeOut((G-N)/R),V=C(i.x+(1-F)*O,i.y+(1-F)*A,i.w,i.h);if(!V)continue;const M=H===x-1;v.push({...V,fromSec:r3(m+H/d),...M?{}:{toSec:r3(m+(H+1)/d)},color:mixHex(h,g,F)})}}),{boxes:v,frames:x}}s(markAssembly,"markAssembly");function assemblyTracks(t,r){const e=[];for(let n=0;n<t.length;n+=exports.ASSEMBLE_BOXES_PER_TRACK)e.push((0,tracks_1.gatedBoxTrackSource)(t.slice(n,n+exports.ASSEMBLE_BOXES_PER_TRACK),{color:r}));return e}s(assemblyTracks,"assemblyTracks");function monoText(t,r,e,n){return{type:"text",rasterizer:"svg",renderMode:{kind:"image"},...n?{overlay:n}:{},layers:[{content:{kind:"literal",text:t.text},style:{fontSize:t.fontSize,fontColor:r,fontFamily:MONO_FAMILY},placement:{hAlign:"center",vAlign:"middle"}}],editor:{owner:"template",label:e}}}s(monoText,"monoText");function pathTile(t,r,e,n){return(0,makeColorTile_1.makeColorTile)(e,{mask:{kind:"inline-mask",localPath:t.join(" "),bounds:{x:0,y:0,width:r.width,height:r.height}},...n?{overlay:n}:{}})}s(pathTile,"pathTile");function pickColor(t,r){const e=typeof t=="string"?t.trim():t;return e||r}s(pickColor,"pickColor");function pickOneOf(t,r,e){return r.includes(t??"")?t:e}s(pickOneOf,"pickOneOf");function helloTimeline(t,r){const e=s(n=>r3(n*t),"at");return r==="assemble"?{wipeDur:e(.42),beatDur:e(.16),card:e(.26),assembleStart:e(.34),assembleDur:e(.24),mark:e(.54),markDur:e(.1),wordmark:e(.6),greeting:e(.68),caption:e(.74)}:{wipeDur:e(.45),beatDur:e(.18),card:e(.28),assembleStart:0,assembleDur:0,mark:e(.38),markDur:e(.18),wordmark:e(.46),greeting:e(.54),caption:e(.6)}}s(helloTimeline,"helloTimeline"),exports.HELLO_WORLD_LABEL="Hello, World",exports.HELLO_WORLD_DESCRIPTION="The Home screen as a greeting: the brand-pattern field wipes in, a navy card rises, the M assembles from its own rectangles, then the wordmark and your greeting. Zero inputs \u2014 the first render on a fresh install.",exports.HELLO_WORLD_TAGS=["hello","brand","animated","intro","card"];function helloWorldDefaultProps(t={}){var r;return{greeting:"Hello, world.",accent:brandGlyphs_1.BRAND_ORANGE,fieldOpacity:exports.DEFAULT_FIELD_OPACITY,sweep:"left",markReveal:"assemble",animate:!0,debugLayout:!1,...t.subline?{caption:t.subline}:{},...(r=t.defaults)!==null&&r!==void 0?r:{}}}s(helloWorldDefaultProps,"helloWorldDefaultProps");function defineHelloWorldTemplate(t){var r,e;const n=t.id,a=(r=t.label)!==null&&r!==void 0?r:exports.HELLO_WORLD_LABEL,m={id:(0,types_1.asTemplateId)(n),label:a,version:1,description:(e=t.description)!==null&&e!==void 0?e:exports.HELLO_WORLD_DESCRIPTION,capabilities:{tier:"core"},tags:t.tags?[...t.tags]:[...exports.HELLO_WORLD_TAGS],aspectRatio:{ideal:16/9,min:.5,max:2.4,mode:"warn"},outputHints:{width:1920,height:1080,fps:30,durationMs:2600,posterTimeMs:2450,format:{kind:"video",container:"mp4"},note:"Wide hello card (16:9)"},propsSchema:exports.HELLO_WORLD_PROPS_SCHEMA,defaultProps:helloWorldDefaultProps(t),async render(o,d){var h,g,p,x,y;const E=Math.max(1,Math.round(d.target.width)),_=Math.max(1,Math.round(d.target.height)),I=((h=o.greeting)!==null&&h!==void 0?h:"").trim()||" ",k=((g=o.caption)!==null&&g!==void 0?g:"").trim(),S=pickColor(o.accent,brandGlyphs_1.BRAND_ORANGE),C=Math.min(.6,Math.max(0,(p=o.fieldOpacity)!==null&&p!==void 0?p:exports.DEFAULT_FIELD_OPACITY)),v=pickOneOf(o.sweep,exports.HELLO_SWEEPS,"left"),i=pickOneOf(o.markReveal,exports.HELLO_MARK_REVEALS,"assemble"),u=((x=o.animate)!==null&&x!==void 0?x:!0)&&o.debugLayout!==!0,c=buildHelloGeometry({W:E,H:_,greeting:I,caption:k}),B=mixHex(exports.NAVY,exports.NAVY_SOFT,C),O=mixHex(exports.NAVY,exports.NAVY_SOFT,CARD_BORDER_MIX),A=Math.max(.1,d.target.durationMs/1e3),L=Math.max(1,Math.round(d.target.fps||30)),l=helloTimeline(A,i),w=Math.max(1,Math.round(.02*c.S)),D=[];for(const f of c.field)D.push({rect:{...f,importance:0},source:(0,layoutConstraint_1.tag)((0,makeColorTile_1.makeColorTile)(B),"field")});if(u){const f=fieldWipe(E,_,v,0,l.wipeDur);f&&D.push({rect:{x:0,y:0,w:E,h:_,importance:1},source:(0,layoutConstraint_1.tag)(f,"field-wipe")})}const T=[],Y=Math.max(1,Math.min(c.card.w,c.card.h)),P=t.mark,N=(y=P?.assetId)!==null&&y!==void 0?y:"hello_mark",R=u&&i==="assemble"&&!P,H=u?R?fadeIn(l.mark,l.markDur):riseIn(l.mark,l.beatDur,w):void 0,G={rect:{...c.mark,importance:4},source:P?(0,layoutConstraint_1.tag)({type:"media",mediaType:"image",assetId:N,placement:{fit:"contain"},...H?{overlay:H}:{}},"mark"):(0,layoutConstraint_1.bindProp)((0,layoutConstraint_1.tag)(pathTile([brandGlyphs_1.HEADER_M_GLYPH.path],brandGlyphs_1.HEADER_M_GLYPH.bounds,S,H),"mark"),"accent")},F=u?riseIn(l.wordmark,l.beatDur,w):void 0;T.push(G),T.push({rect:{...c.wordmark,importance:4},source:(0,layoutConstraint_1.tag)(pathTile(wordmark_1.WORDMARK_LETTER_PATHS,wordmark_1.WORDMARK_BOUNDS,INK,F),"wordmark")}),T.push({rect:{...c.wordmark,importance:5},source:(0,layoutConstraint_1.bindProp)((0,layoutConstraint_1.tag)(pathTile(wordmark_1.WORDMARK_ZERO_PATHS,wordmark_1.WORDMARK_BOUNDS,S,F),"wordmark-zero"),"accent")}),T.push({rect:{...c.greeting.rect,importance:4},source:(0,layoutConstraint_1.bindProp)(monoText(c.greeting,GREETING_INK,"greeting",u?riseIn(l.greeting,l.beatDur,w):void 0),"greeting")}),c.caption&&T.push({rect:{...c.caption.rect,importance:4},source:(0,layoutConstraint_1.bindProp)(monoText(c.caption,CAPTION_INK,"caption",u?riseIn(l.caption,l.beatDur,w):void 0),"caption")});const V={fps:d.target.fps,durationMs:d.target.durationMs},M=s(f=>({x:f.x-c.card.x,y:f.y-c.card.y,w:f.w,h:f.h}),"local"),W=[{rect:{x:0,y:0,w:c.card.w,h:c.card.h,importance:0},source:(0,layoutConstraint_1.tag)((0,makeColorTile_1.makeColorTile)(exports.NAVY),"card-surface")},...T.map(f=>({rect:{...M(f.rect),importance:f.rect.importance},source:f.source}))];if(R){const f=markAssembly({W:c.card.w,H:c.card.h,S:c.S,mark:M(c.mark),startSec:l.assembleStart,durSec:l.assembleDur,fps:L,fromColor:mixHex(exports.NAVY,exports.NAVY_SOFT,ASSEMBLE_START_MIX),toColor:S});for(const z of assemblyTracks(f.boxes,S))W.push({rect:{x:0,y:0,w:c.card.w,h:c.card.h,importance:3},source:(0,layoutConstraint_1.tag)(z,"mark-rects")})}const b=(0,dsl_stdlib_1.placeRects)({rootW:c.card.w,rootH:c.card.h,rects:W.map(f=>f.rect)}),q={m0:b.m0,sources:b.layers.flatMap(f=>f.rectIndices.map(z=>W[z].source))},K=(0,placeInsetPieces_1.placeInsetPieces)({rootW:E,rootH:_,pieces:D}),X=[{rect:{x:0,y:0,w:E,h:_,importance:0},source:{type:"mosaic",ref:"field",editor:{owner:"template",label:"field"}}},{rect:{...c.card,importance:1},source:{type:"mosaic",ref:"card",effects:{rounding:{cornerStyle:"rounded",borderRadius:Math.min(1,2*c.cardRadiusPx/Y)},stroke:{width:1.5/Y,color:O}},...u?{overlay:riseIn(l.card,l.beatDur,w)}:{},editor:{owner:"template",label:"card"}}}],U=(0,placeInsetPieces_1.placeInsetPieces)({rootW:E,rootH:_,pieces:X}),$={kind:"mosaic_document",version:1,assets:{},m0:U.m0,sources:U.sources,backgroundColor:exports.NAVY,...V,children:{field:{kind:"mosaic_document",version:1,assets:{},m0:K.m0,sources:K.sources,backgroundColor:exports.NAVY,size:{width:E,height:_},...V,editor:{label:"field"}},card:{kind:"mosaic_document",version:1,assets:P?{[N]:{kind:"file",path:P.path,mediaType:"image"}}:{},m0:q.m0,sources:q.sources,backgroundColor:exports.NAVY,size:{width:c.card.w,height:c.card.h},...V,editor:{label:"card"}}},editor:{label:`${a} \xB7 ${I}`}};return(0,withLayoutContract_1.withLayoutContract)($,d,{templateId:n,relations:[],constraints:helloLayoutConstraints(c.caption!=null),debug:o.debugLayout===!0})},async renderCover(o,d){return m.render({...o,animate:!1},d)}};return m}s(defineHelloWorldTemplate,"defineHelloWorldTemplate");function helloLayoutConstraints(t){return[{label:"field"},{label:"mark",aspect:1,aspectTolerance:.08},{label:"wordmark",aspect:wordmark_1.WORDMARK_BOUNDS.width/wordmark_1.WORDMARK_BOUNDS.height,aspectTolerance:.08},{label:"greeting",textFits:{charWidthEm:.6,padPx:0}},...t?[{label:"caption",textFits:{charWidthEm:.6,padPx:0}}]:[]]}s(helloLayoutConstraints,"helloLayoutConstraints");
|