@vueless/storybook 0.0.66 → 0.0.67

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.
@@ -335,7 +335,12 @@ body {
335
335
  .dark .docblock-argstable-body tr > td:nth-child(2) > div > div > span[class],
336
336
  .dark .docblock-argstable-body tr > td:nth-child(3) > div > span[class],
337
337
  .dark .docblock-argstable-body tr > td:nth-child(3) > span[class] {
338
- @apply !bg-gray-800 !border-gray-700/50 !text-gray-400;
338
+ @apply bg-gray-800 border-gray-700/50 text-gray-400;
339
+ }
340
+
341
+ .dark .sb-story code,
342
+ .light .sb-story code {
343
+ @apply !bg-inherit !text-inherit;
339
344
  }
340
345
 
341
346
  .dark .docblock-argstable-body tr > td > div + div > span:not([class]) {
@@ -33,11 +33,6 @@ Custom dark mode related vueless loader.
33
33
  visibility: hidden;
34
34
  }
35
35
 
36
-
37
- #sidebar-bottom-wrapper {
38
- display: none;
39
- }
40
-
41
36
  #sb-vueless-loader {
42
37
  top: 0;
43
38
  left: 0;
@@ -113,6 +108,32 @@ Custom dark mode related vueless loader.
113
108
  border: 1px solid transparent;
114
109
  }
115
110
 
111
+ .sidebar-item {
112
+ text-transform: capitalize;
113
+ }
114
+
115
+ .light .sidebar-item svg[width="12"] {
116
+ color: #10b981;
117
+ }
118
+
119
+ .light .sidebar-item[data-nodetype="document"] svg[width="12"],
120
+ .light .sidebar-item[data-nodetype="story"] svg[width="12"] {
121
+ color: #9ca3af;
122
+ }
123
+
124
+ .dark .sidebar-item[data-nodetype="document"] svg[width="12"],
125
+ .dark .sidebar-item[data-nodetype="story"] svg[width="12"] {
126
+ color: #4b5563;
127
+ }
128
+
129
+ .dark .sidebar-item svg[width="12"] {
130
+ color: #059669;
131
+ }
132
+
133
+ #sidebar-bottom-wrapper {
134
+ display: none;
135
+ }
136
+
116
137
  /* -------------------- Storybook args -------------------- */
117
138
 
118
139
  .dark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",