@tscircuit/core 0.0.400 → 0.0.401
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.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11823,7 +11823,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
11823
11823
|
}
|
|
11824
11824
|
|
|
11825
11825
|
declare class SchematicText extends PrimitiveComponent<typeof schematicTextProps> {
|
|
11826
|
-
|
|
11826
|
+
isSchematicPrimitive: boolean;
|
|
11827
11827
|
get config(): {
|
|
11828
11828
|
componentName: string;
|
|
11829
11829
|
zodProps: zod.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -8132,7 +8132,7 @@ var Switch = class extends NormalComponent {
|
|
|
8132
8132
|
// lib/components/primitive-components/SchematicText.ts
|
|
8133
8133
|
import { schematicTextProps } from "@tscircuit/props";
|
|
8134
8134
|
var SchematicText = class extends PrimitiveComponent2 {
|
|
8135
|
-
|
|
8135
|
+
isSchematicPrimitive = true;
|
|
8136
8136
|
get config() {
|
|
8137
8137
|
return {
|
|
8138
8138
|
componentName: "SchematicText",
|
|
@@ -8166,7 +8166,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
8166
8166
|
var package_default = {
|
|
8167
8167
|
name: "@tscircuit/core",
|
|
8168
8168
|
type: "module",
|
|
8169
|
-
version: "0.0.
|
|
8169
|
+
version: "0.0.400",
|
|
8170
8170
|
types: "dist/index.d.ts",
|
|
8171
8171
|
main: "dist/index.js",
|
|
8172
8172
|
module: "dist/index.js",
|