Design System Utilities @ 0.1.1-alpha.0
    Preparing search index...

    Class AbstractTokens<T_DataType>Abstract Internal

    Base class for the classes used to manage tokens and token groups.

    0.1.0-alpha

    Type Parameters

    • T_DataType

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    tokenLevels: readonly [
        "100",
        "200",
        "300",
        "400",
        "500",
        "600",
        "700",
        "800",
        "900",
    ] = ...
    tokenLevels_extraOptions: readonly [
        "150",
        "250",
        "350",
        "450",
        "550",
        "650",
        "750",
        "850",
    ] = ...
    tokenLevels: readonly [
        "100",
        "200",
        "300",
        "400",
        "500",
        "600",
        "700",
        "800",
        "900",
    ] = AbstractTokens.tokenLevels

    Accessors

    Methods

    • Internal

      A custom error handler to use with Zod schemas.

      Parameters

      • ...params: [issue: ZodIssueOptionalMessage, _ctx: ErrorMapCtx]

      Returns { message: string }

      0.1.0-alpha