// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`[Component] Button Color variations renders with different colors 1`] = ` Press me `; exports[`[Component] Button Color variations renders with different colors 2`] = ` Press me `; exports[`[Component] Button Color variations renders with different colors 3`] = ` Press me `; exports[`[Component] Button Disabled state renders correctly 1`] = ` Press me `; exports[`[Component] Button Icon rendering renders icon only without label 1`] = ` Press me
`; exports[`[Component] Button Icon rendering renders with icon on the left 1`] = `
Press me `; exports[`[Component] Button Icon rendering renders with icon on the right 1`] = ` Press me
`; exports[`[Component] Button Loading state renders correctly 1`] = ` Press me `; exports[`[Component] Button Ready state renders correctly 1`] = ` Press me `; exports[`[Component] Button Secondary button renders correctly 1`] = ` Press me `; exports[`[Component] Button Secondary button with different colors 1`] = ` Press me `;