Skip to content

Commit

Permalink
ran yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Mar 18, 2021
1 parent 112684b commit 1cdf73c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import { Listbox } from '@microsoft/fast-foundation';
import { ListboxOption } from '@microsoft/fast-foundation';
import { Menu } from '@microsoft/fast-foundation';
import { MenuItem } from '@microsoft/fast-foundation';
import { NumberField } from '@microsoft/fast-foundation';
import { Radio } from '@microsoft/fast-foundation';
import { RadioGroup } from '@microsoft/fast-foundation';
import { Select } from '@microsoft/fast-foundation';
Expand Down Expand Up @@ -696,6 +697,13 @@ export class FluentMenu extends Menu {
export class FluentMenuItem extends MenuItem {
}

// @public
export class FluentNumberField extends NumberField {
appearance: NumberFieldAppearance;
// @internal (undocumented)
connectedCallback(): void;
}

// @public
export class FluentOption extends ListboxOption {
}
Expand Down Expand Up @@ -1222,6 +1230,12 @@ export const neutralOutlineRest: SwatchRecipe;
// @public
export const neutralOutlineRestBehavior: CSSCustomPropertyBehavior;

// @public
export type NumberFieldAppearance = 'filled' | 'outline';

// @public
export const NumberFieldStyles: import("@microsoft/fast-element").ElementStyles;

// @public
export const OptionStyles: import("@microsoft/fast-element").ElementStyles;

Expand Down

0 comments on commit 1cdf73c

Please sign in to comment.