Skip to content

Commit

Permalink
Merge pull request #86 from ts4nfdi/feat/iri-widget-enhancement
Browse files Browse the repository at this point in the history
Feat/iri widget enhancement
  • Loading branch information
Pooya-Oladazimi authored May 16, 2024
2 parents b7100a1 + 64dec12 commit b6cf443
Show file tree
Hide file tree
Showing 16 changed files with 1,408 additions and 1,258 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ plugin [esbuild-dynamic-import](https://github.com/zbmed/esbuild-dynamic-import)
For further information on the usage of the HTML widgets, please visit the interactive documentation in
the [HTML Storybook](#run-storybook).

#### Testing the JavaScript package in a consumer project locally
If the environment features `npm`, a local module can be created from the output file. To do this, place all the files
generated inside `dist_plainjs/`
in `local_modules/terminology-service-suite/` in your project. Now
in `local_modules/terminology-service-suite/` in your consumer project. Now
add `"terminology-service-suite": "file:local_modules/terminology-service-suite"` as a dependency in `package.json` and run `npm install`.

### Commit Message Formatting
Expand Down
5 changes: 4 additions & 1 deletion dist_plainjs/manually_maintained_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ declare global {
| "ghost"
| "text"
| "subdued";
parameter?: string
parameter?: string;
externalIcon?: boolean;
urlPrefix?: string;
copyButton?: boolean;
}
)=>void,
createTab:(props:{
Expand Down
4 changes: 2 additions & 2 deletions dist_plainjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semlookp-widgets",
"name": "terminology-service-suite",
"version": "1.0.0",
"main": "semlookp_widgets.min.js",
"main": "terminology-service-suite.min.js",
"types": "manually_maintained_types.d.ts"
}
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Loading

0 comments on commit b6cf443

Please sign in to comment.