Skip to content

Commit

Permalink
New version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Mar 18, 2024
1 parent c067903 commit de948fc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
10 changes: 2 additions & 8 deletions example/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ body,
width: var(--radius, 20px);
height: var(--radius, 20px);

color: #8a64eb;
color: #fff;
border: 2px solid currentColor;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.7);
background-color: #313133;

transform: translate(-50%, -50%);
}
Expand All @@ -57,12 +57,6 @@ body,
justify-content: center;
align-items: center;

width: 70%;
height: 70%;

border-radius: 50%;
background-color: currentColor;

transform: translate3d(-50%, -50%, 0);
}

Expand Down
6 changes: 6 additions & 0 deletions example/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ const getRandomPoints = (count, bounds) =>
geometry: {coordinates: rnd.point(bounds)},
properties: {name: 'beer shop'}
}));

document.addEventListener('DOMContentLoaded', async () => {
if (location.search.includes('hide-toolbar')) {
document.querySelector('.toolbar').style.display = 'none';
}
});
7 changes: 6 additions & 1 deletion example/pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 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,5 +1,5 @@
{
"version": "0.0.9",
"version": "0.0.10",
"name": "@mappable-world/mappable-clusterer",
"description": "Mappable Maps JS API 3.0 @mappable-world/mappable-clusterer",
"types": "./dist/types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"bump:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main"
},
"devDependencies": {
"@mappable-world/mappable-cli": "^0.0.16",
"@mappable-world/mappable-cli": "^0.0.29",
"@mappable-world/mappable-types": "^0.0.4",
"@types/got": "9.6.12",
"@types/jest": "29.5.3",
Expand Down

0 comments on commit de948fc

Please sign in to comment.