Skip to content

Commit

Permalink
Update to use the latest gallery which supports scss.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Apr 10, 2023
1 parent 5970c81 commit 1ec6529
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/map-side-bar",
"version": "1.3.37",
"version": "1.3.38",
"main": "./dist/map-side-bar.common.js",
"files": [
"dist/*",
Expand All @@ -17,7 +17,7 @@
"start": "vue-cli-service serve"
},
"dependencies": {
"@abi-software/gallery": "^0.3.2",
"@abi-software/gallery": "^0.3.3",
"@abi-software/svg-sprite": "^0.2.0",
"algoliasearch": "^4.10.5",
"element-ui": "^2.13.0",
Expand Down
3 changes: 1 addition & 2 deletions src/components/ImageGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ const capitalise = function (string) {
};
import GalleryHelper from "@abi-software/gallery/src/mixins/GalleryHelpers";
import Gallery from "@abi-software/gallery";
import Gallery from "@abi-software/gallery/src/main-bundle.js";
//provide the s3Bucket related methods and data.
import S3Bucket from "../mixins/S3Bucket";
import "@abi-software/gallery/dist/gallery.css";
export default {
name: "ImageGallery",
Expand Down

0 comments on commit 1ec6529

Please sign in to comment.