@toptal/picasso-input 1.0.13 → 1.0.14
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-input",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Toptal UI components library - Input",
|
|
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": "1.0.
|
|
26
|
-
"@toptal/picasso-form": "3.0.
|
|
27
|
-
"@toptal/picasso-icons": "1.1.
|
|
28
|
-
"@toptal/picasso-input-adornment": "1.0.
|
|
29
|
-
"@toptal/picasso-outlined-input": "1.0.
|
|
30
|
-
"@toptal/picasso-shared": "
|
|
31
|
-
"@toptal/picasso-utils": "1.0.
|
|
25
|
+
"@toptal/picasso-container": "1.0.3",
|
|
26
|
+
"@toptal/picasso-form": "3.0.1",
|
|
27
|
+
"@toptal/picasso-icons": "1.1.1",
|
|
28
|
+
"@toptal/picasso-input-adornment": "1.0.4",
|
|
29
|
+
"@toptal/picasso-outlined-input": "1.0.14",
|
|
30
|
+
"@toptal/picasso-shared": "15.0.0",
|
|
31
|
+
"@toptal/picasso-utils": "1.0.3",
|
|
32
32
|
"classnames": "^2.5.1"
|
|
33
33
|
},
|
|
34
34
|
"sideEffects": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@toptal/picasso-provider": "4.2.1",
|
|
49
|
-
"@toptal/picasso-test-utils": "1.1.
|
|
49
|
+
"@toptal/picasso-test-utils": "1.1.1"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"dist-package/**",
|
|
@@ -157,17 +157,18 @@ exports[`Input should show reset button 1`] = `
|
|
|
157
157
|
data-testid="reset-adornment"
|
|
158
158
|
>
|
|
159
159
|
<button
|
|
160
|
-
|
|
160
|
+
aria-disabled="false"
|
|
161
|
+
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 rounded-full p-0 w-[1.5em] h-[1.5em] border-none text-graphite hover:bg-gray active:bg-gray focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] bg-transparent"
|
|
161
162
|
data-component-type="button"
|
|
162
163
|
role="reset"
|
|
163
164
|
tabindex="-1"
|
|
164
165
|
type="button"
|
|
165
166
|
>
|
|
166
167
|
<span
|
|
167
|
-
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline
|
|
168
|
+
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
|
|
168
169
|
>
|
|
169
170
|
<svg
|
|
170
|
-
class="PicassoSvgCloseMinor16-root
|
|
171
|
+
class="PicassoSvgCloseMinor16-root text-[1.2em] flex-1"
|
|
171
172
|
style="min-width: 16px; min-height: 16px;"
|
|
172
173
|
viewBox="0 0 16 16"
|
|
173
174
|
>
|