···32323333## Related Components
34343535-- [IconButton](/docs/components/buttons/buttons/icon-button) - The base icon button component used by CopyToClipboardButton
3636-- [Button](/docs/components/buttons/buttons/button) - For buttons with text and icons
3535+- [IconButton](/docs/components/buttons/icon-button) - The base icon button component used by CopyToClipboardButton
3636+- [Button](/docs/components/buttons/button) - For buttons with text and icons
3737- [Tooltip](/docs/components/overlays/tooltip) - For providing context on buttons
+2-2
apps/docs/src/docs/components/content/text.mdx
···25252626### Tokens
27272828-The Text component gives you direct acces to all of the [typography tokens](../foundations/typography.mdx).
2828+The Text component gives you direct acces to all of the [typography tokens](/docs/foundations/typography).
2929You can fully customize the `font`, `size`, `weight`, and `tracking` properties.
30303131-> NOTE: By using this component you are not using the [typeramp](./typography.mdx) component.
3131+> NOTE: By using this component you are not using the [typeramp](/docs/components/content/typography) component.
3232> It could lead to inconsistent typography across your application.
33333434### Variants
···53535454## Related Components
55555656+- [Range Calendar](/docs/components/date-and-time/range-calendar) - For date range input
5657- [DatePicker](/docs/components/date-and-time/date-picker) - For date input
5758- [DateRangePicker](/docs/components/date-and-time/date-range-picker) - For date range input
5858-- [DateRangeInput](/docs/components/date-range-input) - For date range input
5959+- [DateField](/docs/components/date-and-time/date-field) - For date input
···7171## Related Components
72727373- [NumberField](/docs/components/form/number-field) - For precise numeric input
7474-- [RangeSlider](/docs/components/range-slider) - For dual-handle range selection
7574- [Switch](/docs/components/form/switch) - For binary on/off controls
7675- [Checkbox](/docs/components/form/checkbox) - For boolean selections
···48484949## Related Components
50505151-- [Accordion](/docs/components/accordion) - For multiple collapsible sections
5151+- [Disclosure Group](/docs/components/navigation/disclosure-group) - For multiple collapsible sections
5252- [Dialog](/docs/components/overlays/dialog) - For modal content
5353- [Popover](/docs/components/overlays/popover) - For overlay content
+1-1
apps/docs/src/docs/components/status/skeleton.mdx
···48484949## Related Components
50505151-- [Spinner](/docs/components/spinner) - For loading indicators
5151+- [Progress Circle](/docs/components/status/progress-circle) - For loading indicators
5252- [ProgressBar](/docs/components/status/progress-bar) - For progress indicators
-2
apps/docs/src/docs/foundations/typography.mdx
···6161## Related
62626363- [Typography Components](/docs/components/content/typography) - Learn about the typography components and using the typeramp
6464-- [Design Tokens](/docs/foundations/tokens) - Learn about the broader token system
6564- [Spacing](/docs/foundations/spacing) - Understand spacing tokens used in typography
6666-- [Breakpoints](/docs/foundations/breakpoints) - See how responsive typography works