@vueless/storybook 0.0.41 → 0.0.42

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.
@@ -110,13 +110,17 @@ body {
110
110
  @apply !text-gray-400;
111
111
  }
112
112
 
113
- .dark .docblock-argstable-body tr > td > div + div > span,
113
+ .dark .docblock-argstable-body tr > td > div + div > span[class],
114
114
  .dark .docblock-argstable-body tr > td > div + div > div > span,
115
115
  .dark .docblock-argstable-body tr > td:nth-child(3) > div > span[class],
116
116
  .dark .docblock-argstable-body tr > td:nth-child(3) > span[class] {
117
117
  @apply bg-gray-800 border-gray-700/50 text-gray-400;
118
118
  }
119
119
 
120
+ .dark .docblock-argstable-body tr > td > div + div > span:not([class]) {
121
+ @apply text-gray-400;
122
+ }
123
+
120
124
  .dark .docblock-argstable-body tr > td textarea,
121
125
  .dark .docblock-argstable-body tr > td select,
122
126
  .dark .docblock-argstable-body tr > td:nth-child(4) button {
@@ -14,6 +14,7 @@ export default defineConfig({
14
14
  "prettier2/parser-html",
15
15
  "@storybook/blocks",
16
16
  "@storybook/theming/create",
17
+ "@storybook/addon-themes",
17
18
  ],
18
19
  },
19
20
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",