@supernova-studio/model 1.67.0 → 1.67.1
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 +44 -1
- package/dist/index.d.ts +44 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5369,6 +5369,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5369
5369
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
5370
5370
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5371
5371
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5372
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
5372
5373
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5373
5374
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
5374
5375
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -5408,6 +5409,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5408
5409
|
updatedAt: Date;
|
|
5409
5410
|
persistentId: string;
|
|
5410
5411
|
designSystemVersionId: string;
|
|
5412
|
+
collectionPersistentIds: string[];
|
|
5411
5413
|
sortOrder: number;
|
|
5412
5414
|
meta: {
|
|
5413
5415
|
name: string;
|
|
@@ -5433,6 +5435,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
5433
5435
|
updatedAt: Date;
|
|
5434
5436
|
persistentId: string;
|
|
5435
5437
|
designSystemVersionId: string;
|
|
5438
|
+
collectionPersistentIds: string[];
|
|
5436
5439
|
sortOrder: number;
|
|
5437
5440
|
meta: {
|
|
5438
5441
|
name: string;
|
|
@@ -7158,6 +7161,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7158
7161
|
updatedAt: Date;
|
|
7159
7162
|
persistentId: string;
|
|
7160
7163
|
designSystemVersionId: string;
|
|
7164
|
+
collectionPersistentIds: string[];
|
|
7161
7165
|
sortOrder: number;
|
|
7162
7166
|
meta: {
|
|
7163
7167
|
name: string;
|
|
@@ -7439,6 +7443,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
7439
7443
|
updatedAt: Date;
|
|
7440
7444
|
persistentId: string;
|
|
7441
7445
|
designSystemVersionId: string;
|
|
7446
|
+
collectionPersistentIds: string[];
|
|
7442
7447
|
sortOrder: number;
|
|
7443
7448
|
meta: {
|
|
7444
7449
|
name: string;
|
|
@@ -8002,6 +8007,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8002
8007
|
updatedAt: Date;
|
|
8003
8008
|
persistentId: string;
|
|
8004
8009
|
designSystemVersionId: string;
|
|
8010
|
+
collectionPersistentIds: string[];
|
|
8005
8011
|
sortOrder: number;
|
|
8006
8012
|
meta: {
|
|
8007
8013
|
name: string;
|
|
@@ -8463,6 +8469,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
|
|
|
8463
8469
|
updatedAt: Date;
|
|
8464
8470
|
persistentId: string;
|
|
8465
8471
|
designSystemVersionId: string;
|
|
8472
|
+
collectionPersistentIds: string[];
|
|
8466
8473
|
sortOrder: number;
|
|
8467
8474
|
meta: {
|
|
8468
8475
|
name: string;
|
|
@@ -9388,6 +9395,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
9388
9395
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
9389
9396
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
9390
9397
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
9398
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
9391
9399
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
9392
9400
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
9393
9401
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -9427,6 +9435,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
9427
9435
|
updatedAt: Date;
|
|
9428
9436
|
persistentId: string;
|
|
9429
9437
|
designSystemVersionId: string;
|
|
9438
|
+
collectionPersistentIds: string[];
|
|
9430
9439
|
sortOrder: number;
|
|
9431
9440
|
meta: {
|
|
9432
9441
|
name: string;
|
|
@@ -9452,6 +9461,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
9452
9461
|
updatedAt: Date;
|
|
9453
9462
|
persistentId: string;
|
|
9454
9463
|
designSystemVersionId: string;
|
|
9464
|
+
collectionPersistentIds: string[];
|
|
9455
9465
|
sortOrder: number;
|
|
9456
9466
|
meta: {
|
|
9457
9467
|
name: string;
|
|
@@ -11177,6 +11187,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
11177
11187
|
updatedAt: Date;
|
|
11178
11188
|
persistentId: string;
|
|
11179
11189
|
designSystemVersionId: string;
|
|
11190
|
+
collectionPersistentIds: string[];
|
|
11180
11191
|
sortOrder: number;
|
|
11181
11192
|
meta: {
|
|
11182
11193
|
name: string;
|
|
@@ -11458,6 +11469,7 @@ declare const DesignSystemVersionDump: z$1.ZodObject<{
|
|
|
11458
11469
|
updatedAt: Date;
|
|
11459
11470
|
persistentId: string;
|
|
11460
11471
|
designSystemVersionId: string;
|
|
11472
|
+
collectionPersistentIds: string[];
|
|
11461
11473
|
sortOrder: number;
|
|
11462
11474
|
meta: {
|
|
11463
11475
|
name: string;
|
|
@@ -13670,6 +13682,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13670
13682
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
13671
13683
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
13672
13684
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
13685
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
13673
13686
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
13674
13687
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
13675
13688
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -13709,6 +13722,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13709
13722
|
updatedAt: Date;
|
|
13710
13723
|
persistentId: string;
|
|
13711
13724
|
designSystemVersionId: string;
|
|
13725
|
+
collectionPersistentIds: string[];
|
|
13712
13726
|
sortOrder: number;
|
|
13713
13727
|
meta: {
|
|
13714
13728
|
name: string;
|
|
@@ -13734,6 +13748,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
13734
13748
|
updatedAt: Date;
|
|
13735
13749
|
persistentId: string;
|
|
13736
13750
|
designSystemVersionId: string;
|
|
13751
|
+
collectionPersistentIds: string[];
|
|
13737
13752
|
sortOrder: number;
|
|
13738
13753
|
meta: {
|
|
13739
13754
|
name: string;
|
|
@@ -15459,6 +15474,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15459
15474
|
updatedAt: Date;
|
|
15460
15475
|
persistentId: string;
|
|
15461
15476
|
designSystemVersionId: string;
|
|
15477
|
+
collectionPersistentIds: string[];
|
|
15462
15478
|
sortOrder: number;
|
|
15463
15479
|
meta: {
|
|
15464
15480
|
name: string;
|
|
@@ -15740,6 +15756,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
15740
15756
|
updatedAt: Date;
|
|
15741
15757
|
persistentId: string;
|
|
15742
15758
|
designSystemVersionId: string;
|
|
15759
|
+
collectionPersistentIds: string[];
|
|
15743
15760
|
sortOrder: number;
|
|
15744
15761
|
meta: {
|
|
15745
15762
|
name: string;
|
|
@@ -16303,6 +16320,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16303
16320
|
updatedAt: Date;
|
|
16304
16321
|
persistentId: string;
|
|
16305
16322
|
designSystemVersionId: string;
|
|
16323
|
+
collectionPersistentIds: string[];
|
|
16306
16324
|
sortOrder: number;
|
|
16307
16325
|
meta: {
|
|
16308
16326
|
name: string;
|
|
@@ -16764,6 +16782,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
16764
16782
|
updatedAt: Date;
|
|
16765
16783
|
persistentId: string;
|
|
16766
16784
|
designSystemVersionId: string;
|
|
16785
|
+
collectionPersistentIds: string[];
|
|
16767
16786
|
sortOrder: number;
|
|
16768
16787
|
meta: {
|
|
16769
16788
|
name: string;
|
|
@@ -20023,6 +20042,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20023
20042
|
updatedAt: Date;
|
|
20024
20043
|
persistentId: string;
|
|
20025
20044
|
designSystemVersionId: string;
|
|
20045
|
+
collectionPersistentIds: string[];
|
|
20026
20046
|
sortOrder: number;
|
|
20027
20047
|
meta: {
|
|
20028
20048
|
name: string;
|
|
@@ -20933,6 +20953,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
20933
20953
|
updatedAt: Date;
|
|
20934
20954
|
persistentId: string;
|
|
20935
20955
|
designSystemVersionId: string;
|
|
20956
|
+
collectionPersistentIds: string[];
|
|
20936
20957
|
sortOrder: number;
|
|
20937
20958
|
meta: {
|
|
20938
20959
|
name: string;
|
|
@@ -21845,6 +21866,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
21845
21866
|
updatedAt: Date;
|
|
21846
21867
|
persistentId: string;
|
|
21847
21868
|
designSystemVersionId: string;
|
|
21869
|
+
collectionPersistentIds: string[];
|
|
21848
21870
|
sortOrder: number;
|
|
21849
21871
|
meta: {
|
|
21850
21872
|
name: string;
|
|
@@ -22800,6 +22822,7 @@ declare const UserDump: z$1.ZodObject<{
|
|
|
22800
22822
|
updatedAt: Date;
|
|
22801
22823
|
persistentId: string;
|
|
22802
22824
|
designSystemVersionId: string;
|
|
22825
|
+
collectionPersistentIds: string[];
|
|
22803
22826
|
sortOrder: number;
|
|
22804
22827
|
meta: {
|
|
22805
22828
|
name: string;
|
|
@@ -24923,6 +24946,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24923
24946
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
24924
24947
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
24925
24948
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
24949
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
24926
24950
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
24927
24951
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
24928
24952
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -24962,6 +24986,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24962
24986
|
updatedAt: Date;
|
|
24963
24987
|
persistentId: string;
|
|
24964
24988
|
designSystemVersionId: string;
|
|
24989
|
+
collectionPersistentIds: string[];
|
|
24965
24990
|
sortOrder: number;
|
|
24966
24991
|
meta: {
|
|
24967
24992
|
name: string;
|
|
@@ -24987,6 +25012,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
24987
25012
|
updatedAt: Date;
|
|
24988
25013
|
persistentId: string;
|
|
24989
25014
|
designSystemVersionId: string;
|
|
25015
|
+
collectionPersistentIds: string[];
|
|
24990
25016
|
sortOrder: number;
|
|
24991
25017
|
meta: {
|
|
24992
25018
|
name: string;
|
|
@@ -26712,6 +26738,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26712
26738
|
updatedAt: Date;
|
|
26713
26739
|
persistentId: string;
|
|
26714
26740
|
designSystemVersionId: string;
|
|
26741
|
+
collectionPersistentIds: string[];
|
|
26715
26742
|
sortOrder: number;
|
|
26716
26743
|
meta: {
|
|
26717
26744
|
name: string;
|
|
@@ -26993,6 +27020,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
26993
27020
|
updatedAt: Date;
|
|
26994
27021
|
persistentId: string;
|
|
26995
27022
|
designSystemVersionId: string;
|
|
27023
|
+
collectionPersistentIds: string[];
|
|
26996
27024
|
sortOrder: number;
|
|
26997
27025
|
meta: {
|
|
26998
27026
|
name: string;
|
|
@@ -27556,6 +27584,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
27556
27584
|
updatedAt: Date;
|
|
27557
27585
|
persistentId: string;
|
|
27558
27586
|
designSystemVersionId: string;
|
|
27587
|
+
collectionPersistentIds: string[];
|
|
27559
27588
|
sortOrder: number;
|
|
27560
27589
|
meta: {
|
|
27561
27590
|
name: string;
|
|
@@ -28017,6 +28046,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
28017
28046
|
updatedAt: Date;
|
|
28018
28047
|
persistentId: string;
|
|
28019
28048
|
designSystemVersionId: string;
|
|
28049
|
+
collectionPersistentIds: string[];
|
|
28020
28050
|
sortOrder: number;
|
|
28021
28051
|
meta: {
|
|
28022
28052
|
name: string;
|
|
@@ -31276,6 +31306,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
31276
31306
|
updatedAt: Date;
|
|
31277
31307
|
persistentId: string;
|
|
31278
31308
|
designSystemVersionId: string;
|
|
31309
|
+
collectionPersistentIds: string[];
|
|
31279
31310
|
sortOrder: number;
|
|
31280
31311
|
meta: {
|
|
31281
31312
|
name: string;
|
|
@@ -32186,6 +32217,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
|
|
|
32186
32217
|
updatedAt: Date;
|
|
32187
32218
|
persistentId: string;
|
|
32188
32219
|
designSystemVersionId: string;
|
|
32220
|
+
collectionPersistentIds: string[];
|
|
32189
32221
|
sortOrder: number;
|
|
32190
32222
|
meta: {
|
|
32191
32223
|
name: string;
|
|
@@ -66968,7 +67000,9 @@ declare const PageBlockEditorModelV2: z$1.ZodObject<{
|
|
|
66968
67000
|
}>;
|
|
66969
67001
|
type PageBlockEditorModelV2 = z$1.infer<typeof PageBlockEditorModelV2>;
|
|
66970
67002
|
|
|
66971
|
-
type CreateDesignElement = DbCreateInputOmit<DesignElement
|
|
67003
|
+
type CreateDesignElement = OmitStrict<DbCreateInputOmit<DesignElement>, "collectionPersistentIds"> & {
|
|
67004
|
+
collectionPersistentIds?: string[];
|
|
67005
|
+
};
|
|
66972
67006
|
type UpdateDesignElement = OmitStrict<DbUpdate<DesignElement>, "brandPersistentId" | "childType" | "designSystemVersionId" | "shortPersistentId">;
|
|
66973
67007
|
declare const tokenElementTypes: DesignTokenType[];
|
|
66974
67008
|
declare const DesignTokenType: z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>;
|
|
@@ -66998,6 +67032,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
|
|
|
66998
67032
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
66999
67033
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67000
67034
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67035
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
67001
67036
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67002
67037
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67003
67038
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -67012,6 +67047,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
|
|
|
67012
67047
|
updatedAt: Date;
|
|
67013
67048
|
persistentId: string;
|
|
67014
67049
|
designSystemVersionId: string;
|
|
67050
|
+
collectionPersistentIds: string[];
|
|
67015
67051
|
sortOrder: number;
|
|
67016
67052
|
brandPersistentId?: string | undefined;
|
|
67017
67053
|
collectionPersistentId?: string | undefined;
|
|
@@ -67026,6 +67062,7 @@ declare const ShallowDesignElement: z$1.ZodObject<{
|
|
|
67026
67062
|
updatedAt: Date;
|
|
67027
67063
|
persistentId: string;
|
|
67028
67064
|
designSystemVersionId: string;
|
|
67065
|
+
collectionPersistentIds: string[];
|
|
67029
67066
|
sortOrder: number;
|
|
67030
67067
|
brandPersistentId?: string | undefined;
|
|
67031
67068
|
collectionPersistentId?: string | undefined;
|
|
@@ -67042,6 +67079,7 @@ declare const DesignElement: z$1.ZodObject<{
|
|
|
67042
67079
|
type: z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
67043
67080
|
brandPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67044
67081
|
collectionPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67082
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
67045
67083
|
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67046
67084
|
shortPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
67047
67085
|
childType: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z$1.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -67081,6 +67119,7 @@ declare const DesignElement: z$1.ZodObject<{
|
|
|
67081
67119
|
updatedAt: Date;
|
|
67082
67120
|
persistentId: string;
|
|
67083
67121
|
designSystemVersionId: string;
|
|
67122
|
+
collectionPersistentIds: string[];
|
|
67084
67123
|
sortOrder: number;
|
|
67085
67124
|
meta: {
|
|
67086
67125
|
name: string;
|
|
@@ -67106,6 +67145,7 @@ declare const DesignElement: z$1.ZodObject<{
|
|
|
67106
67145
|
updatedAt: Date;
|
|
67107
67146
|
persistentId: string;
|
|
67108
67147
|
designSystemVersionId: string;
|
|
67148
|
+
collectionPersistentIds: string[];
|
|
67109
67149
|
sortOrder: number;
|
|
67110
67150
|
meta: {
|
|
67111
67151
|
name: string;
|
|
@@ -75689,6 +75729,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75689
75729
|
} | null | undefined;
|
|
75690
75730
|
}>>, "many">;
|
|
75691
75731
|
codeName: z$1.ZodString;
|
|
75732
|
+
collectionPersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
|
|
75692
75733
|
}, "strip", z$1.ZodTypeAny, {
|
|
75693
75734
|
id: string;
|
|
75694
75735
|
createdAt: Date;
|
|
@@ -75697,6 +75738,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75697
75738
|
designSystemVersionId: string;
|
|
75698
75739
|
codeName: string;
|
|
75699
75740
|
brandPersistentId: string;
|
|
75741
|
+
collectionPersistentIds: string[];
|
|
75700
75742
|
sortOrder: number;
|
|
75701
75743
|
meta: {
|
|
75702
75744
|
name: string;
|
|
@@ -76088,6 +76130,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76088
76130
|
designSystemVersionId: string;
|
|
76089
76131
|
codeName: string;
|
|
76090
76132
|
brandPersistentId: string;
|
|
76133
|
+
collectionPersistentIds: string[];
|
|
76091
76134
|
sortOrder: number;
|
|
76092
76135
|
meta: {
|
|
76093
76136
|
name: string;
|