@steroidsjs/bootstrap 3.0.0-beta.6 → 3.0.0-beta.7

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.
@@ -240,12 +240,12 @@ exports["default"] = (function () {
240
240
  back: 'arrow-left',
241
241
  securityEye: 'eye',
242
242
  securityEyeSlash: 'eye-slash',
243
- success: require('./svgs/success.svg'),
244
- info: require('./svgs/info.svg'),
245
- warning: require('./svgs/warning.svg'),
246
- error: require('./svgs/error.svg'),
247
- close: require('./svgs/close.svg'),
248
- "default": require('./svgs/default.svg')
243
+ success: require('./success.svg'),
244
+ info: require('./info.svg'),
245
+ warning: require('./warning.svg'),
246
+ error: require('./error.svg'),
247
+ close: require('./close.svg'),
248
+ "default": require('./default.svg')
249
249
  };
250
250
  Object.keys(coreIconsMap).forEach(function (name) {
251
251
  icons[name] = icons[coreIconsMap[name]];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/bootstrap",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "Vladimir Kozhin <hello@kozhindev.com>",