{"ast":null,"code":"var defaultProps = {\n  _statLabel: {\n    fontSize: 'xl'\n  },\n  _statNumber: {\n    fontSize: '4xl',\n    fontWeight: 'bold',\n    my: 2\n  },\n  _statHelpText: {\n    _text: {\n      color: 'gray.500',\n      fontSize: 'xl'\n    },\n    flexDirection: 'row',\n    alignItems: 'center'\n  },\n  _statGroup: {\n    flexWrap: 'wrap',\n    space: 4,\n    justifyContent: 'space-between'\n  }\n};\nexport default {\n  defaultProps: defaultProps\n};","map":{"version":3,"sources":["stat.ts"],"names":["defaultProps","_statLabel","fontSize","_statNumber","fontWeight","my","_statHelpText","_text","color","flexDirection","alignItems","_statGroup","flexWrap","space","justifyContent"],"mappings":"AAAA,IAAMA,YAAY,GAAG;EACnBC,UAAU,EAAE;IACVC,QAAQ,EAAE;EADA,CADO;EAInBC,WAAW,EAAE;IACXD,QAAQ,EAAE,KADC;IAEXE,UAAU,EAAE,MAFD;IAGXC,EAAE,EAAE;EAHO,CAJM;EASnBC,aAAa,EAAE;IACbC,KAAK,EAAE;MACLC,KAAK,EAAE,UADF;MAELN,QAAQ,EAAE;IAFL,CADM;IAKbO,aAAa,EAAE,KALF;IAMbC,UAAU,EAAE;EANC,CATI;EAiBnBC,UAAU,EAAE;IACVC,QAAQ,EAAE,MADA;IAEVC,KAAK,EAAE,CAFG;IAGVC,cAAc,EAAE;EAHN;AAjBO,CAArB;AAwBA,eAAe;EACbd,YAAAA,EAAAA;AADa,CAAf","sourcesContent":["const defaultProps = {\n  _statLabel: {\n    fontSize: 'xl',\n  },\n  _statNumber: {\n    fontSize: '4xl',\n    fontWeight: 'bold',\n    my: 2,\n  },\n  _statHelpText: {\n    _text: {\n      color: 'gray.500',\n      fontSize: 'xl',\n    },\n    flexDirection: 'row',\n    alignItems: 'center',\n  },\n  _statGroup: {\n    flexWrap: 'wrap',\n    space: 4,\n    justifyContent: 'space-between',\n  },\n};\n\nexport default {\n  defaultProps,\n};\n"]},"metadata":{},"sourceType":"module"}