chromia 0.1.3 → 0.1.4

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.
@@ -30,7 +30,7 @@ const getGradientDirection = (direction) => {
30
30
  >
31
31
  <path
32
32
  id="icon_Email"
33
- d="M3.15 4.9501L8.48771 8.64544C8.79591 8.85881 9.20409 8.85881 9.51229 8.64544L14.85 4.9501M3.6 14.4001H14.4C15.3941 14.4001 16.2 13.5942 16.2 12.6001V5.4001C16.2 4.40599 15.3941 3.6001 14.4 3.6001H3.6C2.60589 3.6001 1.8 4.40599 1.8 5.4001V12.6001C1.8 13.5942 2.60589 14.4001 3.6 14.4001Z"
33
+ d="M3.15 4.94998L8.48771 8.64531C8.79591 8.85868 9.20409 8.85868 9.51229 8.64531L14.85 4.94998M3.6 14.4H14.4C15.3941 14.4 16.2 13.5941 16.2 12.6V5.39998C16.2 4.40586 15.3941 3.59998 14.4 3.59998H3.6C2.60589 3.59998 1.8 4.40586 1.8 5.39998V12.6C1.8 13.5941 2.60589 14.4 3.6 14.4Z"
34
34
  stroke="url(#grad-Email)"
35
35
  stroke-width={weight}
36
36
  stroke-linecap="round"
@@ -64,7 +64,7 @@ const getGradientDirection = (direction) => {
64
64
  >
65
65
  <path
66
66
  id="icon_Email"
67
- d="M3.15 4.9501L8.48771 8.64544C8.79591 8.85881 9.20409 8.85881 9.51229 8.64544L14.85 4.9501M3.6 14.4001H14.4C15.3941 14.4001 16.2 13.5942 16.2 12.6001V5.4001C16.2 4.40599 15.3941 3.6001 14.4 3.6001H3.6C2.60589 3.6001 1.8 4.40599 1.8 5.4001V12.6001C1.8 13.5942 2.60589 14.4001 3.6 14.4001Z"
67
+ d="M3.15 4.94998L8.48771 8.64531C8.79591 8.85868 9.20409 8.85868 9.51229 8.64531L14.85 4.94998M3.6 14.4H14.4C15.3941 14.4 16.2 13.5941 16.2 12.6V5.39998C16.2 4.40586 15.3941 3.59998 14.4 3.59998H3.6C2.60589 3.59998 1.8 4.40586 1.8 5.39998V12.6C1.8 13.5941 2.60589 14.4 3.6 14.4Z"
68
68
  stroke={color}
69
69
  stroke-width={weight}
70
70
  stroke-linecap="round"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromia",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",