@supernova-studio/model 0.55.14 → 0.55.16
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.mts +19 -5
- package/dist/index.d.ts +19 -5
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +5 -1
package/dist/index.d.mts
CHANGED
|
@@ -39948,21 +39948,33 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39948
39948
|
value: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
39949
39949
|
entityId: z.ZodString;
|
|
39950
39950
|
entityType: z.ZodEnum<["FigmaComponent"]>;
|
|
39951
|
-
|
|
39951
|
+
entityMeta: z.ZodOptional<z.ZodObject<{
|
|
39952
|
+
selectedComponentProperties: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
39953
|
+
}, "strip", z.ZodTypeAny, {
|
|
39954
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39955
|
+
}, {
|
|
39956
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39957
|
+
}>>;
|
|
39952
39958
|
}, "strip", z.ZodTypeAny, {
|
|
39953
39959
|
entityId: string;
|
|
39954
39960
|
entityType: "FigmaComponent";
|
|
39955
|
-
|
|
39961
|
+
entityMeta?: {
|
|
39962
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39963
|
+
} | undefined;
|
|
39956
39964
|
}, {
|
|
39957
39965
|
entityId: string;
|
|
39958
39966
|
entityType: "FigmaComponent";
|
|
39959
|
-
|
|
39967
|
+
entityMeta?: {
|
|
39968
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39969
|
+
} | undefined;
|
|
39960
39970
|
}>, "many">>;
|
|
39961
39971
|
}, "strip", z.ZodTypeAny, {
|
|
39962
39972
|
value: {
|
|
39963
39973
|
entityId: string;
|
|
39964
39974
|
entityType: "FigmaComponent";
|
|
39965
|
-
|
|
39975
|
+
entityMeta?: {
|
|
39976
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39977
|
+
} | undefined;
|
|
39966
39978
|
}[];
|
|
39967
39979
|
backgroundColor?: {
|
|
39968
39980
|
value: string;
|
|
@@ -39976,7 +39988,9 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39976
39988
|
value?: {
|
|
39977
39989
|
entityId: string;
|
|
39978
39990
|
entityType: "FigmaComponent";
|
|
39979
|
-
|
|
39991
|
+
entityMeta?: {
|
|
39992
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39993
|
+
} | undefined;
|
|
39980
39994
|
}[] | undefined;
|
|
39981
39995
|
backgroundColor?: {
|
|
39982
39996
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -39948,21 +39948,33 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39948
39948
|
value: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
39949
39949
|
entityId: z.ZodString;
|
|
39950
39950
|
entityType: z.ZodEnum<["FigmaComponent"]>;
|
|
39951
|
-
|
|
39951
|
+
entityMeta: z.ZodOptional<z.ZodObject<{
|
|
39952
|
+
selectedComponentProperties: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
39953
|
+
}, "strip", z.ZodTypeAny, {
|
|
39954
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39955
|
+
}, {
|
|
39956
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39957
|
+
}>>;
|
|
39952
39958
|
}, "strip", z.ZodTypeAny, {
|
|
39953
39959
|
entityId: string;
|
|
39954
39960
|
entityType: "FigmaComponent";
|
|
39955
|
-
|
|
39961
|
+
entityMeta?: {
|
|
39962
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39963
|
+
} | undefined;
|
|
39956
39964
|
}, {
|
|
39957
39965
|
entityId: string;
|
|
39958
39966
|
entityType: "FigmaComponent";
|
|
39959
|
-
|
|
39967
|
+
entityMeta?: {
|
|
39968
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39969
|
+
} | undefined;
|
|
39960
39970
|
}>, "many">>;
|
|
39961
39971
|
}, "strip", z.ZodTypeAny, {
|
|
39962
39972
|
value: {
|
|
39963
39973
|
entityId: string;
|
|
39964
39974
|
entityType: "FigmaComponent";
|
|
39965
|
-
|
|
39975
|
+
entityMeta?: {
|
|
39976
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39977
|
+
} | undefined;
|
|
39966
39978
|
}[];
|
|
39967
39979
|
backgroundColor?: {
|
|
39968
39980
|
value: string;
|
|
@@ -39976,7 +39988,9 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39976
39988
|
value?: {
|
|
39977
39989
|
entityId: string;
|
|
39978
39990
|
entityType: "FigmaComponent";
|
|
39979
|
-
|
|
39991
|
+
entityMeta?: {
|
|
39992
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39993
|
+
} | undefined;
|
|
39980
39994
|
}[] | undefined;
|
|
39981
39995
|
backgroundColor?: {
|
|
39982
39996
|
value: string;
|
package/dist/index.js
CHANGED
|
@@ -2367,7 +2367,9 @@ var PageBlockItemFigmaComponentValue = _zod.z.object({
|
|
|
2367
2367
|
_zod.z.object({
|
|
2368
2368
|
entityId: _zod.z.string(),
|
|
2369
2369
|
entityType: _zod.z.enum(["FigmaComponent"]),
|
|
2370
|
-
|
|
2370
|
+
entityMeta: _zod.z.object({
|
|
2371
|
+
selectedComponentProperties: _zod.z.string().array().optional()
|
|
2372
|
+
}).optional()
|
|
2371
2373
|
})
|
|
2372
2374
|
).default([])
|
|
2373
2375
|
});
|