UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

27 lines (26 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IKwikUIInputPasswordUpdateOn = exports.IKwikUIInputPasswordSize = exports.IKwikUIInputPasswordShape = void 0; let IKwikUIInputPasswordShape = exports.IKwikUIInputPasswordShape = /*#__PURE__*/function (IKwikUIInputPasswordShape) { IKwikUIInputPasswordShape["CURVED"] = "curved"; IKwikUIInputPasswordShape["RECTANGLE"] = "rectangle"; IKwikUIInputPasswordShape["ROUNDED"] = "rounded"; return IKwikUIInputPasswordShape; }({}); let IKwikUIInputPasswordSize = exports.IKwikUIInputPasswordSize = /*#__PURE__*/function (IKwikUIInputPasswordSize) { IKwikUIInputPasswordSize["XXS"] = "xxs"; IKwikUIInputPasswordSize["XS"] = "xs"; IKwikUIInputPasswordSize["S"] = "s"; IKwikUIInputPasswordSize["M"] = "m"; IKwikUIInputPasswordSize["L"] = "l"; IKwikUIInputPasswordSize["XL"] = "xl"; IKwikUIInputPasswordSize["XXL"] = "xxl"; return IKwikUIInputPasswordSize; }({}); let IKwikUIInputPasswordUpdateOn = exports.IKwikUIInputPasswordUpdateOn = /*#__PURE__*/function (IKwikUIInputPasswordUpdateOn) { IKwikUIInputPasswordUpdateOn["BLUR"] = "blur"; IKwikUIInputPasswordUpdateOn["CHANGE"] = "change"; return IKwikUIInputPasswordUpdateOn; }({});