Skip to content

Commit

Permalink
Drop candidates file
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Sep 14, 2022
1 parent 3e583d9 commit e2d0a9f
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 323 deletions.
90 changes: 61 additions & 29 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 @@ -33,7 +33,7 @@
"react-dom": "^16.14.0"
},
"dependencies": {
"@mapbox/mbx-assembly": "^1.2.0",
"@mapbox/mbx-assembly": "^1.3.0-beta.1",
"@mapbox/query-selector-contains-node": "^1.0.0",
"@radix-ui/react-accessible-icon": "^0.1.4",
"@radix-ui/react-accordion": "^0.1.6",
Expand Down
1 change: 0 additions & 1 deletion src/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom';
import App from './app';
import './prism-theme.css';
import './tmp-mbx-assembly-candidates.css';

const container = document.createElement('div');
document.body.appendChild(container);
Expand Down
4 changes: 2 additions & 2 deletions src/docs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta name="robots" content="noindex" />
<title>Mr. UI</title>
<link
href="https://api.mapbox.com/mapbox-assembly/mbx/v1.2.0/assembly.min.css"
href="https://api.mapbox.com/mapbox-assembly/mbx/v1.3.0-beta.1/assembly.min.css"
rel="stylesheet"
/>
<script
async
src="https://api.mapbox.com/mapbox-assembly/mbx/v1.2.0/assembly.js"
src="https://api.mapbox.com/mapbox-assembly/mbx/v1.3.0-beta.1/assembly.js"
></script>
</head>
<body>
Expand Down
Loading

0 comments on commit e2d0a9f

Please sign in to comment.