UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

33 lines (32 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IKwikUIInputDateTimeVariant = exports.IKwikUIInputDateTimeUpdateOn = exports.IKwikUIInputDateTimeSize = exports.IKwikUIInputDateTimeShape = void 0; let IKwikUIInputDateTimeShape = exports.IKwikUIInputDateTimeShape = /*#__PURE__*/function (IKwikUIInputDateTimeShape) { IKwikUIInputDateTimeShape["CURVED"] = "curved"; IKwikUIInputDateTimeShape["RECTANGLE"] = "rectangle"; IKwikUIInputDateTimeShape["ROUNDED"] = "rounded"; return IKwikUIInputDateTimeShape; }({}); let IKwikUIInputDateTimeSize = exports.IKwikUIInputDateTimeSize = /*#__PURE__*/function (IKwikUIInputDateTimeSize) { IKwikUIInputDateTimeSize["XXS"] = "xxs"; IKwikUIInputDateTimeSize["XS"] = "xs"; IKwikUIInputDateTimeSize["S"] = "s"; IKwikUIInputDateTimeSize["M"] = "m"; IKwikUIInputDateTimeSize["L"] = "l"; IKwikUIInputDateTimeSize["XL"] = "xl"; IKwikUIInputDateTimeSize["XXL"] = "xxl"; return IKwikUIInputDateTimeSize; }({}); let IKwikUIInputDateTimeUpdateOn = exports.IKwikUIInputDateTimeUpdateOn = /*#__PURE__*/function (IKwikUIInputDateTimeUpdateOn) { IKwikUIInputDateTimeUpdateOn["CHANGE"] = "change"; IKwikUIInputDateTimeUpdateOn["BLUR"] = "blur"; return IKwikUIInputDateTimeUpdateOn; }({}); let IKwikUIInputDateTimeVariant = exports.IKwikUIInputDateTimeVariant = /*#__PURE__*/function (IKwikUIInputDateTimeVariant) { IKwikUIInputDateTimeVariant["DATE"] = "date"; IKwikUIInputDateTimeVariant["TIME"] = "time"; IKwikUIInputDateTimeVariant["DATETIME"] = "datetime"; return IKwikUIInputDateTimeVariant; }({});