Skip to content

Commit

Permalink
Merge pull request #244 from kit-data-manager/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
maximiliani authored Sep 2, 2024
2 parents 520b8f2 + 74ad86e commit 3ea5de6
Show file tree
Hide file tree
Showing 7 changed files with 5,578 additions and 7,869 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ const config = {
name: '@storybook/web-components-vite',
options: {},
},
docs: {
autodocs: 'tag',
},
docs: {},
core: {
disableTelemetry: true,
}
Expand Down
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defineCustomElements();

const preview = {
parameters: {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
abstract: The PID-Component is a web component that can be used to evaluate and display
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
way. It is easily extensible to support other identifier types.
version: 0.1.1
version: 0.1.2
keywords:
- stencil
- webcomponent
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"name": "@kit-data-manager/pid-component",
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"stencil",
"webcomponent",
Expand Down
Loading

0 comments on commit 3ea5de6

Please sign in to comment.