@steroidsjs/bootstrap 3.0.0-beta.105 → 3.0.0-beta.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,8 @@ function CheckboxListFieldView(props) {
48
48
  },
49
49
  disabled: props.disabled
50
50
  },
51
- size: props.size
51
+ size: props.size,
52
+ color: checkbox.color
52
53
  }); })));
53
54
  }
54
55
  exports["default"] = CheckboxListFieldView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/bootstrap",
3
- "version": "3.0.0-beta.105",
3
+ "version": "3.0.0-beta.106",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "Vladimir Kozhin <hello@kozhindev.com>",