UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

17 lines (13 loc) 726 B
'use strict'; var colorPrimary = require('../color/light-dark/colorPrimary.cjs'); var fontPorscheNext = require('../font/fontPorscheNext.cjs'); var fontWeightSemibold = require('../font/fontWeightSemibold.cjs'); var getCJKFontFamilyStyle = require('../font/getCJKFontFamilyStyle.cjs'); var leadingNormal = require('../font/leadingNormal.cjs'); var typescaleXs = require('../font/typescaleXs.cjs'); const proseHeadingXsStyle = { ...getCJKFontFamilyStyle.getCJKFontFamilyStyle(), font: `${fontWeightSemibold.fontWeightSemibold} ${typescaleXs.typescaleXs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`, color: colorPrimary.colorPrimary, }; exports.proseHeadingXsStyle = proseHeadingXsStyle;