UNPKG

@porsche-design-system/components-js

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.

13 lines (9 loc) 434 B
'use strict'; var textShared = require('./textShared.cjs'); var fontHyphenationStyle = require('../../font/fontHyphenationStyle.cjs'); var fontSizeTextSmall = require('../../font/fontSizeTextSmall.cjs'); const textSmallStyle = { font: `${textShared._textFontPartA}${fontSizeTextSmall.fontSizeTextSmall}${textShared._textFontPartB}`, ...fontHyphenationStyle.fontHyphenationStyle, }; exports.textSmallStyle = textSmallStyle;