@toptal/picasso-forms 73.0.5 → 73.0.7
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": "73.0.
|
|
3
|
+
"version": "73.0.7",
|
|
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": "3.1.0",
|
|
33
|
-
"@toptal/picasso-input": "4.0.
|
|
34
|
-
"@toptal/picasso-dropzone": "5.0.
|
|
35
|
-
"@toptal/picasso-button": "4.0.
|
|
36
|
-
"@toptal/picasso-password-input": "5.0.
|
|
37
|
-
"@toptal/picasso-radio": "5.0.
|
|
38
|
-
"@toptal/picasso-rating": "3.0.
|
|
39
|
-
"@toptal/picasso-icons": "1.
|
|
40
|
-
"@toptal/picasso-form": "6.1.
|
|
41
|
-
"@toptal/picasso-file-input": "4.0.
|
|
42
|
-
"@toptal/picasso-checkbox": "5.0.
|
|
43
|
-
"@toptal/picasso-outlined-input": "4.0.
|
|
44
|
-
"@toptal/picasso-number-input": "4.0.
|
|
45
|
-
"@toptal/picasso-switch": "
|
|
46
|
-
"@toptal/picasso-tagselector": "3.1.
|
|
47
|
-
"@toptal/picasso-timepicker": "4.0.
|
|
48
|
-
"@toptal/picasso-autocomplete": "5.0.
|
|
49
|
-
"@toptal/picasso-select": "4.0.
|
|
50
|
-
"@toptal/picasso-avatar-upload": "3.0.
|
|
51
|
-
"@toptal/picasso-date-picker": "3.0.
|
|
52
|
-
"@toptal/picasso-rich-text-editor": "17.0.
|
|
33
|
+
"@toptal/picasso-input": "4.0.5",
|
|
34
|
+
"@toptal/picasso-dropzone": "5.0.6",
|
|
35
|
+
"@toptal/picasso-button": "4.0.7",
|
|
36
|
+
"@toptal/picasso-password-input": "5.0.5",
|
|
37
|
+
"@toptal/picasso-radio": "5.0.3",
|
|
38
|
+
"@toptal/picasso-rating": "3.0.3",
|
|
39
|
+
"@toptal/picasso-icons": "1.7.0",
|
|
40
|
+
"@toptal/picasso-form": "6.1.1",
|
|
41
|
+
"@toptal/picasso-file-input": "4.0.5",
|
|
42
|
+
"@toptal/picasso-checkbox": "5.0.3",
|
|
43
|
+
"@toptal/picasso-outlined-input": "4.0.5",
|
|
44
|
+
"@toptal/picasso-number-input": "4.0.5",
|
|
45
|
+
"@toptal/picasso-switch": "4.0.1",
|
|
46
|
+
"@toptal/picasso-tagselector": "3.1.6",
|
|
47
|
+
"@toptal/picasso-timepicker": "4.0.5",
|
|
48
|
+
"@toptal/picasso-autocomplete": "5.0.7",
|
|
49
|
+
"@toptal/picasso-select": "4.0.5",
|
|
50
|
+
"@toptal/picasso-avatar-upload": "3.0.9",
|
|
51
|
+
"@toptal/picasso-date-picker": "3.0.5",
|
|
52
|
+
"@toptal/picasso-rich-text-editor": "17.0.5",
|
|
53
53
|
"@toptal/picasso-utils": "2.0.0",
|
|
54
|
-
"@toptal/picasso-notification": "4.0.
|
|
54
|
+
"@toptal/picasso-notification": "4.0.7",
|
|
55
55
|
"classnames": "^2.5.1",
|
|
56
56
|
"debounce": "^1.2.1",
|
|
57
57
|
"detect-browser": "^5.3.0",
|
|
@@ -33,7 +33,7 @@ exports[`Form renders 1`] = `
|
|
|
33
33
|
</div>
|
|
34
34
|
<button
|
|
35
35
|
aria-disabled="false"
|
|
36
|
-
class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [
|
|
36
|
+
class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
|
|
37
37
|
data-component-type="button"
|
|
38
38
|
role="button"
|
|
39
39
|
tabindex="0"
|
|
@@ -97,7 +97,7 @@ exports[`Form renders with an error 1`] = `
|
|
|
97
97
|
</div>
|
|
98
98
|
<button
|
|
99
99
|
aria-disabled="false"
|
|
100
|
-
class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [
|
|
100
|
+
class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
|
|
101
101
|
data-component-type="button"
|
|
102
102
|
role="button"
|
|
103
103
|
tabindex="0"
|