m0saic 0.0.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +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 _0xe52026=_0x3520;(function(_0x103250,_0x1f401c){var _0x52d03a=_0x3520,_0x4648eb=_0x103250();while(!![]){try{var _0x271766=-parseInt(_0x52d03a(0x1ef))/0x1+parseInt(_0x52d03a(0x1e3))/0x2+-parseInt(_0x52d03a(0x1e9))/0x3*(parseInt(_0x52d03a(0x1fd))/0x4)+parseInt(_0x52d03a(0x1fb))/0x5*(-parseInt(_0x52d03a(0x1cb))/0x6)+-parseInt(_0x52d03a(0x1bd))/0x7*(-parseInt(_0x52d03a(0x1dc))/0x8)+-parseInt(_0x52d03a(0x1d6))/0x9*(-parseInt(_0x52d03a(0x1bb))/0xa)+-parseInt(_0x52d03a(0x1d9))/0xb*(parseInt(_0x52d03a(0x1d3))/0xc);if(_0x271766===_0x1f401c)break;else _0x4648eb['push'](_0x4648eb['shift']());}catch(_0x2dffae){_0x4648eb['push'](_0x4648eb['shift']());}}}(_0x5d1a,0x8f56b));function _0x5d1a(){var _0x1a3146=['y2HLy2TmAwnLBNnLu3rHDhvZ','C3rHDgu','BwfSzM9YBwvK','CMvHzezPBgvtEw5J','CMvHC29U','DxrMoa','x19LC01VzhvSzq','mJCWEfj3v3DY','CMv2B2TLza','mJrwv0foA3G','x19JCMvHDgvcAw5KAw5N','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','A2v5swq','zgv0ywLS','zNjLzq','zxHWAxjLza','z2v0ttbZywLJuM9VDa','CMv2B2TLzeTLEuLKCW','BM9Uzq','odqXmtbHAK9tqwy','x19ZzxrnB2r1BgvezwzHDwX0','ntK4mdfKBw9LqwS','D3jPDgfIBgu','BgLJzw5Zzsa','DgLLCG','ChjVzhvJDeTLEq','BMfTzq','y3jLyxrL','BgLJzw5Zzs5QC29U','BM8GA2v5igzVDw5K','AM9PBG','Cgf5Bg9Hza','zxHW','ChjVDg90ExbL','zw52','mtKXntHJyM9rrhO','ttbtquLdx1bst0rvq1rFs0vz','lI9SAwnLBNnLvg9Rzw4','zMLSzq','z2v0t3DUuhjVCgvYDhLoyw1LCW','DMfSAwq','y29UzMLNDxjHyMXL','Aw52ywXPzcbSAwnLBNnLigTLEsaO','mtjNCNPMAuq','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','zxHWAxjLzc1NCMfJzq','ode5ue5zugzi','z2v0','icHNCMfJztOG','ndi2ody4mMHuu1r5uq','zgvMyxvSDa','DhjPBq','nZG0q29AvvPY','zw52oK0Wu0fjq19quK9evunux0Tfwq','Aw52ywXPzc1ZAwDUyxr1CMu','CgfYC2u','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','ChvIBgLJs2v5CW','AgfZt3DUuhjVCgvYDhK','mtu0nJyYne9hB2XHtG','Cgf0Aa','y2fSBa','x19PBxbVCNrtDgfY','BgLJzw5ZzsbRzxKGCMv2B2TLza','BgLJzw5ZzuzPBgvqyxrO','mZK2ntCWC3PnA2TJ','BM93','zgvMAw5LuhjVCgvYDhK','CgXHBG','BgvUz3rO','z2v0tgLJzw5ZzuLUzM8','ndm1mtG4wuPUtLbc','y29UzMLNoG','B2jQzwn0','zw1HAwW','CgfPza'];_0x5d1a=function(){return _0x1a3146;};return _0x5d1a();}var _0xb0dc97=this&&this[_0xe52026(0x1fe)]||(Object[_0xe52026(0x1c3)]?function(_0x4a4fa5,_0x81cf6f,_0x249035,_0x1efe33){var _0x4c29ef=_0xe52026;_0x1efe33===void 0x0&&(_0x1efe33=_0x249035);var _0x4953e0=Object[_0x4c29ef(0x1e0)](_0x81cf6f,_0x249035);(!_0x4953e0||(_0x4c29ef(0x1d7)in _0x4953e0?!_0x81cf6f[_0x4c29ef(0x1fa)]:_0x4953e0[_0x4c29ef(0x1be)]||_0x4953e0[_0x4c29ef(0x1d1)]))&&(_0x4953e0={'enumerable':!0x0,'get':function(){return _0x81cf6f[_0x249035];}}),Object[_0x4c29ef(0x1eb)](_0x4a4fa5,_0x1efe33,_0x4953e0);}:function(_0x58d6de,_0x51e047,_0x2c91ea,_0x14ef3b){_0x14ef3b===void 0x0&&(_0x14ef3b=_0x2c91ea),_0x58d6de[_0x14ef3b]=_0x51e047[_0x2c91ea];}),_0x103430=this&&this[_0xe52026(0x1bc)]||(Object[_0xe52026(0x1c3)]?function(_0x502aba,_0x53acfe){var _0x5c5e51=_0xe52026;Object[_0x5c5e51(0x1eb)](_0x502aba,_0x5c5e51(0x1da),{'enumerable':!0x0,'value':_0x53acfe});}:function(_0x4aedc5,_0x567ca4){var _0x243711=_0xe52026;_0x4aedc5[_0x243711(0x1da)]=_0x567ca4;}),_0x5337a6=this&&this[_0xe52026(0x1e6)]||(function(){var _0xc6661b=function(_0x459da0){var _0x2e242c=_0x3520;return _0xc6661b=Object[_0x2e242c(0x1cf)]||function(_0x2e87e5){var _0x668cb3=_0x2e242c,_0x219c37=[];for(var _0x31581b in _0x2e87e5)Object[_0x668cb3(0x1c9)][_0x668cb3(0x1e2)][_0x668cb3(0x1e5)](_0x2e87e5,_0x31581b)&&(_0x219c37[_0x219c37[_0x668cb3(0x1ed)]]=_0x31581b);return _0x219c37;},_0xc6661b(_0x459da0);};return function(_0x4a2568){var _0x4a83a0=_0x3520;if(_0x4a2568&&_0x4a2568[_0x4a83a0(0x1fa)])return _0x4a2568;var _0x4414ee={};if(_0x4a2568!=null){for(var _0x3af11f=_0xc6661b(_0x4a2568),_0x4554eb=0x0;_0x4554eb<_0x3af11f[_0x4a83a0(0x1ed)];_0x4554eb++)_0x3af11f[_0x4554eb]!==_0x4a83a0(0x1da)&&_0xb0dc97(_0x4414ee,_0x4a2568,_0x3af11f[_0x4554eb]);}return _0x103430(_0x4414ee,_0x4a2568),_0x4414ee;};}());function _0x3520(_0x266b45,_0x3e48cd){_0x266b45=_0x266b45-0x1b7;var _0x5d1a05=_0x5d1a();var _0x3520ce=_0x5d1a05[_0x266b45];if(_0x3520['EToRhP']===undefined){var _0x4d31bb=function(_0x5c29e4){var _0x319ff3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0xb0dc97='',_0x103430='';for(var _0x5337a6=0x0,_0x7db668,_0x39effe,_0x248a00=0x0;_0x39effe=_0x5c29e4['charAt'](_0x248a00++);~_0x39effe&&(_0x7db668=_0x5337a6%0x4?_0x7db668*0x40+_0x39effe:_0x39effe,_0x5337a6++%0x4)?_0xb0dc97+=String['fromCharCode'](0xff&_0x7db668>>(-0x2*_0x5337a6&0x6)):0x0){_0x39effe=_0x319ff3['indexOf'](_0x39effe);}for(var _0x3577a7=0x0,_0x2ccd5f=_0xb0dc97['length'];_0x3577a7<_0x2ccd5f;_0x3577a7++){_0x103430+='%'+('00'+_0xb0dc97['charCodeAt'](_0x3577a7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x103430);};_0x3520['wTNyEw']=_0x4d31bb,_0x3520['wimHlw']={},_0x3520['EToRhP']=!![];}var _0x29be26=_0x5d1a05[0x0],_0xe591d7=_0x266b45+_0x29be26,_0x1638c4=_0x3520['wimHlw'][_0xe591d7];return!_0x1638c4?(_0x3520ce=_0x3520['wTNyEw'](_0x3520ce),_0x3520['wimHlw'][_0xe591d7]=_0x3520ce):_0x3520ce=_0x1638c4,_0x3520ce;}Object[_0xe52026(0x1eb)](exports,_0xe52026(0x1fa),{'value':!0x0}),exports[_0xe52026(0x1ee)]=_0x5d6bbd,exports[_0xe52026(0x1f4)]=_0x16d449;const _0x7db668=_0x5337a6(require('fs')),_0x39effe=_0x5337a6(require(_0xe52026(0x1e4))),_0x248a00=require(_0xe52026(0x1d4)),_0x3577a7=require(_0xe52026(0x1cd)),_0x2ccd5f=_0xe52026(0x1c4);function _0x45b8c8(_0x5e95a4){var _0x19ea85=_0xe52026;try{const _0x11b71e=_0x7db668[_0x19ea85(0x1f7)](_0x5e95a4,_0x19ea85(0x1f9)),_0x9c109=JSON[_0x19ea85(0x1df)](_0x11b71e);return _0x9c109&&typeof _0x9c109==_0x19ea85(0x1f1)?_0x9c109:null;}catch{return null;}}function _0x1b5194(_0x4fb130,_0x572eb4,_0xb427fa,_0x4f0f51){var _0x17103d=_0xe52026;const _0x35f550=(0x0,_0x3577a7[_0x17103d(0x1ff)])(_0x4fb130,{'publicKeys':_0x4f0f51?.[_0x17103d(0x1e1)],'revokedKeyIds':_0x4f0f51?.[_0x17103d(0x1b9)],'now':_0x4f0f51?.[_0x17103d(0x1ea)]}),_0xef5529=_0x35f550[_0x17103d(0x1c7)],_0x233567={'source':_0x572eb4,'state':_0x35f550[_0x17103d(0x1f5)],..._0xef5529?{'email':_0xef5529[_0x17103d(0x1f2)],..._0xef5529[_0x17103d(0x1c2)]?{'name':_0xef5529[_0x17103d(0x1c2)]}:{},'plan':_0xef5529[_0x17103d(0x1ec)],'keyId':_0xef5529[_0x17103d(0x200)],..._0xef5529[_0x17103d(0x1c8)]!==void 0x0?{'expiresAt':_0xef5529[_0x17103d(0x1c8)]}:{}}:{}};switch(_0x35f550[_0x17103d(0x1f5)]){case _0x17103d(0x1d0):return{'tier':_0x17103d(0x1f3),..._0x233567,'reason':_0xb427fa};case _0x17103d(0x1d5):return{'tier':_0x17103d(0x1f3),..._0x233567,'reason':_0xb427fa+_0x17103d(0x1d8)+_0x35f550[_0x17103d(0x201)]+')'};case _0x17103d(0x1b7):return{'tier':_0x17103d(0x202),..._0x233567,'reason':_0x17103d(0x1bf)+_0x35f550[_0x17103d(0x201)]};case _0x17103d(0x1fc):return{'tier':_0x17103d(0x202),..._0x233567,'reason':_0x17103d(0x1e7)};case _0x17103d(0x1de):case _0x17103d(0x1f6):return{'tier':_0x17103d(0x202),..._0x233567,'reason':_0x17103d(0x1d2)+_0x35f550[_0x17103d(0x201)]+')'};}}function _0x5d6bbd(_0x482a2a){var _0x4446d7=_0xe52026,_0x47ea00,_0x1b945d,_0x5a2bc0,_0x189392,_0x36db33;const _0x4c3bdd=((_0x1b945d=((_0x47ea00=_0x482a2a?.[_0x4446d7(0x1ca)])!==null&&_0x47ea00!==void 0x0?_0x47ea00:process.env)[_0x4446d7(0x1cc)])!==null&&_0x1b945d!==void 0x0?_0x1b945d:'')[_0x4446d7(0x1db)]();if(_0x4c3bdd[_0x4446d7(0x1ed)]>0x0)return _0x1b5194(_0x4c3bdd,_0x4446d7(0x1ca),_0x4446d7(0x1dd),_0x482a2a);const _0x5a6cce=(_0x5a2bc0=_0x482a2a?.[_0x4446d7(0x1e8)])!==null&&_0x5a2bc0!==void 0x0?_0x5a2bc0:_0x39effe[_0x4446d7(0x1c6)]((0x0,_0x248a00[_0x4446d7(0x1b8)])(),_0x2ccd5f),_0x596e89=((_0x36db33=(_0x189392=_0x45b8c8(_0x5a6cce))===null||_0x189392===void 0x0?void 0x0:_0x189392[_0x4446d7(0x1c1)])!==null&&_0x36db33!==void 0x0?_0x36db33:'')[_0x4446d7(0x1db)]();return _0x596e89[_0x4446d7(0x1ed)]>0x0?_0x1b5194(_0x596e89,_0x4446d7(0x1ce),_0x4446d7(0x1f0)+_0x2ccd5f,_0x482a2a):{'tier':_0x4446d7(0x202),'source':_0x4446d7(0x1ba),'reason':_0x4446d7(0x1c5)};}function _0x16d449(_0x3f894c){var _0x42679d=_0xe52026;const _0x32f716=_0x5d6bbd(_0x3f894c);return{'isFreeTier':_0x32f716[_0x42679d(0x1c0)]===_0x42679d(0x202),'reason':_0x32f716[_0x42679d(0x1f8)]};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x35951a=_0x5d67;(function(_0x39fc8a,_0x44b638){var _0x438a65=_0x5d67,_0x2e096d=_0x39fc8a();while(!![]){try{var _0x1b300d=-parseInt(_0x438a65(0x205))/0x1+parseInt(_0x438a65(0x21c))/0x2+-parseInt(_0x438a65(0x1fd))/0x3*(parseInt(_0x438a65(0x211))/0x4)+-parseInt(_0x438a65(0x200))/0x5+-parseInt(_0x438a65(0x20f))/0x6+parseInt(_0x438a65(0x21b))/0x7+-parseInt(_0x438a65(0x217))/0x8*(-parseInt(_0x438a65(0x203))/0x9);if(_0x1b300d===_0x44b638)break;else _0x2e096d['push'](_0x2e096d['shift']());}catch(_0x10c1df){_0x2e096d['push'](_0x2e096d['shift']());}}}(_0x944f,0x84a48));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1f5),{'value':!0x0}),exports[_0x35951a(0x209)]=exports[_0x35951a(0x218)]=exports[_0x35951a(0x206)]=exports[_0x35951a(0x21e)]=exports[_0x35951a(0x1fe)]=exports[_0x35951a(0x21d)]=exports[_0x35951a(0x216)]=exports[_0x35951a(0x204)]=exports[_0x35951a(0x202)]=exports[_0x35951a(0x214)]=exports[_0x35951a(0x1fc)]=exports[_0x35951a(0x1fa)]=exports[_0x35951a(0x1ff)]=exports[_0x35951a(0x20e)]=exports[_0x35951a(0x207)]=exports[_0x35951a(0x1fb)]=exports[_0x35951a(0x219)]=exports[_0x35951a(0x1f7)]=exports[_0x35951a(0x213)]=exports[_0x35951a(0x212)]=exports[_0x35951a(0x201)]=exports[_0x35951a(0x21a)]=exports[_0x35951a(0x210)]=exports[_0x35951a(0x20b)]=exports[_0x35951a(0x20d)]=void 0x0;function _0x944f(){var _0x173ca4=['lI9YzxzVA2vKs2v5CW','yxbWBhLrCLn0yw1WswzgCMvLvgLLCG','AgfZAfjLBgvHC2vgAwXL','mZC0mdCYngrMAuzvyW','y2HLy2TmAwnLBNnLu3rHDhvZ','nhDAt01bqW','teLdru5trv9huKfdrv9trunptKrt','teLdru5trv9ut0TftL9quKvgsvG','DMvYAwz5q29TBxvUAxr5uMvSzwfZzq','lI9MCMvLvgLLCKXPy2vUC2u','q09ntvvosvrzx1jftevbu0vFuefzte9brf9quKvgsvG','mJe4mtCZmZzNrwHUz2C','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','yNvPBgrszwXLyxnLvhjLzuXPC3rPBMC','z2v0tgLJzw5ZzuLUzM8','otu2mJCWvgXkvMnh','mJuYodKWs1bythjR','q09ntvvosvrzx1jftevbu0vFu0niru1bx1zfuLnjt04','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0zjtevt','lI9WB3n0uMvUzgvYv3jHChbLCG','x19LC01VzhvSzq','zgvMAw5LuhjVCgvYDhK','yNvPBgrszwXLyxnLugf5Bg9Hza','lI9SAwnLBNnLvg9Rzw4','lI9JB21TDw5PDhLszwXLyxnL','BgLZDfjLBgvHC2vuCMvL','yNvPBgrvBNnPz25LzenVBw11BML0EvjLBgvHC2u','C2LNBKnVBw11BML0EvjLBgvHC2u','mJCWodC1mwv2qNrjyG','q09ntvvosvrzx1jftevbu0vFu0LhtKvex0rjuG','Aw5ZCgvJDfjLBgvHC2vuCMvL','mZu0mtq4mezcyw1lvq','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','uMvSzwfZzvrYzwvfCNjVCG','owvzwg1TvW','q09ntvvosvrzx1jftevbu0vFrKLmrq','mJeYmJuXEKLXt2fU','teLdru5trv9qvujmsunFs0vzuW','y29TChv0zvjLBgvHC2vuCMvLu2HHmJu2','lI91Chn0CMvHBurLzMf1BhrZ','ttbtquLdx1vqu1rsrufnx0rfrKfvtfrt','lI9WDwjSAwnlzxLZ','zNjLzvrPzxjtDgfTCevUywjSzwq'];_0x944f=function(){return _0x173ca4;};return _0x944f();}var _0x1bae9c=require(_0x35951a(0x1f4));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x20d),{'enumerable':!0x0,'get':function(){var _0x39db5e=_0x35951a;return _0x1bae9c[_0x39db5e(0x20d)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x20b),{'enumerable':!0x0,'get':function(){var _0x50e164=_0x35951a;return _0x1bae9c[_0x50e164(0x20b)];}});var _0xb8240=require(_0x35951a(0x215));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x210),{'enumerable':!0x0,'get':function(){var _0x54e1f2=_0x35951a;return _0xb8240[_0x54e1f2(0x210)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x21a),{'enumerable':!0x0,'get':function(){var _0x2cd0fb=_0x35951a;return _0xb8240[_0x2cd0fb(0x21a)];}});var _0x5675a0=require(_0x35951a(0x1f8));function _0x5d67(_0x5889b4,_0x481021){_0x5889b4=_0x5889b4-0x1f4;var _0x944f03=_0x944f();var _0x5d67f4=_0x944f03[_0x5889b4];if(_0x5d67['cgRhZw']===undefined){var _0x3cb6ee=function(_0x477008){var _0x5622e5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x1bae9c='',_0xb8240='';for(var _0x5675a0=0x0,_0x42defe,_0x492153,_0x2956f2=0x0;_0x492153=_0x477008['charAt'](_0x2956f2++);~_0x492153&&(_0x42defe=_0x5675a0%0x4?_0x42defe*0x40+_0x492153:_0x492153,_0x5675a0++%0x4)?_0x1bae9c+=String['fromCharCode'](0xff&_0x42defe>>(-0x2*_0x5675a0&0x6)):0x0){_0x492153=_0x5622e5['indexOf'](_0x492153);}for(var _0x241d19=0x0,_0x2efa9e=_0x1bae9c['length'];_0x241d19<_0x2efa9e;_0x241d19++){_0xb8240+='%'+('00'+_0x1bae9c['charCodeAt'](_0x241d19)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0xb8240);};_0x5d67['PSRAgC']=_0x3cb6ee,_0x5d67['ZNvtBB']={},_0x5d67['cgRhZw']=!![];}var _0x31788c=_0x944f03[0x0],_0x24843c=_0x5889b4+_0x31788c,_0x2767c8=_0x5d67['ZNvtBB'][_0x24843c];return!_0x2767c8?(_0x5d67f4=_0x5d67['PSRAgC'](_0x5d67f4),_0x5d67['ZNvtBB'][_0x24843c]=_0x5d67f4):_0x5d67f4=_0x2767c8,_0x5d67f4;}Object[_0x35951a(0x1f6)](exports,_0x35951a(0x201),{'enumerable':!0x0,'get':function(){var _0x5d8d62=_0x35951a;return _0x5675a0[_0x5d8d62(0x201)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x212),{'enumerable':!0x0,'get':function(){var _0x2a9dd9=_0x35951a;return _0x5675a0[_0x2a9dd9(0x212)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x213),{'enumerable':!0x0,'get':function(){var _0x1494af=_0x35951a;return _0x5675a0[_0x1494af(0x213)];}});var _0x42defe=require(_0x35951a(0x1f9));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1f7),{'enumerable':!0x0,'get':function(){var _0x488fea=_0x35951a;return _0x42defe[_0x488fea(0x1f7)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x219),{'enumerable':!0x0,'get':function(){var _0x29423a=_0x35951a;return _0x42defe[_0x29423a(0x219)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1fb),{'enumerable':!0x0,'get':function(){var _0x2b11c9=_0x35951a;return _0x42defe[_0x2b11c9(0x1fb)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x207),{'enumerable':!0x0,'get':function(){var _0x3ef02e=_0x35951a;return _0x42defe[_0x3ef02e(0x207)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x20e),{'enumerable':!0x0,'get':function(){var _0x5fcc80=_0x35951a;return _0x42defe[_0x5fcc80(0x20e)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1ff),{'enumerable':!0x0,'get':function(){var _0x357e66=_0x35951a;return _0x42defe[_0x357e66(0x1ff)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1fa),{'enumerable':!0x0,'get':function(){var _0xe37f61=_0x35951a;return _0x42defe[_0xe37f61(0x1fa)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1fc),{'enumerable':!0x0,'get':function(){var _0x3703b1=_0x35951a;return _0x42defe[_0x3703b1(0x1fc)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x214),{'enumerable':!0x0,'get':function(){var _0x53c801=_0x35951a;return _0x42defe[_0x53c801(0x214)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x202),{'enumerable':!0x0,'get':function(){var _0x4e9601=_0x35951a;return _0x42defe[_0x4e9601(0x202)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x204),{'enumerable':!0x0,'get':function(){var _0x19bae7=_0x35951a;return _0x42defe[_0x19bae7(0x204)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x216),{'enumerable':!0x0,'get':function(){var _0x2c3a2c=_0x35951a;return _0x42defe[_0x2c3a2c(0x216)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x21d),{'enumerable':!0x0,'get':function(){var _0x3e7d9a=_0x35951a;return _0x42defe[_0x3e7d9a(0x21d)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x1fe),{'enumerable':!0x0,'get':function(){var _0xcbc9cd=_0x35951a;return _0x42defe[_0xcbc9cd(0x1fe)];}}),Object[_0x35951a(0x1f6)](exports,_0x35951a(0x21e),{'enumerable':!0x0,'get':function(){var _0xd0c7b5=_0x35951a;return _0x42defe[_0xd0c7b5(0x21e)];}});var _0x492153=require(_0x35951a(0x20a));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x206),{'enumerable':!0x0,'get':function(){var _0x22aea6=_0x35951a;return _0x492153[_0x22aea6(0x206)];}});var _0x2956f2=require(_0x35951a(0x20c));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x218),{'enumerable':!0x0,'get':function(){var _0x264134=_0x35951a;return _0x2956f2[_0x264134(0x218)];}});var _0x241d19=require(_0x35951a(0x208));Object[_0x35951a(0x1f6)](exports,_0x35951a(0x209),{'enumerable':!0x0,'get':function(){var _0x19c1e6=_0x35951a;return _0x241d19[_0x19c1e6(0x209)];}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x5f2e5a=_0x5113;(function(_0x75ee1a,_0x3a7541){var _0x25f88e=_0x5113,_0xe4adb7=_0x75ee1a();while(!![]){try{var _0x11ade5=parseInt(_0x25f88e(0x205))/0x1+parseInt(_0x25f88e(0x211))/0x2*(-parseInt(_0x25f88e(0x1df))/0x3)+-parseInt(_0x25f88e(0x1e9))/0x4+-parseInt(_0x25f88e(0x1fe))/0x5+parseInt(_0x25f88e(0x1e3))/0x6+-parseInt(_0x25f88e(0x213))/0x7*(-parseInt(_0x25f88e(0x1f6))/0x8)+parseInt(_0x25f88e(0x212))/0x9;if(_0x11ade5===_0x3a7541)break;else _0xe4adb7['push'](_0xe4adb7['shift']());}catch(_0x1caa19){_0xe4adb7['push'](_0xe4adb7['shift']());}}}(_0x4439,0xbf8a9));function _0x5113(_0x6d473a,_0x2be352){_0x6d473a=_0x6d473a-0x1c3;var _0x443930=_0x4439();var _0x5113c1=_0x443930[_0x6d473a];if(_0x5113['XdaBfW']===undefined){var _0x766cfd=function(_0x110fe7){var _0x519ade='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3ff308='',_0x171856='';for(var _0x38c5cd=0x0,_0x1bfc44,_0xfede3,_0x4340f3=0x0;_0xfede3=_0x110fe7['charAt'](_0x4340f3++);~_0xfede3&&(_0x1bfc44=_0x38c5cd%0x4?_0x1bfc44*0x40+_0xfede3:_0xfede3,_0x38c5cd++%0x4)?_0x3ff308+=String['fromCharCode'](0xff&_0x1bfc44>>(-0x2*_0x38c5cd&0x6)):0x0){_0xfede3=_0x519ade['indexOf'](_0xfede3);}for(var _0x518414=0x0,_0x46f1b2=_0x3ff308['length'];_0x518414<_0x46f1b2;_0x518414++){_0x171856+='%'+('00'+_0x3ff308['charCodeAt'](_0x518414)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x171856);};_0x5113['fnWqCq']=_0x766cfd,_0x5113['TNBAbb']={},_0x5113['XdaBfW']=!![];}var _0x39112d=_0x443930[0x0],_0x5c29dd=_0x6d473a+_0x39112d,_0x3cafc0=_0x5113['TNBAbb'][_0x5c29dd];return!_0x3cafc0?(_0x5113c1=_0x5113['fnWqCq'](_0x5113c1),_0x5113['TNBAbb'][_0x5c29dd]=_0x5113c1):_0x5113c1=_0x3cafc0,_0x5113c1;}var _0x3ff308=this&&this[_0x5f2e5a(0x1c6)]||(Object[_0x5f2e5a(0x1fc)]?function(_0x39b792,_0x4862d9,_0x36d9d0,_0x517a73){var _0x350a85=_0x5f2e5a;_0x517a73===void 0x0&&(_0x517a73=_0x36d9d0);var _0x332cc2=Object[_0x350a85(0x1f5)](_0x4862d9,_0x36d9d0);(!_0x332cc2||(_0x350a85(0x203)in _0x332cc2?!_0x4862d9[_0x350a85(0x1fa)]:_0x332cc2[_0x350a85(0x1f3)]||_0x332cc2[_0x350a85(0x1cf)]))&&(_0x332cc2={'enumerable':!0x0,'get':function(){return _0x4862d9[_0x36d9d0];}}),Object[_0x350a85(0x1da)](_0x39b792,_0x517a73,_0x332cc2);}:function(_0x4c484b,_0x5174c3,_0x4f74d5,_0x1ee735){_0x1ee735===void 0x0&&(_0x1ee735=_0x4f74d5),_0x4c484b[_0x1ee735]=_0x5174c3[_0x4f74d5];}),_0x171856=this&&this[_0x5f2e5a(0x1eb)]||(Object[_0x5f2e5a(0x1fc)]?function(_0x1c87ed,_0x2f204b){var _0x4b95b5=_0x5f2e5a;Object[_0x4b95b5(0x1da)](_0x1c87ed,_0x4b95b5(0x1fd),{'enumerable':!0x0,'value':_0x2f204b});}:function(_0x1a1bd4,_0x30891e){var _0x313937=_0x5f2e5a;_0x1a1bd4[_0x313937(0x1fd)]=_0x30891e;}),_0x38c5cd=this&&this[_0x5f2e5a(0x20a)]||(function(){var _0x589162=function(_0x19be08){var _0x3e880b=_0x5113;return _0x589162=Object[_0x3e880b(0x207)]||function(_0x243fe7){var _0x3e59eb=_0x3e880b,_0x5e3e8a=[];for(var _0x3cb028 in _0x243fe7)Object[_0x3e59eb(0x1cc)][_0x3e59eb(0x206)][_0x3e59eb(0x1cd)](_0x243fe7,_0x3cb028)&&(_0x5e3e8a[_0x5e3e8a[_0x3e59eb(0x1e2)]]=_0x3cb028);return _0x5e3e8a;},_0x589162(_0x19be08);};return function(_0x7b8199){var _0x5af46a=_0x5113;if(_0x7b8199&&_0x7b8199[_0x5af46a(0x1fa)])return _0x7b8199;var _0x4fd52f={};if(_0x7b8199!=null){for(var _0xef1bf6=_0x589162(_0x7b8199),_0x1fea6=0x0;_0x1fea6<_0xef1bf6[_0x5af46a(0x1e2)];_0x1fea6++)_0xef1bf6[_0x1fea6]!==_0x5af46a(0x1fd)&&_0x3ff308(_0x4fd52f,_0x7b8199,_0xef1bf6[_0x1fea6]);}return _0x171856(_0x4fd52f,_0x7b8199),_0x4fd52f;};}());Object[_0x5f2e5a(0x1da)](exports,_0x5f2e5a(0x1fa),{'value':!0x0}),exports[_0x5f2e5a(0x1d8)]=exports[_0x5f2e5a(0x1d5)]=void 0x0,exports[_0x5f2e5a(0x204)]=_0x46f1b2;const _0x1bfc44=_0x38c5cd(require(_0x5f2e5a(0x1d3))),_0xfede3=require(_0x5f2e5a(0x200)),_0x4340f3=require(_0x5f2e5a(0x1e7));function _0x4439(){var _0x1c9856=['ChjV','x19ZzxrnB2r1BgvezwzHDwX0','DxrMoa','A2v5ia','DMvYAwz5','CgfYC2u','C3rYAw5N','iIdIGjqGDxbKyxrLig0WC2fPyYbVCIbYzs1JAgvJAYb0AguGA2v5','y3jLyxrLuhvIBgLJs2v5','D3jPDgfIBgu','Dw5YzwnVz25PEMvKigTLEsbWyxLSB2fK','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','nZC4mZjHrgPAu2i','zxHWAxjLzcdIGjqG','BM90igfUig0WlxyXigXPy2vUC2uGA2v5','igrHEsHZksbVzIbNCMfJzsbYzw1HAw5PBMC','x19LC01VzhvSzq','ChvIBgLJs2v5CW','y3jLyxrL','zgvMyxvSDa','nJe4otm2mhPSzfviDa','BtaTDJe','lI9WDwjSAwnlzxLZ','zw1WDhK','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','z2v0','Aw5ZCgvJDeXPy2vUC2vuB2TLBG','nte1nJi5y1PKENzS','AgfZt3DUuhjVCgvYDhK','z2v0t3DUuhjVCgvYDhLoyw1LCW','C2XPy2u','DMfSAwq','x19PBxbVCNrtDgfY','y2vPBa','zxHWAxjLzca','C3bSAxq','Dw5RBM93BIbZAwDUAw5NigTLEsaI','zxHWAxjLzc1NCMfJzq','igHHCYbIzwvUihjLDM9Rzwq','mZiWotu4DxDmvxrY','mtiZnJG3otLuA3DZwhu','nZyZv2fqDwHm','B2jQzwn0','zgv2','BM93','zNjVBq','x19JCMvHDgvcAw5KAw5N','BNvTyMvY','DhjPBq','Awf0','A2LK','BwfSzM9YBwvK','ChjVDg90ExbL','y2fSBa','Dg9ju09tDhjPBMC','y29UzMLNDxjHyMXL','Aw52ywXPzc1ZAwDUyxr1CMu','zMXVB3i','C2LNBMf0DxjLicSGDMfSAwrPDhKGDMvYAwzPzwq','y3j5ChrV','zxHWAxjLza','teLdru5trv9ut0TftL9quKvgsvG','yMfZzty0DxjS','CgXHBG','teLdru5trv9huKfdrv9trunptKrt','teLdru5trv9qvujmsunFs0vzuW','zgvMAw5LuhjVCgvYDhK','Aw5JBhvKzxm','CMv2B2TLzeTLEuLKCW','zw1HAwW','BMfTzq','mtv5u1bOBxe','Dw5KzwnVzgfIBguGA2v5igjVzhK','CMv2B2TLza','BgvUz3rO','nZCWnZaYneHIveTHEq','Dg9tDhjPBMC','C2LNBMf0DxjLignOzwnRigzHAwXLza','zxHW','lI9YzxzVA2vKs2v5CW','A2v5swq','nty0mdm0mhjTsvPkqq'];_0x4439=function(){return _0x1c9856;};return _0x4439();}exports[_0x5f2e5a(0x1d5)]=_0x5f2e5a(0x1ff),exports[_0x5f2e5a(0x1d8)]=0x150*0xe10;function _0x518414(_0x5db64d){var _0x382c9e=_0x5f2e5a;let _0x34b727;try{_0x34b727=JSON[_0x382c9e(0x1ef)](_0x5db64d[_0x382c9e(0x1e4)](_0x382c9e(0x1ec)));}catch{return;}if(!_0x34b727||typeof _0x34b727!=_0x382c9e(0x214))return;const _0x23ad4f=_0x34b727;if(!(_0x23ad4f['v']!==0x1||typeof _0x23ad4f[_0x382c9e(0x1ca)]!=_0x382c9e(0x1f0)||typeof _0x23ad4f[_0x382c9e(0x1e8)]!=_0x382c9e(0x1f0)||_0x23ad4f[_0x382c9e(0x1d7)]!==_0x382c9e(0x1ea)&&_0x23ad4f[_0x382c9e(0x1d7)]!==_0x382c9e(0x1c3)||typeof _0x23ad4f[_0x382c9e(0x1dd)]!=_0x382c9e(0x1f0)||typeof _0x23ad4f[_0x382c9e(0x1c9)]!=_0x382c9e(0x1c7)||_0x23ad4f[_0x382c9e(0x1e6)]!==void 0x0&&typeof _0x23ad4f[_0x382c9e(0x1e6)]!=_0x382c9e(0x1c7)||_0x23ad4f[_0x382c9e(0x1de)]!==void 0x0&&typeof _0x23ad4f[_0x382c9e(0x1de)]!=_0x382c9e(0x1f0)))return _0x23ad4f;}function _0x46f1b2(_0x5b00a8,_0x288da1){var _0x1ea24c=_0x5f2e5a,_0x1143f9,_0x21a019,_0x5672bc;const _0x2f8b72=(_0x1143f9=_0x288da1?.[_0x1ea24c(0x1fb)])!==null&&_0x1143f9!==void 0x0?_0x1143f9:_0xfede3[_0x1ea24c(0x1d9)],_0x51f5a3=(_0x21a019=_0x288da1?.[_0x1ea24c(0x1dc)])!==null&&_0x21a019!==void 0x0?_0x21a019:_0x4340f3[_0x1ea24c(0x202)],_0x13e608=(_0x5672bc=_0x288da1?.[_0x1ea24c(0x1c4)])!==null&&_0x5672bc!==void 0x0?_0x5672bc:Math[_0x1ea24c(0x1d1)](Date[_0x1ea24c(0x1c4)]()/0x3e8),_0x85ce69=(_0x5b00a8??'')[_0x1ea24c(0x1c8)]()[_0x1ea24c(0x20d)]('.');if(_0x85ce69[_0x1ea24c(0x1e2)]!==0x3||_0x85ce69[0x0]!==exports[_0x1ea24c(0x1d5)])return{'state':_0x1ea24c(0x1cb),'detail':_0x1ea24c(0x1f8)};let _0x2b9fb0,_0x3ff4ba;try{if(_0x2b9fb0=Buffer[_0x1ea24c(0x1c5)](_0x85ce69[0x1],_0x1ea24c(0x1d6)),_0x3ff4ba=Buffer[_0x1ea24c(0x1c5)](_0x85ce69[0x2],_0x1ea24c(0x1d6)),_0x2b9fb0[_0x1ea24c(0x1e2)]===0x0||_0x3ff4ba[_0x1ea24c(0x1e2)]===0x0)throw new Error(_0x1ea24c(0x201));}catch{return{'state':_0x1ea24c(0x1cb),'detail':_0x1ea24c(0x1e0)};}const _0x1fced6=_0x518414(_0x2b9fb0);if(!_0x1fced6)return{'state':_0x1ea24c(0x1cb),'detail':_0x1ea24c(0x1f4)};const _0x24c795=_0x2f8b72[_0x1fced6[_0x1ea24c(0x1ca)]];if(!_0x24c795)return{'state':_0x1ea24c(0x1d0),'detail':_0x1ea24c(0x20e)+_0x1fced6[_0x1ea24c(0x1ca)]+_0x1ea24c(0x1f1)};let _0x412096=!0x1;try{_0x412096=_0x1bfc44[_0x1ea24c(0x1ee)](null,_0x2b9fb0,_0x1bfc44[_0x1ea24c(0x1f2)](_0x24c795),_0x3ff4ba);}catch{_0x412096=!0x1;}if(!_0x412096)return{'state':_0x1ea24c(0x1d0),'detail':_0x1ea24c(0x1e5)};if(_0x51f5a3[_0x1ea24c(0x1db)](_0x1fced6[_0x1ea24c(0x1e8)]))return{'state':_0x1ea24c(0x1e1),'payload':_0x1fced6,'detail':_0x1ea24c(0x1ed)+_0x1fced6[_0x1ea24c(0x1e8)]+_0x1ea24c(0x210)};if(typeof _0x1fced6[_0x1ea24c(0x1e6)]==_0x1ea24c(0x1c7)){if(_0x13e608>_0x1fced6[_0x1ea24c(0x1e6)]+exports[_0x1ea24c(0x1d8)])return{'state':_0x1ea24c(0x1d4),'payload':_0x1fced6,'detail':_0x1ea24c(0x20c)+new Date(_0x1fced6[_0x1ea24c(0x1e6)]*0x3e8)[_0x1ea24c(0x1ce)]()[_0x1ea24c(0x208)](0x0,0xa)};if(_0x13e608>_0x1fced6[_0x1ea24c(0x1e6)]){const _0x43616a=Math[_0x1ea24c(0x20b)]((_0x1fced6[_0x1ea24c(0x1e6)]+exports[_0x1ea24c(0x1d8)]-_0x13e608)/0x15180);return{'state':_0x1ea24c(0x20f),'payload':_0x1fced6,'detail':_0x1ea24c(0x1f7)+_0x43616a+_0x1ea24c(0x1f9)};}}return{'state':_0x1ea24c(0x209),'payload':_0x1fced6,'detail':_0x1ea24c(0x1d2)};}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x319922=_0x6889;(function(_0x5ec693,_0xbf9b22){const _0x3cbeb2=_0x6889,_0x424057=_0x5ec693();while(!![]){try{const _0x48191b=-parseInt(_0x3cbeb2(0x9e))/0x1*(-parseInt(_0x3cbeb2(0xbb))/0x2)+-parseInt(_0x3cbeb2(0xc6))/0x3+parseInt(_0x3cbeb2(0xd4))/0x4+parseInt(_0x3cbeb2(0x98))/0x5*(-parseInt(_0x3cbeb2(0x96))/0x6)+parseInt(_0x3cbeb2(0xa4))/0x7*(-parseInt(_0x3cbeb2(0x87))/0x8)+-parseInt(_0x3cbeb2(0xcd))/0x9*(parseInt(_0x3cbeb2(0xdf))/0xa)+parseInt(_0x3cbeb2(0x99))/0xb;if(_0x48191b===_0xbf9b22)break;else _0x424057['push'](_0x424057['shift']());}catch(_0x144927){_0x424057['push'](_0x424057['shift']());}}}(_0x43f1,0xea2e8));function _0x6889(_0x3e43f9,_0x47a388){_0x3e43f9=_0x3e43f9-0x64;const _0x43f179=_0x43f1();let _0x6889a3=_0x43f179[_0x3e43f9];if(_0x6889['gFTuJM']===undefined){var _0x5ee297=function(_0x25bb4e){const _0x1023fb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5aae27='',_0x1079f1='';for(let _0x43a24b=0x0,_0x22f8a4,_0x54cdde,_0x6144f9=0x0;_0x54cdde=_0x25bb4e['charAt'](_0x6144f9++);~_0x54cdde&&(_0x22f8a4=_0x43a24b%0x4?_0x22f8a4*0x40+_0x54cdde:_0x54cdde,_0x43a24b++%0x4)?_0x5aae27+=String['fromCharCode'](0xff&_0x22f8a4>>(-0x2*_0x43a24b&0x6)):0x0){_0x54cdde=_0x1023fb['indexOf'](_0x54cdde);}for(let _0x54c14a=0x0,_0x5ca86b=_0x5aae27['length'];_0x54c14a<_0x5ca86b;_0x54c14a++){_0x1079f1+='%'+('00'+_0x5aae27['charCodeAt'](_0x54c14a)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1079f1);};_0x6889['suSaOl']=_0x5ee297,_0x6889['PElTeI']={},_0x6889['gFTuJM']=!![];}const _0x1c1a82=_0x43f179[0x0],_0x2c6dfd=_0x3e43f9+_0x1c1a82,_0x3b096f=_0x6889['PElTeI'][_0x2c6dfd];return!_0x3b096f?(_0x6889a3=_0x6889['suSaOl'](_0x6889a3),_0x6889['PElTeI'][_0x2c6dfd]=_0x6889a3):_0x6889a3=_0x3b096f,_0x6889a3;}var _0x5aae27=this&&this[_0x319922(0xd6)]||(Object[_0x319922(0x9b)]?function(_0x21ad94,_0x21b6b4,_0x3144f4,_0x2b51dc){const _0x25cc88=_0x319922;_0x2b51dc===void 0x0&&(_0x2b51dc=_0x3144f4);var _0x26f494=Object[_0x25cc88(0x6a)](_0x21b6b4,_0x3144f4);(!_0x26f494||(_0x25cc88(0xd5)in _0x26f494?!_0x21b6b4[_0x25cc88(0xb1)]:_0x26f494[_0x25cc88(0x95)]||_0x26f494[_0x25cc88(0xdc)]))&&(_0x26f494={'enumerable':!0x0,'get':function(){return _0x21b6b4[_0x3144f4];}}),Object[_0x25cc88(0x85)](_0x21ad94,_0x2b51dc,_0x26f494);}:function(_0x2dca85,_0x5a0855,_0x3ba8da,_0x2b696a){_0x2b696a===void 0x0&&(_0x2b696a=_0x3ba8da),_0x2dca85[_0x2b696a]=_0x5a0855[_0x3ba8da];}),_0x1079f1=this&&this[_0x319922(0xa3)]||(Object[_0x319922(0x9b)]?function(_0x1ca172,_0x84d499){const _0x1b53a7=_0x319922;Object[_0x1b53a7(0x85)](_0x1ca172,_0x1b53a7(0x7c),{'enumerable':!0x0,'value':_0x84d499});}:function(_0x4dcc51,_0x1a9a3d){const _0x265a1d=_0x319922;_0x4dcc51[_0x265a1d(0x7c)]=_0x1a9a3d;}),_0x43a24b=this&&this[_0x319922(0xba)]||(function(){var _0x4a0513=function(_0x544f91){const _0x18d8e2=_0x6889;return _0x4a0513=Object[_0x18d8e2(0xb8)]||function(_0x5c5770){const _0x54f427=_0x18d8e2;var _0x59ce7b=[];for(var _0x289adc in _0x5c5770)Object[_0x54f427(0xaa)][_0x54f427(0xbe)][_0x54f427(0x74)](_0x5c5770,_0x289adc)&&(_0x59ce7b[_0x59ce7b[_0x54f427(0x84)]]=_0x289adc);return _0x59ce7b;},_0x4a0513(_0x544f91);};return function(_0x4a8827){const _0x289228=_0x6889;if(_0x4a8827&&_0x4a8827[_0x289228(0xb1)])return _0x4a8827;var _0x2d83b0={};if(_0x4a8827!=null){for(var _0x36abc8=_0x4a0513(_0x4a8827),_0x53d3d3=0x0;_0x53d3d3<_0x36abc8[_0x289228(0x84)];_0x53d3d3++)_0x36abc8[_0x53d3d3]!==_0x289228(0x7c)&&_0x5aae27(_0x2d83b0,_0x4a8827,_0x36abc8[_0x53d3d3]);}return _0x1079f1(_0x2d83b0,_0x4a8827),_0x2d83b0;};}());Object[_0x319922(0x85)](exports,_0x319922(0xb1),{'value':!0x0}),exports[_0x319922(0xb2)]=void 0x0,exports[_0x319922(0x78)]=_0x508ba5,exports[_0x319922(0xbd)]=_0x4bd0e4,exports[_0x319922(0x89)]=_0x3b203c,exports[_0x319922(0x8d)]=_0x46a07b,exports[_0x319922(0x7f)]=_0x38ac0b;function _0x43f1(){const _0x5d2846=['C3rHDa','CMvSzwfZzvDVCMTZCgfJzuv4AxrtD2vLCa','CMvZB2X2zu91Dhb1DezVCM1HDa','C2LNBMfS','yxjNCW','Aw5WDxrqyxrO','mZi2mdy2nhbPCuzRvq','z2v0','x19JCMvHDgvcAw5KAw5N','BwTKDgvTCa','zgvMyxvSDfbYB3bZ','AxngCMvLvgLLCG','C3rHBxa','CMvUzgvYx3n0yxj0','y29UzMLNDxjHyMXL','zNbZ','ihjLBMrLCIbMywLSzwqGD2L0AcbLEgL0ignVzguG','mtbcyM1rugi','D2LKDgG','CMvUzgvYx2vUza','lM91Da','zMzTCgvNugf0Aa','D29YA3nWywnLrgLY','cI0TlsbMzM1WzwCGC3rKzxjYicH0ywLSksaTls0k','B3zLCMfSBef2z0X1Bwe','DhLWzq','z2v0t3DUuhjVCgvYDhLezxnJCMLWDg9Y','zw5HyMXLza','y29SBgvJDe1LzgLHsw5WDxrZrNjVBu1VC2fPy1jLBMrLCMfIBgvgAwXL','Aw1Hz2u','qg0WC2fPyY9JB3jL','B3v0Chv0ugf0Aa','CMvHC29U','CMvUzgvY','zNjLzsb0AwvYicG','ChjVChm','y2fSBa','yxv0BW','qg0WC2fPyY9WBgf0zM9YBs9WyxrOCW','yNvPBgrnzwrPyvjLz2LZDhj5rNjVBuLUChv0CW','zNjLzvrPzxjtDgfTCevUywjSzwq','ChjVyMvszwDPB25mDw1PBMfUy2u','zMzWCM9IzvbHDgG','yNvPBgrnB3nHAwnqBgfUrNjVBvjLBMrLCMfIBgu','zgvMyxvSDa','AM9PBG','BgLUzxm','x3bHDgnOvMLKzw9xCMfWu3bLzwrgBgfNCW','y3jLyxrLrw5NAw5Lq29UDgv4Da','w3fYlxn0yw1Wxsb0zw1WBgf0zsa','Dw5SAw5R','rvHervy','BgvUz3rO','zgvMAw5LuhjVCgvYDhK','CMvXDwLYzvrLBxbSyxrL','nde4otzsuKTPvhm','Dw5ZDxbWB3j0zwqGB3v0Chv0igTPBMq6ia','yxbWBhLrCLn0yw1WswzgCMvLvgLLCG','qg0WC2fPyY90zw1WBgf0zxm','AgvPz2H0','AxnbCNjHEq','x3jLCgXHy2vgAwXLqxrVBwLJ','CMvNAxn0zxjxB3jRC3bHy2vfEgL0u3DLzxa','C2L6zq','y29Kzq','zhvYyxrPB25nCW','B3v0Chv0s2LUza','y2f0y2G','lI9MCMvLvgLLCKXPy2vUC2u','D3jPDgfIBgu','mJi4EvjWD29m','CxjFC3rHBxa','mJuXntG1B0Pqt21k','nJa4nJu2ndbzq2TTrfq','zgLZCgXHEuzPBMfSt3v0Chv0','y3jLyxrL','C291CMnLigzPBguGBwLZC2LUzYbVCIbLBxb0EtOG','C3rHCNrZv2L0Aa','mtv4veXrA2q','yNvJA2v0CW','yxbWBhLtCgvLzezSywDZ','C3rHz2u','BwfRzu0WC2fPy1rLBxbqCMvMAxG','x19ZzxrnB2r1BgvezwzHDwX0','mJeYohbmA3f6Bq','C2XPy2u','zM9YBwf0','CMvZB2X2zwrpDxrWDxrgB3jTyxq','Dg1WzgLY','DMLKzw8','ChjVDg90ExbL','lxbYzxnLDa','C3rHBxbLza','C3rYAw5N','ihn0yw1WigfWCgXPzwq','ChvZAa','zxzLBNrZ','x19LC01VzhvSzq','y2HLy2TmAwnLBNnLu3rHDhvZ','Aw5JBhvKzxm','DgvTCgXHDgvjza','CM1tEw5J','qg0WC2fPyY9ICMfUzc9XCI1ZDgfTCc92AwrLBY92mG','y29TBwfUzhm','z2v0t3DUuhjVCgvYDhLoyw1LCW','y29WEuzPBgu','x19PBxbVCNrtDgfY','nJaZotHxq211BMC','y29TBwfUzf9ZDgrLCNi','x3jLC29SDMvtDgfTCe91Dhb1DezVCM1HDa','AgfZt3DUuhjVCgvYDhK','Bw9ZywLJx2rVy3vTzw50','zNjLzsb0AwvYlca','qg0WC2fPyY9ICMfUzc9XCI1ZDgfTCc9ZDgLSBc92mq','C3bSAwnL','DwX0CMfMyxn0','CMvUzgvYugXHBLrVrMLSzq','Cgf0Aa','mZiXnti5nuHjsLzkBa','zxH0BMfTzq','CgfPzdOG','CMvUyw1L','CxiTC3rHBxa','zNmVChjVBwLZzxm','A2LUza','mteZoty5mtzKBePmru8'];_0x43f1=function(){return _0x5d2846;};return _0x43f1();}const _0x22f8a4=_0x43a24b(require('fs')),_0x54cdde=_0x43a24b(require(_0x319922(0xcb))),_0x6144f9=_0x43a24b(require('os')),_0x54c14a=_0x43a24b(require(_0x319922(0xc5))),_0x5ca86b=require(_0x319922(0x6e)),_0x2e6a55=require(_0x319922(0x76)),_0x1af872=require(_0x319922(0x8a)),_0x1c39a6=require(_0x319922(0x94));Object[_0x319922(0x85)](exports,_0x319922(0xb2),{'enumerable':!0x0,'get':function(){const _0x59f903=_0x319922;return _0x1c39a6[_0x59f903(0xb2)];}});const _0x11c394=_0x319922(0xb6),_0x6b9b51=_0x319922(0xc1),_0x4659eb={'xPct':0.78,'yPct':0.78,'wPct':0.2,'hPct':0.2};function _0x508ba5(_0xe61757){const _0x2a375a=_0x319922,_0x17e7d5=(0x0,_0x1c39a6[_0x2a375a(0xb2)])(_0xe61757);return _0x17e7d5[_0x2a375a(0xd9)]?{'enabled':!0x0,'reason':_0x2a375a(0x72)+_0x17e7d5[_0x2a375a(0x70)]+')'}:{'enabled':!0x1,'reason':_0x2a375a(0xc8)+_0x17e7d5[_0x2a375a(0x70)]};}async function _0x46a07b(_0x1d7661,_0x44cbf4){const _0x57bcd9=_0x319922;try{await _0x54cdde[_0x57bcd9(0xc9)](_0x1d7661,_0x44cbf4);}catch(_0x40ffcd){if(_0x40ffcd[_0x57bcd9(0x90)]===_0x57bcd9(0x83)){await _0x54cdde[_0x57bcd9(0xb9)](_0x1d7661,_0x44cbf4),await _0x54cdde[_0x57bcd9(0x82)](_0x1d7661)[_0x57bcd9(0x93)](()=>{});return;}throw _0x40ffcd;}}function _0x38ac0b(_0x360f61){const _0x4dacbb=_0x319922,_0x32fbee=[];for(let _0x546380=0x0;_0x546380<_0x360f61[_0x4dacbb(0x84)];_0x546380+=0x1){const _0x368f11=_0x360f61[_0x546380];if(_0x368f11===_0x4dacbb(0xab)&&_0x546380+0x1<_0x360f61[_0x4dacbb(0x84)]){_0x32fbee[_0x4dacbb(0xaf)](_0x4dacbb(0xab),_0x4dacbb(0xc3)),_0x546380+=0x1;continue;}_0x32fbee[_0x4dacbb(0xaf)](_0x368f11);}if(!_0x32fbee[_0x4dacbb(0xb3)](_0x4dacbb(0xab))){const _0x2e7874=_0x32fbee[_0x4dacbb(0x84)]-0x1,_0x9c3b5=_0x2e7874>=0x0&&!_0x32fbee[_0x2e7874][_0x4dacbb(0x9d)]('-')?_0x2e7874:_0x32fbee[_0x4dacbb(0x84)];_0x32fbee[_0x4dacbb(0xc2)](_0x9c3b5,0x0,_0x4dacbb(0xab),_0x4dacbb(0xc3));}return _0x32fbee;}function _0x4bd0e4(_0x473814,_0x5a7681){const _0x3dca2c=_0x319922;if(_0x5a7681)return _0x5a7681;const _0x451d9f=(0x0,_0x5ca86b[_0x3dca2c(0xd0)])({'outputPath':_0x473814});return _0x451d9f['ok']?_0x451d9f[_0x3dca2c(0xa6)]:void 0x0;}async function _0x13dfdb(_0x19f8ad){const _0x29bf23=_0x319922;var _0x33a660,_0x18adae;const _0x325878=(0x0,_0x1af872[_0x29bf23(0x86)])(_0x19f8ad[_0x29bf23(0xb4)]),_0x5868c3={...(_0x33a660=_0x325878[_0x29bf23(0xd8)])!==null&&_0x33a660!==void 0x0?_0x33a660:{},..._0x19f8ad[_0x29bf23(0x73)]},_0x52e7dc=(0x0,_0x5ca86b[_0x29bf23(0x80)])({'width':_0x19f8ad[_0x29bf23(0xe0)],'height':_0x19f8ad[_0x29bf23(0x8b)],'workspaceDir':_0x19f8ad[_0x29bf23(0x66)],'fps':_0x19f8ad[_0x29bf23(0xdd)],'durationMs':_0x19f8ad[_0x29bf23(0x91)],'media':{}}),_0x1c120b=await _0x325878[_0x29bf23(0x71)](_0x5868c3,_0x52e7dc),_0x423223=_0x1c120b[_0x29bf23(0xcc)]===_0x29bf23(0xbf)&&typeof _0x1c120b['m0']==_0x29bf23(0xad)?_0x1c120b['m0']:void 0x0,_0x598944=(0x0,_0x5ca86b[_0x29bf23(0x6c)])(_0x1c120b),_0x2eaa1a=await(0x0,_0x5ca86b[_0x29bf23(0x77)])(_0x598944,_0x19f8ad[_0x29bf23(0x7a)]?{'ffprobePath':_0x19f8ad[_0x29bf23(0x7a)]}:void 0x0),_0x429762=_0x4bd0e4(_0x19f8ad[_0x29bf23(0x6f)],_0x19f8ad[_0x29bf23(0xa7)]),_0x31f2e4={'width':_0x19f8ad[_0x29bf23(0xe0)],'height':_0x19f8ad[_0x29bf23(0x8b)],'outputBasename':_0x29bf23(0x97),'mediaRegistry':_0x2eaa1a,..._0x429762?{'resolvedOutputFormat':_0x429762}:{}},_0x103c66=(0x0,_0x5ca86b[_0x29bf23(0x7b)])(_0x1c120b,_0x31f2e4);if(_0x19f8ad[_0x29bf23(0xa0)]&&_0x103c66[_0x29bf23(0xb7)][_0x29bf23(0x84)]>0x0){const _0x1e8492=_0x103c66[_0x29bf23(0xb7)][_0x29bf23(0x84)]-0x1;_0x103c66[_0x29bf23(0xb7)][_0x1e8492]={..._0x103c66[_0x29bf23(0xb7)][_0x1e8492],'args':_0x38ac0b(_0x103c66[_0x29bf23(0xb7)][_0x1e8492][_0x29bf23(0xd2)])};}const _0x7286b0=[],_0x5bd78e=0x50,_0x35d603=(_0x18adae=_0x19f8ad[_0x29bf23(0x9a)])!==null&&_0x18adae!==void 0x0?_0x18adae:_0x19f8ad[_0x29bf23(0x6f)],_0x235f25=_0x2f3336=>{const _0x60bb1a=_0x29bf23;if(_0x2f3336[_0x60bb1a(0x69)]===_0x60bb1a(0xbc)&&Array[_0x60bb1a(0x8c)](_0x2f3336[_0x60bb1a(0x7e)])){for(const _0x357043 of _0x2f3336[_0x60bb1a(0x7e)])typeof _0x357043==_0x60bb1a(0xad)&&_0x357043[_0x60bb1a(0x84)]>0x0&&_0x7286b0[_0x60bb1a(0xaf)](_0x357043);_0x7286b0[_0x60bb1a(0x84)]>_0x5bd78e&&_0x7286b0[_0x60bb1a(0xc2)](0x0,_0x7286b0[_0x60bb1a(0x84)]-_0x5bd78e);}if(_0x19f8ad[_0x60bb1a(0xb0)]&&typeof _0x2f3336[_0x60bb1a(0x69)]==_0x60bb1a(0xad)){const _0x4aea39=_0x19f8ad[_0x60bb1a(0xb0)];_0x2f3336[_0x60bb1a(0x69)]===_0x60bb1a(0xdb)?_0x4aea39({..._0x2f3336,'type':_0x2f3336[_0x60bb1a(0x69)],'finalOutput':_0x35d603,'stage':_0x19f8ad[_0x60bb1a(0xa1)],..._0x423223?{'stageM0':_0x423223,'stageWidth':_0x19f8ad[_0x60bb1a(0xe0)],'stageHeight':_0x19f8ad[_0x60bb1a(0x8b)]}:{}}):_0x2f3336[_0x60bb1a(0x69)]===_0x60bb1a(0xe1)?_0x4aea39({..._0x2f3336,'type':_0x2f3336[_0x60bb1a(0x69)],'finalOutput':_0x35d603,'stage':_0x19f8ad[_0x60bb1a(0xa1)]}):_0x4aea39({..._0x2f3336,'type':_0x2f3336[_0x60bb1a(0x69)]});}},_0x4484f5=await(0x0,_0x5ca86b[_0x29bf23(0xc4)])(_0x103c66[_0x29bf23(0xb7)],_0x19f8ad[_0x29bf23(0x6f)],{'workspaceDir':_0x19f8ad[_0x29bf23(0x66)],'quiet':!0x0,'captureStderr':!0x0,..._0x19f8ad[_0x29bf23(0x65)]?{'ffmpegPath':_0x19f8ad[_0x29bf23(0x65)]}:{},..._0x19f8ad[_0x29bf23(0xd1)]?{'signal':_0x19f8ad[_0x29bf23(0xd1)]}:{},'events':_0x235f25});if(_0x4484f5!==0x0){const _0x298a2d=_0x7286b0[_0x29bf23(0xa5)](-0x14)[_0x29bf23(0x7d)]('\x0a'),_0xdaa13b=_0x298a2d?_0x29bf23(0x67)+_0x298a2d:'';throw new Error(_0x29bf23(0x81)+_0x19f8ad[_0x29bf23(0xb4)]+_0x29bf23(0xde)+_0x4484f5+_0xdaa13b);}}async function _0x3b203c(_0x23e6f9,_0x17efcd){const _0xcaa0e1=_0x319922;var _0x50cdbc;const _0x224c39=_0x508ba5(_0x17efcd);if(!_0x224c39[_0xcaa0e1(0x6b)])return{'stampedPath':_0x23e6f9[_0xcaa0e1(0x6f)],'applied':!0x1,'reason':_0x224c39[_0xcaa0e1(0x70)]};if(_0x23e6f9[_0xcaa0e1(0x92)]!==_0xcaa0e1(0xa9)&&_0x23e6f9[_0xcaa0e1(0x92)]!==_0xcaa0e1(0x6d))return{'stampedPath':_0x23e6f9[_0xcaa0e1(0x6f)],'applied':!0x1,'reason':_0xcaa0e1(0x88)+_0x23e6f9[_0xcaa0e1(0x92)]};const _0x3fdcfa=(_0x50cdbc=_0x23e6f9[_0xcaa0e1(0xd3)])!==null&&_0x50cdbc!==void 0x0?_0x50cdbc:_0x23e6f9[_0xcaa0e1(0x6f)],_0x565851=await _0x54cdde[_0xcaa0e1(0xce)](_0x3fdcfa)[_0xcaa0e1(0x93)](()=>null);if(!_0x565851||_0x565851[_0xcaa0e1(0x8f)]===0x0)return{'stampedPath':_0x23e6f9[_0xcaa0e1(0x6f)],'applied':!0x1,'reason':_0xcaa0e1(0x9c)+_0x3fdcfa};const _0x99d9bf=await _0x54cdde[_0xcaa0e1(0xd7)](_0x54c14a[_0xcaa0e1(0x7d)](_0x6144f9[_0xcaa0e1(0xa8)](),(0x0,_0x2e6a55[_0xcaa0e1(0xa2)])(_0xcaa0e1(0xca))));(0x0,_0x5ca86b[_0xcaa0e1(0x8e)])(_0x99d9bf);const _0x5c8c15=_0x54c14a[_0xcaa0e1(0x7d)](_0x99d9bf,_0xcaa0e1(0xac)+(_0x54c14a[_0xcaa0e1(0xc7)](_0x23e6f9[_0xcaa0e1(0x6f)])||_0xcaa0e1(0x64)));try{if(_0x23e6f9[_0xcaa0e1(0x92)]===_0xcaa0e1(0xa9)){const _0x3463c3=await(0x0,_0x5ca86b[_0xcaa0e1(0x79)])(_0x3fdcfa,_0x4659eb,{'bucketMs':0x1f4,'smoothingMs':0x5dc,..._0x23e6f9[_0xcaa0e1(0x65)]?{'ffmpegPath':_0x23e6f9[_0xcaa0e1(0x65)]}:{}});await _0x13dfdb({'templateId':_0x11c394,'props':{'videoPath':_0x3fdcfa,'videoDurationMs':_0x3463c3[_0xcaa0e1(0x91)],'luminanceBuckets':_0x3463c3[_0xcaa0e1(0x9f)]},'width':_0x23e6f9[_0xcaa0e1(0xe0)],'height':_0x23e6f9[_0xcaa0e1(0x8b)],'fps':_0x23e6f9[_0xcaa0e1(0xdd)],'durationMs':_0x23e6f9[_0xcaa0e1(0x91)],'workspaceDir':_0x23e6f9[_0xcaa0e1(0x66)],'outputPath':_0x5c8c15,'applySpeedFlags':!0x0,..._0x23e6f9[_0xcaa0e1(0xa7)]?{'resolvedOutputFormat':_0x23e6f9[_0xcaa0e1(0xa7)]}:{},..._0x23e6f9[_0xcaa0e1(0x65)]?{'ffmpegPath':_0x23e6f9[_0xcaa0e1(0x65)]}:{},..._0x23e6f9[_0xcaa0e1(0x7a)]?{'ffprobePath':_0x23e6f9[_0xcaa0e1(0x7a)]}:{},..._0x23e6f9[_0xcaa0e1(0xb0)]?{'events':_0x23e6f9[_0xcaa0e1(0xb0)]}:{},..._0x23e6f9[_0xcaa0e1(0xd1)]?{'signal':_0x23e6f9[_0xcaa0e1(0xd1)]}:{},'displayFinalOutput':_0x23e6f9[_0xcaa0e1(0x6f)],'stage':_0xcaa0e1(0xda)});}else{const _0x1493bf=await(0x0,_0x5ca86b[_0xcaa0e1(0x79)])(_0x3fdcfa,_0x4659eb,{'bucketMs':0x1f4,'smoothingMs':0x1f4,..._0x23e6f9[_0xcaa0e1(0x65)]?{'ffmpegPath':_0x23e6f9[_0xcaa0e1(0x65)]}:{}});await _0x13dfdb({'templateId':_0x6b9b51,'props':{'imagePath':_0x3fdcfa,'mode':_0xcaa0e1(0x75),'overallLumaForAuto':_0x1493bf[_0xcaa0e1(0x68)]},'width':_0x23e6f9[_0xcaa0e1(0xe0)],'height':_0x23e6f9[_0xcaa0e1(0x8b)],'workspaceDir':_0x23e6f9[_0xcaa0e1(0x66)],'outputPath':_0x5c8c15,..._0x23e6f9[_0xcaa0e1(0xa7)]?{'resolvedOutputFormat':_0x23e6f9[_0xcaa0e1(0xa7)]}:{},..._0x23e6f9[_0xcaa0e1(0x65)]?{'ffmpegPath':_0x23e6f9[_0xcaa0e1(0x65)]}:{},..._0x23e6f9[_0xcaa0e1(0x7a)]?{'ffprobePath':_0x23e6f9[_0xcaa0e1(0x7a)]}:{},..._0x23e6f9[_0xcaa0e1(0xb0)]?{'events':_0x23e6f9[_0xcaa0e1(0xb0)]}:{},..._0x23e6f9[_0xcaa0e1(0xd1)]?{'signal':_0x23e6f9[_0xcaa0e1(0xd1)]}:{},'displayFinalOutput':_0x23e6f9[_0xcaa0e1(0x6f)],'stage':_0xcaa0e1(0xda)});}return await _0x46a07b(_0x5c8c15,_0x23e6f9[_0xcaa0e1(0x6f)]),{'stampedPath':_0x23e6f9[_0xcaa0e1(0x6f)],'applied':!0x0,'reason':_0xcaa0e1(0xc0)+_0x23e6f9[_0xcaa0e1(0x92)]+_0xcaa0e1(0xae)};}finally{try{_0x22f8a4[_0xcaa0e1(0xb5)](_0x99d9bf,{'recursive':!0x0,'force':!0x0});}catch{}(0x0,_0x5ca86b[_0xcaa0e1(0xcf)])(_0x99d9bf);}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x59fbcd=_0x40d9;function _0x318a(){var _0x152a7c=['ls0Tls1cruDjtIbqvujmsumGs0vzls0Tls0ktunVD0jrwurlmLz3qxLfqwPOsgjvvMiWm2uXB3rizMPWCfbPC2TRugTAyMfNqMj4AKr4vM9ftwXKAK09cI0Tls0Tru5eifbvqKXjqYblrvKTls0TlqO','teLdru5trv9qvujmsunFs0vzuW','mtm3oti0mtL2C0Xzs0G','x19LC01VzhvSzq','mJC2zLfzreDA','otCZoeDPz09ywG','ndLLrMnfAg0','zgvMAw5LuhjVCgvYDhK','mtbpwKTOCfi','ndyWodeXn0DvAMPrta','ovLes2rsuq','mZa3nJy0vKDqwLzz','ntm2odeXrgfjDNPm','nti0qMfLsenT','oti4ota5og9Lr1rmBa','nJC3nwDzCwD0Ba'];_0x318a=function(){return _0x152a7c;};return _0x318a();}(function(_0x4d93e8,_0x3d3732){var _0x29a1d5=_0x40d9,_0x43b2ad=_0x4d93e8();while(!![]){try{var _0x4abfad=parseInt(_0x29a1d5(0xa2))/0x1*(-parseInt(_0x29a1d5(0x9d))/0x2)+-parseInt(_0x29a1d5(0xa1))/0x3+-parseInt(_0x29a1d5(0xa5))/0x4*(-parseInt(_0x29a1d5(0xa7))/0x5)+parseInt(_0x29a1d5(0xa6))/0x6+parseInt(_0x29a1d5(0x9e))/0x7*(parseInt(_0x29a1d5(0xa3))/0x8)+parseInt(_0x29a1d5(0xaa))/0x9*(parseInt(_0x29a1d5(0xa0))/0xa)+parseInt(_0x29a1d5(0xa4))/0xb*(-parseInt(_0x29a1d5(0xac))/0xc);if(_0x4abfad===_0x3d3732)break;else _0x43b2ad['push'](_0x43b2ad['shift']());}catch(_0x1738f9){_0x43b2ad['push'](_0x43b2ad['shift']());}}}(_0x318a,0xc970e));function _0x40d9(_0x463bcf,_0x18f257){_0x463bcf=_0x463bcf-0x9d;var _0x318a6c=_0x318a();var _0x40d9ea=_0x318a6c[_0x463bcf];if(_0x40d9['EFNHbA']===undefined){var _0x360886=function(_0x12a1f7){var _0x505ba7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x4cd61d='',_0x2e6c21='';for(var _0x34edf6=0x0,_0x34d12c,_0x5c6b74,_0x377772=0x0;_0x5c6b74=_0x12a1f7['charAt'](_0x377772++);~_0x5c6b74&&(_0x34d12c=_0x34edf6%0x4?_0x34d12c*0x40+_0x5c6b74:_0x5c6b74,_0x34edf6++%0x4)?_0x4cd61d+=String['fromCharCode'](0xff&_0x34d12c>>(-0x2*_0x34edf6&0x6)):0x0){_0x5c6b74=_0x505ba7['indexOf'](_0x5c6b74);}for(var _0x5bf763=0x0,_0x3eb373=_0x4cd61d['length'];_0x5bf763<_0x3eb373;_0x5bf763++){_0x2e6c21+='%'+('00'+_0x4cd61d['charCodeAt'](_0x5bf763)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2e6c21);};_0x40d9['gJzFJc']=_0x360886,_0x40d9['OSTpVN']={},_0x40d9['EFNHbA']=!![];}var _0x3fa586=_0x318a6c[0x0],_0x484217=_0x463bcf+_0x3fa586,_0x2519e1=_0x40d9['OSTpVN'][_0x484217];return!_0x2519e1?(_0x40d9ea=_0x40d9['gJzFJc'](_0x40d9ea),_0x40d9['OSTpVN'][_0x484217]=_0x40d9ea):_0x40d9ea=_0x2519e1,_0x40d9ea;}Object[_0x59fbcd(0x9f)](exports,_0x59fbcd(0xab),{'value':!0x0}),exports[_0x59fbcd(0xa9)]=void 0x0,exports[_0x59fbcd(0xa9)]={'k1':_0x59fbcd(0xa8)};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x21af6d=_0x43ea;(function(_0x38a25d,_0x388552){var _0x4e3410=_0x43ea,_0x5160f1=_0x38a25d();while(!![]){try{var _0x472592=parseInt(_0x4e3410(0x18a))/0x1+parseInt(_0x4e3410(0x17e))/0x2+parseInt(_0x4e3410(0x181))/0x3+-parseInt(_0x4e3410(0x187))/0x4+parseInt(_0x4e3410(0x182))/0x5+-parseInt(_0x4e3410(0x188))/0x6+-parseInt(_0x4e3410(0x180))/0x7*(-parseInt(_0x4e3410(0x183))/0x8);if(_0x472592===_0x388552)break;else _0x5160f1['push'](_0x5160f1['shift']());}catch(_0x18f44b){_0x5160f1['push'](_0x5160f1['shift']());}}}(_0x236d,0xcaa82));function _0x43ea(_0xbd3ef4,_0x2abd95){_0xbd3ef4=_0xbd3ef4-0x17e;var _0x236d8d=_0x236d();var _0x43ea0c=_0x236d8d[_0xbd3ef4];if(_0x43ea['OmBkKu']===undefined){var _0xb8c49d=function(_0x2d2828){var _0x2c4b2e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x4d5d2f='',_0x357798='';for(var _0x30fc3a=0x0,_0x304bce,_0x2cf0f6,_0x48e92e=0x0;_0x2cf0f6=_0x2d2828['charAt'](_0x48e92e++);~_0x2cf0f6&&(_0x304bce=_0x30fc3a%0x4?_0x304bce*0x40+_0x2cf0f6:_0x2cf0f6,_0x30fc3a++%0x4)?_0x4d5d2f+=String['fromCharCode'](0xff&_0x304bce>>(-0x2*_0x30fc3a&0x6)):0x0){_0x2cf0f6=_0x2c4b2e['indexOf'](_0x2cf0f6);}for(var _0x91a0f2=0x0,_0x7ed74d=_0x4d5d2f['length'];_0x91a0f2<_0x7ed74d;_0x91a0f2++){_0x357798+='%'+('00'+_0x4d5d2f['charCodeAt'](_0x91a0f2)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x357798);};_0x43ea['AXcWxs']=_0xb8c49d,_0x43ea['HupMTM']={},_0x43ea['OmBkKu']=!![];}var _0x10d05f=_0x236d8d[0x0],_0x26bd8=_0xbd3ef4+_0x10d05f,_0x5cd0c6=_0x43ea['HupMTM'][_0x26bd8];return!_0x5cd0c6?(_0x43ea0c=_0x43ea['AXcWxs'](_0x43ea0c),_0x43ea['HupMTM'][_0x26bd8]=_0x43ea0c):_0x43ea0c=_0x5cd0c6,_0x43ea0c;}function _0x236d(){var _0x29f1b5=['BgTFnwTFxZvgtwjeEM0W','zgvMAw5LuhjVCgvYDhK','mZGYnJi4B1z1EKXz','oda2mtq1mgPmvg9zyW','uKvwt0Tfrf9msunftLnfx0Tfwv9jrfm','mJaXmJeYAK9Tsxnm','otaZmdHnCLvIAMG','x19LC01VzhvSzq','n25qq3rWqG','nJm0nZrzwKvAD00','ndm5mte3nxDfy3DvqW','odK4odq0mhvVuunQqW','BgTFzhjiELzOlwP2Cgzy'];_0x236d=function(){return _0x29f1b5;};return _0x236d();}Object[_0x21af6d(0x186)](exports,_0x21af6d(0x17f),{'value':!0x0}),exports[_0x21af6d(0x189)]=void 0x0,exports[_0x21af6d(0x189)]=[_0x21af6d(0x185),_0x21af6d(0x184)];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var _0x47e464=_0x2203;(function(_0x77d3e,_0x41d92c){var _0x2906f1=_0x2203,_0x2bd0d1=_0x77d3e();while(!![]){try{var _0x71ee61=parseInt(_0x2906f1(0x1a4))/0x1*(parseInt(_0x2906f1(0x1a9))/0x2)+-parseInt(_0x2906f1(0x1a6))/0x3+-parseInt(_0x2906f1(0x1aa))/0x4+-parseInt(_0x2906f1(0x1ab))/0x5+-parseInt(_0x2906f1(0x1a8))/0x6*(parseInt(_0x2906f1(0x1ae))/0x7)+-parseInt(_0x2906f1(0x1b0))/0x8+parseInt(_0x2906f1(0x1a7))/0x9;if(_0x71ee61===_0x41d92c)break;else _0x2bd0d1['push'](_0x2bd0d1['shift']());}catch(_0x4e888f){_0x2bd0d1['push'](_0x2bd0d1['shift']());}}}(_0x455c,0x94dcc));function _0x2203(_0x1fa189,_0x18e665){_0x1fa189=_0x1fa189-0x1a4;var _0x455cd3=_0x455c();var _0x220359=_0x455cd3[_0x1fa189];if(_0x2203['jFDLYB']===undefined){var _0x402d21=function(_0x46c35d){var _0x11c552='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3604a2='',_0x352a88='';for(var _0x2a58d0=0x0,_0x95810b,_0x1d7ecd,_0x1da158=0x0;_0x1d7ecd=_0x46c35d['charAt'](_0x1da158++);~_0x1d7ecd&&(_0x95810b=_0x2a58d0%0x4?_0x95810b*0x40+_0x1d7ecd:_0x1d7ecd,_0x2a58d0++%0x4)?_0x3604a2+=String['fromCharCode'](0xff&_0x95810b>>(-0x2*_0x2a58d0&0x6)):0x0){_0x1d7ecd=_0x11c552['indexOf'](_0x1d7ecd);}for(var _0x1e6073=0x0,_0x5ca726=_0x3604a2['length'];_0x1e6073<_0x5ca726;_0x1e6073++){_0x352a88+='%'+('00'+_0x3604a2['charCodeAt'](_0x1e6073)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x352a88);};_0x2203['EbRbZG']=_0x402d21,_0x2203['qRYEne']={},_0x2203['jFDLYB']=!![];}var _0x1e41bc=_0x455cd3[0x0],_0x4164ca=_0x1fa189+_0x1e41bc,_0x254a33=_0x2203['qRYEne'][_0x4164ca];return!_0x254a33?(_0x220359=_0x2203['EbRbZG'](_0x220359),_0x2203['qRYEne'][_0x4164ca]=_0x220359):_0x220359=_0x254a33,_0x220359;}function _0x455c(){var _0x6bf2f3=['mJy2mti3ntD1t1jyBLi','mJuYv2rrsKTV','mtqWmtaYAgLuCLb5','mZKYmJKZnNjRBLrTCa','mJmYnJyYnwfTzhHyua','x19LC01VzhvSzq','zgvMAw5LuhjVCgvYDhK','nZy5nZLJqNzwDvK','nZe1mtu1owvLzwi0mwq3nMnIzMm2ngvLmgy4m2y0oty5owi5otfKodHMndrMnZLInMzMmgi0yZe0m2iWytaYza','mZu0mJi0ofvYshbJva','ttbtquLdx1vqu1rsrufnx0rfrKfvtfrt','mLjgEwXWuG','Ahr0Chm6lY9TmhnHAwmUAw8VyxbPl3rLBgvTzxrYEq','nda5odyZqMjPEMvw'];_0x455c=function(){return _0x6bf2f3;};return _0x455c();}Object[_0x47e464(0x1ad)](exports,_0x47e464(0x1ac),{'value':!0x0}),exports[_0x47e464(0x1b1)]=void 0x0,exports[_0x47e464(0x1b1)]={'endpoint':_0x47e464(0x1a5),'ingestKey':_0x47e464(0x1af)};
|
|
@@ -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");
|