@tscircuit/props 0.0.582 → 0.0.583
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/README.md +1 -1
- package/dist/index.d.ts +1461 -1461
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/lib/components/board.ts +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16542,7 +16542,8 @@ var boardProps = subcircuitGroupProps.omit({ connections: true }).extend({
|
|
|
16542
16542
|
z42.literal(2),
|
|
16543
16543
|
z42.literal(4),
|
|
16544
16544
|
z42.literal(6),
|
|
16545
|
-
z42.literal(8)
|
|
16545
|
+
z42.literal(8),
|
|
16546
|
+
z42.literal(10)
|
|
16546
16547
|
]).default(2),
|
|
16547
16548
|
borderRadius: distance.optional(),
|
|
16548
16549
|
thickness: distance.optional(),
|