UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

27 lines (26 loc) 574 B
import { SerendieTypography as e, SerendieTokens as n } from "./tokens/index.js"; import { getToken as t } from "./tokens/getToken.js"; import { SerendieKeyframes as o } from "./tokens/keyframes/index.js"; const { sd: r } = t(), { themes: p, ...s } = n, a = { name: "serendie", theme: { extend: { breakpoints: { expanded: r.system.dimension.breakpoint.expanded }, tokens: { ...s }, textStyles: { ...e }, keyframes: { ...o } } } }; export { a as SerendiePreset, p as themes };