@tekton-ui/core 0.3.0 → 0.3.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.
@@ -21,13 +21,13 @@ export declare const ResponsiveTokenSchema: z.ZodObject<{
21
21
  maxWidth: z.ZodOptional<z.ZodNumber>;
22
22
  description: z.ZodString;
23
23
  }, "strip", z.ZodTypeAny, {
24
- description: string;
25
24
  id: string;
25
+ description: string;
26
26
  minWidth: number;
27
27
  maxWidth?: number | undefined;
28
28
  }, {
29
- description: string;
30
29
  id: string;
30
+ description: string;
31
31
  minWidth: number;
32
32
  maxWidth?: number | undefined;
33
33
  }>;
@@ -53,15 +53,15 @@ export declare const ShellRegionSchema: z.ZodObject<{
53
53
  collapsible: z.ZodOptional<z.ZodBoolean>;
54
54
  defaultCollapsed: z.ZodOptional<z.ZodBoolean>;
55
55
  }, "strip", z.ZodTypeAny, {
56
- name: string;
57
- position: "top" | "left" | "right" | "bottom" | "center";
58
56
  size: string;
57
+ name: string;
58
+ position: "top" | "bottom" | "left" | "right" | "center";
59
59
  collapsible?: boolean | undefined;
60
60
  defaultCollapsed?: boolean | undefined;
61
61
  }, {
62
- name: string;
63
- position: "top" | "left" | "right" | "bottom" | "center";
64
62
  size: string;
63
+ name: string;
64
+ position: "top" | "bottom" | "left" | "right" | "center";
65
65
  collapsible?: boolean | undefined;
66
66
  defaultCollapsed?: boolean | undefined;
67
67
  }>;
@@ -85,43 +85,43 @@ export declare const ShellTokenSchema: z.ZodObject<{
85
85
  collapsible: z.ZodOptional<z.ZodBoolean>;
86
86
  defaultCollapsed: z.ZodOptional<z.ZodBoolean>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- name: string;
89
- position: "top" | "left" | "right" | "bottom" | "center";
90
88
  size: string;
89
+ name: string;
90
+ position: "top" | "bottom" | "left" | "right" | "center";
91
91
  collapsible?: boolean | undefined;
92
92
  defaultCollapsed?: boolean | undefined;
93
93
  }, {
94
- name: string;
95
- position: "top" | "left" | "right" | "bottom" | "center";
96
94
  size: string;
95
+ name: string;
96
+ position: "top" | "bottom" | "left" | "right" | "center";
97
97
  collapsible?: boolean | undefined;
98
98
  defaultCollapsed?: boolean | undefined;
99
99
  }>, "many">;
100
100
  responsive: z.ZodType<ResponsiveConfig<Record<string, unknown>>, z.ZodTypeDef, ResponsiveConfig<Record<string, unknown>>>;
101
101
  tokenBindings: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodString>, Record<string, string>, Record<string, string>>;
102
102
  }, "strip", z.ZodTypeAny, {
103
+ responsive: ResponsiveConfig<Record<string, unknown>>;
104
+ id: string;
103
105
  description: string;
104
106
  tokenBindings: Record<string, string>;
105
- id: string;
106
- responsive: ResponsiveConfig<Record<string, unknown>>;
107
107
  platform: "web" | "mobile" | "desktop";
108
108
  regions: {
109
- name: string;
110
- position: "top" | "left" | "right" | "bottom" | "center";
111
109
  size: string;
110
+ name: string;
111
+ position: "top" | "bottom" | "left" | "right" | "center";
112
112
  collapsible?: boolean | undefined;
113
113
  defaultCollapsed?: boolean | undefined;
114
114
  }[];
115
115
  }, {
116
+ responsive: ResponsiveConfig<Record<string, unknown>>;
117
+ id: string;
116
118
  description: string;
117
119
  tokenBindings: Record<string, string>;
118
- id: string;
119
- responsive: ResponsiveConfig<Record<string, unknown>>;
120
120
  platform: "web" | "mobile" | "desktop";
121
121
  regions: {
122
- name: string;
123
- position: "top" | "left" | "right" | "bottom" | "center";
124
122
  size: string;
123
+ name: string;
124
+ position: "top" | "bottom" | "left" | "right" | "center";
125
125
  collapsible?: boolean | undefined;
126
126
  defaultCollapsed?: boolean | undefined;
127
127
  }[];
@@ -182,29 +182,29 @@ export declare const PageLayoutTokenSchema: z.ZodObject<{
182
182
  responsive: z.ZodType<ResponsiveConfig<Record<string, unknown>>, z.ZodTypeDef, ResponsiveConfig<Record<string, unknown>>>;
183
183
  tokenBindings: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodString>, Record<string, string>, Record<string, string>>;
184
184
  }, "strip", z.ZodTypeAny, {
185
+ responsive: ResponsiveConfig<Record<string, unknown>>;
186
+ id: string;
185
187
  description: string;
186
188
  tokenBindings: Record<string, string>;
187
- id: string;
188
- responsive: ResponsiveConfig<Record<string, unknown>>;
189
+ purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
189
190
  sections: {
190
191
  name: string;
191
192
  required: boolean;
192
193
  pattern: string;
193
194
  allowedComponents?: string[] | undefined;
194
195
  }[];
195
- purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
196
196
  }, {
197
+ responsive: ResponsiveConfig<Record<string, unknown>>;
198
+ id: string;
197
199
  description: string;
198
200
  tokenBindings: Record<string, string>;
199
- id: string;
200
- responsive: ResponsiveConfig<Record<string, unknown>>;
201
+ purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
201
202
  sections: {
202
203
  name: string;
203
204
  required: boolean;
204
205
  pattern: string;
205
206
  allowedComponents?: string[] | undefined;
206
207
  }[];
207
- purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
208
208
  }>;
209
209
  /**
210
210
  * Section Type Schema
@@ -226,24 +226,24 @@ export declare const SectionCSSSchema: z.ZodObject<{
226
226
  padding: z.ZodOptional<z.ZodString>;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  display: "grid" | "flex";
229
- maxWidth?: string | undefined;
229
+ padding?: string | undefined;
230
230
  gridTemplateColumns?: string | undefined;
231
231
  gridTemplateRows?: string | undefined;
232
232
  gap?: string | undefined;
233
233
  flexDirection?: "row" | "column" | undefined;
234
234
  alignItems?: string | undefined;
235
235
  justifyContent?: string | undefined;
236
- padding?: string | undefined;
236
+ maxWidth?: string | undefined;
237
237
  }, {
238
238
  display: "grid" | "flex";
239
- maxWidth?: string | undefined;
239
+ padding?: string | undefined;
240
240
  gridTemplateColumns?: string | undefined;
241
241
  gridTemplateRows?: string | undefined;
242
242
  gap?: string | undefined;
243
243
  flexDirection?: "row" | "column" | undefined;
244
244
  alignItems?: string | undefined;
245
245
  justifyContent?: string | undefined;
246
- padding?: string | undefined;
246
+ maxWidth?: string | undefined;
247
247
  }>;
248
248
  /**
249
249
  * Section Pattern Token Schema
@@ -265,101 +265,101 @@ export declare const SectionPatternTokenSchema: z.ZodObject<{
265
265
  padding: z.ZodOptional<z.ZodString>;
266
266
  }, "strip", z.ZodTypeAny, {
267
267
  display: "grid" | "flex";
268
- maxWidth?: string | undefined;
268
+ padding?: string | undefined;
269
269
  gridTemplateColumns?: string | undefined;
270
270
  gridTemplateRows?: string | undefined;
271
271
  gap?: string | undefined;
272
272
  flexDirection?: "row" | "column" | undefined;
273
273
  alignItems?: string | undefined;
274
274
  justifyContent?: string | undefined;
275
- padding?: string | undefined;
275
+ maxWidth?: string | undefined;
276
276
  }, {
277
277
  display: "grid" | "flex";
278
- maxWidth?: string | undefined;
278
+ padding?: string | undefined;
279
279
  gridTemplateColumns?: string | undefined;
280
280
  gridTemplateRows?: string | undefined;
281
281
  gap?: string | undefined;
282
282
  flexDirection?: "row" | "column" | undefined;
283
283
  alignItems?: string | undefined;
284
284
  justifyContent?: string | undefined;
285
- padding?: string | undefined;
285
+ maxWidth?: string | undefined;
286
286
  }>;
287
287
  responsive: z.ZodType<ResponsiveConfig<{
288
288
  display: "grid" | "flex";
289
- maxWidth?: string | undefined;
289
+ padding?: string | undefined;
290
290
  gridTemplateColumns?: string | undefined;
291
291
  gridTemplateRows?: string | undefined;
292
292
  gap?: string | undefined;
293
293
  flexDirection?: "row" | "column" | undefined;
294
294
  alignItems?: string | undefined;
295
295
  justifyContent?: string | undefined;
296
- padding?: string | undefined;
296
+ maxWidth?: string | undefined;
297
297
  }>, z.ZodTypeDef, ResponsiveConfig<{
298
298
  display: "grid" | "flex";
299
- maxWidth?: string | undefined;
299
+ padding?: string | undefined;
300
300
  gridTemplateColumns?: string | undefined;
301
301
  gridTemplateRows?: string | undefined;
302
302
  gap?: string | undefined;
303
303
  flexDirection?: "row" | "column" | undefined;
304
304
  alignItems?: string | undefined;
305
305
  justifyContent?: string | undefined;
306
- padding?: string | undefined;
306
+ maxWidth?: string | undefined;
307
307
  }>>;
308
308
  tokenBindings: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodString>, Record<string, string>, Record<string, string>>;
309
309
  }, "strip", z.ZodTypeAny, {
310
310
  type: "grid" | "flex" | "split" | "stack" | "container";
311
- description: string;
312
- tokenBindings: Record<string, string>;
313
- id: string;
314
- responsive: ResponsiveConfig<{
311
+ css: {
315
312
  display: "grid" | "flex";
316
- maxWidth?: string | undefined;
313
+ padding?: string | undefined;
317
314
  gridTemplateColumns?: string | undefined;
318
315
  gridTemplateRows?: string | undefined;
319
316
  gap?: string | undefined;
320
317
  flexDirection?: "row" | "column" | undefined;
321
318
  alignItems?: string | undefined;
322
319
  justifyContent?: string | undefined;
323
- padding?: string | undefined;
324
- }>;
325
- css: {
326
- display: "grid" | "flex";
327
320
  maxWidth?: string | undefined;
321
+ };
322
+ responsive: ResponsiveConfig<{
323
+ display: "grid" | "flex";
324
+ padding?: string | undefined;
328
325
  gridTemplateColumns?: string | undefined;
329
326
  gridTemplateRows?: string | undefined;
330
327
  gap?: string | undefined;
331
328
  flexDirection?: "row" | "column" | undefined;
332
329
  alignItems?: string | undefined;
333
330
  justifyContent?: string | undefined;
334
- padding?: string | undefined;
335
- };
336
- }, {
337
- type: "grid" | "flex" | "split" | "stack" | "container";
331
+ maxWidth?: string | undefined;
332
+ }>;
333
+ id: string;
338
334
  description: string;
339
335
  tokenBindings: Record<string, string>;
340
- id: string;
341
- responsive: ResponsiveConfig<{
336
+ }, {
337
+ type: "grid" | "flex" | "split" | "stack" | "container";
338
+ css: {
342
339
  display: "grid" | "flex";
343
- maxWidth?: string | undefined;
340
+ padding?: string | undefined;
344
341
  gridTemplateColumns?: string | undefined;
345
342
  gridTemplateRows?: string | undefined;
346
343
  gap?: string | undefined;
347
344
  flexDirection?: "row" | "column" | undefined;
348
345
  alignItems?: string | undefined;
349
346
  justifyContent?: string | undefined;
350
- padding?: string | undefined;
351
- }>;
352
- css: {
353
- display: "grid" | "flex";
354
347
  maxWidth?: string | undefined;
348
+ };
349
+ responsive: ResponsiveConfig<{
350
+ display: "grid" | "flex";
351
+ padding?: string | undefined;
355
352
  gridTemplateColumns?: string | undefined;
356
353
  gridTemplateRows?: string | undefined;
357
354
  gap?: string | undefined;
358
355
  flexDirection?: "row" | "column" | undefined;
359
356
  alignItems?: string | undefined;
360
357
  justifyContent?: string | undefined;
361
- padding?: string | undefined;
362
- };
358
+ maxWidth?: string | undefined;
359
+ }>;
360
+ id: string;
361
+ description: string;
362
+ tokenBindings: Record<string, string>;
363
363
  }>;
364
364
  /**
365
365
  * Safe Area Defaults Schema
@@ -438,9 +438,9 @@ export declare const SafeAreaConfigSchema: z.ZodObject<{
438
438
  }>;
439
439
  }, "strip", z.ZodTypeAny, {
440
440
  top: string;
441
+ bottom: string;
441
442
  left: string;
442
443
  right: string;
443
- bottom: string;
444
444
  defaults: {
445
445
  notch: number;
446
446
  dynamicIsland: number;
@@ -454,9 +454,9 @@ export declare const SafeAreaConfigSchema: z.ZodObject<{
454
454
  };
455
455
  }, {
456
456
  top: string;
457
+ bottom: string;
457
458
  left: string;
458
459
  right: string;
459
- bottom: string;
460
460
  defaults: {
461
461
  notch: number;
462
462
  dynamicIsland: number;
@@ -482,13 +482,13 @@ export declare const StatusBarConfigSchema: z.ZodObject<{
482
482
  }, "strip", z.ZodTypeAny, {
483
483
  height: string;
484
484
  visible: boolean;
485
- style: "light-content" | "dark-content" | "auto";
485
+ style: "auto" | "light-content" | "dark-content";
486
486
  translucent: boolean;
487
487
  backgroundColor?: string | undefined;
488
488
  }, {
489
489
  height: string;
490
490
  visible: boolean;
491
- style: "light-content" | "dark-content" | "auto";
491
+ style: "auto" | "light-content" | "dark-content";
492
492
  translucent: boolean;
493
493
  backgroundColor?: string | undefined;
494
494
  }>;
@@ -503,12 +503,12 @@ export declare const NavigationBarConfigSchema: z.ZodObject<{
503
503
  buttonStyle: z.ZodEnum<["light", "dark", "auto"]>;
504
504
  }, "strip", z.ZodTypeAny, {
505
505
  height: string;
506
- mode: "overlay" | "inset" | "hidden";
506
+ mode: "hidden" | "overlay" | "inset";
507
507
  buttonStyle: "auto" | "light" | "dark";
508
508
  backgroundColor?: string | undefined;
509
509
  }, {
510
510
  height: string;
511
- mode: "overlay" | "inset" | "hidden";
511
+ mode: "hidden" | "overlay" | "inset";
512
512
  buttonStyle: "auto" | "light" | "dark";
513
513
  backgroundColor?: string | undefined;
514
514
  }>;
@@ -526,13 +526,13 @@ export declare const SystemUIConfigSchema: z.ZodObject<{
526
526
  }, "strip", z.ZodTypeAny, {
527
527
  height: string;
528
528
  visible: boolean;
529
- style: "light-content" | "dark-content" | "auto";
529
+ style: "auto" | "light-content" | "dark-content";
530
530
  translucent: boolean;
531
531
  backgroundColor?: string | undefined;
532
532
  }, {
533
533
  height: string;
534
534
  visible: boolean;
535
- style: "light-content" | "dark-content" | "auto";
535
+ style: "auto" | "light-content" | "dark-content";
536
536
  translucent: boolean;
537
537
  backgroundColor?: string | undefined;
538
538
  }>;
@@ -543,12 +543,12 @@ export declare const SystemUIConfigSchema: z.ZodObject<{
543
543
  buttonStyle: z.ZodEnum<["light", "dark", "auto"]>;
544
544
  }, "strip", z.ZodTypeAny, {
545
545
  height: string;
546
- mode: "overlay" | "inset" | "hidden";
546
+ mode: "hidden" | "overlay" | "inset";
547
547
  buttonStyle: "auto" | "light" | "dark";
548
548
  backgroundColor?: string | undefined;
549
549
  }, {
550
550
  height: string;
551
- mode: "overlay" | "inset" | "hidden";
551
+ mode: "hidden" | "overlay" | "inset";
552
552
  buttonStyle: "auto" | "light" | "dark";
553
553
  backgroundColor?: string | undefined;
554
554
  }>;
@@ -556,13 +556,13 @@ export declare const SystemUIConfigSchema: z.ZodObject<{
556
556
  statusBar: {
557
557
  height: string;
558
558
  visible: boolean;
559
- style: "light-content" | "dark-content" | "auto";
559
+ style: "auto" | "light-content" | "dark-content";
560
560
  translucent: boolean;
561
561
  backgroundColor?: string | undefined;
562
562
  };
563
563
  navigationBar: {
564
564
  height: string;
565
- mode: "overlay" | "inset" | "hidden";
565
+ mode: "hidden" | "overlay" | "inset";
566
566
  buttonStyle: "auto" | "light" | "dark";
567
567
  backgroundColor?: string | undefined;
568
568
  };
@@ -570,13 +570,13 @@ export declare const SystemUIConfigSchema: z.ZodObject<{
570
570
  statusBar: {
571
571
  height: string;
572
572
  visible: boolean;
573
- style: "light-content" | "dark-content" | "auto";
573
+ style: "auto" | "light-content" | "dark-content";
574
574
  translucent: boolean;
575
575
  backgroundColor?: string | undefined;
576
576
  };
577
577
  navigationBar: {
578
578
  height: string;
579
- mode: "overlay" | "inset" | "hidden";
579
+ mode: "hidden" | "overlay" | "inset";
580
580
  buttonStyle: "auto" | "light" | "dark";
581
581
  backgroundColor?: string | undefined;
582
582
  };
@@ -620,8 +620,8 @@ export declare const KeyboardConfigSchema: z.ZodObject<{
620
620
  }>;
621
621
  dismissMode: z.ZodEnum<["on-drag", "interactive", "none"]>;
622
622
  }, "strip", z.ZodTypeAny, {
623
- avoidance: "position" | "padding" | "resize" | "none";
624
- behavior: "position" | "padding" | "height";
623
+ avoidance: "padding" | "resize" | "position" | "none";
624
+ behavior: "padding" | "height" | "position";
625
625
  animation: {
626
626
  duration: number;
627
627
  easing: string;
@@ -629,8 +629,8 @@ export declare const KeyboardConfigSchema: z.ZodObject<{
629
629
  };
630
630
  dismissMode: "none" | "on-drag" | "interactive";
631
631
  }, {
632
- avoidance: "position" | "padding" | "resize" | "none";
633
- behavior: "position" | "padding" | "height";
632
+ avoidance: "padding" | "resize" | "position" | "none";
633
+ behavior: "padding" | "height" | "position";
634
634
  animation: {
635
635
  duration: number;
636
636
  easing: string;
@@ -648,15 +648,15 @@ export declare const BottomTabItemConfigSchema: z.ZodObject<{
648
648
  labelSize: z.ZodString;
649
649
  spacing: z.ZodString;
650
650
  }, "strip", z.ZodTypeAny, {
651
+ spacing: string;
651
652
  minTouchTarget: string;
652
653
  iconSize: string;
653
654
  labelSize: string;
654
- spacing: string;
655
655
  }, {
656
+ spacing: string;
656
657
  minTouchTarget: string;
657
658
  iconSize: string;
658
659
  labelSize: string;
659
- spacing: string;
660
660
  }>;
661
661
  /**
662
662
  * Bottom Tab Config Schema
@@ -674,39 +674,39 @@ export declare const BottomTabConfigSchema: z.ZodObject<{
674
674
  labelSize: z.ZodString;
675
675
  spacing: z.ZodString;
676
676
  }, "strip", z.ZodTypeAny, {
677
+ spacing: string;
677
678
  minTouchTarget: string;
678
679
  iconSize: string;
679
680
  labelSize: string;
680
- spacing: string;
681
681
  }, {
682
+ spacing: string;
682
683
  minTouchTarget: string;
683
684
  iconSize: string;
684
685
  labelSize: string;
685
- spacing: string;
686
686
  }>;
687
687
  }, "strip", z.ZodTypeAny, {
688
688
  height: string;
689
- safeAreaBottom: string;
690
- totalHeight: string;
691
689
  visibility: "always" | "scroll-hide" | "route-based";
692
690
  maxItems: number;
691
+ safeAreaBottom: string;
692
+ totalHeight: string;
693
693
  item: {
694
+ spacing: string;
694
695
  minTouchTarget: string;
695
696
  iconSize: string;
696
697
  labelSize: string;
697
- spacing: string;
698
698
  };
699
699
  }, {
700
700
  height: string;
701
- safeAreaBottom: string;
702
- totalHeight: string;
703
701
  visibility: "always" | "scroll-hide" | "route-based";
704
702
  maxItems: number;
703
+ safeAreaBottom: string;
704
+ totalHeight: string;
705
705
  item: {
706
+ spacing: string;
706
707
  minTouchTarget: string;
707
708
  iconSize: string;
708
709
  labelSize: string;
709
- spacing: string;
710
710
  };
711
711
  }>;
712
712
  /**
@@ -720,14 +720,14 @@ export declare const HitSlopConfigSchema: z.ZodObject<{
720
720
  right: z.ZodNumber;
721
721
  }, "strip", z.ZodTypeAny, {
722
722
  top: number;
723
+ bottom: number;
723
724
  left: number;
724
725
  right: number;
725
- bottom: number;
726
726
  }, {
727
727
  top: number;
728
+ bottom: number;
728
729
  left: number;
729
730
  right: number;
730
- bottom: number;
731
731
  }>;
732
732
  /**
733
733
  * Touch Target Config Schema
@@ -742,30 +742,30 @@ export declare const TouchTargetConfigSchema: z.ZodObject<{
742
742
  right: z.ZodNumber;
743
743
  }, "strip", z.ZodTypeAny, {
744
744
  top: number;
745
+ bottom: number;
745
746
  left: number;
746
747
  right: number;
747
- bottom: number;
748
748
  }, {
749
749
  top: number;
750
+ bottom: number;
750
751
  left: number;
751
752
  right: number;
752
- bottom: number;
753
753
  }>;
754
754
  }, "strip", z.ZodTypeAny, {
755
755
  minSize: string;
756
756
  hitSlop: {
757
757
  top: number;
758
+ bottom: number;
758
759
  left: number;
759
760
  right: number;
760
- bottom: number;
761
761
  };
762
762
  }, {
763
763
  minSize: string;
764
764
  hitSlop: {
765
765
  top: number;
766
+ bottom: number;
766
767
  left: number;
767
768
  right: number;
768
- bottom: number;
769
769
  };
770
770
  }>;
771
771
  /**
@@ -782,15 +782,15 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
782
782
  collapsible: z.ZodOptional<z.ZodBoolean>;
783
783
  defaultCollapsed: z.ZodOptional<z.ZodBoolean>;
784
784
  }, "strip", z.ZodTypeAny, {
785
- name: string;
786
- position: "top" | "left" | "right" | "bottom" | "center";
787
785
  size: string;
786
+ name: string;
787
+ position: "top" | "bottom" | "left" | "right" | "center";
788
788
  collapsible?: boolean | undefined;
789
789
  defaultCollapsed?: boolean | undefined;
790
790
  }, {
791
- name: string;
792
- position: "top" | "left" | "right" | "bottom" | "center";
793
791
  size: string;
792
+ name: string;
793
+ position: "top" | "bottom" | "left" | "right" | "center";
794
794
  collapsible?: boolean | undefined;
795
795
  defaultCollapsed?: boolean | undefined;
796
796
  }>, "many">;
@@ -835,9 +835,9 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
835
835
  }>;
836
836
  }, "strip", z.ZodTypeAny, {
837
837
  top: string;
838
+ bottom: string;
838
839
  left: string;
839
840
  right: string;
840
- bottom: string;
841
841
  defaults: {
842
842
  notch: number;
843
843
  dynamicIsland: number;
@@ -851,9 +851,9 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
851
851
  };
852
852
  }, {
853
853
  top: string;
854
+ bottom: string;
854
855
  left: string;
855
856
  right: string;
856
- bottom: string;
857
857
  defaults: {
858
858
  notch: number;
859
859
  dynamicIsland: number;
@@ -876,13 +876,13 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
876
876
  }, "strip", z.ZodTypeAny, {
877
877
  height: string;
878
878
  visible: boolean;
879
- style: "light-content" | "dark-content" | "auto";
879
+ style: "auto" | "light-content" | "dark-content";
880
880
  translucent: boolean;
881
881
  backgroundColor?: string | undefined;
882
882
  }, {
883
883
  height: string;
884
884
  visible: boolean;
885
- style: "light-content" | "dark-content" | "auto";
885
+ style: "auto" | "light-content" | "dark-content";
886
886
  translucent: boolean;
887
887
  backgroundColor?: string | undefined;
888
888
  }>;
@@ -893,12 +893,12 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
893
893
  buttonStyle: z.ZodEnum<["light", "dark", "auto"]>;
894
894
  }, "strip", z.ZodTypeAny, {
895
895
  height: string;
896
- mode: "overlay" | "inset" | "hidden";
896
+ mode: "hidden" | "overlay" | "inset";
897
897
  buttonStyle: "auto" | "light" | "dark";
898
898
  backgroundColor?: string | undefined;
899
899
  }, {
900
900
  height: string;
901
- mode: "overlay" | "inset" | "hidden";
901
+ mode: "hidden" | "overlay" | "inset";
902
902
  buttonStyle: "auto" | "light" | "dark";
903
903
  backgroundColor?: string | undefined;
904
904
  }>;
@@ -906,13 +906,13 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
906
906
  statusBar: {
907
907
  height: string;
908
908
  visible: boolean;
909
- style: "light-content" | "dark-content" | "auto";
909
+ style: "auto" | "light-content" | "dark-content";
910
910
  translucent: boolean;
911
911
  backgroundColor?: string | undefined;
912
912
  };
913
913
  navigationBar: {
914
914
  height: string;
915
- mode: "overlay" | "inset" | "hidden";
915
+ mode: "hidden" | "overlay" | "inset";
916
916
  buttonStyle: "auto" | "light" | "dark";
917
917
  backgroundColor?: string | undefined;
918
918
  };
@@ -920,13 +920,13 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
920
920
  statusBar: {
921
921
  height: string;
922
922
  visible: boolean;
923
- style: "light-content" | "dark-content" | "auto";
923
+ style: "auto" | "light-content" | "dark-content";
924
924
  translucent: boolean;
925
925
  backgroundColor?: string | undefined;
926
926
  };
927
927
  navigationBar: {
928
928
  height: string;
929
- mode: "overlay" | "inset" | "hidden";
929
+ mode: "hidden" | "overlay" | "inset";
930
930
  buttonStyle: "auto" | "light" | "dark";
931
931
  backgroundColor?: string | undefined;
932
932
  };
@@ -949,8 +949,8 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
949
949
  }>;
950
950
  dismissMode: z.ZodEnum<["on-drag", "interactive", "none"]>;
951
951
  }, "strip", z.ZodTypeAny, {
952
- avoidance: "position" | "padding" | "resize" | "none";
953
- behavior: "position" | "padding" | "height";
952
+ avoidance: "padding" | "resize" | "position" | "none";
953
+ behavior: "padding" | "height" | "position";
954
954
  animation: {
955
955
  duration: number;
956
956
  easing: string;
@@ -958,8 +958,8 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
958
958
  };
959
959
  dismissMode: "none" | "on-drag" | "interactive";
960
960
  }, {
961
- avoidance: "position" | "padding" | "resize" | "none";
962
- behavior: "position" | "padding" | "height";
961
+ avoidance: "padding" | "resize" | "position" | "none";
962
+ behavior: "padding" | "height" | "position";
963
963
  animation: {
964
964
  duration: number;
965
965
  easing: string;
@@ -979,39 +979,39 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
979
979
  labelSize: z.ZodString;
980
980
  spacing: z.ZodString;
981
981
  }, "strip", z.ZodTypeAny, {
982
+ spacing: string;
982
983
  minTouchTarget: string;
983
984
  iconSize: string;
984
985
  labelSize: string;
985
- spacing: string;
986
986
  }, {
987
+ spacing: string;
987
988
  minTouchTarget: string;
988
989
  iconSize: string;
989
990
  labelSize: string;
990
- spacing: string;
991
991
  }>;
992
992
  }, "strip", z.ZodTypeAny, {
993
993
  height: string;
994
- safeAreaBottom: string;
995
- totalHeight: string;
996
994
  visibility: "always" | "scroll-hide" | "route-based";
997
995
  maxItems: number;
996
+ safeAreaBottom: string;
997
+ totalHeight: string;
998
998
  item: {
999
+ spacing: string;
999
1000
  minTouchTarget: string;
1000
1001
  iconSize: string;
1001
1002
  labelSize: string;
1002
- spacing: string;
1003
1003
  };
1004
1004
  }, {
1005
1005
  height: string;
1006
- safeAreaBottom: string;
1007
- totalHeight: string;
1008
1006
  visibility: "always" | "scroll-hide" | "route-based";
1009
1007
  maxItems: number;
1008
+ safeAreaBottom: string;
1009
+ totalHeight: string;
1010
1010
  item: {
1011
+ spacing: string;
1011
1012
  minTouchTarget: string;
1012
1013
  iconSize: string;
1013
1014
  labelSize: string;
1014
- spacing: string;
1015
1015
  };
1016
1016
  }>>;
1017
1017
  touchTarget: z.ZodObject<{
@@ -1023,37 +1023,40 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1023
1023
  right: z.ZodNumber;
1024
1024
  }, "strip", z.ZodTypeAny, {
1025
1025
  top: number;
1026
+ bottom: number;
1026
1027
  left: number;
1027
1028
  right: number;
1028
- bottom: number;
1029
1029
  }, {
1030
1030
  top: number;
1031
+ bottom: number;
1031
1032
  left: number;
1032
1033
  right: number;
1033
- bottom: number;
1034
1034
  }>;
1035
1035
  }, "strip", z.ZodTypeAny, {
1036
1036
  minSize: string;
1037
1037
  hitSlop: {
1038
1038
  top: number;
1039
+ bottom: number;
1039
1040
  left: number;
1040
1041
  right: number;
1041
- bottom: number;
1042
1042
  };
1043
1043
  }, {
1044
1044
  minSize: string;
1045
1045
  hitSlop: {
1046
1046
  top: number;
1047
+ bottom: number;
1047
1048
  left: number;
1048
1049
  right: number;
1049
- bottom: number;
1050
1050
  };
1051
1051
  }>;
1052
1052
  }, "strip", z.ZodTypeAny, {
1053
+ responsive: ResponsiveConfig<Record<string, unknown>>;
1054
+ id: string;
1053
1055
  description: string;
1056
+ tokenBindings: Record<string, string>;
1054
1057
  keyboard: {
1055
- avoidance: "position" | "padding" | "resize" | "none";
1056
- behavior: "position" | "padding" | "height";
1058
+ avoidance: "padding" | "resize" | "position" | "none";
1059
+ behavior: "padding" | "height" | "position";
1057
1060
  animation: {
1058
1061
  duration: number;
1059
1062
  easing: string;
@@ -1061,23 +1064,20 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1061
1064
  };
1062
1065
  dismissMode: "none" | "on-drag" | "interactive";
1063
1066
  };
1064
- tokenBindings: Record<string, string>;
1065
- id: string;
1066
- responsive: ResponsiveConfig<Record<string, unknown>>;
1067
1067
  platform: "mobile";
1068
1068
  regions: {
1069
- name: string;
1070
- position: "top" | "left" | "right" | "bottom" | "center";
1071
1069
  size: string;
1070
+ name: string;
1071
+ position: "top" | "bottom" | "left" | "right" | "center";
1072
1072
  collapsible?: boolean | undefined;
1073
1073
  defaultCollapsed?: boolean | undefined;
1074
1074
  }[];
1075
1075
  os: "ios" | "android" | "cross-platform";
1076
1076
  safeArea: {
1077
1077
  top: string;
1078
+ bottom: string;
1078
1079
  left: string;
1079
1080
  right: string;
1080
- bottom: string;
1081
1081
  defaults: {
1082
1082
  notch: number;
1083
1083
  dynamicIsland: number;
@@ -1094,13 +1094,13 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1094
1094
  statusBar: {
1095
1095
  height: string;
1096
1096
  visible: boolean;
1097
- style: "light-content" | "dark-content" | "auto";
1097
+ style: "auto" | "light-content" | "dark-content";
1098
1098
  translucent: boolean;
1099
1099
  backgroundColor?: string | undefined;
1100
1100
  };
1101
1101
  navigationBar: {
1102
1102
  height: string;
1103
- mode: "overlay" | "inset" | "hidden";
1103
+ mode: "hidden" | "overlay" | "inset";
1104
1104
  buttonStyle: "auto" | "light" | "dark";
1105
1105
  backgroundColor?: string | undefined;
1106
1106
  };
@@ -1109,29 +1109,32 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1109
1109
  minSize: string;
1110
1110
  hitSlop: {
1111
1111
  top: number;
1112
+ bottom: number;
1112
1113
  left: number;
1113
1114
  right: number;
1114
- bottom: number;
1115
1115
  };
1116
1116
  };
1117
1117
  bottomTab?: {
1118
1118
  height: string;
1119
- safeAreaBottom: string;
1120
- totalHeight: string;
1121
1119
  visibility: "always" | "scroll-hide" | "route-based";
1122
1120
  maxItems: number;
1121
+ safeAreaBottom: string;
1122
+ totalHeight: string;
1123
1123
  item: {
1124
+ spacing: string;
1124
1125
  minTouchTarget: string;
1125
1126
  iconSize: string;
1126
1127
  labelSize: string;
1127
- spacing: string;
1128
1128
  };
1129
1129
  } | undefined;
1130
1130
  }, {
1131
+ responsive: ResponsiveConfig<Record<string, unknown>>;
1132
+ id: string;
1131
1133
  description: string;
1134
+ tokenBindings: Record<string, string>;
1132
1135
  keyboard: {
1133
- avoidance: "position" | "padding" | "resize" | "none";
1134
- behavior: "position" | "padding" | "height";
1136
+ avoidance: "padding" | "resize" | "position" | "none";
1137
+ behavior: "padding" | "height" | "position";
1135
1138
  animation: {
1136
1139
  duration: number;
1137
1140
  easing: string;
@@ -1139,23 +1142,20 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1139
1142
  };
1140
1143
  dismissMode: "none" | "on-drag" | "interactive";
1141
1144
  };
1142
- tokenBindings: Record<string, string>;
1143
- id: string;
1144
- responsive: ResponsiveConfig<Record<string, unknown>>;
1145
1145
  platform: "mobile";
1146
1146
  regions: {
1147
- name: string;
1148
- position: "top" | "left" | "right" | "bottom" | "center";
1149
1147
  size: string;
1148
+ name: string;
1149
+ position: "top" | "bottom" | "left" | "right" | "center";
1150
1150
  collapsible?: boolean | undefined;
1151
1151
  defaultCollapsed?: boolean | undefined;
1152
1152
  }[];
1153
1153
  os: "ios" | "android" | "cross-platform";
1154
1154
  safeArea: {
1155
1155
  top: string;
1156
+ bottom: string;
1156
1157
  left: string;
1157
1158
  right: string;
1158
- bottom: string;
1159
1159
  defaults: {
1160
1160
  notch: number;
1161
1161
  dynamicIsland: number;
@@ -1172,13 +1172,13 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1172
1172
  statusBar: {
1173
1173
  height: string;
1174
1174
  visible: boolean;
1175
- style: "light-content" | "dark-content" | "auto";
1175
+ style: "auto" | "light-content" | "dark-content";
1176
1176
  translucent: boolean;
1177
1177
  backgroundColor?: string | undefined;
1178
1178
  };
1179
1179
  navigationBar: {
1180
1180
  height: string;
1181
- mode: "overlay" | "inset" | "hidden";
1181
+ mode: "hidden" | "overlay" | "inset";
1182
1182
  buttonStyle: "auto" | "light" | "dark";
1183
1183
  backgroundColor?: string | undefined;
1184
1184
  };
@@ -1187,22 +1187,22 @@ export declare const MobileShellTokenSchema: z.ZodObject<{
1187
1187
  minSize: string;
1188
1188
  hitSlop: {
1189
1189
  top: number;
1190
+ bottom: number;
1190
1191
  left: number;
1191
1192
  right: number;
1192
- bottom: number;
1193
1193
  };
1194
1194
  };
1195
1195
  bottomTab?: {
1196
1196
  height: string;
1197
- safeAreaBottom: string;
1198
- totalHeight: string;
1199
1197
  visibility: "always" | "scroll-hide" | "route-based";
1200
1198
  maxItems: number;
1199
+ safeAreaBottom: string;
1200
+ totalHeight: string;
1201
1201
  item: {
1202
+ spacing: string;
1202
1203
  minTouchTarget: string;
1203
1204
  iconSize: string;
1204
1205
  labelSize: string;
1205
- spacing: string;
1206
1206
  };
1207
1207
  } | undefined;
1208
1208
  }>;
@@ -1302,15 +1302,15 @@ export declare const LLMShellInputSchema: z.ZodObject<{
1302
1302
  collapsible: z.ZodOptional<z.ZodBoolean>;
1303
1303
  defaultCollapsed: z.ZodOptional<z.ZodBoolean>;
1304
1304
  }, "strip", z.ZodTypeAny, {
1305
- name: string;
1306
- position: "top" | "left" | "right" | "bottom" | "center";
1307
1305
  size: string;
1306
+ name: string;
1307
+ position: "top" | "bottom" | "left" | "right" | "center";
1308
1308
  collapsible?: boolean | undefined;
1309
1309
  defaultCollapsed?: boolean | undefined;
1310
1310
  }, {
1311
- name: string;
1312
- position: "top" | "left" | "right" | "bottom" | "center";
1313
1311
  size: string;
1312
+ name: string;
1313
+ position: "top" | "bottom" | "left" | "right" | "center";
1314
1314
  collapsible?: boolean | undefined;
1315
1315
  defaultCollapsed?: boolean | undefined;
1316
1316
  }>, "many">;
@@ -1318,9 +1318,9 @@ export declare const LLMShellInputSchema: z.ZodObject<{
1318
1318
  id: string;
1319
1319
  platform: "web" | "mobile" | "desktop";
1320
1320
  regions: {
1321
- name: string;
1322
- position: "top" | "left" | "right" | "bottom" | "center";
1323
1321
  size: string;
1322
+ name: string;
1323
+ position: "top" | "bottom" | "left" | "right" | "center";
1324
1324
  collapsible?: boolean | undefined;
1325
1325
  defaultCollapsed?: boolean | undefined;
1326
1326
  }[];
@@ -1328,9 +1328,9 @@ export declare const LLMShellInputSchema: z.ZodObject<{
1328
1328
  id: string;
1329
1329
  platform: "web" | "mobile" | "desktop";
1330
1330
  regions: {
1331
- name: string;
1332
- position: "top" | "left" | "right" | "bottom" | "center";
1333
1331
  size: string;
1332
+ name: string;
1333
+ position: "top" | "bottom" | "left" | "right" | "center";
1334
1334
  collapsible?: boolean | undefined;
1335
1335
  defaultCollapsed?: boolean | undefined;
1336
1336
  }[];
@@ -1359,22 +1359,22 @@ export declare const LLMPageInputSchema: z.ZodObject<{
1359
1359
  }>, "many">;
1360
1360
  }, "strip", z.ZodTypeAny, {
1361
1361
  id: string;
1362
+ purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
1362
1363
  sections: {
1363
1364
  name: string;
1364
1365
  required: boolean;
1365
1366
  pattern: string;
1366
1367
  allowedComponents?: string[] | undefined;
1367
1368
  }[];
1368
- purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
1369
1369
  }, {
1370
1370
  id: string;
1371
+ purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
1371
1372
  sections: {
1372
1373
  name: string;
1373
1374
  required: boolean;
1374
1375
  pattern: string;
1375
1376
  allowedComponents?: string[] | undefined;
1376
1377
  }[];
1377
- purpose: "job" | "resource" | "dashboard" | "settings" | "detail" | "empty" | "wizard" | "onboarding";
1378
1378
  }>;
1379
1379
  /**
1380
1380
  * LLM Section Input Schema (lenient - only required fields)
@@ -1394,53 +1394,53 @@ export declare const LLMSectionInputSchema: z.ZodObject<{
1394
1394
  padding: z.ZodOptional<z.ZodString>;
1395
1395
  }, "strip", z.ZodTypeAny, {
1396
1396
  display: "grid" | "flex";
1397
- maxWidth?: string | undefined;
1397
+ padding?: string | undefined;
1398
1398
  gridTemplateColumns?: string | undefined;
1399
1399
  gridTemplateRows?: string | undefined;
1400
1400
  gap?: string | undefined;
1401
1401
  flexDirection?: "row" | "column" | undefined;
1402
1402
  alignItems?: string | undefined;
1403
1403
  justifyContent?: string | undefined;
1404
- padding?: string | undefined;
1404
+ maxWidth?: string | undefined;
1405
1405
  }, {
1406
1406
  display: "grid" | "flex";
1407
- maxWidth?: string | undefined;
1407
+ padding?: string | undefined;
1408
1408
  gridTemplateColumns?: string | undefined;
1409
1409
  gridTemplateRows?: string | undefined;
1410
1410
  gap?: string | undefined;
1411
1411
  flexDirection?: "row" | "column" | undefined;
1412
1412
  alignItems?: string | undefined;
1413
1413
  justifyContent?: string | undefined;
1414
- padding?: string | undefined;
1414
+ maxWidth?: string | undefined;
1415
1415
  }>;
1416
1416
  }, "strip", z.ZodTypeAny, {
1417
1417
  type: "grid" | "flex" | "split" | "stack" | "container";
1418
- id: string;
1419
1418
  css: {
1420
1419
  display: "grid" | "flex";
1421
- maxWidth?: string | undefined;
1420
+ padding?: string | undefined;
1422
1421
  gridTemplateColumns?: string | undefined;
1423
1422
  gridTemplateRows?: string | undefined;
1424
1423
  gap?: string | undefined;
1425
1424
  flexDirection?: "row" | "column" | undefined;
1426
1425
  alignItems?: string | undefined;
1427
1426
  justifyContent?: string | undefined;
1428
- padding?: string | undefined;
1427
+ maxWidth?: string | undefined;
1429
1428
  };
1429
+ id: string;
1430
1430
  }, {
1431
1431
  type: "grid" | "flex" | "split" | "stack" | "container";
1432
- id: string;
1433
1432
  css: {
1434
1433
  display: "grid" | "flex";
1435
- maxWidth?: string | undefined;
1434
+ padding?: string | undefined;
1436
1435
  gridTemplateColumns?: string | undefined;
1437
1436
  gridTemplateRows?: string | undefined;
1438
1437
  gap?: string | undefined;
1439
1438
  flexDirection?: "row" | "column" | undefined;
1440
1439
  alignItems?: string | undefined;
1441
1440
  justifyContent?: string | undefined;
1442
- padding?: string | undefined;
1441
+ maxWidth?: string | undefined;
1443
1442
  };
1443
+ id: string;
1444
1444
  }>;
1445
1445
  /**
1446
1446
  * Validate LLM Shell Input (lenient validation for LLM-generated data)