CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Variable BORDER_RADIUSConst

    BORDER_RADIUS: {
        full: "9999px";
        lg: "16px";
        md: "12px";
        none: "0";
        sm: "4px";
        xl: "20px";
    } = ...

    Border radius values for consistent rounded corners

    NOTE: Values optimized to restore rounded appearance from v1.0.6

    Type Declaration

    • Readonlyfull: "9999px"

      Full circle/pill shape

    • Readonlylg: "16px"

      16px - Large rounding for prominent elements (optimized from 12px)

    • Readonlymd: "12px"

      12px - Medium rounding (optimized from 8px for more rounded appearance)

    • Readonlynone: "0"

      0 - No rounding (sharp corners)

    • Readonlysm: "4px"

      4px - Small rounding for buttons and badges

    • Readonlyxl: "20px"

      20px - Extra large rounding (optimized from 16px)