Skip to content

Commit

Permalink
bump spec (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreisner authored Aug 28, 2024
1 parent a836482 commit b6f0b96
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 99 deletions.
171 changes: 75 additions & 96 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@code4recovery/spec": "1.0.8",
"@code4recovery/spec": "1.0.9",
"@emotion/react": "^11.11.1",
"deepmerge": "^4.3.1",
"luxon": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions public/app.js

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions public/tests/river-cities.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="React JS recovery meeting finder demo" />
<link rel="icon" type="image/png" href="/logo.png" />
<title>Meetings</title>
<style type="text/css">
body {
margin: 0;
}
#tsml-ui {
min-height: 100vh;
min-height: -webkit-fill-available;
}
</style>
</head>
<body>
<div
id="tsml-ui"
data-src="https://docs.google.com/spreadsheets/d/13L_mtnQRVbzxkMyIBe3NTpYJm6I8BrKRLVTZUMqtt9U/edit?gid=1811591486#gid=1811591486"
data-mapbox="pk.eyJ1Ijoiam9zaHJlaXNuZXIiLCJhIjoiY2tvYXA0YnZxMGRldDJxbzdta25uNGphdiJ9.eay-UKgIT99ALmdw08xBPw"
data-google="AIzaSyCS9M8Dqk5cMFqA7xvUrQEzT1u5IvcbT7c"
data-timezone="America/Los_Angeles"
></div>
<script src="/app.js" async></script>
</body>
</html>

0 comments on commit b6f0b96

Please sign in to comment.