cignium-hypermedia-client
Advanced tools
Comparing version 1.5.8 to 1.5.9
@@ -53,3 +53,3 @@ { | ||
}, | ||
"version": "1.5.8" | ||
"version": "1.5.9" | ||
} |
@@ -0,1 +1,3 @@ | ||
import styles from './input.css' | ||
export default ({ className, onCommit, property, value }) => { | ||
@@ -32,3 +34,3 @@ function getValue(checked, newValue) { | ||
return ( | ||
<div className={`${className} ct-${property.display}-list`}> | ||
<div className={`${className} ${styles.input} ct-${property.display}-list`}> | ||
{property.options.map(option => { | ||
@@ -35,0 +37,0 @@ return ( |
Sorry, the diff of this file is too big to display
517988
2524