zudoku 0.36.0 → 0.37.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.
Files changed (119) hide show
  1. package/README.md +1 -1
  2. package/dist/config/validators/common.d.ts +252 -252
  3. package/dist/config/validators/common.js +4 -1
  4. package/dist/config/validators/common.js.map +1 -1
  5. package/dist/config/validators/validate.d.ts +95 -95
  6. package/dist/lib/components/InlineCode.d.ts +2 -1
  7. package/dist/lib/components/InlineCode.js +1 -1
  8. package/dist/lib/components/InlineCode.js.map +1 -1
  9. package/dist/lib/components/MobileTopNavigation.js +1 -1
  10. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  11. package/dist/lib/components/TopNavigation.d.ts +2 -2
  12. package/dist/lib/components/TopNavigation.js +9 -12
  13. package/dist/lib/components/TopNavigation.js.map +1 -1
  14. package/dist/lib/components/Zudoku.js +3 -2
  15. package/dist/lib/components/Zudoku.js.map +1 -1
  16. package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
  17. package/dist/lib/components/context/ZudokuContext.js +9 -4
  18. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  19. package/dist/lib/components/navigation/SidebarCategory.d.ts +2 -2
  20. package/dist/lib/components/navigation/SidebarCategory.js +10 -6
  21. package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
  22. package/dist/lib/components/navigation/SidebarItem.js +2 -2
  23. package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
  24. package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
  25. package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
  26. package/dist/lib/core/plugins.d.ts +7 -5
  27. package/dist/lib/plugins/openapi/ParamInfos.js +12 -4
  28. package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
  29. package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
  30. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  31. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +3 -3
  32. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
  33. package/dist/lib/plugins/openapi/schema/SchemaView.js +13 -6
  34. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  35. package/dist/lib/ui/Badge.d.ts +1 -1
  36. package/dist/lib/ui/Button.d.ts +1 -1
  37. package/dist/lib/ui/Button.js +1 -1
  38. package/dist/lib/ui/Button.js.map +1 -1
  39. package/dist/lib/ui/Command.d.ts +6 -6
  40. package/dist/lib/util/joinPath.d.ts +3 -0
  41. package/dist/lib/util/joinPath.js +3 -0
  42. package/dist/lib/util/joinPath.js.map +1 -1
  43. package/dist/vite/api/schema-codegen.d.ts +1 -1
  44. package/dist/vite/api/schema-codegen.js +8 -4
  45. package/dist/vite/api/schema-codegen.js.map +1 -1
  46. package/dist/vite/config.js +1 -1
  47. package/dist/vite/config.js.map +1 -1
  48. package/dist/vite/plugin-api.js +3 -3
  49. package/dist/vite/plugin-api.js.map +1 -1
  50. package/dist/vite/plugin-docs.d.ts +1 -1
  51. package/dist/vite/plugin-docs.js +18 -1
  52. package/dist/vite/plugin-docs.js.map +1 -1
  53. package/lib/{AuthenticationPlugin-Cr6xjOJD.js → AuthenticationPlugin-Cij2tPWa.js} +2 -2
  54. package/lib/{AuthenticationPlugin-Cr6xjOJD.js.map → AuthenticationPlugin-Cij2tPWa.js.map} +1 -1
  55. package/lib/{Spinner-C6n4eOvh.js → Button-Fp19CMUr.js} +15 -18
  56. package/lib/Button-Fp19CMUr.js.map +1 -0
  57. package/lib/{Markdown-BlioIqkZ.js → Markdown-DT5Rrq8_.js} +3520 -3260
  58. package/lib/Markdown-DT5Rrq8_.js.map +1 -0
  59. package/lib/{MdxPage-7XnN9J9R.js → MdxPage-D2rD1vC4.js} +3 -3
  60. package/lib/{MdxPage-7XnN9J9R.js.map → MdxPage-D2rD1vC4.js.map} +1 -1
  61. package/lib/{OasProvider-BaRRMSsD.js → OasProvider-DdEBf2qS.js} +3 -3
  62. package/lib/{OasProvider-BaRRMSsD.js.map → OasProvider-DdEBf2qS.js.map} +1 -1
  63. package/lib/{OperationList-BjL1hzSx.js → OperationList-DT4-gm_S.js} +880 -878
  64. package/lib/OperationList-DT4-gm_S.js.map +1 -0
  65. package/lib/{Select-FAYHOYTy.js → Select-z1Lwl0-J.js} +3 -3
  66. package/lib/{Select-FAYHOYTy.js.map → Select-z1Lwl0-J.js.map} +1 -1
  67. package/lib/{SlotletProvider-CXb3wQiR.js → SlotletProvider-D8OBnr77.js} +2 -2
  68. package/lib/{SlotletProvider-CXb3wQiR.js.map → SlotletProvider-D8OBnr77.js.map} +1 -1
  69. package/lib/Spinner-CE68iCm0.js +7 -0
  70. package/lib/Spinner-CE68iCm0.js.map +1 -0
  71. package/lib/{hook-Bo80UX00.js → hook-DzQC8PzJ.js} +78 -74
  72. package/lib/hook-DzQC8PzJ.js.map +1 -0
  73. package/lib/{index-D5m8_oyY.js → index-DdQSV2RF.js} +31 -31
  74. package/lib/{index-D5m8_oyY.js.map → index-DdQSV2RF.js.map} +1 -1
  75. package/lib/{useQuery-CQUwWR9i.js → joinUrl-BjDooT-T.js} +240 -223
  76. package/lib/joinUrl-BjDooT-T.js.map +1 -0
  77. package/lib/{mutation-B81DztCT.js → mutation-_Z5C2wFZ.js} +2 -2
  78. package/lib/{mutation-B81DztCT.js.map → mutation-_Z5C2wFZ.js.map} +1 -1
  79. package/lib/ui/ActionButton.js +11 -10
  80. package/lib/ui/ActionButton.js.map +1 -1
  81. package/lib/ui/Button.js +1 -1
  82. package/lib/ui/Button.js.map +1 -1
  83. package/lib/zudoku.auth-auth0.js +1 -1
  84. package/lib/zudoku.auth-clerk.js +2 -2
  85. package/lib/zudoku.auth-openid.js +3 -3
  86. package/lib/zudoku.components.js +345 -347
  87. package/lib/zudoku.components.js.map +1 -1
  88. package/lib/zudoku.hooks.js +1 -1
  89. package/lib/zudoku.plugin-api-catalog.js +3 -3
  90. package/lib/zudoku.plugin-api-keys.js +4 -4
  91. package/lib/zudoku.plugin-custom-pages.js +1 -1
  92. package/lib/zudoku.plugin-markdown.js +1 -1
  93. package/lib/zudoku.plugin-openapi.js +3 -3
  94. package/lib/zudoku.plugin-search-pagefind.js +15 -16
  95. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  96. package/lib/zudoku.plugins.js.map +1 -1
  97. package/package.json +4 -2
  98. package/src/lib/components/InlineCode.tsx +3 -1
  99. package/src/lib/components/MobileTopNavigation.tsx +1 -1
  100. package/src/lib/components/TopNavigation.tsx +12 -16
  101. package/src/lib/components/Zudoku.tsx +5 -2
  102. package/src/lib/components/context/ZudokuContext.ts +12 -4
  103. package/src/lib/components/navigation/SidebarCategory.tsx +15 -12
  104. package/src/lib/components/navigation/SidebarItem.tsx +2 -2
  105. package/src/lib/components/navigation/SidebarWrapper.tsx +2 -2
  106. package/src/lib/core/plugins.ts +8 -8
  107. package/src/lib/plugins/openapi/ParamInfos.tsx +27 -4
  108. package/src/lib/plugins/openapi/ParameterListItem.tsx +5 -1
  109. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +5 -2
  110. package/src/lib/plugins/openapi/schema/SchemaView.tsx +48 -35
  111. package/src/lib/ui/Button.tsx +1 -1
  112. package/src/lib/util/joinPath.tsx +3 -0
  113. package/lib/Markdown-BlioIqkZ.js.map +0 -1
  114. package/lib/OperationList-BjL1hzSx.js.map +0 -1
  115. package/lib/Spinner-C6n4eOvh.js.map +0 -1
  116. package/lib/hook-Bo80UX00.js.map +0 -1
  117. package/lib/joinUrl-10po2Jdj.js +0 -20
  118. package/lib/joinUrl-10po2Jdj.js.map +0 -1
  119. package/lib/useQuery-CQUwWR9i.js.map +0 -1
@@ -28,12 +28,12 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  examplesLanguage?: string | undefined;
30
30
  disablePlayground?: boolean | undefined;
31
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
31
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
32
32
  expandAllTags?: boolean | undefined;
33
33
  }, {
34
34
  examplesLanguage?: string | undefined;
35
35
  disablePlayground?: boolean | undefined;
36
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
36
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
37
37
  expandAllTags?: boolean | undefined;
38
38
  }>>;
39
39
  }>, "strip", z.ZodTypeAny, {
@@ -44,7 +44,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
44
44
  options?: {
45
45
  examplesLanguage?: string | undefined;
46
46
  disablePlayground?: boolean | undefined;
47
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
47
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
48
48
  expandAllTags?: boolean | undefined;
49
49
  } | undefined;
50
50
  navigationId?: string | undefined;
@@ -60,7 +60,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
60
60
  options?: {
61
61
  examplesLanguage?: string | undefined;
62
62
  disablePlayground?: boolean | undefined;
63
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
63
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
64
64
  expandAllTags?: boolean | undefined;
65
65
  } | undefined;
66
66
  navigationId?: string | undefined;
@@ -93,12 +93,12 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  examplesLanguage?: string | undefined;
95
95
  disablePlayground?: boolean | undefined;
96
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
96
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
97
97
  expandAllTags?: boolean | undefined;
98
98
  }, {
99
99
  examplesLanguage?: string | undefined;
100
100
  disablePlayground?: boolean | undefined;
101
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
101
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
102
102
  expandAllTags?: boolean | undefined;
103
103
  }>>;
104
104
  }>, {
@@ -111,7 +111,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
111
111
  options?: {
112
112
  examplesLanguage?: string | undefined;
113
113
  disablePlayground?: boolean | undefined;
114
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
114
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
115
115
  expandAllTags?: boolean | undefined;
116
116
  } | undefined;
117
117
  navigationId?: string | undefined;
@@ -128,7 +128,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
128
128
  options?: {
129
129
  examplesLanguage?: string | undefined;
130
130
  disablePlayground?: boolean | undefined;
131
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
131
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
132
132
  expandAllTags?: boolean | undefined;
133
133
  } | undefined;
134
134
  navigationId?: string | undefined;
@@ -162,12 +162,12 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
162
162
  }, "strip", z.ZodTypeAny, {
163
163
  examplesLanguage?: string | undefined;
164
164
  disablePlayground?: boolean | undefined;
165
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
165
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
166
166
  expandAllTags?: boolean | undefined;
167
167
  }, {
168
168
  examplesLanguage?: string | undefined;
169
169
  disablePlayground?: boolean | undefined;
170
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
170
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
171
171
  expandAllTags?: boolean | undefined;
172
172
  }>>;
173
173
  }>, "strip", z.ZodTypeAny, {
@@ -178,7 +178,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
178
178
  options?: {
179
179
  examplesLanguage?: string | undefined;
180
180
  disablePlayground?: boolean | undefined;
181
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
181
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
182
182
  expandAllTags?: boolean | undefined;
183
183
  } | undefined;
184
184
  navigationId?: string | undefined;
@@ -194,7 +194,7 @@ declare const ApiSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
194
194
  options?: {
195
195
  examplesLanguage?: string | undefined;
196
196
  disablePlayground?: boolean | undefined;
197
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
197
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
198
198
  expandAllTags?: boolean | undefined;
199
199
  } | undefined;
200
200
  navigationId?: string | undefined;
@@ -273,17 +273,17 @@ declare const TopNavigationItemSchema: z.ZodObject<{
273
273
  label: z.ZodString;
274
274
  id: z.ZodString;
275
275
  default: z.ZodOptional<z.ZodString>;
276
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
276
+ display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
277
277
  }, "strip", z.ZodTypeAny, {
278
278
  id: string;
279
279
  label: string;
280
280
  default?: string | undefined;
281
- display?: "auth" | "anon" | "always" | undefined;
281
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
282
282
  }, {
283
283
  id: string;
284
284
  label: string;
285
285
  default?: string | undefined;
286
- display?: "auth" | "anon" | "always" | undefined;
286
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
287
287
  }>;
288
288
  type BannerColorType = ZodOptional<ZodUnion<[
289
289
  ZodType<"note" | "tip" | "info" | "caution" | "danger" | (string & {}), ZodEnumDef>,
@@ -433,17 +433,17 @@ export declare const CommonConfigSchema: z.ZodObject<{
433
433
  label: z.ZodString;
434
434
  id: z.ZodString;
435
435
  default: z.ZodOptional<z.ZodString>;
436
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
436
+ display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
437
437
  }, "strip", z.ZodTypeAny, {
438
438
  id: string;
439
439
  label: string;
440
440
  default?: string | undefined;
441
- display?: "auth" | "anon" | "always" | undefined;
441
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
442
442
  }, {
443
443
  id: string;
444
444
  label: string;
445
445
  default?: string | undefined;
446
- display?: "auth" | "anon" | "always" | undefined;
446
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
447
447
  }>, "many">;
448
448
  sidebar: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>;
449
449
  theme: z.ZodObject<{
@@ -471,6 +471,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
471
471
  }, "strip", z.ZodTypeAny, {
472
472
  input?: string | undefined;
473
473
  radius?: string | undefined;
474
+ destructive?: string | undefined;
475
+ secondary?: string | undefined;
474
476
  popover?: string | undefined;
475
477
  border?: string | undefined;
476
478
  background?: string | undefined;
@@ -480,18 +482,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
480
482
  popoverForeground?: string | undefined;
481
483
  primary?: string | undefined;
482
484
  primaryForeground?: string | undefined;
483
- secondary?: string | undefined;
484
485
  secondaryForeground?: string | undefined;
485
486
  muted?: string | undefined;
486
487
  mutedForeground?: string | undefined;
487
488
  accent?: string | undefined;
488
489
  accentForeground?: string | undefined;
489
- destructive?: string | undefined;
490
490
  destructiveForeground?: string | undefined;
491
491
  ring?: string | undefined;
492
492
  }, {
493
493
  input?: string | undefined;
494
494
  radius?: string | undefined;
495
+ destructive?: string | undefined;
496
+ secondary?: string | undefined;
495
497
  popover?: string | undefined;
496
498
  border?: string | undefined;
497
499
  background?: string | undefined;
@@ -501,13 +503,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
501
503
  popoverForeground?: string | undefined;
502
504
  primary?: string | undefined;
503
505
  primaryForeground?: string | undefined;
504
- secondary?: string | undefined;
505
506
  secondaryForeground?: string | undefined;
506
507
  muted?: string | undefined;
507
508
  mutedForeground?: string | undefined;
508
509
  accent?: string | undefined;
509
510
  accentForeground?: string | undefined;
510
- destructive?: string | undefined;
511
511
  destructiveForeground?: string | undefined;
512
512
  ring?: string | undefined;
513
513
  }>>;
@@ -535,6 +535,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
535
535
  }, "strip", z.ZodTypeAny, {
536
536
  input?: string | undefined;
537
537
  radius?: string | undefined;
538
+ destructive?: string | undefined;
539
+ secondary?: string | undefined;
538
540
  popover?: string | undefined;
539
541
  border?: string | undefined;
540
542
  background?: string | undefined;
@@ -544,18 +546,18 @@ export declare const CommonConfigSchema: z.ZodObject<{
544
546
  popoverForeground?: string | undefined;
545
547
  primary?: string | undefined;
546
548
  primaryForeground?: string | undefined;
547
- secondary?: string | undefined;
548
549
  secondaryForeground?: string | undefined;
549
550
  muted?: string | undefined;
550
551
  mutedForeground?: string | undefined;
551
552
  accent?: string | undefined;
552
553
  accentForeground?: string | undefined;
553
- destructive?: string | undefined;
554
554
  destructiveForeground?: string | undefined;
555
555
  ring?: string | undefined;
556
556
  }, {
557
557
  input?: string | undefined;
558
558
  radius?: string | undefined;
559
+ destructive?: string | undefined;
560
+ secondary?: string | undefined;
559
561
  popover?: string | undefined;
560
562
  border?: string | undefined;
561
563
  background?: string | undefined;
@@ -565,13 +567,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
565
567
  popoverForeground?: string | undefined;
566
568
  primary?: string | undefined;
567
569
  primaryForeground?: string | undefined;
568
- secondary?: string | undefined;
569
570
  secondaryForeground?: string | undefined;
570
571
  muted?: string | undefined;
571
572
  mutedForeground?: string | undefined;
572
573
  accent?: string | undefined;
573
574
  accentForeground?: string | undefined;
574
- destructive?: string | undefined;
575
575
  destructiveForeground?: string | undefined;
576
576
  ring?: string | undefined;
577
577
  }>>;
@@ -619,6 +619,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
619
619
  dark?: {
620
620
  input?: string | undefined;
621
621
  radius?: string | undefined;
622
+ destructive?: string | undefined;
623
+ secondary?: string | undefined;
622
624
  popover?: string | undefined;
623
625
  border?: string | undefined;
624
626
  background?: string | undefined;
@@ -628,19 +630,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
628
630
  popoverForeground?: string | undefined;
629
631
  primary?: string | undefined;
630
632
  primaryForeground?: string | undefined;
631
- secondary?: string | undefined;
632
633
  secondaryForeground?: string | undefined;
633
634
  muted?: string | undefined;
634
635
  mutedForeground?: string | undefined;
635
636
  accent?: string | undefined;
636
637
  accentForeground?: string | undefined;
637
- destructive?: string | undefined;
638
638
  destructiveForeground?: string | undefined;
639
639
  ring?: string | undefined;
640
640
  } | undefined;
641
641
  light?: {
642
642
  input?: string | undefined;
643
643
  radius?: string | undefined;
644
+ destructive?: string | undefined;
645
+ secondary?: string | undefined;
644
646
  popover?: string | undefined;
645
647
  border?: string | undefined;
646
648
  background?: string | undefined;
@@ -650,13 +652,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
650
652
  popoverForeground?: string | undefined;
651
653
  primary?: string | undefined;
652
654
  primaryForeground?: string | undefined;
653
- secondary?: string | undefined;
654
655
  secondaryForeground?: string | undefined;
655
656
  muted?: string | undefined;
656
657
  mutedForeground?: string | undefined;
657
658
  accent?: string | undefined;
658
659
  accentForeground?: string | undefined;
659
- destructive?: string | undefined;
660
660
  destructiveForeground?: string | undefined;
661
661
  ring?: string | undefined;
662
662
  } | undefined;
@@ -674,6 +674,8 @@ export declare const CommonConfigSchema: z.ZodObject<{
674
674
  dark?: {
675
675
  input?: string | undefined;
676
676
  radius?: string | undefined;
677
+ destructive?: string | undefined;
678
+ secondary?: string | undefined;
677
679
  popover?: string | undefined;
678
680
  border?: string | undefined;
679
681
  background?: string | undefined;
@@ -683,19 +685,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
683
685
  popoverForeground?: string | undefined;
684
686
  primary?: string | undefined;
685
687
  primaryForeground?: string | undefined;
686
- secondary?: string | undefined;
687
688
  secondaryForeground?: string | undefined;
688
689
  muted?: string | undefined;
689
690
  mutedForeground?: string | undefined;
690
691
  accent?: string | undefined;
691
692
  accentForeground?: string | undefined;
692
- destructive?: string | undefined;
693
693
  destructiveForeground?: string | undefined;
694
694
  ring?: string | undefined;
695
695
  } | undefined;
696
696
  light?: {
697
697
  input?: string | undefined;
698
698
  radius?: string | undefined;
699
+ destructive?: string | undefined;
700
+ secondary?: string | undefined;
699
701
  popover?: string | undefined;
700
702
  border?: string | undefined;
701
703
  background?: string | undefined;
@@ -705,13 +707,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
705
707
  popoverForeground?: string | undefined;
706
708
  primary?: string | undefined;
707
709
  primaryForeground?: string | undefined;
708
- secondary?: string | undefined;
709
710
  secondaryForeground?: string | undefined;
710
711
  muted?: string | undefined;
711
712
  mutedForeground?: string | undefined;
712
713
  accent?: string | undefined;
713
714
  accentForeground?: string | undefined;
714
- destructive?: string | undefined;
715
715
  destructiveForeground?: string | undefined;
716
716
  ring?: string | undefined;
717
717
  } | undefined;
@@ -996,12 +996,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
996
996
  }, "strip", z.ZodTypeAny, {
997
997
  examplesLanguage?: string | undefined;
998
998
  disablePlayground?: boolean | undefined;
999
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
999
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1000
1000
  expandAllTags?: boolean | undefined;
1001
1001
  }, {
1002
1002
  examplesLanguage?: string | undefined;
1003
1003
  disablePlayground?: boolean | undefined;
1004
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1004
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1005
1005
  expandAllTags?: boolean | undefined;
1006
1006
  }>>;
1007
1007
  }>, "strip", z.ZodTypeAny, {
@@ -1012,7 +1012,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1012
1012
  options?: {
1013
1013
  examplesLanguage?: string | undefined;
1014
1014
  disablePlayground?: boolean | undefined;
1015
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1015
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1016
1016
  expandAllTags?: boolean | undefined;
1017
1017
  } | undefined;
1018
1018
  navigationId?: string | undefined;
@@ -1028,7 +1028,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1028
1028
  options?: {
1029
1029
  examplesLanguage?: string | undefined;
1030
1030
  disablePlayground?: boolean | undefined;
1031
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1031
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1032
1032
  expandAllTags?: boolean | undefined;
1033
1033
  } | undefined;
1034
1034
  navigationId?: string | undefined;
@@ -1061,12 +1061,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1061
1061
  }, "strip", z.ZodTypeAny, {
1062
1062
  examplesLanguage?: string | undefined;
1063
1063
  disablePlayground?: boolean | undefined;
1064
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1064
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1065
1065
  expandAllTags?: boolean | undefined;
1066
1066
  }, {
1067
1067
  examplesLanguage?: string | undefined;
1068
1068
  disablePlayground?: boolean | undefined;
1069
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1069
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1070
1070
  expandAllTags?: boolean | undefined;
1071
1071
  }>>;
1072
1072
  }>, {
@@ -1079,7 +1079,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1079
1079
  options?: {
1080
1080
  examplesLanguage?: string | undefined;
1081
1081
  disablePlayground?: boolean | undefined;
1082
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1082
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1083
1083
  expandAllTags?: boolean | undefined;
1084
1084
  } | undefined;
1085
1085
  navigationId?: string | undefined;
@@ -1096,7 +1096,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1096
1096
  options?: {
1097
1097
  examplesLanguage?: string | undefined;
1098
1098
  disablePlayground?: boolean | undefined;
1099
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1099
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1100
1100
  expandAllTags?: boolean | undefined;
1101
1101
  } | undefined;
1102
1102
  navigationId?: string | undefined;
@@ -1130,12 +1130,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1130
1130
  }, "strip", z.ZodTypeAny, {
1131
1131
  examplesLanguage?: string | undefined;
1132
1132
  disablePlayground?: boolean | undefined;
1133
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1133
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1134
1134
  expandAllTags?: boolean | undefined;
1135
1135
  }, {
1136
1136
  examplesLanguage?: string | undefined;
1137
1137
  disablePlayground?: boolean | undefined;
1138
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1138
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1139
1139
  expandAllTags?: boolean | undefined;
1140
1140
  }>>;
1141
1141
  }>, "strip", z.ZodTypeAny, {
@@ -1146,7 +1146,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1146
1146
  options?: {
1147
1147
  examplesLanguage?: string | undefined;
1148
1148
  disablePlayground?: boolean | undefined;
1149
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1149
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1150
1150
  expandAllTags?: boolean | undefined;
1151
1151
  } | undefined;
1152
1152
  navigationId?: string | undefined;
@@ -1162,7 +1162,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1162
1162
  options?: {
1163
1163
  examplesLanguage?: string | undefined;
1164
1164
  disablePlayground?: boolean | undefined;
1165
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1165
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1166
1166
  expandAllTags?: boolean | undefined;
1167
1167
  } | undefined;
1168
1168
  navigationId?: string | undefined;
@@ -1195,12 +1195,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1195
1195
  }, "strip", z.ZodTypeAny, {
1196
1196
  examplesLanguage?: string | undefined;
1197
1197
  disablePlayground?: boolean | undefined;
1198
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1198
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1199
1199
  expandAllTags?: boolean | undefined;
1200
1200
  }, {
1201
1201
  examplesLanguage?: string | undefined;
1202
1202
  disablePlayground?: boolean | undefined;
1203
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1203
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1204
1204
  expandAllTags?: boolean | undefined;
1205
1205
  }>>;
1206
1206
  }>, "strip", z.ZodTypeAny, {
@@ -1211,7 +1211,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1211
1211
  options?: {
1212
1212
  examplesLanguage?: string | undefined;
1213
1213
  disablePlayground?: boolean | undefined;
1214
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1214
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1215
1215
  expandAllTags?: boolean | undefined;
1216
1216
  } | undefined;
1217
1217
  navigationId?: string | undefined;
@@ -1227,7 +1227,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1227
1227
  options?: {
1228
1228
  examplesLanguage?: string | undefined;
1229
1229
  disablePlayground?: boolean | undefined;
1230
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1230
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1231
1231
  expandAllTags?: boolean | undefined;
1232
1232
  } | undefined;
1233
1233
  navigationId?: string | undefined;
@@ -1260,12 +1260,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1260
1260
  }, "strip", z.ZodTypeAny, {
1261
1261
  examplesLanguage?: string | undefined;
1262
1262
  disablePlayground?: boolean | undefined;
1263
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1263
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1264
1264
  expandAllTags?: boolean | undefined;
1265
1265
  }, {
1266
1266
  examplesLanguage?: string | undefined;
1267
1267
  disablePlayground?: boolean | undefined;
1268
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1268
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1269
1269
  expandAllTags?: boolean | undefined;
1270
1270
  }>>;
1271
1271
  }>, {
@@ -1278,7 +1278,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1278
1278
  options?: {
1279
1279
  examplesLanguage?: string | undefined;
1280
1280
  disablePlayground?: boolean | undefined;
1281
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1281
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1282
1282
  expandAllTags?: boolean | undefined;
1283
1283
  } | undefined;
1284
1284
  navigationId?: string | undefined;
@@ -1295,7 +1295,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1295
1295
  options?: {
1296
1296
  examplesLanguage?: string | undefined;
1297
1297
  disablePlayground?: boolean | undefined;
1298
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1298
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1299
1299
  expandAllTags?: boolean | undefined;
1300
1300
  } | undefined;
1301
1301
  navigationId?: string | undefined;
@@ -1329,12 +1329,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1329
1329
  }, "strip", z.ZodTypeAny, {
1330
1330
  examplesLanguage?: string | undefined;
1331
1331
  disablePlayground?: boolean | undefined;
1332
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1332
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1333
1333
  expandAllTags?: boolean | undefined;
1334
1334
  }, {
1335
1335
  examplesLanguage?: string | undefined;
1336
1336
  disablePlayground?: boolean | undefined;
1337
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1337
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1338
1338
  expandAllTags?: boolean | undefined;
1339
1339
  }>>;
1340
1340
  }>, "strip", z.ZodTypeAny, {
@@ -1345,7 +1345,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1345
1345
  options?: {
1346
1346
  examplesLanguage?: string | undefined;
1347
1347
  disablePlayground?: boolean | undefined;
1348
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1348
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1349
1349
  expandAllTags?: boolean | undefined;
1350
1350
  } | undefined;
1351
1351
  navigationId?: string | undefined;
@@ -1361,7 +1361,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1361
1361
  options?: {
1362
1362
  examplesLanguage?: string | undefined;
1363
1363
  disablePlayground?: boolean | undefined;
1364
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1364
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1365
1365
  expandAllTags?: boolean | undefined;
1366
1366
  } | undefined;
1367
1367
  navigationId?: string | undefined;
@@ -1518,12 +1518,12 @@ export declare const CommonConfigSchema: z.ZodObject<{
1518
1518
  }, "strip", z.ZodTypeAny, {
1519
1519
  examplesLanguage?: string | undefined;
1520
1520
  disablePlayground?: boolean | undefined;
1521
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1521
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1522
1522
  expandAllTags?: boolean | undefined;
1523
1523
  }, {
1524
1524
  examplesLanguage?: string | undefined;
1525
1525
  disablePlayground?: boolean | undefined;
1526
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1526
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1527
1527
  expandAllTags?: boolean | undefined;
1528
1528
  }>;
1529
1529
  /**
@@ -1534,7 +1534,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1534
1534
  apis: {
1535
1535
  examplesLanguage?: string | undefined;
1536
1536
  disablePlayground?: boolean | undefined;
1537
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1537
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1538
1538
  expandAllTags?: boolean | undefined;
1539
1539
  };
1540
1540
  examplesLanguage?: string | undefined;
@@ -1542,7 +1542,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1542
1542
  apis: {
1543
1543
  examplesLanguage?: string | undefined;
1544
1544
  disablePlayground?: boolean | undefined;
1545
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1545
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1546
1546
  expandAllTags?: boolean | undefined;
1547
1547
  };
1548
1548
  examplesLanguage?: string | undefined;
@@ -1552,7 +1552,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1552
1552
  apis: {
1553
1553
  examplesLanguage?: string | undefined;
1554
1554
  disablePlayground?: boolean | undefined;
1555
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1555
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1556
1556
  expandAllTags?: boolean | undefined;
1557
1557
  };
1558
1558
  examplesLanguage?: string | undefined;
@@ -1607,12 +1607,14 @@ export declare const CommonConfigSchema: z.ZodObject<{
1607
1607
  id: string;
1608
1608
  label: string;
1609
1609
  default?: string | undefined;
1610
- display?: "auth" | "anon" | "always" | undefined;
1610
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
1611
1611
  }[];
1612
1612
  theme: {
1613
1613
  dark?: {
1614
1614
  input?: string | undefined;
1615
1615
  radius?: string | undefined;
1616
+ destructive?: string | undefined;
1617
+ secondary?: string | undefined;
1616
1618
  popover?: string | undefined;
1617
1619
  border?: string | undefined;
1618
1620
  background?: string | undefined;
@@ -1622,19 +1624,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
1622
1624
  popoverForeground?: string | undefined;
1623
1625
  primary?: string | undefined;
1624
1626
  primaryForeground?: string | undefined;
1625
- secondary?: string | undefined;
1626
1627
  secondaryForeground?: string | undefined;
1627
1628
  muted?: string | undefined;
1628
1629
  mutedForeground?: string | undefined;
1629
1630
  accent?: string | undefined;
1630
1631
  accentForeground?: string | undefined;
1631
- destructive?: string | undefined;
1632
1632
  destructiveForeground?: string | undefined;
1633
1633
  ring?: string | undefined;
1634
1634
  } | undefined;
1635
1635
  light?: {
1636
1636
  input?: string | undefined;
1637
1637
  radius?: string | undefined;
1638
+ destructive?: string | undefined;
1639
+ secondary?: string | undefined;
1638
1640
  popover?: string | undefined;
1639
1641
  border?: string | undefined;
1640
1642
  background?: string | undefined;
@@ -1644,13 +1646,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
1644
1646
  popoverForeground?: string | undefined;
1645
1647
  primary?: string | undefined;
1646
1648
  primaryForeground?: string | undefined;
1647
- secondary?: string | undefined;
1648
1649
  secondaryForeground?: string | undefined;
1649
1650
  muted?: string | undefined;
1650
1651
  mutedForeground?: string | undefined;
1651
1652
  accent?: string | undefined;
1652
1653
  accentForeground?: string | undefined;
1653
- destructive?: string | undefined;
1654
1654
  destructiveForeground?: string | undefined;
1655
1655
  ring?: string | undefined;
1656
1656
  } | undefined;
@@ -1703,7 +1703,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1703
1703
  options?: {
1704
1704
  examplesLanguage?: string | undefined;
1705
1705
  disablePlayground?: boolean | undefined;
1706
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1706
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1707
1707
  expandAllTags?: boolean | undefined;
1708
1708
  } | undefined;
1709
1709
  navigationId?: string | undefined;
@@ -1719,7 +1719,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1719
1719
  options?: {
1720
1720
  examplesLanguage?: string | undefined;
1721
1721
  disablePlayground?: boolean | undefined;
1722
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1722
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1723
1723
  expandAllTags?: boolean | undefined;
1724
1724
  } | undefined;
1725
1725
  navigationId?: string | undefined;
@@ -1736,7 +1736,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1736
1736
  options?: {
1737
1737
  examplesLanguage?: string | undefined;
1738
1738
  disablePlayground?: boolean | undefined;
1739
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1739
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1740
1740
  expandAllTags?: boolean | undefined;
1741
1741
  } | undefined;
1742
1742
  navigationId?: string | undefined;
@@ -1752,7 +1752,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1752
1752
  options?: {
1753
1753
  examplesLanguage?: string | undefined;
1754
1754
  disablePlayground?: boolean | undefined;
1755
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1755
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1756
1756
  expandAllTags?: boolean | undefined;
1757
1757
  } | undefined;
1758
1758
  navigationId?: string | undefined;
@@ -1768,7 +1768,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1768
1768
  options?: {
1769
1769
  examplesLanguage?: string | undefined;
1770
1770
  disablePlayground?: boolean | undefined;
1771
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1771
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1772
1772
  expandAllTags?: boolean | undefined;
1773
1773
  } | undefined;
1774
1774
  navigationId?: string | undefined;
@@ -1785,7 +1785,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1785
1785
  options?: {
1786
1786
  examplesLanguage?: string | undefined;
1787
1787
  disablePlayground?: boolean | undefined;
1788
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1788
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1789
1789
  expandAllTags?: boolean | undefined;
1790
1790
  } | undefined;
1791
1791
  navigationId?: string | undefined;
@@ -1872,7 +1872,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
1872
1872
  apis: {
1873
1873
  examplesLanguage?: string | undefined;
1874
1874
  disablePlayground?: boolean | undefined;
1875
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
1875
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
1876
1876
  expandAllTags?: boolean | undefined;
1877
1877
  };
1878
1878
  examplesLanguage?: string | undefined;
@@ -1927,12 +1927,14 @@ export declare const CommonConfigSchema: z.ZodObject<{
1927
1927
  id: string;
1928
1928
  label: string;
1929
1929
  default?: string | undefined;
1930
- display?: "auth" | "anon" | "always" | undefined;
1930
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
1931
1931
  }[];
1932
1932
  theme: {
1933
1933
  dark?: {
1934
1934
  input?: string | undefined;
1935
1935
  radius?: string | undefined;
1936
+ destructive?: string | undefined;
1937
+ secondary?: string | undefined;
1936
1938
  popover?: string | undefined;
1937
1939
  border?: string | undefined;
1938
1940
  background?: string | undefined;
@@ -1942,19 +1944,19 @@ export declare const CommonConfigSchema: z.ZodObject<{
1942
1944
  popoverForeground?: string | undefined;
1943
1945
  primary?: string | undefined;
1944
1946
  primaryForeground?: string | undefined;
1945
- secondary?: string | undefined;
1946
1947
  secondaryForeground?: string | undefined;
1947
1948
  muted?: string | undefined;
1948
1949
  mutedForeground?: string | undefined;
1949
1950
  accent?: string | undefined;
1950
1951
  accentForeground?: string | undefined;
1951
- destructive?: string | undefined;
1952
1952
  destructiveForeground?: string | undefined;
1953
1953
  ring?: string | undefined;
1954
1954
  } | undefined;
1955
1955
  light?: {
1956
1956
  input?: string | undefined;
1957
1957
  radius?: string | undefined;
1958
+ destructive?: string | undefined;
1959
+ secondary?: string | undefined;
1958
1960
  popover?: string | undefined;
1959
1961
  border?: string | undefined;
1960
1962
  background?: string | undefined;
@@ -1964,13 +1966,11 @@ export declare const CommonConfigSchema: z.ZodObject<{
1964
1966
  popoverForeground?: string | undefined;
1965
1967
  primary?: string | undefined;
1966
1968
  primaryForeground?: string | undefined;
1967
- secondary?: string | undefined;
1968
1969
  secondaryForeground?: string | undefined;
1969
1970
  muted?: string | undefined;
1970
1971
  mutedForeground?: string | undefined;
1971
1972
  accent?: string | undefined;
1972
1973
  accentForeground?: string | undefined;
1973
- destructive?: string | undefined;
1974
1974
  destructiveForeground?: string | undefined;
1975
1975
  ring?: string | undefined;
1976
1976
  } | undefined;
@@ -2023,7 +2023,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2023
2023
  options?: {
2024
2024
  examplesLanguage?: string | undefined;
2025
2025
  disablePlayground?: boolean | undefined;
2026
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2026
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2027
2027
  expandAllTags?: boolean | undefined;
2028
2028
  } | undefined;
2029
2029
  navigationId?: string | undefined;
@@ -2039,7 +2039,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2039
2039
  options?: {
2040
2040
  examplesLanguage?: string | undefined;
2041
2041
  disablePlayground?: boolean | undefined;
2042
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2042
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2043
2043
  expandAllTags?: boolean | undefined;
2044
2044
  } | undefined;
2045
2045
  navigationId?: string | undefined;
@@ -2056,7 +2056,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2056
2056
  options?: {
2057
2057
  examplesLanguage?: string | undefined;
2058
2058
  disablePlayground?: boolean | undefined;
2059
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2059
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2060
2060
  expandAllTags?: boolean | undefined;
2061
2061
  } | undefined;
2062
2062
  navigationId?: string | undefined;
@@ -2072,7 +2072,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2072
2072
  options?: {
2073
2073
  examplesLanguage?: string | undefined;
2074
2074
  disablePlayground?: boolean | undefined;
2075
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2075
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2076
2076
  expandAllTags?: boolean | undefined;
2077
2077
  } | undefined;
2078
2078
  navigationId?: string | undefined;
@@ -2088,7 +2088,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2088
2088
  options?: {
2089
2089
  examplesLanguage?: string | undefined;
2090
2090
  disablePlayground?: boolean | undefined;
2091
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2091
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2092
2092
  expandAllTags?: boolean | undefined;
2093
2093
  } | undefined;
2094
2094
  navigationId?: string | undefined;
@@ -2105,7 +2105,7 @@ export declare const CommonConfigSchema: z.ZodObject<{
2105
2105
  options?: {
2106
2106
  examplesLanguage?: string | undefined;
2107
2107
  disablePlayground?: boolean | undefined;
2108
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2108
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2109
2109
  expandAllTags?: boolean | undefined;
2110
2110
  } | undefined;
2111
2111
  navigationId?: string | undefined;
@@ -2303,17 +2303,17 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2303
2303
  label: z.ZodString;
2304
2304
  id: z.ZodString;
2305
2305
  default: z.ZodOptional<z.ZodString>;
2306
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
2306
+ display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
2307
2307
  }, "strip", z.ZodTypeAny, {
2308
2308
  id: string;
2309
2309
  label: string;
2310
2310
  default?: string | undefined;
2311
- display?: "auth" | "anon" | "always" | undefined;
2311
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
2312
2312
  }, {
2313
2313
  id: string;
2314
2314
  label: string;
2315
2315
  default?: string | undefined;
2316
- display?: "auth" | "anon" | "always" | undefined;
2316
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
2317
2317
  }>, "many">>;
2318
2318
  sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
2319
2319
  theme: z.ZodOptional<z.ZodObject<{
@@ -2341,6 +2341,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2341
2341
  }, "strip", z.ZodTypeAny, {
2342
2342
  input?: string | undefined;
2343
2343
  radius?: string | undefined;
2344
+ destructive?: string | undefined;
2345
+ secondary?: string | undefined;
2344
2346
  popover?: string | undefined;
2345
2347
  border?: string | undefined;
2346
2348
  background?: string | undefined;
@@ -2350,18 +2352,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2350
2352
  popoverForeground?: string | undefined;
2351
2353
  primary?: string | undefined;
2352
2354
  primaryForeground?: string | undefined;
2353
- secondary?: string | undefined;
2354
2355
  secondaryForeground?: string | undefined;
2355
2356
  muted?: string | undefined;
2356
2357
  mutedForeground?: string | undefined;
2357
2358
  accent?: string | undefined;
2358
2359
  accentForeground?: string | undefined;
2359
- destructive?: string | undefined;
2360
2360
  destructiveForeground?: string | undefined;
2361
2361
  ring?: string | undefined;
2362
2362
  }, {
2363
2363
  input?: string | undefined;
2364
2364
  radius?: string | undefined;
2365
+ destructive?: string | undefined;
2366
+ secondary?: string | undefined;
2365
2367
  popover?: string | undefined;
2366
2368
  border?: string | undefined;
2367
2369
  background?: string | undefined;
@@ -2371,13 +2373,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2371
2373
  popoverForeground?: string | undefined;
2372
2374
  primary?: string | undefined;
2373
2375
  primaryForeground?: string | undefined;
2374
- secondary?: string | undefined;
2375
2376
  secondaryForeground?: string | undefined;
2376
2377
  muted?: string | undefined;
2377
2378
  mutedForeground?: string | undefined;
2378
2379
  accent?: string | undefined;
2379
2380
  accentForeground?: string | undefined;
2380
- destructive?: string | undefined;
2381
2381
  destructiveForeground?: string | undefined;
2382
2382
  ring?: string | undefined;
2383
2383
  }>>;
@@ -2405,6 +2405,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2405
2405
  }, "strip", z.ZodTypeAny, {
2406
2406
  input?: string | undefined;
2407
2407
  radius?: string | undefined;
2408
+ destructive?: string | undefined;
2409
+ secondary?: string | undefined;
2408
2410
  popover?: string | undefined;
2409
2411
  border?: string | undefined;
2410
2412
  background?: string | undefined;
@@ -2414,18 +2416,18 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2414
2416
  popoverForeground?: string | undefined;
2415
2417
  primary?: string | undefined;
2416
2418
  primaryForeground?: string | undefined;
2417
- secondary?: string | undefined;
2418
2419
  secondaryForeground?: string | undefined;
2419
2420
  muted?: string | undefined;
2420
2421
  mutedForeground?: string | undefined;
2421
2422
  accent?: string | undefined;
2422
2423
  accentForeground?: string | undefined;
2423
- destructive?: string | undefined;
2424
2424
  destructiveForeground?: string | undefined;
2425
2425
  ring?: string | undefined;
2426
2426
  }, {
2427
2427
  input?: string | undefined;
2428
2428
  radius?: string | undefined;
2429
+ destructive?: string | undefined;
2430
+ secondary?: string | undefined;
2429
2431
  popover?: string | undefined;
2430
2432
  border?: string | undefined;
2431
2433
  background?: string | undefined;
@@ -2435,13 +2437,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2435
2437
  popoverForeground?: string | undefined;
2436
2438
  primary?: string | undefined;
2437
2439
  primaryForeground?: string | undefined;
2438
- secondary?: string | undefined;
2439
2440
  secondaryForeground?: string | undefined;
2440
2441
  muted?: string | undefined;
2441
2442
  mutedForeground?: string | undefined;
2442
2443
  accent?: string | undefined;
2443
2444
  accentForeground?: string | undefined;
2444
- destructive?: string | undefined;
2445
2445
  destructiveForeground?: string | undefined;
2446
2446
  ring?: string | undefined;
2447
2447
  }>>;
@@ -2489,6 +2489,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2489
2489
  dark?: {
2490
2490
  input?: string | undefined;
2491
2491
  radius?: string | undefined;
2492
+ destructive?: string | undefined;
2493
+ secondary?: string | undefined;
2492
2494
  popover?: string | undefined;
2493
2495
  border?: string | undefined;
2494
2496
  background?: string | undefined;
@@ -2498,19 +2500,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2498
2500
  popoverForeground?: string | undefined;
2499
2501
  primary?: string | undefined;
2500
2502
  primaryForeground?: string | undefined;
2501
- secondary?: string | undefined;
2502
2503
  secondaryForeground?: string | undefined;
2503
2504
  muted?: string | undefined;
2504
2505
  mutedForeground?: string | undefined;
2505
2506
  accent?: string | undefined;
2506
2507
  accentForeground?: string | undefined;
2507
- destructive?: string | undefined;
2508
2508
  destructiveForeground?: string | undefined;
2509
2509
  ring?: string | undefined;
2510
2510
  } | undefined;
2511
2511
  light?: {
2512
2512
  input?: string | undefined;
2513
2513
  radius?: string | undefined;
2514
+ destructive?: string | undefined;
2515
+ secondary?: string | undefined;
2514
2516
  popover?: string | undefined;
2515
2517
  border?: string | undefined;
2516
2518
  background?: string | undefined;
@@ -2520,13 +2522,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2520
2522
  popoverForeground?: string | undefined;
2521
2523
  primary?: string | undefined;
2522
2524
  primaryForeground?: string | undefined;
2523
- secondary?: string | undefined;
2524
2525
  secondaryForeground?: string | undefined;
2525
2526
  muted?: string | undefined;
2526
2527
  mutedForeground?: string | undefined;
2527
2528
  accent?: string | undefined;
2528
2529
  accentForeground?: string | undefined;
2529
- destructive?: string | undefined;
2530
2530
  destructiveForeground?: string | undefined;
2531
2531
  ring?: string | undefined;
2532
2532
  } | undefined;
@@ -2544,6 +2544,8 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2544
2544
  dark?: {
2545
2545
  input?: string | undefined;
2546
2546
  radius?: string | undefined;
2547
+ destructive?: string | undefined;
2548
+ secondary?: string | undefined;
2547
2549
  popover?: string | undefined;
2548
2550
  border?: string | undefined;
2549
2551
  background?: string | undefined;
@@ -2553,19 +2555,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2553
2555
  popoverForeground?: string | undefined;
2554
2556
  primary?: string | undefined;
2555
2557
  primaryForeground?: string | undefined;
2556
- secondary?: string | undefined;
2557
2558
  secondaryForeground?: string | undefined;
2558
2559
  muted?: string | undefined;
2559
2560
  mutedForeground?: string | undefined;
2560
2561
  accent?: string | undefined;
2561
2562
  accentForeground?: string | undefined;
2562
- destructive?: string | undefined;
2563
2563
  destructiveForeground?: string | undefined;
2564
2564
  ring?: string | undefined;
2565
2565
  } | undefined;
2566
2566
  light?: {
2567
2567
  input?: string | undefined;
2568
2568
  radius?: string | undefined;
2569
+ destructive?: string | undefined;
2570
+ secondary?: string | undefined;
2569
2571
  popover?: string | undefined;
2570
2572
  border?: string | undefined;
2571
2573
  background?: string | undefined;
@@ -2575,13 +2577,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2575
2577
  popoverForeground?: string | undefined;
2576
2578
  primary?: string | undefined;
2577
2579
  primaryForeground?: string | undefined;
2578
- secondary?: string | undefined;
2579
2580
  secondaryForeground?: string | undefined;
2580
2581
  muted?: string | undefined;
2581
2582
  mutedForeground?: string | undefined;
2582
2583
  accent?: string | undefined;
2583
2584
  accentForeground?: string | undefined;
2584
- destructive?: string | undefined;
2585
2585
  destructiveForeground?: string | undefined;
2586
2586
  ring?: string | undefined;
2587
2587
  } | undefined;
@@ -2866,12 +2866,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2866
2866
  }, "strip", z.ZodTypeAny, {
2867
2867
  examplesLanguage?: string | undefined;
2868
2868
  disablePlayground?: boolean | undefined;
2869
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2869
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2870
2870
  expandAllTags?: boolean | undefined;
2871
2871
  }, {
2872
2872
  examplesLanguage?: string | undefined;
2873
2873
  disablePlayground?: boolean | undefined;
2874
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2874
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2875
2875
  expandAllTags?: boolean | undefined;
2876
2876
  }>>;
2877
2877
  }>, "strip", z.ZodTypeAny, {
@@ -2882,7 +2882,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2882
2882
  options?: {
2883
2883
  examplesLanguage?: string | undefined;
2884
2884
  disablePlayground?: boolean | undefined;
2885
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2885
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2886
2886
  expandAllTags?: boolean | undefined;
2887
2887
  } | undefined;
2888
2888
  navigationId?: string | undefined;
@@ -2898,7 +2898,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2898
2898
  options?: {
2899
2899
  examplesLanguage?: string | undefined;
2900
2900
  disablePlayground?: boolean | undefined;
2901
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2901
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2902
2902
  expandAllTags?: boolean | undefined;
2903
2903
  } | undefined;
2904
2904
  navigationId?: string | undefined;
@@ -2931,12 +2931,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2931
2931
  }, "strip", z.ZodTypeAny, {
2932
2932
  examplesLanguage?: string | undefined;
2933
2933
  disablePlayground?: boolean | undefined;
2934
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2934
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2935
2935
  expandAllTags?: boolean | undefined;
2936
2936
  }, {
2937
2937
  examplesLanguage?: string | undefined;
2938
2938
  disablePlayground?: boolean | undefined;
2939
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2939
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2940
2940
  expandAllTags?: boolean | undefined;
2941
2941
  }>>;
2942
2942
  }>, {
@@ -2949,7 +2949,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2949
2949
  options?: {
2950
2950
  examplesLanguage?: string | undefined;
2951
2951
  disablePlayground?: boolean | undefined;
2952
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2952
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2953
2953
  expandAllTags?: boolean | undefined;
2954
2954
  } | undefined;
2955
2955
  navigationId?: string | undefined;
@@ -2966,7 +2966,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
2966
2966
  options?: {
2967
2967
  examplesLanguage?: string | undefined;
2968
2968
  disablePlayground?: boolean | undefined;
2969
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
2969
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
2970
2970
  expandAllTags?: boolean | undefined;
2971
2971
  } | undefined;
2972
2972
  navigationId?: string | undefined;
@@ -3000,12 +3000,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3000
3000
  }, "strip", z.ZodTypeAny, {
3001
3001
  examplesLanguage?: string | undefined;
3002
3002
  disablePlayground?: boolean | undefined;
3003
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3003
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3004
3004
  expandAllTags?: boolean | undefined;
3005
3005
  }, {
3006
3006
  examplesLanguage?: string | undefined;
3007
3007
  disablePlayground?: boolean | undefined;
3008
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3008
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3009
3009
  expandAllTags?: boolean | undefined;
3010
3010
  }>>;
3011
3011
  }>, "strip", z.ZodTypeAny, {
@@ -3016,7 +3016,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3016
3016
  options?: {
3017
3017
  examplesLanguage?: string | undefined;
3018
3018
  disablePlayground?: boolean | undefined;
3019
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3019
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3020
3020
  expandAllTags?: boolean | undefined;
3021
3021
  } | undefined;
3022
3022
  navigationId?: string | undefined;
@@ -3032,7 +3032,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3032
3032
  options?: {
3033
3033
  examplesLanguage?: string | undefined;
3034
3034
  disablePlayground?: boolean | undefined;
3035
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3035
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3036
3036
  expandAllTags?: boolean | undefined;
3037
3037
  } | undefined;
3038
3038
  navigationId?: string | undefined;
@@ -3065,12 +3065,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3065
3065
  }, "strip", z.ZodTypeAny, {
3066
3066
  examplesLanguage?: string | undefined;
3067
3067
  disablePlayground?: boolean | undefined;
3068
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3068
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3069
3069
  expandAllTags?: boolean | undefined;
3070
3070
  }, {
3071
3071
  examplesLanguage?: string | undefined;
3072
3072
  disablePlayground?: boolean | undefined;
3073
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3073
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3074
3074
  expandAllTags?: boolean | undefined;
3075
3075
  }>>;
3076
3076
  }>, "strip", z.ZodTypeAny, {
@@ -3081,7 +3081,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3081
3081
  options?: {
3082
3082
  examplesLanguage?: string | undefined;
3083
3083
  disablePlayground?: boolean | undefined;
3084
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3084
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3085
3085
  expandAllTags?: boolean | undefined;
3086
3086
  } | undefined;
3087
3087
  navigationId?: string | undefined;
@@ -3097,7 +3097,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3097
3097
  options?: {
3098
3098
  examplesLanguage?: string | undefined;
3099
3099
  disablePlayground?: boolean | undefined;
3100
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3100
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3101
3101
  expandAllTags?: boolean | undefined;
3102
3102
  } | undefined;
3103
3103
  navigationId?: string | undefined;
@@ -3130,12 +3130,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3130
3130
  }, "strip", z.ZodTypeAny, {
3131
3131
  examplesLanguage?: string | undefined;
3132
3132
  disablePlayground?: boolean | undefined;
3133
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3133
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3134
3134
  expandAllTags?: boolean | undefined;
3135
3135
  }, {
3136
3136
  examplesLanguage?: string | undefined;
3137
3137
  disablePlayground?: boolean | undefined;
3138
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3138
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3139
3139
  expandAllTags?: boolean | undefined;
3140
3140
  }>>;
3141
3141
  }>, {
@@ -3148,7 +3148,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3148
3148
  options?: {
3149
3149
  examplesLanguage?: string | undefined;
3150
3150
  disablePlayground?: boolean | undefined;
3151
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3151
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3152
3152
  expandAllTags?: boolean | undefined;
3153
3153
  } | undefined;
3154
3154
  navigationId?: string | undefined;
@@ -3165,7 +3165,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3165
3165
  options?: {
3166
3166
  examplesLanguage?: string | undefined;
3167
3167
  disablePlayground?: boolean | undefined;
3168
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3168
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3169
3169
  expandAllTags?: boolean | undefined;
3170
3170
  } | undefined;
3171
3171
  navigationId?: string | undefined;
@@ -3199,12 +3199,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3199
3199
  }, "strip", z.ZodTypeAny, {
3200
3200
  examplesLanguage?: string | undefined;
3201
3201
  disablePlayground?: boolean | undefined;
3202
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3202
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3203
3203
  expandAllTags?: boolean | undefined;
3204
3204
  }, {
3205
3205
  examplesLanguage?: string | undefined;
3206
3206
  disablePlayground?: boolean | undefined;
3207
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3207
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3208
3208
  expandAllTags?: boolean | undefined;
3209
3209
  }>>;
3210
3210
  }>, "strip", z.ZodTypeAny, {
@@ -3215,7 +3215,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3215
3215
  options?: {
3216
3216
  examplesLanguage?: string | undefined;
3217
3217
  disablePlayground?: boolean | undefined;
3218
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3218
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3219
3219
  expandAllTags?: boolean | undefined;
3220
3220
  } | undefined;
3221
3221
  navigationId?: string | undefined;
@@ -3231,7 +3231,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3231
3231
  options?: {
3232
3232
  examplesLanguage?: string | undefined;
3233
3233
  disablePlayground?: boolean | undefined;
3234
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3234
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3235
3235
  expandAllTags?: boolean | undefined;
3236
3236
  } | undefined;
3237
3237
  navigationId?: string | undefined;
@@ -3388,12 +3388,12 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3388
3388
  }, "strip", z.ZodTypeAny, {
3389
3389
  examplesLanguage?: string | undefined;
3390
3390
  disablePlayground?: boolean | undefined;
3391
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3391
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3392
3392
  expandAllTags?: boolean | undefined;
3393
3393
  }, {
3394
3394
  examplesLanguage?: string | undefined;
3395
3395
  disablePlayground?: boolean | undefined;
3396
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3396
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3397
3397
  expandAllTags?: boolean | undefined;
3398
3398
  }>;
3399
3399
  /**
@@ -3404,7 +3404,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3404
3404
  apis: {
3405
3405
  examplesLanguage?: string | undefined;
3406
3406
  disablePlayground?: boolean | undefined;
3407
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3407
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3408
3408
  expandAllTags?: boolean | undefined;
3409
3409
  };
3410
3410
  examplesLanguage?: string | undefined;
@@ -3412,7 +3412,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3412
3412
  apis: {
3413
3413
  examplesLanguage?: string | undefined;
3414
3414
  disablePlayground?: boolean | undefined;
3415
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3415
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3416
3416
  expandAllTags?: boolean | undefined;
3417
3417
  };
3418
3418
  examplesLanguage?: string | undefined;
@@ -3441,7 +3441,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3441
3441
  apis: {
3442
3442
  examplesLanguage?: string | undefined;
3443
3443
  disablePlayground?: boolean | undefined;
3444
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3444
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3445
3445
  expandAllTags?: boolean | undefined;
3446
3446
  };
3447
3447
  examplesLanguage?: string | undefined;
@@ -3496,12 +3496,14 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3496
3496
  id: string;
3497
3497
  label: string;
3498
3498
  default?: string | undefined;
3499
- display?: "auth" | "anon" | "always" | undefined;
3499
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
3500
3500
  }[] | undefined;
3501
3501
  theme?: {
3502
3502
  dark?: {
3503
3503
  input?: string | undefined;
3504
3504
  radius?: string | undefined;
3505
+ destructive?: string | undefined;
3506
+ secondary?: string | undefined;
3505
3507
  popover?: string | undefined;
3506
3508
  border?: string | undefined;
3507
3509
  background?: string | undefined;
@@ -3511,19 +3513,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3511
3513
  popoverForeground?: string | undefined;
3512
3514
  primary?: string | undefined;
3513
3515
  primaryForeground?: string | undefined;
3514
- secondary?: string | undefined;
3515
3516
  secondaryForeground?: string | undefined;
3516
3517
  muted?: string | undefined;
3517
3518
  mutedForeground?: string | undefined;
3518
3519
  accent?: string | undefined;
3519
3520
  accentForeground?: string | undefined;
3520
- destructive?: string | undefined;
3521
3521
  destructiveForeground?: string | undefined;
3522
3522
  ring?: string | undefined;
3523
3523
  } | undefined;
3524
3524
  light?: {
3525
3525
  input?: string | undefined;
3526
3526
  radius?: string | undefined;
3527
+ destructive?: string | undefined;
3528
+ secondary?: string | undefined;
3527
3529
  popover?: string | undefined;
3528
3530
  border?: string | undefined;
3529
3531
  background?: string | undefined;
@@ -3533,13 +3535,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3533
3535
  popoverForeground?: string | undefined;
3534
3536
  primary?: string | undefined;
3535
3537
  primaryForeground?: string | undefined;
3536
- secondary?: string | undefined;
3537
3538
  secondaryForeground?: string | undefined;
3538
3539
  muted?: string | undefined;
3539
3540
  mutedForeground?: string | undefined;
3540
3541
  accent?: string | undefined;
3541
3542
  accentForeground?: string | undefined;
3542
- destructive?: string | undefined;
3543
3543
  destructiveForeground?: string | undefined;
3544
3544
  ring?: string | undefined;
3545
3545
  } | undefined;
@@ -3604,7 +3604,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3604
3604
  options?: {
3605
3605
  examplesLanguage?: string | undefined;
3606
3606
  disablePlayground?: boolean | undefined;
3607
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3607
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3608
3608
  expandAllTags?: boolean | undefined;
3609
3609
  } | undefined;
3610
3610
  navigationId?: string | undefined;
@@ -3620,7 +3620,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3620
3620
  options?: {
3621
3621
  examplesLanguage?: string | undefined;
3622
3622
  disablePlayground?: boolean | undefined;
3623
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3623
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3624
3624
  expandAllTags?: boolean | undefined;
3625
3625
  } | undefined;
3626
3626
  navigationId?: string | undefined;
@@ -3637,7 +3637,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3637
3637
  options?: {
3638
3638
  examplesLanguage?: string | undefined;
3639
3639
  disablePlayground?: boolean | undefined;
3640
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3640
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3641
3641
  expandAllTags?: boolean | undefined;
3642
3642
  } | undefined;
3643
3643
  navigationId?: string | undefined;
@@ -3653,7 +3653,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3653
3653
  options?: {
3654
3654
  examplesLanguage?: string | undefined;
3655
3655
  disablePlayground?: boolean | undefined;
3656
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3656
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3657
3657
  expandAllTags?: boolean | undefined;
3658
3658
  } | undefined;
3659
3659
  navigationId?: string | undefined;
@@ -3669,7 +3669,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3669
3669
  options?: {
3670
3670
  examplesLanguage?: string | undefined;
3671
3671
  disablePlayground?: boolean | undefined;
3672
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3672
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3673
3673
  expandAllTags?: boolean | undefined;
3674
3674
  } | undefined;
3675
3675
  navigationId?: string | undefined;
@@ -3686,7 +3686,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3686
3686
  options?: {
3687
3687
  examplesLanguage?: string | undefined;
3688
3688
  disablePlayground?: boolean | undefined;
3689
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3689
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3690
3690
  expandAllTags?: boolean | undefined;
3691
3691
  } | undefined;
3692
3692
  navigationId?: string | undefined;
@@ -3761,7 +3761,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3761
3761
  apis: {
3762
3762
  examplesLanguage?: string | undefined;
3763
3763
  disablePlayground?: boolean | undefined;
3764
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3764
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3765
3765
  expandAllTags?: boolean | undefined;
3766
3766
  };
3767
3767
  examplesLanguage?: string | undefined;
@@ -3816,12 +3816,14 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3816
3816
  id: string;
3817
3817
  label: string;
3818
3818
  default?: string | undefined;
3819
- display?: "auth" | "anon" | "always" | undefined;
3819
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
3820
3820
  }[] | undefined;
3821
3821
  theme?: {
3822
3822
  dark?: {
3823
3823
  input?: string | undefined;
3824
3824
  radius?: string | undefined;
3825
+ destructive?: string | undefined;
3826
+ secondary?: string | undefined;
3825
3827
  popover?: string | undefined;
3826
3828
  border?: string | undefined;
3827
3829
  background?: string | undefined;
@@ -3831,19 +3833,19 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3831
3833
  popoverForeground?: string | undefined;
3832
3834
  primary?: string | undefined;
3833
3835
  primaryForeground?: string | undefined;
3834
- secondary?: string | undefined;
3835
3836
  secondaryForeground?: string | undefined;
3836
3837
  muted?: string | undefined;
3837
3838
  mutedForeground?: string | undefined;
3838
3839
  accent?: string | undefined;
3839
3840
  accentForeground?: string | undefined;
3840
- destructive?: string | undefined;
3841
3841
  destructiveForeground?: string | undefined;
3842
3842
  ring?: string | undefined;
3843
3843
  } | undefined;
3844
3844
  light?: {
3845
3845
  input?: string | undefined;
3846
3846
  radius?: string | undefined;
3847
+ destructive?: string | undefined;
3848
+ secondary?: string | undefined;
3847
3849
  popover?: string | undefined;
3848
3850
  border?: string | undefined;
3849
3851
  background?: string | undefined;
@@ -3853,13 +3855,11 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3853
3855
  popoverForeground?: string | undefined;
3854
3856
  primary?: string | undefined;
3855
3857
  primaryForeground?: string | undefined;
3856
- secondary?: string | undefined;
3857
3858
  secondaryForeground?: string | undefined;
3858
3859
  muted?: string | undefined;
3859
3860
  mutedForeground?: string | undefined;
3860
3861
  accent?: string | undefined;
3861
3862
  accentForeground?: string | undefined;
3862
- destructive?: string | undefined;
3863
3863
  destructiveForeground?: string | undefined;
3864
3864
  ring?: string | undefined;
3865
3865
  } | undefined;
@@ -3924,7 +3924,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3924
3924
  options?: {
3925
3925
  examplesLanguage?: string | undefined;
3926
3926
  disablePlayground?: boolean | undefined;
3927
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3927
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3928
3928
  expandAllTags?: boolean | undefined;
3929
3929
  } | undefined;
3930
3930
  navigationId?: string | undefined;
@@ -3940,7 +3940,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3940
3940
  options?: {
3941
3941
  examplesLanguage?: string | undefined;
3942
3942
  disablePlayground?: boolean | undefined;
3943
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3943
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3944
3944
  expandAllTags?: boolean | undefined;
3945
3945
  } | undefined;
3946
3946
  navigationId?: string | undefined;
@@ -3957,7 +3957,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3957
3957
  options?: {
3958
3958
  examplesLanguage?: string | undefined;
3959
3959
  disablePlayground?: boolean | undefined;
3960
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3960
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3961
3961
  expandAllTags?: boolean | undefined;
3962
3962
  } | undefined;
3963
3963
  navigationId?: string | undefined;
@@ -3973,7 +3973,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3973
3973
  options?: {
3974
3974
  examplesLanguage?: string | undefined;
3975
3975
  disablePlayground?: boolean | undefined;
3976
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3976
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3977
3977
  expandAllTags?: boolean | undefined;
3978
3978
  } | undefined;
3979
3979
  navigationId?: string | undefined;
@@ -3989,7 +3989,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
3989
3989
  options?: {
3990
3990
  examplesLanguage?: string | undefined;
3991
3991
  disablePlayground?: boolean | undefined;
3992
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
3992
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
3993
3993
  expandAllTags?: boolean | undefined;
3994
3994
  } | undefined;
3995
3995
  navigationId?: string | undefined;
@@ -4006,7 +4006,7 @@ declare const CommonConfigSchemaPartial: z.ZodObject<{
4006
4006
  options?: {
4007
4007
  examplesLanguage?: string | undefined;
4008
4008
  disablePlayground?: boolean | undefined;
4009
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4009
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4010
4010
  expandAllTags?: boolean | undefined;
4011
4011
  } | undefined;
4012
4012
  navigationId?: string | undefined;
@@ -4172,17 +4172,17 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4172
4172
  label: z.ZodString;
4173
4173
  id: z.ZodString;
4174
4174
  default: z.ZodOptional<z.ZodString>;
4175
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
4175
+ display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
4176
4176
  }, "strip", z.ZodTypeAny, {
4177
4177
  id: string;
4178
4178
  label: string;
4179
4179
  default?: string | undefined;
4180
- display?: "auth" | "anon" | "always" | undefined;
4180
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
4181
4181
  }, {
4182
4182
  id: string;
4183
4183
  label: string;
4184
4184
  default?: string | undefined;
4185
- display?: "auth" | "anon" | "always" | undefined;
4185
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
4186
4186
  }>, "many">>;
4187
4187
  sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
4188
4188
  theme: z.ZodOptional<z.ZodObject<{
@@ -4210,6 +4210,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4210
4210
  }, "strip", z.ZodTypeAny, {
4211
4211
  input?: string | undefined;
4212
4212
  radius?: string | undefined;
4213
+ destructive?: string | undefined;
4214
+ secondary?: string | undefined;
4213
4215
  popover?: string | undefined;
4214
4216
  border?: string | undefined;
4215
4217
  background?: string | undefined;
@@ -4219,18 +4221,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4219
4221
  popoverForeground?: string | undefined;
4220
4222
  primary?: string | undefined;
4221
4223
  primaryForeground?: string | undefined;
4222
- secondary?: string | undefined;
4223
4224
  secondaryForeground?: string | undefined;
4224
4225
  muted?: string | undefined;
4225
4226
  mutedForeground?: string | undefined;
4226
4227
  accent?: string | undefined;
4227
4228
  accentForeground?: string | undefined;
4228
- destructive?: string | undefined;
4229
4229
  destructiveForeground?: string | undefined;
4230
4230
  ring?: string | undefined;
4231
4231
  }, {
4232
4232
  input?: string | undefined;
4233
4233
  radius?: string | undefined;
4234
+ destructive?: string | undefined;
4235
+ secondary?: string | undefined;
4234
4236
  popover?: string | undefined;
4235
4237
  border?: string | undefined;
4236
4238
  background?: string | undefined;
@@ -4240,13 +4242,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4240
4242
  popoverForeground?: string | undefined;
4241
4243
  primary?: string | undefined;
4242
4244
  primaryForeground?: string | undefined;
4243
- secondary?: string | undefined;
4244
4245
  secondaryForeground?: string | undefined;
4245
4246
  muted?: string | undefined;
4246
4247
  mutedForeground?: string | undefined;
4247
4248
  accent?: string | undefined;
4248
4249
  accentForeground?: string | undefined;
4249
- destructive?: string | undefined;
4250
4250
  destructiveForeground?: string | undefined;
4251
4251
  ring?: string | undefined;
4252
4252
  }>>;
@@ -4274,6 +4274,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4274
4274
  }, "strip", z.ZodTypeAny, {
4275
4275
  input?: string | undefined;
4276
4276
  radius?: string | undefined;
4277
+ destructive?: string | undefined;
4278
+ secondary?: string | undefined;
4277
4279
  popover?: string | undefined;
4278
4280
  border?: string | undefined;
4279
4281
  background?: string | undefined;
@@ -4283,18 +4285,18 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4283
4285
  popoverForeground?: string | undefined;
4284
4286
  primary?: string | undefined;
4285
4287
  primaryForeground?: string | undefined;
4286
- secondary?: string | undefined;
4287
4288
  secondaryForeground?: string | undefined;
4288
4289
  muted?: string | undefined;
4289
4290
  mutedForeground?: string | undefined;
4290
4291
  accent?: string | undefined;
4291
4292
  accentForeground?: string | undefined;
4292
- destructive?: string | undefined;
4293
4293
  destructiveForeground?: string | undefined;
4294
4294
  ring?: string | undefined;
4295
4295
  }, {
4296
4296
  input?: string | undefined;
4297
4297
  radius?: string | undefined;
4298
+ destructive?: string | undefined;
4299
+ secondary?: string | undefined;
4298
4300
  popover?: string | undefined;
4299
4301
  border?: string | undefined;
4300
4302
  background?: string | undefined;
@@ -4304,13 +4306,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4304
4306
  popoverForeground?: string | undefined;
4305
4307
  primary?: string | undefined;
4306
4308
  primaryForeground?: string | undefined;
4307
- secondary?: string | undefined;
4308
4309
  secondaryForeground?: string | undefined;
4309
4310
  muted?: string | undefined;
4310
4311
  mutedForeground?: string | undefined;
4311
4312
  accent?: string | undefined;
4312
4313
  accentForeground?: string | undefined;
4313
- destructive?: string | undefined;
4314
4314
  destructiveForeground?: string | undefined;
4315
4315
  ring?: string | undefined;
4316
4316
  }>>;
@@ -4358,6 +4358,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4358
4358
  dark?: {
4359
4359
  input?: string | undefined;
4360
4360
  radius?: string | undefined;
4361
+ destructive?: string | undefined;
4362
+ secondary?: string | undefined;
4361
4363
  popover?: string | undefined;
4362
4364
  border?: string | undefined;
4363
4365
  background?: string | undefined;
@@ -4367,19 +4369,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4367
4369
  popoverForeground?: string | undefined;
4368
4370
  primary?: string | undefined;
4369
4371
  primaryForeground?: string | undefined;
4370
- secondary?: string | undefined;
4371
4372
  secondaryForeground?: string | undefined;
4372
4373
  muted?: string | undefined;
4373
4374
  mutedForeground?: string | undefined;
4374
4375
  accent?: string | undefined;
4375
4376
  accentForeground?: string | undefined;
4376
- destructive?: string | undefined;
4377
4377
  destructiveForeground?: string | undefined;
4378
4378
  ring?: string | undefined;
4379
4379
  } | undefined;
4380
4380
  light?: {
4381
4381
  input?: string | undefined;
4382
4382
  radius?: string | undefined;
4383
+ destructive?: string | undefined;
4384
+ secondary?: string | undefined;
4383
4385
  popover?: string | undefined;
4384
4386
  border?: string | undefined;
4385
4387
  background?: string | undefined;
@@ -4389,13 +4391,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4389
4391
  popoverForeground?: string | undefined;
4390
4392
  primary?: string | undefined;
4391
4393
  primaryForeground?: string | undefined;
4392
- secondary?: string | undefined;
4393
4394
  secondaryForeground?: string | undefined;
4394
4395
  muted?: string | undefined;
4395
4396
  mutedForeground?: string | undefined;
4396
4397
  accent?: string | undefined;
4397
4398
  accentForeground?: string | undefined;
4398
- destructive?: string | undefined;
4399
4399
  destructiveForeground?: string | undefined;
4400
4400
  ring?: string | undefined;
4401
4401
  } | undefined;
@@ -4413,6 +4413,8 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4413
4413
  dark?: {
4414
4414
  input?: string | undefined;
4415
4415
  radius?: string | undefined;
4416
+ destructive?: string | undefined;
4417
+ secondary?: string | undefined;
4416
4418
  popover?: string | undefined;
4417
4419
  border?: string | undefined;
4418
4420
  background?: string | undefined;
@@ -4422,19 +4424,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4422
4424
  popoverForeground?: string | undefined;
4423
4425
  primary?: string | undefined;
4424
4426
  primaryForeground?: string | undefined;
4425
- secondary?: string | undefined;
4426
4427
  secondaryForeground?: string | undefined;
4427
4428
  muted?: string | undefined;
4428
4429
  mutedForeground?: string | undefined;
4429
4430
  accent?: string | undefined;
4430
4431
  accentForeground?: string | undefined;
4431
- destructive?: string | undefined;
4432
4432
  destructiveForeground?: string | undefined;
4433
4433
  ring?: string | undefined;
4434
4434
  } | undefined;
4435
4435
  light?: {
4436
4436
  input?: string | undefined;
4437
4437
  radius?: string | undefined;
4438
+ destructive?: string | undefined;
4439
+ secondary?: string | undefined;
4438
4440
  popover?: string | undefined;
4439
4441
  border?: string | undefined;
4440
4442
  background?: string | undefined;
@@ -4444,13 +4446,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4444
4446
  popoverForeground?: string | undefined;
4445
4447
  primary?: string | undefined;
4446
4448
  primaryForeground?: string | undefined;
4447
- secondary?: string | undefined;
4448
4449
  secondaryForeground?: string | undefined;
4449
4450
  muted?: string | undefined;
4450
4451
  mutedForeground?: string | undefined;
4451
4452
  accent?: string | undefined;
4452
4453
  accentForeground?: string | undefined;
4453
- destructive?: string | undefined;
4454
4454
  destructiveForeground?: string | undefined;
4455
4455
  ring?: string | undefined;
4456
4456
  } | undefined;
@@ -4735,12 +4735,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4735
4735
  }, "strip", z.ZodTypeAny, {
4736
4736
  examplesLanguage?: string | undefined;
4737
4737
  disablePlayground?: boolean | undefined;
4738
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4738
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4739
4739
  expandAllTags?: boolean | undefined;
4740
4740
  }, {
4741
4741
  examplesLanguage?: string | undefined;
4742
4742
  disablePlayground?: boolean | undefined;
4743
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4743
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4744
4744
  expandAllTags?: boolean | undefined;
4745
4745
  }>>;
4746
4746
  }>, "strip", z.ZodTypeAny, {
@@ -4751,7 +4751,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4751
4751
  options?: {
4752
4752
  examplesLanguage?: string | undefined;
4753
4753
  disablePlayground?: boolean | undefined;
4754
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4754
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4755
4755
  expandAllTags?: boolean | undefined;
4756
4756
  } | undefined;
4757
4757
  navigationId?: string | undefined;
@@ -4767,7 +4767,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4767
4767
  options?: {
4768
4768
  examplesLanguage?: string | undefined;
4769
4769
  disablePlayground?: boolean | undefined;
4770
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4770
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4771
4771
  expandAllTags?: boolean | undefined;
4772
4772
  } | undefined;
4773
4773
  navigationId?: string | undefined;
@@ -4800,12 +4800,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4800
4800
  }, "strip", z.ZodTypeAny, {
4801
4801
  examplesLanguage?: string | undefined;
4802
4802
  disablePlayground?: boolean | undefined;
4803
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4803
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4804
4804
  expandAllTags?: boolean | undefined;
4805
4805
  }, {
4806
4806
  examplesLanguage?: string | undefined;
4807
4807
  disablePlayground?: boolean | undefined;
4808
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4808
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4809
4809
  expandAllTags?: boolean | undefined;
4810
4810
  }>>;
4811
4811
  }>, {
@@ -4818,7 +4818,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4818
4818
  options?: {
4819
4819
  examplesLanguage?: string | undefined;
4820
4820
  disablePlayground?: boolean | undefined;
4821
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4821
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4822
4822
  expandAllTags?: boolean | undefined;
4823
4823
  } | undefined;
4824
4824
  navigationId?: string | undefined;
@@ -4835,7 +4835,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4835
4835
  options?: {
4836
4836
  examplesLanguage?: string | undefined;
4837
4837
  disablePlayground?: boolean | undefined;
4838
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4838
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4839
4839
  expandAllTags?: boolean | undefined;
4840
4840
  } | undefined;
4841
4841
  navigationId?: string | undefined;
@@ -4869,12 +4869,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4869
4869
  }, "strip", z.ZodTypeAny, {
4870
4870
  examplesLanguage?: string | undefined;
4871
4871
  disablePlayground?: boolean | undefined;
4872
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4872
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4873
4873
  expandAllTags?: boolean | undefined;
4874
4874
  }, {
4875
4875
  examplesLanguage?: string | undefined;
4876
4876
  disablePlayground?: boolean | undefined;
4877
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4877
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4878
4878
  expandAllTags?: boolean | undefined;
4879
4879
  }>>;
4880
4880
  }>, "strip", z.ZodTypeAny, {
@@ -4885,7 +4885,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4885
4885
  options?: {
4886
4886
  examplesLanguage?: string | undefined;
4887
4887
  disablePlayground?: boolean | undefined;
4888
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4888
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4889
4889
  expandAllTags?: boolean | undefined;
4890
4890
  } | undefined;
4891
4891
  navigationId?: string | undefined;
@@ -4901,7 +4901,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4901
4901
  options?: {
4902
4902
  examplesLanguage?: string | undefined;
4903
4903
  disablePlayground?: boolean | undefined;
4904
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4904
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4905
4905
  expandAllTags?: boolean | undefined;
4906
4906
  } | undefined;
4907
4907
  navigationId?: string | undefined;
@@ -4934,12 +4934,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4934
4934
  }, "strip", z.ZodTypeAny, {
4935
4935
  examplesLanguage?: string | undefined;
4936
4936
  disablePlayground?: boolean | undefined;
4937
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4937
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4938
4938
  expandAllTags?: boolean | undefined;
4939
4939
  }, {
4940
4940
  examplesLanguage?: string | undefined;
4941
4941
  disablePlayground?: boolean | undefined;
4942
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4942
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4943
4943
  expandAllTags?: boolean | undefined;
4944
4944
  }>>;
4945
4945
  }>, "strip", z.ZodTypeAny, {
@@ -4950,7 +4950,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4950
4950
  options?: {
4951
4951
  examplesLanguage?: string | undefined;
4952
4952
  disablePlayground?: boolean | undefined;
4953
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4953
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4954
4954
  expandAllTags?: boolean | undefined;
4955
4955
  } | undefined;
4956
4956
  navigationId?: string | undefined;
@@ -4966,7 +4966,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4966
4966
  options?: {
4967
4967
  examplesLanguage?: string | undefined;
4968
4968
  disablePlayground?: boolean | undefined;
4969
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
4969
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
4970
4970
  expandAllTags?: boolean | undefined;
4971
4971
  } | undefined;
4972
4972
  navigationId?: string | undefined;
@@ -4999,12 +4999,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
4999
4999
  }, "strip", z.ZodTypeAny, {
5000
5000
  examplesLanguage?: string | undefined;
5001
5001
  disablePlayground?: boolean | undefined;
5002
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5002
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5003
5003
  expandAllTags?: boolean | undefined;
5004
5004
  }, {
5005
5005
  examplesLanguage?: string | undefined;
5006
5006
  disablePlayground?: boolean | undefined;
5007
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5007
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5008
5008
  expandAllTags?: boolean | undefined;
5009
5009
  }>>;
5010
5010
  }>, {
@@ -5017,7 +5017,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5017
5017
  options?: {
5018
5018
  examplesLanguage?: string | undefined;
5019
5019
  disablePlayground?: boolean | undefined;
5020
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5020
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5021
5021
  expandAllTags?: boolean | undefined;
5022
5022
  } | undefined;
5023
5023
  navigationId?: string | undefined;
@@ -5034,7 +5034,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5034
5034
  options?: {
5035
5035
  examplesLanguage?: string | undefined;
5036
5036
  disablePlayground?: boolean | undefined;
5037
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5037
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5038
5038
  expandAllTags?: boolean | undefined;
5039
5039
  } | undefined;
5040
5040
  navigationId?: string | undefined;
@@ -5068,12 +5068,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5068
5068
  }, "strip", z.ZodTypeAny, {
5069
5069
  examplesLanguage?: string | undefined;
5070
5070
  disablePlayground?: boolean | undefined;
5071
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5071
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5072
5072
  expandAllTags?: boolean | undefined;
5073
5073
  }, {
5074
5074
  examplesLanguage?: string | undefined;
5075
5075
  disablePlayground?: boolean | undefined;
5076
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5076
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5077
5077
  expandAllTags?: boolean | undefined;
5078
5078
  }>>;
5079
5079
  }>, "strip", z.ZodTypeAny, {
@@ -5084,7 +5084,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5084
5084
  options?: {
5085
5085
  examplesLanguage?: string | undefined;
5086
5086
  disablePlayground?: boolean | undefined;
5087
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5087
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5088
5088
  expandAllTags?: boolean | undefined;
5089
5089
  } | undefined;
5090
5090
  navigationId?: string | undefined;
@@ -5100,7 +5100,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5100
5100
  options?: {
5101
5101
  examplesLanguage?: string | undefined;
5102
5102
  disablePlayground?: boolean | undefined;
5103
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5103
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5104
5104
  expandAllTags?: boolean | undefined;
5105
5105
  } | undefined;
5106
5106
  navigationId?: string | undefined;
@@ -5257,12 +5257,12 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5257
5257
  }, "strip", z.ZodTypeAny, {
5258
5258
  examplesLanguage?: string | undefined;
5259
5259
  disablePlayground?: boolean | undefined;
5260
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5260
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5261
5261
  expandAllTags?: boolean | undefined;
5262
5262
  }, {
5263
5263
  examplesLanguage?: string | undefined;
5264
5264
  disablePlayground?: boolean | undefined;
5265
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5265
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5266
5266
  expandAllTags?: boolean | undefined;
5267
5267
  }>;
5268
5268
  /**
@@ -5273,7 +5273,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5273
5273
  apis: {
5274
5274
  examplesLanguage?: string | undefined;
5275
5275
  disablePlayground?: boolean | undefined;
5276
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5276
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5277
5277
  expandAllTags?: boolean | undefined;
5278
5278
  };
5279
5279
  examplesLanguage?: string | undefined;
@@ -5281,7 +5281,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5281
5281
  apis: {
5282
5282
  examplesLanguage?: string | undefined;
5283
5283
  disablePlayground?: boolean | undefined;
5284
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5284
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5285
5285
  expandAllTags?: boolean | undefined;
5286
5286
  };
5287
5287
  examplesLanguage?: string | undefined;
@@ -5310,7 +5310,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5310
5310
  apis: {
5311
5311
  examplesLanguage?: string | undefined;
5312
5312
  disablePlayground?: boolean | undefined;
5313
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5313
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5314
5314
  expandAllTags?: boolean | undefined;
5315
5315
  };
5316
5316
  examplesLanguage?: string | undefined;
@@ -5365,12 +5365,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5365
5365
  id: string;
5366
5366
  label: string;
5367
5367
  default?: string | undefined;
5368
- display?: "auth" | "anon" | "always" | undefined;
5368
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
5369
5369
  }[] | undefined;
5370
5370
  theme?: {
5371
5371
  dark?: {
5372
5372
  input?: string | undefined;
5373
5373
  radius?: string | undefined;
5374
+ destructive?: string | undefined;
5375
+ secondary?: string | undefined;
5374
5376
  popover?: string | undefined;
5375
5377
  border?: string | undefined;
5376
5378
  background?: string | undefined;
@@ -5380,19 +5382,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5380
5382
  popoverForeground?: string | undefined;
5381
5383
  primary?: string | undefined;
5382
5384
  primaryForeground?: string | undefined;
5383
- secondary?: string | undefined;
5384
5385
  secondaryForeground?: string | undefined;
5385
5386
  muted?: string | undefined;
5386
5387
  mutedForeground?: string | undefined;
5387
5388
  accent?: string | undefined;
5388
5389
  accentForeground?: string | undefined;
5389
- destructive?: string | undefined;
5390
5390
  destructiveForeground?: string | undefined;
5391
5391
  ring?: string | undefined;
5392
5392
  } | undefined;
5393
5393
  light?: {
5394
5394
  input?: string | undefined;
5395
5395
  radius?: string | undefined;
5396
+ destructive?: string | undefined;
5397
+ secondary?: string | undefined;
5396
5398
  popover?: string | undefined;
5397
5399
  border?: string | undefined;
5398
5400
  background?: string | undefined;
@@ -5402,13 +5404,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5402
5404
  popoverForeground?: string | undefined;
5403
5405
  primary?: string | undefined;
5404
5406
  primaryForeground?: string | undefined;
5405
- secondary?: string | undefined;
5406
5407
  secondaryForeground?: string | undefined;
5407
5408
  muted?: string | undefined;
5408
5409
  mutedForeground?: string | undefined;
5409
5410
  accent?: string | undefined;
5410
5411
  accentForeground?: string | undefined;
5411
- destructive?: string | undefined;
5412
5412
  destructiveForeground?: string | undefined;
5413
5413
  ring?: string | undefined;
5414
5414
  } | undefined;
@@ -5473,7 +5473,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5473
5473
  options?: {
5474
5474
  examplesLanguage?: string | undefined;
5475
5475
  disablePlayground?: boolean | undefined;
5476
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5476
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5477
5477
  expandAllTags?: boolean | undefined;
5478
5478
  } | undefined;
5479
5479
  navigationId?: string | undefined;
@@ -5489,7 +5489,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5489
5489
  options?: {
5490
5490
  examplesLanguage?: string | undefined;
5491
5491
  disablePlayground?: boolean | undefined;
5492
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5492
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5493
5493
  expandAllTags?: boolean | undefined;
5494
5494
  } | undefined;
5495
5495
  navigationId?: string | undefined;
@@ -5506,7 +5506,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5506
5506
  options?: {
5507
5507
  examplesLanguage?: string | undefined;
5508
5508
  disablePlayground?: boolean | undefined;
5509
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5509
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5510
5510
  expandAllTags?: boolean | undefined;
5511
5511
  } | undefined;
5512
5512
  navigationId?: string | undefined;
@@ -5522,7 +5522,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5522
5522
  options?: {
5523
5523
  examplesLanguage?: string | undefined;
5524
5524
  disablePlayground?: boolean | undefined;
5525
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5525
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5526
5526
  expandAllTags?: boolean | undefined;
5527
5527
  } | undefined;
5528
5528
  navigationId?: string | undefined;
@@ -5538,7 +5538,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5538
5538
  options?: {
5539
5539
  examplesLanguage?: string | undefined;
5540
5540
  disablePlayground?: boolean | undefined;
5541
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5541
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5542
5542
  expandAllTags?: boolean | undefined;
5543
5543
  } | undefined;
5544
5544
  navigationId?: string | undefined;
@@ -5555,7 +5555,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5555
5555
  options?: {
5556
5556
  examplesLanguage?: string | undefined;
5557
5557
  disablePlayground?: boolean | undefined;
5558
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5558
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5559
5559
  expandAllTags?: boolean | undefined;
5560
5560
  } | undefined;
5561
5561
  navigationId?: string | undefined;
@@ -5630,7 +5630,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5630
5630
  apis: {
5631
5631
  examplesLanguage?: string | undefined;
5632
5632
  disablePlayground?: boolean | undefined;
5633
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5633
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5634
5634
  expandAllTags?: boolean | undefined;
5635
5635
  };
5636
5636
  examplesLanguage?: string | undefined;
@@ -5685,12 +5685,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5685
5685
  id: string;
5686
5686
  label: string;
5687
5687
  default?: string | undefined;
5688
- display?: "auth" | "anon" | "always" | undefined;
5688
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
5689
5689
  }[] | undefined;
5690
5690
  theme?: {
5691
5691
  dark?: {
5692
5692
  input?: string | undefined;
5693
5693
  radius?: string | undefined;
5694
+ destructive?: string | undefined;
5695
+ secondary?: string | undefined;
5694
5696
  popover?: string | undefined;
5695
5697
  border?: string | undefined;
5696
5698
  background?: string | undefined;
@@ -5700,19 +5702,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5700
5702
  popoverForeground?: string | undefined;
5701
5703
  primary?: string | undefined;
5702
5704
  primaryForeground?: string | undefined;
5703
- secondary?: string | undefined;
5704
5705
  secondaryForeground?: string | undefined;
5705
5706
  muted?: string | undefined;
5706
5707
  mutedForeground?: string | undefined;
5707
5708
  accent?: string | undefined;
5708
5709
  accentForeground?: string | undefined;
5709
- destructive?: string | undefined;
5710
5710
  destructiveForeground?: string | undefined;
5711
5711
  ring?: string | undefined;
5712
5712
  } | undefined;
5713
5713
  light?: {
5714
5714
  input?: string | undefined;
5715
5715
  radius?: string | undefined;
5716
+ destructive?: string | undefined;
5717
+ secondary?: string | undefined;
5716
5718
  popover?: string | undefined;
5717
5719
  border?: string | undefined;
5718
5720
  background?: string | undefined;
@@ -5722,13 +5724,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5722
5724
  popoverForeground?: string | undefined;
5723
5725
  primary?: string | undefined;
5724
5726
  primaryForeground?: string | undefined;
5725
- secondary?: string | undefined;
5726
5727
  secondaryForeground?: string | undefined;
5727
5728
  muted?: string | undefined;
5728
5729
  mutedForeground?: string | undefined;
5729
5730
  accent?: string | undefined;
5730
5731
  accentForeground?: string | undefined;
5731
- destructive?: string | undefined;
5732
5732
  destructiveForeground?: string | undefined;
5733
5733
  ring?: string | undefined;
5734
5734
  } | undefined;
@@ -5793,7 +5793,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5793
5793
  options?: {
5794
5794
  examplesLanguage?: string | undefined;
5795
5795
  disablePlayground?: boolean | undefined;
5796
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5796
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5797
5797
  expandAllTags?: boolean | undefined;
5798
5798
  } | undefined;
5799
5799
  navigationId?: string | undefined;
@@ -5809,7 +5809,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5809
5809
  options?: {
5810
5810
  examplesLanguage?: string | undefined;
5811
5811
  disablePlayground?: boolean | undefined;
5812
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5812
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5813
5813
  expandAllTags?: boolean | undefined;
5814
5814
  } | undefined;
5815
5815
  navigationId?: string | undefined;
@@ -5826,7 +5826,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5826
5826
  options?: {
5827
5827
  examplesLanguage?: string | undefined;
5828
5828
  disablePlayground?: boolean | undefined;
5829
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5829
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5830
5830
  expandAllTags?: boolean | undefined;
5831
5831
  } | undefined;
5832
5832
  navigationId?: string | undefined;
@@ -5842,7 +5842,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5842
5842
  options?: {
5843
5843
  examplesLanguage?: string | undefined;
5844
5844
  disablePlayground?: boolean | undefined;
5845
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5845
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5846
5846
  expandAllTags?: boolean | undefined;
5847
5847
  } | undefined;
5848
5848
  navigationId?: string | undefined;
@@ -5858,7 +5858,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5858
5858
  options?: {
5859
5859
  examplesLanguage?: string | undefined;
5860
5860
  disablePlayground?: boolean | undefined;
5861
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5861
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5862
5862
  expandAllTags?: boolean | undefined;
5863
5863
  } | undefined;
5864
5864
  navigationId?: string | undefined;
@@ -5875,7 +5875,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5875
5875
  options?: {
5876
5876
  examplesLanguage?: string | undefined;
5877
5877
  disablePlayground?: boolean | undefined;
5878
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5878
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5879
5879
  expandAllTags?: boolean | undefined;
5880
5880
  } | undefined;
5881
5881
  navigationId?: string | undefined;
@@ -5950,7 +5950,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
5950
5950
  apis: {
5951
5951
  examplesLanguage?: string | undefined;
5952
5952
  disablePlayground?: boolean | undefined;
5953
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
5953
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
5954
5954
  expandAllTags?: boolean | undefined;
5955
5955
  };
5956
5956
  examplesLanguage?: string | undefined;
@@ -6005,12 +6005,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6005
6005
  id: string;
6006
6006
  label: string;
6007
6007
  default?: string | undefined;
6008
- display?: "auth" | "anon" | "always" | undefined;
6008
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
6009
6009
  }[] | undefined;
6010
6010
  theme?: {
6011
6011
  dark?: {
6012
6012
  input?: string | undefined;
6013
6013
  radius?: string | undefined;
6014
+ destructive?: string | undefined;
6015
+ secondary?: string | undefined;
6014
6016
  popover?: string | undefined;
6015
6017
  border?: string | undefined;
6016
6018
  background?: string | undefined;
@@ -6020,19 +6022,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6020
6022
  popoverForeground?: string | undefined;
6021
6023
  primary?: string | undefined;
6022
6024
  primaryForeground?: string | undefined;
6023
- secondary?: string | undefined;
6024
6025
  secondaryForeground?: string | undefined;
6025
6026
  muted?: string | undefined;
6026
6027
  mutedForeground?: string | undefined;
6027
6028
  accent?: string | undefined;
6028
6029
  accentForeground?: string | undefined;
6029
- destructive?: string | undefined;
6030
6030
  destructiveForeground?: string | undefined;
6031
6031
  ring?: string | undefined;
6032
6032
  } | undefined;
6033
6033
  light?: {
6034
6034
  input?: string | undefined;
6035
6035
  radius?: string | undefined;
6036
+ destructive?: string | undefined;
6037
+ secondary?: string | undefined;
6036
6038
  popover?: string | undefined;
6037
6039
  border?: string | undefined;
6038
6040
  background?: string | undefined;
@@ -6042,13 +6044,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6042
6044
  popoverForeground?: string | undefined;
6043
6045
  primary?: string | undefined;
6044
6046
  primaryForeground?: string | undefined;
6045
- secondary?: string | undefined;
6046
6047
  secondaryForeground?: string | undefined;
6047
6048
  muted?: string | undefined;
6048
6049
  mutedForeground?: string | undefined;
6049
6050
  accent?: string | undefined;
6050
6051
  accentForeground?: string | undefined;
6051
- destructive?: string | undefined;
6052
6052
  destructiveForeground?: string | undefined;
6053
6053
  ring?: string | undefined;
6054
6054
  } | undefined;
@@ -6113,7 +6113,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6113
6113
  options?: {
6114
6114
  examplesLanguage?: string | undefined;
6115
6115
  disablePlayground?: boolean | undefined;
6116
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6116
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6117
6117
  expandAllTags?: boolean | undefined;
6118
6118
  } | undefined;
6119
6119
  navigationId?: string | undefined;
@@ -6129,7 +6129,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6129
6129
  options?: {
6130
6130
  examplesLanguage?: string | undefined;
6131
6131
  disablePlayground?: boolean | undefined;
6132
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6132
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6133
6133
  expandAllTags?: boolean | undefined;
6134
6134
  } | undefined;
6135
6135
  navigationId?: string | undefined;
@@ -6146,7 +6146,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6146
6146
  options?: {
6147
6147
  examplesLanguage?: string | undefined;
6148
6148
  disablePlayground?: boolean | undefined;
6149
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6149
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6150
6150
  expandAllTags?: boolean | undefined;
6151
6151
  } | undefined;
6152
6152
  navigationId?: string | undefined;
@@ -6162,7 +6162,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6162
6162
  options?: {
6163
6163
  examplesLanguage?: string | undefined;
6164
6164
  disablePlayground?: boolean | undefined;
6165
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6165
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6166
6166
  expandAllTags?: boolean | undefined;
6167
6167
  } | undefined;
6168
6168
  navigationId?: string | undefined;
@@ -6178,7 +6178,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6178
6178
  options?: {
6179
6179
  examplesLanguage?: string | undefined;
6180
6180
  disablePlayground?: boolean | undefined;
6181
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6181
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6182
6182
  expandAllTags?: boolean | undefined;
6183
6183
  } | undefined;
6184
6184
  navigationId?: string | undefined;
@@ -6195,7 +6195,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6195
6195
  options?: {
6196
6196
  examplesLanguage?: string | undefined;
6197
6197
  disablePlayground?: boolean | undefined;
6198
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6198
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6199
6199
  expandAllTags?: boolean | undefined;
6200
6200
  } | undefined;
6201
6201
  navigationId?: string | undefined;
@@ -6270,7 +6270,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6270
6270
  apis: {
6271
6271
  examplesLanguage?: string | undefined;
6272
6272
  disablePlayground?: boolean | undefined;
6273
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6273
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6274
6274
  expandAllTags?: boolean | undefined;
6275
6275
  };
6276
6276
  examplesLanguage?: string | undefined;
@@ -6325,12 +6325,14 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6325
6325
  id: string;
6326
6326
  label: string;
6327
6327
  default?: string | undefined;
6328
- display?: "auth" | "anon" | "always" | undefined;
6328
+ display?: "hide" | "auth" | "anon" | "always" | undefined;
6329
6329
  }[] | undefined;
6330
6330
  theme?: {
6331
6331
  dark?: {
6332
6332
  input?: string | undefined;
6333
6333
  radius?: string | undefined;
6334
+ destructive?: string | undefined;
6335
+ secondary?: string | undefined;
6334
6336
  popover?: string | undefined;
6335
6337
  border?: string | undefined;
6336
6338
  background?: string | undefined;
@@ -6340,19 +6342,19 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6340
6342
  popoverForeground?: string | undefined;
6341
6343
  primary?: string | undefined;
6342
6344
  primaryForeground?: string | undefined;
6343
- secondary?: string | undefined;
6344
6345
  secondaryForeground?: string | undefined;
6345
6346
  muted?: string | undefined;
6346
6347
  mutedForeground?: string | undefined;
6347
6348
  accent?: string | undefined;
6348
6349
  accentForeground?: string | undefined;
6349
- destructive?: string | undefined;
6350
6350
  destructiveForeground?: string | undefined;
6351
6351
  ring?: string | undefined;
6352
6352
  } | undefined;
6353
6353
  light?: {
6354
6354
  input?: string | undefined;
6355
6355
  radius?: string | undefined;
6356
+ destructive?: string | undefined;
6357
+ secondary?: string | undefined;
6356
6358
  popover?: string | undefined;
6357
6359
  border?: string | undefined;
6358
6360
  background?: string | undefined;
@@ -6362,13 +6364,11 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6362
6364
  popoverForeground?: string | undefined;
6363
6365
  primary?: string | undefined;
6364
6366
  primaryForeground?: string | undefined;
6365
- secondary?: string | undefined;
6366
6367
  secondaryForeground?: string | undefined;
6367
6368
  muted?: string | undefined;
6368
6369
  mutedForeground?: string | undefined;
6369
6370
  accent?: string | undefined;
6370
6371
  accentForeground?: string | undefined;
6371
- destructive?: string | undefined;
6372
6372
  destructiveForeground?: string | undefined;
6373
6373
  ring?: string | undefined;
6374
6374
  } | undefined;
@@ -6433,7 +6433,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6433
6433
  options?: {
6434
6434
  examplesLanguage?: string | undefined;
6435
6435
  disablePlayground?: boolean | undefined;
6436
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6436
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6437
6437
  expandAllTags?: boolean | undefined;
6438
6438
  } | undefined;
6439
6439
  navigationId?: string | undefined;
@@ -6449,7 +6449,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6449
6449
  options?: {
6450
6450
  examplesLanguage?: string | undefined;
6451
6451
  disablePlayground?: boolean | undefined;
6452
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6452
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6453
6453
  expandAllTags?: boolean | undefined;
6454
6454
  } | undefined;
6455
6455
  navigationId?: string | undefined;
@@ -6466,7 +6466,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6466
6466
  options?: {
6467
6467
  examplesLanguage?: string | undefined;
6468
6468
  disablePlayground?: boolean | undefined;
6469
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6469
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6470
6470
  expandAllTags?: boolean | undefined;
6471
6471
  } | undefined;
6472
6472
  navigationId?: string | undefined;
@@ -6482,7 +6482,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6482
6482
  options?: {
6483
6483
  examplesLanguage?: string | undefined;
6484
6484
  disablePlayground?: boolean | undefined;
6485
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6485
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6486
6486
  expandAllTags?: boolean | undefined;
6487
6487
  } | undefined;
6488
6488
  navigationId?: string | undefined;
@@ -6498,7 +6498,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6498
6498
  options?: {
6499
6499
  examplesLanguage?: string | undefined;
6500
6500
  disablePlayground?: boolean | undefined;
6501
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6501
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6502
6502
  expandAllTags?: boolean | undefined;
6503
6503
  } | undefined;
6504
6504
  navigationId?: string | undefined;
@@ -6515,7 +6515,7 @@ export declare const CommonConfig: z.ZodEffects<z.ZodObject<{
6515
6515
  options?: {
6516
6516
  examplesLanguage?: string | undefined;
6517
6517
  disablePlayground?: boolean | undefined;
6518
- showVersionSelect?: "always" | "hide" | "if-available" | undefined;
6518
+ showVersionSelect?: "hide" | "always" | "if-available" | undefined;
6519
6519
  expandAllTags?: boolean | undefined;
6520
6520
  } | undefined;
6521
6521
  navigationId?: string | undefined;