Lager - v5.2.0
    Preparing search index...

    Variable TypographyStylesConst

    TypographyStyles: {
        baseDataField: TextStyle;
        baseFlashMessage: TextStyle;
        buttonText: TextStyle;
        cautionFlashMsg: TextStyle;
        dataCenter: TextStyle;
        dataLeft: TextStyle;
        dataRight: TextStyle;
        endMarginText: TextStyle;
        fontFamily: StrKeyStrValueAttributeType;
        fontSize: StrKeyNumValueAttributeType;
        fontWeight: StrKeyStrValueAttributeType;
        header: TextStyle;
        infoFlashMsg: TextStyle;
        paragraph: TextStyle;
        subHeader: TextStyle;
        successFlashMsg: TextStyle;
        warningFlashMsg: TextStyle;
        whiteSpace: NumKeyNumValueAttributeType;
    } = ...

    Type declaration

    • baseDataField: TextStyle
    • baseFlashMessage: TextStyle
    • buttonText: TextStyle
    • cautionFlashMsg: TextStyle
    • dataCenter: TextStyle
    • dataLeft: TextStyle
    • dataRight: TextStyle
    • endMarginText: TextStyle
    • fontFamily: StrKeyStrValueAttributeType

      Font family values for typography.

      This object defines various font family values used for text elements in the application. The keys represent different text elements, and the values are the corresponding font families.

    • fontSize: StrKeyNumValueAttributeType

      Font size values for typography.

      This object defines various font size values used for text elements in the application. The keys represent different text elements, and the values are the corresponding font sizes.

    • fontWeight: StrKeyStrValueAttributeType

      Font weight values for typography.

      This object defines various font weight values used for text elements in the application. The keys represent different text elements, and the values are the corresponding font weights.

    • infoFlashMsg: TextStyle
    • paragraph: TextStyle
    • subHeader: TextStyle
    • successFlashMsg: TextStyle
    • warningFlashMsg: TextStyle
    • whiteSpace: NumKeyNumValueAttributeType

      White space values for typography.

      This object defines various white space values used for padding and margin in the application. The keys represent different scales, and the values are the corresponding white space amounts.