UNPKG

@jupyter-notebook/web-components

Version:

A component library for building extensions in Jupyter frontends.

48 lines (47 loc) 5.7 kB
import { ColorRecipe, InteractiveColorRecipe, Palette, Swatch } from '@microsoft/fast-components'; import { DesignToken } from '@microsoft/fast-foundation'; export { accentColor, accentFillActive, accentFillActiveDelta, accentFillFocus, accentFillFocusDelta, accentFillHover, accentFillHoverDelta, accentFillRecipe, accentFillRest, accentFillRestDelta, accentForegroundActive, accentForegroundActiveDelta, accentForegroundFocus, accentForegroundFocusDelta, accentForegroundHover, accentForegroundHoverDelta, accentForegroundRecipe, accentForegroundRest, accentForegroundRestDelta, accentPalette, baseHeightMultiplier, baseHorizontalSpacingMultiplier, baseLayerLuminance, bodyFont, ColorRecipe, controlCornerRadius, density, designUnit, direction, DirectionalStyleSheetBehavior, disabledOpacity, fillColor, focusStrokeInner, focusStrokeInnerRecipe, focusStrokeOuter, focusStrokeOuterRecipe, focusStrokeWidth, foregroundOnAccentActive, foregroundOnAccentActiveLarge, foregroundOnAccentFocus, foregroundOnAccentFocusLarge, foregroundOnAccentHover, foregroundOnAccentHoverLarge, foregroundOnAccentLargeRecipe, foregroundOnAccentRecipe, foregroundOnAccentRest, foregroundOnAccentRestLarge, InteractiveColorRecipe, neutralColor, neutralFillActive, neutralFillActiveDelta, neutralFillFocus, neutralFillFocusDelta, neutralFillHover, neutralFillHoverDelta, neutralFillInputActive, neutralFillInputActiveDelta, neutralFillInputFocus, neutralFillInputFocusDelta, neutralFillInputHover, neutralFillInputHoverDelta, neutralFillInputRecipe, neutralFillInputRest, neutralFillInputRestDelta, neutralFillLayerRecipe, neutralFillLayerRest, neutralFillLayerRestDelta, neutralFillRecipe, neutralFillRest, neutralFillRestDelta, neutralFillStealthActive, neutralFillStealthActiveDelta, neutralFillStealthFocus, neutralFillStealthFocusDelta, neutralFillStealthHover, neutralFillStealthHoverDelta, neutralFillStealthRecipe, neutralFillStealthRest, neutralFillStealthRestDelta, neutralFillStrongActive, neutralFillStrongActiveDelta, neutralFillStrongFocus, neutralFillStrongFocusDelta, neutralFillStrongHover, neutralFillStrongHoverDelta, neutralFillStrongRecipe, neutralFillStrongRest, neutralFillStrongRestDelta, neutralForegroundHint, neutralForegroundHintRecipe, neutralForegroundRecipe, neutralForegroundRest, neutralLayer1, neutralLayer1Recipe, neutralLayer2, neutralLayer2Recipe, neutralLayer3, neutralLayer3Recipe, neutralLayer4, neutralLayer4Recipe, neutralLayerCardContainer, neutralLayerCardContainerRecipe, neutralLayerFloating, neutralLayerFloatingRecipe, neutralPalette, neutralStrokeActive, neutralStrokeActiveDelta, neutralStrokeDividerRecipe, neutralStrokeDividerRest, neutralStrokeDividerRestDelta, neutralStrokeFocus, neutralStrokeFocusDelta, neutralStrokeHover, neutralStrokeHoverDelta, neutralStrokeRecipe, neutralStrokeRest, neutralStrokeRestDelta, strokeWidth, typeRampBaseFontSize, typeRampBaseLineHeight, typeRampMinus1FontSize, typeRampMinus1LineHeight, typeRampMinus2FontSize, typeRampMinus2LineHeight, typeRampPlus1FontSize, typeRampPlus1LineHeight, typeRampPlus2FontSize, typeRampPlus2LineHeight, typeRampPlus3FontSize, typeRampPlus3LineHeight, typeRampPlus4FontSize, typeRampPlus4LineHeight, typeRampPlus5FontSize, typeRampPlus5LineHeight, typeRampPlus6FontSize, typeRampPlus6LineHeight } from '@microsoft/fast-components'; /** * Error palette */ export declare const errorPalette: DesignToken<Palette<Swatch>>; /** @public */ export declare const errorFillRecipe: DesignToken<InteractiveColorRecipe>; /** @public */ export declare const errorFillRest: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorFillHover: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorFillActive: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorFillFocus: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorRecipe: DesignToken<ColorRecipe>; /** @public */ export declare const foregroundOnErrorRest: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorHover: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorActive: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorFocus: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorLargeRecipe: DesignToken<ColorRecipe>; /** @public */ export declare const foregroundOnErrorRestLarge: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorHoverLarge: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorActiveLarge: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const foregroundOnErrorFocusLarge: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorForegroundRecipe: DesignToken<InteractiveColorRecipe>; /** @public */ export declare const errorForegroundRest: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorForegroundHover: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorForegroundActive: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>; /** @public */ export declare const errorForegroundFocus: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;