@woven-canvas/core 1.0.14 → 1.0.15

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.
@@ -401,6 +401,7 @@ declare class ControlsDef extends CanvasSingletonDef<typeof ControlsSchema> {
401
401
 
402
402
  declare const ControlsOptions: z.ZodObject<{
403
403
  leftMouseTool: z.ZodDefault<z.ZodString>;
404
+ spaceLeftMouseTool: z.ZodDefault<z.ZodString>;
404
405
  middleMouseTool: z.ZodDefault<z.ZodString>;
405
406
  rightMouseTool: z.ZodDefault<z.ZodString>;
406
407
  wheelTool: z.ZodDefault<z.ZodString>;
@@ -417,6 +418,7 @@ export { ControlsOptionsInput as ControlsOptionsInput_alias_1 }
417
418
 
418
419
  declare const ControlsSchema: {
419
420
  leftMouseTool: StringFieldBuilder;
421
+ spaceLeftMouseTool: StringFieldBuilder;
420
422
  middleMouseTool: StringFieldBuilder;
421
423
  rightMouseTool: StringFieldBuilder;
422
424
  wheelTool: StringFieldBuilder;
@@ -805,12 +807,14 @@ export declare const EditorOptionsSchema: z.ZodObject<{
805
807
  omitPluginFonts: z.ZodDefault<z.ZodBoolean>;
806
808
  controls: z.ZodOptional<z.ZodCustom<{
807
809
  leftMouseTool?: string | undefined;
810
+ spaceLeftMouseTool?: string | undefined;
808
811
  middleMouseTool?: string | undefined;
809
812
  rightMouseTool?: string | undefined;
810
813
  wheelTool?: string | undefined;
811
814
  modWheelTool?: string | undefined;
812
815
  }, {
813
816
  leftMouseTool?: string | undefined;
817
+ spaceLeftMouseTool?: string | undefined;
814
818
  middleMouseTool?: string | undefined;
815
819
  rightMouseTool?: string | undefined;
816
820
  wheelTool?: string | undefined;
@@ -401,6 +401,7 @@ declare class ControlsDef extends CanvasSingletonDef<typeof ControlsSchema> {
401
401
 
402
402
  declare const ControlsOptions: z.ZodObject<{
403
403
  leftMouseTool: z.ZodDefault<z.ZodString>;
404
+ spaceLeftMouseTool: z.ZodDefault<z.ZodString>;
404
405
  middleMouseTool: z.ZodDefault<z.ZodString>;
405
406
  rightMouseTool: z.ZodDefault<z.ZodString>;
406
407
  wheelTool: z.ZodDefault<z.ZodString>;
@@ -417,6 +418,7 @@ export { ControlsOptionsInput as ControlsOptionsInput_alias_1 }
417
418
 
418
419
  declare const ControlsSchema: {
419
420
  leftMouseTool: StringFieldBuilder;
421
+ spaceLeftMouseTool: StringFieldBuilder;
420
422
  middleMouseTool: StringFieldBuilder;
421
423
  rightMouseTool: StringFieldBuilder;
422
424
  wheelTool: StringFieldBuilder;
@@ -805,12 +807,14 @@ export declare const EditorOptionsSchema: z.ZodObject<{
805
807
  omitPluginFonts: z.ZodDefault<z.ZodBoolean>;
806
808
  controls: z.ZodOptional<z.ZodCustom<{
807
809
  leftMouseTool?: string | undefined;
810
+ spaceLeftMouseTool?: string | undefined;
808
811
  middleMouseTool?: string | undefined;
809
812
  rightMouseTool?: string | undefined;
810
813
  wheelTool?: string | undefined;
811
814
  modWheelTool?: string | undefined;
812
815
  }, {
813
816
  leftMouseTool?: string | undefined;
817
+ spaceLeftMouseTool?: string | undefined;
814
818
  middleMouseTool?: string | undefined;
815
819
  rightMouseTool?: string | undefined;
816
820
  wheelTool?: string | undefined;