@toptal/picasso-number-input 4.2.10 → 4.2.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-number-input",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "description": "Toptal UI components library - NumberInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-container": "3.1.2",
26
- "@toptal/picasso-form": "6.3.10",
25
+ "@toptal/picasso-container": "3.1.3",
26
+ "@toptal/picasso-form": "6.3.11",
27
27
  "@toptal/picasso-icons": "1.15.0",
28
- "@toptal/picasso-input-adornment": "3.0.16",
29
- "@toptal/picasso-outlined-input": "4.1.10",
28
+ "@toptal/picasso-input-adornment": "3.0.17",
29
+ "@toptal/picasso-outlined-input": "4.1.11",
30
30
  "@toptal/picasso-shared": "15.0.0",
31
31
  "@toptal/picasso-utils": "3.1.0"
32
32
  },
@@ -17,7 +17,7 @@ exports[`NumberInput renders 1`] = `
17
17
  <div
18
18
  class="text-graphite h-auto flex items-center whitespace-nowrap max-h justify-end ml-auto flex-grow flex-shrink basis-auto"
19
19
  >
20
- <div
20
+ <span
21
21
  class="inline-flex flex-col"
22
22
  >
23
23
  <button
@@ -48,7 +48,7 @@ exports[`NumberInput renders 1`] = `
48
48
  />
49
49
  </svg>
50
50
  </button>
51
- </div>
51
+ </span>
52
52
  </div>
53
53
  </div>
54
54
  </div>