// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiExpression props color accent is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color danger is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color primary is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color secondary is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color subdued is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color success is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props color warning is rendered 1`] = ` the answer is 42 `; exports[`OuiExpression props descriptionWidth changes the description's width when using columns 1`] = ` the answer is 42 `; exports[`OuiExpression props display can be columns 1`] = ` the answer is 42 `; exports[`OuiExpression props isActive false renders inactive 1`] = ` the answer is 42 `; exports[`OuiExpression props isActive true renders active 1`] = ` the answer is 42 `; exports[`OuiExpression props isInvalid renders error state 1`] = ` the answer is 42 `; exports[`OuiExpression props textWrap can truncate text 1`] = ` the answer is 42 `; exports[`OuiExpression props uppercase false renders inherited case 1`] = ` the answer is 42 `; exports[`OuiExpression props uppercase true renders uppercase 1`] = ` the answer is 42 `; exports[`OuiExpression render with only description 1`] = ` `; exports[`OuiExpression renders 1`] = ` `;