@abi-software/map-side-bar 1.3.37-staging → 1.3.38-staging
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.
- package/dist/map-side-bar.common.js +1 -8
- package/dist/map-side-bar.common.js.map +1 -1
- package/dist/map-side-bar.umd.js +1 -8
- package/dist/map-side-bar.umd.js.map +1 -1
- package/dist/map-side-bar.umd.min.js +2 -2
- package/dist/map-side-bar.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/mixins/GalleryHelpers.js +1 -1
- package/dist/img/logo-sparc-wave-primary.8ed83a51.svg +0 -1
package/dist/map-side-bar.umd.js
CHANGED
|
@@ -391,13 +391,6 @@ module.exports = require("element-ui/lib/button");
|
|
|
391
391
|
|
|
392
392
|
/***/ }),
|
|
393
393
|
|
|
394
|
-
/***/ "6328":
|
|
395
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
396
|
-
|
|
397
|
-
module.exports = __webpack_require__.p + "img/logo-sparc-wave-primary.8ed83a51.svg";
|
|
398
|
-
|
|
399
|
-
/***/ }),
|
|
400
|
-
|
|
401
394
|
/***/ "6378":
|
|
402
395
|
/***/ (function(module, exports) {
|
|
403
396
|
|
|
@@ -6399,7 +6392,7 @@ var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_)
|
|
|
6399
6392
|
//projects to get a handle to various resources
|
|
6400
6393
|
data: function data() {
|
|
6401
6394
|
return {
|
|
6402
|
-
defaultImg:
|
|
6395
|
+
defaultImg: '@/../assets/logo-sparc-wave-primary.svg'
|
|
6403
6396
|
};
|
|
6404
6397
|
},
|
|
6405
6398
|
methods: {
|