Skip to content

Commit

Permalink
removing style utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed May 25, 2022
1 parent 4e228eb commit bfa5816
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 78 deletions.
15 changes: 0 additions & 15 deletions packages/web-components/fast-foundation/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,6 @@ export interface CSSDesignToken<T extends string | number | boolean | BigInteger
readonly cssCustomProperty: string;
}

// @public
export type CSSDisplayPropertyValue = "block" | "contents" | "flex" | "grid" | "inherit" | "initial" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inline-table" | "list-item" | "none" | "run-in" | "table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row" | "table-row-group";

// @public
export const darkModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;

Expand Down Expand Up @@ -1094,9 +1091,6 @@ export class Dialog extends FoundationElement {
// @public
export const dialogTemplate: FoundationElementTemplate<ViewTemplate<Dialog>>;

// @public
export const disabledCursor = "not-allowed";

// @public
export class Disclosure extends FoundationElement {
// @internal (undocumented)
Expand All @@ -1117,9 +1111,6 @@ export class Disclosure extends FoundationElement {
// @public
export const disclosureTemplate: FoundationElementTemplate<ViewTemplate<Disclosure>>;

// @public
export function display(displayValue: CSSDisplayPropertyValue): string;

// @public
export class Divider extends FoundationElement {
orientation: Orientation;
Expand Down Expand Up @@ -1243,9 +1234,6 @@ export const FlyoutPosTop: AnchoredRegionConfig;
// @public
export const FlyoutPosTopFill: AnchoredRegionConfig;

// @public
export const focusVisible: string;

// @public
export const forcedColorsStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;

Expand Down Expand Up @@ -1378,9 +1366,6 @@ export type GenerateHeaderOptions = typeof GenerateHeaderOptions[keyof typeof Ge
// @public
export const getDirection: (rootNode: HTMLElement) => Direction;

// @public
export const hidden = ":host([hidden]){display:none}";

// @public
export type HorizontalPosition = "start" | "end" | "left" | "right" | "center" | "unset";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ export * from "./composed-parent.js";
export { composedContains } from "./composed-contains.js";
export * from "./match-media-stylesheet-behavior.js";
export * from "./property-stylesheet-behavior.js";
export * from "./style/index.js";
export * from "./direction.js";
export * from "./whitespace-filter.js";

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bfa5816

Please sign in to comment.