@sit-onyx/storybook-utils 1.0.0-alpha.10 → 1.0.0-alpha.11

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.css +1 -1
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-alpha.10",
4
+ "version": "1.0.0-alpha.11",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -19,7 +19,7 @@
19
19
  "@storybook/theming": ">= 7",
20
20
  "@storybook/vue3": ">= 7",
21
21
  "storybook-dark-mode": ">= 3",
22
- "sit-onyx": "^0.1.0-alpha.9"
22
+ "sit-onyx": "^1.0.0-alpha.10"
23
23
  },
24
24
  "dependencies": {
25
25
  "deepmerge-ts": "^5.1.0"
package/src/index.css CHANGED
@@ -22,5 +22,5 @@
22
22
  /* the Storybook table of content headline is always black so we need to manually set it for the dark mode */
23
23
  #storybook-docs .sbdocs-wrapper > div:nth-child(2) {
24
24
  /* same as Storybook color "textMuted" inside ./theme.ts */
25
- color: var(--onyx-color-text-neutral-medium);
25
+ color: var(--onyx-color-text-icons-neutral-medium);
26
26
  }