UNPKG

1.1 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../../source/style/approximate.js"],"names":["approximate","gradation","flavour","units"],"mappings":"AAAA,OAAOA,WAAP,MAAwB,sBAAxB,C,CAEA;AACA;AACA;AAEA;AACA;AACA;AAEA;AACA;AACA;;AAEA,eAAe;AACdC,EAAAA,SAAS,EAAED,WADG;AAEdE,EAAAA,OAAO,EAAE,MAFK;AAGdC,EAAAA,KAAK,EAAE,CACN,KADM,EAEN,QAFM,EAGN,MAHM,EAIN,KAJM,EAKN,MALM,EAMN,OANM,EAON,MAPM;AAHO,CAAf","sourcesContent":["import approximate from '../steps/approximate'\r\n\r\n// \"gradation\" is a legacy name for \"steps\".\r\n// It's here just for legacy compatibility.\r\n// Use \"steps\" name instead.\r\n\r\n// \"flavour\" is a legacy name for \"labels\".\r\n// It's here just for legacy compatibility.\r\n// Use \"labels\" name instead.\r\n\r\n// \"units\" is a legacy property.\r\n// It's here just for legacy compatibility.\r\n// Developers shouldn't need to use it in their custom styles.\r\n\r\nexport default {\r\n\tgradation: approximate,\r\n\tflavour: 'long',\r\n\tunits: [\r\n\t\t'now',\r\n\t\t'minute',\r\n\t\t'hour',\r\n\t\t'day',\r\n\t\t'week',\r\n\t\t'month',\r\n\t\t'year'\r\n\t]\r\n}"],"file":"approximate.js"}
\No newline at end of file