@toptal/picasso-number-input 4.0.9 → 4.0.10

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-number-input",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "description": "Toptal UI components library - NumberInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,10 +23,10 @@
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
25
  "@toptal/picasso-container": "3.1.0",
26
- "@toptal/picasso-form": "6.1.1",
26
+ "@toptal/picasso-form": "6.1.2",
27
27
  "@toptal/picasso-icons": "1.7.0",
28
28
  "@toptal/picasso-input-adornment": "3.0.3",
29
- "@toptal/picasso-outlined-input": "4.0.9",
29
+ "@toptal/picasso-outlined-input": "4.0.10",
30
30
  "@toptal/picasso-shared": "15.0.0",
31
31
  "@toptal/picasso-utils": "2.0.0"
32
32
  },
@@ -5,7 +5,7 @@ exports[`NumberInput renders 1`] = `
5
5
  class="Picasso-root"
6
6
  >
7
7
  <div
8
- class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset] hover:[&_.resetButtonDirty]:visible p-2 h-8 w-[18.75rem] bg-white after:content-[""] after:inline-block after:absolute after:top-0 after:bottom-0 after:right-0 after:left-0 after:pointer-events after:border-solid after:rounded-sm after:border-gray [&:has(:focus)]:after:border-blue after:border [&:has(:focus)]:after:shadow-[0_0_0_3px] [&:has(:focus)]:after:shadow-blue hover:[&:not(:has(:focus))]:after:border-gray text-black pr-0 cursor-text"
8
+ class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset] hover:[&_.resetButtonDirty]:visible text-nowrap p-2 h-8 w-[18.75rem] bg-white after:content-[""] after:inline-block after:absolute after:top-0 after:bottom-0 after:right-0 after:left-0 after:pointer-events after:border-solid after:rounded-sm after:border-gray [&:has(:focus)]:after:border-blue after:border [&:has(:focus)]:after:shadow-[0_0_0_3px] [&:has(:focus)]:after:shadow-blue hover:[&:not(:has(:focus))]:after:border-gray text-black pr-0 cursor-text"
9
9
  >
10
10
  <input
11
11
  aria-invalid="false"