@vllnt/ui 0.2.1-canary.0aaaad2 → 0.2.1-canary.0cc4e50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/dist/components/activity-heatmap/activity-heatmap.js +2 -1
  3. package/dist/components/activity-log/activity-log.js +1 -1
  4. package/dist/components/ai-artifact/ai-artifact.js +8 -8
  5. package/dist/components/ai-chat-input/ai-chat-input.js +1 -1
  6. package/dist/components/ai-message-bubble/ai-message-bubble.js +1 -1
  7. package/dist/components/ai-sidebar/ai-sidebar.js +4 -4
  8. package/dist/components/ai-tool-call-display/ai-tool-call-display.js +1 -1
  9. package/dist/components/animated-text/animated-text.js +6 -3
  10. package/dist/components/annotation/annotation.js +1 -1
  11. package/dist/components/auto-reload/auto-reload.js +1 -1
  12. package/dist/components/avatar-group/avatar-group.js +1 -1
  13. package/dist/components/blog-card/blog-card.js +4 -2
  14. package/dist/components/bottom-activity-strip/bottom-activity-strip.js +2 -2
  15. package/dist/components/candlestick-chart/candlestick-chart.js +2 -1
  16. package/dist/components/canvas-shell/canvas-foundation-demo.js +1 -1
  17. package/dist/components/carousel/carousel.js +14 -6
  18. package/dist/components/category-filter/category-filter.js +1 -1
  19. package/dist/components/chat-dock-section/chat-dock-section.js +1 -1
  20. package/dist/components/checklist/checklist.js +35 -7
  21. package/dist/components/checklist/index.js +8 -2
  22. package/dist/components/chronological-timeline/chronological-timeline.js +2 -2
  23. package/dist/components/code-playground/code-playground.js +3 -2
  24. package/dist/components/combobox/combobox.js +1 -6
  25. package/dist/components/comment-pin/comment-pin.js +2 -2
  26. package/dist/components/comparison/comparison.js +2 -1
  27. package/dist/components/completion-dialog/completion-dialog.js +19 -11
  28. package/dist/components/connector-edge/connector-edge.js +1 -1
  29. package/dist/components/content-intro/content-intro.js +18 -15
  30. package/dist/components/conversation-thread/conversation-thread.js +4 -4
  31. package/dist/components/countdown-timer/countdown-timer.js +1 -1
  32. package/dist/components/data-table/data-table.js +1 -1
  33. package/dist/components/date-picker/date-picker.js +1 -6
  34. package/dist/components/exercise/exercise.js +11 -3
  35. package/dist/components/faq/faq.js +6 -2
  36. package/dist/components/file-upload/file-upload.js +1 -6
  37. package/dist/components/filter-bar/filter-bar.js +7 -7
  38. package/dist/components/flashcard/flashcard.js +1 -1
  39. package/dist/components/floating-toolbar/floating-toolbar.js +2 -2
  40. package/dist/components/form/form.js +1 -1
  41. package/dist/components/gantt-chart/gantt-chart.js +8 -7
  42. package/dist/components/globe-3d/globe-3d.js +16 -4
  43. package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +2 -1
  44. package/dist/components/inline-input/inline-input.js +1 -1
  45. package/dist/components/interactive-timeline/interactive-timeline.js +8 -5
  46. package/dist/components/jarvis-dock/jarvis-dock.js +2 -2
  47. package/dist/components/key-concept/key-concept.js +2 -1
  48. package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +2 -1
  49. package/dist/components/knowledge-check/knowledge-check.js +2 -2
  50. package/dist/components/lang-provider/lang-provider.js +3 -3
  51. package/dist/components/learning-objectives/learning-objectives.js +2 -1
  52. package/dist/components/live-feed/live-feed.js +2 -2
  53. package/dist/components/map-2d/map-2d.js +1 -1
  54. package/dist/components/map-timeline/map-timeline.js +5 -5
  55. package/dist/components/market-treemap/market-treemap.js +2 -2
  56. package/dist/components/mdx-content/mdx-content.js +17 -8
  57. package/dist/components/metric-gauge/metric-gauge.js +1 -1
  58. package/dist/components/model-selector/model-selector.js +1 -1
  59. package/dist/components/multi-select/multi-select.js +1 -1
  60. package/dist/components/navbar-saas/navbar-saas.js +5 -5
  61. package/dist/components/number-input/number-input.js +1 -1
  62. package/dist/components/number-ticker/number-ticker.js +1 -1
  63. package/dist/components/object-card/object-card.js +1 -1
  64. package/dist/components/order-book/order-book.js +2 -2
  65. package/dist/components/overview-board/overview-board.js +1 -1
  66. package/dist/components/policy-delivery-panel/policy-delivery-panel.js +2 -2
  67. package/dist/components/profile-section/profile-section.js +2 -1
  68. package/dist/components/progress-card/progress-card.js +1 -1
  69. package/dist/components/progress-tracker/progress-tracker.js +17 -9
  70. package/dist/components/prompt-templates/prompt-templates.js +2 -2
  71. package/dist/components/quiz/quiz.js +3 -2
  72. package/dist/components/relationship-inspector/relationship-inspector.js +2 -2
  73. package/dist/components/routing-assignment-panel/routing-assignment-panel.js +2 -2
  74. package/dist/components/run-timeline/run-timeline.js +2 -2
  75. package/dist/components/scope-selector/scope-selector.js +1 -1
  76. package/dist/components/search-dialog/search-dialog.js +484 -51
  77. package/dist/components/share-dialog/share-dialog.js +2 -2
  78. package/dist/components/share-section/share-section.js +2 -1
  79. package/dist/components/sidebar/sidebar.js +30 -25
  80. package/dist/components/sidebar-toggle/sidebar-toggle.js +1 -1
  81. package/dist/components/slideshow/slideshow.js +3 -2
  82. package/dist/components/social-fab/social-fab.js +10 -10
  83. package/dist/components/spinner/spinner.js +1 -1
  84. package/dist/components/spinner/unicode-spinner.js +4 -2
  85. package/dist/components/stat-card/stat-card.js +2 -2
  86. package/dist/components/status-board/status-board.js +13 -6
  87. package/dist/components/step-by-step/step-by-step.js +2 -1
  88. package/dist/components/table-of-contents/table-of-contents.js +5 -2
  89. package/dist/components/table-of-contents-panel/table-of-contents-panel.js +3 -1
  90. package/dist/components/tabs/tabs.js +26 -8
  91. package/dist/components/tags-input/tags-input.js +11 -3
  92. package/dist/components/terminal/terminal.js +11 -3
  93. package/dist/components/theme-toggle/theme-toggle.js +2 -2
  94. package/dist/components/thinking-block/thinking-block.js +2 -2
  95. package/dist/components/ticker-tape/ticker-tape.js +1 -1
  96. package/dist/components/timeline-scrubber/timeline-scrubber.js +2 -2
  97. package/dist/components/tldr-section/tldr-section.js +9 -7
  98. package/dist/components/tour/tour.js +1 -1
  99. package/dist/components/transaction-list/transaction-list.js +2 -2
  100. package/dist/components/tutorial-card/tutorial-card.js +1 -1
  101. package/dist/components/tutorial-complete/tutorial-complete.js +8 -6
  102. package/dist/components/tutorial-filters/tutorial-filters.js +2 -2
  103. package/dist/components/tutorial-intro-content/tutorial-intro-content.js +5 -5
  104. package/dist/components/tutorial-mdx/tutorial-mdx.js +6 -6
  105. package/dist/components/usage-breakdown/usage-breakdown.js +1 -1
  106. package/dist/components/viewport-bookmarks/viewport-bookmarks.js +2 -2
  107. package/dist/components/watchlist/watchlist.js +2 -1
  108. package/dist/components/world-breadcrumbs/world-breadcrumbs.js +2 -2
  109. package/dist/components/world-clock-bar/world-clock-bar.js +5 -4
  110. package/dist/components/zoom-hud/zoom-hud.js +1 -1
  111. package/dist/index.d.ts +113 -29
  112. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -2589,11 +2589,18 @@ declare const BorderBeam: react.ForwardRefExoticComponent<Omit<react.DetailedHTM
2589
2589
  reverse?: boolean;
2590
2590
  } & react.RefAttributes<HTMLSpanElement>>;
2591
2591
 
2592
+ type SupportedLanguage = "en" | "fr";
2593
+ type HeadingTag = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
2594
+ declare const LANGUAGE_NAMES: Record<SupportedLanguage, string>;
2595
+ declare function getOtherLanguage(lang: SupportedLanguage): SupportedLanguage;
2596
+
2592
2597
  type ActivityHeatmapItem = {
2593
2598
  count: number;
2594
2599
  date: string;
2595
2600
  };
2596
2601
  type ActivityHeatmapProps = react.ComponentPropsWithoutRef<"div"> & {
2602
+ /** Heading tag for the title. Defaults to `h2`. */
2603
+ as?: HeadingTag;
2597
2604
  data: ActivityHeatmapItem[];
2598
2605
  description?: string;
2599
2606
  endDate?: Date | number | string;
@@ -2601,6 +2608,8 @@ type ActivityHeatmapProps = react.ComponentPropsWithoutRef<"div"> & {
2601
2608
  weeks?: number;
2602
2609
  };
2603
2610
  declare const ActivityHeatmap: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2611
+ /** Heading tag for the title. Defaults to `h2`. */
2612
+ as?: HeadingTag;
2604
2613
  data: ActivityHeatmapItem[];
2605
2614
  description?: string;
2606
2615
  endDate?: Date | number | string;
@@ -3576,6 +3585,8 @@ type WorldClockBarZone = {
3576
3585
  timeZone: string;
3577
3586
  };
3578
3587
  type WorldClockBarProps = react.ComponentPropsWithoutRef<"div"> & {
3588
+ /** Heading tag for the title. Defaults to `h2`. */
3589
+ as?: HeadingTag;
3579
3590
  now?: Date | number | string;
3580
3591
  showDate?: boolean;
3581
3592
  title?: string;
@@ -3583,6 +3594,8 @@ type WorldClockBarProps = react.ComponentPropsWithoutRef<"div"> & {
3583
3594
  zones: WorldClockBarZone[];
3584
3595
  };
3585
3596
  declare const WorldClockBar: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3597
+ /** Heading tag for the title. Defaults to `h2`. */
3598
+ as?: HeadingTag;
3586
3599
  now?: Date | number | string;
3587
3600
  showDate?: boolean;
3588
3601
  title?: string;
@@ -4293,12 +4306,14 @@ declare function SidebarProvider({ children }: {
4293
4306
  }): react_jsx_runtime.JSX.Element;
4294
4307
 
4295
4308
  type TableOfContentsProps = {
4309
+ /** Heading tag for the "On This Page" label. Defaults to `h3`. */
4310
+ as?: HeadingTag;
4296
4311
  sections: {
4297
4312
  id: string;
4298
4313
  title: string;
4299
4314
  }[];
4300
4315
  };
4301
- declare function TableOfContents({ sections }: TableOfContentsProps): react_jsx_runtime.JSX.Element | null;
4316
+ declare function TableOfContents({ as: Heading, sections, }: TableOfContentsProps): react_jsx_runtime.JSX.Element | null;
4302
4317
 
4303
4318
  type TopBarProps = React.ComponentPropsWithoutRef<"header"> & {
4304
4319
  leading?: ReactNode;
@@ -4531,7 +4546,7 @@ type ContentCardProps$1 = {
4531
4546
  updatedLabel?: string;
4532
4547
  };
4533
4548
  declare function ContentCard$1({ formatDate, href, lang, post, readMoreLabel, showBadge, showDate, showReadMore, updatedLabel, }: ContentCardProps$1): react_jsx_runtime.JSX.Element;
4534
- declare const BlogCard: typeof ContentCard$1;
4549
+ declare function BlogCard(props: ContentCardProps$1): react_jsx_runtime.JSX.Element;
4535
4550
 
4536
4551
  type CategoryFilterProps = {
4537
4552
  categories: string[];
@@ -4756,6 +4771,8 @@ type PlatformConfig = {
4756
4771
  label: string;
4757
4772
  };
4758
4773
  type ShareSectionProps = {
4774
+ /** Heading tag for the share title. Defaults to `h3`. */
4775
+ as?: HeadingTag;
4759
4776
  buildUrl?: (platform: SharePlatform$1, url: string, title: string) => string;
4760
4777
  platforms?: PlatformConfig[];
4761
4778
  shareOn: string;
@@ -4763,29 +4780,34 @@ type ShareSectionProps = {
4763
4780
  title: string;
4764
4781
  url: string;
4765
4782
  };
4766
- declare function ShareSection({ buildUrl: buildUrlFunction, platforms, shareOn, shareTitle, title, url, }: ShareSectionProps): react_jsx_runtime.JSX.Element;
4783
+ declare function ShareSection({ as: Heading, buildUrl: buildUrlFunction, platforms, shareOn, shareTitle, title, url, }: ShareSectionProps): react_jsx_runtime.JSX.Element;
4767
4784
 
4768
4785
  type SearchItem = {
4769
4786
  description?: string;
4787
+ href?: string;
4770
4788
  id: string;
4771
4789
  keywords?: string;
4790
+ snippet?: string;
4772
4791
  title: string;
4773
4792
  };
4793
+ type SearchScope = "components" | "docs" | "everything";
4774
4794
  type SearchDialogProps = {
4775
4795
  buttonText?: string;
4776
4796
  buttonTextMobile?: string;
4797
+ docsEmptyText?: string;
4798
+ docsGroupHeading?: string;
4799
+ docsSearch?: (query: string) => Promise<SearchItem[]>;
4777
4800
  emptyText?: string;
4778
4801
  enableKeyboardShortcut?: boolean;
4779
4802
  groupHeading?: string;
4780
4803
  items: SearchItem[];
4804
+ minDocsSearchLength?: number;
4805
+ onDocsSelect?: (item: SearchItem) => void;
4781
4806
  onSelect: (item: SearchItem) => void;
4807
+ scopeLabels?: Partial<Record<SearchScope, string>>;
4782
4808
  searchPlaceholder?: string;
4783
4809
  };
4784
- declare function SearchDialog({ buttonText, buttonTextMobile, emptyText, enableKeyboardShortcut, groupHeading, items, onSelect, searchPlaceholder, }: SearchDialogProps): react_jsx_runtime.JSX.Element;
4785
-
4786
- type SupportedLanguage = "en" | "fr";
4787
- declare const LANGUAGE_NAMES: Record<SupportedLanguage, string>;
4788
- declare function getOtherLanguage(lang: SupportedLanguage): SupportedLanguage;
4810
+ declare function SearchDialog({ buttonText, buttonTextMobile, docsEmptyText, docsGroupHeading, docsSearch, emptyText, enableKeyboardShortcut, groupHeading, items, minDocsSearchLength, onDocsSelect, onSelect, scopeLabels, searchPlaceholder, }: SearchDialogProps): react_jsx_runtime.JSX.Element;
4789
4811
 
4790
4812
  type LangProviderProps = {
4791
4813
  defaultLanguage?: SupportedLanguage;
@@ -4815,12 +4837,16 @@ type CandlestickDatum = {
4815
4837
  open: number;
4816
4838
  };
4817
4839
  type CandlestickChartProps = {
4840
+ /** Heading tag for the title. Defaults to `h3`. */
4841
+ as?: HeadingTag;
4818
4842
  data: CandlestickDatum[];
4819
4843
  height?: number;
4820
4844
  showGrid?: boolean;
4821
4845
  width?: number;
4822
4846
  } & react.HTMLAttributes<HTMLDivElement>;
4823
4847
  declare const CandlestickChart: react.ForwardRefExoticComponent<{
4848
+ /** Heading tag for the title. Defaults to `h3`. */
4849
+ as?: HeadingTag;
4824
4850
  data: CandlestickDatum[];
4825
4851
  height?: number;
4826
4852
  showGrid?: boolean;
@@ -4846,9 +4872,13 @@ type MarketTreemapItem = {
4846
4872
  value: number;
4847
4873
  };
4848
4874
  type MarketTreemapProps = {
4875
+ /** Heading tag for the main "Market treemap" title. Defaults to `h2`. */
4876
+ as?: HeadingTag;
4849
4877
  items: MarketTreemapItem[];
4850
4878
  } & react.HTMLAttributes<HTMLDivElement>;
4851
4879
  declare const MarketTreemap: react.ForwardRefExoticComponent<{
4880
+ /** Heading tag for the main "Market treemap" title. Defaults to `h2`. */
4881
+ as?: HeadingTag;
4852
4882
  items: MarketTreemapItem[];
4853
4883
  } & react.HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
4854
4884
 
@@ -4858,11 +4888,15 @@ type OrderBookLevel = {
4858
4888
  total?: number;
4859
4889
  };
4860
4890
  type OrderBookProps = {
4891
+ /** Heading tag for the main "Order book" title. Defaults to `h2`. */
4892
+ as?: HeadingTag;
4861
4893
  asks: OrderBookLevel[];
4862
4894
  bids: OrderBookLevel[];
4863
4895
  precision?: number;
4864
4896
  } & react.HTMLAttributes<HTMLDivElement>;
4865
4897
  declare const OrderBook: react.ForwardRefExoticComponent<{
4898
+ /** Heading tag for the main "Order book" title. Defaults to `h2`. */
4899
+ as?: HeadingTag;
4866
4900
  asks: OrderBookLevel[];
4867
4901
  bids: OrderBookLevel[];
4868
4902
  precision?: number;
@@ -4879,13 +4913,15 @@ type SocialLink = {
4879
4913
  label: string;
4880
4914
  };
4881
4915
  type ProfileSectionProps = {
4916
+ /** Heading tag for the profile name. Defaults to `h3`. */
4917
+ as?: HeadingTag;
4882
4918
  compact?: boolean;
4883
4919
  dict: ProfileDict;
4884
4920
  imageAlt?: string;
4885
4921
  imageSource?: string;
4886
4922
  socialLinks?: SocialLink[];
4887
4923
  };
4888
- declare function ProfileSection({ compact, dict, imageAlt, imageSource, socialLinks, }: ProfileSectionProps): react_jsx_runtime.JSX.Element;
4924
+ declare function ProfileSection({ as: Heading, compact, dict, imageAlt, imageSource, socialLinks, }: ProfileSectionProps): react_jsx_runtime.JSX.Element;
4889
4925
 
4890
4926
  /**
4891
4927
  * One prompt template entry.
@@ -5481,11 +5517,15 @@ type WatchlistItem = {
5481
5517
  volume?: string;
5482
5518
  };
5483
5519
  type WatchlistProps = {
5520
+ /** Heading tag for the title. Defaults to `h2`. */
5521
+ as?: HeadingTag;
5484
5522
  eyebrow?: string;
5485
5523
  items: WatchlistItem[];
5486
5524
  title?: string;
5487
5525
  } & react.HTMLAttributes<HTMLDivElement>;
5488
5526
  declare const Watchlist: react.ForwardRefExoticComponent<{
5527
+ /** Heading tag for the title. Defaults to `h2`. */
5528
+ as?: HeadingTag;
5489
5529
  eyebrow?: string;
5490
5530
  items: WatchlistItem[];
5491
5531
  title?: string;
@@ -5761,12 +5801,16 @@ type StatusBoardItem = {
5761
5801
  value?: string;
5762
5802
  };
5763
5803
  type StatusBoardProps = react.ComponentPropsWithoutRef<"div"> & {
5804
+ /** Heading tag for the title. Defaults to `h2`. */
5805
+ as?: HeadingTag;
5764
5806
  columns?: 2 | 3 | 4;
5765
5807
  description?: string;
5766
5808
  items: StatusBoardItem[];
5767
5809
  title?: string;
5768
5810
  };
5769
5811
  declare const StatusBoard: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5812
+ /** Heading tag for the title. Defaults to `h2`. */
5813
+ as?: HeadingTag;
5770
5814
  columns?: 2 | 3 | 4;
5771
5815
  description?: string;
5772
5816
  items: StatusBoardItem[];
@@ -5911,13 +5955,15 @@ type ChecklistItem = {
5911
5955
  label: string;
5912
5956
  };
5913
5957
  type ChecklistProps = {
5958
+ /** Heading tag for the checklist title. Defaults to `h4`. */
5959
+ as?: HeadingTag;
5914
5960
  className?: string;
5915
5961
  items: ChecklistItem[];
5916
5962
  onComplete?: () => void;
5917
5963
  persistKey?: string;
5918
5964
  title?: string;
5919
5965
  };
5920
- declare function Checklist({ className, items, onComplete, persistKey, title, }: ChecklistProps): React.ReactNode;
5966
+ declare function Checklist({ as: Heading, className, items, onComplete, persistKey, title, }: ChecklistProps): React.ReactNode;
5921
5967
 
5922
5968
  /**
5923
5969
  * Color theme for the {@link CivilizationCard} hero band.
@@ -6027,6 +6073,8 @@ type CivilizationComparisonProps = ComponentPropsWithoutRef<"div">;
6027
6073
  declare const CivilizationComparison: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
6028
6074
 
6029
6075
  type CodePlaygroundProps = {
6076
+ /** Heading tag for the title. Defaults to `h4`. */
6077
+ as?: HeadingTag;
6030
6078
  children: ReactNode;
6031
6079
  description?: string;
6032
6080
  filename?: string;
@@ -6035,7 +6083,7 @@ type CodePlaygroundProps = {
6035
6083
  showLineNumbers?: boolean;
6036
6084
  title: string;
6037
6085
  };
6038
- declare function CodePlayground({ children, description, filename, highlightLines, language, showLineNumbers, title, }: CodePlaygroundProps): react_jsx_runtime.JSX.Element;
6086
+ declare function CodePlayground({ as: Heading, children, description, filename, highlightLines, language, showLineNumbers, title, }: CodePlaygroundProps): react_jsx_runtime.JSX.Element;
6039
6087
  type FileTreeProps = {
6040
6088
  children: ReactNode;
6041
6089
  title?: string;
@@ -6049,10 +6097,12 @@ type ComparisonSide = {
6049
6097
  };
6050
6098
  type ComparisonProps = {
6051
6099
  after: ComparisonSide;
6100
+ /** Heading tag for the title. Defaults to `h4`. */
6101
+ as?: HeadingTag;
6052
6102
  before: ComparisonSide;
6053
6103
  title?: string;
6054
6104
  };
6055
- declare function Comparison({ after, before, title, ...rest }: ComparisonProps & Record<string, unknown>): react_jsx_runtime.JSX.Element | null;
6105
+ declare function Comparison({ after, as: Heading, before, title, ...rest }: ComparisonProps & Record<string, unknown>): react_jsx_runtime.JSX.Element | null;
6056
6106
  type BeforeAfterProps = {
6057
6107
  after: ReactNode;
6058
6108
  before: ReactNode;
@@ -6265,13 +6315,15 @@ declare const EraFigure: react.ForwardRefExoticComponent<{
6265
6315
  } & Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "children"> & react.RefAttributes<HTMLSpanElement>>;
6266
6316
 
6267
6317
  type ExerciseProps = {
6318
+ /** Heading tag for the exercise title. Defaults to `h4`. */
6319
+ as?: HeadingTag;
6268
6320
  children: ReactNode;
6269
6321
  difficulty?: "easy" | "hard" | "medium";
6270
6322
  hint?: string;
6271
6323
  solution?: ReactNode;
6272
6324
  title: string;
6273
6325
  };
6274
- declare function Exercise({ children, difficulty, hint, solution, title, }: ExerciseProps): react_jsx_runtime.JSX.Element;
6326
+ declare function Exercise({ as: Heading, children, difficulty, hint, solution, title, }: ExerciseProps): react_jsx_runtime.JSX.Element;
6275
6327
 
6276
6328
  type FAQItemProps = {
6277
6329
  children: ReactNode;
@@ -6280,10 +6332,12 @@ type FAQItemProps = {
6280
6332
  };
6281
6333
  declare function FAQItem({ children, defaultOpen, question }: FAQItemProps): react_jsx_runtime.JSX.Element;
6282
6334
  type FAQProps = {
6335
+ /** Heading tag for the FAQ title. Defaults to `h4`. */
6336
+ as?: HeadingTag;
6283
6337
  children: ReactNode;
6284
6338
  title?: string;
6285
6339
  };
6286
- declare function FAQ({ children, title }: FAQProps): react_jsx_runtime.JSX.Element;
6340
+ declare function FAQ({ as: Heading, children, title, }: FAQProps): react_jsx_runtime.JSX.Element;
6287
6341
  declare namespace FAQ {
6288
6342
  var Item: typeof FAQItem;
6289
6343
  }
@@ -6309,19 +6363,23 @@ type KeyConceptProps = {
6309
6363
  };
6310
6364
  declare function KeyConcept({ children, className, highlight, icon, term, }: KeyConceptProps): React.ReactNode;
6311
6365
  type GlossaryProps = {
6366
+ /** Heading tag for the glossary title. Defaults to `h4`. */
6367
+ as?: HeadingTag;
6312
6368
  children: ReactNode;
6313
6369
  className?: string;
6314
6370
  icon?: ReactNode;
6315
6371
  title?: string;
6316
6372
  };
6317
- declare function Glossary({ children, className, icon, title, }: GlossaryProps): React.ReactNode;
6373
+ declare function Glossary({ as: Heading, children, className, icon, title, }: GlossaryProps): React.ReactNode;
6318
6374
 
6319
6375
  type LearningObjectivesProps = {
6376
+ /** Heading tag for the title. Defaults to `h4`. */
6377
+ as?: HeadingTag;
6320
6378
  estimatedTime?: string;
6321
6379
  objectives: string[];
6322
6380
  title?: string;
6323
6381
  };
6324
- declare function LearningObjectives({ estimatedTime, objectives, title, }: LearningObjectivesProps): react_jsx_runtime.JSX.Element;
6382
+ declare function LearningObjectives({ as: Heading, estimatedTime, objectives, title, }: LearningObjectivesProps): react_jsx_runtime.JSX.Element;
6325
6383
  type PrerequisitesProps = {
6326
6384
  items: string[];
6327
6385
  level?: "advanced" | "beginner" | "intermediate";
@@ -6700,6 +6758,8 @@ type QuizOption = {
6700
6758
  label: string;
6701
6759
  };
6702
6760
  type QuizProps = {
6761
+ /** Heading tag for the question. Defaults to `h4`. */
6762
+ as?: HeadingTag;
6703
6763
  className?: string;
6704
6764
  explanation?: ReactNode;
6705
6765
  hint?: string;
@@ -6707,7 +6767,7 @@ type QuizProps = {
6707
6767
  options: QuizOption[];
6708
6768
  question: string;
6709
6769
  };
6710
- declare function Quiz({ className, explanation, hint, onAnswer, options, question, }: QuizProps): React.ReactNode;
6770
+ declare function Quiz({ as: Heading, className, explanation, hint, onAnswer, options, question, }: QuizProps): React.ReactNode;
6711
6771
 
6712
6772
  declare const sizeClasses: {
6713
6773
  lg: string;
@@ -6736,12 +6796,14 @@ type StepProps = {
6736
6796
  };
6737
6797
  declare function Step({ children, className, number, title, }: StepProps): React.ReactNode;
6738
6798
  type StepByStepProps = {
6799
+ /** Heading tag for the main title. Defaults to `h3`. */
6800
+ as?: HeadingTag;
6739
6801
  children: ReactNode;
6740
6802
  className?: string;
6741
6803
  interactive?: boolean;
6742
6804
  title?: string;
6743
6805
  };
6744
- declare function StepByStep({ children, className, interactive, title, }: StepByStepProps): React.ReactNode;
6806
+ declare function StepByStep({ as: Heading, children, className, interactive, title, }: StepByStepProps): React.ReactNode;
6745
6807
  declare namespace StepByStep {
6746
6808
  var Step: typeof Step;
6747
6809
  }
@@ -6765,10 +6827,11 @@ declare function Stepper({ className, currentStep, onStepClick, orientation, sho
6765
6827
  type TabsProps = {
6766
6828
  children: ReactNode;
6767
6829
  className?: string;
6768
- defaultValue: string;
6830
+ defaultValue?: string;
6769
6831
  onValueChange?: (value: string) => void;
6832
+ value?: string;
6770
6833
  };
6771
- declare function Tabs({ children, className, defaultValue, onValueChange, }: TabsProps): React.ReactNode;
6834
+ declare function Tabs({ children, className, defaultValue, onValueChange, value, }: TabsProps): React.ReactNode;
6772
6835
  declare namespace Tabs {
6773
6836
  var List: typeof TabsList;
6774
6837
  var Trigger: typeof TabsTrigger;
@@ -6780,17 +6843,20 @@ type TabsListProps = {
6780
6843
  };
6781
6844
  declare function TabsList({ children, className }: TabsListProps): React.ReactNode;
6782
6845
  type TabsTriggerProps = {
6846
+ "aria-hidden"?: "false" | "true" | boolean;
6783
6847
  children: ReactNode;
6784
6848
  className?: string;
6849
+ tabIndex?: number;
6785
6850
  value: string;
6786
6851
  };
6787
- declare function TabsTrigger({ children, className, value, }: TabsTriggerProps): React.ReactNode;
6852
+ declare function TabsTrigger({ "aria-hidden": ariaHidden, children, className, tabIndex, value, }: TabsTriggerProps): React.ReactNode;
6788
6853
  type TabsContentProps = {
6854
+ "aria-hidden"?: "false" | "true" | boolean;
6789
6855
  children: ReactNode;
6790
6856
  className?: string;
6791
6857
  value: string;
6792
6858
  };
6793
- declare function TabsContent({ children, className, value, }: TabsContentProps): React.ReactNode;
6859
+ declare function TabsContent({ "aria-hidden": ariaHidden, children, className, value, }: TabsContentProps): React.ReactNode;
6794
6860
 
6795
6861
  type TerminalLine = {
6796
6862
  content: string;
@@ -6925,11 +6991,15 @@ type TutorialCompleteProps = {
6925
6991
  }[];
6926
6992
  };
6927
6993
  relatedContent: TutorialCompleteRelatedContent[];
6994
+ /** Heading tag for review/related-content section labels. Defaults to `h3`. */
6995
+ sectionLabelAs?: HeadingTag;
6928
6996
  sections: TutorialCompleteSection[];
6929
6997
  shareUrl: string;
6930
6998
  title: string;
6999
+ /** Heading tag for the main completion title. Defaults to `h2`. */
7000
+ titleAs?: HeadingTag;
6931
7001
  };
6932
- declare function TutorialCompleteImpl({ backHref, completedSections, completionPercent, labels, linkComponent: LinkComponent, onGoToSection, onRestart, profile, relatedContent, sections, shareUrl, title, }: TutorialCompleteProps): React.ReactNode;
7002
+ declare function TutorialCompleteImpl({ backHref, completedSections, completionPercent, labels, linkComponent: LinkComponent, onGoToSection, onRestart, profile, relatedContent, sectionLabelAs: SectionHeading, sections, shareUrl, title, titleAs: TitleHeading, }: TutorialCompleteProps): React.ReactNode;
6933
7003
  declare const TutorialComplete: react.MemoExoticComponent<typeof TutorialCompleteImpl>;
6934
7004
 
6935
7005
  type TutorialIntroContentProps = {
@@ -6999,6 +7069,8 @@ type TourProps = {
6999
7069
  declare function Tour({ className, defaultStep, onComplete, onStepChange, steps, }: TourProps): ReactNode;
7000
7070
 
7001
7071
  type CompletionDialogProps = {
7072
+ /** Heading tag for the dialog title. Defaults to `h2`. */
7073
+ as?: HeadingTag;
7002
7074
  cancelLabel?: string;
7003
7075
  cancelShortcut?: string;
7004
7076
  className?: string;
@@ -7012,7 +7084,7 @@ type CompletionDialogProps = {
7012
7084
  onConfirm: () => void;
7013
7085
  title: string;
7014
7086
  };
7015
- declare function CompletionDialogImpl({ cancelLabel, cancelShortcut, className, closeIcon, confirmLabel, confirmShortcut, description, isOpen, onCancel, onClose, onConfirm, title, }: CompletionDialogProps): React.ReactNode;
7087
+ declare function CompletionDialogImpl({ as, cancelLabel, cancelShortcut, className, closeIcon, confirmLabel, confirmShortcut, description, isOpen, onCancel, onClose, onConfirm, title, }: CompletionDialogProps): React.ReactNode;
7016
7088
  declare const CompletionDialog: react.MemoExoticComponent<typeof CompletionDialogImpl>;
7017
7089
 
7018
7090
  type ContentIntroSection = {
@@ -7045,8 +7117,12 @@ type ContentIntroProps = {
7045
7117
  sections: ContentIntroSection[];
7046
7118
  /** Intro section title */
7047
7119
  title: string;
7120
+ /** Heading tag for the main title. Defaults to `h2`. */
7121
+ titleAs?: HeadingTag;
7122
+ /** Heading tag for the table-of-contents label. Defaults to `h3`. */
7123
+ tocLabelAs?: HeadingTag;
7048
7124
  };
7049
- declare function ContentIntroImpl({ additionalContent, completedSections, estimatedTime, isLoading, labels, onGoToSection, onStart, renderIntroContent, sections, title, }: ContentIntroProps): React.ReactNode;
7125
+ declare function ContentIntroImpl({ additionalContent, completedSections, estimatedTime, isLoading, labels, onGoToSection, onStart, renderIntroContent, sections, title, titleAs: TitleHeading, tocLabelAs: TocHeading, }: ContentIntroProps): React.ReactNode;
7050
7126
  declare const ContentIntro: react.MemoExoticComponent<typeof ContentIntroImpl>;
7051
7127
 
7052
7128
  type FilterOption = {
@@ -7303,6 +7379,8 @@ type KeyboardShortcut = {
7303
7379
  keys: readonly string[];
7304
7380
  };
7305
7381
  type KeyboardShortcutsHelpProps = {
7382
+ /** Heading tag for the modal title. Defaults to `h2`. */
7383
+ as?: HeadingTag;
7306
7384
  className?: string;
7307
7385
  closeIcon?: ReactNode;
7308
7386
  footer?: ReactNode;
@@ -7311,7 +7389,7 @@ type KeyboardShortcutsHelpProps = {
7311
7389
  shortcuts: readonly KeyboardShortcut[];
7312
7390
  title?: string;
7313
7391
  };
7314
- declare function KeyboardShortcutsHelpImpl({ className, closeIcon, footer, isOpen, onClose, shortcuts, title, }: KeyboardShortcutsHelpProps): React.ReactNode;
7392
+ declare function KeyboardShortcutsHelpImpl({ as: Heading, className, closeIcon, footer, isOpen, onClose, shortcuts, title, }: KeyboardShortcutsHelpProps): React.ReactNode;
7315
7393
  declare const KeyboardShortcutsHelp: react.MemoExoticComponent<typeof KeyboardShortcutsHelpImpl>;
7316
7394
 
7317
7395
  /**
@@ -7505,6 +7583,8 @@ type SlideshowLabels = {
7505
7583
  sectionsLabel?: string;
7506
7584
  };
7507
7585
  type SlideshowProps = {
7586
+ /** Heading tag for the sections label inside the table of contents. Defaults to `h3`. */
7587
+ as?: HeadingTag;
7508
7588
  /** Completed section IDs */
7509
7589
  completedSections: Set<string>;
7510
7590
  /** Dialog labels */
@@ -7528,7 +7608,7 @@ type SlideshowProps = {
7528
7608
  /** Tutorial title */
7529
7609
  title: string;
7530
7610
  };
7531
- declare function SlideshowImpl({ completedSections, completionDialogTitle, currentIndex, labels, onComplete, onExit, onNavigate, onToggleSection, renderContent, sections, title, }: SlideshowProps): React.ReactNode;
7611
+ declare function SlideshowImpl({ as: SectionsHeading, completedSections, completionDialogTitle, currentIndex, labels, onComplete, onExit, onNavigate, onToggleSection, renderContent, sections, title, }: SlideshowProps): React.ReactNode;
7532
7612
  declare const Slideshow: react.MemoExoticComponent<typeof SlideshowImpl>;
7533
7613
 
7534
7614
  type StepNavigationProps = {
@@ -7553,6 +7633,8 @@ type TOCSection = {
7553
7633
  title: string;
7554
7634
  };
7555
7635
  type TableOfContentsPanelProps = {
7636
+ /** Heading tag for the panel title. Defaults to `h2`. */
7637
+ as?: HeadingTag;
7556
7638
  className?: string;
7557
7639
  closeIcon?: ReactNode;
7558
7640
  completedSections: Set<string>;
@@ -7568,7 +7650,7 @@ type TableOfContentsPanelProps = {
7568
7650
  title?: string;
7569
7651
  totalSections: number;
7570
7652
  };
7571
- declare function TableOfContentsPanelImpl({ className, closeIcon, completedSections, completionCount, currentSectionIndex, isOpen, onClose, onReset, onSelectSection, progressLabel, resetLabel, sections, title, totalSections, }: TableOfContentsPanelProps): React.ReactNode;
7653
+ declare function TableOfContentsPanelImpl({ as: Heading, className, closeIcon, completedSections, completionCount, currentSectionIndex, isOpen, onClose, onReset, onSelectSection, progressLabel, resetLabel, sections, title, totalSections, }: TableOfContentsPanelProps): React.ReactNode;
7572
7654
  declare const TableOfContentsPanel: react.MemoExoticComponent<typeof TableOfContentsPanelImpl>;
7573
7655
 
7574
7656
  type SharePlatform = {
@@ -7647,6 +7729,8 @@ declare function useSocialFab(options?: UseSocialFabOptions): {
7647
7729
  };
7648
7730
 
7649
7731
  type HorizontalScrollRowProps = {
7732
+ /** Heading tag for the title. Defaults to `h3`. */
7733
+ as?: HeadingTag;
7650
7734
  children: ReactNode;
7651
7735
  className?: string;
7652
7736
  description?: string;
@@ -10723,4 +10807,4 @@ declare function useMounted(): boolean;
10723
10807
 
10724
10808
  declare function cn(...inputs: ClassValue[]): string;
10725
10809
 
10726
- export { AIArtifact, AIArtifactContent, AIArtifactCopyButton, AIArtifactDownloadButton, AIArtifactEditButton, AIArtifactFullscreenButton, type AIArtifactLabels, type AIArtifactProps, AIArtifactToolbar, type AIArtifactType, AIArtifactVersion, type AIArtifactVersionProps, AIArtifactVersions, AIChatInput, type AIChatInputProps, AIMessageBubble, type AIMessageBubbleProps, AISidebar, AISidebarClose, AISidebarContent, AISidebarFooter, AISidebarHeader, type AISidebarLabels, type AISidebarPosition, type AISidebarProps, AISidebarProvider, type AISidebarProviderProps, AISidebarTitle, AISidebarTrigger, type AISidebarTriggerProps, AISourceCitation, type AISourceCitationProps, AIStreamingText, type AIStreamingTextProps, AIToolCallDisplay, type AIToolCallDisplayProps, type AIToolCallStatus, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, type ActivityEvent, ActivityHeatmap, type ActivityHeatmapItem, type ActivityHeatmapProps, ActivityLog, type ActivityLogItem, type ActivityLogProps, type ActivityLogTone, type ActivityStripTone, AgentActivity, type AgentActivityLabels, type AgentActivityProps, type AgentActivityStatus, AgentStep, AgentStepDetail, type AgentStepDetailProps, AgentStepDuration, type AgentStepDurationProps, AgentStepProgress, type AgentStepProgressProps, type AgentStepProps, type AgentStepStatus, AgentStepTitle, type AgentStepTitleProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertPulse, type AlertPulseLabels, type AlertPulseProps, type AlertPulseSeverity, AlertTitle, AnchorPort, type AnchorPortProps, AnimatedText, type AnimatedTextProps, Annotation, type AnnotationColor, type AnnotationProps, type AnnotationRegion, AreaChart, AspectRatio, AutoReload, type AutoReloadLabels, type AutoReloadProps, type AutoReloadSavePayload, Avatar, AvatarFallback, AvatarGroup, type AvatarGroupItem, type AvatarGroupProps, AvatarImage, Badge, type BadgeProps, Banner, BannerAction, type BannerActionProps, type BannerProps, type BannerVariant, BarChart, BeforeAfter, type BeforeAfterProps, BlogCard, BorderBeam, type BorderBeamProps, BottomActivityStrip, type BottomActivityStripLabels, type BottomActivityStripProps, BottomBar, type BottomBarProps, Breadcrumb, type BreadcrumbItem, Button, type ButtonProps, Calendar, type CalendarProps, Callout, type CalloutProps, type CalloutVariant, CandlestickChart, type CandlestickChartProps, type CandlestickDatum, CanvasShell, type CanvasShellInsets, type CanvasShellProps, type CanvasShellRouteConfig, CanvasView, type CanvasViewHandle, type CanvasViewProps, type CanvasViewport, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryFilter, type ChatDockMessage, ChatDockSection, type ChatDockSectionProps, Checkbox, Checklist, type ChecklistItem, type ChecklistProps, type ChoroplethColorScale, ChoroplethLegend, type ChoroplethLegendProps, ChoroplethMap, type ChoroplethMapLabels, type ChoroplethMapProps, type ChoroplethRegion, ChoroplethTooltip, type ChoroplethTooltipProps, ChronoEvent, type ChronoEventProps, type ChronoMedia, ChronologicalTimeline, type ChronologicalTimelineProps, CivilizationCard, type CivilizationCardColor, type CivilizationCardEra, type CivilizationCardLabels, type CivilizationCardProps, CivilizationComparison, type CivilizationComparisonProps, CodeBlock, CodePlayground, type CodePlaygroundProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommentPin, type CommentPinLabels, type CommentPinProps, type CommentPinState, CommonMistake, type CommonMistakeProps, Comparison, type ComparisonProps, CompletionDialog, type CompletionDialogProps, ConnectorEdge, type ConnectorEdgePoint, type ConnectorEdgeProps, Content, ContentCard$1 as ContentCard, ContentIntro, type ContentIntroLabels, type ContentIntroProps, type ContentIntroSection, type ContentMeta, type ContentProgress, type ContentSection, type ContentSectionMinimal, ContextLens, type ContextLensFocus, type ContextLensLabels, type ContextLensProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ConversationEmpty, type ConversationEmptyProps, ConversationHeader, type ConversationHeaderProps, ConversationLoading, type ConversationLoadingProps, type ConversationMessage, ConversationMessages, type ConversationMessagesProps, ConversationScrollButton, type ConversationScrollButtonProps, ConversationSuggestions, type ConversationSuggestionsProps, ConversationThread, type ConversationThreadProps, ConversationTitle, type ConversationTitleProps, CookieConsent, type CookieConsentProps, CopyButton, type CopyButtonProps, type CopyButtonVariant, type CopyStatus, CountdownTimer, type CountdownTimerProps, CreditBadge, type CreditBadgeProps, type CreditBadgeStatus, Curriculum, CurriculumLesson, type CurriculumLessonProps, CurriculumModule, type CurriculumModuleProps, type CurriculumProps, DataList, DataListItem, type DataListItemProps, DataListLabel, type DataListProps, DataListValue, DataTableComponent as DataTable, type DataTableFilter, type DataTableFilterOption, type DataTableProps, DatePicker, type DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, type DifficultyLevel, DocumentSiblingNav, type DocumentSiblingNavLink, type DocumentSiblingNavProps, type DocumentSiblingNavVariant, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EdgeLabel, type EdgeLabelProps, EmptyState, type EmptyStateProps, type EmptyStateSize, type EraColor, EraColumn, type EraColumnProps, EraComparison, type EraComparisonProps, EraDomain, type EraDomainProps, EraFigure, type EraFigureProps, EraHighlight, type EraHighlightProps, Exercise, type ExerciseProps, FAQ, FAQItem, type FAQItemProps, type FAQProps, FileTree, type FileTreeProps, FileUpload, type FileUploadProps, FilterBar, type FilterBarLabels, type FilterBarProps, type FilterOption, type FilterUpdates, Flashcard, type FlashcardProps, FloatingActionButton, type FloatingActionButtonProps, FloatingToolbar, type FloatingToolbarAction, type FloatingToolbarLabels, type FloatingToolbarProps, FlowControls, type FlowControlsProps, FlowDiagram, type FlowDiagramEdge, type FlowDiagramNode, type FlowDiagramProps, FlowErrorBoundary, FlowFullscreen, type FlowFullscreenProps, FollowMode, type FollowModeColor, type FollowModeLabels, type FollowModeProps, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, type FormProps, GanttChart, type GanttChartLabels, type GanttChartProps, type GanttColor, type GanttGroup, type GanttMilestone, type GanttScale, type GanttTask, type GeoJSONPolygon, type GeoPosition$4 as GeoPosition, GeographyQuizMap, type GeographyQuizMapLabels, GeographyQuizMapPrompt, type GeographyQuizMapProps, GeographyQuizMapResults, GeographyQuizMapScore, GlassPanel, type GlassPanelProps, Globe3D, type Globe3DLabels, type Globe3DProps, GlobeArc, type GlobeArcProps, type GlobeColor, type GlobeCoord, GlobeMarker, type GlobeMarkerProps, Glossary, type GlossaryProps, GroupHull, type GroupHullProps, HandoffBeacon, type HandoffBeaconLabels, type HandoffBeaconLevel, type HandoffBeaconProps, type HeatGradient, HeatMapOverlay, type HeatMapOverlayLabels, type HeatMapOverlayProps, type HeatMapPoint, HeatOverlay, type HeatOverlayLabels, type HeatOverlayProps, type HeatOverlayTone, type HeatPoint, Highlight, type HighlightProps, type HistoricCategory, type HistoricColor, type HistoricEra, type HistoricEvent, type HistoricPeriod, HistoricTimeline, type HistoricTimelineLabels, type HistoricTimelineProps, HistoricalFigureCard, type HistoricalFigureCardConnection, type HistoricalFigureCardLabels, type HistoricalFigureCardLifeEvent, type HistoricalFigureCardProps, type HistoricalFigureCardQuote, HorizontalScrollRow, type HorizontalScrollRowProps, HoverCard, HoverCardContent, HoverCardTrigger, InfinitePlane, type InfinitePlaneLabels, type InfinitePlanePattern, type InfinitePlaneProps, InlineInput, type InlineInputProps, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InteractiveTimeline, type InteractiveTimelineCategory, type InteractiveTimelineColor, type InteractiveTimelineEvent, InteractiveTimelineFilter, type InteractiveTimelineFilterProps, type InteractiveTimelineLabels, type InteractiveTimelineProps, InteractiveTimelineToday, InteractiveTimelineToolbar, type InteractiveTimelineTrack, InteractiveTimelineZoomIn, InteractiveTimelineZoomOut, JarvisDock, type JarvisDockAction, type JarvisDockLabels, type JarvisDockProps, type JarvisDockTone, Kbd, type KbdProps, KeyConcept, type KeyConceptProps, type KeyboardShortcut, KeyboardShortcutsHelp, type KeyboardShortcutsHelpProps, KnowledgeCheck, type KnowledgeCheckAnswer, type KnowledgeCheckLabels, type KnowledgeCheckOption, type KnowledgeCheckProps, type KnowledgeCheckQuestion, type KnowledgeCheckQuestionType, type KnowledgeCheckScore, LANGUAGE_NAMES, Label, LangProvider, type LassoRect, LearningObjectives, type LearningObjectivesProps, LeftRail, type LeftRailProps, type LessonDifficulty, type LessonStatus, LineChart, LiveCursor, type LiveCursorLabels, type LiveCursorProps, LiveFeed, type LiveFeedEvent, type LiveFeedProps, MDXContent, Map2D, type Map2DLabels, type Map2DProps, MapControls, MapLayer, type MapLayerProps, MapMarker, MapMarkerIcon, type MapMarkerProps, MapPopup, type MapPopupProps, MapTimeline, type MapTimelineColor, MapTimelineControls, MapTimelineEvent, type MapTimelineEventProps, type MapTimelineGeometry, type MapTimelineLabels, MapTimelineLayer, type MapTimelineLayerProps, MapTimelinePlayButton, type MapTimelineProps, MapTimelineSlider, MapZoomIn, MapZoomOut, MarketTreemap, type MarketTreemapItem, type MarketTreemapProps, Marquee, type MarqueeProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MetricCluster, type MetricClusterAnchor, type MetricClusterEntry, type MetricClusterLabels, type MetricClusterProps, type MetricClusterTone, MetricGauge, type MetricGaugeProps, type MetricGaugeThreshold, type MiniMapMarker, MiniMapPanel, type MiniMapPanelProps, ModelComparison, ModelComparisonColumn, type ModelComparisonColumnProps, type ModelComparisonLabels, ModelComparisonMeta, type ModelComparisonMetaProps, type ModelComparisonProps, ModelComparisonVote, type ModelComparisonVoteProps, type ModelComparisonVoteValue, type ModelInfo, ModelSelector, type ModelSelectorProps, MultiSelect, MultiSelectLasso, type MultiSelectLassoLabels, type MultiSelectLassoProps, type MultiSelectOption, type MultiSelectProps, type NavItem, NavbarSaas, type NavbarSaasProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NewsletterSignup, type NewsletterSignupLabels, type NewsletterSignupProps, type NewsletterSignupStatus, type NewsletterSignupVariant, NumberInput, type NumberInputProps, NumberTicker, type NumberTickerProps, ObjectCard, type ObjectCardAction, type ObjectCardMetric, type ObjectCardProps, ObjectHandle, type ObjectHandleProps, ObjectInspector, type ObjectInspectorKind, type ObjectInspectorLabels, type ObjectInspectorProps, type ObjectInspectorStatus, OrderBook, type OrderBookLevel, type OrderBookProps, OverviewBoard, type OverviewBoardItem, type OverviewBoardProps, OverviewCard, type OverviewCardProps, type OverviewCardTone, Pagination, type PaginationProps, ParallelTimeline, type ParallelTimelineColor, type ParallelTimelineEra, type ParallelTimelineEvent, type ParallelTimelineLabels, type ParallelTimelineProps, type ParallelTimelineTrack, PasswordInput, type PasswordInputProps, PlanBadge, type PlanBadgeProps, type PlanBadgeState, type PlanBadgeTier, type PlatformConfig, PlaybackGhost, type PlaybackGhostKind, type PlaybackGhostLabels, type PlaybackGhostProps, PolicyDeliveryPanel, type PolicyDeliveryPanelLabels, type PolicyDeliveryPanelProps, type PolicyEntry, type PolicyStatus, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Prerequisites, type PrerequisitesProps, PresenceStack, type PresenceStackLabels, type PresenceStackProps, type PresenceStatus, PresenceSyncIndicator, type PresenceSyncIndicatorLabels, type PresenceSyncIndicatorProps, type PresenceSyncState, type PresenceUser, type PricingFeature, type PricingPeriod, PricingPlan, type PricingPlanCta, type PricingPlanProps, PricingTable, type PricingTableProps, type PrimarySource, PrimarySourceAnnotation, type PrimarySourceAnnotationProps, PrimarySourceAnnotations, PrimarySourceContext, PrimarySourceMetadata, PrimarySourceQuestions, PrimarySourceRotate, PrimarySourceToolbar, PrimarySourceTranscription, PrimarySourceViewer, type PrimarySourceViewerLabels, type PrimarySourceViewerProps, PrimarySourceZoomIn, PrimarySourceZoomOut, ProTip, type ProTipProps, type ProTipVariant, ProfileSection, ProgressBar, type ProgressBarProps, ContentCard as ProgressCard, type ContentCardProgress as ProgressCardProgress, type ContentCardProps as ProgressCardProps, ProgressTracker, ProgressTrackerBadge, type ProgressTrackerBadgeProps, ProgressTrackerModule, type ProgressTrackerModuleItem, type ProgressTrackerModuleProps, type ProgressTrackerModuleStatus, ProgressTrackerModules, type ProgressTrackerModulesProps, ProgressTrackerOverview, type ProgressTrackerOverviewProps, type ProgressTrackerProps, ProgressTrackerStat, type ProgressTrackerStatProps, ProgressTrackerStats, type ProgressTrackerStatsProps, type PromptTemplate, type PromptTemplateCategory, PromptTemplates, type PromptTemplatesLabels, type PromptTemplatesProps, type PropertyEntry, PropertySection, type PropertySectionLabels, type PropertySectionProps, Quiz, type QuizAnswer, type QuizOption, type QuizProps, type QuizQuestion, type QuizRegion, RadioGroup, RadioGroupItem, Rating, type RatingProps, type RelationshipDirection, type RelationshipEdge, RelationshipInspector, type RelationshipInspectorLabels, type RelationshipInspectorProps, ResizableHandle, ResizablePanel, ResizablePanelGroup, RightDock, type RightDockProps, RoleBadge, type RoleBadgeProps, type RoleBadgeRole, type RouteColor, type RouteLineStyle, RouteMap, type RouteMapLabels, type RouteMapProps, type RouteWaypoint, type RoutingAssignment, RoutingAssignmentPanel, type RoutingAssignmentPanelLabels, type RoutingAssignmentPanelProps, type RoutingRole, type RunPhaseState, RunTimeline, type RunTimelineLabels, type RunTimelineLane, type RunTimelinePhase, type RunTimelineProps, type RuntimeMetric, type RuntimeMetricTone, type RuntimeMetricTrend, RuntimeOverviewPanel, type RuntimeOverviewPanelLabels, type RuntimeOverviewPanelProps, ScopeSelector, type ScopeSelectorNode, type ScopeSelectorProps, type ScopeSelectorSelection, ScrollArea, ScrollBar, SearchBar, SearchDialog, SegmentedControl, SegmentedControlItem, type SegmentedControlItemProps, type SegmentedControlProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SelectionBounds, SelectionHalo, type SelectionHaloLabels, type SelectionHaloProps, SelectionPresence, type SelectionPresenceLabels, type SelectionPresenceProps, Separator, SeverityBadge, type SeverityBadgeLevel, type SeverityBadgeProps, ShareDialog, type ShareDialogLabels, type SharePlatform as ShareDialogPlatform, type ShareDialogProps, type SharePlatform$1 as SharePlatform, type SharePlatformConfig, ShareSection, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, type SidebarItem, SidebarProvider, type SidebarSection, SidebarToggle, type SidebarToggleProps, SimpleTerminal, type SimpleTerminalProps, Skeleton, Slider, Slideshow, type SlideshowLabels, type SlideshowProps, type SlideshowSection, type SnapGuide, SnapGuides, type SnapGuidesLabels, type SnapGuidesProps, SocialFAB, type SocialFabActionConfig, type SocialFabLabels, type SocialFabProps, SparklineGrid, type SparklineGridItem, type SparklineGridProps, Spinner, type SpinnerProps, StatCard, type StatCardProps, type StateBadgeAnchor, StateBadgeOverlay, type StateBadgeOverlayLabels, type StateBadgeOverlayProps, type StateBadgeState, StatusBoard, type StatusBoardItem, type StatusBoardProps, type StatusBoardStatus, StatusIndicator, type StatusIndicatorProps, Step, StepByStep, type StepByStepProps, StepNavigation, type StepNavigationProps, type StepProps, Stepper, type StepperProps, type StepperStep, StickyMetric, type StickyMetricAnchor, type StickyMetricLabels, type StickyMetricProps, type StickyMetricTone, StoryMap, StoryMapChapter, type StoryMapChapterProps, type StoryMapColor, type StoryMapLabels, type StoryMapMedia, type StoryMapProps, SubscriptionCard, type SubscriptionCardProps, type SubscriptionCardStatus, type SubscriptionInterval, type SubscriptionStatus, Summary, type SummaryProps, type SupportedLanguage, Switch, TLDRSection, type TOCSection, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableOfContents, TableOfContentsPanel, type TableOfContentsPanelProps, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, TagsInput, type TagsInputProps, Terminal, type TerminalLine, type TerminalProps, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, ThinkingBlock, type ThinkingBlockProps, ThreadBubble, type ThreadBubbleLabels, type ThreadBubbleProps, type ThreadMessage, ThresholdRing, type ThresholdRingLabels, type ThresholdRingProps, type ThresholdRingTone, TickerTape, type TickerTapeItem, type TickerTapeProps, Timeline, type TimelineColor, TimelineItem, type TimelineItemProps, type TimelineItemStatus, type TimelineOrientation, type TimelineProps, TimelineScrubber, type TimelineScrubberLabels, type TimelineScrubberProps, type TimelineScrubberTone, type TimelineTick, Toast, ToastAction, ToastClose, ToastDescription, type ToastProps, ToastTitle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, type ToolCall, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopBar, type TopBarProps, Tour, type TourProps, type TourStep, type Transaction, TransactionList, type TransactionListLabels, TransactionListPinned, type TransactionListPinnedProps, type TransactionListProps, TransactionListSubscriptionRow, type TransactionListSubscriptionRowProps, type TransactionType, type TreeNode, TreeView, type TreeViewLabels, type TreeViewProps, type TreeViewSelectionMode, TruncatedText, type TruncatedTextProps, TutorialCard, type TutorialCardLabels, type TutorialCardMeta, type TutorialCardProgress, type TutorialCardProps, TutorialComplete, type TutorialCompleteLabels, type TutorialCompleteProps, type TutorialCompleteRelatedContent, type TutorialCompleteSection, TutorialFilters, type TutorialFiltersLabels, type TutorialFiltersProps, TutorialIntroContent, type TutorialIntroContentProps, TutorialMDX, type TutorialMDXProps, type SupportedLanguage as UISupportedLanguage, UnicodeSpinner, type UnicodeSpinnerAnimation, type UnicodeSpinnerProps, UsageBreakdown, type UsageBreakdownItem, type UsageBreakdownProps, type UsageBreakdownTone, type UseCopyToClipboardOptions, type UseCopyToClipboardResult, type UseFlowDiagramOptions, type UseFlowDiagramReturn, VideoEmbed, type VideoEmbedProps, type ViewOption, ViewSwitcher, type ViewSwitcherProps, type ViewportBookmark, ViewportBookmarks, type ViewportBookmarksLabels, type ViewportBookmarksProps, WalletCard, type WalletCardProps, Watchlist, type WatchlistItem, type WatchlistProps, type WorkspaceOption, WorkspaceSwitcher, type WorkspaceSwitcherProps, WorldBreadcrumbs, type WorldBreadcrumbsLabels, type WorldBreadcrumbsProps, WorldClockBar, type WorldClockBarProps, type WorldClockBarZone, type WorldCrumb, type WorldCrumbKind, ZoomHUD, type ZoomHUDProps, alertVariants, avatarGroupVariants, avatarItemVariants, badgeVariants, bannerVariants, buttonVariants, cn, cookieConsentVariants, dataListItemVariants, dataListVariants, navVariants as documentSiblingNavVariants, dotVariants, emptyStateVariants, formatTransactionAmount, formatTransactionDate, getOtherLanguage, kbdVariants, mdxComponents, navigationMenuTriggerStyle, reducer as newsletterSignupReducer, segmentedControlItemVariants, segmentedControlVariants, severityBadgeVariants, statCardVariants, statusIndicatorVariants, timelineVariants, toggleVariants, useAIArtifact, useAISidebar, useAgentStepStatus, useCopyToClipboard, useDebounce, useEraColumnColor, useFlowDiagram, useFormField, useHorizontalScroll, useMobile, useMounted, useProgressTrackerContext, useSidebar, useSocialFab, useTimelineOrientation };
10810
+ export { AIArtifact, AIArtifactContent, AIArtifactCopyButton, AIArtifactDownloadButton, AIArtifactEditButton, AIArtifactFullscreenButton, type AIArtifactLabels, type AIArtifactProps, AIArtifactToolbar, type AIArtifactType, AIArtifactVersion, type AIArtifactVersionProps, AIArtifactVersions, AIChatInput, type AIChatInputProps, AIMessageBubble, type AIMessageBubbleProps, AISidebar, AISidebarClose, AISidebarContent, AISidebarFooter, AISidebarHeader, type AISidebarLabels, type AISidebarPosition, type AISidebarProps, AISidebarProvider, type AISidebarProviderProps, AISidebarTitle, AISidebarTrigger, type AISidebarTriggerProps, AISourceCitation, type AISourceCitationProps, AIStreamingText, type AIStreamingTextProps, AIToolCallDisplay, type AIToolCallDisplayProps, type AIToolCallStatus, Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, type ActivityEvent, ActivityHeatmap, type ActivityHeatmapItem, type ActivityHeatmapProps, ActivityLog, type ActivityLogItem, type ActivityLogProps, type ActivityLogTone, type ActivityStripTone, AgentActivity, type AgentActivityLabels, type AgentActivityProps, type AgentActivityStatus, AgentStep, AgentStepDetail, type AgentStepDetailProps, AgentStepDuration, type AgentStepDurationProps, AgentStepProgress, type AgentStepProgressProps, type AgentStepProps, type AgentStepStatus, AgentStepTitle, type AgentStepTitleProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertPulse, type AlertPulseLabels, type AlertPulseProps, type AlertPulseSeverity, AlertTitle, AnchorPort, type AnchorPortProps, AnimatedText, type AnimatedTextProps, Annotation, type AnnotationColor, type AnnotationProps, type AnnotationRegion, AreaChart, AspectRatio, AutoReload, type AutoReloadLabels, type AutoReloadProps, type AutoReloadSavePayload, Avatar, AvatarFallback, AvatarGroup, type AvatarGroupItem, type AvatarGroupProps, AvatarImage, Badge, type BadgeProps, Banner, BannerAction, type BannerActionProps, type BannerProps, type BannerVariant, BarChart, BeforeAfter, type BeforeAfterProps, BlogCard, BorderBeam, type BorderBeamProps, BottomActivityStrip, type BottomActivityStripLabels, type BottomActivityStripProps, BottomBar, type BottomBarProps, Breadcrumb, type BreadcrumbItem, Button, type ButtonProps, Calendar, type CalendarProps, Callout, type CalloutProps, type CalloutVariant, CandlestickChart, type CandlestickChartProps, type CandlestickDatum, CanvasShell, type CanvasShellInsets, type CanvasShellProps, type CanvasShellRouteConfig, CanvasView, type CanvasViewHandle, type CanvasViewProps, type CanvasViewport, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryFilter, type ChatDockMessage, ChatDockSection, type ChatDockSectionProps, Checkbox, Checklist, type ChecklistItem, type ChecklistProps, type ChoroplethColorScale, ChoroplethLegend, type ChoroplethLegendProps, ChoroplethMap, type ChoroplethMapLabels, type ChoroplethMapProps, type ChoroplethRegion, ChoroplethTooltip, type ChoroplethTooltipProps, ChronoEvent, type ChronoEventProps, type ChronoMedia, ChronologicalTimeline, type ChronologicalTimelineProps, CivilizationCard, type CivilizationCardColor, type CivilizationCardEra, type CivilizationCardLabels, type CivilizationCardProps, CivilizationComparison, type CivilizationComparisonProps, CodeBlock, CodePlayground, type CodePlaygroundProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommentPin, type CommentPinLabels, type CommentPinProps, type CommentPinState, CommonMistake, type CommonMistakeProps, Comparison, type ComparisonProps, CompletionDialog, type CompletionDialogProps, ConnectorEdge, type ConnectorEdgePoint, type ConnectorEdgeProps, Content, ContentCard$1 as ContentCard, ContentIntro, type ContentIntroLabels, type ContentIntroProps, type ContentIntroSection, type ContentMeta, type ContentProgress, type ContentSection, type ContentSectionMinimal, ContextLens, type ContextLensFocus, type ContextLensLabels, type ContextLensProps, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ConversationEmpty, type ConversationEmptyProps, ConversationHeader, type ConversationHeaderProps, ConversationLoading, type ConversationLoadingProps, type ConversationMessage, ConversationMessages, type ConversationMessagesProps, ConversationScrollButton, type ConversationScrollButtonProps, ConversationSuggestions, type ConversationSuggestionsProps, ConversationThread, type ConversationThreadProps, ConversationTitle, type ConversationTitleProps, CookieConsent, type CookieConsentProps, CopyButton, type CopyButtonProps, type CopyButtonVariant, type CopyStatus, CountdownTimer, type CountdownTimerProps, CreditBadge, type CreditBadgeProps, type CreditBadgeStatus, Curriculum, CurriculumLesson, type CurriculumLessonProps, CurriculumModule, type CurriculumModuleProps, type CurriculumProps, DataList, DataListItem, type DataListItemProps, DataListLabel, type DataListProps, DataListValue, DataTableComponent as DataTable, type DataTableFilter, type DataTableFilterOption, type DataTableProps, DatePicker, type DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, type DifficultyLevel, DocumentSiblingNav, type DocumentSiblingNavLink, type DocumentSiblingNavProps, type DocumentSiblingNavVariant, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EdgeLabel, type EdgeLabelProps, EmptyState, type EmptyStateProps, type EmptyStateSize, type EraColor, EraColumn, type EraColumnProps, EraComparison, type EraComparisonProps, EraDomain, type EraDomainProps, EraFigure, type EraFigureProps, EraHighlight, type EraHighlightProps, Exercise, type ExerciseProps, FAQ, FAQItem, type FAQItemProps, type FAQProps, FileTree, type FileTreeProps, FileUpload, type FileUploadProps, FilterBar, type FilterBarLabels, type FilterBarProps, type FilterOption, type FilterUpdates, Flashcard, type FlashcardProps, FloatingActionButton, type FloatingActionButtonProps, FloatingToolbar, type FloatingToolbarAction, type FloatingToolbarLabels, type FloatingToolbarProps, FlowControls, type FlowControlsProps, FlowDiagram, type FlowDiagramEdge, type FlowDiagramNode, type FlowDiagramProps, FlowErrorBoundary, FlowFullscreen, type FlowFullscreenProps, FollowMode, type FollowModeColor, type FollowModeLabels, type FollowModeProps, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, type FormProps, GanttChart, type GanttChartLabels, type GanttChartProps, type GanttColor, type GanttGroup, type GanttMilestone, type GanttScale, type GanttTask, type GeoJSONPolygon, type GeoPosition$4 as GeoPosition, GeographyQuizMap, type GeographyQuizMapLabels, GeographyQuizMapPrompt, type GeographyQuizMapProps, GeographyQuizMapResults, GeographyQuizMapScore, GlassPanel, type GlassPanelProps, Globe3D, type Globe3DLabels, type Globe3DProps, GlobeArc, type GlobeArcProps, type GlobeColor, type GlobeCoord, GlobeMarker, type GlobeMarkerProps, Glossary, type GlossaryProps, GroupHull, type GroupHullProps, HandoffBeacon, type HandoffBeaconLabels, type HandoffBeaconLevel, type HandoffBeaconProps, type HeadingTag, type HeatGradient, HeatMapOverlay, type HeatMapOverlayLabels, type HeatMapOverlayProps, type HeatMapPoint, HeatOverlay, type HeatOverlayLabels, type HeatOverlayProps, type HeatOverlayTone, type HeatPoint, Highlight, type HighlightProps, type HistoricCategory, type HistoricColor, type HistoricEra, type HistoricEvent, type HistoricPeriod, HistoricTimeline, type HistoricTimelineLabels, type HistoricTimelineProps, HistoricalFigureCard, type HistoricalFigureCardConnection, type HistoricalFigureCardLabels, type HistoricalFigureCardLifeEvent, type HistoricalFigureCardProps, type HistoricalFigureCardQuote, HorizontalScrollRow, type HorizontalScrollRowProps, HoverCard, HoverCardContent, HoverCardTrigger, InfinitePlane, type InfinitePlaneLabels, type InfinitePlanePattern, type InfinitePlaneProps, InlineInput, type InlineInputProps, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InteractiveTimeline, type InteractiveTimelineCategory, type InteractiveTimelineColor, type InteractiveTimelineEvent, InteractiveTimelineFilter, type InteractiveTimelineFilterProps, type InteractiveTimelineLabels, type InteractiveTimelineProps, InteractiveTimelineToday, InteractiveTimelineToolbar, type InteractiveTimelineTrack, InteractiveTimelineZoomIn, InteractiveTimelineZoomOut, JarvisDock, type JarvisDockAction, type JarvisDockLabels, type JarvisDockProps, type JarvisDockTone, Kbd, type KbdProps, KeyConcept, type KeyConceptProps, type KeyboardShortcut, KeyboardShortcutsHelp, type KeyboardShortcutsHelpProps, KnowledgeCheck, type KnowledgeCheckAnswer, type KnowledgeCheckLabels, type KnowledgeCheckOption, type KnowledgeCheckProps, type KnowledgeCheckQuestion, type KnowledgeCheckQuestionType, type KnowledgeCheckScore, LANGUAGE_NAMES, Label, LangProvider, type LassoRect, LearningObjectives, type LearningObjectivesProps, LeftRail, type LeftRailProps, type LessonDifficulty, type LessonStatus, LineChart, LiveCursor, type LiveCursorLabels, type LiveCursorProps, LiveFeed, type LiveFeedEvent, type LiveFeedProps, MDXContent, Map2D, type Map2DLabels, type Map2DProps, MapControls, MapLayer, type MapLayerProps, MapMarker, MapMarkerIcon, type MapMarkerProps, MapPopup, type MapPopupProps, MapTimeline, type MapTimelineColor, MapTimelineControls, MapTimelineEvent, type MapTimelineEventProps, type MapTimelineGeometry, type MapTimelineLabels, MapTimelineLayer, type MapTimelineLayerProps, MapTimelinePlayButton, type MapTimelineProps, MapTimelineSlider, MapZoomIn, MapZoomOut, MarketTreemap, type MarketTreemapItem, type MarketTreemapProps, Marquee, type MarqueeProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MetricCluster, type MetricClusterAnchor, type MetricClusterEntry, type MetricClusterLabels, type MetricClusterProps, type MetricClusterTone, MetricGauge, type MetricGaugeProps, type MetricGaugeThreshold, type MiniMapMarker, MiniMapPanel, type MiniMapPanelProps, ModelComparison, ModelComparisonColumn, type ModelComparisonColumnProps, type ModelComparisonLabels, ModelComparisonMeta, type ModelComparisonMetaProps, type ModelComparisonProps, ModelComparisonVote, type ModelComparisonVoteProps, type ModelComparisonVoteValue, type ModelInfo, ModelSelector, type ModelSelectorProps, MultiSelect, MultiSelectLasso, type MultiSelectLassoLabels, type MultiSelectLassoProps, type MultiSelectOption, type MultiSelectProps, type NavItem, NavbarSaas, type NavbarSaasProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NewsletterSignup, type NewsletterSignupLabels, type NewsletterSignupProps, type NewsletterSignupStatus, type NewsletterSignupVariant, NumberInput, type NumberInputProps, NumberTicker, type NumberTickerProps, ObjectCard, type ObjectCardAction, type ObjectCardMetric, type ObjectCardProps, ObjectHandle, type ObjectHandleProps, ObjectInspector, type ObjectInspectorKind, type ObjectInspectorLabels, type ObjectInspectorProps, type ObjectInspectorStatus, OrderBook, type OrderBookLevel, type OrderBookProps, OverviewBoard, type OverviewBoardItem, type OverviewBoardProps, OverviewCard, type OverviewCardProps, type OverviewCardTone, Pagination, type PaginationProps, ParallelTimeline, type ParallelTimelineColor, type ParallelTimelineEra, type ParallelTimelineEvent, type ParallelTimelineLabels, type ParallelTimelineProps, type ParallelTimelineTrack, PasswordInput, type PasswordInputProps, PlanBadge, type PlanBadgeProps, type PlanBadgeState, type PlanBadgeTier, type PlatformConfig, PlaybackGhost, type PlaybackGhostKind, type PlaybackGhostLabels, type PlaybackGhostProps, PolicyDeliveryPanel, type PolicyDeliveryPanelLabels, type PolicyDeliveryPanelProps, type PolicyEntry, type PolicyStatus, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Prerequisites, type PrerequisitesProps, PresenceStack, type PresenceStackLabels, type PresenceStackProps, type PresenceStatus, PresenceSyncIndicator, type PresenceSyncIndicatorLabels, type PresenceSyncIndicatorProps, type PresenceSyncState, type PresenceUser, type PricingFeature, type PricingPeriod, PricingPlan, type PricingPlanCta, type PricingPlanProps, PricingTable, type PricingTableProps, type PrimarySource, PrimarySourceAnnotation, type PrimarySourceAnnotationProps, PrimarySourceAnnotations, PrimarySourceContext, PrimarySourceMetadata, PrimarySourceQuestions, PrimarySourceRotate, PrimarySourceToolbar, PrimarySourceTranscription, PrimarySourceViewer, type PrimarySourceViewerLabels, type PrimarySourceViewerProps, PrimarySourceZoomIn, PrimarySourceZoomOut, ProTip, type ProTipProps, type ProTipVariant, ProfileSection, ProgressBar, type ProgressBarProps, ContentCard as ProgressCard, type ContentCardProgress as ProgressCardProgress, type ContentCardProps as ProgressCardProps, ProgressTracker, ProgressTrackerBadge, type ProgressTrackerBadgeProps, ProgressTrackerModule, type ProgressTrackerModuleItem, type ProgressTrackerModuleProps, type ProgressTrackerModuleStatus, ProgressTrackerModules, type ProgressTrackerModulesProps, ProgressTrackerOverview, type ProgressTrackerOverviewProps, type ProgressTrackerProps, ProgressTrackerStat, type ProgressTrackerStatProps, ProgressTrackerStats, type ProgressTrackerStatsProps, type PromptTemplate, type PromptTemplateCategory, PromptTemplates, type PromptTemplatesLabels, type PromptTemplatesProps, type PropertyEntry, PropertySection, type PropertySectionLabels, type PropertySectionProps, Quiz, type QuizAnswer, type QuizOption, type QuizProps, type QuizQuestion, type QuizRegion, RadioGroup, RadioGroupItem, Rating, type RatingProps, type RelationshipDirection, type RelationshipEdge, RelationshipInspector, type RelationshipInspectorLabels, type RelationshipInspectorProps, ResizableHandle, ResizablePanel, ResizablePanelGroup, RightDock, type RightDockProps, RoleBadge, type RoleBadgeProps, type RoleBadgeRole, type RouteColor, type RouteLineStyle, RouteMap, type RouteMapLabels, type RouteMapProps, type RouteWaypoint, type RoutingAssignment, RoutingAssignmentPanel, type RoutingAssignmentPanelLabels, type RoutingAssignmentPanelProps, type RoutingRole, type RunPhaseState, RunTimeline, type RunTimelineLabels, type RunTimelineLane, type RunTimelinePhase, type RunTimelineProps, type RuntimeMetric, type RuntimeMetricTone, type RuntimeMetricTrend, RuntimeOverviewPanel, type RuntimeOverviewPanelLabels, type RuntimeOverviewPanelProps, ScopeSelector, type ScopeSelectorNode, type ScopeSelectorProps, type ScopeSelectorSelection, ScrollArea, ScrollBar, SearchBar, SearchDialog, type SearchItem, SegmentedControl, SegmentedControlItem, type SegmentedControlItemProps, type SegmentedControlProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SelectionBounds, SelectionHalo, type SelectionHaloLabels, type SelectionHaloProps, SelectionPresence, type SelectionPresenceLabels, type SelectionPresenceProps, Separator, SeverityBadge, type SeverityBadgeLevel, type SeverityBadgeProps, ShareDialog, type ShareDialogLabels, type SharePlatform as ShareDialogPlatform, type ShareDialogProps, type SharePlatform$1 as SharePlatform, type SharePlatformConfig, ShareSection, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, type SidebarItem, SidebarProvider, type SidebarSection, SidebarToggle, type SidebarToggleProps, SimpleTerminal, type SimpleTerminalProps, Skeleton, Slider, Slideshow, type SlideshowLabels, type SlideshowProps, type SlideshowSection, type SnapGuide, SnapGuides, type SnapGuidesLabels, type SnapGuidesProps, SocialFAB, type SocialFabActionConfig, type SocialFabLabels, type SocialFabProps, SparklineGrid, type SparklineGridItem, type SparklineGridProps, Spinner, type SpinnerProps, StatCard, type StatCardProps, type StateBadgeAnchor, StateBadgeOverlay, type StateBadgeOverlayLabels, type StateBadgeOverlayProps, type StateBadgeState, StatusBoard, type StatusBoardItem, type StatusBoardProps, type StatusBoardStatus, StatusIndicator, type StatusIndicatorProps, Step, StepByStep, type StepByStepProps, StepNavigation, type StepNavigationProps, type StepProps, Stepper, type StepperProps, type StepperStep, StickyMetric, type StickyMetricAnchor, type StickyMetricLabels, type StickyMetricProps, type StickyMetricTone, StoryMap, StoryMapChapter, type StoryMapChapterProps, type StoryMapColor, type StoryMapLabels, type StoryMapMedia, type StoryMapProps, SubscriptionCard, type SubscriptionCardProps, type SubscriptionCardStatus, type SubscriptionInterval, type SubscriptionStatus, Summary, type SummaryProps, type SupportedLanguage, Switch, TLDRSection, type TOCSection, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableOfContents, TableOfContentsPanel, type TableOfContentsPanelProps, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, TagsInput, type TagsInputProps, Terminal, type TerminalLine, type TerminalProps, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, ThinkingBlock, type ThinkingBlockProps, ThreadBubble, type ThreadBubbleLabels, type ThreadBubbleProps, type ThreadMessage, ThresholdRing, type ThresholdRingLabels, type ThresholdRingProps, type ThresholdRingTone, TickerTape, type TickerTapeItem, type TickerTapeProps, Timeline, type TimelineColor, TimelineItem, type TimelineItemProps, type TimelineItemStatus, type TimelineOrientation, type TimelineProps, TimelineScrubber, type TimelineScrubberLabels, type TimelineScrubberProps, type TimelineScrubberTone, type TimelineTick, Toast, ToastAction, ToastClose, ToastDescription, type ToastProps, ToastTitle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, type ToolCall, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopBar, type TopBarProps, Tour, type TourProps, type TourStep, type Transaction, TransactionList, type TransactionListLabels, TransactionListPinned, type TransactionListPinnedProps, type TransactionListProps, TransactionListSubscriptionRow, type TransactionListSubscriptionRowProps, type TransactionType, type TreeNode, TreeView, type TreeViewLabels, type TreeViewProps, type TreeViewSelectionMode, TruncatedText, type TruncatedTextProps, TutorialCard, type TutorialCardLabels, type TutorialCardMeta, type TutorialCardProgress, type TutorialCardProps, TutorialComplete, type TutorialCompleteLabels, type TutorialCompleteProps, type TutorialCompleteRelatedContent, type TutorialCompleteSection, TutorialFilters, type TutorialFiltersLabels, type TutorialFiltersProps, TutorialIntroContent, type TutorialIntroContentProps, TutorialMDX, type TutorialMDXProps, type SupportedLanguage as UISupportedLanguage, UnicodeSpinner, type UnicodeSpinnerAnimation, type UnicodeSpinnerProps, UsageBreakdown, type UsageBreakdownItem, type UsageBreakdownProps, type UsageBreakdownTone, type UseCopyToClipboardOptions, type UseCopyToClipboardResult, type UseFlowDiagramOptions, type UseFlowDiagramReturn, VideoEmbed, type VideoEmbedProps, type ViewOption, ViewSwitcher, type ViewSwitcherProps, type ViewportBookmark, ViewportBookmarks, type ViewportBookmarksLabels, type ViewportBookmarksProps, WalletCard, type WalletCardProps, Watchlist, type WatchlistItem, type WatchlistProps, type WorkspaceOption, WorkspaceSwitcher, type WorkspaceSwitcherProps, WorldBreadcrumbs, type WorldBreadcrumbsLabels, type WorldBreadcrumbsProps, WorldClockBar, type WorldClockBarProps, type WorldClockBarZone, type WorldCrumb, type WorldCrumbKind, ZoomHUD, type ZoomHUDProps, alertVariants, avatarGroupVariants, avatarItemVariants, badgeVariants, bannerVariants, buttonVariants, cn, cookieConsentVariants, dataListItemVariants, dataListVariants, navVariants as documentSiblingNavVariants, dotVariants, emptyStateVariants, formatTransactionAmount, formatTransactionDate, getOtherLanguage, kbdVariants, mdxComponents, navigationMenuTriggerStyle, reducer as newsletterSignupReducer, segmentedControlItemVariants, segmentedControlVariants, severityBadgeVariants, statCardVariants, statusIndicatorVariants, timelineVariants, toggleVariants, useAIArtifact, useAISidebar, useAgentStepStatus, useCopyToClipboard, useDebounce, useEraColumnColor, useFlowDiagram, useFormField, useHorizontalScroll, useMobile, useMounted, useProgressTrackerContext, useSidebar, useSocialFab, useTimelineOrientation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vllnt/ui",
3
- "version": "0.2.1-canary.0aaaad2",
3
+ "version": "0.2.1-canary.0cc4e50",
4
4
  "description": "React component library — 225 components built on Radix UI, Tailwind CSS, and CVA",
5
5
  "license": "MIT",
6
6
  "author": "vllnt",
@@ -105,6 +105,7 @@
105
105
  "react-day-picker": "^9.13.0",
106
106
  "react-hook-form": "^7.73.1",
107
107
  "react-markdown": "^10.1.0",
108
+ "remark-gfm": "^4.0.1",
108
109
  "react-resizable-panels": "^4.3.3",
109
110
  "react-syntax-highlighter": "^16.1.1",
110
111
  "sonner": "^1.7.4",
@@ -136,8 +137,7 @@
136
137
  "eslint": "^9.39.1",
137
138
  "jsdom": "^26.1.0",
138
139
  "playwright": "^1.57.0",
139
- "postcss": "^8.5.6",
140
- "remark-gfm": "^4.0.1",
140
+ "postcss": "^8.5.10",
141
141
  "storybook": "^10.2.17",
142
142
  "tailwindcss": "^3.4.17",
143
143
  "tailwindcss-animate": "^1.0.7",