@vueless/storybook 0.0.8 → 0.0.10

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.
@@ -2,6 +2,9 @@
2
2
  Overrides content of storybook layout HTML page <head> tag,
3
3
  -->
4
4
 
5
+ <link rel="shortcut icon" href="https://raw.githubusercontent.com/vuelessjs/vueless-storybook/main/public/favicons/favicon.ico">
6
+ <link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/vuelessjs/vueless-storybook/main/public/favicons/favicon.svg" />
7
+
5
8
  <!-- Styles overriding -->
6
9
  <style>
7
10
  div[data-testid="tooltip"] a[id]:hover {
@@ -9,7 +9,7 @@ export default create({
9
9
 
10
10
  brandTitle: "Vueless UI",
11
11
  brandUrl: "https://vueless.com",
12
- brandImage: "/images/logo.png",
12
+ brandImage: "https://raw.githubusercontent.com/vuelessjs/vueless-storybook/main/public/images/logo.png",
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": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "The package simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",
Binary file
@@ -0,0 +1,4 @@
1
+ <svg width="370" height="370" viewBox="0 0 370 370" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M338.869 291.499C337.44 289.024 334.799 287.499 331.941 287.499L114.192 287.497C108.034 287.497 104.185 280.831 107.264 275.497L216.137 86.9198C217.566 84.4446 217.566 81.395 216.137 78.9198L191.934 36.9997C188.855 31.6664 181.157 31.6664 178.078 36.9996L6.92871 333.425C3.84935 338.759 7.69846 345.426 13.857 345.425L356.144 345.419C362.302 345.419 366.151 338.752 363.072 333.419L338.869 291.499Z" fill="#111827"/>
3
+ <path d="M227.285 222.201C221.129 222.199 217.281 215.536 220.358 210.204L253.854 152.144C255.282 149.669 255.281 146.621 253.853 144.146L232.481 107.13C229.402 101.796 221.702 101.797 218.624 107.132L128.588 263.187C125.512 268.519 129.359 275.183 135.515 275.185L315.681 275.239C321.84 275.24 325.691 268.573 322.611 263.239L301.24 226.222C299.811 223.748 297.171 222.223 294.314 222.222L227.285 222.201Z" fill="#42B883"/>
4
+ </svg>
Binary file