@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.
58 lines • 1.97 kB
JavaScript
import { QUERIES } from "../../utils/mediaQuery";
export let 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;
}({});
export const 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"
}
};