UNPKG

@wordpress/components

Version:
8 lines (7 loc) 1.34 kB
{ "version": 3, "sources": ["../../src/font-size-picker/constants.ts"], "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\n\n/**\n * List of T-shirt abbreviations.\n *\n * When there are 5 font sizes or fewer, we assume that the font sizes are\n * ordered by size and show T-shirt labels.\n */\nexport const T_SHIRT_ABBREVIATIONS = [/* translators: S stands for 'small' and is a size label. */\n__('S'), /* translators: M stands for 'medium' and is a size label. */\n__('M'), /* translators: L stands for 'large' and is a size label. */\n__('L'), /* translators: XL stands for 'extra large' and is a size label. */\n__('XL'), /* translators: XXL stands for 'extra extra large' and is a size label. */\n__('XXL')];\n\n/**\n * List of T-shirt names.\n *\n * When there are 5 font sizes or fewer, we assume that the font sizes are\n * ordered by size and show T-shirt labels.\n */\nexport const T_SHIRT_NAMES = [__('Small'), __('Medium'), __('Large'), __('Extra Large'), __('Extra Extra Large')];"], "mappings": ";AAGA,SAAS,UAAU;AAQZ,IAAM,wBAAwB;AAAA;AAAA,EACrC,GAAG,GAAG;AAAA;AAAA,EACN,GAAG,GAAG;AAAA;AAAA,EACN,GAAG,GAAG;AAAA;AAAA,EACN,GAAG,IAAI;AAAA;AAAA,EACP,GAAG,KAAK;AAAC;AAQF,IAAM,gBAAgB,CAAC,GAAG,OAAO,GAAG,GAAG,QAAQ,GAAG,GAAG,OAAO,GAAG,GAAG,aAAa,GAAG,GAAG,mBAAmB,CAAC;", "names": [] }