UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

22 lines (21 loc) 750 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'border-default': '', 'formio-tab-panel-active': 'active', 'formio-tab-link-active': 'active', 'formio-tab-link-container-active': 'active', 'formio-form-error': 'formio-error-wrapper has-message', 'formio-form-alert': 'alert alert-danger', 'formio-label-error': '', 'formio-input-error': '', 'formio-alert-danger': 'alert alert-danger', 'formio-alert-success': 'alert alert-success', 'formio-alert-warning': 'alert alert-warning', 'formio-modal-cancel-button': 'btn btn-danger formio-dialog-button', 'formio-modal-confirm-button': 'btn btn-primary formio-dialog-button' }; exports.default = _default;