@supernova-studio/model 1.74.0 → 1.74.2
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 +161 -5
- package/dist/index.d.ts +161 -5
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4964,12 +4964,14 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4964
4964
|
}[] | null | undefined>;
|
|
4965
4965
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
4966
4966
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
4967
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
4967
4968
|
}, "strip", z$1.ZodTypeAny, {
|
|
4968
4969
|
type: "FigmaVariablesPlugin";
|
|
4969
4970
|
remoteId: string;
|
|
4970
4971
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
4971
4972
|
isTokenTypeSplitEnabled: boolean;
|
|
4972
4973
|
isCollectionsMigrationCompleted: boolean;
|
|
4974
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
4973
4975
|
warnings?: {
|
|
4974
4976
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4975
4977
|
componentId?: string | undefined;
|
|
@@ -4986,6 +4988,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
4986
4988
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
4987
4989
|
isTokenTypeSplitEnabled: boolean;
|
|
4988
4990
|
isCollectionsMigrationCompleted: boolean;
|
|
4991
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
4989
4992
|
warnings?: {
|
|
4990
4993
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4991
4994
|
componentId?: string | undefined;
|
|
@@ -5114,6 +5117,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5114
5117
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5115
5118
|
isTokenTypeSplitEnabled: boolean;
|
|
5116
5119
|
isCollectionsMigrationCompleted: boolean;
|
|
5120
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
5117
5121
|
warnings?: {
|
|
5118
5122
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
5119
5123
|
componentId?: string | undefined;
|
|
@@ -5236,6 +5240,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5236
5240
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
5237
5241
|
isTokenTypeSplitEnabled: boolean;
|
|
5238
5242
|
isCollectionsMigrationCompleted: boolean;
|
|
5243
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
5239
5244
|
warnings?: {
|
|
5240
5245
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
5241
5246
|
componentId?: string | undefined;
|
|
@@ -7907,6 +7912,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7907
7912
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
7908
7913
|
isTokenTypeSplitEnabled: boolean;
|
|
7909
7914
|
isCollectionsMigrationCompleted: boolean;
|
|
7915
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
7910
7916
|
warnings?: {
|
|
7911
7917
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
7912
7918
|
componentId?: string | undefined;
|
|
@@ -8369,6 +8375,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8369
8375
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
8370
8376
|
isTokenTypeSplitEnabled: boolean;
|
|
8371
8377
|
isCollectionsMigrationCompleted: boolean;
|
|
8378
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
8372
8379
|
warnings?: {
|
|
8373
8380
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
8374
8381
|
componentId?: string | undefined;
|
|
@@ -13277,12 +13284,14 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13277
13284
|
}[] | null | undefined>;
|
|
13278
13285
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
13279
13286
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
13287
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
13280
13288
|
}, "strip", z$1.ZodTypeAny, {
|
|
13281
13289
|
type: "FigmaVariablesPlugin";
|
|
13282
13290
|
remoteId: string;
|
|
13283
13291
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13284
13292
|
isTokenTypeSplitEnabled: boolean;
|
|
13285
13293
|
isCollectionsMigrationCompleted: boolean;
|
|
13294
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13286
13295
|
warnings?: {
|
|
13287
13296
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13288
13297
|
componentId?: string | undefined;
|
|
@@ -13299,6 +13308,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13299
13308
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13300
13309
|
isTokenTypeSplitEnabled: boolean;
|
|
13301
13310
|
isCollectionsMigrationCompleted: boolean;
|
|
13311
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13302
13312
|
warnings?: {
|
|
13303
13313
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13304
13314
|
componentId?: string | undefined;
|
|
@@ -13427,6 +13437,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13427
13437
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13428
13438
|
isTokenTypeSplitEnabled: boolean;
|
|
13429
13439
|
isCollectionsMigrationCompleted: boolean;
|
|
13440
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13430
13441
|
warnings?: {
|
|
13431
13442
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13432
13443
|
componentId?: string | undefined;
|
|
@@ -13549,6 +13560,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13549
13560
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
13550
13561
|
isTokenTypeSplitEnabled: boolean;
|
|
13551
13562
|
isCollectionsMigrationCompleted: boolean;
|
|
13563
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
13552
13564
|
warnings?: {
|
|
13553
13565
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
13554
13566
|
componentId?: string | undefined;
|
|
@@ -16220,6 +16232,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16220
16232
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
16221
16233
|
isTokenTypeSplitEnabled: boolean;
|
|
16222
16234
|
isCollectionsMigrationCompleted: boolean;
|
|
16235
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
16223
16236
|
warnings?: {
|
|
16224
16237
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
16225
16238
|
componentId?: string | undefined;
|
|
@@ -16682,6 +16695,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16682
16695
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
16683
16696
|
isTokenTypeSplitEnabled: boolean;
|
|
16684
16697
|
isCollectionsMigrationCompleted: boolean;
|
|
16698
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
16685
16699
|
warnings?: {
|
|
16686
16700
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
16687
16701
|
componentId?: string | undefined;
|
|
@@ -19942,6 +19956,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
19942
19956
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
19943
19957
|
isTokenTypeSplitEnabled: boolean;
|
|
19944
19958
|
isCollectionsMigrationCompleted: boolean;
|
|
19959
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
19945
19960
|
warnings?: {
|
|
19946
19961
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
19947
19962
|
componentId?: string | undefined;
|
|
@@ -20853,6 +20868,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20853
20868
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
20854
20869
|
isTokenTypeSplitEnabled: boolean;
|
|
20855
20870
|
isCollectionsMigrationCompleted: boolean;
|
|
20871
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
20856
20872
|
warnings?: {
|
|
20857
20873
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
20858
20874
|
componentId?: string | undefined;
|
|
@@ -21766,6 +21782,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21766
21782
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
21767
21783
|
isTokenTypeSplitEnabled: boolean;
|
|
21768
21784
|
isCollectionsMigrationCompleted: boolean;
|
|
21785
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
21769
21786
|
warnings?: {
|
|
21770
21787
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
21771
21788
|
componentId?: string | undefined;
|
|
@@ -22722,6 +22739,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22722
22739
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22723
22740
|
isTokenTypeSplitEnabled: boolean;
|
|
22724
22741
|
isCollectionsMigrationCompleted: boolean;
|
|
22742
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
22725
22743
|
warnings?: {
|
|
22726
22744
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22727
22745
|
componentId?: string | undefined;
|
|
@@ -24541,12 +24559,14 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24541
24559
|
}[] | null | undefined>;
|
|
24542
24560
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
24543
24561
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
24562
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
24544
24563
|
}, "strip", z$1.ZodTypeAny, {
|
|
24545
24564
|
type: "FigmaVariablesPlugin";
|
|
24546
24565
|
remoteId: string;
|
|
24547
24566
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24548
24567
|
isTokenTypeSplitEnabled: boolean;
|
|
24549
24568
|
isCollectionsMigrationCompleted: boolean;
|
|
24569
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24550
24570
|
warnings?: {
|
|
24551
24571
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24552
24572
|
componentId?: string | undefined;
|
|
@@ -24563,6 +24583,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24563
24583
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24564
24584
|
isTokenTypeSplitEnabled: boolean;
|
|
24565
24585
|
isCollectionsMigrationCompleted: boolean;
|
|
24586
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24566
24587
|
warnings?: {
|
|
24567
24588
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24568
24589
|
componentId?: string | undefined;
|
|
@@ -24691,6 +24712,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24691
24712
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24692
24713
|
isTokenTypeSplitEnabled: boolean;
|
|
24693
24714
|
isCollectionsMigrationCompleted: boolean;
|
|
24715
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24694
24716
|
warnings?: {
|
|
24695
24717
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24696
24718
|
componentId?: string | undefined;
|
|
@@ -24813,6 +24835,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24813
24835
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
24814
24836
|
isTokenTypeSplitEnabled: boolean;
|
|
24815
24837
|
isCollectionsMigrationCompleted: boolean;
|
|
24838
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
24816
24839
|
warnings?: {
|
|
24817
24840
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
24818
24841
|
componentId?: string | undefined;
|
|
@@ -27484,6 +27507,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27484
27507
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27485
27508
|
isTokenTypeSplitEnabled: boolean;
|
|
27486
27509
|
isCollectionsMigrationCompleted: boolean;
|
|
27510
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
27487
27511
|
warnings?: {
|
|
27488
27512
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27489
27513
|
componentId?: string | undefined;
|
|
@@ -27946,6 +27970,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27946
27970
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27947
27971
|
isTokenTypeSplitEnabled: boolean;
|
|
27948
27972
|
isCollectionsMigrationCompleted: boolean;
|
|
27973
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
27949
27974
|
warnings?: {
|
|
27950
27975
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27951
27976
|
componentId?: string | undefined;
|
|
@@ -31206,6 +31231,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31206
31231
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31207
31232
|
isTokenTypeSplitEnabled: boolean;
|
|
31208
31233
|
isCollectionsMigrationCompleted: boolean;
|
|
31234
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
31209
31235
|
warnings?: {
|
|
31210
31236
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31211
31237
|
componentId?: string | undefined;
|
|
@@ -32117,6 +32143,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32117
32143
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
32118
32144
|
isTokenTypeSplitEnabled: boolean;
|
|
32119
32145
|
isCollectionsMigrationCompleted: boolean;
|
|
32146
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
32120
32147
|
warnings?: {
|
|
32121
32148
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
32122
32149
|
componentId?: string | undefined;
|
|
@@ -34377,12 +34404,14 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
|
|
|
34377
34404
|
}[] | null | undefined>;
|
|
34378
34405
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
34379
34406
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
34407
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
34380
34408
|
}, "strip", z$1.ZodTypeAny, {
|
|
34381
34409
|
type: "FigmaVariablesPlugin";
|
|
34382
34410
|
remoteId: string;
|
|
34383
34411
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34384
34412
|
isTokenTypeSplitEnabled: boolean;
|
|
34385
34413
|
isCollectionsMigrationCompleted: boolean;
|
|
34414
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34386
34415
|
warnings?: {
|
|
34387
34416
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34388
34417
|
componentId?: string | undefined;
|
|
@@ -34399,6 +34428,7 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
|
|
|
34399
34428
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34400
34429
|
isTokenTypeSplitEnabled: boolean;
|
|
34401
34430
|
isCollectionsMigrationCompleted: boolean;
|
|
34431
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34402
34432
|
warnings?: {
|
|
34403
34433
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34404
34434
|
componentId?: string | undefined;
|
|
@@ -34667,12 +34697,14 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
|
|
|
34667
34697
|
}[] | null | undefined>;
|
|
34668
34698
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
34669
34699
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
34700
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
34670
34701
|
}, "strip", z$1.ZodTypeAny, {
|
|
34671
34702
|
type: "FigmaVariablesPlugin";
|
|
34672
34703
|
remoteId: string;
|
|
34673
34704
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34674
34705
|
isTokenTypeSplitEnabled: boolean;
|
|
34675
34706
|
isCollectionsMigrationCompleted: boolean;
|
|
34707
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34676
34708
|
warnings?: {
|
|
34677
34709
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34678
34710
|
componentId?: string | undefined;
|
|
@@ -34689,6 +34721,7 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
|
|
|
34689
34721
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
34690
34722
|
isTokenTypeSplitEnabled: boolean;
|
|
34691
34723
|
isCollectionsMigrationCompleted: boolean;
|
|
34724
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
34692
34725
|
warnings?: {
|
|
34693
34726
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
34694
34727
|
componentId?: string | undefined;
|
|
@@ -35146,12 +35179,14 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35146
35179
|
}[] | null | undefined>;
|
|
35147
35180
|
isTokenTypeSplitEnabled: z$1.ZodBoolean;
|
|
35148
35181
|
isCollectionsMigrationCompleted: z$1.ZodBoolean;
|
|
35182
|
+
isCollectionKeysMigrationCompleted: z$1.ZodBoolean;
|
|
35149
35183
|
}, "strip", z$1.ZodTypeAny, {
|
|
35150
35184
|
type: "FigmaVariablesPlugin";
|
|
35151
35185
|
remoteId: string;
|
|
35152
35186
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35153
35187
|
isTokenTypeSplitEnabled: boolean;
|
|
35154
35188
|
isCollectionsMigrationCompleted: boolean;
|
|
35189
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35155
35190
|
warnings?: {
|
|
35156
35191
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35157
35192
|
componentId?: string | undefined;
|
|
@@ -35168,6 +35203,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35168
35203
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35169
35204
|
isTokenTypeSplitEnabled: boolean;
|
|
35170
35205
|
isCollectionsMigrationCompleted: boolean;
|
|
35206
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35171
35207
|
warnings?: {
|
|
35172
35208
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35173
35209
|
componentId?: string | undefined;
|
|
@@ -35296,6 +35332,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35296
35332
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35297
35333
|
isTokenTypeSplitEnabled: boolean;
|
|
35298
35334
|
isCollectionsMigrationCompleted: boolean;
|
|
35335
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35299
35336
|
warnings?: {
|
|
35300
35337
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35301
35338
|
componentId?: string | undefined;
|
|
@@ -35418,6 +35455,7 @@ declare const DataSource: z$1.ZodObject<{
|
|
|
35418
35455
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
35419
35456
|
isTokenTypeSplitEnabled: boolean;
|
|
35420
35457
|
isCollectionsMigrationCompleted: boolean;
|
|
35458
|
+
isCollectionKeysMigrationCompleted: boolean;
|
|
35421
35459
|
warnings?: {
|
|
35422
35460
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
35423
35461
|
componentId?: string | undefined;
|
|
@@ -83803,6 +83841,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83803
83841
|
backgroundSize: z$1.ZodOptional<z$1.ZodString>;
|
|
83804
83842
|
backgroundPosition: z$1.ZodOptional<z$1.ZodString>;
|
|
83805
83843
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodString>;
|
|
83844
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodString>;
|
|
83806
83845
|
backgroundClip: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>;
|
|
83807
83846
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>;
|
|
83808
83847
|
opacity: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -83832,6 +83871,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83832
83871
|
whiteSpace: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>;
|
|
83833
83872
|
wordBreak: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>;
|
|
83834
83873
|
textOverflow: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>;
|
|
83874
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodLiteral<"text">>;
|
|
83875
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodString>;
|
|
83835
83876
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodNumber>;
|
|
83836
83877
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodLiteral<"vertical">>;
|
|
83837
83878
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -83921,6 +83962,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83921
83962
|
backgroundSize?: string | undefined;
|
|
83922
83963
|
backgroundPosition?: string | undefined;
|
|
83923
83964
|
backgroundRepeat?: string | undefined;
|
|
83965
|
+
backgroundBlendMode?: string | undefined;
|
|
83924
83966
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
83925
83967
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
83926
83968
|
boxShadow?: string | undefined;
|
|
@@ -83942,6 +83984,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
83942
83984
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
83943
83985
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
83944
83986
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
83987
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
83988
|
+
WebkitTextFillColor?: string | undefined;
|
|
83945
83989
|
WebkitLineClamp?: number | undefined;
|
|
83946
83990
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
83947
83991
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84030,6 +84074,7 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
84030
84074
|
backgroundSize?: string | undefined;
|
|
84031
84075
|
backgroundPosition?: string | undefined;
|
|
84032
84076
|
backgroundRepeat?: string | undefined;
|
|
84077
|
+
backgroundBlendMode?: string | undefined;
|
|
84033
84078
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84034
84079
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84035
84080
|
boxShadow?: string | undefined;
|
|
@@ -84051,6 +84096,8 @@ declare const FigmaExporterProcessedStylesSchema: z$1.ZodObject<{
|
|
|
84051
84096
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84052
84097
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84053
84098
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84099
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84100
|
+
WebkitTextFillColor?: string | undefined;
|
|
84054
84101
|
WebkitLineClamp?: number | undefined;
|
|
84055
84102
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84056
84103
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84135,6 +84182,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84135
84182
|
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84136
84183
|
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84137
84184
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84185
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84138
84186
|
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
84139
84187
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
84140
84188
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
@@ -84164,6 +84212,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84164
84212
|
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
84165
84213
|
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
84166
84214
|
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
84215
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
84216
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84167
84217
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84168
84218
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
84169
84219
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -84253,6 +84303,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84253
84303
|
backgroundSize?: string | undefined;
|
|
84254
84304
|
backgroundPosition?: string | undefined;
|
|
84255
84305
|
backgroundRepeat?: string | undefined;
|
|
84306
|
+
backgroundBlendMode?: string | undefined;
|
|
84256
84307
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84257
84308
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84258
84309
|
boxShadow?: string | undefined;
|
|
@@ -84274,6 +84325,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84274
84325
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84275
84326
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84276
84327
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84328
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84329
|
+
WebkitTextFillColor?: string | undefined;
|
|
84277
84330
|
WebkitLineClamp?: number | undefined;
|
|
84278
84331
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84279
84332
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84362,6 +84415,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84362
84415
|
backgroundSize?: string | undefined;
|
|
84363
84416
|
backgroundPosition?: string | undefined;
|
|
84364
84417
|
backgroundRepeat?: string | undefined;
|
|
84418
|
+
backgroundBlendMode?: string | undefined;
|
|
84365
84419
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84366
84420
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84367
84421
|
boxShadow?: string | undefined;
|
|
@@ -84383,6 +84437,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84383
84437
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84384
84438
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84385
84439
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84440
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84441
|
+
WebkitTextFillColor?: string | undefined;
|
|
84386
84442
|
WebkitLineClamp?: number | undefined;
|
|
84387
84443
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84388
84444
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84477,6 +84533,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84477
84533
|
backgroundSize?: string | undefined;
|
|
84478
84534
|
backgroundPosition?: string | undefined;
|
|
84479
84535
|
backgroundRepeat?: string | undefined;
|
|
84536
|
+
backgroundBlendMode?: string | undefined;
|
|
84480
84537
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84481
84538
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84482
84539
|
boxShadow?: string | undefined;
|
|
@@ -84498,6 +84555,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84498
84555
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84499
84556
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84500
84557
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84558
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84559
|
+
WebkitTextFillColor?: string | undefined;
|
|
84501
84560
|
WebkitLineClamp?: number | undefined;
|
|
84502
84561
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84503
84562
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84591,6 +84650,7 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84591
84650
|
backgroundSize?: string | undefined;
|
|
84592
84651
|
backgroundPosition?: string | undefined;
|
|
84593
84652
|
backgroundRepeat?: string | undefined;
|
|
84653
|
+
backgroundBlendMode?: string | undefined;
|
|
84594
84654
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84595
84655
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84596
84656
|
boxShadow?: string | undefined;
|
|
@@ -84612,6 +84672,8 @@ declare const frameNodeObjectSchema: z$1.ZodObject<{
|
|
|
84612
84672
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84613
84673
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84614
84674
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84675
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84676
|
+
WebkitTextFillColor?: string | undefined;
|
|
84615
84677
|
WebkitLineClamp?: number | undefined;
|
|
84616
84678
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84617
84679
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84697,6 +84759,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84697
84759
|
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84698
84760
|
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84699
84761
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84762
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84700
84763
|
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
84701
84764
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
84702
84765
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
@@ -84726,6 +84789,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84726
84789
|
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
84727
84790
|
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
84728
84791
|
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
84792
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
84793
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
84729
84794
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
84730
84795
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
84731
84796
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -84815,6 +84880,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84815
84880
|
backgroundSize?: string | undefined;
|
|
84816
84881
|
backgroundPosition?: string | undefined;
|
|
84817
84882
|
backgroundRepeat?: string | undefined;
|
|
84883
|
+
backgroundBlendMode?: string | undefined;
|
|
84818
84884
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84819
84885
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84820
84886
|
boxShadow?: string | undefined;
|
|
@@ -84836,6 +84902,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84836
84902
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84837
84903
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84838
84904
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
84905
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
84906
|
+
WebkitTextFillColor?: string | undefined;
|
|
84839
84907
|
WebkitLineClamp?: number | undefined;
|
|
84840
84908
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84841
84909
|
fontFeatureSettings?: string | undefined;
|
|
@@ -84924,6 +84992,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84924
84992
|
backgroundSize?: string | undefined;
|
|
84925
84993
|
backgroundPosition?: string | undefined;
|
|
84926
84994
|
backgroundRepeat?: string | undefined;
|
|
84995
|
+
backgroundBlendMode?: string | undefined;
|
|
84927
84996
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
84928
84997
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
84929
84998
|
boxShadow?: string | undefined;
|
|
@@ -84945,6 +85014,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
84945
85014
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
84946
85015
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
84947
85016
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85017
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85018
|
+
WebkitTextFillColor?: string | undefined;
|
|
84948
85019
|
WebkitLineClamp?: number | undefined;
|
|
84949
85020
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
84950
85021
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85040,6 +85111,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85040
85111
|
backgroundSize?: string | undefined;
|
|
85041
85112
|
backgroundPosition?: string | undefined;
|
|
85042
85113
|
backgroundRepeat?: string | undefined;
|
|
85114
|
+
backgroundBlendMode?: string | undefined;
|
|
85043
85115
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85044
85116
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85045
85117
|
boxShadow?: string | undefined;
|
|
@@ -85061,6 +85133,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85061
85133
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85062
85134
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85063
85135
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85136
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85137
|
+
WebkitTextFillColor?: string | undefined;
|
|
85064
85138
|
WebkitLineClamp?: number | undefined;
|
|
85065
85139
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85066
85140
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85155,6 +85229,7 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85155
85229
|
backgroundSize?: string | undefined;
|
|
85156
85230
|
backgroundPosition?: string | undefined;
|
|
85157
85231
|
backgroundRepeat?: string | undefined;
|
|
85232
|
+
backgroundBlendMode?: string | undefined;
|
|
85158
85233
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85159
85234
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85160
85235
|
boxShadow?: string | undefined;
|
|
@@ -85176,6 +85251,8 @@ declare const textNodeObjectSchema: z$1.ZodObject<{
|
|
|
85176
85251
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85177
85252
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85178
85253
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85254
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85255
|
+
WebkitTextFillColor?: string | undefined;
|
|
85179
85256
|
WebkitLineClamp?: number | undefined;
|
|
85180
85257
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85181
85258
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85262,6 +85339,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85262
85339
|
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85263
85340
|
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85264
85341
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85342
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85265
85343
|
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
85266
85344
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
85267
85345
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
@@ -85291,6 +85369,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85291
85369
|
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
85292
85370
|
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
85293
85371
|
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
85372
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
85373
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85294
85374
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85295
85375
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
85296
85376
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -85380,6 +85460,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85380
85460
|
backgroundSize?: string | undefined;
|
|
85381
85461
|
backgroundPosition?: string | undefined;
|
|
85382
85462
|
backgroundRepeat?: string | undefined;
|
|
85463
|
+
backgroundBlendMode?: string | undefined;
|
|
85383
85464
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85384
85465
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85385
85466
|
boxShadow?: string | undefined;
|
|
@@ -85401,6 +85482,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85401
85482
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85402
85483
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85403
85484
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85485
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85486
|
+
WebkitTextFillColor?: string | undefined;
|
|
85404
85487
|
WebkitLineClamp?: number | undefined;
|
|
85405
85488
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85406
85489
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85489,6 +85572,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85489
85572
|
backgroundSize?: string | undefined;
|
|
85490
85573
|
backgroundPosition?: string | undefined;
|
|
85491
85574
|
backgroundRepeat?: string | undefined;
|
|
85575
|
+
backgroundBlendMode?: string | undefined;
|
|
85492
85576
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85493
85577
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85494
85578
|
boxShadow?: string | undefined;
|
|
@@ -85510,6 +85594,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85510
85594
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85511
85595
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85512
85596
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85597
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85598
|
+
WebkitTextFillColor?: string | undefined;
|
|
85513
85599
|
WebkitLineClamp?: number | undefined;
|
|
85514
85600
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85515
85601
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85605,6 +85691,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85605
85691
|
backgroundSize?: string | undefined;
|
|
85606
85692
|
backgroundPosition?: string | undefined;
|
|
85607
85693
|
backgroundRepeat?: string | undefined;
|
|
85694
|
+
backgroundBlendMode?: string | undefined;
|
|
85608
85695
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85609
85696
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85610
85697
|
boxShadow?: string | undefined;
|
|
@@ -85626,6 +85713,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85626
85713
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85627
85714
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85628
85715
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85716
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85717
|
+
WebkitTextFillColor?: string | undefined;
|
|
85629
85718
|
WebkitLineClamp?: number | undefined;
|
|
85630
85719
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85631
85720
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85720,6 +85809,7 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85720
85809
|
backgroundSize?: string | undefined;
|
|
85721
85810
|
backgroundPosition?: string | undefined;
|
|
85722
85811
|
backgroundRepeat?: string | undefined;
|
|
85812
|
+
backgroundBlendMode?: string | undefined;
|
|
85723
85813
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85724
85814
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85725
85815
|
boxShadow?: string | undefined;
|
|
@@ -85741,6 +85831,8 @@ declare const svgNodeObjectSchema: z$1.ZodObject<{
|
|
|
85741
85831
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85742
85832
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85743
85833
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
85834
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
85835
|
+
WebkitTextFillColor?: string | undefined;
|
|
85744
85836
|
WebkitLineClamp?: number | undefined;
|
|
85745
85837
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85746
85838
|
fontFeatureSettings?: string | undefined;
|
|
@@ -85827,6 +85919,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85827
85919
|
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85828
85920
|
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85829
85921
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85922
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85830
85923
|
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
85831
85924
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
85832
85925
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
@@ -85856,6 +85949,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85856
85949
|
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
85857
85950
|
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
85858
85951
|
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
85952
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
85953
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
85859
85954
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
85860
85955
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
85861
85956
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -85945,6 +86040,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85945
86040
|
backgroundSize?: string | undefined;
|
|
85946
86041
|
backgroundPosition?: string | undefined;
|
|
85947
86042
|
backgroundRepeat?: string | undefined;
|
|
86043
|
+
backgroundBlendMode?: string | undefined;
|
|
85948
86044
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
85949
86045
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
85950
86046
|
boxShadow?: string | undefined;
|
|
@@ -85966,6 +86062,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
85966
86062
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
85967
86063
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
85968
86064
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86065
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86066
|
+
WebkitTextFillColor?: string | undefined;
|
|
85969
86067
|
WebkitLineClamp?: number | undefined;
|
|
85970
86068
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
85971
86069
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86054,6 +86152,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86054
86152
|
backgroundSize?: string | undefined;
|
|
86055
86153
|
backgroundPosition?: string | undefined;
|
|
86056
86154
|
backgroundRepeat?: string | undefined;
|
|
86155
|
+
backgroundBlendMode?: string | undefined;
|
|
86057
86156
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86058
86157
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86059
86158
|
boxShadow?: string | undefined;
|
|
@@ -86075,6 +86174,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86075
86174
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86076
86175
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86077
86176
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86177
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86178
|
+
WebkitTextFillColor?: string | undefined;
|
|
86078
86179
|
WebkitLineClamp?: number | undefined;
|
|
86079
86180
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86080
86181
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86174,6 +86275,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86174
86275
|
backgroundSize?: string | undefined;
|
|
86175
86276
|
backgroundPosition?: string | undefined;
|
|
86176
86277
|
backgroundRepeat?: string | undefined;
|
|
86278
|
+
backgroundBlendMode?: string | undefined;
|
|
86177
86279
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86178
86280
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86179
86281
|
boxShadow?: string | undefined;
|
|
@@ -86195,6 +86297,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86195
86297
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86196
86298
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86197
86299
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86300
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86301
|
+
WebkitTextFillColor?: string | undefined;
|
|
86198
86302
|
WebkitLineClamp?: number | undefined;
|
|
86199
86303
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86200
86304
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86293,6 +86397,7 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86293
86397
|
backgroundSize?: string | undefined;
|
|
86294
86398
|
backgroundPosition?: string | undefined;
|
|
86295
86399
|
backgroundRepeat?: string | undefined;
|
|
86400
|
+
backgroundBlendMode?: string | undefined;
|
|
86296
86401
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86297
86402
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86298
86403
|
boxShadow?: string | undefined;
|
|
@@ -86314,6 +86419,8 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
|
|
|
86314
86419
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86315
86420
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86316
86421
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86422
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86423
|
+
WebkitTextFillColor?: string | undefined;
|
|
86317
86424
|
WebkitLineClamp?: number | undefined;
|
|
86318
86425
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86319
86426
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86413,6 +86520,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86413
86520
|
backgroundSize: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86414
86521
|
backgroundPosition: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86415
86522
|
backgroundRepeat: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86523
|
+
backgroundBlendMode: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86416
86524
|
backgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">, z$1.ZodLiteral<"text">]>>>;
|
|
86417
86525
|
backgroundOrigin: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"border-box">, z$1.ZodLiteral<"padding-box">, z$1.ZodLiteral<"content-box">]>>>;
|
|
86418
86526
|
opacity: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
@@ -86442,6 +86550,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86442
86550
|
whiteSpace: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"nowrap">, z$1.ZodLiteral<"pre">, z$1.ZodLiteral<"pre-wrap">, z$1.ZodLiteral<"pre-line">, z$1.ZodLiteral<"break-spaces">]>>>;
|
|
86443
86551
|
wordBreak: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"normal">, z$1.ZodLiteral<"break-all">, z$1.ZodLiteral<"keep-all">, z$1.ZodLiteral<"break-word">]>>>;
|
|
86444
86552
|
textOverflow: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodLiteral<"clip">, z$1.ZodLiteral<"ellipsis">]>>>;
|
|
86553
|
+
WebkitBackgroundClip: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"text">>>;
|
|
86554
|
+
WebkitTextFillColor: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
86445
86555
|
WebkitLineClamp: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNumber>>;
|
|
86446
86556
|
WebkitBoxOrient: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodLiteral<"vertical">>>;
|
|
86447
86557
|
fontFeatureSettings: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -86531,6 +86641,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86531
86641
|
backgroundSize?: string | undefined;
|
|
86532
86642
|
backgroundPosition?: string | undefined;
|
|
86533
86643
|
backgroundRepeat?: string | undefined;
|
|
86644
|
+
backgroundBlendMode?: string | undefined;
|
|
86534
86645
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86535
86646
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86536
86647
|
boxShadow?: string | undefined;
|
|
@@ -86552,6 +86663,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86552
86663
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86553
86664
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86554
86665
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86666
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86667
|
+
WebkitTextFillColor?: string | undefined;
|
|
86555
86668
|
WebkitLineClamp?: number | undefined;
|
|
86556
86669
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86557
86670
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86640,6 +86753,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86640
86753
|
backgroundSize?: string | undefined;
|
|
86641
86754
|
backgroundPosition?: string | undefined;
|
|
86642
86755
|
backgroundRepeat?: string | undefined;
|
|
86756
|
+
backgroundBlendMode?: string | undefined;
|
|
86643
86757
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86644
86758
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86645
86759
|
boxShadow?: string | undefined;
|
|
@@ -86661,6 +86775,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86661
86775
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86662
86776
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86663
86777
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86778
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86779
|
+
WebkitTextFillColor?: string | undefined;
|
|
86664
86780
|
WebkitLineClamp?: number | undefined;
|
|
86665
86781
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86666
86782
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86756,6 +86872,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86756
86872
|
backgroundSize?: string | undefined;
|
|
86757
86873
|
backgroundPosition?: string | undefined;
|
|
86758
86874
|
backgroundRepeat?: string | undefined;
|
|
86875
|
+
backgroundBlendMode?: string | undefined;
|
|
86759
86876
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86760
86877
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86761
86878
|
boxShadow?: string | undefined;
|
|
@@ -86777,6 +86894,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86777
86894
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86778
86895
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86779
86896
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
86897
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
86898
|
+
WebkitTextFillColor?: string | undefined;
|
|
86780
86899
|
WebkitLineClamp?: number | undefined;
|
|
86781
86900
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86782
86901
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86871,6 +86990,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86871
86990
|
backgroundSize?: string | undefined;
|
|
86872
86991
|
backgroundPosition?: string | undefined;
|
|
86873
86992
|
backgroundRepeat?: string | undefined;
|
|
86993
|
+
backgroundBlendMode?: string | undefined;
|
|
86874
86994
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86875
86995
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86876
86996
|
boxShadow?: string | undefined;
|
|
@@ -86892,6 +87012,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86892
87012
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
86893
87013
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
86894
87014
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87015
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87016
|
+
WebkitTextFillColor?: string | undefined;
|
|
86895
87017
|
WebkitLineClamp?: number | undefined;
|
|
86896
87018
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
86897
87019
|
fontFeatureSettings?: string | undefined;
|
|
@@ -86986,6 +87108,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
86986
87108
|
backgroundSize?: string | undefined;
|
|
86987
87109
|
backgroundPosition?: string | undefined;
|
|
86988
87110
|
backgroundRepeat?: string | undefined;
|
|
87111
|
+
backgroundBlendMode?: string | undefined;
|
|
86989
87112
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
86990
87113
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
86991
87114
|
boxShadow?: string | undefined;
|
|
@@ -87007,6 +87130,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87007
87130
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87008
87131
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87009
87132
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87133
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87134
|
+
WebkitTextFillColor?: string | undefined;
|
|
87010
87135
|
WebkitLineClamp?: number | undefined;
|
|
87011
87136
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
87012
87137
|
fontFeatureSettings?: string | undefined;
|
|
@@ -87101,6 +87226,7 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87101
87226
|
backgroundSize?: string | undefined;
|
|
87102
87227
|
backgroundPosition?: string | undefined;
|
|
87103
87228
|
backgroundRepeat?: string | undefined;
|
|
87229
|
+
backgroundBlendMode?: string | undefined;
|
|
87104
87230
|
backgroundClip?: "text" | "border-box" | "padding-box" | "content-box" | undefined;
|
|
87105
87231
|
backgroundOrigin?: "border-box" | "padding-box" | "content-box" | undefined;
|
|
87106
87232
|
boxShadow?: string | undefined;
|
|
@@ -87122,6 +87248,8 @@ declare const FigmaExporterAnyDesignNodeSchema: z$1.ZodUnion<[z$1.ZodType<FrameN
|
|
|
87122
87248
|
whiteSpace?: "nowrap" | "normal" | "pre" | "pre-wrap" | "pre-line" | "break-spaces" | undefined;
|
|
87123
87249
|
wordBreak?: "normal" | "break-all" | "keep-all" | "break-word" | undefined;
|
|
87124
87250
|
textOverflow?: "clip" | "ellipsis" | undefined;
|
|
87251
|
+
WebkitBackgroundClip?: "text" | undefined;
|
|
87252
|
+
WebkitTextFillColor?: string | undefined;
|
|
87125
87253
|
WebkitLineClamp?: number | undefined;
|
|
87126
87254
|
WebkitBoxOrient?: "vertical" | undefined;
|
|
87127
87255
|
fontFeatureSettings?: string | undefined;
|
|
@@ -98806,13 +98934,16 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98806
98934
|
id: z$1.ZodString;
|
|
98807
98935
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
98808
98936
|
sourceId: z$1.ZodString;
|
|
98937
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
98809
98938
|
}, "strip", z$1.ZodTypeAny, {
|
|
98810
98939
|
id: string;
|
|
98811
98940
|
sourceId: string;
|
|
98941
|
+
collectionKeyMigrated: boolean;
|
|
98812
98942
|
parentId?: string | undefined;
|
|
98813
98943
|
}, {
|
|
98814
98944
|
id: string;
|
|
98815
98945
|
sourceId: string;
|
|
98946
|
+
collectionKeyMigrated: boolean;
|
|
98816
98947
|
parentId?: string | undefined;
|
|
98817
98948
|
}>;
|
|
98818
98949
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -98822,6 +98953,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98822
98953
|
origin: {
|
|
98823
98954
|
id: string;
|
|
98824
98955
|
sourceId: string;
|
|
98956
|
+
collectionKeyMigrated: boolean;
|
|
98825
98957
|
parentId?: string | undefined;
|
|
98826
98958
|
};
|
|
98827
98959
|
legacyId: string;
|
|
@@ -98834,6 +98966,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
98834
98966
|
origin: {
|
|
98835
98967
|
id: string;
|
|
98836
98968
|
sourceId: string;
|
|
98969
|
+
collectionKeyMigrated: boolean;
|
|
98837
98970
|
parentId?: string | undefined;
|
|
98838
98971
|
};
|
|
98839
98972
|
legacyId: string;
|
|
@@ -100081,6 +100214,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100081
100214
|
origin: {
|
|
100082
100215
|
id: string;
|
|
100083
100216
|
sourceId: string;
|
|
100217
|
+
collectionKeyMigrated: boolean;
|
|
100084
100218
|
parentId?: string | undefined;
|
|
100085
100219
|
};
|
|
100086
100220
|
legacyId: string;
|
|
@@ -100132,6 +100266,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
|
|
|
100132
100266
|
origin: {
|
|
100133
100267
|
id: string;
|
|
100134
100268
|
sourceId: string;
|
|
100269
|
+
collectionKeyMigrated: boolean;
|
|
100135
100270
|
parentId?: string | undefined;
|
|
100136
100271
|
};
|
|
100137
100272
|
legacyId: string;
|
|
@@ -110814,9 +110949,11 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110814
110949
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110815
110950
|
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
110816
110951
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
110952
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
110817
110953
|
}, "strip", z$1.ZodTypeAny, {
|
|
110818
110954
|
id: string;
|
|
110819
110955
|
name: string;
|
|
110956
|
+
collectionKeyMigrated: boolean;
|
|
110820
110957
|
legacyId: string;
|
|
110821
110958
|
parentPersistentId?: string | undefined;
|
|
110822
110959
|
parentId?: string | undefined;
|
|
@@ -110824,6 +110961,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
110824
110961
|
}, {
|
|
110825
110962
|
id: string;
|
|
110826
110963
|
name: string;
|
|
110964
|
+
collectionKeyMigrated: boolean;
|
|
110827
110965
|
legacyId: string;
|
|
110828
110966
|
parentPersistentId?: string | undefined;
|
|
110829
110967
|
parentId?: string | undefined;
|
|
@@ -112126,6 +112264,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112126
112264
|
collections: {
|
|
112127
112265
|
id: string;
|
|
112128
112266
|
name: string;
|
|
112267
|
+
collectionKeyMigrated: boolean;
|
|
112129
112268
|
legacyId: string;
|
|
112130
112269
|
parentPersistentId?: string | undefined;
|
|
112131
112270
|
parentId?: string | undefined;
|
|
@@ -112169,6 +112308,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
|
|
|
112169
112308
|
collections: {
|
|
112170
112309
|
id: string;
|
|
112171
112310
|
name: string;
|
|
112311
|
+
collectionKeyMigrated: boolean;
|
|
112172
112312
|
legacyId: string;
|
|
112173
112313
|
parentPersistentId?: string | undefined;
|
|
112174
112314
|
parentId?: string | undefined;
|
|
@@ -115016,9 +115156,11 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115016
115156
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115017
115157
|
parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
115018
115158
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115159
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115019
115160
|
}, "strip", z$1.ZodTypeAny, {
|
|
115020
115161
|
id: string;
|
|
115021
115162
|
name: string;
|
|
115163
|
+
collectionKeyMigrated: boolean;
|
|
115022
115164
|
legacyId: string;
|
|
115023
115165
|
parentPersistentId?: string | undefined;
|
|
115024
115166
|
parentId?: string | undefined;
|
|
@@ -115026,6 +115168,7 @@ declare const CollectionImportModelInput: z$1.ZodObject<{
|
|
|
115026
115168
|
}, {
|
|
115027
115169
|
id: string;
|
|
115028
115170
|
name: string;
|
|
115171
|
+
collectionKeyMigrated: boolean;
|
|
115029
115172
|
legacyId: string;
|
|
115030
115173
|
parentPersistentId?: string | undefined;
|
|
115031
115174
|
parentId?: string | undefined;
|
|
@@ -115042,13 +115185,16 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115042
115185
|
id: z$1.ZodString;
|
|
115043
115186
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
115044
115187
|
sourceId: z$1.ZodString;
|
|
115188
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
115045
115189
|
}, "strip", z$1.ZodTypeAny, {
|
|
115046
115190
|
id: string;
|
|
115047
115191
|
sourceId: string;
|
|
115192
|
+
collectionKeyMigrated: boolean;
|
|
115048
115193
|
parentId?: string | undefined;
|
|
115049
115194
|
}, {
|
|
115050
115195
|
id: string;
|
|
115051
115196
|
sourceId: string;
|
|
115197
|
+
collectionKeyMigrated: boolean;
|
|
115052
115198
|
parentId?: string | undefined;
|
|
115053
115199
|
}>;
|
|
115054
115200
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -115058,6 +115204,7 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115058
115204
|
origin: {
|
|
115059
115205
|
id: string;
|
|
115060
115206
|
sourceId: string;
|
|
115207
|
+
collectionKeyMigrated: boolean;
|
|
115061
115208
|
parentId?: string | undefined;
|
|
115062
115209
|
};
|
|
115063
115210
|
legacyId: string;
|
|
@@ -115070,6 +115217,7 @@ declare const CollectionImportModel: z$1.ZodObject<{
|
|
|
115070
115217
|
origin: {
|
|
115071
115218
|
id: string;
|
|
115072
115219
|
sourceId: string;
|
|
115220
|
+
collectionKeyMigrated: boolean;
|
|
115073
115221
|
parentId?: string | undefined;
|
|
115074
115222
|
};
|
|
115075
115223
|
legacyId: string;
|
|
@@ -142629,13 +142777,16 @@ declare const CollectionOrigin: z$1.ZodObject<{
|
|
|
142629
142777
|
id: z$1.ZodString;
|
|
142630
142778
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142631
142779
|
sourceId: z$1.ZodString;
|
|
142780
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
142632
142781
|
}, "strip", z$1.ZodTypeAny, {
|
|
142633
142782
|
id: string;
|
|
142634
142783
|
sourceId: string;
|
|
142784
|
+
collectionKeyMigrated: boolean;
|
|
142635
142785
|
parentId?: string | undefined;
|
|
142636
142786
|
}, {
|
|
142637
142787
|
id: string;
|
|
142638
142788
|
sourceId: string;
|
|
142789
|
+
collectionKeyMigrated: boolean;
|
|
142639
142790
|
parentId?: string | undefined;
|
|
142640
142791
|
}>;
|
|
142641
142792
|
type CollectionOrigin = z$1.infer<typeof CollectionOrigin>;
|
|
@@ -142672,13 +142823,16 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142672
142823
|
id: z$1.ZodString;
|
|
142673
142824
|
parentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142674
142825
|
sourceId: z$1.ZodString;
|
|
142826
|
+
collectionKeyMigrated: z$1.ZodBoolean;
|
|
142675
142827
|
}, "strip", z$1.ZodTypeAny, {
|
|
142676
142828
|
id: string;
|
|
142677
142829
|
sourceId: string;
|
|
142830
|
+
collectionKeyMigrated: boolean;
|
|
142678
142831
|
parentId?: string | undefined;
|
|
142679
142832
|
}, {
|
|
142680
142833
|
id: string;
|
|
142681
142834
|
sourceId: string;
|
|
142835
|
+
collectionKeyMigrated: boolean;
|
|
142682
142836
|
parentId?: string | undefined;
|
|
142683
142837
|
}>>;
|
|
142684
142838
|
}, "strip", z$1.ZodTypeAny, {
|
|
@@ -142698,6 +142852,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142698
142852
|
origin?: {
|
|
142699
142853
|
id: string;
|
|
142700
142854
|
sourceId: string;
|
|
142855
|
+
collectionKeyMigrated: boolean;
|
|
142701
142856
|
parentId?: string | undefined;
|
|
142702
142857
|
} | undefined;
|
|
142703
142858
|
}, {
|
|
@@ -142717,6 +142872,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142717
142872
|
origin?: {
|
|
142718
142873
|
id: string;
|
|
142719
142874
|
sourceId: string;
|
|
142875
|
+
collectionKeyMigrated: boolean;
|
|
142720
142876
|
parentId?: string | undefined;
|
|
142721
142877
|
} | undefined;
|
|
142722
142878
|
}>;
|
|
@@ -155276,26 +155432,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
|
155276
155432
|
type FeatureFlagDefaultsTypes = {
|
|
155277
155433
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
155278
155434
|
};
|
|
155279
|
-
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "
|
|
155435
|
+
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright"]>;
|
|
155280
155436
|
type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
|
|
155281
|
-
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "
|
|
155437
|
+
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright"]>, z$1.ZodBoolean>;
|
|
155282
155438
|
type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
|
|
155283
155439
|
declare const FeatureFlag: z$1.ZodObject<{
|
|
155284
155440
|
id: z$1.ZodString;
|
|
155285
|
-
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "
|
|
155441
|
+
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright"]>;
|
|
155286
155442
|
createdAt: z$1.ZodDate;
|
|
155287
155443
|
enabled: z$1.ZodBoolean;
|
|
155288
155444
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
155289
155445
|
data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
155290
155446
|
}, "strip", z$1.ZodTypeAny, {
|
|
155291
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "
|
|
155447
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
|
|
155292
155448
|
id: string;
|
|
155293
155449
|
createdAt: Date;
|
|
155294
155450
|
enabled: boolean;
|
|
155295
155451
|
data?: Record<string, any> | null | undefined;
|
|
155296
155452
|
designSystemId?: string | undefined;
|
|
155297
155453
|
}, {
|
|
155298
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "
|
|
155454
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
|
|
155299
155455
|
id: string;
|
|
155300
155456
|
createdAt: Date;
|
|
155301
155457
|
enabled: boolean;
|