diff --git a/packages/react-components/react-accordion/src/components/Accordion/renderAccordion.tsx b/packages/react-components/react-accordion/src/components/Accordion/renderAccordion.tsx index 3929f42f9356d4..699ac8cebd8e3c 100644 --- a/packages/react-components/react-accordion/src/components/Accordion/renderAccordion.tsx +++ b/packages/react-components/react-accordion/src/components/Accordion/renderAccordion.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; diff --git a/packages/react-components/react-accordion/src/components/AccordionHeader/renderAccordionHeader.tsx b/packages/react-components/react-accordion/src/components/AccordionHeader/renderAccordionHeader.tsx index ba42ed39bcfe8f..0fa1f5d1acbb3a 100644 --- a/packages/react-components/react-accordion/src/components/AccordionHeader/renderAccordionHeader.tsx +++ b/packages/react-components/react-accordion/src/components/AccordionHeader/renderAccordionHeader.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AccordionHeaderState, AccordionHeaderSlots, AccordionHeaderContextValues } from './AccordionHeader.types'; diff --git a/packages/react-components/react-accordion/src/components/AccordionItem/renderAccordionItem.tsx b/packages/react-components/react-accordion/src/components/AccordionItem/renderAccordionItem.tsx index 3eee0d5e86e865..4627b682c3ab14 100644 --- a/packages/react-components/react-accordion/src/components/AccordionItem/renderAccordionItem.tsx +++ b/packages/react-components/react-accordion/src/components/AccordionItem/renderAccordionItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AccordionItemState, AccordionItemSlots, AccordionItemContextValues } from './AccordionItem.types'; diff --git a/packages/react-components/react-accordion/src/components/AccordionPanel/renderAccordionPanel.tsx b/packages/react-components/react-accordion/src/components/AccordionPanel/renderAccordionPanel.tsx index fa0831c909592c..b0018c7048dc20 100644 --- a/packages/react-components/react-accordion/src/components/AccordionPanel/renderAccordionPanel.tsx +++ b/packages/react-components/react-accordion/src/components/AccordionPanel/renderAccordionPanel.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AccordionPanelState, AccordionPanelSlots } from './AccordionPanel.types'; diff --git a/packages/react-components/react-alert/src/components/Alert/renderAlert.tsx b/packages/react-components/react-alert/src/components/Alert/renderAlert.tsx index bb573f33b810fe..0b9025ddbc4544 100644 --- a/packages/react-components/react-alert/src/components/Alert/renderAlert.tsx +++ b/packages/react-components/react-alert/src/components/Alert/renderAlert.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AlertState, AlertSlots } from './Alert.types'; diff --git a/packages/react-components/react-avatar/src/components/Avatar/renderAvatar.tsx b/packages/react-components/react-avatar/src/components/Avatar/renderAvatar.tsx index bcb65779cce547..9538c960eb7827 100644 --- a/packages/react-components/react-avatar/src/components/Avatar/renderAvatar.tsx +++ b/packages/react-components/react-avatar/src/components/Avatar/renderAvatar.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AvatarSlots, AvatarState } from './Avatar.types'; diff --git a/packages/react-components/react-avatar/src/components/AvatarGroup/renderAvatarGroup.tsx b/packages/react-components/react-avatar/src/components/AvatarGroup/renderAvatarGroup.tsx index b75b9c4d4897b6..8a8cf31e395033 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroup/renderAvatarGroup.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroup/renderAvatarGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { AvatarGroupProvider } from '../../contexts/AvatarGroupContext'; diff --git a/packages/react-components/react-avatar/src/components/AvatarGroupItem/renderAvatarGroupItem.tsx b/packages/react-components/react-avatar/src/components/AvatarGroupItem/renderAvatarGroupItem.tsx index fed66dac5d40e0..c58ceac900177e 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroupItem/renderAvatarGroupItem.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroupItem/renderAvatarGroupItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { AvatarGroupItemState, AvatarGroupItemSlots } from './AvatarGroupItem.types'; diff --git a/packages/react-components/react-avatar/src/components/AvatarGroupPopover/renderAvatarGroupPopover.tsx b/packages/react-components/react-avatar/src/components/AvatarGroupPopover/renderAvatarGroupPopover.tsx index 7321152222cab6..cab54d8589f467 100644 --- a/packages/react-components/react-avatar/src/components/AvatarGroupPopover/renderAvatarGroupPopover.tsx +++ b/packages/react-components/react-avatar/src/components/AvatarGroupPopover/renderAvatarGroupPopover.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { AvatarGroupProvider } from '../../contexts/AvatarGroupContext'; import { AvatarGroupContextValues } from '../AvatarGroup/AvatarGroup.types'; diff --git a/packages/react-components/react-badge/src/components/Badge/renderBadge.tsx b/packages/react-components/react-badge/src/components/Badge/renderBadge.tsx index f82fe51be4cdbb..c3b2fd375e795f 100644 --- a/packages/react-components/react-badge/src/components/Badge/renderBadge.tsx +++ b/packages/react-components/react-badge/src/components/Badge/renderBadge.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { BadgeState, BadgeSlots } from './Badge.types'; diff --git a/packages/react-components/react-breadcrumb-preview/src/components/Breadcrumb/renderBreadcrumb.tsx b/packages/react-components/react-breadcrumb-preview/src/components/Breadcrumb/renderBreadcrumb.tsx index afd72b9bdfcad3..bbe9a51d305321 100644 --- a/packages/react-components/react-breadcrumb-preview/src/components/Breadcrumb/renderBreadcrumb.tsx +++ b/packages/react-components/react-breadcrumb-preview/src/components/Breadcrumb/renderBreadcrumb.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { BreadcrumbProvider } from './BreadcrumbContext'; diff --git a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbDivider/renderBreadcrumbDivider.tsx b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbDivider/renderBreadcrumbDivider.tsx index 18f2c70faa0b95..1d60217c734b2b 100644 --- a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbDivider/renderBreadcrumbDivider.tsx +++ b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbDivider/renderBreadcrumbDivider.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { BreadcrumbDividerState, BreadcrumbDividerSlots } from './BreadcrumbDivider.types'; diff --git a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbItem/renderBreadcrumbItem.tsx b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbItem/renderBreadcrumbItem.tsx index 665947fbc157b0..dd6305f9e73831 100644 --- a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbItem/renderBreadcrumbItem.tsx +++ b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbItem/renderBreadcrumbItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { BreadcrumbItemState, BreadcrumbItemSlots } from './BreadcrumbItem.types'; diff --git a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbLink/renderBreadcrumbLink.tsx b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbLink/renderBreadcrumbLink.tsx index 0cb8db2cd7111c..15a1c90eee0634 100644 --- a/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbLink/renderBreadcrumbLink.tsx +++ b/packages/react-components/react-breadcrumb-preview/src/components/BreadcrumbLink/renderBreadcrumbLink.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { BreadcrumbLinkState, BreadcrumbLinkSlots } from './BreadcrumbLink.types'; diff --git a/packages/react-components/react-button/src/components/Button/renderButton.tsx b/packages/react-components/react-button/src/components/Button/renderButton.tsx index a5343c2d755e28..d73f142de29f30 100644 --- a/packages/react-components/react-button/src/components/Button/renderButton.tsx +++ b/packages/react-components/react-button/src/components/Button/renderButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ButtonSlots, ButtonState } from './Button.types'; diff --git a/packages/react-components/react-button/src/components/CompoundButton/renderCompoundButton.tsx b/packages/react-components/react-button/src/components/CompoundButton/renderCompoundButton.tsx index cf94faaa139b85..dbcd68ebb27af9 100644 --- a/packages/react-components/react-button/src/components/CompoundButton/renderCompoundButton.tsx +++ b/packages/react-components/react-button/src/components/CompoundButton/renderCompoundButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { CompoundButtonSlots, CompoundButtonState } from './CompoundButton.types'; diff --git a/packages/react-components/react-button/src/components/MenuButton/renderMenuButton.tsx b/packages/react-components/react-button/src/components/MenuButton/renderMenuButton.tsx index b38da2f40c36cf..e3e375302bdee8 100644 --- a/packages/react-components/react-button/src/components/MenuButton/renderMenuButton.tsx +++ b/packages/react-components/react-button/src/components/MenuButton/renderMenuButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuButtonSlots, MenuButtonState } from './MenuButton.types'; diff --git a/packages/react-components/react-button/src/components/SplitButton/renderSplitButton.tsx b/packages/react-components/react-button/src/components/SplitButton/renderSplitButton.tsx index 8bfd9572ec4043..919797803575f1 100644 --- a/packages/react-components/react-button/src/components/SplitButton/renderSplitButton.tsx +++ b/packages/react-components/react-button/src/components/SplitButton/renderSplitButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SplitButtonSlots, SplitButtonState } from './SplitButton.types'; diff --git a/packages/react-components/react-card/src/components/Card/renderCard.tsx b/packages/react-components/react-card/src/components/Card/renderCard.tsx index 414c378ec9d5a7..26ca51e012c51a 100644 --- a/packages/react-components/react-card/src/components/Card/renderCard.tsx +++ b/packages/react-components/react-card/src/components/Card/renderCard.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { CardContextValue, CardSlots, CardState } from './Card.types'; diff --git a/packages/react-components/react-card/src/components/CardFooter/renderCardFooter.tsx b/packages/react-components/react-card/src/components/CardFooter/renderCardFooter.tsx index 07e9e7d2a1a0cb..bb1d4d1b308f09 100644 --- a/packages/react-components/react-card/src/components/CardFooter/renderCardFooter.tsx +++ b/packages/react-components/react-card/src/components/CardFooter/renderCardFooter.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { CardFooterSlots, CardFooterState } from './CardFooter.types'; diff --git a/packages/react-components/react-card/src/components/CardHeader/renderCardHeader.tsx b/packages/react-components/react-card/src/components/CardHeader/renderCardHeader.tsx index 8699e6c984a62e..ad78a2ed0f95f3 100644 --- a/packages/react-components/react-card/src/components/CardHeader/renderCardHeader.tsx +++ b/packages/react-components/react-card/src/components/CardHeader/renderCardHeader.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { CardHeaderSlots, CardHeaderState } from './CardHeader.types'; diff --git a/packages/react-components/react-card/src/components/CardPreview/renderCardPreview.tsx b/packages/react-components/react-card/src/components/CardPreview/renderCardPreview.tsx index ab5a4414b14145..ef9dc011199168 100644 --- a/packages/react-components/react-card/src/components/CardPreview/renderCardPreview.tsx +++ b/packages/react-components/react-card/src/components/CardPreview/renderCardPreview.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { CardPreviewSlots, CardPreviewState } from './CardPreview.types'; diff --git a/packages/react-components/react-checkbox/src/components/Checkbox/renderCheckbox.tsx b/packages/react-components/react-checkbox/src/components/Checkbox/renderCheckbox.tsx index 7119628681678f..ba27d5a07aac96 100644 --- a/packages/react-components/react-checkbox/src/components/Checkbox/renderCheckbox.tsx +++ b/packages/react-components/react-checkbox/src/components/Checkbox/renderCheckbox.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { CheckboxState, CheckboxSlots } from './Checkbox.types'; diff --git a/packages/react-components/react-combobox/src/components/Combobox/renderCombobox.tsx b/packages/react-components/react-combobox/src/components/Combobox/renderCombobox.tsx index af2d64a2923a2c..069a5a4f1b7a47 100644 --- a/packages/react-components/react-combobox/src/components/Combobox/renderCombobox.tsx +++ b/packages/react-components/react-combobox/src/components/Combobox/renderCombobox.tsx @@ -1,9 +1,7 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { Portal } from '@fluentui/react-portal'; -import { createElement } from '@fluentui/react-jsx-runtime'; - import { assertSlots } from '@fluentui/react-utilities'; import { ComboboxContext } from '../../contexts/ComboboxContext'; import type { ComboboxContextValues, ComboboxState, ComboboxSlots } from './Combobox.types'; diff --git a/packages/react-components/react-combobox/src/components/Dropdown/renderDropdown.tsx b/packages/react-components/react-combobox/src/components/Dropdown/renderDropdown.tsx index ca7de072bf63ac..3851d6f5794e58 100644 --- a/packages/react-components/react-combobox/src/components/Dropdown/renderDropdown.tsx +++ b/packages/react-components/react-combobox/src/components/Dropdown/renderDropdown.tsx @@ -1,10 +1,8 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { Portal } from '@fluentui/react-portal'; -import { createElement } from '@fluentui/react-jsx-runtime'; - import { assertSlots } from '@fluentui/react-utilities'; import { ComboboxContext } from '../../contexts/ComboboxContext'; import type { DropdownContextValues, DropdownState, DropdownSlots } from './Dropdown.types'; diff --git a/packages/react-components/react-combobox/src/components/Listbox/renderListbox.tsx b/packages/react-components/react-combobox/src/components/Listbox/renderListbox.tsx index 2a383014265eea..230c77f1f4ac3a 100644 --- a/packages/react-components/react-combobox/src/components/Listbox/renderListbox.tsx +++ b/packages/react-components/react-combobox/src/components/Listbox/renderListbox.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ListboxContextValues, ListboxState, ListboxSlots } from './Listbox.types'; diff --git a/packages/react-components/react-combobox/src/components/Option/renderOption.tsx b/packages/react-components/react-combobox/src/components/Option/renderOption.tsx index 8ac28219bd05ca..dcd79a118e4169 100644 --- a/packages/react-components/react-combobox/src/components/Option/renderOption.tsx +++ b/packages/react-components/react-combobox/src/components/Option/renderOption.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { OptionState, OptionSlots } from './Option.types'; diff --git a/packages/react-components/react-combobox/src/components/OptionGroup/renderOptionGroup.tsx b/packages/react-components/react-combobox/src/components/OptionGroup/renderOptionGroup.tsx index cad61e7635745e..352b08aa1f4c38 100644 --- a/packages/react-components/react-combobox/src/components/OptionGroup/renderOptionGroup.tsx +++ b/packages/react-components/react-combobox/src/components/OptionGroup/renderOptionGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { OptionGroupState, OptionGroupSlots } from './OptionGroup.types'; diff --git a/packages/react-components/react-datepicker-compat/src/components/DatePicker/renderDatePicker.tsx b/packages/react-components/react-datepicker-compat/src/components/DatePicker/renderDatePicker.tsx index 2ac68f823c2f94..5b5a3dde4d030a 100644 --- a/packages/react-components/react-datepicker-compat/src/components/DatePicker/renderDatePicker.tsx +++ b/packages/react-components/react-datepicker-compat/src/components/DatePicker/renderDatePicker.tsx @@ -1,9 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsxFrag React.Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import * as React from 'react'; -import { createElement } from '@fluentui/react-jsx-runtime'; import { Portal } from '@fluentui/react-portal'; import { assertSlots } from '@fluentui/react-utilities'; import type { DatePickerSlots, DatePickerState } from './DatePicker.types'; diff --git a/packages/react-components/react-dialog/src/components/Dialog/renderDialog.tsx b/packages/react-components/react-dialog/src/components/Dialog/renderDialog.tsx index 320a9b1d2231ab..99b9eb63dc329a 100644 --- a/packages/react-components/react-dialog/src/components/Dialog/renderDialog.tsx +++ b/packages/react-components/react-dialog/src/components/Dialog/renderDialog.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { DialogProvider, DialogSurfaceProvider } from '../../contexts'; import type { DialogState, DialogContextValues } from './Dialog.types'; diff --git a/packages/react-components/react-dialog/src/components/DialogActions/renderDialogActions.tsx b/packages/react-components/react-dialog/src/components/DialogActions/renderDialogActions.tsx index a489cf2c7811de..3dcc787b154467 100644 --- a/packages/react-components/react-dialog/src/components/DialogActions/renderDialogActions.tsx +++ b/packages/react-components/react-dialog/src/components/DialogActions/renderDialogActions.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DialogActionsState, DialogActionsSlots } from './DialogActions.types'; diff --git a/packages/react-components/react-dialog/src/components/DialogBody/renderDialogBody.tsx b/packages/react-components/react-dialog/src/components/DialogBody/renderDialogBody.tsx index 93ccdbfd464ce5..ebdc4f149dc337 100644 --- a/packages/react-components/react-dialog/src/components/DialogBody/renderDialogBody.tsx +++ b/packages/react-components/react-dialog/src/components/DialogBody/renderDialogBody.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DialogBodyState, DialogBodySlots } from './DialogBody.types'; diff --git a/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx b/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx index a8b23899a771af..f21f996a97cbaa 100644 --- a/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx +++ b/packages/react-components/react-dialog/src/components/DialogContent/renderDialogContent.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DialogContentState, DialogContentSlots } from './DialogContent.types'; diff --git a/packages/react-components/react-dialog/src/components/DialogSurface/renderDialogSurface.tsx b/packages/react-components/react-dialog/src/components/DialogSurface/renderDialogSurface.tsx index c217a9c15ea5ea..bdbcbc4584a61f 100644 --- a/packages/react-components/react-dialog/src/components/DialogSurface/renderDialogSurface.tsx +++ b/packages/react-components/react-dialog/src/components/DialogSurface/renderDialogSurface.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DialogSurfaceState, DialogSurfaceSlots, DialogSurfaceContextValues } from './DialogSurface.types'; diff --git a/packages/react-components/react-dialog/src/components/DialogTitle/renderDialogTitle.tsx b/packages/react-components/react-dialog/src/components/DialogTitle/renderDialogTitle.tsx index b10e3822fffdd9..0493eb26aad8d5 100644 --- a/packages/react-components/react-dialog/src/components/DialogTitle/renderDialogTitle.tsx +++ b/packages/react-components/react-dialog/src/components/DialogTitle/renderDialogTitle.tsx @@ -1,8 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsxFrag Fragment */ -/** @jsx createElement */ - -import { createElement, Fragment } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DialogTitleState, DialogTitleSlots } from './DialogTitle.types'; diff --git a/packages/react-components/react-divider/src/components/Divider/renderDivider.tsx b/packages/react-components/react-divider/src/components/Divider/renderDivider.tsx index 0507acb784302a..95a43005c42e08 100644 --- a/packages/react-components/react-divider/src/components/Divider/renderDivider.tsx +++ b/packages/react-components/react-divider/src/components/Divider/renderDivider.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { DividerSlots, DividerState } from './Divider.types'; diff --git a/packages/react-components/react-drawer/src/components/Drawer/renderDrawer.tsx b/packages/react-components/react-drawer/src/components/Drawer/renderDrawer.tsx index 177d6aa8303b9e..c2d1fcd369f590 100644 --- a/packages/react-components/react-drawer/src/components/Drawer/renderDrawer.tsx +++ b/packages/react-components/react-drawer/src/components/Drawer/renderDrawer.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerState, DrawerSlots } from './Drawer.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerBody/renderDrawerBody.tsx b/packages/react-components/react-drawer/src/components/DrawerBody/renderDrawerBody.tsx index f1db205bd92be5..ea202053136e25 100644 --- a/packages/react-components/react-drawer/src/components/DrawerBody/renderDrawerBody.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerBody/renderDrawerBody.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerBodyState, DrawerBodySlots } from './DrawerBody.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerFooter/renderDrawerFooter.tsx b/packages/react-components/react-drawer/src/components/DrawerFooter/renderDrawerFooter.tsx index cc652970f067ab..b189d70ea48d99 100644 --- a/packages/react-components/react-drawer/src/components/DrawerFooter/renderDrawerFooter.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerFooter/renderDrawerFooter.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerFooterState, DrawerFooterSlots } from './DrawerFooter.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerHeader/renderDrawerHeader.tsx b/packages/react-components/react-drawer/src/components/DrawerHeader/renderDrawerHeader.tsx index 4d32df95be0f31..ddaea7bda8f7a2 100644 --- a/packages/react-components/react-drawer/src/components/DrawerHeader/renderDrawerHeader.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerHeader/renderDrawerHeader.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerHeaderState, DrawerHeaderSlots } from './DrawerHeader.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerHeaderNavigation/renderDrawerHeaderNavigation.tsx b/packages/react-components/react-drawer/src/components/DrawerHeaderNavigation/renderDrawerHeaderNavigation.tsx index 9a28e88bb55610..3f490a83f902d8 100644 --- a/packages/react-components/react-drawer/src/components/DrawerHeaderNavigation/renderDrawerHeaderNavigation.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerHeaderNavigation/renderDrawerHeaderNavigation.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerHeaderNavigationState, DrawerHeaderNavigationSlots } from './DrawerHeaderNavigation.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerHeaderTitle/renderDrawerHeaderTitle.tsx b/packages/react-components/react-drawer/src/components/DrawerHeaderTitle/renderDrawerHeaderTitle.tsx index 9cb34f46c0e55f..df1b4d4926897e 100644 --- a/packages/react-components/react-drawer/src/components/DrawerHeaderTitle/renderDrawerHeaderTitle.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerHeaderTitle/renderDrawerHeaderTitle.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerHeaderTitleState, DrawerHeaderTitleSlots } from './DrawerHeaderTitle.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerInline/renderDrawerInline.tsx b/packages/react-components/react-drawer/src/components/DrawerInline/renderDrawerInline.tsx index 287df0ecbe16d0..2534f3a75c8bb1 100644 --- a/packages/react-components/react-drawer/src/components/DrawerInline/renderDrawerInline.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerInline/renderDrawerInline.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerInlineState, DrawerInlineSlots } from './DrawerInline.types'; diff --git a/packages/react-components/react-drawer/src/components/DrawerOverlay/renderDrawerOverlay.tsx b/packages/react-components/react-drawer/src/components/DrawerOverlay/renderDrawerOverlay.tsx index 22332028c23c3d..7c482b4f0456e2 100644 --- a/packages/react-components/react-drawer/src/components/DrawerOverlay/renderDrawerOverlay.tsx +++ b/packages/react-components/react-drawer/src/components/DrawerOverlay/renderDrawerOverlay.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DrawerOverlayState, DrawerOverlaySlots } from './DrawerOverlay.types'; import { Dialog } from '@fluentui/react-dialog'; diff --git a/packages/react-components/react-field/src/components/Field/renderField.tsx b/packages/react-components/react-field/src/components/Field/renderField.tsx index 2851747c97f7de..97ae1759fe411e 100644 --- a/packages/react-components/react-field/src/components/Field/renderField.tsx +++ b/packages/react-components/react-field/src/components/Field/renderField.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { FieldContextProvider, getFieldControlProps } from '../../contexts/index'; diff --git a/packages/react-components/react-image/src/components/Image/renderImage.tsx b/packages/react-components/react-image/src/components/Image/renderImage.tsx index 41ec1c32475759..ab20390d6ee55a 100644 --- a/packages/react-components/react-image/src/components/Image/renderImage.tsx +++ b/packages/react-components/react-image/src/components/Image/renderImage.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { ImageSlots, ImageState } from './Image.types'; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx index a618f81365517c..030e5e7e00ef3e 100644 --- a/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx +++ b/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { PopoverTrigger } from '@fluentui/react-popover'; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx b/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx index 404853ed51e79c..ebb947675bd8cc 100644 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx +++ b/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { InfoLabelSlots, InfoLabelState } from './InfoLabel.types'; diff --git a/packages/react-components/react-input/src/components/Input/renderInput.tsx b/packages/react-components/react-input/src/components/Input/renderInput.tsx index 702e2dc9103cd9..6b8ff51e67b915 100644 --- a/packages/react-components/react-input/src/components/Input/renderInput.tsx +++ b/packages/react-components/react-input/src/components/Input/renderInput.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { InputSlots, InputState } from './Input.types'; diff --git a/packages/react-components/react-label/src/components/Label/renderLabel.tsx b/packages/react-components/react-label/src/components/Label/renderLabel.tsx index 8432c3f351fc9a..229edf38d7471d 100644 --- a/packages/react-components/react-label/src/components/Label/renderLabel.tsx +++ b/packages/react-components/react-label/src/components/Label/renderLabel.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { LabelState, LabelSlots } from './Label.types'; diff --git a/packages/react-components/react-link/src/components/Link/renderLink.tsx b/packages/react-components/react-link/src/components/Link/renderLink.tsx index 1d9f8dd1a0c38a..cfa79153051d25 100644 --- a/packages/react-components/react-link/src/components/Link/renderLink.tsx +++ b/packages/react-components/react-link/src/components/Link/renderLink.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { LinkSlots, LinkState } from './Link.types'; diff --git a/packages/react-components/react-menu/src/components/MenuDivider/renderMenuDivider.tsx b/packages/react-components/react-menu/src/components/MenuDivider/renderMenuDivider.tsx index d7b932668a1487..d95430b52de35f 100644 --- a/packages/react-components/react-menu/src/components/MenuDivider/renderMenuDivider.tsx +++ b/packages/react-components/react-menu/src/components/MenuDivider/renderMenuDivider.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { MenuDividerSlots, MenuDividerState } from './MenuDivider.types'; diff --git a/packages/react-components/react-menu/src/components/MenuGroup/renderMenuGroup.tsx b/packages/react-components/react-menu/src/components/MenuGroup/renderMenuGroup.tsx index c794243732d692..b1dcb4eb07ba41 100644 --- a/packages/react-components/react-menu/src/components/MenuGroup/renderMenuGroup.tsx +++ b/packages/react-components/react-menu/src/components/MenuGroup/renderMenuGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { MenuGroupContextValues, MenuGroupSlots, MenuGroupState } from './MenuGroup.types'; import { MenuGroupContextProvider } from '../../contexts/menuGroupContext'; diff --git a/packages/react-components/react-menu/src/components/MenuGroupHeader/renderMenuGroupHeader.tsx b/packages/react-components/react-menu/src/components/MenuGroupHeader/renderMenuGroupHeader.tsx index eaf6e47e0038e3..1cf29107e9417a 100644 --- a/packages/react-components/react-menu/src/components/MenuGroupHeader/renderMenuGroupHeader.tsx +++ b/packages/react-components/react-menu/src/components/MenuGroupHeader/renderMenuGroupHeader.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { MenuGroupHeaderSlots, MenuGroupHeaderState } from './MenuGroupHeader.types'; diff --git a/packages/react-components/react-menu/src/components/MenuItem/renderMenuItem.tsx b/packages/react-components/react-menu/src/components/MenuItem/renderMenuItem.tsx index d5af45c2aa9e9c..b6c4e6359c6ae5 100644 --- a/packages/react-components/react-menu/src/components/MenuItem/renderMenuItem.tsx +++ b/packages/react-components/react-menu/src/components/MenuItem/renderMenuItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuItemSlots, MenuItemState } from './MenuItem.types'; diff --git a/packages/react-components/react-menu/src/components/MenuItemCheckbox/renderMenuItemCheckbox.tsx b/packages/react-components/react-menu/src/components/MenuItemCheckbox/renderMenuItemCheckbox.tsx index 9ee6774cb441b8..c39aee33ae400f 100644 --- a/packages/react-components/react-menu/src/components/MenuItemCheckbox/renderMenuItemCheckbox.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemCheckbox/renderMenuItemCheckbox.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuItemCheckboxState } from './MenuItemCheckbox.types'; import type { MenuItemSlots } from '../MenuItem/MenuItem.types'; diff --git a/packages/react-components/react-menu/src/components/MenuItemLink/renderMenuItemLink.tsx b/packages/react-components/react-menu/src/components/MenuItemLink/renderMenuItemLink.tsx index c5a51b26122ec9..32f1f76f627c05 100644 --- a/packages/react-components/react-menu/src/components/MenuItemLink/renderMenuItemLink.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemLink/renderMenuItemLink.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuItemLinkState, MenuItemLinkSlots } from './MenuItemLink.types'; diff --git a/packages/react-components/react-menu/src/components/MenuItemRadio/renderMenuItemRadio.tsx b/packages/react-components/react-menu/src/components/MenuItemRadio/renderMenuItemRadio.tsx index 170f9d0be0310e..a37aad6382b02c 100644 --- a/packages/react-components/react-menu/src/components/MenuItemRadio/renderMenuItemRadio.tsx +++ b/packages/react-components/react-menu/src/components/MenuItemRadio/renderMenuItemRadio.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuItemRadioState } from './MenuItemRadio.types'; import type { MenuItemSlots } from '../MenuItem/MenuItem.types'; diff --git a/packages/react-components/react-menu/src/components/MenuList/renderMenuList.tsx b/packages/react-components/react-menu/src/components/MenuList/renderMenuList.tsx index a7b365ffe70383..bb3f74b5d20052 100644 --- a/packages/react-components/react-menu/src/components/MenuList/renderMenuList.tsx +++ b/packages/react-components/react-menu/src/components/MenuList/renderMenuList.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { MenuListContextValues, MenuListSlots, MenuListState } from './MenuList.types'; import { MenuListProvider } from '../../contexts/menuListContext'; diff --git a/packages/react-components/react-menu/src/components/MenuPopover/renderMenuPopover.tsx b/packages/react-components/react-menu/src/components/MenuPopover/renderMenuPopover.tsx index c415f739271143..3fa0c19f2619f3 100644 --- a/packages/react-components/react-menu/src/components/MenuPopover/renderMenuPopover.tsx +++ b/packages/react-components/react-menu/src/components/MenuPopover/renderMenuPopover.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { MenuPopoverSlots, MenuPopoverState } from './MenuPopover.types'; import { Portal } from '@fluentui/react-portal'; diff --git a/packages/react-components/react-menu/src/components/MenuSplitGroup/renderMenuSplitGroup.tsx b/packages/react-components/react-menu/src/components/MenuSplitGroup/renderMenuSplitGroup.tsx index 2f203e4f5545dd..374157be917ef2 100644 --- a/packages/react-components/react-menu/src/components/MenuSplitGroup/renderMenuSplitGroup.tsx +++ b/packages/react-components/react-menu/src/components/MenuSplitGroup/renderMenuSplitGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { MenuSplitGroupState, MenuSplitGroupSlots } from './MenuSplitGroup.types'; diff --git a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx b/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx index ec0e1223d64dc9..61590d83c832d5 100755 --- a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx +++ b/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import * as React from 'react'; import { mergeClasses } from '@fluentui/react-components'; import { diff --git a/packages/react-components/react-nav-preview/src/components/Nav/renderNav.tsx b/packages/react-components/react-nav-preview/src/components/Nav/renderNav.tsx index ce54e9ceee61d5..50b8873f1c5062 100644 --- a/packages/react-components/react-nav-preview/src/components/Nav/renderNav.tsx +++ b/packages/react-components/react-nav-preview/src/components/Nav/renderNav.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { NavState, NavSlots } from './Nav.types'; diff --git a/packages/react-components/react-persona/src/components/Persona/renderPersona.tsx b/packages/react-components/react-persona/src/components/Persona/renderPersona.tsx index 7afc2499d6bded..bf9657163ad05d 100644 --- a/packages/react-components/react-persona/src/components/Persona/renderPersona.tsx +++ b/packages/react-components/react-persona/src/components/Persona/renderPersona.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { PersonaState, PersonaSlots } from './Persona.types'; diff --git a/packages/react-components/react-popover/src/components/PopoverSurface/renderPopoverSurface.tsx b/packages/react-components/react-popover/src/components/PopoverSurface/renderPopoverSurface.tsx index 2b4a4bc773cb2f..ebc5920a9ae106 100644 --- a/packages/react-components/react-popover/src/components/PopoverSurface/renderPopoverSurface.tsx +++ b/packages/react-components/react-popover/src/components/PopoverSurface/renderPopoverSurface.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { Portal } from '@fluentui/react-portal'; import type { PopoverSurfaceSlots, PopoverSurfaceState } from './PopoverSurface.types'; diff --git a/packages/react-components/react-progress/src/components/ProgressBar/renderProgressBar.tsx b/packages/react-components/react-progress/src/components/ProgressBar/renderProgressBar.tsx index 9e5e418d168952..36d94b553ae6d1 100644 --- a/packages/react-components/react-progress/src/components/ProgressBar/renderProgressBar.tsx +++ b/packages/react-components/react-progress/src/components/ProgressBar/renderProgressBar.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ProgressBarState, ProgressBarSlots } from './ProgressBar.types'; diff --git a/packages/react-components/react-provider/src/components/FluentProvider/renderFluentProvider.tsx b/packages/react-components/react-provider/src/components/FluentProvider/renderFluentProvider.tsx index 3596d45e0bc028..31e165a437a03b 100644 --- a/packages/react-components/react-provider/src/components/FluentProvider/renderFluentProvider.tsx +++ b/packages/react-components/react-provider/src/components/FluentProvider/renderFluentProvider.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { canUseDOM, assertSlots } from '@fluentui/react-utilities'; import { TextDirectionProvider } from '@griffel/react'; import { diff --git a/packages/react-components/react-radio/src/components/Radio/renderRadio.tsx b/packages/react-components/react-radio/src/components/Radio/renderRadio.tsx index 2bce9ae3854ce6..435e7f6238081a 100644 --- a/packages/react-components/react-radio/src/components/Radio/renderRadio.tsx +++ b/packages/react-components/react-radio/src/components/Radio/renderRadio.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { RadioSlots, RadioState } from './Radio.types'; diff --git a/packages/react-components/react-radio/src/components/RadioGroup/renderRadioGroup.tsx b/packages/react-components/react-radio/src/components/RadioGroup/renderRadioGroup.tsx index fcca9839a7a848..60f54a2d8e0616 100644 --- a/packages/react-components/react-radio/src/components/RadioGroup/renderRadioGroup.tsx +++ b/packages/react-components/react-radio/src/components/RadioGroup/renderRadioGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { RadioGroupContext } from '../../contexts/RadioGroupContext'; diff --git a/packages/react-components/react-search-preview/src/components/SearchBox/renderSearchBox.tsx b/packages/react-components/react-search-preview/src/components/SearchBox/renderSearchBox.tsx index 3ee2dc789f78e3..c4d3de68dac197 100644 --- a/packages/react-components/react-search-preview/src/components/SearchBox/renderSearchBox.tsx +++ b/packages/react-components/react-search-preview/src/components/SearchBox/renderSearchBox.tsx @@ -1,8 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ -/** @jsxFrag React.Fragment */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import { createElement } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; import type { SearchBoxState, SearchBoxSlots } from './SearchBox.types'; diff --git a/packages/react-components/react-select/src/components/Select/renderSelect.tsx b/packages/react-components/react-select/src/components/Select/renderSelect.tsx index 0b35fe94236f66..b2853887c455ba 100644 --- a/packages/react-components/react-select/src/components/Select/renderSelect.tsx +++ b/packages/react-components/react-select/src/components/Select/renderSelect.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SelectSlots, SelectState } from './Select.types'; diff --git a/packages/react-components/react-skeleton/src/components/Skeleton/renderSkeleton.tsx b/packages/react-components/react-skeleton/src/components/Skeleton/renderSkeleton.tsx index b85ef28cdb36d4..e7d127c4b2a4ba 100644 --- a/packages/react-components/react-skeleton/src/components/Skeleton/renderSkeleton.tsx +++ b/packages/react-components/react-skeleton/src/components/Skeleton/renderSkeleton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { SkeletonContextProvider } from '../../contexts/SkeletonContext'; diff --git a/packages/react-components/react-skeleton/src/components/SkeletonItem/renderSkeletonItem.tsx b/packages/react-components/react-skeleton/src/components/SkeletonItem/renderSkeletonItem.tsx index 8cd39fbea8b48f..73861f1a5adc13 100644 --- a/packages/react-components/react-skeleton/src/components/SkeletonItem/renderSkeletonItem.tsx +++ b/packages/react-components/react-skeleton/src/components/SkeletonItem/renderSkeletonItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SkeletonItemState, SkeletonItemSlots } from './SkeletonItem.types'; diff --git a/packages/react-components/react-slider/src/components/Slider/renderSlider.tsx b/packages/react-components/react-slider/src/components/Slider/renderSlider.tsx index 1ae1236ac74054..72897ae0dfb669 100644 --- a/packages/react-components/react-slider/src/components/Slider/renderSlider.tsx +++ b/packages/react-components/react-slider/src/components/Slider/renderSlider.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SliderState, SliderSlots } from './Slider.types'; diff --git a/packages/react-components/react-spinbutton/src/components/SpinButton/renderSpinButton.tsx b/packages/react-components/react-spinbutton/src/components/SpinButton/renderSpinButton.tsx index 4e8ef81a1aa8b6..32b8130c1e6305 100644 --- a/packages/react-components/react-spinbutton/src/components/SpinButton/renderSpinButton.tsx +++ b/packages/react-components/react-spinbutton/src/components/SpinButton/renderSpinButton.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SpinButtonState, SpinButtonSlots } from './SpinButton.types'; diff --git a/packages/react-components/react-spinner/src/components/Spinner/renderSpinner.tsx b/packages/react-components/react-spinner/src/components/Spinner/renderSpinner.tsx index 1be8ec1d4c9acd..60a777f728fa53 100644 --- a/packages/react-components/react-spinner/src/components/Spinner/renderSpinner.tsx +++ b/packages/react-components/react-spinner/src/components/Spinner/renderSpinner.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SpinnerState, SpinnerSlots } from './Spinner.types'; diff --git a/packages/react-components/react-switch/src/components/Switch/renderSwitch.tsx b/packages/react-components/react-switch/src/components/Switch/renderSwitch.tsx index 8d34c879ab5333..91ccc2b1a56b7e 100644 --- a/packages/react-components/react-switch/src/components/Switch/renderSwitch.tsx +++ b/packages/react-components/react-switch/src/components/Switch/renderSwitch.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { SwitchState, SwitchSlots } from './Switch.types'; diff --git a/packages/react-components/react-table/src/components/DataGridBody/renderDataGridBody.tsx b/packages/react-components/react-table/src/components/DataGridBody/renderDataGridBody.tsx index 2d2a5f4eb821fe..c81728f4871819 100644 --- a/packages/react-components/react-table/src/components/DataGridBody/renderDataGridBody.tsx +++ b/packages/react-components/react-table/src/components/DataGridBody/renderDataGridBody.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DataGridBodyState, DataGridBodySlots } from './DataGridBody.types'; import { TableRowIdContextProvider } from '../../contexts/rowIdContext'; diff --git a/packages/react-components/react-table/src/components/DataGridRow/renderDataGridRow.tsx b/packages/react-components/react-table/src/components/DataGridRow/renderDataGridRow.tsx index 341446d9a64aa1..89f67a18eadb31 100644 --- a/packages/react-components/react-table/src/components/DataGridRow/renderDataGridRow.tsx +++ b/packages/react-components/react-table/src/components/DataGridRow/renderDataGridRow.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { DataGridRowState, DataGridRowSlots } from './DataGridRow.types'; import { ColumnIdContextProvider } from '../../contexts/columnIdContext'; diff --git a/packages/react-components/react-table/src/components/Table/renderTable.tsx b/packages/react-components/react-table/src/components/Table/renderTable.tsx index 45b763ce401ed9..65cccfc1f081f5 100644 --- a/packages/react-components/react-table/src/components/Table/renderTable.tsx +++ b/packages/react-components/react-table/src/components/Table/renderTable.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableState, TableSlots, TableContextValues } from './Table.types'; import { TableContextProvider } from '../../contexts/tableContext'; diff --git a/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx b/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx index 19a3af266dd240..71de5e3417cb95 100644 --- a/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx +++ b/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableBodyState, TableBodySlots } from './TableBody.types'; diff --git a/packages/react-components/react-table/src/components/TableCell/renderTableCell.tsx b/packages/react-components/react-table/src/components/TableCell/renderTableCell.tsx index 41ec0b9c81f5e4..716edbd7664778 100644 --- a/packages/react-components/react-table/src/components/TableCell/renderTableCell.tsx +++ b/packages/react-components/react-table/src/components/TableCell/renderTableCell.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableCellState, TableCellSlots } from './TableCell.types'; diff --git a/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx b/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx index 1c9ed2f75649ab..3e44e20777bf04 100644 --- a/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx +++ b/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableCellActionsState, TableCellActionsSlots } from './TableCellActions.types'; diff --git a/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx b/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx index bf1b2d29991afa..d929eef9d96d11 100644 --- a/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx +++ b/packages/react-components/react-table/src/components/TableCellLayout/renderTableCellLayout.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { AvatarContextProvider } from '@fluentui/react-avatar'; import type { TableCellLayoutState, TableCellLayoutSlots, TableCellLayoutContextValues } from './TableCellLayout.types'; diff --git a/packages/react-components/react-table/src/components/TableHeader/renderTableHeader.tsx b/packages/react-components/react-table/src/components/TableHeader/renderTableHeader.tsx index 1488910bdb91fd..0f9a331130eefa 100644 --- a/packages/react-components/react-table/src/components/TableHeader/renderTableHeader.tsx +++ b/packages/react-components/react-table/src/components/TableHeader/renderTableHeader.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { TableHeaderContextProvider } from '../../contexts/tableHeaderContext'; import type { TableHeaderState, TableHeaderSlots } from './TableHeader.types'; diff --git a/packages/react-components/react-table/src/components/TableHeaderCell/renderTableHeaderCell.tsx b/packages/react-components/react-table/src/components/TableHeaderCell/renderTableHeaderCell.tsx index 84687ae9467b05..abc5c419bcad7b 100644 --- a/packages/react-components/react-table/src/components/TableHeaderCell/renderTableHeaderCell.tsx +++ b/packages/react-components/react-table/src/components/TableHeaderCell/renderTableHeaderCell.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableHeaderCellState, TableHeaderCellSlots } from './TableHeaderCell.types'; diff --git a/packages/react-components/react-table/src/components/TableResizeHandle/renderTableResizeHandle.tsx b/packages/react-components/react-table/src/components/TableResizeHandle/renderTableResizeHandle.tsx index f0bd3ffd1f9ea5..845f8ff31e07fb 100644 --- a/packages/react-components/react-table/src/components/TableResizeHandle/renderTableResizeHandle.tsx +++ b/packages/react-components/react-table/src/components/TableResizeHandle/renderTableResizeHandle.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableResizeHandleState, TableResizeHandleSlots } from './TableResizeHandle.types'; diff --git a/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx b/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx index d461838eddb009..3a674a0e3e0047 100644 --- a/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx +++ b/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableRowState, TableRowSlots } from './TableRow.types'; diff --git a/packages/react-components/react-table/src/components/TableSelectionCell/renderTableSelectionCell.tsx b/packages/react-components/react-table/src/components/TableSelectionCell/renderTableSelectionCell.tsx index 8dba3157ffed4b..dea0ad50e4910a 100644 --- a/packages/react-components/react-table/src/components/TableSelectionCell/renderTableSelectionCell.tsx +++ b/packages/react-components/react-table/src/components/TableSelectionCell/renderTableSelectionCell.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TableSelectionCellState, TableSelectionCellSlots } from './TableSelectionCell.types'; diff --git a/packages/react-components/react-tabs/src/components/Tab/renderTab.tsx b/packages/react-components/react-tabs/src/components/Tab/renderTab.tsx index daec9655240898..c0ea3121308636 100644 --- a/packages/react-components/react-tabs/src/components/Tab/renderTab.tsx +++ b/packages/react-components/react-tabs/src/components/Tab/renderTab.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TabState, TabInternalSlots } from './Tab.types'; diff --git a/packages/react-components/react-tabs/src/components/TabList/renderTabList.tsx b/packages/react-components/react-tabs/src/components/TabList/renderTabList.tsx index cda12434606d26..c8df3bf39605bc 100644 --- a/packages/react-components/react-tabs/src/components/TabList/renderTabList.tsx +++ b/packages/react-components/react-tabs/src/components/TabList/renderTabList.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TabListState, TabListSlots, TabListContextValues } from './TabList.types'; import { TabListProvider } from './TabListContext'; diff --git a/packages/react-components/react-tags-preview/src/components/InteractionTag/renderInteractionTag.tsx b/packages/react-components/react-tags-preview/src/components/InteractionTag/renderInteractionTag.tsx index 4cc301572e7d98..861347c9161e2f 100644 --- a/packages/react-components/react-tags-preview/src/components/InteractionTag/renderInteractionTag.tsx +++ b/packages/react-components/react-tags-preview/src/components/InteractionTag/renderInteractionTag.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { InteractionTagState, InteractionTagSlots, InteractionTagContextValues } from './InteractionTag.types'; diff --git a/packages/react-components/react-tags-preview/src/components/InteractionTagPrimary/renderInteractionTagPrimary.tsx b/packages/react-components/react-tags-preview/src/components/InteractionTagPrimary/renderInteractionTagPrimary.tsx index 90e01f167ae2e6..4e271162e92e16 100644 --- a/packages/react-components/react-tags-preview/src/components/InteractionTagPrimary/renderInteractionTagPrimary.tsx +++ b/packages/react-components/react-tags-preview/src/components/InteractionTagPrimary/renderInteractionTagPrimary.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { diff --git a/packages/react-components/react-tags-preview/src/components/InteractionTagSecondary/renderInteractionTagSecondary.tsx b/packages/react-components/react-tags-preview/src/components/InteractionTagSecondary/renderInteractionTagSecondary.tsx index f5096ad509133b..de0e27ded8cdbc 100644 --- a/packages/react-components/react-tags-preview/src/components/InteractionTagSecondary/renderInteractionTagSecondary.tsx +++ b/packages/react-components/react-tags-preview/src/components/InteractionTagSecondary/renderInteractionTagSecondary.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { InteractionTagSecondaryState, InteractionTagSecondarySlots } from './InteractionTagSecondary.types'; diff --git a/packages/react-components/react-tags-preview/src/components/Tag/renderTag.tsx b/packages/react-components/react-tags-preview/src/components/Tag/renderTag.tsx index 9728922fd20f1d..e531d7ee8439ee 100644 --- a/packages/react-components/react-tags-preview/src/components/Tag/renderTag.tsx +++ b/packages/react-components/react-tags-preview/src/components/Tag/renderTag.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TagState, TagSlots, TagContextValues } from './Tag.types'; diff --git a/packages/react-components/react-tags-preview/src/components/TagGroup/renderTagGroup.tsx b/packages/react-components/react-tags-preview/src/components/TagGroup/renderTagGroup.tsx index 3fd69a70ec667c..d266235c0bb622 100644 --- a/packages/react-components/react-tags-preview/src/components/TagGroup/renderTagGroup.tsx +++ b/packages/react-components/react-tags-preview/src/components/TagGroup/renderTagGroup.tsx @@ -1,6 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ + import { assertSlots } from '@fluentui/react-utilities'; import type { TagGroupState, TagGroupSlots, TagGroupContextValues } from './TagGroup.types'; import { TagGroupContextProvider } from '../../contexts/tagGroupContext'; diff --git a/packages/react-components/react-text/src/components/Text/renderText.tsx b/packages/react-components/react-text/src/components/Text/renderText.tsx index f05a9e158c6f2a..242fae54130505 100644 --- a/packages/react-components/react-text/src/components/Text/renderText.tsx +++ b/packages/react-components/react-text/src/components/Text/renderText.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TextSlots, TextState } from './Text.types'; diff --git a/packages/react-components/react-textarea/src/components/Textarea/renderTextarea.tsx b/packages/react-components/react-textarea/src/components/Textarea/renderTextarea.tsx index dc890c79876a95..3b4c8af2419431 100644 --- a/packages/react-components/react-textarea/src/components/Textarea/renderTextarea.tsx +++ b/packages/react-components/react-textarea/src/components/Textarea/renderTextarea.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TextareaState, TextareaSlots } from './Textarea.types'; diff --git a/packages/react-components/react-toast/src/components/AriaLive/renderAriaLive.tsx b/packages/react-components/react-toast/src/components/AriaLive/renderAriaLive.tsx index 01bb20688953bc..87d023aa971bd9 100644 --- a/packages/react-components/react-toast/src/components/AriaLive/renderAriaLive.tsx +++ b/packages/react-components/react-toast/src/components/AriaLive/renderAriaLive.tsx @@ -1,8 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsxFrag Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import { createElement, Fragment } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; import type { AriaLiveState, AriaLiveSlots } from './AriaLive.types'; diff --git a/packages/react-components/react-toast/src/components/Toast/renderToast.tsx b/packages/react-components/react-toast/src/components/Toast/renderToast.tsx index 69da5223694dc4..8cb6a1e77905c9 100644 --- a/packages/react-components/react-toast/src/components/Toast/renderToast.tsx +++ b/packages/react-components/react-toast/src/components/Toast/renderToast.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { BackgroundAppearanceProvider } from '@fluentui/react-shared-contexts'; import type { ToastState, ToastSlots, ToastContextValues } from './Toast.types'; diff --git a/packages/react-components/react-toast/src/components/ToastBody/renderToastBody.tsx b/packages/react-components/react-toast/src/components/ToastBody/renderToastBody.tsx index 0fc11183f66a2d..35d0bf75df149f 100644 --- a/packages/react-components/react-toast/src/components/ToastBody/renderToastBody.tsx +++ b/packages/react-components/react-toast/src/components/ToastBody/renderToastBody.tsx @@ -1,8 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsxFrag Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import { createElement, Fragment } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; import type { ToastBodyState, ToastBodySlots } from './ToastBody.types'; diff --git a/packages/react-components/react-toast/src/components/ToastContainer/renderToastContainer.tsx b/packages/react-components/react-toast/src/components/ToastContainer/renderToastContainer.tsx index 64895bbfe19116..6fda046422344d 100644 --- a/packages/react-components/react-toast/src/components/ToastContainer/renderToastContainer.tsx +++ b/packages/react-components/react-toast/src/components/ToastContainer/renderToastContainer.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { Transition } from 'react-transition-group'; import type { ToastContainerState, ToastContainerSlots, ToastContainerContextValues } from './ToastContainer.types'; diff --git a/packages/react-components/react-toast/src/components/ToastFooter/renderToastFooter.tsx b/packages/react-components/react-toast/src/components/ToastFooter/renderToastFooter.tsx index ff5b804822e7dd..c7be963fc677e9 100644 --- a/packages/react-components/react-toast/src/components/ToastFooter/renderToastFooter.tsx +++ b/packages/react-components/react-toast/src/components/ToastFooter/renderToastFooter.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ToastFooterState, ToastFooterSlots } from './ToastFooter.types'; diff --git a/packages/react-components/react-toast/src/components/ToastTitle/renderToastTitle.tsx b/packages/react-components/react-toast/src/components/ToastTitle/renderToastTitle.tsx index 91ae80d2bc2592..6651d693f3d489 100644 --- a/packages/react-components/react-toast/src/components/ToastTitle/renderToastTitle.tsx +++ b/packages/react-components/react-toast/src/components/ToastTitle/renderToastTitle.tsx @@ -1,8 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsxFrag Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import { createElement, Fragment } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; import type { ToastTitleState, ToastTitleSlots } from './ToastTitle.types'; diff --git a/packages/react-components/react-toast/src/components/Toaster/renderToaster.tsx b/packages/react-components/react-toast/src/components/Toaster/renderToaster.tsx index 520b5d5ad9960d..e1a2ad7abc9efc 100644 --- a/packages/react-components/react-toast/src/components/Toaster/renderToaster.tsx +++ b/packages/react-components/react-toast/src/components/Toaster/renderToaster.tsx @@ -1,8 +1,6 @@ -/** @jsxRuntime classic */ -/** @jsxFrag Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import { createElement, Fragment } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; import { Portal } from '@fluentui/react-portal'; import type { ToasterState, ToasterSlotsInternal } from './Toaster.types'; diff --git a/packages/react-components/react-toolbar/src/components/Toolbar/renderToolbar.tsx b/packages/react-components/react-toolbar/src/components/Toolbar/renderToolbar.tsx index 7e59ec3465f888..a3a61a7b9660cf 100644 --- a/packages/react-components/react-toolbar/src/components/Toolbar/renderToolbar.tsx +++ b/packages/react-components/react-toolbar/src/components/Toolbar/renderToolbar.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ToolbarState, ToolbarSlots, ToolbarContextValues } from './Toolbar.types'; import { ToolbarContext } from './ToolbarContext'; diff --git a/packages/react-components/react-toolbar/src/components/ToolbarGroup/renderToolbarGroup.tsx b/packages/react-components/react-toolbar/src/components/ToolbarGroup/renderToolbarGroup.tsx index 07f7af89bf2270..04c6f2388947a4 100644 --- a/packages/react-components/react-toolbar/src/components/ToolbarGroup/renderToolbarGroup.tsx +++ b/packages/react-components/react-toolbar/src/components/ToolbarGroup/renderToolbarGroup.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { ToolbarGroupState, ToolbarGroupSlots } from './ToolbarGroup.types'; diff --git a/packages/react-components/react-tooltip/src/components/Tooltip/renderTooltip.tsx b/packages/react-components/react-tooltip/src/components/Tooltip/renderTooltip.tsx index fa091d49d95f9d..6a6c322d91fc53 100644 --- a/packages/react-components/react-tooltip/src/components/Tooltip/renderTooltip.tsx +++ b/packages/react-components/react-tooltip/src/components/Tooltip/renderTooltip.tsx @@ -1,12 +1,7 @@ -/** @jsxRuntime classic */ -/** @jsxFrag React.Fragment */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ -import * as React from 'react'; import { Portal } from '@fluentui/react-portal'; - -import { createElement } from '@fluentui/react-jsx-runtime'; - import { assertSlots } from '@fluentui/react-utilities'; import type { TooltipSlots, TooltipState } from './Tooltip.types'; diff --git a/packages/react-components/react-tree/src/components/Tree/renderTree.tsx b/packages/react-components/react-tree/src/components/Tree/renderTree.tsx index 2b850f3ffddcac..c1157a4df8bab3 100644 --- a/packages/react-components/react-tree/src/components/Tree/renderTree.tsx +++ b/packages/react-components/react-tree/src/components/Tree/renderTree.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { TreeProvider } from '../../contexts'; import type { TreeContextValues, TreeSlots, TreeState } from '../Tree/Tree.types'; diff --git a/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx b/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx index 90ac8efadbe9a2..c4e455ba74a99a 100644 --- a/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx +++ b/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TreeItemState, TreeItemContextValues, TreeItemSlots } from './TreeItem.types'; import { TreeItemProvider } from '../../contexts'; diff --git a/packages/react-components/react-tree/src/components/TreeItemLayout/renderTreeItemLayout.tsx b/packages/react-components/react-tree/src/components/TreeItemLayout/renderTreeItemLayout.tsx index 2e0e00af47df02..b5c8659223b323 100644 --- a/packages/react-components/react-tree/src/components/TreeItemLayout/renderTreeItemLayout.tsx +++ b/packages/react-components/react-tree/src/components/TreeItemLayout/renderTreeItemLayout.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TreeItemLayoutState, TreeItemLayoutSlots } from './TreeItemLayout.types'; import { ButtonContextProvider } from '@fluentui/react-button'; diff --git a/packages/react-components/react-tree/src/components/TreeItemPersonaLayout/renderTreeItemPersonaLayout.tsx b/packages/react-components/react-tree/src/components/TreeItemPersonaLayout/renderTreeItemPersonaLayout.tsx index 47b98ae144dd89..edbaf3236effbf 100644 --- a/packages/react-components/react-tree/src/components/TreeItemPersonaLayout/renderTreeItemPersonaLayout.tsx +++ b/packages/react-components/react-tree/src/components/TreeItemPersonaLayout/renderTreeItemPersonaLayout.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import type { TreeItemPersonaLayoutState, diff --git a/packages/react-components/react-virtualizer/src/components/Virtualizer/renderVirtualizer.tsx b/packages/react-components/react-virtualizer/src/components/Virtualizer/renderVirtualizer.tsx index 100b902ed71ebb..64950ddd891f7c 100644 --- a/packages/react-components/react-virtualizer/src/components/Virtualizer/renderVirtualizer.tsx +++ b/packages/react-components/react-virtualizer/src/components/Virtualizer/renderVirtualizer.tsx @@ -1,11 +1,10 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import * as React from 'react'; import type { VirtualizerSlots, VirtualizerState } from './Virtualizer.types'; import type { ReactNode } from 'react'; -import { createElement } from '@fluentui/react-jsx-runtime'; import { assertSlots } from '@fluentui/react-utilities'; export const renderVirtualizer_unstable = (state: VirtualizerState) => { diff --git a/packages/react-components/react-virtualizer/src/components/VirtualizerScrollView/renderVirtualizerScrollView.tsx b/packages/react-components/react-virtualizer/src/components/VirtualizerScrollView/renderVirtualizerScrollView.tsx index de0b813fddf773..48f2d5c18a50e6 100644 --- a/packages/react-components/react-virtualizer/src/components/VirtualizerScrollView/renderVirtualizerScrollView.tsx +++ b/packages/react-components/react-virtualizer/src/components/VirtualizerScrollView/renderVirtualizerScrollView.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import type { VirtualizerScrollViewSlots, VirtualizerScrollViewState } from './VirtualizerScrollView.types'; diff --git a/packages/react-components/react-virtualizer/src/components/VirtualizerScrollViewDynamic/renderVirtualizerScrollViewDynamic.tsx b/packages/react-components/react-virtualizer/src/components/VirtualizerScrollViewDynamic/renderVirtualizerScrollViewDynamic.tsx index 7d166e158f91b3..bb5f530851cdb2 100644 --- a/packages/react-components/react-virtualizer/src/components/VirtualizerScrollViewDynamic/renderVirtualizerScrollViewDynamic.tsx +++ b/packages/react-components/react-virtualizer/src/components/VirtualizerScrollViewDynamic/renderVirtualizerScrollViewDynamic.tsx @@ -1,7 +1,5 @@ -/** @jsxRuntime classic */ -/** @jsx createElement */ - -import { createElement } from '@fluentui/react-jsx-runtime'; +/** @jsxRuntime automatic */ +/** @jsxImportSource @fluentui/react-jsx-runtime */ import { assertSlots } from '@fluentui/react-utilities'; import { VirtualizerScrollViewDynamicSlots,