@toptal/picasso-forms 71.0.17 → 71.0.19
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-forms",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.19",
|
|
4
4
|
"description": "Picasso form components",
|
|
5
5
|
"author": "Toptal",
|
|
6
6
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
|
|
@@ -30,28 +30,28 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@toptal/picasso-container": "2.0.0",
|
|
33
|
-
"@toptal/picasso-input": "3.0.
|
|
34
|
-
"@toptal/picasso-dropzone": "3.0.
|
|
35
|
-
"@toptal/picasso-button": "3.0.
|
|
36
|
-
"@toptal/picasso-password-input": "3.0.
|
|
33
|
+
"@toptal/picasso-input": "3.0.11",
|
|
34
|
+
"@toptal/picasso-dropzone": "3.0.11",
|
|
35
|
+
"@toptal/picasso-button": "3.0.9",
|
|
36
|
+
"@toptal/picasso-password-input": "3.0.10",
|
|
37
37
|
"@toptal/picasso-radio": "3.0.7",
|
|
38
38
|
"@toptal/picasso-rating": "2.0.1",
|
|
39
39
|
"@toptal/picasso-icons": "1.6.0",
|
|
40
40
|
"@toptal/picasso-form": "4.1.4",
|
|
41
|
-
"@toptal/picasso-file-input": "2.0.
|
|
42
|
-
"@toptal/picasso-checkbox": "3.0.
|
|
43
|
-
"@toptal/picasso-outlined-input": "2.0.
|
|
44
|
-
"@toptal/picasso-number-input": "2.0.
|
|
41
|
+
"@toptal/picasso-file-input": "2.0.10",
|
|
42
|
+
"@toptal/picasso-checkbox": "3.0.8",
|
|
43
|
+
"@toptal/picasso-outlined-input": "2.0.10",
|
|
44
|
+
"@toptal/picasso-number-input": "2.0.11",
|
|
45
45
|
"@toptal/picasso-switch": "2.0.11",
|
|
46
|
-
"@toptal/picasso-tagselector": "2.0.
|
|
47
|
-
"@toptal/picasso-timepicker": "2.0.
|
|
48
|
-
"@toptal/picasso-autocomplete": "2.0.
|
|
49
|
-
"@toptal/picasso-select": "2.0.
|
|
50
|
-
"@toptal/picasso-avatar-upload": "2.0.
|
|
51
|
-
"@toptal/picasso-date-picker": "2.0.
|
|
52
|
-
"@toptal/picasso-rich-text-editor": "14.0.
|
|
46
|
+
"@toptal/picasso-tagselector": "2.0.12",
|
|
47
|
+
"@toptal/picasso-timepicker": "2.0.11",
|
|
48
|
+
"@toptal/picasso-autocomplete": "2.0.12",
|
|
49
|
+
"@toptal/picasso-select": "2.0.12",
|
|
50
|
+
"@toptal/picasso-avatar-upload": "2.0.11",
|
|
51
|
+
"@toptal/picasso-date-picker": "2.0.13",
|
|
52
|
+
"@toptal/picasso-rich-text-editor": "14.0.14",
|
|
53
53
|
"@toptal/picasso-utils": "1.0.3",
|
|
54
|
-
"@toptal/picasso-notification": "3.0.
|
|
54
|
+
"@toptal/picasso-notification": "3.0.9",
|
|
55
55
|
"classnames": "^2.5.1",
|
|
56
56
|
"debounce": "^1.2.1",
|
|
57
57
|
"detect-browser": "^5.3.0",
|
|
@@ -34,7 +34,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
|
34
34
|
class="box-border flex w-full flex-col flex-wrap items-start justify-start mt-0 mb-0"
|
|
35
35
|
>
|
|
36
36
|
<div
|
|
37
|
-
class="box-border m-0 leading-none pt-0 pb-0 [
|
|
37
|
+
class="box-border m-0 leading-none pt-0 pb-0 [&_.picasso-checkbox]:mb-[0.5em]"
|
|
38
38
|
>
|
|
39
39
|
<label
|
|
40
40
|
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
|
@@ -74,7 +74,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
|
74
74
|
</label>
|
|
75
75
|
</div>
|
|
76
76
|
<div
|
|
77
|
-
class="box-border m-0 leading-none pt-0 pb-0 [
|
|
77
|
+
class="box-border m-0 leading-none pt-0 pb-0 [&_.picasso-checkbox]:mb-[0.5em]"
|
|
78
78
|
>
|
|
79
79
|
<label
|
|
80
80
|
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|