chromia 0.0.27 → 0.0.28

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.
@@ -29,12 +29,13 @@ const getGradientDirection = (direction) => {
29
29
  fill="none"
30
30
  >
31
31
  <path
32
- d="M1.6695 9.11714L6.8833 9.11714M6.8833 9.11714L6.8833 14.3309M6.8833 9.11714L0..."
32
+ d="M2.66926 10.1171L7.88306 10.1171M7.88306 10.1171L7.88306 15.3309M7.88306 10.1171L1.80029 16.1999M15.3303 7.88281L10.1165 7.88281M10.1165 7.88281V2.66901M10.1165 7.88281L16.1993 1.80005"
33
33
  stroke="url(#grad-custom)"
34
34
  stroke-width={weight}
35
- stroke-linecap="round"
36
35
  stroke-linejoin="round"
36
+ stroke-linecap="round"
37
37
  />
38
+
38
39
  <defs>
39
40
  <linearGradient
40
41
  id="grad-custom"
@@ -62,7 +63,7 @@ const getGradientDirection = (direction) => {
62
63
  fill="none"
63
64
  >
64
65
  <path
65
- d="M1.6695 9.11714L6.8833 9.11714M6.8833 9.11714L6.8833 14.3309M6.8833 9.11714L0..."
66
+ d="M2.66926 10.1171L7.88306 10.1171M7.88306 10.1171L7.88306 15.3309M7.88306 10.1171L1.80029 16.1999M15.3303 7.88281L10.1165 7.88281M10.1165 7.88281V2.66901M10.1165 7.88281L16.1993 1.80005"
66
67
  stroke={color}
67
68
  stroke-width={weight}
68
69
  stroke-linecap="round"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromia",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",