@vueless/storybook 0.0.75-beta.0 → 0.0.75-beta.1

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.
@@ -424,10 +424,13 @@ body {
424
424
 
425
425
  .dark .docblock-argstable-body [type='checkbox']:checked,
426
426
  .dark .docblock-argstable-body [type='radio']:checked {
427
- @apply bg-gray-900 invert grayscale !border-gray-300;
427
+ @apply invert grayscale !border-gray-300;
428
+ }
429
+
430
+ .dark .docblock-argstable-body [type='radio']:checked {
431
+ @apply bg-gray-900;
428
432
  }
429
433
 
430
- .light .docblock-argstable-body [type='checkbox']:checked,
431
434
  .light .docblock-argstable-body [type='radio']:checked {
432
435
  @apply !bg-gray-900;
433
436
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "0.0.75-beta.0",
3
+ "version": "0.0.75-beta.1",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",