@3yourmind/yoco 2.17.0 → 2.17.1

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/fonts/yoco.eot CHANGED
Binary file
package/fonts/yoco.ttf CHANGED
Binary file
package/fonts/yoco.woff CHANGED
Binary file
package/fonts/yoco.woff2 CHANGED
Binary file
package/package.json CHANGED
@@ -71,5 +71,5 @@
71
71
  "style": "./style.css",
72
72
  "type": "module",
73
73
  "types": "./dist/mjs/index.d.ts",
74
- "version": "2.17.0"
74
+ "version": "2.17.1"
75
75
  }
package/svg/switch.svg CHANGED
@@ -1,5 +1,13 @@
1
- <svg class="block size-full" width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <path d="M8 3L12 7L8 11" stroke="#7f7f7f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path>
3
- <path d="M12 7H4" stroke="#7f7f7f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path>
4
- <path d="M16 21L12 17L16 13" stroke="#7f7f7f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path>
5
- <path d="M12 17H20" stroke="#7f7f7f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 13L12 17L16 21M12 17H20"
3
+ stroke="currentColor"
4
+ stroke-width="2"
5
+ stroke-linecap="round"
6
+ stroke-linejoin="round"/>
7
+
8
+ <path d="M8 3L12 7L8 11M12 7H4"
9
+ stroke="currentColor"
10
+ stroke-width="2"
11
+ stroke-linecap="round"
12
+ stroke-linejoin="round"/>
13
+ </svg>