@almadar/core 7.14.0 → 7.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-BSw8Is-V.d.ts → compose-behaviors-BJTsmdSN.d.ts} +1 -1
- package/dist/domain-language/index.d.ts +2 -2
- package/dist/domain-language/index.js.map +1 -1
- package/dist/{expression-DfPiB-UG.d.ts → expression-CkBbMSmB.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{schema-Bryabp9C.d.ts → schema-DEkM0GfA.d.ts} +93 -93
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/types/index.d.ts +10 -10
- package/dist/types/index.js.map +1 -1
- package/package.json +11 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SExpr, b as EventPayload, d as Expression } from './expression-
|
|
1
|
+
import { S as SExpr, b as EventPayload, d as Expression } from './expression-CkBbMSmB.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { AnyPatternConfig } from '@almadar/patterns';
|
|
4
4
|
|
|
@@ -5571,11 +5571,11 @@ declare const UserPersonaSchema: z.ZodObject<{
|
|
|
5571
5571
|
}, "strip", z.ZodTypeAny, {
|
|
5572
5572
|
name: string;
|
|
5573
5573
|
role?: string | undefined;
|
|
5574
|
-
device?: "mobile" | "
|
|
5574
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5575
5575
|
}, {
|
|
5576
5576
|
name: string;
|
|
5577
5577
|
role?: string | undefined;
|
|
5578
|
-
device?: "mobile" | "
|
|
5578
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5579
5579
|
}>;
|
|
5580
5580
|
/**
|
|
5581
5581
|
* Domain context - user request + classification
|
|
@@ -5625,11 +5625,11 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
5625
5625
|
}, "strip", z.ZodTypeAny, {
|
|
5626
5626
|
name: string;
|
|
5627
5627
|
role?: string | undefined;
|
|
5628
|
-
device?: "mobile" | "
|
|
5628
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5629
5629
|
}, {
|
|
5630
5630
|
name: string;
|
|
5631
5631
|
role?: string | undefined;
|
|
5632
|
-
device?: "mobile" | "
|
|
5632
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5633
5633
|
}>, "many">>;
|
|
5634
5634
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5635
5635
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5640,7 +5640,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
5640
5640
|
personas?: {
|
|
5641
5641
|
name: string;
|
|
5642
5642
|
role?: string | undefined;
|
|
5643
|
-
device?: "mobile" | "
|
|
5643
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5644
5644
|
}[] | undefined;
|
|
5645
5645
|
vocabulary?: Record<string, string> | undefined;
|
|
5646
5646
|
}, {
|
|
@@ -5651,7 +5651,7 @@ declare const DomainContextSchema: z.ZodObject<{
|
|
|
5651
5651
|
personas?: {
|
|
5652
5652
|
name: string;
|
|
5653
5653
|
role?: string | undefined;
|
|
5654
|
-
device?: "mobile" | "
|
|
5654
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
5655
5655
|
}[] | undefined;
|
|
5656
5656
|
vocabulary?: Record<string, string> | undefined;
|
|
5657
5657
|
}>;
|
|
@@ -5828,7 +5828,7 @@ declare const DesignPreferencesSchema: z.ZodObject<{
|
|
|
5828
5828
|
}>>;
|
|
5829
5829
|
}, "strip", z.ZodTypeAny, {
|
|
5830
5830
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
5831
|
-
device?: "mobile" | "
|
|
5831
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
5832
5832
|
primaryColor?: string | undefined;
|
|
5833
5833
|
darkMode?: boolean | undefined;
|
|
5834
5834
|
uxHints?: {
|
|
@@ -5844,7 +5844,7 @@ declare const DesignPreferencesSchema: z.ZodObject<{
|
|
|
5844
5844
|
} | undefined;
|
|
5845
5845
|
}, {
|
|
5846
5846
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
5847
|
-
device?: "mobile" | "
|
|
5847
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
5848
5848
|
primaryColor?: string | undefined;
|
|
5849
5849
|
darkMode?: boolean | undefined;
|
|
5850
5850
|
uxHints?: {
|
|
@@ -6159,13 +6159,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
|
|
|
6159
6159
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6160
6160
|
}, "strip", z.ZodTypeAny, {
|
|
6161
6161
|
type: "custom";
|
|
6162
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
6162
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
6163
6163
|
className: string;
|
|
6164
6164
|
slots?: string[] | undefined;
|
|
6165
6165
|
props?: string[] | undefined;
|
|
6166
6166
|
}, {
|
|
6167
6167
|
type: "custom";
|
|
6168
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
6168
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
6169
6169
|
className: string;
|
|
6170
6170
|
slots?: string[] | undefined;
|
|
6171
6171
|
props?: string[] | undefined;
|
|
@@ -6182,13 +6182,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
|
|
|
6182
6182
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6183
6183
|
}, "strip", z.ZodTypeAny, {
|
|
6184
6184
|
type: "custom";
|
|
6185
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
6185
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
6186
6186
|
className: string;
|
|
6187
6187
|
slots?: string[] | undefined;
|
|
6188
6188
|
props?: string[] | undefined;
|
|
6189
6189
|
}, {
|
|
6190
6190
|
type: "custom";
|
|
6191
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
6191
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
6192
6192
|
className: string;
|
|
6193
6193
|
slots?: string[] | undefined;
|
|
6194
6194
|
props?: string[] | undefined;
|
|
@@ -10783,11 +10783,11 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
10783
10783
|
}, "strip", z.ZodTypeAny, {
|
|
10784
10784
|
name: string;
|
|
10785
10785
|
role?: string | undefined;
|
|
10786
|
-
device?: "mobile" | "
|
|
10786
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
10787
10787
|
}, {
|
|
10788
10788
|
name: string;
|
|
10789
10789
|
role?: string | undefined;
|
|
10790
|
-
device?: "mobile" | "
|
|
10790
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
10791
10791
|
}>, "many">>;
|
|
10792
10792
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
10793
10793
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10798,7 +10798,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
10798
10798
|
personas?: {
|
|
10799
10799
|
name: string;
|
|
10800
10800
|
role?: string | undefined;
|
|
10801
|
-
device?: "mobile" | "
|
|
10801
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
10802
10802
|
}[] | undefined;
|
|
10803
10803
|
vocabulary?: Record<string, string> | undefined;
|
|
10804
10804
|
}, {
|
|
@@ -10809,7 +10809,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
10809
10809
|
personas?: {
|
|
10810
10810
|
name: string;
|
|
10811
10811
|
role?: string | undefined;
|
|
10812
|
-
device?: "mobile" | "
|
|
10812
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
10813
10813
|
}[] | undefined;
|
|
10814
10814
|
vocabulary?: Record<string, string> | undefined;
|
|
10815
10815
|
}>>;
|
|
@@ -10859,7 +10859,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
10859
10859
|
}>>;
|
|
10860
10860
|
}, "strip", z.ZodTypeAny, {
|
|
10861
10861
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
10862
|
-
device?: "mobile" | "
|
|
10862
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
10863
10863
|
primaryColor?: string | undefined;
|
|
10864
10864
|
darkMode?: boolean | undefined;
|
|
10865
10865
|
uxHints?: {
|
|
@@ -10875,7 +10875,7 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
10875
10875
|
} | undefined;
|
|
10876
10876
|
}, {
|
|
10877
10877
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
10878
|
-
device?: "mobile" | "
|
|
10878
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
10879
10879
|
primaryColor?: string | undefined;
|
|
10880
10880
|
darkMode?: boolean | undefined;
|
|
10881
10881
|
uxHints?: {
|
|
@@ -11277,13 +11277,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
11277
11277
|
personas?: {
|
|
11278
11278
|
name: string;
|
|
11279
11279
|
role?: string | undefined;
|
|
11280
|
-
device?: "mobile" | "
|
|
11280
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
11281
11281
|
}[] | undefined;
|
|
11282
11282
|
vocabulary?: Record<string, string> | undefined;
|
|
11283
11283
|
} | undefined;
|
|
11284
11284
|
design?: {
|
|
11285
11285
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
11286
|
-
device?: "mobile" | "
|
|
11286
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
11287
11287
|
primaryColor?: string | undefined;
|
|
11288
11288
|
darkMode?: boolean | undefined;
|
|
11289
11289
|
uxHints?: {
|
|
@@ -11677,13 +11677,13 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
11677
11677
|
personas?: {
|
|
11678
11678
|
name: string;
|
|
11679
11679
|
role?: string | undefined;
|
|
11680
|
-
device?: "mobile" | "
|
|
11680
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
11681
11681
|
}[] | undefined;
|
|
11682
11682
|
vocabulary?: Record<string, string> | undefined;
|
|
11683
11683
|
} | undefined;
|
|
11684
11684
|
design?: {
|
|
11685
11685
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
11686
|
-
device?: "mobile" | "
|
|
11686
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
11687
11687
|
primaryColor?: string | undefined;
|
|
11688
11688
|
darkMode?: boolean | undefined;
|
|
11689
11689
|
uxHints?: {
|
|
@@ -13706,11 +13706,11 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
13706
13706
|
}, "strip", z.ZodTypeAny, {
|
|
13707
13707
|
name: string;
|
|
13708
13708
|
role?: string | undefined;
|
|
13709
|
-
device?: "mobile" | "
|
|
13709
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13710
13710
|
}, {
|
|
13711
13711
|
name: string;
|
|
13712
13712
|
role?: string | undefined;
|
|
13713
|
-
device?: "mobile" | "
|
|
13713
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13714
13714
|
}>, "many">>;
|
|
13715
13715
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13716
13716
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13721,7 +13721,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
13721
13721
|
personas?: {
|
|
13722
13722
|
name: string;
|
|
13723
13723
|
role?: string | undefined;
|
|
13724
|
-
device?: "mobile" | "
|
|
13724
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13725
13725
|
}[] | undefined;
|
|
13726
13726
|
vocabulary?: Record<string, string> | undefined;
|
|
13727
13727
|
}, {
|
|
@@ -13732,7 +13732,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
13732
13732
|
personas?: {
|
|
13733
13733
|
name: string;
|
|
13734
13734
|
role?: string | undefined;
|
|
13735
|
-
device?: "mobile" | "
|
|
13735
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
13736
13736
|
}[] | undefined;
|
|
13737
13737
|
vocabulary?: Record<string, string> | undefined;
|
|
13738
13738
|
}>>;
|
|
@@ -13782,7 +13782,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
13782
13782
|
}>>;
|
|
13783
13783
|
}, "strip", z.ZodTypeAny, {
|
|
13784
13784
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
13785
|
-
device?: "mobile" | "
|
|
13785
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
13786
13786
|
primaryColor?: string | undefined;
|
|
13787
13787
|
darkMode?: boolean | undefined;
|
|
13788
13788
|
uxHints?: {
|
|
@@ -13798,7 +13798,7 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
13798
13798
|
} | undefined;
|
|
13799
13799
|
}, {
|
|
13800
13800
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
13801
|
-
device?: "mobile" | "
|
|
13801
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
13802
13802
|
primaryColor?: string | undefined;
|
|
13803
13803
|
darkMode?: boolean | undefined;
|
|
13804
13804
|
uxHints?: {
|
|
@@ -14200,13 +14200,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
14200
14200
|
personas?: {
|
|
14201
14201
|
name: string;
|
|
14202
14202
|
role?: string | undefined;
|
|
14203
|
-
device?: "mobile" | "
|
|
14203
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
14204
14204
|
}[] | undefined;
|
|
14205
14205
|
vocabulary?: Record<string, string> | undefined;
|
|
14206
14206
|
} | undefined;
|
|
14207
14207
|
design?: {
|
|
14208
14208
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
14209
|
-
device?: "mobile" | "
|
|
14209
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
14210
14210
|
primaryColor?: string | undefined;
|
|
14211
14211
|
darkMode?: boolean | undefined;
|
|
14212
14212
|
uxHints?: {
|
|
@@ -14600,13 +14600,13 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
14600
14600
|
personas?: {
|
|
14601
14601
|
name: string;
|
|
14602
14602
|
role?: string | undefined;
|
|
14603
|
-
device?: "mobile" | "
|
|
14603
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
14604
14604
|
}[] | undefined;
|
|
14605
14605
|
vocabulary?: Record<string, string> | undefined;
|
|
14606
14606
|
} | undefined;
|
|
14607
14607
|
design?: {
|
|
14608
14608
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
14609
|
-
device?: "mobile" | "
|
|
14609
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
14610
14610
|
primaryColor?: string | undefined;
|
|
14611
14611
|
darkMode?: boolean | undefined;
|
|
14612
14612
|
uxHints?: {
|
|
@@ -16636,11 +16636,11 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
16636
16636
|
}, "strip", z.ZodTypeAny, {
|
|
16637
16637
|
name: string;
|
|
16638
16638
|
role?: string | undefined;
|
|
16639
|
-
device?: "mobile" | "
|
|
16639
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16640
16640
|
}, {
|
|
16641
16641
|
name: string;
|
|
16642
16642
|
role?: string | undefined;
|
|
16643
|
-
device?: "mobile" | "
|
|
16643
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16644
16644
|
}>, "many">>;
|
|
16645
16645
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16646
16646
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16651,7 +16651,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
16651
16651
|
personas?: {
|
|
16652
16652
|
name: string;
|
|
16653
16653
|
role?: string | undefined;
|
|
16654
|
-
device?: "mobile" | "
|
|
16654
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16655
16655
|
}[] | undefined;
|
|
16656
16656
|
vocabulary?: Record<string, string> | undefined;
|
|
16657
16657
|
}, {
|
|
@@ -16662,7 +16662,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
16662
16662
|
personas?: {
|
|
16663
16663
|
name: string;
|
|
16664
16664
|
role?: string | undefined;
|
|
16665
|
-
device?: "mobile" | "
|
|
16665
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
16666
16666
|
}[] | undefined;
|
|
16667
16667
|
vocabulary?: Record<string, string> | undefined;
|
|
16668
16668
|
}>>;
|
|
@@ -16712,7 +16712,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
16712
16712
|
}>>;
|
|
16713
16713
|
}, "strip", z.ZodTypeAny, {
|
|
16714
16714
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
16715
|
-
device?: "mobile" | "
|
|
16715
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
16716
16716
|
primaryColor?: string | undefined;
|
|
16717
16717
|
darkMode?: boolean | undefined;
|
|
16718
16718
|
uxHints?: {
|
|
@@ -16728,7 +16728,7 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
16728
16728
|
} | undefined;
|
|
16729
16729
|
}, {
|
|
16730
16730
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
16731
|
-
device?: "mobile" | "
|
|
16731
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
16732
16732
|
primaryColor?: string | undefined;
|
|
16733
16733
|
darkMode?: boolean | undefined;
|
|
16734
16734
|
uxHints?: {
|
|
@@ -17130,13 +17130,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
17130
17130
|
personas?: {
|
|
17131
17131
|
name: string;
|
|
17132
17132
|
role?: string | undefined;
|
|
17133
|
-
device?: "mobile" | "
|
|
17133
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17134
17134
|
}[] | undefined;
|
|
17135
17135
|
vocabulary?: Record<string, string> | undefined;
|
|
17136
17136
|
} | undefined;
|
|
17137
17137
|
design?: {
|
|
17138
17138
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17139
|
-
device?: "mobile" | "
|
|
17139
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17140
17140
|
primaryColor?: string | undefined;
|
|
17141
17141
|
darkMode?: boolean | undefined;
|
|
17142
17142
|
uxHints?: {
|
|
@@ -17530,13 +17530,13 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
17530
17530
|
personas?: {
|
|
17531
17531
|
name: string;
|
|
17532
17532
|
role?: string | undefined;
|
|
17533
|
-
device?: "mobile" | "
|
|
17533
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17534
17534
|
}[] | undefined;
|
|
17535
17535
|
vocabulary?: Record<string, string> | undefined;
|
|
17536
17536
|
} | undefined;
|
|
17537
17537
|
design?: {
|
|
17538
17538
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17539
|
-
device?: "mobile" | "
|
|
17539
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17540
17540
|
primaryColor?: string | undefined;
|
|
17541
17541
|
darkMode?: boolean | undefined;
|
|
17542
17542
|
uxHints?: {
|
|
@@ -17582,13 +17582,13 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
17582
17582
|
secondary: z.ZodOptional<z.ZodString>;
|
|
17583
17583
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
17584
17584
|
}, "strip", z.ZodTypeAny, {
|
|
17585
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17585
17586
|
primary?: string | undefined;
|
|
17586
17587
|
secondary?: string | undefined;
|
|
17587
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17588
17588
|
}, {
|
|
17589
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17589
17590
|
primary?: string | undefined;
|
|
17590
17591
|
secondary?: string | undefined;
|
|
17591
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17592
17592
|
}>>;
|
|
17593
17593
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
17594
17594
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -17603,9 +17603,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
17603
17603
|
}>>;
|
|
17604
17604
|
}, "strip", z.ZodTypeAny, {
|
|
17605
17605
|
theme?: {
|
|
17606
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17606
17607
|
primary?: string | undefined;
|
|
17607
17608
|
secondary?: string | undefined;
|
|
17608
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17609
17609
|
} | undefined;
|
|
17610
17610
|
features?: Record<string, boolean> | undefined;
|
|
17611
17611
|
api?: {
|
|
@@ -17614,9 +17614,9 @@ declare const OrbitalConfigSchema: z.ZodObject<{
|
|
|
17614
17614
|
} | undefined;
|
|
17615
17615
|
}, {
|
|
17616
17616
|
theme?: {
|
|
17617
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
17617
17618
|
primary?: string | undefined;
|
|
17618
17619
|
secondary?: string | undefined;
|
|
17619
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
17620
17620
|
} | undefined;
|
|
17621
17621
|
features?: Record<string, boolean> | undefined;
|
|
17622
17622
|
api?: {
|
|
@@ -17678,11 +17678,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17678
17678
|
}, "strip", z.ZodTypeAny, {
|
|
17679
17679
|
name: string;
|
|
17680
17680
|
role?: string | undefined;
|
|
17681
|
-
device?: "mobile" | "
|
|
17681
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17682
17682
|
}, {
|
|
17683
17683
|
name: string;
|
|
17684
17684
|
role?: string | undefined;
|
|
17685
|
-
device?: "mobile" | "
|
|
17685
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17686
17686
|
}>, "many">>;
|
|
17687
17687
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
17688
17688
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17693,7 +17693,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17693
17693
|
personas?: {
|
|
17694
17694
|
name: string;
|
|
17695
17695
|
role?: string | undefined;
|
|
17696
|
-
device?: "mobile" | "
|
|
17696
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17697
17697
|
}[] | undefined;
|
|
17698
17698
|
vocabulary?: Record<string, string> | undefined;
|
|
17699
17699
|
}, {
|
|
@@ -17704,7 +17704,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17704
17704
|
personas?: {
|
|
17705
17705
|
name: string;
|
|
17706
17706
|
role?: string | undefined;
|
|
17707
|
-
device?: "mobile" | "
|
|
17707
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
17708
17708
|
}[] | undefined;
|
|
17709
17709
|
vocabulary?: Record<string, string> | undefined;
|
|
17710
17710
|
}>>;
|
|
@@ -17754,7 +17754,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17754
17754
|
}>>;
|
|
17755
17755
|
}, "strip", z.ZodTypeAny, {
|
|
17756
17756
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17757
|
-
device?: "mobile" | "
|
|
17757
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17758
17758
|
primaryColor?: string | undefined;
|
|
17759
17759
|
darkMode?: boolean | undefined;
|
|
17760
17760
|
uxHints?: {
|
|
@@ -17770,7 +17770,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17770
17770
|
} | undefined;
|
|
17771
17771
|
}, {
|
|
17772
17772
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
17773
|
-
device?: "mobile" | "
|
|
17773
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
17774
17774
|
primaryColor?: string | undefined;
|
|
17775
17775
|
darkMode?: boolean | undefined;
|
|
17776
17776
|
uxHints?: {
|
|
@@ -17794,13 +17794,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
17794
17794
|
props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
17795
17795
|
}, "strip", z.ZodTypeAny, {
|
|
17796
17796
|
type: "custom";
|
|
17797
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
17797
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
17798
17798
|
className: string;
|
|
17799
17799
|
slots?: string[] | undefined;
|
|
17800
17800
|
props?: string[] | undefined;
|
|
17801
17801
|
}, {
|
|
17802
17802
|
type: "custom";
|
|
17803
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
17803
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
17804
17804
|
className: string;
|
|
17805
17805
|
slots?: string[] | undefined;
|
|
17806
17806
|
props?: string[] | undefined;
|
|
@@ -19807,11 +19807,11 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
19807
19807
|
}, "strip", z.ZodTypeAny, {
|
|
19808
19808
|
name: string;
|
|
19809
19809
|
role?: string | undefined;
|
|
19810
|
-
device?: "mobile" | "
|
|
19810
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19811
19811
|
}, {
|
|
19812
19812
|
name: string;
|
|
19813
19813
|
role?: string | undefined;
|
|
19814
|
-
device?: "mobile" | "
|
|
19814
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19815
19815
|
}>, "many">>;
|
|
19816
19816
|
vocabulary: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
19817
19817
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19822,7 +19822,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
19822
19822
|
personas?: {
|
|
19823
19823
|
name: string;
|
|
19824
19824
|
role?: string | undefined;
|
|
19825
|
-
device?: "mobile" | "
|
|
19825
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19826
19826
|
}[] | undefined;
|
|
19827
19827
|
vocabulary?: Record<string, string> | undefined;
|
|
19828
19828
|
}, {
|
|
@@ -19833,7 +19833,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
19833
19833
|
personas?: {
|
|
19834
19834
|
name: string;
|
|
19835
19835
|
role?: string | undefined;
|
|
19836
|
-
device?: "mobile" | "
|
|
19836
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
19837
19837
|
}[] | undefined;
|
|
19838
19838
|
vocabulary?: Record<string, string> | undefined;
|
|
19839
19839
|
}>>;
|
|
@@ -19883,7 +19883,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
19883
19883
|
}>>;
|
|
19884
19884
|
}, "strip", z.ZodTypeAny, {
|
|
19885
19885
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19886
|
-
device?: "mobile" | "
|
|
19886
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19887
19887
|
primaryColor?: string | undefined;
|
|
19888
19888
|
darkMode?: boolean | undefined;
|
|
19889
19889
|
uxHints?: {
|
|
@@ -19899,7 +19899,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
19899
19899
|
} | undefined;
|
|
19900
19900
|
}, {
|
|
19901
19901
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
19902
|
-
device?: "mobile" | "
|
|
19902
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
19903
19903
|
primaryColor?: string | undefined;
|
|
19904
19904
|
darkMode?: boolean | undefined;
|
|
19905
19905
|
uxHints?: {
|
|
@@ -20301,13 +20301,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
20301
20301
|
personas?: {
|
|
20302
20302
|
name: string;
|
|
20303
20303
|
role?: string | undefined;
|
|
20304
|
-
device?: "mobile" | "
|
|
20304
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
20305
20305
|
}[] | undefined;
|
|
20306
20306
|
vocabulary?: Record<string, string> | undefined;
|
|
20307
20307
|
} | undefined;
|
|
20308
20308
|
design?: {
|
|
20309
20309
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
20310
|
-
device?: "mobile" | "
|
|
20310
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
20311
20311
|
primaryColor?: string | undefined;
|
|
20312
20312
|
darkMode?: boolean | undefined;
|
|
20313
20313
|
uxHints?: {
|
|
@@ -20701,13 +20701,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
20701
20701
|
personas?: {
|
|
20702
20702
|
name: string;
|
|
20703
20703
|
role?: string | undefined;
|
|
20704
|
-
device?: "mobile" | "
|
|
20704
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
20705
20705
|
}[] | undefined;
|
|
20706
20706
|
vocabulary?: Record<string, string> | undefined;
|
|
20707
20707
|
} | undefined;
|
|
20708
20708
|
design?: {
|
|
20709
20709
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
20710
|
-
device?: "mobile" | "
|
|
20710
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
20711
20711
|
primaryColor?: string | undefined;
|
|
20712
20712
|
darkMode?: boolean | undefined;
|
|
20713
20713
|
uxHints?: {
|
|
@@ -20861,13 +20861,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
20861
20861
|
secondary: z.ZodOptional<z.ZodString>;
|
|
20862
20862
|
mode: z.ZodOptional<z.ZodEnum<["light", "dark", "system"]>>;
|
|
20863
20863
|
}, "strip", z.ZodTypeAny, {
|
|
20864
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
20864
20865
|
primary?: string | undefined;
|
|
20865
20866
|
secondary?: string | undefined;
|
|
20866
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
20867
20867
|
}, {
|
|
20868
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
20868
20869
|
primary?: string | undefined;
|
|
20869
20870
|
secondary?: string | undefined;
|
|
20870
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
20871
20871
|
}>>;
|
|
20872
20872
|
features: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
20873
20873
|
api: z.ZodOptional<z.ZodObject<{
|
|
@@ -20882,9 +20882,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
20882
20882
|
}>>;
|
|
20883
20883
|
}, "strip", z.ZodTypeAny, {
|
|
20884
20884
|
theme?: {
|
|
20885
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
20885
20886
|
primary?: string | undefined;
|
|
20886
20887
|
secondary?: string | undefined;
|
|
20887
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
20888
20888
|
} | undefined;
|
|
20889
20889
|
features?: Record<string, boolean> | undefined;
|
|
20890
20890
|
api?: {
|
|
@@ -20893,9 +20893,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
20893
20893
|
} | undefined;
|
|
20894
20894
|
}, {
|
|
20895
20895
|
theme?: {
|
|
20896
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
20896
20897
|
primary?: string | undefined;
|
|
20897
20898
|
secondary?: string | undefined;
|
|
20898
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
20899
20899
|
} | undefined;
|
|
20900
20900
|
features?: Record<string, boolean> | undefined;
|
|
20901
20901
|
api?: {
|
|
@@ -21279,13 +21279,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21279
21279
|
personas?: {
|
|
21280
21280
|
name: string;
|
|
21281
21281
|
role?: string | undefined;
|
|
21282
|
-
device?: "mobile" | "
|
|
21282
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
21283
21283
|
}[] | undefined;
|
|
21284
21284
|
vocabulary?: Record<string, string> | undefined;
|
|
21285
21285
|
} | undefined;
|
|
21286
21286
|
design?: {
|
|
21287
21287
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
21288
|
-
device?: "mobile" | "
|
|
21288
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
21289
21289
|
primaryColor?: string | undefined;
|
|
21290
21290
|
darkMode?: boolean | undefined;
|
|
21291
21291
|
uxHints?: {
|
|
@@ -21309,9 +21309,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21309
21309
|
description?: string | undefined;
|
|
21310
21310
|
config?: {
|
|
21311
21311
|
theme?: {
|
|
21312
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
21312
21313
|
primary?: string | undefined;
|
|
21313
21314
|
secondary?: string | undefined;
|
|
21314
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
21315
21315
|
} | undefined;
|
|
21316
21316
|
features?: Record<string, boolean> | undefined;
|
|
21317
21317
|
api?: {
|
|
@@ -21362,13 +21362,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21362
21362
|
personas?: {
|
|
21363
21363
|
name: string;
|
|
21364
21364
|
role?: string | undefined;
|
|
21365
|
-
device?: "mobile" | "
|
|
21365
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
21366
21366
|
}[] | undefined;
|
|
21367
21367
|
vocabulary?: Record<string, string> | undefined;
|
|
21368
21368
|
} | undefined;
|
|
21369
21369
|
design?: {
|
|
21370
21370
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
21371
|
-
device?: "mobile" | "
|
|
21371
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
21372
21372
|
primaryColor?: string | undefined;
|
|
21373
21373
|
darkMode?: boolean | undefined;
|
|
21374
21374
|
uxHints?: {
|
|
@@ -21387,7 +21387,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21387
21387
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
21388
21388
|
customPatterns?: Record<string, {
|
|
21389
21389
|
type: "custom";
|
|
21390
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
21390
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
21391
21391
|
className: string;
|
|
21392
21392
|
slots?: string[] | undefined;
|
|
21393
21393
|
props?: string[] | undefined;
|
|
@@ -21768,13 +21768,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21768
21768
|
personas?: {
|
|
21769
21769
|
name: string;
|
|
21770
21770
|
role?: string | undefined;
|
|
21771
|
-
device?: "mobile" | "
|
|
21771
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
21772
21772
|
}[] | undefined;
|
|
21773
21773
|
vocabulary?: Record<string, string> | undefined;
|
|
21774
21774
|
} | undefined;
|
|
21775
21775
|
design?: {
|
|
21776
21776
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
21777
|
-
device?: "mobile" | "
|
|
21777
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
21778
21778
|
primaryColor?: string | undefined;
|
|
21779
21779
|
darkMode?: boolean | undefined;
|
|
21780
21780
|
uxHints?: {
|
|
@@ -21798,9 +21798,9 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21798
21798
|
description?: string | undefined;
|
|
21799
21799
|
config?: {
|
|
21800
21800
|
theme?: {
|
|
21801
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
21801
21802
|
primary?: string | undefined;
|
|
21802
21803
|
secondary?: string | undefined;
|
|
21803
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
21804
21804
|
} | undefined;
|
|
21805
21805
|
features?: Record<string, boolean> | undefined;
|
|
21806
21806
|
api?: {
|
|
@@ -21851,13 +21851,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21851
21851
|
personas?: {
|
|
21852
21852
|
name: string;
|
|
21853
21853
|
role?: string | undefined;
|
|
21854
|
-
device?: "mobile" | "
|
|
21854
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
21855
21855
|
}[] | undefined;
|
|
21856
21856
|
vocabulary?: Record<string, string> | undefined;
|
|
21857
21857
|
} | undefined;
|
|
21858
21858
|
design?: {
|
|
21859
21859
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
21860
|
-
device?: "mobile" | "
|
|
21860
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
21861
21861
|
primaryColor?: string | undefined;
|
|
21862
21862
|
darkMode?: boolean | undefined;
|
|
21863
21863
|
uxHints?: {
|
|
@@ -21876,7 +21876,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
21876
21876
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
21877
21877
|
customPatterns?: Record<string, {
|
|
21878
21878
|
type: "custom";
|
|
21879
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
21879
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
21880
21880
|
className: string;
|
|
21881
21881
|
slots?: string[] | undefined;
|
|
21882
21882
|
props?: string[] | undefined;
|
|
@@ -22304,13 +22304,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22304
22304
|
personas?: {
|
|
22305
22305
|
name: string;
|
|
22306
22306
|
role?: string | undefined;
|
|
22307
|
-
device?: "mobile" | "
|
|
22307
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
22308
22308
|
}[] | undefined;
|
|
22309
22309
|
vocabulary?: Record<string, string> | undefined;
|
|
22310
22310
|
} | undefined;
|
|
22311
22311
|
design?: {
|
|
22312
22312
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
22313
|
-
device?: "mobile" | "
|
|
22313
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
22314
22314
|
primaryColor?: string | undefined;
|
|
22315
22315
|
darkMode?: boolean | undefined;
|
|
22316
22316
|
uxHints?: {
|
|
@@ -22334,9 +22334,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22334
22334
|
description?: string | undefined;
|
|
22335
22335
|
config?: {
|
|
22336
22336
|
theme?: {
|
|
22337
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
22337
22338
|
primary?: string | undefined;
|
|
22338
22339
|
secondary?: string | undefined;
|
|
22339
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
22340
22340
|
} | undefined;
|
|
22341
22341
|
features?: Record<string, boolean> | undefined;
|
|
22342
22342
|
api?: {
|
|
@@ -22387,13 +22387,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22387
22387
|
personas?: {
|
|
22388
22388
|
name: string;
|
|
22389
22389
|
role?: string | undefined;
|
|
22390
|
-
device?: "mobile" | "
|
|
22390
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
22391
22391
|
}[] | undefined;
|
|
22392
22392
|
vocabulary?: Record<string, string> | undefined;
|
|
22393
22393
|
} | undefined;
|
|
22394
22394
|
design?: {
|
|
22395
22395
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
22396
|
-
device?: "mobile" | "
|
|
22396
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
22397
22397
|
primaryColor?: string | undefined;
|
|
22398
22398
|
darkMode?: boolean | undefined;
|
|
22399
22399
|
uxHints?: {
|
|
@@ -22412,7 +22412,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22412
22412
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
22413
22413
|
customPatterns?: Record<string, {
|
|
22414
22414
|
type: "custom";
|
|
22415
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
22415
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
22416
22416
|
className: string;
|
|
22417
22417
|
slots?: string[] | undefined;
|
|
22418
22418
|
props?: string[] | undefined;
|
|
@@ -22793,13 +22793,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22793
22793
|
personas?: {
|
|
22794
22794
|
name: string;
|
|
22795
22795
|
role?: string | undefined;
|
|
22796
|
-
device?: "mobile" | "
|
|
22796
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
22797
22797
|
}[] | undefined;
|
|
22798
22798
|
vocabulary?: Record<string, string> | undefined;
|
|
22799
22799
|
} | undefined;
|
|
22800
22800
|
design?: {
|
|
22801
22801
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
22802
|
-
device?: "mobile" | "
|
|
22802
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
22803
22803
|
primaryColor?: string | undefined;
|
|
22804
22804
|
darkMode?: boolean | undefined;
|
|
22805
22805
|
uxHints?: {
|
|
@@ -22823,9 +22823,9 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22823
22823
|
description?: string | undefined;
|
|
22824
22824
|
config?: {
|
|
22825
22825
|
theme?: {
|
|
22826
|
+
mode?: "system" | "light" | "dark" | undefined;
|
|
22826
22827
|
primary?: string | undefined;
|
|
22827
22828
|
secondary?: string | undefined;
|
|
22828
|
-
mode?: "system" | "light" | "dark" | undefined;
|
|
22829
22829
|
} | undefined;
|
|
22830
22830
|
features?: Record<string, boolean> | undefined;
|
|
22831
22831
|
api?: {
|
|
@@ -22876,13 +22876,13 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22876
22876
|
personas?: {
|
|
22877
22877
|
name: string;
|
|
22878
22878
|
role?: string | undefined;
|
|
22879
|
-
device?: "mobile" | "
|
|
22879
|
+
device?: "mobile" | "tablet" | "desktop" | undefined;
|
|
22880
22880
|
}[] | undefined;
|
|
22881
22881
|
vocabulary?: Record<string, string> | undefined;
|
|
22882
22882
|
} | undefined;
|
|
22883
22883
|
design?: {
|
|
22884
22884
|
style?: "minimal" | "modern" | "playful" | "data-driven" | "immersive" | undefined;
|
|
22885
|
-
device?: "mobile" | "
|
|
22885
|
+
device?: "mobile" | "tablet" | "desktop" | "all" | undefined;
|
|
22886
22886
|
primaryColor?: string | undefined;
|
|
22887
22887
|
darkMode?: boolean | undefined;
|
|
22888
22888
|
uxHints?: {
|
|
@@ -22901,7 +22901,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
22901
22901
|
designTokens?: Record<string, Record<string, string>> | undefined;
|
|
22902
22902
|
customPatterns?: Record<string, {
|
|
22903
22903
|
type: "custom";
|
|
22904
|
-
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "
|
|
22904
|
+
component: "header" | "main" | "button" | "form" | "input" | "label" | "section" | "nav" | "article" | "footer" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "aside" | "ul" | "ol" | "li" | "img";
|
|
22905
22905
|
className: string;
|
|
22906
22906
|
slots?: string[] | undefined;
|
|
22907
22907
|
props?: string[] | undefined;
|