@supernova-studio/model 1.9.8 → 1.9.10
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 +377 -377
- package/dist/index.d.ts +377 -377
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5666,7 +5666,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5666
5666
|
}>, "many">>;
|
|
5667
5667
|
linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
|
|
5668
5668
|
}, "strip", z.ZodTypeAny, {
|
|
5669
|
-
type: "Boolean" | "Number" | "
|
|
5669
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
5670
5670
|
id: string;
|
|
5671
5671
|
name: string;
|
|
5672
5672
|
persistentId: string;
|
|
@@ -5683,7 +5683,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5683
5683
|
}[] | undefined;
|
|
5684
5684
|
linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
|
|
5685
5685
|
}, {
|
|
5686
|
-
type: "Boolean" | "Number" | "
|
|
5686
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
5687
5687
|
id: string;
|
|
5688
5688
|
name: string;
|
|
5689
5689
|
persistentId: string;
|
|
@@ -7358,7 +7358,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7358
7358
|
} | undefined;
|
|
7359
7359
|
}[];
|
|
7360
7360
|
elementPropertyDefinitions: {
|
|
7361
|
-
type: "Boolean" | "Number" | "
|
|
7361
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
7362
7362
|
id: string;
|
|
7363
7363
|
name: string;
|
|
7364
7364
|
persistentId: string;
|
|
@@ -7639,7 +7639,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7639
7639
|
} | undefined;
|
|
7640
7640
|
}[];
|
|
7641
7641
|
elementPropertyDefinitions: {
|
|
7642
|
-
type: "Boolean" | "Number" | "
|
|
7642
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
7643
7643
|
id: string;
|
|
7644
7644
|
name: string;
|
|
7645
7645
|
persistentId: string;
|
|
@@ -7902,10 +7902,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7902
7902
|
files: z.ZodArray<z.ZodObject<{
|
|
7903
7903
|
id: z.ZodString;
|
|
7904
7904
|
designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7905
|
-
type: z.ZodEnum<["Image", "Font"]>;
|
|
7905
|
+
type: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
7906
7906
|
originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7907
7907
|
filePath: z.ZodString;
|
|
7908
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
7908
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
7909
7909
|
properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
7910
7910
|
fontProperties: z.ZodArray<z.ZodObject<{
|
|
7911
7911
|
family: z.ZodString;
|
|
@@ -7943,10 +7943,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7943
7943
|
size: z.ZodOptional<z.ZodNumber>;
|
|
7944
7944
|
checksum: z.ZodOptional<z.ZodString>;
|
|
7945
7945
|
}, "strip", z.ZodTypeAny, {
|
|
7946
|
-
type: "Image" | "Font";
|
|
7946
|
+
type: "Image" | "Font" | "Generic";
|
|
7947
7947
|
id: string;
|
|
7948
7948
|
filePath: string;
|
|
7949
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
7949
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
7950
7950
|
createdAt?: Date | undefined;
|
|
7951
7951
|
designSystemId?: string | null | undefined;
|
|
7952
7952
|
properties?: {
|
|
@@ -7964,10 +7964,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7964
7964
|
size?: number | undefined;
|
|
7965
7965
|
checksum?: string | undefined;
|
|
7966
7966
|
}, {
|
|
7967
|
-
type: "Image" | "Font";
|
|
7967
|
+
type: "Image" | "Font" | "Generic";
|
|
7968
7968
|
id: string;
|
|
7969
7969
|
filePath: string;
|
|
7970
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
7970
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
7971
7971
|
createdAt?: Date | undefined;
|
|
7972
7972
|
designSystemId?: string | null | undefined;
|
|
7973
7973
|
properties?: {
|
|
@@ -7987,10 +7987,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
7987
7987
|
}>, "many">;
|
|
7988
7988
|
}, "strip", z.ZodTypeAny, {
|
|
7989
7989
|
files: {
|
|
7990
|
-
type: "Image" | "Font";
|
|
7990
|
+
type: "Image" | "Font" | "Generic";
|
|
7991
7991
|
id: string;
|
|
7992
7992
|
filePath: string;
|
|
7993
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
7993
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
7994
7994
|
createdAt?: Date | undefined;
|
|
7995
7995
|
designSystemId?: string | null | undefined;
|
|
7996
7996
|
properties?: {
|
|
@@ -8192,7 +8192,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
8192
8192
|
} | undefined;
|
|
8193
8193
|
}[];
|
|
8194
8194
|
elementPropertyDefinitions: {
|
|
8195
|
-
type: "Boolean" | "Number" | "
|
|
8195
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
8196
8196
|
id: string;
|
|
8197
8197
|
name: string;
|
|
8198
8198
|
persistentId: string;
|
|
@@ -8438,10 +8438,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
8438
8438
|
} | undefined;
|
|
8439
8439
|
}, {
|
|
8440
8440
|
files: {
|
|
8441
|
-
type: "Image" | "Font";
|
|
8441
|
+
type: "Image" | "Font" | "Generic";
|
|
8442
8442
|
id: string;
|
|
8443
8443
|
filePath: string;
|
|
8444
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
8444
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
8445
8445
|
createdAt?: Date | undefined;
|
|
8446
8446
|
designSystemId?: string | null | undefined;
|
|
8447
8447
|
properties?: {
|
|
@@ -8643,7 +8643,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
8643
8643
|
} | undefined;
|
|
8644
8644
|
}[];
|
|
8645
8645
|
elementPropertyDefinitions: {
|
|
8646
|
-
type: "Boolean" | "Number" | "
|
|
8646
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
8647
8647
|
id: string;
|
|
8648
8648
|
name: string;
|
|
8649
8649
|
persistentId: string;
|
|
@@ -9666,7 +9666,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9666
9666
|
}>, "many">>;
|
|
9667
9667
|
linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
|
|
9668
9668
|
}, "strip", z.ZodTypeAny, {
|
|
9669
|
-
type: "Boolean" | "Number" | "
|
|
9669
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
9670
9670
|
id: string;
|
|
9671
9671
|
name: string;
|
|
9672
9672
|
persistentId: string;
|
|
@@ -9683,7 +9683,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9683
9683
|
}[] | undefined;
|
|
9684
9684
|
linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
|
|
9685
9685
|
}, {
|
|
9686
|
-
type: "Boolean" | "Number" | "
|
|
9686
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
9687
9687
|
id: string;
|
|
9688
9688
|
name: string;
|
|
9689
9689
|
persistentId: string;
|
|
@@ -11358,7 +11358,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
11358
11358
|
} | undefined;
|
|
11359
11359
|
}[];
|
|
11360
11360
|
elementPropertyDefinitions: {
|
|
11361
|
-
type: "Boolean" | "Number" | "
|
|
11361
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
11362
11362
|
id: string;
|
|
11363
11363
|
name: string;
|
|
11364
11364
|
persistentId: string;
|
|
@@ -11639,7 +11639,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
11639
11639
|
} | undefined;
|
|
11640
11640
|
}[];
|
|
11641
11641
|
elementPropertyDefinitions: {
|
|
11642
|
-
type: "Boolean" | "Number" | "
|
|
11642
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
11643
11643
|
id: string;
|
|
11644
11644
|
name: string;
|
|
11645
11645
|
persistentId: string;
|
|
@@ -14792,7 +14792,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14792
14792
|
}>, "many">>;
|
|
14793
14793
|
linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
|
|
14794
14794
|
}, "strip", z.ZodTypeAny, {
|
|
14795
|
-
type: "Boolean" | "Number" | "
|
|
14795
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
14796
14796
|
id: string;
|
|
14797
14797
|
name: string;
|
|
14798
14798
|
persistentId: string;
|
|
@@ -14809,7 +14809,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14809
14809
|
}[] | undefined;
|
|
14810
14810
|
linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
|
|
14811
14811
|
}, {
|
|
14812
|
-
type: "Boolean" | "Number" | "
|
|
14812
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
14813
14813
|
id: string;
|
|
14814
14814
|
name: string;
|
|
14815
14815
|
persistentId: string;
|
|
@@ -16484,7 +16484,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16484
16484
|
} | undefined;
|
|
16485
16485
|
}[];
|
|
16486
16486
|
elementPropertyDefinitions: {
|
|
16487
|
-
type: "Boolean" | "Number" | "
|
|
16487
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
16488
16488
|
id: string;
|
|
16489
16489
|
name: string;
|
|
16490
16490
|
persistentId: string;
|
|
@@ -16765,7 +16765,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16765
16765
|
} | undefined;
|
|
16766
16766
|
}[];
|
|
16767
16767
|
elementPropertyDefinitions: {
|
|
16768
|
-
type: "Boolean" | "Number" | "
|
|
16768
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
16769
16769
|
id: string;
|
|
16770
16770
|
name: string;
|
|
16771
16771
|
persistentId: string;
|
|
@@ -17028,10 +17028,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17028
17028
|
files: z.ZodArray<z.ZodObject<{
|
|
17029
17029
|
id: z.ZodString;
|
|
17030
17030
|
designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17031
|
-
type: z.ZodEnum<["Image", "Font"]>;
|
|
17031
|
+
type: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
17032
17032
|
originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17033
17033
|
filePath: z.ZodString;
|
|
17034
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
17034
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
17035
17035
|
properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
17036
17036
|
fontProperties: z.ZodArray<z.ZodObject<{
|
|
17037
17037
|
family: z.ZodString;
|
|
@@ -17069,10 +17069,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17069
17069
|
size: z.ZodOptional<z.ZodNumber>;
|
|
17070
17070
|
checksum: z.ZodOptional<z.ZodString>;
|
|
17071
17071
|
}, "strip", z.ZodTypeAny, {
|
|
17072
|
-
type: "Image" | "Font";
|
|
17072
|
+
type: "Image" | "Font" | "Generic";
|
|
17073
17073
|
id: string;
|
|
17074
17074
|
filePath: string;
|
|
17075
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
17075
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
17076
17076
|
createdAt?: Date | undefined;
|
|
17077
17077
|
designSystemId?: string | null | undefined;
|
|
17078
17078
|
properties?: {
|
|
@@ -17090,10 +17090,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17090
17090
|
size?: number | undefined;
|
|
17091
17091
|
checksum?: string | undefined;
|
|
17092
17092
|
}, {
|
|
17093
|
-
type: "Image" | "Font";
|
|
17093
|
+
type: "Image" | "Font" | "Generic";
|
|
17094
17094
|
id: string;
|
|
17095
17095
|
filePath: string;
|
|
17096
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
17096
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
17097
17097
|
createdAt?: Date | undefined;
|
|
17098
17098
|
designSystemId?: string | null | undefined;
|
|
17099
17099
|
properties?: {
|
|
@@ -17113,10 +17113,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17113
17113
|
}>, "many">;
|
|
17114
17114
|
}, "strip", z.ZodTypeAny, {
|
|
17115
17115
|
files: {
|
|
17116
|
-
type: "Image" | "Font";
|
|
17116
|
+
type: "Image" | "Font" | "Generic";
|
|
17117
17117
|
id: string;
|
|
17118
17118
|
filePath: string;
|
|
17119
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
17119
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
17120
17120
|
createdAt?: Date | undefined;
|
|
17121
17121
|
designSystemId?: string | null | undefined;
|
|
17122
17122
|
properties?: {
|
|
@@ -17318,7 +17318,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17318
17318
|
} | undefined;
|
|
17319
17319
|
}[];
|
|
17320
17320
|
elementPropertyDefinitions: {
|
|
17321
|
-
type: "Boolean" | "Number" | "
|
|
17321
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
17322
17322
|
id: string;
|
|
17323
17323
|
name: string;
|
|
17324
17324
|
persistentId: string;
|
|
@@ -17564,10 +17564,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17564
17564
|
} | undefined;
|
|
17565
17565
|
}, {
|
|
17566
17566
|
files: {
|
|
17567
|
-
type: "Image" | "Font";
|
|
17567
|
+
type: "Image" | "Font" | "Generic";
|
|
17568
17568
|
id: string;
|
|
17569
17569
|
filePath: string;
|
|
17570
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
17570
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
17571
17571
|
createdAt?: Date | undefined;
|
|
17572
17572
|
designSystemId?: string | null | undefined;
|
|
17573
17573
|
properties?: {
|
|
@@ -17769,7 +17769,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17769
17769
|
} | undefined;
|
|
17770
17770
|
}[];
|
|
17771
17771
|
elementPropertyDefinitions: {
|
|
17772
|
-
type: "Boolean" | "Number" | "
|
|
17772
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
17773
17773
|
id: string;
|
|
17774
17774
|
name: string;
|
|
17775
17775
|
persistentId: string;
|
|
@@ -20835,10 +20835,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
20835
20835
|
};
|
|
20836
20836
|
designSystems: {
|
|
20837
20837
|
files: {
|
|
20838
|
-
type: "Image" | "Font";
|
|
20838
|
+
type: "Image" | "Font" | "Generic";
|
|
20839
20839
|
id: string;
|
|
20840
20840
|
filePath: string;
|
|
20841
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
20841
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
20842
20842
|
createdAt?: Date | undefined;
|
|
20843
20843
|
designSystemId?: string | null | undefined;
|
|
20844
20844
|
properties?: {
|
|
@@ -21040,7 +21040,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
21040
21040
|
} | undefined;
|
|
21041
21041
|
}[];
|
|
21042
21042
|
elementPropertyDefinitions: {
|
|
21043
|
-
type: "Boolean" | "Number" | "
|
|
21043
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
21044
21044
|
id: string;
|
|
21045
21045
|
name: string;
|
|
21046
21046
|
persistentId: string;
|
|
@@ -21838,10 +21838,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
21838
21838
|
};
|
|
21839
21839
|
designSystems: {
|
|
21840
21840
|
files: {
|
|
21841
|
-
type: "Image" | "Font";
|
|
21841
|
+
type: "Image" | "Font" | "Generic";
|
|
21842
21842
|
id: string;
|
|
21843
21843
|
filePath: string;
|
|
21844
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
21844
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
21845
21845
|
createdAt?: Date | undefined;
|
|
21846
21846
|
designSystemId?: string | null | undefined;
|
|
21847
21847
|
properties?: {
|
|
@@ -22043,7 +22043,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
22043
22043
|
} | undefined;
|
|
22044
22044
|
}[];
|
|
22045
22045
|
elementPropertyDefinitions: {
|
|
22046
|
-
type: "Boolean" | "Number" | "
|
|
22046
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
22047
22047
|
id: string;
|
|
22048
22048
|
name: string;
|
|
22049
22049
|
persistentId: string;
|
|
@@ -22843,10 +22843,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
22843
22843
|
};
|
|
22844
22844
|
designSystems: {
|
|
22845
22845
|
files: {
|
|
22846
|
-
type: "Image" | "Font";
|
|
22846
|
+
type: "Image" | "Font" | "Generic";
|
|
22847
22847
|
id: string;
|
|
22848
22848
|
filePath: string;
|
|
22849
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
22849
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
22850
22850
|
createdAt?: Date | undefined;
|
|
22851
22851
|
designSystemId?: string | null | undefined;
|
|
22852
22852
|
properties?: {
|
|
@@ -23048,7 +23048,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
23048
23048
|
} | undefined;
|
|
23049
23049
|
}[];
|
|
23050
23050
|
elementPropertyDefinitions: {
|
|
23051
|
-
type: "Boolean" | "Number" | "
|
|
23051
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
23052
23052
|
id: string;
|
|
23053
23053
|
name: string;
|
|
23054
23054
|
persistentId: string;
|
|
@@ -23878,10 +23878,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
23878
23878
|
};
|
|
23879
23879
|
designSystems: {
|
|
23880
23880
|
files: {
|
|
23881
|
-
type: "Image" | "Font";
|
|
23881
|
+
type: "Image" | "Font" | "Generic";
|
|
23882
23882
|
id: string;
|
|
23883
23883
|
filePath: string;
|
|
23884
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
23884
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
23885
23885
|
createdAt?: Date | undefined;
|
|
23886
23886
|
designSystemId?: string | null | undefined;
|
|
23887
23887
|
properties?: {
|
|
@@ -24083,7 +24083,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
24083
24083
|
} | undefined;
|
|
24084
24084
|
}[];
|
|
24085
24085
|
elementPropertyDefinitions: {
|
|
24086
|
-
type: "Boolean" | "Number" | "
|
|
24086
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
24087
24087
|
id: string;
|
|
24088
24088
|
name: string;
|
|
24089
24089
|
persistentId: string;
|
|
@@ -27233,7 +27233,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27233
27233
|
}>, "many">>;
|
|
27234
27234
|
linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
|
|
27235
27235
|
}, "strip", z.ZodTypeAny, {
|
|
27236
|
-
type: "Boolean" | "Number" | "
|
|
27236
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
27237
27237
|
id: string;
|
|
27238
27238
|
name: string;
|
|
27239
27239
|
persistentId: string;
|
|
@@ -27250,7 +27250,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27250
27250
|
}[] | undefined;
|
|
27251
27251
|
linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
|
|
27252
27252
|
}, {
|
|
27253
|
-
type: "Boolean" | "Number" | "
|
|
27253
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
27254
27254
|
id: string;
|
|
27255
27255
|
name: string;
|
|
27256
27256
|
persistentId: string;
|
|
@@ -28925,7 +28925,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28925
28925
|
} | undefined;
|
|
28926
28926
|
}[];
|
|
28927
28927
|
elementPropertyDefinitions: {
|
|
28928
|
-
type: "Boolean" | "Number" | "
|
|
28928
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
28929
28929
|
id: string;
|
|
28930
28930
|
name: string;
|
|
28931
28931
|
persistentId: string;
|
|
@@ -29206,7 +29206,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29206
29206
|
} | undefined;
|
|
29207
29207
|
}[];
|
|
29208
29208
|
elementPropertyDefinitions: {
|
|
29209
|
-
type: "Boolean" | "Number" | "
|
|
29209
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
29210
29210
|
id: string;
|
|
29211
29211
|
name: string;
|
|
29212
29212
|
persistentId: string;
|
|
@@ -29469,10 +29469,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29469
29469
|
files: z.ZodArray<z.ZodObject<{
|
|
29470
29470
|
id: z.ZodString;
|
|
29471
29471
|
designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29472
|
-
type: z.ZodEnum<["Image", "Font"]>;
|
|
29472
|
+
type: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
29473
29473
|
originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29474
29474
|
filePath: z.ZodString;
|
|
29475
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
29475
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
29476
29476
|
properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
29477
29477
|
fontProperties: z.ZodArray<z.ZodObject<{
|
|
29478
29478
|
family: z.ZodString;
|
|
@@ -29510,10 +29510,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29510
29510
|
size: z.ZodOptional<z.ZodNumber>;
|
|
29511
29511
|
checksum: z.ZodOptional<z.ZodString>;
|
|
29512
29512
|
}, "strip", z.ZodTypeAny, {
|
|
29513
|
-
type: "Image" | "Font";
|
|
29513
|
+
type: "Image" | "Font" | "Generic";
|
|
29514
29514
|
id: string;
|
|
29515
29515
|
filePath: string;
|
|
29516
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
29516
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
29517
29517
|
createdAt?: Date | undefined;
|
|
29518
29518
|
designSystemId?: string | null | undefined;
|
|
29519
29519
|
properties?: {
|
|
@@ -29531,10 +29531,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29531
29531
|
size?: number | undefined;
|
|
29532
29532
|
checksum?: string | undefined;
|
|
29533
29533
|
}, {
|
|
29534
|
-
type: "Image" | "Font";
|
|
29534
|
+
type: "Image" | "Font" | "Generic";
|
|
29535
29535
|
id: string;
|
|
29536
29536
|
filePath: string;
|
|
29537
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
29537
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
29538
29538
|
createdAt?: Date | undefined;
|
|
29539
29539
|
designSystemId?: string | null | undefined;
|
|
29540
29540
|
properties?: {
|
|
@@ -29554,10 +29554,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29554
29554
|
}>, "many">;
|
|
29555
29555
|
}, "strip", z.ZodTypeAny, {
|
|
29556
29556
|
files: {
|
|
29557
|
-
type: "Image" | "Font";
|
|
29557
|
+
type: "Image" | "Font" | "Generic";
|
|
29558
29558
|
id: string;
|
|
29559
29559
|
filePath: string;
|
|
29560
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
29560
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
29561
29561
|
createdAt?: Date | undefined;
|
|
29562
29562
|
designSystemId?: string | null | undefined;
|
|
29563
29563
|
properties?: {
|
|
@@ -29759,7 +29759,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29759
29759
|
} | undefined;
|
|
29760
29760
|
}[];
|
|
29761
29761
|
elementPropertyDefinitions: {
|
|
29762
|
-
type: "Boolean" | "Number" | "
|
|
29762
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
29763
29763
|
id: string;
|
|
29764
29764
|
name: string;
|
|
29765
29765
|
persistentId: string;
|
|
@@ -30005,10 +30005,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
30005
30005
|
} | undefined;
|
|
30006
30006
|
}, {
|
|
30007
30007
|
files: {
|
|
30008
|
-
type: "Image" | "Font";
|
|
30008
|
+
type: "Image" | "Font" | "Generic";
|
|
30009
30009
|
id: string;
|
|
30010
30010
|
filePath: string;
|
|
30011
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
30011
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
30012
30012
|
createdAt?: Date | undefined;
|
|
30013
30013
|
designSystemId?: string | null | undefined;
|
|
30014
30014
|
properties?: {
|
|
@@ -30210,7 +30210,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
30210
30210
|
} | undefined;
|
|
30211
30211
|
}[];
|
|
30212
30212
|
elementPropertyDefinitions: {
|
|
30213
|
-
type: "Boolean" | "Number" | "
|
|
30213
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
30214
30214
|
id: string;
|
|
30215
30215
|
name: string;
|
|
30216
30216
|
persistentId: string;
|
|
@@ -33276,10 +33276,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33276
33276
|
};
|
|
33277
33277
|
designSystems: {
|
|
33278
33278
|
files: {
|
|
33279
|
-
type: "Image" | "Font";
|
|
33279
|
+
type: "Image" | "Font" | "Generic";
|
|
33280
33280
|
id: string;
|
|
33281
33281
|
filePath: string;
|
|
33282
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
33282
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
33283
33283
|
createdAt?: Date | undefined;
|
|
33284
33284
|
designSystemId?: string | null | undefined;
|
|
33285
33285
|
properties?: {
|
|
@@ -33481,7 +33481,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33481
33481
|
} | undefined;
|
|
33482
33482
|
}[];
|
|
33483
33483
|
elementPropertyDefinitions: {
|
|
33484
|
-
type: "Boolean" | "Number" | "
|
|
33484
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
33485
33485
|
id: string;
|
|
33486
33486
|
name: string;
|
|
33487
33487
|
persistentId: string;
|
|
@@ -34279,10 +34279,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34279
34279
|
};
|
|
34280
34280
|
designSystems: {
|
|
34281
34281
|
files: {
|
|
34282
|
-
type: "Image" | "Font";
|
|
34282
|
+
type: "Image" | "Font" | "Generic";
|
|
34283
34283
|
id: string;
|
|
34284
34284
|
filePath: string;
|
|
34285
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
34285
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
34286
34286
|
createdAt?: Date | undefined;
|
|
34287
34287
|
designSystemId?: string | null | undefined;
|
|
34288
34288
|
properties?: {
|
|
@@ -34484,7 +34484,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34484
34484
|
} | undefined;
|
|
34485
34485
|
}[];
|
|
34486
34486
|
elementPropertyDefinitions: {
|
|
34487
|
-
type: "Boolean" | "Number" | "
|
|
34487
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
34488
34488
|
id: string;
|
|
34489
34489
|
name: string;
|
|
34490
34490
|
persistentId: string;
|
|
@@ -35576,9 +35576,9 @@ type AssetReferenceDiff = {
|
|
|
35576
35576
|
|
|
35577
35577
|
declare const AssetValue: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
35578
35578
|
|
|
35579
|
-
declare const AssetType: z.ZodEnum<["Image", "Font"]>;
|
|
35579
|
+
declare const AssetType: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
35580
35580
|
type AssetType = z.infer<typeof AssetType>;
|
|
35581
|
-
declare const AssetScope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
35581
|
+
declare const AssetScope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
35582
35582
|
type AssetScope = z.infer<typeof AssetScope>;
|
|
35583
35583
|
declare const AssetFontProperties: z.ZodObject<{
|
|
35584
35584
|
family: z.ZodString;
|
|
@@ -35634,10 +35634,10 @@ type AssetOrigin = z.infer<typeof AssetOrigin>;
|
|
|
35634
35634
|
declare const Asset: z.ZodObject<{
|
|
35635
35635
|
id: z.ZodString;
|
|
35636
35636
|
designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35637
|
-
type: z.ZodEnum<["Image", "Font"]>;
|
|
35637
|
+
type: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
35638
35638
|
originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35639
35639
|
filePath: z.ZodString;
|
|
35640
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
35640
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
35641
35641
|
properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
35642
35642
|
fontProperties: z.ZodArray<z.ZodObject<{
|
|
35643
35643
|
family: z.ZodString;
|
|
@@ -35675,10 +35675,10 @@ declare const Asset: z.ZodObject<{
|
|
|
35675
35675
|
size: z.ZodOptional<z.ZodNumber>;
|
|
35676
35676
|
checksum: z.ZodOptional<z.ZodString>;
|
|
35677
35677
|
}, "strip", z.ZodTypeAny, {
|
|
35678
|
-
type: "Image" | "Font";
|
|
35678
|
+
type: "Image" | "Font" | "Generic";
|
|
35679
35679
|
id: string;
|
|
35680
35680
|
filePath: string;
|
|
35681
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
35681
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
35682
35682
|
createdAt?: Date | undefined;
|
|
35683
35683
|
designSystemId?: string | null | undefined;
|
|
35684
35684
|
properties?: {
|
|
@@ -35696,10 +35696,10 @@ declare const Asset: z.ZodObject<{
|
|
|
35696
35696
|
size?: number | undefined;
|
|
35697
35697
|
checksum?: string | undefined;
|
|
35698
35698
|
}, {
|
|
35699
|
-
type: "Image" | "Font";
|
|
35699
|
+
type: "Image" | "Font" | "Generic";
|
|
35700
35700
|
id: string;
|
|
35701
35701
|
filePath: string;
|
|
35702
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
35702
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
35703
35703
|
createdAt?: Date | undefined;
|
|
35704
35704
|
designSystemId?: string | null | undefined;
|
|
35705
35705
|
properties?: {
|
|
@@ -35721,10 +35721,10 @@ type Asset = z.infer<typeof Asset>;
|
|
|
35721
35721
|
declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
35722
35722
|
id: z.ZodString;
|
|
35723
35723
|
designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35724
|
-
type: z.ZodEnum<["Image", "Font"]>;
|
|
35724
|
+
type: z.ZodEnum<["Image", "Font", "Generic"]>;
|
|
35725
35725
|
originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35726
35726
|
filePath: z.ZodString;
|
|
35727
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
35727
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
35728
35728
|
properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
35729
35729
|
fontProperties: z.ZodArray<z.ZodObject<{
|
|
35730
35730
|
family: z.ZodString;
|
|
@@ -35764,11 +35764,11 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
35764
35764
|
}, {
|
|
35765
35765
|
url: z.ZodString;
|
|
35766
35766
|
}>, "strip", z.ZodTypeAny, {
|
|
35767
|
-
type: "Image" | "Font";
|
|
35767
|
+
type: "Image" | "Font" | "Generic";
|
|
35768
35768
|
id: string;
|
|
35769
35769
|
url: string;
|
|
35770
35770
|
filePath: string;
|
|
35771
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
35771
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
35772
35772
|
createdAt?: Date | undefined;
|
|
35773
35773
|
designSystemId?: string | null | undefined;
|
|
35774
35774
|
properties?: {
|
|
@@ -35786,11 +35786,11 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
35786
35786
|
size?: number | undefined;
|
|
35787
35787
|
checksum?: string | undefined;
|
|
35788
35788
|
}, {
|
|
35789
|
-
type: "Image" | "Font";
|
|
35789
|
+
type: "Image" | "Font" | "Generic";
|
|
35790
35790
|
id: string;
|
|
35791
35791
|
url: string;
|
|
35792
35792
|
filePath: string;
|
|
35793
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
35793
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
35794
35794
|
createdAt?: Date | undefined;
|
|
35795
35795
|
designSystemId?: string | null | undefined;
|
|
35796
35796
|
properties?: {
|
|
@@ -38011,7 +38011,7 @@ declare const PageBlockDefinitionBehavior: z.ZodObject<{
|
|
|
38011
38011
|
maxSelected: number;
|
|
38012
38012
|
}>>;
|
|
38013
38013
|
}, "strip", z.ZodTypeAny, {
|
|
38014
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38014
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38015
38015
|
items?: {
|
|
38016
38016
|
numberOfItems: number;
|
|
38017
38017
|
allowLinks: boolean;
|
|
@@ -38022,7 +38022,7 @@ declare const PageBlockDefinitionBehavior: z.ZodObject<{
|
|
|
38022
38022
|
maxSelected: number;
|
|
38023
38023
|
} | undefined;
|
|
38024
38024
|
}, {
|
|
38025
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38025
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38026
38026
|
items?: {
|
|
38027
38027
|
numberOfItems: number;
|
|
38028
38028
|
allowLinks: boolean;
|
|
@@ -38062,14 +38062,14 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38062
38062
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
38063
38063
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
38064
38064
|
}, "strip", z.ZodTypeAny, {
|
|
38065
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38065
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38066
38066
|
id: string;
|
|
38067
38067
|
name: string;
|
|
38068
38068
|
options?: Record<string, any> | undefined;
|
|
38069
38069
|
description?: string | undefined;
|
|
38070
38070
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
38071
38071
|
}, {
|
|
38072
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38072
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38073
38073
|
id: string;
|
|
38074
38074
|
name: string;
|
|
38075
38075
|
options?: Record<string, any> | undefined;
|
|
@@ -38165,7 +38165,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38165
38165
|
defaultVariantKey: z.ZodString;
|
|
38166
38166
|
}, "strip", z.ZodTypeAny, {
|
|
38167
38167
|
properties: {
|
|
38168
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38168
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38169
38169
|
id: string;
|
|
38170
38170
|
name: string;
|
|
38171
38171
|
options?: Record<string, any> | undefined;
|
|
@@ -38204,7 +38204,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38204
38204
|
} | undefined;
|
|
38205
38205
|
}, {
|
|
38206
38206
|
properties: {
|
|
38207
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38207
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38208
38208
|
id: string;
|
|
38209
38209
|
name: string;
|
|
38210
38210
|
options?: Record<string, any> | undefined;
|
|
@@ -38268,7 +38268,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38268
38268
|
maxSelected: number;
|
|
38269
38269
|
}>>;
|
|
38270
38270
|
}, "strip", z.ZodTypeAny, {
|
|
38271
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38271
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38272
38272
|
items?: {
|
|
38273
38273
|
numberOfItems: number;
|
|
38274
38274
|
allowLinks: boolean;
|
|
@@ -38279,7 +38279,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38279
38279
|
maxSelected: number;
|
|
38280
38280
|
} | undefined;
|
|
38281
38281
|
}, {
|
|
38282
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38282
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38283
38283
|
items?: {
|
|
38284
38284
|
numberOfItems: number;
|
|
38285
38285
|
allowLinks: boolean;
|
|
@@ -38334,7 +38334,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38334
38334
|
}, "strip", z.ZodTypeAny, {
|
|
38335
38335
|
item: {
|
|
38336
38336
|
properties: {
|
|
38337
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38337
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38338
38338
|
id: string;
|
|
38339
38339
|
name: string;
|
|
38340
38340
|
options?: Record<string, any> | undefined;
|
|
@@ -38377,7 +38377,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38377
38377
|
name: string;
|
|
38378
38378
|
description: string;
|
|
38379
38379
|
behavior: {
|
|
38380
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38380
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38381
38381
|
items?: {
|
|
38382
38382
|
numberOfItems: number;
|
|
38383
38383
|
allowLinks: boolean;
|
|
@@ -38407,7 +38407,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38407
38407
|
}, {
|
|
38408
38408
|
item: {
|
|
38409
38409
|
properties: {
|
|
38410
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38410
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38411
38411
|
id: string;
|
|
38412
38412
|
name: string;
|
|
38413
38413
|
options?: Record<string, any> | undefined;
|
|
@@ -38450,7 +38450,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
38450
38450
|
name: string;
|
|
38451
38451
|
description: string;
|
|
38452
38452
|
behavior: {
|
|
38453
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
38453
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
38454
38454
|
items?: {
|
|
38455
38455
|
numberOfItems: number;
|
|
38456
38456
|
allowLinks: boolean;
|
|
@@ -38694,14 +38694,14 @@ declare const PageBlockDefinitionProperty: z.ZodObject<{
|
|
|
38694
38694
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
38695
38695
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
38696
38696
|
}, "strip", z.ZodTypeAny, {
|
|
38697
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38697
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38698
38698
|
id: string;
|
|
38699
38699
|
name: string;
|
|
38700
38700
|
options?: Record<string, any> | undefined;
|
|
38701
38701
|
description?: string | undefined;
|
|
38702
38702
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
38703
38703
|
}, {
|
|
38704
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38704
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38705
38705
|
id: string;
|
|
38706
38706
|
name: string;
|
|
38707
38707
|
options?: Record<string, any> | undefined;
|
|
@@ -38718,14 +38718,14 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
38718
38718
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
38719
38719
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
38720
38720
|
}, "strip", z.ZodTypeAny, {
|
|
38721
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38721
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38722
38722
|
id: string;
|
|
38723
38723
|
name: string;
|
|
38724
38724
|
options?: Record<string, any> | undefined;
|
|
38725
38725
|
description?: string | undefined;
|
|
38726
38726
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
38727
38727
|
}, {
|
|
38728
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38728
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38729
38729
|
id: string;
|
|
38730
38730
|
name: string;
|
|
38731
38731
|
options?: Record<string, any> | undefined;
|
|
@@ -38821,7 +38821,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
38821
38821
|
defaultVariantKey: z.ZodString;
|
|
38822
38822
|
}, "strip", z.ZodTypeAny, {
|
|
38823
38823
|
properties: {
|
|
38824
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38824
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38825
38825
|
id: string;
|
|
38826
38826
|
name: string;
|
|
38827
38827
|
options?: Record<string, any> | undefined;
|
|
@@ -38860,7 +38860,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
38860
38860
|
} | undefined;
|
|
38861
38861
|
}, {
|
|
38862
38862
|
properties: {
|
|
38863
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
38863
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
38864
38864
|
id: string;
|
|
38865
38865
|
name: string;
|
|
38866
38866
|
options?: Record<string, any> | undefined;
|
|
@@ -42207,7 +42207,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
42207
42207
|
} | null | undefined>;
|
|
42208
42208
|
}, {
|
|
42209
42209
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
42210
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
42210
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
42211
42211
|
persistentId: string;
|
|
42212
42212
|
asset?: {
|
|
42213
42213
|
type: "image" | "figmaFrame";
|
|
@@ -42495,7 +42495,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
42495
42495
|
} | null | undefined;
|
|
42496
42496
|
} & {
|
|
42497
42497
|
children: ({
|
|
42498
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
42498
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
42499
42499
|
persistentId: string;
|
|
42500
42500
|
asset?: {
|
|
42501
42501
|
type: "image" | "figmaFrame";
|
|
@@ -42851,7 +42851,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
42851
42851
|
isPrivate?: boolean | undefined;
|
|
42852
42852
|
} | null | undefined;
|
|
42853
42853
|
oldBlocks?: ({
|
|
42854
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
42854
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
42855
42855
|
persistentId: string;
|
|
42856
42856
|
asset?: {
|
|
42857
42857
|
type: "image" | "figmaFrame";
|
|
@@ -43139,7 +43139,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
43139
43139
|
} | null | undefined;
|
|
43140
43140
|
} & {
|
|
43141
43141
|
children: ({
|
|
43142
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
43142
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
43143
43143
|
persistentId: string;
|
|
43144
43144
|
asset?: {
|
|
43145
43145
|
type: "image" | "figmaFrame";
|
|
@@ -43513,7 +43513,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
43513
43513
|
isPrivate?: boolean | undefined;
|
|
43514
43514
|
} | null | undefined;
|
|
43515
43515
|
oldBlocks?: ({
|
|
43516
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
43516
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
43517
43517
|
persistentId: string;
|
|
43518
43518
|
asset?: {
|
|
43519
43519
|
type: "image" | "figmaFrame";
|
|
@@ -43801,7 +43801,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
43801
43801
|
} | null | undefined;
|
|
43802
43802
|
} & {
|
|
43803
43803
|
children: ({
|
|
43804
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
43804
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
43805
43805
|
persistentId: string;
|
|
43806
43806
|
asset?: {
|
|
43807
43807
|
type: "image" | "figmaFrame";
|
|
@@ -44205,7 +44205,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
44205
44205
|
isPrivate?: boolean | undefined;
|
|
44206
44206
|
} | null | undefined;
|
|
44207
44207
|
oldBlocks?: ({
|
|
44208
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
44208
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
44209
44209
|
persistentId: string;
|
|
44210
44210
|
asset?: {
|
|
44211
44211
|
type: "image" | "figmaFrame";
|
|
@@ -44493,7 +44493,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
44493
44493
|
} | null | undefined;
|
|
44494
44494
|
} & {
|
|
44495
44495
|
children: ({
|
|
44496
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
44496
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
44497
44497
|
persistentId: string;
|
|
44498
44498
|
asset?: {
|
|
44499
44499
|
type: "image" | "figmaFrame";
|
|
@@ -46782,7 +46782,7 @@ declare const PageBlockTilesLayout: z.ZodEnum<["C8", "C7", "C6", "C5", "C4", "C3
|
|
|
46782
46782
|
type PageBlockTilesLayout = z.infer<typeof PageBlockTilesLayout>;
|
|
46783
46783
|
declare const PageBlockTextSpanAttributeType: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
|
|
46784
46784
|
type PageBlockTextSpanAttributeType = z.infer<typeof PageBlockTextSpanAttributeType>;
|
|
46785
|
-
declare const PageBlockTypeV1: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable", "
|
|
46785
|
+
declare const PageBlockTypeV1: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable", "Files"]>;
|
|
46786
46786
|
type PageBlockTypeV1 = z.infer<typeof PageBlockTypeV1>;
|
|
46787
46787
|
declare const PageBlockTextSpanAttribute: z.ZodObject<{
|
|
46788
46788
|
type: z.ZodEnum<["Bold", "Italic", "Link", "Strikethrough", "Code", "Comment"]>;
|
|
@@ -47903,7 +47903,7 @@ declare const PageBlockTokenNameFormat: z.ZodEnum<["Name", "GroupAndName", "Full
|
|
|
47903
47903
|
type PageBlockTokenNameFormat = z.infer<typeof PageBlockTokenNameFormat>;
|
|
47904
47904
|
declare const PageBlockBaseV1: z.ZodObject<{
|
|
47905
47905
|
persistentId: z.ZodString;
|
|
47906
|
-
type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable", "
|
|
47906
|
+
type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable", "Files"]>;
|
|
47907
47907
|
numberOfColumns: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
47908
47908
|
itemBackgroundColor: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
47909
47909
|
value: string;
|
|
@@ -48909,7 +48909,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
48909
48909
|
} | undefined;
|
|
48910
48910
|
}[] | null | undefined>;
|
|
48911
48911
|
}, "strip", z.ZodTypeAny, {
|
|
48912
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
48912
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
48913
48913
|
persistentId: string;
|
|
48914
48914
|
asset?: {
|
|
48915
48915
|
type: "image" | "figmaFrame";
|
|
@@ -49196,7 +49196,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
49196
49196
|
showDefaults?: boolean | undefined;
|
|
49197
49197
|
} | undefined;
|
|
49198
49198
|
}, {
|
|
49199
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
49199
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
49200
49200
|
persistentId: string;
|
|
49201
49201
|
asset?: {
|
|
49202
49202
|
type: "image" | "figmaFrame";
|
|
@@ -53338,7 +53338,7 @@ declare function storybookValueFromOldValue(oldValue: PageBlockItemStorybookValu
|
|
|
53338
53338
|
|
|
53339
53339
|
declare const DocumentationPageDataV1: z.ZodObject<{
|
|
53340
53340
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
53341
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
53341
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
53342
53342
|
persistentId: string;
|
|
53343
53343
|
asset?: {
|
|
53344
53344
|
type: "image" | "figmaFrame";
|
|
@@ -53626,7 +53626,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
53626
53626
|
} | null | undefined;
|
|
53627
53627
|
} & {
|
|
53628
53628
|
children: ({
|
|
53629
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
53629
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
53630
53630
|
persistentId: string;
|
|
53631
53631
|
asset?: {
|
|
53632
53632
|
type: "image" | "figmaFrame";
|
|
@@ -54260,7 +54260,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
54260
54260
|
} | undefined;
|
|
54261
54261
|
}, {
|
|
54262
54262
|
blocks: ({
|
|
54263
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
54263
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
54264
54264
|
persistentId: string;
|
|
54265
54265
|
asset?: {
|
|
54266
54266
|
type: "image" | "figmaFrame";
|
|
@@ -54548,7 +54548,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
54548
54548
|
} | null | undefined;
|
|
54549
54549
|
} & {
|
|
54550
54550
|
children: ({
|
|
54551
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
54551
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
54552
54552
|
persistentId: string;
|
|
54553
54553
|
asset?: {
|
|
54554
54554
|
type: "image" | "figmaFrame";
|
|
@@ -61791,7 +61791,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
61791
61791
|
shortPersistentId: z.ZodString;
|
|
61792
61792
|
data: z.ZodObject<{
|
|
61793
61793
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
61794
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
61794
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
61795
61795
|
persistentId: string;
|
|
61796
61796
|
asset?: {
|
|
61797
61797
|
type: "image" | "figmaFrame";
|
|
@@ -62079,7 +62079,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
62079
62079
|
} | null | undefined;
|
|
62080
62080
|
} & {
|
|
62081
62081
|
children: ({
|
|
62082
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
62082
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
62083
62083
|
persistentId: string;
|
|
62084
62084
|
asset?: {
|
|
62085
62085
|
type: "image" | "figmaFrame";
|
|
@@ -62713,7 +62713,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
62713
62713
|
} | undefined;
|
|
62714
62714
|
}, {
|
|
62715
62715
|
blocks: ({
|
|
62716
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
62716
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
62717
62717
|
persistentId: string;
|
|
62718
62718
|
asset?: {
|
|
62719
62719
|
type: "image" | "figmaFrame";
|
|
@@ -63001,7 +63001,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
63001
63001
|
} | null | undefined;
|
|
63002
63002
|
} & {
|
|
63003
63003
|
children: ({
|
|
63004
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
63004
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
63005
63005
|
persistentId: string;
|
|
63006
63006
|
asset?: {
|
|
63007
63007
|
type: "image" | "figmaFrame";
|
|
@@ -63449,7 +63449,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
63449
63449
|
}, {
|
|
63450
63450
|
data: {
|
|
63451
63451
|
blocks: ({
|
|
63452
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
63452
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
63453
63453
|
persistentId: string;
|
|
63454
63454
|
asset?: {
|
|
63455
63455
|
type: "image" | "figmaFrame";
|
|
@@ -63737,7 +63737,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
63737
63737
|
} | null | undefined;
|
|
63738
63738
|
} & {
|
|
63739
63739
|
children: ({
|
|
63740
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
63740
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
63741
63741
|
persistentId: string;
|
|
63742
63742
|
asset?: {
|
|
63743
63743
|
type: "image" | "figmaFrame";
|
|
@@ -65090,7 +65090,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
65090
65090
|
} | null | undefined>;
|
|
65091
65091
|
}, {
|
|
65092
65092
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
65093
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
65093
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
65094
65094
|
persistentId: string;
|
|
65095
65095
|
asset?: {
|
|
65096
65096
|
type: "image" | "figmaFrame";
|
|
@@ -65378,7 +65378,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
65378
65378
|
} | null | undefined;
|
|
65379
65379
|
} & {
|
|
65380
65380
|
children: ({
|
|
65381
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
65381
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
65382
65382
|
persistentId: string;
|
|
65383
65383
|
asset?: {
|
|
65384
65384
|
type: "image" | "figmaFrame";
|
|
@@ -65734,7 +65734,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
65734
65734
|
isPrivate?: boolean | undefined;
|
|
65735
65735
|
} | null | undefined;
|
|
65736
65736
|
oldBlocks?: ({
|
|
65737
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
65737
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
65738
65738
|
persistentId: string;
|
|
65739
65739
|
asset?: {
|
|
65740
65740
|
type: "image" | "figmaFrame";
|
|
@@ -66022,7 +66022,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
66022
66022
|
} | null | undefined;
|
|
66023
66023
|
} & {
|
|
66024
66024
|
children: ({
|
|
66025
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
66025
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
66026
66026
|
persistentId: string;
|
|
66027
66027
|
asset?: {
|
|
66028
66028
|
type: "image" | "figmaFrame";
|
|
@@ -66396,7 +66396,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
66396
66396
|
isPrivate?: boolean | undefined;
|
|
66397
66397
|
} | null | undefined;
|
|
66398
66398
|
oldBlocks?: ({
|
|
66399
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
66399
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
66400
66400
|
persistentId: string;
|
|
66401
66401
|
asset?: {
|
|
66402
66402
|
type: "image" | "figmaFrame";
|
|
@@ -66684,7 +66684,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
66684
66684
|
} | null | undefined;
|
|
66685
66685
|
} & {
|
|
66686
66686
|
children: ({
|
|
66687
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
66687
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
66688
66688
|
persistentId: string;
|
|
66689
66689
|
asset?: {
|
|
66690
66690
|
type: "image" | "figmaFrame";
|
|
@@ -93113,7 +93113,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93113
93113
|
sortOrder: z.ZodNumber;
|
|
93114
93114
|
}, {
|
|
93115
93115
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
93116
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
93116
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
93117
93117
|
}, {
|
|
93118
93118
|
type: z.ZodLiteral<"Url">;
|
|
93119
93119
|
url: z.ZodString;
|
|
@@ -93123,16 +93123,16 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93123
93123
|
type: "Url";
|
|
93124
93124
|
url: string;
|
|
93125
93125
|
originKey: string;
|
|
93126
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93126
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93127
93127
|
extension: string;
|
|
93128
93128
|
}, {
|
|
93129
93129
|
type: "Url";
|
|
93130
93130
|
url: string;
|
|
93131
93131
|
originKey: string;
|
|
93132
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93132
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93133
93133
|
extension: string;
|
|
93134
93134
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
93135
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
93135
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
93136
93136
|
}, {
|
|
93137
93137
|
type: z.ZodLiteral<"FigmaRender">;
|
|
93138
93138
|
fileId: z.ZodString;
|
|
@@ -93145,7 +93145,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93145
93145
|
}>, "strip", z.ZodTypeAny, {
|
|
93146
93146
|
type: "FigmaRender";
|
|
93147
93147
|
originKey: string;
|
|
93148
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93148
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93149
93149
|
format: "Png";
|
|
93150
93150
|
fileId: string;
|
|
93151
93151
|
scale: number;
|
|
@@ -93154,14 +93154,14 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93154
93154
|
}, {
|
|
93155
93155
|
type: "FigmaRender";
|
|
93156
93156
|
originKey: string;
|
|
93157
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93157
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93158
93158
|
format: "Png";
|
|
93159
93159
|
fileId: string;
|
|
93160
93160
|
scale: number;
|
|
93161
93161
|
nodeId: string;
|
|
93162
93162
|
fileVersionId?: string | undefined;
|
|
93163
93163
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
93164
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
93164
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
93165
93165
|
}, {
|
|
93166
93166
|
type: z.ZodLiteral<"FigmaRender">;
|
|
93167
93167
|
fileId: z.ZodString;
|
|
@@ -93173,7 +93173,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93173
93173
|
}>, "strip", z.ZodTypeAny, {
|
|
93174
93174
|
type: "FigmaRender";
|
|
93175
93175
|
originKey: string;
|
|
93176
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93176
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93177
93177
|
format: "Svg";
|
|
93178
93178
|
fileId: string;
|
|
93179
93179
|
nodeId: string;
|
|
@@ -93181,7 +93181,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93181
93181
|
}, {
|
|
93182
93182
|
type: "FigmaRender";
|
|
93183
93183
|
originKey: string;
|
|
93184
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93184
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93185
93185
|
format: "Svg";
|
|
93186
93186
|
fileId: string;
|
|
93187
93187
|
nodeId: string;
|
|
@@ -93283,7 +93283,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93283
93283
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
93284
93284
|
renderNodeId: z.ZodString;
|
|
93285
93285
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
93286
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
93286
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
93287
93287
|
}, {
|
|
93288
93288
|
type: z.ZodLiteral<"FigmaRender">;
|
|
93289
93289
|
fileId: z.ZodString;
|
|
@@ -93295,7 +93295,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93295
93295
|
}>, "strip", z.ZodTypeAny, {
|
|
93296
93296
|
type: "FigmaRender";
|
|
93297
93297
|
originKey: string;
|
|
93298
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93298
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93299
93299
|
format: "Svg";
|
|
93300
93300
|
fileId: string;
|
|
93301
93301
|
nodeId: string;
|
|
@@ -93303,7 +93303,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93303
93303
|
}, {
|
|
93304
93304
|
type: "FigmaRender";
|
|
93305
93305
|
originKey: string;
|
|
93306
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93306
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93307
93307
|
format: "Svg";
|
|
93308
93308
|
fileId: string;
|
|
93309
93309
|
nodeId: string;
|
|
@@ -93356,12 +93356,12 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93356
93356
|
type: "Url";
|
|
93357
93357
|
url: string;
|
|
93358
93358
|
originKey: string;
|
|
93359
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93359
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93360
93360
|
extension: string;
|
|
93361
93361
|
} | {
|
|
93362
93362
|
type: "FigmaRender";
|
|
93363
93363
|
originKey: string;
|
|
93364
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93364
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93365
93365
|
format: "Png";
|
|
93366
93366
|
fileId: string;
|
|
93367
93367
|
scale: number;
|
|
@@ -93370,7 +93370,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93370
93370
|
} | {
|
|
93371
93371
|
type: "FigmaRender";
|
|
93372
93372
|
originKey: string;
|
|
93373
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93373
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93374
93374
|
format: "Svg";
|
|
93375
93375
|
fileId: string;
|
|
93376
93376
|
nodeId: string;
|
|
@@ -93379,7 +93379,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93379
93379
|
svg?: {
|
|
93380
93380
|
type: "FigmaRender";
|
|
93381
93381
|
originKey: string;
|
|
93382
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93382
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93383
93383
|
format: "Svg";
|
|
93384
93384
|
fileId: string;
|
|
93385
93385
|
nodeId: string;
|
|
@@ -93436,12 +93436,12 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93436
93436
|
type: "Url";
|
|
93437
93437
|
url: string;
|
|
93438
93438
|
originKey: string;
|
|
93439
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93439
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93440
93440
|
extension: string;
|
|
93441
93441
|
} | {
|
|
93442
93442
|
type: "FigmaRender";
|
|
93443
93443
|
originKey: string;
|
|
93444
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93444
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93445
93445
|
format: "Png";
|
|
93446
93446
|
fileId: string;
|
|
93447
93447
|
scale: number;
|
|
@@ -93450,7 +93450,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93450
93450
|
} | {
|
|
93451
93451
|
type: "FigmaRender";
|
|
93452
93452
|
originKey: string;
|
|
93453
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93453
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93454
93454
|
format: "Svg";
|
|
93455
93455
|
fileId: string;
|
|
93456
93456
|
nodeId: string;
|
|
@@ -93459,7 +93459,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93459
93459
|
svg?: {
|
|
93460
93460
|
type: "FigmaRender";
|
|
93461
93461
|
originKey: string;
|
|
93462
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93462
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
93463
93463
|
format: "Svg";
|
|
93464
93464
|
fileId: string;
|
|
93465
93465
|
nodeId: string;
|
|
@@ -100312,12 +100312,12 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
100312
100312
|
type: "Url";
|
|
100313
100313
|
url: string;
|
|
100314
100314
|
originKey: string;
|
|
100315
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
100315
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100316
100316
|
extension: string;
|
|
100317
100317
|
} | {
|
|
100318
100318
|
type: "FigmaRender";
|
|
100319
100319
|
originKey: string;
|
|
100320
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
100320
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100321
100321
|
format: "Png";
|
|
100322
100322
|
fileId: string;
|
|
100323
100323
|
scale: number;
|
|
@@ -100326,7 +100326,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
100326
100326
|
} | {
|
|
100327
100327
|
type: "FigmaRender";
|
|
100328
100328
|
originKey: string;
|
|
100329
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
100329
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100330
100330
|
format: "Svg";
|
|
100331
100331
|
fileId: string;
|
|
100332
100332
|
nodeId: string;
|
|
@@ -100335,7 +100335,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
100335
100335
|
svg?: {
|
|
100336
100336
|
type: "FigmaRender";
|
|
100337
100337
|
originKey: string;
|
|
100338
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
100338
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
100339
100339
|
format: "Svg";
|
|
100340
100340
|
fileId: string;
|
|
100341
100341
|
nodeId: string;
|
|
@@ -101634,12 +101634,12 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
101634
101634
|
type: "Url";
|
|
101635
101635
|
url: string;
|
|
101636
101636
|
originKey: string;
|
|
101637
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
101637
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
101638
101638
|
extension: string;
|
|
101639
101639
|
} | {
|
|
101640
101640
|
type: "FigmaRender";
|
|
101641
101641
|
originKey: string;
|
|
101642
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
101642
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
101643
101643
|
format: "Png";
|
|
101644
101644
|
fileId: string;
|
|
101645
101645
|
scale: number;
|
|
@@ -101648,7 +101648,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
101648
101648
|
} | {
|
|
101649
101649
|
type: "FigmaRender";
|
|
101650
101650
|
originKey: string;
|
|
101651
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
101651
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
101652
101652
|
format: "Svg";
|
|
101653
101653
|
fileId: string;
|
|
101654
101654
|
nodeId: string;
|
|
@@ -101657,7 +101657,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
101657
101657
|
svg?: {
|
|
101658
101658
|
type: "FigmaRender";
|
|
101659
101659
|
originKey: string;
|
|
101660
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
101660
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
101661
101661
|
format: "Svg";
|
|
101662
101662
|
fileId: string;
|
|
101663
101663
|
nodeId: string;
|
|
@@ -104816,7 +104816,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104816
104816
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
104817
104817
|
}>, {
|
|
104818
104818
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
104819
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
104819
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
104820
104820
|
}, {
|
|
104821
104821
|
type: z.ZodLiteral<"Url">;
|
|
104822
104822
|
url: z.ZodString;
|
|
@@ -104826,16 +104826,16 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104826
104826
|
type: "Url";
|
|
104827
104827
|
url: string;
|
|
104828
104828
|
originKey: string;
|
|
104829
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104829
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104830
104830
|
extension: string;
|
|
104831
104831
|
}, {
|
|
104832
104832
|
type: "Url";
|
|
104833
104833
|
url: string;
|
|
104834
104834
|
originKey: string;
|
|
104835
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104835
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104836
104836
|
extension: string;
|
|
104837
104837
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
104838
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
104838
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
104839
104839
|
}, {
|
|
104840
104840
|
type: z.ZodLiteral<"FigmaRender">;
|
|
104841
104841
|
fileId: z.ZodString;
|
|
@@ -104848,7 +104848,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104848
104848
|
}>, "strip", z.ZodTypeAny, {
|
|
104849
104849
|
type: "FigmaRender";
|
|
104850
104850
|
originKey: string;
|
|
104851
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104851
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104852
104852
|
format: "Png";
|
|
104853
104853
|
fileId: string;
|
|
104854
104854
|
scale: number;
|
|
@@ -104857,14 +104857,14 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104857
104857
|
}, {
|
|
104858
104858
|
type: "FigmaRender";
|
|
104859
104859
|
originKey: string;
|
|
104860
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104860
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104861
104861
|
format: "Png";
|
|
104862
104862
|
fileId: string;
|
|
104863
104863
|
scale: number;
|
|
104864
104864
|
nodeId: string;
|
|
104865
104865
|
fileVersionId?: string | undefined;
|
|
104866
104866
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
104867
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
104867
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
104868
104868
|
}, {
|
|
104869
104869
|
type: z.ZodLiteral<"FigmaRender">;
|
|
104870
104870
|
fileId: z.ZodString;
|
|
@@ -104876,7 +104876,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104876
104876
|
}>, "strip", z.ZodTypeAny, {
|
|
104877
104877
|
type: "FigmaRender";
|
|
104878
104878
|
originKey: string;
|
|
104879
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104879
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104880
104880
|
format: "Svg";
|
|
104881
104881
|
fileId: string;
|
|
104882
104882
|
nodeId: string;
|
|
@@ -104884,7 +104884,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104884
104884
|
}, {
|
|
104885
104885
|
type: "FigmaRender";
|
|
104886
104886
|
originKey: string;
|
|
104887
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
104887
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
104888
104888
|
format: "Svg";
|
|
104889
104889
|
fileId: string;
|
|
104890
104890
|
nodeId: string;
|
|
@@ -104986,7 +104986,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104986
104986
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
104987
104987
|
renderNodeId: z.ZodString;
|
|
104988
104988
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
104989
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
104989
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
104990
104990
|
}, {
|
|
104991
104991
|
type: z.ZodLiteral<"FigmaRender">;
|
|
104992
104992
|
fileId: z.ZodString;
|
|
@@ -104998,7 +104998,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
104998
104998
|
}>, "strip", z.ZodTypeAny, {
|
|
104999
104999
|
type: "FigmaRender";
|
|
105000
105000
|
originKey: string;
|
|
105001
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105001
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105002
105002
|
format: "Svg";
|
|
105003
105003
|
fileId: string;
|
|
105004
105004
|
nodeId: string;
|
|
@@ -105006,7 +105006,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105006
105006
|
}, {
|
|
105007
105007
|
type: "FigmaRender";
|
|
105008
105008
|
originKey: string;
|
|
105009
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105009
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105010
105010
|
format: "Svg";
|
|
105011
105011
|
fileId: string;
|
|
105012
105012
|
nodeId: string;
|
|
@@ -105038,12 +105038,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105038
105038
|
type: "Url";
|
|
105039
105039
|
url: string;
|
|
105040
105040
|
originKey: string;
|
|
105041
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105041
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105042
105042
|
extension: string;
|
|
105043
105043
|
} | {
|
|
105044
105044
|
type: "FigmaRender";
|
|
105045
105045
|
originKey: string;
|
|
105046
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105046
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105047
105047
|
format: "Png";
|
|
105048
105048
|
fileId: string;
|
|
105049
105049
|
scale: number;
|
|
@@ -105052,7 +105052,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105052
105052
|
} | {
|
|
105053
105053
|
type: "FigmaRender";
|
|
105054
105054
|
originKey: string;
|
|
105055
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105055
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105056
105056
|
format: "Svg";
|
|
105057
105057
|
fileId: string;
|
|
105058
105058
|
nodeId: string;
|
|
@@ -105067,7 +105067,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105067
105067
|
svg?: {
|
|
105068
105068
|
type: "FigmaRender";
|
|
105069
105069
|
originKey: string;
|
|
105070
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105070
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105071
105071
|
format: "Svg";
|
|
105072
105072
|
fileId: string;
|
|
105073
105073
|
nodeId: string;
|
|
@@ -105114,12 +105114,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105114
105114
|
type: "Url";
|
|
105115
105115
|
url: string;
|
|
105116
105116
|
originKey: string;
|
|
105117
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105117
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105118
105118
|
extension: string;
|
|
105119
105119
|
} | {
|
|
105120
105120
|
type: "FigmaRender";
|
|
105121
105121
|
originKey: string;
|
|
105122
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105122
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105123
105123
|
format: "Png";
|
|
105124
105124
|
fileId: string;
|
|
105125
105125
|
scale: number;
|
|
@@ -105128,7 +105128,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105128
105128
|
} | {
|
|
105129
105129
|
type: "FigmaRender";
|
|
105130
105130
|
originKey: string;
|
|
105131
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105131
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105132
105132
|
format: "Svg";
|
|
105133
105133
|
fileId: string;
|
|
105134
105134
|
nodeId: string;
|
|
@@ -105143,7 +105143,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105143
105143
|
svg?: {
|
|
105144
105144
|
type: "FigmaRender";
|
|
105145
105145
|
originKey: string;
|
|
105146
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105146
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105147
105147
|
format: "Svg";
|
|
105148
105148
|
fileId: string;
|
|
105149
105149
|
nodeId: string;
|
|
@@ -105212,7 +105212,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105212
105212
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
105213
105213
|
}>, {
|
|
105214
105214
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
105215
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
105215
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
105216
105216
|
}, {
|
|
105217
105217
|
type: z.ZodLiteral<"Url">;
|
|
105218
105218
|
url: z.ZodString;
|
|
@@ -105222,16 +105222,16 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105222
105222
|
type: "Url";
|
|
105223
105223
|
url: string;
|
|
105224
105224
|
originKey: string;
|
|
105225
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105225
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105226
105226
|
extension: string;
|
|
105227
105227
|
}, {
|
|
105228
105228
|
type: "Url";
|
|
105229
105229
|
url: string;
|
|
105230
105230
|
originKey: string;
|
|
105231
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105231
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105232
105232
|
extension: string;
|
|
105233
105233
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
105234
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
105234
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
105235
105235
|
}, {
|
|
105236
105236
|
type: z.ZodLiteral<"FigmaRender">;
|
|
105237
105237
|
fileId: z.ZodString;
|
|
@@ -105244,7 +105244,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105244
105244
|
}>, "strip", z.ZodTypeAny, {
|
|
105245
105245
|
type: "FigmaRender";
|
|
105246
105246
|
originKey: string;
|
|
105247
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105247
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105248
105248
|
format: "Png";
|
|
105249
105249
|
fileId: string;
|
|
105250
105250
|
scale: number;
|
|
@@ -105253,14 +105253,14 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105253
105253
|
}, {
|
|
105254
105254
|
type: "FigmaRender";
|
|
105255
105255
|
originKey: string;
|
|
105256
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105256
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105257
105257
|
format: "Png";
|
|
105258
105258
|
fileId: string;
|
|
105259
105259
|
scale: number;
|
|
105260
105260
|
nodeId: string;
|
|
105261
105261
|
fileVersionId?: string | undefined;
|
|
105262
105262
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
105263
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
105263
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
105264
105264
|
}, {
|
|
105265
105265
|
type: z.ZodLiteral<"FigmaRender">;
|
|
105266
105266
|
fileId: z.ZodString;
|
|
@@ -105272,7 +105272,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105272
105272
|
}>, "strip", z.ZodTypeAny, {
|
|
105273
105273
|
type: "FigmaRender";
|
|
105274
105274
|
originKey: string;
|
|
105275
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105275
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105276
105276
|
format: "Svg";
|
|
105277
105277
|
fileId: string;
|
|
105278
105278
|
nodeId: string;
|
|
@@ -105280,7 +105280,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105280
105280
|
}, {
|
|
105281
105281
|
type: "FigmaRender";
|
|
105282
105282
|
originKey: string;
|
|
105283
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105283
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105284
105284
|
format: "Svg";
|
|
105285
105285
|
fileId: string;
|
|
105286
105286
|
nodeId: string;
|
|
@@ -105382,7 +105382,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105382
105382
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
105383
105383
|
renderNodeId: z.ZodString;
|
|
105384
105384
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
105385
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
105385
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
105386
105386
|
}, {
|
|
105387
105387
|
type: z.ZodLiteral<"FigmaRender">;
|
|
105388
105388
|
fileId: z.ZodString;
|
|
@@ -105394,7 +105394,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105394
105394
|
}>, "strip", z.ZodTypeAny, {
|
|
105395
105395
|
type: "FigmaRender";
|
|
105396
105396
|
originKey: string;
|
|
105397
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105397
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105398
105398
|
format: "Svg";
|
|
105399
105399
|
fileId: string;
|
|
105400
105400
|
nodeId: string;
|
|
@@ -105402,7 +105402,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105402
105402
|
}, {
|
|
105403
105403
|
type: "FigmaRender";
|
|
105404
105404
|
originKey: string;
|
|
105405
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105405
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105406
105406
|
format: "Svg";
|
|
105407
105407
|
fileId: string;
|
|
105408
105408
|
nodeId: string;
|
|
@@ -105434,12 +105434,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105434
105434
|
type: "Url";
|
|
105435
105435
|
url: string;
|
|
105436
105436
|
originKey: string;
|
|
105437
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105437
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105438
105438
|
extension: string;
|
|
105439
105439
|
} | {
|
|
105440
105440
|
type: "FigmaRender";
|
|
105441
105441
|
originKey: string;
|
|
105442
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105442
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105443
105443
|
format: "Png";
|
|
105444
105444
|
fileId: string;
|
|
105445
105445
|
scale: number;
|
|
@@ -105448,7 +105448,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105448
105448
|
} | {
|
|
105449
105449
|
type: "FigmaRender";
|
|
105450
105450
|
originKey: string;
|
|
105451
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105451
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105452
105452
|
format: "Svg";
|
|
105453
105453
|
fileId: string;
|
|
105454
105454
|
nodeId: string;
|
|
@@ -105463,7 +105463,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105463
105463
|
svg?: {
|
|
105464
105464
|
type: "FigmaRender";
|
|
105465
105465
|
originKey: string;
|
|
105466
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105466
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105467
105467
|
format: "Svg";
|
|
105468
105468
|
fileId: string;
|
|
105469
105469
|
nodeId: string;
|
|
@@ -105510,12 +105510,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105510
105510
|
type: "Url";
|
|
105511
105511
|
url: string;
|
|
105512
105512
|
originKey: string;
|
|
105513
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105513
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105514
105514
|
extension: string;
|
|
105515
105515
|
} | {
|
|
105516
105516
|
type: "FigmaRender";
|
|
105517
105517
|
originKey: string;
|
|
105518
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105518
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105519
105519
|
format: "Png";
|
|
105520
105520
|
fileId: string;
|
|
105521
105521
|
scale: number;
|
|
@@ -105524,7 +105524,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105524
105524
|
} | {
|
|
105525
105525
|
type: "FigmaRender";
|
|
105526
105526
|
originKey: string;
|
|
105527
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105527
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105528
105528
|
format: "Svg";
|
|
105529
105529
|
fileId: string;
|
|
105530
105530
|
nodeId: string;
|
|
@@ -105539,7 +105539,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105539
105539
|
svg?: {
|
|
105540
105540
|
type: "FigmaRender";
|
|
105541
105541
|
originKey: string;
|
|
105542
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105542
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
105543
105543
|
format: "Svg";
|
|
105544
105544
|
fileId: string;
|
|
105545
105545
|
nodeId: string;
|
|
@@ -111903,12 +111903,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111903
111903
|
type: "Url";
|
|
111904
111904
|
url: string;
|
|
111905
111905
|
originKey: string;
|
|
111906
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111906
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111907
111907
|
extension: string;
|
|
111908
111908
|
} | {
|
|
111909
111909
|
type: "FigmaRender";
|
|
111910
111910
|
originKey: string;
|
|
111911
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111911
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111912
111912
|
format: "Png";
|
|
111913
111913
|
fileId: string;
|
|
111914
111914
|
scale: number;
|
|
@@ -111917,7 +111917,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111917
111917
|
} | {
|
|
111918
111918
|
type: "FigmaRender";
|
|
111919
111919
|
originKey: string;
|
|
111920
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111920
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111921
111921
|
format: "Svg";
|
|
111922
111922
|
fileId: string;
|
|
111923
111923
|
nodeId: string;
|
|
@@ -111932,7 +111932,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
111932
111932
|
svg?: {
|
|
111933
111933
|
type: "FigmaRender";
|
|
111934
111934
|
originKey: string;
|
|
111935
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111935
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
111936
111936
|
format: "Svg";
|
|
111937
111937
|
fileId: string;
|
|
111938
111938
|
nodeId: string;
|
|
@@ -112366,12 +112366,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
112366
112366
|
type: "Url";
|
|
112367
112367
|
url: string;
|
|
112368
112368
|
originKey: string;
|
|
112369
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
112369
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112370
112370
|
extension: string;
|
|
112371
112371
|
} | {
|
|
112372
112372
|
type: "FigmaRender";
|
|
112373
112373
|
originKey: string;
|
|
112374
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
112374
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112375
112375
|
format: "Png";
|
|
112376
112376
|
fileId: string;
|
|
112377
112377
|
scale: number;
|
|
@@ -112380,7 +112380,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
112380
112380
|
} | {
|
|
112381
112381
|
type: "FigmaRender";
|
|
112382
112382
|
originKey: string;
|
|
112383
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
112383
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112384
112384
|
format: "Svg";
|
|
112385
112385
|
fileId: string;
|
|
112386
112386
|
nodeId: string;
|
|
@@ -112395,7 +112395,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
112395
112395
|
svg?: {
|
|
112396
112396
|
type: "FigmaRender";
|
|
112397
112397
|
originKey: string;
|
|
112398
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
112398
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
112399
112399
|
format: "Svg";
|
|
112400
112400
|
fileId: string;
|
|
112401
112401
|
nodeId: string;
|
|
@@ -113233,12 +113233,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113233
113233
|
type: "Url";
|
|
113234
113234
|
url: string;
|
|
113235
113235
|
originKey: string;
|
|
113236
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113236
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113237
113237
|
extension: string;
|
|
113238
113238
|
} | {
|
|
113239
113239
|
type: "FigmaRender";
|
|
113240
113240
|
originKey: string;
|
|
113241
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113241
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113242
113242
|
format: "Png";
|
|
113243
113243
|
fileId: string;
|
|
113244
113244
|
scale: number;
|
|
@@ -113247,7 +113247,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113247
113247
|
} | {
|
|
113248
113248
|
type: "FigmaRender";
|
|
113249
113249
|
originKey: string;
|
|
113250
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113250
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113251
113251
|
format: "Svg";
|
|
113252
113252
|
fileId: string;
|
|
113253
113253
|
nodeId: string;
|
|
@@ -113262,7 +113262,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113262
113262
|
svg?: {
|
|
113263
113263
|
type: "FigmaRender";
|
|
113264
113264
|
originKey: string;
|
|
113265
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113265
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113266
113266
|
format: "Svg";
|
|
113267
113267
|
fileId: string;
|
|
113268
113268
|
nodeId: string;
|
|
@@ -113691,12 +113691,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113691
113691
|
type: "Url";
|
|
113692
113692
|
url: string;
|
|
113693
113693
|
originKey: string;
|
|
113694
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113694
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113695
113695
|
extension: string;
|
|
113696
113696
|
} | {
|
|
113697
113697
|
type: "FigmaRender";
|
|
113698
113698
|
originKey: string;
|
|
113699
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113699
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113700
113700
|
format: "Png";
|
|
113701
113701
|
fileId: string;
|
|
113702
113702
|
scale: number;
|
|
@@ -113705,7 +113705,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113705
113705
|
} | {
|
|
113706
113706
|
type: "FigmaRender";
|
|
113707
113707
|
originKey: string;
|
|
113708
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113708
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113709
113709
|
format: "Svg";
|
|
113710
113710
|
fileId: string;
|
|
113711
113711
|
nodeId: string;
|
|
@@ -113720,7 +113720,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
113720
113720
|
svg?: {
|
|
113721
113721
|
type: "FigmaRender";
|
|
113722
113722
|
originKey: string;
|
|
113723
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
113723
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
113724
113724
|
format: "Svg";
|
|
113725
113725
|
fileId: string;
|
|
113726
113726
|
nodeId: string;
|
|
@@ -114575,7 +114575,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114575
114575
|
sortOrder: z.ZodNumber;
|
|
114576
114576
|
}, {
|
|
114577
114577
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
114578
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
114578
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
114579
114579
|
}, {
|
|
114580
114580
|
type: z.ZodLiteral<"Url">;
|
|
114581
114581
|
url: z.ZodString;
|
|
@@ -114585,16 +114585,16 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114585
114585
|
type: "Url";
|
|
114586
114586
|
url: string;
|
|
114587
114587
|
originKey: string;
|
|
114588
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114588
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114589
114589
|
extension: string;
|
|
114590
114590
|
}, {
|
|
114591
114591
|
type: "Url";
|
|
114592
114592
|
url: string;
|
|
114593
114593
|
originKey: string;
|
|
114594
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114594
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114595
114595
|
extension: string;
|
|
114596
114596
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
114597
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
114597
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
114598
114598
|
}, {
|
|
114599
114599
|
type: z.ZodLiteral<"FigmaRender">;
|
|
114600
114600
|
fileId: z.ZodString;
|
|
@@ -114607,7 +114607,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114607
114607
|
}>, "strip", z.ZodTypeAny, {
|
|
114608
114608
|
type: "FigmaRender";
|
|
114609
114609
|
originKey: string;
|
|
114610
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114610
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114611
114611
|
format: "Png";
|
|
114612
114612
|
fileId: string;
|
|
114613
114613
|
scale: number;
|
|
@@ -114616,14 +114616,14 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114616
114616
|
}, {
|
|
114617
114617
|
type: "FigmaRender";
|
|
114618
114618
|
originKey: string;
|
|
114619
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114619
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114620
114620
|
format: "Png";
|
|
114621
114621
|
fileId: string;
|
|
114622
114622
|
scale: number;
|
|
114623
114623
|
nodeId: string;
|
|
114624
114624
|
fileVersionId?: string | undefined;
|
|
114625
114625
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
114626
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
114626
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
114627
114627
|
}, {
|
|
114628
114628
|
type: z.ZodLiteral<"FigmaRender">;
|
|
114629
114629
|
fileId: z.ZodString;
|
|
@@ -114635,7 +114635,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114635
114635
|
}>, "strip", z.ZodTypeAny, {
|
|
114636
114636
|
type: "FigmaRender";
|
|
114637
114637
|
originKey: string;
|
|
114638
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114638
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114639
114639
|
format: "Svg";
|
|
114640
114640
|
fileId: string;
|
|
114641
114641
|
nodeId: string;
|
|
@@ -114643,7 +114643,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114643
114643
|
}, {
|
|
114644
114644
|
type: "FigmaRender";
|
|
114645
114645
|
originKey: string;
|
|
114646
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114646
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114647
114647
|
format: "Svg";
|
|
114648
114648
|
fileId: string;
|
|
114649
114649
|
nodeId: string;
|
|
@@ -114745,7 +114745,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114745
114745
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
114746
114746
|
renderNodeId: z.ZodString;
|
|
114747
114747
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
114748
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
114748
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
114749
114749
|
}, {
|
|
114750
114750
|
type: z.ZodLiteral<"FigmaRender">;
|
|
114751
114751
|
fileId: z.ZodString;
|
|
@@ -114757,7 +114757,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114757
114757
|
}>, "strip", z.ZodTypeAny, {
|
|
114758
114758
|
type: "FigmaRender";
|
|
114759
114759
|
originKey: string;
|
|
114760
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114760
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114761
114761
|
format: "Svg";
|
|
114762
114762
|
fileId: string;
|
|
114763
114763
|
nodeId: string;
|
|
@@ -114765,7 +114765,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114765
114765
|
}, {
|
|
114766
114766
|
type: "FigmaRender";
|
|
114767
114767
|
originKey: string;
|
|
114768
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114768
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114769
114769
|
format: "Svg";
|
|
114770
114770
|
fileId: string;
|
|
114771
114771
|
nodeId: string;
|
|
@@ -114818,12 +114818,12 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114818
114818
|
type: "Url";
|
|
114819
114819
|
url: string;
|
|
114820
114820
|
originKey: string;
|
|
114821
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114821
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114822
114822
|
extension: string;
|
|
114823
114823
|
} | {
|
|
114824
114824
|
type: "FigmaRender";
|
|
114825
114825
|
originKey: string;
|
|
114826
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114826
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114827
114827
|
format: "Png";
|
|
114828
114828
|
fileId: string;
|
|
114829
114829
|
scale: number;
|
|
@@ -114832,7 +114832,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114832
114832
|
} | {
|
|
114833
114833
|
type: "FigmaRender";
|
|
114834
114834
|
originKey: string;
|
|
114835
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114835
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114836
114836
|
format: "Svg";
|
|
114837
114837
|
fileId: string;
|
|
114838
114838
|
nodeId: string;
|
|
@@ -114841,7 +114841,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114841
114841
|
svg?: {
|
|
114842
114842
|
type: "FigmaRender";
|
|
114843
114843
|
originKey: string;
|
|
114844
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114844
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114845
114845
|
format: "Svg";
|
|
114846
114846
|
fileId: string;
|
|
114847
114847
|
nodeId: string;
|
|
@@ -114898,12 +114898,12 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114898
114898
|
type: "Url";
|
|
114899
114899
|
url: string;
|
|
114900
114900
|
originKey: string;
|
|
114901
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114901
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114902
114902
|
extension: string;
|
|
114903
114903
|
} | {
|
|
114904
114904
|
type: "FigmaRender";
|
|
114905
114905
|
originKey: string;
|
|
114906
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114906
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114907
114907
|
format: "Png";
|
|
114908
114908
|
fileId: string;
|
|
114909
114909
|
scale: number;
|
|
@@ -114912,7 +114912,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114912
114912
|
} | {
|
|
114913
114913
|
type: "FigmaRender";
|
|
114914
114914
|
originKey: string;
|
|
114915
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114915
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114916
114916
|
format: "Svg";
|
|
114917
114917
|
fileId: string;
|
|
114918
114918
|
nodeId: string;
|
|
@@ -114921,7 +114921,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
114921
114921
|
svg?: {
|
|
114922
114922
|
type: "FigmaRender";
|
|
114923
114923
|
originKey: string;
|
|
114924
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
114924
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
114925
114925
|
format: "Svg";
|
|
114926
114926
|
fileId: string;
|
|
114927
114927
|
nodeId: string;
|
|
@@ -114990,7 +114990,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
114990
114990
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
114991
114991
|
}>, {
|
|
114992
114992
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
114993
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
114993
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
114994
114994
|
}, {
|
|
114995
114995
|
type: z.ZodLiteral<"Url">;
|
|
114996
114996
|
url: z.ZodString;
|
|
@@ -115000,16 +115000,16 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115000
115000
|
type: "Url";
|
|
115001
115001
|
url: string;
|
|
115002
115002
|
originKey: string;
|
|
115003
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115003
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115004
115004
|
extension: string;
|
|
115005
115005
|
}, {
|
|
115006
115006
|
type: "Url";
|
|
115007
115007
|
url: string;
|
|
115008
115008
|
originKey: string;
|
|
115009
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115009
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115010
115010
|
extension: string;
|
|
115011
115011
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115012
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115012
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115013
115013
|
}, {
|
|
115014
115014
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115015
115015
|
fileId: z.ZodString;
|
|
@@ -115022,7 +115022,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115022
115022
|
}>, "strip", z.ZodTypeAny, {
|
|
115023
115023
|
type: "FigmaRender";
|
|
115024
115024
|
originKey: string;
|
|
115025
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115025
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115026
115026
|
format: "Png";
|
|
115027
115027
|
fileId: string;
|
|
115028
115028
|
scale: number;
|
|
@@ -115031,14 +115031,14 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115031
115031
|
}, {
|
|
115032
115032
|
type: "FigmaRender";
|
|
115033
115033
|
originKey: string;
|
|
115034
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115034
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115035
115035
|
format: "Png";
|
|
115036
115036
|
fileId: string;
|
|
115037
115037
|
scale: number;
|
|
115038
115038
|
nodeId: string;
|
|
115039
115039
|
fileVersionId?: string | undefined;
|
|
115040
115040
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115041
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115041
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115042
115042
|
}, {
|
|
115043
115043
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115044
115044
|
fileId: z.ZodString;
|
|
@@ -115050,7 +115050,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115050
115050
|
}>, "strip", z.ZodTypeAny, {
|
|
115051
115051
|
type: "FigmaRender";
|
|
115052
115052
|
originKey: string;
|
|
115053
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115053
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115054
115054
|
format: "Svg";
|
|
115055
115055
|
fileId: string;
|
|
115056
115056
|
nodeId: string;
|
|
@@ -115058,7 +115058,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115058
115058
|
}, {
|
|
115059
115059
|
type: "FigmaRender";
|
|
115060
115060
|
originKey: string;
|
|
115061
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115061
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115062
115062
|
format: "Svg";
|
|
115063
115063
|
fileId: string;
|
|
115064
115064
|
nodeId: string;
|
|
@@ -115160,7 +115160,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115160
115160
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
115161
115161
|
renderNodeId: z.ZodString;
|
|
115162
115162
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115163
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115163
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115164
115164
|
}, {
|
|
115165
115165
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115166
115166
|
fileId: z.ZodString;
|
|
@@ -115172,7 +115172,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115172
115172
|
}>, "strip", z.ZodTypeAny, {
|
|
115173
115173
|
type: "FigmaRender";
|
|
115174
115174
|
originKey: string;
|
|
115175
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115175
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115176
115176
|
format: "Svg";
|
|
115177
115177
|
fileId: string;
|
|
115178
115178
|
nodeId: string;
|
|
@@ -115180,7 +115180,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115180
115180
|
}, {
|
|
115181
115181
|
type: "FigmaRender";
|
|
115182
115182
|
originKey: string;
|
|
115183
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115183
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115184
115184
|
format: "Svg";
|
|
115185
115185
|
fileId: string;
|
|
115186
115186
|
nodeId: string;
|
|
@@ -115212,12 +115212,12 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115212
115212
|
type: "Url";
|
|
115213
115213
|
url: string;
|
|
115214
115214
|
originKey: string;
|
|
115215
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115215
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115216
115216
|
extension: string;
|
|
115217
115217
|
} | {
|
|
115218
115218
|
type: "FigmaRender";
|
|
115219
115219
|
originKey: string;
|
|
115220
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115220
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115221
115221
|
format: "Png";
|
|
115222
115222
|
fileId: string;
|
|
115223
115223
|
scale: number;
|
|
@@ -115226,7 +115226,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115226
115226
|
} | {
|
|
115227
115227
|
type: "FigmaRender";
|
|
115228
115228
|
originKey: string;
|
|
115229
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115229
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115230
115230
|
format: "Svg";
|
|
115231
115231
|
fileId: string;
|
|
115232
115232
|
nodeId: string;
|
|
@@ -115241,7 +115241,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115241
115241
|
svg?: {
|
|
115242
115242
|
type: "FigmaRender";
|
|
115243
115243
|
originKey: string;
|
|
115244
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115244
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115245
115245
|
format: "Svg";
|
|
115246
115246
|
fileId: string;
|
|
115247
115247
|
nodeId: string;
|
|
@@ -115288,12 +115288,12 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115288
115288
|
type: "Url";
|
|
115289
115289
|
url: string;
|
|
115290
115290
|
originKey: string;
|
|
115291
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115291
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115292
115292
|
extension: string;
|
|
115293
115293
|
} | {
|
|
115294
115294
|
type: "FigmaRender";
|
|
115295
115295
|
originKey: string;
|
|
115296
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115296
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115297
115297
|
format: "Png";
|
|
115298
115298
|
fileId: string;
|
|
115299
115299
|
scale: number;
|
|
@@ -115302,7 +115302,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115302
115302
|
} | {
|
|
115303
115303
|
type: "FigmaRender";
|
|
115304
115304
|
originKey: string;
|
|
115305
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115305
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115306
115306
|
format: "Svg";
|
|
115307
115307
|
fileId: string;
|
|
115308
115308
|
nodeId: string;
|
|
@@ -115317,7 +115317,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
115317
115317
|
svg?: {
|
|
115318
115318
|
type: "FigmaRender";
|
|
115319
115319
|
originKey: string;
|
|
115320
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115320
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115321
115321
|
format: "Svg";
|
|
115322
115322
|
fileId: string;
|
|
115323
115323
|
nodeId: string;
|
|
@@ -115387,7 +115387,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115387
115387
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
115388
115388
|
}>, {
|
|
115389
115389
|
thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
115390
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115390
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115391
115391
|
}, {
|
|
115392
115392
|
type: z.ZodLiteral<"Url">;
|
|
115393
115393
|
url: z.ZodString;
|
|
@@ -115397,16 +115397,16 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115397
115397
|
type: "Url";
|
|
115398
115398
|
url: string;
|
|
115399
115399
|
originKey: string;
|
|
115400
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115400
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115401
115401
|
extension: string;
|
|
115402
115402
|
}, {
|
|
115403
115403
|
type: "Url";
|
|
115404
115404
|
url: string;
|
|
115405
115405
|
originKey: string;
|
|
115406
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115406
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115407
115407
|
extension: string;
|
|
115408
115408
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115409
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115409
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115410
115410
|
}, {
|
|
115411
115411
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115412
115412
|
fileId: z.ZodString;
|
|
@@ -115419,7 +115419,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115419
115419
|
}>, "strip", z.ZodTypeAny, {
|
|
115420
115420
|
type: "FigmaRender";
|
|
115421
115421
|
originKey: string;
|
|
115422
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115422
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115423
115423
|
format: "Png";
|
|
115424
115424
|
fileId: string;
|
|
115425
115425
|
scale: number;
|
|
@@ -115428,14 +115428,14 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115428
115428
|
}, {
|
|
115429
115429
|
type: "FigmaRender";
|
|
115430
115430
|
originKey: string;
|
|
115431
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115431
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115432
115432
|
format: "Png";
|
|
115433
115433
|
fileId: string;
|
|
115434
115434
|
scale: number;
|
|
115435
115435
|
nodeId: string;
|
|
115436
115436
|
fileVersionId?: string | undefined;
|
|
115437
115437
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115438
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115438
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115439
115439
|
}, {
|
|
115440
115440
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115441
115441
|
fileId: z.ZodString;
|
|
@@ -115447,7 +115447,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115447
115447
|
}>, "strip", z.ZodTypeAny, {
|
|
115448
115448
|
type: "FigmaRender";
|
|
115449
115449
|
originKey: string;
|
|
115450
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115450
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115451
115451
|
format: "Svg";
|
|
115452
115452
|
fileId: string;
|
|
115453
115453
|
nodeId: string;
|
|
@@ -115455,7 +115455,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115455
115455
|
}, {
|
|
115456
115456
|
type: "FigmaRender";
|
|
115457
115457
|
originKey: string;
|
|
115458
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115458
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115459
115459
|
format: "Svg";
|
|
115460
115460
|
fileId: string;
|
|
115461
115461
|
nodeId: string;
|
|
@@ -115557,7 +115557,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115557
115557
|
variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
115558
115558
|
renderNodeId: z.ZodString;
|
|
115559
115559
|
svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115560
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115560
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115561
115561
|
}, {
|
|
115562
115562
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115563
115563
|
fileId: z.ZodString;
|
|
@@ -115569,7 +115569,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115569
115569
|
}>, "strip", z.ZodTypeAny, {
|
|
115570
115570
|
type: "FigmaRender";
|
|
115571
115571
|
originKey: string;
|
|
115572
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115572
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115573
115573
|
format: "Svg";
|
|
115574
115574
|
fileId: string;
|
|
115575
115575
|
nodeId: string;
|
|
@@ -115577,7 +115577,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115577
115577
|
}, {
|
|
115578
115578
|
type: "FigmaRender";
|
|
115579
115579
|
originKey: string;
|
|
115580
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115580
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115581
115581
|
format: "Svg";
|
|
115582
115582
|
fileId: string;
|
|
115583
115583
|
nodeId: string;
|
|
@@ -115609,12 +115609,12 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115609
115609
|
type: "Url";
|
|
115610
115610
|
url: string;
|
|
115611
115611
|
originKey: string;
|
|
115612
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115612
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115613
115613
|
extension: string;
|
|
115614
115614
|
} | {
|
|
115615
115615
|
type: "FigmaRender";
|
|
115616
115616
|
originKey: string;
|
|
115617
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115617
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115618
115618
|
format: "Png";
|
|
115619
115619
|
fileId: string;
|
|
115620
115620
|
scale: number;
|
|
@@ -115623,7 +115623,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115623
115623
|
} | {
|
|
115624
115624
|
type: "FigmaRender";
|
|
115625
115625
|
originKey: string;
|
|
115626
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115626
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115627
115627
|
format: "Svg";
|
|
115628
115628
|
fileId: string;
|
|
115629
115629
|
nodeId: string;
|
|
@@ -115638,7 +115638,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115638
115638
|
svg?: {
|
|
115639
115639
|
type: "FigmaRender";
|
|
115640
115640
|
originKey: string;
|
|
115641
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115641
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115642
115642
|
format: "Svg";
|
|
115643
115643
|
fileId: string;
|
|
115644
115644
|
nodeId: string;
|
|
@@ -115685,12 +115685,12 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115685
115685
|
type: "Url";
|
|
115686
115686
|
url: string;
|
|
115687
115687
|
originKey: string;
|
|
115688
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115688
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115689
115689
|
extension: string;
|
|
115690
115690
|
} | {
|
|
115691
115691
|
type: "FigmaRender";
|
|
115692
115692
|
originKey: string;
|
|
115693
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115693
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115694
115694
|
format: "Png";
|
|
115695
115695
|
fileId: string;
|
|
115696
115696
|
scale: number;
|
|
@@ -115699,7 +115699,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115699
115699
|
} | {
|
|
115700
115700
|
type: "FigmaRender";
|
|
115701
115701
|
originKey: string;
|
|
115702
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115702
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115703
115703
|
format: "Svg";
|
|
115704
115704
|
fileId: string;
|
|
115705
115705
|
nodeId: string;
|
|
@@ -115714,7 +115714,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
115714
115714
|
svg?: {
|
|
115715
115715
|
type: "FigmaRender";
|
|
115716
115716
|
originKey: string;
|
|
115717
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115717
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115718
115718
|
format: "Svg";
|
|
115719
115719
|
fileId: string;
|
|
115720
115720
|
nodeId: string;
|
|
@@ -115756,7 +115756,7 @@ type AssetImportModelInput = z.infer<typeof AssetImportModelInput>;
|
|
|
115756
115756
|
declare const ImageImportModelType: z.ZodEnum<["Url", "FigmaRender"]>;
|
|
115757
115757
|
type ImageImportModelType = z.infer<typeof ImageImportModelType>;
|
|
115758
115758
|
declare const UrlImageImportModel: z.ZodObject<z.objectUtil.extendShape<{
|
|
115759
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115759
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115760
115760
|
}, {
|
|
115761
115761
|
type: z.ZodLiteral<"Url">;
|
|
115762
115762
|
url: z.ZodString;
|
|
@@ -115766,20 +115766,20 @@ declare const UrlImageImportModel: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
115766
115766
|
type: "Url";
|
|
115767
115767
|
url: string;
|
|
115768
115768
|
originKey: string;
|
|
115769
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115769
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115770
115770
|
extension: string;
|
|
115771
115771
|
}, {
|
|
115772
115772
|
type: "Url";
|
|
115773
115773
|
url: string;
|
|
115774
115774
|
originKey: string;
|
|
115775
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115775
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115776
115776
|
extension: string;
|
|
115777
115777
|
}>;
|
|
115778
115778
|
type UrlImageImportModel = z.infer<typeof UrlImageImportModel>;
|
|
115779
115779
|
declare const FigmaRenderFormat: z.ZodEnum<["Svg", "Png", "Pdf"]>;
|
|
115780
115780
|
type FigmaRenderFormat = z.infer<typeof FigmaRenderFormat>;
|
|
115781
115781
|
declare const FigmaRenderBase: z.ZodObject<z.objectUtil.extendShape<{
|
|
115782
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115782
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115783
115783
|
}, {
|
|
115784
115784
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115785
115785
|
fileId: z.ZodString;
|
|
@@ -115789,21 +115789,21 @@ declare const FigmaRenderBase: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
115789
115789
|
}>, "strip", z.ZodTypeAny, {
|
|
115790
115790
|
type: "FigmaRender";
|
|
115791
115791
|
originKey: string;
|
|
115792
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115792
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115793
115793
|
fileId: string;
|
|
115794
115794
|
nodeId: string;
|
|
115795
115795
|
fileVersionId?: string | undefined;
|
|
115796
115796
|
}, {
|
|
115797
115797
|
type: "FigmaRender";
|
|
115798
115798
|
originKey: string;
|
|
115799
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115799
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115800
115800
|
fileId: string;
|
|
115801
115801
|
nodeId: string;
|
|
115802
115802
|
fileVersionId?: string | undefined;
|
|
115803
115803
|
}>;
|
|
115804
115804
|
type FigmaRenderBase = z.infer<typeof FigmaRenderBase>;
|
|
115805
115805
|
declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115806
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115806
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115807
115807
|
}, {
|
|
115808
115808
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115809
115809
|
fileId: z.ZodString;
|
|
@@ -115816,7 +115816,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115816
115816
|
}>, "strip", z.ZodTypeAny, {
|
|
115817
115817
|
type: "FigmaRender";
|
|
115818
115818
|
originKey: string;
|
|
115819
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115819
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115820
115820
|
format: "Png";
|
|
115821
115821
|
fileId: string;
|
|
115822
115822
|
scale: number;
|
|
@@ -115825,7 +115825,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115825
115825
|
}, {
|
|
115826
115826
|
type: "FigmaRender";
|
|
115827
115827
|
originKey: string;
|
|
115828
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115828
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115829
115829
|
format: "Png";
|
|
115830
115830
|
fileId: string;
|
|
115831
115831
|
scale: number;
|
|
@@ -115834,7 +115834,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115834
115834
|
}>;
|
|
115835
115835
|
type FigmaPngRenderImportModel = z.infer<typeof FigmaPngRenderImportModel>;
|
|
115836
115836
|
declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115837
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115837
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115838
115838
|
}, {
|
|
115839
115839
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115840
115840
|
fileId: z.ZodString;
|
|
@@ -115846,7 +115846,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115846
115846
|
}>, "strip", z.ZodTypeAny, {
|
|
115847
115847
|
type: "FigmaRender";
|
|
115848
115848
|
originKey: string;
|
|
115849
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115849
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115850
115850
|
format: "Svg";
|
|
115851
115851
|
fileId: string;
|
|
115852
115852
|
nodeId: string;
|
|
@@ -115854,7 +115854,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115854
115854
|
}, {
|
|
115855
115855
|
type: "FigmaRender";
|
|
115856
115856
|
originKey: string;
|
|
115857
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115857
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115858
115858
|
format: "Svg";
|
|
115859
115859
|
fileId: string;
|
|
115860
115860
|
nodeId: string;
|
|
@@ -115862,7 +115862,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
115862
115862
|
}>;
|
|
115863
115863
|
type FigmaSvgRenderImportModel = z.infer<typeof FigmaSvgRenderImportModel>;
|
|
115864
115864
|
declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115865
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115865
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115866
115866
|
}, {
|
|
115867
115867
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115868
115868
|
fileId: z.ZodString;
|
|
@@ -115875,7 +115875,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
|
|
|
115875
115875
|
}>, "strip", z.ZodTypeAny, {
|
|
115876
115876
|
type: "FigmaRender";
|
|
115877
115877
|
originKey: string;
|
|
115878
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115878
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115879
115879
|
format: "Png";
|
|
115880
115880
|
fileId: string;
|
|
115881
115881
|
scale: number;
|
|
@@ -115884,14 +115884,14 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
|
|
|
115884
115884
|
}, {
|
|
115885
115885
|
type: "FigmaRender";
|
|
115886
115886
|
originKey: string;
|
|
115887
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115887
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115888
115888
|
format: "Png";
|
|
115889
115889
|
fileId: string;
|
|
115890
115890
|
scale: number;
|
|
115891
115891
|
nodeId: string;
|
|
115892
115892
|
fileVersionId?: string | undefined;
|
|
115893
115893
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115894
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115894
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115895
115895
|
}, {
|
|
115896
115896
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115897
115897
|
fileId: z.ZodString;
|
|
@@ -115903,7 +115903,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
|
|
|
115903
115903
|
}>, "strip", z.ZodTypeAny, {
|
|
115904
115904
|
type: "FigmaRender";
|
|
115905
115905
|
originKey: string;
|
|
115906
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115906
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115907
115907
|
format: "Svg";
|
|
115908
115908
|
fileId: string;
|
|
115909
115909
|
nodeId: string;
|
|
@@ -115911,7 +115911,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
|
|
|
115911
115911
|
}, {
|
|
115912
115912
|
type: "FigmaRender";
|
|
115913
115913
|
originKey: string;
|
|
115914
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115914
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115915
115915
|
format: "Svg";
|
|
115916
115916
|
fileId: string;
|
|
115917
115917
|
nodeId: string;
|
|
@@ -115919,7 +115919,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
|
|
|
115919
115919
|
}>]>;
|
|
115920
115920
|
type FigmaRenderImportModel = z.infer<typeof FigmaRenderImportModel>;
|
|
115921
115921
|
declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
115922
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115922
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115923
115923
|
}, {
|
|
115924
115924
|
type: z.ZodLiteral<"Url">;
|
|
115925
115925
|
url: z.ZodString;
|
|
@@ -115929,16 +115929,16 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
115929
115929
|
type: "Url";
|
|
115930
115930
|
url: string;
|
|
115931
115931
|
originKey: string;
|
|
115932
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115932
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115933
115933
|
extension: string;
|
|
115934
115934
|
}, {
|
|
115935
115935
|
type: "Url";
|
|
115936
115936
|
url: string;
|
|
115937
115937
|
originKey: string;
|
|
115938
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115938
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115939
115939
|
extension: string;
|
|
115940
115940
|
}>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115941
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115941
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115942
115942
|
}, {
|
|
115943
115943
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115944
115944
|
fileId: z.ZodString;
|
|
@@ -115951,7 +115951,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
115951
115951
|
}>, "strip", z.ZodTypeAny, {
|
|
115952
115952
|
type: "FigmaRender";
|
|
115953
115953
|
originKey: string;
|
|
115954
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115954
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115955
115955
|
format: "Png";
|
|
115956
115956
|
fileId: string;
|
|
115957
115957
|
scale: number;
|
|
@@ -115960,14 +115960,14 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
115960
115960
|
}, {
|
|
115961
115961
|
type: "FigmaRender";
|
|
115962
115962
|
originKey: string;
|
|
115963
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115963
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115964
115964
|
format: "Png";
|
|
115965
115965
|
fileId: string;
|
|
115966
115966
|
scale: number;
|
|
115967
115967
|
nodeId: string;
|
|
115968
115968
|
fileVersionId?: string | undefined;
|
|
115969
115969
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
115970
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
115970
|
+
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
|
|
115971
115971
|
}, {
|
|
115972
115972
|
type: z.ZodLiteral<"FigmaRender">;
|
|
115973
115973
|
fileId: z.ZodString;
|
|
@@ -115979,7 +115979,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
115979
115979
|
}>, "strip", z.ZodTypeAny, {
|
|
115980
115980
|
type: "FigmaRender";
|
|
115981
115981
|
originKey: string;
|
|
115982
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115982
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115983
115983
|
format: "Svg";
|
|
115984
115984
|
fileId: string;
|
|
115985
115985
|
nodeId: string;
|
|
@@ -115987,7 +115987,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
|
|
|
115987
115987
|
}, {
|
|
115988
115988
|
type: "FigmaRender";
|
|
115989
115989
|
originKey: string;
|
|
115990
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
115990
|
+
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
|
|
115991
115991
|
format: "Svg";
|
|
115992
115992
|
fileId: string;
|
|
115993
115993
|
nodeId: string;
|
|
@@ -145561,7 +145561,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
|
|
|
145561
145561
|
}>, "many">>;
|
|
145562
145562
|
linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
|
|
145563
145563
|
}, "strip", z.ZodTypeAny, {
|
|
145564
|
-
type: "Boolean" | "Number" | "
|
|
145564
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
145565
145565
|
id: string;
|
|
145566
145566
|
name: string;
|
|
145567
145567
|
persistentId: string;
|
|
@@ -145578,7 +145578,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
|
|
|
145578
145578
|
}[] | undefined;
|
|
145579
145579
|
linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
|
|
145580
145580
|
}, {
|
|
145581
|
-
type: "Boolean" | "Number" | "
|
|
145581
|
+
type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
|
|
145582
145582
|
id: string;
|
|
145583
145583
|
name: string;
|
|
145584
145584
|
persistentId: string;
|
|
@@ -161237,7 +161237,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
161237
161237
|
} | null | undefined>;
|
|
161238
161238
|
}, {
|
|
161239
161239
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
161240
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
161240
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
161241
161241
|
persistentId: string;
|
|
161242
161242
|
asset?: {
|
|
161243
161243
|
type: "image" | "figmaFrame";
|
|
@@ -161525,7 +161525,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
161525
161525
|
} | null | undefined;
|
|
161526
161526
|
} & {
|
|
161527
161527
|
children: ({
|
|
161528
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
161528
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
161529
161529
|
persistentId: string;
|
|
161530
161530
|
asset?: {
|
|
161531
161531
|
type: "image" | "figmaFrame";
|
|
@@ -161881,7 +161881,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
161881
161881
|
isPrivate?: boolean | undefined;
|
|
161882
161882
|
} | null | undefined;
|
|
161883
161883
|
oldBlocks?: ({
|
|
161884
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
161884
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
161885
161885
|
persistentId: string;
|
|
161886
161886
|
asset?: {
|
|
161887
161887
|
type: "image" | "figmaFrame";
|
|
@@ -162169,7 +162169,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
162169
162169
|
} | null | undefined;
|
|
162170
162170
|
} & {
|
|
162171
162171
|
children: ({
|
|
162172
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
162172
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
162173
162173
|
persistentId: string;
|
|
162174
162174
|
asset?: {
|
|
162175
162175
|
type: "image" | "figmaFrame";
|
|
@@ -162543,7 +162543,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
162543
162543
|
isPrivate?: boolean | undefined;
|
|
162544
162544
|
} | null | undefined;
|
|
162545
162545
|
oldBlocks?: ({
|
|
162546
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
162546
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
162547
162547
|
persistentId: string;
|
|
162548
162548
|
asset?: {
|
|
162549
162549
|
type: "image" | "figmaFrame";
|
|
@@ -162831,7 +162831,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
162831
162831
|
} | null | undefined;
|
|
162832
162832
|
} & {
|
|
162833
162833
|
children: ({
|
|
162834
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
162834
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
162835
162835
|
persistentId: string;
|
|
162836
162836
|
asset?: {
|
|
162837
162837
|
type: "image" | "figmaFrame";
|
|
@@ -163626,7 +163626,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
163626
163626
|
} | null | undefined>;
|
|
163627
163627
|
}, {
|
|
163628
163628
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
163629
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
163629
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
163630
163630
|
persistentId: string;
|
|
163631
163631
|
asset?: {
|
|
163632
163632
|
type: "image" | "figmaFrame";
|
|
@@ -163914,7 +163914,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
163914
163914
|
} | null | undefined;
|
|
163915
163915
|
} & {
|
|
163916
163916
|
children: ({
|
|
163917
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
163917
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
163918
163918
|
persistentId: string;
|
|
163919
163919
|
asset?: {
|
|
163920
163920
|
type: "image" | "figmaFrame";
|
|
@@ -164270,7 +164270,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
164270
164270
|
isPrivate?: boolean | undefined;
|
|
164271
164271
|
} | null | undefined;
|
|
164272
164272
|
oldBlocks?: ({
|
|
164273
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
164273
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
164274
164274
|
persistentId: string;
|
|
164275
164275
|
asset?: {
|
|
164276
164276
|
type: "image" | "figmaFrame";
|
|
@@ -164558,7 +164558,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
164558
164558
|
} | null | undefined;
|
|
164559
164559
|
} & {
|
|
164560
164560
|
children: ({
|
|
164561
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
164561
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
164562
164562
|
persistentId: string;
|
|
164563
164563
|
asset?: {
|
|
164564
164564
|
type: "image" | "figmaFrame";
|
|
@@ -164932,7 +164932,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
164932
164932
|
isPrivate?: boolean | undefined;
|
|
164933
164933
|
} | null | undefined;
|
|
164934
164934
|
oldBlocks?: ({
|
|
164935
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
164935
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
164936
164936
|
persistentId: string;
|
|
164937
164937
|
asset?: {
|
|
164938
164938
|
type: "image" | "figmaFrame";
|
|
@@ -165220,7 +165220,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
165220
165220
|
} | null | undefined;
|
|
165221
165221
|
} & {
|
|
165222
165222
|
children: ({
|
|
165223
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
165223
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
165224
165224
|
persistentId: string;
|
|
165225
165225
|
asset?: {
|
|
165226
165226
|
type: "image" | "figmaFrame";
|
|
@@ -165624,7 +165624,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
165624
165624
|
isPrivate?: boolean | undefined;
|
|
165625
165625
|
} | null | undefined;
|
|
165626
165626
|
oldBlocks?: ({
|
|
165627
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
165627
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
165628
165628
|
persistentId: string;
|
|
165629
165629
|
asset?: {
|
|
165630
165630
|
type: "image" | "figmaFrame";
|
|
@@ -165912,7 +165912,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
165912
165912
|
} | null | undefined;
|
|
165913
165913
|
} & {
|
|
165914
165914
|
children: ({
|
|
165915
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
165915
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
165916
165916
|
persistentId: string;
|
|
165917
165917
|
asset?: {
|
|
165918
165918
|
type: "image" | "figmaFrame";
|
|
@@ -167069,7 +167069,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
167069
167069
|
isPrivate?: boolean | undefined;
|
|
167070
167070
|
} | null | undefined;
|
|
167071
167071
|
oldBlocks?: ({
|
|
167072
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
167072
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
167073
167073
|
persistentId: string;
|
|
167074
167074
|
asset?: {
|
|
167075
167075
|
type: "image" | "figmaFrame";
|
|
@@ -167357,7 +167357,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
167357
167357
|
} | null | undefined;
|
|
167358
167358
|
} & {
|
|
167359
167359
|
children: ({
|
|
167360
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
167360
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
167361
167361
|
persistentId: string;
|
|
167362
167362
|
asset?: {
|
|
167363
167363
|
type: "image" | "figmaFrame";
|
|
@@ -167698,7 +167698,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
167698
167698
|
isPrivate?: boolean | undefined;
|
|
167699
167699
|
} | null | undefined;
|
|
167700
167700
|
oldBlocks?: ({
|
|
167701
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
167701
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
167702
167702
|
persistentId: string;
|
|
167703
167703
|
asset?: {
|
|
167704
167704
|
type: "image" | "figmaFrame";
|
|
@@ -167986,7 +167986,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
167986
167986
|
} | null | undefined;
|
|
167987
167987
|
} & {
|
|
167988
167988
|
children: ({
|
|
167989
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
167989
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
167990
167990
|
persistentId: string;
|
|
167991
167991
|
asset?: {
|
|
167992
167992
|
type: "image" | "figmaFrame";
|
|
@@ -168536,7 +168536,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
168536
168536
|
} | null | undefined>;
|
|
168537
168537
|
}, {
|
|
168538
168538
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
168539
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
168539
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
168540
168540
|
persistentId: string;
|
|
168541
168541
|
asset?: {
|
|
168542
168542
|
type: "image" | "figmaFrame";
|
|
@@ -168824,7 +168824,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
168824
168824
|
} | null | undefined;
|
|
168825
168825
|
} & {
|
|
168826
168826
|
children: ({
|
|
168827
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
168827
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
168828
168828
|
persistentId: string;
|
|
168829
168829
|
asset?: {
|
|
168830
168830
|
type: "image" | "figmaFrame";
|
|
@@ -169180,7 +169180,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
169180
169180
|
isPrivate?: boolean | undefined;
|
|
169181
169181
|
} | null | undefined;
|
|
169182
169182
|
oldBlocks?: ({
|
|
169183
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
169183
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
169184
169184
|
persistentId: string;
|
|
169185
169185
|
asset?: {
|
|
169186
169186
|
type: "image" | "figmaFrame";
|
|
@@ -169468,7 +169468,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
169468
169468
|
} | null | undefined;
|
|
169469
169469
|
} & {
|
|
169470
169470
|
children: ({
|
|
169471
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
169471
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
169472
169472
|
persistentId: string;
|
|
169473
169473
|
asset?: {
|
|
169474
169474
|
type: "image" | "figmaFrame";
|
|
@@ -169842,7 +169842,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
169842
169842
|
isPrivate?: boolean | undefined;
|
|
169843
169843
|
} | null | undefined;
|
|
169844
169844
|
oldBlocks?: ({
|
|
169845
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
169845
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
169846
169846
|
persistentId: string;
|
|
169847
169847
|
asset?: {
|
|
169848
169848
|
type: "image" | "figmaFrame";
|
|
@@ -170130,7 +170130,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
170130
170130
|
} | null | undefined;
|
|
170131
170131
|
} & {
|
|
170132
170132
|
children: ({
|
|
170133
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
170133
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
170134
170134
|
persistentId: string;
|
|
170135
170135
|
asset?: {
|
|
170136
170136
|
type: "image" | "figmaFrame";
|
|
@@ -170927,7 +170927,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
170927
170927
|
} | null | undefined>;
|
|
170928
170928
|
}, {
|
|
170929
170929
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
170930
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
170930
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
170931
170931
|
persistentId: string;
|
|
170932
170932
|
asset?: {
|
|
170933
170933
|
type: "image" | "figmaFrame";
|
|
@@ -171215,7 +171215,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
171215
171215
|
} | null | undefined;
|
|
171216
171216
|
} & {
|
|
171217
171217
|
children: ({
|
|
171218
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
171218
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
171219
171219
|
persistentId: string;
|
|
171220
171220
|
asset?: {
|
|
171221
171221
|
type: "image" | "figmaFrame";
|
|
@@ -171571,7 +171571,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
171571
171571
|
isPrivate?: boolean | undefined;
|
|
171572
171572
|
} | null | undefined;
|
|
171573
171573
|
oldBlocks?: ({
|
|
171574
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
171574
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
171575
171575
|
persistentId: string;
|
|
171576
171576
|
asset?: {
|
|
171577
171577
|
type: "image" | "figmaFrame";
|
|
@@ -171859,7 +171859,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
171859
171859
|
} | null | undefined;
|
|
171860
171860
|
} & {
|
|
171861
171861
|
children: ({
|
|
171862
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
171862
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
171863
171863
|
persistentId: string;
|
|
171864
171864
|
asset?: {
|
|
171865
171865
|
type: "image" | "figmaFrame";
|
|
@@ -172233,7 +172233,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
172233
172233
|
isPrivate?: boolean | undefined;
|
|
172234
172234
|
} | null | undefined;
|
|
172235
172235
|
oldBlocks?: ({
|
|
172236
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
172236
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
172237
172237
|
persistentId: string;
|
|
172238
172238
|
asset?: {
|
|
172239
172239
|
type: "image" | "figmaFrame";
|
|
@@ -172521,7 +172521,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
172521
172521
|
} | null | undefined;
|
|
172522
172522
|
} & {
|
|
172523
172523
|
children: ({
|
|
172524
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
172524
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
172525
172525
|
persistentId: string;
|
|
172526
172526
|
asset?: {
|
|
172527
172527
|
type: "image" | "figmaFrame";
|
|
@@ -172925,7 +172925,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
172925
172925
|
isPrivate?: boolean | undefined;
|
|
172926
172926
|
} | null | undefined;
|
|
172927
172927
|
oldBlocks?: ({
|
|
172928
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
172928
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
172929
172929
|
persistentId: string;
|
|
172930
172930
|
asset?: {
|
|
172931
172931
|
type: "image" | "figmaFrame";
|
|
@@ -173213,7 +173213,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
173213
173213
|
} | null | undefined;
|
|
173214
173214
|
} & {
|
|
173215
173215
|
children: ({
|
|
173216
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
173216
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
173217
173217
|
persistentId: string;
|
|
173218
173218
|
asset?: {
|
|
173219
173219
|
type: "image" | "figmaFrame";
|
|
@@ -174358,7 +174358,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
174358
174358
|
isPrivate?: boolean | undefined;
|
|
174359
174359
|
} | null | undefined;
|
|
174360
174360
|
oldBlocks?: ({
|
|
174361
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
174361
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
174362
174362
|
persistentId: string;
|
|
174363
174363
|
asset?: {
|
|
174364
174364
|
type: "image" | "figmaFrame";
|
|
@@ -174646,7 +174646,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
174646
174646
|
} | null | undefined;
|
|
174647
174647
|
} & {
|
|
174648
174648
|
children: ({
|
|
174649
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
174649
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
174650
174650
|
persistentId: string;
|
|
174651
174651
|
asset?: {
|
|
174652
174652
|
type: "image" | "figmaFrame";
|
|
@@ -174987,7 +174987,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
174987
174987
|
isPrivate?: boolean | undefined;
|
|
174988
174988
|
} | null | undefined;
|
|
174989
174989
|
oldBlocks?: ({
|
|
174990
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
174990
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
174991
174991
|
persistentId: string;
|
|
174992
174992
|
asset?: {
|
|
174993
174993
|
type: "image" | "figmaFrame";
|
|
@@ -175275,7 +175275,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
175275
175275
|
} | null | undefined;
|
|
175276
175276
|
} & {
|
|
175277
175277
|
children: ({
|
|
175278
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
175278
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
175279
175279
|
persistentId: string;
|
|
175280
175280
|
asset?: {
|
|
175281
175281
|
type: "image" | "figmaFrame";
|
|
@@ -176754,7 +176754,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
176754
176754
|
} | null | undefined>;
|
|
176755
176755
|
}, {
|
|
176756
176756
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
176757
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
176757
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
176758
176758
|
persistentId: string;
|
|
176759
176759
|
asset?: {
|
|
176760
176760
|
type: "image" | "figmaFrame";
|
|
@@ -177042,7 +177042,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
177042
177042
|
} | null | undefined;
|
|
177043
177043
|
} & {
|
|
177044
177044
|
children: ({
|
|
177045
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
177045
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
177046
177046
|
persistentId: string;
|
|
177047
177047
|
asset?: {
|
|
177048
177048
|
type: "image" | "figmaFrame";
|
|
@@ -177398,7 +177398,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
177398
177398
|
isPrivate?: boolean | undefined;
|
|
177399
177399
|
} | null | undefined;
|
|
177400
177400
|
oldBlocks?: ({
|
|
177401
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
177401
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
177402
177402
|
persistentId: string;
|
|
177403
177403
|
asset?: {
|
|
177404
177404
|
type: "image" | "figmaFrame";
|
|
@@ -177686,7 +177686,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
177686
177686
|
} | null | undefined;
|
|
177687
177687
|
} & {
|
|
177688
177688
|
children: ({
|
|
177689
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
177689
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
177690
177690
|
persistentId: string;
|
|
177691
177691
|
asset?: {
|
|
177692
177692
|
type: "image" | "figmaFrame";
|
|
@@ -178060,7 +178060,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
178060
178060
|
isPrivate?: boolean | undefined;
|
|
178061
178061
|
} | null | undefined;
|
|
178062
178062
|
oldBlocks?: ({
|
|
178063
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
178063
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
178064
178064
|
persistentId: string;
|
|
178065
178065
|
asset?: {
|
|
178066
178066
|
type: "image" | "figmaFrame";
|
|
@@ -178348,7 +178348,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
178348
178348
|
} | null | undefined;
|
|
178349
178349
|
} & {
|
|
178350
178350
|
children: ({
|
|
178351
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
178351
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
178352
178352
|
persistentId: string;
|
|
178353
178353
|
asset?: {
|
|
178354
178354
|
type: "image" | "figmaFrame";
|
|
@@ -179121,7 +179121,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
179121
179121
|
isPrivate?: boolean | undefined;
|
|
179122
179122
|
} | null | undefined;
|
|
179123
179123
|
oldBlocks?: ({
|
|
179124
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
179124
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
179125
179125
|
persistentId: string;
|
|
179126
179126
|
asset?: {
|
|
179127
179127
|
type: "image" | "figmaFrame";
|
|
@@ -179409,7 +179409,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
179409
179409
|
} | null | undefined;
|
|
179410
179410
|
} & {
|
|
179411
179411
|
children: ({
|
|
179412
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
179412
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
179413
179413
|
persistentId: string;
|
|
179414
179414
|
asset?: {
|
|
179415
179415
|
type: "image" | "figmaFrame";
|
|
@@ -179923,7 +179923,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
179923
179923
|
} | null | undefined>;
|
|
179924
179924
|
}, {
|
|
179925
179925
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
179926
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
179926
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
179927
179927
|
persistentId: string;
|
|
179928
179928
|
asset?: {
|
|
179929
179929
|
type: "image" | "figmaFrame";
|
|
@@ -180211,7 +180211,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
180211
180211
|
} | null | undefined;
|
|
180212
180212
|
} & {
|
|
180213
180213
|
children: ({
|
|
180214
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
180214
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
180215
180215
|
persistentId: string;
|
|
180216
180216
|
asset?: {
|
|
180217
180217
|
type: "image" | "figmaFrame";
|
|
@@ -180567,7 +180567,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
180567
180567
|
isPrivate?: boolean | undefined;
|
|
180568
180568
|
} | null | undefined;
|
|
180569
180569
|
oldBlocks?: ({
|
|
180570
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
180570
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
180571
180571
|
persistentId: string;
|
|
180572
180572
|
asset?: {
|
|
180573
180573
|
type: "image" | "figmaFrame";
|
|
@@ -180855,7 +180855,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
180855
180855
|
} | null | undefined;
|
|
180856
180856
|
} & {
|
|
180857
180857
|
children: ({
|
|
180858
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
180858
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
180859
180859
|
persistentId: string;
|
|
180860
180860
|
asset?: {
|
|
180861
180861
|
type: "image" | "figmaFrame";
|
|
@@ -181229,7 +181229,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
181229
181229
|
isPrivate?: boolean | undefined;
|
|
181230
181230
|
} | null | undefined;
|
|
181231
181231
|
oldBlocks?: ({
|
|
181232
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
181232
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
181233
181233
|
persistentId: string;
|
|
181234
181234
|
asset?: {
|
|
181235
181235
|
type: "image" | "figmaFrame";
|
|
@@ -181517,7 +181517,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
181517
181517
|
} | null | undefined;
|
|
181518
181518
|
} & {
|
|
181519
181519
|
children: ({
|
|
181520
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
181520
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
181521
181521
|
persistentId: string;
|
|
181522
181522
|
asset?: {
|
|
181523
181523
|
type: "image" | "figmaFrame";
|
|
@@ -182885,14 +182885,14 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
182885
182885
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
182886
182886
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
182887
182887
|
}, "strip", z.ZodTypeAny, {
|
|
182888
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
182888
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
182889
182889
|
id: string;
|
|
182890
182890
|
name: string;
|
|
182891
182891
|
options?: Record<string, any> | undefined;
|
|
182892
182892
|
description?: string | undefined;
|
|
182893
182893
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
182894
182894
|
}, {
|
|
182895
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
182895
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
182896
182896
|
id: string;
|
|
182897
182897
|
name: string;
|
|
182898
182898
|
options?: Record<string, any> | undefined;
|
|
@@ -182988,7 +182988,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
182988
182988
|
defaultVariantKey: z.ZodString;
|
|
182989
182989
|
}, "strip", z.ZodTypeAny, {
|
|
182990
182990
|
properties: {
|
|
182991
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
182991
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
182992
182992
|
id: string;
|
|
182993
182993
|
name: string;
|
|
182994
182994
|
options?: Record<string, any> | undefined;
|
|
@@ -183027,7 +183027,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183027
183027
|
} | undefined;
|
|
183028
183028
|
}, {
|
|
183029
183029
|
properties: {
|
|
183030
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
183030
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
183031
183031
|
id: string;
|
|
183032
183032
|
name: string;
|
|
183033
183033
|
options?: Record<string, any> | undefined;
|
|
@@ -183091,7 +183091,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183091
183091
|
maxSelected: number;
|
|
183092
183092
|
}>>;
|
|
183093
183093
|
}, "strip", z.ZodTypeAny, {
|
|
183094
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
183094
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
183095
183095
|
items?: {
|
|
183096
183096
|
numberOfItems: number;
|
|
183097
183097
|
allowLinks: boolean;
|
|
@@ -183102,7 +183102,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183102
183102
|
maxSelected: number;
|
|
183103
183103
|
} | undefined;
|
|
183104
183104
|
}, {
|
|
183105
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
183105
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
183106
183106
|
items?: {
|
|
183107
183107
|
numberOfItems: number;
|
|
183108
183108
|
allowLinks: boolean;
|
|
@@ -183157,7 +183157,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183157
183157
|
}, "strip", z.ZodTypeAny, {
|
|
183158
183158
|
item: {
|
|
183159
183159
|
properties: {
|
|
183160
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
183160
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
183161
183161
|
id: string;
|
|
183162
183162
|
name: string;
|
|
183163
183163
|
options?: Record<string, any> | undefined;
|
|
@@ -183200,7 +183200,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183200
183200
|
name: string;
|
|
183201
183201
|
description: string;
|
|
183202
183202
|
behavior: {
|
|
183203
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
183203
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
183204
183204
|
items?: {
|
|
183205
183205
|
numberOfItems: number;
|
|
183206
183206
|
allowLinks: boolean;
|
|
@@ -183230,7 +183230,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183230
183230
|
}, {
|
|
183231
183231
|
item: {
|
|
183232
183232
|
properties: {
|
|
183233
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
183233
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
183234
183234
|
id: string;
|
|
183235
183235
|
name: string;
|
|
183236
183236
|
options?: Record<string, any> | undefined;
|
|
@@ -183273,7 +183273,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183273
183273
|
name: string;
|
|
183274
183274
|
description: string;
|
|
183275
183275
|
behavior: {
|
|
183276
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
183276
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
183277
183277
|
items?: {
|
|
183278
183278
|
numberOfItems: number;
|
|
183279
183279
|
allowLinks: boolean;
|
|
@@ -183497,7 +183497,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183497
183497
|
blockDefinitions: {
|
|
183498
183498
|
item: {
|
|
183499
183499
|
properties: {
|
|
183500
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
183500
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
183501
183501
|
id: string;
|
|
183502
183502
|
name: string;
|
|
183503
183503
|
options?: Record<string, any> | undefined;
|
|
@@ -183540,7 +183540,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183540
183540
|
name: string;
|
|
183541
183541
|
description: string;
|
|
183542
183542
|
behavior: {
|
|
183543
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
183543
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
183544
183544
|
items?: {
|
|
183545
183545
|
numberOfItems: number;
|
|
183546
183546
|
allowLinks: boolean;
|
|
@@ -183604,7 +183604,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183604
183604
|
isPrivate?: boolean | undefined;
|
|
183605
183605
|
} | null | undefined;
|
|
183606
183606
|
oldBlocks?: ({
|
|
183607
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
183607
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
183608
183608
|
persistentId: string;
|
|
183609
183609
|
asset?: {
|
|
183610
183610
|
type: "image" | "figmaFrame";
|
|
@@ -183892,7 +183892,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
183892
183892
|
} | null | undefined;
|
|
183893
183893
|
} & {
|
|
183894
183894
|
children: ({
|
|
183895
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
183895
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
183896
183896
|
persistentId: string;
|
|
183897
183897
|
asset?: {
|
|
183898
183898
|
type: "image" | "figmaFrame";
|
|
@@ -184340,7 +184340,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
184340
184340
|
blockDefinitions: {
|
|
184341
184341
|
item: {
|
|
184342
184342
|
properties: {
|
|
184343
|
-
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "
|
|
184343
|
+
type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
|
|
184344
184344
|
id: string;
|
|
184345
184345
|
name: string;
|
|
184346
184346
|
options?: Record<string, any> | undefined;
|
|
@@ -184383,7 +184383,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
184383
184383
|
name: string;
|
|
184384
184384
|
description: string;
|
|
184385
184385
|
behavior: {
|
|
184386
|
-
dataType: "Token" | "Component" | "FigmaComponent" | "
|
|
184386
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "Asset" | "FigmaNode" | "File" | "Item";
|
|
184387
184387
|
items?: {
|
|
184388
184388
|
numberOfItems: number;
|
|
184389
184389
|
allowLinks: boolean;
|
|
@@ -184568,7 +184568,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
184568
184568
|
} | null | undefined>;
|
|
184569
184569
|
}, {
|
|
184570
184570
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
184571
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
184571
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
184572
184572
|
persistentId: string;
|
|
184573
184573
|
asset?: {
|
|
184574
184574
|
type: "image" | "figmaFrame";
|
|
@@ -184856,7 +184856,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
184856
184856
|
} | null | undefined;
|
|
184857
184857
|
} & {
|
|
184858
184858
|
children: ({
|
|
184859
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
184859
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
184860
184860
|
persistentId: string;
|
|
184861
184861
|
asset?: {
|
|
184862
184862
|
type: "image" | "figmaFrame";
|
|
@@ -185212,7 +185212,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
185212
185212
|
isPrivate?: boolean | undefined;
|
|
185213
185213
|
} | null | undefined;
|
|
185214
185214
|
oldBlocks?: ({
|
|
185215
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
185215
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
185216
185216
|
persistentId: string;
|
|
185217
185217
|
asset?: {
|
|
185218
185218
|
type: "image" | "figmaFrame";
|
|
@@ -185500,7 +185500,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
185500
185500
|
} | null | undefined;
|
|
185501
185501
|
} & {
|
|
185502
185502
|
children: ({
|
|
185503
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
185503
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
185504
185504
|
persistentId: string;
|
|
185505
185505
|
asset?: {
|
|
185506
185506
|
type: "image" | "figmaFrame";
|
|
@@ -185874,7 +185874,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
185874
185874
|
isPrivate?: boolean | undefined;
|
|
185875
185875
|
} | null | undefined;
|
|
185876
185876
|
oldBlocks?: ({
|
|
185877
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
185877
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
185878
185878
|
persistentId: string;
|
|
185879
185879
|
asset?: {
|
|
185880
185880
|
type: "image" | "figmaFrame";
|
|
@@ -186162,7 +186162,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
186162
186162
|
} | null | undefined;
|
|
186163
186163
|
} & {
|
|
186164
186164
|
children: ({
|
|
186165
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
186165
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
186166
186166
|
persistentId: string;
|
|
186167
186167
|
asset?: {
|
|
186168
186168
|
type: "image" | "figmaFrame";
|
|
@@ -187925,7 +187925,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
187925
187925
|
isPrivate?: boolean | undefined;
|
|
187926
187926
|
} | null | undefined;
|
|
187927
187927
|
oldBlocks?: ({
|
|
187928
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
187928
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
187929
187929
|
persistentId: string;
|
|
187930
187930
|
asset?: {
|
|
187931
187931
|
type: "image" | "figmaFrame";
|
|
@@ -188213,7 +188213,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
188213
188213
|
} | null | undefined;
|
|
188214
188214
|
} & {
|
|
188215
188215
|
children: ({
|
|
188216
|
-
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "
|
|
188216
|
+
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
188217
188217
|
persistentId: string;
|
|
188218
188218
|
asset?: {
|
|
188219
188219
|
type: "image" | "figmaFrame";
|