@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.
62 lines (61 loc) • 2.16 kB
JavaScript
"use strict";
exports.__esModule = true;
exports.textAlignClasses = exports.TEXT_ALIGN = void 0;
var _mediaQuery = require("../../utils/mediaQuery");
let TEXT_ALIGN = exports.TEXT_ALIGN = /*#__PURE__*/function (TEXT_ALIGN) {
TEXT_ALIGN["START"] = "start";
TEXT_ALIGN["CENTER"] = "center";
TEXT_ALIGN["END"] = "end";
TEXT_ALIGN["JUSTIFY"] = "justify";
TEXT_ALIGN["LEFT"] = "left";
TEXT_ALIGN["RIGHT"] = "right";
return TEXT_ALIGN;
}({});
const textAlignClasses = exports.textAlignClasses = {
[]: "text-start",
[]: "text-center",
[]: "text-end",
[]: "text-justify",
[]: "text-left",
[]: "text-right",
[]: {
[]: "mm:text-start",
[]: "mm:text-center",
[]: "mm:text-end",
[]: "mm:text-justify",
[]: "mm:text-left",
[]: "mm:text-right"
},
[]: {
[]: "lm:text-start",
[]: "lm:text-center",
[]: "lm:text-end",
[]: "lm:text-justify",
[]: "lm:text-left",
[]: "lm:text-right"
},
[]: {
[]: "tb:text-start",
[]: "tb:text-center",
[]: "tb:text-end",
[]: "tb:text-justify",
[]: "tb:text-left",
[]: "tb:text-right"
},
[]: {
[]: "de:text-start",
[]: "de:text-center",
[]: "de:text-end",
[]: "de:text-justify",
[]: "de:text-left",
[]: "de:text-right"
},
[]: {
[]: "ld:text-start",
[]: "ld:text-center",
[]: "ld:text-end",
[]: "ld:text-justify",
[]: "ld:text-left",
[]: "ld:text-right"
}
};