@toptal/picasso-forms 71.0.20-alpha-fx-5808-badges-are-misplaced-187a936cb.3 → 71.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +26 -27
- package/src/Checkbox/__snapshots__/test.tsx.snap +4 -4
- package/LICENSE +0 -20
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/picasso-forms",
|
3
|
-
"version": "71.0.20
|
3
|
+
"version": "71.0.20",
|
4
4
|
"description": "Picasso form components",
|
5
5
|
"author": "Toptal",
|
6
6
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
|
@@ -29,29 +29,29 @@
|
|
29
29
|
"typescript": "~4.7.0"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@toptal/picasso-
|
33
|
-
"@toptal/picasso-
|
34
|
-
"@toptal/picasso-
|
35
|
-
"@toptal/picasso-
|
36
|
-
"@toptal/picasso-
|
37
|
-
"@toptal/picasso-
|
38
|
-
"@toptal/picasso-
|
39
|
-
"@toptal/picasso-
|
40
|
-
"@toptal/picasso-form": "4.1.
|
41
|
-
"@toptal/picasso-
|
42
|
-
"@toptal/picasso-
|
43
|
-
"@toptal/picasso-
|
44
|
-
"@toptal/picasso-number-input": "2.0.12
|
45
|
-
"@toptal/picasso-
|
46
|
-
"@toptal/picasso-
|
47
|
-
"@toptal/picasso-
|
48
|
-
"@toptal/picasso-
|
49
|
-
"@toptal/picasso-
|
50
|
-
"@toptal/picasso-
|
51
|
-
"@toptal/picasso-
|
52
|
-
"@toptal/picasso-
|
53
|
-
"@toptal/picasso-
|
54
|
-
"@toptal/picasso-
|
32
|
+
"@toptal/picasso-container": "2.0.0",
|
33
|
+
"@toptal/picasso-input": "3.0.12",
|
34
|
+
"@toptal/picasso-dropzone": "3.0.12",
|
35
|
+
"@toptal/picasso-button": "3.0.10",
|
36
|
+
"@toptal/picasso-password-input": "3.0.11",
|
37
|
+
"@toptal/picasso-radio": "3.0.7",
|
38
|
+
"@toptal/picasso-rating": "2.0.1",
|
39
|
+
"@toptal/picasso-icons": "1.6.0",
|
40
|
+
"@toptal/picasso-form": "4.1.4",
|
41
|
+
"@toptal/picasso-file-input": "2.0.11",
|
42
|
+
"@toptal/picasso-checkbox": "3.0.9",
|
43
|
+
"@toptal/picasso-outlined-input": "2.0.11",
|
44
|
+
"@toptal/picasso-number-input": "2.0.12",
|
45
|
+
"@toptal/picasso-switch": "2.0.11",
|
46
|
+
"@toptal/picasso-tagselector": "2.0.13",
|
47
|
+
"@toptal/picasso-timepicker": "2.0.12",
|
48
|
+
"@toptal/picasso-autocomplete": "2.0.13",
|
49
|
+
"@toptal/picasso-select": "2.0.13",
|
50
|
+
"@toptal/picasso-avatar-upload": "2.0.12",
|
51
|
+
"@toptal/picasso-date-picker": "2.0.14",
|
52
|
+
"@toptal/picasso-rich-text-editor": "14.0.15",
|
53
|
+
"@toptal/picasso-utils": "1.0.3",
|
54
|
+
"@toptal/picasso-notification": "3.0.10",
|
55
55
|
"classnames": "^2.5.1",
|
56
56
|
"debounce": "^1.2.1",
|
57
57
|
"detect-browser": "^5.3.0",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@testing-library/react-hooks": "^8.0.1",
|
66
|
-
"@toptal/picasso-test-utils": "1.1.
|
66
|
+
"@toptal/picasso-test-utils": "1.1.1",
|
67
67
|
"@types/classnames": "^2.3.1",
|
68
68
|
"@types/react-final-form-listeners": "^1.0.0",
|
69
69
|
"type-fest": "^4.15.0"
|
@@ -79,6 +79,5 @@
|
|
79
79
|
"utils.d.ts",
|
80
80
|
"utils.js",
|
81
81
|
"src"
|
82
|
-
]
|
83
|
-
"gitHead": "187a936cb83477f540b33d1e2cd57cbb021a90f1"
|
82
|
+
]
|
84
83
|
}
|
@@ -37,7 +37,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
37
37
|
class="box-border m-0 leading-none pt-0 pb-0 [&_.picasso-checkbox]:mb-[0.5em]"
|
38
38
|
>
|
39
39
|
<label
|
40
|
-
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
40
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] picasso-checkbox"
|
41
41
|
>
|
42
42
|
<span
|
43
43
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
@@ -77,7 +77,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
77
77
|
class="box-border m-0 leading-none pt-0 pb-0 [&_.picasso-checkbox]:mb-[0.5em]"
|
78
78
|
>
|
79
79
|
<label
|
80
|
-
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
80
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] picasso-checkbox"
|
81
81
|
>
|
82
82
|
<span
|
83
83
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
@@ -139,7 +139,7 @@ exports[`Form.Checkbox default render for single checkbox 1`] = `
|
|
139
139
|
data-testid="single-checkbox"
|
140
140
|
>
|
141
141
|
<label
|
142
|
-
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
142
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] picasso-checkbox"
|
143
143
|
>
|
144
144
|
<span
|
145
145
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
@@ -199,7 +199,7 @@ exports[`Form.Checkbox required with asterisk single checkbox 1`] = `
|
|
199
199
|
data-testid="single-checkbox"
|
200
200
|
>
|
201
201
|
<label
|
202
|
-
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
202
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] picasso-checkbox"
|
203
203
|
>
|
204
204
|
<span
|
205
205
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
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.
|