@toptal/picasso-number-input 2.0.8-alpha-fx-null-revert-tabs-974b03420.7 → 2.0.8

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": "2.0.8-alpha-fx-null-revert-tabs-974b03420.7+974b03420",
3
+ "version": "2.0.8",
4
4
  "description": "Toptal UI components library - NumberInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,34 +22,33 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-container": "2.0.1-alpha-fx-null-revert-tabs-974b03420.46+974b03420",
26
- "@toptal/picasso-form": "4.1.4-alpha-fx-null-revert-tabs-974b03420.7+974b03420",
27
- "@toptal/picasso-icons": "1.6.1-alpha-fx-null-revert-tabs-974b03420.32+974b03420",
28
- "@toptal/picasso-input-adornment": "2.0.2-alpha-fx-null-revert-tabs-974b03420.32+974b03420",
29
- "@toptal/picasso-outlined-input": "2.0.8-alpha-fx-null-revert-tabs-974b03420.7+974b03420",
30
- "@toptal/picasso-shared": "15.0.1-alpha-fx-null-revert-tabs-974b03420.125+974b03420",
31
- "@toptal/picasso-utils": "1.0.4-alpha-fx-null-revert-tabs-974b03420.125+974b03420"
25
+ "@toptal/picasso-container": "2.0.0",
26
+ "@toptal/picasso-form": "4.1.3",
27
+ "@toptal/picasso-icons": "1.6.0",
28
+ "@toptal/picasso-input-adornment": "2.0.1",
29
+ "@toptal/picasso-outlined-input": "2.0.8",
30
+ "@toptal/picasso-shared": "15.0.0",
31
+ "@toptal/picasso-utils": "1.0.3"
32
32
  },
33
33
  "sideEffects": [
34
34
  "**/styles.ts",
35
35
  "**/styles.js"
36
36
  ],
37
37
  "peerDependencies": {
38
- "@toptal/picasso-tailwind": ">=2.7",
39
38
  "@toptal/picasso-tailwind-merge": "^1.0.1",
39
+ "@toptal/picasso-tailwind": ">=2.7",
40
40
  "react": ">=16.12.0 < 19.0.0"
41
41
  },
42
42
  "exports": {
43
43
  ".": "./dist-package/src/index.js"
44
44
  },
45
45
  "devDependencies": {
46
- "@toptal/picasso-tailwind-merge": "1.2.1-alpha-fx-null-revert-tabs-974b03420.46+974b03420",
47
- "@toptal/picasso-test-utils": "1.1.2-alpha-fx-null-revert-tabs-974b03420.125+974b03420"
46
+ "@toptal/picasso-tailwind-merge": "1.2.0",
47
+ "@toptal/picasso-test-utils": "1.1.1"
48
48
  },
49
49
  "files": [
50
50
  "dist-package/**",
51
51
  "!dist-package/tsconfig.tsbuildinfo",
52
52
  "src"
53
- ],
54
- "gitHead": "974b0342056f81ccdbaef9c8d9054ac18172c3d6"
53
+ ]
55
54
  }
@@ -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] 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"
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(: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"
package/LICENSE DELETED
@@ -1,20 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021-2022 Toptal, LLC
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the “Software”), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- the Software, and to permit persons to whom the Software is furnished to do so,
10
- subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.