@toptal/picasso-file-input 2.0.13 → 3.0.0
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-file-input",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Toptal UI components library - FileInput",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@toptal/picasso-shared": "15.0.0",
|
|
31
31
|
"@toptal/picasso-tooltip": "1.1.5",
|
|
32
32
|
"@toptal/picasso-typography": "4.0.0",
|
|
33
|
-
"@toptal/picasso-typography-overflow": "
|
|
33
|
+
"@toptal/picasso-typography-overflow": "4.0.0",
|
|
34
34
|
"@toptal/picasso-utils": "1.0.3",
|
|
35
35
|
"classnames": "^2.5.1"
|
|
36
36
|
},
|
|
@@ -32,7 +32,7 @@ exports[`FileList renders 1`] = `
|
|
|
32
32
|
</svg>
|
|
33
33
|
</div>
|
|
34
34
|
<p
|
|
35
|
-
class="m-0 text-md text-black font-regular whitespace-nowrap overflow-ellipsis overflow-hidden
|
|
35
|
+
class="m-0 text-md text-black font-regular whitespace-nowrap overflow-ellipsis [-webkit-box overflow-hidden text-ellipsis pr-[0.9px] block FileListItem-label"
|
|
36
36
|
>
|
|
37
37
|
user-profile-picture.png
|
|
38
38
|
</p>
|
|
@@ -29,7 +29,7 @@ exports[`FileListItem renders 1`] = `
|
|
|
29
29
|
</svg>
|
|
30
30
|
</div>
|
|
31
31
|
<p
|
|
32
|
-
class="m-0 text-md text-black font-regular whitespace-nowrap overflow-ellipsis overflow-hidden
|
|
32
|
+
class="m-0 text-md text-black font-regular whitespace-nowrap overflow-ellipsis [-webkit-box overflow-hidden text-ellipsis pr-[0.9px] block FileListItem-label"
|
|
33
33
|
>
|
|
34
34
|
user-profile-picture.png
|
|
35
35
|
</p>
|