SYMBOL INDEX (266 symbols across 200 files) FILE: .storybook/main.ts method viteFinal (line 15) | async viteFinal(config) { FILE: scripts/svgIndexTemplate.js function defaultIndexTemplate (line 9) | function defaultIndexTemplate(filePaths) { FILE: scripts/svgTemplate.js function defaultTemplate (line 1) | function defaultTemplate({ imports, componentName, props, jsx, interface... FILE: src/Accordion/Accordion.tsx type AccordionProps (line 4) | interface AccordionProps extends HTMLAttributes { FILE: src/Accordion/AccordionBody.tsx type AccordionBodyProps (line 8) | type AccordionBodyProps = Partial & { function getTransitionClass (line 24) | function getTransitionClass(status: string) { function getHeight (line 28) | function getHeight(node: HTMLElement) { FILE: src/Accordion/AccordionHeader.tsx type AccordionHeaderProps (line 4) | interface AccordionHeaderProps extends HTMLAttributes { FILE: src/Accordion/AccordionItem.tsx type AccordionItemProps (line 4) | interface AccordionItemProps extends HTMLAttributes { FILE: src/Alert/Alert.tsx type AlertProps (line 6) | interface AlertProps extends HTMLAttributes { FILE: src/Autocomplete/Autocomplete.tsx type AutocompleteAttributes (line 8) | interface AutocompleteAttributes { FILE: src/Avatar/AvatarContainer.tsx type AvatarContainerProps (line 4) | interface AvatarContainerProps extends HTMLAttributes { FILE: src/Avatar/AvatarExtraText.tsx type AvatarExtraTextProps (line 4) | interface AvatarExtraTextProps extends HTMLAttributes { FILE: src/Avatar/AvatarGroupContainer.tsx type AvatarGroupContainerProps (line 4) | interface AvatarGroupContainerProps extends HTMLAttributes { FILE: src/Avatar/AvatarPresence.tsx type AvatarPresenceProps (line 4) | interface AvatarPresenceProps extends HTMLAttributes { FILE: src/Avatar/AvatarStatus.tsx type AvatarStatusProps (line 4) | interface AvatarStatusProps extends HTMLAttributes { FILE: src/Avatar/AvatarWrapper.tsx type AvatarWrapperProps (line 4) | interface AvatarWrapperProps extends HTMLAttributes { FILE: src/BackToTop/BackToTop.tsx type BackToTopProps (line 5) | interface BackToTopProps { FILE: src/Badge/Badge.tsx type BadgeProps (line 5) | type BadgeProps = { FILE: src/BottomNav/BottomNav.tsx type BottomNavProps (line 3) | interface BottomNavProps extends HTMLAttributes { FILE: src/BottomNav/BottomNavItem.tsx type BottomNavItemProps (line 5) | interface BottomNavItemProps extends HTMLAttributes { FILE: src/Breadcrumb/Breadcrumb.tsx type BreadcrumbProps (line 6) | interface BreadcrumbProps extends HTMLAttributes { FILE: src/Button/Button.tsx type ButtonProps (line 8) | interface ButtonProps extends ButtonHTMLAttributes { FILE: src/Callout/Callout.tsx type CalloutProps (line 4) | interface CalloutProps extends HTMLAttributes { FILE: src/Callout/CalloutMoreFooter.tsx type CalloutMoreFooterProps (line 6) | interface CalloutMoreFooterProps { FILE: src/Callout/CalloutText.tsx type CalloutTextProps (line 4) | interface CalloutTextProps extends HTMLAttributes { FILE: src/Callout/CalloutTitle.tsx type CalloutTitleProps (line 4) | interface CalloutTitleProps extends HTMLAttributes { FILE: src/Card/Card.tsx type CardProps (line 5) | interface CardProps extends HTMLAttributes { FILE: src/Card/CardBody.tsx type CardBodyProps (line 8) | interface CardBodyProps extends HTMLAttributes { FILE: src/Card/CardCategory.tsx type CardCategoryProps (line 6) | interface CardCategoryProps extends HTMLAttributes { FILE: src/Card/CardFooterCTA.tsx type CardFooterCTAProps (line 4) | interface CardFooterCTAProps extends HTMLAttributes { FILE: src/Card/CardReadMore.tsx type CardReadMoreProps (line 6) | interface CardReadMoreProps extends HTMLAttributes { FILE: src/Card/CardSignature.tsx type CardSignatureProps (line 4) | interface CardSignatureProps extends HTMLAttributes { FILE: src/Card/CardTag.tsx type CardTagProps (line 4) | interface CardTagProps extends AnchorHTMLAttributes { FILE: src/Card/CardTagsHeader.tsx type CardTagsHeaderProps (line 4) | interface CardTagsHeaderProps extends HTMLAttributes { FILE: src/Card/CardText.tsx type CardTextProps (line 8) | interface CardTextProps extends HTMLAttributes { FILE: src/Card/CardTitle.tsx type CardTitleProps (line 8) | interface CardTitleProps extends HTMLAttributes { FILE: src/Carousel/Carousel.tsx constant CONFIG_DEFAULT (line 7) | const CONFIG_DEFAULT: any = { constant CONFIGS (line 28) | const CONFIGS: any= { constant EXTRA_CLASSES (line 164) | const EXTRA_CLASSES: any= { type CarouselProps (line 189) | interface CarouselProps extends SplideProps { FILE: src/Chips/Chip.tsx type ChipProps (line 4) | interface ChipProps extends HTMLAttributes { FILE: src/Chips/ChipLabel.tsx type ChipLabelProps (line 4) | interface ChipLabelProps extends HTMLAttributes { FILE: src/Collapse/Collapse.tsx type CollapseProps (line 10) | interface CollapseProps extends HTMLAttributes { FILE: src/Dimmer/Dimmer.tsx type DimmerProps (line 6) | interface DimmerProps extends HTMLAttributes { FILE: src/Dimmer/DimmerButtons.tsx type DimmerButtonsProps (line 4) | interface DimmerButtonsProps extends HTMLAttributes { FILE: src/Dropdown/Dropdown.tsx type DropdownProps (line 4) | interface DropdownProps extends BSDRopdownProps { FILE: src/Dropdown/DropdownMenu.tsx type DropdownMenuProps (line 5) | interface DropdownMenuProps extends HTMLAttributes { FILE: src/Dropdown/DropdownToggle.tsx type DropdownToggleProps (line 6) | interface DropdownToggleProps extends HTMLAttributes { FILE: src/FontLoader/FontLoader.tsx type FontLoaderProps (line 3) | interface FontLoaderProps { function useFontLoader (line 17) | function useFontLoader({ fonts }: FontLoaderProps) { FILE: src/Forward/Forward.tsx type ForwardProps (line 4) | interface ForwardProps extends AnchorHTMLAttributes { FILE: src/GoBack/GoBack.tsx type GoBackProps (line 6) | interface GoBackProps { FILE: src/Grid/GridItem.tsx type GridItemProps (line 4) | interface GridItemProps extends HTMLAttributes { FILE: src/Grid/GridItemText.tsx type GridItemTextProps (line 4) | interface GridItemTextProps extends HTMLAttributes { FILE: src/Grid/GridItemTextWrapper.tsx type GridItemTextWrapperProps (line 4) | interface GridItemTextWrapperProps extends HTMLAttributes { FILE: src/Grid/GridRow.tsx type GridRowProps (line 4) | interface GridRowProps extends HTMLAttributes { FILE: src/Header/Header.tsx type HeaderProps (line 6) | interface HeaderProps extends HTMLAttributes { FILE: src/Header/HeaderBrand.tsx type HeaderBrandProps (line 8) | interface HeaderBrandProps extends AnchorHTMLAttributes { FILE: src/Header/HeaderContext.tsx constant SLIM (line 3) | const SLIM = 'slim'; constant CENTER (line 4) | const CENTER = 'center'; constant NAVBAR (line 5) | const NAVBAR = 'navbar'; FILE: src/Header/HeaderLinkZone.tsx type HeaderLinkZoneProps (line 4) | interface HeaderLinkZoneProps extends HTMLAttributes { FILE: src/Header/HeaderRightZone.tsx type HeaderRightZoneProps (line 6) | interface HeaderRightZoneProps extends HTMLAttributes { FILE: src/Header/HeaderSearch.tsx type HeaderSearchProps (line 6) | interface HeaderSearchProps extends HTMLAttributes { FILE: src/Header/HeaderSocialsZone.tsx type HeaderSocialsZoneProps (line 4) | interface HeaderSocialsZoneProps extends HTMLAttributes { FILE: src/Header/HeaderToggler.tsx type HeaderTogglerProps (line 7) | interface HeaderTogglerProps extends ButtonHTMLAttributes { FILE: src/Hero/Hero.tsx type HeroProps (line 4) | interface HeroProps extends HTMLAttributes { FILE: src/Hero/HeroBackground.tsx type HeroBackgroundProps (line 3) | interface HeroBackgroundProps extends HTMLAttributes { FILE: src/Hero/HeroBody.tsx type HeroBodyProps (line 5) | interface HeroBodyProps extends HTMLAttributes { FILE: src/Hero/HeroButton.tsx type HeroButtonProps (line 5) | interface HeroButtonProps extends ButtonProps { FILE: src/Hero/HeroCategory.tsx type HeroCategoryProps (line 4) | interface HeroCategoryProps extends HTMLAttributes { FILE: src/Hero/HeroTitle.tsx type HeroTitleProps (line 4) | interface HeroTitleProps extends HTMLAttributes { FILE: src/Icon/EmptyIcon.tsx type SVGRProps (line 2) | interface SVGRProps { FILE: src/Icon/Icon.tsx function preloadIcons (line 16) | async function preloadIcons(icons: IconName[]) { type IconProps (line 41) | interface IconProps extends SVGProps { FILE: src/Icon/assets/index.ts type IconName (line 182) | type IconName = keyof typeof iconList; function isBundledIcon (line 728) | function isBundledIcon(name: string): name is IconName { type SVGRProps (line 734) | interface SVGRProps { FILE: src/Input/Input.tsx type InputType (line 20) | type InputType = type InputProps (line 50) | interface InputProps extends InputHTMLAttributes { FILE: src/Input/InputContainer.tsx type InputContainerProps (line 3) | interface InputContainerProps extends HTMLAttributes { FILE: src/Input/TextArea.tsx type TextAreaProps (line 7) | interface TextAreaProps extends TextareaHTMLAttributes; type TypeProps (line 8) | type TypeProps = Pick & { type FormControlProps (line 11) | type FormControlProps = Pick & TypeProps; function getFormControlClassInternal (line 13) | function getFormControlClassInternal({ plaintext, staticInput, type = 't... function getFormControlClass (line 27) | function getFormControlClass(props: FormControlProps, cssModule?: CSSMod... function getValidationTextControlClass (line 31) | function getValidationTextControlClass({ valid }: ValidationProps, cssMo... function getTag (line 41) | function getTag({ tag, plaintext, staticInput, type = 'text' }: Pick({ FILE: src/LinkList/LinkList.tsx type LinkListProps (line 4) | interface LinkListProps extends HTMLAttributes { FILE: src/LinkList/LinkListItem.tsx type LinkListItemProps (line 4) | interface LinkListItemProps extends AnchorHTMLAttributes { FILE: src/List/ListItem.tsx type ListItemProps (line 4) | interface ListItemProps extends AnchorHTMLAttributes { FILE: src/Megamenu/MegamenuFooter.tsx type MegamenuFooterProps (line 4) | interface MegamenuFooterProps extends HTMLAttributes { FILE: src/Megamenu/MegamenuHighlightColumn.tsx type MegamenuHCProps (line 5) | interface MegamenuHCProps extends ColProps { FILE: src/Megamenu/MegamenuItem.tsx type MegamenuItemProps (line 7) | interface MegamenuItemProps extends HTMLAttributes { FILE: src/Modal/Modal.tsx type ModalProps (line 6) | interface ModalProps extends HTMLAttributes { FILE: src/Modal/ModalBody.tsx type ModalBodyProps (line 5) | interface ModalBodyProps extends HTMLAttributes { FILE: src/Modal/ModalFooter.tsx type ModalFooterProps (line 5) | interface ModalFooterProps extends HTMLAttributes { FILE: src/Modal/ModalHeader.tsx type ModalHeaderProps (line 7) | interface ModalHeaderProps extends HTMLAttributes { FILE: src/Nav/Nav.tsx type NavProps (line 5) | interface NavProps extends HTMLAttributes { FILE: src/NavScroll/types.ts type ChangesType (line 13) | type ChangesType = { type useNavScrollArgs (line 21) | type useNavScrollArgs = { type RegisterOptions (line 44) | type RegisterOptions = { type RegisteredAttributes (line 58) | type RegisteredAttributes = { type useNavScrollResult (line 66) | type useNavScrollResult = { type TrackedElement (line 96) | type TrackedElement = { FILE: src/NavScroll/useNavScroll.ts class ScrollCallback (line 25) | class ScrollCallback { method constructor (line 28) | constructor(id: string, callback: any) { method dispose (line 34) | dispose() { method _execute (line 39) | _execute(data: any) { constant REGISTER_DELAY (line 80) | const REGISTER_DELAY = 50; function resolveHierarchyIds (line 82) | function resolveHierarchyIds(id: string, lookup: Record & { FILE: src/Notification/Notification.tsx type NotificationProps (line 6) | type NotificationProps = Omit & NotificationCo... FILE: src/Notification/NotificationContent.tsx type NotificationToastProps (line 9) | interface NotificationToastProps { type NotificationElementProps (line 18) | type NotificationElementProps = { type NotificationOptions (line 45) | type NotificationOptions = NotificationCommonProps & function pickIcon (line 55) | function pickIcon(state: NotificationToastProps['state']) { function NotificationElement (line 70) | function NotificationElement({ closeToast, toastProps, title, body, opti... FILE: src/Notification/NotificationManager.tsx type NotificationManagerProps (line 14) | interface NotificationManagerProps extends NotificationCommonProps { FILE: src/Notification/core.tsx function notify (line 11) | function notify( function isReactNode (line 26) | function isReactNode(el: ReactNode | NotificationOptions | undefined): e... FILE: src/Notification/types.ts type NotificationCommonProps (line 1) | interface NotificationCommonProps { type NotificationId (line 12) | type NotificationId = string; FILE: src/Notification/usePosition.tsx function usePosition (line 6) | function usePosition() { FILE: src/Pager/Pager.tsx type PagerProps (line 5) | interface PagerProps extends HTMLAttributes { FILE: src/Progress/Progress.tsx type ProgressProps (line 6) | interface ProgressProps extends HTMLAttributes { FILE: src/Rating/Rating.tsx type UnusedProps (line 10) | type UnusedProps = type RatingProps (line 21) | interface RatingProps extends Omit { FILE: src/ResponsiveImage/ResponsiveImage.tsx type ResponsiveImageProps (line 3) | interface ResponsiveImageProps extends HTMLAttributes { FILE: src/Section/Section.tsx type SectionProps (line 5) | interface SectionProps extends HTMLAttributes { FILE: src/Select/Select.tsx type SelectProps (line 3) | interface SelectProps extends Omit { FILE: src/Skiplink/Skiplink.tsx type SkiplinkProps (line 4) | interface SkiplinkProps extends HTMLAttributes { FILE: src/Skiplink/SkiplinkItem.tsx type SkiplinkItemProps (line 4) | interface SkiplinkItemProps extends AnchorHTMLAttributes { FILE: src/Stepper/StepperContainer.tsx type StepperContainerProps (line 4) | interface StepperContainerProps extends HTMLAttributes { FILE: src/Stepper/StepperContent.tsx type StepperContentProps (line 4) | interface StepperContentProps extends HTMLAttributes { FILE: src/Stepper/StepperDots.tsx type StepperDotsProps (line 4) | interface StepperDotsProps extends HTMLAttributes { FILE: src/Stepper/StepperHeader.tsx type StepperHeaderProps (line 4) | interface StepperHeaderProps extends HTMLAttributes { FILE: src/Stepper/StepperHeaderElement.tsx type StepperHeaderElementProps (line 14) | interface StepperHeaderElementProps extends HTMLAttributes { FILE: src/Stepper/StepperNav.tsx type StepperNavProps (line 4) | interface StepperNavProps extends HTMLAttributes { FILE: src/Tab/TabNav.tsx type TabNavProps (line 5) | interface TabNavProps extends NavProps { FILE: src/Tab/TabNavItem.tsx type TabNavItemProps (line 4) | interface TabNavItemProps extends NavItemProps { FILE: src/Tab/TabNavLink.tsx type TabNavLinkProps (line 4) | interface TabNavLinkProps extends NavLinkProps { FILE: src/Tab/TabPanel.tsx type TabsProps (line 4) | interface TabsProps extends NavProps { FILE: src/ThumbNav/ThumbNav.tsx type ThumbNavProps (line 4) | interface ThumbNavProps extends HTMLAttributes { FILE: src/ThumbNav/ThumbNavItem.tsx type ThumbNavItemProps (line 4) | interface ThumbNavItemProps extends HTMLAttributes { FILE: src/Timeline/TimelinePin.tsx type TimelinePinProps (line 6) | interface TimelinePinProps extends HTMLAttributes { FILE: src/Timeline/TimelineWrapper.tsx type TimelineProps (line 4) | interface TimelineProps extends HTMLAttributes { FILE: src/Toggle/Toggle.tsx type ToggleProps (line 7) | interface ToggleProps extends InputProps { FILE: src/Toolbar/Toolbar.tsx type ToolbarProps (line 6) | interface ToolbarProps extends HTMLAttributes { FILE: src/Toolbar/ToolbarItem.tsx type ToolbarItemBadge (line 7) | interface ToolbarItemBadge { type ToolbarItemProps (line 13) | interface ToolbarItemProps extends HTMLAttributes { function ToolbarItemLabel (line 70) | function ToolbarItemLabel({ FILE: src/Transfer/useTransferContext.tsx type TransferContextType (line 3) | interface TransferContextType { FILE: src/Upload/Upload.tsx type UploadProps (line 5) | interface UploadProps extends InputHTMLAttributes { FILE: src/Upload/UploadDragNdrop.tsx type UploadDragNdropProps (line 6) | interface UploadDragNdropProps { FILE: src/Upload/UploadList.tsx type UploadListProps (line 5) | interface UploadListProps extends HTMLAttributes { FILE: src/Upload/UploadListItem.tsx type UploadListItemProps (line 7) | interface UploadListItemProps extends HTMLAttributes { FILE: src/Upload/useUploadContext.ts type UploadContextType (line 3) | interface UploadContextType { FILE: src/Video/Video.tsx type VideoSource (line 15) | interface VideoSource { type VideoTrackSource (line 21) | interface VideoTrackSource { type VideoYouTube (line 34) | interface VideoYouTube { type VideoProps (line 44) | interface VideoProps { FILE: src/track-focus.js constant DATA_MOUSE_FOCUS (line 11) | const DATA_MOUSE_FOCUS = 'data-focus-mouse'; constant CLASS_NAME_MOUSE_FOCUS (line 12) | const CLASS_NAME_MOUSE_FOCUS = 'focus--mouse'; class TrackFocus (line 14) | class TrackFocus { method constructor (line 15) | constructor() { method _bindEvents (line 21) | _bindEvents() { FILE: src/transitions.ts type TransitionStates (line 38) | type TransitionStates = keyof typeof transitionStatus; FILE: src/utils.tsx function mapToCssModules (line 32) | function mapToCssModules(className: string | null, cssModules?: Record; function pick (line 45) | function pick(obj: T, keys: keyof T | Array(obj: T, keys: keyof T | Array; FILE: stories/Components/Alert.stories.tsx type Story (line 22) | type Story = StoryObj; FILE: stories/Components/Avatar/Avatar.stories.tsx type Story (line 18) | type Story = StoryObj; FILE: stories/Components/Avatar/AvatarBehaviour.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/BackToTop.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Badge.stories.tsx type Story (line 22) | type Story = StoryObj; FILE: stories/Components/BottomNav.stories.tsx type Story (line 19) | type Story = StoryObj; FILE: stories/Components/Breadcrumb.stories.tsx type Story (line 11) | type Story = StoryObj; FILE: stories/Components/Button.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Callout.stories.tsx type Story (line 16) | type Story = StoryObj; FILE: stories/Components/Card.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Carousel.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Chips.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Dimmer.stories.tsx type Story (line 14) | type Story = StoryObj; FILE: stories/Components/Dropdown/Dropdown.stories.tsx type Story (line 19) | type Story = StoryObj; FILE: stories/Components/Dropdown/DropdownMenu.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Footer.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Form/Checkbox.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Form/FormValidation.stories.tsx type Story (line 11) | type Story = StoryObj; FILE: stories/Components/Form/Input.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Form/InputNumerico.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Form/Introduzione.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Form/Radio.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Form/Select.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Form/Toggles.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Forward.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/GoBack.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Griglie.stories.tsx type Story (line 13) | type Story = StoryObj; FILE: stories/Components/Header/CenterHeader.stories.tsx type Story (line 27) | type Story = StoryObj; FILE: stories/Components/Header/CompleteHeader.stories.tsx type ThemeType (line 32) | type ThemeType = { type HeaderCompleteProps (line 36) | type HeaderCompleteProps = ThemeType & { type Story (line 278) | type Story = StoryObj; FILE: stories/Components/Header/NavHeader.stories.tsx type Story (line 31) | type Story = StoryObj; FILE: stories/Components/Header/SlimHeader.stories.tsx type Story (line 30) | type Story = StoryObj; FILE: stories/Components/Hero.stories.tsx type Story (line 23) | type Story = StoryObj; FILE: stories/Components/Icon.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/ImagesList.stories.tsx type Story (line 25) | type Story = StoryObj; FILE: stories/Components/List/LinkList.stories.tsx type Story (line 25) | type Story = StoryObj; FILE: stories/Components/List/List.stories.tsx type Story (line 13) | type Story = StoryObj; FILE: stories/Components/Megamenu.stories.tsx type Story (line 34) | type Story = StoryObj; FILE: stories/Components/Modal.stories.tsx type Story (line 24) | type Story = StoryObj; FILE: stories/Components/NavScroll/NavScroll.stories.tsx type Story (line 33) | type Story = StoryObj; FILE: stories/Components/NavScroll/utils.ts function getStorybookExtraStyles (line 1) | function getStorybookExtraStyles() { function insideDocsPage (line 10) | function insideDocsPage() { function insideIframe (line 14) | function insideIframe() { FILE: stories/Components/Notification.stories.tsx type Story (line 19) | type Story = StoryObj; type NotificationDocProps (line 21) | interface NotificationDocProps { FILE: stories/Components/Pager.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Popover.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Progress.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Rating.stories.tsx type Story (line 13) | type Story = StoryObj; FILE: stories/Components/Sidebar.stories.tsx type Story (line 14) | type Story = StoryObj; FILE: stories/Components/Skiplinks.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Spinner.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Tab.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/ThumbNav.stories.tsx type Story (line 13) | type Story = StoryObj; FILE: stories/Components/Timeline.stories.tsx type Story (line 20) | type Story = StoryObj; FILE: stories/Components/Toolbar.stories.tsx type Story (line 20) | type Story = StoryObj; FILE: stories/Components/Tooltip.stories.tsx type Story (line 17) | type Story = StoryObj; FILE: stories/Components/Transfer.stories.tsx type Story (line 12) | type Story = StoryObj; FILE: stories/Components/Typography.stories.tsx type Story (line 10) | type Story = StoryObj; FILE: stories/Components/Upload.stories.tsx type Story (line 13) | type Story = StoryObj; type listaFilesArgsI (line 15) | interface listaFilesArgsI { FILE: stories/Components/Video.stories.tsx type Story (line 13) | type Story = StoryObj; FILE: test/Icon.test.tsx function getIcon (line 7) | function getIcon(container: Element) { function getIconTitle (line 10) | function getIconTitle(container: HTMLElement, title: string) { function isEmptyIcon (line 13) | function isEmptyIcon(container: Element) { FILE: test/NavScroll.test.tsx function getDefaultProps (line 4) | function getDefaultProps(): useSizeDetectorArgs { FILE: test/Notification.test.tsx type MatcherType (line 7) | type MatcherType = 'title' | 'message' | 'closeButton'; function waitForNotificationToDisappear (line 9) | function waitForNotificationToDisappear(pattern: Matcher, type: MatcherT... FILE: test/Storybook.test.tsx type StoryFile (line 11) | type StoryFile = { function getAllStoryFiles (line 24) | function getAllStoryFiles() { FILE: test/ToolbarItem.test.tsx function renderWithSize (line 6) | function renderWithSize(size: 'small' | 'medium' | 'large', ui: ReactEle... FILE: test/__mocks__/bootstrap-italia.ts class VP (line 8) | class VP { method constructor (line 11) | constructor(el: Element) { method setYouTubeVideo (line 15) | setYouTubeVideo(video: string) { method dispose (line 19) | dispose() { FILE: test/helper.tsx function muteConsoleWithCheck (line 8) | function muteConsoleWithCheck(fn: Function, messageToFilter: string | Re... FILE: tsup.config.ts method esbuildOptions (line 6) | esbuildOptions(options) {