@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
|
@@ -382,13 +382,6 @@ module.exports = require("element-ui/lib/button");
|
|
|
382
382
|
|
|
383
383
|
/***/ }),
|
|
384
384
|
|
|
385
|
-
/***/ "6328":
|
|
386
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
387
|
-
|
|
388
|
-
module.exports = __webpack_require__.p + "img/logo-sparc-wave-primary.8ed83a51.svg";
|
|
389
|
-
|
|
390
|
-
/***/ }),
|
|
391
|
-
|
|
392
385
|
/***/ "6378":
|
|
393
386
|
/***/ (function(module, exports) {
|
|
394
387
|
|
|
@@ -6390,7 +6383,7 @@ var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_)
|
|
|
6390
6383
|
//projects to get a handle to various resources
|
|
6391
6384
|
data: function data() {
|
|
6392
6385
|
return {
|
|
6393
|
-
defaultImg:
|
|
6386
|
+
defaultImg: '@/../assets/logo-sparc-wave-primary.svg'
|
|
6394
6387
|
};
|
|
6395
6388
|
},
|
|
6396
6389
|
methods: {
|