typography | fontFamily | String | "Roboto", "Helvetica", "Arial", sans-serif | Roboto and System fonts | Set the fontFamily of the form.Only Roboto and System fonts are available. |
| primaryColor | String | "rgba(0, 0, 0, 0.87)" | - | |
| secondaryColor | String | "rgba(0, 0, 0, 0.80)" | - | |
input | color | String | 'rgba(0, 0, 0, 0.87)' | - | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| fontSize | Number | 16 | 10 – 18 | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| borderRadius | Number | 4 | - | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| border | String | '1px solid #ced4da' | - | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| height | Number | 19 | 19 – 60 | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| backgroundColor | String | ‘white’ | - | The input element css properties. All can be overridden with a value of the indicated type and also using ‘none' or 'unset’ strings. The color css property must have one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(). The input height can be a number between 19 and 60. |
| inputAdornmentColor | String | ‘#ced4da’ | - | The input icon color (cardType icon and CVC icon). |
| spacing | Number | 0 | 0 – 30 | Used to increase the vertical space between inputs. Due to layout, it is not possible to decrease the current space between inputs. |
inputFocus | borderColor | String | '#80bdff' | - | Styles applied to the input element on a focus event. |
| boxShadow | String | 'none | - | |
| backgroundColor | String | ‘white’ | - | The input BackgroundColor, applied on focus event. |
inputHover | borderColor | String | 'rgba(0, 0, 0, 0.80)' | - | Styles applied to the input element on a hover event. |
| backgroundColor | String | ‘white’ | - | The input BackgroundColor, applied on hover event. |
inputValidation | color | String | ‘none’ | - | Styles applied to the input element on a valid event. |
| borderColor | String | ‘none’ | - | Styles applied to the input element on a valid event. |
inputError | fontWeight | Number | 300 | [300, 400, 500, 700] | Styles applied to the input error element on an error event. |
| fontSize | Number | 12 | 10 – 18 | Styles applied to the input error element on an error event. |
| color | String | ‘#db2828’ | - | Styles applied to the input error element on an error event. |
| borderColor | String | ‘#db2828’ | - | Styles applied to the input error element on an error event. |
inputLabel | color | String | 'rgba(0, 0, 0, 0.80)' | | Styles applied to the input label element. |
| fontSize | Number | 12 | 10 – 18 | Styles applied to the input label element. |
| fontWeight | Number | 400 | [400, 500, 700] | Set the label font weight |
inputLabelFocus | color | String | '#80bdff' | - | Styles applied to the input label element on a focus event. |
tooltip | iconColor | String | 'rgb(128,128,128)' | - | Sets the tooltip icon color |
| iconTextColor | String | ‘white’ | - | Sets the inner icon “?” color. |
| iconHover | String | 'rgba(128,128,128, 0.6)' | - | Sets the tooltip icon color on hover event |
| backgroundColor | String | 'rgb(128,128,128)' | - | Sets the background Color of the box with help text, opened when a hover event happens. |
| textColor | String | '#FFF | - | Sets the help text color. |
| fontSize | Number | 12 | 10 – 18 | Sets the help text size. |
| fontWeight | Number | 400 | [400, 500, 700] | Sets the help text weight. |
| padding | Number | 5 | 5 – 15 | Sets the inner padding between help text and its box. |