@@ -2,6 +2,7 @@ import z from "zod";
22import { EleventyScope , EleventySuppliedData } from "11ty.ts" ;
33
44//#region rolldown:runtime
5+
56//#endregion
67//#region src/core/const.d.ts
78declare const THEMES : readonly [ "Traditional" , "Modernist" , "Midnight" , "Chocolate" , "Oldstyle" , "Steely" , "Swiss" , "Ultramarine" ] ;
@@ -27,7 +28,7 @@ declare const PluginOptionsSchema: z.ZodObject<{
2728 noSTL : z . ZodDefault < z . ZodPipe < z . ZodTransform < { } | undefined , unknown > , z . ZodUnion < readonly [ z . ZodBoolean , z . ZodCodec < z . ZodString , z . ZodBoolean > ] > > > ;
2829} , z . core . $strip > ;
2930declare namespace types_d_exports {
30- export { EleventyDirs , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , ScadTemplateData } ;
31+ export { DockerTag , EleventyDirs , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , ScadTemplateData } ;
3132}
3233import * as import__11ty_ts from "11ty.ts" ;
3334__reExport ( types_d_exports , import__11ty_ts ) ;
@@ -37,6 +38,7 @@ type ParsedPluginOptions = z.output<typeof PluginOptionsSchema>;
3738type PluginOptionsInput = Omit < z . input < typeof PluginOptionsSchema > , "launchPath" > & {
3839 launchPath : "auto" | "nightly" | "docker" | ( string & { } ) ;
3940} ;
41+ type DockerTag = "latest" | "trixie" | "bookworm" | ( string & { } ) ;
4042type ScadTemplateData = {
4143 layout : string ;
4244 title : string ;
@@ -99,9 +101,9 @@ declare const SCAD_BINS: {
99101 * Returns the OpenSCAD binary path for the current platform.
100102 */
101103declare namespace index_d_exports {
102- export { EleventyDirs , EleventyPluginOpenSCAD , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , SCAD_BINS , ScadTemplateData , addOpenSCADPlugin , EleventyPluginOpenSCAD as default } ;
104+ export { DockerTag , EleventyDirs , EleventyPluginOpenSCAD , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , SCAD_BINS , ScadTemplateData , addOpenSCADPlugin , EleventyPluginOpenSCAD as default } ;
103105}
104106__reExport ( index_d_exports , types_d_exports ) ;
105107
106108//#endregion
107- export { EleventyDirs , EleventyPluginOpenSCAD , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , SCAD_BINS , ScadTemplateData , addOpenSCADPlugin , EleventyPluginOpenSCAD as default } ;
109+ export { DockerTag , EleventyDirs , EleventyPluginOpenSCAD , FullPageData , MainPlatforms , ModelViewerTheme , ParsedPluginOptions , PlatformMap , PluginOptions , PluginOptionsInput , SCAD_BINS , ScadTemplateData , addOpenSCADPlugin , EleventyPluginOpenSCAD as default } ;
0 commit comments