@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (8 loc) • 666 B
JavaScript
import { isTruncated, maxLines, wordBreak } from "./custom.js";
import { animation, backgroundColor, borders, color, compose, effects, flexboxGrids, flexboxes, grids, interactivity, layout, sizing, space, tables, transforms, transitions, typography } from "@xstyled/styled-components";
//#region src/system/system.ts
const system = compose(animation, backgroundColor, borders, color, effects, flexboxes, flexboxGrids, grids, interactivity, isTruncated, layout, maxLines, sizing, space, tables, transforms, transitions, typography, wordBreak);
//#endregion
export { system as default, system };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=system.js.map