@spark-web/text-input 1.2.0 → 2.0.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.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Text Input
3
3
  storybookPath: forms-textinput--default
4
+ isExperimentalPackage: false
4
5
  ---
5
6
 
6
7
  Text input provides a way for inputting text. The component must be nested
@@ -82,7 +83,7 @@ The `InputContainer` is used internally to handle some shared styling between
82
83
  components that are wrapped in the `Field` component.
83
84
 
84
85
  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
86
+ input) will be absolutely positioning above it and padding is applied to make
86
87
  sure that text does not get obscured below the adornments.
87
88
 
88
89
  On top of this, password managers will insert buttons above the input which can