@supernova-studio/model 0.52.17 → 0.52.18
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 +178 -470
- package/dist/index.d.ts +178 -470
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/component-properties.ts +0 -6
package/dist/index.d.mts
CHANGED
|
@@ -3677,7 +3677,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3677
3677
|
description: string;
|
|
3678
3678
|
designSystemVersionId: string;
|
|
3679
3679
|
codeName: string;
|
|
3680
|
-
targetElementType: "
|
|
3680
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
3681
3681
|
options?: {
|
|
3682
3682
|
id: string;
|
|
3683
3683
|
name: string;
|
|
@@ -3694,7 +3694,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3694
3694
|
description: string;
|
|
3695
3695
|
designSystemVersionId: string;
|
|
3696
3696
|
codeName: string;
|
|
3697
|
-
targetElementType: "
|
|
3697
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
3698
3698
|
options?: {
|
|
3699
3699
|
id: string;
|
|
3700
3700
|
name: string;
|
|
@@ -3750,7 +3750,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3750
3750
|
description: string;
|
|
3751
3751
|
isDefault: boolean;
|
|
3752
3752
|
designSystemVersionId: string;
|
|
3753
|
-
targetElementType: "
|
|
3753
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
3754
3754
|
}, {
|
|
3755
3755
|
id: string;
|
|
3756
3756
|
persistentId: string;
|
|
@@ -3758,7 +3758,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3758
3758
|
description: string;
|
|
3759
3759
|
isDefault: boolean;
|
|
3760
3760
|
designSystemVersionId: string;
|
|
3761
|
-
targetElementType: "
|
|
3761
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
3762
3762
|
}>, "many">;
|
|
3763
3763
|
elementColumns: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
3764
3764
|
id: z.ZodString;
|
|
@@ -5363,7 +5363,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5363
5363
|
description: string;
|
|
5364
5364
|
designSystemVersionId: string;
|
|
5365
5365
|
codeName: string;
|
|
5366
|
-
targetElementType: "
|
|
5366
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
5367
5367
|
options?: {
|
|
5368
5368
|
id: string;
|
|
5369
5369
|
name: string;
|
|
@@ -5391,7 +5391,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5391
5391
|
description: string;
|
|
5392
5392
|
isDefault: boolean;
|
|
5393
5393
|
designSystemVersionId: string;
|
|
5394
|
-
targetElementType: "
|
|
5394
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
5395
5395
|
}[];
|
|
5396
5396
|
elementColumns: ({
|
|
5397
5397
|
id: string;
|
|
@@ -5642,7 +5642,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5642
5642
|
description: string;
|
|
5643
5643
|
designSystemVersionId: string;
|
|
5644
5644
|
codeName: string;
|
|
5645
|
-
targetElementType: "
|
|
5645
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
5646
5646
|
options?: {
|
|
5647
5647
|
id: string;
|
|
5648
5648
|
name: string;
|
|
@@ -5670,7 +5670,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5670
5670
|
description: string;
|
|
5671
5671
|
isDefault: boolean;
|
|
5672
5672
|
designSystemVersionId: string;
|
|
5673
|
-
targetElementType: "
|
|
5673
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
5674
5674
|
}[];
|
|
5675
5675
|
elementColumns: ({
|
|
5676
5676
|
id: string;
|
|
@@ -6177,7 +6177,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6177
6177
|
description: string;
|
|
6178
6178
|
designSystemVersionId: string;
|
|
6179
6179
|
codeName: string;
|
|
6180
|
-
targetElementType: "
|
|
6180
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
6181
6181
|
options?: {
|
|
6182
6182
|
id: string;
|
|
6183
6183
|
name: string;
|
|
@@ -6205,7 +6205,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6205
6205
|
description: string;
|
|
6206
6206
|
isDefault: boolean;
|
|
6207
6207
|
designSystemVersionId: string;
|
|
6208
|
-
targetElementType: "
|
|
6208
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
6209
6209
|
}[];
|
|
6210
6210
|
elementColumns: ({
|
|
6211
6211
|
id: string;
|
|
@@ -6606,7 +6606,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6606
6606
|
description: string;
|
|
6607
6607
|
designSystemVersionId: string;
|
|
6608
6608
|
codeName: string;
|
|
6609
|
-
targetElementType: "
|
|
6609
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
6610
6610
|
options?: {
|
|
6611
6611
|
id: string;
|
|
6612
6612
|
name: string;
|
|
@@ -6634,7 +6634,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6634
6634
|
description: string;
|
|
6635
6635
|
isDefault: boolean;
|
|
6636
6636
|
designSystemVersionId: string;
|
|
6637
|
-
targetElementType: "
|
|
6637
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
6638
6638
|
}[];
|
|
6639
6639
|
elementColumns: ({
|
|
6640
6640
|
id: string;
|
|
@@ -7625,7 +7625,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7625
7625
|
description: string;
|
|
7626
7626
|
designSystemVersionId: string;
|
|
7627
7627
|
codeName: string;
|
|
7628
|
-
targetElementType: "
|
|
7628
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
7629
7629
|
options?: {
|
|
7630
7630
|
id: string;
|
|
7631
7631
|
name: string;
|
|
@@ -7642,7 +7642,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7642
7642
|
description: string;
|
|
7643
7643
|
designSystemVersionId: string;
|
|
7644
7644
|
codeName: string;
|
|
7645
|
-
targetElementType: "
|
|
7645
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
7646
7646
|
options?: {
|
|
7647
7647
|
id: string;
|
|
7648
7648
|
name: string;
|
|
@@ -7698,7 +7698,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7698
7698
|
description: string;
|
|
7699
7699
|
isDefault: boolean;
|
|
7700
7700
|
designSystemVersionId: string;
|
|
7701
|
-
targetElementType: "
|
|
7701
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
7702
7702
|
}, {
|
|
7703
7703
|
id: string;
|
|
7704
7704
|
persistentId: string;
|
|
@@ -7706,7 +7706,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7706
7706
|
description: string;
|
|
7707
7707
|
isDefault: boolean;
|
|
7708
7708
|
designSystemVersionId: string;
|
|
7709
|
-
targetElementType: "
|
|
7709
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
7710
7710
|
}>, "many">;
|
|
7711
7711
|
elementColumns: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
7712
7712
|
id: z.ZodString;
|
|
@@ -9311,7 +9311,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9311
9311
|
description: string;
|
|
9312
9312
|
designSystemVersionId: string;
|
|
9313
9313
|
codeName: string;
|
|
9314
|
-
targetElementType: "
|
|
9314
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
9315
9315
|
options?: {
|
|
9316
9316
|
id: string;
|
|
9317
9317
|
name: string;
|
|
@@ -9339,7 +9339,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9339
9339
|
description: string;
|
|
9340
9340
|
isDefault: boolean;
|
|
9341
9341
|
designSystemVersionId: string;
|
|
9342
|
-
targetElementType: "
|
|
9342
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
9343
9343
|
}[];
|
|
9344
9344
|
elementColumns: ({
|
|
9345
9345
|
id: string;
|
|
@@ -9590,7 +9590,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9590
9590
|
description: string;
|
|
9591
9591
|
designSystemVersionId: string;
|
|
9592
9592
|
codeName: string;
|
|
9593
|
-
targetElementType: "
|
|
9593
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
9594
9594
|
options?: {
|
|
9595
9595
|
id: string;
|
|
9596
9596
|
name: string;
|
|
@@ -9618,7 +9618,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9618
9618
|
description: string;
|
|
9619
9619
|
isDefault: boolean;
|
|
9620
9620
|
designSystemVersionId: string;
|
|
9621
|
-
targetElementType: "
|
|
9621
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
9622
9622
|
}[];
|
|
9623
9623
|
elementColumns: ({
|
|
9624
9624
|
id: string;
|
|
@@ -12669,7 +12669,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12669
12669
|
description: string;
|
|
12670
12670
|
designSystemVersionId: string;
|
|
12671
12671
|
codeName: string;
|
|
12672
|
-
targetElementType: "
|
|
12672
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
12673
12673
|
options?: {
|
|
12674
12674
|
id: string;
|
|
12675
12675
|
name: string;
|
|
@@ -12686,7 +12686,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12686
12686
|
description: string;
|
|
12687
12687
|
designSystemVersionId: string;
|
|
12688
12688
|
codeName: string;
|
|
12689
|
-
targetElementType: "
|
|
12689
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
12690
12690
|
options?: {
|
|
12691
12691
|
id: string;
|
|
12692
12692
|
name: string;
|
|
@@ -12742,7 +12742,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12742
12742
|
description: string;
|
|
12743
12743
|
isDefault: boolean;
|
|
12744
12744
|
designSystemVersionId: string;
|
|
12745
|
-
targetElementType: "
|
|
12745
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
12746
12746
|
}, {
|
|
12747
12747
|
id: string;
|
|
12748
12748
|
persistentId: string;
|
|
@@ -12750,7 +12750,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12750
12750
|
description: string;
|
|
12751
12751
|
isDefault: boolean;
|
|
12752
12752
|
designSystemVersionId: string;
|
|
12753
|
-
targetElementType: "
|
|
12753
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
12754
12754
|
}>, "many">;
|
|
12755
12755
|
elementColumns: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
12756
12756
|
id: z.ZodString;
|
|
@@ -14355,7 +14355,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14355
14355
|
description: string;
|
|
14356
14356
|
designSystemVersionId: string;
|
|
14357
14357
|
codeName: string;
|
|
14358
|
-
targetElementType: "
|
|
14358
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
14359
14359
|
options?: {
|
|
14360
14360
|
id: string;
|
|
14361
14361
|
name: string;
|
|
@@ -14383,7 +14383,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14383
14383
|
description: string;
|
|
14384
14384
|
isDefault: boolean;
|
|
14385
14385
|
designSystemVersionId: string;
|
|
14386
|
-
targetElementType: "
|
|
14386
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
14387
14387
|
}[];
|
|
14388
14388
|
elementColumns: ({
|
|
14389
14389
|
id: string;
|
|
@@ -14634,7 +14634,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14634
14634
|
description: string;
|
|
14635
14635
|
designSystemVersionId: string;
|
|
14636
14636
|
codeName: string;
|
|
14637
|
-
targetElementType: "
|
|
14637
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
14638
14638
|
options?: {
|
|
14639
14639
|
id: string;
|
|
14640
14640
|
name: string;
|
|
@@ -14662,7 +14662,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14662
14662
|
description: string;
|
|
14663
14663
|
isDefault: boolean;
|
|
14664
14664
|
designSystemVersionId: string;
|
|
14665
|
-
targetElementType: "
|
|
14665
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
14666
14666
|
}[];
|
|
14667
14667
|
elementColumns: ({
|
|
14668
14668
|
id: string;
|
|
@@ -15169,7 +15169,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15169
15169
|
description: string;
|
|
15170
15170
|
designSystemVersionId: string;
|
|
15171
15171
|
codeName: string;
|
|
15172
|
-
targetElementType: "
|
|
15172
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
15173
15173
|
options?: {
|
|
15174
15174
|
id: string;
|
|
15175
15175
|
name: string;
|
|
@@ -15197,7 +15197,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15197
15197
|
description: string;
|
|
15198
15198
|
isDefault: boolean;
|
|
15199
15199
|
designSystemVersionId: string;
|
|
15200
|
-
targetElementType: "
|
|
15200
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
15201
15201
|
}[];
|
|
15202
15202
|
elementColumns: ({
|
|
15203
15203
|
id: string;
|
|
@@ -15598,7 +15598,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15598
15598
|
description: string;
|
|
15599
15599
|
designSystemVersionId: string;
|
|
15600
15600
|
codeName: string;
|
|
15601
|
-
targetElementType: "
|
|
15601
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
15602
15602
|
options?: {
|
|
15603
15603
|
id: string;
|
|
15604
15604
|
name: string;
|
|
@@ -15626,7 +15626,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15626
15626
|
description: string;
|
|
15627
15627
|
isDefault: boolean;
|
|
15628
15628
|
designSystemVersionId: string;
|
|
15629
|
-
targetElementType: "
|
|
15629
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
15630
15630
|
}[];
|
|
15631
15631
|
elementColumns: ({
|
|
15632
15632
|
id: string;
|
|
@@ -17217,7 +17217,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17217
17217
|
description: string;
|
|
17218
17218
|
designSystemVersionId: string;
|
|
17219
17219
|
codeName: string;
|
|
17220
|
-
targetElementType: "
|
|
17220
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
17221
17221
|
options?: {
|
|
17222
17222
|
id: string;
|
|
17223
17223
|
name: string;
|
|
@@ -17245,7 +17245,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17245
17245
|
description: string;
|
|
17246
17246
|
isDefault: boolean;
|
|
17247
17247
|
designSystemVersionId: string;
|
|
17248
|
-
targetElementType: "
|
|
17248
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
17249
17249
|
}[];
|
|
17250
17250
|
elementColumns: ({
|
|
17251
17251
|
id: string;
|
|
@@ -18026,7 +18026,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18026
18026
|
description: string;
|
|
18027
18027
|
designSystemVersionId: string;
|
|
18028
18028
|
codeName: string;
|
|
18029
|
-
targetElementType: "
|
|
18029
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
18030
18030
|
options?: {
|
|
18031
18031
|
id: string;
|
|
18032
18032
|
name: string;
|
|
@@ -18054,7 +18054,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18054
18054
|
description: string;
|
|
18055
18055
|
isDefault: boolean;
|
|
18056
18056
|
designSystemVersionId: string;
|
|
18057
|
-
targetElementType: "
|
|
18057
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
18058
18058
|
}[];
|
|
18059
18059
|
elementColumns: ({
|
|
18060
18060
|
id: string;
|
|
@@ -18837,7 +18837,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18837
18837
|
description: string;
|
|
18838
18838
|
designSystemVersionId: string;
|
|
18839
18839
|
codeName: string;
|
|
18840
|
-
targetElementType: "
|
|
18840
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
18841
18841
|
options?: {
|
|
18842
18842
|
id: string;
|
|
18843
18843
|
name: string;
|
|
@@ -18865,7 +18865,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18865
18865
|
description: string;
|
|
18866
18866
|
isDefault: boolean;
|
|
18867
18867
|
designSystemVersionId: string;
|
|
18868
|
-
targetElementType: "
|
|
18868
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
18869
18869
|
}[];
|
|
18870
18870
|
elementColumns: ({
|
|
18871
18871
|
id: string;
|
|
@@ -19718,7 +19718,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19718
19718
|
description: string;
|
|
19719
19719
|
designSystemVersionId: string;
|
|
19720
19720
|
codeName: string;
|
|
19721
|
-
targetElementType: "
|
|
19721
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
19722
19722
|
options?: {
|
|
19723
19723
|
id: string;
|
|
19724
19724
|
name: string;
|
|
@@ -19746,7 +19746,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19746
19746
|
description: string;
|
|
19747
19747
|
isDefault: boolean;
|
|
19748
19748
|
designSystemVersionId: string;
|
|
19749
|
-
targetElementType: "
|
|
19749
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
19750
19750
|
}[];
|
|
19751
19751
|
elementColumns: ({
|
|
19752
19752
|
id: string;
|
|
@@ -22677,7 +22677,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22677
22677
|
description: string;
|
|
22678
22678
|
designSystemVersionId: string;
|
|
22679
22679
|
codeName: string;
|
|
22680
|
-
targetElementType: "
|
|
22680
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
22681
22681
|
options?: {
|
|
22682
22682
|
id: string;
|
|
22683
22683
|
name: string;
|
|
@@ -22694,7 +22694,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22694
22694
|
description: string;
|
|
22695
22695
|
designSystemVersionId: string;
|
|
22696
22696
|
codeName: string;
|
|
22697
|
-
targetElementType: "
|
|
22697
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
22698
22698
|
options?: {
|
|
22699
22699
|
id: string;
|
|
22700
22700
|
name: string;
|
|
@@ -22750,7 +22750,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22750
22750
|
description: string;
|
|
22751
22751
|
isDefault: boolean;
|
|
22752
22752
|
designSystemVersionId: string;
|
|
22753
|
-
targetElementType: "
|
|
22753
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
22754
22754
|
}, {
|
|
22755
22755
|
id: string;
|
|
22756
22756
|
persistentId: string;
|
|
@@ -22758,7 +22758,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22758
22758
|
description: string;
|
|
22759
22759
|
isDefault: boolean;
|
|
22760
22760
|
designSystemVersionId: string;
|
|
22761
|
-
targetElementType: "
|
|
22761
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
22762
22762
|
}>, "many">;
|
|
22763
22763
|
elementColumns: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
|
22764
22764
|
id: z.ZodString;
|
|
@@ -24363,7 +24363,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24363
24363
|
description: string;
|
|
24364
24364
|
designSystemVersionId: string;
|
|
24365
24365
|
codeName: string;
|
|
24366
|
-
targetElementType: "
|
|
24366
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
24367
24367
|
options?: {
|
|
24368
24368
|
id: string;
|
|
24369
24369
|
name: string;
|
|
@@ -24391,7 +24391,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24391
24391
|
description: string;
|
|
24392
24392
|
isDefault: boolean;
|
|
24393
24393
|
designSystemVersionId: string;
|
|
24394
|
-
targetElementType: "
|
|
24394
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
24395
24395
|
}[];
|
|
24396
24396
|
elementColumns: ({
|
|
24397
24397
|
id: string;
|
|
@@ -24642,7 +24642,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24642
24642
|
description: string;
|
|
24643
24643
|
designSystemVersionId: string;
|
|
24644
24644
|
codeName: string;
|
|
24645
|
-
targetElementType: "
|
|
24645
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
24646
24646
|
options?: {
|
|
24647
24647
|
id: string;
|
|
24648
24648
|
name: string;
|
|
@@ -24670,7 +24670,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24670
24670
|
description: string;
|
|
24671
24671
|
isDefault: boolean;
|
|
24672
24672
|
designSystemVersionId: string;
|
|
24673
|
-
targetElementType: "
|
|
24673
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
24674
24674
|
}[];
|
|
24675
24675
|
elementColumns: ({
|
|
24676
24676
|
id: string;
|
|
@@ -25177,7 +25177,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25177
25177
|
description: string;
|
|
25178
25178
|
designSystemVersionId: string;
|
|
25179
25179
|
codeName: string;
|
|
25180
|
-
targetElementType: "
|
|
25180
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
25181
25181
|
options?: {
|
|
25182
25182
|
id: string;
|
|
25183
25183
|
name: string;
|
|
@@ -25205,7 +25205,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25205
25205
|
description: string;
|
|
25206
25206
|
isDefault: boolean;
|
|
25207
25207
|
designSystemVersionId: string;
|
|
25208
|
-
targetElementType: "
|
|
25208
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
25209
25209
|
}[];
|
|
25210
25210
|
elementColumns: ({
|
|
25211
25211
|
id: string;
|
|
@@ -25606,7 +25606,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25606
25606
|
description: string;
|
|
25607
25607
|
designSystemVersionId: string;
|
|
25608
25608
|
codeName: string;
|
|
25609
|
-
targetElementType: "
|
|
25609
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
25610
25610
|
options?: {
|
|
25611
25611
|
id: string;
|
|
25612
25612
|
name: string;
|
|
@@ -25634,7 +25634,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25634
25634
|
description: string;
|
|
25635
25635
|
isDefault: boolean;
|
|
25636
25636
|
designSystemVersionId: string;
|
|
25637
|
-
targetElementType: "
|
|
25637
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
25638
25638
|
}[];
|
|
25639
25639
|
elementColumns: ({
|
|
25640
25640
|
id: string;
|
|
@@ -27225,7 +27225,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27225
27225
|
description: string;
|
|
27226
27226
|
designSystemVersionId: string;
|
|
27227
27227
|
codeName: string;
|
|
27228
|
-
targetElementType: "
|
|
27228
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27229
27229
|
options?: {
|
|
27230
27230
|
id: string;
|
|
27231
27231
|
name: string;
|
|
@@ -27253,7 +27253,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27253
27253
|
description: string;
|
|
27254
27254
|
isDefault: boolean;
|
|
27255
27255
|
designSystemVersionId: string;
|
|
27256
|
-
targetElementType: "
|
|
27256
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
27257
27257
|
}[];
|
|
27258
27258
|
elementColumns: ({
|
|
27259
27259
|
id: string;
|
|
@@ -28034,7 +28034,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28034
28034
|
description: string;
|
|
28035
28035
|
designSystemVersionId: string;
|
|
28036
28036
|
codeName: string;
|
|
28037
|
-
targetElementType: "
|
|
28037
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28038
28038
|
options?: {
|
|
28039
28039
|
id: string;
|
|
28040
28040
|
name: string;
|
|
@@ -28062,7 +28062,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28062
28062
|
description: string;
|
|
28063
28063
|
isDefault: boolean;
|
|
28064
28064
|
designSystemVersionId: string;
|
|
28065
|
-
targetElementType: "
|
|
28065
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
28066
28066
|
}[];
|
|
28067
28067
|
elementColumns: ({
|
|
28068
28068
|
id: string;
|
|
@@ -31506,7 +31506,7 @@ declare const PageBlockDefinitionBehavior: z.ZodObject<{
|
|
|
31506
31506
|
maxSelected: number;
|
|
31507
31507
|
}>>;
|
|
31508
31508
|
}, "strip", z.ZodTypeAny, {
|
|
31509
|
-
dataType: "
|
|
31509
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31510
31510
|
items?: {
|
|
31511
31511
|
numberOfItems: number;
|
|
31512
31512
|
allowLinks: boolean;
|
|
@@ -31517,7 +31517,7 @@ declare const PageBlockDefinitionBehavior: z.ZodObject<{
|
|
|
31517
31517
|
maxSelected: number;
|
|
31518
31518
|
} | undefined;
|
|
31519
31519
|
}, {
|
|
31520
|
-
dataType: "
|
|
31520
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31521
31521
|
items?: {
|
|
31522
31522
|
numberOfItems: number;
|
|
31523
31523
|
allowLinks: boolean;
|
|
@@ -31558,14 +31558,14 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31558
31558
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
31559
31559
|
}, "strip", z.ZodTypeAny, {
|
|
31560
31560
|
id: string;
|
|
31561
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31561
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31562
31562
|
name: string;
|
|
31563
31563
|
options?: Record<string, any> | undefined;
|
|
31564
31564
|
description?: string | undefined;
|
|
31565
31565
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
31566
31566
|
}, {
|
|
31567
31567
|
id: string;
|
|
31568
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31568
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31569
31569
|
name: string;
|
|
31570
31570
|
options?: Record<string, any> | undefined;
|
|
31571
31571
|
description?: string | undefined;
|
|
@@ -31661,7 +31661,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31661
31661
|
}, "strip", z.ZodTypeAny, {
|
|
31662
31662
|
properties: {
|
|
31663
31663
|
id: string;
|
|
31664
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31664
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31665
31665
|
name: string;
|
|
31666
31666
|
options?: Record<string, any> | undefined;
|
|
31667
31667
|
description?: string | undefined;
|
|
@@ -31700,7 +31700,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31700
31700
|
}, {
|
|
31701
31701
|
properties: {
|
|
31702
31702
|
id: string;
|
|
31703
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31703
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31704
31704
|
name: string;
|
|
31705
31705
|
options?: Record<string, any> | undefined;
|
|
31706
31706
|
description?: string | undefined;
|
|
@@ -31763,7 +31763,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31763
31763
|
maxSelected: number;
|
|
31764
31764
|
}>>;
|
|
31765
31765
|
}, "strip", z.ZodTypeAny, {
|
|
31766
|
-
dataType: "
|
|
31766
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31767
31767
|
items?: {
|
|
31768
31768
|
numberOfItems: number;
|
|
31769
31769
|
allowLinks: boolean;
|
|
@@ -31774,7 +31774,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31774
31774
|
maxSelected: number;
|
|
31775
31775
|
} | undefined;
|
|
31776
31776
|
}, {
|
|
31777
|
-
dataType: "
|
|
31777
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31778
31778
|
items?: {
|
|
31779
31779
|
numberOfItems: number;
|
|
31780
31780
|
allowLinks: boolean;
|
|
@@ -31834,7 +31834,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31834
31834
|
item: {
|
|
31835
31835
|
properties: {
|
|
31836
31836
|
id: string;
|
|
31837
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31837
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31838
31838
|
name: string;
|
|
31839
31839
|
options?: Record<string, any> | undefined;
|
|
31840
31840
|
description?: string | undefined;
|
|
@@ -31872,7 +31872,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31872
31872
|
} | undefined;
|
|
31873
31873
|
};
|
|
31874
31874
|
behavior: {
|
|
31875
|
-
dataType: "
|
|
31875
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31876
31876
|
items?: {
|
|
31877
31877
|
numberOfItems: number;
|
|
31878
31878
|
allowLinks: boolean;
|
|
@@ -31907,7 +31907,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31907
31907
|
item: {
|
|
31908
31908
|
properties: {
|
|
31909
31909
|
id: string;
|
|
31910
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
31910
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
31911
31911
|
name: string;
|
|
31912
31912
|
options?: Record<string, any> | undefined;
|
|
31913
31913
|
description?: string | undefined;
|
|
@@ -31945,7 +31945,7 @@ declare const PageBlockDefinition: z.ZodObject<{
|
|
|
31945
31945
|
} | undefined;
|
|
31946
31946
|
};
|
|
31947
31947
|
behavior: {
|
|
31948
|
-
dataType: "
|
|
31948
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
31949
31949
|
items?: {
|
|
31950
31950
|
numberOfItems: number;
|
|
31951
31951
|
allowLinks: boolean;
|
|
@@ -32179,14 +32179,14 @@ declare const PageBlockDefinitionProperty: z.ZodObject<{
|
|
|
32179
32179
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
32180
32180
|
}, "strip", z.ZodTypeAny, {
|
|
32181
32181
|
id: string;
|
|
32182
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32182
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32183
32183
|
name: string;
|
|
32184
32184
|
options?: Record<string, any> | undefined;
|
|
32185
32185
|
description?: string | undefined;
|
|
32186
32186
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
32187
32187
|
}, {
|
|
32188
32188
|
id: string;
|
|
32189
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32189
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32190
32190
|
name: string;
|
|
32191
32191
|
options?: Record<string, any> | undefined;
|
|
32192
32192
|
description?: string | undefined;
|
|
@@ -32203,14 +32203,14 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32203
32203
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
32204
32204
|
}, "strip", z.ZodTypeAny, {
|
|
32205
32205
|
id: string;
|
|
32206
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32206
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32207
32207
|
name: string;
|
|
32208
32208
|
options?: Record<string, any> | undefined;
|
|
32209
32209
|
description?: string | undefined;
|
|
32210
32210
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
32211
32211
|
}, {
|
|
32212
32212
|
id: string;
|
|
32213
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32213
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32214
32214
|
name: string;
|
|
32215
32215
|
options?: Record<string, any> | undefined;
|
|
32216
32216
|
description?: string | undefined;
|
|
@@ -32306,7 +32306,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32306
32306
|
}, "strip", z.ZodTypeAny, {
|
|
32307
32307
|
properties: {
|
|
32308
32308
|
id: string;
|
|
32309
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32309
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32310
32310
|
name: string;
|
|
32311
32311
|
options?: Record<string, any> | undefined;
|
|
32312
32312
|
description?: string | undefined;
|
|
@@ -32345,7 +32345,7 @@ declare const PageBlockDefinitionItem: z.ZodObject<{
|
|
|
32345
32345
|
}, {
|
|
32346
32346
|
properties: {
|
|
32347
32347
|
id: string;
|
|
32348
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
32348
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
32349
32349
|
name: string;
|
|
32350
32350
|
options?: Record<string, any> | undefined;
|
|
32351
32351
|
description?: string | undefined;
|
|
@@ -36195,10 +36195,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36195
36195
|
} | {
|
|
36196
36196
|
type: "InstanceSwap";
|
|
36197
36197
|
defaultValue: string;
|
|
36198
|
-
preferredValues: {
|
|
36199
|
-
type: "Component" | "ComponentSet";
|
|
36200
|
-
key: string;
|
|
36201
|
-
}[];
|
|
36202
36198
|
} | {
|
|
36203
36199
|
type: "Text";
|
|
36204
36200
|
defaultValue: string;
|
|
@@ -36208,10 +36204,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36208
36204
|
} | {
|
|
36209
36205
|
type: "InstanceSwap";
|
|
36210
36206
|
defaultValue: string;
|
|
36211
|
-
preferredValues: {
|
|
36212
|
-
type: "Component" | "ComponentSet";
|
|
36213
|
-
key: string;
|
|
36214
|
-
}[];
|
|
36215
36207
|
} | {
|
|
36216
36208
|
type: "Text";
|
|
36217
36209
|
defaultValue: string;
|
|
@@ -36221,10 +36213,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36221
36213
|
} | {
|
|
36222
36214
|
type: "InstanceSwap";
|
|
36223
36215
|
defaultValue: string;
|
|
36224
|
-
preferredValues: {
|
|
36225
|
-
type: "Component" | "ComponentSet";
|
|
36226
|
-
key: string;
|
|
36227
|
-
}[];
|
|
36228
36216
|
} | {
|
|
36229
36217
|
type: "Text";
|
|
36230
36218
|
defaultValue: string;
|
|
@@ -36234,10 +36222,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36234
36222
|
} | {
|
|
36235
36223
|
type: "InstanceSwap";
|
|
36236
36224
|
defaultValue: string;
|
|
36237
|
-
preferredValues: {
|
|
36238
|
-
type: "Component" | "ComponentSet";
|
|
36239
|
-
key: string;
|
|
36240
|
-
}[];
|
|
36241
36225
|
} | {
|
|
36242
36226
|
type: "Text";
|
|
36243
36227
|
defaultValue: string;
|
|
@@ -36262,10 +36246,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36262
36246
|
} | {
|
|
36263
36247
|
type: "InstanceSwap";
|
|
36264
36248
|
defaultValue: string;
|
|
36265
|
-
preferredValues: {
|
|
36266
|
-
type: "Component" | "ComponentSet";
|
|
36267
|
-
key: string;
|
|
36268
|
-
}[];
|
|
36269
36249
|
} | {
|
|
36270
36250
|
type: "Text";
|
|
36271
36251
|
defaultValue: string;
|
|
@@ -36290,10 +36270,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36290
36270
|
} | {
|
|
36291
36271
|
type: "InstanceSwap";
|
|
36292
36272
|
defaultValue: string;
|
|
36293
|
-
preferredValues: {
|
|
36294
|
-
type: "Component" | "ComponentSet";
|
|
36295
|
-
key: string;
|
|
36296
|
-
}[];
|
|
36297
36273
|
} | {
|
|
36298
36274
|
type: "Text";
|
|
36299
36275
|
defaultValue: string;
|
|
@@ -36320,10 +36296,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36320
36296
|
} | {
|
|
36321
36297
|
type: "InstanceSwap";
|
|
36322
36298
|
defaultValue: string;
|
|
36323
|
-
preferredValues: {
|
|
36324
|
-
type: "Component" | "ComponentSet";
|
|
36325
|
-
key: string;
|
|
36326
|
-
}[];
|
|
36327
36299
|
} | {
|
|
36328
36300
|
type: "Text";
|
|
36329
36301
|
defaultValue: string;
|
|
@@ -36350,10 +36322,6 @@ declare const ComponentElementData: z.ZodObject<{
|
|
|
36350
36322
|
} | {
|
|
36351
36323
|
type: "InstanceSwap";
|
|
36352
36324
|
defaultValue: string;
|
|
36353
|
-
preferredValues: {
|
|
36354
|
-
type: "Component" | "ComponentSet";
|
|
36355
|
-
key: string;
|
|
36356
|
-
}[];
|
|
36357
36325
|
} | {
|
|
36358
36326
|
type: "Text";
|
|
36359
36327
|
defaultValue: string;
|
|
@@ -38443,7 +38411,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38443
38411
|
userMetadata: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38444
38412
|
}, "strip", z.ZodTypeAny, {
|
|
38445
38413
|
persistentId: string;
|
|
38446
|
-
type: "Image" | "Text" | "
|
|
38414
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
38447
38415
|
url?: string | undefined;
|
|
38448
38416
|
tokenType?: NonNullable<"Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur"> | undefined;
|
|
38449
38417
|
asset?: {
|
|
@@ -38661,7 +38629,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38661
38629
|
userMetadata?: string | undefined;
|
|
38662
38630
|
}, {
|
|
38663
38631
|
persistentId: string;
|
|
38664
|
-
type: "Image" | "Text" | "
|
|
38632
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
38665
38633
|
url?: string | null | undefined;
|
|
38666
38634
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
38667
38635
|
asset?: {
|
|
@@ -41802,7 +41770,7 @@ type PageBlockItemTableValue = z.infer<typeof PageBlockItemTableValue>;
|
|
|
41802
41770
|
declare const DocumentationPageDataV1: z.ZodObject<{
|
|
41803
41771
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
41804
41772
|
persistentId: string;
|
|
41805
|
-
type: "Image" | "Text" | "
|
|
41773
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
41806
41774
|
url?: string | null | undefined;
|
|
41807
41775
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
41808
41776
|
asset?: {
|
|
@@ -42021,7 +41989,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42021
41989
|
} & {
|
|
42022
41990
|
children: ({
|
|
42023
41991
|
persistentId: string;
|
|
42024
|
-
type: "Image" | "Text" | "
|
|
41992
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
42025
41993
|
url?: string | null | undefined;
|
|
42026
41994
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
42027
41995
|
asset?: {
|
|
@@ -42586,7 +42554,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42586
42554
|
}, {
|
|
42587
42555
|
blocks: ({
|
|
42588
42556
|
persistentId: string;
|
|
42589
|
-
type: "Image" | "Text" | "
|
|
42557
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
42590
42558
|
url?: string | null | undefined;
|
|
42591
42559
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
42592
42560
|
asset?: {
|
|
@@ -42805,7 +42773,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42805
42773
|
} & {
|
|
42806
42774
|
children: ({
|
|
42807
42775
|
persistentId: string;
|
|
42808
|
-
type: "Image" | "Text" | "
|
|
42776
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
42809
42777
|
url?: string | null | undefined;
|
|
42810
42778
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
42811
42779
|
asset?: {
|
|
@@ -49433,30 +49401,12 @@ type FigmaComponentBooleanProperty = z.infer<typeof FigmaComponentBooleanPropert
|
|
|
49433
49401
|
declare const FigmaComponentInstanceSwapProperty: z.ZodObject<{
|
|
49434
49402
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
49435
49403
|
defaultValue: z.ZodString;
|
|
49436
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
49437
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
49438
|
-
key: z.ZodString;
|
|
49439
|
-
}, "strip", z.ZodTypeAny, {
|
|
49440
|
-
type: "Component" | "ComponentSet";
|
|
49441
|
-
key: string;
|
|
49442
|
-
}, {
|
|
49443
|
-
type: "Component" | "ComponentSet";
|
|
49444
|
-
key: string;
|
|
49445
|
-
}>, "many">;
|
|
49446
49404
|
}, "strip", z.ZodTypeAny, {
|
|
49447
49405
|
type: "InstanceSwap";
|
|
49448
49406
|
defaultValue: string;
|
|
49449
|
-
preferredValues: {
|
|
49450
|
-
type: "Component" | "ComponentSet";
|
|
49451
|
-
key: string;
|
|
49452
|
-
}[];
|
|
49453
49407
|
}, {
|
|
49454
49408
|
type: "InstanceSwap";
|
|
49455
49409
|
defaultValue: string;
|
|
49456
|
-
preferredValues: {
|
|
49457
|
-
type: "Component" | "ComponentSet";
|
|
49458
|
-
key: string;
|
|
49459
|
-
}[];
|
|
49460
49410
|
}>;
|
|
49461
49411
|
type FigmaComponentInstanceSwapProperty = z.infer<typeof FigmaComponentInstanceSwapProperty>;
|
|
49462
49412
|
declare const FigmaComponentVariantProperty: z.ZodObject<{
|
|
@@ -49496,30 +49446,12 @@ declare const FigmaComponentProperty: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
49496
49446
|
}>, z.ZodObject<{
|
|
49497
49447
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
49498
49448
|
defaultValue: z.ZodString;
|
|
49499
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
49500
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
49501
|
-
key: z.ZodString;
|
|
49502
|
-
}, "strip", z.ZodTypeAny, {
|
|
49503
|
-
type: "Component" | "ComponentSet";
|
|
49504
|
-
key: string;
|
|
49505
|
-
}, {
|
|
49506
|
-
type: "Component" | "ComponentSet";
|
|
49507
|
-
key: string;
|
|
49508
|
-
}>, "many">;
|
|
49509
49449
|
}, "strip", z.ZodTypeAny, {
|
|
49510
49450
|
type: "InstanceSwap";
|
|
49511
49451
|
defaultValue: string;
|
|
49512
|
-
preferredValues: {
|
|
49513
|
-
type: "Component" | "ComponentSet";
|
|
49514
|
-
key: string;
|
|
49515
|
-
}[];
|
|
49516
49452
|
}, {
|
|
49517
49453
|
type: "InstanceSwap";
|
|
49518
49454
|
defaultValue: string;
|
|
49519
|
-
preferredValues: {
|
|
49520
|
-
type: "Component" | "ComponentSet";
|
|
49521
|
-
key: string;
|
|
49522
|
-
}[];
|
|
49523
49455
|
}>, z.ZodObject<{
|
|
49524
49456
|
type: z.ZodLiteral<"Text">;
|
|
49525
49457
|
defaultValue: z.ZodString;
|
|
@@ -49543,30 +49475,12 @@ declare const FigmaComponentPropertyMap: z.ZodRecord<z.ZodString, z.ZodDiscrimin
|
|
|
49543
49475
|
}>, z.ZodObject<{
|
|
49544
49476
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
49545
49477
|
defaultValue: z.ZodString;
|
|
49546
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
49547
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
49548
|
-
key: z.ZodString;
|
|
49549
|
-
}, "strip", z.ZodTypeAny, {
|
|
49550
|
-
type: "Component" | "ComponentSet";
|
|
49551
|
-
key: string;
|
|
49552
|
-
}, {
|
|
49553
|
-
type: "Component" | "ComponentSet";
|
|
49554
|
-
key: string;
|
|
49555
|
-
}>, "many">;
|
|
49556
49478
|
}, "strip", z.ZodTypeAny, {
|
|
49557
49479
|
type: "InstanceSwap";
|
|
49558
49480
|
defaultValue: string;
|
|
49559
|
-
preferredValues: {
|
|
49560
|
-
type: "Component" | "ComponentSet";
|
|
49561
|
-
key: string;
|
|
49562
|
-
}[];
|
|
49563
49481
|
}, {
|
|
49564
49482
|
type: "InstanceSwap";
|
|
49565
49483
|
defaultValue: string;
|
|
49566
|
-
preferredValues: {
|
|
49567
|
-
type: "Component" | "ComponentSet";
|
|
49568
|
-
key: string;
|
|
49569
|
-
}[];
|
|
49570
49484
|
}>, z.ZodObject<{
|
|
49571
49485
|
type: z.ZodLiteral<"Text">;
|
|
49572
49486
|
defaultValue: z.ZodString;
|
|
@@ -49608,7 +49522,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
49608
49522
|
data: z.ZodObject<{
|
|
49609
49523
|
blocks: z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
49610
49524
|
persistentId: string;
|
|
49611
|
-
type: "Image" | "Text" | "
|
|
49525
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
49612
49526
|
url?: string | null | undefined;
|
|
49613
49527
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
49614
49528
|
asset?: {
|
|
@@ -49827,7 +49741,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
49827
49741
|
} & {
|
|
49828
49742
|
children: ({
|
|
49829
49743
|
persistentId: string;
|
|
49830
|
-
type: "Image" | "Text" | "
|
|
49744
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
49831
49745
|
url?: string | null | undefined;
|
|
49832
49746
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
49833
49747
|
asset?: {
|
|
@@ -50392,7 +50306,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50392
50306
|
}, {
|
|
50393
50307
|
blocks: ({
|
|
50394
50308
|
persistentId: string;
|
|
50395
|
-
type: "Image" | "Text" | "
|
|
50309
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50396
50310
|
url?: string | null | undefined;
|
|
50397
50311
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
50398
50312
|
asset?: {
|
|
@@ -50611,7 +50525,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50611
50525
|
} & {
|
|
50612
50526
|
children: ({
|
|
50613
50527
|
persistentId: string;
|
|
50614
|
-
type: "Image" | "Text" | "
|
|
50528
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50615
50529
|
url?: string | null | undefined;
|
|
50616
50530
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
50617
50531
|
asset?: {
|
|
@@ -50995,7 +50909,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50995
50909
|
data: {
|
|
50996
50910
|
blocks: ({
|
|
50997
50911
|
persistentId: string;
|
|
50998
|
-
type: "Image" | "Text" | "
|
|
50912
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
50999
50913
|
url?: string | null | undefined;
|
|
51000
50914
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
51001
50915
|
asset?: {
|
|
@@ -51214,7 +51128,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51214
51128
|
} & {
|
|
51215
51129
|
children: ({
|
|
51216
51130
|
persistentId: string;
|
|
51217
|
-
type: "Image" | "Text" | "
|
|
51131
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
51218
51132
|
url?: string | null | undefined;
|
|
51219
51133
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
51220
51134
|
asset?: {
|
|
@@ -52493,7 +52407,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52493
52407
|
}, {
|
|
52494
52408
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
52495
52409
|
persistentId: string;
|
|
52496
|
-
type: "Image" | "Text" | "
|
|
52410
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
52497
52411
|
url?: string | null | undefined;
|
|
52498
52412
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
52499
52413
|
asset?: {
|
|
@@ -52712,7 +52626,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52712
52626
|
} & {
|
|
52713
52627
|
children: ({
|
|
52714
52628
|
persistentId: string;
|
|
52715
|
-
type: "Image" | "Text" | "
|
|
52629
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
52716
52630
|
url?: string | null | undefined;
|
|
52717
52631
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
52718
52632
|
asset?: {
|
|
@@ -52999,7 +52913,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52999
52913
|
} | null | undefined;
|
|
53000
52914
|
oldBlocks?: ({
|
|
53001
52915
|
persistentId: string;
|
|
53002
|
-
type: "Image" | "Text" | "
|
|
52916
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53003
52917
|
url?: string | null | undefined;
|
|
53004
52918
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
53005
52919
|
asset?: {
|
|
@@ -53218,7 +53132,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53218
53132
|
} & {
|
|
53219
53133
|
children: ({
|
|
53220
53134
|
persistentId: string;
|
|
53221
|
-
type: "Image" | "Text" | "
|
|
53135
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53222
53136
|
url?: string | null | undefined;
|
|
53223
53137
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
53224
53138
|
asset?: {
|
|
@@ -53528,7 +53442,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53528
53442
|
} | null | undefined;
|
|
53529
53443
|
oldBlocks?: ({
|
|
53530
53444
|
persistentId: string;
|
|
53531
|
-
type: "Image" | "Text" | "
|
|
53445
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53532
53446
|
url?: string | null | undefined;
|
|
53533
53447
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
53534
53448
|
asset?: {
|
|
@@ -53747,7 +53661,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53747
53661
|
} & {
|
|
53748
53662
|
children: ({
|
|
53749
53663
|
persistentId: string;
|
|
53750
|
-
type: "Image" | "Text" | "
|
|
53664
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
53751
53665
|
url?: string | null | undefined;
|
|
53752
53666
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
53753
53667
|
asset?: {
|
|
@@ -54078,30 +53992,12 @@ declare const FigmaComponent: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
54078
53992
|
}>, z.ZodObject<{
|
|
54079
53993
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
54080
53994
|
defaultValue: z.ZodString;
|
|
54081
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
54082
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
54083
|
-
key: z.ZodString;
|
|
54084
|
-
}, "strip", z.ZodTypeAny, {
|
|
54085
|
-
type: "Component" | "ComponentSet";
|
|
54086
|
-
key: string;
|
|
54087
|
-
}, {
|
|
54088
|
-
type: "Component" | "ComponentSet";
|
|
54089
|
-
key: string;
|
|
54090
|
-
}>, "many">;
|
|
54091
53995
|
}, "strip", z.ZodTypeAny, {
|
|
54092
53996
|
type: "InstanceSwap";
|
|
54093
53997
|
defaultValue: string;
|
|
54094
|
-
preferredValues: {
|
|
54095
|
-
type: "Component" | "ComponentSet";
|
|
54096
|
-
key: string;
|
|
54097
|
-
}[];
|
|
54098
53998
|
}, {
|
|
54099
53999
|
type: "InstanceSwap";
|
|
54100
54000
|
defaultValue: string;
|
|
54101
|
-
preferredValues: {
|
|
54102
|
-
type: "Component" | "ComponentSet";
|
|
54103
|
-
key: string;
|
|
54104
|
-
}[];
|
|
54105
54001
|
}>, z.ZodObject<{
|
|
54106
54002
|
type: z.ZodLiteral<"Text">;
|
|
54107
54003
|
defaultValue: z.ZodString;
|
|
@@ -54161,10 +54057,6 @@ declare const FigmaComponent: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
54161
54057
|
} | {
|
|
54162
54058
|
type: "InstanceSwap";
|
|
54163
54059
|
defaultValue: string;
|
|
54164
|
-
preferredValues: {
|
|
54165
|
-
type: "Component" | "ComponentSet";
|
|
54166
|
-
key: string;
|
|
54167
|
-
}[];
|
|
54168
54060
|
} | {
|
|
54169
54061
|
type: "Text";
|
|
54170
54062
|
defaultValue: string;
|
|
@@ -54206,10 +54098,6 @@ declare const FigmaComponent: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
54206
54098
|
} | {
|
|
54207
54099
|
type: "InstanceSwap";
|
|
54208
54100
|
defaultValue: string;
|
|
54209
|
-
preferredValues: {
|
|
54210
|
-
type: "Component" | "ComponentSet";
|
|
54211
|
-
key: string;
|
|
54212
|
-
}[];
|
|
54213
54101
|
} | {
|
|
54214
54102
|
type: "Text";
|
|
54215
54103
|
defaultValue: string;
|
|
@@ -72456,7 +72344,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72456
72344
|
}, {
|
|
72457
72345
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
72458
72346
|
persistentId: string;
|
|
72459
|
-
type: "Image" | "Text" | "
|
|
72347
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
72460
72348
|
url?: string | null | undefined;
|
|
72461
72349
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
72462
72350
|
asset?: {
|
|
@@ -72675,7 +72563,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72675
72563
|
} & {
|
|
72676
72564
|
children: ({
|
|
72677
72565
|
persistentId: string;
|
|
72678
|
-
type: "Image" | "Text" | "
|
|
72566
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
72679
72567
|
url?: string | null | undefined;
|
|
72680
72568
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
72681
72569
|
asset?: {
|
|
@@ -72962,7 +72850,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72962
72850
|
} | null | undefined;
|
|
72963
72851
|
oldBlocks?: ({
|
|
72964
72852
|
persistentId: string;
|
|
72965
|
-
type: "Image" | "Text" | "
|
|
72853
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
72966
72854
|
url?: string | null | undefined;
|
|
72967
72855
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
72968
72856
|
asset?: {
|
|
@@ -73181,7 +73069,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73181
73069
|
} & {
|
|
73182
73070
|
children: ({
|
|
73183
73071
|
persistentId: string;
|
|
73184
|
-
type: "Image" | "Text" | "
|
|
73072
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73185
73073
|
url?: string | null | undefined;
|
|
73186
73074
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
73187
73075
|
asset?: {
|
|
@@ -73491,7 +73379,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73491
73379
|
} | null | undefined;
|
|
73492
73380
|
oldBlocks?: ({
|
|
73493
73381
|
persistentId: string;
|
|
73494
|
-
type: "Image" | "Text" | "
|
|
73382
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73495
73383
|
url?: string | null | undefined;
|
|
73496
73384
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
73497
73385
|
asset?: {
|
|
@@ -73710,7 +73598,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73710
73598
|
} & {
|
|
73711
73599
|
children: ({
|
|
73712
73600
|
persistentId: string;
|
|
73713
|
-
type: "Image" | "Text" | "
|
|
73601
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
73714
73602
|
url?: string | null | undefined;
|
|
73715
73603
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
73716
73604
|
asset?: {
|
|
@@ -74049,7 +73937,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74049
73937
|
} | null | undefined;
|
|
74050
73938
|
oldBlocks?: ({
|
|
74051
73939
|
persistentId: string;
|
|
74052
|
-
type: "Image" | "Text" | "
|
|
73940
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74053
73941
|
url?: string | null | undefined;
|
|
74054
73942
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
74055
73943
|
asset?: {
|
|
@@ -74268,7 +74156,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74268
74156
|
} & {
|
|
74269
74157
|
children: ({
|
|
74270
74158
|
persistentId: string;
|
|
74271
|
-
type: "Image" | "Text" | "
|
|
74159
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
74272
74160
|
url?: string | null | undefined;
|
|
74273
74161
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
74274
74162
|
asset?: {
|
|
@@ -80070,30 +79958,12 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
80070
79958
|
}>, z.ZodObject<{
|
|
80071
79959
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
80072
79960
|
defaultValue: z.ZodString;
|
|
80073
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
80074
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
80075
|
-
key: z.ZodString;
|
|
80076
|
-
}, "strip", z.ZodTypeAny, {
|
|
80077
|
-
type: "Component" | "ComponentSet";
|
|
80078
|
-
key: string;
|
|
80079
|
-
}, {
|
|
80080
|
-
type: "Component" | "ComponentSet";
|
|
80081
|
-
key: string;
|
|
80082
|
-
}>, "many">;
|
|
80083
79961
|
}, "strip", z.ZodTypeAny, {
|
|
80084
79962
|
type: "InstanceSwap";
|
|
80085
79963
|
defaultValue: string;
|
|
80086
|
-
preferredValues: {
|
|
80087
|
-
type: "Component" | "ComponentSet";
|
|
80088
|
-
key: string;
|
|
80089
|
-
}[];
|
|
80090
79964
|
}, {
|
|
80091
79965
|
type: "InstanceSwap";
|
|
80092
79966
|
defaultValue: string;
|
|
80093
|
-
preferredValues: {
|
|
80094
|
-
type: "Component" | "ComponentSet";
|
|
80095
|
-
key: string;
|
|
80096
|
-
}[];
|
|
80097
79967
|
}>, z.ZodObject<{
|
|
80098
79968
|
type: z.ZodLiteral<"Text">;
|
|
80099
79969
|
defaultValue: z.ZodString;
|
|
@@ -80212,10 +80082,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
80212
80082
|
} | {
|
|
80213
80083
|
type: "InstanceSwap";
|
|
80214
80084
|
defaultValue: string;
|
|
80215
|
-
preferredValues: {
|
|
80216
|
-
type: "Component" | "ComponentSet";
|
|
80217
|
-
key: string;
|
|
80218
|
-
}[];
|
|
80219
80085
|
} | {
|
|
80220
80086
|
type: "Text";
|
|
80221
80087
|
defaultValue: string;
|
|
@@ -80277,10 +80143,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
80277
80143
|
} | {
|
|
80278
80144
|
type: "InstanceSwap";
|
|
80279
80145
|
defaultValue: string;
|
|
80280
|
-
preferredValues: {
|
|
80281
|
-
type: "Component" | "ComponentSet";
|
|
80282
|
-
key: string;
|
|
80283
|
-
}[];
|
|
80284
80146
|
} | {
|
|
80285
80147
|
type: "Text";
|
|
80286
80148
|
defaultValue: string;
|
|
@@ -87200,10 +87062,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
87200
87062
|
} | {
|
|
87201
87063
|
type: "InstanceSwap";
|
|
87202
87064
|
defaultValue: string;
|
|
87203
|
-
preferredValues: {
|
|
87204
|
-
type: "Component" | "ComponentSet";
|
|
87205
|
-
key: string;
|
|
87206
|
-
}[];
|
|
87207
87065
|
} | {
|
|
87208
87066
|
type: "Text";
|
|
87209
87067
|
defaultValue: string;
|
|
@@ -88535,10 +88393,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
88535
88393
|
} | {
|
|
88536
88394
|
type: "InstanceSwap";
|
|
88537
88395
|
defaultValue: string;
|
|
88538
|
-
preferredValues: {
|
|
88539
|
-
type: "Component" | "ComponentSet";
|
|
88540
|
-
key: string;
|
|
88541
|
-
}[];
|
|
88542
88396
|
} | {
|
|
88543
88397
|
type: "Text";
|
|
88544
88398
|
defaultValue: string;
|
|
@@ -91722,30 +91576,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
91722
91576
|
}>, z.ZodObject<{
|
|
91723
91577
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
91724
91578
|
defaultValue: z.ZodString;
|
|
91725
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
91726
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
91727
|
-
key: z.ZodString;
|
|
91728
|
-
}, "strip", z.ZodTypeAny, {
|
|
91729
|
-
type: "Component" | "ComponentSet";
|
|
91730
|
-
key: string;
|
|
91731
|
-
}, {
|
|
91732
|
-
type: "Component" | "ComponentSet";
|
|
91733
|
-
key: string;
|
|
91734
|
-
}>, "many">;
|
|
91735
91579
|
}, "strip", z.ZodTypeAny, {
|
|
91736
91580
|
type: "InstanceSwap";
|
|
91737
91581
|
defaultValue: string;
|
|
91738
|
-
preferredValues: {
|
|
91739
|
-
type: "Component" | "ComponentSet";
|
|
91740
|
-
key: string;
|
|
91741
|
-
}[];
|
|
91742
91582
|
}, {
|
|
91743
91583
|
type: "InstanceSwap";
|
|
91744
91584
|
defaultValue: string;
|
|
91745
|
-
preferredValues: {
|
|
91746
|
-
type: "Component" | "ComponentSet";
|
|
91747
|
-
key: string;
|
|
91748
|
-
}[];
|
|
91749
91585
|
}>, z.ZodObject<{
|
|
91750
91586
|
type: z.ZodLiteral<"Text">;
|
|
91751
91587
|
defaultValue: z.ZodString;
|
|
@@ -91812,10 +91648,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
91812
91648
|
} | {
|
|
91813
91649
|
type: "InstanceSwap";
|
|
91814
91650
|
defaultValue: string;
|
|
91815
|
-
preferredValues: {
|
|
91816
|
-
type: "Component" | "ComponentSet";
|
|
91817
|
-
key: string;
|
|
91818
|
-
}[];
|
|
91819
91651
|
} | {
|
|
91820
91652
|
type: "Text";
|
|
91821
91653
|
defaultValue: string;
|
|
@@ -91863,10 +91695,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
91863
91695
|
} | {
|
|
91864
91696
|
type: "InstanceSwap";
|
|
91865
91697
|
defaultValue: string;
|
|
91866
|
-
preferredValues: {
|
|
91867
|
-
type: "Component" | "ComponentSet";
|
|
91868
|
-
key: string;
|
|
91869
|
-
}[];
|
|
91870
91698
|
} | {
|
|
91871
91699
|
type: "Text";
|
|
91872
91700
|
defaultValue: string;
|
|
@@ -91992,30 +91820,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
91992
91820
|
}>, z.ZodObject<{
|
|
91993
91821
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
91994
91822
|
defaultValue: z.ZodString;
|
|
91995
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
91996
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
91997
|
-
key: z.ZodString;
|
|
91998
|
-
}, "strip", z.ZodTypeAny, {
|
|
91999
|
-
type: "Component" | "ComponentSet";
|
|
92000
|
-
key: string;
|
|
92001
|
-
}, {
|
|
92002
|
-
type: "Component" | "ComponentSet";
|
|
92003
|
-
key: string;
|
|
92004
|
-
}>, "many">;
|
|
92005
91823
|
}, "strip", z.ZodTypeAny, {
|
|
92006
91824
|
type: "InstanceSwap";
|
|
92007
91825
|
defaultValue: string;
|
|
92008
|
-
preferredValues: {
|
|
92009
|
-
type: "Component" | "ComponentSet";
|
|
92010
|
-
key: string;
|
|
92011
|
-
}[];
|
|
92012
91826
|
}, {
|
|
92013
91827
|
type: "InstanceSwap";
|
|
92014
91828
|
defaultValue: string;
|
|
92015
|
-
preferredValues: {
|
|
92016
|
-
type: "Component" | "ComponentSet";
|
|
92017
|
-
key: string;
|
|
92018
|
-
}[];
|
|
92019
91829
|
}>, z.ZodObject<{
|
|
92020
91830
|
type: z.ZodLiteral<"Text">;
|
|
92021
91831
|
defaultValue: z.ZodString;
|
|
@@ -92118,10 +91928,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
92118
91928
|
} | {
|
|
92119
91929
|
type: "InstanceSwap";
|
|
92120
91930
|
defaultValue: string;
|
|
92121
|
-
preferredValues: {
|
|
92122
|
-
type: "Component" | "ComponentSet";
|
|
92123
|
-
key: string;
|
|
92124
|
-
}[];
|
|
92125
91931
|
} | {
|
|
92126
91932
|
type: "Text";
|
|
92127
91933
|
defaultValue: string;
|
|
@@ -92178,10 +91984,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
92178
91984
|
} | {
|
|
92179
91985
|
type: "InstanceSwap";
|
|
92180
91986
|
defaultValue: string;
|
|
92181
|
-
preferredValues: {
|
|
92182
|
-
type: "Component" | "ComponentSet";
|
|
92183
|
-
key: string;
|
|
92184
|
-
}[];
|
|
92185
91987
|
} | {
|
|
92186
91988
|
type: "Text";
|
|
92187
91989
|
defaultValue: string;
|
|
@@ -99021,10 +98823,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
99021
98823
|
} | {
|
|
99022
98824
|
type: "InstanceSwap";
|
|
99023
98825
|
defaultValue: string;
|
|
99024
|
-
preferredValues: {
|
|
99025
|
-
type: "Component" | "ComponentSet";
|
|
99026
|
-
key: string;
|
|
99027
|
-
}[];
|
|
99028
98826
|
} | {
|
|
99029
98827
|
type: "Text";
|
|
99030
98828
|
defaultValue: string;
|
|
@@ -99073,10 +98871,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
99073
98871
|
} | {
|
|
99074
98872
|
type: "InstanceSwap";
|
|
99075
98873
|
defaultValue: string;
|
|
99076
|
-
preferredValues: {
|
|
99077
|
-
type: "Component" | "ComponentSet";
|
|
99078
|
-
key: string;
|
|
99079
|
-
}[];
|
|
99080
98874
|
} | {
|
|
99081
98875
|
type: "Text";
|
|
99082
98876
|
defaultValue: string;
|
|
@@ -100303,10 +100097,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
100303
100097
|
} | {
|
|
100304
100098
|
type: "InstanceSwap";
|
|
100305
100099
|
defaultValue: string;
|
|
100306
|
-
preferredValues: {
|
|
100307
|
-
type: "Component" | "ComponentSet";
|
|
100308
|
-
key: string;
|
|
100309
|
-
}[];
|
|
100310
100100
|
} | {
|
|
100311
100101
|
type: "Text";
|
|
100312
100102
|
defaultValue: string;
|
|
@@ -100355,10 +100145,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
100355
100145
|
} | {
|
|
100356
100146
|
type: "InstanceSwap";
|
|
100357
100147
|
defaultValue: string;
|
|
100358
|
-
preferredValues: {
|
|
100359
|
-
type: "Component" | "ComponentSet";
|
|
100360
|
-
key: string;
|
|
100361
|
-
}[];
|
|
100362
100148
|
} | {
|
|
100363
100149
|
type: "Text";
|
|
100364
100150
|
defaultValue: string;
|
|
@@ -101299,30 +101085,12 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
101299
101085
|
}>, z.ZodObject<{
|
|
101300
101086
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
101301
101087
|
defaultValue: z.ZodString;
|
|
101302
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
101303
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
101304
|
-
key: z.ZodString;
|
|
101305
|
-
}, "strip", z.ZodTypeAny, {
|
|
101306
|
-
type: "Component" | "ComponentSet";
|
|
101307
|
-
key: string;
|
|
101308
|
-
}, {
|
|
101309
|
-
type: "Component" | "ComponentSet";
|
|
101310
|
-
key: string;
|
|
101311
|
-
}>, "many">;
|
|
101312
101088
|
}, "strip", z.ZodTypeAny, {
|
|
101313
101089
|
type: "InstanceSwap";
|
|
101314
101090
|
defaultValue: string;
|
|
101315
|
-
preferredValues: {
|
|
101316
|
-
type: "Component" | "ComponentSet";
|
|
101317
|
-
key: string;
|
|
101318
|
-
}[];
|
|
101319
101091
|
}, {
|
|
101320
101092
|
type: "InstanceSwap";
|
|
101321
101093
|
defaultValue: string;
|
|
101322
|
-
preferredValues: {
|
|
101323
|
-
type: "Component" | "ComponentSet";
|
|
101324
|
-
key: string;
|
|
101325
|
-
}[];
|
|
101326
101094
|
}>, z.ZodObject<{
|
|
101327
101095
|
type: z.ZodLiteral<"Text">;
|
|
101328
101096
|
defaultValue: z.ZodString;
|
|
@@ -101441,10 +101209,6 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
101441
101209
|
} | {
|
|
101442
101210
|
type: "InstanceSwap";
|
|
101443
101211
|
defaultValue: string;
|
|
101444
|
-
preferredValues: {
|
|
101445
|
-
type: "Component" | "ComponentSet";
|
|
101446
|
-
key: string;
|
|
101447
|
-
}[];
|
|
101448
101212
|
} | {
|
|
101449
101213
|
type: "Text";
|
|
101450
101214
|
defaultValue: string;
|
|
@@ -101506,10 +101270,6 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
101506
101270
|
} | {
|
|
101507
101271
|
type: "InstanceSwap";
|
|
101508
101272
|
defaultValue: string;
|
|
101509
|
-
preferredValues: {
|
|
101510
|
-
type: "Component" | "ComponentSet";
|
|
101511
|
-
key: string;
|
|
101512
|
-
}[];
|
|
101513
101273
|
} | {
|
|
101514
101274
|
type: "Text";
|
|
101515
101275
|
defaultValue: string;
|
|
@@ -101636,30 +101396,12 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
101636
101396
|
}>, z.ZodObject<{
|
|
101637
101397
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
101638
101398
|
defaultValue: z.ZodString;
|
|
101639
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
101640
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
101641
|
-
key: z.ZodString;
|
|
101642
|
-
}, "strip", z.ZodTypeAny, {
|
|
101643
|
-
type: "Component" | "ComponentSet";
|
|
101644
|
-
key: string;
|
|
101645
|
-
}, {
|
|
101646
|
-
type: "Component" | "ComponentSet";
|
|
101647
|
-
key: string;
|
|
101648
|
-
}>, "many">;
|
|
101649
101399
|
}, "strip", z.ZodTypeAny, {
|
|
101650
101400
|
type: "InstanceSwap";
|
|
101651
101401
|
defaultValue: string;
|
|
101652
|
-
preferredValues: {
|
|
101653
|
-
type: "Component" | "ComponentSet";
|
|
101654
|
-
key: string;
|
|
101655
|
-
}[];
|
|
101656
101402
|
}, {
|
|
101657
101403
|
type: "InstanceSwap";
|
|
101658
101404
|
defaultValue: string;
|
|
101659
|
-
preferredValues: {
|
|
101660
|
-
type: "Component" | "ComponentSet";
|
|
101661
|
-
key: string;
|
|
101662
|
-
}[];
|
|
101663
101405
|
}>, z.ZodObject<{
|
|
101664
101406
|
type: z.ZodLiteral<"Text">;
|
|
101665
101407
|
defaultValue: z.ZodString;
|
|
@@ -101726,10 +101468,6 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
101726
101468
|
} | {
|
|
101727
101469
|
type: "InstanceSwap";
|
|
101728
101470
|
defaultValue: string;
|
|
101729
|
-
preferredValues: {
|
|
101730
|
-
type: "Component" | "ComponentSet";
|
|
101731
|
-
key: string;
|
|
101732
|
-
}[];
|
|
101733
101471
|
} | {
|
|
101734
101472
|
type: "Text";
|
|
101735
101473
|
defaultValue: string;
|
|
@@ -101777,10 +101515,6 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
|
|
|
101777
101515
|
} | {
|
|
101778
101516
|
type: "InstanceSwap";
|
|
101779
101517
|
defaultValue: string;
|
|
101780
|
-
preferredValues: {
|
|
101781
|
-
type: "Component" | "ComponentSet";
|
|
101782
|
-
key: string;
|
|
101783
|
-
}[];
|
|
101784
101518
|
} | {
|
|
101785
101519
|
type: "Text";
|
|
101786
101520
|
defaultValue: string;
|
|
@@ -101907,30 +101641,12 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
101907
101641
|
}>, z.ZodObject<{
|
|
101908
101642
|
type: z.ZodLiteral<"InstanceSwap">;
|
|
101909
101643
|
defaultValue: z.ZodString;
|
|
101910
|
-
preferredValues: z.ZodArray<z.ZodObject<{
|
|
101911
|
-
type: z.ZodEnum<["Component", "ComponentSet"]>;
|
|
101912
|
-
key: z.ZodString;
|
|
101913
|
-
}, "strip", z.ZodTypeAny, {
|
|
101914
|
-
type: "Component" | "ComponentSet";
|
|
101915
|
-
key: string;
|
|
101916
|
-
}, {
|
|
101917
|
-
type: "Component" | "ComponentSet";
|
|
101918
|
-
key: string;
|
|
101919
|
-
}>, "many">;
|
|
101920
101644
|
}, "strip", z.ZodTypeAny, {
|
|
101921
101645
|
type: "InstanceSwap";
|
|
101922
101646
|
defaultValue: string;
|
|
101923
|
-
preferredValues: {
|
|
101924
|
-
type: "Component" | "ComponentSet";
|
|
101925
|
-
key: string;
|
|
101926
|
-
}[];
|
|
101927
101647
|
}, {
|
|
101928
101648
|
type: "InstanceSwap";
|
|
101929
101649
|
defaultValue: string;
|
|
101930
|
-
preferredValues: {
|
|
101931
|
-
type: "Component" | "ComponentSet";
|
|
101932
|
-
key: string;
|
|
101933
|
-
}[];
|
|
101934
101650
|
}>, z.ZodObject<{
|
|
101935
101651
|
type: z.ZodLiteral<"Text">;
|
|
101936
101652
|
defaultValue: z.ZodString;
|
|
@@ -102033,10 +101749,6 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
102033
101749
|
} | {
|
|
102034
101750
|
type: "InstanceSwap";
|
|
102035
101751
|
defaultValue: string;
|
|
102036
|
-
preferredValues: {
|
|
102037
|
-
type: "Component" | "ComponentSet";
|
|
102038
|
-
key: string;
|
|
102039
|
-
}[];
|
|
102040
101752
|
} | {
|
|
102041
101753
|
type: "Text";
|
|
102042
101754
|
defaultValue: string;
|
|
@@ -102093,10 +101805,6 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
102093
101805
|
} | {
|
|
102094
101806
|
type: "InstanceSwap";
|
|
102095
101807
|
defaultValue: string;
|
|
102096
|
-
preferredValues: {
|
|
102097
|
-
type: "Component" | "ComponentSet";
|
|
102098
|
-
key: string;
|
|
102099
|
-
}[];
|
|
102100
101808
|
} | {
|
|
102101
101809
|
type: "Text";
|
|
102102
101810
|
defaultValue: string;
|
|
@@ -126416,7 +126124,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
|
|
|
126416
126124
|
description: string;
|
|
126417
126125
|
designSystemVersionId: string;
|
|
126418
126126
|
codeName: string;
|
|
126419
|
-
targetElementType: "
|
|
126127
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
126420
126128
|
options?: {
|
|
126421
126129
|
id: string;
|
|
126422
126130
|
name: string;
|
|
@@ -126433,7 +126141,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
|
|
|
126433
126141
|
description: string;
|
|
126434
126142
|
designSystemVersionId: string;
|
|
126435
126143
|
codeName: string;
|
|
126436
|
-
targetElementType: "
|
|
126144
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
126437
126145
|
options?: {
|
|
126438
126146
|
id: string;
|
|
126439
126147
|
name: string;
|
|
@@ -126697,7 +126405,7 @@ declare const ElementView: z.ZodObject<{
|
|
|
126697
126405
|
description: string;
|
|
126698
126406
|
isDefault: boolean;
|
|
126699
126407
|
designSystemVersionId: string;
|
|
126700
|
-
targetElementType: "
|
|
126408
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
126701
126409
|
}, {
|
|
126702
126410
|
id: string;
|
|
126703
126411
|
persistentId: string;
|
|
@@ -126705,7 +126413,7 @@ declare const ElementView: z.ZodObject<{
|
|
|
126705
126413
|
description: string;
|
|
126706
126414
|
isDefault: boolean;
|
|
126707
126415
|
designSystemVersionId: string;
|
|
126708
|
-
targetElementType: "
|
|
126416
|
+
targetElementType: "Token" | "Component" | "DocumentationPage";
|
|
126709
126417
|
}>;
|
|
126710
126418
|
type ElementView = z.infer<typeof ElementView>;
|
|
126711
126419
|
type CreateElementView = DbCreateInputOmit<ElementView>;
|
|
@@ -135861,7 +135569,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135861
135569
|
}, {
|
|
135862
135570
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
135863
135571
|
persistentId: string;
|
|
135864
|
-
type: "Image" | "Text" | "
|
|
135572
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
135865
135573
|
url?: string | null | undefined;
|
|
135866
135574
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
135867
135575
|
asset?: {
|
|
@@ -136080,7 +135788,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136080
135788
|
} & {
|
|
136081
135789
|
children: ({
|
|
136082
135790
|
persistentId: string;
|
|
136083
|
-
type: "Image" | "Text" | "
|
|
135791
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136084
135792
|
url?: string | null | undefined;
|
|
136085
135793
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
136086
135794
|
asset?: {
|
|
@@ -136367,7 +136075,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136367
136075
|
} | null | undefined;
|
|
136368
136076
|
oldBlocks?: ({
|
|
136369
136077
|
persistentId: string;
|
|
136370
|
-
type: "Image" | "Text" | "
|
|
136078
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136371
136079
|
url?: string | null | undefined;
|
|
136372
136080
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
136373
136081
|
asset?: {
|
|
@@ -136586,7 +136294,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136586
136294
|
} & {
|
|
136587
136295
|
children: ({
|
|
136588
136296
|
persistentId: string;
|
|
136589
|
-
type: "Image" | "Text" | "
|
|
136297
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136590
136298
|
url?: string | null | undefined;
|
|
136591
136299
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
136592
136300
|
asset?: {
|
|
@@ -136896,7 +136604,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136896
136604
|
} | null | undefined;
|
|
136897
136605
|
oldBlocks?: ({
|
|
136898
136606
|
persistentId: string;
|
|
136899
|
-
type: "Image" | "Text" | "
|
|
136607
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
136900
136608
|
url?: string | null | undefined;
|
|
136901
136609
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
136902
136610
|
asset?: {
|
|
@@ -137115,7 +136823,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137115
136823
|
} & {
|
|
137116
136824
|
children: ({
|
|
137117
136825
|
persistentId: string;
|
|
137118
|
-
type: "Image" | "Text" | "
|
|
136826
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
137119
136827
|
url?: string | null | undefined;
|
|
137120
136828
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
137121
136829
|
asset?: {
|
|
@@ -137836,7 +137544,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137836
137544
|
}, {
|
|
137837
137545
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
137838
137546
|
persistentId: string;
|
|
137839
|
-
type: "Image" | "Text" | "
|
|
137547
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
137840
137548
|
url?: string | null | undefined;
|
|
137841
137549
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
137842
137550
|
asset?: {
|
|
@@ -138055,7 +137763,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138055
137763
|
} & {
|
|
138056
137764
|
children: ({
|
|
138057
137765
|
persistentId: string;
|
|
138058
|
-
type: "Image" | "Text" | "
|
|
137766
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138059
137767
|
url?: string | null | undefined;
|
|
138060
137768
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
138061
137769
|
asset?: {
|
|
@@ -138342,7 +138050,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138342
138050
|
} | null | undefined;
|
|
138343
138051
|
oldBlocks?: ({
|
|
138344
138052
|
persistentId: string;
|
|
138345
|
-
type: "Image" | "Text" | "
|
|
138053
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138346
138054
|
url?: string | null | undefined;
|
|
138347
138055
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
138348
138056
|
asset?: {
|
|
@@ -138561,7 +138269,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138561
138269
|
} & {
|
|
138562
138270
|
children: ({
|
|
138563
138271
|
persistentId: string;
|
|
138564
|
-
type: "Image" | "Text" | "
|
|
138272
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138565
138273
|
url?: string | null | undefined;
|
|
138566
138274
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
138567
138275
|
asset?: {
|
|
@@ -138871,7 +138579,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138871
138579
|
} | null | undefined;
|
|
138872
138580
|
oldBlocks?: ({
|
|
138873
138581
|
persistentId: string;
|
|
138874
|
-
type: "Image" | "Text" | "
|
|
138582
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
138875
138583
|
url?: string | null | undefined;
|
|
138876
138584
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
138877
138585
|
asset?: {
|
|
@@ -139090,7 +138798,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139090
138798
|
} & {
|
|
139091
138799
|
children: ({
|
|
139092
138800
|
persistentId: string;
|
|
139093
|
-
type: "Image" | "Text" | "
|
|
138801
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139094
138802
|
url?: string | null | undefined;
|
|
139095
138803
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
139096
138804
|
asset?: {
|
|
@@ -139429,7 +139137,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139429
139137
|
} | null | undefined;
|
|
139430
139138
|
oldBlocks?: ({
|
|
139431
139139
|
persistentId: string;
|
|
139432
|
-
type: "Image" | "Text" | "
|
|
139140
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139433
139141
|
url?: string | null | undefined;
|
|
139434
139142
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
139435
139143
|
asset?: {
|
|
@@ -139648,7 +139356,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139648
139356
|
} & {
|
|
139649
139357
|
children: ({
|
|
139650
139358
|
persistentId: string;
|
|
139651
|
-
type: "Image" | "Text" | "
|
|
139359
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
139652
139360
|
url?: string | null | undefined;
|
|
139653
139361
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
139654
139362
|
asset?: {
|
|
@@ -140730,7 +140438,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140730
140438
|
} | null | undefined;
|
|
140731
140439
|
oldBlocks?: ({
|
|
140732
140440
|
persistentId: string;
|
|
140733
|
-
type: "Image" | "Text" | "
|
|
140441
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
140734
140442
|
url?: string | null | undefined;
|
|
140735
140443
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
140736
140444
|
asset?: {
|
|
@@ -140949,7 +140657,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140949
140657
|
} & {
|
|
140950
140658
|
children: ({
|
|
140951
140659
|
persistentId: string;
|
|
140952
|
-
type: "Image" | "Text" | "
|
|
140660
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
140953
140661
|
url?: string | null | undefined;
|
|
140954
140662
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
140955
140663
|
asset?: {
|
|
@@ -141225,7 +140933,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141225
140933
|
} | null | undefined;
|
|
141226
140934
|
oldBlocks?: ({
|
|
141227
140935
|
persistentId: string;
|
|
141228
|
-
type: "Image" | "Text" | "
|
|
140936
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141229
140937
|
url?: string | null | undefined;
|
|
141230
140938
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
141231
140939
|
asset?: {
|
|
@@ -141444,7 +141152,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141444
141152
|
} & {
|
|
141445
141153
|
children: ({
|
|
141446
141154
|
persistentId: string;
|
|
141447
|
-
type: "Image" | "Text" | "
|
|
141155
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141448
141156
|
url?: string | null | undefined;
|
|
141449
141157
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
141450
141158
|
asset?: {
|
|
@@ -141915,7 +141623,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141915
141623
|
}, {
|
|
141916
141624
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
141917
141625
|
persistentId: string;
|
|
141918
|
-
type: "Image" | "Text" | "
|
|
141626
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
141919
141627
|
url?: string | null | undefined;
|
|
141920
141628
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
141921
141629
|
asset?: {
|
|
@@ -142134,7 +141842,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142134
141842
|
} & {
|
|
142135
141843
|
children: ({
|
|
142136
141844
|
persistentId: string;
|
|
142137
|
-
type: "Image" | "Text" | "
|
|
141845
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142138
141846
|
url?: string | null | undefined;
|
|
142139
141847
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
142140
141848
|
asset?: {
|
|
@@ -142421,7 +142129,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142421
142129
|
} | null | undefined;
|
|
142422
142130
|
oldBlocks?: ({
|
|
142423
142131
|
persistentId: string;
|
|
142424
|
-
type: "Image" | "Text" | "
|
|
142132
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142425
142133
|
url?: string | null | undefined;
|
|
142426
142134
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
142427
142135
|
asset?: {
|
|
@@ -142640,7 +142348,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142640
142348
|
} & {
|
|
142641
142349
|
children: ({
|
|
142642
142350
|
persistentId: string;
|
|
142643
|
-
type: "Image" | "Text" | "
|
|
142351
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142644
142352
|
url?: string | null | undefined;
|
|
142645
142353
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
142646
142354
|
asset?: {
|
|
@@ -142950,7 +142658,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142950
142658
|
} | null | undefined;
|
|
142951
142659
|
oldBlocks?: ({
|
|
142952
142660
|
persistentId: string;
|
|
142953
|
-
type: "Image" | "Text" | "
|
|
142661
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
142954
142662
|
url?: string | null | undefined;
|
|
142955
142663
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
142956
142664
|
asset?: {
|
|
@@ -143169,7 +142877,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143169
142877
|
} & {
|
|
143170
142878
|
children: ({
|
|
143171
142879
|
persistentId: string;
|
|
143172
|
-
type: "Image" | "Text" | "
|
|
142880
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
143173
142881
|
url?: string | null | undefined;
|
|
143174
142882
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
143175
142883
|
asset?: {
|
|
@@ -143892,7 +143600,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143892
143600
|
}, {
|
|
143893
143601
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
143894
143602
|
persistentId: string;
|
|
143895
|
-
type: "Image" | "Text" | "
|
|
143603
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
143896
143604
|
url?: string | null | undefined;
|
|
143897
143605
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
143898
143606
|
asset?: {
|
|
@@ -144111,7 +143819,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144111
143819
|
} & {
|
|
144112
143820
|
children: ({
|
|
144113
143821
|
persistentId: string;
|
|
144114
|
-
type: "Image" | "Text" | "
|
|
143822
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144115
143823
|
url?: string | null | undefined;
|
|
144116
143824
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
144117
143825
|
asset?: {
|
|
@@ -144398,7 +144106,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144398
144106
|
} | null | undefined;
|
|
144399
144107
|
oldBlocks?: ({
|
|
144400
144108
|
persistentId: string;
|
|
144401
|
-
type: "Image" | "Text" | "
|
|
144109
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144402
144110
|
url?: string | null | undefined;
|
|
144403
144111
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
144404
144112
|
asset?: {
|
|
@@ -144617,7 +144325,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144617
144325
|
} & {
|
|
144618
144326
|
children: ({
|
|
144619
144327
|
persistentId: string;
|
|
144620
|
-
type: "Image" | "Text" | "
|
|
144328
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144621
144329
|
url?: string | null | undefined;
|
|
144622
144330
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
144623
144331
|
asset?: {
|
|
@@ -144927,7 +144635,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144927
144635
|
} | null | undefined;
|
|
144928
144636
|
oldBlocks?: ({
|
|
144929
144637
|
persistentId: string;
|
|
144930
|
-
type: "Image" | "Text" | "
|
|
144638
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
144931
144639
|
url?: string | null | undefined;
|
|
144932
144640
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
144933
144641
|
asset?: {
|
|
@@ -145146,7 +144854,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145146
144854
|
} & {
|
|
145147
144855
|
children: ({
|
|
145148
144856
|
persistentId: string;
|
|
145149
|
-
type: "Image" | "Text" | "
|
|
144857
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145150
144858
|
url?: string | null | undefined;
|
|
145151
144859
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
145152
144860
|
asset?: {
|
|
@@ -145485,7 +145193,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145485
145193
|
} | null | undefined;
|
|
145486
145194
|
oldBlocks?: ({
|
|
145487
145195
|
persistentId: string;
|
|
145488
|
-
type: "Image" | "Text" | "
|
|
145196
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145489
145197
|
url?: string | null | undefined;
|
|
145490
145198
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
145491
145199
|
asset?: {
|
|
@@ -145704,7 +145412,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145704
145412
|
} & {
|
|
145705
145413
|
children: ({
|
|
145706
145414
|
persistentId: string;
|
|
145707
|
-
type: "Image" | "Text" | "
|
|
145415
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
145708
145416
|
url?: string | null | undefined;
|
|
145709
145417
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
145710
145418
|
asset?: {
|
|
@@ -146774,7 +146482,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146774
146482
|
} | null | undefined;
|
|
146775
146483
|
oldBlocks?: ({
|
|
146776
146484
|
persistentId: string;
|
|
146777
|
-
type: "Image" | "Text" | "
|
|
146485
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
146778
146486
|
url?: string | null | undefined;
|
|
146779
146487
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
146780
146488
|
asset?: {
|
|
@@ -146993,7 +146701,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146993
146701
|
} & {
|
|
146994
146702
|
children: ({
|
|
146995
146703
|
persistentId: string;
|
|
146996
|
-
type: "Image" | "Text" | "
|
|
146704
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
146997
146705
|
url?: string | null | undefined;
|
|
146998
146706
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
146999
146707
|
asset?: {
|
|
@@ -147269,7 +146977,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147269
146977
|
} | null | undefined;
|
|
147270
146978
|
oldBlocks?: ({
|
|
147271
146979
|
persistentId: string;
|
|
147272
|
-
type: "Image" | "Text" | "
|
|
146980
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147273
146981
|
url?: string | null | undefined;
|
|
147274
146982
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
147275
146983
|
asset?: {
|
|
@@ -147488,7 +147196,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147488
147196
|
} & {
|
|
147489
147197
|
children: ({
|
|
147490
147198
|
persistentId: string;
|
|
147491
|
-
type: "Image" | "Text" | "
|
|
147199
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
147492
147200
|
url?: string | null | undefined;
|
|
147493
147201
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
147494
147202
|
asset?: {
|
|
@@ -149142,7 +148850,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149142
148850
|
}, {
|
|
149143
148851
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
149144
148852
|
persistentId: string;
|
|
149145
|
-
type: "Image" | "Text" | "
|
|
148853
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149146
148854
|
url?: string | null | undefined;
|
|
149147
148855
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
149148
148856
|
asset?: {
|
|
@@ -149361,7 +149069,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149361
149069
|
} & {
|
|
149362
149070
|
children: ({
|
|
149363
149071
|
persistentId: string;
|
|
149364
|
-
type: "Image" | "Text" | "
|
|
149072
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149365
149073
|
url?: string | null | undefined;
|
|
149366
149074
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
149367
149075
|
asset?: {
|
|
@@ -149648,7 +149356,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149648
149356
|
} | null | undefined;
|
|
149649
149357
|
oldBlocks?: ({
|
|
149650
149358
|
persistentId: string;
|
|
149651
|
-
type: "Image" | "Text" | "
|
|
149359
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149652
149360
|
url?: string | null | undefined;
|
|
149653
149361
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
149654
149362
|
asset?: {
|
|
@@ -149867,7 +149575,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149867
149575
|
} & {
|
|
149868
149576
|
children: ({
|
|
149869
149577
|
persistentId: string;
|
|
149870
|
-
type: "Image" | "Text" | "
|
|
149578
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
149871
149579
|
url?: string | null | undefined;
|
|
149872
149580
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
149873
149581
|
asset?: {
|
|
@@ -150177,7 +149885,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150177
149885
|
} | null | undefined;
|
|
150178
149886
|
oldBlocks?: ({
|
|
150179
149887
|
persistentId: string;
|
|
150180
|
-
type: "Image" | "Text" | "
|
|
149888
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150181
149889
|
url?: string | null | undefined;
|
|
150182
149890
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
150183
149891
|
asset?: {
|
|
@@ -150396,7 +150104,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150396
150104
|
} & {
|
|
150397
150105
|
children: ({
|
|
150398
150106
|
persistentId: string;
|
|
150399
|
-
type: "Image" | "Text" | "
|
|
150107
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
150400
150108
|
url?: string | null | undefined;
|
|
150401
150109
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
150402
150110
|
asset?: {
|
|
@@ -151100,7 +150808,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151100
150808
|
} | null | undefined;
|
|
151101
150809
|
oldBlocks?: ({
|
|
151102
150810
|
persistentId: string;
|
|
151103
|
-
type: "Image" | "Text" | "
|
|
150811
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151104
150812
|
url?: string | null | undefined;
|
|
151105
150813
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
151106
150814
|
asset?: {
|
|
@@ -151319,7 +151027,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151319
151027
|
} & {
|
|
151320
151028
|
children: ({
|
|
151321
151029
|
persistentId: string;
|
|
151322
|
-
type: "Image" | "Text" | "
|
|
151030
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151323
151031
|
url?: string | null | undefined;
|
|
151324
151032
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
151325
151033
|
asset?: {
|
|
@@ -151759,7 +151467,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151759
151467
|
}, {
|
|
151760
151468
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
151761
151469
|
persistentId: string;
|
|
151762
|
-
type: "Image" | "Text" | "
|
|
151470
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151763
151471
|
url?: string | null | undefined;
|
|
151764
151472
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
151765
151473
|
asset?: {
|
|
@@ -151978,7 +151686,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151978
151686
|
} & {
|
|
151979
151687
|
children: ({
|
|
151980
151688
|
persistentId: string;
|
|
151981
|
-
type: "Image" | "Text" | "
|
|
151689
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
151982
151690
|
url?: string | null | undefined;
|
|
151983
151691
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
151984
151692
|
asset?: {
|
|
@@ -152265,7 +151973,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152265
151973
|
} | null | undefined;
|
|
152266
151974
|
oldBlocks?: ({
|
|
152267
151975
|
persistentId: string;
|
|
152268
|
-
type: "Image" | "Text" | "
|
|
151976
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152269
151977
|
url?: string | null | undefined;
|
|
152270
151978
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
152271
151979
|
asset?: {
|
|
@@ -152484,7 +152192,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152484
152192
|
} & {
|
|
152485
152193
|
children: ({
|
|
152486
152194
|
persistentId: string;
|
|
152487
|
-
type: "Image" | "Text" | "
|
|
152195
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152488
152196
|
url?: string | null | undefined;
|
|
152489
152197
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
152490
152198
|
asset?: {
|
|
@@ -152794,7 +152502,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152794
152502
|
} | null | undefined;
|
|
152795
152503
|
oldBlocks?: ({
|
|
152796
152504
|
persistentId: string;
|
|
152797
|
-
type: "Image" | "Text" | "
|
|
152505
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
152798
152506
|
url?: string | null | undefined;
|
|
152799
152507
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
152800
152508
|
asset?: {
|
|
@@ -153013,7 +152721,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153013
152721
|
} & {
|
|
153014
152722
|
children: ({
|
|
153015
152723
|
persistentId: string;
|
|
153016
|
-
type: "Image" | "Text" | "
|
|
152724
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
153017
152725
|
url?: string | null | undefined;
|
|
153018
152726
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
153019
152727
|
asset?: {
|
|
@@ -154307,14 +154015,14 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154307
154015
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
154308
154016
|
}, "strip", z.ZodTypeAny, {
|
|
154309
154017
|
id: string;
|
|
154310
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154018
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154311
154019
|
name: string;
|
|
154312
154020
|
options?: Record<string, any> | undefined;
|
|
154313
154021
|
description?: string | undefined;
|
|
154314
154022
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
154315
154023
|
}, {
|
|
154316
154024
|
id: string;
|
|
154317
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154025
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154318
154026
|
name: string;
|
|
154319
154027
|
options?: Record<string, any> | undefined;
|
|
154320
154028
|
description?: string | undefined;
|
|
@@ -154410,7 +154118,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154410
154118
|
}, "strip", z.ZodTypeAny, {
|
|
154411
154119
|
properties: {
|
|
154412
154120
|
id: string;
|
|
154413
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154121
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154414
154122
|
name: string;
|
|
154415
154123
|
options?: Record<string, any> | undefined;
|
|
154416
154124
|
description?: string | undefined;
|
|
@@ -154449,7 +154157,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154449
154157
|
}, {
|
|
154450
154158
|
properties: {
|
|
154451
154159
|
id: string;
|
|
154452
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154160
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154453
154161
|
name: string;
|
|
154454
154162
|
options?: Record<string, any> | undefined;
|
|
154455
154163
|
description?: string | undefined;
|
|
@@ -154512,7 +154220,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154512
154220
|
maxSelected: number;
|
|
154513
154221
|
}>>;
|
|
154514
154222
|
}, "strip", z.ZodTypeAny, {
|
|
154515
|
-
dataType: "
|
|
154223
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
154516
154224
|
items?: {
|
|
154517
154225
|
numberOfItems: number;
|
|
154518
154226
|
allowLinks: boolean;
|
|
@@ -154523,7 +154231,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154523
154231
|
maxSelected: number;
|
|
154524
154232
|
} | undefined;
|
|
154525
154233
|
}, {
|
|
154526
|
-
dataType: "
|
|
154234
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
154527
154235
|
items?: {
|
|
154528
154236
|
numberOfItems: number;
|
|
154529
154237
|
allowLinks: boolean;
|
|
@@ -154583,7 +154291,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154583
154291
|
item: {
|
|
154584
154292
|
properties: {
|
|
154585
154293
|
id: string;
|
|
154586
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154294
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154587
154295
|
name: string;
|
|
154588
154296
|
options?: Record<string, any> | undefined;
|
|
154589
154297
|
description?: string | undefined;
|
|
@@ -154621,7 +154329,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154621
154329
|
} | undefined;
|
|
154622
154330
|
};
|
|
154623
154331
|
behavior: {
|
|
154624
|
-
dataType: "
|
|
154332
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
154625
154333
|
items?: {
|
|
154626
154334
|
numberOfItems: number;
|
|
154627
154335
|
allowLinks: boolean;
|
|
@@ -154656,7 +154364,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154656
154364
|
item: {
|
|
154657
154365
|
properties: {
|
|
154658
154366
|
id: string;
|
|
154659
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154367
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154660
154368
|
name: string;
|
|
154661
154369
|
options?: Record<string, any> | undefined;
|
|
154662
154370
|
description?: string | undefined;
|
|
@@ -154694,7 +154402,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154694
154402
|
} | undefined;
|
|
154695
154403
|
};
|
|
154696
154404
|
behavior: {
|
|
154697
|
-
dataType: "
|
|
154405
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
154698
154406
|
items?: {
|
|
154699
154407
|
numberOfItems: number;
|
|
154700
154408
|
allowLinks: boolean;
|
|
@@ -154923,7 +154631,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154923
154631
|
item: {
|
|
154924
154632
|
properties: {
|
|
154925
154633
|
id: string;
|
|
154926
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
154634
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
154927
154635
|
name: string;
|
|
154928
154636
|
options?: Record<string, any> | undefined;
|
|
154929
154637
|
description?: string | undefined;
|
|
@@ -154961,7 +154669,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154961
154669
|
} | undefined;
|
|
154962
154670
|
};
|
|
154963
154671
|
behavior: {
|
|
154964
|
-
dataType: "
|
|
154672
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
154965
154673
|
items?: {
|
|
154966
154674
|
numberOfItems: number;
|
|
154967
154675
|
allowLinks: boolean;
|
|
@@ -155031,7 +154739,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155031
154739
|
} | null | undefined;
|
|
155032
154740
|
oldBlocks?: ({
|
|
155033
154741
|
persistentId: string;
|
|
155034
|
-
type: "Image" | "Text" | "
|
|
154742
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
155035
154743
|
url?: string | null | undefined;
|
|
155036
154744
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
155037
154745
|
asset?: {
|
|
@@ -155250,7 +154958,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155250
154958
|
} & {
|
|
155251
154959
|
children: ({
|
|
155252
154960
|
persistentId: string;
|
|
155253
|
-
type: "Image" | "Text" | "
|
|
154961
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
155254
154962
|
url?: string | null | undefined;
|
|
155255
154963
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
155256
154964
|
asset?: {
|
|
@@ -155628,7 +155336,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155628
155336
|
item: {
|
|
155629
155337
|
properties: {
|
|
155630
155338
|
id: string;
|
|
155631
|
-
type: "Image" | "Boolean" | "Text" | "
|
|
155339
|
+
type: "Image" | "Boolean" | "Text" | "Number" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Code" | "Divider" | "Table" | "Markdown" | "FigmaNode" | "Asset" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "AssetProperty" | "EmbedURL" | "CodeSandbox" | "Storybook";
|
|
155632
155340
|
name: string;
|
|
155633
155341
|
options?: Record<string, any> | undefined;
|
|
155634
155342
|
description?: string | undefined;
|
|
@@ -155666,7 +155374,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155666
155374
|
} | undefined;
|
|
155667
155375
|
};
|
|
155668
155376
|
behavior: {
|
|
155669
|
-
dataType: "
|
|
155377
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
155670
155378
|
items?: {
|
|
155671
155379
|
numberOfItems: number;
|
|
155672
155380
|
allowLinks: boolean;
|
|
@@ -155852,7 +155560,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155852
155560
|
}, {
|
|
155853
155561
|
oldBlocks: z.ZodOptional<z.ZodArray<z.ZodType<PageBlockV1, z.ZodTypeDef, {
|
|
155854
155562
|
persistentId: string;
|
|
155855
|
-
type: "Image" | "Text" | "
|
|
155563
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
155856
155564
|
url?: string | null | undefined;
|
|
155857
155565
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
155858
155566
|
asset?: {
|
|
@@ -156071,7 +155779,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156071
155779
|
} & {
|
|
156072
155780
|
children: ({
|
|
156073
155781
|
persistentId: string;
|
|
156074
|
-
type: "Image" | "Text" | "
|
|
155782
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156075
155783
|
url?: string | null | undefined;
|
|
156076
155784
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
156077
155785
|
asset?: {
|
|
@@ -156358,7 +156066,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156358
156066
|
} | null | undefined;
|
|
156359
156067
|
oldBlocks?: ({
|
|
156360
156068
|
persistentId: string;
|
|
156361
|
-
type: "Image" | "Text" | "
|
|
156069
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156362
156070
|
url?: string | null | undefined;
|
|
156363
156071
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
156364
156072
|
asset?: {
|
|
@@ -156577,7 +156285,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156577
156285
|
} & {
|
|
156578
156286
|
children: ({
|
|
156579
156287
|
persistentId: string;
|
|
156580
|
-
type: "Image" | "Text" | "
|
|
156288
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156581
156289
|
url?: string | null | undefined;
|
|
156582
156290
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
156583
156291
|
asset?: {
|
|
@@ -156887,7 +156595,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156887
156595
|
} | null | undefined;
|
|
156888
156596
|
oldBlocks?: ({
|
|
156889
156597
|
persistentId: string;
|
|
156890
|
-
type: "Image" | "Text" | "
|
|
156598
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
156891
156599
|
url?: string | null | undefined;
|
|
156892
156600
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
156893
156601
|
asset?: {
|
|
@@ -157106,7 +156814,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157106
156814
|
} & {
|
|
157107
156815
|
children: ({
|
|
157108
156816
|
persistentId: string;
|
|
157109
|
-
type: "Image" | "Text" | "
|
|
156817
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
157110
156818
|
url?: string | null | undefined;
|
|
157111
156819
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
157112
156820
|
asset?: {
|
|
@@ -158804,7 +158512,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
158804
158512
|
} | null | undefined;
|
|
158805
158513
|
oldBlocks?: ({
|
|
158806
158514
|
persistentId: string;
|
|
158807
|
-
type: "Image" | "Text" | "
|
|
158515
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
158808
158516
|
url?: string | null | undefined;
|
|
158809
158517
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
158810
158518
|
asset?: {
|
|
@@ -159023,7 +158731,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159023
158731
|
} & {
|
|
159024
158732
|
children: ({
|
|
159025
158733
|
persistentId: string;
|
|
159026
|
-
type: "Image" | "Text" | "
|
|
158734
|
+
type: "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "Code" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines";
|
|
159027
158735
|
url?: string | null | undefined;
|
|
159028
158736
|
tokenType?: "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined;
|
|
159029
158737
|
asset?: {
|