chromia 0.1.5 → 0.1.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.
@@ -25,7 +25,7 @@ const getGradientDirection = (direction) => {
25
25
  <svg
26
26
  xmlns="http://www.w3.org/2000/svg"
27
27
  style="width: {size}; height: {size};"
28
- viewBox="0 0 16 12"
28
+ viewBox="0 0 18 18"
29
29
  fill="none"
30
30
  >
31
31
  <path
@@ -59,7 +59,7 @@ const getGradientDirection = (direction) => {
59
59
  <svg
60
60
  xmlns="http://www.w3.org/2000/svg"
61
61
  style="width: {size}; height: {size};"
62
- viewBox="0 0 16 12"
62
+ viewBox="0 0 18 18"
63
63
  fill="none"
64
64
  >
65
65
  <path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromia",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",