@functionalui/functionalui 0.1.3 → 0.1.4

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/dist/types.d.ts CHANGED
@@ -1911,7 +1911,7 @@ declare interface TextAreaProp {
1911
1911
  step?: number | undefined;
1912
1912
  rows?: number | undefined;
1913
1913
  resize?: ElementResizes;
1914
- outlineStyle?: OutlineStyles;
1914
+ textOutlineStyle?: OutlineStyles;
1915
1915
  textAreaStyle?: TextAreaStyles;
1916
1916
  }
1917
1917
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalui/functionalui",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"