@sit-onyx/storybook-utils 1.0.0-beta.77 → 1.0.0-beta.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
<div align="center" style="text-align: center">
|
|
2
|
-
<
|
|
3
|
-
<source media="(prefers-color-scheme: dark)" type="image/svg+xml" srcset="https://raw.githubusercontent.com/SchwarzIT/onyx/main/.github/onyx-logo-light.svg">
|
|
4
|
-
<source media="(prefers-color-scheme: light)" type="image/svg+xml" srcset="https://raw.githubusercontent.com/SchwarzIT/onyx/main/.github/onyx-logo-dark.svg">
|
|
5
|
-
<img alt="onyx logo" src="https://raw.githubusercontent.com/SchwarzIT/onyx/main/.github/onyx-logo-dark.svg" width="160px">
|
|
6
|
-
</picture>
|
|
2
|
+
<img alt="onyx logo" src="https://raw.githubusercontent.com/SchwarzIT/onyx/main/.github/onyx-logo.svg" height="96px">
|
|
7
3
|
</div>
|
|
8
4
|
|
|
9
5
|
<br>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sit-onyx/storybook-utils",
|
|
3
3
|
"description": "Storybook utilities for Vue",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.79",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -28,23 +28,24 @@
|
|
|
28
28
|
"storybook": ">= 8.3.0",
|
|
29
29
|
"storybook-dark-mode": ">= 4",
|
|
30
30
|
"vue-component-type-helpers": ">= 2",
|
|
31
|
-
"@sit-onyx/icons": "^1.0.0-beta.
|
|
32
|
-
"@sit-onyx/shared": "^0.0
|
|
31
|
+
"@sit-onyx/icons": "^1.0.0-beta.11",
|
|
32
|
+
"@sit-onyx/shared": "^1.0.0-beta.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"deepmerge-ts": "^7.1.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@storybook/addon-actions": "8.5.0-beta.
|
|
39
|
-
"storybook": "8.5.0-beta.
|
|
38
|
+
"@storybook/addon-actions": "8.5.0-beta.11",
|
|
39
|
+
"storybook": "8.5.0-beta.11",
|
|
40
40
|
"vue": "3.5.13",
|
|
41
|
-
"vue-component-type-helpers": "^2.
|
|
42
|
-
"@sit-onyx/icons": "^1.0.0-beta.
|
|
43
|
-
"@sit-onyx/shared": "^0.0
|
|
41
|
+
"vue-component-type-helpers": "^2.2.0",
|
|
42
|
+
"@sit-onyx/icons": "^1.0.0-beta.11",
|
|
43
|
+
"@sit-onyx/shared": "^1.0.0-beta.1"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsc --noEmit",
|
|
47
47
|
"test": "vitest",
|
|
48
|
-
"test:coverage": "vitest run --coverage"
|
|
48
|
+
"test:coverage": "vitest run --coverage",
|
|
49
|
+
"stylelint": "stylelint \"src/**/*.css\""
|
|
49
50
|
}
|
|
50
51
|
}
|