@paprika/textarea 3.0.9-next.0 → 3.0.9-next.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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paprika/textarea",
|
|
3
|
-
"version": "3.0.9-next.
|
|
3
|
+
"version": "3.0.9-next.1",
|
|
4
4
|
"description": "The Textarea component is a standard multiline text input with some enhancements that can be used as a controlled or uncontrolled component.",
|
|
5
5
|
"author": "@paprika",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@babel/runtime-corejs2": "^7.3.1",
|
|
19
19
|
"@paprika/constants": "^1.0.0",
|
|
20
20
|
"@paprika/helpers": "^2.4.0-next.0",
|
|
21
|
-
"@paprika/stylers": "^1.1.
|
|
21
|
+
"@paprika/stylers": "^1.1.7-next.0",
|
|
22
22
|
"@paprika/tokens": "^2.0.0",
|
|
23
23
|
"prop-types": "^15.7.2"
|
|
24
24
|
},
|