@supernova-studio/model 0.26.0 → 0.28.0
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
CHANGED
|
@@ -5170,7 +5170,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5170
5170
|
name: z.ZodString;
|
|
5171
5171
|
description: z.ZodString;
|
|
5172
5172
|
category: z.ZodEnum<["Text", "Layout", "Media", "Embed", "Figma", "Code", "Guidelines", "Tokens", "Components", "Assets", "Data", "Other"]>;
|
|
5173
|
-
icon: z.ZodOptional<z.
|
|
5173
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
5174
5174
|
documentationLink: z.ZodOptional<z.ZodString>;
|
|
5175
5175
|
searchKeywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5176
5176
|
item: z.ZodObject<{
|
|
@@ -5488,7 +5488,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5488
5488
|
documentationLink?: string | undefined;
|
|
5489
5489
|
} | undefined;
|
|
5490
5490
|
};
|
|
5491
|
-
icon?:
|
|
5491
|
+
icon?: string | undefined;
|
|
5492
5492
|
documentationLink?: string | undefined;
|
|
5493
5493
|
searchKeywords?: string[] | undefined;
|
|
5494
5494
|
appearance?: {
|
|
@@ -5556,7 +5556,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5556
5556
|
documentationLink?: string | undefined;
|
|
5557
5557
|
} | undefined;
|
|
5558
5558
|
};
|
|
5559
|
-
icon?:
|
|
5559
|
+
icon?: string | undefined;
|
|
5560
5560
|
documentationLink?: string | undefined;
|
|
5561
5561
|
searchKeywords?: string[] | undefined;
|
|
5562
5562
|
appearance?: {
|
|
@@ -106675,7 +106675,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
106675
106675
|
name: z.ZodString;
|
|
106676
106676
|
description: z.ZodString;
|
|
106677
106677
|
category: z.ZodEnum<["Text", "Layout", "Media", "Embed", "Figma", "Code", "Guidelines", "Tokens", "Components", "Assets", "Data", "Other"]>;
|
|
106678
|
-
icon: z.ZodOptional<z.
|
|
106678
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
106679
106679
|
documentationLink: z.ZodOptional<z.ZodString>;
|
|
106680
106680
|
searchKeywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
106681
106681
|
item: z.ZodObject<{
|
|
@@ -106993,7 +106993,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
106993
106993
|
documentationLink?: string | undefined;
|
|
106994
106994
|
} | undefined;
|
|
106995
106995
|
};
|
|
106996
|
-
icon?:
|
|
106996
|
+
icon?: string | undefined;
|
|
106997
106997
|
documentationLink?: string | undefined;
|
|
106998
106998
|
searchKeywords?: string[] | undefined;
|
|
106999
106999
|
appearance?: {
|
|
@@ -107061,7 +107061,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107061
107061
|
documentationLink?: string | undefined;
|
|
107062
107062
|
} | undefined;
|
|
107063
107063
|
};
|
|
107064
|
-
icon?:
|
|
107064
|
+
icon?: string | undefined;
|
|
107065
107065
|
documentationLink?: string | undefined;
|
|
107066
107066
|
searchKeywords?: string[] | undefined;
|
|
107067
107067
|
appearance?: {
|
|
@@ -107319,7 +107319,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107319
107319
|
documentationLink?: string | undefined;
|
|
107320
107320
|
} | undefined;
|
|
107321
107321
|
};
|
|
107322
|
-
icon?:
|
|
107322
|
+
icon?: string | undefined;
|
|
107323
107323
|
documentationLink?: string | undefined;
|
|
107324
107324
|
searchKeywords?: string[] | undefined;
|
|
107325
107325
|
appearance?: {
|
|
@@ -107935,7 +107935,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107935
107935
|
documentationLink?: string | undefined;
|
|
107936
107936
|
} | undefined;
|
|
107937
107937
|
};
|
|
107938
|
-
icon?:
|
|
107938
|
+
icon?: string | undefined;
|
|
107939
107939
|
documentationLink?: string | undefined;
|
|
107940
107940
|
searchKeywords?: string[] | undefined;
|
|
107941
107941
|
appearance?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5170,7 +5170,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5170
5170
|
name: z.ZodString;
|
|
5171
5171
|
description: z.ZodString;
|
|
5172
5172
|
category: z.ZodEnum<["Text", "Layout", "Media", "Embed", "Figma", "Code", "Guidelines", "Tokens", "Components", "Assets", "Data", "Other"]>;
|
|
5173
|
-
icon: z.ZodOptional<z.
|
|
5173
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
5174
5174
|
documentationLink: z.ZodOptional<z.ZodString>;
|
|
5175
5175
|
searchKeywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5176
5176
|
item: z.ZodObject<{
|
|
@@ -5488,7 +5488,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5488
5488
|
documentationLink?: string | undefined;
|
|
5489
5489
|
} | undefined;
|
|
5490
5490
|
};
|
|
5491
|
-
icon?:
|
|
5491
|
+
icon?: string | undefined;
|
|
5492
5492
|
documentationLink?: string | undefined;
|
|
5493
5493
|
searchKeywords?: string[] | undefined;
|
|
5494
5494
|
appearance?: {
|
|
@@ -5556,7 +5556,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
5556
5556
|
documentationLink?: string | undefined;
|
|
5557
5557
|
} | undefined;
|
|
5558
5558
|
};
|
|
5559
|
-
icon?:
|
|
5559
|
+
icon?: string | undefined;
|
|
5560
5560
|
documentationLink?: string | undefined;
|
|
5561
5561
|
searchKeywords?: string[] | undefined;
|
|
5562
5562
|
appearance?: {
|
|
@@ -106675,7 +106675,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
106675
106675
|
name: z.ZodString;
|
|
106676
106676
|
description: z.ZodString;
|
|
106677
106677
|
category: z.ZodEnum<["Text", "Layout", "Media", "Embed", "Figma", "Code", "Guidelines", "Tokens", "Components", "Assets", "Data", "Other"]>;
|
|
106678
|
-
icon: z.ZodOptional<z.
|
|
106678
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
106679
106679
|
documentationLink: z.ZodOptional<z.ZodString>;
|
|
106680
106680
|
searchKeywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
106681
106681
|
item: z.ZodObject<{
|
|
@@ -106993,7 +106993,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
106993
106993
|
documentationLink?: string | undefined;
|
|
106994
106994
|
} | undefined;
|
|
106995
106995
|
};
|
|
106996
|
-
icon?:
|
|
106996
|
+
icon?: string | undefined;
|
|
106997
106997
|
documentationLink?: string | undefined;
|
|
106998
106998
|
searchKeywords?: string[] | undefined;
|
|
106999
106999
|
appearance?: {
|
|
@@ -107061,7 +107061,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107061
107061
|
documentationLink?: string | undefined;
|
|
107062
107062
|
} | undefined;
|
|
107063
107063
|
};
|
|
107064
|
-
icon?:
|
|
107064
|
+
icon?: string | undefined;
|
|
107065
107065
|
documentationLink?: string | undefined;
|
|
107066
107066
|
searchKeywords?: string[] | undefined;
|
|
107067
107067
|
appearance?: {
|
|
@@ -107319,7 +107319,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107319
107319
|
documentationLink?: string | undefined;
|
|
107320
107320
|
} | undefined;
|
|
107321
107321
|
};
|
|
107322
|
-
icon?:
|
|
107322
|
+
icon?: string | undefined;
|
|
107323
107323
|
documentationLink?: string | undefined;
|
|
107324
107324
|
searchKeywords?: string[] | undefined;
|
|
107325
107325
|
appearance?: {
|
|
@@ -107935,7 +107935,7 @@ declare const DocumentationPageRoomInitialState: z.ZodObject<{
|
|
|
107935
107935
|
documentationLink?: string | undefined;
|
|
107936
107936
|
} | undefined;
|
|
107937
107937
|
};
|
|
107938
|
-
icon?:
|
|
107938
|
+
icon?: string | undefined;
|
|
107939
107939
|
documentationLink?: string | undefined;
|
|
107940
107940
|
searchKeywords?: string[] | undefined;
|
|
107941
107941
|
appearance?: {
|
package/dist/index.js
CHANGED
|
@@ -2381,7 +2381,7 @@ var PageBlockDefinition = _zod.z.object({
|
|
|
2381
2381
|
name: _zod.z.string(),
|
|
2382
2382
|
description: _zod.z.string(),
|
|
2383
2383
|
category: PageBlockCategory,
|
|
2384
|
-
icon:
|
|
2384
|
+
icon: _zod.z.string().optional(),
|
|
2385
2385
|
documentationLink: _zod.z.string().optional(),
|
|
2386
2386
|
searchKeywords: _zod.z.array(_zod.z.string()).optional(),
|
|
2387
2387
|
item: PageBlockDefinitionItem,
|