@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.
@@ -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/vueless-logo-dark.svg"
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/vueless-logo-light.svg"
19
+ src="./images/logo-light.svg"
20
20
  alt="Vueless UI"
21
21
  width="250" />
22
22
  </div>
@@ -8,7 +8,7 @@ export const themeDark = create({
8
8
 
9
9
  brandTitle: "Vueless UI",
10
10
  brandUrl: "https://vueless.com",
11
- brandImage: "./images/vueless-logo-dark.svg",
11
+ brandImage: "./images/logo-dark.svg",
12
12
  brandTarget: "_blank",
13
13
 
14
14
  // Main colors
@@ -8,7 +8,7 @@ export const themeLight = create({
8
8
 
9
9
  brandTitle: "Vueless UI",
10
10
  brandUrl: "https://vueless.com",
11
- brandImage: "./images/vueless-logo-light.svg",
11
+ brandImage: "./images/logo-light.svg",
12
12
  brandTarget: "_blank",
13
13
 
14
14
  // Main colors
@@ -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/vueless-logo-dark.svg"
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/vueless-logo-light.svg"
19
+ src="./images/logo-light.svg"
20
20
  alt="Vueless UI"
21
21
  width="250" />
22
22
  </div>
@@ -9,7 +9,7 @@ export const themeDark: ThemeVars = create({
9
9
 
10
10
  brandTitle: "Vueless UI",
11
11
  brandUrl: "https://vueless.com",
12
- brandImage: "./images/vueless-logo-dark.svg",
12
+ brandImage: "./images/logo-dark.svg",
13
13
  brandTarget: "_blank",
14
14
 
15
15
  // Main colors
@@ -9,7 +9,7 @@ export const themeLight: ThemeVars = create({
9
9
 
10
10
  brandTitle: "Vueless UI",
11
11
  brandUrl: "https://vueless.com",
12
- brandImage: "./images/vueless-logo-light.svg",
12
+ brandImage: "./images/logo-light.svg",
13
13
  brandTarget: "_blank",
14
14
 
15
15
  // Main colors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "1.2.6",
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",