SYMBOL INDEX (5766 symbols across 1506 files) FILE: babel.config.mjs function getBabelConfig (line 9) | function getBabelConfig(api) { FILE: docs/next.config.mjs function loadPackageJson (line 64) | function loadPackageJson() { FILE: docs/scripts/generateLlmTxt/demoProcessor.mjs function processDemo (line 27) | async function processDemo(mdxFilePath, demoPath) { FILE: docs/scripts/generateLlmTxt/index.mjs constant PROJECT_ROOT (line 17) | const PROJECT_ROOT = path.resolve(import.meta.dirname, '../..'); constant MDX_SOURCE_DIR (line 18) | const MDX_SOURCE_DIR = path.join(PROJECT_ROOT, 'src/app/(docs)/react'); constant OUTPUT_BASE_DIR (line 19) | const OUTPUT_BASE_DIR = path.join(PROJECT_ROOT, 'public'); constant OUTPUT_REACT_DIR (line 20) | const OUTPUT_REACT_DIR = path.join(OUTPUT_BASE_DIR, 'react'); constant NETLIFY_DEPLOYMENT_URL (line 22) | const NETLIFY_DEPLOYMENT_URL = constant BASE_URL (line 25) | const BASE_URL = NETLIFY_DEPLOYMENT_URL || '/'; function incrementHeaders (line 31) | function incrementHeaders(increment = 1) { function githubSlugify (line 39) | function githubSlugify(text) { function resolveRelativeLinks (line 49) | function resolveRelativeLinks({ base, metadataByUrl = new Map() }) { function prepareForInlineMarkdown (line 75) | async function prepareForInlineMarkdown(markdown, increment, metadataByU... function generateLlmsTxt (line 89) | async function generateLlmsTxt() { FILE: docs/scripts/generateLlmTxt/mdxNodeHelpers.mjs function text (line 13) | function text(value) { function normalizeChildren (line 25) | function normalizeChildren(children) { function paragraph (line 43) | function paragraph(children) { function emphasis (line 55) | function emphasis(children) { function strong (line 67) | function strong(children) { function heading (line 80) | function heading(depth, children) { function code (line 94) | function code(value, lang) { function inlineCode (line 107) | function inlineCode(value) { function tableCell (line 119) | function tableCell(content) { function tableRow (line 131) | function tableRow(cells) { function table (line 145) | function table(headers, rows, alignment = null) { function textContent (line 181) | function textContent(node) { FILE: docs/scripts/generateLlmTxt/mdxToMarkdown.mjs function extractMetadata (line 24) | function extractMetadata() { function transformJsx (line 66) | function transformJsx() { function mdxToMarkdown (line 252) | async function mdxToMarkdown(mdxContent, mdxFilePath, { urlPath, urlsWit... FILE: docs/scripts/generateLlmTxt/propsReferenceTableProcessor.mjs function parseMarkdown (line 17) | function parseMarkdown(markdown) { function convertEstreeToObject (line 29) | function convertEstreeToObject(estree) { function convertExpressionNode (line 44) | function convertExpressionNode(node) { function processPropsReferenceTable (line 106) | function processPropsReferenceTable(node) { FILE: docs/scripts/generateLlmTxt/referenceProcessor.mjs function parseMarkdown (line 26) | function parseMarkdown(markdown) { function processReference (line 39) | function processReference(node) { FILE: docs/scripts/generateLlmTxt/releaseTimelineProcessor.mjs function formatDate (line 26) | function formatDate(dateStr) { function parseInlineMarkdown (line 35) | function parseInlineMarkdown(text) { function processReleaseTimeline (line 48) | function processReleaseTimeline() { FILE: docs/scripts/generateLlmTxt/resolver.mjs function isAbsoluteUrl (line 3) | function isAbsoluteUrl(url) { function resolveUrl (line 11) | function resolveUrl(url, base) { function resolveMdLink (line 20) | function resolveMdLink(link, { urlPath, urlsWithMdVersion }) { function resolveMdLinks (line 34) | function resolveMdLinks({ urlPath, urlsWithMdVersion }) { FILE: docs/scripts/playground.template.tsx function Playground (line 1) | function Playground() { FILE: docs/src/app/(docs)/layout.tsx function Layout (line 15) | function Layout({ children }: React.PropsWithChildren) { FILE: docs/src/app/(docs)/production-error/ErrorCode.tsx type ErrorDisplayProps (line 5) | interface ErrorDisplayProps { function ErrorCodeContent (line 9) | function ErrorCodeContent() { function ErrorCode (line 17) | function ErrorCode() { FILE: docs/src/app/(docs)/production-error/ErrorDisplay.tsx function ErrorMessageWithArgs (line 6) | function ErrorMessageWithArgs() { function ErrorDisplay (line 28) | function ErrorDisplay() { FILE: docs/src/app/(docs)/react/components/accordion/demos/hero/css-modules/index.tsx function ExampleAccordion (line 5) | function ExampleAccordion() { function PlusIcon (line 53) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/accordion/demos/hero/tailwind/index.tsx function ExampleAccordion (line 4) | function ExampleAccordion() { function PlusIcon (line 52) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/accordion/demos/multiple/css-modules/index.tsx function ExampleAccordion (line 5) | function ExampleAccordion() { function PlusIcon (line 53) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/accordion/demos/multiple/tailwind/index.tsx function ExampleAccordion (line 4) | function ExampleAccordion() { function PlusIcon (line 55) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/detached-triggers-controlled/css-modules/index.tsx type AlertPayload (line 6) | type AlertPayload = { message: string }; function AlertDialogDetachedTriggersControlledDemo (line 10) | function AlertDialogDetachedTriggersControlledDemo() { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/detached-triggers-controlled/tailwind/index.tsx type AlertPayload (line 5) | type AlertPayload = { message: string }; function AlertDialogDetachedTriggersControlledDemo (line 9) | function AlertDialogDetachedTriggersControlledDemo() { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/detached-triggers-simple/css-modules/index.tsx function AlertDialogDetachedTriggersSimpleDemo (line 8) | function AlertDialogDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/detached-triggers-simple/tailwind/index.tsx function AlertDialogDetachedTriggersSimpleDemo (line 7) | function AlertDialogDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/hero/css-modules/index.tsx function ExampleAlertDialog (line 4) | function ExampleAlertDialog() { FILE: docs/src/app/(docs)/react/components/alert-dialog/demos/hero/tailwind/index.tsx function ExampleAlertDialog (line 3) | function ExampleAlertDialog() { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/async/css-modules/index.tsx function ExampleAsyncAutocomplete (line 6) | function ExampleAsyncAutocomplete() { function searchMovies (line 106) | async function searchMovies( type Movie (line 133) | interface Movie { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/async/tailwind/index.tsx function ExampleAsyncAutocomplete (line 5) | function ExampleAsyncAutocomplete() { function searchMovies (line 122) | async function searchMovies( type Movie (line 149) | interface Movie { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/auto-highlight/css-modules/index.tsx function ExampleAutocompleteAutoHighlight (line 5) | function ExampleAutocompleteAutoHighlight() { type Tag (line 31) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/auto-highlight/tailwind/index.tsx function ExampleAutocompleteAutoHighlight (line 4) | function ExampleAutocompleteAutoHighlight() { type Tag (line 39) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/command-palette/css-modules/index.tsx function ExampleAutocompleteCommandPalette (line 8) | function ExampleAutocompleteCommandPalette() { type Item (line 98) | interface Item { type Group (line 103) | interface Group { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/command-palette/tailwind/index.tsx function ExampleAutocompleteCommandPalette (line 7) | function ExampleAutocompleteCommandPalette() { type Item (line 106) | interface Item { type Group (line 111) | interface Group { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/fuzzy-matching/css-modules/index.tsx function ExampleFuzzyMatchingAutocomplete (line 7) | function ExampleFuzzyMatchingAutocomplete() { function highlightText (line 51) | function highlightText(text: string, query: string): React.ReactNode { function fuzzyFilter (line 66) | function fuzzyFilter(item: FuzzyItem, query: string): boolean { type FuzzyItem (line 84) | interface FuzzyItem { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/fuzzy-matching/tailwind/index.tsx function ExampleFuzzyMatchingAutocomplete (line 6) | function ExampleFuzzyMatchingAutocomplete() { function highlightText (line 59) | function highlightText(text: string, query: string): React.ReactNode { function fuzzyFilter (line 80) | function fuzzyFilter(item: FuzzyItem, query: string): boolean { type FuzzyItem (line 98) | interface FuzzyItem { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/grid/css-modules/index.tsx function ExampleEmojiPicker (line 6) | function ExampleEmojiPicker() { constant COLUMNS (line 112) | const COLUMNS = 5; function chunkArray (line 114) | function chunkArray(array: T[], size: number): T[][] { type EmojiItem (line 122) | interface EmojiItem { type EmojiGroup (line 128) | interface EmojiGroup { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/grid/tailwind/index.tsx function ExampleEmojiPicker (line 5) | function ExampleEmojiPicker() { constant COLUMNS (line 114) | const COLUMNS = 5; function chunkArray (line 116) | function chunkArray(array: T[], size: number): T[][] { type EmojiItem (line 124) | interface EmojiItem { type EmojiGroup (line 130) | interface EmojiGroup { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/grouped/css-modules/index.tsx function ExampleGroupAutocomplete (line 5) | function ExampleGroupAutocomplete() { type Tag (line 40) | interface Tag { type TagGroup (line 46) | interface TagGroup { function groupTags (line 95) | function groupTags(tags: Tag[]): TagGroup[] { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/grouped/tailwind/index.tsx function ExampleGroupAutocomplete (line 4) | function ExampleGroupAutocomplete() { type Tag (line 48) | interface Tag { type TagGroup (line 54) | interface TagGroup { function groupTags (line 103) | function groupTags(tags: Tag[]): TagGroup[] { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/hero/css-modules/index.tsx function ExampleAutocomplete (line 5) | function ExampleAutocomplete() { type Tag (line 31) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/hero/tailwind/index.tsx function ExampleAutocomplete (line 4) | function ExampleAutocomplete() { type Tag (line 39) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/inline/css-modules/index.tsx function ExampleAutocompleteInline (line 5) | function ExampleAutocompleteInline() { type Tag (line 30) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/inline/tailwind/index.tsx function ExampleAutocompleteInline (line 4) | function ExampleAutocompleteInline() { type Tag (line 36) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/limit/css-modules/index.tsx function ExampleAutocompleteLimit (line 8) | function ExampleAutocompleteLimit() { type Tag (line 57) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/limit/tailwind/index.tsx function ExampleAutocompleteLimit (line 7) | function ExampleAutocompleteLimit() { type Tag (line 63) | interface Tag { FILE: docs/src/app/(docs)/react/components/autocomplete/demos/virtualized/css-modules/index.tsx function ExampleVirtualizedAutocomplete (line 7) | function ExampleVirtualizedAutocomplete() { function VirtualizedList (line 53) | function VirtualizedList({ type VirtualizedItem (line 137) | interface VirtualizedItem { function getItemLabel (line 142) | function getItemLabel(item: VirtualizedItem | null) { type Virtualizer (line 152) | type Virtualizer = ReturnType) { function ChevronRightIcon (line 94) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/animation/css-modules/index.tsx function AnimatedCalendar (line 9) | function AnimatedCalendar() { function ChevronLeftIcon (line 69) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 87) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/hero/css-modules/index.tsx function ExampleCalendar (line 7) | function ExampleCalendar() { function ChevronLeftIcon (line 59) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 77) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/lazy-loading/css-modules/index.tsx function DayPrice (line 10) | function DayPrice({ function CalendarContent (line 49) | function CalendarContent() { function FlightPriceCalendar (line 138) | function FlightPriceCalendar() { function seededRandom (line 149) | function seededRandom(seed: number) { function generateMonthPrices (line 154) | function generateMonthPrices(year: number, month: number): Record) { function ChevronRightIcon (line 185) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/timezone-display/css-modules/index.tsx function CalendarWithTimezoneDisplay (line 9) | function CalendarWithTimezoneDisplay() { function TimezoneSelect (line 68) | function TimezoneSelect(props: Omit, 'c... type Timezone (line 99) | type Timezone = (typeof timezones)[number]; function ChevronUpDownIcon (line 108) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 125) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ChevronLeftIcon (line 133) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 151) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/timezone/css-modules/index.tsx function CalendarWithTimezone (line 9) | function CalendarWithTimezone() { function ChevronLeftIcon (line 75) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 93) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/unavailable-dates/css-modules/index.tsx function isDateUnavailable (line 14) | function isDateUnavailable(date: Date) { function UnavailableDatesCalendar (line 37) | function UnavailableDatesCalendar() { function ChevronLeftIcon (line 93) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 111) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/validation/css-modules/index.tsx function MinMaxDateCalendars (line 10) | function MinMaxDateCalendars() { function ValidationCalendar (line 19) | function ValidationCalendar(props: Calendar.Root.Props) { function ChevronLeftIcon (line 71) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 89) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/week-numbers/css-modules/index.tsx function CalendarWithWeekNumbers (line 11) | function CalendarWithWeekNumbers() { function ChevronLeftIcon (line 83) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 101) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/calendar/demos/year-month-select/css-modules/index.tsx constant YEAR_PAST (line 11) | const YEAR_PAST = 40; constant YEAR_FUTURE (line 12) | const YEAR_FUTURE = 10; constant MONTHS (line 13) | const MONTHS = Array.from({ length: 12 }, (_, i) => format(new Date(2000... function CalendarContent (line 15) | function CalendarContent() { function ExampleCalendarYearMonthSelect (line 145) | function ExampleCalendarYearMonthSelect() { function ChevronUpDownIcon (line 153) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 170) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ChevronLeftIcon (line 178) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 196) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox-group/demos/hero/css-modules/index.tsx function ExampleCheckboxGroup (line 7) | function ExampleCheckboxGroup() { function CheckIcon (line 49) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox-group/demos/hero/tailwind/index.tsx function ExampleCheckboxGroup (line 6) | function ExampleCheckboxGroup() { function CheckIcon (line 60) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox-group/demos/nested/css-modules/index.tsx function PermissionsForm (line 10) | function PermissionsForm() { function CheckIcon (line 147) | function CheckIcon(props: React.ComponentProps<'svg'>) { function HorizontalRuleIcon (line 155) | function HorizontalRuleIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox-group/demos/parent/css-modules/index.tsx function ExampleCheckboxGroup (line 9) | function ExampleCheckboxGroup() { function CheckIcon (line 70) | function CheckIcon(props: React.ComponentProps<'svg'>) { function HorizontalRuleIcon (line 78) | function HorizontalRuleIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox/demos/hero/css-modules/index.tsx function ExampleCheckbox (line 5) | function ExampleCheckbox() { function CheckIcon (line 18) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/checkbox/demos/hero/tailwind/index.tsx function ExampleCheckbox (line 4) | function ExampleCheckbox() { function CheckIcon (line 20) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/collapsible/demos/hero/css-modules/index.tsx function ExampleCollapsible (line 5) | function ExampleCollapsible() { function ChevronIcon (line 23) | function ChevronIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/collapsible/demos/hero/tailwind/index.tsx function ExampleCollapsible (line 4) | function ExampleCollapsible() { function ChevronIcon (line 22) | function ChevronIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/combobox/demos/async-multiple/css-modules/index.tsx function ExampleAsyncMultipleCombobox (line 6) | function ExampleAsyncMultipleCombobox() { function CheckIcon (line 190) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 198) | function XIcon(props: React.ComponentProps<'svg'>) { type DirectoryUser (line 219) | interface DirectoryUser { function searchUsers (line 227) | async function searchUsers( FILE: docs/src/app/(docs)/react/components/combobox/demos/async-multiple/tailwind/index.tsx function ExampleAsyncMultipleCombobox (line 5) | function ExampleAsyncMultipleCombobox() { function CheckIcon (line 210) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 218) | function XIcon(props: React.ComponentProps<'svg'>) { type DirectoryUser (line 239) | interface DirectoryUser { function searchUsers (line 247) | async function searchUsers( FILE: docs/src/app/(docs)/react/components/combobox/demos/async-single/css-modules/index.tsx function ExampleAsyncSingleCombobox (line 6) | function ExampleAsyncSingleCombobox() { function CheckIcon (line 154) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 162) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 180) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type DirectoryUser (line 197) | interface DirectoryUser { function searchUsers (line 205) | async function searchUsers( FILE: docs/src/app/(docs)/react/components/combobox/demos/async-single/tailwind/index.tsx function ExampleAsyncSingleCombobox (line 5) | function ExampleAsyncSingleCombobox() { function CheckIcon (line 176) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 184) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 202) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type DirectoryUser (line 219) | interface DirectoryUser { function searchUsers (line 227) | async function searchUsers( FILE: docs/src/app/(docs)/react/components/combobox/demos/creatable/css-modules/index.tsx function ExampleCreatableCombobox (line 7) | function ExampleCreatableCombobox() { function CheckIcon (line 217) | function CheckIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 225) | function PlusIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 244) | function XIcon(props: React.ComponentProps<'svg'>) { type LabelItem (line 265) | interface LabelItem { FILE: docs/src/app/(docs)/react/components/combobox/demos/creatable/tailwind/index.tsx function ExampleCreatableCombobox (line 6) | function ExampleCreatableCombobox() { function CheckIcon (line 239) | function CheckIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 247) | function PlusIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 266) | function XIcon(props: React.ComponentProps<'svg'>) { type LabelItem (line 287) | interface LabelItem { FILE: docs/src/app/(docs)/react/components/combobox/demos/grouped/css-modules/index.tsx function ExampleGroupedCombobox (line 6) | function ExampleGroupedCombobox() { function CheckIcon (line 55) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 63) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 81) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type Produce (line 98) | interface Produce { type ProduceGroup (line 104) | interface ProduceGroup { function groupProduce (line 128) | function groupProduce(items: Produce[]): ProduceGroup[] { FILE: docs/src/app/(docs)/react/components/combobox/demos/grouped/tailwind/index.tsx function ExampleGroupedCombobox (line 5) | function ExampleGroupedCombobox() { function CheckIcon (line 70) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 78) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 96) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type Produce (line 113) | interface Produce { type ProduceGroup (line 119) | interface ProduceGroup { function groupProduce (line 143) | function groupProduce(items: Produce[]): ProduceGroup[] { FILE: docs/src/app/(docs)/react/components/combobox/demos/hero/css-modules/index.tsx function ExampleCombobox (line 6) | function ExampleCombobox() { function CheckIcon (line 46) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 54) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 72) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type Fruit (line 89) | interface Fruit { FILE: docs/src/app/(docs)/react/components/combobox/demos/hero/tailwind/index.tsx function ExampleCombobox (line 5) | function ExampleCombobox() { function CheckIcon (line 61) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 69) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 87) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { type Fruit (line 104) | interface Fruit { FILE: docs/src/app/(docs)/react/components/combobox/demos/input-inside-popup/css-modules/index.tsx function ExamplePopoverCombobox (line 6) | function ExamplePopoverCombobox() { function ChevronUpDownIcon (line 44) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 61) | function CheckIcon(props: React.ComponentProps<'svg'>) { type Country (line 69) | interface Country { FILE: docs/src/app/(docs)/react/components/combobox/demos/input-inside-popup/tailwind/index.tsx function ExamplePopoverCombobox (line 5) | function ExamplePopoverCombobox() { function ChevronUpDownIcon (line 55) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 72) | function CheckIcon(props: React.ComponentProps<'svg'>) { type Country (line 80) | interface Country { FILE: docs/src/app/(docs)/react/components/combobox/demos/multiple/css-modules/index.tsx function ExampleMultipleCombobox (line 6) | function ExampleMultipleCombobox() { function CheckIcon (line 65) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 73) | function XIcon(props: React.ComponentProps<'svg'>) { type ProgrammingLanguage (line 94) | interface ProgrammingLanguage { FILE: docs/src/app/(docs)/react/components/combobox/demos/multiple/tailwind/index.tsx function ExampleMultipleCombobox (line 5) | function ExampleMultipleCombobox() { function CheckIcon (line 73) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 81) | function XIcon(props: React.ComponentProps<'svg'>) { type ProgrammingLanguage (line 102) | interface ProgrammingLanguage { FILE: docs/src/app/(docs)/react/components/combobox/demos/virtualized/css-modules/index.tsx function ExampleVirtualizedCombobox (line 7) | function ExampleVirtualizedCombobox() { function VirtualizedList (line 52) | function VirtualizedList({ function CheckIcon (line 139) | function CheckIcon(props: React.ComponentProps<'svg'>) { type VirtualizedItem (line 147) | interface VirtualizedItem { function getItemLabel (line 152) | function getItemLabel(item: VirtualizedItem | null) { type Virtualizer (line 162) | type Virtualizer = ReturnType) { type VirtualizedItem (line 150) | interface VirtualizedItem { function getItemLabel (line 155) | function getItemLabel(item: VirtualizedItem | null) { type Virtualizer (line 165) | type Virtualizer = ReturnType) { FILE: docs/src/app/(docs)/react/components/context-menu/demos/submenu/tailwind/index.tsx function ExampleContextMenu (line 4) | function ExampleContextMenu() { function ChevronRightIcon (line 64) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/dialog/demos/close-confirmation/css-modules/index.tsx function ExampleDialog (line 7) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/close-confirmation/tailwind/index.tsx function ExampleDialog (line 6) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/detached-triggers-controlled/css-modules/index.tsx function DialogDetachedTriggersControlledDemo (line 8) | function DialogDetachedTriggersControlledDemo() { FILE: docs/src/app/(docs)/react/components/dialog/demos/detached-triggers-controlled/tailwind/index.tsx function DialogDetachedTriggersControlledDemo (line 7) | function DialogDetachedTriggersControlledDemo() { FILE: docs/src/app/(docs)/react/components/dialog/demos/detached-triggers-simple/css-modules/index.tsx function DialogDetachedTriggersSimpleDemo (line 8) | function DialogDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/dialog/demos/detached-triggers-simple/tailwind/index.tsx function DialogDetachedTriggersSimpleDemo (line 7) | function DialogDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/dialog/demos/hero/css-modules/index.tsx function ExampleDialog (line 4) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/hero/tailwind/index.tsx function ExampleDialog (line 3) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/inside-scroll/css-modules/index.tsx function InsideScrollDialog (line 6) | function InsideScrollDialog() { constant CONTENT_SECTIONS (line 45) | const CONTENT_SECTIONS = [ FILE: docs/src/app/(docs)/react/components/dialog/demos/inside-scroll/tailwind/index.tsx function InsideScrollDialog (line 5) | function InsideScrollDialog() { constant CONTENT_SECTIONS (line 52) | const CONTENT_SECTIONS = [ FILE: docs/src/app/(docs)/react/components/dialog/demos/nested/css-modules/index.tsx function ExampleDialog (line 4) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/nested/tailwind/index.tsx function ExampleDialog (line 3) | function ExampleDialog() { FILE: docs/src/app/(docs)/react/components/dialog/demos/outside-scroll/css-modules/index.tsx function OutsideScrollDialog (line 7) | function OutsideScrollDialog() { function XIcon (line 65) | function XIcon(props: React.ComponentProps<'svg'>) { constant CONTENT_SECTIONS (line 85) | const CONTENT_SECTIONS = [ constant RELATED_LINKS (line 172) | const RELATED_LINKS = [ FILE: docs/src/app/(docs)/react/components/dialog/demos/outside-scroll/tailwind/index.tsx function OutsideScrollDialog (line 6) | function OutsideScrollDialog() { function XIcon (line 85) | function XIcon(props: React.ComponentProps<'svg'>) { constant CONTENT_SECTIONS (line 105) | const CONTENT_SECTIONS = [ constant RELATED_LINKS (line 192) | const RELATED_LINKS = [ FILE: docs/src/app/(docs)/react/components/dialog/demos/uncontained/css-modules/index.tsx function ExampleUncontainedDialog (line 4) | function ExampleUncontainedDialog() { function XIcon (line 23) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/dialog/demos/uncontained/tailwind/index.tsx function ExampleUncontainedDialog (line 3) | function ExampleUncontainedDialog() { function XIcon (line 27) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/drawer/demos/hero/css-modules/index.tsx function ExampleDrawer (line 4) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/hero/tailwind/index.tsx function ExampleDrawer (line 3) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/indent-provider/css-modules/index.tsx function ExampleDrawer (line 6) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/indent-provider/tailwind/index.tsx function ExampleDrawer (line 5) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/mobile-nav/css-modules/index.tsx constant ITEMS (line 7) | const ITEMS = [ constant LONG_LIST (line 14) | const LONG_LIST = [ function ExampleDrawerMobileNav (line 53) | function ExampleDrawerMobileNav() { FILE: docs/src/app/(docs)/react/components/drawer/demos/mobile-nav/tailwind/index.tsx constant ITEMS (line 6) | const ITEMS = [ constant LONG_LIST (line 13) | const LONG_LIST = [ function ExampleDrawerMobileNav (line 52) | function ExampleDrawerMobileNav() { FILE: docs/src/app/(docs)/react/components/drawer/demos/nested/css-modules/index.tsx function ExampleDrawerNested (line 5) | function ExampleDrawerNested() { FILE: docs/src/app/(docs)/react/components/drawer/demos/nested/tailwind/index.tsx function ExampleDrawerNested (line 4) | function ExampleDrawerNested() { FILE: docs/src/app/(docs)/react/components/drawer/demos/non-modal/css-modules/index.tsx function ExampleDrawer (line 4) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/non-modal/tailwind/index.tsx function ExampleDrawer (line 3) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/position/css-modules/index.tsx function ExampleDrawer (line 4) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/position/tailwind/index.tsx function ExampleDrawer (line 3) | function ExampleDrawer() { FILE: docs/src/app/(docs)/react/components/drawer/demos/snap-points/css-modules/index.tsx constant TOP_MARGIN_REM (line 6) | const TOP_MARGIN_REM = 1; constant VISIBLE_SNAP_POINTS_REM (line 7) | const VISIBLE_SNAP_POINTS_REM = [30]; function toViewportSnapPoint (line 9) | function toViewportSnapPoint(heightRem: number) { function ExampleDrawerSnapPoints (line 15) | function ExampleDrawerSnapPoints() { FILE: docs/src/app/(docs)/react/components/drawer/demos/snap-points/tailwind/index.tsx constant TOP_MARGIN_REM (line 5) | const TOP_MARGIN_REM = 1; constant VISIBLE_SNAP_POINTS_REM (line 6) | const VISIBLE_SNAP_POINTS_REM = [30]; function toViewportSnapPoint (line 8) | function toViewportSnapPoint(heightRem: number) { function ExampleDrawerSnapPoints (line 14) | function ExampleDrawerSnapPoints() { FILE: docs/src/app/(docs)/react/components/drawer/demos/swipe-area/css-modules/index.tsx function ExampleDrawerSwipeArea (line 6) | function ExampleDrawerSwipeArea() { FILE: docs/src/app/(docs)/react/components/drawer/demos/swipe-area/tailwind/index.tsx function ExampleDrawerSwipeArea (line 5) | function ExampleDrawerSwipeArea() { FILE: docs/src/app/(docs)/react/components/drawer/demos/uncontained/css-modules/index.tsx constant ACTIONS (line 6) | const ACTIONS = ['Unfollow', 'Mute', 'Add to Favourites', 'Add to Close ... function ExampleDrawerUncontained (line 8) | function ExampleDrawerUncontained() { FILE: docs/src/app/(docs)/react/components/drawer/demos/uncontained/tailwind/index.tsx constant ACTIONS (line 5) | const ACTIONS = ['Unfollow', 'Mute', 'Add to Favourites', 'Add to Close ... function ExampleDrawerUncontained (line 7) | function ExampleDrawerUncontained() { FILE: docs/src/app/(docs)/react/components/field/demos/hero/css-modules/index.tsx function ExampleField (line 4) | function ExampleField() { FILE: docs/src/app/(docs)/react/components/field/demos/hero/tailwind/index.tsx function ExampleField (line 3) | function ExampleField() { FILE: docs/src/app/(docs)/react/components/fieldset/demos/hero/css-modules/index.tsx function ExampleField (line 5) | function ExampleField() { FILE: docs/src/app/(docs)/react/components/fieldset/demos/hero/tailwind/index.tsx function ExampleField (line 4) | function ExampleField() { FILE: docs/src/app/(docs)/react/components/form/demos/form-action/css-modules/index.tsx type FormState (line 8) | interface FormState { function ActionStateForm (line 12) | function ActionStateForm() { function submitForm (line 36) | async function submitForm(_previousState: FormState, formData: FormData) { FILE: docs/src/app/(docs)/react/components/form/demos/form-action/tailwind/index.tsx type FormState (line 7) | interface FormState { function ActionStateForm (line 11) | function ActionStateForm() { function submitForm (line 44) | async function submitForm(_previousState: FormState, formData: FormData) { FILE: docs/src/app/(docs)/react/components/form/demos/hero/css-modules/index.tsx function ExampleForm (line 8) | function ExampleForm() { function submitForm (line 50) | async function submitForm(value: string) { FILE: docs/src/app/(docs)/react/components/form/demos/hero/tailwind/index.tsx function ExampleForm (line 7) | function ExampleForm() { function submitForm (line 54) | async function submitForm(value: string) { FILE: docs/src/app/(docs)/react/components/form/demos/zod/css-modules/index.tsx function submitForm (line 14) | async function submitForm(formValues: Form.Values) { function Page (line 28) | function Page() { FILE: docs/src/app/(docs)/react/components/form/demos/zod/tailwind/index.tsx function submitForm (line 13) | async function submitForm(formValues: Form.Values) { function Page (line 27) | function Page() { FILE: docs/src/app/(docs)/react/components/input/demos/hero/css-modules/index.tsx function ExampleInput (line 4) | function ExampleInput() { FILE: docs/src/app/(docs)/react/components/input/demos/hero/tailwind/index.tsx function ExampleInput (line 3) | function ExampleInput() { FILE: docs/src/app/(docs)/react/components/menu/demos/checkbox-items/css-modules/index.tsx function ExampleMenu (line 6) | function ExampleMenu() { function ArrowSvg (line 59) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 78) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 86) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/checkbox-items/tailwind/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 58) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 77) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 85) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-controlled/css-modules/index.tsx type MenuKey (line 23) | type MenuKey = keyof typeof itemGroups; function MenuDetachedTriggersControlledDemo (line 27) | function MenuDetachedTriggersControlledDemo() { function ArrowSvg (line 109) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-controlled/tailwind/index.tsx type MenuItemDefinition (line 8) | interface MenuItemDefinition { constant MENUS (line 14) | const MENUS = { type MenuKey (line 30) | type MenuKey = keyof typeof MENUS; function MenuDetachedTriggersControlledDemo (line 34) | function MenuDetachedTriggersControlledDemo() { function ArrowSvg (line 114) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-full/css-modules/index.tsx type MenuContent (line 7) | type MenuContent = { constant MENUS (line 12) | const MENUS = { type MenuKey (line 36) | type MenuKey = keyof typeof MENUS; function MenuDetachedTriggersFullDemo (line 40) | function MenuDetachedTriggersFullDemo() { function ArrowSvg (line 96) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-full/tailwind/index.tsx type MenuContent (line 5) | type MenuContent = { constant MENUS (line 10) | const MENUS = { type MenuKey (line 34) | type MenuKey = keyof typeof MENUS; function MenuDetachedTriggersFullDemo (line 57) | function MenuDetachedTriggersFullDemo() { function ArrowSvg (line 165) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-simple/css-modules/index.tsx function MenuDetachedTriggersSimpleDemo (line 8) | function MenuDetachedTriggersSimpleDemo() { function ArrowSvg (line 37) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function DotsIcon (line 56) | function DotsIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/detached-triggers-simple/tailwind/index.tsx function MenuDetachedTriggersSimpleDemo (line 11) | function MenuDetachedTriggersSimpleDemo() { function ArrowSvg (line 43) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function DotsIcon (line 62) | function DotsIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/group-labels/css-modules/index.tsx function ExampleMenu (line 6) | function ExampleMenu() { function ArrowSvg (line 90) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 109) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 117) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/group-labels/tailwind/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 102) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 121) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 129) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/hero/css-modules/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 32) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 51) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/hero/tailwind/index.tsx function ExampleMenu (line 4) | function ExampleMenu() { function ArrowSvg (line 43) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 62) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/open-on-hover/css-modules/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 29) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 48) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/open-on-hover/tailwind/index.tsx function ExampleMenu (line 4) | function ExampleMenu() { function ArrowSvg (line 39) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 58) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/radio-items/css-modules/index.tsx function ExampleMenu (line 6) | function ExampleMenu() { function ArrowSvg (line 46) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 65) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 73) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/radio-items/tailwind/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 54) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 73) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 81) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/submenu/css-modules/index.tsx function ExampleMenu (line 6) | function ExampleMenu() { function getOffset (line 55) | function getOffset({ side }: { side: Menu.Positioner.Props['side'] }) { function ArrowSvg (line 59) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 78) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 86) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menu/demos/submenu/tailwind/index.tsx function ExampleMenu (line 5) | function ExampleMenu() { function getOffset (line 79) | function getOffset({ side }: { side: Menu.Positioner.Props['side'] }) { function ArrowSvg (line 83) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 102) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 110) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menubar/demos/hero/css-modules/index.tsx function ExampleMenubar (line 7) | function ExampleMenubar() { function handleClick (line 125) | function handleClick(event: React.MouseEvent) { function ChevronRightIcon (line 130) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/menubar/demos/hero/tailwind/index.tsx function ExampleMenubar (line 6) | function ExampleMenubar() { function handleClick (line 180) | function handleClick(event: React.MouseEvent) { function ChevronRightIcon (line 185) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/meter/demos/hero/css-modules/index.tsx function ExampleMeter (line 4) | function ExampleMeter() { FILE: docs/src/app/(docs)/react/components/meter/demos/hero/tailwind/index.tsx function ExampleMeter (line 3) | function ExampleMeter() { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/hero/css-modules/index.tsx function ExampleNavigationMenu (line 5) | function ExampleNavigationMenu() { function Link (line 77) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 91) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 99) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/hero/tailwind/index.tsx function ExampleNavigationMenu (line 4) | function ExampleNavigationMenu() { function Link (line 82) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 96) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 104) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/nested-inline/css-modules/index.tsx function ExampleNavigationMenu (line 8) | function ExampleNavigationMenu() { function Link (line 116) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 130) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 138) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/nested-inline/tailwind/index.tsx function ExampleNavigationMenu (line 7) | function ExampleNavigationMenu() { function Link (line 134) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 148) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 156) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/nested/css-modules/index.tsx function ExampleNavigationMenu (line 5) | function ExampleNavigationMenu() { function Link (line 90) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 104) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 112) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 120) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/navigation-menu/demos/nested/tailwind/index.tsx function ExampleNavigationMenu (line 4) | function ExampleNavigationMenu() { function Link (line 102) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 116) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 124) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 132) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/number-field/demos/hero/css-modules/index.tsx function ExampleNumberField (line 5) | function ExampleNumberField() { function CursorGrowIcon (line 31) | function CursorGrowIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 47) | function PlusIcon(props: React.ComponentProps<'svg'>) { function MinusIcon (line 64) | function MinusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/number-field/demos/hero/tailwind/index.tsx function ExampleNumberField (line 4) | function ExampleNumberField() { function CursorGrowIcon (line 30) | function CursorGrowIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 46) | function PlusIcon(props: React.ComponentProps<'svg'>) { function MinusIcon (line 63) | function MinusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-controlled/css-modules/index.tsx function PopoverDetachedTriggersControlledDemo (line 8) | function PopoverDetachedTriggersControlledDemo() { function ArrowSvg (line 68) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 87) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-controlled/tailwind/index.tsx function PopoverDetachedTriggersSimpleDemo (line 8) | function PopoverDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-full/css-modules/index.tsx function PopoverDetachedTriggersFullDemo (line 9) | function PopoverDetachedTriggersFullDemo() { function NotificationsPanel (line 49) | function NotificationsPanel() { function ProfilePanel (line 60) | function ProfilePanel() { function ActivityPanel (line 81) | function ActivityPanel() { function ArrowSvg (line 92) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 111) | function BellIcon(props: React.ComponentProps<'svg'>) { function UserIcon (line 119) | function UserIcon(props: React.ComponentProps<'svg'>) { function ListIcon (line 140) | function ListIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-full/tailwind/index.tsx function PopoverDetachedTriggersFullDemo (line 9) | function PopoverDetachedTriggersFullDemo() { function NotificationsPanel (line 146) | function NotificationsPanel() { function ProfilePanel (line 157) | function ProfilePanel() { function ActivityPanel (line 186) | function ActivityPanel() { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-simple/css-modules/index.tsx function PopoverDetachedTriggersSimpleDemo (line 8) | function PopoverDetachedTriggersSimpleDemo() { function ArrowSvg (line 34) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 53) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/detached-triggers-simple/tailwind/index.tsx function PopoverDetachedTriggersSimpleDemo (line 8) | function PopoverDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/popover/demos/hero/css-modules/index.tsx function ExamplePopover (line 5) | function ExamplePopover() { function ArrowSvg (line 28) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 47) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/hero/tailwind/index.tsx function ExamplePopover (line 4) | function ExamplePopover() { FILE: docs/src/app/(docs)/react/components/popover/demos/icons-tw.tsx function ArrowSvg (line 3) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 22) | function BellIcon(props: React.ComponentProps<'svg'>) { function UserIcon (line 30) | function UserIcon(props: React.ComponentProps<'svg'>) { function ListIcon (line 51) | function ListIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/open-on-hover/css-modules/index.tsx function ExamplePopover (line 5) | function ExamplePopover() { function ArrowSvg (line 28) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 47) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/popover/demos/open-on-hover/tailwind/index.tsx function ExamplePopover (line 4) | function ExamplePopover() { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-controlled/css-modules/index.tsx function PreviewCardDetachedTriggersControlledDemo (line 56) | function PreviewCardDetachedTriggersControlledDemo() { function ArrowSvg (line 136) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-controlled/tailwind/index.tsx function PreviewCardDetachedTriggersControlledDemo (line 55) | function PreviewCardDetachedTriggersControlledDemo() { function ArrowSvg (line 138) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-full/css-modules/index.tsx function PreviewCardDetachedTriggersFullDemo (line 56) | function PreviewCardDetachedTriggersFullDemo() { function ArrowSvg (line 108) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-full/tailwind/index.tsx function PreviewCardDetachedTriggersFullDemo (line 55) | function PreviewCardDetachedTriggersFullDemo() { function ArrowSvg (line 113) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-simple/css-modules/index.tsx function PreviewCardDetachedTriggersSimpleDemo (line 8) | function PreviewCardDetachedTriggersSimpleDemo() { function ArrowSvg (line 51) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/detached-triggers-simple/tailwind/index.tsx function PreviewCardDetachedTriggersSimpleDemo (line 7) | function PreviewCardDetachedTriggersSimpleDemo() { function ArrowSvg (line 50) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/hero/css-modules/index.tsx function ExamplePreviewCard (line 5) | function ExamplePreviewCard() { function ArrowSvg (line 45) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/preview-card/demos/hero/tailwind/index.tsx function ExamplePreviewCard (line 4) | function ExamplePreviewCard() { function ArrowSvg (line 44) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/progress/demos/hero/css-modules/index.tsx function ExampleProgress (line 6) | function ExampleProgress() { FILE: docs/src/app/(docs)/react/components/progress/demos/hero/tailwind/index.tsx function ExampleProgress (line 5) | function ExampleProgress() { FILE: docs/src/app/(docs)/react/components/radio/demos/hero/css-modules/index.tsx function ExampleRadioGroup (line 7) | function ExampleRadioGroup() { FILE: docs/src/app/(docs)/react/components/radio/demos/hero/tailwind/index.tsx function ExampleRadioGroup (line 6) | function ExampleRadioGroup() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/both/css-modules/index.tsx function ExampleScrollAreaBoth (line 4) | function ExampleScrollAreaBoth() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/both/tailwind/index.tsx function ExampleScrollAreaBoth (line 3) | function ExampleScrollAreaBoth() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/hero/css-modules/index.tsx function ExampleScrollArea (line 4) | function ExampleScrollArea() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/hero/tailwind/index.tsx function ExampleScrollArea (line 3) | function ExampleScrollArea() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/scroll-fade/css-modules/index.tsx function ExampleScrollAreaScrollFade (line 4) | function ExampleScrollAreaScrollFade() { FILE: docs/src/app/(docs)/react/components/scroll-area/demos/scroll-fade/tailwind/index.tsx function ExampleScrollAreaScrollFade (line 3) | function ExampleScrollAreaScrollFade() { FILE: docs/src/app/(docs)/react/components/select/demos/grouped/css-modules/index.tsx function ExampleSelectGrouped (line 6) | function ExampleSelectGrouped() { function ChevronUpDownIcon (line 56) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 73) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/grouped/tailwind/index.tsx function ExampleSelectGrouped (line 5) | function ExampleSelectGrouped() { function ChevronUpDownIcon (line 61) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 78) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/hero/css-modules/index.tsx function ExampleSelect (line 13) | function ExampleSelect() { function ChevronUpDownIcon (line 47) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 64) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/hero/tailwind/index.tsx function ExampleSelect (line 12) | function ExampleSelect() { function ChevronUpDownIcon (line 52) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 69) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/multiple/css-modules/index.tsx type Language (line 19) | type Language = keyof typeof languages; function renderValue (line 23) | function renderValue(value: Language[]) { function MultiSelectExample (line 33) | function MultiSelectExample() { function ChevronUpDownIcon (line 67) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 84) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/multiple/tailwind/index.tsx type Language (line 18) | type Language = keyof typeof languages; function renderValue (line 22) | function renderValue(value: Language[]) { function MultiSelectExample (line 32) | function MultiSelectExample() { function ChevronUpDownIcon (line 72) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 89) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/select/demos/object-values/css-modules/index.tsx function ObjectValueSelect (line 6) | function ObjectValueSelect() { function ChevronUpDownIcon (line 54) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 71) | function CheckIcon(props: React.ComponentProps<'svg'>) { type ShippingMethod (line 79) | interface ShippingMethod { FILE: docs/src/app/(docs)/react/components/select/demos/object-values/tailwind/index.tsx function ObjectValueSelect (line 5) | function ObjectValueSelect() { function ChevronUpDownIcon (line 59) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 76) | function CheckIcon(props: React.ComponentProps<'svg'>) { type ShippingMethod (line 84) | interface ShippingMethod { FILE: docs/src/app/(docs)/react/components/separator/demos/hero/css-modules/index.tsx function ExampleSeparator (line 4) | function ExampleSeparator() { FILE: docs/src/app/(docs)/react/components/separator/demos/hero/tailwind/index.tsx function ExampleSeparator (line 3) | function ExampleSeparator() { FILE: docs/src/app/(docs)/react/components/slider/demos/edge-alignment/css-modules/index.tsx function EdgeAlignedThumb (line 4) | function EdgeAlignedThumb() { FILE: docs/src/app/(docs)/react/components/slider/demos/edge-alignment/tailwind/index.tsx function EdgeAlignedThumb (line 3) | function EdgeAlignedThumb() { FILE: docs/src/app/(docs)/react/components/slider/demos/hero/css-modules/index.tsx function ExampleSlider (line 4) | function ExampleSlider() { FILE: docs/src/app/(docs)/react/components/slider/demos/hero/tailwind/index.tsx function ExampleSlider (line 3) | function ExampleSlider() { FILE: docs/src/app/(docs)/react/components/slider/demos/range-slider/css-modules/index.tsx function RangeSlider (line 4) | function RangeSlider() { FILE: docs/src/app/(docs)/react/components/slider/demos/range-slider/tailwind/index.tsx function RangeSlider (line 3) | function RangeSlider() { FILE: docs/src/app/(docs)/react/components/slider/demos/vertical/css-modules/index.tsx function VerticalSlider (line 4) | function VerticalSlider() { FILE: docs/src/app/(docs)/react/components/slider/demos/vertical/tailwind/index.tsx function VerticalSlider (line 3) | function VerticalSlider() { FILE: docs/src/app/(docs)/react/components/switch/demos/hero/css-modules/index.tsx function ExampleSwitch (line 4) | function ExampleSwitch() { FILE: docs/src/app/(docs)/react/components/switch/demos/hero/tailwind/index.tsx function ExampleSwitch (line 3) | function ExampleSwitch() { FILE: docs/src/app/(docs)/react/components/tabs/demos/hero/css-modules/index.tsx function ExampleTabs (line 5) | function ExampleTabs() { function OverviewIcon (line 33) | function OverviewIcon(props: React.ComponentProps<'svg'>) { function ProjectIcon (line 41) | function ProjectIcon(props: React.ComponentProps<'svg'>) { function PersonIcon (line 49) | function PersonIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tabs/demos/hero/tailwind/index.tsx function ExampleTabs (line 4) | function ExampleTabs() { function OverviewIcon (line 50) | function OverviewIcon(props: React.ComponentProps<'svg'>) { function ProjectIcon (line 58) | function ProjectIcon(props: React.ComponentProps<'svg'>) { function PersonIcon (line 66) | function PersonIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/anchored/css-modules/index.tsx function ExampleToast (line 11) | function ExampleToast() { function StackedToastButton (line 29) | function StackedToastButton() { function CopyButton (line 43) | function CopyButton() { function AnchoredToasts (line 89) | function AnchoredToasts() { function StackedToasts (line 111) | function StackedToasts() { function ArrowSvg (line 132) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ClipboardIcon (line 151) | function ClipboardIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 171) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 190) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/anchored/tailwind/index.tsx function ExampleToast (line 10) | function ExampleToast() { function StackedToastButton (line 28) | function StackedToastButton() { function CopyButton (line 46) | function CopyButton() { function AnchoredToasts (line 92) | function AnchoredToasts() { function StackedToasts (line 121) | function StackedToasts() { function ArrowSvg (line 149) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ClipboardIcon (line 168) | function ClipboardIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 188) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 207) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/custom/css-modules/index.tsx type CustomToastData (line 6) | interface CustomToastData { function isCustomToast (line 10) | function isCustomToast( function CustomToastExample (line 16) | function CustomToastExample() { function CustomToast (line 29) | function CustomToast() { function ToastList (line 50) | function ToastList() { function XIcon (line 71) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/hero/css-modules/index.tsx function ExampleToast (line 6) | function ExampleToast() { function ToastButton (line 19) | function ToastButton() { function ToastList (line 38) | function ToastList() { function XIcon (line 53) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/hero/tailwind/index.tsx function ExampleToast (line 5) | function ExampleToast() { function ToastButton (line 18) | function ToastButton() { function ToastList (line 41) | function ToastList() { function XIcon (line 63) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/position/css-modules/index.tsx function ExampleToast (line 6) | function ExampleToast() { function ToastButton (line 19) | function ToastButton() { function ToastList (line 38) | function ToastList() { function XIcon (line 53) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/position/tailwind/index.tsx function ExampleToast (line 5) | function ExampleToast() { function ToastButton (line 18) | function ToastButton() { function ToastList (line 41) | function ToastList() { function XIcon (line 64) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/promise/css-modules/index.tsx function PromiseToastExample (line 6) | function PromiseToastExample() { function PromiseDemo (line 19) | function PromiseDemo() { function ToastList (line 50) | function ToastList() { function XIcon (line 65) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/undo/css-modules/index.tsx function UndoToastExample (line 6) | function UndoToastExample() { function Form (line 19) | function Form() { function ToastList (line 46) | function ToastList() { function XIcon (line 62) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toast/demos/varying-heights/css-modules/index.tsx function VaryingHeightsToast (line 6) | function VaryingHeightsToast() { function ToastButton (line 19) | function ToastButton() { function ToastList (line 39) | function ToastList() { function XIcon (line 54) | function XIcon(props: React.ComponentProps<'svg'>) { constant TEXTS (line 74) | const TEXTS = [ FILE: docs/src/app/(docs)/react/components/toggle-group/demos/hero/css-modules/index.tsx function ExampleToggleGroup (line 6) | function ExampleToggleGroup() { function AlignLeftIcon (line 22) | function AlignLeftIcon(props: React.ComponentProps<'svg'>) { function AlignCenterIcon (line 40) | function AlignCenterIcon(props: React.ComponentProps<'svg'>) { function AlignRightIcon (line 58) | function AlignRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toggle-group/demos/hero/tailwind/index.tsx function ExampleToggleGroup (line 5) | function ExampleToggleGroup() { function AlignLeftIcon (line 36) | function AlignLeftIcon(props: React.ComponentProps<'svg'>) { function AlignCenterIcon (line 54) | function AlignCenterIcon(props: React.ComponentProps<'svg'>) { function AlignRightIcon (line 72) | function AlignRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toggle-group/demos/multiple/css-modules/index.tsx function ExampleToggleGroupMultiple (line 5) | function ExampleToggleGroupMultiple() { function BoldIcon (line 26) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 34) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 42) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toggle-group/demos/multiple/tailwind/index.tsx function ExampleToggleGroupMultiple (line 4) | function ExampleToggleGroupMultiple() { function BoldIcon (line 37) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 45) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 53) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toggle/demos/hero/css-modules/index.tsx function ExampleToggle (line 6) | function ExampleToggle() { function HeartFilledIcon (line 32) | function HeartFilledIcon(props: React.ComponentProps<'svg'>) { function HeartOutlineIcon (line 40) | function HeartOutlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toggle/demos/hero/tailwind/index.tsx function ExampleToggle (line 5) | function ExampleToggle() { function HeartFilledIcon (line 31) | function HeartFilledIcon(props: React.ComponentProps<'svg'>) { function HeartOutlineIcon (line 39) | function HeartOutlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toolbar/demos/hero/css-modules/index.tsx function ExampleToolbar (line 8) | function ExampleToolbar() { function ChevronUpDownIcon (line 73) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 90) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/toolbar/demos/hero/tailwind/index.tsx function ExampleToolbar (line 7) | function ExampleToolbar() { function ChevronUpDownIcon (line 90) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 107) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-controlled/css-modules/index.tsx function TooltipDetachedTriggersControlledDemo (line 8) | function TooltipDetachedTriggersControlledDemo() { function ArrowSvg (line 67) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function InfoIcon (line 86) | function InfoIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-controlled/tailwind/index.tsx function TooltipDetachedTriggersControlledDemo (line 8) | function TooltipDetachedTriggersControlledDemo() { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-full/css-modules/index.tsx function TooltipDetachedTriggersFullDemo (line 8) | function TooltipDetachedTriggersFullDemo() { function InfoContent (line 46) | function InfoContent() { function HelpContent (line 50) | function HelpContent() { function AlertContent (line 54) | function AlertContent() { function ArrowSvg (line 58) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function InfoIcon (line 77) | function InfoIcon(props: React.ComponentProps<'svg'>) { function HelpIcon (line 98) | function HelpIcon(props: React.ComponentProps<'svg'>) { function AlertIcon (line 119) | function AlertIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-full/tailwind/index.tsx function TooltipDetachedTriggersFullDemo (line 8) | function TooltipDetachedTriggersFullDemo() { function InfoContent (line 151) | function InfoContent() { function HelpContent (line 155) | function HelpContent() { function AlertContent (line 159) | function AlertContent() { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-simple/css-modules/index.tsx function TooltipDetachedTriggersSimpleDemo (line 8) | function TooltipDetachedTriggersSimpleDemo() { function ArrowSvg (line 31) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function InfoIcon (line 50) | function InfoIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/detached-triggers-simple/tailwind/index.tsx function TooltipDetachedTriggersSimpleDemo (line 8) | function TooltipDetachedTriggersSimpleDemo() { FILE: docs/src/app/(docs)/react/components/tooltip/demos/hero/css-modules/index.tsx function ExampleTooltip (line 5) | function ExampleTooltip() { function ArrowSvg (line 61) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BoldIcon (line 80) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 88) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 96) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/hero/tailwind/index.tsx function ExampleTooltip (line 4) | function ExampleTooltip() { function ArrowSvg (line 162) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BoldIcon (line 181) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 189) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 197) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/components/tooltip/demos/icons-tw.tsx function ArrowSvg (line 3) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function InfoIcon (line 22) | function InfoIcon(props: React.ComponentProps<'svg'>) { function HelpIcon (line 43) | function HelpIcon(props: React.ComponentProps<'svg'>) { function AlertIcon (line 64) | function AlertIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/handbook/animation/demos/animated-popover-motion-keep-mounted-false/css-modules/index.tsx function AnimatedPopoverMotionKeepMountedFalseDemo (line 7) | function AnimatedPopoverMotionKeepMountedFalseDemo() { FILE: docs/src/app/(docs)/react/handbook/animation/demos/animated-popover-motion-keep-mounted-true/css-modules/index.tsx function AnimatedPopoverMotionKeepMountedTrueDemo (line 7) | function AnimatedPopoverMotionKeepMountedTrueDemo() { FILE: docs/src/app/(docs)/react/handbook/animation/demos/animated-select-motion/css-modules/index.tsx function AnimatedSelectMotionDemo (line 15) | function AnimatedSelectMotionDemo() { function ChevronUpDownIcon (line 78) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 95) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/autocomplete.tsx function Root (line 5) | function Root(props: Autocomplete.Root.Props) { function Portal (line 25) | function Portal(props: Autocomplete.Portal.Props) { function Positioner (line 29) | function Positioner({ className, ...props }: Autocomplete.Positioner.Pro... function Popup (line 39) | function Popup({ className, ...props }: Autocomplete.Popup.Props) { function List (line 51) | function List(props: Autocomplete.List.Props) { function Item (line 55) | function Item({ className, ...props }: Autocomplete.Item.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/button.tsx function Button (line 5) | function Button({ className, ...props }: React.ComponentPropsWithoutRef<... FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/checkbox-group.tsx function CheckboxGroup (line 5) | function CheckboxGroup({ className, ...props }: BaseCheckboxGroup.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/checkbox.tsx function Root (line 5) | function Root({ className, ...props }: Checkbox.Root.Props) { function Indicator (line 17) | function Indicator({ className, ...props }: Checkbox.Indicator.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/combobox.tsx function Root (line 6) | function Root(props: Combobox.Root.Props) { function Clear (line 26) | function Clear({ className, ...props }: Combobox.Clear.Props) { function Trigger (line 40) | function Trigger({ className, ...props }: Combobox.Trigger.Props) { function Portal (line 52) | function Portal(props: Combobox.Portal.Props) { function Positioner (line 56) | function Positioner({ className, ...props }: Combobox.Positioner.Props) { function Popup (line 62) | function Popup({ className, ...props }: Combobox.Popup.Props) { function Empty (line 74) | function Empty({ className, ...props }: Combobox.Empty.Props) { function List (line 83) | function List({ className, ...props }: Combobox.List.Props) { function Item (line 95) | function Item({ className, ...props }: Combobox.Item.Props) { function ItemIndicator (line 107) | function ItemIndicator({ className, ...props }: Combobox.ItemIndicator.P... FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/field.tsx function Root (line 5) | function Root({ className, ...props }: Field.Root.Props) { function Label (line 9) | function Label({ className, ...props }: Field.Label.Props) { function Description (line 21) | function Description({ className, ...props }: Field.Description.Props) { function Error (line 43) | function Error({ className, ...props }: Field.Error.Props) { function Item (line 47) | function Item(props: Field.Item.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/fieldset.tsx function Root (line 5) | function Root(props: Fieldset.Root.Props) { function Legend (line 9) | function Legend({ className, ...props }: Fieldset.Legend.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/form.tsx function Form (line 5) | function Form({ className, ...props }: BaseForm.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/number-field.tsx function Root (line 5) | function Root({ className, ...props }: NumberField.Root.Props) { function Group (line 11) | function Group({ className, ...props }: NumberField.Group.Props) { function Decrement (line 15) | function Decrement({ className, ...props }: NumberField.Decrement.Props) { function Increment (line 43) | function Increment({ className, ...props }: NumberField.Increment.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/radio-group.tsx function RadioGroup (line 5) | function RadioGroup({ className, ...props }: BaseRadioGroup.Props... FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/radio.tsx function Root (line 5) | function Root({ className, ...props }: Radio.Root.Props) { function Indicator (line 17) | function Indicator({ className, ...props }: Radio.Indicator.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/select.tsx function Root (line 5) | function Root(props: Select.Root.Props) { function Label (line 9) | function Label({ className, ...props }: Select.Label.Props) { function Trigger (line 13) | function Trigger({ className, ...props }: Select.Trigger.Props) { function Value (line 25) | function Value({ className, ...props }: Select.Value.Props) { function Icon (line 29) | function Icon({ className, ...props }: Select.Icon.Props) { function Portal (line 33) | function Portal(props: Select.Portal.Props) { function Positioner (line 37) | function Positioner({ className, ...props }: Select.Positioner.Props) { function Popup (line 47) | function Popup({ className, ...props }: Select.Popup.Props) { function ScrollUpArrow (line 59) | function ScrollUpArrow({ className, ...props }: Select.ScrollUpArrow.Pro... function ScrollDownArrow (line 71) | function ScrollDownArrow({ className, ...props }: Select.ScrollDownArrow... function List (line 83) | function List({ className, ...props }: Select.List.Props) { function Item (line 95) | function Item({ className, ...props }: Select.Item.Props) { function ItemIndicator (line 107) | function ItemIndicator({ className, ...props }: Select.ItemIndicator.Pro... function ItemText (line 111) | function ItemText({ className, ...props }: Select.ItemText.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/slider.tsx function Root (line 5) | function Root({ className, ...props }: Slider.Root.Props) { function Value (line 9) | function Value({ className, ...props }: Slider.Value.Props) { function Control (line 15) | function Control({ className, ...props }: Slider.Control.Props) { function Track (line 24) | function Track({ className, ...props }: Slider.Track.Props) { function Indicator (line 36) | function Indicator({ className, ...props }: Slider.Indicator.Props) { function Thumb (line 42) | function Thumb({ className, ...props }: Slider.Thumb.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/switch.tsx function Root (line 5) | function Root({ className, ...props }: Switch.Root.Props) { function Thumb (line 17) | function Thumb({ className, ...props }: Switch.Thumb.Props) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/components/toast.tsx function Toasts (line 6) | function Toasts() { function ToastProvider (line 34) | function ToastProvider(props: { children: React.ReactNode }) { FILE: docs/src/app/(docs)/react/handbook/forms/demos/hero/tailwind/index.tsx function ExampleForm (line 20) | function ExampleForm() { function App (line 254) | function App() { function cartesian (line 262) | function cartesian(...arrays: T): string[][] { constant REGIONS (line 269) | const REGIONS = cartesian(['us', 'eu', 'ap'], ['central', 'east', 'west'... type Image (line 273) | interface Image { constant IMAGES (line 278) | const IMAGES: Image[] = ['nginx:1.29-alpine', 'node:22-slim', 'postgres:... constant SERVER_TYPES (line 283) | const SERVER_TYPES = [ FILE: docs/src/app/(docs)/react/handbook/forms/demos/react-hook-form/tailwind/index.tsx type FormValues (line 21) | interface FormValues { function ReactHookForm (line 33) | function ReactHookForm() { function App (line 408) | function App() { function cartesian (line 416) | function cartesian(...arrays: T): string[][] { constant REGIONS (line 423) | const REGIONS = cartesian(['us', 'eu', 'ap'], ['central', 'east', 'west'... type Image (line 427) | interface Image { constant IMAGES (line 432) | const IMAGES: Image[] = ['nginx:1.29-alpine', 'node:22-slim', 'postgres:... constant SERVER_TYPES (line 437) | const SERVER_TYPES = [ FILE: docs/src/app/(docs)/react/handbook/forms/demos/tanstack-form/tailwind/index.tsx type FormValues (line 20) | interface FormValues { function TanstackForm (line 44) | function TanstackForm() { function App (line 480) | function App() { function isEmpty (line 488) | function isEmpty(object: Partial, Validation... function cartesian (line 496) | function cartesian(...arrays: T): string[][] { constant REGIONS (line 503) | const REGIONS = cartesian(['us', 'eu', 'ap'], ['central', 'east', 'west'... type Image (line 507) | interface Image { constant IMAGES (line 512) | const IMAGES: Image[] = ['nginx:1.29-alpine', 'node:22-slim', 'postgres:... constant SERVER_TYPES (line 517) | const SERVER_TYPES = [ FILE: docs/src/app/(docs)/react/utils/direction-provider/demos/hero/css-modules/index.tsx function ExampleDirectionProvider (line 5) | function ExampleDirectionProvider() { FILE: docs/src/app/(docs)/react/utils/direction-provider/demos/hero/tailwind/index.tsx function ExampleDirectionProvider (line 4) | function ExampleDirectionProvider() { FILE: docs/src/app/(docs)/react/utils/localization-provider/demos/hero/css-modules/index.tsx function ExampleCalendar (line 9) | function ExampleCalendar() { function MyCalendar (line 17) | function MyCalendar() { function ChevronLeftIcon (line 71) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 89) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/utils/localization-provider/demos/nesting/css-modules/index.tsx function NestedLocalizedCalendars (line 10) | function NestedLocalizedCalendars() { function LocalizedCalendar (line 23) | function LocalizedCalendar() { function ChevronLeftIcon (line 78) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 96) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/utils/localization-provider/demos/start-of-week/css-modules/index.tsx function StartOfWeekCalendar (line 14) | function StartOfWeekCalendar() { function ChevronUpDownIcon (line 105) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 122) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ChevronLeftIcon (line 130) | function ChevronLeftIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 148) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/utils/merge-props/demos/prevent-base-ui-handler/css-modules/index.tsx function ExamplePreventBaseUIHandler (line 7) | function ExamplePreventBaseUIHandler() { function HeartFilledIcon (line 48) | function HeartFilledIcon(props: React.ComponentProps<'svg'>) { function HeartOutlineIcon (line 56) | function HeartOutlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(docs)/react/utils/use-render/demos/render-callback/css-modules/index.tsx type CounterState (line 7) | interface CounterState { type CounterProps (line 11) | interface CounterProps extends useRender.ComponentProps<'button', Counte... function Counter (line 13) | function Counter(props: CounterProps) { function ExampleCounter (line 44) | function ExampleCounter() { FILE: docs/src/app/(docs)/react/utils/use-render/demos/render/css-modules/index.tsx type TextProps (line 6) | interface TextProps extends useRender.ComponentProps<'p'> {} function Text (line 8) | function Text(props: TextProps) { function ExampleText (line 20) | function ExampleText() { FILE: docs/src/app/(private)/docs-theme/page.tsx function ThemePage (line 31) | function ThemePage() { FILE: docs/src/app/(private)/experiments/[...slug]/page.tsx type Props (line 14) | interface Props { function Page (line 20) | async function Page(props: Props) { function generateStaticParams (line 50) | async function generateStaticParams() { function generateMetadata (line 67) | async function generateMetadata(props: Props): Promise { FILE: docs/src/app/(private)/experiments/_components/Button.tsx function Button (line 6) | function Button(props: ButtonProps) { type ButtonProps (line 25) | interface ButtonProps extends React.HTMLAttributes { FILE: docs/src/app/(private)/experiments/_components/EditPanel.tsx function getLocalImports (line 16) | function getLocalImports(content: string, baseDirectory: string): string... function getDependencyFiles (line 38) | async function getDependencyFiles( function resolveExtensionlessFile (line 99) | function resolveExtensionlessFile(filePath: string, preferTs: boolean): ... function EditPanel (line 125) | async function EditPanel(props: EditPanelProps) { type EditPanelProps (line 141) | interface EditPanelProps extends React.HTMLAttributes { FILE: docs/src/app/(private)/experiments/_components/ExperimentRoot.tsx type ExperimentRootContext (line 7) | interface ExperimentRootContext { function ExperimentRoot (line 16) | function ExperimentRoot(props: ExperimentRootProps) { type ExperimentRootProps (line 38) | interface ExperimentRootProps { FILE: docs/src/app/(private)/experiments/_components/ExperimentsList.tsx function ExperimentsList (line 54) | function ExperimentsList(props: React.HTMLAttributes) { FILE: docs/src/app/(private)/experiments/_components/HideSidebar.tsx function HideSidebar (line 6) | function HideSidebar(props: React.HTMLAttributes) { FILE: docs/src/app/(private)/experiments/_components/Input.tsx function Input (line 5) | function Input(props: BaseInput.Props) { FILE: docs/src/app/(private)/experiments/_components/SandboxLink.tsx function SandboxLink (line 8) | function SandboxLink(props: SandboxLinkProps) { type SandboxLinkProps (line 51) | interface SandboxLinkProps extends React.ButtonHTMLAttributes) { function ChevronUpDownIcon (line 68) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 85) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/_components/SettingsPanel.tsx type ExperimentsSettingsContext (line 11) | interface ExperimentsSettingsContext> { function ExperimentSettingsProvider (line 20) | function ExperimentSettingsProvider( function useExperimentSettings (line 70) | function useExperimentSettings() { function SettingsPanel (line 79) | function SettingsPanel(props: SettingsPanelProps = Record; type SettingsPanelProps (line 157) | interface SettingsPanelProps extends React.HTMLAttributes) { function renderSwitch (line 191) | function renderSwitch( function renderTextInput (line 208) | function renderTextInput( function renderNumberInput (line 227) | function renderNumberInput( function renderSelect (line 246) | function renderSelect( function SettingsIcon (line 266) | function SettingsIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/_components/ShowSidebar.tsx function ShowSidebar (line 6) | function ShowSidebar() { FILE: docs/src/app/(private)/experiments/_components/Sidebar.tsx function Sidebar (line 9) | function Sidebar(props: SidebarProps) { type SidebarProps (line 32) | interface SidebarProps extends React.HTMLAttributes { FILE: docs/src/app/(private)/experiments/_components/Switch.tsx function Switch (line 7) | function Switch(props: Switch.Props) { type Props (line 36) | interface Props extends React.HTMLAttributes { FILE: docs/src/app/(private)/experiments/_components/Tooltip.tsx function Tooltip (line 5) | function Tooltip(props: TooltipProps) { type TooltipProps (line 25) | interface TooltipProps { function ArrowSvg (line 30) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/accordion/animations.tsx type Settings (line 7) | interface Settings extends Record {} function ExampleAccordion (line 19) | function ExampleAccordion({ keepMounted, multiple }: { keepMounted: bool... function CssAnimations (line 67) | function CssAnimations() { function PlusIcon (line 87) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/accordion/horizontal.tsx function App (line 14) | function App() { FILE: docs/src/app/(private)/experiments/accordion/transitions.tsx type Settings (line 7) | interface Settings extends Record {} function ExampleAccordion (line 19) | function ExampleAccordion({ keepMounted, multiple }: { keepMounted: bool... function CssTransitions (line 67) | function CssTransitions() { function PlusIcon (line 87) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/anchor-positioning.tsx type Size (line 22) | type Size = 'xs' | 's' | 'm' | 'l' | 'xl'; function AnchorPositioning (line 24) | function AnchorPositioning() { FILE: docs/src/app/(private)/experiments/anchor-side-animations.tsx function AnchorSideAnimations (line 4) | function AnchorSideAnimations() { FILE: docs/src/app/(private)/experiments/calendar/calendar-basic.tsx function CalendarBasic (line 8) | function CalendarBasic() { FILE: docs/src/app/(private)/experiments/calendar/calendar-timezone.tsx function CalendarWithTimezone (line 9) | function CalendarWithTimezone() { FILE: docs/src/app/(private)/experiments/calendar/calendar-two-months.tsx function Header (line 10) | function Header() { function DayGrid (line 33) | function DayGrid(props: { offset: 0 | 1 }) { function CalendarTwoMonths (line 64) | function CalendarTwoMonths() { FILE: docs/src/app/(private)/experiments/calendar/calendar-unavailable-dates.tsx function isDateUnavailable (line 9) | function isDateUnavailable(date: Date) { function CalendarUnavailableDates (line 13) | function CalendarUnavailableDates() { FILE: docs/src/app/(private)/experiments/calendar/calendar-validation.tsx function CalendarValidation (line 11) | function CalendarValidation() { FILE: docs/src/app/(private)/experiments/collapsible/_icons.tsx function Nothing (line 4) | function Nothing() { function ChevronIcon (line 8) | function ChevronIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/collapsible/animate-presence.tsx function CollapsibleAnimatePresence (line 8) | function CollapsibleAnimatePresence() { FILE: docs/src/app/(private)/experiments/collapsible/animations.tsx function CssAnimations (line 6) | function CssAnimations() { FILE: docs/src/app/(private)/experiments/collapsible/plain.tsx function PlainCollapsible (line 6) | function PlainCollapsible() { FILE: docs/src/app/(private)/experiments/collapsible/transitions.tsx function CssTransitions (line 7) | function CssTransitions() { FILE: docs/src/app/(private)/experiments/combobox-composition.tsx function ComboboxComposition (line 6) | function ComboboxComposition() { function CheckIcon (line 47) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 55) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 73) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/combobox-perf.tsx function ExampleCombobox (line 6) | function ExampleCombobox() { function CheckIcon (line 117) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 125) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 143) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/combobox/creatable-tags.tsx constant INITIAL_ITEMS (line 7) | const INITIAL_ITEMS = [ type ComboboxProps (line 21) | interface ComboboxProps { function Experiment (line 29) | function Experiment() { function Combobox (line 53) | function Combobox(props: ComboboxProps) { function renderRegularItem (line 234) | function renderRegularItem(item: InternalComboboxItem) { function renderCreateItem (line 245) | function renderCreateItem(item: InternalComboboxItem) { type InternalComboboxItem (line 257) | interface InternalComboboxItem { function CheckIcon (line 262) | function CheckIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 270) | function PlusIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 289) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/combobox/dialog-combobox-multiple.tsx function DialogComboboxMultiple (line 7) | function DialogComboboxMultiple() { function CheckIcon (line 86) | function CheckIcon(props: React.ComponentProps<'svg'>) { function XIcon (line 94) | function XIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/combobox/dialog-combobox.tsx function DialogCombobox (line 6) | function DialogCombobox() { function CheckIcon (line 54) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/combobox/priority-combobox.tsx function CustomCombobox (line 6) | function CustomCombobox(props: { items: Priority[] }) { function PriorityCombobox (line 47) | function PriorityCombobox() { type Priority (line 51) | interface Priority { function CheckIcon (line 66) | function CheckIcon(props: React.ComponentProps<'svg'>) { function MinusIcon (line 74) | function MinusIcon(props: React.ComponentProps<'svg'>) { function CircleAlertIcon (line 91) | function CircleAlertIcon(props: React.ComponentProps<'svg'>) { function SignalHighIcon (line 112) | function SignalHighIcon(props: React.ComponentProps<'svg'>) { function SignalMediumIcon (line 134) | function SignalMediumIcon(props: React.ComponentProps<'svg'>) { function SignalLowIcon (line 156) | function SignalLowIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/context-menu.tsx function ContextMenuExperiment (line 9) | function ContextMenuExperiment() { function ChevronRightIcon (line 403) | function ChevronRightIcon() { FILE: docs/src/app/(private)/experiments/dialog/dialogs.tsx type Settings (line 9) | interface Settings { function DialogExperiment (line 44) | function DialogExperiment() { type StyledDialogProps (line 253) | type StyledDialogProps = Pick< function StyledTrigger (line 258) | function StyledTrigger( function StyledDialog (line 271) | function StyledDialog(props: StyledDialogProps) { function CheckIcon (line 25) | function CheckIcon(props: React.ComponentProps<'svg'>) { function HorizontalRuleIcon (line 33) | function HorizontalRuleIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/forms/autofill.tsx function Page (line 19) | function Page() { function ChevronUpDownIcon (line 269) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 286) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 294) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 312) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/forms/button-controls.tsx function PullRequestsCheckboxGroup (line 13) | function PullRequestsCheckboxGroup() { function StickersRadioGroup (line 75) | function StickersRadioGroup() { function DmSpamRadioGroup (line 126) | function DmSpamRadioGroup() { function ButtonControlsForm (line 176) | function ButtonControlsForm() { FILE: docs/src/app/(private)/experiments/forms/form.tsx type Settings (line 42) | interface Settings { type MyFormValues (line 49) | interface MyFormValues { function submitForm (line 77) | async function submitForm(values: MyFormValues, native: boolean) { function Page (line 97) | function Page() { constant ALL_CHECKBOX_GROUP_VALUES (line 482) | const ALL_CHECKBOX_GROUP_VALUES = ['ads', 'annoyances', 'comments', 'tra... function ChevronUpDownIcon (line 484) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 501) | function CheckIcon(props: React.ComponentProps<'svg'>) { function HorizontalRuleIcon (line 509) | function HorizontalRuleIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/forms/rhf.tsx type Settings (line 21) | interface Settings { type FormValues (line 25) | interface FormValues { function ExampleForm (line 46) | function ExampleForm() { constant ALL_CHECKBOX_GROUP_VALUES (line 561) | const ALL_CHECKBOX_GROUP_VALUES = ['ads', 'annoyances', 'comments', 'tra... constant COUNTRIES (line 562) | const COUNTRIES = [ FILE: docs/src/app/(private)/experiments/layout.tsx function ExperimentsLayout (line 4) | function ExperimentsLayout({ children }: React.PropsWithChildren) { FILE: docs/src/app/(private)/experiments/long-select.tsx function ExampleSelect (line 6) | function ExampleSelect() { function ArrowSvg (line 101) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronUpDownIcon (line 120) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 137) | function CheckIcon(props: React.ComponentProps<'svg'>) { type Country (line 145) | interface Country { FILE: docs/src/app/(private)/experiments/menu/complex-nesting.tsx function MenuComplexNestingExperiment (line 6) | function MenuComplexNestingExperiment() { function ChevronRightIcon (line 130) | function ChevronRightIcon() { FILE: docs/src/app/(private)/experiments/menu/menu-anchor-el.tsx function Page (line 6) | function Page() { FILE: docs/src/app/(private)/experiments/menu/menu-anchor-ref.tsx function Page (line 6) | function Page() { FILE: docs/src/app/(private)/experiments/menu/menu-disabled-items.tsx function ExampleMenu (line 5) | function ExampleMenu() { function ArrowSvg (line 54) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 73) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 81) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/menu-fully-featured.tsx type Settings (line 10) | interface Settings { function MenuFullyFeatured (line 20) | function MenuFullyFeatured() { function ChevronDownIcon (line 271) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 279) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { function ArrowIcon (line 287) | function ArrowIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 306) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/menu-horizontal.tsx function NestedMenu (line 6) | function NestedMenu() { FILE: docs/src/app/(private)/experiments/menu/menu-nested.tsx function NestedMenu (line 5) | function NestedMenu() { FILE: docs/src/app/(private)/experiments/menu/menu-submenus.tsx type Settings (line 9) | interface Settings { function MenuSubmenus (line 19) | function MenuSubmenus() { function ChevronDownIcon (line 168) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 176) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/nested-detached-triggers.tsx function Experiment (line 60) | function Experiment() { function ReusableMenu (line 155) | function ReusableMenu(props: { handle?: Menu.Handle; childre... type MenuContentRegularItem (line 186) | type MenuContentRegularItem = { type MenuContentSeparator (line 194) | type MenuContentSeparator = { type: 'separator' }; type MenuContentSubmenu (line 196) | type MenuContentSubmenu = { type MenuContentItem (line 202) | type MenuContentItem = MenuContentRegularItem | MenuContentSeparator | M... type ContentKey (line 204) | type ContentKey = keyof typeof contents; function renderMenuContentItem (line 206) | function renderMenuContentItem(item: MenuContentItem, key: string) { function ArrowSvg (line 245) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 264) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/perf-contained.tsx type RowData (line 7) | type RowData = { function PerfMenuExperiment (line 25) | function PerfMenuExperiment() { type RowMenuProps (line 41) | interface RowMenuProps { function RowMenu (line 45) | function RowMenu({ rowData }: RowMenuProps) { function ArrowSvg (line 73) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/perf-detached.tsx type RowData (line 7) | type RowData = { function PerfMenuExperiment (line 27) | function PerfMenuExperiment() { function RowMenu (line 51) | function RowMenu() { function ArrowSvg (line 82) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menu/pointer-events-scope.tsx function PointerEventsScopeExperiment (line 52) | function PointerEventsScopeExperiment() { FILE: docs/src/app/(private)/experiments/menu/triggers.tsx type Settings (line 10) | interface Settings { type MenuContentRegularItem (line 19) | type MenuContentRegularItem = { type MenuContentSeparator (line 27) | type MenuContentSeparator = { type: 'separator' }; type MenuContentSubmenu (line 29) | type MenuContentSubmenu = { type MenuContentItem (line 35) | type MenuContentItem = MenuContentRegularItem | MenuContentSeparator | M... type ContentKey (line 84) | type ContentKey = keyof typeof contents; function MenuTriggers (line 89) | function MenuTriggers() { type StyledMenuProps (line 237) | type StyledMenuProps = Pick< function StyledMenu (line 242) | function StyledMenu(props: StyledMenuProps) { type MenuTriggerPropsWithFeatures (line 259) | type MenuTriggerPropsWithFeatures = Menu.Trigger.Props... function StyledTrigger (line 264) | function StyledTrigger( function renderMenuContent (line 289) | function renderMenuContent(contentKey: ContentKey | undefined, settings:... function renderMenuContentItem (line 316) | function renderMenuContentItem(item: MenuContentItem, key: string) { function ArrowSvg (line 388) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 407) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 415) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/menubar.tsx type Settings (line 10) | interface Settings { function getSubmenuPositionProps (line 16) | function getSubmenuPositionProps(parentOrientation: Menu.Root.Props['ori... function MenubarExperiment (line 24) | function MenubarExperiment() { function ChevronRightIcon (line 206) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { function ArrowIcon (line 214) | function ArrowIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 233) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/meter.tsx type Settings (line 7) | interface Settings { function BatteryMeter (line 19) | function BatteryMeter() { function BoltIcon (line 35) | function BoltIcon(props: React.SVGProps) { FILE: docs/src/app/(private)/experiments/mobile-scroll-lock.tsx function ExampleDialog (line 4) | function ExampleDialog() { FILE: docs/src/app/(private)/experiments/modality.tsx function Modality (line 9) | function Modality() { function SelectDemo (line 38) | function SelectDemo({ modal, withBackdrop }: Props) { function MenuDemo (line 74) | function MenuDemo({ modal, withBackdrop }: Props) { function DialogDemo (line 94) | function DialogDemo({ modal, withBackdrop }: Props) { type Props (line 117) | interface Props { FILE: docs/src/app/(private)/experiments/motion.tsx function ConditionallyMounted (line 6) | function ConditionallyMounted() { function AlwaysMounted (line 34) | function AlwaysMounted() { function NoOpacity (line 60) | function NoOpacity() { function Page (line 102) | function Page() { FILE: docs/src/app/(private)/experiments/navigation-menu-popups.tsx function ExampleNavigationMenu (line 9) | function ExampleNavigationMenu() { function BellIcon (line 187) | function BellIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 195) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/navigation-menu.tsx function ExampleNavigationMenu (line 7) | function ExampleNavigationMenu() { function Link (line 361) | function Link(props: NavigationMenu.Link.Props) { function ChevronDownIcon (line 375) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 383) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/page.tsx function Experiments (line 5) | async function Experiments() { FILE: docs/src/app/(private)/experiments/perf/contained-triggers.tsx type Settings (line 15) | interface Settings { type RowData (line 22) | interface RowData { type RowProps (line 27) | interface RowProps { function PerfExperiment (line 44) | function PerfExperiment() { function TestComponent (line 55) | function TestComponent() { function RowMenu (line 75) | function RowMenu({ rowData }: RowProps) { function RowPopover (line 103) | function RowPopover({ rowData }: RowProps) { function RowTooltip (line 123) | function RowTooltip({ rowData }: RowProps) { function RowDialog (line 143) | function RowDialog({ rowData }: RowProps) { function ArrowSvg (line 165) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/perf/detached-triggers.tsx type Settings (line 15) | interface Settings { type RowData (line 22) | interface RowData { function PerfExperiment (line 45) | function PerfExperiment() { function TestComponent (line 56) | function TestComponent() { function RowMenu (line 119) | function RowMenu() { function RowPopover (line 150) | function RowPopover() { function RowTooltip (line 169) | function RowTooltip() { function RowDialog (line 190) | function RowDialog() { function ArrowSvg (line 213) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/perf/radix-triggers.tsx type Settings (line 12) | interface Settings { type RowData (line 19) | interface RowData { type RowProps (line 24) | interface RowProps { function PerfExperiment (line 41) | function PerfExperiment() { function TestComponent (line 54) | function TestComponent() { function RowMenu (line 74) | function RowMenu({ rowData }: RowProps) { function RowPopover (line 100) | function RowPopover({ rowData }: RowProps) { function RowTooltip (line 118) | function RowTooltip({ rowData }: RowProps) { function RowDialog (line 136) | function RowDialog({ rowData }: RowProps) { function ArrowSvg (line 158) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/perf/utils/benchmark.tsx constant DOM_SETTLE_QUIET_WINDOW_MS (line 8) | const DOM_SETTLE_QUIET_WINDOW_MS = 32; function PerformanceBenchmark (line 142) | function PerformanceBenchmark(props: React.PropsWithChildren<{}>) { function logResults (line 154) | function logResults(results: number[]) { function removeOutliers (line 174) | function removeOutliers(data: number[]) { FILE: docs/src/app/(private)/experiments/popover/calendar-shared.ts type EventData (line 5) | interface EventData { FILE: docs/src/app/(private)/experiments/popover/calendar.tsx constant EVENTS (line 8) | const EVENTS: EventData[] = [ function CalendarDemo (line 42) | function CalendarDemo() { type CalendarProps (line 50) | interface CalendarProps { function Calendar (line 56) | function Calendar(props: CalendarProps) { type EventProps (line 87) | interface EventProps { function Event (line 93) | function Event(props: EventProps) { function EventDetails (line 118) | function EventDetails() { function formatTime (line 171) | function formatTime(hour: number) { FILE: docs/src/app/(private)/experiments/popover/dynamic-size.tsx function Experiment (line 9) | function Experiment() { function ArrowSvg (line 62) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 81) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/popover/nested-open-on-hover.tsx function NestedOpenOnHover (line 5) | function NestedOpenOnHover() { function ArrowSvg (line 39) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BellIcon (line 58) | function BellIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/popover/popovers.tsx type Settings (line 11) | interface Settings { function Popovers (line 48) | function Popovers() { type StyledPopoverProps (line 193) | type StyledPopoverProps = Pick< function StyledTrigger (line 198) | function StyledTrigger( function StyledPopover (line 215) | function StyledPopover(props: StyledPopoverProps) { function renderPopoverContent (line 232) | function renderPopoverContent(contentIndex: number | undefined, settings... function ArrowSvg (line 295) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function PopupIcon (line 314) | function PopupIcon(props: React.ComponentProps<'svg'>) { function StatefulComponent (line 329) | function StatefulComponent() { FILE: docs/src/app/(private)/experiments/popover/vertical.tsx function MorphingToolbarDemo (line 8) | function MorphingToolbarDemo() { function PropertiesPanel (line 54) | function PropertiesPanel() { function HistoryPanel (line 75) | function HistoryPanel() { function DiscussionPanel (line 113) | function DiscussionPanel() { function ArrowSvg (line 128) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function PropertiesIcon (line 147) | function PropertiesIcon(props: React.ComponentProps<'svg'>) { function HistoryIcon (line 171) | function HistoryIcon(props: React.ComponentProps<'svg'>) { function DiscussionIcon (line 192) | function DiscussionIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/popup-tabbing.tsx function ExampleMenu (line 9) | function ExampleMenu() { function ExamplePopoverInPopover (line 36) | function ExamplePopoverInPopover() { function ExampleCombobox (line 57) | function ExampleCombobox() { function PopupTabbing (line 92) | function PopupTabbing() { function ArrowSvg (line 222) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 241) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/popups/popups-in-popups.tsx function PopupsInPopups (line 12) | function PopupsInPopups() { function DialogDemo (line 41) | function DialogDemo({ modal, withBackdrop }: Props & { withBackdrop: boo... function NestedDrawerDemo (line 66) | function NestedDrawerDemo({ modal, withBackdrop }: Props & { withBackdro... function PopupDemoContent (line 95) | function PopupDemoContent({ function SelectDemo (line 120) | function SelectDemo({ modal }: Props) { function MenuDemo (line 178) | function MenuDemo({ modal }: Props) { type Props (line 289) | interface Props { function ExampleCombobox (line 293) | function ExampleCombobox() { function CheckIcon (line 333) | function CheckIcon(props: React.ComponentProps<'svg'>) { function ClearIcon (line 341) | function ClearIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 359) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronUpDownIcon (line 378) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 395) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/popups/popups-transform-origin.tsx function Popover (line 5) | function Popover({ side }: { side: Side }) { function PopoverWithArrow (line 18) | function PopoverWithArrow({ side }: { side: Side }) { function ShiftSide (line 33) | function ShiftSide({ side }: { side: Side }) { function PopupTransformOrigin (line 53) | function PopupTransformOrigin() { FILE: docs/src/app/(private)/experiments/preview-card/nested.tsx function ExamplePreviewCard (line 5) | function ExamplePreviewCard({ levels = 2 }: { levels?: number }) { function ArrowSvg (line 44) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/preview-card/triggers.tsx type Settings (line 12) | interface Settings { function PreviewCardExperiment (line 66) | function PreviewCardExperiment() { function PreviewCardTrigger (line 378) | function PreviewCardTrigger( function PreviewCardContent (line 384) | function PreviewCardContent( function ArrowSvg (line 405) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/rtl.tsx function RtlNestedMenu (line 11) | function RtlNestedMenu() { function MenuPositioner (line 177) | function MenuPositioner({ className, ...props }: Menu.Positioner.Props) { function PreviewCardPositioner (line 182) | function PreviewCardPositioner({ className, ...props }: PreviewCard.Posi... FILE: docs/src/app/(private)/experiments/scroll-area/inside-menu.tsx function ExampleMenu (line 8) | function ExampleMenu() { function ArrowSvg (line 57) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 76) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 84) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/scroll-area/inside-select.tsx function ExampleSelect (line 6) | function ExampleSelect() { function ChevronUpDownIcon (line 44) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 61) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/scroll-area/scroll-area-inset.tsx function ScrollAreaInset (line 5) | function ScrollAreaInset() { FILE: docs/src/app/(private)/experiments/scroll-area/scroll-area-slight.tsx function ScrollAreaSlight (line 4) | function ScrollAreaSlight() { FILE: docs/src/app/(private)/experiments/scroll-area/scroll-area.tsx function ScrollAreaIntroduction (line 5) | function ScrollAreaIntroduction() { FILE: docs/src/app/(private)/experiments/scroll-area/tabs-scroll-area.tsx constant ITEMS (line 6) | const ITEMS = Array.from({ length: 32 }, (_, i) => `Item ${i + 1}`); function ScrollAreaTabsScrollArea (line 8) | function ScrollAreaTabsScrollArea() { FILE: docs/src/app/(private)/experiments/scroll-lock.tsx function ScrollLock (line 6) | function ScrollLock() { FILE: docs/src/app/(private)/experiments/select-perf.tsx function ExampleSelect (line 8) | function ExampleSelect() { function ArrowSvg (line 38) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronUpDownIcon (line 57) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 74) | function CheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/slider/inset.tsx function InsetSlider (line 8) | function InsetSlider(props: Slider.Root.Props) { function DemoSlider (line 32) | function DemoSlider(props: Slider.Root.Props & { wide?: boolean }) { function RadixSlider (line 69) | function RadixSlider(props: Slider.Root.Props) { function App (line 82) | function App() { FILE: docs/src/app/(private)/experiments/slider/slider.tsx type Settings (line 10) | interface Settings extends Record {} function DelayUntilRepeat (line 20) | function DelayUntilRepeat() { function Volume (line 54) | function Volume() { function Brightness (line 78) | function Brightness() { function PriceRange (line 103) | function PriceRange() { function TemperatureRange (line 135) | function TemperatureRange() { function App (line 168) | function App() { FILE: docs/src/app/(private)/experiments/storeWithControlledValues.tsx function Playground (line 8) | function Playground() { type Props (line 63) | interface Props { function ControllableComponent (line 70) | function ControllableComponent(props: Props) { type ChildProps (line 107) | interface ChildProps { function ChildComponent (line 111) | function ChildComponent(props: ChildProps) { type State (line 116) | interface State { FILE: docs/src/app/(private)/experiments/tabs-animations.tsx constant PANELS (line 10) | const PANELS = [ function TabsAnimationsExperiment (line 29) | function TabsAnimationsExperiment() { type Settings (line 80) | interface Settings { FILE: docs/src/app/(private)/experiments/tabs-overflow.tsx constant OVERFLOW_LABELS (line 6) | const OVERFLOW_LABELS = Array.from({ length: 20 }, (_, index) => `Tab ${... constant VARIANTS (line 8) | const VARIANTS = [ function TabsOverflowExperiment (line 41) | function TabsOverflowExperiment() { FILE: docs/src/app/(private)/experiments/tabs.tsx function TabsExperiment (line 10) | function TabsExperiment() { type Settings (line 67) | interface Settings { FILE: docs/src/app/(private)/experiments/toast.tsx function showGlobalToast (line 7) | function showGlobalToast() { function fetchUserData (line 15) | function fetchUserData() { function Page (line 29) | function Page() { function ToastButtons (line 40) | function ToastButtons() { function Toasts (line 81) | function Toasts() { function ToastPromiseExample (line 101) | function ToastPromiseExample() { FILE: docs/src/app/(private)/experiments/toggle-group.tsx function ToggleGroupDemo (line 7) | function ToggleGroupDemo() { function AlignLeftIcon (line 62) | function AlignLeftIcon() { function AlignCenterIcon (line 73) | function AlignCenterIcon() { function AlignRightIcon (line 84) | function AlignRightIcon() { function BoldIcon (line 95) | function BoldIcon() { function ItalicsIcon (line 104) | function ItalicsIcon() { function UnderlineIcon (line 114) | function UnderlineIcon() { FILE: docs/src/app/(private)/experiments/toolbar/_icons.tsx function Nothing (line 4) | function Nothing() { function AlignLeftIcon (line 8) | function AlignLeftIcon(props: React.ComponentProps<'svg'>) { function AlignCenterIcon (line 19) | function AlignCenterIcon(props: React.ComponentProps<'svg'>) { function AlignRightIcon (line 30) | function AlignRightIcon(props: React.ComponentProps<'svg'>) { function BoldIcon (line 41) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicsIcon (line 50) | function ItalicsIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 60) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { function ArrowSvg (line 69) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function ChevronUpDownIcon (line 82) | function ChevronUpDownIcon(props: React.ComponentProps<'svg'>) { function CheckIcon (line 99) | function CheckIcon(props: React.ComponentProps<'svg'>) { function MoreHorizontalIcon (line 107) | function MoreHorizontalIcon(props: React.ComponentProps<'svg'>) { function ChevronDownIcon (line 117) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { function ChevronRightIcon (line 125) | function ChevronRightIcon(props: React.ComponentProps<'svg'>) { function MessageCircleIcon (line 133) | function MessageCircleIcon(props: React.ComponentProps<'svg'>) { function MousePointerIcon (line 141) | function MousePointerIcon(props: React.ComponentProps<'svg'>) { function CursorGrowIcon (line 150) | function CursorGrowIcon(props: React.ComponentProps<'svg'>) { function PlusIcon (line 166) | function PlusIcon(props: React.ComponentProps<'svg'>) { function MinusIcon (line 183) | function MinusIcon(props: React.ComponentProps<'svg'>) { function BellIcon (line 200) | function BellIcon(props: React.ComponentProps<'svg'>) { function TrashIcon (line 208) | function TrashIcon(props: React.ComponentProps<'svg'>) { function SlidersIcon (line 227) | function SlidersIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/toolbar/basic.tsx constant TEXT (line 16) | const TEXT = `Shows the basic anatomy: type Settings (line 25) | interface Settings extends Record {} function App (line 40) | function App() { FILE: docs/src/app/(private)/experiments/toolbar/text-editor.tsx type Settings (line 34) | interface Settings extends Record {} function classNames (line 73) | function classNames(...c: Array) { function renderToggleWithTooltip (line 77) | function renderToggleWithTooltip(args: { function App (line 115) | function App() { FILE: docs/src/app/(private)/experiments/toolbar/triggers.tsx type Settings (line 31) | interface Settings extends Record {} constant TEXT (line 78) | const TEXT = `Shows toolbar buttons as various triggers: function classNames (line 86) | function classNames(...c: Array) { function renderTriggerWithTooltip (line 90) | function renderTriggerWithTooltip(args: { function App (line 124) | function App() { function ComboSlider (line 329) | function ComboSlider({ color }: { color: 'r' | 'g' | 'b' }) { FILE: docs/src/app/(private)/experiments/tooltip/disabled.tsx function TooltipDetachedTriggersSimpleDemo (line 9) | function TooltipDetachedTriggersSimpleDemo() { function ArrowSvg (line 55) | function ArrowSvg(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/tooltip/prevent-open.tsx function ExampleTooltip (line 7) | function ExampleTooltip() { function ArrowSvg (line 82) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BoldIcon (line 101) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 109) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 117) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/tooltip/tooltips.tsx type Settings (line 12) | interface Settings { function TooltipsExperiment (line 21) | function TooltipsExperiment() { function TooltipTriggerButton (line 309) | function TooltipTriggerButton(props: Tooltip.Trigger.Props) { function TooltipContent (line 313) | function TooltipContent(props: Tooltip.Popup.Props) { function ArrowSvg (line 330) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function BoldIcon (line 349) | function BoldIcon(props: React.ComponentProps<'svg'>) { function ItalicIcon (line 357) | function ItalicIcon(props: React.ComponentProps<'svg'>) { function UnderlineIcon (line 365) | function UnderlineIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(private)/experiments/tooltip/transitions.tsx function TooltipPopup (line 7) | function TooltipPopup({ children, ...props }: React.ComponentProps { FILE: docs/src/app/(website)/careers/design-engineer/page.tsx function DesignEngineerPage (line 5) | function DesignEngineerPage() { FILE: docs/src/app/(website)/icons/MinusIcon.tsx function MinusIcon (line 3) | function MinusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/icons/PlusIcon.tsx function PlusIcon (line 3) | function PlusIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/layout.tsx function Layout (line 8) | function Layout({ children }: React.PropsWithChildren) { FILE: docs/src/app/(website)/logos/GitHub.tsx function GitHub (line 3) | function GitHub(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/HighlightAI.tsx function HighlightAI (line 3) | function HighlightAI(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/Interfere.tsx function Interfere (line 3) | function Interfere(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/Operate.tsx function Operate (line 3) | function Operate(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/Paper.tsx function Paper (line 3) | function Paper(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/Unsplash.tsx function Unsplash (line 3) | function Unsplash(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/logos/Zed.tsx function Zed (line 3) | function Zed(props: React.ComponentProps<'svg'>) { FILE: docs/src/app/(website)/page.tsx function Homepage (line 14) | function Homepage() { FILE: docs/src/app/global-not-found.tsx function NotFoundPage (line 4) | function NotFoundPage() { FILE: docs/src/blocks/Demo/DemoContext.ts type DemoContext (line 5) | interface DemoContext { function useDemoContext (line 19) | function useDemoContext() { FILE: docs/src/blocks/Demo/DemoPlayground.tsx type Props (line 26) | interface Props extends React.HTMLAttributes { FILE: docs/src/blocks/Demo/DemoRoot.tsx function DemoRoot (line 6) | function DemoRoot(props: DemoRoot.Props) { type Props (line 40) | interface Props extends React.HTMLAttributes { FILE: docs/src/blocks/Demo/DemoSourceCopy.tsx type Props (line 43) | interface Props extends React.ButtonHTMLAttributes { FILE: docs/src/blocks/Demo/types.ts type DemoFile (line 1) | interface DemoFile { type DemoVariant (line 24) | interface DemoVariant { FILE: docs/src/blocks/GoogleAnalyticsProvider.tsx type Window (line 7) | interface Window { type GoogleAnalyticsEvent (line 12) | interface GoogleAnalyticsEvent { type GoogleAnalyticsContextValue (line 19) | interface GoogleAnalyticsContextValue { function useGoogleAnalytics (line 25) | function useGoogleAnalytics() { type GoogleAnalyticsProviderProps (line 29) | interface GoogleAnalyticsProviderProps { function GoogleAnalyticsProvider (line 40) | function GoogleAnalyticsProvider({ FILE: docs/src/blocks/GoogleTagManager.tsx type GoogleTagManagerProps (line 4) | interface GoogleTagManagerProps { function GoogleTagManager (line 8) | function GoogleTagManager(props: React.PropsWithChildren) { function Trigger (line 33) | function Trigger({ function Item (line 106) | function Item({ function Panel (line 155) | function Panel(props: React.ComponentProps<'div'>) { function Content (line 159) | function Content(props: React.ComponentProps<'div'>) { function Scrollable (line 164) | function Scrollable({ function HeaderRow (line 187) | function HeaderRow(props: React.ComponentProps<'div'>) { function HeaderCell (line 192) | function HeaderCell(props: React.ComponentProps<'div'>) { FILE: docs/src/components/Code.tsx function Code (line 4) | function Code(props: React.ComponentProps<'code'>) { FILE: docs/src/components/CodeBlock.tsx function Root (line 15) | function Root(props: React.ComponentPropsWithoutRef<'div'>) { function Panel (line 31) | function Panel({ className, children, ...other }: React.ComponentPropsWi... function Pre (line 75) | function Pre(props: React.ComponentProps<'pre'>) { FILE: docs/src/components/Demo/Demo.tsx type DemoProps (line 30) | type DemoProps = ContentProps<{ function Demo (line 37) | function Demo({ FILE: docs/src/components/Demo/DemoCodeBlock.tsx function fileNameToLanguage (line 7) | function fileNameToLanguage(fileName: string | undefined) { type DemoCodeBlockProps (line 32) | interface DemoCodeBlockProps { function Root (line 44) | function Root(props: React.ComponentProps) { function DemoCodeBlock (line 65) | function DemoCodeBlock({ FILE: docs/src/components/Demo/DemoErrorFallback.tsx function DemoErrorFallback (line 3) | function DemoErrorFallback(props: FallbackProps) { FILE: docs/src/components/Demo/DemoFileSelector.tsx type DemoFileSelectorProps (line 6) | interface DemoFileSelectorProps { type Tab (line 13) | type Tab = { id: string; name: string; slug?: string }; function DemoFileSelector (line 15) | function DemoFileSelector({ FILE: docs/src/components/Demo/DemoPlayground.tsx type DemoPlaygroundProps (line 5) | type DemoPlaygroundProps = { function DemoPlayground (line 13) | function DemoPlayground({ component, variant, children }: DemoPlayground... FILE: docs/src/components/Demo/DemoVariantSelector.tsx type DemoVariantSelectorProps (line 15) | interface DemoVariantSelectorProps extends React.HtmlHTMLAttributes) { function Term (line 9) | function Term({ function Details (line 20) | function Details(props: React.ComponentProps<'dd'>) { function Item (line 28) | function Item(props: React.ComponentProps<'div'>) { function Inner (line 32) | function Inner(props: React.ComponentProps<'div'>) { FILE: docs/src/components/DocsProviders.tsx function DocsProviders (line 6) | function DocsProviders({ children }: { children: React.ReactNode }) { FILE: docs/src/components/GhostButton.tsx type GhostButtonProps (line 5) | interface GhostButtonProps extends React.ComponentProps<'button'> { function GhostButton (line 9) | function GhostButton({ className, layout = 'text', ...props }: GhostButt... FILE: docs/src/components/GoogleAnalytics.tsx constant PRODUCTION_GA (line 9) | const PRODUCTION_GA = constant GOOGLE_ANALYTICS_ID_V4 (line 11) | const GOOGLE_ANALYTICS_ID_V4 = PRODUCTION_GA ? 'G-FE5XQBD0BH' : 'G-LSE9X... function GoogleAnalytics (line 13) | function GoogleAnalytics({ children }: { children?: React.ReactNode }) { FILE: docs/src/components/Header.tsx constant HEADER_HEIGHT (line 15) | const HEADER_HEIGHT = 48; function Header (line 19) | function Header() { FILE: docs/src/components/HeadingLink.tsx function HeadingLink (line 5) | function HeadingLink({ className, id, ...props }: React.ComponentPropsWi... FILE: docs/src/components/InstallationBlock.tsx constant PACKAGE_MANAGERS (line 14) | const PACKAGE_MANAGERS = [ constant PRE_STYLE (line 21) | const PRE_STYLE = { constant ENTITY_STYLE (line 26) | const ENTITY_STYLE = { color: 'var(--syntax-entity)' } as const; constant STRING_STYLE (line 27) | const STRING_STYLE = { color: 'var(--syntax-string)' } as const; type InstallationBlockProps (line 29) | interface InstallationBlockProps { function InstallationBlock (line 33) | function InstallationBlock(props: InstallationBlockProps) { FILE: docs/src/components/Kbd/Kbd.tsx function Kbd (line 5) | function Kbd({ className, ...props }: React.ComponentProps<'kbd'>) { FILE: docs/src/components/Kbd/rehypeKbd.mjs function rehypeKbd (line 4) | function rehypeKbd() { FILE: docs/src/components/Link.tsx type LinkProps (line 7) | interface LinkProps extends React.ComponentProps { function Link (line 11) | function Link(props: LinkProps) { FILE: docs/src/components/Logo.tsx function Logo (line 3) | function Logo(props: React.ComponentProps<'svg'>) { FILE: docs/src/components/Menu.tsx function Popup (line 9) | function Popup({ children, className, sideOffset = 8, ...props }: Menu.P... function Item (line 19) | function Item({ children, className, ...props }: Menu.Item.Props) { function LinkItem (line 27) | function LinkItem({ children, className, ...props }: Menu.LinkItem.Props) { function Separator (line 35) | function Separator({ className, ...props }: Menu.Separator.Props) { FILE: docs/src/components/MobileNav.tsx function Root (line 13) | function Root(props: Dialog.Root.Props) { function Backdrop (line 26) | function Backdrop(props: Dialog.Backdrop.Props) { function Popup (line 32) | function Popup(props: Dialog.Popup.Props) { function PopupImpl (line 40) | function PopupImpl(props: React.PropsWithChildren) { function Section (line 147) | function Section(props: React.ComponentProps<'div'>) { function Heading (line 151) | function Heading(props: React.ComponentProps<'div'>) { function List (line 159) | function List(props: React.ComponentProps<'ul'>) { function Badge (line 163) | function Badge(props: React.ComponentProps<'span'>) { type ItemProps (line 167) | interface ItemProps extends React.ComponentPropsWithoutRef<'li'> { function Item (line 174) | function Item({ href, external, ...props }: ItemProps) { function onUrlChange (line 210) | function onUrlChange(callback: () => void) { FILE: docs/src/components/Popup.tsx function Popup (line 5) | function Popup({ className, ...props }: React.ComponentProps<'div'>) { FILE: docs/src/components/QuickNav/QuickNav.tsx function Container (line 8) | function Container({ className, ...props }: React.ComponentProps<'div'>) { function Root (line 12) | function Root({ children, className, ...props }: React.ComponentProps<'d... function onMounted (line 25) | function onMounted(ref: React.RefObject) { function isOverscrolling (line 266) | function isOverscrolling() { function Title (line 273) | function Title({ className, ...props }: React.ComponentProps<'header'>) { function List (line 277) | function List({ className, ...props }: React.ComponentProps<'ul'>) { function Item (line 281) | function Item({ className, ...props }: React.ComponentProps<'li'>) { function Link (line 285) | function Link({ className, onClick, ...props }: React.ComponentProps<'a'... FILE: docs/src/components/QuickNav/rehypeConcatHeadings.mjs function rehypeConcatHeadings (line 7) | function rehypeConcatHeadings() { FILE: docs/src/components/QuickNav/rehypeQuickNav.mjs constant ROOT (line 4) | const ROOT = 'QuickNav.Root'; constant TITLE (line 5) | const TITLE = 'QuickNav.Title'; constant LIST (line 6) | const LIST = 'QuickNav.List'; constant ITEM (line 7) | const ITEM = 'QuickNav.Item'; constant LINK (line 8) | const LINK = 'QuickNav.Link'; function rehypeQuickNav (line 21) | function rehypeQuickNav() { function getNodeFromEntry (line 42) | function getNodeFromEntry({ value, depth, id, children }) { FILE: docs/src/components/QuickNav/rehypeSlug.mjs function rehypeSlug (line 29) | function rehypeSlug(options) { function stringToUrl (line 53) | function stringToUrl(string) { FILE: docs/src/components/ReferenceTable/AttributesReferenceTable.tsx type AttributesReferenceTableProps (line 11) | interface AttributesReferenceTableProps extends React.ComponentProps) { function ParametersReferenceTable (line 25) | async function ParametersReferenceTable({ FILE: docs/src/components/ReferenceTable/ReferenceAccordion.tsx function ExpandedCode (line 13) | function ExpandedCode(props: React.ComponentProps<'code'>) { function ExpandedPre (line 22) | function ExpandedPre(props: React.ComponentProps<'pre'>) { type PropDef (line 30) | interface PropDef extends BasePropDef { type Props (line 35) | interface Props extends React.ComponentPropsWithoutRef { function getShortPropType (line 47) | function getShortPropType(name: string, type: string | undefined) { function escapeRegExp (line 83) | function escapeRegExp(input: string) { function replaceComponentPrefix (line 87) | function replaceComponentPrefix(input: string | undefined, from?: string... function ReferenceAccordion (line 95) | async function ReferenceAccordion({ FILE: docs/src/components/ReferenceTable/ReferenceTableTooltip.tsx function Trigger (line 5) | function Trigger(props: Tooltip.Trigger.Props) { function Root (line 9) | function Root(props: Tooltip.Root.Props) { function Popup (line 13) | function Popup({ children, ...props }: Tooltip.Popup.Props) { FILE: docs/src/components/ReferenceTable/ReturnValueReferenceTable.tsx type ReturnValueReferenceTableProps (line 11) | interface ReturnValueReferenceTableProps extends React.ComponentProps { function Trigger (line 13) | function Trigger({ className, children, ...props }: TriggerProps) { function Popup (line 23) | function Popup({ children, className, ...props }: Select.Positioner.Prop... function Item (line 51) | function Item({ children, className, ...props }: Select.Item.Props) { FILE: docs/src/components/SideNav.tsx function Root (line 11) | function Root(props: React.ComponentProps<'div'>) { function Section (line 26) | function Section(props: React.ComponentProps<'div'>) { function Heading (line 30) | function Heading(props: React.ComponentProps<'div'>) { function List (line 34) | function List(props: React.ComponentProps<'ul'>) { function Badge (line 38) | function Badge(props: React.ComponentProps<'span'>) { type ItemProps (line 42) | interface ItemProps extends React.ComponentProps<'li'> { constant SCROLL_MARGIN (line 49) | const SCROLL_MARGIN = 48; function Item (line 51) | function Item(props: ItemProps) { FILE: docs/src/components/SkipNav.tsx constant MAIN_CONTENT_ID (line 5) | const MAIN_CONTENT_ID = 'main-content'; constant HREF (line 6) | const HREF = `#${MAIN_CONTENT_ID}`; function SkipNav (line 8) | function SkipNav({ className, ...props }: React.ComponentProps<'a'>) { FILE: docs/src/components/Subtitle/MarkdownLink.tsx function MarkdownLink (line 6) | function MarkdownLink() { FILE: docs/src/components/Subtitle/Subtitle.tsx function Subtitle (line 6) | function Subtitle({ FILE: docs/src/components/Subtitle/rehypeSubtitle.mjs function rehypeSubtitle (line 6) | function rehypeSubtitle() { FILE: docs/src/components/Table.tsx function Root (line 6) | function Root({ className, children, ...other }: React.ComponentProps<'d... function Head (line 14) | function Head(props: React.ComponentProps<'thead'>) { function Body (line 18) | function Body(props: React.ComponentProps<'tbody'>) { function Row (line 22) | function Row(props: React.ComponentProps<'tr'>) { function ColumnHeader (line 26) | function ColumnHeader({ function RowHeader (line 38) | function RowHeader({ function Cell (line 55) | function Cell({ children, className, ...other }: React.ComponentProps<'t... FILE: docs/src/components/TableCode.tsx type TableCodeProps (line 6) | interface TableCodeProps extends React.ComponentProps<'code'> { function TableCode (line 11) | function TableCode({ children, className, printWidth = 40, ...props }: T... FILE: docs/src/data/releases.ts type Release (line 1) | interface Release { FILE: docs/src/demo-data/theme/css-modules/index.ts function DemoThemeProvider (line 3) | function DemoThemeProvider({ children }: { children: React.ReactNode }) { FILE: docs/src/icons/ArrowRightIcon.tsx function ArrowRightIcon (line 3) | function ArrowRightIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/CheckIcon.tsx function CheckIcon (line 1) | function CheckIcon() { FILE: docs/src/icons/ChevronDownIcon.tsx function ChevronDownIcon (line 3) | function ChevronDownIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/CopyIcon.tsx function CopyIcon (line 1) | function CopyIcon() { FILE: docs/src/icons/ExternalLinkIcon.tsx function ExternalLinkIcon (line 3) | function ExternalLinkIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/GitHubIcon.tsx function GitHubIcon (line 3) | function GitHubIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/MarkdownIcon.tsx function MarkdownIcon (line 3) | function MarkdownIcon(props: React.SVGProps) { FILE: docs/src/icons/MoreVertIcon.tsx function MoreVertIcon (line 3) | function MoreVertIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/NpmIcon.tsx function NpmIcon (line 3) | function NpmIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/icons/ThickCheckIcon.tsx function ThickCheckIcon (line 3) | function ThickCheckIcon(props: React.ComponentProps<'svg'>) { FILE: docs/src/mdx-components.tsx type MDXComponents (line 17) | interface MDXComponents { function useMDXComponents (line 107) | function useMDXComponents(): MDXComponents { FILE: docs/src/mdx/createHast.mjs function createHast (line 6) | function createHast(markdown) { FILE: docs/src/mdx/createMdxComponent.ts function createMdxComponent (line 4) | async function createMdxComponent( FILE: docs/src/mdx/createMdxElement.mjs function createMdxElement (line 10) | function createMdxElement({ name, children, props = {} }) { function getAttributeValue (line 37) | function getAttributeValue(value) { FILE: docs/src/syntax-highlighting/rehypeEmptyLines.mjs function rehypeEmptyLines (line 4) | function rehypeEmptyLines() { FILE: docs/src/syntax-highlighting/rehypeInlineCode.mjs function rehypeInlineCode (line 8) | function rehypeInlineCode() { FILE: docs/src/syntax-highlighting/rehypeJsxExpressions.mjs function rehypeJsxExpressions (line 5) | function rehypeJsxExpressions() { FILE: docs/src/syntax-highlighting/rehypePrettierIgnore.mjs function rehypePrettierIgnore (line 5) | function rehypePrettierIgnore() { FILE: docs/src/utils/camelToSentenceCase.ts function camelToSentenceCase (line 3) | function camelToSentenceCase(camel: string) { FILE: docs/src/utils/demoExportOptions.test.ts type HeadTemplate (line 4) | type HeadTemplate = NonNullable; type HeadTemplateProps (line 5) | type HeadTemplateProps = Parameters[0]; type ExtraFiles (line 6) | type ExtraFiles = NonNullable['extraFiles']; function getTailwindHeadTemplate (line 8) | function getTailwindHeadTemplate(source: string, extraFiles?: ExtraFiles) { function getInjectedClasses (line 27) | function getInjectedClasses(headTemplate: string) { function getInjectedClassAttribute (line 36) | function getInjectedClassAttribute(headTemplate: string) { FILE: docs/src/utils/demoExportOptions.ts function addClassNames (line 40) | function addClassNames(classNames: Set, classes: string) { function collectStringDeclarations (line 48) | function collectStringDeclarations(fileSource: ts.SourceFile) { function resolveStringExpression (line 63) | function resolveStringExpression( function collectTailwindClassNames (line 123) | function collectTailwindClassNames(file: string, classNames: Set) { function escapeHtmlAttribute (line 156) | function escapeHtmlAttribute(value: string) { function exposeMetadataToPublic (line 240) | function exposeMetadataToPublic(extraFiles: VariantExtraFiles | undefine... constant COMMIT_REF (line 293) | const COMMIT_REF = process.env.PULL_REQUEST_ID ? process.env.COMMIT_REF ... constant SOURCE_CODE_REPO (line 294) | const SOURCE_CODE_REPO = process.env.SOURCE_CODE_REPO; function resolveDependencies (line 296) | function resolveDependencies(packageName: string): Record { FILE: docs/src/utils/getChildrenText.ts function getChildrenText (line 3) | function getChildrenText(children?: React.ReactNode): string { function hasChildren (line 19) | function hasChildren( FILE: docs/src/utils/getGitHubDemoUrl.ts constant GITHUB_BASE (line 3) | const GITHUB_BASE = 'https://github.com/mui/base-ui/tree/HEAD'; function getGitHubDemoUrl (line 9) | function getGitHubDemoUrl( FILE: docs/src/utils/observeScrollableInner.ts function observeScrollableInner (line 3) | function observeScrollableInner(ref: HTMLElement | null) { FILE: eslint.config.mjs constant NO_RESTRICTED_IMPORTS_PATTERNS_DEEPLY_NESTED (line 22) | const NO_RESTRICTED_IMPORTS_PATTERNS_DEEPLY_NESTED = [ constant NO_RESTRICTED_IMPORTS_PATHS_TOP_LEVEL_PACKAGES (line 30) | const NO_RESTRICTED_IMPORTS_PATHS_TOP_LEVEL_PACKAGES = [ FILE: examples/tanstack-start-tailwind-css/src/components/button.tsx function Button (line 4) | function Button({ className, ...props }: React.ComponentPropsWithoutRef<... FILE: examples/tanstack-start-tailwind-css/src/components/combobox.tsx function Root (line 6) | function Root(props: Combobox.Root.Props) { function Clear (line 28) | function Clear({ className, ...props }: Combobox.Clear.Props) { function Trigger (line 42) | function Trigger({ className, ...props }: Combobox.Trigger.Props) { function Portal (line 56) | function Portal(props: Combobox.Portal.Props) { function Positioner (line 60) | function Positioner({ className, ...props }: Combobox.Positioner.Props) { function Popup (line 66) | function Popup({ className, ...props }: Combobox.Popup.Props) { function Empty (line 78) | function Empty({ className, ...props }: Combobox.Empty.Props) { function List (line 87) | function List({ className, ...props }: Combobox.List.Props) { function Item (line 99) | function Item({ className, ...props }: Combobox.Item.Props) { function ItemIndicator (line 111) | function ItemIndicator({ className, ...props }: Combobox.ItemIndicator.P... FILE: examples/tanstack-start-tailwind-css/src/components/dialog.tsx function Root (line 4) | function Root(props: Dialog.Root.Props) { function Trigger (line 8) | function Trigger({ className, ...props }: Dialog.Trigger.Props) { function Portal (line 20) | function Portal(props: Dialog.Portal.Props) { function Backdrop (line 24) | function Backdrop({ className, ...props }: Dialog.Backdrop.Props) { function Popup (line 36) | function Popup({ className, ...props }: Dialog.Popup.Props) { function Title (line 48) | function Title({ className, ...props }: Dialog.Title.Props) { function Close (line 54) | function Close({ className, ...props }: Dialog.Close.Props) { FILE: examples/tanstack-start-tailwind-css/src/components/link.tsx function Link (line 3) | function Link({ className, ...props }: React.ComponentPropsWithoutRef<'a... FILE: examples/tanstack-start-tailwind-css/src/components/menu.tsx function Root (line 5) | function Root(props: Menu.Root.Props) { function Trigger (line 9) | function Trigger({ className, children, ...props }: Menu.Trigger.Props) { function Portal (line 24) | function Portal(props: Menu.Portal.Props) { function Positioner (line 28) | function Positioner({ className, ...props }: Menu.Positioner.Props) { function Popup (line 32) | function Popup({ className, ...props }: Menu.Popup.Props) { function Arrow (line 44) | function Arrow({ className, ...props }: Menu.Arrow.Props) { function Item (line 71) | function Item({ className, ...props }: Menu.Item.Props) { function SubmenuRoot (line 83) | function SubmenuRoot(props: Menu.SubmenuRoot.Props) { function SubmenuTrigger (line 87) | function SubmenuTrigger({ className, children, ...props }: Menu.SubmenuT... function Separator (line 102) | function Separator({ className, ...props }: Menu.Separator.Props) { FILE: examples/tanstack-start-tailwind-css/src/components/navigation-menu.tsx function Root (line 5) | function Root({ className, ...props }: NavigationMenu.Root.Props) { function Trigger (line 17) | function Trigger({ className, ...props }: NavigationMenu.Trigger.Props) { function Icon (line 33) | function Icon({ className, ...props }: NavigationMenu.Icon.Props) { function Content (line 47) | function Content({ className, ...props }: NavigationMenu.Content.Props) { function Link (line 79) | function Link({ function Item (line 92) | function Item(props: NavigationMenu.Item.Props) { function List (line 96) | function List({ className, ...props }: NavigationMenu.List.Props) { function Portal (line 100) | function Portal(props: NavigationMenu.Portal.Props) { function Positioner (line 104) | function Positioner({ className, style, ...props }: NavigationMenu.Posit... function Popup (line 128) | function Popup({ className, ...props }: NavigationMenu.Popup.Props) { function Arrow (line 140) | function Arrow({ className, ...props }: NavigationMenu.Arrow.Props) { function Viewport (line 167) | function Viewport({ className, ...props }: NavigationMenu.Viewport.Props) { FILE: examples/tanstack-start-tailwind-css/src/components/popover.tsx function Root (line 4) | function Root(props: Popover.Root.Props) { function Trigger (line 8) | function Trigger({ className, ...props }: Popover.Trigger.Props) { function Portal (line 20) | function Portal(props: Popover.Portal.Props) { function Positioner (line 24) | function Positioner(props: Popover.Positioner.Props) { function Popup (line 28) | function Popup({ className, ...props }: Popover.Popup.Props) { function Arrow (line 40) | function Arrow({ className, ...props }: Popover.Arrow.Props) { function Title (line 67) | function Title({ className, ...props }: Popover.Title.Props) { function Description (line 71) | function Description({ className, ...props }: Popover.Description.Props) { FILE: examples/tanstack-start-tailwind-css/src/components/switch.tsx function Root (line 4) | function Root({ className, ...props }: Switch.Root.Props) { function Thumb (line 16) | function Thumb({ className, ...props }: Switch.Thumb.Props) { FILE: examples/tanstack-start-tailwind-css/src/routeTree.gen.ts type FileRoutesByFullPath (line 26) | interface FileRoutesByFullPath { type FileRoutesByTo (line 30) | interface FileRoutesByTo { type FileRoutesById (line 34) | interface FileRoutesById { type FileRouteTypes (line 39) | interface FileRouteTypes { type RootRouteChildren (line 47) | interface RootRouteChildren { type FileRoutesByPath (line 53) | interface FileRoutesByPath { type Register (line 82) | interface Register { FILE: examples/tanstack-start-tailwind-css/src/routes/__root.tsx function RootDocument (line 32) | function RootDocument({ children }: { children: React.ReactNode }) { FILE: examples/tanstack-start-tailwind-css/src/routes/combobox-server-fn.tsx function Loading (line 31) | function Loading() { function RouteComponent (line 45) | function RouteComponent() { FILE: examples/tanstack-start-tailwind-css/src/routes/index.tsx function App (line 14) | function App() { FILE: examples/vite-css/src/App.tsx function App (line 8) | function App() { FILE: examples/vite-css/src/widgets/Switch.tsx function Switch (line 5) | function Switch(props: SwitchProps) { type SwitchProps (line 13) | type SwitchProps = BaseSwitch.Root.Props; FILE: packages/react/src/accordion/header/AccordionHeader.tsx type AccordionHeaderState (line 33) | interface AccordionHeaderState extends AccordionItemState {} type AccordionHeaderProps (line 35) | interface AccordionHeaderProps extends BaseUIComponentProps<'h3', Accord... type State (line 38) | type State = AccordionHeaderState; type Props (line 39) | type Props = AccordionHeaderProps; FILE: packages/react/src/accordion/header/AccordionHeaderDataAttributes.ts type AccordionHeaderDataAttributes (line 1) | enum AccordionHeaderDataAttributes { FILE: packages/react/src/accordion/item/AccordionItem.tsx type AccordionItemState (line 146) | interface AccordionItemState extends AccordionRootState { type AccordionItemProps (line 157) | interface AccordionItemProps type AccordionItemChangeEventReason (line 183) | type AccordionItemChangeEventReason = typeof REASONS.triggerPress | type... type AccordionItemChangeEventDetails (line 185) | type AccordionItemChangeEventDetails = type State (line 189) | type State = AccordionItemState; type Props (line 190) | type Props = AccordionItemProps; type ChangeEventReason (line 191) | type ChangeEventReason = AccordionItemChangeEventReason; type ChangeEventDetails (line 192) | type ChangeEventDetails = AccordionItemChangeEventDetails; FILE: packages/react/src/accordion/item/AccordionItemContext.ts type AccordionItemContext (line 5) | interface AccordionItemContext { function useAccordionItemContext (line 16) | function useAccordionItemContext() { FILE: packages/react/src/accordion/item/AccordionItemDataAttributes.ts type AccordionItemDataAttributes (line 1) | enum AccordionItemDataAttributes { FILE: packages/react/src/accordion/panel/AccordionPanel.tsx method onComplete (line 98) | onComplete() { type AccordionPanelState (line 167) | interface AccordionPanelState extends AccordionItemState { type AccordionPanelProps (line 174) | interface AccordionPanelProps type State (line 180) | type State = AccordionPanelState; type Props (line 181) | type Props = AccordionPanelProps; FILE: packages/react/src/accordion/panel/AccordionPanelCssVars.ts type AccordionPanelCssVars (line 1) | enum AccordionPanelCssVars { FILE: packages/react/src/accordion/panel/AccordionPanelDataAttributes.ts type AccordionPanelDataAttributes (line 3) | enum AccordionPanelDataAttributes { FILE: packages/react/src/accordion/root/AccordionRoot.spec.tsx type AccordionChangeHandler (line 46) | type AccordionChangeHandler = NonNullable['onV... type AccordionDefaultChangeHandler (line 47) | type AccordionDefaultChangeHandler = NonNullable(props: Accordion.Root.Props) { FILE: packages/react/src/accordion/root/AccordionRoot.test.tsx constant PANEL_CONTENT_1 (line 7) | const PANEL_CONTENT_1 = 'Panel contents 1'; constant PANEL_CONTENT_2 (line 8) | const PANEL_CONTENT_2 = 'Panel contents 2'; FILE: packages/react/src/accordion/root/AccordionRoot.tsx type AccordionValue (line 167) | type AccordionValue = Value[]; type AccordionRootState (line 169) | interface AccordionRootState { type AccordionRootProps (line 184) | interface AccordionRootProps extends BaseUIComponentProps< type AccordionRootChangeEventReason (line 245) | type AccordionRootChangeEventReason = typeof REASONS.triggerPress | type... type AccordionRootChangeEventDetails (line 247) | type AccordionRootChangeEventDetails = type Value (line 251) | type Value = AccordionValue; type State (line 252) | type State = AccordionRootState; type Props (line 253) | type Props = AccordionRootProps; type ChangeEventReason (line 254) | type ChangeEventReason = AccordionRootChangeEventReason; type ChangeEventDetails (line 255) | type ChangeEventDetails = AccordionRootChangeEventDetails; FILE: packages/react/src/accordion/root/AccordionRootContext.ts type AccordionRootContext (line 7) | interface AccordionRootContext { function useAccordionRootContext (line 24) | function useAccordionRootContext() { FILE: packages/react/src/accordion/root/AccordionRootDataAttributes.ts type AccordionRootDataAttributes (line 1) | enum AccordionRootDataAttributes { FILE: packages/react/src/accordion/trigger/AccordionTrigger.tsx constant SUPPORTED_KEYS (line 23) | const SUPPORTED_KEYS = new Set([ARROW_DOWN, ARROW_UP, ARROW_RIGHT, ARROW... function getActiveTriggers (line 25) | function getActiveTriggers(accordionItemRefs: { current: (HTMLElement | ... method onKeyDown (line 97) | onKeyDown(event: React.KeyboardEvent) { type AccordionTriggerState (line 186) | interface AccordionTriggerState extends AccordionItemState {} type AccordionTriggerProps (line 188) | interface AccordionTriggerProps type State (line 192) | type State = AccordionTriggerState; type Props (line 193) | type Props = AccordionTriggerProps; FILE: packages/react/src/accordion/trigger/AccordionTriggerDataAttributes.ts type AccordionTriggerDataAttributes (line 1) | enum AccordionTriggerDataAttributes { FILE: packages/react/src/alert-dialog/handle.ts function createAlertDialogHandle (line 4) | function createAlertDialogHandle(): DialogHandle { FILE: packages/react/src/alert-dialog/root/AlertDialogRoot.test.tsx type NumberPayload (line 198) | type NumberPayload = { payload: number | undefined }; type NumberPayload (line 341) | type NumberPayload = { payload: number | undefined }; function Test (line 630) | function Test() { function Test (line 662) | function Test() { function Test (line 713) | function Test() { function Test (line 745) | function Test() { FILE: packages/react/src/alert-dialog/root/AlertDialogRoot.tsx function AlertDialogRoot (line 17) | function AlertDialogRoot(props: AlertDialogRoot.Props) { type AlertDialogRootState (line 74) | interface AlertDialogRootState {} type AlertDialogRootProps (line 76) | interface AlertDialogRootProps extends Omit< type AlertDialogRootActions (line 102) | type AlertDialogRootActions = DialogRoot.Actions; type AlertDialogRootChangeEventReason (line 104) | type AlertDialogRootChangeEventReason = DialogRoot.ChangeEventReason; type AlertDialogRootChangeEventDetails (line 105) | type AlertDialogRootChangeEventDetails = type State (line 111) | type State = AlertDialogRootState; type Props (line 112) | type Props = AlertDialogRootProps; type Actions (line 113) | type Actions = AlertDialogRootActions; type ChangeEventReason (line 114) | type ChangeEventReason = AlertDialogRootChangeEventReason; type ChangeEventDetails (line 115) | type ChangeEventDetails = AlertDialogRootChangeEventDetails; FILE: packages/react/src/autocomplete/root/AutocompleteRoot.spec.tsx function App2 (line 107) | function App2() { FILE: packages/react/src/autocomplete/root/AutocompleteRoot.test.tsx type Movie (line 719) | interface Movie { FILE: packages/react/src/autocomplete/root/AutocompleteRoot.tsx function AutocompleteRoot (line 33) | function AutocompleteRoot( type AutocompleteRootState (line 142) | interface AutocompleteRootState extends AriaComboboxState {} type AutocompleteRootActions (line 144) | interface AutocompleteRootActions { type AutocompleteRootChangeEventReason (line 148) | type AutocompleteRootChangeEventReason = AriaCombobox.ChangeEventReason; type AutocompleteRootChangeEventDetails (line 149) | type AutocompleteRootChangeEventDetails = AriaCombobox.ChangeEventDetails; type AutocompleteRootHighlightEventReason (line 151) | type AutocompleteRootHighlightEventReason = AriaCombobox.HighlightEventR... type AutocompleteRootHighlightEventDetails (line 152) | type AutocompleteRootHighlightEventDetails = AriaCombobox.HighlightEvent... type AutocompleteRootProps (line 154) | interface AutocompleteRootProps extends Omit< type Props (line 272) | type Props = AutocompleteRootProps; type State (line 273) | type State = AutocompleteRootState; type Actions (line 274) | type Actions = AutocompleteRootActions; type ChangeEventReason (line 275) | type ChangeEventReason = AutocompleteRootChangeEventReason; type ChangeEventDetails (line 276) | type ChangeEventDetails = AutocompleteRootChangeEventDetails; type HighlightEventReason (line 277) | type HighlightEventReason = AutocompleteRootHighlightEventReason; type HighlightEventDetails (line 278) | type HighlightEventDetails = AutocompleteRootHighlightEventDetails; FILE: packages/react/src/autocomplete/value/AutocompleteValue.tsx function AutocompleteValue (line 11) | function AutocompleteValue(props: AutocompleteValue.Props): React.ReactE... type AutocompleteValueState (line 28) | interface AutocompleteValueState {} type AutocompleteValueProps (line 30) | interface AutocompleteValueProps { type State (line 35) | type State = AutocompleteValueState; type Props (line 36) | type Props = AutocompleteValueProps; FILE: packages/react/src/avatar/fallback/AvatarFallback.test.tsx function Test (line 81) | function Test() { function Test (line 136) | function Test() { FILE: packages/react/src/avatar/fallback/AvatarFallback.tsx type AvatarFallbackState (line 48) | interface AvatarFallbackState extends AvatarRootState {} type AvatarFallbackProps (line 50) | interface AvatarFallbackProps extends BaseUIComponentProps<'span', Avata... type State (line 58) | type State = AvatarFallbackState; type Props (line 59) | type Props = AvatarFallbackProps; FILE: packages/react/src/avatar/image/AvatarImage.test.tsx function notifyTransitionFinished (line 41) | function notifyTransitionFinished() { function Test (line 56) | function Test() { function Test (line 109) | function Test() { FILE: packages/react/src/avatar/image/AvatarImage.tsx method onComplete (line 70) | onComplete() { type AvatarImageState (line 92) | interface AvatarImageState extends AvatarRootState { type AvatarImageProps (line 99) | interface AvatarImageProps extends BaseUIComponentProps<'img', AvatarIma... type State (line 107) | type State = AvatarImageState; type Props (line 108) | type Props = AvatarImageProps; FILE: packages/react/src/avatar/image/AvatarImageDataAttributes.ts type AvatarImageDataAttributes (line 3) | enum AvatarImageDataAttributes { FILE: packages/react/src/avatar/image/useImageLoadingStatus.ts type ImageLoadingStatus (line 6) | type ImageLoadingStatus = 'idle' | 'loading' | 'loaded' | 'error'; type UseImageLoadingStatusOptions (line 8) | interface UseImageLoadingStatusOptions { function useImageLoadingStatus (line 13) | function useImageLoadingStatus( FILE: packages/react/src/avatar/root/AvatarRoot.tsx type ImageLoadingStatus (line 44) | type ImageLoadingStatus = 'idle' | 'loading' | 'loaded' | 'error'; type AvatarRootState (line 46) | interface AvatarRootState { type AvatarRootProps (line 53) | interface AvatarRootProps extends BaseUIComponentProps<'span', AvatarRoo... type State (line 56) | type State = AvatarRootState; type Props (line 57) | type Props = AvatarRootProps; FILE: packages/react/src/avatar/root/AvatarRootContext.ts type AvatarRootContext (line 5) | interface AvatarRootContext { function useAvatarRootContext (line 12) | function useAvatarRootContext() { FILE: packages/react/src/button/Button.tsx type ButtonState (line 43) | interface ButtonState { type ButtonProps (line 50) | interface ButtonProps type State (line 60) | type State = ButtonState; type Props (line 61) | type Props = ButtonProps; FILE: packages/react/src/button/ButtonDataAttributes.tsx type ButtonDataAttributes (line 1) | enum ButtonDataAttributes { FILE: packages/react/src/calendar/day-button/CalendarDayButton.test.tsx method render (line 13) | render(node) { FILE: packages/react/src/calendar/day-button/CalendarDayButton.tsx method selected (line 18) | selected(value) { method disabled (line 21) | disabled(value) { method unavailable (line 24) | unavailable(value) { method current (line 27) | current(value) { method outsideMonth (line 30) | outsideMonth(value) { method onClick (line 97) | onClick(event) { type CalendarDayButtonState (line 134) | interface CalendarDayButtonState { type CalendarDayButtonProps (line 157) | interface CalendarDayButtonProps type State (line 172) | type State = CalendarDayButtonState; type Props (line 173) | type Props = CalendarDayButtonProps; FILE: packages/react/src/calendar/day-button/CalendarDayButtonDataAttributes.ts type CalendarDayButtonDataAttributes (line 1) | enum CalendarDayButtonDataAttributes { FILE: packages/react/src/calendar/day-grid-body/CalendarDayGridBody.keyboard.test.tsx function renderCalendar (line 11) | function renderCalendar( function getDayButton (line 47) | function getDayButton( FILE: packages/react/src/calendar/day-grid-body/CalendarDayGridBody.test.tsx method render (line 14) | render(node) { FILE: packages/react/src/calendar/day-grid-body/CalendarDayGridBody.tsx type CalendarDayGridBodyState (line 42) | interface CalendarDayGridBodyState {} type CalendarDayGridBodyProps (line 44) | interface CalendarDayGridBodyProps type State (line 50) | type State = CalendarDayGridBodyState; type Props (line 51) | type Props = CalendarDayGridBodyProps; FILE: packages/react/src/calendar/day-grid-body/SharedCalendarDayGridBodyContext.ts type SharedCalendarDayGridBodyContext (line 5) | interface SharedCalendarDayGridBodyContext { function useSharedCalendarDayGridBodyContext (line 20) | function useSharedCalendarDayGridBodyContext() { FILE: packages/react/src/calendar/day-grid-body/useSharedCalendarDayGridBody.ts constant BACKWARD_KEYS (line 31) | const BACKWARD_KEYS = new Set([ARROW_UP, ARROW_LEFT]); constant CUSTOM_NAVIGATION_KEYS (line 32) | const CUSTOM_NAVIGATION_KEYS = new Set([HOME, END, PAGE_UP, PAGE_DOWN]); function useSharedCalendarDayGridBody (line 34) | function useSharedCalendarDayGridBody( type UseSharedCalendarDayGridBodyParameters (line 353) | interface UseSharedCalendarDayGridBodyParameters { type UseSharedCalendarDayGridBodyItemMetadata (line 378) | interface UseSharedCalendarDayGridBodyItemMetadata { type UseSharedCalendarDayGridBodyReturnValue (line 382) | interface UseSharedCalendarDayGridBodyReturnValue { FILE: packages/react/src/calendar/day-grid-cell/CalendarDayGridCell.test.tsx method render (line 15) | render(node) { FILE: packages/react/src/calendar/day-grid-cell/CalendarDayGridCell.tsx type CalendarDayGridCellState (line 38) | interface CalendarDayGridCellState {} type CalendarDayGridCellProps (line 40) | interface CalendarDayGridCellProps type State (line 46) | type State = CalendarDayGridCellState; type Props (line 47) | type Props = CalendarDayGridCellProps; FILE: packages/react/src/calendar/day-grid-cell/SharedCalendarDayGridCellContext.ts type SharedCalendarDayGridCellContext (line 5) | interface SharedCalendarDayGridCellContext { function useCalendarDayGridCellContext (line 28) | function useCalendarDayGridCellContext() { FILE: packages/react/src/calendar/day-grid-cell/useSharedCalendarDayGridCell.ts function useSharedCalendarDayGridCell (line 11) | function useSharedCalendarDayGridCell( type UseSharedCalendarDayGridCellParameters (line 45) | interface UseSharedCalendarDayGridCellParameters { type UseSharedCalendarDayGridCellReturnValue (line 52) | interface UseSharedCalendarDayGridCellReturnValue { FILE: packages/react/src/calendar/day-grid-header-cell/CalendarDayGridHeaderCell.test.tsx method render (line 15) | render(node) { FILE: packages/react/src/calendar/day-grid-header-cell/CalendarDayGridHeaderCell.tsx type CalendarDayGridHeaderCellState (line 39) | interface CalendarDayGridHeaderCellState {} type CalendarDayGridHeaderCellProps (line 41) | interface CalendarDayGridHeaderCellProps extends BaseUIComponentProps< type State (line 56) | type State = CalendarDayGridHeaderCellState; type Props (line 57) | type Props = CalendarDayGridHeaderCellProps; FILE: packages/react/src/calendar/day-grid-header-row/CalendarDayGridHeaderRow.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/calendar/day-grid-header-row/CalendarDayGridHeaderRow.tsx type CalendarDayGridHeaderRowState (line 45) | interface CalendarDayGridHeaderRowState {} type CalendarDayGridHeaderRowProps (line 47) | interface CalendarDayGridHeaderRowProps extends Omit< type State (line 65) | type State = CalendarDayGridHeaderRowState; type Props (line 66) | type Props = CalendarDayGridHeaderRowProps; FILE: packages/react/src/calendar/day-grid-header/CalendarDayGridHeader.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/calendar/day-grid-header/CalendarDayGridHeader.tsx type CalendarDayGridHeaderState (line 26) | interface CalendarDayGridHeaderState {} type CalendarDayGridHeaderProps (line 28) | interface CalendarDayGridHeaderProps extends BaseUIComponentProps< type State (line 34) | type State = CalendarDayGridHeaderState; type Props (line 35) | type Props = CalendarDayGridHeaderProps; FILE: packages/react/src/calendar/day-grid-row/CalendarDayGridRow.tsx type CalendarDayGridRowState (line 39) | interface CalendarDayGridRowState {} type CalendarDayGridRowProps (line 41) | interface CalendarDayGridRowProps extends Omit< type State (line 63) | type State = CalendarDayGridRowState; type Props (line 64) | type Props = CalendarDayGridRowProps; FILE: packages/react/src/calendar/day-grid-row/CalendarDayRow.test.tsx method render (line 15) | render(node) { FILE: packages/react/src/calendar/day-grid/CalendarDayGrid.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/calendar/day-grid/CalendarDayGrid.tsx type CalendarDayGridState (line 26) | interface CalendarDayGridState {} type CalendarDayGridProps (line 28) | interface CalendarDayGridProps extends BaseUIComponentProps<'table', Cal... type State (line 31) | type State = CalendarDayGridState; type Props (line 32) | type Props = CalendarDayGridProps; FILE: packages/react/src/calendar/decrement-month/CalendarDecrementMonth.test.tsx method render (line 14) | render(node) { function renderCalendar (line 154) | function renderCalendar( function ControlledCalendar (line 274) | function ControlledCalendar() { FILE: packages/react/src/calendar/decrement-month/CalendarDecrementMonth.tsx method onClick (line 71) | onClick(event) { type CalendarDecrementMonthState (line 92) | interface CalendarDecrementMonthState { type CalendarDecrementMonthProps (line 99) | interface CalendarDecrementMonthProps type State (line 103) | type State = CalendarDecrementMonthState; type Props (line 104) | type Props = CalendarDecrementMonthProps; FILE: packages/react/src/calendar/decrement-month/CalendarDecrementMonthDataAttributes.ts type CalendarDecrementMonthDataAttributes (line 1) | enum CalendarDecrementMonthDataAttributes { FILE: packages/react/src/calendar/increment-month/CalendarIncrementMonth.test.tsx method render (line 14) | render(node) { function renderCalendar (line 154) | function renderCalendar(props: Record = {}) { function ControlledCalendar (line 274) | function ControlledCalendar() { FILE: packages/react/src/calendar/increment-month/CalendarIncrementMonth.tsx method onClick (line 70) | onClick(event) { type CalendarIncrementMonthState (line 91) | interface CalendarIncrementMonthState { type CalendarIncrementMonthProps (line 98) | interface CalendarIncrementMonthProps type State (line 102) | type State = CalendarIncrementMonthState; type Props (line 103) | type Props = CalendarIncrementMonthProps; FILE: packages/react/src/calendar/increment-month/CalendarIncrementMonthDataAttributes.ts type CalendarIncrementMonthDataAttributes (line 1) | enum CalendarIncrementMonthDataAttributes { FILE: packages/react/src/calendar/root/CalendarRoot.tsx type CalendarRootNavigationDirection (line 167) | type CalendarRootNavigationDirection = CalendarNavigationDirection; type CalendarRootState (line 169) | interface CalendarRootState extends CalendarRootElementState {} type CalendarRootProps (line 171) | interface CalendarRootProps type CalendarRootValueChangeHandlerContext (line 182) | interface CalendarRootValueChangeHandlerContext extends CalendarValueCha... type CalendarRootChangeEventReason (line 184) | type CalendarRootChangeEventReason = CalendarChangeEventReason; type CalendarRootValueChangeEventDetails (line 186) | type CalendarRootValueChangeEventDetails = type CalendarRootVisibleDateChangeEventDetails (line 189) | type CalendarRootVisibleDateChangeEventDetails = CalendarVisibleDateChan... type NavigationDirection (line 192) | type NavigationDirection = CalendarRootNavigationDirection; type State (line 193) | type State = CalendarRootState; type Props (line 194) | type Props = CalendarRootProps; type ValueChangeHandlerContext (line 195) | type ValueChangeHandlerContext = CalendarRootValueChangeHandlerContext; type ChangeEventReason (line 196) | type ChangeEventReason = CalendarRootChangeEventReason; type ValueChangeEventDetails (line 197) | type ValueChangeEventDetails = CalendarRootValueChangeEventDetails; type VisibleDateChangeEventDetails (line 198) | type VisibleDateChangeEventDetails = CalendarRootVisibleDateChangeEventD... FILE: packages/react/src/calendar/root/CalendarRootDataAttributes.ts type CalendarRootDataAttributes (line 1) | enum CalendarRootDataAttributes { FILE: packages/react/src/calendar/root/SharedCalendarRootContext.ts type SharedCalendarRootContext (line 5) | type SharedCalendarRootContext = SharedCalendarStore; function useSharedCalendarRootContext (line 11) | function useSharedCalendarRootContext() { FILE: packages/react/src/calendar/store/SharedCalendarState.ts type CalendarNavigationDirection (line 9) | type CalendarNavigationDirection = 'previous' | 'next' | 'none'; type SharedCalendarState (line 11) | interface SharedCalendarState... method constructor (line 40) | constructor( method setValue (line 185) | private setValue(newValue: TValue, event: React.MouseEvent { type OnSelectDateParameters (line 324) | interface OnSelectDateParameters { type CalendarValueChangeHandlerContext (line 340) | interface CalendarValueChangeHandlerContext { type CalendarChangeEventReason (line 347) | type CalendarChangeEventReason = type CalendarValueChangeEventDetails (line 353) | type CalendarValueChangeEventDetails = BaseUIChangeEventDetails< type CalendarVisibleDateChangeEventDetails (line 358) | type CalendarVisibleDateChangeEventDetails = BaseUIChangeEventDetails< FILE: packages/react/src/calendar/store/selectors.ts type CalendarRootElementState (line 318) | interface CalendarRootElementState { FILE: packages/react/src/calendar/store/test/value.SharedCalendarStore.test.ts function createMockMouseEvent (line 16) | function createMockMouseEvent(): React.MouseEvent { function createStore (line 32) | function createStore( FILE: packages/react/src/calendar/store/test/visibleDate.SharedCalendarStore.test.ts function createStore (line 16) | function createStore( FILE: packages/react/src/calendar/use-context/CalendarContext.ts type CalendarContext (line 7) | type CalendarContext = ReturnType & { function useCalendarContext (line 11) | function useCalendarContext(): CalendarContext { FILE: packages/react/src/calendar/use-day-list/getDayList.ts function getDayList (line 7) | function getDayList( FILE: packages/react/src/calendar/use-day-list/useCalendarDayList.ts function useCalendarDayList (line 6) | function useCalendarDayList(): UseCalendarDayListReturnValue { type UseCalendarDayListReturnValue (line 12) | type UseCalendarDayListReturnValue = (parameters: { FILE: packages/react/src/calendar/use-week-list/getWeekList.ts function getWeekList (line 7) | function getWeekList( FILE: packages/react/src/calendar/use-week-list/useCalendarWeekList.ts function useCalendarWeekList (line 6) | function useCalendarWeekList(): UseWeekListReturnValue { type UseWeekListReturnValue (line 12) | type UseWeekListReturnValue = ( type UseWeekListReturnValueParameters (line 16) | interface UseWeekListReturnValueParameters { FILE: packages/react/src/calendar/utils/computeMonthDayGrid.ts function computeMonthDayGrid (line 9) | function computeMonthDayGrid( FILE: packages/react/src/calendar/utils/useCalendarMonthButton.ts constant CHANGE_MONTH_TICK_DELAY (line 9) | const CHANGE_MONTH_TICK_DELAY = 100; type UseCalendarMonthButtonParameters (line 11) | interface UseCalendarMonthButtonParameters { function useCalendarMonthButton (line 25) | function useCalendarMonthButton(params: UseCalendarMonthButtonParameters) { FILE: packages/react/src/calendar/viewport/CalendarViewport.tsx constant ALLOWED_TAGS (line 25) | const ALLOWED_TAGS = new Set(['div', 'section', 'span', 'tbody']); function getSafeTag (line 27) | function getSafeTag(localName: string): string { constant DATA_ATTRIBUTES (line 31) | const DATA_ATTRIBUTES = [ function CalendarViewport (line 47) | function CalendarViewport({ children }: CalendarViewport.Props): React.J... type CalendarViewportProps (line 188) | interface CalendarViewportProps { type CalendarViewportState (line 195) | interface CalendarViewportState { type Props (line 203) | type Props = CalendarViewportProps; type State (line 204) | type State = CalendarViewportState; FILE: packages/react/src/calendar/viewport/CalendarViewportDataAttributes.ts type CalendarViewportDataAttributes (line 3) | enum CalendarViewportDataAttributes { FILE: packages/react/src/checkbox-group/CheckboxGroup.test.tsx function App (line 21) | function App() { function App (line 66) | function App() { function App (line 108) | function App() { function App (line 138) | function App() { function App (line 160) | function App() { function App (line 182) | function App() { function App (line 308) | function App() { function App (line 583) | function App() { function App (line 623) | function App() { FILE: packages/react/src/checkbox-group/CheckboxGroup.tsx type CheckboxGroupState (line 163) | interface CheckboxGroupState extends FieldRootState { type CheckboxGroupProps (line 170) | interface CheckboxGroupProps extends BaseUIComponentProps<'div', Checkbo... type CheckboxGroupChangeEventReason (line 201) | type CheckboxGroupChangeEventReason = typeof REASONS.none; type CheckboxGroupChangeEventDetails (line 202) | type CheckboxGroupChangeEventDetails = type State (line 206) | type State = CheckboxGroupState; type Props (line 207) | type Props = CheckboxGroupProps; type ChangeEventReason (line 208) | type ChangeEventReason = CheckboxGroupChangeEventReason; type ChangeEventDetails (line 209) | type ChangeEventDetails = CheckboxGroupChangeEventDetails; FILE: packages/react/src/checkbox-group/CheckboxGroupContext.ts type CheckboxGroupContext (line 8) | interface CheckboxGroupContext { function useCheckboxGroupContext (line 28) | function useCheckboxGroupContext(optional = true) { FILE: packages/react/src/checkbox-group/CheckboxGroupDataAttributes.ts type CheckboxGroupDataAttributes (line 1) | enum CheckboxGroupDataAttributes { FILE: packages/react/src/checkbox-group/useCheckboxGroupParent.test.tsx function App (line 14) | function App() { function App (line 60) | function App() { function App (line 88) | function App() { function App (line 108) | function App() { function App (line 141) | function App() { function App (line 162) | function App() { function App (line 210) | function App() { function App (line 232) | function App() { FILE: packages/react/src/checkbox-group/useCheckboxGroupParent.ts constant EMPTY (line 8) | const EMPTY: string[] = []; function useCheckboxGroupParent (line 10) | function useCheckboxGroupParent( type UseCheckboxGroupParentParameters (line 107) | interface UseCheckboxGroupParentParameters { type UseCheckboxGroupParentReturnValue (line 118) | interface UseCheckboxGroupParentReturnValue { type UseCheckboxGroupParentState (line 141) | interface UseCheckboxGroupParentState {} FILE: packages/react/src/checkbox/indicator/CheckboxIndicator.test.tsx method render (line 30) | render(node) { function Test (line 104) | function Test() { function Test (line 141) | function Test() { function notifyTransitionFinished (line 193) | function notifyTransitionFinished() { function Test (line 208) | function Test() { function Test (line 258) | function Test() { FILE: packages/react/src/checkbox/indicator/CheckboxIndicator.tsx method onComplete (line 42) | onComplete() { type CheckboxIndicatorState (line 76) | interface CheckboxIndicatorState extends CheckboxRootState { type CheckboxIndicatorProps (line 83) | interface CheckboxIndicatorProps extends BaseUIComponentProps< type State (line 95) | type State = CheckboxIndicatorState; type Props (line 96) | type Props = CheckboxIndicatorProps; FILE: packages/react/src/checkbox/indicator/CheckboxIndicatorDataAttributes.ts type CheckboxIndicatorDataAttributes (line 3) | enum CheckboxIndicatorDataAttributes { FILE: packages/react/src/checkbox/root/CheckboxRoot.test.tsx function Test (line 67) | function Test() { function App (line 858) | function App() { function TestCase (line 1016) | function TestCase() { FILE: packages/react/src/checkbox/root/CheckboxRoot.tsx constant PARENT_CHECKBOX (line 33) | const PARENT_CHECKBOX = 'data-parent'; method onChange (line 228) | onChange(event) { method onFocus (line 254) | onFocus() { method onFocus (line 311) | onFocus() { method onBlur (line 314) | onBlur() { method onClick (line 327) | onClick(event: React.MouseEvent) { type CheckboxRootState (line 365) | interface CheckboxRootState extends FieldRootState { type CheckboxRootProps (line 388) | interface CheckboxRootProps type CheckboxRootChangeEventReason (line 463) | type CheckboxRootChangeEventReason = typeof REASONS.none; type CheckboxRootChangeEventDetails (line 464) | type CheckboxRootChangeEventDetails = type State (line 468) | type State = CheckboxRootState; type Props (line 469) | type Props = CheckboxRootProps; type ChangeEventReason (line 470) | type ChangeEventReason = CheckboxRootChangeEventReason; type ChangeEventDetails (line 471) | type ChangeEventDetails = CheckboxRootChangeEventDetails; FILE: packages/react/src/checkbox/root/CheckboxRootContext.ts type CheckboxRootContext (line 5) | type CheckboxRootContext = CheckboxRootState; function useCheckboxRootContext (line 9) | function useCheckboxRootContext() { FILE: packages/react/src/checkbox/root/CheckboxRootDataAttributes.ts type CheckboxRootDataAttributes (line 1) | enum CheckboxRootDataAttributes { FILE: packages/react/src/checkbox/utils/useStateAttributesMapping.ts function useStateAttributesMapping (line 8) | function useStateAttributesMapping(state: CheckboxRootState) { FILE: packages/react/src/collapsible/panel/CollapsiblePanel.test.tsx constant PANEL_CONTENT (line 7) | const PANEL_CONTENT = 'This is panel content'; function App (line 21) | function App() { FILE: packages/react/src/collapsible/panel/CollapsiblePanel.tsx method onComplete (line 115) | onComplete() { type CollapsiblePanelState (line 159) | interface CollapsiblePanelState extends CollapsibleRootState { type CollapsiblePanelProps (line 166) | interface CollapsiblePanelProps extends BaseUIComponentProps<'div', Coll... type State (line 185) | type State = CollapsiblePanelState; type Props (line 186) | type Props = CollapsiblePanelProps; FILE: packages/react/src/collapsible/panel/CollapsiblePanelCssVars.ts type CollapsiblePanelCssVars (line 1) | enum CollapsiblePanelCssVars { FILE: packages/react/src/collapsible/panel/CollapsiblePanelDataAttributes.ts type CollapsiblePanelDataAttributes (line 3) | enum CollapsiblePanelDataAttributes { FILE: packages/react/src/collapsible/panel/useCollapsiblePanel.ts function useCollapsiblePanel (line 17) | function useCollapsiblePanel( type UseCollapsiblePanelParameters (line 417) | interface UseCollapsiblePanelParameters { type UseCollapsiblePanelReturnValue (line 468) | interface UseCollapsiblePanelReturnValue { type UseCollapsiblePanelState (line 472) | interface UseCollapsiblePanelState {} FILE: packages/react/src/collapsible/root/CollapsibleRoot.test.tsx constant PANEL_CONTENT (line 8) | const PANEL_CONTENT = 'This is panel content'; function App (line 94) | function App() { FILE: packages/react/src/collapsible/root/CollapsibleRoot.tsx type CollapsibleRootState (line 73) | interface CollapsibleRootState extends Pick< type CollapsibleRootProps (line 78) | interface CollapsibleRootProps extends BaseUIComponentProps<'div', Colla... type CollapsibleRootChangeEventReason (line 105) | type CollapsibleRootChangeEventReason = typeof REASONS.triggerPress | ty... type CollapsibleRootChangeEventDetails (line 106) | type CollapsibleRootChangeEventDetails = type State (line 110) | type State = CollapsibleRootState; type Props (line 111) | type Props = CollapsibleRootProps; type ChangeEventReason (line 112) | type ChangeEventReason = CollapsibleRootChangeEventReason; type ChangeEventDetails (line 113) | type ChangeEventDetails = CollapsibleRootChangeEventDetails; FILE: packages/react/src/collapsible/root/CollapsibleRootContext.ts type CollapsibleRootContext (line 7) | interface CollapsibleRootContext extends UseCollapsibleRootReturnValue { function useCollapsibleRootContext (line 17) | function useCollapsibleRootContext() { FILE: packages/react/src/collapsible/root/useCollapsibleRoot.ts type AnimationType (line 13) | type AnimationType = 'css-transition' | 'css-animation' | 'none' | null; type Dimensions (line 15) | interface Dimensions { function useCollapsibleRoot (line 20) | function useCollapsibleRoot( type UseCollapsibleRootParameters (line 154) | interface UseCollapsibleRootParameters { type UseCollapsibleRootReturnValue (line 179) | interface UseCollapsibleRootReturnValue { type UseCollapsibleRootState (line 222) | interface UseCollapsibleRootState {} FILE: packages/react/src/collapsible/trigger/CollapsibleTrigger.tsx type CollapsibleTriggerState (line 69) | interface CollapsibleTriggerState extends CollapsibleRootState {} type CollapsibleTriggerProps (line 71) | interface CollapsibleTriggerProps type State (line 75) | type State = CollapsibleTriggerState; type Props (line 76) | type Props = CollapsibleTriggerProps; FILE: packages/react/src/collapsible/trigger/CollapsibleTriggerDataAttributes.ts type CollapsibleTriggerDataAttributes (line 1) | enum CollapsibleTriggerDataAttributes { FILE: packages/react/src/combobox/arrow/ComboboxArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/combobox/arrow/ComboboxArrow.tsx type ComboboxArrowState (line 46) | interface ComboboxArrowState { type ComboboxArrowProps (line 65) | interface ComboboxArrowProps extends BaseUIComponentProps<'div', Combobo... type State (line 68) | type State = ComboboxArrowState; type Props (line 69) | type Props = ComboboxArrowProps; FILE: packages/react/src/combobox/arrow/ComboboxArrowDataAttributes.ts type ComboboxArrowDataAttributes (line 3) | enum ComboboxArrowDataAttributes { FILE: packages/react/src/combobox/backdrop/ComboboxBackdrop.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/combobox/backdrop/ComboboxBackdrop.tsx type ComboboxBackdropProps (line 57) | interface ComboboxBackdropProps extends BaseUIComponentProps<'div', Comb... type ComboboxBackdropState (line 59) | interface ComboboxBackdropState { type Props (line 71) | type Props = ComboboxBackdropProps; type State (line 72) | type State = ComboboxBackdropState; FILE: packages/react/src/combobox/backdrop/ComboboxBackdropDataAttributes.ts type ComboboxBackdropDataAttributes (line 3) | enum ComboboxBackdropDataAttributes { FILE: packages/react/src/combobox/chip-remove/ComboboxChipRemove.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/combobox/chip-remove/ComboboxChipRemove.tsx function clearActiveIndexForRemovedItem (line 51) | function clearActiveIndexForRemovedItem(removedItem: any) { function removeChip (line 73) | function removeChip( method onMouseDown (line 96) | onMouseDown(event) { method onClick (line 99) | onClick(event) { method onKeyDown (line 109) | onKeyDown(event) { type ComboboxChipRemoveState (line 130) | interface ComboboxChipRemoveState { type ComboboxChipRemoveProps (line 137) | interface ComboboxChipRemoveProps type State (line 141) | type State = ComboboxChipRemoveState; type Props (line 142) | type Props = ComboboxChipRemoveProps; FILE: packages/react/src/combobox/chip/ComboboxChip.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/chip/ComboboxChip.tsx function handleKeyDown (line 35) | function handleKeyDown(event: React.KeyboardEvent) { method onKeyDown (line 99) | onKeyDown(event) { type ComboboxChipState (line 133) | interface ComboboxChipState { type ComboboxChipProps (line 140) | interface ComboboxChipProps extends BaseUIComponentProps<'div', Combobox... type State (line 143) | type State = ComboboxChipState; type Props (line 144) | type Props = ComboboxChipProps; FILE: packages/react/src/combobox/chip/ComboboxChipContext.ts type ComboboxChipContext (line 4) | interface ComboboxChipContext { function useComboboxChipContext (line 10) | function useComboboxChipContext() { FILE: packages/react/src/combobox/chips/ComboboxChips.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/combobox/chips/ComboboxChips.tsx method onMouseDown (line 45) | onMouseDown(event) { type ComboboxChipsState (line 69) | interface ComboboxChipsState {} type ComboboxChipsProps (line 71) | interface ComboboxChipsProps extends BaseUIComponentProps<'div', Combobo... type State (line 74) | type State = ComboboxChipsState; type Props (line 75) | type Props = ComboboxChipsProps; FILE: packages/react/src/combobox/chips/ComboboxChipsContext.ts type ComboboxChipsContext (line 4) | interface ComboboxChipsContext { function useComboboxChipsContext (line 14) | function useComboboxChipsContext() { FILE: packages/react/src/combobox/clear/ComboboxClear.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/combobox/clear/ComboboxClear.tsx method onComplete (line 79) | onComplete() { method onMouseDown (line 94) | onMouseDown(event) { method onClick (line 97) | onClick(event) { type ComboboxClearState (line 143) | interface ComboboxClearState { type ComboboxClearProps (line 158) | interface ComboboxClearProps type State (line 173) | type State = ComboboxClearState; type Props (line 174) | type Props = ComboboxClearProps; FILE: packages/react/src/combobox/clear/ComboboxClearDataAtributes.ts type ComboboxClearDataAttributes (line 6) | enum ComboboxClearDataAttributes { FILE: packages/react/src/combobox/collection/ComboboxCollection.tsx function ComboboxCollection (line 12) | function ComboboxCollection(props: ComboboxCollection.Props): React.JSX.... type ComboboxCollectionState (line 27) | interface ComboboxCollectionState {} type ComboboxCollectionProps (line 29) | interface ComboboxCollectionProps { type State (line 34) | type State = ComboboxCollectionState; type Props (line 35) | type Props = ComboboxCollectionProps; FILE: packages/react/src/combobox/collection/GroupCollectionContext.tsx type GroupCollectionContext (line 4) | interface GroupCollectionContext { function useGroupCollectionContext (line 10) | function useGroupCollectionContext() { function GroupCollectionProvider (line 14) | function GroupCollectionProvider(props: GroupCollectionProvider.Props) { type Props (line 27) | interface Props { FILE: packages/react/src/combobox/empty/ComboboxEmpty.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/empty/ComboboxEmpty.tsx type ComboboxEmptyState (line 41) | interface ComboboxEmptyState {} type ComboboxEmptyProps (line 43) | interface ComboboxEmptyProps extends BaseUIComponentProps<'div', Combobo... type State (line 46) | type State = ComboboxEmptyState; type Props (line 47) | type Props = ComboboxEmptyProps; FILE: packages/react/src/combobox/group-label/ComboboxGroupLabel.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/group-label/ComboboxGroupLabel.tsx type ComboboxGroupLabelState (line 38) | interface ComboboxGroupLabelState {} type ComboboxGroupLabelProps (line 40) | interface ComboboxGroupLabelProps extends BaseUIComponentProps< type State (line 46) | type State = ComboboxGroupLabelState; type Props (line 47) | type Props = ComboboxGroupLabelProps; FILE: packages/react/src/combobox/group/ComboboxGroup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/group/ComboboxGroup.tsx type ComboboxGroupState (line 51) | interface ComboboxGroupState {} type ComboboxGroupProps (line 53) | interface ComboboxGroupProps extends BaseUIComponentProps<'div', Combobo... type State (line 62) | type State = ComboboxGroupState; type Props (line 63) | type Props = ComboboxGroupProps; FILE: packages/react/src/combobox/group/ComboboxGroupContext.ts type ComboboxGroupContext (line 4) | interface ComboboxGroupContext { function useComboboxGroupContext (line 18) | function useComboboxGroupContext() { FILE: packages/react/src/combobox/icon/ComboboxIcon.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/combobox/icon/ComboboxIcon.tsx type ComboboxIconState (line 30) | interface ComboboxIconState {} type ComboboxIconProps (line 32) | interface ComboboxIconProps extends BaseUIComponentProps<'span', Combobo... type State (line 35) | type State = ComboboxIconState; type Props (line 36) | type Props = ComboboxIconProps; FILE: packages/react/src/combobox/input-group/ComboboxInputGroup.test.tsx method render (line 13) | render(node) { FILE: packages/react/src/combobox/input-group/ComboboxInputGroup.tsx method onMouseDown (line 66) | onMouseDown(event) { type ComboboxInputGroupState (line 79) | interface ComboboxInputGroupState extends FieldRoot.State { type ComboboxInputGroupProps (line 106) | interface ComboboxInputGroupProps extends BaseUIComponentProps< type State (line 112) | type State = ComboboxInputGroupState; type Props (line 113) | type Props = ComboboxInputGroupProps; FILE: packages/react/src/combobox/input-group/ComboboxInputGroupDataAttributes.ts type ComboboxInputGroupDataAttributes (line 1) | enum ComboboxInputGroupDataAttributes { FILE: packages/react/src/combobox/input/ComboboxInput.test.tsx method render (line 14) | render(node) { function Controlled (line 478) | function Controlled() { FILE: packages/react/src/combobox/input/ComboboxInput.tsx function handleKeyDown (line 123) | function handleKeyDown(event: React.KeyboardEvent) { method onFocus (line 199) | onFocus() { method onBlur (line 219) | onBlur() { method onCompositionStart (line 235) | onCompositionStart(event) { method onCompositionEnd (line 242) | onCompositionEnd(event) { method onChange (line 251) | onChange(event) { method onKeyDown (line 352) | onKeyDown(event) { method onPointerMove (line 464) | onPointerMove() { method onPointerDown (line 467) | onPointerDown() { type ComboboxInputState (line 486) | interface ComboboxInputState extends FieldRootState { type ComboboxInputProps (line 505) | interface ComboboxInputProps extends BaseUIComponentProps<'input', Combo... type State (line 514) | type State = ComboboxInputState; type Props (line 515) | type Props = ComboboxInputProps; FILE: packages/react/src/combobox/input/ComboboxInputDataAttributes.ts type ComboboxInputDataAttributes (line 3) | enum ComboboxInputDataAttributes { FILE: packages/react/src/combobox/item-indicator/ComboboxItemIndicator.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/combobox/item-indicator/ComboboxItemIndicator.tsx method onComplete (line 68) | onComplete() { type ComboboxItemIndicatorProps (line 80) | interface ComboboxItemIndicatorProps extends BaseUIComponentProps< type ComboboxItemIndicatorState (line 92) | interface ComboboxItemIndicatorState { type Props (line 104) | type Props = ComboboxItemIndicatorProps; type State (line 105) | type State = ComboboxItemIndicatorState; FILE: packages/react/src/combobox/item-indicator/ComboboxItemIndicatorDataAttributes.ts type ComboboxItemIndicatorDataAttributes (line 3) | enum ComboboxItemIndicatorDataAttributes { FILE: packages/react/src/combobox/item/ComboboxItem.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/item/ComboboxItem.tsx function commitSelection (line 148) | function commitSelection(nativeEvent: MouseEvent) { method onPointerDownCapture (line 169) | onPointerDownCapture(event) { method onClick (line 173) | onClick(event) { method onMouseUp (line 180) | onMouseUp(event) { type ComboboxItemState (line 212) | interface ComboboxItemState { type ComboboxItemProps (line 227) | interface ComboboxItemProps type State (line 252) | type State = ComboboxItemState; type Props (line 253) | type Props = ComboboxItemProps; FILE: packages/react/src/combobox/item/ComboboxItemContext.ts type ComboboxItemContext (line 4) | interface ComboboxItemContext { function useComboboxItemContext (line 11) | function useComboboxItemContext() { FILE: packages/react/src/combobox/item/ComboboxItemDataAttributes.ts type ComboboxItemDataAttributes (line 1) | enum ComboboxItemDataAttributes { FILE: packages/react/src/combobox/label/ComboboxLabel.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/combobox/label/ComboboxLabel.tsx method setLabelId (line 60) | setLabelId(nextLabelId) { type ComboboxLabelState (line 73) | type ComboboxLabelState = FieldRoot.State; type ComboboxLabelProps (line 75) | interface ComboboxLabelProps extends Omit< type State (line 81) | type State = ComboboxLabelState; type Props (line 82) | type Props = ComboboxLabelProps; FILE: packages/react/src/combobox/list/ComboboxList.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/list/ComboboxList.tsx method onKeyDown (line 82) | onKeyDown(event) { method onKeyDownCapture (line 107) | onKeyDownCapture() { method onPointerMoveCapture (line 110) | onPointerMoveCapture() { type ComboboxListState (line 129) | interface ComboboxListState { type ComboboxListProps (line 136) | interface ComboboxListProps extends Omit< type State (line 144) | type State = ComboboxListState; type Props (line 145) | type Props = ComboboxListProps; FILE: packages/react/src/combobox/popup/ComboboxPopup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/popup/ComboboxPopup.tsx method onComplete (line 58) | onComplete() { method onFocus (line 81) | onFocus(event) { type ComboboxPopupState (line 138) | interface ComboboxPopupState { type ComboboxPopupProps (line 165) | interface ComboboxPopupProps extends BaseUIComponentProps<'div', Combobo... type State (line 197) | type State = ComboboxPopupState; type Props (line 198) | type Props = ComboboxPopupProps; FILE: packages/react/src/combobox/popup/ComboboxPopupDataAttributes.ts type ComboboxPopupDataAttributes (line 3) | enum ComboboxPopupDataAttributes { FILE: packages/react/src/combobox/portal/ComboboxPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/combobox/portal/ComboboxPortal.tsx type ComboboxPortalState (line 37) | interface ComboboxPortalState {} type ComboboxPortalProps (line 39) | interface ComboboxPortalProps extends FloatingPortal.Props( type SelectionMode (line 1295) | type SelectionMode = 'single' | 'multiple' | 'none'; type ComboboxItemValueType (line 1297) | type ComboboxItemValueType = Mode... type ComboboxRootProps (line 1301) | interface ComboboxRootProps { type AriaComboboxState (line 1511) | interface AriaComboboxState {} type AriaComboboxProps (line 1513) | type AriaComboboxProps< type Props (line 1547) | type Props = AriaComboboxPro... type State (line 1548) | type State = AriaComboboxState; type Actions (line 1550) | interface Actions { type HighlightEventReason (line 1554) | type HighlightEventReason = 'keyboard' | 'pointer' | 'none'; type HighlightEventDetails (line 1555) | type HighlightEventDetails = BaseUIGenericEventDetails< type ChangeEventReason (line 1560) | type ChangeEventReason = type ChangeEventDetails (line 1573) | type ChangeEventDetails = BaseUIChangeEventDetails; FILE: packages/react/src/combobox/root/ComboboxRoot.spec.tsx function App (line 186) | function App() { function App2 (line 238) | function App2() { function App3 (line 254) | function App3() { function Wrapper (line 275) | function Wrapper( FILE: packages/react/src/combobox/root/ComboboxRoot.test.tsx function AsyncItemsCombobox (line 24) | function AsyncItemsCombobox() { function SelectedIndexProbe (line 58) | function SelectedIndexProbe() { function isElementOrAncestorInert (line 67) | function isElementOrAncestorInert(element: HTMLElement) { function App (line 782) | function App() { function App (line 828) | function App() { type Movie (line 2680) | type Movie = { id: number; english: string; romaji: string }; function MultilingualFilterCombobox (line 2690) | function MultilingualFilterCombobox() { type TestItem (line 2759) | interface TestItem { function getItemLabelToFilter (line 2783) | function getItemLabelToFilter(item: TestItem | null) { function getItemLabelToDisplay (line 2787) | function getItemLabelToDisplay(item: TestItem | null) { function FilteredItemsCombobox (line 2791) | function FilteredItemsCombobox() { function FilteredItemsOnlyCombobox (line 2865) | function FilteredItemsOnlyCombobox() { function ReorderingFilteredItemsCombobox (line 2911) | function ReorderingFilteredItemsCombobox() { function DialogMultipleCombobox (line 4295) | function DialogMultipleCombobox({ defaultOpen = true }: { defaultOpen?: ... function DialogSingleCombobox (line 4320) | function DialogSingleCombobox({ defaultOpen = true }: { defaultOpen?: bo... type Country (line 5929) | interface Country { type Country (line 6003) | interface Country { function AsyncControlledCombobox (line 6013) | function AsyncControlledCombobox(props: { countries: Country[] | undefin... FILE: packages/react/src/combobox/root/ComboboxRoot.tsx function ComboboxRoot (line 11) | function ComboboxRoot( type ModeFromMultiple (line 35) | type ModeFromMultiple = Multiple e... type ComboboxValueType (line 39) | type ComboboxValueType = Mu... type ComboboxRootProps (line 43) | type ComboboxRootProps = Combob... type State (line 171) | type State = ComboboxRootState; type Actions (line 172) | type Actions = ComboboxRootActions; type ChangeEventReason (line 173) | type ChangeEventReason = ComboboxRootChangeEventReason; type ChangeEventDetails (line 174) | type ChangeEventDetails = ComboboxRootChangeEventDetails; type HighlightEventReason (line 175) | type HighlightEventReason = ComboboxRootHighlightEventReason; type HighlightEventDetails (line 176) | type HighlightEventDetails = ComboboxRootHighlightEventDetails; FILE: packages/react/src/combobox/root/ComboboxRootContext.tsx type ComboboxDerivedItemsContext (line 6) | interface ComboboxDerivedItemsContext { function useComboboxRootContext (line 25) | function useComboboxRootContext() { function useComboboxFloatingContext (line 35) | function useComboboxFloatingContext() { function useComboboxDerivedItemsContext (line 45) | function useComboboxDerivedItemsContext() { function useComboboxInputValueContext (line 55) | function useComboboxInputValueContext() { FILE: packages/react/src/combobox/root/utils/constants.ts constant NO_ACTIVE_VALUE (line 1) | const NO_ACTIVE_VALUE = Symbol('none'); constant INITIAL_LAST_HIGHLIGHT (line 2) | const INITIAL_LAST_HIGHLIGHT: { value: any; index: number } = { FILE: packages/react/src/combobox/root/utils/index.ts function createCollatorItemFilter (line 10) | function createCollatorItemFilter( function createSingleSelectionCollatorFilter (line 27) | function createSingleSelectionCollatorFilter( FILE: packages/react/src/combobox/root/utils/useFilter.ts type UseFilterOptions (line 6) | interface UseFilterOptions extends Intl.CollatorOptions { type Filter (line 14) | interface Filter { function stringifyLocale (line 22) | function stringifyLocale(locale?: Intl.LocalesArgument): string { function getFilter (line 32) | function getFilter(options: UseFilterOptions = {}): Filter { type UseComboboxFilterOptions (line 98) | interface UseComboboxFilterOptions extends UseFilterOptions { function useComboboxFilter (line 113) | function useComboboxFilter(options: UseComboboxFilterOptions = {}): Filt... FILE: packages/react/src/combobox/root/utils/useFilteredItems.ts function useFilteredItems (line 6) | function useFilteredItems() { FILE: packages/react/src/combobox/row/ComboboxRow.tsx type ComboboxRowState (line 26) | interface ComboboxRowState {} type ComboboxRowProps (line 28) | interface ComboboxRowProps extends BaseUIComponentProps<'div', ComboboxR... type State (line 31) | type State = ComboboxRowState; type Props (line 32) | type Props = ComboboxRowProps; FILE: packages/react/src/combobox/row/ComboboxRowContext.ts function useComboboxRowContext (line 6) | function useComboboxRowContext() { FILE: packages/react/src/combobox/status/ComboboxStatus.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/combobox/status/ComboboxStatus.tsx type ComboboxStatusState (line 30) | interface ComboboxStatusState {} type ComboboxStatusProps (line 32) | interface ComboboxStatusProps extends BaseUIComponentProps<'div', Combob... type State (line 35) | type State = ComboboxStatusState; type Props (line 36) | type Props = ComboboxStatusProps; FILE: packages/react/src/combobox/store.ts type State (line 10) | type State = { type ComboboxStore (line 96) | type ComboboxStore = Store; FILE: packages/react/src/combobox/trigger/ComboboxTrigger.test.tsx method render (line 14) | render(node) { method toJSON (line 469) | toJSON() { FILE: packages/react/src/combobox/trigger/ComboboxTrigger.tsx constant BOUNDARY_OFFSET (line 30) | const BOUNDARY_OFFSET = 2; function trackPointerType (line 95) | function trackPointerType(event: React.PointerEvent) { method onMatch (line 117) | onMatch(index) { method onFocus (line 166) | onFocus() { method onBlur (line 175) | onBlur(event) { method onMouseDown (line 189) | onMouseDown(event) { method onKeyDown (line 253) | onKeyDown(event) { type ComboboxTriggerState (line 277) | interface ComboboxTriggerState extends FieldRootState { type ComboboxTriggerProps (line 300) | interface ComboboxTriggerProps type State (line 310) | type State = ComboboxTriggerState; type Props (line 311) | type Props = ComboboxTriggerProps; FILE: packages/react/src/combobox/trigger/ComboboxTriggerDataAttributes.ts type ComboboxTriggerDataAttributes (line 3) | enum ComboboxTriggerDataAttributes { FILE: packages/react/src/combobox/utils/ComboboxInternalDismissButton.tsx type DismissEvent (line 11) | type DismissEvent = React.MouseEvent | React.KeyboardEvent<... FILE: packages/react/src/combobox/utils/handleInputPress.ts function handleInputPress (line 8) | function handleInputPress( FILE: packages/react/src/combobox/value/ComboboxValue.test.tsx function App (line 290) | function App() { function App (line 388) | function App() { FILE: packages/react/src/combobox/value/ComboboxValue.tsx function ComboboxValue (line 14) | function ComboboxValue(props: ComboboxValue.Props): React.ReactElement { type ComboboxValueState (line 44) | interface ComboboxValueState {} type ComboboxValueProps (line 46) | interface ComboboxValueProps { type State (line 56) | type State = ComboboxValueState; type Props (line 57) | type Props = ComboboxValueProps; FILE: packages/react/src/composite/composite.ts type Dimensions (line 17) | interface Dimensions { constant ARROW_UP (line 22) | const ARROW_UP = 'ArrowUp'; constant ARROW_DOWN (line 23) | const ARROW_DOWN = 'ArrowDown'; constant ARROW_LEFT (line 24) | const ARROW_LEFT = 'ArrowLeft'; constant ARROW_RIGHT (line 25) | const ARROW_RIGHT = 'ArrowRight'; constant HOME (line 26) | const HOME = 'Home'; constant END (line 27) | const END = 'End'; constant PAGE_UP (line 28) | const PAGE_UP = 'PageUp'; constant PAGE_DOWN (line 29) | const PAGE_DOWN = 'PageDown'; constant HORIZONTAL_KEYS (line 31) | const HORIZONTAL_KEYS = new Set([ARROW_LEFT, ARROW_RIGHT]); constant HORIZONTAL_KEYS_WITH_EXTRA_KEYS (line 32) | const HORIZONTAL_KEYS_WITH_EXTRA_KEYS = new Set([ARROW_LEFT, ARROW_RIGHT... constant VERTICAL_KEYS (line 33) | const VERTICAL_KEYS = new Set([ARROW_UP, ARROW_DOWN]); constant VERTICAL_KEYS_WITH_EXTRA_KEYS (line 34) | const VERTICAL_KEYS_WITH_EXTRA_KEYS = new Set([ARROW_UP, ARROW_DOWN, HOM... constant ARROW_KEYS (line 35) | const ARROW_KEYS = new Set([...HORIZONTAL_KEYS, ...VERTICAL_KEYS]); constant ALL_KEYS (line 36) | const ALL_KEYS = new Set([...ARROW_KEYS, HOME, END]); constant COMPOSITE_KEYS (line 37) | const COMPOSITE_KEYS = new Set([ARROW_UP, ARROW_DOWN, ARROW_LEFT, ARROW_... constant SHIFT (line 39) | const SHIFT = 'Shift' as const; constant CONTROL (line 40) | const CONTROL = 'Control' as const; constant ALT (line 41) | const ALT = 'Alt' as const; constant META (line 42) | const META = 'Meta' as const; constant MODIFIER_KEYS (line 43) | const MODIFIER_KEYS = new Set([SHIFT, CONTROL, ALT, META] as const); type ModifierKey (line 44) | type ModifierKey = typeof MODIFIER_KEYS extends Set ? Keys :... function isInputElement (line 46) | function isInputElement(element: EventTarget): element is HTMLInputEleme... function isNativeInput (line 50) | function isNativeInput( function scrollIntoViewIfNeeded (line 62) | function scrollIntoViewIfNeeded( function getOffset (line 164) | function getOffset(ancestor: HTMLElement, element: HTMLElement, side: 'l... function getStyles (line 180) | function getStyles(element: HTMLElement) { FILE: packages/react/src/composite/constants.ts constant ACTIVE_COMPOSITE_ITEM (line 1) | const ACTIVE_COMPOSITE_ITEM = 'data-composite-item-active'; FILE: packages/react/src/composite/item/CompositeItem.tsx function CompositeItem (line 12) | function CompositeItem>( type CompositeItemState (line 37) | interface CompositeItemState {} type CompositeItemProps (line 39) | interface CompositeItemProps... type State (line 53) | type State = CompositeItemState; type Props (line 54) | type Props> = CompositeItem... FILE: packages/react/src/composite/item/useCompositeItem.ts type UseCompositeItemParameters (line 11) | interface UseCompositeItemParameters extends Pick< function useCompositeItem (line 16) | function useCompositeItem(params: UseCompositeItemParameters = { function CompositeList (line 17) | function CompositeList(props: CompositeList.Props) { function createMap (line 148) | function createMap() { function createListeners (line 152) | function createListeners() { function sortByDocumentPosition (line 156) | function sortByDocumentPosition(a: Element, b: Element) { function disableEslintWarning (line 173) | function disableEslintWarning(_: any) {} type CompositeListState (line 175) | interface CompositeListState {} type CompositeListProps (line 177) | interface CompositeListProps { type State (line 193) | type State = CompositeListState; type Props (line 194) | type Props = CompositeListProps; FILE: packages/react/src/composite/list/CompositeListContext.ts type CompositeListContextValue (line 4) | interface CompositeListContextValue { function useCompositeListContext (line 23) | function useCompositeListContext() { FILE: packages/react/src/composite/list/useCompositeListItem.ts type UseCompositeListItemParameters (line 6) | interface UseCompositeListItemParameters { type UseCompositeListItemReturnValue (line 17) | interface UseCompositeListItemReturnValue { type IndexGuessBehavior (line 22) | enum IndexGuessBehavior { function useCompositeListItem (line 30) | function useCompositeListItem( FILE: packages/react/src/composite/root/CompositeRoot.test.tsx function App (line 14) | function App() { function App (line 104) | function App(props: { items: string[] }) { function App (line 285) | function App() { function App (line 462) | function App() { function App (line 498) | function App() { function App (line 564) | function App() { function App (line 600) | function App() { FILE: packages/react/src/composite/root/CompositeRoot.tsx function CompositeRoot (line 16) | function CompositeRoot... type State (line 140) | type State = CompositeRootState; type Props (line 141) | type Props> = CompositeRoot... FILE: packages/react/src/composite/root/CompositeRootContext.ts type CompositeRootContext (line 4) | interface CompositeRootContext { function useCompositeRootContext (line 23) | function useCompositeRootContext(optional = false) { FILE: packages/react/src/composite/root/useCompositeRoot.ts type UseCompositeRootParameters (line 39) | interface UseCompositeRootParameters { constant EMPTY_ARRAY (line 82) | const EMPTY_ARRAY: never[] = []; function useCompositeRoot (line 84) | function useCompositeRoot(params: UseCompositeRootParameters) { function isModifierKeySet (line 383) | function isModifierKeySet(event: React.KeyboardEvent, ignoredModifierKey... FILE: packages/react/src/context-menu/root/ContextMenuRoot.tsx function ContextMenuRoot (line 16) | function ContextMenuRoot(props: ContextMenuRoot.Props) { type ContextMenuRootState (line 55) | interface ContextMenuRootState {} type ContextMenuRootProps (line 57) | interface ContextMenuRootProps extends Omit< type ContextMenuRootChangeEventReason (line 69) | type ContextMenuRootChangeEventReason = MenuRoot.ChangeEventReason; type ContextMenuRootChangeEventDetails (line 70) | type ContextMenuRootChangeEventDetails = type State (line 74) | type State = ContextMenuRootState; type Props (line 75) | type Props = ContextMenuRootProps; type ChangeEventReason (line 76) | type ChangeEventReason = ContextMenuRootChangeEventReason; type ChangeEventDetails (line 77) | type ChangeEventDetails = ContextMenuRootChangeEventDetails; FILE: packages/react/src/context-menu/root/ContextMenuRootContext.ts type ContextMenuRootContext (line 5) | interface ContextMenuRootContext { function useContextMenuRootContext (line 25) | function useContextMenuRootContext(optional = true) { FILE: packages/react/src/context-menu/trigger/ContextMenuTrigger.test.tsx method render (line 17) | render(node) { FILE: packages/react/src/context-menu/trigger/ContextMenuTrigger.tsx constant LONG_PRESS_DELAY (line 15) | const LONG_PRESS_DELAY = 500; function handleLongPress (line 50) | function handleLongPress(x: number, y: number, event: MouseEvent | Touch... function handleContextMenu (line 74) | function handleContextMenu(event: React.MouseEvent) { function handleTouchStart (line 114) | function handleTouchStart(event: React.TouchEvent) { function handleTouchMove (line 135) | function handleTouchMove(event: React.TouchEvent) { function handleTouchEnd (line 149) | function handleTouchEnd() { function handleDocumentContextMenu (line 155) | function handleDocumentContextMenu(event: MouseEvent) { type ContextMenuTriggerState (line 203) | interface ContextMenuTriggerState { type ContextMenuTriggerProps (line 210) | interface ContextMenuTriggerProps extends BaseUIComponentProps< type State (line 216) | type State = ContextMenuTriggerState; type Props (line 217) | type Props = ContextMenuTriggerProps; FILE: packages/react/src/context-menu/trigger/ContextMenuTriggerDataAttributes.ts type ContextMenuTriggerDataAttributes (line 3) | enum ContextMenuTriggerDataAttributes { FILE: packages/react/src/csp-provider/CSPContext.tsx type CSPContextValue (line 4) | interface CSPContextValue { constant DEFAULT_CSP_CONTEXT_VALUE (line 14) | const DEFAULT_CSP_CONTEXT_VALUE: CSPContextValue = { function useCSPContext (line 21) | function useCSPContext(): CSPContextValue { FILE: packages/react/src/csp-provider/CSPProvider.test.tsx function queryDisableScrollbarStyle (line 7) | function queryDisableScrollbarStyle() { FILE: packages/react/src/csp-provider/CSPProvider.tsx function CSPProvider (line 11) | function CSPProvider(props: CSPProvider.Props) { type CSPProviderState (line 25) | interface CSPProviderState {} type CSPProviderProps (line 27) | interface CSPProviderProps { type State (line 41) | type State = CSPProviderState; type Props (line 42) | type Props = CSPProviderProps; FILE: packages/react/src/dialog/backdrop/DialogBackdrop.test.tsx function App (line 33) | function App() { function App (line 74) | function App() { function App (line 112) | function App() { FILE: packages/react/src/dialog/backdrop/DialogBackdrop.tsx type DialogBackdropProps (line 58) | interface DialogBackdropProps extends BaseUIComponentProps<'div', Dialog... type DialogBackdropState (line 66) | interface DialogBackdropState { type Props (line 78) | type Props = DialogBackdropProps; type State (line 79) | type State = DialogBackdropState; FILE: packages/react/src/dialog/backdrop/DialogBackdropDataAttributes.ts type DialogBackdropDataAttributes (line 3) | enum DialogBackdropDataAttributes { FILE: packages/react/src/dialog/close/DialogClose.tsx function handleClick (line 31) | function handleClick(event: React.MouseEvent) { type DialogCloseProps (line 51) | interface DialogCloseProps type DialogCloseState (line 54) | interface DialogCloseState { type Props (line 62) | type Props = DialogCloseProps; type State (line 63) | type State = DialogCloseState; FILE: packages/react/src/dialog/close/DialogCloseDataAttributes.ts type DialogCloseDataAttributes (line 1) | enum DialogCloseDataAttributes { FILE: packages/react/src/dialog/description/DialogDescription.tsx type DialogDescriptionProps (line 31) | interface DialogDescriptionProps extends BaseUIComponentProps<'p', Dialo... type DialogDescriptionState (line 33) | interface DialogDescriptionState {} type Props (line 36) | type Props = DialogDescriptionProps; type State (line 37) | type State = DialogDescriptionState; FILE: packages/react/src/dialog/popup/DialogPopup.test.tsx function TestComponent (line 78) | function TestComponent() { function TestComponent (line 113) | function TestComponent() { function TestComponent (line 151) | function TestComponent() { function TestComponent (line 193) | function TestComponent() { function TestComponent (line 217) | function TestComponent() { function TestComponent (line 240) | function TestComponent() { function TestComponent (line 265) | function TestComponent() { function TestComponent (line 342) | function TestComponent() { function TestComponent (line 379) | function TestComponent() { function TestComponent (line 407) | function TestComponent() { function TestComponent (line 433) | function TestComponent() { function TestComponent (line 459) | function TestComponent() { function TestComponent (line 505) | function TestComponent() { function TestComponent (line 541) | function TestComponent() { function TestComponent (line 577) | function TestComponent() { function App (line 667) | function App() { function App (line 720) | function App() { FILE: packages/react/src/dialog/popup/DialogPopup.tsx method nestedDialogOpen (line 21) | nestedDialogOpen(value) { method onComplete (line 59) | onComplete() { function defaultInitialFocus (line 69) | function defaultInitialFocus(interactionType: InteractionType) { method onKeyDown (line 97) | onKeyDown(event: React.KeyboardEvent) { type DialogPopupProps (line 128) | interface DialogPopupProps extends BaseUIComponentProps<'div', DialogPop... type DialogPopupState (line 159) | interface DialogPopupState { type Props (line 179) | type Props = DialogPopupProps; type State (line 180) | type State = DialogPopupState; FILE: packages/react/src/dialog/popup/DialogPopupCssVars.ts type DialogPopupCssVars (line 1) | enum DialogPopupCssVars { FILE: packages/react/src/dialog/popup/DialogPopupDataAttributes.ts type DialogPopupDataAttributes (line 3) | enum DialogPopupDataAttributes { FILE: packages/react/src/dialog/portal/DialogPortal.test.tsx method render (line 12) | render(node) { function createLazyComponent (line 20) | function createLazyComponent() { FILE: packages/react/src/dialog/portal/DialogPortal.tsx type DialogPortalState (line 44) | interface DialogPortalState {} type DialogPortalProps (line 46) | interface DialogPortalProps extends FloatingPortal.Props number) | undefined }; function Triggers (line 378) | function Triggers() { function App (line 399) | function App() { FILE: packages/react/src/dialog/root/DialogRoot.test.tsx function TransitionTest (line 444) | function TransitionTest(props: { open: boolean }) { function App (line 524) | function App() { function App (line 567) | function App() { function Test (line 836) | function Test() { function Test (line 920) | function Test() { function Test (line 948) | function Test() { function Test (line 1000) | function Test() { function Test (line 1028) | function Test() { function Test (line 1076) | function Test() { function Test (line 1147) | function Test() { type TestDialogProps (line 1269) | type TestDialogProps = { function ContainedTriggerDialog (line 1279) | function ContainedTriggerDialog(props: TestDialogProps) { function DetachedTriggerDialog (line 1331) | function DetachedTriggerDialog(props: Omit(props: DialogRoot.Props) { type DialogRootState (line 88) | interface DialogRootState {} type DialogRootProps (line 90) | interface DialogRootProps { type DialogRootActions (line 158) | interface DialogRootActions { type DialogRootChangeEventReason (line 163) | type DialogRootChangeEventReason = type DialogRootChangeEventDetails (line 172) | type DialogRootChangeEventDetails = type State (line 178) | type State = DialogRootState; type Props (line 179) | type Props = DialogRootProps; type Actions (line 180) | type Actions = DialogRootActions; type ChangeEventReason (line 181) | type ChangeEventReason = DialogRootChangeEventReason; type ChangeEventDetails (line 182) | type ChangeEventDetails = DialogRootChangeEventDetails; FILE: packages/react/src/dialog/root/DialogRootContext.ts type DialogRootContext (line 5) | interface DialogRootContext { function useDialogRootContext (line 13) | function useDialogRootContext(optional?: boolean) { FILE: packages/react/src/dialog/root/useDialogRoot.ts function useDialogRoot (line 19) | function useDialogRoot(params: UseDialogRootParameters): UseDialogRootRe... type UseDialogRootSharedParameters (line 161) | interface UseDialogRootSharedParameters {} type UseDialogRootParameters (line 163) | interface UseDialogRootParameters { type UseDialogRootReturnValue (line 171) | type UseDialogRootReturnValue = void; type UseDialogRootState (line 173) | interface UseDialogRootState {} FILE: packages/react/src/dialog/store/DialogHandle.ts class DialogHandle (line 8) | class DialogHandle { method constructor (line 15) | constructor(store?: DialogStore) { method open (line 27) | open(triggerId: string | null) { method openWithPayload (line 52) | openWithPayload(payload: Payload) { method close (line 63) | close() { method isOpen (line 73) | get isOpen() { function createDialogHandle (line 81) | function createDialogHandle(): DialogHandle { FILE: packages/react/src/dialog/store/DialogStore.ts type State (line 14) | type State = PopupStoreState & { type Context (line 26) | type Context = PopupStoreContext & { class DialogStore (line 48) | class DialogStore extends ReactStore< method constructor (line 53) | constructor(initialState?: Partial>) { function createInitialState (line 114) | function createInitialState(initialState: Partial type DialogTriggerState (line 112) | interface DialogTriggerState { type Props (line 124) | type Props = DialogTriggerProps; type State (line 125) | type State = DialogTriggerState; FILE: packages/react/src/dialog/trigger/DialogTriggerDataAttributes.ts type DialogTriggerDataAttributes (line 3) | enum DialogTriggerDataAttributes { FILE: packages/react/src/dialog/viewport/DialogViewport.test.tsx function App (line 25) | function App() { FILE: packages/react/src/dialog/viewport/DialogViewport.tsx method nested (line 16) | nested(value) { method nestedDialogOpen (line 19) | nestedDialogOpen(value) { type DialogViewportState (line 75) | interface DialogViewportState { type DialogViewportProps (line 94) | interface DialogViewportProps extends BaseUIComponentProps<'div', Dialog... type State (line 97) | type State = DialogViewportState; type Props (line 98) | type Props = DialogViewportProps; FILE: packages/react/src/dialog/viewport/DialogViewportDataAttributes.ts type DialogViewportDataAttributes (line 3) | enum DialogViewportDataAttributes { FILE: packages/react/src/direction-provider/DirectionContext.tsx type TextDirection (line 4) | type TextDirection = 'ltr' | 'rtl'; type DirectionContext (line 6) | type DirectionContext = { function useDirection (line 15) | function useDirection() { FILE: packages/react/src/direction-provider/DirectionProvider.tsx type DirectionProviderState (line 20) | interface DirectionProviderState {} type DirectionProviderProps (line 22) | interface DirectionProviderProps { type State (line 32) | type State = DirectionProviderState; type Props (line 33) | type Props = DirectionProviderProps; FILE: packages/react/src/drawer/backdrop/DrawerBackdrop.tsx type DrawerBackdropProps (line 63) | interface DrawerBackdropProps extends BaseUIComponentProps<'div', Drawer... type DrawerBackdropState (line 71) | interface DrawerBackdropState { type Props (line 83) | type Props = DrawerBackdropProps; type State (line 84) | type State = DrawerBackdropState; FILE: packages/react/src/drawer/backdrop/DrawerBackdropCssVars.ts type DrawerBackdropCssVars (line 1) | enum DrawerBackdropCssVars { FILE: packages/react/src/drawer/backdrop/DrawerBackdropDataAttributes.ts type DrawerBackdropDataAttributes (line 3) | enum DrawerBackdropDataAttributes { FILE: packages/react/src/drawer/close/DrawerClose.tsx type DrawerCloseProps (line 14) | interface DrawerCloseProps type DrawerCloseState (line 17) | interface DrawerCloseState { type DrawerClose (line 24) | interface DrawerClose { type Props (line 29) | type Props = DrawerCloseProps; type State (line 30) | type State = DrawerCloseState; FILE: packages/react/src/drawer/content/DrawerContent.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/drawer/content/DrawerContent.tsx type DrawerContentProps (line 28) | interface DrawerContentProps extends BaseUIComponentProps<'div', DrawerC... type DrawerContentState (line 29) | interface DrawerContentState {} type Props (line 32) | type Props = DrawerContentProps; type State (line 33) | type State = DrawerContentState; FILE: packages/react/src/drawer/content/DrawerContentDataAttributes.ts constant DRAWER_CONTENT_ATTRIBUTE (line 1) | const DRAWER_CONTENT_ATTRIBUTE = 'data-drawer-content'; FILE: packages/react/src/drawer/description/DrawerDescription.tsx type DrawerDescriptionProps (line 14) | interface DrawerDescriptionProps extends BaseUIComponentProps<'p', Drawe... type DrawerDescriptionState (line 16) | interface DrawerDescriptionState {} type DrawerDescription (line 18) | interface DrawerDescription { type Props (line 23) | type Props = DrawerDescriptionProps; type State (line 24) | type State = DrawerDescriptionState; FILE: packages/react/src/drawer/indent-background/DrawerIndentBackground.test.tsx type TestCaseProps (line 6) | interface TestCaseProps { function TestCase (line 10) | function TestCase(props: TestCaseProps) { FILE: packages/react/src/drawer/indent-background/DrawerIndentBackground.tsx method active (line 9) | active(value): Record | null { type DrawerIndentBackgroundState (line 44) | interface DrawerIndentBackgroundState { type DrawerIndentBackgroundProps (line 51) | interface DrawerIndentBackgroundProps extends BaseUIComponentProps< type State (line 57) | type State = DrawerIndentBackgroundState; type Props (line 58) | type Props = DrawerIndentBackgroundProps; FILE: packages/react/src/drawer/indent/DrawerIndent.test.tsx type TestCaseProps (line 6) | interface TestCaseProps { function TestCase (line 10) | function TestCase(props: TestCaseProps) { FILE: packages/react/src/drawer/indent/DrawerIndent.tsx method active (line 12) | active(value): Record | null { type DrawerIndentState (line 90) | interface DrawerIndentState { type DrawerIndentProps (line 97) | interface DrawerIndentProps extends BaseUIComponentProps<'div', DrawerIn... type State (line 100) | type State = DrawerIndentState; type Props (line 101) | type Props = DrawerIndentProps; FILE: packages/react/src/drawer/popup/DrawerPopup.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/drawer/popup/DrawerPopup.tsx function removeCSSVariableInheritance (line 35) | function removeCSSVariableInheritance() { method expanded (line 91) | expanded(value) { method nestedDrawerOpen (line 94) | nestedDrawerOpen(value) { method nestedDrawerSwiping (line 97) | nestedDrawerSwiping(value) { method swipeDirection (line 100) | swipeDirection(value) { method swiping (line 103) | swiping(value) { method onComplete (line 280) | onComplete() { method onKeyDown (line 349) | onKeyDown(event: React.KeyboardEvent) { type DrawerPopupProps (line 392) | interface DrawerPopupProps extends BaseUIComponentProps<'div', DrawerPop... type DrawerPopupState (line 423) | interface DrawerPopupState { type Props (line 459) | type Props = DrawerPopupProps; type State (line 460) | type State = DrawerPopupState; FILE: packages/react/src/drawer/popup/DrawerPopupCssVars.ts type DrawerPopupCssVars (line 1) | enum DrawerPopupCssVars { FILE: packages/react/src/drawer/popup/DrawerPopupDataAttributes.ts type DrawerPopupDataAttributes (line 3) | enum DrawerPopupDataAttributes { FILE: packages/react/src/drawer/portal/DrawerPortal.tsx type DrawerPortalState (line 15) | interface DrawerPortalState {} type DrawerPortalProps (line 17) | interface DrawerPortalProps extends FloatingPortal.Props void; function createVisualStateStore (line 82) | function createVisualStateStore(): DrawerVisualStateStore { FILE: packages/react/src/drawer/provider/DrawerProviderContext.ts type DrawerProviderContext (line 4) | interface DrawerProviderContext { type DrawerVisualState (line 15) | interface DrawerVisualState { type DrawerVisualStateStore (line 20) | interface DrawerVisualStateStore { function useDrawerProviderContext (line 28) | function useDrawerProviderContext(optional?: boolean) { FILE: packages/react/src/drawer/root/DrawerRoot.spec.tsx type DrawerChangeHandler (line 6) | type DrawerChangeHandler = NonNullable; type DrawerChangeDetails (line 7) | type DrawerChangeDetails = Parameters[1]; type DrawerSwipeEvent (line 8) | type DrawerSwipeEvent = Extract v... function simulateTimedRightSwipe (line 37) | async function simulateTimedRightSwipe( function simulateTimedDownSwipe (line 146) | async function simulateTimedDownSwipe( type TimedSwipeStep (line 295) | type TimedSwipeStep = { function simulateTimedSwipe (line 302) | async function simulateTimedSwipe(element: HTMLElement, steps: TimedSwip... function mockResizeObserver (line 354) | function mockResizeObserver() { function setupSwipeTestEnv (line 374) | function setupSwipeTestEnv() { function SnapPointResetCase (line 389) | function SnapPointResetCase() { function ActiveSnapPointDisplay (line 417) | function ActiveSnapPointDisplay() { function DefaultSnapPointResetCase (line 422) | function DefaultSnapPointResetCase() { function SnapPointChangeDetailsCase (line 446) | function SnapPointChangeDetailsCase({ function CanceledCloseSnapPointResetCase (line 481) | function CanceledCloseSnapPointResetCase() { function ControlledAlwaysOpenCase (line 515) | function ControlledAlwaysOpenCase({ function ControlledSwipeCloseSnapPointCase (line 534) | function ControlledSwipeCloseSnapPointCase() { function CanceledSwipeCloseCase (line 565) | function CanceledSwipeCloseCase() { function CanceledSwipeCloseSnapPointCase (line 593) | function CanceledSwipeCloseSnapPointCase() { function SnapPointSwipeCase (line 629) | function SnapPointSwipeCase({ onOpenChange }: { onOpenChange: (open: boo... function SnapPointSequentialSkipCase (line 660) | function SnapPointSequentialSkipCase() { class CloseWatcherStub (line 1105) | class CloseWatcherStub extends EventTarget { method constructor (line 1112) | constructor() { FILE: packages/react/src/drawer/root/DrawerRoot.tsx function DrawerRoot (line 32) | function DrawerRoot(props: DrawerRoot.Props) { type DrawerRootState (line 253) | interface DrawerRootState {} type DrawerRootProps (line 255) | interface DrawerRootProps { type DrawerRootActions (line 353) | interface DrawerRootActions { type DrawerRootChangeEventReason (line 358) | type DrawerRootChangeEventReason = type DrawerRootChangeEventDetails (line 369) | type DrawerRootChangeEventDetails = type DrawerRootSnapPointChangeEventReason (line 374) | type DrawerRootSnapPointChangeEventReason = DrawerRootChangeEventReason; type DrawerRootSnapPointChangeEventDetails (line 376) | type DrawerRootSnapPointChangeEventDetails = type State (line 380) | type State = DrawerRootState; type Props (line 381) | type Props = DrawerRootProps; type Actions (line 382) | type Actions = DrawerRootActions; type ChangeEventReason (line 383) | type ChangeEventReason = DrawerRootChangeEventReason; type ChangeEventDetails (line 384) | type ChangeEventDetails = DrawerRootChangeEventDetails; type SnapPointChangeEventReason (line 385) | type SnapPointChangeEventReason = DrawerRootSnapPointChangeEventReason; type SnapPointChangeEventDetails (line 386) | type SnapPointChangeEventDetails = DrawerRootSnapPointChangeEventDetails; type SnapPoint (line 387) | type SnapPoint = DrawerSnapPoint; type NestedSwipeProgressStore (line 390) | interface NestedSwipeProgressStore extends DrawerNestedSwipeProgressStore { function createNestedSwipeProgressStore (line 394) | function createNestedSwipeProgressStore(): NestedSwipeProgressStore { function DrawerProviderReporter (line 420) | function DrawerProviderReporter() { FILE: packages/react/src/drawer/root/DrawerRootContext.ts type DrawerSwipeDirection (line 6) | type DrawerSwipeDirection = SwipeDirection; type DrawerSnapPoint (line 7) | type DrawerSnapPoint = number | string; type DrawerNestedSwipeProgressStore (line 9) | interface DrawerNestedSwipeProgressStore { type DrawerRootContext (line 14) | interface DrawerRootContext { function useDrawerRootContext (line 101) | function useDrawerRootContext(optional?: boolean) { FILE: packages/react/src/drawer/root/useDrawerSnapPoints.ts type ResolvedDrawerSnapPoint (line 11) | interface ResolvedDrawerSnapPoint { function resolveSnapPointValue (line 17) | function resolveSnapPointValue( function findClosestSnapPoint (line 53) | function findClosestSnapPoint( function useDrawerSnapPoints (line 71) | function useDrawerSnapPoints() { FILE: packages/react/src/drawer/swipe-area/DrawerSwipeArea.test.tsx type Point (line 6) | type Point = { type SwipeInput (line 11) | type SwipeInput = 'pointer' | 'touch'; type SwipeOptions (line 13) | type SwipeOptions = { function createTouch (line 20) | function createTouch(target: EventTarget, point: { clientX: number; clie... function swipe (line 32) | async function swipe(element: HTMLElement, start: Point, end: Point, opt... function wait (line 155) | function wait(ms: number) { function nextMacrotask (line 161) | function nextMacrotask() { function swipeUp (line 165) | async function swipeUp(element: HTMLElement, startY: number, endY: numbe... function swipeLeft (line 169) | async function swipeLeft( method render (line 189) | render(node) { method beforeRelease (line 304) | beforeRelease() { method beforeRelease (line 359) | async beforeRelease() { FILE: packages/react/src/drawer/swipe-area/DrawerSwipeArea.tsx constant DEFAULT_SWIPE_OPEN_RATIO (line 26) | const DEFAULT_SWIPE_OPEN_RATIO = 0.5; constant MIN_SWIPE_START_DISTANCE (line 27) | const MIN_SWIPE_START_DISTANCE = 1; constant VELOCITY_THRESHOLD (line 28) | const VELOCITY_THRESHOLD = 0.1; constant FALLBACK_SWIPE_OPEN_THRESHOLD (line 29) | const FALLBACK_SWIPE_OPEN_THRESHOLD = 40; constant SWIPE_AREA_OPEN_HOOK (line 31) | const SWIPE_AREA_OPEN_HOOK: Record = { constant SWIPE_AREA_CLOSED_HOOK (line 35) | const SWIPE_AREA_CLOSED_HOOK: Record = { constant SWIPE_AREA_SWIPING_HOOK (line 39) | const SWIPE_AREA_SWIPING_HOOK: Record = { constant SWIPE_AREA_DISABLED_HOOK (line 43) | const SWIPE_AREA_DISABLED_HOOK: Record = { method open (line 48) | open(value) { method swiping (line 51) | swiping(value) { method swipeDirection (line 54) | swipeDirection(value) { method disabled (line 57) | disabled(value) { function resolveTouchAction (line 69) | function resolveTouchAction(direction: DrawerSwipeDirection) { function disableDismissForSwipe (line 120) | function disableDismissForSwipe() { function enableDismissAfterRelease (line 125) | function enableDismissAfterRelease() { function resolvePopupSize (line 133) | function resolvePopupSize() { function resolveClosedOffset (line 148) | function resolveClosedOffset() { function resolveSwipeOpenThreshold (line 169) | function resolveSwipeOpenThreshold() { function applySwipeMovement (line 178) | function applySwipeMovement() { function openDrawer (line 267) | function openDrawer(event?: PointerEvent | TouchEvent) { function closeDrawer (line 278) | function closeDrawer(event?: PointerEvent | TouchEvent) { method onSwipeStart (line 297) | onSwipeStart(event) { method onProgress (line 304) | onProgress(_progress, details) { method onRelease (line 332) | onRelease({ event, direction, deltaX, deltaY, releaseVelocityX, releaseV... method onPointerDown (line 410) | onPointerDown(event: React.PointerEvent) { method onPointerMove (line 420) | onPointerMove(event: React.PointerEvent) { method onPointerUp (line 426) | onPointerUp(event: React.PointerEvent) { method onPointerCancel (line 432) | onPointerCancel(event: React.PointerEvent) { type DrawerSwipeAreaProps (line 446) | interface DrawerSwipeAreaProps extends BaseUIComponentProps<'div', Drawe... type DrawerSwipeAreaState (line 459) | interface DrawerSwipeAreaState { type Props (line 479) | type Props = DrawerSwipeAreaProps; type State (line 480) | type State = DrawerSwipeAreaState; FILE: packages/react/src/drawer/swipe-area/DrawerSwipeAreaDataAttributes.ts type DrawerSwipeAreaDataAttributes (line 3) | enum DrawerSwipeAreaDataAttributes { FILE: packages/react/src/drawer/title/DrawerTitle.tsx type DrawerTitleProps (line 14) | interface DrawerTitleProps extends BaseUIComponentProps<'h2', DrawerTitl... type DrawerTitleState (line 16) | interface DrawerTitleState {} type DrawerTitle (line 18) | interface DrawerTitle { type Props (line 23) | type Props = DrawerTitleProps; type State (line 24) | type State = DrawerTitleState; FILE: packages/react/src/drawer/trigger/DrawerTrigger.tsx type DrawerTrigger (line 15) | interface DrawerTrigger { type DrawerTriggerProps (line 21) | interface DrawerTriggerProps type DrawerTriggerState (line 39) | interface DrawerTriggerState { type Props (line 51) | type Props = DrawerTriggerProps; type State (line 52) | type State = DrawerTriggerState; FILE: packages/react/src/drawer/viewport/DrawerViewport.test.tsx function createTouch (line 18) | function createTouch(target: EventTarget, point: { clientX: number; clie... function createNativeTouchMove (line 30) | function createNativeTouchMove(target: EventTarget, point: { clientX: nu... function PortaledPopup (line 301) | function PortaledPopup() { FILE: packages/react/src/drawer/viewport/DrawerViewport.tsx constant MIN_SWIPE_THRESHOLD (line 35) | const MIN_SWIPE_THRESHOLD = 10; constant FAST_SWIPE_VELOCITY (line 36) | const FAST_SWIPE_VELOCITY = 0.5; constant SNAP_VELOCITY_THRESHOLD (line 37) | const SNAP_VELOCITY_THRESHOLD = 0.5; constant SNAP_VELOCITY_MULTIPLIER (line 38) | const SNAP_VELOCITY_MULTIPLIER = 300; constant MAX_SNAP_VELOCITY (line 39) | const MAX_SNAP_VELOCITY = 4; constant MIN_SWIPE_RELEASE_VELOCITY (line 40) | const MIN_SWIPE_RELEASE_VELOCITY = 0.2; constant MAX_SWIPE_RELEASE_VELOCITY (line 41) | const MAX_SWIPE_RELEASE_VELOCITY = 4; constant MIN_SWIPE_RELEASE_DURATION_MS (line 42) | const MIN_SWIPE_RELEASE_DURATION_MS = 80; constant MAX_SWIPE_RELEASE_DURATION_MS (line 43) | const MAX_SWIPE_RELEASE_DURATION_MS = 360; constant MIN_SWIPE_RELEASE_SCALAR (line 44) | const MIN_SWIPE_RELEASE_SCALAR = 0.1; constant MAX_SWIPE_RELEASE_SCALAR (line 45) | const MAX_SWIPE_RELEASE_SCALAR = 1; constant DRAWER_CONTENT_SELECTOR (line 46) | const DRAWER_CONTENT_SELECTOR = `[${DRAWER_CONTENT_ATTRIBUTE}]`; type TouchScrollState (line 48) | interface TouchScrollState { function resolveSwipeRelease (line 229) | function resolveSwipeRelease({ function updateNestedSwipeActive (line 325) | function updateNestedSwipeActive(details?: UseSwipeDismissProgressDetail... method onSwipeStart (line 350) | onSwipeStart(event) { method onSwipingChange (line 379) | onSwipingChange(swiping) { method swipeThreshold (line 387) | swipeThreshold({ element, direction }) { method canStart (line 390) | canStart(position, details) { method onProgress (line 416) | onProgress(progress, details) { method onRelease (line 461) | onRelease({ method onDismiss (line 703) | onDismiss(event) { function handleNativeTouchMove (line 780) | function handleNativeTouchMove(event: TouchEvent) { method setSwipeDismissed (line 940) | setSwipeDismissed(dismissed: boolean) { function resetTouchTrackingState (line 951) | function resetTouchTrackingState() { method onPointerDown (line 964) | onPointerDown(event) { method onPointerMove (line 984) | onPointerMove(event) { method onPointerUp (line 991) | onPointerUp(event) { method onPointerCancel (line 1002) | onPointerCancel(event) { method onTouchStart (line 1013) | onTouchStart(event) { method onTouchMove (line 1083) | onTouchMove(event) { method onTouchEnd (line 1106) | onTouchEnd(event) { method onTouchCancel (line 1110) | onTouchCancel(event) { type DrawerViewportState (line 1126) | interface DrawerViewportState { type DrawerViewportProps (line 1145) | interface DrawerViewportProps extends BaseUIComponentProps<'div', Drawer... type Props (line 1148) | type Props = DrawerViewportProps; type State (line 1149) | type State = DrawerViewportState; function setSwipeDismissedElements (line 1152) | function setSwipeDismissedElements( function setBackdropSwipingAttribute (line 1167) | function setBackdropSwipingAttribute(backdropElement: HTMLElement | null... function isSwipeIgnoredTarget (line 1180) | function isSwipeIgnoredTarget(target: Element | null): boolean { function isDrawerContentTarget (line 1184) | function isDrawerContentTarget(target: Element | null): boolean { function getBaseSwipeThreshold (line 1188) | function getBaseSwipeThreshold(element: HTMLElement, direction: SwipeDir... function isRangeInput (line 1194) | function isRangeInput( function isTextSelectionControl (line 1201) | function isTextSelectionControl( function hasExpandedSelectionWithinTarget (line 1211) | function hasExpandedSelectionWithinTarget(selection: Selection, target: ... function shouldIgnoreSwipeForTextSelection (line 1226) | function shouldIgnoreSwipeForTextSelection(doc: Document, rootElement: H... function isEventOnRangeInput (line 1245) | function isEventOnRangeInput(event: TouchEvent, win: ReturnType)... function updateTouchScrollPosition (line 1258) | function updateTouchScrollPosition(touchState: TouchScrollState, touch: ... function preserveNativeCrossAxisScrollOnMove (line 1263) | function preserveNativeCrossAxisScrollOnMove( function hasScrollableContentOnAxis (line 1293) | function hasScrollableContentOnAxis(scrollTarget: HTMLElement, axis: Scr... function getScrollMetrics (line 1299) | function getScrollMetrics(scrollTarget: HTMLElement, axis: ScrollAxis) { function isAtSwipeStartEdge (line 1309) | function isAtSwipeStartEdge( function canSwipeFromScrollEdgeOnMove (line 1323) | function canSwipeFromScrollEdgeOnMove( function shouldDismissFromStartEdge (line 1343) | function shouldDismissFromStartEdge(direction: SwipeDirection, axis: Scr... FILE: packages/react/src/drawer/viewport/DrawerViewportContext.tsx type DrawerViewportContextValue (line 4) | interface DrawerViewportContextValue { function useDrawerViewportContext (line 15) | function useDrawerViewportContext(optional?: boolean) { FILE: packages/react/src/drawer/viewport/DrawerViewportDataAttributes.ts type DrawerViewportDataAttributes (line 3) | enum DrawerViewportDataAttributes { FILE: packages/react/src/field/control/FieldControl.spec.tsx function App (line 4) | function App() { FILE: packages/react/src/field/control/FieldControl.test.tsx method render (line 12) | render(node) { function RenderCountedControl (line 20) | function RenderCountedControl() { function App (line 49) | function App() { FILE: packages/react/src/field/control/FieldControl.tsx method onChange (line 119) | onChange(event) { method onFocus (line 125) | onFocus() { method onBlur (line 128) | onBlur(event) { method onKeyDown (line 136) | onKeyDown(event) { type FieldControlState (line 152) | interface FieldControlState extends FieldRootState {} type FieldControlProps (line 154) | interface FieldControlProps extends BaseUIComponentProps<'input', FieldC... type FieldControlChangeEventReason (line 164) | type FieldControlChangeEventReason = typeof REASONS.none; type FieldControlChangeEventDetails (line 166) | type FieldControlChangeEventDetails = type State (line 170) | type State = FieldControlState; type Props (line 171) | type Props = FieldControlProps; type ChangeEventReason (line 172) | type ChangeEventReason = FieldControlChangeEventReason; type ChangeEventDetails (line 173) | type ChangeEventDetails = FieldControlChangeEventDetails; FILE: packages/react/src/field/control/FieldControlDataAttributes.ts type FieldControlDataAttributes (line 1) | enum FieldControlDataAttributes { FILE: packages/react/src/field/description/FieldDescription.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/field/description/FieldDescription.tsx type FieldDescriptionState (line 51) | interface FieldDescriptionState extends FieldRootState {} type FieldDescriptionProps (line 53) | interface FieldDescriptionProps extends BaseUIComponentProps<'p', FieldD... type State (line 56) | type State = FieldDescriptionState; type Props (line 57) | type Props = FieldDescriptionProps; FILE: packages/react/src/field/description/FieldDescriptionDataAttributes.ts type FieldDescriptionDataAttributes (line 1) | enum FieldDescriptionDataAttributes { FILE: packages/react/src/field/error/FieldError.test.tsx method render (line 13) | render(node) { function notifyTransitionFinished (line 127) | function notifyTransitionFinished() { function Test (line 142) | function Test() { function Test (line 196) | function Test() { FILE: packages/react/src/field/error/FieldError.tsx method onComplete (line 97) | onComplete() { type FieldErrorState (line 130) | interface FieldErrorState extends FieldRootState { type FieldErrorProps (line 137) | interface FieldErrorProps extends BaseUIComponentProps<'div', FieldError... type State (line 148) | type State = FieldErrorState; type Props (line 149) | type Props = FieldErrorProps; FILE: packages/react/src/field/error/FieldErrorDataAttributes.ts type FieldErrorDataAttributes (line 3) | enum FieldErrorDataAttributes { FILE: packages/react/src/field/item/FieldItem.test.tsx method render (line 16) | render(node) { FILE: packages/react/src/field/item/FieldItem.tsx type FieldItemState (line 52) | interface FieldItemState extends FieldRootState {} type FieldItemProps (line 54) | interface FieldItemProps extends BaseUIComponentProps<'div', FieldItemSt... type State (line 64) | type State = FieldItemState; type Props (line 65) | type Props = FieldItemProps; FILE: packages/react/src/field/item/FieldItemContext.ts type FieldItemContext (line 4) | interface FieldItemContext { function useFieldItemContext (line 10) | function useFieldItemContext() { FILE: packages/react/src/field/label/FieldLabel.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/field/label/FieldLabel.tsx type FieldLabelState (line 74) | interface FieldLabelState extends FieldRootState {} type FieldLabelProps (line 76) | interface FieldLabelProps extends BaseUIComponentProps<'label', FieldLab... type State (line 88) | type State = FieldLabelState; type Props (line 89) | type Props = FieldLabelProps; FILE: packages/react/src/field/label/FieldLabelDataAttributes.ts type FieldLabelDataAttributes (line 1) | enum FieldLabelDataAttributes { FILE: packages/react/src/field/root/FieldRoot.test.tsx function TestCase (line 34) | function TestCase() { function TestCase (line 84) | function TestCase() { function TestCase (line 114) | function TestCase() { function TestCase (line 167) | function TestCase() { function TestCase (line 219) | function TestCase() { type ActivityProps (line 269) | type ActivityProps = { function TestCase (line 277) | function TestCase() { function App (line 510) | function App() { function App (line 1078) | function App() { function App (line 1227) | function App() { FILE: packages/react/src/field/root/FieldRoot.tsx type FieldValidityData (line 196) | interface FieldValidityData { type FieldRootActions (line 216) | interface FieldRootActions { type FieldRootState (line 220) | interface FieldRootState { type FieldRootProps (line 247) | interface FieldRootProps extends BaseUIComponentProps<'div', FieldRootSt... type State (line 311) | type State = FieldRootState; type Props (line 312) | type Props = FieldRootProps; type Actions (line 313) | type Actions = FieldRootActions; FILE: packages/react/src/field/root/FieldRootContext.ts type FieldRootContext (line 15) | interface FieldRootContext { function useFieldRootContext (line 75) | function useFieldRootContext(optional = true) { FILE: packages/react/src/field/root/FieldRootDataAttributes.ts type FieldRootDataAttributes (line 1) | enum FieldRootDataAttributes { FILE: packages/react/src/field/root/useFieldValidation.ts function isOnlyValueMissing (line 17) | function isOnlyValueMissing(state: Record ... function useFieldValidation (line 39) | function useFieldValidation( type UseFieldValidationParameters (line 308) | interface UseFieldValidationParameters { type UseFieldValidationReturnValue (line 323) | interface UseFieldValidationReturnValue { FILE: packages/react/src/field/useField.ts function useField (line 9) | function useField(params: UseFieldParameters) { type UseFieldParameters (line 82) | interface UseFieldParameters { FILE: packages/react/src/field/utils/constants.ts constant DEFAULT_VALIDITY_STATE (line 4) | const DEFAULT_VALIDITY_STATE = { constant DEFAULT_FIELD_STATE_ATTRIBUTES (line 18) | const DEFAULT_FIELD_STATE_ATTRIBUTES: Pick< constant DEFAULT_FIELD_ROOT_STATE (line 29) | const DEFAULT_FIELD_ROOT_STATE: FieldRootState = { method valid (line 35) | valid(value: boolean | null): Record | null { FILE: packages/react/src/field/utils/getCombinedFieldValidityData.ts function getCombinedFieldValidityData (line 7) | function getCombinedFieldValidityData( FILE: packages/react/src/field/validity/FieldValidity.tsx type FieldValidityState (line 36) | interface FieldValidityState extends Omit { type FieldValidityProps (line 47) | interface FieldValidityProps { type State (line 63) | type State = FieldValidityState; type Props (line 64) | type Props = FieldValidityProps; FILE: packages/react/src/fieldset/legend/FieldsetLegend.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/fieldset/legend/FieldsetLegend.tsx type FieldsetLegendState (line 45) | interface FieldsetLegendState { type FieldsetLegendProps (line 52) | interface FieldsetLegendProps extends BaseUIComponentProps<'div', Fields... type State (line 55) | type State = FieldsetLegendState; type Props (line 56) | type Props = FieldsetLegendProps; FILE: packages/react/src/fieldset/root/FieldsetRoot.tsx type FieldsetRootState (line 49) | interface FieldsetRootState { type FieldsetRootProps (line 55) | interface FieldsetRootProps extends BaseUIComponentProps<'fieldset', Fie... type State (line 58) | type State = FieldsetRootState; type Props (line 59) | type Props = FieldsetRootProps; FILE: packages/react/src/fieldset/root/FieldsetRootContext.ts type FieldsetRootContext (line 4) | interface FieldsetRootContext { function useFieldsetRootContext (line 18) | function useFieldsetRootContext(optional = false) { FILE: packages/react/src/floating-ui-react/components/FloatingDelayGroup.test.tsx type Props (line 16) | interface Props { function Tooltip (line 21) | function Tooltip({ children, label }: Props) { function App (line 70) | function App() { function App (line 142) | function App() { function App (line 209) | function App() { FILE: packages/react/src/floating-ui-react/components/FloatingDelayGroup.tsx type ContextValue (line 14) | interface ContextValue { type FloatingDelayGroupProps (line 37) | interface FloatingDelayGroupProps { function FloatingDelayGroup (line 62) | function FloatingDelayGroup(props: FloatingDelayGroupProps): React.JSX.E... type UseDelayGroupOptions (line 91) | interface UseDelayGroupOptions { type UseDelayGroupReturn (line 98) | interface UseDelayGroupReturn { function useDelayGroup (line 119) | function useDelayGroup( FILE: packages/react/src/floating-ui-react/components/FloatingFocusManager.test.tsx function isFocused (line 40) | function isFocused(element: Element): boolean { function App (line 78) | function App( type DialogProps (line 120) | interface DialogProps { function Dialog (line 126) | function Dialog({ render, open: passedOpen = false, children }: DialogPr... function Test (line 227) | function Test() { function App (line 316) | function App() { function App (line 370) | function App() { function App (line 426) | function App() { method value (line 472) | value(options: any) { function App (line 479) | function App() { function App (line 522) | function App() { function App (line 565) | function App({ iframe }: { iframe: HTMLElement }) { function Popover (line 585) | function Popover({ function IframeApp (line 622) | function IframeApp() { function App (line 763) | function App() { function App (line 801) | function App() { type Props (line 826) | interface Props { function App (line 927) | function App() { function App (line 975) | function App() { function App (line 1019) | function App() { function App (line 1070) | function App() { function App (line 1129) | function App() { function App (line 1168) | function App() { function App (line 1202) | function App() { function App (line 1260) | function App() { function App (line 1299) | function App() { function App (line 1342) | function App() { function App (line 1428) | function App({ restoreFocus = true }: { restoreFocus?: boolean }) { function App (line 1508) | function App() { function App (line 1555) | function App() { function Drawer (line 1603) | function Drawer({ function Parent (line 1623) | function Parent() { function App (line 1671) | function App() { function App (line 1711) | function App() { function App (line 1753) | function App() { function App (line 1810) | function App() { function App (line 1851) | function App() { function App (line 1886) | function App() { function App (line 1918) | function App() { function App (line 1963) | function App() { function App (line 1996) | function App() { FILE: packages/react/src/floating-ui-react/components/FloatingFocusManager.tsx function getEventType (line 46) | function getEventType(event: Event, lastInteractionType?: InteractionTyp... constant LIST_LIMIT (line 69) | const LIST_LIMIT = 20; function clearDisconnectedPreviouslyFocusedElements (line 72) | function clearDisconnectedPreviouslyFocusedElements() { function addPreviouslyFocusedElement (line 78) | function addPreviouslyFocusedElement(element: Element | null | undefined) { function getPreviouslyFocusedElement (line 88) | function getPreviouslyFocusedElement() { function getFirstTabbableElement (line 93) | function getFirstTabbableElement(container: Element | null) { function isFocusable (line 106) | function isFocusable(element: Element | null) { function handleTabIndex (line 118) | function handleTabIndex( type FloatingFocusManagerProps (line 154) | interface FloatingFocusManagerProps { function FloatingFocusManager (line 258) | function FloatingFocusManager(props: FloatingFocusManagerProps): React.J... FILE: packages/react/src/floating-ui-react/components/FloatingPortal.test.tsx type AppProps (line 9) | interface AppProps { function App (line 13) | function App(props: AppProps) { function RootApp (line 60) | function RootApp() { function RootSwitcher (line 91) | function RootSwitcher() { FILE: packages/react/src/floating-ui-react/components/FloatingPortal.tsx type FocusManagerState (line 26) | type FocusManagerState = null | { type UseFloatingPortalNodeProps (line 50) | interface UseFloatingPortalNodeProps { type UseFloatingPortalNodeResult (line 62) | interface UseFloatingPortalNodeResult { function useFloatingPortalNode (line 67) | function useFloatingPortalNode( function onFocus (line 198) | function onFocus(event: FocusEvent) { type FloatingPortalState (line 285) | interface FloatingPortalState {} type State (line 288) | type State = FloatingPortalState; type Props (line 289) | interface Props extends BaseUIComponentProps<'div', TState> { FILE: packages/react/src/floating-ui-react/components/FloatingRootStore.ts type FloatingRootState (line 10) | interface FloatingRootState { type FloatingRootStoreContext (line 22) | interface FloatingRootStoreContext { type FloatingRootStoreOptions (line 43) | interface FloatingRootStoreOptions { class FloatingRootStore (line 56) | class FloatingRootStore extends ReactStore< method constructor (line 61) | constructor(options: FloatingRootStoreOptions) { FILE: packages/react/src/floating-ui-react/components/FloatingTree.tsx function useFloatingNodeId (line 32) | function useFloatingNodeId(externalTree?: FloatingTreeStore): string | u... type FloatingNodeProps (line 51) | interface FloatingNodeProps { function FloatingNode (line 61) | function FloatingNode(props: FloatingNodeProps): React.JSX.Element { type FloatingTreeProps (line 73) | interface FloatingTreeProps { function FloatingTree (line 89) | function FloatingTree(props: FloatingTreeProps): React.JSX.Element { FILE: packages/react/src/floating-ui-react/components/FloatingTreeStore.ts class FloatingTreeStore (line 8) | class FloatingTreeStore { method addNode (line 13) | public addNode(node: FloatingNodeType) { method removeNode (line 17) | public removeNode(node: FloatingNodeType) { FILE: packages/react/src/floating-ui-react/hooks/useClick.ts type UseClickProps (line 11) | interface UseClickProps { function useClick (line 58) | function useClick( FILE: packages/react/src/floating-ui-react/hooks/useClientPoint.test.tsx function expectLocation (line 8) | function expectLocation({ x, y }: Coords) { function App (line 15) | function App({ FILE: packages/react/src/floating-ui-react/hooks/useClientPoint.ts function createVirtualElement (line 9) | function createVirtualElement( function isMouseBasedEvent (line 83) | function isMouseBasedEvent(event: Event | undefined): event is MouseEvent { type UseClientPointProps (line 87) | interface UseClientPointProps { function useClientPoint (line 108) | function useClientPoint( FILE: packages/react/src/floating-ui-react/hooks/useDismiss.test.tsx function App (line 34) | function App( function App (line 137) | function App() { function App (line 173) | function App({ shadowRoot }: { shadowRoot: ShadowRoot }) { function App (line 213) | function App({ shadowRoot }: { shadowRoot: ShadowRoot }) { function Popover (line 256) | function Popover({ function App (line 300) | function App({ modal }: { modal: [boolean, boolean] | null }) { function App (line 384) | function App() { function Dialog (line 425) | function Dialog({ function NestedDialog (line 455) | function NestedDialog(props: UseDismissProps & { testId: string; childre... function App (line 581) | function App() { function Overlay (line 768) | function Overlay({ children }: { children: React.ReactNode }) { function Dialog (line 785) | function Dialog({ function NestedDialog (line 818) | function NestedDialog(props: UseDismissProps & { id: string; children: R... function AppWithPreventedPressStart (line 972) | function AppWithPreventedPressStart() { function AppWithPreventedPressStart (line 1016) | function AppWithPreventedPressStart() { function AppWithPreventedPressStart (line 1057) | function AppWithPreventedPressStart() { function ButtonWithFloating (line 1098) | function ButtonWithFloating({ function App (line 1136) | function App() { FILE: packages/react/src/floating-ui-react/hooks/useDismiss.ts type PressType (line 33) | type PressType = 'intentional' | 'sloppy'; function alwaysFalse (line 40) | function alwaysFalse() { function normalizeProp (line 44) | function normalizeProp( type UseDismissProps (line 55) | interface UseDismissProps { function useDismiss (line 134) | function useDismiss( FILE: packages/react/src/floating-ui-react/hooks/useFloating.ts function useFloating (line 22) | function useFloating(options: UseFloatingOptions = {}): UseFloatingReturn { FILE: packages/react/src/floating-ui-react/hooks/useFloatingRootContext.ts type UseFloatingRootContextOptions (line 12) | interface UseFloatingRootContextOptions { function useFloatingRootContext (line 23) | function useFloatingRootContext(options: UseFloatingRootContextOptions):... type Writeable (line 80) | type Writeable = { -readonly [P in keyof T]: T[P] }; FILE: packages/react/src/floating-ui-react/hooks/useFocus.ts type UseFocusProps (line 24) | interface UseFocusProps { function useFocus (line 43) | function useFocus( FILE: packages/react/src/floating-ui-react/hooks/useHover.test.tsx function App (line 12) | function App({ showReference = true, ...props }: UseHoverProps & { showR... function App (line 250) | function App() { FILE: packages/react/src/floating-ui-react/hooks/useHover.ts type UseHoverProps (line 21) | interface UseHoverProps { function useHover (line 53) | function useHover( FILE: packages/react/src/floating-ui-react/hooks/useHoverFloatingInteraction.ts type UseHoverFloatingInteractionProps (line 23) | type UseHoverFloatingInteractionProps = { function useHoverFloatingInteraction (line 41) | function useHoverFloatingInteraction( FILE: packages/react/src/floating-ui-react/hooks/useHoverInteractionSharedState.ts class HoverInteraction (line 11) | class HoverInteraction { method constructor (line 25) | constructor() { method create (line 40) | static create(): HoverInteraction { type PointerEventsMutationState (line 54) | type PointerEventsMutationState = Pick< function clearSafePolygonPointerEventsMutation (line 62) | function clearSafePolygonPointerEventsMutation(instance: PointerEventsMu... function applySafePolygonPointerEventsMutation (line 76) | function applySafePolygonPointerEventsMutation( type HoverContextData (line 97) | type HoverContextData = ContextData & { function useHoverInteractionSharedState (line 101) | function useHoverInteractionSharedState(store: FloatingRootContext): Hov... FILE: packages/react/src/floating-ui-react/hooks/useHoverReferenceInteraction.test.tsx function App (line 12) | function App() { function App (line 66) | function App() { FILE: packages/react/src/floating-ui-react/hooks/useHoverReferenceInteraction.ts type UseHoverReferenceInteractionProps (line 26) | interface UseHoverReferenceInteractionProps { constant EMPTY_REF (line 45) | const EMPTY_REF: Readonly> = { current: ... function useHoverReferenceInteraction (line 51) | function useHoverReferenceInteraction( FILE: packages/react/src/floating-ui-react/hooks/useHoverShared.ts type HandleCloseOptions (line 4) | interface HandleCloseOptions { type HandleCloseContext (line 9) | interface HandleCloseContext { type HandleCloseContextBase (line 20) | type HandleCloseContextBase = Omit; function resolveValue (line 29) | function resolveValue( function getDelay (line 44) | function getDelay( function getRestMs (line 57) | function getRestMs(value: number | (() => number)) { function isClickLikeOpenEvent (line 64) | function isClickLikeOpenEvent(openEventType: string | undefined, interac... FILE: packages/react/src/floating-ui-react/hooks/useInteractions.test.tsx function App (line 24) | function App() { function App (line 54) | function App() { function App (line 67) | function App() { function App (line 86) | function App() { function App (line 104) | function App() { FILE: packages/react/src/floating-ui-react/hooks/useInteractions.ts type ExtendedUserProps (line 6) | type ExtendedUserProps = { type UseInteractionsReturn (line 11) | interface UseInteractionsReturn { function useInteractions (line 26) | function useInteractions(propsList: Array = []): Us... function mergeProps (line 65) | function mergeProps( function mutablyMergeProps (line 110) | function mutablyMergeProps( FILE: packages/react/src/floating-ui-react/hooks/useListNavigation.test.tsx function App (line 18) | function App( function VirtualizedGridRows (line 81) | function VirtualizedGridRows({ function Autocomplete (line 285) | function Autocomplete() { function App (line 1306) | function App() { FILE: packages/react/src/floating-ui-react/hooks/useListNavigation.ts constant ESCAPE (line 35) | const ESCAPE = 'Escape'; function doSwitch (line 37) | function doSwitch( function isMainOrientationKey (line 52) | function isMainOrientationKey(key: string, orientation: UseListNavigatio... function isMainOrientationToEndKey (line 58) | function isMainOrientationToEndKey( function isCrossOrientationOpenKey (line 70) | function isCrossOrientationOpenKey( function isCrossOrientationCloseKey (line 80) | function isCrossOrientationCloseKey( type UseListNavigationProps (line 94) | interface UseListNavigationProps { function useListNavigation (line 232) | function useListNavigation( FILE: packages/react/src/floating-ui-react/hooks/useRole.ts type AriaRole (line 9) | type AriaRole = 'tooltip' | 'dialog' | 'alertdialog' | 'menu' | 'listbox... type ComponentRole (line 10) | type ComponentRole = 'select' | 'label' | 'combobox'; type UseRoleProps (line 12) | interface UseRoleProps { function useRole (line 31) | function useRole( FILE: packages/react/src/floating-ui-react/hooks/useSyncedFloatingRootContext.ts type UseSyncedFloatingRootContextOptions (line 12) | interface UseSyncedFloatingRootContextOptions>( FILE: packages/react/src/floating-ui-react/hooks/useTypeahead.test.tsx method onMatch (line 32) | onMatch(index) { function Combobox (line 61) | function Combobox( function ComboboxWithElementsRef (line 75) | function ComboboxWithElementsRef( function App1 (line 207) | function App1(props: Pick & { list: Array<... FILE: packages/react/src/floating-ui-react/hooks/useTypeahead.ts type UseTypeaheadProps (line 10) | interface UseTypeaheadProps { function useTypeahead (line 59) | function useTypeahead( FILE: packages/react/src/floating-ui-react/middleware/arrow.ts type ArrowOptions (line 11) | interface ArrowOptions { method fn (line 37) | async fn(state) { FILE: packages/react/src/floating-ui-react/safePolygon.test.ts function createRect (line 9) | function createRect(left: number, top: number, width: number, height: nu... function createMouseMoveEvent (line 25) | function createMouseMoveEvent( function createHandleCloseContext (line 39) | function createHandleCloseContext({ function createFloatingContext (line 67) | function createFloatingContext({ function createPlacementScenario (line 112) | function createPlacementScenario(placement: 'top' | 'bottom' | 'left' | ... FILE: packages/react/src/floating-ui-react/safePolygon.ts constant CURSOR_SPEED_THRESHOLD (line 10) | const CURSOR_SPEED_THRESHOLD = 0.1; constant CURSOR_SPEED_THRESHOLD_SQUARED (line 11) | const CURSOR_SPEED_THRESHOLD_SQUARED = CURSOR_SPEED_THRESHOLD * CURSOR_S... constant POLYGON_BUFFER (line 12) | const POLYGON_BUFFER = 0.5; function hasIntersectingEdge (line 14) | function hasIntersectingEdge( function isPointInQuadrilateral (line 25) | function isPointInQuadrilateral( function isInsideRect (line 58) | function isInsideRect(pointX: number, pointY: number, rect: Rect) { function isInsideAxisAlignedRect (line 67) | function isInsideAxisAlignedRect( type SafePolygonOptions (line 83) | interface SafePolygonOptions extends HandleCloseOptions {} function safePolygon (line 90) | function safePolygon(options: SafePolygonOptions = {}) { FILE: packages/react/src/floating-ui-react/types.ts type Prettify (line 90) | type Prettify = { type Delay (line 94) | type Delay = number | Partial<{ open: number; close: number }>; type NarrowedElement (line 96) | type NarrowedElement = T extends Element ? T : Element; type ExtendedRefs (line 98) | interface ExtendedRefs { type ExtendedElements (line 107) | interface ExtendedElements { type FloatingEvents (line 113) | interface FloatingEvents { type ContextData (line 119) | interface ContextData { type FloatingRootContext (line 127) | type FloatingRootContext = FloatingRootStore; type FloatingContext (line 129) | type FloatingContext = Omit< type FloatingNodeType (line 144) | interface FloatingNodeType { type FloatingTreeType (line 150) | type FloatingTreeType = FloatingTreeStore; type ElementProps (line 152) | interface ElementProps { type ReferenceType (line 162) | type ReferenceType = Element | VirtualElement; type UseFloatingData (line 164) | type UseFloatingData = Prettify; type UseFloatingReturn (line 166) | type UseFloatingReturn = Prettify< type UseFloatingOptions (line 180) | interface UseFloatingOptions extends Omit { FILE: packages/react/src/floating-ui-react/utils/composite.ts type DisabledIndices (line 8) | type DisabledIndices = ReadonlyArray | ((index: number) => boole... function isDifferentGridRow (line 10) | function isDifferentGridRow(index: number, cols: number, prevRow: number) { function isIndexOutOfListBounds (line 14) | function isIndexOutOfListBounds(list: Array, index: ... function getMinListIndex (line 18) | function getMinListIndex( function getMaxListIndex (line 25) | function getMaxListIndex( function findNonDisabledListIndex (line 36) | function findNonDisabledListIndex( function getGridNavigatedIndex (line 62) | function getGridNavigatedIndex( function createGridCellMap (line 387) | function createGridCellMap(sizes: Dimensions[], cols: number, dense: boo... function getGridCellIndexOfCorner (line 428) | function getGridCellIndexOfCorner( function getGridCellIndices (line 463) | function getGridCellIndices( function isListIndexDisabled (line 470) | function isListIndexDisabled( function isElementVisible (line 499) | function isElementVisible(element: Element) { FILE: packages/react/src/floating-ui-react/utils/constants.ts constant FOCUSABLE_ATTRIBUTE (line 1) | const FOCUSABLE_ATTRIBUTE = 'data-base-ui-focusable'; constant ACTIVE_KEY (line 2) | const ACTIVE_KEY = 'active'; constant SELECTED_KEY (line 3) | const SELECTED_KEY = 'selected'; constant TYPEABLE_SELECTOR (line 4) | const TYPEABLE_SELECTOR = constant ARROW_LEFT (line 7) | const ARROW_LEFT = 'ArrowLeft'; constant ARROW_RIGHT (line 8) | const ARROW_RIGHT = 'ArrowRight'; constant ARROW_UP (line 9) | const ARROW_UP = 'ArrowUp'; constant ARROW_DOWN (line 10) | const ARROW_DOWN = 'ArrowDown'; FILE: packages/react/src/floating-ui-react/utils/createAttribute.ts function createAttribute (line 1) | function createAttribute(name: string) { FILE: packages/react/src/floating-ui-react/utils/createEventEmitter.ts function createEventEmitter (line 3) | function createEventEmitter(): FloatingEvents { FILE: packages/react/src/floating-ui-react/utils/element.ts function activeElement (line 6) | function activeElement(doc: Document) { function contains (line 16) | function contains(parent?: Element | null, child?: Element | null) { function isTargetInsideEnabledTrigger (line 43) | function isTargetInsideEnabledTrigger( function getTarget (line 66) | function getTarget(event: Event) { function isEventTargetWithin (line 76) | function isEventTargetWithin(event: Event, node: Node | null | undefined) { function isRootElement (line 90) | function isRootElement(element: Element): boolean { function isTypeableElement (line 94) | function isTypeableElement(element: unknown): boolean { function isInteractiveElement (line 98) | function isInteractiveElement(element: Element | null) { function isTypeableCombobox (line 106) | function isTypeableCombobox(element: Element | null) { function matchesFocusVisible (line 113) | function matchesFocusVisible(element: Element | null) { function getFloatingFocusElement (line 126) | function getFloatingFocusElement( FILE: packages/react/src/floating-ui-react/utils/enqueueFocus.ts type Options (line 3) | interface Options { function enqueueFocus (line 10) | function enqueueFocus(el: FocusableElement | null, options: Options = {}) { FILE: packages/react/src/floating-ui-react/utils/event.ts function stopEvent (line 3) | function stopEvent(event: Event | React.SyntheticEvent) { function isReactEvent (line 8) | function isReactEvent(event: any): event is React.SyntheticEvent { function isVirtualClick (line 13) | function isVirtualClick(event: MouseEvent | PointerEvent): boolean { function isVirtualPointerEvent (line 25) | function isVirtualPointerEvent(event: PointerEvent) { function isMouseLikePointerType (line 46) | function isMouseLikePointerType(pointerType: string | undefined, strict?... function isClickLikeEvent (line 56) | function isClickLikeEvent(event: Event | React.SyntheticEvent) { FILE: packages/react/src/floating-ui-react/utils/getEmptyRootContext.ts function getEmptyRootContext (line 5) | function getEmptyRootContext(): FloatingRootContext { FILE: packages/react/src/floating-ui-react/utils/markOthers.ts type Undo (line 6) | type Undo = () => void; type MarkOthersOptions (line 8) | interface MarkOthersOptions { type ControlAttribute (line 21) | type ControlAttribute = keyof typeof counters; function getUncontrolledElementsSet (line 30) | function getUncontrolledElementsSet(controlAttribute: ControlAttribute) { function unwrapHost (line 37) | function unwrapHost(node: Node | null): Element | null { function applyAttributeToOthers (line 106) | function applyAttributeToOthers( function markOthers (line 220) | function markOthers(avoidElements: Element[], options: MarkOthersOptions... FILE: packages/react/src/floating-ui-react/utils/nodes.ts function getNodeChildren (line 5) | function getNodeChildren( function getDeepestNode (line 19) | function getDeepestNode(nodes: Array, id: string | und... function getNodeAncestors (line 41) | function getNodeAncestors(nodes: Array, id: string | u... FILE: packages/react/src/floating-ui-react/utils/tabbable.ts function getTabbableIn (line 17) | function getTabbableIn(container: HTMLElement, dir: 1 | -1): FocusableEl... function getNextTabbable (line 32) | function getNextTabbable(referenceElement: Element | null): FocusableEle... function getPreviousTabbable (line 38) | function getPreviousTabbable(referenceElement: Element | null): Focusabl... function getTabbableNearElement (line 45) | function getTabbableNearElement(referenceElement: Element | null, dir: 1... function getTabbableAfterElement (line 65) | function getTabbableAfterElement(referenceElement: Element | null): Focu... function getTabbableBeforeElement (line 69) | function getTabbableBeforeElement( function isOutsideEvent (line 75) | function isOutsideEvent(event: FocusEvent | React.FocusEvent, container?... function disableFocusInside (line 81) | function disableFocusInside(container: HTMLElement) { function enableFocusInside (line 89) | function enableFocusInside(container: HTMLElement) { FILE: packages/react/src/form/Form.spec.tsx type Values (line 5) | interface Values { FILE: packages/react/src/form/Form.test.tsx function App (line 40) | function App() { function App (line 104) | function App() { function Test (line 204) | function Test() { function Test (line 253) | function Test() { function Test (line 280) | function Test() { function App (line 311) | function App() { function App (line 342) | function App() { function App (line 401) | function App() { function App (line 435) | function App() { FILE: packages/react/src/form/Form.tsx method onSubmit (line 97) | onSubmit(event) { type FormSubmitEventReason (line 165) | type FormSubmitEventReason = typeof REASONS.none; type FormSubmitEventDetails (line 166) | type FormSubmitEventDetails = BaseUIGenericEventDetails = Record> = type State (line 221) | type State = FormState; type Actions (line 222) | type Actions = FormActions; type ValidationMode (line 223) | type ValidationMode = FormValidationMode; type SubmitEventReason (line 224) | type SubmitEventReason = FormSubmitEventReason; type SubmitEventDetails (line 225) | type SubmitEventDetails = FormSubmitEventDetails; type Values (line 227) | type Values = Record... FILE: packages/react/src/form/FormContext.ts type Errors (line 7) | type Errors = Record; type FormContext (line 9) | interface FormContext { function useFormContext (line 42) | function useFormContext() { FILE: packages/react/src/input/Input.spec.tsx function App (line 4) | function App() { FILE: packages/react/src/input/Input.tsx type InputProps (line 19) | interface InputProps extends BaseUIComponentProps<'input', InputState> { type InputState (line 34) | interface InputState extends FieldControlState {} type InputChangeEventReason (line 36) | type InputChangeEventReason = Field.Control.ChangeEventReason; type InputChangeEventDetails (line 37) | type InputChangeEventDetails = Field.Control.ChangeEventDetails; type Props (line 40) | type Props = InputProps; type State (line 41) | type State = InputState; type ChangeEventReason (line 42) | type ChangeEventReason = InputChangeEventReason; type ChangeEventDetails (line 43) | type ChangeEventDetails = InputChangeEventDetails; FILE: packages/react/src/input/InputDataAttributes.ts type InputDataAttributes (line 1) | enum InputDataAttributes { FILE: packages/react/src/labelable-provider/LabelableContext.ts type LabelableContext (line 6) | interface LabelableContext { function useLabelableContext (line 40) | function useLabelableContext() { FILE: packages/react/src/labelable-provider/LabelableProvider.tsx type LabelableProviderState (line 101) | interface LabelableProviderState {} type LabelableProviderProps (line 103) | interface LabelableProviderProps { type State (line 110) | type State = LabelableProviderState; type Props (line 111) | type Props = LabelableProviderProps; FILE: packages/react/src/labelable-provider/useAriaLabelledBy.ts function useAriaLabelledBy (line 9) | function useAriaLabelledBy( function getAriaLabelledBy (line 39) | function getAriaLabelledBy(labelSource?: LabelSource | null, generatedLa... function findAssociatedLabel (line 52) | function findAssociatedLabel(labelSource?: LabelSource | null) { type LabelSource (line 75) | type LabelSource = HTMLElement & { labels?: NodeListOf... FILE: packages/react/src/labelable-provider/useLabel.ts function useLabel (line 10) | function useLabel(params: UseLabelParameters = {}): UseLabelReturnValue { type UseLabelParameters (line 79) | interface UseLabelParameters { type UseLabelReturnValue (line 103) | type UseLabelReturnValue = React.HTMLAttributes & React.LabelHTMLAt... function focusElementWithVisible (line 105) | function focusElementWithVisible(element: HTMLElement) { FILE: packages/react/src/labelable-provider/useLabelableId.ts function useLabelableId (line 11) | function useLabelableId(params: UseLabelableIdParameters = {}) { type UseLabelableIdParameters (line 85) | interface UseLabelableIdParameters { type UseLabelableIdReturnValue (line 98) | type UseLabelableIdReturnValue = string; type UseLabelableIdState (line 100) | interface UseLabelableIdState {} FILE: packages/react/src/localization-provider/LocalizationContext.ts type LocalizationContext (line 5) | type LocalizationContext = { function useTemporalLocale (line 14) | function useTemporalLocale() { FILE: packages/react/src/localization-provider/LocalizationProvider.tsx type Props (line 35) | interface Props { FILE: packages/react/src/menu/arrow/MenuArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/menu/arrow/MenuArrow.tsx type MenuArrowState (line 45) | interface MenuArrowState { type MenuArrowProps (line 64) | interface MenuArrowProps extends BaseUIComponentProps<'div', MenuArrowSt... type State (line 67) | type State = MenuArrowState; type Props (line 68) | type Props = MenuArrowProps; FILE: packages/react/src/menu/arrow/MenuArrowDataAttributes.ts type MenuArrowDataAttributes (line 3) | enum MenuArrowDataAttributes { FILE: packages/react/src/menu/backdrop/MenuBackdrop.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/menu/backdrop/MenuBackdrop.tsx type MenuBackdropState (line 64) | interface MenuBackdropState { type MenuBackdropProps (line 75) | interface MenuBackdropProps extends BaseUIComponentProps<'div', MenuBack... type State (line 78) | type State = MenuBackdropState; type Props (line 79) | type Props = MenuBackdropProps; FILE: packages/react/src/menu/backdrop/MenuBackdropDataAttributes.ts type MenuBackdropDataAttributes (line 3) | enum MenuBackdropDataAttributes { FILE: packages/react/src/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.test.tsx method render (line 16) | render(node) { function Test (line 36) | function Test() { function Test (line 81) | function Test() { FILE: packages/react/src/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.tsx method onComplete (line 31) | onComplete() { type MenuCheckboxItemIndicatorProps (line 59) | interface MenuCheckboxItemIndicatorProps extends BaseUIComponentProps< type MenuCheckboxItemIndicatorState (line 70) | interface MenuCheckboxItemIndicatorState { type Props (line 90) | type Props = MenuCheckboxItemIndicatorProps; type State (line 91) | type State = MenuCheckboxItemIndicatorState; FILE: packages/react/src/menu/checkbox-item-indicator/MenuCheckboxItemIndicatorDataAttributes.ts type MenuCheckboxItemIndicatorDataAttributes (line 3) | enum MenuCheckboxItemIndicatorDataAttributes { FILE: packages/react/src/menu/checkbox-item/MenuCheckboxItem.tsx type MenuCheckboxItemState (line 113) | interface MenuCheckboxItemState { type MenuCheckboxItemProps (line 128) | interface MenuCheckboxItemProps type MenuCheckboxItemChangeEventReason (line 173) | type MenuCheckboxItemChangeEventReason = MenuRoot.ChangeEventReason; type MenuCheckboxItemChangeEventDetails (line 174) | type MenuCheckboxItemChangeEventDetails = MenuRoot.ChangeEventDetails; type State (line 177) | type State = MenuCheckboxItemState; type Props (line 178) | type Props = MenuCheckboxItemProps; type ChangeEventReason (line 179) | type ChangeEventReason = MenuCheckboxItemChangeEventReason; type ChangeEventDetails (line 180) | type ChangeEventDetails = MenuCheckboxItemChangeEventDetails; FILE: packages/react/src/menu/checkbox-item/MenuCheckboxItemContext.ts type MenuCheckboxItemContext (line 4) | interface MenuCheckboxItemContext { function useMenuCheckboxItemContext (line 14) | function useMenuCheckboxItemContext() { FILE: packages/react/src/menu/checkbox-item/MenuCheckboxItemDataAttributes.ts type MenuCheckboxItemDataAttributes (line 1) | enum MenuCheckboxItemDataAttributes { FILE: packages/react/src/menu/group-label/MenuGroupLabel.tsx type MenuGroupLabelProps (line 42) | interface MenuGroupLabelProps extends BaseUIComponentProps<'div', MenuGr... type MenuGroupLabelState (line 44) | interface MenuGroupLabelState {} type Props (line 47) | type Props = MenuGroupLabelProps; type State (line 48) | type State = MenuGroupLabelState; FILE: packages/react/src/menu/group/MenuGroup.tsx type MenuGroupProps (line 35) | interface MenuGroupProps extends BaseUIComponentProps<'div', MenuGroupSt... type MenuGroupState (line 42) | interface MenuGroupState {} type Props (line 45) | type Props = MenuGroupProps; type State (line 46) | type State = MenuGroupState; FILE: packages/react/src/menu/group/MenuGroupContext.ts type MenuGroupContext (line 4) | interface MenuGroupContext { function useMenuGroupRootContext (line 10) | function useMenuGroupRootContext() { FILE: packages/react/src/menu/item/MenuItem.tsx type MenuItemState (line 63) | interface MenuItemState { type MenuItemProps (line 74) | interface MenuItemProps type State (line 102) | type State = MenuItemState; type Props (line 103) | type Props = MenuItemProps; FILE: packages/react/src/menu/item/MenuItemDataAttributes.ts type MenuItemDataAttributes (line 1) | enum MenuItemDataAttributes { FILE: packages/react/src/menu/item/useMenuItem.ts constant REGULAR_ITEM (line 10) | const REGULAR_ITEM = { function useMenuItem (line 14) | function useMenuItem(params: UseMenuItemParameters): UseMenuItemReturnVa... type UseMenuItemParameters (line 78) | interface UseMenuItemParameters { type UseMenuItemMetadata (line 121) | type UseMenuItemMetadata = type UseMenuItemReturnValue (line 128) | interface UseMenuItemReturnValue { type UseMenuItemState (line 141) | interface UseMenuItemState {} FILE: packages/react/src/menu/item/useMenuItemCommonProps.ts type UseMenuItemCommonPropsParameters (line 10) | interface UseMenuItemCommonPropsParameters { function useMenuItemCommonProps (line 51) | function useMenuItemCommonProps(params: UseMenuItemCommonPropsParameters... type UseMenuItemCommonPropsState (line 134) | interface UseMenuItemCommonPropsState {} FILE: packages/react/src/menu/link-item/MenuLinkItem.test.tsx function One (line 19) | function One() { function Two (line 22) | function Two() { function LocationDisplay (line 25) | function LocationDisplay() { FILE: packages/react/src/menu/link-item/MenuLinkItem.tsx function getItemProps (line 60) | function getItemProps(externalProps?: HTMLProps): HTMLProps { type MenuLinkItemState (line 78) | interface MenuLinkItemState { type MenuLinkItemProps (line 85) | interface MenuLinkItemProps extends BaseUIComponentProps<'a', MenuLinkIt... type State (line 102) | type State = MenuLinkItemState; type Props (line 103) | type Props = MenuLinkItemProps; FILE: packages/react/src/menu/link-item/MenuLinkItemDataAttributes.ts type MenuLinkItemDataAttributes (line 1) | enum MenuLinkItemDataAttributes { FILE: packages/react/src/menu/popup/MenuPopup.test.tsx function TestComponent (line 58) | function TestComponent() { function TestComponent (line 96) | function TestComponent() { function TestComponent (line 130) | function TestComponent() { function TestComponent (line 159) | function TestComponent() { function TestComponent (line 188) | function TestComponent() { FILE: packages/react/src/menu/popup/MenuPopup.tsx method onComplete (line 62) | onComplete() { function handleClose (line 70) | function handleClose(event: { method onKeyDown (line 115) | onKeyDown(event) { type MenuPopupProps (line 157) | interface MenuPopupProps extends BaseUIComponentProps<'div', MenuPopupSt... type MenuPopupState (line 179) | interface MenuPopupState { type Props (line 207) | type Props = MenuPopupProps; type State (line 208) | type State = MenuPopupState; FILE: packages/react/src/menu/popup/MenuPopupDataAttributes.ts type MenuPopupDataAttributes (line 3) | enum MenuPopupDataAttributes { FILE: packages/react/src/menu/portal/MenuPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/menu/portal/MenuPortal.tsx type MenuPortalState (line 35) | interface MenuPortalState {} type MenuPortalProps (line 37) | interface MenuPortalProps extends FloatingPortal.Props { type State (line 46) | type State = MenuPortalState; type Props (line 47) | type Props = MenuPortalProps; FILE: packages/react/src/menu/portal/MenuPortalContext.ts function useMenuPortalContext (line 6) | function useMenuPortalContext() { FILE: packages/react/src/menu/positioner/MenuPositioner.test.tsx function TestComponent (line 31) | function TestComponent() { function TestComponent (line 72) | function TestComponent() { function TestComponent (line 116) | function TestComponent() { function TestComponent (line 200) | function TestComponent() { function TestComponent (line 227) | function TestComponent() { FILE: packages/react/src/menu/positioner/MenuPositioner.tsx function onMenuOpenChange (line 151) | function onMenuOpenChange(details: MenuOpenEventDetails) { function onParentClose (line 177) | function onParentClose(details: MenuOpenEventDetails) { function onItemHover (line 204) | function onItemHover(event: { nodeId: string | undefined; target: Elemen... type MenuPositionerState (line 344) | interface MenuPositionerState { type MenuPositionerProps (line 371) | interface MenuPositionerProps type State (line 375) | type State = MenuPositionerState; type Props (line 376) | type Props = MenuPositionerProps; FILE: packages/react/src/menu/positioner/MenuPositionerContext.ts type MenuPositionerContext (line 5) | interface MenuPositionerContext { function useMenuPositionerContext (line 26) | function useMenuPositionerContext(optional?: boolean) { FILE: packages/react/src/menu/positioner/MenuPositionerCssVars.ts type MenuPositionerCssVars (line 1) | enum MenuPositionerCssVars { FILE: packages/react/src/menu/positioner/MenuPositionerDataAttributes.ts type MenuPositionerDataAttributes (line 3) | enum MenuPositionerDataAttributes { FILE: packages/react/src/menu/radio-group/MenuRadioGroup.tsx type MenuRadioGroupProps (line 78) | interface MenuRadioGroupProps extends BaseUIComponentProps<'div', MenuRa... type MenuRadioGroupState (line 109) | interface MenuRadioGroupState { type MenuRadioGroupChangeEventReason (line 116) | type MenuRadioGroupChangeEventReason = MenuRoot.ChangeEventReason; type MenuRadioGroupChangeEventDetails (line 117) | type MenuRadioGroupChangeEventDetails = MenuRoot.ChangeEventDetails; type Props (line 120) | type Props = MenuRadioGroupProps; type State (line 121) | type State = MenuRadioGroupState; type ChangeEventReason (line 122) | type ChangeEventReason = MenuRadioGroupChangeEventReason; type ChangeEventDetails (line 123) | type ChangeEventDetails = MenuRadioGroupChangeEventDetails; FILE: packages/react/src/menu/radio-group/MenuRadioGroupContext.ts type MenuRadioGroupContext (line 5) | interface MenuRadioGroupContext { function useMenuRadioGroupContext (line 15) | function useMenuRadioGroupContext() { FILE: packages/react/src/menu/radio-item-indicator/MenuRadioItemIndicator.test.tsx method render (line 12) | render(node) { function Test (line 34) | function Test() { function Test (line 86) | function Test() { FILE: packages/react/src/menu/radio-item-indicator/MenuRadioItemIndicator.tsx method onComplete (line 31) | onComplete() { type MenuRadioItemIndicatorProps (line 59) | interface MenuRadioItemIndicatorProps extends BaseUIComponentProps< type MenuRadioItemIndicatorState (line 70) | interface MenuRadioItemIndicatorState { type Props (line 90) | type Props = MenuRadioItemIndicatorProps; type State (line 91) | type State = MenuRadioItemIndicatorState; FILE: packages/react/src/menu/radio-item-indicator/MenuRadioItemIndicatorDataAttributes.ts type MenuRadioItemIndicatorDataAttributes (line 3) | enum MenuRadioItemIndicatorDataAttributes { FILE: packages/react/src/menu/radio-item/MenuRadioItem.tsx type MenuRadioItemState (line 103) | interface MenuRadioItemState { type MenuRadioItemProps (line 118) | interface MenuRadioItemProps type State (line 150) | type State = MenuRadioItemState; type Props (line 151) | type Props = MenuRadioItemProps; FILE: packages/react/src/menu/radio-item/MenuRadioItemContext.ts type MenuRadioItemContext (line 4) | interface MenuRadioItemContext { function useMenuRadioItemContext (line 14) | function useMenuRadioItemContext() { FILE: packages/react/src/menu/radio-item/MenuRadioItemDataAttributes.ts type MenuRadioItemDataAttributes (line 1) | enum MenuRadioItemDataAttributes { FILE: packages/react/src/menu/root/MenuRoot.detached-triggers.test.tsx type NumberPayload (line 15) | type NumberPayload = { payload: number | undefined }; function Test (line 137) | function Test() { type NumberPayload (line 481) | type NumberPayload = { payload: number | undefined }; function Test (line 618) | function Test() { function Test (line 738) | function Test() { type NumberPayload (line 1033) | type NumberPayload = { payload: number | undefined }; FILE: packages/react/src/menu/root/MenuRoot.test.tsx function MenuWithNestedDialog (line 729) | function MenuWithNestedDialog() { function MenuWithNestedAlertDialog (line 800) | function MenuWithNestedAlertDialog() { function Test (line 1185) | function Test() { function Test (line 1213) | function Test() { function Test (line 1263) | function Test() { function Test (line 1291) | function Test() { function DynamicMenu (line 1869) | function DynamicMenu() { function ContainedTriggerMenu (line 1931) | function ContainedTriggerMenu(props: TestMenuProps) { function DetachedTriggerMenu (line 1940) | function DetachedTriggerMenu(props: TestMenuProps) { type TestMenuProps (line 1957) | type TestMenuProps = { function TestMenuContents (line 1967) | function TestMenuContents(props: TestMenuProps) { FILE: packages/react/src/menu/root/MenuRoot.tsx method outsidePress (line 418) | outsidePress() { method onMouseMove (line 491) | onMouseMove() { method onMouseMove (line 517) | onMouseMove() { method onClick (line 523) | onClick() { method onKeyDown (line 528) | onKeyDown(event) { type MenuRootState (line 573) | interface MenuRootState {} type MenuRootProps (line 575) | interface MenuRootProps { type MenuRootActions (line 662) | interface MenuRootActions { type MenuRootChangeEventReason (line 667) | type MenuRootChangeEventReason = type MenuRootChangeEventDetails (line 682) | type MenuRootChangeEventDetails = BaseUIChangeEventDetails = MenuRootProps; type Actions (line 713) | type Actions = MenuRootActions; type ChangeEventReason (line 714) | type ChangeEventReason = MenuRootChangeEventReason; type ChangeEventDetails (line 715) | type ChangeEventDetails = MenuRootChangeEventDetails; type Orientation (line 716) | type Orientation = MenuRootOrientation; FILE: packages/react/src/menu/root/MenuRootContext.ts type MenuRootContext (line 6) | interface MenuRootContext { function useMenuRootContext (line 15) | function useMenuRootContext(optional?: boolean) { FILE: packages/react/src/menu/store/MenuHandle.ts class MenuHandle (line 4) | class MenuHandle { method constructor (line 11) | constructor() { method open (line 21) | open(triggerId: string) { method close (line 39) | close() { method isOpen (line 46) | get isOpen() { function createMenuHandle (line 54) | function createMenuHandle(): MenuHandle { FILE: packages/react/src/menu/store/MenuStore.ts type State (line 16) | type State = PopupStoreState & { type Context (line 36) | type Context = PopupStoreContext & { class MenuStore (line 104) | class MenuStore extends ReactStore< method constructor (line 109) | constructor(initialState?: Partial>) { method setOpen (line 167) | setOpen(open: boolean, eventDetails: Omit( function createInitialState (line 186) | function createInitialState(): State { FILE: packages/react/src/menu/submenu-root/MenuSubmenuRoot.tsx function MenuSubmenuRoot (line 15) | function MenuSubmenuRoot(props: MenuSubmenuRoot.Props) { type MenuSubmenuRootProps (line 27) | interface MenuSubmenuRootProps extends Omit< type MenuSubmenuRootState (line 45) | interface MenuSubmenuRootState {} type MenuSubmenuRootChangeEventReason (line 47) | type MenuSubmenuRootChangeEventReason = MenuRoot.ChangeEventReason; type MenuSubmenuRootChangeEventDetails (line 48) | type MenuSubmenuRootChangeEventDetails = MenuRoot.ChangeEventDetails; type Props (line 51) | type Props = MenuSubmenuRootProps; type State (line 52) | type State = MenuSubmenuRootState; type ChangeEventReason (line 53) | type ChangeEventReason = MenuSubmenuRootChangeEventReason; type ChangeEventDetails (line 54) | type ChangeEventDetails = MenuSubmenuRootChangeEventDetails; FILE: packages/react/src/menu/submenu-root/MenuSubmenuRootContext.ts type MenuSubmenuRootContext (line 9) | interface MenuSubmenuRootContext { function useMenuSubmenuRootContext (line 13) | function useMenuSubmenuRootContext(): MenuSubmenuRootContext | undefined { FILE: packages/react/src/menu/submenu-trigger/MenuSubmenuTrigger.test.tsx type TextDirection (line 7) | type TextDirection = 'ltr' | 'rtl'; method render (line 16) | render(node) { function TestComponent (line 25) | function TestComponent({ direction = 'ltr' }: { direction: TextDirection... FILE: packages/react/src/menu/submenu-trigger/MenuSubmenuTrigger.tsx method setActive (line 95) | setActive() { method onBlur (line 156) | onBlur() { type MenuSubmenuTriggerState (line 171) | interface MenuSubmenuTriggerState { type MenuSubmenuTriggerProps (line 186) | interface MenuSubmenuTriggerProps type Props (line 224) | type Props = MenuSubmenuTriggerProps; type State (line 225) | type State = MenuSubmenuTriggerState; FILE: packages/react/src/menu/submenu-trigger/MenuSubmenuTriggerDataAttributes.ts type MenuSubmenuTriggerDataAttributes (line 3) | enum MenuSubmenuTriggerDataAttributes { FILE: packages/react/src/menu/trigger/MenuTrigger.tsx constant BOUNDARY_OFFSET (line 50) | const BOUNDARY_OFFSET = 2; type MenuTrigger (line 355) | interface MenuTrigger { type MenuTriggerProps (line 361) | interface MenuTriggerProps type MenuTriggerState (line 398) | interface MenuTriggerState { type Props (line 410) | type Props = MenuTriggerProps; type State (line 411) | type State = MenuTriggerState; function useStickIfOpen (line 417) | function useStickIfOpen(open: boolean, openReason: string | null) { function useMenuParent (line 437) | function useMenuParent() { FILE: packages/react/src/menu/trigger/MenuTriggerDataAttributes.ts type MenuTriggerDataAttributes (line 3) | enum MenuTriggerDataAttributes { FILE: packages/react/src/menu/utils/findRootOwnerId.ts function findRootOwnerId (line 3) | function findRootOwnerId(node: Node): string | undefined { FILE: packages/react/src/menu/utils/stateAttributesMapping.ts method checked (line 6) | checked(value): Record { FILE: packages/react/src/menu/utils/types.ts type MenuOpenEventDetails (line 3) | interface MenuOpenEventDetails { FILE: packages/react/src/menu/viewport/MenuViewport.test.tsx method render (line 12) | render(node) { function TestComponent (line 211) | function TestComponent() { FILE: packages/react/src/menu/viewport/MenuViewport.tsx type Props (line 61) | interface Props extends BaseUIComponentProps<'div', State> { type State (line 68) | interface State { FILE: packages/react/src/menu/viewport/MenuViewportCssVars.ts type MenuViewportCssVars (line 1) | enum MenuViewportCssVars { FILE: packages/react/src/menu/viewport/MenuViewportDataAttributes.ts type MenuViewportDataAttributes (line 1) | enum MenuViewportDataAttributes { FILE: packages/react/src/menubar/Menubar.test.tsx function SpyMenubar (line 467) | function SpyMenubar() { function ContainedTriggerMenubar (line 831) | function ContainedTriggerMenubar(props: Menubar.Props) { function DynamicMenu (line 899) | function DynamicMenu(props: { handle?: Menu.Handle; chil... function renderMenuContentItem (line 924) | function renderMenuContentItem(item: ContentItem, key: string) { type RadioItem (line 978) | type RadioItem = { type ContentItem (line 986) | type ContentItem = type MenuDefinition (line 1010) | type MenuDefinition = { function DetachedTriggerMenubar (line 1083) | function DetachedTriggerMenubar(props: Menubar.Props) { function MultipleContainedTriggersMenubar (line 1105) | function MultipleContainedTriggersMenubar(props: Menubar.Props) { FILE: packages/react/src/menubar/Menubar.tsx method hasSubmenuOpen (line 20) | hasSubmenuOpen(value) { function MenubarContent (line 101) | function MenubarContent(props: React.PropsWithChildren<{}>) { type MenubarState (line 131) | interface MenubarState { type MenubarProps (line 146) | interface MenubarProps extends BaseUIComponentProps<'div', MenubarState> { type State (line 171) | type State = MenubarState; type Props (line 172) | type Props = MenubarProps; FILE: packages/react/src/menubar/MenubarContext.ts type MenubarContext (line 5) | interface MenubarContext { function useMenubarContext (line 21) | function useMenubarContext(optional?: boolean) { FILE: packages/react/src/menubar/MenubarDataAttributes.ts type MenuTriggerDataAttributes (line 1) | enum MenuTriggerDataAttributes { FILE: packages/react/src/merge-props/mergeProps.test.ts method onClick (line 35) | onClick() { method onClick (line 40) | onClick() { method onClick (line 45) | onClick() { method onClick (line 60) | onClick() { method onClick (line 68) | onClick() { method onMouseDown (line 84) | onMouseDown(event) { method onMouseDown (line 101) | onMouseDown(event) { method onMouseDown (line 121) | onMouseDown(event) { method onContextMenu (line 142) | onContextMenu(event) { method onClick (line 242) | onClick() {} method onClick (line 245) | onClick() { method onClick (line 288) | onClick() { method onClick (line 293) | onClick(event: BaseUIEvent) { method onClick (line 299) | onClick() { method onValueChange (line 316) | onValueChange() { method onValueChange (line 321) | onValueChange() { method onClick (line 352) | onClick() {} method onClick (line 355) | onClick(event) { method onClick (line 455) | onClick() { method onClick (line 460) | onClick(event: BaseUIEvent) { method onClick (line 469) | onClick() { method onClick (line 488) | onClick() { method onClick (line 493) | onClick(event: BaseUIEvent) { method onClick (line 504) | onClick() { FILE: packages/react/src/merge-props/mergeProps.ts type ElementType (line 5) | type ElementType = React.ElementType; type PropsOf (line 6) | type PropsOf = WithBaseUIEvent = constant EMPTY_PROPS (line 12) | const EMPTY_PROPS = {}; function mergeProps (line 63) | function mergeProps(a: any, b: any, c?: any, d?: any, e?: any) { function mergePropsN (line 100) | function mergePropsN(props: InputProps[]): Pro... function mergeOne (line 123) | function mergeOne(merged: Record, in... function createInitialMergedProps (line 130) | function createInitialMergedProps(inputProps: Inp... function copyPropsWithWrappedEventHandlers (line 139) | function copyPropsWithWrappedEventHandlers( function mutablyMergeInto (line 156) | function mutablyMergeInto( function isEventHandler (line 193) | function isEventHandler(key: string, value: unknown) { function isPropsGetter (line 207) | function isPropsGetter( function resolvePropsGetter (line 213) | function resolvePropsGetter( function mergeEventHandlers (line 224) | function mergeEventHandlers(ourHandler: Function | undefined, theirHandl... function wrapEventHandler (line 253) | function wrapEventHandler(handler: Function | undefined) { function makeEventPreventable (line 267) | function makeEventPreventable(event: Bas... function mergeClassNames (line 275) | function mergeClassNames( function isSyntheticEvent (line 291) | function isSyntheticEvent(event: unknown): event is React.SyntheticEvent { FILE: packages/react/src/meter/indicator/MeterIndicator.tsx type MeterIndicatorState (line 40) | interface MeterIndicatorState extends MeterRootState {} type MeterIndicatorProps (line 42) | interface MeterIndicatorProps extends BaseUIComponentProps<'div', MeterI... type State (line 45) | type State = MeterIndicatorState; type Props (line 46) | type Props = MeterIndicatorProps; FILE: packages/react/src/meter/label/MeterLabel.tsx type MeterLabelState (line 37) | interface MeterLabelState extends MeterRootState {} type MeterLabelProps (line 39) | interface MeterLabelProps extends BaseUIComponentProps<'span', MeterLabe... type State (line 42) | type State = MeterLabelState; type Props (line 43) | type Props = MeterLabelProps; FILE: packages/react/src/meter/root/MeterRoot.test.tsx function formatValue (line 56) | function formatValue(v: number) { FILE: packages/react/src/meter/root/MeterRoot.tsx type MeterRootState (line 77) | interface MeterRootState {} type MeterRootProps (line 78) | interface MeterRootProps extends BaseUIComponentProps<'div', MeterRootSt... type State (line 113) | type State = MeterRootState; type Props (line 114) | type Props = MeterRootProps; FILE: packages/react/src/meter/root/MeterRootContext.ts type MeterRootContext (line 4) | type MeterRootContext = { function useMeterRootContext (line 14) | function useMeterRootContext() { FILE: packages/react/src/meter/track/MeterTrack.tsx type MeterTrackState (line 25) | interface MeterTrackState extends MeterRootState {} type MeterTrackProps (line 27) | interface MeterTrackProps extends BaseUIComponentProps<'div', MeterTrack... type State (line 30) | type State = MeterTrackState; type Props (line 31) | type Props = MeterTrackProps; FILE: packages/react/src/meter/value/MeterValue.test.tsx function formatValue (line 33) | function formatValue(v: number) { function formatValue (line 53) | function formatValue(v: number) { FILE: packages/react/src/meter/value/MeterValue.tsx type MeterValueState (line 37) | interface MeterValueState extends MeterRootState {} type MeterValueProps (line 39) | interface MeterValueProps extends Omit< type State (line 47) | type State = MeterValueState; type Props (line 48) | type Props = MeterValueProps; FILE: packages/react/src/navigation-menu/arrow/NavigationMenuArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/arrow/NavigationMenuArrow.tsx type NavigationMenuArrowState (line 43) | interface NavigationMenuArrowState { type NavigationMenuArrowProps (line 62) | interface NavigationMenuArrowProps extends BaseUIComponentProps< type State (line 68) | type State = NavigationMenuArrowState; type Props (line 69) | type Props = NavigationMenuArrowProps; FILE: packages/react/src/navigation-menu/arrow/NavigationMenuArrowDataAttributes.ts type NavigationMenuArrowDataAttributes (line 3) | enum NavigationMenuArrowDataAttributes { FILE: packages/react/src/navigation-menu/backdrop/NavigationMenuBackdrop.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/backdrop/NavigationMenuBackdrop.tsx type NavigationMenuBackdropState (line 55) | interface NavigationMenuBackdropState { type NavigationMenuBackdropProps (line 66) | interface NavigationMenuBackdropProps extends BaseUIComponentProps< type State (line 72) | type State = NavigationMenuBackdropState; type Props (line 73) | type Props = NavigationMenuBackdropProps; FILE: packages/react/src/navigation-menu/backdrop/NavigationMenuBackdropDataAttributes.ts type NavigationMenuBackdropDataAttributes (line 3) | enum NavigationMenuBackdropDataAttributes { FILE: packages/react/src/navigation-menu/content/NavigationMenuContent.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/navigation-menu/content/NavigationMenuContent.tsx method activationDirection (line 25) | activationDirection(value) { method onComplete (line 77) | onComplete() { method onFocus (line 110) | onFocus(event) { method onBlur (line 117) | onBlur(event) { type NavigationMenuContentState (line 173) | interface NavigationMenuContentState { type NavigationMenuContentProps (line 188) | interface NavigationMenuContentProps extends BaseUIComponentProps< type State (line 201) | type State = NavigationMenuContentState; type Props (line 202) | type Props = NavigationMenuContentProps; FILE: packages/react/src/navigation-menu/content/NavigationMenuContentDataAttributes.ts type NavigationMenuContentDataAttributes (line 3) | enum NavigationMenuContentDataAttributes { FILE: packages/react/src/navigation-menu/icon/NavigationMenuIcon.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/icon/NavigationMenuIcon.tsx type NavigationMenuIconState (line 39) | interface NavigationMenuIconState { type NavigationMenuIconProps (line 46) | interface NavigationMenuIconProps extends BaseUIComponentProps< type State (line 52) | type State = NavigationMenuIconState; type Props (line 53) | type Props = NavigationMenuIconProps; FILE: packages/react/src/navigation-menu/item/NavigationMenuItem.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/item/NavigationMenuItem.tsx type NavigationMenuItemState (line 40) | interface NavigationMenuItemState {} type NavigationMenuItemProps (line 42) | interface NavigationMenuItemProps extends BaseUIComponentProps< type State (line 55) | type State = NavigationMenuItemState; type Props (line 56) | type Props = NavigationMenuItemProps; FILE: packages/react/src/navigation-menu/item/NavigationMenuItemContext.ts type NavigationMenuItemContextValue (line 4) | interface NavigationMenuItemContextValue { function useNavigationMenuItemContext (line 12) | function useNavigationMenuItemContext() { FILE: packages/react/src/navigation-menu/link/NavigationMenuLink.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/navigation-menu/link/NavigationMenuLink.tsx method onClick (line 43) | onClick(event) { method onBlur (line 48) | onBlur(event) { type NavigationMenuLinkState (line 77) | interface NavigationMenuLinkState { type NavigationMenuLinkProps (line 84) | interface NavigationMenuLinkProps extends BaseUIComponentProps< type State (line 101) | type State = NavigationMenuLinkState; type Props (line 102) | type Props = NavigationMenuLinkProps; FILE: packages/react/src/navigation-menu/link/NavigationMenuLinkDataAttributes.ts type NavigationMenuLinkDataAttributes (line 1) | enum NavigationMenuLinkDataAttributes { FILE: packages/react/src/navigation-menu/list/NavigationMenuDismissContext.ts function useNavigationMenuDismissContext (line 9) | function useNavigationMenuDismissContext() { FILE: packages/react/src/navigation-menu/list/NavigationMenuList.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/list/NavigationMenuList.tsx method outsidePress (line 50) | outsidePress(event) { method onKeyDown (line 71) | onKeyDown(event: React.KeyboardEvent) { type NavigationMenuListState (line 124) | interface NavigationMenuListState { type NavigationMenuListProps (line 131) | interface NavigationMenuListProps extends BaseUIComponentProps< type State (line 137) | type State = NavigationMenuListState; type Props (line 138) | type Props = NavigationMenuListProps; FILE: packages/react/src/navigation-menu/popup/NavigationMenuPopup.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/popup/NavigationMenuPopup.tsx type NavigationMenuPopupState (line 80) | interface NavigationMenuPopupState { type NavigationMenuPopupProps (line 103) | interface NavigationMenuPopupProps extends BaseUIComponentProps< type State (line 109) | type State = NavigationMenuPopupState; type Props (line 110) | type Props = NavigationMenuPopupProps; FILE: packages/react/src/navigation-menu/popup/NavigationMenuPopupCssVars.ts type NavigationMenuPopupCssVars (line 1) | enum NavigationMenuPopupCssVars { FILE: packages/react/src/navigation-menu/popup/NavigationMenuPopupDataAttributes.ts type NavigationMenuPopupDataAttributes (line 3) | enum NavigationMenuPopupDataAttributes { FILE: packages/react/src/navigation-menu/portal/NavigationMenuPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/navigation-menu/portal/NavigationMenuPortal.tsx type NavigationMenuPortalState (line 34) | interface NavigationMenuPortalState {} type NavigationMenuPortalProps (line 36) | interface NavigationMenuPortalProps extends FloatingPortal.Props(props: NavigationMenu.Root.Props) { FILE: packages/react/src/navigation-menu/root/NavigationMenuRoot.test.tsx function TestNavigationMenu (line 11) | function TestNavigationMenu(props: NavigationMenu.Root.Props) { function TestNestedNavigationMenu (line 42) | function TestNestedNavigationMenu(props: NavigationMenu.Root.Props = {}) { function TestNavigationMenuOrientationAttributes (line 93) | function TestNavigationMenuOrientationAttributes() { function TestInlineNestedNavigationMenu (line 131) | function TestInlineNestedNavigationMenu(props: { nestedDefaultValue?: st... function TestInlineNestedNavigationMenuWithDynamicContent (line 188) | function TestInlineNestedNavigationMenuWithDynamicContent({ function TestInlineNestedNavigationMenuTabForwardBoundary (line 263) | function TestInlineNestedNavigationMenuTabForwardBoundary() { function TestInlineNestedNavigationMenuTabFlow (line 319) | function TestInlineNestedNavigationMenuTabFlow() { function TestNavigationMenuWithKeepMountedContent (line 388) | function TestNavigationMenuWithKeepMountedContent() { function TestNavigationMenuWithKeepMountedContentClosed (line 418) | function TestNavigationMenuWithKeepMountedContentClosed() { function TestNavigationMenuWithScopedPopupExitAnimation (line 448) | function TestNavigationMenuWithScopedPopupExitAnimation( function mockBoundingClientRect (line 537) | function mockBoundingClientRect( function mockAnimations (line 559) | function mockAnimations(element: HTMLElement) { function mockResizeObserver (line 603) | function mockResizeObserver() { function TestDeeplyNestedNavigationMenu (line 617) | function TestDeeplyNestedNavigationMenu() { function TestNestedNavigationMenuWithCloseOnClick (line 693) | function TestNestedNavigationMenuWithCloseOnClick(props: { function TestDeeplyNestedNavigationMenuWithCloseOnClick (line 747) | function TestDeeplyNestedNavigationMenuWithCloseOnClick() { function TestNavigationMenuWithNestedPopup (line 801) | function TestNavigationMenuWithNestedPopup(props: { children: React.Reac... function TestNavigationMenuWithDialog (line 824) | function TestNavigationMenuWithDialog() { function TestNavigationMenuWithPopover (line 846) | function TestNavigationMenuWithPopover() { method render (line 881) | render(node) { function waitForAnimationFrame (line 2433) | function waitForAnimationFrame() { function waitForSettledAnimations (line 2447) | async function waitForSettledAnimations() { function finishAnimation (line 2455) | async function finishAnimation(animation: Parameters(props: { type NavigationMenuRootState (line 319) | interface NavigationMenuRootState { type NavigationMenuRootProps (line 330) | interface NavigationMenuRootProps extends BaseUIComponentPr... type NavigationMenuRootActions (line 380) | interface NavigationMenuRootActions { type NavigationMenuRootChangeEventReason (line 384) | type NavigationMenuRootChangeEventReason = type NavigationMenuRootChangeEventDetails (line 394) | type NavigationMenuRootChangeEventDetails = type State (line 398) | type State = NavigationMenuRootState; type Props (line 399) | type Props = NavigationMenuRootProps; type Value (line 400) | type Value = TValue | null; type Actions (line 401) | type Actions = NavigationMenuRootActions; type ChangeEventReason (line 402) | type ChangeEventReason = NavigationMenuRootChangeEventReason; type ChangeEventDetails (line 403) | type ChangeEventDetails = NavigationMenuRootChangeEventDetails; FILE: packages/react/src/navigation-menu/root/NavigationMenuRoot.webkit.test.tsx function TestNavigationMenu (line 19) | function TestNavigationMenu() { function TestInlineNestedNavigationMenu (line 42) | function TestInlineNestedNavigationMenu() { function mockBoundingClientRect (line 78) | function mockBoundingClientRect( FILE: packages/react/src/navigation-menu/root/NavigationMenuRootContext.ts type NavigationMenuPopupAutoSizeResetState (line 7) | type NavigationMenuPopupAutoSizeResetState = { type NavigationMenuRootContext (line 12) | interface NavigationMenuRootContext { function useNavigationMenuRootContext (line 65) | function useNavigationMenuRootContext(optional?: boolean) { function useNavigationMenuTreeContext (line 79) | function useNavigationMenuTreeContext() { FILE: packages/react/src/navigation-menu/trigger/NavigationMenuTrigger.test.tsx method render (line 14) | render(node) { FILE: packages/react/src/navigation-menu/trigger/NavigationMenuTrigger.tsx constant DEFAULT_SIZE (line 58) | const DEFAULT_SIZE = { width: 0, height: 0 }; function setAutoSizes (line 143) | function setAutoSizes() { function clearFixedSizes (line 152) | function clearFixedSizes() { function setSharedFixedSizes (line 163) | function setSharedFixedSizes(width: number, height: number) { function scheduleAutoSizeReset (line 180) | function scheduleAutoSizeReset() { function handleResize (line 390) | function handleResize() { function handleOpenChange (line 499) | function handleOpenChange( function getScope (line 574) | function getScope() { function handleActivation (line 610) | function handleActivation(event: React.MouseEvent | React.KeyboardEvent) { function handleSetPointerType (line 693) | function handleSetPointerType(event: React.PointerEvent) { method onFocus (line 706) | onFocus() { method onMouseMove (line 712) | onMouseMove() { method onKeyDown (line 715) | onKeyDown(event) { method onBlur (line 734) | onBlur(event) { type NavigationMenuTriggerState (line 826) | interface NavigationMenuTriggerState { type NavigationMenuTriggerProps (line 833) | interface NavigationMenuTriggerProps type State (line 837) | type State = NavigationMenuTriggerState; type Props (line 838) | type Props = NavigationMenuTriggerProps; function getPlacementFromElements (line 841) | function getPlacementFromElements( function getHandleCloseContext (line 861) | function getHandleCloseContext( FILE: packages/react/src/navigation-menu/trigger/NavigationMenuTriggerDataAttributes.ts type NavigationMenuTriggerDataAttributes (line 3) | enum NavigationMenuTriggerDataAttributes { FILE: packages/react/src/navigation-menu/utils/constants.ts constant OPEN_DELAY (line 1) | const OPEN_DELAY = 50; constant CLOSE_DELAY (line 2) | const CLOSE_DELAY = 50; constant NAVIGATION_MENU_TRIGGER_IDENTIFIER (line 3) | const NAVIGATION_MENU_TRIGGER_IDENTIFIER = 'data-base-ui-navigation-menu... FILE: packages/react/src/navigation-menu/utils/isOutsideMenuEvent.ts type Targets (line 4) | interface Targets { type Params (line 9) | interface Params { function isOutsideMenuEvent (line 17) | function isOutsideMenuEvent({ currentTarget, relatedTarget }: Targets, p... FILE: packages/react/src/navigation-menu/viewport/NavigationMenuViewport.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/navigation-menu/viewport/NavigationMenuViewport.tsx constant EMPTY_ROOT_CONTEXT (line 19) | const EMPTY_ROOT_CONTEXT = getEmptyRootContext(); function Guards (line 21) | function Guards({ children }: { children: React.ReactNode }) { method onBlur (line 105) | onBlur(event) { type NavigationMenuViewportState (line 135) | interface NavigationMenuViewportState {} type NavigationMenuViewportProps (line 137) | interface NavigationMenuViewportProps extends BaseUIComponentProps< type State (line 143) | type State = NavigationMenuViewportState; type Props (line 144) | type Props = NavigationMenuViewportProps; FILE: packages/react/src/number-field/decrement/NumberFieldDecrement.test.tsx method render (line 15) | render(node) { function Controlled (line 56) | function Controlled() { FILE: packages/react/src/number-field/decrement/NumberFieldDecrement.tsx type NumberFieldDecrementState (line 94) | interface NumberFieldDecrementState extends NumberFieldRootState {} type NumberFieldDecrementProps (line 96) | interface NumberFieldDecrementProps type State (line 100) | type State = NumberFieldDecrementState; type Props (line 101) | type Props = NumberFieldDecrementProps; FILE: packages/react/src/number-field/decrement/NumberFieldDecrementDataAttributes.ts type NumberFieldDecrementDataAttributes (line 1) | enum NumberFieldDecrementDataAttributes { FILE: packages/react/src/number-field/group/NumberFieldGroup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/number-field/group/NumberFieldGroup.tsx type NumberFieldGroupState (line 33) | interface NumberFieldGroupState extends NumberFieldRootState {} type NumberFieldGroupProps (line 35) | interface NumberFieldGroupProps extends BaseUIComponentProps<'div', Numb... type State (line 38) | type State = NumberFieldGroupState; type Props (line 39) | type Props = NumberFieldGroupProps; FILE: packages/react/src/number-field/group/NumberFieldGroupDataAttributes.ts type NumberFieldGroupDataAttributes (line 1) | enum NumberFieldGroupDataAttributes { FILE: packages/react/src/number-field/increment/NumberFieldIncrement.test.tsx method render (line 15) | render(node) { function Controlled (line 56) | function Controlled() { FILE: packages/react/src/number-field/increment/NumberFieldIncrement.tsx type NumberFieldIncrementState (line 94) | interface NumberFieldIncrementState extends NumberFieldRootState {} type NumberFieldIncrementProps (line 96) | interface NumberFieldIncrementProps type State (line 100) | type State = NumberFieldIncrementState; type Props (line 101) | type Props = NumberFieldIncrementProps; FILE: packages/react/src/number-field/increment/NumberFieldIncrementDataAttributes.ts type NumberFieldIncrementDataAttributes (line 1) | enum NumberFieldIncrementDataAttributes { FILE: packages/react/src/number-field/input/NumberFieldInput.test.tsx method render (line 12) | render(node) { function dispatchKey (line 120) | function dispatchKey(key: string) { function dispatchKey (line 141) | function dispatchKey(key: string) { function Controlled (line 277) | function Controlled(props: { value: number | null }) { function Controlled (line 306) | function Controlled() { function Controlled (line 343) | function Controlled() { function Controlled (line 380) | function Controlled(props: { value: number | null }) { function Controlled (line 419) | function Controlled(props: { value: number | null }) { function Controlled (line 451) | function Controlled(props: { value: number | null }) { function Controlled (line 488) | function Controlled(props: { value: number | null }) { function Controlled (line 520) | function Controlled() { function Controlled (line 557) | function Controlled(props: { value: number | null }) { function Controlled (line 591) | function Controlled() { FILE: packages/react/src/number-field/input/NumberFieldInput.tsx constant NAVIGATE_KEYS (line 40) | const NAVIGATE_KEYS = new Set([ method onFocus (line 144) | onFocus(event) { method onBlur (line 163) | onBlur(event) { method onChange (line 227) | onChange(event) { method onKeyDown (line 276) | onKeyDown(event) { method onPaste (line 399) | onPaste(event) { type NumberFieldInputState (line 429) | interface NumberFieldInputState extends NumberFieldRootState {} type NumberFieldInputProps (line 431) | interface NumberFieldInputProps extends BaseUIComponentProps< type State (line 443) | type State = NumberFieldInputState; type Props (line 444) | type Props = NumberFieldInputProps; FILE: packages/react/src/number-field/input/NumberFieldInputDataAttributes.ts type NumberFieldInputDataAttributes (line 1) | enum NumberFieldInputDataAttributes { FILE: packages/react/src/number-field/root/NumberFieldRoot.spec.tsx type NumberFieldChangeHandler (line 5) | type NumberFieldChangeHandler = NonNullable[1]; type NumberFieldWheelEvent (line 9) | type NumberFieldWheelEvent = Extract< function assertNumberFieldChange (line 16) | function assertNumberFieldChange(details: NumberFieldChangeDetails) { type NumberFieldCommitDetails (line 39) | type NumberFieldCommitDetails = Parameters[1]; function assertNumberFieldCommit (line 41) | function assertNumberFieldCommit(details: NumberFieldCommitDetails) { FILE: packages/react/src/number-field/root/NumberFieldRoot.test.tsx function NumberField (line 18) | function NumberField(props: NumberFieldBase.Root.Props) { function App (line 153) | function App() { function App (line 174) | function App() { function App (line 195) | function App() { function App (line 714) | function App() { function App (line 740) | function App() { function App (line 767) | function App() { function App (line 793) | function App() { function App (line 1018) | function App() { function App (line 1192) | function App() { function App (line 1525) | function App() { function App (line 1748) | function App() { function App (line 1772) | function App() { function App (line 1796) | function App() { function App (line 1821) | function App() { function App (line 1867) | function App() { function App (line 1891) | function App() { function App (line 1915) | function App() { FILE: packages/react/src/number-field/root/NumberFieldRoot.tsx function handleWheel (line 346) | function handleWheel(event: WheelEvent) { method onFocus (line 462) | onFocus() { method onChange (line 465) | onChange(event) { type NumberFieldRootProps (line 503) | interface NumberFieldRootProps extends Omit< type NumberFieldRootState (line 629) | interface NumberFieldRootState extends FieldRootState { type NumberFieldRootChangeEventReason (line 656) | type NumberFieldRootChangeEventReason = type NumberFieldRootChangeEventDetails (line 667) | type NumberFieldRootChangeEventDetails = BaseUIChangeEventDetails< type NumberFieldRootCommitEventReason (line 672) | type NumberFieldRootCommitEventReason = type NumberFieldRootCommitEventDetails (line 681) | type NumberFieldRootCommitEventDetails = function getControlledInputValue (line 684) | function getControlledInputValue( type State (line 697) | type State = NumberFieldRootState; type Props (line 698) | type Props = NumberFieldRootProps; type ChangeEventReason (line 699) | type ChangeEventReason = NumberFieldRootChangeEventReason; type ChangeEventDetails (line 700) | type ChangeEventDetails = NumberFieldRootChangeEventDetails; type CommitEventReason (line 701) | type CommitEventReason = NumberFieldRootCommitEventReason; type CommitEventDetails (line 702) | type CommitEventDetails = NumberFieldRootCommitEventDetails; FILE: packages/react/src/number-field/root/NumberFieldRootContext.ts type InputMode (line 7) | type InputMode = 'numeric' | 'decimal' | 'text'; type NumberFieldRootContext (line 9) | interface NumberFieldRootContext { function useNumberFieldRootContext (line 48) | function useNumberFieldRootContext() { FILE: packages/react/src/number-field/root/NumberFieldRootDataAttributes.ts type NumberFieldRootDataAttributes (line 1) | enum NumberFieldRootDataAttributes { FILE: packages/react/src/number-field/root/useNumberFieldButton.ts function isTouchLikePointerType (line 27) | function isTouchLikePointerType(pointerType: string) { function useNumberFieldButton (line 31) | function useNumberFieldButton(params: UseNumberFieldButtonParameters) { type UseNumberFieldButtonParameters (line 154) | interface UseNumberFieldButtonParameters { type UseNumberFieldButtonReturnValue (line 175) | interface UseNumberFieldButtonReturnValue { type UseNumberFieldButtonState (line 179) | interface UseNumberFieldButtonState {} FILE: packages/react/src/number-field/scrub-area-cursor/NumberFieldScrubAreaCursor.test.tsx method render (line 26) | render(node) { FILE: packages/react/src/number-field/scrub-area-cursor/NumberFieldScrubAreaCursor.tsx type NumberFieldScrubAreaCursorState (line 58) | interface NumberFieldScrubAreaCursorState extends NumberFieldRootState {} type NumberFieldScrubAreaCursorProps (line 60) | interface NumberFieldScrubAreaCursorProps extends BaseUIComponentProps< type State (line 66) | type State = NumberFieldScrubAreaCursorState; type Props (line 67) | type Props = NumberFieldScrubAreaCursorProps; FILE: packages/react/src/number-field/scrub-area-cursor/NumberFieldScrubAreaCursorDataAttributes.ts type NumberFieldScrubAreaCursorDataAttributes (line 1) | enum NumberFieldScrubAreaCursorDataAttributes { FILE: packages/react/src/number-field/scrub-area/NumberFieldScrubArea.test.tsx function createPointerDownEvent (line 11) | function createPointerDownEvent(elm: HTMLElement) { function createPointerMoveEvent (line 22) | function createPointerMoveEvent({ movementX = 0, movementY = 0 }) { FILE: packages/react/src/number-field/scrub-area/NumberFieldScrubArea.tsx function updateCursorTransform (line 75) | function updateCursorTransform(x: number, y: number) { function handleScrubPointerUp (line 149) | function handleScrubPointerUp(event: PointerEvent) { function handleScrubPointerMove (line 185) | function handleScrubPointerMove(event: PointerEvent) { function handleTouchStart (line 252) | function handleTouchStart(event: TouchEvent) { method onPointerDown (line 274) | async onPointerDown(event) { type NumberFieldScrubAreaState (line 342) | interface NumberFieldScrubAreaState extends NumberFieldRootState {} type NumberFieldScrubAreaProps (line 344) | interface NumberFieldScrubAreaProps extends BaseUIComponentProps< type State (line 367) | type State = NumberFieldScrubAreaState; type Props (line 368) | type Props = NumberFieldScrubAreaProps; FILE: packages/react/src/number-field/scrub-area/NumberFieldScrubAreaContext.ts type NumberFieldScrubAreaContext (line 4) | interface NumberFieldScrubAreaContext { function useNumberFieldScrubAreaContext (line 19) | function useNumberFieldScrubAreaContext() { FILE: packages/react/src/number-field/scrub-area/NumberFieldScrubAreaDataAttributes.ts type NumberFieldScrubAreaDataAttributes (line 1) | enum NumberFieldScrubAreaDataAttributes { FILE: packages/react/src/number-field/utils/constants.ts constant CHANGE_VALUE_TICK_DELAY (line 1) | const CHANGE_VALUE_TICK_DELAY = 60; constant START_AUTO_CHANGE_DELAY (line 2) | const START_AUTO_CHANGE_DELAY = 400; constant SCROLLING_POINTER_MOVE_DISTANCE (line 3) | const SCROLLING_POINTER_MOVE_DISTANCE = 8; constant DEFAULT_STEP (line 4) | const DEFAULT_STEP = 1; FILE: packages/react/src/number-field/utils/getViewportRect.ts function getViewportRect (line 4) | function getViewportRect(teleportDistance: number | undefined, scrubArea... FILE: packages/react/src/number-field/utils/parse.ts constant HAN_NUMERALS (line 3) | const HAN_NUMERALS = ['零', '〇', '一', '二', '三', '四', '五', '六', '七', '八', ... constant HAN_NUMERAL_TO_DIGIT (line 5) | const HAN_NUMERAL_TO_DIGIT: Record = { constant ARABIC_NUMERALS (line 18) | const ARABIC_NUMERALS = ['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']; constant PERSIAN_NUMERALS (line 19) | const PERSIAN_NUMERALS = ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '... constant FULLWIDTH_NUMERALS (line 20) | const FULLWIDTH_NUMERALS = ['0', '1', '2', '3', '4', '5', '6', '7', '8',... constant PERCENTAGES (line 22) | const PERCENTAGES = ['%', '٪', '%', '﹪']; constant PERMILLE (line 23) | const PERMILLE = ['‰', '؉']; constant UNICODE_MINUS_SIGNS (line 25) | const UNICODE_MINUS_SIGNS = ['−', '-', '‒', '–', '—', '﹣']; constant UNICODE_PLUS_SIGNS (line 26) | const UNICODE_PLUS_SIGNS = ['+', '﹢']; constant FULLWIDTH_DECIMAL (line 29) | const FULLWIDTH_DECIMAL = '.'; constant FULLWIDTH_GROUP (line 30) | const FULLWIDTH_GROUP = ','; constant ARABIC_RE (line 32) | const ARABIC_RE = new RegExp(`[${ARABIC_NUMERALS.join('')}]`, 'g'); constant PERSIAN_RE (line 33) | const PERSIAN_RE = new RegExp(`[${PERSIAN_NUMERALS.join('')}]`, 'g'); constant FULLWIDTH_RE (line 34) | const FULLWIDTH_RE = new RegExp(`[${FULLWIDTH_NUMERALS.join('')}]`, 'g'); constant HAN_RE (line 35) | const HAN_RE = new RegExp(`[${HAN_NUMERALS.join('')}]`, 'g'); constant PERCENT_RE (line 36) | const PERCENT_RE = new RegExp(`[${PERCENTAGES.join('')}]`); constant PERMILLE_RE (line 37) | const PERMILLE_RE = new RegExp(`[${PERMILLE.join('')}]`); constant ARABIC_DETECT_RE (line 40) | const ARABIC_DETECT_RE = /[٠١٢٣٤٥٦٧٨٩]/; constant PERSIAN_DETECT_RE (line 41) | const PERSIAN_DETECT_RE = /[۰۱۲۳۴۵۶۷۸۹]/; constant HAN_DETECT_RE (line 42) | const HAN_DETECT_RE = /[零〇一二三四五六七八九]/; constant FULLWIDTH_DETECT_RE (line 43) | const FULLWIDTH_DETECT_RE = new RegExp(`[${FULLWIDTH_NUMERALS.join('')}]`); constant BASE_NON_NUMERIC_SYMBOLS (line 45) | const BASE_NON_NUMERIC_SYMBOLS = [ constant SPACE_SEPARATOR_RE (line 53) | const SPACE_SEPARATOR_RE = /\p{Zs}/u; constant PLUS_SIGNS_WITH_ASCII (line 54) | const PLUS_SIGNS_WITH_ASCII = ['+', ...UNICODE_PLUS_SIGNS]; constant MINUS_SIGNS_WITH_ASCII (line 55) | const MINUS_SIGNS_WITH_ASCII = ['-', ...UNICODE_MINUS_SIGNS]; constant ANY_MINUS_CLASS (line 62) | const ANY_MINUS_CLASS = charClassFrom(['-'].concat(UNICODE_MINUS_SIGNS)); constant ANY_PLUS_CLASS (line 63) | const ANY_PLUS_CLASS = charClassFrom(['+'].concat(UNICODE_PLUS_SIGNS)); constant ANY_MINUS_RE (line 65) | const ANY_MINUS_RE = new RegExp(ANY_MINUS_CLASS, 'gu'); constant ANY_PLUS_RE (line 66) | const ANY_PLUS_RE = new RegExp(ANY_PLUS_CLASS, 'gu'); constant ANY_MINUS_DETECT_RE (line 67) | const ANY_MINUS_DETECT_RE = new RegExp(ANY_MINUS_CLASS); constant ANY_PLUS_DETECT_RE (line 68) | const ANY_PLUS_DETECT_RE = new RegExp(ANY_PLUS_CLASS); function getNumberLocaleDetails (line 70) | function getNumberLocaleDetails( function parseNumber (line 93) | function parseNumber( FILE: packages/react/src/number-field/utils/subscribeToVisualViewportResize.ts function subscribeToVisualViewportResize (line 5) | function subscribeToVisualViewportResize( FILE: packages/react/src/number-field/utils/types.ts type Direction (line 1) | type Direction = -1 | 1; type DirectionalChangeReason (line 3) | type DirectionalChangeReason = type ChangeEventCustomProperties (line 10) | interface ChangeEventCustomProperties { type IncrementValueParameters (line 14) | interface IncrementValueParameters { type EventWithOptionalKeyState (line 21) | interface EventWithOptionalKeyState { FILE: packages/react/src/number-field/utils/validate.ts constant STEP_EPSILON_FACTOR (line 4) | const STEP_EPSILON_FACTOR = 1e-10; function getFractionDigits (line 6) | function getFractionDigits(format?: Intl.NumberFormatOptions) { function roundToFractionDigits (line 17) | function roundToFractionDigits(value: number, maximumFractionDigits: num... function removeFloatingPointErrors (line 25) | function removeFloatingPointErrors(value: number, format?: Intl.NumberFo... function snapToStep (line 30) | function snapToStep( function toValidatedNumber (line 60) | function toValidatedNumber( FILE: packages/react/src/popover/arrow/PopoverArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/popover/arrow/PopoverArrow.tsx type PopoverArrowState (line 43) | interface PopoverArrowState { type PopoverArrowProps (line 62) | interface PopoverArrowProps extends BaseUIComponentProps<'div', PopoverA... type State (line 65) | type State = PopoverArrowState; type Props (line 66) | type Props = PopoverArrowProps; FILE: packages/react/src/popover/arrow/PopoverArrowDataAttributes.ts type PopoverArrowDataAttributes (line 3) | enum PopoverArrowDataAttributes { FILE: packages/react/src/popover/backdrop/PopoverBackdrop.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/popover/backdrop/PopoverBackdrop.tsx type PopoverBackdropState (line 62) | interface PopoverBackdropState { type PopoverBackdropProps (line 73) | interface PopoverBackdropProps extends BaseUIComponentProps<'div', Popov... type State (line 76) | type State = PopoverBackdropState; type Props (line 77) | type Props = PopoverBackdropProps; FILE: packages/react/src/popover/backdrop/PopoverBackdropDataAttributes.ts type PopoverBackdropDataAttributes (line 3) | enum PopoverBackdropDataAttributes { FILE: packages/react/src/popover/close/PopoverClose.test.tsx function isElementOrAncestorInert (line 6) | function isElementOrAncestorInert(element: HTMLElement) { method render (line 29) | render(node) { FILE: packages/react/src/popover/close/PopoverClose.tsx method onClick (line 42) | onClick(event) { type PopoverCloseState (line 57) | interface PopoverCloseState {} type PopoverCloseProps (line 59) | interface PopoverCloseProps type State (line 63) | type State = PopoverCloseState; type Props (line 64) | type Props = PopoverCloseProps; FILE: packages/react/src/popover/description/PopoverDescription.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/popover/description/PopoverDescription.tsx type PopoverDescriptionState (line 40) | interface PopoverDescriptionState {} type PopoverDescriptionProps (line 42) | interface PopoverDescriptionProps extends BaseUIComponentProps< type State (line 48) | type State = PopoverDescriptionState; type Props (line 49) | type Props = PopoverDescriptionProps; FILE: packages/react/src/popover/popup/PopoverPopup.test.tsx method render (line 12) | render(node) { function TestComponent (line 71) | function TestComponent() { function TestComponent (line 108) | function TestComponent() { function TestComponent (line 146) | function TestComponent() { function TestComponent (line 191) | function TestComponent() { function TestComponent (line 217) | function TestComponent() { function TestComponent (line 242) | function TestComponent() { function TestComponent (line 268) | function TestComponent() { function TestComponent (line 381) | function TestComponent() { function TestComponent (line 423) | function TestComponent() { function TestComponent (line 457) | function TestComponent() { function TestComponent (line 486) | function TestComponent() { function TestComponent (line 515) | function TestComponent() { function TestComponent (line 562) | function TestComponent() { FILE: packages/react/src/popover/popup/PopoverPopup.tsx method onComplete (line 61) | onComplete() { function defaultInitialFocus (line 77) | function defaultInitialFocus(interactionType: InteractionType) { method onKeyDown (line 111) | onKeyDown(event) { type PopoverPopupState (line 143) | interface PopoverPopupState { type PopoverPopupProps (line 166) | interface PopoverPopupProps extends BaseUIComponentProps<'div', PopoverP... type State (line 198) | type State = PopoverPopupState; type Props (line 199) | type Props = PopoverPopupProps; FILE: packages/react/src/popover/popup/PopoverPopupCssVars.ts type PopoverPopupCssVars (line 1) | enum PopoverPopupCssVars { FILE: packages/react/src/popover/popup/PopoverPopupDataAttributes.ts type PopoverPopupDataAttributes (line 3) | enum PopoverPopupDataAttributes { FILE: packages/react/src/popover/portal/PopoverPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/popover/portal/PopoverPortal.tsx type PopoverPortalState (line 35) | interface PopoverPortalState {} type PopoverPortalProps (line 37) | interface PopoverPortalProps extends FloatingPortal.Props({ props }: { props: PopoverRoot.P... function PopoverRoot (line 173) | function PopoverRoot(props: PopoverRoot.Props { type PopoverRootActions (line 255) | interface PopoverRootActions { type PopoverRootChangeEventReason (line 260) | type PopoverRootChangeEventReason = type PopoverRootChangeEventDetails (line 270) | type PopoverRootChangeEventDetails = type State (line 276) | type State = PopoverRootState; type Props (line 277) | type Props = PopoverRootProps; type Actions (line 278) | type Actions = PopoverRootActions; type ChangeEventReason (line 279) | type ChangeEventReason = PopoverRootChangeEventReason; type ChangeEventDetails (line 280) | type ChangeEventDetails = PopoverRootChangeEventDetails; FILE: packages/react/src/popover/root/PopoverRootContext.ts type PopoverRootContext (line 5) | interface PopoverRootContext { function usePopoverRootContext (line 13) | function usePopoverRootContext(optional?: boolean) { FILE: packages/react/src/popover/store/PopoverHandle.ts class PopoverHandle (line 5) | class PopoverHandle { method constructor (line 12) | constructor() { method open (line 22) | open(triggerId: string) { method close (line 44) | close() { method isOpen (line 54) | get isOpen() { function createPopoverHandle (line 62) | function createPopoverHandle(): PopoverHandle { FILE: packages/react/src/popover/store/PopoverStore.ts type State (line 21) | type State = PopupStoreState & { type Context (line 37) | type Context = PopupStoreContext & { function createInitialState (line 46) | function createInitialState(): State { class PopoverStore (line 81) | class PopoverStore extends ReactStore< method constructor (line 86) | constructor(initialState?: Partial>) { method useStore (line 181) | public static useStore( type Selectors (line 200) | type Selectors = typeof selectors; FILE: packages/react/src/popover/title/PopoverTitle.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/popover/title/PopoverTitle.tsx type PopoverTitleState (line 40) | interface PopoverTitleState {} type PopoverTitleProps (line 42) | interface PopoverTitleProps extends BaseUIComponentProps< type State (line 48) | type State = PopoverTitleState; type Props (line 49) | type Props = PopoverTitleProps; FILE: packages/react/src/popover/trigger/PopoverTrigger.test.tsx method render (line 21) | render(node) { FILE: packages/react/src/popover/trigger/PopoverTrigger.tsx method open (line 127) | open(value) { type PopoverTrigger (line 220) | interface PopoverTrigger { type PopoverTriggerState (line 226) | interface PopoverTriggerState { type PopoverTriggerProps (line 237) | type PopoverTriggerProps = NativeButtonProps & type State (line 282) | type State = PopoverTriggerState; type Props (line 283) | type Props = PopoverTriggerProps; FILE: packages/react/src/popover/trigger/PopoverTriggerDataAttributes.ts type PopoverTriggerDataAttributes (line 3) | enum PopoverTriggerDataAttributes { FILE: packages/react/src/popover/utils/constants.ts constant OPEN_DELAY (line 1) | const OPEN_DELAY = 300; FILE: packages/react/src/popover/viewport/PopoverViewport.test.tsx method render (line 12) | render(node) { function TestComponent (line 205) | function TestComponent() { FILE: packages/react/src/popover/viewport/PopoverViewport.tsx type PopoverViewportState (line 59) | interface PopoverViewportState { type Props (line 75) | interface Props extends BaseUIComponentProps<'div', PopoverViewportState> { type State (line 82) | type State = PopoverViewportState; FILE: packages/react/src/popover/viewport/PopoverViewportCssVars.ts type PopoverViewportCssVars (line 1) | enum PopoverViewportCssVars { FILE: packages/react/src/popover/viewport/PopoverViewportDataAttributes.ts type PopoverViewportDataAttributes (line 1) | enum PopoverViewportDataAttributes { FILE: packages/react/src/preview-card/arrow/PreviewCardArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/preview-card/arrow/PreviewCardArrow.tsx type PreviewCardArrowState (line 43) | interface PreviewCardArrowState { type PreviewCardArrowProps (line 62) | interface PreviewCardArrowProps extends BaseUIComponentProps<'div', Prev... type State (line 65) | type State = PreviewCardArrowState; type Props (line 66) | type Props = PreviewCardArrowProps; FILE: packages/react/src/preview-card/arrow/PreviewCardArrowDataAttributes.ts type PreviewCardArrowDataAttributes (line 3) | enum PreviewCardArrowDataAttributes { FILE: packages/react/src/preview-card/backdrop/PreviewCardBackdrop.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/preview-card/backdrop/PreviewCardBackdrop.tsx type PreviewCardBackdropState (line 59) | interface PreviewCardBackdropState { type PreviewCardBackdropProps (line 70) | interface PreviewCardBackdropProps extends BaseUIComponentProps< type State (line 76) | type State = PreviewCardBackdropState; type Props (line 77) | type Props = PreviewCardBackdropProps; FILE: packages/react/src/preview-card/backdrop/PreviewCardBackdropDataAttributes.ts type PreviewCardBackdropDataAttributes (line 3) | enum PreviewCardBackdropDataAttributes { FILE: packages/react/src/preview-card/popup/PreviewCardPopup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/preview-card/popup/PreviewCardPopup.tsx method onComplete (line 46) | onComplete() { type PreviewCardPopupState (line 77) | interface PreviewCardPopupState { type PreviewCardPopupProps (line 100) | interface PreviewCardPopupProps extends BaseUIComponentProps<'div', Prev... type State (line 103) | type State = PreviewCardPopupState; type Props (line 104) | type Props = PreviewCardPopupProps; FILE: packages/react/src/preview-card/popup/PreviewCardPopupDataAttributes.ts type PreviewCardPopupDataAttributes (line 3) | enum PreviewCardPopupDataAttributes { FILE: packages/react/src/preview-card/portal/PreviewCardPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/preview-card/portal/PreviewCardPortal.tsx type PreviewCardPortalState (line 35) | interface PreviewCardPortalState {} type PreviewCardPortalProps (line 37) | interface PreviewCardPortalProps extends FloatingPortalLite.Props = PreviewCardStore; function usePreviewCardRootContext (line 13) | function usePreviewCardRootContext(optional?: boolean) { FILE: packages/react/src/preview-card/root/PreviewCardRoot.detached-triggers.test.tsx type NumberPayload (line 15) | type NumberPayload = { payload: number | undefined }; function Test (line 307) | function Test() { type NumberPayload (line 404) | type NumberPayload = { payload: number | undefined }; function Test (line 595) | function Test() { function Test (line 731) | function Test() { FILE: packages/react/src/preview-card/root/PreviewCardRoot.test.tsx function App (line 118) | function App() { function App (line 162) | function App() { function Test (line 382) | function Test() { function Test (line 415) | function Test() { function Test (line 467) | function Test() { function Test (line 500) | function Test() { function Test (line 555) | function Test() { function Test (line 588) | function Test() { function Test (line 652) | function Test() { function Test (line 691) | function Test() { function Test (line 739) | function Test() { function Test (line 787) | function Test() { function Test (line 870) | function Test() { type TestPreviewCardProps (line 932) | type TestPreviewCardProps = { function ContainedTriggerPreviewCard (line 940) | function ContainedTriggerPreviewCard(props: TestPreviewCardProps) { function DetachedTriggerPreviewCard (line 967) | function DetachedTriggerPreviewCard(props: TestPreviewCardProps) { function MultipleDetachedTriggersPreviewCard (line 1003) | function MultipleDetachedTriggersPreviewCard(props: TestPreviewCardProps) { FILE: packages/react/src/preview-card/root/PreviewCardRoot.tsx function PreviewCardRootComponent (line 20) | function PreviewCardRootComponent(props: PreviewCardRoot.Props<... function PreviewCardRoot (line 111) | function PreviewCardRoot(props: PreviewCardRoot.Props) { function createPreviewCardEventDetails (line 123) | function createPreviewCardEventDetails( type PreviewCardRootState (line 137) | interface PreviewCardRootState {} type PreviewCardRootProps (line 139) | interface PreviewCardRootProps { type PreviewCardRootActions (line 191) | interface PreviewCardRootActions { type PreviewCardRootChangeEventReason (line 196) | type PreviewCardRootChangeEventReason = type PreviewCardRootChangeEventDetails (line 205) | type PreviewCardRootChangeEventDetails = type State (line 211) | type State = PreviewCardRootState; type Props (line 212) | type Props = PreviewCardRootProps; type Actions (line 213) | type Actions = PreviewCardRootActions; type ChangeEventReason (line 214) | type ChangeEventReason = PreviewCardRootChangeEventReason; type ChangeEventDetails (line 215) | type ChangeEventDetails = PreviewCardRootChangeEventDetails; FILE: packages/react/src/preview-card/store/PreviewCardHandle.ts class PreviewCardHandle (line 8) | class PreviewCardHandle { method constructor (line 15) | constructor() { method open (line 27) | open(triggerId: string) { method close (line 45) | close() { method isOpen (line 55) | get isOpen() { function createPreviewCardHandle (line 63) | function createPreviewCardHandle(): PreviewCardHandle { FILE: packages/react/src/preview-card/store/PreviewCardStore.ts type State (line 17) | type State = PopupStoreState & { type Context (line 22) | type Context = PopupStoreContext & { class PreviewCardStore (line 32) | class PreviewCardStore extends ReactStore< method constructor (line 37) | constructor(initialState?: Partial>) { method useStore (line 103) | public static useStore( function createInitialState (line 129) | function createInitialState(): State { FILE: packages/react/src/preview-card/trigger/PreviewCardTrigger.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/preview-card/trigger/PreviewCardTrigger.tsx type PreviewCardTrigger (line 99) | interface PreviewCardTrigger { type PreviewCardTriggerState (line 105) | interface PreviewCardTriggerState { type PreviewCardTriggerProps (line 112) | interface PreviewCardTriggerProps extends BaseUICompo... type State (line 137) | type State = PreviewCardTriggerState; type Props (line 138) | type Props = PreviewCardTriggerProps; FILE: packages/react/src/preview-card/trigger/PreviewCardTriggerDataAttributes.ts type PreviewCardTriggerDataAttributes (line 3) | enum PreviewCardTriggerDataAttributes { FILE: packages/react/src/preview-card/utils/constants.ts constant OPEN_DELAY (line 1) | const OPEN_DELAY = 600; constant CLOSE_DELAY (line 2) | const CLOSE_DELAY = 300; FILE: packages/react/src/preview-card/viewport/PreviewCardViewport.test.tsx method render (line 12) | render(node) { function TestComponent (line 214) | function TestComponent() { FILE: packages/react/src/preview-card/viewport/PreviewCardViewport.tsx type PreviewCardViewportState (line 59) | interface PreviewCardViewportState { type Props (line 75) | interface Props extends BaseUIComponentProps<'div', PreviewCardViewportS... type State (line 82) | type State = PreviewCardViewportState; FILE: packages/react/src/preview-card/viewport/PreviewCardViewportCssVars.ts type PreviewCardViewportCssVars (line 1) | enum PreviewCardViewportCssVars { FILE: packages/react/src/preview-card/viewport/PreviewCardViewportDataAttributes.ts type PreviewCardViewportDataAttributes (line 1) | enum PreviewCardViewportDataAttributes { FILE: packages/react/src/progress/indicator/ProgressIndicator.tsx type ProgressIndicatorState (line 54) | interface ProgressIndicatorState extends ProgressRootState {} type ProgressIndicatorProps (line 56) | interface ProgressIndicatorProps extends BaseUIComponentProps< type State (line 62) | type State = ProgressIndicatorState; type Props (line 63) | type Props = ProgressIndicatorProps; FILE: packages/react/src/progress/indicator/ProgressIndicatorDataAttributes.ts type ProgressIndicatorDataAttributes (line 1) | enum ProgressIndicatorDataAttributes { FILE: packages/react/src/progress/label/ProgressLabel.tsx type ProgressLabelState (line 42) | interface ProgressLabelState extends ProgressRootState {} type ProgressLabelProps (line 44) | interface ProgressLabelProps extends BaseUIComponentProps<'span', Progre... type State (line 47) | type State = ProgressLabelState; type Props (line 48) | type Props = ProgressLabelProps; FILE: packages/react/src/progress/label/ProgressLabelDataAttributes.ts type ProgressLabelDataAttributes (line 1) | enum ProgressLabelDataAttributes { FILE: packages/react/src/progress/root/ProgressRoot.test.tsx function TestProgress (line 7) | function TestProgress(props: ProgressRoot.Props) { function formatValue (line 64) | function formatValue(v: number) { FILE: packages/react/src/progress/root/ProgressRoot.tsx function getDefaultAriaValueText (line 11) | function getDefaultAriaValueText(formattedValue: string | null, value: n... type ProgressStatus (line 96) | type ProgressStatus = 'indeterminate' | 'progressing' | 'complete'; type ProgressRootState (line 98) | interface ProgressRootState { type ProgressRootProps (line 105) | interface ProgressRootProps extends BaseUIComponentProps<'div', Progress... type State (line 141) | type State = ProgressRootState; type Props (line 142) | type Props = ProgressRootProps; FILE: packages/react/src/progress/root/ProgressRootContext.tsx type ProgressRootContext (line 5) | type ProgressRootContext = { function useProgressRootContext (line 32) | function useProgressRootContext() { FILE: packages/react/src/progress/root/ProgressRootDataAttributes.ts type ProgressRootDataAttributes (line 1) | enum ProgressRootDataAttributes { FILE: packages/react/src/progress/root/stateAttributesMapping.ts method status (line 6) | status(value): Record | null { FILE: packages/react/src/progress/track/ProgressTrack.tsx type ProgressTrackState (line 33) | interface ProgressTrackState extends ProgressRootState {} type ProgressTrackProps (line 35) | interface ProgressTrackProps extends BaseUIComponentProps<'div', Progres... type State (line 38) | type State = ProgressTrackState; type Props (line 39) | type Props = ProgressTrackProps; FILE: packages/react/src/progress/track/ProgressTrackDataAttributes.ts type ProgressTrackDataAttributes (line 1) | enum ProgressTrackDataAttributes { FILE: packages/react/src/progress/value/ProgressValue.test.tsx function formatValue (line 33) | function formatValue(v: number) { function formatValue (line 54) | function formatValue(v: number) { FILE: packages/react/src/progress/value/ProgressValue.tsx type ProgressValueState (line 44) | interface ProgressValueState extends ProgressRootState {} type ProgressValueProps (line 46) | interface ProgressValueProps extends Omit< type State (line 57) | type State = ProgressValueState; type Props (line 58) | type Props = ProgressValueProps; FILE: packages/react/src/progress/value/ProgressValueDataAttributes.ts type ProgressValueDataAttributes (line 1) | enum ProgressValueDataAttributes { FILE: packages/react/src/radio-group/RadioGroup.spec.tsx type NarrowedValue (line 14) | type NarrowedValue = (typeof narrowedValues)[number]; FILE: packages/react/src/radio-group/RadioGroup.test.tsx function App (line 214) | function App() { function App (line 308) | function App() { function App (line 729) | function App() { function App (line 1044) | function App() { FILE: packages/react/src/radio-group/RadioGroup.tsx constant MODIFIER_KEYS (line 22) | const MODIFIER_KEYS = [SHIFT]; function setInputRef (line 95) | function setInputRef(hiddenInput: HTMLInputElement | null) { method onFocus (line 225) | onFocus() { method onBlur (line 228) | onBlur(event) { method onKeyDownCapture (line 238) | onKeyDownCapture(event) { type RadioGroupState (line 265) | interface RadioGroupState extends FieldRootState { type RadioGroupProps (line 276) | interface RadioGroupProps extends Omit< type RadioGroupChangeEventReason (line 321) | type RadioGroupChangeEventReason = typeof REASONS.none; type RadioGroupChangeEventDetails (line 323) | type RadioGroupChangeEventDetails = BaseUIChangeEventDetails = RadioGroupProps; type ChangeEventReason (line 328) | type ChangeEventReason = RadioGroupChangeEventReason; type ChangeEventDetails (line 329) | type ChangeEventDetails = RadioGroupChangeEventDetails; FILE: packages/react/src/radio-group/RadioGroupContext.ts type RadioGroupContext (line 7) | interface RadioGroupContext { function useRadioGroupContext (line 30) | function useRadioGroupContext() { FILE: packages/react/src/radio-group/RadioGroupDataAttributes.ts type RadioGroupDataAttributes (line 1) | enum RadioGroupDataAttributes { FILE: packages/react/src/radio/indicator/RadioIndicator.test.tsx method render (line 17) | render(node) { function Test (line 27) | function Test() { function Test (line 69) | function Test() { function notifyTransitionFinished (line 127) | function notifyTransitionFinished() { function Test (line 142) | function Test() { function Test (line 197) | function Test() { FILE: packages/react/src/radio/indicator/RadioIndicator.tsx method onComplete (line 47) | onComplete() { type RadioIndicatorProps (line 61) | interface RadioIndicatorProps extends BaseUIComponentProps<'span', Radio... type RadioIndicatorState (line 69) | interface RadioIndicatorState { type Props (line 81) | type Props = RadioIndicatorProps; type State (line 82) | type State = RadioIndicatorState; FILE: packages/react/src/radio/indicator/RadioIndicatorDataAttributes.ts type RadioIndicatorDataAttributes (line 3) | enum RadioIndicatorDataAttributes { FILE: packages/react/src/radio/root/RadioRoot.test.tsx function TestCase (line 86) | function TestCase() { FILE: packages/react/src/radio/root/RadioRoot.tsx method onKeyDown (line 145) | onKeyDown(event) { method onClick (line 150) | onClick(event) { method onFocus (line 167) | onFocus(event) { method onChange (line 196) | onChange(event) { method onFocus (line 217) | onFocus() { type RadioRootState (line 276) | interface RadioRootState extends FieldRootState { type RadioRootProps (line 295) | interface RadioRootProps type State (line 320) | type State = RadioRootState; type Props (line 321) | type Props = RadioRootProps; FILE: packages/react/src/radio/root/RadioRootContext.ts type RadioRootContext (line 4) | interface RadioRootContext { function useRadioRootContext (line 13) | function useRadioRootContext() { FILE: packages/react/src/radio/root/RadioRootDataAttributes.ts type RadioRootDataAttributes (line 1) | enum RadioRootDataAttributes { FILE: packages/react/src/radio/utils/stateAttributesMapping.ts method checked (line 8) | checked(value): Record { FILE: packages/react/src/scroll-area/constants.ts constant SCROLL_TIMEOUT (line 1) | const SCROLL_TIMEOUT = 500; constant MIN_THUMB_SIZE (line 2) | const MIN_THUMB_SIZE = 16; FILE: packages/react/src/scroll-area/content/ScrollAreaContent.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/scroll-area/content/ScrollAreaContent.tsx type ScrollAreaContentState (line 71) | interface ScrollAreaContentState extends ScrollAreaRootState {} type ScrollAreaContentProps (line 73) | interface ScrollAreaContentProps extends BaseUIComponentProps< type State (line 79) | type State = ScrollAreaContentState; type Props (line 80) | type Props = ScrollAreaContentProps; FILE: packages/react/src/scroll-area/corner/ScrollAreaCorner.test.tsx function mockViewportMetrics (line 7) | function mockViewportMetrics(viewport: HTMLDivElement | null) { method render (line 32) | render(node) { FILE: packages/react/src/scroll-area/corner/ScrollAreaCorner.tsx type ScrollAreaCornerState (line 44) | interface ScrollAreaCornerState {} type ScrollAreaCornerProps (line 46) | interface ScrollAreaCornerProps extends BaseUIComponentProps<'div', Scro... type State (line 49) | type State = ScrollAreaCornerState; type Props (line 50) | type Props = ScrollAreaCornerProps; FILE: packages/react/src/scroll-area/root/ScrollAreaRoot.test.tsx constant VIEWPORT_SIZE (line 10) | const VIEWPORT_SIZE = 200; constant SCROLLABLE_CONTENT_SIZE (line 11) | const SCROLLABLE_CONTENT_SIZE = 1000; constant SCROLLBAR_WIDTH (line 12) | const SCROLLBAR_WIDTH = 10; constant SCROLLBAR_HEIGHT (line 13) | const SCROLLBAR_HEIGHT = 10; function withMockResizeObserver (line 15) | async function withMockResizeObserver(test: (notifyResizeObserver: () =>... function App (line 103) | function App() { FILE: packages/react/src/scroll-area/root/ScrollAreaRoot.tsx constant DEFAULT_COORDS (line 18) | const DEFAULT_COORDS = { x: 0, y: 0 }; constant DEFAULT_SIZE (line 19) | const DEFAULT_SIZE = { width: 0, height: 0 }; constant DEFAULT_OVERFLOW_EDGES (line 20) | const DEFAULT_OVERFLOW_EDGES = { xStart: false, xEnd: false, yStart: fal... constant DEFAULT_HIDDEN_STATE (line 21) | const DEFAULT_HIDDEN_STATE = { x: true, y: true, corner: true }; type HiddenState (line 23) | type HiddenState = typeof DEFAULT_HIDDEN_STATE; type OverflowEdges (line 24) | type OverflowEdges = typeof DEFAULT_OVERFLOW_EDGES; type Size (line 25) | type Size = typeof DEFAULT_SIZE; type Coords (line 26) | type Coords = typeof DEFAULT_COORDS; function handleTouchModalityChange (line 196) | function handleTouchModalityChange(event: React.PointerEvent) { function handlePointerEnterOrMove (line 200) | function handlePointerEnterOrMove(event: React.PointerEvent) { method onPointerLeave (line 228) | onPointerLeave() { type ScrollAreaRootState (line 310) | interface ScrollAreaRootState { type ScrollAreaRootProps (line 345) | interface ScrollAreaRootProps extends BaseUIComponentProps<'div', Scroll... type State (line 363) | type State = ScrollAreaRootState; type Props (line 364) | type Props = ScrollAreaRootProps; function normalizeOverflowEdgeThreshold (line 367) | function normalizeOverflowEdgeThreshold( FILE: packages/react/src/scroll-area/root/ScrollAreaRootContext.ts type ScrollAreaRootContext (line 11) | interface ScrollAreaRootContext { function useScrollAreaRootContext (line 54) | function useScrollAreaRootContext() { FILE: packages/react/src/scroll-area/root/ScrollAreaRootCssVars.ts type ScrollAreaRootCssVars (line 1) | enum ScrollAreaRootCssVars { FILE: packages/react/src/scroll-area/root/ScrollAreaRootDataAttributes.ts type ScrollAreaRootDataAttributes (line 1) | enum ScrollAreaRootDataAttributes { FILE: packages/react/src/scroll-area/scrollbar/ScrollAreaScrollbar.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/scroll-area/scrollbar/ScrollAreaScrollbar.tsx function handleWheel (line 77) | function handleWheel(event: WheelEvent) { method onPointerDown (line 122) | onPointerDown(event) { type ScrollAreaScrollbarState (line 234) | interface ScrollAreaScrollbarState extends ScrollAreaRootState { type ScrollAreaScrollbarProps (line 249) | interface ScrollAreaScrollbarProps extends BaseUIComponentProps< type State (line 266) | type State = ScrollAreaScrollbarState; type Props (line 267) | type Props = ScrollAreaScrollbarProps; FILE: packages/react/src/scroll-area/scrollbar/ScrollAreaScrollbarContext.ts type ScrollAreaScrollbarContext (line 4) | interface ScrollAreaScrollbarContext { function useScrollAreaScrollbarContext (line 12) | function useScrollAreaScrollbarContext() { FILE: packages/react/src/scroll-area/scrollbar/ScrollAreaScrollbarCssVars.ts type ScrollAreaScrollbarCssVars (line 1) | enum ScrollAreaScrollbarCssVars { FILE: packages/react/src/scroll-area/scrollbar/ScrollAreaScrollbarDataAttributes.ts type ScrollAreaScrollbarDataAttributes (line 1) | enum ScrollAreaScrollbarDataAttributes { FILE: packages/react/src/scroll-area/thumb/ScrollAreaThumb.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/scroll-area/thumb/ScrollAreaThumb.tsx method onPointerUp (line 43) | onPointerUp(event) { type ScrollAreaThumbState (line 69) | interface ScrollAreaThumbState { type ScrollAreaThumbProps (line 76) | interface ScrollAreaThumbProps extends BaseUIComponentProps<'div', Scrol... type State (line 79) | type State = ScrollAreaThumbState; type Props (line 80) | type Props = ScrollAreaThumbProps; FILE: packages/react/src/scroll-area/thumb/ScrollAreaThumbDataAttributes.ts type ScrollAreaThumbDataAttributes (line 1) | enum ScrollAreaThumbDataAttributes { FILE: packages/react/src/scroll-area/utils/getOffset.ts function getOffset (line 1) | function getOffset( FILE: packages/react/src/scroll-area/utils/scrollEdges.ts constant SCROLL_EDGE_TOLERANCE_PX (line 3) | const SCROLL_EDGE_TOLERANCE_PX = 1; function normalizeScrollOffset (line 5) | function normalizeScrollOffset(value: number, max: number) { FILE: packages/react/src/scroll-area/viewport/ScrollAreaViewport.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/scroll-area/viewport/ScrollAreaViewport.tsx function removeCSSVariableInheritance (line 32) | function removeCSSVariableInheritance() { function handleUserInteraction (line 363) | function handleUserInteraction() { method onScroll (line 377) | onScroll() { type ScrollAreaViewportProps (line 443) | interface ScrollAreaViewportProps extends BaseUIComponentProps< type ScrollAreaViewportState (line 448) | interface ScrollAreaViewportState extends ScrollAreaRootState {} type Props (line 451) | type Props = ScrollAreaViewportProps; type State (line 452) | type State = ScrollAreaViewportState; function getHiddenState (line 455) | function getHiddenState(viewport: HTMLElement): HiddenState { function mergeHiddenState (line 466) | function mergeHiddenState(prevState: HiddenState, nextState: HiddenState) { FILE: packages/react/src/scroll-area/viewport/ScrollAreaViewportContext.ts type ScrollAreaViewportContext (line 4) | interface ScrollAreaViewportContext { function useScrollAreaViewportContext (line 12) | function useScrollAreaViewportContext() { FILE: packages/react/src/scroll-area/viewport/ScrollAreaViewportCssVars.ts type ScrollAreaViewportCssVars (line 1) | enum ScrollAreaViewportCssVars { FILE: packages/react/src/scroll-area/viewport/ScrollAreaViewportDataAttributes.ts type ScrollAreaViewportDataAttributes (line 1) | enum ScrollAreaViewportDataAttributes { FILE: packages/react/src/select/arrow/SelectArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/arrow/SelectArrow.tsx type SelectArrowState (line 58) | interface SelectArrowState { type SelectArrowProps (line 77) | interface SelectArrowProps extends BaseUIComponentProps<'div', SelectArr... type State (line 80) | type State = SelectArrowState; type Props (line 81) | type Props = SelectArrowProps; FILE: packages/react/src/select/arrow/SelectArrowDataAttributes.ts type SelectArrowDataAttributes (line 3) | enum SelectArrowDataAttributes { FILE: packages/react/src/select/backdrop/SelectBackdrop.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/backdrop/SelectBackdrop.tsx type SelectBackdropState (line 61) | interface SelectBackdropState { type SelectBackdropProps (line 72) | interface SelectBackdropProps extends BaseUIComponentProps<'div', Select... type State (line 75) | type State = SelectBackdropState; type Props (line 76) | type Props = SelectBackdropProps; FILE: packages/react/src/select/backdrop/SelectBackdropDataAttributes.ts type SelectBackdropDataAttributes (line 3) | enum SelectBackdropDataAttributes { FILE: packages/react/src/select/group-label/SelectGroupLabel.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/group-label/SelectGroupLabel.tsx type SelectGroupLabelState (line 37) | interface SelectGroupLabelState {} type SelectGroupLabelProps (line 39) | interface SelectGroupLabelProps extends BaseUIComponentProps<'div', Sele... type State (line 42) | type State = SelectGroupLabelState; type Props (line 43) | type Props = SelectGroupLabelProps; FILE: packages/react/src/select/group/SelectGroup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/select/group/SelectGroup.tsx type SelectGroupState (line 43) | interface SelectGroupState {} type SelectGroupProps (line 44) | interface SelectGroupProps extends BaseUIComponentProps<'div', SelectGro... type State (line 47) | type State = SelectGroupState; type Props (line 48) | type Props = SelectGroupProps; FILE: packages/react/src/select/group/SelectGroupContext.ts type SelectGroupContext (line 4) | interface SelectGroupContext { function useSelectGroupContext (line 11) | function useSelectGroupContext() { FILE: packages/react/src/select/icon/SelectIcon.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/icon/SelectIcon.tsx type SelectIconState (line 39) | interface SelectIconState { type SelectIconProps (line 46) | interface SelectIconProps extends BaseUIComponentProps<'span', SelectIco... type State (line 49) | type State = SelectIconState; type Props (line 50) | type Props = SelectIconProps; FILE: packages/react/src/select/icon/SelectIconDataAttributes.ts type SelectIconDataAttributes (line 3) | enum SelectIconDataAttributes { FILE: packages/react/src/select/item-indicator/SelectItemIndicator.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/item-indicator/SelectItemIndicator.tsx method onComplete (line 70) | onComplete() { type SelectItemIndicatorState (line 82) | interface SelectItemIndicatorState { type SelectItemIndicatorProps (line 93) | interface SelectItemIndicatorProps extends BaseUIComponentProps< type State (line 105) | type State = SelectItemIndicatorState; type Props (line 106) | type Props = SelectItemIndicatorProps; FILE: packages/react/src/select/item-indicator/SelectItemIndicatorDataAttributes.ts type SelectItemIndicatorDataAttributes (line 3) | enum SelectItemIndicatorDataAttributes { FILE: packages/react/src/select/item-text/SelectItemText.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/item-text/SelectItemText.tsx type SelectItemTextState (line 47) | interface SelectItemTextState {} type SelectItemTextProps (line 49) | interface SelectItemTextProps extends BaseUIComponentProps<'div', Select... type State (line 52) | type State = SelectItemTextState; type Props (line 53) | type Props = SelectItemTextProps; FILE: packages/react/src/select/item/SelectItem.test.tsx method render (line 19) | render(node) { FILE: packages/react/src/select/item/SelectItem.tsx function commitSelection (line 138) | function commitSelection(event: MouseEvent) { method onFocus (line 156) | onFocus() { method onMouseEnter (line 159) | onMouseEnter() { method onMouseMove (line 168) | onMouseMove() { method onMouseLeave (line 173) | onMouseLeave(event) { method onTouchStart (line 193) | onTouchStart() { method onKeyDown (line 199) | onKeyDown(event: BaseUIEvent) { method onClick (line 207) | onClick(event) { method onPointerEnter (line 226) | onPointerEnter(event) { method onPointerDown (line 229) | onPointerDown(event) { method onMouseUp (line 233) | onMouseUp() { type SelectItemState (line 280) | interface SelectItemState { type SelectItemProps (line 295) | interface SelectItemProps type State (line 317) | type State = SelectItemState; type Props (line 318) | type Props = SelectItemProps; FILE: packages/react/src/select/item/SelectItemContext.ts type SelectItemContext (line 4) | interface SelectItemContext { function useSelectItemContext (line 14) | function useSelectItemContext() { FILE: packages/react/src/select/item/SelectItemDataAttributes.ts type SelectItemDataAttributes (line 1) | enum SelectItemDataAttributes { FILE: packages/react/src/select/label/SelectLabel.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/label/SelectLabel.tsx method setLabelId (line 39) | setLabelId(nextLabelId) { type SelectLabelState (line 52) | type SelectLabelState = FieldRoot.State; type SelectLabelProps (line 54) | interface SelectLabelProps extends Omit< type State (line 60) | type State = SelectLabelState; type Props (line 61) | type Props = SelectLabelProps; FILE: packages/react/src/select/list/SelectList.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/list/SelectList.tsx method onScroll (line 37) | onScroll(event) { type SelectListProps (line 57) | interface SelectListProps extends BaseUIComponentProps<'div', SelectList... type SelectListState (line 59) | interface SelectListState {} type Props (line 62) | type Props = SelectListProps; type State (line 63) | type State = SelectListState; FILE: packages/react/src/select/popup/SelectPopup.test.tsx method render (line 12) | render(node) { function TestComponent (line 411) | function TestComponent() { function TestComponent (line 453) | function TestComponent() { function TestComponent (line 491) | function TestComponent() { function TestComponent (line 526) | function TestComponent() { function TestComponent (line 561) | function TestComponent() { FILE: packages/react/src/select/popup/SelectPopup.tsx constant SCROLL_EPS_PX (line 37) | const SCROLL_EPS_PX = 1; method onComplete (line 221) | onComplete() { function handleResize (line 449) | function handleResize(event: UIEvent) { method onKeyDown (line 471) | onKeyDown(event) { method onMouseMove (line 477) | onMouseMove() { method onPointerLeave (line 480) | onPointerLeave(event) { method onScroll (line 492) | onScroll(event) { type SelectPopupProps (line 535) | interface SelectPopupProps extends BaseUIComponentProps<'div', SelectPop... type SelectPopupState (line 553) | interface SelectPopupState { type Props (line 573) | type Props = SelectPopupProps; type State (line 574) | type State = SelectPopupState; function getMaxPopupHeight (line 577) | function getMaxPopupHeight(popupStyles: CSSStyleDeclaration) { function getMaxScrollTop (line 582) | function getMaxScrollTop(scroller: HTMLElement) { function getScale (line 586) | function getScale(element: HTMLElement) { function normalizeRect (line 591) | function normalizeRect( constant TRANSFORM_STYLE_RESETS (line 603) | const TRANSFORM_STYLE_RESETS = [ type TransformStyleProperty (line 609) | type TransformStyleProperty = (typeof TRANSFORM_STYLE_RESETS)[number][0]; function unsetTransformStyles (line 611) | function unsetTransformStyles(popupElement: HTMLElement) { FILE: packages/react/src/select/popup/SelectPopupDataAttributes.ts type SelectPopupDataAttributes (line 3) | enum SelectPopupDataAttributes { FILE: packages/react/src/select/popup/utils.ts function clearStyles (line 1) | function clearStyles(element: HTMLElement | null, originalStyles: React.... constant LIST_FUNCTIONAL_STYLES (line 7) | const LIST_FUNCTIONAL_STYLES = { FILE: packages/react/src/select/portal/SelectPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/select/portal/SelectPortal.tsx type SelectPortalState (line 36) | interface SelectPortalState {} type SelectPortalProps (line 38) | interface SelectPortalProps extends FloatingPortal.Props( FILE: packages/react/src/select/root/SelectRoot.test.tsx function App (line 387) | function App() { function fireTouchPress (line 809) | function fireTouchPress() { function flushAnimationFrames (line 814) | function flushAnimationFrames() { function fireTouchPress (line 903) | function fireTouchPress() { function fireTouchPress (line 944) | function fireTouchPress(element: HTMLElement) { function Test (line 1003) | function Test() { function fireTouchPress (line 1071) | function fireTouchPress() { function Test (line 1161) | function Test() { function Test (line 1212) | function Test() { function Test (line 1246) | function Test() { function Test (line 1299) | function Test() { function Test (line 1333) | function Test() { function App (line 1431) | function App() { function App (line 1652) | function App() { function App (line 2356) | function App() { function DynamicMenu (line 2638) | function DynamicMenu() { function DynamicMenu (line 2699) | function DynamicMenu() { function Test (line 2766) | function Test() { function TestControlled (line 2820) | function TestControlled() { function Test (line 2876) | function Test() { function TestControlled (line 2940) | function TestControlled() { function App (line 3037) | function App() { function App (line 3079) | function App() { function Test (line 3126) | function Test() { function App (line 3196) | function App() { function App (line 3252) | function App() { FILE: packages/react/src/select/root/SelectRoot.tsx function SelectRoot (line 47) | function SelectRoot( type SelectValueType (line 586) | type SelectValueType = Mult... type SelectRootProps (line 590) | interface SelectRootProps = Select... type State (line 747) | type State = SelectRootState; type Actions (line 748) | type Actions = SelectRootActions; type ChangeEventReason (line 749) | type ChangeEventReason = SelectRootChangeEventReason; type ChangeEventDetails (line 750) | type ChangeEventDetails = SelectRootChangeEventDetails; FILE: packages/react/src/select/root/SelectRootContext.ts type SelectRootContext (line 9) | interface SelectRootContext { function useSelectRootContext (line 47) | function useSelectRootContext() { function useSelectFloatingContext (line 57) | function useSelectFloatingContext() { FILE: packages/react/src/select/scroll-arrow/SelectScrollArrow.tsx method onComplete (line 60) | onComplete() { method onMouseMove (line 80) | onMouseMove(event) { method onMouseLeave (line 189) | onMouseLeave() { type SelectScrollArrowState (line 208) | interface SelectScrollArrowState { type SelectScrollArrowProps (line 227) | interface SelectScrollArrowProps extends BaseUIComponentProps< type State (line 240) | type State = SelectScrollArrowState; type Props (line 241) | type Props = SelectScrollArrowProps; FILE: packages/react/src/select/scroll-down-arrow/SelectScrollDownArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/scroll-down-arrow/SelectScrollDownArrow.tsx type SelectScrollDownArrowState (line 19) | interface SelectScrollDownArrowState {} type SelectScrollDownArrowProps (line 21) | interface SelectScrollDownArrowProps extends BaseUIComponentProps< type State (line 33) | type State = SelectScrollDownArrowState; type Props (line 34) | type Props = SelectScrollDownArrowProps; FILE: packages/react/src/select/scroll-down-arrow/SelectScrollDownArrowDataAttributes.ts type SelectScrollDownArrowDataAttributes (line 3) | enum SelectScrollDownArrowDataAttributes { FILE: packages/react/src/select/scroll-up-arrow/SelectScrollUpArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/select/scroll-up-arrow/SelectScrollUpArrow.tsx type SelectScrollUpArrowState (line 19) | interface SelectScrollUpArrowState {} type SelectScrollUpArrowProps (line 21) | interface SelectScrollUpArrowProps extends BaseUIComponentProps< type State (line 33) | type State = SelectScrollUpArrowState; type Props (line 34) | type Props = SelectScrollUpArrowProps; FILE: packages/react/src/select/scroll-up-arrow/SelectScrollUpArrowDataAttributes.ts type SelectScrollUpArrowDataAttributes (line 3) | enum SelectScrollUpArrowDataAttributes { FILE: packages/react/src/select/store.ts type State (line 8) | type State = { type SelectStore (line 46) | type SelectStore = Store; FILE: packages/react/src/select/trigger/SelectTrigger.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/select/trigger/SelectTrigger.tsx constant BOUNDARY_OFFSET (line 28) | const BOUNDARY_OFFSET = 2; constant SELECTED_DELAY (line 29) | const SELECTED_DELAY = 400; constant UNSELECTED_DELAY (line 30) | const UNSELECTED_DELAY = 200; method onFocus (line 186) | onFocus(event) { method onBlur (line 203) | onBlur(event) { method onPointerMove (line 216) | onPointerMove() { method onKeyDown (line 219) | onKeyDown() { method onMouseDown (line 222) | onMouseDown(event) { type SelectTriggerState (line 291) | interface SelectTriggerState extends FieldRootState { type SelectTriggerProps (line 310) | interface SelectTriggerProps type State (line 320) | type State = SelectTriggerState; type Props (line 321) | type Props = SelectTriggerProps; FILE: packages/react/src/select/trigger/SelectTriggerDataAttributes.ts type SelectTriggerDataAttributes (line 3) | enum SelectTriggerDataAttributes { FILE: packages/react/src/select/value/SelectValue.test.tsx method render (line 12) | render(node) { function App (line 93) | function App() { function App (line 210) | function App() { function App (line 276) | function App() { function App (line 428) | function App() { FILE: packages/react/src/select/value/SelectValue.tsx type SelectValueState (line 71) | interface SelectValueState { type SelectValueProps (line 82) | interface SelectValueProps extends Omit< type State (line 104) | type State = SelectValueState; type Props (line 105) | type Props = SelectValueProps; FILE: packages/react/src/select/value/SelectValueDataAttributes.ts type SelectValueDataAttributes (line 1) | enum SelectValueDataAttributes { FILE: packages/react/src/separator/Separator.tsx type SeparatorProps (line 29) | interface SeparatorProps extends BaseUIComponentProps<'div', SeparatorSt... type SeparatorState (line 37) | interface SeparatorState { type Props (line 45) | type Props = SeparatorProps; type State (line 46) | type State = SeparatorState; FILE: packages/react/src/slider/control/SliderControl.tsx constant INTENTIONAL_DRAG_COUNT_THRESHOLD (line 27) | const INTENTIONAL_DRAG_COUNT_THRESHOLD = 2; function getControlOffset (line 29) | function getControlOffset(styles: CSSStyleDeclaration | null, vertical: ... function getFingerCoords (line 51) | function getFingerCoords( function handleTouchEnd (line 318) | function handleTouchEnd(nativeEvent: TouchEvent | PointerEvent) { method onPointerDown (line 434) | onPointerDown(event) { type FingerState (line 510) | interface FingerState { type SliderControlState (line 516) | interface SliderControlState extends SliderRootState {} type SliderControlProps (line 518) | interface SliderControlProps extends BaseUIComponentProps<'div', SliderC... type State (line 521) | type State = SliderControlState; type Props (line 522) | type Props = SliderControlProps; FILE: packages/react/src/slider/control/SliderControlDataAttributes.ts type SliderControlDataAttributes (line 1) | enum SliderControlDataAttributes { FILE: packages/react/src/slider/indicator/SliderIndicator.tsx function getInsetStyles (line 11) | function getInsetStyles( function getCenteredStyles (line 49) | function getCenteredStyles( type SliderIndicatorState (line 133) | interface SliderIndicatorState extends SliderRootState {} type SliderIndicatorProps (line 135) | interface SliderIndicatorProps extends BaseUIComponentProps<'div', Slide... type State (line 138) | type State = SliderIndicatorState; type Props (line 139) | type Props = SliderIndicatorProps; FILE: packages/react/src/slider/indicator/SliderIndicatorDataAttributes.ts type SliderIndicatorDataAttributes (line 1) | enum SliderIndicatorDataAttributes { FILE: packages/react/src/slider/label/SliderLabel.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/slider/label/SliderLabel.tsx function focusControl (line 29) | function focusControl(event: React.MouseEvent, controlId: string | null ... type SliderLabelState (line 59) | type SliderLabelState = SliderRoot.State; type SliderLabelProps (line 61) | interface SliderLabelProps extends Omit< type State (line 67) | type State = SliderLabelState; type Props (line 68) | type Props = SliderLabelProps; FILE: packages/react/src/slider/root/SliderRoot.spec.tsx type SliderChangeHandler (line 43) | type SliderChangeHandler = NonNullable; type SliderCommitHandler (line 44) | type SliderCommitHandler = NonNullable[1]; function assertSliderChange (line 48) | function assertSliderChange(details: SliderChangeDetails) { type SliderCommitDetails (line 68) | type SliderCommitDetails = Parameters[1]; function assertSliderCommit (line 70) | function assertSliderCommit(details: SliderCommitDetails) { FILE: packages/react/src/slider/root/SliderRoot.test.tsx constant USD_NUMBER_FORMAT (line 23) | const USD_NUMBER_FORMAT: Intl.NumberFormatOptions = { function TestSlider (line 28) | function TestSlider(props: SliderRoot.Props) { function TestRangeSlider (line 42) | function TestRangeSlider(props: SliderRoot.Props) { function TestMultiThumbSlider (line 57) | function TestMultiThumbSlider(props: SliderRoot.Props) { method toJSON (line 354) | toJSON() {} function Test (line 955) | function Test() { function Test (line 991) | function Test() { method toJSON (line 1208) | toJSON() {} type Values (line 1260) | type Values = Array<[string, number[]]>; method constructor (line 1337) | constructor() { method get (line 1348) | get() { method set (line 1351) | set() { function App (line 1972) | function App() { function formatValue (line 2000) | function formatValue(v: number) { function formatValue (line 2013) | function formatValue(v: number) { function App (line 2333) | function App() { FILE: packages/react/src/slider/root/SliderRoot.tsx function getSliderChangeEventReason (line 37) | function getSliderChangeEventReason( function areValuesEqual (line 43) | function areValuesEqual( type SliderRootState (line 433) | interface SliderRootState extends FieldRootState { type SliderRootProps (line 475) | interface SliderRootProps< type SliderRootChangeEventCustomProperties (line 597) | interface SliderRootChangeEventCustomProperties { type SliderRootChangeEventReason (line 604) | type SliderRootChangeEventReason = type SliderRootChangeEventDetails (line 610) | type SliderRootChangeEventDetails = BaseUIChangeEventDetails< type SliderRootCommitEventReason (line 615) | type SliderRootCommitEventReason = type SliderRootCommitEventDetails (line 621) | type SliderRootCommitEventDetails = BaseUIGenericEventDetails) { method onFocus (line 337) | onFocus() { method onBlur (line 341) | onBlur() { method onKeyDown (line 354) | onKeyDown(event: React.KeyboardEvent) { method onPointerDown (line 467) | onPointerDown(event) { type ThumbMetadata (line 494) | interface ThumbMetadata { type SliderThumbState (line 498) | interface SliderThumbState extends SliderRootState {} type SliderThumbProps (line 500) | interface SliderThumbProps extends Omit< type State (line 554) | type State = SliderThumbState; type Props (line 555) | type Props = SliderThumbProps; FILE: packages/react/src/slider/thumb/SliderThumbDataAttributes.ts type SliderThumbDataAttributes (line 1) | enum SliderThumbDataAttributes { FILE: packages/react/src/slider/track/SliderTrack.tsx type SliderTrackState (line 40) | interface SliderTrackState extends SliderRootState {} type SliderTrackProps (line 42) | interface SliderTrackProps extends BaseUIComponentProps<'div', SliderTra... type State (line 45) | type State = SliderTrackState; type Props (line 46) | type Props = SliderTrackProps; FILE: packages/react/src/slider/track/SliderTrackDataAttributes.ts type SliderTrackDataAttributes (line 1) | enum SliderTrackDataAttributes { FILE: packages/react/src/slider/utils/asc.ts function asc (line 1) | function asc(a: number, b: number) { FILE: packages/react/src/slider/utils/getMidpoint.ts function getMidpoint (line 3) | function getMidpoint(element: HTMLElement): Coords { FILE: packages/react/src/slider/utils/getPushedThumbValues.ts type GetPushedThumbValuesParams (line 3) | interface GetPushedThumbValuesParams { function getPushedThumbValues (line 18) | function getPushedThumbValues({ FILE: packages/react/src/slider/utils/getSliderValue.ts function getSliderValue (line 4) | function getSliderValue( FILE: packages/react/src/slider/utils/replaceArrayItemAtIndex.ts function replaceArrayItemAtIndex (line 3) | function replaceArrayItemAtIndex(array: readonly number[], index: number... FILE: packages/react/src/slider/utils/resolveThumbCollision.ts type ResolveThumbCollisionParams (line 5) | interface ResolveThumbCollisionParams { type ResolveThumbCollisionResult (line 18) | interface ResolveThumbCollisionResult { function resolveThumbCollision (line 24) | function resolveThumbCollision({ FILE: packages/react/src/slider/utils/roundValueToStep.ts function getDecimalPrecision (line 1) | function getDecimalPrecision(num: number) { function roundValueToStep (line 14) | function roundValueToStep(value: number, step: number, min: number) { FILE: packages/react/src/slider/utils/test-utils.ts type Touches (line 1) | type Touches = Array>; function createTouches (line 3) | function createTouches(touches: Touches) { function getHorizontalSliderRect (line 16) | function getHorizontalSliderRect(width = 100) { FILE: packages/react/src/slider/utils/validateMinimumDistance.ts function validateMinimumDistance (line 1) | function validateMinimumDistance( FILE: packages/react/src/slider/utils/valueArrayToPercentages.ts function valueArrayToPercentages (line 4) | function valueArrayToPercentages(values: number[], min: number, max: num... FILE: packages/react/src/slider/value/SliderValue.test.tsx function formatValue (line 58) | function formatValue(v: number) { FILE: packages/react/src/slider/value/SliderValue.tsx type SliderValueState (line 76) | interface SliderValueState extends SliderRootState {} type SliderValueProps (line 78) | interface SliderValueProps extends Omit< type State (line 89) | type State = SliderValueState; type Props (line 90) | type Props = SliderValueProps; FILE: packages/react/src/slider/value/SliderValueDataAttributes.ts type SliderValueDataAttributes (line 1) | enum SliderValueDataAttributes { FILE: packages/react/src/switch/root/SwitchRoot.test.tsx function Test (line 34) | function Test() { function TestCase (line 110) | function TestCase() { function App (line 753) | function App() { FILE: packages/react/src/switch/root/SwitchRoot.tsx method onFocus (line 145) | onFocus() { method onBlur (line 150) | onBlur() { method onClick (line 163) | onClick(event) { method onChange (line 196) | onChange(event) { method onFocus (line 213) | onFocus() { type SwitchRootState (line 265) | interface SwitchRootState extends FieldRootState { type SwitchRootProps (line 284) | interface SwitchRootProps type SwitchRootChangeEventReason (line 344) | type SwitchRootChangeEventReason = typeof REASONS.none; type SwitchRootChangeEventDetails (line 345) | type SwitchRootChangeEventDetails = BaseUIChangeEventDetails { FILE: packages/react/src/switch/thumb/SwitchThumb.tsx type SwitchThumbProps (line 35) | interface SwitchThumbProps extends BaseUIComponentProps<'span', SwitchTh... type SwitchThumbState (line 37) | interface SwitchThumbState extends SwitchRootState {} type Props (line 40) | type Props = SwitchThumbProps; type State (line 41) | type State = SwitchThumbState; FILE: packages/react/src/switch/thumb/SwitchThumbDataAttributes.ts type SwitchThumbDataAttributes (line 1) | enum SwitchThumbDataAttributes { FILE: packages/react/src/tabs/indicator/TabsIndicator.test.tsx function assertSize (line 39) | function assertSize(actual: string, expected: number) { function assertBubblePositionVariables (line 44) | function assertBubblePositionVariables( function TestTabs (line 245) | function TestTabs({ insertedTabWidth }: { insertedTabWidth: number | nul... FILE: packages/react/src/tabs/indicator/TabsIndicator.tsx type TabsIndicatorState (line 177) | interface TabsIndicatorState extends TabsRootState { type TabsIndicatorProps (line 192) | interface TabsIndicatorProps extends BaseUIComponentProps<'span', TabsIn... type State (line 202) | type State = TabsIndicatorState; type Props (line 203) | type Props = TabsIndicatorProps; FILE: packages/react/src/tabs/indicator/TabsIndicatorCssVars.ts type TabsIndicatorCssVars (line 1) | enum TabsIndicatorCssVars { FILE: packages/react/src/tabs/indicator/TabsIndicatorDataAttributes.ts type TabsIndicatorDataAttributes (line 1) | enum TabsIndicatorDataAttributes { FILE: packages/react/src/tabs/indicator/prehydrationScript.template.js function getCssDimensions (line 28) | function getCssDimensions(element) { function setProp (line 73) | function setProp(name, value) { FILE: packages/react/src/tabs/list/TabsList.tsx function getInset (line 167) | function getInset(tab: HTMLElement, tabsList: HTMLElement) { function useActivationDirectionDetector (line 177) | function useActivationDirectionDetector( type TabsListState (line 250) | interface TabsListState extends TabsRootState {} type TabsListProps (line 252) | interface TabsListProps extends BaseUIComponentProps<'div', TabsListStat... type State (line 268) | type State = TabsListState; type Props (line 269) | type Props = TabsListProps; FILE: packages/react/src/tabs/list/TabsListContext.ts type TabsListContext (line 5) | interface TabsListContext { function useTabsListContext (line 17) | function useTabsListContext() { FILE: packages/react/src/tabs/list/TabsListDataAttributes.ts type TabsListDataAttributes (line 1) | enum TabsListDataAttributes { FILE: packages/react/src/tabs/panel/TabsPanel.tsx method onComplete (line 95) | onComplete() { type TabsPanelMetadata (line 125) | interface TabsPanelMetadata { type TabsPanelState (line 130) | interface TabsPanelState extends TabsRootState { type TabsPanelProps (line 141) | interface TabsPanelProps extends BaseUIComponentProps<'div', TabsPanelSt... type Metadata (line 154) | type Metadata = TabsPanelMetadata; type State (line 155) | type State = TabsPanelState; type Props (line 156) | type Props = TabsPanelProps; FILE: packages/react/src/tabs/panel/TabsPanelDataAttributes.ts type TabsPanelDataAttributes (line 3) | enum TabsPanelDataAttributes { FILE: packages/react/src/tabs/root/TabsRoot.test.tsx function ExamplePopover (line 1345) | function ExamplePopover() { function ExampleDialog (line 1389) | function ExampleDialog() { FILE: packages/react/src/tabs/root/TabsRoot.tsx type TabsRootOrientation (line 256) | type TabsRootOrientation = BaseOrientation; type TabsRootState (line 258) | interface TabsRootState { type TabsRootProps (line 269) | interface TabsRootProps extends BaseUIComponentProps<'div', TabsRootStat... type TabsRootChangeEventReason (line 294) | type TabsRootChangeEventReason = typeof REASONS.none; type TabsRootChangeEventDetails (line 295) | type TabsRootChangeEventDetails = BaseUIChangeEventDetails< type State (line 301) | type State = TabsRootState; type Props (line 302) | type Props = TabsRootProps; type Orientation (line 303) | type Orientation = TabsRootOrientation; type ChangeEventReason (line 304) | type ChangeEventReason = TabsRootChangeEventReason; type ChangeEventDetails (line 305) | type ChangeEventDetails = TabsRootChangeEventDetails; FILE: packages/react/src/tabs/root/TabsRootContext.ts type TabsRootContext (line 6) | interface TabsRootContext { function useTabsRootContext (line 49) | function useTabsRootContext() { FILE: packages/react/src/tabs/root/TabsRootDataAttributes.ts type TabsRootDataAttributes (line 1) | enum TabsRootDataAttributes { FILE: packages/react/src/tabs/tab/TabsTab.tsx function onClick (line 118) | function onClick(event: React.MouseEvent) { function onFocus (line 131) | function onFocus(event: React.FocusEvent) { function onPointerDown (line 159) | function onPointerDown(event: React.PointerEvent) { method onKeyDownCapture (line 199) | onKeyDownCapture() { type TabsTabValue (line 211) | type TabsTabValue = any | null; type TabsTabActivationDirection (line 213) | type TabsTabActivationDirection = 'left' | 'right' | 'up' | 'down' | 'no... type TabsTabPosition (line 215) | interface TabsTabPosition { type TabsTabSize (line 222) | interface TabsTabSize { type TabsTabMetadata (line 227) | interface TabsTabMetadata { type TabsTabState (line 233) | interface TabsTabState { type TabsTabProps (line 248) | interface TabsTabProps type Value (line 267) | type Value = TabsTabValue; type ActivationDirection (line 268) | type ActivationDirection = TabsTabActivationDirection; type Position (line 269) | type Position = TabsTabPosition; type Size (line 270) | type Size = TabsTabSize; type Metadata (line 271) | type Metadata = TabsTabMetadata; type State (line 272) | type State = TabsTabState; type Props (line 273) | type Props = TabsTabProps; FILE: packages/react/src/tabs/tab/TabsTabDataAttributes.ts type TabsTabDataAttributes (line 1) | enum TabsTabDataAttributes { FILE: packages/react/src/temporal-adapter-date-fns/TemporalAdapterDateFns.ts constant FORMATS (line 68) | const FORMATS: TemporalAdapterFormats = { type TemporalSupportedObjectLookup (line 98) | interface TemporalSupportedObjectLookup { class TemporalAdapterDateFns (line 103) | class TemporalAdapterDateFns implements TemporalAdapter { method constructor (line 114) | constructor({ locale }: TemporalAdapterDateFns.ConstructorParameters =... type R (line 130) | type R = DateBuilderReturnType; type ConstructorParameters (line 455) | interface ConstructorParameters { FILE: packages/react/src/temporal-adapter-luxon/TemporalAdapterLuxon.ts constant FORMATS (line 14) | const FORMATS: TemporalAdapterFormats = { class TemporalAdapterLuxon (line 50) | class TemporalAdapterLuxon implements TemporalAdapter { method constructor (line 61) | constructor({ locale }: TemporalAdapterLuxon.ConstructorParameters = {... type ConstructorParameters (line 373) | interface ConstructorParameters { FILE: packages/react/src/temporal-adapter-provider/TemporalAdapterContext.ts type TemporalAdapterContext (line 6) | type TemporalAdapterContext = { function useTemporalAdapter (line 17) | function useTemporalAdapter() { FILE: packages/react/src/temporal-adapter-provider/TemporalAdapterProvider.tsx type Props (line 23) | interface Props { FILE: packages/react/src/toast/action/ToastAction.test.tsx method render (line 19) | render(node) { function AddButton (line 48) | function AddButton() { FILE: packages/react/src/toast/action/ToastAction.tsx type ToastActionState (line 54) | interface ToastActionState { type ToastActionProps (line 61) | interface ToastActionProps type State (line 65) | type State = ToastActionState; type Props (line 66) | type Props = ToastActionProps; FILE: packages/react/src/toast/action/ToastActionDataAttributes.ts type ToastActionDataAttributes (line 1) | enum ToastActionDataAttributes { FILE: packages/react/src/toast/arrow/ToastArrow.test.tsx method render (line 14) | render(node) { FILE: packages/react/src/toast/arrow/ToastArrow.tsx type ToastArrowState (line 37) | interface ToastArrowState { type ToastArrowProps (line 52) | interface ToastArrowProps extends BaseUIComponentProps<'div', ToastArrow... type State (line 55) | type State = ToastArrowState; type Props (line 56) | type Props = ToastArrowProps; FILE: packages/react/src/toast/arrow/ToastArrowDataAttributes.ts type ToastArrowDataAttributes (line 3) | enum ToastArrowDataAttributes { FILE: packages/react/src/toast/close/ToastClose.test.tsx method render (line 19) | render(node) { FILE: packages/react/src/toast/close/ToastClose.tsx method onClick (line 42) | onClick() { method onFocus (line 45) | onFocus() { method onBlur (line 48) | onBlur() { type ToastCloseState (line 60) | interface ToastCloseState { type ToastCloseProps (line 67) | interface ToastCloseProps type State (line 71) | type State = ToastCloseState; type Props (line 72) | type Props = ToastCloseProps; FILE: packages/react/src/toast/close/ToastCloseDataAttributes.ts type ToastCloseDataAttributes (line 1) | enum ToastCloseDataAttributes { FILE: packages/react/src/toast/content/ToastContent.tsx type ToastContentState (line 64) | interface ToastContentState { type ToastContentProps (line 75) | interface ToastContentProps extends BaseUIComponentProps<'div', ToastCon... type State (line 78) | type State = ToastContentState; type Props (line 79) | type Props = ToastContentProps; FILE: packages/react/src/toast/content/ToastContentDataAttributes.ts type ToastContentDataAttributes (line 1) | enum ToastContentDataAttributes { FILE: packages/react/src/toast/createToastManager.spec.tsx type ToastPayload (line 4) | type ToastPayload = { FILE: packages/react/src/toast/createToastManager.test.tsx function add (line 17) | function add() { function AddButton (line 23) | function AddButton() { function add (line 67) | function add() { function AddButton (line 82) | function AddButton() { function add (line 113) | function add() { function AddButton (line 133) | function AddButton() { function promise (line 167) | function promise() { function AddButton (line 184) | function AddButton() { function add (line 214) | function add() { function Button (line 226) | function Button() { function add (line 262) | function add() { function update (line 268) | function update() { function Buttons (line 274) | function Buttons() { function add (line 310) | function add() { function resetTimeout (line 317) | function resetTimeout() { function Buttons (line 323) | function Buttons() { function add (line 365) | function add() { function setTimeoutTo1000 (line 372) | function setTimeoutTo1000() { function resetTimeoutTo1000 (line 378) | function resetTimeoutTo1000() { function Buttons (line 384) | function Buttons() { function add (line 431) | function add() { function update (line 438) | function update() { function Buttons (line 444) | function Buttons() { function add (line 480) | function add() { function update (line 487) | function update() { function Buttons (line 495) | function Buttons() { function add (line 533) | function add() { function doubleUpdate (line 540) | function doubleUpdate() { function Buttons (line 551) | function Buttons() { function add (line 591) | function add() { function close (line 597) | function close() { function Buttons (line 601) | function Buttons() { function add (line 635) | function add() { function close (line 639) | function close() { function Buttons (line 643) | function Buttons() { function add (line 684) | function add() { function close (line 696) | function close() { function Buttons (line 700) | function Buttons() { FILE: packages/react/src/toast/createToastManager.ts function createToastManager (line 12) | function createToastManager(): ToastManager { type ToastManagerEvent (line 95) | interface ToastManagerEvent { FILE: packages/react/src/toast/description/ToastDescription.test.tsx method render (line 17) | render(node) { function AddButton (line 50) | function AddButton() { FILE: packages/react/src/toast/description/ToastDescription.tsx type ToastDescriptionState (line 63) | interface ToastDescriptionState { type ToastDescriptionProps (line 70) | interface ToastDescriptionProps extends BaseUIComponentProps<'p', ToastD... type State (line 73) | type State = ToastDescriptionState; type Props (line 74) | type Props = ToastDescriptionProps; FILE: packages/react/src/toast/description/ToastDescriptionDataAttributes.ts type ToastDescriptionDataAttributes (line 1) | enum ToastDescriptionDataAttributes { FILE: packages/react/src/toast/portal/ToastPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/toast/portal/ToastPortal.tsx type ToastPortalState (line 13) | interface ToastPortalState {} type ToastPortalProps (line 15) | interface ToastPortalProps extends FloatingPortalLite.Props = ToastObjectType = ToastRootToastObject; type State (line 622) | type State = ToastRootState; type Props (line 623) | type Props = ToastRootProps; FILE: packages/react/src/toast/root/ToastRootContext.ts type ToastRootContext (line 5) | interface ToastRootContext { function useToastRootContext (line 22) | function useToastRootContext(): ToastRootContext { FILE: packages/react/src/toast/root/ToastRootCssVars.ts type ToastRootCssVars (line 1) | enum ToastRootCssVars { FILE: packages/react/src/toast/root/ToastRootDataAttributes.ts type ToastRootDataAttributes (line 3) | enum ToastRootDataAttributes { FILE: packages/react/src/toast/store.ts type ToastInternalUpdateOptions (line 15) | type ToastInternalUpdateOptions = Partial { method constructor (line 86) | constructor(initialState: State) { method setFocused (line 90) | setFocused(focused: boolean) { method setHovering (line 94) | setHovering(hovering: boolean) { method setIsWindowFocused (line 98) | setIsWindowFocused(isWindowFocused: boolean) { method setPrevFocusElement (line 102) | setPrevFocusElement(prevFocusElement: HTMLElement | null) { method removeToast (line 119) | removeToast(toastId: string) { method pauseTimers (line 331) | pauseTimers() { method resumeTimers (line 346) | resumeTimers() { method restoreFocusToPrevElement (line 362) | restoreFocusToPrevElement() { method scheduleTimer (line 380) | private scheduleTimer(id: string, delay: number, callback: () => void) { method setToasts (line 399) | private setToasts(newToasts: ToastObject[]) { method handleFocusManagement (line 408) | private handleFocusManagement(toastId: string | undefined) { type TimerInfo (line 457) | interface TimerInfo { FILE: packages/react/src/toast/title/ToastTitle.test.tsx method render (line 17) | render(node) { function AddButton (line 50) | function AddButton() { FILE: packages/react/src/toast/title/ToastTitle.tsx type ToastTitleState (line 62) | interface ToastTitleState { type ToastTitleProps (line 69) | interface ToastTitleProps extends BaseUIComponentProps<'h2', ToastTitleS... type State (line 72) | type State = ToastTitleState; type Props (line 73) | type Props = ToastTitleProps; FILE: packages/react/src/toast/title/ToastTitleDataAttributes.ts type ToastTitleDataAttributes (line 1) | enum ToastTitleDataAttributes { FILE: packages/react/src/toast/useToastManager.spec.tsx type ToastPayload (line 5) | type ToastPayload = { FILE: packages/react/src/toast/useToastManager.test.tsx function tick (line 10) | async function tick(clock: ReturnType['clock'], m... function AddButton (line 22) | function AddButton() { function AddButton (line 58) | function AddButton() { function AddButton (line 85) | function AddButton() { function CustomList (line 101) | function CustomList() { function AddButton (line 128) | function AddButton() { function CustomList (line 144) | function CustomList() { function AddButton (line 171) | function AddButton() { function CustomList (line 176) | function CustomList() { function AddButton (line 207) | function AddButton() { function AddButton (line 258) | function AddButton() { function AddButton (line 299) | function AddButton() { function AddButton (line 350) | function AddButton() { function CustomList (line 391) | function CustomList() { function AddButton (line 404) | function AddButton() { function AddButton (line 448) | function AddButton() { function AddButton (line 494) | function AddButton() { function AddButton (line 536) | function AddButton() { function AddButton (line 580) | function AddButton() { function AddButton (line 628) | function AddButton() { function AddButton (line 672) | function AddButton() { function AddButton (line 720) | function AddButton() { function AddButton (line 769) | function AddButton() { function AddButton (line 820) | function AddButton() { function AddButton (line 873) | function AddButton() { function AddButton (line 918) | function AddButton() { function AddButton (line 965) | function AddButton() { function AddButton (line 1013) | function AddButton() { function CustomList (line 1076) | function CustomList() { function AddButton (line 1086) | function AddButton() { function AddButton (line 1134) | function AddButton() { function AddButton (line 1180) | function AddButton() { function CustomList (line 1232) | function CustomList() { function AddButton (line 1242) | function AddButton() { function AddButton (line 1288) | function AddButton() { function TestList (line 1338) | function TestList() { function DialogToastExample (line 1421) | function DialogToastExample() { function ToastInDialogList (line 1450) | function ToastInDialogList() { function HighPriorityToastInDialog (line 1488) | function HighPriorityToastInDialog() { FILE: packages/react/src/toast/useToastManager.ts function useToastManager (line 9) | function useToastManager(): UseToastManagerRe... type ToastObject (line 30) | interface ToastObject { type ToastManagerPositionerProps (line 99) | interface ToastManagerPositionerProps extends Omit< type UseToastManagerReturnValue (line 109) | interface UseToastManagerReturnValue { type ToastManagerAddOptions (line 120) | interface ToastManagerAddOptions extends Omit< type ToastManagerUpdateOptions (line 127) | interface ToastManagerUpdateOptions extends Partial< type ToastManagerPromiseOptions (line 131) | interface ToastManagerPromiseOptions { FILE: packages/react/src/toast/utils/resolvePromiseOptions.ts function resolvePromiseOptions (line 3) | function resolvePromiseOptions( FILE: packages/react/src/toast/utils/test-utils.tsx function Button (line 6) | function Button() { function List (line 30) | function List() { FILE: packages/react/src/toast/viewport/ToastViewport.test.tsx method render (line 12) | render(node) { FILE: packages/react/src/toast/viewport/ToastViewport.tsx function handleGlobalKeyDown (line 51) | function handleGlobalKeyDown(event: KeyboardEvent) { function handleWindowBlur (line 82) | function handleWindowBlur(event: FocusEvent) { function handleWindowFocus (line 91) | function handleWindowFocus(event: FocusEvent) { function handleFocusGuard (line 137) | function handleFocusGuard(event: React.FocusEvent) { function handleKeyDown (line 153) | function handleKeyDown(event: React.KeyboardEvent) { function handleMouseEnter (line 178) | function handleMouseEnter() { function handleMouseLeave (line 184) | function handleMouseLeave() { function handleFocus (line 195) | function handleFocus() { function handleBlur (line 214) | function handleBlur(event: React.FocusEvent) { type ToastViewportState (line 291) | interface ToastViewportState { type ToastViewportProps (line 298) | interface ToastViewportProps extends BaseUIComponentProps<'div', ToastVi... type State (line 301) | type State = ToastViewportState; type Props (line 302) | type Props = ToastViewportProps; FILE: packages/react/src/toast/viewport/ToastViewportCssVars.ts type ToastViewportCssVars (line 1) | enum ToastViewportCssVars { FILE: packages/react/src/toast/viewport/ToastViewportDataAttributes.ts type ToastViewportDataAttributes (line 1) | enum ToastViewportDataAttributes { FILE: packages/react/src/toggle-group/ToggleGroup.spec.tsx type ReadonlyValue (line 20) | type ReadonlyValue = (typeof narrowedValues)[number]; FILE: packages/react/src/toggle-group/ToggleGroup.tsx method multiple (line 15) | multiple(value: boolean) { type ToggleGroupState (line 147) | interface ToggleGroupState { type ToggleGroupProps (line 165) | interface ToggleGroupProps extends BaseUIComponent... type ToggleGroupChangeEventReason (line 211) | type ToggleGroupChangeEventReason = typeof REASONS.none; type ToggleGroupChangeEventDetails (line 213) | type ToggleGroupChangeEventDetails = BaseUIChangeEventDetails = ToggleGroupProps; type ChangeEventReason (line 218) | type ChangeEventReason = ToggleGroupChangeEventReason; type ChangeEventDetails (line 219) | type ChangeEventDetails = ToggleGroupChangeEventDetails; FILE: packages/react/src/toggle-group/ToggleGroupContext.ts type ToggleGroupContext (line 7) | interface ToggleGroupContext { function useToggleGroupContext (line 27) | function useToggleGroupContext(optional = true) { FILE: packages/react/src/toggle-group/ToggleGroupDataAttributes.ts type ToggleGroupDataAttributes (line 1) | enum ToggleGroupDataAttributes { FILE: packages/react/src/toggle/Toggle.test.tsx function App (line 20) | function App() { function ToggleRenderComponent (line 109) | function ToggleRenderComponent({ FILE: packages/react/src/toggle/Toggle.tsx method onClick (line 95) | onClick(event: React.MouseEvent) { type ToggleState (line 139) | interface ToggleState { type ToggleProps (line 150) | interface ToggleProps type ToggleChangeEventReason (line 181) | type ToggleChangeEventReason = typeof REASONS.none; type ToggleChangeEventDetails (line 183) | type ToggleChangeEventDetails = BaseUIChangeEventDetails = ToggleProps; type ChangeEventReason (line 188) | type ChangeEventReason = ToggleChangeEventReason; type ChangeEventDetails (line 189) | type ChangeEventDetails = ToggleChangeEventDetails; FILE: packages/react/src/toggle/ToggleDataAttributes.ts type ToggleDataAttributes (line 1) | enum ToggleDataAttributes { FILE: packages/react/src/toolbar/button/ToolbarButton.tsx type ToolbarButtonState (line 69) | interface ToolbarButtonState extends ToolbarRootState { type ToolbarButtonProps (line 80) | interface ToolbarButtonProps type State (line 95) | type State = ToolbarButtonState; type Props (line 96) | type Props = ToolbarButtonProps; FILE: packages/react/src/toolbar/button/ToolbarButtonDataAttributes.ts type ToolbarButtonDataAttributes (line 1) | enum ToolbarButtonDataAttributes { FILE: packages/react/src/toolbar/group/ToolbarGroup.tsx type ToolbarGroupState (line 48) | interface ToolbarGroupState extends ToolbarRootState {} type ToolbarGroupProps (line 50) | interface ToolbarGroupProps extends BaseUIComponentProps<'div', ToolbarG... type State (line 59) | type State = ToolbarGroupState; type Props (line 60) | type Props = ToolbarGroupProps; FILE: packages/react/src/toolbar/group/ToolbarGroupContext.ts type ToolbarGroupContext (line 4) | interface ToolbarGroupContext { function useToolbarGroupContext (line 12) | function useToolbarGroupContext(optional?: boolean) { FILE: packages/react/src/toolbar/group/ToolbarGroupDataAttributes.ts type ToolbarGroupDataAttributes (line 1) | enum ToolbarGroupDataAttributes { FILE: packages/react/src/toolbar/input/ToolbarInput.tsx method onClick (line 51) | onClick(event) { method onKeyDown (line 56) | onKeyDown(event) { method onPointerDown (line 61) | onPointerDown(event) { type ToolbarInputState (line 81) | interface ToolbarInputState extends ToolbarRootState { type ToolbarInputProps (line 92) | interface ToolbarInputProps extends BaseUIComponentProps<'input', Toolba... type State (line 107) | type State = ToolbarInputState; type Props (line 108) | type Props = ToolbarInputProps; FILE: packages/react/src/toolbar/input/ToolbarInputDataAttributes.ts type ToolbarInputDataAttributes (line 1) | enum ToolbarInputDataAttributes { FILE: packages/react/src/toolbar/link/ToolbarLink.tsx constant TOOLBAR_LINK_METADATA (line 8) | const TOOLBAR_LINK_METADATA = { type ToolbarLinkState (line 45) | interface ToolbarLinkState { type ToolbarLinkProps (line 52) | interface ToolbarLinkProps extends BaseUIComponentProps<'a', ToolbarLink... type State (line 55) | type State = ToolbarLinkState; type Props (line 56) | type Props = ToolbarLinkProps; FILE: packages/react/src/toolbar/link/ToolbarLinkDataAttributes.ts type ToolbarLinkDataAttributes (line 1) | enum ToolbarLinkDataAttributes { FILE: packages/react/src/toolbar/root/ToolbarRoot.test.tsx function expectFocusedWhenDisabled (line 113) | function expectFocusedWhenDisabled(element: Element) { FILE: packages/react/src/toolbar/root/ToolbarRoot.tsx type ToolbarRootItemMetadata (line 74) | interface ToolbarRootItemMetadata { type ToolbarRootOrientation (line 78) | type ToolbarRootOrientation = BaseOrientation; type ToolbarRootState (line 80) | interface ToolbarRootState { type ToolbarRootProps (line 91) | interface ToolbarRootProps extends BaseUIComponentProps<'div', ToolbarRo... type ItemMetadata (line 107) | type ItemMetadata = ToolbarRootItemMetadata; type Orientation (line 108) | type Orientation = ToolbarRootOrientation; type State (line 109) | type State = ToolbarRootState; type Props (line 110) | type Props = ToolbarRootProps; FILE: packages/react/src/toolbar/root/ToolbarRootContext.ts type ToolbarRootContext (line 7) | interface ToolbarRootContext { function useToolbarRootContext (line 19) | function useToolbarRootContext(optional?: boolean) { FILE: packages/react/src/toolbar/root/ToolbarRootDataAttributes.ts type ToolbarRootDataAttributes (line 1) | enum ToolbarRootDataAttributes { FILE: packages/react/src/toolbar/separator/ToolbarSeparator.tsx type ToolbarSeparatorState (line 29) | interface ToolbarSeparatorState extends SeparatorState {} type ToolbarSeparatorProps (line 31) | interface ToolbarSeparatorProps type State (line 35) | type State = ToolbarSeparatorState; type Props (line 36) | type Props = ToolbarSeparatorProps; FILE: packages/react/src/toolbar/separator/ToolbarSeparatorDataAttributes.ts type ToolbarSeparatorDataAttributes (line 1) | enum ToolbarSeparatorDataAttributes { FILE: packages/react/src/tooltip/arrow/TooltipArrow.test.tsx method render (line 9) | render(node) { FILE: packages/react/src/tooltip/arrow/TooltipArrow.tsx type TooltipArrowState (line 46) | interface TooltipArrowState { type TooltipArrowProps (line 69) | interface TooltipArrowProps extends BaseUIComponentProps<'div', TooltipA... type State (line 72) | type State = TooltipArrowState; type Props (line 73) | type Props = TooltipArrowProps; FILE: packages/react/src/tooltip/arrow/TooltipArrowDataAttributes.ts type TooltipArrowDataAttributes (line 3) | enum TooltipArrowDataAttributes { FILE: packages/react/src/tooltip/popup/TooltipPopup.test.tsx method render (line 11) | render(node) { FILE: packages/react/src/tooltip/popup/TooltipPopup.tsx method onComplete (line 45) | onComplete() { type TooltipPopupState (line 78) | interface TooltipPopupState { type TooltipPopupProps (line 101) | interface TooltipPopupProps extends BaseUIComponentProps<'div', TooltipP... type State (line 104) | type State = TooltipPopupState; type Props (line 105) | type Props = TooltipPopupProps; FILE: packages/react/src/tooltip/popup/TooltipPopupDataAttributes.ts type TooltipPopupDataAttributes (line 3) | enum TooltipPopupDataAttributes { FILE: packages/react/src/tooltip/portal/TooltipPortal.test.tsx method render (line 10) | render(node) { FILE: packages/react/src/tooltip/portal/TooltipPortal.tsx type TooltipPortalState (line 35) | interface TooltipPortalState {} type TooltipPortalProps (line 37) | interface TooltipPortalProps extends FloatingPortalLite.Props( type TooltipRootState (line 182) | interface TooltipRootState {} type TooltipRootProps (line 184) | interface TooltipRootProps { type TooltipRootActions (line 251) | interface TooltipRootActions { type TooltipRootChangeEventReason (line 256) | type TooltipRootChangeEventReason = type TooltipRootChangeEventDetails (line 266) | type TooltipRootChangeEventDetails = type State (line 272) | type State = TooltipRootState; type Props (line 273) | type Props = TooltipRootProps; type Actions (line 274) | type Actions = TooltipRootActions; type ChangeEventReason (line 275) | type ChangeEventReason = TooltipRootChangeEventReason; type ChangeEventDetails (line 276) | type ChangeEventDetails = TooltipRootChangeEventDetails; FILE: packages/react/src/tooltip/root/TooltipRootContext.ts type TooltipRootContext (line 5) | type TooltipRootContext = TooltipStore; function useTooltipRootContext (line 11) | function useTooltipRootContext(optional?: boolean) { FILE: packages/react/src/tooltip/store/TooltipHandle.ts class TooltipHandle (line 8) | class TooltipHandle { method constructor (line 15) | constructor() { method open (line 27) | open(triggerId: string) { method close (line 45) | close() { method isOpen (line 55) | get isOpen() { function createTooltipHandle (line 63) | function createTooltipHandle(): TooltipHandle { FILE: packages/react/src/tooltip/store/TooltipStore.ts type State (line 16) | type State = PopupStoreState & { type Context (line 28) | type Context = PopupStoreContext & { class TooltipStore (line 45) | class TooltipStore extends ReactStore< method constructor (line 50) | constructor(initialState?: Partial>) { method useStore (line 115) | static useStore( function createInitialState (line 141) | function createInitialState(): State { FILE: packages/react/src/tooltip/trigger/TooltipTrigger.test.tsx method render (line 12) | render(node) { function TooltipWithPreventedUnmount (line 18) | function TooltipWithPreventedUnmount() { FILE: packages/react/src/tooltip/trigger/TooltipTrigger.tsx method restMs (line 91) | restMs() { method delay (line 107) | delay() { method onPointerDown (line 137) | onPointerDown() { type TooltipTrigger (line 151) | interface TooltipTrigger { type TooltipTriggerState (line 157) | interface TooltipTriggerState { type TooltipTriggerProps (line 164) | interface TooltipTriggerProps extends BaseUIComponent... type State (line 201) | type State = TooltipTriggerState; type Props (line 202) | type Props = TooltipTriggerProps; FILE: packages/react/src/tooltip/trigger/TooltipTriggerDataAttributes.ts type TooltipTriggerDataAttributes (line 3) | enum TooltipTriggerDataAttributes { FILE: packages/react/src/tooltip/utils/constants.ts constant OPEN_DELAY (line 1) | const OPEN_DELAY = 600; FILE: packages/react/src/tooltip/viewport/TooltipViewport.test.tsx method render (line 12) | render(node) { function TestComponent (line 214) | function TestComponent() { FILE: packages/react/src/tooltip/viewport/TooltipViewport.tsx type TooltipViewportState (line 59) | interface TooltipViewportState { type Props (line 75) | interface Props extends BaseUIComponentProps<'div', TooltipViewportState> { type State (line 82) | type State = TooltipViewportState; FILE: packages/react/src/tooltip/viewport/TooltipViewportCssVars.ts type TooltipViewportCssVars (line 1) | enum TooltipViewportCssVars { FILE: packages/react/src/tooltip/viewport/TooltipViewportDataAttributes.ts type TooltipViewportDataAttributes (line 1) | enum TooltipViewportDataAttributes { FILE: packages/react/src/types/index.ts type HTMLProps (line 8) | type HTMLProps = React.HTMLAttributes & { type ComponentRenderFn (line 18) | type ComponentRenderFn = ( type BaseUIEvent (line 23) | type BaseUIEvent> = E & { FILE: packages/react/src/types/temporal/temporal-adapter.ts type TemporalAdapterFormats (line 3) | interface TemporalAdapterFormats { type DateBuilderReturnType (line 96) | type DateBuilderReturnType = [T] extends [null] type TemporalAdapter (line 100) | interface TemporalAdapter { FILE: packages/react/src/types/temporal/temporal.ts type TemporalSupportedObjectLookup (line 13) | interface TemporalSupportedObjectLookup {} type TemporalSupportedObject (line 18) | type TemporalSupportedObject = keyof TemporalSupportedObjectLookup exten... type TemporalTimezone (line 25) | type TemporalTimezone = 'default' | 'system' | 'UTC' | string; type TemporalValue (line 30) | type TemporalValue = TemporalSupportedObject | null; type TemporalRangeValue (line 35) | type TemporalRangeValue = [TemporalValue, TemporalValue]; type TemporalSupportedValue (line 40) | type TemporalSupportedValue = TemporalValue | TemporalRangeValue; type TemporalNonNullableRangeValue (line 42) | type TemporalNonNullableRangeValue = [TemporalSupportedObject, TemporalS... type TemporalNonNullableValue (line 44) | type TemporalNonNullableValue = FILE: packages/react/src/unstable-use-media-query/index.ts function useMediaQuery (line 4) | function useMediaQuery(query: string, options: useMediaQuery.Options): b... type UseMediaQueryOptions (line 63) | interface UseMediaQueryOptions { type UseMediaQueryState (line 89) | interface UseMediaQueryState {} type State (line 92) | type State = UseMediaQueryState; type Options (line 93) | type Options = UseMediaQueryOptions; FILE: packages/react/src/use-button/useButton.test.tsx function Button (line 24) | function Button(props: React.ButtonHTMLAttributes) { function TestButton (line 48) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 64) | function TestButton(props: { buttonKey?: React.Key }) { function verify (line 80) | async function verify() { function TestButton (line 104) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 156) | function TestButton() { function TestButton (line 169) | function TestButton() { function TestButton (line 185) | function TestButton() { function TestButton (line 198) | function TestButton() { function TestButton (line 214) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 243) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 275) | function TestButton(props: React.AnchorHTMLAttributes) { function TestButton (line 298) | function TestButton(props: React.AnchorHTMLAttributes) { function TestButton (line 320) | function TestButton(props: React.HTMLAttributes) { function TestButton (line 342) | function TestButton(props: React.HTMLAttributes) { function TestButton (line 366) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 393) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 413) | function TestButton() { function TestButton (line 443) | function TestButton() { function TestButton (line 472) | function TestButton() { function TestButton (line 499) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 533) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 569) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 600) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 631) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 657) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 679) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 692) | function TestButton(props: React.ButtonHTMLAttributes) { function TestButton (line 709) | function TestButton() { function TestButton (line 730) | function TestButton() { FILE: packages/react/src/use-button/useButton.ts function useButton (line 13) | function useButton(parameters: UseButtonParameters = {}): UseButtonRetur... function isButtonElement (line 231) | function isButtonElement( function isValidLinkElement (line 237) | function isValidLinkElement(elem: HTMLElement | null): elem is HTMLAncho... type GenericButtonProps (line 241) | interface GenericButtonProps extends Omit, Additio... type AdditionalButtonProps (line 245) | interface AdditionalButtonProps extends Partial<{ type UseButtonParameters (line 252) | interface UseButtonParameters { type UseButtonReturnValue (line 277) | interface UseButtonReturnValue { type UseButtonState (line 293) | interface UseButtonState {} FILE: packages/react/src/use-render/useRender.spec.tsx function App (line 56) | function App() { FILE: packages/react/src/use-render/useRender.test.tsx function TestComponent (line 11) | function TestComponent(props: { function TestComponent (line 41) | function TestComponent( function TestComponent (line 76) | function TestComponent() { function TestComponent (line 85) | function TestComponent({ function TestComponent (line 101) | function TestComponent({ function TestComponent (line 123) | function TestComponent() { function TestComponent (line 142) | function TestComponent() { function TestComponent (line 161) | function TestComponent() { function TestComponent (line 188) | function TestComponent() { function TestComponent (line 208) | function TestComponent() { function TestComponent (line 233) | function TestComponent() { function TestComponent (line 253) | function TestComponent() { function TestComponent (line 272) | function TestComponent() { function TestComponent (line 293) | function TestComponent() { FILE: packages/react/src/use-render/useRender.ts function useRender (line 12) | function useRender< type UseRenderRenderProp (line 22) | type UseRenderRenderProp> = type UseRenderElementProps (line 26) | type UseRenderElementProps = type UseRenderComponentProps (line 29) | type UseRenderComponentProps< type UseRenderParameters (line 43) | interface UseRenderParameters< type UseRenderReturnValue (line 87) | type UseRenderReturnValue = Enabled... type UseRenderState (line 91) | interface UseRenderState {} type State (line 94) | type State = UseRenderState; type RenderProp (line 95) | type RenderProp> = UseRenderRenderProp<... type ElementProps (line 97) | type ElementProps = type ComponentProps (line 100) | type ComponentProps< type Parameters (line 106) | type Parameters< type ReturnValue (line 112) | type ReturnValue = UseRenderReturnV... FILE: packages/react/src/utils/FloatingPortalLite.tsx type FloatingPortalLiteState (line 36) | interface FloatingPortalLiteState {} type FloatingPortalLiteProps (line 38) | interface FloatingPortalLiteProps extends FloatingPortal.Props = FloatingPortalLiteProps; FILE: packages/react/src/utils/InternalBackdrop.tsx type InternalBackdropState (line 48) | interface InternalBackdropState {} type InternalBackdropProps (line 50) | interface InternalBackdropProps extends React.HTMLAttributes = (a: Item, b: Item) => boolean; function areArraysEqual (line 3) | function areArraysEqual( FILE: packages/react/src/utils/clamp.ts function clamp (line 1) | function clamp( FILE: packages/react/src/utils/closePart.tsx type ClosePartContextValue (line 6) | interface ClosePartContextValue { function useClosePartCount (line 12) | function useClosePartCount() { function ClosePartProvider (line 31) | function ClosePartProvider(props: { function useClosePartRegistration (line 39) | function useClosePartRegistration() { FILE: packages/react/src/utils/collapsibleOpenStateMapping.ts constant PANEL_OPEN_HOOK (line 5) | const PANEL_OPEN_HOOK = { constant PANEL_CLOSED_HOOK (line 9) | const PANEL_CLOSED_HOOK = { method open (line 16) | open(value) { method open (line 27) | open(value) { FILE: packages/react/src/utils/constants.ts constant TYPEAHEAD_RESET_MS (line 1) | const TYPEAHEAD_RESET_MS = 500; constant PATIENT_CLICK_THRESHOLD (line 2) | const PATIENT_CLICK_THRESHOLD = 500; constant DISABLED_TRANSITIONS_STYLE (line 3) | const DISABLED_TRANSITIONS_STYLE = { style: { transition: 'none' } }; constant CLICK_TRIGGER_IDENTIFIER (line 6) | const CLICK_TRIGGER_IDENTIFIER = 'data-base-ui-click-trigger'; constant BASE_UI_SWIPE_IGNORE_ATTRIBUTE (line 7) | const BASE_UI_SWIPE_IGNORE_ATTRIBUTE = 'data-base-ui-swipe-ignore'; constant LEGACY_SWIPE_IGNORE_ATTRIBUTE (line 8) | const LEGACY_SWIPE_IGNORE_ATTRIBUTE = 'data-swipe-ignore'; constant BASE_UI_SWIPE_IGNORE_SELECTOR (line 10) | const BASE_UI_SWIPE_IGNORE_SELECTOR = `[${BASE_UI_SWIPE_IGNORE_ATTRIBUTE... constant LEGACY_SWIPE_IGNORE_SELECTOR (line 11) | const LEGACY_SWIPE_IGNORE_SELECTOR = `[${LEGACY_SWIPE_IGNORE_ATTRIBUTE}]`; constant DROPDOWN_COLLISION_AVOIDANCE (line 17) | const DROPDOWN_COLLISION_AVOIDANCE = { constant POPUP_COLLISION_AVOIDANCE (line 25) | const POPUP_COLLISION_AVOIDANCE = { FILE: packages/react/src/utils/createBaseUIEventDetails.ts type ReasonToEventMap (line 4) | interface ReasonToEventMap { type ReasonToEvent (line 50) | type ReasonToEvent = Reason extends keyof ReasonT... type BaseUIChangeEventDetail (line 54) | type BaseUIChangeEventDetail = { function getStateAttributesProps (line 5) | function getStateAttributesProps>( FILE: packages/react/src/utils/hideMiddleware.ts method fn (line 5) | async fn(state) { FILE: packages/react/src/utils/itemEquality.ts type ItemEqualityComparer (line 1) | type ItemEqualityComparer = ( function compareItemEquality (line 9) | function compareItemEquality( function selectedValueIncludes (line 20) | function selectedValueIncludes( function findItemIndex (line 36) | function findItemIndex( function removeItem (line 52) | function removeItem( FILE: packages/react/src/utils/popupStateMapping.ts type CommonPopupDataAttributes (line 4) | enum CommonPopupDataAttributes { type CommonTriggerDataAttributes (line 37) | enum CommonTriggerDataAttributes { constant TRIGGER_HOOK (line 48) | const TRIGGER_HOOK = { constant PRESSABLE_TRIGGER_HOOK (line 52) | const PRESSABLE_TRIGGER_HOOK = { constant POPUP_OPEN_HOOK (line 57) | const POPUP_OPEN_HOOK = { constant POPUP_CLOSED_HOOK (line 61) | const POPUP_CLOSED_HOOK = { constant ANCHOR_HIDDEN_HOOK (line 65) | const ANCHOR_HIDDEN_HOOK = { method open (line 70) | open(value) { method open (line 79) | open(value) { method open (line 88) | open(value) { method anchorHidden (line 94) | anchorHidden(value) { FILE: packages/react/src/utils/popups/popupStoreUtils.test.tsx function createStore (line 15) | function createStore() { function TestTrigger (line 26) | function TestTrigger({ FILE: packages/react/src/utils/popups/popupStoreUtils.ts function useTriggerRegistration (line 20) | function useTriggerRegistration>( function useTriggerDataForwarding (line 65) | function useTriggerDataForwarding>( type PayloadChildRenderFunction (line 118) | type PayloadChildRenderFunction = (arg: { function useImplicitActiveTrigger (line 132) | function useImplicitActiveTrigger>( function useOpenStateTransitions (line 161) | function useOpenStateTransitions>( FILE: packages/react/src/utils/popups/popupTriggerMap.ts class PopupTriggerMap (line 5) | class PopupTriggerMap { method constructor (line 10) | constructor() { method add (line 20) | public add(id: string, element: Element) { method delete (line 47) | public delete(id: string) { method hasElement (line 58) | public hasElement(element: Element): boolean { method hasMatchingElement (line 65) | public hasMatchingElement(predicate: (el: Element) => boolean): boolean { method getById (line 78) | public getById(id: string): Element | undefined { method entries (line 85) | public entries(): IterableIterator<[string, Element]> { method elements (line 92) | public elements(): IterableIterator { method size (line 99) | public get size(): number { FILE: packages/react/src/utils/popups/store.ts type PopupStoreState (line 12) | type PopupStoreState = { function createInitialPopupStoreState (line 78) | function createInitialPopupStoreState(): PopupStoreState = { type S (line 117) | type S = PopupStoreState; type PopupStoreSelectors (line 166) | type PopupStoreSelectors = typeof popupStoreSelectors; FILE: packages/react/src/utils/reasons.ts type BaseUIEventReasons (line 4) | type BaseUIEventReasons = typeof REASONS; type BaseUIEventReason (line 5) | type BaseUIEventReason = BaseUIEventReasons[keyof BaseUIEventReasons]; FILE: packages/react/src/utils/resolveAriaLabelledBy.ts function getDefaultLabelId (line 3) | function getDefaultLabelId(id: string | null | undefined) { function resolveAriaLabelledBy (line 7) | function resolveAriaLabelledBy( FILE: packages/react/src/utils/resolveClassName.ts function resolveClassName (line 8) | function resolveClassName( FILE: packages/react/src/utils/resolveRef.ts function resolveRef (line 5) | function resolveRef( FILE: packages/react/src/utils/resolveStyle.ts function resolveStyle (line 8) | function resolveStyle( FILE: packages/react/src/utils/resolveValueLabel.tsx type ItemRecord (line 5) | type ItemRecord = Record; type ItemsInput (line 6) | type ItemsInput = ItemRecord | ReadonlyArray | ReadonlyArra... type LabeledItem (line 8) | interface LabeledItem { type Group (line 13) | interface Group { function isGroupedItems (line 18) | function isGroupedItems( function hasNullItemLabel (line 33) | function hasNullItemLabel(items: ItemsInput): boolean { function stringifyAsLabel (line 60) | function stringifyAsLabel(item: any, itemToStringLabel?: (item: any) => ... function stringifyAsValue (line 75) | function stringifyAsValue(item: any, itemToStringValue?: (item: any) => ... function resolveSelectedLabel (line 85) | function resolveSelectedLabel( function resolveMultipleLabels (line 135) | function resolveMultipleLabels( FILE: packages/react/src/utils/scrollable.ts type ScrollAxis (line 3) | type ScrollAxis = 'horizontal' | 'vertical'; function isScrollable (line 5) | function isScrollable(element: HTMLElement, axis: ScrollAxis): boolean { function hasScrollableAncestor (line 22) | function hasScrollableAncestor( function findScrollableTouchTarget (line 39) | function findScrollableTouchTarget( FILE: packages/react/src/utils/serializeValue.ts function serializeValue (line 1) | function serializeValue(value: unknown): string { FILE: packages/react/src/utils/stateAttributesMapping.ts type TransitionStatusDataAttributes (line 4) | enum TransitionStatusDataAttributes { constant STARTING_HOOK (line 15) | const STARTING_HOOK = { [TransitionStatusDataAttributes.startingStyle]: ... constant ENDING_HOOK (line 16) | const ENDING_HOOK = { [TransitionStatusDataAttributes.endingStyle]: '' }; method transitionStatus (line 19) | transitionStatus(value): Record | null { FILE: packages/react/src/utils/styles.tsx constant DISABLE_SCROLLBAR_CLASS_NAME (line 1) | const DISABLE_SCROLLBAR_CLASS_NAME = 'base-ui-disable-scrollbar'; method getElement (line 5) | getElement(nonce?: string) { FILE: packages/react/src/utils/temporal/date-helpers.ts function mergeDateAndTime (line 3) | function mergeDateAndTime( function areDatesEqual (line 17) | function areDatesEqual( function replaceInvalidDateByNull (line 29) | function replaceInvalidDateByNull( function isAfterDay (line 43) | function isAfterDay( function isBeforeDay (line 56) | function isBeforeDay( function formatMonthFullLetterAndYear (line 65) | function formatMonthFullLetterAndYear( FILE: packages/react/src/utils/temporal/getDateManager.ts function getDateManager (line 6) | function getDateManager(adapter: TemporalAdapter): GetDateManagerReturnV... type GetDateManagerReturnValue (line 21) | type GetDateManagerReturnValue = TemporalManager< FILE: packages/react/src/utils/temporal/getInitialReferenceDate.ts function getInitialReferenceDate (line 5) | function getInitialReferenceDate( type GetInitialReferenceDateParameters (line 34) | interface GetInitialReferenceDateParameters { type GetInitialReferenceDateValidationProps (line 58) | interface GetInitialReferenceDateValidationProps extends ValidateDateVal... FILE: packages/react/src/utils/temporal/types.ts type TemporalTimezoneProps (line 7) | interface TemporalTimezoneProps { type TemporalOnErrorProps (line 17) | interface TemporalOnErrorProps = T extends (event: infer E) => any type WithBaseUIEvent (line 25) | type WithBaseUIEvent = { type BaseUIComponentProps (line 33) | type BaseUIComponentProps< type NativeButtonProps (line 60) | interface NativeButtonProps { type NonNativeButtonProps (line 70) | interface NonNativeButtonProps { type Simplify (line 84) | type Simplify = T extends Function ? T : { [K in keyof T]: T[K] }; type RequiredExcept (line 92) | type RequiredExcept = Required> & Pick<... type Orientation (line 94) | type Orientation = 'horizontal' | 'vertical'; FILE: packages/react/src/utils/useAnchorPositioning.ts function getLogicalSide (line 33) | function getLogicalSide(sideParam: Side, renderedSide: PhysicalSide, isR... function getOffsetData (line 47) | function getOffsetData(state: MiddlewareState, sideParam: Side, isRtl: b... type Side (line 58) | type Side = 'top' | 'bottom' | 'left' | 'right' | 'inline-end' | 'inline... type Align (line 59) | type Align = 'start' | 'center' | 'end'; type Boundary (line 60) | type Boundary = 'clipping-ancestors' | Element | Element[] | Rect; type OffsetFunction (line 61) | type OffsetFunction = (data: { type SideFlipMode (line 68) | interface SideFlipMode { type SideShiftMode (line 92) | interface SideShiftMode { type CollisionAvoidance (line 115) | type CollisionAvoidance = SideFlipMode | SideShiftMode; function useAnchorPositioning (line 121) | function useAnchorPositioning( function isRef (line 563) | function isRef( type UseAnchorPositioningSharedParameters (line 569) | interface UseAnchorPositioningSharedParameters { type UseAnchorPositioningParameters (line 717) | interface UseAnchorPositioningParameters extends UseAnchorPositioningSha... type UseAnchorPositioningReturnValue (line 731) | interface UseAnchorPositioningReturnValue { type UseAnchorPositioningState (line 746) | interface UseAnchorPositioningState {} FILE: packages/react/src/utils/useAnimationsFinished.ts function useAnimationsFinished (line 17) | function useAnimationsFinished( FILE: packages/react/src/utils/useBaseUiId.ts function useBaseUiId (line 9) | function useBaseUiId(idOverride?: string): string | undefined { FILE: packages/react/src/utils/useFocusableWhenDisabled.ts function useFocusableWhenDisabled (line 4) | function useFocusableWhenDisabled( type FocusableWhenDisabledProps (line 63) | interface FocusableWhenDisabledProps { type UseFocusableWhenDisabledParameters (line 70) | interface UseFocusableWhenDisabledParameters { type UseFocusableWhenDisabledReturnValue (line 95) | interface UseFocusableWhenDisabledReturnValue { type UseFocusableWhenDisabledState (line 99) | interface UseFocusableWhenDisabledState {} FILE: packages/react/src/utils/useMixedToggleClickHandler.ts function useMixedToggleClickHandler (line 12) | function useMixedToggleClickHandler(params: UseMixedToggleClickHandlerPa... type UseMixedToggleClickHandlerParameters (line 45) | interface UseMixedToggleClickHandlerParameters { type UseMixedToggleClickHandlerState (line 61) | interface UseMixedToggleClickHandlerState {} FILE: packages/react/src/utils/useOpenChangeComplete.tsx function useOpenChangeComplete (line 9) | function useOpenChangeComplete(parameters: UseOpenChangeCompleteParamete... type UseOpenChangeCompleteParameters (line 30) | interface UseOpenChangeCompleteParameters { type UseOpenChangeCompleteState (line 50) | interface UseOpenChangeCompleteState {} FILE: packages/react/src/utils/useOpenInteractionType.ts function useOpenInteractionType (line 13) | function useOpenInteractionType(open: boolean) { FILE: packages/react/src/utils/usePopupAutoResize.ts function usePopupAutoResize (line 18) | function usePopupAutoResize(parameters: UsePopupAutoResizeParameters) { type UsePopupAutoResizeParameters (line 203) | interface UsePopupAutoResizeParameters { function overrideElementStyle (line 243) | function overrideElementStyle(element: HTMLElement, property: string, va... function applyElementStyles (line 252) | function applyElementStyles(element: HTMLElement, styles: Record, 'useState' | '... type UsePopupViewportParameters (line 40) | interface UsePopupViewportParameters { type UsePopupViewportResult (line 59) | interface UsePopupViewportResult { function usePopupViewport (line 74) | function usePopupViewport(parameters: UsePopupViewportParameters): UsePo... type Offset (line 268) | type Offset = { function getActivationDirection (line 279) | function getActivationDirection(offset: Offset | null): string | undefin... function getValueWithTolerance (line 297) | function getValueWithTolerance( function calculateRelativePosition (line 317) | function calculateRelativePosition(from: Element, to: Element): Offset { function usePopupContentKey (line 339) | function usePopupContentKey(activeTriggerId: string | null, payload: unk... FILE: packages/react/src/utils/usePressAndHold.ts constant DEFAULT_TICK_DELAY (line 8) | const DEFAULT_TICK_DELAY = 60; constant DEFAULT_START_DELAY (line 9) | const DEFAULT_START_DELAY = 400; constant DEFAULT_SCROLL_DISTANCE (line 10) | const DEFAULT_SCROLL_DISTANCE = 8; constant TOUCH_TIMEOUT (line 11) | const TOUCH_TIMEOUT = 50; constant MAX_POINTER_MOVES_AFTER_TOUCH (line 12) | const MAX_POINTER_MOVES_AFTER_TOUCH = 3; function isTouchLikePointerType (line 17) | function isTouchLikePointerType(pointerType: string) { type UsePressAndHoldParameters (line 21) | interface UsePressAndHoldParameters { type UsePressAndHoldReturnValue (line 53) | interface UsePressAndHoldReturnValue { function usePressAndHold (line 79) | function usePressAndHold(params: UsePressAndHoldParameters): UsePressAnd... FILE: packages/react/src/utils/useRegisteredLabelId.ts function useRegisteredLabelId (line 5) | function useRegisteredLabelId( FILE: packages/react/src/utils/useRenderElement.test.tsx function DisabledPropsTestComponent (line 56) | function DisabledPropsTestComponent(props: { method onMouseDown (line 181) | onMouseDown() {} function UppercaseRenderPropWarningTestComponent (line 223) | function UppercaseRenderPropWarningTestComponent(props: React.ComponentP... function UIInput (line 245) | function UIInput(props: React.ComponentPropsWithRef<'span'>) { function UppercaseRenderElement (line 309) | function UppercaseRenderElement(props: React.ComponentPropsWithRef<'span... FILE: packages/react/src/utils/useRenderElement.tsx type IntrinsicTagName (line 13) | type IntrinsicTagName = keyof React.JSX.IntrinsicElements; function useRenderElement (line 22) | function useRenderElement< function useRenderElementProps (line 47) | function useRenderElementProps< function resolveRenderFunctionProps (line 113) | function resolveRenderFunctionProps( function warnIfRenderPropLooksLikeComponent (line 187) | function warnIfRenderPropLooksLikeComponent(renderFn: { name: string }) { function renderTag (line 211) | function renderTag(Tag: string, props: Record) { type RenderFunctionProps (line 221) | type RenderFunctionProps = TagName extends keyof React.JSX.Intr... type UseRenderElementParameters (line 225) | type UseRenderElementParameters< type UseRenderElementComponentProps (line 266) | interface UseRenderElementComponentProps { type UseRenderElementState (line 283) | interface UseRenderElementState {} FILE: packages/react/src/utils/useSwipeDismiss.test.tsx function SwipeBox (line 7) | function SwipeBox() { function SwipeProgressBox (line 21) | function SwipeProgressBox({ onProgress }: { onProgress: (progress: numbe... function createTouch (line 41) | function createTouch(target: EventTarget, point: { clientX: number; clie... function SwipeBoxScrollable (line 65) | function SwipeBoxScrollable() { function SwipeBoxThreshold (line 382) | function SwipeBoxThreshold() { function SwipeBoxSwipingChange (line 459) | function SwipeBoxSwipingChange() { function SwipeBoxPointerCancel (line 514) | function SwipeBoxPointerCancel() { function SwipeBoxTouchScrollableEnd (line 618) | function SwipeBoxTouchScrollableEnd() { function SwipeBoxReleaseOverride (line 700) | function SwipeBoxReleaseOverride() { function SwipeBoxReleaseVelocity (line 777) | function SwipeBoxReleaseVelocity() { function SwipeBoxReleaseVelocity (line 866) | function SwipeBoxReleaseVelocity() { function SwipeBoxReleaseVelocity (line 968) | function SwipeBoxReleaseVelocity() { function SwipeBoxWithPreventedChild (line 1057) | function SwipeBoxWithPreventedChild() { FILE: packages/react/src/utils/useSwipeDismiss.ts type SwipeDirection (line 10) | type SwipeDirection = 'up' | 'down' | 'left' | 'right'; type SwipeDismissNativeEvent (line 12) | type SwipeDismissNativeEvent = PointerEvent | TouchEvent; type SwipeDismissStartEvent (line 13) | type SwipeDismissStartEvent = React.PointerEvent | React.TouchEvent; type SwipeDismissMoveEvent (line 14) | type SwipeDismissMoveEvent = React.PointerEvent | React.TouchEvent; type SwipeDismissEndEvent (line 15) | type SwipeDismissEndEvent = React.PointerEvent | React.TouchEvent; type SwipeProgressDetailsInternal (line 16) | type SwipeProgressDetailsInternal = { constant DEFAULT_SWIPE_THRESHOLD (line 22) | const DEFAULT_SWIPE_THRESHOLD = 40; constant REVERSE_CANCEL_THRESHOLD (line 23) | const REVERSE_CANCEL_THRESHOLD = 10; constant MIN_DRAG_THRESHOLD (line 24) | const MIN_DRAG_THRESHOLD = 1; constant MIN_VELOCITY_DURATION_MS (line 25) | const MIN_VELOCITY_DURATION_MS = 50; constant MIN_RELEASE_VELOCITY_DURATION_MS (line 26) | const MIN_RELEASE_VELOCITY_DURATION_MS = 16; constant MAX_RELEASE_VELOCITY_AGE_MS (line 27) | const MAX_RELEASE_VELOCITY_AGE_MS = 80; constant DEFAULT_IGNORE_SELECTOR (line 28) | const DEFAULT_IGNORE_SELECTOR = 'button,a,input,select,textarea,label,[r... function getDisplacement (line 30) | function getDisplacement(direction: SwipeDirection, deltaX: number, delt... function getElementTransform (line 45) | function getElementTransform(element: HTMLElement) { function getValidTimeStamp (line 71) | function getValidTimeStamp(timeStamp: number): number | null { function hasPrimaryMouseButton (line 75) | function hasPrimaryMouseButton(buttons: number): boolean { function safelyChangePointerCapture (line 79) | function safelyChangePointerCapture( function useSwipeDismiss (line 99) | function useSwipeDismiss(options: UseSwipeDismissOptions): UseSwipeDismi... type UseSwipeDismissState (line 1048) | interface UseSwipeDismissState {} type UseSwipeDismissDetails (line 1050) | interface UseSwipeDismissDetails { type UseSwipeDismissProgressDetails (line 1055) | type UseSwipeDismissProgressDetails = SwipeProgressDetailsInternal; type UseSwipeDismissOptions (line 1057) | interface UseSwipeDismissOptions { type UseSwipeDismissReturnValue (line 1123) | interface UseSwipeDismissReturnValue { FILE: packages/react/src/utils/useTransitionStatus.d.ts type TransitionStatus (line 3) | type TransitionStatus = 'starting' | 'ending' | 'idle' | undefined; FILE: packages/react/src/utils/useTransitionStatus.ts type TransitionStatus (line 6) | type TransitionStatus = 'starting' | 'ending' | 'idle' | undefined; function useTransitionStatus (line 13) | function useTransitionStatus( FILE: packages/react/src/utils/useValueChanged.ts function useValueChanged (line 6) | function useValueChanged(value: T, onChange: (previousValue: T) => vo... FILE: packages/react/src/utils/valueToPercent.ts function valueToPercent (line 1) | function valueToPercent(value: number, min: number, max: number) { FILE: packages/react/test/addVitestMatchers.ts type Assertion (line 4) | interface Assertion { type AsymmetricMatchersContaining (line 8) | interface AsymmetricMatchersContaining { function cleanDate (line 13) | function cleanDate(value: any): Date { function formatDate (line 25) | function formatDate(value: Date): string { method toEqualDateTime (line 30) | toEqualDateTime(received, expected) { FILE: packages/react/test/conformanceTests/className.tsx function testClassName (line 9) | function testClassName( FILE: packages/react/test/conformanceTests/propForwarding.tsx function testPropForwarding (line 10) | function testPropForwarding( FILE: packages/react/test/conformanceTests/refForwarding.tsx function verifyRef (line 9) | async function verifyRef( function testRefForwarding (line 27) | function testRefForwarding( FILE: packages/react/test/conformanceTests/renderProp.tsx function testRenderProp (line 10) | function testRenderProp( FILE: packages/react/test/conformanceTests/utils.ts function throwMissingPropError (line 1) | function throwMissingPropError(field: string): never { FILE: packages/react/test/createRenderer.ts type BaseUIRenderResult (line 11) | type BaseUIRenderResult = Omit... type BaseUITestRenderer (line 16) | type BaseUITestRenderer = Omit & { type DataAttributes (line 23) | interface DataAttributes { function createRenderer (line 27) | function createRenderer(globalOptions?: CreateRendererOptions): BaseUITe... FILE: packages/react/test/describeConformance.tsx type ConformantComponentProps (line 14) | type ConformantComponentProps = { type BaseUiConformanceTestsOptions (line 23) | interface BaseUiConformanceTestsOptions extends Omit< function describeConformanceFn (line 51) | function describeConformanceFn( FILE: packages/react/test/describeGregorianAdapter/describeGregorianAdapter.ts function innerGregorianDescribeAdapter (line 7) | function innerGregorianDescribeAdapter(parameters: DescribeGregorianAdap... type DescribeGregorianAdapter (line 15) | type DescribeGregorianAdapter = { FILE: packages/react/test/describeGregorianAdapter/describeGregorianAdapter.types.ts type DescribeGregorianAdapterParameters (line 8) | interface DescribeGregorianAdapterParameters { type DescribeGregorianAdapterTestSuite (line 34) | type DescribeGregorianAdapterTestSuite = ( FILE: packages/react/test/describeGregorianAdapter/describeGregorianAdapter.utils.ts constant TEST_DATE_ISO_STRING (line 1) | const TEST_DATE_ISO_STRING = '2018-10-30T11:44:25.750Z'; constant TEST_DATE_LOCALE_STRING (line 3) | const TEST_DATE_LOCALE_STRING = '2018-10-30'; FILE: packages/react/test/floating-ui-tests/ComplexGrid.tsx type Props (line 13) | interface Props { function Main (line 25) | function Main({ orientation = 'horizontal', loopFocus = false, rtl = fal... FILE: packages/react/test/floating-ui-tests/EmojiPicker.tsx type OptionProps (line 62) | type OptionProps = React.HTMLAttributes & { function Main (line 99) | function Main() { FILE: packages/react/test/floating-ui-tests/Grid.tsx type Props (line 13) | interface Props { function Main (line 19) | function Main({ orientation = 'horizontal', loopFocus = false }: Props) { FILE: packages/react/test/floating-ui-tests/ListboxFocus.tsx type SelectContextValue (line 13) | interface SelectContextValue { function Listbox (line 23) | function Listbox({ children }: { children: React.ReactNode }) { function Option (line 84) | function Option({ label }: { label: string }) { function Main (line 118) | function Main() { FILE: packages/react/test/floating-ui-tests/Menu.tsx type MenuContextType (line 33) | type MenuContextType = { type MenuProps (line 55) | interface MenuProps { function handleTreeClick (line 157) | function handleTreeClick() { function onSubMenuOpen (line 161) | function onSubMenuOpen(event: { nodeId: string; parentId: string }) { function onPointerMove (line 186) | function onPointerMove({ pointerType }: PointerEvent) { function onKeyDown (line 192) | function onKeyDown() { method onFocus (line 226) | onFocus(event: React.FocusEvent) { method onMouseEnter (line 231) | onMouseEnter(event: React.MouseEvent) { type MenuItemProps (line 301) | interface MenuItemProps { method onClick (line 327) | onClick(event: React.MouseEvent) { method onFocus (line 331) | onFocus(event: React.FocusEvent) { method onMouseEnter (line 335) | onMouseEnter(event: React.MouseEvent) { method onKeyDown (line 341) | onKeyDown(event) { function Main (line 383) | function Main() { FILE: packages/react/test/floating-ui-tests/MenuOrientation.tsx type MenuContextType (line 32) | type MenuContextType = { type MenuProps (line 56) | interface MenuProps { function handleTreeClick (line 147) | function handleTreeClick() { function onSubMenuOpen (line 151) | function onSubMenuOpen(event: { nodeId: string; parentId: string }) { function onPointerMove (line 177) | function onPointerMove({ pointerType }: PointerEvent) { function onKeyDown (line 183) | function onKeyDown() { method onFocus (line 217) | onFocus(event: React.FocusEvent) { method onMouseEnter (line 222) | onMouseEnter(event: React.MouseEvent) { type MenuItemProps (line 296) | interface MenuItemProps { method onClick (line 322) | onClick(event: React.MouseEvent) { method onFocus (line 326) | onFocus(event: React.FocusEvent) { method onMouseEnter (line 330) | onMouseEnter(event: React.MouseEvent) { method onKeyDown (line 336) | onKeyDown(event) { function HorizontalMenu (line 378) | function HorizontalMenu() { function VerticalMenu (line 415) | function VerticalMenu() { function HorizontalMenuWithHorizontalSubmenus (line 452) | function HorizontalMenuWithHorizontalSubmenus() { function Main (line 489) | function Main() { FILE: packages/react/test/floating-ui-tests/Navigation.tsx type SubItemProps (line 22) | interface SubItemProps { type ItemProps (line 39) | interface ItemProps { type NavigationProps (line 112) | interface NavigationProps { function Navigation (line 117) | function Navigation(props: NavigationProps) { function Main (line 126) | function Main() { FILE: packages/react/test/floating-ui-tests/Popover.tsx function Main (line 28) | function Main() { type Props (line 94) | interface Props { function PopoverComponent (line 104) | function PopoverComponent({ function Popover (line 175) | function Popover(props: Props) { FILE: packages/react/test/popupConformanceTests.tsx function popupConformanceTests (line 6) | function popupConformanceTests(config: PopupTestConfig) { function getTrigger (line 216) | function getTrigger() { function getPopup (line 220) | function getPopup() { type PopupTestConfig (line 224) | interface PopupTestConfig { type RootProps (line 256) | interface RootProps { type TriggerProps (line 261) | interface TriggerProps { type PopupProps (line 265) | interface PopupProps { type PortalProps (line 272) | interface PortalProps { type TestedComponentProps (line 276) | interface TestedComponentProps { FILE: packages/react/test/temporal.tsx function createTemporalRenderer (line 17) | function createTemporalRenderer( type Parameters (line 49) | interface Parameters extends Omit { FILE: packages/utils/src/detectBrowser.ts type NavigatorUAData (line 1) | interface NavigatorUAData { function getNavigatorData (line 33) | function getNavigatorData(): { platform: string; maxTouchPoints: number } { function getUserAgent (line 53) | function getUserAgent(): string { function getPlatform (line 67) | function getPlatform(): string { FILE: packages/utils/src/empty.ts function NOOP (line 1) | function NOOP() {} constant EMPTY_ARRAY (line 3) | const EMPTY_ARRAY: readonly any[] = Object.freeze([]); constant EMPTY_OBJECT (line 5) | const EMPTY_OBJECT = Object.freeze({}); FILE: packages/utils/src/error.ts function error (line 6) | function error(...messages: string[]) { function reset (line 16) | function reset() { FILE: packages/utils/src/fastHooks.ts type Instance (line 4) | type Instance = { type HookType (line 8) | type HookType = { function getInstance (line 17) | function getInstance() { function setInstance (line 21) | function setInstance(instance: Instance | undefined): void { function register (line 25) | function register(hook: HookType): void { function fastComponent (line 29) | function fastComponent

| null>(... FILE: packages/utils/src/formatErrorMessage.ts function createFormatErrorMessage (line 7) | function createFormatErrorMessage( FILE: packages/utils/src/generateId.ts function generateId (line 2) | function generateId(prefix: string) { FILE: packages/utils/src/getReactElementRef.ts function getReactElementRef (line 7) | function getReactElementRef(element: unknown): React.Ref | null { FILE: packages/utils/src/inertValue.ts function inertValue (line 3) | function inertValue(value?: boolean): boolean | undefined { FILE: packages/utils/src/isElementDisabled.ts function isElementDisabled (line 1) | function isElementDisabled(element: HTMLElement | null) { FILE: packages/utils/src/isMouseWithinBounds.ts function isMouseWithinBounds (line 1) | function isMouseWithinBounds(event: React.MouseEvent) { FILE: packages/utils/src/mergeObjects.ts function mergeObjects (line 1) | function mergeObjects(initial: State) { function Test (line 20) | function Test({ controlled }: { controlled: number | undefined }) { function Test (line 43) | function Test({ controlled }: { controlled?: number }) { function Test (line 60) | function Test({ controlled }: { controlled?: number }) { function Test (line 79) | function Test({ value }: { value: number }) { function Test (line 95) | function Test({ props }: { props: Partial }) { function Test (line 114) | function Test({ props }: { props: Partial }) { function Test (line 144) | function Test({ props }: { props: Partial }) { type CleanupState (line 163) | type CleanupState = { node: HTMLDivElement | undefined }; function Test (line 169) | function Test({ node }: { node: HTMLDivElement | undefined }) { type ElementState (line 190) | type ElementState = { element: HTMLDivElement | null }; function Test (line 197) | function Test() { type ParentState (line 229) | type ParentState = { count: number }; type ChildState (line 230) | type ChildState = { count: number; parent?: ReactStore }; function Test (line 279) | function Test() { type CounterState (line 317) | type CounterState = { count: number; multiplier: number }; FILE: packages/utils/src/store/ReactStore.ts class ReactStore (line 14) | class ReactStore< method constructor (line 26) | constructor(state: State, context: Context = {} as Context, selectors?... method useSyncedValue (line 45) | useSyncedValue( method useSyncedValueWithCleanup (line 64) | public useSyncedValueWithCleanup) { method useControlledProp (line 117) | useControlledProp( method select (line 157) | select(key: keyof Selectors, a1?: unknown, a2?: unknown, a3?: unknown) { method useState (line 174) | useState(key: keyof Selectors, a1?: unknown, a2?: unknown, a3?: unknow... method useContextCallback (line 186) | useContextCallback>( method useStateSetter (line 201) | useStateSetter any; type ContextFunctionKeys (line 260) | type ContextFunctionKeys = { type ContextFunction (line 264) | type ContextFunction = Extract = { type ObserveSelector (line 270) | type ObserveSelector = (state: State) => any; type SelectorFunction (line 272) | type SelectorFunction = (state: State, ...args: any[]) => any; type Tail (line 274) | type Tail = T extends readonly [any, ...infer ... type SelectorArgs (line 276) | type SelectorArgs = Selector extends (...params: infer Params)... FILE: packages/utils/src/store/Store.ts type Listener (line 3) | type Listener = (state: T) => void; class Store (line 9) | class Store { method constructor (line 25) | constructor(state: State) { method setState (line 56) | setState(newState: State) { method update (line 80) | update(changes: Partial) { method set (line 95) | set(key: keyof State, value: T) { method notifyAll (line 104) | notifyAll() { method use (line 111) | use(selector: any, a1?: unknown, a2?: unknown, a3?: unknown) { type ReadonlyStore (line 117) | type ReadonlyStore = Pick, 'getSnapshot' | 'subscrib... type SelectorArgs (line 119) | type SelectorArgs = Selector extends (...params: infer Params)... type Tail (line 123) | type Tail = T extends readonly [any, ...infer ... FILE: packages/utils/src/store/StoreInspector.tsx constant STYLES (line 11) | const STYLES = ` type StoreInspectorProps (line 114) | interface StoreInspectorProps { function StoreInspector (line 138) | function StoreInspector(props: StoreInspectorProps) { type PanelProps (line 171) | interface PanelProps { function StoreInspectorPanel (line 179) | function StoreInspectorPanel({ store, title, additionalData, open, onClo... function getStringifyReplacer (line 243) | function getStringifyReplacer() { type WindowProps (line 281) | interface WindowProps { function Window (line 292) | function Window({ title, onClose, children, headerActions }: WindowProps) { function CloseIcon (line 513) | function CloseIcon() { function FileJson (line 533) | function FileJson() { function SquareTerminal (line 554) | function SquareTerminal() { FILE: packages/utils/src/store/createSelector.ts type Fn (line 13) | type Fn = (...args: any[]) => any; type SelectorWithArgs (line 14) | type SelectorWithArgs = ReturnType & { se... type CreateSelectorFunction (line 16) | type CreateSelectorFunction = < type StateFromSelectorList (line 31) | type StateFromSelectorList = Selectors... type StateFromSelector (line 40) | type StateFromSelector = T extends (first: infer F, ...args: any[]) =... type DropFirst (line 42) | type DropFirst = T extends [any, ...infer Xs] ? Xs : []; type ReturnTypes (line 44) | type ReturnTypes = { type MergeParams (line 50) | type MergeParams< type CacheKey (line 136) | type CacheKey = { id: number }; FILE: packages/utils/src/store/useStore.ts function useStore (line 37) | function useStore( function useStoreR19 (line 47) | function useStoreR19( type StoreInstance (line 62) | type StoreInstance = Instance & { method before (line 80) | before(instance: StoreInstance) { method after (line 105) | after(instance: StoreInstance) { function useStoreFast (line 131) | function useStoreFast( function useStoreLegacy (line 183) | function useStoreLegacy( FILE: packages/utils/src/testUtils.ts type IfEquals (line 7) | type IfEquals = function expectType (line 21) | function expectType(_actual: IfEquals { function useControlled (line 25) | function useControlled({ FILE: packages/utils/src/useEnhancedClickHandler.ts type InteractionType (line 4) | type InteractionType = 'mouse' | 'touch' | 'pen' | 'keyboard' | ''; function useEnhancedClickHandler (line 13) | function useEnhancedClickHandler( FILE: packages/utils/src/useForcedRerendering.ts function useForcedRerendering (line 7) | function useForcedRerendering() { FILE: packages/utils/src/useId.test.tsx type TestComponentProps (line 6) | interface TestComponentProps { function TestComponent (line 14) | function TestComponent({ id: idProp }: TestComponentProps) { function TestComponent (line 29) | function TestComponent({ id: idProp }: TestComponentProps) { function Widget (line 43) | function Widget() { function Widget (line 65) | function Widget() { function TestComponent (line 93) | function TestComponent() { function Widget (line 104) | function Widget() { FILE: packages/utils/src/useId.ts function useGlobalId (line 8) | function useGlobalId(idOverride?: string, prefix: string = 'mui'): strin... function useId (line 32) | function useId(idOverride?: string, prefix?: string): string | undefined { FILE: packages/utils/src/useInterval.ts type IntervalId (line 6) | type IntervalId = number; constant EMPTY (line 8) | const EMPTY = 0 as IntervalId; class Interval (line 10) | class Interval extends Timeout { method create (line 11) | static create() { method start (line 18) | start(delay: number, fn: Function) { function useInterval (line 36) | function useInterval() { FILE: packages/utils/src/useMergedRefs.test.tsx type TestComponentProps (line 11) | interface TestComponentProps { function Component (line 15) | function Component(props: TestComponentProps) { type TestComponentProps (line 53) | interface TestComponentProps { function Inner (line 64) | function Inner() { type TestComponentProps (line 78) | interface TestComponentProps { function Div (line 84) | function Div(props: TestComponentProps) { function onRefChangeWithCleanup (line 133) | function onRefChangeWithCleanup(ref: HTMLDivElement | null) { function onRefChangeWithoutCleanup (line 142) | function onRefChangeWithoutCleanup(ref: HTMLDivElement | null) { function App (line 150) | function App() { FILE: packages/utils/src/useMergedRefs.ts type Empty (line 4) | type Empty = null | undefined; type InputRef (line 5) | type InputRef = React.Ref | Empty; type Result (line 6) | type Result = React.RefCallback | null; type Cleanup (line 7) | type Cleanup = () => void; type ForkRef (line 9) | type ForkRef = { function useMergedRefs (line 30) | function useMergedRefs( function useMergedRefsN (line 48) | function useMergedRefsN(refs: InputRef[]): Result { function createForkRef (line 56) | function createForkRef(): ForkRef { function didChange (line 64) | function didChange( function didChangeN (line 80) | function didChangeN(forkRef: ForkRef, newRefs: InputRef[]) { function update (line 87) | function update(forkRef: ForkRef, refs: InputRef[]) { FILE: packages/utils/src/useOnFirstRender.ts function useOnFirstRender (line 4) | function useOnFirstRender(fn: Function) { FILE: packages/utils/src/useOnMount.ts constant EMPTY (line 4) | const EMPTY = [] as unknown[]; function useOnMount (line 9) | function useOnMount(fn: React.EffectCallback) { FILE: packages/utils/src/usePreviousValue.test.tsx type TestComponentProps (line 6) | interface TestComponentProps { function TestComponent (line 12) | function TestComponent({ value, children }: TestComponentProps) { FILE: packages/utils/src/usePreviousValue.ts function usePreviousValue (line 9) | function usePreviousValue(value: T): T | null { FILE: packages/utils/src/useRefWithInit.ts constant UNINITIALIZED (line 4) | const UNINITIALIZED = {}; function useRefWithInit (line 15) | function useRefWithInit(init: (arg?: unknown) => unknown, initArg?: unkn... FILE: packages/utils/src/useScrollLock.ts function hasInsetScrollbars (line 14) | function hasInsetScrollbars(referenceElement: Element | null) { function supportsStableScrollbarGutter (line 23) | function supportsStableScrollbarGutter(referenceElement: Element | null) { function preventScrollOverlayScrollbars (line 54) | function preventScrollOverlayScrollbars(referenceElement: Element | null) { function preventScrollInsetScrollbars (line 79) | function preventScrollInsetScrollbars(referenceElement: Element | null) { class ScrollLocker (line 217) | class ScrollLocker { method acquire (line 223) | acquire(referenceElement: Element | null) { method lock (line 245) | private lock(referenceElement: Element | null) { constant SCROLL_LOCKER (line 274) | const SCROLL_LOCKER = new ScrollLocker(); function useScrollLock (line 282) | function useScrollLock(enabled: boolean = true, referenceElement: Elemen... FILE: packages/utils/src/useStableCallback.ts type Callback (line 17) | type Callback = (...args: any[]) => any; type Stable (line 19) | type Stable = { function useStableCallback (line 38) | function useStableCallback(callback: T | undefined):... function createStableCallback (line 45) | function createStableCallback() { function assertNotCalled (line 57) | function assertNotCalled() { FILE: packages/utils/src/useTimeout.ts type TimeoutId (line 5) | type TimeoutId = number; constant EMPTY (line 7) | const EMPTY = 0 as TimeoutId; class Timeout (line 9) | class Timeout { method create (line 10) | static create() { method start (line 19) | start(delay: number, fn: Function) { method isStarted (line 27) | isStarted() { function useTimeout (line 46) | function useTimeout() { FILE: packages/utils/src/useValueAsRef.ts function useValueAsRef (line 10) | function useValueAsRef(value: T) { function createLatestRef (line 21) | function createLatestRef(value: T) { FILE: packages/utils/src/warn.ts function warn (line 6) | function warn(...messages: string[]) { FILE: playground/vite-app/src/Home.tsx function Home (line 4) | function Home() { function Nav (line 12) | function Nav() { FILE: playground/vite-app/src/experiments/perf/SettingsPanel.tsx type Settings (line 4) | interface Settings { type SettingsPanelProps (line 30) | interface SettingsPanelProps { function normalizeSettings (line 35) | function normalizeSettings(value: unknown): Settings { function readStoredSettings (line 61) | function readStoredSettings(): Settings { function usePersistedSettings (line 74) | function usePersistedSettings(): [Settings, React.Dispatch) { function PreviewCardArrowSvg (line 209) | function PreviewCardArrowSvg(props: React.ComponentProps<'svg'>) { FILE: playground/vite-app/src/experiments/perf/detached-triggers.tsx type RowData (line 16) | interface RowData { function PerfExperiment (line 40) | function PerfExperiment() { function TestComponent (line 54) | function TestComponent(props: { settings: Settings }) { function StyledMenu (line 130) | function StyledMenu() { function StyledPopover (line 161) | function StyledPopover() { function StyledTooltip (line 180) | function StyledTooltip() { function StyledDialog (line 201) | function StyledDialog() { function StyledPreviewCard (line 224) | function StyledPreviewCard() { function ArrowSvg (line 250) | function ArrowSvg(props: React.ComponentProps<'svg'>) { function PreviewCardArrowSvg (line 269) | function PreviewCardArrowSvg(props: React.ComponentProps<'svg'>) { FILE: playground/vite-app/src/experiments/perf/radix-triggers.tsx type RowData (line 12) | interface RowData { type RowProps (line 17) | interface RowProps { function PerfExperiment (line 34) | function PerfExperiment() { function TestComponent (line 50) | function TestComponent(props: { settings: Settings }) { function StyledMenu (line 71) | function StyledMenu({ rowData }: RowProps) { function StyledPopover (line 101) | function StyledPopover({ rowData }: RowProps) { function StyledTooltip (line 123) | function StyledTooltip({ rowData }: RowProps) { function StyledDialog (line 145) | function StyledDialog({ rowData }: RowProps) { function StyledHoverCard (line 167) | function StyledHoverCard({ rowData }: RowProps) { type ArrowSvgProps (line 196) | interface ArrowSvgProps extends React.ComponentProps<'svg'> { function ArrowSvg (line 202) | function ArrowSvg({ FILE: playground/vite-app/src/experiments/perf/utils/benchmark.tsx constant DOM_SETTLE_QUIET_WINDOW_MS (line 7) | const DOM_SETTLE_QUIET_WINDOW_MS = 32; function PerformanceBenchmark (line 141) | function PerformanceBenchmark(props: React.PropsWithChildren<{}>) { function logResults (line 153) | function logResults(results: number[]) { function removeOutliers (line 173) | function removeOutliers(data: number[]) { FILE: playground/vite-app/src/index.tsx function App (line 19) | function App() { function NotFound (line 61) | function NotFound() { FILE: playground/vite-app/src/routes.tsx type RouteEntry (line 6) | type RouteEntry = FILE: scripts/api-docs-builder/src/componentHandler.ts function kebabToPascal (line 9) | function kebabToPascal(str: string): string { function formatComponentData (line 24) | async function formatComponentData(component: tae.ExportNode, allExports... function isPublicComponent (line 54) | function isPublicComponent(exportNode: tae.ExportNode) { function sortObjectByKeys (line 70) | function sortObjectByKeys(obj: Record, order: string[]): R... function extractComponentGroup (line 103) | function extractComponentGroup(componentExportName: string): string { function rewriteTypeValue (line 114) | function rewriteTypeValue(value: string, componentGroup: string): string { function applyNamespaceAliases (line 129) | function applyNamespaceAliases(value: string, componentGroup: string): s... function applyComponentNamespaceShorthand (line 164) | function applyComponentNamespaceShorthand(value: string, componentGroup:... function escapeForRegex (line 176) | function escapeForRegex(value: string): string { function buildNamespaceAliasMap (line 180) | function buildNamespaceAliasMap() { function collectIndexPartsFiles (line 216) | function collectIndexPartsFiles(dir: string): string[] { function dedupeUnionMembers (line 232) | function dedupeUnionMembers(value: string): string { function splitTopLevelUnion (line 289) | function splitTopLevelUnion(value: string): string[] { function rewriteTypeStringsDeep (line 351) | function rewriteTypeStringsDeep(node: any, componentGroup: string): any { FILE: scripts/api-docs-builder/src/formatter.ts function formatProperties (line 8) | async function formatProperties( type DocumentationOverride (line 86) | type DocumentationOverride = { function formatParameters (line 91) | function formatParameters( function formatDetailedType (line 118) | function formatDetailedType( function formatEnum (line 171) | function formatEnum(enumNode: tae.EnumNode) { function formatType (line 183) | function formatType( function kebabToPascal (line 319) | function kebabToPascal(str: string): string { function getFullyQualifiedName (line 333) | function getFullyQualifiedName(typeName: tae.TypeName): string { function createNameWithTypeArguments (line 365) | function createNameWithTypeArguments(typeName: tae.TypeName) { function orderMembers (line 380) | function orderMembers(members: readonly tae.AnyType[]): readonly tae.Any... function pushToEnd (line 387) | function pushToEnd(members: readonly tae.AnyType[], name: string): reado... function isObjectEmpty (line 400) | function isObjectEmpty(object: Record) { function normalizeQuotes (line 408) | function normalizeQuotes(str: string) { FILE: scripts/api-docs-builder/src/hookHandler.ts function formatHookData (line 4) | async function formatHookData(hook: tae.ExportNode) { function isPublicHook (line 36) | function isPublicHook(exportNode: tae.ExportNode) { FILE: scripts/api-docs-builder/src/index.ts constant REEXPORTED_PARTS (line 24) | const REEXPORTED_PARTS: Record = { function pascalToTitleCase (line 40) | function pascalToTitleCase(str: string): string { type RunOptions (line 44) | interface RunOptions { type TsConfig (line 50) | interface TsConfig { function kebabToPascal (line 55) | function kebabToPascal(str: string): string { function isNotReExport (line 62) | function isNotReExport(exp: tae.ExportNode & { sourceFilePath?: string }) { function run (line 78) | async function run(options: RunOptions) { function getFilesToProcess (line 303) | async function getFilesToProcess(options: RunOptions, config: TsConfig):... function findAllExports (line 365) | function findAllExports(program: ts.Program, sourceFiles: string[]) { FILE: scripts/api-docs-builder/src/utilityHandler.ts function extractDescription (line 4) | function extractDescription(documentation: tae.Documentation | undefined) { function extractReturnDescription (line 54) | function extractReturnDescription(documentation: tae.Documentation | und... function applyParamTags (line 66) | function applyParamTags( function formatUtilityData (line 104) | async function formatUtilityData(utility: tae.ExportNode) { function isPublicUtility (line 188) | function isPublicUtility(exportNode: tae.ExportNode) { FILE: test/bundle-size/bundle-size-checker.config.mjs function getBaseUiExports (line 12) | async function getBaseUiExports() { function getUtilsExports (line 29) | async function getUtilsExports() { FILE: test/e2e/TestViewer.tsx function TestViewer (line 3) | function TestViewer(props: { children: React.ReactNode }) { FILE: test/e2e/fixtures/Radio.tsx function ExampleRadioGroup (line 6) | function ExampleRadioGroup() { FILE: test/e2e/fixtures/field/validate-on-change/Input.tsx function InputValidateOnChange (line 5) | function InputValidateOnChange() { FILE: test/e2e/fixtures/field/validate-on-change/Select.tsx function SelectValidateOnChange (line 14) | function SelectValidateOnChange() { FILE: test/e2e/fixtures/menu/LinkItemNavigation.tsx function MenuLinkItemNavigation (line 4) | function MenuLinkItemNavigation() { FILE: test/e2e/fixtures/menu/PageOne.tsx function PageOne (line 1) | function PageOne() { FILE: test/e2e/fixtures/menu/PageTwo.tsx function PageTwo (line 1) | function PageTwo() { FILE: test/e2e/fixtures/menu/ReactRouterLinkItemNavigation.tsx function ReactRouterLinkItemNavigation (line 5) | function ReactRouterLinkItemNavigation() { FILE: test/e2e/fixtures/slider/Inset.tsx function InsetSlider (line 4) | function InsetSlider() { FILE: test/e2e/fixtures/slider/Range.tsx function RangeSlider (line 5) | function RangeSlider() { FILE: test/e2e/fixtures/slider/RangeSliderMax.tsx function RangeSliderMax (line 5) | function RangeSliderMax() { FILE: test/e2e/index.test.ts constant BASE_URL (line 5) | const BASE_URL = 'http://localhost:5173'; function delay (line 7) | function delay(duration: number): Promise { function attemptGoto (line 22) | async function attemptGoto(page: Page, url: string): Promise { function renderFixture (line 45) | async function renderFixture(fixturePath: string) { FILE: test/e2e/main.tsx type Fixture (line 8) | interface Fixture { function App (line 38) | function App() { FILE: test/public-types/autocomplete.tsx type AutocompleteProps (line 4) | type AutocompleteProps = Autocomplete.Root.Props; type AutocompleteActions (line 5) | type AutocompleteActions = Autocomplete.Root.Actions; type AutocompleteChangeEventDetails (line 6) | type AutocompleteChangeEventDetails = Autocomplete.Root.ChangeEventDetails; type AutocompleteChangeEventReason (line 7) | type AutocompleteChangeEventReason = Autocomplete.Root.ChangeEventReason; type AutocompleteHighlightEventDetails (line 8) | type AutocompleteHighlightEventDetails = Autocomplete.Root.HighlightEven... type AutocompleteHighlightEventReason (line 9) | type AutocompleteHighlightEventReason = Autocomplete.Root.HighlightEvent... type SimpleAutocompleteProps (line 13) | interface SimpleAutocompleteProps extends Omit & { FILE: test/public-types/combobox.tsx type ComboboxProps (line 4) | type ComboboxProps< type ComboboxActions (line 8) | type ComboboxActions = Combobox.Root.Actions; type ComboboxChangeEventDetails (line 9) | type ComboboxChangeEventDetails = Combobox.Root.ChangeEventDetails; type ComboboxChangeEventReason (line 10) | type ComboboxChangeEventReason = Combobox.Root.ChangeEventReason; type ComboboxHighlightEventDetails (line 11) | type ComboboxHighlightEventDetails = Combobox.Root.HighlightEventDetails; type ComboboxHighlightEventReason (line 12) | type ComboboxHighlightEventReason = Combobox.Root.HighlightEventReason; type SimpleComboboxProps (line 16) | interface SimpleComboboxProps extends Omit { FILE: test/public-types/separator.tsx type SeparatorProps (line 3) | type SeparatorProps = Omit & { FILE: test/public-types/toast.tsx type ToastProviderProps (line 9) | type ToastProviderProps = Toast.Provider.Props; type ToastViewportProps (line 10) | type ToastViewportProps = Toast.Viewport.Props; type ToastRootProps (line 11) | type ToastRootProps = Toast.Root.Props; type ToastManagerReturnValue (line 13) | type ToastManagerReturnValue = UseToastManagerReturnValue; type ToastManagerAdd (line 14) | type ToastManagerAdd = UseToastManagerReturnValue['add']; type ToastManagerUpdate (line 15) | type ToastManagerUpdate = UseToastManagerReturnValue['update']; type ToastManagerPromise (line 16) | type ToastManagerPromise = UseToastManagerReturnValue['promise']; type ToastManagerAddOptions (line 18) | type ToastManagerAddOptions = BaseToastManagerAddOp... type ToastManagerUpdateOptions (line 19) | type ToastManagerUpdateOptions = BaseToastManagerUp... type ToastManagerPromiseOptions (line 20) | type ToastManagerPromiseOptions = BaseToastM... type ToastCreateManagerReturn (line 25) | type ToastCreateManagerReturn = ReturnType> = useRender.Re... type UseRenderElementProps (line 5) | type UseRenderElementProps = type UseRenderComponentProps (line 7) | type UseRenderComponentProps< type UseRenderParameters (line 12) | type UseRenderParameters< type UseRenderReturnValue (line 17) | type UseRenderReturnValue = type UseRenderHarnessProps (line 20) | interface UseRenderHarnessProps { function UseRenderHarness (line 26) | function UseRenderHarness({ state, enabled = true, render }: UseRenderHa... function DisabledUseRenderExample (line 48) | function DisabledUseRenderExample() { FILE: test/regressions/TestViewer.tsx function TestViewer (line 3) | function TestViewer(props: { children: React.ReactNode }) { FILE: test/regressions/fakeDateSetup.ts function FakeDate (line 16) | function FakeDate(...args: any[]): Date | string { FILE: test/regressions/fixtures.ts type Fixture (line 3) | interface Fixture { function excludeDemoFixture (line 37) | function excludeDemoFixture(suite: string, name: string, path: string) { FILE: test/regressions/index.test.ts method get (line 37) | get() { function renderFixture (line 48) | async function renderFixture(index: number) { function takeScreenshot (line 64) | async function takeScreenshot({ testcase, route }: { testcase: Locator; ... FILE: test/regressions/main.tsx function FixtureRenderer (line 11) | function FixtureRenderer({ component: FixtureComponent }: { component: R... function App (line 41) | function App() {