@toptal/picasso-number-input 4.0.16 → 4.0.17
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/picasso-number-input",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.17",
|
4
4
|
"description": "Toptal UI components library - NumberInput",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"@toptal/picasso-form": "6.1.4",
|
27
27
|
"@toptal/picasso-icons": "1.8.1",
|
28
28
|
"@toptal/picasso-input-adornment": "3.0.5",
|
29
|
-
"@toptal/picasso-outlined-input": "4.0.
|
29
|
+
"@toptal/picasso-outlined-input": "4.0.13",
|
30
30
|
"@toptal/picasso-shared": "15.0.0",
|
31
31
|
"@toptal/picasso-utils": "3.0.0"
|
32
32
|
},
|
@@ -5,7 +5,7 @@ exports[`NumberInput renders 1`] = `
|
|
5
5
|
class="Picasso-root"
|
6
6
|
>
|
7
7
|
<div
|
8
|
-
class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset]
|
8
|
+
class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset] group text-nowrap p-2 h-8 w-[18.75rem] bg-white after:content-[""] after:inline-block after:absolute after:top-0 after:bottom-0 after:right-0 after:left-0 after:pointer-events after:border-solid after:rounded-sm after:border-gray [&:has(:focus)]:after:border-blue after:border [&:has(:focus)]:after:shadow-[0_0_0_3px] [&:has(:focus)]:after:shadow-blue hover:[&:not(:has(:focus))]:after:border-gray text-black pr-0 cursor-text"
|
9
9
|
>
|
10
10
|
<input
|
11
11
|
aria-invalid="false"
|