UNPKG

@wordpress/components

Version:
8 lines (7 loc) 1.4 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": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kBAAmB;AAQZ,IAAM,wBAAwB;AAAA;AAAA,MACrC,gBAAG,GAAG;AAAA;AAAA,MACN,gBAAG,GAAG;AAAA;AAAA,MACN,gBAAG,GAAG;AAAA;AAAA,MACN,gBAAG,IAAI;AAAA;AAAA,MACP,gBAAG,KAAK;AAAC;AAQF,IAAM,gBAAgB,KAAC,gBAAG,OAAO,OAAG,gBAAG,QAAQ,OAAG,gBAAG,OAAO,OAAG,gBAAG,aAAa,OAAG,gBAAG,mBAAmB,CAAC;", "names": [] }