@toptal/picasso-avatar-upload 1.0.24 → 1.0.25
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso-avatar-upload",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "Toptal UI components library - AvatarUpload",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@toptal/picasso-avatar": "
|
|
25
|
+
"@toptal/picasso-avatar": "3.0.0",
|
|
26
26
|
"@toptal/picasso-icons": "1.4.0",
|
|
27
27
|
"@toptal/picasso-loader": "1.0.3",
|
|
28
28
|
"@toptal/picasso-outlined-input": "1.1.4",
|
|
@@ -17,15 +17,15 @@ exports[`AvatarUpload renders 1`] = `
|
|
|
17
17
|
type="file"
|
|
18
18
|
/>
|
|
19
19
|
<div
|
|
20
|
-
class="
|
|
20
|
+
class="[pointer-events:unset] relative bg-transparent w-[80px] h-[80px]"
|
|
21
21
|
>
|
|
22
22
|
<svg
|
|
23
|
-
class="
|
|
23
|
+
class="m-[-3px] w-[86px] h-[86px]"
|
|
24
24
|
fill="none"
|
|
25
25
|
xmlns="http://www.w3.org/2000/svg"
|
|
26
26
|
>
|
|
27
27
|
<path
|
|
28
|
-
class="
|
|
28
|
+
class="transition-colors duration-350 ease-out active:fill-blue fill-blue"
|
|
29
29
|
clip-rule="evenodd"
|
|
30
30
|
d="
|
|
31
31
|
M 3 3
|
|
@@ -37,7 +37,7 @@ exports[`AvatarUpload renders 1`] = `
|
|
|
37
37
|
fill-rule="evenodd"
|
|
38
38
|
/>
|
|
39
39
|
<path
|
|
40
|
-
class="
|
|
40
|
+
class="hidden stroke-blue"
|
|
41
41
|
clip-rule="evenodd"
|
|
42
42
|
d="
|
|
43
43
|
M 2 2
|
|
@@ -52,7 +52,7 @@ exports[`AvatarUpload renders 1`] = `
|
|
|
52
52
|
stroke-width="3"
|
|
53
53
|
/>
|
|
54
54
|
<path
|
|
55
|
-
class="
|
|
55
|
+
class="transition-[stroke] duration-350 stroke-blue"
|
|
56
56
|
clip-rule="evenodd"
|
|
57
57
|
d="
|
|
58
58
|
M 4 4
|