Skip to content

Commit

Permalink
Merge pull request #30 from concord-consortium/186435601-backport-cod…
Browse files Browse the repository at this point in the history
…ap-plugin-api

Add CODAP plugin API npm package. (PT-186435601)
  • Loading branch information
lublagg authored Dec 13, 2023
2 parents dcd3209 + e09e786 commit 066afa0
Show file tree
Hide file tree
Showing 7 changed files with 387 additions and 725 deletions.
285 changes: 279 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"report-dir": "coverage-cypress"
},
"devDependencies": {
"@concord-consortium/codap-plugin-api": "^0.1.6",
"@cypress/code-coverage": "^3.10.0",
"@cypress/webpack-preprocessor": "^5.12.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function App() {
updateInteractiveState: _updateInteractiveState,
handleSelectDataSet: _handleSelectDataSet, handleUpdateAttributePosition,
handleAddCollection, handleAddAttribute, handleSetCollections, handleSelectSelf,
updateTitle, selectCases, listenForSelectionChanges,
updateTitle, selectCODAPCases, listenForSelectionChanges,
handleCreateCollectionFromAttribute
} = useCodapState();

Expand Down Expand Up @@ -131,7 +131,7 @@ function App() {
interactiveState={interactiveState}
handleSelectDataSet={handleSelectDataSet}
updateTitle={updateTitle}
selectCases={selectCases}
selectCases={selectCODAPCases}
codapSelectedCase={codapSelectedCase}
/>
);
Expand Down
Loading

0 comments on commit 066afa0

Please sign in to comment.