@toptal/picasso-number-input 4.0.16-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.8 → 4.0.17-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.2

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-number-input",
3
- "version": "4.0.16-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.8+3ab759916",
3
+ "version": "4.0.17-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.2+e048b5d95",
4
4
  "description": "Toptal UI components library - NumberInput",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,13 +22,13 @@
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-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
26
- "@toptal/picasso-form": "6.1.5-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
27
- "@toptal/picasso-icons": "1.8.2-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
28
- "@toptal/picasso-input-adornment": "3.0.6-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
29
- "@toptal/picasso-outlined-input": "4.0.13-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
30
- "@toptal/picasso-shared": "15.0.1-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.267+3ab759916",
31
- "@toptal/picasso-utils": "3.0.1-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916"
25
+ "@toptal/picasso-container": "3.1.2-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
26
+ "@toptal/picasso-form": "6.1.5-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
27
+ "@toptal/picasso-icons": "1.8.2-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
28
+ "@toptal/picasso-input-adornment": "3.0.6-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
29
+ "@toptal/picasso-outlined-input": "4.0.13-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
30
+ "@toptal/picasso-shared": "15.0.1-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.268+e048b5d95",
31
+ "@toptal/picasso-utils": "3.0.1-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95"
32
32
  },
33
33
  "sideEffects": [
34
34
  "**/styles.ts",
@@ -43,13 +43,13 @@
43
43
  ".": "./dist-package/src/index.js"
44
44
  },
45
45
  "devDependencies": {
46
- "@toptal/picasso-tailwind-merge": "2.0.3-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.14+3ab759916",
47
- "@toptal/picasso-test-utils": "1.1.2-alpha-FX-NULL-do-not-pass-min-and-max-3ab759916.267+3ab759916"
46
+ "@toptal/picasso-tailwind-merge": "2.0.3-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.15+e048b5d95",
47
+ "@toptal/picasso-test-utils": "1.1.2-alpha-BILL-5689-fix-reset-button-on-input-e048b5d95.268+e048b5d95"
48
48
  },
49
49
  "files": [
50
50
  "dist-package/**",
51
51
  "!dist-package/tsconfig.tsbuildinfo",
52
52
  "src"
53
53
  ],
54
- "gitHead": "3ab75991614e7b60794ebca5dcc0ec8863b417b9"
54
+ "gitHead": "e048b5d953643f13937f8a0aa3038fcbf2555340"
55
55
  }
@@ -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 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"
8
+ class="base-Input base-Input relative inline-flex gap-y gap-x items-center rounded-sm [font-size:_unset] group 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"