mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Testing inter font * new fonts and global styles * Added Typography component and storybook * Moving more global legacy types to emotion global styles * Updated snapshot * mapp bold to 500 * Updates * Fixes and moved html & body styles to emotion * moved helper function down * Updated snapshot * More tweaks * Updates * added internal tag * Updated snapshot
19 lines
305 B
Plaintext
19 lines
305 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MetaInfoText should render component 1`] = `
|
|
<div
|
|
className="css-7qzshi"
|
|
>
|
|
<Memo(MetaInfoItem)
|
|
key="0-label"
|
|
label="label"
|
|
value="value"
|
|
/>
|
|
<Memo(MetaInfoItem)
|
|
key="1-label2"
|
|
label="label2"
|
|
value="value2"
|
|
/>
|
|
</div>
|
|
`;
|