circuit-json 0.0.188 → 0.0.189

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/dist/index.mjs CHANGED
@@ -750,7 +750,7 @@ var schematic_text = z42.object({
750
750
  schematic_component_id: z42.string().optional(),
751
751
  schematic_text_id: z42.string(),
752
752
  text: z42.string(),
753
- font_size: z42.number().default(1),
753
+ font_size: z42.number().default(0.18),
754
754
  position: z42.object({
755
755
  x: distance,
756
756
  y: distance