@toptal/picasso-forms 71.0.10 → 71.0.11
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.11",
|
|
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.
|
|
37
|
-
"@toptal/picasso-radio": "3.0.
|
|
33
|
+
"@toptal/picasso-input": "3.0.7",
|
|
34
|
+
"@toptal/picasso-dropzone": "3.0.8",
|
|
35
|
+
"@toptal/picasso-button": "3.0.7",
|
|
36
|
+
"@toptal/picasso-password-input": "3.0.7",
|
|
37
|
+
"@toptal/picasso-radio": "3.0.6",
|
|
38
38
|
"@toptal/picasso-rating": "2.0.1",
|
|
39
39
|
"@toptal/picasso-icons": "1.6.0",
|
|
40
|
-
"@toptal/picasso-form": "4.1.
|
|
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.
|
|
45
|
-
"@toptal/picasso-switch": "2.0.
|
|
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.
|
|
40
|
+
"@toptal/picasso-form": "4.1.3",
|
|
41
|
+
"@toptal/picasso-file-input": "2.0.7",
|
|
42
|
+
"@toptal/picasso-checkbox": "3.0.6",
|
|
43
|
+
"@toptal/picasso-outlined-input": "2.0.7",
|
|
44
|
+
"@toptal/picasso-number-input": "2.0.7",
|
|
45
|
+
"@toptal/picasso-switch": "2.0.10",
|
|
46
|
+
"@toptal/picasso-tagselector": "2.0.7",
|
|
47
|
+
"@toptal/picasso-timepicker": "2.0.7",
|
|
48
|
+
"@toptal/picasso-autocomplete": "2.0.7",
|
|
49
|
+
"@toptal/picasso-select": "2.0.7",
|
|
50
|
+
"@toptal/picasso-avatar-upload": "2.0.7",
|
|
51
|
+
"@toptal/picasso-date-picker": "2.0.9",
|
|
52
|
+
"@toptal/picasso-rich-text-editor": "14.0.7",
|
|
53
53
|
"@toptal/picasso-utils": "1.0.3",
|
|
54
|
-
"@toptal/picasso-notification": "3.0.
|
|
54
|
+
"@toptal/picasso-notification": "3.0.7",
|
|
55
55
|
"classnames": "^2.5.1",
|
|
56
56
|
"debounce": "^1.2.1",
|
|
57
57
|
"detect-browser": "^5.3.0",
|
|
@@ -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="
|
|
40
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
|
41
41
|
>
|
|
42
42
|
<span
|
|
43
43
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
|
@@ -63,7 +63,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
|
63
63
|
</span>
|
|
64
64
|
</span>
|
|
65
65
|
<span
|
|
66
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
66
|
+
class="inline-block leading-[1em] mb-0 text-graphite max-w-[calc(100%_ ml-[0.5em]"
|
|
67
67
|
>
|
|
68
68
|
<span
|
|
69
69
|
class="align-top text-[0.8125rem]"
|
|
@@ -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="
|
|
80
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
|
81
81
|
>
|
|
82
82
|
<span
|
|
83
83
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
|
@@ -103,7 +103,7 @@ exports[`Form.Checkbox default render for checkboxes in a group 1`] = `
|
|
|
103
103
|
</span>
|
|
104
104
|
</span>
|
|
105
105
|
<span
|
|
106
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
106
|
+
class="inline-block leading-[1em] mb-0 text-graphite max-w-[calc(100%_ ml-[0.5em]"
|
|
107
107
|
>
|
|
108
108
|
<span
|
|
109
109
|
class="align-top text-[0.8125rem]"
|
|
@@ -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="
|
|
142
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
|
143
143
|
>
|
|
144
144
|
<span
|
|
145
145
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
|
@@ -166,7 +166,7 @@ exports[`Form.Checkbox default render for single checkbox 1`] = `
|
|
|
166
166
|
</span>
|
|
167
167
|
</span>
|
|
168
168
|
<span
|
|
169
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
169
|
+
class="inline-block leading-[1em] mb-0 text-graphite max-w-[calc(100%_ ml-[0.5em]"
|
|
170
170
|
>
|
|
171
171
|
<span
|
|
172
172
|
class="align-top text-[0.8125rem]"
|
|
@@ -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="
|
|
202
|
+
class="inline-flex items-center max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer picasso-checkbox"
|
|
203
203
|
>
|
|
204
204
|
<span
|
|
205
205
|
class="inline-flex PicassoCheckbox-checkboxWrapper"
|
|
@@ -226,7 +226,7 @@ exports[`Form.Checkbox required with asterisk single checkbox 1`] = `
|
|
|
226
226
|
</span>
|
|
227
227
|
</span>
|
|
228
228
|
<span
|
|
229
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
229
|
+
class="inline-block leading-[1em] mb-0 text-graphite max-w-[calc(100%_ ml-[0.5em]"
|
|
230
230
|
>
|
|
231
231
|
<span
|
|
232
232
|
class="align-top text-[0.8125rem]"
|
|
@@ -39,7 +39,7 @@ exports[`FormRadio renders 1`] = `
|
|
|
39
39
|
class="box-border m-0 leading-none [&&]:pt-0 [&&]:pb-0"
|
|
40
40
|
>
|
|
41
41
|
<label
|
|
42
|
-
class="
|
|
42
|
+
class="inline-flex max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] items-start"
|
|
43
43
|
>
|
|
44
44
|
<span
|
|
45
45
|
aria-disabled="false"
|
|
@@ -60,7 +60,7 @@ exports[`FormRadio renders 1`] = `
|
|
|
60
60
|
</span>
|
|
61
61
|
</span>
|
|
62
62
|
<span
|
|
63
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
63
|
+
class="inline-block leading-[1em] mb-0 text-graphite mt-[0.25em] max-w-[calc(100%_"
|
|
64
64
|
>
|
|
65
65
|
<span
|
|
66
66
|
class="align-top text-[0.8125rem]"
|
|
@@ -74,7 +74,7 @@ exports[`FormRadio renders 1`] = `
|
|
|
74
74
|
class="box-border m-0 leading-none [&&]:pt-0 [&&]:pb-0"
|
|
75
75
|
>
|
|
76
76
|
<label
|
|
77
|
-
class="
|
|
77
|
+
class="inline-flex max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] items-start"
|
|
78
78
|
>
|
|
79
79
|
<span
|
|
80
80
|
aria-disabled="false"
|
|
@@ -96,7 +96,7 @@ exports[`FormRadio renders 1`] = `
|
|
|
96
96
|
</span>
|
|
97
97
|
</span>
|
|
98
98
|
<span
|
|
99
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
99
|
+
class="inline-block leading-[1em] mb-0 text-graphite mt-[0.25em] max-w-[calc(100%_"
|
|
100
100
|
>
|
|
101
101
|
<span
|
|
102
102
|
class="align-top text-[0.8125rem]"
|
|
@@ -158,7 +158,7 @@ exports[`FormRadio required with asterisk 1`] = `
|
|
|
158
158
|
class="box-border m-0 leading-none [&&]:pt-0 [&&]:pb-0"
|
|
159
159
|
>
|
|
160
160
|
<label
|
|
161
|
-
class="
|
|
161
|
+
class="inline-flex max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] items-start"
|
|
162
162
|
>
|
|
163
163
|
<span
|
|
164
164
|
aria-disabled="false"
|
|
@@ -179,7 +179,7 @@ exports[`FormRadio required with asterisk 1`] = `
|
|
|
179
179
|
</span>
|
|
180
180
|
</span>
|
|
181
181
|
<span
|
|
182
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
182
|
+
class="inline-block leading-[1em] mb-0 text-graphite mt-[0.25em] max-w-[calc(100%_"
|
|
183
183
|
>
|
|
184
184
|
<span
|
|
185
185
|
class="align-top text-[0.8125rem]"
|
|
@@ -193,7 +193,7 @@ exports[`FormRadio required with asterisk 1`] = `
|
|
|
193
193
|
class="box-border m-0 leading-none [&&]:pt-0 [&&]:pb-0"
|
|
194
194
|
>
|
|
195
195
|
<label
|
|
196
|
-
class="
|
|
196
|
+
class="inline-flex max-w align-middle -webkit-tap-highlight-color mx-0 cursor-pointer text-[1rem] items-start"
|
|
197
197
|
>
|
|
198
198
|
<span
|
|
199
199
|
aria-disabled="false"
|
|
@@ -215,7 +215,7 @@ exports[`FormRadio required with asterisk 1`] = `
|
|
|
215
215
|
</span>
|
|
216
216
|
</span>
|
|
217
217
|
<span
|
|
218
|
-
class="inline-block leading-[1em] mb-0 text-graphite
|
|
218
|
+
class="inline-block leading-[1em] mb-0 text-graphite mt-[0.25em] max-w-[calc(100%_"
|
|
219
219
|
>
|
|
220
220
|
<span
|
|
221
221
|
class="align-top text-[0.8125rem]"
|