Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat(react-infobutton): Remove InfoIcon files from react-infobutton.",
"packageName": "@fluentui/react-infobutton",
"email": "esteban.230@hotmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,40 +37,6 @@ export type InfoButtonSlots = {
// @public
export type InfoButtonState = ComponentState<InfoButtonSlots> & Required<Pick<InfoButtonProps, 'size'>>;

// @public
export const InfoIcon: ForwardRefComponent<InfoIconProps>;

// @public (undocumented)
export const infoIconClassNames: SlotClassNames<InfoIconSlots>;

// @public
export const InfoIconLabel: ForwardRefComponent<InfoIconLabelProps>;

// @public (undocumented)
export const infoIconLabelClassNames: SlotClassNames<InfoIconLabelSlots>;

// @public
export type InfoIconLabelProps = ComponentProps<InfoIconLabelSlots> & {};

// @public (undocumented)
export type InfoIconLabelSlots = {
root: Slot<'div'>;
};

// @public
export type InfoIconLabelState = ComponentState<InfoIconLabelSlots>;

// @public
export type InfoIconProps = ComponentProps<InfoIconSlots> & {};

// @public (undocumented)
export type InfoIconSlots = {
root: Slot<'div'>;
};

// @public
export type InfoIconState = ComponentState<InfoIconSlots>;

// @public
export const InfoLabel: ForwardRefComponent<InfoLabelProps>;

Expand All @@ -95,12 +61,6 @@ export type InfoLabelState = ComponentState<InfoLabelSlots> & Pick<InfoLabelProp
// @public
export const renderInfoButton_unstable: (state: InfoButtonState) => JSX.Element;

// @public
export const renderInfoIcon_unstable: (state: InfoIconState) => JSX.Element;

// @public
export const renderInfoIconLabel_unstable: (state: InfoIconLabelState) => JSX.Element;

// @public
export const renderInfoLabel_unstable: (state: InfoLabelState) => JSX.Element;

Expand All @@ -110,18 +70,6 @@ export const useInfoButton_unstable: (props: InfoButtonProps, ref: React_2.Ref<H
// @public
export const useInfoButtonStyles_unstable: (state: InfoButtonState) => InfoButtonState;

// @public
export const useInfoIcon_unstable: (props: InfoIconProps, ref: React_2.Ref<HTMLElement>) => InfoIconState;

// @public
export const useInfoIconLabel_unstable: (props: InfoIconLabelProps, ref: React_2.Ref<HTMLElement>) => InfoIconLabelState;

// @public
export const useInfoIconLabelStyles_unstable: (state: InfoIconLabelState) => InfoIconLabelState;

// @public
export const useInfoIconStyles_unstable: (state: InfoIconState) => InfoIconState;

// @public
export const useInfoLabel_unstable: (props: InfoLabelProps, ref: React_2.Ref<HTMLLabelElement>) => InfoLabelState;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading