Skip to content

Commit 3ea5de6

Browse files
authored
Merge pull request #244 from kit-data-manager/dev
Dev
2 parents 520b8f2 + 74ad86e commit 3ea5de6

File tree

7 files changed

+5578
-7869
lines changed

7 files changed

+5578
-7869
lines changed

.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ const config = {
66
name: '@storybook/web-components-vite',
77
options: {},
88
},
9-
docs: {
10-
autodocs: 'tag',
11-
},
9+
docs: {},
1210
core: {
1311
disableTelemetry: true,
1412
}

.storybook/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defineCustomElements();
55

66
const preview = {
77
parameters: {
8-
actions: { argTypesRegex: '^on[A-Z].*' },
98
controls: {
109
matchers: {
1110
color: /(background|color)$/i,

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
55
abstract: The PID-Component is a web component that can be used to evaluate and display
66
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
77
way. It is easily extensible to support other identifier types.
8-
version: 0.1.1
8+
version: 0.1.2
99
keywords:
1010
- stencil
1111
- webcomponent

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"name": "@kit-data-manager/pid-component",
2121
"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.",
22-
"version": "0.1.1",
22+
"version": "0.1.2",
2323
"keywords": [
2424
"stencil",
2525
"webcomponent",

0 commit comments

Comments
 (0)