@toptal/picasso-number-input 1.0.19-alpha-feature-tailwind-w21-af158c5d2.43 → 1.0.19-alpha-feature-tailwind-w21-a69309e6a.47
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": "1.0.19-alpha-feature-tailwind-w21-
|
3
|
+
"version": "1.0.19-alpha-feature-tailwind-w21-a69309e6a.47+a69309e6a",
|
4
4
|
"description": "Toptal UI components library - NumberInput",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -22,13 +22,13 @@
|
|
22
22
|
},
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
24
24
|
"dependencies": {
|
25
|
-
"@toptal/picasso-container": "1.0.4-alpha-feature-tailwind-w21-
|
26
|
-
"@toptal/picasso-form": "3.0.3-alpha-feature-tailwind-w21-
|
27
|
-
"@toptal/picasso-icons": "1.1.2-alpha-feature-tailwind-w21-
|
28
|
-
"@toptal/picasso-input-adornment": "1.0.5-alpha-feature-tailwind-w21-
|
29
|
-
"@toptal/picasso-outlined-input": "1.0.18-alpha-feature-tailwind-w21-
|
30
|
-
"@toptal/picasso-shared": "15.0.1-alpha-feature-tailwind-w21-
|
31
|
-
"@toptal/picasso-utils": "1.0.4-alpha-feature-tailwind-w21-
|
25
|
+
"@toptal/picasso-container": "1.0.4-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a",
|
26
|
+
"@toptal/picasso-form": "3.0.3-alpha-feature-tailwind-w21-a69309e6a.49+a69309e6a",
|
27
|
+
"@toptal/picasso-icons": "1.1.2-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a",
|
28
|
+
"@toptal/picasso-input-adornment": "1.0.5-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a",
|
29
|
+
"@toptal/picasso-outlined-input": "1.0.18-alpha-feature-tailwind-w21-a69309e6a.49+a69309e6a",
|
30
|
+
"@toptal/picasso-shared": "15.0.1-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a",
|
31
|
+
"@toptal/picasso-utils": "1.0.4-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a"
|
32
32
|
},
|
33
33
|
"sideEffects": [
|
34
34
|
"**/styles.ts",
|
@@ -43,13 +43,13 @@
|
|
43
43
|
".": "./dist-package/src/index.js"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@toptal/picasso-tailwind-merge": "1.1.1-alpha-feature-tailwind-w21-
|
47
|
-
"@toptal/picasso-test-utils": "1.1.2-alpha-feature-tailwind-w21-
|
46
|
+
"@toptal/picasso-tailwind-merge": "1.1.1-alpha-feature-tailwind-w21-a69309e6a.4280+a69309e6a",
|
47
|
+
"@toptal/picasso-test-utils": "1.1.2-alpha-feature-tailwind-w21-a69309e6a.55+a69309e6a"
|
48
48
|
},
|
49
49
|
"files": [
|
50
50
|
"dist-package/**",
|
51
51
|
"!dist-package/tsconfig.tsbuildinfo",
|
52
52
|
"src"
|
53
53
|
],
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "a69309e6a801ad2ae34a02e65d88b594f3a8271a"
|
55
55
|
}
|
@@ -8,6 +8,7 @@ exports[`NumberInput renders 1`] = `
|
|
8
8
|
class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset] hover:[&_.resetButtonDirty]:visible 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(input:focus)]:after:border-blue after:border [&:has(input:focus)]:after:shadow-[0_0_0_3px] [&:has(input:focus)]:after:shadow-blue hover:[&:not(:has(input:focus))]:after:border-gray text-black pr-0 cursor-text"
|
9
9
|
>
|
10
10
|
<input
|
11
|
+
aria-invalid="false"
|
11
12
|
class="base-Input [&::-webkit-calendar-picker-indicator]:bg bg-transparent border-none box-border cursor-[inherit] h-full outline-none p-0 peer resize-none w-full text-md leading-4 text-black [&::placeholder]:text-gray [&::placeholder]:opacity-100 [&::-webkit-outer-spin-button]:appearance [&::-webkit-outer-spin-button]:m [&::-webkit-inner-spin-button]:appearance [&::-webkit-inner-spin-button]:m [-moz"
|
12
13
|
max="100"
|
13
14
|
min="-100"
|