@toptal/picasso-forms 73.0.5 → 73.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-forms",
3
- "version": "73.0.5",
3
+ "version": "73.0.6",
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.3",
34
- "@toptal/picasso-dropzone": "5.0.4",
35
- "@toptal/picasso-button": "4.0.5",
36
- "@toptal/picasso-password-input": "5.0.3",
33
+ "@toptal/picasso-input": "4.0.4",
34
+ "@toptal/picasso-dropzone": "5.0.5",
35
+ "@toptal/picasso-button": "4.0.6",
36
+ "@toptal/picasso-password-input": "5.0.4",
37
37
  "@toptal/picasso-radio": "5.0.2",
38
38
  "@toptal/picasso-rating": "3.0.2",
39
39
  "@toptal/picasso-icons": "1.6.1",
40
40
  "@toptal/picasso-form": "6.1.0",
41
- "@toptal/picasso-file-input": "4.0.3",
41
+ "@toptal/picasso-file-input": "4.0.4",
42
42
  "@toptal/picasso-checkbox": "5.0.2",
43
- "@toptal/picasso-outlined-input": "4.0.3",
44
- "@toptal/picasso-number-input": "4.0.3",
45
- "@toptal/picasso-switch": "3.0.2",
46
- "@toptal/picasso-tagselector": "3.1.4",
47
- "@toptal/picasso-timepicker": "4.0.3",
48
- "@toptal/picasso-autocomplete": "5.0.5",
49
- "@toptal/picasso-select": "4.0.3",
50
- "@toptal/picasso-avatar-upload": "3.0.7",
51
- "@toptal/picasso-date-picker": "3.0.3",
52
- "@toptal/picasso-rich-text-editor": "17.0.3",
43
+ "@toptal/picasso-outlined-input": "4.0.4",
44
+ "@toptal/picasso-number-input": "4.0.4",
45
+ "@toptal/picasso-switch": "4.0.0",
46
+ "@toptal/picasso-tagselector": "3.1.5",
47
+ "@toptal/picasso-timepicker": "4.0.4",
48
+ "@toptal/picasso-autocomplete": "5.0.6",
49
+ "@toptal/picasso-select": "4.0.4",
50
+ "@toptal/picasso-avatar-upload": "3.0.8",
51
+ "@toptal/picasso-date-picker": "3.0.4",
52
+ "@toptal/picasso-rich-text-editor": "17.0.4",
53
53
  "@toptal/picasso-utils": "2.0.0",
54
- "@toptal/picasso-notification": "4.0.5",
54
+ "@toptal/picasso-notification": "4.0.6",
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 [&+&]:ml-4 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"
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 [&+&]:ml-4 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"
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"