@spark-web/text-input 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -82,7 +82,7 @@ The `InputContainer` is used internally to handle some shared styling between
82
82
  components that are wrapped in the `Field` component.
83
83
 
84
84
  Typically input adornments (icons or buttons that _appear_ to be inside the
85
- input) will be absolutely positioning on above it and padding is applied to make
85
+ input) will be absolutely positioning above it and padding is applied to make
86
86
  sure that text does not get obscured below the adornments.
87
87
 
88
88
  On top of this, password managers will insert buttons above the input which can
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/text-input",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/spark-web-text-input.cjs.js",
6
6
  "module": "dist/spark-web-text-input.esm.js",
@@ -12,7 +12,7 @@
12
12
  "@emotion/css": "^11.9.0",
13
13
  "@spark-web/a11y": "^1.0.5",
14
14
  "@spark-web/box": "^1.0.5",
15
- "@spark-web/field": "^2.0.0",
15
+ "@spark-web/field": "^3.0.0",
16
16
  "@spark-web/text": "^1.0.5",
17
17
  "@spark-web/theme": "^3.0.1",
18
18
  "@spark-web/utils": "^1.1.3"