mithril-material
Advanced tools
Comparing version
@@ -55,6 +55,2 @@ 'use strict'; | ||
var _Checkbox = require('./form/checkbox/Checkbox'); | ||
var _Checkbox2 = _interopRequireDefault(_Checkbox); | ||
var _Radio = require('./form/radio/Radio'); | ||
@@ -128,3 +124,2 @@ | ||
CollectionItemIcon: _CollectionItemIcon2.default, | ||
Checkbox: _Checkbox2.default, | ||
Radio: _Radio2.default, | ||
@@ -131,0 +126,0 @@ RadioGroup: _RadioGroup2.default, |
@@ -59,3 +59,3 @@ "use strict"; | ||
{ className: "modal-footer" }, | ||
self.opts.buttons.map(function (button) { | ||
self.opts.buttons ? self.opts.buttons.map(function (button) { | ||
return (0, _mithril2.default)( | ||
@@ -68,3 +68,3 @@ "a", | ||
); | ||
}) | ||
}) : '' | ||
) | ||
@@ -71,0 +71,0 @@ ); |
{ | ||
"name": "mithril-material", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Material Design components for MithrilJs Applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
80234
1.49%834
-0.36%