@toptal/picasso-number-input 1.0.23 → 1.0.24-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +20 -0
  2. package/package.json +11 -10
package/LICENSE ADDED
@@ -0,0 +1,20 @@
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-number-input",
3
- "version": "1.0.23",
3
+ "version": "1.0.24-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8+c2b204d90",
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.3",
26
- "@toptal/picasso-form": "3.0.6",
27
- "@toptal/picasso-icons": "1.4.0",
28
- "@toptal/picasso-input-adornment": "1.0.7",
29
- "@toptal/picasso-outlined-input": "1.1.2",
30
- "@toptal/picasso-shared": "15.0.0",
31
- "@toptal/picasso-utils": "1.0.3",
25
+ "@toptal/picasso-container": "1.0.4-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.42+c2b204d90",
26
+ "@toptal/picasso-form": "3.0.7-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8+c2b204d90",
27
+ "@toptal/picasso-icons": "1.4.1-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8+c2b204d90",
28
+ "@toptal/picasso-input-adornment": "1.0.8-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8+c2b204d90",
29
+ "@toptal/picasso-outlined-input": "1.1.3-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.8+c2b204d90",
30
+ "@toptal/picasso-shared": "15.0.1-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.42+c2b204d90",
31
+ "@toptal/picasso-utils": "1.0.4-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.42+c2b204d90",
32
32
  "classnames": "^2.5.1"
33
33
  },
34
34
  "sideEffects": [
@@ -43,11 +43,12 @@
43
43
  ".": "./dist-package/src/index.js"
44
44
  },
45
45
  "devDependencies": {
46
- "@toptal/picasso-test-utils": "1.1.1"
46
+ "@toptal/picasso-test-utils": "1.1.2-alpha-fix-picasso-tailwind-dep-on-merge-c2b204d90.42+c2b204d90"
47
47
  },
48
48
  "files": [
49
49
  "dist-package/**",
50
50
  "!dist-package/tsconfig.tsbuildinfo",
51
51
  "src"
52
- ]
52
+ ],
53
+ "gitHead": "c2b204d9057d2c3d480f11ea8930eba5d2695b53"
53
54
  }