@toptal/picasso-number-input 1.0.19-alpha-feature-tailwind-w21-a69309e6a.47 → 1.0.19-alpha-feature-tailwind-w21-1898583fe.49
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": "1.0.19-alpha-feature-tailwind-w21-
|
3
|
+
"version": "1.0.19-alpha-feature-tailwind-w21-1898583fe.49+1898583fe",
|
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-1898583fe.57+1898583fe",
|
26
|
+
"@toptal/picasso-form": "3.0.3-alpha-feature-tailwind-w21-1898583fe.51+1898583fe",
|
27
|
+
"@toptal/picasso-icons": "1.1.2-alpha-feature-tailwind-w21-1898583fe.57+1898583fe",
|
28
|
+
"@toptal/picasso-input-adornment": "1.0.5-alpha-feature-tailwind-w21-1898583fe.57+1898583fe",
|
29
|
+
"@toptal/picasso-outlined-input": "1.0.18-alpha-feature-tailwind-w21-1898583fe.51+1898583fe",
|
30
|
+
"@toptal/picasso-shared": "15.0.1-alpha-feature-tailwind-w21-1898583fe.57+1898583fe",
|
31
|
+
"@toptal/picasso-utils": "1.0.4-alpha-feature-tailwind-w21-1898583fe.57+1898583fe"
|
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-1898583fe.4292+1898583fe",
|
47
|
+
"@toptal/picasso-test-utils": "1.1.2-alpha-feature-tailwind-w21-1898583fe.57+1898583fe"
|
48
48
|
},
|
49
49
|
"files": [
|
50
50
|
"dist-package/**",
|
51
51
|
"!dist-package/tsconfig.tsbuildinfo",
|
52
52
|
"src"
|
53
53
|
],
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "1898583fe499204a73fe63231764eda45c1c61aa"
|
55
55
|
}
|
@@ -20,7 +20,7 @@ exports[`NumberInput renders 1`] = `
|
|
20
20
|
class="text-graphite h-auto flex items-center whitespace-nowrap max-h justify-end ml-auto flex-grow flex-shrink basis-auto"
|
21
21
|
>
|
22
22
|
<div
|
23
|
-
class="
|
23
|
+
class="inline-flex flex-col"
|
24
24
|
>
|
25
25
|
<button
|
26
26
|
class="flex relative items-center justify-center align-middle p-0 bottom-0 cursor-pointer text-graphite decoration-graphite bg-inherit bg-transparent border-t border-b border-l border-r border-l border-r border-l-gray border-r hover:bg-gray hover:border-gray [&+&]:border-t [&+&]:border-solid [&+&]:border-t-gray active:[&+&]:border-t active:[&+&]:border-t active:[&+&]:border-gray active:bg-gray active:border-t-gray [&:first-child]:rounded-tr [&:last-child]:rounded-br transition-[color,_border,_background] ease-out duration-350 h-4 w-[1.625rem]"
|