@almadar/core 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +2 -2
- package/dist/{compose-behaviors-j53THIou.d.ts → compose-behaviors-C42E5T3f.d.ts} +1 -1
- package/dist/domain-language/index.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +21 -4
- package/dist/index.js.map +1 -1
- package/dist/{schema-BNBpNxGb.d.ts → schema-B2HUtPrQ.d.ts} +286 -286
- package/dist/state-machine/index.d.ts +9 -0
- package/dist/state-machine/index.js +21 -4
- package/dist/state-machine/index.js.map +1 -1
- package/dist/types/index.d.ts +8 -8
- package/package.json +1 -1
|
@@ -4241,7 +4241,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
4241
4241
|
}>, "many">>;
|
|
4242
4242
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
4243
4243
|
}, "strip", z.ZodTypeAny, {
|
|
4244
|
-
category: "dashboard" | "content" | "form" | "
|
|
4244
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
4245
4245
|
request: string;
|
|
4246
4246
|
requestFragment?: string | undefined;
|
|
4247
4247
|
subDomain?: string | undefined;
|
|
@@ -4252,7 +4252,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
4252
4252
|
}[] | undefined;
|
|
4253
4253
|
vocabulary?: Record<string, string> | undefined;
|
|
4254
4254
|
}, {
|
|
4255
|
-
category: "dashboard" | "content" | "form" | "
|
|
4255
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
4256
4256
|
request: string;
|
|
4257
4257
|
requestFragment?: string | undefined;
|
|
4258
4258
|
subDomain?: string | undefined;
|
|
@@ -4767,13 +4767,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
4767
4767
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4768
4768
|
}, "strip", z.ZodTypeAny, {
|
|
4769
4769
|
type: "custom";
|
|
4770
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
4770
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
4771
4771
|
className: string;
|
|
4772
4772
|
slots?: string[] | undefined;
|
|
4773
4773
|
props?: string[] | undefined;
|
|
4774
4774
|
}, {
|
|
4775
4775
|
type: "custom";
|
|
4776
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
4776
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
4777
4777
|
className: string;
|
|
4778
4778
|
slots?: string[] | undefined;
|
|
4779
4779
|
props?: string[] | undefined;
|
|
@@ -4790,13 +4790,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
4790
4790
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4791
4791
|
}, "strip", z.ZodTypeAny, {
|
|
4792
4792
|
type: "custom";
|
|
4793
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
4793
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
4794
4794
|
className: string;
|
|
4795
4795
|
slots?: string[] | undefined;
|
|
4796
4796
|
props?: string[] | undefined;
|
|
4797
4797
|
}, {
|
|
4798
4798
|
type: "custom";
|
|
4799
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
4799
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
4800
4800
|
className: string;
|
|
4801
4801
|
slots?: string[] | undefined;
|
|
4802
4802
|
props?: string[] | undefined;
|
|
@@ -4916,26 +4916,26 @@ declare const RestServiceDefSchema: z.ZodObject<{
|
|
|
4916
4916
|
name: string;
|
|
4917
4917
|
baseUrl: string;
|
|
4918
4918
|
description?: string | undefined;
|
|
4919
|
-
headers?: Record<string, string> | undefined;
|
|
4920
4919
|
auth?: {
|
|
4921
4920
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
4922
4921
|
keyName?: string | undefined;
|
|
4923
4922
|
location?: "header" | "query" | undefined;
|
|
4924
4923
|
secretEnv?: string | undefined;
|
|
4925
4924
|
} | undefined;
|
|
4925
|
+
headers?: Record<string, string> | undefined;
|
|
4926
4926
|
timeout?: number | undefined;
|
|
4927
4927
|
}, {
|
|
4928
4928
|
type: "rest";
|
|
4929
4929
|
name: string;
|
|
4930
4930
|
baseUrl: string;
|
|
4931
4931
|
description?: string | undefined;
|
|
4932
|
-
headers?: Record<string, string> | undefined;
|
|
4933
4932
|
auth?: {
|
|
4934
4933
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
4935
4934
|
keyName?: string | undefined;
|
|
4936
4935
|
location?: "header" | "query" | undefined;
|
|
4937
4936
|
secretEnv?: string | undefined;
|
|
4938
4937
|
} | undefined;
|
|
4938
|
+
headers?: Record<string, string> | undefined;
|
|
4939
4939
|
timeout?: number | undefined;
|
|
4940
4940
|
}>;
|
|
4941
4941
|
/**
|
|
@@ -5132,26 +5132,26 @@ declare const ServiceDefinitionSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5132
5132
|
name: string;
|
|
5133
5133
|
baseUrl: string;
|
|
5134
5134
|
description?: string | undefined;
|
|
5135
|
-
headers?: Record<string, string> | undefined;
|
|
5136
5135
|
auth?: {
|
|
5137
5136
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
5138
5137
|
keyName?: string | undefined;
|
|
5139
5138
|
location?: "header" | "query" | undefined;
|
|
5140
5139
|
secretEnv?: string | undefined;
|
|
5141
5140
|
} | undefined;
|
|
5141
|
+
headers?: Record<string, string> | undefined;
|
|
5142
5142
|
timeout?: number | undefined;
|
|
5143
5143
|
}, {
|
|
5144
5144
|
type: "rest";
|
|
5145
5145
|
name: string;
|
|
5146
5146
|
baseUrl: string;
|
|
5147
5147
|
description?: string | undefined;
|
|
5148
|
-
headers?: Record<string, string> | undefined;
|
|
5149
5148
|
auth?: {
|
|
5150
5149
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
5151
5150
|
keyName?: string | undefined;
|
|
5152
5151
|
location?: "header" | "query" | undefined;
|
|
5153
5152
|
secretEnv?: string | undefined;
|
|
5154
5153
|
} | undefined;
|
|
5154
|
+
headers?: Record<string, string> | undefined;
|
|
5155
5155
|
timeout?: number | undefined;
|
|
5156
5156
|
}>, z.ZodObject<{
|
|
5157
5157
|
name: z.ZodString;
|
|
@@ -5283,26 +5283,26 @@ declare const ServiceRefSchema: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.Z
|
|
|
5283
5283
|
name: string;
|
|
5284
5284
|
baseUrl: string;
|
|
5285
5285
|
description?: string | undefined;
|
|
5286
|
-
headers?: Record<string, string> | undefined;
|
|
5287
5286
|
auth?: {
|
|
5288
5287
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
5289
5288
|
keyName?: string | undefined;
|
|
5290
5289
|
location?: "header" | "query" | undefined;
|
|
5291
5290
|
secretEnv?: string | undefined;
|
|
5292
5291
|
} | undefined;
|
|
5292
|
+
headers?: Record<string, string> | undefined;
|
|
5293
5293
|
timeout?: number | undefined;
|
|
5294
5294
|
}, {
|
|
5295
5295
|
type: "rest";
|
|
5296
5296
|
name: string;
|
|
5297
5297
|
baseUrl: string;
|
|
5298
5298
|
description?: string | undefined;
|
|
5299
|
-
headers?: Record<string, string> | undefined;
|
|
5300
5299
|
auth?: {
|
|
5301
5300
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
5302
5301
|
keyName?: string | undefined;
|
|
5303
5302
|
location?: "header" | "query" | undefined;
|
|
5304
5303
|
secretEnv?: string | undefined;
|
|
5305
5304
|
} | undefined;
|
|
5305
|
+
headers?: Record<string, string> | undefined;
|
|
5306
5306
|
timeout?: number | undefined;
|
|
5307
5307
|
}>, z.ZodObject<{
|
|
5308
5308
|
name: z.ZodString;
|
|
@@ -6246,26 +6246,26 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
6246
6246
|
name: string;
|
|
6247
6247
|
baseUrl: string;
|
|
6248
6248
|
description?: string | undefined;
|
|
6249
|
-
headers?: Record<string, string> | undefined;
|
|
6250
6249
|
auth?: {
|
|
6251
6250
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
6252
6251
|
keyName?: string | undefined;
|
|
6253
6252
|
location?: "header" | "query" | undefined;
|
|
6254
6253
|
secretEnv?: string | undefined;
|
|
6255
6254
|
} | undefined;
|
|
6255
|
+
headers?: Record<string, string> | undefined;
|
|
6256
6256
|
timeout?: number | undefined;
|
|
6257
6257
|
}, {
|
|
6258
6258
|
type: "rest";
|
|
6259
6259
|
name: string;
|
|
6260
6260
|
baseUrl: string;
|
|
6261
6261
|
description?: string | undefined;
|
|
6262
|
-
headers?: Record<string, string> | undefined;
|
|
6263
6262
|
auth?: {
|
|
6264
6263
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
6265
6264
|
keyName?: string | undefined;
|
|
6266
6265
|
location?: "header" | "query" | undefined;
|
|
6267
6266
|
secretEnv?: string | undefined;
|
|
6268
6267
|
} | undefined;
|
|
6268
|
+
headers?: Record<string, string> | undefined;
|
|
6269
6269
|
timeout?: number | undefined;
|
|
6270
6270
|
}>, z.ZodObject<{
|
|
6271
6271
|
name: z.ZodString;
|
|
@@ -7144,7 +7144,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7144
7144
|
}>, "many">>;
|
|
7145
7145
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
7146
7146
|
}, "strip", z.ZodTypeAny, {
|
|
7147
|
-
category: "dashboard" | "content" | "form" | "
|
|
7147
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
7148
7148
|
request: string;
|
|
7149
7149
|
requestFragment?: string | undefined;
|
|
7150
7150
|
subDomain?: string | undefined;
|
|
@@ -7155,7 +7155,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7155
7155
|
}[] | undefined;
|
|
7156
7156
|
vocabulary?: Record<string, string> | undefined;
|
|
7157
7157
|
}, {
|
|
7158
|
-
category: "dashboard" | "content" | "form" | "
|
|
7158
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
7159
7159
|
request: string;
|
|
7160
7160
|
requestFragment?: string | undefined;
|
|
7161
7161
|
subDomain?: string | undefined;
|
|
@@ -7394,6 +7394,23 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7394
7394
|
})[];
|
|
7395
7395
|
description?: string | undefined;
|
|
7396
7396
|
visual_prompt?: string | undefined;
|
|
7397
|
+
theme?: string | {
|
|
7398
|
+
name: string;
|
|
7399
|
+
tokens: {
|
|
7400
|
+
typography?: Record<string, string> | undefined;
|
|
7401
|
+
colors?: Record<string, string> | undefined;
|
|
7402
|
+
radii?: Record<string, string> | undefined;
|
|
7403
|
+
spacing?: Record<string, string> | undefined;
|
|
7404
|
+
shadows?: Record<string, string> | undefined;
|
|
7405
|
+
};
|
|
7406
|
+
variants?: Record<string, {
|
|
7407
|
+
typography?: Record<string, string> | undefined;
|
|
7408
|
+
colors?: Record<string, string> | undefined;
|
|
7409
|
+
radii?: Record<string, string> | undefined;
|
|
7410
|
+
spacing?: Record<string, string> | undefined;
|
|
7411
|
+
shadows?: Record<string, string> | undefined;
|
|
7412
|
+
}> | undefined;
|
|
7413
|
+
} | undefined;
|
|
7397
7414
|
emits?: {
|
|
7398
7415
|
event: string;
|
|
7399
7416
|
originalEvent: string;
|
|
@@ -7426,35 +7443,18 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7426
7443
|
from: string;
|
|
7427
7444
|
as: string;
|
|
7428
7445
|
}[] | undefined;
|
|
7429
|
-
theme?: string | {
|
|
7430
|
-
name: string;
|
|
7431
|
-
tokens: {
|
|
7432
|
-
typography?: Record<string, string> | undefined;
|
|
7433
|
-
colors?: Record<string, string> | undefined;
|
|
7434
|
-
radii?: Record<string, string> | undefined;
|
|
7435
|
-
spacing?: Record<string, string> | undefined;
|
|
7436
|
-
shadows?: Record<string, string> | undefined;
|
|
7437
|
-
};
|
|
7438
|
-
variants?: Record<string, {
|
|
7439
|
-
typography?: Record<string, string> | undefined;
|
|
7440
|
-
colors?: Record<string, string> | undefined;
|
|
7441
|
-
radii?: Record<string, string> | undefined;
|
|
7442
|
-
spacing?: Record<string, string> | undefined;
|
|
7443
|
-
shadows?: Record<string, string> | undefined;
|
|
7444
|
-
}> | undefined;
|
|
7445
|
-
} | undefined;
|
|
7446
7446
|
services?: (string | {
|
|
7447
7447
|
type: "rest";
|
|
7448
7448
|
name: string;
|
|
7449
7449
|
baseUrl: string;
|
|
7450
7450
|
description?: string | undefined;
|
|
7451
|
-
headers?: Record<string, string> | undefined;
|
|
7452
7451
|
auth?: {
|
|
7453
7452
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
7454
7453
|
keyName?: string | undefined;
|
|
7455
7454
|
location?: "header" | "query" | undefined;
|
|
7456
7455
|
secretEnv?: string | undefined;
|
|
7457
7456
|
} | undefined;
|
|
7457
|
+
headers?: Record<string, string> | undefined;
|
|
7458
7458
|
timeout?: number | undefined;
|
|
7459
7459
|
} | {
|
|
7460
7460
|
type: "socket";
|
|
@@ -7480,7 +7480,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7480
7480
|
})[] | undefined;
|
|
7481
7481
|
exposes?: string[] | undefined;
|
|
7482
7482
|
domainContext?: {
|
|
7483
|
-
category: "dashboard" | "content" | "form" | "
|
|
7483
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
7484
7484
|
request: string;
|
|
7485
7485
|
requestFragment?: string | undefined;
|
|
7486
7486
|
subDomain?: string | undefined;
|
|
@@ -7651,6 +7651,23 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7651
7651
|
})[];
|
|
7652
7652
|
description?: string | undefined;
|
|
7653
7653
|
visual_prompt?: string | undefined;
|
|
7654
|
+
theme?: string | {
|
|
7655
|
+
name: string;
|
|
7656
|
+
tokens: {
|
|
7657
|
+
typography?: Record<string, string> | undefined;
|
|
7658
|
+
colors?: Record<string, string> | undefined;
|
|
7659
|
+
radii?: Record<string, string> | undefined;
|
|
7660
|
+
spacing?: Record<string, string> | undefined;
|
|
7661
|
+
shadows?: Record<string, string> | undefined;
|
|
7662
|
+
};
|
|
7663
|
+
variants?: Record<string, {
|
|
7664
|
+
typography?: Record<string, string> | undefined;
|
|
7665
|
+
colors?: Record<string, string> | undefined;
|
|
7666
|
+
radii?: Record<string, string> | undefined;
|
|
7667
|
+
spacing?: Record<string, string> | undefined;
|
|
7668
|
+
shadows?: Record<string, string> | undefined;
|
|
7669
|
+
}> | undefined;
|
|
7670
|
+
} | undefined;
|
|
7654
7671
|
emits?: {
|
|
7655
7672
|
event: string;
|
|
7656
7673
|
originalEvent: string;
|
|
@@ -7683,35 +7700,18 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7683
7700
|
from: string;
|
|
7684
7701
|
as: string;
|
|
7685
7702
|
}[] | undefined;
|
|
7686
|
-
theme?: string | {
|
|
7687
|
-
name: string;
|
|
7688
|
-
tokens: {
|
|
7689
|
-
typography?: Record<string, string> | undefined;
|
|
7690
|
-
colors?: Record<string, string> | undefined;
|
|
7691
|
-
radii?: Record<string, string> | undefined;
|
|
7692
|
-
spacing?: Record<string, string> | undefined;
|
|
7693
|
-
shadows?: Record<string, string> | undefined;
|
|
7694
|
-
};
|
|
7695
|
-
variants?: Record<string, {
|
|
7696
|
-
typography?: Record<string, string> | undefined;
|
|
7697
|
-
colors?: Record<string, string> | undefined;
|
|
7698
|
-
radii?: Record<string, string> | undefined;
|
|
7699
|
-
spacing?: Record<string, string> | undefined;
|
|
7700
|
-
shadows?: Record<string, string> | undefined;
|
|
7701
|
-
}> | undefined;
|
|
7702
|
-
} | undefined;
|
|
7703
7703
|
services?: (string | {
|
|
7704
7704
|
type: "rest";
|
|
7705
7705
|
name: string;
|
|
7706
7706
|
baseUrl: string;
|
|
7707
7707
|
description?: string | undefined;
|
|
7708
|
-
headers?: Record<string, string> | undefined;
|
|
7709
7708
|
auth?: {
|
|
7710
7709
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
7711
7710
|
keyName?: string | undefined;
|
|
7712
7711
|
location?: "header" | "query" | undefined;
|
|
7713
7712
|
secretEnv?: string | undefined;
|
|
7714
7713
|
} | undefined;
|
|
7714
|
+
headers?: Record<string, string> | undefined;
|
|
7715
7715
|
timeout?: number | undefined;
|
|
7716
7716
|
} | {
|
|
7717
7717
|
type: "socket";
|
|
@@ -7737,7 +7737,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
7737
7737
|
})[] | undefined;
|
|
7738
7738
|
exposes?: string[] | undefined;
|
|
7739
7739
|
domainContext?: {
|
|
7740
|
-
category: "dashboard" | "content" | "form" | "
|
|
7740
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
7741
7741
|
request: string;
|
|
7742
7742
|
requestFragment?: string | undefined;
|
|
7743
7743
|
subDomain?: string | undefined;
|
|
@@ -7886,26 +7886,26 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
7886
7886
|
name: string;
|
|
7887
7887
|
baseUrl: string;
|
|
7888
7888
|
description?: string | undefined;
|
|
7889
|
-
headers?: Record<string, string> | undefined;
|
|
7890
7889
|
auth?: {
|
|
7891
7890
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
7892
7891
|
keyName?: string | undefined;
|
|
7893
7892
|
location?: "header" | "query" | undefined;
|
|
7894
7893
|
secretEnv?: string | undefined;
|
|
7895
7894
|
} | undefined;
|
|
7895
|
+
headers?: Record<string, string> | undefined;
|
|
7896
7896
|
timeout?: number | undefined;
|
|
7897
7897
|
}, {
|
|
7898
7898
|
type: "rest";
|
|
7899
7899
|
name: string;
|
|
7900
7900
|
baseUrl: string;
|
|
7901
7901
|
description?: string | undefined;
|
|
7902
|
-
headers?: Record<string, string> | undefined;
|
|
7903
7902
|
auth?: {
|
|
7904
7903
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
7905
7904
|
keyName?: string | undefined;
|
|
7906
7905
|
location?: "header" | "query" | undefined;
|
|
7907
7906
|
secretEnv?: string | undefined;
|
|
7908
7907
|
} | undefined;
|
|
7908
|
+
headers?: Record<string, string> | undefined;
|
|
7909
7909
|
timeout?: number | undefined;
|
|
7910
7910
|
}>, z.ZodObject<{
|
|
7911
7911
|
name: z.ZodString;
|
|
@@ -8784,7 +8784,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8784
8784
|
}>, "many">>;
|
|
8785
8785
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
8786
8786
|
}, "strip", z.ZodTypeAny, {
|
|
8787
|
-
category: "dashboard" | "content" | "form" | "
|
|
8787
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
8788
8788
|
request: string;
|
|
8789
8789
|
requestFragment?: string | undefined;
|
|
8790
8790
|
subDomain?: string | undefined;
|
|
@@ -8795,7 +8795,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
8795
8795
|
}[] | undefined;
|
|
8796
8796
|
vocabulary?: Record<string, string> | undefined;
|
|
8797
8797
|
}, {
|
|
8798
|
-
category: "dashboard" | "content" | "form" | "
|
|
8798
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
8799
8799
|
request: string;
|
|
8800
8800
|
requestFragment?: string | undefined;
|
|
8801
8801
|
subDomain?: string | undefined;
|
|
@@ -9034,6 +9034,23 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9034
9034
|
})[];
|
|
9035
9035
|
description?: string | undefined;
|
|
9036
9036
|
visual_prompt?: string | undefined;
|
|
9037
|
+
theme?: string | {
|
|
9038
|
+
name: string;
|
|
9039
|
+
tokens: {
|
|
9040
|
+
typography?: Record<string, string> | undefined;
|
|
9041
|
+
colors?: Record<string, string> | undefined;
|
|
9042
|
+
radii?: Record<string, string> | undefined;
|
|
9043
|
+
spacing?: Record<string, string> | undefined;
|
|
9044
|
+
shadows?: Record<string, string> | undefined;
|
|
9045
|
+
};
|
|
9046
|
+
variants?: Record<string, {
|
|
9047
|
+
typography?: Record<string, string> | undefined;
|
|
9048
|
+
colors?: Record<string, string> | undefined;
|
|
9049
|
+
radii?: Record<string, string> | undefined;
|
|
9050
|
+
spacing?: Record<string, string> | undefined;
|
|
9051
|
+
shadows?: Record<string, string> | undefined;
|
|
9052
|
+
}> | undefined;
|
|
9053
|
+
} | undefined;
|
|
9037
9054
|
emits?: {
|
|
9038
9055
|
event: string;
|
|
9039
9056
|
originalEvent: string;
|
|
@@ -9066,35 +9083,18 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9066
9083
|
from: string;
|
|
9067
9084
|
as: string;
|
|
9068
9085
|
}[] | undefined;
|
|
9069
|
-
theme?: string | {
|
|
9070
|
-
name: string;
|
|
9071
|
-
tokens: {
|
|
9072
|
-
typography?: Record<string, string> | undefined;
|
|
9073
|
-
colors?: Record<string, string> | undefined;
|
|
9074
|
-
radii?: Record<string, string> | undefined;
|
|
9075
|
-
spacing?: Record<string, string> | undefined;
|
|
9076
|
-
shadows?: Record<string, string> | undefined;
|
|
9077
|
-
};
|
|
9078
|
-
variants?: Record<string, {
|
|
9079
|
-
typography?: Record<string, string> | undefined;
|
|
9080
|
-
colors?: Record<string, string> | undefined;
|
|
9081
|
-
radii?: Record<string, string> | undefined;
|
|
9082
|
-
spacing?: Record<string, string> | undefined;
|
|
9083
|
-
shadows?: Record<string, string> | undefined;
|
|
9084
|
-
}> | undefined;
|
|
9085
|
-
} | undefined;
|
|
9086
9086
|
services?: (string | {
|
|
9087
9087
|
type: "rest";
|
|
9088
9088
|
name: string;
|
|
9089
9089
|
baseUrl: string;
|
|
9090
9090
|
description?: string | undefined;
|
|
9091
|
-
headers?: Record<string, string> | undefined;
|
|
9092
9091
|
auth?: {
|
|
9093
9092
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
9094
9093
|
keyName?: string | undefined;
|
|
9095
9094
|
location?: "header" | "query" | undefined;
|
|
9096
9095
|
secretEnv?: string | undefined;
|
|
9097
9096
|
} | undefined;
|
|
9097
|
+
headers?: Record<string, string> | undefined;
|
|
9098
9098
|
timeout?: number | undefined;
|
|
9099
9099
|
} | {
|
|
9100
9100
|
type: "socket";
|
|
@@ -9120,7 +9120,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9120
9120
|
})[] | undefined;
|
|
9121
9121
|
exposes?: string[] | undefined;
|
|
9122
9122
|
domainContext?: {
|
|
9123
|
-
category: "dashboard" | "content" | "form" | "
|
|
9123
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
9124
9124
|
request: string;
|
|
9125
9125
|
requestFragment?: string | undefined;
|
|
9126
9126
|
subDomain?: string | undefined;
|
|
@@ -9291,6 +9291,23 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9291
9291
|
})[];
|
|
9292
9292
|
description?: string | undefined;
|
|
9293
9293
|
visual_prompt?: string | undefined;
|
|
9294
|
+
theme?: string | {
|
|
9295
|
+
name: string;
|
|
9296
|
+
tokens: {
|
|
9297
|
+
typography?: Record<string, string> | undefined;
|
|
9298
|
+
colors?: Record<string, string> | undefined;
|
|
9299
|
+
radii?: Record<string, string> | undefined;
|
|
9300
|
+
spacing?: Record<string, string> | undefined;
|
|
9301
|
+
shadows?: Record<string, string> | undefined;
|
|
9302
|
+
};
|
|
9303
|
+
variants?: Record<string, {
|
|
9304
|
+
typography?: Record<string, string> | undefined;
|
|
9305
|
+
colors?: Record<string, string> | undefined;
|
|
9306
|
+
radii?: Record<string, string> | undefined;
|
|
9307
|
+
spacing?: Record<string, string> | undefined;
|
|
9308
|
+
shadows?: Record<string, string> | undefined;
|
|
9309
|
+
}> | undefined;
|
|
9310
|
+
} | undefined;
|
|
9294
9311
|
emits?: {
|
|
9295
9312
|
event: string;
|
|
9296
9313
|
originalEvent: string;
|
|
@@ -9323,35 +9340,18 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9323
9340
|
from: string;
|
|
9324
9341
|
as: string;
|
|
9325
9342
|
}[] | undefined;
|
|
9326
|
-
theme?: string | {
|
|
9327
|
-
name: string;
|
|
9328
|
-
tokens: {
|
|
9329
|
-
typography?: Record<string, string> | undefined;
|
|
9330
|
-
colors?: Record<string, string> | undefined;
|
|
9331
|
-
radii?: Record<string, string> | undefined;
|
|
9332
|
-
spacing?: Record<string, string> | undefined;
|
|
9333
|
-
shadows?: Record<string, string> | undefined;
|
|
9334
|
-
};
|
|
9335
|
-
variants?: Record<string, {
|
|
9336
|
-
typography?: Record<string, string> | undefined;
|
|
9337
|
-
colors?: Record<string, string> | undefined;
|
|
9338
|
-
radii?: Record<string, string> | undefined;
|
|
9339
|
-
spacing?: Record<string, string> | undefined;
|
|
9340
|
-
shadows?: Record<string, string> | undefined;
|
|
9341
|
-
}> | undefined;
|
|
9342
|
-
} | undefined;
|
|
9343
9343
|
services?: (string | {
|
|
9344
9344
|
type: "rest";
|
|
9345
9345
|
name: string;
|
|
9346
9346
|
baseUrl: string;
|
|
9347
9347
|
description?: string | undefined;
|
|
9348
|
-
headers?: Record<string, string> | undefined;
|
|
9349
9348
|
auth?: {
|
|
9350
9349
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
9351
9350
|
keyName?: string | undefined;
|
|
9352
9351
|
location?: "header" | "query" | undefined;
|
|
9353
9352
|
secretEnv?: string | undefined;
|
|
9354
9353
|
} | undefined;
|
|
9354
|
+
headers?: Record<string, string> | undefined;
|
|
9355
9355
|
timeout?: number | undefined;
|
|
9356
9356
|
} | {
|
|
9357
9357
|
type: "socket";
|
|
@@ -9377,7 +9377,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
9377
9377
|
})[] | undefined;
|
|
9378
9378
|
exposes?: string[] | undefined;
|
|
9379
9379
|
domainContext?: {
|
|
9380
|
-
category: "dashboard" | "content" | "form" | "
|
|
9380
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
9381
9381
|
request: string;
|
|
9382
9382
|
requestFragment?: string | undefined;
|
|
9383
9383
|
subDomain?: string | undefined;
|
|
@@ -9533,26 +9533,26 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
9533
9533
|
name: string;
|
|
9534
9534
|
baseUrl: string;
|
|
9535
9535
|
description?: string | undefined;
|
|
9536
|
-
headers?: Record<string, string> | undefined;
|
|
9537
9536
|
auth?: {
|
|
9538
9537
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
9539
9538
|
keyName?: string | undefined;
|
|
9540
9539
|
location?: "header" | "query" | undefined;
|
|
9541
9540
|
secretEnv?: string | undefined;
|
|
9542
9541
|
} | undefined;
|
|
9542
|
+
headers?: Record<string, string> | undefined;
|
|
9543
9543
|
timeout?: number | undefined;
|
|
9544
9544
|
}, {
|
|
9545
9545
|
type: "rest";
|
|
9546
9546
|
name: string;
|
|
9547
9547
|
baseUrl: string;
|
|
9548
9548
|
description?: string | undefined;
|
|
9549
|
-
headers?: Record<string, string> | undefined;
|
|
9550
9549
|
auth?: {
|
|
9551
9550
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
9552
9551
|
keyName?: string | undefined;
|
|
9553
9552
|
location?: "header" | "query" | undefined;
|
|
9554
9553
|
secretEnv?: string | undefined;
|
|
9555
9554
|
} | undefined;
|
|
9555
|
+
headers?: Record<string, string> | undefined;
|
|
9556
9556
|
timeout?: number | undefined;
|
|
9557
9557
|
}>, z.ZodObject<{
|
|
9558
9558
|
name: z.ZodString;
|
|
@@ -10431,7 +10431,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10431
10431
|
}>, "many">>;
|
|
10432
10432
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
10433
10433
|
}, "strip", z.ZodTypeAny, {
|
|
10434
|
-
category: "dashboard" | "content" | "form" | "
|
|
10434
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
10435
10435
|
request: string;
|
|
10436
10436
|
requestFragment?: string | undefined;
|
|
10437
10437
|
subDomain?: string | undefined;
|
|
@@ -10442,7 +10442,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10442
10442
|
}[] | undefined;
|
|
10443
10443
|
vocabulary?: Record<string, string> | undefined;
|
|
10444
10444
|
}, {
|
|
10445
|
-
category: "dashboard" | "content" | "form" | "
|
|
10445
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
10446
10446
|
request: string;
|
|
10447
10447
|
requestFragment?: string | undefined;
|
|
10448
10448
|
subDomain?: string | undefined;
|
|
@@ -10681,6 +10681,23 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10681
10681
|
})[];
|
|
10682
10682
|
description?: string | undefined;
|
|
10683
10683
|
visual_prompt?: string | undefined;
|
|
10684
|
+
theme?: string | {
|
|
10685
|
+
name: string;
|
|
10686
|
+
tokens: {
|
|
10687
|
+
typography?: Record<string, string> | undefined;
|
|
10688
|
+
colors?: Record<string, string> | undefined;
|
|
10689
|
+
radii?: Record<string, string> | undefined;
|
|
10690
|
+
spacing?: Record<string, string> | undefined;
|
|
10691
|
+
shadows?: Record<string, string> | undefined;
|
|
10692
|
+
};
|
|
10693
|
+
variants?: Record<string, {
|
|
10694
|
+
typography?: Record<string, string> | undefined;
|
|
10695
|
+
colors?: Record<string, string> | undefined;
|
|
10696
|
+
radii?: Record<string, string> | undefined;
|
|
10697
|
+
spacing?: Record<string, string> | undefined;
|
|
10698
|
+
shadows?: Record<string, string> | undefined;
|
|
10699
|
+
}> | undefined;
|
|
10700
|
+
} | undefined;
|
|
10684
10701
|
emits?: {
|
|
10685
10702
|
event: string;
|
|
10686
10703
|
originalEvent: string;
|
|
@@ -10713,35 +10730,18 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10713
10730
|
from: string;
|
|
10714
10731
|
as: string;
|
|
10715
10732
|
}[] | undefined;
|
|
10716
|
-
theme?: string | {
|
|
10717
|
-
name: string;
|
|
10718
|
-
tokens: {
|
|
10719
|
-
typography?: Record<string, string> | undefined;
|
|
10720
|
-
colors?: Record<string, string> | undefined;
|
|
10721
|
-
radii?: Record<string, string> | undefined;
|
|
10722
|
-
spacing?: Record<string, string> | undefined;
|
|
10723
|
-
shadows?: Record<string, string> | undefined;
|
|
10724
|
-
};
|
|
10725
|
-
variants?: Record<string, {
|
|
10726
|
-
typography?: Record<string, string> | undefined;
|
|
10727
|
-
colors?: Record<string, string> | undefined;
|
|
10728
|
-
radii?: Record<string, string> | undefined;
|
|
10729
|
-
spacing?: Record<string, string> | undefined;
|
|
10730
|
-
shadows?: Record<string, string> | undefined;
|
|
10731
|
-
}> | undefined;
|
|
10732
|
-
} | undefined;
|
|
10733
10733
|
services?: (string | {
|
|
10734
10734
|
type: "rest";
|
|
10735
10735
|
name: string;
|
|
10736
10736
|
baseUrl: string;
|
|
10737
10737
|
description?: string | undefined;
|
|
10738
|
-
headers?: Record<string, string> | undefined;
|
|
10739
10738
|
auth?: {
|
|
10740
10739
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
10741
10740
|
keyName?: string | undefined;
|
|
10742
10741
|
location?: "header" | "query" | undefined;
|
|
10743
10742
|
secretEnv?: string | undefined;
|
|
10744
10743
|
} | undefined;
|
|
10744
|
+
headers?: Record<string, string> | undefined;
|
|
10745
10745
|
timeout?: number | undefined;
|
|
10746
10746
|
} | {
|
|
10747
10747
|
type: "socket";
|
|
@@ -10767,7 +10767,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10767
10767
|
})[] | undefined;
|
|
10768
10768
|
exposes?: string[] | undefined;
|
|
10769
10769
|
domainContext?: {
|
|
10770
|
-
category: "dashboard" | "content" | "form" | "
|
|
10770
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
10771
10771
|
request: string;
|
|
10772
10772
|
requestFragment?: string | undefined;
|
|
10773
10773
|
subDomain?: string | undefined;
|
|
@@ -10938,6 +10938,23 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10938
10938
|
})[];
|
|
10939
10939
|
description?: string | undefined;
|
|
10940
10940
|
visual_prompt?: string | undefined;
|
|
10941
|
+
theme?: string | {
|
|
10942
|
+
name: string;
|
|
10943
|
+
tokens: {
|
|
10944
|
+
typography?: Record<string, string> | undefined;
|
|
10945
|
+
colors?: Record<string, string> | undefined;
|
|
10946
|
+
radii?: Record<string, string> | undefined;
|
|
10947
|
+
spacing?: Record<string, string> | undefined;
|
|
10948
|
+
shadows?: Record<string, string> | undefined;
|
|
10949
|
+
};
|
|
10950
|
+
variants?: Record<string, {
|
|
10951
|
+
typography?: Record<string, string> | undefined;
|
|
10952
|
+
colors?: Record<string, string> | undefined;
|
|
10953
|
+
radii?: Record<string, string> | undefined;
|
|
10954
|
+
spacing?: Record<string, string> | undefined;
|
|
10955
|
+
shadows?: Record<string, string> | undefined;
|
|
10956
|
+
}> | undefined;
|
|
10957
|
+
} | undefined;
|
|
10941
10958
|
emits?: {
|
|
10942
10959
|
event: string;
|
|
10943
10960
|
originalEvent: string;
|
|
@@ -10970,35 +10987,18 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
10970
10987
|
from: string;
|
|
10971
10988
|
as: string;
|
|
10972
10989
|
}[] | undefined;
|
|
10973
|
-
theme?: string | {
|
|
10974
|
-
name: string;
|
|
10975
|
-
tokens: {
|
|
10976
|
-
typography?: Record<string, string> | undefined;
|
|
10977
|
-
colors?: Record<string, string> | undefined;
|
|
10978
|
-
radii?: Record<string, string> | undefined;
|
|
10979
|
-
spacing?: Record<string, string> | undefined;
|
|
10980
|
-
shadows?: Record<string, string> | undefined;
|
|
10981
|
-
};
|
|
10982
|
-
variants?: Record<string, {
|
|
10983
|
-
typography?: Record<string, string> | undefined;
|
|
10984
|
-
colors?: Record<string, string> | undefined;
|
|
10985
|
-
radii?: Record<string, string> | undefined;
|
|
10986
|
-
spacing?: Record<string, string> | undefined;
|
|
10987
|
-
shadows?: Record<string, string> | undefined;
|
|
10988
|
-
}> | undefined;
|
|
10989
|
-
} | undefined;
|
|
10990
10990
|
services?: (string | {
|
|
10991
10991
|
type: "rest";
|
|
10992
10992
|
name: string;
|
|
10993
10993
|
baseUrl: string;
|
|
10994
10994
|
description?: string | undefined;
|
|
10995
|
-
headers?: Record<string, string> | undefined;
|
|
10996
10995
|
auth?: {
|
|
10997
10996
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
10998
10997
|
keyName?: string | undefined;
|
|
10999
10998
|
location?: "header" | "query" | undefined;
|
|
11000
10999
|
secretEnv?: string | undefined;
|
|
11001
11000
|
} | undefined;
|
|
11001
|
+
headers?: Record<string, string> | undefined;
|
|
11002
11002
|
timeout?: number | undefined;
|
|
11003
11003
|
} | {
|
|
11004
11004
|
type: "socket";
|
|
@@ -11024,7 +11024,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
11024
11024
|
})[] | undefined;
|
|
11025
11025
|
exposes?: string[] | undefined;
|
|
11026
11026
|
domainContext?: {
|
|
11027
|
-
category: "dashboard" | "content" | "form" | "
|
|
11027
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
11028
11028
|
request: string;
|
|
11029
11029
|
requestFragment?: string | undefined;
|
|
11030
11030
|
subDomain?: string | undefined;
|
|
@@ -11083,13 +11083,13 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
11083
11083
|
secondary: z.ZodOptional<z.ZodString>;
|
|
11084
11084
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
11085
11085
|
}, "strip", z.ZodTypeAny, {
|
|
11086
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
11086
11087
|
primary?: string | undefined;
|
|
11087
11088
|
secondary?: string | undefined;
|
|
11088
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
11089
11089
|
}, {
|
|
11090
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
11090
11091
|
primary?: string | undefined;
|
|
11091
11092
|
secondary?: string | undefined;
|
|
11092
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
11093
11093
|
}>>;
|
|
11094
11094
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
11095
11095
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -11104,9 +11104,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
11104
11104
|
}>>;
|
|
11105
11105
|
}, "strip", z.ZodTypeAny, {
|
|
11106
11106
|
theme?: {
|
|
11107
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
11107
11108
|
primary?: string | undefined;
|
|
11108
11109
|
secondary?: string | undefined;
|
|
11109
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
11110
11110
|
} | undefined;
|
|
11111
11111
|
features?: Record<string, boolean> | undefined;
|
|
11112
11112
|
api?: {
|
|
@@ -11115,9 +11115,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
11115
11115
|
} | undefined;
|
|
11116
11116
|
}, {
|
|
11117
11117
|
theme?: {
|
|
11118
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
11118
11119
|
primary?: string | undefined;
|
|
11119
11120
|
secondary?: string | undefined;
|
|
11120
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
11121
11121
|
} | undefined;
|
|
11122
11122
|
features?: Record<string, boolean> | undefined;
|
|
11123
11123
|
api?: {
|
|
@@ -11187,7 +11187,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
11187
11187
|
}>, "many">>;
|
|
11188
11188
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11189
11189
|
}, "strip", z.ZodTypeAny, {
|
|
11190
|
-
category: "dashboard" | "content" | "form" | "
|
|
11190
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
11191
11191
|
request: string;
|
|
11192
11192
|
requestFragment?: string | undefined;
|
|
11193
11193
|
subDomain?: string | undefined;
|
|
@@ -11198,7 +11198,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
11198
11198
|
}[] | undefined;
|
|
11199
11199
|
vocabulary?: Record<string, string> | undefined;
|
|
11200
11200
|
}, {
|
|
11201
|
-
category: "dashboard" | "content" | "form" | "
|
|
11201
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
11202
11202
|
request: string;
|
|
11203
11203
|
requestFragment?: string | undefined;
|
|
11204
11204
|
subDomain?: string | undefined;
|
|
@@ -11295,13 +11295,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
11295
11295
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11296
11296
|
}, "strip", z.ZodTypeAny, {
|
|
11297
11297
|
type: "custom";
|
|
11298
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
11298
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
11299
11299
|
className: string;
|
|
11300
11300
|
slots?: string[] | undefined;
|
|
11301
11301
|
props?: string[] | undefined;
|
|
11302
11302
|
}, {
|
|
11303
11303
|
type: "custom";
|
|
11304
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
11304
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
11305
11305
|
className: string;
|
|
11306
11306
|
slots?: string[] | undefined;
|
|
11307
11307
|
props?: string[] | undefined;
|
|
@@ -11421,26 +11421,26 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
11421
11421
|
name: string;
|
|
11422
11422
|
baseUrl: string;
|
|
11423
11423
|
description?: string | undefined;
|
|
11424
|
-
headers?: Record<string, string> | undefined;
|
|
11425
11424
|
auth?: {
|
|
11426
11425
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
11427
11426
|
keyName?: string | undefined;
|
|
11428
11427
|
location?: "header" | "query" | undefined;
|
|
11429
11428
|
secretEnv?: string | undefined;
|
|
11430
11429
|
} | undefined;
|
|
11430
|
+
headers?: Record<string, string> | undefined;
|
|
11431
11431
|
timeout?: number | undefined;
|
|
11432
11432
|
}, {
|
|
11433
11433
|
type: "rest";
|
|
11434
11434
|
name: string;
|
|
11435
11435
|
baseUrl: string;
|
|
11436
11436
|
description?: string | undefined;
|
|
11437
|
-
headers?: Record<string, string> | undefined;
|
|
11438
11437
|
auth?: {
|
|
11439
11438
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
11440
11439
|
keyName?: string | undefined;
|
|
11441
11440
|
location?: "header" | "query" | undefined;
|
|
11442
11441
|
secretEnv?: string | undefined;
|
|
11443
11442
|
} | undefined;
|
|
11443
|
+
headers?: Record<string, string> | undefined;
|
|
11444
11444
|
timeout?: number | undefined;
|
|
11445
11445
|
}>, z.ZodObject<{
|
|
11446
11446
|
name: z.ZodString;
|
|
@@ -12319,7 +12319,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12319
12319
|
}>, "many">>;
|
|
12320
12320
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
12321
12321
|
}, "strip", z.ZodTypeAny, {
|
|
12322
|
-
category: "dashboard" | "content" | "form" | "
|
|
12322
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
12323
12323
|
request: string;
|
|
12324
12324
|
requestFragment?: string | undefined;
|
|
12325
12325
|
subDomain?: string | undefined;
|
|
@@ -12330,7 +12330,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12330
12330
|
}[] | undefined;
|
|
12331
12331
|
vocabulary?: Record<string, string> | undefined;
|
|
12332
12332
|
}, {
|
|
12333
|
-
category: "dashboard" | "content" | "form" | "
|
|
12333
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
12334
12334
|
request: string;
|
|
12335
12335
|
requestFragment?: string | undefined;
|
|
12336
12336
|
subDomain?: string | undefined;
|
|
@@ -12569,6 +12569,23 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12569
12569
|
})[];
|
|
12570
12570
|
description?: string | undefined;
|
|
12571
12571
|
visual_prompt?: string | undefined;
|
|
12572
|
+
theme?: string | {
|
|
12573
|
+
name: string;
|
|
12574
|
+
tokens: {
|
|
12575
|
+
typography?: Record<string, string> | undefined;
|
|
12576
|
+
colors?: Record<string, string> | undefined;
|
|
12577
|
+
radii?: Record<string, string> | undefined;
|
|
12578
|
+
spacing?: Record<string, string> | undefined;
|
|
12579
|
+
shadows?: Record<string, string> | undefined;
|
|
12580
|
+
};
|
|
12581
|
+
variants?: Record<string, {
|
|
12582
|
+
typography?: Record<string, string> | undefined;
|
|
12583
|
+
colors?: Record<string, string> | undefined;
|
|
12584
|
+
radii?: Record<string, string> | undefined;
|
|
12585
|
+
spacing?: Record<string, string> | undefined;
|
|
12586
|
+
shadows?: Record<string, string> | undefined;
|
|
12587
|
+
}> | undefined;
|
|
12588
|
+
} | undefined;
|
|
12572
12589
|
emits?: {
|
|
12573
12590
|
event: string;
|
|
12574
12591
|
originalEvent: string;
|
|
@@ -12601,35 +12618,18 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12601
12618
|
from: string;
|
|
12602
12619
|
as: string;
|
|
12603
12620
|
}[] | undefined;
|
|
12604
|
-
theme?: string | {
|
|
12605
|
-
name: string;
|
|
12606
|
-
tokens: {
|
|
12607
|
-
typography?: Record<string, string> | undefined;
|
|
12608
|
-
colors?: Record<string, string> | undefined;
|
|
12609
|
-
radii?: Record<string, string> | undefined;
|
|
12610
|
-
spacing?: Record<string, string> | undefined;
|
|
12611
|
-
shadows?: Record<string, string> | undefined;
|
|
12612
|
-
};
|
|
12613
|
-
variants?: Record<string, {
|
|
12614
|
-
typography?: Record<string, string> | undefined;
|
|
12615
|
-
colors?: Record<string, string> | undefined;
|
|
12616
|
-
radii?: Record<string, string> | undefined;
|
|
12617
|
-
spacing?: Record<string, string> | undefined;
|
|
12618
|
-
shadows?: Record<string, string> | undefined;
|
|
12619
|
-
}> | undefined;
|
|
12620
|
-
} | undefined;
|
|
12621
12621
|
services?: (string | {
|
|
12622
12622
|
type: "rest";
|
|
12623
12623
|
name: string;
|
|
12624
12624
|
baseUrl: string;
|
|
12625
12625
|
description?: string | undefined;
|
|
12626
|
-
headers?: Record<string, string> | undefined;
|
|
12627
12626
|
auth?: {
|
|
12628
12627
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
12629
12628
|
keyName?: string | undefined;
|
|
12630
12629
|
location?: "header" | "query" | undefined;
|
|
12631
12630
|
secretEnv?: string | undefined;
|
|
12632
12631
|
} | undefined;
|
|
12632
|
+
headers?: Record<string, string> | undefined;
|
|
12633
12633
|
timeout?: number | undefined;
|
|
12634
12634
|
} | {
|
|
12635
12635
|
type: "socket";
|
|
@@ -12655,7 +12655,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12655
12655
|
})[] | undefined;
|
|
12656
12656
|
exposes?: string[] | undefined;
|
|
12657
12657
|
domainContext?: {
|
|
12658
|
-
category: "dashboard" | "content" | "form" | "
|
|
12658
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
12659
12659
|
request: string;
|
|
12660
12660
|
requestFragment?: string | undefined;
|
|
12661
12661
|
subDomain?: string | undefined;
|
|
@@ -12826,6 +12826,23 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12826
12826
|
})[];
|
|
12827
12827
|
description?: string | undefined;
|
|
12828
12828
|
visual_prompt?: string | undefined;
|
|
12829
|
+
theme?: string | {
|
|
12830
|
+
name: string;
|
|
12831
|
+
tokens: {
|
|
12832
|
+
typography?: Record<string, string> | undefined;
|
|
12833
|
+
colors?: Record<string, string> | undefined;
|
|
12834
|
+
radii?: Record<string, string> | undefined;
|
|
12835
|
+
spacing?: Record<string, string> | undefined;
|
|
12836
|
+
shadows?: Record<string, string> | undefined;
|
|
12837
|
+
};
|
|
12838
|
+
variants?: Record<string, {
|
|
12839
|
+
typography?: Record<string, string> | undefined;
|
|
12840
|
+
colors?: Record<string, string> | undefined;
|
|
12841
|
+
radii?: Record<string, string> | undefined;
|
|
12842
|
+
spacing?: Record<string, string> | undefined;
|
|
12843
|
+
shadows?: Record<string, string> | undefined;
|
|
12844
|
+
}> | undefined;
|
|
12845
|
+
} | undefined;
|
|
12829
12846
|
emits?: {
|
|
12830
12847
|
event: string;
|
|
12831
12848
|
originalEvent: string;
|
|
@@ -12858,35 +12875,18 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12858
12875
|
from: string;
|
|
12859
12876
|
as: string;
|
|
12860
12877
|
}[] | undefined;
|
|
12861
|
-
theme?: string | {
|
|
12862
|
-
name: string;
|
|
12863
|
-
tokens: {
|
|
12864
|
-
typography?: Record<string, string> | undefined;
|
|
12865
|
-
colors?: Record<string, string> | undefined;
|
|
12866
|
-
radii?: Record<string, string> | undefined;
|
|
12867
|
-
spacing?: Record<string, string> | undefined;
|
|
12868
|
-
shadows?: Record<string, string> | undefined;
|
|
12869
|
-
};
|
|
12870
|
-
variants?: Record<string, {
|
|
12871
|
-
typography?: Record<string, string> | undefined;
|
|
12872
|
-
colors?: Record<string, string> | undefined;
|
|
12873
|
-
radii?: Record<string, string> | undefined;
|
|
12874
|
-
spacing?: Record<string, string> | undefined;
|
|
12875
|
-
shadows?: Record<string, string> | undefined;
|
|
12876
|
-
}> | undefined;
|
|
12877
|
-
} | undefined;
|
|
12878
12878
|
services?: (string | {
|
|
12879
12879
|
type: "rest";
|
|
12880
12880
|
name: string;
|
|
12881
12881
|
baseUrl: string;
|
|
12882
12882
|
description?: string | undefined;
|
|
12883
|
-
headers?: Record<string, string> | undefined;
|
|
12884
12883
|
auth?: {
|
|
12885
12884
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
12886
12885
|
keyName?: string | undefined;
|
|
12887
12886
|
location?: "header" | "query" | undefined;
|
|
12888
12887
|
secretEnv?: string | undefined;
|
|
12889
12888
|
} | undefined;
|
|
12889
|
+
headers?: Record<string, string> | undefined;
|
|
12890
12890
|
timeout?: number | undefined;
|
|
12891
12891
|
} | {
|
|
12892
12892
|
type: "socket";
|
|
@@ -12912,7 +12912,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12912
12912
|
})[] | undefined;
|
|
12913
12913
|
exposes?: string[] | undefined;
|
|
12914
12914
|
domainContext?: {
|
|
12915
|
-
category: "dashboard" | "content" | "form" | "
|
|
12915
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
12916
12916
|
request: string;
|
|
12917
12917
|
requestFragment?: string | undefined;
|
|
12918
12918
|
subDomain?: string | undefined;
|
|
@@ -12974,26 +12974,26 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
12974
12974
|
name: string;
|
|
12975
12975
|
baseUrl: string;
|
|
12976
12976
|
description?: string | undefined;
|
|
12977
|
-
headers?: Record<string, string> | undefined;
|
|
12978
12977
|
auth?: {
|
|
12979
12978
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
12980
12979
|
keyName?: string | undefined;
|
|
12981
12980
|
location?: "header" | "query" | undefined;
|
|
12982
12981
|
secretEnv?: string | undefined;
|
|
12983
12982
|
} | undefined;
|
|
12983
|
+
headers?: Record<string, string> | undefined;
|
|
12984
12984
|
timeout?: number | undefined;
|
|
12985
12985
|
}, {
|
|
12986
12986
|
type: "rest";
|
|
12987
12987
|
name: string;
|
|
12988
12988
|
baseUrl: string;
|
|
12989
12989
|
description?: string | undefined;
|
|
12990
|
-
headers?: Record<string, string> | undefined;
|
|
12991
12990
|
auth?: {
|
|
12992
12991
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
12993
12992
|
keyName?: string | undefined;
|
|
12994
12993
|
location?: "header" | "query" | undefined;
|
|
12995
12994
|
secretEnv?: string | undefined;
|
|
12996
12995
|
} | undefined;
|
|
12996
|
+
headers?: Record<string, string> | undefined;
|
|
12997
12997
|
timeout?: number | undefined;
|
|
12998
12998
|
}>, z.ZodObject<{
|
|
12999
12999
|
name: z.ZodString;
|
|
@@ -13079,13 +13079,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13079
13079
|
secondary: z.ZodOptional<z.ZodString>;
|
|
13080
13080
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
13081
13081
|
}, "strip", z.ZodTypeAny, {
|
|
13082
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13082
13083
|
primary?: string | undefined;
|
|
13083
13084
|
secondary?: string | undefined;
|
|
13084
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13085
13085
|
}, {
|
|
13086
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13086
13087
|
primary?: string | undefined;
|
|
13087
13088
|
secondary?: string | undefined;
|
|
13088
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13089
13089
|
}>>;
|
|
13090
13090
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
13091
13091
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -13100,9 +13100,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13100
13100
|
}>>;
|
|
13101
13101
|
}, "strip", z.ZodTypeAny, {
|
|
13102
13102
|
theme?: {
|
|
13103
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13103
13104
|
primary?: string | undefined;
|
|
13104
13105
|
secondary?: string | undefined;
|
|
13105
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13106
13106
|
} | undefined;
|
|
13107
13107
|
features?: Record<string, boolean> | undefined;
|
|
13108
13108
|
api?: {
|
|
@@ -13111,9 +13111,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13111
13111
|
} | undefined;
|
|
13112
13112
|
}, {
|
|
13113
13113
|
theme?: {
|
|
13114
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13114
13115
|
primary?: string | undefined;
|
|
13115
13116
|
secondary?: string | undefined;
|
|
13116
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13117
13117
|
} | undefined;
|
|
13118
13118
|
features?: Record<string, boolean> | undefined;
|
|
13119
13119
|
api?: {
|
|
@@ -13261,6 +13261,23 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13261
13261
|
})[];
|
|
13262
13262
|
description?: string | undefined;
|
|
13263
13263
|
visual_prompt?: string | undefined;
|
|
13264
|
+
theme?: string | {
|
|
13265
|
+
name: string;
|
|
13266
|
+
tokens: {
|
|
13267
|
+
typography?: Record<string, string> | undefined;
|
|
13268
|
+
colors?: Record<string, string> | undefined;
|
|
13269
|
+
radii?: Record<string, string> | undefined;
|
|
13270
|
+
spacing?: Record<string, string> | undefined;
|
|
13271
|
+
shadows?: Record<string, string> | undefined;
|
|
13272
|
+
};
|
|
13273
|
+
variants?: Record<string, {
|
|
13274
|
+
typography?: Record<string, string> | undefined;
|
|
13275
|
+
colors?: Record<string, string> | undefined;
|
|
13276
|
+
radii?: Record<string, string> | undefined;
|
|
13277
|
+
spacing?: Record<string, string> | undefined;
|
|
13278
|
+
shadows?: Record<string, string> | undefined;
|
|
13279
|
+
}> | undefined;
|
|
13280
|
+
} | undefined;
|
|
13264
13281
|
emits?: {
|
|
13265
13282
|
event: string;
|
|
13266
13283
|
originalEvent: string;
|
|
@@ -13293,35 +13310,18 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13293
13310
|
from: string;
|
|
13294
13311
|
as: string;
|
|
13295
13312
|
}[] | undefined;
|
|
13296
|
-
theme?: string | {
|
|
13297
|
-
name: string;
|
|
13298
|
-
tokens: {
|
|
13299
|
-
typography?: Record<string, string> | undefined;
|
|
13300
|
-
colors?: Record<string, string> | undefined;
|
|
13301
|
-
radii?: Record<string, string> | undefined;
|
|
13302
|
-
spacing?: Record<string, string> | undefined;
|
|
13303
|
-
shadows?: Record<string, string> | undefined;
|
|
13304
|
-
};
|
|
13305
|
-
variants?: Record<string, {
|
|
13306
|
-
typography?: Record<string, string> | undefined;
|
|
13307
|
-
colors?: Record<string, string> | undefined;
|
|
13308
|
-
radii?: Record<string, string> | undefined;
|
|
13309
|
-
spacing?: Record<string, string> | undefined;
|
|
13310
|
-
shadows?: Record<string, string> | undefined;
|
|
13311
|
-
}> | undefined;
|
|
13312
|
-
} | undefined;
|
|
13313
13313
|
services?: (string | {
|
|
13314
13314
|
type: "rest";
|
|
13315
13315
|
name: string;
|
|
13316
13316
|
baseUrl: string;
|
|
13317
13317
|
description?: string | undefined;
|
|
13318
|
-
headers?: Record<string, string> | undefined;
|
|
13319
13318
|
auth?: {
|
|
13320
13319
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
13321
13320
|
keyName?: string | undefined;
|
|
13322
13321
|
location?: "header" | "query" | undefined;
|
|
13323
13322
|
secretEnv?: string | undefined;
|
|
13324
13323
|
} | undefined;
|
|
13324
|
+
headers?: Record<string, string> | undefined;
|
|
13325
13325
|
timeout?: number | undefined;
|
|
13326
13326
|
} | {
|
|
13327
13327
|
type: "socket";
|
|
@@ -13347,7 +13347,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13347
13347
|
})[] | undefined;
|
|
13348
13348
|
exposes?: string[] | undefined;
|
|
13349
13349
|
domainContext?: {
|
|
13350
|
-
category: "dashboard" | "content" | "form" | "
|
|
13350
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
13351
13351
|
request: string;
|
|
13352
13352
|
requestFragment?: string | undefined;
|
|
13353
13353
|
subDomain?: string | undefined;
|
|
@@ -13384,9 +13384,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13384
13384
|
description?: string | undefined;
|
|
13385
13385
|
config?: {
|
|
13386
13386
|
theme?: {
|
|
13387
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13387
13388
|
primary?: string | undefined;
|
|
13388
13389
|
secondary?: string | undefined;
|
|
13389
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13390
13390
|
} | undefined;
|
|
13391
13391
|
features?: Record<string, boolean> | undefined;
|
|
13392
13392
|
api?: {
|
|
@@ -13399,13 +13399,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13399
13399
|
name: string;
|
|
13400
13400
|
baseUrl: string;
|
|
13401
13401
|
description?: string | undefined;
|
|
13402
|
-
headers?: Record<string, string> | undefined;
|
|
13403
13402
|
auth?: {
|
|
13404
13403
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
13405
13404
|
keyName?: string | undefined;
|
|
13406
13405
|
location?: "header" | "query" | undefined;
|
|
13407
13406
|
secretEnv?: string | undefined;
|
|
13408
13407
|
} | undefined;
|
|
13408
|
+
headers?: Record<string, string> | undefined;
|
|
13409
13409
|
timeout?: number | undefined;
|
|
13410
13410
|
} | {
|
|
13411
13411
|
type: "socket";
|
|
@@ -13430,7 +13430,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13430
13430
|
env?: Record<string, string> | undefined;
|
|
13431
13431
|
})[] | undefined;
|
|
13432
13432
|
domainContext?: {
|
|
13433
|
-
category: "dashboard" | "content" | "form" | "
|
|
13433
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
13434
13434
|
request: string;
|
|
13435
13435
|
requestFragment?: string | undefined;
|
|
13436
13436
|
subDomain?: string | undefined;
|
|
@@ -13462,7 +13462,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13462
13462
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
13463
13463
|
customPatterns?: Record<string, {
|
|
13464
13464
|
type: "custom";
|
|
13465
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
13465
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
13466
13466
|
className: string;
|
|
13467
13467
|
slots?: string[] | undefined;
|
|
13468
13468
|
props?: string[] | undefined;
|
|
@@ -13607,6 +13607,23 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13607
13607
|
})[];
|
|
13608
13608
|
description?: string | undefined;
|
|
13609
13609
|
visual_prompt?: string | undefined;
|
|
13610
|
+
theme?: string | {
|
|
13611
|
+
name: string;
|
|
13612
|
+
tokens: {
|
|
13613
|
+
typography?: Record<string, string> | undefined;
|
|
13614
|
+
colors?: Record<string, string> | undefined;
|
|
13615
|
+
radii?: Record<string, string> | undefined;
|
|
13616
|
+
spacing?: Record<string, string> | undefined;
|
|
13617
|
+
shadows?: Record<string, string> | undefined;
|
|
13618
|
+
};
|
|
13619
|
+
variants?: Record<string, {
|
|
13620
|
+
typography?: Record<string, string> | undefined;
|
|
13621
|
+
colors?: Record<string, string> | undefined;
|
|
13622
|
+
radii?: Record<string, string> | undefined;
|
|
13623
|
+
spacing?: Record<string, string> | undefined;
|
|
13624
|
+
shadows?: Record<string, string> | undefined;
|
|
13625
|
+
}> | undefined;
|
|
13626
|
+
} | undefined;
|
|
13610
13627
|
emits?: {
|
|
13611
13628
|
event: string;
|
|
13612
13629
|
originalEvent: string;
|
|
@@ -13639,35 +13656,18 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13639
13656
|
from: string;
|
|
13640
13657
|
as: string;
|
|
13641
13658
|
}[] | undefined;
|
|
13642
|
-
theme?: string | {
|
|
13643
|
-
name: string;
|
|
13644
|
-
tokens: {
|
|
13645
|
-
typography?: Record<string, string> | undefined;
|
|
13646
|
-
colors?: Record<string, string> | undefined;
|
|
13647
|
-
radii?: Record<string, string> | undefined;
|
|
13648
|
-
spacing?: Record<string, string> | undefined;
|
|
13649
|
-
shadows?: Record<string, string> | undefined;
|
|
13650
|
-
};
|
|
13651
|
-
variants?: Record<string, {
|
|
13652
|
-
typography?: Record<string, string> | undefined;
|
|
13653
|
-
colors?: Record<string, string> | undefined;
|
|
13654
|
-
radii?: Record<string, string> | undefined;
|
|
13655
|
-
spacing?: Record<string, string> | undefined;
|
|
13656
|
-
shadows?: Record<string, string> | undefined;
|
|
13657
|
-
}> | undefined;
|
|
13658
|
-
} | undefined;
|
|
13659
13659
|
services?: (string | {
|
|
13660
13660
|
type: "rest";
|
|
13661
13661
|
name: string;
|
|
13662
13662
|
baseUrl: string;
|
|
13663
13663
|
description?: string | undefined;
|
|
13664
|
-
headers?: Record<string, string> | undefined;
|
|
13665
13664
|
auth?: {
|
|
13666
13665
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
13667
13666
|
keyName?: string | undefined;
|
|
13668
13667
|
location?: "header" | "query" | undefined;
|
|
13669
13668
|
secretEnv?: string | undefined;
|
|
13670
13669
|
} | undefined;
|
|
13670
|
+
headers?: Record<string, string> | undefined;
|
|
13671
13671
|
timeout?: number | undefined;
|
|
13672
13672
|
} | {
|
|
13673
13673
|
type: "socket";
|
|
@@ -13693,7 +13693,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13693
13693
|
})[] | undefined;
|
|
13694
13694
|
exposes?: string[] | undefined;
|
|
13695
13695
|
domainContext?: {
|
|
13696
|
-
category: "dashboard" | "content" | "form" | "
|
|
13696
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
13697
13697
|
request: string;
|
|
13698
13698
|
requestFragment?: string | undefined;
|
|
13699
13699
|
subDomain?: string | undefined;
|
|
@@ -13730,9 +13730,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13730
13730
|
description?: string | undefined;
|
|
13731
13731
|
config?: {
|
|
13732
13732
|
theme?: {
|
|
13733
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
13733
13734
|
primary?: string | undefined;
|
|
13734
13735
|
secondary?: string | undefined;
|
|
13735
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
13736
13736
|
} | undefined;
|
|
13737
13737
|
features?: Record<string, boolean> | undefined;
|
|
13738
13738
|
api?: {
|
|
@@ -13745,13 +13745,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13745
13745
|
name: string;
|
|
13746
13746
|
baseUrl: string;
|
|
13747
13747
|
description?: string | undefined;
|
|
13748
|
-
headers?: Record<string, string> | undefined;
|
|
13749
13748
|
auth?: {
|
|
13750
13749
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
13751
13750
|
keyName?: string | undefined;
|
|
13752
13751
|
location?: "header" | "query" | undefined;
|
|
13753
13752
|
secretEnv?: string | undefined;
|
|
13754
13753
|
} | undefined;
|
|
13754
|
+
headers?: Record<string, string> | undefined;
|
|
13755
13755
|
timeout?: number | undefined;
|
|
13756
13756
|
} | {
|
|
13757
13757
|
type: "socket";
|
|
@@ -13776,7 +13776,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13776
13776
|
env?: Record<string, string> | undefined;
|
|
13777
13777
|
})[] | undefined;
|
|
13778
13778
|
domainContext?: {
|
|
13779
|
-
category: "dashboard" | "content" | "form" | "
|
|
13779
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
13780
13780
|
request: string;
|
|
13781
13781
|
requestFragment?: string | undefined;
|
|
13782
13782
|
subDomain?: string | undefined;
|
|
@@ -13808,7 +13808,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
13808
13808
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
13809
13809
|
customPatterns?: Record<string, {
|
|
13810
13810
|
type: "custom";
|
|
13811
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
13811
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
13812
13812
|
className: string;
|
|
13813
13813
|
slots?: string[] | undefined;
|
|
13814
13814
|
props?: string[] | undefined;
|
|
@@ -14000,6 +14000,23 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14000
14000
|
})[];
|
|
14001
14001
|
description?: string | undefined;
|
|
14002
14002
|
visual_prompt?: string | undefined;
|
|
14003
|
+
theme?: string | {
|
|
14004
|
+
name: string;
|
|
14005
|
+
tokens: {
|
|
14006
|
+
typography?: Record<string, string> | undefined;
|
|
14007
|
+
colors?: Record<string, string> | undefined;
|
|
14008
|
+
radii?: Record<string, string> | undefined;
|
|
14009
|
+
spacing?: Record<string, string> | undefined;
|
|
14010
|
+
shadows?: Record<string, string> | undefined;
|
|
14011
|
+
};
|
|
14012
|
+
variants?: Record<string, {
|
|
14013
|
+
typography?: Record<string, string> | undefined;
|
|
14014
|
+
colors?: Record<string, string> | undefined;
|
|
14015
|
+
radii?: Record<string, string> | undefined;
|
|
14016
|
+
spacing?: Record<string, string> | undefined;
|
|
14017
|
+
shadows?: Record<string, string> | undefined;
|
|
14018
|
+
}> | undefined;
|
|
14019
|
+
} | undefined;
|
|
14003
14020
|
emits?: {
|
|
14004
14021
|
event: string;
|
|
14005
14022
|
originalEvent: string;
|
|
@@ -14032,35 +14049,18 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14032
14049
|
from: string;
|
|
14033
14050
|
as: string;
|
|
14034
14051
|
}[] | undefined;
|
|
14035
|
-
theme?: string | {
|
|
14036
|
-
name: string;
|
|
14037
|
-
tokens: {
|
|
14038
|
-
typography?: Record<string, string> | undefined;
|
|
14039
|
-
colors?: Record<string, string> | undefined;
|
|
14040
|
-
radii?: Record<string, string> | undefined;
|
|
14041
|
-
spacing?: Record<string, string> | undefined;
|
|
14042
|
-
shadows?: Record<string, string> | undefined;
|
|
14043
|
-
};
|
|
14044
|
-
variants?: Record<string, {
|
|
14045
|
-
typography?: Record<string, string> | undefined;
|
|
14046
|
-
colors?: Record<string, string> | undefined;
|
|
14047
|
-
radii?: Record<string, string> | undefined;
|
|
14048
|
-
spacing?: Record<string, string> | undefined;
|
|
14049
|
-
shadows?: Record<string, string> | undefined;
|
|
14050
|
-
}> | undefined;
|
|
14051
|
-
} | undefined;
|
|
14052
14052
|
services?: (string | {
|
|
14053
14053
|
type: "rest";
|
|
14054
14054
|
name: string;
|
|
14055
14055
|
baseUrl: string;
|
|
14056
14056
|
description?: string | undefined;
|
|
14057
|
-
headers?: Record<string, string> | undefined;
|
|
14058
14057
|
auth?: {
|
|
14059
14058
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
14060
14059
|
keyName?: string | undefined;
|
|
14061
14060
|
location?: "header" | "query" | undefined;
|
|
14062
14061
|
secretEnv?: string | undefined;
|
|
14063
14062
|
} | undefined;
|
|
14063
|
+
headers?: Record<string, string> | undefined;
|
|
14064
14064
|
timeout?: number | undefined;
|
|
14065
14065
|
} | {
|
|
14066
14066
|
type: "socket";
|
|
@@ -14086,7 +14086,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14086
14086
|
})[] | undefined;
|
|
14087
14087
|
exposes?: string[] | undefined;
|
|
14088
14088
|
domainContext?: {
|
|
14089
|
-
category: "dashboard" | "content" | "form" | "
|
|
14089
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
14090
14090
|
request: string;
|
|
14091
14091
|
requestFragment?: string | undefined;
|
|
14092
14092
|
subDomain?: string | undefined;
|
|
@@ -14123,9 +14123,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14123
14123
|
description?: string | undefined;
|
|
14124
14124
|
config?: {
|
|
14125
14125
|
theme?: {
|
|
14126
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
14126
14127
|
primary?: string | undefined;
|
|
14127
14128
|
secondary?: string | undefined;
|
|
14128
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
14129
14129
|
} | undefined;
|
|
14130
14130
|
features?: Record<string, boolean> | undefined;
|
|
14131
14131
|
api?: {
|
|
@@ -14138,13 +14138,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14138
14138
|
name: string;
|
|
14139
14139
|
baseUrl: string;
|
|
14140
14140
|
description?: string | undefined;
|
|
14141
|
-
headers?: Record<string, string> | undefined;
|
|
14142
14141
|
auth?: {
|
|
14143
14142
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
14144
14143
|
keyName?: string | undefined;
|
|
14145
14144
|
location?: "header" | "query" | undefined;
|
|
14146
14145
|
secretEnv?: string | undefined;
|
|
14147
14146
|
} | undefined;
|
|
14147
|
+
headers?: Record<string, string> | undefined;
|
|
14148
14148
|
timeout?: number | undefined;
|
|
14149
14149
|
} | {
|
|
14150
14150
|
type: "socket";
|
|
@@ -14169,7 +14169,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14169
14169
|
env?: Record<string, string> | undefined;
|
|
14170
14170
|
})[] | undefined;
|
|
14171
14171
|
domainContext?: {
|
|
14172
|
-
category: "dashboard" | "content" | "form" | "
|
|
14172
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
14173
14173
|
request: string;
|
|
14174
14174
|
requestFragment?: string | undefined;
|
|
14175
14175
|
subDomain?: string | undefined;
|
|
@@ -14201,7 +14201,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14201
14201
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
14202
14202
|
customPatterns?: Record<string, {
|
|
14203
14203
|
type: "custom";
|
|
14204
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
14204
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
14205
14205
|
className: string;
|
|
14206
14206
|
slots?: string[] | undefined;
|
|
14207
14207
|
props?: string[] | undefined;
|
|
@@ -14346,6 +14346,23 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14346
14346
|
})[];
|
|
14347
14347
|
description?: string | undefined;
|
|
14348
14348
|
visual_prompt?: string | undefined;
|
|
14349
|
+
theme?: string | {
|
|
14350
|
+
name: string;
|
|
14351
|
+
tokens: {
|
|
14352
|
+
typography?: Record<string, string> | undefined;
|
|
14353
|
+
colors?: Record<string, string> | undefined;
|
|
14354
|
+
radii?: Record<string, string> | undefined;
|
|
14355
|
+
spacing?: Record<string, string> | undefined;
|
|
14356
|
+
shadows?: Record<string, string> | undefined;
|
|
14357
|
+
};
|
|
14358
|
+
variants?: Record<string, {
|
|
14359
|
+
typography?: Record<string, string> | undefined;
|
|
14360
|
+
colors?: Record<string, string> | undefined;
|
|
14361
|
+
radii?: Record<string, string> | undefined;
|
|
14362
|
+
spacing?: Record<string, string> | undefined;
|
|
14363
|
+
shadows?: Record<string, string> | undefined;
|
|
14364
|
+
}> | undefined;
|
|
14365
|
+
} | undefined;
|
|
14349
14366
|
emits?: {
|
|
14350
14367
|
event: string;
|
|
14351
14368
|
originalEvent: string;
|
|
@@ -14378,35 +14395,18 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14378
14395
|
from: string;
|
|
14379
14396
|
as: string;
|
|
14380
14397
|
}[] | undefined;
|
|
14381
|
-
theme?: string | {
|
|
14382
|
-
name: string;
|
|
14383
|
-
tokens: {
|
|
14384
|
-
typography?: Record<string, string> | undefined;
|
|
14385
|
-
colors?: Record<string, string> | undefined;
|
|
14386
|
-
radii?: Record<string, string> | undefined;
|
|
14387
|
-
spacing?: Record<string, string> | undefined;
|
|
14388
|
-
shadows?: Record<string, string> | undefined;
|
|
14389
|
-
};
|
|
14390
|
-
variants?: Record<string, {
|
|
14391
|
-
typography?: Record<string, string> | undefined;
|
|
14392
|
-
colors?: Record<string, string> | undefined;
|
|
14393
|
-
radii?: Record<string, string> | undefined;
|
|
14394
|
-
spacing?: Record<string, string> | undefined;
|
|
14395
|
-
shadows?: Record<string, string> | undefined;
|
|
14396
|
-
}> | undefined;
|
|
14397
|
-
} | undefined;
|
|
14398
14398
|
services?: (string | {
|
|
14399
14399
|
type: "rest";
|
|
14400
14400
|
name: string;
|
|
14401
14401
|
baseUrl: string;
|
|
14402
14402
|
description?: string | undefined;
|
|
14403
|
-
headers?: Record<string, string> | undefined;
|
|
14404
14403
|
auth?: {
|
|
14405
14404
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
14406
14405
|
keyName?: string | undefined;
|
|
14407
14406
|
location?: "header" | "query" | undefined;
|
|
14408
14407
|
secretEnv?: string | undefined;
|
|
14409
14408
|
} | undefined;
|
|
14409
|
+
headers?: Record<string, string> | undefined;
|
|
14410
14410
|
timeout?: number | undefined;
|
|
14411
14411
|
} | {
|
|
14412
14412
|
type: "socket";
|
|
@@ -14432,7 +14432,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14432
14432
|
})[] | undefined;
|
|
14433
14433
|
exposes?: string[] | undefined;
|
|
14434
14434
|
domainContext?: {
|
|
14435
|
-
category: "dashboard" | "content" | "form" | "
|
|
14435
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
14436
14436
|
request: string;
|
|
14437
14437
|
requestFragment?: string | undefined;
|
|
14438
14438
|
subDomain?: string | undefined;
|
|
@@ -14469,9 +14469,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14469
14469
|
description?: string | undefined;
|
|
14470
14470
|
config?: {
|
|
14471
14471
|
theme?: {
|
|
14472
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
14472
14473
|
primary?: string | undefined;
|
|
14473
14474
|
secondary?: string | undefined;
|
|
14474
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
14475
14475
|
} | undefined;
|
|
14476
14476
|
features?: Record<string, boolean> | undefined;
|
|
14477
14477
|
api?: {
|
|
@@ -14484,13 +14484,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14484
14484
|
name: string;
|
|
14485
14485
|
baseUrl: string;
|
|
14486
14486
|
description?: string | undefined;
|
|
14487
|
-
headers?: Record<string, string> | undefined;
|
|
14488
14487
|
auth?: {
|
|
14489
14488
|
type: "api-key" | "bearer" | "basic" | "oauth2";
|
|
14490
14489
|
keyName?: string | undefined;
|
|
14491
14490
|
location?: "header" | "query" | undefined;
|
|
14492
14491
|
secretEnv?: string | undefined;
|
|
14493
14492
|
} | undefined;
|
|
14493
|
+
headers?: Record<string, string> | undefined;
|
|
14494
14494
|
timeout?: number | undefined;
|
|
14495
14495
|
} | {
|
|
14496
14496
|
type: "socket";
|
|
@@ -14515,7 +14515,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14515
14515
|
env?: Record<string, string> | undefined;
|
|
14516
14516
|
})[] | undefined;
|
|
14517
14517
|
domainContext?: {
|
|
14518
|
-
category: "dashboard" | "content" | "form" | "
|
|
14518
|
+
category: "dashboard" | "content" | "form" | "game" | "social" | "ecommerce" | "business" | "workflow";
|
|
14519
14519
|
request: string;
|
|
14520
14520
|
requestFragment?: string | undefined;
|
|
14521
14521
|
subDomain?: string | undefined;
|
|
@@ -14547,7 +14547,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
14547
14547
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
14548
14548
|
customPatterns?: Record<string, {
|
|
14549
14549
|
type: "custom";
|
|
14550
|
-
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "
|
|
14550
|
+
component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
14551
14551
|
className: string;
|
|
14552
14552
|
slots?: string[] | undefined;
|
|
14553
14553
|
props?: string[] | undefined;
|