@astrojs/starlight 0.42.0 → 0.42.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.
@@ -149,10 +149,8 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
149
149
  }, z.core.$strip>]>>;
150
150
  social: z.ZodOptional<z.ZodArray<z.ZodObject<{
151
151
  icon: z.ZodEnum<{
152
- server: "server";
153
- external: "external";
154
- error: "error";
155
152
  link: "link";
153
+ error: "error";
156
154
  "up-caret": "up-caret";
157
155
  "down-caret": "down-caret";
158
156
  "right-caret": "right-caret";
@@ -169,6 +167,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
169
167
  "add-document": "add-document";
170
168
  setting: "setting";
171
169
  "link-alt": "link-alt";
170
+ external: "external";
172
171
  download: "download";
173
172
  "cloud-download": "cloud-download";
174
173
  moon: "moon";
@@ -179,6 +178,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
179
178
  "mobile-android": "mobile-android";
180
179
  window: "window";
181
180
  database: "database";
181
+ server: "server";
182
182
  "code-branch": "code-branch";
183
183
  "open-book": "open-book";
184
184
  notes: "notes";
@@ -486,12 +486,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
486
486
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
487
487
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
488
488
  variant: z.ZodDefault<z.ZodEnum<{
489
- default: "default";
490
489
  success: "success";
490
+ default: "default";
491
491
  note: "note";
492
- tip: "tip";
493
- caution: "caution";
494
492
  danger: "danger";
493
+ caution: "caution";
494
+ tip: "tip";
495
495
  }>>;
496
496
  class: z.ZodOptional<z.ZodString>;
497
497
  }, z.core.$strip>]>>;
@@ -502,7 +502,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
502
502
  attrs?: undefined;
503
503
  badge?: string | {
504
504
  text: string | Record<string, string>;
505
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
505
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
506
506
  class?: string | undefined;
507
507
  } | undefined;
508
508
  } & {
@@ -514,12 +514,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
514
514
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
515
515
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
516
516
  variant: z.ZodDefault<z.ZodEnum<{
517
- default: "default";
518
517
  success: "success";
518
+ default: "default";
519
519
  note: "note";
520
- tip: "tip";
521
- caution: "caution";
522
520
  danger: "danger";
521
+ caution: "caution";
522
+ tip: "tip";
523
523
  }>>;
524
524
  class: z.ZodOptional<z.ZodString>;
525
525
  }, z.core.$strip>]>>;
@@ -538,12 +538,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
538
538
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
539
539
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
540
540
  variant: z.ZodDefault<z.ZodEnum<{
541
- default: "default";
542
541
  success: "success";
542
+ default: "default";
543
543
  note: "note";
544
- tip: "tip";
545
- caution: "caution";
546
544
  danger: "danger";
545
+ caution: "caution";
546
+ tip: "tip";
547
547
  }>>;
548
548
  class: z.ZodOptional<z.ZodString>;
549
549
  }, z.core.$strip>]>>;
@@ -554,7 +554,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
554
554
  label?: string | undefined;
555
555
  badge?: string | {
556
556
  text: string | Record<string, string>;
557
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
557
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
558
558
  class?: string | undefined;
559
559
  } | undefined;
560
560
  }, string>>> | ({
@@ -564,7 +564,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
564
564
  attrs?: undefined;
565
565
  badge?: string | {
566
566
  text: string | Record<string, string>;
567
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
567
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
568
568
  class?: string | undefined;
569
569
  } | undefined;
570
570
  } & /*elided*/ any)>;
@@ -575,7 +575,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
575
575
  translations?: Record<string, string> | undefined;
576
576
  badge?: string | {
577
577
  text: string | Record<string, string>;
578
- variant?: "default" | "success" | "note" | "tip" | "caution" | "danger" | undefined;
578
+ variant?: "success" | "default" | "note" | "danger" | "caution" | "tip" | undefined;
579
579
  class?: string | undefined;
580
580
  } | undefined;
581
581
  } & {
@@ -587,12 +587,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
587
587
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
588
588
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
589
589
  variant: z.ZodDefault<z.ZodEnum<{
590
- default: "default";
591
590
  success: "success";
591
+ default: "default";
592
592
  note: "note";
593
- tip: "tip";
594
- caution: "caution";
595
593
  danger: "danger";
594
+ caution: "caution";
595
+ tip: "tip";
596
596
  }>>;
597
597
  class: z.ZodOptional<z.ZodString>;
598
598
  }, z.core.$strip>]>>;
@@ -611,12 +611,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
611
611
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
612
612
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
613
613
  variant: z.ZodDefault<z.ZodEnum<{
614
- default: "default";
615
614
  success: "success";
615
+ default: "default";
616
616
  note: "note";
617
- tip: "tip";
618
- caution: "caution";
619
617
  danger: "danger";
618
+ caution: "caution";
619
+ tip: "tip";
620
620
  }>>;
621
621
  class: z.ZodOptional<z.ZodString>;
622
622
  }, z.core.$strip>]>>;
@@ -627,7 +627,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
627
627
  label?: string | undefined;
628
628
  badge?: string | {
629
629
  text: string | Record<string, string>;
630
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
630
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
631
631
  class?: string | undefined;
632
632
  } | undefined;
633
633
  }, string>>> | ({
@@ -637,7 +637,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
637
637
  translations?: Record<string, string> | undefined;
638
638
  badge?: string | {
639
639
  text: string | Record<string, string>;
640
- variant?: "default" | "success" | "note" | "tip" | "caution" | "danger" | undefined;
640
+ variant?: "success" | "default" | "note" | "danger" | "caution" | "tip" | undefined;
641
641
  class?: string | undefined;
642
642
  } | undefined;
643
643
  } & /*elided*/ any)>;
@@ -648,7 +648,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
648
648
  attrs?: undefined;
649
649
  badge?: string | {
650
650
  text: string | Record<string, string>;
651
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
651
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
652
652
  class?: string | undefined;
653
653
  } | undefined;
654
654
  } & {
@@ -660,12 +660,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
660
660
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
661
661
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
662
662
  variant: z.ZodDefault<z.ZodEnum<{
663
- default: "default";
664
663
  success: "success";
664
+ default: "default";
665
665
  note: "note";
666
- tip: "tip";
667
- caution: "caution";
668
666
  danger: "danger";
667
+ caution: "caution";
668
+ tip: "tip";
669
669
  }>>;
670
670
  class: z.ZodOptional<z.ZodString>;
671
671
  }, z.core.$strip>]>>;
@@ -684,12 +684,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
684
684
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
685
685
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
686
686
  variant: z.ZodDefault<z.ZodEnum<{
687
- default: "default";
688
687
  success: "success";
688
+ default: "default";
689
689
  note: "note";
690
- tip: "tip";
691
- caution: "caution";
692
690
  danger: "danger";
691
+ caution: "caution";
692
+ tip: "tip";
693
693
  }>>;
694
694
  class: z.ZodOptional<z.ZodString>;
695
695
  }, z.core.$strip>]>>;
@@ -700,7 +700,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
700
700
  label?: string | undefined;
701
701
  badge?: string | {
702
702
  text: string | Record<string, string>;
703
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
703
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
704
704
  class?: string | undefined;
705
705
  } | undefined;
706
706
  }, string>>> | ({
@@ -710,7 +710,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
710
710
  attrs?: undefined;
711
711
  badge?: string | {
712
712
  text: string | Record<string, string>;
713
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
713
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
714
714
  class?: string | undefined;
715
715
  } | undefined;
716
716
  } & /*elided*/ any)>;
@@ -721,7 +721,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
721
721
  translations?: Record<string, string> | undefined;
722
722
  badge?: string | {
723
723
  text: string | Record<string, string>;
724
- variant?: "default" | "success" | "note" | "tip" | "caution" | "danger" | undefined;
724
+ variant?: "success" | "default" | "note" | "danger" | "caution" | "tip" | undefined;
725
725
  class?: string | undefined;
726
726
  } | undefined;
727
727
  } & {
@@ -733,12 +733,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
733
733
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
734
734
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
735
735
  variant: z.ZodDefault<z.ZodEnum<{
736
- default: "default";
737
736
  success: "success";
737
+ default: "default";
738
738
  note: "note";
739
- tip: "tip";
740
- caution: "caution";
741
739
  danger: "danger";
740
+ caution: "caution";
741
+ tip: "tip";
742
742
  }>>;
743
743
  class: z.ZodOptional<z.ZodString>;
744
744
  }, z.core.$strip>]>>;
@@ -757,12 +757,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
757
757
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
758
758
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
759
759
  variant: z.ZodDefault<z.ZodEnum<{
760
- default: "default";
761
760
  success: "success";
761
+ default: "default";
762
762
  note: "note";
763
- tip: "tip";
764
- caution: "caution";
765
763
  danger: "danger";
764
+ caution: "caution";
765
+ tip: "tip";
766
766
  }>>;
767
767
  class: z.ZodOptional<z.ZodString>;
768
768
  }, z.core.$strip>]>>;
@@ -773,7 +773,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
773
773
  label?: string | undefined;
774
774
  badge?: string | {
775
775
  text: string | Record<string, string>;
776
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
776
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
777
777
  class?: string | undefined;
778
778
  } | undefined;
779
779
  }, string>>> | ({
@@ -783,7 +783,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
783
783
  translations?: Record<string, string> | undefined;
784
784
  badge?: string | {
785
785
  text: string | Record<string, string>;
786
- variant?: "default" | "success" | "note" | "tip" | "caution" | "danger" | undefined;
786
+ variant?: "success" | "default" | "note" | "danger" | "caution" | "tip" | undefined;
787
787
  class?: string | undefined;
788
788
  } | undefined;
789
789
  } & /*elided*/ any)>;
@@ -802,12 +802,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
802
802
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
803
803
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
804
804
  variant: z.ZodDefault<z.ZodEnum<{
805
- default: "default";
806
805
  success: "success";
806
+ default: "default";
807
807
  note: "note";
808
- tip: "tip";
809
- caution: "caution";
810
808
  danger: "danger";
809
+ caution: "caution";
810
+ tip: "tip";
811
811
  }>>;
812
812
  class: z.ZodOptional<z.ZodString>;
813
813
  }, z.core.$strip>]>>;
@@ -818,20 +818,20 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
818
818
  label?: string | undefined;
819
819
  badge?: string | {
820
820
  text: string | Record<string, string>;
821
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
821
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
822
822
  class?: string | undefined;
823
823
  } | undefined;
824
824
  }, string>>]>>>;
825
825
  head: z.ZodDefault<z.ZodArray<z.ZodObject<{
826
826
  tag: z.ZodEnum<{
827
+ title: "title";
827
828
  base: "base";
828
829
  link: "link";
830
+ style: "style";
829
831
  meta: "meta";
830
- noscript: "noscript";
831
832
  script: "script";
832
- style: "style";
833
+ noscript: "noscript";
833
834
  template: "template";
834
- title: "title";
835
835
  }>;
836
836
  attrs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodBoolean, z.ZodUndefined]>>>;
837
837
  content: z.ZodOptional<z.ZodString>;
@@ -976,7 +976,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
976
976
  baseUrl?: string | undefined;
977
977
  };
978
978
  head: {
979
- tag: "base" | "link" | "meta" | "noscript" | "script" | "style" | "template" | "title";
979
+ tag: "title" | "base" | "link" | "style" | "meta" | "script" | "noscript" | "template";
980
980
  attrs?: Record<string, string | boolean | undefined> | undefined;
981
981
  content?: string | undefined;
982
982
  }[];
@@ -1038,7 +1038,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1038
1038
  replacesTitle: boolean;
1039
1039
  } | undefined;
1040
1040
  social?: {
1041
- icon: "server" | "external" | "error" | "link" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1041
+ icon: "link" | "error" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "external" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "server" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1042
1042
  label: string;
1043
1043
  href: string;
1044
1044
  }[] | undefined;
@@ -1062,7 +1062,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1062
1062
  attrs?: undefined;
1063
1063
  badge?: string | {
1064
1064
  text: string | Record<string, string>;
1065
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1065
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1066
1066
  class?: string | undefined;
1067
1067
  } | undefined;
1068
1068
  } & {
@@ -1074,12 +1074,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1074
1074
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1075
1075
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1076
1076
  variant: z.ZodDefault<z.ZodEnum<{
1077
- default: "default";
1078
1077
  success: "success";
1078
+ default: "default";
1079
1079
  note: "note";
1080
- tip: "tip";
1081
- caution: "caution";
1082
1080
  danger: "danger";
1081
+ caution: "caution";
1082
+ tip: "tip";
1083
1083
  }>>;
1084
1084
  class: z.ZodOptional<z.ZodString>;
1085
1085
  }, z.core.$strip>]>>;
@@ -1098,12 +1098,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1098
1098
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1099
1099
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1100
1100
  variant: z.ZodDefault<z.ZodEnum<{
1101
- default: "default";
1102
1101
  success: "success";
1102
+ default: "default";
1103
1103
  note: "note";
1104
- tip: "tip";
1105
- caution: "caution";
1106
1104
  danger: "danger";
1105
+ caution: "caution";
1106
+ tip: "tip";
1107
1107
  }>>;
1108
1108
  class: z.ZodOptional<z.ZodString>;
1109
1109
  }, z.core.$strip>]>>;
@@ -1114,7 +1114,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1114
1114
  label?: string | undefined;
1115
1115
  badge?: string | {
1116
1116
  text: string | Record<string, string>;
1117
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1117
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1118
1118
  class?: string | undefined;
1119
1119
  } | undefined;
1120
1120
  }, string>>> | ({
@@ -1124,7 +1124,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1124
1124
  attrs?: undefined;
1125
1125
  badge?: string | {
1126
1126
  text: string | Record<string, string>;
1127
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1127
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1128
1128
  class?: string | undefined;
1129
1129
  } | undefined;
1130
1130
  } & /*elided*/ any)>;
@@ -1135,7 +1135,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1135
1135
  label?: string | undefined;
1136
1136
  badge?: string | {
1137
1137
  text: string | Record<string, string>;
1138
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1138
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1139
1139
  class?: string | undefined;
1140
1140
  } | undefined;
1141
1141
  } | {
@@ -1145,7 +1145,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1145
1145
  translations: Record<string, string>;
1146
1146
  badge?: string | {
1147
1147
  text: string | Record<string, string>;
1148
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1148
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1149
1149
  class?: string | undefined;
1150
1150
  } | undefined;
1151
1151
  } | {
@@ -1170,7 +1170,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1170
1170
  baseUrl?: string | undefined;
1171
1171
  };
1172
1172
  head: {
1173
- tag: "base" | "link" | "meta" | "noscript" | "script" | "style" | "template" | "title";
1173
+ tag: "title" | "base" | "link" | "style" | "meta" | "script" | "noscript" | "template";
1174
1174
  attrs?: Record<string, string | boolean | undefined> | undefined;
1175
1175
  content?: string | undefined;
1176
1176
  }[];
@@ -1232,7 +1232,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1232
1232
  replacesTitle: boolean;
1233
1233
  } | undefined;
1234
1234
  social?: {
1235
- icon: "server" | "external" | "error" | "link" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1235
+ icon: "link" | "error" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "external" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "server" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1236
1236
  label: string;
1237
1237
  href: string;
1238
1238
  }[] | undefined;
@@ -1256,7 +1256,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1256
1256
  attrs?: undefined;
1257
1257
  badge?: string | {
1258
1258
  text: string | Record<string, string>;
1259
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1259
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1260
1260
  class?: string | undefined;
1261
1261
  } | undefined;
1262
1262
  } & {
@@ -1268,12 +1268,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1268
1268
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1269
1269
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1270
1270
  variant: z.ZodDefault<z.ZodEnum<{
1271
- default: "default";
1272
1271
  success: "success";
1272
+ default: "default";
1273
1273
  note: "note";
1274
- tip: "tip";
1275
- caution: "caution";
1276
1274
  danger: "danger";
1275
+ caution: "caution";
1276
+ tip: "tip";
1277
1277
  }>>;
1278
1278
  class: z.ZodOptional<z.ZodString>;
1279
1279
  }, z.core.$strip>]>>;
@@ -1292,12 +1292,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1292
1292
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1293
1293
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1294
1294
  variant: z.ZodDefault<z.ZodEnum<{
1295
- default: "default";
1296
1295
  success: "success";
1296
+ default: "default";
1297
1297
  note: "note";
1298
- tip: "tip";
1299
- caution: "caution";
1300
1298
  danger: "danger";
1299
+ caution: "caution";
1300
+ tip: "tip";
1301
1301
  }>>;
1302
1302
  class: z.ZodOptional<z.ZodString>;
1303
1303
  }, z.core.$strip>]>>;
@@ -1308,7 +1308,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1308
1308
  label?: string | undefined;
1309
1309
  badge?: string | {
1310
1310
  text: string | Record<string, string>;
1311
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1311
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1312
1312
  class?: string | undefined;
1313
1313
  } | undefined;
1314
1314
  }, string>>> | ({
@@ -1318,7 +1318,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1318
1318
  attrs?: undefined;
1319
1319
  badge?: string | {
1320
1320
  text: string | Record<string, string>;
1321
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1321
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1322
1322
  class?: string | undefined;
1323
1323
  } | undefined;
1324
1324
  } & /*elided*/ any)>;
@@ -1329,7 +1329,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1329
1329
  label?: string | undefined;
1330
1330
  badge?: string | {
1331
1331
  text: string | Record<string, string>;
1332
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1332
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1333
1333
  class?: string | undefined;
1334
1334
  } | undefined;
1335
1335
  } | {
@@ -1339,7 +1339,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1339
1339
  translations: Record<string, string>;
1340
1340
  badge?: string | {
1341
1341
  text: string | Record<string, string>;
1342
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1342
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1343
1343
  class?: string | undefined;
1344
1344
  } | undefined;
1345
1345
  } | {
@@ -1441,7 +1441,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1441
1441
  baseUrl?: string | undefined;
1442
1442
  };
1443
1443
  readonly head: {
1444
- tag: "base" | "link" | "meta" | "noscript" | "script" | "style" | "template" | "title";
1444
+ tag: "title" | "base" | "link" | "style" | "meta" | "script" | "noscript" | "template";
1445
1445
  attrs?: Record<string, string | boolean | undefined> | undefined;
1446
1446
  content?: string | undefined;
1447
1447
  }[];
@@ -1503,7 +1503,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1503
1503
  replacesTitle: boolean;
1504
1504
  } | undefined;
1505
1505
  readonly social?: {
1506
- icon: "server" | "external" | "error" | "link" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1506
+ icon: "link" | "error" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "external" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "server" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1507
1507
  label: string;
1508
1508
  href: string;
1509
1509
  }[] | undefined;
@@ -1514,7 +1514,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1514
1514
  attrs?: undefined;
1515
1515
  badge?: string | {
1516
1516
  text: string | Record<string, string>;
1517
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1517
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1518
1518
  class?: string | undefined;
1519
1519
  } | undefined;
1520
1520
  } & {
@@ -1526,12 +1526,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1526
1526
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1527
1527
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1528
1528
  variant: z.ZodDefault<z.ZodEnum<{
1529
- default: "default";
1530
1529
  success: "success";
1530
+ default: "default";
1531
1531
  note: "note";
1532
- tip: "tip";
1533
- caution: "caution";
1534
1532
  danger: "danger";
1533
+ caution: "caution";
1534
+ tip: "tip";
1535
1535
  }>>;
1536
1536
  class: z.ZodOptional<z.ZodString>;
1537
1537
  }, z.core.$strip>]>>;
@@ -1550,12 +1550,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1550
1550
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1551
1551
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1552
1552
  variant: z.ZodDefault<z.ZodEnum<{
1553
- default: "default";
1554
1553
  success: "success";
1554
+ default: "default";
1555
1555
  note: "note";
1556
- tip: "tip";
1557
- caution: "caution";
1558
1556
  danger: "danger";
1557
+ caution: "caution";
1558
+ tip: "tip";
1559
1559
  }>>;
1560
1560
  class: z.ZodOptional<z.ZodString>;
1561
1561
  }, z.core.$strip>]>>;
@@ -1566,7 +1566,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1566
1566
  label?: string | undefined;
1567
1567
  badge?: string | {
1568
1568
  text: string | Record<string, string>;
1569
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1569
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1570
1570
  class?: string | undefined;
1571
1571
  } | undefined;
1572
1572
  }, string>>> | ({
@@ -1576,7 +1576,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1576
1576
  attrs?: undefined;
1577
1577
  badge?: string | {
1578
1578
  text: string | Record<string, string>;
1579
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1579
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1580
1580
  class?: string | undefined;
1581
1581
  } | undefined;
1582
1582
  } & /*elided*/ any)>;
@@ -1587,7 +1587,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1587
1587
  label?: string | undefined;
1588
1588
  badge?: string | {
1589
1589
  text: string | Record<string, string>;
1590
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1590
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1591
1591
  class?: string | undefined;
1592
1592
  } | undefined;
1593
1593
  } | {
@@ -1597,7 +1597,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1597
1597
  translations: Record<string, string>;
1598
1598
  badge?: string | {
1599
1599
  text: string | Record<string, string>;
1600
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1600
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1601
1601
  class?: string | undefined;
1602
1602
  } | undefined;
1603
1603
  } | {
@@ -1660,7 +1660,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1660
1660
  baseUrl?: string | undefined;
1661
1661
  };
1662
1662
  readonly head: {
1663
- tag: "base" | "link" | "meta" | "noscript" | "script" | "style" | "template" | "title";
1663
+ tag: "title" | "base" | "link" | "style" | "meta" | "script" | "noscript" | "template";
1664
1664
  attrs?: Record<string, string | boolean | undefined> | undefined;
1665
1665
  content?: string | undefined;
1666
1666
  }[];
@@ -1722,7 +1722,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1722
1722
  replacesTitle: boolean;
1723
1723
  } | undefined;
1724
1724
  readonly social?: {
1725
- icon: "server" | "external" | "error" | "link" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1725
+ icon: "link" | "error" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "external" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "server" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1726
1726
  label: string;
1727
1727
  href: string;
1728
1728
  }[] | undefined;
@@ -1733,7 +1733,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1733
1733
  attrs?: undefined;
1734
1734
  badge?: string | {
1735
1735
  text: string | Record<string, string>;
1736
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1736
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1737
1737
  class?: string | undefined;
1738
1738
  } | undefined;
1739
1739
  } & {
@@ -1745,12 +1745,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1745
1745
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1746
1746
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1747
1747
  variant: z.ZodDefault<z.ZodEnum<{
1748
- default: "default";
1749
1748
  success: "success";
1749
+ default: "default";
1750
1750
  note: "note";
1751
- tip: "tip";
1752
- caution: "caution";
1753
1751
  danger: "danger";
1752
+ caution: "caution";
1753
+ tip: "tip";
1754
1754
  }>>;
1755
1755
  class: z.ZodOptional<z.ZodString>;
1756
1756
  }, z.core.$strip>]>>;
@@ -1769,12 +1769,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1769
1769
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1770
1770
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1771
1771
  variant: z.ZodDefault<z.ZodEnum<{
1772
- default: "default";
1773
1772
  success: "success";
1773
+ default: "default";
1774
1774
  note: "note";
1775
- tip: "tip";
1776
- caution: "caution";
1777
1775
  danger: "danger";
1776
+ caution: "caution";
1777
+ tip: "tip";
1778
1778
  }>>;
1779
1779
  class: z.ZodOptional<z.ZodString>;
1780
1780
  }, z.core.$strip>]>>;
@@ -1785,7 +1785,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1785
1785
  label?: string | undefined;
1786
1786
  badge?: string | {
1787
1787
  text: string | Record<string, string>;
1788
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1788
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1789
1789
  class?: string | undefined;
1790
1790
  } | undefined;
1791
1791
  }, string>>> | ({
@@ -1795,7 +1795,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1795
1795
  attrs?: undefined;
1796
1796
  badge?: string | {
1797
1797
  text: string | Record<string, string>;
1798
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1798
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1799
1799
  class?: string | undefined;
1800
1800
  } | undefined;
1801
1801
  } & /*elided*/ any)>;
@@ -1806,7 +1806,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1806
1806
  label?: string | undefined;
1807
1807
  badge?: string | {
1808
1808
  text: string | Record<string, string>;
1809
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1809
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1810
1810
  class?: string | undefined;
1811
1811
  } | undefined;
1812
1812
  } | {
@@ -1816,7 +1816,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1816
1816
  translations: Record<string, string>;
1817
1817
  badge?: string | {
1818
1818
  text: string | Record<string, string>;
1819
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1819
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1820
1820
  class?: string | undefined;
1821
1821
  } | undefined;
1822
1822
  } | {
@@ -1868,7 +1868,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1868
1868
  baseUrl?: string | undefined;
1869
1869
  };
1870
1870
  head: {
1871
- tag: "base" | "link" | "meta" | "noscript" | "script" | "style" | "template" | "title";
1871
+ tag: "title" | "base" | "link" | "style" | "meta" | "script" | "noscript" | "template";
1872
1872
  attrs?: Record<string, string | boolean | undefined> | undefined;
1873
1873
  content?: string | undefined;
1874
1874
  }[];
@@ -1930,7 +1930,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1930
1930
  replacesTitle: boolean;
1931
1931
  } | undefined;
1932
1932
  social?: {
1933
- icon: "server" | "external" | "error" | "link" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1933
+ icon: "link" | "error" | "up-caret" | "down-caret" | "right-caret" | "left-caret" | "up-arrow" | "down-arrow" | "right-arrow" | "left-arrow" | "bars" | "translate" | "pencil" | "pen" | "document" | "add-document" | "setting" | "link-alt" | "external" | "download" | "cloud-download" | "moon" | "sun" | "clock" | "laptop" | "desktop" | "mobile-android" | "window" | "database" | "server" | "code-branch" | "open-book" | "notes" | "information" | "magnifier" | "forward-slash" | "close" | "warning" | "approve-check-circle" | "approve-check" | "question-circle" | "question" | "rocket" | "star" | "puzzle" | "list-format" | "analytics" | "random" | "padlock" | "comment" | "comment-alt" | "heart" | "github" | "gitlab" | "bitbucket" | "forgejo" | "codePen" | "farcaster" | "discord" | "gitter" | "twitter" | "x.com" | "mastodon" | "codeberg" | "youtube" | "threads" | "linkedin" | "twitch" | "azureDevOps" | "microsoftTeams" | "instagram" | "stackOverflow" | "telegram" | "whatsApp" | "rss" | "facebook" | "email" | "phone" | "reddit" | "patreon" | "signal" | "slack" | "matrix" | "hackerOne" | "openCollective" | "blueSky" | "discourse" | "zulip" | "pinterest" | "tiktok" | "goodreads" | "hypothesis" | "astro" | "solidjs" | "alpine" | "pnpm" | "biome" | "bun" | "mdx" | "apple" | "linux" | "homebrew" | "nix" | "starlight" | "pkl" | "node" | "cloudflare" | "vercel" | "netlify" | "deno" | "jsr" | "nostr" | "backstage" | "confluence" | "jira" | "storybook" | "vscode" | "jetbrains" | "zed" | "vim" | "figma" | "sketch" | "npm" | "npmx" | "sourcehut" | "substack" | "chrome" | "edge" | "firefox" | "safari" | "seti:folder" | "seti:bsl" | "seti:mdo" | "seti:salesforce" | "seti:asm" | "seti:bicep" | "seti:bazel" | "seti:c" | "seti:c-sharp" | "seti:html" | "seti:cpp" | "seti:clojure" | "seti:coldfusion" | "seti:config" | "seti:crystal" | "seti:crystal_embedded" | "seti:json" | "seti:css" | "seti:csv" | "seti:xls" | "seti:cu" | "seti:cake" | "seti:cake_php" | "seti:d" | "seti:word" | "seti:elixir" | "seti:elixir_script" | "seti:hex" | "seti:elm" | "seti:favicon" | "seti:f-sharp" | "seti:git" | "seti:go" | "seti:godot" | "seti:gradle" | "seti:grails" | "seti:graphql" | "seti:hacklang" | "seti:haml" | "seti:mustache" | "seti:haskell" | "seti:haxe" | "seti:jade" | "seti:java" | "seti:javascript" | "seti:jinja" | "seti:julia" | "seti:karma" | "seti:kotlin" | "seti:dart" | "seti:liquid" | "seti:livescript" | "seti:lua" | "seti:markdown" | "seti:argdown" | "seti:info" | "seti:clock" | "seti:maven" | "seti:nim" | "seti:github" | "seti:notebook" | "seti:nunjucks" | "seti:npm" | "seti:ocaml" | "seti:odata" | "seti:perl" | "seti:php" | "seti:pipeline" | "seti:pddl" | "seti:plan" | "seti:happenings" | "seti:powershell" | "seti:prisma" | "seti:pug" | "seti:puppet" | "seti:purescript" | "seti:python" | "seti:react" | "seti:rescript" | "seti:R" | "seti:ruby" | "seti:rust" | "seti:sass" | "seti:spring" | "seti:slim" | "seti:smarty" | "seti:sbt" | "seti:scala" | "seti:ethereum" | "seti:stylus" | "seti:svelte" | "seti:swift" | "seti:db" | "seti:terraform" | "seti:tex" | "seti:default" | "seti:twig" | "seti:typescript" | "seti:tsconfig" | "seti:vala" | "seti:vite" | "seti:vue" | "seti:wasm" | "seti:wat" | "seti:xml" | "seti:yml" | "seti:prolog" | "seti:zig" | "seti:zip" | "seti:wgt" | "seti:illustrator" | "seti:photoshop" | "seti:pdf" | "seti:font" | "seti:image" | "seti:svg" | "seti:sublime" | "seti:code-search" | "seti:shell" | "seti:video" | "seti:audio" | "seti:windows" | "seti:jenkins" | "seti:babel" | "seti:bower" | "seti:docker" | "seti:code-climate" | "seti:eslint" | "seti:firebase" | "seti:firefox" | "seti:gitlab" | "seti:grunt" | "seti:gulp" | "seti:ionic" | "seti:platformio" | "seti:rollup" | "seti:stylelint" | "seti:yarn" | "seti:webpack" | "seti:lock" | "seti:license" | "seti:makefile" | "seti:heroku" | "seti:todo" | "seti:ignored";
1934
1934
  label: string;
1935
1935
  href: string;
1936
1936
  }[] | undefined;
@@ -1954,7 +1954,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1954
1954
  attrs?: undefined;
1955
1955
  badge?: string | {
1956
1956
  text: string | Record<string, string>;
1957
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
1957
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
1958
1958
  class?: string | undefined;
1959
1959
  } | undefined;
1960
1960
  } & {
@@ -1966,12 +1966,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1966
1966
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1967
1967
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1968
1968
  variant: z.ZodDefault<z.ZodEnum<{
1969
- default: "default";
1970
1969
  success: "success";
1970
+ default: "default";
1971
1971
  note: "note";
1972
- tip: "tip";
1973
- caution: "caution";
1974
1972
  danger: "danger";
1973
+ caution: "caution";
1974
+ tip: "tip";
1975
1975
  }>>;
1976
1976
  class: z.ZodOptional<z.ZodString>;
1977
1977
  }, z.core.$strip>]>>;
@@ -1990,12 +1990,12 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
1990
1990
  badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1991
1991
  text: z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>;
1992
1992
  variant: z.ZodDefault<z.ZodEnum<{
1993
- default: "default";
1994
1993
  success: "success";
1994
+ default: "default";
1995
1995
  note: "note";
1996
- tip: "tip";
1997
- caution: "caution";
1998
1996
  danger: "danger";
1997
+ caution: "caution";
1998
+ tip: "tip";
1999
1999
  }>>;
2000
2000
  class: z.ZodOptional<z.ZodString>;
2001
2001
  }, z.core.$strip>]>>;
@@ -2006,7 +2006,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
2006
2006
  label?: string | undefined;
2007
2007
  badge?: string | {
2008
2008
  text: string | Record<string, string>;
2009
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
2009
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
2010
2010
  class?: string | undefined;
2011
2011
  } | undefined;
2012
2012
  }, string>>> | ({
@@ -2016,7 +2016,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
2016
2016
  attrs?: undefined;
2017
2017
  badge?: string | {
2018
2018
  text: string | Record<string, string>;
2019
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
2019
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
2020
2020
  class?: string | undefined;
2021
2021
  } | undefined;
2022
2022
  } & /*elided*/ any)>;
@@ -2027,7 +2027,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
2027
2027
  label?: string | undefined;
2028
2028
  badge?: string | {
2029
2029
  text: string | Record<string, string>;
2030
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
2030
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
2031
2031
  class?: string | undefined;
2032
2032
  } | undefined;
2033
2033
  } | {
@@ -2037,7 +2037,7 @@ declare const StarlightConfigSchema: z.ZodPipe<z.ZodPipe<z.ZodObject<{
2037
2037
  translations: Record<string, string>;
2038
2038
  badge?: string | {
2039
2039
  text: string | Record<string, string>;
2040
- variant: "default" | "success" | "note" | "tip" | "caution" | "danger";
2040
+ variant: "success" | "default" | "note" | "danger" | "caution" | "tip";
2041
2041
  class?: string | undefined;
2042
2042
  } | undefined;
2043
2043
  } | {