UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

24 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STYLE_COMMENTS = void 0; const GLOBAL_STYLES_COMMENT = 'Global styles will be removed in next major release. Include their source code in your project if you still require them'; const GLOBAL_STYLES_PATH = 'https://github.com/taiga-family/taiga-ui/blob/main/projects/legacy/styles'; exports.STYLE_COMMENTS = Object.assign(Object.assign({}, Object.fromEntries([ 'basic/keyframes', 'basic/main', 'markup/tui-container', 'markup/tui-form', 'markup/tui-island', 'markup/tui-list', 'markup/tui-mobile-only', 'markup/tui-required', 'markup/tui-row', 'markup/tui-skeleton', 'markup/tui-space', 'markup/tui-table', 'markup/tui-text', ].map((x) => [ `@taiga-ui/legacy/styles/${x}`, `${GLOBAL_STYLES_COMMENT}: ${GLOBAL_STYLES_PATH}/${x}.less`, ]))), { '@taiga-ui/legacy/styles/taiga-ui-global': `${GLOBAL_STYLES_COMMENT}: ${GLOBAL_STYLES_PATH}/taiga-ui-global.less` }); //# sourceMappingURL=style-comments.js.map