@yandex/ui
Version:
Yandex UI components
49 lines (48 loc) • 5.78 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Text = void 0;
var tslib_1 = require("tslib");
var core_1 = require("@bem-react/core");
// _weight
var Text_weight_light_1 = require("../_weight/Text_weight_light");
var Text_weight_regular_1 = require("../_weight/Text_weight_regular");
var Text_weight_medium_1 = require("../_weight/Text_weight_medium");
var Text_weight_bold_1 = require("../_weight/Text_weight_bold");
// _typography
var Text_1 = require("../Text");
var Text_typography_display_xl_1 = require("../_typography/Text_typography_display-xl");
var Text_typography_display_l_1 = require("../_typography/Text_typography_display-l");
var Text_typography_display_m_1 = require("../_typography/Text_typography_display-m");
var Text_typography_display_s_1 = require("../_typography/Text_typography_display-s");
var Text_typography_headline_xl_1 = require("../_typography/Text_typography_headline-xl");
var Text_typography_headline_l_1 = require("../_typography/Text_typography_headline-l");
var Text_typography_headline_s_1 = require("../_typography/Text_typography_headline-s");
var Text_typography_headline_xs_1 = require("../_typography/Text_typography_headline-xs");
var Text_typography_headline_m_1 = require("../_typography/Text_typography_headline-m");
var Text_typography_subheader_xl_1 = require("../_typography/Text_typography_subheader-xl");
var Text_typography_subheader_l_1 = require("../_typography/Text_typography_subheader-l");
var Text_typography_subheader_m_1 = require("../_typography/Text_typography_subheader-m");
var Text_typography_subheader_s_1 = require("../_typography/Text_typography_subheader-s");
var Text_typography_body_short_xl_1 = require("../_typography/Text_typography_body-short-xl");
var Text_typography_body_short_l_1 = require("../_typography/Text_typography_body-short-l");
var Text_typography_body_short_m_1 = require("../_typography/Text_typography_body-short-m");
var Text_typography_body_short_s_1 = require("../_typography/Text_typography_body-short-s");
var Text_typography_body_long_xl_1 = require("../_typography/Text_typography_body-long-xl");
var Text_typography_body_long_l_1 = require("../_typography/Text_typography_body-long-l");
var Text_typography_body_long_m_1 = require("../_typography/Text_typography_body-long-m");
var Text_typography_body_long_s_1 = require("../_typography/Text_typography_body-long-s");
var Text_typography_caption_xl_1 = require("../_typography/Text_typography_caption-xl");
var Text_typography_caption_l_1 = require("../_typography/Text_typography_caption-l");
var Text_typography_caption_m_1 = require("../_typography/Text_typography_caption-m");
var Text_typography_overline_l_1 = require("../_typography/Text_typography_overline-l");
var Text_typography_overline_m_1 = require("../_typography/Text_typography_overline-m");
var Text_typography_overline_s_1 = require("../_typography/Text_typography_overline-s");
var Text_typography_control_xxs_1 = require("../_typography/Text_typography_control-xxs");
var Text_typography_control_xs_1 = require("../_typography/Text_typography_control-xs");
var Text_typography_control_s_1 = require("../_typography/Text_typography_control-s");
var Text_typography_control_l_1 = require("../_typography/Text_typography_control-l");
var Text_typography_control_xl_1 = require("../_typography/Text_typography_control-xl");
var Text_typography_control_m_1 = require("../_typography/Text_typography_control-m");
var Text_typography_control_xxl_1 = require("../_typography/Text_typography_control-xxl");
tslib_1.__exportStar(require("../Text"), exports);
exports.Text = core_1.compose(core_1.composeU(core_1.composeU(Text_typography_display_xl_1.withTypographyDisplayXL, Text_typography_display_l_1.withTypographyDisplayL, Text_typography_display_m_1.withTypographyDisplayM, Text_typography_display_s_1.withTypographyDisplayS, Text_typography_headline_xl_1.withTypographyHeadlineXL, Text_typography_headline_l_1.withTypographyHeadlineL, Text_typography_headline_m_1.withTypographyHeadlineM, Text_typography_headline_s_1.withTypographyHeadlineS), core_1.composeU(Text_typography_headline_xs_1.withTypographyHeadlineXS, Text_typography_subheader_xl_1.withTypographySubheaderXL, Text_typography_subheader_l_1.withTypographySubheaderL, Text_typography_subheader_m_1.withTypographySubheaderM, Text_typography_subheader_s_1.withTypographySubheaderS, Text_typography_body_short_xl_1.withTypographyBodyShortXL, Text_typography_body_short_l_1.withTypographyBodyShortL, Text_typography_body_short_m_1.withTypographyBodyShortM), core_1.composeU(Text_typography_body_short_s_1.withTypographyBodyShortS, Text_typography_body_long_xl_1.withTypographyBodyLongXL, Text_typography_body_long_l_1.withTypographyBodyLongL, Text_typography_body_long_m_1.withTypographyBodyLongM, Text_typography_body_long_s_1.withTypographyBodyLongS, Text_typography_caption_xl_1.withTypographyCaptionXL, Text_typography_caption_l_1.withTypographyCaptionL, Text_typography_caption_m_1.withTypographyCaptionM), core_1.composeU(Text_typography_overline_l_1.withTypographyOverlineL, Text_typography_overline_m_1.withTypographyOverlineM, Text_typography_overline_s_1.withTypographyOverlineS, Text_typography_control_xxs_1.withTypographyControlXXS, Text_typography_control_xs_1.withTypographyControlXS, Text_typography_control_s_1.withTypographyControlS, Text_typography_control_m_1.withTypographyControlM, Text_typography_control_l_1.withTypographyControlL), core_1.composeU(Text_typography_control_xl_1.withTypographyControlXL, Text_typography_control_xxl_1.withTypographyControlXXL)), core_1.composeU(Text_weight_light_1.withWeightLight, Text_weight_regular_1.withWeightRegular, Text_weight_medium_1.withWeightMedium, Text_weight_bold_1.withWeightBold))(Text_1.Text);