kwikid-components-react
Version:
KwikID's Component Library in React
33 lines (32 loc) • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IKwikUIInputTextUpdateOn = exports.IKwikUIInputTextTextCase = exports.IKwikUIInputTextSize = exports.IKwikUIInputTextShape = void 0;
let IKwikUIInputTextShape = exports.IKwikUIInputTextShape = /*#__PURE__*/function (IKwikUIInputTextShape) {
IKwikUIInputTextShape["CURVED"] = "curved";
IKwikUIInputTextShape["RECTANGLE"] = "rectangle";
IKwikUIInputTextShape["ROUNDED"] = "rounded";
return IKwikUIInputTextShape;
}({});
let IKwikUIInputTextSize = exports.IKwikUIInputTextSize = /*#__PURE__*/function (IKwikUIInputTextSize) {
IKwikUIInputTextSize["XXS"] = "xxs";
IKwikUIInputTextSize["XS"] = "xs";
IKwikUIInputTextSize["S"] = "s";
IKwikUIInputTextSize["M"] = "m";
IKwikUIInputTextSize["L"] = "l";
IKwikUIInputTextSize["XL"] = "xl";
IKwikUIInputTextSize["XXL"] = "xxl";
return IKwikUIInputTextSize;
}({});
let IKwikUIInputTextUpdateOn = exports.IKwikUIInputTextUpdateOn = /*#__PURE__*/function (IKwikUIInputTextUpdateOn) {
IKwikUIInputTextUpdateOn["BLUR"] = "blur";
IKwikUIInputTextUpdateOn["CHANGE"] = "change";
return IKwikUIInputTextUpdateOn;
}({});
let IKwikUIInputTextTextCase = exports.IKwikUIInputTextTextCase = /*#__PURE__*/function (IKwikUIInputTextTextCase) {
IKwikUIInputTextTextCase["DEFAULT"] = "default";
IKwikUIInputTextTextCase["LOWER"] = "lower";
IKwikUIInputTextTextCase["UPPER"] = "upper";
return IKwikUIInputTextTextCase;
}({});