Skip to content

Commit

Permalink
feat(react-infobutton): Remove InfoIcon from react-infobutton (micros…
Browse files Browse the repository at this point in the history
…oft#28534)

* feat(react-infobutton): Remove InfoIcon files from react-infobutton.

* change file
  • Loading branch information
sopranopillow committed Jul 17, 2023
1 parent 24684d2 commit bffeca3
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 419 deletions.
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
1 change: 0 additions & 1 deletion packages/react-components/react-infobutton/src/InfoIcon.ts

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

0 comments on commit bffeca3

Please sign in to comment.