mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Theming: Updates to select styles and theme model progress * Progress * Update menu * Updated menu group * Improving button styles * Added transitions to theme * solving the hover & selected, focus issues * Updated snapshot * adding some colors from figma, but waiting to use them as not enough components use new layer colors * Updates * Updates * Progress * Renames * Improvements to theme overview * updated test * demo update * More new theme colors * Wip new card styles * Card tweaks hover is not working * Updates more colors from figma * Progress * Progress * Updated radio button styles * Progress on new colors * Progress * New page toolbar and toolbar button design * New toolbar button design * Reverted to older toolbar and button look * Updated snapshot * Updated generated files * Updated design * Updates * Added card hover * Fixed button group * Updates
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MetaInfoText should render component 1`] = `
|
|
<div
|
|
className="css-1egjxkg"
|
|
>
|
|
<Memo(MetaInfoItem)
|
|
key="0-label"
|
|
label="label"
|
|
value="value"
|
|
/>
|
|
<Memo(MetaInfoItem)
|
|
key="1-label2"
|
|
label="label2"
|
|
value="value2"
|
|
/>
|
|
</div>
|
|
`;
|