react-fidelity-ui
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "react-fidelity-ui", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "High fidelity UI pack for ReactJS", | ||
@@ -5,0 +5,0 @@ "main": "input.js", |
@@ -119,3 +119,3 @@ <!-- Logo --> | ||
const { changeSingleSelect } = utils; | ||
const { changeMultiSelect } = utils; | ||
@@ -422,3 +422,3 @@ const DropdownComponent = ({ items, onChangeItems }) => ( | ||
For consistency, all `fidelity-ui` components follow this pattern for their html markup: | ||
For consistency and predictability, all `fidelity-ui` components follow this pattern for their html markup: | ||
@@ -430,3 +430,3 @@ ```jsx | ||
</div> | ||
<div className="component-body> | ||
<div className="component-body"> | ||
body content | ||
@@ -433,0 +433,0 @@ </div> |
2278720