@supernova-studio/client 1.48.5 → 1.48.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -93313,6 +93313,58 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
93313
93313
  }>;
93314
93314
  createdAt: z.ZodDate;
93315
93315
  updatedAt: z.ZodDate;
93316
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
93317
+ id: z.ZodString;
93318
+ name: z.ZodString;
93319
+ deduplicationKey: z.ZodString;
93320
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
93321
+ storagePath: z.ZodString;
93322
+ url: z.ZodString;
93323
+ size: z.ZodNumber;
93324
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
93325
+ type: z.ZodLiteral<"UserUpload">;
93326
+ userId: z.ZodString;
93327
+ }, "strip", z.ZodTypeAny, {
93328
+ type: "UserUpload";
93329
+ userId: string;
93330
+ }, {
93331
+ type: "UserUpload";
93332
+ userId: string;
93333
+ }>, z.ZodObject<{
93334
+ type: z.ZodLiteral<"Figma">;
93335
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
93336
+ }, "strip", z.ZodTypeAny, {
93337
+ type: "Figma";
93338
+ renderMode: "Image" | "HTML" | "JSON";
93339
+ }, {
93340
+ type: "Figma";
93341
+ renderMode: "Image" | "HTML" | "JSON";
93342
+ }>]>>;
93343
+ }, "id" | "url" | "source"> & {
93344
+ name: z.ZodOptional<z.ZodString>;
93345
+ }, "strip", z.ZodTypeAny, {
93346
+ id: string;
93347
+ url: string;
93348
+ name?: string | undefined;
93349
+ source?: {
93350
+ type: "UserUpload";
93351
+ userId: string;
93352
+ } | {
93353
+ type: "Figma";
93354
+ renderMode: "Image" | "HTML" | "JSON";
93355
+ } | undefined;
93356
+ }, {
93357
+ id: string;
93358
+ url: string;
93359
+ name?: string | undefined;
93360
+ source?: {
93361
+ type: "UserUpload";
93362
+ userId: string;
93363
+ } | {
93364
+ type: "Figma";
93365
+ renderMode: "Image" | "HTML" | "JSON";
93366
+ } | undefined;
93367
+ }>>;
93316
93368
  }, "strip", z.ZodTypeAny, {
93317
93369
  id: string;
93318
93370
  createdAt: Date;
@@ -94278,6 +94330,18 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
94278
94330
  description?: string | undefined;
94279
94331
  designSystemId?: string | undefined;
94280
94332
  brandId?: string | undefined;
94333
+ thumbnail?: {
94334
+ id: string;
94335
+ url: string;
94336
+ name?: string | undefined;
94337
+ source?: {
94338
+ type: "UserUpload";
94339
+ userId: string;
94340
+ } | {
94341
+ type: "Figma";
94342
+ renderMode: "Image" | "HTML" | "JSON";
94343
+ } | undefined;
94344
+ } | undefined;
94281
94345
  defaultTokenThemeSetId?: string | undefined;
94282
94346
  productContext?: string | undefined;
94283
94347
  additionalContext?: string | undefined;
@@ -95252,6 +95316,18 @@ declare const DTOForgeProjectContextV2: z.ZodObject<{
95252
95316
  description?: string | undefined;
95253
95317
  designSystemId?: string | undefined;
95254
95318
  brandId?: string | undefined;
95319
+ thumbnail?: {
95320
+ id: string;
95321
+ url: string;
95322
+ name?: string | undefined;
95323
+ source?: {
95324
+ type: "UserUpload";
95325
+ userId: string;
95326
+ } | {
95327
+ type: "Figma";
95328
+ renderMode: "Image" | "HTML" | "JSON";
95329
+ } | undefined;
95330
+ } | undefined;
95255
95331
  defaultTokenThemeSetId?: string | undefined;
95256
95332
  productContext?: string | undefined;
95257
95333
  additionalContext?: string | undefined;
@@ -101893,7 +101969,61 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
101893
101969
  }>;
101894
101970
  createdAt: z.ZodDate;
101895
101971
  updatedAt: z.ZodDate;
101896
- }, "id" | "createdAt" | "updatedAt" | "isArchived">, "strip", z.ZodTypeAny, {
101972
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
101973
+ id: z.ZodString;
101974
+ name: z.ZodString;
101975
+ deduplicationKey: z.ZodString;
101976
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
101977
+ storagePath: z.ZodString;
101978
+ url: z.ZodString;
101979
+ size: z.ZodNumber;
101980
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
101981
+ type: z.ZodLiteral<"UserUpload">;
101982
+ userId: z.ZodString;
101983
+ }, "strip", z.ZodTypeAny, {
101984
+ type: "UserUpload";
101985
+ userId: string;
101986
+ }, {
101987
+ type: "UserUpload";
101988
+ userId: string;
101989
+ }>, z.ZodObject<{
101990
+ type: z.ZodLiteral<"Figma">;
101991
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
101992
+ }, "strip", z.ZodTypeAny, {
101993
+ type: "Figma";
101994
+ renderMode: "Image" | "HTML" | "JSON";
101995
+ }, {
101996
+ type: "Figma";
101997
+ renderMode: "Image" | "HTML" | "JSON";
101998
+ }>]>>;
101999
+ }, "id" | "url" | "source"> & {
102000
+ name: z.ZodOptional<z.ZodString>;
102001
+ }, "strip", z.ZodTypeAny, {
102002
+ id: string;
102003
+ url: string;
102004
+ name?: string | undefined;
102005
+ source?: {
102006
+ type: "UserUpload";
102007
+ userId: string;
102008
+ } | {
102009
+ type: "Figma";
102010
+ renderMode: "Image" | "HTML" | "JSON";
102011
+ } | undefined;
102012
+ }, {
102013
+ id: string;
102014
+ url: string;
102015
+ name?: string | undefined;
102016
+ source?: {
102017
+ type: "UserUpload";
102018
+ userId: string;
102019
+ } | {
102020
+ type: "Figma";
102021
+ renderMode: "Image" | "HTML" | "JSON";
102022
+ } | undefined;
102023
+ }>>;
102024
+ }, "id" | "createdAt" | "updatedAt" | "thumbnail" | "isArchived"> & {
102025
+ thumbnailFileId: z.ZodOptional<z.ZodString>;
102026
+ }, "strip", z.ZodTypeAny, {
101897
102027
  name: string;
101898
102028
  theme: {
101899
102029
  card: {
@@ -102863,6 +102993,7 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
102863
102993
  name: string;
102864
102994
  tokenThemeIds: string[];
102865
102995
  }[] | undefined;
102996
+ thumbnailFileId?: string | undefined;
102866
102997
  }, {
102867
102998
  name: string;
102868
102999
  theme: {
@@ -103833,6 +103964,7 @@ declare const DTOForgeProjectContextCreateV2: z.ZodObject<Omit<{
103833
103964
  name: string;
103834
103965
  tokenThemeIds: string[];
103835
103966
  }[] | undefined;
103967
+ thumbnailFileId?: string | undefined;
103836
103968
  }>;
103837
103969
  type DTOForgeProjectContextCreateV2 = z.infer<typeof DTOForgeProjectContextCreateV2>;
103838
103970
  declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
@@ -110459,6 +110591,8 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
110459
110591
  type: "Phosphor" | "Lucide" | "Tabler";
110460
110592
  variant?: string | undefined;
110461
110593
  }>>;
110594
+ } & {
110595
+ thumbnailFileId: z.ZodOptional<z.ZodString>;
110462
110596
  }, "strip", z.ZodTypeAny, {
110463
110597
  name?: string | undefined;
110464
110598
  description?: string | undefined;
@@ -111429,6 +111563,7 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
111429
111563
  type: "Phosphor" | "Lucide" | "Tabler";
111430
111564
  variant?: string | undefined;
111431
111565
  } | undefined;
111566
+ thumbnailFileId?: string | undefined;
111432
111567
  }, {
111433
111568
  name?: string | undefined;
111434
111569
  description?: string | undefined;
@@ -112399,6 +112534,7 @@ declare const DTOForgeProjectContextUpdateV2: z.ZodObject<{
112399
112534
  type: "Phosphor" | "Lucide" | "Tabler";
112400
112535
  variant?: string | undefined;
112401
112536
  } | undefined;
112537
+ thumbnailFileId?: string | undefined;
112402
112538
  }>;
112403
112539
  type DTOForgeProjectContextUpdateV2 = z.infer<typeof DTOForgeProjectContextUpdateV2>;
112404
112540
  declare const DTOForgeIconSetTypeV2: z.ZodEnum<["Phosphor", "Lucide", "Tabler"]>;
@@ -119034,6 +119170,58 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
119034
119170
  }>;
119035
119171
  createdAt: z.ZodDate;
119036
119172
  updatedAt: z.ZodDate;
119173
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
119174
+ id: z.ZodString;
119175
+ name: z.ZodString;
119176
+ deduplicationKey: z.ZodString;
119177
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
119178
+ storagePath: z.ZodString;
119179
+ url: z.ZodString;
119180
+ size: z.ZodNumber;
119181
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
119182
+ type: z.ZodLiteral<"UserUpload">;
119183
+ userId: z.ZodString;
119184
+ }, "strip", z.ZodTypeAny, {
119185
+ type: "UserUpload";
119186
+ userId: string;
119187
+ }, {
119188
+ type: "UserUpload";
119189
+ userId: string;
119190
+ }>, z.ZodObject<{
119191
+ type: z.ZodLiteral<"Figma">;
119192
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
119193
+ }, "strip", z.ZodTypeAny, {
119194
+ type: "Figma";
119195
+ renderMode: "Image" | "HTML" | "JSON";
119196
+ }, {
119197
+ type: "Figma";
119198
+ renderMode: "Image" | "HTML" | "JSON";
119199
+ }>]>>;
119200
+ }, "id" | "url" | "source"> & {
119201
+ name: z.ZodOptional<z.ZodString>;
119202
+ }, "strip", z.ZodTypeAny, {
119203
+ id: string;
119204
+ url: string;
119205
+ name?: string | undefined;
119206
+ source?: {
119207
+ type: "UserUpload";
119208
+ userId: string;
119209
+ } | {
119210
+ type: "Figma";
119211
+ renderMode: "Image" | "HTML" | "JSON";
119212
+ } | undefined;
119213
+ }, {
119214
+ id: string;
119215
+ url: string;
119216
+ name?: string | undefined;
119217
+ source?: {
119218
+ type: "UserUpload";
119219
+ userId: string;
119220
+ } | {
119221
+ type: "Figma";
119222
+ renderMode: "Image" | "HTML" | "JSON";
119223
+ } | undefined;
119224
+ }>>;
119037
119225
  }, "strip", z.ZodTypeAny, {
119038
119226
  id: string;
119039
119227
  createdAt: Date;
@@ -119999,6 +120187,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
119999
120187
  description?: string | undefined;
120000
120188
  designSystemId?: string | undefined;
120001
120189
  brandId?: string | undefined;
120190
+ thumbnail?: {
120191
+ id: string;
120192
+ url: string;
120193
+ name?: string | undefined;
120194
+ source?: {
120195
+ type: "UserUpload";
120196
+ userId: string;
120197
+ } | {
120198
+ type: "Figma";
120199
+ renderMode: "Image" | "HTML" | "JSON";
120200
+ } | undefined;
120201
+ } | undefined;
120002
120202
  defaultTokenThemeSetId?: string | undefined;
120003
120203
  productContext?: string | undefined;
120004
120204
  additionalContext?: string | undefined;
@@ -120973,6 +121173,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
120973
121173
  description?: string | undefined;
120974
121174
  designSystemId?: string | undefined;
120975
121175
  brandId?: string | undefined;
121176
+ thumbnail?: {
121177
+ id: string;
121178
+ url: string;
121179
+ name?: string | undefined;
121180
+ source?: {
121181
+ type: "UserUpload";
121182
+ userId: string;
121183
+ } | {
121184
+ type: "Figma";
121185
+ renderMode: "Image" | "HTML" | "JSON";
121186
+ } | undefined;
121187
+ } | undefined;
120976
121188
  defaultTokenThemeSetId?: string | undefined;
120977
121189
  productContext?: string | undefined;
120978
121190
  additionalContext?: string | undefined;
@@ -121949,6 +122161,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
121949
122161
  description?: string | undefined;
121950
122162
  designSystemId?: string | undefined;
121951
122163
  brandId?: string | undefined;
122164
+ thumbnail?: {
122165
+ id: string;
122166
+ url: string;
122167
+ name?: string | undefined;
122168
+ source?: {
122169
+ type: "UserUpload";
122170
+ userId: string;
122171
+ } | {
122172
+ type: "Figma";
122173
+ renderMode: "Image" | "HTML" | "JSON";
122174
+ } | undefined;
122175
+ } | undefined;
121952
122176
  defaultTokenThemeSetId?: string | undefined;
121953
122177
  productContext?: string | undefined;
121954
122178
  additionalContext?: string | undefined;
@@ -122925,6 +123149,18 @@ declare const DTOForgeProjectContextResponseV2: z.ZodObject<{
122925
123149
  description?: string | undefined;
122926
123150
  designSystemId?: string | undefined;
122927
123151
  brandId?: string | undefined;
123152
+ thumbnail?: {
123153
+ id: string;
123154
+ url: string;
123155
+ name?: string | undefined;
123156
+ source?: {
123157
+ type: "UserUpload";
123158
+ userId: string;
123159
+ } | {
123160
+ type: "Figma";
123161
+ renderMode: "Image" | "HTML" | "JSON";
123162
+ } | undefined;
123163
+ } | undefined;
122928
123164
  defaultTokenThemeSetId?: string | undefined;
122929
123165
  productContext?: string | undefined;
122930
123166
  additionalContext?: string | undefined;
@@ -129577,6 +129813,58 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
129577
129813
  }>;
129578
129814
  createdAt: z.ZodDate;
129579
129815
  updatedAt: z.ZodDate;
129816
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
129817
+ id: z.ZodString;
129818
+ name: z.ZodString;
129819
+ deduplicationKey: z.ZodString;
129820
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
129821
+ storagePath: z.ZodString;
129822
+ url: z.ZodString;
129823
+ size: z.ZodNumber;
129824
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
129825
+ type: z.ZodLiteral<"UserUpload">;
129826
+ userId: z.ZodString;
129827
+ }, "strip", z.ZodTypeAny, {
129828
+ type: "UserUpload";
129829
+ userId: string;
129830
+ }, {
129831
+ type: "UserUpload";
129832
+ userId: string;
129833
+ }>, z.ZodObject<{
129834
+ type: z.ZodLiteral<"Figma">;
129835
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
129836
+ }, "strip", z.ZodTypeAny, {
129837
+ type: "Figma";
129838
+ renderMode: "Image" | "HTML" | "JSON";
129839
+ }, {
129840
+ type: "Figma";
129841
+ renderMode: "Image" | "HTML" | "JSON";
129842
+ }>]>>;
129843
+ }, "id" | "url" | "source"> & {
129844
+ name: z.ZodOptional<z.ZodString>;
129845
+ }, "strip", z.ZodTypeAny, {
129846
+ id: string;
129847
+ url: string;
129848
+ name?: string | undefined;
129849
+ source?: {
129850
+ type: "UserUpload";
129851
+ userId: string;
129852
+ } | {
129853
+ type: "Figma";
129854
+ renderMode: "Image" | "HTML" | "JSON";
129855
+ } | undefined;
129856
+ }, {
129857
+ id: string;
129858
+ url: string;
129859
+ name?: string | undefined;
129860
+ source?: {
129861
+ type: "UserUpload";
129862
+ userId: string;
129863
+ } | {
129864
+ type: "Figma";
129865
+ renderMode: "Image" | "HTML" | "JSON";
129866
+ } | undefined;
129867
+ }>>;
129580
129868
  }, "strip", z.ZodTypeAny, {
129581
129869
  id: string;
129582
129870
  createdAt: Date;
@@ -130542,6 +130830,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
130542
130830
  description?: string | undefined;
130543
130831
  designSystemId?: string | undefined;
130544
130832
  brandId?: string | undefined;
130833
+ thumbnail?: {
130834
+ id: string;
130835
+ url: string;
130836
+ name?: string | undefined;
130837
+ source?: {
130838
+ type: "UserUpload";
130839
+ userId: string;
130840
+ } | {
130841
+ type: "Figma";
130842
+ renderMode: "Image" | "HTML" | "JSON";
130843
+ } | undefined;
130844
+ } | undefined;
130545
130845
  defaultTokenThemeSetId?: string | undefined;
130546
130846
  productContext?: string | undefined;
130547
130847
  additionalContext?: string | undefined;
@@ -131516,6 +131816,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
131516
131816
  description?: string | undefined;
131517
131817
  designSystemId?: string | undefined;
131518
131818
  brandId?: string | undefined;
131819
+ thumbnail?: {
131820
+ id: string;
131821
+ url: string;
131822
+ name?: string | undefined;
131823
+ source?: {
131824
+ type: "UserUpload";
131825
+ userId: string;
131826
+ } | {
131827
+ type: "Figma";
131828
+ renderMode: "Image" | "HTML" | "JSON";
131829
+ } | undefined;
131830
+ } | undefined;
131519
131831
  defaultTokenThemeSetId?: string | undefined;
131520
131832
  productContext?: string | undefined;
131521
131833
  additionalContext?: string | undefined;
@@ -132492,6 +132804,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
132492
132804
  description?: string | undefined;
132493
132805
  designSystemId?: string | undefined;
132494
132806
  brandId?: string | undefined;
132807
+ thumbnail?: {
132808
+ id: string;
132809
+ url: string;
132810
+ name?: string | undefined;
132811
+ source?: {
132812
+ type: "UserUpload";
132813
+ userId: string;
132814
+ } | {
132815
+ type: "Figma";
132816
+ renderMode: "Image" | "HTML" | "JSON";
132817
+ } | undefined;
132818
+ } | undefined;
132495
132819
  defaultTokenThemeSetId?: string | undefined;
132496
132820
  productContext?: string | undefined;
132497
132821
  additionalContext?: string | undefined;
@@ -133468,6 +133792,18 @@ declare const DTOForgeProjectContextListResponseV2: z.ZodObject<{
133468
133792
  description?: string | undefined;
133469
133793
  designSystemId?: string | undefined;
133470
133794
  brandId?: string | undefined;
133795
+ thumbnail?: {
133796
+ id: string;
133797
+ url: string;
133798
+ name?: string | undefined;
133799
+ source?: {
133800
+ type: "UserUpload";
133801
+ userId: string;
133802
+ } | {
133803
+ type: "Figma";
133804
+ renderMode: "Image" | "HTML" | "JSON";
133805
+ } | undefined;
133806
+ } | undefined;
133471
133807
  defaultTokenThemeSetId?: string | undefined;
133472
133808
  productContext?: string | undefined;
133473
133809
  additionalContext?: string | undefined;
@@ -142531,19 +142867,15 @@ declare const DTOCreateForgeProjectInvitation: z.ZodObject<Pick<{
142531
142867
  createdAt: z.ZodDate;
142532
142868
  updatedAt: z.ZodDate;
142533
142869
  createdById: z.ZodString;
142534
- }, "email" | "role"> & {
142535
- workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
142536
- }, "strip", z.ZodTypeAny, {
142870
+ }, "email" | "role">, "strip", z.ZodTypeAny, {
142537
142871
  email: string;
142538
142872
  role: "Admin" | "Viewer" | "Builder";
142539
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142540
142873
  }, {
142541
142874
  email: string;
142542
142875
  role: "Admin" | "Viewer" | "Builder";
142543
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
142544
142876
  }>;
142545
142877
  type DTOCreateForgeProjectInvitation = z.infer<typeof DTOCreateForgeProjectInvitation>;
142546
- declare const DTOUpdateForgeProjectInvitation: z.ZodObject<Omit<Pick<{
142878
+ declare const DTOUpdateForgeProjectInvitation: z.ZodObject<Pick<{
142547
142879
  email: z.ZodString;
142548
142880
  forgeProjectId: z.ZodString;
142549
142881
  workspaceInvitationId: z.ZodString;
@@ -142551,9 +142883,7 @@ declare const DTOUpdateForgeProjectInvitation: z.ZodObject<Omit<Pick<{
142551
142883
  createdAt: z.ZodDate;
142552
142884
  updatedAt: z.ZodDate;
142553
142885
  createdById: z.ZodString;
142554
- }, "email" | "role"> & {
142555
- workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
142556
- }, "workspaceRole">, "strip", z.ZodTypeAny, {
142886
+ }, "email" | "role">, "strip", z.ZodTypeAny, {
142557
142887
  email: string;
142558
142888
  role: "Admin" | "Viewer" | "Builder";
142559
142889
  }, {
@@ -142569,9 +142899,7 @@ declare const DTORemoveForgeProjectInvitation: z.ZodObject<Pick<Pick<{
142569
142899
  createdAt: z.ZodDate;
142570
142900
  updatedAt: z.ZodDate;
142571
142901
  createdById: z.ZodString;
142572
- }, "email" | "role"> & {
142573
- workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
142574
- }, "email">, "strip", z.ZodTypeAny, {
142902
+ }, "email" | "role">, "email">, "strip", z.ZodTypeAny, {
142575
142903
  email: string;
142576
142904
  }, {
142577
142905
  email: string;
@@ -157552,8 +157880,8 @@ declare const DTOForgeProjectMember: z.ZodObject<{
157552
157880
  role: "Admin" | "Viewer" | "Builder";
157553
157881
  effectiveRole: "Admin" | "Viewer" | "Builder";
157554
157882
  forgeProjectId: string;
157555
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157556
157883
  workspaceMembershipId: string;
157884
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157557
157885
  }, {
157558
157886
  user: {
157559
157887
  id: string;
@@ -157568,8 +157896,8 @@ declare const DTOForgeProjectMember: z.ZodObject<{
157568
157896
  role: "Admin" | "Viewer" | "Builder";
157569
157897
  effectiveRole: "Admin" | "Viewer" | "Builder";
157570
157898
  forgeProjectId: string;
157571
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157572
157899
  workspaceMembershipId: string;
157900
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157573
157901
  }>;
157574
157902
  type DTOForgeProjectMember = z.infer<typeof DTOForgeProjectMember>;
157575
157903
  declare const DTOCreateForgeProjectMember: z.ZodObject<Pick<{
@@ -157773,8 +158101,8 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
157773
158101
  role: "Admin" | "Viewer" | "Builder";
157774
158102
  effectiveRole: "Admin" | "Viewer" | "Builder";
157775
158103
  forgeProjectId: string;
157776
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157777
158104
  workspaceMembershipId: string;
158105
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157778
158106
  }, {
157779
158107
  user: {
157780
158108
  id: string;
@@ -157789,8 +158117,8 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
157789
158117
  role: "Admin" | "Viewer" | "Builder";
157790
158118
  effectiveRole: "Admin" | "Viewer" | "Builder";
157791
158119
  forgeProjectId: string;
157792
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157793
158120
  workspaceMembershipId: string;
158121
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157794
158122
  }>, "many">;
157795
158123
  invitations: z.ZodArray<z.ZodObject<{
157796
158124
  email: z.ZodString;
@@ -157832,8 +158160,8 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
157832
158160
  role: "Admin" | "Viewer" | "Builder";
157833
158161
  effectiveRole: "Admin" | "Viewer" | "Builder";
157834
158162
  forgeProjectId: string;
157835
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157836
158163
  workspaceMembershipId: string;
158164
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157837
158165
  }[];
157838
158166
  invitations: {
157839
158167
  email: string;
@@ -157859,8 +158187,8 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
157859
158187
  role: "Admin" | "Viewer" | "Builder";
157860
158188
  effectiveRole: "Admin" | "Viewer" | "Builder";
157861
158189
  forgeProjectId: string;
157862
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157863
158190
  workspaceMembershipId: string;
158191
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157864
158192
  }[];
157865
158193
  invitations: {
157866
158194
  email: string;
@@ -157929,8 +158257,8 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
157929
158257
  role: "Admin" | "Viewer" | "Builder";
157930
158258
  effectiveRole: "Admin" | "Viewer" | "Builder";
157931
158259
  forgeProjectId: string;
157932
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157933
158260
  workspaceMembershipId: string;
158261
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157934
158262
  }, {
157935
158263
  user: {
157936
158264
  id: string;
@@ -157945,8 +158273,8 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
157945
158273
  role: "Admin" | "Viewer" | "Builder";
157946
158274
  effectiveRole: "Admin" | "Viewer" | "Builder";
157947
158275
  forgeProjectId: string;
157948
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157949
158276
  workspaceMembershipId: string;
158277
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157950
158278
  }>;
157951
158279
  }, "strip", z.ZodTypeAny, {
157952
158280
  member: {
@@ -157963,8 +158291,8 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
157963
158291
  role: "Admin" | "Viewer" | "Builder";
157964
158292
  effectiveRole: "Admin" | "Viewer" | "Builder";
157965
158293
  forgeProjectId: string;
157966
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157967
158294
  workspaceMembershipId: string;
158295
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157968
158296
  };
157969
158297
  }, {
157970
158298
  member: {
@@ -157981,8 +158309,8 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
157981
158309
  role: "Admin" | "Viewer" | "Builder";
157982
158310
  effectiveRole: "Admin" | "Viewer" | "Builder";
157983
158311
  forgeProjectId: string;
157984
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157985
158312
  workspaceMembershipId: string;
158313
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
157986
158314
  };
157987
158315
  }>;
157988
158316
  type DTOForgeProjectMemberGetResponse = z.infer<typeof DTOForgeProjectMemberGetResponse>;
@@ -158042,8 +158370,8 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
158042
158370
  role: "Admin" | "Viewer" | "Builder";
158043
158371
  effectiveRole: "Admin" | "Viewer" | "Builder";
158044
158372
  forgeProjectId: string;
158045
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158046
158373
  workspaceMembershipId: string;
158374
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158047
158375
  }, {
158048
158376
  user: {
158049
158377
  id: string;
@@ -158058,8 +158386,8 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
158058
158386
  role: "Admin" | "Viewer" | "Builder";
158059
158387
  effectiveRole: "Admin" | "Viewer" | "Builder";
158060
158388
  forgeProjectId: string;
158061
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158062
158389
  workspaceMembershipId: string;
158390
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158063
158391
  }>;
158064
158392
  }, "strip", z.ZodTypeAny, {
158065
158393
  member: {
@@ -158076,8 +158404,8 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
158076
158404
  role: "Admin" | "Viewer" | "Builder";
158077
158405
  effectiveRole: "Admin" | "Viewer" | "Builder";
158078
158406
  forgeProjectId: string;
158079
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158080
158407
  workspaceMembershipId: string;
158408
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158081
158409
  };
158082
158410
  }, {
158083
158411
  member: {
@@ -158094,8 +158422,8 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
158094
158422
  role: "Admin" | "Viewer" | "Builder";
158095
158423
  effectiveRole: "Admin" | "Viewer" | "Builder";
158096
158424
  forgeProjectId: string;
158097
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158098
158425
  workspaceMembershipId: string;
158426
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158099
158427
  };
158100
158428
  }>;
158101
158429
  type DTOForgeProjectMemberCreateResponse = z.infer<typeof DTOForgeProjectMemberCreateResponse>;
@@ -158155,8 +158483,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
158155
158483
  role: "Admin" | "Viewer" | "Builder";
158156
158484
  effectiveRole: "Admin" | "Viewer" | "Builder";
158157
158485
  forgeProjectId: string;
158158
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158159
158486
  workspaceMembershipId: string;
158487
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158160
158488
  }, {
158161
158489
  user: {
158162
158490
  id: string;
@@ -158171,8 +158499,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
158171
158499
  role: "Admin" | "Viewer" | "Builder";
158172
158500
  effectiveRole: "Admin" | "Viewer" | "Builder";
158173
158501
  forgeProjectId: string;
158174
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158175
158502
  workspaceMembershipId: string;
158503
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158176
158504
  }>>;
158177
158505
  }, "strip", z.ZodTypeAny, {
158178
158506
  member: {
@@ -158189,8 +158517,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
158189
158517
  role: "Admin" | "Viewer" | "Builder";
158190
158518
  effectiveRole: "Admin" | "Viewer" | "Builder";
158191
158519
  forgeProjectId: string;
158192
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158193
158520
  workspaceMembershipId: string;
158521
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158194
158522
  } | null;
158195
158523
  }, {
158196
158524
  member: {
@@ -158207,8 +158535,8 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
158207
158535
  role: "Admin" | "Viewer" | "Builder";
158208
158536
  effectiveRole: "Admin" | "Viewer" | "Builder";
158209
158537
  forgeProjectId: string;
158210
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158211
158538
  workspaceMembershipId: string;
158539
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158212
158540
  } | null;
158213
158541
  }>;
158214
158542
  type DTOForgeProjectMemberUpdateResponse = z.infer<typeof DTOForgeProjectMemberUpdateResponse>;
@@ -158229,28 +158557,22 @@ declare const DTOAddMembersToForgeProject: z.ZodObject<{
158229
158557
  createdAt: z.ZodDate;
158230
158558
  updatedAt: z.ZodDate;
158231
158559
  createdById: z.ZodString;
158232
- }, "email" | "role"> & {
158233
- workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
158234
- }, "strip", z.ZodTypeAny, {
158560
+ }, "email" | "role">, "strip", z.ZodTypeAny, {
158235
158561
  email: string;
158236
158562
  role: "Admin" | "Viewer" | "Builder";
158237
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158238
158563
  }, {
158239
158564
  email: string;
158240
158565
  role: "Admin" | "Viewer" | "Builder";
158241
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158242
158566
  }>, "many">;
158243
158567
  }, "strip", z.ZodTypeAny, {
158244
158568
  membersToInvite: {
158245
158569
  email: string;
158246
158570
  role: "Admin" | "Viewer" | "Builder";
158247
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158248
158571
  }[];
158249
158572
  }, {
158250
158573
  membersToInvite: {
158251
158574
  email: string;
158252
158575
  role: "Admin" | "Viewer" | "Builder";
158253
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
158254
158576
  }[];
158255
158577
  }>;
158256
158578
  type DTOAddMembersToForgeProject = z.infer<typeof DTOAddMembersToForgeProject>;
@@ -165436,6 +165758,58 @@ declare const DTOForgeProject: z.ZodObject<{
165436
165758
  }>;
165437
165759
  createdAt: z.ZodDate;
165438
165760
  updatedAt: z.ZodDate;
165761
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
165762
+ id: z.ZodString;
165763
+ name: z.ZodString;
165764
+ deduplicationKey: z.ZodString;
165765
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
165766
+ storagePath: z.ZodString;
165767
+ url: z.ZodString;
165768
+ size: z.ZodNumber;
165769
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
165770
+ type: z.ZodLiteral<"UserUpload">;
165771
+ userId: z.ZodString;
165772
+ }, "strip", z.ZodTypeAny, {
165773
+ type: "UserUpload";
165774
+ userId: string;
165775
+ }, {
165776
+ type: "UserUpload";
165777
+ userId: string;
165778
+ }>, z.ZodObject<{
165779
+ type: z.ZodLiteral<"Figma">;
165780
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
165781
+ }, "strip", z.ZodTypeAny, {
165782
+ type: "Figma";
165783
+ renderMode: "Image" | "HTML" | "JSON";
165784
+ }, {
165785
+ type: "Figma";
165786
+ renderMode: "Image" | "HTML" | "JSON";
165787
+ }>]>>;
165788
+ }, "id" | "url" | "source"> & {
165789
+ name: z.ZodOptional<z.ZodString>;
165790
+ }, "strip", z.ZodTypeAny, {
165791
+ id: string;
165792
+ url: string;
165793
+ name?: string | undefined;
165794
+ source?: {
165795
+ type: "UserUpload";
165796
+ userId: string;
165797
+ } | {
165798
+ type: "Figma";
165799
+ renderMode: "Image" | "HTML" | "JSON";
165800
+ } | undefined;
165801
+ }, {
165802
+ id: string;
165803
+ url: string;
165804
+ name?: string | undefined;
165805
+ source?: {
165806
+ type: "UserUpload";
165807
+ userId: string;
165808
+ } | {
165809
+ type: "Figma";
165810
+ renderMode: "Image" | "HTML" | "JSON";
165811
+ } | undefined;
165812
+ }>>;
165439
165813
  }, "strip", z.ZodTypeAny, {
165440
165814
  id: string;
165441
165815
  createdAt: Date;
@@ -166401,6 +166775,18 @@ declare const DTOForgeProject: z.ZodObject<{
166401
166775
  description?: string | undefined;
166402
166776
  designSystemId?: string | undefined;
166403
166777
  brandId?: string | undefined;
166778
+ thumbnail?: {
166779
+ id: string;
166780
+ url: string;
166781
+ name?: string | undefined;
166782
+ source?: {
166783
+ type: "UserUpload";
166784
+ userId: string;
166785
+ } | {
166786
+ type: "Figma";
166787
+ renderMode: "Image" | "HTML" | "JSON";
166788
+ } | undefined;
166789
+ } | undefined;
166404
166790
  defaultTokenThemeSetId?: string | undefined;
166405
166791
  productContext?: string | undefined;
166406
166792
  additionalContext?: string | undefined;
@@ -167375,6 +167761,18 @@ declare const DTOForgeProject: z.ZodObject<{
167375
167761
  description?: string | undefined;
167376
167762
  designSystemId?: string | undefined;
167377
167763
  brandId?: string | undefined;
167764
+ thumbnail?: {
167765
+ id: string;
167766
+ url: string;
167767
+ name?: string | undefined;
167768
+ source?: {
167769
+ type: "UserUpload";
167770
+ userId: string;
167771
+ } | {
167772
+ type: "Figma";
167773
+ renderMode: "Image" | "HTML" | "JSON";
167774
+ } | undefined;
167775
+ } | undefined;
167378
167776
  defaultTokenThemeSetId?: string | undefined;
167379
167777
  productContext?: string | undefined;
167380
167778
  additionalContext?: string | undefined;
@@ -168409,6 +168807,18 @@ declare const DTOForgeProject: z.ZodObject<{
168409
168807
  description?: string | undefined;
168410
168808
  designSystemId?: string | undefined;
168411
168809
  brandId?: string | undefined;
168810
+ thumbnail?: {
168811
+ id: string;
168812
+ url: string;
168813
+ name?: string | undefined;
168814
+ source?: {
168815
+ type: "UserUpload";
168816
+ userId: string;
168817
+ } | {
168818
+ type: "Figma";
168819
+ renderMode: "Image" | "HTML" | "JSON";
168820
+ } | undefined;
168821
+ } | undefined;
168412
168822
  defaultTokenThemeSetId?: string | undefined;
168413
168823
  productContext?: string | undefined;
168414
168824
  additionalContext?: string | undefined;
@@ -169444,6 +169854,18 @@ declare const DTOForgeProject: z.ZodObject<{
169444
169854
  description?: string | undefined;
169445
169855
  designSystemId?: string | undefined;
169446
169856
  brandId?: string | undefined;
169857
+ thumbnail?: {
169858
+ id: string;
169859
+ url: string;
169860
+ name?: string | undefined;
169861
+ source?: {
169862
+ type: "UserUpload";
169863
+ userId: string;
169864
+ } | {
169865
+ type: "Figma";
169866
+ renderMode: "Image" | "HTML" | "JSON";
169867
+ } | undefined;
169868
+ } | undefined;
169447
169869
  defaultTokenThemeSetId?: string | undefined;
169448
169870
  productContext?: string | undefined;
169449
169871
  additionalContext?: string | undefined;
@@ -176307,6 +176729,58 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
176307
176729
  }>;
176308
176730
  createdAt: z.ZodDate;
176309
176731
  updatedAt: z.ZodDate;
176732
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
176733
+ id: z.ZodString;
176734
+ name: z.ZodString;
176735
+ deduplicationKey: z.ZodString;
176736
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
176737
+ storagePath: z.ZodString;
176738
+ url: z.ZodString;
176739
+ size: z.ZodNumber;
176740
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
176741
+ type: z.ZodLiteral<"UserUpload">;
176742
+ userId: z.ZodString;
176743
+ }, "strip", z.ZodTypeAny, {
176744
+ type: "UserUpload";
176745
+ userId: string;
176746
+ }, {
176747
+ type: "UserUpload";
176748
+ userId: string;
176749
+ }>, z.ZodObject<{
176750
+ type: z.ZodLiteral<"Figma">;
176751
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
176752
+ }, "strip", z.ZodTypeAny, {
176753
+ type: "Figma";
176754
+ renderMode: "Image" | "HTML" | "JSON";
176755
+ }, {
176756
+ type: "Figma";
176757
+ renderMode: "Image" | "HTML" | "JSON";
176758
+ }>]>>;
176759
+ }, "id" | "url" | "source"> & {
176760
+ name: z.ZodOptional<z.ZodString>;
176761
+ }, "strip", z.ZodTypeAny, {
176762
+ id: string;
176763
+ url: string;
176764
+ name?: string | undefined;
176765
+ source?: {
176766
+ type: "UserUpload";
176767
+ userId: string;
176768
+ } | {
176769
+ type: "Figma";
176770
+ renderMode: "Image" | "HTML" | "JSON";
176771
+ } | undefined;
176772
+ }, {
176773
+ id: string;
176774
+ url: string;
176775
+ name?: string | undefined;
176776
+ source?: {
176777
+ type: "UserUpload";
176778
+ userId: string;
176779
+ } | {
176780
+ type: "Figma";
176781
+ renderMode: "Image" | "HTML" | "JSON";
176782
+ } | undefined;
176783
+ }>>;
176310
176784
  }, "strip", z.ZodTypeAny, {
176311
176785
  id: string;
176312
176786
  createdAt: Date;
@@ -177272,6 +177746,18 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
177272
177746
  description?: string | undefined;
177273
177747
  designSystemId?: string | undefined;
177274
177748
  brandId?: string | undefined;
177749
+ thumbnail?: {
177750
+ id: string;
177751
+ url: string;
177752
+ name?: string | undefined;
177753
+ source?: {
177754
+ type: "UserUpload";
177755
+ userId: string;
177756
+ } | {
177757
+ type: "Figma";
177758
+ renderMode: "Image" | "HTML" | "JSON";
177759
+ } | undefined;
177760
+ } | undefined;
177275
177761
  defaultTokenThemeSetId?: string | undefined;
177276
177762
  productContext?: string | undefined;
177277
177763
  additionalContext?: string | undefined;
@@ -178246,6 +178732,18 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
178246
178732
  description?: string | undefined;
178247
178733
  designSystemId?: string | undefined;
178248
178734
  brandId?: string | undefined;
178735
+ thumbnail?: {
178736
+ id: string;
178737
+ url: string;
178738
+ name?: string | undefined;
178739
+ source?: {
178740
+ type: "UserUpload";
178741
+ userId: string;
178742
+ } | {
178743
+ type: "Figma";
178744
+ renderMode: "Image" | "HTML" | "JSON";
178745
+ } | undefined;
178746
+ } | undefined;
178249
178747
  defaultTokenThemeSetId?: string | undefined;
178250
178748
  productContext?: string | undefined;
178251
178749
  additionalContext?: string | undefined;
@@ -178280,16 +178778,12 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
178280
178778
  createdAt: z.ZodDate;
178281
178779
  updatedAt: z.ZodDate;
178282
178780
  createdById: z.ZodString;
178283
- }, "email" | "role"> & {
178284
- workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
178285
- }, "strip", z.ZodTypeAny, {
178781
+ }, "email" | "role">, "strip", z.ZodTypeAny, {
178286
178782
  email: string;
178287
178783
  role: "Admin" | "Viewer" | "Builder";
178288
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
178289
178784
  }, {
178290
178785
  email: string;
178291
178786
  role: "Admin" | "Viewer" | "Builder";
178292
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
178293
178787
  }>, "many">>;
178294
178788
  initialFeature: z.ZodOptional<z.ZodObject<{
178295
178789
  id: z.ZodString;
@@ -178705,7 +179199,6 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
178705
179199
  membersToInvite?: {
178706
179200
  email: string;
178707
179201
  role: "Admin" | "Viewer" | "Builder";
178708
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
178709
179202
  }[] | undefined;
178710
179203
  projectContextId?: string | undefined;
178711
179204
  tokenThemeSetId?: string | undefined;
@@ -178761,7 +179254,6 @@ declare const DTOForgeProjectCreate: z.ZodObject<Pick<{
178761
179254
  membersToInvite?: {
178762
179255
  email: string;
178763
179256
  role: "Admin" | "Viewer" | "Builder";
178764
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
178765
179257
  }[] | undefined;
178766
179258
  projectContextId?: string | undefined;
178767
179259
  defaultRole?: "Viewer" | "Builder" | undefined;
@@ -186187,6 +186679,58 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
186187
186679
  }>;
186188
186680
  createdAt: z.ZodDate;
186189
186681
  updatedAt: z.ZodDate;
186682
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
186683
+ id: z.ZodString;
186684
+ name: z.ZodString;
186685
+ deduplicationKey: z.ZodString;
186686
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
186687
+ storagePath: z.ZodString;
186688
+ url: z.ZodString;
186689
+ size: z.ZodNumber;
186690
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
186691
+ type: z.ZodLiteral<"UserUpload">;
186692
+ userId: z.ZodString;
186693
+ }, "strip", z.ZodTypeAny, {
186694
+ type: "UserUpload";
186695
+ userId: string;
186696
+ }, {
186697
+ type: "UserUpload";
186698
+ userId: string;
186699
+ }>, z.ZodObject<{
186700
+ type: z.ZodLiteral<"Figma">;
186701
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
186702
+ }, "strip", z.ZodTypeAny, {
186703
+ type: "Figma";
186704
+ renderMode: "Image" | "HTML" | "JSON";
186705
+ }, {
186706
+ type: "Figma";
186707
+ renderMode: "Image" | "HTML" | "JSON";
186708
+ }>]>>;
186709
+ }, "id" | "url" | "source"> & {
186710
+ name: z.ZodOptional<z.ZodString>;
186711
+ }, "strip", z.ZodTypeAny, {
186712
+ id: string;
186713
+ url: string;
186714
+ name?: string | undefined;
186715
+ source?: {
186716
+ type: "UserUpload";
186717
+ userId: string;
186718
+ } | {
186719
+ type: "Figma";
186720
+ renderMode: "Image" | "HTML" | "JSON";
186721
+ } | undefined;
186722
+ }, {
186723
+ id: string;
186724
+ url: string;
186725
+ name?: string | undefined;
186726
+ source?: {
186727
+ type: "UserUpload";
186728
+ userId: string;
186729
+ } | {
186730
+ type: "Figma";
186731
+ renderMode: "Image" | "HTML" | "JSON";
186732
+ } | undefined;
186733
+ }>>;
186190
186734
  }, "strip", z.ZodTypeAny, {
186191
186735
  id: string;
186192
186736
  createdAt: Date;
@@ -187152,6 +187696,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
187152
187696
  description?: string | undefined;
187153
187697
  designSystemId?: string | undefined;
187154
187698
  brandId?: string | undefined;
187699
+ thumbnail?: {
187700
+ id: string;
187701
+ url: string;
187702
+ name?: string | undefined;
187703
+ source?: {
187704
+ type: "UserUpload";
187705
+ userId: string;
187706
+ } | {
187707
+ type: "Figma";
187708
+ renderMode: "Image" | "HTML" | "JSON";
187709
+ } | undefined;
187710
+ } | undefined;
187155
187711
  defaultTokenThemeSetId?: string | undefined;
187156
187712
  productContext?: string | undefined;
187157
187713
  additionalContext?: string | undefined;
@@ -188126,6 +188682,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
188126
188682
  description?: string | undefined;
188127
188683
  designSystemId?: string | undefined;
188128
188684
  brandId?: string | undefined;
188685
+ thumbnail?: {
188686
+ id: string;
188687
+ url: string;
188688
+ name?: string | undefined;
188689
+ source?: {
188690
+ type: "UserUpload";
188691
+ userId: string;
188692
+ } | {
188693
+ type: "Figma";
188694
+ renderMode: "Image" | "HTML" | "JSON";
188695
+ } | undefined;
188696
+ } | undefined;
188129
188697
  defaultTokenThemeSetId?: string | undefined;
188130
188698
  productContext?: string | undefined;
188131
188699
  additionalContext?: string | undefined;
@@ -189163,6 +189731,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
189163
189731
  description?: string | undefined;
189164
189732
  designSystemId?: string | undefined;
189165
189733
  brandId?: string | undefined;
189734
+ thumbnail?: {
189735
+ id: string;
189736
+ url: string;
189737
+ name?: string | undefined;
189738
+ source?: {
189739
+ type: "UserUpload";
189740
+ userId: string;
189741
+ } | {
189742
+ type: "Figma";
189743
+ renderMode: "Image" | "HTML" | "JSON";
189744
+ } | undefined;
189745
+ } | undefined;
189166
189746
  defaultTokenThemeSetId?: string | undefined;
189167
189747
  productContext?: string | undefined;
189168
189748
  additionalContext?: string | undefined;
@@ -190199,6 +190779,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
190199
190779
  description?: string | undefined;
190200
190780
  designSystemId?: string | undefined;
190201
190781
  brandId?: string | undefined;
190782
+ thumbnail?: {
190783
+ id: string;
190784
+ url: string;
190785
+ name?: string | undefined;
190786
+ source?: {
190787
+ type: "UserUpload";
190788
+ userId: string;
190789
+ } | {
190790
+ type: "Figma";
190791
+ renderMode: "Image" | "HTML" | "JSON";
190792
+ } | undefined;
190793
+ } | undefined;
190202
190794
  defaultTokenThemeSetId?: string | undefined;
190203
190795
  productContext?: string | undefined;
190204
190796
  additionalContext?: string | undefined;
@@ -191239,6 +191831,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
191239
191831
  description?: string | undefined;
191240
191832
  designSystemId?: string | undefined;
191241
191833
  brandId?: string | undefined;
191834
+ thumbnail?: {
191835
+ id: string;
191836
+ url: string;
191837
+ name?: string | undefined;
191838
+ source?: {
191839
+ type: "UserUpload";
191840
+ userId: string;
191841
+ } | {
191842
+ type: "Figma";
191843
+ renderMode: "Image" | "HTML" | "JSON";
191844
+ } | undefined;
191845
+ } | undefined;
191242
191846
  defaultTokenThemeSetId?: string | undefined;
191243
191847
  productContext?: string | undefined;
191244
191848
  additionalContext?: string | undefined;
@@ -192277,6 +192881,18 @@ declare const DTOForgeProjectResponse: z.ZodObject<{
192277
192881
  description?: string | undefined;
192278
192882
  designSystemId?: string | undefined;
192279
192883
  brandId?: string | undefined;
192884
+ thumbnail?: {
192885
+ id: string;
192886
+ url: string;
192887
+ name?: string | undefined;
192888
+ source?: {
192889
+ type: "UserUpload";
192890
+ userId: string;
192891
+ } | {
192892
+ type: "Figma";
192893
+ renderMode: "Image" | "HTML" | "JSON";
192894
+ } | undefined;
192895
+ } | undefined;
192280
192896
  defaultTokenThemeSetId?: string | undefined;
192281
192897
  productContext?: string | undefined;
192282
192898
  additionalContext?: string | undefined;
@@ -199142,6 +199758,58 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
199142
199758
  }>;
199143
199759
  createdAt: z.ZodDate;
199144
199760
  updatedAt: z.ZodDate;
199761
+ thumbnail: z.ZodOptional<z.ZodObject<Pick<{
199762
+ id: z.ZodString;
199763
+ name: z.ZodString;
199764
+ deduplicationKey: z.ZodString;
199765
+ pendingUpload: z.ZodOptional<z.ZodBoolean>;
199766
+ storagePath: z.ZodString;
199767
+ url: z.ZodString;
199768
+ size: z.ZodNumber;
199769
+ source: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
199770
+ type: z.ZodLiteral<"UserUpload">;
199771
+ userId: z.ZodString;
199772
+ }, "strip", z.ZodTypeAny, {
199773
+ type: "UserUpload";
199774
+ userId: string;
199775
+ }, {
199776
+ type: "UserUpload";
199777
+ userId: string;
199778
+ }>, z.ZodObject<{
199779
+ type: z.ZodLiteral<"Figma">;
199780
+ renderMode: z.ZodEnum<["Image", "HTML", "JSON"]>;
199781
+ }, "strip", z.ZodTypeAny, {
199782
+ type: "Figma";
199783
+ renderMode: "Image" | "HTML" | "JSON";
199784
+ }, {
199785
+ type: "Figma";
199786
+ renderMode: "Image" | "HTML" | "JSON";
199787
+ }>]>>;
199788
+ }, "id" | "url" | "source"> & {
199789
+ name: z.ZodOptional<z.ZodString>;
199790
+ }, "strip", z.ZodTypeAny, {
199791
+ id: string;
199792
+ url: string;
199793
+ name?: string | undefined;
199794
+ source?: {
199795
+ type: "UserUpload";
199796
+ userId: string;
199797
+ } | {
199798
+ type: "Figma";
199799
+ renderMode: "Image" | "HTML" | "JSON";
199800
+ } | undefined;
199801
+ }, {
199802
+ id: string;
199803
+ url: string;
199804
+ name?: string | undefined;
199805
+ source?: {
199806
+ type: "UserUpload";
199807
+ userId: string;
199808
+ } | {
199809
+ type: "Figma";
199810
+ renderMode: "Image" | "HTML" | "JSON";
199811
+ } | undefined;
199812
+ }>>;
199145
199813
  }, "strip", z.ZodTypeAny, {
199146
199814
  id: string;
199147
199815
  createdAt: Date;
@@ -200107,6 +200775,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
200107
200775
  description?: string | undefined;
200108
200776
  designSystemId?: string | undefined;
200109
200777
  brandId?: string | undefined;
200778
+ thumbnail?: {
200779
+ id: string;
200780
+ url: string;
200781
+ name?: string | undefined;
200782
+ source?: {
200783
+ type: "UserUpload";
200784
+ userId: string;
200785
+ } | {
200786
+ type: "Figma";
200787
+ renderMode: "Image" | "HTML" | "JSON";
200788
+ } | undefined;
200789
+ } | undefined;
200110
200790
  defaultTokenThemeSetId?: string | undefined;
200111
200791
  productContext?: string | undefined;
200112
200792
  additionalContext?: string | undefined;
@@ -201081,6 +201761,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
201081
201761
  description?: string | undefined;
201082
201762
  designSystemId?: string | undefined;
201083
201763
  brandId?: string | undefined;
201764
+ thumbnail?: {
201765
+ id: string;
201766
+ url: string;
201767
+ name?: string | undefined;
201768
+ source?: {
201769
+ type: "UserUpload";
201770
+ userId: string;
201771
+ } | {
201772
+ type: "Figma";
201773
+ renderMode: "Image" | "HTML" | "JSON";
201774
+ } | undefined;
201775
+ } | undefined;
201084
201776
  defaultTokenThemeSetId?: string | undefined;
201085
201777
  productContext?: string | undefined;
201086
201778
  additionalContext?: string | undefined;
@@ -202118,6 +202810,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
202118
202810
  description?: string | undefined;
202119
202811
  designSystemId?: string | undefined;
202120
202812
  brandId?: string | undefined;
202813
+ thumbnail?: {
202814
+ id: string;
202815
+ url: string;
202816
+ name?: string | undefined;
202817
+ source?: {
202818
+ type: "UserUpload";
202819
+ userId: string;
202820
+ } | {
202821
+ type: "Figma";
202822
+ renderMode: "Image" | "HTML" | "JSON";
202823
+ } | undefined;
202824
+ } | undefined;
202121
202825
  defaultTokenThemeSetId?: string | undefined;
202122
202826
  productContext?: string | undefined;
202123
202827
  additionalContext?: string | undefined;
@@ -203154,6 +203858,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
203154
203858
  description?: string | undefined;
203155
203859
  designSystemId?: string | undefined;
203156
203860
  brandId?: string | undefined;
203861
+ thumbnail?: {
203862
+ id: string;
203863
+ url: string;
203864
+ name?: string | undefined;
203865
+ source?: {
203866
+ type: "UserUpload";
203867
+ userId: string;
203868
+ } | {
203869
+ type: "Figma";
203870
+ renderMode: "Image" | "HTML" | "JSON";
203871
+ } | undefined;
203872
+ } | undefined;
203157
203873
  defaultTokenThemeSetId?: string | undefined;
203158
203874
  productContext?: string | undefined;
203159
203875
  additionalContext?: string | undefined;
@@ -204194,6 +204910,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
204194
204910
  description?: string | undefined;
204195
204911
  designSystemId?: string | undefined;
204196
204912
  brandId?: string | undefined;
204913
+ thumbnail?: {
204914
+ id: string;
204915
+ url: string;
204916
+ name?: string | undefined;
204917
+ source?: {
204918
+ type: "UserUpload";
204919
+ userId: string;
204920
+ } | {
204921
+ type: "Figma";
204922
+ renderMode: "Image" | "HTML" | "JSON";
204923
+ } | undefined;
204924
+ } | undefined;
204197
204925
  defaultTokenThemeSetId?: string | undefined;
204198
204926
  productContext?: string | undefined;
204199
204927
  additionalContext?: string | undefined;
@@ -205232,6 +205960,18 @@ declare const DTOForgeProjectListResponse: z.ZodObject<{
205232
205960
  description?: string | undefined;
205233
205961
  designSystemId?: string | undefined;
205234
205962
  brandId?: string | undefined;
205963
+ thumbnail?: {
205964
+ id: string;
205965
+ url: string;
205966
+ name?: string | undefined;
205967
+ source?: {
205968
+ type: "UserUpload";
205969
+ userId: string;
205970
+ } | {
205971
+ type: "Figma";
205972
+ renderMode: "Image" | "HTML" | "JSON";
205973
+ } | undefined;
205974
+ } | undefined;
205235
205975
  defaultTokenThemeSetId?: string | undefined;
205236
205976
  productContext?: string | undefined;
205237
205977
  additionalContext?: string | undefined;
@@ -233642,6 +234382,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
233642
234382
  }>;
233643
234383
  type DTOUserWorkspaceMembership = z.infer<typeof DTOUserWorkspaceMembership>;
233644
234384
  declare const DTOWorkspaceMember: z.ZodObject<{
234385
+ membershipId: z.ZodString;
233645
234386
  user: z.ZodObject<{
233646
234387
  id: z.ZodString;
233647
234388
  email: z.ZodString;
@@ -234022,6 +234763,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
234022
234763
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
234023
234764
  seatType: "Full" | "Builder" | "None";
234024
234765
  effectiveSeatType: "Full" | "Builder" | "None";
234766
+ membershipId: string;
234025
234767
  }, {
234026
234768
  user: {
234027
234769
  email: string;
@@ -234077,6 +234819,7 @@ declare const DTOWorkspaceMember: z.ZodObject<{
234077
234819
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
234078
234820
  seatType: "Full" | "Builder" | "None";
234079
234821
  effectiveSeatType: "Full" | "Builder" | "None";
234822
+ membershipId: string;
234080
234823
  }>;
234081
234824
  type DTOWorkspaceMember = z.infer<typeof DTOWorkspaceMember>;
234082
234825
  declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
@@ -234842,6 +235585,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
234842
235585
  type DTOUserWorkspaceMembershipsResponse = z.infer<typeof DTOUserWorkspaceMembershipsResponse>;
234843
235586
  declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
234844
235587
  members: z.ZodArray<z.ZodObject<{
235588
+ membershipId: z.ZodString;
234845
235589
  user: z.ZodObject<{
234846
235590
  id: z.ZodString;
234847
235591
  email: z.ZodString;
@@ -235222,6 +235966,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
235222
235966
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
235223
235967
  seatType: "Full" | "Builder" | "None";
235224
235968
  effectiveSeatType: "Full" | "Builder" | "None";
235969
+ membershipId: string;
235225
235970
  }, {
235226
235971
  user: {
235227
235972
  email: string;
@@ -235277,6 +236022,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
235277
236022
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
235278
236023
  seatType: "Full" | "Builder" | "None";
235279
236024
  effectiveSeatType: "Full" | "Builder" | "None";
236025
+ membershipId: string;
235280
236026
  }>, "many">;
235281
236027
  }, "strip", z.ZodTypeAny, {
235282
236028
  members: {
@@ -235334,6 +236080,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
235334
236080
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
235335
236081
  seatType: "Full" | "Builder" | "None";
235336
236082
  effectiveSeatType: "Full" | "Builder" | "None";
236083
+ membershipId: string;
235337
236084
  }[];
235338
236085
  }, {
235339
236086
  members: {
@@ -235391,6 +236138,7 @@ declare const DTOWorkspaceMembersListResponse: z.ZodObject<{
235391
236138
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
235392
236139
  seatType: "Full" | "Builder" | "None";
235393
236140
  effectiveSeatType: "Full" | "Builder" | "None";
236141
+ membershipId: string;
235394
236142
  }[];
235395
236143
  }>;
235396
236144
  type DTOWorkspaceMembersListResponse = z.infer<typeof DTOWorkspaceMembersListResponse>;
@@ -251656,113 +252404,2966 @@ declare class ForgeProjectContextsEndpoint {
251656
252404
  id: string;
251657
252405
  createdAt: Date;
251658
252406
  name: string;
251659
- meta: {
252407
+ updatedAt: Date;
252408
+ theme: {
252409
+ card: {
252410
+ value?: {
252411
+ color: string | {
252412
+ aliasTo?: string | undefined;
252413
+ };
252414
+ opacity: {
252415
+ value?: {
252416
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252417
+ measure: number;
252418
+ } | undefined;
252419
+ aliasTo?: string | undefined;
252420
+ };
252421
+ } | undefined;
252422
+ aliasTo?: string | undefined;
252423
+ };
252424
+ input: {
252425
+ value?: {
252426
+ color: string | {
252427
+ aliasTo?: string | undefined;
252428
+ };
252429
+ opacity: {
252430
+ value?: {
252431
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252432
+ measure: number;
252433
+ } | undefined;
252434
+ aliasTo?: string | undefined;
252435
+ };
252436
+ } | undefined;
252437
+ aliasTo?: string | undefined;
252438
+ };
252439
+ background: {
252440
+ value?: {
252441
+ color: string | {
252442
+ aliasTo?: string | undefined;
252443
+ };
252444
+ opacity: {
252445
+ value?: {
252446
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252447
+ measure: number;
252448
+ } | undefined;
252449
+ aliasTo?: string | undefined;
252450
+ };
252451
+ } | undefined;
252452
+ aliasTo?: string | undefined;
252453
+ };
252454
+ foreground: {
252455
+ value?: {
252456
+ color: string | {
252457
+ aliasTo?: string | undefined;
252458
+ };
252459
+ opacity: {
252460
+ value?: {
252461
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252462
+ measure: number;
252463
+ } | undefined;
252464
+ aliasTo?: string | undefined;
252465
+ };
252466
+ } | undefined;
252467
+ aliasTo?: string | undefined;
252468
+ };
252469
+ cardForeground: {
252470
+ value?: {
252471
+ color: string | {
252472
+ aliasTo?: string | undefined;
252473
+ };
252474
+ opacity: {
252475
+ value?: {
252476
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252477
+ measure: number;
252478
+ } | undefined;
252479
+ aliasTo?: string | undefined;
252480
+ };
252481
+ } | undefined;
252482
+ aliasTo?: string | undefined;
252483
+ };
252484
+ popover: {
252485
+ value?: {
252486
+ color: string | {
252487
+ aliasTo?: string | undefined;
252488
+ };
252489
+ opacity: {
252490
+ value?: {
252491
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252492
+ measure: number;
252493
+ } | undefined;
252494
+ aliasTo?: string | undefined;
252495
+ };
252496
+ } | undefined;
252497
+ aliasTo?: string | undefined;
252498
+ };
252499
+ popoverForeground: {
252500
+ value?: {
252501
+ color: string | {
252502
+ aliasTo?: string | undefined;
252503
+ };
252504
+ opacity: {
252505
+ value?: {
252506
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252507
+ measure: number;
252508
+ } | undefined;
252509
+ aliasTo?: string | undefined;
252510
+ };
252511
+ } | undefined;
252512
+ aliasTo?: string | undefined;
252513
+ };
252514
+ primary: {
252515
+ value?: {
252516
+ color: string | {
252517
+ aliasTo?: string | undefined;
252518
+ };
252519
+ opacity: {
252520
+ value?: {
252521
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252522
+ measure: number;
252523
+ } | undefined;
252524
+ aliasTo?: string | undefined;
252525
+ };
252526
+ } | undefined;
252527
+ aliasTo?: string | undefined;
252528
+ };
252529
+ primaryForeground: {
252530
+ value?: {
252531
+ color: string | {
252532
+ aliasTo?: string | undefined;
252533
+ };
252534
+ opacity: {
252535
+ value?: {
252536
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252537
+ measure: number;
252538
+ } | undefined;
252539
+ aliasTo?: string | undefined;
252540
+ };
252541
+ } | undefined;
252542
+ aliasTo?: string | undefined;
252543
+ };
252544
+ secondary: {
252545
+ value?: {
252546
+ color: string | {
252547
+ aliasTo?: string | undefined;
252548
+ };
252549
+ opacity: {
252550
+ value?: {
252551
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252552
+ measure: number;
252553
+ } | undefined;
252554
+ aliasTo?: string | undefined;
252555
+ };
252556
+ } | undefined;
252557
+ aliasTo?: string | undefined;
252558
+ };
252559
+ secondaryForeground: {
252560
+ value?: {
252561
+ color: string | {
252562
+ aliasTo?: string | undefined;
252563
+ };
252564
+ opacity: {
252565
+ value?: {
252566
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252567
+ measure: number;
252568
+ } | undefined;
252569
+ aliasTo?: string | undefined;
252570
+ };
252571
+ } | undefined;
252572
+ aliasTo?: string | undefined;
252573
+ };
252574
+ muted: {
252575
+ value?: {
252576
+ color: string | {
252577
+ aliasTo?: string | undefined;
252578
+ };
252579
+ opacity: {
252580
+ value?: {
252581
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252582
+ measure: number;
252583
+ } | undefined;
252584
+ aliasTo?: string | undefined;
252585
+ };
252586
+ } | undefined;
252587
+ aliasTo?: string | undefined;
252588
+ };
252589
+ mutedForeground: {
252590
+ value?: {
252591
+ color: string | {
252592
+ aliasTo?: string | undefined;
252593
+ };
252594
+ opacity: {
252595
+ value?: {
252596
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252597
+ measure: number;
252598
+ } | undefined;
252599
+ aliasTo?: string | undefined;
252600
+ };
252601
+ } | undefined;
252602
+ aliasTo?: string | undefined;
252603
+ };
252604
+ accent: {
252605
+ value?: {
252606
+ color: string | {
252607
+ aliasTo?: string | undefined;
252608
+ };
252609
+ opacity: {
252610
+ value?: {
252611
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252612
+ measure: number;
252613
+ } | undefined;
252614
+ aliasTo?: string | undefined;
252615
+ };
252616
+ } | undefined;
252617
+ aliasTo?: string | undefined;
252618
+ };
252619
+ accentForeground: {
252620
+ value?: {
252621
+ color: string | {
252622
+ aliasTo?: string | undefined;
252623
+ };
252624
+ opacity: {
252625
+ value?: {
252626
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252627
+ measure: number;
252628
+ } | undefined;
252629
+ aliasTo?: string | undefined;
252630
+ };
252631
+ } | undefined;
252632
+ aliasTo?: string | undefined;
252633
+ };
252634
+ destructive: {
252635
+ value?: {
252636
+ color: string | {
252637
+ aliasTo?: string | undefined;
252638
+ };
252639
+ opacity: {
252640
+ value?: {
252641
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252642
+ measure: number;
252643
+ } | undefined;
252644
+ aliasTo?: string | undefined;
252645
+ };
252646
+ } | undefined;
252647
+ aliasTo?: string | undefined;
252648
+ };
252649
+ border: {
252650
+ value?: {
252651
+ color: string | {
252652
+ aliasTo?: string | undefined;
252653
+ };
252654
+ opacity: {
252655
+ value?: {
252656
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252657
+ measure: number;
252658
+ } | undefined;
252659
+ aliasTo?: string | undefined;
252660
+ };
252661
+ } | undefined;
252662
+ aliasTo?: string | undefined;
252663
+ };
252664
+ ring: {
252665
+ value?: {
252666
+ color: string | {
252667
+ aliasTo?: string | undefined;
252668
+ };
252669
+ opacity: {
252670
+ value?: {
252671
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252672
+ measure: number;
252673
+ } | undefined;
252674
+ aliasTo?: string | undefined;
252675
+ };
252676
+ } | undefined;
252677
+ aliasTo?: string | undefined;
252678
+ };
252679
+ chart1: {
252680
+ value?: {
252681
+ color: string | {
252682
+ aliasTo?: string | undefined;
252683
+ };
252684
+ opacity: {
252685
+ value?: {
252686
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252687
+ measure: number;
252688
+ } | undefined;
252689
+ aliasTo?: string | undefined;
252690
+ };
252691
+ } | undefined;
252692
+ aliasTo?: string | undefined;
252693
+ };
252694
+ chart2: {
252695
+ value?: {
252696
+ color: string | {
252697
+ aliasTo?: string | undefined;
252698
+ };
252699
+ opacity: {
252700
+ value?: {
252701
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252702
+ measure: number;
252703
+ } | undefined;
252704
+ aliasTo?: string | undefined;
252705
+ };
252706
+ } | undefined;
252707
+ aliasTo?: string | undefined;
252708
+ };
252709
+ chart3: {
252710
+ value?: {
252711
+ color: string | {
252712
+ aliasTo?: string | undefined;
252713
+ };
252714
+ opacity: {
252715
+ value?: {
252716
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252717
+ measure: number;
252718
+ } | undefined;
252719
+ aliasTo?: string | undefined;
252720
+ };
252721
+ } | undefined;
252722
+ aliasTo?: string | undefined;
252723
+ };
252724
+ chart4: {
252725
+ value?: {
252726
+ color: string | {
252727
+ aliasTo?: string | undefined;
252728
+ };
252729
+ opacity: {
252730
+ value?: {
252731
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252732
+ measure: number;
252733
+ } | undefined;
252734
+ aliasTo?: string | undefined;
252735
+ };
252736
+ } | undefined;
252737
+ aliasTo?: string | undefined;
252738
+ };
252739
+ chart5: {
252740
+ value?: {
252741
+ color: string | {
252742
+ aliasTo?: string | undefined;
252743
+ };
252744
+ opacity: {
252745
+ value?: {
252746
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252747
+ measure: number;
252748
+ } | undefined;
252749
+ aliasTo?: string | undefined;
252750
+ };
252751
+ } | undefined;
252752
+ aliasTo?: string | undefined;
252753
+ };
252754
+ sidebar: {
252755
+ value?: {
252756
+ color: string | {
252757
+ aliasTo?: string | undefined;
252758
+ };
252759
+ opacity: {
252760
+ value?: {
252761
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252762
+ measure: number;
252763
+ } | undefined;
252764
+ aliasTo?: string | undefined;
252765
+ };
252766
+ } | undefined;
252767
+ aliasTo?: string | undefined;
252768
+ };
252769
+ sidebarForeground: {
252770
+ value?: {
252771
+ color: string | {
252772
+ aliasTo?: string | undefined;
252773
+ };
252774
+ opacity: {
252775
+ value?: {
252776
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252777
+ measure: number;
252778
+ } | undefined;
252779
+ aliasTo?: string | undefined;
252780
+ };
252781
+ } | undefined;
252782
+ aliasTo?: string | undefined;
252783
+ };
252784
+ sidebarPrimary: {
252785
+ value?: {
252786
+ color: string | {
252787
+ aliasTo?: string | undefined;
252788
+ };
252789
+ opacity: {
252790
+ value?: {
252791
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252792
+ measure: number;
252793
+ } | undefined;
252794
+ aliasTo?: string | undefined;
252795
+ };
252796
+ } | undefined;
252797
+ aliasTo?: string | undefined;
252798
+ };
252799
+ sidebarPrimaryForeground: {
252800
+ value?: {
252801
+ color: string | {
252802
+ aliasTo?: string | undefined;
252803
+ };
252804
+ opacity: {
252805
+ value?: {
252806
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252807
+ measure: number;
252808
+ } | undefined;
252809
+ aliasTo?: string | undefined;
252810
+ };
252811
+ } | undefined;
252812
+ aliasTo?: string | undefined;
252813
+ };
252814
+ sidebarAccent: {
252815
+ value?: {
252816
+ color: string | {
252817
+ aliasTo?: string | undefined;
252818
+ };
252819
+ opacity: {
252820
+ value?: {
252821
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252822
+ measure: number;
252823
+ } | undefined;
252824
+ aliasTo?: string | undefined;
252825
+ };
252826
+ } | undefined;
252827
+ aliasTo?: string | undefined;
252828
+ };
252829
+ sidebarAccentForeground: {
252830
+ value?: {
252831
+ color: string | {
252832
+ aliasTo?: string | undefined;
252833
+ };
252834
+ opacity: {
252835
+ value?: {
252836
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252837
+ measure: number;
252838
+ } | undefined;
252839
+ aliasTo?: string | undefined;
252840
+ };
252841
+ } | undefined;
252842
+ aliasTo?: string | undefined;
252843
+ };
252844
+ sidebarBorder: {
252845
+ value?: {
252846
+ color: string | {
252847
+ aliasTo?: string | undefined;
252848
+ };
252849
+ opacity: {
252850
+ value?: {
252851
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252852
+ measure: number;
252853
+ } | undefined;
252854
+ aliasTo?: string | undefined;
252855
+ };
252856
+ } | undefined;
252857
+ aliasTo?: string | undefined;
252858
+ };
252859
+ sidebarRing: {
252860
+ value?: {
252861
+ color: string | {
252862
+ aliasTo?: string | undefined;
252863
+ };
252864
+ opacity: {
252865
+ value?: {
252866
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252867
+ measure: number;
252868
+ } | undefined;
252869
+ aliasTo?: string | undefined;
252870
+ };
252871
+ } | undefined;
252872
+ aliasTo?: string | undefined;
252873
+ };
252874
+ fontFamily: {
252875
+ value?: string | undefined;
252876
+ aliasTo?: string | undefined;
252877
+ };
252878
+ textXs: {
252879
+ value?: {
252880
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252881
+ measure: number;
252882
+ } | undefined;
252883
+ aliasTo?: string | undefined;
252884
+ };
252885
+ textSm: {
252886
+ value?: {
252887
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252888
+ measure: number;
252889
+ } | undefined;
252890
+ aliasTo?: string | undefined;
252891
+ };
252892
+ textBase: {
252893
+ value?: {
252894
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252895
+ measure: number;
252896
+ } | undefined;
252897
+ aliasTo?: string | undefined;
252898
+ };
252899
+ textLg: {
252900
+ value?: {
252901
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252902
+ measure: number;
252903
+ } | undefined;
252904
+ aliasTo?: string | undefined;
252905
+ };
252906
+ textXl: {
252907
+ value?: {
252908
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252909
+ measure: number;
252910
+ } | undefined;
252911
+ aliasTo?: string | undefined;
252912
+ };
252913
+ text2xl: {
252914
+ value?: {
252915
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252916
+ measure: number;
252917
+ } | undefined;
252918
+ aliasTo?: string | undefined;
252919
+ };
252920
+ text3xl: {
252921
+ value?: {
252922
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252923
+ measure: number;
252924
+ } | undefined;
252925
+ aliasTo?: string | undefined;
252926
+ };
252927
+ text4xl: {
252928
+ value?: {
252929
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252930
+ measure: number;
252931
+ } | undefined;
252932
+ aliasTo?: string | undefined;
252933
+ };
252934
+ text5xl: {
252935
+ value?: {
252936
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252937
+ measure: number;
252938
+ } | undefined;
252939
+ aliasTo?: string | undefined;
252940
+ };
252941
+ text6xl: {
252942
+ value?: {
252943
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252944
+ measure: number;
252945
+ } | undefined;
252946
+ aliasTo?: string | undefined;
252947
+ };
252948
+ text7xl: {
252949
+ value?: {
252950
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252951
+ measure: number;
252952
+ } | undefined;
252953
+ aliasTo?: string | undefined;
252954
+ };
252955
+ text8xl: {
252956
+ value?: {
252957
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252958
+ measure: number;
252959
+ } | undefined;
252960
+ aliasTo?: string | undefined;
252961
+ };
252962
+ text9xl: {
252963
+ value?: {
252964
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252965
+ measure: number;
252966
+ } | undefined;
252967
+ aliasTo?: string | undefined;
252968
+ };
252969
+ textXsLineHeight: {
252970
+ value?: {
252971
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252972
+ measure: number;
252973
+ } | undefined;
252974
+ aliasTo?: string | undefined;
252975
+ };
252976
+ textSmLineHeight: {
252977
+ value?: {
252978
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252979
+ measure: number;
252980
+ } | undefined;
252981
+ aliasTo?: string | undefined;
252982
+ };
252983
+ textBaseLineHeight: {
252984
+ value?: {
252985
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252986
+ measure: number;
252987
+ } | undefined;
252988
+ aliasTo?: string | undefined;
252989
+ };
252990
+ textLgLineHeight: {
252991
+ value?: {
252992
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
252993
+ measure: number;
252994
+ } | undefined;
252995
+ aliasTo?: string | undefined;
252996
+ };
252997
+ textXlLineHeight: {
252998
+ value?: {
252999
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253000
+ measure: number;
253001
+ } | undefined;
253002
+ aliasTo?: string | undefined;
253003
+ };
253004
+ text2xlLineHeight: {
253005
+ value?: {
253006
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253007
+ measure: number;
253008
+ } | undefined;
253009
+ aliasTo?: string | undefined;
253010
+ };
253011
+ text3xlLineHeight: {
253012
+ value?: {
253013
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253014
+ measure: number;
253015
+ } | undefined;
253016
+ aliasTo?: string | undefined;
253017
+ };
253018
+ text4xlLineHeight: {
253019
+ value?: {
253020
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253021
+ measure: number;
253022
+ } | undefined;
253023
+ aliasTo?: string | undefined;
253024
+ };
253025
+ text5xlLineHeight: {
253026
+ value?: {
253027
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253028
+ measure: number;
253029
+ } | undefined;
253030
+ aliasTo?: string | undefined;
253031
+ };
253032
+ text6xlLineHeight: {
253033
+ value?: {
253034
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253035
+ measure: number;
253036
+ } | undefined;
253037
+ aliasTo?: string | undefined;
253038
+ };
253039
+ text7xlLineHeight: {
253040
+ value?: {
253041
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253042
+ measure: number;
253043
+ } | undefined;
253044
+ aliasTo?: string | undefined;
253045
+ };
253046
+ text8xlLineHeight: {
253047
+ value?: {
253048
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253049
+ measure: number;
253050
+ } | undefined;
253051
+ aliasTo?: string | undefined;
253052
+ };
253053
+ text9xlLineHeight: {
253054
+ value?: {
253055
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253056
+ measure: number;
253057
+ } | undefined;
253058
+ aliasTo?: string | undefined;
253059
+ };
253060
+ fontWeightThin: {
253061
+ value?: string | undefined;
253062
+ aliasTo?: string | undefined;
253063
+ };
253064
+ fontWeightExtralight: {
253065
+ value?: string | undefined;
253066
+ aliasTo?: string | undefined;
253067
+ };
253068
+ fontWeightLight: {
253069
+ value?: string | undefined;
253070
+ aliasTo?: string | undefined;
253071
+ };
253072
+ fontWeightNormal: {
253073
+ value?: string | undefined;
253074
+ aliasTo?: string | undefined;
253075
+ };
253076
+ fontWeightMedium: {
253077
+ value?: string | undefined;
253078
+ aliasTo?: string | undefined;
253079
+ };
253080
+ fontWeightSemibold: {
253081
+ value?: string | undefined;
253082
+ aliasTo?: string | undefined;
253083
+ };
253084
+ fontWeightBold: {
253085
+ value?: string | undefined;
253086
+ aliasTo?: string | undefined;
253087
+ };
253088
+ fontWeightExtrabold: {
253089
+ value?: string | undefined;
253090
+ aliasTo?: string | undefined;
253091
+ };
253092
+ fontWeightBlack: {
253093
+ value?: string | undefined;
253094
+ aliasTo?: string | undefined;
253095
+ };
253096
+ radius: {
253097
+ value?: {
253098
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253099
+ measure: number;
253100
+ } | undefined;
253101
+ aliasTo?: string | undefined;
253102
+ };
253103
+ spacing: {
253104
+ value?: {
253105
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253106
+ measure: number;
253107
+ } | undefined;
253108
+ aliasTo?: string | undefined;
253109
+ };
253110
+ shadow2xs: {
253111
+ value?: {
253112
+ value?: {
253113
+ type: "Drop" | "Inner";
253114
+ color: {
253115
+ value?: {
253116
+ color: string | {
253117
+ aliasTo?: string | undefined;
253118
+ };
253119
+ opacity: {
253120
+ value?: {
253121
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253122
+ measure: number;
253123
+ } | undefined;
253124
+ aliasTo?: string | undefined;
253125
+ };
253126
+ } | undefined;
253127
+ aliasTo?: string | undefined;
253128
+ };
253129
+ radius: number;
253130
+ x: number;
253131
+ y: number;
253132
+ spread: number;
253133
+ opacity?: {
253134
+ value?: {
253135
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253136
+ measure: number;
253137
+ } | undefined;
253138
+ aliasTo?: string | undefined;
253139
+ } | undefined;
253140
+ } | undefined;
253141
+ aliasTo?: string | undefined;
253142
+ }[] | undefined;
253143
+ aliasTo?: string | undefined;
253144
+ };
253145
+ shadowXs: {
253146
+ value?: {
253147
+ value?: {
253148
+ type: "Drop" | "Inner";
253149
+ color: {
253150
+ value?: {
253151
+ color: string | {
253152
+ aliasTo?: string | undefined;
253153
+ };
253154
+ opacity: {
253155
+ value?: {
253156
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253157
+ measure: number;
253158
+ } | undefined;
253159
+ aliasTo?: string | undefined;
253160
+ };
253161
+ } | undefined;
253162
+ aliasTo?: string | undefined;
253163
+ };
253164
+ radius: number;
253165
+ x: number;
253166
+ y: number;
253167
+ spread: number;
253168
+ opacity?: {
253169
+ value?: {
253170
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253171
+ measure: number;
253172
+ } | undefined;
253173
+ aliasTo?: string | undefined;
253174
+ } | undefined;
253175
+ } | undefined;
253176
+ aliasTo?: string | undefined;
253177
+ }[] | undefined;
253178
+ aliasTo?: string | undefined;
253179
+ };
253180
+ shadowSm: {
253181
+ value?: {
253182
+ value?: {
253183
+ type: "Drop" | "Inner";
253184
+ color: {
253185
+ value?: {
253186
+ color: string | {
253187
+ aliasTo?: string | undefined;
253188
+ };
253189
+ opacity: {
253190
+ value?: {
253191
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253192
+ measure: number;
253193
+ } | undefined;
253194
+ aliasTo?: string | undefined;
253195
+ };
253196
+ } | undefined;
253197
+ aliasTo?: string | undefined;
253198
+ };
253199
+ radius: number;
253200
+ x: number;
253201
+ y: number;
253202
+ spread: number;
253203
+ opacity?: {
253204
+ value?: {
253205
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253206
+ measure: number;
253207
+ } | undefined;
253208
+ aliasTo?: string | undefined;
253209
+ } | undefined;
253210
+ } | undefined;
253211
+ aliasTo?: string | undefined;
253212
+ }[] | undefined;
253213
+ aliasTo?: string | undefined;
253214
+ };
253215
+ shadowMd: {
253216
+ value?: {
253217
+ value?: {
253218
+ type: "Drop" | "Inner";
253219
+ color: {
253220
+ value?: {
253221
+ color: string | {
253222
+ aliasTo?: string | undefined;
253223
+ };
253224
+ opacity: {
253225
+ value?: {
253226
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253227
+ measure: number;
253228
+ } | undefined;
253229
+ aliasTo?: string | undefined;
253230
+ };
253231
+ } | undefined;
253232
+ aliasTo?: string | undefined;
253233
+ };
253234
+ radius: number;
253235
+ x: number;
253236
+ y: number;
253237
+ spread: number;
253238
+ opacity?: {
253239
+ value?: {
253240
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253241
+ measure: number;
253242
+ } | undefined;
253243
+ aliasTo?: string | undefined;
253244
+ } | undefined;
253245
+ } | undefined;
253246
+ aliasTo?: string | undefined;
253247
+ }[] | undefined;
253248
+ aliasTo?: string | undefined;
253249
+ };
253250
+ shadowLg: {
253251
+ value?: {
253252
+ value?: {
253253
+ type: "Drop" | "Inner";
253254
+ color: {
253255
+ value?: {
253256
+ color: string | {
253257
+ aliasTo?: string | undefined;
253258
+ };
253259
+ opacity: {
253260
+ value?: {
253261
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253262
+ measure: number;
253263
+ } | undefined;
253264
+ aliasTo?: string | undefined;
253265
+ };
253266
+ } | undefined;
253267
+ aliasTo?: string | undefined;
253268
+ };
253269
+ radius: number;
253270
+ x: number;
253271
+ y: number;
253272
+ spread: number;
253273
+ opacity?: {
253274
+ value?: {
253275
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253276
+ measure: number;
253277
+ } | undefined;
253278
+ aliasTo?: string | undefined;
253279
+ } | undefined;
253280
+ } | undefined;
253281
+ aliasTo?: string | undefined;
253282
+ }[] | undefined;
253283
+ aliasTo?: string | undefined;
253284
+ };
253285
+ shadowXl: {
253286
+ value?: {
253287
+ value?: {
253288
+ type: "Drop" | "Inner";
253289
+ color: {
253290
+ value?: {
253291
+ color: string | {
253292
+ aliasTo?: string | undefined;
253293
+ };
253294
+ opacity: {
253295
+ value?: {
253296
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253297
+ measure: number;
253298
+ } | undefined;
253299
+ aliasTo?: string | undefined;
253300
+ };
253301
+ } | undefined;
253302
+ aliasTo?: string | undefined;
253303
+ };
253304
+ radius: number;
253305
+ x: number;
253306
+ y: number;
253307
+ spread: number;
253308
+ opacity?: {
253309
+ value?: {
253310
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253311
+ measure: number;
253312
+ } | undefined;
253313
+ aliasTo?: string | undefined;
253314
+ } | undefined;
253315
+ } | undefined;
253316
+ aliasTo?: string | undefined;
253317
+ }[] | undefined;
253318
+ aliasTo?: string | undefined;
253319
+ };
253320
+ shadow2xl: {
253321
+ value?: {
253322
+ value?: {
253323
+ type: "Drop" | "Inner";
253324
+ color: {
253325
+ value?: {
253326
+ color: string | {
253327
+ aliasTo?: string | undefined;
253328
+ };
253329
+ opacity: {
253330
+ value?: {
253331
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253332
+ measure: number;
253333
+ } | undefined;
253334
+ aliasTo?: string | undefined;
253335
+ };
253336
+ } | undefined;
253337
+ aliasTo?: string | undefined;
253338
+ };
253339
+ radius: number;
253340
+ x: number;
253341
+ y: number;
253342
+ spread: number;
253343
+ opacity?: {
253344
+ value?: {
253345
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253346
+ measure: number;
253347
+ } | undefined;
253348
+ aliasTo?: string | undefined;
253349
+ } | undefined;
253350
+ } | undefined;
253351
+ aliasTo?: string | undefined;
253352
+ }[] | undefined;
253353
+ aliasTo?: string | undefined;
253354
+ };
253355
+ };
253356
+ workspaceId: string;
253357
+ isArchived: boolean;
253358
+ componentSet: {
253359
+ type: "Shadcn";
253360
+ };
253361
+ iconSet: {
253362
+ type: "Phosphor" | "Lucide" | "Tabler";
253363
+ variant?: string | undefined;
253364
+ };
253365
+ description?: string | undefined;
253366
+ designSystemId?: string | undefined;
253367
+ brandId?: string | undefined;
253368
+ thumbnail?: {
253369
+ id: string;
253370
+ url: string;
253371
+ name?: string | undefined;
253372
+ source?: {
253373
+ type: "UserUpload";
253374
+ userId: string;
253375
+ } | {
253376
+ type: "Figma";
253377
+ renderMode: "Image" | "HTML" | "JSON";
253378
+ } | undefined;
253379
+ } | undefined;
253380
+ defaultTokenThemeSetId?: string | undefined;
253381
+ productContext?: string | undefined;
253382
+ additionalContext?: string | undefined;
253383
+ themePreset?: string | undefined;
253384
+ tokenThemeSets?: {
253385
+ id: string;
253386
+ name: string;
253387
+ tokenThemeIds: string[];
253388
+ }[] | undefined;
253389
+ }[];
253390
+ }>;
253391
+ create(body: DTOForgeProjectContextCreateV2): Promise<{
253392
+ context: {
253393
+ id: string;
253394
+ createdAt: Date;
253395
+ name: string;
253396
+ updatedAt: Date;
253397
+ theme: {
253398
+ card: {
253399
+ value?: {
253400
+ color: string | {
253401
+ aliasTo?: string | undefined;
253402
+ };
253403
+ opacity: {
253404
+ value?: {
253405
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253406
+ measure: number;
253407
+ } | undefined;
253408
+ aliasTo?: string | undefined;
253409
+ };
253410
+ } | undefined;
253411
+ aliasTo?: string | undefined;
253412
+ };
253413
+ input: {
253414
+ value?: {
253415
+ color: string | {
253416
+ aliasTo?: string | undefined;
253417
+ };
253418
+ opacity: {
253419
+ value?: {
253420
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253421
+ measure: number;
253422
+ } | undefined;
253423
+ aliasTo?: string | undefined;
253424
+ };
253425
+ } | undefined;
253426
+ aliasTo?: string | undefined;
253427
+ };
253428
+ background: {
253429
+ value?: {
253430
+ color: string | {
253431
+ aliasTo?: string | undefined;
253432
+ };
253433
+ opacity: {
253434
+ value?: {
253435
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253436
+ measure: number;
253437
+ } | undefined;
253438
+ aliasTo?: string | undefined;
253439
+ };
253440
+ } | undefined;
253441
+ aliasTo?: string | undefined;
253442
+ };
253443
+ foreground: {
253444
+ value?: {
253445
+ color: string | {
253446
+ aliasTo?: string | undefined;
253447
+ };
253448
+ opacity: {
253449
+ value?: {
253450
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253451
+ measure: number;
253452
+ } | undefined;
253453
+ aliasTo?: string | undefined;
253454
+ };
253455
+ } | undefined;
253456
+ aliasTo?: string | undefined;
253457
+ };
253458
+ cardForeground: {
253459
+ value?: {
253460
+ color: string | {
253461
+ aliasTo?: string | undefined;
253462
+ };
253463
+ opacity: {
253464
+ value?: {
253465
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253466
+ measure: number;
253467
+ } | undefined;
253468
+ aliasTo?: string | undefined;
253469
+ };
253470
+ } | undefined;
253471
+ aliasTo?: string | undefined;
253472
+ };
253473
+ popover: {
253474
+ value?: {
253475
+ color: string | {
253476
+ aliasTo?: string | undefined;
253477
+ };
253478
+ opacity: {
253479
+ value?: {
253480
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253481
+ measure: number;
253482
+ } | undefined;
253483
+ aliasTo?: string | undefined;
253484
+ };
253485
+ } | undefined;
253486
+ aliasTo?: string | undefined;
253487
+ };
253488
+ popoverForeground: {
253489
+ value?: {
253490
+ color: string | {
253491
+ aliasTo?: string | undefined;
253492
+ };
253493
+ opacity: {
253494
+ value?: {
253495
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253496
+ measure: number;
253497
+ } | undefined;
253498
+ aliasTo?: string | undefined;
253499
+ };
253500
+ } | undefined;
253501
+ aliasTo?: string | undefined;
253502
+ };
253503
+ primary: {
253504
+ value?: {
253505
+ color: string | {
253506
+ aliasTo?: string | undefined;
253507
+ };
253508
+ opacity: {
253509
+ value?: {
253510
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253511
+ measure: number;
253512
+ } | undefined;
253513
+ aliasTo?: string | undefined;
253514
+ };
253515
+ } | undefined;
253516
+ aliasTo?: string | undefined;
253517
+ };
253518
+ primaryForeground: {
253519
+ value?: {
253520
+ color: string | {
253521
+ aliasTo?: string | undefined;
253522
+ };
253523
+ opacity: {
253524
+ value?: {
253525
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253526
+ measure: number;
253527
+ } | undefined;
253528
+ aliasTo?: string | undefined;
253529
+ };
253530
+ } | undefined;
253531
+ aliasTo?: string | undefined;
253532
+ };
253533
+ secondary: {
253534
+ value?: {
253535
+ color: string | {
253536
+ aliasTo?: string | undefined;
253537
+ };
253538
+ opacity: {
253539
+ value?: {
253540
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253541
+ measure: number;
253542
+ } | undefined;
253543
+ aliasTo?: string | undefined;
253544
+ };
253545
+ } | undefined;
253546
+ aliasTo?: string | undefined;
253547
+ };
253548
+ secondaryForeground: {
253549
+ value?: {
253550
+ color: string | {
253551
+ aliasTo?: string | undefined;
253552
+ };
253553
+ opacity: {
253554
+ value?: {
253555
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253556
+ measure: number;
253557
+ } | undefined;
253558
+ aliasTo?: string | undefined;
253559
+ };
253560
+ } | undefined;
253561
+ aliasTo?: string | undefined;
253562
+ };
253563
+ muted: {
253564
+ value?: {
253565
+ color: string | {
253566
+ aliasTo?: string | undefined;
253567
+ };
253568
+ opacity: {
253569
+ value?: {
253570
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253571
+ measure: number;
253572
+ } | undefined;
253573
+ aliasTo?: string | undefined;
253574
+ };
253575
+ } | undefined;
253576
+ aliasTo?: string | undefined;
253577
+ };
253578
+ mutedForeground: {
253579
+ value?: {
253580
+ color: string | {
253581
+ aliasTo?: string | undefined;
253582
+ };
253583
+ opacity: {
253584
+ value?: {
253585
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253586
+ measure: number;
253587
+ } | undefined;
253588
+ aliasTo?: string | undefined;
253589
+ };
253590
+ } | undefined;
253591
+ aliasTo?: string | undefined;
253592
+ };
253593
+ accent: {
253594
+ value?: {
253595
+ color: string | {
253596
+ aliasTo?: string | undefined;
253597
+ };
253598
+ opacity: {
253599
+ value?: {
253600
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253601
+ measure: number;
253602
+ } | undefined;
253603
+ aliasTo?: string | undefined;
253604
+ };
253605
+ } | undefined;
253606
+ aliasTo?: string | undefined;
253607
+ };
253608
+ accentForeground: {
253609
+ value?: {
253610
+ color: string | {
253611
+ aliasTo?: string | undefined;
253612
+ };
253613
+ opacity: {
253614
+ value?: {
253615
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253616
+ measure: number;
253617
+ } | undefined;
253618
+ aliasTo?: string | undefined;
253619
+ };
253620
+ } | undefined;
253621
+ aliasTo?: string | undefined;
253622
+ };
253623
+ destructive: {
253624
+ value?: {
253625
+ color: string | {
253626
+ aliasTo?: string | undefined;
253627
+ };
253628
+ opacity: {
253629
+ value?: {
253630
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253631
+ measure: number;
253632
+ } | undefined;
253633
+ aliasTo?: string | undefined;
253634
+ };
253635
+ } | undefined;
253636
+ aliasTo?: string | undefined;
253637
+ };
253638
+ border: {
253639
+ value?: {
253640
+ color: string | {
253641
+ aliasTo?: string | undefined;
253642
+ };
253643
+ opacity: {
253644
+ value?: {
253645
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253646
+ measure: number;
253647
+ } | undefined;
253648
+ aliasTo?: string | undefined;
253649
+ };
253650
+ } | undefined;
253651
+ aliasTo?: string | undefined;
253652
+ };
253653
+ ring: {
253654
+ value?: {
253655
+ color: string | {
253656
+ aliasTo?: string | undefined;
253657
+ };
253658
+ opacity: {
253659
+ value?: {
253660
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253661
+ measure: number;
253662
+ } | undefined;
253663
+ aliasTo?: string | undefined;
253664
+ };
253665
+ } | undefined;
253666
+ aliasTo?: string | undefined;
253667
+ };
253668
+ chart1: {
253669
+ value?: {
253670
+ color: string | {
253671
+ aliasTo?: string | undefined;
253672
+ };
253673
+ opacity: {
253674
+ value?: {
253675
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253676
+ measure: number;
253677
+ } | undefined;
253678
+ aliasTo?: string | undefined;
253679
+ };
253680
+ } | undefined;
253681
+ aliasTo?: string | undefined;
253682
+ };
253683
+ chart2: {
253684
+ value?: {
253685
+ color: string | {
253686
+ aliasTo?: string | undefined;
253687
+ };
253688
+ opacity: {
253689
+ value?: {
253690
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253691
+ measure: number;
253692
+ } | undefined;
253693
+ aliasTo?: string | undefined;
253694
+ };
253695
+ } | undefined;
253696
+ aliasTo?: string | undefined;
253697
+ };
253698
+ chart3: {
253699
+ value?: {
253700
+ color: string | {
253701
+ aliasTo?: string | undefined;
253702
+ };
253703
+ opacity: {
253704
+ value?: {
253705
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253706
+ measure: number;
253707
+ } | undefined;
253708
+ aliasTo?: string | undefined;
253709
+ };
253710
+ } | undefined;
253711
+ aliasTo?: string | undefined;
253712
+ };
253713
+ chart4: {
253714
+ value?: {
253715
+ color: string | {
253716
+ aliasTo?: string | undefined;
253717
+ };
253718
+ opacity: {
253719
+ value?: {
253720
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253721
+ measure: number;
253722
+ } | undefined;
253723
+ aliasTo?: string | undefined;
253724
+ };
253725
+ } | undefined;
253726
+ aliasTo?: string | undefined;
253727
+ };
253728
+ chart5: {
253729
+ value?: {
253730
+ color: string | {
253731
+ aliasTo?: string | undefined;
253732
+ };
253733
+ opacity: {
253734
+ value?: {
253735
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253736
+ measure: number;
253737
+ } | undefined;
253738
+ aliasTo?: string | undefined;
253739
+ };
253740
+ } | undefined;
253741
+ aliasTo?: string | undefined;
253742
+ };
253743
+ sidebar: {
253744
+ value?: {
253745
+ color: string | {
253746
+ aliasTo?: string | undefined;
253747
+ };
253748
+ opacity: {
253749
+ value?: {
253750
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253751
+ measure: number;
253752
+ } | undefined;
253753
+ aliasTo?: string | undefined;
253754
+ };
253755
+ } | undefined;
253756
+ aliasTo?: string | undefined;
253757
+ };
253758
+ sidebarForeground: {
253759
+ value?: {
253760
+ color: string | {
253761
+ aliasTo?: string | undefined;
253762
+ };
253763
+ opacity: {
253764
+ value?: {
253765
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253766
+ measure: number;
253767
+ } | undefined;
253768
+ aliasTo?: string | undefined;
253769
+ };
253770
+ } | undefined;
253771
+ aliasTo?: string | undefined;
253772
+ };
253773
+ sidebarPrimary: {
253774
+ value?: {
253775
+ color: string | {
253776
+ aliasTo?: string | undefined;
253777
+ };
253778
+ opacity: {
253779
+ value?: {
253780
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253781
+ measure: number;
253782
+ } | undefined;
253783
+ aliasTo?: string | undefined;
253784
+ };
253785
+ } | undefined;
253786
+ aliasTo?: string | undefined;
253787
+ };
253788
+ sidebarPrimaryForeground: {
253789
+ value?: {
253790
+ color: string | {
253791
+ aliasTo?: string | undefined;
253792
+ };
253793
+ opacity: {
253794
+ value?: {
253795
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253796
+ measure: number;
253797
+ } | undefined;
253798
+ aliasTo?: string | undefined;
253799
+ };
253800
+ } | undefined;
253801
+ aliasTo?: string | undefined;
253802
+ };
253803
+ sidebarAccent: {
253804
+ value?: {
253805
+ color: string | {
253806
+ aliasTo?: string | undefined;
253807
+ };
253808
+ opacity: {
253809
+ value?: {
253810
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253811
+ measure: number;
253812
+ } | undefined;
253813
+ aliasTo?: string | undefined;
253814
+ };
253815
+ } | undefined;
253816
+ aliasTo?: string | undefined;
253817
+ };
253818
+ sidebarAccentForeground: {
253819
+ value?: {
253820
+ color: string | {
253821
+ aliasTo?: string | undefined;
253822
+ };
253823
+ opacity: {
253824
+ value?: {
253825
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253826
+ measure: number;
253827
+ } | undefined;
253828
+ aliasTo?: string | undefined;
253829
+ };
253830
+ } | undefined;
253831
+ aliasTo?: string | undefined;
253832
+ };
253833
+ sidebarBorder: {
253834
+ value?: {
253835
+ color: string | {
253836
+ aliasTo?: string | undefined;
253837
+ };
253838
+ opacity: {
253839
+ value?: {
253840
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253841
+ measure: number;
253842
+ } | undefined;
253843
+ aliasTo?: string | undefined;
253844
+ };
253845
+ } | undefined;
253846
+ aliasTo?: string | undefined;
253847
+ };
253848
+ sidebarRing: {
253849
+ value?: {
253850
+ color: string | {
253851
+ aliasTo?: string | undefined;
253852
+ };
253853
+ opacity: {
253854
+ value?: {
253855
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253856
+ measure: number;
253857
+ } | undefined;
253858
+ aliasTo?: string | undefined;
253859
+ };
253860
+ } | undefined;
253861
+ aliasTo?: string | undefined;
253862
+ };
253863
+ fontFamily: {
253864
+ value?: string | undefined;
253865
+ aliasTo?: string | undefined;
253866
+ };
253867
+ textXs: {
253868
+ value?: {
253869
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253870
+ measure: number;
253871
+ } | undefined;
253872
+ aliasTo?: string | undefined;
253873
+ };
253874
+ textSm: {
253875
+ value?: {
253876
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253877
+ measure: number;
253878
+ } | undefined;
253879
+ aliasTo?: string | undefined;
253880
+ };
253881
+ textBase: {
253882
+ value?: {
253883
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253884
+ measure: number;
253885
+ } | undefined;
253886
+ aliasTo?: string | undefined;
253887
+ };
253888
+ textLg: {
253889
+ value?: {
253890
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253891
+ measure: number;
253892
+ } | undefined;
253893
+ aliasTo?: string | undefined;
253894
+ };
253895
+ textXl: {
253896
+ value?: {
253897
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253898
+ measure: number;
253899
+ } | undefined;
253900
+ aliasTo?: string | undefined;
253901
+ };
253902
+ text2xl: {
253903
+ value?: {
253904
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253905
+ measure: number;
253906
+ } | undefined;
253907
+ aliasTo?: string | undefined;
253908
+ };
253909
+ text3xl: {
253910
+ value?: {
253911
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253912
+ measure: number;
253913
+ } | undefined;
253914
+ aliasTo?: string | undefined;
253915
+ };
253916
+ text4xl: {
253917
+ value?: {
253918
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253919
+ measure: number;
253920
+ } | undefined;
253921
+ aliasTo?: string | undefined;
253922
+ };
253923
+ text5xl: {
253924
+ value?: {
253925
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253926
+ measure: number;
253927
+ } | undefined;
253928
+ aliasTo?: string | undefined;
253929
+ };
253930
+ text6xl: {
253931
+ value?: {
253932
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253933
+ measure: number;
253934
+ } | undefined;
253935
+ aliasTo?: string | undefined;
253936
+ };
253937
+ text7xl: {
253938
+ value?: {
253939
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253940
+ measure: number;
253941
+ } | undefined;
253942
+ aliasTo?: string | undefined;
253943
+ };
253944
+ text8xl: {
253945
+ value?: {
253946
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253947
+ measure: number;
253948
+ } | undefined;
253949
+ aliasTo?: string | undefined;
253950
+ };
253951
+ text9xl: {
253952
+ value?: {
253953
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253954
+ measure: number;
253955
+ } | undefined;
253956
+ aliasTo?: string | undefined;
253957
+ };
253958
+ textXsLineHeight: {
253959
+ value?: {
253960
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253961
+ measure: number;
253962
+ } | undefined;
253963
+ aliasTo?: string | undefined;
253964
+ };
253965
+ textSmLineHeight: {
253966
+ value?: {
253967
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253968
+ measure: number;
253969
+ } | undefined;
253970
+ aliasTo?: string | undefined;
253971
+ };
253972
+ textBaseLineHeight: {
253973
+ value?: {
253974
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253975
+ measure: number;
253976
+ } | undefined;
253977
+ aliasTo?: string | undefined;
253978
+ };
253979
+ textLgLineHeight: {
253980
+ value?: {
253981
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253982
+ measure: number;
253983
+ } | undefined;
253984
+ aliasTo?: string | undefined;
253985
+ };
253986
+ textXlLineHeight: {
253987
+ value?: {
253988
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253989
+ measure: number;
253990
+ } | undefined;
253991
+ aliasTo?: string | undefined;
253992
+ };
253993
+ text2xlLineHeight: {
253994
+ value?: {
253995
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
253996
+ measure: number;
253997
+ } | undefined;
253998
+ aliasTo?: string | undefined;
253999
+ };
254000
+ text3xlLineHeight: {
254001
+ value?: {
254002
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254003
+ measure: number;
254004
+ } | undefined;
254005
+ aliasTo?: string | undefined;
254006
+ };
254007
+ text4xlLineHeight: {
254008
+ value?: {
254009
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254010
+ measure: number;
254011
+ } | undefined;
254012
+ aliasTo?: string | undefined;
254013
+ };
254014
+ text5xlLineHeight: {
254015
+ value?: {
254016
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254017
+ measure: number;
254018
+ } | undefined;
254019
+ aliasTo?: string | undefined;
254020
+ };
254021
+ text6xlLineHeight: {
254022
+ value?: {
254023
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254024
+ measure: number;
254025
+ } | undefined;
254026
+ aliasTo?: string | undefined;
254027
+ };
254028
+ text7xlLineHeight: {
254029
+ value?: {
254030
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254031
+ measure: number;
254032
+ } | undefined;
254033
+ aliasTo?: string | undefined;
254034
+ };
254035
+ text8xlLineHeight: {
254036
+ value?: {
254037
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254038
+ measure: number;
254039
+ } | undefined;
254040
+ aliasTo?: string | undefined;
254041
+ };
254042
+ text9xlLineHeight: {
254043
+ value?: {
254044
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254045
+ measure: number;
254046
+ } | undefined;
254047
+ aliasTo?: string | undefined;
254048
+ };
254049
+ fontWeightThin: {
254050
+ value?: string | undefined;
254051
+ aliasTo?: string | undefined;
254052
+ };
254053
+ fontWeightExtralight: {
254054
+ value?: string | undefined;
254055
+ aliasTo?: string | undefined;
254056
+ };
254057
+ fontWeightLight: {
254058
+ value?: string | undefined;
254059
+ aliasTo?: string | undefined;
254060
+ };
254061
+ fontWeightNormal: {
254062
+ value?: string | undefined;
254063
+ aliasTo?: string | undefined;
254064
+ };
254065
+ fontWeightMedium: {
254066
+ value?: string | undefined;
254067
+ aliasTo?: string | undefined;
254068
+ };
254069
+ fontWeightSemibold: {
254070
+ value?: string | undefined;
254071
+ aliasTo?: string | undefined;
254072
+ };
254073
+ fontWeightBold: {
254074
+ value?: string | undefined;
254075
+ aliasTo?: string | undefined;
254076
+ };
254077
+ fontWeightExtrabold: {
254078
+ value?: string | undefined;
254079
+ aliasTo?: string | undefined;
254080
+ };
254081
+ fontWeightBlack: {
254082
+ value?: string | undefined;
254083
+ aliasTo?: string | undefined;
254084
+ };
254085
+ radius: {
254086
+ value?: {
254087
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254088
+ measure: number;
254089
+ } | undefined;
254090
+ aliasTo?: string | undefined;
254091
+ };
254092
+ spacing: {
254093
+ value?: {
254094
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254095
+ measure: number;
254096
+ } | undefined;
254097
+ aliasTo?: string | undefined;
254098
+ };
254099
+ shadow2xs: {
254100
+ value?: {
254101
+ value?: {
254102
+ type: "Drop" | "Inner";
254103
+ color: {
254104
+ value?: {
254105
+ color: string | {
254106
+ aliasTo?: string | undefined;
254107
+ };
254108
+ opacity: {
254109
+ value?: {
254110
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254111
+ measure: number;
254112
+ } | undefined;
254113
+ aliasTo?: string | undefined;
254114
+ };
254115
+ } | undefined;
254116
+ aliasTo?: string | undefined;
254117
+ };
254118
+ radius: number;
254119
+ x: number;
254120
+ y: number;
254121
+ spread: number;
254122
+ opacity?: {
254123
+ value?: {
254124
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254125
+ measure: number;
254126
+ } | undefined;
254127
+ aliasTo?: string | undefined;
254128
+ } | undefined;
254129
+ } | undefined;
254130
+ aliasTo?: string | undefined;
254131
+ }[] | undefined;
254132
+ aliasTo?: string | undefined;
254133
+ };
254134
+ shadowXs: {
254135
+ value?: {
254136
+ value?: {
254137
+ type: "Drop" | "Inner";
254138
+ color: {
254139
+ value?: {
254140
+ color: string | {
254141
+ aliasTo?: string | undefined;
254142
+ };
254143
+ opacity: {
254144
+ value?: {
254145
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254146
+ measure: number;
254147
+ } | undefined;
254148
+ aliasTo?: string | undefined;
254149
+ };
254150
+ } | undefined;
254151
+ aliasTo?: string | undefined;
254152
+ };
254153
+ radius: number;
254154
+ x: number;
254155
+ y: number;
254156
+ spread: number;
254157
+ opacity?: {
254158
+ value?: {
254159
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254160
+ measure: number;
254161
+ } | undefined;
254162
+ aliasTo?: string | undefined;
254163
+ } | undefined;
254164
+ } | undefined;
254165
+ aliasTo?: string | undefined;
254166
+ }[] | undefined;
254167
+ aliasTo?: string | undefined;
254168
+ };
254169
+ shadowSm: {
254170
+ value?: {
254171
+ value?: {
254172
+ type: "Drop" | "Inner";
254173
+ color: {
254174
+ value?: {
254175
+ color: string | {
254176
+ aliasTo?: string | undefined;
254177
+ };
254178
+ opacity: {
254179
+ value?: {
254180
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254181
+ measure: number;
254182
+ } | undefined;
254183
+ aliasTo?: string | undefined;
254184
+ };
254185
+ } | undefined;
254186
+ aliasTo?: string | undefined;
254187
+ };
254188
+ radius: number;
254189
+ x: number;
254190
+ y: number;
254191
+ spread: number;
254192
+ opacity?: {
254193
+ value?: {
254194
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254195
+ measure: number;
254196
+ } | undefined;
254197
+ aliasTo?: string | undefined;
254198
+ } | undefined;
254199
+ } | undefined;
254200
+ aliasTo?: string | undefined;
254201
+ }[] | undefined;
254202
+ aliasTo?: string | undefined;
254203
+ };
254204
+ shadowMd: {
254205
+ value?: {
254206
+ value?: {
254207
+ type: "Drop" | "Inner";
254208
+ color: {
254209
+ value?: {
254210
+ color: string | {
254211
+ aliasTo?: string | undefined;
254212
+ };
254213
+ opacity: {
254214
+ value?: {
254215
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254216
+ measure: number;
254217
+ } | undefined;
254218
+ aliasTo?: string | undefined;
254219
+ };
254220
+ } | undefined;
254221
+ aliasTo?: string | undefined;
254222
+ };
254223
+ radius: number;
254224
+ x: number;
254225
+ y: number;
254226
+ spread: number;
254227
+ opacity?: {
254228
+ value?: {
254229
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254230
+ measure: number;
254231
+ } | undefined;
254232
+ aliasTo?: string | undefined;
254233
+ } | undefined;
254234
+ } | undefined;
254235
+ aliasTo?: string | undefined;
254236
+ }[] | undefined;
254237
+ aliasTo?: string | undefined;
254238
+ };
254239
+ shadowLg: {
254240
+ value?: {
254241
+ value?: {
254242
+ type: "Drop" | "Inner";
254243
+ color: {
254244
+ value?: {
254245
+ color: string | {
254246
+ aliasTo?: string | undefined;
254247
+ };
254248
+ opacity: {
254249
+ value?: {
254250
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254251
+ measure: number;
254252
+ } | undefined;
254253
+ aliasTo?: string | undefined;
254254
+ };
254255
+ } | undefined;
254256
+ aliasTo?: string | undefined;
254257
+ };
254258
+ radius: number;
254259
+ x: number;
254260
+ y: number;
254261
+ spread: number;
254262
+ opacity?: {
254263
+ value?: {
254264
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254265
+ measure: number;
254266
+ } | undefined;
254267
+ aliasTo?: string | undefined;
254268
+ } | undefined;
254269
+ } | undefined;
254270
+ aliasTo?: string | undefined;
254271
+ }[] | undefined;
254272
+ aliasTo?: string | undefined;
254273
+ };
254274
+ shadowXl: {
254275
+ value?: {
254276
+ value?: {
254277
+ type: "Drop" | "Inner";
254278
+ color: {
254279
+ value?: {
254280
+ color: string | {
254281
+ aliasTo?: string | undefined;
254282
+ };
254283
+ opacity: {
254284
+ value?: {
254285
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254286
+ measure: number;
254287
+ } | undefined;
254288
+ aliasTo?: string | undefined;
254289
+ };
254290
+ } | undefined;
254291
+ aliasTo?: string | undefined;
254292
+ };
254293
+ radius: number;
254294
+ x: number;
254295
+ y: number;
254296
+ spread: number;
254297
+ opacity?: {
254298
+ value?: {
254299
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254300
+ measure: number;
254301
+ } | undefined;
254302
+ aliasTo?: string | undefined;
254303
+ } | undefined;
254304
+ } | undefined;
254305
+ aliasTo?: string | undefined;
254306
+ }[] | undefined;
254307
+ aliasTo?: string | undefined;
254308
+ };
254309
+ shadow2xl: {
254310
+ value?: {
254311
+ value?: {
254312
+ type: "Drop" | "Inner";
254313
+ color: {
254314
+ value?: {
254315
+ color: string | {
254316
+ aliasTo?: string | undefined;
254317
+ };
254318
+ opacity: {
254319
+ value?: {
254320
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254321
+ measure: number;
254322
+ } | undefined;
254323
+ aliasTo?: string | undefined;
254324
+ };
254325
+ } | undefined;
254326
+ aliasTo?: string | undefined;
254327
+ };
254328
+ radius: number;
254329
+ x: number;
254330
+ y: number;
254331
+ spread: number;
254332
+ opacity?: {
254333
+ value?: {
254334
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254335
+ measure: number;
254336
+ } | undefined;
254337
+ aliasTo?: string | undefined;
254338
+ } | undefined;
254339
+ } | undefined;
254340
+ aliasTo?: string | undefined;
254341
+ }[] | undefined;
254342
+ aliasTo?: string | undefined;
254343
+ };
254344
+ };
254345
+ workspaceId: string;
254346
+ isArchived: boolean;
254347
+ componentSet: {
254348
+ type: "Shadcn";
254349
+ };
254350
+ iconSet: {
254351
+ type: "Phosphor" | "Lucide" | "Tabler";
254352
+ variant?: string | undefined;
254353
+ };
254354
+ description?: string | undefined;
254355
+ designSystemId?: string | undefined;
254356
+ brandId?: string | undefined;
254357
+ thumbnail?: {
254358
+ id: string;
254359
+ url: string;
254360
+ name?: string | undefined;
254361
+ source?: {
254362
+ type: "UserUpload";
254363
+ userId: string;
254364
+ } | {
254365
+ type: "Figma";
254366
+ renderMode: "Image" | "HTML" | "JSON";
254367
+ } | undefined;
254368
+ } | undefined;
254369
+ defaultTokenThemeSetId?: string | undefined;
254370
+ productContext?: string | undefined;
254371
+ additionalContext?: string | undefined;
254372
+ themePreset?: string | undefined;
254373
+ tokenThemeSets?: {
254374
+ id: string;
251660
254375
  name: string;
251661
- description?: string | undefined;
254376
+ tokenThemeIds: string[];
254377
+ }[] | undefined;
254378
+ };
254379
+ }>;
254380
+ update(workspaceId: string, contextId: string, body: DTOUpdateForgeProjectContext): Promise<{
254381
+ context: {
254382
+ id: string;
254383
+ createdAt: Date;
254384
+ name: string;
254385
+ updatedAt: Date;
254386
+ theme: {
254387
+ card: {
254388
+ value?: {
254389
+ color: string | {
254390
+ aliasTo?: string | undefined;
254391
+ };
254392
+ opacity: {
254393
+ value?: {
254394
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254395
+ measure: number;
254396
+ } | undefined;
254397
+ aliasTo?: string | undefined;
254398
+ };
254399
+ } | undefined;
254400
+ aliasTo?: string | undefined;
254401
+ };
254402
+ input: {
254403
+ value?: {
254404
+ color: string | {
254405
+ aliasTo?: string | undefined;
254406
+ };
254407
+ opacity: {
254408
+ value?: {
254409
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254410
+ measure: number;
254411
+ } | undefined;
254412
+ aliasTo?: string | undefined;
254413
+ };
254414
+ } | undefined;
254415
+ aliasTo?: string | undefined;
254416
+ };
254417
+ background: {
254418
+ value?: {
254419
+ color: string | {
254420
+ aliasTo?: string | undefined;
254421
+ };
254422
+ opacity: {
254423
+ value?: {
254424
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254425
+ measure: number;
254426
+ } | undefined;
254427
+ aliasTo?: string | undefined;
254428
+ };
254429
+ } | undefined;
254430
+ aliasTo?: string | undefined;
254431
+ };
254432
+ foreground: {
254433
+ value?: {
254434
+ color: string | {
254435
+ aliasTo?: string | undefined;
254436
+ };
254437
+ opacity: {
254438
+ value?: {
254439
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254440
+ measure: number;
254441
+ } | undefined;
254442
+ aliasTo?: string | undefined;
254443
+ };
254444
+ } | undefined;
254445
+ aliasTo?: string | undefined;
254446
+ };
254447
+ cardForeground: {
254448
+ value?: {
254449
+ color: string | {
254450
+ aliasTo?: string | undefined;
254451
+ };
254452
+ opacity: {
254453
+ value?: {
254454
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254455
+ measure: number;
254456
+ } | undefined;
254457
+ aliasTo?: string | undefined;
254458
+ };
254459
+ } | undefined;
254460
+ aliasTo?: string | undefined;
254461
+ };
254462
+ popover: {
254463
+ value?: {
254464
+ color: string | {
254465
+ aliasTo?: string | undefined;
254466
+ };
254467
+ opacity: {
254468
+ value?: {
254469
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254470
+ measure: number;
254471
+ } | undefined;
254472
+ aliasTo?: string | undefined;
254473
+ };
254474
+ } | undefined;
254475
+ aliasTo?: string | undefined;
254476
+ };
254477
+ popoverForeground: {
254478
+ value?: {
254479
+ color: string | {
254480
+ aliasTo?: string | undefined;
254481
+ };
254482
+ opacity: {
254483
+ value?: {
254484
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254485
+ measure: number;
254486
+ } | undefined;
254487
+ aliasTo?: string | undefined;
254488
+ };
254489
+ } | undefined;
254490
+ aliasTo?: string | undefined;
254491
+ };
254492
+ primary: {
254493
+ value?: {
254494
+ color: string | {
254495
+ aliasTo?: string | undefined;
254496
+ };
254497
+ opacity: {
254498
+ value?: {
254499
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254500
+ measure: number;
254501
+ } | undefined;
254502
+ aliasTo?: string | undefined;
254503
+ };
254504
+ } | undefined;
254505
+ aliasTo?: string | undefined;
254506
+ };
254507
+ primaryForeground: {
254508
+ value?: {
254509
+ color: string | {
254510
+ aliasTo?: string | undefined;
254511
+ };
254512
+ opacity: {
254513
+ value?: {
254514
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254515
+ measure: number;
254516
+ } | undefined;
254517
+ aliasTo?: string | undefined;
254518
+ };
254519
+ } | undefined;
254520
+ aliasTo?: string | undefined;
254521
+ };
254522
+ secondary: {
254523
+ value?: {
254524
+ color: string | {
254525
+ aliasTo?: string | undefined;
254526
+ };
254527
+ opacity: {
254528
+ value?: {
254529
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254530
+ measure: number;
254531
+ } | undefined;
254532
+ aliasTo?: string | undefined;
254533
+ };
254534
+ } | undefined;
254535
+ aliasTo?: string | undefined;
254536
+ };
254537
+ secondaryForeground: {
254538
+ value?: {
254539
+ color: string | {
254540
+ aliasTo?: string | undefined;
254541
+ };
254542
+ opacity: {
254543
+ value?: {
254544
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254545
+ measure: number;
254546
+ } | undefined;
254547
+ aliasTo?: string | undefined;
254548
+ };
254549
+ } | undefined;
254550
+ aliasTo?: string | undefined;
254551
+ };
254552
+ muted: {
254553
+ value?: {
254554
+ color: string | {
254555
+ aliasTo?: string | undefined;
254556
+ };
254557
+ opacity: {
254558
+ value?: {
254559
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254560
+ measure: number;
254561
+ } | undefined;
254562
+ aliasTo?: string | undefined;
254563
+ };
254564
+ } | undefined;
254565
+ aliasTo?: string | undefined;
254566
+ };
254567
+ mutedForeground: {
254568
+ value?: {
254569
+ color: string | {
254570
+ aliasTo?: string | undefined;
254571
+ };
254572
+ opacity: {
254573
+ value?: {
254574
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254575
+ measure: number;
254576
+ } | undefined;
254577
+ aliasTo?: string | undefined;
254578
+ };
254579
+ } | undefined;
254580
+ aliasTo?: string | undefined;
254581
+ };
254582
+ accent: {
254583
+ value?: {
254584
+ color: string | {
254585
+ aliasTo?: string | undefined;
254586
+ };
254587
+ opacity: {
254588
+ value?: {
254589
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254590
+ measure: number;
254591
+ } | undefined;
254592
+ aliasTo?: string | undefined;
254593
+ };
254594
+ } | undefined;
254595
+ aliasTo?: string | undefined;
254596
+ };
254597
+ accentForeground: {
254598
+ value?: {
254599
+ color: string | {
254600
+ aliasTo?: string | undefined;
254601
+ };
254602
+ opacity: {
254603
+ value?: {
254604
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254605
+ measure: number;
254606
+ } | undefined;
254607
+ aliasTo?: string | undefined;
254608
+ };
254609
+ } | undefined;
254610
+ aliasTo?: string | undefined;
254611
+ };
254612
+ destructive: {
254613
+ value?: {
254614
+ color: string | {
254615
+ aliasTo?: string | undefined;
254616
+ };
254617
+ opacity: {
254618
+ value?: {
254619
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254620
+ measure: number;
254621
+ } | undefined;
254622
+ aliasTo?: string | undefined;
254623
+ };
254624
+ } | undefined;
254625
+ aliasTo?: string | undefined;
254626
+ };
254627
+ border: {
254628
+ value?: {
254629
+ color: string | {
254630
+ aliasTo?: string | undefined;
254631
+ };
254632
+ opacity: {
254633
+ value?: {
254634
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254635
+ measure: number;
254636
+ } | undefined;
254637
+ aliasTo?: string | undefined;
254638
+ };
254639
+ } | undefined;
254640
+ aliasTo?: string | undefined;
254641
+ };
254642
+ ring: {
254643
+ value?: {
254644
+ color: string | {
254645
+ aliasTo?: string | undefined;
254646
+ };
254647
+ opacity: {
254648
+ value?: {
254649
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254650
+ measure: number;
254651
+ } | undefined;
254652
+ aliasTo?: string | undefined;
254653
+ };
254654
+ } | undefined;
254655
+ aliasTo?: string | undefined;
254656
+ };
254657
+ chart1: {
254658
+ value?: {
254659
+ color: string | {
254660
+ aliasTo?: string | undefined;
254661
+ };
254662
+ opacity: {
254663
+ value?: {
254664
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254665
+ measure: number;
254666
+ } | undefined;
254667
+ aliasTo?: string | undefined;
254668
+ };
254669
+ } | undefined;
254670
+ aliasTo?: string | undefined;
254671
+ };
254672
+ chart2: {
254673
+ value?: {
254674
+ color: string | {
254675
+ aliasTo?: string | undefined;
254676
+ };
254677
+ opacity: {
254678
+ value?: {
254679
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254680
+ measure: number;
254681
+ } | undefined;
254682
+ aliasTo?: string | undefined;
254683
+ };
254684
+ } | undefined;
254685
+ aliasTo?: string | undefined;
254686
+ };
254687
+ chart3: {
254688
+ value?: {
254689
+ color: string | {
254690
+ aliasTo?: string | undefined;
254691
+ };
254692
+ opacity: {
254693
+ value?: {
254694
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254695
+ measure: number;
254696
+ } | undefined;
254697
+ aliasTo?: string | undefined;
254698
+ };
254699
+ } | undefined;
254700
+ aliasTo?: string | undefined;
254701
+ };
254702
+ chart4: {
254703
+ value?: {
254704
+ color: string | {
254705
+ aliasTo?: string | undefined;
254706
+ };
254707
+ opacity: {
254708
+ value?: {
254709
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254710
+ measure: number;
254711
+ } | undefined;
254712
+ aliasTo?: string | undefined;
254713
+ };
254714
+ } | undefined;
254715
+ aliasTo?: string | undefined;
254716
+ };
254717
+ chart5: {
254718
+ value?: {
254719
+ color: string | {
254720
+ aliasTo?: string | undefined;
254721
+ };
254722
+ opacity: {
254723
+ value?: {
254724
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254725
+ measure: number;
254726
+ } | undefined;
254727
+ aliasTo?: string | undefined;
254728
+ };
254729
+ } | undefined;
254730
+ aliasTo?: string | undefined;
254731
+ };
254732
+ sidebar: {
254733
+ value?: {
254734
+ color: string | {
254735
+ aliasTo?: string | undefined;
254736
+ };
254737
+ opacity: {
254738
+ value?: {
254739
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254740
+ measure: number;
254741
+ } | undefined;
254742
+ aliasTo?: string | undefined;
254743
+ };
254744
+ } | undefined;
254745
+ aliasTo?: string | undefined;
254746
+ };
254747
+ sidebarForeground: {
254748
+ value?: {
254749
+ color: string | {
254750
+ aliasTo?: string | undefined;
254751
+ };
254752
+ opacity: {
254753
+ value?: {
254754
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254755
+ measure: number;
254756
+ } | undefined;
254757
+ aliasTo?: string | undefined;
254758
+ };
254759
+ } | undefined;
254760
+ aliasTo?: string | undefined;
254761
+ };
254762
+ sidebarPrimary: {
254763
+ value?: {
254764
+ color: string | {
254765
+ aliasTo?: string | undefined;
254766
+ };
254767
+ opacity: {
254768
+ value?: {
254769
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254770
+ measure: number;
254771
+ } | undefined;
254772
+ aliasTo?: string | undefined;
254773
+ };
254774
+ } | undefined;
254775
+ aliasTo?: string | undefined;
254776
+ };
254777
+ sidebarPrimaryForeground: {
254778
+ value?: {
254779
+ color: string | {
254780
+ aliasTo?: string | undefined;
254781
+ };
254782
+ opacity: {
254783
+ value?: {
254784
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254785
+ measure: number;
254786
+ } | undefined;
254787
+ aliasTo?: string | undefined;
254788
+ };
254789
+ } | undefined;
254790
+ aliasTo?: string | undefined;
254791
+ };
254792
+ sidebarAccent: {
254793
+ value?: {
254794
+ color: string | {
254795
+ aliasTo?: string | undefined;
254796
+ };
254797
+ opacity: {
254798
+ value?: {
254799
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254800
+ measure: number;
254801
+ } | undefined;
254802
+ aliasTo?: string | undefined;
254803
+ };
254804
+ } | undefined;
254805
+ aliasTo?: string | undefined;
254806
+ };
254807
+ sidebarAccentForeground: {
254808
+ value?: {
254809
+ color: string | {
254810
+ aliasTo?: string | undefined;
254811
+ };
254812
+ opacity: {
254813
+ value?: {
254814
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254815
+ measure: number;
254816
+ } | undefined;
254817
+ aliasTo?: string | undefined;
254818
+ };
254819
+ } | undefined;
254820
+ aliasTo?: string | undefined;
254821
+ };
254822
+ sidebarBorder: {
254823
+ value?: {
254824
+ color: string | {
254825
+ aliasTo?: string | undefined;
254826
+ };
254827
+ opacity: {
254828
+ value?: {
254829
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254830
+ measure: number;
254831
+ } | undefined;
254832
+ aliasTo?: string | undefined;
254833
+ };
254834
+ } | undefined;
254835
+ aliasTo?: string | undefined;
254836
+ };
254837
+ sidebarRing: {
254838
+ value?: {
254839
+ color: string | {
254840
+ aliasTo?: string | undefined;
254841
+ };
254842
+ opacity: {
254843
+ value?: {
254844
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254845
+ measure: number;
254846
+ } | undefined;
254847
+ aliasTo?: string | undefined;
254848
+ };
254849
+ } | undefined;
254850
+ aliasTo?: string | undefined;
254851
+ };
254852
+ fontFamily: {
254853
+ value?: string | undefined;
254854
+ aliasTo?: string | undefined;
254855
+ };
254856
+ textXs: {
254857
+ value?: {
254858
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254859
+ measure: number;
254860
+ } | undefined;
254861
+ aliasTo?: string | undefined;
254862
+ };
254863
+ textSm: {
254864
+ value?: {
254865
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254866
+ measure: number;
254867
+ } | undefined;
254868
+ aliasTo?: string | undefined;
254869
+ };
254870
+ textBase: {
254871
+ value?: {
254872
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254873
+ measure: number;
254874
+ } | undefined;
254875
+ aliasTo?: string | undefined;
254876
+ };
254877
+ textLg: {
254878
+ value?: {
254879
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254880
+ measure: number;
254881
+ } | undefined;
254882
+ aliasTo?: string | undefined;
254883
+ };
254884
+ textXl: {
254885
+ value?: {
254886
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254887
+ measure: number;
254888
+ } | undefined;
254889
+ aliasTo?: string | undefined;
254890
+ };
254891
+ text2xl: {
254892
+ value?: {
254893
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254894
+ measure: number;
254895
+ } | undefined;
254896
+ aliasTo?: string | undefined;
254897
+ };
254898
+ text3xl: {
254899
+ value?: {
254900
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254901
+ measure: number;
254902
+ } | undefined;
254903
+ aliasTo?: string | undefined;
254904
+ };
254905
+ text4xl: {
254906
+ value?: {
254907
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254908
+ measure: number;
254909
+ } | undefined;
254910
+ aliasTo?: string | undefined;
254911
+ };
254912
+ text5xl: {
254913
+ value?: {
254914
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254915
+ measure: number;
254916
+ } | undefined;
254917
+ aliasTo?: string | undefined;
254918
+ };
254919
+ text6xl: {
254920
+ value?: {
254921
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254922
+ measure: number;
254923
+ } | undefined;
254924
+ aliasTo?: string | undefined;
254925
+ };
254926
+ text7xl: {
254927
+ value?: {
254928
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254929
+ measure: number;
254930
+ } | undefined;
254931
+ aliasTo?: string | undefined;
254932
+ };
254933
+ text8xl: {
254934
+ value?: {
254935
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254936
+ measure: number;
254937
+ } | undefined;
254938
+ aliasTo?: string | undefined;
254939
+ };
254940
+ text9xl: {
254941
+ value?: {
254942
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254943
+ measure: number;
254944
+ } | undefined;
254945
+ aliasTo?: string | undefined;
254946
+ };
254947
+ textXsLineHeight: {
254948
+ value?: {
254949
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254950
+ measure: number;
254951
+ } | undefined;
254952
+ aliasTo?: string | undefined;
254953
+ };
254954
+ textSmLineHeight: {
254955
+ value?: {
254956
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254957
+ measure: number;
254958
+ } | undefined;
254959
+ aliasTo?: string | undefined;
254960
+ };
254961
+ textBaseLineHeight: {
254962
+ value?: {
254963
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254964
+ measure: number;
254965
+ } | undefined;
254966
+ aliasTo?: string | undefined;
254967
+ };
254968
+ textLgLineHeight: {
254969
+ value?: {
254970
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254971
+ measure: number;
254972
+ } | undefined;
254973
+ aliasTo?: string | undefined;
254974
+ };
254975
+ textXlLineHeight: {
254976
+ value?: {
254977
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254978
+ measure: number;
254979
+ } | undefined;
254980
+ aliasTo?: string | undefined;
254981
+ };
254982
+ text2xlLineHeight: {
254983
+ value?: {
254984
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254985
+ measure: number;
254986
+ } | undefined;
254987
+ aliasTo?: string | undefined;
254988
+ };
254989
+ text3xlLineHeight: {
254990
+ value?: {
254991
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254992
+ measure: number;
254993
+ } | undefined;
254994
+ aliasTo?: string | undefined;
254995
+ };
254996
+ text4xlLineHeight: {
254997
+ value?: {
254998
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
254999
+ measure: number;
255000
+ } | undefined;
255001
+ aliasTo?: string | undefined;
255002
+ };
255003
+ text5xlLineHeight: {
255004
+ value?: {
255005
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255006
+ measure: number;
255007
+ } | undefined;
255008
+ aliasTo?: string | undefined;
255009
+ };
255010
+ text6xlLineHeight: {
255011
+ value?: {
255012
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255013
+ measure: number;
255014
+ } | undefined;
255015
+ aliasTo?: string | undefined;
255016
+ };
255017
+ text7xlLineHeight: {
255018
+ value?: {
255019
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255020
+ measure: number;
255021
+ } | undefined;
255022
+ aliasTo?: string | undefined;
255023
+ };
255024
+ text8xlLineHeight: {
255025
+ value?: {
255026
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255027
+ measure: number;
255028
+ } | undefined;
255029
+ aliasTo?: string | undefined;
255030
+ };
255031
+ text9xlLineHeight: {
255032
+ value?: {
255033
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255034
+ measure: number;
255035
+ } | undefined;
255036
+ aliasTo?: string | undefined;
255037
+ };
255038
+ fontWeightThin: {
255039
+ value?: string | undefined;
255040
+ aliasTo?: string | undefined;
255041
+ };
255042
+ fontWeightExtralight: {
255043
+ value?: string | undefined;
255044
+ aliasTo?: string | undefined;
255045
+ };
255046
+ fontWeightLight: {
255047
+ value?: string | undefined;
255048
+ aliasTo?: string | undefined;
255049
+ };
255050
+ fontWeightNormal: {
255051
+ value?: string | undefined;
255052
+ aliasTo?: string | undefined;
255053
+ };
255054
+ fontWeightMedium: {
255055
+ value?: string | undefined;
255056
+ aliasTo?: string | undefined;
255057
+ };
255058
+ fontWeightSemibold: {
255059
+ value?: string | undefined;
255060
+ aliasTo?: string | undefined;
255061
+ };
255062
+ fontWeightBold: {
255063
+ value?: string | undefined;
255064
+ aliasTo?: string | undefined;
255065
+ };
255066
+ fontWeightExtrabold: {
255067
+ value?: string | undefined;
255068
+ aliasTo?: string | undefined;
255069
+ };
255070
+ fontWeightBlack: {
255071
+ value?: string | undefined;
255072
+ aliasTo?: string | undefined;
255073
+ };
255074
+ radius: {
255075
+ value?: {
255076
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255077
+ measure: number;
255078
+ } | undefined;
255079
+ aliasTo?: string | undefined;
255080
+ };
255081
+ spacing: {
255082
+ value?: {
255083
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255084
+ measure: number;
255085
+ } | undefined;
255086
+ aliasTo?: string | undefined;
255087
+ };
255088
+ shadow2xs: {
255089
+ value?: {
255090
+ value?: {
255091
+ type: "Drop" | "Inner";
255092
+ color: {
255093
+ value?: {
255094
+ color: string | {
255095
+ aliasTo?: string | undefined;
255096
+ };
255097
+ opacity: {
255098
+ value?: {
255099
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255100
+ measure: number;
255101
+ } | undefined;
255102
+ aliasTo?: string | undefined;
255103
+ };
255104
+ } | undefined;
255105
+ aliasTo?: string | undefined;
255106
+ };
255107
+ radius: number;
255108
+ x: number;
255109
+ y: number;
255110
+ spread: number;
255111
+ opacity?: {
255112
+ value?: {
255113
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255114
+ measure: number;
255115
+ } | undefined;
255116
+ aliasTo?: string | undefined;
255117
+ } | undefined;
255118
+ } | undefined;
255119
+ aliasTo?: string | undefined;
255120
+ }[] | undefined;
255121
+ aliasTo?: string | undefined;
255122
+ };
255123
+ shadowXs: {
255124
+ value?: {
255125
+ value?: {
255126
+ type: "Drop" | "Inner";
255127
+ color: {
255128
+ value?: {
255129
+ color: string | {
255130
+ aliasTo?: string | undefined;
255131
+ };
255132
+ opacity: {
255133
+ value?: {
255134
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255135
+ measure: number;
255136
+ } | undefined;
255137
+ aliasTo?: string | undefined;
255138
+ };
255139
+ } | undefined;
255140
+ aliasTo?: string | undefined;
255141
+ };
255142
+ radius: number;
255143
+ x: number;
255144
+ y: number;
255145
+ spread: number;
255146
+ opacity?: {
255147
+ value?: {
255148
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255149
+ measure: number;
255150
+ } | undefined;
255151
+ aliasTo?: string | undefined;
255152
+ } | undefined;
255153
+ } | undefined;
255154
+ aliasTo?: string | undefined;
255155
+ }[] | undefined;
255156
+ aliasTo?: string | undefined;
255157
+ };
255158
+ shadowSm: {
255159
+ value?: {
255160
+ value?: {
255161
+ type: "Drop" | "Inner";
255162
+ color: {
255163
+ value?: {
255164
+ color: string | {
255165
+ aliasTo?: string | undefined;
255166
+ };
255167
+ opacity: {
255168
+ value?: {
255169
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255170
+ measure: number;
255171
+ } | undefined;
255172
+ aliasTo?: string | undefined;
255173
+ };
255174
+ } | undefined;
255175
+ aliasTo?: string | undefined;
255176
+ };
255177
+ radius: number;
255178
+ x: number;
255179
+ y: number;
255180
+ spread: number;
255181
+ opacity?: {
255182
+ value?: {
255183
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255184
+ measure: number;
255185
+ } | undefined;
255186
+ aliasTo?: string | undefined;
255187
+ } | undefined;
255188
+ } | undefined;
255189
+ aliasTo?: string | undefined;
255190
+ }[] | undefined;
255191
+ aliasTo?: string | undefined;
255192
+ };
255193
+ shadowMd: {
255194
+ value?: {
255195
+ value?: {
255196
+ type: "Drop" | "Inner";
255197
+ color: {
255198
+ value?: {
255199
+ color: string | {
255200
+ aliasTo?: string | undefined;
255201
+ };
255202
+ opacity: {
255203
+ value?: {
255204
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255205
+ measure: number;
255206
+ } | undefined;
255207
+ aliasTo?: string | undefined;
255208
+ };
255209
+ } | undefined;
255210
+ aliasTo?: string | undefined;
255211
+ };
255212
+ radius: number;
255213
+ x: number;
255214
+ y: number;
255215
+ spread: number;
255216
+ opacity?: {
255217
+ value?: {
255218
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255219
+ measure: number;
255220
+ } | undefined;
255221
+ aliasTo?: string | undefined;
255222
+ } | undefined;
255223
+ } | undefined;
255224
+ aliasTo?: string | undefined;
255225
+ }[] | undefined;
255226
+ aliasTo?: string | undefined;
255227
+ };
255228
+ shadowLg: {
255229
+ value?: {
255230
+ value?: {
255231
+ type: "Drop" | "Inner";
255232
+ color: {
255233
+ value?: {
255234
+ color: string | {
255235
+ aliasTo?: string | undefined;
255236
+ };
255237
+ opacity: {
255238
+ value?: {
255239
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255240
+ measure: number;
255241
+ } | undefined;
255242
+ aliasTo?: string | undefined;
255243
+ };
255244
+ } | undefined;
255245
+ aliasTo?: string | undefined;
255246
+ };
255247
+ radius: number;
255248
+ x: number;
255249
+ y: number;
255250
+ spread: number;
255251
+ opacity?: {
255252
+ value?: {
255253
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255254
+ measure: number;
255255
+ } | undefined;
255256
+ aliasTo?: string | undefined;
255257
+ } | undefined;
255258
+ } | undefined;
255259
+ aliasTo?: string | undefined;
255260
+ }[] | undefined;
255261
+ aliasTo?: string | undefined;
255262
+ };
255263
+ shadowXl: {
255264
+ value?: {
255265
+ value?: {
255266
+ type: "Drop" | "Inner";
255267
+ color: {
255268
+ value?: {
255269
+ color: string | {
255270
+ aliasTo?: string | undefined;
255271
+ };
255272
+ opacity: {
255273
+ value?: {
255274
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255275
+ measure: number;
255276
+ } | undefined;
255277
+ aliasTo?: string | undefined;
255278
+ };
255279
+ } | undefined;
255280
+ aliasTo?: string | undefined;
255281
+ };
255282
+ radius: number;
255283
+ x: number;
255284
+ y: number;
255285
+ spread: number;
255286
+ opacity?: {
255287
+ value?: {
255288
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255289
+ measure: number;
255290
+ } | undefined;
255291
+ aliasTo?: string | undefined;
255292
+ } | undefined;
255293
+ } | undefined;
255294
+ aliasTo?: string | undefined;
255295
+ }[] | undefined;
255296
+ aliasTo?: string | undefined;
255297
+ };
255298
+ shadow2xl: {
255299
+ value?: {
255300
+ value?: {
255301
+ type: "Drop" | "Inner";
255302
+ color: {
255303
+ value?: {
255304
+ color: string | {
255305
+ aliasTo?: string | undefined;
255306
+ };
255307
+ opacity: {
255308
+ value?: {
255309
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255310
+ measure: number;
255311
+ } | undefined;
255312
+ aliasTo?: string | undefined;
255313
+ };
255314
+ } | undefined;
255315
+ aliasTo?: string | undefined;
255316
+ };
255317
+ radius: number;
255318
+ x: number;
255319
+ y: number;
255320
+ spread: number;
255321
+ opacity?: {
255322
+ value?: {
255323
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
255324
+ measure: number;
255325
+ } | undefined;
255326
+ aliasTo?: string | undefined;
255327
+ } | undefined;
255328
+ } | undefined;
255329
+ aliasTo?: string | undefined;
255330
+ }[] | undefined;
255331
+ aliasTo?: string | undefined;
255332
+ };
251662
255333
  };
251663
- designSystemId: string;
251664
- dependencies: {
251665
- type: "npm";
251666
- version: string;
251667
- packageName: string;
251668
- }[];
251669
- updatedAt: Date;
251670
255334
  workspaceId: string;
251671
- definition: string;
251672
- platform: "Angular" | "Vue" | "React";
251673
- styling: "CSS" | "Tailwind";
251674
- npmProxySettings?: {
251675
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
251676
- registryUrl: string;
251677
- proxyUrl: string;
251678
- authType: "Custom" | "None" | "Basic" | "Bearer";
251679
- enabledScopes: string[];
251680
- bypassProxy: boolean;
251681
- accessToken?: string | undefined;
251682
- username?: string | undefined;
251683
- customRegistryUrl?: string | undefined;
251684
- password?: string | undefined;
251685
- } | undefined;
251686
- tailwindConfig?: {
251687
- version: string;
251688
- content: string;
251689
- } | undefined;
251690
- }[];
251691
- }>;
251692
- create(workspaceId: string, body: DTOCreateForgeProjectContext): Promise<{
251693
- context: {
251694
- id: string;
251695
- createdAt: Date;
251696
- name: string;
251697
- meta: {
251698
- name: string;
251699
- description?: string | undefined;
255335
+ isArchived: boolean;
255336
+ componentSet: {
255337
+ type: "Shadcn";
251700
255338
  };
251701
- designSystemId: string;
251702
- dependencies: {
251703
- type: "npm";
251704
- version: string;
251705
- packageName: string;
251706
- }[];
251707
- updatedAt: Date;
251708
- workspaceId: string;
251709
- definition: string;
251710
- platform: "Angular" | "Vue" | "React";
251711
- styling: "CSS" | "Tailwind";
251712
- npmProxySettings?: {
251713
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
251714
- registryUrl: string;
251715
- proxyUrl: string;
251716
- authType: "Custom" | "None" | "Basic" | "Bearer";
251717
- enabledScopes: string[];
251718
- bypassProxy: boolean;
251719
- accessToken?: string | undefined;
251720
- username?: string | undefined;
251721
- customRegistryUrl?: string | undefined;
251722
- password?: string | undefined;
251723
- } | undefined;
251724
- tailwindConfig?: {
251725
- version: string;
251726
- content: string;
251727
- } | undefined;
251728
- };
251729
- }>;
251730
- update(workspaceId: string, contextId: string, body: DTOUpdateForgeProjectContext): Promise<{
251731
- context: {
251732
- id: string;
251733
- createdAt: Date;
251734
- name: string;
251735
- meta: {
251736
- name: string;
251737
- description?: string | undefined;
255339
+ iconSet: {
255340
+ type: "Phosphor" | "Lucide" | "Tabler";
255341
+ variant?: string | undefined;
251738
255342
  };
251739
- designSystemId: string;
251740
- dependencies: {
251741
- type: "npm";
251742
- version: string;
251743
- packageName: string;
251744
- }[];
251745
- updatedAt: Date;
251746
- workspaceId: string;
251747
- definition: string;
251748
- platform: "Angular" | "Vue" | "React";
251749
- styling: "CSS" | "Tailwind";
251750
- npmProxySettings?: {
251751
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
251752
- registryUrl: string;
251753
- proxyUrl: string;
251754
- authType: "Custom" | "None" | "Basic" | "Bearer";
251755
- enabledScopes: string[];
251756
- bypassProxy: boolean;
251757
- accessToken?: string | undefined;
251758
- username?: string | undefined;
251759
- customRegistryUrl?: string | undefined;
251760
- password?: string | undefined;
251761
- } | undefined;
251762
- tailwindConfig?: {
251763
- version: string;
251764
- content: string;
255343
+ description?: string | undefined;
255344
+ designSystemId?: string | undefined;
255345
+ brandId?: string | undefined;
255346
+ thumbnail?: {
255347
+ id: string;
255348
+ url: string;
255349
+ name?: string | undefined;
255350
+ source?: {
255351
+ type: "UserUpload";
255352
+ userId: string;
255353
+ } | {
255354
+ type: "Figma";
255355
+ renderMode: "Image" | "HTML" | "JSON";
255356
+ } | undefined;
251765
255357
  } | undefined;
255358
+ defaultTokenThemeSetId?: string | undefined;
255359
+ productContext?: string | undefined;
255360
+ additionalContext?: string | undefined;
255361
+ themePreset?: string | undefined;
255362
+ tokenThemeSets?: {
255363
+ id: string;
255364
+ name: string;
255365
+ tokenThemeIds: string[];
255366
+ }[] | undefined;
251766
255367
  };
251767
255368
  }>;
251768
255369
  }
@@ -251817,8 +255418,8 @@ declare class ForgeProjectInvitationsEndpoint {
251817
255418
  role: "Admin" | "Viewer" | "Builder";
251818
255419
  effectiveRole: "Admin" | "Viewer" | "Builder";
251819
255420
  forgeProjectId: string;
251820
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251821
255421
  workspaceMembershipId: string;
255422
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251822
255423
  }[];
251823
255424
  invitations: {
251824
255425
  email: string;
@@ -251845,8 +255446,8 @@ declare class ForgeProjectInvitationsEndpoint {
251845
255446
  role: "Admin" | "Viewer" | "Builder";
251846
255447
  effectiveRole: "Admin" | "Viewer" | "Builder";
251847
255448
  forgeProjectId: string;
251848
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251849
255449
  workspaceMembershipId: string;
255450
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251850
255451
  }[];
251851
255452
  invitations: {
251852
255453
  email: string;
@@ -251877,7 +255478,7 @@ declare class ForgeProjectInvitationsEndpoint {
251877
255478
  declare class ForgeProjectMembersEndpoint {
251878
255479
  private readonly requestExecutor;
251879
255480
  constructor(requestExecutor: RequestExecutor);
251880
- list(projectId: string): Promise<{
255481
+ list(workspaceId: string, projectId: string): Promise<{
251881
255482
  members: {
251882
255483
  user: {
251883
255484
  id: string;
@@ -251892,8 +255493,8 @@ declare class ForgeProjectMembersEndpoint {
251892
255493
  role: "Admin" | "Viewer" | "Builder";
251893
255494
  effectiveRole: "Admin" | "Viewer" | "Builder";
251894
255495
  forgeProjectId: string;
251895
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251896
255496
  workspaceMembershipId: string;
255497
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251897
255498
  }[];
251898
255499
  invitations: {
251899
255500
  email: string;
@@ -251905,7 +255506,7 @@ declare class ForgeProjectMembersEndpoint {
251905
255506
  createdById: string;
251906
255507
  }[];
251907
255508
  }>;
251908
- create(projectId: string, body: DTOAddMembersToForgeProject): Promise<{
255509
+ create(workspaceId: string, projectId: string, body: DTOAddMembersToForgeProject): Promise<{
251909
255510
  members: {
251910
255511
  user: {
251911
255512
  id: string;
@@ -251920,8 +255521,8 @@ declare class ForgeProjectMembersEndpoint {
251920
255521
  role: "Admin" | "Viewer" | "Builder";
251921
255522
  effectiveRole: "Admin" | "Viewer" | "Builder";
251922
255523
  forgeProjectId: string;
251923
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251924
255524
  workspaceMembershipId: string;
255525
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251925
255526
  }[];
251926
255527
  invitations: {
251927
255528
  email: string;
@@ -251933,7 +255534,7 @@ declare class ForgeProjectMembersEndpoint {
251933
255534
  createdById: string;
251934
255535
  }[];
251935
255536
  }>;
251936
- update(projectId: string, userId: string, body: DTOUpdateForgeProjectMember): Promise<{
255537
+ update(workspaceId: string, projectId: string, body: DTOUpdateForgeProjectMember): Promise<{
251937
255538
  member: {
251938
255539
  user: {
251939
255540
  id: string;
@@ -251948,11 +255549,11 @@ declare class ForgeProjectMembersEndpoint {
251948
255549
  role: "Admin" | "Viewer" | "Builder";
251949
255550
  effectiveRole: "Admin" | "Viewer" | "Builder";
251950
255551
  forgeProjectId: string;
251951
- workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251952
255552
  workspaceMembershipId: string;
255553
+ workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
251953
255554
  };
251954
255555
  }>;
251955
- delete(projectId: string, userId: string): Promise<{
255556
+ delete(workspaceId: string, projectId: string, userId: string): Promise<{
251956
255557
  ok: true;
251957
255558
  }>;
251958
255559
  }
@@ -252985,6 +256586,18 @@ declare class ForgeProjectsEndpoint {
252985
256586
  description?: string | undefined;
252986
256587
  designSystemId?: string | undefined;
252987
256588
  brandId?: string | undefined;
256589
+ thumbnail?: {
256590
+ id: string;
256591
+ url: string;
256592
+ name?: string | undefined;
256593
+ source?: {
256594
+ type: "UserUpload";
256595
+ userId: string;
256596
+ } | {
256597
+ type: "Figma";
256598
+ renderMode: "Image" | "HTML" | "JSON";
256599
+ } | undefined;
256600
+ } | undefined;
252988
256601
  defaultTokenThemeSetId?: string | undefined;
252989
256602
  productContext?: string | undefined;
252990
256603
  additionalContext?: string | undefined;
@@ -254025,6 +257638,18 @@ declare class ForgeProjectsEndpoint {
254025
257638
  description?: string | undefined;
254026
257639
  designSystemId?: string | undefined;
254027
257640
  brandId?: string | undefined;
257641
+ thumbnail?: {
257642
+ id: string;
257643
+ url: string;
257644
+ name?: string | undefined;
257645
+ source?: {
257646
+ type: "UserUpload";
257647
+ userId: string;
257648
+ } | {
257649
+ type: "Figma";
257650
+ renderMode: "Image" | "HTML" | "JSON";
257651
+ } | undefined;
257652
+ } | undefined;
254028
257653
  defaultTokenThemeSetId?: string | undefined;
254029
257654
  productContext?: string | undefined;
254030
257655
  additionalContext?: string | undefined;
@@ -255065,6 +258690,18 @@ declare class ForgeProjectsEndpoint {
255065
258690
  description?: string | undefined;
255066
258691
  designSystemId?: string | undefined;
255067
258692
  brandId?: string | undefined;
258693
+ thumbnail?: {
258694
+ id: string;
258695
+ url: string;
258696
+ name?: string | undefined;
258697
+ source?: {
258698
+ type: "UserUpload";
258699
+ userId: string;
258700
+ } | {
258701
+ type: "Figma";
258702
+ renderMode: "Image" | "HTML" | "JSON";
258703
+ } | undefined;
258704
+ } | undefined;
255068
258705
  defaultTokenThemeSetId?: string | undefined;
255069
258706
  productContext?: string | undefined;
255070
258707
  additionalContext?: string | undefined;
@@ -256105,6 +259742,18 @@ declare class ForgeProjectsEndpoint {
256105
259742
  description?: string | undefined;
256106
259743
  designSystemId?: string | undefined;
256107
259744
  brandId?: string | undefined;
259745
+ thumbnail?: {
259746
+ id: string;
259747
+ url: string;
259748
+ name?: string | undefined;
259749
+ source?: {
259750
+ type: "UserUpload";
259751
+ userId: string;
259752
+ } | {
259753
+ type: "Figma";
259754
+ renderMode: "Image" | "HTML" | "JSON";
259755
+ } | undefined;
259756
+ } | undefined;
256108
259757
  defaultTokenThemeSetId?: string | undefined;
256109
259758
  productContext?: string | undefined;
256110
259759
  additionalContext?: string | undefined;
@@ -257145,6 +260794,18 @@ declare class ForgeProjectsEndpoint {
257145
260794
  description?: string | undefined;
257146
260795
  designSystemId?: string | undefined;
257147
260796
  brandId?: string | undefined;
260797
+ thumbnail?: {
260798
+ id: string;
260799
+ url: string;
260800
+ name?: string | undefined;
260801
+ source?: {
260802
+ type: "UserUpload";
260803
+ userId: string;
260804
+ } | {
260805
+ type: "Figma";
260806
+ renderMode: "Image" | "HTML" | "JSON";
260807
+ } | undefined;
260808
+ } | undefined;
257148
260809
  defaultTokenThemeSetId?: string | undefined;
257149
260810
  productContext?: string | undefined;
257150
260811
  additionalContext?: string | undefined;
@@ -257925,6 +261586,7 @@ declare class WorkspaceMembersEndpoint {
257925
261586
  effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
257926
261587
  seatType: "Full" | "Builder" | "None";
257927
261588
  effectiveSeatType: "Full" | "Builder" | "None";
261589
+ membershipId: string;
257928
261590
  }[];
257929
261591
  }>;
257930
261592
  update(workspaceId: string, body: UpdateMembershipRolesInput): Promise<{