@mintlify/validation 0.1.581 → 0.1.583
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mint-config/schemas/v2/index.d.ts +56 -56
- package/dist/mint-config/schemas/v2/properties/navbar.d.ts +5 -5
- package/dist/mint-config/schemas/v2/properties/navbar.js +1 -1
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -7
- package/dist/mint-config/validateConfig.d.ts +14 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/trieve.d.ts +4 -4
- package/dist/types/deployment/trieve.js +2 -0
- package/package.json +2 -2
|
@@ -321,11 +321,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
321
321
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
322
322
|
}, {
|
|
323
323
|
label: z.ZodString;
|
|
324
|
-
type: z.ZodOptional<z.
|
|
324
|
+
type: z.ZodOptional<z.ZodString>;
|
|
325
325
|
}>, "strip", z.ZodTypeAny, {
|
|
326
326
|
href: string;
|
|
327
327
|
label: string;
|
|
328
|
-
type?: undefined;
|
|
328
|
+
type?: string | undefined;
|
|
329
329
|
icon?: string | {
|
|
330
330
|
name: string;
|
|
331
331
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
334
334
|
}, {
|
|
335
335
|
href: string;
|
|
336
336
|
label: string;
|
|
337
|
-
type?: undefined;
|
|
337
|
+
type?: string | undefined;
|
|
338
338
|
icon?: string | {
|
|
339
339
|
name: string;
|
|
340
340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
395
395
|
links?: ({
|
|
396
396
|
href: string;
|
|
397
397
|
label: string;
|
|
398
|
-
type?: undefined;
|
|
398
|
+
type?: string | undefined;
|
|
399
399
|
icon?: string | {
|
|
400
400
|
name: string;
|
|
401
401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
437
437
|
links?: ({
|
|
438
438
|
href: string;
|
|
439
439
|
label: string;
|
|
440
|
-
type?: undefined;
|
|
440
|
+
type?: string | undefined;
|
|
441
441
|
icon?: string | {
|
|
442
442
|
name: string;
|
|
443
443
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1848,7 +1848,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1848
1848
|
links?: ({
|
|
1849
1849
|
href: string;
|
|
1850
1850
|
label: string;
|
|
1851
|
-
type?: undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
1852
|
icon?: string | {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2194,7 +2194,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2194
2194
|
links?: ({
|
|
2195
2195
|
href: string;
|
|
2196
2196
|
label: string;
|
|
2197
|
-
type?: undefined;
|
|
2197
|
+
type?: string | undefined;
|
|
2198
2198
|
icon?: string | {
|
|
2199
2199
|
name: string;
|
|
2200
2200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -321,11 +321,11 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
321
321
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
322
322
|
}, {
|
|
323
323
|
label: z.ZodString;
|
|
324
|
-
type: z.ZodOptional<z.
|
|
324
|
+
type: z.ZodOptional<z.ZodString>;
|
|
325
325
|
}>, "strip", z.ZodTypeAny, {
|
|
326
326
|
href: string;
|
|
327
327
|
label: string;
|
|
328
|
-
type?: undefined;
|
|
328
|
+
type?: string | undefined;
|
|
329
329
|
icon?: string | {
|
|
330
330
|
name: string;
|
|
331
331
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
334
334
|
}, {
|
|
335
335
|
href: string;
|
|
336
336
|
label: string;
|
|
337
|
-
type?: undefined;
|
|
337
|
+
type?: string | undefined;
|
|
338
338
|
icon?: string | {
|
|
339
339
|
name: string;
|
|
340
340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
395
395
|
links?: ({
|
|
396
396
|
href: string;
|
|
397
397
|
label: string;
|
|
398
|
-
type?: undefined;
|
|
398
|
+
type?: string | undefined;
|
|
399
399
|
icon?: string | {
|
|
400
400
|
name: string;
|
|
401
401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
437
437
|
links?: ({
|
|
438
438
|
href: string;
|
|
439
439
|
label: string;
|
|
440
|
-
type?: undefined;
|
|
440
|
+
type?: string | undefined;
|
|
441
441
|
icon?: string | {
|
|
442
442
|
name: string;
|
|
443
443
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1848,7 +1848,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1848
1848
|
links?: ({
|
|
1849
1849
|
href: string;
|
|
1850
1850
|
label: string;
|
|
1851
|
-
type?: undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
1852
|
icon?: string | {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2194,7 +2194,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2194
2194
|
links?: ({
|
|
2195
2195
|
href: string;
|
|
2196
2196
|
label: string;
|
|
2197
|
-
type?: undefined;
|
|
2197
|
+
type?: string | undefined;
|
|
2198
2198
|
icon?: string | {
|
|
2199
2199
|
name: string;
|
|
2200
2200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -321,11 +321,11 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
321
321
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
322
322
|
}, {
|
|
323
323
|
label: z.ZodString;
|
|
324
|
-
type: z.ZodOptional<z.
|
|
324
|
+
type: z.ZodOptional<z.ZodString>;
|
|
325
325
|
}>, "strip", z.ZodTypeAny, {
|
|
326
326
|
href: string;
|
|
327
327
|
label: string;
|
|
328
|
-
type?: undefined;
|
|
328
|
+
type?: string | undefined;
|
|
329
329
|
icon?: string | {
|
|
330
330
|
name: string;
|
|
331
331
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
334
334
|
}, {
|
|
335
335
|
href: string;
|
|
336
336
|
label: string;
|
|
337
|
-
type?: undefined;
|
|
337
|
+
type?: string | undefined;
|
|
338
338
|
icon?: string | {
|
|
339
339
|
name: string;
|
|
340
340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
395
395
|
links?: ({
|
|
396
396
|
href: string;
|
|
397
397
|
label: string;
|
|
398
|
-
type?: undefined;
|
|
398
|
+
type?: string | undefined;
|
|
399
399
|
icon?: string | {
|
|
400
400
|
name: string;
|
|
401
401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
437
437
|
links?: ({
|
|
438
438
|
href: string;
|
|
439
439
|
label: string;
|
|
440
|
-
type?: undefined;
|
|
440
|
+
type?: string | undefined;
|
|
441
441
|
icon?: string | {
|
|
442
442
|
name: string;
|
|
443
443
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1848,7 +1848,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1848
1848
|
links?: ({
|
|
1849
1849
|
href: string;
|
|
1850
1850
|
label: string;
|
|
1851
|
-
type?: undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
1852
|
icon?: string | {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2194,7 +2194,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2194
2194
|
links?: ({
|
|
2195
2195
|
href: string;
|
|
2196
2196
|
label: string;
|
|
2197
|
-
type?: undefined;
|
|
2197
|
+
type?: string | undefined;
|
|
2198
2198
|
icon?: string | {
|
|
2199
2199
|
name: string;
|
|
2200
2200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -321,11 +321,11 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
321
321
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
322
322
|
}, {
|
|
323
323
|
label: z.ZodString;
|
|
324
|
-
type: z.ZodOptional<z.
|
|
324
|
+
type: z.ZodOptional<z.ZodString>;
|
|
325
325
|
}>, "strip", z.ZodTypeAny, {
|
|
326
326
|
href: string;
|
|
327
327
|
label: string;
|
|
328
|
-
type?: undefined;
|
|
328
|
+
type?: string | undefined;
|
|
329
329
|
icon?: string | {
|
|
330
330
|
name: string;
|
|
331
331
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
334
334
|
}, {
|
|
335
335
|
href: string;
|
|
336
336
|
label: string;
|
|
337
|
-
type?: undefined;
|
|
337
|
+
type?: string | undefined;
|
|
338
338
|
icon?: string | {
|
|
339
339
|
name: string;
|
|
340
340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
395
395
|
links?: ({
|
|
396
396
|
href: string;
|
|
397
397
|
label: string;
|
|
398
|
-
type?: undefined;
|
|
398
|
+
type?: string | undefined;
|
|
399
399
|
icon?: string | {
|
|
400
400
|
name: string;
|
|
401
401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
437
437
|
links?: ({
|
|
438
438
|
href: string;
|
|
439
439
|
label: string;
|
|
440
|
-
type?: undefined;
|
|
440
|
+
type?: string | undefined;
|
|
441
441
|
icon?: string | {
|
|
442
442
|
name: string;
|
|
443
443
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1848,7 +1848,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1848
1848
|
links?: ({
|
|
1849
1849
|
href: string;
|
|
1850
1850
|
label: string;
|
|
1851
|
-
type?: undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
1852
|
icon?: string | {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2194,7 +2194,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2194
2194
|
links?: ({
|
|
2195
2195
|
href: string;
|
|
2196
2196
|
label: string;
|
|
2197
|
-
type?: undefined;
|
|
2197
|
+
type?: string | undefined;
|
|
2198
2198
|
icon?: string | {
|
|
2199
2199
|
name: string;
|
|
2200
2200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -320,11 +320,11 @@ export declare const standardConfigSchema: {
|
|
|
320
320
|
href: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
321
321
|
}, {
|
|
322
322
|
label: import("zod").ZodString;
|
|
323
|
-
type: import("zod").ZodOptional<import("zod").
|
|
323
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
324
324
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
325
325
|
href: string;
|
|
326
326
|
label: string;
|
|
327
|
-
type?: undefined;
|
|
327
|
+
type?: string | undefined;
|
|
328
328
|
icon?: string | {
|
|
329
329
|
name: string;
|
|
330
330
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -333,7 +333,7 @@ export declare const standardConfigSchema: {
|
|
|
333
333
|
}, {
|
|
334
334
|
href: string;
|
|
335
335
|
label: string;
|
|
336
|
-
type?: undefined;
|
|
336
|
+
type?: string | undefined;
|
|
337
337
|
icon?: string | {
|
|
338
338
|
name: string;
|
|
339
339
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const standardConfigSchema: {
|
|
|
394
394
|
links?: ({
|
|
395
395
|
href: string;
|
|
396
396
|
label: string;
|
|
397
|
-
type?: undefined;
|
|
397
|
+
type?: string | undefined;
|
|
398
398
|
icon?: string | {
|
|
399
399
|
name: string;
|
|
400
400
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -436,7 +436,7 @@ export declare const standardConfigSchema: {
|
|
|
436
436
|
links?: ({
|
|
437
437
|
href: string;
|
|
438
438
|
label: string;
|
|
439
|
-
type?: undefined;
|
|
439
|
+
type?: string | undefined;
|
|
440
440
|
icon?: string | {
|
|
441
441
|
name: string;
|
|
442
442
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -321,11 +321,11 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
321
321
|
href: z.ZodEffects<z.ZodString, string, string>;
|
|
322
322
|
}, {
|
|
323
323
|
label: z.ZodString;
|
|
324
|
-
type: z.ZodOptional<z.
|
|
324
|
+
type: z.ZodOptional<z.ZodString>;
|
|
325
325
|
}>, "strip", z.ZodTypeAny, {
|
|
326
326
|
href: string;
|
|
327
327
|
label: string;
|
|
328
|
-
type?: undefined;
|
|
328
|
+
type?: string | undefined;
|
|
329
329
|
icon?: string | {
|
|
330
330
|
name: string;
|
|
331
331
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
334
334
|
}, {
|
|
335
335
|
href: string;
|
|
336
336
|
label: string;
|
|
337
|
-
type?: undefined;
|
|
337
|
+
type?: string | undefined;
|
|
338
338
|
icon?: string | {
|
|
339
339
|
name: string;
|
|
340
340
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
395
395
|
links?: ({
|
|
396
396
|
href: string;
|
|
397
397
|
label: string;
|
|
398
|
-
type?: undefined;
|
|
398
|
+
type?: string | undefined;
|
|
399
399
|
icon?: string | {
|
|
400
400
|
name: string;
|
|
401
401
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
437
437
|
links?: ({
|
|
438
438
|
href: string;
|
|
439
439
|
label: string;
|
|
440
|
-
type?: undefined;
|
|
440
|
+
type?: string | undefined;
|
|
441
441
|
icon?: string | {
|
|
442
442
|
name: string;
|
|
443
443
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1848,7 +1848,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1848
1848
|
links?: ({
|
|
1849
1849
|
href: string;
|
|
1850
1850
|
label: string;
|
|
1851
|
-
type?: undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
1852
|
icon?: string | {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2194,7 +2194,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2194
2194
|
links?: ({
|
|
2195
2195
|
href: string;
|
|
2196
2196
|
label: string;
|
|
2197
|
-
type?: undefined;
|
|
2197
|
+
type?: string | undefined;
|
|
2198
2198
|
icon?: string | {
|
|
2199
2199
|
name: string;
|
|
2200
2200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -760,7 +760,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
760
760
|
links?: ({
|
|
761
761
|
href: string;
|
|
762
762
|
label: string;
|
|
763
|
-
type?: undefined;
|
|
763
|
+
type?: string | undefined;
|
|
764
764
|
icon?: string | {
|
|
765
765
|
name: string;
|
|
766
766
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1106,7 +1106,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1106
1106
|
links?: ({
|
|
1107
1107
|
href: string;
|
|
1108
1108
|
label: string;
|
|
1109
|
-
type?: undefined;
|
|
1109
|
+
type?: string | undefined;
|
|
1110
1110
|
icon?: string | {
|
|
1111
1111
|
name: string;
|
|
1112
1112
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1452,7 +1452,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1452
1452
|
links?: ({
|
|
1453
1453
|
href: string;
|
|
1454
1454
|
label: string;
|
|
1455
|
-
type?: undefined;
|
|
1455
|
+
type?: string | undefined;
|
|
1456
1456
|
icon?: string | {
|
|
1457
1457
|
name: string;
|
|
1458
1458
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1798,7 +1798,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1798
1798
|
links?: ({
|
|
1799
1799
|
href: string;
|
|
1800
1800
|
label: string;
|
|
1801
|
-
type?: undefined;
|
|
1801
|
+
type?: string | undefined;
|
|
1802
1802
|
icon?: string | {
|
|
1803
1803
|
name: string;
|
|
1804
1804
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2144,7 +2144,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2144
2144
|
links?: ({
|
|
2145
2145
|
href: string;
|
|
2146
2146
|
label: string;
|
|
2147
|
-
type?: undefined;
|
|
2147
|
+
type?: string | undefined;
|
|
2148
2148
|
icon?: string | {
|
|
2149
2149
|
name: string;
|
|
2150
2150
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2490,7 +2490,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2490
2490
|
links?: ({
|
|
2491
2491
|
href: string;
|
|
2492
2492
|
label: string;
|
|
2493
|
-
type?: undefined;
|
|
2493
|
+
type?: string | undefined;
|
|
2494
2494
|
icon?: string | {
|
|
2495
2495
|
name: string;
|
|
2496
2496
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2836,7 +2836,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2836
2836
|
links?: ({
|
|
2837
2837
|
href: string;
|
|
2838
2838
|
label: string;
|
|
2839
|
-
type?: undefined;
|
|
2839
|
+
type?: string | undefined;
|
|
2840
2840
|
icon?: string | {
|
|
2841
2841
|
name: string;
|
|
2842
2842
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3185,7 +3185,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3185
3185
|
links?: ({
|
|
3186
3186
|
href: string;
|
|
3187
3187
|
label: string;
|
|
3188
|
-
type?: undefined;
|
|
3188
|
+
type?: string | undefined;
|
|
3189
3189
|
icon?: string | {
|
|
3190
3190
|
name: string;
|
|
3191
3191
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3531,7 +3531,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3531
3531
|
links?: ({
|
|
3532
3532
|
href: string;
|
|
3533
3533
|
label: string;
|
|
3534
|
-
type?: undefined;
|
|
3534
|
+
type?: string | undefined;
|
|
3535
3535
|
icon?: string | {
|
|
3536
3536
|
name: string;
|
|
3537
3537
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -3877,7 +3877,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3877
3877
|
links?: ({
|
|
3878
3878
|
href: string;
|
|
3879
3879
|
label: string;
|
|
3880
|
-
type?: undefined;
|
|
3880
|
+
type?: string | undefined;
|
|
3881
3881
|
icon?: string | {
|
|
3882
3882
|
name: string;
|
|
3883
3883
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4223,7 +4223,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4223
4223
|
links?: ({
|
|
4224
4224
|
href: string;
|
|
4225
4225
|
label: string;
|
|
4226
|
-
type?: undefined;
|
|
4226
|
+
type?: string | undefined;
|
|
4227
4227
|
icon?: string | {
|
|
4228
4228
|
name: string;
|
|
4229
4229
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4569,7 +4569,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4569
4569
|
links?: ({
|
|
4570
4570
|
href: string;
|
|
4571
4571
|
label: string;
|
|
4572
|
-
type?: undefined;
|
|
4572
|
+
type?: string | undefined;
|
|
4573
4573
|
icon?: string | {
|
|
4574
4574
|
name: string;
|
|
4575
4575
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -4915,7 +4915,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4915
4915
|
links?: ({
|
|
4916
4916
|
href: string;
|
|
4917
4917
|
label: string;
|
|
4918
|
-
type?: undefined;
|
|
4918
|
+
type?: string | undefined;
|
|
4919
4919
|
icon?: string | {
|
|
4920
4920
|
name: string;
|
|
4921
4921
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -5261,7 +5261,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5261
5261
|
links?: ({
|
|
5262
5262
|
href: string;
|
|
5263
5263
|
label: string;
|
|
5264
|
-
type?: undefined;
|
|
5264
|
+
type?: string | undefined;
|
|
5265
5265
|
icon?: string | {
|
|
5266
5266
|
name: string;
|
|
5267
5267
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|