Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const config: StorybookConfig = {
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/addon-vitest'),
getAbsolutePath('@storybook/addon-themes'),
getAbsolutePath('@storybook/addon-mcp'),
],
Comment on lines 59 to 63
framework: getAbsolutePath('@storybook/web-components-vite'),
docs: {
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
type: software
title: pid-component
abstract: Monorepo for the PID Component and related packages
version: 0.4.3
version: 0.4.4
authors:
- orcid: https://orcid.org/0009-0005-2800-4833
given-names: Maximilian
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can load the component directly from [unpkg](https://unpkg.com/) with a sing
defineCustomElements
} from 'https://cdn.jsdelivr.net/npm/@kit-data-manager/pid-component/dist/loader/index.js';

defineCustomElements();
defineCustomElements(); // registers <pid-component> as a custom element
</script>

<pid-component value="21.T11981/be908bd1-e049-4d35-975e-8e27d40117e6"></pid-component>
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"name": "pid-component",
"description": "Monorepo for the PID Component and related packages",
"version": "0.4.3",
"version": "0.4.4",
"keywords": [
"react",
"nextjs",
Expand Down
Loading
Loading