{
    "apiVersion": 3,
    "name": "gutenverse/form-input-telp",
    "title": "Telp Input",
    "description": "Gutenverse Input Telp",
    "category": "gutenverse-form",
    "attributes": {
        "elementId": {
            "type": "string"
        },
        "showLabel": {
            "type": "boolean",
            "default": true
        },
        "showHelper": {
            "type": "boolean",
            "default": true
        },
        "inputHelper": {
            "type": "string",
            "default": "Input Helper"
        },
        "position": {
            "type": "string",
            "default": "top"
        },
        "labelWidth": {
            "type": "object"
        },
        "labelColor": {
            "type": "object"
        },
        "labelTypography": {
            "type": "object"
        },
        "labelPadding": {
            "type": "object"
        },
        "labelMargin": {
            "type": "object"
        },
        "helperColor": {
            "type": "object"
        },
        "helperTypography": {
            "type": "object"
        },
        "helperPadding": {
            "type": "object"
        },
        "warningColor": {
            "type": "object"
        },
        "warningTypography": {
            "type": "object"
        },
        "positioningType": {
            "type": "object"
        },
        "positioningWidth": {
            "type": "object"
        },
        "positioningAlign": {
            "type": "object"
        },
        "positioningLocation": {
            "type": "string"
        },
        "positioningLeft": {
            "type": "object"
        },
        "positioningRight": {
            "type": "object"
        },
        "positioningTop": {
            "type": "object"
        },
        "positioningBottom": {
            "type": "object"
        },
        "background": {
            "type": "object",
            "default": {}
        },
        "backgroundHover": {
            "type": "object",
            "default": {}
        },
        "border": {
            "type": "object"
        },
        "boxShadow": {
            "type": "object"
        },
        "borderHover": {
            "type": "object"
        },
        "boxShadowHover": {
            "type": "object"
        },
        "margin": {
            "type": "object"
        },
        "padding": {
            "type": "object"
        },
        "zIndex": {
            "type": "object"
        },
        "animation": {
            "type": "object",
            "default": {}
        },
        "hideDesktop": {
            "type": "boolean"
        },
        "hideTablet": {
            "type": "boolean"
        },
        "hideMobile": {
            "type": "boolean"
        },
        "inputLabel": {
            "type": "string",
            "default": "Telp"
        },
        "inputPlaceholder": {
            "type": "string",
            "default": "081-11-333"
        },
        "inputName": {
            "type": "string",
            "default": "input-telp"
        },
        "inputPattern": {
            "type": "string",
            "default": "[0-9]{3}-[0-9]{2}-[0-9]{3}"
        },
        "required": {
            "type": "boolean",
            "default": false
        },
        "validationType": {
            "type": "string",
            "default": "none"
        },
        "validationMin": {
            "type": "number"
        },
        "validationMax": {
            "type": "number"
        },
        "validationWarning": {
            "type": "string",
            "default": "Input Invalid"
        },
        "inputPadding": {
            "type": "object"
        },
        "inputMargin": {
            "type": "object"
        },
        "inputColor": {
            "type": "object"
        },
        "placeholderColor": {
            "type": "object"
        },
        "inputTypography": {
            "type": "object"
        },
        "inputColorNormal": {
            "type": "object"
        },
        "inputBorderNormal": {
            "type": "object"
        },
        "inputColorHover": {
            "type": "object"
        },
        "inputBorderHover": {
            "type": "object"
        },
        "inputColorFocus": {
            "type": "object"
        },
        "inputBorderFocus": {
            "type": "object"
        },
        "inputBgColorNormal": {
            "type": "object"
        },
        "inputBgColorHover": {
            "type": "object"
        },
        "inputBgColorFocus": {
            "type": "object"
        }
    },
    "supports": {
        "className": false
    },
    "keywords": [
        "input",
        "form",
        "gutenverse"
    ],
    "example": {}
}