Skip to content

Commit

Permalink
Move packages and merge theme upstream (#269, #132, #288)
Browse files Browse the repository at this point in the history
- Remove packages that are now located in the core packages repository
- Remove redundant samples
- Update all package versions to new releases of core packages
  • Loading branch information
mbeckem committed Feb 27, 2024
1 parent 15d24fa commit 6162979
Show file tree
Hide file tree
Showing 99 changed files with 318 additions and 4,846 deletions.
24 changes: 24 additions & 0 deletions .changeset/swift-readers-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@open-pioneer/experimental-layout-sidebar": patch
"@open-pioneer/coordinate-viewer": patch
"@open-pioneer/spatial-bookmarks": patch
"@open-pioneer/basemap-switcher": patch
"@open-pioneer/map-navigation": patch
"@open-pioneer/ogc-features": patch
"@open-pioneer/overview-map": patch
"@open-pioneer/scale-viewer": patch
"@open-pioneer/geolocation": patch
"@open-pioneer/measurement": patch
"@open-pioneer/result-list": patch
"@open-pioneer/scale-bar": patch
"@open-pioneer/selection": patch
"@open-pioneer/printing": patch
"@open-pioneer/editing": patch
"@open-pioneer/legend": patch
"@open-pioneer/search": patch
"@open-pioneer/theme": patch
"@open-pioneer/map": patch
"@open-pioneer/toc": patch
---

Update versions of core packages
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@maplibre/maplibre-gl-style-spec": "^19.3.3",
"@open-pioneer/chakra-integration": "^1.1.1",
"@open-pioneer/core": "^1.2.1",
"@open-pioneer/http": "^2.1.2",
"@open-pioneer/integration": "^2.0.3",
"@open-pioneer/runtime": "^2.1.0",
"@open-pioneer/http": "^2.1.4",
"@open-pioneer/integration": "^2.0.5",
"@open-pioneer/runtime": "^2.1.2",
"@open-pioneer/test-utils": "^1.1.1",
"framer-motion": "^10.17.4",
"html2canvas": "^1.4.1",
Expand Down
581 changes: 242 additions & 339 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/experimental-packages/layout-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@open-pioneer/chakra-integration": "^1.1.1",
"@open-pioneer/runtime": "^2.1.0",
"@open-pioneer/runtime": "^2.1.2",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
15 changes: 0 additions & 15 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ <h2>Samples</h2>
Demonstrates the usage of an "OGC API Features" and "OGC API Tiles" layer in the
map.
</li>
<li>
<a href="./samples/auth-sample/">Authentication</a>
<br />
Sample app for the authentication package.
</li>
<li>
<a href="./samples/notify-sample/">Notifier</a>
<br />
Demonstrates how to use notifications.
</li>
</ul>

<h2>Test applications</h2>
Expand All @@ -79,11 +69,6 @@ <h2>Test applications</h2>
<br />
Demonstrates the TOC and health check to detect unavailable services.
</li>
<li>
<a href="./samples/theming-sample/">Theming</a>
<br />
Test app that shows the "trails" theme on Chakra UI components.
</li>
<li>
<a href="./samples/test-highlight-and-zoom/">Highlight and zoom</a>
<br />
Expand Down
146 changes: 0 additions & 146 deletions src/packages/authentication/AuthServiceImpl.test.ts

This file was deleted.

87 changes: 0 additions & 87 deletions src/packages/authentication/AuthServiceImpl.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/packages/authentication/CHANGELOG.md

This file was deleted.

0 comments on commit 6162979

Please sign in to comment.