zudoku 0.35.6 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/app/entry.server.js +5 -1
- package/dist/app/entry.server.js.map +1 -1
- package/dist/config/validators/common.d.ts +428 -428
- package/dist/config/validators/common.js +12 -7
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +158 -158
- package/dist/lib/components/InlineCode.d.ts +2 -1
- package/dist/lib/components/InlineCode.js +1 -1
- package/dist/lib/components/InlineCode.js.map +1 -1
- package/dist/lib/components/Layout.js +3 -14
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +1 -1
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +2 -2
- package/dist/lib/components/TopNavigation.js +9 -12
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Zudoku.js +3 -1
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/cache.d.ts +7 -0
- package/dist/lib/components/cache.js +7 -0
- package/dist/lib/components/cache.js.map +1 -1
- package/dist/lib/components/context/ViewportAnchorContext.js +3 -6
- package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +2 -2
- package/dist/lib/components/context/ZudokuContext.js +13 -7
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.d.ts +2 -2
- package/dist/lib/components/navigation/SidebarCategory.js +10 -6
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +2 -2
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +8 -6
- package/dist/lib/core/ZudokuContext.js +4 -2
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +3 -3
- package/dist/lib/hooks/useEvent.test.js +1 -1
- package/dist/lib/hooks/useEvent.test.js.map +1 -1
- package/dist/lib/oas/graphql/index.d.ts +13 -2
- package/dist/lib/oas/graphql/index.js +59 -39
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +19 -5
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.js +12 -4
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +2 -2
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js +2 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +4 -4
- package/dist/lib/plugins/openapi/graphql/gql.js +3 -3
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +33 -44
- package/dist/lib/plugins/openapi/graphql/graphql.js +19 -29
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.d.ts +5 -10
- package/dist/lib/plugins/openapi/index.js +29 -60
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -1
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +13 -6
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/util/createSidebarCategory.js +5 -7
- package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +1 -1
- package/dist/lib/ui/Badge.d.ts +1 -1
- package/dist/lib/ui/Button.d.ts +1 -1
- package/dist/lib/ui/Button.js +1 -1
- package/dist/lib/ui/Button.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +6 -6
- package/dist/lib/util/joinPath.d.ts +3 -0
- package/dist/lib/util/joinPath.js +3 -0
- package/dist/lib/util/joinPath.js.map +1 -1
- package/dist/lib/util/traverse.js +2 -2
- package/dist/lib/util/traverse.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +2 -0
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +19 -4
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +61 -0
- package/dist/vite/api/schema-codegen.test.js.map +1 -1
- package/dist/vite/config.js +1 -1
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/plugin-api.js +4 -12
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +1 -1
- package/dist/vite/plugin-docs.js +18 -1
- package/dist/vite/plugin-docs.js.map +1 -1
- package/lib/{AuthenticationPlugin-4ip08maU.js → AuthenticationPlugin-Cij2tPWa.js} +2 -2
- package/lib/{AuthenticationPlugin-4ip08maU.js.map → AuthenticationPlugin-Cij2tPWa.js.map} +1 -1
- package/lib/{Spinner-C6n4eOvh.js → Button-Fp19CMUr.js} +15 -18
- package/lib/Button-Fp19CMUr.js.map +1 -0
- package/lib/{Markdown-C0eXdzGn.js → Markdown-DT5Rrq8_.js} +3526 -3264
- package/lib/Markdown-DT5Rrq8_.js.map +1 -0
- package/lib/{MdxPage-BKkG1cm1.js → MdxPage-D2rD1vC4.js} +3 -3
- package/lib/{MdxPage-BKkG1cm1.js.map → MdxPage-D2rD1vC4.js.map} +1 -1
- package/lib/{OasProvider-CwhKwrwl.js → OasProvider-DdEBf2qS.js} +3 -3
- package/lib/{OasProvider-CwhKwrwl.js.map → OasProvider-DdEBf2qS.js.map} +1 -1
- package/lib/{OperationList-DGYoFitT.js → OperationList-DT4-gm_S.js} +1122 -1093
- package/lib/OperationList-DT4-gm_S.js.map +1 -0
- package/lib/{Select-FAYHOYTy.js → Select-z1Lwl0-J.js} +3 -3
- package/lib/{Select-FAYHOYTy.js.map → Select-z1Lwl0-J.js.map} +1 -1
- package/lib/{SlotletProvider-BJC58V32.js → SlotletProvider-D8OBnr77.js} +2 -2
- package/lib/{SlotletProvider-BJC58V32.js.map → SlotletProvider-D8OBnr77.js.map} +1 -1
- package/lib/Spinner-CE68iCm0.js +7 -0
- package/lib/Spinner-CE68iCm0.js.map +1 -0
- package/lib/{circular-v7K6lDDh.js → circular-ByJI6Mci.js} +4887 -4419
- package/lib/circular-ByJI6Mci.js.map +1 -0
- package/lib/{createServer-CbL1Uh2Q.js → createServer-DjgKDpGV.js} +3301 -3747
- package/lib/createServer-DjgKDpGV.js.map +1 -0
- package/lib/{hook-CfCFKZ-2.js → hook-DzQC8PzJ.js} +78 -73
- package/lib/hook-DzQC8PzJ.js.map +1 -0
- package/lib/{index-Dm1QJHVl.js → index-DdQSV2RF.js} +593 -633
- package/lib/index-DdQSV2RF.js.map +1 -0
- package/lib/{useQuery-CQUwWR9i.js → joinUrl-BjDooT-T.js} +240 -223
- package/lib/joinUrl-BjDooT-T.js.map +1 -0
- package/lib/{mutation-B81DztCT.js → mutation-_Z5C2wFZ.js} +2 -2
- package/lib/{mutation-B81DztCT.js.map → mutation-_Z5C2wFZ.js.map} +1 -1
- package/lib/post-processors/traverse.js +2 -2
- package/lib/post-processors/traverse.js.map +1 -1
- package/lib/ui/ActionButton.js +11 -10
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Button.js.map +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +438 -444
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +3 -3
- package/lib/zudoku.plugin-api-keys.js +4 -4
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +5 -6
- package/lib/zudoku.plugin-openapi.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +15 -16
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +3 -1
- package/src/app/entry.server.tsx +7 -1
- package/src/lib/components/InlineCode.tsx +3 -1
- package/src/lib/components/Layout.tsx +3 -16
- package/src/lib/components/MobileTopNavigation.tsx +1 -1
- package/src/lib/components/TopNavigation.tsx +12 -16
- package/src/lib/components/Zudoku.tsx +5 -1
- package/src/lib/components/cache.ts +8 -0
- package/src/lib/components/context/ViewportAnchorContext.tsx +3 -6
- package/src/lib/components/context/ZudokuContext.ts +17 -8
- package/src/lib/components/navigation/SidebarCategory.tsx +15 -12
- package/src/lib/components/navigation/SidebarItem.tsx +2 -2
- package/src/lib/components/navigation/SidebarWrapper.tsx +2 -2
- package/src/lib/core/ZudokuContext.ts +11 -8
- package/src/lib/core/plugins.ts +4 -4
- package/src/lib/hooks/useEvent.test.tsx +1 -1
- package/src/lib/oas/graphql/index.ts +104 -64
- package/src/lib/plugins/openapi/OperationList.tsx +30 -36
- package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
- package/src/lib/plugins/openapi/ParamInfos.tsx +27 -4
- package/src/lib/plugins/openapi/ParameterListItem.tsx +5 -1
- package/src/lib/plugins/openapi/Sidecar.tsx +2 -2
- package/src/lib/plugins/openapi/client/useCreateQuery.ts +2 -1
- package/src/lib/plugins/openapi/graphql/gql.ts +17 -17
- package/src/lib/plugins/openapi/graphql/graphql.ts +57 -75
- package/src/lib/plugins/openapi/index.tsx +40 -84
- package/src/lib/plugins/openapi/interfaces.ts +4 -1
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +5 -2
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +48 -35
- package/src/lib/plugins/openapi/util/createSidebarCategory.tsx +5 -7
- package/src/lib/ui/Button.tsx +1 -1
- package/src/lib/util/joinPath.tsx +3 -0
- package/src/lib/util/traverse.ts +2 -2
- package/src/lib/util/useScrollToAnchor.ts +2 -0
- package/lib/Markdown-C0eXdzGn.js.map +0 -1
- package/lib/OperationList-DGYoFitT.js.map +0 -1
- package/lib/Spinner-C6n4eOvh.js.map +0 -1
- package/lib/circular-v7K6lDDh.js.map +0 -1
- package/lib/createServer-CbL1Uh2Q.js.map +0 -1
- package/lib/hook-CfCFKZ-2.js.map +0 -1
- package/lib/index-Dm1QJHVl.js.map +0 -1
- package/lib/joinUrl-10po2Jdj.js +0 -20
- package/lib/joinUrl-10po2Jdj.js.map +0 -1
- package/lib/useQuery-CQUwWR9i.js.map +0 -1
|
@@ -118,17 +118,17 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
118
118
|
label: z.ZodString;
|
|
119
119
|
id: z.ZodString;
|
|
120
120
|
default: z.ZodOptional<z.ZodString>;
|
|
121
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
121
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
id: string;
|
|
124
124
|
label: string;
|
|
125
125
|
default?: string | undefined;
|
|
126
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
126
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
id: string;
|
|
129
129
|
label: string;
|
|
130
130
|
default?: string | undefined;
|
|
131
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
131
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
132
132
|
}>, "many">>;
|
|
133
133
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
134
134
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -156,6 +156,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
input?: string | undefined;
|
|
158
158
|
radius?: string | undefined;
|
|
159
|
+
destructive?: string | undefined;
|
|
160
|
+
secondary?: string | undefined;
|
|
159
161
|
popover?: string | undefined;
|
|
160
162
|
border?: string | undefined;
|
|
161
163
|
background?: string | undefined;
|
|
@@ -165,18 +167,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
165
167
|
popoverForeground?: string | undefined;
|
|
166
168
|
primary?: string | undefined;
|
|
167
169
|
primaryForeground?: string | undefined;
|
|
168
|
-
secondary?: string | undefined;
|
|
169
170
|
secondaryForeground?: string | undefined;
|
|
170
171
|
muted?: string | undefined;
|
|
171
172
|
mutedForeground?: string | undefined;
|
|
172
173
|
accent?: string | undefined;
|
|
173
174
|
accentForeground?: string | undefined;
|
|
174
|
-
destructive?: string | undefined;
|
|
175
175
|
destructiveForeground?: string | undefined;
|
|
176
176
|
ring?: string | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
input?: string | undefined;
|
|
179
179
|
radius?: string | undefined;
|
|
180
|
+
destructive?: string | undefined;
|
|
181
|
+
secondary?: string | undefined;
|
|
180
182
|
popover?: string | undefined;
|
|
181
183
|
border?: string | undefined;
|
|
182
184
|
background?: string | undefined;
|
|
@@ -186,13 +188,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
186
188
|
popoverForeground?: string | undefined;
|
|
187
189
|
primary?: string | undefined;
|
|
188
190
|
primaryForeground?: string | undefined;
|
|
189
|
-
secondary?: string | undefined;
|
|
190
191
|
secondaryForeground?: string | undefined;
|
|
191
192
|
muted?: string | undefined;
|
|
192
193
|
mutedForeground?: string | undefined;
|
|
193
194
|
accent?: string | undefined;
|
|
194
195
|
accentForeground?: string | undefined;
|
|
195
|
-
destructive?: string | undefined;
|
|
196
196
|
destructiveForeground?: string | undefined;
|
|
197
197
|
ring?: string | undefined;
|
|
198
198
|
}>>;
|
|
@@ -220,6 +220,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
221
|
input?: string | undefined;
|
|
222
222
|
radius?: string | undefined;
|
|
223
|
+
destructive?: string | undefined;
|
|
224
|
+
secondary?: string | undefined;
|
|
223
225
|
popover?: string | undefined;
|
|
224
226
|
border?: string | undefined;
|
|
225
227
|
background?: string | undefined;
|
|
@@ -229,18 +231,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
229
231
|
popoverForeground?: string | undefined;
|
|
230
232
|
primary?: string | undefined;
|
|
231
233
|
primaryForeground?: string | undefined;
|
|
232
|
-
secondary?: string | undefined;
|
|
233
234
|
secondaryForeground?: string | undefined;
|
|
234
235
|
muted?: string | undefined;
|
|
235
236
|
mutedForeground?: string | undefined;
|
|
236
237
|
accent?: string | undefined;
|
|
237
238
|
accentForeground?: string | undefined;
|
|
238
|
-
destructive?: string | undefined;
|
|
239
239
|
destructiveForeground?: string | undefined;
|
|
240
240
|
ring?: string | undefined;
|
|
241
241
|
}, {
|
|
242
242
|
input?: string | undefined;
|
|
243
243
|
radius?: string | undefined;
|
|
244
|
+
destructive?: string | undefined;
|
|
245
|
+
secondary?: string | undefined;
|
|
244
246
|
popover?: string | undefined;
|
|
245
247
|
border?: string | undefined;
|
|
246
248
|
background?: string | undefined;
|
|
@@ -250,13 +252,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
250
252
|
popoverForeground?: string | undefined;
|
|
251
253
|
primary?: string | undefined;
|
|
252
254
|
primaryForeground?: string | undefined;
|
|
253
|
-
secondary?: string | undefined;
|
|
254
255
|
secondaryForeground?: string | undefined;
|
|
255
256
|
muted?: string | undefined;
|
|
256
257
|
mutedForeground?: string | undefined;
|
|
257
258
|
accent?: string | undefined;
|
|
258
259
|
accentForeground?: string | undefined;
|
|
259
|
-
destructive?: string | undefined;
|
|
260
260
|
destructiveForeground?: string | undefined;
|
|
261
261
|
ring?: string | undefined;
|
|
262
262
|
}>>;
|
|
@@ -304,6 +304,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
304
304
|
dark?: {
|
|
305
305
|
input?: string | undefined;
|
|
306
306
|
radius?: string | undefined;
|
|
307
|
+
destructive?: string | undefined;
|
|
308
|
+
secondary?: string | undefined;
|
|
307
309
|
popover?: string | undefined;
|
|
308
310
|
border?: string | undefined;
|
|
309
311
|
background?: string | undefined;
|
|
@@ -313,19 +315,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
313
315
|
popoverForeground?: string | undefined;
|
|
314
316
|
primary?: string | undefined;
|
|
315
317
|
primaryForeground?: string | undefined;
|
|
316
|
-
secondary?: string | undefined;
|
|
317
318
|
secondaryForeground?: string | undefined;
|
|
318
319
|
muted?: string | undefined;
|
|
319
320
|
mutedForeground?: string | undefined;
|
|
320
321
|
accent?: string | undefined;
|
|
321
322
|
accentForeground?: string | undefined;
|
|
322
|
-
destructive?: string | undefined;
|
|
323
323
|
destructiveForeground?: string | undefined;
|
|
324
324
|
ring?: string | undefined;
|
|
325
325
|
} | undefined;
|
|
326
326
|
light?: {
|
|
327
327
|
input?: string | undefined;
|
|
328
328
|
radius?: string | undefined;
|
|
329
|
+
destructive?: string | undefined;
|
|
330
|
+
secondary?: string | undefined;
|
|
329
331
|
popover?: string | undefined;
|
|
330
332
|
border?: string | undefined;
|
|
331
333
|
background?: string | undefined;
|
|
@@ -335,13 +337,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
335
337
|
popoverForeground?: string | undefined;
|
|
336
338
|
primary?: string | undefined;
|
|
337
339
|
primaryForeground?: string | undefined;
|
|
338
|
-
secondary?: string | undefined;
|
|
339
340
|
secondaryForeground?: string | undefined;
|
|
340
341
|
muted?: string | undefined;
|
|
341
342
|
mutedForeground?: string | undefined;
|
|
342
343
|
accent?: string | undefined;
|
|
343
344
|
accentForeground?: string | undefined;
|
|
344
|
-
destructive?: string | undefined;
|
|
345
345
|
destructiveForeground?: string | undefined;
|
|
346
346
|
ring?: string | undefined;
|
|
347
347
|
} | undefined;
|
|
@@ -359,6 +359,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
359
|
dark?: {
|
|
360
360
|
input?: string | undefined;
|
|
361
361
|
radius?: string | undefined;
|
|
362
|
+
destructive?: string | undefined;
|
|
363
|
+
secondary?: string | undefined;
|
|
362
364
|
popover?: string | undefined;
|
|
363
365
|
border?: string | undefined;
|
|
364
366
|
background?: string | undefined;
|
|
@@ -368,19 +370,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
368
370
|
popoverForeground?: string | undefined;
|
|
369
371
|
primary?: string | undefined;
|
|
370
372
|
primaryForeground?: string | undefined;
|
|
371
|
-
secondary?: string | undefined;
|
|
372
373
|
secondaryForeground?: string | undefined;
|
|
373
374
|
muted?: string | undefined;
|
|
374
375
|
mutedForeground?: string | undefined;
|
|
375
376
|
accent?: string | undefined;
|
|
376
377
|
accentForeground?: string | undefined;
|
|
377
|
-
destructive?: string | undefined;
|
|
378
378
|
destructiveForeground?: string | undefined;
|
|
379
379
|
ring?: string | undefined;
|
|
380
380
|
} | undefined;
|
|
381
381
|
light?: {
|
|
382
382
|
input?: string | undefined;
|
|
383
383
|
radius?: string | undefined;
|
|
384
|
+
destructive?: string | undefined;
|
|
385
|
+
secondary?: string | undefined;
|
|
384
386
|
popover?: string | undefined;
|
|
385
387
|
border?: string | undefined;
|
|
386
388
|
background?: string | undefined;
|
|
@@ -390,13 +392,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
390
392
|
popoverForeground?: string | undefined;
|
|
391
393
|
primary?: string | undefined;
|
|
392
394
|
primaryForeground?: string | undefined;
|
|
393
|
-
secondary?: string | undefined;
|
|
394
395
|
secondaryForeground?: string | undefined;
|
|
395
396
|
muted?: string | undefined;
|
|
396
397
|
mutedForeground?: string | undefined;
|
|
397
398
|
accent?: string | undefined;
|
|
398
399
|
accentForeground?: string | undefined;
|
|
399
|
-
destructive?: string | undefined;
|
|
400
400
|
destructiveForeground?: string | undefined;
|
|
401
401
|
ring?: string | undefined;
|
|
402
402
|
} | undefined;
|
|
@@ -676,18 +676,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
676
676
|
options: z.ZodOptional<z.ZodObject<{
|
|
677
677
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
678
678
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
679
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
680
679
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
680
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
682
|
examplesLanguage?: string | undefined;
|
|
683
683
|
disablePlayground?: boolean | undefined;
|
|
684
|
-
|
|
685
|
-
|
|
684
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
685
|
+
expandAllTags?: boolean | undefined;
|
|
686
686
|
}, {
|
|
687
687
|
examplesLanguage?: string | undefined;
|
|
688
688
|
disablePlayground?: boolean | undefined;
|
|
689
|
-
|
|
690
|
-
|
|
689
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
690
|
+
expandAllTags?: boolean | undefined;
|
|
691
691
|
}>>;
|
|
692
692
|
}>, "strip", z.ZodTypeAny, {
|
|
693
693
|
type: "url";
|
|
@@ -697,8 +697,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
697
697
|
options?: {
|
|
698
698
|
examplesLanguage?: string | undefined;
|
|
699
699
|
disablePlayground?: boolean | undefined;
|
|
700
|
-
|
|
701
|
-
|
|
700
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
701
|
+
expandAllTags?: boolean | undefined;
|
|
702
702
|
} | undefined;
|
|
703
703
|
navigationId?: string | undefined;
|
|
704
704
|
categories?: {
|
|
@@ -713,8 +713,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
713
|
options?: {
|
|
714
714
|
examplesLanguage?: string | undefined;
|
|
715
715
|
disablePlayground?: boolean | undefined;
|
|
716
|
-
|
|
717
|
-
|
|
716
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
717
|
+
expandAllTags?: boolean | undefined;
|
|
718
718
|
} | undefined;
|
|
719
719
|
navigationId?: string | undefined;
|
|
720
720
|
categories?: {
|
|
@@ -741,18 +741,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
741
741
|
options: z.ZodOptional<z.ZodObject<{
|
|
742
742
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
743
743
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
744
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
745
744
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
745
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
746
746
|
}, "strip", z.ZodTypeAny, {
|
|
747
747
|
examplesLanguage?: string | undefined;
|
|
748
748
|
disablePlayground?: boolean | undefined;
|
|
749
|
-
|
|
750
|
-
|
|
749
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
750
|
+
expandAllTags?: boolean | undefined;
|
|
751
751
|
}, {
|
|
752
752
|
examplesLanguage?: string | undefined;
|
|
753
753
|
disablePlayground?: boolean | undefined;
|
|
754
|
-
|
|
755
|
-
|
|
754
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
755
|
+
expandAllTags?: boolean | undefined;
|
|
756
756
|
}>>;
|
|
757
757
|
}>, {
|
|
758
758
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -764,8 +764,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
764
764
|
options?: {
|
|
765
765
|
examplesLanguage?: string | undefined;
|
|
766
766
|
disablePlayground?: boolean | undefined;
|
|
767
|
-
|
|
768
|
-
|
|
767
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
768
|
+
expandAllTags?: boolean | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
navigationId?: string | undefined;
|
|
771
771
|
categories?: {
|
|
@@ -781,8 +781,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
781
781
|
options?: {
|
|
782
782
|
examplesLanguage?: string | undefined;
|
|
783
783
|
disablePlayground?: boolean | undefined;
|
|
784
|
-
|
|
785
|
-
|
|
784
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
785
|
+
expandAllTags?: boolean | undefined;
|
|
786
786
|
} | undefined;
|
|
787
787
|
navigationId?: string | undefined;
|
|
788
788
|
categories?: {
|
|
@@ -810,18 +810,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
810
810
|
options: z.ZodOptional<z.ZodObject<{
|
|
811
811
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
812
812
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
813
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
814
813
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
814
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
816
|
examplesLanguage?: string | undefined;
|
|
817
817
|
disablePlayground?: boolean | undefined;
|
|
818
|
-
|
|
819
|
-
|
|
818
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
819
|
+
expandAllTags?: boolean | undefined;
|
|
820
820
|
}, {
|
|
821
821
|
examplesLanguage?: string | undefined;
|
|
822
822
|
disablePlayground?: boolean | undefined;
|
|
823
|
-
|
|
824
|
-
|
|
823
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
824
|
+
expandAllTags?: boolean | undefined;
|
|
825
825
|
}>>;
|
|
826
826
|
}>, "strip", z.ZodTypeAny, {
|
|
827
827
|
type: "raw";
|
|
@@ -831,8 +831,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
831
831
|
options?: {
|
|
832
832
|
examplesLanguage?: string | undefined;
|
|
833
833
|
disablePlayground?: boolean | undefined;
|
|
834
|
-
|
|
835
|
-
|
|
834
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
835
|
+
expandAllTags?: boolean | undefined;
|
|
836
836
|
} | undefined;
|
|
837
837
|
navigationId?: string | undefined;
|
|
838
838
|
categories?: {
|
|
@@ -847,8 +847,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
847
847
|
options?: {
|
|
848
848
|
examplesLanguage?: string | undefined;
|
|
849
849
|
disablePlayground?: boolean | undefined;
|
|
850
|
-
|
|
851
|
-
|
|
850
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
851
|
+
expandAllTags?: boolean | undefined;
|
|
852
852
|
} | undefined;
|
|
853
853
|
navigationId?: string | undefined;
|
|
854
854
|
categories?: {
|
|
@@ -875,18 +875,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
875
875
|
options: z.ZodOptional<z.ZodObject<{
|
|
876
876
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
877
877
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
878
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
879
878
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
879
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
880
880
|
}, "strip", z.ZodTypeAny, {
|
|
881
881
|
examplesLanguage?: string | undefined;
|
|
882
882
|
disablePlayground?: boolean | undefined;
|
|
883
|
-
|
|
884
|
-
|
|
883
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
884
|
+
expandAllTags?: boolean | undefined;
|
|
885
885
|
}, {
|
|
886
886
|
examplesLanguage?: string | undefined;
|
|
887
887
|
disablePlayground?: boolean | undefined;
|
|
888
|
-
|
|
889
|
-
|
|
888
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
889
|
+
expandAllTags?: boolean | undefined;
|
|
890
890
|
}>>;
|
|
891
891
|
}>, "strip", z.ZodTypeAny, {
|
|
892
892
|
type: "url";
|
|
@@ -896,8 +896,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
896
896
|
options?: {
|
|
897
897
|
examplesLanguage?: string | undefined;
|
|
898
898
|
disablePlayground?: boolean | undefined;
|
|
899
|
-
|
|
900
|
-
|
|
899
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
900
|
+
expandAllTags?: boolean | undefined;
|
|
901
901
|
} | undefined;
|
|
902
902
|
navigationId?: string | undefined;
|
|
903
903
|
categories?: {
|
|
@@ -912,8 +912,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
912
912
|
options?: {
|
|
913
913
|
examplesLanguage?: string | undefined;
|
|
914
914
|
disablePlayground?: boolean | undefined;
|
|
915
|
-
|
|
916
|
-
|
|
915
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
916
|
+
expandAllTags?: boolean | undefined;
|
|
917
917
|
} | undefined;
|
|
918
918
|
navigationId?: string | undefined;
|
|
919
919
|
categories?: {
|
|
@@ -940,18 +940,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
940
940
|
options: z.ZodOptional<z.ZodObject<{
|
|
941
941
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
942
942
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
943
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
944
943
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
944
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
946
|
examplesLanguage?: string | undefined;
|
|
947
947
|
disablePlayground?: boolean | undefined;
|
|
948
|
-
|
|
949
|
-
|
|
948
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
949
|
+
expandAllTags?: boolean | undefined;
|
|
950
950
|
}, {
|
|
951
951
|
examplesLanguage?: string | undefined;
|
|
952
952
|
disablePlayground?: boolean | undefined;
|
|
953
|
-
|
|
954
|
-
|
|
953
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
954
|
+
expandAllTags?: boolean | undefined;
|
|
955
955
|
}>>;
|
|
956
956
|
}>, {
|
|
957
957
|
postProcessors: z.ZodOptional<z.ZodArray<z.ZodFunction<z.ZodTuple<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>], z.ZodUnknown>, z.ZodUnion<[z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, z.ZodPromise<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>]>>, "many">>;
|
|
@@ -963,8 +963,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
963
963
|
options?: {
|
|
964
964
|
examplesLanguage?: string | undefined;
|
|
965
965
|
disablePlayground?: boolean | undefined;
|
|
966
|
-
|
|
967
|
-
|
|
966
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
967
|
+
expandAllTags?: boolean | undefined;
|
|
968
968
|
} | undefined;
|
|
969
969
|
navigationId?: string | undefined;
|
|
970
970
|
categories?: {
|
|
@@ -980,8 +980,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
980
980
|
options?: {
|
|
981
981
|
examplesLanguage?: string | undefined;
|
|
982
982
|
disablePlayground?: boolean | undefined;
|
|
983
|
-
|
|
984
|
-
|
|
983
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
984
|
+
expandAllTags?: boolean | undefined;
|
|
985
985
|
} | undefined;
|
|
986
986
|
navigationId?: string | undefined;
|
|
987
987
|
categories?: {
|
|
@@ -1009,18 +1009,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1009
1009
|
options: z.ZodOptional<z.ZodObject<{
|
|
1010
1010
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1011
1011
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1012
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1013
1012
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1013
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
1015
|
examplesLanguage?: string | undefined;
|
|
1016
1016
|
disablePlayground?: boolean | undefined;
|
|
1017
|
-
|
|
1018
|
-
|
|
1017
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1018
|
+
expandAllTags?: boolean | undefined;
|
|
1019
1019
|
}, {
|
|
1020
1020
|
examplesLanguage?: string | undefined;
|
|
1021
1021
|
disablePlayground?: boolean | undefined;
|
|
1022
|
-
|
|
1023
|
-
|
|
1022
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1023
|
+
expandAllTags?: boolean | undefined;
|
|
1024
1024
|
}>>;
|
|
1025
1025
|
}>, "strip", z.ZodTypeAny, {
|
|
1026
1026
|
type: "raw";
|
|
@@ -1030,8 +1030,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1030
1030
|
options?: {
|
|
1031
1031
|
examplesLanguage?: string | undefined;
|
|
1032
1032
|
disablePlayground?: boolean | undefined;
|
|
1033
|
-
|
|
1034
|
-
|
|
1033
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1034
|
+
expandAllTags?: boolean | undefined;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
navigationId?: string | undefined;
|
|
1037
1037
|
categories?: {
|
|
@@ -1046,8 +1046,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1046
1046
|
options?: {
|
|
1047
1047
|
examplesLanguage?: string | undefined;
|
|
1048
1048
|
disablePlayground?: boolean | undefined;
|
|
1049
|
-
|
|
1050
|
-
|
|
1049
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1050
|
+
expandAllTags?: boolean | undefined;
|
|
1051
1051
|
} | undefined;
|
|
1052
1052
|
navigationId?: string | undefined;
|
|
1053
1053
|
categories?: {
|
|
@@ -1179,34 +1179,34 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1179
1179
|
apis: z.ZodObject<{
|
|
1180
1180
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1181
1181
|
disablePlayground: z.ZodOptional<z.ZodBoolean>;
|
|
1182
|
-
loadTags: z.ZodOptional<z.ZodBoolean>;
|
|
1183
1182
|
showVersionSelect: z.ZodOptional<z.ZodEnum<["always", "if-available", "hide"]>>;
|
|
1183
|
+
expandAllTags: z.ZodOptional<z.ZodBoolean>;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
examplesLanguage?: string | undefined;
|
|
1186
1186
|
disablePlayground?: boolean | undefined;
|
|
1187
|
-
|
|
1188
|
-
|
|
1187
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1188
|
+
expandAllTags?: boolean | undefined;
|
|
1189
1189
|
}, {
|
|
1190
1190
|
examplesLanguage?: string | undefined;
|
|
1191
1191
|
disablePlayground?: boolean | undefined;
|
|
1192
|
-
|
|
1193
|
-
|
|
1192
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1193
|
+
expandAllTags?: boolean | undefined;
|
|
1194
1194
|
}>;
|
|
1195
1195
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1197
1197
|
apis: {
|
|
1198
1198
|
examplesLanguage?: string | undefined;
|
|
1199
1199
|
disablePlayground?: boolean | undefined;
|
|
1200
|
-
|
|
1201
|
-
|
|
1200
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1201
|
+
expandAllTags?: boolean | undefined;
|
|
1202
1202
|
};
|
|
1203
1203
|
examplesLanguage?: string | undefined;
|
|
1204
1204
|
}, {
|
|
1205
1205
|
apis: {
|
|
1206
1206
|
examplesLanguage?: string | undefined;
|
|
1207
1207
|
disablePlayground?: boolean | undefined;
|
|
1208
|
-
|
|
1209
|
-
|
|
1208
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1209
|
+
expandAllTags?: boolean | undefined;
|
|
1210
1210
|
};
|
|
1211
1211
|
examplesLanguage?: string | undefined;
|
|
1212
1212
|
}>>;
|
|
@@ -1267,8 +1267,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1267
1267
|
apis: {
|
|
1268
1268
|
examplesLanguage?: string | undefined;
|
|
1269
1269
|
disablePlayground?: boolean | undefined;
|
|
1270
|
-
|
|
1271
|
-
|
|
1270
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1271
|
+
expandAllTags?: boolean | undefined;
|
|
1272
1272
|
};
|
|
1273
1273
|
examplesLanguage?: string | undefined;
|
|
1274
1274
|
} | undefined;
|
|
@@ -1322,12 +1322,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1322
1322
|
id: string;
|
|
1323
1323
|
label: string;
|
|
1324
1324
|
default?: string | undefined;
|
|
1325
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1325
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1326
1326
|
}[] | undefined;
|
|
1327
1327
|
theme?: {
|
|
1328
1328
|
dark?: {
|
|
1329
1329
|
input?: string | undefined;
|
|
1330
1330
|
radius?: string | undefined;
|
|
1331
|
+
destructive?: string | undefined;
|
|
1332
|
+
secondary?: string | undefined;
|
|
1331
1333
|
popover?: string | undefined;
|
|
1332
1334
|
border?: string | undefined;
|
|
1333
1335
|
background?: string | undefined;
|
|
@@ -1337,19 +1339,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1337
1339
|
popoverForeground?: string | undefined;
|
|
1338
1340
|
primary?: string | undefined;
|
|
1339
1341
|
primaryForeground?: string | undefined;
|
|
1340
|
-
secondary?: string | undefined;
|
|
1341
1342
|
secondaryForeground?: string | undefined;
|
|
1342
1343
|
muted?: string | undefined;
|
|
1343
1344
|
mutedForeground?: string | undefined;
|
|
1344
1345
|
accent?: string | undefined;
|
|
1345
1346
|
accentForeground?: string | undefined;
|
|
1346
|
-
destructive?: string | undefined;
|
|
1347
1347
|
destructiveForeground?: string | undefined;
|
|
1348
1348
|
ring?: string | undefined;
|
|
1349
1349
|
} | undefined;
|
|
1350
1350
|
light?: {
|
|
1351
1351
|
input?: string | undefined;
|
|
1352
1352
|
radius?: string | undefined;
|
|
1353
|
+
destructive?: string | undefined;
|
|
1354
|
+
secondary?: string | undefined;
|
|
1353
1355
|
popover?: string | undefined;
|
|
1354
1356
|
border?: string | undefined;
|
|
1355
1357
|
background?: string | undefined;
|
|
@@ -1359,13 +1361,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1359
1361
|
popoverForeground?: string | undefined;
|
|
1360
1362
|
primary?: string | undefined;
|
|
1361
1363
|
primaryForeground?: string | undefined;
|
|
1362
|
-
secondary?: string | undefined;
|
|
1363
1364
|
secondaryForeground?: string | undefined;
|
|
1364
1365
|
muted?: string | undefined;
|
|
1365
1366
|
mutedForeground?: string | undefined;
|
|
1366
1367
|
accent?: string | undefined;
|
|
1367
1368
|
accentForeground?: string | undefined;
|
|
1368
|
-
destructive?: string | undefined;
|
|
1369
1369
|
destructiveForeground?: string | undefined;
|
|
1370
1370
|
ring?: string | undefined;
|
|
1371
1371
|
} | undefined;
|
|
@@ -1444,8 +1444,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1444
1444
|
options?: {
|
|
1445
1445
|
examplesLanguage?: string | undefined;
|
|
1446
1446
|
disablePlayground?: boolean | undefined;
|
|
1447
|
-
|
|
1448
|
-
|
|
1447
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1448
|
+
expandAllTags?: boolean | undefined;
|
|
1449
1449
|
} | undefined;
|
|
1450
1450
|
navigationId?: string | undefined;
|
|
1451
1451
|
categories?: {
|
|
@@ -1460,8 +1460,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1460
1460
|
options?: {
|
|
1461
1461
|
examplesLanguage?: string | undefined;
|
|
1462
1462
|
disablePlayground?: boolean | undefined;
|
|
1463
|
-
|
|
1464
|
-
|
|
1463
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1464
|
+
expandAllTags?: boolean | undefined;
|
|
1465
1465
|
} | undefined;
|
|
1466
1466
|
navigationId?: string | undefined;
|
|
1467
1467
|
categories?: {
|
|
@@ -1477,8 +1477,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1477
1477
|
options?: {
|
|
1478
1478
|
examplesLanguage?: string | undefined;
|
|
1479
1479
|
disablePlayground?: boolean | undefined;
|
|
1480
|
-
|
|
1481
|
-
|
|
1480
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1481
|
+
expandAllTags?: boolean | undefined;
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
navigationId?: string | undefined;
|
|
1484
1484
|
categories?: {
|
|
@@ -1493,8 +1493,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1493
1493
|
options?: {
|
|
1494
1494
|
examplesLanguage?: string | undefined;
|
|
1495
1495
|
disablePlayground?: boolean | undefined;
|
|
1496
|
-
|
|
1497
|
-
|
|
1496
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1497
|
+
expandAllTags?: boolean | undefined;
|
|
1498
1498
|
} | undefined;
|
|
1499
1499
|
navigationId?: string | undefined;
|
|
1500
1500
|
categories?: {
|
|
@@ -1509,8 +1509,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1509
1509
|
options?: {
|
|
1510
1510
|
examplesLanguage?: string | undefined;
|
|
1511
1511
|
disablePlayground?: boolean | undefined;
|
|
1512
|
-
|
|
1513
|
-
|
|
1512
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1513
|
+
expandAllTags?: boolean | undefined;
|
|
1514
1514
|
} | undefined;
|
|
1515
1515
|
navigationId?: string | undefined;
|
|
1516
1516
|
categories?: {
|
|
@@ -1526,8 +1526,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1526
1526
|
options?: {
|
|
1527
1527
|
examplesLanguage?: string | undefined;
|
|
1528
1528
|
disablePlayground?: boolean | undefined;
|
|
1529
|
-
|
|
1530
|
-
|
|
1529
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1530
|
+
expandAllTags?: boolean | undefined;
|
|
1531
1531
|
} | undefined;
|
|
1532
1532
|
navigationId?: string | undefined;
|
|
1533
1533
|
categories?: {
|
|
@@ -1602,8 +1602,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1602
1602
|
apis: {
|
|
1603
1603
|
examplesLanguage?: string | undefined;
|
|
1604
1604
|
disablePlayground?: boolean | undefined;
|
|
1605
|
-
|
|
1606
|
-
|
|
1605
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1606
|
+
expandAllTags?: boolean | undefined;
|
|
1607
1607
|
};
|
|
1608
1608
|
examplesLanguage?: string | undefined;
|
|
1609
1609
|
} | undefined;
|
|
@@ -1657,12 +1657,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1657
1657
|
id: string;
|
|
1658
1658
|
label: string;
|
|
1659
1659
|
default?: string | undefined;
|
|
1660
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1660
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1661
1661
|
}[] | undefined;
|
|
1662
1662
|
theme?: {
|
|
1663
1663
|
dark?: {
|
|
1664
1664
|
input?: string | undefined;
|
|
1665
1665
|
radius?: string | undefined;
|
|
1666
|
+
destructive?: string | undefined;
|
|
1667
|
+
secondary?: string | undefined;
|
|
1666
1668
|
popover?: string | undefined;
|
|
1667
1669
|
border?: string | undefined;
|
|
1668
1670
|
background?: string | undefined;
|
|
@@ -1672,19 +1674,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1672
1674
|
popoverForeground?: string | undefined;
|
|
1673
1675
|
primary?: string | undefined;
|
|
1674
1676
|
primaryForeground?: string | undefined;
|
|
1675
|
-
secondary?: string | undefined;
|
|
1676
1677
|
secondaryForeground?: string | undefined;
|
|
1677
1678
|
muted?: string | undefined;
|
|
1678
1679
|
mutedForeground?: string | undefined;
|
|
1679
1680
|
accent?: string | undefined;
|
|
1680
1681
|
accentForeground?: string | undefined;
|
|
1681
|
-
destructive?: string | undefined;
|
|
1682
1682
|
destructiveForeground?: string | undefined;
|
|
1683
1683
|
ring?: string | undefined;
|
|
1684
1684
|
} | undefined;
|
|
1685
1685
|
light?: {
|
|
1686
1686
|
input?: string | undefined;
|
|
1687
1687
|
radius?: string | undefined;
|
|
1688
|
+
destructive?: string | undefined;
|
|
1689
|
+
secondary?: string | undefined;
|
|
1688
1690
|
popover?: string | undefined;
|
|
1689
1691
|
border?: string | undefined;
|
|
1690
1692
|
background?: string | undefined;
|
|
@@ -1694,13 +1696,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1694
1696
|
popoverForeground?: string | undefined;
|
|
1695
1697
|
primary?: string | undefined;
|
|
1696
1698
|
primaryForeground?: string | undefined;
|
|
1697
|
-
secondary?: string | undefined;
|
|
1698
1699
|
secondaryForeground?: string | undefined;
|
|
1699
1700
|
muted?: string | undefined;
|
|
1700
1701
|
mutedForeground?: string | undefined;
|
|
1701
1702
|
accent?: string | undefined;
|
|
1702
1703
|
accentForeground?: string | undefined;
|
|
1703
|
-
destructive?: string | undefined;
|
|
1704
1704
|
destructiveForeground?: string | undefined;
|
|
1705
1705
|
ring?: string | undefined;
|
|
1706
1706
|
} | undefined;
|
|
@@ -1779,8 +1779,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1779
1779
|
options?: {
|
|
1780
1780
|
examplesLanguage?: string | undefined;
|
|
1781
1781
|
disablePlayground?: boolean | undefined;
|
|
1782
|
-
|
|
1783
|
-
|
|
1782
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1783
|
+
expandAllTags?: boolean | undefined;
|
|
1784
1784
|
} | undefined;
|
|
1785
1785
|
navigationId?: string | undefined;
|
|
1786
1786
|
categories?: {
|
|
@@ -1795,8 +1795,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1795
1795
|
options?: {
|
|
1796
1796
|
examplesLanguage?: string | undefined;
|
|
1797
1797
|
disablePlayground?: boolean | undefined;
|
|
1798
|
-
|
|
1799
|
-
|
|
1798
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1799
|
+
expandAllTags?: boolean | undefined;
|
|
1800
1800
|
} | undefined;
|
|
1801
1801
|
navigationId?: string | undefined;
|
|
1802
1802
|
categories?: {
|
|
@@ -1812,8 +1812,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1812
1812
|
options?: {
|
|
1813
1813
|
examplesLanguage?: string | undefined;
|
|
1814
1814
|
disablePlayground?: boolean | undefined;
|
|
1815
|
-
|
|
1816
|
-
|
|
1815
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1816
|
+
expandAllTags?: boolean | undefined;
|
|
1817
1817
|
} | undefined;
|
|
1818
1818
|
navigationId?: string | undefined;
|
|
1819
1819
|
categories?: {
|
|
@@ -1828,8 +1828,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1828
1828
|
options?: {
|
|
1829
1829
|
examplesLanguage?: string | undefined;
|
|
1830
1830
|
disablePlayground?: boolean | undefined;
|
|
1831
|
-
|
|
1832
|
-
|
|
1831
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1832
|
+
expandAllTags?: boolean | undefined;
|
|
1833
1833
|
} | undefined;
|
|
1834
1834
|
navigationId?: string | undefined;
|
|
1835
1835
|
categories?: {
|
|
@@ -1844,8 +1844,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1844
1844
|
options?: {
|
|
1845
1845
|
examplesLanguage?: string | undefined;
|
|
1846
1846
|
disablePlayground?: boolean | undefined;
|
|
1847
|
-
|
|
1848
|
-
|
|
1847
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1848
|
+
expandAllTags?: boolean | undefined;
|
|
1849
1849
|
} | undefined;
|
|
1850
1850
|
navigationId?: string | undefined;
|
|
1851
1851
|
categories?: {
|
|
@@ -1861,8 +1861,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1861
1861
|
options?: {
|
|
1862
1862
|
examplesLanguage?: string | undefined;
|
|
1863
1863
|
disablePlayground?: boolean | undefined;
|
|
1864
|
-
|
|
1865
|
-
|
|
1864
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1865
|
+
expandAllTags?: boolean | undefined;
|
|
1866
1866
|
} | undefined;
|
|
1867
1867
|
navigationId?: string | undefined;
|
|
1868
1868
|
categories?: {
|
|
@@ -1937,8 +1937,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
1937
|
apis: {
|
|
1938
1938
|
examplesLanguage?: string | undefined;
|
|
1939
1939
|
disablePlayground?: boolean | undefined;
|
|
1940
|
-
|
|
1941
|
-
|
|
1940
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1941
|
+
expandAllTags?: boolean | undefined;
|
|
1942
1942
|
};
|
|
1943
1943
|
examplesLanguage?: string | undefined;
|
|
1944
1944
|
} | undefined;
|
|
@@ -1992,12 +1992,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1992
1992
|
id: string;
|
|
1993
1993
|
label: string;
|
|
1994
1994
|
default?: string | undefined;
|
|
1995
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1995
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1996
1996
|
}[] | undefined;
|
|
1997
1997
|
theme?: {
|
|
1998
1998
|
dark?: {
|
|
1999
1999
|
input?: string | undefined;
|
|
2000
2000
|
radius?: string | undefined;
|
|
2001
|
+
destructive?: string | undefined;
|
|
2002
|
+
secondary?: string | undefined;
|
|
2001
2003
|
popover?: string | undefined;
|
|
2002
2004
|
border?: string | undefined;
|
|
2003
2005
|
background?: string | undefined;
|
|
@@ -2007,19 +2009,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2007
2009
|
popoverForeground?: string | undefined;
|
|
2008
2010
|
primary?: string | undefined;
|
|
2009
2011
|
primaryForeground?: string | undefined;
|
|
2010
|
-
secondary?: string | undefined;
|
|
2011
2012
|
secondaryForeground?: string | undefined;
|
|
2012
2013
|
muted?: string | undefined;
|
|
2013
2014
|
mutedForeground?: string | undefined;
|
|
2014
2015
|
accent?: string | undefined;
|
|
2015
2016
|
accentForeground?: string | undefined;
|
|
2016
|
-
destructive?: string | undefined;
|
|
2017
2017
|
destructiveForeground?: string | undefined;
|
|
2018
2018
|
ring?: string | undefined;
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
light?: {
|
|
2021
2021
|
input?: string | undefined;
|
|
2022
2022
|
radius?: string | undefined;
|
|
2023
|
+
destructive?: string | undefined;
|
|
2024
|
+
secondary?: string | undefined;
|
|
2023
2025
|
popover?: string | undefined;
|
|
2024
2026
|
border?: string | undefined;
|
|
2025
2027
|
background?: string | undefined;
|
|
@@ -2029,13 +2031,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2029
2031
|
popoverForeground?: string | undefined;
|
|
2030
2032
|
primary?: string | undefined;
|
|
2031
2033
|
primaryForeground?: string | undefined;
|
|
2032
|
-
secondary?: string | undefined;
|
|
2033
2034
|
secondaryForeground?: string | undefined;
|
|
2034
2035
|
muted?: string | undefined;
|
|
2035
2036
|
mutedForeground?: string | undefined;
|
|
2036
2037
|
accent?: string | undefined;
|
|
2037
2038
|
accentForeground?: string | undefined;
|
|
2038
|
-
destructive?: string | undefined;
|
|
2039
2039
|
destructiveForeground?: string | undefined;
|
|
2040
2040
|
ring?: string | undefined;
|
|
2041
2041
|
} | undefined;
|
|
@@ -2114,8 +2114,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2114
2114
|
options?: {
|
|
2115
2115
|
examplesLanguage?: string | undefined;
|
|
2116
2116
|
disablePlayground?: boolean | undefined;
|
|
2117
|
-
|
|
2118
|
-
|
|
2117
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2118
|
+
expandAllTags?: boolean | undefined;
|
|
2119
2119
|
} | undefined;
|
|
2120
2120
|
navigationId?: string | undefined;
|
|
2121
2121
|
categories?: {
|
|
@@ -2130,8 +2130,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2130
2130
|
options?: {
|
|
2131
2131
|
examplesLanguage?: string | undefined;
|
|
2132
2132
|
disablePlayground?: boolean | undefined;
|
|
2133
|
-
|
|
2134
|
-
|
|
2133
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2134
|
+
expandAllTags?: boolean | undefined;
|
|
2135
2135
|
} | undefined;
|
|
2136
2136
|
navigationId?: string | undefined;
|
|
2137
2137
|
categories?: {
|
|
@@ -2147,8 +2147,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2147
2147
|
options?: {
|
|
2148
2148
|
examplesLanguage?: string | undefined;
|
|
2149
2149
|
disablePlayground?: boolean | undefined;
|
|
2150
|
-
|
|
2151
|
-
|
|
2150
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2151
|
+
expandAllTags?: boolean | undefined;
|
|
2152
2152
|
} | undefined;
|
|
2153
2153
|
navigationId?: string | undefined;
|
|
2154
2154
|
categories?: {
|
|
@@ -2163,8 +2163,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2163
2163
|
options?: {
|
|
2164
2164
|
examplesLanguage?: string | undefined;
|
|
2165
2165
|
disablePlayground?: boolean | undefined;
|
|
2166
|
-
|
|
2167
|
-
|
|
2166
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2167
|
+
expandAllTags?: boolean | undefined;
|
|
2168
2168
|
} | undefined;
|
|
2169
2169
|
navigationId?: string | undefined;
|
|
2170
2170
|
categories?: {
|
|
@@ -2179,8 +2179,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2179
2179
|
options?: {
|
|
2180
2180
|
examplesLanguage?: string | undefined;
|
|
2181
2181
|
disablePlayground?: boolean | undefined;
|
|
2182
|
-
|
|
2183
|
-
|
|
2182
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2183
|
+
expandAllTags?: boolean | undefined;
|
|
2184
2184
|
} | undefined;
|
|
2185
2185
|
navigationId?: string | undefined;
|
|
2186
2186
|
categories?: {
|
|
@@ -2196,8 +2196,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2196
2196
|
options?: {
|
|
2197
2197
|
examplesLanguage?: string | undefined;
|
|
2198
2198
|
disablePlayground?: boolean | undefined;
|
|
2199
|
-
|
|
2200
|
-
|
|
2199
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2200
|
+
expandAllTags?: boolean | undefined;
|
|
2201
2201
|
} | undefined;
|
|
2202
2202
|
navigationId?: string | undefined;
|
|
2203
2203
|
categories?: {
|
|
@@ -2272,8 +2272,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2272
2272
|
apis: {
|
|
2273
2273
|
examplesLanguage?: string | undefined;
|
|
2274
2274
|
disablePlayground?: boolean | undefined;
|
|
2275
|
-
|
|
2276
|
-
|
|
2275
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2276
|
+
expandAllTags?: boolean | undefined;
|
|
2277
2277
|
};
|
|
2278
2278
|
examplesLanguage?: string | undefined;
|
|
2279
2279
|
} | undefined;
|
|
@@ -2327,12 +2327,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2327
2327
|
id: string;
|
|
2328
2328
|
label: string;
|
|
2329
2329
|
default?: string | undefined;
|
|
2330
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
2330
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
2331
2331
|
}[] | undefined;
|
|
2332
2332
|
theme?: {
|
|
2333
2333
|
dark?: {
|
|
2334
2334
|
input?: string | undefined;
|
|
2335
2335
|
radius?: string | undefined;
|
|
2336
|
+
destructive?: string | undefined;
|
|
2337
|
+
secondary?: string | undefined;
|
|
2336
2338
|
popover?: string | undefined;
|
|
2337
2339
|
border?: string | undefined;
|
|
2338
2340
|
background?: string | undefined;
|
|
@@ -2342,19 +2344,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2342
2344
|
popoverForeground?: string | undefined;
|
|
2343
2345
|
primary?: string | undefined;
|
|
2344
2346
|
primaryForeground?: string | undefined;
|
|
2345
|
-
secondary?: string | undefined;
|
|
2346
2347
|
secondaryForeground?: string | undefined;
|
|
2347
2348
|
muted?: string | undefined;
|
|
2348
2349
|
mutedForeground?: string | undefined;
|
|
2349
2350
|
accent?: string | undefined;
|
|
2350
2351
|
accentForeground?: string | undefined;
|
|
2351
|
-
destructive?: string | undefined;
|
|
2352
2352
|
destructiveForeground?: string | undefined;
|
|
2353
2353
|
ring?: string | undefined;
|
|
2354
2354
|
} | undefined;
|
|
2355
2355
|
light?: {
|
|
2356
2356
|
input?: string | undefined;
|
|
2357
2357
|
radius?: string | undefined;
|
|
2358
|
+
destructive?: string | undefined;
|
|
2359
|
+
secondary?: string | undefined;
|
|
2358
2360
|
popover?: string | undefined;
|
|
2359
2361
|
border?: string | undefined;
|
|
2360
2362
|
background?: string | undefined;
|
|
@@ -2364,13 +2366,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2364
2366
|
popoverForeground?: string | undefined;
|
|
2365
2367
|
primary?: string | undefined;
|
|
2366
2368
|
primaryForeground?: string | undefined;
|
|
2367
|
-
secondary?: string | undefined;
|
|
2368
2369
|
secondaryForeground?: string | undefined;
|
|
2369
2370
|
muted?: string | undefined;
|
|
2370
2371
|
mutedForeground?: string | undefined;
|
|
2371
2372
|
accent?: string | undefined;
|
|
2372
2373
|
accentForeground?: string | undefined;
|
|
2373
|
-
destructive?: string | undefined;
|
|
2374
2374
|
destructiveForeground?: string | undefined;
|
|
2375
2375
|
ring?: string | undefined;
|
|
2376
2376
|
} | undefined;
|
|
@@ -2449,8 +2449,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2449
2449
|
options?: {
|
|
2450
2450
|
examplesLanguage?: string | undefined;
|
|
2451
2451
|
disablePlayground?: boolean | undefined;
|
|
2452
|
-
|
|
2453
|
-
|
|
2452
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2453
|
+
expandAllTags?: boolean | undefined;
|
|
2454
2454
|
} | undefined;
|
|
2455
2455
|
navigationId?: string | undefined;
|
|
2456
2456
|
categories?: {
|
|
@@ -2465,8 +2465,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2465
2465
|
options?: {
|
|
2466
2466
|
examplesLanguage?: string | undefined;
|
|
2467
2467
|
disablePlayground?: boolean | undefined;
|
|
2468
|
-
|
|
2469
|
-
|
|
2468
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2469
|
+
expandAllTags?: boolean | undefined;
|
|
2470
2470
|
} | undefined;
|
|
2471
2471
|
navigationId?: string | undefined;
|
|
2472
2472
|
categories?: {
|
|
@@ -2482,8 +2482,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2482
2482
|
options?: {
|
|
2483
2483
|
examplesLanguage?: string | undefined;
|
|
2484
2484
|
disablePlayground?: boolean | undefined;
|
|
2485
|
-
|
|
2486
|
-
|
|
2485
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2486
|
+
expandAllTags?: boolean | undefined;
|
|
2487
2487
|
} | undefined;
|
|
2488
2488
|
navigationId?: string | undefined;
|
|
2489
2489
|
categories?: {
|
|
@@ -2498,8 +2498,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2498
2498
|
options?: {
|
|
2499
2499
|
examplesLanguage?: string | undefined;
|
|
2500
2500
|
disablePlayground?: boolean | undefined;
|
|
2501
|
-
|
|
2502
|
-
|
|
2501
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2502
|
+
expandAllTags?: boolean | undefined;
|
|
2503
2503
|
} | undefined;
|
|
2504
2504
|
navigationId?: string | undefined;
|
|
2505
2505
|
categories?: {
|
|
@@ -2514,8 +2514,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2514
2514
|
options?: {
|
|
2515
2515
|
examplesLanguage?: string | undefined;
|
|
2516
2516
|
disablePlayground?: boolean | undefined;
|
|
2517
|
-
|
|
2518
|
-
|
|
2517
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2518
|
+
expandAllTags?: boolean | undefined;
|
|
2519
2519
|
} | undefined;
|
|
2520
2520
|
navigationId?: string | undefined;
|
|
2521
2521
|
categories?: {
|
|
@@ -2531,8 +2531,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2531
2531
|
options?: {
|
|
2532
2532
|
examplesLanguage?: string | undefined;
|
|
2533
2533
|
disablePlayground?: boolean | undefined;
|
|
2534
|
-
|
|
2535
|
-
|
|
2534
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2535
|
+
expandAllTags?: boolean | undefined;
|
|
2536
2536
|
} | undefined;
|
|
2537
2537
|
navigationId?: string | undefined;
|
|
2538
2538
|
categories?: {
|