Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Sep 1, 2023
1 parent 80c4e9f commit 9c99f8a
Show file tree
Hide file tree
Showing 20 changed files with 4,113 additions and 3,214 deletions.
160 changes: 160 additions & 0 deletions packages/client/package-lock.json

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

4 changes: 3 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
"@percy/cli": "^1.15.0",
"@percy/cypress": "^3.1.2",
"@popperjs/core": "^2.11.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@seasketch/map-tile-cache-calculator": "^1.0.0",
"@seasketch/mapbox-gl-esri-sources": "0.9.0",
"@seasketch/vector-data-source": "^1.0.0",
"@sentry/react": "^6.17.1",
"@sentry/tracing": "^6.17.1",
Expand Down Expand Up @@ -150,7 +153,6 @@
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"mapbox-gl-esri-feature-layers": "^1.0.0",
"mapbox-gl-esri-sources": "git+https://git@github.com/underbluewaters/mapbox-gl-esri-sources.git",
"@seasketch/mapbox-gl-esri-sources": "0.9.0",
"md5": "^2.3.0",
"mnemonist": "^0.39.2",
"mustache": "^4.1.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/client/src/admin/data/arcgis/Accordion.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.AccordionTrigger[data-state="open"] > .AccordionChevron {
transform: rotate(180deg);
}
Loading

0 comments on commit 9c99f8a

Please sign in to comment.