kwikid-components-react
Version:
KwikID's Component Library in React
33 lines (32 loc) • 1.69 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IKwikUIInputRadioChipUpdateOn = exports.IKwikUIInputRadioChipSize = exports.IKwikUIInputRadioChipShape = exports.IKwikUIInputRadioChipOrientation = void 0;
let IKwikUIInputRadioChipShape = exports.IKwikUIInputRadioChipShape = /*#__PURE__*/function (IKwikUIInputRadioChipShape) {
IKwikUIInputRadioChipShape["CURVED"] = "curved";
IKwikUIInputRadioChipShape["RECTANGLE"] = "rectangle";
IKwikUIInputRadioChipShape["ROUNDED"] = "rounded";
return IKwikUIInputRadioChipShape;
}({});
let IKwikUIInputRadioChipSize = exports.IKwikUIInputRadioChipSize = /*#__PURE__*/function (IKwikUIInputRadioChipSize) {
IKwikUIInputRadioChipSize["XXS"] = "xxs";
IKwikUIInputRadioChipSize["XS"] = "xs";
IKwikUIInputRadioChipSize["S"] = "s";
IKwikUIInputRadioChipSize["M"] = "m";
IKwikUIInputRadioChipSize["L"] = "l";
IKwikUIInputRadioChipSize["XL"] = "xl";
IKwikUIInputRadioChipSize["XXL"] = "xxl";
return IKwikUIInputRadioChipSize;
}({});
let IKwikUIInputRadioChipUpdateOn = exports.IKwikUIInputRadioChipUpdateOn = /*#__PURE__*/function (IKwikUIInputRadioChipUpdateOn) {
IKwikUIInputRadioChipUpdateOn["BLUR"] = "blur";
IKwikUIInputRadioChipUpdateOn["CHANGE"] = "change";
return IKwikUIInputRadioChipUpdateOn;
}({});
let IKwikUIInputRadioChipOrientation = exports.IKwikUIInputRadioChipOrientation = /*#__PURE__*/function (IKwikUIInputRadioChipOrientation) {
IKwikUIInputRadioChipOrientation["VERTICAL"] = "vertical";
IKwikUIInputRadioChipOrientation["HORIZONTAL"] = "horizontal";
IKwikUIInputRadioChipOrientation["WRAPPED"] = "wrapped";
return IKwikUIInputRadioChipOrientation;
}({});