@toptal/picasso-number-input 1.0.19-alpha-fx-5306-configure-twmerge-850d1e98c.5 → 1.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +11 -12
  2. package/LICENSE +0 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-number-input",
3
- "version": "1.0.19-alpha-fx-5306-configure-twmerge-850d1e98c.5+850d1e98c",
3
+ "version": "1.0.20",
4
4
  "description": "Toptal UI components library - NumberInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,14 +22,14 @@
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-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c",
26
- "@toptal/picasso-form": "3.0.3-alpha-fx-5306-configure-twmerge-850d1e98c.7+850d1e98c",
27
- "@toptal/picasso-icons": "1.1.2-alpha-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c",
28
- "@toptal/picasso-input": "2.0.1-alpha-fx-5306-configure-twmerge-850d1e98c.5+850d1e98c",
29
- "@toptal/picasso-input-adornment": "1.0.5-alpha-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c",
30
- "@toptal/picasso-outlined-input": "1.0.18-alpha-fx-5306-configure-twmerge-850d1e98c.7+850d1e98c",
31
- "@toptal/picasso-shared": "15.0.1-alpha-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c",
32
- "@toptal/picasso-utils": "1.0.4-alpha-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c",
25
+ "@toptal/picasso-container": "1.0.3",
26
+ "@toptal/picasso-form": "3.0.4",
27
+ "@toptal/picasso-icons": "1.2.0",
28
+ "@toptal/picasso-input": "2.0.2",
29
+ "@toptal/picasso-input-adornment": "1.0.5",
30
+ "@toptal/picasso-outlined-input": "1.0.19",
31
+ "@toptal/picasso-shared": "15.0.0",
32
+ "@toptal/picasso-utils": "1.0.3",
33
33
  "classnames": "^2.5.1"
34
34
  },
35
35
  "sideEffects": [
@@ -44,12 +44,11 @@
44
44
  ".": "./dist-package/src/index.js"
45
45
  },
46
46
  "devDependencies": {
47
- "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5306-configure-twmerge-850d1e98c.13+850d1e98c"
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": "850d1e98c838c48a561bc48fb88beea032f9235d"
53
+ ]
55
54
  }
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.