@almadar/core 9.10.3 → 9.11.0
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 +3 -3
- package/dist/{compose-behaviors-Dr2YbJmP.d.ts → compose-behaviors-CC57nx7Q.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/index.d.ts +7 -7
- package/dist/index.js +41 -5
- package/dist/index.js.map +1 -1
- package/dist/{schema-CMrW_N4k.d.ts → schema-B3LLJzA1.d.ts} +181 -181
- package/dist/state-machine/index.d.ts +20 -4
- package/dist/state-machine/index.js +41 -5
- package/dist/state-machine/index.js.map +1 -1
- package/dist/types/index.d.ts +6 -6
- package/dist/{types-CQF32lJA.d.ts → types-BQcbhvP3.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/{trait-C61Wxi3a.d.ts → trait-BGCXN5LO.d.ts} +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import { e as TraitConfig, bw as TraitConfigObject, b9 as ServiceRef, c as Entity, f as EntityField, g as EntityPersistence, i as TraitRef, a3 as EventPayloadField, y as ConfigFieldDeclaration, b5 as ServiceDefinition, T as Trait } from './trait-
|
|
2
|
+
import { e as TraitConfig, bw as TraitConfigObject, b9 as ServiceRef, c as Entity, f as EntityField, g as EntityPersistence, i as TraitRef, a3 as EventPayloadField, y as ConfigFieldDeclaration, b5 as ServiceDefinition, T as Trait } from './trait-BGCXN5LO.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -135,7 +135,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
135
135
|
linkedEntity?: string | undefined;
|
|
136
136
|
}[] | undefined;
|
|
137
137
|
primaryEntity?: string | undefined;
|
|
138
|
-
viewType?: "custom" | "create" | "
|
|
138
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
139
139
|
}, {
|
|
140
140
|
path: string;
|
|
141
141
|
name: string;
|
|
@@ -147,7 +147,7 @@ declare const OrbitalPageSchema: z.ZodObject<{
|
|
|
147
147
|
linkedEntity?: string | undefined;
|
|
148
148
|
}[] | undefined;
|
|
149
149
|
primaryEntity?: string | undefined;
|
|
150
|
-
viewType?: "custom" | "create" | "
|
|
150
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
151
151
|
}>;
|
|
152
152
|
type OrbitalPageInput = z.input<typeof OrbitalPageSchema>;
|
|
153
153
|
type OrbitalPageStrictInput = z.input<typeof OrbitalPageStrictSchema>;
|
|
@@ -185,7 +185,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
185
185
|
linkedEntity?: string | undefined;
|
|
186
186
|
}[] | undefined;
|
|
187
187
|
primaryEntity?: string | undefined;
|
|
188
|
-
viewType?: "custom" | "create" | "
|
|
188
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
189
189
|
}, {
|
|
190
190
|
path: string;
|
|
191
191
|
name: string;
|
|
@@ -197,7 +197,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
197
197
|
linkedEntity?: string | undefined;
|
|
198
198
|
}[] | undefined;
|
|
199
199
|
primaryEntity?: string | undefined;
|
|
200
|
-
viewType?: "custom" | "create" | "
|
|
200
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
201
201
|
}>;
|
|
202
202
|
|
|
203
203
|
/**
|
|
@@ -2307,6 +2307,7 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2307
2307
|
surface?: string | undefined;
|
|
2308
2308
|
background?: string | undefined;
|
|
2309
2309
|
ring?: string | undefined;
|
|
2310
|
+
border?: string | undefined;
|
|
2310
2311
|
primaryHover?: string | undefined;
|
|
2311
2312
|
primaryForeground?: string | undefined;
|
|
2312
2313
|
secondaryHover?: string | undefined;
|
|
@@ -2315,7 +2316,6 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2315
2316
|
mutedForeground?: string | undefined;
|
|
2316
2317
|
foreground?: string | undefined;
|
|
2317
2318
|
cardForeground?: string | undefined;
|
|
2318
|
-
border?: string | undefined;
|
|
2319
2319
|
errorForeground?: string | undefined;
|
|
2320
2320
|
successForeground?: string | undefined;
|
|
2321
2321
|
warningForeground?: string | undefined;
|
|
@@ -2340,6 +2340,7 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2340
2340
|
surface?: string | undefined;
|
|
2341
2341
|
background?: string | undefined;
|
|
2342
2342
|
ring?: string | undefined;
|
|
2343
|
+
border?: string | undefined;
|
|
2343
2344
|
primaryHover?: string | undefined;
|
|
2344
2345
|
primaryForeground?: string | undefined;
|
|
2345
2346
|
secondaryHover?: string | undefined;
|
|
@@ -2348,7 +2349,6 @@ declare const ColorTokensSchema: z.ZodObject<{
|
|
|
2348
2349
|
mutedForeground?: string | undefined;
|
|
2349
2350
|
foreground?: string | undefined;
|
|
2350
2351
|
cardForeground?: string | undefined;
|
|
2351
|
-
border?: string | undefined;
|
|
2352
2352
|
errorForeground?: string | undefined;
|
|
2353
2353
|
successForeground?: string | undefined;
|
|
2354
2354
|
warningForeground?: string | undefined;
|
|
@@ -2490,6 +2490,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2490
2490
|
surface?: string | undefined;
|
|
2491
2491
|
background?: string | undefined;
|
|
2492
2492
|
ring?: string | undefined;
|
|
2493
|
+
border?: string | undefined;
|
|
2493
2494
|
primaryHover?: string | undefined;
|
|
2494
2495
|
primaryForeground?: string | undefined;
|
|
2495
2496
|
secondaryHover?: string | undefined;
|
|
@@ -2498,7 +2499,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2498
2499
|
mutedForeground?: string | undefined;
|
|
2499
2500
|
foreground?: string | undefined;
|
|
2500
2501
|
cardForeground?: string | undefined;
|
|
2501
|
-
border?: string | undefined;
|
|
2502
2502
|
errorForeground?: string | undefined;
|
|
2503
2503
|
successForeground?: string | undefined;
|
|
2504
2504
|
warningForeground?: string | undefined;
|
|
@@ -2523,6 +2523,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2523
2523
|
surface?: string | undefined;
|
|
2524
2524
|
background?: string | undefined;
|
|
2525
2525
|
ring?: string | undefined;
|
|
2526
|
+
border?: string | undefined;
|
|
2526
2527
|
primaryHover?: string | undefined;
|
|
2527
2528
|
primaryForeground?: string | undefined;
|
|
2528
2529
|
secondaryHover?: string | undefined;
|
|
@@ -2531,7 +2532,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
2531
2532
|
mutedForeground?: string | undefined;
|
|
2532
2533
|
foreground?: string | undefined;
|
|
2533
2534
|
cardForeground?: string | undefined;
|
|
2534
|
-
border?: string | undefined;
|
|
2535
2535
|
errorForeground?: string | undefined;
|
|
2536
2536
|
successForeground?: string | undefined;
|
|
2537
2537
|
warningForeground?: string | undefined;
|
|
@@ -3502,6 +3502,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3502
3502
|
surface?: string | undefined;
|
|
3503
3503
|
background?: string | undefined;
|
|
3504
3504
|
ring?: string | undefined;
|
|
3505
|
+
border?: string | undefined;
|
|
3505
3506
|
primaryHover?: string | undefined;
|
|
3506
3507
|
primaryForeground?: string | undefined;
|
|
3507
3508
|
secondaryHover?: string | undefined;
|
|
@@ -3510,7 +3511,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3510
3511
|
mutedForeground?: string | undefined;
|
|
3511
3512
|
foreground?: string | undefined;
|
|
3512
3513
|
cardForeground?: string | undefined;
|
|
3513
|
-
border?: string | undefined;
|
|
3514
3514
|
errorForeground?: string | undefined;
|
|
3515
3515
|
successForeground?: string | undefined;
|
|
3516
3516
|
warningForeground?: string | undefined;
|
|
@@ -3724,6 +3724,7 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3724
3724
|
surface?: string | undefined;
|
|
3725
3725
|
background?: string | undefined;
|
|
3726
3726
|
ring?: string | undefined;
|
|
3727
|
+
border?: string | undefined;
|
|
3727
3728
|
primaryHover?: string | undefined;
|
|
3728
3729
|
primaryForeground?: string | undefined;
|
|
3729
3730
|
secondaryHover?: string | undefined;
|
|
@@ -3732,7 +3733,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3732
3733
|
mutedForeground?: string | undefined;
|
|
3733
3734
|
foreground?: string | undefined;
|
|
3734
3735
|
cardForeground?: string | undefined;
|
|
3735
|
-
border?: string | undefined;
|
|
3736
3736
|
errorForeground?: string | undefined;
|
|
3737
3737
|
successForeground?: string | undefined;
|
|
3738
3738
|
warningForeground?: string | undefined;
|
|
@@ -4011,6 +4011,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4011
4011
|
surface?: string | undefined;
|
|
4012
4012
|
background?: string | undefined;
|
|
4013
4013
|
ring?: string | undefined;
|
|
4014
|
+
border?: string | undefined;
|
|
4014
4015
|
primaryHover?: string | undefined;
|
|
4015
4016
|
primaryForeground?: string | undefined;
|
|
4016
4017
|
secondaryHover?: string | undefined;
|
|
@@ -4019,7 +4020,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4019
4020
|
mutedForeground?: string | undefined;
|
|
4020
4021
|
foreground?: string | undefined;
|
|
4021
4022
|
cardForeground?: string | undefined;
|
|
4022
|
-
border?: string | undefined;
|
|
4023
4023
|
errorForeground?: string | undefined;
|
|
4024
4024
|
successForeground?: string | undefined;
|
|
4025
4025
|
warningForeground?: string | undefined;
|
|
@@ -4044,6 +4044,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4044
4044
|
surface?: string | undefined;
|
|
4045
4045
|
background?: string | undefined;
|
|
4046
4046
|
ring?: string | undefined;
|
|
4047
|
+
border?: string | undefined;
|
|
4047
4048
|
primaryHover?: string | undefined;
|
|
4048
4049
|
primaryForeground?: string | undefined;
|
|
4049
4050
|
secondaryHover?: string | undefined;
|
|
@@ -4052,7 +4053,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4052
4053
|
mutedForeground?: string | undefined;
|
|
4053
4054
|
foreground?: string | undefined;
|
|
4054
4055
|
cardForeground?: string | undefined;
|
|
4055
|
-
border?: string | undefined;
|
|
4056
4056
|
errorForeground?: string | undefined;
|
|
4057
4057
|
successForeground?: string | undefined;
|
|
4058
4058
|
warningForeground?: string | undefined;
|
|
@@ -5023,6 +5023,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5023
5023
|
surface?: string | undefined;
|
|
5024
5024
|
background?: string | undefined;
|
|
5025
5025
|
ring?: string | undefined;
|
|
5026
|
+
border?: string | undefined;
|
|
5026
5027
|
primaryHover?: string | undefined;
|
|
5027
5028
|
primaryForeground?: string | undefined;
|
|
5028
5029
|
secondaryHover?: string | undefined;
|
|
@@ -5031,7 +5032,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5031
5032
|
mutedForeground?: string | undefined;
|
|
5032
5033
|
foreground?: string | undefined;
|
|
5033
5034
|
cardForeground?: string | undefined;
|
|
5034
|
-
border?: string | undefined;
|
|
5035
5035
|
errorForeground?: string | undefined;
|
|
5036
5036
|
successForeground?: string | undefined;
|
|
5037
5037
|
warningForeground?: string | undefined;
|
|
@@ -5245,6 +5245,7 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5245
5245
|
surface?: string | undefined;
|
|
5246
5246
|
background?: string | undefined;
|
|
5247
5247
|
ring?: string | undefined;
|
|
5248
|
+
border?: string | undefined;
|
|
5248
5249
|
primaryHover?: string | undefined;
|
|
5249
5250
|
primaryForeground?: string | undefined;
|
|
5250
5251
|
secondaryHover?: string | undefined;
|
|
@@ -5253,7 +5254,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5253
5254
|
mutedForeground?: string | undefined;
|
|
5254
5255
|
foreground?: string | undefined;
|
|
5255
5256
|
cardForeground?: string | undefined;
|
|
5256
|
-
border?: string | undefined;
|
|
5257
5257
|
errorForeground?: string | undefined;
|
|
5258
5258
|
successForeground?: string | undefined;
|
|
5259
5259
|
warningForeground?: string | undefined;
|
|
@@ -5513,6 +5513,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5513
5513
|
surface?: string | undefined;
|
|
5514
5514
|
background?: string | undefined;
|
|
5515
5515
|
ring?: string | undefined;
|
|
5516
|
+
border?: string | undefined;
|
|
5516
5517
|
primaryHover?: string | undefined;
|
|
5517
5518
|
primaryForeground?: string | undefined;
|
|
5518
5519
|
secondaryHover?: string | undefined;
|
|
@@ -5521,7 +5522,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5521
5522
|
mutedForeground?: string | undefined;
|
|
5522
5523
|
foreground?: string | undefined;
|
|
5523
5524
|
cardForeground?: string | undefined;
|
|
5524
|
-
border?: string | undefined;
|
|
5525
5525
|
errorForeground?: string | undefined;
|
|
5526
5526
|
successForeground?: string | undefined;
|
|
5527
5527
|
warningForeground?: string | undefined;
|
|
@@ -5546,6 +5546,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5546
5546
|
surface?: string | undefined;
|
|
5547
5547
|
background?: string | undefined;
|
|
5548
5548
|
ring?: string | undefined;
|
|
5549
|
+
border?: string | undefined;
|
|
5549
5550
|
primaryHover?: string | undefined;
|
|
5550
5551
|
primaryForeground?: string | undefined;
|
|
5551
5552
|
secondaryHover?: string | undefined;
|
|
@@ -5554,7 +5555,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
5554
5555
|
mutedForeground?: string | undefined;
|
|
5555
5556
|
foreground?: string | undefined;
|
|
5556
5557
|
cardForeground?: string | undefined;
|
|
5557
|
-
border?: string | undefined;
|
|
5558
5558
|
errorForeground?: string | undefined;
|
|
5559
5559
|
successForeground?: string | undefined;
|
|
5560
5560
|
warningForeground?: string | undefined;
|
|
@@ -6525,6 +6525,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6525
6525
|
surface?: string | undefined;
|
|
6526
6526
|
background?: string | undefined;
|
|
6527
6527
|
ring?: string | undefined;
|
|
6528
|
+
border?: string | undefined;
|
|
6528
6529
|
primaryHover?: string | undefined;
|
|
6529
6530
|
primaryForeground?: string | undefined;
|
|
6530
6531
|
secondaryHover?: string | undefined;
|
|
@@ -6533,7 +6534,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6533
6534
|
mutedForeground?: string | undefined;
|
|
6534
6535
|
foreground?: string | undefined;
|
|
6535
6536
|
cardForeground?: string | undefined;
|
|
6536
|
-
border?: string | undefined;
|
|
6537
6537
|
errorForeground?: string | undefined;
|
|
6538
6538
|
successForeground?: string | undefined;
|
|
6539
6539
|
warningForeground?: string | undefined;
|
|
@@ -6747,6 +6747,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6747
6747
|
surface?: string | undefined;
|
|
6748
6748
|
background?: string | undefined;
|
|
6749
6749
|
ring?: string | undefined;
|
|
6750
|
+
border?: string | undefined;
|
|
6750
6751
|
primaryHover?: string | undefined;
|
|
6751
6752
|
primaryForeground?: string | undefined;
|
|
6752
6753
|
secondaryHover?: string | undefined;
|
|
@@ -6755,7 +6756,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6755
6756
|
mutedForeground?: string | undefined;
|
|
6756
6757
|
foreground?: string | undefined;
|
|
6757
6758
|
cardForeground?: string | undefined;
|
|
6758
|
-
border?: string | undefined;
|
|
6759
6759
|
errorForeground?: string | undefined;
|
|
6760
6760
|
successForeground?: string | undefined;
|
|
6761
6761
|
warningForeground?: string | undefined;
|
|
@@ -7002,6 +7002,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7002
7002
|
surface?: string | undefined;
|
|
7003
7003
|
background?: string | undefined;
|
|
7004
7004
|
ring?: string | undefined;
|
|
7005
|
+
border?: string | undefined;
|
|
7005
7006
|
primaryHover?: string | undefined;
|
|
7006
7007
|
primaryForeground?: string | undefined;
|
|
7007
7008
|
secondaryHover?: string | undefined;
|
|
@@ -7010,7 +7011,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7010
7011
|
mutedForeground?: string | undefined;
|
|
7011
7012
|
foreground?: string | undefined;
|
|
7012
7013
|
cardForeground?: string | undefined;
|
|
7013
|
-
border?: string | undefined;
|
|
7014
7014
|
errorForeground?: string | undefined;
|
|
7015
7015
|
successForeground?: string | undefined;
|
|
7016
7016
|
warningForeground?: string | undefined;
|
|
@@ -7035,6 +7035,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7035
7035
|
surface?: string | undefined;
|
|
7036
7036
|
background?: string | undefined;
|
|
7037
7037
|
ring?: string | undefined;
|
|
7038
|
+
border?: string | undefined;
|
|
7038
7039
|
primaryHover?: string | undefined;
|
|
7039
7040
|
primaryForeground?: string | undefined;
|
|
7040
7041
|
secondaryHover?: string | undefined;
|
|
@@ -7043,7 +7044,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7043
7044
|
mutedForeground?: string | undefined;
|
|
7044
7045
|
foreground?: string | undefined;
|
|
7045
7046
|
cardForeground?: string | undefined;
|
|
7046
|
-
border?: string | undefined;
|
|
7047
7047
|
errorForeground?: string | undefined;
|
|
7048
7048
|
successForeground?: string | undefined;
|
|
7049
7049
|
warningForeground?: string | undefined;
|
|
@@ -8014,6 +8014,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8014
8014
|
surface?: string | undefined;
|
|
8015
8015
|
background?: string | undefined;
|
|
8016
8016
|
ring?: string | undefined;
|
|
8017
|
+
border?: string | undefined;
|
|
8017
8018
|
primaryHover?: string | undefined;
|
|
8018
8019
|
primaryForeground?: string | undefined;
|
|
8019
8020
|
secondaryHover?: string | undefined;
|
|
@@ -8022,7 +8023,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8022
8023
|
mutedForeground?: string | undefined;
|
|
8023
8024
|
foreground?: string | undefined;
|
|
8024
8025
|
cardForeground?: string | undefined;
|
|
8025
|
-
border?: string | undefined;
|
|
8026
8026
|
errorForeground?: string | undefined;
|
|
8027
8027
|
successForeground?: string | undefined;
|
|
8028
8028
|
warningForeground?: string | undefined;
|
|
@@ -8236,6 +8236,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8236
8236
|
surface?: string | undefined;
|
|
8237
8237
|
background?: string | undefined;
|
|
8238
8238
|
ring?: string | undefined;
|
|
8239
|
+
border?: string | undefined;
|
|
8239
8240
|
primaryHover?: string | undefined;
|
|
8240
8241
|
primaryForeground?: string | undefined;
|
|
8241
8242
|
secondaryHover?: string | undefined;
|
|
@@ -8244,7 +8245,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8244
8245
|
mutedForeground?: string | undefined;
|
|
8245
8246
|
foreground?: string | undefined;
|
|
8246
8247
|
cardForeground?: string | undefined;
|
|
8247
|
-
border?: string | undefined;
|
|
8248
8248
|
errorForeground?: string | undefined;
|
|
8249
8249
|
successForeground?: string | undefined;
|
|
8250
8250
|
warningForeground?: string | undefined;
|
|
@@ -8461,6 +8461,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8461
8461
|
surface?: string | undefined;
|
|
8462
8462
|
background?: string | undefined;
|
|
8463
8463
|
ring?: string | undefined;
|
|
8464
|
+
border?: string | undefined;
|
|
8464
8465
|
primaryHover?: string | undefined;
|
|
8465
8466
|
primaryForeground?: string | undefined;
|
|
8466
8467
|
secondaryHover?: string | undefined;
|
|
@@ -8469,7 +8470,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8469
8470
|
mutedForeground?: string | undefined;
|
|
8470
8471
|
foreground?: string | undefined;
|
|
8471
8472
|
cardForeground?: string | undefined;
|
|
8472
|
-
border?: string | undefined;
|
|
8473
8473
|
errorForeground?: string | undefined;
|
|
8474
8474
|
successForeground?: string | undefined;
|
|
8475
8475
|
warningForeground?: string | undefined;
|
|
@@ -8684,6 +8684,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8684
8684
|
surface?: string | undefined;
|
|
8685
8685
|
background?: string | undefined;
|
|
8686
8686
|
ring?: string | undefined;
|
|
8687
|
+
border?: string | undefined;
|
|
8687
8688
|
primaryHover?: string | undefined;
|
|
8688
8689
|
primaryForeground?: string | undefined;
|
|
8689
8690
|
secondaryHover?: string | undefined;
|
|
@@ -8692,7 +8693,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8692
8693
|
mutedForeground?: string | undefined;
|
|
8693
8694
|
foreground?: string | undefined;
|
|
8694
8695
|
cardForeground?: string | undefined;
|
|
8695
|
-
border?: string | undefined;
|
|
8696
8696
|
errorForeground?: string | undefined;
|
|
8697
8697
|
successForeground?: string | undefined;
|
|
8698
8698
|
warningForeground?: string | undefined;
|
|
@@ -8909,6 +8909,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8909
8909
|
surface?: string | undefined;
|
|
8910
8910
|
background?: string | undefined;
|
|
8911
8911
|
ring?: string | undefined;
|
|
8912
|
+
border?: string | undefined;
|
|
8912
8913
|
primaryHover?: string | undefined;
|
|
8913
8914
|
primaryForeground?: string | undefined;
|
|
8914
8915
|
secondaryHover?: string | undefined;
|
|
@@ -8917,7 +8918,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8917
8918
|
mutedForeground?: string | undefined;
|
|
8918
8919
|
foreground?: string | undefined;
|
|
8919
8920
|
cardForeground?: string | undefined;
|
|
8920
|
-
border?: string | undefined;
|
|
8921
8921
|
errorForeground?: string | undefined;
|
|
8922
8922
|
successForeground?: string | undefined;
|
|
8923
8923
|
warningForeground?: string | undefined;
|
|
@@ -9132,6 +9132,7 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9132
9132
|
surface?: string | undefined;
|
|
9133
9133
|
background?: string | undefined;
|
|
9134
9134
|
ring?: string | undefined;
|
|
9135
|
+
border?: string | undefined;
|
|
9135
9136
|
primaryHover?: string | undefined;
|
|
9136
9137
|
primaryForeground?: string | undefined;
|
|
9137
9138
|
secondaryHover?: string | undefined;
|
|
@@ -9140,7 +9141,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9140
9141
|
mutedForeground?: string | undefined;
|
|
9141
9142
|
foreground?: string | undefined;
|
|
9142
9143
|
cardForeground?: string | undefined;
|
|
9143
|
-
border?: string | undefined;
|
|
9144
9144
|
errorForeground?: string | undefined;
|
|
9145
9145
|
successForeground?: string | undefined;
|
|
9146
9146
|
warningForeground?: string | undefined;
|
|
@@ -9414,6 +9414,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9414
9414
|
surface?: string | undefined;
|
|
9415
9415
|
background?: string | undefined;
|
|
9416
9416
|
ring?: string | undefined;
|
|
9417
|
+
border?: string | undefined;
|
|
9417
9418
|
primaryHover?: string | undefined;
|
|
9418
9419
|
primaryForeground?: string | undefined;
|
|
9419
9420
|
secondaryHover?: string | undefined;
|
|
@@ -9422,7 +9423,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9422
9423
|
mutedForeground?: string | undefined;
|
|
9423
9424
|
foreground?: string | undefined;
|
|
9424
9425
|
cardForeground?: string | undefined;
|
|
9425
|
-
border?: string | undefined;
|
|
9426
9426
|
errorForeground?: string | undefined;
|
|
9427
9427
|
successForeground?: string | undefined;
|
|
9428
9428
|
warningForeground?: string | undefined;
|
|
@@ -9447,6 +9447,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9447
9447
|
surface?: string | undefined;
|
|
9448
9448
|
background?: string | undefined;
|
|
9449
9449
|
ring?: string | undefined;
|
|
9450
|
+
border?: string | undefined;
|
|
9450
9451
|
primaryHover?: string | undefined;
|
|
9451
9452
|
primaryForeground?: string | undefined;
|
|
9452
9453
|
secondaryHover?: string | undefined;
|
|
@@ -9455,7 +9456,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9455
9456
|
mutedForeground?: string | undefined;
|
|
9456
9457
|
foreground?: string | undefined;
|
|
9457
9458
|
cardForeground?: string | undefined;
|
|
9458
|
-
border?: string | undefined;
|
|
9459
9459
|
errorForeground?: string | undefined;
|
|
9460
9460
|
successForeground?: string | undefined;
|
|
9461
9461
|
warningForeground?: string | undefined;
|
|
@@ -10426,6 +10426,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10426
10426
|
surface?: string | undefined;
|
|
10427
10427
|
background?: string | undefined;
|
|
10428
10428
|
ring?: string | undefined;
|
|
10429
|
+
border?: string | undefined;
|
|
10429
10430
|
primaryHover?: string | undefined;
|
|
10430
10431
|
primaryForeground?: string | undefined;
|
|
10431
10432
|
secondaryHover?: string | undefined;
|
|
@@ -10434,7 +10435,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10434
10435
|
mutedForeground?: string | undefined;
|
|
10435
10436
|
foreground?: string | undefined;
|
|
10436
10437
|
cardForeground?: string | undefined;
|
|
10437
|
-
border?: string | undefined;
|
|
10438
10438
|
errorForeground?: string | undefined;
|
|
10439
10439
|
successForeground?: string | undefined;
|
|
10440
10440
|
warningForeground?: string | undefined;
|
|
@@ -10648,6 +10648,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10648
10648
|
surface?: string | undefined;
|
|
10649
10649
|
background?: string | undefined;
|
|
10650
10650
|
ring?: string | undefined;
|
|
10651
|
+
border?: string | undefined;
|
|
10651
10652
|
primaryHover?: string | undefined;
|
|
10652
10653
|
primaryForeground?: string | undefined;
|
|
10653
10654
|
secondaryHover?: string | undefined;
|
|
@@ -10656,7 +10657,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10656
10657
|
mutedForeground?: string | undefined;
|
|
10657
10658
|
foreground?: string | undefined;
|
|
10658
10659
|
cardForeground?: string | undefined;
|
|
10659
|
-
border?: string | undefined;
|
|
10660
10660
|
errorForeground?: string | undefined;
|
|
10661
10661
|
successForeground?: string | undefined;
|
|
10662
10662
|
warningForeground?: string | undefined;
|
|
@@ -10903,6 +10903,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10903
10903
|
surface?: string | undefined;
|
|
10904
10904
|
background?: string | undefined;
|
|
10905
10905
|
ring?: string | undefined;
|
|
10906
|
+
border?: string | undefined;
|
|
10906
10907
|
primaryHover?: string | undefined;
|
|
10907
10908
|
primaryForeground?: string | undefined;
|
|
10908
10909
|
secondaryHover?: string | undefined;
|
|
@@ -10911,7 +10912,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10911
10912
|
mutedForeground?: string | undefined;
|
|
10912
10913
|
foreground?: string | undefined;
|
|
10913
10914
|
cardForeground?: string | undefined;
|
|
10914
|
-
border?: string | undefined;
|
|
10915
10915
|
errorForeground?: string | undefined;
|
|
10916
10916
|
successForeground?: string | undefined;
|
|
10917
10917
|
warningForeground?: string | undefined;
|
|
@@ -10936,6 +10936,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10936
10936
|
surface?: string | undefined;
|
|
10937
10937
|
background?: string | undefined;
|
|
10938
10938
|
ring?: string | undefined;
|
|
10939
|
+
border?: string | undefined;
|
|
10939
10940
|
primaryHover?: string | undefined;
|
|
10940
10941
|
primaryForeground?: string | undefined;
|
|
10941
10942
|
secondaryHover?: string | undefined;
|
|
@@ -10944,7 +10945,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10944
10945
|
mutedForeground?: string | undefined;
|
|
10945
10946
|
foreground?: string | undefined;
|
|
10946
10947
|
cardForeground?: string | undefined;
|
|
10947
|
-
border?: string | undefined;
|
|
10948
10948
|
errorForeground?: string | undefined;
|
|
10949
10949
|
successForeground?: string | undefined;
|
|
10950
10950
|
warningForeground?: string | undefined;
|
|
@@ -11915,6 +11915,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11915
11915
|
surface?: string | undefined;
|
|
11916
11916
|
background?: string | undefined;
|
|
11917
11917
|
ring?: string | undefined;
|
|
11918
|
+
border?: string | undefined;
|
|
11918
11919
|
primaryHover?: string | undefined;
|
|
11919
11920
|
primaryForeground?: string | undefined;
|
|
11920
11921
|
secondaryHover?: string | undefined;
|
|
@@ -11923,7 +11924,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11923
11924
|
mutedForeground?: string | undefined;
|
|
11924
11925
|
foreground?: string | undefined;
|
|
11925
11926
|
cardForeground?: string | undefined;
|
|
11926
|
-
border?: string | undefined;
|
|
11927
11927
|
errorForeground?: string | undefined;
|
|
11928
11928
|
successForeground?: string | undefined;
|
|
11929
11929
|
warningForeground?: string | undefined;
|
|
@@ -12137,6 +12137,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12137
12137
|
surface?: string | undefined;
|
|
12138
12138
|
background?: string | undefined;
|
|
12139
12139
|
ring?: string | undefined;
|
|
12140
|
+
border?: string | undefined;
|
|
12140
12141
|
primaryHover?: string | undefined;
|
|
12141
12142
|
primaryForeground?: string | undefined;
|
|
12142
12143
|
secondaryHover?: string | undefined;
|
|
@@ -12145,7 +12146,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12145
12146
|
mutedForeground?: string | undefined;
|
|
12146
12147
|
foreground?: string | undefined;
|
|
12147
12148
|
cardForeground?: string | undefined;
|
|
12148
|
-
border?: string | undefined;
|
|
12149
12149
|
errorForeground?: string | undefined;
|
|
12150
12150
|
successForeground?: string | undefined;
|
|
12151
12151
|
warningForeground?: string | undefined;
|
|
@@ -12362,6 +12362,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12362
12362
|
surface?: string | undefined;
|
|
12363
12363
|
background?: string | undefined;
|
|
12364
12364
|
ring?: string | undefined;
|
|
12365
|
+
border?: string | undefined;
|
|
12365
12366
|
primaryHover?: string | undefined;
|
|
12366
12367
|
primaryForeground?: string | undefined;
|
|
12367
12368
|
secondaryHover?: string | undefined;
|
|
@@ -12370,7 +12371,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12370
12371
|
mutedForeground?: string | undefined;
|
|
12371
12372
|
foreground?: string | undefined;
|
|
12372
12373
|
cardForeground?: string | undefined;
|
|
12373
|
-
border?: string | undefined;
|
|
12374
12374
|
errorForeground?: string | undefined;
|
|
12375
12375
|
successForeground?: string | undefined;
|
|
12376
12376
|
warningForeground?: string | undefined;
|
|
@@ -12585,6 +12585,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12585
12585
|
surface?: string | undefined;
|
|
12586
12586
|
background?: string | undefined;
|
|
12587
12587
|
ring?: string | undefined;
|
|
12588
|
+
border?: string | undefined;
|
|
12588
12589
|
primaryHover?: string | undefined;
|
|
12589
12590
|
primaryForeground?: string | undefined;
|
|
12590
12591
|
secondaryHover?: string | undefined;
|
|
@@ -12593,7 +12594,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12593
12594
|
mutedForeground?: string | undefined;
|
|
12594
12595
|
foreground?: string | undefined;
|
|
12595
12596
|
cardForeground?: string | undefined;
|
|
12596
|
-
border?: string | undefined;
|
|
12597
12597
|
errorForeground?: string | undefined;
|
|
12598
12598
|
successForeground?: string | undefined;
|
|
12599
12599
|
warningForeground?: string | undefined;
|
|
@@ -12810,6 +12810,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12810
12810
|
surface?: string | undefined;
|
|
12811
12811
|
background?: string | undefined;
|
|
12812
12812
|
ring?: string | undefined;
|
|
12813
|
+
border?: string | undefined;
|
|
12813
12814
|
primaryHover?: string | undefined;
|
|
12814
12815
|
primaryForeground?: string | undefined;
|
|
12815
12816
|
secondaryHover?: string | undefined;
|
|
@@ -12818,7 +12819,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12818
12819
|
mutedForeground?: string | undefined;
|
|
12819
12820
|
foreground?: string | undefined;
|
|
12820
12821
|
cardForeground?: string | undefined;
|
|
12821
|
-
border?: string | undefined;
|
|
12822
12822
|
errorForeground?: string | undefined;
|
|
12823
12823
|
successForeground?: string | undefined;
|
|
12824
12824
|
warningForeground?: string | undefined;
|
|
@@ -13033,6 +13033,7 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13033
13033
|
surface?: string | undefined;
|
|
13034
13034
|
background?: string | undefined;
|
|
13035
13035
|
ring?: string | undefined;
|
|
13036
|
+
border?: string | undefined;
|
|
13036
13037
|
primaryHover?: string | undefined;
|
|
13037
13038
|
primaryForeground?: string | undefined;
|
|
13038
13039
|
secondaryHover?: string | undefined;
|
|
@@ -13041,7 +13042,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13041
13042
|
mutedForeground?: string | undefined;
|
|
13042
13043
|
foreground?: string | undefined;
|
|
13043
13044
|
cardForeground?: string | undefined;
|
|
13044
|
-
border?: string | undefined;
|
|
13045
13045
|
errorForeground?: string | undefined;
|
|
13046
13046
|
successForeground?: string | undefined;
|
|
13047
13047
|
warningForeground?: string | undefined;
|
|
@@ -13302,6 +13302,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13302
13302
|
surface?: string | undefined;
|
|
13303
13303
|
background?: string | undefined;
|
|
13304
13304
|
ring?: string | undefined;
|
|
13305
|
+
border?: string | undefined;
|
|
13305
13306
|
primaryHover?: string | undefined;
|
|
13306
13307
|
primaryForeground?: string | undefined;
|
|
13307
13308
|
secondaryHover?: string | undefined;
|
|
@@ -13310,7 +13311,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13310
13311
|
mutedForeground?: string | undefined;
|
|
13311
13312
|
foreground?: string | undefined;
|
|
13312
13313
|
cardForeground?: string | undefined;
|
|
13313
|
-
border?: string | undefined;
|
|
13314
13314
|
errorForeground?: string | undefined;
|
|
13315
13315
|
successForeground?: string | undefined;
|
|
13316
13316
|
warningForeground?: string | undefined;
|
|
@@ -13335,6 +13335,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13335
13335
|
surface?: string | undefined;
|
|
13336
13336
|
background?: string | undefined;
|
|
13337
13337
|
ring?: string | undefined;
|
|
13338
|
+
border?: string | undefined;
|
|
13338
13339
|
primaryHover?: string | undefined;
|
|
13339
13340
|
primaryForeground?: string | undefined;
|
|
13340
13341
|
secondaryHover?: string | undefined;
|
|
@@ -13343,7 +13344,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
13343
13344
|
mutedForeground?: string | undefined;
|
|
13344
13345
|
foreground?: string | undefined;
|
|
13345
13346
|
cardForeground?: string | undefined;
|
|
13346
|
-
border?: string | undefined;
|
|
13347
13347
|
errorForeground?: string | undefined;
|
|
13348
13348
|
successForeground?: string | undefined;
|
|
13349
13349
|
warningForeground?: string | undefined;
|
|
@@ -14314,6 +14314,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14314
14314
|
surface?: string | undefined;
|
|
14315
14315
|
background?: string | undefined;
|
|
14316
14316
|
ring?: string | undefined;
|
|
14317
|
+
border?: string | undefined;
|
|
14317
14318
|
primaryHover?: string | undefined;
|
|
14318
14319
|
primaryForeground?: string | undefined;
|
|
14319
14320
|
secondaryHover?: string | undefined;
|
|
@@ -14322,7 +14323,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14322
14323
|
mutedForeground?: string | undefined;
|
|
14323
14324
|
foreground?: string | undefined;
|
|
14324
14325
|
cardForeground?: string | undefined;
|
|
14325
|
-
border?: string | undefined;
|
|
14326
14326
|
errorForeground?: string | undefined;
|
|
14327
14327
|
successForeground?: string | undefined;
|
|
14328
14328
|
warningForeground?: string | undefined;
|
|
@@ -14536,6 +14536,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14536
14536
|
surface?: string | undefined;
|
|
14537
14537
|
background?: string | undefined;
|
|
14538
14538
|
ring?: string | undefined;
|
|
14539
|
+
border?: string | undefined;
|
|
14539
14540
|
primaryHover?: string | undefined;
|
|
14540
14541
|
primaryForeground?: string | undefined;
|
|
14541
14542
|
secondaryHover?: string | undefined;
|
|
@@ -14544,7 +14545,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14544
14545
|
mutedForeground?: string | undefined;
|
|
14545
14546
|
foreground?: string | undefined;
|
|
14546
14547
|
cardForeground?: string | undefined;
|
|
14547
|
-
border?: string | undefined;
|
|
14548
14548
|
errorForeground?: string | undefined;
|
|
14549
14549
|
successForeground?: string | undefined;
|
|
14550
14550
|
warningForeground?: string | undefined;
|
|
@@ -14791,6 +14791,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14791
14791
|
surface?: string | undefined;
|
|
14792
14792
|
background?: string | undefined;
|
|
14793
14793
|
ring?: string | undefined;
|
|
14794
|
+
border?: string | undefined;
|
|
14794
14795
|
primaryHover?: string | undefined;
|
|
14795
14796
|
primaryForeground?: string | undefined;
|
|
14796
14797
|
secondaryHover?: string | undefined;
|
|
@@ -14799,7 +14800,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14799
14800
|
mutedForeground?: string | undefined;
|
|
14800
14801
|
foreground?: string | undefined;
|
|
14801
14802
|
cardForeground?: string | undefined;
|
|
14802
|
-
border?: string | undefined;
|
|
14803
14803
|
errorForeground?: string | undefined;
|
|
14804
14804
|
successForeground?: string | undefined;
|
|
14805
14805
|
warningForeground?: string | undefined;
|
|
@@ -14824,6 +14824,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14824
14824
|
surface?: string | undefined;
|
|
14825
14825
|
background?: string | undefined;
|
|
14826
14826
|
ring?: string | undefined;
|
|
14827
|
+
border?: string | undefined;
|
|
14827
14828
|
primaryHover?: string | undefined;
|
|
14828
14829
|
primaryForeground?: string | undefined;
|
|
14829
14830
|
secondaryHover?: string | undefined;
|
|
@@ -14832,7 +14833,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14832
14833
|
mutedForeground?: string | undefined;
|
|
14833
14834
|
foreground?: string | undefined;
|
|
14834
14835
|
cardForeground?: string | undefined;
|
|
14835
|
-
border?: string | undefined;
|
|
14836
14836
|
errorForeground?: string | undefined;
|
|
14837
14837
|
successForeground?: string | undefined;
|
|
14838
14838
|
warningForeground?: string | undefined;
|
|
@@ -15803,6 +15803,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15803
15803
|
surface?: string | undefined;
|
|
15804
15804
|
background?: string | undefined;
|
|
15805
15805
|
ring?: string | undefined;
|
|
15806
|
+
border?: string | undefined;
|
|
15806
15807
|
primaryHover?: string | undefined;
|
|
15807
15808
|
primaryForeground?: string | undefined;
|
|
15808
15809
|
secondaryHover?: string | undefined;
|
|
@@ -15811,7 +15812,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15811
15812
|
mutedForeground?: string | undefined;
|
|
15812
15813
|
foreground?: string | undefined;
|
|
15813
15814
|
cardForeground?: string | undefined;
|
|
15814
|
-
border?: string | undefined;
|
|
15815
15815
|
errorForeground?: string | undefined;
|
|
15816
15816
|
successForeground?: string | undefined;
|
|
15817
15817
|
warningForeground?: string | undefined;
|
|
@@ -16025,6 +16025,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16025
16025
|
surface?: string | undefined;
|
|
16026
16026
|
background?: string | undefined;
|
|
16027
16027
|
ring?: string | undefined;
|
|
16028
|
+
border?: string | undefined;
|
|
16028
16029
|
primaryHover?: string | undefined;
|
|
16029
16030
|
primaryForeground?: string | undefined;
|
|
16030
16031
|
secondaryHover?: string | undefined;
|
|
@@ -16033,7 +16034,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16033
16034
|
mutedForeground?: string | undefined;
|
|
16034
16035
|
foreground?: string | undefined;
|
|
16035
16036
|
cardForeground?: string | undefined;
|
|
16036
|
-
border?: string | undefined;
|
|
16037
16037
|
errorForeground?: string | undefined;
|
|
16038
16038
|
successForeground?: string | undefined;
|
|
16039
16039
|
warningForeground?: string | undefined;
|
|
@@ -16250,6 +16250,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16250
16250
|
surface?: string | undefined;
|
|
16251
16251
|
background?: string | undefined;
|
|
16252
16252
|
ring?: string | undefined;
|
|
16253
|
+
border?: string | undefined;
|
|
16253
16254
|
primaryHover?: string | undefined;
|
|
16254
16255
|
primaryForeground?: string | undefined;
|
|
16255
16256
|
secondaryHover?: string | undefined;
|
|
@@ -16258,7 +16259,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16258
16259
|
mutedForeground?: string | undefined;
|
|
16259
16260
|
foreground?: string | undefined;
|
|
16260
16261
|
cardForeground?: string | undefined;
|
|
16261
|
-
border?: string | undefined;
|
|
16262
16262
|
errorForeground?: string | undefined;
|
|
16263
16263
|
successForeground?: string | undefined;
|
|
16264
16264
|
warningForeground?: string | undefined;
|
|
@@ -16473,6 +16473,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16473
16473
|
surface?: string | undefined;
|
|
16474
16474
|
background?: string | undefined;
|
|
16475
16475
|
ring?: string | undefined;
|
|
16476
|
+
border?: string | undefined;
|
|
16476
16477
|
primaryHover?: string | undefined;
|
|
16477
16478
|
primaryForeground?: string | undefined;
|
|
16478
16479
|
secondaryHover?: string | undefined;
|
|
@@ -16481,7 +16482,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16481
16482
|
mutedForeground?: string | undefined;
|
|
16482
16483
|
foreground?: string | undefined;
|
|
16483
16484
|
cardForeground?: string | undefined;
|
|
16484
|
-
border?: string | undefined;
|
|
16485
16485
|
errorForeground?: string | undefined;
|
|
16486
16486
|
successForeground?: string | undefined;
|
|
16487
16487
|
warningForeground?: string | undefined;
|
|
@@ -16698,6 +16698,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16698
16698
|
surface?: string | undefined;
|
|
16699
16699
|
background?: string | undefined;
|
|
16700
16700
|
ring?: string | undefined;
|
|
16701
|
+
border?: string | undefined;
|
|
16701
16702
|
primaryHover?: string | undefined;
|
|
16702
16703
|
primaryForeground?: string | undefined;
|
|
16703
16704
|
secondaryHover?: string | undefined;
|
|
@@ -16706,7 +16707,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16706
16707
|
mutedForeground?: string | undefined;
|
|
16707
16708
|
foreground?: string | undefined;
|
|
16708
16709
|
cardForeground?: string | undefined;
|
|
16709
|
-
border?: string | undefined;
|
|
16710
16710
|
errorForeground?: string | undefined;
|
|
16711
16711
|
successForeground?: string | undefined;
|
|
16712
16712
|
warningForeground?: string | undefined;
|
|
@@ -16921,6 +16921,7 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16921
16921
|
surface?: string | undefined;
|
|
16922
16922
|
background?: string | undefined;
|
|
16923
16923
|
ring?: string | undefined;
|
|
16924
|
+
border?: string | undefined;
|
|
16924
16925
|
primaryHover?: string | undefined;
|
|
16925
16926
|
primaryForeground?: string | undefined;
|
|
16926
16927
|
secondaryHover?: string | undefined;
|
|
@@ -16929,7 +16930,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16929
16930
|
mutedForeground?: string | undefined;
|
|
16930
16931
|
foreground?: string | undefined;
|
|
16931
16932
|
cardForeground?: string | undefined;
|
|
16932
|
-
border?: string | undefined;
|
|
16933
16933
|
errorForeground?: string | undefined;
|
|
16934
16934
|
successForeground?: string | undefined;
|
|
16935
16935
|
warningForeground?: string | undefined;
|
|
@@ -17190,6 +17190,7 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17190
17190
|
surface?: string | undefined;
|
|
17191
17191
|
background?: string | undefined;
|
|
17192
17192
|
ring?: string | undefined;
|
|
17193
|
+
border?: string | undefined;
|
|
17193
17194
|
primaryHover?: string | undefined;
|
|
17194
17195
|
primaryForeground?: string | undefined;
|
|
17195
17196
|
secondaryHover?: string | undefined;
|
|
@@ -17198,7 +17199,6 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17198
17199
|
mutedForeground?: string | undefined;
|
|
17199
17200
|
foreground?: string | undefined;
|
|
17200
17201
|
cardForeground?: string | undefined;
|
|
17201
|
-
border?: string | undefined;
|
|
17202
17202
|
errorForeground?: string | undefined;
|
|
17203
17203
|
successForeground?: string | undefined;
|
|
17204
17204
|
warningForeground?: string | undefined;
|
|
@@ -17223,6 +17223,7 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17223
17223
|
surface?: string | undefined;
|
|
17224
17224
|
background?: string | undefined;
|
|
17225
17225
|
ring?: string | undefined;
|
|
17226
|
+
border?: string | undefined;
|
|
17226
17227
|
primaryHover?: string | undefined;
|
|
17227
17228
|
primaryForeground?: string | undefined;
|
|
17228
17229
|
secondaryHover?: string | undefined;
|
|
@@ -17231,7 +17232,6 @@ declare const ColorSliceSchema: z.ZodObject<{
|
|
|
17231
17232
|
mutedForeground?: string | undefined;
|
|
17232
17233
|
foreground?: string | undefined;
|
|
17233
17234
|
cardForeground?: string | undefined;
|
|
17234
|
-
border?: string | undefined;
|
|
17235
17235
|
errorForeground?: string | undefined;
|
|
17236
17236
|
successForeground?: string | undefined;
|
|
17237
17237
|
warningForeground?: string | undefined;
|
|
@@ -18232,13 +18232,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
18232
18232
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18233
18233
|
}, "strip", z.ZodTypeAny, {
|
|
18234
18234
|
type: "custom";
|
|
18235
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
18235
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
18236
18236
|
className: string;
|
|
18237
18237
|
slots?: string[] | undefined;
|
|
18238
18238
|
props?: string[] | undefined;
|
|
18239
18239
|
}, {
|
|
18240
18240
|
type: "custom";
|
|
18241
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
18241
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
18242
18242
|
className: string;
|
|
18243
18243
|
slots?: string[] | undefined;
|
|
18244
18244
|
props?: string[] | undefined;
|
|
@@ -18255,13 +18255,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
18255
18255
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18256
18256
|
}, "strip", z.ZodTypeAny, {
|
|
18257
18257
|
type: "custom";
|
|
18258
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
18258
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
18259
18259
|
className: string;
|
|
18260
18260
|
slots?: string[] | undefined;
|
|
18261
18261
|
props?: string[] | undefined;
|
|
18262
18262
|
}, {
|
|
18263
18263
|
type: "custom";
|
|
18264
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
18264
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
18265
18265
|
className: string;
|
|
18266
18266
|
slots?: string[] | undefined;
|
|
18267
18267
|
props?: string[] | undefined;
|
|
@@ -19498,6 +19498,7 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19498
19498
|
ref: string;
|
|
19499
19499
|
path?: string | undefined;
|
|
19500
19500
|
from?: string | undefined;
|
|
19501
|
+
linkedEntity?: string | undefined;
|
|
19501
19502
|
traits?: (string | {
|
|
19502
19503
|
name: string;
|
|
19503
19504
|
scope: "instance" | "collection";
|
|
@@ -19650,11 +19651,11 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19650
19651
|
events?: Record<string, string> | undefined;
|
|
19651
19652
|
linkedEntity?: string | undefined;
|
|
19652
19653
|
})[] | undefined;
|
|
19653
|
-
linkedEntity?: string | undefined;
|
|
19654
19654
|
}, {
|
|
19655
19655
|
ref: string;
|
|
19656
19656
|
path?: string | undefined;
|
|
19657
19657
|
from?: string | undefined;
|
|
19658
|
+
linkedEntity?: string | undefined;
|
|
19658
19659
|
traits?: (string | {
|
|
19659
19660
|
name: string;
|
|
19660
19661
|
scope: "instance" | "collection";
|
|
@@ -19807,7 +19808,6 @@ declare const PageRefObjectSchema: z.ZodObject<{
|
|
|
19807
19808
|
events?: Record<string, string> | undefined;
|
|
19808
19809
|
linkedEntity?: string | undefined;
|
|
19809
19810
|
})[] | undefined;
|
|
19810
|
-
linkedEntity?: string | undefined;
|
|
19811
19811
|
}>;
|
|
19812
19812
|
declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
19813
19813
|
name: z.ZodString;
|
|
@@ -19840,7 +19840,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19840
19840
|
linkedEntity?: string | undefined;
|
|
19841
19841
|
}[] | undefined;
|
|
19842
19842
|
primaryEntity?: string | undefined;
|
|
19843
|
-
viewType?: "custom" | "create" | "
|
|
19843
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
19844
19844
|
}, {
|
|
19845
19845
|
path: string;
|
|
19846
19846
|
name: string;
|
|
@@ -19852,7 +19852,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19852
19852
|
linkedEntity?: string | undefined;
|
|
19853
19853
|
}[] | undefined;
|
|
19854
19854
|
primaryEntity?: string | undefined;
|
|
19855
|
-
viewType?: "custom" | "create" | "
|
|
19855
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
19856
19856
|
}>, z.ZodString, z.ZodObject<{
|
|
19857
19857
|
ref: z.ZodString;
|
|
19858
19858
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -20686,6 +20686,7 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20686
20686
|
ref: string;
|
|
20687
20687
|
path?: string | undefined;
|
|
20688
20688
|
from?: string | undefined;
|
|
20689
|
+
linkedEntity?: string | undefined;
|
|
20689
20690
|
traits?: (string | {
|
|
20690
20691
|
name: string;
|
|
20691
20692
|
scope: "instance" | "collection";
|
|
@@ -20838,11 +20839,11 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20838
20839
|
events?: Record<string, string> | undefined;
|
|
20839
20840
|
linkedEntity?: string | undefined;
|
|
20840
20841
|
})[] | undefined;
|
|
20841
|
-
linkedEntity?: string | undefined;
|
|
20842
20842
|
}, {
|
|
20843
20843
|
ref: string;
|
|
20844
20844
|
path?: string | undefined;
|
|
20845
20845
|
from?: string | undefined;
|
|
20846
|
+
linkedEntity?: string | undefined;
|
|
20846
20847
|
traits?: (string | {
|
|
20847
20848
|
name: string;
|
|
20848
20849
|
scope: "instance" | "collection";
|
|
@@ -20995,7 +20996,6 @@ declare const PageRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
20995
20996
|
events?: Record<string, string> | undefined;
|
|
20996
20997
|
linkedEntity?: string | undefined;
|
|
20997
20998
|
})[] | undefined;
|
|
20998
|
-
linkedEntity?: string | undefined;
|
|
20999
20999
|
}>]>;
|
|
21000
21000
|
/**
|
|
21001
21001
|
* Checks if a trait reference is an imported reference.
|
|
@@ -21454,6 +21454,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21454
21454
|
surface?: string | undefined;
|
|
21455
21455
|
background?: string | undefined;
|
|
21456
21456
|
ring?: string | undefined;
|
|
21457
|
+
border?: string | undefined;
|
|
21457
21458
|
primaryHover?: string | undefined;
|
|
21458
21459
|
primaryForeground?: string | undefined;
|
|
21459
21460
|
secondaryHover?: string | undefined;
|
|
@@ -21462,7 +21463,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21462
21463
|
mutedForeground?: string | undefined;
|
|
21463
21464
|
foreground?: string | undefined;
|
|
21464
21465
|
cardForeground?: string | undefined;
|
|
21465
|
-
border?: string | undefined;
|
|
21466
21466
|
errorForeground?: string | undefined;
|
|
21467
21467
|
successForeground?: string | undefined;
|
|
21468
21468
|
warningForeground?: string | undefined;
|
|
@@ -21487,6 +21487,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21487
21487
|
surface?: string | undefined;
|
|
21488
21488
|
background?: string | undefined;
|
|
21489
21489
|
ring?: string | undefined;
|
|
21490
|
+
border?: string | undefined;
|
|
21490
21491
|
primaryHover?: string | undefined;
|
|
21491
21492
|
primaryForeground?: string | undefined;
|
|
21492
21493
|
secondaryHover?: string | undefined;
|
|
@@ -21495,7 +21496,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
21495
21496
|
mutedForeground?: string | undefined;
|
|
21496
21497
|
foreground?: string | undefined;
|
|
21497
21498
|
cardForeground?: string | undefined;
|
|
21498
|
-
border?: string | undefined;
|
|
21499
21499
|
errorForeground?: string | undefined;
|
|
21500
21500
|
successForeground?: string | undefined;
|
|
21501
21501
|
warningForeground?: string | undefined;
|
|
@@ -22466,6 +22466,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22466
22466
|
surface?: string | undefined;
|
|
22467
22467
|
background?: string | undefined;
|
|
22468
22468
|
ring?: string | undefined;
|
|
22469
|
+
border?: string | undefined;
|
|
22469
22470
|
primaryHover?: string | undefined;
|
|
22470
22471
|
primaryForeground?: string | undefined;
|
|
22471
22472
|
secondaryHover?: string | undefined;
|
|
@@ -22474,7 +22475,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22474
22475
|
mutedForeground?: string | undefined;
|
|
22475
22476
|
foreground?: string | undefined;
|
|
22476
22477
|
cardForeground?: string | undefined;
|
|
22477
|
-
border?: string | undefined;
|
|
22478
22478
|
errorForeground?: string | undefined;
|
|
22479
22479
|
successForeground?: string | undefined;
|
|
22480
22480
|
warningForeground?: string | undefined;
|
|
@@ -22688,6 +22688,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22688
22688
|
surface?: string | undefined;
|
|
22689
22689
|
background?: string | undefined;
|
|
22690
22690
|
ring?: string | undefined;
|
|
22691
|
+
border?: string | undefined;
|
|
22691
22692
|
primaryHover?: string | undefined;
|
|
22692
22693
|
primaryForeground?: string | undefined;
|
|
22693
22694
|
secondaryHover?: string | undefined;
|
|
@@ -22696,7 +22697,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22696
22697
|
mutedForeground?: string | undefined;
|
|
22697
22698
|
foreground?: string | undefined;
|
|
22698
22699
|
cardForeground?: string | undefined;
|
|
22699
|
-
border?: string | undefined;
|
|
22700
22700
|
errorForeground?: string | undefined;
|
|
22701
22701
|
successForeground?: string | undefined;
|
|
22702
22702
|
warningForeground?: string | undefined;
|
|
@@ -22943,6 +22943,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22943
22943
|
surface?: string | undefined;
|
|
22944
22944
|
background?: string | undefined;
|
|
22945
22945
|
ring?: string | undefined;
|
|
22946
|
+
border?: string | undefined;
|
|
22946
22947
|
primaryHover?: string | undefined;
|
|
22947
22948
|
primaryForeground?: string | undefined;
|
|
22948
22949
|
secondaryHover?: string | undefined;
|
|
@@ -22951,7 +22952,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22951
22952
|
mutedForeground?: string | undefined;
|
|
22952
22953
|
foreground?: string | undefined;
|
|
22953
22954
|
cardForeground?: string | undefined;
|
|
22954
|
-
border?: string | undefined;
|
|
22955
22955
|
errorForeground?: string | undefined;
|
|
22956
22956
|
successForeground?: string | undefined;
|
|
22957
22957
|
warningForeground?: string | undefined;
|
|
@@ -22976,6 +22976,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22976
22976
|
surface?: string | undefined;
|
|
22977
22977
|
background?: string | undefined;
|
|
22978
22978
|
ring?: string | undefined;
|
|
22979
|
+
border?: string | undefined;
|
|
22979
22980
|
primaryHover?: string | undefined;
|
|
22980
22981
|
primaryForeground?: string | undefined;
|
|
22981
22982
|
secondaryHover?: string | undefined;
|
|
@@ -22984,7 +22985,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22984
22985
|
mutedForeground?: string | undefined;
|
|
22985
22986
|
foreground?: string | undefined;
|
|
22986
22987
|
cardForeground?: string | undefined;
|
|
22987
|
-
border?: string | undefined;
|
|
22988
22988
|
errorForeground?: string | undefined;
|
|
22989
22989
|
successForeground?: string | undefined;
|
|
22990
22990
|
warningForeground?: string | undefined;
|
|
@@ -23955,6 +23955,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23955
23955
|
surface?: string | undefined;
|
|
23956
23956
|
background?: string | undefined;
|
|
23957
23957
|
ring?: string | undefined;
|
|
23958
|
+
border?: string | undefined;
|
|
23958
23959
|
primaryHover?: string | undefined;
|
|
23959
23960
|
primaryForeground?: string | undefined;
|
|
23960
23961
|
secondaryHover?: string | undefined;
|
|
@@ -23963,7 +23964,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23963
23964
|
mutedForeground?: string | undefined;
|
|
23964
23965
|
foreground?: string | undefined;
|
|
23965
23966
|
cardForeground?: string | undefined;
|
|
23966
|
-
border?: string | undefined;
|
|
23967
23967
|
errorForeground?: string | undefined;
|
|
23968
23968
|
successForeground?: string | undefined;
|
|
23969
23969
|
warningForeground?: string | undefined;
|
|
@@ -24177,6 +24177,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24177
24177
|
surface?: string | undefined;
|
|
24178
24178
|
background?: string | undefined;
|
|
24179
24179
|
ring?: string | undefined;
|
|
24180
|
+
border?: string | undefined;
|
|
24180
24181
|
primaryHover?: string | undefined;
|
|
24181
24182
|
primaryForeground?: string | undefined;
|
|
24182
24183
|
secondaryHover?: string | undefined;
|
|
@@ -24185,7 +24186,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24185
24186
|
mutedForeground?: string | undefined;
|
|
24186
24187
|
foreground?: string | undefined;
|
|
24187
24188
|
cardForeground?: string | undefined;
|
|
24188
|
-
border?: string | undefined;
|
|
24189
24189
|
errorForeground?: string | undefined;
|
|
24190
24190
|
successForeground?: string | undefined;
|
|
24191
24191
|
warningForeground?: string | undefined;
|
|
@@ -24402,6 +24402,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24402
24402
|
surface?: string | undefined;
|
|
24403
24403
|
background?: string | undefined;
|
|
24404
24404
|
ring?: string | undefined;
|
|
24405
|
+
border?: string | undefined;
|
|
24405
24406
|
primaryHover?: string | undefined;
|
|
24406
24407
|
primaryForeground?: string | undefined;
|
|
24407
24408
|
secondaryHover?: string | undefined;
|
|
@@ -24410,7 +24411,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24410
24411
|
mutedForeground?: string | undefined;
|
|
24411
24412
|
foreground?: string | undefined;
|
|
24412
24413
|
cardForeground?: string | undefined;
|
|
24413
|
-
border?: string | undefined;
|
|
24414
24414
|
errorForeground?: string | undefined;
|
|
24415
24415
|
successForeground?: string | undefined;
|
|
24416
24416
|
warningForeground?: string | undefined;
|
|
@@ -24625,6 +24625,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24625
24625
|
surface?: string | undefined;
|
|
24626
24626
|
background?: string | undefined;
|
|
24627
24627
|
ring?: string | undefined;
|
|
24628
|
+
border?: string | undefined;
|
|
24628
24629
|
primaryHover?: string | undefined;
|
|
24629
24630
|
primaryForeground?: string | undefined;
|
|
24630
24631
|
secondaryHover?: string | undefined;
|
|
@@ -24633,7 +24634,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24633
24634
|
mutedForeground?: string | undefined;
|
|
24634
24635
|
foreground?: string | undefined;
|
|
24635
24636
|
cardForeground?: string | undefined;
|
|
24636
|
-
border?: string | undefined;
|
|
24637
24637
|
errorForeground?: string | undefined;
|
|
24638
24638
|
successForeground?: string | undefined;
|
|
24639
24639
|
warningForeground?: string | undefined;
|
|
@@ -24850,6 +24850,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24850
24850
|
surface?: string | undefined;
|
|
24851
24851
|
background?: string | undefined;
|
|
24852
24852
|
ring?: string | undefined;
|
|
24853
|
+
border?: string | undefined;
|
|
24853
24854
|
primaryHover?: string | undefined;
|
|
24854
24855
|
primaryForeground?: string | undefined;
|
|
24855
24856
|
secondaryHover?: string | undefined;
|
|
@@ -24858,7 +24859,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24858
24859
|
mutedForeground?: string | undefined;
|
|
24859
24860
|
foreground?: string | undefined;
|
|
24860
24861
|
cardForeground?: string | undefined;
|
|
24861
|
-
border?: string | undefined;
|
|
24862
24862
|
errorForeground?: string | undefined;
|
|
24863
24863
|
successForeground?: string | undefined;
|
|
24864
24864
|
warningForeground?: string | undefined;
|
|
@@ -25073,6 +25073,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25073
25073
|
surface?: string | undefined;
|
|
25074
25074
|
background?: string | undefined;
|
|
25075
25075
|
ring?: string | undefined;
|
|
25076
|
+
border?: string | undefined;
|
|
25076
25077
|
primaryHover?: string | undefined;
|
|
25077
25078
|
primaryForeground?: string | undefined;
|
|
25078
25079
|
secondaryHover?: string | undefined;
|
|
@@ -25081,7 +25082,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25081
25082
|
mutedForeground?: string | undefined;
|
|
25082
25083
|
foreground?: string | undefined;
|
|
25083
25084
|
cardForeground?: string | undefined;
|
|
25084
|
-
border?: string | undefined;
|
|
25085
25085
|
errorForeground?: string | undefined;
|
|
25086
25086
|
successForeground?: string | undefined;
|
|
25087
25087
|
warningForeground?: string | undefined;
|
|
@@ -26378,7 +26378,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26378
26378
|
linkedEntity?: string | undefined;
|
|
26379
26379
|
}[] | undefined;
|
|
26380
26380
|
primaryEntity?: string | undefined;
|
|
26381
|
-
viewType?: "custom" | "create" | "
|
|
26381
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
26382
26382
|
}, {
|
|
26383
26383
|
path: string;
|
|
26384
26384
|
name: string;
|
|
@@ -26390,7 +26390,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26390
26390
|
linkedEntity?: string | undefined;
|
|
26391
26391
|
}[] | undefined;
|
|
26392
26392
|
primaryEntity?: string | undefined;
|
|
26393
|
-
viewType?: "custom" | "create" | "
|
|
26393
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
26394
26394
|
}>, z.ZodString, z.ZodObject<{
|
|
26395
26395
|
ref: z.ZodString;
|
|
26396
26396
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -27224,6 +27224,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27224
27224
|
ref: string;
|
|
27225
27225
|
path?: string | undefined;
|
|
27226
27226
|
from?: string | undefined;
|
|
27227
|
+
linkedEntity?: string | undefined;
|
|
27227
27228
|
traits?: (string | {
|
|
27228
27229
|
name: string;
|
|
27229
27230
|
scope: "instance" | "collection";
|
|
@@ -27376,11 +27377,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27376
27377
|
events?: Record<string, string> | undefined;
|
|
27377
27378
|
linkedEntity?: string | undefined;
|
|
27378
27379
|
})[] | undefined;
|
|
27379
|
-
linkedEntity?: string | undefined;
|
|
27380
27380
|
}, {
|
|
27381
27381
|
ref: string;
|
|
27382
27382
|
path?: string | undefined;
|
|
27383
27383
|
from?: string | undefined;
|
|
27384
|
+
linkedEntity?: string | undefined;
|
|
27384
27385
|
traits?: (string | {
|
|
27385
27386
|
name: string;
|
|
27386
27387
|
scope: "instance" | "collection";
|
|
@@ -27533,7 +27534,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27533
27534
|
events?: Record<string, string> | undefined;
|
|
27534
27535
|
linkedEntity?: string | undefined;
|
|
27535
27536
|
})[] | undefined;
|
|
27536
|
-
linkedEntity?: string | undefined;
|
|
27537
27537
|
}>]>, "many">;
|
|
27538
27538
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27539
27539
|
event: z.ZodString;
|
|
@@ -27965,11 +27965,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
27965
27965
|
linkedEntity?: string | undefined;
|
|
27966
27966
|
}[] | undefined;
|
|
27967
27967
|
primaryEntity?: string | undefined;
|
|
27968
|
-
viewType?: "custom" | "create" | "
|
|
27968
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
27969
27969
|
} | {
|
|
27970
27970
|
ref: string;
|
|
27971
27971
|
path?: string | undefined;
|
|
27972
27972
|
from?: string | undefined;
|
|
27973
|
+
linkedEntity?: string | undefined;
|
|
27973
27974
|
traits?: (string | {
|
|
27974
27975
|
name: string;
|
|
27975
27976
|
scope: "instance" | "collection";
|
|
@@ -28122,7 +28123,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28122
28123
|
events?: Record<string, string> | undefined;
|
|
28123
28124
|
linkedEntity?: string | undefined;
|
|
28124
28125
|
})[] | undefined;
|
|
28125
|
-
linkedEntity?: string | undefined;
|
|
28126
28126
|
})[];
|
|
28127
28127
|
description?: string | undefined;
|
|
28128
28128
|
visual_prompt?: string | undefined;
|
|
@@ -28144,6 +28144,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28144
28144
|
surface?: string | undefined;
|
|
28145
28145
|
background?: string | undefined;
|
|
28146
28146
|
ring?: string | undefined;
|
|
28147
|
+
border?: string | undefined;
|
|
28147
28148
|
primaryHover?: string | undefined;
|
|
28148
28149
|
primaryForeground?: string | undefined;
|
|
28149
28150
|
secondaryHover?: string | undefined;
|
|
@@ -28152,7 +28153,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28152
28153
|
mutedForeground?: string | undefined;
|
|
28153
28154
|
foreground?: string | undefined;
|
|
28154
28155
|
cardForeground?: string | undefined;
|
|
28155
|
-
border?: string | undefined;
|
|
28156
28156
|
errorForeground?: string | undefined;
|
|
28157
28157
|
successForeground?: string | undefined;
|
|
28158
28158
|
warningForeground?: string | undefined;
|
|
@@ -28367,6 +28367,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28367
28367
|
surface?: string | undefined;
|
|
28368
28368
|
background?: string | undefined;
|
|
28369
28369
|
ring?: string | undefined;
|
|
28370
|
+
border?: string | undefined;
|
|
28370
28371
|
primaryHover?: string | undefined;
|
|
28371
28372
|
primaryForeground?: string | undefined;
|
|
28372
28373
|
secondaryHover?: string | undefined;
|
|
@@ -28375,7 +28376,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28375
28376
|
mutedForeground?: string | undefined;
|
|
28376
28377
|
foreground?: string | undefined;
|
|
28377
28378
|
cardForeground?: string | undefined;
|
|
28378
|
-
border?: string | undefined;
|
|
28379
28379
|
errorForeground?: string | undefined;
|
|
28380
28380
|
successForeground?: string | undefined;
|
|
28381
28381
|
warningForeground?: string | undefined;
|
|
@@ -28873,11 +28873,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28873
28873
|
linkedEntity?: string | undefined;
|
|
28874
28874
|
}[] | undefined;
|
|
28875
28875
|
primaryEntity?: string | undefined;
|
|
28876
|
-
viewType?: "custom" | "create" | "
|
|
28876
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
28877
28877
|
} | {
|
|
28878
28878
|
ref: string;
|
|
28879
28879
|
path?: string | undefined;
|
|
28880
28880
|
from?: string | undefined;
|
|
28881
|
+
linkedEntity?: string | undefined;
|
|
28881
28882
|
traits?: (string | {
|
|
28882
28883
|
name: string;
|
|
28883
28884
|
scope: "instance" | "collection";
|
|
@@ -29030,7 +29031,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29030
29031
|
events?: Record<string, string> | undefined;
|
|
29031
29032
|
linkedEntity?: string | undefined;
|
|
29032
29033
|
})[] | undefined;
|
|
29033
|
-
linkedEntity?: string | undefined;
|
|
29034
29034
|
})[];
|
|
29035
29035
|
description?: string | undefined;
|
|
29036
29036
|
visual_prompt?: string | undefined;
|
|
@@ -29052,6 +29052,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29052
29052
|
surface?: string | undefined;
|
|
29053
29053
|
background?: string | undefined;
|
|
29054
29054
|
ring?: string | undefined;
|
|
29055
|
+
border?: string | undefined;
|
|
29055
29056
|
primaryHover?: string | undefined;
|
|
29056
29057
|
primaryForeground?: string | undefined;
|
|
29057
29058
|
secondaryHover?: string | undefined;
|
|
@@ -29060,7 +29061,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29060
29061
|
mutedForeground?: string | undefined;
|
|
29061
29062
|
foreground?: string | undefined;
|
|
29062
29063
|
cardForeground?: string | undefined;
|
|
29063
|
-
border?: string | undefined;
|
|
29064
29064
|
errorForeground?: string | undefined;
|
|
29065
29065
|
successForeground?: string | undefined;
|
|
29066
29066
|
warningForeground?: string | undefined;
|
|
@@ -29275,6 +29275,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29275
29275
|
surface?: string | undefined;
|
|
29276
29276
|
background?: string | undefined;
|
|
29277
29277
|
ring?: string | undefined;
|
|
29278
|
+
border?: string | undefined;
|
|
29278
29279
|
primaryHover?: string | undefined;
|
|
29279
29280
|
primaryForeground?: string | undefined;
|
|
29280
29281
|
secondaryHover?: string | undefined;
|
|
@@ -29283,7 +29284,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29283
29284
|
mutedForeground?: string | undefined;
|
|
29284
29285
|
foreground?: string | undefined;
|
|
29285
29286
|
cardForeground?: string | undefined;
|
|
29286
|
-
border?: string | undefined;
|
|
29287
29287
|
errorForeground?: string | undefined;
|
|
29288
29288
|
successForeground?: string | undefined;
|
|
29289
29289
|
warningForeground?: string | undefined;
|
|
@@ -29657,6 +29657,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29657
29657
|
surface?: string | undefined;
|
|
29658
29658
|
background?: string | undefined;
|
|
29659
29659
|
ring?: string | undefined;
|
|
29660
|
+
border?: string | undefined;
|
|
29660
29661
|
primaryHover?: string | undefined;
|
|
29661
29662
|
primaryForeground?: string | undefined;
|
|
29662
29663
|
secondaryHover?: string | undefined;
|
|
@@ -29665,7 +29666,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29665
29666
|
mutedForeground?: string | undefined;
|
|
29666
29667
|
foreground?: string | undefined;
|
|
29667
29668
|
cardForeground?: string | undefined;
|
|
29668
|
-
border?: string | undefined;
|
|
29669
29669
|
errorForeground?: string | undefined;
|
|
29670
29670
|
successForeground?: string | undefined;
|
|
29671
29671
|
warningForeground?: string | undefined;
|
|
@@ -29690,6 +29690,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29690
29690
|
surface?: string | undefined;
|
|
29691
29691
|
background?: string | undefined;
|
|
29692
29692
|
ring?: string | undefined;
|
|
29693
|
+
border?: string | undefined;
|
|
29693
29694
|
primaryHover?: string | undefined;
|
|
29694
29695
|
primaryForeground?: string | undefined;
|
|
29695
29696
|
secondaryHover?: string | undefined;
|
|
@@ -29698,7 +29699,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
29698
29699
|
mutedForeground?: string | undefined;
|
|
29699
29700
|
foreground?: string | undefined;
|
|
29700
29701
|
cardForeground?: string | undefined;
|
|
29701
|
-
border?: string | undefined;
|
|
29702
29702
|
errorForeground?: string | undefined;
|
|
29703
29703
|
successForeground?: string | undefined;
|
|
29704
29704
|
warningForeground?: string | undefined;
|
|
@@ -30669,6 +30669,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30669
30669
|
surface?: string | undefined;
|
|
30670
30670
|
background?: string | undefined;
|
|
30671
30671
|
ring?: string | undefined;
|
|
30672
|
+
border?: string | undefined;
|
|
30672
30673
|
primaryHover?: string | undefined;
|
|
30673
30674
|
primaryForeground?: string | undefined;
|
|
30674
30675
|
secondaryHover?: string | undefined;
|
|
@@ -30677,7 +30678,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30677
30678
|
mutedForeground?: string | undefined;
|
|
30678
30679
|
foreground?: string | undefined;
|
|
30679
30680
|
cardForeground?: string | undefined;
|
|
30680
|
-
border?: string | undefined;
|
|
30681
30681
|
errorForeground?: string | undefined;
|
|
30682
30682
|
successForeground?: string | undefined;
|
|
30683
30683
|
warningForeground?: string | undefined;
|
|
@@ -30891,6 +30891,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30891
30891
|
surface?: string | undefined;
|
|
30892
30892
|
background?: string | undefined;
|
|
30893
30893
|
ring?: string | undefined;
|
|
30894
|
+
border?: string | undefined;
|
|
30894
30895
|
primaryHover?: string | undefined;
|
|
30895
30896
|
primaryForeground?: string | undefined;
|
|
30896
30897
|
secondaryHover?: string | undefined;
|
|
@@ -30899,7 +30900,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30899
30900
|
mutedForeground?: string | undefined;
|
|
30900
30901
|
foreground?: string | undefined;
|
|
30901
30902
|
cardForeground?: string | undefined;
|
|
30902
|
-
border?: string | undefined;
|
|
30903
30903
|
errorForeground?: string | undefined;
|
|
30904
30904
|
successForeground?: string | undefined;
|
|
30905
30905
|
warningForeground?: string | undefined;
|
|
@@ -31146,6 +31146,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31146
31146
|
surface?: string | undefined;
|
|
31147
31147
|
background?: string | undefined;
|
|
31148
31148
|
ring?: string | undefined;
|
|
31149
|
+
border?: string | undefined;
|
|
31149
31150
|
primaryHover?: string | undefined;
|
|
31150
31151
|
primaryForeground?: string | undefined;
|
|
31151
31152
|
secondaryHover?: string | undefined;
|
|
@@ -31154,7 +31155,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31154
31155
|
mutedForeground?: string | undefined;
|
|
31155
31156
|
foreground?: string | undefined;
|
|
31156
31157
|
cardForeground?: string | undefined;
|
|
31157
|
-
border?: string | undefined;
|
|
31158
31158
|
errorForeground?: string | undefined;
|
|
31159
31159
|
successForeground?: string | undefined;
|
|
31160
31160
|
warningForeground?: string | undefined;
|
|
@@ -31179,6 +31179,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31179
31179
|
surface?: string | undefined;
|
|
31180
31180
|
background?: string | undefined;
|
|
31181
31181
|
ring?: string | undefined;
|
|
31182
|
+
border?: string | undefined;
|
|
31182
31183
|
primaryHover?: string | undefined;
|
|
31183
31184
|
primaryForeground?: string | undefined;
|
|
31184
31185
|
secondaryHover?: string | undefined;
|
|
@@ -31187,7 +31188,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31187
31188
|
mutedForeground?: string | undefined;
|
|
31188
31189
|
foreground?: string | undefined;
|
|
31189
31190
|
cardForeground?: string | undefined;
|
|
31190
|
-
border?: string | undefined;
|
|
31191
31191
|
errorForeground?: string | undefined;
|
|
31192
31192
|
successForeground?: string | undefined;
|
|
31193
31193
|
warningForeground?: string | undefined;
|
|
@@ -32158,6 +32158,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32158
32158
|
surface?: string | undefined;
|
|
32159
32159
|
background?: string | undefined;
|
|
32160
32160
|
ring?: string | undefined;
|
|
32161
|
+
border?: string | undefined;
|
|
32161
32162
|
primaryHover?: string | undefined;
|
|
32162
32163
|
primaryForeground?: string | undefined;
|
|
32163
32164
|
secondaryHover?: string | undefined;
|
|
@@ -32166,7 +32167,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32166
32167
|
mutedForeground?: string | undefined;
|
|
32167
32168
|
foreground?: string | undefined;
|
|
32168
32169
|
cardForeground?: string | undefined;
|
|
32169
|
-
border?: string | undefined;
|
|
32170
32170
|
errorForeground?: string | undefined;
|
|
32171
32171
|
successForeground?: string | undefined;
|
|
32172
32172
|
warningForeground?: string | undefined;
|
|
@@ -32380,6 +32380,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32380
32380
|
surface?: string | undefined;
|
|
32381
32381
|
background?: string | undefined;
|
|
32382
32382
|
ring?: string | undefined;
|
|
32383
|
+
border?: string | undefined;
|
|
32383
32384
|
primaryHover?: string | undefined;
|
|
32384
32385
|
primaryForeground?: string | undefined;
|
|
32385
32386
|
secondaryHover?: string | undefined;
|
|
@@ -32388,7 +32389,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32388
32389
|
mutedForeground?: string | undefined;
|
|
32389
32390
|
foreground?: string | undefined;
|
|
32390
32391
|
cardForeground?: string | undefined;
|
|
32391
|
-
border?: string | undefined;
|
|
32392
32392
|
errorForeground?: string | undefined;
|
|
32393
32393
|
successForeground?: string | undefined;
|
|
32394
32394
|
warningForeground?: string | undefined;
|
|
@@ -32605,6 +32605,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32605
32605
|
surface?: string | undefined;
|
|
32606
32606
|
background?: string | undefined;
|
|
32607
32607
|
ring?: string | undefined;
|
|
32608
|
+
border?: string | undefined;
|
|
32608
32609
|
primaryHover?: string | undefined;
|
|
32609
32610
|
primaryForeground?: string | undefined;
|
|
32610
32611
|
secondaryHover?: string | undefined;
|
|
@@ -32613,7 +32614,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32613
32614
|
mutedForeground?: string | undefined;
|
|
32614
32615
|
foreground?: string | undefined;
|
|
32615
32616
|
cardForeground?: string | undefined;
|
|
32616
|
-
border?: string | undefined;
|
|
32617
32617
|
errorForeground?: string | undefined;
|
|
32618
32618
|
successForeground?: string | undefined;
|
|
32619
32619
|
warningForeground?: string | undefined;
|
|
@@ -32828,6 +32828,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32828
32828
|
surface?: string | undefined;
|
|
32829
32829
|
background?: string | undefined;
|
|
32830
32830
|
ring?: string | undefined;
|
|
32831
|
+
border?: string | undefined;
|
|
32831
32832
|
primaryHover?: string | undefined;
|
|
32832
32833
|
primaryForeground?: string | undefined;
|
|
32833
32834
|
secondaryHover?: string | undefined;
|
|
@@ -32836,7 +32837,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32836
32837
|
mutedForeground?: string | undefined;
|
|
32837
32838
|
foreground?: string | undefined;
|
|
32838
32839
|
cardForeground?: string | undefined;
|
|
32839
|
-
border?: string | undefined;
|
|
32840
32840
|
errorForeground?: string | undefined;
|
|
32841
32841
|
successForeground?: string | undefined;
|
|
32842
32842
|
warningForeground?: string | undefined;
|
|
@@ -33053,6 +33053,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33053
33053
|
surface?: string | undefined;
|
|
33054
33054
|
background?: string | undefined;
|
|
33055
33055
|
ring?: string | undefined;
|
|
33056
|
+
border?: string | undefined;
|
|
33056
33057
|
primaryHover?: string | undefined;
|
|
33057
33058
|
primaryForeground?: string | undefined;
|
|
33058
33059
|
secondaryHover?: string | undefined;
|
|
@@ -33061,7 +33062,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33061
33062
|
mutedForeground?: string | undefined;
|
|
33062
33063
|
foreground?: string | undefined;
|
|
33063
33064
|
cardForeground?: string | undefined;
|
|
33064
|
-
border?: string | undefined;
|
|
33065
33065
|
errorForeground?: string | undefined;
|
|
33066
33066
|
successForeground?: string | undefined;
|
|
33067
33067
|
warningForeground?: string | undefined;
|
|
@@ -33276,6 +33276,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33276
33276
|
surface?: string | undefined;
|
|
33277
33277
|
background?: string | undefined;
|
|
33278
33278
|
ring?: string | undefined;
|
|
33279
|
+
border?: string | undefined;
|
|
33279
33280
|
primaryHover?: string | undefined;
|
|
33280
33281
|
primaryForeground?: string | undefined;
|
|
33281
33282
|
secondaryHover?: string | undefined;
|
|
@@ -33284,7 +33285,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33284
33285
|
mutedForeground?: string | undefined;
|
|
33285
33286
|
foreground?: string | undefined;
|
|
33286
33287
|
cardForeground?: string | undefined;
|
|
33287
|
-
border?: string | undefined;
|
|
33288
33288
|
errorForeground?: string | undefined;
|
|
33289
33289
|
successForeground?: string | undefined;
|
|
33290
33290
|
warningForeground?: string | undefined;
|
|
@@ -34581,7 +34581,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34581
34581
|
linkedEntity?: string | undefined;
|
|
34582
34582
|
}[] | undefined;
|
|
34583
34583
|
primaryEntity?: string | undefined;
|
|
34584
|
-
viewType?: "custom" | "create" | "
|
|
34584
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
34585
34585
|
}, {
|
|
34586
34586
|
path: string;
|
|
34587
34587
|
name: string;
|
|
@@ -34593,7 +34593,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34593
34593
|
linkedEntity?: string | undefined;
|
|
34594
34594
|
}[] | undefined;
|
|
34595
34595
|
primaryEntity?: string | undefined;
|
|
34596
|
-
viewType?: "custom" | "create" | "
|
|
34596
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
34597
34597
|
}>, z.ZodString, z.ZodObject<{
|
|
34598
34598
|
ref: z.ZodString;
|
|
34599
34599
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -35427,6 +35427,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35427
35427
|
ref: string;
|
|
35428
35428
|
path?: string | undefined;
|
|
35429
35429
|
from?: string | undefined;
|
|
35430
|
+
linkedEntity?: string | undefined;
|
|
35430
35431
|
traits?: (string | {
|
|
35431
35432
|
name: string;
|
|
35432
35433
|
scope: "instance" | "collection";
|
|
@@ -35579,11 +35580,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35579
35580
|
events?: Record<string, string> | undefined;
|
|
35580
35581
|
linkedEntity?: string | undefined;
|
|
35581
35582
|
})[] | undefined;
|
|
35582
|
-
linkedEntity?: string | undefined;
|
|
35583
35583
|
}, {
|
|
35584
35584
|
ref: string;
|
|
35585
35585
|
path?: string | undefined;
|
|
35586
35586
|
from?: string | undefined;
|
|
35587
|
+
linkedEntity?: string | undefined;
|
|
35587
35588
|
traits?: (string | {
|
|
35588
35589
|
name: string;
|
|
35589
35590
|
scope: "instance" | "collection";
|
|
@@ -35736,7 +35737,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35736
35737
|
events?: Record<string, string> | undefined;
|
|
35737
35738
|
linkedEntity?: string | undefined;
|
|
35738
35739
|
})[] | undefined;
|
|
35739
|
-
linkedEntity?: string | undefined;
|
|
35740
35740
|
}>]>, "many">;
|
|
35741
35741
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35742
35742
|
event: z.ZodString;
|
|
@@ -36168,11 +36168,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36168
36168
|
linkedEntity?: string | undefined;
|
|
36169
36169
|
}[] | undefined;
|
|
36170
36170
|
primaryEntity?: string | undefined;
|
|
36171
|
-
viewType?: "custom" | "create" | "
|
|
36171
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
36172
36172
|
} | {
|
|
36173
36173
|
ref: string;
|
|
36174
36174
|
path?: string | undefined;
|
|
36175
36175
|
from?: string | undefined;
|
|
36176
|
+
linkedEntity?: string | undefined;
|
|
36176
36177
|
traits?: (string | {
|
|
36177
36178
|
name: string;
|
|
36178
36179
|
scope: "instance" | "collection";
|
|
@@ -36325,7 +36326,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36325
36326
|
events?: Record<string, string> | undefined;
|
|
36326
36327
|
linkedEntity?: string | undefined;
|
|
36327
36328
|
})[] | undefined;
|
|
36328
|
-
linkedEntity?: string | undefined;
|
|
36329
36329
|
})[];
|
|
36330
36330
|
description?: string | undefined;
|
|
36331
36331
|
visual_prompt?: string | undefined;
|
|
@@ -36347,6 +36347,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36347
36347
|
surface?: string | undefined;
|
|
36348
36348
|
background?: string | undefined;
|
|
36349
36349
|
ring?: string | undefined;
|
|
36350
|
+
border?: string | undefined;
|
|
36350
36351
|
primaryHover?: string | undefined;
|
|
36351
36352
|
primaryForeground?: string | undefined;
|
|
36352
36353
|
secondaryHover?: string | undefined;
|
|
@@ -36355,7 +36356,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36355
36356
|
mutedForeground?: string | undefined;
|
|
36356
36357
|
foreground?: string | undefined;
|
|
36357
36358
|
cardForeground?: string | undefined;
|
|
36358
|
-
border?: string | undefined;
|
|
36359
36359
|
errorForeground?: string | undefined;
|
|
36360
36360
|
successForeground?: string | undefined;
|
|
36361
36361
|
warningForeground?: string | undefined;
|
|
@@ -36570,6 +36570,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36570
36570
|
surface?: string | undefined;
|
|
36571
36571
|
background?: string | undefined;
|
|
36572
36572
|
ring?: string | undefined;
|
|
36573
|
+
border?: string | undefined;
|
|
36573
36574
|
primaryHover?: string | undefined;
|
|
36574
36575
|
primaryForeground?: string | undefined;
|
|
36575
36576
|
secondaryHover?: string | undefined;
|
|
@@ -36578,7 +36579,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36578
36579
|
mutedForeground?: string | undefined;
|
|
36579
36580
|
foreground?: string | undefined;
|
|
36580
36581
|
cardForeground?: string | undefined;
|
|
36581
|
-
border?: string | undefined;
|
|
36582
36582
|
errorForeground?: string | undefined;
|
|
36583
36583
|
successForeground?: string | undefined;
|
|
36584
36584
|
warningForeground?: string | undefined;
|
|
@@ -37076,11 +37076,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37076
37076
|
linkedEntity?: string | undefined;
|
|
37077
37077
|
}[] | undefined;
|
|
37078
37078
|
primaryEntity?: string | undefined;
|
|
37079
|
-
viewType?: "custom" | "create" | "
|
|
37079
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
37080
37080
|
} | {
|
|
37081
37081
|
ref: string;
|
|
37082
37082
|
path?: string | undefined;
|
|
37083
37083
|
from?: string | undefined;
|
|
37084
|
+
linkedEntity?: string | undefined;
|
|
37084
37085
|
traits?: (string | {
|
|
37085
37086
|
name: string;
|
|
37086
37087
|
scope: "instance" | "collection";
|
|
@@ -37233,7 +37234,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37233
37234
|
events?: Record<string, string> | undefined;
|
|
37234
37235
|
linkedEntity?: string | undefined;
|
|
37235
37236
|
})[] | undefined;
|
|
37236
|
-
linkedEntity?: string | undefined;
|
|
37237
37237
|
})[];
|
|
37238
37238
|
description?: string | undefined;
|
|
37239
37239
|
visual_prompt?: string | undefined;
|
|
@@ -37255,6 +37255,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37255
37255
|
surface?: string | undefined;
|
|
37256
37256
|
background?: string | undefined;
|
|
37257
37257
|
ring?: string | undefined;
|
|
37258
|
+
border?: string | undefined;
|
|
37258
37259
|
primaryHover?: string | undefined;
|
|
37259
37260
|
primaryForeground?: string | undefined;
|
|
37260
37261
|
secondaryHover?: string | undefined;
|
|
@@ -37263,7 +37264,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37263
37264
|
mutedForeground?: string | undefined;
|
|
37264
37265
|
foreground?: string | undefined;
|
|
37265
37266
|
cardForeground?: string | undefined;
|
|
37266
|
-
border?: string | undefined;
|
|
37267
37267
|
errorForeground?: string | undefined;
|
|
37268
37268
|
successForeground?: string | undefined;
|
|
37269
37269
|
warningForeground?: string | undefined;
|
|
@@ -37478,6 +37478,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37478
37478
|
surface?: string | undefined;
|
|
37479
37479
|
background?: string | undefined;
|
|
37480
37480
|
ring?: string | undefined;
|
|
37481
|
+
border?: string | undefined;
|
|
37481
37482
|
primaryHover?: string | undefined;
|
|
37482
37483
|
primaryForeground?: string | undefined;
|
|
37483
37484
|
secondaryHover?: string | undefined;
|
|
@@ -37486,7 +37487,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37486
37487
|
mutedForeground?: string | undefined;
|
|
37487
37488
|
foreground?: string | undefined;
|
|
37488
37489
|
cardForeground?: string | undefined;
|
|
37489
|
-
border?: string | undefined;
|
|
37490
37490
|
errorForeground?: string | undefined;
|
|
37491
37491
|
successForeground?: string | undefined;
|
|
37492
37492
|
warningForeground?: string | undefined;
|
|
@@ -37867,6 +37867,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37867
37867
|
surface?: string | undefined;
|
|
37868
37868
|
background?: string | undefined;
|
|
37869
37869
|
ring?: string | undefined;
|
|
37870
|
+
border?: string | undefined;
|
|
37870
37871
|
primaryHover?: string | undefined;
|
|
37871
37872
|
primaryForeground?: string | undefined;
|
|
37872
37873
|
secondaryHover?: string | undefined;
|
|
@@ -37875,7 +37876,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37875
37876
|
mutedForeground?: string | undefined;
|
|
37876
37877
|
foreground?: string | undefined;
|
|
37877
37878
|
cardForeground?: string | undefined;
|
|
37878
|
-
border?: string | undefined;
|
|
37879
37879
|
errorForeground?: string | undefined;
|
|
37880
37880
|
successForeground?: string | undefined;
|
|
37881
37881
|
warningForeground?: string | undefined;
|
|
@@ -37900,6 +37900,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37900
37900
|
surface?: string | undefined;
|
|
37901
37901
|
background?: string | undefined;
|
|
37902
37902
|
ring?: string | undefined;
|
|
37903
|
+
border?: string | undefined;
|
|
37903
37904
|
primaryHover?: string | undefined;
|
|
37904
37905
|
primaryForeground?: string | undefined;
|
|
37905
37906
|
secondaryHover?: string | undefined;
|
|
@@ -37908,7 +37909,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
37908
37909
|
mutedForeground?: string | undefined;
|
|
37909
37910
|
foreground?: string | undefined;
|
|
37910
37911
|
cardForeground?: string | undefined;
|
|
37911
|
-
border?: string | undefined;
|
|
37912
37912
|
errorForeground?: string | undefined;
|
|
37913
37913
|
successForeground?: string | undefined;
|
|
37914
37914
|
warningForeground?: string | undefined;
|
|
@@ -38879,6 +38879,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38879
38879
|
surface?: string | undefined;
|
|
38880
38880
|
background?: string | undefined;
|
|
38881
38881
|
ring?: string | undefined;
|
|
38882
|
+
border?: string | undefined;
|
|
38882
38883
|
primaryHover?: string | undefined;
|
|
38883
38884
|
primaryForeground?: string | undefined;
|
|
38884
38885
|
secondaryHover?: string | undefined;
|
|
@@ -38887,7 +38888,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38887
38888
|
mutedForeground?: string | undefined;
|
|
38888
38889
|
foreground?: string | undefined;
|
|
38889
38890
|
cardForeground?: string | undefined;
|
|
38890
|
-
border?: string | undefined;
|
|
38891
38891
|
errorForeground?: string | undefined;
|
|
38892
38892
|
successForeground?: string | undefined;
|
|
38893
38893
|
warningForeground?: string | undefined;
|
|
@@ -39101,6 +39101,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39101
39101
|
surface?: string | undefined;
|
|
39102
39102
|
background?: string | undefined;
|
|
39103
39103
|
ring?: string | undefined;
|
|
39104
|
+
border?: string | undefined;
|
|
39104
39105
|
primaryHover?: string | undefined;
|
|
39105
39106
|
primaryForeground?: string | undefined;
|
|
39106
39107
|
secondaryHover?: string | undefined;
|
|
@@ -39109,7 +39110,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39109
39110
|
mutedForeground?: string | undefined;
|
|
39110
39111
|
foreground?: string | undefined;
|
|
39111
39112
|
cardForeground?: string | undefined;
|
|
39112
|
-
border?: string | undefined;
|
|
39113
39113
|
errorForeground?: string | undefined;
|
|
39114
39114
|
successForeground?: string | undefined;
|
|
39115
39115
|
warningForeground?: string | undefined;
|
|
@@ -39356,6 +39356,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39356
39356
|
surface?: string | undefined;
|
|
39357
39357
|
background?: string | undefined;
|
|
39358
39358
|
ring?: string | undefined;
|
|
39359
|
+
border?: string | undefined;
|
|
39359
39360
|
primaryHover?: string | undefined;
|
|
39360
39361
|
primaryForeground?: string | undefined;
|
|
39361
39362
|
secondaryHover?: string | undefined;
|
|
@@ -39364,7 +39365,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39364
39365
|
mutedForeground?: string | undefined;
|
|
39365
39366
|
foreground?: string | undefined;
|
|
39366
39367
|
cardForeground?: string | undefined;
|
|
39367
|
-
border?: string | undefined;
|
|
39368
39368
|
errorForeground?: string | undefined;
|
|
39369
39369
|
successForeground?: string | undefined;
|
|
39370
39370
|
warningForeground?: string | undefined;
|
|
@@ -39389,6 +39389,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39389
39389
|
surface?: string | undefined;
|
|
39390
39390
|
background?: string | undefined;
|
|
39391
39391
|
ring?: string | undefined;
|
|
39392
|
+
border?: string | undefined;
|
|
39392
39393
|
primaryHover?: string | undefined;
|
|
39393
39394
|
primaryForeground?: string | undefined;
|
|
39394
39395
|
secondaryHover?: string | undefined;
|
|
@@ -39397,7 +39398,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39397
39398
|
mutedForeground?: string | undefined;
|
|
39398
39399
|
foreground?: string | undefined;
|
|
39399
39400
|
cardForeground?: string | undefined;
|
|
39400
|
-
border?: string | undefined;
|
|
39401
39401
|
errorForeground?: string | undefined;
|
|
39402
39402
|
successForeground?: string | undefined;
|
|
39403
39403
|
warningForeground?: string | undefined;
|
|
@@ -40368,6 +40368,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40368
40368
|
surface?: string | undefined;
|
|
40369
40369
|
background?: string | undefined;
|
|
40370
40370
|
ring?: string | undefined;
|
|
40371
|
+
border?: string | undefined;
|
|
40371
40372
|
primaryHover?: string | undefined;
|
|
40372
40373
|
primaryForeground?: string | undefined;
|
|
40373
40374
|
secondaryHover?: string | undefined;
|
|
@@ -40376,7 +40377,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40376
40377
|
mutedForeground?: string | undefined;
|
|
40377
40378
|
foreground?: string | undefined;
|
|
40378
40379
|
cardForeground?: string | undefined;
|
|
40379
|
-
border?: string | undefined;
|
|
40380
40380
|
errorForeground?: string | undefined;
|
|
40381
40381
|
successForeground?: string | undefined;
|
|
40382
40382
|
warningForeground?: string | undefined;
|
|
@@ -40590,6 +40590,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40590
40590
|
surface?: string | undefined;
|
|
40591
40591
|
background?: string | undefined;
|
|
40592
40592
|
ring?: string | undefined;
|
|
40593
|
+
border?: string | undefined;
|
|
40593
40594
|
primaryHover?: string | undefined;
|
|
40594
40595
|
primaryForeground?: string | undefined;
|
|
40595
40596
|
secondaryHover?: string | undefined;
|
|
@@ -40598,7 +40599,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40598
40599
|
mutedForeground?: string | undefined;
|
|
40599
40600
|
foreground?: string | undefined;
|
|
40600
40601
|
cardForeground?: string | undefined;
|
|
40601
|
-
border?: string | undefined;
|
|
40602
40602
|
errorForeground?: string | undefined;
|
|
40603
40603
|
successForeground?: string | undefined;
|
|
40604
40604
|
warningForeground?: string | undefined;
|
|
@@ -40815,6 +40815,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40815
40815
|
surface?: string | undefined;
|
|
40816
40816
|
background?: string | undefined;
|
|
40817
40817
|
ring?: string | undefined;
|
|
40818
|
+
border?: string | undefined;
|
|
40818
40819
|
primaryHover?: string | undefined;
|
|
40819
40820
|
primaryForeground?: string | undefined;
|
|
40820
40821
|
secondaryHover?: string | undefined;
|
|
@@ -40823,7 +40824,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40823
40824
|
mutedForeground?: string | undefined;
|
|
40824
40825
|
foreground?: string | undefined;
|
|
40825
40826
|
cardForeground?: string | undefined;
|
|
40826
|
-
border?: string | undefined;
|
|
40827
40827
|
errorForeground?: string | undefined;
|
|
40828
40828
|
successForeground?: string | undefined;
|
|
40829
40829
|
warningForeground?: string | undefined;
|
|
@@ -41038,6 +41038,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41038
41038
|
surface?: string | undefined;
|
|
41039
41039
|
background?: string | undefined;
|
|
41040
41040
|
ring?: string | undefined;
|
|
41041
|
+
border?: string | undefined;
|
|
41041
41042
|
primaryHover?: string | undefined;
|
|
41042
41043
|
primaryForeground?: string | undefined;
|
|
41043
41044
|
secondaryHover?: string | undefined;
|
|
@@ -41046,7 +41047,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41046
41047
|
mutedForeground?: string | undefined;
|
|
41047
41048
|
foreground?: string | undefined;
|
|
41048
41049
|
cardForeground?: string | undefined;
|
|
41049
|
-
border?: string | undefined;
|
|
41050
41050
|
errorForeground?: string | undefined;
|
|
41051
41051
|
successForeground?: string | undefined;
|
|
41052
41052
|
warningForeground?: string | undefined;
|
|
@@ -41263,6 +41263,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41263
41263
|
surface?: string | undefined;
|
|
41264
41264
|
background?: string | undefined;
|
|
41265
41265
|
ring?: string | undefined;
|
|
41266
|
+
border?: string | undefined;
|
|
41266
41267
|
primaryHover?: string | undefined;
|
|
41267
41268
|
primaryForeground?: string | undefined;
|
|
41268
41269
|
secondaryHover?: string | undefined;
|
|
@@ -41271,7 +41272,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41271
41272
|
mutedForeground?: string | undefined;
|
|
41272
41273
|
foreground?: string | undefined;
|
|
41273
41274
|
cardForeground?: string | undefined;
|
|
41274
|
-
border?: string | undefined;
|
|
41275
41275
|
errorForeground?: string | undefined;
|
|
41276
41276
|
successForeground?: string | undefined;
|
|
41277
41277
|
warningForeground?: string | undefined;
|
|
@@ -41486,6 +41486,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41486
41486
|
surface?: string | undefined;
|
|
41487
41487
|
background?: string | undefined;
|
|
41488
41488
|
ring?: string | undefined;
|
|
41489
|
+
border?: string | undefined;
|
|
41489
41490
|
primaryHover?: string | undefined;
|
|
41490
41491
|
primaryForeground?: string | undefined;
|
|
41491
41492
|
secondaryHover?: string | undefined;
|
|
@@ -41494,7 +41495,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41494
41495
|
mutedForeground?: string | undefined;
|
|
41495
41496
|
foreground?: string | undefined;
|
|
41496
41497
|
cardForeground?: string | undefined;
|
|
41497
|
-
border?: string | undefined;
|
|
41498
41498
|
errorForeground?: string | undefined;
|
|
41499
41499
|
successForeground?: string | undefined;
|
|
41500
41500
|
warningForeground?: string | undefined;
|
|
@@ -42791,7 +42791,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42791
42791
|
linkedEntity?: string | undefined;
|
|
42792
42792
|
}[] | undefined;
|
|
42793
42793
|
primaryEntity?: string | undefined;
|
|
42794
|
-
viewType?: "custom" | "create" | "
|
|
42794
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
42795
42795
|
}, {
|
|
42796
42796
|
path: string;
|
|
42797
42797
|
name: string;
|
|
@@ -42803,7 +42803,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42803
42803
|
linkedEntity?: string | undefined;
|
|
42804
42804
|
}[] | undefined;
|
|
42805
42805
|
primaryEntity?: string | undefined;
|
|
42806
|
-
viewType?: "custom" | "create" | "
|
|
42806
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
42807
42807
|
}>, z.ZodString, z.ZodObject<{
|
|
42808
42808
|
ref: z.ZodString;
|
|
42809
42809
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -43637,6 +43637,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43637
43637
|
ref: string;
|
|
43638
43638
|
path?: string | undefined;
|
|
43639
43639
|
from?: string | undefined;
|
|
43640
|
+
linkedEntity?: string | undefined;
|
|
43640
43641
|
traits?: (string | {
|
|
43641
43642
|
name: string;
|
|
43642
43643
|
scope: "instance" | "collection";
|
|
@@ -43789,11 +43790,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43789
43790
|
events?: Record<string, string> | undefined;
|
|
43790
43791
|
linkedEntity?: string | undefined;
|
|
43791
43792
|
})[] | undefined;
|
|
43792
|
-
linkedEntity?: string | undefined;
|
|
43793
43793
|
}, {
|
|
43794
43794
|
ref: string;
|
|
43795
43795
|
path?: string | undefined;
|
|
43796
43796
|
from?: string | undefined;
|
|
43797
|
+
linkedEntity?: string | undefined;
|
|
43797
43798
|
traits?: (string | {
|
|
43798
43799
|
name: string;
|
|
43799
43800
|
scope: "instance" | "collection";
|
|
@@ -43946,7 +43947,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
43946
43947
|
events?: Record<string, string> | undefined;
|
|
43947
43948
|
linkedEntity?: string | undefined;
|
|
43948
43949
|
})[] | undefined;
|
|
43949
|
-
linkedEntity?: string | undefined;
|
|
43950
43950
|
}>]>, "many">;
|
|
43951
43951
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
43952
43952
|
event: z.ZodString;
|
|
@@ -44378,11 +44378,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44378
44378
|
linkedEntity?: string | undefined;
|
|
44379
44379
|
}[] | undefined;
|
|
44380
44380
|
primaryEntity?: string | undefined;
|
|
44381
|
-
viewType?: "custom" | "create" | "
|
|
44381
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
44382
44382
|
} | {
|
|
44383
44383
|
ref: string;
|
|
44384
44384
|
path?: string | undefined;
|
|
44385
44385
|
from?: string | undefined;
|
|
44386
|
+
linkedEntity?: string | undefined;
|
|
44386
44387
|
traits?: (string | {
|
|
44387
44388
|
name: string;
|
|
44388
44389
|
scope: "instance" | "collection";
|
|
@@ -44535,7 +44536,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44535
44536
|
events?: Record<string, string> | undefined;
|
|
44536
44537
|
linkedEntity?: string | undefined;
|
|
44537
44538
|
})[] | undefined;
|
|
44538
|
-
linkedEntity?: string | undefined;
|
|
44539
44539
|
})[];
|
|
44540
44540
|
description?: string | undefined;
|
|
44541
44541
|
visual_prompt?: string | undefined;
|
|
@@ -44557,6 +44557,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44557
44557
|
surface?: string | undefined;
|
|
44558
44558
|
background?: string | undefined;
|
|
44559
44559
|
ring?: string | undefined;
|
|
44560
|
+
border?: string | undefined;
|
|
44560
44561
|
primaryHover?: string | undefined;
|
|
44561
44562
|
primaryForeground?: string | undefined;
|
|
44562
44563
|
secondaryHover?: string | undefined;
|
|
@@ -44565,7 +44566,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44565
44566
|
mutedForeground?: string | undefined;
|
|
44566
44567
|
foreground?: string | undefined;
|
|
44567
44568
|
cardForeground?: string | undefined;
|
|
44568
|
-
border?: string | undefined;
|
|
44569
44569
|
errorForeground?: string | undefined;
|
|
44570
44570
|
successForeground?: string | undefined;
|
|
44571
44571
|
warningForeground?: string | undefined;
|
|
@@ -44780,6 +44780,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44780
44780
|
surface?: string | undefined;
|
|
44781
44781
|
background?: string | undefined;
|
|
44782
44782
|
ring?: string | undefined;
|
|
44783
|
+
border?: string | undefined;
|
|
44783
44784
|
primaryHover?: string | undefined;
|
|
44784
44785
|
primaryForeground?: string | undefined;
|
|
44785
44786
|
secondaryHover?: string | undefined;
|
|
@@ -44788,7 +44789,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44788
44789
|
mutedForeground?: string | undefined;
|
|
44789
44790
|
foreground?: string | undefined;
|
|
44790
44791
|
cardForeground?: string | undefined;
|
|
44791
|
-
border?: string | undefined;
|
|
44792
44792
|
errorForeground?: string | undefined;
|
|
44793
44793
|
successForeground?: string | undefined;
|
|
44794
44794
|
warningForeground?: string | undefined;
|
|
@@ -45286,11 +45286,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45286
45286
|
linkedEntity?: string | undefined;
|
|
45287
45287
|
}[] | undefined;
|
|
45288
45288
|
primaryEntity?: string | undefined;
|
|
45289
|
-
viewType?: "custom" | "create" | "
|
|
45289
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
45290
45290
|
} | {
|
|
45291
45291
|
ref: string;
|
|
45292
45292
|
path?: string | undefined;
|
|
45293
45293
|
from?: string | undefined;
|
|
45294
|
+
linkedEntity?: string | undefined;
|
|
45294
45295
|
traits?: (string | {
|
|
45295
45296
|
name: string;
|
|
45296
45297
|
scope: "instance" | "collection";
|
|
@@ -45443,7 +45444,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45443
45444
|
events?: Record<string, string> | undefined;
|
|
45444
45445
|
linkedEntity?: string | undefined;
|
|
45445
45446
|
})[] | undefined;
|
|
45446
|
-
linkedEntity?: string | undefined;
|
|
45447
45447
|
})[];
|
|
45448
45448
|
description?: string | undefined;
|
|
45449
45449
|
visual_prompt?: string | undefined;
|
|
@@ -45465,6 +45465,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45465
45465
|
surface?: string | undefined;
|
|
45466
45466
|
background?: string | undefined;
|
|
45467
45467
|
ring?: string | undefined;
|
|
45468
|
+
border?: string | undefined;
|
|
45468
45469
|
primaryHover?: string | undefined;
|
|
45469
45470
|
primaryForeground?: string | undefined;
|
|
45470
45471
|
secondaryHover?: string | undefined;
|
|
@@ -45473,7 +45474,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45473
45474
|
mutedForeground?: string | undefined;
|
|
45474
45475
|
foreground?: string | undefined;
|
|
45475
45476
|
cardForeground?: string | undefined;
|
|
45476
|
-
border?: string | undefined;
|
|
45477
45477
|
errorForeground?: string | undefined;
|
|
45478
45478
|
successForeground?: string | undefined;
|
|
45479
45479
|
warningForeground?: string | undefined;
|
|
@@ -45688,6 +45688,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45688
45688
|
surface?: string | undefined;
|
|
45689
45689
|
background?: string | undefined;
|
|
45690
45690
|
ring?: string | undefined;
|
|
45691
|
+
border?: string | undefined;
|
|
45691
45692
|
primaryHover?: string | undefined;
|
|
45692
45693
|
primaryForeground?: string | undefined;
|
|
45693
45694
|
secondaryHover?: string | undefined;
|
|
@@ -45696,7 +45697,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45696
45697
|
mutedForeground?: string | undefined;
|
|
45697
45698
|
foreground?: string | undefined;
|
|
45698
45699
|
cardForeground?: string | undefined;
|
|
45699
|
-
border?: string | undefined;
|
|
45700
45700
|
errorForeground?: string | undefined;
|
|
45701
45701
|
successForeground?: string | undefined;
|
|
45702
45702
|
warningForeground?: string | undefined;
|
|
@@ -46339,13 +46339,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46339
46339
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
46340
46340
|
}, "strip", z.ZodTypeAny, {
|
|
46341
46341
|
type: "custom";
|
|
46342
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
46342
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
46343
46343
|
className: string;
|
|
46344
46344
|
slots?: string[] | undefined;
|
|
46345
46345
|
props?: string[] | undefined;
|
|
46346
46346
|
}, {
|
|
46347
46347
|
type: "custom";
|
|
46348
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
46348
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
46349
46349
|
className: string;
|
|
46350
46350
|
slots?: string[] | undefined;
|
|
46351
46351
|
props?: string[] | undefined;
|
|
@@ -46414,6 +46414,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46414
46414
|
surface?: string | undefined;
|
|
46415
46415
|
background?: string | undefined;
|
|
46416
46416
|
ring?: string | undefined;
|
|
46417
|
+
border?: string | undefined;
|
|
46417
46418
|
primaryHover?: string | undefined;
|
|
46418
46419
|
primaryForeground?: string | undefined;
|
|
46419
46420
|
secondaryHover?: string | undefined;
|
|
@@ -46422,7 +46423,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46422
46423
|
mutedForeground?: string | undefined;
|
|
46423
46424
|
foreground?: string | undefined;
|
|
46424
46425
|
cardForeground?: string | undefined;
|
|
46425
|
-
border?: string | undefined;
|
|
46426
46426
|
errorForeground?: string | undefined;
|
|
46427
46427
|
successForeground?: string | undefined;
|
|
46428
46428
|
warningForeground?: string | undefined;
|
|
@@ -46447,6 +46447,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46447
46447
|
surface?: string | undefined;
|
|
46448
46448
|
background?: string | undefined;
|
|
46449
46449
|
ring?: string | undefined;
|
|
46450
|
+
border?: string | undefined;
|
|
46450
46451
|
primaryHover?: string | undefined;
|
|
46451
46452
|
primaryForeground?: string | undefined;
|
|
46452
46453
|
secondaryHover?: string | undefined;
|
|
@@ -46455,7 +46456,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
46455
46456
|
mutedForeground?: string | undefined;
|
|
46456
46457
|
foreground?: string | undefined;
|
|
46457
46458
|
cardForeground?: string | undefined;
|
|
46458
|
-
border?: string | undefined;
|
|
46459
46459
|
errorForeground?: string | undefined;
|
|
46460
46460
|
successForeground?: string | undefined;
|
|
46461
46461
|
warningForeground?: string | undefined;
|
|
@@ -47426,6 +47426,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47426
47426
|
surface?: string | undefined;
|
|
47427
47427
|
background?: string | undefined;
|
|
47428
47428
|
ring?: string | undefined;
|
|
47429
|
+
border?: string | undefined;
|
|
47429
47430
|
primaryHover?: string | undefined;
|
|
47430
47431
|
primaryForeground?: string | undefined;
|
|
47431
47432
|
secondaryHover?: string | undefined;
|
|
@@ -47434,7 +47435,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47434
47435
|
mutedForeground?: string | undefined;
|
|
47435
47436
|
foreground?: string | undefined;
|
|
47436
47437
|
cardForeground?: string | undefined;
|
|
47437
|
-
border?: string | undefined;
|
|
47438
47438
|
errorForeground?: string | undefined;
|
|
47439
47439
|
successForeground?: string | undefined;
|
|
47440
47440
|
warningForeground?: string | undefined;
|
|
@@ -47648,6 +47648,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47648
47648
|
surface?: string | undefined;
|
|
47649
47649
|
background?: string | undefined;
|
|
47650
47650
|
ring?: string | undefined;
|
|
47651
|
+
border?: string | undefined;
|
|
47651
47652
|
primaryHover?: string | undefined;
|
|
47652
47653
|
primaryForeground?: string | undefined;
|
|
47653
47654
|
secondaryHover?: string | undefined;
|
|
@@ -47656,7 +47657,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47656
47657
|
mutedForeground?: string | undefined;
|
|
47657
47658
|
foreground?: string | undefined;
|
|
47658
47659
|
cardForeground?: string | undefined;
|
|
47659
|
-
border?: string | undefined;
|
|
47660
47660
|
errorForeground?: string | undefined;
|
|
47661
47661
|
successForeground?: string | undefined;
|
|
47662
47662
|
warningForeground?: string | undefined;
|
|
@@ -47903,6 +47903,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47903
47903
|
surface?: string | undefined;
|
|
47904
47904
|
background?: string | undefined;
|
|
47905
47905
|
ring?: string | undefined;
|
|
47906
|
+
border?: string | undefined;
|
|
47906
47907
|
primaryHover?: string | undefined;
|
|
47907
47908
|
primaryForeground?: string | undefined;
|
|
47908
47909
|
secondaryHover?: string | undefined;
|
|
@@ -47911,7 +47912,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47911
47912
|
mutedForeground?: string | undefined;
|
|
47912
47913
|
foreground?: string | undefined;
|
|
47913
47914
|
cardForeground?: string | undefined;
|
|
47914
|
-
border?: string | undefined;
|
|
47915
47915
|
errorForeground?: string | undefined;
|
|
47916
47916
|
successForeground?: string | undefined;
|
|
47917
47917
|
warningForeground?: string | undefined;
|
|
@@ -47936,6 +47936,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47936
47936
|
surface?: string | undefined;
|
|
47937
47937
|
background?: string | undefined;
|
|
47938
47938
|
ring?: string | undefined;
|
|
47939
|
+
border?: string | undefined;
|
|
47939
47940
|
primaryHover?: string | undefined;
|
|
47940
47941
|
primaryForeground?: string | undefined;
|
|
47941
47942
|
secondaryHover?: string | undefined;
|
|
@@ -47944,7 +47945,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47944
47945
|
mutedForeground?: string | undefined;
|
|
47945
47946
|
foreground?: string | undefined;
|
|
47946
47947
|
cardForeground?: string | undefined;
|
|
47947
|
-
border?: string | undefined;
|
|
47948
47948
|
errorForeground?: string | undefined;
|
|
47949
47949
|
successForeground?: string | undefined;
|
|
47950
47950
|
warningForeground?: string | undefined;
|
|
@@ -48915,6 +48915,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48915
48915
|
surface?: string | undefined;
|
|
48916
48916
|
background?: string | undefined;
|
|
48917
48917
|
ring?: string | undefined;
|
|
48918
|
+
border?: string | undefined;
|
|
48918
48919
|
primaryHover?: string | undefined;
|
|
48919
48920
|
primaryForeground?: string | undefined;
|
|
48920
48921
|
secondaryHover?: string | undefined;
|
|
@@ -48923,7 +48924,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48923
48924
|
mutedForeground?: string | undefined;
|
|
48924
48925
|
foreground?: string | undefined;
|
|
48925
48926
|
cardForeground?: string | undefined;
|
|
48926
|
-
border?: string | undefined;
|
|
48927
48927
|
errorForeground?: string | undefined;
|
|
48928
48928
|
successForeground?: string | undefined;
|
|
48929
48929
|
warningForeground?: string | undefined;
|
|
@@ -49137,6 +49137,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49137
49137
|
surface?: string | undefined;
|
|
49138
49138
|
background?: string | undefined;
|
|
49139
49139
|
ring?: string | undefined;
|
|
49140
|
+
border?: string | undefined;
|
|
49140
49141
|
primaryHover?: string | undefined;
|
|
49141
49142
|
primaryForeground?: string | undefined;
|
|
49142
49143
|
secondaryHover?: string | undefined;
|
|
@@ -49145,7 +49146,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49145
49146
|
mutedForeground?: string | undefined;
|
|
49146
49147
|
foreground?: string | undefined;
|
|
49147
49148
|
cardForeground?: string | undefined;
|
|
49148
|
-
border?: string | undefined;
|
|
49149
49149
|
errorForeground?: string | undefined;
|
|
49150
49150
|
successForeground?: string | undefined;
|
|
49151
49151
|
warningForeground?: string | undefined;
|
|
@@ -49362,6 +49362,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49362
49362
|
surface?: string | undefined;
|
|
49363
49363
|
background?: string | undefined;
|
|
49364
49364
|
ring?: string | undefined;
|
|
49365
|
+
border?: string | undefined;
|
|
49365
49366
|
primaryHover?: string | undefined;
|
|
49366
49367
|
primaryForeground?: string | undefined;
|
|
49367
49368
|
secondaryHover?: string | undefined;
|
|
@@ -49370,7 +49371,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49370
49371
|
mutedForeground?: string | undefined;
|
|
49371
49372
|
foreground?: string | undefined;
|
|
49372
49373
|
cardForeground?: string | undefined;
|
|
49373
|
-
border?: string | undefined;
|
|
49374
49374
|
errorForeground?: string | undefined;
|
|
49375
49375
|
successForeground?: string | undefined;
|
|
49376
49376
|
warningForeground?: string | undefined;
|
|
@@ -49585,6 +49585,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49585
49585
|
surface?: string | undefined;
|
|
49586
49586
|
background?: string | undefined;
|
|
49587
49587
|
ring?: string | undefined;
|
|
49588
|
+
border?: string | undefined;
|
|
49588
49589
|
primaryHover?: string | undefined;
|
|
49589
49590
|
primaryForeground?: string | undefined;
|
|
49590
49591
|
secondaryHover?: string | undefined;
|
|
@@ -49593,7 +49594,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49593
49594
|
mutedForeground?: string | undefined;
|
|
49594
49595
|
foreground?: string | undefined;
|
|
49595
49596
|
cardForeground?: string | undefined;
|
|
49596
|
-
border?: string | undefined;
|
|
49597
49597
|
errorForeground?: string | undefined;
|
|
49598
49598
|
successForeground?: string | undefined;
|
|
49599
49599
|
warningForeground?: string | undefined;
|
|
@@ -49810,6 +49810,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49810
49810
|
surface?: string | undefined;
|
|
49811
49811
|
background?: string | undefined;
|
|
49812
49812
|
ring?: string | undefined;
|
|
49813
|
+
border?: string | undefined;
|
|
49813
49814
|
primaryHover?: string | undefined;
|
|
49814
49815
|
primaryForeground?: string | undefined;
|
|
49815
49816
|
secondaryHover?: string | undefined;
|
|
@@ -49818,7 +49819,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49818
49819
|
mutedForeground?: string | undefined;
|
|
49819
49820
|
foreground?: string | undefined;
|
|
49820
49821
|
cardForeground?: string | undefined;
|
|
49821
|
-
border?: string | undefined;
|
|
49822
49822
|
errorForeground?: string | undefined;
|
|
49823
49823
|
successForeground?: string | undefined;
|
|
49824
49824
|
warningForeground?: string | undefined;
|
|
@@ -50033,6 +50033,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50033
50033
|
surface?: string | undefined;
|
|
50034
50034
|
background?: string | undefined;
|
|
50035
50035
|
ring?: string | undefined;
|
|
50036
|
+
border?: string | undefined;
|
|
50036
50037
|
primaryHover?: string | undefined;
|
|
50037
50038
|
primaryForeground?: string | undefined;
|
|
50038
50039
|
secondaryHover?: string | undefined;
|
|
@@ -50041,7 +50042,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50041
50042
|
mutedForeground?: string | undefined;
|
|
50042
50043
|
foreground?: string | undefined;
|
|
50043
50044
|
cardForeground?: string | undefined;
|
|
50044
|
-
border?: string | undefined;
|
|
50045
50045
|
errorForeground?: string | undefined;
|
|
50046
50046
|
successForeground?: string | undefined;
|
|
50047
50047
|
warningForeground?: string | undefined;
|
|
@@ -51338,7 +51338,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51338
51338
|
linkedEntity?: string | undefined;
|
|
51339
51339
|
}[] | undefined;
|
|
51340
51340
|
primaryEntity?: string | undefined;
|
|
51341
|
-
viewType?: "custom" | "create" | "
|
|
51341
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
51342
51342
|
}, {
|
|
51343
51343
|
path: string;
|
|
51344
51344
|
name: string;
|
|
@@ -51350,7 +51350,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
51350
51350
|
linkedEntity?: string | undefined;
|
|
51351
51351
|
}[] | undefined;
|
|
51352
51352
|
primaryEntity?: string | undefined;
|
|
51353
|
-
viewType?: "custom" | "create" | "
|
|
51353
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
51354
51354
|
}>, z.ZodString, z.ZodObject<{
|
|
51355
51355
|
ref: z.ZodString;
|
|
51356
51356
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -52184,6 +52184,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52184
52184
|
ref: string;
|
|
52185
52185
|
path?: string | undefined;
|
|
52186
52186
|
from?: string | undefined;
|
|
52187
|
+
linkedEntity?: string | undefined;
|
|
52187
52188
|
traits?: (string | {
|
|
52188
52189
|
name: string;
|
|
52189
52190
|
scope: "instance" | "collection";
|
|
@@ -52336,11 +52337,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52336
52337
|
events?: Record<string, string> | undefined;
|
|
52337
52338
|
linkedEntity?: string | undefined;
|
|
52338
52339
|
})[] | undefined;
|
|
52339
|
-
linkedEntity?: string | undefined;
|
|
52340
52340
|
}, {
|
|
52341
52341
|
ref: string;
|
|
52342
52342
|
path?: string | undefined;
|
|
52343
52343
|
from?: string | undefined;
|
|
52344
|
+
linkedEntity?: string | undefined;
|
|
52344
52345
|
traits?: (string | {
|
|
52345
52346
|
name: string;
|
|
52346
52347
|
scope: "instance" | "collection";
|
|
@@ -52493,7 +52494,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52493
52494
|
events?: Record<string, string> | undefined;
|
|
52494
52495
|
linkedEntity?: string | undefined;
|
|
52495
52496
|
})[] | undefined;
|
|
52496
|
-
linkedEntity?: string | undefined;
|
|
52497
52497
|
}>]>, "many">;
|
|
52498
52498
|
emits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52499
52499
|
event: z.ZodString;
|
|
@@ -52925,11 +52925,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52925
52925
|
linkedEntity?: string | undefined;
|
|
52926
52926
|
}[] | undefined;
|
|
52927
52927
|
primaryEntity?: string | undefined;
|
|
52928
|
-
viewType?: "custom" | "create" | "
|
|
52928
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
52929
52929
|
} | {
|
|
52930
52930
|
ref: string;
|
|
52931
52931
|
path?: string | undefined;
|
|
52932
52932
|
from?: string | undefined;
|
|
52933
|
+
linkedEntity?: string | undefined;
|
|
52933
52934
|
traits?: (string | {
|
|
52934
52935
|
name: string;
|
|
52935
52936
|
scope: "instance" | "collection";
|
|
@@ -53082,7 +53083,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53082
53083
|
events?: Record<string, string> | undefined;
|
|
53083
53084
|
linkedEntity?: string | undefined;
|
|
53084
53085
|
})[] | undefined;
|
|
53085
|
-
linkedEntity?: string | undefined;
|
|
53086
53086
|
})[];
|
|
53087
53087
|
description?: string | undefined;
|
|
53088
53088
|
visual_prompt?: string | undefined;
|
|
@@ -53104,6 +53104,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53104
53104
|
surface?: string | undefined;
|
|
53105
53105
|
background?: string | undefined;
|
|
53106
53106
|
ring?: string | undefined;
|
|
53107
|
+
border?: string | undefined;
|
|
53107
53108
|
primaryHover?: string | undefined;
|
|
53108
53109
|
primaryForeground?: string | undefined;
|
|
53109
53110
|
secondaryHover?: string | undefined;
|
|
@@ -53112,7 +53113,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53112
53113
|
mutedForeground?: string | undefined;
|
|
53113
53114
|
foreground?: string | undefined;
|
|
53114
53115
|
cardForeground?: string | undefined;
|
|
53115
|
-
border?: string | undefined;
|
|
53116
53116
|
errorForeground?: string | undefined;
|
|
53117
53117
|
successForeground?: string | undefined;
|
|
53118
53118
|
warningForeground?: string | undefined;
|
|
@@ -53327,6 +53327,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53327
53327
|
surface?: string | undefined;
|
|
53328
53328
|
background?: string | undefined;
|
|
53329
53329
|
ring?: string | undefined;
|
|
53330
|
+
border?: string | undefined;
|
|
53330
53331
|
primaryHover?: string | undefined;
|
|
53331
53332
|
primaryForeground?: string | undefined;
|
|
53332
53333
|
secondaryHover?: string | undefined;
|
|
@@ -53335,7 +53336,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53335
53336
|
mutedForeground?: string | undefined;
|
|
53336
53337
|
foreground?: string | undefined;
|
|
53337
53338
|
cardForeground?: string | undefined;
|
|
53338
|
-
border?: string | undefined;
|
|
53339
53339
|
errorForeground?: string | undefined;
|
|
53340
53340
|
successForeground?: string | undefined;
|
|
53341
53341
|
warningForeground?: string | undefined;
|
|
@@ -53833,11 +53833,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53833
53833
|
linkedEntity?: string | undefined;
|
|
53834
53834
|
}[] | undefined;
|
|
53835
53835
|
primaryEntity?: string | undefined;
|
|
53836
|
-
viewType?: "custom" | "create" | "
|
|
53836
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
53837
53837
|
} | {
|
|
53838
53838
|
ref: string;
|
|
53839
53839
|
path?: string | undefined;
|
|
53840
53840
|
from?: string | undefined;
|
|
53841
|
+
linkedEntity?: string | undefined;
|
|
53841
53842
|
traits?: (string | {
|
|
53842
53843
|
name: string;
|
|
53843
53844
|
scope: "instance" | "collection";
|
|
@@ -53990,7 +53991,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53990
53991
|
events?: Record<string, string> | undefined;
|
|
53991
53992
|
linkedEntity?: string | undefined;
|
|
53992
53993
|
})[] | undefined;
|
|
53993
|
-
linkedEntity?: string | undefined;
|
|
53994
53994
|
})[];
|
|
53995
53995
|
description?: string | undefined;
|
|
53996
53996
|
visual_prompt?: string | undefined;
|
|
@@ -54012,6 +54012,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54012
54012
|
surface?: string | undefined;
|
|
54013
54013
|
background?: string | undefined;
|
|
54014
54014
|
ring?: string | undefined;
|
|
54015
|
+
border?: string | undefined;
|
|
54015
54016
|
primaryHover?: string | undefined;
|
|
54016
54017
|
primaryForeground?: string | undefined;
|
|
54017
54018
|
secondaryHover?: string | undefined;
|
|
@@ -54020,7 +54021,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54020
54021
|
mutedForeground?: string | undefined;
|
|
54021
54022
|
foreground?: string | undefined;
|
|
54022
54023
|
cardForeground?: string | undefined;
|
|
54023
|
-
border?: string | undefined;
|
|
54024
54024
|
errorForeground?: string | undefined;
|
|
54025
54025
|
successForeground?: string | undefined;
|
|
54026
54026
|
warningForeground?: string | undefined;
|
|
@@ -54235,6 +54235,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54235
54235
|
surface?: string | undefined;
|
|
54236
54236
|
background?: string | undefined;
|
|
54237
54237
|
ring?: string | undefined;
|
|
54238
|
+
border?: string | undefined;
|
|
54238
54239
|
primaryHover?: string | undefined;
|
|
54239
54240
|
primaryForeground?: string | undefined;
|
|
54240
54241
|
secondaryHover?: string | undefined;
|
|
@@ -54243,7 +54244,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54243
54244
|
mutedForeground?: string | undefined;
|
|
54244
54245
|
foreground?: string | undefined;
|
|
54245
54246
|
cardForeground?: string | undefined;
|
|
54246
|
-
border?: string | undefined;
|
|
54247
54247
|
errorForeground?: string | undefined;
|
|
54248
54248
|
successForeground?: string | undefined;
|
|
54249
54249
|
warningForeground?: string | undefined;
|
|
@@ -54963,11 +54963,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54963
54963
|
linkedEntity?: string | undefined;
|
|
54964
54964
|
}[] | undefined;
|
|
54965
54965
|
primaryEntity?: string | undefined;
|
|
54966
|
-
viewType?: "custom" | "create" | "
|
|
54966
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
54967
54967
|
} | {
|
|
54968
54968
|
ref: string;
|
|
54969
54969
|
path?: string | undefined;
|
|
54970
54970
|
from?: string | undefined;
|
|
54971
|
+
linkedEntity?: string | undefined;
|
|
54971
54972
|
traits?: (string | {
|
|
54972
54973
|
name: string;
|
|
54973
54974
|
scope: "instance" | "collection";
|
|
@@ -55120,7 +55121,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55120
55121
|
events?: Record<string, string> | undefined;
|
|
55121
55122
|
linkedEntity?: string | undefined;
|
|
55122
55123
|
})[] | undefined;
|
|
55123
|
-
linkedEntity?: string | undefined;
|
|
55124
55124
|
})[];
|
|
55125
55125
|
description?: string | undefined;
|
|
55126
55126
|
visual_prompt?: string | undefined;
|
|
@@ -55142,6 +55142,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55142
55142
|
surface?: string | undefined;
|
|
55143
55143
|
background?: string | undefined;
|
|
55144
55144
|
ring?: string | undefined;
|
|
55145
|
+
border?: string | undefined;
|
|
55145
55146
|
primaryHover?: string | undefined;
|
|
55146
55147
|
primaryForeground?: string | undefined;
|
|
55147
55148
|
secondaryHover?: string | undefined;
|
|
@@ -55150,7 +55151,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55150
55151
|
mutedForeground?: string | undefined;
|
|
55151
55152
|
foreground?: string | undefined;
|
|
55152
55153
|
cardForeground?: string | undefined;
|
|
55153
|
-
border?: string | undefined;
|
|
55154
55154
|
errorForeground?: string | undefined;
|
|
55155
55155
|
successForeground?: string | undefined;
|
|
55156
55156
|
warningForeground?: string | undefined;
|
|
@@ -55365,6 +55365,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55365
55365
|
surface?: string | undefined;
|
|
55366
55366
|
background?: string | undefined;
|
|
55367
55367
|
ring?: string | undefined;
|
|
55368
|
+
border?: string | undefined;
|
|
55368
55369
|
primaryHover?: string | undefined;
|
|
55369
55370
|
primaryForeground?: string | undefined;
|
|
55370
55371
|
secondaryHover?: string | undefined;
|
|
@@ -55373,7 +55374,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55373
55374
|
mutedForeground?: string | undefined;
|
|
55374
55375
|
foreground?: string | undefined;
|
|
55375
55376
|
cardForeground?: string | undefined;
|
|
55376
|
-
border?: string | undefined;
|
|
55377
55377
|
errorForeground?: string | undefined;
|
|
55378
55378
|
successForeground?: string | undefined;
|
|
55379
55379
|
warningForeground?: string | undefined;
|
|
@@ -55765,7 +55765,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55765
55765
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
55766
55766
|
customPatterns?: Record<string, {
|
|
55767
55767
|
type: "custom";
|
|
55768
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
55768
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
55769
55769
|
className: string;
|
|
55770
55770
|
slots?: string[] | undefined;
|
|
55771
55771
|
props?: string[] | undefined;
|
|
@@ -55973,11 +55973,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55973
55973
|
linkedEntity?: string | undefined;
|
|
55974
55974
|
}[] | undefined;
|
|
55975
55975
|
primaryEntity?: string | undefined;
|
|
55976
|
-
viewType?: "custom" | "create" | "
|
|
55976
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
55977
55977
|
} | {
|
|
55978
55978
|
ref: string;
|
|
55979
55979
|
path?: string | undefined;
|
|
55980
55980
|
from?: string | undefined;
|
|
55981
|
+
linkedEntity?: string | undefined;
|
|
55981
55982
|
traits?: (string | {
|
|
55982
55983
|
name: string;
|
|
55983
55984
|
scope: "instance" | "collection";
|
|
@@ -56130,7 +56131,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56130
56131
|
events?: Record<string, string> | undefined;
|
|
56131
56132
|
linkedEntity?: string | undefined;
|
|
56132
56133
|
})[] | undefined;
|
|
56133
|
-
linkedEntity?: string | undefined;
|
|
56134
56134
|
})[];
|
|
56135
56135
|
description?: string | undefined;
|
|
56136
56136
|
visual_prompt?: string | undefined;
|
|
@@ -56152,6 +56152,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56152
56152
|
surface?: string | undefined;
|
|
56153
56153
|
background?: string | undefined;
|
|
56154
56154
|
ring?: string | undefined;
|
|
56155
|
+
border?: string | undefined;
|
|
56155
56156
|
primaryHover?: string | undefined;
|
|
56156
56157
|
primaryForeground?: string | undefined;
|
|
56157
56158
|
secondaryHover?: string | undefined;
|
|
@@ -56160,7 +56161,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56160
56161
|
mutedForeground?: string | undefined;
|
|
56161
56162
|
foreground?: string | undefined;
|
|
56162
56163
|
cardForeground?: string | undefined;
|
|
56163
|
-
border?: string | undefined;
|
|
56164
56164
|
errorForeground?: string | undefined;
|
|
56165
56165
|
successForeground?: string | undefined;
|
|
56166
56166
|
warningForeground?: string | undefined;
|
|
@@ -56375,6 +56375,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56375
56375
|
surface?: string | undefined;
|
|
56376
56376
|
background?: string | undefined;
|
|
56377
56377
|
ring?: string | undefined;
|
|
56378
|
+
border?: string | undefined;
|
|
56378
56379
|
primaryHover?: string | undefined;
|
|
56379
56380
|
primaryForeground?: string | undefined;
|
|
56380
56381
|
secondaryHover?: string | undefined;
|
|
@@ -56383,7 +56384,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56383
56384
|
mutedForeground?: string | undefined;
|
|
56384
56385
|
foreground?: string | undefined;
|
|
56385
56386
|
cardForeground?: string | undefined;
|
|
56386
|
-
border?: string | undefined;
|
|
56387
56387
|
errorForeground?: string | undefined;
|
|
56388
56388
|
successForeground?: string | undefined;
|
|
56389
56389
|
warningForeground?: string | undefined;
|
|
@@ -56775,7 +56775,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56775
56775
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
56776
56776
|
customPatterns?: Record<string, {
|
|
56777
56777
|
type: "custom";
|
|
56778
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
56778
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
56779
56779
|
className: string;
|
|
56780
56780
|
slots?: string[] | undefined;
|
|
56781
56781
|
props?: string[] | undefined;
|
|
@@ -57048,11 +57048,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57048
57048
|
linkedEntity?: string | undefined;
|
|
57049
57049
|
}[] | undefined;
|
|
57050
57050
|
primaryEntity?: string | undefined;
|
|
57051
|
-
viewType?: "custom" | "create" | "
|
|
57051
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
57052
57052
|
} | {
|
|
57053
57053
|
ref: string;
|
|
57054
57054
|
path?: string | undefined;
|
|
57055
57055
|
from?: string | undefined;
|
|
57056
|
+
linkedEntity?: string | undefined;
|
|
57056
57057
|
traits?: (string | {
|
|
57057
57058
|
name: string;
|
|
57058
57059
|
scope: "instance" | "collection";
|
|
@@ -57205,7 +57206,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57205
57206
|
events?: Record<string, string> | undefined;
|
|
57206
57207
|
linkedEntity?: string | undefined;
|
|
57207
57208
|
})[] | undefined;
|
|
57208
|
-
linkedEntity?: string | undefined;
|
|
57209
57209
|
})[];
|
|
57210
57210
|
description?: string | undefined;
|
|
57211
57211
|
visual_prompt?: string | undefined;
|
|
@@ -57227,6 +57227,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57227
57227
|
surface?: string | undefined;
|
|
57228
57228
|
background?: string | undefined;
|
|
57229
57229
|
ring?: string | undefined;
|
|
57230
|
+
border?: string | undefined;
|
|
57230
57231
|
primaryHover?: string | undefined;
|
|
57231
57232
|
primaryForeground?: string | undefined;
|
|
57232
57233
|
secondaryHover?: string | undefined;
|
|
@@ -57235,7 +57236,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57235
57236
|
mutedForeground?: string | undefined;
|
|
57236
57237
|
foreground?: string | undefined;
|
|
57237
57238
|
cardForeground?: string | undefined;
|
|
57238
|
-
border?: string | undefined;
|
|
57239
57239
|
errorForeground?: string | undefined;
|
|
57240
57240
|
successForeground?: string | undefined;
|
|
57241
57241
|
warningForeground?: string | undefined;
|
|
@@ -57450,6 +57450,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57450
57450
|
surface?: string | undefined;
|
|
57451
57451
|
background?: string | undefined;
|
|
57452
57452
|
ring?: string | undefined;
|
|
57453
|
+
border?: string | undefined;
|
|
57453
57454
|
primaryHover?: string | undefined;
|
|
57454
57455
|
primaryForeground?: string | undefined;
|
|
57455
57456
|
secondaryHover?: string | undefined;
|
|
@@ -57458,7 +57459,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57458
57459
|
mutedForeground?: string | undefined;
|
|
57459
57460
|
foreground?: string | undefined;
|
|
57460
57461
|
cardForeground?: string | undefined;
|
|
57461
|
-
border?: string | undefined;
|
|
57462
57462
|
errorForeground?: string | undefined;
|
|
57463
57463
|
successForeground?: string | undefined;
|
|
57464
57464
|
warningForeground?: string | undefined;
|
|
@@ -57850,7 +57850,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57850
57850
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
57851
57851
|
customPatterns?: Record<string, {
|
|
57852
57852
|
type: "custom";
|
|
57853
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
57853
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
57854
57854
|
className: string;
|
|
57855
57855
|
slots?: string[] | undefined;
|
|
57856
57856
|
props?: string[] | undefined;
|
|
@@ -58058,11 +58058,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58058
58058
|
linkedEntity?: string | undefined;
|
|
58059
58059
|
}[] | undefined;
|
|
58060
58060
|
primaryEntity?: string | undefined;
|
|
58061
|
-
viewType?: "custom" | "create" | "
|
|
58061
|
+
viewType?: "custom" | "create" | "edit" | "dashboard" | "list" | "detail" | undefined;
|
|
58062
58062
|
} | {
|
|
58063
58063
|
ref: string;
|
|
58064
58064
|
path?: string | undefined;
|
|
58065
58065
|
from?: string | undefined;
|
|
58066
|
+
linkedEntity?: string | undefined;
|
|
58066
58067
|
traits?: (string | {
|
|
58067
58068
|
name: string;
|
|
58068
58069
|
scope: "instance" | "collection";
|
|
@@ -58215,7 +58216,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58215
58216
|
events?: Record<string, string> | undefined;
|
|
58216
58217
|
linkedEntity?: string | undefined;
|
|
58217
58218
|
})[] | undefined;
|
|
58218
|
-
linkedEntity?: string | undefined;
|
|
58219
58219
|
})[];
|
|
58220
58220
|
description?: string | undefined;
|
|
58221
58221
|
visual_prompt?: string | undefined;
|
|
@@ -58237,6 +58237,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58237
58237
|
surface?: string | undefined;
|
|
58238
58238
|
background?: string | undefined;
|
|
58239
58239
|
ring?: string | undefined;
|
|
58240
|
+
border?: string | undefined;
|
|
58240
58241
|
primaryHover?: string | undefined;
|
|
58241
58242
|
primaryForeground?: string | undefined;
|
|
58242
58243
|
secondaryHover?: string | undefined;
|
|
@@ -58245,7 +58246,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58245
58246
|
mutedForeground?: string | undefined;
|
|
58246
58247
|
foreground?: string | undefined;
|
|
58247
58248
|
cardForeground?: string | undefined;
|
|
58248
|
-
border?: string | undefined;
|
|
58249
58249
|
errorForeground?: string | undefined;
|
|
58250
58250
|
successForeground?: string | undefined;
|
|
58251
58251
|
warningForeground?: string | undefined;
|
|
@@ -58460,6 +58460,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58460
58460
|
surface?: string | undefined;
|
|
58461
58461
|
background?: string | undefined;
|
|
58462
58462
|
ring?: string | undefined;
|
|
58463
|
+
border?: string | undefined;
|
|
58463
58464
|
primaryHover?: string | undefined;
|
|
58464
58465
|
primaryForeground?: string | undefined;
|
|
58465
58466
|
secondaryHover?: string | undefined;
|
|
@@ -58468,7 +58469,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58468
58469
|
mutedForeground?: string | undefined;
|
|
58469
58470
|
foreground?: string | undefined;
|
|
58470
58471
|
cardForeground?: string | undefined;
|
|
58471
|
-
border?: string | undefined;
|
|
58472
58472
|
errorForeground?: string | undefined;
|
|
58473
58473
|
successForeground?: string | undefined;
|
|
58474
58474
|
warningForeground?: string | undefined;
|
|
@@ -58860,7 +58860,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58860
58860
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
58861
58861
|
customPatterns?: Record<string, {
|
|
58862
58862
|
type: "custom";
|
|
58863
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "
|
|
58863
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "footer" | "article" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "nav" | "aside" | "div" | "span" | "a" | "p" | "ul" | "ol" | "li" | "img";
|
|
58864
58864
|
className: string;
|
|
58865
58865
|
slots?: string[] | undefined;
|
|
58866
58866
|
props?: string[] | undefined;
|