@vueless/storybook 1.2.6 → 1.2.7-beta.0
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.
- package/.storybook-js/manager-head.html +2 -2
- package/.storybook-js/themes/themeDark.js +1 -1
- package/.storybook-js/themes/themeLight.js +1 -1
- package/.storybook-ts/manager-head.html +2 -2
- package/.storybook-ts/themes/themeDark.ts +1 -1
- package/.storybook-ts/themes/themeLight.ts +1 -1
- package/package.json +1 -1
- /package/.storybook-js/public/images/{vueless-logo-dark.svg → logo-dark.svg} +0 -0
- /package/.storybook-js/public/images/{vueless-logo-light.svg → logo-light.svg} +0 -0
- /package/.storybook-ts/public/images/{vueless-logo-dark.svg → logo-dark.svg} +0 -0
- /package/.storybook-ts/public/images/{vueless-logo-light.svg → logo-light.svg} +0 -0
|
@@ -10,13 +10,13 @@ Custom dark mode related vueless loader.
|
|
|
10
10
|
<div id="sb-vueless-loader">
|
|
11
11
|
<img
|
|
12
12
|
class="sb-vueless-loader-img-dark"
|
|
13
|
-
src="./images/
|
|
13
|
+
src="./images/logo-dark.svg"
|
|
14
14
|
alt="Vueless UI"
|
|
15
15
|
width="250" />
|
|
16
16
|
|
|
17
17
|
<img
|
|
18
18
|
class="sb-vueless-loader-img-light"
|
|
19
|
-
src="./images/
|
|
19
|
+
src="./images/logo-light.svg"
|
|
20
20
|
alt="Vueless UI"
|
|
21
21
|
width="250" />
|
|
22
22
|
</div>
|
|
@@ -10,13 +10,13 @@ Custom dark mode related vueless loader.
|
|
|
10
10
|
<div id="sb-vueless-loader">
|
|
11
11
|
<img
|
|
12
12
|
class="sb-vueless-loader-img-dark"
|
|
13
|
-
src="./images/
|
|
13
|
+
src="./images/logo-dark.svg"
|
|
14
14
|
alt="Vueless UI"
|
|
15
15
|
width="250" />
|
|
16
16
|
|
|
17
17
|
<img
|
|
18
18
|
class="sb-vueless-loader-img-light"
|
|
19
|
-
src="./images/
|
|
19
|
+
src="./images/logo-light.svg"
|
|
20
20
|
alt="Vueless UI"
|
|
21
21
|
width="250" />
|
|
22
22
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7-beta.0",
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|