@fluentui/react-components 9.0.0-rc.8 → 9.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +510 -1
- package/CHANGELOG.md +110 -32
- package/dist/{react-components.d.ts → index.d.ts} +42 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/dist/unstable.d.ts +446 -0
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +27 -6
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +33 -34
- package/unstable/package.json +1 -1
- package/lib/AccessibilityScenarios/utils.d.ts +0 -13
- package/lib/Concepts/Icons/ReactIconGrid.d.ts +0 -2
- package/lib/DocsComponents/isHosted.d.ts +0 -1
- package/lib/DocsComponents/isHosted.js +0 -10
- package/lib/DocsComponents/isHosted.js.map +0 -1
- package/lib/index.d.ts +0 -35
- package/lib/unstable/index.d.ts +0 -20
- package/lib-commonjs/AccessibilityScenarios/utils.d.ts +0 -13
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.d.ts +0 -2
- package/lib-commonjs/DocsComponents/isHosted.d.ts +0 -1
- package/lib-commonjs/DocsComponents/isHosted.js +0 -18
- package/lib-commonjs/DocsComponents/isHosted.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -35
- package/lib-commonjs/unstable/index.d.ts +0 -20
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export { Card, CardFooter, CardHeader, CardPreview, cardClassName, cardFooterClassName, cardHeaderClassName, cardPreviewClassName, cardClassNames, cardFooterClassNames, cardHeaderClassNames, cardPreviewClassNames, renderCard_unstable, renderCardFooter_unstable, renderCardHeader_unstable, renderCardPreview_unstable, useCard_unstable, useCardFooter_unstable, useCardFooterStyles_unstable, useCardHeader_unstable, useCardHeaderStyles_unstable, useCardPreview_unstable, useCardPreviewStyles_unstable, useCardStyles_unstable, } from '@fluentui/react-card';
|
|
2
|
-
export type { CardFooterProps, CardFooterSlots, CardFooterState, CardHeaderProps, CardHeaderSlots, CardHeaderState, CardPreviewProps, CardPreviewSlots, CardPreviewState, CardProps, CardSlots, CardState, } from '@fluentui/react-card';
|
|
3
|
-
export { Checkbox, checkboxClassName, checkboxClassNames, renderCheckbox_unstable, useCheckbox_unstable, useCheckboxStyles_unstable, } from '@fluentui/react-checkbox';
|
|
4
|
-
export type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from '@fluentui/react-checkbox';
|
|
5
|
-
export { Input, inputClassName, inputClassNames, renderInput_unstable, useInput_unstable, useInputStyles_unstable, } from '@fluentui/react-input';
|
|
6
|
-
export type { InputOnChangeData, InputProps, InputSlots, InputState } from '@fluentui/react-input';
|
|
7
|
-
export { Label, labelClassName, labelClassNames, renderLabel_unstable, useLabel_unstable, useLabelStyles_unstable, } from '@fluentui/react-label';
|
|
8
|
-
export type { LabelProps, LabelSlots, LabelState } from '@fluentui/react-label';
|
|
9
|
-
export { Radio, radioClassName, radioClassNames, RadioGroup, radioGroupClassName, radioGroupClassNames, renderRadio_unstable, renderRadioGroup_unstable, useRadio_unstable, useRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioStyles_unstable, } from '@fluentui/react-radio';
|
|
10
|
-
export type { RadioGroupOnChangeData, RadioGroupProps, RadioGroupSlots, RadioGroupState, RadioProps, RadioSlots, RadioState, } from '@fluentui/react-radio';
|
|
11
|
-
export { SpinButton, renderSpinButton_unstable, spinButtonClassNames, useSpinButtonStyles_unstable, useSpinButton_unstable, } from '@fluentui/react-spinbutton';
|
|
12
|
-
export type { SpinButtonOnChangeData, SpinButtonChangeEvent, SpinButtonProps, SpinButtonSlots, SpinButtonState, SpinButtonSpinState, SpinButtonBounds, SpinButtonStrings, } from '@fluentui/react-spinbutton';
|
|
13
|
-
export { Spinner, spinnerClassNames, renderSpinner_unstable, useSpinner_unstable, useSpinnerStyles_unstable, } from '@fluentui/react-spinner';
|
|
14
|
-
export type { SpinnerProps, SpinnerSlots, SpinnerState } from '@fluentui/react-spinner';
|
|
15
|
-
export { Switch, switchClassNames, renderSwitch_unstable, useSwitch_unstable, useSwitchStyles_unstable, } from '@fluentui/react-switch';
|
|
16
|
-
export type { SwitchOnChangeData, SwitchProps, SwitchSlots, SwitchState } from '@fluentui/react-switch';
|
|
17
|
-
export { Textarea, textareaClassNames, renderTextarea_unstable, useTextarea_unstable, useTextareaStyles_unstable, } from '@fluentui/react-textarea';
|
|
18
|
-
export type { TextareaProps, TextareaSlots, TextareaState } from '@fluentui/react-textarea';
|
|
19
|
-
export type { TabProps, TabSlots, TabState, TabValue, TabRegisterData, RegisterTabEventHandler, SelectTabData, SelectTabEvent, SelectTabEventHandler, TabListContextValue, TabListContextValues, TabListProps, TabListSlots, TabListState, } from '@fluentui/react-tabs';
|
|
20
|
-
export { renderTab_unstable, Tab, tabClassName, tabClassNames, useTabStyles_unstable, useTab_unstable, renderTabList_unstable, TabList, tabListClassName, tabListClassNames, useTabListStyles_unstable, useTabList_unstable, } from '@fluentui/react-tabs';
|