@toptal/picasso-number-input 5.0.2 → 5.0.4-alpha-pf-fix-alpha-release-4de9263c3.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-number-input",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
4
4
|
"description": "Toptal UI components library - NumberInput",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,29 +18,29 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@toptal/picasso-container": "3.1.
|
|
22
|
-
"@toptal/picasso-form": "7.0.
|
|
23
|
-
"@toptal/picasso-icons": "1.15.
|
|
24
|
-
"@toptal/picasso-input
|
|
25
|
-
"@toptal/picasso-
|
|
26
|
-
"@toptal/picasso-
|
|
27
|
-
"@toptal/picasso-
|
|
21
|
+
"@toptal/picasso-container": "3.1.6-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
22
|
+
"@toptal/picasso-form": "7.0.3-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
23
|
+
"@toptal/picasso-icons": "1.15.4-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
24
|
+
"@toptal/picasso-outlined-input": "5.1.2-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
25
|
+
"@toptal/picasso-shared": "16.0.1-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
26
|
+
"@toptal/picasso-utils": "4.0.2-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
27
|
+
"@toptal/picasso-input-adornment": "4.0.2-alpha-pf-fix-alpha-release-4de9263c3.0"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": [
|
|
30
30
|
"**/styles.ts",
|
|
31
31
|
"**/styles.js"
|
|
32
32
|
],
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@toptal/picasso-tailwind-merge": "
|
|
35
|
-
"@toptal/picasso-tailwind": "
|
|
34
|
+
"@toptal/picasso-tailwind-merge": "2.0.6-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
35
|
+
"@toptal/picasso-tailwind": "4.0.1-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
36
36
|
"react": ">=16.12.0 < 19.0.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
39
39
|
".": "./dist-package/src/index.js"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@toptal/picasso-tailwind-merge": "2.0.
|
|
43
|
-
"@toptal/picasso-test-utils": "2.0.
|
|
42
|
+
"@toptal/picasso-tailwind-merge": "2.0.6-alpha-pf-fix-alpha-release-4de9263c3.0",
|
|
43
|
+
"@toptal/picasso-test-utils": "2.0.2-alpha-pf-fix-alpha-release-4de9263c3.0"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist-package/**",
|
|
@@ -5,11 +5,11 @@ exports[`NumberInput renders 1`] = `
|
|
|
5
5
|
class="Picasso-root"
|
|
6
6
|
>
|
|
7
7
|
<div
|
|
8
|
-
class="
|
|
8
|
+
class="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"
|
|
12
|
-
class="
|
|
12
|
+
class="[&::-webkit-calendar-picker-indicator]:bg bg-transparent border-none box-border cursor-[inherit] h-full outline-hidden 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"
|
|
13
13
|
step="5"
|
|
14
14
|
type="number"
|
|
15
15
|
value="10"
|