@vueless/storybook 1.2.1-beta.5 → 1.2.1-beta.7
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.
|
@@ -432,8 +432,8 @@ body {
|
|
|
432
432
|
.dark .docblock-argstable-body tr > td:nth-child(2) > div > div > span[class],
|
|
433
433
|
.dark .docblock-argstable-body tr > td:nth-child(3) > div > span[class],
|
|
434
434
|
.dark .docblock-argstable-body tr > td:nth-child(3) > span[class] {
|
|
435
|
-
background-color: rgb(31, 41, 55); /* bg-gray-800 */
|
|
436
|
-
border-color: rgba(55, 65, 81, 0.5); /* border-gray-700/50 */
|
|
435
|
+
background-color: rgb(31, 41, 55) !important; /* bg-gray-800 */
|
|
436
|
+
border-color: rgba(55, 65, 81, 0.5) !important; /* border-gray-700/50 */
|
|
437
437
|
color: rgb(156, 163, 175); /* text-gray-400 */
|
|
438
438
|
border-radius: 4px !important;
|
|
439
439
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.2.1-beta.
|
|
3
|
+
"version": "1.2.1-beta.7",
|
|
4
4
|
"description": "Simplifies Storybook configuration for Vueless UI library.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|